Re: ifupdown's changed hook handling breaks other packages.

2012-06-18 Thread Josselin Mouette
Le samedi 16 juin 2012 à 19:38 +0200, Andrew Shadura a écrit : Also, it's network-manager who tries to be a replacement somehow compatible with ifupdown, not vice versa, so NM maintainers should take care of their package to do things are they're supposed to be done in a compatible way. NM

Re: ifupdown's changed hook handling breaks other packages.

2012-06-18 Thread Andrew Shadura
Hello, On Mon, 18 Jun 2012 09:23:25 +0200 Josselin Mouette j...@debian.org wrote: Le samedi 16 juin 2012 à 19:38 +0200, Andrew Shadura a écrit : Also, it's network-manager who tries to be a replacement somehow compatible with ifupdown, not vice versa, so NM maintainers should take care

Re: ifupdown's changed hook handling breaks other packages.

2012-06-18 Thread Stefano Zacchiroli
On Mon, Jun 18, 2012 at 09:36:48AM +0200, Andrew Shadura wrote: It sounds to me that you have broken this behavior on purpose, where you could instead have added an interface to make disabling an interface more convenient than sed hackery (as mandated by policy). No. Also I'd like to

ifupdown should provide a way to disable interfaces configuration

2012-06-18 Thread Andrew Shadura
Package: ifupdown Hello, On Mon, 18 Jun 2012 09:53:49 +0200 Stefano Zacchiroli z...@debian.org wrote: Let's stop the mutual accusation part of this thread. To avoid similar issues to arise again in the future, I wonder, would it be feasible to implement something like Joss mentioned, i.e.

Re: ifupdown's changed hook handling breaks other packages.

2012-06-18 Thread Andrew Shadura
Hello, On Mon, 18 Jun 2012 09:53:49 +0200 Stefano Zacchiroli z...@debian.org wrote: Let's stop the mutual accusation part of this thread. P.S. Didn't mean to make anybody upset; I was a little bit tired back then, and I'm sorry that affected the way of me communicating with people. -- WBR,

Announce: script to automatically restart services after update of dependencies

2012-06-18 Thread Tomas Pospisek
I want to announce restart-services here [1][2]. It's a script that tries to restart all services that have had their dependency packages updated. This is primarily useful when security-relevant libraries get security releases. It's using checkrestart from the debian-goodies package to do most of

Re: Bug#677474: Substvars for Build-Depends in the .dsc file

2012-06-18 Thread Roger Leigh
On Sun, Jun 17, 2012 at 01:39:05PM +0200, Goswin von Brederlow wrote: I think that the sources-subvars target must function without any Build-Depends-(Indep) installed because otherwise: Just as an aside, we now have Build-Depends-Arch in addition to Build-Depends-Indep. This means that

Re: Announce: script to automatically restart services after update of dependencies

2012-06-18 Thread Paul Wise
On Mon, Jun 18, 2012 at 5:40 PM, Tomas Pospisek wrote: I want to announce restart-services here [1][2]. It's a script that tries to restart all services that have had their dependency packages updated. This is primarily useful when security-relevant libraries get security releases. It's

Re: Announce: script to automatically restart services after update of dependencies

2012-06-18 Thread Ben Hutchings
On Mon, 2012-06-18 at 20:40 +0800, Paul Wise wrote: On Mon, Jun 18, 2012 at 5:40 PM, Tomas Pospisek wrote: I want to announce restart-services here [1][2]. It's a script that tries to restart all services that have had their dependency packages updated. This is primarily useful when

new sections: education metapackages

2012-06-18 Thread Holger Levsen
Hi, /usr/share/doc/debian-policy/upgrading-checklist.txt.gz reads: 2.1. Version 3.9.3.0 2.4 New archive sections _education_, _introspection_, and _metapackages_ added. And now I wonder under which section to move the debian-edu* packages to:

Re: Bug#677942: ITP: xz-java -- Java library with a complete implementation of XZ data compression

2012-06-18 Thread Adam Borowski
On Sun, Jun 17, 2012 at 06:10:30PM -0430, Miguel Landaeta wrote: * Package name: xz-java Description : Java library with a complete implementation of XZ data compression XZ for Java aims to be a complete implementation of XZ data compression in pure Java. Do you happen to have

Re: Bug#677942: ITP: xz-java -- Java library with a complete implementation of XZ data compression

2012-06-18 Thread Miguel Landaeta
On Mon, Jun 18, 2012 at 9:32 AM, Adam Borowski kilob...@angband.pl wrote: Do you happen to have such a pure implementation in a language likely to be present on minimal ancient systems?  I'm afraid the only remotely sane one found there is Perl (and as mirabilos said in a private conversation,

