Re: FOSDEM 2013

2013-01-30 Thread Federico Di Gregorio
On 29/01/2013 12:55, Marco d'Itri wrote: Chi viene? Ci vediamo venerdì sera a cena, prima di annegarci nella birra? Io arriverò con il volo da Malpensa delle 12, quindi dopo un veloce barile di cozze da Chez Leon conto di fare il turista. Qualcuno ha già piani per il pomeriggio? Oppure

Re: FOSDEM 2013

2013-01-30 Thread Marco d'Itri
On Jan 30, Federico Di Gregorio f...@dndg.it wrote: NH City Center come sempre. Ti mando il mio cell in privato così eventualmente possiamo sentirci per cene e affini. OK, il mio è sempre il solito. Ma tutti gli altri? Non leggete la lista o semplicemente vi sto sul cazzo? -- ciao, Marco

Re: FOSDEM 2013

2013-01-30 Thread Enrico Zini
On Wed, Jan 30, 2013 at 03:38:52PM +0100, Marco d'Itri wrote: Ma tutti gli altri? Non leggete la lista o semplicemente vi sto sul cazzo? Fondamentalmente non leggo molto la lista :) Noi arriveremo su in carovana da 9 venerdí sul tardi, e al gruppo se ne aggiungono altri 3. A seconda di come

Re: Go (golang) packaging, part 2

2013-01-30 Thread Michael Stapelberg
Hi Chow, Chow Loong Jin hyper...@debian.org writes: 1. If software that depends on native packages is installed using go get or whatever other language-specific package manager, e.g. pip for Python or gem for Ruby is installed, there is no way to declare a dependency on those.

Re: No native packages?

2013-01-30 Thread Ian Campbell
On Wed, 2013-01-30 at 17:58 +1100, Joey Hess wrote: Julien Cristau wrote: Maybe I forgot the answer, but at least in terms of git and the dpkg 3.0 (git) format, why can't we simply make use of shallow cloning? At which point you have lost all the advantages of shipping the repository

Re: Go (golang) packaging, part 2

2013-01-30 Thread Paul Wise
On Tue, Jan 29, 2013 at 7:55 PM, Iustin Pop wrote: I would add one thing here: Haskell/GHC also (currently) doesn't create shared libraries, and instead builds the program statically, but the Debian Haskell group still tries to package as best as they can the development libraries, for all

Re: Go (golang) packaging, part 2

2013-01-30 Thread Paul Wise
On Wed, Jan 30, 2013 at 11:15 AM, Chow Loong Jin wrote: Having multiple package managers which don't know about each other on a system is evil™ (but in some cases, can be managed properly). Some integration between dpkg and domain-specific package managers could be useful. With DEP-11, we

Re: Go (golang) packaging, part 2

2013-01-30 Thread Thibaut Paumard
Le 30/01/2013 09:55, Paul Wise a écrit : On Wed, Jan 30, 2013 at 11:15 AM, Chow Loong Jin wrote: Having multiple package managers which don't know about each other on a system is evil™ (but in some cases, can be managed properly). Some integration between dpkg and domain-specific package

Re: No native packages?

2013-01-30 Thread Thomas Goirand
On 01/29/2013 08:29 AM, Russ Allbery wrote: Benjamin Drung bdr...@debian.org writes: Other distributions gain from your extra work. Image the opposite. You want to package a software that is only available in a downstream distribution (e.g. Ubuntu or Linux Mint). Do you prefer to have a

Re: No native packages?

2013-01-30 Thread Thomas Goirand
On 01/28/2013 08:59 PM, Gergely Nagy wrote: In my opinion, a native package is the wrong choice when your only arguments for it is convenience. That's not a strong argument To the contrary, I think that convenience of one or another format is the *only* argument. What you've listed as

Re: Go (golang) packaging, part 2

2013-01-30 Thread Tollef Fog Heen
]] Michael Stapelberg I am not familiar with the Ruby situation, I only know that many Ruby developers seem to be very angry at Debian people. Is there a summary of the events that I could read? Debian's rubygems package installed gems to a directory not in $PATH, meaning most documentation

Haskell and Built-Using (Was: Go (golang) packaging, part 2)

