Re: Bug#757941: static linking: alternatives for glibc?

2014-10-07 Thread Paul Wise
On Tue, Oct 7, 2014 at 1:58 PM, Michael Tokarev wrote: apps becomes huge in size I wonder if LTO would help with the size issues, theoretically all the code from the static glibc that isn't used by busybox-static would be stripped out of the resulting binaries. -- bye, pabs

Re: bash exorcism experiment ('bug' 762923 763012)

2014-10-07 Thread Russell Stuart
On Fri, 2014-10-03 at 09:20 -0700, Russ Allbery wrote: Russell Stuart russell-deb...@stuart.id.au writes: I looks to me like you are re-writing history. I'm not sure how you meant this, but to note, this sentence made me very sad, since it felt like you believe I'm being intentionally

configuration files, ownership and dpkg-statoverride

2014-10-07 Thread Paul Gevers
Hi, I am looking into dbconfig-common RC bug 720517 [1] and I was wondering what the general idea is of maintainer scripts changing the permissions and/or owners of configuration files and the use of dpkg-statoverride. I myself find it unacceptable that updating a package changes the

Re: Bug#757941: static linking: alternatives for glibc?

2014-10-07 Thread Julian Taylor
On 07.10.2014 08:07, Paul Wise wrote: On Tue, Oct 7, 2014 at 1:58 PM, Michael Tokarev wrote: apps becomes huge in size I wonder if LTO would help with the size issues, theoretically all the code from the static glibc that isn't used by busybox-static would be stripped out of the resulting

Weak c++ symbols refresher needed

2014-10-07 Thread Mathieu Malaterre
Hi, I am starring at bug #758572. Basically OP reports that `cmake` is underlinked, which is a serious issue as per policy. However when reading the details it appears that this is a c++ weak symbol (AFAIK no weak default definition is available). This weak symbol is generated by default by gcc

Re: Weak c++ symbols refresher needed

2014-10-07 Thread Chow Loong Jin
On Tue, Oct 07, 2014 at 09:37:48AM +0200, Mathieu Malaterre wrote: Hi, I am starring at bug #758572. Basically OP reports that `cmake` is underlinked, which is a serious issue as per policy. However when reading the details it appears that this is a c++ weak symbol (AFAIK no weak default

Bug#764325: ITP: ddate -- convert Gregorian dates to Discordian dates

2014-10-07 Thread Sebastian Schmidt
Package: wnpp Severity: wishlist Owner: Sebastian Schmidt y...@yath.de -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 * Package name: ddate Version : 0.2.2 Upstream Author : Jeremy Johnson mpyt...@gnu.ai.mit.edu * URL : https://github.com/bo0ts/ddate * License

Re: dgit and upstream git repos

2014-10-07 Thread Ian Jackson
Enrico Zini writes (dgit and upstream git repos): This is my scenario: I'm the upstream developer, I have an existing git repo with all the project history, and I'd like to be able to git push to debian using dgit. I ran dgit fetch, I ran git checkout -b dgit/sid dgit/dgit/sid and all was

Re: bash exorcism experiment ('bug' 762923 763012)

2014-10-07 Thread Thorsten Glaser
On Sat, 4 Oct 2014, Russ Allbery wrote: If we were to decide that #309415 should be fixed in policy (and hence posh), then it should be done by requiring support for the obsolescent The problems with posh and dash are also the sheer number of bugs in corner cases, which the more actively

Re: bash exorcism experiment ('bug' 762923 763012)

2014-10-07 Thread Neil McGovern
On Tue, Oct 07, 2014 at 03:03:05PM +0200, Thorsten Glaser wrote: Yeah, but Md is an arsehole anyway and requires printf to be a /bin/sh builtin instead of just adding /usr/bin to $PATH, especially now that the initrd mounts /usr already anyway, and CTTE decided to rather offend me than Md

Re: bash exorcism experiment ('bug' 762923 763012)

2014-10-07 Thread The Wanderer
On 10/07/2014 at 02:39 AM, Russell Stuart wrote: On Fri, 2014-10-03 at 09:20 -0700, Russ Allbery wrote: Oh! I didn't realize or internalize that you were proposing switching the default shell to posh from dash. Yes, that would certainly improve our compliance with Policy considerably.

Re: configuration files, ownership and dpkg-statoverride

2014-10-07 Thread Ian Jackson
Paul Gevers writes (configuration files, ownership and dpkg-statoverride): I am looking into dbconfig-common RC bug 720517 [1] and I was wondering what the general idea is of maintainer scripts changing the permissions and/or owners of configuration files and the use of dpkg-statoverride. The

Re: dgit and upstream git repos

2014-10-07 Thread Matthias Urlichs
Hi, Ian Jackson: On `source code': I think everyone should have the same definition of `source code' for git as for tarballs. I beg to differ. Not in principle, but because tarballs and git trees target different groups of users. I expect people who use my git trees to have a