Bug#678003: ITP: credns -- DNS(SEC) verification proxy

2012-06-18 Thread Ondřej Surý
Package: wnpp Severity: wishlist Owner: Ondřej Surý ond...@debian.org [Note: DNSSEX has been recently renamed to credns.] * Package name: credns Version : 0.2.10 Upstream Author : NLNet Labs * URL : http://www.nlnetlabs.nl/projects/dnssexy/ * License : BSD

Malloc and security

2012-06-18 Thread Jamie White
Hiya Just a quick question, which malloc, is there anyway that this function (used in C) could allocate memory into already allocated memory, such as the stack - or code space! Jamie -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe. Trouble?

Malloc and security

2012-06-18 Thread Jamie White
Hiya Just a quick question, which malloc, is there anyway that this function (used in C) could allocate memory into already allocated memory, such as the stack - or code space! Jamie -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe. Trouble?

Re: Malloc and security

2012-06-18 Thread Ben Hutchings
On Mon, Jun 18, 2012 at 09:25:51PM +0100, Jamie White wrote: Hiya Just a quick question, which malloc, is there anyway that this function (used in C) could allocate memory into already allocated memory, such as the stack - or code space! Assuming that the program uses memory correctly, no.

Re: Malloc and security

2012-06-18 Thread Lars Wirzenius
On Mon, Jun 18, 2012 at 09:25:51PM +0100, Jamie White wrote: Just a quick question, which malloc, is there anyway that this function (used in C) could allocate memory into already allocated memory, such as the stack - or code space! The debian-devel mailing list is meant for development _of_

Re: Malloc and security

2012-06-18 Thread Dmitrijs Ledkovs
On 18/06/12 21:11, Jamie White wrote: Hiya Just a quick question, which malloc, is there anyway that this function (used in C) could allocate memory into already allocated memory, such as the stack - or code space! Jamie Cross posting offtopic email to two mailing lists (ubuntu-devel

Re: Malloc and security

2012-06-18 Thread Dmitrijs Ledkovs
On 18/06/12 21:25, Jamie White wrote: Hiya Just a quick question, which malloc, is there anyway that this function (used in C) could allocate memory into already allocated memory, such as the stack - or code space! Jamie sorry, not to two mailing lists. to the same one twice in a very

Re: Malloc and security

2012-06-18 Thread jamie
In fact I didn't send it to both, I resent twice, a mistake as I thought the first email hadn't sent properly. Jamir Sent from my BlackBerry® smartphone on O2 -Original Message- From: Dmitrijs Ledkovs x...@debian.org Sender: Dmitrijs Ledkovs dmitrij.led...@surgut.co.uk Date: Mon, 18

Re: Malloc and security

2012-06-18 Thread Jamie White
Aaah, any packages that need maintaining? Has there been swearing before? I assume to private email addys. Jamie On 18/06/2012 22:12, Dmitrijs Ledkovs wrote: I totally understand top posting from mobiles. Well, debian has improved, there was no swearing this time around, I don't think.

Re: Announce: script to automatically restart services after update of dependencies

2012-06-18 Thread Tomas Pospisek
On Mon, 18 Jun 2012 14:10:46 +0100, Ben Hutchings b...@decadent.org.uk wrote: On Mon, 2012-06-18 at 20:40 +0800, Paul Wise wrote: On Mon, Jun 18, 2012 at 5:40 PM, Tomas Pospisek wrote: I want to announce restart-services here [1][2]. It's a script that tries to restart all services that

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

2012-06-18 Thread Wouter Verhelst
On Wed, Jun 13, 2012 at 04:14:52AM +0300, Serge wrote: 2012/6/10 Wouter Verhelst wrote: A lot of people (including you) said that tmpfs makes things faster. But there were no examples of popular use-cases becoming faster because of /tmp on tmpfs, so I had nothing to quote. You're not

Bug#678059: ITA: tilp2 -- Texas Instruments hand-helds - PC communication program for X

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

Re: Why is irqbalance package so out of date?

2012-06-18 Thread Stephen Hemminger
On Sat, 16 Jun 2012 01:53:02 +0100 Ben Hutchings b...@decadent.org.uk wrote: On Fri, 2012-06-15 at 08:54 -0700, Stephen Hemminger wrote: Irqbalance project has moved to http://code.google.com/p/irqbalance/ The current Debian package is back at 0.56 (over 2yrs old) and upstream is now at

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

2012-06-18 Thread Uoti Urpala
Wouter Verhelst wrote: I don't think compiling C code has been CPU bound since before I was born (and I was born in the late 70s, so that's quite a while). C++ is a different matter, but still. Bullshit. GCC uses a lot of CPU unless you compile without optimization, and is surprisingly slow

