Pacchettizzare un inutile script Bash

2014-09-27 Thread Valerio Bozzolan
In IRC mi han detto che qui potrei chiacchierare con qualcuno per sapere come pacchettizzare un semplice script Bash che converte un numero in testo (n2t) e poterlo vedere un giorno nei repo main. Ho letto molte fin-troppo-accurate guide di Debianizzati per pacchettizzare roba, e ora mi sento un

Re: binary data file and endianness and multiarch

2014-09-27 Thread Adam Borowski
On Sat, Sep 27, 2014 at 04:41:42AM +0200, Juliusz Chroboczek wrote: Standardising on big-endian is a good idea, not only because it is the canonical byte ordering, but also because little-endian arches tend to have more efficient byte-swapping instructions. Except that the endianness war has

Re: Mass do not use bash bug filing

2014-09-27 Thread Holger Levsen
On Freitag, 26. September 2014, Jakub Wilk wrote: I was once accused of doing an unannounced MBF after filing a single bug. : It's not necessarily the bug volume that triggers anti-MBF defence mechanisms in developers. lol / wow! /me giggles signature.asc Description: This is a digitally

Re: binary data file and endianness and multiarch

2014-09-27 Thread Jonathan Dowland
On 27 Sep 2014, at 10:36, Adam Borowski kilob...@angband.pl wrote: Except that the endianness war has been won by little-endian And yet, network byte order remains big. It's less important which endian they pick, but that they pick one and use it consistently across arches. -- To

Re: binary data file and endianness and multiarch

2014-09-27 Thread Matthias Urlichs
Hi, Jonathan Dowland: It's less important which endian they pick, but that they pick one and use it consistently across arches. The advantage of using big-endian data on a little-endian system is that you actually have a chance of finding mis-swapped and/or mis-sized items. I do admit that

Bug#763045: ITP: libparse-pmfile-perl -- module to parse .pm file as PAUSE does

2014-09-27 Thread gregor herrmann
Package: wnpp Owner: gregor herrmann gre...@debian.org Severity: wishlist X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org * Package name: libparse-pmfile-perl Version : 0.26 Upstream Author : Kenichi Ishigaki ishig...@cpan.org * URL :

virt-manager

2014-09-27 Thread Fabrice Aeschbacher
Dear maintainers, For now, virt-manager v1.x is in experimental only (1.0.1). The freeze for Jessie is approaching, and I wondered if something particular is preventing the package migration from experimental to unstable before the freeze (in less than 6 weeks). Upstream, v1.0.0 is out for 7

Re: virt-manager

2014-09-27 Thread Cameron Norman
On Sat, Sep 27, 2014 at 7:58 AM, Fabrice Aeschbacher fabrice.aeschbac...@gmail.com wrote: Dear maintainers, For now, virt-manager v1.x is in experimental only (1.0.1). The freeze for Jessie is approaching, and I wondered if something particular is preventing the package migration from

bash exorcism experiment ('bug' 762923 763012)

2014-09-27 Thread Troy Benjegerdes
So far, I need to do the following to remove bash (and associated risk of 0-days until something sane is done about functions) So far everything I've tested on one desktop and one server is fine. What reasonable ways might there be to support changes to a few packages to run wheezy without

Re: Licensing issue in images files on several packages

