[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit f0266cd69c61fdab75691818ef40c64e66adbe26 Author: Guillem Jover Date: Mon Nov 8 08:02:30 2010 +0100 u-a: Add missing options to --help output Document --get-selections, --set-selections, --log and --force. Split t

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 1f75b16ea5c48bfb26ead6aa3248b717ab8aa5fc Author: Guillem Jover Date: Mon Nov 8 08:00:16 2010 +0100 u-a: Unify similar strings diff --git a/utils/update-alternatives.c b/utils/update-alternatives.c index 0d4fc3b..7f327bf 1006

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 438df89ef1888c77d9bfc74720392ed9ef580332 Author: Guillem Jover Date: Sun Nov 7 23:20:25 2010 +0100 u-a: Use PROGNAME as format argument instead of concatenated to literals This reduced the amount of duplicated string

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit f9c5414ea39c07cbd6a1b580a6a5df1381de39b4 Author: Guillem Jover Date: Sun Nov 7 23:03:54 2010 +0100 u-a: Reduce scope of current pointer in main() diff --git a/utils/update-alternatives.c b/utils/update-alternatives.c index 3

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 898ad6a9d5900b6a46dc2b7c742edb00fc116c3c Author: Guillem Jover Date: Sun Nov 7 23:11:03 2010 +0100 u-a: Add missing space in --set-selections output This was lost during the rewrite in C. diff --git a/debian/changel

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 47a45689c3f395b4a1b86067fd795bbbcab29c6f Author: Guillem Jover Date: Sun Nov 7 09:16:44 2010 +0100 u-a: Avoid unneeded string allocations Instead of using temporaries with xasprintf(), just modify the original st

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit befa6d21586273f86e911b97aa1c80bde8380f3c Author: Guillem Jover Date: Sun Nov 7 09:11:52 2010 +0100 u-a: Simplify an unify string in alternative_display_query() Unify the common string, and always call free() as it ha

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit abcde2189e74065b2807b3984031ef33fe64742b Author: Guillem Jover Date: Sun Nov 7 09:05:36 2010 +0100 u-a: Create new xvasprintf() and use it instead of ad-hoc code diff --git a/utils/update-alternatives.c b/utils/update-altern

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 97c8020b42b8be6b62e35b785e0411d963eaeae7 Author: Guillem Jover Date: Sun Nov 7 09:07:42 2010 +0100 u-a: Refactor duplicate code into new checked_rm_args() diff --git a/utils/update-alternatives.c b/utils/update-alternatives.

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit f7547316a11da5968a62094f789583428ce78ac3 Author: Guillem Jover Date: Sun Nov 7 08:58:11 2010 +0100 u-a: Change alternative_save() to take care of atomic file write Instead of leaving the job of doing a proper atomic

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 2819f4cc4639d59f7b6017f118e92dc5d9994299 Author: Guillem Jover Date: Fri Nov 5 06:56:06 2010 +0100 u-a: Refactor common code into new alternative_commit_operations_free diff --git a/utils/update-alternatives.c b/utils/update

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 73dab65273c589b7eed823adab30870e77171bb8 Author: Guillem Jover Date: Thu Nov 4 20:46:23 2010 +0100 dpkg: Add new --status-logger option This option works in a similar way to --status-fd, the main difference is th

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit a7df7bc856fd3add35ba44f7bd23901913a539d4 Author: Guillem Jover Date: Thu Nov 4 19:13:59 2010 +0100 dpkg: Use command_shell() instead of ad-hoc code to execute shells diff --git a/dpkg-deb/extract.c b/dpkg-deb/extract.c index

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 7f9153a39ef306cb2181cd96c6e7a8f8513414b7 Author: Guillem Jover Date: Thu Nov 4 19:10:23 2010 +0100 libdpkg: Add new command_shell() to execute a shell instance The function can invoke an interactive shell or a comman

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 94e25a0380033654d2140ebf8149268b9bf446f8 Author: Guillem Jover Date: Thu Nov 4 06:39:28 2010 +0100 Refactor setpipe() into statusfd_add() to stop exposing status_pipes diff --git a/lib/dpkg/dpkg.h b/lib/dpkg/dpkg.h index 0c0

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 4e6da8c691773fbad5d6df4f0544361ea971dc14 Author: Guillem Jover Date: Thu Nov 4 06:25:00 2010 +0100 man: Remove comment about newlines in status-fd error entries This got fixed in commit db9645cff36a3fff3c597764fb8d49

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit d2abfdb8bc6137c4a2f87c5c6db22e030d3334c7 Author: Guillem Jover Date: Thu Nov 4 03:38:06 2010 +0100 dpkg-deb: Use m_realloc instead of m_malloc when the pointer is NULL This removes a duplicate case which m_realloc wi

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 65969bfbccaf387c69df284215b6aefea7496f41 Author: Guillem Jover Date: Wed Nov 3 10:46:28 2010 +0100 Use new enum for dependency found status Instead of cryptic literal integers use named enums. diff --git a/src/packa

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit e983b8522fc2be93c3b31e38ddd5ce94448739c1 Author: Guillem Jover Date: Wed Nov 3 10:45:08 2010 +0100 Use new enum for dependency check result values Instead of cryptic literal integers use named enums. diff --git a/sr

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 0f1668f799780250503fca5df0a12531587c1eb8 Author: Guillem Jover Date: Wed Nov 3 10:08:18 2010 +0100 Use new enum for trigdef_update_start() return values Instead of cryptic literal integers use named enums. diff --gi

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit b070e0ec0d33b585809dd420e0433a4f67ca12c0 Author: Guillem Jover Date: Wed Nov 3 09:41:29 2010 +0100 libdpkg: Rewrite get_prefix_name() to be more efficient Avoid temporary allocations from the heap and use sprintf to

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 04eaf265a0b219ed8689607196405fdff9a4a432 Author: Guillem Jover Date: Wed Nov 3 08:24:54 2010 +0100 libdpkg: Disallow versions starting with non-digits Fail on strict parsing, and warn otherwise. diff --git a/debian/

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit ac65897081f5f20fda853beed79c28559fe33aea Author: Guillem Jover Date: Wed Nov 3 07:36:16 2010 +0100 libdpkg: Fix version_strict_check() to not allow '-' in revision The revision cannot possibly have a '-' in it, so do

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit be7a2c7829014eaec48185add2e445f2d8570055 Author: Guillem Jover Date: Wed Nov 3 07:33:08 2010 +0100 libdpkg: Improve version strict check unit test The current test was using a single version with lots of invalid

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit d3de9d66d6c4e735e7f9d2821549b9fc8e235d7d Author: Guillem Jover Date: Tue Nov 2 08:06:52 2010 +0100 libdpkg: Slightly optimize order() checks Reorganize code to first do checks on most commonly expected character.

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 60c89bac73d5a9aea0da4c38cc5e963b0d76 Author: Guillem Jover Date: Tue Nov 2 08:02:05 2010 +0100 libdpkg: Switch order macro into a function diff --git a/lib/dpkg/vercmp.c b/lib/dpkg/vercmp.c index a52607b..e111e11 100644

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 326d7b43ffd8b6c8e1bf4dcd5c5495ee5129631f Author: Guillem Jover Date: Mon Nov 1 21:41:46 2010 +0100 libdpkg: Refactor tar_gnu_long() out from tar_extractor() diff --git a/lib/dpkg/tarfn.c b/lib/dpkg/tarfn.c index e7bccf7..564

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit ebe392c61526b520bb7033fa49af8bd2faa39001 Author: Guillem Jover Date: Mon Nov 1 21:01:05 2010 +0100 libdpkg: Switch tar_header_decode() to take a struct tar_header Instead of passing it a 'char *' argument to be caste

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 835741f632e884ccd973d87e128c9846dd3e1d4c Author: Guillem Jover Date: Mon Nov 1 20:50:58 2010 +0100 libdpkg: Move checksum_offset into tar_header_checksum() diff --git a/lib/dpkg/tarfn.c b/lib/dpkg/tarfn.c index 3595528..55c0

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 3b717d8231e3251fe7b2ac09db44481a40092c58 Author: Guillem Jover Date: Mon Nov 1 20:28:34 2010 +0100 libdpkg: Rename and lower-case TarHeader members diff --git a/lib/dpkg/tarfn.c b/lib/dpkg/tarfn.c index 92a8edb..4cd134b 1006

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit d30a087c4f7686ad237b15b413848a6a8fe87ed6 Author: Guillem Jover Date: Mon Nov 1 20:44:41 2010 +0100 libdpkg: Refactor tar_header_checksum() out from tar_header_decode() diff --git a/lib/dpkg/tarfn.c b/lib/dpkg/tarfn.c index 4

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 2d0ebab0474fc83f07ed4f648fdb85443b1bfd2b Author: Guillem Jover Date: Mon Nov 1 20:31:25 2010 +0100 libdpkg: Rename DecodeTarHeader to tar_header_decode diff --git a/lib/dpkg/tarfn.c b/lib/dpkg/tarfn.c index 3d61502..403216a

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 58a9ff2596fa722f230eee97bfa65c5d6218f479 Author: Guillem Jover Date: Mon Nov 1 20:30:53 2010 +0100 libdpkg: Rename TarChecksumOffset to checksum_offset diff --git a/lib/dpkg/tarfn.c b/lib/dpkg/tarfn.c index 658324c..3d61502

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit cd9b20b161549ea81075028c92ea655d42fa Author: Guillem Jover Date: Mon Nov 1 20:30:25 2010 +0100 libdpkg: Rename TarInfo to tar_header diff --git a/lib/dpkg/tarfn.c b/lib/dpkg/tarfn.c index 4cd134b..658324c 100644 --- a/li

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit a30303a4ea49c548673544d09f667802be7c9b26 Author: Guillem Jover Date: Mon Nov 1 20:19:37 2010 +0100 libdpkg: Rename nameLength to name_len in tar_extractor() diff --git a/lib/dpkg/tarfn.c b/lib/dpkg/tarfn.c index 0817c88..92a

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 7a0a0619fd3c926aecec59987597a40f7b2dcd3c Author: Guillem Jover Date: Mon Nov 1 08:31:48 2010 +0100 libdpkg: Rename path_rtrim_slash_slashdot to path_trim_slash_slashdot diff --git a/dpkg-deb/build.c b/dpkg-deb/build.c index

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 7ee4f4f2ef5ca3d9fa1426ac93f78ead2280bc36 Author: Guillem Jover Date: Mon Nov 1 07:02:21 2010 +0100 Add doxygen comments to several functions diff --git a/lib/dpkg/dir.c b/lib/dpkg/dir.c index bcfdd61..e1770ae 100644 --- a/li

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 9209010455812b6e51cd907aab3d50779ea8e35b Author: Guillem Jover Date: Sun Oct 31 21:30:49 2010 +0100 s-s-d: Refactor sched_timeout code out into new do_stop_timeout() diff --git a/utils/start-stop-daemon.c b/utils/start-stop-

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 141b8a46fae0a80313ca1968f55f45124ce70428 Author: Guillem Jover Date: Sun Oct 31 07:55:47 2010 +0100 libdpkg: Make str_escape_fmt buffer overflow safe Make sure we do not write more to the destination buffer than it c

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 295a6102cacb6be15bf2441549d2dcb505990138 Author: Guillem Jover Date: Sun Oct 31 06:28:58 2010 +0100 libdpkg: Refactor string termination in path_quote_filename Move all destination string termination to the end of th

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 537a50764317c9a2ed37afe7a4acc3f1114f8c55 Author: Guillem Jover Date: Sun Oct 31 06:01:02 2010 +0100 libdpkg: Change switch into if/else in path_quote_filename This reduces the code depth, and will allow further code

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 180e2e0e477145df4ccf8a71220773c0b093091e Author: Guillem Jover Date: Sun Oct 31 04:09:59 2010 +0100 libdpkg: Add new warningv() function and make warning() use it diff --git a/lib/dpkg/ehandle.c b/lib/dpkg/ehandle.c index 0b

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 7d4d1007c4f7ca8d40a5374f1305426b8c1e2e54 Author: Guillem Jover Date: Sun Oct 31 04:05:19 2010 +0100 libdpkg: Add PURE, MALLOC, NONNULL and REQRET compiler attributes diff --git a/lib/dpkg/macros.h b/lib/dpkg/macros.h index 7

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 631338a5e54d5ecd861f26440deef37a891d1f30 Author: Guillem Jover Date: Sun Oct 31 03:40:04 2010 +0100 dselect: Remove shadowing variable definitions from pkgtop The variables i and p are always initialized before each

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 2d8721c8417aaa8dd8fe1f393eee69e92e5b2294 Author: Guillem Jover Date: Wed Nov 3 01:57:42 2010 +0100 build: Use AC_REQUIRE for AC_CANONICAL_HOST in DPKG_FUNC_ASYNC_SYNC diff --git a/m4/dpkg-funcs.m4 b/m4/dpkg-funcs.m4 index 45

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 79b0a98dff5e8aaf3ee94d301613278cf1bd5593 Author: Guillem Jover Date: Tue Nov 2 05:55:51 2010 +0100 build: Change the strictness from gnu to foreign This is not a GNU project and thus we don't abide by the GNU con

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit bbf1c10064958da1ebb5a8d2da0bc170dd1c994a Author: Guillem Jover Date: Tue Nov 2 05:53:30 2010 +0100 build: Refactor --with/out options into DPKG_WITH_PROG and DPKG_WITH_DIR diff --git a/configure.ac b/configure.ac index b7417

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit fcd428d0b05f84ee1dbc4910a011d75bf6d02171 Author: Guillem Jover Date: Sun Oct 31 03:27:29 2010 +0100 build: Unify and fix AC_ARG_ENABLE usage The current code was executing code in the action arguments, instead of

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit d20d82f99479fd50eda013bcb790ca06acb9a25b Author: Guillem Jover Date: Sun Oct 31 03:24:03 2010 +0100 build: Add missing m4 quotes around AM_CONDITIONAL argument diff --git a/m4/dpkg-coverage.m4 b/m4/dpkg-coverage.m4 index 7a1

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 495dfd0389fc48fe8723d424952340530577b8f3 Author: Guillem Jover Date: Sat Oct 30 09:00:24 2010 +0200 build: Add missing m4 quotes to sed regex This was making the regex non-functional, as the square brackets were

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit e338748e9ff28ab7921a110fd71ec71882bbc3dd Author: Cyril Brulebois Date: Sat Oct 23 10:00:46 2010 +0200 build: Break if ncurses is requested but unavailable If building dselect is requested (the default), ncurses is re

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 4f81ba2457638473b2fcabaa5b314ba077df195a Author: Guillem Jover Date: Tue Oct 26 19:05:49 2010 +0200 man: Use FHS mount point for /media/cdrom diff --git a/man/dpkg.1 b/man/dpkg.1 index 0fdaf97..0332080 100644 --- a/man/dpkg.

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit ba908783e306ba38457a84fd6d975ca69e351e56 Author: Guillem Jover Date: Sun Oct 24 04:35:07 2010 +0200 libdpkg: Always print parse warnings on stderr Remove now unused warnto from parsedb_stat struct. diff --git a/dpkg

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 4afc4d0239d7f4e60bc68a79a07aef576c8a3ebe Author: Guillem Jover Date: Sun Oct 24 03:55:58 2010 +0200 libdpkg: Reorded convert_string arguments diff --git a/lib/dpkg/fields.c b/lib/dpkg/fields.c index fdc9f74..ed9e5a3 100644 -

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 28007d02c3f60d762cdb943e8886267333f1c2a1 Author: Guillem Jover Date: Sun Oct 24 03:49:47 2010 +0200 Use new namevalue_find_by_name function instead of ad-hoc code diff --git a/lib/dpkg/fields.c b/lib/dpkg/fields.c index c6bf

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit e66836854ef51b5b5ce0b95a61adbf13f8dcd660 Author: Guillem Jover Date: Sun Oct 24 03:49:22 2010 +0200 libdpkg: Add new namevalue_find_by_name function diff --git a/lib/dpkg/Makefile.am b/lib/dpkg/Makefile.am index 1604549..9f2

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 8c234c5698645a759f6153fd1be4d7b90059bb88 Author: Guillem Jover Date: Sun Oct 24 03:28:55 2010 +0200 libdpkg: Move namevalue declarations to its own header file diff --git a/lib/dpkg/Makefile.am b/lib/dpkg/Makefile.am index c

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit b89373e169cf0d90c3143eeac0bded1a5d9e9c5c Author: Guillem Jover Date: Sun Oct 24 03:17:38 2010 +0200 libdpkg: Rename package blank functions to pkg_blank and pkg_perfile_blank diff --git a/lib/dpkg/database.c b/lib/dpkg/datab

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit a3dd7c610183c6f5515d69178b8a848ea1d82b87 Author: Guillem Jover Date: Sun Oct 24 03:16:00 2010 +0200 libdpkg: Rename informative to pkg_is_informative diff --git a/dselect/pkgdepcon.cc b/dselect/pkgdepcon.cc index ca69ec7..26

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit f74dfc666ea193a85de5e5f26b079506b289843f Author: Guillem Jover Date: Sun Oct 24 03:13:58 2010 +0200 libdpkg: Rename illegal_packagename to pkg_name_is_illegal diff --git a/lib/dpkg/dpkg-db.h b/lib/dpkg/dpkg-db.h index 9cc553

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit a6066a13aa23b28036b692b570f280a70efcf971 Author: Guillem Jover Date: Sun Oct 24 02:55:55 2010 +0200 libdpkg: Rename illegal_triggername to trig_name_is_illegal diff --git a/lib/dpkg/fields.c b/lib/dpkg/fields.c index 47fc811

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 9db4a822bb62b739e71c0a59c5ba46a27d121e32 Author: Guillem Jover Date: Sat Oct 23 05:37:33 2010 +0200 libdpkg: Namespace package database functions with pkg_db_ prefix diff --git a/TODO b/TODO index d31ef5d..5027dd3 100644 ---

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit cc49169cdc596e33f036e9d9300e915a74e8baf0 Author: Guillem Jover Date: Sun Oct 24 02:53:27 2010 +0200 dpkg-trigger: Remove duplicate command name from error messages diff --git a/src/trigcmd.c b/src/trigcmd.c index d0ff3d1..a0

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 6ad315a1eeb8f3a597dee9a5d602013dd2d2b9d2 Author: Guillem Jover Date: Sat Oct 23 05:19:43 2010 +0200 libdpkg: Use push_error_context_jump() instead of push_error_handler() Remove obsolete and now unused push_error_han

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 2a92bb81186b6098ec2a6b77242690d11402faad Author: Guillem Jover Date: Sat Oct 23 05:16:46 2010 +0200 libdpkg: Rename error_unwind() to pop_error_context() diff --git a/lib/dpkg/dpkg.h b/lib/dpkg/dpkg.h index 7e62fc6..867a142

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 051423d23c9d5580aaecf0a7c41c854566d40d76 Author: Guillem Jover Date: Sun Oct 17 05:57:45 2010 +0200 dselect: Use a function instead of a jump error handler diff --git a/dselect/main.cc b/dselect/main.cc index 38df1c5..601f40

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit b94d25d09f8bf55a68e17379581fb2ba71ae26aa Author: Guillem Jover Date: Sun Oct 17 05:50:02 2010 +0200 Use push_error_context() instead of ad-hoc code diff --git a/TODO b/TODO index ad1a1bd..d31ef5d 100644 --- a/TODO +++ b/TODO

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 841f42173e5d0a97bbc9f184d781d2b2e6f9f974 Author: Guillem Jover Date: Sun Oct 17 05:47:34 2010 +0200 libdpkg: Add new push_error_context() function This new function pushes a default error context. diff --git a/lib/d

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit de42418d9c0a255cec4440b5f99e764654440159 Author: Guillem Jover Date: Sat Oct 16 20:59:07 2010 +0200 libdpkg: Remove set_error_display() If the code needs to set a different error printer then it should push a new

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 29f4ab41c95abf9639b81918d9b7aa1ca8edbe81 Author: Guillem Jover Date: Sat Oct 16 19:16:50 2010 +0200 libdpkg: Create a new error context in subproc_fork Instead of changing the current error display handler and pushin

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 2272d4116924caad96816871040a8c1ae16f87e9 Author: Guillem Jover Date: Sat Oct 16 19:10:42 2010 +0200 Move error context display handler reset to error_unwind() Never print an error message when doing normal cleanup, a

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit bf1455085899a5203373eff34741cd7ea3d64774 Author: Guillem Jover Date: Sat Oct 16 19:04:13 2010 +0200 libdpkg: Add error context function handler support This allows the code to use a function instead of a jump buffer

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit e07774f1b528754ec5161af245d801158f0d4dd2 Author: Guillem Jover Date: Tue Nov 16 22:14:18 2010 +0100 dpkg-query: Fix --search not found string to be more meaningful diff --git a/src/querycmd.c b/src/querycmd.c index 4558ccf..

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit fd84ba8969bf305d97c225b44858965e53a0cb66 Author: Guillem Jover Date: Sat Oct 16 07:35:27 2010 +0200 Use thisname variable instead of hard-coded 'dpkg' string This corrects the current program name printed by other to

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit dc98261980767f258046f8a4c2e020fcdc92c8b6 Author: Guillem Jover Date: Tue Oct 12 21:16:33 2010 +0200 dpkg-divert: Use DPKG_MAINTSCRIPT_PACKAGE environment variable Use it as package name on when no --package or --loca

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit efefc09d914ecedfdad02fd07d4eb5f1c2268542 Author: Guillem Jover Date: Mon Oct 11 20:32:50 2010 +0200 Use setaction() instead of directly assigning to cipaction diff --git a/src/divertcmd.c b/src/divertcmd.c index 4ebaae2..25d

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 521f32450d91fabaa81725b1ad89f9fafb8c82e3 Author: Guillem Jover Date: Sat Oct 16 06:03:12 2010 +0200 libdpkg: Use ohshite in error_context_new instead of ad-hoc code diff --git a/lib/dpkg/ehandle.c b/lib/dpkg/ehandle.c index

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 43789e59f08dae79b07feb004c0fa1b5d357b47d Author: Guillem Jover Date: Sat Oct 16 05:55:33 2010 +0200 libdpkg: Make run_error_handler cope with NULL econtext gracefully This could happen if the context has not been ini

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit b571373cd2e62782c3bb2b8e0bef585c4215b967 Author: Guillem Jover Date: Sat Oct 16 20:47:20 2010 +0200 libdpkg: Refactor error display setter into a static function Create a new function that takes an error context argu

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 5dd05803b51dc2a0aae9b8ad52cd58fff5e52c88 Author: Guillem Jover Date: Mon Oct 11 20:27:53 2010 +0200 libdpkg: Refactor error_context creation into a new function diff --git a/lib/dpkg/ehandle.c b/lib/dpkg/ehandle.c index 8b8c

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit adf5d4a1a23fc631525c7a31bec11773d57c95ef Author: Guillem Jover Date: Sat Oct 16 06:54:52 2010 +0200 libdpkg: Rename struct errorcontext to error_context diff --git a/lib/dpkg/ehandle.c b/lib/dpkg/ehandle.c index bcf6731..8b8

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 160be818013039931cc06443c523fc57a7779937 Author: Guillem Jover Date: Sat Oct 16 06:52:02 2010 +0200 libdpkg: Rename struct cleanupentry to cleanup_entry diff --git a/lib/dpkg/ehandle.c b/lib/dpkg/ehandle.c index 08adf1c..bcf

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 7ae5af538e0d7b72f1b181922a1401bc16dc44be Author: Guillem Jover Date: Mon Oct 11 19:28:34 2010 +0200 libdpkg: Rename jmp_buf variables to jump diff --git a/lib/dpkg/ehandle.c b/lib/dpkg/ehandle.c index 61ddeb1..08adf1c 100644

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 8164af77ee71e29fdd5d90157e2d0c3e52841595 Author: Guillem Jover Date: Tue Nov 2 21:12:08 2010 +0100 libdpkg: Rename print_error_forked() to print_subproc_error() diff --git a/lib/dpkg/subproc.c b/lib/dpkg/subproc.c index d03a

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit e1b2a73e7723126e0cf2109c9e44a793e39ac243 Author: Guillem Jover Date: Tue Nov 2 20:40:13 2010 +0100 libdpkg: Rename print_error_cleanup() to print_cleanup_error() diff --git a/lib/dpkg/ehandle.c b/lib/dpkg/ehandle.c index 454

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit c1f899c832f5c676a8f3b36366605da1599760f6 Author: Guillem Jover Date: Sun Oct 10 12:04:20 2010 +0200 libdpkg: Refactor default error handler into new catch_fatal_error() diff --git a/dselect/main.cc b/dselect/main.cc index 9b

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit ec53fd98f3d10274e2da5722c63fd7f6588b3eaf Author: Guillem Jover Date: Tue Nov 2 20:39:08 2010 +0100 libdpkg: Rename print_error_fatal() to print_fatal_error() diff --git a/dselect/main.cc b/dselect/main.cc index 0510823..38df

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 90ef059f7155bfc7fb45505c21030e2cc9791ce3 Author: Guillem Jover Date: Fri Oct 8 11:48:36 2010 +0200 Add a comment for translators to 'dpkg-query -l' header string Reported-by: Ask Hjorth Larsen diff --git a/src/quer

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 9d6a9e43756d2256473935429d9c2f00ad20fb0e Author: Guillem Jover Date: Thu Oct 7 10:16:16 2010 +0200 Do not make function typedefs pointers diff --git a/lib/dpkg/myopt.h b/lib/dpkg/myopt.h index 6c3fb0f..23fcd5f 100644 --- a/l

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 7129d9473993da5e27a6d4eb73a6e900960d337f Author: Guillem Jover Date: Thu Oct 7 10:13:13 2010 +0200 libdpkg: Rename voidfnp to void_func diff --git a/lib/dpkg/myopt.h b/lib/dpkg/myopt.h index b3a6783..6c3fb0f 100644 --- a/lib

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit ca92c5d2bf45984c11cf2b5f355b5cad48bf7259 Author: Guillem Jover Date: Thu Oct 7 09:58:18 2010 +0200 libdpkg: Rename function argument to func in ACTION macro diff --git a/lib/dpkg/myopt.h b/lib/dpkg/myopt.h index e36ddaf..b3a

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit c9b7af92e5de0cc9ea40fad53c0e5aa5c93690cd Author: Guillem Jover Date: Thu Oct 7 09:49:26 2010 +0200 Move action and obsolete related functionality to the myopt module Reduce repeated code, and localize it where it bel

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit a67107c05153db3fde51301450439761e1916a80 Author: Guillem Jover Date: Wed Oct 6 20:10:47 2010 +0200 Use ACTION macros instead of ad-hoc action function handling This makes the code uniform with the rest of the code ba

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit e8079c0ee34d4b3309ffbbd500b16525e9ec1b22 Author: Guillem Jover Date: Tue Nov 2 08:16:56 2010 +0100 libdpkg: Switch test.h from including dpkg/dpkg.h to dpkg/ehandle.h This reduces the exposed declarations for each te

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 6e5d5c1f05edbe0ce2213a6658b438668fe48cba Author: Guillem Jover Date: Wed Oct 6 11:53:36 2010 +0200 libdpkg: Move ehandle declarations to its own header file diff --git a/lib/dpkg/dpkg.h b/lib/dpkg/dpkg.h index 3e39ccb..97950

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 2d420ee1d05033d237462a0075facfe406b08043 Author: Guillem Jover Date: Thu Nov 4 00:51:13 2010 +0100 dpkg-deb: Use fd instead of stream based buffered I/O Behaviour of fflush() on input streams is undefined per POSIX,

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 7c03c1012aaf9cce798b650ac01ac1e561c0c2f9 Author: Guillem Jover Date: Tue Nov 2 08:15:00 2010 +0100 libdpkg: Include dpkg/dpkg.h in t-buffer for MD5HASHLEN diff --git a/lib/dpkg/test/t-buffer.c b/lib/dpkg/test/t-buffer.c inde

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 4afef203d5ae2eb54d6c8f4bd5ff016a98bf7ffc Author: Guillem Jover Date: Wed Oct 6 11:36:04 2010 +0200 libdpkg: Do not use m_malloc in push_checkpoint This avoids a cyclic dependency between ehandle.c and m_lib.c. diff

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 3ce8687ba6a738ac9b7195060948512fa7560ada Author: Guillem Jover Date: Wed Oct 6 11:30:14 2010 +0200 libdpkg: Properly restore errno in push_cleanup The code was saving errno for latter use, but stomping on the saved

[SCM] dpkg's main repository branch, master, updated. 1.15.8.5-132-gf0266cd

2010-11-18 Thread Guillem Jover
The following commit has been merged in the master branch: commit 4546c3b92d4d7d57ee9f7580d87270b791441f97 Author: Guillem Jover Date: Thu Nov 4 00:53:35 2010 +0100 libdpkg: Remove stream I/O support from the buffer API diff --git a/lib/dpkg/buffer.c b/lib/dpkg/buffer.c index 34f8f13..40af

  1   2   >