Bug#1077681: closed by Stephen Gelman (Re: Bug#1077681: checkinstall: Unable to create deb package using simple "cp -r" command)

2024-09-11 Thread Q4OS Team
I tested the procedure on Debian unstable (Sid) and I can reproduce the bug. I am still not able to build the package this way: $ mkdir -p /tmp/fs/usr/ ; touch /tmp/fs/usr/testfile $ checkinstall --fstrans=yes --install=no --nodoc --pkgversion=1 --pkgname=test cp -r /tmp/fs/* / . cp: canno

Bug#1077681: checkinstall: Unable to create deb package using simple "cp -r" command

2024-07-31 Thread Q4OS Team
Package: checkinstall Version: 1.6.2+git20170426.d24a630-3+b1 Severity: important X-Debbugs-Cc: q...@q4os.org Dear Maintainer, I want to create a simple Debian package using "cp" command. The procedure works fine on Debian 11 Bullseye, but fails on Debian 12 Bookworm. How to reproduce: First cr

Bug#1054601: checkinstall: Checkinstall unusable on i386 architecture, while works fine on amd64

2023-10-26 Thread Q4OS Team
Package: checkinstall Version: 1.6.2+git20170426.d24a630-3+b1 Severity: important X-Debbugs-Cc: q...@q4os.org I am not able to build any Debian package using checkinstall on i386 architecture, it allways fails. It's easily reproducible, just run the for example: $ checkinstall --fstrans=yes --in

Bug#881531: libreoffice: Bad rendering of LibreOffice buttons and some other widgets

2017-11-12 Thread Q4OS Team
Package: libreoffice-kde Version: 1:5.2.7-1 Severity: normal This bug is related to KDE Plasma DE. If I set "Windows" style in KDE systemsettings and run LibreOffice, all buttons and some other widgets are rendered without border. Exact steps to reproduce: - A fresh Debian 9.2 Stretch stable

Bug#881530: d-i.debian.org: Setting the 'grub-installer/bootdev' preseed variable affects more than its desired role.

2017-11-12 Thread Q4OS Team
Package: d-i.debian.org Severity: normal Tags: d-i When I specify in my preseeding file: d-i grub-installer/bootdev string default grub-installer doesn't provide a query to install grub at all, and rewrites mbr with no question, even an other OS is already installed on disk. Installer also ig

Bug#821231: Fix and build script

2016-04-21 Thread Q4OS Team
We have created a script to build fixed 'gnome-packagekit' package from Debian sources. Download files attached and run the build_gpk.sh' script. $ sh build_gpk.sh Patch: diff -uNr gnome-packagekit-3.14.0.orig/src/gpk-update-viewer.c gnome-packagekit-3.14.0/src/gpk-update-viewer.c --- gnome-pac