Re: goals for hardening Debian: ideas and help wanted

2014-04-25 Thread Cameron Norman
On Thu, Apr 24, 2014 at 9:49 AM, Giacomo Mulas giacomo.mula...@gmail.com wrote: On Thu, 24 Apr 2014, Steve Langasek wrote: The apparmor policies in Debian apply a principle of minimal harm, confining only those services for which someone has taken the time to verify the correct profile.

Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-25 Thread Matthias Urlichs
Hi, Manuel A. Fernandez Montecelo: a) the minified .js is still source code, by definition. Sorry, but _my_ definition of source code is whatever you customarily edit when you want to change something. _Nobody_ in their right mind edits minified Javascript. IMHO, in an ideal world we would

ld.so for multiarch and multilib installed at same time

2014-04-25 Thread Yunqiang Su
On amd64 system: libc6-i386 make /lib/ld-linux.so.2 link to /lib32/ld-linux.so.2 and link to /lib32/ld-2.18.so libc6:i386 make /lib/ld-linux.so.2 link to /lib/i386-linux-gnu/ld-2.18.so when these 2 packages installed at the same time /lib/ld-linux.so.2 is linked to

Makefile.am to Makefile.in: was: Re: lintian source-is-missing for jquery ...

2014-04-25 Thread Svante Signell
On Thu, 2014-04-24 at 23:20 -0500, Gunnar Wolf wrote: Manuel A. Fernandez Montecelo dijo [Fri, Apr 25, 2014 at 01:27:02AM +0100]: To both things above, I don't think that this is different to my example of 'configure' script without corresponding .ac/.in; and I don't think that anybody

Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-25 Thread Neil Williams
On Thu, 24 Apr 2014 20:48:47 +0100 Manuel A. Fernandez Montecelo manuel.montez...@gmail.com wrote: Hi, Moving from debian-devel-games to debian-devel@ for opinions about if this lintian warning is OK to override or not, or in general about what to do with lintian warning about minified JS.

Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-25 Thread Manuel A. Fernandez Montecelo
2014-04-25 5:20 GMT+01:00 Gunnar Wolf gw...@gwolf.org: Manuel A. Fernandez Montecelo dijo [Fri, Apr 25, 2014 at 01:27:02AM +0100]: To both things above, I don't think that this is different to my example of 'configure' script without corresponding .ac/.in; and I don't think that anybody is

Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-25 Thread Neil Williams
On Thu, 24 Apr 2014 23:20:00 -0500 Gunnar Wolf gw...@gwolf.org wrote: Manuel A. Fernandez Montecelo dijo [Fri, Apr 25, 2014 at 01:27:02AM +0100]: To both things above, I don't think that this is different to my example of 'configure' script without corresponding .ac/.in; and I don't think

Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-25 Thread Neil Williams
On Fri, 25 Apr 2014 01:16:04 +0100 Manuel A. Fernandez Montecelo manuel.montez...@gmail.com wrote: I don't think that we should go and do the tedious work of repack thousands of packages because of this, with no real benefit in terms of freedom (or any other) for our users -- provided that we

Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-25 Thread Manuel A. Fernandez Montecelo
2014-04-25 8:49 GMT+01:00 Matthias Urlichs matth...@urlichs.de: Hi, Manuel A. Fernandez Montecelo: a) the minified .js is still source code, by definition. Sorry, but _my_ definition of source code is whatever you customarily edit when you want to change something. _Nobody_ in their right

Re: ld.so for multiarch and multilib installed at same time

2014-04-25 Thread Steve McIntyre
Yunqiang Su wrote: On amd64 system: libc6-i386 make /lib/ld-linux.so.2 link to /lib32/ld-linux.so.2 and link to /lib32/ld-2.18.so libc6:i386 make /lib/ld-linux.so.2 link to /lib/i386-linux-gnu/ld-2.18.so when these 2 packages installed at the same time /lib/ld-linux.so.2 is

Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-25 Thread Neil Williams
On Fri, 25 Apr 2014 10:47:20 +0100 Manuel A. Fernandez Montecelo manuel.montez...@gmail.com wrote: 2014-04-25 8:49 GMT+01:00 Matthias Urlichs matth...@urlichs.de: Hi, Manuel A. Fernandez Montecelo: a) the minified .js is still source code, by definition. Sorry, but _my_ definition of

Re: ld.so for multiarch and multilib installed at same time

2014-04-25 Thread Yunqiang Su
On Fri, Apr 25, 2014 at 5:58 PM, Steve McIntyre st...@einval.com wrote: Yunqiang Su wrote: On amd64 system: libc6-i386 make /lib/ld-linux.so.2 link to /lib32/ld-linux.so.2 and link to /lib32/ld-2.18.so libc6:i386 make /lib/ld-linux.so.2 link to /lib/i386-linux-gnu/ld-2.18.so when

Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-25 Thread Craig Small
On Fri, Apr 25, 2014 at 09:41:37AM +0100, Neil Williams wrote: The package is wrong if lintian reports the error. Fix the package. Not always, the way lintian checks is wrong. I'm not buying into is minimised source or not, but no matter which way you sit on that issue, the lintian checks for

