[SCM] dpkg's main repository branch, master, updated. 1.16.2-88-ga31e40a

2012-04-15 Thread Guillem Jover
The following commit has been merged in the master branch: commit a27d879194bd5c9eb339eca4a58f2d79bf7942a5 Author: Guillem Jover guil...@debian.org Date: Sun Apr 15 07:11:57 2012 +0200 u-a: Fold alternative_has_current_link() into alternative_get_current() There's no more

[SCM] dpkg's main repository branch, master, updated. 1.16.2-88-ga31e40a

2012-04-15 Thread Guillem Jover
The following commit has been merged in the master branch: commit a31e40a55aa8987dbfce4ac6fd53ef9fc14bcf07 Author: Guillem Jover guil...@debian.org Date: Sun Apr 15 09:35:50 2012 +0200 u-a: Do not use trinary boolean operators with explicit bool result values Use explicit checks

[SCM] dpkg's main repository branch, master, updated. 1.16.2-88-ga31e40a

2012-04-15 Thread Guillem Jover
The following commit has been merged in the master branch: commit 0d6a7f722890df451bd08a9545c74aa64615f1cd Author: Guillem Jover guil...@debian.org Date: Sun Apr 15 08:53:18 2012 +0200 u-a: Do not use strlen() to check for non-empty string in fileset_has_slave() We only need

[SCM] dpkg's main repository branch, master, updated. 1.16.2-106-gfd35aec

2012-04-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit d6dbd80a94abd65b65ec98064bbd5973764532d4 Author: Guillem Jover guil...@debian.org Date: Mon Apr 16 03:27:51 2012 +0200 u-a: Merge display action handling into previous if/else block diff --git a/utils/update-alternatives.c b

[SCM] dpkg's main repository branch, master, updated. 1.16.2-106-gfd35aec

2012-04-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 0e13a18f4768f8c0f3b3660c1c810086007cc975 Author: Guillem Jover guil...@debian.org Date: Mon Apr 16 03:42:21 2012 +0200 u-a: Rename altdb_interrupt_parsing() to altdb_parse_stop() diff --git a/utils/update-alternatives.c b

[SCM] dpkg's main repository branch, master, updated. 1.16.2-106-gfd35aec

2012-04-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 134791f7245e01f7d2d0a90bb8de2cda1097bdc6 Author: Guillem Jover guil...@debian.org Date: Mon Apr 16 03:58:15 2012 +0200 u-a: Move alternative_parse_fileset() modified argument to struct altdb_context diff --git a/utils

[SCM] dpkg's main repository branch, master, updated. 1.16.2-106-gfd35aec

2012-04-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 538d668b477a13b27b5b3503d80f6f5057229611 Author: Guillem Jover guil...@debian.org Date: Mon Apr 16 04:58:56 2012 +0200 u-a: Switch must_not_die boolean arguments to flags variables Using a bool as an argument

[SCM] dpkg's main repository branch, master, updated. 1.16.2-106-gfd35aec

2012-04-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 02415e5b2f1251249adc1789a9f6413013c69e99 Author: Guillem Jover guil...@debian.org Date: Mon Apr 16 04:03:25 2012 +0200 u-a: Rename config_all() to alternative_config_all() diff --git a/utils/update-alternatives.c b/utils

[SCM] dpkg's main repository branch, master, updated. 1.16.2-106-gfd35aec

2012-04-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 9e176a05d94ab54f82ef1ce40f434b790ec96720 Author: Guillem Jover guil...@debian.org Date: Mon Apr 16 04:03:25 2012 +0200 u-a: Move config_all() function near action handling code diff --git a/utils/update-alternatives.c b

[SCM] dpkg's main repository branch, master, updated. 1.16.2-106-gfd35aec

2012-04-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 40b271afb08530aa4ec8b7c2b111f384f885e928 Author: Guillem Jover guil...@debian.org Date: Mon Apr 16 06:08:12 2012 +0200 libdpkg: Use pdb_lax_version_parser instead of pdb_lax_parser in parse_db_version() Missed

[SCM] dpkg's main repository branch, master, updated. 1.16.2-106-gfd35aec

2012-04-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit a27effc5603bd0e58d648e096d96eb0adafc94e2 Author: Guillem Jover guil...@debian.org Date: Mon Apr 16 04:06:00 2012 +0200 u-a: Move altdb directory access functions near altdb code diff --git a/utils/update-alternatives.c b

[SCM] dpkg's main repository branch, master, updated. 1.16.2-106-gfd35aec

2012-04-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 3e6ccfa7fdd693ba3f90a0bce9a512c7cb5ff42a Author: Guillem Jover guil...@debian.org Date: Mon Apr 16 05:37:20 2012 +0200 libdpkg: Rename compressor_get() accessor to compressor() diff --git a/lib/dpkg/compress.c b/lib/dpkg

[SCM] dpkg's main repository branch, master, updated. 1.16.2-106-gfd35aec

2012-04-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit cfbcb0ac535f7970655a9aab6102f46608c39c1c Author: Guillem Jover guil...@debian.org Date: Mon Apr 16 05:38:20 2012 +0200 libdpkg: Use compressor() accessor instead of intermediate variables diff --git a/lib/dpkg/compress.c b

[SCM] dpkg's main repository branch, master, updated. 1.16.2-106-gfd35aec

2012-04-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 01d00afaa426101553a226e60fdd7c64b98267ac Author: Guillem Jover guil...@debian.org Date: Mon Apr 16 06:23:25 2012 +0200 build: Line wrap dpkg_buildflags variable setting diff --git a/debian/rules b/debian/rules index 434fe97

