Re: Missing makefile

2013-07-31 Thread Paul Wise
On Wed, Jul 31, 2013 at 5:05 AM, Jerry Stuckle wrote: I'm trying to compile my first module for Debian (right now it doesn't do anything - one step at a time :) ). My makefile is: obj-m = mymodule.o KVERSION = $(shell uname -r) Looks like you are talking about a Linux kernel module. How

Re: /etc/hosts and resolving of the local host/domainname - 127.0.0.1 vs. 127.0.1.1

2013-07-31 Thread Tollef Fog Heen
]] Russ Allbery Matt Zagrabelny mzagr...@d.umn.edu writes: Does not the Wheezy installer still place hostname.domain.name entries in /etc/hosts for said hostname? We (Stanford) strip them out in FAI. We can, of course, continue to do that, but I thought I'd mention it as a data

Re: /etc/hosts and resolving of the local host/domainname - 127.0.0.1 vs. 127.0.1.1

2013-07-31 Thread Thomas Goirand
On 07/31/2013 08:30 AM, Steve Langasek wrote: What I'm missing your email is a problem statement explaining what it is you're trying to solve. The current implementation has been working reliably for years. He did wrote it. 127.0.1.1 breaks because some daemon (many, according to him) bind

Re: /etc/hosts and resolving of the local host/domainname - 127.0.0.1 vs. 127.0.1.1

2013-07-31 Thread Steve Langasek
On Wed, Jul 31, 2013 at 03:46:29PM +0800, Thomas Goirand wrote: On 07/31/2013 08:30 AM, Steve Langasek wrote: What I'm missing your email is a problem statement explaining what it is you're trying to solve. The current implementation has been working reliably for years. He did wrote it.

Re: /etc/hosts and resolving of the local host/domainname - 127.0.0.1 vs. 127.0.1.1

2013-07-31 Thread Ben Hutchings
On Wed, 2013-07-31 at 15:46 +0800, Thomas Goirand wrote: On 07/31/2013 08:30 AM, Steve Langasek wrote: What I'm missing your email is a problem statement explaining what it is you're trying to solve. The current implementation has been working reliably for years. He did wrote it.

Re: Missing makefile

2013-07-31 Thread Ben Hutchings
On Tue, 2013-07-30 at 23:05 -0400, Jerry Stuckle wrote: Hi, all, I hope this is the right list. I'm trying to compile my first module for Debian (right now it doesn't do anything - one step at a time :) ). My makefile is: obj-m = mymodule.o KVERSION = $(shell uname -r) all:

LXDE is dead in Debian?

2013-07-31 Thread Mateusz Łukasik
Hello everybody, Can somebody tell me if anybody is engaged in lxde in Debian? If I look on for example libfm sources: http://packages.debian.org/source/sid/libfm it was NMU last time I see down mailing list and VCS-git too. One of uploaders gave up and second did nothing for 2 years. Now

Re: /etc/hosts and resolving of the local host/domainname - 127.0.0.1 vs. 127.0.1.1

2013-07-31 Thread Vincent Bernat
❦ 31 juillet 2013 09:46 CEST, Thomas Goirand z...@debian.org : What I'm missing your email is a problem statement explaining what it is you're trying to solve. The current implementation has been working reliably for years. He did wrote it. 127.0.1.1 breaks because some daemon (many,

Re: LXDE is dead in Debian?

2013-07-31 Thread Paul Wise
On Wed, Jul 31, 2013 at 10:45 AM, Mateusz Łukasik wrote: Can somebody tell me if anybody is engaged in lxde in Debian? If I look on for example libfm sources: http://packages.debian.org/source/sid/libfm it was NMU last time I see down mailing list and VCS-git too. One of uploaders gave up and

Re: LXDE is dead in Debian?

2013-07-31 Thread Jonas Smedegaard
Quoting Mateusz Łukasik (2013-07-31 10:45:14) Can somebody tell me if anybody is engaged in lxde in Debian? If I look on for example libfm sources: http://packages.debian.org/source/sid/libfm it was NMU last time I see down mailing list and VCS-git too. One of uploaders gave up and second

Re: /etc/hosts and resolving of the local host/domainname - 127.0.0.1 vs. 127.0.1.1

2013-07-31 Thread Vincent Lefevre
On 2013-07-31 15:46:29 +0800, Thomas Goirand wrote: On 07/31/2013 08:30 AM, Steve Langasek wrote: What I'm missing your email is a problem statement explaining what it is you're trying to solve. The current implementation has been working reliably for years. He did wrote it. 127.0.1.1

Re: /etc/hosts and resolving of the local host/domainname - 127.0.0.1 vs. 127.0.1.1

2013-07-31 Thread Vincent Lefevre
On 2013-07-31 11:00:24 +0200, Vincent Bernat wrote: ❦ 31 juillet 2013 09:46 CEST, Thomas Goirand z...@debian.org : He did wrote it. 127.0.1.1 breaks because some daemon (many, according to him) bind only on 127.0.0.1, and not 127.0.0.0/8 as they should. How a daemon could bind to

Bug#718416: general: tty1 is cleared at boot, obscuring a screenfull of important boot messages

2013-07-31 Thread Thorsten Glaser
Package: general Severity: normal Ever since, I think, wheezy, tty1 is cleared at boot like tty2-6 are. This is bad because it obscures the last screenfull of bootmessages, at least 25 lines, but with framebugger console, a lot(!) more, which is very bad. I’ve got no idea which package is

Bug#718416: general: tty1 is cleared at boot, obscuring a screenfull of important boot messages

2013-07-31 Thread Michael Biebl
Am 31.07.2013 14:11, schrieb Thorsten Glaser: Package: general Severity: normal Ever since, I think, wheezy, tty1 is cleared at boot like tty2-6 are. This is bad because it obscures the last screenfull of bootmessages, at least 25 lines, but with framebugger console, a lot(!) more, which

Re: /etc/hosts and resolving of the local host/domainname - 127.0.0.1 vs. 127.0.1.1

2013-07-31 Thread Christoph Anton Mitterer
On Tue, 2013-07-30 at 23:09 +0100, Ulrich Dangel wrote: If you are in a situation with no stable DNS you can use libnss-myhostname which resolves the hostname to your local configured IP addresses or 127.0.1.1 ::1 if no IP address is configured. Yeah... but this doesn't change the problem that

Re: Missing makefile

2013-07-31 Thread Jerry Stuckle
On 7/31/2013 2:11 AM, Paul Wise wrote: On Wed, Jul 31, 2013 at 5:05 AM, Jerry Stuckle wrote: I'm trying to compile my first module for Debian (right now it doesn't do anything - one step at a time :) ). My makefile is: obj-m = mymodule.o KVERSION = $(shell uname -r) Looks like you are

