[HS] Gestion d'espace disques virtuelle

2011-07-07 Thread sabazyo
Bonjour, Pour un projet que je développe, j'aurais besoin de limiter l'espace disque par dossier. J'ai directement pensé à quota, mais pour une installation par script cette solution tombe à l'eau, car il faut modifier le fstab et je trouve cela trop risqué. Une alternative est de faire des

Re: [HS] Gestion d'espace disques virtuelle

2011-07-07 Thread Roland Mas
sabazyo, 2011-07-07 12:53:16 +0200 : Bonjour, Pour un projet que je développe, j'aurais besoin de limiter l'espace disque par dossier. J'ai directement pensé à quota, mais pour une installation par script cette solution tombe à l'eau, car il faut modifier le fstab et je trouve cela trop

Re: [HS] Gestion d'espace disques virtuelle

2011-07-07 Thread hugues larrive
Le 7 juillet 2011 12:53, sabazyo saba...@gmail.com a écrit : Bonjour, Bonjour, Pour un projet que je développe, j'aurais besoin de limiter l'espace disque par dossier. J'ai directement pensé à quota, mais pour une installation par script cette solution tombe à l'eau, car il faut modifier le

Re: [HS] Gestion d'espace disques virtuelle

2011-07-07 Thread sabazyo
Alors merci à vous 2 pour m'avoir répondu ! je retiens cette méthode : Création d'une image de 100Mo : $ dd if=/dev/zero bs=1M count=100 of=image.bin $ mkfs.ext4 img.bin Agrandissement à 200Mo : $ dd if=/dev/zero bs=1M count=100 image.bin $ resize2fs image.bin resize2fs 1.41.3 (12-Oct-2008)

Re: [HS] Gestion d'espace disques virtuelle

2011-07-07 Thread hugues larrive
Mais comme le souligne Roland il y aura une perte de vitesse, est-elle négligeable ou pas ? Je pense (mais je peux me tromper) que la perte de performances entre un volume ext2 dédié au stockage des images disque et lvm est négligeable. C'est plus le fait d'avoir un système de fichier par

Re: [HS] Gestion d'espace disques virtuelle

2011-07-07 Thread Salokine Terata
Bonjour, LVM+XFS Pour XFS, avec project quota j'ai fait un tuto sur le Wiki Debian. Cela correspond à ton besoin (limitation par répertoire), permet de gérer les limitation dans les sous-répertoire et reste très souple pour les modifications des ses limitations (deux fichiers de conf.) Sans

Re: ESA Summer of Code in Space 2011

2011-07-07 Thread Paul Wise
On Wed, 2011-07-06 at 20:12 -0300, Henrique de Moraes Holschuh wrote: On Thu, 07 Jul 2011, Paul Wise wrote: Does Debian have any space related software? Yes. Do you know of any specific packages? There is this: http://sophia.estec.esa.int/socis2011/org_admin_mentor_agreement 3.

Re: Bug#602511: Fwd: Re: upstart support for nodm

2011-07-07 Thread Joachim Breitner
Hi, Am Donnerstag, den 07.07.2011, 01:35 +0200 schrieb Enrico Zini: On Tue, Feb 08, 2011 at 11:31:40PM +0530, Joachim Breitner wrote: But then I find that dh_installinit would not install the regular init script if an upstart job is present, uses a compatibility link in /etc/init.d and

unsuscribe

2011-07-07 Thread matteodicarlo
Nuova grafica e nuove funzionalità! Crea subito Gratis la tua nuova Casella di Posta Katamail -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive:

TeX packages

2011-07-07 Thread Andrew O. Shadoura
Hello, Is it possible to run mktexlsr and updmap-sys (and, possibly, other TeX things) just once when installing or removing packages which need to run them in postinst/postrm? I've been trying to remove some not-really-needed latex-cjk-* packages to minimize my old laptop's system installed

Re: How to warn user about breaking change in location of runtime file?

2011-07-07 Thread Leonid Borisenko
Hi Jonathan, Thanks for comprehensive and very helpful answer! [top-posted because it was difficult to find something valueless to skip for getting rid of reply scrolling] On 06.07.2011 10:22, Jonathan Nieder wrote: Hi, Leonid Borisenko wrote: I want to move socket location from

Re: ESA Summer of Code in Space 2011

2011-07-07 Thread Henrique de Moraes Holschuh
On Thu, 07 Jul 2011, Paul Wise wrote: On Wed, 2011-07-06 at 20:12 -0300, Henrique de Moraes Holschuh wrote: On Thu, 07 Jul 2011, Paul Wise wrote: Does Debian have any space related software? Yes. Do you know of any specific packages? apt-cache shows a lot of them, keywords orbital,