[SCM] dpkg's main repository branch, master, updated. 1.16.2-106-gfd35aec

2012-04-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 762897ed406e0dc8cdd4eb529b04330612894207 Author: Guillem Jover guil...@debian.org Date: Mon Apr 16 14:06:25 2012 +0200 Add x32 support to ostable, abitable and triplettable Closes: #667037 diff --git a/abitable b

[SCM] dpkg's main repository branch, master, updated. 1.16.2-106-gfd35aec

2012-04-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit db5604d792133b2d7b6647a723ec82b1c3bc58db Author: Guillem Jover guil...@debian.org Date: Tue Apr 17 00:48:13 2012 +0200 s-s-d: Refactor path concatenation into newpath() diff --git a/utils/start-stop-daemon.c b/utils/start

[SCM] dpkg's main repository branch, master, updated. 1.16.2-106-gfd35aec

2012-04-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit fd35aec4fa09a13d9c21174032c121d0aceb6d6d Author: Guillem Jover guil...@debian.org Date: Tue Apr 17 01:02:27 2012 +0200 s-s-d: Fix --exec to work with relative arguments and --chdir Closes: #669047 diff --git

[SCM] dpkg's main repository branch, master, updated. 1.16.2-106-gfd35aec

2012-04-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit ad0cb5d13dc92e52f0a877b9af9839d04721a209 Author: Guillem Jover guil...@debian.org Date: Mon Apr 16 14:04:16 2012 +0200 Dpkg::Arch: Add support for arch ABI attribute overrides For architectures where the ABI changes

[SCM] dpkg's main repository branch, master, updated. 1.16.3-33-g7786b93

2012-05-10 Thread Guillem Jover
on aarch64_be. ] Closes: #672408 Signed-off-by: Guillem Jover guil...@debian.org diff --git a/cputable b/cputable index 8b6280b..28630f0 100644 --- a/cputable +++ b/cputable @@ -22,6 +22,7 @@ alpha alpha alpha.* 64 little amd64 x86_64

[SCM] dpkg's main repository branch, master, updated. 1.16.3-55-g058673c

2012-05-23 Thread Guillem Jover
The following commit has been merged in the master branch: commit 157d6447eee0da5e2e393e205dcdd0bcab404c30 Author: Guillem Jover guil...@debian.org Date: Sat Apr 28 18:33:08 2012 +0200 Check parsed integers for invalid or no digit errors Verify that the string is not empty or does

[SCM] dpkg's main repository branch, master, updated. 1.16.3-55-g058673c

2012-05-23 Thread Guillem Jover
The following commit has been merged in the master branch: commit c1ef9aa10d6f72af4ba5ac669c4730e86f4d3c33 Author: Guillem Jover guil...@debian.org Date: Wed May 23 06:36:40 2012 +0200 u-a: Rename and unify variable names for priority parsing code diff --git a/utils/update-alternatives.c b

[SCM] dpkg's main repository branch, master, updated. 1.16.3-55-g058673c

2012-05-23 Thread Guillem Jover
The following commit has been merged in the master branch: commit a740846d61052de1e05e1b02c194ab1e1c48855c Author: Guillem Jover guil...@debian.org Date: Wed May 23 09:04:39 2012 +0200 dpkg: Use ohshit() instead of ohshite() on strtoul() error There's no guarantee that errno

[SCM] dpkg's main repository branch, master, updated. 1.16.3-55-g058673c

2012-05-23 Thread Guillem Jover
The following commit has been merged in the master branch: commit 2bf4b48a9a6f7ddf854179b4b74013534e4594b9 Author: Guillem Jover guil...@debian.org Date: Sat Apr 28 18:33:08 2012 +0200 Check parsed integers for out of range errors Verify that the numbers are not out of the range

[SCM] dpkg's main repository branch, master, updated. 1.16.3-55-g058673c

2012-05-23 Thread Guillem Jover
The following commit has been merged in the master branch: commit d1f02d25ed0057d4cd3a57b6aac37e2fce03425b Author: Guillem Jover guil...@debian.org Date: Sun Apr 29 02:23:02 2012 +0200 s-s-d: Refactor parse_umask() and parse_integer() into parse_unsigned() The only fundamental

[SCM] dpkg's main repository branch, master, updated. 1.16.3-55-g058673c

2012-05-23 Thread Guillem Jover
-by: Guillem Jover guil...@debian.org diff --git a/debian/changelog b/debian/changelog index 36eb44a..2771f22 100644 --- a/debian/changelog +++ b/debian/changelog @@ -28,6 +28,9 @@ dpkg (1.16.4) UNRELEASED; urgency=low values are allowed if not appropriate, and that no overflows occur. Closes

[SCM] dpkg's main repository branch, master, updated. 1.16.3-55-g058673c

2012-05-23 Thread Guillem Jover
The following commit has been merged in the master branch: commit 4f2bf1ec7f3c362ec2178b244718516eef60167d Author: Guillem Jover guil...@debian.org Date: Thu May 17 22:21:57 2012 +0200 s-s-d(8): Switch examples from /var/run to /run diff --git a/debian/changelog b/debian/changelog index

[SCM] dpkg's main repository branch, master, updated. 1.16.3-55-g058673c

2012-05-23 Thread Guillem Jover
The following commit has been merged in the master branch: commit bfc61827201aadb05bdff25e259490a02c5319e5 Author: Guillem Jover guil...@debian.org Date: Mon May 21 03:53:21 2012 +0200 Dpkg::Substvars: Add new member function set_as_used() This sets a subtsvar and marks it as used

