Re: lilypond and python

2006-07-26 Thread Pierre Habouzit
Le mer 26 juillet 2006 03:19, Thomas Bushnell BSG a écrit : Matthew Garrett [EMAIL PROTECTED] writes: Running sed costs you lots of time? Come on. I can understand your irritation at the lack of information about how the python transition is going, but it really shouldn't take you any

Re: lilypond and python

2006-07-26 Thread Loïc Minier
On Wed, Jul 26, 2006, Martin Michlmayr wrote: You could just add an explicit dependency on python2.4 and do a s/python/python2.4/ over lilypond. For which I've sent a patch already. -- Loïc Minier [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Re: lilypond and python

2006-07-26 Thread Pierre Habouzit
Le mer 26 juillet 2006 08:41, Thomas Bushnell BSG a écrit : Pierre Habouzit [EMAIL PROTECTED] writes: It takes about eight hours per compilation attempt on my available hardware running unstable. oh, and you really need to watch all the lines of the compilation during the build ?

Re: lilypond and python

2006-07-26 Thread Loïc Minier
On Tue, Jul 25, 2006, Thomas Bushnell BSG wrote: Some have suggested patching lilypond to call python2.4, depending on python2.4, and not bothering with python-central and pyversions and such. No, this is still required, but I didn't want to force a choice between python-support or

Re: ITA: lcdproc

2006-07-26 Thread Christoph Berg
Re: José Luis Tallón 2006-07-25 [EMAIL PROTECTED] This is mostly to let ftpmasters know that he has indeed agreed to these terms so that the upload won't be rejected. Jon, just give an ACK on-list and that should be it. Unless you are building new binaries, your upload won't be NEW

Re: Bug#379475: [Etch] Should sysfsutils be added to the base system?

2006-07-26 Thread Riku Voipio
On Tue, Jul 25, 2006 at 06:10:23PM +0200, Eduard Bloch wrote: I disagree. You compare a 11kB utility (sysctl) with a new 132kB package. You are comparing two completly different things. If we are to actually compare the size of tools actually *needed*: -rwxr-xr-x 1 root root 1554 2006-05-12

Re: Getting rid of circular dependencies, stage 5

2006-07-26 Thread Goswin von Brederlow
Ian Jackson [EMAIL PROTECTED] writes: Josselin Mouette writes (Re: Getting rid of circular dependencies, stage 5): Le lundi 24 juillet 2006 à 17:15 +0100, Ian Jackson a écrit : Of course particular instances of circular dependencies might be problematic. I would try to avoid it other than

Re: Getting rid of circular dependencies, stage 5

2006-07-26 Thread Goswin von Brederlow
Joey Hess [EMAIL PROTECTED] writes: Josselin Mouette wrote: Le dimanche 23 juillet 2006 à 10:55 -0400, Joey Hess a écrit : Furthermore, there is no real justification for the circular dependency in debconf. Why don't you just fix it? [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL

Re: Getting rid of circular dependencies, stage 5

2006-07-26 Thread Ian Jackson
Goswin von Brederlow writes (Re: Getting rid of circular dependencies, stage 5): So you seem to be all for cleaning out that mad stuff, right? Absolutely. Lets all get on with the list initialiy posted and fix those circular depends or note why they are required. I agree that there are many

Re: Self-conflicts and self-depends

2006-07-26 Thread Fabio Tranchitella
Il giorno mar, 25/07/2006 alle 18.10 -0700, Russ Allbery ha scritto: So, are people sure this is not useful even if the package name doubles as a virtual package? It seems to me like it would be. Or are people just arguing that that case will never occur? Conflicts on virtual packages assure

Re: New Naming Convention

2006-07-26 Thread Michael Banck
On Tue, Jul 25, 2006 at 10:22:44AM -0700, Jeremy Herndon wrote: I currently do not subscribe to the mailing lists. So I don't know if this has been considered. This is not a development issue, and should not be discussed on this list (which has enough traffic already) considering the high

Re: Getting rid of circular dependencies, stage 5

2006-07-26 Thread Andreas Barth
Hi, * Ian Jackson ([EMAIL PROTECTED]) [060726 13:18]: But, for example, foo -Depends- foo-data is not usually an example of a silly dependency. Actually, there is no reason why foo-data needs foo configured before being configured, but there might be reason for the other direction. Why not

Re: Getting rid of circular dependencies, stage 5

2006-07-26 Thread Stephen Gran
This one time, at band camp, Andreas Barth said: Hi, * Ian Jackson ([EMAIL PROTECTED]) [060726 13:18]: But, for example, foo -Depends- foo-data is not usually an example of a silly dependency. Actually, there is no reason why foo-data needs foo configured before being configured, but

Re: Getting rid of circular dependencies, stage 5