Re: [Soc-coordination] ESA Summer of Code in Space 2011

2011-07-07 Thread Ana Guerrero
On Thu, Jul 07, 2011 at 07:41:35AM -0300, Henrique de Moraes Holschuh wrote: On Thu, 07 Jul 2011, Paul Wise wrote: On Wed, 2011-07-06 at 20:12 -0300, Henrique de Moraes Holschuh wrote: On Thu, 07 Jul 2011, Paul Wise wrote: Does Debian have any space related software? Yes. Do

Re: TeX packages

2011-07-07 Thread Jon Dowland
On Thu, Jul 07, 2011 at 11:53:17AM +0300, Andrew O. Shadoura wrote: Is it possible to run mktexlsr and updmap-sys (and, possibly, other TeX things) just once when installing or removing packages which need to run them in postinst/postrm? I've been trying to remove some not-really-needed

Re: [Soc-coordination] ESA Summer of Code in Space 2011

2011-07-07 Thread YunQiang Su
Maybe, some Remote Sense software are related with it. These RS software are maintained by DebianGIS team. -- YunQiang Su -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Re: ESA Summer of Code in Space 2011

2011-07-07 Thread Andreas Tille
On Thu, Jul 07, 2011 at 07:41:35AM -0300, Henrique de Moraes Holschuh wrote: Do you know of any specific packages? apt-cache shows a lot of them, keywords orbital, celestial, space, orbit. And there is also octave and R, plus the numbercrunching libraries like ATLAS. I'd also like to

Re: [Soc-coordination] ESA Summer of Code in Space 2011

