[SCM] dpkg's main repository branch, master, updated. 1.15.5.6-348-g62668eb

2010-03-06 Thread Guillem Jover
The following commit has been merged in the master branch: commit 19f7a159d50b4f8ddadda1ede34c9fb9feed1526 Author: Guillem Jover guil...@debian.org Date: Thu Feb 25 18:46:13 2010 +0100 libdpkg: Move database lock functions to the modstatdb module diff --git a/lib/dpkg/dbmodify.c

[SCM] dpkg's main repository branch, master, updated. 1.15.5.6-348-g62668eb

2010-03-06 Thread Guillem Jover
The following commit has been merged in the master branch: commit 76c8c559df929567c2ff9352617e4f116b761629 Author: Guillem Jover guil...@debian.org Date: Thu Feb 25 18:50:23 2010 +0100 libdpkg: Rename database lock functions to use modstatdb_ prefix Remove now redudant database

[SCM] dpkg's main repository branch, master, updated. 1.15.5.6-348-g62668eb

2010-03-06 Thread Guillem Jover
The following commit has been merged in the master branch: commit 239b48d8a9a244061bc09d446b9ef0c3732342d6 Author: Guillem Jover guil...@debian.org Date: Sat Feb 27 21:42:40 2010 +0100 libdpkg: Add new trigdef_set_methods to avoid exposing trigdef Make trigdef static and create a

[SCM] dpkg's main repository branch, master, updated. 1.15.5.6-348-g62668eb

2010-03-06 Thread Guillem Jover
The following commit has been merged in the master branch: commit 0f96ab4c3465785911cea9ec73c7c3fa9f4467b6 Author: Guillem Jover guil...@debian.org Date: Sat Feb 27 21:48:24 2010 +0100 libdpkg: Add new trigdef_update_printf to avoid exposing trig_new_deferred Make trig_new_deferred

[SCM] dpkg's main repository branch, master, updated. 1.15.5.6-348-g62668eb

2010-03-06 Thread Guillem Jover
The following commit has been merged in the master branch: commit 8ff7219457b3c6e75006d18d4d1d39e2aa62205b Author: Guillem Jover guil...@debian.org Date: Sat Feb 27 23:13:45 2010 +0100 libdpkg: Add new trig_override_hooks to avoid exposing trigh Make trigh static and create an

[SCM] dpkg's main repository branch, master, updated. 1.15.5.6-348-g62668eb

2010-03-06 Thread Guillem Jover
The following commit has been merged in the master branch: commit 2cede33e0736d48fd3a6bc85f59904a2825d7475 Author: Guillem Jover guil...@debian.org Date: Thu Feb 25 23:52:24 2010 +0100 libdpkg: Rename lock functions to have file_ as prefix Rename lock_file to file_lock, and

[SCM] dpkg's main repository branch, master, updated. 1.15.5.6-348-g62668eb

2010-03-06 Thread Guillem Jover
The following commit has been merged in the master branch: commit 1d647dd23c14c0c340d36e44c687b2530c04ac97 Author: Guillem Jover guil...@debian.org Date: Thu Feb 25 23:34:11 2010 +0100 Release the package iterators when done This is a cause of memory leaks, but in these cases the

[SCM] dpkg's main repository branch, master, updated. 1.15.5.6-348-g62668eb

2010-03-06 Thread Guillem Jover
The following commit has been merged in the master branch: commit 9114e9d298a84dd7f1b1a27b4a377ddd4e7c2f8b Author: Guillem Jover guil...@debian.org Date: Thu Feb 25 23:38:51 2010 +0100 Use while () instead for () when using package iterators The code looks more balanced this way.

[SCM] dpkg's main repository branch, master, updated. 1.15.5.6-348-g62668eb

2010-03-06 Thread Guillem Jover
The following commit has been merged in the master branch: commit 972d84487ace85a7f547c5b9d74be1a4253d1e79 Author: Guillem Jover guil...@debian.org Date: Fri Feb 26 00:01:28 2010 +0100 libdpkg: Move generic file locking from lock.c to file.c diff --git a/lib/dpkg/Makefile.am

[SCM] dpkg's main repository branch, master, updated. 1.15.5.6-348-g62668eb

2010-03-06 Thread Guillem Jover
The following commit has been merged in the master branch: commit b3ffabc01224d0317f774405722f679ee8bf3978 Author: Guillem Jover guil...@debian.org Date: Mon Mar 1 18:54:39 2010 +0100 dpkg: Switch SE Linux support to explicitly set path contexts The current code sets the default

[SCM] dpkg's main repository branch, master, updated. 1.15.5.6-348-g62668eb

2010-03-06 Thread Guillem Jover
The following commit has been merged in the master branch: commit 8e31b0f0fb6b14e605407b824f4e2f1b0c12bab6 Author: Morten Hustveit mor...@debian.org Date: Tue Nov 3 16:11:46 2009 +0100 dpkg: Use FIEMAP to sort .list files before scanning When running dpkg from a cold cache on a

[SCM] dpkg's main repository branch, master, updated. 1.15.5.6-348-g62668eb

2010-03-06 Thread Guillem Jover
The following commit has been merged in the master branch: commit 9d81bf92ef791ad4644f36d3b5f7361e883134d6 Author: Stefan Fritsch s...@sfritsch.de Date: Sat Feb 27 06:31:47 2010 +0100 dpkg: Use posix_fadvise on non-Linux to speed up .list files loading When FIEMAP is not available

[SCM] dpkg's main repository branch, master, updated. 1.15.5.6-348-g62668eb

2010-03-06 Thread Guillem Jover
The following commit has been merged in the master branch: commit 62668eb422853854976560949f95a5afcc6a8677 Author: Guillem Jover guil...@debian.org Date: Sat Feb 27 19:55:25 2010 +0100 Do an fsync on files written to disk This guarantees the file contents will be there in case of

[SCM] dpkg's main repository branch, master, updated. 1.15.5.6-352-g690f099

2010-03-06 Thread Guillem Jover
The following commit has been merged in the master branch: commit 8e9ad1f1143db9dbbda74d45a4510d91ab039164 Author: Guillem Jover guil...@debian.org Date: Sun Mar 7 06:31:28 2010 +0100 man: Document the exit codes for dpkg-query Closes: #571798 diff --git a/debian/changelog