2013-01-30 Thread Joachim Breitner
Hi, Am Mittwoch, den 30.01.2013, 16:52 +0800 schrieb Paul Wise: On Tue, Jan 29, 2013 at 7:55 PM, Iustin Pop wrote: I would add one thing here: Haskell/GHC also (currently) doesn't create shared libraries, and instead builds the program statically, but the Debian Haskell group still tries

Re: No native packages?

2013-01-30 Thread Thomas Goirand
On 01/30/2013 04:38 PM, Ian Campbell wrote: Also, I wonder if it is possible to arrange that having unpacked a git format source package that the remotes for debian and upstream are already prepopulated in the repo such that git remotes update would fetch all of the missing history without

Re: Go (golang) packaging, part 2

2013-01-30 Thread Stefano Zacchiroli
On Wed, Jan 30, 2013 at 04:52:33PM +0800, Paul Wise wrote: On Tue, Jan 29, 2013 at 7:55 PM, Iustin Pop wrote: So, take this as an example of another language which doesn't do shared linking but for which libraries are still packaged in Debian. FWIW, OCaml is another such example. Do all

Re: Go (golang) packaging, part 2

2013-01-30 Thread Paul Wise
On Wed, Jan 30, 2013 at 8:07 PM, Stefano Zacchiroli wrote: On Wed, Jan 30, 2013 at 04:52:33PM +0800, Paul Wise wrote: On Tue, Jan 29, 2013 at 7:55 PM, Iustin Pop wrote: So, take this as an example of another language which doesn't do shared linking but for which libraries are still packaged

Re: Go (golang) packaging, part 2

2013-01-30 Thread Marcelo E. Magallon
On Wed, Jan 30, 2013 at 09:22:12AM +0100, Michael Stapelberg wrote: 3. Software packages from Apt cannot declare dependencies against language-specific packages, for the same reasons highlighted in #1. Irrelevant argument in our case, as outlined earlier in the discussion.

Re: Go (golang) packaging, part 2

2013-01-30 Thread Hilko Bengen
* Michael Stapelberg: Hilko Bengen ben...@debian.org writes: This is a pity for those of us who don't really subscribe to get everything from github as needed model of distributing software. Yes, but at the same time, it makes Go much more consistent across multiple platforms. Apparently,

Re: Go (golang) packaging, part 2

2013-01-30 Thread Hilko Bengen
* Wouter Verhelst: On Tue, Jan 29, 2013 at 08:25:38AM +0100, Michael Stapelberg wrote: Hi Hilko, Hilko Bengen ben...@debian.org writes: This is a pity for those of us who don't really subscribe to get everything from github as needed model of distributing software. Yes, but at the same

Ruby community and Debian (was: Go (golang) packaging, part 2)

2013-01-30 Thread Marc Haber
On Tue, 29 Jan 2013 22:57:03 +0100, Michael Stapelberg stapelb...@debian.org wrote: Wouter Verhelst wou...@debian.org writes: consistency across multiple platforms has been claimed as a benefit for allowing gem update --system to replace half of the ruby binary package, amongst other things. It

Bug#699347: ITP: stdsyslog -- tool to log a program's output to the system log

2013-01-30 Thread Peter Pentchev
Package: wnpp Severity: wishlist Owner: Peter Pentchev r...@ringlet.net * Package name: stdsyslog Version : 0.02 Upstream Author : Peter Pentchev r...@ringlet.net * URL : http://devel.ringlet.net/sysutils/stdsyslog/ * License : BSD-2 Programming Lang: C

Re: Go (golang) packaging, part 2

2013-01-30 Thread Michael Stapelberg
Hi Hilko, Hilko Bengen ben...@debian.org writes: I drew a different conclusion from Ian's messages the thread you mentioned (see the quotes below). Apparently, one *can* build shared libraries using gccgo, but they are not currently usable using dlopen(). My impression was that this means

Fwd: HBA QLogic en Debian

2013-01-30 Thread Tony Peña
tranquilo.. metele sin lio esta en el non-free aqui se usa . es el paquete firmware-qlogic saludos El 30 de enero de 2013 10:42, andres cespedes andres172...@gmail.comescribió: Buenos días a tod@s, Quisiera consultar con todos ustedes si alguno ha llegado a implementar Tarjetas HBA