Re: ld.so for multiarch and multilib installed at same time

2014-04-25 Thread Steve McIntyre
On Fri, Apr 25, 2014 at 06:49:49PM +0800, Yunqiang Su wrote: On Fri, Apr 25, 2014 at 5:58 PM, Steve McIntyre st...@einval.com wrote: Yunqiang Su wrote: On amd64 system: libc6-i386 make /lib/ld-linux.so.2 link to /lib32/ld-linux.so.2 and link to /lib32/ld-2.18.so libc6:i386 make

Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-25 Thread Neil Williams
On Fri, 25 Apr 2014 21:58:57 +1000 Craig Small csm...@debian.org wrote: On Fri, Apr 25, 2014 at 09:41:37AM +0100, Neil Williams wrote: The package is wrong if lintian reports the error. Fix the package. Not always, the way lintian checks is wrong. I'm not buying into is minimised source or

Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-25 Thread Daniel Pocock
On 25/04/14 02:16, Manuel A. Fernandez Montecelo wrote: I don't think that we should go and do the tedious work of repack thousands of packages because of this, with no real benefit in terms of freedom (or any other) for our users -- provided that we depend and link to the canonical

Re: ld.so for multiarch and multilib installed at same time

2014-04-25 Thread Andrey Rahmatullin
On Fri, Apr 25, 2014 at 06:49:49PM +0800, Yunqiang Su wrote: On amd64 system: libc6-i386 make /lib/ld-linux.so.2 link to /lib32/ld-linux.so.2 and link to /lib32/ld-2.18.so libc6:i386 make /lib/ld-linux.so.2 link to /lib/i386-linux-gnu/ld-2.18.so when these 2 packages

Non-source Javascript files in upstream source (was: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699)

2014-04-25 Thread Ben Finney
Neil Williams codeh...@debian.org writes: On Fri, 25 Apr 2014 01:16:04 +0100 Manuel A. Fernandez Montecelo manuel.montez...@gmail.com wrote: I don't think that we should go and do the tedious work of repack thousands of packages because of this, with no real benefit in terms of freedom

Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-25 Thread Thomas Goirand
On 04/25/2014 03:48 AM, Manuel A. Fernandez Montecelo wrote: a) the minified .js is still source code, by definition. I don't agree with this. On 04/25/2014 03:48 AM, Manuel A. Fernandez Montecelo wrote: It's interpreted in different implementations of an ISO-approved interpreted language,

Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-25 Thread Solal
I agree with you. An obfuscated source isn't source and should'nt be in source packages. But in binary packages, yes. Also, as say the GNU LibreJS standard for publish free JavaScript code, If there are a comment which is an URL to the source and the corresponding source is free, the obfuscated

Re: lintian source-is-missing for jquery

2014-04-25 Thread Bas Wijnen
On Fri, Apr 25, 2014 at 10:47:20AM +0100, Manuel A. Fernandez Montecelo wrote: Thus, the file itself being source code, You are the only one who uses a definition of source code that includes generated files. This is confusing; please don't do that. So I believe that the lintian error

DFSG : Really useful?

2014-04-25 Thread Solal
Why not just take the Free Software Definition[0] instead lose a lot of time in specific guidelines. I think use the Free System Distribution Guidelines published by the FSF[1] is the best way. Use the FSDG instead of the DFSG will : -Be more efficient instead of lose a lot of time in the DFSG.

Re: ld.so for multiarch and multilib installed at same time

2014-04-25 Thread Yunqiang Su
On Fri, Apr 25, 2014 at 9:00 PM, Andrey Rahmatullin w...@wrar.name wrote: On Fri, Apr 25, 2014 at 06:49:49PM +0800, Yunqiang Su wrote: On amd64 system: libc6-i386 make /lib/ld-linux.so.2 link to /lib32/ld-linux.so.2 and link to /lib32/ld-2.18.so libc6:i386 make

Re: DFSG : Really useful?

2014-04-25 Thread Jonas Smedegaard
Quoting Solal (2014-04-25 15:14:49) Why not just take the Free Software Definition[0] instead lose a lot of time in specific guidelines. I think use the Free System Distribution Guidelines published by the FSF[1] is the best way. Use the FSDG instead of the DFSG will : -Be more efficient

Re: DFSG : Really useful?