Re: Bug#757941: static linking: alternatives for glibc?

2014-10-07 Thread Matthias Urlichs
Hi, Julian Taylor: this is already the case with regular static linking, you don't need LTO to remove unused code, the compiler only uses those objects from that archive that are required to resolve all symbols. … remove _some_ unused code. Lots of code the linker pulls in from gcc will

Re: dgit and upstream git repos

2014-10-07 Thread Russ Allbery
Ian Jackson ijack...@chiark.greenend.org.uk writes: On `source code': I think everyone should have the same definition of `source code' for git as for tarballs. I understand why you feel this way, particularly given the tools that you're working on, but this is not something I'm going to

Re: dgit and upstream git repos

2014-10-07 Thread Daniel Pimentel (d4n1)
2014-10-07 12:01 GMT-03:00 Matthias Urlichs matth...@urlichs.de: Hi, Ian Jackson: On `source code': I think everyone should have the same definition of `source code' for git as for tarballs. I beg to differ. Not in principle, but because tarballs and git trees target different groups

Your behaviour on Debian lists

2014-10-07 Thread Cyril Brulebois
Thorsten Glaser t.gla...@tarent.de (2014-10-07): Yeah, but Md is an arsehole anyway and requires printf to be a /bin/sh builtin instead of just adding /usr/bin to $PATH, especially now that the initrd mounts /usr already anyway, and CTTE decided to rather offend me than Md because he is

Fwd: bash exorcism experiment ('bug' 762923 763012)

2014-10-07 Thread Thorsten Glaser
Forwarding a bit of my answer on this. I don’t know what to think about how this criticism immediately raises responses like the two I already got, yet the other person in question is allowed to disrespect his fellow DDs and just ignore the fixes for real-world, although minority, problems. I

Re: Your behaviour on Debian lists

2014-10-07 Thread Ondřej Surý
On Tue, Oct 7, 2014, at 18:00, Cyril Brulebois wrote: Thorsten Glaser t.gla...@tarent.de (2014-10-07): Yeah, but Md is an arsehole anyway and requires printf to be a /bin/sh builtin instead of just adding /usr/bin to $PATH, especially now that the initrd mounts /usr already anyway, and

Re: Fwd: bash exorcism experiment ('bug' 762923 763012)

2014-10-07 Thread Matthias Urlichs
Hi, Thorsten Glaser: I deliberately used an extremely few insulting word for this You should have deliberated a bit more, then. The only acceptable concrete value for 'extremely few' is Zero. -- -- Matthias Urlichs -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a

Re: Weak c++ symbols refresher needed

2014-10-07 Thread Bastian Blank
On Tue, Oct 07, 2014 at 04:23:54PM +0800, Chow Loong Jin wrote: On Tue, Oct 07, 2014 at 09:37:48AM +0200, Mathieu Malaterre wrote: I am starring at bug #758572. Basically OP reports that `cmake` is underlinked, which is a serious issue as per policy. However when reading the details it

Re: Bug#720517: configuration files, ownership and dpkg-statoverride

2014-10-07 Thread Paul Gevers
On 07-10-14 15:40, Ian Jackson wrote: Also I don't see in your references an explanation from anyone as to why dbconfig-common does this. I you mean with why: why is it implemented this way than that is exactly the question that I am asking myself looking at the code, if you mean why does

Bug#764391: ITP: usbrelay -- USB HID relay driver

2014-10-07 Thread Jan Dittberner
Package: wnpp Severity: wishlist Owner: Jan Dittberner ja...@debian.org * Package name: usbrelay Version : 0.0+git9b40688e Upstream Author : darrylb123 * URL : https://github.com/darrylb123/usbrelay * License : to be clarified Programming Lang: C

Re: Fwd: bash exorcism experiment ('bug' 762923 763012)

2014-10-07 Thread Adam Borowski
On Tue, Oct 07, 2014 at 07:41:30PM +0200, Matthias Urlichs wrote: Thorsten Glaser: I deliberately used an extremely few insulting word for this You should have deliberated a bit more, then. The only acceptable concrete value for 'extremely few' is Zero. I'd say losing patience is quite

Re: bash exorcism experiment ('bug' 762923 763012)

2014-10-07 Thread Thorsten Glaser
On Tue, 7 Oct 2014, Adam Borowski wrote: change your /bin/sh), 2. being (then) a violation of a must clause of the policy. To be fair: my bug wasn’t about -a and -o, but about the printf builtin which Policy is silent about. Some shells do have a builtin printf, most don’t. printf(1) lives in

Re: Fwd: bash exorcism experiment ('bug' 762923 763012)

