Re: systemd - some more considerations

2014-04-04 Thread Thorsten Glaser
Chow Loong Jin hyperair at debian.org writes: For the record, there's CONFIG_BINFMT_SCRIPT, which when disabled, causes all #! scripts to be run under /bin/sh unconditionally. *everything* runs under /bin/sh, including Perl, Python, and Bash scripts. Yes, and /bin/sh is supposed to parse

Re: systemd - some more considerations

2014-04-04 Thread Chow Loong Jin
On Fri, Apr 04, 2014 at 08:27:01AM +, Thorsten Glaser wrote: Chow Loong Jin hyperair at debian.org writes: For the record, there's CONFIG_BINFMT_SCRIPT, which when disabled, causes all #! scripts to be run under /bin/sh unconditionally. *everything* runs under /bin/sh, including

Re: Debian default desktop environment

2014-04-04 Thread Chris Bannister
On Fri, Apr 04, 2014 at 08:18:41AM +1100, Dmitry Smirnov wrote: On Thu, 3 Apr 2014 14:16:15 Undefined User wrote: The problem is that right now Debian project is changing its default desktop environment, and I think that this is not a good move. Of course, it all depends on where the

Re: systemd - some more considerations

2014-04-04 Thread Andrey Rahmatullin
On Fri, Apr 04, 2014 at 08:27:01AM +, Thorsten Glaser wrote: For the record, there's CONFIG_BINFMT_SCRIPT, which when disabled, causes all #! scripts to be run under /bin/sh unconditionally. *everything* runs under /bin/sh, including Perl, Python, and Bash scripts. Yes, and

Re: systemd - some more considerations

2014-04-04 Thread Christoph Biedl
Chow Loong Jin wrote... Some references would be helpful. I can't seem to find anything on this through some cursory googling. Perl scripts, when installed by ExtUtils::MakeMaker or similar, do have | eval 'exec /usr/bin/perl -S $0 ${1+$@}' | if 0; # not running under some shell in

Re: systemd - some more considerations

2014-04-04 Thread Rens Houben
In other news for Fri, Apr 04, 2014 at 05:24:50PM +0800, Chow Loong Jin has been seen typing: On Fri, Apr 04, 2014 at 08:27:01AM +, Thorsten Glaser wrote: Chow Loong Jin hyperair at debian.org writes: Yes, and /bin/sh is supposed to parse the shebang and call out to the interpreter.

shebang (was Re: systemd - some more considerations)

2014-04-04 Thread Thorsten Glaser
On Fri, 4 Apr 2014, Chow Loong Jin wrote: Are you sure about this? Yes. Some references would be helpful. I can't seem to find anything on this through Sure. I’ve patched mksh to use “#?” ipv “#!” as shebang, to simulate a kernel not supporting the shebang: Index: exec.c

Re: shebang (was Re: systemd - some more considerations)

2014-04-04 Thread Andrey Rahmatullin
On Fri, Apr 04, 2014 at 12:58:23PM +0200, Thorsten Glaser wrote: Are you sure about this? Yes. Some references would be helpful. I can't seem to find anything on this through Sure. I’ve patched mksh mksh doesn't count as a reference. some cursory googling. Try duckduckgoïng

Re: shebang (was Re: systemd - some more considerations)

2014-04-04 Thread Ansgar Burchardt
Hi, Thorsten Glaser t.gla...@tarent.de writes: On Fri, 4 Apr 2014, Chow Loong Jin wrote: Are you sure about this? Yes. Some references would be helpful. I can't seem to find anything on this through Sure. I’ve patched mksh to use “#?” ipv “#!” as shebang, to simulate a kernel not

Re: shebang

2014-04-04 Thread Thorsten Glaser
On Fri, 4 Apr 2014, Ansgar Burchardt wrote: I'm interested where POSIX says what you are sure it says (that the shell is responsible for evaluating #!). I said the shell is supposed to, and suggested to search POSIX, but I wasn’t sure that it was POSIX standardised, and never said so. As you

Re: shebang (was Re: systemd - some more considerations)

2014-04-04 Thread Jakub Wilk
* Thorsten Glaser t.gla...@tarent.de, 2014-04-04, 12:58: Try duckduckgoïng instead ☻ or searching POSIX, or something. SUSv4 “helpfully” says: If the first line of a file of shell commands starts with the characters #!, the results are unspecified. -- Jakub Wilk -- To UNSUBSCRIBE, email

Re: shebang (was Re: systemd - some more considerations)