2014-04-25 Thread Sven Bartscher
On Fri, 25 Apr 2014 15:14:49 +0200 Solal solal.rast...@me.com wrote: Why not just take the Free Software Definition[0] instead lose a lot of time in specific guidelines. I think use the Free System Distribution Guidelines published by the FSF[1] is the best way. Use the FSDG instead of the

Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-25 Thread Jeroen Dekkers
At Fri, 25 Apr 2014 14:58:35 +0200, Daniel Pocock wrote: There is no doubt in my mind that if the rules are not strict then sooner or later somebody will sneak something bad into some minified Javascript - maybe it will happen upstream and the DD won't even be aware of it. Yes, and that's why

Re: ld.so for multiarch and multilib installed at same time

2014-04-25 Thread Ben Hutchings
On Fri, 2014-04-25 at 16:39 +0800, Yunqiang Su wrote: [...] On mips64el system: libc6-mips32 make /lib/ld.so.1 link to /lib/ld-2.18.so (yes, quite strange, mips system asks for use /lib as o32 multilib path) libc6:mipsel make /lib/ld.so.1 link to /lib/mipsel-linux-gnu/ld-2.18.so

Re: ld.so for multiarch and multilib installed at same time

2014-04-25 Thread Ben Hutchings
On Fri, 2014-04-25 at 16:28 +0100, Ben Hutchings wrote: On Fri, 2014-04-25 at 16:39 +0800, Yunqiang Su wrote: [...] On mips64el system: libc6-mips32 make /lib/ld.so.1 link to /lib/ld-2.18.so (yes, quite strange, mips system asks for use /lib as o32 multilib path)

Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-25 Thread Neil Williams
On Fri, 25 Apr 2014 16:47:41 +0200 Jeroen Dekkers jer...@dekkers.ch wrote: At Fri, 25 Apr 2014 14:58:35 +0200, Daniel Pocock wrote: There is no doubt in my mind that if the rules are not strict then sooner or later somebody will sneak something bad into some minified Javascript - maybe it

Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-25 Thread Daniel Pocock
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 25/04/14 17:40, Neil Williams wrote: On Fri, 25 Apr 2014 16:47:41 +0200 Jeroen Dekkers jer...@dekkers.ch wrote: At Fri, 25 Apr 2014 14:58:35 +0200, Daniel Pocock wrote: There is no doubt in my mind that if the rules are not strict then

concurrent installation of different pkg versions

2014-04-25 Thread Daniel Pocock
With all the talk about removing jquery from source packages, one thing that does arise is the question of how to support different jquery versions. This is not just a JavaScript issue though. Maybe we can have libjs-jquery-1.7 libjs-jquery-1.10 and friends all installed concurrently.

Bug#745846: ITP: phpunit-version -- library that helps with managing the version number of Git-hosted PHP projects

2014-04-25 Thread David Prévot
Package: wnpp Severity: wishlist Owner: David Prévot taf...@debian.org Control: block 744876 by -1 * Package name: phpunit-version Version : 1.0.3 Upstream Author : Sebastian Bergmann sebast...@phpunit.de * URL : https://github.com/sebastianbergmann/phpunit-version *

Bug#745847: ITP: perm -- efficient mapping of short reads with periodic spaced seeds

2014-04-25 Thread Andreas Tille
Package: wnpp Severity: wishlist Owner: Andreas Tille ti...@debian.org * Package name: perm Version : 0.4.0 Upstream Author : Yangho Chen yangh...@usc.edu * URL : http://code.google.com/p/perm/ * License : Apache 2.0 Programming Lang: C++ Description :

Re: goals for hardening Debian: ideas and help wanted

2014-04-25 Thread Kevin Chadwick
previously on this list Paul Wise contributed: I have written a non-exhaustive list of goals for hardening the Debian distribution, the Debian project and computer systems of the Debian project, contributors and users. https://wiki.debian.org/Hardening/Goals If you have more ideas,

Re: Bits from the 7th Debian Groupware Meeting

2014-04-25 Thread Daniel Pocock
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 25/04/14 21:27, Guido Gnther wrote: The seventh Debian Groupware Meeting[1] was held in the LinuxHotel, Essen, Germany[2]. We had one remote hacker from NYC which brings the number of attendants up to 9. This is a short summary of what

Bug#745853: ITP: phpunit-diff -- diff implementation - stand-alone component from PHPUnit

2014-04-25 Thread David Prévot
Package: wnpp Severity: wishlist Owner: David Prévot taf...@debian.org Control: block 744876 by -1 * Package name: phpunit-diff Version : 1.1.0 Upstream Author : Sebastian Bergmann sebast...@phpunit.de * URL : https://github.com/sebastianbergmann/phpunit-diff * License

Bug#745854: ITP: phpunit-exporter -- export variables for visualization - PHPUnit component

2014-04-25 Thread David Prévot
Package: wnpp Severity: wishlist Owner: David Prévot taf...@debian.org Control: block 744876 by -1 * Package name: phpunit-exporter Version : 1.0.0 Upstream Author : Sebastian Bergmann sebast...@phpunit.de * URL : https://github.com/sebastianbergmann/phpunit-exporter *