2014-10-07 Thread Matthias Urlichs
Hi, Adam Borowski: The only acceptable concrete value for 'extremely few' is Zero. I'd say losing patience is quite understandable in this case Probably. However, the context of this thread was not at all about a maintainer who refused to apply a perfectly sensible patch. Getting confronted

Re: Bug#720517: configuration files, ownership and dpkg-statoverride

2014-10-07 Thread Henrique de Moraes Holschuh
On Tue, 07 Oct 2014, Paul Gevers wrote: I am trying to come up with a patch against dpkg-statoverride that sets the ownership and permissions upon creation, but not upon updates. This really doesn't look like a good idea. In fact, it may well introduce very confusing and likely dangerous

Re: Fwd: bash exorcism experiment ('bug' 762923 763012)

2014-10-07 Thread Charles Plessy
Le Tue, Oct 07, 2014 at 06:07:19PM +0200, Thorsten Glaser a écrit : I deliberately used an extremely few insulting word for this but I don’t know how to else express it. And I do not believe in staying quiet if it can’t be politely expressed, because, let’s face it, the real world *is* full

Enlightenment DR19 - Maintainers?!

2014-10-07 Thread Martinx - ジェームズ
Hey guys! I'm wondering here... Where are the E19 packages for Debian?! :-P I'm so tired of Gnome, Unity, KDE, XFCE, LXDE, Network Manager... hh!! :-) So, why not make a *near to perfect* E19 packages for Debian (or Ubuntu)? Using Econnman by default, Terminology and etc... ??? Right

Re: Enlightenment DR19 - Maintainers?!

2014-10-07 Thread Paul Tagliamonte
On Wed, Oct 08, 2014 at 12:26:07AM -0300, Martinx - ジェームズ wrote: Hey guys! And gals! I'm wondering here... Where are the E19 packages for Debian?!     :-P You tell us! I assume you're related to the recent reddit thread? If so, hi! Welcome! If not, also hi! Welcome! I'd suggest

Accepted ceilometer 2014.1.3-2 (source all) into unstable

2014-10-07 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 05 Oct 2014 14:21:44 +0800 Source: ceilometer Binary: python-ceilometer ceilometer-common ceilometer-collector ceilometer-api ceilometer-agent-compute ceilometer-agent-central ceilometer-alarm-evaluator

Accepted openstack-pkg-tools 15 (source all) into unstable

2014-10-07 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 07 Oct 2014 13:42:53 +0800 Source: openstack-pkg-tools Binary: openstack-pkg-tools Architecture: source all Version: 15 Distribution: unstable Urgency: medium Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org

Accepted debian-edu-config 1.808 (source all) into unstable

2014-10-07 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 07 Oct 2014 07:59:27 +0200 Source: debian-edu-config Binary: debian-edu-config debian-edu-config-gosa-netgroups Architecture: source all Version: 1.808 Distribution: unstable Urgency: high Maintainer: Debian Edu Developers

Accepted libkexiv2 4:4.14.1-1 (source amd64 all) into unstable

2014-10-07 Thread Pino Toscano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 07 Oct 2014 08:33:12 +0200 Source: libkexiv2 Binary: libkexiv2-11 libkexiv2-data libkexiv2-dev libkexiv2-dbg Architecture: source amd64 all Version: 4:4.14.1-1 Distribution: unstable Urgency: medium Maintainer: Debian Qt/KDE

Accepted florence 0.6.2-1 (source amd64) into unstable, unstable

2014-10-07 Thread Jérémy Bobbio
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 06 Oct 2014 12:46:29 +0200 Source: florence Binary: florence libflorence-1.0-1 libflorence-1.0-dev Architecture: source amd64 Version: 0.6.2-1 Distribution: unstable Urgency: low Maintainer: Jérémy Bobbio lu...@debian.org

Accepted ceilometer 2014.2~rc1-2 (source all) into experimental, experimental

2014-10-07 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 07 Oct 2014 00:49:22 + Source: ceilometer Binary: python-ceilometer ceilometer-common ceilometer-collector ceilometer-api ceilometer-agent-compute ceilometer-agent-central ceilometer-alarm-evaluator

Accepted xbmc 2:13.2+dfsg1-2 (source all amd64) into unstable, unstable

2014-10-07 Thread Balint Reczey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 06 Oct 2014 22:42:34 +0200 Source: xbmc Binary: xbmc xbmc-bin xbmc-dbg xbmc-eventclients-common xbmc-eventclients-dev xbmc-eventclients-wiiremote xbmc-eventclients-j2me xbmc-eventclients-ps3 xbmc-eventclients-xbmc-send

Accepted yaggo 1.5.4-1 (source all) into unstable, unstable