2014-04-04 Thread Salvo Tomaselli
In data venerdì 04 aprile 2014 17.38.12, Andrey Rahmatullin ha scritto: Sure. I’ve patched mksh mksh doesn't count as a reference. Did you even read before replying? He patched it to use #? Instead of #! that was using. He was sure about it being there because he had patched it to behave

Re: shebang

2014-04-04 Thread Andrey Rahmatullin
On Fri, Apr 04, 2014 at 02:00:46PM +0200, Thorsten Glaser wrote: I'm interested where POSIX says what you are sure it says (that the shell is responsible for evaluating #!). I said the shell is supposed to, and suggested to search POSIX, but I wasn’t sure that it was POSIX standardised,

Re: shebang (was Re: systemd - some more considerations)

2014-04-04 Thread Andrey Rahmatullin
On Fri, Apr 04, 2014 at 02:04:32PM +0200, Salvo Tomaselli wrote: Sure. I’ve patched mksh mksh doesn't count as a reference. Did you even read before replying? He patched it to use #? Instead of #! that was using. He was sure about it being there because he had patched it to behave

Re: Debian default desktop environment

2014-04-04 Thread Undefined User
Well, it's almost impossible to avoid personal judgments on this matter. This involves personal taste. But when talking about new users or not-that-advanced users, I'm really suggesting Gnome 3 to be the choice of the project. I know that its size is bigger than Xfce and it takes more resources,

Re: Debian default desktop environment

2014-04-04 Thread Kevin Chadwick
previously on this list Undefined User contributed: It's not about Gnome, Xfce or whatever desktop environment being focused only on touchscreen devices or identical to a mobile platform (that would be terrible for everyone), but at least something that doesn't make people think that Debian

Re: Debian default desktop environment

2014-04-04 Thread Stephan Seitz
On Fri, Apr 04, 2014 at 10:03:46AM -0300, Undefined User wrote: This involves personal taste. But when talking about new users or not-that-advanced users, I'm really suggesting Gnome 3 to be the choice of the project. But what are your definitions of „new users”? Someone who has never used

Re: Debian default desktop environment

