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-31 Thread Guillem Jover
Hi! On Sat, 2013-08-31 at 16:41:10 +0200, Harald Dunkel wrote: 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. Yeah, I wanted to handle this through a config file,

Bug#719844: dpkg-source: Make compresing of {data,control}.tar.gz a deterministic process

2013-08-31 Thread Jonathan Nieder
Hi, Jérémy Bobbio wrote: Guillem Jover: For example, in the generated data.tar the files will contain different modification times, some will come untouched from the source files if they just get copied, and others will be newer if the files got created at build time. Preserving these

Bug#719844: dpkg-source: Make compresing of {data,control}.tar.gz a deterministic process

2013-08-31 Thread Jérémy Bobbio
Jonathan Nieder: I disagree that this is important information. Most packages that I have seen so far do not propagate timestamps when copying a file from source. Could you give me an example of one that would do so? See http://www.debian.org/doc/debian-policy/ch-source.html#s-timestamps

Bug#721459: dselect fails because it uses an unknown option

2013-08-31 Thread Michael Meskes
Package: dselect Version: 1.17.1 Severity: important Dselect tried to de-install some package which I overrode by pressing 'Q'. Asking it to install then gives me: E: Command line option 'f' [from -f] is not known. Some errors occurred while unpacking. Packages that were installed will be

Bug#721459: dselect fails because it uses an unknown option

2013-08-31 Thread Guillem Jover
Control: reassign -1 apt Control: forcemerge 720532 -1 Hi! On Sat, 2013-08-31 at 21:51:47 +0200, Michael Meskes wrote: Package: dselect Version: 1.17.1 Severity: important Dselect tried to de-install some package which I overrode by pressing 'Q'. Asking it to install then gives me: E:

Processed: Re: Bug#721459: dselect fails because it uses an unknown option

2013-08-31 Thread Debian Bug Tracking System
Processing control commands: reassign -1 apt Bug #721459 [dselect] dselect fails because it uses an unknown option Bug reassigned from package 'dselect' to 'apt'. No longer marked as found in versions dpkg/1.17.1. Ignoring request to alter fixed versions of bug #721459 to the same values

Bug#721472: dpkg: new field in .dsc: Tarsum: that is a tree hash so debuild doesn't need to unpack the tarball

2013-08-31 Thread Shawn Landden
Package: dpkg Version: 1.17.2 Severity: normal It would have the output of: find sourcedir -type f -print0 | sort -z | xargs -0 sha1sum | sha1sum This way the very slow step of verifying that the dir tree hasn't changed can be done very fast, without re-unpacking the source tarball, and just