[SCM] dpkg's main repository branch, master, updated. 1.16.3-55-g058673c

2012-05-23 Thread Guillem Jover
The following commit has been merged in the master branch: commit 48e27cb350becbccf3d30b89ac92b20c7816f8ee Author: Guillem Jover guil...@debian.org Date: Mon May 21 03:53:21 2012 +0200 scripts: Use new member set_as_used() instead of ad-hoc code Use the new member instead

[SCM] dpkg's main repository branch, master, updated. 1.16.3-55-g058673c

2012-05-23 Thread Guillem Jover
The following commit has been merged in the master branch: commit bb486d9e2630ec77b798f1730bd7603df69c9013 Author: Guillem Jover guil...@debian.org Date: Mon May 21 03:54:37 2012 +0200 Dpkg::Substvars: Rename no_warn() member function to mark_as_used() Keep the old name

[SCM] dpkg's main repository branch, master, updated. 1.16.3-55-g058673c

2012-05-23 Thread Guillem Jover
The following commit has been merged in the master branch: commit ed0095e40833d362a1cb6b7cf22ae27d4895827b Author: Guillem Jover guil...@debian.org Date: Sun May 20 22:37:06 2012 +0200 Dpkg::Package: Add new perl module This includes a public function to validate package names

[SCM] dpkg's main repository branch, master, updated. 1.16.3-55-g058673c

2012-05-23 Thread Guillem Jover
The following commit has been merged in the master branch: commit bedb947092e63a91f899f02cca141677cf528541 Author: Guillem Jover guil...@debian.org Date: Sun May 20 15:26:18 2012 +0200 scripts: Handle argument parsing consistently when using Getopt::Long diff --git a/scripts/changelog

[SCM] dpkg's main repository branch, master, updated. 1.16.3-55-g058673c

2012-05-23 Thread Guillem Jover
The following commit has been merged in the master branch: commit 2e62609bbee5104f546df72c861a09f919d0fad6 Author: Guillem Jover guil...@debian.org Date: Sun May 20 15:22:35 2012 +0200 scripts: Use new pkg_name_is_illegal() instead of ad-hoc checks diff --git a/scripts/Dpkg/Vars.pm b

[SCM] dpkg's main repository branch, master, updated. 1.16.3-55-g058673c

2012-05-23 Thread Guillem Jover
The following commit has been merged in the master branch: commit c8448c07aa55cd836792b5242979317f6e17e50e Author: Guillem Jover guil...@debian.org Date: Tue May 22 19:20:53 2012 +0200 dpkg-scansources: Do not accept --nohelp This option does not make any sense. diff --git

[SCM] dpkg's main repository branch, master, updated. 1.16.3-55-g058673c

2012-05-23 Thread Guillem Jover
The following commit has been merged in the master branch: commit 8d7922e757b61cd270b7dd7cc9c27fa344deb854 Author: Guillem Jover guil...@debian.org Date: Fri May 4 07:22:30 2012 +0200 scripts: Use “changelog” instead of “change log” diff --git a/man/dpkg-genchanges.1 b/man/dpkg-genchanges

[SCM] dpkg's main repository branch, master, updated. 1.16.3-55-g058673c

2012-05-23 Thread Guillem Jover
The following commit has been merged in the master branch: commit 36a5005fcaa9b69efb2e9b08c0efe0f88042c5b3 Author: Guillem Jover guil...@debian.org Date: Fri May 4 08:09:04 2012 +0200 scripts: Hyphenate option arguments diff --git a/man/dpkg-buildpackage.1 b/man/dpkg-buildpackage.1 index

[SCM] dpkg's main repository branch, master, updated. 1.16.3-55-g058673c

2012-05-23 Thread Guillem Jover
The following commit has been merged in the master branch: commit 80269099a71a7158923bba4debc733ad717b4b02 Author: Guillem Jover guil...@debian.org Date: Wed May 9 04:09:56 2012 +0200 dpkg-parsechangelog: Uppercase “parse options:” help output title diff --git a/scripts/dpkg

[SCM] dpkg's main repository branch, master, updated. 1.16.3-55-g058673c

2012-05-23 Thread Guillem Jover
The following commit has been merged in the master branch: commit 8c31f65164d87253c3358e5d1f92a0e960f933a4 Author: Guillem Jover guil...@debian.org Date: Wed May 23 07:25:01 2012 +0200 scripts: Refer to commands instead of actions in help output diff --git a/scripts/dpkg-architecture.pl b

[SCM] dpkg's main repository branch, master, updated. 1.16.3-78-g18f6518

2012-06-06 Thread Guillem Jover
to conform to current documentation style. - Refer to deb-version(5) instead of policy manual. ] Signed-off-by: Niels Thykier ni...@thykier.net Signed-off-by: Guillem Jover guil...@debian.org diff --git a/lib/dpkg/version.c b/lib/dpkg/version.c index 89a8cec..f623697 100644 --- a/lib

[SCM] dpkg's main repository branch, master, updated. 1.16.3-78-g18f6518

2012-06-06 Thread Guillem Jover
-off-by: Guillem Jover guil...@debian.org diff --git a/doc/coding-style.txt b/doc/coding-style.txt index dbeb2b7..06fb587 100644 --- a/doc/coding-style.txt +++ b/doc/coding-style.txt @@ -28,12 +28,12 @@ Code should generally strive for clarity. Monster functions should be split into logical

[SCM] dpkg's main repository branch, master, updated. 1.16.3-78-g18f6518