2014-10-07 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 06 Oct 2014 12:13:09 +0200 Source: yaggo Binary: yaggo Architecture: source all Version: 1.5.4-1 Distribution: unstable Urgency: low Maintainer: Debian Med Packaging Team debian-med-packag...@lists.alioth.debian.org

Accepted grib-api 1.12.3-1 (source amd64) into experimental, experimental

2014-10-07 Thread Enrico Zini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 06 Oct 2014 14:58:41 +0200 Source: grib-api Binary: libgrib-api0 libgrib-api-dev libgrib-api-tools Architecture: source amd64 Version: 1.12.3-1 Distribution: experimental Urgency: medium Maintainer: Enrico Zini

Accepted davical 1.1.3.1-1 (source all) into unstable

2014-10-07 Thread Florian Schlichting
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 07 Oct 2014 08:44:50 +0200 Source: davical Binary: davical davical-doc Architecture: source all Version: 1.1.3.1-1 Distribution: unstable Urgency: medium Maintainer: Davical Development Team davical-de...@lists.sourceforge.net

Accepted drpython 1:3.11.4-1.1 (source all) into unstable

2014-10-07 Thread Olly Betts
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 21 Sep 2014 11:46:02 + Source: drpython Binary: drpython Architecture: source all Version: 1:3.11.4-1.1 Distribution: unstable Urgency: medium Maintainer: William Vera bi...@billy.com.mx Changed-By: Olly Betts

Accepted mayavi2 4.3.1-3.1 (source) into unstable

2014-10-07 Thread Olly Betts
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 07 Oct 2014 06:40:35 + Source: mayavi2 Binary: mayavi2 Architecture: source Version: 4.3.1-3.1 Distribution: unstable Urgency: medium Maintainer: Python Applications Packaging Team python-apps-t...@lists.alioth.debian.org

Accepted grml2usb 0.14.9 (source amd64) into unstable

2014-10-07 Thread Michael Prokop
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 07 Oct 2014 08:43:38 +0200 Source: grml2usb Binary: grml2usb Architecture: source amd64 Version: 0.14.9 Distribution: unstable Urgency: medium Maintainer: Grml Team t...@grml.org Changed-By: Michael Prokop m...@grml.org

Accepted qbs 1.3.1+dfsg-2 (source all) into unstable

2014-10-07 Thread Dmitry Shachnev
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 07 Oct 2014 10:41:59 +0400 Source: qbs Binary: qbs libqbscore1 libqbsqtprofilesetup1 qbs-dev qbs-dbg qbs-examples qbs-doc qbs-doc-html Architecture: source all Version: 1.3.1+dfsg-2 Distribution: unstable Urgency: medium

Accepted mlbviewer 2014.sf.3-2 (source all) into unstable

2014-10-07 Thread Sebastien Delafond
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 07 Oct 2014 09:15:33 +0200 Source: mlbviewer Binary: mlbviewer Architecture: source all Version: 2014.sf.3-2 Distribution: unstable Urgency: medium Maintainer: Sebastien Delafond s...@debian.org Changed-By: Sebastien Delafond

Accepted nvidia-settings 340.46-1 (source amd64) into unstable

2014-10-07 Thread Vincent Cheng
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 06 Oct 2014 23:54:07 -0700 Source: nvidia-settings Binary: nvidia-settings libxnvctrl0 libxnvctrl-dev Architecture: source amd64 Version: 340.46-1 Distribution: unstable Urgency: medium Maintainer: Debian NVIDIA Maintainers

Accepted mame 0.154-2 (source ppc64el all) into unstable

2014-10-07 Thread Cesare Falco
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 30 Aug 2014 10:43:04 +0200 Source: mame Binary: mame mame-tools mess mess-data Architecture: source ppc64el all Version: 0.154-2 Distribution: unstable Urgency: medium Maintainer: Debian Games Team

Accepted nvidia-modprobe 340.46-1 (source) into unstable

2014-10-07 Thread Vincent Cheng
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 07 Oct 2014 00:27:29 -0700 Source: nvidia-modprobe Binary: nvidia-modprobe Architecture: source Version: 340.46-1 Distribution: unstable Urgency: medium Maintainer: Debian NVIDIA Maintainers

Accepted nvidia-xconfig 340.46-1 (source) into unstable

2014-10-07 Thread Vincent Cheng
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 07 Oct 2014 00:10:51 -0700 Source: nvidia-xconfig Binary: nvidia-xconfig Architecture: source Version: 340.46-1 Distribution: unstable Urgency: medium Maintainer: Debian NVIDIA Maintainers

Accepted syslinux 3:6.03+dfsg-1 (source amd64 all) into unstable

2014-10-07 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 07 Oct 2014 09:39:28 +0200 Source: syslinux Binary: syslinux syslinux-efi extlinux isolinux pxelinux syslinux-common syslinux-utils Architecture: source amd64 all Version: 3:6.03+dfsg-1 Distribution: unstable Urgency: low

