Re: bug #561324: asking questions in postinst

2009-12-30 Thread Reinier Haasjes
Hi, Another good solution would be to get the brokers list in the config/preinst (and ask which one to use) if bind or host are already there (the common case) and to get the list in the postinst if the information has not already been gotten. I think this won't be such a bad solution. It

Re: automake and intermediate files generated by yacc, lex, valac

2009-12-30 Thread Ansgar Burchardt
Serafeim Zanikolas ser...@hellug.gr writes: On Tue, Dec 29, 2009 at 03:23:21AM +0900, Ansgar Burchardt wrote [edited]: there are several tools that generate C source code that is later complied in object code, e.g. yacc, lex or valac. automake defaults to distribute these built intermediate

Re: automake and intermediate files generated by yacc, lex, valac

2009-12-30 Thread Ansgar Burchardt
Michael Tautschnig m...@debian.org writes: there are several tools that generate C source code that is later complied in object code, e.g. yacc, lex or valac. automake defaults to distribute these built intermediate files, so they are usually not regenerated during a build. Why do you

Re: bug #561324: asking questions in postinst

2009-12-30 Thread Patrick Schoenfeld
On Tue, Dec 29, 2009 at 11:50:40PM -0800, Russ Allbery wrote: Patrick Schoenfeld schoenf...@debian.org writes: Debconf or another tool that implements the Debian Configuration Management Specification will also be installed, and any versioned dependencies on it will be satisfied before

Re: defaulting to net.ipv6.bindv6only=1 for squeeze

2009-12-30 Thread Bernhard R. Link
* Ben Hutchings b...@decadent.org.uk [091229 19:26]: I routinely blacklist the ipv6 module. There are far too many programs breaking or doing stuff I do not want if it is loaded. I trust you have filed bugs on these applications? No, on most I have not. I don't believe anyone only having

Re: bug #561324: asking questions in postinst

2009-12-30 Thread Reinier Haasjes
This doesn't help with any of your other dependencies, just the dependency on debconf (or some other DCMS implementation). So if I understand correctly a (pre-)depend on host/dig won't help to make sure bind/dig is installed during the config script. My idea now is the following:

Re: defaulting to net.ipv6.bindv6only=1 for squeeze

2009-12-30 Thread Marco d'Itri
On Dec 30, Bernhard R. Link brl...@debian.org wrote: I routinely blacklist the ipv6 module. There are far too many programs breaking or doing stuff I do not want if it is loaded. I call bullshit on this. a) netstat garbling the addresses of connected endpoints This is one of the reasons

Re: automake and intermediate files generated by yacc, lex, valac

2009-12-30 Thread Guus Sliepen
On Wed, Dec 30, 2009 at 05:13:29PM +0900, Ansgar Burchardt wrote: But my goal is the opposite: I want to *force* automake to regenerate the files, and preferably not even include them in the distribution. The reason to include the autogenerated files is that while most UNIX based platforms

Re: where is /etc/hosts supposed to come from?

2009-12-30 Thread Gabor Gombas
On Tue, Dec 29, 2009 at 10:31:25PM +0100, Vincent Lefevre wrote: Well, the node name is unique. From that, you'll obtain the FQDN with either the obsolete function gethostbyname or the new POSIX function getaddrinfo (by using the AI_CANONNAME flag). POSIX says: If the AI_CANONNAME flag is

Re: where is /etc/hosts supposed to come from?

2009-12-30 Thread Gabor Gombas
On Wed, Dec 30, 2009 at 02:36:12AM +0100, Vincent Lefevre wrote: BTW, Debian defines /etc/mailname as containing the FQDN. So, this notion is explicitly defined on Debian, and one should expect hostname -f to return the same name (according to its documentation). What makes you think that

Re: where is /etc/hosts supposed to come from?

2009-12-30 Thread Gabor Gombas
On Wed, Dec 30, 2009 at 08:37:21AM +0100, Vincent Bernat wrote: If this is a real question, put: 127.0.1.1 fqdn nodename This seems a very acceptable way to give a FQDN to your laptop without relying on network. hostname -f and programs using a similar inner working will be able to

Re: where is /etc/hosts supposed to come from?

2009-12-30 Thread Philipp Kern
On 2009-12-29, Adam Borowski kilob...@angband.pl wrote: It's not hypothetical. IPv4 sucks so badly compared to IPv6 that once you switch your internal hosts to v6-only, you don't want to go back. You don't switch to v6-only, you switch to dual stack IPv4+IPv6. One point being that with a

Re: quilt 3.0 source format and dpkg-source/dpkg-buildpackage

2009-12-30 Thread Charles Plessy
Le Tue, Dec 29, 2009 at 08:27:56PM -0800, Russ Allbery a écrit : Charles Plessy ple...@debian.org writes: There were some concerns that applying patches through debian/rules could be a security hole. In my opinion – that I already expressed in the DEP1 discussion – given that 1)

