Re: On init in Debian

2012-03-29 Thread Miles Bader
Carlos Alberto Lopez Perez clo...@igalia.com writes: $ sudo apt-get remove network-manager* $ sudo apt-get install wicd wicd-curses wicd-gtk ^ wicd-kde ? $ wicd-curses And enjoy your network without the NM mess :) ... unless, of course, you're using

Re: On init in Debian

2012-03-29 Thread Svante Signell
On Thu, 2012-03-29 at 15:35 +0900, Miles Bader wrote: Carlos Alberto Lopez Perez clo...@igalia.com writes: $ sudo apt-get remove network-manager* $ sudo apt-get install wicd wicd-curses wicd-gtk ^ wicd-kde ? $ wicd-curses And enjoy your network

Re: On init in Debian

2012-03-29 Thread Vincent Lefevre
On 2012-03-29 02:43:33 +0200, Carlos Alberto Lopez Perez wrote: $ sudo apt-get remove network-manager* $ sudo apt-get install wicd wicd-curses wicd-gtk ^ wicd-kde ? $ wicd-curses And enjoy your network without the NM mess :) Well, wicd has its own

Re: On init in Debian

2012-03-29 Thread Mike Hommey
On Thu, Mar 29, 2012 at 10:09:57AM +0200, Vincent Lefevre wrote: On 2012-03-29 02:43:33 +0200, Carlos Alberto Lopez Perez wrote: $ sudo apt-get remove network-manager* $ sudo apt-get install wicd wicd-curses wicd-gtk ^ wicd-kde ? $ wicd-curses

[OT] NM vs. wicd (was: Re: On init in Debian)

2012-03-29 Thread Philip Hands
On Thu, 29 Mar 2012 10:20:50 +0200, Mike Hommey m...@glandium.org wrote: ... I could file bugs, but I have so many problems that I'm better off switching to NM. Well, that's constructive -- well done. I think you'll find that there are two groups of users (at least), one that is relatively

Re: test /etc/init.d/MyPackage start before shipping, please

2012-03-29 Thread Jon Dowland
On Sat, Mar 24, 2012 at 10:32:00AM +0800, jida...@jidanni.org wrote: It doesn't matter who is to blame. A simple /etc/init.d/... start test could catch such grave bugs before they hit the user. Who is to blame could be figured out internally. Of course it matters. If you don't understand the

Re: [OT] NM vs. wicd (was: Re: On init in Debian)

2012-03-29 Thread Vincent Lefevre
On 2012-03-29 11:15:30 +0100, Philip Hands wrote: I'd only use either to make flipping between wireless networks something where I don't need to keep the comandline incantations in my head anyway, so the last thing I need is NM noticing that I've plugged or unplugged an ethernet cable, and

Bug#666192: ITP: librostlab -- C++ library from the Rost Lab

2012-03-29 Thread Laszlo Kajan
Package: wnpp Severity: wishlist Owner: Laszlo Kajan lka...@rostlab.org * Package name: librostlab Version : 1.0.20 Upstream Author : Laszlo Kajan lka...@rostlab.org * URL : http://rostlab.org/ * License : LGPL-3+ Programming Lang: C++ Description : C++

Bug#666193: ITP: librostlab-blast -- very fast C++ library for parsing NCBI BLAST output

2012-03-29 Thread Laszlo Kajan
Package: wnpp Severity: wishlist Owner: Laszlo Kajan lka...@rostlab.org * Package name: librostlab-blast Version : 1.0.0 Upstream Author : Laszlo Kajan lka...@rostlab.org * URL : http://rostlab.org/ * License : LGPL Programming Lang: C, C++ Description

Bug#666194: ITP: librg-blast-parser-perl -- very fast NCBI BLAST parser - binding for perl

2012-03-29 Thread Laszlo Kajan
Package: wnpp Severity: wishlist Owner: Laszlo Kajan lka...@rostlab.org * Package name: librg-blast-parser-perl Version : 0.02 Upstream Author : Laszlo Kajan lka...@rostlab.org * URL : http://rostlab.org/ * License : Artistic Programming Lang: Perl

Re: gconftool

2012-03-29 Thread Thomas Goirand
On 03/24/2012 07:17 AM, Michael Banck wrote: This is a development list, please discuss user support issues or general usage questions on debian-user. I don't see his rant against the gnome settings as a support issue or general usage. By the way, I agree with him about the fact gnome

Re: [OT] NM vs. wicd (was: Re: On init in Debian)

2012-03-29 Thread The Fungi
On 2012-03-29 11:15:30 +0100 (+0100), Philip Hands wrote: [...] I'd only use either to make flipping between wireless networks something where I don't need to keep the comandline incantations in my head [...] And indeed, I just keep the commandline incantations in my head for ifupdown,

Re: gconftool