Bug#745859: ITP: phpunit-environment -- functionality to handle HHVM/PHP environments - PHPUnit component

2014-04-25 Thread David Prévot
Package: wnpp Severity: wishlist Owner: David Prévot taf...@debian.org Control: block 744876 by -1 * Package name: phpunit-environment Version : 1.0.0 Upstream Author : Sebastian Bergmann sebast...@phpunit.de * URL : https://github.com/sebastianbergmann/phpunit-diff *

Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-25 Thread Wookey
+++ Manuel A. Fernandez Montecelo [2014-04-25 09:42 +0100]: ... a recent/ongoing thread, about using dh-autoreconf or something similar ... Nobody in the thread tried to apply the same logic with configure script compared to minified .js. The case of configure script is even worse, in my

Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-25 Thread Vincent Bernat
❦ 25 avril 2014 17:40 CEST, Neil Williams codeh...@debian.org : Compared to that amount of work, stripping a few files from a tarball using uscan is utterly trivial and I don't see why it is a problem. It's quite a bit harder to do the right thing and persuade upstream to not include them.

Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-25 Thread Manuel A . Fernandez Montecelo
2014-04-26 00:08 Vincent Bernat: ❦ 25 avril 2014 17:40 CEST, Neil Williams codeh...@debian.org : Compared to that amount of work, stripping a few files from a tarball using uscan is utterly trivial and I don't see why it is a problem. It's quite a bit harder to do the right thing and persuade

Re: lintian source-is-missing for jquery

2014-04-25 Thread Charles Plessy
Le Fri, Apr 25, 2014 at 03:48:51PM +0200, Bas Wijnen a écrit : Ignoring a bug because you set your priorities is understandable and (in some cases) good. Adding an override is not. There are also benefits from using an override: - It shows that the message has been received by the

Re: DFSG : Really useful?

2014-04-25 Thread Paul Wise
On Fri, Apr 25, 2014 at 10:34 PM, Sven Bartscher wrote: nonfree [...], which we don't want to drop (as far as I know). Some Debian members definitely wanted to drop it in 2004, not sure about today though. https://www.debian.org/vote/2004/vote_002

Re: concurrent installation of different pkg versions

2014-04-25 Thread Paul Wise
On Sat, Apr 26, 2014 at 1:39 AM, Daniel Pocock wrote: a generalized approach is needed. Multiple versions of a package seems undesirable to me, for the same reasons as static libraries and embedded code copies are undesirable. Systems that do this already exist though: https://nixos.org/

Re: concurrent installation of different pkg versions

2014-04-25 Thread Charles Plessy
Le Sat, Apr 26, 2014 at 11:41:17AM +0800, Paul Wise a écrit : On Sat, Apr 26, 2014 at 1:39 AM, Daniel Pocock wrote: a generalized approach is needed. Multiple versions of a package seems undesirable to me, for the same reasons as static libraries and embedded code copies are undesirable.

Re: concurrent installation of different pkg versions

2014-04-25 Thread Steve Langasek
On Sat, Apr 26, 2014 at 02:07:22PM +0900, Charles Plessy wrote: Le Sat, Apr 26, 2014 at 11:41:17AM +0800, Paul Wise a écrit : On Sat, Apr 26, 2014 at 1:39 AM, Daniel Pocock wrote: a generalized approach is needed. Multiple versions of a package seems undesirable to me, for the same

Re: concurrent installation of different pkg versions

2014-04-25 Thread Charles Plessy
Le Fri, Apr 25, 2014 at 10:11:58PM -0700, Steve Langasek a écrit : On Sat, Apr 26, 2014 at 02:07:22PM +0900, Charles Plessy wrote: Le Sat, Apr 26, 2014 at 11:41:17AM +0800, Paul Wise a écrit : On Sat, Apr 26, 2014 at 1:39 AM, Daniel Pocock wrote: a generalized approach is needed.

Accepted libdaemon 0.14-6 (source amd64 all)

2014-04-25 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 25 Apr 2014 08:25:13 +0200 Source: libdaemon Binary: libdaemon-dev libdaemon-doc libdaemon0 libdaemon0-dbg Architecture: source amd64 all Version: 0.14-6 Distribution: unstable Urgency: medium Maintainer: Utopia Maintenance

Accepted tdc 1.3-1 (source amd64)

2014-04-25 Thread Michael Lustfield
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 21 Apr 2014 20:18:42 -0500 Source: tdc Binary: tdc Architecture: source amd64 Version: 1.3-1 Distribution: unstable Urgency: low Maintainer: Michael Lustfield mich...@lustfield.net Changed-By: Michael Lustfield

Accepted smalt 0.7.6-2 (source amd64 all)

