Bug#1011510: dpkg-statoverride does *not* run chmod

2022-05-24 Thread Harald Dunkel
Package: dpkg Version: 1.20.9 Severity: wishlist To avoid confusion the man page to dpkg-statoverride should mention explicitly that it does *not* run chmod or others to actually change the access permissions to already installed files, or to files that are not part of a Debian package, or to

Bug#971616: sh: pager: command not found

2020-10-03 Thread Harald Dunkel
Package: dpkg Version: 1.19.7 I am pretty sure this is not supposed to happen: # aptitude upgrade : Setting up smartmontools (7.1-1~bpo10+1) ... Installing new version of config file /etc/default/smartmontools ... Installing new version of config file /etc/init.d/smartmontools ...

Bug#968701: dpkg does not replace directory by symlink on upgrade

2020-08-20 Thread Harald Dunkel
Package: dpkg Version: 1.19.7 Trying to replace a directory with a symlink on the upgrade of a private package I stumbled over this: root@dpcl082:/usr/lib/jvm# dpkg --contents /var/cache/apt/archives/adoptopenjdk11_11.0.8+10-1_amd64.deb drwxr-xr-x root/root 0 2020-08-20 12:29 ./

Bug#932430: show warning about lost config file

2019-07-19 Thread Harald Dunkel
Package: dpkg Version: 1.18.25 Severity: wishlist On a package upgrade/reinstall dpkg should show a warning about a missing config file that is not recovered from the *.deb file. It is pretty unlikely that a config file has been deleted on purpose. It is much more likely that a config file has

Bug#929306: Acknowledgement (start-stop-daemon -T finds daemons running in LXC containers)

2019-05-21 Thread Harald Dunkel
Apparently its already documented, so please excuse the noise. Harri

Bug#920880: recover from unknown user in statoverride

2019-01-29 Thread Harald Dunkel
Package: dpkg Version: 1.19.4 I got this error: # apt upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following packages will be upgraded: libdbus-glib-1-2 libdbus-glib-1-dev libdbus-glib-1-dev-bin python-dbus 4

Bug#892989: weird chars found in dpkg output

2018-03-15 Thread Harald Dunkel
Package: dpkg Version: 1.18.24 Running atp upgrade I get several lines about "Created symlink" with some weird chars, turning my log file into a binary file: : : Processing triggers for systemd (232-25+deb9u2) ... Setting up libhtml-parser-perl (3.72-3) ... Setting up liblwres141:amd64

Bug#866197: add most recent changelog entry to dsc file

2017-06-28 Thread Harald Dunkel
Package: dpkg Version: 1.18.24 Severity: wishlist Would it be possible to automatically add the most recent changelog entry to the package.dsc file at build time? This would make it possible to easily browse the most recent changes without downloading a giant changelog file. Regards Harri

Bug#856216: please use more if less is gone

2017-03-25 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Less wasn't removed, but /usr/bin/less (a symlink!) became unavailable during the upgrade. After the upgrade from Jessie to Stretch (including a new "less" package) /usr/bin/less was back. Regards Harri -BEGIN PGP SIGNATURE-

Bug#802453: config file conflict, shell session: can't leave emacs

2015-10-20 Thread Harald Dunkel
Package: dpkg Version: 1.17.25 Use case: dpkg reports a config file conflict. I choose "z" to edit the file (emacs) in a shell session (bash). Problem: I cannot leave emacs using ^X-^C or ^Z, because both ^C and ^Z are disabled. Without second terminal I am stuck. Regards Harri

Bug#793183: dpkg ignores symbolic link in gcc-multilib package

2015-07-23 Thread Harald Dunkel
Hi Guillem, On 07/22/15 15:19, Guillem Jover wrote: If dpkg is unreliable, then what are the package signatures good for? I'm not sure which package signatures you're talking about. But, no, this is very old “expected” behavior, it's documented both in the dpkg FAQ: I can assure you that

Bug#793183: dpkg ignores symbolic link in gcc-multilib package

2015-07-22 Thread Harald Dunkel
Package: dpkg Version: 1.16.16 gcc-multilib (4:4.7.2-1, amd64) provides a symbolic link for /usr/include/asm # dpkg --contents /var/cache/apt/archives/gcc-multilib_4%3a4.7.2-1_amd64.deb drwxr-xr-x root/root 0 2012-09-27 02:02 ./ drwxr-xr-x root/root 0 2012-09-27 02:02 ./usr/

Bug#752279: how to remove package with broken systemd.service file?

2014-06-24 Thread Harald Dunkel
Hi Guillem, On 06/24/14 12:27, Guillem Jover wrote: The correct solution is usually to upgrade to a fixed version. Sorry to say, but I disagree. Removing a package should not be blocked completely, if it is not in a dependency chain of something else. Installing a newer version might not be