Re: HBA QLogic en Debian

2013-01-30 Thread Tony Peña
tranquilo.. metele sin lio esta en el non-free aqui se usa . es el paquete firmware-qlogic saludos El 30 de enero de 2013 10:42, andres cespedes andres172...@gmail.comescribió: Buenos días a tod@s, Quisiera consultar con todos ustedes si alguno ha llegado a implementar Tarjetas HBA

Re: Go (golang) packaging, part 2

2013-01-30 Thread Steve McIntyre
Marcelo wrote: This situation gets so messy, that some Ruby developers prefer to _not_ install ruby via dpkg at all. And they get mad when something in the dependency chain pulls Ruby into the system. To be fair, it's similar in reverse. Some Debian developers prefer to _not_ install Ruby

Re: Bootstrappable Debian - proposal of needed changes

2013-01-30 Thread Wookey
+++ Michael Biebl [2013-01-25 15:31 +0100]: Hi, looking over your proposal, I was missing a few things (sorry if this was mentioned in one of the replies, I've only skimmed over the thread). a/ It's good practice to explicitly enable/disable features via configure switches, to have

Re: Bootstrappable Debian - proposal of needed changes

2013-01-30 Thread Wookey
+++ Ian Jackson [2013-01-16 13:50 +]: * The concrete syntax in build-depends should not use but rather reuse the architecture qualification syntax. I have just been told of a specific reason to avoid using ' ' : DEP-11 proposes to use ' ' for Component metadata in binary packages

Re: Go (golang) packaging, part 2

2013-01-30 Thread Marc Haber
On Wed, 30 Jan 2013 16:25:12 +, Steve McIntyre st...@einval.com wrote: To be fair, it's similar in reverse. Some Debian developers prefer to _not_ install Ruby *at all*. Given how utterly awful the internals of the language implementation are, I'd happily support dropping Ruby from Debian

Re: Go (golang) packaging, part 2

2013-01-30 Thread Thorsten Glaser
Paul Wise pabs at debian.org writes: On Wed, Jan 30, 2013 at 11:15 AM, Chow Loong Jin wrote: Having multiple package managers which don't know about each other on a system is evil™ (but in some cases, can be managed properly). Meh, it’s evil, period. Some integration between dpkg and

Re: Ruby community and Debian

2013-01-30 Thread Thorsten Glaser
Marc Haber mh+debian-devel at zugschlus.de writes: In my past experience it is the usual case where and upstream and/or its community takes at as a personal offense when a user is not using the latest and greatest software version[1] and does not understand I think the Ruby case involved

Re: Go (golang) packaging, part 2

2013-01-30 Thread Russ Allbery
Thorsten Glaser t...@debian.org writes: My co-developer (on the MirBSD side) benz has written a script that almost automates creation of a port (source package) from/for a CPAN: http://www.slideshare.net/bsiegert/painless-perl-ports-with-cpan2port (It looks even MacPorts has adopted it!) Of

Re: Issue 9 (golang) packaging, part 2

2013-01-30 Thread Thorsten Glaser
Russ Allbery rra at debian.org writes: Do you think there's something substantial missing from the existing Debian packaging of Perl modules? I'm quite happy with what Debian is (Oops. Forgot to fix a spelling mistake in the Subject in my first reply. It’s not Go!) (Hello GMane, no I was

Re: Go (golang) packaging, part 2

2013-01-30 Thread Игорь Пашев
2013/1/30 Marc Haber mh+debian-de...@zugschlus.de: On Wed, 30 Jan 2013 16:25:12 +, Steve McIntyre st...@einval.com wrote: To be fair, it's similar in reverse. Some Debian developers prefer to _not_ install Ruby *at all*. Given how utterly awful the internals of the language implementation

Re: Bug#698656: ITP: adequate -- Debian package quality testing tool

2013-01-30 Thread Jakub Wilk
* Jakub Wilk jw...@debian.org, 2013-01-21, 22:17: adequate checks quality of installed packages. can it be used on chroots without being installed in the chroot? like adequate --root=/some/chroot mypkg You can't do that currently, and I'm afraid it won't be easy to implement. adequate

Re: Go (golang) packaging, part 2

2013-01-30 Thread Lennart Sorensen
On Wed, Jan 30, 2013 at 09:16:59PM +, Thorsten Glaser wrote: Meh, it’s evil, period. Absolutely. As a user I have a nice package management system that I know how to use and which works well. I don't need another one. It is not the job of a language developer to invent yet another bloody

Re: Go (golang) packaging, part 2

2013-01-30 Thread Russ Allbery
Lennart Sorensen lsore...@csclub.uwaterloo.ca writes: Absolutely. As a user I have a nice package management system that I know how to use and which works well. I don't need another one. It is not the job of a language developer to invent yet another bloody package distribution and

Re: Go (golang) packaging, part 2

2013-01-30 Thread Chow Loong Jin
On 31/01/2013 05:16, Thorsten Glaser wrote: On Wed, Jan 30, 2013 at 11:15 AM, Chow Loong Jin wrote: Having multiple package managers which don't know about each other on a system is evil™ (but in some cases, can be managed properly). Meh, it’s evil, period. Well, really, the

Bug#699403: ITP: xorg-gtest -- X.Org dummy testing environment for Google Test

2013-01-30 Thread Stephen M. Webb
Package: wnpp Severity: wishlist Owner: Stephen M. Webb stephen.w...@bregmasoft.ca -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 * Package name: xorg-gtest Version : 0.7.0 Upstream Author : Peter Hutterer peter.hutte...@who-t.net * URL :

bash readline

2013-01-30 Thread Jack Andrews
hi dd, i really like the readline in bash - it seems bash is vi complete in vi mode. now, i haven't looked closely, but i think the good vi mode is a patch on (bash?) readline in debian? in centos, i can't df; and delete up to next semicolon. but on ubu^H^H^Hdebian, rlwrap uses the vanilla

Re: Ruby community and Debian

2013-01-30 Thread Antonio Terceiro
On Wed, Jan 30, 2013 at 09:21:08PM +, Thorsten Glaser wrote: Marc Haber mh+debian-devel at zugschlus.de writes: In my past experience it is the usual case where and upstream and/or its community takes at as a personal offense when a user is not using the latest and greatest software

Re: Go (golang) packaging, part 2

2013-01-30 Thread Jean-Christophe Dubacq
On 30/01/2013 22:23, Игорь Пашев wrote: 2013/1/30 Marc Haber mh+debian-de...@zugschlus.de: On Wed, 30 Jan 2013 16:25:12 +, Steve McIntyre st...@einval.com wrote: To be fair, it's similar in reverse. Some Debian developers prefer to _not_ install Ruby *at all*. Given how utterly awful the

Bug#699411: ITP: python-statsdpy -- event based statsd implementation

2013-01-30 Thread Thomas Goirand
Package: wnpp Severity: wishlist Owner: Thomas Goirand z...@debian.org * Package name: python-statsdpy Version : 0.0.10 Upstream Author : Florian Hines fhi...@rackspace.com * URL : https://github.com/pandemicsyn/statsdpy * License : Presumably Apache-2

Re: Bug#699411: ITP: python-statsdpy -- event based statsd implementation

2013-01-30 Thread Thomas Goirand
On 01/31/2013 02:45 PM, Thomas Goirand wrote: Package: wnpp Severity: wishlist Owner: Thomas Goirand z...@debian.org * Package name: python-statsdpy Version : 0.0.10 Upstream Author : Florian Hines fhi...@rackspace.com * URL :

Accepted shedskin 0.9.3-0~exp1 (source all)

2013-01-30 Thread Paul Boddie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 29 Jan 2013 23:24:04 +0100 Source: shedskin Binary: shedskin Architecture: source all Version: 0.9.3-0~exp1 Distribution: experimental Urgency: low Maintainer: Paul Boddie p...@boddie.org.uk Changed-By: Paul Boddie

Accepted hevea 2.02-1 (source all)

2013-01-30 Thread Ralf Treinen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Jan 2013 09:50:06 +0100 Source: hevea Binary: hevea Architecture: source all Version: 2.02-1 Distribution: experimental Urgency: low Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org Changed-By: Ralf

Accepted libmath-mpfr-perl 3.16-1 (source amd64)

2013-01-30 Thread Daniel Kahn Gillmor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 20 Dec 2012 22:30:06 -0500 Source: libmath-mpfr-perl Binary: libmath-mpfr-perl Architecture: source amd64 Version: 3.16-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted qemu 1.3.0+dfsg-5exp (source i386 all)

2013-01-30 Thread Michael Tokarev
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 28 Jan 2013 15:05:57 +0400 Source: qemu Binary: qemu qemu-keymaps qemu-system qemu-system-common qemu-system-misc qemu-system-arm qemu-system-mips qemu-system-ppc qemu-system-sparc qemu-system-x86 qemu-user qemu-user-static

Accepted libqglviewer 2.3.17-1 (source i386 all)

2013-01-30 Thread Anton Gladky
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 25 Jan 2013 23:07:30 +0100 Source: libqglviewer Binary: libqglviewer-dev libqglviewer2 libqglviewer-doc Architecture: source i386 all Version: 2.3.17-1 Distribution: experimental Urgency: low Maintainer: Debian Science

Accepted rygel 0.17.7-1 (source amd64 all)

2013-01-30 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 28 Jan 2013 22:11:21 +0100 Source: rygel Binary: rygel rygel-dbg rygel-2.0-dev librygel-core-2.0-1 librygel-server-2.0-1 librygel-renderer-2.0-1 librygel-renderer-gst-2.0-1 rygel-mediathek rygel-tracker rygel-gst-renderer

Accepted libtie-cycle-perl 1.17-1 (source all)

2013-01-30 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 18 Jan 2013 22:01:03 +0100 Source: libtie-cycle-perl Binary: libtie-cycle-perl Architecture: source all Version: 1.17-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted libstore-opaque-perl 0.03-1 (source amd64)

2013-01-30 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 19 Jan 2013 00:18:19 +0100 Source: libstore-opaque-perl Binary: libstore-opaque-perl Architecture: source amd64 Version: 0.03-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted libtest-command-simple-perl 0.04-1 (source all)

2013-01-30 Thread Casper Gielen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 8 Jan 2013 13:27:35 +0100 Source: libtest-command-simple-perl Binary: libtest-command-simple-perl Architecture: source all Version: 0.04-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted r-cran-genabel 1.7-0-2 (source amd64)

2013-01-30 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Jan 2013 13:11:06 +0100 Source: r-cran-genabel Binary: r-cran-genabel Architecture: source amd64 Version: 1.7-0-2 Distribution: unstable Urgency: low Maintainer: Debian Med Packaging Team

Accepted sextractor 2.8.6+dfsg-1 (source amd64)

2013-01-30 Thread Ole Streicher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Jan 2013 10:45:52 +0100 Source: sextractor Binary: sextractor Architecture: source amd64 Version: 2.8.6+dfsg-1 Distribution: unstable Urgency: low Maintainer: Debian Science Maintainers

Accepted scite 3.2.4-1 (source amd64)

2013-01-30 Thread Antonio Valentino
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 17 Jan 2013 21:13:29 +0100 Source: scite Binary: scite Architecture: source amd64 Version: 3.2.4-1 Distribution: experimental Urgency: low Maintainer: Michael Vogt m...@debian.org Changed-By: Antonio Valentino

Accepted gpac 0.5.0+svn4288~dfsg1-1 (source amd64)

2013-01-30 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Jan 2013 14:41:46 + Source: gpac Binary: gpac gpac-dbg gpac-modules-base libgpac2 libgpac-dbg libgpac-dev Architecture: source amd64 Version: 0.5.0+svn4288~dfsg1-1 Distribution: experimental Urgency: low Maintainer:

Accepted adplug 2.2.1+dfsg3-0.1 (source amd64)

2013-01-30 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 25 Jan 2013 16:36:59 +0100 Source: adplug Binary: libadplug-2.2.1-0 libadplug-dev adplug-utils Architecture: source amd64 Version: 2.2.1+dfsg3-0.1 Distribution: unstable Urgency: low Maintainer: Артём Попов art...@ubuntu.com

Accepted ettercap 1:0.7.5.2-2 (source amd64)

2013-01-30 Thread Barak A. Pearlmutter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Jan 2013 15:53:55 + Source: ettercap Binary: ettercap-common ettercap-text-only ettercap-graphical ettercap-dbg Architecture: source amd64 Version: 1:0.7.5.2-2 Distribution: unstable Urgency: low Maintainer: Barak A.

Accepted ahven 2.1-4 (source amd64)

2013-01-30 Thread Reto Buerki
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Jan 2013 10:04:08 +0100 Source: ahven Binary: libahven21.0 libahven3-dev ahven-dbg Architecture: source amd64 Version: 2.1-4 Distribution: unstable Urgency: low Maintainer: Reto Buerki r...@codelabs.ch Changed-By: Reto Buerki

Accepted pcscada 0.7.1-4 (source amd64)

2013-01-30 Thread Reto Buerki
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Jan 2013 09:44:29 +0100 Source: pcscada Binary: libpcscada0.7.1 libpcscada2-dev pcscada-dbg Architecture: source amd64 Version: 0.7.1-4 Distribution: unstable Urgency: low Maintainer: Reto Buerki r...@codelabs.ch Changed-By:

Accepted wcslib 4.17-1 (source amd64 all)

2013-01-30 Thread Ole Streicher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 29 Jan 2013 10:04:37 +0100 Source: wcslib Binary: libwcs4 wcslib-dev wcslib-doc wcslib-tools Architecture: source amd64 all Version: 4.17-1 Distribution: unstable Urgency: low Maintainer: Debian Science Maintainers

Accepted mini-buildd 1.0.0~beta.3 (source all)

2013-01-30 Thread Stephan Sürken
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Jan 2013 17:11:36 + Source: mini-buildd Binary: python-mini-buildd mini-buildd mini-buildd-common Architecture: source all Version: 1.0.0~beta.3 Distribution: experimental Urgency: low Maintainer: Stephan Sürken

Accepted kdesdk 4:4.8.4+dfsg-1 (source all amd64)

2013-01-30 Thread Lisandro Damián Nicanor Pérez Meyer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 30 Jan 2013 13:47:01 -0300 Source: kdesdk Binary: kdesdk cervisia kapptemplate kcachegrind kcachegrind-converters kdesdk-dolphin-plugins kdesdk-kio-plugins kdesdk-misc kdesdk-scripts kdesdk-strigi-plugins kmtrace kompare

Accepted python-ws4py 0.2.4-1 (source all)

2013-01-30 Thread Stein Magnus Jodal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 13 Dec 2012 22:19:39 +0100 Source: python-ws4py Binary: python-ws4py python3-ws4py Architecture: source all Version: 0.2.4-1 Distribution: experimental Urgency: low Maintainer: Stein Magnus Jodal stein.mag...@jodal.no

Accepted python-extras 0.0.2-1 (source all)

2013-01-30 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 13 Dec 2012 06:31:35 + Source: python-extras Binary: python-extras Architecture: source all Version: 0.0.2-1 Distribution: experimental Urgency: low Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org

Accepted python-django-appconf 0.5-1 (source all)

2013-01-30 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 14 Oct 2012 11:45:53 + Source: python-django-appconf Binary: python-appconf Architecture: source all Version: 0.5-1 Distribution: experimental Urgency: low Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org

Accepted python-swiftclient 1:1.2.0+git1.2be776c2-1 (source all)

2013-01-30 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 17 Dec 2012 14:39:57 + Source: python-swiftclient Binary: python-swiftclient Architecture: source all Version: 1:1.2.0+git1.2be776c2-1 Distribution: experimental Urgency: low Maintainer: PKG OpenStack

Accepted dunst 0.5.0-1 (source amd64)

2013-01-30 Thread Michael Stapelberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 30 Jan 2013 21:30:19 +0100 Source: dunst Binary: dunst Architecture: source amd64 Version: 0.5.0-1 Distribution: experimental Urgency: low Maintainer: Michael Stapelberg stapelb...@debian.org Changed-By: Michael Stapelberg

Accepted libvirt 1.0.2-1 (source all i386)

2013-01-30 Thread Guido Günther
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Jan 2013 21:06:02 +0100 Source: libvirt Binary: libvirt-bin libvirt0 libvirt0-dbg libvirt-doc libvirt-dev python-libvirt libvirt-sanlock Architecture: source all i386 Version: 1.0.2-1 Distribution: experimental Urgency: low

Accepted mscompress 0.4-1 (source amd64)

2013-01-30 Thread Michael Stapelberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 30 Jan 2013 21:14:52 +0100 Source: mscompress Binary: mscompress Architecture: source amd64 Version: 0.4-1 Distribution: experimental Urgency: low Maintainer: Michael Stapelberg stapelb...@debian.org Changed-By: Michael

Accepted typo3-src 4.5.19+dfsg1-4.1 (source all)

2013-01-30 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 28 Jan 2013 21:23:03 +0100 Source: typo3-src Binary: typo3-src-4.5 typo3-database typo3-dummy typo3 Architecture: source all Version: 4.5.19+dfsg1-4.1 Distribution: unstable Urgency: low Maintainer: Christian Welzel

Accepted perl-cross-debian 0.0.3 (source all)

2013-01-30 Thread Neil Williams
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 30 Jan 2013 20:43:03 + Source: perl-cross-debian Binary: perl-cross-debian Architecture: source all Version: 0.0.3 Distribution: experimental Urgency: low Maintainer: Neil Williams codeh...@debian.org Changed-By: Neil

Accepted dahdi-firmware 2.6.1-2 (source all)

2013-01-30 Thread Tzafrir Cohen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Jan 2013 00:04:32 +0200 Source: dahdi-firmware Binary: dahdi-firmware-nonfree Architecture: source all Version: 2.6.1-2 Distribution: unstable Urgency: low Maintainer: Debian VoIP Team

Accepted klog 0.6.0-1 (source amd64)

2013-01-30 Thread Jaime Robles
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Jan 2013 20:07:14 + Source: klog Binary: klog Architecture: source amd64 Version: 0.6.0-1 Distribution: unstable Urgency: low Maintainer: Jaime Robles ja...@debian.org Changed-By: Jaime Robles ja...@debian.org

Accepted network-manager 0.9.4.0-10 (source amd64)

2013-01-30 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 30 Jan 2013 01:12:53 +0100 Source: network-manager Binary: network-manager network-manager-dev libnm-glib4 libnm-glib-dev libnm-glib-vpn1 libnm-glib-vpn-dev libnm-util2 libnm-util-dev network-manager-dbg

Accepted bind9 1:9.8.4.dfsg.P1-5 (all amd64 i386 source)

2013-01-30 Thread LaMont Jones
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Jan 2013 14:04:35 -0700 Source: bind9 Binary: bind9 bind9utils bind9-doc host bind9-host libbind-dev libbind9-80 libdns88 libisc84 liblwres80 libisccc80 libisccfg82 dnsutils lwresd Architecture: all amd64 i386 source

Accepted broadcom-sta 5.100.82.112-9 (source all)

2013-01-30 Thread Cyril Lacoux
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 24 Jan 2013 09:36:20 +0400 Source: broadcom-sta Binary: broadcom-sta-common broadcom-sta-dkms broadcom-sta-source Architecture: source all Version: 5.100.82.112-9 Distribution: unstable Urgency: low Maintainer: Cyril Lacoux

Accepted licq 1.7.1-1 (source all amd64)

2013-01-30 Thread Erik Johansson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Jan 2013 21:36:43 +0100 Source: licq Binary: licq licq-dev licq-plugin-autoreply licq-plugin-console licq-plugin-forwarder licq-plugin-jabber licq-plugin-kde licq-plugin-kde4 licq-plugin-msn licq-plugin-osd licq-plugin-qt

Accepted stevedore 0.8-2 (source all)

2013-01-30 Thread Julien Danjou
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Jan 2013 22:37:30 +0100 Source: stevedore Binary: python-stevedore Architecture: source all Version: 0.8-2 Distribution: unstable Urgency: low Maintainer: Julien Danjou a...@debian.org Changed-By: Julien Danjou

Accepted collectd 5.2.1-1 (source amd64 all)

2013-01-30 Thread Sebastian Harl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Jan 2013 21:35:30 +0100 Source: collectd Binary: collectd-core collectd collectd-utils collectd-dbg collectd-dev libcollectdclient-dev libcollectdclient1 Architecture: source amd64 all Version: 5.2.1-1 Distribution:

Accepted libregexp-grammars-perl 1.026-1 (source all)

2013-01-30 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 30 Jan 2013 23:19:05 +0100 Source: libregexp-grammars-perl Binary: libregexp-grammars-perl Architecture: source all Version: 1.026-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted simgrid 3.9~rc1-1 (source amd64)

2013-01-30 Thread Martin Quinson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 31 Jan 2013 00:24:51 +0100 Source: simgrid Binary: simgrid Architecture: source amd64 Version: 3.9~rc1-1 Distribution: unstable Urgency: low Maintainer: Lucas Nussbaum lu...@debian.org Changed-By: Martin Quinson

Accepted bristol 0.60.11-1 (source amd64 all)

2013-01-30 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 31 Jan 2013 01:02:00 + Source: bristol Binary: bristol bristol-data Architecture: source amd64 all Version: 0.60.11-1 Distribution: experimental Urgency: low Maintainer: Debian Multimedia Maintainers

Accepted m-tx 0.60d.ctan20130123-1 (source amd64)

2013-01-30 Thread Norbert Preining
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 23 Jan 2013 13:35:44 +0900 Source: m-tx Binary: m-tx Architecture: source amd64 Version: 0.60d.ctan20130123-1 Distribution: experimental Urgency: low Maintainer: Debian TeX Maintainers debian-tex-ma...@lists.debian.org

Accepted musixtex 1:0.115.ctan20130123-1 (source amd64)

2013-01-30 Thread Norbert Preining
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 23 Jan 2013 14:45:40 +0900 Source: musixtex Binary: musixtex Architecture: source amd64 Version: 1:0.115.ctan20130123-1 Distribution: experimental Urgency: low Maintainer: Debian TeX Maintainers debian-tex-ma...@lists.debian.org

Accepted pmx 2.6.19.ctan20130123-1 (source amd64)

2013-01-30 Thread Norbert Preining
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 23 Jan 2013 11:25:31 +0900 Source: pmx Binary: pmx Architecture: source amd64 Version: 2.6.19.ctan20130123-1 Distribution: experimental Urgency: low Maintainer: Debian TeX Maintainers debian-tex-ma...@lists.debian.org

Accepted libsidplayfp 1.0.0-1 (source amd64 all)

2013-01-30 Thread GCS
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Jan 2013 10:27:18 +0100 Source: libsidplayfp Binary: libsidplayfp libsidplayfp-dev libsidplayfp-dbg libsidplayfp-doc Architecture: source amd64 all Version: 1.0.0-1 Distribution: unstable Urgency: low Maintainer: Laszlo

Accepted opendkim 2.8.0~beta0-3 (source i386)

2013-01-30 Thread Scott Kitterman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Jan 2013 23:17:32 -0500 Source: opendkim Binary: opendkim opendkim-tools libopendkim9 libopendkim-dev libvbr2 libvbr-dev librbl1 librbl-dev Architecture: source i386 Version: 2.8.0~beta0-3 Distribution: experimental Urgency:

Accepted sidplayfp 1.0.0-1 (source amd64)

2013-01-30 Thread GCS
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Jan 2013 10:30:17 +0100 Source: sidplayfp Binary: sidplayfp Architecture: source amd64 Version: 1.0.0-1 Distribution: unstable Urgency: low Maintainer: Laszlo Boszormenyi (GCS) g...@debian.hu Changed-By: Laszlo Boszormenyi

Accepted scrub 2.5.2-1 (source amd64)

2013-01-30 Thread Chris Taylor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 30 Jan 2013 21:13:09 + Source: scrub Binary: scrub Architecture: source amd64 Version: 2.5.2-1 Distribution: unstable Urgency: low Maintainer: Chris Taylor ctay...@debian.org Changed-By: Chris Taylor ctay...@debian.org