2014-04-04 Thread Chris Bannister
[Please don't top post on this mailing list.] On Fri, Apr 04, 2014 at 10:03:46AM -0300, Undefined User wrote: Well, it's almost impossible to avoid personal judgments on this matter. This involves personal taste. But when talking about new users or not-that-advanced users, I'm really

Re: Debian default desktop environment

2014-04-04 Thread Jonathan Dowland
We go over the same ground over and over. I'm increasingly in favour of *no* default. You must pick one from a list on install. Randomize the list if necessary. -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Re: Debian default desktop environment

2014-04-04 Thread Undefined User
Perfect solution. Debian installer should provide you information about desktop environments and let the user choose it. 2014-04-04 10:52 GMT-03:00 Jonathan Dowland j...@debian.org: We go over the same ground over and over. I'm increasingly in favour of *no* default. You must pick one from

Re: Debian default desktop environment

2014-04-04 Thread Undefined User
Sorry for not deleting the reply text over my last e-mail.

Re: Debian default desktop environment

2014-04-04 Thread The Wanderer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 04/04/2014 09:57 AM, Undefined User wrote: Sorry for not deleting the reply text over my last e-mail. Actually, for all that top-posting is a sin, failing to quote at all when replying is AFAIK generally considered even worse... (Depending on

Re: Debian default desktop environment

2014-04-04 Thread Josselin Mouette
Le vendredi 04 avril 2014 à 15:25 +0200, Stephan Seitz a écrit : As far as I understand Gnome3 needs more resources than XFCE This is mostly irrelevant. The resources consumed by the desktop are negligible compared to applications. As soon as you start a browser with a few tabs on non-trivial

Re: Debian default desktop environment

2014-04-04 Thread Stephan Seitz
On Fri, Apr 04, 2014 at 04:13:27PM +0200, Josselin Mouette wrote: Le vendredi 04 avril 2014 à 15:25 +0200, Stephan Seitz a écrit : and modern hardware. This is no longer a requirement in jessie, at least on x86 where llvmpipe is now accepted as a GL engine. Ah, thank you. The default

Re: Debian default desktop environment

2014-04-04 Thread Stefano Zacchiroli
On Fri, Apr 04, 2014 at 02:52:41PM +0100, Jonathan Dowland wrote: We go over the same ground over and over. I'm increasingly in favour of *no* default. You must pick one from a list on install. Randomize the list if necessary. And can I pass my granddad's phone call on to you when he is stuck

Re: Debian default desktop environment

2014-04-04 Thread Undefined User
2014-04-04 11:42 GMT-03:00 Stefano Zacchiroli z...@debian.org: And can I pass my granddad's phone call on to you when he is stuck choosing among names that are absolutely obscure to him like GNOME, Xfce, and KDE? Not giving the user a taste of the options, well... Yes, I agree, it's pretty

Re: Debian default desktop environment

2014-04-04 Thread Undefined User
2014-04-04 11:04 GMT-03:00 The Wanderer wande...@fastmail.fm: Actually, for all that top-posting is a sin, failing to quote at all when replying is AFAIK generally considered even worse... (Depending on context, of course; in a Web forum where the message being replied to is probably still

getting rid of md5 hashes

2014-04-04 Thread Holger Levsen
Hi, as I've just been affected by #700266 fetchmail: --sslfingerprint uses MD5 I wonder if someone is tracking all the bugs related to using md5 hashes kind of like how we track bugs in software not supporting ipv6. User debian-secur...@lists.debian.org Usertag 700266 md5 maybe? cheers,

Re: Debian default desktop environment

2014-04-04 Thread Sune Vuorela
On 2014-04-03, Dmitry Smirnov only...@debian.org wrote: As KDE fan I do not like Gnome. Those who forget to choose DE in instal= ler=20 Part of me wants to have KDE Plasma Desktop as the default workspace, because it is completely awesome. Other parts of me is happy that it is not the default

Re: Debian default desktop environment

2014-04-04 Thread Hashem Nasarat
On 04/04/2014 10:36 AM, Stephan Seitz wrote: On Fri, Apr 04, 2014 at 04:13:27PM +0200, Josselin Mouette wrote: Le vendredi 04 avril 2014 à 15:25 +0200, Stephan Seitz a écrit : and modern hardware. This is no longer a requirement in jessie, at least on x86 where llvmpipe is now accepted as a

Re: Debian default desktop environment

2014-04-04 Thread Jonathan Dowland
On Fri, Apr 04, 2014 at 04:42:19PM +0200, Stefano Zacchiroli wrote: And can I pass my granddad's phone call on to you when he is stuck choosing among names that are absolutely obscure to him like GNOME, Xfce, and KDE? No, just say pick a random one. Surely they'll all be entirely appropriate

Re: Debian default desktop environment

2014-04-04 Thread Stephan Heidinger
On 04.04.2014 17:15, Hashem Nasarat wrote: On the other hand, experienced users are familiar enough to install whichever environment they wish. Perhaps a compromise is to have GNOME the default and then XFCE as a bare-bones GUI or something. Why then install an alternative at all. Experienced

Re: Debian default desktop environment

2014-04-04 Thread Kevin Chadwick
previously on this list people contributed: Why then install an alternative at all. Experienced users install what they want anyways. The DEs working best for unexperienced users would be the DEs that do much work themselves, Xfce allows more options and choice by default on a cd and

Re: Debian default desktop environment

2014-04-04 Thread Russ Allbery
Sune Vuorela nos...@vuorela.dk writes: Part of me wants to have KDE Plasma Desktop as the default workspace, because it is completely awesome. Other parts of me is happy that it is not the default because then we don't have all sorts of weird wishes about oh noes. networkmanager or Please

Re: Debian default desktop environment

2014-04-04 Thread Amy Rice
Is it a bad idea in the end not to include a desktop at all, and the user can install one at their own discretion? On 4/4/2014 8:55 AM, Undefined User wrote: Perfect solution. Debian installer should provide you information about desktop environments and let the user choose it. 2014-04-04

Re: Debian default desktop environment

2014-04-04 Thread Undefined User
2014-04-04 14:46 GMT-03:00 Amy Rice pill.dic...@aol.co.uk: Is it a bad idea in the end not to include a desktop at all, and the user can install one at their own discretion? The Debian Installer lets you choose if you want to install a desktop environment or not. By default it comes checked

Re: Debian default desktop environment

2014-04-04 Thread Holger Levsen
Hi, On Freitag, 4. April 2014, Russ Allbery wrote: We should change the default desktop environment with each release so that each maintenance team gets to share in the fun! It's like a giant hazing ritual. :) wow, the quality of debian-devel has really degraded. Russ starts trolling... at

Re: Debian default desktop environment

2014-04-04 Thread Fernando Toledo
El 03/04/14 22:15, Norbert Preining escribió: On Thu, 03 Apr 2014, Stephen Allen wrote: Like the OP - I didn't like Gnome-Shell at first, but after giving it a month I really started enjoying it. It's also mature and being worked on extensively. Not something one can say about Xfce4 at this

Re: Debian default desktop environment

2014-04-04 Thread Marc Haber
On Fri, 04 Apr 2014 10:28:26 -0700, Russ Allbery r...@debian.org wrote: Sune Vuorela nos...@vuorela.dk writes: Part of me wants to have KDE Plasma Desktop as the default workspace, because it is completely awesome. Other parts of me is happy that it is not the default because then we don't

Re: Debian default desktop environment

2014-04-04 Thread Marc Haber
On Fri, 04 Apr 2014 10:04:37 -0400, The Wanderer wande...@fastmail.fm wrote: (Depending on context, of course; in a Web forum where the message being replied to is probably still visible when reading the reply, quoting would be inapproriate. But we're talking about E-mail here.) And e-mail

Re: Debian default desktop environment

2014-04-04 Thread The Wanderer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 04/04/2014 03:39 PM, Marc Haber wrote: On Fri, 04 Apr 2014 10:04:37 -0400, The Wanderer wande...@fastmail.fm wrote: (Depending on context, of course; in a Web forum where the message being replied to is probably still visible when reading

Re: Bug#743656: ITP: memoizable -- A gem that offers Memoization is an optimization that saves the return value of a method so it doesn't need to be re-computed every time that method is called.

2014-04-04 Thread Andrei POPESCU
Control: reassign -1 wnpp On Vi, 04 apr 14, 23:25:42, Danial Jose wrote: package: memoizable Severity: wishlist Owner: 'Danial José' danialj...@gmail.com *Package Name : memoizable Version : 0.3.2 Upstream Author : Dan Kubb, Erik Michaels-Ober (Author name/s of the Gem). *URL :

Re: Deprecating/removing racoon/ipsec-tools from Debian GNU/Linux and racoon from Debian/kfreebsd

2014-04-04 Thread Noah Meyerhans
On Fri, Apr 04, 2014 at 12:59:35PM +1300, Matt Grant wrote: Systemd package support is the thing that pushed me over the edge about this. There are no systemd unit files at all for ipsec-tools/racoon that I know of. Please advise me otherwise, and I will look at putting them in the current

Re: Debian default desktop environment

2014-04-04 Thread Wolodja Wentland
On Fri, Apr 04, 2014 at 16:19 +0100, Jonathan Dowland wrote: On Fri, Apr 04, 2014 at 04:42:19PM +0200, Stefano Zacchiroli wrote: And can I pass my granddad's phone call on to you when he is stuck choosing among names that are absolutely obscure to him like GNOME, Xfce, and KDE? No, just

Re: Debian default desktop environment

2014-04-04 Thread Philip Hands
Wolodja Wentland deb...@babilen5.org writes: ... One thing I dislike about switching the default DE is that it puts a lot of people active in support in a position in which they might not actually be as familiar with the DE they will end up supporting most frequently simply by having learned a

Re: Debian default desktop environment

2014-04-04 Thread Undefined User
2014-04-04 19:52 GMT-03:00 Philip Hands p...@hands.com: pointless discussion First of all, great attitude, my friend. It seems like you are a very reasonable person. Second, pointless discussion? So all these people here are just wasting time? Well... What can I say? That's your point of view

Re: Debian default desktop environment

2014-04-04 Thread Emilio Pozuelo Monfort
On 05/04/14 00:52, Philip Hands wrote: Anyway, to return to the main point, I do wonder why nobody has bothered to mention that the reason for the switch was that Gnome no longer fits on CD#1. If that were true, we could surely fix it. If it were true. Emilio -- To UNSUBSCRIBE, email to

Re: Debian default desktop environment

2014-04-04 Thread Emilio Pozuelo Monfort
On 04/04/14 21:38, Marc Haber wrote: On Fri, 04 Apr 2014 10:28:26 -0700, Russ Allbery r...@debian.org wrote: Sune Vuorela nos...@vuorela.dk writes: Part of me wants to have KDE Plasma Desktop as the default workspace, because it is completely awesome. Other parts of me is happy that it is

Re: Debian default desktop environment

2014-04-04 Thread John Holland
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 How about something completely different: Enlinghtenment? No, I'm not kidding -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux) iQEcBAEBAgAGBQJTPz/PAAoJEPCIPbSVUc8t+JMH/j+XBHlroA4pXgEFtzWl2FuI

Re: Debian default desktop environment

2014-04-04 Thread Philip Hands
Undefined User unknowuse...@gmail.com writes: 2014-04-04 19:52 GMT-03:00 Philip Hands p...@hands.com: pointless discussion First of all, great attitude, my friend. It seems like you are a very reasonable person. Second, pointless discussion? So all these people here are just wasting time?

Re: Debian default desktop environment

2014-04-04 Thread Undefined User
2014-04-04 20:36 GMT-03:00 Philip Hands p...@hands.com: As for my grumpy tone, I apologise for that -- it probably comes from the several voluminous threads on debian-devel recently spouting drivel about systemd which I may have unfairly associated with this thread. Philip, I would like to

Re: Debian default desktop environment

2014-04-04 Thread Wolodja Wentland
On Fri, Apr 04, 2014 at 23:52 +0100, Philip Hands wrote: Wolodja Wentland deb...@babilen5.org writes: ... One thing I dislike about switching the default DE is that it puts a lot of people active in support in a position in which they might not actually be as familiar with the DE they

Re: Debian default desktop environment

2014-04-04 Thread Roger Lynn
On 04/04/14 00:50, Stephen Allen wrote: On Fri, Apr 04, 2014 at 08:18:41AM +1100, Dmitry Smirnov wrote: I think Xfce is much better *default* desktop environment (DE) than Gnome. As KDE fan I do not like Gnome. Those who forget to choose DE in installer (just like I did more than once) and

Re: shebang (was Re: systemd - some more considerations)

2014-04-04 Thread Matthias Urlichs
Hi, Thorsten Glaser: tglase@tglase:~ $ cat x #?/usr/bin/python import sys print sys.version tglase@tglase:~ $ ls -l x -rwxr-xr-x 1 tglase tglase 47 Apr 4 12:54 x tglase@tglase:~ $ ./x import.im6: unable to grab mouse ': Resource temporarily unavailable @

Re: Debian default desktop environment

2014-04-04 Thread Stephen Allen
On Sat, Apr 05, 2014 at 12:32:45AM +0100, Roger Lynn wrote: On 04/04/14 00:50, Stephen Allen wrote: On Fri, Apr 04, 2014 at 08:18:41AM +1100, Dmitry Smirnov wrote: I think Xfce is much better *default* desktop environment (DE) than Gnome. As KDE fan I do not like Gnome. Those who forget

Re: Debian default desktop environment

2014-04-04 Thread Stephen Allen
On Sat, Apr 05, 2014 at 12:36:30AM +0100, Philip Hands wrote: Undefined User unknowuse...@gmail.com writes: 2014-04-04 19:52 GMT-03:00 Philip Hands p...@hands.com: pointless discussion First of all, great attitude, my friend. It seems like you are a very reasonable person. Second,

Re: Debian default desktop environment

2014-04-04 Thread Thomas Goirand
On 04/04/2014 09:55 PM, Undefined User wrote: 2014-04-04 10:52 GMT-03:00 Jonathan Dowland j...@debian.org mailto:j...@debian.org: We go over the same ground over and over. I'm increasingly in favour of *no* default. You must pick one from a list on install. Randomize the list if

Re: Debian default desktop environment

2014-04-04 Thread Thomas Goirand
On 04/04/2014 10:42 PM, Stefano Zacchiroli wrote: On Fri, Apr 04, 2014 at 02:52:41PM +0100, Jonathan Dowland wrote: We go over the same ground over and over. I'm increasingly in favour of *no* default. You must pick one from a list on install. Randomize the list if necessary. And can I pass

Re: Debian default desktop environment

2014-04-04 Thread Gunnar Wolf
John Holland dijo [Fri, Apr 04, 2014 at 07:27:11PM -0400]: How about something completely different: Enlinghtenment? No, I'm not kidding If we are offering users something different, we should go for technical excellence. And I have never seen a group where tiling window managers are

Accepted libcgi-application-perl 4.50-2 (source all)

2014-04-04 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Fri, 04 Apr 2014 07:55:43 +0200 Source: libcgi-application-perl Binary: libcgi-application-perl Architecture: source all Version: 4.50-2 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted sitesummary 0.1.10 (source all)

2014-04-04 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 04 Apr 2014 08:49:49 +0200 Source: sitesummary Binary: sitesummary sitesummary-client Architecture: source all Version: 0.1.10 Distribution: unstable Urgency: low Maintainer: Debian Edu Developers debian-...@lists.debian.org

Accepted nova 2014.1~rc1-1 (source all)

2014-04-04 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 01 Apr 2014 07:55:24 +0800 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 python-scrapy 0.22.2-3 (source all)

2014-04-04 Thread Vincent Cheng
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 03 Apr 2014 23:58:42 -0700 Source: python-scrapy Binary: python-scrapy python-scrapy-doc Architecture: source all Version: 0.22.2-3 Distribution: unstable Urgency: medium Maintainer: Debian Python Modules Team

Accepted glance 2014.1~rc1-1 (source all)

2014-04-04 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 02 Apr 2014 11:52:30 +0800 Source: glance Binary: python-glance glance python-glance-doc glance-common glance-api glance-registry Architecture: source all Version: 2014.1~rc1-1 Distribution: experimental Urgency: low

Accepted bovo 4:4.11.3-2 (source amd64)

2014-04-04 Thread Maximiliano Curia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 03 Apr 2014 11:21:02 +0200 Source: bovo Binary: bovo Architecture: source amd64 Version: 4:4.11.3-2 Distribution: unstable Urgency: medium Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org Changed-By:

Accepted git-buildpackage 0.6.13 (source all)

2014-04-04 Thread Guido Günther
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 03 Apr 2014 21:31:38 +0200 Source: git-buildpackage Binary: git-buildpackage Architecture: source all Version: 0.6.13 Distribution: unstable Urgency: medium Maintainer: Guido Günther a...@sigxcpu.org Changed-By: Guido Günther

Accepted haskell-exceptions 0.5-1 (source all amd64)

2014-04-04 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 04 Apr 2014 09:39:11 +0200 Source: haskell-exceptions Binary: libghc-exceptions-dev libghc-exceptions-prof libghc-exceptions-doc Architecture: source all amd64 Version: 0.5-1 Distribution: unstable Urgency: medium Maintainer:

Accepted hbro 1.1.2.2-2 (source all amd64)

2014-04-04 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 04 Apr 2014 09:58:08 +0200 Source: hbro Binary: hbro libghc-hbro-dev libghc-hbro-prof libghc-hbro-doc Architecture: source all amd64 Version: 1.1.2.2-2 Distribution: unstable Urgency: medium Maintainer: Debian Haskell Group

Accepted kbounce 4:4.11.3-2 (source amd64)

2014-04-04 Thread Maximiliano Curia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 03 Apr 2014 11:21:09 +0200 Source: kbounce Binary: kbounce Architecture: source amd64 Version: 4:4.11.3-2 Distribution: unstable Urgency: medium Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org Changed-By:

Accepted kblackbox 4:4.11.3-2 (source amd64)

2014-04-04 Thread Maximiliano Curia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 03 Apr 2014 11:21:12 +0200 Source: kblackbox Binary: kblackbox Architecture: source amd64 Version: 4:4.11.3-2 Distribution: unstable Urgency: medium Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org

Accepted hbro 1.1.2.2-1 (source all amd64)

2014-04-04 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 04 Apr 2014 09:35:10 +0200 Source: hbro Binary: hbro libghc-hbro-dev libghc-hbro-prof libghc-hbro-doc Architecture: source all amd64 Version: 1.1.2.2-1 Distribution: unstable Urgency: low Maintainer: Debian Haskell Group

Accepted haskell-pipes-safe 2.1.0-1 (source all amd64)

2014-04-04 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 04 Apr 2014 09:35:13 +0200 Source: haskell-pipes-safe Binary: libghc-pipes-safe-dev libghc-pipes-safe-prof libghc-pipes-safe-doc Architecture: source all amd64 Version: 2.1.0-1 Distribution: unstable Urgency: medium

Accepted kcolorchooser 4:4.11.3-2 (source amd64)

2014-04-04 Thread Maximiliano Curia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 03 Apr 2014 11:21:14 +0200 Source: kcolorchooser Binary: kcolorchooser Architecture: source amd64 Version: 4:4.11.3-2 Distribution: unstable Urgency: medium Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org

Accepted kdegraphics-strigi-analyzer 4:4.11.3-2 (source amd64)

2014-04-04 Thread Maximiliano Curia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 03 Apr 2014 11:20:59 +0200 Source: kdegraphics-strigi-analyzer Binary: kdegraphics-strigi-analyzer Architecture: source amd64 Version: 4:4.11.3-2 Distribution: unstable Urgency: medium Maintainer: Debian Qt/KDE Maintainers

Accepted kfourinline 4:4.11.3-2 (source amd64)

2014-04-04 Thread Maximiliano Curia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 03 Apr 2014 11:20:58 +0200 Source: kfourinline Binary: kfourinline Architecture: source amd64 Version: 4:4.11.3-2 Distribution: unstable Urgency: medium Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org

Accepted kdenetwork-strigi-analyzers 4:4.11.3-2 (source amd64)

2014-04-04 Thread Maximiliano Curia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 03 Apr 2014 11:21:10 +0200 Source: kdenetwork-strigi-analyzers Binary: kdenetwork-strigi-analyzers Architecture: source amd64 Version: 4:4.11.3-2 Distribution: unstable Urgency: medium Maintainer: Debian Qt/KDE Maintainers

Accepted klettres 4:4.11.3-2 (source amd64 all)

2014-04-04 Thread Maximiliano Curia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 03 Apr 2014 11:21:06 +0200 Source: klettres Binary: klettres klettres-data Architecture: source amd64 all Version: 4:4.11.3-2 Distribution: unstable Urgency: low Maintainer: Debian Qt/KDE Maintainers

Accepted kdesdk-strigi-analyzers 4:4.11.3-2 (source amd64)

2014-04-04 Thread Maximiliano Curia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 03 Apr 2014 11:21:00 +0200 Source: kdesdk-strigi-analyzers Binary: kdesdk-strigi-plugins Architecture: source amd64 Version: 4:4.11.3-2 Distribution: unstable Urgency: medium Maintainer: Debian Qt/KDE Maintainers

Accepted kde-workspace 4:4.11.8-1 (source all amd64)

2014-04-04 Thread Maximiliano Curia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 03 Apr 2014 11:21:07 +0200 Source: kde-workspace Binary: kde-workspace kdebase-workspace plasma-desktop plasma-netbook kde-workspace-bin kdebase-workspace-bin kde-workspace-data kde-workspace-dev kdebase-workspace-dev

Accepted kdegraphics-thumbnailers 4:4.11.3-2 (source amd64)

2014-04-04 Thread Maximiliano Curia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 03 Apr 2014 11:20:57 +0200 Source: kdegraphics-thumbnailers Binary: kdegraphics-thumbnailers Architecture: source amd64 Version: 4:4.11.3-2 Distribution: unstable Urgency: medium Maintainer: Debian Qt/KDE Maintainers

Accepted ksaneplugin 4:4.11.3-2 (source amd64)

2014-04-04 Thread Maximiliano Curia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 03 Apr 2014 11:21:04 +0200 Source: ksaneplugin Binary: ksaneplugin Architecture: source amd64 Version: 4:4.11.3-2 Distribution: unstable Urgency: medium Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org

Accepted libnm-qt 0.9.8.1-3 (source amd64)

2014-04-04 Thread Maximiliano Curia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 03 Apr 2014 11:20:56 +0200 Source: libnm-qt Binary: libnetworkmanagerqt-dev libnetworkmanagerqt1 libnetworkmanagerqt-dbg Architecture: source amd64 Version: 0.9.8.1-3 Distribution: unstable Urgency: medium Maintainer: Debian

Accepted korundum 4:4.11.3-3 (source all amd64)

2014-04-04 Thread Maximiliano Curia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 03 Apr 2014 11:21:03 +0200 Source: korundum Binary: korundum ruby-kde4 ruby-kde4-dbg ruby-akonadi ruby-okular ruby-plasma ruby-soprano Architecture: source all amd64 Version: 4:4.11.3-3 Distribution: unstable Urgency: medium

Accepted poxml 4:4.11.3-2 (source amd64)

2014-04-04 Thread Maximiliano Curia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 03 Apr 2014 11:21:05 +0200 Source: poxml Binary: poxml Architecture: source amd64 Version: 4:4.11.3-2 Distribution: unstable Urgency: medium Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org Changed-By:

Accepted probabel 0.4.3-1 (source amd64 all)

2014-04-04 Thread L.C. Karssen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 02 Apr 2014 09:54:54 +0200 Source: probabel Binary: probabel probabel-examples Architecture: source amd64 all Version: 0.4.3-1 Distribution: unstable Urgency: low Maintainer: Debian Med Packaging Team

Accepted qtruby 4:4.11.3-3 (source amd64 all)

2014-04-04 Thread Maximiliano Curia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 03 Apr 2014 11:21:11 +0200 Source: qtruby Binary: libqtruby4shared2 libqtruby4shared-dev ruby-qscintilla2 ruby-qt4 ruby-qt4-declarative ruby-qt4-dbg ruby-phonon ruby-qt4-script ruby-qt4-test ruby-qt4-uitools ruby-qt4-webkit

Accepted ruby-sigar 0.7.2-3 (source amd64)

2014-04-04 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 04 Apr 2014 14:35:36 +0530 Source: ruby-sigar Binary: ruby-sigar Architecture: source amd64 Version: 0.7.2-3 Distribution: unstable Urgency: low Maintainer: Debian Ruby Extras Maintainers

Accepted smokekde 4:4.11.3-2 (source amd64)

2014-04-04 Thread Maximiliano Curia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 03 Apr 2014 11:21:13 +0200 Source: smokekde Binary: libsmokekdecore4-3 libsmokekdeui4-3 libsmokekfile3 libsmokekparts3 libsmokektexteditor3 libsmokekutils3 libsmokesolid3 libsmokeattica3 libsmokekhtml3 libsmokekio3

Accepted svgpart 4:4.11.3-2 (source amd64)

2014-04-04 Thread Maximiliano Curia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 03 Apr 2014 11:21:01 +0200 Source: svgpart Binary: svgpart Architecture: source amd64 Version: 4:4.11.3-2 Distribution: unstable Urgency: medium Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org Changed-By:

Accepted ceilometer 2014.1~rc1-1 (source all)

2014-04-04 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 30 Mar 2014 13:25:59 +0800 Source: ceilometer Binary: python-ceilometer ceilometer-common ceilometer-collector ceilometer-api ceilometer-agent-compute ceilometer-agent-central ceilometer-alarm-evaluator

Accepted ruby-hitimes 1.2.1-2 (source amd64)

2014-04-04 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 04 Apr 2014 14:51:19 +0530 Source: ruby-hitimes Binary: ruby-hitimes Architecture: source amd64 Version: 1.2.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Ruby Extras Maintainers

Accepted python-dugong 2.2+dfsg-1 (source all)

2014-04-04 Thread Nikolaus Rath
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 27 Mar 2014 16:41:30 -0700 Source: python-dugong Binary: python3-dugong python-dugong-doc Architecture: source all Version: 2.2+dfsg-1 Distribution: unstable Urgency: medium Maintainer: Nikolaus Rath nikol...@rath.org

Accepted ruby-http 0.5.0-1 (source all)

2014-04-04 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 02 Apr 2014 20:44:16 +0530 Source: ruby-http Binary: ruby-http Architecture: source all Version: 0.5.0-1 Distribution: unstable Urgency: low Maintainer: Debian Ruby Extras Maintainers

Accepted xpra 0.12.2+dfsg-1 (source amd64)

2014-04-04 Thread Dmitry Smirnov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 31 Mar 2014 13:05:15 +1100 Source: xpra Binary: xpra xpra-dbg Architecture: source amd64 Version: 0.12.2+dfsg-1 Distribution: unstable Urgency: low Maintainer: Python Applications Packaging Team

Accepted trafficserver 4.1.2-1.2 (source mipsel)

2014-04-04 Thread Anibal Monsalve Salazar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Fri, 04 Apr 2014 08:59:48 +0100 Source: trafficserver Binary: trafficserver trafficserver-dev Architecture: source mipsel Version: 4.1.2-1.2 Distribution: unstable Urgency: medium Maintainer: Arno Töll a...@debian.org Changed-By:

Accepted ruby-json 1.8.1-1 (source amd64)

2014-04-04 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 04 Apr 2014 15:23:28 +0530 Source: ruby-json Binary: ruby-json Architecture: source amd64 Version: 1.8.1-1 Distribution: unstable Urgency: low Maintainer: Debian Ruby Extras Maintainers

Accepted ipset 6.21.1-2 (source amd64)

2014-04-04 Thread Neutron Soutmun
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 04 Apr 2014 16:23:02 +0700 Source: ipset Binary: ipset libipset-dev libipset3 Architecture: source amd64 Version: 6.21.1-2 Distribution: unstable Urgency: low Maintainer: Neutron Soutmun neo.neut...@gmail.com Changed-By:

Accepted ruby-curb 0.8.5-2 (source amd64)

2014-04-04 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 04 Apr 2014 14:45:58 +0530 Source: ruby-curb Binary: ruby-curb Architecture: source amd64 Version: 0.8.5-2 Distribution: unstable Urgency: medium Maintainer: Debian Ruby Extras Maintainers

Accepted ruby-bson-ext 1.10.0-1 (source amd64)

2014-04-04 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 04 Apr 2014 16:10:34 +0530 Source: ruby-bson-ext Binary: ruby-bson-ext Architecture: source amd64 Version: 1.10.0-1 Distribution: unstable Urgency: low Maintainer: Debian Ruby Extras Maintainers

Accepted ganglia-web 3.6.1-1 (source all)

2014-04-04 Thread Daniel Pocock
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 04 Apr 2014 11:41:22 +0200 Source: ganglia-web Binary: ganglia-webfrontend Architecture: source all Version: 3.6.1-1 Distribution: unstable Urgency: high Maintainer: Debian Monitoring Maintainers

  1   2   >