2012-03-29 Thread David Weinehall
On Fri, Mar 30, 2012 at 12:13:55AM +0800, Thomas Goirand wrote: On 03/24/2012 07:17 AM, Michael Banck wrote: This is a development list, please discuss user support issues or general usage questions on debian-user. I don't see his rant against the gnome settings as a support issue or

dpkg-buildpackage now sets DEB_BUILD_HOST etc for you?

2012-03-29 Thread Wookey
I recently noticed that when building with dpkg-buildpackage there is no need for the DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) boilerplate in debian/rules You can just do the test: ifeq

Re: dpkg-buildpackage now sets DEB_BUILD_HOST etc for you?

2012-03-29 Thread Jonathan Nieder
Hi Wookey, Wookey wrote: I recently noticed that when building with dpkg-buildpackage there is no need for the DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) Don't you mean ?=? [...] You

Re: dpkg-buildpackage now sets DEB_BUILD_HOST etc for you?

2012-03-29 Thread Raphael Hertzog
Hi, On Thu, 29 Mar 2012, Wookey wrote: Anyone know when this happened and what if any, the limitations are? It's certainly true in wheezy, squeeze, precise and oineiric. This has always been the case ever since dpkg-architecture has been introduced. But you should not rely on this because

re: dpkg-buildpackage now sets DEB_BUILD_HOST etc for you?

2012-03-29 Thread peter green
Now, you can build packages without using dpkg-buildpackage by calling rules directly, and in that case the rules file would need to call dpkg-architecture, but someone would have to convince me that that was an interface worth supporting for non-native builds The big reason it's worth

Re: gconftool

2012-03-29 Thread Philipp Kern
On Fri, Mar 30, 2012 at 12:13:55AM +0800, Thomas Goirand wrote: On 03/24/2012 07:17 AM, Michael Banck wrote: This is a development list, please discuss user support issues or general usage questions on debian-user. I don't see his rant against the gnome settings as a support issue or

Re: dpkg-buildpackage now sets DEB_BUILD_HOST etc for you?

2012-03-29 Thread Julien Cristau
On Thu, Mar 29, 2012 at 19:10:05 +0100, Wookey wrote: Should a package depending on this behaviour build-dep on a particular dpkg version? As it already works in build-essential in stable do the same rules apply as essential packages in stable (i.e no explicit dependency required)? That would

Re: On init in Debian