2006-07-26 Thread Andreas Barth
* Stephen Gran ([EMAIL PROTECTED]) [060726 13:46]: This one time, at band camp, Andreas Barth said: Hi, * Ian Jackson ([EMAIL PROTECTED]) [060726 13:18]: But, for example, foo -Depends- foo-data is not usually an example of a silly dependency. Actually, there is no reason why

Re: Getting rid of circular dependencies, stage 5

2006-07-26 Thread Frank Küster
Andreas Barth [EMAIL PROTECTED] wrote: Hi, * Ian Jackson ([EMAIL PROTECTED]) [060726 13:18]: But, for example, foo -Depends- foo-data is not usually an example of a silly dependency. Actually, there is no reason why foo-data needs foo configured before being configured, but there might

Status of iproute package for Etch

2006-07-26 Thread Milan P. Stanic
Hi, [ I thought to post that message to Alexander Wirt but I don't like to send private mail to people before previous agreement ] Default kernel in Etch will be 2.6.17 but the iproute package for now is 20051007 version. For new kernels there are new upstream releases at:

Re: Getting rid of circular dependencies, stage 5

2006-07-26 Thread Andreas Barth
* Frank Küster ([EMAIL PROTECTED]) [060726 14:49]: What about using Suggests instead of Depends-for-being-useful? Suggests is *way* weaker. The Needs would trigger automatic installation with any tool. Actually, if A-B (depends), B-C(depends), and C-B(Needs), then A won't be configured until

Re: Getting rid of circular dependencies, stage 5

2006-07-26 Thread Simon Richter
Hi, Andreas Barth wrote: Suggests is *way* weaker. The Needs would trigger automatic installation with any tool. Actually, if A-B (depends), B-C(depends), and C-B(Needs), then A won't be configured until both B and C are installed. What stops us from using Recommends for that. The

Re: Getting rid of circular dependencies, stage 5

2006-07-26 Thread Andreas Barth
* Simon Richter ([EMAIL PROTECTED]) [060726 15:38]: Andreas Barth wrote: Suggests is *way* weaker. The Needs would trigger automatic installation with any tool. Actually, if A-B (depends), B-C(depends), and C-B(Needs), then A won't be configured until both B and C are installed. What

Re: Getting rid of circular dependencies, stage 5

2006-07-26 Thread Frank Küster
Andreas Barth [EMAIL PROTECTED] wrote: * Frank Küster ([EMAIL PROTECTED]) [060726 14:49]: What about using Suggests instead of Depends-for-being-useful? Suggests is *way* weaker. Sorry, I meant Recommends. The Needs would trigger automatic installation with any tool. Actually, if A-B

Re: Self-conflicts and self-depends

2006-07-26 Thread Hamish Moffatt
On Wed, Jul 26, 2006 at 01:17:30PM +0200, Fabio Tranchitella wrote: Il giorno mar, 25/07/2006 alle 18.10 -0700, Russ Allbery ha scritto: So, are people sure this is not useful even if the package name doubles as a virtual package? It seems to me like it would be. Or are people just

Re: Getting rid of circular dependencies, stage 5

2006-07-26 Thread Goswin von Brederlow
Andreas Barth [EMAIL PROTECTED] writes: Hi, * Ian Jackson ([EMAIL PROTECTED]) [060726 13:18]: But, for example, foo -Depends- foo-data is not usually an example of a silly dependency. Actually, there is no reason why foo-data needs foo configured before being configured, but there might

Re: Getting rid of circular dependencies, stage 5

2006-07-26 Thread Goswin von Brederlow
Frank Küster [EMAIL PROTECTED] writes: Andreas Barth [EMAIL PROTECTED] wrote: * Frank Küster ([EMAIL PROTECTED]) [060726 14:49]: What about using Suggests instead of Depends-for-being-useful? Suggests is *way* weaker. Sorry, I meant Recommends. The Needs would trigger automatic

Re: Self-conflicts and self-depends

2006-07-26 Thread Goswin von Brederlow
Fabio Tranchitella [EMAIL PROTECTED] writes: Il giorno mar, 25/07/2006 alle 18.10 -0700, Russ Allbery ha scritto: So, are people sure this is not useful even if the package name doubles as a virtual package? It seems to me like it would be. Or are people just arguing that that case will

Re: New Naming Convention

2006-07-26 Thread Miriam Ruiz
--- Adrian von Bidder [EMAIL PROTECTED] escribió: (Hmmm. Model/Actress names are now available for use, now that the scripts have been renamed. Yay Debian Noemi 4.1!) I don't want to start a flame, but I think this was out of place. Miry

Re: Self-conflicts and self-depends

2006-07-26 Thread Fabio Tranchitella
Il giorno mer, 26/07/2006 alle 16.48 +0200, Goswin von Brederlow ha scritto: Conflicts on virtual packages assure that two real packages providing the virtual one can't be installed togheter, so let's say: A: provides D; conflicts D B: provides D; conflicts D It is not possible to

Re: Getting rid of circular dependencies, stage 5

2006-07-26 Thread Josselin Mouette
Le mercredi 26 juillet 2006 à 11:49 +0100, Ian Jackson a écrit : I agree that there are many silly dependencies and they should be fixed. And don't you agree that there have been enough unpredictable bug cases caused by circular dependencies so that we can try remove all of unneeded ones? We

Re: Bug#379475: [Etch] Should sysfsutils be added to the base system?

2006-07-26 Thread Eduard Bloch
#include hallo.h * Riku Voipio [Wed, Jul 26 2006, 12:18:54PM]: On Tue, Jul 25, 2006 at 06:10:23PM +0200, Eduard Bloch wrote: I disagree. You compare a 11kB utility (sysctl) with a new 132kB package. You are comparing two completly different things. If we are to actually compare the size

Re: Self-conflicts and self-depends

2006-07-26 Thread Fabio Tranchitella
Il giorno gio, 27/07/2006 alle 00.22 +1000, Hamish Moffatt ha scritto: Now extend for more than two packages. Should each package list every other, require every package to be updated when another is added? Instead they can all provide and conflict a common virtual package. It is ok to

Re: Getting rid of circular dependencies, stage 5

2006-07-26 Thread Frank Küster
Goswin von Brederlow [EMAIL PROTECTED] wrote: Frank Küster [EMAIL PROTECTED] writes: Andreas Barth [EMAIL PROTECTED] wrote: * Frank Küster ([EMAIL PROTECTED]) [060726 14:49]: What about using Suggests instead of Depends-for-being-useful? Suggests is *way* weaker. Sorry, I meant

Re: Self-conflicts and self-depends

2006-07-26 Thread Hubert Chan
On Thu, 27 Jul 2006 00:22:54 +1000, Hamish Moffatt [EMAIL PROTECTED] said: On Wed, Jul 26, 2006 at 01:17:30PM +0200, Fabio Tranchitella wrote: A: nothing; B: provides A; conflicts A ... which produces the same result, because you can't install both A and B because B conflicts with (the

Re: lilypond and python

2006-07-26 Thread Thomas Bushnell BSG
Loïc Minier [EMAIL PROTECTED] writes: On Tue, Jul 25, 2006, Thomas Bushnell BSG wrote: Some have suggested patching lilypond to call python2.4, depending on python2.4, and not bothering with python-central and pyversions and such. No, this is still required, but I didn't want to force a

Re: lilypond and python

2006-07-26 Thread Thomas Bushnell BSG
Loïc Minier [EMAIL PROTECTED] writes: On Wed, Jul 26, 2006, Martin Michlmayr wrote: You could just add an explicit dependency on python2.4 and do a s/python/python2.4/ over lilypond. For which I've sent a patch already. I believe the patch you sent was not against the current upstream

Bug#379984: O: grip -- GNOME-based CD-player/ripper/encoder

2006-07-26 Thread Taku YASUI
Package: wnpp Severity: normal Grip has been reported lots of bugs. However I haven't make a enough time to follow and maintain. The package description is as follows: It has the ripping capabilities of cdparanoia builtin, but can also use external rippers (such as cdda2wav). It also

Re: Self-conflicts and self-depends

2006-07-26 Thread Russ Allbery
Fabio Tranchitella [EMAIL PROTECTED] writes: Il giorno mar, 25/07/2006 alle 18.10 -0700, Russ Allbery ha scritto: So, are people sure this is not useful even if the package name doubles as a virtual package? It seems to me like it would be. Or are people just arguing that that case will

Re: Self-conflicts and self-depends

2006-07-26 Thread Fabio Tranchitella
On mer, 26 lug 2006, Russ Allbery wrote: However, I don't see how the self-conflicts *hurts* anything, and some people are currently using this technique, probably because it's easier to remember to always have the Conflits. So what are we gaining by adding a check for this and making people

Re: intent to hijack python-paramiko

2006-07-26 Thread Jeremy Bouse
Go ahead and NMU with my thanks and blessing... I've made my move cross-country but my system at home is still without network connectivity at this time and the telco has been unable to give me anything close to a firm ETA of when they will. Regards,JeremyOn 7/17/06, Martin Michlmayr [EMAIL

Re: lilypond and python

2006-07-26 Thread Wouter Verhelst
On Tue, Jul 25, 2006 at 07:25:59PM -0700, Thomas Bushnell BSG wrote: Adeodato Simó [EMAIL PROTECTED] writes: - From http://lists.debian.org/debian-devel/2006/07/msg00684.html: But I don't alas, have the time to spend on a workaround patch myself, which will (supposedly) become

Re: Bug#379857: ITP: git-completion -- content addressable filesystem (bash completion)

2006-07-26 Thread Moritz Muehlenhoff
Sebastian Harl wrote: * Package name: git-completion Version : 0+20060722 Upstream Author : Ben Clifford [EMAIL PROTECTED] * URL : http://www.hawaga.org.uk/ben/tech/gitcompletion/ * License : GPL Description : content addressable filesystem (bash

Re: Status of iproute package for Etch

2006-07-26 Thread Florian Weimer
* Milan P. Stanic: For new kernels there are new upstream releases at: http://developer.osdl.org/dev/iproute2/download/ and they are named as iproute2-kernel.version-releasedate Do the newer versions include documentation of the semantics of the ip commands (and not just the syntax)? -- To

Re: Status of iproute package for Etch

2006-07-26 Thread Milan P. Stanic
On Wed, Jul 26, 2006 at 10:05:57PM +0200, Florian Weimer wrote: Do the newer versions include documentation of the semantics of the ip commands (and not just the syntax)? I'm not sure if I understand you, but there are some documents which describes ip command and some other programs (which

Re: Getting rid of circular dependencies, stage 5

2006-07-26 Thread Adam Borowski
On Wed, Jul 26, 2006 at 04:41:37PM +0200, Goswin von Brederlow wrote: Andreas Barth [EMAIL PROTECTED] writes: * Ian Jackson ([EMAIL PROTECTED]) [060726 13:18]: But, for example, foo -Depends- foo-data is not usually an example of a silly dependency. Actually, there is no reason why

Re: Getting rid of circular dependencies, stage 5

2006-07-26 Thread Bruce Sass
On Tue July 25 2006 05:38, Goswin von Brederlow wrote: Except that libapt does NOT correctly handle dependency loops and can split them between dpkg calls causing install failures. The more circular depends there are the more likely such a failure becomes. So wouldn't it be a good thing to

Re: Bug#379857: ITP: git-completion -- content addressable filesystem (bash completion)

2006-07-26 Thread Sebastian Harl
Hi, * Package name: git-completion Version : 0+20060722 Upstream Author : Ben Clifford [EMAIL PROTECTED] * URL : http://www.hawaga.org.uk/ben/tech/gitcompletion/ * License : GPL Description : content addressable filesystem (bash completion)

Re: Getting rid of circular dependencies, stage 5

2006-07-26 Thread Joey Hess
Bruce Sass wrote: [1] obvious fixes, imo: - Use dpkg --command-fd -- see shy jo signature.asc Description: Digital signature

Re: lilypond and python

2006-07-26 Thread Stephen Gran
This one time, at band camp, Wouter Verhelst said: On Tue, Jul 25, 2006 at 07:25:59PM -0700, Thomas Bushnell BSG wrote: This is incorrect; I write and read very quickly. Oh, come on. sed -i -e '1s/python[0-9\.]*/python2.4/' $(find . -name '*.py') Don't tell me it takes you more than

Re: lilypond and python

2006-07-26 Thread Thomas Bushnell BSG
Wouter Verhelst [EMAIL PROTECTED] writes: Oh, come on. sed -i -e '1s/python[0-9\.]*/python2.4/' $(find . -name '*.py') Don't tell me it takes you more than half a minute to come up with something like that. And don't tell me you can write a mail such as the one I'm replying to in less than

Re: lilypond and python

2006-07-26 Thread Thomas Bushnell BSG
Stephen Gran [EMAIL PROTECTED] writes: What is this, solution number 4 for Mr. BSG's complaints? I am almost beginning to believe that he is more interested in complaining than just fixing the problem. Solution? How about this, if I apply that recipe and try to compile, you pay me $100

Re: lilypond and python

2006-07-26 Thread Thomas Bushnell BSG
Stephen Gran [EMAIL PROTECTED] writes: What is this, solution number 4 for Mr. BSG's complaints? I am almost beginning to believe that he is more interested in complaining than just fixing the problem. And the gratuitous rudeness is apalling. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Bug#206187: probably you

2006-07-26 Thread Winifred
Hi there lovely, I was searching the net few days ago. I am new to this thing. b and saw your profile. I decided to email you cause I found you attractive. I might come down taob your cibty in few weeks. Let me know if we can meet each other in person.b I am attractive bgbirl. I am sure yaou

Accepted libxmlada2 2.2-5 (source i386)

2006-07-26 Thread Ludovic Brenta
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 25 Jul 2006 19:20:59 +0200 Source: libxmlada2 Binary: libxmlada2 libxmlada2-dev Architecture: source i386 Version: 2.2-5 Distribution: unstable Urgency: low Maintainer: Ludovic Brenta [EMAIL PROTECTED] Changed-By: Ludovic Brenta

Accepted libtunepimp 0.4.2-3.1 (source all amd64)

2006-07-26 Thread Pierre Habouzit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Fri, 30 Jun 2006 00:25:30 +0200 Source: libtunepimp Binary: libtunepimp3-dev libtunepimp3 libtunepimp-perl python-tunepimp libtunepimp-bin Architecture: source amd64 all Version: 0.4.2-3.1 Distribution: unstable Urgency: low

Accepted picon-domains 2006.07.14-2 (source all)

2006-07-26 Thread Hakan Ardo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 25 Jul 2006 21:46:17 +0200 Source: picon-domains Binary: picon-domains Architecture: source all Version: 2006.07.14-2 Distribution: unstable Urgency: low Maintainer: Hakan Ardo [EMAIL PROTECTED] Changed-By: Hakan Ardo [EMAIL

Accepted wesnoth 1.1.8-1 (source all i386)

2006-07-26 Thread Isaac Clerencia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 26 Jul 2006 08:54:02 +0200 Source: wesnoth Binary: wesnoth-utbs wesnoth-httt wesnoth-ttb wesnoth-data wesnoth wesnoth-server wesnoth-editor wesnoth-trow wesnoth-music wesnoth-tsg wesnoth-ei Architecture: source all i386

Accepted libclass-c3-perl 0.12-1 (source all)

2006-07-26 Thread eloy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Fri, 14 Jul 2006 15:02:48 +0200 Source: libclass-c3-perl Binary: libclass-c3-perl Architecture: source all Version: 0.12-1 Distribution: unstable Urgency: low Maintainer: Debian Catalyst Maintainers [EMAIL PROTECTED] Changed-By:

Accepted debian-installer 20060726 (source amd64)

2006-07-26 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 26 Jul 2006 08:27:46 +0200 Source: debian-installer Binary: debian-installer Architecture: source amd64 Version: 20060726 Distribution: unstable Urgency: low Maintainer: Frans Pop [EMAIL PROTECTED] Changed-By: Frans Pop [EMAIL

Accepted sysvinit 2.86.ds1-15 (source i386 all)

2006-07-26 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 25 Jul 2006 19:42:27 +0200 Source: sysvinit Binary: sysv-rc sysvinit initscripts Architecture: source i386 all Version: 2.86.ds1-15 Distribution: unstable Urgency: low Maintainer: Debian sysvinit maintainers

Accepted weechat 0.1.9-3 (source all amd64)

2006-07-26 Thread Julien Louis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 25 Jul 2006 11:53:25 +0200 Source: weechat Binary: weechat-common weechat-plugins weechat-curses weechat Architecture: source amd64 all Version: 0.1.9-3 Distribution: unstable Urgency: low Maintainer: Sebastien Helleu [EMAIL

Accepted sensors-applet 1.7.5+dfsg-1 (source powerpc)

2006-07-26 Thread Sam Morris
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 24 Jul 2006 15:35:07 +0100 Source: sensors-applet Binary: sensors-applet Architecture: source powerpc Version: 1.7.5+dfsg-1 Distribution: unstable Urgency: low Maintainer: Sam Morris [EMAIL PROTECTED] Changed-By: Sam Morris

Accepted x11proto-print 1.0.3-2 (source all)

2006-07-26 Thread Drew Parsons
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 26 Jul 2006 18:13:16 +1000 Source: x11proto-print Binary: x11proto-print-dev Architecture: source all Version: 1.0.3-2 Distribution: experimental Urgency: low Maintainer: Debian X Strike Force debian-x@lists.debian.org

Accepted arts 1.5.4-1 (source all amd64)

2006-07-26 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 26 Jul 2006 10:47:05 +0200 Source: arts Binary: libarts1c2a libarts1-dev arts-dbg libartsc0-dev libartsc0 arts Architecture: source amd64 all Version: 1.5.4-1 Distribution: unstable Urgency: low Maintainer: Debian Qt/KDE

Accepted dahb-html 3.1.2.13-2 (source all)

2006-07-26 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 26 Jul 2006 11:32:00 +0200 Source: dahb-html Binary: dahb-html Architecture: source all Version: 3.1.2.13-2 Distribution: unstable Urgency: low Maintainer: Daniel Baumann [EMAIL PROTECTED] Changed-By: Daniel Baumann [EMAIL

Accepted mod-bt 0.0.18+p4.1469-1 (source i386)

2006-07-26 Thread Tyler 'Crackerjack' MacDonald
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 25 Jul 2006 13:21:00 +0100 Source: mod-bt Binary: libbtutil0-dev libbttracker-utils libbttracker0 libapache2-mod-bt libbttracker0-dev php5-apache2-mod-bt libbtutil-utils libbtutil0 php4-apache2-mod-bt libapache2-mod-bt-dev

Accepted installation-guide 20060726 (source all)

2006-07-26 Thread Frans Pop
-guide-mips installation-guide-sparc installation-guide-alpha installation-guide-i386 installation-guide-hppa Architecture: source all Version: 20060726 Distribution: unstable Urgency: low Maintainer: Frans Pop [EMAIL PROTECTED] Changed-By: Frans Pop [EMAIL PROTECTED] Description: installation-guide

Accepted xmms 1:1.2.10+20060726-1 (source i386)

2006-07-26 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 25 Jul 2006 14:18:00 +0200 Source: xmms Binary: xmms-dev xmms Architecture: source i386 Version: 1:1.2.10+20060726-1 Distribution: unstable Urgency: low Maintainer: Daniel Baumann [EMAIL PROTECTED] Changed-By: Daniel Baumann

Accepted smarteiffel 1.1-10 (source i386)

2006-07-26 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 26 Jul 2006 09:21:00 +0200 Source: smarteiffel Binary: smarteiffel Architecture: source i386 Version: 1.1-10 Distribution: unstable Urgency: medium Maintainer: Daniel Baumann [EMAIL PROTECTED] Changed-By: Daniel Baumann [EMAIL

Accepted bluez-utils 3.1-3 (source all powerpc)

2006-07-26 Thread Filippo Giunchedi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 25 Jul 2006 12:05:58 +0200 Source: bluez-utils Binary: bluez-pcmcia-support bluetooth bluez-bcm203x bluez-cups bluez-utils Architecture: source powerpc all Version: 3.1-3 Distribution: unstable Urgency: low Maintainer: Debian

Accepted mailutils 1:1.0-1 (source i386 all)

2006-07-26 Thread Jordi Mallach
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 26 Jul 2006 13:09:28 +0200 Source: mailutils Binary: mailutils-mh mailutils-imap4d mailutils-comsatd libmailutils-dev mailutils libmailutils1 mailutils-pop3d mailutils-doc Architecture: source i386 all Version: 1:1.0-1

Accepted systemtap 0.0.20060722-2 (source i386)

2006-07-26 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 26 Jul 2006 13:59:17 +0200 Source: systemtap Binary: systemtap Architecture: source i386 Version: 0.0.20060722-2 Distribution: unstable Urgency: low Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED] Changed-By: Eugeniy

Accepted xen-tools 2.2-3 (source all)

2006-07-26 Thread Radu Spineanu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 26 Jul 2006 14:53:07 +0300 Source: xen-tools Binary: xen-tools Architecture: source all Version: 2.2-3 Distribution: unstable Urgency: low Maintainer: Radu Spineanu [EMAIL PROTECTED] Changed-By: Radu Spineanu [EMAIL PROTECTED]

Accepted kiss 0.21-13 (source i386)

2006-07-26 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 26 Jul 2006 13:42:00 +0200 Source: kiss Binary: kiss Architecture: source i386 Version: 0.21-13 Distribution: unstable Urgency: low Maintainer: Daniel Baumann [EMAIL PROTECTED] Changed-By: Daniel Baumann [EMAIL PROTECTED]

Accepted splashy 0.1.8.1-2 (source i386 all)

2006-07-26 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 26 Jul 2006 10:49:34 -0300 Source: splashy Binary: splashy splashy-themes Architecture: source i386 all Version: 0.1.8.1-2 Distribution: unstable Urgency: low Maintainer: Otavio Salvador [EMAIL PROTECTED] Changed-By: Otavio

Accepted nslu2-utils 0.10+r58-4 (source all)

2006-07-26 Thread Martin Michlmayr
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 26 Jul 2006 14:14:05 +0200 Source: nslu2-utils Binary: slugimage nslu2-utils Architecture: source all Version: 0.10+r58-4 Distribution: unstable Urgency: low Maintainer: Joey Hess [EMAIL PROTECTED] Changed-By: Martin Michlmayr

Accepted slimserver 6.3.0-2 (source all)

2006-07-26 Thread Simon Kelley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 26 Jul 2006 11:45:55 +1000 Source: slimserver Binary: slimserver Architecture: source all Version: 6.3.0-2 Distribution: unstable Urgency: low Maintainer: Simon Kelley [EMAIL PROTECTED] Changed-By: Simon Kelley [EMAIL PROTECTED]

Accepted debian-installer 20060726.1 (source amd64)

2006-07-26 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 26 Jul 2006 13:54:56 +0200 Source: debian-installer Binary: debian-installer Architecture: source amd64 Version: 20060726.1 Distribution: unstable Urgency: low Maintainer: Frans Pop [EMAIL PROTECTED] Changed-By: Frans Pop [EMAIL

Accepted zope-plonearticle 1:3.2.2-1 (source all)

2006-07-26 Thread Jérémy Bobbio
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 26 Jul 2006 15:31:30 +0200 Source: zope-plonearticle Binary: zope-plonearticle Architecture: source all Version: 1:3.2.2-1 Distribution: unstable Urgency: low Maintainer: Debian Zope Team [EMAIL PROTECTED] Changed-By: Jérémy

Accepted lyx 1.4.2-1 (source i386 all)

2006-07-26 Thread Sven Hoexter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 26 Jul 2006 15:19:47 +0200 Source: lyx Binary: lyx-qt lyx-common lyx-xforms lyx Architecture: source i386 all Version: 1.4.2-1 Distribution: unstable Urgency: low Maintainer: Debian LyX Maintainers [EMAIL PROTECTED] Changed-By:

Accepted coreutils 5.97-1 (source all i386)

2006-07-26 Thread Michael Stone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 26 Jul 2006 07:34:44 -0400 Source: coreutils Binary: shellutils coreutils fileutils textutils Architecture: source all i386 Version: 5.97-1 Distribution: unstable Urgency: low Maintainer: Michael Stone [EMAIL PROTECTED]

Accepted wmcoincoin 2.5.1d-3 (source i386)

2006-07-26 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 26 Jul 2006 17:29:38 +0200 Source: wmcoincoin Binary: wmcoincoin Architecture: source i386 Version: 2.5.1d-3 Distribution: unstable Urgency: low Maintainer: Josselin Mouette [EMAIL PROTECTED] Changed-By: Josselin Mouette [EMAIL

Accepted htmlgen 2.2.2-11 (source all)

2006-07-26 Thread Kevin Coyner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 26 Jul 2006 08:09:09 -0400 Source: htmlgen Binary: python-htmlgen Architecture: source all Version: 2.2.2-11 Distribution: unstable Urgency: low Maintainer: Kevin Coyner [EMAIL PROTECTED] Changed-By: Kevin Coyner [EMAIL

Accepted biff 1:0.17.pre20000412-3 (source i386)

2006-07-26 Thread Dave Holland
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 26 Jul 2006 16:25:15 +0100 Source: biff Binary: biff Architecture: source i386 Version: 1:0.17.pre2412-3 Distribution: unstable Urgency: low Maintainer: Dave Holland [EMAIL PROTECTED] Changed-By: Dave Holland [EMAIL

Accepted splashy 0.1.8.1-3 (source i386 all)

2006-07-26 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 26 Jul 2006 13:29:44 -0300 Source: splashy Binary: splashy splashy-themes Architecture: source i386 all Version: 0.1.8.1-3 Distribution: unstable Urgency: low Maintainer: Otavio Salvador [EMAIL PROTECTED] Changed-By: Otavio

Accepted translate-toolkit 0.9.1-1 (source all)

2006-07-26 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 26 Jul 2006 17:51:38 +0200 Source: translate-toolkit Binary: translate-toolkit Architecture: source all Version: 0.9.1-1 Distribution: unstable Urgency: low Maintainer: Matthias Klose [EMAIL PROTECTED] Changed-By: Matthias Klose

Accepted floatbg 1.0-24 (source i386)

2006-07-26 Thread Dave Holland
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 26 Jul 2006 16:41:40 +0100 Source: floatbg Binary: floatbg Architecture: source i386 Version: 1.0-24 Distribution: unstable Urgency: low Maintainer: Dave Holland [EMAIL PROTECTED] Changed-By: Dave Holland [EMAIL PROTECTED]

Accepted manpages 2.36-1 (source all)

2006-07-26 Thread Martin Schulze
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 26 Jul 2006 18:46:14 +0200 Source: manpages Binary: manpages manpages-dev Architecture: source all Version: 2.36-1 Distribution: unstable Urgency: low Maintainer: Martin Schulze [EMAIL PROTECTED] Changed-By: Martin Schulze

Accepted gkrellongrun 2.2.0-1 (source i386)

2006-07-26 Thread Taku YASUI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 26 Jul 2006 23:47:26 +0900 Source: gkrellongrun Binary: gkrellongrun Architecture: source i386 Version: 2.2.0-1 Distribution: unstable Urgency: low Maintainer: Debian QA Group [EMAIL PROTECTED] Changed-By: Taku YASUI [EMAIL

Accepted hubcot 20010630-5 (source i386 all)

2006-07-26 Thread Taku YASUI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 26 Jul 2006 23:31:48 +0900 Source: hubcot Binary: hubcot hubcot-source Architecture: source i386 all Version: 20010630-5 Distribution: unstable Urgency: low Maintainer: Debian QA Group [EMAIL PROTECTED] Changed-By: Taku YASUI

Accepted libpod-pom-perl 0.17-5 (source all)

2006-07-26 Thread Taku YASUI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Thu, 27 Jul 2006 01:42:44 +0900 Source: libpod-pom-perl Binary: libpod-pom-perl Architecture: source all Version: 0.17-5 Distribution: unstable Urgency: low Maintainer: Debian QA Group [EMAIL PROTECTED] Changed-By: Taku YASUI [EMAIL

Accepted apt 0.6.45exp1 (source all i386)

2006-07-26 Thread Michael Vogt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 25 Jul 2006 11:55:22 +0200 Source: apt Binary: apt-utils libapt-pkg-doc libapt-pkg-dev apt-doc apt Architecture: source all i386 Version: 0.6.45exp1 Distribution: experimental Urgency: low Maintainer: APT Development Team

Accepted grip 3.3.1-5 (source i386)

2006-07-26 Thread Taku YASUI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Thu, 27 Jul 2006 02:24:23 +0900 Source: grip Binary: grip Architecture: source i386 Version: 3.3.1-5 Distribution: unstable Urgency: low Maintainer: Debian QA Group [EMAIL PROTECTED] Changed-By: Taku YASUI [EMAIL PROTECTED]

Accepted synaptic 0.57.10exp1 (source i386)

2006-07-26 Thread Michael Vogt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 25 Jul 2006 17:16:08 +0200 Source: synaptic Binary: synaptic Architecture: source i386 Version: 0.57.10exp1 Distribution: experimental Urgency: low Maintainer: Michael Vogt [EMAIL PROTECTED] Changed-By: Michael Vogt [EMAIL

Accepted python-apt 0.6.19exp1 (source i386)

2006-07-26 Thread Michael Vogt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 26 Jul 2006 18:57:23 +0200 Source: python-apt Binary: python-apt Architecture: source i386 Version: 0.6.19exp1 Distribution: experimental Urgency: low Maintainer: APT Development Team deity@lists.debian.org Changed-By: Michael

Accepted libpgsql-ruby 0.7.1-8 (source i386)

2006-07-26 Thread Taku YASUI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sun, 15 Jan 2006 23:48:53 +0900 Source: libpgsql-ruby Binary: libpgsql-ruby libpgsql-ruby1.8 Architecture: source i386 Version: 0.7.1-8 Distribution: unstable Urgency: low Maintainer: Debian QA Group [EMAIL PROTECTED] Changed-By:

Accepted xfce4-netload-plugin 0.4-2 (source amd64)

2006-07-26 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 26 Jul 2006 17:48:23 +0100 Source: xfce4-netload-plugin Binary: xfce4-netload-plugin Architecture: source amd64 Version: 0.4-2 Distribution: unstable Urgency: low Maintainer: Debian Xfce Maintainers

Accepted xfce4-clipman-plugin 1:0.6-2 (source amd64)

2006-07-26 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 26 Jul 2006 17:47:57 +0100 Source: xfce4-clipman-plugin Binary: xfce4-clipman-plugin Architecture: source amd64 Version: 1:0.6-2 Distribution: unstable Urgency: low Maintainer: Debian Xfce Maintainers

Accepted xfce4-taskmanager 0.3.1-2 (source amd64)

2006-07-26 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 26 Jul 2006 15:06:40 +0100 Source: xfce4-taskmanager Binary: xfce4-taskmanager Architecture: source amd64 Version: 0.3.1-2 Distribution: unstable Urgency: low Maintainer: Debian Xfce Maintainers

Accepted xfce4-sensors-plugin 0.9.0-2 (source amd64)

2006-07-26 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 26 Jul 2006 16:34:05 +0100 Source: xfce4-sensors-plugin Binary: xfce4-sensors-plugin Architecture: source amd64 Version: 0.9.0-2 Distribution: unstable Urgency: low Maintainer: Debian Xfce Maintainers

Accepted xfce4-fsguard-plugin 0.3.0-2 (source amd64)

2006-07-26 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 26 Jul 2006 17:49:08 +0100 Source: xfce4-fsguard-plugin Binary: xfce4-fsguard-plugin Architecture: source amd64 Version: 0.3.0-2 Distribution: unstable Urgency: low Maintainer: Debian Xfce Maintainers

Accepted thunar-media-tags-plugin 0.1.0-2 (source amd64)

2006-07-26 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 12 Jul 2006 13:21:22 +0200 Source: thunar-media-tags-plugin Binary: thunar-media-tags-plugin Architecture: source amd64 Version: 0.1.0-2 Distribution: unstable Urgency: low Maintainer: Debian Xfce Maintainers

Accepted thunar-archive-plugin 0.2.0-1 (source amd64)

2006-07-26 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 5 Jul 2006 13:48:04 +0200 Source: thunar-archive-plugin Binary: thunar-archive-plugin Architecture: source amd64 Version: 0.2.0-1 Distribution: unstable Urgency: low Maintainer: Debian Xfce Maintainers

  1   2   >