Re: /etc/hosts and resolving of the local host/domainname - 127.0.0.1 vs. 127.0.1.1

2013-07-31 Thread Christoph Anton Mitterer
On Wed, 2013-07-31 at 01:30 +0100, Steve Langasek wrote: What I'm missing your email is a problem statement explaining what it is you're trying to solve. The current implementation has been working reliably for years. If it ain't broke, don't fix it. You even extracted it yourself from my

Re: /etc/hosts and resolving of the local host/domainname - 127.0.0.1 vs. 127.0.1.1

2013-07-31 Thread Christoph Anton Mitterer
On Wed, 2013-07-31 at 12:47 +0200, Vincent Lefevre wrote: Perhaps Thomas actually meant accept any address, then drop those outside 127.0.0.0/8? That seems really ugly and error prone IMHO. Cheers, Chris. smime.p7s Description: S/MIME cryptographic signature

Re: Missing makefile

2013-07-31 Thread Jerry Stuckle
On 7/31/2013 4:39 AM, Ben Hutchings wrote: On Tue, 2013-07-30 at 23:05 -0400, Jerry Stuckle wrote: Hi, all, I hope this is the right list. I'm trying to compile my first module for Debian (right now it doesn't do anything - one step at a time :) ). My makefile is: obj-m = mymodule.o

Re: /etc/hosts and resolving of the local host/domainname - 127.0.0.1 vs. 127.0.1.1

2013-07-31 Thread Thomas Goirand
On 07/31/2013 06:47 PM, Vincent Lefevre wrote: On 2013-07-31 11:00:24 +0200, Vincent Bernat wrote: ❦ 31 juillet 2013 09:46 CEST, Thomas Goirand z...@debian.org : He did wrote it. 127.0.1.1 breaks because some daemon (many, according to him) bind only on 127.0.0.1, and not 127.0.0.0/8 as they

Re: LXDE is dead in Debian?

2013-07-31 Thread Thomas Goirand
On 07/31/2013 04:45 PM, Mateusz Łukasik wrote: Hello everybody, Can somebody tell me if anybody is engaged in lxde in Debian? If I look on for example libfm sources: http://packages.debian.org/source/sid/libfm it was NMU last time I see down mailing list and VCS-git too. One of uploaders

Bug#718416: general: tty1 is cleared at boot, obscuring a screenfull of important boot messages

2013-07-31 Thread Thomas Goirand
On 07/31/2013 08:24 PM, Michael Biebl wrote: Am 31.07.2013 14:11, schrieb Thorsten Glaser: Package: general Severity: normal Ever since, I think, wheezy, tty1 is cleared at boot like tty2-6 are. This is bad because it obscures the last screenfull of bootmessages, at least 25 lines, but with

Re: /etc/hosts and resolving of the local host/domainname - 127.0.0.1 vs. 127.0.1.1

2013-07-31 Thread Christoph Anton Mitterer
On Tue, 2013-07-30 at 23:15 +0100, Simon McVittie wrote: libnss-myhostname is basically this, and is packaged. It tries to return a public address if possible, only falling back to 127.0.0.2 (upstream), 127.0.1.1 (as patched in Debian) or ::1 (IPv6) if there's nothing more suitable. Sounds

Re: Bug#718416: general: tty1 is cleared at boot, obscuring a screenfull of important boot messages

