[SCM] dpkg's main repository branch, master, updated. 1.15.4-200-g679d1d7

2009-10-29 Thread Guillem Jover
The following commit has been merged in the master branch: commit 3e5ce0a54a78790adf86fb8bdcdb288121a039c6 Author: Jonathan Nieder jrnie...@gmail.com Date: Sat Oct 24 17:32:56 2009 -0500 libdpkg: fix misspelling of __attribute__((const)) gcc does not recognize

[SCM] dpkg's main repository branch, master, updated. 1.15.4-200-g679d1d7

2009-10-29 Thread Guillem Jover
The following commit has been merged in the master branch: commit 99e213787595fec1a7939ba1a0395dfdfd62c7ba Author: Guillem Jover guil...@debian.org Date: Thu Oct 29 18:01:17 2009 +0100 build: Rename and namespace dpkg m4 files This avoids possible future collisions and makes it

[SCM] dpkg's main repository branch, master, updated. 1.15.4-200-g679d1d7

2009-10-29 Thread Guillem Jover
The following commit has been merged in the master branch: commit 679d1d75780f7e1b2e32f158cd72357d9087a7a6 Author: Guillem Jover guil...@debian.org Date: Thu Oct 29 18:41:54 2009 +0100 build: Only use po4a if present and if NLS is enabled Use the po4a command found when doing the

Re: Roadmap for the 1.15.x series

2009-10-29 Thread Guillem Jover
Hi! On Mon, 2009-09-07 at 16:38:53 +0200, Guillem Jover wrote: Will probably add the items from this thread to the TODO list or a wiki page. Coalesced the items from the mailing list into: http://wiki.debian.org/Teams/Dpkg/RoadMap regards, guillem -- To UNSUBSCRIBE, email to

Re: [PATCH 1/6] Update promptconfaction() to also require package name

2009-10-29 Thread Guillem Jover
Hi! On Wed, 2009-10-14 at 21:23:04 +0200, Sean Finney wrote: In order to provide an interface into the conffiles DB API, it's required to know the package name that owns the conffile. Since this is a static function and the package name is available in all places that the function is used,

Re: [PATCH 2/6] Add doxygen comments for promptconfaction

2009-10-29 Thread Guillem Jover
Hi! Cleaned up the doxygen file I had around and infrastructure changes needed and pushed those. Also pushed this patch with slight changes, thanks! On Wed, 2009-10-14 at 21:23:05 +0200, Sean Finney wrote: diff --git a/src/configure.c b/src/configure.c index 1aa8b6a..d01a856 100644 ---

Re: [PATCH 2/2] Fix build when po4a is not available

2009-10-29 Thread Guillem Jover
Hi! On Sun, 2009-10-25 at 15:40:16 +0200, Felipe Contreras wrote: diff --git a/Makefile.am b/Makefile.am index 8fe8726..aaa7d85 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,10 @@ if WITH_DSELECT MAYBE_DSELECT = dselect endif +if WITH_PO4A + MAYBE_MAN = man +endif +

Re: [PATCH v2 01/13] libdpkg: fix misspelling of __attribute__((const))

2009-10-29 Thread Guillem Jover
Hi! On Sat, 2009-10-24 at 17:32:56 -0500, Jonathan Nieder wrote: gcc does not recognize __attribute__((constant)). Signed-off-by: Jonathan Nieder jrnie...@gmail.com Nice catch. Pushed, thanks! regards, guillem -- To UNSUBSCRIBE, email to debian-dpkg-requ...@lists.debian.org with a

Re: Informative addendum to policy clarifying dpkg/maintainer script interface

2009-10-29 Thread Guillem Jover
Hi! On Wed, 2009-10-21 at 20:01:00 -0500, Manoj Srivastava wrote: On Wed, Oct 21 2009, Frank Küster wrote: Thank you, that looks very useful. What I'm missing, however, is any reference to debconf's config script. Isn't that called by dpkg, too? Hmm. There are three different

Re: [PATCH] dpkg.1: fix a small typo

2009-10-29 Thread Guillem Jover
Hi! On Sat, 2009-10-24 at 17:21:49 -0500, Jonathan Nieder wrote: Extra “be” in “can be also be”. Signed-off-by: Jonathan Nieder jrnie...@gmail.com Here’s a small patch for the dpkg manual, fixing a typo I noticed while looking at the relationship between dpkg and dpkg-deb. The

Re: How to update Debian repository not connected to internet ?

2009-10-29 Thread Goswin von Brederlow
Jarek ja...@poczta.srv.pl writes: Hi all! Is there any way to transfer repository updates to system not connected to internet ? I need to keep up to date repository in my system, but I can transfer updates only with CD-R/DVD-R. If you know a little bit perl you can modify

Bug#545366: Am I missing something?

2009-10-29 Thread Raphael Hertzog
On Wed, 28 Oct 2009, Christian Perrier wrote: Frankly speaking, for other packages where there is no real maintainer, where the userbase is small and that have many bugs, we are not that sentimental and the packages are removed from the archive. Period, basta and voilà. Who is really

Bug#553266: We need more triggers

2009-10-29 Thread Goswin von Brederlow
Package: dpkg Version: 1.15.3.1 Severity: wishlist Hi, on irc the issue was raised that a package didn't call ldconfig in postinst and I thought to myself: Every library package has a call to ldconfig? That is so stupid. Don't we have dpkg triggers for that sort of thing now? As it turns out