Re: Why is irqbalance package so out of date?

2012-06-18 Thread Henrique de Moraes Holschuh
On Mon, 18 Jun 2012, Stephen Hemminger wrote: I will be happy to get involved; upstream irqbalance is on my list of things that are broken and needs to be fixed. Will try and get a hold Could you elaborate on this? of past contributors to figure out what is happening. I know there was talk

Re: DEP-8 extension proposal: Add source package header

2012-06-18 Thread Martin Pitt
Hello Ian, Ian Jackson [2012-06-15 17:18 +0100]: I saw that coming: There would be little dispute about adding a header, but lots of difficulty to find a good name. :-) Perhaps we should think about an actual name for DEP-8 first (similar to what we had with DEP-5 - copyright 1.0 format),

Accepted bsd-finger 0.17-15 (source mipsel)

2012-06-18 Thread Anibal Monsalve Salazar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 18 Jun 2012 15:37:11 +1000 Source: bsd-finger Binary: finger fingerd Architecture: source mipsel Version: 0.17-15 Distribution: unstable Urgency: low Maintainer: Anibal Monsalve Salazar ani...@debian.org Changed-By: Anibal

Accepted fbautostart 2.718281828-1 (source amd64)

2012-06-18 Thread Paul Tagliamonte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 17 Jun 2012 16:11:50 -0400 Source: fbautostart Binary: fbautostart Architecture: source amd64 Version: 2.718281828-1 Distribution: unstable Urgency: low Maintainer: Paul Tagliamonte paul...@ubuntu.com Changed-By: Paul

Accepted libstxxl 1.3.1-4 (source all i386)

2012-06-18 Thread D Haley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 17 Jun 2012 04:34:32 +1000 Source: libstxxl Binary: libstxxl1 libstxxl-dev libstxxl-doc libstxxl1-dbg Architecture: source all i386 Version: 1.3.1-4 Distribution: unstable Urgency: low Maintainer: Debian Science Maintainers

Accepted dose3 3.0.1-1 (source amd64)

2012-06-18 Thread Ralf Treinen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 17 Jun 2012 19:58:39 +0200 Source: dose3 Binary: libdose3-ocaml-dev libdose3-ocaml dose-distcheck dose-builddebcheck dose-extra apt-cudf Architecture: source amd64 Version: 3.0.1-1 Distribution: unstable Urgency: low

Accepted gwenview 4:4.8.4-1 (source i386)

2012-06-18 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 06 Jan 2012 12:19:57 +0100 Source: gwenview Binary: gwenview gwenview-dbg Architecture: source i386 Version: 4:4.8.4-1 Distribution: unstable Urgency: low Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org

Accepted mancala 1.0.1-4 (source amd64)

2012-06-18 Thread Paul Wise
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 18 Jun 2012 15:12:59 +0800 Source: mancala Binary: mancala Architecture: source amd64 Version: 1.0.1-4 Distribution: unstable Urgency: low Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org Changed-By: Paul

Accepted sipcalc 1.1.5-1 (source amd64)

2012-06-18 Thread Marc Haber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 18 Jun 2012 08:54:33 +0200 Source: sipcalc Binary: sipcalc Architecture: source amd64 Version: 1.1.5-1 Distribution: unstable Urgency: low Maintainer: Marc Haber mh+debian-packa...@zugschlus.de Changed-By: Marc Haber

Accepted kde-gtk-config 3:2.0-3 (source amd64)

2012-06-18 Thread Boris Pek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 08 Jun 2012 07:06:54 +0300 Source: kde-gtk-config Binary: kde-config-gtk-style Architecture: source amd64 Version: 3:2.0-3 Distribution: unstable Urgency: low Maintainer: Debian KDE Extras Team

Accepted python-django-social-auth 0.6.9-2 (source all)

2012-06-18 Thread Janos Guljas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 13 Jun 2012 16:06:38 +0200 Source: python-django-social-auth Binary: python-django-social-auth Architecture: source all Version: 0.6.9-2 Distribution: unstable Urgency: low Maintainer: Janos Guljas ja...@resenje.org

Accepted python-slimmer 0.1.30-6 (source all)

2012-06-18 Thread Janos Guljas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 17 Mar 2012 11:54:02 +0100 Source: python-slimmer Binary: python-slimmer python3-slimmer Architecture: source all Version: 0.1.30-6 Distribution: unstable Urgency: low Maintainer: Janos Guljas ja...@resenje.org Changed-By:

Accepted sawfish-themes 0.13 (source all)

