[SCM] dpkg's main repository branch, master, updated. 1.16.1.1-100-g667b5fa

2011-11-13 Thread Guillem Jover
a package name, thus a pkgset. This is due to the fact that different instances of the same pkgset cannot have conflicting pathnames, if they do the pathname object should be the same. Sponsored-by: Linaro Limited Signed-off-by: Guillem Jover guil...@debian.org diff --git

[SCM] dpkg's main repository branch, master, updated. 1.16.1.1-104-g6239e54

2011-11-15 Thread Guillem Jover
The following commit has been merged in the master branch: commit 68a6242098c4b9330d1e5b49a8fea14547cec1aa Author: Guillem Jover guil...@debian.org Date: Wed Nov 16 02:27:36 2011 +0100 Do not include unneeded sys/cdefs.h The md5 module imported from OpenBSD had non-standard

[SCM] dpkg's main repository branch, master, updated. 1.16.1.1-104-g6239e54

2011-11-15 Thread Guillem Jover
The following commit has been merged in the master branch: commit 1f4d0354fc4a8c80c6463b9aaebd93822247341b Author: Guillem Jover guil...@debian.org Date: Wed Nov 16 03:16:29 2011 +0100 build: Map the BSD u_intN_t types to C99 uintN_t if not defined The md5 module imported from

[SCM] dpkg's main repository branch, master, updated. 1.16.1.1-104-g6239e54

2011-11-15 Thread Guillem Jover
The following commit has been merged in the master branch: commit 6239e5403a5a4cc987652ac6bc6e46bd8aeacdf0 Author: Guillem Jover guil...@debian.org Date: Wed Nov 16 04:24:11 2011 +0100 dselect: Solaris requires curses.h to be included before term.h Reported-by: Andrew Stormont

[SCM] dpkg's main repository branch, master, updated. 1.16.1.1-118-gcf6cd97

2011-11-23 Thread Guillem Jover
The following commit has been merged in the master branch: commit 35dc2569ca3ab121b95d3d587d3bed1ba9f1c3d1 Author: Guillem Jover guil...@debian.org Date: Sun Nov 20 01:15:09 2011 +0100 build: Report feedback on program, directory and coverage support diff --git a/m4/dpkg-build.m4 b/m4/dpkg

[SCM] dpkg's main repository branch, master, updated. 1.16.1.1-118-gcf6cd97

2011-11-23 Thread Guillem Jover
The following commit has been merged in the master branch: commit 7a96597253e880b1ead816637250d7bc472b77b5 Author: Guillem Jover guil...@debian.org Date: Mon Nov 21 04:48:12 2011 +0100 libdpkg: Do not expose the compression structs This reduces the amount of relocations

[SCM] dpkg's main repository branch, master, updated. 1.16.1.1-118-gcf6cd97

2011-11-23 Thread Guillem Jover
The following commit has been merged in the master branch: commit b0d9fc4cefe54daf53f254889a50c85866e10ad8 Author: Guillem Jover guil...@debian.org Date: Mon Nov 21 04:49:32 2011 +0100 libdpkg: Constify struct compressor variables Reduce even more the number of relocations

[SCM] dpkg's main repository branch, master, updated. 1.16.1.1-118-gcf6cd97

2011-11-23 Thread Guillem Jover
The following commit has been merged in the master branch: commit e919b52fa6702d6c32d11774723716f41054acc8 Author: Guillem Jover guil...@debian.org Date: Tue Nov 22 06:50:43 2011 +0100 libdpkg: Switch compressor to take a parameters struct diff --git a/dpkg-deb/build.c b/dpkg-deb/build.c

[SCM] dpkg's main repository branch, master, updated. 1.16.1.1-118-gcf6cd97

2011-11-23 Thread Guillem Jover
The following commit has been merged in the master branch: commit 625a24bbc8280362c2ab0e3f2f83aacbf25283e0 Author: Guillem Jover guil...@debian.org Date: Tue Nov 22 07:09:31 2011 +0100 dpkg-deb: Treat compression levels independently for each backend Even if the compression level

[SCM] dpkg's main repository branch, master, updated. 1.16.1.1-118-gcf6cd97

2011-11-23 Thread Guillem Jover
The following commit has been merged in the master branch: commit 584c3b4036048cebd93c08a009f365d639025811 Author: Guillem Jover guil...@debian.org Date: Tue Nov 22 20:32:50 2011 +0100 dpkg-deb: Add compression strategy support The only currently supported option is “extreme

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-131-gc07f7fe

2011-12-05 Thread Guillem Jover
The following commit has been merged in the master branch: commit 9dfb225769bf3fe4c0a9a43d42bc22dbe1d9ffe9 Author: Guillem Jover guil...@debian.org Date: Fri Dec 2 05:13:59 2011 +0100 libdpkg: Add new m_calloc() diff --git a/lib/dpkg/dpkg.h b/lib/dpkg/dpkg.h index 447c319..89eb4f3 100644

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-131-gc07f7fe