Bug#563052: ITP: mono-fuse -- CLI binding for FUSE

2009-12-30 Thread Marco Nenciarini
Package: wnpp Severity: wishlist Owner: Marco Nenciarini mnen...@debian.org * Package name: mono-fuse Version : 0.4.2 Upstream Author : Jonathan Pryor jonpr...@vt.edu * URL : http://www.jprl.com/Projects/mono-fuse.html * License : MIT/X11 Programming Lang: C#

Re: quilt 3.0 source format and dpkg-source/dpkg-buildpackage

2009-12-30 Thread Andreas Metzler
Charles Plessy ple...@debian.org wrote: Le Tue, Dec 29, 2009 at 08:27:56PM -0800, Russ Allbery a écrit : Charles Plessy ple...@debian.org writes: [...] given that 1) dpkg-source will not extract packages that are not GPG-trusted, Eh? I'm fairly sure it does for me, although it prints a

Re: ITP: jdownloader -- download manager for one-click hosting sites

2009-12-30 Thread Piotr Lewandowski
* Benjamin Drung bdr...@ubuntu.com, 2009-12-23 22:01: JDownloader is open source (…) (…) JDownloader is absolutely free of charge (…) You don't need to include this in a package description (hint: DFSG). This package contains only a dektop file and a script, which will download and launch the

Re: quilt 3.0 source format and dpkg-source/dpkg-buildpackage

2009-12-30 Thread Charles Plessy
Le Wed, Dec 30, 2009 at 01:46:08PM +0100, Andreas Metzler a écrit : Charles Plessy ple...@debian.org wrote: Indeed I was wrong: dpkg-source will refuse to unnpack a package that is signed but the key is not available locally, however it will accept to unpack a package that is not signed.

Re: where is /etc/hosts supposed to come from?

2009-12-30 Thread Adam Borowski
On Wed, Dec 30, 2009 at 11:12:41AM +, Philipp Kern wrote: On 2009-12-29, Adam Borowski kilob...@angband.pl wrote: It's not hypothetical. IPv4 sucks so badly compared to IPv6 that once you switch your internal hosts to v6-only, you don't want to go back. You don't switch to v6-only,

Re: where is /etc/hosts supposed to come from?

2009-12-30 Thread Vincent Lefevre
On 2009-12-29 20:23:31 -0800, Russ Allbery wrote: I'm having a hard time figuring out what you think the canonical name of my laptop could possibly be, given that it has no static IP address and no DNS entry. It doesn't need to have a static IP, nor a DNS entry. In practice, it's whatever

Re: where is /etc/hosts supposed to come from?

2009-12-30 Thread Vincent Lefevre
On 2009-12-30 11:56:13 +0100, Gabor Gombas wrote: On Tue, Dec 29, 2009 at 10:31:25PM +0100, Vincent Lefevre wrote: Then you need to configure your machine according to the spec, i.e. you need a single FQDN / canonical name / official name of the host. If getaddrinfo(AI_CANONNAME) fails,

Re: quilt 3.0 source format and dpkg-source/dpkg-buildpackage