2012-03-29 Thread Russ Allbery
Mike Hommey m...@glandium.org writes: On Thu, Mar 29, 2012 at 10:09:57AM +0200, Vincent Lefevre wrote: Well, wicd has its own bugs, such as preventing a laptop from suspending. Works for me; I've never had any trouble at all suspending my laptop and I've been using wicd for years. (The

Bug#664257: Email Id Awarded 750,000.00 GBP in Coca Cola Promo Prize. Provide Info for claims

2012-03-29 Thread CLINT HEAD
Provide:: Names:.. e.t.c..

Re: dpkg-buildpackage now sets DEB_BUILD_HOST etc for you?

2012-03-29 Thread Wookey
+++ Raphael Hertzog [2012-03-29 21:06 +0200]: Hi, On Thu, 29 Mar 2012, Wookey wrote: Anyone know when this happened and what if any, the limitations are? It's certainly true in wheezy, squeeze, precise and oineiric. This has always been the case ever since dpkg-architecture has been

Re: gconftool

2012-03-29 Thread Svante Signell
On Thu, 2012-03-29 at 21:38 +0200, Philipp Kern wrote: On Fri, Mar 30, 2012 at 12:13:55AM +0800, Thomas Goirand wrote: On 03/24/2012 07:17 AM, Michael Banck wrote: This is a development list, please discuss user support issues or general usage questions on debian-user. I don't see his

Bug#666224: ITP: peg -- recursive-descent parser generators for C

2012-03-29 Thread Giulio Paci
Package: wnpp Severity: wishlist Owner: Giulio Paci giuliop...@gmail.com * Package name: peg Version : 0.1.7 Upstream Author : Ian Piumarta i...@piumarta.com * URL : http://piumarta.com/software/peg/ * License : MIT/X Programming Lang: C Description :

Re: On init in Debian

2012-03-29 Thread Milan P. Stanic
On Thu, 2012-03-29 at 13:07, Russ Allbery wrote: Mike Hommey m...@glandium.org writes: On Thu, Mar 29, 2012 at 10:09:57AM +0200, Vincent Lefevre wrote: Well, wicd has its own bugs, such as preventing a laptop from suspending. Works for me; I've never had any trouble at all suspending my

Bug#666229: ITP: igtf-policy-bundle -- IGTF profiles for Authority Root Certificates

2012-03-29 Thread Dennis van Dok
Package: wnpp Severity: wishlist Owner: Dennis van Dok denni...@nikhef.nl * Package name: igtf-policy-bundle Version : 1.46 Upstream Author : David Groep i...@eugridpma.org * URL : http://www.igtf.net/ * License : Apache 2 Programming Lang: X.509 CA

Bug#666242: ITP: clearwaita-theme -- Clearwaita theme for GTK+

2012-03-29 Thread Andrew Shadura
Package: wnpp Severity: wishlist Owner: Andrew Shadura bugzi...@tut.by * Package name: clearwaita-theme Upstream Author : Jean-Philippe Fleury * URL : http://www.jpfleury.net/en/software/clearwaita.php * License : GPL-3+ Description : Clearwaita theme for GTK+

Work-needing packages report for Mar 30, 2012

2012-03-29 Thread wnpp
The following is a listing of packages for which help has been requested through the WNPP (Work-Needing and Prospective Packages) system in the last week. Total number of orphaned packages: 432 (new: 2) Total number of packages offered up for adoption: 152 (new: 2) Total number of packages

Re: On init in Debian

2012-03-29 Thread Carlos Alberto Lopez Perez
On 19/03/12 14:23, Jon Dowland wrote: I just had a look, and no, that's not what metainit does. What it does is *generating* an init.d script, using the metainit syntax as input. IMO, just a normal shell script tiny library to simplify our init.d scripts would be enough. So it does more

Re: On init in Debian

2012-03-29 Thread Carlos Alberto Lopez Perez
On 20/03/12 07:14, Tollef Fog Heen wrote: FWIW, I have a proposal for a GSoC task this year to write a systemd-to-initscript converter, http://wiki.debian.org/SummerOfCode2012/Projects#SysV-init_file_creator_from_systemd_service_files The systemd service files are covered by the «interface

[OT] NM vs. wicd (was: Re: On init in Debian)

2012-03-29 Thread Chris Knadle
On Thursday, March 29, 2012 04:09:57, Vincent Lefevre wrote: On 2012-03-29 02:43:33 +0200, Carlos Alberto Lopez Perez wrote: $ sudo apt-get remove network-manager* $ sudo apt-get install wicd wicd-curses wicd-gtk ^ wicd-kde ? $ wicd-curses

Accepted colord 0.1.18-1 (source amd64)

2012-03-29 Thread Christopher James Halse Rogers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 01 Mar 2012 17:33:00 +1100 Source: colord Binary: libcolord-dev libcolord1 colord gir1.2-colord-1.0 Architecture: source amd64 Version: 0.1.18-1 Distribution: unstable Urgency: low Maintainer: Christopher James Halse Rogers

Accepted qrencode 3.2.0-1 (source amd64)

2012-03-29 Thread NIIBE Yutaka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 29 Mar 2012 14:34:17 +0900 Source: qrencode Binary: qrencode libqrencode3 libqrencode-dev Architecture: source amd64 Version: 3.2.0-1 Distribution: unstable Urgency: low Maintainer: NIIBE Yutaka gni...@fsij.org Changed-By:

Accepted iceowl 1.3-5 (source i386)

2012-03-29 Thread Guido Günther
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 28 Mar 2012 18:35:42 +0200 Source: iceowl Binary: iceowl iceowl-dbg Architecture: source i386 Version: 1.3-5 Distribution: experimental Urgency: low Maintainer: Guido Günther a...@sigxcpu.org Changed-By: Guido Günther

Accepted aj-snapshot 0.9.6-1 (source amd64)

2012-03-29 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 29 Mar 2012 11:04:30 +0200 Source: aj-snapshot Binary: aj-snapshot Architecture: source amd64 Version: 0.9.6-1 Distribution: unstable Urgency: low Maintainer: Debian Multimedia Maintainers

Accepted gnome-icon-theme 3.4.0-1 (source all)

2012-03-29 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 29 Mar 2012 10:46:27 +0200 Source: gnome-icon-theme Binary: gnome-icon-theme Architecture: source all Version: 3.4.0-1 Distribution: experimental Urgency: low Maintainer: Josselin Mouette j...@debian.org Changed-By: Michael

Accepted xfce4-power-manager 1.0.11-1 (source all amd64)

2012-03-29 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 29 Mar 2012 10:49:47 +0200 Source: xfce4-power-manager Binary: xfce4-power-manager xfce4-power-manager-data xfce4-power-manager-plugins Architecture: source amd64 all Version: 1.0.11-1 Distribution: unstable Urgency: low

Accepted fossil 1:1.22.1-1 (source amd64)

2012-03-29 Thread Barak A. Pearlmutter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 29 Mar 2012 09:34:00 +0100 Source: fossil Binary: fossil Architecture: source amd64 Version: 1:1.22.1-1 Distribution: unstable Urgency: low Maintainer: Barak A. Pearlmutter b...@debian.org Changed-By: Barak A. Pearlmutter

Accepted mpg123 1.13.7-2 (source amd64)

2012-03-29 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 29 Mar 2012 11:42:59 +0200 Source: mpg123 Binary: mpg123 libmpg123-0 libmpg123-dev Architecture: source amd64 Version: 1.13.7-2 Distribution: experimental Urgency: low Maintainer: Debian Multimedia Maintainers

Accepted tumbler 0.1.24-1 (source all amd64)

2012-03-29 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 29 Mar 2012 11:14:19 +0200 Source: tumbler Binary: tumbler tumbler-plugins-extra tumbler-common libtumbler-1-0 libtumbler-1-dev libtumbler-1-dbg Architecture: source amd64 all Version: 0.1.24-1 Distribution: unstable Urgency:

Accepted firebird2.5 2.5.2~svn+54226.ds4-1 (source all amd64)

2012-03-29 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 29 Mar 2012 12:55:18 +0300 Source: firebird2.5 Binary: firebird2.5-super firebird2.5-classic firebird2.5-superclassic libfbclient2 libfbembed2.5 libib-util firebird2.5-common firebird2.5-server-common

Accepted glibmm2.4 2.31.22-1 (source all amd64)

2012-03-29 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 29 Mar 2012 10:26:00 +0200 Source: glibmm2.4 Binary: libglibmm-2.4-1c2a libglibmm-2.4-dev libglibmm-2.4-dbg libglibmm-2.4-doc Architecture: source all amd64 Version: 2.31.22-1 Distribution: experimental Urgency: low

Accepted gnome-icon-theme-symbolic 3.4.0-1 (source all)

2012-03-29 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 29 Mar 2012 12:10:41 +0200 Source: gnome-icon-theme-symbolic Binary: gnome-icon-theme-symbolic Architecture: source all Version: 3.4.0-1 Distribution: experimental Urgency: low Maintainer: Debian GNOME Maintainers

Accepted mysql-workbench 5.2.38+dfsg-2 (source i386 all)

2012-03-29 Thread Dmitry Smirnov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 27 Mar 2012 21:57:45 +1100 Source: mysql-workbench Binary: mysql-workbench mysql-workbench-data Architecture: source i386 all Version: 5.2.38+dfsg-2 Distribution: unstable Urgency: low Maintainer: Dmitry Smirnov

Accepted libapache2-mod-geoip 1.2.7-1 (source amd64)

2012-03-29 Thread Nigel Jones
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 29 Mar 2012 11:25:43 +1300 Source: libapache2-mod-geoip Binary: libapache2-mod-geoip Architecture: source amd64 Version: 1.2.7-1 Distribution: unstable Urgency: low Maintainer: Nigel Jones d...@nigelj.com Changed-By: Nigel

Accepted aiccu 20070115-15 (source amd64)

2012-03-29 Thread Reinier Haasjes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 26 Mar 2012 12:54:54 +0200 Source: aiccu Binary: aiccu Architecture: source amd64 Version: 20070115-15 Distribution: unstable Urgency: low Maintainer: Reinier Haasjes rein...@haasjes.com Changed-By: Reinier Haasjes

Accepted netkit-ftp 0.17-26 (source i386)

2012-03-29 Thread Mats Erik Andersson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 28 Mar 2012 01:29:24 +0200 Source: netkit-ftp Binary: ftp Architecture: source i386 Version: 0.17-26 Distribution: unstable Urgency: low Maintainer: Alberto Gonzalez Iniesta a...@inittab.org Changed-By: Mats Erik Andersson

Accepted mpg123 1.13.7-3 (source amd64)

2012-03-29 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 29 Mar 2012 14:13:02 +0200 Source: mpg123 Binary: mpg123 libmpg123-0 libmpg123-dev Architecture: source amd64 Version: 1.13.7-3 Distribution: experimental Urgency: low Maintainer: Debian Multimedia Maintainers

Accepted gwyddion 2.26-2 (source all amd64)

2012-03-29 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 29 Mar 2012 08:47:46 +0200 Source: gwyddion Binary: gwyddion gwyddion-common gwyddion-plugins libgwyddion2-0 libgwyddion20-dev libgwyddion20-doc Architecture: source all amd64 Version: 2.26-2 Distribution: unstable Urgency: low

Accepted at-spi2-core 2.4.0-1 (source all amd64)

2012-03-29 Thread Jordi Mallach
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 29 Mar 2012 15:18:23 +0200 Source: at-spi2-core Binary: at-spi2-core at-spi2-core-dbg libatspi2.0-0 libatspi2.0-dev libatspi2.0-0-dbg gir1.2-atspi-2.0 at-spi2-doc Architecture: source amd64 all Version: 2.4.0-1 Distribution:

Accepted at-spi2-atk 2.4.0-1 (source amd64)

2012-03-29 Thread Jordi Mallach
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 29 Mar 2012 15:48:06 +0200 Source: at-spi2-atk Binary: libatk-adaptor libatk-adaptor-dbg libatk-adaptor-schemas Architecture: source amd64 Version: 2.4.0-1 Distribution: unstable Urgency: low Maintainer: Debian Accessibility

Accepted bzr-email 0.0.1~bzr57-1 (source all)

2012-03-29 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 29 Mar 2012 16:34:55 +0200 Source: bzr-email Binary: bzr-email Architecture: source all Version: 0.0.1~bzr57-1 Distribution: unstable Urgency: low Maintainer: Debian Bazaar Maintainers pkg-bazaar-ma...@lists.alioth.debian.org

Accepted dulwich 0.8.5-1 (source amd64)

2012-03-29 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 29 Mar 2012 15:38:35 +0200 Source: dulwich Binary: python-dulwich python-dulwich-dbg Architecture: source amd64 Version: 0.8.5-1 Distribution: unstable Urgency: low Maintainer: Jelmer Vernooij jel...@debian.org Changed-By:

Accepted libarchive 3.0.4-1 (source amd64)

2012-03-29 Thread Andres Mejia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 29 Mar 2012 09:44:15 -0400 Source: libarchive Binary: libarchive-dev libarchive12 bsdtar bsdcpio Architecture: source amd64 Version: 3.0.4-1 Distribution: unstable Urgency: low Maintainer: Debian Libarchive Maintainers

Accepted libperlbal-xs-httpheaders-perl 0.20-2 (source amd64)

2012-03-29 Thread Jonathan Steinert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 29 Mar 2012 02:37:35 -0700 Source: libperlbal-xs-httpheaders-perl Binary: libperlbal-xs-httpheaders-perl Architecture: source amd64 Version: 0.20-2 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted libsemanage 2.1.6-5 (source all amd64)

2012-03-29 Thread Laurent Bigonville
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 29 Mar 2012 15:44:35 +0200 Source: libsemanage Binary: libsemanage-common libsemanage1 libsemanage1-dev ruby-semanage python-semanage libsemanage-ruby1.8 Architecture: source all amd64 Version: 2.1.6-5 Distribution: unstable

Accepted proda 1.0-8 (source amd64)

2012-03-29 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 29 Mar 2012 15:35:05 +0200 Source: proda Binary: proda Architecture: source amd64 Version: 1.0-8 Distribution: unstable Urgency: low Maintainer: Debian Med Packaging Team debian-med-packag...@lists.alioth.debian.org Changed-By:

Accepted sl 3.03-17 (source amd64)

2012-03-29 Thread Hiroyuki Yamamoto
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 28 Mar 2012 01:10:16 +0900 Source: sl Binary: sl Architecture: source amd64 Version: 3.03-17 Distribution: unstable Urgency: low Maintainer: Hiroyuki Yamamoto yama1...@gmail.com Changed-By: Hiroyuki Yamamoto yama1...@gmail.com

Accepted tomcat6 6.0.35-2 (source all)

2012-03-29 Thread tony mancill
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 29 Mar 2012 07:05:34 -0700 Source: tomcat6 Binary: tomcat6-common tomcat6 tomcat6-user libtomcat6-java libservlet2.5-java libservlet2.5-java-doc tomcat6-admin tomcat6-examples tomcat6-docs tomcat6-extras Architecture: source

Accepted c++-annotations 9.3.0-1 (source all)

2012-03-29 Thread Frank B. Brokken
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 29 Mar 2012 08:39:50 +0200 Source: c++-annotations Binary: c++-annotations c++-annotations-html c++-annotations-txt c++-annotations-latex c++-annotations-pdf c++-annotations-ps c++-annotations-dvi c++-annotations-contrib

Accepted epiphany-browser 3.4.0.1-2 (source all amd64)

2012-03-29 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 29 Mar 2012 09:29:24 +0200 Source: epiphany-browser Binary: epiphany-browser epiphany-browser-data epiphany-browser-dev epiphany-browser-dbg gir1.2-epiphany-3.4 Architecture: source all amd64 Version: 3.4.0.1-2 Distribution:

Accepted fonts-dancingscript 1.1-1 (source all)

2012-03-29 Thread Bernhard Reiter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 14 Mar 2012 21:03:45 +0100 Source: fonts-dancingscript Binary: fonts-dancingscript Architecture: source all Version: 1.1-1 Distribution: unstable Urgency: low Maintainer: Debian Fonts Task Force

Accepted gsettings-desktop-schemas 3.4.0-1 (source all amd64)

2012-03-29 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 28 Mar 2012 23:05:55 +0200 Source: gsettings-desktop-schemas Binary: gsettings-desktop-schemas gsettings-desktop-schemas-dev gir1.2-gdesktopenums-3.0 Architecture: source all amd64 Version: 3.4.0-1 Distribution: experimental

Accepted iceowl-l10n 1.2-1 (source all)

2012-03-29 Thread Guido Günther
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 28 Mar 2012 21:19:04 +0200 Source: iceowl-l10n Binary: iceowl-l10n-bg iceowl-l10n-ca iceowl-l10n-cs iceowl-l10n-da iceowl-l10n-de iceowl-l10n-en-gb iceowl-l10n-es-ar iceowl-l10n-es-es iceowl-l10n-et iceowl-l10n-eu

Accepted keepnote 0.7.8-1 (source all)

2012-03-29 Thread Khalid El Fathi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 17 Mar 2012 18:16:23 +0100 Source: keepnote Binary: keepnote Architecture: source all Version: 0.7.8-1 Distribution: unstable Urgency: low Maintainer: Khalid El Fathi kha...@elfathi.fr Changed-By: Khalid El Fathi

Accepted libfsotransport 0.9.8+git20120308-1 (source amd64)

2012-03-29 Thread Rico Rommel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 21 Mar 2012 18:20:25 +0100 Source: libfsotransport Binary: libfsotransport1 libfsotransport-dev libfsotransport-dbg Architecture: source amd64 Version: 0.9.8+git20120308-1 Distribution: unstable Urgency: low Maintainer: Debian

Accepted libmoosex-param-perl 0.02-1 (source all)

2012-03-29 Thread Robert James Clay
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 28 Mar 2012 15:35:18 -0400 Source: libmoosex-param-perl Binary: libmoosex-param-perl Architecture: source all Version: 0.02-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted libpadre-plugin-parsertool-perl 0.01-1 (source all)

2012-03-29 Thread Dominique Dumont
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 28 Mar 2012 14:06:57 +0200 Source: libpadre-plugin-parsertool-perl Binary: libpadre-plugin-parsertool-perl Architecture: source all Version: 0.01-1 Distribution: unstable Urgency: low Maintainer: Dominique Dumont d...@debian.org

Accepted libpadre-plugin-snippet-perl 0.01-1 (source all)

2012-03-29 Thread Dominique Dumont
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 27 Mar 2012 10:33:51 +0200 Source: libpadre-plugin-snippet-perl Binary: libpadre-plugin-snippet-perl Architecture: source all Version: 0.01-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted seq-gen 1.3.3-1 (source amd64)

2012-03-29 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 29 Mar 2012 13:30:11 +0200 Source: seq-gen Binary: seq-gen Architecture: source amd64 Version: 1.3.3-1 Distribution: unstable Urgency: low Maintainer: Debian Med Packaging Team debian-med-packag...@lists.alioth.debian.org

Accepted nml 0.2.3-1 (source all)

2012-03-29 Thread Matthijs Kooijman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 26 Mar 2012 15:38:40 +0200 Source: nml Binary: nml Architecture: source all Version: 0.2.3-1 Distribution: unstable Urgency: low Maintainer: Matthijs Kooijman matth...@stdin.nl Changed-By: Matthijs Kooijman matth...@stdin.nl

Accepted approx 5.1-1.2 (source amd64)

2012-03-29 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 27 Mar 2012 18:04:42 +0200 Source: approx Binary: approx Architecture: source amd64 Version: 5.1-1.2 Distribution: unstable Urgency: low Maintainer: Eric Cooper e...@cmu.edu Changed-By: gregor herrmann gre...@debian.org

Accepted jack 3.1.1+cvs20050801-27 (source i386)

2012-03-29 Thread Michael Banck
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Format: 1.8 Date: Thu, 29 Mar 2012 17:37:19 +0200 Source: jack Binary: jack Architecture: source i386 Version: 3.1.1+cvs20050801-27 Distribution: unstable Urgency: low Maintainer: Michael Banck mba...@debian.org Changed-By: Michael Banck

Accepted nvidia-texture-tools 2.0.8-1+dfsg-1 (source amd64)

2012-03-29 Thread Lennart Weller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 27 Mar 2012 22:01:03 +0200 Source: nvidia-texture-tools Binary: libnvtt2 libnvtt-bin libnvtt-dev Architecture: source amd64 Version: 2.0.8-1+dfsg-1 Distribution: unstable Urgency: low Maintainer: Lennart Weller l...@ring0.de

Accepted yorick-mpeg 0.1-1 (source amd64)

2012-03-29 Thread Thibaut Paumard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 28 Mar 2012 20:20:27 +0200 Source: yorick-mpeg Binary: yorick-mpeg Architecture: source amd64 Version: 0.1-1 Distribution: unstable Urgency: low Maintainer: Thibaut Paumard paum...@users.sourceforge.net Changed-By: Thibaut

Accepted crash 6.0.5-1 (source amd64)

2012-03-29 Thread Troy Heber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 29 Mar 2012 09:41:13 -0600 Source: crash Binary: crash Architecture: source amd64 Version: 6.0.5-1 Distribution: unstable Urgency: low Maintainer: Troy Heber tr...@debian.org Changed-By: Troy Heber tr...@debian.org Description:

Accepted fldigi 3.21.41-1 (source amd64)

2012-03-29 Thread Kamal Mostafa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 29 Mar 2012 08:57:16 -0700 Source: fldigi Binary: fldigi fldigi-dbg Architecture: source amd64 Version: 3.21.41-1 Distribution: unstable Urgency: low Maintainer: Debian Hamradio Maintainers debian-h...@lists.debian.org

Accepted glpeces 5.0-2 (source all amd64)

2012-03-29 Thread Innocent De Marchi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 29 Mar 2012 09:32:15 +0200 Source: glpeces Binary: glpeces glpeces-data Architecture: source amd64 all Version: 5.0-2 Distribution: unstable Urgency: low Maintainer: Innocent De Marchi tangram.pe...@gmail.com Changed-By:

Accepted icedove 10.0.3-3 (source amd64)

2012-03-29 Thread Christoph Goehre
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 29 Mar 2012 17:56:38 +0200 Source: icedove Binary: icedove icedove-dev icedove-dbg calendar-timezones iceowl-extension calendar-google-provider Architecture: source amd64 Version: 10.0.3-3 Distribution: unstable Urgency: low

Accepted onscripter 20120320-1 (source i386)

2012-03-29 Thread PaulLiu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Fri, 30 Mar 2012 00:18:40 +0800 Source: onscripter Binary: onscripter Architecture: source i386 Version: 20120320-1 Distribution: unstable Urgency: low Maintainer: Ying-Chun Liu (PaulLiu) paul...@debian.org Changed-By: Ying-Chun

Accepted b43-fwcutter 1:015-13 (source all i386)

2012-03-29 Thread Fabrizio Regalli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 29 Mar 2012 18:46:12 +0200 Source: b43-fwcutter Binary: b43-fwcutter firmware-b43-installer firmware-b43-lpphy-installer firmware-b43legacy-installer Architecture: source all i386 Version: 1:015-13 Distribution: unstable

Accepted dns-flood-detector 1.12-7 (source i386)

2012-03-29 Thread Jan Wagner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 29 Mar 2012 18:26:14 +0200 Source: dns-flood-detector Binary: dns-flood-detector Architecture: source i386 Version: 1.12-7 Distribution: unstable Urgency: low Maintainer: Jan Wagner w...@cyconet.org Changed-By: Jan Wagner

Accepted jack 3.1.1+cvs20050801-28 (source i386)

2012-03-29 Thread Michael Banck
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Format: 1.8 Date: Thu, 29 Mar 2012 18:23:22 +0200 Source: jack Binary: jack Architecture: source i386 Version: 3.1.1+cvs20050801-28 Distribution: unstable Urgency: low Maintainer: Michael Banck mba...@debian.org Changed-By: Michael Banck

Accepted ps-watcher 1.08-5 (source all)

2012-03-29 Thread Jan Wagner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 29 Mar 2012 11:56:23 +0200 Source: ps-watcher Binary: ps-watcher Architecture: source all Version: 1.08-5 Distribution: unstable Urgency: low Maintainer: Jan Wagner w...@cyconet.org Changed-By: Jan Wagner w...@cyconet.org

Accepted libav 5:0.8.1-3 (source all amd64)

2012-03-29 Thread Andres Mejia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 29 Mar 2012 13:13:01 -0400 Source: libav Binary: libav-tools ffmpeg ffmpeg-dbg libav-dbg libav-regular-dbg libav-extra-dbg ffmpeg-doc libav-doc libavutil51 libavcodec53 libavdevice53 libavformat53 libavfilter2 libpostproc52

Accepted anacron 2.3-17 (source i386)

2012-03-29 Thread Peter Eisentraut
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 29 Mar 2012 21:09:47 +0300 Source: anacron Binary: anacron Architecture: source i386 Version: 2.3-17 Distribution: unstable Urgency: low Maintainer: Peter Eisentraut pet...@debian.org Changed-By: Peter Eisentraut

Accepted cifs-utils 2:5.3-2 (source i386)

2012-03-29 Thread Luk Claes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 29 Mar 2012 20:15:27 +0200 Source: cifs-utils Binary: cifs-utils smbfs Architecture: source i386 Version: 2:5.3-2 Distribution: unstable Urgency: high Maintainer: Debian Samba Maintainers pkg-samba-ma...@lists.alioth.debian.org

Accepted blueman 1.23-1 (source amd64)

2012-03-29 Thread Christopher Schramm
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 21 Mar 2012 11:15:00 +0200 Source: blueman Binary: blueman Architecture: source amd64 Version: 1.23-1 Distribution: unstable Urgency: low Maintainer: Christopher Schramm deb...@shakaweb.org Changed-By: Christopher Schramm

Accepted libchamplain 0.12.2-1 (source all amd64)

2012-03-29 Thread Laurent Bigonville
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 29 Mar 2012 20:25:19 +0200 Source: libchamplain Binary: libchamplain-0.12-0 libchamplain-doc libchamplain-0.12-dev libchamplain-0.12-dbg gir1.2-champlain-0.12 libchamplain-gtk-0.12-0 libchamplain-gtk-0.12-dev

Accepted libcpan-uploader-perl 0.103001-1 (source all)

2012-03-29 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 29 Mar 2012 20:19:15 +0200 Source: libcpan-uploader-perl Binary: libcpan-uploader-perl Architecture: source all Version: 0.103001-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted postfwd 1.32-2 (source all)

2012-03-29 Thread Jan Wagner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 29 Mar 2012 20:22:17 +0200 Source: postfwd Binary: postfwd hapolicy Architecture: source all Version: 1.32-2 Distribution: unstable Urgency: low Maintainer: Jan Wagner w...@cyconet.org Changed-By: Jan Wagner w...@cyconet.org

Accepted calamaris 2.99.4.0-18 (source all)

2012-03-29 Thread Daniel Echeverry
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 08 Mar 2012 22:01:35 -0500 Source: calamaris Binary: calamaris Architecture: all source Version: 2.99.4.0-18 Distribution: unstable Urgency: low Maintainer: Daniel Echeverry epsilo...@gmail.com Changed-By: Daniel Echeverry

Accepted libfsoresource 0.9.0+git20110805-2 (source amd64)

2012-03-29 Thread Rico Rommel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 20 Mar 2012 19:17:29 +0100 Source: libfsoresource Binary: libfsoresource-dev libfsoresource0 libfsoresource-dbg Architecture: source amd64 Version: 0.9.0+git20110805-2 Distribution: unstable Urgency: low Maintainer: Debian

Accepted redhat-cluster 3.0.12-3.1 (source i386 all)

2012-03-29 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 21 Mar 2012 07:55:19 +0100 Source: redhat-cluster Binary: redhat-cluster-suite cman liblogthread3 liblogthread-dev libccs3 libccs-dev libccs-perl libcman3 libcman-dev libdlm3 libdlm-dev libdlmcontrol3 libdlmcontrol-dev

Accepted webkit 1.8.0-1 (source all amd64)

2012-03-29 Thread Gustavo Noronha Silva
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 28 Mar 2012 09:53:38 -0300 Source: webkit Binary: libjavascriptcoregtk-1.0-0 libjavascriptcoregtk-1.0-dev libjavascriptcoregtk-1.0-0-dbg gir1.2-javascriptcoregtk-1.0 libwebkitgtk-1.0-0 libwebkit-dev libwebkitgtk-dev

Accepted gretl 1.9.8-1 (source all i386)

2012-03-29 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 29 Mar 2012 15:31:48 -0500 Source: gretl Binary: gretl libgretl1 libgretl1-dev gretl-common gretl-data gretl-doc Architecture: source all i386 Version: 1.9.8-1 Distribution: unstable Urgency: low Maintainer: Dirk Eddelbuettel

Accepted gtksourceview3 3.4.0-2 (source all amd64)

2012-03-29 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 29 Mar 2012 22:00:22 +0200 Source: gtksourceview3 Binary: libgtksourceview-3.0-0 libgtksourceview-3.0-common libgtksourceview-3.0-dev libgtksourceview-3.0-doc gir1.2-gtksource-3.0 Architecture: source all amd64 Version:

Accepted imagemagick 8:6.6.9.7-7 (source all amd64)

2012-03-29 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 27 Mar 2012 16:47:41 +0200 Source: imagemagick Binary: imagemagick imagemagick-dbg imagemagick-common imagemagick-doc libmagickcore4 libmagickcore4-extra libmagickcore-dev libmagickwand4 libmagickwand-dev libmagick++4

Accepted lekhonee-gnome 0.11-3 (source amd64)

2012-03-29 Thread Praveen Arimbrathodiyil
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 28 Mar 2012 21:43:31 +0530 Source: lekhonee-gnome Binary: lekhonee-gnome Architecture: source amd64 Version: 0.11-3 Distribution: unstable Urgency: low Maintainer: Praveen Arimbrathodiyil prav...@gmail.com Changed-By: Praveen

Accepted libsbml 5.4.1-1 (source all amd64)

2012-03-29 Thread Ivo Maintz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 29 Mar 2012 18:04:00 +0200 Source: libsbml Binary: libsbml5-dev libsbml5-dbg libsbml5 libsbml5-python libsbml5-ruby1.8 libsbml5-java libsbml5-perl libsbml5-octave libsbml5-cil libsbml5-examples Architecture: source amd64 all

  1   2   >