2013-07-31 Thread Holger Levsen
reassign 718416 sysvinit thanks Hi, On Mittwoch, 31. Juli 2013, Thorsten Glaser wrote: I’ve got no idea which package is responsible for this change, hence filing against general. $ grep etc/inittab /var/lib/dpkg/info/* /var/lib/dpkg/info/sysvinit.postinst:if [ ! -f /etc/inittab ]

Processed: Re: Bug#718416: general: tty1 is cleared at boot, obscuring a screenfull of important boot messages

2013-07-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: reassign 718416 sysvinit Bug #718416 [general] general: tty1 is cleared at boot, obscuring a screenfull of important boot messages Bug reassigned from package 'general' to 'sysvinit'. Ignoring request to alter found versions of bug #718416 to the

Re: Bug#718365: ITP: Testdrive -- run the daily Ubuntu ISO in a virtual machine

2013-07-31 Thread Holger Levsen
Hi, On Dienstag, 30. Juli 2013, Jackson Doak wrote: Description : run the daily Ubuntu ISO in a virtual machine Testdrive is a tool for running the daily Ubuntu ISO (an any ISOs you configure it for) in a virtual machine or on live USB. IMHO this description lacks info what

Re: /etc/hosts and resolving of the local host/domainname - 127.0.0.1 vs. 127.0.1.1

2013-07-31 Thread Bastien ROUCARIES
On Wed, Jul 31, 2013 at 3:01 PM, Thomas Goirand z...@debian.org wrote: On 07/31/2013 06:47 PM, Vincent Lefevre wrote: On 2013-07-31 11:00:24 +0200, Vincent Bernat wrote: ❦ 31 juillet 2013 09:46 CEST, Thomas Goirand z...@debian.org : He did wrote it. 127.0.1.1 breaks because some daemon (many,

Re: Missing makefile

2013-07-31 Thread Ben Hutchings
On Wed, 2013-07-31 at 08:57 -0400, Jerry Stuckle wrote: On 7/31/2013 4:39 AM, Ben Hutchings wrote: On Tue, 2013-07-30 at 23:05 -0400, Jerry Stuckle wrote: Hi, all, I hope this is the right list. I'm trying to compile my first module for Debian (right now it doesn't do anything - one

Re: Missing makefile

2013-07-31 Thread Jerry Stuckle
On 7/31/2013 10:32 AM, Ben Hutchings wrote: On Wed, 2013-07-31 at 08:57 -0400, Jerry Stuckle wrote: On 7/31/2013 4:39 AM, Ben Hutchings wrote: On Tue, 2013-07-30 at 23:05 -0400, Jerry Stuckle wrote: Hi, all, I hope this is the right list. I'm trying to compile my first module for Debian

Re: /etc/hosts and resolving of the local host/domainname - 127.0.0.1 vs. 127.0.1.1

2013-07-31 Thread Wouter Verhelst
On 30-07-13 22:57, Russ Allbery wrote: Christoph Anton Mitterer cales...@scientia.net writes: - The system hostname (and domainname if any) should ALWAYS be resolvable, whether a network is up or not, regardless of which. (Assuming that lo is always up, if not, many things break anyway.)

Re: Bug#718416: general: tty1 is cleared at boot, obscuring a screenfull of important boot messages

2013-07-31 Thread Didier 'OdyX' Raboud
Le mercredi, 31 juillet 2013 15.17:57, Holger Levsen a écrit : reassign 718416 sysvinit thanks $ grep etc/inittab /var/lib/dpkg/info/* /var/lib/dpkg/info/sysvinit.postinst:if [ ! -f /etc/inittab ] /var/lib/dpkg/info/sysvinit.postinst: cp -p /usr/share/sysvinit/inittab /etc/inittab

Re: Missing makefile

2013-07-31 Thread Chris Bannister
On Wed, Jul 31, 2013 at 10:53:33AM -0400, Jerry Stuckle wrote: And compiling kernel modules is off-topic for debian-user. It should, however, be on-topic here. Correct, but you are more likely to be directed to debian-mentors. Try there. -- If you're not careful, the newspapers will have

Bug#718429: ITP: patsy -- statistical models in Python using symbolic formulas

2013-07-31 Thread Yaroslav Halchenko
Package: wnpp Severity: wishlist Owner: Yaroslav Halchenko deb...@onerussian.com * Package name: patsy Version : 0.1.0 Upstream Author : Nathaniel J. Smith n...@pobox.com * URL : http://github.com/pydata/patsy * License : BSD-2 Programming Lang: Python

Status of deb(5) format support in Debian

2013-07-31 Thread Guillem Jover
Hi! Due to bug 718295, and in preparation to add non-gzip compression support for control.tar, I've tried to get an accurate view of the current deb(5) format support in software present in Debian. The resulting table looks pretty bad: https://wiki.debian.org/Teams/Dpkg/DebSupport Please

Re: Status of deb(5) format support in Debian

2013-07-31 Thread Stefano Zacchiroli
On Wed, Jul 31, 2013 at 06:24:32PM +0200, Guillem Jover wrote: Due to bug 718295, and in preparation to add non-gzip compression support for control.tar, I've tried to get an accurate view of the current deb(5) format support in software present in Debian. The resulting table looks pretty bad:

Re: Missing makefile

2013-07-31 Thread Jerry Stuckle
On 7/31/2013 11:09 AM, Chris Bannister wrote: On Wed, Jul 31, 2013 at 10:53:33AM -0400, Jerry Stuckle wrote: And compiling kernel modules is off-topic for debian-user. It should, however, be on-topic here. Correct, but you are more likely to be directed to debian-mentors. Try there.

Re: LXDE is dead in Debian?

2013-07-31 Thread Mateusz Łukasik
On 31.07.2013 at 11:17 Paul Wise p...@debian.org wrote: LXDE upstream is merging with RazorQt upstream (also in Debian) so there doesn't seem much point in adopting the LXDE GTK packages in Debian right now. Once the upstream situation is sorted out they may either get removed or updated,

Re: Requesting DDs who want to help greet new contributors

2013-07-31 Thread Paul Wise
I already do similar stuff but without the benefit of the tool you are working on, just based on mailing list mails from folks asking how to get involved or what I remember of folks activities. I might be interested to get more involved here but that would probably need to be later in the year.

Re: Missing makefile

2013-07-31 Thread Adam D. Barratt
On Wed, 2013-07-31 at 10:53 -0400, Jerry Stuckle wrote: And compiling kernel modules is off-topic for debian-user. It should, however, be on-topic here. Not really, although I realise the longer description on https://lists.debian.org/debian-devel/ could lead you to that conclusion. As the

Re: best policies for third party Debian packaging and get-orig-source target

2013-07-31 Thread Faheem Mitha
Hi Andreas, Thank you for your kind message, and for your interest. On Tue, 30 Jul 2013 11:06:38 +0200, Andreas Tille andr...@an3as.eu wrote: Hi Faheem, I'm really happy that I asked back! ;-) On Tue, Jul 30, 2013 at 08:03:19AM +, Faheem Mitha wrote: On Tue, 30 Jul 2013 09:01:43 +0200,

Re: Missing makefile

2013-07-31 Thread Jerry Stuckle
On 7/31/2013 2:39 PM, Adam D. Barratt wrote: On Wed, 2013-07-31 at 10:53 -0400, Jerry Stuckle wrote: And compiling kernel modules is off-topic for debian-user. It should, however, be on-topic here. Not really, although I realise the longer description on

Re: Missing makefile

2013-07-31 Thread Ben Hutchings
On Wed, 2013-07-31 at 15:05 -0400, Jerry Stuckle wrote: On 7/31/2013 2:39 PM, Adam D. Barratt wrote: On Wed, 2013-07-31 at 10:53 -0400, Jerry Stuckle wrote: And compiling kernel modules is off-topic for debian-user. It should, however, be on-topic here. Not really, although I realise

Re: Missing makefile

2013-07-31 Thread Jerry Stuckle
On 7/31/2013 3:46 PM, Ben Hutchings wrote: On Wed, 2013-07-31 at 15:05 -0400, Jerry Stuckle wrote: On 7/31/2013 2:39 PM, Adam D. Barratt wrote: On Wed, 2013-07-31 at 10:53 -0400, Jerry Stuckle wrote: And compiling kernel modules is off-topic for debian-user. It should, however, be on-topic

Re: Missing makefile

2013-07-31 Thread Jerry Stuckle
On 7/31/2013 3:46 PM, Ben Hutchings wrote: On Wed, 2013-07-31 at 15:05 -0400, Jerry Stuckle wrote: On 7/31/2013 2:39 PM, Adam D. Barratt wrote: On Wed, 2013-07-31 at 10:53 -0400, Jerry Stuckle wrote: And compiling kernel modules is off-topic for debian-user. It should, however, be on-topic

Re: Status of deb(5) format support in Debian

2013-07-31 Thread David Kalnischkies
On Wed, Jul 31, 2013 at 6:56 PM, Stefano Zacchiroli z...@debian.org wrote: On Wed, Jul 31, 2013 at 06:24:32PM +0200, Guillem Jover wrote: Due to bug 718295, and in preparation to add non-gzip compression support for control.tar, I've tried to get an accurate view of the current deb(5) format

Re: best policies for third party Debian packaging and get-orig-source target

2013-07-31 Thread Andreas Tille
Hi Faheem, On Wed, Jul 31, 2013 at 06:41:59PM +, Faheem Mitha wrote: The mailing list archive shows that in 2008 you had contributed to the a plink related thread - so you might know the Debian Med project. In case you are unsure you might probably want to have a look at the list

Re: On accepting pre-generated doc from upstream

2013-07-31 Thread Lisandro Damián Nicanor Pérez Meyer
On Tuesday 23 July 2013 14:05:41 Goswin von Brederlow wrote: On Thu, Jul 18, 2013 at 12:07:59PM -0300, Lisandro Damián Nicanor Pérez Meyer wrote: On Thursday 18 July 2013 14:45:38 Goswin von Brederlow wrote: [snip] - Option 3: (Note: I'm assuming you are generating API docs

Re: /etc/hosts and resolving of the local host/domainname - 127.0.0.1 vs. 127.0.1.1

2013-07-31 Thread Peter Samuelson
On Wed, 2013-07-31 at 01:30 +0100, Steve Langasek wrote: That's correct. If you want to talk to a loopback-only service, you should be connecting to 'localhost', *not* to the hostname. [Christoph Anton Mitterer] Well why not? Imagine that one server in a cluster serves a debian package

Re: Missing makefile

2013-07-31 Thread Wouter Verhelst
On 31-07-13 22:09, Jerry Stuckle wrote: Ben, I should also add - I doubt there are many people trying to create new kernel modules for Debian which aren't being merged into the upstream kernel, There are plenty of out-of-tree modules; that isn't very special. This should Just Work(TM), and

Re: best policies for third party Debian packaging and get-orig-source target

2013-07-31 Thread Charles Plessy
Le Wed, Jul 31, 2013 at 10:34:37PM +0200, Andreas Tille a écrit : On Wed, Jul 31, 2013 at 06:41:59PM +, Faheem Mitha wrote: I'm a little puzzled why ggplot2 is being packaged by Debian Med. It is a general purpose R graphing package. What I currently can see from the status in Git

Bug#718455: ITP: hypirion-io-clojure -- I/O redirection, signal handling, and console utilities

2013-07-31 Thread Eugenio Cano-Manuel Mendoza
Package: wnpp Severity: wishlist Owner: Eugenio Cano-Manuel Mendoza eugenioca...@gmail.com * Package name: hypirion-io-clojure Version : 0.3.1 Upstream Author : Jean Niklas L'orange hypir...@hypirion.com * URL : http://www.hypirion.com/ * License : EPL-1.0

Bug#718461: ITP: cgrand-regex-clojure -- Composable regexes for Clojure

2013-07-31 Thread Eugenio Cano-Manuel Mendoza
Package: wnpp Severity: wishlist Owner: Eugenio Cano-Manuel Mendoza eugenioca...@gmail.com * Package name: cgrand-regex-clojure Version : 1.1.0 Upstream Author : Christophe Grand christo...@cgrand.net * URL : https://github.com/cgrand/regex * License : EPL-1.0

Bug#718464: ITP: tools-cli-clojure -- command line argument parser for Clojure

2013-07-31 Thread Eugenio Cano-Manuel Mendoza
Package: wnpp Severity: wishlist Owner: Eugenio Cano-Manuel Mendoza eugenioca...@gmail.com * Package name: tools-cli-clojure Version : 0.2.2 Upstream Author : Gareth Jones gareth.e.jo...@gmail.com * URL : https://github.com/clojure/tools.cli * License : EPL-1.0

Accepted pcp-gui 1.5.9 (source i386 all)

2013-07-31 Thread Nathan Scott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 28 Jul 2013 10:27:02 +1000 Source: pcp-gui Binary: pcp-gui pcp-doc pcp-gui-testsuite Architecture: source i386 all Version: 1.5.9 Distribution: unstable Urgency: low Maintainer: PCP Development Team p...@oss.sgi.com Changed-By:

Accepted chromium-browser 28.0.1500.95-1 (source all amd64)

2013-07-31 Thread Michael Gilbert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 30 Jul 2013 20:34:19 + Source: chromium-browser Binary: chromium-browser chromium-browser-dbg chromium-browser-l10n chromium-browser-inspector chromium chromium-dbg chromium-l10n chromium-inspector Architecture: source

Accepted qemu 1.6.0~rc0+dfsg-1exp (source amd64 all)

2013-07-31 Thread Michael Tokarev
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 31 Jul 2013 10:49:30 +0400 Source: qemu Binary: qemu qemu-keymaps qemu-system qemu-system-common qemu-system-misc qemu-system-arm qemu-system-mips qemu-system-ppc qemu-system-sparc qemu-system-x86 qemu-user qemu-user-static

Accepted ctpp2 2.8.3-4 (source all amd64)

2013-07-31 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 30 Jul 2013 20:01:01 +0200 Source: ctpp2 Binary: ctpp2-utils ctpp2-doc libctpp2-2 libctpp2-2-dbg libctpp2-dev Architecture: source all amd64 Version: 2.8.3-4 Distribution: unstable Urgency: low Maintainer: Vasudev Kamath

Accepted yiyantang 0.7.0-4 (source amd64)

2013-07-31 Thread Andreas Beckmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 31 Jul 2013 11:05:56 +0200 Source: yiyantang Binary: yiyantang Architecture: source amd64 Version: 0.7.0-4 Distribution: unstable Urgency: low Maintainer: Debian QA Group packa...@qa.debian.org Changed-By: Andreas Beckmann

Accepted astk 1.13.1-1 (source all)

2013-07-31 Thread Andrea Palazzi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 12 Jul 2013 11:09:47 +0200 Source: astk Binary: code-aster-gui code-aster-run Architecture: source all Version: 1.13.1-1 Distribution: unstable Urgency: low Maintainer: Debian Science Team

Accepted fusionforge 5.2.2+20130731-1 (source all)

2013-07-31 Thread Roland Mas
-plugin-scmgit fusionforge-plugin-scmhg fusionforge-plugin-scmsvn Architecture: source all Version: 5.2.2+20130731-1 Distribution: unstable Urgency: low Maintainer: Roland Mas lola...@debian.org Changed-By: Roland Mas lola...@debian.org Description: fusionforge-full - FusionForge collaborative

Accepted rygel 0.19.4-1 (source amd64 all)

2013-07-31 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 31 Jul 2013 11:38:32 +0200 Source: rygel Binary: rygel rygel-dbg rygel-2.0-dev librygel-core-2.0-1 librygel-server-2.0-1 librygel-renderer-2.0-1 librygel-renderer-gst-2.0-1 rygel-mediathek rygel-tracker rygel-gst-renderer

Accepted rygel 0.18.3-1 (source amd64 all)

2013-07-31 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 31 Jul 2013 12:37:56 +0200 Source: rygel Binary: rygel rygel-dbg rygel-2.0-dev librygel-core-2.0-1 librygel-server-2.0-1 librygel-renderer-2.0-1 librygel-renderer-gst-2.0-1 rygel-mediathek rygel-tracker rygel-gst-renderer

Accepted phyml 2:20120412-1 (source amd64)

2013-07-31 Thread Charles Plessy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 15 Jul 2013 09:55:11 +0900 Source: phyml Binary: phyml Architecture: source amd64 Version: 2:20120412-1 Distribution: unstable Urgency: low Maintainer: Debian Med Packaging Team debian-med-packag...@lists.alioth.debian.org

Accepted live-debconfig 4.0~a26-1 (source all)

2013-07-31 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 31 Jul 2013 14:25:13 +0200 Source: live-debconfig Binary: live-debconfig live-debconfig-doc Architecture: source all Version: 4.0~a26-1 Distribution: unstable Urgency: low Maintainer: Live Systems Maintainers

Accepted gedit 3.8.3-1 (source all amd64)

2013-07-31 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 31 Jul 2013 15:00:49 +0200 Source: gedit Binary: gedit gedit-common gedit-dev Architecture: source all amd64 Version: 3.8.3-1 Distribution: experimental Urgency: low Maintainer: Debian GNOME Maintainers

Accepted btrfs-tools 0.19+20130315-5 (source amd64)

2013-07-31 Thread Dmitrijs Ledkovs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 31 Jul 2013 14:52:17 +0100 Source: btrfs-tools Binary: btrfs-tools btrfs-tools-udeb btrfs-tools-dbg Architecture: source amd64 Version: 0.19+20130315-5 Distribution: unstable Urgency: low Maintainer: Dmitrijs Ledkovs

Accepted doodle 0.7.0-8 (source amd64)

2013-07-31 Thread Prach Pongpanich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 31 Jul 2013 19:00:37 +0700 Source: doodle Binary: doodle doodle-dbg doodled libdoodle1 libdoodle-dev Architecture: source amd64 Version: 0.7.0-8 Distribution: unstable Urgency: medium Maintainer: Prach Pongpanich

Accepted lunzip 1.4~rc1-1 (source i386)

2013-07-31 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 31 Jul 2013 16:23:11 +0200 Source: lunzip Binary: lunzip lunzip-dbg Architecture: source i386 Version: 1.4~rc1-1 Distribution: experimental Urgency: low Maintainer: Daniel Baumann m...@daniel-baumann.ch Changed-By: Daniel

Accepted lxc 0.9.0-15 (source i386)

2013-07-31 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 31 Jul 2013 16:01:47 +0200 Source: lxc Binary: lxc lxc-dbg lxc-dev Architecture: source i386 Version: 0.9.0-15 Distribution: experimental Urgency: low Maintainer: Daniel Baumann m...@daniel-baumann.ch Changed-By: Daniel Baumann

Accepted kfreebsd-9 9.2~svn253698-1 (source all kfreebsd-amd64)

2013-07-31 Thread Robert Millan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 31 Jul 2013 13:52:17 +0200 Source: kfreebsd-9 Binary: kfreebsd-source-9.2 kfreebsd-headers-9.2-1 kfreebsd-image-9.2-1-686-smp kfreebsd-image-9-686-smp kfreebsd-headers-9.2-1-686-smp kfreebsd-headers-9-686-smp

Accepted lxc 0.9.0-16 (source i386)

2013-07-31 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 31 Jul 2013 16:26:51 +0200 Source: lxc Binary: lxc lxc-dbg lxc-dev Architecture: source i386 Version: 0.9.0-16 Distribution: experimental Urgency: low Maintainer: Daniel Baumann m...@daniel-baumann.ch Changed-By: Daniel Baumann

Accepted retext 4.1~beta1-1 (source all)

2013-07-31 Thread Dmitry Shachnev
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 31 Jul 2013 18:37:15 +0400 Source: retext Binary: retext retext-wpgen Architecture: source all Version: 4.1~beta1-1 Distribution: unstable Urgency: low Maintainer: Dmitry Shachnev mity...@gmail.com Changed-By: Dmitry Shachnev

Accepted etckeeper 1.7 (source all)

2013-07-31 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 31 Jul 2013 11:33:45 -0400 Source: etckeeper Binary: etckeeper Architecture: source all Version: 1.7 Distribution: unstable Urgency: low Maintainer: Joey Hess jo...@debian.org Changed-By: Joey Hess jo...@debian.org

Accepted debian-keyring 2013.07.31 (source all)

2013-07-31 Thread Gunnar Wolf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 29 Jul 2013 17:51:00 -0500 Source: debian-keyring Binary: debian-keyring Architecture: source all Version: 2013.07.31 Distribution: unstable Urgency: low Maintainer: Debian Keyring Maintainers keyring-ma...@debian.org

Accepted xserver-xorg-video-nouveau 1:1.0.9-1 (source i386)

2013-07-31 Thread Sven Joachim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 31 Jul 2013 18:09:09 +0200 Source: xserver-xorg-video-nouveau Binary: xserver-xorg-video-nouveau xserver-xorg-video-nouveau-dbg Architecture: source i386 Version: 1:1.0.9-1 Distribution: unstable Urgency: low Maintainer:

Accepted fonts-dzongkha 0.3-8 (source all)

2013-07-31 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 31 Jul 2013 18:17:42 +0200 Source: fonts-dzongkha Binary: fonts-dzongkha Architecture: source all Version: 0.3-8 Distribution: unstable Urgency: low Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org

Accepted atom4 4.1-6 (source amd64)

2013-07-31 Thread Hwei Sheng Teoh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 31 Jul 2013 09:20:27 -0700 Source: atom4 Binary: atom4 Architecture: source amd64 Version: 4.1-6 Distribution: unstable Urgency: low Maintainer: Hwei Sheng Teoh hst...@debian.org Changed-By: Hwei Sheng Teoh hst...@debian.org

Accepted xserver-xorg-video-nouveau 1:1.0.9-2 (source i386)

2013-07-31 Thread Sven Joachim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 31 Jul 2013 19:37:44 +0200 Source: xserver-xorg-video-nouveau Binary: xserver-xorg-video-nouveau xserver-xorg-video-nouveau-dbg Architecture: source i386 Version: 1:1.0.9-2 Distribution: unstable Urgency: low Maintainer:

Accepted grilo-plugins 0.2.8-4 (source i386)

2013-07-31 Thread Alberto Garcia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 31 Jul 2013 20:48:09 +0300 Source: grilo-plugins Binary: grilo-plugins-0.2 grilo-plugins-0.2-dbg Architecture: source i386 Version: 0.2.8-4 Distribution: unstable Urgency: low Maintainer: Alberto Garcia be...@igalia.com

Accepted spykeviewer 0.3.0-2 (source all)

2013-07-31 Thread Robert Pröpper
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 30 Jul 2013 12:06:45 +0100 Source: spykeviewer Binary: spykeviewer Architecture: source all Version: 0.3.0-2 Distribution: unstable Urgency: low Maintainer: NeuroDebian Team t...@neuro.debian.net Changed-By: Robert Pröpper

Accepted manpages 3.52-1 (source all)

2013-07-31 Thread Simon Paillard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 31 Jul 2013 20:20:11 +0200 Source: manpages Binary: manpages manpages-dev Architecture: source all Version: 3.52-1 Distribution: unstable Urgency: low Maintainer: Martin Schulze j...@debian.org Changed-By: Simon Paillard

Accepted perlrdf 0.004-2 (source all)

2013-07-31 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 31 Jul 2013 20:22:38 +0200 Source: perlrdf Binary: perlrdf Architecture: source all Version: 0.004-2 Distribution: unstable Urgency: low Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org Changed-By:

Accepted libusbx 2:1.0.16-3 (source all amd64)

2013-07-31 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 31 Jul 2013 20:46:44 +0200 Source: libusbx Binary: libusb-1.0-0 libusb-1.0-0-dbg libusb-1.0-0-dev libusb-1.0-doc libusb-1.0-0-udeb Architecture: source all amd64 Version: 2:1.0.16-3 Distribution: unstable Urgency: medium

Accepted xscavenger 1.4.4-9 (source amd64)

2013-07-31 Thread Hwei Sheng Teoh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 31 Jul 2013 11:51:22 -0700 Source: xscavenger Binary: xscavenger Architecture: source amd64 Version: 1.4.4-9 Distribution: unstable Urgency: low Maintainer: Hwei Sheng Teoh hst...@debian.org Changed-By: Hwei Sheng Teoh

Accepted roundcube 0.9.2-2 (source all)

2013-07-31 Thread Vincent Bernat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 31 Jul 2013 21:12:05 +0200 Source: roundcube Binary: roundcube-core roundcube roundcube-mysql roundcube-pgsql roundcube-sqlite3 roundcube-plugins Architecture: source all Version: 0.9.2-2 Distribution: unstable Urgency: low

Accepted devhelp 3.8.2-2 (source all amd64)

2013-07-31 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 31 Jul 2013 22:46:02 +0200 Source: devhelp Binary: libdevhelp-3-2 libdevhelp-dev devhelp devhelp-common Architecture: source all amd64 Version: 3.8.2-2 Distribution: unstable Urgency: low Maintainer: Debian GNOME Maintainers

Accepted axe 6.1.2-16 (source amd64)

2013-07-31 Thread Hwei Sheng Teoh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 31 Jul 2013 12:15:41 -0700 Source: axe Binary: axe Architecture: source amd64 Version: 6.1.2-16 Distribution: unstable Urgency: low Maintainer: Hwei Sheng Teoh hst...@debian.org Changed-By: Hwei Sheng Teoh hst...@debian.org

Accepted gcc-snapshot 20130731-1 (source amd64)

2013-07-31 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 31 Jul 2013 17:59:00 +0200 Source: gcc-snapshot Binary: gcc-snapshot Architecture: source amd64 Version: 20130731-1 Distribution: unstable Urgency: low Maintainer: Debian GCC Maintainers debian-...@lists.debian.org Changed

Accepted nikola 5.4.4-1 (source all)

2013-07-31 Thread Agustin Henze
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 31 May 2013 20:50:03 -0300 Source: nikola Binary: nikola Architecture: source all Version: 5.4.4-1 Distribution: unstable Urgency: low Maintainer: Agustin Henze t...@sluc.org.ar Changed-By: Agustin Henze t...@sluc.org.ar

Accepted apt-cacher-ng 0.7.16-1 (source amd64)

2013-07-31 Thread Eduard Bloch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 31 Jul 2013 23:36:07 +0200 Source: apt-cacher-ng Binary: apt-cacher-ng Architecture: source amd64 Version: 0.7.16-1 Distribution: unstable Urgency: medium Maintainer: Eduard Bloch bl...@debian.org Changed-By: Eduard Bloch

Accepted gdl 3.8.1-2 (source all amd64)

2013-07-31 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 31 Jul 2013 23:34:35 +0200 Source: gdl Binary: libgdl-3-dev libgdl-3-5 libgdl-3-common libgdl-3-doc libgdl-3-dbg gir1.2-gdl-3 Architecture: source all amd64 Version: 3.8.1-2 Distribution: unstable Urgency: low Maintainer:

Accepted anjuta 2:3.8.4-1 (source all amd64)

2013-07-31 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 01 Aug 2013 00:12:28 +0200 Source: anjuta Binary: anjuta anjuta-common libanjuta-3-0 libanjuta-dev anjuta-dbg gir1.2-anjuta-3.0 Architecture: source all amd64 Version: 2:3.8.4-1 Distribution: unstable Urgency: low Maintainer:

Accepted lz4 0.0~r99-1 (source amd64)

2013-07-31 Thread Nobuhiro Iwamatsu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 31 Jul 2013 12:28:38 +0900 Source: lz4 Binary: liblz4-dev liblz4-0.0 liblz4-0.0-dbg liblz4-tool Architecture: source amd64 Version: 0.0~r99-1 Distribution: unstable Urgency: low Maintainer: Nobuhiro Iwamatsu

Accepted manpages-fr 3.52d1p1-1 (source all)

2013-07-31 Thread Simon Paillard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 31 Jul 2013 21:57:08 +0200 Source: manpages-fr Binary: manpages-fr manpages-fr-dev Architecture: source all Version: 3.52d1p1-1 Distribution: unstable Urgency: low Maintainer: Nicolas FRANCOIS (Nekral)

Accepted rdkit 201306-2 (source amd64 all)

2013-07-31 Thread Daniel Leidert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 01 Aug 2013 00:31:14 +0200 Source: rdkit Binary: python-rdkit rdkit-doc rdkit-data librdkit1 librdkit-dev Architecture: source amd64 all Version: 201306-2 Distribution: unstable Urgency: low Maintainer: Debichem Team

Accepted mruby 0.0.0~20130801+gitc550a0f8-1 (source amd64)

2013-07-31 Thread Nobuhiro Iwamatsu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 01 Aug 2013 07:43:27 +0900 Source: mruby Binary: mruby libmruby-dev Architecture: source amd64 Version: 0.0.0~20130801+gitc550a0f8-1 Distribution: experimental Urgency: low Maintainer: Nobuhiro Iwamatsu iwama...@debian.org

Accepted anjuta-extras 3.8.0-1 (source amd64)

2013-07-31 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 01 Aug 2013 00:50:34 +0200 Source: anjuta-extras Binary: anjuta-extras Architecture: source amd64 Version: 3.8.0-1 Distribution: unstable Urgency: low Maintainer: Debian GNOME Maintainers

Accepted gtranslator 2.91.6-1 (source amd64)

2013-07-31 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 01 Aug 2013 00:58:26 +0200 Source: gtranslator Binary: gtranslator Architecture: source amd64 Version: 2.91.6-1 Distribution: unstable Urgency: low Maintainer: Jordi Mallach jo...@debian.org Changed-By: Michael Biebl

Accepted eglibc 2.17-91 (all amd64 i386 source)

2013-07-31 Thread Adam Conrad
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 31 Jul 2013 20:56:32 +0100 Source: eglibc Binary: libc-bin libc-dev-bin glibc-doc eglibc-source locales locales-all nscd multiarch-support libc6 libc6-dev libc6-dbg libc6-prof libc6-pic libc6-udeb libc6.1 libc6.1-dev

Accepted epix 1.2.11-3 (source amd64)

2013-07-31 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 01 Aug 2013 00:39:39 +0100 Source: epix Binary: epix Architecture: source amd64 Version: 1.2.11-3 Distribution: unstable Urgency: low Maintainer: Julian Gilbey j...@debian.org Changed-By: Julian Gilbey j...@debian.org

  1   2   >