2009-12-30 Thread gregor herrmann
On Wed, 30 Dec 2009 22:09:51 +0900, Charles Plessy wrote: Indeed, I was doubly wrong. It is ‘dget -x’, not ‘dpkg-source -x’ that refuses to unpack signed packages whose key is not available. JFYI: This can be changed by setting DGET_VERIFY=no in ~/.devscripts . Cheers, gregor -- .''`.

Re: Bug#563004: ITP: procserv -- A process server with telnet console and log access

2009-12-30 Thread Ralph Lange
Hello, On Wed 30 Dec 2009 2:07:16 Frank Lin PIAT wrote: I am curious why ssh+screen can't do the job? It would be much more secure than telnet. It would be nice to add a note in the package description. Also it is much more à la unix to use two tools together to do one job, each one doing one

Re: where is /etc/hosts supposed to come from?

2009-12-30 Thread Bernd Eckenfels
In article 20091229135244.gc26...@xvii.vinc17.org you wrote: When the machine is correctly configured (i.e. really has a FQDN), hostname -f is reliable. But note that this is Debian-specific. It is not. It is net-tools specific, hostname -f uses gethostbyname. If you only want the node name,

Bug#563081: ITP: r5u87x -- firmware loader for cameras based on Ricoh R5U87x chipsets

2009-12-30 Thread David Jurenka
Package: wnpp Severity: wishlist Owner: David Jurenka debian@imx.jurenka.cz * Package name: r5u87x Version : 0.2+r62 Upstream Author : Alexander Hixon a...@alexhixon.com * URL : http://www.bitbucket.org/ahixon/r5u87x/ * License : GPLv2 Programming Lang: C

Re: where is /etc/hosts supposed to come from?

2009-12-30 Thread Henrique de Moraes Holschuh
On Tue, 29 Dec 2009, Russ Allbery wrote: If this is a real question, put: 127.0.1.1 fqdn nodename I think we're having some sort of fundamental misunderstanding or communications gap here. What FQDN do you think I should put there? Should I just make something up, like

Re: where is /etc/hosts supposed to come from?

2009-12-30 Thread Henrique de Moraes Holschuh
On Tue, 29 Dec 2009, Vincent Lefevre wrote: On 2009-12-29 17:44:31 +0100, Milan P. Stanic wrote: Mutt in testing/unstable use /etc/mailname. But not the official Mutt version. Who lets you configure the correct domain you want it to use for email addresses in its config files, although I

Re: where is /etc/hosts supposed to come from?

2009-12-30 Thread Henrique de Moraes Holschuh
On Wed, 30 Dec 2009, Henrique de Moraes Holschuh wrote: In truth, my laptop *does not have an FQDN*. The concept has no useful It must have, POSIX provided a way for apps to query it, and apps started doing that. So you need one. It will be an arbitrary one, but that's fine. Better

Re: where is /etc/hosts supposed to come from?

2009-12-30 Thread Henrique de Moraes Holschuh
On Wed, 30 Dec 2009, Philipp Kern wrote: You don't switch to v6-only, you switch to dual stack IPv4+IPv6. One point being that with a v6-only host you're totally unable to reach IPv4 sites without the help of application-level proxies. That's false. You can use protocol-level gateways, which

Re: automake and intermediate files generated by yacc, lex, valac

2009-12-30 Thread Henrique de Moraes Holschuh
On Tue, 29 Dec 2009, Ansgar Burchardt wrote: there are several tools that generate C source code that is later complied in object code, e.g. yacc, lex or valac. automake defaults to distribute these built intermediate files, so they are usually not regenerated during a build. [...] 1. What

Re: bug #561324: asking questions in postinst

2009-12-30 Thread Russ Allbery
Reinier Haasjes rein...@haasjes.com writes: This doesn't help with any of your other dependencies, just the dependency on debconf (or some other DCMS implementation). So if I understand correctly a (pre-)depend on host/dig won't help to make sure bind/dig is installed during the config

Re: automake and intermediate files generated by yacc, lex, valac

2009-12-30 Thread Paul Wise
Your question sounds like you want autotools to automatically rebuild the intermediary files when ./configure detects the requisite build-depends. I'd suggest discussing this autotools feature request on the upstream lists instead of here. From the debian/rules side of things; there isn't yet

Re: where is /etc/hosts supposed to come from?

2009-12-30 Thread Russ Allbery
Vincent Lefevre vinc...@vinc17.org writes: On 2009-12-29 20:23:31 -0800, Russ Allbery wrote: No, it's not. You have completely misunderstood the purpose of /etc/mailname. No, this is what is documented. You should RTFM. Er, yes, I have, several times. It's something that one does when one

Re: where is /etc/hosts supposed to come from?

2009-12-30 Thread Russ Allbery
Henrique de Moraes Holschuh h...@debian.org writes: On Tue, 29 Dec 2009, Russ Allbery wrote: In truth, my laptop *does not have an FQDN*. The concept has no useful It must have, POSIX provided a way for apps to query it, and apps started doing that. So you need one. It will be an

Re: where is /etc/hosts supposed to come from?

2009-12-30 Thread Russ Allbery
Henrique de Moraes Holschuh h...@debian.org writes: On Wed, 30 Dec 2009, Henrique de Moraes Holschuh wrote: In truth, my laptop *does not have an FQDN*. The concept has no useful It must have, POSIX provided a way for apps to query it, and apps started doing that. So you need one. It will

Re: where is /etc/hosts supposed to come from?

2009-12-30 Thread Vincent Bernat
OoO Pendant le temps de midi du mercredi 30 décembre 2009, vers 12:03, Gabor Gombas gomb...@sztaki.hu disait : If this is a real question, put: 127.0.1.1 fqdn nodename This seems a very acceptable way to give a FQDN to your laptop without relying on network. hostname -f and programs

Bug#563109: ITP: e17-modules-svn -- Misc plugins for the e17 window manager

2009-12-30 Thread Albin Tonnerre
Package: wnpp Severity: wishlist Owner: Albin Tonnerre lu...@debian.org * Package name: e17-modules-svn Version : 0.16.999.063 Upstream Author : e17 development team enlightenment-de...@lists.sourceforge.net * URL : http://www.enlightenment.org/ * License :

Re: Bug#563109: ITP: e17-modules-svn -- Misc plugins for the e17 window manager

2009-12-30 Thread Mike Hommey
On Wed, Dec 30, 2009 at 11:28:37PM +0100, Albin Tonnerre wrote: Package: wnpp Severity: wishlist Owner: Albin Tonnerre lu...@debian.org * Package name: e17-modules-svn Version : 0.16.999.063 Upstream Author : e17 development team

Bug#563116: ITP: rtgui -- A web based front-end for rTorrent

2009-12-30 Thread Dario Minnucci (midget)
Package: wnpp Severity: wishlist Owner: Dario Minnucci (midget) deb...@midworld.net -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 * Package name: rtgui Version : 0.2.7 Upstream Author : Simon Hall * URL : http://code.google.com/p/rtgui/ * License : GPL3

Re: where is /etc/hosts supposed to come from?

2009-12-30 Thread Brian May
On Wed, Dec 30, 2009 at 03:18:51PM -0200, Henrique de Moraes Holschuh wrote: I prefer to alocate such host names in a real domain, and give them just TXT records or 127.0.1.1 A records in some weird cases where I can't trust the box to not do idiotic things like go to the DNS bypassing the libc

Re: where is /etc/hosts supposed to come from?

2009-12-30 Thread Sam Morris
On Wed, 30 Dec 2009 21:28:52 +0100, Vincent Bernat wrote: OoO Pendant le temps de midi du mercredi 30 décembre 2009, vers 12:03, Gabor Gombas gomb...@sztaki.hu disait : If this is a real question, put: 127.0.1.1 fqdn nodename This seems a very acceptable way to give a FQDN to your

Bug#563131: ITP: libdebug-client-perl -- module to debug Perl programs remotely

2009-12-30 Thread Jonathan Yu
Package: wnpp Owner: Jonathan Yu jaw...@cpan.org Severity: wishlist X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org * Package name: libdebug-client-perl Version : 0.11 Upstream Author : Gabor Szabo * URL :

Bug#563133: ITP: libtemplate-tiny-perl -- lightweight implementation of Template Toolkit

2009-12-30 Thread Jonathan Yu
Package: wnpp Owner: Jonathan Yu jaw...@cpan.org Severity: wishlist X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org * Package name: libtemplate-tiny-perl Version : 0.09 Upstream Author : Adam Kennedy ad...@cpan.org * URL :

Accepted otrs2 2.4.5-4 (source all)

2009-12-30 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Dec 2009 09:36:45 +0100 Source: otrs2 Binary: otrs2 Architecture: source all Version: 2.4.5-4 Distribution: unstable Urgency: high Maintainer: Patrick Matthäi pmatth...@debian.org Changed-By: Patrick Matthäi

Accepted pgtap 0.23-1 (source amd64)

2009-12-30 Thread Pierre Chifflier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Dec 2009 11:08:22 +0100 Source: pgtap Binary: pgtap Architecture: source amd64 Version: 0.23-1 Distribution: unstable Urgency: low Maintainer: Pierre Chifflier pol...@debian.org Changed-By: Pierre Chifflier pol...@debian.org

Accepted jd 1:2.5.5-091228-2 (source i386)

2009-12-30 Thread Debian-JP
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Dec 2009 19:22:26 +0900 Source: jd Binary: jd Architecture: source i386 Version: 1:2.5.5-091228-2 Distribution: unstable Urgency: low Maintainer: Hideki Yamane (Debian-JP) henr...@debian.or.jp Changed-By: Hideki Yamane

Accepted onak 0.3.8-1 (source amd64)

2009-12-30 Thread Jonathan McDowell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 29 Dec 2009 16:42:23 + Source: onak Binary: onak Architecture: source amd64 Version: 0.3.8-1 Distribution: unstable Urgency: low Maintainer: Jonathan McDowell nood...@earth.li Changed-By: Jonathan McDowell nood...@earth.li

Accepted ttf-kochi 20030809-6 (source all)

2009-12-30 Thread Debian-JP
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Dec 2009 11:07:20 +0900 Source: ttf-kochi Binary: ttf-kochi-mincho ttf-kochi-gothic Architecture: source all Version: 20030809-6 Distribution: unstable Urgency: low Maintainer: GOTO Masanori go...@debian.org Changed-By:

Accepted plait 1.6.2-1 (source all)

2009-12-30 Thread David Symons
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Dec 2009 15:03:16 +1100 Source: plait Binary: plait Architecture: source all Version: 1.6.2-1 Distribution: unstable Urgency: low Maintainer: David Symons david.sym...@liberatedcomputing.net Changed-By: David Symons

Accepted xfconf 4.6.1-2 (source amd64)

2009-12-30 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 30 Dec 2009 12:56:57 +0100 Source: xfconf Binary: libxfconf-0-dev libxfconf-0-2 libxfconf-0-2-dbg xfconf Architecture: source amd64 Version: 4.6.1-2 Distribution: unstable Urgency: low Maintainer: Debian Xfce Maintainers

Accepted xml2rfc 1.34-1 (source all)

2009-12-30 Thread Daniel Kahn Gillmor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 03 Dec 2009 16:26:19 -0500 Source: xml2rfc Binary: xml2rfc Architecture: source all Version: 1.34-1 Distribution: unstable Urgency: low Maintainer: Daniel Kahn Gillmor d...@fifthhorseman.net Changed-By: Daniel Kahn Gillmor

Accepted doc-debian-es 2.6 (source all)

2009-12-30 Thread Santiago Vila
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 30 Dec 2009 12:46:30 +0100 Source: doc-debian-es Binary: doc-debian-es Architecture: source all Version: 2.6 Distribution: unstable Urgency: low Maintainer: Santiago Vila sanv...@debian.org Changed-By: Santiago Vila

Accepted istanbul 0.2.2-6 (source i386)

2009-12-30 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Dec 2009 13:20:28 +0100 Source: istanbul Binary: istanbul Architecture: source i386 Version: 0.2.2-6 Distribution: unstable Urgency: low Maintainer: Luca Bruno lu...@debian.org Changed-By: Luca Bruno lu...@debian.org

Accepted xserver-xorg-video-geode 2.11.6-3 (source i386)

2009-12-30 Thread Martin-Éric Racine
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Dec 2009 11:27:08 + Source: xserver-xorg-video-geode Binary: xserver-xorg-video-geode xserver-xorg-video-geode-dbg xserver-xorg-video-amd xserver-xorg-video-amd-dbg Architecture: source i386 Version: 2.11.6-3

Accepted gerris 20091109-dfsg.1-2 (source amd64)

2009-12-30 Thread Drew Parsons
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 28 Dec 2009 14:20:42 +1100 Source: gerris Binary: gerris libgfs-dev libgfs-dbg libgfs-1.3-2 gerris-mpi libgfs-mpi-dev libgfs-mpi-1.3-2 Architecture: source amd64 Version: 20091109-dfsg.1-2 Distribution: unstable Urgency: low

Accepted hplip 3.9.12-2 (source all i386)

2009-12-30 Thread Mark Purcell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 28 Dec 2009 16:36:32 +1100 Source: hplip Binary: hplip hplip-data hplip-gui hplip-dbg hplip-doc hpijs-ppds hpijs hplip-cups libhpmud0 libhpmud-dev Architecture: source all i386 Version: 3.9.12-2 Distribution: unstable Urgency:

Accepted libgtkada2 2.14.2-1 (source all amd64)

2009-12-30 Thread Ludovic Brenta
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 28 Dec 2009 15:24:01 +0100 Source: libgtkada2 Binary: libgtkada2.14.2-dev libgtkada2.14.2-dbg libgtkada2-bin libgnomeada2.14.2-dev libgnomeada2.14.2-dbg libgtkada2-doc libgtkada2.14.2 libgnomeada2.14.2 libgtkada-glade2.14.2

Accepted libpdfbox-java 1:0.7.3+dfsg-1 (source all)

2009-12-30 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 27 Dec 2009 21:32:11 +0100 Source: libpdfbox-java Binary: libpdfbox-java libpdfbox-java-doc Architecture: source all Version: 1:0.7.3+dfsg-1 Distribution: unstable Urgency: low Maintainer: gregor herrmann gre...@debian.org

Accepted asterisk-addons 1.6.2.0-1 (source i386)

2009-12-30 Thread Faidon Liambotis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 29 Dec 2009 09:09:51 +0200 Source: asterisk-addons Binary: asterisk-mysql asterisk-mp3 asterisk-ooh323c asterisk-mobile Architecture: source i386 Version: 1.6.2.0-1 Distribution: unstable Urgency: low Maintainer: Debian VoIP

Accepted poppler-data 0.4.0-1 (source all)

2009-12-30 Thread Debian-JP
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 30 Dec 2009 10:30:20 +0900 Source: poppler-data Binary: poppler-data Architecture: source all Version: 0.4.0-1 Distribution: unstable Urgency: low Maintainer: Hideki Yamane (Debian-JP) henr...@debian.or.jp Changed-By: Hideki

Accepted biloba 0.6-4 (source all amd64)

2009-12-30 Thread Ricardo Mones
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Dec 2009 13:12:22 +0100 Source: biloba Binary: biloba biloba-data Architecture: source amd64 all Version: 0.6-4 Distribution: unstable Urgency: low Maintainer: Ricardo Mones mo...@debian.org Changed-By: Ricardo Mones

Accepted dcap 1.2.44-2 (source amd64)

2009-12-30 Thread Mattias Ellert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 25 Dec 2009 09:27:03 +0100 Source: dcap Binary: dcap libdcap1 dcap-dev dcap-tunnel-gsi dcap-tunnel-krb dcap-tunnel-ssl dcap-tunnel-telnet Architecture: source amd64 Version: 1.2.44-2 Distribution: unstable Urgency: low

Accepted gwakeonlan 0.3-1 (source all)

2009-12-30 Thread Fabio Castelli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 26 Dec 2009 17:29:40 +0100 Source: gwakeonlan Binary: gwakeonlan Architecture: source all Version: 0.3-1 Distribution: unstable Urgency: low Maintainer: Fabio Castelli mufl...@vbsimple.net Changed-By: Fabio Castelli

Accepted libcatalyst-action-rest-perl 0.80-1 (source all)

2009-12-30 Thread Jonathan Yu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 25 Dec 2009 19:28:02 -0500 Source: libcatalyst-action-rest-perl Binary: libcatalyst-action-rest-perl Architecture: source all Version: 0.80-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted multiboot 0.6.96-1 (source all)

2009-12-30 Thread Robert Millan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 24 Dec 2009 18:50:23 +0100 Source: multiboot Binary: multiboot Architecture: source all Version: 0.6.96-1 Distribution: unstable Urgency: low Maintainer: GRUB Maintainers pkg-grub-de...@lists.alioth.debian.org Changed-By: Robert

Accepted rainbow 0.8.6-1 (source all i386)

2009-12-30 Thread Luke Faraone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 23 Dec 2009 15:10:58 -0500 Source: rainbow Binary: rainbow libnss-rainbow2 python-rainbow Architecture: source all i386 Version: 0.8.6-1 Distribution: unstable Urgency: low Maintainer: Luke Faraone l...@faraone.cc Changed-By:

Accepted clamfs 1.0.1-1 (source i386)

2009-12-30 Thread Krzysztof Burghardt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Dec 2009 13:50:50 +0100 Source: clamfs Binary: clamfs Architecture: source i386 Version: 1.0.1-1 Distribution: unstable Urgency: low Maintainer: Krzysztof Burghardt krzysz...@burghardt.pl Changed-By: Krzysztof Burghardt

Accepted yajl 1.0.8-1 (source i386 all)

2009-12-30 Thread John Stamp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 26 Dec 2009 16:40:49 -0800 Source: yajl Binary: libyajl1 libyajl-dev libyajl-doc libyajl1-dbg yajl-tools Architecture: source i386 all Version: 1.0.8-1 Distribution: unstable Urgency: low Maintainer: John Stamp

Accepted ziproxy 2.7.2-1 (source i386)

2009-12-30 Thread Marcos Talau
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 07 Dec 2009 23:03:54 -0200 Source: ziproxy Binary: ziproxy Architecture: source i386 Version: 2.7.2-1 Distribution: unstable Urgency: low Maintainer: Marcos Talau marcosta...@gmail.com Changed-By: Marcos Talau

Accepted zsh-beta 4.3.10-dev-1+20091228-1 (source all)

2009-12-30 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 30 Dec 2009 10:19:35 -0500 Source: zsh-beta Binary: zsh-beta zsh-beta-doc zsh-beta-static Architecture: source all Version: 4.3.10-dev-1+20091228-1 Distribution: unstable Urgency: low Maintainer: Clint Adams sch...@debian.org

Accepted ggz-server 0.0.14.1-1.4 (source i386)

2009-12-30 Thread Christoph Egger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 28 Dec 2009 16:31:01 +0100 Source: ggz-server Binary: ggzd ggz-game-servers libggzdmod6 libggzdmod-dev libggzdmod++1 libggzdmod++-dev Architecture: source i386 Version: 0.0.14.1-1.4 Distribution: unstable Urgency: low

Accepted libxml-xpath-perl 1.13-7 (source all)

2009-12-30 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 30 Dec 2009 18:35:55 +0900 Source: libxml-xpath-perl Binary: libxml-xpath-perl Architecture: source all Version: 1.13-7 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted libjavascript-perl 1.14-1 (source i386)

2009-12-30 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 30 Dec 2009 17:13:25 +0100 Source: libjavascript-perl Binary: libjavascript-perl Architecture: source i386 Version: 1.14-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted libwww-curl-perl 4.11-1 (source i386)

2009-12-30 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 30 Dec 2009 17:31:03 +0100 Source: libwww-curl-perl Binary: libwww-curl-perl Architecture: source i386 Version: 4.11-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted libdevel-nytprof-perl 3.01-1 (source i386)

2009-12-30 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 30 Dec 2009 18:06:35 +0100 Source: libdevel-nytprof-perl Binary: libdevel-nytprof-perl Architecture: source i386 Version: 3.01-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted php-gettext 1.0.9-1 (source all)

2009-12-30 Thread metal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Dec 2009 14:02:58 -0200 Source: php-gettext Binary: php-gettext Architecture: source all Version: 1.0.9-1 Distribution: unstable Urgency: low Maintainer: Marcelo Jorge Vieira (metal) me...@alucinados.com Changed-By: Marcelo

Accepted afflib 3.5.5+dfsg-1 (source i386)

2009-12-30 Thread Michael Prokop
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Dec 2009 18:24:46 +0100 Source: afflib Binary: libafflib0 libafflib-dev afflib-dbg afflib-tools Architecture: source i386 Version: 3.5.5+dfsg-1 Distribution: unstable Urgency: low Maintainer: Debian Forensics

Accepted qbittorrent 2.0.4-1 (source i386)

2009-12-30 Thread Cristian Greco
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 30 Dec 2009 18:50:49 +0100 Source: qbittorrent Binary: qbittorrent Architecture: source i386 Version: 2.0.4-1 Distribution: unstable Urgency: low Maintainer: Cristian Greco crist...@regolo.cc Changed-By: Cristian Greco

Accepted timidity 2.13.2-37 (source all amd64)

2009-12-30 Thread Joost Yervante Damad
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Dec 2009 16:32:31 +0100 Source: timidity Binary: timidity timidity-interfaces-extra timidity-el timidity-daemon Architecture: source all amd64 Version: 2.13.2-37 Distribution: unstable Urgency: low Maintainer: Joost Yervante

Accepted libtest-trap-perl 0.2.1-1 (source all)

2009-12-30 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 30 Dec 2009 19:16:48 +0100 Source: libtest-trap-perl Binary: libtest-trap-perl Architecture: source all Version: 0.2.1-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted xfce4-panel 4.6.3-1 (source amd64)

2009-12-30 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 30 Dec 2009 19:38:15 +0100 Source: xfce4-panel Binary: xfce4-panel xfce4-panel-dev xfce4-panel-dbg Architecture: source amd64 Version: 4.6.3-1 Distribution: unstable Urgency: low Maintainer: Debian Xfce Maintainers

Accepted ilisp 5.12.0+cvs.2004.12.26-7 (source all)

2009-12-30 Thread Barak A. Pearlmutter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Dec 2009 11:51:43 +0100 Source: ilisp Binary: ilisp ilisp-doc Architecture: source all Version: 5.12.0+cvs.2004.12.26-7 Distribution: unstable Urgency: low Maintainer: Barak A. Pearlmutter b...@debian.org Changed-By: Barak A.

Accepted amideco 0.31e-3.1 (source i386)

2009-12-30 Thread Barry deFreese
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 23 Dec 2009 15:19:51 -0500 Source: amideco Binary: amideco Architecture: source i386 Version: 0.31e-3.1 Distribution: unstable Urgency: low Maintainer: Uwe Hermann u...@debian.org Changed-By: Barry deFreese bdefre...@debian.org

Accepted trac-mercurial 0.11.0.7+svnr8365-2 (source all)

2009-12-30 Thread Christoph Egger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 16 Sep 2009 13:02:30 +0200 Source: trac-mercurial Binary: trac-mercurial Architecture: source all Version: 0.11.0.7+svnr8365-2 Distribution: unstable Urgency: low Maintainer: Christoph Egger christ...@debian.org Changed-By:

Accepted awardeco 0.2-3.1 (source i386)

2009-12-30 Thread Barry deFreese
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 23 Dec 2009 15:48:47 -0500 Source: awardeco Binary: awardeco Architecture: source i386 Version: 0.2-3.1 Distribution: unstable Urgency: low Maintainer: Uwe Hermann u...@debian.org Changed-By: Barry deFreese bdefre...@debian.org

Accepted jajuk 1.8.4~svn5628-1 (source all)

2009-12-30 Thread Damien Raude-Morvan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Dec 2009 22:08:36 +0100 Source: jajuk Binary: jajuk Architecture: source all Version: 1.8.4~svn5628-1 Distribution: unstable Urgency: low Maintainer: Debian Java maintainers pkg-java-maintain...@lists.alioth.debian.org

Accepted libjaudiotagger-java 2.0.0-1 (source all)

2009-12-30 Thread Damien Raude-Morvan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Dec 2009 21:58:38 +0100 Source: libjaudiotagger-java Binary: libjaudiotagger-java Architecture: source all Version: 2.0.0-1 Distribution: unstable Urgency: low Maintainer: Debian Java Maintainers

Accepted libswingx-java 1:1.6-1 (source all)

2009-12-30 Thread Damien Raude-Morvan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Dec 2009 21:58:46 +0100 Source: libswingx-java Binary: libswingx-java libswingx-java-doc Architecture: source all Version: 1:1.6-1 Distribution: unstable Urgency: low Maintainer: Debian Java Maintainers

Accepted cvsd 1.0.17 (source i386)

2009-12-30 Thread Arthur de Jong
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Dec 2009 22:00:00 +0100 Source: cvsd Binary: cvsd Architecture: source i386 Version: 1.0.17 Distribution: unstable Urgency: low Maintainer: Arthur de Jong adej...@debian.org Changed-By: Arthur de Jong adej...@debian.org

Accepted graphviz 2.20.2-7 (source all i386)

2009-12-30 Thread Christoph Egger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 30 Dec 2009 22:56:41 +0100 Source: graphviz Binary: graphviz libgv-guile libgv-lua libgv-ocaml libgv-perl libgv-php5 libgv-python libgv-ruby libgv-tcl libgraphviz4 libgraphviz-dev graphviz-doc graphviz-dev Architecture:

Accepted libjakarta-poi-java 3.6+dfsg-1 (source all)

2009-12-30 Thread Damien Raude-Morvan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Dec 2009 23:18:25 +0100 Source: libjakarta-poi-java Binary: libjakarta-poi-java libjakarta-poi-java-doc Architecture: source all Version: 3.6+dfsg-1 Distribution: unstable Urgency: low Maintainer: Debian Java Maintainers

Accepted postgresql-common 103 (source all)

2009-12-30 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Dec 2009 23:06:10 +0100 Source: postgresql-common Binary: postgresql-common postgresql-client-common Architecture: source all Version: 103 Distribution: unstable Urgency: low Maintainer: Martin Pitt mp...@debian.org

Accepted fontconfig 2.8.0-1.1 (source all amd64)

2009-12-30 Thread Cyril Brulebois
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Dec 2009 23:36:50 +0100 Source: fontconfig Binary: fontconfig fontconfig-config fontconfig-udeb libfontconfig1-dev libfontconfig1 libfontconfig1-dbg Architecture: source all amd64 Version: 2.8.0-1.1 Distribution: unstable

Accepted octave-financial 0.3.2-1 (source amd64)

2009-12-30 Thread Thomas Weber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 28 Dec 2009 22:22:49 +0100 Source: octave-financial Binary: octave-financial Architecture: source amd64 Version: 0.3.2-1 Distribution: unstable Urgency: low Maintainer: Debian Octave Group

Accepted octave-fixed 0.7.10-2 (source amd64)

2009-12-30 Thread Thomas Weber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 02 Dec 2009 23:40:46 +0100 Source: octave-fixed Binary: octave-fixed Architecture: source amd64 Version: 0.7.10-2 Distribution: unstable Urgency: low Maintainer: Debian Octave Group pkg-octave-de...@lists.alioth.debian.org

Accepted octave-fpl 0.1.6-2 (source all)

2009-12-30 Thread Thomas Weber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 11 Nov 2009 22:42:57 +0100 Source: octave-fpl Binary: octave-fpl Architecture: source all Version: 0.1.6-2 Distribution: unstable Urgency: low Maintainer: Debian Octave Group pkg-octave-de...@lists.alioth.debian.org Changed-By:

Accepted octave-ftp 1.0.2-4 (source amd64)

2009-12-30 Thread Thomas Weber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 03 Dec 2009 22:59:33 +0100 Source: octave-ftp Binary: octave-ftp Architecture: source amd64 Version: 1.0.2-4 Distribution: unstable Urgency: low Maintainer: Debian Octave Group pkg-octave-de...@lists.alioth.debian.org

Accepted octave-ga 0.9.7-1 (source all)

2009-12-30 Thread Thomas Weber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 03 Dec 2009 23:32:44 +0100 Source: octave-ga Binary: octave-ga Architecture: source all Version: 0.9.7-1 Distribution: unstable Urgency: low Maintainer: Debian Octave Group pkg-octave-de...@lists.alioth.debian.org Changed-By:

Accepted octave-general 1.1.3-2 (source amd64)

2009-12-30 Thread Thomas Weber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 04 Dec 2009 00:37:35 +0100 Source: octave-general Binary: octave-general Architecture: source amd64 Version: 1.1.3-2 Distribution: unstable Urgency: low Maintainer: Debian Octave Group pkg-octave-de...@lists.alioth.debian.org

Accepted octave-gsl 1.0.8-2 (source amd64)

2009-12-30 Thread Thomas Weber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 04 Dec 2009 00:54:24 +0100 Source: octave-gsl Binary: octave-gsl Architecture: source amd64 Version: 1.0.8-2 Distribution: unstable Urgency: low Maintainer: Debian Octave Group pkg-octave-de...@lists.alioth.debian.org

Accepted octave-ident 1.0.7-2 (source all)

2009-12-30 Thread Thomas Weber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 05 Dec 2009 01:00:27 +0100 Source: octave-ident Binary: octave-ident Architecture: source all Version: 1.0.7-2 Distribution: unstable Urgency: low Maintainer: Debian Octave Group pkg-octave-de...@lists.alioth.debian.org

  1   2   >