2012-06-18 Thread Devin Carraway
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 17 Jun 2012 23:27:27 +0700 Source: sawfish-themes Binary: sawfish-themes Architecture: source all Version: 0.13 Distribution: unstable Urgency: low Maintainer: Devin Carraway de...@debian.org Changed-By: Devin Carraway

Accepted xmms2 0.8+dfsg-3 (source all amd64)

2012-06-18 Thread Rémi Vanicat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 18 Jun 2012 08:52:01 +0200 Source: xmms2 Binary: libaudio-xmmsclient-perl libxmmsclient++-dev libxmmsclient++-glib-dev libxmmsclient++-glib1 libxmmsclient++4 libxmmsclient-dev libxmmsclient-glib-dev libxmmsclient-glib1

Accepted yate 4.1.0-1~dfsg-2 (source all amd64)

2012-06-18 Thread Mark Purcell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 16 Jun 2012 15:52:49 +1000 Source: yate Binary: yate libyate4.1.0 yate-core yate-dev yate-doc yate-scripts yate-pgsql yate-h323chan yate-qt4 yate-alsa yate-mysql yate-dahdi yate-sctp Architecture: source all amd64 Version:

Accepted fcitx 1:4.2.4.1-2 (source all amd64)

2012-06-18 Thread YunQiang Su
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 18 Jun 2012 17:20:32 +0800 Source: fcitx Binary: fcitx fcitx-bin fcitx-data fcitx-libs fcitx-libs-dev gir1.2-fcitx-1.0 fcitx-dbg fcitx-ui-classic fcitx-frontend-all fcitx-frontend-gtk2 fcitx-frontend-gtk3 fcitx-frontend-qt4

Accepted inotify-tools 3.14-1 (source i386)

2012-06-18 Thread Ryan Niebur
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 18 Jun 2012 02:49:29 -0700 Source: inotify-tools Binary: libinotifytools0 libinotifytools0-dev inotify-tools Architecture: source i386 Version: 3.14-1 Distribution: unstable Urgency: low Maintainer: Ryan Niebur r...@debian.org

Accepted libsamplerate 0.1.8-5 (source amd64)

2012-06-18 Thread Erik de Castro Lopo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 18 Jun 2012 19:39:35 +1000 Source: libsamplerate Binary: libsamplerate0 libsamplerate0-dev samplerate-programs Architecture: source amd64 Version: 0.1.8-5 Distribution: unstable Urgency: low Maintainer: Erik de Castro Lopo

Accepted libsndfile 1.0.25-5 (source amd64)

2012-06-18 Thread Erik de Castro Lopo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 18 Jun 2012 19:22:57 +1000 Source: libsndfile Binary: libsndfile1-dev libsndfile1 sndfile-programs Architecture: source amd64 Version: 1.0.25-5 Distribution: unstable Urgency: low Maintainer: Erik de Castro Lopo

Accepted modsecurity-crs 2.2.5-1 (source all)

2012-06-18 Thread Alberto Gonzalez Iniesta
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 18 Jun 2012 11:44:26 +0200 Source: modsecurity-crs Binary: modsecurity-crs Architecture: source all Version: 2.2.5-1 Distribution: unstable Urgency: low Maintainer: Alberto Gonzalez Iniesta a...@inittab.org Changed-By: Alberto

Accepted colortest-python 1.4-2 (source all)

2012-06-18 Thread Jari Aalto
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 15 Jun 2012 13:34:43 +0300 Source: colortest-python Binary: colortest-python Architecture: source all Version: 1.4-2 Distribution: unstable Urgency: low Maintainer: Jari Aalto jari.aa...@cante.net Changed-By: Jari Aalto

Accepted ocamlsdl 0.9.0-1 (source amd64)

2012-06-18 Thread Stéphane Glondu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 18 Jun 2012 12:06:00 +0200 Source: ocamlsdl Binary: libsdl-ocaml-dev libsdl-ocaml Architecture: source amd64 Version: 0.9.0-1 Distribution: unstable Urgency: low Maintainer: Debian OCaml Maintainers

Accepted ganv 0~svn4468~dfsg0-1 (source amd64)

2012-06-18 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 18 Jun 2012 12:26:06 +0200 Source: ganv Binary: libganv-1-1 libganv-dev gir1.2-ganv-1.0 Architecture: source amd64 Version: 0~svn4468~dfsg0-1 Distribution: unstable Urgency: low Maintainer: Alessio Treglia ales...@debian.org

Accepted publican 2.8-3 (source all)

2012-06-18 Thread Raphaël Hertzog
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 18 Jun 2012 12:19:32 +0200 Source: publican Binary: publican Architecture: source all Version: 2.8-3 Distribution: unstable Urgency: low Maintainer: Mikhail Gusarov dotted...@debian.org Changed-By: Raphaël Hertzog