Accepted ceilometer 2014.1.3-3 (source all) into unstable

2014-10-07 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 07 Oct 2014 08:21:23 + Source: ceilometer Binary: python-ceilometer ceilometer-common ceilometer-collector ceilometer-api ceilometer-agent-compute ceilometer-agent-central ceilometer-alarm-evaluator

Accepted cinder 2014.1.3-2 (source all) into unstable

2014-10-07 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 05 Oct 2014 14:22:57 +0800 Source: cinder Binary: python-cinder cinder-common cinder-api cinder-volume cinder-scheduler cinder-backup Architecture: source all Version: 2014.1.3-2 Distribution: unstable Urgency: medium

Accepted glance 2014.1.3-3 (source all) into unstable

2014-10-07 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 07 Oct 2014 13:18:01 +0800 Source: glance Binary: python-glance glance python-glance-doc glance-common glance-api glance-registry Architecture: source all Version: 2014.1.3-3 Distribution: unstable Urgency: medium Maintainer:

Accepted cinder 2014.1.3-3 (source all) into unstable

2014-10-07 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 07 Oct 2014 08:30:18 + Source: cinder Binary: python-cinder cinder-common cinder-api cinder-volume cinder-scheduler cinder-backup Architecture: source all Version: 2014.1.3-3 Distribution: unstable Urgency: medium

Accepted igv 2.3.36+dfsg-1 (source all) into unstable

2014-10-07 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 15 Aug 2014 11:16:32 +0200 Source: igv Binary: igv Architecture: source all Version: 2.3.36+dfsg-1 Distribution: unstable Urgency: medium Maintainer: Debian Med Packaging Team debian-med-packag...@lists.alioth.debian.org

Accepted lxc 1:1.0.6-2 (source amd64) into unstable

2014-10-07 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 07 Oct 2014 09:42:36 +0200 Source: lxc Binary: lxc lxc-dbg Architecture: source amd64 Version: 1:1.0.6-2 Distribution: unstable Urgency: low Maintainer: Daniel Baumann m...@daniel-baumann.ch Changed-By: Daniel Baumann

Accepted keystone 2014.1.3-2 (source all) into unstable

2014-10-07 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 05 Oct 2014 14:36:23 +0800 Source: keystone Binary: python-keystone keystone keystone-doc Architecture: source all Version: 2014.1.3-2 Distribution: unstable Urgency: medium Maintainer: PKG OpenStack

Accepted libjpeg-turbo 1:1.3.1-6 (source all) into unstable

2014-10-07 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 07 Oct 2014 10:03:41 +0200 Source: libjpeg-turbo Binary: libjpeg-dev libjpeg62-dev libjpeg62 libjpeg62-dbg libturbojpeg1 libturbojpeg1-dbg libturbojpeg1-dev libjpeg-turbo-progs libjpeg-turbo-progs-dbg Architecture: source all

Accepted neutron 2014.1.3-2 (source all) into unstable

2014-10-07 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 05 Oct 2014 14:41:16 +0800 Source: neutron Binary: python-neutron neutron-server neutron-common neutron-plugin-nec-agent neutron-l3-agent neutron-dhcp-agent neutron-metadata-agent neutron-metering-agent neutron-vpn-agent

Accepted model-builder 0.4.1-6.2 (source all) into unstable

2014-10-07 Thread Olly Betts
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 07 Oct 2014 08:11:43 + Source: model-builder Binary: model-builder Architecture: source all Version: 0.4.1-6.2 Distribution: unstable Urgency: medium Maintainer: Varun Hiremath va...@debian.org Changed-By: Olly Betts

Accepted nova 2014.1.3-4 (source all) into unstable

2014-10-07 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 07 Oct 2014 08:40:04 + Source: nova Binary: python-nova nova-common nova-compute nova-compute-lxc nova-compute-uml nova-compute-qemu nova-compute-kvm nova-conductor nova-cert nova-scheduler nova-volume nova-api

Accepted proj 4.9.0~rc2-1~exp1 (source all amd64) into experimental

2014-10-07 Thread Bas Couwenberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 05 Oct 2014 21:45:15 +0200 Source: proj Binary: proj-data libproj0 libproj-dev proj-bin libproj-java Architecture: source all amd64 Version: 4.9.0~rc2-1~exp1 Distribution: experimental Urgency: medium Maintainer: Debian GIS

Accepted pngquant 2.3.0-1 (source amd64) into unstable

2014-10-07 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 07 Oct 2014 09:19:38 +0200 Source: pngquant Binary: pngquant Architecture: source amd64 Version: 2.3.0-1 Distribution: unstable Urgency: medium Maintainer: Debian PhotoTools Maintainers