2014-04-25 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 25 Apr 2014 08:04:26 +0200 Source: smalt Binary: smalt smalt-examples Architecture: source amd64 all Version: 0.7.6-2 Distribution: unstable Urgency: medium Maintainer: Debian Med Packaging Team

Accepted mariadb-5.5 5.5.37-1 (source all amd64)

2014-04-25 Thread Otto Kekäläinen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 17 Apr 2014 20:55:22 +0300 Source: mariadb-5.5 Binary: libmariadbclient18 libmariadbd-dev libmariadbclient-dev mariadb-common mariadb-client-core-5.5 mariadb-client-5.5 mariadb-server-core-5.5 mariadb-test-5.5

Accepted ruby-i18n-inflector-rails 1.0.7-1 (source all)

2014-04-25 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 25 Apr 2014 12:35:02 +0530 Source: ruby-i18n-inflector-rails Binary: ruby-i18n-inflector-rails Architecture: source all Version: 1.0.7-1 Distribution: unstable Urgency: low Maintainer: Debian Ruby Extras Maintainers

Accepted xdaliclock 2.41-1 (source amd64)

2014-04-25 Thread Kartik Mistry
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 25 Apr 2014 12:53:58 +0530 Source: xdaliclock Binary: xdaliclock Architecture: source amd64 Version: 2.41-1 Distribution: unstable Urgency: low Maintainer: Kartik Mistry kar...@debian.org Changed-By: Kartik Mistry

Accepted gstreamer-editing-services1.0 1.2.1-1 (source all amd64)

2014-04-25 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Fri, 25 Apr 2014 10:55:22 +0200 Source: gstreamer-editing-services1.0 Binary: libges-1.0-doc libges-1.0-dev libges-1.0-0 libges-1.0-0-dbg ges1.0-tools gir1.2-ges-1.0 Architecture: source all amd64 Version: 1.2.1-1 Distribution:

Accepted gnonlin1.0 1.2.1-1 (source amd64 all)

2014-04-25 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Fri, 25 Apr 2014 10:42:41 +0200 Source: gnonlin1.0 Binary: gstreamer1.0-gnonlin gstreamer1.0-gnonlin-doc gstreamer1.0-gnonlin-dbg Architecture: source amd64 all Version: 1.2.1-1 Distribution: unstable Urgency: medium Maintainer:

Accepted libio-socket-ssl-perl 1.982-1 (source all)

2014-04-25 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Fri, 25 Apr 2014 09:34:07 +0200 Source: libio-socket-ssl-perl Binary: libio-socket-ssl-perl Architecture: source all Version: 1.982-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group

Accepted kamailio 4.1.3-1 (source amd64)

2014-04-25 Thread Victor Seva
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Fri, 25 Apr 2014 10:00:29 +0200 Source: kamailio Binary: kamailio kamailio-dbg kamailio-geoip-modules kamailio-sqlite-modules kamailio-json-modules kamailio-memcached-modules kamailio-lua-modules kamailio-mono-modules

Accepted pitivi 0.93-4 (source amd64)

2014-04-25 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Fri, 25 Apr 2014 11:04:09 +0200 Source: pitivi Binary: pitivi Architecture: source amd64 Version: 0.93-4 Distribution: unstable Urgency: medium Maintainer: Loic Minier l...@dooz.org Changed-By: Sebastian Dröge sl...@debian.org

Accepted python-amqp 1.4.5-1 (source all)

2014-04-25 Thread Michael Fladischer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 23 Apr 2014 11:40:52 +0200 Source: python-amqp Binary: python-amqp python3-amqp python-amqp-doc Architecture: source all Version: 1.4.5-1 Distribution: unstable Urgency: low Maintainer: Debian Python Modules Team

Accepted billiard 3.3.0.17-1 (source amd64 all)

2014-04-25 Thread Michael Fladischer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 23 Apr 2014 12:08:06 +0200 Source: billiard Binary: python-billiard python3-billiard python-billiard-doc Architecture: source amd64 all Version: 3.3.0.17-1 Distribution: unstable Urgency: low Maintainer: Debian Python Modules

Accepted sdate 0.4 (source amd64)

2014-04-25 Thread Christoph Berg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 25 Apr 2014 10:05:19 +0200 Source: sdate Binary: sdate Architecture: source amd64 Version: 0.4 Distribution: unstable Urgency: medium Maintainer: Christoph Berg m...@debian.org Changed-By: Christoph Berg

Accepted php-horde-mime 2.3.2-1 (source all)

2014-04-25 Thread Mathieu Parent
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 25 Apr 2014 11:47:15 +0200 Source: php-horde-mime Binary: php-horde-mime Architecture: source all Version: 2.3.2-1 Distribution: unstable Urgency: medium Maintainer: Horde Maintainers pkg-horde-hack...@lists.alioth.debian.org

Accepted php-horde-mime-viewer 2.0.6-1 (source all)

