Getting packages to testing

2012-06-24 Thread Luk Claes
Hi When you want the unstable version of your package in the release, it needs to be ready to migrate when it has aged enough in unstable. Reasons why it can not be ready: * RC bugs against the version in unstable that are not present in the version in testing (according to the BTS). If the RC

Re: The future (or non-future) of ia32-libs

2012-06-24 Thread Thomas Goirand
On 06/24/2012 06:01 AM, Wouter Verhelst wrote: On Fri, Jun 22, 2012 at 09:32:15PM +0800, Thomas Goirand wrote: On 06/22/2012 05:34 PM, Goswin von Brederlow wrote: Step 1: upgrade/dist-upgrade with ia32-libs (wine, ...) held back Step 2: dpkg --add-architecture i386 apt-get update Step 3:

Re: Lintian warning: hardening-no-fortify-functions version numbering

2012-06-24 Thread Serge
2012/6/24 Russ Allbery wrote: If you do, then... How should they do that? I.e. if I specify: CPPFLAGS=blablabla hehehe hohoho How should build system run gcc? Like that? gcc blablabla hehehe hohoho -c -o test.o test.c Yes. Why? Just to have it autotools-compatible? If I was writing a

Re: Introducing http.debian.net, Debian's mirrors redirector

2012-06-24 Thread Raphael Geissert
Darren Baginski wrote: Is there other developer involved in development? Yes Mind to share data how many 'redirect' were served? Over 480k requests from APT clients. Not counting apt-cacher-ng and friends, random users, or the couple of mirrors that sync from it. Why do you think

which flags to pass to gcc/g++

2012-06-24 Thread Bernhard R. Link
* Serge sergem...@gmail.com [120624 00:15]: Or you mean that they should run `gcc`/`g++` with CPPFLAGS? If you do, then... How should they do that? gcc $(CPPFLAGS) $(CFLAGS) -c -o foo.o foo.c gcc $(CFLAGS) $(LDFLAGS) -o foo foo.o gcc $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o foo foo.c g++ $(CPPFLAGS)

Re: Lintian warning: hardening-no-fortify-functions version numbering

2012-06-24 Thread Guillem Jover
On Sun, 2012-06-24 at 11:07:05 +0300, Serge wrote: 2012/6/24 Russ Allbery wrote: If you do, then... How should they do that? I.e. if I specify: CPPFLAGS=blablabla hehehe hohoho How should build system run gcc? Like that? gcc blablabla hehehe hohoho -c -o test.o test.c Yes. Why?

Re: Lintian warning: hardening-no-fortify-functions version numbering

2012-06-24 Thread Lars Wirzenius
On Sat, Jun 23, 2012 at 03:27:07PM -0700, Russ Allbery wrote: CFLAGS is an old, long-standing make thing. CPPFLAGS is newer and I believe was introduced by Autoconf I don't know the history of CPPFLAGS. It's possible it was introduced by Autoconf. However, it is now embedded into the implicit

Re: The future (or non-future) of ia32-libs

2012-06-24 Thread Goswin von Brederlow
Adam Borowski kilob...@angband.pl writes: On Sat, Jun 23, 2012 at 01:07:56PM +0200, Goswin von Brederlow wrote: It has to be held back. But apt-get/aptitude might select a solution where they do get removed rather then hold back many other packages. I'm hoping it will be held back

Re: Summary: Moving /tmp to tmpfs makes it useless

2012-06-24 Thread Goswin von Brederlow
Henrique de Moraes Holschuh h...@debian.org writes: On Sun, 24 Jun 2012, Osamu Aoki wrote: On Sat, Jun 23, 2012 at 06:00:15PM +0300, Touko Korpela wrote: Tollef Fog Heen wrote: On Sun, Jun 10, 2012 at 07:46:57PM +0200, Stephan Seitz wrote: On Sun, Jun 10, 2012 at 07:12:11PM +0200,

Re: Fwd: ITP: e2defrag -- ext[234] filesystem defragmenter

2012-06-24 Thread Goswin von Brederlow
Phillip Susi ps...@ubuntu.com writes: Package: wnpp Severity: wishlist Owner: Phillip Susi ps...@ubuntu.com * Package name: e2defrag Version : 0.79 Upstream Author : Phillip Susi ps...@ubuntu.com * URL : http://launchpad.net/e2defrag * License : GPL

Re: The future (or non-future) of ia32-libs

2012-06-24 Thread Goswin von Brederlow
Wouter Verhelst wou...@debian.org writes: On Fri, Jun 22, 2012 at 09:32:15PM +0800, Thomas Goirand wrote: On 06/22/2012 05:34 PM, Goswin von Brederlow wrote: Step 1: upgrade/dist-upgrade with ia32-libs (wine, ...) held back Step 2: dpkg --add-architecture i386 apt-get update Step 3:

Bug#678815: ITP: wmfs -- Window Manager From Scratch