2011-12-05 Thread Guillem Jover
The following commit has been merged in the master branch: commit 71e99e00040e076a127347bc95b63260da5967c8 Author: Guillem Jover guil...@debian.org Date: Fri Dec 2 05:17:07 2011 +0100 dpkg-query: Use m_calloc() instead of m_malloc() + memset() diff --git a/src/querycmd.c b/src/querycmd.c

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-131-gc07f7fe

2011-12-05 Thread Guillem Jover
of replacingfilesandsaid are previously calling clear_istobes() to make sure it's initialized, doing so when allocating clientdata is safer from an API point of view. Signed-off-by: Guillem Jover guil...@debian.org diff --git a/src/filesdb.c b/src/filesdb.c index f5cd1e8..0985d07 100644

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-131-gc07f7fe

2011-12-05 Thread Guillem Jover
-by: Guillem Jover guil...@debian.org diff --git a/debian/changelog b/debian/changelog index 3e006b4..93bac35 100644 --- a/debian/changelog +++ b/debian/changelog @@ -57,6 +57,7 @@ dpkg (1.16.2) UNRELEASED; urgency=low dependencies for another architecture. This is really basic for now since

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-141-gd7c001a

2011-12-08 Thread Guillem Jover
The following commit has been merged in the master branch: commit 3c3a1adfa0a1a4217587ac06b1bad799d12d Author: Guillem Jover guil...@debian.org Date: Thu Dec 8 02:20:26 2011 +0100 dselect: Do not treat licensestring as a format string This was spotted by a run with the clang

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-141-gd7c001a

2011-12-08 Thread Guillem Jover
The following commit has been merged in the master branch: commit 31f89e02c693f41d9f385e04756802380e645de1 Author: Guillem Jover guil...@debian.org Date: Thu Dec 8 21:17:49 2011 +0100 libdpkg: Rename arch_type enum to dpkg_arch_type diff --git a/lib/dpkg/arch.c b/lib/dpkg/arch.c index

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-141-gd7c001a

2011-12-08 Thread Guillem Jover
The following commit has been merged in the master branch: commit e5d6770c7b432bcfd35dae8d2ff86bd03ed6 Author: Guillem Jover guil...@debian.org Date: Sun Nov 27 23:53:15 2011 +0100 dpkg: Change --print-foreign-architectures to print an entry per line Printing just a line

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-141-gd7c001a

2011-12-08 Thread Guillem Jover
The following commit has been merged in the master branch: commit 6cffe2e524bc845cb8544c9d943faa7f14fece82 Author: Guillem Jover guil...@debian.org Date: Thu Dec 8 22:02:36 2011 +0100 libdpkg: Remove unused end pointer argument from pkg_name_is_illegal() diff --git a/lib/dpkg/dpkg-db.h b

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-141-gd7c001a

2011-12-08 Thread Guillem Jover
The following commit has been merged in the master branch: commit d7c001aa6b3d49f1542df05cde60406be2e981ec Author: Guillem Jover guil...@debian.org Date: Thu Dec 8 20:20:14 2011 +0100 Stop using brace expansion to install man pages The reason for using brace expansion in the first

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-141-gd7c001a

2011-12-08 Thread Guillem Jover
The following commit has been merged in the master branch: commit 6c291264fcf15f4224de0672fb4ad7c56ede5b48 Author: Guillem Jover guil...@debian.org Date: Sun Dec 4 21:13:21 2011 +0100 libdpkg: Use a variable to track the built-in arch list tail This makes it more difficult to miss

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-152-g268693e

2011-12-12 Thread Guillem Jover
The following commit has been merged in the master branch: commit 5fd85d76b8df851361e944c528af6d1456c0e9be Author: Guillem Jover guil...@debian.org Date: Sat Dec 10 04:34:19 2011 +0100 build: Do not normalize library name for symbol file tests diff --git a/scripts/Makefile.am b/scripts

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-152-g268693e

2011-12-12 Thread Guillem Jover
The following commit has been merged in the master branch: commit 383247f0d2dfbd3d0d6388f87869ac1abaa8b7cd Author: Guillem Jover guil...@debian.org Date: Sat Dec 10 03:04:57 2011 +0100 Do not use absolute paths for programs in perl and shell code The location of programs

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-152-g268693e

2011-12-12 Thread Guillem Jover
The following commit has been merged in the master branch: commit 8aadb22011b88f9740f18a89ee4a4c13d7e293c6 Author: Guillem Jover guil...@debian.org Date: Mon Dec 12 09:30:39 2011 +0100 scripts: Move single space objdump test case into a new data file This will allow to regenerate

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-152-g268693e

2011-12-12 Thread Guillem Jover
The following commit has been merged in the master branch: commit 00f33e41b2c67669b08661885cf85f1cb81c0031 Author: Guillem Jover guil...@debian.org Date: Sat Dec 10 04:36:21 2011 +0100 build: Unroll shared library building for objdump tests diff --git a/scripts/Makefile.am b/scripts

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-152-g268693e