2012-06-06 Thread Guillem Jover
The following commit has been merged in the master branch: commit 4c45788bb82ea8749f8e34e2301d6677cac37096 Author: Guillem Jover guil...@debian.org Date: Sun May 27 06:12:30 2012 +0200 doc: Update codying-style Update C99 assumptions, refer to KNF, add link to the Linux CodingStyle

[SCM] dpkg's main repository branch, master, updated. 1.16.3-78-g18f6518

2012-06-06 Thread Guillem Jover
The following commit has been merged in the master branch: commit b5c0d13c6cc1d16495f2f9b189ef579612d87d3c Author: Guillem Jover guil...@debian.org Date: Mon May 28 18:24:39 2012 +0200 libdpkg: Add more test cases for version module This covers dpkg_version_blank

[SCM] dpkg's main repository branch, master, updated. 1.16.3-78-g18f6518

2012-06-06 Thread Guillem Jover
The following commit has been merged in the master branch: commit 01f7a1875d6223c35f1d7af16a5eff369ae1a377 Author: Guillem Jover guil...@debian.org Date: Mon May 28 18:22:36 2012 +0200 libdpkg: Add more test cases for path module diff --git a/lib/dpkg/test/t-path.c b/lib/dpkg/test/t-path.c

[SCM] dpkg's main repository branch, master, updated. 1.16.3-78-g18f6518

2012-06-06 Thread Guillem Jover
The following commit has been merged in the master branch: commit fbe07e934f267077d2abdf1c286f03c84f4035ea Author: Guillem Jover guil...@debian.org Date: Fri May 18 04:24:12 2012 +0200 dpkg(1): Clarify that the «dpkg -l» example only lists installed packages Also add a reference

[SCM] dpkg's main repository branch, master, updated. 1.16.3-78-g18f6518

2012-06-06 Thread Guillem Jover
The following commit has been merged in the master branch: commit 3feb8d4afe11bd68611951fad2fe4e5beb9017ba Author: Guillem Jover guil...@debian.org Date: Thu May 24 21:02:25 2012 +0200 doc: Update Doxygen configuration from version 1.8.1 diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index

[SCM] dpkg's main repository branch, master, updated. 1.16.3-78-g18f6518

2012-06-06 Thread Guillem Jover
The following commit has been merged in the master branch: commit 41494c13560b0a7027b583a83c5ef65f02a8fe88 Author: Guillem Jover guil...@debian.org Date: Sun May 27 01:52:42 2012 +0200 dpkg-deb: Add support for “none” as a valid compression strategy value This is needed to be able

[SCM] dpkg's main repository branch, master, updated. 1.16.3-78-g18f6518

2012-06-06 Thread Guillem Jover
. ] Closes: #675918 Signed-off-by: Guillem Jover guil...@debian.org diff --git a/debian/changelog b/debian/changelog index 5057e9d..1f06570 100644 --- a/debian/changelog +++ b/debian/changelog @@ -45,6 +45,8 @@ dpkg (1.16.4) UNRELEASED; urgency=low * Clarify also in the dpkg(1

[SCM] dpkg's main repository branch, master, updated. 1.16.3-78-g18f6518

2012-06-06 Thread Guillem Jover
The following commit has been merged in the master branch: commit 52a1b3fd9404061e98ed6b99c3e2adcfa1c2f22d Author: Guillem Jover guil...@debian.org Date: Tue Jun 5 04:11:32 2012 +0200 libcompat: Add compat symbol for O_NOFOLLOW This symbol was only standardized in POSIX.1-2008

[SCM] dpkg's main repository branch, master, updated. 1.16.3-78-g18f6518

2012-06-06 Thread Guillem Jover
The following commit has been merged in the master branch: commit 14e63102e2a962a171e3e781f71d14ca0437ed23 Author: Guillem Jover guil...@debian.org Date: Sun May 27 20:02:25 2012 +0200 dpkg: Use enum dep_check values instead of literal strings diff --git a/src/configure.c b/src/configure.c

[SCM] dpkg's main repository branch, master, updated. 1.16.3-78-g18f6518

2012-06-06 Thread Guillem Jover
The following commit has been merged in the master branch: commit bbdc3ccea0c16e1a679ea281e01d900bbb6406ff Author: Guillem Jover guil...@debian.org Date: Tue Jun 5 07:00:26 2012 +0200 Dpkg::File: Demote libfile-fcntllock-perl Depends to a Recommends Fallback to use flock based

[SCM] dpkg's main repository branch, master, updated. 1.16.3-78-g18f6518

2012-06-06 Thread Guillem Jover
The following commit has been merged in the master branch: commit 07e174f510e998a9bb17dabd9cc932a486a263b3 Author: Guillem Jover guil...@debian.org Date: Tue Jun 5 21:12:07 2012 +0200 Dpkg::Control::Fields: Put an before field_capitalize() calls The definition of the function

[SCM] dpkg's main repository branch, master, updated. 1.16.3-78-g18f6518

2012-06-06 Thread Guillem Jover
The following commit has been merged in the master branch: commit 512b27964cf0d47618f5533894664b2ef0fed2ae Author: Guillem Jover guil...@debian.org Date: Tue Jun 5 07:36:41 2012 +0200 dpkg-divert: Do not warn on missing db .list file for never installed packages When the package

[SCM] dpkg's main repository branch, master, updated. 1.16.3-78-g18f6518