Accepted sonic-visualiser 2.4.1~repack1-2 (source amd64) into unstable

2014-10-07 Thread Jaromír Mikeš
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 07 Oct 2014 10:10:03 +0200 Source: sonic-visualiser Binary: sonic-visualiser sonic-visualiser-dbg Architecture: source amd64 Version: 2.4.1~repack1-2 Distribution: unstable Urgency: low Maintainer: Debian Multimedia Maintainers

Accepted systemd-cron 1.3.1+ds1-1 (source all) into unstable

2014-10-07 Thread Michael Stapelberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 07 Oct 2014 09:40:12 +0200 Source: systemd-cron Binary: systemd-cron Architecture: source all Version: 1.3.1+ds1-1 Distribution: unstable Urgency: medium Maintainer: Debian Systemd Maintainers

Accepted pyserial 2.6-1.1 (source all) into unstable

2014-10-07 Thread Olly Betts
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 07 Oct 2014 09:02:39 + Source: pyserial Binary: python-serial python3-serial Architecture: source all Version: 2.6-1.1 Distribution: unstable Urgency: medium Maintainer: Matthias Klose d...@debian.org Changed-By: Olly Betts

Accepted xserver-xorg-video-mach64 6.9.4-2 (source) into unstable

2014-10-07 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 13 Jul 2014 14:33:34 +0200 Source: xserver-xorg-video-mach64 Binary: xserver-xorg-video-mach64 xserver-xorg-video-mach64-dbg Architecture: source Version: 6.9.4-2 Distribution: sid Urgency: medium Maintainer: Debian X Strike

Accepted wmbattery 2.45-1 (source amd64) into unstable

2014-10-07 Thread Doug Torrance
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 06 Oct 2014 13:59:56 -0500 Source: wmbattery Binary: wmbattery Architecture: source amd64 Version: 2.45-1 Distribution: unstable Urgency: medium Maintainer: Doug Torrance dtorra...@monmouthcollege.edu Changed-By: Doug Torrance

Accepted qmapshack 0.3.0-1 (source amd64) into unstable, unstable

2014-10-07 Thread Jaromír Mikeš
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 17 Aug 2014 18:07:05 +0200 Source: qmapshack Binary: qmapshack Architecture: source amd64 Version: 0.3.0-1 Distribution: unstable Urgency: low Maintainer: Debian GIS Project pkg-grass-de...@lists.alioth.debian.org Changed-By:

Accepted debian-edu-config 1.809 (source all) into unstable

2014-10-07 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 07 Oct 2014 11:51:38 +0200 Source: debian-edu-config Binary: debian-edu-config debian-edu-config-gosa-netgroups Architecture: source all Version: 1.809 Distribution: unstable Urgency: high Maintainer: Debian Edu Developers

Accepted hwinfo 21.6-1 (source amd64 all) into unstable

2014-10-07 Thread Sebastien Badia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 07 Oct 2014 11:44:23 +0200 Source: hwinfo Binary: hwinfo libhd21 libhd-doc libhd-dev Architecture: source amd64 all Version: 21.6-1 Distribution: sid Urgency: medium Maintainer: Sebastien Badia s...@sebian.fr Changed-By:

Accepted pykaraoke 0.7.5-1.1 (source all) into unstable

2014-10-07 Thread Olly Betts
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 07 Oct 2014 09:42:38 + Source: pykaraoke Binary: pykaraoke pykaraoke-bin python-pykaraoke Architecture: source all Version: 0.7.5-1.1 Distribution: unstable Urgency: medium Maintainer: Python Applications Packaging Team

Accepted simgear 3.0.0-5 (source amd64 all) into unstable

2014-10-07 Thread Markus Wanner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 07 Oct 2014 09:53:01 +0200 Source: simgear Binary: libsimgearcore3.0.0 libsimgearcore3.0.0-dbg libsimgearscene3.0.0 libsimgearscene3.0.0-dbg libsimgear-dev simgear-dev Architecture: source amd64 all Version: 3.0.0-5

Accepted cecilia 5.0.9-1.1 (source all) into unstable

2014-10-07 Thread Olly Betts
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 20 Sep 2014 02:45:20 + Source: cecilia Binary: cecilia Architecture: source all Version: 5.0.9-1.1 Distribution: unstable Urgency: medium Maintainer: Debian Multimedia Maintainers

Accepted binutils 2.24.51.20141001-3 (source all amd64) into unstable

2014-10-07 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 07 Oct 2014 12:26:24 +0200 Source: binutils Binary: binutils binutils-dev binutils-multiarch binutils-multiarch-dev binutils-hppa64 binutils-doc binutils-source Architecture: source all amd64 Version: 2.24.51.20141001-3

Accepted media-player-info 22-1 (source all) into unstable