Accepted jalv 1.0.0~dfsg0-2 (source amd64)

2012-06-18 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 18 Jun 2012 12:44:03 +0200 Source: jalv Binary: jalv Architecture: source amd64 Version: 1.0.0~dfsg0-2 Distribution: unstable Urgency: low Maintainer: Debian Multimedia Maintainers

Accepted swt-gtk 3.8.0~rc2-2 (source amd64)

2012-06-18 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 18 Jun 2012 12:42:27 +0200 Source: swt-gtk Binary: libswt-gtk-3-java libswt-gtk-3-jni libswt-gnome-gtk-3-jni libswt-cairo-gtk-3-jni libswt-glx-gtk-3-jni libswt-webkit-gtk-3-jni libswt-gtk-3-java-gcj Architecture: source

Accepted eclipse 3.8.0~rc3-3 (source all amd64)

2012-06-18 Thread Jakub Adam
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 18 Jun 2012 13:05:32 +0200 Source: eclipse Binary: eclipse eclipse-jdt eclipse-pde eclipse-platform eclipse-platform-data eclipse-rcp libequinox-osgi-java Architecture: source all amd64 Version: 3.8.0~rc3-3 Distribution:

Accepted rmagic 2.21-5 (source all)

2012-06-18 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 18 Jun 2012 13:05:09 +0200 Source: rmagic Binary: rmagic Architecture: source all Version: 2.21-5 Distribution: unstable Urgency: low Maintainer: Jonas Smedegaard d...@jones.dk Changed-By: Jonas Smedegaard d...@jones.dk

Accepted netcfg 1.72 (source i386)

2012-06-18 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 18 Jun 2012 06:53:23 +0200 Source: netcfg Binary: netcfg netcfg-static Architecture: source i386 Version: 1.72 Distribution: unstable Urgency: low Maintainer: Debian Install System Team debian-b...@lists.debian.org Changed-By:

Accepted partman-partitioning 87 (source i386)

2012-06-18 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 18 Jun 2012 07:08:12 +0200 Source: partman-partitioning Binary: partman-partitioning Architecture: source i386 Version: 87 Distribution: unstable Urgency: low Maintainer: Debian Install System Team debian-b...@lists.debian.org

Accepted dnstop 20120611-2 (source amd64)

2012-06-18 Thread Marc Haber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 18 Jun 2012 13:43:13 +0200 Source: dnstop Binary: dnstop Architecture: source amd64 Version: 20120611-2 Distribution: unstable Urgency: low Maintainer: Marc Haber mh+debian-packa...@zugschlus.de Changed-By: Marc Haber

Accepted rsync 3.0.9-3 (source amd64)

2012-06-18 Thread Paul Slootman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 18 Jun 2012 13:48:46 +0200 Source: rsync Binary: rsync Architecture: source amd64 Version: 3.0.9-3 Distribution: unstable Urgency: low Maintainer: Paul Slootman p...@debian.org Changed-By: Paul Slootman p...@debian.org

Accepted partman-basicfilesystems 74 (source all)

2012-06-18 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 18 Jun 2012 13:29:33 +0200 Source: partman-basicfilesystems Binary: partman-basicfilesystems Architecture: source all Version: 74 Distribution: unstable Urgency: low Maintainer: Debian Install System Team

Accepted partman-ext3 69 (source all)

2012-06-18 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 18 Jun 2012 13:30:31 +0200 Source: partman-ext3 Binary: partman-ext3 Architecture: source all Version: 69 Distribution: unstable Urgency: low Maintainer: Debian Install System Team debian-b...@lists.debian.org Changed-By:

Accepted tzsetup 1:0.38 (source all)

2012-06-18 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 18 Jun 2012 13:31:28 +0200 Source: tzsetup Binary: tzsetup-udeb Architecture: source all Version: 1:0.38 Distribution: unstable Urgency: low Maintainer: Debian Install System Team debian-b...@lists.debian.org Changed-By:

Accepted squid-langpack 20120616-1 (source all)

2012-06-18 Thread Luigi Gangitano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 18 Jun 2012 15:04:16 +0200 Source: squid-langpack Binary: squid-langpack Architecture: source all Version: 20120616-1 Distribution: unstable Urgency: low Maintainer: Luigi Gangitano lu...@debian.org Changed-By: Luigi Gangitano

Accepted java-common 0.48 (source all amd64)

2012-06-18 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 18 Jun 2012 14:29:24 +0200 Source: java-common Binary: java-common default-jre default-jre-headless default-jdk default-jdk-doc gcj-native-helper Architecture: source all amd64 Version: 0.48 Distribution: experimental