2012-06-24 Thread Mickaël Raybaud-Roig
Package: wnpp Severity: wishlist Owner: Mickaël Raybaud-Roig raybaudro...@gmail.com * Package name: wmfs Version : 2~beta201206 Upstream Author : Martin Duquesnoy xor...@gmail.com * URL : http://wmfs.info * License : BSD Programming Lang: C Description

Re: could not perform immediate configuration

2012-06-24 Thread David Kalnischkies
On Sat, Jun 23, 2012 at 6:23 PM, Andreas Beckmann deb...@abeckmann.de wrote: On 2012-06-23 12:55, Vincent Bernat wrote: I was suggested to turn `roundcube-sqlite` into some kind of transitional package. But it seems difficult for me to choose between `roundcube-mysql` and `roundcube-sqlite`.

Re: Summary: Moving /tmp to tmpfs makes it useless

2012-06-24 Thread Henrique de Moraes Holschuh
On Sun, 24 Jun 2012, Goswin von Brederlow wrote: Henrique de Moraes Holschuh h...@debian.org writes: I've read that some SSDs really *dislike* the way Linux does TRIM batching (or doesn't :p), so yes, it may well be that on most SSDs regular fstrim will do much better. I'm assuming this

Bug#678828: ITP: libticables -- Texas Instruments link cables library

2012-06-24 Thread Albert Huang
Package: wnpp Severity: wishlist Owner: Albert Huang alberth.deb...@gmail.com * Package name: libticables Version : 1.3.3 Upstream Author : Lionel Debroux lionel_debr...@yahoo.fr * URL : http://lpg.ticalc.org/prj_tilp/ * License : GPL Programming Lang: C

Re: could not perform immediate configuration

