Re: Should -dev packages providing .pc files depend on pkg-config?

2008-04-17 Thread Tollef Fog Heen
* Neil Williams | That is an example of a library including pkg-config into the library | API. Changing that behaviour (dropping the script) means a SONAME bump. No, changing an API without changing the ABI does not mean a SONAME bump. SONAMEs are for ABIs, not APIs and one can change without

Re: Default value for CFLAGS/LDFLAGS set by dpkg

2008-04-17 Thread Steve Langasek
On Tue, Apr 01, 2008 at 11:15:37AM +0200, Josselin Mouette wrote: On mar, 2008-04-01 at 01:21 -0700, Steve Langasek wrote: On Mon, Mar 31, 2008 at 06:57:48PM +0200, Kurt Roeckx wrote: I also have to wonder that if we have something like this as default, why -Bsymbolic-functions would be a

Re: Bits from the DPL: FTP-master DAM delegations

2008-04-17 Thread Stefano Zacchiroli
On Thu, Apr 17, 2008 at 08:35:38AM +1000, Hamish Moffatt wrote: 1. Joerg Jaspert [EMAIL PROTECTED] is appointed FTP-master. 2. Joerg Jaspert [EMAIL PROTECTED] is made a full Debian Account Manager and is therefore empowered to create and remove developer accounts

Re: Should -dev packages providing .pc files depend on pkg-config?

2008-04-17 Thread Manoj Srivastava
On Thu, 17 Apr 2008 07:58:44 +0200, Tollef Fog Heen [EMAIL PROTECTED] said: * Manoj Srivastava On Wed, 16 Apr 2008 19:15:53 +0200, Goswin von Brederlow [EMAIL PROTECTED] said: You are missing the point. What if the library says You must call /usr/bin/foo during build? How does the

Re: Rejected: epcr_2.3.9-1.dsc: sha1 check failed

2008-04-17 Thread Adam D. Barratt
Roberto C. Sánchez wrote, Thursday, April 17, 2008 2:24 AM On Wed, Apr 16, 2008 at 04:25:46PM +0100, Matthew Johnson wrote: do you have updated devscripts? debsign signs the dsc then updates the md5 hash in the changes before signing that. It needs to update the sha checks as well. The latest

Re: Rejected: epcr_2.3.9-1.dsc: sha1 check failed