Bug#752279: how to remove package with broken systemd.service file?

2014-06-21 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Package: dpkg Version: 1.17.10 I had installed a package with broken systemd support. When I try to purge this package again, then I get # dpkg -P plxc (Reading database ... 283820 files and directories currently installed.) Removing plxc

Bug#719418: dpkg-buildpackage insists upon the insecure key

2013-08-31 Thread Harald Dunkel
Attached you can find a patch to support an environment variable DEBKEY providing the key to use. ${DEBKEY} can be overriden using dpkg-buildpackage -k key. Hope this helps. Harri --- /tmp/dpkg-buildpackage.pl 2013-07-28 11:56:47.0 +0200 +++ scripts/dpkg-buildpackage.pl 2013-08-31

Bug#719418: dpkg-buildpackage insists upon the insecure key

2013-08-13 Thread Harald Dunkel
Hi Guillem, On 08/11/13 17:57, Guillem Jover wrote: This was already reported, I'll be fixing it pretty soon as part of a rework of the dpkg-buildpackage code. Sorry, I had missed #615813 (and maybe others). I would suggest to merge the bug reports or to close this as a dup. Many thanx

Bug#719418: dpkg-buildpackage insists upon the insecure key

2013-08-11 Thread Harald Dunkel
Package: dpkg-dev Version: 1.17.1 I have moved to 2048bit rsa sha2 for gpg. Problem: dpkg-buildpackage insists to use the old 1024bit dsa sha1 key, even though I have set the new default in .gnupg/gpg.conf and in an environment variable $GPGKEY. dpkg-buildpackage -k${GPGKEY} works as expected.

Bug#711488: start-stop-daemon should not complain about --retry signals

2013-06-07 Thread Harald Dunkel
Package: dpkg Version: 1.15.8.13 If my init script stops the daemon without a $PIDFILE and with --retry (e.g. start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --name $NAME ) then the daemon exits with exit value 143 (SIGTERM). start-stop-daemon should not forward this as an error

Bug#711488: Acknowledgement (start-stop-daemon should not complain about --retry signals)

2013-06-07 Thread Harald Dunkel
Sorry, I have shot myself into the foot. Please close. Keep on your good work Harri -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#701818: avoid ^M if stdout is not a terminal?

2013-02-27 Thread Harald Dunkel
Package: dpkg Version: 1.15.8.13 Severity: wishlist Seems that dpkg does some tricks using ^M on stdout, even if it is writing into a logfile. Sample: : Package installation log: ^MExtracting templates from packages: 33% ^MExtracting templates from packages: 67%^M Extracting templates from

Bug#696853: dpkg-checkbuilddeps -C somedir, please?

2012-12-28 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package: dpkg-dev Version: 1.16.9 Severity: wishlist Would it be possible to support a command line argument -C somedir to run dpkg-checkbuilddeps in another directory without pushd and popd and a temporary variable to safe the exit value? This

Bug#696853: dpkg-checkbuilddeps -C somedir, please?

2012-12-28 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/28/12 11:11, Raphael Hertzog wrote: Hi, On Fri, 28 Dec 2012, Harald Dunkel wrote: Would it be possible to support a command line argument -C somedir to run dpkg-checkbuilddeps in another directory without pushd and popd and a temporary

Bug#685734: dpkg should manage system users and groups

2012-08-23 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package: dpkg Version: 1.16.8 Severity: wishlist It would be very nice if dpkg could manage system users and groups created for each package. At the moment I've got GID 105 for dbus on host A, while 105 is used for saned on host B (just as an

Bug#650491: variables in debian/rules providing version information from changelog?

2011-11-29 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package: dpkg-dev Version: 1.16.1.2 Severity: wishlist Can debian/rules access version information from changelog in some Makefile variables set by dpkg-buildpackage? DPM and the man page don't tell, afaics. Version information would be helpful for

Bug#637060: dpkg-gencontrol should show line numbers in error messages

2011-08-08 Thread Harald Dunkel
Package: dpkg-dev Version: 1.15.8.11 Severity: wishlist Working on a private package I got dpkg-gencontrol: error: error occurred while parsing Depends field: , This error message could be much more useful if it would include a line number. Regards Harri -- To UNSUBSCRIBE, email to

Bug#591692: Acknowledgement (new dpkg can't read /var/lib/dpkg/status anymore)

2010-08-04 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 PS: I checked the backups: The virtualbox record in the status file hasn't changed since March 25th. Thats the oldest backup I have. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla -

Bug#97076: should be easy to fix, so what is the problem?

2005-09-15 Thread Harald Dunkel
Hi folks, This bug should be easy to fix (as shown by Brendan), so what is the problem here? This is a serious problem if you want to maintain a chroot in amd64 to support i386 applications. It would be very nice if the priority of this bug report is increased and somebody adds the obvious fix