Accepted mosh 1.2.2-1 (source amd64)

2012-06-18 Thread Keith Winstein
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 12 Jun 2012 14:52:17 -0400 Source: mosh Binary: mosh Architecture: source amd64 Version: 1.2.2-1 Distribution: unstable Urgency: low Maintainer: Keith Winstein kei...@mit.edu Changed-By: Keith Winstein kei...@mit.edu

Accepted uddi4j 2.0.5-2 (source all)

2012-06-18 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 18 Jun 2012 15:12:22 +0200 Source: uddi4j Binary: libuddi4j-java libuddi4j-java-doc Architecture: source all Version: 2.0.5-2 Distribution: unstable Urgency: low Maintainer: Debian Java Maintainers

Accepted squid3 3.1.20-1 (source all i386)

2012-06-18 Thread Luigi Gangitano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 18 Jun 2012 14:20:53 +0200 Source: squid3 Binary: squid3 squid3-dbg squid3-common squidclient squid-cgi Architecture: source all i386 Version: 3.1.20-1 Distribution: unstable Urgency: low Maintainer: Luigi Gangitano

Accepted apt-setup 1:0.62 (source all)

2012-06-18 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 18 Jun 2012 14:43:35 +0200 Source: apt-setup Binary: apt-setup-udeb apt-mirror-setup apt-cdrom-setup Architecture: source all Version: 1:0.62 Distribution: unstable Urgency: low Maintainer: Debian Install System Team

Accepted gthumb 3:3.0.1-2 (source i386 all)

2012-06-18 Thread David Paleino
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 18 Jun 2012 16:31:23 +0200 Source: gthumb Binary: gthumb gthumb-dbg gthumb-data gthumb-dev Architecture: source i386 all Version: 3:3.0.1-2 Distribution: unstable Urgency: low Maintainer: David Paleino da...@debian.org

Accepted saga 2.0.8+dfsg-3 (source i386)

2012-06-18 Thread Francesco Paolo Lovergine
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 18 Jun 2012 14:28:12 +0200 Source: saga Binary: saga libsaga-dev libsaga python-saga Architecture: source i386 Version: 2.0.8+dfsg-3 Distribution: unstable Urgency: low Maintainer: Debian GIS Project

Accepted strongswan 4.5.2-1.5 (source all amd64)

2012-06-18 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 15 Jun 2012 16:21:27 +0200 Source: strongswan Binary: strongswan libstrongswan strongswan-dbg strongswan-starter strongswan-ikev1 strongswan-ikev2 strongswan-nm Architecture: source all amd64 Version: 4.5.2-1.5 Distribution:

Accepted stylebook 1.0~b3~svn20061109-6 (source all)

2012-06-18 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 18 Jun 2012 16:09:12 +0200 Source: stylebook Binary: libstylebook-java Architecture: source all Version: 1.0~b3~svn20061109-6 Distribution: unstable Urgency: low Maintainer: Debian Java Maintainers

Accepted glib2.0 2.33.2-1 (source all amd64)

2012-06-18 Thread Iain Lane
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 18 Jun 2012 11:56:08 +0100 Source: glib2.0 Binary: libglib2.0-0 libglib2.0-udeb libglib2.0-bin libglib2.0-dev libglib2.0-0-dbg libglib2.0-data libglib2.0-doc libgio-fam libglib2.0-0-refdbg Architecture: source all amd64

Accepted mediawiki 1:1.19.1-1 (source all)

2012-06-18 Thread Jonathan Wiltshire
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 18 Jun 2012 15:25:25 +0100 Source: mediawiki Binary: mediawiki Architecture: source all Version: 1:1.19.1-1 Distribution: unstable Urgency: low Maintainer: Mediawiki Maintenance Team pkg-mediawiki-de...@lists.alioth.debian.org

Accepted ngraph-gtk 6.06.06-1 (source all amd64)

2012-06-18 Thread Koichi Akabe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 18 Jun 2012 23:57:20 +0900 Source: ngraph-gtk Binary: ngraph-gtk ngraph-gtk-addins-base ngraph-gtk-addins ngraph-gtk-addin-import-ps ngraph-gtk-addin-tex-equation ngraph-gtk-doc Architecture: source amd64 all Version:

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

2012-06-18 Thread Magnus Holmgren
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 18 Jun 2012 16:35:35 +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 ispell.pt 20120604-1 (source all)

2012-06-18 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 18 Jun 2012 17:31:37 +0200 Source: ispell.pt Binary: iportuguese wportuguese Architecture: source all Version: 20120604-1 Distribution: unstable Urgency: low Maintainer: Agustin Martin Domingo agmar...@debian.org Changed-By:

Accepted mediawiki-math 2:1.0+git20120528-4 (source all amd64)

2012-06-18 Thread Jonathan Wiltshire
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 18 Jun 2012 16:27:34 +0100 Source: mediawiki-math Binary: mediawiki-extensions-math mediawiki-math-texvc mediawiki-math Architecture: source all amd64 Version: 2:1.0+git20120528-4 Distribution: unstable Urgency: low Maintainer:

Accepted osgi-core 4.3.0-2 (source all)

2012-06-18 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 18 Jun 2012 17:42:35 +0200 Source: osgi-core Binary: libosgi-core-java libosgi-core-java-doc Architecture: source all Version: 4.3.0-2 Distribution: unstable Urgency: low Maintainer: Debian Java Maintainers

Accepted pdns-recursor 3.3-3 (source amd64)

2012-06-18 Thread Marc Haber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 18 Jun 2012 14:45:50 + Source: pdns-recursor Binary: pdns-recursor pdns-recursor-dbg Architecture: source amd64 Version: 3.3-3 Distribution: unstable Urgency: low Maintainer: Debian PowerDNS Maintainers

Accepted wdm 1.28-13 (source i386)

2012-06-18 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 15 Jun 2012 11:45:28 +0200 Source: wdm Binary: wdm Architecture: source i386 Version: 1.28-13 Distribution: unstable Urgency: low Maintainer: Debian QA Group packa...@qa.debian.org Changed-By: Agustin Martin Domingo

Accepted libffado 2.0.99+svn2163-2 (source all amd64)

2012-06-18 Thread Adrian Knoth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 18 Jun 2012 18:00:00 +0200 Source: libffado Binary: libffado-dev libffado2 ffado-tools ffado-dbus-server ffado-mixer-qt4 Architecture: source all amd64 Version: 2.0.99+svn2163-2 Distribution: unstable Urgency: low Maintainer:

Accepted auto-multiple-choice 1.1.1-1 (source all amd64)

2012-06-18 Thread georgesk
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 17 Jun 2012 21:28:37 +0200 Source: auto-multiple-choice Binary: auto-multiple-choice auto-multiple-choice-common auto-multiple-choice-doc auto-multiple-choice-doc-pdf Architecture: source amd64 all Version: 1.1.1-1

Accepted petri-foo 0.0.2+20120606.gitd2f92c9-1 (source amd64)

2012-06-18 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 18 Jun 2012 17:46:08 +0200 Source: petri-foo Binary: petri-foo petri-foo-dbg Architecture: source amd64 Version: 0.0.2+20120606.gitd2f92c9-1 Distribution: unstable Urgency: low Maintainer: Debian Multimedia Maintainers

Accepted gajim 0.15-1.1 (source all)

2012-06-18 Thread Luk Claes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 16 Jun 2012 18:22:00 +0200 Source: gajim Binary: gajim Architecture: source all Version: 0.15-1.1 Distribution: unstable Urgency: high Maintainer: Yann Leboulanger aste...@lagaule.org Changed-By: Luk Claes l...@debian.org

Accepted cdebconf 0.165 (source all i386)

2012-06-18 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 18 Jun 2012 18:28:20 +0200 Source: cdebconf Binary: cdebconf cdebconf-gtk libdebconfclient0 libdebconfclient0-dev cdebconf-udeb cdebconf-priority libdebconfclient0-udeb cdebconf-text-udeb cdebconf-slang-udeb cdebconf-newt-udeb

Accepted grub-installer 1.73 (source i386)

2012-06-18 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 18 Jun 2012 18:45:34 +0200 Source: grub-installer Binary: grub-installer Architecture: source i386 Version: 1.73 Distribution: unstable Urgency: low Maintainer: Debian Install System Team debian-b...@lists.debian.org Changed-By:

Accepted rescue 1.32 (source all)

2012-06-18 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 18 Jun 2012 18:53:24 +0200 Source: rescue Binary: rescue-check rescue-mode Architecture: source all Version: 1.32 Distribution: unstable Urgency: low Maintainer: Debian Install System Team debian-b...@lists.debian.org

Accepted surf 0.4.1-8 (source i386)

2012-06-18 Thread Vasudev Kamath
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 17 Jun 2012 20:39:35 +0530 Source: surf Binary: surf Architecture: source i386 Version: 0.4.1-8 Distribution: unstable Urgency: low Maintainer: Vasudev Kamath kamathvasu...@gmail.com Changed-By: Vasudev Kamath

Accepted dynare 4.3.0-1 (source all amd64)