2008-04-17 Thread Raphael Hertzog
On Thu, 17 Apr 2008, Adam D. Barratt wrote: Will the devscripts in stable be updated to handle this? If so, when? If not, why not? (If you're looking for an answer from the maintainers of a package it's probably safer to ask them directly rather than assuming they read every post on

Bug#476521: ITP: lua-orbit -- MVC framework for lua

2008-04-17 Thread Enrico Tassi
Package: wnpp Severity: wishlist X-Debbugs-CC: debian-devel@lists.debian.org --- Please fill out the fields below. --- Package name: lua-orbit Version: 2.0rc1 Upstream Author: Kepler project URL: http://orbit.luaforge.net License: MIT/X Description: MVC

Re: Should -dev packages providing .pc files depend on pkg-config?

2008-04-17 Thread Bas Wijnen
On Wed, Apr 16, 2008 at 07:57:00PM +0200, Gabor Gombas wrote: On Wed, Apr 16, 2008 at 07:15:53PM +0200, Goswin von Brederlow wrote: You are missing the point. What if the library says You must call /usr/bin/foo during build? But the library can't say foo must come from a Debian

Re: Should -dev packages providing .pc files depend on pkg-config?

2008-04-17 Thread Stephen Gran
This one time, at band camp, Goswin von Brederlow said: You are missing the point. What if the library says You must call /usr/bin/foo during build? Which package is this? The libarry does not use foo, only the user, so no depends? Or idoes forcing users to use foo make foo part of the

Re: Should -dev packages providing .pc files depend on pkg-config?

2008-04-17 Thread Bas Wijnen
On Thu, Apr 17, 2008 at 01:44:55AM -0500, Manoj Srivastava wrote: What if the library says You must call /usr/bin/foo during build? How does the library say that? Why can't I just have gcc -o baz baz.c -lfoo How can the library make that not work? By not shipping the libraries

Re: Should -dev packages providing .pc files depend on pkg-config?

2008-04-17 Thread Gabor Gombas
On Thu, Apr 17, 2008 at 07:58:44AM +0200, Tollef Fog Heen wrote: Yes, in the simple case, you can just do this. In the more complex case (which upstream might want to cater for), you need to use pkg-config. No. Even in this case, I _don't_ need to use pkg-config. I just should be able to

Re: Should -dev packages providing .pc files depend on pkg-config?

2008-04-17 Thread Gabor Gombas
On Thu, Apr 17, 2008 at 12:02:20PM +0200, Bas Wijnen wrote: How is this different with _any_ dependency on the system? Do you suggest that iceweasel should drop its libgtk dependency, because users might want to use their own compiled version of it? iceweasel _uses_ libgtk. A -dev package

Re: Should -dev packages providing .pc files depend on pkg-config?

2008-04-17 Thread Bas Wijnen
On Wed, Apr 16, 2008 at 07:21:15PM +0100, Neil Williams wrote: According to the suggested definition, if a package using this library chooses to use foo-config, it doesn't call pkg-config directly (and it may not call it at all, this depends on the inner workings of foo-config). During

Re: Rejected: epcr_2.3.9-1.dsc: sha1 check failed

2008-04-17 Thread Roberto C . Sánchez
On Thu, Apr 17, 2008 at 08:48:21AM +0100, Adam D. Barratt wrote: Roberto C. Sánchez wrote, Thursday, April 17, 2008 2:24 AM On Wed, Apr 16, 2008 at 04:25:46PM +0100, Matthew Johnson wrote: do you have updated devscripts? debsign signs the dsc then updates the md5 hash in the changes before

Re: Should -dev packages providing .pc files depend on pkg-config?

2008-04-17 Thread Goswin von Brederlow
Gabor Gombas [EMAIL PROTECTED] writes: On Thu, Apr 17, 2008 at 07:58:44AM +0200, Tollef Fog Heen wrote: Yes, in the simple case, you can just do this. In the more complex case (which upstream might want to cater for), you need to use pkg-config. No. Even in this case, I _don't_ need to

Re: Rejected: epcr_2.3.9-1.dsc: sha1 check failed

2008-04-17 Thread Thibaut Paumard
Le 17 avr. 08 à 13:04, Roberto C. Sánchez a écrit : IMO, that sort of misses the point. While I maintain quite a few packages in Debian, the only places I run unstable/testing are in one VM (for testing/reproducing/fixing bugs that I cannot reproduce in stable) and in some chroots. The

yorick-yeti built on mips but not installed after two weeks

2008-04-17 Thread Thibaut Paumard
Hi, One of my packages, [1]yorick-yeti has been [2]built successfully on all official platforms, including [3]mips on Fri 28 Mar, but the mips package is still [2]not installed on the archive. It is held out of Lenny for this reason. I sent an e-mail to [EMAIL PROTECTED] on Tue 8 Apr to

ADD me For Exchange

2008-04-17 Thread Life is full of choices.
ADD me For Exchange

${devlibs:Depends} results in libstdc++6-4.1-dev

2008-04-17 Thread Andreas Tille
Hi, when trying to update libgenome-1.3-1-dev I noticed that the variable ${devlibs:Depends} is turned into a dependency from a libstdc++6 which is shipped with gcc-4.1 instead of using libstdc++6-4.2-dev or even libstdc++6-4.3-dev. Quoting from my *.build log in an up to date pbuilder

Re: Rejected: epcr_2.3.9-1.dsc: sha1 check failed

2008-04-17 Thread Goswin von Brederlow
Thibaut Paumard [EMAIL PROTECTED] writes: Le 17 avr. 08 à 13:04, Roberto C. Sánchez a écrit : IMO, that sort of misses the point. While I maintain quite a few packages in Debian, the only places I run unstable/testing are in one VM (for testing/reproducing/fixing bugs that I cannot

Re: ${devlibs:Depends} results in libstdc++6-4.1-dev

2008-04-17 Thread Julien Cristau
On Thu, Apr 17, 2008 at 14:18:06 +0200, Andreas Tille wrote: Hi, when trying to update libgenome-1.3-1-dev I noticed that the variable ${devlibs:Depends} is turned into a dependency from a libstdc++6 which is shipped with gcc-4.1 instead of using libstdc++6-4.2-dev or even

Re: Rejected: epcr_2.3.9-1.dsc: sha1 check failed

2008-04-17 Thread Thibaut Paumard
Le 17 avr. 08 à 14:25, Goswin von Brederlow a écrit : Thibaut Paumard [EMAIL PROTECTED] writes: Le 17 avr. 08 à 13:04, Roberto C. Sánchez a écrit : The problem is the same with lintian, that you need to backport regularly. (Lintian being arch:all, of course, that's much easier). You do not

Re: Misc development news (#6) (DEB_BUILD_OPTIONS=noopt)

2008-04-17 Thread Loïc Minier
On Wed, Apr 16, 2008, Manoj Srivastava wrote: Hmm. Smells a lot like: Yes, it's the same, except eating less screen space; I don't particularly care how it ends up being implemented -- Loïc Minier -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe.

Re: Rejected: epcr_2.3.9-1.dsc: sha1 check failed

2008-04-17 Thread Roberto C . Sánchez
On Thu, Apr 17, 2008 at 02:25:02PM +0200, Goswin von Brederlow wrote: Thibaut Paumard [EMAIL PROTECTED] writes: Le 17 avr. 08 à 13:04, Roberto C. Sánchez a écrit : IMO, that sort of misses the point. While I maintain quite a few packages in Debian, the only places I run unstable/testing

DDs using stable (Re: Rejected: epcr_2.3.9-1.dsc: sha1 check failed)

2008-04-17 Thread Adeodato Simó
* Roberto C. Sánchez [Thu, 17 Apr 2008 07:04:39 -0400]: IMO, that sort of misses the point. While I maintain quite a few packages in Debian, the only places I run unstable/testing are in one VM (for testing/reproducing/fixing bugs that I cannot reproduce in stable) and in some chroots. So,

Re: Rejected: epcr_2.3.9-1.dsc: sha1 check failed

2008-04-17 Thread James Vega
On Thu, Apr 17, 2008 at 07:04:39AM -0400, Roberto C. Sánchez wrote: On Thu, Apr 17, 2008 at 08:48:21AM +0100, Adam D. Barratt wrote: 2.10.25 should migrate to testing over the weekend, so hopefully a bpo package won't be too much longer. In the meantime it's fairly easy to backport

Re: DDs using stable (Re: Rejected: epcr_2.3.9-1.dsc: sha1 check failed)

2008-04-17 Thread Roberto C . Sánchez
On Thu, Apr 17, 2008 at 05:27:35PM +0200, Adeodato Simó wrote: * Roberto C. Sánchez [Thu, 17 Apr 2008 07:04:39 -0400]: IMO, that sort of misses the point. While I maintain quite a few packages in Debian, the only places I run unstable/testing are in one VM (for testing/reproducing/fixing

Re: Rejected: epcr_2.3.9-1.dsc: sha1 check failed

2008-04-17 Thread Roberto C . Sánchez
On Thu, Apr 17, 2008 at 11:34:06AM -0400, James Vega wrote: You're mixing stable and unstable tools. You have to expect that you may run into incompatibilities I expect such a thing. For example, building packages with svn-buildpackage runs a 'debian/rules clean' before going into the

Re: Rejected: epcr_2.3.9-1.dsc: sha1 check failed

2008-04-17 Thread James Vega
On Thu, Apr 17, 2008 at 12:56:01PM -0400, Roberto C. Sánchez wrote: On Thu, Apr 17, 2008 at 11:34:06AM -0400, James Vega wrote: On the plus side, debsign is now more resilient to future changes in the Format of .changes files (as will mergechanges in the next upload). This only changes

Re: Rejected: epcr_2.3.9-1.dsc: sha1 check failed

2008-04-17 Thread Julien Cristau
On Thu, Apr 17, 2008 at 12:56:01 -0400, Roberto C. Sánchez wrote: This certainly good. However, perhaps dak should have been changed to accept both format versions (1.7 and 1.8), instead of just rejecting the old one right away. This could have been continued until some fixed time after the

Bug#476573: preinst fails on etch-sid dist-upgrade with old unopkg

2008-04-17 Thread Rene Engelhard
Package: openoffice.org-voikko Version: 2.2-2 Severity: serious Unfortunately I didn't think about/notice this either, but a etch-sid dist-upgrade with openoffice.org-voikko involved now fails with the scriplets using -env. Stripped log from the dist-upgrade: Preconfiguring packages ... [...]

Re: ${devlibs:Depends} results in libstdc++6-4.1-dev

2008-04-17 Thread Andreas Tille
On Thu, 17 Apr 2008, Julien Cristau wrote: when trying to update libgenome-1.3-1-dev I noticed that the variable ${devlibs:Depends} is turned into a dependency from a libstdc++6 which is shipped with gcc-4.1 instead of using libstdc++6-4.2-dev or even libstdc++6-4.3-dev. Quoting from my

Re: Rejected: epcr_2.3.9-1.dsc: sha1 check failed

2008-04-17 Thread Andreas Tille
On Thu, 17 Apr 2008, James Vega wrote: that we have developers who can't pay attention to debian-devel-announce. ... or rather who pay attention but are to stupid to parse it correctly to obtain this very piece of information. Feel free to call me stupid because to failied to see a

Re: Rejected: epcr_2.3.9-1.dsc: sha1 check failed

2008-04-17 Thread Roberto C . Sánchez
On Thu, Apr 17, 2008 at 07:06:52PM +0200, Julien Cristau wrote: On Thu, Apr 17, 2008 at 12:56:01 -0400, Roberto C. Sánchez wrote: This certainly good. However, perhaps dak should have been changed to accept both format versions (1.7 and 1.8), instead of just rejecting the old one right

Re: Rejected: epcr_2.3.9-1.dsc: sha1 check failed

2008-04-17 Thread Martin Zobel-Helas
Hi, On Thu Apr 17, 2008 at 10:38:38 +0200, Raphael Hertzog wrote: On Thu, 17 Apr 2008, Adam D. Barratt wrote: Will the devscripts in stable be updated to handle this? If so, when? If not, why not? (If you're looking for an answer from the maintainers of a package it's probably

Neu: Handbuch Gesundheitswesen im Umbruch

2008-04-17 Thread eHealthCare . ch
Guten Tag Als Co-Heausgeber erlaube ich mir, Sie auf eine für das Gesundheitswesen einzigartige Neu-Publikation aufmerksam zu machen, mit besonderem Fokus Spitäler. Mit über 40 Fachautoren habe ich und meine 3 Co-Herausgeber versucht, den Umbruch der nächsten Jahre im Schweizer

Neu: Handbuch Gesundheitswesen im Umbruch

2008-04-17 Thread eHealthCare . ch
Guten Tag Als Co-Heausgeber erlaube ich mir, Sie auf eine für das Gesundheitswesen einzigartige Neu-Publikation aufmerksam zu machen, mit besonderem Fokus Spitäler. Mit über 40 Fachautoren habe ich und meine 3 Co-Herausgeber versucht, den Umbruch der nächsten Jahre im Schweizer

Accepted newlib 1.16.0-2 (source all)

2008-04-17 Thread Arthur Loiret
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 14 Apr 2008 10:01:57 + Source: newlib Binary: newlib-spu newlib-source Architecture: source all Version: 1.16.0-2 Distribution: unstable Urgency: low Maintainer: Arthur Loiret [EMAIL PROTECTED] Changed-By: Arthur Loiret

Accepted bouncycastle 1.39-1 (source all amd64)

2008-04-17 Thread Michael Koch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 12 Apr 2008 13:49:12 +0200 Source: bouncycastle Binary: libbcprov-java libbcprov-java-doc libbcmail-java libbcmail-java-doc libbctsp-java libbctsp-java-doc libbcpg-java libbcpg-java-doc libbcprov-java-gcj libbcmail-java-gcj

Accepted schroedinger 1.0.3-1 (source all i386)

2008-04-17 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 07:34:33 +0200 Source: schroedinger Binary: libschroedinger-1.0-0 libschroedinger-dev libschroedinger-doc gstreamer0.10-schroedinger Architecture: source all i386 Version: 1.0.3-1 Distribution: unstable Urgency: low

Accepted swig1.3 1.3.35-3 (source all i386)

2008-04-17 Thread Torsten Landschoff
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 08:49:55 +0200 Source: swig1.3 Binary: swig swig1.3 swig-examples swig1.3-examples swig-doc swig1.3-doc Architecture: source all i386 Version: 1.3.35-3 Distribution: unstable Urgency: low Maintainer: Torsten

Accepted asused 3.72-5 (source all)

2008-04-17 Thread Jan Wagner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 14 Apr 2008 22:32:06 +0200 Source: asused Binary: asused Architecture: source all Version: 3.72-5 Distribution: unstable Urgency: low Maintainer: Jan Wagner [EMAIL PROTECTED] Changed-By: Jan Wagner [EMAIL PROTECTED] Description:

Accepted ccfits 2.0-1 (source all amd64)

2008-04-17 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 08:45:47 +0200 Source: ccfits Binary: libccfits0 libccfits-dev libccfits-doc Architecture: source amd64 all Version: 2.0-1 Distribution: unstable Urgency: low Maintainer: Aurelien Jarno [EMAIL PROTECTED] Changed-By:

Accepted lua-coxpcall 1.11.0+cvs20080310-2 (source all)

2008-04-17 Thread Enrico Tassi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 09:27:04 +0200 Source: lua-coxpcall Binary: liblua5.1-coxpcall0 Architecture: source all Version: 1.11.0+cvs20080310-2 Distribution: unstable Urgency: low Maintainer: Enrico Tassi [EMAIL PROTECTED] Changed-By: Enrico

Accepted varmon 1.2.0-6 (source amd64)

2008-04-17 Thread Julien Danjou
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 09:54:25 +0200 Source: varmon Binary: varmon Architecture: source amd64 Version: 1.2.0-6 Distribution: unstable Urgency: medium Maintainer: Julien Danjou [EMAIL PROTECTED] Changed-By: Julien Danjou [EMAIL PROTECTED]

Accepted libgweather 2.22.1.2-1 (source all i386)

2008-04-17 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 09:30:03 +0200 Source: libgweather Binary: libgweather-dev libgweather1 libgweather-common Architecture: source all i386 Version: 2.22.1.2-1 Distribution: experimental Urgency: low Maintainer: Debian GNOME

Accepted pfqueue 0.5.6-3 (source i386)

2008-04-17 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 10:01:00 +0200 Source: pfqueue Binary: pfqueue libpfqueue0 libpfqueue-dev Architecture: source i386 Version: 0.5.6-3 Distribution: unstable Urgency: low Maintainer: Daniel Baumann [EMAIL PROTECTED] Changed-By: Daniel

Accepted lua5.1-policy 20 (source all)

2008-04-17 Thread Enrico Tassi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 10:52:39 +0200 Source: lua5.1-policy Binary: lua5.1-policy lua5.1-policy-dev Architecture: source all Version: 20 Distribution: unstable Urgency: low Maintainer: Enrico Tassi [EMAIL PROTECTED] Changed-By: Enrico

Accepted xavante 2.0~rc1-1 (source all)

2008-04-17 Thread Enrico Tassi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 10:09:39 +0200 Source: xavante Binary: xavante xavante-doc Architecture: source all Version: 2.0~rc1-1 Distribution: unstable Urgency: low Maintainer: Enrico Tassi [EMAIL PROTECTED] Changed-By: Enrico Tassi [EMAIL

Accepted gnome-lokkit 0.50.22-7.2 (source i386)

2008-04-17 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 24 Mar 2008 23:49:54 +0100 Source: gnome-lokkit Binary: lokkit gnome-lokkit Architecture: source i386 Version: 0.50.22-7.2 Distribution: unstable Urgency: low Maintainer: Chris Lawrence [EMAIL PROTECTED] Changed-By: Petter

Accepted rebuildd 0.3.2 (source all)

2008-04-17 Thread Julien Danjou
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 11:35:22 +0200 Source: rebuildd Binary: rebuildd Architecture: source all Version: 0.3.2 Distribution: unstable Urgency: low Maintainer: Julien Danjou [EMAIL PROTECTED] Changed-By: Julien Danjou [EMAIL PROTECTED]

Accepted lua-markdown 0.31-1 (source all)

2008-04-17 Thread Enrico Tassi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 25 Feb 2008 09:22:05 +0100 Source: lua-markdown Binary: liblua5.1-markdown0 Architecture: source all Version: 0.31-1 Distribution: unstable Urgency: low Maintainer: Enrico Tassi [EMAIL PROTECTED] Changed-By: Enrico Tassi [EMAIL

Accepted runit 1.8.0-7 (source powerpc)

2008-04-17 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 16 Apr 2008 21:02:04 + Source: runit Binary: runit Architecture: powerpc source Version: 1.8.0-7 Distribution: unstable Urgency: low Maintainer: Gerrit Pape [EMAIL PROTECTED] Changed-By: Gerrit Pape [EMAIL PROTECTED]

Accepted setools 3.3.4.ds-3 (source all amd64)

2008-04-17 Thread Manoj Srivastava
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 16 Apr 2008 22:54:13 -0500 Source: setools Binary: setools libsefs4 libsefs-dev libseaudit4 libseaudit-dev libapol4 libapol-dev libpoldiff1 libpoldiff-dev libqpol1 libqpol-dev libsetools-jni libsetools-java libsetools-tcl

Accepted daemontools 1:0.76-3 (source all)

2008-04-17 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 16 Apr 2008 21:20:38 + Source: daemontools Binary: daemontools daemontools-run Architecture: all source Version: 1:0.76-3 Distribution: unstable Urgency: low Maintainer: Gerrit Pape [EMAIL PROTECTED] Changed-By: Gerrit Pape

Accepted opensp 1.5.2-4 (source i386)

2008-04-17 Thread Neil Roeth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 15 Apr 2008 21:55:06 -0400 Source: opensp Binary: opensp libosp5 libosp-dev Architecture: source i386 Version: 1.5.2-4 Distribution: unstable Urgency: low Maintainer: Neil Roeth [EMAIL PROTECTED] Changed-By: Neil Roeth [EMAIL

Accepted libidn 1.7-1 (source amd64)

2008-04-17 Thread Anibal Monsalve Salazar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 20:17:34 +1000 Source: libidn Binary: idn libidn11-dev libidn11 Architecture: source amd64 Version: 1.7-1 Distribution: unstable Urgency: low Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED] Changed-By: Anibal

Accepted irda-utils 0.9.18-8 (source i386)

2008-04-17 Thread Alberto Gonzalez Iniesta
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 13:17:26 +0200 Source: irda-utils Binary: irda-utils Architecture: source i386 Version: 0.9.18-8 Distribution: unstable Urgency: low Maintainer: Alberto Gonzalez Iniesta [EMAIL PROTECTED] Changed-By: Alberto Gonzalez

Accepted bridge-utils 1.4-2 (source amd64)

2008-04-17 Thread Santiago Garcia Mantinan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 13:18:30 +0200 Source: bridge-utils Binary: bridge-utils Architecture: source amd64 Version: 1.4-2 Distribution: unstable Urgency: low Maintainer: Santiago Garcia Mantinan [EMAIL PROTECTED] Changed-By: Santiago

Accepted zimpl 2.07.ds1-2 (source amd64)

2008-04-17 Thread Joachim Reichel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 16 Apr 2008 18:17:48 +0200 Source: zimpl Binary: zimpl Architecture: source amd64 Version: 2.07.ds1-2 Distribution: unstable Urgency: low Maintainer: Joachim Reichel [EMAIL PROTECTED] Changed-By: Joachim Reichel [EMAIL

Accepted swapspace 1.10-3 (source amd64)

2008-04-17 Thread Anibal Monsalve Salazar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 22:15:17 +1000 Source: swapspace Binary: swapspace Architecture: source amd64 Version: 1.10-3 Distribution: unstable Urgency: low Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED] Changed-By: Anibal Monsalve

Accepted python2.5 2.5.2-3 (source all amd64)

2008-04-17 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 16 Apr 2008 23:37:46 +0200 Source: python2.5 Binary: python2.5 python2.5-minimal python2.5-examples python2.5-dev idle-python2.5 python2.5-dbg Architecture: source all amd64 Version: 2.5.2-3 Distribution: unstable Urgency:

Accepted python2.4 2.4.5-2 (source all amd64)

2008-04-17 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 16 Apr 2008 21:31:54 +0200 Source: python2.4 Binary: python2.4 python2.4-minimal python2.4-examples python2.4-dev idle-python2.4 python2.4-doc python2.4-dbg Architecture: source all amd64 Version: 2.4.5-2 Distribution: unstable

Accepted pixman 0.10.0-2 (source i386)

2008-04-17 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 14:08:20 +0200 Source: pixman Binary: libpixman-1-0 libpixman-1-0-udeb libpixman-1-0-dbg libpixman-1-dev Architecture: source i386 Version: 0.10.0-2 Distribution: unstable Urgency: low Maintainer: Debian X Strike

Accepted ocaml-vorbis 0.4.1-1 (source amd64)

2008-04-17 Thread Romain Beauxis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 01:38:25 +0100 Source: ocaml-vorbis Binary: libvorbis-ocaml libvorbis-ocaml-dev Architecture: source amd64 Version: 0.4.1-1 Distribution: unstable Urgency: low Maintainer: Debian OCaml Maintainers [EMAIL PROTECTED]

Accepted rescue 1.14 (source all)

2008-04-17 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 14:19:20 +0100 Source: rescue Binary: rescue-check rescue-mode Architecture: source all Version: 1.14 Distribution: unstable Urgency: low Maintainer: Debian Install System Team [EMAIL PROTECTED] Changed-By: Colin

Accepted xmldiff 0.6.8-4 (source all i386)

2008-04-17 Thread Alexandre Fayolle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 15:18:10 +0200 Source: xmldiff Binary: xmldiff xmldiff-xmlrev Architecture: source all i386 Version: 0.6.8-4 Distribution: unstable Urgency: low Maintainer: Alexandre Fayolle [EMAIL PROTECTED] Changed-By: Alexandre

Accepted curl 7.18.1-1 (source amd64)

2008-04-17 Thread Domenico Andreoli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 10:22:28 +0200 Source: curl Binary: curl libcurl3 libcurl3-gnutls libcurl4-openssl-dev libcurl4-gnutls-dev libcurl3-dbg Architecture: source amd64 Version: 7.18.1-1 Distribution: unstable Urgency: low Maintainer:

Accepted spambayes 1.0.4-4 (source all)

2008-04-17 Thread Alexandre Fayolle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 15:42:37 +0200 Source: spambayes Binary: spambayes Architecture: source all Version: 1.0.4-4 Distribution: unstable Urgency: low Maintainer: Alexandre Fayolle [EMAIL PROTECTED] Changed-By: Alexandre Fayolle [EMAIL

Accepted fdm 1.5-2 (source amd64)

2008-04-17 Thread Frank Terbeck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 16 Apr 2008 00:49:21 +0200 Source: fdm Binary: fdm Architecture: source amd64 Version: 1.5-2 Distribution: unstable Urgency: low Maintainer: Frank Terbeck [EMAIL PROTECTED] Changed-By: Frank Terbeck [EMAIL PROTECTED]

Accepted offlineimap 5.99.11 (source all)

2008-04-17 Thread John Goerzen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 09:52:40 -0500 Source: offlineimap Binary: offlineimap Architecture: source all Version: 5.99.11 Distribution: unstable Urgency: low Maintainer: John Goerzen [EMAIL PROTECTED] Changed-By: John Goerzen [EMAIL

Accepted offlineimap 5.99.10 (source all)

2008-04-17 Thread John Goerzen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 02:45:24 -0500 Source: offlineimap Binary: offlineimap Architecture: source all Version: 5.99.10 Distribution: unstable Urgency: low Maintainer: John Goerzen [EMAIL PROTECTED] Changed-By: John Goerzen [EMAIL

Accepted fglrx-driver 1:8-4-1 (source all amd64)

2008-04-17 Thread Romain Beauxis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 16:56:01 +0200 Source: fglrx-driver Binary: fglrx-driver fglrx-glx fglrx-glx-ia32 fglrx-kernel-src fglrx-control fglrx-amdcccle Architecture: source amd64 all Version: 1:8-4-1 Distribution: unstable Urgency: low

Accepted approx 3.2.0 (source i386)

2008-04-17 Thread Eric Cooper
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 16 Apr 2008 21:49:01 -0400 Source: approx Binary: approx Architecture: source i386 Version: 3.2.0 Distribution: unstable Urgency: low Maintainer: Eric Cooper [EMAIL PROTECTED] Changed-By: Eric Cooper [EMAIL PROTECTED]

Accepted bluez-utils 3.30-3 (source all amd64)

2008-04-17 Thread Filippo Giunchedi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 18:33:47 +0200 Source: bluez-utils Binary: bluez-utils bluez-pcmcia-support bluez-cups bluez-audio bluetooth Architecture: source all amd64 Version: 3.30-3 Distribution: unstable Urgency: low Maintainer: Debian

Accepted etckeeper 0.14.2 (source all)

2008-04-17 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 13:00:29 -0400 Source: etckeeper Binary: etckeeper Architecture: source all Version: 0.14.2 Distribution: unstable Urgency: low Maintainer: Joey Hess [EMAIL PROTECTED] Changed-By: Joey Hess [EMAIL PROTECTED]

Accepted pommed 1.17~dfsg-1 (source amd64)

2008-04-17 Thread Julien BLACHE
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 19:21:33 +0200 Source: pommed Binary: pommed gpomme wmpomme Architecture: source amd64 Version: 1.17~dfsg-1 Distribution: unstable Urgency: low Maintainer: Julien BLACHE [EMAIL PROTECTED] Changed-By: Julien BLACHE

Accepted wesnoth 1:1.4.1-1 (source all powerpc)

2008-04-17 Thread Gerfried Fuchs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 13:52:03 +0200 Source: wesnoth Binary: wesnoth-data wesnoth wesnoth-all wesnoth-music wesnoth-server wesnoth-editor wesnoth-tools wesnoth-httt wesnoth-tsg wesnoth-trow wesnoth-ttb wesnoth-ei wesnoth-utbs

Accepted imapsync 1.249-1 (source all)

2008-04-17 Thread RISKO Gergely
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 19:30:18 +0200 Source: imapsync Binary: imapsync Architecture: source all Version: 1.249-1 Distribution: unstable Urgency: low Maintainer: RISKO Gergely [EMAIL PROTECTED] Changed-By: RISKO Gergely [EMAIL PROTECTED]

Accepted python-central 0.6.3 (source all)

2008-04-17 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Thu, 17 Apr 2008 20:19:09 +0200 Source: python-central Binary: python-central Architecture: source all Version: 0.6.3 Distribution: unstable Urgency: low Maintainer: Matthias Klose [EMAIL PROTECTED] Changed-By: Matthias Klose [EMAIL

Accepted pygobject 2.14.1-4 (source all amd64)

2008-04-17 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 20:24:59 +0200 Source: pygobject Binary: python-gobject python-gobject-dev python-gobject-dbg Architecture: source all amd64 Version: 2.14.1-4 Distribution: unstable Urgency: low Maintainer: Josselin Mouette [EMAIL

Accepted gtkpod 0.99.12-2 (source i386)

2008-04-17 Thread Frank Lichtenheld
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 20:25:51 +0200 Source: gtkpod Binary: gtkpod Architecture: source i386 Version: 0.99.12-2 Distribution: unstable Urgency: low Maintainer: gtkpod Maintainers [EMAIL PROTECTED] Changed-By: Frank Lichtenheld [EMAIL

Accepted awesome 2.3~rc2-1 (source amd64)

2008-04-17 Thread Julien Danjou
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 20:40:17 +0200 Source: awesome Binary: awesome Architecture: source amd64 Version: 2.3~rc2-1 Distribution: unstable Urgency: low Maintainer: Julien Danjou [EMAIL PROTECTED] Changed-By: Julien Danjou [EMAIL PROTECTED]

Accepted slrn 0.9.9~pre99-1 (source i386)

2008-04-17 Thread Jörg Sommer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 6 Apr 2008 22:52:58 +0200 Source: slrn Binary: slrn slrnpull Architecture: source i386 Version: 0.9.9~pre99-1 Distribution: unstable Urgency: high Maintainer: Jörg Sommer [EMAIL PROTECTED] Changed-By: Jörg Sommer [EMAIL

Accepted sun-java6 6-06-1 (source all amd64)

2008-04-17 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 16 Apr 2008 18:51:00 +0200 Source: sun-java6 Binary: sun-java6-jre sun-java6-bin sun-java6-plugin ia32-sun-java6-bin ia32-sun-java6-plugin sun-java6-fonts sun-java6-jdk sun-java6-demo sun-java6-source sun-java6-doc

Accepted mozilla-noscript 1.6-1 (source all)

2008-04-17 Thread Arnaud Renevier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 15 Apr 2008 23:31:52 +0200 Source: mozilla-noscript Binary: mozilla-noscript Architecture: source all Version: 1.6-1 Distribution: unstable Urgency: low Maintainer: Arnaud Renevier [EMAIL PROTECTED] Changed-By: Arnaud Renevier

Accepted python-defaults 2.5.2-1 (source all)

2008-04-17 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 20:32:59 +0200 Source: python-defaults Binary: python python-minimal python-examples python-dev idle python-doc python-dbg python-all python-all-dev python-all-dbg Architecture: source all Version: 2.5.2-1

Accepted libsort-fields-perl 0.90-2 (source all)

2008-04-17 Thread Dominic Hargreaves
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 19:42:45 +0100 Source: libsort-fields-perl Binary: libsort-fields-perl Architecture: source all Version: 0.90-2 Distribution: unstable Urgency: low Maintainer: Dominic Hargreaves [EMAIL PROTECTED] Changed-By: Dominic

Accepted pth 2.0.7-10 (source i386)

2008-04-17 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 21:34:00 +0200 Source: pth Binary: libpth20 libpth-dev pth-dbg Architecture: source i386 Version: 2.0.7-10 Distribution: unstable Urgency: low Maintainer: Daniel Baumann [EMAIL PROTECTED] Changed-By: Daniel Baumann

Accepted mt-daapd 0.9~r1696-1.3 (source amd64)

2008-04-17 Thread Nico Golde
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 19:03:48 +0200 Source: mt-daapd Binary: mt-daapd Architecture: source amd64 Version: 0.9~r1696-1.3 Distribution: unstable Urgency: high Maintainer: Joshua Kwan [EMAIL PROTECTED] Changed-By: Nico Golde [EMAIL

Accepted gadmin-squid 0.1.0-1 (source i386)

2008-04-17 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 22:43:00 +0200 Source: gadmin-squid Binary: gadmin-squid Architecture: source i386 Version: 0.1.0-1 Distribution: unstable Urgency: low Maintainer: Daniel Baumann [EMAIL PROTECTED] Changed-By: Daniel Baumann [EMAIL

Accepted pydf 6 (source all)

2008-04-17 Thread Radovan Garabík
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Thu, 17 Apr 2008 22:24:03 +0200 Source: pydf Binary: pydf Architecture: source all Version: 6 Distribution: unstable Urgency: low Maintainer: Radovan Garabík [EMAIL PROTECTED] Changed-By: Radovan Garabík [EMAIL PROTECTED]

Accepted gadmin-rsync 0.0.9-2 (source i386)

2008-04-17 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 23:09:00 +0200 Source: gadmin-rsync Binary: gadmin-rsync Architecture: source i386 Version: 0.0.9-2 Distribution: unstable Urgency: low Maintainer: Daniel Baumann [EMAIL PROTECTED] Changed-By: Daniel Baumann [EMAIL

Accepted epiphany-extensions 2.22.1-1 (source amd64)

2008-04-17 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 21:18:04 +0200 Source: epiphany-extensions Binary: epiphany-extensions Architecture: source amd64 Version: 2.22.1-1 Distribution: unstable Urgency: low Maintainer: Josselin Mouette [EMAIL PROTECTED] Changed-By:

Accepted xfce4-diskperf-plugin 2.2.0-1 (source amd64)

2008-04-17 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 22:51:07 +0200 Source: xfce4-diskperf-plugin Binary: xfce4-diskperf-plugin Architecture: source amd64 Version: 2.2.0-1 Distribution: unstable Urgency: low Maintainer: Debian Xfce Maintainers [EMAIL PROTECTED]

Accepted fraqtive 0.4.1-1 (source i386)

2008-04-17 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 15 Apr 2008 17:27:54 +0100 Source: fraqtive Binary: fraqtive fraqtive-dbg Architecture: source i386 Version: 0.4.1-1 Distribution: unstable Urgency: low Maintainer: Patrick Matthäi [EMAIL PROTECTED] Changed-By: Patrick Matthäi

Accepted epiphany-browser 2.22.1.1-1 (source all amd64)

2008-04-17 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 21:50:35 +0200 Source: epiphany-browser Binary: epiphany-browser epiphany-gecko epiphany-webkit epiphany-browser-data epiphany-browser-dev epiphany-browser-dbg Architecture: source amd64 all Version: 2.22.1.1-1

Accepted tork 0.28-1 (source all i386)

2008-04-17 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 14 Apr 2008 15:10:22 +0100 Source: tork Binary: tork tork-data Architecture: source all i386 Version: 0.28-1 Distribution: unstable Urgency: low Maintainer: Patrick Matthäi [EMAIL PROTECTED] Changed-By: Patrick Matthäi [EMAIL

Accepted epiphany-extensions 2.22.1-2 (source amd64)

2008-04-17 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 22:40:01 +0200 Source: epiphany-extensions Binary: epiphany-extensions Architecture: source amd64 Version: 2.22.1-2 Distribution: unstable Urgency: low Maintainer: Josselin Mouette [EMAIL PROTECTED] Changed-By:

Accepted libwww-opensearch-perl 0.14-1 (source all)

2008-04-17 Thread Ian Beckwith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Apr 2008 21:01:11 +0100 Source: libwww-opensearch-perl Binary: libwww-opensearch-perl Architecture: source all Version: 0.14-1 Distribution: unstable Urgency: low Maintainer: Ian Beckwith [EMAIL PROTECTED] Changed-By: Ian

  1   2   >