2014-09-27 Thread Clement Hermann
Hi, On 23/09/2014 16:52, Holger Levsen wrote: On Montag, 4. August 2014, Clement Hermann wrote: I saw that on my Sid system, some packages have the same issue : rgrep -rl 'by-sa/2\.0' /usr/share/icons/*/scalable |xargs dlocate --package-only gitg network-manager-gnome soundconverter

Re: bash exorcism experiment ('bug' 762923 763012)

2014-09-27 Thread Wouter Verhelst
Hi Troy, On Sat, Sep 27, 2014 at 10:32:18AM -0500, Troy Benjegerdes wrote: So far, I need to do the following to remove bash (and associated risk of 0-days until something sane is done about functions) That is not supported, sorry. Bash is in the essential set, which means that packages can

Bug#763081: ITP: python-pytest-django -- Django plugin for the py.test Python testing tool

2014-09-27 Thread Jan Dittberner
Package: wnpp Severity: wishlist Owner: Jan Dittberner ja...@debian.org * Package name: python-pytest-django Version : 2.6.2 Upstream Author : Ben Firshman, Andreas Pelme and contributors * URL : https://github.com/pelme/pytest_django * License : BSD

Re: bash exorcism experiment ('bug' 762923 763012)

2014-09-27 Thread Guillem Jover
Hi! On Sat, 2014-09-27 at 18:30:17 +0200, Wouter Verhelst wrote: On Sat, Sep 27, 2014 at 10:32:18AM -0500, Troy Benjegerdes wrote: So far, I need to do the following to remove bash (and associated risk of 0-days until something sane is done about functions) That is not supported, sorry.

Re: Licensing issue in images files on several packages

2014-09-27 Thread Holger Levsen
Hi Clement, On Samstag, 27. September 2014, Clement Hermann wrote: If there is no reply to this issue yet again (in say two weeks) I'd recommend filing bugs about this. RC bugs. This also follows nicely the tradition of making the freeze longer by filing bugs late ;-/ I did, only with

Re: bash exorcism experiment ('bug' 762923 763012)

2014-09-27 Thread Raphael Hertzog
Hi, On Sat, 27 Sep 2014, Guillem Jover wrote: In the case of bash, dpkg can (and does!) use bash explicitly (i.e., without going through /bin/sh), so removing bash will pretty much nuke your system. Hmm, where? Wouter has been too quick, it's not dpkg. The output shown by Troy points to

repost: Reproducible builds? I never did any - manually

2014-09-27 Thread Holger Levsen
Hi, for those who don't read planet.d.o... # Reproducible builds? I never did any - manually :) I've never done a reproducible build attempt of any package, manually, ever. But what I've done now is setting up [reproducible builds] (https://wiki.debian.org/ReproducibleBuilds) on

Re: Bug#752450: ftp.debian.org: please consider to strongly tighten the validity period of Release files

2014-09-27 Thread Peter Palfrader
On Fri, 26 Sep 2014, Paul Wise wrote: On Thu, Sep 25, 2014 at 11:21 PM, Christoph Anton Mitterer wrote: Well I think snapshot is it's own construction site, isn't it? snapshot is a read-only (modulo cosmic rays and removal of non-redistributable things) historical record, files in it

Re: binary data file and endianness and multiarch

2014-09-27 Thread Vincent Lefevre
On 2014-09-27 11:18:18 +0100, Jonathan Dowland wrote: On 27 Sep 2014, at 10:36, Adam Borowski kilob...@angband.pl wrote: Except that the endianness war has been won by little-endian And yet, network byte order remains big. But does this matter in the context of these binary data files?

Re: binary data file and endianness and multiarch

2014-09-27 Thread Juliusz Chroboczek
Standardising on big-endian is a good idea [...] Except that the endianness war has been won by little-endian That's not what my mail was about. My point is that the issue with the software should be resolved upstream, rather than implementing yet another dodgy hack in dpkg. Which particular

Re: binary data file and endianness and multiarch

2014-09-27 Thread Jerome BENOIT
Hello All, thanks for your answer. On 27/09/14 23:37, Juliusz Chroboczek wrote: Standardising on big-endian is a good idea [...] Except that the endianness war has been won by little-endian That's not what my mail was about. My point is that the issue with the software should be

Re: binary data file and endianness and multiarch

2014-09-27 Thread Juliusz Chroboczek
That's not what my mail was about. My point is that the issue with the software should be resolved upstream, in my case, it cannot be resolved upstream, Yes, abandoned software is a problem, unfortunately quite common in the scientific community. (Understandably so, since researchers get

Re: bash exorcism experiment ('bug' 762923 763012)

2014-09-27 Thread Troy Benjegerdes
On Sat, Sep 27, 2014 at 08:42:57PM +0200, Raphael Hertzog wrote: Hi, On Sat, 27 Sep 2014, Guillem Jover wrote: In the case of bash, dpkg can (and does!) use bash explicitly (i.e., without going through /bin/sh), so removing bash will pretty much nuke your system. Hmm, where?

Accepted fonts-nanum 20131007-6 (source all) into unstable

2014-09-27 Thread Changwoo Ryu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 27 Sep 2014 14:52:34 +0900 Source: fonts-nanum Binary: fonts-nanum fonts-nanum-extra Architecture: source all Version: 20131007-6 Distribution: unstable Urgency: medium Maintainer: Debian Fonts Task Force

Accepted fonts-unfonts-core 1.0.2-080608-12 (source all) into unstable

2014-09-27 Thread Changwoo Ryu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 27 Sep 2014 15:13:02 +0900 Source: fonts-unfonts-core Binary: fonts-unfonts-core ttf-unfonts-core Architecture: source all Version: 1.0.2-080608-12 Distribution: unstable Urgency: medium Maintainer: Debian Fonts Task Force

Accepted fonts-baekmuk 2.2-11 (source all) into unstable

2014-09-27 Thread Changwoo Ryu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 27 Sep 2014 15:08:15 +0900 Source: fonts-baekmuk Binary: fonts-baekmuk ttf-baekmuk Architecture: source all Version: 2.2-11 Distribution: unstable Urgency: medium Maintainer: Debian Fonts Task Force

Accepted kmod 18-3 (source i386 all) into unstable

2014-09-27 Thread Marco d'Itri
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 27 Sep 2014 08:01:49 +0200 Source: kmod Binary: kmod module-init-tools libkmod2 libkmod-dev libkmod2-udeb Architecture: source i386 all Version: 18-3 Distribution: unstable Urgency: high Maintainer: Marco d'Itri m...@linux.it

Accepted llvm-toolchain-3.4 1:3.4.2-10 (source amd64 all) into unstable

2014-09-27 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 26 Sep 2014 17:03:47 +0200 Source: llvm-toolchain-3.4 Binary: clang-3.4 clang-format-3.4 cpp11-migrate-3.4 clang-modernize-3.4 clang-3.4-doc libclang1-3.4 libclang1-3.4-dbg libclang-3.4-dev libclang-common-3.4-dev

Accepted llvm-toolchain-3.5 1:3.5-3 (source amd64 all) into unstable

2014-09-27 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 26 Sep 2014 17:04:53 +0200 Source: llvm-toolchain-3.5 Binary: clang-3.5 clang-format-3.5 cpp11-migrate-3.5 clang-modernize-3.5 clang-3.5-doc libclang1-3.5 libclang1-3.5-dbg libclang-3.5-dev libclang-common-3.5-dev

Accepted fonts-unfonts-extra 1.0.2-080608+dfsg-5 (source all) into unstable

2014-09-27 Thread Changwoo Ryu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 27 Sep 2014 15:15:56 +0900 Source: fonts-unfonts-extra Binary: fonts-unfonts-extra Architecture: source all Version: 1.0.2-080608+dfsg-5 Distribution: unstable Urgency: medium Maintainer: Debian Fonts Task Force

Accepted fonts-woowa-hanna 1.000-2 (source all) into unstable

2014-09-27 Thread Changwoo Ryu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 27 Sep 2014 15:18:44 +0900 Source: fonts-woowa-hanna Binary: fonts-woowa-hanna Architecture: source all Version: 1.000-2 Distribution: unstable Urgency: medium Maintainer: Debian Fonts Task Force

Accepted xchat-guile 0.3-4 (source amd64) into unstable

2014-09-27 Thread Lionel Elie Mamane
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 27 Sep 2014 08:51:37 +0200 Source: xchat-guile Binary: xchat-guile Architecture: source amd64 Version: 0.3-4 Distribution: unstable Urgency: low Maintainer: Lionel Elie Mamane lmam...@debian.org Changed-By: Lionel Elie Mamane

Accepted freeplane 1.3.12-1 (source all) into unstable

2014-09-27 Thread Felix Natter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 21 Sep 2014 08:45:03 +0200 Source: freeplane Binary: freeplane libjortho-freeplane-java Architecture: source all Version: 1.3.12-1 Distribution: unstable Urgency: medium Maintainer: Debian Java Maintainers

Accepted laptop-mode-tools 1.66-1 (source all) into unstable

2014-09-27 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 26 Sep 2014 20:26:59 +0530 Source: laptop-mode-tools Binary: laptop-mode-tools Architecture: source all Version: 1.66-1 Distribution: unstable Urgency: medium Maintainer: Ritesh Raj Sarraf r...@debian.org Changed-By: Ritesh Raj

Accepted libdevel-bt-perl 0.06-3 (source) into unstable

2014-09-27 Thread Niko Tyni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 27 Sep 2014 11:11:32 +0300 Source: libdevel-bt-perl Binary: libdevel-bt-perl Architecture: source Version: 0.06-3 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group

Accepted sysstat 11.0.1-1 (source i386 all) into unstable

2014-09-27 Thread Robert Luberda
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 26 Sep 2014 10:03:15 +0200 Source: sysstat Binary: sysstat isag Architecture: source i386 all Version: 11.0.1-1 Distribution: unstable Urgency: medium Maintainer: Robert Luberda rob...@debian.org Changed-By: Robert Luberda

Accepted util-linux 2.20.1-5.9 (source all amd64) into unstable

2014-09-27 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 21 Sep 2014 22:48:57 +0200 Source: util-linux Binary: util-linux util-linux-locales mount bsdutils fdisk-udeb cfdisk-udeb libblkid1 libblkid1-udeb libblkid-dev libmount1 libmount1-udeb libmount-dev libuuid1 uuid-runtime

Accepted meld 3.12.0-1 (source all) into unstable

2014-09-27 Thread Balint Reczey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 27 Sep 2014 11:05:05 +0200 Source: meld Binary: meld Architecture: source all Version: 3.12.0-1 Distribution: unstable Urgency: medium Maintainer: Balint Reczey bal...@balintreczey.hu Changed-By: Balint Reczey

Accepted kdenlive 0.9.10-1 (source amd64 all) into unstable

2014-09-27 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 27 Sep 2014 11:29:48 +0200 Source: kdenlive Binary: kdenlive kdenlive-data kdenlive-dbg Architecture: source amd64 all Version: 0.9.10-1 Distribution: unstable Urgency: medium Maintainer: Patrick Matthäi pmatth...@debian.org

Accepted qqwing 1.3.2-1 (source amd64) into unstable, unstable

2014-09-27 Thread Jackson Doak
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 25 Sep 2014 08:39:04 +1000 Source: qqwing Binary: qqwing libqqwing2 libqqwing-dev Architecture: source amd64 Version: 1.3.2-1 Distribution: unstable Urgency: medium Maintainer: Jackson Doak nosk...@ubuntu.com Changed-By: Jackson

Accepted libosinfo 0.2.11-1 (source amd64) into unstable

2014-09-27 Thread Guido Günther
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 27 Sep 2014 12:47:45 +0200 Source: libosinfo Binary: libosinfo-1.0-0 libosinfo-bin libosinfo-1.0-0-dbg libosinfo-1.0-dev gir1.2-libosinfo-1.0 Architecture: source amd64 Version: 0.2.11-1 Distribution: unstable Urgency: medium

Accepted sidplayfp 1.3.0-2 (source amd64) into unstable

2014-09-27 Thread GCS
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 27 Sep 2014 10:52:43 + Source: sidplayfp Binary: sidplayfp Architecture: source amd64 Version: 1.3.0-2 Distribution: unstable Urgency: medium Maintainer: Laszlo Boszormenyi (GCS) g...@debian.org Changed-By: Laszlo

Accepted vice 2.4.dfsg+2.4.7-2 (source amd64) into unstable

2014-09-27 Thread GCS
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 27 Sep 2014 07:38:01 + Source: vice Binary: vice Architecture: source amd64 Version: 2.4.dfsg+2.4.7-2 Distribution: unstable Urgency: low Maintainer: Laszlo Boszormenyi (GCS) g...@debian.org Changed-By: Laszlo Boszormenyi

Accepted libpdl-netcdf-perl 4.20-1 (source amd64) into unstable

2014-09-27 Thread Henning Glawe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 27 Sep 2014 13:38:48 +0200 Source: libpdl-netcdf-perl Binary: libpdl-netcdf-perl Architecture: source amd64 Version: 4.20-1 Distribution: unstable Urgency: low Maintainer: Henning Glawe gla...@debian.org Changed-By: Henning

Accepted appstream-glib 0.3.0-1 (source amd64 all) into unstable, unstable

2014-09-27 Thread Matthias Klumpp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 23 Sep 2014 16:50:18 +0200 Source: appstream-glib Binary: appstream-util libappstream-glib7 libappstream-glib-dev gir1.2-appstreamglib-1.0 appstream-glib-doc Architecture: source amd64 all Version: 0.3.0-1 Distribution:

Accepted gnome-sound-recorder 3.14.0.1-1 (source amd64) into unstable, unstable

2014-09-27 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 22 Sep 2014 23:27:46 +0200 Source: gnome-sound-recorder Binary: gnome-sound-recorder Architecture: source amd64 Version: 3.14.0.1-1 Distribution: unstable Urgency: medium Maintainer: Debian GNOME Maintainers

Accepted gnome-sound-recorder 3.12.2-1 (source amd64) into unstable, unstable

2014-09-27 Thread Laurent Bigonville
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 13 Sep 2014 13:11:34 +0200 Source: gnome-sound-recorder Binary: gnome-sound-recorder Architecture: source amd64 Version: 3.12.2-1 Distribution: unstable Urgency: low Maintainer: Debian GNOME Maintainers

Accepted whatmaps 0.0.8-5 (source all) into unstable

2014-09-27 Thread Guido Günther
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 27 Sep 2014 13:42:48 +0200 Source: whatmaps Binary: whatmaps Architecture: source all Version: 0.0.8-5 Distribution: unstable Urgency: medium Maintainer: Guido Günther a...@sigxcpu.org Changed-By: Guido Günther

Accepted isso 0.9.7-1 (source all) into experimental

2014-09-27 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 27 Sep 2014 12:20:06 +0200 Source: isso Binary: isso Architecture: source all Version: 0.9.7-1 Distribution: experimental Urgency: medium Maintainer: Jelmer Vernooij jel...@debian.org Changed-By: Jelmer Vernooij

Accepted tdb 1.3.1-1 (source amd64) into unstable

2014-09-27 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sun, 06 Jul 2014 01:36:22 +0200 Source: tdb Binary: libtdb1 tdb-tools libtdb-dev libtdb1-dbg python-tdb python-tdb-dbg Architecture: source amd64 Version: 1.3.1-1 Distribution: unstable Urgency: medium Maintainer: Debian Samba

Accepted gnome-photos 3.14.0-1 (source amd64) into unstable

2014-09-27 Thread Laurent Bigonville
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 27 Sep 2014 14:09:54 +0200 Source: gnome-photos Binary: gnome-photos Architecture: source amd64 Version: 3.14.0-1 Distribution: unstable Urgency: medium Maintainer: Debian GNOME Maintainers

Accepted rygel 0.24.0-1 (source amd64 all) into unstable, unstable

2014-09-27 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 23 Sep 2014 00:43:13 +0200 Source: rygel Binary: rygel rygel-dbg rygel-2.4-dev librygel-core-2.4-2 librygel-server-2.4-2 librygel-renderer-2.4-2 librygel-renderer-gst-2.4-2 rygel-mediathek rygel-tracker rygel-gst-renderer

Accepted pdfshuffler 0.6.0-6 (source all) into unstable

2014-09-27 Thread Jeremy Lainé
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 27 Sep 2014 14:41:33 +0200 Source: pdfshuffler Binary: pdfshuffler Architecture: source all Version: 0.6.0-6 Distribution: unstable Urgency: medium Maintainer: Python Applications Packaging Team

Accepted rcmdr 2.1-2-1 (source i386) into unstable

2014-09-27 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 27 Sep 2014 06:50:16 -0500 Source: rcmdr Binary: r-cran-rcmdr Architecture: source i386 Version: 2.1-2-1 Distribution: unstable Urgency: low Maintainer: Dirk Eddelbuettel e...@debian.org Changed-By: Dirk Eddelbuettel

Accepted libgcrypt20 1.6.2-4 (source all i386) into unstable

2014-09-27 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 27 Sep 2014 14:12:54 +0200 Source: libgcrypt20 Binary: libgcrypt20-doc libgcrypt20-dev libgcrypt20-dbg libgcrypt20 libgcrypt20-udeb libgcrypt11-dev Architecture: source all i386 Version: 1.6.2-4 Distribution: unstable

Accepted i18nspector 0.17-1 (source all) into unstable

2014-09-27 Thread Stuart Prescott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 27 Sep 2014 23:06:49 +1000 Source: i18nspector Binary: i18nspector Architecture: source all Version: 0.17-1 Distribution: unstable Urgency: medium Maintainer: Stuart Prescott stu...@debian.org Changed-By: Stuart Prescott

Accepted libdevel-cover-perl 1.17-1 (source amd64) into unstable

2014-09-27 Thread Axel Beckert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 27 Sep 2014 14:17:35 +0200 Source: libdevel-cover-perl Binary: libdevel-cover-perl Architecture: source amd64 Version: 1.17-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group

Accepted libtest-class-perl 0.47-1 (source all) into unstable

2014-09-27 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 27 Sep 2014 15:23:24 +0200 Source: libtest-class-perl Binary: libtest-class-perl Architecture: source all Version: 0.47-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group

Accepted libmodule-cpanfile-perl 1.1000-1 (source all) into unstable

2014-09-27 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 27 Sep 2014 15:16:56 +0200 Source: libmodule-cpanfile-perl Binary: libmodule-cpanfile-perl Architecture: source all Version: 1.1000-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group

Accepted cinnamon-menus 2.2.0-3 (source amd64) into unstable

2014-09-27 Thread Margarita Manterola
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 27 Sep 2014 15:04:07 +0200 Source: cinnamon-menus Binary: libcinnamon-menu-3-0 libcinnamon-menu-3-0-dbg libcinnamon-menu-3-dev gir1.2-cmenu-3.0 Architecture: source amd64 Version: 2.2.0-3 Distribution: unstable Urgency:

Accepted libpdl-io-hdf5-perl 0.6501-2 (source amd64) into unstable

2014-09-27 Thread Henning Glawe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 27 Sep 2014 15:06:53 +0200 Source: libpdl-io-hdf5-perl Binary: libpdl-io-hdf5-perl Architecture: source amd64 Version: 0.6501-2 Distribution: unstable Urgency: low Maintainer: Henning Glawe gla...@debian.org Changed-By: Henning

Accepted autogen 1:5.18.4-3 (source i386 all) into unstable

2014-09-27 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 27 Sep 2014 15:57:52 +0200 Source: autogen Binary: autogen autogen-doc libopts25 libopts25-dev Architecture: source i386 all Version: 1:5.18.4-3 Distribution: unstable Urgency: low Maintainer: Andreas Metzler

Accepted exuberant-ctags 1:5.9~svn20110310-8 (source i386) into unstable

2014-09-27 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 27 Sep 2014 15:41:06 +0100 Source: exuberant-ctags Binary: exuberant-ctags Architecture: source i386 Version: 1:5.9~svn20110310-8 Distribution: unstable Urgency: medium Maintainer: Colin Watson cjwat...@debian.org Changed-By:

Accepted dirmngr 1.1.1-3 (source) into unstable

2014-09-27 Thread Daniel Kahn Gillmor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 24 Sep 2014 22:54:42 -0400 Source: dirmngr Binary: dirmngr Architecture: source Version: 1.1.1-3 Distribution: unstable Urgency: medium Maintainer: Debian GnuPG-Maintainers pkg-gnupg-ma...@lists.alioth.debian.org Changed-By:

Accepted graphicsmagick 1.3.20-3 (source amd64 all) into unstable

2014-09-27 Thread GCS
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 27 Sep 2014 07:37:31 + Source: graphicsmagick Binary: graphicsmagick libgraphicsmagick3 libgraphicsmagick1-dev libgraphicsmagick++3 libgraphicsmagick++1-dev libgraphics-magick-perl graphicsmagick-imagemagick-compat

Accepted gscan2pdf 1.2.6-1 (source all) into unstable

2014-09-27 Thread Jeffrey Ratcliffe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 27 Sep 2014 15:21:20 +0200 Source: gscan2pdf Binary: gscan2pdf Architecture: source all Version: 1.2.6-1 Distribution: unstable Urgency: low Maintainer: Jeffrey Ratcliffe j...@debian.org Changed-By: Jeffrey Ratcliffe

Accepted ieee-data 20140927.1 (source all) into unstable

2014-09-27 Thread Luciano Bello
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 27 Sep 2014 16:15:24 +0200 Source: ieee-data Binary: ieee-data Architecture: source all Version: 20140927.1 Distribution: unstable Urgency: high Maintainer: Luciano Bello luci...@debian.org Changed-By: Luciano Bello

Accepted haskell-hledger 0.23.3-1 (source all amd64) into unstable

2014-09-27 Thread Raúl Benencia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Fri, 19 Sep 2014 16:57:00 -0300 Source: haskell-hledger Binary: hledger libghc-hledger-dev libghc-hledger-prof libghc-hledger-doc Architecture: source all amd64 Version: 0.23.3-1 Distribution: unstable Urgency: medium Maintainer:

Accepted handbrake 0.9.9+svn6422+dfsg1-1 (source amd64) into unstable

2014-09-27 Thread Sebastian Ramacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 27 Sep 2014 17:31:28 +0200 Source: handbrake Binary: handbrake handbrake-cli handbrake-dbg Architecture: source amd64 Version: 0.9.9+svn6422+dfsg1-1 Distribution: unstable Urgency: medium Maintainer: Debian Multimedia

Accepted libcpan-meta-perl 2.142690-1 (source all) into unstable

2014-09-27 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 27 Sep 2014 15:51:31 +0200 Source: libcpan-meta-perl Binary: libcpan-meta-perl Architecture: source all Version: 2.142690-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group

Accepted libimage-exiftool-perl 9.72-1 (source all) into unstable

2014-09-27 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 27 Sep 2014 17:30:46 +0200 Source: libimage-exiftool-perl Binary: libimage-exiftool-perl Architecture: source all Version: 9.72-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group

Accepted libhttp-tiny-perl 0.050-1 (source all) into unstable

2014-09-27 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 27 Sep 2014 17:20:25 +0200 Source: libhttp-tiny-perl Binary: libhttp-tiny-perl Architecture: source all Version: 0.050-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group

Accepted libextutils-libbuilder-perl 0.06-1 (source all) into unstable

2014-09-27 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 27 Sep 2014 17:05:35 +0200 Source: libextutils-libbuilder-perl Binary: libextutils-libbuilder-perl Architecture: source all Version: 0.06-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted libextutils-cbuilder-perl 0.280219-1 (source all) into unstable

2014-09-27 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 27 Sep 2014 16:49:31 +0200 Source: libextutils-cbuilder-perl Binary: libextutils-cbuilder-perl Architecture: source all Version: 0.280219-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group

Accepted octave-geometry 1.7.0-2 (source amd64) into unstable

2014-09-27 Thread Sébastien Villemot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 27 Sep 2014 15:53:06 +0200 Source: octave-geometry Binary: octave-geometry Architecture: source amd64 Version: 1.7.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Octave Group

Accepted octave-fpl 1.3.4-2 (source all) into unstable

2014-09-27 Thread Rafael Laboissiere
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 27 Sep 2014 03:48:11 -0300 Source: octave-fpl Binary: octave-fpl Architecture: source all Version: 1.3.4-2 Distribution: unstable Urgency: medium Maintainer: Debian Octave Group pkg-octave-de...@lists.alioth.debian.org

Accepted octave-general 1.3.4-2 (source amd64) into unstable

2014-09-27 Thread Rafael Laboissiere
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 27 Sep 2014 06:22:22 -0300 Source: octave-general Binary: octave-general Architecture: source amd64 Version: 1.3.4-2 Distribution: unstable Urgency: medium Maintainer: Debian Octave Group

Accepted octave-image 2.2.1-2 (source amd64) into unstable

2014-09-27 Thread Rafael Laboissiere
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 27 Sep 2014 04:29:13 -0300 Source: octave-image Binary: octave-image Architecture: source amd64 Version: 2.2.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Octave Group pkg-octave-de...@lists.alioth.debian.org

Accepted nemo 2.2.4-2 (source amd64 all) into unstable

2014-09-27 Thread Margarita Manterola
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 27 Sep 2014 15:49:17 +0200 Source: nemo Binary: nemo nemo-dbg libnemo-extension1 libnemo-extension-dev gir1.2-nemo-3.0 nemo-data Architecture: source amd64 all Version: 2.2.4-2 Distribution: unstable Urgency: low Maintainer:

Accepted octave-ltfat 1.4.4-3 (source all amd64) into unstable

2014-09-27 Thread Rafael Laboissiere
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 27 Sep 2014 04:30:46 -0300 Source: octave-ltfat Binary: octave-ltfat octave-ltfat-common Architecture: source all amd64 Version: 1.4.4-3 Distribution: unstable Urgency: medium Maintainer: Debian Octave Group

Accepted php-doctrine-annotations 1.2.1-1 (source all) into unstable

2014-09-27 Thread David Prévot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 27 Sep 2014 10:16:27 -0400 Source: php-doctrine-annotations Binary: php-doctrine-annotations Architecture: source all Version: 1.2.1-1 Distribution: unstable Urgency: medium Maintainer: Debian PHP PEAR Maintainers

Accepted octave-symbolic 1.1.0-3 (source amd64) into unstable

2014-09-27 Thread Rafael Laboissiere
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 27 Sep 2014 03:52:54 -0300 Source: octave-symbolic Binary: octave-symbolic Architecture: source amd64 Version: 1.1.0-3 Distribution: unstable Urgency: medium Maintainer: Debian Octave Group

Accepted octave-tsa 4.2.7-2 (source amd64) into unstable

2014-09-27 Thread Rafael Laboissiere
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 27 Sep 2014 06:29:28 -0300 Source: octave-tsa Binary: octave-tsa Architecture: source amd64 Version: 4.2.7-2 Distribution: unstable Urgency: medium Maintainer: Debian Octave Group pkg-octave-de...@lists.alioth.debian.org

Accepted octave-splines 1.2.7-2 (source all) into unstable

2014-09-27 Thread Rafael Laboissiere
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 27 Sep 2014 06:26:08 -0300 Source: octave-splines Binary: octave-splines Architecture: source all Version: 1.2.7-2 Distribution: unstable Urgency: medium Maintainer: Debian Octave Group pkg-octave-de...@lists.alioth.debian.org

Accepted python-ironicclient 0.3.0-1 (source all) into experimental

2014-09-27 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 25 Sep 2014 00:06:26 +0800 Source: python-ironicclient Binary: python-ironicclient Architecture: source all Version: 0.3.0-1 Distribution: experimental Urgency: medium Maintainer: PKG OpenStack

Accepted poppler 0.26.5-1 (source amd64 all) into unstable

2014-09-27 Thread Pino Toscano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 27 Sep 2014 15:57:03 +0200 Source: poppler Binary: libpoppler46 libpoppler-dev libpoppler-private-dev libpoppler-glib8 libpoppler-glib-dev libpoppler-glib-doc gir1.2-poppler-0.18 libpoppler-qt4-4 libpoppler-qt4-dev

Accepted simple-scan 3.14.0-1 (source amd64) into unstable

2014-09-27 Thread Jörg Frings-Fürst
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 24 Sep 2014 16:04:22 +0200 Source: simple-scan Binary: simple-scan simple-scan-dbg Architecture: source amd64 Version: 3.14.0-1 Distribution: unstable Urgency: medium Maintainer: Jörg Frings-Fürst deb...@jff-webhosting.net

Accepted vdpauinfo 0.1-2 (source amd64) into unstable

2014-09-27 Thread Andreas Beckmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 27 Sep 2014 17:35:19 +0200 Source: vdpauinfo Binary: vdpauinfo Architecture: source amd64 Version: 0.1-2 Distribution: unstable Urgency: low Maintainer: Debian NVIDIA Maintainers pkg-nvidia-de...@lists.alioth.debian.org

Accepted wmmemload 0.1.6-8 (source i386) into unstable

2014-09-27 Thread Philipp Benner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 27 Sep 2014 17:16:20 +0200 Source: wmmemload Binary: wmmemload Architecture: source i386 Version: 0.1.6-8 Distribution: unstable Urgency: low Maintainer: Debian QA Group packa...@qa.debian.org Changed-By: Philipp Benner

Accepted codelite 6.1.1+dfsg-4 (source amd64) into unstable

2014-09-27 Thread James Cowgill
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 27 Sep 2014 11:57:16 +0100 Source: codelite Binary: codelite codelite-plugins Architecture: source amd64 Version: 6.1.1+dfsg-4 Distribution: unstable Urgency: medium Maintainer: James Cowgill james...@cowgill.org.uk

Accepted liblucy-perl 0.3.3-3 (source amd64) into unstable

2014-09-27 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 27 Sep 2014 12:43:40 + Source: liblucy-perl Binary: liblucy-perl Architecture: source amd64 Version: 0.3.3-3 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org

Accepted libnet-github-perl 0.69-1 (source all) into unstable

2014-09-27 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 27 Sep 2014 18:10:08 +0200 Source: libnet-github-perl Binary: libnet-github-perl Architecture: source all Version: 0.69-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group

Accepted libnet-dns-perl 0.80-1 (source) into unstable

2014-09-27 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 27 Sep 2014 18:04:37 +0200 Source: libnet-dns-perl Binary: libnet-dns-perl Architecture: source Version: 0.80-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org

Accepted libsoftware-license-perl 0.103010-3 (source all) into unstable

2014-09-27 Thread Dominique Dumont
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 27 Sep 2014 18:07:36 +0200 Source: libsoftware-license-perl Binary: libsoftware-license-perl Architecture: source all Version: 0.103010-3 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group

Accepted cl-plplot 0.6.0-5 (source all) into unstable

2014-09-27 Thread Philipp Benner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 27 Sep 2014 18:26:51 +0200 Source: cl-plplot Binary: cl-plplot Architecture: source all Version: 0.6.0-5 Distribution: unstable Urgency: low Maintainer: Debian QA Group packa...@qa.debian.org Changed-By: Philipp Benner

Accepted libthrust 1.7.0-2 (source all) into unstable

2014-09-27 Thread Andreas Beckmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 27 Sep 2014 18:26:58 +0200 Source: libthrust Binary: libthrust-dev Architecture: source all Version: 1.7.0-2 Distribution: unstable Urgency: low Maintainer: Debian NVIDIA Maintainers pkg-nvidia-de...@lists.alioth.debian.org

Accepted prettify.js 2013.03.04+dfsg-4 (source all) into unstable

2014-09-27 Thread Dominique Dumont
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 27 Sep 2014 18:15:53 +0200 Source: prettify.js Binary: libjs-prettify Architecture: source all Version: 2013.03.04+dfsg-4 Distribution: unstable Urgency: medium Maintainer: Debian Javascript Maintainers

Accepted dbi 0.3.1-1 (source i386) into unstable

2014-09-27 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 27 Sep 2014 11:45:08 -0500 Source: dbi Binary: r-cran-dbi Architecture: source i386 Version: 0.3.1-1 Distribution: unstable Urgency: low Maintainer: Dirk Eddelbuettel e...@debian.org Changed-By: Dirk Eddelbuettel e...@debian.org

Accepted cunit 2.1-2.dfsg-2 (source all i386) into unstable

2014-09-27 Thread Philipp Benner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 27 Sep 2014 18:32:36 +0200 Source: cunit Binary: libcunit1-dev libcunit1 libcunit1-ncurses-dev libcunit1-ncurses libcunit1-doc Architecture: source all i386 Version: 2.1-2.dfsg-2 Distribution: unstable Urgency: low Maintainer:

Accepted libpackage-stash-perl 0.37-1 (source all) into unstable

2014-09-27 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 27 Sep 2014 18:33:05 +0200 Source: libpackage-stash-perl Binary: libpackage-stash-perl Architecture: source all Version: 0.37-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group

Accepted python-pyscss 1.2.1-1 (source amd64) into unstable

2014-09-27 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 28 Sep 2014 00:06:12 +0800 Source: python-pyscss Binary: python-pyscss python3-pyscss Architecture: source amd64 Version: 1.2.1-1 Distribution: unstable Urgency: medium Maintainer: Debian Python Modules Team

  1   2   >