2011-12-12 Thread Guillem Jover
The following commit has been merged in the master branch: commit e6ca514f9f5817a73b1849ef09b2e60931612962 Author: Guillem Jover guil...@debian.org Date: Sun Dec 11 04:54:29 2011 +0100 libcompat: Do not ifdef out compatibility code definitions The code is already selected

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-152-g268693e

2011-12-12 Thread Guillem Jover
The following commit has been merged in the master branch: commit 925be4f093fbe18c6258cd5f0e9483853c2479fc Author: Guillem Jover guil...@debian.org Date: Sun Dec 11 07:59:19 2011 +0100 libdpkg: Rename version script from libdpkg.Versions to libdpkg.map diff --git a/lib/dpkg/Makefile.am b

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-152-g268693e

2011-12-12 Thread Guillem Jover
The following commit has been merged in the master branch: commit f4d295de5a1b445290e8138c29439776701a6bae Author: Guillem Jover guil...@debian.org Date: Sun Dec 11 06:52:34 2011 +0100 libcompat: Add missing ‘*’ in asprintf() and vasprintf() declarations diff --git a/debian/changelog b

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-152-g268693e

2011-12-12 Thread Guillem Jover
The following commit has been merged in the master branch: commit 268693ebe4dbb01097c49db4649b6a4a24177976 Author: Guillem Jover guil...@debian.org Date: Mon Dec 12 10:49:33 2011 +0100 build: Ship .manpages debian files in the dist tarball Regression introduced in commit

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-152-g268693e

2011-12-12 Thread Guillem Jover
The following commit has been merged in the master branch: commit 4803403a62716380237fbe074b7ce638b4bf862e Author: Guillem Jover guil...@debian.org Date: Mon Dec 12 09:54:40 2011 +0100 build: Reintroduce objdump pattern and tag test case data files Generating these at check time

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-154-gffd6804

2011-12-14 Thread Guillem Jover
The following commit has been merged in the master branch: commit 6b9bd9395ae071dbaddef9a718143eda74c4de0f Author: Guillem Jover guil...@debian.org Date: Tue Dec 13 21:08:13 2011 +0100 libdpkg: Update reference to struct pkginfo arch member in comment diff --git a/lib/dpkg/pkg-db.c b/lib

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-154-gffd6804

2011-12-14 Thread Guillem Jover
The following commit has been merged in the master branch: commit ffd6804def0f898cb61bd421330a2920dd960a65 Author: Guillem Jover guil...@debian.org Date: Thu Dec 15 00:34:50 2011 +0100 Dpkg::Source::Package: Add missing parenthesis in find_command() call Regression introduced

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-163-g255417d

2011-12-21 Thread Guillem Jover
The following commit has been merged in the master branch: commit 684e7d7c345652c723103598232957a695050c2e Author: Guillem Jover guil...@debian.org Date: Wed Dec 21 03:50:16 2011 +0100 libdpkg: Refactor field info find into a new function diff --git a/lib/dpkg/pkg-format.c b/lib/dpkg/pkg

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-163-g255417d

2011-12-21 Thread Guillem Jover
The following commit has been merged in the master branch: commit eadbeb543aa212386899c9d992f5a5e25bd3ba08 Author: Guillem Jover guil...@debian.org Date: Wed Nov 9 17:43:35 2011 +0100 libdpkg: Add new virtual fields support in package format show diff --git a/lib/dpkg/pkg-format.c b/lib

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-163-g255417d

2011-12-21 Thread Guillem Jover
The following commit has been merged in the master branch: commit 255417d2757da6a381b563cab4ae430767e41817 Author: Guillem Jover guil...@debian.org Date: Sat Jul 17 18:28:56 2010 +0200 libdpkg: Add short Description and Status virtual field variants This adds support

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-164-g75646a7

2011-12-21 Thread Guillem Jover
The following commit has been merged in the master branch: commit 75646a7760831bbad37f35b43272dc46c7ac73e7 Author: Guillem Jover guil...@debian.org Date: Thu Dec 22 07:33:59 2011 +0100 dpkg-query(1): Escape dash on field name Regression introduced in commit

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-177-g68189bc

2012-01-01 Thread Guillem Jover
The following commit has been merged in the master branch: commit 4ceaa71d42fb5a16560c4b2c069f1d6a51d03a9b Author: Guillem Jover guil...@debian.org Date: Mon Jan 2 07:13:29 2012 +0100 libdpkg: Add missing symbols to the version script diff --git a/lib/dpkg/libdpkg.map b/lib/dpkg

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-177-g68189bc