2012-06-06 Thread Guillem Jover
The following commit has been merged in the master branch: commit eb6308c42fc7c37f0145d468549be77d0bf3346c Author: Guillem Jover guil...@debian.org Date: Tue Jun 5 07:47:07 2012 +0200 dpkg: Remove unneeded showdiff() forward declaration diff --git a/src/configure.c b/src/configure.c index

[SCM] dpkg's main repository branch, master, updated. 1.16.3-78-g18f6518

2012-06-06 Thread Guillem Jover
The following commit has been merged in the master branch: commit 18f0cefb38eb362116d16ed89b712c4d7a054414 Author: Guillem Jover guil...@debian.org Date: Tue Jun 5 07:49:49 2012 +0200 u-a: Remove unreachable code at the end of alternative_select_choice() The function contains

[SCM] dpkg's main repository branch, master, updated. 1.16.3-78-g18f6518

2012-06-06 Thread Guillem Jover
The following commit has been merged in the master branch: commit 0aee0c37364b7160213d87ca76b0e3b56173370f Author: Guillem Jover guil...@debian.org Date: Wed Jun 6 04:38:49 2012 +0200 build: Add new run-script to run local scripts This sets up the environment to be able to run

[SCM] dpkg's main repository branch, master, updated. 1.16.3-91-g4fcde1b

2012-06-08 Thread Guillem Jover
The following commit has been merged in the master branch: commit 433ac679230abbeb4af4549e8b8f656a559159a8 Author: Guillem Jover guil...@debian.org Date: Thu Jun 7 10:09:04 2012 +0200 scripts: Hyphenate option arguments Missed in commit 36a5005fcaa9b69efb2e9b08c0efe0f88042c5b3

[SCM] dpkg's main repository branch, master, updated. 1.16.3-91-g4fcde1b

2012-06-08 Thread Guillem Jover
The following commit has been merged in the master branch: commit 9c52c96485d4c406c8eb2776aa245e839214de43 Author: Guillem Jover guil...@debian.org Date: Wed May 9 04:43:11 2012 +0200 dpkg-buildpackage: Improve, split and group --help output Improve some option descriptions and add

[SCM] dpkg's main repository branch, master, updated. 1.16.3-91-g4fcde1b

2012-06-08 Thread Guillem Jover
The following commit has been merged in the master branch: commit c57ae609e5be0f7d91f4df58f2a2560cbc02254a Author: Guillem Jover guil...@debian.org Date: Thu Jun 7 10:31:28 2012 +0200 dselect: On --help print action names from the menuentries table This unmarks those strings

[SCM] dpkg's main repository branch, master, updated. 1.16.3-91-g4fcde1b

2012-06-08 Thread Guillem Jover
The following commit has been merged in the master branch: commit d11f49990ca783a17e96ca163f2eb536f6fd6ab9 Author: Guillem Jover guil...@debian.org Date: Wed May 9 04:53:13 2012 +0200 dpkg-gensymbols: Pack --help output Reduce the amount of vertical lines produced by the --help

[SCM] dpkg's main repository branch, master, updated. 1.16.3-91-g4fcde1b

2012-06-08 Thread Guillem Jover
The following commit has been merged in the master branch: commit 7180e8e3e8583fe101b9d1883bad3a5b3af650aa Author: Guillem Jover guil...@debian.org Date: Thu Jun 7 10:55:59 2012 +0200 libdpkg: Add liblzma compression support Use liblzma if available instead of external commands

[SCM] dpkg's main repository branch, master, updated. 1.16.3-91-g4fcde1b

2012-06-08 Thread Guillem Jover
The following commit has been merged in the master branch: commit 5ba5d341998646321dd7452febd15e8a780c7287 Author: Guillem Jover guil...@debian.org Date: Thu Jun 7 18:35:12 2012 +0200 libdpkg: Defer Multi-Arch field reset to pkg_blank() When removing a package pkgbin_blank

[SCM] dpkg's main repository branch, master, updated. 1.16.3-91-g4fcde1b

2012-06-08 Thread Guillem Jover
The following commit has been merged in the master branch: commit 137a40cbdd4767d0f1864237d59fb8cd6581af63 Author: Guillem Jover guil...@debian.org Date: Thu Jun 7 10:51:41 2012 +0200 scripts: Slice --help output strings Use to opportunity that the strings have been modified

[SCM] dpkg's main repository branch, master, updated. 1.16.3-91-g4fcde1b

2012-06-08 Thread Guillem Jover
The following commit has been merged in the master branch: commit 2f19452e9698a9249619d109de5291190208d1cc Author: Guillem Jover guil...@debian.org Date: Thu Jun 7 18:49:33 2012 +0200 dpkg: Activate all path components for file triggers File triggers have been activated up to now

[SCM] dpkg's main repository branch, master, updated. 1.16.3-91-g4fcde1b

2012-06-08 Thread Guillem Jover
The following commit has been merged in the master branch: commit 298f17a6623e0c2c6453e1a9ac8131bf90d6713d Author: Guillem Jover guil...@debian.org Date: Thu Jun 7 23:46:02 2012 +0200 Changelog police Spotted-by: Helge Kreutzmann deb...@helgefjell.de diff --git a/debian/changelog

[SCM] dpkg's main repository annotated tag, 1.16.4, created. 1.16.4

2012-06-08 Thread Guillem Jover
The annotated tag, 1.16.4 has been created at 81f13b89e23a74fe5319f07279cc7735640bad91 (tag) tagging 4fcde1b7afc88a7d847dda0b337693733f5e6e66 (commit) replaces 1.16.3 tagged by Guillem Jover on Fri Jun 8 08:40:23 2012 +0200 - Shortlog