2012-06-24 Thread Vincent Bernat
❦ 24 juin 2012 15:50 CEST, David Kalnischkies kalnischk...@gmail.com : This should be working in apt in wheezy (I didn't verify it), but that is not available at dist-upgrade time. I can't reproduce this in either version with our usual testcase creator

Re: Bug#678815: ITP: wmfs -- Window Manager From Scratch

2012-06-24 Thread Thomas Koch
Mickaël Raybaud-Roig: Package: wnpp Severity: wishlist Owner: Mickaël Raybaud-Roig raybaudro...@gmail.com * Package name: wmfs Version : 2~beta201206 Upstream Author : Martin Duquesnoy xor...@gmail.com * URL : http://wmfs.info * License : BSD

Re: The future (or non-future) of ia32-libs

2012-06-24 Thread Steve Langasek
On Sun, Jun 24, 2012 at 03:57:29PM +0800, Thomas Goirand wrote: Release notes are meant to be read once, not every time you upgrade a system. Having a debconf note once might be appropriate. The second time, you'll go right, I've seen that before. The third time you go sigh, yes, I know,

Bug#678835: ITA: libtifiles -- Texas Instruments calculators charsets library

2012-06-24 Thread Albert Huang
Package: wnpp Severity: wishlist Owner: Albert Huang alberth.deb...@gmail.com * Package name: libtifiles Version : 1.1.3 Upstream Author : Lionel Debroux lionel_debr...@yahoo.fr * URL : http://lpg.ticalc.org/prj_tilp/ * License : GPL Programming Lang: C

Re: Bug#678828: ITP: libticables -- Texas Instruments link cables library

2012-06-24 Thread Scott Kitterman
On Sunday, June 24, 2012 10:50:58 AM Albert Huang wrote: Package: wnpp Severity: wishlist Owner: Albert Huang alberth.deb...@gmail.com * Package name: libticables Version : 1.3.3 Upstream Author : Lionel Debroux lionel_debr...@yahoo.fr * URL :

Re: Bug#678815: ITP: wmfs -- Window Manager From Scratch

2012-06-24 Thread Mickaël Raybaud-Roig
Thomas Koch tho...@koch.ro wrote: Hi, I shortened the list to only include one line for each window manager already in Debian: axi-cache --all search x11::window-manager 100% 9wm - emulation of the Plan 9 window manager 8-1/2 100% aewm - minimalist window manager for X11 100% aewm++ -

Bug#678837: ITA: libtifiles -- Texas Instruments calculator files library

2012-06-24 Thread Albert Huang
Package: wnpp Severity: wishlist Owner: Albert Huang alberth.deb...@gmail.com * Package name: libtifiles Version : 1.1.5 Upstream Author : Lionel Debroux lionel_debr...@yahoo.fr * URL : http://lpg.ticalc.org/prj_tilp/ * License : GPL Programming Lang: C

Re: Bug#678828: ITP: libticables -- Texas Instruments link cables library

2012-06-24 Thread Albert Huang
On Sun, Jun 24, 2012 at 11:54 AM, Scott Kitterman deb...@kitterman.comwrote: On Sunday, June 24, 2012 10:50:58 AM Albert Huang wrote: Package: wnpp Severity: wishlist Owner: Albert Huang alberth.deb...@gmail.com * Package name: libticables Version : 1.3.3 Upstream

Re: Report from the Bug Squashing Party in Salzburg

2012-06-24 Thread Philip Ashmore
On 23/06/12 23:59, Wookey wrote: +++ Philip Ashmore [2012-06-23 05:45 +0100]: On 23/06/12 00:53, Wookey wrote: I'm too busy developing the-next-big-thing(TM), but wanted to encourage some sort of global social bug-squashing event(s) - it might even encourage non-debianites to participate, or

Re: Report from the Bug Squashing Party in Salzburg

2012-06-24 Thread Jonas Smedegaard
On 12-06-24 at 05:24pm, Philip Ashmore wrote: Anyway, I guess what I would look for, to share the bug squashing atmosphere with others, is a YouTube video summarising the event, maybe magazine style - it doesn't have to show someone actually squashing a bug, but it might help highlight the

Re: Report from the Bug Squashing Party in Salzburg

2012-06-24 Thread Lars Wirzenius
On Sun, Jun 24, 2012 at 05:24:28PM +0100, Philip Ashmore wrote: Anyway, I guess what I would look for, to share the bug squashing atmosphere with others, is a YouTube video summarising the event, maybe magazine style - it doesn't have to show someone actually squashing a bug, but it might help

Re: Bug#678815: ITP: wmfs -- Window Manager From Scratch

2012-06-24 Thread Neil Williams
On Sun, 24 Jun 2012 18:02:56 +0200 Mickaël Raybaud-Roig raybaudro...@gmail.com wrote: Thomas Koch tho...@koch.ro wrote: Hi, I shortened the list to only include one line for each window manager already in Debian: axi-cache --all search x11::window-manager 100% 9wm - emulation

Re: Bug#678815: ITP: wmfs -- Window Manager From Scratch

2012-06-24 Thread Arno Töll
On 24.06.2012 19:15, Neil Williams wrote: This bug is *not* useful to anyone. Please close it and find an RC bug to close instead. I'm pretty sure this could be expressed in another tone. Especially since we welcome everyone (you know) and we have _no_ written rule what belongs into Debian and

duplicates in the archive

2012-06-24 Thread Neil Williams
On Sun, 24 Jun 2012 19:31:12 +0200 Arno Töll a...@debian.org wrote: Dropping the bug CC. On 24.06.2012 19:15, Neil Williams wrote: This bug is *not* useful to anyone. Please close it and find an RC bug to close instead. I'm pretty sure this could be expressed in another tone. Especially

Bug#678855: ITP: libtest-file-sharedir-perl -- Perl module to create fake ShareDirs

2012-06-24 Thread Alessandro Ghedini
Package: wnpp Owner: Alessandro Ghedini gh...@debian.org Severity: wishlist X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org * Package name: libtest-file-sharedir-perl Version : 0.3.1 Upstream Author : Kent Fredric ken...@cpan.org * URL :

Re: Bug#678815: ITP: wmfs -- Window Manager From Scratch

2012-06-24 Thread Philip Ashmore
On 24/06/12 18:15, Neil Williams wrote: On Sun, 24 Jun 2012 18:02:56 +0200 Mickaël Raybaud-Roigraybaudro...@gmail.com wrote: Thomas Kochtho...@koch.ro wrote: Hi, I shortened the list to only include one line for each window manager already in Debian: axi-cache --all search

Re: Report from the Bug Squashing Party in Salzburg

2012-06-24 Thread Philip Ashmore
On 24/06/12 17:54, Lars Wirzenius wrote: On Sun, Jun 24, 2012 at 05:24:28PM +0100, Philip Ashmore wrote: Anyway, I guess what I would look for, to share the bug squashing atmosphere with others, is a YouTube video summarising the event, maybe magazine style - it doesn't have to show someone

Re: duplicates in the archive

2012-06-24 Thread Wookey
+++ Neil Williams [2012-06-24 18:51 +0100]: On Sun, 24 Jun 2012 19:31:12 +0200 Arno Töll a...@debian.org wrote: Dropping the bug CC. On 24.06.2012 19:15, Neil Williams wrote: This bug is *not* useful to anyone. Please close it and find an RC bug to close instead. I'm pretty

Re: duplicates in the archive

2012-06-24 Thread Arno Töll
Hi, On 24.06.2012 19:51, Neil Williams wrote: Whatever happens, there is no place for yet another duplicate of packages which already have multiple duplicates in the archive. Letting alone the package in particular (I don't even know it, nor do I care), I wonder where you'd draw that line. As

Re: Report from the Bug Squashing Party in Salzburg

2012-06-24 Thread Philip Ashmore
On 24/06/12 17:35, Jonas Smedegaard wrote: On 12-06-24 at 05:24pm, Philip Ashmore wrote: Anyway, I guess what I would look for, to share the bug squashing atmosphere with others, is a YouTube video summarising the event, maybe magazine style - it doesn't have to show someone actually squashing

Re: duplicates in the archive

2012-06-24 Thread Bart Martens
On Sun, Jun 24, 2012 at 06:51:47PM +0100, Neil Williams wrote: On Sun, 24 Jun 2012 19:31:12 +0200 Arno Töll a...@debian.org wrote: Dropping the bug CC. On 24.06.2012 19:15, Neil Williams wrote: This bug is *not* useful to anyone. Please close it and find an RC bug to close instead.

Re: Report from the Bug Squashing Party in Salzburg

2012-06-24 Thread Lars Wirzenius
On Sun, Jun 24, 2012 at 07:37:18PM +0100, Philip Ashmore wrote: Could we perhaps entice you, Philip, to make a change to Debian instead of suggesting things for us to do? Bug#678854: Acknowledgement (icewm won't start) That's a good first step: you've found a problem in Debian. Now you should

Re: Bug#678815: ITP: wmfs -- Window Manager From Scratch

2012-06-24 Thread Vincent Bernat
❦ 24 juin 2012 19:15 CEST, Neil Williams codeh...@debian.org : I shortened the list to only include one line for each window manager already in Debian: [...] I think the list is incomplete. For example, awesome is not in it but is properly tagged. You're right, there are already a lot

Re: duplicates in the archive

2012-06-24 Thread Neil Williams
On Sun, 24 Jun 2012 20:42:33 +0200 Arno Töll a...@debian.org wrote: On 24.06.2012 19:51, Neil Williams wrote: Whatever happens, there is no place for yet another duplicate of packages which already have multiple duplicates in the archive. Letting alone the package in particular (I don't

Re: duplicates in the archive

2012-06-24 Thread Neil Williams
On Sun, 24 Jun 2012 18:45:54 + Bart Martens ba...@debian.org wrote: About allowing new packages in Debian in general : On the one hand you have a point that Debian should not collect any free software, but on the other hand I think that it is OK to have multiple implementations of the

Re: Summary: Moving /tmp to tmpfs makes it useless

2012-06-24 Thread Stephan Seitz
On Sat, Jun 23, 2012 at 11:43:03PM +0200, Wouter Verhelst wrote: On Thu, Jun 21, 2012 at 03:46:16PM +0200, Stephan Seitz wrote: So most of your Debian systems have several users working at the same time on the same system? Okay, then you have a different user base. webserver. Sorry, I

Re: duplicates in the archive

2012-06-24 Thread Josselin Mouette
Le dimanche 24 juin 2012 à 20:42 +0200, Arno Töll a écrit : What makes 42 window manager acceptable but not 43? Who said 42 is acceptable? -- .''`. Josselin Mouette : :' : `. `' `- -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe.

Re: Report from the Bug Squashing Party in Salzburg

2012-06-24 Thread Jonas Smedegaard
On 12-06-24 at 07:44pm, Philip Ashmore wrote: On 24/06/12 17:35, Jonas Smedegaard wrote: On 12-06-24 at 05:24pm, Philip Ashmore wrote: Anyway, I guess what I would look for, to share the bug squashing atmosphere with others, is a YouTube video summarising the event, maybe magazine style -

Re: Lintian warning: hardening-no-fortify-functions version numbering

2012-06-24 Thread Bernhard R. Link
* Lars Wirzenius l...@liw.fi [120624 12:30]: On Sat, Jun 23, 2012 at 03:27:07PM -0700, Russ Allbery wrote: CFLAGS is an old, long-standing make thing. CPPFLAGS is newer and I believe was introduced by Autoconf I don't know the history of CPPFLAGS. It's possible it was introduced by

Re: duplicates in the archive

2012-06-24 Thread Bart Martens
On Sun, Jun 24, 2012 at 08:48:48PM +0100, Neil Williams wrote: On Sun, 24 Jun 2012 18:45:54 + Bart Martens ba...@debian.org wrote: About allowing new packages in Debian in general : On the one hand you have a point that Debian should not collect any free software, but on the other

Re: duplicates in the archive

2012-06-24 Thread Bart Martens
On Sun, Jun 24, 2012 at 10:21:39PM +0200, Josselin Mouette wrote: Le dimanche 24 juin 2012 à 20:42 +0200, Arno Töll a écrit : What makes 42 window manager acceptable but not 43? Who said 42 is acceptable? The neglected ones should be removed. If they're all well maintained and all used,

Re: Report from the Bug Squashing Party in Salzburg

2012-06-24 Thread Thomas Goirand
On 06/21/2012 10:09 PM, Tollef Fog Heen wrote: It's all about perspective, though. We use free tools where we can, and we try to build free tools where it makes sense. I don't see anybody suggesting that we stop having debconf because the only way to get there for most people is to use

Re: Lintian warning: hardening-no-fortify-functions version numbering

2012-06-24 Thread Russ Allbery
Bernhard R. Link brl...@debian.org writes: * Lars Wirzenius l...@liw.fi [120624 12:30]: On Sat, Jun 23, 2012 at 03:27:07PM -0700, Russ Allbery wrote: CFLAGS is an old, long-standing make thing. CPPFLAGS is newer and I believe was introduced by Autoconf I don't know the history of CPPFLAGS.

Re: duplicates in the archive

2012-06-24 Thread Neil Williams
On Sun, 24 Jun 2012 20:48:43 + Bart Martens ba...@debian.org wrote: On Sun, Jun 24, 2012 at 10:21:39PM +0200, Josselin Mouette wrote: Le dimanche 24 juin 2012 à 20:42 +0200, Arno Töll a écrit : What makes 42 window manager acceptable but not 43? Who said 42 is acceptable? The

Re: duplicates in the archive

2012-06-24 Thread Neil Williams
On Sun, 24 Jun 2012 20:46:55 + Bart Martens ba...@debian.org wrote: The maintainer has to make that judgement, it's just one of the things maintainers have to do. popcon is no indicator here, it is about whether there is a bug in Debian, independent of this package. Not only the

Re: duplicates in the archive

2012-06-24 Thread Adam Borowski
On Sun, Jun 24, 2012 at 10:21:39PM +0200, Josselin Mouette wrote: Le dimanche 24 juin 2012 à 20:42 +0200, Arno Töll a écrit : What makes 42 window manager acceptable but not 43? Who said 42 is acceptable? Sure, let's start removals with ones that hard-depend on things a window manager

Really? Again?

2012-06-24 Thread Josselin Mouette
Oooh, NM bashing. I like completely irrelevant NM bashing that suddenly pops in an unrelated discussion. It’s been some time. Reading NM bashing really makes me want to jump on my packages and cripple their functionality so that they work with inferior networking scripts. kthxbye, -- .''`.

Re: Really? Again?

2012-06-24 Thread Adam Borowski
On Mon, Jun 25, 2012 at 12:14:46AM +0200, Josselin Mouette wrote: Oooh, NM bashing. I like completely irrelevant NM bashing that suddenly pops in an unrelated discussion. It’s been some time. Reading NM bashing really makes me want to jump on my packages and cripple their functionality so

Re: Summary: Moving /tmp to tmpfs makes it useless

2012-06-24 Thread Wouter Verhelst
On Sun, Jun 24, 2012 at 09:54:22PM +0200, Stephan Seitz wrote: On Sat, Jun 23, 2012 at 11:43:03PM +0200, Wouter Verhelst wrote: Meanwhile, you've got a non-FHS directory on your system that is of no immediate use. Your later suggested /store as a user /tmp replacement is a non-FHS directory

Bug#678920: ITP: libzapojit -- library for accessing SkyDrive and Hotmail

2012-06-24 Thread Jeremy Bicha
Package: wnpp Severity: wishlist X-Debbugs-Cc: debian-devel@lists.debian.org Owner: Jeremy Bicha jbi...@ubuntu.com * Package name: libzapojit Version : 0.0.2 Upstream Author : Debarshi Ray * URL : http://git.gnome.org/browse/libzapojit * License : LGPL-2.1

Bug#678519: general: after about 1 month of uptime, routing of IPv6 packets is no longer possible, and IPv4 routing becomes slow and unpredictable. Rebooting brings all functionality back, and back to

2012-06-24 Thread Jonathan Nieder
retitle 678519 after about a month, routing gets wedged # not a general problem affecting a large portion of the archive reassign 678519 base tags 678519 + squeeze quit Hi Henrique, Henrique de Moraes Holschuh wrote: On Fri, 22 Jun 2012, Rudy Zijlstra wrote: let system run with IPv4 IPv6

Processed: Re: general: after about 1 month of uptime, routing of IPv6 packets is no longer possible, and IPv4 routing becomes slow and unpredictable. Rebooting brings all functionality back, and back

2012-06-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: retitle 678519 after about a month, routing gets wedged Bug #678519 [general] general: after about 1 month of uptime, routing of IPv6 packets is no longer possible, and IPv4 routing becomes slow and unpredictable. Rebooting brings all

Re: Bug#678815: ITP: wmfs -- Window Manager From Scratch

2012-06-24 Thread Miles Bader
Arno Töll a...@debian.org writes: On 24.06.2012 19:15, Neil Williams wrote: This bug is *not* useful to anyone. Please close it and find an RC bug to close instead. I'm pretty sure this could be expressed in another tone. Especially since we welcome everyone (you know) and we have _no_

Best Practices on testing-proposed-updates vs unstable vs experimental after testing freeze

2012-06-24 Thread YunQiang Su
I am confused that where to upload packages after testing freeze. Give a package foobar, version 1.0 is planned to be included in the next release. And now, the version 2.0 released, I want make it available in Debian, in either unstable or experimental. Now I have several choice: 1. upload 2.0

Accepted pymecavideo 6.0-4 (source all)

2012-06-24 Thread Georges Khaznadar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 24 Jun 2012 14:27:08 +0200 Source: pymecavideo Binary: python-mecavideo Architecture: source all Version: 6.0-4 Distribution: unstable Urgency: low Maintainer: Georges Khaznadar georg...@ofset.org Changed-By: Georges Khaznadar

Accepted biomaj-watcher 1.2.0-8 (source all)

2012-06-24 Thread Olivier Sallou
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 24 Jun 2012 14:54:15 +0200 Source: biomaj-watcher Binary: biomaj-watcher Architecture: source all Version: 1.2.0-8 Distribution: unstable Urgency: low Maintainer: Debian Med Packaging Team

Accepted pdns 3.1-3 (source amd64)

2012-06-24 Thread Marc Haber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 23 Jun 2012 23:33:50 +0200 Source: pdns Binary: pdns-server pdns-server-dbg pdns-backend-pipe pdns-backend-ldap pdns-backend-geo pdns-backend-mysql pdns-backend-pgsql pdns-backend-sqlite pdns-backend-sqlite3 pdns-backend-lua

Accepted camping 2.1.498-3 (source all)

2012-06-24 Thread Paul van Tilburg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 24 Jun 2012 16:23:06 +0200 Source: camping Binary: camping Architecture: source all Version: 2.1.498-3 Distribution: unstable Urgency: low Maintainer: Debian Ruby Extras Maintainers

Accepted httptunnel 3.3+dfsg-3 (source amd64)

2012-06-24 Thread Teemu Hukkanen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 24 Jun 2012 10:07:46 +0100 Source: httptunnel Binary: httptunnel Architecture: source amd64 Version: 3.3+dfsg-3 Distribution: unstable Urgency: low Maintainer: Teemu Hukkanen tjhuk...@iki.fi Changed-By: Teemu Hukkanen

Accepted libdbm-deep-perl 2.0008-1 (source all)

2012-06-24 Thread Nathan Handler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 23 Jun 2012 22:57:34 -0500 Source: libdbm-deep-perl Binary: libdbm-deep-perl Architecture: source all Version: 2.0008-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted libguestfs 1:1.18.2-1 (source amd64)

2012-06-24 Thread Hilko Bengen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 24 Jun 2012 12:58:19 +0200 Source: libguestfs Binary: guestfish guestfsd libguestfs-dev libguestfs0 guestmount libguestfs-tools libguestfs0-dbg python-guestfs libguestfs-perl libguestfs-ocaml libguestfs-ocaml-dev

Accepted libpoe-component-client-http-perl 0.945-2 (source all)

2012-06-24 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 24 Jun 2012 16:45:51 +0200 Source: libpoe-component-client-http-perl Binary: libpoe-component-client-http-perl Architecture: source all Version: 0.945-2 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted libproxool-java 0.9.1-6 (source all)

2012-06-24 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 24 Jun 2012 16:06:38 +0200 Source: libproxool-java Binary: libproxool-java Architecture: source all Version: 0.9.1-6 Distribution: unstable Urgency: low Maintainer: Debian Java Maintainers

Accepted libtext-tabulardisplay-perl 1.31-1 (source all)

2012-06-24 Thread Nathan Handler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 23 Jun 2012 21:16:32 -0500 Source: libtext-tabulardisplay-perl Binary: libtext-tabulardisplay-perl Architecture: source all Version: 1.31-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted puppet 2.7.17-1 (source all)

2012-06-24 Thread Stig Sandbeck Mathisen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 24 Jun 2012 16:03:16 +0200 Source: puppet Binary: puppet-common puppet puppetmaster-common puppetmaster puppetmaster-passenger vim-puppet puppet-el puppet-testsuite Architecture: source all Version: 2.7.17-1 Distribution:

Accepted ruby-dbus 0.7.2-1 (source all)

2012-06-24 Thread Paul van Tilburg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 24 Jun 2012 16:16:50 +0200 Source: ruby-dbus Binary: ruby-dbus libdbus-ruby libdbus-ruby1.8 Architecture: source all Version: 0.7.2-1 Distribution: unstable Urgency: low Maintainer: Debian Ruby Extras Maintainers

Accepted ruby-ldap 0.9.12-1.1 (source all amd64)

2012-06-24 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 22 Jun 2012 16:36:36 +0200 Source: ruby-ldap Binary: ruby-ldap libldap-ruby1.8 Architecture: source amd64 all Version: 0.9.12-1.1 Distribution: unstable Urgency: low Maintainer: Debian Ruby Extras Maintainers

Accepted ruby-mab 0.0.1+git20120515.30414e4-2 (source all)

2012-06-24 Thread Paul van Tilburg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 24 Jun 2012 16:27:08 +0200 Source: ruby-mab Binary: ruby-mab Architecture: source all Version: 0.0.1+git20120515.30414e4-2 Distribution: unstable Urgency: low Maintainer: Debian Ruby Extras Maintainers

Accepted wims 4.03a-7 (source all amd64)

2012-06-24 Thread georgesk
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 24 Jun 2012 11:14:36 +0200 Source: wims Binary: wims wims-modules wims-java-applets flydraw Architecture: source amd64 all Version: 4.03a-7 Distribution: unstable Urgency: low Maintainer: Georges Khaznadar georg...@ofset.org

Accepted libpal-java 1.5.1-2 (source all)

2012-06-24 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 24 Jun 2012 17:13:04 +0200 Source: libpal-java Binary: libpal-java libpal-java-doc Architecture: source all Version: 1.5.1-2 Distribution: unstable Urgency: low Maintainer: Debian Med Packaging Team

Accepted ruby-haml 3.1.6-1 (source all)

2012-06-24 Thread Paul van Tilburg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 24 Jun 2012 17:40:31 +0200 Source: ruby-haml Binary: ruby-haml libhaml-ruby1.8 libhaml-ruby libhaml-ruby-doc Architecture: source all Version: 3.1.6-1 Distribution: unstable Urgency: low Maintainer: Debian Ruby Extras

Accepted ruby-serialport 1.1.0-1 (source all amd64)

2012-06-24 Thread Paul van Tilburg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 24 Jun 2012 17:11:03 +0200 Source: ruby-serialport Binary: ruby-serialport libserialport-ruby libserialport-ruby1.8 Architecture: source amd64 all Version: 1.1.0-1 Distribution: unstable Urgency: low Maintainer: Debian Ruby

Accepted llvm-defaults 0.12 (source amd64)

2012-06-24 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 24 Jun 2012 17:50:21 +0200 Source: llvm-defaults Binary: llvm llvm-runtime llvm-dev libllvm-ocaml-dev Architecture: source amd64 Version: 0.12 Distribution: unstable Urgency: low Maintainer: LLVM Packaging Team

Accepted strigi 0.7.7-3 (source i386)

2012-06-24 Thread Sune Vuorela
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 24 Jun 2012 17:39:53 +0200 Source: strigi Binary: strigi-daemon strigi-client strigi-utils libstreams0 libstreams-dev libstreamanalyzer0 libstreamanalyzer-dev libsearchclient0 libsearchclient-dev libstrigihtmlgui0

Accepted dmalloc 5.5.2-5 (source i386)

2012-06-24 Thread Roland Stigge
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 24 Jun 2012 18:03:03 +0200 Source: dmalloc Binary: libdmalloc5 libdmalloc-dev Architecture: source i386 Version: 5.5.2-5 Distribution: unstable Urgency: low Maintainer: Roland Stigge sti...@antcom.de Changed-By: Roland Stigge

Accepted olsrd 0.6.3-2 (source i386)

2012-06-24 Thread Roland Stigge
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 24 Jun 2012 18:00:24 +0200 Source: olsrd Binary: olsrd olsrd-plugins olsrd-gui Architecture: source i386 Version: 0.6.3-2 Distribution: unstable Urgency: low Maintainer: Roland Stigge sti...@antcom.de Changed-By: Roland Stigge

Accepted unpaper 0.4.2-1 (source amd64)

2012-06-24 Thread Thomas Koch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 24 Jun 2012 16:49:20 +0200 Source: unpaper Binary: unpaper Architecture: source amd64 Version: 0.4.2-1 Distribution: unstable Urgency: low Maintainer: Thomas Koch tho...@koch.ro Changed-By: Thomas Koch tho...@koch.ro

Accepted git-annex 3.20120624 (source i386)

2012-06-24 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 24 Jun 2012 12:36:50 -0400 Source: git-annex Binary: git-annex Architecture: source i386 Version: 3.20120624 Distribution: unstable Urgency: low Maintainer: Joey Hess jo...@debian.org Changed-By: Joey Hess jo...@debian.org

Accepted shelxle 1.0.562-1 (source amd64)

2012-06-24 Thread Daniel Leidert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 24 Jun 2012 18:29:37 +0200 Source: shelxle Binary: shelxle Architecture: source amd64 Version: 1.0.562-1 Distribution: unstable Urgency: low Maintainer: Debichem Team debichem-de...@lists.alioth.debian.org Changed-By: Daniel

Accepted clusterssh 4.01.01-4 (source all)

2012-06-24 Thread tony mancill
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 24 Jun 2012 09:35:37 -0700 Source: clusterssh Binary: clusterssh Architecture: source all Version: 4.01.01-4 Distribution: unstable Urgency: low Maintainer: tony mancill tmanc...@debian.org Changed-By: tony mancill

Accepted nn 6.7.3-8 (source i386)

2012-06-24 Thread Cord Beermann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 24 Jun 2012 10:35:12 +0200 Source: nn Binary: nn Architecture: source i386 Version: 6.7.3-8 Distribution: unstable Urgency: low Maintainer: Cord Beermann c...@debian.org Changed-By: Cord Beermann c...@debian.org Description:

Accepted psi-translations 1.11 (source all)

2012-06-24 Thread Jan Niehusmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 24 Jun 2012 18:43:39 +0200 Source: psi-translations Binary: psi-translations Architecture: source all Version: 1.11 Distribution: unstable Urgency: low Maintainer: Jan Niehusmann j...@debian.org Changed-By: Jan Niehusmann

Accepted qca2-plugin-ossl 2.0.0~beta3-2 (source amd64)

2012-06-24 Thread Modestas Vainius
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 24 Jun 2012 20:09:27 +0300 Source: qca2-plugin-ossl Binary: libqca2-plugin-ossl Architecture: source amd64 Version: 2.0.0~beta3-2 Distribution: unstable Urgency: low Maintainer: Debian Qt/KDE Maintainers

Accepted libspectre 0.2.6-2 (source amd64)

2012-06-24 Thread Pino Toscano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 24 Jun 2012 19:40:36 +0200 Source: libspectre Binary: libspectre1 libspectre1-dbg libspectre-dev Architecture: source amd64 Version: 0.2.6-2 Distribution: unstable Urgency: low Maintainer: Debian Krap Maintainers

Accepted pyopencl 2012.1-1 (source all amd64 i386)

2012-06-24 Thread Tomasz Rybak
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 21 Jun 2012 21:18:03 +0200 Source: pyopencl Binary: python-pyopencl-headers python-pyopencl python3-pyopencl python-pyopencl-doc Architecture: all amd64 i386 source Version: 2012.1-1 Distribution: unstable Urgency: low

Accepted apache2 2.2.22-9 (source i386 all)

2012-06-24 Thread Stefan Fritsch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 24 Jun 2012 20:10:27 +0200 Source: apache2 Binary: apache2.2-common apache2.2-bin apache2-mpm-worker apache2-mpm-prefork apache2-mpm-event apache2-mpm-itk apache2-utils apache2-suexec apache2-suexec-custom apache2 apache2-doc

Accepted tiff 4.0.2-1 (source all amd64)

2012-06-24 Thread Jay Berkenbilt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 24 Jun 2012 13:45:42 -0400 Source: tiff Binary: libtiff5 libtiffxx5 libtiff5-dev libtiff5-alt-dev libtiff-tools libtiff-opengl libtiff-doc Architecture: source all amd64 Version: 4.0.2-1 Distribution: unstable Urgency: low

Accepted pike7.8 7.8.352-dfsg-7 (source all amd64)

2012-06-24 Thread Magnus Holmgren
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 24 Jun 2012 19:40:32 +0200 Source: pike7.8 Binary: pike7.8-core pike7.8 pike7.8-dev pike7.8-manual pike7.8-reference pike7.8-doc pike7.8-full pike7.8-mysql pike7.8-pg pike7.8-odbc pike7.8-svg pike7.8-image pike7.8-sdl

Accepted libb-hooks-parser-perl 0.11-1 (source amd64)

2012-06-24 Thread Nathan Handler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 24 Jun 2012 10:39:36 -0500 Source: libb-hooks-parser-perl Binary: libb-hooks-parser-perl Architecture: source amd64 Version: 0.11-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted fuse-umfuse-ext2 0.4-1 (source amd64)

2012-06-24 Thread Ludovico Gardenghi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sun, 24 Jun 2012 20:58:20 +0200 Source: fuse-umfuse-ext2 Binary: umview-mod-umfuseext2 fuseext2 Architecture: source amd64 Version: 0.4-1 Distribution: unstable Urgency: low Maintainer: Debian VSquare Team

Accepted gcc-4.6 4.6.3-8 (source all amd64)

2012-06-24 Thread Matthias Klose
) libstdc++6-4.6-doc - GNU Standard C++ Library v3 (documentation files) libstdc++6-4.6-pic - GNU Standard C++ Library v3 (shared library subset kit) Changes: gcc-4.6 (4.6.3-8) unstable; urgency=low . * Update to SVN 20120624 (r188916) from the gcc-4_6-branch. - Fix PR gcov-profile/53744

Accepted kde4libs 4:4.8.4-2 (source i386 all)

2012-06-24 Thread Sune Vuorela
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 24 Jun 2012 18:23:08 +0200 Source: kde4libs Binary: libkdecore5 libkdeui5 libkpty4 libkdesu5 libkjsapi4 libkjsembed4 libkio5 libkntlm4 libsolid4 libkde3support4 libkfile4 libknewstuff2-4 libknewstuff3-4 libkparts4 libkutils4

Accepted openlp 1.9.10-1 (source all)

2012-06-24 Thread Raoul Snyman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 23 Jun 2012 21:54:30 +0200 Source: openlp Binary: openlp Architecture: source all Version: 1.9.10-1 Distribution: unstable Urgency: low Maintainer: Raoul Snyman raoulsny...@openlp.org Changed-By: Raoul Snyman

Accepted python-pyhsm 1.0.4-1 (source all)

2012-06-24 Thread Simon Josefsson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 24 Jun 2012 21:27:20 +0200 Source: python-pyhsm Binary: python-pyhsm yhsm-docs yhsm-tools yhsm-validation-server yhsm-yubikey-ksm Architecture: source all Version: 1.0.4-1 Distribution: unstable Urgency: low Maintainer: Yubico

Accepted rcov 1.0-2 (source amd64)

2012-06-24 Thread Paul van Tilburg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 24 Jun 2012 21:32:32 +0200 Source: rcov Binary: rcov Architecture: source amd64 Version: 1.0-2 Distribution: unstable Urgency: low Maintainer: Debian Ruby Extras Maintainers pkg-ruby-extras-maintain...@lists.alioth.debian.org

  1   2   3   >