2014-10-07 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 07 Oct 2014 12:31:00 +0200 Source: media-player-info Binary: media-player-info Architecture: source all Version: 22-1 Distribution: unstable Urgency: medium Maintainer: Kubuntu Developers kubuntu-de...@lists.ubuntu.com

Accepted lmms 1.0.3-3 (source amd64 all) into unstable

2014-10-07 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 07 Oct 2014 12:13:16 +0200 Source: lmms Binary: lmms lmms-common Architecture: source amd64 all Version: 1.0.3-3 Distribution: unstable Urgency: medium Maintainer: Debian Edu Packaging Team

Accepted redshift 1.9.1-3 (source amd64 all) into unstable

2014-10-07 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 07 Oct 2014 15:56:25 +0530 Source: redshift Binary: redshift gtk-redshift Architecture: source amd64 all Version: 1.9.1-3 Distribution: unstable Urgency: medium Maintainer: Ritesh Raj Sarraf r...@debian.org Changed-By: Ritesh

Accepted sup-mail 0.20.0-1 (source all) into unstable

2014-10-07 Thread Per Andersson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 07 Oct 2014 11:47:58 +0200 Source: sup-mail Binary: sup-mail Architecture: source all Version: 0.20.0-1 Distribution: unstable Urgency: low Maintainer: Debian Ruby Extras Maintainers

Accepted acidbase 1.4.5-4 (source all) into unstable, unstable

2014-10-07 Thread Jeremy T. Bouse
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sun, 24 Aug 2014 18:14:12 -0400 Source: acidbase Binary: acidbase Architecture: source all Version: 1.4.5-4 Distribution: unstable Urgency: medium Maintainer: Jeremy T. Bouse jbo...@debian.org Changed-By: Jeremy T. Bouse

Accepted debian-edu 1.805 (source amd64) into unstable

2014-10-07 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 07 Oct 2014 13:02:17 +0200 Source: debian-edu Binary: education-tasks education-menus education-astronomy education-chemistry education-common education-desktop-gnome education-desktop-kde education-desktop-lxde

Accepted safe-rm 0.11-1 (source all) into unstable

2014-10-07 Thread Francois Marier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 08 Oct 2014 00:49:41 +1300 Source: safe-rm Binary: safe-rm Architecture: source all Version: 0.11-1 Distribution: unstable Urgency: medium Maintainer: Francois Marier franc...@debian.org Changed-By: Francois Marier

Accepted media-player-info 22-2 (source all) into unstable

2014-10-07 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 07 Oct 2014 14:14:11 +0200 Source: media-player-info Binary: media-player-info Architecture: source all Version: 22-2 Distribution: unstable Urgency: medium Maintainer: Martin Pitt mp...@debian.org Changed-By: Martin Pitt

Accepted neutron 2014.1.3-3 (source all) into unstable

2014-10-07 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 07 Oct 2014 19:06:52 +0800 Source: neutron Binary: python-neutron neutron-server neutron-common neutron-plugin-nec-agent neutron-l3-agent neutron-dhcp-agent neutron-metadata-agent neutron-metering-agent neutron-vpn-agent

Accepted psychopy 1.79.00+git16-g30c9343.dfsg-1.1 (source all) into unstable

2014-10-07 Thread Olly Betts
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 07 Oct 2014 10:59:58 + Source: psychopy Binary: psychopy Architecture: source all Version: 1.79.00+git16-g30c9343.dfsg-1.1 Distribution: unstable Urgency: medium Maintainer: NeuroDebian Team t...@neuro.debian.net Changed-By:

Accepted debian-edu-artwork 0.49-1 (source all) into unstable

2014-10-07 Thread Holger Levsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 07 Oct 2014 13:56:38 +0200 Source: debian-edu-artwork Binary: debian-edu-artwork debian-edu-artwork-lines debian-edu-artwork-joy debian-edu-artwork-spacefun Architecture: source all Version: 0.49-1 Distribution: unstable

Accepted gluegen2 2.2.0-1 (source all amd64) into unstable

2014-10-07 Thread Emmanuel Bourg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 07 Oct 2014 14:15:46 +0200 Source: gluegen2 Binary: libgluegen2-rt-java libgluegen2-build-java libgluegen2-jni libgluegen2-doc Architecture: source all amd64 Version: 2.2.0-1 Distribution: unstable Urgency: medium Maintainer:

Accepted debian-edu-install 1.807 (source all) into unstable

2014-10-07 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 07 Oct 2014 14:44:00 +0200 Source: debian-edu-install Binary: debian-edu-install debian-edu-profile-udeb debian-edu-install-udeb Architecture: source all Version: 1.807 Distribution: unstable Urgency: high Maintainer: Debian Edu

Accepted openjpeg2 2.1.0-2 (source amd64 all) into unstable

