Bug#982562: general: Storing upstream signatures next to upstream tarballs is problematic

2021-02-11 Thread Raphaël Hertzog
Package: general Severity: normal User: de...@kali.org Usertags: origin-kali X-Debbugs-Cc: hert...@debian.org, debian-d...@lists.debian.org Control: affects -1 ftp.debian.org dpkg-dev Hi people, After having been bitten (in Kali) by failures to import Debian packages because a PGP signature file

Bug#945131: dpkg: implement a way to wait to detect whether dpkg is running

2019-11-20 Thread Raphaël Hertzog
Package: dpkg Version: 1.19.7 Severity: wishlist User: de...@kali.org Usertags: origin-kali I just got a lintian warning "uses-dpkg-database-directly" on a script I wrote a long time ago: https://gitlab.com/kalilinux/packages/kali-menu/blob/kali/master/update-kali-menu It's a script started in a

Bug#782493: u-a: allow to override the priorities of alternatives at a system-wide level

2015-04-13 Thread Raphaël Hertzog
Package: dpkg Version: 1.17.24 Severity: wishlist User: de...@kali.org Usertags: origin-kali In the context a Debian derivative, you might want to tweak the priorities of alternatives because you make different choices about what should be the default implementation of something (my immediate

Bug#681443: dpkg-dev: dpkg-source --commit should be able to merge changes in an existing patch

2012-07-13 Thread Raphaël Hertzog
Package: dpkg-dev Version: 1.16.7 Severity: wishlist User: d...@packages.debian.org Usertags: dpkg-source When you use dpkg-source --commit to store changes, it will fail if you try to commit them to an already existing patch: $ dpkg-source --commit dpkg-source: info: local changes detected, the

Bug#489771: marked as pending

2011-09-08 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Wed Jul 27 22:10:49 2011 +0200 dpkg-buildflags: emit hardening build flags by default All the hardening build flags supported by hardening-includes are supported except that PIE is not enabled by default (just like

Bug#640198: marked as pending

2011-09-07 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Sat Sep 3 14:34:31 2011 +0200 dpkg-source(1): add example of extend-diff-ignore's usage Suggested-by: Christoph Berg m...@debian.org Closes: #640198 diff --git a/debian/changelog b/debian/changelog index 4a0fee4..06d7dbb 100644

Bug#637564: marked as pending

2011-08-12 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Fri Aug 12 22:35:46 2011 +0200 Dpkg::Deps: fix simplification logic of union dependencies The code merging dependencies was wrongly updating the dependency that's not integrated in the resulting field. Reported-by: Andreas

Bug#631494: marked as pending

2011-08-02 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Tue Aug 2 11:20:54 2011 +0200 dpkg-source: clean up temporary file in case of interruption Navite packages (both 1.0 and 3.0 (native)) failed to remove the temporary tarball if the process is interrupted during its generation

Bug#615899: marked as pending

2011-08-01 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Thu Jul 14 20:31:33 2011 +0200 dpkg-source: implement --commit and fail with unrecorded changes Formats 2.0 and 3.0 (quilt) now fail by default in presence of changes to upstream files that are not managed by their respective patch

Bug#634961: marked as pending

2011-07-27 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Wed Jul 27 13:08:59 2011 +0200 dpkg-divert: fix the test-suite to also skip tests that would fail if run as root diff --git a/debian/changelog b/debian/changelog index 552090c..293e0f5 100644 --- a/debian/changelog +++ b/debian/changelog

Bug#635467: marked as pending

2011-07-26 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Tue Jul 26 11:10:24 2011 +0200 Update changelog to close a bug reporting a problem already fixed diff --git a/debian/changelog b/debian/changelog index 9cee55b..552090c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -33,6 +33,7 @@ dpkg

Bug#606839: marked as pending

2011-07-22 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Mon Jul 11 10:37:41 2011 +0200 dpkg-dev: add some common makefile snippets for use in rules files data/architecture.mk: variables related to dpkg-architecture data/buildflags.mk: variables related to dpkg-builflags data/vendor.mk

Bug#634510: marked as pending

2011-07-19 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Tue Jul 19 08:16:25 2011 +0200 dpkg-source: improve the error message no orig.tar file found Now we include the template corresponding to files that we try to look for. diff --git a/debian/changelog b/debian/changelog index ac9d3fb

Bug#633627: marked as pending

2011-07-16 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Fri Jul 15 22:06:38 2011 +0200 update-alternatives: fix regression when dropping slave alternatives When the alternative is changed, it might have to drop a slave alternative that's no longer provide by the new choice. This must only

Bug#603435: marked as pending

2011-07-11 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Mon Jul 11 09:20:20 2011 +0200 dpkg-buildflags: new --dump action, make it the default The --export command is useful to retrieve the compilation flags in a shell script or in a makefile, and to export them in the environment

Bug#633539: marked as pending

2011-07-11 Thread Raphaël Hertzog
silently fail to write a file if (e.g.) the device was full. Signed-off-by: Raphaël Hertzog hert...@debian.org diff --git a/debian/changelog b/debian/changelog index d5bfd6d..f2b2560 100644 --- a/debian/changelog +++ b/debian/changelog @@ -71,6 +71,8 @@ dpkg (1.16.1) UNRELEASED; urgency=low

Bug#632937: marked as pending

2011-07-07 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Thu Jul 7 16:09:33 2011 +0200 dpkg-source(1): fix a small typo Replace , under as with under. Add missing dot at the end of the sentence. Reported-by: Barak A. Pearlmutter b...@debian.org diff --git a/debian/changelog b

Bug#608260: marked as pending

2011-07-07 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Thu Jul 7 16:49:32 2011 +0200 dpkg-source(1): improve the description of --before-build --after-build diff --git a/debian/changelog b/debian/changelog index 1d25bb8..7883cf0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -58,6 +58,8

Bug#632168: marked as pending

2011-07-05 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Thu Jun 30 14:08:44 2011 +0200 dpkg-source: improve the logic to identify ignored files The list of ignored files was only generated by expanding the patterns relative to the current directory (which usually is the directory above

Bug#631547: marked as pending

2011-06-28 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Tue Jun 28 09:34:52 2011 +0200 update-alternatives: do not allow to reuse a slave link in another slave alternative update-alternatives erroneously allowed to reuse a link in another slave alternative. Given the parsing code already

Bug#630996: marked as pending

2011-06-25 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Sat Jun 25 10:17:53 2011 +0200 dpkg-gensymbols(1): document syntax of comments Reported-by: Sven Joachim svenj...@gmx.de diff --git a/debian/changelog b/debian/changelog index 8777ba0..c7292d9 100644 --- a/debian/changelog +++ b/debian

Bug#631435: marked as pending

2011-06-25 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Sat Jun 25 08:59:24 2011 +0200 dpkg-source(1): wording improvement Use special instead of particular to qualify the 3.0 (custom) format. Reported-by: Ben Pfaff b...@nicira.com diff --git a/debian/changelog b/debian

Bug#631439: marked as pending

2011-06-25 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Sat Jun 25 10:08:03 2011 +0200 dpkg-source: add some supplementary checks of debian/control We're now ensuring that debian/control contains a source entry and at least one entry for a binary package. And we also ensure

Bug#560251: marked as pending

2011-06-17 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Fri Jun 17 23:53:32 2011 +0200 dpkg: ensure that post_postinst_tasks() doesn't introduce bad data The pending triggers were removed because the postinst has just been run, unfortunately in some cases it would restore the status

Bug#629582: marked as pending

2011-06-12 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Sat Jun 11 22:49:53 2011 +0200 dpkg-source: support debian/source/local-patch-header Useful to use in combination with a --single-debian-patch option in debian/source/local-options. The commit also changes the place where

Bug#229357: marked as pending

2011-06-06 Thread Raphaël Hertzog
appropriate. Improved-by: Raphaël Hertzog hert...@debian.org Signed-off-by: Raphaël Hertzog hert...@debian.org diff --git a/debian/changelog b/debian/changelog index afc2283..23574f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -85,6 +85,12 @@ dpkg (1.16.1) UNRELEASED; urgency

Bug#628726: marked as pending

2011-06-05 Thread Raphaël Hertzog
Author: Niels Thykier ni...@thykier.net Date: Sun Jun 5 00:31:49 2011 +0200 dpkg-vendor: fail on missing parameters for required arguments Signed-off-by: Raphaël Hertzog hert...@debian.org diff --git a/debian/changelog b/debian/changelog index 4da1d14..afc2283 100644 --- a/debian

Bug#626684: marked as pending

2011-05-28 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Sat May 28 14:56:49 2011 +0200 dpkg-gensymbols: warn when the generated symbols files is empty It indirectly avoids a perl warning in dpkg-gensymbols when no symbols file has been generated (because it would have been empty

Bug#619131: marked as pending

2011-05-28 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Sat May 28 15:12:58 2011 +0200 dpkg-source: reenable the Package-List field But drop the Architecture column since we have no clear use case yet. It can always be added later on. Parsers should treat the field as an extendable

Bug#525160: marked as pending

2011-05-18 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Wed May 18 10:10:04 2011 +0200 dpkg: properly remove triggers information during package removal Before this change, a package removal would not remove the triggers information from the internal files. When you reinstalled the same

Bug#526774: marked as pending

2011-05-14 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Sat May 14 10:38:59 2011 +0200 dpkg: improve pre-dependency check on unpack When a pre-dependency is not satisfied due to a package in triggers-awaited state, immediately run the trigger processing and continue without errors

Bug#621066: marked as pending

2011-04-06 Thread Raphaël Hertzog
; urgency=low [ Raphaël Hertzog ] * Dpkg::Deps: Implement new reset method and bump module version to 1.01 due to this. + * Improved description of --search in dpkg-query(1). Closes: #621066 +Thanks to Lars Buitinck larsm...@gmail.com for the patch. [ Guillem Jover ] * Install deb

Bug#620636: marked as pending

2011-04-03 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Sun Apr 3 14:58:06 2011 +0200 dpkg: fix regression when using -R option The regression was introduced in commit 280ac914cc52ee5de079c0833bb1df5005c1e7ab. The variable used for the loop got incremented twice for each iteration

Bug#620679: marked as pending

2011-04-03 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Sun Apr 3 15:27:21 2011 +0200 dpkg: don't ohshite if lutimes() fails with ENOSYS Glibc implements lutimes() on top of utimensat() which is only provided by Linux = 2.6.22. With older kernels it returns ENOSYS

Bug#620380: marked as pending

2011-04-01 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Fri Apr 1 20:45:46 2011 +0200 dpkg-divert: fix minor file descriptor leak found by cppcheck Reported-by: Niels Thykier ni...@thykier.net diff --git a/debian/changelog b/debian/changelog index 792a78b..4b2e767 100644 --- a/debian

Bug#619131: marked as pending

2011-03-24 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Thu Mar 24 14:39:56 2011 +0100 dpkg-source: add new Package-List field to .dsc files This field has been requested by ftpmasters so that they can install overrides for all binary packages as soon as they have approved the source

Bug#616096: marked as pending

2011-03-24 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Thu Mar 24 15:29:54 2011 +0100 dpkg(1): remove a duplicate word in the german translation Concerns the explanation of --get-selections. diff --git a/debian/changelog b/debian/changelog index fe919b0..dbac46e 100644 --- a/debian

Bug#605719: marked as pending

2011-03-24 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Thu Mar 24 16:04:30 2011 +0100 Dpkg::Changelog::Debian::Entry: ignore whitespaces after options in header diff --git a/debian/changelog b/debian/changelog index e6caf76..c3707b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -98,6 +98,8

Bug#619541: marked as pending

2011-03-24 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Thu Mar 24 23:53:37 2011 +0100 Dpkg::Source::Patch: don't choke on empty patches Commit 255e73e11d1365fbb1e8d78287fad751a8ebc6e5 introduced a regression with empty patches by assuming that a patch analysis would always give back

Bug#613023: marked as pending

2011-03-24 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Thu Mar 24 23:53:37 2011 +0100 Dpkg::Source::Patch: don't choke on empty patches Commit 255e73e11d1365fbb1e8d78287fad751a8ebc6e5 introduced a regression with empty patches by assuming that a patch analysis would always give back

Bug#619311: marked as pending

2011-03-23 Thread Raphaël Hertzog
Author: Mark Hymers m...@debian.org Date: Tue Mar 22 15:50:16 2011 + dpkg-gencontrol: add support for Built-Using field And teach dpkg-deb to not complain about it. Signed-off-by: Raphaël Hertzog hert...@debian.org diff --git a/debian/changelog b/debian/changelog index

Bug#617923: marked as pending

2011-03-12 Thread Raphaël Hertzog
Author: Roger Leigh rle...@debian.org Date: Sat Mar 12 16:04:31 2011 + Dpkg::Control::Hash: accept PGP signature as end of block Improved-by: Raphaël Hertzog hert...@debian.org diff --git a/debian/changelog b/debian/changelog index 9f23d32..e586bdd 100644 --- a/debian/changelog

Bug#608829: marked as pending

2011-03-07 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Mon Mar 7 09:32:14 2011 +0100 dpkg-source: be a bit less strict when parsing patches It will now accept seeing the same file twice Reported-by: Bastian Blank wa...@debian.org It will no longer match on the English text

Bug#612465: marked as pending

2011-03-07 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Mon Mar 7 09:32:14 2011 +0100 dpkg-source: be a bit less strict when parsing patches It will now accept seeing the same file twice Reported-by: Bastian Blank wa...@debian.org It will no longer match on the English text

Bug#591858: marked as pending

2011-03-06 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Sun Mar 6 10:44:22 2011 +0100 dpkg-source: remove quilt's .pc directory when --unapply-patches is in use diff --git a/debian/changelog b/debian/changelog index e6ed337..59cf74c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -73,6 +73,8

Bug#613023: marked as pending

2011-03-06 Thread Raphaël Hertzog
-by: Jonathan Nieder jrnie...@gmail.com Improved-by: Raphaël Hertzog hert...@debian.org Signed-off-by: Raphaël Hertzog hert...@debian.org diff --git a/debian/changelog b/debian/changelog index 9175e77..e6ed337 100644 --- a/debian/changelog +++ b/debian/changelog @@ -68,6 +68,11 @@ dpkg

Bug#616502: marked as pending

2011-03-05 Thread Raphaël Hertzog
Nieder jrnie...@gmail.com Signed-off-by: Raphaël Hertzog hert...@debian.org diff --git a/debian/changelog b/debian/changelog index 656f2cf..5803ce1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -63,6 +63,8 @@ dpkg (1.16.0) UNRELEASED; urgency=low * Update dpkg-shlibdeps

Bug#612472: marked as pending

2011-03-01 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Tue Mar 1 09:16:05 2011 +0100 Add missing changelog entry This entry was meant to be integrated in commit c824c49b3fbbd61626031eeb10ae37782a994154. diff --git a/debian/changelog b/debian/changelog index 68ddf0c..8f3af72 100644

Bug#610991: marked as pending

2011-01-24 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Mon Jan 24 20:43:13 2011 +0100 debian/control: drop Breaks on konqueror With this Breaks, apt-get install udev that is recommended at the start of a lenny-squeeze upgrade might remove the kde metapackage. This is due to udev

Bug#596841: marked as pending

2010-12-09 Thread Raphaël Hertzog
tag 596841 pending thanks Hello, Bug #596841 reported by you has been fixed in the Git repository. You can see the changelog below, and you can check the diff of the fix at: http://git.debian.org/?p=dpkg/dpkg.git;a=commitdiff;h=4105379 --- commit 4105379e2532d68579cfb1d95eb49205414507db

Bug#600854: marked as pending

2010-10-31 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Sun Oct 31 11:09:37 2010 +0100 dpkg-source: fail properly when debian/source/format is empty Reported-by: Eduard Bloch bl...@debian.org diff --git a/debian/changelog b/debian/changelog index f156a95..5b4c7ac 100644 --- a/debian

Bug#597651: marked as pending

2010-10-03 Thread Raphaël Hertzog
Author: James Vega james...@debian.org Date: Tue Sep 21 16:47:04 2010 -0400 Dpkg::Version: Handle versions without a version component like dpkg. Signed-off-by: James Vega james...@debian.org Signed-off-by: Raphaël Hertzog hert...@debian.org diff --git a/debian/changelog b/debian

Bug#597340: dpkg-gencontrol: implicit substvar at the end of every field

2010-09-18 Thread Raphaël Hertzog
on this idea. Do you think it would be useful ? Do you have comments and suggestions ? Cheers, -- Raphaël Hertzog ◈ Debian Developer ◈ [Flattr=20693] Follow my Debian News ▶ http://RaphaelHertzog.com (English) ▶ http://RaphaelHertzog.fr (Français) -- To UNSUBSCRIBE, email

Bug#597023: marked as pending

2010-09-18 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Sat Sep 18 22:40:00 2010 +0200 dpkg-source: ensure debian/source/local-options is always excluded It should be excluded even if the user provides -I or -i options to override the lists of files to ignore. Reported-by: Robert

Bug#596417: marked as pending

2010-09-11 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Sat Sep 11 10:13:53 2010 +0200 Update dpkg's Breaks dependency to include dpkg-dev ( 1.15.8) It ensures that older versions of dpkg-dev that did not depend on libdpkg-perl must be upgraded together with dpkg. Reported

Bug#594440: marked as pending

2010-09-05 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Sun Sep 5 09:43:32 2010 +0200 dpkg-source: drop -k parameter from the tar command line used to extract tarballs dpkg-source only extracts tarballs in directories that it has created itself, there's no risk of overwriting any user

Bug#594167: marked as pending

2010-08-31 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Tue Aug 31 17:17:00 2010 +0200 Add missing bug closure. diff --git a/debian/changelog b/debian/changelog index f24b2c4..2bd73f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ dpkg (1.15.8.5) UNRELEASED; urgency=low * Do

Bug#593442: marked as pending

2010-08-21 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Sat Aug 21 16:28:03 2010 +0200 dpkg-genchanges: correctly truncate descriptions with multibyte characters Ensure the scalar used to truncate the description is character-based and not byte-based. But switch it back to a byte-based

Bug#591588: marked as pending

2010-08-11 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Wed Aug 11 15:50:56 2010 +0200 Fix install target in man/Makefile.am Commit 39c6dab89bbea9fe336f869b65e33102ba238205 introduced a regression: make install during a package build in a tree generated by make dist would no longer

Bug#591182: marked as pending

2010-08-01 Thread Raphaël Hertzog
with special meanings in regular expressions. Signed-off-by: Raphaël Hertzog hert...@debian.org diff --git a/debian/changelog b/debian/changelog index 0dcc00e..dae537a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +dpkg (1.15.8.3) UNRELEASED; urgency=low

Bug#590854: marked as pending

2010-07-29 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Thu Jul 29 20:36:09 2010 +0200 update-alternatives: fix off-by-one errors alternative_sort_choices() and alternative_sort_slaves() were affected by an off-by-one error that could result in linked lists looping over themselves

Bug#590297: marked as pending

2010-07-26 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Mon Jul 26 08:57:50 2010 +0200 dpkg-source: drop upstream debian directory before copying the debian one in place In source formats 2.0 and 3.0 (quilt), make sure to remove the upstream-provided debian directory before copying

Bug#587724: marked as pending

2010-07-25 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Sun Jul 25 17:12:50 2010 +0200 Dpkg::Compression: add --no-name and --rsyncable options to the gzip call Pass --no-name option to gzip to avoid encoding the timestamp in the file so that the result is more predictable. Also pass

Bug#588265: marked as pending

2010-07-25 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Sun Jul 25 17:25:56 2010 +0200 dpkg-source: replace tar ignore pattern *~ with */*~ With this change, it can't match the top-level directory anymore and the source package directory can again end with a tilde without creating

Bug#477954: marked as pending

2010-07-25 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Sun Jul 25 18:15:29 2010 +0200 Add missing bug closure diff --git a/debian/changelog b/debian/changelog index 610250a..674f513 100644 --- a/debian/changelog +++ b/debian/changelog @@ -46,6 +46,9 @@ dpkg (1.15.8) UNRELEASED; urgency=low * Add

Bug#534637: marked as pending

2010-07-25 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Sun Jul 25 18:15:29 2010 +0200 Add missing bug closure diff --git a/debian/changelog b/debian/changelog index 610250a..674f513 100644 --- a/debian/changelog +++ b/debian/changelog @@ -46,6 +46,9 @@ dpkg (1.15.8) UNRELEASED; urgency=low * Add

Bug#587382: marked as pending

2010-06-28 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Mon Jun 28 08:45:01 2010 +0200 Dpkg::Changelog: fixed to cope properly with an entry of version 0 The change of the boolean evaluation of Dpkg::Version introduced in 5b9f353b2940de751df47036608afbe71992d622 broke Dpkg::Changelog's

Bug#579012: marked as pending

2010-06-10 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Thu Jun 10 20:28:16 2010 +0200 dpkg-source: new option --abort-on-upstream-changes This option can be used with source formats 1.0, 2.0 and 3.0 (quilt). It aborts every time that you try to build a source package which contains

Bug#583656: marked as pending

2010-06-02 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Wed Jun 2 23:01:13 2010 +0200 dpkg-gensymbols: fix handling of tags A bad check resulted in some tags being considered different when they were really equal. Reported-by: Michael Tautschnig m...@debian.org diff --git

Bug#582814: marked as pending

2010-05-24 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Mon May 24 15:56:57 2010 +0200 dpkg-maintscript-helper: handle missing parameters properly diff --git a/debian/changelog b/debian/changelog index 32dbeb5..a08d98c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,8 @@ dpkg

Bug#582819: marked as pending

2010-05-24 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Mon May 24 19:00:16 2010 +0200 dpkg-maintscript-helper: make lastversion optional in rm_conffile and mv_conffile Enhance dpkg-maintscript-helper rm_conffile and mv_conffile to work properly when lastversion is not given (or is empty

Bug#582893: marked as pending

2010-05-24 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Mon May 24 17:01:20 2010 +0200 dpkg-maintscript-helper: clarify meaning of lastversion for rm_conffile Clarify that dpkg-maintscript-helper rm_conffile needs the last version of the package that did not remove the obsolete conffile

Bug#582401: marked as pending

2010-05-21 Thread Raphaël Hertzog
tag 582401 pending thanks Hello, Bug #582401 reported by you has been fixed in the Git repository. You can see the changelog below, and you can check the diff of the fix at: http://git.debian.org/?p=dpkg/dpkg.git;a=commitdiff;h=db0b70b --- commit db0b70bc26ec6f81242e4c34ae30cae81af8d3d1

Bug#582389: marked as pending

2010-05-21 Thread Raphaël Hertzog
tag 582389 pending thanks Hello, Bug #582389 reported by you has been fixed in the Git repository. You can see the changelog below, and you can check the diff of the fix at: http://git.debian.org/?p=dpkg/dpkg.git;a=commitdiff;h=2d4fd62 --- commit 2d4fd627d4286dc42006fb486040209d4e021b9f

Bug#582404: marked as pending

2010-05-21 Thread Raphaël Hertzog
tag 582404 pending thanks Hello, Bug #582404 reported by you has been fixed in the Git repository. You can see the changelog below, and you can check the diff of the fix at: http://git.debian.org/?p=dpkg/dpkg.git;a=commitdiff;h=395c8a0 --- commit 395c8a0acc90c8df10eb2de0b7d6db13f64ffb8a

Bug#582406: marked as pending

2010-05-21 Thread Raphaël Hertzog
tag 582406 pending thanks Hello, Bug #582406 reported by you has been fixed in the Git repository. You can see the changelog below, and you can check the diff of the fix at: http://git.debian.org/?p=dpkg/dpkg.git;a=commitdiff;h=c298a63 --- commit c298a638f9dab87d59a94e4397266c701457047c

Bug#578365: marked as pending

2010-05-21 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Fri May 21 16:30:51 2010 +0200 Dpkg::Shlibs::Objdump: use the cross objdump when cross compiling When cross-prefix-objdump is available and when we're cross-compiling let's use the cross objdump in preference over the standard

Bug#581315: marked as pending

2010-05-17 Thread Raphaël Hertzog
Author: Gerfried Fuchs rho...@debian.at Date: Mon May 17 13:56:47 2010 +0200 dpkg-name: fix syntax error There was a missing closing bracket. Regression introduced in 716362c59e531883304a211afa61660608c214b3. Signed-off-by: Raphaël Hertzog hert...@debian.org diff

Bug#580774: marked as pending

2010-05-08 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Sat May 8 21:45:24 2010 +0200 dpkg-trigger(1), deb-triggers(5): update reference to triggers.txt.gz The file has been moved in dpkg-dev, fix the location. diff --git a/debian/changelog b/debian/changelog index f41aeba..54f1dc1 100644

Bug#572526: marked as pending

2010-05-02 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Sun May 2 21:34:35 2010 +0200 dpkg-buildpackage: add calls to dpkg-source --before-build and --after-build diff --git a/debian/changelog b/debian/changelog index 7e01150..472e4bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,12

Bug#578002: marked as pending

2010-05-01 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Sat May 1 16:48:57 2010 +0200 dpkg-source: add Bug-Ubuntu field in DEP-3 template The DEP-3 template is provided in the automatic header of patches in 3.0 (quilt) source packages. diff --git a/debian/changelog b/debian/changelog

Bug#579724: marked as pending

2010-04-30 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Fri Apr 30 20:56:14 2010 +0200 Dpkg::Version: fix boolean evaluation of the object In a boolean context, the object evaluates like the version string if the version is valid, otherwise it evaluates like undef. Document

Bug#579722: marked as pending

2010-04-30 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Fri Apr 30 21:03:06 2010 +0200 dpkg-buildflags: error out when a required parameter is missing diff --git a/debian/changelog b/debian/changelog index c52bdf7..eece935 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ dpkg

Bug#578693: marked as pending

2010-04-22 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Thu Apr 22 07:54:30 2010 +0200 dpkg-source: fix ignore regexp for source format 1.0 when -i is not used The variable is defined by default but empty and the check was wrong leading all files to be ignored. diff --git a/debian

Bug#514316: marked as pending

2010-04-16 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Mon Apr 12 12:32:18 2010 +0200 maintscript-helper: new program to simplify some maintainer scripts This program is designed to be run within maintainer scripts to achieve some tasks that dpkg can't (yet) handle natively either

Bug#546577: marked as pending

2010-04-16 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Mon Apr 12 12:06:01 2010 +0200 dpkg: export DPKG_MAINTSCRIPT_NAME to tell what kind of script we're running The idea is that specialized hooks can benefit from this information to do the right thing. The same call would be put

Bug#556889: marked as pending

2010-04-15 Thread Raphaël Hertzog
tag 556889 pending thanks Hello, Bug #556889 reported by you has been fixed in the Git repository. You can see the changelog below, and you can check the diff of the fix at: http://git.debian.org/?p=dpkg/dpkg.git;a=commitdiff;h=29fe363 --- commit 29fe363219625f2a411c85ce065ad47a67077797

Bug#559519: marked as pending

2010-04-15 Thread Raphaël Hertzog
tag 559519 pending thanks Hello, Bug #559519 reported by you has been fixed in the Git repository. You can see the changelog below, and you can check the diff of the fix at: http://git.debian.org/?p=dpkg/dpkg.git;a=commitdiff;h=29fe363 --- commit 29fe363219625f2a411c85ce065ad47a67077797

Bug#577756: marked as pending

2010-04-14 Thread Raphaël Hertzog
tag 577756 pending thanks Hello, Bug #577756 reported by you has been fixed in the Git repository. You can see the changelog below, and you can check the diff of the fix at: http://git.debian.org/?p=dpkg/dpkg.git;a=commitdiff;h=3927a9d --- commit 3927a9d6e64297330b61a38755bee20d45c7b166

Bug#560070: marked as pending

2010-04-11 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Fri Apr 9 17:46:15 2010 +0200 dpkg-buildflags: new script to retrieve compilation flags during package build Forcing the value of compilation flags through environment variables set by dpkg-buildpackages has not been very successful

Bug#575891: marked as pending

2010-04-09 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Fri Apr 9 08:35:47 2010 +0200 dpkg: fix metadata installation by not mixing rename() in a readdir() loop dpkg's process_archive() was doing the improper assumption that a readdir() loop would not return the same filename twice even

Bug#575706: marked as pending

2010-04-02 Thread Raphaël Hertzog
tag 575706 pending thanks Hello, Bug #575706 reported by you has been fixed in the Git repository. You can see the changelog below, and you can check the diff of the fix at: http://git.debian.org/?p=dpkg/dpkg.git;a=commitdiff;h=a6cd0c1 --- commit a6cd0c12f3fee71f26374c7f21f7a2e4d1ac9458

Bug#553928: marked as pending

2010-03-28 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Sun Mar 28 16:57:18 2010 +0200 dpkg-source: warn when debian/source/format doesn't exist Document in dpkg-source(1) the fact that the fallback to 1.0 when debian/source/format doesn't exist is deprecated. Explain the rationale

Bug#574097: marked as pending

2010-03-16 Thread Raphaël Hertzog
, we avoid exposing the configure variable HAVE_C99 on installed headers. * Use __attribute__ keyword depending on compiler support, we avoid exposing the configure variable HAVE_C_ATTRIBUTE on installed headers. + [ Raphaël Hertzog ] + * Accept source packages without Format field

Bug#572030: marked as pending

2010-02-28 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Mon Mar 1 08:34:10 2010 +0100 Add missing bug closure The rewrite of Dpkg::Checksums fixed a bug which has just been reported as #572030. It was not able to deal with filenames with spaces. diff --git a/debian/changelog b/debian

Bug#570934: [DPKG-DEB] possibility to hook a program at the start of dpkg-deb --build

2010-02-22 Thread Raphaël Hertzog
Package: dpkg Version: 1.15.6 Severity: wishlist Given that Debian packages are not all built with the same helper in debian/rules, it's difficult to hook something in the build process of all packages. debuild offers hooks at various places before/after each debian/rules call but it might not be

Bug#554488: marked as pending

2010-02-21 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Sun Feb 21 11:58:40 2010 +0100 dpkg-source: new option --create-empty-orig in formats 2.0 and 3.0 (quilt) With this option, dpkg-source will auto-create the main original tarball when it's missing and when there are supplementary

Bug#566230: marked as pending

2010-02-21 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Sun Feb 21 10:33:25 2010 +0100 dpkg-buildpackage: support passing arbitrary options to dpkg-source/dpkg-genchanges diff --git a/debian/changelog b/debian/changelog index 374ae0a..dbe6724 100644 --- a/debian/changelog +++ b/debian/changelog

Bug#363323: marked as pending

2010-02-21 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Sun Feb 21 11:04:02 2010 +0100 dpkg-gencontrol, dpkg-genchanges, dpkg-source: support multiple -T options It allows to read substitution variables from multiple files. diff --git a/debian/changelog b/debian/changelog index dbe6724

Bug#465256: marked as pending

2010-02-20 Thread Raphaël Hertzog
Author: Raphaël Hertzog hert...@debian.org Date: Sun Feb 21 00:45:00 2010 +0100 Add $VERSION numbers to all perl modules Modules whose API should be stable have a version 1.00. The modules with version 0.01 are expected to have further API changes in the (near) future

  1   2   >