2014-04-25 Thread Mathieu Parent
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 13 Apr 2014 09:22:05 +0200 Source: php-horde-mime-viewer Binary: php-horde-mime-viewer Architecture: source all Version: 2.0.6-1 Distribution: unstable Urgency: medium Maintainer: Horde Maintainers

Accepted php-horde-activesync 2.14.0-1 (source all)

2014-04-25 Thread Mathieu Parent
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 25 Apr 2014 12:37:15 +0200 Source: php-horde-activesync Binary: php-horde-activesync Architecture: source all Version: 2.14.0-1 Distribution: unstable Urgency: medium Maintainer: Horde Maintainers

Accepted php-horde-imap-client 2.19.4-1 (source all)

2014-04-25 Thread Mathieu Parent
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 25 Apr 2014 12:34:38 +0200 Source: php-horde-imap-client Binary: php-horde-imap-client Architecture: source all Version: 2.19.4-1 Distribution: unstable Urgency: medium Maintainer: Horde Maintainers

Accepted php-igbinary 1.1.1-2 (source i386)

2014-04-25 Thread Mathieu Parent
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 25 Apr 2014 12:47:12 +0200 Source: php-igbinary Binary: php5-igbinary Architecture: source i386 Version: 1.1.1-2 Distribution: unstable Urgency: medium Maintainer: Debian PHP PECL Maintainers

Accepted php-msgpack 0.5.5-2 (source i386)

2014-04-25 Thread Mathieu Parent
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 25 Apr 2014 12:54:48 +0200 Source: php-msgpack Binary: php5-msgpack Architecture: source i386 Version: 0.5.5-2 Distribution: unstable Urgency: medium Maintainer: Debian PHP PECL Maintainers pkg-php-p...@lists.alioth.debian.org

Accepted health-check 0.01.60-1 (source amd64)

2014-04-25 Thread Colin King
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 25 Apr 2014 11:46:01 +0100 Source: health-check Binary: health-check Architecture: source amd64 Version: 0.01.60-1 Distribution: unstable Urgency: medium Maintainer: Colin King colin.k...@canonical.com Changed-By: Colin King

Accepted python-apt 0.9.3.6 (source amd64 all)

2014-04-25 Thread Michael Vogt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 25 Apr 2014 13:00:08 +0200 Source: python-apt Binary: python-apt python-apt-doc python-apt-dbg python-apt-dev python-apt-common python3-apt python3-apt-dbg Architecture: source amd64 all Version: 0.9.3.6 Distribution: unstable

Accepted mvtnorm 0.9-99991-1 (source i386)

2014-04-25 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 25 Apr 2014 06:24:54 -0500 Source: mvtnorm Binary: r-cran-mvtnorm Architecture: source i386 Version: 0.9-1-1 Distribution: unstable Urgency: low Maintainer: Dirk Eddelbuettel e...@debian.org Changed-By: Dirk Eddelbuettel

Accepted apt 1.0.2 (source all amd64)

2014-04-25 Thread Michael Vogt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 25 Apr 2014 13:15:03 +0200 Source: apt Binary: apt libapt-pkg4.12 libapt-inst1.5 apt-doc libapt-pkg-dev libapt-pkg-doc apt-utils apt-transport-https Architecture: source all amd64 Version: 1.0.2 Distribution: unstable Urgency:

Accepted ansible 1.5.5+dfsg-1 (source all)

2014-04-25 Thread Harlan Lieberman-Berg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 21 Apr 2014 16:51:47 -0400 Source: ansible Binary: ansible ansible-fireball ansible-node-fireball ansible-doc Architecture: source all Version: 1.5.5+dfsg-1 Distribution: unstable Urgency: medium Maintainer: Janos Guljas

Accepted ruby-gherkin 2.12.2-3 (source amd64)

2014-04-25 Thread Cédric Boutillier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 25 Apr 2014 10:07:21 +0200 Source: ruby-gherkin Binary: ruby-gherkin Architecture: source amd64 Version: 2.12.2-3 Distribution: unstable Urgency: medium Maintainer: Debian Ruby Extras Maintainers

Accepted ruby-rails-i18n 4.0.2-1 (source all)

2014-04-25 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 25 Apr 2014 17:20:14 +0530 Source: ruby-rails-i18n Binary: ruby-rails-i18n Architecture: source all Version: 4.0.2-1 Distribution: unstable Urgency: low Maintainer: Debian Ruby Extras Maintainers

Accepted ruby-markerb 1.0.1-2 (source all)

2014-04-25 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 25 Apr 2014 17:35:39 +0530 Source: ruby-markerb Binary: ruby-markerb Architecture: source all Version: 1.0.1-2 Distribution: unstable Urgency: low Maintainer: Debian Ruby Extras Maintainers

Accepted imaprowl 1.2.1-1.1 (source all)