[SCM] dpkg's main repository branch, sid, updated. 1.16.4-3-g5e8a4cc

2012-06-08 Thread Guillem Jover
. (maintainer_script_alternative): Call post_script_tasks if the - first do_script invokation fails instead of it succeeding. + first do_script invocation fails instead of it succeeding. 2008-03-28 Ian Jackson i...@davenant.greenend.org.uk, Guillem Jover guil...@debian.org

[SCM] dpkg's main repository branch, sid, updated. 1.16.4-3-g5e8a4cc

2012-06-08 Thread Guillem Jover
The following commit has been merged in the sid branch: commit c39373bdc04c83e33f92bf374236bf04a894ae93 Author: Guillem Jover guil...@debian.org Date: Fri Jun 8 23:05:45 2012 +0200 libdpkg: Fix explicit file trigger activation The lex parser passes a pointer to a buffer

[SCM] dpkg's main repository branch, sid, updated. 1.16.4-3-g5e8a4cc

2012-06-08 Thread Guillem Jover
The following commit has been merged in the sid branch: commit 5e8a4ccb795c0dcff9e9ec44b908ded2484012bd Author: Guillem Jover guil...@debian.org Date: Fri Jun 8 23:17:20 2012 +0200 Release 1.16.4.1 diff --git a/debian/changelog b/debian/changelog index ba9a3de..c455d30 100644 --- a/debian

[SCM] dpkg's main repository annotated tag, 1.16.4.1, created. 1.16.4.1

2012-06-08 Thread Guillem Jover
The annotated tag, 1.16.4.1 has been created at 8a921a968fb29aa6e971f26f5453a876b51cd2ab (tag) tagging 5e8a4ccb795c0dcff9e9ec44b908ded2484012bd (commit) replaces 1.16.4 tagged by Guillem Jover on Fri Jun 8 23:59:11 2012 +0200 - Shortlog

[SCM] dpkg's main repository branch, master, updated. 1.16.4.1-2-gbc79c5a

2012-06-08 Thread Guillem Jover
The following commit has been merged in the master branch: commit bc79c5a9cd2409bf9886a36996b52085af39ad9b Merge: 51c23eb12c81ed11bf7ee3357b70a92109828a6b 5e8a4ccb795c0dcff9e9ec44b908ded2484012bd Author: Guillem Jover guil...@debian.org Date: Sat Jun 9 00:13:14 2012 +0200 Merge branch 'sid

[SCM] dpkg's main repository branch, sid, updated. 1.16.4.1-2-gfb2172f

2012-06-09 Thread Guillem Jover
The following commit has been merged in the sid branch: commit d240eaf0e62b370d85b956df8e21ce38577fee0e Author: Guillem Jover guil...@debian.org Date: Sat Jun 9 16:03:45 2012 +0200 libdpkg: Check correctly for out of range negative field width values Use INT_MIN instead of INT_MAX

[SCM] dpkg's main repository branch, sid, updated. 1.16.4.1-2-gfb2172f

2012-06-09 Thread Guillem Jover
The following commit has been merged in the sid branch: commit fb2172feed24b10e394a270d6f7facba5c97e53a Author: Guillem Jover guil...@debian.org Date: Sat Jun 9 16:16:29 2012 +0200 Release 1.16.4.2 diff --git a/debian/changelog b/debian/changelog index af66871..b4f15bd 100644 --- a/debian

[SCM] dpkg's main repository annotated tag, 1.16.4.2, created. 1.16.4.2

2012-06-09 Thread Guillem Jover
The annotated tag, 1.16.4.2 has been created at 246bf5594ec66b7f216b4fce9a529904aa4a7e46 (tag) tagging fb2172feed24b10e394a270d6f7facba5c97e53a (commit) replaces 1.16.4.1 tagged by Guillem Jover on Sat Jun 9 16:17:10 2012 +0200 - Shortlog

[SCM] dpkg's main repository branch, master, updated. 1.16.4.2-3-g2d9673d

2012-06-09 Thread Guillem Jover
The following commit has been merged in the master branch: commit 2d9673d8986e7141a50d8884cfe6929c0251738c Merge: bc79c5a9cd2409bf9886a36996b52085af39ad9b fb2172feed24b10e394a270d6f7facba5c97e53a Author: Guillem Jover guil...@debian.org Date: Sat Jun 9 16:33:50 2012 +0200 Merge branch 'sid

[SCM] dpkg's main repository branch, sid, updated. 1.16.4.2-3-g34b3f86

2012-06-17 Thread Guillem Jover
The following commit has been merged in the sid branch: commit 18d9373b27effd533d386fdf7bfde6e6b3782101 Author: Guillem Jover guil...@debian.org Date: Sun Jun 10 23:17:40 2012 +0200 u-a: Only warn for now on out of range priorities on --install There seems to be packages using

[SCM] dpkg's main repository branch, sid, updated. 1.16.4.2-3-g34b3f86

2012-06-17 Thread Guillem Jover
The following commit has been merged in the sid branch: commit 34b3f86bb97b58aaac881fd545808188ab33aafd Author: Guillem Jover guil...@debian.org Date: Sun Jun 17 10:56:24 2012 +0200 Release 1.16.4.3 diff --git a/debian/changelog b/debian/changelog index f7f9686..66d023d 100644 --- a/debian

[SCM] dpkg's main repository annotated tag, 1.16.4.3, created. 1.16.4.3