2012-01-01 Thread Guillem Jover
The following commit has been merged in the master branch: commit e5954543cbe61a8b9e3af09b4feffec20590ead0 Author: Guillem Jover guil...@debian.org Date: Tue Nov 22 22:44:07 2011 +0100 libdpkg: New atomic file module diff --git a/lib/dpkg/Makefile.am b/lib/dpkg/Makefile.am index c3b3cd0

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-180-g4cde802

2012-01-02 Thread Guillem Jover
The following commit has been merged in the master branch: commit 61b3201ddbd1fc5b8683309138d5482c95716f88 Author: Guillem Jover guil...@debian.org Date: Tue Nov 15 21:59:17 2011 +0100 dpkg: Switch from foreign arch option to add and remove commands The --foreign-architecture

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-180-g4cde802

2012-01-02 Thread Guillem Jover
The following commit has been merged in the master branch: commit 4cde802d703fac429fb3837a73c570046f1f698a Author: Guillem Jover guil...@debian.org Date: Tue Nov 15 21:59:17 2011 +0100 dpkg: Add architecture checks to --audit diff --git a/src/enquiry.c b/src/enquiry.c index 5b661b5

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-180-g4cde802

2012-01-02 Thread Guillem Jover
The following commit has been merged in the master branch: commit 1c1c2f7dc4b191f665f7cf7d8f70e7b66f942212 Author: Guillem Jover guil...@debian.org Date: Tue Nov 15 21:59:17 2011 +0100 libdpkg: Add new dpkg_arch database interface The arch database will store all known

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-187-gf790c4c

2012-01-08 Thread Guillem Jover
The following commit has been merged in the master branch: commit 87e06dabf1cf580d9ba89b21401be71ca7230e10 Author: Guillem Jover guil...@debian.org Date: Mon Jan 9 06:53:12 2012 +0100 libdpkg: Make test function static diff --git a/lib/dpkg/test/t-ar.c b/lib/dpkg/test/t-ar.c index 4093995

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-187-gf790c4c

2012-01-08 Thread Guillem Jover
The following commit has been merged in the master branch: commit cff3ea86551a847ff83de8b324a3d4eac41fb0ff Author: Guillem Jover guil...@debian.org Date: Mon Jan 9 06:50:26 2012 +0100 dselect: Remove dead code after break keyword The commit d4d3484ac88ca3953fef3cf2c0464cdc776b6574

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-194-gbf44310

2012-01-11 Thread Guillem Jover
The following commit has been merged in the master branch: commit 752837564fcfe3129acb14fce109f8e0e34fca89 Author: Guillem Jover guil...@debian.org Date: Wed Jan 11 08:19:00 2012 +0100 dpkg-query(1): Add a new subsection to explain virtual fields diff --git a/man/dpkg-query.1 b/man/dpkg

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-194-gbf44310

2012-01-11 Thread Guillem Jover
The following commit has been merged in the master branch: commit 39b35cfc0958c9388414d586c3f722987abb58cd Author: Guillem Jover guil...@debian.org Date: Wed Jan 11 08:29:21 2012 +0100 dpkg-query(1): Reduce Tag field description to fit it in one line diff --git a/man/dpkg-query.1 b/man

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-194-gbf44310

2012-01-11 Thread Guillem Jover
The following commit has been merged in the master branch: commit 37958ced1fbd02043f3102a317fac60c0ac19c0f Author: Guillem Jover guil...@debian.org Date: Wed Jan 11 08:34:25 2012 +0100 Rename “show:” virtual fields to binary:Summary and db:Status-Abbrev Use more meaningful

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-194-gbf44310

2012-01-11 Thread Guillem Jover
The following commit has been merged in the master branch: commit 246c8223a6003af989b16f29dfd48d9415ea7dd8 Author: Guillem Jover guil...@debian.org Date: Mon Jan 2 06:56:41 2012 +0100 libdpkg: Add virtual source:Package and source:Version fields Closes: #653575 diff --git a/debian

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-194-gbf44310

2012-01-11 Thread Guillem Jover
The following commit has been merged in the master branch: commit bf44310d7638581b22c89922c354c60367075535 Author: Guillem Jover guil...@debian.org Date: Wed Jan 11 07:29:28 2012 +0100 libcompat: Use a different temporary file per process on vsnprintf() Avoid race conditions from

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-204-g722f84b

2012-01-14 Thread Guillem Jover
The following commit has been merged in the master branch: commit 2e2410b4f6552b2f835c1edd877b584694cb8fa5 Author: Guillem Jover guil...@debian.org Date: Sun Jan 15 06:55:51 2012 +0100 s-s-d: Add a fallback pid_is_exec() implementation using pid_is_cmd() This consolidates

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-204-g722f84b

2012-01-14 Thread Guillem Jover
The following commit has been merged in the master branch: commit fb560a34efc5ff6df3e2139a98238703520d5050 Author: Guillem Jover guil...@debian.org Date: Sun Jan 15 07:23:27 2012 +0100 s-s-d: Fix --name matching on GNU/Hurd The pid_is_cmd() function was not stripping the prefix

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-204-g722f84b