2014-04-25 Thread Cédric Boutillier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 23 Apr 2014 13:55:25 +0200 Source: imaprowl Binary: imaprowl Architecture: source all Version: 1.2.1-1.1 Distribution: unstable Urgency: medium Maintainer: Takuo KITAME kit...@debian.org Changed-By: Cédric Boutillier

Accepted mysql-5.6 5.6.17-1~exp1 (source all amd64)

2014-04-25 Thread James Page
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 25 Apr 2014 08:06:10 +0100 Source: mysql-5.6 Binary: mysql-common-5.6 mysql-client-core-5.6 mysql-client-5.6 mysql-server-core-5.6 mysql-server-5.6 mysql-testsuite-5.6 mysql-source-5.6 Architecture: source all amd64 Version:

Accepted terminatorx 3.90-2 (source amd64)

2014-04-25 Thread Sebastian Ramacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 25 Apr 2014 14:56:42 +0200 Source: terminatorx Binary: terminatorx Architecture: source amd64 Version: 3.90-2 Distribution: unstable Urgency: medium Maintainer: Debian Multimedia Maintainers

Accepted im-config 0.26-2 (source all)

2014-04-25 Thread Osamu Aoki
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 25 Apr 2014 23:29:09 +0900 Source: im-config Binary: im-config Architecture: source all Version: 0.26-2 Distribution: unstable Urgency: medium Maintainer: Osamu Aoki os...@debian.org Changed-By: Osamu Aoki os...@debian.org

Accepted jpegoptim 1.3.1-1 (source amd64)

2014-04-25 Thread Mathieu Malaterre
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 25 Apr 2014 16:39:14 +0200 Source: jpegoptim Binary: jpegoptim Architecture: source amd64 Version: 1.3.1-1 Distribution: unstable Urgency: low Maintainer: Mathieu Malaterre ma...@debian.org Changed-By: Mathieu Malaterre

Accepted libmms 0.6.2-4 (source amd64)

2014-04-25 Thread Sebastian Ramacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 25 Apr 2014 15:43:03 +0200 Source: libmms Binary: libmms-dev libmms0 Architecture: source amd64 Version: 0.6.2-4 Distribution: unstable Urgency: high Maintainer: Debian Multimedia Maintainers

Accepted acsccid 1.0.6-1 (source amd64)

2014-04-25 Thread Godfrey Chung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 22 Apr 2014 14:11:24 +0800 Source: acsccid Binary: libacsccid1 Architecture: source amd64 Version: 1.0.6-1 Distribution: unstable Urgency: low Maintainer: Godfrey Chung godfrey.ch...@acs.com.hk Changed-By: Godfrey Chung

Accepted mew-beta 7.0.50~6.6~rc3+0.20140425-1 (source all amd64)

2014-04-25 Thread Tatsuya Kinoshita
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 26 Apr 2014 00:23:08 +0900 Source: mew-beta Binary: mew-beta mew-beta-bin Architecture: source all amd64 Version: 7.0.50~6.6~rc3+0.20140425-1 Distribution: unstable Urgency: medium Maintainer: Tatsuya Kinoshita t...@debian.org

Accepted oregano 0.70-2 (source amd64)

2014-04-25 Thread Maximiliano Curia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 25 Apr 2014 15:39:20 +0200 Source: oregano Binary: oregano Architecture: source amd64 Version: 0.70-2 Distribution: unstable Urgency: medium Maintainer: Maximiliano Curia m...@debian.org Changed-By: Maximiliano Curia

Accepted python3.4 3.4.0+20140425-1 (source all amd64)

2014-04-25 Thread Matthias Klose
python3.4-doc python3.4-dbg libpython3.4-dbg Architecture: source all amd64 Version: 3.4.0+20140425-1 Distribution: unstable Urgency: medium Maintainer: Matthias Klose d...@debian.org Changed-By: Matthias Klose d...@debian.org Description: idle-python3.4 - IDE for Python (v3.4) using Tkinter

Accepted vtk-dicom 0.4.5-1 (source amd64)

2014-04-25 Thread Mathieu Malaterre
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 25 Apr 2014 17:52:06 +0200 Source: vtk-dicom Binary: libvtk-dicom0.4-dev libvtk-dicom0.4 vtk-dicom-tools Architecture: source amd64 Version: 0.4.5-1 Distribution: unstable Urgency: low Maintainer: Debian Med Packaging Team

Accepted tvtime 1.0.2-12.1 (source amd64)

2014-04-25 Thread Maximiliano Curia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 25 Apr 2014 18:08:48 +0200 Source: tvtime Binary: tvtime Architecture: source amd64 Version: 1.0.2-12.1 Distribution: unstable Urgency: medium Maintainer: Debian QA Group packa...@qa.debian.org Changed-By: Maximiliano Curia

Accepted debian-keyring 2014.04.25 (source all)