2012-06-17 Thread Guillem Jover
The annotated tag, 1.16.4.3 has been created at 676a0df4a0eeacf0c1cfb8535d95a94d21525ac1 (tag) tagging 34b3f86bb97b58aaac881fd545808188ab33aafd (commit) replaces 1.16.4.2 tagged by Guillem Jover on Sun Jun 17 10:56:36 2012 +0200 - Shortlog

[SCM] dpkg's main repository branch, master, updated. 1.16.4.3-8-g0ede945

2012-06-17 Thread Guillem Jover
The following commit has been merged in the master branch: commit 0ede94556448f0a82ff37d646824b669c7b93257 Merge: fddd49ee219d273961ca264633fecba0a1163d19 34b3f86bb97b58aaac881fd545808188ab33aafd Author: Guillem Jover guil...@debian.org Date: Sun Jun 17 11:06:00 2012 +0200 Merge branch

[SCM] dpkg's main repository branch, master, updated. 1.16.5

2012-06-29 Thread Guillem Jover
values of get_features(). Signed-off-by: Bernhard R. Link brl...@debian.org Signed-off-by: Guillem Jover guil...@debian.org diff --git a/scripts/Dpkg/BuildFlags.pm b/scripts/Dpkg/BuildFlags.pm index 35d97c1..db9079c 100644 --- a/scripts/Dpkg/BuildFlags.pm +++ b/scripts/Dpkg/BuildFlags.pm

[SCM] dpkg's main repository branch, master, updated. 1.16.5

2012-06-29 Thread Guillem Jover
The following commit has been merged in the master branch: commit 17b854753ad135acff4a3f492c3d48910ab4dc11 Author: Guillem Jover guil...@debian.org Date: Wed Jun 20 04:20:26 2012 +0200 Dpkg::BuildEnv: New module to track build environment variables diff --git a/scripts/Dpkg/BuildEnv.pm b

[SCM] dpkg's main repository branch, master, updated. 1.16.5

2012-06-29 Thread Guillem Jover
*_MAINT_* are not reflected by its origin, add a new flag to describe flags modified that way. Signed-off-by: Bernhard R. Link brl...@debian.org Signed-off-by: Guillem Jover guil...@debian.org diff --git a/scripts/Dpkg/BuildFlags.pm b/scripts/Dpkg/BuildFlags.pm index 131bae6

[SCM] dpkg's main repository branch, master, updated. 1.16.5