2011-07-07 Thread Andreas Tille
On Thu, Jul 07, 2011 at 01:49:18PM +0200, Ana Guerrero wrote: If you think in Debian we have some project that could benefit of this, please feel free to apply and do all the organization stuff here independently of the GSoC stuff. There might be a chance for a Debian Astronomy Blend (feel

Re: TeX packages

2011-07-07 Thread Jan Hauke Rahm
On Thu, Jul 07, 2011 at 01:26:29PM +0100, Jon Dowland wrote: On Thu, Jul 07, 2011 at 11:53:17AM +0300, Andrew O. Shadoura wrote: Is it possible to run mktexlsr and updmap-sys (and, possibly, other TeX things) just once when installing or removing packages which need to run them in

Re: [Soc-coordination] ESA Summer of Code in Space 2011

2011-07-07 Thread YunQiang Su
I am interesting in to package Opticks - a remote sense software. or Maybe i18n even, if time is enough. Will we (Debian) apply as a mentor organization ? PS: add cc to debian-...@lists.debian.org -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of

Re: Bug#602511: Fwd: Re: upstart support for nodm

2011-07-07 Thread Enrico Zini
On Thu, Jul 07, 2011 at 09:36:38AM +0200, Joachim Breitner wrote: BTW, since I stopped using the Freerunner and, after your rewrite (which I appreciate!), don’t really know any of the nodm code, would you mind taking over maintenance completely? I doubt that I add much value here any more. I

Re: TeX packages

2011-07-07 Thread John D. Hendrickson and Sara Darnell
Jan Hauke Rahm wrote: On Thu, Jul 07, 2011 at 01:26:29PM +0100, Jon Dowland wrote: On Thu, Jul 07, 2011 at 11:53:17AM +0300, Andrew O. Shadoura wrote: Is it possible to run mktexlsr and updmap-sys (and, possibly, other TeX things) just once when installing or removing packages which need to

Re: TeX packages

2011-07-07 Thread John D. Hendrickson and Sara Darnell
Jan Hauke Rahm wrote: On Thu, Jul 07, 2011 at 01:26:29PM +0100, Jon Dowland wrote: On Thu, Jul 07, 2011 at 11:53:17AM +0300, Andrew O. Shadoura wrote: Is it possible to run mktexlsr and updmap-sys (and, possibly, other TeX things) just once when installing or removing packages which need to

Re: TeX packages

2011-07-07 Thread Samuel Thibault
John D. Hendrickson and Sara Darnell, le Thu 07 Jul 2011 13:16:18 -0400, a écrit : Jan Hauke Rahm wrote: On Thu, Jul 07, 2011 at 01:26:29PM +0100, Jon Dowland wrote: On Thu, Jul 07, 2011 at 11:53:17AM +0300, Andrew O. Shadoura wrote: Is it possible to run mktexlsr and updmap-sys (and,

Orphaning some packages...

2011-07-07 Thread Xavier Oswald
Hello, My usage of debian a slightly changed during the last 6 months. Im thus about to orphan some of my packages I no longer have any interest, and willl ask from being removed from some Uploaders fields. These packages are free for adoption: - magicor - mirage - monster-masher -

Re: Orphaning some packages...

2011-07-07 Thread Paul Wise
On Thu, Jul 7, 2011 at 7:13 PM, Xavier Oswald wrote: Im thus about to orphan some of my packages I no longer have any interest, and willl ask from being removed from some Uploaders fields. These packages are free for adoption: - magicor ... - monster-masher ... - slashem ... Perhaps the

Re: TeX packages - side topic make and sleep

2011-07-07 Thread John D. Hendrickson and Sara Darnell
.TH SHMAKE 1 06 Jul 2011 \fBshmake\fR 1.0 User Commands .SH NAME shmake \- easily template for dependancy situations, runs commands accordingly .SH SYNOPSIS \fBshmake\fR [options] File [label] .SH DESCRIPTION Runs each left command in File when all files on it's right are ready (touched). .LP

Please keep mobile-broadband-provider-info (and other similar packages) updated in stable

2011-07-07 Thread Touko Korpela
Debian package mobile-broadband-provider-info contains database of mobile broadband service providers It would be good to keep these kind of packages current in Debian stable, too. I think it satisfies some criteria for squeeze-updates suite ( copied from http://www.debian.org/News/2011/20110215

Re: Pre-Depends on remove - what order?

2011-07-07 Thread John D. Hendrickson and Sara Darnell
Question. Pre-Depends should, by grading float to the top for a dpkg install list. What about remove? Is Pre-Depends guaranteed to be first, last, or neither on remove? Personally? I sometimes get problems sometimes with dpkg's trying to install things with allot of depnds before things

Re: Orphaning some packages...

2011-07-07 Thread Holger Levsen
Hi Xavier, On Donnerstag, 7. Juli 2011, Xavier Oswald wrote: Im thus about to orphan some of my packages I no longer have any interest, and willl ask from being removed from some Uploaders fields. [...] - moodle-debian-edu-theme Actually I wonder whether this package should go, it has not

Re: Orphaning some packages...

2011-07-07 Thread Cleto Martín Angelina
Hi, - gftp I would like to take care about gftp. Co-maintainers or sponsors are welcome. Cheers, Cleto. signature.asc Description: OpenPGP digital signature

Re: TeX packages - side topic make and sleep

2011-07-07 Thread Martin Eberhard Schauer
Dear John, dear Sara, thank you for contributing the manual pages. Having translated several manpages last year I am used to some licence statement at the very beginning of the manual, e.g.: .\ Copyright (c) 1995 Michael Chastain (m...@shell.portal.com), 15 April 1995. .\ .\ This is free

Re: TeX packages

2011-07-07 Thread Norbert Preining
Hi everyone, I am the one who implemented triggers for tex-common, one of the maintainers. On Do, 07 Jul 2011, Andrew O. Shadoura wrote: Is it possible to run mktexlsr and updmap-sys (and, possibly, other TeX things) just once when installing or removing packages which need to run them in

Re: TeX packages - side topic make and sleep

2011-07-07 Thread John D. Hendrickson and Sara Darnell
Martin Eberhard Schauer wrote: Dear John, dear Sara, thank you for contributing the manual pages. Having translated several manpages last year I am used to some licence statement at the very beginning of the manual, e.g.: .\ Copyright (c) 1995 Michael Chastain (m...@shell.portal.com), 15

Re: TeX packages - side topic make and sleep

2011-07-07 Thread John D. Hendrickson and Sara Darnell
Martin Eberhard Schauer wrote: Dear John, dear Sara, thank you for contributing the manual pages. Having translated several manpages last year I am used to some licence statement at the very beginning of the manual, e.g.: .\ Copyright (c) 1995 Michael Chastain (m...@shell.portal.com), 15

Accepted heimdal 1.4.0-8 (source all amd64)

2011-07-07 Thread Brian May
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 06 Jul 2011 15:05:25 +1000 Source: heimdal Binary: heimdal-docs heimdal-kdc heimdal-multidev heimdal-dev heimdal-clients-x heimdal-clients heimdal-kcm heimdal-servers-x heimdal-servers heimdal-dbg libasn1-8-heimdal

Accepted arp-scan 1.8.1-1 (source amd64)

2011-07-07 Thread William Vera
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 04 Jul 2011 19:37:30 -0500 Source: arp-scan Binary: arp-scan Architecture: source amd64 Version: 1.8.1-1 Distribution: unstable Urgency: low Maintainer: Tim Brown t...@nth-dimension.org.uk Changed-By: William Vera

Accepted phpmyadmin 4:3.4.3.1-1 (source all)

2011-07-07 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2011 08:53:41 +0200 Source: phpmyadmin Binary: phpmyadmin Architecture: source all Version: 4:3.4.3.1-1 Distribution: unstable Urgency: high Maintainer: Thijs Kinkhorst th...@debian.org Changed-By: Michal Čihař

Accepted webgui 7.9.32-1 (source all)

2011-07-07 Thread USB
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 06 Jul 2011 09:01:17 -0430 Source: webgui Binary: webgui Architecture: source all Version: 7.9.32-1 Distribution: unstable Urgency: low Maintainer: Ernesto Hernández-Novich (USB) e...@usb.ve Changed-By: Ernesto

Accepted calibre 0.8.8+dfsg-1 (source all amd64)

2011-07-07 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2011 09:35:43 +0200 Source: calibre Binary: calibre calibre-bin Architecture: source all amd64 Version: 0.8.8+dfsg-1 Distribution: unstable Urgency: low Maintainer: Ubuntu Developers

Accepted git-buildpackage 0.5.26 (source all)

2011-07-07 Thread Guido Günther
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 06 Jul 2011 23:09:21 +0200 Source: git-buildpackage Binary: git-buildpackage Architecture: source all Version: 0.5.26 Distribution: unstable Urgency: low Maintainer: Guido Günther a...@sigxcpu.org Changed-By: Guido Günther

Accepted librdf-rdfa-generator-perl 0.102-1 (source all)

2011-07-07 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 07 Jul 2011 10:17:56 +0200 Source: librdf-rdfa-generator-perl Binary: librdf-rdfa-generator-perl Architecture: source all Version: 0.102-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted libterralib 4.0.0-2 (source i386 all)

2011-07-07 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2011 09:31:47 +0100 Source: libterralib Binary: libterralib-dev libterralib libterralib-doc Architecture: source i386 all Version: 4.0.0-2 Distribution: unstable Urgency: low Maintainer: Debian GIS Team

Accepted vmware-manager 0.1.1-2 (source all)

2011-07-07 Thread Alexander Zangerl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 07 Jul 2011 18:50:09 +1000 Source: vmware-manager Binary: vmware-manager Architecture: source all Version: 0.1.1-2 Distribution: unstable Urgency: low Maintainer: Alexander Zangerl a...@debian.org Changed-By: Alexander Zangerl

Accepted python-mpd 0.3.0-3 (source all)

2011-07-07 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2011 09:06:08 +0200 Source: python-mpd Binary: python-mpd Architecture: source all Version: 0.3.0-3 Distribution: unstable Urgency: low Maintainer: Michal Čihař ni...@debian.org Changed-By: Michal Čihař ni...@debian.org

Accepted feh 1.14.2-1 (source amd64)

2011-07-07 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 07 Jul 2011 12:42:11 +0200 Source: feh Binary: feh Architecture: source amd64 Version: 1.14.2-1 Distribution: unstable Urgency: low Maintainer: Debian PhotoTools Maintainers pkg-phototools-de...@lists.alioth.debian.org

Accepted upower 0.9.12-1 (source all amd64)

2011-07-07 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2011 13:06:06 +0200 Source: upower Binary: upower upower-doc libupower-glib1 libupower-glib-dev gir1.2-upowerglib-1.0 Architecture: source amd64 all Version: 0.9.12-1 Distribution: unstable Urgency: low Maintainer:

Accepted systemd 29-1 (source amd64)

2011-07-07 Thread Tollef Fog Heen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 08 Jun 2011 16:14:31 +0200 Source: systemd Binary: systemd systemd-sysv libpam-systemd systemd-gui Architecture: source amd64 Version: 29-1 Distribution: unstable Urgency: low Maintainer: Tollef Fog Heen tfh...@debian.org

Accepted nvidia-graphics-drivers 275.09.07-5 (source i386 amd64)

2011-07-07 Thread Andreas Beckmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 06 Jul 2011 21:57:28 +0200 Source: nvidia-graphics-drivers Binary: nvidia-glx xserver-xorg-video-nvidia nvidia-glx-ia32 libgl1-nvidia-glx libgl1-nvidia-glx-ia32 nvidia-alternative nvidia-kernel-dkms nvidia-kernel-source

Accepted clutter-1.0 1.6.16-1 (source all amd64)

2011-07-07 Thread Laurent Bigonville
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2011 13:55:10 +0200 Source: clutter-1.0 Binary: libclutter-1.0-0 libclutter-1.0-common libclutter-1.0-dev libclutter-1.0-dbg libclutter-1.0-doc gir1.2-clutter-1.0 Architecture: source all amd64 Version: 1.6.16-1

Accepted gpointing-device-settings 1.5.1-5 (source amd64)

2011-07-07 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2011 13:57:53 +0200 Source: gpointing-device-settings Binary: gpointing-device-settings libgpds0 libgpds-dev libgpds-dbg gsynaptics Architecture: source amd64 Version: 1.5.1-5 Distribution: unstable Urgency: low

Accepted verilator 3.813-1 (source i386)

2011-07-07 Thread Ahmed El-Mahmoudy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2011 13:53:39 +0200 Source: verilator Binary: verilator Architecture: source i386 Version: 3.813-1 Distribution: unstable Urgency: low Maintainer: Debian Electronics Team pkg-electronics-de...@lists.alioth.debian.org

Accepted gtkwave 3.3.23-1 (source i386)

2011-07-07 Thread Ahmed El-Mahmoudy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2011 13:50:30 +0200 Source: gtkwave Binary: gtkwave Architecture: source i386 Version: 3.3.23-1 Distribution: unstable Urgency: low Maintainer: Debian Electronics Team pkg-electronics-de...@lists.alioth.debian.org

Accepted hedgewars 0.9.15-4 (source all amd64)

2011-07-07 Thread Dmitry E. Oboukhov
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Format: 1.8 Date: Thu, 07 Jul 2011 17:23:34 +0400 Source: hedgewars Binary: hedgewars hedgewars-data Architecture: source all amd64 Version: 0.9.15-4 Distribution: unstable Urgency: low Maintainer: Dmitry E. Oboukhov un...@debian.org Changed-By:

Accepted input-pad 1.0.1-1 (source i386)

2011-07-07 Thread Asias He
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 06 Jul 2011 22:17:07 +0800 Source: input-pad Binary: input-pad libinput-pad1 libinput-pad-dev python-input-pad libinput-pad-xtest Architecture: source i386 Version: 1.0.1-1 Distribution: unstable Urgency: low Maintainer: IME

Accepted org-mode 7.6-1 (source all)

2011-07-07 Thread Sebastien Delafond
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 07 Jul 2011 15:45:26 +0200 Source: org-mode Binary: org-mode Architecture: source all Version: 7.6-1 Distribution: unstable Urgency: low Maintainer: Sebastien Delafond s...@debian.org Changed-By: Sebastien Delafond

Accepted nodm 0.8-1 (source amd64)

2011-07-07 Thread Enrico Zini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2011 01:43:34 +0200 Source: nodm Binary: nodm Architecture: source amd64 Version: 0.8-1 Distribution: unstable Urgency: low Maintainer: Debian FreeSmartphone.Org Team pkg-fso-ma...@lists.alioth.debian.org Changed-By:

Accepted palbart 2.4-6 (source amd64)

2011-07-07 Thread Vince Mulhollon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 07 Jul 2011 09:08:54 -0500 Source: palbart Binary: palbart Architecture: source amd64 Version: 2.4-6 Distribution: unstable Urgency: low Maintainer: Vince Mulhollon v...@debian.org Changed-By: Vince Mulhollon v...@debian.org

Accepted zeitgeist 0.8.1-1 (source all)

2011-07-07 Thread Siegfried-Angel Gevatter Pujals
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2011 16:52:39 +0200 Source: zeitgeist Binary: zeitgeist zeitgeist-core Architecture: source all Version: 0.8.1-1 Distribution: unstable Urgency: low Maintainer: Siegfried-Angel Gevatter Pujals rai...@ubuntu.com

Accepted zeitgeist-datahub 0.7.0-2 (source amd64)

2011-07-07 Thread Siegfried-Angel Gevatter Pujals
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2011 17:26:23 +0200 Source: zeitgeist-datahub Binary: zeitgeist-datahub Architecture: source amd64 Version: 0.7.0-2 Distribution: unstable Urgency: low Maintainer: Siegfried-Angel Gevatter Pujals rai...@ubuntu.com

Accepted xml-security-c 1.6.1-1 (source i386)

2011-07-07 Thread Russ Allbery
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2011 09:10:33 -0700 Source: xml-security-c Binary: libxml-security-c16 libxml-security-c-dev Architecture: source i386 Version: 1.6.1-1 Distribution: unstable Urgency: high Maintainer: Debian Shib Team

Accepted liquidsoap 1.0.0~beta2.1-1 (source all amd64)

2011-07-07 Thread Romain Beauxis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 05 Jul 2011 15:01:19 -0500 Source: liquidsoap Binary: liquidsoap liquidsoap-plugin-alsa liquidsoap-plugin-ao liquidsoap-plugin-jack liquidsoap-plugin-icecast liquidsoap-plugin-faad liquidsoap-plugin-flac

Accepted klatexformula 3.2.4-1 (source amd64)

2011-07-07 Thread Tobias Winchen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 01 Jul 2011 23:03:10 +0200 Source: klatexformula Binary: klatexformula libklatexformula3 libklatexformula3-dev Architecture: source amd64 Version: 3.2.4-1 Distribution: unstable Urgency: low Maintainer: Tobias Winchen

Accepted liquidsoap 1.0.0~beta2.1-2 (source all amd64)

2011-07-07 Thread Romain Beauxis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2011 11:53:33 -0500 Source: liquidsoap Binary: liquidsoap liquidsoap-plugin-alsa liquidsoap-plugin-ao liquidsoap-plugin-jack liquidsoap-plugin-icecast liquidsoap-plugin-faad liquidsoap-plugin-flac

Accepted sxiv 0.8.2-2 (source i386)

2011-07-07 Thread Daniel Echeverry
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 06 Jul 2011 19:43:51 -0500 Source: sxiv Binary: sxiv Architecture: source i386 Version: 0.8.2-2 Distribution: unstable Urgency: low Maintainer: Daniel Echeverry epsilo...@gmail.com Changed-By: Daniel Echeverry

Accepted coco-cs 20110419-1.1 (source all)

2011-07-07 Thread Jo Shields
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 27 Jun 2011 17:39:25 +0100 Source: coco-cs Binary: coco-cs Architecture: source all Version: 20110419-1.1 Distribution: unstable Urgency: low Maintainer: Markus Loeberbauer loeberba...@ssw.jku.at Changed-By: Jo Shields

Accepted picolisp 3.0.7.1-1 (source amd64)

2011-07-07 Thread Kan-Ru Chen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 08 Jul 2011 01:32:42 +0800 Source: picolisp Binary: picolisp Architecture: source amd64 Version: 3.0.7.1-1 Distribution: unstable Urgency: low Maintainer: Kan-Ru Chen kos...@debian.org Changed-By: Kan-Ru Chen kos...@debian.org

Accepted libconfig-model-perl 1.248-1 (source all)

2011-07-07 Thread Fabrizio Regalli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 06 Jul 2011 09:56:15 +0200 Source: libconfig-model-perl Binary: libconfig-model-perl Architecture: source all Version: 1.248-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted libdist-zilla-perl 4.200009-1 (source all)

2011-07-07 Thread Alessandro Ghedini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2011 18:21:14 +0200 Source: libdist-zilla-perl Binary: libdist-zilla-perl Architecture: source all Version: 4.29-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted libgravatar-url-perl 1.05-1 (source all)

2011-07-07 Thread Angel Abad
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2011 14:31:19 +0200 Source: libgravatar-url-perl Binary: libgravatar-url-perl Architecture: source all Version: 1.05-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted libtest-spec-perl 0.36-1 (source all)

2011-07-07 Thread Alessandro Ghedini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2011 18:30:33 +0200 Source: libtest-spec-perl Binary: libtest-spec-perl Architecture: source all Version: 0.36-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted libvalidation-class-perl 0.111870-1 (source all)

2011-07-07 Thread Fabrizio Regalli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2011 11:29:38 +0200 Source: libvalidation-class-perl Binary: libvalidation-class-perl Architecture: source all Version: 0.111870-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted gbrainy 2.0-1 (source all)

2011-07-07 Thread Siegfried-Angel Gevatter Pujals
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2011 19:59:47 +0200 Source: gbrainy Binary: gbrainy Architecture: source all Version: 2.0-1 Distribution: unstable Urgency: low Maintainer: Siegfried-Angel Gevatter Pujals rai...@ubuntu.com Changed-By: Siegfried-Angel

Accepted libxml-libxml-perl 1.78+dfsg-1 (source i386)

2011-07-07 Thread Alessandro Ghedini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2011 19:13:25 +0200 Source: libxml-libxml-perl Binary: libxml-libxml-perl Architecture: source i386 Version: 1.78+dfsg-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted wav2cdr 2.3.4-1 (source i386)

2011-07-07 Thread Edgar Antonio Palma de la Cruz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 05 Jul 2011 21:05:33 -0500 Source: wav2cdr Binary: wav2cdr Architecture: source i386 Version: 2.3.4-1 Distribution: unstable Urgency: low Maintainer: Edgar Antonio Palma de la Cruz xbyt...@gmail.com Changed-By: Edgar Antonio

Accepted medit 1.0.3-1 (source amd64)

2011-07-07 Thread Ralf Treinen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 07 Jul 2011 09:36:06 +0200 Source: medit Binary: medit Architecture: source amd64 Version: 1.0.3-1 Distribution: unstable Urgency: low Maintainer: Debian QA Group packa...@qa.debian.org Changed-By: Ralf Treinen

Accepted sxiv 0.8.2-3 (source amd64)

2011-07-07 Thread Daniel Echeverry
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 07 Jul 2011 13:29:20 -0500 Source: sxiv Binary: sxiv Architecture: source amd64 Version: 0.8.2-3 Distribution: unstable Urgency: low Maintainer: Daniel Echeverry epsilo...@gmail.com Changed-By: Daniel Echeverry

Accepted liquidsoap 1.0.0~beta2.1-3 (source all amd64)

2011-07-07 Thread Romain Beauxis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2011 14:05:07 -0500 Source: liquidsoap Binary: liquidsoap liquidsoap-plugin-alsa liquidsoap-plugin-ao liquidsoap-plugin-jack liquidsoap-plugin-icecast liquidsoap-plugin-faad liquidsoap-plugin-flac

Accepted xmlrpc-c 1.16.33-3 (source i386)

2011-07-07 Thread Sean Finney
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 07 Jul 2011 22:09:34 +0200 Source: xmlrpc-c Binary: libxmlrpc-c++4-dev libxmlrpc-c++4 libxmlrpc-c3-dev libxmlrpc-core-c3-dev libxmlrpc-core-c3 xmlrpc-api-utils Architecture: source i386 Version: 1.16.33-3 Distribution: unstable

Accepted flush 0.9.10-1 (source i386)

2011-07-07 Thread Fabrizio Regalli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 05 Jul 2011 14:59:26 +0200 Source: flush Binary: flush Architecture: source i386 Version: 0.9.10-1 Distribution: unstable Urgency: low Maintainer: Fabrizio Regalli fab...@fabreg.it Changed-By: Fabrizio Regalli fab...@fabreg.it

Accepted mutter 3.0.2.1-2 (source all i386)

2011-07-07 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2011 22:45:20 +0200 Source: mutter Binary: mutter libmutter0 mutter-common libmutter-dev gir1.2-mutter-3.0 Architecture: source all i386 Version: 3.0.2.1-2 Distribution: unstable Urgency: low Maintainer: Debian GNOME

Accepted python-shapely 1.2.10-1 (source amd64)

2011-07-07 Thread Pietro Battiston
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 30 Jun 2011 08:57:03 +0200 Source: python-shapely Binary: python-shapely Architecture: source amd64 Version: 1.2.10-1 Distribution: unstable Urgency: low Maintainer: Pietro Battiston m...@pietrobattiston.it Changed-By: Pietro

Accepted flask 0.7.2-1 (source all)

2011-07-07 Thread Piotr Ożarowski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 07 Jul 2011 23:09:37 +0200 Source: flask Binary: python-flask Architecture: source all Version: 0.7.2-1 Distribution: unstable Urgency: low Maintainer: Piotr Ożarowski pi...@debian.org Changed-By: Piotr Ożarowski

Accepted ghostscript 9.02~dfsg-3 (source all amd64)

2011-07-07 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 07 Jul 2011 22:52:03 +0200 Source: ghostscript Binary: ghostscript gs-gpl gs-common ghostscript-cups ghostscript-x ghostscript-doc libgs9 libgs9-common libgs-dev ghostscript-dbg Architecture: source all amd64 Version:

Accepted iso-codes 3.27-1 (source all)

2011-07-07 Thread Tobias Quathamer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2011 23:05:48 +0200 Source: iso-codes Binary: iso-codes Architecture: source all Version: 3.27-1 Distribution: unstable Urgency: low Maintainer: Tobias Quathamer to...@debian.org Changed-By: Tobias Quathamer

Accepted zeroc-ice 3.4.2-3 (source all amd64)

2011-07-07 Thread Cleto Martín
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 03 Jul 2011 19:26:16 +0200 Source: zeroc-ice Binary: zeroc-ice34 ice34-translators ice34-services libicestorm34 libicegrid34 libicebox34 icebox libicepatch2-34 libglacier2-34 libfreeze34 libicedb34 ice34-slice libzeroc-ice34

Accepted klibc 1.5.23-1 (source amd64)

2011-07-07 Thread maximilian attems
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 14 Jun 2011 17:32:53 +0200 Source: klibc Binary: libklibc-dev libklibc klibc-utils klibc-utils-udeb klibc-utils-floppy-udeb libklibc-udeb Architecture: source amd64 Version: 1.5.23-1 Distribution: unstable Urgency: low

Accepted adonthell 0.3.5-6.1 (source amd64)

2011-07-07 Thread Torsten Landschoff
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 22 Jun 2011 23:46:34 +0200 Source: adonthell Binary: adonthell Architecture: source amd64 Version: 0.3.5-6.1 Distribution: unstable Urgency: low Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org Changed-By:

Accepted klibc 1.5.23-2 (source amd64)

2011-07-07 Thread maximilian attems
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 08 Jul 2011 01:09:48 +0200 Source: klibc Binary: libklibc-dev libklibc klibc-utils klibc-utils-udeb klibc-utils-floppy-udeb libklibc-udeb Architecture: source amd64 Version: 1.5.23-2 Distribution: unstable Urgency: low

Accepted git-annex 3.20110707 (source i386)

2011-07-07 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2011 19:29:39 -0400 Source: git-annex Binary: git-annex Architecture: source i386 Version: 3.20110707 Distribution: unstable Urgency: low Maintainer: Joey Hess jo...@debian.org Changed-By: Joey Hess jo...@debian.org

Accepted libpng 1.5.2-3 (source amd64)

2011-07-07 Thread Anibal Monsalve Salazar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 06 Jul 2011 13:14:03 +1000 Source: libpng Binary: libpng15-15 libpng-dev libpng15-15-udeb Architecture: source amd64 Version: 1.5.2-3 Distribution: experimental Urgency: low Maintainer: Anibal Monsalve Salazar

Accepted python-anyjson 0.3.1-1 (source all)

2011-07-07 Thread Fladischer Michael
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 06 Jul 2011 16:33:28 +0200 Source: python-anyjson Binary: python-anyjson python3-anyjson Architecture: source all Version: 0.3.1-1 Distribution: unstable Urgency: low Maintainer: Debian Python Modules Team

Accepted rsyslog 5.8.2-2 (source i386 all)

2011-07-07 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 08 Jul 2011 01:36:20 +0200 Source: rsyslog Binary: rsyslog rsyslog-doc rsyslog-mysql rsyslog-pgsql rsyslog-gssapi rsyslog-gnutls rsyslog-relp Architecture: source i386 all Version: 5.8.2-2 Distribution: unstable Urgency: low

Accepted ikiwiki 3.20110707 (source all)

2011-07-07 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2011 20:38:31 -0400 Source: ikiwiki Binary: ikiwiki Architecture: source all Version: 3.20110707 Distribution: unstable Urgency: low Maintainer: Joey Hess jo...@debian.org Changed-By: Joey Hess jo...@debian.org

Accepted libcitygml 0.1.3+r114-2+3p0p0 (source amd64)

2011-07-07 Thread YunQiang Su
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 08 Jul 2011 06:58:42 +0800 Source: libcitygml Binary: libcitygml0 libcitygml0-dev libcitygml0-bin openscenegraph-plugin-citygml-shared openscenegraph-plugin-citygml-static Architecture: source amd64 Version:

Accepted pidgin 2.9.0-2 (source all amd64)

2011-07-07 Thread Ari Pollak
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Format: 1.8 Date: Wed, 06 Jul 2011 21:52:41 -0400 Source: pidgin Binary: libpurple0 pidgin pidgin-data pidgin-dev pidgin-dbg finch finch-dev libpurple-dev libpurple-bin Architecture: source all amd64 Version: 2.9.0-2 Distribution: unstable

Accepted fltk1.3 1.3.0-2 (source all amd64)

2011-07-07 Thread Aaron M. Ucko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2011 23:37:44 -0400 Source: fltk1.3 Binary: fluid libfltk1.3-dev libfltk1.3-compat-headers libfltk1.3 libfltk-cairo1.3 libfltk-forms1.3 libfltk-gl1.3 libfltk-images1.3 libfltk1.3-dbg fltk1.3-doc fltk1.3-games

Accepted gnome-icon-theme 3.0.0-4 (source all)

2011-07-07 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 08 Jul 2011 05:49:53 +0200 Source: gnome-icon-theme Binary: gnome-icon-theme Architecture: source all Version: 3.0.0-4 Distribution: unstable Urgency: low Maintainer: Josselin Mouette j...@debian.org Changed-By: Michael Biebl

Accepted tortoisehg 2.0.5-1 (source all)

2011-07-07 Thread Ludovico Cavedon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 07 Jul 2011 21:05:38 -0700 Source: tortoisehg Binary: tortoisehg tortoisehg-nautilus Architecture: source all Version: 2.0.5-1 Distribution: unstable Urgency: low Maintainer: Ludovico Cavedon cave...@debian.org Changed-By:

Accepted fastx-toolkit 0.0.13.1-1 (source amd64)

2011-07-07 Thread Charles Plessy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 08 Jul 2011 13:11:37 +0900 Source: fastx-toolkit Binary: fastx-toolkit Architecture: source amd64 Version: 0.0.13.1-1 Distribution: unstable Urgency: low Maintainer: Debian Med Packaging Team

Accepted jcc 2.9-1 (source amd64)

2011-07-07 Thread Ludovico Cavedon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 07 Jul 2011 22:03:05 -0700 Source: jcc Binary: jcc Architecture: source amd64 Version: 2.9-1 Distribution: unstable Urgency: low Maintainer: Ludovico Cavedon cave...@debian.org Changed-By: Ludovico Cavedon cave...@debian.org

  1   2   >