2014-04-25 Thread Gunnar Wolf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 25 Apr 2014 09:38:35 -0500 Source: debian-keyring Binary: debian-keyring Architecture: source all Version: 2014.04.25 Distribution: unstable Urgency: medium Maintainer: Debian Keyring Maintainers keyring-ma...@debian.org

Accepted file 1:5.18-1 (source armhf all)

2014-04-25 Thread Christoph Biedl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 23 Apr 2014 15:53:37 + Source: file Binary: file file-dbg libmagic1 libmagic-dev python-magic python3-magic Architecture: source armhf all Version: 1:5.18-1 Distribution: unstable Urgency: low Maintainer: Christoph Biedl

Accepted mothur 1.33.3+dfsg-2 (source amd64)

2014-04-25 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Fri, 25 Apr 2014 17:39:09 +0200 Source: mothur Binary: mothur mothur-mpi Architecture: source amd64 Version: 1.33.3+dfsg-2 Distribution: unstable Urgency: medium Maintainer: Debian Med Packaging Team

Accepted freefem++ 3.30-1 (source amd64 all)

2014-04-25 Thread Dimitrios Eftaxiopoulos
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 25 Apr 2014 13:47:29 +0300 Source: freefem++ Binary: freefem++ libfreefem++ libfreefem++-dev freefem++-doc Architecture: source amd64 all Version: 3.30-1 Distribution: unstable Urgency: medium Maintainer: Debian Science

Accepted mdds 0.10.3-1 (source all)

2014-04-25 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 25 Apr 2014 19:24:09 +0200 Source: mdds Binary: libmdds-dev Architecture: source all Version: 0.10.3-1 Distribution: experimental Urgency: low Maintainer: Debian OpenOffice Team debian-openoff...@lists.debian.org Changed-By:

Accepted libguestfs 1:1.26.1-1 (source amd64 all)

2014-04-25 Thread Hilko Bengen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 25 Apr 2014 19:58:12 +0200 Source: libguestfs Binary: guestfsd libguestfs-dev libguestfs0 libguestfs-tools libguestfs0-dbg python-guestfs python3-guestfs libguestfs-perl libguestfs-ocaml libguestfs-ocaml-dev erlang-guestfs

Accepted libjibx1.2-java 1.2.3-4 (source all)

2014-04-25 Thread Emmanuel Bourg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 25 Apr 2014 11:34:11 +0200 Source: libjibx1.2-java Binary: libjibx1.2-java libjibx-java libjibx1.2-java-doc Architecture: source all Version: 1.2.3-4 Distribution: unstable Urgency: medium Maintainer: Debian Java Maintainers

Accepted 389-ds-base 1.3.2.9-1.1 (source all amd64)

2014-04-25 Thread Tobias Frost
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Fri, 25 Apr 2014 15:11:16 +0200 Source: 389-ds-base Binary: 389-ds 389-ds-base-libs 389-ds-base-libs-dbg 389-ds-base-dev 389-ds-base 389-ds-base-dbg Architecture: source all amd64 Version: 1.3.2.9-1.1 Distribution: unstable

Accepted arduino-mk 1.3.3-1 (source all)

2014-04-25 Thread Simon John
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 12 Apr 2014 17:41:00 +0200 Source: arduino-mk Binary: arduino-mk Architecture: source all Version: 1.3.3-1 Distribution: unstable Urgency: medium Maintainer: Debian Science Maintainers

Accepted libpithub-perl 0.01024-1 (source all)

2014-04-25 Thread Dominique Dumont
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 25 Apr 2014 22:05:01 +0200 Source: libpithub-perl Binary: libpithub-perl Architecture: source all Version: 0.01024-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group

Accepted luajit 2.0.3+dfsg-3 (source amd64 all)

2014-04-25 Thread Enrico Tassi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 25 Apr 2014 21:37:45 +0200 Source: luajit Binary: luajit libluajit-5.1-common libluajit-5.1-2 libluajit-5.1-dev Architecture: source amd64 all Version: 2.0.3+dfsg-3 Distribution: unstable Urgency: medium Maintainer: Enrico

Accepted qxw 20140331-1 (source amd64)

2014-04-25 Thread Mark Owen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 01 Apr 2014 15:11:00 +0100 Source: qxw Binary: qxw Architecture: source amd64 Version: 20140331-1 Distribution: unstable Urgency: low Maintainer: Mark Owen deb...@quinapalus.com Changed-By: Mark Owen deb...@quinapalus.com

Accepted mate-indicator-applet 1.8.0-1 (source amd64)

2014-04-25 Thread Mike Gabriel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 22 Apr 2014 22:19:07 +0200 Source: mate-indicator-applet Binary: mate-indicator-applet Architecture: source amd64 Version: 1.8.0-1 Distribution: unstable Urgency: low Maintainer: MATE Packaging Team

  1   2   >