2012-06-29 Thread Guillem Jover
...@debian.org Signed-off-by: Guillem Jover guil...@debian.org diff --git a/scripts/dpkg-buildflags.pl b/scripts/dpkg-buildflags.pl index 2afb1c0..c273615 100755 --- a/scripts/dpkg-buildflags.pl +++ b/scripts/dpkg-buildflags.pl @@ -72,14 +72,10 @@ while (@ARGV) { if defined($action

[SCM] dpkg's main repository branch, master, updated. 1.16.5

2012-06-29 Thread Guillem Jover
The following commit has been merged in the master branch: commit 6a86630aa3f1fbd65b358e04a48a0c9030911364 Author: Guillem Jover guil...@debian.org Date: Fri Mar 16 10:23:38 2012 +0100 Dpkg::BuildFlags: Record environment variables accessed or modified Record environment variables

[SCM] dpkg's main repository branch, master, updated. 1.16.5

2012-06-29 Thread Guillem Jover
The following commit has been merged in the master branch: commit 86988d636216c12b20cd7abd97b1c62a08aac2f4 Author: Guillem Jover guil...@debian.org Date: Wed Jun 13 07:49:35 2012 +0200 Dpkg::Changelog::Entry::Debian: Correctly capitalize field names diff --git a/scripts/Dpkg/Changelog

[SCM] dpkg's main repository branch, master, updated. 1.16.5

2012-06-29 Thread Guillem Jover
and escape dash. - Use report(status, string). ] Closes: #664058 Signed-off-by: Bernhard R. Link brl...@debian.org Signed-off-by: Guillem Jover guil...@debian.org diff --git a/debian/changelog b/debian/changelog index 86f39d0..83c1bf7 100644 --- a/debian/changelog +++ b

[SCM] dpkg's main repository branch, master, updated. 1.16.5

2012-06-29 Thread Guillem Jover
The following commit has been merged in the master branch: commit 094d3a7e61e6fc1f5634d880957d18ed70954a60 Author: Guillem Jover guil...@debian.org Date: Wed Jun 13 07:52:20 2012 +0200 Add support for binary-only key-value option in changelogs This allows to mark changelog entries

[SCM] dpkg's main repository branch, master, updated. 1.16.5

2012-06-29 Thread Guillem Jover
The following commit has been merged in the master branch: commit bebf2ff24ce284e8e2affb54ac8e8a1466b12133 Author: Guillem Jover guil...@debian.org Date: Wed Jun 13 07:46:37 2012 +0200 Dpkg::Control::Fields: Remove obsolete changelog fields These were made not visible as fields

[SCM] dpkg's main repository branch, master, updated. 1.16.5

2012-06-29 Thread Guillem Jover
The following commit has been merged in the master branch: commit 9f76fe093c2312ba974f04e8eef5b89926b94483 Author: Guillem Jover guil...@debian.org Date: Wed Jun 13 15:03:49 2012 +0200 Dpkg::Arch: Add new debarch_is_wildcard function diff --git a/scripts/Dpkg/Arch.pm b/scripts/Dpkg/Arch.pm

[SCM] dpkg's main repository branch, master, updated. 1.16.5

2012-06-29 Thread Guillem Jover
The following commit has been merged in the master branch: commit d721133a38aaaca57bbc35f3aada7f6db2eff29d Author: Guillem Jover guil...@debian.org Date: Fri Jun 15 17:37:18 2012 +0200 libcompat: Add a dummy symbol to the empty module This avoids warnings on systems that do

[SCM] dpkg's main repository branch, master, updated. 1.16.5

2012-06-29 Thread Guillem Jover
-by: Jonathan Nieder jrnie...@gmail.com Signed-off-by: Guillem Jover guil...@debian.org diff --git a/debian/changelog b/debian/changelog index 48d93b8..2b3d142 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,8 @@ dpkg (1.16.5) UNRELEASED; urgency=low different version from

[SCM] dpkg's main repository branch, master, updated. 1.16.5

2012-06-29 Thread Guillem Jover
The following commit has been merged in the master branch: commit 1cfc90c6694d445c815e0fa154e439d1c397a844 Author: Guillem Jover guil...@debian.org Date: Sat Jun 16 05:25:19 2012 +0200 deb(5): Document in more detail the supported ar archive format Reported-by: Niels Thykier ni

[SCM] dpkg's main repository branch, master, updated. 1.16.5

2012-06-29 Thread Guillem Jover
The following commit has been merged in the master branch: commit 3c7d916003c0d6e0d5c97de0b6cfb008ea9f13f4 Author: Guillem Jover guil...@debian.org Date: Sat Jun 16 05:34:49 2012 +0200 deb-src-control(5): Document Private- field prefix This prefix avoids getting warnins from dpkg

[SCM] dpkg's main repository branch, master, updated. 1.16.5

2012-06-29 Thread Guillem Jover
The following commit has been merged in the master branch: commit d538ec838e7a0160911a52d4d96fbf6de4b084ac Author: Guillem Jover guil...@debian.org Date: Sun Jun 17 11:37:47 2012 +0200 build: Switch source compression to xz diff --git a/configure.ac b/configure.ac index aef391b..ce12e1b

[SCM] dpkg's main repository branch, master, updated. 1.16.5

2012-06-29 Thread Guillem Jover
The following commit has been merged in the master branch: commit 3de1552982f9ff60f59826d1811b2f8c0add8325 Author: Guillem Jover guil...@debian.org Date: Sun Jun 17 06:54:40 2012 +0200 s-s-d: Add new --no-close option to disable closing fds on --background This enabled the caller

[SCM] dpkg's main repository branch, master, updated. 1.16.5

2012-06-29 Thread Guillem Jover
The following commit has been merged in the master branch: commit 305711244e4ed72ff2fac0cb061d30ea7c0276cc Author: Guillem Jover guil...@debian.org Date: Mon Jun 25 11:24:26 2012 +0200 libdpkg: Detect ar header fields truncation Do not allow building archives with truncated fields

[SCM] dpkg's main repository branch, master, updated. 1.16.5

2012-06-29 Thread Guillem Jover
The following commit has been merged in the master branch: commit 12ffef5da15c265b40e71e70e5b23c07936d9e2c Author: Guillem Jover guil...@debian.org Date: Sat Jun 30 01:18:32 2012 +0200 dpkg: Switch showdiff() to command_get_pager() diff --git a/src/configure.c b/src/configure.c index

[SCM] dpkg's main repository branch, master, updated. 1.16.5

2012-06-29 Thread Guillem Jover
The following commit has been merged in the master branch: commit 025669285ad5bd9ef2904eb0c32ed5a1e4b0e64f Author: Guillem Jover guil...@debian.org Date: Fri Jun 22 13:03:53 2012 +0200 libdpkg: Add new file_show() function diff --git a/lib/dpkg/file.c b/lib/dpkg/file.c index 273f4a1

[SCM] dpkg's main repository branch, master, updated. 1.16.5

2012-06-29 Thread Guillem Jover
The following commit has been merged in the master branch: commit 36567121083135d8b616f193d79cd686c4a3ab6a Author: Guillem Jover guil...@debian.org Date: Fri Jun 29 20:24:09 2012 +0200 dpkg-query: Refactor pkg_infodb_check_filetype() from control_path() diff --git a/src/querycmd.c b/src

[SCM] dpkg's main repository branch, master, updated. 1.16.5

2012-06-29 Thread Guillem Jover
The following commit has been merged in the master branch: commit 8e4bad69462a18d1159fa99e4a9e550f003e7c5b Author: Guillem Jover guil...@debian.org Date: Fri Jun 29 20:20:57 2012 +0200 dpkg-query: Refactor pkg_infodb_is_internal() from pkg_infodb_print_filename() diff --git a/src

[SCM] dpkg's main repository branch, master, updated. 1.16.5

2012-06-29 Thread Guillem Jover
The following commit has been merged in the master branch: commit f2199100c96c85850f6aee405fe69c888bb34b5b Author: Guillem Jover guil...@debian.org Date: Tue Jun 26 20:05:59 2012 +0200 dpkg-deb: Rename string variable from err to errstr diff --git a/dpkg-deb/extract.c b/dpkg-deb/extract.c

[SCM] dpkg's main repository branch, master, updated. 1.16.5

2012-06-29 Thread Guillem Jover
The following commit has been merged in the master branch: commit fdeacd2d9fba81b71e3fad7e4b60e25f940d4b23 Author: Guillem Jover guil...@debian.org Date: Sat Apr 21 01:36:05 2012 +0200 libdpkg: Add new notice() output function diff --git a/lib/dpkg/report.c b/lib/dpkg/report.c index

<    12   13   14   15   16   17   18   19   20   21   >