2014-10-07 Thread Mathieu Malaterre
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 07 Oct 2014 13:14:43 +0200 Source: openjpeg2 Binary: libopenjp2-7-dev libopenjp2-7 libopenjpip7 libopenjp3d7 libopenjp2-7-dbg libopenjpip-dec-server libopenjpip-viewer libopenjpip-server libopenjp3d-tools libopenjp2-tools

Accepted libradsec 0.0.5-2 (source amd64) into unstable, unstable

2014-10-07 Thread Sam Hartman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 07 Oct 2014 07:27:24 -0400 Source: libradsec Binary: libradsec-dev libradsec0 Architecture: source amd64 Version: 0.0.5-2 Distribution: unstable Urgency: medium Maintainer: Sam Hartman hartm...@debian.org Changed-By: Sam Hartman

Accepted snap 2013-11-29-1 (source amd64) into unstable

2014-10-07 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 07 Oct 2014 13:31:52 +0200 Source: snap Binary: snap Architecture: source amd64 Version: 2013-11-29-1 Distribution: unstable Urgency: medium Maintainer: Debian Med Packaging Team debian-med-packag...@lists.alioth.debian.org

Accepted saods9 7.3.1+dfsg-1 (source amd64 all) into unstable

2014-10-07 Thread Ole Streicher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 07 Oct 2014 14:47:07 +0200 Source: saods9 Binary: saods9 saods9-blt saods9-doc saods9-data Architecture: source amd64 all Version: 7.3.1+dfsg-1 Distribution: unstable Urgency: low Maintainer: Debian Astronomy Maintainers

Accepted qmapshack 0.5.0-1 (source amd64) into unstable

2014-10-07 Thread Jaromír Mikeš
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 07 Oct 2014 12:47:09 +0200 Source: qmapshack Binary: qmapshack Architecture: source amd64 Version: 0.5.0-1 Distribution: unstable Urgency: low Maintainer: Debian GIS Project pkg-grass-de...@lists.alioth.debian.org Changed-By:

Accepted autocutsel 0.10.0-1 (source amd64) into unstable

2014-10-07 Thread Elmar S. Heeb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 07 Oct 2014 17:14:35 +0200 Source: autocutsel Binary: autocutsel Architecture: source amd64 Version: 0.10.0-1 Distribution: unstable Urgency: medium Maintainer: Elmar S. Heeb el...@heebs.ch Changed-By: Elmar S. Heeb

Accepted bash 4.3-11 (source all amd64) into unstable

2014-10-07 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 07 Oct 2014 16:20:35 +0200 Source: bash Binary: bash bash-static bash-builtins bash-doc Architecture: source all amd64 Version: 4.3-11 Distribution: unstable Urgency: medium Maintainer: Matthias Klose d...@debian.org Changed-By:

Accepted chessx 1.2.2-1 (source amd64) into unstable

2014-10-07 Thread Niklas Fiekas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 06 Oct 2014 18:26:02 +0200 Source: chessx Binary: chessx Architecture: source amd64 Version: 1.2.2-1 Distribution: unstable Urgency: low Maintainer: Niklas Fiekas niklas.fie...@tu-clausthal.de Changed-By: Niklas Fiekas

Accepted dnssec-tools 2.1-1 (source all) into unstable

2014-10-07 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 07 Oct 2014 15:56:08 +0200 Source: dnssec-tools Binary: dnssec-tools Architecture: source all Version: 2.1-1 Distribution: unstable Urgency: medium Maintainer: Ondřej Surý ond...@debian.org Changed-By: Ondřej Surý

Accepted docdiff 0.5.0-1 (source all) into unstable

2014-10-07 Thread Kenshi Muto
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 07 Oct 2014 20:05:49 +0900 Source: docdiff Binary: docdiff Architecture: source all Version: 0.5.0-1 Distribution: unstable Urgency: low Maintainer: Kenshi Muto km...@debian.org Changed-By: Kenshi Muto km...@debian.org

Accepted doublecmd 0.5.11-1 (source amd64 all) into unstable

2014-10-07 Thread Graham Inggs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 07 Oct 2014 15:58:52 +0200 Source: doublecmd Binary: doublecmd-gtk doublecmd-gtk-dbg doublecmd-qt doublecmd-qt-dbg doublecmd-plugins doublecmd-common Architecture: source amd64 all Version: 0.5.11-1 Distribution: unstable

Accepted libmatheval 1.1.11+dfsg-1.2 (source amd64) into unstable

2014-10-07 Thread Neil Williams
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 07 Oct 2014 15:04:50 +0100 Source: libmatheval Binary: libmatheval-dev libmatheval1 Architecture: source amd64 Version: 1.1.11+dfsg-1.2 Distribution: unstable Urgency: low Maintainer: Debian Science Maintainers

  1   2   >