2012-01-14 Thread Guillem Jover
The following commit has been merged in the master branch: commit e07f75e6fd222d851507d6a6ff1f5477f9065eb0 Author: Guillem Jover guil...@debian.org Date: Sun Jan 15 07:20:23 2012 +0100 s-s-d: Swap pid_is_cmd() and pid_is_exec() libkvm implementations pid_is_exec() was checking

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-204-g722f84b

2012-01-14 Thread Guillem Jover
The following commit has been merged in the master branch: commit c71aa96d103e176229c19ef4394234d7a397979a Author: Guillem Jover guil...@debian.org Date: Sun Jan 15 07:36:07 2012 +0100 s-s-d: Rename pidexec to process_name in KVM's pid_is_cmd() diff --git a/utils/start-stop-daemon.c b

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-204-g722f84b

2012-01-14 Thread Guillem Jover
The following commit has been merged in the master branch: commit 4fb18c15cd85ca871f1cca901954bf383a15ebc0 Author: Guillem Jover guil...@debian.org Date: Sun Jan 15 07:37:34 2012 +0100 s-s-d: Do not use a conditional operator when the return value is fine diff --git a/utils/start-stop

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-204-g722f84b

2012-01-14 Thread Guillem Jover
The following commit has been merged in the master branch: commit 722f84bfeb2ac4cde1471664d10d8eb5ccd3347c Author: Guillem Jover guil...@debian.org Date: Sun Jan 15 07:25:26 2012 +0100 s-s-d(8): Document in more detail the implications of matching options Closes: #367608 diff

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-204-g722f84b

2012-01-14 Thread Guillem Jover
The following commit has been merged in the master branch: commit e047a5c4b70c4e7b844196bd5d6821cdc38c4939 Author: Guillem Jover guil...@debian.org Date: Sun Jan 15 07:23:51 2012 +0100 s-s-d(8): Wrap long lines with a quoted backslash diff --git a/man/start-stop-daemon.8 b/man/start-stop

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-207-gb274b0d

2012-01-15 Thread Guillem Jover
The following commit has been merged in the master branch: commit 914e83a992eed385451d897325fb969e34b57561 Author: Guillem Jover guil...@debian.org Date: Sat Nov 5 14:24:08 2011 +0100 dpkg: Add new deppossi package iterator functions Since a dependency now points to a pkgset

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-207-gb274b0d