2012-06-18 Thread Sébastien Villemot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 18 Jun 2012 18:52:22 + Source: dynare Binary: dynare dynare-common dynare-doc dynare-matlab Architecture: source amd64 all Version: 4.3.0-1 Distribution: unstable Urgency: low Maintainer: Debian Octave Group

Accepted lammps 0~20120615.gite442279-1 (source all amd64)

2012-06-18 Thread Anton Gladky
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 18 Jun 2012 20:34:59 +0200 Source: lammps Binary: lammps lammps-doc Architecture: source amd64 all Version: 0~20120615.gite442279-1 Distribution: unstable Urgency: low Maintainer: Debian Science Maintainers

Accepted tor 0.2.3.17-beta-2 (source all amd64)

2012-06-18 Thread Peter Palfrader
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 18 Jun 2012 12:31:39 UTC Source: tor Binary: tor tor-dbg tor-geoipdb Architecture: source all amd64 Version: 0.2.3.17-beta-2 Distribution: unstable Urgency: low Maintainer: Peter Palfrader wea...@debian.org Changed-By: Peter

Accepted prelude-lml 1.0.0-4 (source amd64)

2012-06-18 Thread Pierre Chifflier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 18 Jun 2012 21:30:19 +0200 Source: prelude-lml Binary: prelude-lml Architecture: source amd64 Version: 1.0.0-4 Distribution: unstable Urgency: high Maintainer: Pierre Chifflier pol...@debian.org Changed-By: Pierre Chifflier

Accepted farpd 0.2-11 (source i386)

2012-06-18 Thread Javier Fernández-Sanguino Peña
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 18 Jun 2012 19:04:19 +0200 Source: farpd Binary: farpd Architecture: source i386 Version: 0.2-11 Distribution: unstable Urgency: low Maintainer: Javier Fernández-Sanguino Peña j...@debian.org Changed-By: Javier

Accepted java-gnome 4.1.1-4 (source all amd64)

2012-06-18 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 18 Jun 2012 22:41:02 +0200 Source: java-gnome Binary: libjava-gnome-java libjava-gnome-jni libjava-gnome-java-doc Architecture: source all amd64 Version: 4.1.1-4 Distribution: unstable Urgency: low Maintainer: Debian Java

Accepted juju 0.5+bzr542-1 (source all)

2012-06-18 Thread Clint Byrum
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 18 Jun 2012 12:10:19 -0700 Source: juju Binary: juju Architecture: source all Version: 0.5+bzr542-1 Distribution: unstable Urgency: low Maintainer: Clint Byrum spam...@debian.org Changed-By: Clint Byrum spam...@debian.org

Accepted libee 0.4.1-1 (source amd64)

2012-06-18 Thread Pierre Chifflier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 18 Jun 2012 21:55:53 +0200 Source: libee Binary: libee-dev libee0 Architecture: source amd64 Version: 0.4.1-1 Distribution: unstable Urgency: low Maintainer: Pierre Chifflier pol...@debian.org Changed-By: Pierre Chifflier

Accepted libnl3 3.2.7-3 (source all i386)

2012-06-18 Thread Heiko Stuebner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 18 Jun 2012 21:19:30 +0200 Source: libnl3 Binary: libnl-3-200 libnl-cli-3-200 libnl-utils libnl-genl-3-200 libnl-nf-3-200 libnl-route-3-200 libnl-3-dev libnl-cli-3-dev libnl-genl-3-dev libnl-nf-3-dev libnl-route-3-dev

Accepted licq 1.6.1-1 (source all amd64)

2012-06-18 Thread Erik Johansson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 16 Jun 2012 23:02:32 +0200 Source: licq Binary: licq licq-dev licq-plugin-autoreply licq-plugin-console licq-plugin-forwarder licq-plugin-jabber licq-plugin-kde licq-plugin-kde4 licq-plugin-msn licq-plugin-osd licq-plugin-qt

Accepted mediawiki-math 2:1.0+git20120528-5 (source all amd64)

2012-06-18 Thread Jonathan Wiltshire
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 18 Jun 2012 20:55:12 +0100 Source: mediawiki-math Binary: mediawiki-extensions-math mediawiki-math-texvc mediawiki-math Architecture: source all amd64 Version: 2:1.0+git20120528-5 Distribution: unstable Urgency: low Maintainer:

Accepted screen 4.1.0~20120320gitdb59704-3 (source amd64)

2012-06-18 Thread Axel Beckert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 18 Jun 2012 21:10:49 +0200 Source: screen Binary: screen Architecture: source amd64 Version: 4.1.0~20120320gitdb59704-3 Distribution: unstable Urgency: low Maintainer: Axel Beckert a...@debian.org Changed-By: Axel Beckert

  1   2   >