2012-01-15 Thread Guillem Jover
deppossi_pkg_iterator. Sponsored-by: Linaro Limited Signed-off-by: Guillem Jover guil...@debian.org diff --git a/src/depcon.c b/src/depcon.c index 1af1ca1..7f7fca4 100644 --- a/src/depcon.c +++ b/src/depcon.c @@ -164,7 +164,7 @@ findbreakcyclerecursive(struct pkginfo *pkg, struct

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-209-g5e3480d

2012-01-15 Thread Guillem Jover
The following commit has been merged in the master branch: commit 4d0ff8d19ff9f00aed453cbbee002d6a4d930cfe Author: Guillem Jover guil...@debian.org Date: Mon Jan 16 08:34:44 2012 +0100 libdpkg: Do not dereference NULL pointers on dpkg_arch_remove() Regression introduced in commit

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-213-g2446880

2012-01-19 Thread Guillem Jover
The following commit has been merged in the master branch: commit 2446880e0022702fcb029b6f227495357d8a97e6 Author: Guillem Jover guil...@debian.org Date: Thu Jan 19 09:50:35 2012 +0100 man: Fix markup typos in French translation causing build failures Regression introduced

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-214-g0853919

2012-01-19 Thread Guillem Jover
The following commit has been merged in the master branch: commit 0853919f5c968a9a914acb098be7749ba53c8f6d Author: Guillem Jover guil...@debian.org Date: Fri Jan 20 00:55:30 2012 +0100 dpkg-shlibdeps: Improve and clarify superfluous linking warning messages Closes: #656496

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-224-g975ac67

2012-01-22 Thread Guillem Jover
The following commit has been merged in the master branch: commit 08eeeadc5dec889446b354854d217570eac56123 Author: Guillem Jover guil...@debian.org Date: Sun Jan 22 19:42:35 2012 +0100 dpkg: Rename infodb.c to infodb-access.c diff --git a/po/POTFILES.in b/po/POTFILES.in index 5d59646

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-224-g975ac67

2012-01-22 Thread Guillem Jover
The following commit has been merged in the master branch: commit bbd5801c99ffd0b117beaf4bf24f32fa797ece6a Author: Guillem Jover guil...@debian.org Date: Wed Nov 30 03:53:54 2011 +0100 libdpkg: Pass pkgbin to trig_parse_ci callbacks [hert...@debian.org: - Track pkgbin

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-240-g0b8652b

2012-01-31 Thread Guillem Jover
fc372437a25080989c6ab788fe0382ef508739a4. Signed-off-by: Guillem Jover guil...@debian.org diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 46450d4..a245fbe 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -228,6 +228,10 @@ test_data = \ t/910_merge_changelogs/ch-old

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-240-g0b8652b

2012-01-31 Thread Guillem Jover
The following commit has been merged in the master branch: commit 2d0df68eede362de663c0862d3408530f428d473 Author: Guillem Jover guil...@debian.org Date: Tue Jan 31 19:35:51 2012 +0100 Abort downgrade if the triggers db contains arch-qualified packages Older dpkg versions won't

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-240-g0b8652b

2012-01-31 Thread Guillem Jover
The following commit has been merged in the master branch: commit 33f45255ee45479a39c9e913223ddbb17d602aa9 Author: Guillem Jover guil...@debian.org Date: Tue Jan 31 12:58:03 2012 +0100 Move copyright information from --version output to file comment headers Having to keep

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-240-g0b8652b

2012-01-31 Thread Guillem Jover
The following commit has been merged in the master branch: commit 6fade1987b2a59b53a4f31c17fe5ba6ede9cf4a1 Author: Guillem Jover guil...@debian.org Date: Wed Feb 1 02:55:18 2012 +0100 dpkg: Pass struct pkgbin to log_action() diff --git a/src/configure.c b/src/configure.c index ee6bb24

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-240-g0b8652b

2012-01-31 Thread Guillem Jover
The following commit has been merged in the master branch: commit ff66f87ae809dfad6fe0f621f54a105b999e38b2 Author: Guillem Jover guil...@debian.org Date: Wed Feb 1 03:08:35 2012 +0100 dpkg: Pass struct pkgbin to namenodetouse() diff --git a/src/archives.c b/src/archives.c index 8294738

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-246-g66aad04

2012-02-02 Thread Guillem Jover
The following commit has been merged in the master branch: commit d0984e6e92d6e6d1fa3c9a3c81bdfd93315989d5 Author: Guillem Jover guil...@debian.org Date: Fri Feb 3 03:55:11 2012 +0100 dpkg: Fix memory leaks from deppossi iterators Regression introduced in commit

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-246-g66aad04

2012-02-02 Thread Guillem Jover
The following commit has been merged in the master branch: commit 315d710ab490a1d2aaf74b53d52358093cc25423 Author: Guillem Jover guil...@debian.org Date: Fri Feb 3 07:02:58 2012 +0100 dpkg: Use pnaw_nonambig instead of pnaw_foreign on .list file open error Regression introduced

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-246-g66aad04

2012-02-02 Thread Guillem Jover
The following commit has been merged in the master branch: commit 7267b0e3c2eecac6663a17c02ad2a5af837eca65 Author: Guillem Jover guil...@debian.org Date: Fri Feb 3 04:29:08 2012 +0100 dpkg: Rename push_conflictor() to enqueue_conflictor() diff --git a/src/archives.c b/src/archives.c index

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-246-g66aad04

2012-02-02 Thread Guillem Jover
The following commit has been merged in the master branch: commit 66aad043c37faba49617a91a1070e3fba142b3a5 Author: Guillem Jover guil...@debian.org Date: Fri Feb 3 04:20:18 2012 +0100 dpkg: Refactor deconfiguration queueing into enqueue_deconfigure() diff --git a/src/archives.c b/src

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-253-gf765d25

2012-02-05 Thread Guillem Jover
The following commit has been merged in the master branch: commit 7ac9650539308e1f28465f024c5923ffbcd8b7dd Author: Guillem Jover guil...@debian.org Date: Sat Feb 4 14:49:27 2012 +0100 libdpkg: Change dpkg_arch_remove() to just unmark foreign architectures There's no point

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-253-gf765d25

2012-02-05 Thread Guillem Jover
The following commit has been merged in the master branch: commit cd3fafbdaaaecfd7f7e4fdf681cb831cc19a41b2 Author: Guillem Jover guil...@debian.org Date: Sat Feb 4 15:04:44 2012 +0100 libdpkg: Add more test cases for arch module This covers dpkg_arch_add(), dpkg_arch_unmark

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-253-gf765d25

2012-02-05 Thread Guillem Jover
The following commit has been merged in the master branch: commit 14d0763f3ffbd5270115f3f75c7dc0bd7375d8d9 Author: Guillem Jover guil...@debian.org Date: Sat Feb 4 15:03:40 2012 +0100 libdpkg: Return early from dpkg_arch_unmark() diff --git a/lib/dpkg/arch.c b/lib/dpkg/arch.c index 627b389

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-253-gf765d25

2012-02-05 Thread Guillem Jover
The following commit has been merged in the master branch: commit bb854aa57be3642fe7d1b7e997f5899693703048 Author: Guillem Jover guil...@debian.org Date: Sat Feb 4 14:46:07 2012 +0100 libdpkg: Add minimal triggers test case for trig_name_is_illegal() diff --git a/lib/dpkg/test/.gitignore b

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-253-gf765d25

2012-02-05 Thread Guillem Jover
The following commit has been merged in the master branch: commit f765d25fb8364d10059ba3da5dc200b207dd4e05 Author: Guillem Jover guil...@debian.org Date: Sat Feb 4 16:24:54 2012 +0100 dpkg-trigger: Refactor package awaiter parsing into parse_awaiter_package() diff --git a/src/trigcmd.c b

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-253-gf765d25

2012-02-05 Thread Guillem Jover
The following commit has been merged in the master branch: commit de78783d962d2511dd8dd1dd34c4a0d03912ec2d Author: Guillem Jover guil...@debian.org Date: Sat Feb 4 15:11:13 2012 +0100 libdpkg: Pass struct pkgbin to pkg_summary() diff --git a/lib/dpkg/pkg-format.c b/lib/dpkg/pkg-format.c

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-253-gf765d25

2012-02-05 Thread Guillem Jover
The following commit has been merged in the master branch: commit 21c75543edb7e02a428f1adde0a15dd86fc613e4 Author: Guillem Jover guil...@debian.org Date: Sat Feb 4 14:47:28 2012 +0100 libdpkg: Add test case for default shell on command_shell() diff --git a/lib/dpkg/test/t-command.c b/lib

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-254-g708c788

2012-02-06 Thread Guillem Jover
The following commit has been merged in the master branch: commit 708c788f95cc920b83b7d0dbe59919547994dd7f Author: Guillem Jover guil...@debian.org Date: Mon Feb 6 11:58:43 2012 +0100 dpkg: When removing a foreign arch, only consider halfinstalled an issue Packages in lesser

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-266-g71d5f43

2012-02-14 Thread Guillem Jover
The following commit has been merged in the master branch: commit 71d5f43adcd808e2348324f2718b6db70f2982de Author: Guillem Jover guil...@debian.org Date: Tue Feb 14 20:05:59 2012 +0100 man: Fix markup typo in French translation causing build failures Regression introduced in commit

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-277-g79b6ff5

2012-02-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit e7c1c059ac417c0994a34c5e271174c938abb037 Author: Guillem Jover guil...@debian.org Date: Thu Feb 16 21:45:19 2012 +0100 dpkg: Do not change package eflags on --audit Although the flags will never end up written back

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-277-g79b6ff5

2012-02-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit c09a3a9797e096cfa78c97e414b0c2b7fdbb203e Author: Guillem Jover guil...@debian.org Date: Wed Feb 15 03:34:27 2012 +0100 libdpkg: Add new package status setters diff --git a/lib/dpkg/libdpkg.map b/lib/dpkg/libdpkg.map index

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-277-g79b6ff5

2012-02-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 17629f3ce95e4fb7d71780e521a9d982f2b3c787 Author: Guillem Jover guil...@debian.org Date: Sat Feb 11 21:02:32 2012 +0100 dselect: Remove unused readwrite variable Missed in commit

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-277-g79b6ff5

2012-02-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 7db64047f18ae151d697c9e1d4b5fcf4abc6ae2b Author: Guillem Jover guil...@debian.org Date: Wed Feb 15 03:34:27 2012 +0100 Use new package status setters instead of direct assignments This does not apply for package

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-277-g79b6ff5

2012-02-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 3e7d58442197492f8da21179a2742c80b8ad4780 Author: Guillem Jover guil...@debian.org Date: Sat Feb 11 22:23:13 2012 +0100 lidpkg: Use pkgbin instead of explicit installed member in pkg-format diff --git a/lib/dpkg/pkg-format.c

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-277-g79b6ff5

2012-02-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit a9fd8b288a15f4ab03997c3f15ab6033c0bb0c82 Author: Guillem Jover guil...@debian.org Date: Sat Feb 18 20:19:38 2012 +0100 dpkg: Relax --merge-avail Packages file parser to not fail on bogus versions This makes

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-277-g79b6ff5

2012-02-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit fdc613b3d8db77257d9cbf70296fd8c669bfc482 Author: Guillem Jover guil...@debian.org Date: Sat Feb 18 20:47:03 2012 +0100 libdpkg: Refactor parsedb flags for standard operations into new aliases The three common

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-284-gd397aea

2012-02-23 Thread Guillem Jover
The following commit has been merged in the master branch: commit 7f942ae689000477f2adba796a6a6fbb3203d4b2 Author: Guillem Jover guil...@debian.org Date: Mon Feb 20 17:10:21 2012 +0100 libdpkg: Check that the queue and list unit tests store the correct pkg diff --git a/lib/dpkg/test/t-pkg

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-284-gd397aea

2012-02-23 Thread Guillem Jover
The following commit has been merged in the master branch: commit e22a6f1095649448f7fcd599f88fe65953819c10 Author: Guillem Jover guil...@debian.org Date: Mon Feb 20 15:19:42 2012 +0100 libdpkg: Make sure NDEBUG is never defined for the test suite diff --git a/lib/dpkg/test.h b/lib/dpkg

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-284-gd397aea

2012-02-23 Thread Guillem Jover
The following commit has been merged in the master branch: commit 35299ffa83bc6f6e7ded2672c27046e860c461ab Author: Guillem Jover guil...@debian.org Date: Mon Feb 20 20:04:21 2012 +0100 libdpkg: Use status setters when parsing packages into the in-core db This allows to track status

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-284-gd397aea

2012-02-23 Thread Guillem Jover
The following commit has been merged in the master branch: commit 1173cbbf0e62710d986f3287dfae10d807f8aa31 Author: Guillem Jover guil...@debian.org Date: Mon Feb 20 17:10:21 2012 +0100 libdpkg: Do not blank package on queue unit test The test is only testing for pointers to pkginfo

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-291-g806dfa8

2012-02-23 Thread Guillem Jover
The following commit has been merged in the master branch: commit e644728382ccff680bea248167529f5c4f899480 Author: Guillem Jover guil...@debian.org Date: Mon Feb 20 02:59:41 2012 +0100 dpkg: Store Multi-Arch field in update log for newly installed packages This is needed to be able

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-291-g806dfa8

2012-02-23 Thread Guillem Jover
The following commit has been merged in the master branch: commit b3b9c95c458b45e8e2f6dbf1a64c37151dad9839 Author: Guillem Jover guil...@debian.org Date: Mon Feb 20 16:51:20 2012 +0100 dpkg: Restore internal pkgset consistency on cross-grades When we have performed a cross-grade

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-291-g806dfa8

2012-02-23 Thread Guillem Jover
The following commit has been merged in the master branch: commit 7860b58a857332a3090e99cae96347540e6f6dbe Author: Guillem Jover guil...@debian.org Date: Thu Feb 23 13:04:28 2012 +0100 dpkg: Move pkg_infodb_remove_file() before pkg_infodb_update_file() diff --git a/src/processarc.c b/src

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-291-g806dfa8

2012-02-23 Thread Guillem Jover
The following commit has been merged in the master branch: commit 71acbf2190556abaf00c62ad0afa24bd0bbab38c Author: Guillem Jover guil...@debian.org Date: Mon Feb 20 16:48:43 2012 +0100 dpkg: Inline parsedb_force_flags() into process_archive() There's no much point in that function

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-291-g806dfa8

2012-02-23 Thread Guillem Jover
The following commit has been merged in the master branch: commit 6562fd805b4ad16126c31a3765ffe70ef068163a Author: Guillem Jover guil...@debian.org Date: Mon Feb 20 16:48:43 2012 +0100 dpkg: Use pdb_parse_available in process_archive() on --record-avail When recording the available

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-292-gcd63892

2012-02-28 Thread Guillem Jover
The following commit has been merged in the master branch: commit cd6389211b5657d40569df0c9765d34c3d46d985 Author: Guillem Jover guil...@debian.org Date: Tue Feb 28 20:46:19 2012 +0100 dpkg-buildpackage: When using -A use 'all' as arch for the .changes filename When building only

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-300-g3b33478

2012-03-04 Thread Guillem Jover
The following commit has been merged in the master branch: commit c444b201947b8f973f768c7c60d57095432eb9ad Author: Guillem Jover guil...@debian.org Date: Thu Feb 23 22:14:34 2012 +0100 Store Multi-Arch field after Architecture field in status file diff --git a/lib/dpkg/parse.c b/lib/dpkg

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-300-g3b33478

2012-03-04 Thread Guillem Jover
The following commit has been merged in the master branch: commit f434c2ef94388b71b07e5da47fdf5e994e716b8c Author: Guillem Jover guil...@debian.org Date: Wed Feb 22 23:44:59 2012 +0100 libdpkg: Do not dump Architecture field for arch_empty This restores the previous behaviour

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-300-g3b33478

2012-03-04 Thread Guillem Jover
The following commit has been merged in the master branch: commit 0238c795df88925c6579f740c7681ade22e88625 Author: Guillem Jover guil...@debian.org Date: Wed Feb 22 23:45:46 2012 +0100 libdpkg: Use arch_empty type to track missing architectures too The case when the Architecture

[SCM] dpkg's main repository branch, master, updated. 1.16.1.2-300-g3b33478

2012-03-04 Thread Guillem Jover
The following commit has been merged in the master branch: commit 905e3ecfea913c9a1fc652c2c5357febb3d59ebd Author: Guillem Jover guil...@debian.org Date: Sun Feb 5 06:57:14 2012 +0100 libdpkg: Add new pkg_db_get_pkg() diff --git a/lib/dpkg/dpkg-db.h b/lib/dpkg/dpkg-db.h index afa7e19

<    10   11   12   13   14   15   16   17   18   19   >