Re: Création d'un paquet debian

2013-08-27 Thread Raphael Hertzog
Bonjour,

On Tue, 27 Aug 2013, Zoubeïda Zarkouna wrote:
 Et pour passer le fichier control en option dans le fichier rules ça ne
 marche toujours pas!
 dh_gencontrol -- -cdebian/control_tmpl

Tous les autres scripts dh_* ont besoin d'accéder à debian/control
pour trouver la liste des paquets alors il ne faut pas espérer pouvoir
utiliser autre chose que debian/control pour cela.

Même dans votre ligne ci-dessus, vous indiquez à dpkg-gencontrol
d'utiliser debian/control_tmpl mais dh_gencontrol va utiliser
debian/control pour trouver la liste des paquets sur lesquels
il va lancer dpkg-gencontrol.

 il ne le voit toujours pas il pointe toujours sur debien/control pour
 contruire les debs et du coup j'ai ce message d'erreur:
 
 dh_gencontrol -- -cdebian/control_tmpl
 dh_gencontrol: No packages to build
 
 une idée? un doc? je sèche!!

Ce n'est pas ainsi que vous obtiendrez de l'aide. La première chose à
faire c'est de mettre votre paquet source en ligne quelque part et
d'expliquer clairement le besoin... parce que vos demandes semblent
assez bizarres.

Cordialement,
-- 
Raphaël Hertzog ◈ Debian Developer

Discover the Debian Administrator's Handbook:
→ http://debian-handbook.info/get/


-- 
To UNSUBSCRIBE, email to debian-devel-french-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130827134020.gc14...@x230-buxy.home.ouaza.com



debian-devel@lists.debian.org Email Account Suspended

2013-08-27 Thread Restore Your Email Access
 - This mail is in HTML. Some elements may be ommited in plain text. -


Attention : Reinstall your antivirus (debian-devel@lists.debian.org) email 
access,
It has come to our data attention that your email access and Information 
records are out of protection against your computer viruses and hackers block.
We strongly advise you to restore your email access,To avoid loosing your files 
and contacts information.
CLICK HERE amp; RESTORE

Failure to verify your records within 48 hours will result in E-mail Access 
suspension.
Note: To protect against computer viruses,Block hackers from accessing your 
email,Internet worms and spammers at the point of entry.
Thank You


Re: asking for advice: all dependencies incl. version numbers

2013-08-27 Thread FARKAS, Illes
2013/8/23 Joachim Breitner nome...@debian.org

 Dear Illes,

 Am Donnerstag, den 22.08.2013, 17:47 +0200 schrieb FARKAS, Illes:

  This is a researcher asking for advice.
 
  I'd like to download/parse for each version of each debian package
  which other package versions it depends on.
 
  Do you think this information available in managable formats?

 It is all in the Packages file, e.g.

 ftp://ftp.de.debian.org/debian/dists/unstable/main/binary-amd64/Packages.bz2

 It is a simple text file format and there are parsing libraries for
 various programming language around. If you are more specific about your
 goals and needs, I can give more specific advise.


Dear Joachim, Thanks for your detailed replies.

If I'm not mistaken, then the file you mention lists the dependencies of
the *current* package versions. For example, it tells that version
0.0.13-2+b1 of the package called 0ad depends on the following versions
of the following packages: 0ad-data (= 0.0.13), 0ad-data (= 0.0.13-2),
0ad-data-common (= 0.0.13), etc.

According to the developer info page of the package (
http://packages.qa.debian.org/0/0ad.html) there have been also previous
versions of the package 0ad, for example, versions 0.0.12 and 0.0.11.
I would be curious to know too the list of package versions that
0ad-0.0.12, 0ad-0.0.11, etc depend on. Since I'm trying to find a
standardized way of doing this for all packages/versions, I stayed at the
above URL and I looked into the buildd logs and RDF metadata (links in
the right navigation area). But it seems these are not the files [droids] I
am looking for :-)

So the best solution I can think of right now is to download all
Packages.bz2 files I can find at debian. These may not contain all versions
of all packages, but they will probably contain most of the important
versions of most packages. If you have any other suggestions, I'd be happy
to learn from those.

 Have you seen similar work before?

 The researches at IRILL have done lots of work on Package relationsships
 and also created useful tools to investigate that. I don’t have a good
 entry page to send you to, but I guess http://www.mancoosi.org/edos/ and
 http://www.mancoosi.org/ are of relevance.


Thanks. I found that Managing the Complexity of Large Free and Open Source
Package-Based
Software Distributions (PDF at http://goo.gl/NTPqlE) describes the project
best. By the way, which is your favorite paper from IRILL?

Greetings,
 Joachim
 --
 Joachim nomeata Breitner
 Debian Developer
   nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
   JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata


2013/8/23 Johannes Schauer j.scha...@email.de

 Hi,

 Quoting FARKAS, Illes (2013-08-22 17:47:57)
  I'd like to download/parse for each version of each debian package which
  other package versions it depends on.
 
  Do you think this information available in managable formats?

 In addition to the information Joachim already gave, let me specifically
 point
 you at dose3. It is a framework for working with dependencies and allows
 you to
 parse Packages.bz2 and Sources.bz2 files, create all kinds of dependency
 graphs
 and analyze them and includes a solver for package relationships.


Hi, Johannes (josch). Thanks for your help. The more complex features seem
to be the ones I'm interested in.


  Have you seen similar work before?

 Joachim was pointing you at edos. There exists the tool edos-debcheck (or
 edos-distcheck as a more general tool) in the main archive. But instead you
 might want to look at the dose3 tools which supersede the edos tools. More
 specifically you want to look at the binary packages built from the source
 package dose3. The dose-extra binary package contains a tool called ceve
 which
 allows you to build many different kinds of dependency graphs from a
 Packages.bz2 file. Maybe this gives you the information you need.


 Contact me if you have any trouble.


Thanks, I'll do.

Cheers,
Illes



 cheers, josch




-- 
http://hal.elte.hu/fij


Re: Debian running on handhelds (or for terminals)

2013-08-27 Thread Neil Williams
On Mon, 26 Aug 2013 12:34:44 +0200
patrick295767 patrick295767 patrick295...@gmail.com wrote:

 Hello,
 
 I wonder what's Debian position in regards to installations on
 Handhelds.

Mostly already been handed over to Android on tablets, without so much
as a whimper. IMHO there's nowhere to go with mass market handhelds
which doesn't involve DRM, full screen video,  HDMI output. Much of
that could be supported but there is no work to get a usable UI on top
of it.

 Over the years, I have installed/contributed in installing Debian on
 various handheld machines, including for instance HP Jornadas (Sarge -
 archive), Psion Revo, Psion 5mx, ... armel, and finally the best of
 best the Pandora. (The default OS of the Pandora is Angstrom).

Any *current* hardware? i.e. still in mass production  available
through standard retail? Any hardware at all which sells at comparable
prices to a basic Android tablet?

The principle targets for Debian are mass market hardware, i386, amd64,
armhf.
 
 As shown, Debian can be readily installed on various platforms /
 machines, even with a very limited hardware.

The problem is that other installations make more sense in terms of
usable software and user expectations.
 
 What I regret is that end users keep asking: which light distro for
 my computer? Even, if the machine is a bit older.

Fundamental misunderstanding. An older machine needs an OS which has
lower resource requirements. A light distro typically involves using
the same resources as a standard distro but takes up less space. To use
less resources, you need to change core parts of the OS, like glibc, or
drop large components like perl.

 OPIE / GPE (in particular GPE added to our repos) are also a point for
 having Debian for Handelds.

GPE is all but dead. I am currently vacillating over whether to remove
all of GPE from Debian before the Jessie release. Even if it survives
into Jessie, the chances of it surviving into Jessie+1 are negligible.
There has been no significant upstream work for a couple of years.

The functionality of GPE is laughable or depressing, depending on
your perspective. It started as just a toy, a curiosity but it never
managed to support anything approaching day-to-day usability.

Openmoko tried as well - again, not getting close to everyday
competency for more than a few hardened geeks.

Wookey wrote:
 We've had GPE in debian for may years, but not well-maintained. Taking
 care of that would be great if you are interested in it.

It is maintained in Debian but it is not actively developed and hasn't
grown into a fully specified UI. IMHO it would need the replacement of
large chunks to be worth working on. Most of the upstream code hasn't
been touched in years.

There might be some promise in wayland/Qt5 but GPE is stuck in the world
of GTK2 and has little prospect of stepping out of it's own comfort
zone / rut. That's why it's on my list of endangered package chains.
There's no point being sentimental about these things, it had a go, it
got as far as it got but I'm starting to think that it should be
pensioned off and left to bit rot in peace.

 I believed we might lack of publicity on own easily Debian is
 installable on handhelds.

No. We lack a purpose for having Debian on handhelds - current, mass
market, handhelds - because those devices need a completely different
UI which is not compatible with the desktop type environments
supportable in Debian. 

IMHO Debian currently lacks software which is suitable for handhelds.
There is no suitable UI, there are no apps, there is no DRM support
(rightly so but still, a significant hindrance to what has become the
de facto usage of mass market handhelds) and there appears to be little
appetite for change and almost no new code.

 Debian can be installed very light. I mostly compiled my own apps,
 based on C, and Debian runs with a limited hardware (cpu/ram...)

To make that work it has to be pushed to such a level that it isn't
Debian anymore, e.g. by switching from glibc and dropping perl.

 Maybe we have missed something or it is not a major concern today?

I don't believe it is a major concern anymore.
 
 I would say that Handhelds (and also older computers) are the future
 way to go for Debian. Debian is light and installable on various
 machines.

Unsupported handhelds and older computers of all types are a deadend
for Debian or any actively developed OS. Just like other abandoned
ports and legacy architectures.

The future of Debian is in providing relevant software for hardware
which is current, readily available and suitable for everyday use by
those who want to use Debian.

Let dead dogs rest in peace.

-- 


Neil Williams
=
http://www.linux.codehelp.co.uk/



signature.asc
Description: PGP signature


Re: asking for advice: all dependencies incl. version numbers

2013-08-27 Thread Johannes Schauer
Hi,

Quoting FARKAS, Illes (2013-08-27 10:17:47)
 According to the developer info page of the package (http://
 packages.qa.debian.org/0/0ad.html) there have been also previous versions of
 the package 0ad, for example, versions 0.0.12 and 0.0.11. I would be
 curious to know too the list of package versions that 0ad-0.0.12, 0ad-0.0.11,
 etc depend on.

You can find Packages.bz2 files from Debian all the way back to 2005 at
http://snapshot.debian.org by downloading a sample of these (say, every few
days), you can possibly get enough data for older versions of every package
maintained in Debian since then.

Unfortunately, older versions of Packages.b2 files on snapshot.d.o contain
errors which make it impossible for dose3 to parse them. Since later in your
email you said you might want to use dose3, you might want to have a look at
this script I wrote to clean up and repair old Packages.bz2 files from
snapshot.d.o so that dose3 can parse them:

https://gitorious.org/debian-bootstrap/botch/source/examples/snapshot/download.sh

That script downloads and cleans Packages.bz2 and Sources.bz2 from
snapshot.d.org in a five day interval starting in 2005. You can find a bit more
here:

http://blog.mister-muffin.de/2012/10/12/analyzing-packages-and-sources-from-snapshot.debian.org/

The result can then be parsed with dose3.

cheers, josch


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130827084250.5326.87466@hoothoot



Re: Longer maintainance for (former) stable releases of Debian (Re: Dreamhost dumps Debian)

2013-08-27 Thread Michael Meskes
On Tue, Aug 27, 2013 at 02:11:56AM +0200, Thomas Goirand wrote:
 Guys, if you want it to happen, raise your hands *now* like Gustavo did.
 Otherwise, please everyone: let this thread die and never raise the
 topic again in this list.

Raising my hand here ...

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
Jabber: michael.meskes at gmail dot com
VfL Borussia! Força Barça! Go SF 49ers! Use Debian GNU/Linux, PostgreSQL


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130827085613.ga10...@feivel.credativ.lan



Re: Longer maintainance for (former) stable releases of Debian (Re: Dreamhost dumps Debian)

2013-08-27 Thread Pau Garcia i Quiles
On Tue, Aug 27, 2013 at 10:56 AM, Michael Meskes mes...@debian.org wrote:


  Guys, if you want it to happen, raise your hands *now* like Gustavo did.
  Otherwise, please everyone: let this thread die and never raise the
  topic again in this list.

 Raising my hand here ...


One more hand.

But I'd like to stress we need *all* developers to be involved fix bugs
(esp. security) in their packages in all the supported releases, not only
in current-stable. Having a team of people like Mike, Michael, Gustavo, me,
etc to take care of EVERY package is plain impossible, especially if we
want 5 years support for the *whole* archive (IMHO Ubuntu did a smart move
in regards to support when it split the archive in main/universe/multiverse
and decided to support only main).

-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)


Re: Longer maintainance for (former) stable releases of Debian (Re: Dreamhost dumps Debian)

2013-08-27 Thread Lars Wirzenius
On Tue, Aug 27, 2013 at 11:53:47AM +0200, Pau Garcia i Quiles wrote:
 But I'd like to stress we need *all* developers to be involved fix bugs
 (esp. security) in their packages in all the supported releases, not only
 in current-stable.

I am afraid I am not on board for this. I do not agree with requiring
me to support old software for years and years after I've stopped using
it. It is not something that interests me as a technical challenge;
instead the task is tedious and boring.

If you think this extra couple of years of support is something you want
to work on, that's fine. Please don't think it is a goal everyone else
in Debian agrees with, or is willing to work on.

-- 
http://www.cafepress.com/trunktees -- geeky funny T-shirts
http://gtdfh.branchable.com/ -- GTD for hackers


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130827100346.ga6...@mavolio.codethink.co.uk



Re: Longer maintainance for (former) stable releases of Debian (Re: Dreamhost dumps Debian)

2013-08-27 Thread Ben Hutchings
On Tue, 2013-08-27 at 11:53 +0200, Pau Garcia i Quiles wrote:
 
 On Tue, Aug 27, 2013 at 10:56 AM, Michael Meskes mes...@debian.org
 wrote:
  
  Guys, if you want it to happen, raise your hands *now* like
 Gustavo did.
  Otherwise, please everyone: let this thread die and never
 raise the
  topic again in this list.
 
 
 Raising my hand here ...
 
 
 One more hand. 
 
 
 But I'd like to stress we need *all* developers to be involved fix
 bugs (esp. security) in their packages in all the supported releases,
 not only in current-stable.
[...]

The challenge was: who is willing to do the work.  Your answer is: me,
but only everyone else helps.

That doesn't answer the challenge at all.

It's hard enough to get maintainers to fix bugs in current stable
(backporting can be difficult, and some just don't care), let alone
another 3 years of LTS.

Ben.

-- 
Ben Hutchings
All extremists should be taken out and shot.


signature.asc
Description: This is a digitally signed message part


Re: Custom Reload command/signal in upstart

2013-08-27 Thread Kevin Chadwick
 On Aug 23, 2013, at 8:45 PM, James McCoy james...@debian.org wrote:
  
  On Fri, Aug 23, 2013 at 04:42:15PM -0400, John Paul Adrian Glaubitz wrote:
  Imagine there is a vulnerability in SSH which has not been fixed
  yet for whatever reason. Having SSH run in this situation all the
  time would make the machine a target for possible attacks.
  
  If all I have to do is make a connection to port 22 to start the
  service, which would happen as part of an attack anyway, then there's no
  added security provided by socket activation.
 
 True. But you could have SSH listen on a different port to avoid such an 
 attack, couldn't you?
 
 Also, I remember there was a 'knockd', which would open the port for SSH when 
 you send a certain sequence of packets to the host.
 

So your going to add knockd a less audited process in to the mix and
have more code which includes more bugs when you could just use pubkey
or the recently added dual auth.

Or you don't and when they connect the attacker gets to choose and
maybe retry when more code and priviledged operations are carried out.

Daemons are tested completely but actually more fully audited and
tested once initialised.

Also if you are monitoring a system I would rather see the mem usage
and that any spikes include the default potential and that many spikes
can not be initiated all at once.

Like much of systemd it may seem impressive at first on the face of it
but actually holds little value or doing what are already optional
functions and has not been thought through or come from any great
experience.


-- 
___

'Write programs that do one thing and do it well. Write programs to work
together. Write programs to handle text streams, because that is a
universal interface'

(Doug McIlroy)
___


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/232028.14330...@smtp117.mail.ir2.yahoo.com



Re: DebianBootstrap supported in which Debian suites?

2013-08-27 Thread Thorsten Glaser
Jonas Smedegaard dr at jones.dk writes:

 What I will do for now is to just add those extra build-dependencies and 
 add a note to README.source which build-dependencies can be manually 
 dropped in a custom bootstrap build.  I realize how painful it is for 

For “unimportant” packages, that is, ones below the radar of the porters,
they will never _see_ them at all: they just show up as Build-Depends-
Uninstallable in wanna-build and never be noticed.

I agree we really need to move the staged builds forward. There is some
consēnsus on how to do that, the syntax, etc. but that’s about it…

I’d also love to see Test-Depends for source packages, so that you can
build them with “nocheck” set without having those installed. (BSD ports
have this as ${REGRESS_DEPENDS}.)

bye,
//mirabilos


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/loom.20130827t140549-...@post.gmane.org



Re: Longer maintainance for (former) stable releases of Debian (Re: Dreamhost dumps Debian)

2013-08-27 Thread Neil McGovern
On Tue, Aug 27, 2013 at 11:41:58AM +0100, Ben Hutchings wrote:
 The challenge was: who is willing to do the work.  Your answer is: me,
 but only everyone else helps.
 
 That doesn't answer the challenge at all.
 
 It's hard enough to get maintainers to fix bugs in current stable
 (backporting can be difficult, and some just don't care), let alone
 another 3 years of LTS.
 

Indeed. Look at the security team for example. In theory, if all
maintainers cared enough about the older packages, we woudn't need the
level of people we currently do.

So, if you want to see a longer support period, then *first* you should
join the teams who support the stable releases, and encourage others to
do the same.

Neil


signature.asc
Description: Digital signature


Re: Longer maintainance for (former) stable releases of Debian (Re: Dreamhost dumps Debian)

2013-08-27 Thread Michael Meskes
On Tue, Aug 27, 2013 at 11:41:58AM +0100, Ben Hutchings wrote:
 The challenge was: who is willing to do the work.  Your answer is: me,
 but only everyone else helps.
 
 That doesn't answer the challenge at all.

Agreed.

 It's hard enough to get maintainers to fix bugs in current stable
 (backporting can be difficult, and some just don't care), let alone
 another 3 years of LTS.

Which brings up the interesting question how it works for stable now. How often
do bigs get fixed by the security team and how often by maintainers themselves?
How much work is this for the security team? Yes, I know, the older the
software gets, the more difficult it is to backport patches, if at all
possible.

Michael

-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
Jabber: michael.meskes at gmail dot com
VfL Borussia! Força Barça! Go SF 49ers! Use Debian GNU/Linux, PostgreSQL


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130827122809.ga20...@feivel.credativ.lan



Re: DebianBootstrap supported in which Debian suites?

2013-08-27 Thread gregor herrmann
On Tue, 27 Aug 2013 12:07:50 +, Thorsten Glaser wrote:

 I’d also love to see Test-Depends for source packages, so that you can
 build them with “nocheck” set without having those installed. (BSD ports
 have this as ${REGRESS_DEPENDS}.)

The perl tools also distinguish between build and test prerequisites
[0], and it would help for autopktest [1].

Cheers,
gregor

[0] https://metacpan.org/module/CPAN::Meta::Spec#prereqs1

[1] #720458
-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   BOFH excuse #410:  Electrical conduits in machine room are melting. 


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130827124256.gb1...@colleen.colgarra.priv.at



Re: Longer maintainance for (former) stable releases of Debian (Re: Dreamhost dumps Debian)

2013-08-27 Thread Pau Garcia i Quiles
On Tue, Aug 27, 2013 at 2:09 PM, Neil McGovern n...@halon.org.uk wrote:

Indeed. Look at the security team for example. In theory, if all
 maintainers cared enough about the older packages, we woudn't need the
 level of people we currently do.


IMHO the Security Team should not act as fixers themselves but more as
proxies, passing information about a security issue to the maintainer of
the package. Maintainers are not always fully aware some old version of
their package is affected by a security issue. OTOH, the Security Team is
continually monitoring CVEs, etc.

Or at least, that's how I'd like the Security Team to work. It would
alleviate the burden on them and move the bugfixing/security fixing to the
people who know the package better and are probably in touch with upstream.

-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)


Re: Longer maintainance for (former) stable releases of Debian (Re: Dreamhost dumps Debian)

2013-08-27 Thread Thomas Goirand
On 08/27/2013 11:53 AM, Pau Garcia i Quiles wrote:
 
 On Tue, Aug 27, 2013 at 10:56 AM, Michael Meskes mes...@debian.org
 mailto:mes...@debian.org wrote:
  
 
  Guys, if you want it to happen, raise your hands *now* like
 Gustavo did.
  Otherwise, please everyone: let this thread die and never raise the
  topic again in this list.
 
 Raising my hand here ...
 
 
 One more hand. 

Cool, thanks. So, we are now 4, I think that's good enough to plan on
doing something.

 But I'd like to stress we need *all* developers to be involved fix bugs
 (esp. security) in their packages in all the supported releases, not
 only in current-stable. Having a team of people like Mike, Michael,
 Gustavo, me, etc to take care of EVERY package is plain impossible,
 especially if we want 5 years support for the *whole* archive

That's not my plan. My plan is to do as much as we can for the packages
we care about. For example, I need security updates for bind9, apache2,
postfix and such. I'm not interested at all in doing any Desktop
software maintenance (my laptop is using at least Stable, and sometimes
testing (when close to a release)).

 (IMHO
 Ubuntu did a smart move in regards to support when it split the archive
 in main/universe/multiverse and decided to support only main).

I don't see any smartness when declaring that things are community
maintained (eg: the work is done in Debian, and sync if we ask...).
It's just that they decided not to take responsibility for part of the
archive. What we could do, would be to track what needs to be patched
and what has already been fixed. If our users have a clear list of what
is maintained or not, then that's enough to me.

On 08/27/2013 12:03 PM, Lars Wirzenius wrote:
 I am afraid I am not on board for this. I do not agree with requiring
 me to support old software for years and years after I've stopped
 using it.

I don't think anyone wants to *require* this from anyone. At least
that's not my plan.

 It is not something that interests me as a technical
 challenge; instead the task is tedious and boring.

I agree, it's boring and not interesting. Though I need it for my
company online services, and so does a lot of people. My idea is just to
gather workforces of those who do it privately (like some already
reported in this thread) and put that in a single (trusted) repository,
then see how it goes. If it gains traction after Squeeze is EOL, then we
can push the idea further and make it more official, after Wheezy is EOL.

Cheers,

Thomas


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/521caa35.6010...@debian.org



Re: Longer maintainance for (former) stable releases of Debian (Re: Dreamhost dumps Debian)

2013-08-27 Thread Pau Garcia i Quiles
On Tue, Aug 27, 2013 at 12:03 PM, Lars Wirzenius l...@liw.fi wrote:

On Tue, Aug 27, 2013 at 11:53:47AM +0200, Pau Garcia i Quiles wrote:
  But I'd like to stress we need *all* developers to be involved fix bugs
  (esp. security) in their packages in all the supported releases, not only
  in current-stable.

 I am afraid I am not on board for this. I do not agree with requiring
 me to support old software for years and years after I've stopped using
 it. It is not something that interests me as a technical challenge;
 instead the task is tedious and boring.


(I don't want this to sound rude or smartass but genuinely interested
because I'm surprised more DDs think like you, as I discovered in the
DreamHost thread)

What do you do with the 1 year of support Debian currently gives to
oldstable? It's also 1 year you stopped using that version, so no technical
challenge either.

-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)


Re: Longer maintainance for (former) stable releases of Debian (Re: Dreamhost dumps Debian)

2013-08-27 Thread Thomas Goirand
On 08/27/2013 12:41 PM, Ben Hutchings wrote:
 It's hard enough to get maintainers to fix bugs in current stable
 (backporting can be difficult, and some just don't care), let alone
 another 3 years of LTS.
 
 Ben.

I agree with what you wrote above Ben. Though that is not in a direct
relation with what we can do for packages we care about (I already gave
a small list of very important packages for me).

Also, what one has to do currently to get packages updated in stable is
demotivating (don't get me wrong: I do understand why we have things
like they are in Stable, though one got to be blind to not see the
demotivating side of it). I don't intend to implement such
administrative overhead for updating this very-old-stable security
repository. If we are only a small group of volunteer working on it, it
will be easier to implement as well.

Thomas


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/521cabed.5080...@debian.org



Re: Longer maintainance for (former) stable releases of Debian (Re: Dreamhost dumps Debian)

2013-08-27 Thread Thomas Goirand
On 08/27/2013 02:28 PM, Michael Meskes wrote:
 Which brings up the interesting question how it works for stable now. How 
 often
 do bigs get fixed by the security team and how often by maintainers 
 themselves?
 How much work is this for the security team? Yes, I know, the older the
 software gets, the more difficult it is to backport patches, if at all
 possible.
 
 Michael

I too, would like to know these stats.

Thomas

P.S: Before this thread, I thought updates were always updated by
maintainers, and not by the security team.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/521cacb4.8090...@debian.org



Re: Longer maintainance for (former) stable releases of Debian (Re: Dreamhost dumps Debian)

2013-08-27 Thread Simon McVittie
On 27/08/13 14:32, Pau Garcia i Quiles wrote:
 What do you do with the 1 year of support Debian currently gives to
 oldstable? It's also 1 year you stopped using that version, so no
 technical challenge either.

There does need to be some amount of overlap, because people can't
necessarily upgrade machines (particularly servers) instantaneously on
release day. Even a year of overlap seems rather long, though.

When there are serious bugs in my packages, I backport fixes to stable,
then weigh up the benefit of also backporting to oldstable vs. the time
I expect it to take and the risk of regressions. For things that didn't
merit a DSA (e.g. DoS via a remotely-triggerable NULL dereference in
desktop software), my conclusion has often been the risk of regressions
is too close to the expected benefit, I'm not going to bother. After
all, if I accidentally introduce a crash bug, that's a DoS that
applies to everyone, not just people whose IM contacts were actively
trying to exploit a vulnerability.

Sorting out security vulnerabilities is something I do because I feel
responsible for packages, rather than something I do because it's fun -
doubly so for oldstable, where a diminishing number of people actually
care about the vulnerability.

S


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/521cb06b.2050...@debian.org



Re: Alioth.debian.org now exports project meta-data as RDF (using DOAP/ADMS.SW)

2013-08-27 Thread Olivier Berger
Hi.

Just a quick update on this.

Olivier Berger olivier.ber...@telecom-sudparis.eu writes:

 Hi.

 Since last week or so, and thanks to Lo-lan-do's work, we now publish
 RDF descriptions of every Alioth (950+) projects.

 See my proposed Debian devel's news bit at :
 http://wiki.debian.org/DeveloperNews#Alioth.debian.org_now_exports_project_meta-data_as_RDF_.28using_DOAP.2FADMS.SW.29
 reproduced below :


 The alioth.debian.org forge now runs the ADMS.SW FusionForge plugin,
 which publishes projects meta-data as RDF / Linked Data. 

 Every project's homepage https://alioth.debian.org/projects/PROJNAME/ is
 then available as RDF for harvesting robots (using proper content-type
 negociation, for instance : 
  $ curl -k -H Accept: text/turtle 
 https://alioth.debian.org/projects/PROJNAME/ 
 ). 

 The two main ontologies used are DOAP [0] and ADMS.SW [1], rendering such 
 meta-data compatible with
 other project indexes (such as meta-data published by the PTS [2]). 

 Note that due to the big number of hosted projects on Alioth (950+) some
 package indexes can't be exported as RDF yet. 

s/package/project/

FYI, the projects index was too big for PHP/Apache, but I've now fixed
the code to produce paged documents.

Accessing https://alioth.debian.org/projects/, requesting RDF, will
redirect to the first document /projects/?page=1, wich in turn contains
a pointer to /projects/?page=2, etc.

For the curious, this paging mechanism tends to implement parts of the
W3C LDP specs [3] (draft state).

You can test it with, for instance :
 $ curl -v -k -L -H Accept: text/turtle https://alioth.debian.org/projects/ 
21 | less


Now, I'll write a project catalogue harvester and see what you guys are
doing, that the NSA hasn't collected yet ;)

Any comments/questions welcome.

Best regards,

[0] https://github.com/edumbill/doap/wiki
[1] http://joinup.ec.europa.eu/asset/adms_foss/home
[2] http://wiki.debian.org/qa.debian.org/pts/RdfInterface
[3] http://www.w3.org/TR/2013/WD-ldp-20130730/
-- 
Olivier BERGER 
http://www-public.telecom-sudparis.eu/~berger_o/ - OpenPGP-Id: 2048R/5819D7E8
Ingenieur Recherche - Dept INF
Institut Mines-Telecom, Telecom SudParis, Evry (France)


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87bo4jnpt9@inf-8660.int-evry.fr



Bug#697477: ITP: ostree -- Linux-based operating system develop/build/deploy tool

2013-08-27 Thread telemaco
Package: wnpp
Followup-For: Bug #697477
Owner: telemaco roberto.maja...@openshine.com

You can get more information about ostree here:

http://www.superlectures.com/guadec2013/news-from-the-gnome-ostree-project


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130827161538.9435.35730.reportbug@amy



Bug#721073: ITP: minetest-mod-pipeworks -- Minetest mod - Pipeworks

2013-08-27 Thread Dominik George
Package: wnpp
Severity: wishlist
Owner: Dominik George n...@naturalnet.de

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: minetest-mod-pipeworks
  Version : 0~20130827+git59362e3d20
  Upstream Author : Vanessa Ezekowitz vanessaezekow...@gmail.com
* License : WTFPL
  Programming Lang: Lua
  Description : Minetest mod - Pipeworks

This mod uses nodeboxes to supply a complete set of 3D pipes and tubes,
along devices that work with them.

Unlike the previous version of this mod, these pipes are rounded, and when
placed, they'll automatically join together as needed.  Pipes can go
vertically or horizontally, and there are enough nodes defined to allow for
all possible connections.  Valves and pumps can only be placed horizontally,
and will automatically rotate and join with neighboring pipes as objects are
added, as well as joining with each other under certain circumstances.

Pipes come in two variants: one type bears one or more dark windows on each
pipe, suggesting they're empty, while the other type bears green-tinted
windows, as if full (the two colors should also be easy to select if you want
to change them in a paint program).  These windows only appear on straight
lengths and on certain junctions.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQJOBAEBCAA4BQJSHN6OMRpodHRwczovL3d3dy5kb21pbmlrLWdlb3JnZS5kZS9n
cGctcG9saWN5LnR4dC5hc2MACgkQt5o8FqDE8paxwQ//ciWBNPdw1jVxWjktitCk
krgqwyL/hb9mYgoWMRQQHhmM/TpuLhZMpQ3IkP+nn9jrxgkyrIP6UGCj2BcVXi25
DYxl9w6ehaWmEX35tHKXUR3hHPCLs5viAJrj4hhVC7LDWGKiD0JKcsZf5NrMHrQb
rYfI0mHrLEsIgmITHj0iz0WaioXa5o1v+NVGfyMhSYnMgbRwWI9PiytNKbDQ23fw
YW9XjxPX7nFnJk4S9EmDw7a+E56USYRaOeS6/mMPp8DjNoou/xxtEi+p2nTqIsWC
yFCblAwDy2cuRc1GpWoCoIN6l6rQtpD+OEnf6MTbOl4DVLSYVaTkiop7fSrT1VqK
un+v0pE2Ut5F2Jex6/HVtf4XkhDDi/SUW4hzAsQxqUQ45nObhEUvQT4sabxWqEH+
wW8RMyWasOMCiVM2ZqzWnJ+ytbo+SAgWmVGnbKfO0D4xmsIUrqWgKHOE1NV/TB/O
J3v7NU/FE2tFSOfnAV0pNjp/1SROrgaIwR5ljkiAkJDf+SW5tPSdQ6bvoY1glpMR
TqtdB27RUVbqQMSvGaoEuw2MGZsFQQIXN39R93CxFbvSLfAFZqLM3+Qsgz4ElT6H
Zgvy2dgSeddJUzthm/ZiFqk35Dedjtw1YTKDJquiSSAQonMjjEBHZePXp3NKHT2e
lE4xh01xgsfQNxSb0jhKjLY=
=abSK
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130827171454.3847.49739.report...@keks.lan.naturalnet.de



Re: Longer maintainance for (former) stable releases of Debian (Re: Dreamhost dumps Debian)

2013-08-27 Thread Russ Allbery
Pau Garcia i Quiles pgqui...@elpauer.org writes:

 IMHO the Security Team should not act as fixers themselves but more as
 proxies, passing information about a security issue to the maintainer of
 the package.

And what happens then if the maintainer doesn't respond?

If we're going to offer meaningful security support, we have to have a
bug-fixer of last resort, and that's the party most stressed by extending
security support.  Particularly since that for every year we extend it,
more maintainers will be uninterested in doing so for their own packages.

Alternately, we could be far more aggressive about removing packages from
oldstable, I suppose, but I don't think that's a good idea; that just
leaves our users with exactly the sorts of choices that we're trying to
avoid.  I think it's much cleaner and better for our users to offer full
security support and then retire the whole distribution at the same time.
It makes planning considerably easier, among other things.

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87ppszjblu@windlord.stanford.edu



Re: Longer maintainance for (former) stable releases of Debian (Re: Dreamhost dumps Debian)

2013-08-27 Thread Ian Jackson
Russ Allbery writes (Re: Longer maintainance for (former) stable releases of 
Debian (Re: Dreamhost dumps Debian)):
 If we're going to offer meaningful security support, we have to have a
 bug-fixer of last resort, and that's the party most stressed by extending
 security support.  Particularly since that for every year we extend it,
 more maintainers will be uninterested in doing so for their own packages.

This is for the the key point.  In practice fairly few maintainers are
going to be willing to put in extra effort for longer support - and
particularly not in the cases where this is most difficult.

So any proposal to do an LTS involves almost all of the extra security
effort falling on the LTS security team.  That we don't have an LTS
security team composed of people willing to shoulder that burden is
the reason we don't have an LTS.  Statements that maintainers should
help out are not encouraging.

If it turns out that there are people who _do_ want to do that work,
with a minimum of concrete help from maintainers, then of course that
is to be encouraged.

 Alternately, we could be far more aggressive about removing packages from
 oldstable, I suppose, but I don't think that's a good idea; that just
 leaves our users with exactly the sorts of choices that we're trying to
 avoid.  I think it's much cleaner and better for our users to offer full
 security support and then retire the whole distribution at the same time.
 It makes planning considerably easier, among other things.

Worse: in practice, removing packages is invisible to the users and
their package manager.  The `removed' packages just remain,
vulnerable, on the users' systems.

Ian.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/21020.58018.931259.723...@chiark.greenend.org.uk



Re: Dreamhost dumps Debian

2013-08-27 Thread Kevin Chadwick
  Large hosting companies not having made their scripts etc. good enough
  to ride out upgrades well should have nothing to do with any decision.  
 
 I don't think the problem here is with Large hosting companies not
 having made their scripts etc. good enough. I don't think it has
 anything to do with size, or the type of company, or even the activity.
 I believe that the short life cycles of our stable releases is a problem
 for *MANY* companies. Dreamhost is the tree hiding the forest.

I can't see how it can be such a problem if they have well written
scripts. Run it on a new system, update the script or files to cater
for any fallout, deploy and larger companies deploy to more systems so
it is less taxing or more systems are deployed for the same effort.

Do they need to get some kind of long drawn out certification like out
of date Android images.

OTOH towards the end of a debian stable life cycle (ignoring extended
security support) you already find software that is problematic to run
atleast for desktops due to requiring newer QT to compile etc., meaning
it's often easier to use a chroot of Ubuntu etc. to run the latest
kdevelop or ffmpeg with webm support (I admit I haven't delved into the
backports yet as I only knew they existed recently, but would still be
wary of any packages with far reaching dependencies).


-- 
___

'Write programs that do one thing and do it well. Write programs to work
together. Write programs to handle text streams, because that is a
universal interface'

(Doug McIlroy)
___


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/575000.76357...@smtp104.mail.ir2.yahoo.com



Re: Longer maintainance for (former) stable releases of Debian (Re: Dreamhost dumps Debian)

2013-08-27 Thread Kevin Chadwick
 Alternately, we could be far more aggressive about removing packages from
 oldstable, I suppose, but I don't think that's a good idea; that just
 leaves our users with exactly the sorts of choices that we're trying to
 avoid.  I think it's much cleaner and better for our users to offer full
 security support and then retire the whole distribution at the same time.
 It makes planning considerably easier, among other things.

I don't really understand it myself as server packages and their
dependencies tend to be stable and I tend to want the latest versions of
dovecot, unbound etc..

However perhaps there is a divide here between servers which want longer
support for few packages and desktops which want stable but secure yet
as featureful as is sensible desktops.

-- 
___

'Write programs that do one thing and do it well. Write programs to work
together. Write programs to handle text streams, because that is a
universal interface'

(Doug McIlroy)
___


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/52116.2947...@smtp149.mail.ir2.yahoo.com



Re: Custom Reload command/signal in upstart

2013-08-27 Thread Kevin Chadwick
 Like much of systemd it may seem impressive at first on the face of it
 but actually holds little value or doing what are already optional
 functions and has not been thought through or come from any great
 experience.

It has since occured to me that it was alleged on the Gentoo list that
the real reasoning behind systemd was so that RedHat could use it on
it's cloud service where pulling servers up and down like apps is
required and so the stage of boot which systemd speeds up is actually
significant. It was also mentioned that they also wanted to benefit
from all the bug reporting, testing, patching and service file
migration that would only come if they tried to launch it for all users.

In that light the memory saving trade off for security and practicality
actually makes sense as you could save lots and lots of resources on a
massive server or server farm running hundreds or thousands of server
systems per machine etc..

For the average user or traditional server that also means that it is
like putting a round peg in a square hole. Ignoring the rest that makes
it round I bet almost all will leave it at the accordingly well
tested (for RedHat's benefit) default? of socket activation without
really thinking about it fully.

-- 
___

'Write programs that do one thing and do it well. Write programs to work
together. Write programs to handle text streams, because that is a
universal interface'

(Doug McIlroy)
___


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/659916.92640...@smtp122.mail.ir2.yahoo.com



Re: Custom Reload command/signal in upstart

2013-08-27 Thread Kevin Chadwick
 In that light the memory saving trade off for security and practicality
 actually makes sense as you could save lots and lots of resources on a
 massive server or server farm running hundreds or thousands of server
 systems per machine etc..

Unless someone conjures up a targeted attack (please don't) in which
case the DDOS may well be highly exacerbated or amplified in a new way.

Even then I guess the cost savings for a normal day will be worth it
for their business if they can ride any bad press.

-- 
___

'Write programs that do one thing and do it well. Write programs to work
together. Write programs to handle text streams, because that is a
universal interface'

(Doug McIlroy)
___


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/203862.14378...@smtp133.mail.ir2.yahoo.com



Re: Longer maintainance for (former) stable releases of Debian (Re: Dreamhost dumps Debian)

2013-08-27 Thread Bastien ROUCARIES
Le 27 août 2013 19:32, Ian Jackson ijack...@chiark.greenend.org.uk a
écrit :

 Russ Allbery writes (Re: Longer maintainance for (former) stable
releases of Debian (Re: Dreamhost dumps Debian)):
  If we're going to offer meaningful security support, we have to have a
  bug-fixer of last resort, and that's the party most stressed by
extending
  security support.  Particularly since that for every year we extend it,
  more maintainers will be uninterested in doing so for their own
packages.

 This is for the the key point.  In practice fairly few maintainers are
 going to be willing to put in extra effort for longer support - and
 particularly not in the cases where this is most difficult.

 So any proposal to do an LTS involves almost all of the extra security
 effort falling on the LTS security team.  That we don't have an LTS
 security team composed of people willing to shoulder that burden is
 the reason we don't have an LTS.  Statements that maintainers should
 help out are not encouraging.

 If it turns out that there are people who _do_ want to do that work,
 with a minimum of concrete help from maintainers, then of course that
 is to be encouraged.

  Alternately, we could be far more aggressive about removing packages
from
  oldstable, I suppose, but I don't think that's a good idea; that just
  leaves our users with exactly the sorts of choices that we're trying to
  avoid.  I think it's much cleaner and better for our users to offer full
  security support and then retire the whole distribution at the same
time.
  It makes planning considerably easier, among other things.

 Worse: in practice, removing packages is invisible to the users and
 their package manager.  The `removed' packages just remain,
 vulnerable, on the users' systems.

Why not un this case creating an empty package depending of an non existing
package ?

 Ian.


 --
 To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact
listmas...@lists.debian.org
 Archive:
http://lists.debian.org/21020.58018.931259.723...@chiark.greenend.org.uk



Re: Longer maintainance for (former) stable releases of Debian (Re: Dreamhost dumps Debian)

2013-08-27 Thread Pau Garcia i Quiles
On Tue, Aug 27, 2013 at 7:18 PM, Russ Allbery r...@debian.org wrote:

 IMHO the Security Team should not act as fixers themselves but more as
  proxies, passing information about a security issue to the maintainer of
  the package.

 And what happens then if the maintainer doesn't respond?


Then, and only then, as a last resort, the Security Team / LTS Team takes
care of the problem

-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)


Re: Dreamhost dumps Debian

2013-08-27 Thread Russ Allbery
Clint Byrum spam...@debian.org writes:

 Perhaps you missed the blog post [1] details?

 About ten months ago, we realized that the next installation of Debian
 was upcoming, and after upgrading about 20,000 machines since Debian 6
 (aka Squeeze) was released, we got pretty tired.

 Even if the script is _PERFECT_ and handles all of the changes in
 wheezy, just scheduling downtime and doing basic sanity checks on 20,000
 machines would require an incredible effort. If you started on release
 day, and finished 2-3 machines per hour without taking any weekend days
 off, you would just barely finish in time for oldstable to reach EOL. I
 understand that they won't be done in a linear fashion, and some will
 truly be a 5 minute upgrade/reboot, but no matter how you swing it you
 are talking about a very expensive change.

A few comments here from an enterprise administration perspective:

First, if you have 20,000 machines, it's highly unlikely that each system
will be a special snowflake.  In that environment, you're instead talking
about large swaths of systems that are effectively identical.  You
therefore don't have to repeat your sanity checking on each individual
system, just on representives of the class, while using your configuration
management system to ensure that all the systems in a class are identical.
And in many cases you won't have to arrange downtime at all (because the
systems are part of redundant pools).

Second, with 20,000 machines, there is no way that I would upgrade the
systems.  Debian's upgrade support is very important for individual
systems, personal desktops, and smaller-scale environments, but even when
you're at the point of several dozen systems, I would stop doing upgrades.
At Stanford, we have a general policy that we rebuild systems from FAI for
new Debian releases.  All local data is kept isolated from the operating
system (or, ideally, not even on that system, which is the most common
case -- data is on separate database servers or on the network file
system) so that you can just wipe the disk, build a new system on the
current stable, and put the data back on (after performing whatever
related upgrade process you need to perform).  There's up-front
development required for your new service model for the new operating
system release, which you validate outside of production, and then the
production rollout is mechanical system rebuilds (which usually take under
10 minutes with FAI and are parallelizable).

My personal opinion is that if someone is scripting an upgrade to 20,000
systems and running it on those systems one-by-one, they're doing things
at the wrong scale and with the wrong tools for that sort of environment.

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/8738pu6euy@windlord.stanford.edu



Re: Dreamhost dumps Debian

2013-08-27 Thread Clint Byrum
Excerpts from Kevin Chadwick's message of 2013-08-27 11:45:34 -0700:
   Large hosting companies not having made their scripts etc. good enough
   to ride out upgrades well should have nothing to do with any decision.  
  
  I don't think the problem here is with Large hosting companies not
  having made their scripts etc. good enough. I don't think it has
  anything to do with size, or the type of company, or even the activity.
  I believe that the short life cycles of our stable releases is a problem
  for *MANY* companies. Dreamhost is the tree hiding the forest.
 
 I can't see how it can be such a problem if they have well written
 scripts. Run it on a new system, update the script or files to cater
 for any fallout, deploy and larger companies deploy to more systems so
 it is less taxing or more systems are deployed for the same effort.
 
 Do they need to get some kind of long drawn out certification like out
 of date Android images.
 
 OTOH towards the end of a debian stable life cycle (ignoring extended
 security support) you already find software that is problematic to run
 atleast for desktops due to requiring newer QT to compile etc., meaning
 it's often easier to use a chroot of Ubuntu etc. to run the latest
 kdevelop or ffmpeg with webm support (I admit I haven't delved into the
 backports yet as I only knew they existed recently, but would still be
 wary of any packages with far reaching dependencies).
 

Perhaps you missed the blog post [1] details?

About ten months ago, we realized that the next installation of Debian
was upcoming, and after upgrading about 20,000 machines since Debian 6
(aka Squeeze) was released, we got pretty tired.

Even if the script is _PERFECT_ and handles all of the changes in wheezy,
just scheduling downtime and doing basic sanity checks on 20,000 machines
would require an incredible effort. If you started on release day, and
finished 2-3 machines per hour without taking any weekend days off,
you would just barely finish in time for oldstable to reach EOL. I
understand that they won't be done in a linear fashion, and some will
truly be a 5 minute upgrade/reboot, but no matter how you swing it you
are talking about a very expensive change.

This is one of the things driving people to the more cloud/IaaS model
where individual machines are not precious and comprehensive testing is
intrinsic to the whole process. For people who already are in that model,
wheezy's release is a couple of days of test/fix/push and then yaaay! we
can remove all of our hacks to work around 3 year old bugs in squeeze.

[1] 
http://www.dreamhost.com/dreamscape/2013/06/03/change-is-in-the-air-dreamhost-upgrades/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1377633770-sup-2...@fewbar.com



Bug#721086: ITP: minetest-mod-plantlife -- Minetest mod - Plantlife

2013-08-27 Thread Dominik George
Package: wnpp
Severity: wishlist
Owner: Dominik George n...@naturalnet.de

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: minetest-mod-plantlife
  Upstream Author : Vanessa Ezetowski
* License : WTFPL, CC-BY-SA-2.0+
  Programming Lang: Lua
  Description : Minetest mod - Plantlife

 Plantlife is a combined form of the Flowers, Jungle Grass, and Poison Ivy mods
 and has been significantly rewritten and re-organized.  This mod supplies all
 three of these components and should be 100% compatible with mods that used
 the old versions.

 Its purpose is to add various kinds of flowers, cotton plants, water foliage,
 poison ivy, and jungle grass in a few sizes.  All of these are spawned as
 normal nodes and can be collected and used in any recipes that depend on the
 old mods.

 Spawning of plants is sensitive to the amount of available light.  Flowers,
 cotton, and waterlilies only spawn when there at least a signficant amount of
 light.  Seaweed will grow only in dimly-lit areas.  Jungle grass and poison
 ivy also grow in the daytime, but require less light than flowers.

 Growing of jungle grass and poison ivy will only occur for plants that are on
 the same surface that is necessary for them to spawn on, so they won't grow if
 placed on e.g. cobble or homedecor flower pot, etc.  This doesn't affect
 wall-climbing poison ivy, since it uses a different growth pattern.

 All plants use perlin noise to keep where they grow under control - no more
 random spread of plants!  In addition, the density of the plants in any region
 they appear in has been fixed and brought under control.

 Poison ivy is found sparsely among junglegrass, but will not grow near
 flowers.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQJOBAEBCAA4BQJSHRDbMRpodHRwczovL3d3dy5kb21pbmlrLWdlb3JnZS5kZS9n
cGctcG9saWN5LnR4dC5hc2MACgkQt5o8FqDE8pYelQ/9FmjHQeIMhBOHUvSXv4+B
MemhvRQkuv/K5r5JwrU2TXGA19WLLGFz2o4PdLRLkyQieGk6lFmVpbh/6HVUTvqM
uzZJFgpxBmiZYfGzOVlfEeF+24b0ghePUI7ggK4YkaiI8NaDyQ0Ij8b31iTXidcE
1nRjpIUnAVatatE+q9Uz+ZFzvq7dqYPsVw73pPp0rbggedpwcaLlKX5JXfvV0To3
FG/mPy2s+wvv2/a8GqvLk/7PGU3s/3RxLqsoBlVOspcvFHX2RiKQVTTDgLnOrt97
QNEgGS/HJg8oKb3ow8lfmdWWjy+WbEgE60KmxSe6BVH3FagUMklF1S/cf0U/NiFB
LEUaKiyXfFDmbpXf1+cUCwhZiRjbSK8EIweEjUcRLd7lNdwXv5WLNcash8xUcAKo
AFzLUyylrkktNwX4gStb5yXneE8WjAcrQVGlwd3+97mPgZaakdyOlUV2jF5Y3awh
3CgEKl/pDGUwfCMpnDbaX4ZjAPpp9Rph0UxebNPQ25iYnX6SFd+kSFyE1ZWrT1M8
tsq74gaj2/LoHYUUEyr4CTf/By1+jQZT8H2byzI111UG2OMk8H4sZAz/lYPdZBRE
/FqjpFAEhc/amyQ7YywXYjazcptCvmLNxKePQLpMJ98FelEIU+jwJhVOUPNVfZX5
YHTHHNF4bXJVsXL4umdAxHs=
=Y7fg
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130827204931.9689.13916.report...@keks.lan.naturalnet.de



Re: Dreamhost dumps Debian

2013-08-27 Thread Moritz Mühlenhoff
Russ Allbery r...@debian.org schrieb:
 Pau Garcia i Quiles pgqui...@elpauer.org writes:
 On Tue, Aug 20, 2013 at 8:25 PM, Russ Allbery r...@debian.org wrote:

 My experience is that I can just barely manage to convince upstreams to
 look over my backports of security patches to packages in oldstable

 What makes you think Ubuntu, Red Hat, etc ask upstream to look at their
 security patches for old versions or even approve them? 

 Well, I suppose they might not, but I would find that even more
 disturbing.  

Red Hat hat upstream developers for almost all core code they support.
From my experience these developers are involved in non-trivial RHEL 
backports (e.g. Bind) for older security releases.

Cheers,
Moritz








-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/slrnl1q812.596@inutil.org



Re: Dreamhost dumps Debian

2013-08-27 Thread Moritz Mühlenhoff
Steve Langasek vor...@debian.org schrieb:
 I understand the
 motivation (like everyone else they have more to do than they have time to
 do it in), but I think the outcome, whereby the security team denies use of
 the security update channel for non-critical security bugs and redirects
 maintainers to stable-updates instead, is unfortunate.  

We don't deny anything here, the current implementation of the security
release process simply doesn't allow more fine-grained control on who/how
security updates can be released.

There were some internal discussions in the past and that's certainly an
agenda topic on a future security team sprint.

 As far as I'm
 concerned, a security fix that isn't worth being pushed to
 security.debian.org is also not worth me spending time on as a maintainer to
 push to stable-updates.

Pushing minor issues through point updates is the same process other enterprise
distros use as well; SLES and RHEL also pile up minor issues for point updates
instead of sending out a security update.

In the past such minor issues were simply left unfixed in stable. Since a few
years we've established a process to systematically keep the maintainers 
informed (Jonathan Wiltshire runs a notification bot for that).

Cheers,
Moritz





-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/slrnl1q7rc.596@inutil.org



Re: Longer maintainance for (former) stable releases of Debian (Re: Dreamhost dumps Debian)

2013-08-27 Thread Moritz Mühlenhoff
Michael Meskes mes...@debian.org schrieb:
 Which brings up the interesting question how it works for stable now. How 
 often
 do bigs get fixed by the security team and how often by maintainers 
 themselves?

No hard numbers, but I'd suppose half and half (i.e. cases, where the maintainer
prepared the update, which of course still needs to be reviewed/tested by the
person releasing it). 

Cheers,
Moirtz


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/slrnl1q87r.596@inutil.org



Bug#721098: ITP: python-pypump -- an interface to the pump.io APIs

2013-08-27 Thread Simon Fondrie-Teitler
Package: wnpp
Severity: wishlist
Owner: Simon Fondrie-Teitler simo...@riseup.net

* Package name: python-pypump
  Version : 0.3
  Upstream Author : Jessica Tallon tf...@inboxen.org
* URL : https://github.com/xray7224/PyPump
* License : GPL-3
  Programming Lang: Python
  Description : an interface to the pump.io APIs

PyPump provides an interface to the pump.io APIs. The aim is to
provide very natural pythonic representations of Notes, Images,
People, etc... allowing you to painlessly interact with them.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130827225400.2344.34900.reportbug@goldman



Re: Dreamhost dumps Debian

2013-08-27 Thread Steve Langasek
On Tue, Aug 27, 2013 at 11:51:40PM +0200, Moritz Mühlenhoff wrote:
 Steve Langasek vor...@debian.org schrieb:
  I understand the
  motivation (like everyone else they have more to do than they have time to
  do it in), but I think the outcome, whereby the security team denies use of
  the security update channel for non-critical security bugs and redirects
  maintainers to stable-updates instead, is unfortunate.  

 We don't deny anything here, the current implementation of the security
 release process simply doesn't allow more fine-grained control on who/how
 security updates can be released.

Your answer doesn't match my experience as a maintainer.  I have had
non-critical security bugs answered by the security team with a request
for upload to stable-updates, *not* to the security queue.  If I were to
upload those fixes to the security queue (which has been possible for years
AFAIK, since the current security embargoed/unembargoed upload queues went
into effect), what would the security team do with them?

To me, being redirected to stable-updates constitutes a refusal/denial by
the security team to use the security updates channel.  Again, if it's a
security issue that's not important enough to be an official security
update, it's not important enough for me to spend time on it as a stable
update either.  And if the security team doesn't want a particular update as
a DSA, I don't think they should be encouraging maintainers to spend time on
a non-security stable update for the issue (which is what I've seen in the
past).

  As far as I'm
  concerned, a security fix that isn't worth being pushed to
  security.debian.org is also not worth me spending time on as a maintainer to
  push to stable-updates.

 Pushing minor issues through point updates is the same process other
 enterprise distros use as well; SLES and RHEL also pile up minor issues
 for point updates instead of sending out a security update.

 In the past such minor issues were simply left unfixed in stable. Since a
 few years we've established a process to systematically keep the
 maintainers informed (Jonathan Wiltshire runs a notification bot for
 that).

Well, I don't think that's a very good policy.  I don't see why, if the bug
is worth fixing in a stable release for security reasons, it should go
through the stable-updates channel instead of the security channel.  If the
argument is that there are multiple low-urgency security bugs that are not
worth individual uploads but that we should do roll-up uploads for once per
point release, I don't think the current mechanism is doing a very good job
of encouraging that.

Maybe instead of pushing this over to the SRMs, if the security team thinks
these bugs warrant a single update per package for the point release, it
would be better to have these staged in the security queue and only released
by the security team when it's point release time? 

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: Digital signature


Accepted drbl 2.4.19-1 (source all)

2013-08-27 Thread georgesk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 26 Aug 2013 20:41:41 +0200
Source: drbl
Binary: drbl
Architecture: source all
Version: 2.4.19-1
Distribution: unstable
Urgency: low
Maintainer: Georges Khaznadar georg...@debian.org
Changed-By: georg...@debian.org
Description: 
 drbl   - diskless remote boot, and a disk cloning utility
Changes: 
 drbl (2.4.19-1) unstable; urgency=low
 .
   * upgraded to the new upstream version
Checksums-Sha1: 
 7b79b80ba1ca7a6181f18c8471cccb9748a5dcdd 1042 drbl_2.4.19-1.dsc
 46796c94e37938c7e157d19b1e5bc55afeceacca 1406559 drbl_2.4.19.orig.tar.bz2
 7bd9190a9712668692837729361b79779a9eb595 7769 drbl_2.4.19-1.debian.tar.gz
 fe4b41ed66f9233981c3424524031f7d34f4762f 1156898 drbl_2.4.19-1_all.deb
Checksums-Sha256: 
 41acf1e27c5060115c880496985d2ad31b02b5777195d9cbfc108849155f49cd 1042 
drbl_2.4.19-1.dsc
 d653c8e718f04119bd61f028370e37db53eb78faaf988cd55d0bb4690203b8e5 1406559 
drbl_2.4.19.orig.tar.bz2
 3933f85da6063a864d66cfe955878ab0e78100d011cb075fc84357a30b32e404 7769 
drbl_2.4.19-1.debian.tar.gz
 3e95e9f07fbe2cd678b18222cfc00d7101d3309a3eeadf76cebb609d85da0968 1156898 
drbl_2.4.19-1_all.deb
Files: 
 0da113b14df813316849c39ca07da774 1042 admin extra drbl_2.4.19-1.dsc
 db19cc73ebbea1a72088d3a6fbb171f7 1406559 admin extra drbl_2.4.19.orig.tar.bz2
 9c7c2d9204ec9835430d53b5b26f0437 7769 admin extra drbl_2.4.19-1.debian.tar.gz
 80e46fa6cc9118a0fb3b24a088ce53e2 1156898 admin extra drbl_2.4.19-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iD8DBQFSG6L4nfmb2hFpETARAutfAJ44ZBrUCeiD6LBrfPCUu7Gn+NGGYgCfYAj8
Uf6tGxlkeCY4M53dF08GsDo=
=Zw0e
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vee0x-jx...@franck.debian.org



Accepted apache-log4j1.2 1.2.17-4 (source all)

2013-08-27 Thread Emmanuel Bourg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 27 Aug 2013 09:52:20 +0200
Source: apache-log4j1.2
Binary: liblog4j1.2-java liblog4j1.2-java-doc
Architecture: source all
Version: 1.2.17-4
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Emmanuel Bourg ebo...@apache.org
Description: 
 liblog4j1.2-java - Logging library for java
 liblog4j1.2-java-doc - Documentation for liblog4j1.2-java
Changes: 
 apache-log4j1.2 (1.2.17-4) unstable; urgency=low
 .
   * Removed the dependency on libjboss-jmx-java since javax.management
 is now part of the JDK.
   * Enabled the compilation of the org.apache.log4j.jmx.Agent class
   * Added a description to build_fix.patch
Checksums-Sha1: 
 936a24237e3ae8a3d0bd7ef80e63acae1ff3f5db 2331 apache-log4j1.2_1.2.17-4.dsc
 137e88e221f38fa09407ba2e28cbdbcb9d2150a8 8852 
apache-log4j1.2_1.2.17-4.debian.tar.gz
 fa969e194d941785d60cd4f08295ef1f4bda6fee 385518 
liblog4j1.2-java_1.2.17-4_all.deb
 fe76d493ada2bbb8490c034ab0a227ba0e7f2f32 258124 
liblog4j1.2-java-doc_1.2.17-4_all.deb
Checksums-Sha256: 
 b86fc21ff2d838483ff858f8a9abc9e37fea34a8e4a26ec07f031760baf48657 2331 
apache-log4j1.2_1.2.17-4.dsc
 08e62516c97ca81b5b0d5a54a89b8844066e088958a552c81fc47a096df35c03 8852 
apache-log4j1.2_1.2.17-4.debian.tar.gz
 a25a937377a9d9fd39485cbb182493999a313da5df4a5efef15f3d6c62fef4b8 385518 
liblog4j1.2-java_1.2.17-4_all.deb
 2c0cf4e67eb2484d86488e113b47984b1722a103ab9c4e8b41e62ccd725c20d8 258124 
liblog4j1.2-java-doc_1.2.17-4_all.deb
Files: 
 a320a9ed2a943d400c6f2a9b4f9490e3 2331 java optional 
apache-log4j1.2_1.2.17-4.dsc
 408acd7d7b47752e483c3629a9fc04f4 8852 java optional 
apache-log4j1.2_1.2.17-4.debian.tar.gz
 4ddda2ba214cdfc250ca6dc75cb39c73 385518 java optional 
liblog4j1.2-java_1.2.17-4_all.deb
 8c7199726805bd2580e33035f58f9d95 258124 doc optional 
liblog4j1.2-java-doc_1.2.17-4_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBAgAGBQJSHF0aAAoJEPUTxBnkudCsw3gQAJ2QTbhaJL30fbviMLNSpBi8
x7UM2g786mKMdZHO+XhtCNF3dL7nDH7ER3TyoJBSatqq9iAW/GLiYwHYaD2QHdTm
44ISSCsZtRnY9MCL6hkxFT56Td1hztIlKV1eVU4fmArgjDRxLwsN2Jkj75BaJFmW
oTmASWphnwVKVg//y+BO0Y30+bSIybpGq1R+25J4oDBeakwto/mAO/xLNMTZDfxO
aL0BMFrk876ZNigaRCCMR97QFHstXe/YIM9RJZfEabmr2sD7smxb+S2uhAYliiTX
a/4EuEhLyLRCBWr0NKWfStDv7XMi0gIkFB9L7QRRicfRzsMGUUohxnN6c0EtoclP
vFXezOnOxEM0QjGE2k6Hsf+saXTRbduAOl4QN5bM1dZIoF716Bcla130DdD5KvkM
mWIv0UE/D1pU9XyAgQEh/QncgRJtPJCGqTdU/xcm12fqSTqKluLwbUutdUYySxP9
WH/OgoHlNpKFCG1OVVca8gInCZP+OlgkvygVLW+dhmsbQLC05AGQSSI+2EM9LbRN
e64vJPVUtipnoNyf3Uf5jCmZUlv6T7bGfB47FaHFRlCCVcRMEQWBgxoK16jN2ZH+
Xml97jyHEwwmGqD/DjdLmkb6vKSFlT5eCLYYMgsZIisexck8kxBpqethkMpUKmbH
O/nQtNw/OPMGZkdUCef1
=xoo4
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vefbx-00060q...@franck.debian.org



Accepted base-passwd 3.5.28 (source i386)

2013-08-27 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 27 Aug 2013 08:40:39 +0100
Source: base-passwd
Binary: base-passwd
Architecture: source i386
Version: 3.5.28
Distribution: unstable
Urgency: low
Maintainer: Colin Watson cjwat...@debian.org
Changed-By: Colin Watson cjwat...@debian.org
Description: 
 base-passwd - Debian base system master password and group files
Changes: 
 base-passwd (3.5.28) unstable; urgency=low
 .
   * Force gzip compression for .deb, to avoid causing problems for
 debootstrap on non-Debian-based systems following dpkg 1.17.0.
Checksums-Sha1: 
 36f73c744edc48e3d79cbd70ca08a89309908a43 1638 base-passwd_3.5.28.dsc
 51eaab60695fa2d2fc32b87a66b20e66d05a3814 81217 base-passwd_3.5.28.tar.gz
 835e16748e56603abf1d909645894bb5f402b1cb 46558 base-passwd_3.5.28_i386.deb
Checksums-Sha256: 
 f6244f8c889c9ac3ec45a19df9d497279d096d5b13120bda5f47055771b7005a 1638 
base-passwd_3.5.28.dsc
 06e757a02ec0a77ea38dd3c5b35493b589f81c4b053ee38df1d32e458ee86b67 81217 
base-passwd_3.5.28.tar.gz
 ae2319dc889eabbe021af57bab7b612b4bf26796a6fb683c6340b8da93e36e95 46558 
base-passwd_3.5.28_i386.deb
Files: 
 cbaa20886dd655117f5bf1478308803c 1638 admin required base-passwd_3.5.28.dsc
 9b535ace7ea3073435e7a6d38d62980a 81217 admin required base-passwd_3.5.28.tar.gz
 803c10eae1e8eafa1cbe183645646d96 46558 admin required 
base-passwd_3.5.28_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)
Comment: Colin Watson cjwat...@debian.org -- Debian developer

iQIVAwUBUhxkLzk1h9l9hlALAQgzdA//RBZP7JGdYaJaNg31AftyOMVpvRlK9xaX
I6JH/nealWsM3V/LpCWR8p7+Mn0biBWzTZCfm3ejkI9IfjSBR0TT4RbHNvqdD1K9
gh6gkBx7kADesr/kCMxsP90YvDE+J6vTF6fF9/oXwrIEd3uUVv7t6cKbvK/v7Ye6
2fp4SDRxbeZI0NJZfbVEB9hCynJlHuwcLfrrgZ37trFF3D4fQpLB7qS4xdWwG+6C
zQ7O+L3QZihQ+5ymVXMBrj+yjSekZEUprUjkE0TiWjhQEivshJapG9PKtJYk1b82
4+yQEPInA0tTHH6hL+LVRN6QS0NmpzxuLjAlXwaFLxgBrlcc3gVM9v9BwBgS49lE
n7T7+JTyPviIOx7Zbev5hv5W2p9v3dMmqYE5cfY/W91EQPg/KaaWonmSwmlqAcCM
4OopVYz3s4MWsWnXgW1wVl/5JZ1lITfUq3XiPKplxk8cE4hlSrPVRAYv9tYm5VKP
WVbshE31fEskb98uZnnWPal0TBt08+UNn0jC3mDZ0HTNJGTx1sKYLV1ONO2ikbBI
DZjp1DujcrxtLHLRuVLFGN+spxbni9LeSt/By1UhuF5J7tghWCvZYJr9iIgGHB7Y
rhT6bHGEHw9D0Eo8rj4sgwPeGTfMh+WeTGzDb5hD8ejH5zq3yp6rXqbmMH84jOkw
KRWISFSoOqU=
=9C8W
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vefbr-00067u...@franck.debian.org



Accepted apt-show-versions 0.22.2 (source all)

2013-08-27 Thread Christoph Martin
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Tue, 27 Aug 2013 10:40:41 +0200
Source: apt-show-versions
Binary: apt-show-versions
Architecture: source all
Version: 0.22.2
Distribution: unstable
Urgency: low
Maintainer: Christoph Martin christoph.mar...@uni-mainz.de
Changed-By: Christoph Martin christoph.mar...@uni-mainz.de
Description: 
 apt-show-versions - lists available package versions with distribution
Closes: 715314
Changes: 
 apt-show-versions (0.22.2) unstable; urgency=low
 .
   * fix display for not installed packages (thanks to Greg Klanderman
 g...@klanderman.net) (closes: #715314)
Checksums-Sha1: 
 05fe10c65a72b4819923ac3c1cb0a7ac5dcdf25c 990 apt-show-versions_0.22.2.dsc
 38179dafad287afb83c044702e8231b7c202d644 33292 apt-show-versions_0.22.2.tar.gz
 614aeffc78a51df740d80e36f3059408fe1b9252 36174 apt-show-versions_0.22.2_all.deb
Checksums-Sha256: 
 d89e87b9a8b464ab950226f2b4a7463abd04ad7d4bdad79f1b32c694340e2134 990 
apt-show-versions_0.22.2.dsc
 625693d4c4473b28dabdc75a894f68a595e8da50749f4cbdc9e1c285cb1dd362 33292 
apt-show-versions_0.22.2.tar.gz
 33c16fe3ffc6200a6545b9b1c197a0db07f3007158075d6eda935047a6061c0d 36174 
apt-show-versions_0.22.2_all.deb
Files: 
 b1a3d2ffb586994b5042c4e77f97592a 990 admin optional 
apt-show-versions_0.22.2.dsc
 c634b113ee099067a7376a46b2e0b6a5 33292 admin optional 
apt-show-versions_0.22.2.tar.gz
 4a9aace27c2d8666faa0222c9b85fb80 36174 admin optional 
apt-show-versions_0.22.2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEAREDAAYFAlIcadIACgkQgeVih7XOVJdqQQCePMR7rkVkC+KKUQPUvFYHx+MM
bJEAoJrQfsizLaSTjE60wDHMeqJqXhzb
=9prS
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vefbb-00062w...@franck.debian.org



Accepted leveldb 1.13.0-2 (source amd64 all)

2013-08-27 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 27 Aug 2013 09:26:13 +0100
Source: leveldb
Binary: libleveldb1 libleveldb-dev leveldb-doc
Architecture: source amd64 all
Version: 1.13.0-2
Distribution: unstable
Urgency: low
Maintainer: Alessio Treglia ales...@debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 leveldb-doc - LevelDB documentation
 libleveldb-dev - fast key-value storage library (development files)
 libleveldb1 - fast key-value storage library
Closes: 681946
Changes: 
 leveldb (1.13.0-2) unstable; urgency=low
 .
   * Fix FTBFS on sparc{,64}.
 Thanks to Hilko Bengen for the patch. (Closes: #681946)
Checksums-Sha1: 
 1580df6060b911c50490f5d0f36ca07fccfb86b9 1985 leveldb_1.13.0-2.dsc
 e15ffe1273d58d7b887de05601dd8137811266f9 10593 leveldb_1.13.0-2.debian.tar.gz
 00c486c9bdf03c793bb216afb9e97f6bf214d826 121002 libleveldb1_1.13.0-2_amd64.deb
 9b2f6e8467f44fa57c9e6dd4c4459b4947ab9393 153478 
libleveldb-dev_1.13.0-2_amd64.deb
 10138441c81d5e44c38ca5db6d673adcb9704573 32436 leveldb-doc_1.13.0-2_all.deb
Checksums-Sha256: 
 0ea1f78fd7def796106e63000f78b0431e4deda8a2b64b6705ed330664823bf4 1985 
leveldb_1.13.0-2.dsc
 0f201e6004a8b92c6b151a49544bcdc60d8d858bf3a63dee80117392a6404277 10593 
leveldb_1.13.0-2.debian.tar.gz
 5f37ccdb37df02e0c04478c2ffaaf9ab4d8d6d1169267aba3dc1b8f18399b5d4 121002 
libleveldb1_1.13.0-2_amd64.deb
 39496e1f0fd900a9e0aa73a7d2f64276f67c62c70d3f5d2e8ae07e7bc7dbf19f 153478 
libleveldb-dev_1.13.0-2_amd64.deb
 0f0095c0298dd0a7dc31bb0b3739f0559dd23845443993ef7745c6a33e1ef719 32436 
leveldb-doc_1.13.0-2_all.deb
Files: 
 bf13c50f07ad71f6ee8859bb1a2533f1 1985 database optional leveldb_1.13.0-2.dsc
 568c770b3cbee58eca1b0691b21f875e 10593 database optional 
leveldb_1.13.0-2.debian.tar.gz
 687c8fb25f94e8c721d6f59712924318 121002 libs optional 
libleveldb1_1.13.0-2_amd64.deb
 270d4a179bf1b303f921b8c5981f645f 153478 libdevel optional 
libleveldb-dev_1.13.0-2_amd64.deb
 0918f9a1e169c46e82f7d999471af604 32436 doc optional 
leveldb-doc_1.13.0-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJSHGQxAAoJEOikiuUxHXZae2MP/A4cvQY8wMfy3AcRahLVdyN4
bMCp8bK0A/qg08uYWDozfZ3+LvZP+cD024QX9z+2GFOHyCS0ND4aAzQBfbEHVheE
xfBH4749C5V88Qr7Hi+/fvEg1T5NVgLrVqUCJppNHtmFR3ND/8xvswuxTqfYbBks
uBWIYOsfCn38gectF7XX1jV9WVozxNYVN+MorvknRvHkYwGYaiYHo17M4hZiIJSZ
L3GhwyMqKPL87lHukOGbjuKDCkfgqJHlgGqb3bx9u1TYw8V1FEuIHKEM5dF1VKRS
K+inPNLJObEDVlXLC4xwCLIxmynbhsVp/anPeUtSm4PwPUeMT8Ybg4mLwF0QXcl3
He6VomZ/3wpICLiVKMpq6OizENXLN2g4mBms7oSu+5c0bg/HoxzqYd1zSkSvFyib
XUkzFd6Rg68jn7eJqf04pcTJVT72c7oR1pCIR8tyCmn0CofsKNmNsnIiwD+M+3K8
WER1prwYz2+bdqTUzFSyxB2b5HjrSwtX+pZao3uFgOUUNv4e6vJ55CSvPhEiQNq4
QXQyXfyGZoqrlXA5O1riHibtw8+MfkyuYXjpTdqjYqaT3YXAHy9KoqQxVLFZGoud
LQuIp+fI0X51PxPbbVafeK5UwpMAvNkmeDZxkgHbAxLS2np/+0SV5etXv6PuR25d
P7tRLI5CK8d371IJGmzO
=teGn
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vefct-0006i2...@franck.debian.org



Accepted libmongo-client 0.1.6.3-1 (source amd64 all)

2013-08-27 Thread Gergely Nagy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 27 Aug 2013 10:10:37 +0200
Source: libmongo-client
Binary: libmongo-client0 libmongo-client-dev libmongo-client0-dbg 
libmongo-client-doc
Architecture: source amd64 all
Version: 0.1.6.3-1
Distribution: unstable
Urgency: low
Maintainer: Gergely Nagy alger...@madhouse-project.org
Changed-By: Gergely Nagy alger...@madhouse-project.org
Description: 
 libmongo-client-dev - Development files for the alternate C driver for MongoDB
 libmongo-client-doc - Documentation for the alternate C driver for MongoDB
 libmongo-client0 - Alternate C driver for the MongoDB document-oriented 
datastore
 libmongo-client0-dbg - Alternate C driver for MongoDB (debugging symbols)
Changes: 
 libmongo-client (0.1.6.3-1) unstable; urgency=low
 .
   * New upstream release.
 + Fixed chunked GridFS file retrieval, to keep the chunk order.
 + Fixed a crash that happened when verification in safe-mode failed.
   * Bumped Standards-Version to 3.9.4, no changes necessary.
   * debian/copyright: Updated the copyright years.
Checksums-Sha1: 
 bf317c68d97295076aa35b01f3a7e9115f072d3f 2193 libmongo-client_0.1.6.3-1.dsc
 a90fd3199a9ede1797180702b9379ff55a4cdaeb 96460 
libmongo-client_0.1.6.3.orig.tar.xz
 97f4a31c02d5edc24b5a96bc596b731e2df4adfb 4340 
libmongo-client_0.1.6.3-1.debian.tar.xz
 e575844e282c22503f95abba7d3e63eda84be273 35384 
libmongo-client0_0.1.6.3-1_amd64.deb
 d420ab87ff486300c23a1698c5b1995305d993b0 44532 
libmongo-client-dev_0.1.6.3-1_amd64.deb
 2918de805bb7c17a81ecd968e346eb31d2c30935 75632 
libmongo-client0-dbg_0.1.6.3-1_amd64.deb
 c10df54fbcb92c08a12bcb8cd95317c3db777adf 207298 
libmongo-client-doc_0.1.6.3-1_all.deb
Checksums-Sha256: 
 4fcb1ea593ede245fff72d45db571dad9329916e0b3d3c8e8e285171ec73e9dd 2193 
libmongo-client_0.1.6.3-1.dsc
 985f19963c74f4bc6bde71c28a7ab489395c940f5fd767df662d90f52d55c882 96460 
libmongo-client_0.1.6.3.orig.tar.xz
 03675e4f49b1a8e3e873ce8872305c068ceebee9b8f76ee32d74cd2db5df3916 4340 
libmongo-client_0.1.6.3-1.debian.tar.xz
 b09f91c51da598d6a58d4292400ea186dc58211af9a75b1bb2b7332b793cabed 35384 
libmongo-client0_0.1.6.3-1_amd64.deb
 54d30d3eb5d7e6d705873127fdc95256dcf1e8dc279359b6a0204005f18bca73 44532 
libmongo-client-dev_0.1.6.3-1_amd64.deb
 8a88790814e6cfd7729b42983cc662ebafde434e97c4986cdddf60605dee81a1 75632 
libmongo-client0-dbg_0.1.6.3-1_amd64.deb
 2a9884852eb2eb2f98cea5bfb40b3e6da93cc42ba926eee1ebd44ad831d930bd 207298 
libmongo-client-doc_0.1.6.3-1_all.deb
Files: 
 48e1363370863091c9b47e1eba8e5c51 2193 libs extra libmongo-client_0.1.6.3-1.dsc
 f642d198a1043969d381b2954bf78bed 96460 libs extra 
libmongo-client_0.1.6.3.orig.tar.xz
 519ff396ded97eb0d37d709bd45c81f0 4340 libs extra 
libmongo-client_0.1.6.3-1.debian.tar.xz
 48c502dac309f88e98daa7ade3c301eb 35384 libs extra 
libmongo-client0_0.1.6.3-1_amd64.deb
 6e026368b6833369c008b4a2a9428e8b 44532 libdevel extra 
libmongo-client-dev_0.1.6.3-1_amd64.deb
 1aefbc4d091a8dfa3cdadd1d826b2a65 75632 debug extra 
libmongo-client0-dbg_0.1.6.3-1_amd64.deb
 e550b7e5dc873051db21e9c4ad393223 207298 doc extra 
libmongo-client-doc_0.1.6.3-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJSHGWKAAoJEKwekLrEM/aPDGoQAMo54JHY3vno89mXjJVqzT2n
igAgUIhYIyCfDWb3KnYRn8hOxT3WAQ4RwKFt1IEcpuMvX+slxRSPPvyG+vtdoiCX
GXrKRAt59w/tpXqoOW8guLy+8Gim/wCDw1g/t2mQVJJy8DCSZpzUTMf528jI+k/O
AkNYYEnGN1aPwBmKrUZJBU07ttltyv54MYlu7AFfCwEWFJ5JFVRUP0a67L9+Q8sq
WDYfGBdWRwKAYRvkn/hkAReTerXzW5GVJp7FZHAVo/jyXTtLVH8ucIeKDmDweAim
alBamVvlCRrxLBK1Vn5/rdGapXAuqBa96sEdN5nWgi7gkHnDf6n29l36oGiaCDTL
BYiywWA0I04+AycWVyRm2dmW8hcNKEdj8VwTqJBiVPgljAlTSlgHm04Qi1HztITA
MRX7oYYw/HYxUonQtbXZmxgkGLWWGZ70esmHs1T4yTnNCoLEwXAQTKstocPjvYp2
ykqzaSotECTgVLo+pUG2QCDg5Z2N+/xyUgkh155kcQN5akYCctIbr7vb3Nvw8nGj
b7fD+nJAloke/bHBp1shiHAKEtVJvYcWs9QV/srRrianp4p0HtzPFn/4SXO9/DVI
j2R4laK6bQl2qgD3FFBDOgtQKhZteX4dteEelrFsmRRZjOw3OPnO/kJDz4rC/vgx
ZXs5II8tOrcykb68rg8r
=wOlE
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vefcb-0006od...@franck.debian.org



Accepted postgresql-common 148 (source all)

2013-08-27 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 27 Aug 2013 11:07:48 +0200
Source: postgresql-common
Binary: postgresql-common postgresql-client-common postgresql-server-dev-all 
postgresql postgresql-client postgresql-doc postgresql-contrib
Architecture: source all
Version: 148
Distribution: unstable
Urgency: low
Maintainer: Debian PostgreSQL Maintainers 
pkg-postgresql-pub...@lists.alioth.debian.org
Changed-By: Martin Pitt mp...@debian.org
Description: 
 postgresql - object-relational SQL database (supported version)
 postgresql-client - front-end programs for PostgreSQL (supported version)
 postgresql-client-common - manager for multiple PostgreSQL client versions
 postgresql-common - PostgreSQL database-cluster manager
 postgresql-contrib - additional facilities for PostgreSQL (supported version)
 postgresql-doc - documentation for the PostgreSQL database management system
 postgresql-server-dev-all - extension build tool for multiple PostgreSQL 
versions
Closes: 719282
Changes: 
 postgresql-common (148) unstable; urgency=low
 .
   [ Christoph Berg ]
   * debian/supported-versions:
 + Interface change: The *last* version returned here is the default one.
 + Wheezy uses 7 in /etc/os-release.
 + Add 9.3 for pgdg (default on testing/unstable).
   * debian/rules:
 + Set FLAVOR variable for the type of build we are doing. Set
   PG_SUPPORTED_VERSIONS=$FLAVOR for debian/supported-versions so we don't
   pick up configuration from the build environment.
 + Pick the default version from the last line of
   `debian/supported-versions` instead of sorting the output.
   * debian/postgresql-common.config: Sort versions to determine the latest.
   * pg_buildext: Support X.Y+ and all in debian/pgversions so packages do
 not need to hardcode the versions they support, as that's usually not
 necessary.
   * pgxs_debian_control.mk: Drop the previously redundant grep check on
 debian/pgversions which would now break X.Y+.
   * t: Move $delay to TestLib.pm and increase to 500ms.
   * t/005_PgCommon.t: Use twice the delay for waiting for the first nc child.
 .
   [ Martin Pitt ]
   * debian/postgresql-common.postinst: Don't restart servers in dict update
 trigger. (Closes: #719282)
   * debian/README.Debian: Update examples for -9.1 and -9.3.
Checksums-Sha1: 
 205137a82d225dd3eb2322ca01dedccd725fd595 2151 postgresql-common_148.dsc
 1a601cfd37e9b07c40f410a8d5ddd5ed1e1449b2 160288 postgresql-common_148.tar.gz
 c60cb9a33fdf7420631773a7bc29a7f20ad7bca2 52312 
postgresql-server-dev-all_148_all.deb
 69d175d8b9ea5dbf853eb03d032a6866b33b1046 47488 
postgresql_9.3+146really9.1+148_all.deb
 2244f761a2179b23429b8ecb7c0059fcb6db7a68 47502 
postgresql-client_9.3+146really9.1+148_all.deb
 cf288181da232164b4cebcdbbd5dfe29d30f6f1e 47488 
postgresql-doc_9.3+146really9.1+148_all.deb
 11fea78d2b9f324863516019fdae4b2e9932ffb7 47508 
postgresql-contrib_9.3+146really9.1+148_all.deb
 1ec946240b695d8f342eb301f96f2754006719eb 143582 postgresql-common_148_all.deb
 ec19cc27d8b8ef7039a344a9c5a8cd87f5452a30 67366 
postgresql-client-common_148_all.deb
Checksums-Sha256: 
 491fd119f8f87aa1b5e2e5dedba6b981cf2bd932d73a8980007ef80a549df4da 2151 
postgresql-common_148.dsc
 8e160bce504c572d4b14e320e3278cee1fc3fa0b7905c4c17db1e3a447810359 160288 
postgresql-common_148.tar.gz
 8200d324360c73ec7b2f322755c26addb8278d76c67d5d96cbb524683d58db9f 52312 
postgresql-server-dev-all_148_all.deb
 0769929bcbce7522cdeaffc4d29c4f8e9f1e65e3e60c24a30b460064eee1ce17 47488 
postgresql_9.3+146really9.1+148_all.deb
 788748ccd7085f92b4ced8067366bbb0fc45be2e5f9c34883abfdb21b001ba9a 47502 
postgresql-client_9.3+146really9.1+148_all.deb
 5778e254f839d0fa615733aed9a26cc473c44ef22e828feaa5e32a885c6fff51 47488 
postgresql-doc_9.3+146really9.1+148_all.deb
 982842da0ed6b26313bbc6229bd735f6b0b366a61f91e606e9a009f4b0efb02b 47508 
postgresql-contrib_9.3+146really9.1+148_all.deb
 c5ac086602ec75766f36c2d22f3716a5328e66216ffba5bdcb4d568115d5970e 143582 
postgresql-common_148_all.deb
 9ac31e245704f8058ead6debe931bb342ce849f8b552bec014aa6ab9cecd5dba 67366 
postgresql-client-common_148_all.deb
Files: 
 4a1257aa24c0cbd7fab14ec86df3f8e3 2151 database optional 
postgresql-common_148.dsc
 163b7eba273b14a3ff22f3673159f410 160288 database optional 
postgresql-common_148.tar.gz
 67451cf8d9af761f28d6e40735a8c573 52312 database optional 
postgresql-server-dev-all_148_all.deb
 f5701fbb38f1a7730fb2444f43344497 47488 database optional 
postgresql_9.3+146really9.1+148_all.deb
 06e6b2c17f1f16d86d0f04efa7502155 47502 database optional 
postgresql-client_9.3+146really9.1+148_all.deb
 1384adcc0f82ecee7ecff941779eae98 47488 doc optional 
postgresql-doc_9.3+146really9.1+148_all.deb
 056aede4fae7f70d43f07d88b7b393ba 47508 database optional 
postgresql-contrib_9.3+146really9.1+148_all.deb
 76c9df6b8e47aeed244efa58a8dea00b 143582 database optional 
postgresql-common_148_all.deb
 e5e92004b75ac443c62c5b7687e1760a 67366 database optional 

Accepted clonezilla 3.5.2-1 (source all)

2013-08-27 Thread georgesk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 26 Aug 2013 20:43:57 +0200
Source: clonezilla
Binary: clonezilla
Architecture: source all
Version: 3.5.2-1
Distribution: unstable
Urgency: low
Maintainer: Georges Khaznadar georg...@debian.org
Changed-By: georg...@debian.org
Description: 
 clonezilla - bare metal backup and recovery of disk drives
Changes: 
 clonezilla (3.5.2-1) unstable; urgency=low
 .
   * Upgraded to the newest version
Checksums-Sha1: 
 e44a740143b6fe77f2ac59898b0d6245427b9391 1075 clonezilla_3.5.2-1.dsc
 7a9edcf961351efa741702979f4bbaa4e2056b8b 1048755 clonezilla_3.5.2.orig.tar.bz2
 f7d39884577bae87baafd72045d2a7de8ffd714d 2018 clonezilla_3.5.2-1.debian.tar.gz
 157703454f5c26914aa8b6775fe9723554f9d7c1 958566 clonezilla_3.5.2-1_all.deb
Checksums-Sha256: 
 4651b3072b14e09492a2585a29209e989a5652ed4821a5d2415526e347d12cd2 1075 
clonezilla_3.5.2-1.dsc
 c0a24ee3e214d859db47bce9b11e463eddda45ad6d51d446331aa646731b6f66 1048755 
clonezilla_3.5.2.orig.tar.bz2
 ce3094fb44af120bc941eebb12d9329ac00bd7af180c8abe51a179cb2d415c73 2018 
clonezilla_3.5.2-1.debian.tar.gz
 860a558d5229433de252d8b470fb1fc59b1119e25cd9aefded2667910b666f82 958566 
clonezilla_3.5.2-1_all.deb
Files: 
 52bffd6675f1ecdf5b4661b28ee908f3 1075 admin extra clonezilla_3.5.2-1.dsc
 a99a95750570d55b074eeeb69939c376 1048755 admin extra 
clonezilla_3.5.2.orig.tar.bz2
 2ab0c473ec0bfc78f132447539d887c1 2018 admin extra 
clonezilla_3.5.2-1.debian.tar.gz
 e3dab64677fc61c52d2158275689b670 958566 admin extra clonezilla_3.5.2-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iD8DBQFSHGQTnfmb2hFpETARAg6lAJ9IOTN9dNTQJ/gfTi1FL8Mr1K/c9wCePmfr
RVCABcGyo696/6L8pzC/k7A=
=p4H+
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vefst-00032b...@franck.debian.org



Accepted postgresql-9.3 9.3~rc1-2 (source amd64 all)

2013-08-27 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 27 Aug 2013 11:27:10 +0200
Source: postgresql-9.3
Binary: libpq-dev libpq5 libecpg6 libecpg-dev libecpg-compat3 libpgtypes3 
postgresql-9.3 postgresql-9.3-dbg postgresql-client-9.3 
postgresql-server-dev-9.3 postgresql-doc-9.3 postgresql-contrib-9.3 
postgresql-plperl-9.3 postgresql-plpython-9.3 postgresql-plpython3-9.3 
postgresql-pltcl-9.3
Architecture: source amd64 all
Version: 9.3~rc1-2
Distribution: unstable
Urgency: low
Maintainer: Debian PostgreSQL Maintainers 
pkg-postgresql-pub...@lists.alioth.debian.org
Changed-By: Martin Pitt mp...@debian.org
Description: 
 libecpg-compat3 - older version of run-time library for ECPG programs
 libecpg-dev - development files for ECPG (Embedded PostgreSQL for C)
 libecpg6   - run-time library for ECPG programs
 libpgtypes3 - shared library libpgtypes for PostgreSQL 9.3
 libpq-dev  - header files for libpq5 (PostgreSQL library)
 libpq5 - PostgreSQL C client library
 postgresql-9.3 - object-relational SQL database, version 9.3 (BETA) server
 postgresql-9.3-dbg - debug symbols for postgresql-9.3
 postgresql-client-9.3 - front-end programs for PostgreSQL 9.3
 postgresql-contrib-9.3 - additional facilities for PostgreSQL
 postgresql-doc-9.3 - documentation for the PostgreSQL database management 
system
 postgresql-plperl-9.3 - PL/Perl procedural language for PostgreSQL 9.3
 postgresql-plpython-9.3 - PL/Python procedural language for PostgreSQL 9.3
 postgresql-plpython3-9.3 - PL/Python 3 procedural language for PostgreSQL 9.3
 postgresql-pltcl-9.3 - PL/Tcl procedural language for PostgreSQL 9.3
 postgresql-server-dev-9.3 - development files for PostgreSQL 9.3 server-side 
programming
Changes: 
 postgresql-9.3 (9.3~rc1-2) unstable; urgency=low
 .
   * Rebuild against Perl 5.18.
Checksums-Sha1: 
 d35f9b0d88e17ca5418f8bd46d6f273bf421820f 3335 postgresql-9.3_9.3~rc1-2.dsc
 5e5f1aa1094c2d64b5468a257b5dc3464cfb401e 23458 
postgresql-9.3_9.3~rc1-2.debian.tar.gz
 212447cb22ed34cfdd311917407a56e0fc856186 611940 libpq-dev_9.3~rc1-2_amd64.deb
 b8c4ac7a281daa5bc49797bcb6cbdb51f6674d1f 556234 libpq5_9.3~rc1-2_amd64.deb
 ce66f6c73a521d0acd2036b6a0e0246404cae8aa 502558 libecpg6_9.3~rc1-2_amd64.deb
 c9492e7da6801fadc61b5b052ef85f6491b86a3e 638028 libecpg-dev_9.3~rc1-2_amd64.deb
 210a4dfa8ae47133af68dad3220fcdc9da2b9236 439618 
libecpg-compat3_9.3~rc1-2_amd64.deb
 4804d33f62675ab19613b9711aa2904ac4f094c2 461520 libpgtypes3_9.3~rc1-2_amd64.deb
 cbf4c1393f2b2d8578a9953b020350841ea45129 3938870 
postgresql-9.3_9.3~rc1-2_amd64.deb
 113f17faef9758428bc3cf4df8beb678c968 7546602 
postgresql-9.3-dbg_9.3~rc1-2_amd64.deb
 650ad0684cf39a3a674e4e674d7b265d20290339 1532008 
postgresql-client-9.3_9.3~rc1-2_amd64.deb
 28642e2aef0d79704c880d7aa24a75d2ab82766d 1022344 
postgresql-server-dev-9.3_9.3~rc1-2_amd64.deb
 d5c34e8e6addbb4a5dfb4c61546a1436fc0f0894 2149132 
postgresql-doc-9.3_9.3~rc1-2_all.deb
 81c8feb101b0f8c95411b91e324ed7d235a26a9c 824452 
postgresql-contrib-9.3_9.3~rc1-2_amd64.deb
 dde5d81000f011b5726e4a71ff43e704515ce81d 478646 
postgresql-plperl-9.3_9.3~rc1-2_amd64.deb
 654909f5c60b785081d4b2a2a3ddb3624d5f7788 467954 
postgresql-plpython-9.3_9.3~rc1-2_amd64.deb
 e8adc0667f2461fed547e5866686410259fd2260 467864 
postgresql-plpython3-9.3_9.3~rc1-2_amd64.deb
 3f85e5f1d54d45e99fef53cf47762ea7295fe4e5 453906 
postgresql-pltcl-9.3_9.3~rc1-2_amd64.deb
Checksums-Sha256: 
 9c4e87069c976975116ecc34aca162a72475e4d6f1e7ec1e43eb0b6f6299ade9 3335 
postgresql-9.3_9.3~rc1-2.dsc
 21fd224fe9a729cc892b678dacacd7c0d6df04a3720b8ce9dce9370026520bf6 23458 
postgresql-9.3_9.3~rc1-2.debian.tar.gz
 8b4d93f19330f841f9ca6549c9011eb2f299108f4c91c21905e1c86347157a61 611940 
libpq-dev_9.3~rc1-2_amd64.deb
 949c4480c24946330670a1be68401b19b948db52309f2edc7ea639a183213261 556234 
libpq5_9.3~rc1-2_amd64.deb
 2db40b1f85f1ed7a243e3df2043343a0cd0f1a48afaf75f64469e502d110886e 502558 
libecpg6_9.3~rc1-2_amd64.deb
 f96dc6b5d98e0e6f9158d5d656d640b268db13d7b2687527f988554386ed7533 638028 
libecpg-dev_9.3~rc1-2_amd64.deb
 dd36397aa4b058e72eff515b1eaa958b928967f4c3b3ac86b4ffccba3d4700c3 439618 
libecpg-compat3_9.3~rc1-2_amd64.deb
 37be6c7cbc4e024fa3cc36fb54491bdb84fae9128a3017f63d99c97da69dd0ad 461520 
libpgtypes3_9.3~rc1-2_amd64.deb
 86df1ace577f5227d1922d729160dd62f5c198ab906a30459ceeddf7194b8012 3938870 
postgresql-9.3_9.3~rc1-2_amd64.deb
 e762682d915b1ae745853052761a1b806cb802e4d6038620ddf6c512ecafacc4 7546602 
postgresql-9.3-dbg_9.3~rc1-2_amd64.deb
 a528284823b1c34ebca9490c2eb60b6115a77c2220f9e0ea3a10412c529de4e5 1532008 
postgresql-client-9.3_9.3~rc1-2_amd64.deb
 9e6842b30afaf2fa73a5e37c27238a25f91e501542fdc7cf41dfdff8ac9cae3a 1022344 
postgresql-server-dev-9.3_9.3~rc1-2_amd64.deb
 78bb8ff07fd9d60dc24da1961eee754cbf22a3fd690beccb4ef0494ffd6a0480 2149132 
postgresql-doc-9.3_9.3~rc1-2_all.deb
 32eb0539845e081dba71cad01b6705f8037096e8053d78284dff8f2491f3ca37 824452 
postgresql-contrib-9.3_9.3~rc1-2_amd64.deb
 

Accepted wims 1:4.05c~dfsg1-1 (source amd64 all)

2013-08-27 Thread georgesk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 27 Aug 2013 09:48:29 +0200
Source: wims
Binary: wims wims-modules wims-java-applets flydraw
Architecture: source amd64 all
Version: 1:4.05c~dfsg1-1
Distribution: unstable
Urgency: low
Maintainer: Georges Khaznadar georg...@debian.org
Changed-By: georg...@debian.org
Description: 
 flydraw- command-line drawing tool
 wims   - server for educational content: courses, exercises, and exams
 wims-java-applets - applets for modules used by WIMS
 wims-modules - minimal set of modules used by WIMS
Changes: 
 wims (1:4.05c~dfsg1-1) unstable; urgency=low
 .
   * modified the build-dependency regarding openjdk
   * upgraded Standards-Version to 3.9.4
   * upgraded to the latest upstream version
   * removed patches whose content had been applied upstream
   * adjusted remaining patches to upstream modifications
   * modified files .htaccess to comply with Apache2.4's syntax
   * fixed debian/get-latest-source to erase moved jar files
Checksums-Sha1: 
 5994e6e9c45b47cf31658079ea06933a33bde85c 1483 wims_4.05c~dfsg1-1.dsc
 1c0421b652ba7452e90fef2a54875ebe07469084 27816469 wims_4.05c~dfsg1.orig.tar.gz
 4335ac9bfcbe3c010363096e007c702ca3751028 116750 
wims_4.05c~dfsg1-1.debian.tar.gz
 464c7d5cde668632fe39e5cd48bef35f8f673f90 18499052 wims_4.05c~dfsg1-1_amd64.deb
 3c87836da57127594ecf79b7f8194e6ef7e48e87 1176764 
wims-modules_4.05c~dfsg1-1_all.deb
 ba473311cf1ce642134beee7bed9d474d89996e3 2566296 
wims-java-applets_4.05c~dfsg1-1_amd64.deb
 83ac5d0b3b774f8fc90e12619c1ddc7e17ddb842 5 flydraw_4.05c~dfsg1-1_amd64.deb
Checksums-Sha256: 
 51700e0dfd944cfe38b0eaea8d49996490fc235acc948b58c9323fd9e70c4ba3 1483 
wims_4.05c~dfsg1-1.dsc
 2fd0dc669d656af6c7b5327eb9722d01a4ef1e07b5d17c0be1c69c3f8851e6c3 27816469 
wims_4.05c~dfsg1.orig.tar.gz
 d76976bb747ee2da2bac602dfd0d69f9b3bfb279758b04acf8ee27a0ff9d470c 116750 
wims_4.05c~dfsg1-1.debian.tar.gz
 0d089a9e6e77ce8c34131e4ff8a261e057255ec95fca2f3fc3298b1190a9e9d0 18499052 
wims_4.05c~dfsg1-1_amd64.deb
 52af1e1215587c28c44f2850d02802ffe90a231c0f54d6bd694a4116f4f62f63 1176764 
wims-modules_4.05c~dfsg1-1_all.deb
 0752df6d483ca3419b0bdef7ca2b312e8c36206cde2088e744d2ed4f50234c01 2566296 
wims-java-applets_4.05c~dfsg1-1_amd64.deb
 6e77089227867eacad154b7661b6e721c79c1316dc25b0914f9978f2e9af4933 5 
flydraw_4.05c~dfsg1-1_amd64.deb
Files: 
 7a26db462968d88575d54b21b1dc0001 1483 web optional wims_4.05c~dfsg1-1.dsc
 31b810a380c7224b1ce01642e47be419 27816469 web optional 
wims_4.05c~dfsg1.orig.tar.gz
 58c680796be4db0e696ff10f35df3edf 116750 web optional 
wims_4.05c~dfsg1-1.debian.tar.gz
 f1f2c1523d4b94a249a916b066af133b 18499052 web optional 
wims_4.05c~dfsg1-1_amd64.deb
 70b0ff5fb71dd3be1202d534d43d1924 1176764 web optional 
wims-modules_4.05c~dfsg1-1_all.deb
 475e38f2aa283d75be1b1046a3075b80 2566296 web optional 
wims-java-applets_4.05c~dfsg1-1_amd64.deb
 d6db24e485cba97547cf84f3310f5415 5 graphics optional 
flydraw_4.05c~dfsg1-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iD8DBQFSHHsLnfmb2hFpETARAqp8AJ42M2fMyLybuj/RbDT2QiCslWHgBACcCNDG
i8pagNmZoixLT+D7qXJ6bGk=
=pBMo
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vegbo-00040i...@franck.debian.org



Accepted knot 1.3.1-1 (source amd64 all)

2013-08-27 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 27 Aug 2013 14:27:44 +0200
Source: knot
Binary: knot knot-dbg knot-dnsutils knot-host knot-doc
Architecture: source amd64 all
Version: 1.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Ondřej Surý ond...@debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 knot   - authoritative domain name server
 knot-dbg   - Debug symbols for Knot DNS
 knot-dnsutils - Clients provided with Knot DNS (kdig, knslookup, knsupdate)
 knot-doc   - Documentation for Knot DNS
 knot-host  - Version of 'host' bundled with Knot DNS
Changes: 
 knot (1.3.1-1) unstable; urgency=low
 .
   * New upstream version 1.3.1
   * Add new debian/watch file (Courtesy of Debian QA)
   * Bump standards to 3.9.4
   * Stop using /lib/init/vars.sh, we don't use $VERBOSE anymore anyway
   * Drop syslog.target as it is not needed anymore
   * Remove SSE detection patch as it was merged upstream
Checksums-Sha1: 
 612ec875ecd4ee5b90d0c888ccef51cae0393828 1404 knot_1.3.1-1.dsc
 a1eca638dd8dea2f8ec56d21cc527ba748b34193 806964 knot_1.3.1.orig.tar.xz
 00db62e821667e0a9d057ff24479bddd4543ecf5 11992 knot_1.3.1-1.debian.tar.gz
 4f17009fb8346db71390f8742fd0957d24002f21 280680 knot_1.3.1-1_amd64.deb
 10c06a8b71fc7405191c2fceca1c044ac42ffad9 2261746 knot-dbg_1.3.1-1_amd64.deb
 55ad303837a0f6729f1d817a98906d4f4666fc45 148622 knot-dnsutils_1.3.1-1_amd64.deb
 aeec627bc0f961fe5fb32bd1ee0742732446c777 126260 knot-host_1.3.1-1_amd64.deb
 1bd12f14054b8c3c2f48f9431105f553e76c19cf 297416 knot-doc_1.3.1-1_all.deb
Checksums-Sha256: 
 eaa447a7d93b0dd47f58e85e30d79050a497ad37a6f2c949d752e86a345b63f3 1404 
knot_1.3.1-1.dsc
 57f62006e310be468568461fa7b87c57c5c87a89f10ce835625f9d0d4b2ee57a 806964 
knot_1.3.1.orig.tar.xz
 bd29f81f0235acfa6c832f81dafc9f974ae2279ed73228a4fbc08b279d767aab 11992 
knot_1.3.1-1.debian.tar.gz
 a48d6f41b0549bd4319fd8b8ade563df94c303374bb9821c3307cd88d21df2f4 280680 
knot_1.3.1-1_amd64.deb
 c5e34c0a403b54635147ea68f2f910475b2c3f520688eb2ab2c928d1ab1c7cc6 2261746 
knot-dbg_1.3.1-1_amd64.deb
 e7c40fbe67736a29c0c8f83344cb084e2c72f649d883b25cc0904e84fe89a08b 148622 
knot-dnsutils_1.3.1-1_amd64.deb
 d1ffd06e523a9b4e4620ed746d2725c1826c67fb3c059d09aa9d970785eb3284 126260 
knot-host_1.3.1-1_amd64.deb
 d75a17130f692163f2b317210dc7eb954a09ab9307f3c29f139909872fba6b15 297416 
knot-doc_1.3.1-1_all.deb
Files: 
 4cd1e40df4bef97fa8143e8fcd9a6f08 1404 net extra knot_1.3.1-1.dsc
 096f6ebe37720953a06f2ea287c9b6d6 806964 net extra knot_1.3.1.orig.tar.xz
 45823aa21e1880c37386978a27360229 11992 net extra knot_1.3.1-1.debian.tar.gz
 7455d6695408b7899b4ac2a3050f8496 280680 net extra knot_1.3.1-1_amd64.deb
 87833ba49f940f9150e3a0611ddb3dc5 2261746 debug extra knot-dbg_1.3.1-1_amd64.deb
 edb550b6428736178360fb19d6e08362 148622 net optional 
knot-dnsutils_1.3.1-1_amd64.deb
 84d69594ac6f01b3588f93de083b280c 126260 net optional 
knot-host_1.3.1-1_amd64.deb
 079c93acae3f35cc8a7c39c1fadd9653 297416 doc optional knot-doc_1.3.1-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlIcn6wACgkQ9OZqfMIN8nO/5QCfT7643qxNRW3H11Kxp/KAeiMO
ibMAnjtPYwFC166gnBIAb7KMZUZdw8T0
=V/Tu
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1veivq-0005tn...@franck.debian.org



Accepted octave-io 1.2.3-2 (source amd64)

2013-08-27 Thread Sébastien Villemot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 27 Aug 2013 14:55:50 +0200
Source: octave-io
Binary: octave-io
Architecture: source amd64
Version: 1.2.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Octave Group pkg-octave-de...@lists.alioth.debian.org
Changed-By: Sébastien Villemot sebast...@debian.org
Description: 
 octave-io  - input/output data functions for Octave
Changes: 
 octave-io (1.2.3-2) unstable; urgency=low
 .
   [ Thomas Weber ]
   * debian/control: Use canonical URLs in Vcs-* fields
 .
   [ Sébastien Villemot ]
   * no-flexml.patch: also remove the .l file in the patch.
 This should fix the occasional FTBFS on some autobuilders.
Checksums-Sha1: 
 063c0576de97d2a4ee1247502a2321c1f0a6781d 2026 octave-io_1.2.3-2.dsc
 fc0d2ba0656b2ccb18c34e1652b60b528ced8666 14501 octave-io_1.2.3-2.debian.tar.gz
 239a5a153e7a236cf514717becf25107c1551eca 173244 octave-io_1.2.3-2_amd64.deb
Checksums-Sha256: 
 a92f730e65d3f7657ecb48063cac3d70d12a1c308d113872e0720a105e4ae9ce 2026 
octave-io_1.2.3-2.dsc
 8932f70d9140cbac23a55bff22c10a29f67842ef3665760a062883430184ff67 14501 
octave-io_1.2.3-2.debian.tar.gz
 649dd0844ff0464a5aecff086d2a03100fd0603a55e26d8740aee336385aa5d4 173244 
octave-io_1.2.3-2_amd64.deb
Files: 
 3ead538b055995b1767c0ef92fdf7e4a 2026 math optional octave-io_1.2.3-2.dsc
 c302566a567e1f52290b5c0c8a3a8c16 14501 math optional 
octave-io_1.2.3-2.debian.tar.gz
 446329425e0aa7ae8f44864ad2cab427 173244 math optional 
octave-io_1.2.3-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCAAGBQJSHKQ0AAoJECzs6TUOzr5KfQ0QAIolSnqu4WJc0zHYE3pazun2
2fqLdK2oTRjl5Xqx37ShjA8PS3j0XbQTEqy+GG4TYSAdvh3G+ZWBnxllObWXSEPP
CwVTejb3gwJ/SzG3nZyZUuIMTj9f3bte3wSAjiWgMnHIT2aRJWyia4oevz08NNfX
uTlvXQ/p02H2qA8pm7XLLHSKE4Vl8NKZtfXBJ10+CZeJA2PvBVMazC77onntIOde
MYWEOr5qVFoCndhq/SOQMs01zS2rHQdvNz6YDZxtw7RtJn6HSkTxdcPP+X9O52cp
zQJgFnu6MwREbGw78QekYsbzbHemRgHgR8F71j7p9x97qoafLoeFcvi+LSzDfZHx
oEMwILQWmE8kgqM9cvD08UAuHWhpcYRbJv4yFoDYvAGxtts4vBCoXdXeTrcLLHC6
zcwdkHiOnELOoTwzSw922Et9J4TyReosTRprDyblX9ncmdtxK4CxqZu9RQHQ/pgB
Ou8ua3TTFtQ2UIAl51rwyyIP/npfOz+2zyjS06ua2B2wyMfeK2am40eXp/2qcCCf
UEP3VqHtIxsBijpVZax7jX2fC6Ydpuq5nXdyQfMn0XDXt2lnhx4W194xjXWU1hYr
OYkSfx/mbXYrpZfO7GopWXq5jAuhQUxlNdY+tjH+y7bzSKpxaz241kZ4UW/cjmz3
5GePUtjrlZ+5y0iX66Mz
=elus
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vej9r-00084j...@franck.debian.org



Accepted vo-aacenc 0.1.3-1 (source amd64)

2013-08-27 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 27 Aug 2013 11:51:07 +0100
Source: vo-aacenc
Binary: libvo-aacenc-dev libvo-aacenc0 vo-aacenc-dbg
Architecture: source amd64
Version: 0.1.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 libvo-aacenc-dev - VisualOn AAC encoder library (development files)
 libvo-aacenc0 - VisualOn AAC encoder library
 vo-aacenc-dbg - VisualOn AAC encoder library (debugging symbols)
Changes: 
 vo-aacenc (0.1.3-1) unstable; urgency=low
 .
   * Team upload.
   * New upstream bugfix release.
   * Remove myself from Uploaders field.
   * Fix VCS urls.
   * Update debian/copyright.
   * Bump Standards.
Checksums-Sha1: 
 709cbd228821850dd2b89560fcea65a1116f4461 2124 vo-aacenc_0.1.3-1.dsc
 6f8eea8e13f369e3568d9cb33d78e0ac28b7eaee 612463 vo-aacenc_0.1.3.orig.tar.gz
 c245df5a630e103a2132a072ec21106f500082cc 2741 vo-aacenc_0.1.3-1.debian.tar.gz
 411c92daa4af7e6f02ac0e99ab5238daff1457e3 74060 
libvo-aacenc-dev_0.1.3-1_amd64.deb
 230a614567dd17705a323219cb4f4cf77a77ce50 62582 libvo-aacenc0_0.1.3-1_amd64.deb
 021a7a722a50d71e6213bd0c0c414a1824eaaf64 135298 vo-aacenc-dbg_0.1.3-1_amd64.deb
Checksums-Sha256: 
 3aba6c87bd0447f605b8126c75d77bf3f928728b7fd46a0a0afbdf1dfd45e5ff 2124 
vo-aacenc_0.1.3-1.dsc
 e51a7477a359f18df7c4f82d195dab4e14e7414cbd48cf79cc195fc446850f36 612463 
vo-aacenc_0.1.3.orig.tar.gz
 16174acbe16a750ba48083532b111b690decc280569b9bc14ae74c5aab679a47 2741 
vo-aacenc_0.1.3-1.debian.tar.gz
 f3edcca4f57f806091ab4f32180128855bfbd9d26e53d3d3c703a8360d4d2866 74060 
libvo-aacenc-dev_0.1.3-1_amd64.deb
 ef7333df21551235db58182cebf57c132f1eca8284e291c2588449c7208bc2c0 62582 
libvo-aacenc0_0.1.3-1_amd64.deb
 dc275326b8c7e5c84c81878a2c049947ef4dcefc9ba01c3694b072c5a326874f 135298 
vo-aacenc-dbg_0.1.3-1_amd64.deb
Files: 
 a0be41742ae606a1015c93bd461337ed 2124 libs optional vo-aacenc_0.1.3-1.dsc
 b574da1d92d75fc40b0b75aa16f24ac4 612463 libs optional 
vo-aacenc_0.1.3.orig.tar.gz
 839a96189ab1ad02264a009b46f892bf 2741 libs optional 
vo-aacenc_0.1.3-1.debian.tar.gz
 2427c755230055de49ca725721619cf4 74060 libdevel optional 
libvo-aacenc-dev_0.1.3-1_amd64.deb
 c5b55ec2e50a8a277b3d879e07ccd366 62582 libs optional 
libvo-aacenc0_0.1.3-1_amd64.deb
 27a0d909dbe4319b7d24f81a16d608ef 135298 debug extra 
vo-aacenc-dbg_0.1.3-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJSHIazAAoJEOikiuUxHXZaC7AQAK2qX/reKjn5SuibMMYkj28K
05VcyXEa1sWpb304LSw41dxPwB9RQYQH4gArv6ORJI2e1Oy/xDeMTu1FDlX+yDBo
Za9Y18f/e4nveNruMWUD7t5ZuLBj2ull6Fig6tUlgcvY1e08FeY/8V+WtJ3a8rB1
DAwOOY+MvYLUxZ3RXjJpU0xJnXI+4LUmL0eCSCJHt/TGcK8jFF9eLDAzkItlo9j/
QFsIZFemVC4MOXwOvPKLbiJ35Ps+3jn6LyYd2g7JxoGyTjDZphppJWFnzEcBfBKi
BWXjH7zq8hvirReYq1+HQO65SNbq2Aoky13kIU6S4hFwga2rKDjbWvSCCtudJw0f
9aOb3AnyVPnIFxMyGsCFb8/kOE0gJg7aOQHpXGjzPhTed6tO+gz8SN0Sx3HXpFiR
rGSj3MP2lOBIxOYfc36iDS2ktJfYR9H0/a7RaOIp7VUMrCAD4QOeRczN2B5GBP8O
ADINyqpf8rJsK5T/PPyQmOeCQChW9K+4DaZAuFhjZESDCZq43psdJQUros9cf2it
oXwkr9jLkcMMePOtfgicuwFm580jF549LWp8HffzD5Lm94c/Dq3GLLMq+HUTvIwE
zGvAgA/cgy31EydzvBBAsnQnHyhlS7H8+ZGEbAuSNlmCBxaXdP+I0PLaMBm81Fg/
EJv4ifAsyMdTcEX7DnnX
=2uup
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1veja6-0008ao...@franck.debian.org



Accepted vo-amrwbenc 0.1.3-1 (source amd64)

2013-08-27 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 27 Aug 2013 11:59:15 +0100
Source: vo-amrwbenc
Binary: libvo-amrwbenc-dev libvo-amrwbenc0 vo-amrwbenc-dbg
Architecture: source amd64
Version: 0.1.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 libvo-amrwbenc-dev - VisualOn AMR-WB encoder library (development files)
 libvo-amrwbenc0 - VisualOn AMR-WB encoder library
 vo-amrwbenc-dbg - VisualOn AMR-WB encoder library (debugging symbols)
Changes: 
 vo-amrwbenc (0.1.3-1) unstable; urgency=low
 .
   * Team upload.
   * New upstream bugfix release.
   * Remove myself from the Uploaders field.
   * Fix VCS URLs.
   * Update debian/copyright.
   * Bump Standards.
Checksums-Sha1: 
 2034efd185679b7a3be289cf32aa03916e3fea6f 2154 vo-amrwbenc_0.1.3-1.dsc
 427a147a378d258614d5d470f1f222e249535be7 608936 vo-amrwbenc_0.1.3.orig.tar.gz
 a3427d36ddec65afd2f3e1c0c607067414e6698e 2784 vo-amrwbenc_0.1.3-1.debian.tar.gz
 a12af6d9e8d1d239d91c83c019847df52b05b54c 65582 
libvo-amrwbenc-dev_0.1.3-1_amd64.deb
 3088d1c495aecb5a2a6f2c6cca3c16e2dc0e7533 59356 
libvo-amrwbenc0_0.1.3-1_amd64.deb
 f40b5e0b29e2795211ebcc0a2aca3896e2820878 114260 
vo-amrwbenc-dbg_0.1.3-1_amd64.deb
Checksums-Sha256: 
 c8d77da0c8b3e13ee3fbfd445142a3fbed10f427024b2692f9fbdaf123cb25f0 2154 
vo-amrwbenc_0.1.3-1.dsc
 5652b391e0f0e296417b841b02987d3fd33e6c0af342c69542cbb016a71d9d4e 608936 
vo-amrwbenc_0.1.3.orig.tar.gz
 e5703663cd1a6505aede0119e0a3f6dbc13e73a462d15ba5231ae839866d0ef2 2784 
vo-amrwbenc_0.1.3-1.debian.tar.gz
 c5e031b7b27caf297791a9c569b5f15a5835c8f6e7e10366d650d00ee1833db1 65582 
libvo-amrwbenc-dev_0.1.3-1_amd64.deb
 a5fa02740969c580fcbc06bed0f781aef6890e7120f1903779a5f9b06f14ce65 59356 
libvo-amrwbenc0_0.1.3-1_amd64.deb
 a7e224a4c85bcd8aa51ec7282e0e2badd0710885ab82a9ba5bd8ebb87d6a 114260 
vo-amrwbenc-dbg_0.1.3-1_amd64.deb
Files: 
 d2c05c4c111862949a906b2a2502910f 2154 libs optional vo-amrwbenc_0.1.3-1.dsc
 f63bb92bde0b1583cb3cb344c12922e0 608936 libs optional 
vo-amrwbenc_0.1.3.orig.tar.gz
 e28168ffb5f3ae10e42fb5c926aa2d10 2784 libs optional 
vo-amrwbenc_0.1.3-1.debian.tar.gz
 245422a9e8e37ded8404904d5a4a0cfc 65582 libdevel optional 
libvo-amrwbenc-dev_0.1.3-1_amd64.deb
 9de1901b29e83c778c46773771313192 59356 libs optional 
libvo-amrwbenc0_0.1.3-1_amd64.deb
 24b76239bdc5164cb77e36b665d0295e 114260 debug extra 
vo-amrwbenc-dbg_0.1.3-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJSHKcxAAoJEOikiuUxHXZaSy0P/izE33HyQkeVRp3wIMUKKdTZ
o5R4FAwMDeR4YU2rcRL/JHVESb2FdGGtbW+mU9VbPuKZmMBmEJjzU489j09KahOD
F5gdV1FINfNfpIe3DcwV55dSOrC45xJhGcxW5Sqfvle0aO8Lt3f91mNU2KDJEsr1
CGo7E/8Y+XCxNaQlWWVTWRfoVvMMtnzgFeBAOJA9o62IVAiGBK/93n2wu9652911
z1ZdkycSiVCaEb7jM4O2SY1K0YdXx2x+rjunQZ++3iMlfqayVT3Tq8hvXsUP5Z57
kzS8kUsv2EUPj6ykEAjVBdvr1w49N+T1FHSuhA6UfMv2KldMInAoGX5X0EaO79cE
OF9CjTExuhi2KO1tvv4cDlhDdtp/I1ekfjGuPZRO1mRFjBS7DU27K3VOLag73ee0
FppVFivRcF03s0NkgCY8QTXctB30tgPHP2mpa0nRSa/K1le+kGaWtdz15t6sYDGy
3pPf772Hawl8+juUmdz0zYLFwhWVAzBrkcs0QW96erOfoAiL7ex2MSkJGAR+HP2D
0s/NW0AKKiYtNKn4MZeLtB8FyCe5iiBIdBCHcGu7Yhf7kUzp22MRt7jOIFp7Vp6D
Yi6ySZ7okPl7nKHi0O5Yn1eCrabmZ49uN3Byl9jsvg+jBExcLorzuvLoZZEWHUG5
D4cEyOoZYo9qihECIarp
=l681
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vejok-0002rc...@franck.debian.org



Accepted cheese 3.8.3-1 (source all amd64)

2013-08-27 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 27 Aug 2013 11:07:57 +0200
Source: cheese
Binary: cheese cheese-common libcheese-gtk23 libcheese-gtk-dev libcheese7 
libcheese-dev libcheese-doc gir1.2-cheese-3.0
Architecture: source all amd64
Version: 3.8.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 cheese - tool to take pictures and videos from your webcam
 cheese-common - Common files for the Cheese tool to take pictures and videos
 gir1.2-cheese-3.0 - tool to take pictures and videos from your webcam - gir 
bindings
 libcheese-dev - tool to take pictures and videos from your webcam - base dev
 libcheese-doc - tool to take pictures and videos from your webcam - 
documentation
 libcheese-gtk-dev - tool to take pictures and videos from your webcam - 
widgets dev
 libcheese-gtk23 - tool to take pictures and videos from your webcam - widgets
 libcheese7 - tool to take pictures and videos from your webcam - base library
Changes: 
 cheese (3.8.3-1) unstable; urgency=low
 .
   [ Jeremy Bicha ]
   * New upstream release.
   * debian/control.in:
 - Drop build-depends on libgee-dev
 - Drop alternate build-depends on valac-0.18 since it's no longer
   in Debian
 .
   [ Michael Biebl ]
   * Upload to unstable.
   * Drop 99_ltmain_as-needed.patch since we are running autoreconf with the
 --as-needed argument.
   * Bump Standards-Version to 3.9.4. No further changes.
   * Revert the changes in 3.6.1-1 which bumped the build-dependencies to force
 the use of the versions in experimental.
   * Revert the changes in 3.6.2-1. We want a strict dependency on
 cheese-common for the gsettings schema.
Checksums-Sha1: 
 ce88c2d2884216058afa3f3c1dc5814c1b74a9b7 3219 cheese_3.8.3-1.dsc
 853392c7ef0cadc41eb1c29f18a3bbe57f69b9cf 3730296 cheese_3.8.3.orig.tar.xz
 52be3f0d39b14bc4dcda702a6c670c568e18ca48 10841 cheese_3.8.3-1.debian.tar.gz
 af183bfd511635ea9c47ab726bd284dcf762c7a9 3151084 cheese-common_3.8.3-1_all.deb
 3a5789149139e8fb0340223e95d112035035cf68 344918 libcheese-doc_3.8.3-1_all.deb
 66f417c01db4f1e7ea8d91f988fca3e92be717b0 241034 cheese_3.8.3-1_amd64.deb
 c726f2a11de61805f972722f087160d5b9d64772 206216 
libcheese-gtk23_3.8.3-1_amd64.deb
 74096de531316840315b4923ccb7527ff85773ee 192558 
libcheese-gtk-dev_3.8.3-1_amd64.deb
 14dc694271ab5a6a1c2c6bc0659d060a91755644 212668 libcheese7_3.8.3-1_amd64.deb
 c1aeec7c0055745e48ceb4cdb81ee57b3fc131b6 198940 libcheese-dev_3.8.3-1_amd64.deb
 a56350f50280065a1ada3f291486754e49093176 193530 
gir1.2-cheese-3.0_3.8.3-1_amd64.deb
Checksums-Sha256: 
 d605770baa87cf44994a4289c43537610ed572b8aaa68edb64ca8dc03f4f89aa 3219 
cheese_3.8.3-1.dsc
 5f08079b6ccaa6ea8de9163ff0e43554347c12e13f0a60eb6ad06d291c116937 3730296 
cheese_3.8.3.orig.tar.xz
 6154378036b7c5beb67f6b20cc2113bcdd8485216de93483b702bde1a77436ff 10841 
cheese_3.8.3-1.debian.tar.gz
 493be202d0115a788898bb9340712401f69a9a62bd6bf4d12361e7768064d9da 3151084 
cheese-common_3.8.3-1_all.deb
 25720bb84d4ae933d9174d64682456ffc4b4cbf1da28739785e99eef779fe9b8 344918 
libcheese-doc_3.8.3-1_all.deb
 7feaf083b88516245569bbd5ece0b055044cbd3b594c11c497d0666e6fe7d9ce 241034 
cheese_3.8.3-1_amd64.deb
 e5c07b50dc93c32954b8f9b57f18677eb5e350f89e15bc275298e83798ce4502 206216 
libcheese-gtk23_3.8.3-1_amd64.deb
 3804aab5139ed4938a1b712a1ccd850a158c1de046e5b51a12ee5fe39aa91b85 192558 
libcheese-gtk-dev_3.8.3-1_amd64.deb
 d428f79d3a0b89dc899f28acd56ba6ee455fbbcfd85ef359ff61f7331bc939c0 212668 
libcheese7_3.8.3-1_amd64.deb
 54f248535cf9008189f69308730bf46f96586b221b0b437375490a44e8345b66 198940 
libcheese-dev_3.8.3-1_amd64.deb
 14267d12ca01848bcb4dbd94f44062e7095a8622dd6d4d8e1feb9fe908b895ca 193530 
gir1.2-cheese-3.0_3.8.3-1_amd64.deb
Files: 
 491041160dd014df156cf8afd4151e98 3219 gnome optional cheese_3.8.3-1.dsc
 62f2670fa2c44fb51613ebb8f4d2c07c 3730296 gnome optional 
cheese_3.8.3.orig.tar.xz
 fd72557926d93ab7c99e7842b40391b2 10841 gnome optional 
cheese_3.8.3-1.debian.tar.gz
 0ff9776cd79a670f287a9872351a1802 3151084 gnome optional 
cheese-common_3.8.3-1_all.deb
 59435d3ed30bec52b2909c4b73c01869 344918 doc optional 
libcheese-doc_3.8.3-1_all.deb
 82ef7352b61835e86f8293f01e40 241034 gnome optional cheese_3.8.3-1_amd64.deb
 e1b82201c9aeaa027b39f959b427579d 206216 libs optional 
libcheese-gtk23_3.8.3-1_amd64.deb
 79ef039bfc27bb2c26998bd0a91ed475 192558 libdevel optional 
libcheese-gtk-dev_3.8.3-1_amd64.deb
 2da00b82ef8a71c0ae641f84c016f8ae 212668 libs optional 
libcheese7_3.8.3-1_amd64.deb
 844167ec50d42cead701f282a6803091 198940 libdevel optional 
libcheese-dev_3.8.3-1_amd64.deb
 a0cd41f658227c6eb79496dc28d35466 193530 introspection optional 
gir1.2-cheese-3.0_3.8.3-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCAAGBQJSHI8ZAAoJEGrh3w1gjyLc64wP/RL/82ra5AOtJEXxhpHYzh8a

Accepted openblas 0.2.8-2 (source amd64)

2013-08-27 Thread Sébastien Villemot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 27 Aug 2013 18:04:04 +0200
Source: openblas
Binary: libopenblas-base libopenblas-dev
Architecture: source amd64
Version: 0.2.8-2
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Sébastien Villemot sebast...@debian.org
Description: 
 libopenblas-base - Optimized BLAS (linear algebra) library based on GotoBLAS2
 libopenblas-dev - Optimized BLAS (linear algebra) library based on GotoBLAS2
Changes: 
 openblas (0.2.8-2) unstable; urgency=low
 .
   * qemu-athlon.patch: new patch, should fix FTBFS on babin.debian.org
 (which is a weird qemu guest declaring an Athlon CPU but without
 3dnow! extensions)
Checksums-Sha1: 
 67fd194fe1c8994c2cd11dbc5a5c1d78bcdf37b2 2177 openblas_0.2.8-2.dsc
 3945f403792dbd538a64859686318c1007f9ef61 10508 openblas_0.2.8-2.debian.tar.gz
 d7f1c04b7b8bae940a4146d867879e7a7682fc42 1175272 
libopenblas-base_0.2.8-2_amd64.deb
 78dde3fcb282cdb27e535857ce753d928a302dbf 1164920 
libopenblas-dev_0.2.8-2_amd64.deb
Checksums-Sha256: 
 804bae9288f19cb8872c22cbbfffdc3061bf197b7e34ae353de8d31d61fe6959 2177 
openblas_0.2.8-2.dsc
 a9a77e4ce33a7fcb66f9edecfb55f562d0449f48fd1b483216a9fe48f7453bde 10508 
openblas_0.2.8-2.debian.tar.gz
 31f1a738cefe7e8ae53ea81a109952878b49ea7790ea039873b7b1654061594b 1175272 
libopenblas-base_0.2.8-2_amd64.deb
 f4cd3f86eeb362c3e6f3750451d4443da57ccd9d3cd6c9140adb7be2d79431e3 1164920 
libopenblas-dev_0.2.8-2_amd64.deb
Files: 
 c9a04f48122a0af4f2154273170e804f 2177 devel optional openblas_0.2.8-2.dsc
 d01f9a1cc010493673e54e6cee62e2fa 10508 devel optional 
openblas_0.2.8-2.debian.tar.gz
 10576390dc5693b955d4adcc0e59785e 1175272 libs optional 
libopenblas-base_0.2.8-2_amd64.deb
 82a58946e3ed8953c38c251cb5d095f5 1164920 libdevel optional 
libopenblas-dev_0.2.8-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCAAGBQJSHNDWAAoJECzs6TUOzr5KJmUP/08Jm1+yNPe4/PLktCN2Qy/q
bk2/pzinZrCcG6Sr/OUeRgDBr2NGFbvthEOpR8Cj2iKx/zq2x4RsVdwgiD6lN0Fs
xZi4dWpzmPPH11OoGpOdFc2o9COqgFNsMOhXsuI9KSdECugUKgt7tuZo6wJuM/K4
AzMjZ/6HCwU3Q4XVrhSJvud4XqkEuuv9q5ci6FyE3z8S8yVVA+c07F1PspGs8BPz
RztxUy0wTVDfGFFMQBJE/5eEcRGxK6pRi9aoVD4Zh8g//7PwtRnvwAPnQT5TPM3q
uCYAIsLoqOXxkWPjcE927Efb7mI5mewSwtthr8dk2nHS3CI0eC+IQJ3Eep2S8LCL
izuLoAy/rqRTTGhkgesyUTxz8UmDGLFdjDJWViOd4QpabNyUgEuODA7TazDx10lE
10Qs2V+csB7ikBW/HGBNBikyR9QaeWSelBG1TlGj+NIEQ5cB3jD4QAD34RV1J1gr
eBIPG+rdRZdeJwu2HgSSclp2wKi6LDErEQUhctpygVbLAaZ9GJ+jN494O31Zzp6I
RR59ybDY3D9HRvn3CMEJGRPR0WLCygHXqXf5VLSYIt9Db9lTJqvrXtsx+Dc7WYay
GM5qDIzaSMjE6/VT+41hQ2BR4rvgMdKQq7e7GhxYc1aBOrYeq/E+FXgwdZgjZswt
w139iflPm9u6Y+hQrEhQ
=c98J
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vemct-0001te...@franck.debian.org



Accepted cmor 2.8.0-4 (source i386)

2013-08-27 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 27 Aug 2013 16:43:28 +0100
Source: cmor
Binary: libcmor2 libcmor-dev python-cmor
Architecture: source i386
Version: 2.8.0-4
Distribution: unstable
Urgency: low
Maintainer: Alastair McKinstry mckins...@debian.org
Changed-By: Alastair McKinstry mckins...@debian.org
Description: 
 libcmor-dev - Development files for Climate Model Output Rewriter
 libcmor2   - Climate Model Output Rewriter library
 python-cmor - python interface to CMOR
Closes: 720693
Changes: 
 cmor (2.8.0-4) unstable; urgency=low
 .
   * Fix spaces in Makefile that Make 3.82 is picky about. Closes: #720693.
Checksums-Sha1: 
 6a3b91d743b0c6608b04b9d143a511fe20932895 1982 cmor_2.8.0-4.dsc
 96d86b85c6481a0589f8f2dd330134011642fbf6 7654 cmor_2.8.0-4.debian.tar.gz
 68c16b635aabd63c408140057c04e5f80fe6b19b 107802 libcmor2_2.8.0-4_i386.deb
 ed64f8cdd524f9536942e2e03c42bfb6a4a05bc2 3745058 libcmor-dev_2.8.0-4_i386.deb
 472af89a4d85125bf9a302b6cc28e5cca11daf99 116252 python-cmor_2.8.0-4_i386.deb
Checksums-Sha256: 
 40703fce825cffd69455bf61455e5a37cbbeefbd6f22d805a593afd2faf850d5 1982 
cmor_2.8.0-4.dsc
 6f210a7c61c69f8f280db801628879d2744ee88806e5f0807cff0d3b 7654 
cmor_2.8.0-4.debian.tar.gz
 b1bf01cd6fd12ae8237da9fc4b60dc0c89f8eb340573aa406a7da7e96ae5d984 107802 
libcmor2_2.8.0-4_i386.deb
 3cabfe72c916f5a060051782b0b88dd46c063286d9791dd216a103e66d7658dd 3745058 
libcmor-dev_2.8.0-4_i386.deb
 4d6696fdbab6c1e1e73ba0ad88dbf5cf7357928fdf058ec3380097923481297f 116252 
python-cmor_2.8.0-4_i386.deb
Files: 
 159eca9831d52f4eaaedd70ea9b0ac1b 1982 utils extra cmor_2.8.0-4.dsc
 c580d2cf608ca186e57fdb8598f1bc07 7654 utils extra cmor_2.8.0-4.debian.tar.gz
 1c7fb6b1e92c4aed8ba8252f3a768d72 107802 libs extra libcmor2_2.8.0-4_i386.deb
 7bb027f091df077b6fc6d0f4869ee832 3745058 libdevel extra 
libcmor-dev_2.8.0-4_i386.deb
 7247cd900ed7106e7a8d02247bd89bdb 116252 python extra 
python-cmor_2.8.0-4_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCAAGBQJSHMx9AAoJEN9LdrZRJ3QsKXoP/3usFGkwfAHvqWysTdMTwuS8
yZKCuMcdjhreqIBZCNdVixMW7lAZ03oC1j9dEje7i4EHJ19wvoC1aOKkkf0XGzGq
fOnZ6FttJ/n4fbpCH3kFGDeVio4K/aVTotMaE3vYDBL79JXzjL5LsPaUvi6xbvQW
bT/JWKWBhDDPqVnvVR6MgBi4elvuKPVeNHSJQQNAJf8XBeKAOzDKY5iGPs8+ClJA
qVD1wlFcMdYfOoXzwlw08BI0P3hkPGoa4vJjuvBeYYuMuXuBlAW6Kxx193Sm/SWx
+mcuahesuts6dOuXCSD7AQh+hxirUSe4O64Pv2qYniIq2Reu1yOm1GOwWG5mVFtd
R5NedX6rIho8unov4578Wwg4GUFGzR6yJlLYDrT4h2z/n3AAWJAy4CitKEN1gFc6
+rhm/CVBqCLItm7cYWL9GgXVWTYBv75eD9AzffVZP0T+N/rGedBuvVWS9PVMNU5Z
8qsqNZMnz7ZVHxHGQA2YatuQaBedFkslLZ8fDjGy9doDE2xk3pZob0+0FIJCmg3H
IO8Bx6PYFaUXFV2xmZE8BBY0EOT3m/WTwQ9GxGMmKQHdPTvSDD6FxCiGbOceonW1
c4s6dDyEG9sjVcBrXccuNMXZuZvocdC11PJw4377oeWX0aS/dLQrr2o7kr+lC5++
VUIGPBp7rOdYiHDQ2+07
=q1zB
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vemcx-0001ht...@franck.debian.org



Accepted lilv 0.16.0~dfsg0-1 (source amd64)

2013-08-27 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 27 Aug 2013 17:07:00 +0100
Source: lilv
Binary: liblilv-0-0 python-lilv liblilv-dev lilv-utils
Architecture: source amd64
Version: 0.16.0~dfsg0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 liblilv-0-0 - library for simple use of LV2 plugins
 liblilv-dev - library for simple use of LV2 plugins (development files)
 lilv-utils - library for simple use of LV2 plugins (runtime files)
 python-lilv - library for simple use of LV2 plugins (Python bindings)
Changes: 
 lilv (0.16.0~dfsg0-1) unstable; urgency=low
 .
   [ Alessio Treglia ]
   * New upstream release.
   * Needs sord = 0.12.0.
   * Needs sratom = 0.4.0.
   * Refresh {,Build}-Depends fields according to the most recent API changes.
   * Refresh patches.
   * Add patch to prevent build failure.
   * Update symbols file.
   * Bump Standards.
   * Refresh copyright.
 .
   [ Jaromír Mikeš ]
   * Added myself as uploader
Checksums-Sha1: 
 8b23e78ca027d8f63eb7e40ed502be48001f5100 2286 lilv_0.16.0~dfsg0-1.dsc
 5729588970b4c17e0127a3f78b67c809dbdccbb8 168272 lilv_0.16.0~dfsg0.orig.tar.bz2
 893df0e2f6135b11c6ae30b46eca659fb3c576ea 6959 lilv_0.16.0~dfsg0-1.debian.tar.gz
 64a9589c94635ab06c42ce850f7617cca825828a 34150 
liblilv-0-0_0.16.0~dfsg0-1_amd64.deb
 45a949d657f64e4924e880bf408f4136fbce010d 69628 
python-lilv_0.16.0~dfsg0-1_amd64.deb
 98131f7c910a26759f5c289a6d1b02f50c86d192 18342 
liblilv-dev_0.16.0~dfsg0-1_amd64.deb
 226ef5b909171e1e0295abc848ccac52f6b9f078 16210 
lilv-utils_0.16.0~dfsg0-1_amd64.deb
Checksums-Sha256: 
 2a87ad37ebd4fbcded3a1f4ee127a777192d4dc8ca5a6f815f2d931eda097abe 2286 
lilv_0.16.0~dfsg0-1.dsc
 2c14ecdf99326b89c9e1766df50af7154ca9b91fd60b1bed6ed904f24636c651 168272 
lilv_0.16.0~dfsg0.orig.tar.bz2
 1bf58ff2391392c1db92cbbcd269f2ace30eaf138f4f7108c7f9a524ed090c35 6959 
lilv_0.16.0~dfsg0-1.debian.tar.gz
 0ed136e85ae2600c65e40dfd1b0cd60522360cbbe424313016af326dd4f03ee6 34150 
liblilv-0-0_0.16.0~dfsg0-1_amd64.deb
 87977cdbd61ad798a38a39336a9b29af96a131a3a78011a80c80fe5d04a40e18 69628 
python-lilv_0.16.0~dfsg0-1_amd64.deb
 dcbf14eaa991a50a69a194990ec700573ae54aca16718251319df9421bf2a634 18342 
liblilv-dev_0.16.0~dfsg0-1_amd64.deb
 7626a57e104856a7bf6769491b1c18ecf0c0c4ec5f19c2588763fa8e1488231a 16210 
lilv-utils_0.16.0~dfsg0-1_amd64.deb
Files: 
 a57a357bdae008bae9174e3d05ac21c2 2286 libs optional lilv_0.16.0~dfsg0-1.dsc
 989abb9e11341669d88f43c79be95c6b 168272 libs optional 
lilv_0.16.0~dfsg0.orig.tar.bz2
 34cb22d7bb2488afdb6c7277b626b79c 6959 libs optional 
lilv_0.16.0~dfsg0-1.debian.tar.gz
 3c78b7c5c94de25fcb76a99af1467b1a 34150 libs optional 
liblilv-0-0_0.16.0~dfsg0-1_amd64.deb
 30d1a8e6ed7d8f684b450d9c8526167f 69628 python optional 
python-lilv_0.16.0~dfsg0-1_amd64.deb
 2b427724079a805b3949c78001e3f348 18342 libdevel optional 
liblilv-dev_0.16.0~dfsg0-1_amd64.deb
 5bdc182240b09a089a79bc8a91bac472 16210 sound optional 
lilv-utils_0.16.0~dfsg0-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJSHNACAAoJEOikiuUxHXZajvcP/Ak6fgnhYtRoLMChRfr8XMWk
fLNvAZ4SM80iXG6ciziWP1ZmMfnPwBm9rE87jrM4YPilPVGBKw6rlpJc/SUuuby8
pVyeGTo9b9Xqv2fZzND6IoUaR9Yg6e2vIbv9cs4QFqEA3n8MxsBga9KVovoXKtm9
J68Z6UQqObmCJM+/8GmVaN/eZVntSl5GJLNczeEtRL1uR7kiT+j0LhIl3bmjWODJ
KV7ga0y25+vFKNPBmri7t5fakZrjruOAstt3m2T31LGXetcCeb27NcjhoJZR3yQ7
7qm+VoE2r4MbtI9wwOKI4dvL8mG/ZUfNZ9p0xH+0YvmPTCKDEJ5+DVdyFLMC8som
xGdHuCUR+PQo8JLu/CMFWNHMs40aBr3sYDOaY+7CqKwQ/kcLA18zbqj3Mv0w+Iw0
AcecQDR+kJry1cbEjF7FBnonyGYpCvWAaNO6YIqLA4EO4/WPr75DuqD/BFEqS79a
RHHVs91dF+bs3T3VWnQKJJJPVGXRL4HlBUKr/9hfPXQiIPvBxCWoejoZ++VkmOfW
2eE0wpfhehUuQwejeAtgDWcT5HavxYULVoQakqnMpCE//0jRPfLu8nd8jh8sH6XC
LGgFeIPNbRWAOuYQ7FtF9VT+G9XmoOjtgkcycaun4Dwrk6E5LJBXmBAgGq6oX6IQ
oFzgREW7+C64/E59/QSr
=7GvV
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vemci-0001pf...@franck.debian.org



Accepted lives 2.0.5~ds0-2 (source amd64 all)

2013-08-27 Thread Sebastian Ramacher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 27 Aug 2013 18:18:51 +0200
Source: lives
Binary: libweed-dbg libweed-dev libweed0 lives lives-data lives-dbg
Architecture: source amd64 all
Version: 2.0.5~ds0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Sebastian Ramacher sramac...@debian.org
Description: 
 libweed-dbg - library for inclusion of plugins into LiVES - debugging symbols
 libweed-dev - Development library for inclusion of plugins into LiVES
 libweed0   - Runtime library for inclusion of plugins into LiVES
 lives  - Video Editing system allowing users to edit and create video
 lives-data - Data files for LiVES
 lives-dbg  - Debugging symbols for LiVES
Closes: 720805
Changes: 
 lives (2.0.5~ds0-2) unstable; urgency=low
 .
   * Team upload.
   * debian/patches/03-libav9.patch: Fix compilation with libav 9. Thanks to
 Moritz Muehlenhoff for the inital patch. (Closes: #720805)
   * debian/control: Bump debhelper in Build-Depends to = 8.1 for
 *-{arch,indep} support (required by Standards-Version 3.9.4)
Checksums-Sha1: 
 00f053c6efb9f11ef0cb1563d64ebbef2c8900f5 2827 lives_2.0.5~ds0-2.dsc
 36727c11e70b0245e2f217042ca538ea6ed7954c 20107 lives_2.0.5~ds0-2.debian.tar.gz
 bd66f2db575bb55c57cf6161e15442f970b16648 56026 
libweed-dbg_2.0.5~ds0-2_amd64.deb
 6c94257596bc2777262b55f1151eda0553179d14 40258 
libweed-dev_2.0.5~ds0-2_amd64.deb
 54130b46c2e76aeebccaafbb8e64b6786dce6e77 43196 libweed0_2.0.5~ds0-2_amd64.deb
 1a93f4f3510fca7cadd099e08d685cdb08fb705d 1143374 lives_2.0.5~ds0-2_amd64.deb
 e4de156ee68b3eba51b46805566865c5d8bfb5c6 1500780 lives-data_2.0.5~ds0-2_all.deb
 e181fb9a3d57caa944f99283075f784116ab3d94 2356274 
lives-dbg_2.0.5~ds0-2_amd64.deb
Checksums-Sha256: 
 fa679226bdbf2b8bea9c0bee2013b6d83d12c7ea4218131e2915bb86876574a4 2827 
lives_2.0.5~ds0-2.dsc
 8a1a8bc21d2ee2df56c7efa47c59b06efb41b567425f2ca6e4e0494a36151f25 20107 
lives_2.0.5~ds0-2.debian.tar.gz
 f7c4158a9dbcf12e10390ddd044b7dd81eb55287fd6eae491c31b010c7795f44 56026 
libweed-dbg_2.0.5~ds0-2_amd64.deb
 49d134783b0939444d3e7f4e33525d619c19dee28b406f839266cf477b8e950b 40258 
libweed-dev_2.0.5~ds0-2_amd64.deb
 c0eabf0852482c9ab9fa9b7a021840d5483d43062bd738a8670d01276bfe5280 43196 
libweed0_2.0.5~ds0-2_amd64.deb
 64b5369fe74f4c6bca0157f3dc80b5890cc2b762ead94e7376bfd5d2a3e92e8f 1143374 
lives_2.0.5~ds0-2_amd64.deb
 ac0549e929e1dd2ae1d0ce191b6f2184657220d48d4103f51397944576211153 1500780 
lives-data_2.0.5~ds0-2_all.deb
 626b23e462093c060734bb705c5342303468b6d7f415403774f2ebf63f9579c2 2356274 
lives-dbg_2.0.5~ds0-2_amd64.deb
Files: 
 49b68d749f49281e1c8150b32045d107 2827 video optional lives_2.0.5~ds0-2.dsc
 2604d5c6c0d42481fe272223c49efb1c 20107 video optional 
lives_2.0.5~ds0-2.debian.tar.gz
 5c656b1b0d4e1cb6569b559746561f3e 56026 debug extra 
libweed-dbg_2.0.5~ds0-2_amd64.deb
 5e219226c965da16dd47342cf2c8b1a3 40258 libdevel optional 
libweed-dev_2.0.5~ds0-2_amd64.deb
 9523f46ee0ae37e379c1b89d0d6e8d9b 43196 libs optional 
libweed0_2.0.5~ds0-2_amd64.deb
 06c6c9599359bcca25dde5f795b16b78 1143374 video optional 
lives_2.0.5~ds0-2_amd64.deb
 9a855b2da676a57fa77af55c0792a57e 1500780 video optional 
lives-data_2.0.5~ds0-2_all.deb
 20c66c6065353d5dd45da2c738539385 2356274 debug extra 
lives-dbg_2.0.5~ds0-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCAAGBQJSHNNqAAoJEGny/FFupxmTRcMP+QHX2mhzlcVayIGkS7j8AYjY
xqRsT8plcBHUdo73B+9z4XJ1KywV/2OEdo3xNiYDVwzTSzD7YTn07bGeZfOaJQv5
/TU9ZlDzBxRmydXtJNTCARPn+NKw40W92NDnBRkNO/57pbehgE7ze2A/rxGaR9hd
a5eADJL5QbTsl9aeMFjYJPB29mffHEk4WS9oic42gbxc8wLGRvVNuwO3hSVWbIm0
3ZVUtibdL0q74PcNaBqbZipY3YdJEJyNeUA9jCmJ0dgKQCBdL61LyXvsmfyQtFoL
qMdbzDyNbbc0d2VZgYGhZsB3SJ5u8cwmxUYCNsCGD1yl7pFr2R2MmQxFA/0Xs7HF
wsaqBHj/F5/vJclLvOz3gDwZJlH9itdRHtmPduB7XREr50fFAt5/p7cLD/Hg8nGI
RPcpOpWwbZE0ArFH6I0/czTG9TjqsEWiCijSZVUr56WujE4j6FlZK8sRIImzLiNR
bxWJLhaUk/tXaRQNNbiC1Mh6AKrwgQFR7eUCohVPi6Mdsul2oMx7G0dHp+XXxeS8
7b2FzSQ9VcfbeCQKSSm0I5jqDX5HY1K9wHSwRtzL/rDA6NPMCC0vZh+4FRU+5DEH
2fpgxmmWZCiJKqqcUsL8FCS1z5VI+3J7J/ZqAjTpQepb/99JEIBUJRLF2TPULthd
eEeie4AB2Wg5De9bTNv3
=FgS7
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vemrt-0004df...@franck.debian.org



Accepted lm-sensors 1:3.3.4-2 (source all amd64)

2013-08-27 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 27 Aug 2013 18:36:05 +0200
Source: lm-sensors
Binary: lm-sensors libsensors4 libsensors4-dev fancontrol sensord
Architecture: source all amd64
Version: 1:3.3.4-2
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 fancontrol - utilities to read temperature/voltage/fan sensors
 libsensors4 - library to read temperature/voltage/fan sensors
 libsensors4-dev - lm-sensors development kit
 lm-sensors - utilities to read temperature/voltage/fan sensors
 sensord- hardware sensor information logging daemon
Closes: 720213
Changes: 
 lm-sensors (1:3.3.4-2) unstable; urgency=low
 .
   * debian/fancontrol.init: pass the config file location as argument of
 the fancontrol daemon (closes: #720213).
Checksums-Sha1: 
 dac30478a11cfd9609f96e167239613a7f5f5d35 1299 lm-sensors_3.3.4-2.dsc
 8459198fb02418c9ba47145e7be22c48f18ea8bd 29468 lm-sensors_3.3.4-2.debian.tar.xz
 b3d22ab8a86289eda432a4ae259f18224a146cba 43554 fancontrol_3.3.4-2_all.deb
 2a169a147dbe5c55cc60335be1fbe18f3e60cdd9 109032 lm-sensors_3.3.4-2_amd64.deb
 33829f555b006f3b69f21dcb615cd26aae8f0aa3 50782 libsensors4_3.3.4-2_amd64.deb
 29860e8d38e3d93b72818a760aa0c03c62f29b18 57264 
libsensors4-dev_3.3.4-2_amd64.deb
 8eb6bab3304324f5e6bd9712c7b83aa3d025b0c0 45164 sensord_3.3.4-2_amd64.deb
Checksums-Sha256: 
 2d21841b430cacf066e966cc61781c1662069548bc8d0c2d3a63d9f07e4b9874 1299 
lm-sensors_3.3.4-2.dsc
 8caa515e14424076ffb81c60d35ab13bc51167535cd46c1a5186ed3362bc2eae 29468 
lm-sensors_3.3.4-2.debian.tar.xz
 331cb2575c1a4c1b5f13a0afddce909419bab25c9138ecdf1f399fa5ec505aa2 43554 
fancontrol_3.3.4-2_all.deb
 85dce11e62037d0fae0b5cc786f6a3a5cac9d1a09950826a7d5a003d011ee482 109032 
lm-sensors_3.3.4-2_amd64.deb
 efdc0057b28927ffdaa81f31daeee5de8508552e15a3e0fc017eb46f4b10d27d 50782 
libsensors4_3.3.4-2_amd64.deb
 81779ec4821b384253e05cea0fda864feeb2fd8d71c6c5e6048d3b250466960e 57264 
libsensors4-dev_3.3.4-2_amd64.deb
 dcc97669bd35f06c2441e694b773c7719451dccbbee4de1120fb0629d96b7c2f 45164 
sensord_3.3.4-2_amd64.deb
Files: 
 4894e3e97eee0400078fe0acb24bce03 1299 utils extra lm-sensors_3.3.4-2.dsc
 3d8ca38f5e6790f8877255949e8f2f43 29468 utils extra 
lm-sensors_3.3.4-2.debian.tar.xz
 ac05d99e87d3a0e4d4998d89a9214570 43554 utils extra fancontrol_3.3.4-2_all.deb
 acd2035c455635d5bce2f74b4df261a7 109032 utils extra 
lm-sensors_3.3.4-2_amd64.deb
 1585db5c22a0a609857e343dd0485ea0 50782 libs optional 
libsensors4_3.3.4-2_amd64.deb
 2c15c786f075ad27b3b1885608d553d5 57264 libdevel extra 
libsensors4-dev_3.3.4-2_amd64.deb
 b51d16f4c971f7b4cbcdf06fc7130b4f 45164 utils extra sensord_3.3.4-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iD8DBQFSHNXVw3ao2vG823MRAj0WAJ9pfXSoIUJevGA6f4paAjcVaVFbMACeIuZM
uceX2qMYonL0N4LxYlMqL4s=
=QEHN
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vemre-0004l2...@franck.debian.org



Accepted cfitsio3 3.340-1 (source all amd64)

2013-08-27 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 27 Aug 2013 18:35:59 +0200
Source: cfitsio3
Binary: libcfitsio3-dev libcfitsio3-dbg libcfitsio3 libcfitsio3-doc
Architecture: source all amd64
Version: 3.340-1
Distribution: experimental
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 libcfitsio3 - shared library for I/O with FITS format data files
 libcfitsio3-dbg - library for I/O with FITS format data files (debugging 
symbols)
 libcfitsio3-dev - static library for I/O with FITS format data files
 libcfitsio3-doc - documentation for cfitsio
Closes: 720905
Changes: 
 cfitsio3 (3.340-1) experimental; urgency=low
 .
   * New upstream version. Closes: bug#720905.
Checksums-Sha1: 
 78887ea4bc8be04df775599355c38f0e30d22d50 1239 cfitsio3_3.340-1.dsc
 9b6f61bbc0528662134d05f9d84dfe88db9df9b2 4485117 cfitsio3_3.340.orig.tar.gz
 2e943a57863f668c5e7ff5e5f74ab0202b94ee56 15300 cfitsio3_3.340-1.debian.tar.xz
 e1db9f9959497ad2ce63da4be0500d2792806616 1110626 
libcfitsio3-doc_3.340-1_all.deb
 4af2cf9d0ba965305844f1ffc55b5a1aeb839408 555472 
libcfitsio3-dev_3.340-1_amd64.deb
 1e138f894757c5c36828454cb2be5d26d61296fe 858076 
libcfitsio3-dbg_3.340-1_amd64.deb
 f351ff0d8463f9823f5e299fce24adea6bf6d277 488196 libcfitsio3_3.340-1_amd64.deb
Checksums-Sha256: 
 c823e1adf1aa4644e55ae61b6b3e4bdaf1f42cb22d99a52e868f01dcf99f9785 1239 
cfitsio3_3.340-1.dsc
 a228c1867a97ec3a3b2fec133f84b529475240300f7a72f1cf2e22d00eda7bb3 4485117 
cfitsio3_3.340.orig.tar.gz
 604814294a2b49a77370910731865295d4a3c5e34b327d6fc631cc8fab6752b0 15300 
cfitsio3_3.340-1.debian.tar.xz
 2e74dd5a618f919d9b57f45ff3566a45e998af468a52caf75c1647cf7f7d9ed6 1110626 
libcfitsio3-doc_3.340-1_all.deb
 256c17fb59ba210ab567520c0c56d0e9a3f6f18c80cc13cd4112009a35e88711 555472 
libcfitsio3-dev_3.340-1_amd64.deb
 1b9a6d7a53b5fffde19f9a1654babc6500662c30560d574ac7b9239538c1cadd 858076 
libcfitsio3-dbg_3.340-1_amd64.deb
 36d024d3c155fab014b6b935bbd61f8eda6819d99cdaa32a1c8bcb99cb0a9359 488196 
libcfitsio3_3.340-1_amd64.deb
Files: 
 8e551e5bc6f3caf027489f619ee95728 1239 devel optional cfitsio3_3.340-1.dsc
 99210838af46b7bf2d945ccbb05e3ad3 4485117 devel optional 
cfitsio3_3.340.orig.tar.gz
 fc6707c35b1831cb6d4c0675ae82b647 15300 devel optional 
cfitsio3_3.340-1.debian.tar.xz
 e4661618a936d8f28f5c477abe34e14e 1110626 doc optional 
libcfitsio3-doc_3.340-1_all.deb
 3f150d3331448eb41bf67bce1aaf79a3 555472 libdevel optional 
libcfitsio3-dev_3.340-1_amd64.deb
 8953909fb9e5f89c70d6762cf89876f3 858076 debug extra 
libcfitsio3-dbg_3.340-1_amd64.deb
 98e7fa9958ae220fc122caed7357c6b4 488196 devel optional 
libcfitsio3_3.340-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iD8DBQFSHNYXw3ao2vG823MRAhzjAJ9Q94svo3kJ97we54q83ZoWkMNWlQCfcwjD
KXJWudgjLplJBrzHFAsTL7g=
=qRHG
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vemfb-0007vl...@franck.debian.org



Accepted clutter-gtk 1.4.4-3 (source all amd64)

2013-08-27 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 27 Aug 2013 18:23:21 +0200
Source: clutter-gtk
Binary: libclutter-gtk-1.0-0 libclutter-gtk-1.0-dev libclutter-gtk-1.0-dbg 
libclutter-gtk-1.0-doc gir1.2-gtkclutter-1.0
Architecture: source all amd64
Version: 1.4.4-3
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 gir1.2-gtkclutter-1.0 - GObject introspection data for the GTK+ Clutter library
 libclutter-gtk-1.0-0 - Open GL based interactive canvas library GTK+ widget
 libclutter-gtk-1.0-dbg - Open GL based interactive canvas library GTK+ widget 
(debug files
 libclutter-gtk-1.0-dev - Open GL based interactive canvas library GTK+ widget 
(development
 libclutter-gtk-1.0-doc - Open GL based interactive canvas library GTK+ widget 
(documentati
Changes: 
 clutter-gtk (1.4.4-3) unstable; urgency=low
 .
   [ Laurent Bigonville ]
   * debian/rules: Use DEB_LDFLAGS_MAINT_APPEND instead of LDFLAGS to not
 override hardening flags
   * debian/control.in:
 - Use canonical URL's for the Vcs-* fields
 - Bump Standards-Version to 3.9.4 (no further changes)
 .
   [ Michael Biebl ]
   * Upload to unstable.
Checksums-Sha1: 
 df66adf34d5bcfe76fdf05fead38ba851ceb9ebb 2585 clutter-gtk_1.4.4-3.dsc
 19e3112088938e4071c63bc0e6e6275df1bbeb5c 5085 clutter-gtk_1.4.4-3.debian.tar.gz
 5c012dc5a48f289d5ad91cbef23bf26ba428c2e8 23312 
libclutter-gtk-1.0-doc_1.4.4-3_all.deb
 0d98cd4647b222f6ee604beb0a2bf2f39be82b0d 23372 
libclutter-gtk-1.0-0_1.4.4-3_amd64.deb
 466db22dffe936b62319c453afc6a4a4a146339d 32502 
libclutter-gtk-1.0-dev_1.4.4-3_amd64.deb
 7ffa1fa8b39dd84ebe1d5daab9a8ecd0682c4e7b 64562 
libclutter-gtk-1.0-dbg_1.4.4-3_amd64.deb
 1029c619cf4c52e37892440eaf2875bc950d6106 10534 
gir1.2-gtkclutter-1.0_1.4.4-3_amd64.deb
Checksums-Sha256: 
 8b632d8b7c0e042020fbfc9fc2fd036f4945aa5e583a5edee04d8d5d974fd0fa 2585 
clutter-gtk_1.4.4-3.dsc
 7a1ee76f8114eddc935c92735a054b534d8617d19474fa1de2a72bdd22ae2761 5085 
clutter-gtk_1.4.4-3.debian.tar.gz
 7a75bc92e628bcfdeaeac0113227b13b7f0d3d1587aae69d2e17743f09d7d746 23312 
libclutter-gtk-1.0-doc_1.4.4-3_all.deb
 fcc53d26764aa296c721834123aafb7bc12f1b5a3f613601b207358adabab817 23372 
libclutter-gtk-1.0-0_1.4.4-3_amd64.deb
 26323afeb2dc571d84b3aeeb5d448e68fe4514834d73bd0dafee794622d20f9d 32502 
libclutter-gtk-1.0-dev_1.4.4-3_amd64.deb
 51346e4e3578de1bae7ea25f13dffeb15d63247d669e22324d42fbbd433773fd 64562 
libclutter-gtk-1.0-dbg_1.4.4-3_amd64.deb
 9c3bef665c99e604dc17839adea0a635e903346b357d935f59989274d833f7dc 10534 
gir1.2-gtkclutter-1.0_1.4.4-3_amd64.deb
Files: 
 fe38ebc9651c0c296783a843732ff693 2585 libs optional clutter-gtk_1.4.4-3.dsc
 35a0184aa36bb445e8d0e53cf0f43e69 5085 libs optional 
clutter-gtk_1.4.4-3.debian.tar.gz
 6a5618970a09690c1cd76be75db83d61 23312 doc optional 
libclutter-gtk-1.0-doc_1.4.4-3_all.deb
 637b8737f3b03e6d02859c1f25826f5f 23372 libs optional 
libclutter-gtk-1.0-0_1.4.4-3_amd64.deb
 3e31b080c1e6a2245c2607c6c3a8d081 32502 libdevel optional 
libclutter-gtk-1.0-dev_1.4.4-3_amd64.deb
 fc3ea47d7ba58735c1a39fdcd847174b 64562 debug extra 
libclutter-gtk-1.0-dbg_1.4.4-3_amd64.deb
 9eda68412e0a7254747c227f1cb9ce3c 10534 introspection optional 
gir1.2-gtkclutter-1.0_1.4.4-3_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCAAGBQJSHNM5AAoJEGrh3w1gjyLcVK8P/RBMaOCa69/vBTFtV6PcMnko
HI9iHLCSDcNeGcuM3WwPFnLQKfmRFNOfmUqDI8TvBBgYnrst0c9GrY0OqifLhbq5
/NVhP4RhYANEr0gyNJ0B3hkNNncN2/2E71Hz5R8rQ9e+tVvHn6aV9g53qVq7C1SL
R2svZEOrRbhTvlyjionBqbWXTOCrHndS/ypB1tGPiHiXPdwXTf/0JdXokEpuArUg
kQflZy+FZOhTU6DEwbqyfwX+yKZXO4hBZ1eCOWyrBPx0YhtH5zCiIMKTe6A1wJGX
WltvaJnz18aYZQ6ksuvfW0AzTw6aku8eE3XCBlKESayrsBcCEQdwgiw1+kN7W/v9
Fy9EOqfHPe7tScQpJUfPbwo5Qarvj7g2imIbbTQ+pfg353pfv8B2nX3/oq0Zv0Fg
xugxhPamtzkCpJ01dBH6uH58OSV6iu/wJyxlMo72oFEq9F+Fhfp6Ds4kcueM17Jo
nc4xIB0pfsS3XUuvvxPCVkUvw+3hoSSoXL5vV3k9wGCNPAN9QrnnLasWo8eh32hM
OJXT3OvN3TirYX0v82/mZxFxtUS3evsCFEwna6w+KF7JHBHS/6ot+GEDTT1Youoy
H28xqZ8V58Dx2JxkEpTphqtohpt/Epv5vckUrJbEnaiBilesXJSZmwgMGuDMmu3A
R7xugRMaUxCMLzWKf+3R
=xMpE
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vemu5-0001wz...@franck.debian.org



Accepted lv2 1.6.0~dfsg0-1 (source amd64)

2013-08-27 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 27 Aug 2013 17:56:31 +0100
Source: lv2
Binary: lv2-dev lv2-examples
Architecture: source amd64
Version: 1.6.0~dfsg0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 lv2-dev- LV2 audio plugin specification
 lv2-examples - LV2 audio plugin specification (example plugins)
Changes: 
 lv2 (1.6.0~dfsg0-1) unstable; urgency=low
 .
   [ Alessio Treglia ]
   * New upstream release.
 .
   [ Jaromír Mikeš ]
   * Added myself as uploader
Checksums-Sha1: 
 e975617588f10d2d51b4a18a9eddef7840d043da 2076 lv2_1.6.0~dfsg0-1.dsc
 6c1c8ab28569990b8454b68fe78feff4a8512cfd 520439 lv2_1.6.0~dfsg0.orig.tar.bz2
 650a45d92c9d7d5c19579e77b6402e4829679ba7 4469 lv2_1.6.0~dfsg0-1.debian.tar.gz
 86d7a991bfb66858e7ee27d32288b4cc7db90b36 88042 lv2-dev_1.6.0~dfsg0-1_amd64.deb
 de2843dc9a6ab1b45017e10dc6f89a0136f306d0 23324 
lv2-examples_1.6.0~dfsg0-1_amd64.deb
Checksums-Sha256: 
 633c8d5fa89faa8c2735e6b74ffa5d9ec584196fc0ad4a3ec936ea73c11bce92 2076 
lv2_1.6.0~dfsg0-1.dsc
 eb45a1e3780d5ca41fe2c89e09936217cae291c9364a9942d4aa043be5a0ad28 520439 
lv2_1.6.0~dfsg0.orig.tar.bz2
 0225c28994bd7ef3afec4ed4e646112aafb767110aa4d282f6d4a80803f4f82a 4469 
lv2_1.6.0~dfsg0-1.debian.tar.gz
 4fcab389651108dbf2fe7da16c33f7b8d0772051d25001f5d21403c28de65e08 88042 
lv2-dev_1.6.0~dfsg0-1_amd64.deb
 bc127797b25430dd80091c1e826ff3c3ec84f0c2917551524e7f8d692b875b9c 23324 
lv2-examples_1.6.0~dfsg0-1_amd64.deb
Files: 
 2aabcbddc5dbbeb05d90c594fd01849f 2076 sound optional lv2_1.6.0~dfsg0-1.dsc
 7d772a5d6046855e63c8e8889940ad08 520439 sound optional 
lv2_1.6.0~dfsg0.orig.tar.bz2
 82a4faa68fb66be0b07a50da0dd4f195 4469 sound optional 
lv2_1.6.0~dfsg0-1.debian.tar.gz
 cb9a69efe49ebfc9a531b0cf0ae2047f 88042 libdevel optional 
lv2-dev_1.6.0~dfsg0-1_amd64.deb
 a1139e2bd32e97f6fa5c38d526c8a0ba 23324 sound optional 
lv2-examples_1.6.0~dfsg0-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJSHNrwAAoJEOikiuUxHXZauIoP/29i0nRf+dnmkiwWJGcLlezr
/bJfZWAbQjJ4fXmVpW7iMdiZ+i7avloOvuv7RnWwOZuCLSSgVBGGP47glBAmRyQC
VkkKg2664OTPPM479l9JsVYCZAar5WD88mE17WNut+DxEoUYQ6QDIHXF5S+tmYWr
WiRO27nMCfUHLfRt0dImaKMa6EZtRKyMMLUyb96N8jLg89djNx/QBDu+omee8VoA
WbIeIMG2Pir859fjDKA7fYu2qzMJCl6Jx/MU/pz0bySQ7DfKdaTMiPkT7xCqDnmf
zGXt8Uqyssa56C29Oxe1focQu/6NacsC3gKdYD1Qw1jpBUIeTKAk42XGBPo65TyW
i+rmMp8lbKNH2PQqAqUCER7QuaA7hnzF79oSRXkZGNJpvIHakkXTzWCmtvrQfvNw
3kFh4TuIAks5fvphTYeX8nD9WOoDGdZbom9YuyhaF2Y/rrsPWzU2VWvSAhRYgOXd
UW5ifccaCfHYktBkM5a8pOvymJL3ZKRE9jQjCtvlWYh1Nru5VIJ5gDYhstnoSWoN
ECnycgUOky+vr2xmgSuAKg1PwW2z7yA1iuriJ4cOPji6tj2vbFbN9IgjWMLZ3tnE
1PvI7vxtbz1aawS1znUX7LpWlO203Lu0dki8icXPgMVtElizdDBiQpPId8z/lKPx
90n1WC8HM7K4BM3vymdP
=AXI/
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vemux-00029h...@franck.debian.org



Accepted clutter-1.0 1.14.4-3 (source all amd64)

2013-08-27 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 27 Aug 2013 18:55:26 +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 clutter-1.0-tests gir1.2-clutter-1.0
Architecture: source all amd64
Version: 1.14.4-3
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 clutter-1.0-tests - Open GL based interactive canvas library (test programs)
 gir1.2-clutter-1.0 - GObject introspection data for the Clutter 1.0 library
 libclutter-1.0-0 - Open GL based interactive canvas library
 libclutter-1.0-common - Open GL based interactive canvas library (common files)
 libclutter-1.0-dbg - Open GL based interactive canvas library (debug files)
 libclutter-1.0-dev - Open GL based interactive canvas library (development 
files)
 libclutter-1.0-doc - Open GL based interactive canvas library (documentation)
Closes: 714264
Changes: 
 clutter-1.0 (1.14.4-3) unstable; urgency=low
 .
   * debian/patches/git_x11_trap_errors_when_calling_XIQueryDevice.patch:
 - x11: trap errors when calling XIQueryDevice. Patch cherry-picked from
   upstream Git. (Closes: #714264)
 - Fixes CVE-2013-2190: screen unlocked after system resume due to
   gnome-shell crash.
Checksums-Sha1: 
 5413c7dc810d356f86156fd757d1815b76513e16 3181 clutter-1.0_1.14.4-3.dsc
 da65391b01647250e22bd79895c390600e4f9ec6 22372 
clutter-1.0_1.14.4-3.debian.tar.gz
 69e1747a87312d74343044139a0022f76c22c653 415164 
libclutter-1.0-common_1.14.4-3_all.deb
 683423bcf76fddef2ba4a83c7c9987b5f237a3a3 2611278 
libclutter-1.0-doc_1.14.4-3_all.deb
 99ab7c6bfe7d5497a6b65fc58f5d7b4c982f0a0e 519318 
libclutter-1.0-0_1.14.4-3_amd64.deb
 6be3d5e840a05da75f6ee4f1e8e09a9519650d69 408370 
libclutter-1.0-dev_1.14.4-3_amd64.deb
 fb34f2e5e5dc09c2c66d165b1030850163cfb8f5 1257654 
libclutter-1.0-dbg_1.14.4-3_amd64.deb
 d4f70f7653638403fd13cfc562219215eb434cc4 207524 
clutter-1.0-tests_1.14.4-3_amd64.deb
 6f70f1caaf13337fb9afd085f861b85be3cf5ad3 217762 
gir1.2-clutter-1.0_1.14.4-3_amd64.deb
Checksums-Sha256: 
 d00b2f8989aebf4a213da0d920a21b38b3486e5f39e1fbf3e211692280ba645d 3181 
clutter-1.0_1.14.4-3.dsc
 fbdbbe55f75d11f24dc38625bc8ff5fff2b47010e2ae7e8694fd177fb589164f 22372 
clutter-1.0_1.14.4-3.debian.tar.gz
 a2e352752abc6a5973a585c128fe25da5bf0e553d8ca99603c8951892dfbdcfa 415164 
libclutter-1.0-common_1.14.4-3_all.deb
 faae1e095a5e4d97a288d943a246cb4544661f3769b6f23c1ac3ffd253f029da 2611278 
libclutter-1.0-doc_1.14.4-3_all.deb
 62c53708f7ff43b41ff6fb68050d9b9b2a0347ea6dabf649eb7d12a84a9c3402 519318 
libclutter-1.0-0_1.14.4-3_amd64.deb
 9e078f3b689ad8ebd186edc0446438bcb0f9cac9e2cfe19fdab72bd88ee6e5fc 408370 
libclutter-1.0-dev_1.14.4-3_amd64.deb
 064617bc1a9a67ea67b8c1530389d20b37dd26cd1a0d665aedf990774e67415a 1257654 
libclutter-1.0-dbg_1.14.4-3_amd64.deb
 68a0373cbee6a8d11794091dd52d5af1daf19d5ce28b4e49e193105a16f81994 207524 
clutter-1.0-tests_1.14.4-3_amd64.deb
 77768fb6424c051c4d43d033090714e5a51e769c07fbd89f0826f49253b632ff 217762 
gir1.2-clutter-1.0_1.14.4-3_amd64.deb
Files: 
 a7076600f59e3ec804465c4203cbc1aa 3181 libs optional clutter-1.0_1.14.4-3.dsc
 fcd2918f38cd54874f94e0cceba86627 22372 libs optional 
clutter-1.0_1.14.4-3.debian.tar.gz
 4590852738ad3ecaaf357b19c3594795 415164 libs optional 
libclutter-1.0-common_1.14.4-3_all.deb
 bbe2bcee3e170cd517e90f9e342120cb 2611278 doc optional 
libclutter-1.0-doc_1.14.4-3_all.deb
 339d4f7efd801e5e14af61e6a8f5184e 519318 libs optional 
libclutter-1.0-0_1.14.4-3_amd64.deb
 55d093f865aaf43d2e0c38caccefcca7 408370 libdevel optional 
libclutter-1.0-dev_1.14.4-3_amd64.deb
 346d8356f68dfeab28ca4c8ed12fe049 1257654 debug extra 
libclutter-1.0-dbg_1.14.4-3_amd64.deb
 b9af742a46502f47dc7cc2455e6d8310 207524 misc extra 
clutter-1.0-tests_1.14.4-3_amd64.deb
 43f66a330e09339db4f7028c8f780edb 217762 introspection optional 
gir1.2-clutter-1.0_1.14.4-3_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCAAGBQJSHNxWAAoJEGrh3w1gjyLcQU8QAI4KoVEmPZTAZ2WDYEelx7uK
dWCjSfv5EP3NPhNYdJf2e1xfor/iQ3rVzYzPepvqsmIbrLfN7aDpr+YzXkJBKWLR
Ovpj8MAkgOrEOwK7E/HR8lk05w2rHGkxSqm5x/Ca5+yFRRRzHpq3qGDuUMZuaea1
DUSMwM7DSEvw7PotTHON23780G4WfVfBXVFGE6+yXSzZ3vUMPRxy3baD6tL/vji3
FUaMt0I4aY2wJiq2StdxbzvBYG/PNUyas2luUSPi7mdapHd/EIvqzJlsgTji6oml
wrFDBp4GjoBNITJVv+mwVmAY+23lPzWb+hDn0xLmlCPt8mni1aoOWHMTdkjUqFyI
tg3DYOsir/pVQHEm+DEi0gZKwCU5/fedCB7zPPthdwInZAIqvq6/j+TRFPMrobNG
rWW6g/PbrGzg2fV8Ixwa1y/tKAMFm840O6eTgdFbq3DTHSPo5wn7N7qgHI6Z1Npu
pkqVFXhrEgXlpOKoKcV464Nwc4icSww+4OaNTnl0hqW1sIGC2IqhEGP9plnnZGdL
Cqtq04mxwa9t2lXF7Kqib89mrasXRNn+LWUKhyaYwcMJmzx6Cy0a3lBtVpJ+jQSv
aqP+Bnqu6pNt/Xc/9aiSBCvOhbNgoRJXMdEMUkak4s9YOLc6cti1y4iLgQFI620M
LzqUpDt528w9bOWZDr+7
=FT7H
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact 

Accepted gnome-boxes 3.8.4-1 (source amd64)

2013-08-27 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 27 Aug 2013 20:13:32 +0200
Source: gnome-boxes
Binary: gnome-boxes
Architecture: source amd64
Version: 3.8.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 gnome-boxes - Simple GNOME app to access remote or virtual systems
Changes: 
 gnome-boxes (3.8.4-1) unstable; urgency=low
 .
   [ Laurent Bigonville ]
   * debian/control.in:
 - Use canonical URL for Vcs-Svn field
 - Recommends qemu-system-x86 instead of qemu-kvm, as it is now a
   transitional package
 .
   [ Jeremy Bicha ]
   * New upstream release
   * Update homepage
 .
   [ Michael Biebl ]
   * Upload to unstable.
   * Drop alternative Build-Depends on libtracker-sparql-0.14-dev and bump
 minimum required version of tracker to (= 0.16.0).
   * Bump Standards-Version to 3.9.4. No further changes.
Checksums-Sha1: 
 9903c17d34d60c859cb8088fd1a1c46a0b30af18 2655 gnome-boxes_3.8.4-1.dsc
 e5982120538f42faf503a4946434456a1b7e6924 1721684 gnome-boxes_3.8.4.orig.tar.xz
 26e034894c886fb5d88f2b76b9b879ea61f1ad44 11568 
gnome-boxes_3.8.4-1.debian.tar.gz
 12145cf3a2e2dd7a3327d7f2aa7eb84e2368b2a6 1240262 gnome-boxes_3.8.4-1_amd64.deb
Checksums-Sha256: 
 0a1c820f644e7eee7176dd44208b3b8daf6b7c77a4ed69c537047c250f193f66 2655 
gnome-boxes_3.8.4-1.dsc
 771f99e33fa08716df01df11ce20fbe8d7047a0f6390e470d7c3491cc4cde52b 1721684 
gnome-boxes_3.8.4.orig.tar.xz
 715323f11adb91761c880d251905e8c3cdcec8a947af222fee1e297111c04d51 11568 
gnome-boxes_3.8.4-1.debian.tar.gz
 088acac4182d282aa6526d5d9b3ff1c46ee8438e5da816b112a5ace4e16c2438 1240262 
gnome-boxes_3.8.4-1_amd64.deb
Files: 
 2411e60f1a839ccc44ed5d08f72b3df9 2655 gnome optional gnome-boxes_3.8.4-1.dsc
 d2eaea94bfdb5e7d8c1d8b34a4ebe2c5 1721684 gnome optional 
gnome-boxes_3.8.4.orig.tar.xz
 561e8b1e358205e5acd7c5c8a6fabd1d 11568 gnome optional 
gnome-boxes_3.8.4-1.debian.tar.gz
 8ad5492aad39be31f1e9b0ee18c308e7 1240262 gnome optional 
gnome-boxes_3.8.4-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCAAGBQJSHOyaAAoJEGrh3w1gjyLc+9IP/1zE296yjfvddfiSVLLShMif
0JEV+CJenX0w6x6UqDuV+JNvaiVuIOe+iE3IlTfWLXwhOuql6NywVM17G8X9rfDL
yzFZe/t6QmhGM7wuJXNjJkGjBXJDDvLp8i8YBaoWmx02mB/GQ5Ru7KlShf/Lb/hv
XPe/msjLIUglKWv48VFlrRsS/Vo+yOtZaDxMmW3iG0H1hF4IC2ml25MELHSTWsGj
FdrmZEBJ8g45de+YmsbSJI9PCqWLoUi1fSJFjLmswxaIoduIqe7tNq3v2tdhyEgA
sRrBQalfCN2Xemy9bFvaDof/TM6q2z5sszmyEKTsIIfrjlKfnvPRManBfK8cPH7g
mjhcP0JHqZTi8z/bmTYZoZ83MTDWOdw26xCeWSBKqk3brsUR6NR27aFYFwEV7Yw6
u74mYLKFp70PD9YBz9QxYzlgkN4TT4Mx3o4nyPg3OIqy4+/XZcTbbFMMV53ENku8
9SRVBE3C5k3u995o/4ODRR0LNxQhgVK1iXoglcUhAcm6Pq2w76OaS0w7N2kYdhwi
ixS8NkcULxY/ukcaFahvA0XBE31/EX5zj03bI/hq2PzK8MAAJBjmESP9Bge5+tY3
AUttR1PibBsr6y67HcB4E/FsoiQ4U6ITV/Rl5dooKp4PVwNce0b4VcVz3z3mXfWp
yQP4ZJu+3bOwjg5Bdjj5
=HaAE
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1veoxj-0005wn...@franck.debian.org



Accepted nss-pam-ldapd 0.9.1-1 (source i386 all)

2013-08-27 Thread Arthur de Jong
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 27 Aug 2013 20:00:00 +0200
Source: nss-pam-ldapd
Binary: nslcd pynslcd libnss-ldapd libpam-ldapd nslcd-utils
Architecture: source i386 all
Version: 0.9.1-1
Distribution: experimental
Urgency: low
Maintainer: Arthur de Jong adej...@debian.org
Changed-By: Arthur de Jong adej...@debian.org
Description: 
 libnss-ldapd - NSS module for using LDAP as a naming service
 libpam-ldapd - PAM module for using LDAP as an authentication service
 nslcd  - daemon for NSS and PAM lookups using LDAP
 nslcd-utils - utilities for querying LDAP via nslcd
 pynslcd- daemon for NSS and PAM lookups via LDAP - Python version
Closes: 706913 717063
Changes: 
 nss-pam-ldapd (0.9.1-1) experimental; urgency=low
 .
   * new upstream release:
 - rename the nscd_invalidate option to reconnect_invalidate and allow
   flushing the nfsidmap cache with the new option (perhaps a fix for
   #500778)
 - implement an -n switch to not daemonise (by Caleb Callaway)
 - nslcd will now return partial shadow information to non-root users to
   avoid authorisation problems with setgid shadow authentication helpers
   with some PAM stacks (closes: #706913)
 - nslcd will now retry failing LDAP connections after receiving SIGUSR1
 - the code for the nslcd utilities (getent.ldap and chsh.ldap) is now
   installed in /usr/share/nslcd-utils
 - improve error and help output of the getent.ldap command
 - documentation updates
 - fix for a potential, small memory leak in PAM module regarding temporary
   saving of old password
 - a large number of bug fixes and improvements in pynslcd
 - hide passwords from the pynslcd debug output
 - support start_tls, pam_password_prohibit_message, nss_min_uid and
   nss_initgroups_ignoreusers in pynslcd
 - fix rootpwmodpw handling in pynslcd
 - complete a basic PAM implementation in pynslcd (some things such as
   shadow attribute checking remain to be implemented)
   * drop 02-fix-missing-self.patch which is part of 0.9.1
   * install the same documentation in pynslcd as with nslcd
   * debian/nslcd.config: properly handle preseeding and reading values
 from the configuration file by forcefully overwriting debconf values
 from nslcd.conf and not overwriting debconf values when reading other
 configuration files (closes: #717063)
   * fix the tests by adding python-daemon and python-ldap to Build-Depends
 and fixing the permissions of the test configuration file
   * install an if-up scripts for nslcd that sends SIGUSR1 to the daemon to
 re-check LDAP server availability
Checksums-Sha1: 
 eadec8f7b0eba24372cb61798821075c28f1e90f 1603 nss-pam-ldapd_0.9.1-1.dsc
 456fb57bc1860ebd3d4305e0a32df2aaf9d34aff 573640 nss-pam-ldapd_0.9.1.orig.tar.gz
 e933a6f77b1e8f2b636509b2c32cbe2e94bb05d4 101481 
nss-pam-ldapd_0.9.1-1.debian.tar.gz
 1bf8e71706befdf372037c0adb5fbc1b0f53b719 169838 nslcd_0.9.1-1_i386.deb
 e8824402b10e22d14c39cb8517dbfd2af062652c 140250 pynslcd_0.9.1-1_all.deb
 8cdc66b24548d52cc7da269cde9c10e293fdf0c3 61654 libnss-ldapd_0.9.1-1_i386.deb
 db928d4032010e28da33fdd1401d1ac2c6711122 49796 libpam-ldapd_0.9.1-1_i386.deb
 f56bd14ca46443ea22fa37d0977053e0370c662c 46936 nslcd-utils_0.9.1-1_all.deb
Checksums-Sha256: 
 c98a6e962325dfd9cf239f5e871088a76ae554801dd3ec5965414383e82d6cdf 1603 
nss-pam-ldapd_0.9.1-1.dsc
 fd21b0648f6b621ff4869e9e0306722d8fce04313323ab281387dd70302dbd98 573640 
nss-pam-ldapd_0.9.1.orig.tar.gz
 770ef105fe90caddb0b48b9fa7d653eb1073b9d10cad376c94ca16cc331db7f6 101481 
nss-pam-ldapd_0.9.1-1.debian.tar.gz
 0a656936c3a514284c892cbc198285436e1868afe52d9dd8179e3a84b95b037d 169838 
nslcd_0.9.1-1_i386.deb
 f37ce93dd64c8e69fc225a5d568f2b9d056c5da9cf578f55100a3379903cfcef 140250 
pynslcd_0.9.1-1_all.deb
 a2bec83ec60dd013eac586e5655dcd71540c35bcdc43cff97574999ece7554ce 61654 
libnss-ldapd_0.9.1-1_i386.deb
 37a273ca0b2616297b5cfd57570172232cbfc13d1fb10a3782fe801850c2c2dc 49796 
libpam-ldapd_0.9.1-1_i386.deb
 b29727272cac9cbf724833e8c799818f9230cac04dea30e5b0e5e8b533fedb80 46936 
nslcd-utils_0.9.1-1_all.deb
Files: 
 ab3444507b9fb31e791ec31bd2b944dc 1603 admin extra nss-pam-ldapd_0.9.1-1.dsc
 b741b93046efabe4db8548955477ce99 573640 admin extra 
nss-pam-ldapd_0.9.1.orig.tar.gz
 27921ed2ad78e670c7305dd74970eecf 101481 admin extra 
nss-pam-ldapd_0.9.1-1.debian.tar.gz
 70cf5b6e7be34d06736575f0f562971b 169838 admin extra nslcd_0.9.1-1_i386.deb
 c59682b7aa5eb57bc624eb7445b458ee 140250 admin extra pynslcd_0.9.1-1_all.deb
 b19a2eb66f76af65bd00e7fa7cfda1df 61654 admin extra 
libnss-ldapd_0.9.1-1_i386.deb
 ba942a2372039acd36cbc30d5313bb4c 49796 admin extra 
libpam-ldapd_0.9.1-1_i386.deb
 37e9fbb1db7ed53407065ddefd60120d 46936 admin extra nslcd-utils_0.9.1-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iEYEARECAAYFAlIc7ssACgkQVYan35+NCKdKjACglZibFkzeCEdUiskFeAwpX62c
H9wAnAvWvUwJdfadPKBvfyCU+x5ggnmD
=ludQ
-END PGP 

Accepted cacti 0.8.8b+dfsg-3 (source all)

2013-08-27 Thread Paul Gevers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 27 Aug 2013 20:43:21 +0200
Source: cacti
Binary: cacti
Architecture: source all
Version: 0.8.8b+dfsg-3
Distribution: unstable
Urgency: low
Maintainer: Cacti Maintainer pkg-cacti-ma...@lists.alioth.debian.org
Changed-By: Paul Gevers elb...@debian.org
Description: 
 cacti  - web interface for graphing of monitoring systems
Changes: 
 cacti (0.8.8b+dfsg-3) unstable; urgency=low
 .
   * Fix Cross site scripting (upstream bug 2383)
 CVE-2013-5588
   * Fix SQL injection in host.php (upstream bug 2383)
 CVE-2013-5589
   * Fix upgrade script in cli directory for latest releases
   * Automatically upgrade database during package update (prevents upstream
 bug 2377)
   * The code to enable lighttpd configuration from LP: #1132415 was broken
Checksums-Sha1: 
 567b2acea2e661de9ff7155adf986e929c898218 1643 cacti_0.8.8b+dfsg-3.dsc
 759b6eecd73a6a9feca2eeafcebb220bc8ec1f86 112007 
cacti_0.8.8b+dfsg-3.debian.tar.gz
 d0a862b0d43110821bbf85f4a6e598257b62405f 1884400 cacti_0.8.8b+dfsg-3_all.deb
Checksums-Sha256: 
 485934d7163c747f441db21e4e1fbc30622ec9eb887f2e958787f4d3a112be24 1643 
cacti_0.8.8b+dfsg-3.dsc
 6887045e8f4c07df3aa54b2a2b3078bfc4d9cfbb6567a0f1bea7fc1511450932 112007 
cacti_0.8.8b+dfsg-3.debian.tar.gz
 29951681a78ec6c4bb098f1918c63f6a69ac9920c9ca31277d819d15b8785115 1884400 
cacti_0.8.8b+dfsg-3_all.deb
Files: 
 fa4a91562305f57807c40fbf07f68a73 1643 web extra cacti_0.8.8b+dfsg-3.dsc
 de41937fbdb3c476733ca84726486654 112007 web extra 
cacti_0.8.8b+dfsg-3.debian.tar.gz
 d6251cbd35bfd952b9a85c8b5cbad42b 1884400 web extra cacti_0.8.8b+dfsg-3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQEcBAEBCAAGBQJSHPRXAAoJEJxcmesFvXUKHxgIAJ32PfVEuhnAuL38YYZ5nZzM
CAPV7hoioXwDx43SrJPSsQ/DYvugnnmeRO0bByngdRoc9wbxEB5HunAOoU37IVpF
bk9M9z0XQhZ31Tfll2vvASxY4e/BnzSqLfg9qY9Z679AAam8yGbzYAH2x7m96Tqf
BiP5OAtqyGYkYFz/BZYCGn7FoTGSzPtrSBzsliKd0q/XeGGsNf2hNtLl/J5jOQ2C
K86pNdrf1ibin4WgS8pj1Fjzl5L9m0lRg30lhzBo3xItMSviRshKEvBEXRh7mFcu
znxiqehgZydcqcgZCadIpfEaICTnX+yQjwXre5Gu8ekqQKwrLzqTfdzZcCad0zM=
=eAKm
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1veoxb-0005se...@franck.debian.org



Accepted acpica-unix 20130823-1 (source amd64 all)

2013-08-27 Thread Al Stone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 26 Aug 2013 13:36:15 -0600
Source: acpica-unix
Binary: acpica-tools iasl acpidump
Architecture: source amd64 all
Version: 20130823-1
Distribution: unstable
Urgency: low
Maintainer: Mattia Dongili malat...@debian.org
Changed-By: Al Stone a...@debian.org
Description: 
 acpica-tools - ACPICA tools for the development and debug of ACPI tables
 acpidump   - transitional dummy package
 iasl   - transitional dummy package
Changes: 
 acpica-unix (20130823-1) unstable; urgency=low
 .
   * Update to latest upstream.
Checksums-Sha1: 
 4ed1e084efb36bf4f74c8d18dcd2c16c0340 1326 acpica-unix_20130823-1.dsc
 088f53233f58bee13a7df971dc824d9447499589 3276606 
acpica-unix_20130823.orig.tar.gz
 8fcaea911dd47ab6c4d226b7fa64302b0e157ffb 33413 
acpica-unix_20130823-1.debian.tar.gz
 d505729955998afa8038a08bd2e12b62d3e9e340 622302 
acpica-tools_20130823-1_amd64.deb
 c5e77a2f6447a516c74bbcad3d1f330beb9c4b06 154784 iasl_20130823-1_all.deb
 6cc6abc357c66321456307d084eecfe95b874185 154792 acpidump_20130823-1_all.deb
Checksums-Sha256: 
 6a65f0f0ff21b264600c50959a4c5ba1d26ff44321988968acad1f3b5e59e66d 1326 
acpica-unix_20130823-1.dsc
 89853573c0a818c14846521157079f45132a3d8a649593880763d36ffc9d1b47 3276606 
acpica-unix_20130823.orig.tar.gz
 0f16105670ceacbd9ba2ed369f8764eb1b8ffc4179e7dfb158f227bff39942a8 33413 
acpica-unix_20130823-1.debian.tar.gz
 1b23749af23ef30553e63a9d002be4a8d75cde6ef57f51f598ec83b253141930 622302 
acpica-tools_20130823-1_amd64.deb
 aa78d0c829b058e50d68c82dcb05c62cbf69af5624da439f4ff3ddc7609c64e9 154784 
iasl_20130823-1_all.deb
 460b7c96d72b8f23810ff5ec4508f3cc429e1e68a1f2b224135d1b705bc1e2e2 154792 
acpidump_20130823-1_all.deb
Files: 
 e8e343bd8b8e258f3d5d2647cf84ec8d 1326 devel optional acpica-unix_20130823-1.dsc
 0e53d700ea09cedd7a00e1dcd31f6b82 3276606 devel optional 
acpica-unix_20130823.orig.tar.gz
 bf7d765e668e5cf2bfa8937e66f0060e 33413 devel optional 
acpica-unix_20130823-1.debian.tar.gz
 c0d922d36b47b98cb36a55dd27fb5db1 622302 devel optional 
acpica-tools_20130823-1_amd64.deb
 0b89941cdc677a0e8510ba33430af523 154784 oldlibs optional 
iasl_20130823-1_all.deb
 0de6bef21c0dfae19dc5d6f1e4e3abc6 154792 oldlibs optional 
acpidump_20130823-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iD8DBQFSHPTQso6+T7qY4V0RAiAfAKCNunbzkoBapbWETt73QR7S3JHHiACgjVzn
ykLxn5UTsy+6W1lMlIF12GE=
=LejO
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vepfj-0005vb...@franck.debian.org



Accepted libticalcs 1.1.8+dfsg2-2 (source amd64)

2013-08-27 Thread Andreas B. Mundt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 27 Aug 2013 19:58:21 +0200
Source: libticalcs
Binary: libticalcs-dev libticalcs2-11 libticalcs2-11-dbg
Architecture: source amd64
Version: 1.1.8+dfsg2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Andreas B. Mundt a...@debian.org
Description: 
 libticalcs-dev - Texas Instruments calculator communication library 
[development f
 libticalcs2-11 - Texas Instruments calculator communication library
 libticalcs2-11-dbg - Texas Instruments calculator communication library 
[debugging sym
Changes: 
 libticalcs (1.1.8+dfsg2-2) unstable; urgency=low
 .
   * Provide original upstream source, but patch away pre-compiled
 binaries to be policy-compliant.
   * Remove unnecessary dependency on 'autopoint', use autoreconf.
Checksums-Sha1: 
 1929db94d60d365aa13021b9a954d49f752b31fb 2301 libticalcs_1.1.8+dfsg2-2.dsc
 7f0295ca5d47771855ec0b569bac7919e0763337 524151 
libticalcs_1.1.8+dfsg2.orig.tar.bz2
 502c88eb33d96683ec4facb139e881b8b026a018 19318 
libticalcs_1.1.8+dfsg2-2.debian.tar.gz
 ee6d7525b92e1654d316e7c2efde1c70275b5519 60196 
libticalcs-dev_1.1.8+dfsg2-2_amd64.deb
 32d238e8fab5e60dd22a752c8640c1b66aac2764 116350 
libticalcs2-11_1.1.8+dfsg2-2_amd64.deb
 12a82e787e695045db5f97dcae3dba460bb1e509 289090 
libticalcs2-11-dbg_1.1.8+dfsg2-2_amd64.deb
Checksums-Sha256: 
 b9ff7f8f9e8a7e05146809aeb9a9540e9253e7e846d08037138d204b33a3d734 2301 
libticalcs_1.1.8+dfsg2-2.dsc
 a8286f8a2552bcad96beab99ce254e67b3dc1a03eb9d82f8de4bdf7b8efc3496 524151 
libticalcs_1.1.8+dfsg2.orig.tar.bz2
 1969b6d2805b140f1505c23dddeabaf1e5e50443b545c98b8008bebd9d905c86 19318 
libticalcs_1.1.8+dfsg2-2.debian.tar.gz
 66ba2c7888c2d7bdc710a52569c16a37c36f2d5ae7371f4248f55dc64a9b975f 60196 
libticalcs-dev_1.1.8+dfsg2-2_amd64.deb
 b1d3cdb0a884adfbed4463bbe80e8b69d3d3927892dfcdcea6555b6a2ae66735 116350 
libticalcs2-11_1.1.8+dfsg2-2_amd64.deb
 b6bda96a2fc67437b5a181dea7a24da537e586d77c44ecb340239abae5cea2ae 289090 
libticalcs2-11-dbg_1.1.8+dfsg2-2_amd64.deb
Files: 
 5649d1e0a2d225259d9eaea168b4f659 2301 libs optional 
libticalcs_1.1.8+dfsg2-2.dsc
 693beeba4f84ad7320a0bc163fb187d2 524151 libs optional 
libticalcs_1.1.8+dfsg2.orig.tar.bz2
 9a6efe08652e31ea721f6217f46da1eb 19318 libs optional 
libticalcs_1.1.8+dfsg2-2.debian.tar.gz
 e407392ec15243c2e166c069325e1e04 60196 libdevel optional 
libticalcs-dev_1.1.8+dfsg2-2_amd64.deb
 82b5901a9f5c63e023388d9fe2e1192c 116350 libs optional 
libticalcs2-11_1.1.8+dfsg2-2_amd64.deb
 9752d2aee63252420e9bd7ee203c0081 289090 debug extra 
libticalcs2-11-dbg_1.1.8+dfsg2-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJSHP7sAAoJELAf6oRhe1htvcYQAILulc8EsyAtn3K9AKfH9ICx
zCySnnngUBPwOXXaTKVmGs5UJSzUG0/F2cQ6d51xZI8yynDkhAvaEQqLLw8qO/eI
f0rkAY8m3PnFeHbtp/XNUkWkmNZL9Y0rOVUVOICFdlzuzykH1P3C4hrTOKPHNwgX
tpWa1j4/dqZi8NTvVmt6HT8RlZnSiBMXSVW3I7XNz38bTSXBYho7pMg2kc7Xbj52
IkcFlCOyJtOXF9dyHdTKBst62q1B/DHT25oIlKixQ1hIt84R5Mb71PMAiZnlTNwg
VDQ9OPRh6XYY04kuK8+2HKL0ZRz2w7xK+wVchHHeLoY3UKQy1qyXjEw/OXsh+/qx
uUs5eJO2Etm+//4e1fQR+8LzDX7GxDjTgAeAj+4hfG7PM4U/F1R/mF5MniOZgiKg
/zhgNf9lb2rGgyM9pcfynNnUPycepAqtUJD6BUurX7GRvj2JbCKWuQiDd+jHFFG0
4FRb1/Hjjfaj7AgO8kTCG+Vx/QwRfq7Z0UV39+btehEkTzmN4FdODMXeW5QobW2W
mTydY8EIEnzHMDrMrhLhhkxqQZOLVWhJMhmdQlPUwC3wbxUfqqpJdZoA65N63EdU
rnf+vtacvTSwZ3SzQEvfIzrRNAQjQbJ6VjRhzSMFOvZ5ae7fFFJvAV6p1e2RMjXm
FBBlt61dzam2zWtc79mx
=O0Gz
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vepgr-0005oy...@franck.debian.org



Accepted cfitsio3 3.340-2 (source all amd64)

2013-08-27 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 27 Aug 2013 21:55:04 +0200
Source: cfitsio3
Binary: libcfitsio3-dev libcfitsio3-dbg libcfitsio3 libcfitsio3-doc
Architecture: source all amd64
Version: 3.340-2
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 libcfitsio3 - shared library for I/O with FITS format data files
 libcfitsio3-dbg - library for I/O with FITS format data files (debugging 
symbols)
 libcfitsio3-dev - static library for I/O with FITS format data files
 libcfitsio3-doc - documentation for cfitsio
Changes: 
 cfitsio3 (3.340-2) unstable; urgency=low
 .
   * Upload to unstable.
Checksums-Sha1: 
 88d67be55a13b91b69dddc37930141fb38d933fe 1239 cfitsio3_3.340-2.dsc
 20e7b432ecf8f7cd582212e6024c434404a84de1 15324 cfitsio3_3.340-2.debian.tar.xz
 4fc7797179841ebf52f87ac3dba76f871f947da2 1110664 
libcfitsio3-doc_3.340-2_all.deb
 699160c2350e39cd183550bb1f5566972e599f79 555710 
libcfitsio3-dev_3.340-2_amd64.deb
 dc5b4a18ef768b2cafb10fb4bedb9dd8dba70340 858746 
libcfitsio3-dbg_3.340-2_amd64.deb
 baf49c85d351b5e9911cd5b9220988b6851a4e5f 488400 libcfitsio3_3.340-2_amd64.deb
Checksums-Sha256: 
 a64442f0f9413164a81817e987a9d76d1eb16600af0bff751fe71af7288d802f 1239 
cfitsio3_3.340-2.dsc
 ddefebfc6908377f579ebafb25ecbb04bab32936f4195b887ae0f07490503d95 15324 
cfitsio3_3.340-2.debian.tar.xz
 fc5b31b262f7eed03a34c3982b33c79ff40112a87e8da8769eb72065e375a218 1110664 
libcfitsio3-doc_3.340-2_all.deb
 108cc13a5d0050169b932f22848224cf9033277a22d141d32862d5a47fd8a376 555710 
libcfitsio3-dev_3.340-2_amd64.deb
 cf00ed099a579533ecff388282346d4b967ab2e978f534e362fb97e83b3fab5b 858746 
libcfitsio3-dbg_3.340-2_amd64.deb
 8c9fd74b5a5817609d2e283849093c94c00b32e2be43f0436c12a064159251ba 488400 
libcfitsio3_3.340-2_amd64.deb
Files: 
 bea8b7eadbc750ce9247e84db75d9d1f 1239 devel optional cfitsio3_3.340-2.dsc
 4914e410975179e9fd38c20bedbc94ab 15324 devel optional 
cfitsio3_3.340-2.debian.tar.xz
 4fd93cf938d11f48ca78c0dcfaa40772 1110664 doc optional 
libcfitsio3-doc_3.340-2_all.deb
 b7e7321c80cd000ab65a88e772993841 555710 libdevel optional 
libcfitsio3-dev_3.340-2_amd64.deb
 4fd364613a8f02d40e018bdc95fd8f1b 858746 debug extra 
libcfitsio3-dbg_3.340-2_amd64.deb
 ce582203d0b820b7f5cf05c1c9bbdc8e 488400 devel optional 
libcfitsio3_3.340-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iD8DBQFSHQTnw3ao2vG823MRAoRFAJ4nu4NcV4M8AEJ1Tzs45ObiqGEGdACcDlhr
ZbM/J/vvPtDecGXvNNEPPcI=
=XLFD
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1veqeu-0004qa...@franck.debian.org



Accepted dh-ada-library 5.5 (source amd64)

2013-08-27 Thread Nicolas Boulenguez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 27 Aug 2013 19:49:00 +0200
Source: dh-ada-library
Binary: dh-ada-library
Architecture: source amd64
Version: 5.5
Distribution: unstable
Urgency: low
Maintainer: Nicolas Boulenguez nico...@debian.org
Changed-By: Nicolas Boulenguez nico...@debian.org
Description: 
 dh-ada-library - Debian helper for Ada libraries
Changes: 
 dh-ada-library (5.5) unstable; urgency=low
 .
   * Insert later in the debhelper sequence (after dh_lintian).
 As we call dh_strip on two packages, dh_install may want to install other
 binaries before that so that they are stripped too (templates_parser).
 No need to run dh_lintian in advance anymore.
   * Implementation: instead of giving dh_strip special argument to avoid
 static lib, simply install it afterwards.
Checksums-Sha1: 
 69a342bc1e3a215939db043923b612e28c5e77d3 1631 dh-ada-library_5.5.dsc
 935ce627eaeceb698d875e15a034801c424389f7 27896 dh-ada-library_5.5.tar.gz
 3b735c3bc0f26d78fc4655ac4666eef86250676b 113180 dh-ada-library_5.5_amd64.deb
Checksums-Sha256: 
 99c21516006b6fcf0526978c56fd1a64e3022013853fe4dd3684c2dea2c0d304 1631 
dh-ada-library_5.5.dsc
 125bff09431fbb0894d521796b1eda0279cacc346ef19b8c9c953743c5c2d3c2 27896 
dh-ada-library_5.5.tar.gz
 0f66725f25976548dc304e24d8d02d5e8fdb93b50c4f17f6331455e21bc91437 113180 
dh-ada-library_5.5_amd64.deb
Files: 
 683699b0fe060100e5bcd05969171fd4 1631 devel optional dh-ada-library_5.5.dsc
 68b8096cbd1558793ec81e4aa1e5b4d2 27896 devel optional dh-ada-library_5.5.tar.gz
 1ee0d78a19a63404f78a66a6f8a5d9c5 113180 devel optional 
dh-ada-library_5.5_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCAAGBQJSHOsMAAoJELUqnPRJDfyNcs8P/RPspwTKmEKH/EtWcT1cE+H0
MvxcR/5LLLWJ7rVjEjOx8s+h0+PKv6TG6E02FCUQMbkTIgGdk7sAfPu6Fk0XYIso
/XwPM+5hYV7vIHGZ69ivTnEU/2O97fUyHOyZxkblyxT5e52aDJ8YYknfTXoBolpn
8WUXm8MGOLCT8HOvwl4gbQ2FDo6gU715/LuopIkepFooxTBDrvl646nvJIQI3AIt
B4U8QEl/sTHJ3MKzXPOUTiqag+vJw0ETzIuiOGVHUB4IJAQQsMuOc/qSTTtnMs3Y
RsZvvaPpigwlyNqxm5M4KKvL/BUl8z/8v+k/245L6kUnYUmQ0nC8YV8/vd7b0lBh
3VoJQRsrDe1lxC3eW4x3jKMd+puOzCN2TyhR8huDJiUW9rv6UQb4FbljLdCrURwf
D5TKKvsedtMfxAPN2Fkrz1sWma8bql8L1sdrHORiDHEeVS7OQ3vNLh0e7BUf3snP
279hrqq1on+JyUDKAfb7sJlbVDHb+AKQuJDcCFnlkvv+rxtG6os43e+K8HuyJxG1
6yJkZuUmoVDZsrau+Xnat+rO8HGfiq3J6tgT6+BsLCNwsw3Tm3Ki8LCkpE9vzP+J
qF5Lss7T2VfBqGfuIPG/jUTXkZEeoORWiDs2N5ZzQ8VfET4tGMXvNuts9eb5Slam
aPbMLRlNK3qLCvYZr6SH
=quLU
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1veqf1-0004t4...@franck.debian.org



Accepted imms 3.1.0~svn301-3 (source amd64)

2013-08-27 Thread Artur R. Czechowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 27 Aug 2013 21:59:32 +0200
Source: imms
Binary: imms-common imms-audacious
Architecture: source amd64
Version: 3.1.0~svn301-3
Distribution: unstable
Urgency: low
Maintainer: Artur R. Czechowski artu...@hell.pl
Changed-By: Artur R. Czechowski artu...@hell.pl
Description: 
 imms-audacious - Unobtrusive, automatic, and learning audacious playlist 
manager
 imms-common - Unobtrusive, automatic, and learning playlist manager
Closes: 719046
Changes: 
 imms (3.1.0~svn301-3) unstable; urgency=low
 .
   * urgency high - testing has non-working version
   * force rebuild with new audacious (Closes: #719046) (LP: #1209123)
   * debian/control: removed DM-Upload-Allowed
   * debian/rules: add hardening flags
 - new patch hardening-flags.patch
   * debian/rules: remove unsupported configure options:
 --without-xmms --without-bmp
   * update Standard-Version to 3.9.4 - no changes required
Checksums-Sha1: 
 5dfdf904912db097874d1399b52e43e1f4314168 1376 imms_3.1.0~svn301-3.dsc
 4c23dabb774075fb001a310967c7209d5ce3ffd1 16327 
imms_3.1.0~svn301-3.debian.tar.gz
 0e10b946c4bfa1b6992de78a015318e695715628 255248 
imms-common_3.1.0~svn301-3_amd64.deb
 3039a3b30938c5c64344660850967dcb5c1f3b70 20736 
imms-audacious_3.1.0~svn301-3_amd64.deb
Checksums-Sha256: 
 0422d75196417b1acf36a4c276519f938514d2b19a33ca7deef3b4f16b452de7 1376 
imms_3.1.0~svn301-3.dsc
 b5c6ec2c39ba36603094fd721d504a088cf2e0f07e3cfab6f8fd8523d7a43b6e 16327 
imms_3.1.0~svn301-3.debian.tar.gz
 1d2b8113fd746aedc91fc12f624fd9915874eef62890c19d4a98fba5a67d006b 255248 
imms-common_3.1.0~svn301-3_amd64.deb
 106a03222912bf1a724c426125119b8a8496ea02fb902935cc1e8891fb969d51 20736 
imms-audacious_3.1.0~svn301-3_amd64.deb
Files: 
 6397a875f12c2ff2dd8ca94b63ea5bb8 1376 utils optional imms_3.1.0~svn301-3.dsc
 76d89db9424de08848ccff59ca9a401e 16327 utils optional 
imms_3.1.0~svn301-3.debian.tar.gz
 fea29f9bc5f2a31545d3334706cf83b6 255248 utils optional 
imms-common_3.1.0~svn301-3_amd64.deb
 7bab9e2a9712aff6ac24838d635873d1 20736 utils optional 
imms-audacious_3.1.0~svn301-3_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iEYEARECAAYFAlIdBvwACgkQlk0AXAynaGzH8wCdEl0aQHSWrBa+yPHYYAbiHlJl
S+cAoKnZU14x0FAiBQS34COGl7Y8a4pF
=0be/
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1veqg8-0005gy...@franck.debian.org



Accepted git-annex 4.20130827 (source i386)

2013-08-27 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 27 Aug 2013 11:03:00 -0400
Source: git-annex
Binary: git-annex
Architecture: source i386
Version: 4.20130827
Distribution: unstable
Urgency: low
Maintainer: Joey Hess jo...@debian.org
Changed-By: Joey Hess jo...@debian.org
Description: 
 git-annex  - manage files with git, without checking their contents into git
Closes: 719832
Changes: 
 git-annex (4.20130827) unstable; urgency=low
 .
   * Youtube support! (And 53 other video hosts). When quvi is installed,
 git-annex addurl automatically uses it to detect when an page is
 a video, and downloads the video file.
   * web special remote: Also support using quvi, for getting files,
 or checking if files exist in the web.
   * unused: Is now a minimum of 30 times faster, and typically many
 more times than that (when a repository has several branches).
 (Thanks, guilhem for the patch.)
   * unused: Fix bugs in two edge cases involving manually staged changes.
 (Thanks, guilhem for the patch.)
   * Android: Fix bug in terminal app that caused it to spin using much
 CPU and battery. This problem was introduced in version 4.20130601.
   * sync, merge: Bug fix: Don't try to merge into master when in a bare repo.
   * import: Add options to control handling of duplicate files:
 --duplicate, --deduplicate, and --clean-duplicates
   * mirror: New command, makes two repositories contain the same set of files.
   * Set --clobber when running wget to ensure resuming works properly.
   * Unescape characters in 'file://...' URIs. (Thanks, guilhem for the patch.)
   * Better error message when trying to use a git remote that has annex.ignore
 set.
   * Fix bug that caused typechanged symlinks to be assumed to be unlocked
 files, so they were added to the annex by the pre-commit hook.
   * Debian: Run the builtin test suite as an autopkgtest.
   * Debian: Recommend ssh-askpass, which ssh will use when the assistant
 is run w/o a tty. Closes: #719832
Checksums-Sha1: 
 e51c26545e6d05923ddb8937e682a63282467898 3293 git-annex_4.20130827.dsc
 1c8e4af732637a9dc8777f81f391ccbdbcc08262 4424353 git-annex_4.20130827.tar.gz
 7293e713d380e1a6892f9b57db426de9b189aaad 6623094 git-annex_4.20130827_i386.deb
Checksums-Sha256: 
 6fc8901906eaa24e5af40b5ea2e0a4894c5878f417f202eb37cf870755b82a04 3293 
git-annex_4.20130827.dsc
 1e8b072803e8da4e9f62bff24a42c84d91de5c9d2666e7b51ec4898490e3decc 4424353 
git-annex_4.20130827.tar.gz
 cd59d1a759abeb22546df8410b83df077314571fb0eaa88afdec358f8be2998d 6623094 
git-annex_4.20130827_i386.deb
Files: 
 2fbd58ded78c0b7932640cdf18c469bb 3293 utils optional git-annex_4.20130827.dsc
 99d145e2584a5afacaea940f4b7e5382 4424353 utils optional 
git-annex_4.20130827.tar.gz
 005e3a5f7315599a5425049081c57949 6623094 utils optional 
git-annex_4.20130827_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIVAwUBUh0JzMkQ2SIlEuPHAQiGZRAAmmo4Zsm1kd5sIGRHWYjIRQLhFbzDNw/O
Pg0zCp30BZR1SOz58c207YqVZfPshwYLR/DyetYU1cVnziG47BS4wstOArqU5QRd
Wa5HWN+8iN0kGtooO6G1No8mQ0rzWt2OrxZw43jdJWX0TCYGeWgLNp399f93kQ7x
Y0T4mTHlZd2Q1QDAmGpXvnVh3cno3xXWo3mqDP2bjgnjAahFZ0WHXV1MRKep9mbv
IFSMsS6/XWaJWxNZ3+DaOIPEAN8/wFnMxLdTH4n5f7O0++Da5G+ZuRMs+LXcHh6y
9PUEJo79pMNvNdibwO6981rgG8kKriBnVXKFuLUwhBSqadGmWj+Np3uJbEe1adGg
nbCroUpRAP1E4FhrUbyXpJNt/rzVfnj/2vVq2PahWOap+bKt8TX1Tee30ft6VmRV
h9xvJ/9IBpWX3SZep8DNYbqv+XgEHsJpFyeODb6nyxqYY/jR2w4XCODgwuljGjBR
mega88dv6l4s9IQG/OHcmfsPVpsBhey5owkp6NMSok5XtVGdChk+hZhv0xA1l9O6
H+zP4x/afUpu5r0LpBvGTxUyKQkkIypWCO+HpFMnjkzBoqp8UTUfAGAY+8Af7wl0
7CKoVJyjRU4U8jFgMFIy98+7OvyRA36tiQHeOlGb51EFnsJCEFcZAJvB7IwxANxE
n72ZabDs6+4=
=0yKZ
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1veqfz-00053f...@franck.debian.org



Accepted libx11-guitest-perl 0.27-1 (source amd64)

2013-08-27 Thread Florian Schlichting
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 27 Aug 2013 22:53:00 +0200
Source: libx11-guitest-perl
Binary: libx11-guitest-perl
Architecture: source amd64
Version: 0.27-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Florian Schlichting f...@debian.org
Description: 
 libx11-guitest-perl - collection of functions for X11 GUI testing/interaction
Changes: 
 libx11-guitest-perl (0.27-1) unstable; urgency=low
 .
   [ Salvatore Bonaccorso ]
   * Change search.cpan.org based URIs to metacpan.org based URIs
 .
   [ Florian Schlichting ]
   * Import Upstream version 0.27
   * Update location of docs
   * Bump Standards-Version to 3.9.4 (update to copyright-format 1.0)
   * Switch dh compatibility to level 9 to enable passing of hardening flags
   * Refresh and forward patches
   * New useless-dependency-on-libXext.patch
   * Add myself to uploaders and copyright
Checksums-Sha1: 
 7495206acdeb6997d738818bb435cb6e1d2e2726 2123 libx11-guitest-perl_0.27-1.dsc
 411c98a80340cc510b64214563ac2c8fbda007e0 68767 
libx11-guitest-perl_0.27.orig.tar.gz
 3636c17a54c0e6938d4fd7981f34dac11fb0e7d9 4152 
libx11-guitest-perl_0.27-1.debian.tar.gz
 4d579b02557f2b2e036e5af12858bdc8a36f0d01 41168 
libx11-guitest-perl_0.27-1_amd64.deb
Checksums-Sha256: 
 8466536d42668d54f5f514f5471db9dbb6b3911aea6e3811a0f17f5fe77924dc 2123 
libx11-guitest-perl_0.27-1.dsc
 ffb999eb0ac08f3976a9f329e186da04c83a581c99e42311bc2f9dacae9d8689 68767 
libx11-guitest-perl_0.27.orig.tar.gz
 0afc6206f52035a66d1aeac0d581fcc3bfb94030030a5d70db3fb7c47d6762e2 4152 
libx11-guitest-perl_0.27-1.debian.tar.gz
 21aa53265e2523f7602aab6b8609065a1d935ef924b26991495a48a0ef57c3d4 41168 
libx11-guitest-perl_0.27-1_amd64.deb
Files: 
 c8ef3dd4632f08b37385972189fe48ff 2123 perl optional 
libx11-guitest-perl_0.27-1.dsc
 70d3131d3e84647cdab61788642d8ae4 68767 perl optional 
libx11-guitest-perl_0.27.orig.tar.gz
 fbcc2a01c9310e966968a9638f9b8db4 4152 perl optional 
libx11-guitest-perl_0.27-1.debian.tar.gz
 f217879d7cb0897d56e02e2ff8098966 41168 perl optional 
libx11-guitest-perl_0.27-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCAAGBQJSHRJCAAoJEBKXO25y3Ae1cGkP/2KyVKdc5PJamdcENyklmNdW
BtNApwk6Wh/dgDsBH8ujR4JSz1aQ/b2rqxPGRLL19EGBZlXVH4nBP1AhOZJ6I0TD
4q729NXycnSBc0E/CpSVOLGkySxSLYEPj5dQG0jCuzhDXzx9OClSEiWAFarXDvrP
RepNUIeN4tVM0XsMsu24+GcQ9iqzWhn/MV1oZSeORodAq1oOmkDM9PTNZ1saw/wA
QgPIKnvOo3tDFRnEaYjBqGwKj6E39YANoNaieYzZXt4jTQ/QB2xjHLlm07z35+1y
4UKOICqApZJyZid3b6FhlbAben0sbT/kJxpkoPjOfHRDmELP+dMpazAnBjBrtKyw
AQTit5Bo7lQWi3zTKk//gy00ng2O0SBlGVb6mVQXyWIh2nuV4bHbRYJC7nE6Dn4k
t5Q+lYz7S1OOKbIKuoOZ5Wq7xSWI3ZRCh98eK6d2XEUJuNSx0070fYWqpdqFXO/o
pysK+dXJIms0VTOVAWy0gaFs+LAs5e01yxyp01hXjmpBMUqpqiRfKtQuvh6iSEyB
02FI2GQhAv76QNgSVmLatNJ1VNyxN4QwKSCrAWWdKUs3ats2VCC4BZzah382pW7k
JS580qzzSaoBUjYrq1z6aDlFSkdUcl9xWtUvDV7FSEDl0ACWuHIWNvAx93M8vgfQ
oOhu9zf3Bf9PmxxOJTJJ
=Yg8Y
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1veqia-0005fw...@franck.debian.org



Accepted pymongo 2.6-1 (source amd64 all)

2013-08-27 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 27 Aug 2013 22:01:21 +0100
Source: pymongo
Binary: python-pymongo python3-pymongo python-pymongo-ext python3-pymongo-ext 
python-pymongo-doc python-gridfs python3-gridfs python-bson python3-bson 
python-bson-ext python3-bson-ext
Architecture: source amd64 all
Version: 2.6-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-bson - Python implementation of BSON for MongoDB
 python-bson-ext - C-coded extension to the python-bson package
 python-gridfs - Python implementation of GridFS for MongoDB
 python-pymongo - Python interface to the MongoDB document-oriented database
 python-pymongo-doc - Python interface to the MongoDB document-oriented 
database (docum
 python-pymongo-ext - C-coded extension to the python-pymongo package
 python3-bson - Python3 implementation of BSON for MongoDB
 python3-bson-ext - C-coded extension to the python3-bson package
 python3-gridfs - Python3 implementation of GridFS for MongoDB
 python3-pymongo - Python3 interface to the MongoDB document-oriented database
 python3-pymongo-ext - C-coded extension to the python3-pymongo package
Closes: 709487 715395 720612
Changes: 
 pymongo (2.6-1) unstable; urgency=low
 .
   * Imported Upstream version 2.6 (Closes: #709487)
   * Michael G Schwern copyright on time64.c added (Closes: #720612).
   * Improved *-ext dependencies (Closes: #715395)
Checksums-Sha1: 
 7f1061bc0e643247575c6f623355e49485427e31 1897 pymongo_2.6-1.dsc
 619d8806a467954d01e1bc34399474b4f0fda1a8 321188 pymongo_2.6.orig.tar.gz
 b1287697a84c1137e48ec701f350bb905cc08437 5166 pymongo_2.6-1.debian.tar.gz
 da56661e78f09b6163c348400e3223e98200bb5d 88102 python-pymongo_2.6-1_amd64.deb
 0fe9f7ccaba5f4c9a6c5dfee70c9e04107a3e10c 85942 python3-pymongo_2.6-1_amd64.deb
 ba138e5912c1b45f65cd9867c4dc130b661c7123 23230 
python-pymongo-ext_2.6-1_amd64.deb
 6b1b4d82705e722d79f8c1a504403eb738ce7a3f 23360 
python3-pymongo-ext_2.6-1_amd64.deb
 6cc2266ff28993a7fed6403e1a00114a6279aaa0 1028988 
python-pymongo-doc_2.6-1_all.deb
 9bc9d44a871901e1f8f43bf8ae326c245d8ad39f 24596 python-gridfs_2.6-1_all.deb
 9901762dd75716d26d847e7aae933bbaf8fd1139 24500 python3-gridfs_2.6-1_all.deb
 e4b0823b0f9a08081484a2a24b2bfd75e6fceb46 32026 python-bson_2.6-1_amd64.deb
 e503730d9d2d9bfdf2e6f823e9a21822cbe1efd0 31826 python3-bson_2.6-1_amd64.deb
 125fea7fb3207510ea053a13b64fedec69c79e32 31574 python-bson-ext_2.6-1_amd64.deb
 e62fe005c36187805d9c534d2be8378369e395cb 32080 python3-bson-ext_2.6-1_amd64.deb
Checksums-Sha256: 
 54d479758c112dadf3c3ae8fe9150339fe725338428337845c5525c2f8ca4531 1897 
pymongo_2.6-1.dsc
 e6995358db2d407745ab6403decd412db0105ec3a1c77425382a5bd74afbfeeb 321188 
pymongo_2.6.orig.tar.gz
 8a4ccf3a80f44c5b52ea99c584d0aafd61ab93d70d3b1133dbafc8163873d7f3 5166 
pymongo_2.6-1.debian.tar.gz
 f2788a78fdd456ea1d6a1b9ac5b7a3d3657a081b9cbd7213555a3a82e21fb05f 88102 
python-pymongo_2.6-1_amd64.deb
 6a3efa15759da82247f19849e4a6de4d7339362dbae440ad96a0206e1ead97c2 85942 
python3-pymongo_2.6-1_amd64.deb
 84f935fb002c4903119091e6e31bd260b1123db9bd9495da23a9b72675a2da50 23230 
python-pymongo-ext_2.6-1_amd64.deb
 8a0f1a03d28a9343caa31baec071344c0bfd4993f98ab18f768bc4257b8e265b 23360 
python3-pymongo-ext_2.6-1_amd64.deb
 ab64e5f9bfa3d9b903fd30a6a630e7e734c8d32df25f69c7f864142aa6dd11f1 1028988 
python-pymongo-doc_2.6-1_all.deb
 6fddc5a6adea162dfa5a9633432c17829c58e7fbf20af72677876fec946205a4 24596 
python-gridfs_2.6-1_all.deb
 35ff9f23323017255c4bdd0096ea197ca54378c33ebf8ac14e89a3be15d3f9be 24500 
python3-gridfs_2.6-1_all.deb
 0398f6ce52e6da40131634df930fa6df8eacaeb02a89f6ebee995853630c53a4 32026 
python-bson_2.6-1_amd64.deb
 7248fdc3db5652be671122deafab13c8fa43a9e29f26d642d02a218778e9f557 31826 
python3-bson_2.6-1_amd64.deb
 37463070b56e257422f14bb43c73ff9ba656783d5deb5938d2cd2899645713a5 31574 
python-bson-ext_2.6-1_amd64.deb
 467646f9e23138a4b085b431d8e15b1e114e948e746d3e2e589ae16317b986cc 32080 
python3-bson-ext_2.6-1_amd64.deb
Files: 
 de04423210d0be85d0d163c8f3cc913a 1897 python optional pymongo_2.6-1.dsc
 08d755bfd6239efd5eb67564d672b528 321188 python optional pymongo_2.6.orig.tar.gz
 821c50da443a67434eaf72df1d30b05e 5166 python optional 
pymongo_2.6-1.debian.tar.gz
 8f772b554fa9c91d758e9fff9fbe2695 88102 python optional 
python-pymongo_2.6-1_amd64.deb
 27f4198a7a3d9ce68c809c0ee1aa773f 85942 python optional 
python3-pymongo_2.6-1_amd64.deb
 f4cfcfb1ecfa3614499de6d9c7961948 23230 python optional 
python-pymongo-ext_2.6-1_amd64.deb
 c85391809c0c4ca5bc52bc42fb11d133 23360 python optional 
python3-pymongo-ext_2.6-1_amd64.deb
 b60f506706d891ceab17f16a791e4107 1028988 doc optional 
python-pymongo-doc_2.6-1_all.deb
 005c7fb65830bd25a64b5b93999d7244 24596 python optional 
python-gridfs_2.6-1_all.deb
 2de1704520ce89033e1e44b5f47f 24500 python optional 
python3-gridfs_2.6-1_all.deb
 4cf72309cb207e2740dfe3d62399e838 32026 

Accepted ruby-stomp 1.2.14-1 (source all)

2013-08-27 Thread Jonas Genannt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 27 Aug 2013 14:09:58 +0200
Source: ruby-stomp
Binary: ruby-stomp
Architecture: source all
Version: 1.2.14-1
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Jonas Genannt jonas.gena...@capi2name.de
Description: 
 ruby-stomp - Ruby client for the stomp messaging protocol
Changes: 
 ruby-stomp (1.2.14-1) unstable; urgency=low
 .
   *  Imported Upstream version 1.2.14
Checksums-Sha1: 
 b9bbf89ea3c578790df896365cb7d5a93b74b6c8 2117 ruby-stomp_1.2.14-1.dsc
 8f4d0c3f00d70b1a26af269ccd509bc70d208f6f 66978 ruby-stomp_1.2.14.orig.tar.gz
 7e8b46eb2e41ee0f799e3ddde91df938ca8295b6 4101 ruby-stomp_1.2.14-1.debian.tar.gz
 6f720f4a099bf43d667ee9eea05788bbb8e4ab8a 41546 ruby-stomp_1.2.14-1_all.deb
Checksums-Sha256: 
 83c0805d895d8329e10f0364d175258c9d2bbe4fd22c7058e473061e7c62b234 2117 
ruby-stomp_1.2.14-1.dsc
 41cc4494337aa188203981d65dfbe096a90852757765db6a8bc30111a01eb17a 66978 
ruby-stomp_1.2.14.orig.tar.gz
 b95112c6c58fa436de4f830660f0b44451b423857aa3eb4fc629866d7bc768ed 4101 
ruby-stomp_1.2.14-1.debian.tar.gz
 602afefd5a1fb0522e519a37f5df8ea47f3bb4f2be0529a0681d46a4d5318c90 41546 
ruby-stomp_1.2.14-1_all.deb
Files: 
 b2b38a461b37b161e9d6e06d854ba635 2117 ruby optional ruby-stomp_1.2.14-1.dsc
 72c31d7d89dc6dfbf3f82c01717e65e5 66978 ruby optional 
ruby-stomp_1.2.14.orig.tar.gz
 650974be5d0239ce3dd78360befefde8 4101 ruby optional 
ruby-stomp_1.2.14-1.debian.tar.gz
 298d5ec092d6fe323789441362a7760c 41546 ruby optional 
ruby-stomp_1.2.14-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJSHJjQAAoJEPBM7/YBbP/Q/D8QAI4VwzaDJneu+C7TI8XdRceU
ht6X9EC0si9O1Dz8dyLzYPHA2/5VNZCIlLUzAF6mQbv4J+QtvnOW9sAites7N9WZ
6o3QyLs2aDI6gPgP+VCTdJnJHorsKr7wBWssWDFPALalQV+UuRtPC6fvMR6VCebV
5ZGwSiccT7e1ZksyTjUdFVouurskQP9OZg2ha5iTKDhsWztTCEUVj9TuEbBINbGs
CW+lT5izHO8DzuuVuvlKuvoAPCOvWJ4sVgxo4VAylxLxP2Ui7DBUGQgLrkz9AQov
D9I/y/+HUGg/LnHzH8Zi/x1wpXkNTNYBfTtVMIhc/ZXD2SjDijYlP8GpAlks7zV4
EoRgMHysUZqMIKZRFtPZw/v7sk58bm6LXo2GqDk0ITAggroHMbGlIA2s3OgeolWr
8hnnwIjkytnrh+9oYJnOjz/buonVdplmIp4L+AXzaLdK2h6N3DfOZyztkUAbYWVE
F8SSdnQvuzIAVj7IbXkrHzjvSDGeLMisDrJlI8t5RQrrlJGoUFJGJspirFt7btIK
ZXqvg+fZHmmKlGKIUvh2LAxOtQr2BV9ehIshU5o6kEyV1YEmj4scDSQqEJZ48izg
mPXDCwLij14TVcjJIUERIBGFxVrdhPQpeE88oY4SVQ4vONxYi6OrTcezBf2ASSRT
SjEwdifBWFVdNZypcAUh
=/pAK
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1veqk6-0006jp...@franck.debian.org



Accepted espeakedit 1.46.02-3 (source amd64)

2013-08-27 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 27 Aug 2013 23:05:59 +0200
Source: espeakedit
Binary: espeakedit
Architecture: source amd64
Version: 1.46.02-3
Distribution: unstable
Urgency: low
Maintainer: Debian Accessibility Team debian-accessibil...@lists.debian.org
Changed-By: Samuel Thibault sthiba...@debian.org
Description: 
 espeakedit - Multi-lingual software speech synthesizer - editor
Closes: 720842
Changes: 
 espeakedit (1.46.02-3) unstable; urgency=low
 .
   * rules: Add empty build-indep rule.
   * control: Bump Standards-Version to 3.9.4 (no changes).
   * patches/wx2.8.diff: Fix Makefile line continuation (Closes: Bug#720842).
Checksums-Sha1: 
 04c723d1c97c10739a0393f414caa5dd63cebac6 2081 espeakedit_1.46.02-3.dsc
 a2dc270b7da9d4daea7242f0c6b3882b347d79bf 4702 
espeakedit_1.46.02-3.debian.tar.gz
 5817a00c9a055c92aef3983b0b78009fb7676644 284088 espeakedit_1.46.02-3_amd64.deb
Checksums-Sha256: 
 fcf7312c8c91a4e1736b1d01136eca6c526be8ad2dd21174861ab84348b0160d 2081 
espeakedit_1.46.02-3.dsc
 0b1820f9f1131ef5da25e62d989bf9003f5b0abfbc11735dbd53382a90b89cf9 4702 
espeakedit_1.46.02-3.debian.tar.gz
 6b3f533b602ce3b873cdf74bb31bfd9855b04ae7f8d42fc81fcd897c4bf5ac13 284088 
espeakedit_1.46.02-3_amd64.deb
Files: 
 9ef753fcbc25ac512c682d251928db4f 2081 sound extra espeakedit_1.46.02-3.dsc
 eddac580c98cc82a30a42adb917b0c51 4702 sound extra 
espeakedit_1.46.02-3.debian.tar.gz
 74df8d366c6266c4333d6a4d6b2f2adf 284088 sound extra 
espeakedit_1.46.02-3_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJSHRZZAAoJEKYW8Q/MLMDw6rYQAIfWNzd5I20eZUQlLoh/y2ck
21fFhzCYkoTxKYI3LncuLJ1jDxyce41PRsR2VBo/jRIqem6mvfRigyyNd4FYVPU+
fSqLmrXvsuzdLycLB7h4iVrgdIKuulMTKJuMJUC0JGMwqmgJdwXBrKmXcBCSk2gi
7+AMJvjjkFMAz0533ym0tkIAU8U7X/MNIzsHAOfeqh9fPNt9CgLTVc+vgCMSIQEy
ZBhs5czXBLFG5MMvaLCItzprhCseKdthTBpVXeKN6SPVMIeV8f3he/g+IPGCCa3I
c0zwcTlmfXQW4w2FTITIlYsAcVYSch+1ttqK7hox1p63Vd3QHqvX4dF1wOwKi+kl
nHGkGc9paq7JBX3DNYBZ6BA4J+U3L9tigMDRpbpRYCYUkWomnR4SpagvlOnoQCOp
lSEHgzt8ByMaq+IVXczKZ6ELQ2v8RSQ+yA0TNM0EfD4zyF1uxrzaEpfzjKgjNewn
oi/yGK/OOzC+C+iHR7Fx6hO/AKNWAzndaAFxGuqpkwQOKoiKrd53g1wawGv6l7T6
obc3tIAlrEP8PVlQXD4mUU5K+otCSJdqRVic8gkTVwBDS0cMKCgfgD/HVeKgYNG9
XCldpZY0jB8m4/hcoIaCO0g0prpLklOLtglcFbBrIcc95rCfAfaBzcO5ZWV54GUq
TGOxCdZILBh+6Sbn5E3Y
=NV0i
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ver8q-00030d...@franck.debian.org



Accepted libfile-libmagic-perl 0.99-1 (source amd64)

2013-08-27 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 27 Aug 2013 23:28:17 +0200
Source: libfile-libmagic-perl
Binary: libfile-libmagic-perl
Architecture: source amd64
Version: 0.99-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libfile-libmagic-perl - Perl interface to libmagic for determining file type
Changes: 
 libfile-libmagic-perl (0.99-1) unstable; urgency=low
 .
   * New upstream release.
   * Update patches:
 - drop do-not-link-libz.patch, file-5.10.patch, new-devel-checklib.patch
   (merged upstream)
 - refresh fix-checklib-fail.patch (offset)
   * Update upstream copyright.
   * Drop debian/clean: the files are not modified anymore.
 And the build fails when they are removed.
Checksums-Sha1: 
 c2d77ab97ab6befacfbadc0c6a4f64bca44790c5 2211 libfile-libmagic-perl_0.99-1.dsc
 30c014b6f6aee9703fcf9dd642a38c9084cb162a 71350 
libfile-libmagic-perl_0.99.orig.tar.gz
 2be92d1594fd511f4f4697f0c0a6743eea100ead 3058 
libfile-libmagic-perl_0.99-1.debian.tar.gz
 3a357b4daf01ae108deebca4a7286cc98c9e3796 17618 
libfile-libmagic-perl_0.99-1_amd64.deb
Checksums-Sha256: 
 dccb4a6b0b27682523f18efa629c819eac18e25ecccd108e525c361d03913ea7 2211 
libfile-libmagic-perl_0.99-1.dsc
 dabfdb34ad0d7619812bfb63ab13ac2964980bebc6b5c68989eb96cb7eda7d1b 71350 
libfile-libmagic-perl_0.99.orig.tar.gz
 3d64cfd1f268791e10c3e79ad43c17f23a3a15e4dce2bab872c2248e22b0cd70 3058 
libfile-libmagic-perl_0.99-1.debian.tar.gz
 18c82492c86cfa61945d12590099be1640522c7b9a03beb799c4bfc0284f5f7b 17618 
libfile-libmagic-perl_0.99-1_amd64.deb
Files: 
 0cc3f5b7cbf28f6de8d77f136a2c851b 2211 perl optional 
libfile-libmagic-perl_0.99-1.dsc
 c5c5f8cc79b3f1b6bf5f1df78676610c 71350 perl optional 
libfile-libmagic-perl_0.99.orig.tar.gz
 87d934cba6c065e2f124b296927c469e 3058 perl optional 
libfile-libmagic-perl_0.99-1.debian.tar.gz
 4c03c4546c96c3c2d11066fe0e35f4dd 17618 perl optional 
libfile-libmagic-perl_0.99-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCAAGBQJSHRolAAoJELs6aAGGSaoGwDgP/iGCPocbhag3O57iT5kBp2p3
y9XKr/HwpYg/ci2AadvW7/u2w3o2fc8MpQcyRv1JKu6xOxvrVGq2Vr0kdMrvUddx
qOmVIoxgN7ZJCQ4jY2af+qyzom+7dU7RmlrTzdB8y+Ns5zrDRHmqTwes3+fI4UBv
EFty56RHc614MdQxIkqmvNLL0WbPIxL8tz+7zMjX69N/kny3gTJYTlRqAyhfjmPq
/jCRtY/8y8nMV1s82lxGwX2/bLVwzlGk988bLkQ8745K3Z8AyFr1YgG6sAahCzKQ
GvnKLKreffis+LJluOuvwTXhN1xhjKY4wLUSZZE1/3Xyl+lnsRqxWBcFf2Fp1p/o
fHzj+HcIYiSCgNRp06CZrPOU2flCH/o2Sx1b4cObS9kpe71ho/2baXx1bjLMx6UB
t/kLecnoOCwtww0NSLm9nVsjdNbbPHOPkVBXXFKRmOQNeloRpCB6CbcPr/2MSd+F
41/zeTbyQl9ylKArTts9bK4T+/gASxlZ5RJsEDA7ZSZuoXJ7MiUjmRIdgG+97uia
E0gWQxi6PLQzSXtpok7NcONLivbEiSFGhMlHtvvJbHjsKEU/gqwGcmUU2PQpUv5Y
ZxXYl/y6vpPX96GyW9uSZnrHiYHzB1kGuy8cL91LA8QZSl9qE/rwqizGBuS+GvoE
G4HSvKU3SpAUK6KOIdfp
=Iw2F
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ver97-0003jq...@franck.debian.org



Accepted ruby-html2haml 1.0.1-3 (source all)

2013-08-27 Thread Jérémy Bobbio
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 27 Aug 2013 23:31:51 +0200
Source: ruby-html2haml
Binary: ruby-html2haml
Architecture: source all
Version: 1.0.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Jérémy Bobbio lu...@debian.org
Description: 
 ruby-html2haml - Converts HTML into Haml
Closes: 721046
Changes: 
 ruby-html2haml (1.0.1-3) unstable; urgency=low
 .
   * Team upload.
   * Add missing Depends on ruby-tilt. (Closes: #721046)
Checksums-Sha1: 
 5f7cb1a8c43dd618d5333abb19ebe124a7bd2336 2203 ruby-html2haml_1.0.1-3.dsc
 067bb145345efdbb7074f94101da3e3d8e2001af 4208 
ruby-html2haml_1.0.1-3.debian.tar.gz
 8f2705c849adb9a1f8ecbf891cb02e42d4ead508 13098 ruby-html2haml_1.0.1-3_all.deb
Checksums-Sha256: 
 e2b8a621e7da1aa9a696c4fb9efc9adcb86708f38868f90db5ef248ee56b3b78 2203 
ruby-html2haml_1.0.1-3.dsc
 daa634a09aa837e945f1430c8329660da814290a8ac6358585c5f51bcf882e68 4208 
ruby-html2haml_1.0.1-3.debian.tar.gz
 285256a8328db7856894228cf40c63ec27502029916a91cdd038f70cedff2baf 13098 
ruby-html2haml_1.0.1-3_all.deb
Files: 
 32bc18ec8a022bcfe339809aa8798bcf 2203 ruby optional ruby-html2haml_1.0.1-3.dsc
 614de6736c4936688a5d0f7737353223 4208 ruby optional 
ruby-html2haml_1.0.1-3.debian.tar.gz
 e219f56f263deaa3871f6e4b08918652 13098 ruby optional 
ruby-html2haml_1.0.1-3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJSHRsmAAoJEEgU3sIrMHw8KEgP/RKi+RA9/dEoZysjfSjtG+Bc
qOU3thZklLa3Gm9AH97C9YUQYaD8Rj1fSTedTv2MbYG6tY3tx5Tp1gyu9tKCNlIZ
5Zo6ceihB2PH5fGavgske8en7PlPFgYxY6cGe/crnsMZhafbfnQPbDXLtLfxqsbt
r8J0yA/gyIpR3F1gZEjA/LaHRY1I3bZl0cb1aeKljmCWhOlMe1Zr6VUFzgZ0hzb6
+b3BcmWPep1smOCmVP2KsjCFo9Rz/Zis7eJlk0DawEOf87ATCwwBfAiybsDDougU
sF4WpmBoPIo7TenxUera2QOoEv3w666kUJie0BuOp74T1QZDSfaCaaWthg/P1/QL
HwE1UbD/kLRzKrD5E/82hiEEnGX0u85lhGjPMSe1yiMye4sarl9ehn5FqzxnrXgh
7D7GRNY0ZNHpPAcB0rjkQvWoj1WprUmHjOZm0pUROieCe8LsHRwrXu1BXfKTTwdY
CRneDGDNjyi95aRyk2OjF8PBVipph4P6aXjK8jjnHPyuFiaIDUzowVcaWGvMpbDA
V9HtPb6xduLDPsYjGdxoViQ88kfJ5py+7Fq8kMzqwiESe0ojK9P67NmeN/cic7bT
GK2BwqkVmvRmGXZ57wrOZtoOoU99HjbUv+5WYWsX6yPd2MXm3Tx1krwgVs0Ie6fg
xKfgl3m+31GfRATumWEO
=NEtw
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ver9r-0003yu...@franck.debian.org



Accepted vzctl 4.5-1 (source i386)

2013-08-27 Thread Ola Lundqvist
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 27 Aug 2013 15:21:24 +0200
Source: vzctl
Binary: vzctl
Architecture: source i386
Version: 4.5-1
Distribution: unstable
Urgency: low
Maintainer: Ola Lundqvist o...@debian.org
Changed-By: Ola Lundqvist o...@debian.org
Description: 
 vzctl  - server virtualization solution - control tools
Changes: 
 vzctl (4.5-1) unstable; urgency=low
 .
   * New upstream release.
   * Updated to debhelper 9 compatibility by updating the debian/rules file.
   * Did not add build dependency on libploop-dev as it is not yet in
 the debian archives. Instead --without-ploop is added to configure in
 debian/rules.
   * Added build dependency on libcgroup-dev to allow for standard kernel usage.
 Added --with-cgroup to debian/rules.
   * Added build dependency on libxml2-dev.
   * Updated to standards version 3.9.4.
   * Fixed a bug preventing vzeventd from being started at installation time.
   * Fixed a bug preventing vzeventd being stopped at removal time.
Checksums-Sha1: 
 7a3a9a9fc5520d98f033712f45ba1f592f8689b6 1041 vzctl_4.5-1.dsc
 217a6b9a3e8c69e7e8dcabf3aa8d31e032ef337d 490866 vzctl_4.5.orig.tar.bz2
 dab6f206949d062d08b275a97f85fd83c0bc9839 15851 vzctl_4.5-1.debian.tar.gz
 eb8d212b2430e16fc6010e8ae59b9c75f6552948 303026 vzctl_4.5-1_i386.deb
Checksums-Sha256: 
 9cd4fc1cbafec72e2fd04718a7df871f23d66cf688bd34eca0f235b7082f848b 1041 
vzctl_4.5-1.dsc
 58303ed59abcde13d8e48ba00fea44889247013bda5d0d894d6d1f924265fa4c 490866 
vzctl_4.5.orig.tar.bz2
 12f19ed9ce6539aaa54cd822a1ab21eb7f8830f9aa532db010799684439aaf3a 15851 
vzctl_4.5-1.debian.tar.gz
 237942d15a0b3c2e5adb008fe0db19865957165dd49176406687cbf80d895f92 303026 
vzctl_4.5-1_i386.deb
Files: 
 8edd79f208a5ec854f6a17c6e9bc22f4 1041 admin optional vzctl_4.5-1.dsc
 eedd7e7b898abd2d3c02a19776d2d0e4 490866 admin optional vzctl_4.5.orig.tar.bz2
 c5978daaa3481183c4ef9652c97b0615 15851 admin optional vzctl_4.5-1.debian.tar.gz
 1fb03431d83e52e1ca249b8d16ae35fa 303026 admin optional vzctl_4.5-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlIdG7kACgkQGKGxzw/lPdmqOQCfXFtSbDocWFJ9B43Ft4fu7YaR
PFcAnja5KLCdE9yrcZ7QZpIMlzU4VyDZ
=bOyw
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1veraq-0003j0...@franck.debian.org



Accepted ruby-feedparser 0.8.1-1 (source all)

2013-08-27 Thread Antonio Terceiro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 27 Aug 2013 18:22:53 -0300
Source: ruby-feedparser
Binary: ruby-feedparser
Architecture: source all
Version: 0.8.1-1
Distribution: experimental
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Antonio Terceiro terce...@debian.org
Description: 
 ruby-feedparser - Ruby library to parse ATOM/RSS feeds
Changes: 
 ruby-feedparser (0.8.1-1) experimental; urgency=low
 .
   * Team upload
   * New upstream release
 + splits test cases by input file, cleaner test output
 + more robust encoding handling
   * debian/ruby-tests.rb: run a little more unit tests during build
Checksums-Sha1: 
 3a95351ccc7c6386d64494b86bec8908e325a125 1451 ruby-feedparser_0.8.1-1.dsc
 0a4b741ad35fd0632e7cef2ef94ed59eac7ef548 37282 
ruby-feedparser_0.8.1.orig.tar.gz
 228041d57fe4c0ee876b8cfc897d43c47156b8d9 4111 
ruby-feedparser_0.8.1-1.debian.tar.gz
 04a3553a346861ab4c1a2aa447123456d638a922 15696 ruby-feedparser_0.8.1-1_all.deb
Checksums-Sha256: 
 4d301a90e8b1beff36709a7e7e5b828e7f7a259cc1ce49dda9daf15044ad93be 1451 
ruby-feedparser_0.8.1-1.dsc
 bde9f75375eb9c940dc5300d96f6a157e281d4471cdcf4a217efe93566f4fdd5 37282 
ruby-feedparser_0.8.1.orig.tar.gz
 56ace5c666c1f09e19c0c34f0be315bbc988050e6db09632ea70631a6a8c2aca 4111 
ruby-feedparser_0.8.1-1.debian.tar.gz
 b5bdc6f3698ec1e953d754048c3991a76647576ec34a15a1201f7ea285e1a015 15696 
ruby-feedparser_0.8.1-1_all.deb
Files: 
 e6f90372521208c4538db8dd2475be94 1451 ruby optional ruby-feedparser_0.8.1-1.dsc
 fb2132efecf39515aba795da6d112698 37282 ruby optional 
ruby-feedparser_0.8.1.orig.tar.gz
 b9bc7738e69079f30695c16067a8be2d 4111 ruby optional 
ruby-feedparser_0.8.1-1.debian.tar.gz
 19b6cd06f00a6c489240c02f1b88903e 15696 ruby optional 
ruby-feedparser_0.8.1-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iEYEARECAAYFAlIdJIQACgkQDOM8kQ+cso/XfACeJoOsfOnCDf3dOCLP+P850AnQ
drMAn1z5SNdxL2IX+Lzfk5IrLXypZYVF
=XWat
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1veran-0001o6...@franck.debian.org



Accepted sunflow 0.07.2.svn396+dfsg-10 (source all)

2013-08-27 Thread Gabriele Giacone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 26 Aug 2013 11:16:44 +0200
Source: sunflow
Binary: sunflow libsunflow-java libsunflow-java-doc
Architecture: source all
Version: 0.07.2.svn396+dfsg-10
Distribution: unstable
Urgency: low
Maintainer: Gabriele Giacone 1o5g4...@gmail.com
Changed-By: Gabriele Giacone 1o5g4...@gmail.com
Description: 
 libsunflow-java - rendering system for photo-realistic image synthesis
 libsunflow-java-doc - rendering system for photo-realistic image synthesis 
(javadoc)
 sunflow- rendering system for photo-realistic image synthesis (GUI)
Changes: 
 sunflow (0.07.2.svn396+dfsg-10) unstable; urgency=low
 .
   * Refresh 30_sweethome3d patch according to sweethome3d 4.1 (all changes).
   * Bump Standards Version to 3.9.4 (no changes).
   * Canonical URI in VCS-* fields.
   * Remove DMUA flag.
   * Fix d/copyright according to format 1.0.
   * Switch to dh_python2.
Checksums-Sha1: 
 d98b96d77a25d621091d8c54bc284d8d38c66ff3 1517 sunflow_0.07.2.svn396+dfsg-10.dsc
 72d6e9c250755e3be810e46096e3a9d8aba88c50 29349 
sunflow_0.07.2.svn396+dfsg-10.debian.tar.gz
 35284ad81d85570134150ed26c06ae1e2edc18ce 631816 
sunflow_0.07.2.svn396+dfsg-10_all.deb
 f3c77d84dd421c74120870e4f5da46ab5f98bd81 381012 
libsunflow-java_0.07.2.svn396+dfsg-10_all.deb
 476c0be52689bd9ffdef1c24c33115dfd782f4f6 230978 
libsunflow-java-doc_0.07.2.svn396+dfsg-10_all.deb
Checksums-Sha256: 
 90b394397e301219d67a563c6456b39380b5118ab86109f72ff0dda2e366f8f8 1517 
sunflow_0.07.2.svn396+dfsg-10.dsc
 c9612289fd4b4d7de4a07b333dea21681c95dd7f83c06c04f2358cdccde42fb9 29349 
sunflow_0.07.2.svn396+dfsg-10.debian.tar.gz
 dbf149292736f80c58b40eae32eb6a881dbb52a5227bc692a0014be090b36799 631816 
sunflow_0.07.2.svn396+dfsg-10_all.deb
 e12fd9676b78662b73a11f453dd270afd6e9ba8833653eb7aa7dbfc7f5839e45 381012 
libsunflow-java_0.07.2.svn396+dfsg-10_all.deb
 b6118e9adaf317c486aa372094e27c7a537a0596c0026d0241fd5da2d3091c72 230978 
libsunflow-java-doc_0.07.2.svn396+dfsg-10_all.deb
Files: 
 8869dda52285d8bbe5713ea604ef6072 1517 graphics extra 
sunflow_0.07.2.svn396+dfsg-10.dsc
 40939bfa4ab867bb1e59e8ec804bd48a 29349 graphics extra 
sunflow_0.07.2.svn396+dfsg-10.debian.tar.gz
 068cb7144df3d956ae867f4fdb1924a4 631816 graphics extra 
sunflow_0.07.2.svn396+dfsg-10_all.deb
 dc1adec183f09aa577b8953eaceb657e 381012 java extra 
libsunflow-java_0.07.2.svn396+dfsg-10_all.deb
 3b34d0a47bf7d634b047336a705f5e58 230978 doc extra 
libsunflow-java-doc_0.07.2.svn396+dfsg-10_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iEYEARECAAYFAlIciJUACgkQp3cdCbVcnCtaiACcD/RvJZgR93F3Q0Bo3WvP8NNU
HAsAn2W9d5j63sixsN3Jnk+E/x9ZSqSr
=fxYH
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1verpe-0004ub...@franck.debian.org



Accepted gnome-sushi 3.8.1-1 (source amd64)

2013-08-27 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 28 Aug 2013 00:22:35 +0200
Source: gnome-sushi
Binary: gnome-sushi
Architecture: source amd64
Version: 3.8.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 gnome-sushi - sushi is a quick previewer for nautilus
Changes: 
 gnome-sushi (3.8.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Remove Brandon Snider from Uploaders since he hasn't been active for a
 long time. Thanks Brandon for the initial packaging!
   * Upload to unstable.
Checksums-Sha1: 
 078554deceaf648b3b1bb6d7fb07de5282e8f713 2424 gnome-sushi_3.8.1-1.dsc
 ad51cadec9138e5fdab6e8526d2888a3dfc75d51 308440 gnome-sushi_3.8.1.orig.tar.xz
 992039c0f2a314df0a05e3176b34f954db384a55 4307 gnome-sushi_3.8.1-1.debian.tar.gz
 7cbef6436a64351a034574cf5a8642ee6eb9a5fa 66964 gnome-sushi_3.8.1-1_amd64.deb
Checksums-Sha256: 
 fb79069cda568fc834c8efb138040c8ce3a28367651515ab5826988957a5854a 2424 
gnome-sushi_3.8.1-1.dsc
 c4f24d0961ce8fc5ef3a4fe9af178e368c7117459df2c0be12c8f953646c82dd 308440 
gnome-sushi_3.8.1.orig.tar.xz
 0c3bff6a703f7d9a47913df821221b0c761cd3158d4c6505c1f396814b08cb49 4307 
gnome-sushi_3.8.1-1.debian.tar.gz
 de9dc790473f67c319809dfbc02cedc6b416f590a222ac84bcba1271441b4413 66964 
gnome-sushi_3.8.1-1_amd64.deb
Files: 
 012cd12b13250ace38e5a924a9d8954d 2424 gnome extra gnome-sushi_3.8.1-1.dsc
 c602997a795f9d9eb00d69ab4a7fe58c 308440 gnome extra 
gnome-sushi_3.8.1.orig.tar.xz
 ae0cea1f82542b08538220a06bfb478b 4307 gnome extra 
gnome-sushi_3.8.1-1.debian.tar.gz
 6682f64084f2f3496c268a768ae14779 66964 gnome extra 
gnome-sushi_3.8.1-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCAAGBQJSHScNAAoJEGrh3w1gjyLcmjsP/0v4ku0+wB1wjxak0T7mJlui
KJpH26vdKrGrf5WTTVtnuY8pAywm3gd6l0xMv/ro4ytk34gHZzNfRaOjIha+hvMH
0ujcnggsLGKw6kNpMueya2B1Z+fPgXmTnf7xEgsDWIyln9R0L83Wi9qRbfqCKkx+
EMTzHfC8rt6nsh62SoY6Wc/55ix32xLnNLK6LN56qkFoeiKsRWhCW1l4nSawXBCH
I7IQ92tmZ/Zeww25/tEf2rIoRqqQSw78BipvMFDMUhttTmPWr34YSf9nx0CxC8ZE
0VYDjNtor60h5lA+nZIV96xr+so1Bz1Mg3eanzlysVuWjlT0Vvuop3MqPTSm6GeP
mJd3k1Yvjevn10dC+mR8qelvgaMviPe11XBdpuKHFV5aErq/UrQKZT9SLY0LaKKI
QtiMaG29lkfRc6xj4m7ViymDwU09Ph1ekh5Go58Eb+Xx8vFec3nYuOImLeNbfYfe
5HfRpBwdb4EXFDXXNXR7xSkFJ3PawXqCnXGkyrDQ6zfsSqClYvPtySTk2OBjRzqx
3lCE9sAYLbDU+A89/R3qfSLspBAtgiesU0ZUVvSJD5aatkH6jp8WnWtq723+AF6w
rQKc7SEQ6A/LhuzpX4spnBmxvCLNRQZc4pzizqA+wKqYpN94NJIFsEGtxq/dgUPl
w7TwiwOZvmqSH+SF3OAP
=yCqm
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1verp2-0004p2...@franck.debian.org



Accepted libwnck3 3.4.7-1 (source all amd64)

2013-08-27 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 28 Aug 2013 00:43:08 +0200
Source: libwnck3
Binary: libwnck-3-0 libwnck-3-dev libwnck-3-common gir1.2-wnck-3.0
Architecture: source all amd64
Version: 3.4.7-1
Distribution: unstable
Urgency: low
Maintainer: Josselin Mouette j...@debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 gir1.2-wnck-3.0 - GObject introspection data for the WNCK library
 libwnck-3-0 - Window Navigator Construction Kit - runtime files
 libwnck-3-common - Window Navigator Construction Kit - common files
 libwnck-3-dev - Window Navigator Construction Kit - development files
Changes: 
 libwnck3 (3.4.7-1) unstable; urgency=low
 .
   * New upstream release.
   * Remove debian/patches/01_tasklist_orientation.patch, merged upstream.
   * Update symbols file.
   * Drop obsolete Replaces: gir-repository-dev ( 0.6.5-7).
Checksums-Sha1: 
 a9d19b4ed1c5c55a23535e27ccdda6a8c46408fb 2574 libwnck3_3.4.7-1.dsc
 109c7b312442c66f13c1ef3465e882446906d13e 663768 libwnck3_3.4.7.orig.tar.xz
 162dff8548649b0c5bb36e26452301b87352ef6a 10902 libwnck3_3.4.7-1.debian.tar.gz
 986f982d537324d809d090b01e7e51f9883930d6 257390 
libwnck-3-common_3.4.7-1_all.deb
 4dd2087cf76e9c02ee40f4b327959a827dac73a1 141304 libwnck-3-0_3.4.7-1_amd64.deb
 2d3cb52251b003f69b822b7f4b53c3dd2dac2227 141168 libwnck-3-dev_3.4.7-1_amd64.deb
 9a579f907189cd5afa8547d6cbf0d636ceabd2d6 65416 
gir1.2-wnck-3.0_3.4.7-1_amd64.deb
Checksums-Sha256: 
 97fd5b04bffd48326563e636fba4d8f51e0676bbdd0c7598fb3104578cd0a073 2574 
libwnck3_3.4.7-1.dsc
 d48ac9c7f50c0d563097f63d07bcc83744c7d92a1b4ef65e5faeab32b5ccb723 663768 
libwnck3_3.4.7.orig.tar.xz
 1fa21d50d004237dd8fded9cbddb0e3159171893d0bf0d160ce96e889fbc562c 10902 
libwnck3_3.4.7-1.debian.tar.gz
 b21744eeecaa35738c889014848a2148ec200c1220ee242ecdcdfa8598e30fca 257390 
libwnck-3-common_3.4.7-1_all.deb
 87186fadfd1735a2963efef516dc9995ee3e9f8e057945199061eb4b5a3c65c5 141304 
libwnck-3-0_3.4.7-1_amd64.deb
 7e258e9211bac78a42a100c7a0862917aba493e29e6b842b69fd8d4b9a8996e9 141168 
libwnck-3-dev_3.4.7-1_amd64.deb
 eed605f440f0f0be0a10bf32bc1dd6709f0ad65bd2ba25d04e15a296f53448c1 65416 
gir1.2-wnck-3.0_3.4.7-1_amd64.deb
Files: 
 597a371b6bbc10c36291de0f01a75fde 2574 libs optional libwnck3_3.4.7-1.dsc
 b028685089dd1267dab64cca77fd7f35 663768 libs optional 
libwnck3_3.4.7.orig.tar.xz
 118920e3b60684c96e0d65a61c0da6d6 10902 libs optional 
libwnck3_3.4.7-1.debian.tar.gz
 c022182c7f0868fdea3fbaa1a12eb4bc 257390 libs optional 
libwnck-3-common_3.4.7-1_all.deb
 19dcbd2d6c802b48de892f3dccc9ecfe 141304 libs optional 
libwnck-3-0_3.4.7-1_amd64.deb
 4f79f1a4fc90f92642ee3a15f8fb1a4d 141168 libdevel optional 
libwnck-3-dev_3.4.7-1_amd64.deb
 f6f4538f3bba3813d583a82f881c680a 65416 introspection optional 
gir1.2-wnck-3.0_3.4.7-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCAAGBQJSHSvLAAoJEGrh3w1gjyLcZCkP/2Z5YFC4aa2+36fa4UAPAFyV
PbRMCwrxzmKx1lE0iqGO2TqSQZGayg93zhPn5DGfALQl/oHw3PRG/MdXMMfXDbZY
CnthKfLDJVFw3I741mQSmaYUCctGls2FDmtsaC72nYGkticMXvlWcBRhWf+6z0Vh
8eVJgkWrsPnHJPldDNZ3AnRoUgfDJLal4LTFNUgDZtysdXonk6NOMPVVE6g9TWcS
dlUe9U1N6lQjsMv3Pn/W+/oMyQ5jhc7D4qf/6SAXrowwv8maKbPuEMNhslV75fqj
yiJk3lg26fN4hWE0O+NgUtCM0D9hog2j7BhIws1ZtaRvDVWtW7pJwrTUJxZnNC+V
anBI5+ATXHzzGJR21u0IH9MrDv4078PIIpbOfffBTzbxjwXV0M0XcBE7fMphM8+c
/oLfJnzzl5Z6QFxPug7fthSCUvXSYUXmBkDKPM+s3xiofsxu3l3nRXsVj8Ncq8Jg
fZ5/DT6vuDZNevKm8r9YVSfW5GHWNZ0ZiwgCUPX/8UjeIlcHmAOoWgxYU55ahJcd
adF+SzwMa5G+UDx9UkJojt9n7eCUfDGZo3DkLLraUUJDyzQ5UfqzbTbuKwIZvRto
HiAxg1o2MoMUHg6U7nFSoK+szspaKkTp3pj0SiEsesskjG0nHDWfZPSrTwP9DdMJ
+vPv+rKuR+aCvWHkjTQK
=apZ0
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ves3s-00075r...@franck.debian.org



Accepted sweethome3d-furniture-editor 1.11-1 (source all)

2013-08-27 Thread Gabriele Giacone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 26 Aug 2013 19:47:17 +0200
Source: sweethome3d-furniture-editor
Binary: sweethome3d-furniture-editor
Architecture: source all
Version: 1.11-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Gabriele Giacone 1o5g4...@gmail.com
Description: 
 sweethome3d-furniture-editor - Sweet Home 3D Furniture Library Editor
Changes: 
 sweethome3d-furniture-editor (1.11-1) unstable; urgency=low
 .
   * New upstream release.
   * Fix icons gamma correction.
   * Bump Standards-Version to 3.9.4 (no changes).
   * Canonical URI in Vcs-* fields.
   * Depend on sweethome3d 4.1.
   * Add Keywords to desktop file.
Checksums-Sha1: 
 26118742f385bedf905edcdeb80c9d068f7f7745 1543 
sweethome3d-furniture-editor_1.11-1.dsc
 db782bea24be56065bbc5b8846398aa84235a113 97588 
sweethome3d-furniture-editor_1.11.orig.tar.xz
 41176559825c4bf8555d80d88bd310dffda96f09 4604 
sweethome3d-furniture-editor_1.11-1.debian.tar.xz
 dfa70f4fd7069911eb500534e907ae1cf130ff80 920690 
sweethome3d-furniture-editor_1.11-1_all.deb
Checksums-Sha256: 
 dbf5f482a8ba1bb7babfac0cd5fcdd3ff2d750d107caf2ee70ea370b705e1b79 1543 
sweethome3d-furniture-editor_1.11-1.dsc
 1adbcba12569313049b336b00f51546a6f4e41eec442c36646349e0fcb545c2c 97588 
sweethome3d-furniture-editor_1.11.orig.tar.xz
 b2a873292279ebeb2eccbadac3cb4d9a130c9b7530b0c000fec247597a9ac446 4604 
sweethome3d-furniture-editor_1.11-1.debian.tar.xz
 d19a276088091b05975a3da7f12ff603e15ae7f1e3688d460b5b3003467f96c2 920690 
sweethome3d-furniture-editor_1.11-1_all.deb
Files: 
 70b9273bf8058f226dee28045eab45ae 1543 java optional 
sweethome3d-furniture-editor_1.11-1.dsc
 d6cf7490c7b54719ec0936d166b20f95 97588 java optional 
sweethome3d-furniture-editor_1.11.orig.tar.xz
 74966d9143718fd319a40c877ca9be64 4604 java optional 
sweethome3d-furniture-editor_1.11-1.debian.tar.xz
 e0b8753d64599843db78b8ef456f691b 920690 java optional 
sweethome3d-furniture-editor_1.11-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iEYEARECAAYFAlIcj20ACgkQp3cdCbVcnCvUpACgn+bq0Iv2iwkHsR1N4UEcWaIQ
AYYAniCa3PeUHcPtMXs9PyqYobhCLUUG
=dZC0
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ves3m-0007bx...@franck.debian.org



Accepted sweethome3d-textures-editor 1.2-1 (source all)

2013-08-27 Thread Gabriele Giacone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 26 Aug 2013 20:08:04 +0200
Source: sweethome3d-textures-editor
Binary: sweethome3d-textures-editor
Architecture: source all
Version: 1.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Gabriele Giacone 1o5g4...@gmail.com
Description: 
 sweethome3d-textures-editor - Sweet Home 3D Textures Library Editor
Changes: 
 sweethome3d-textures-editor (1.2-1) unstable; urgency=low
 .
   * New upstream release.
   * Fix icons gamma correction.
   * Bump Standards-Version to 3.9.4 (no changes).
   * Canonical URI in Vcs-* fields.
   * Add Keywords to desktop file.
   * Depend on sweethome3d 4.1.
Checksums-Sha1: 
 8149184a0cbed434bce5211a28538d2f8c6b8ce3 1525 
sweethome3d-textures-editor_1.2-1.dsc
 842ed4f56948753eb86a83903855db03f5fda1a9 85812 
sweethome3d-textures-editor_1.2.orig.tar.xz
 91542aa448e031794c08ac31cfbc1f23f65e36d5 4424 
sweethome3d-textures-editor_1.2-1.debian.tar.xz
 f7e4eecfc9fee62dd738de9bd06d3f787d0dacf8 721696 
sweethome3d-textures-editor_1.2-1_all.deb
Checksums-Sha256: 
 9e9b825b56c0f30f8dafa8cac14787700dd68cd5a696a85275ce5d1b9489a34e 1525 
sweethome3d-textures-editor_1.2-1.dsc
 1f5ded5dd2d4f10c8c85bf8b01337ba1a99418507cfd7a3a6523c9b8c904ed64 85812 
sweethome3d-textures-editor_1.2.orig.tar.xz
 0802dac31c9a4e0e71a4dca8997adae6aa65df8b503f4bdaff28281d3ced0313 4424 
sweethome3d-textures-editor_1.2-1.debian.tar.xz
 82e232671291172684f900c4c2d7055fd954773b3de6f3366c00705a223235ae 721696 
sweethome3d-textures-editor_1.2-1_all.deb
Files: 
 6680b19a232788d40006d571ef96c639 1525 java optional 
sweethome3d-textures-editor_1.2-1.dsc
 6d7e33c21ccc893bef5f00801da4973d 85812 java optional 
sweethome3d-textures-editor_1.2.orig.tar.xz
 ee83f6d9a67aff271d195e26559e4391 4424 java optional 
sweethome3d-textures-editor_1.2-1.debian.tar.xz
 876996efc8ec474e7b49bf3055634a58 721696 java optional 
sweethome3d-textures-editor_1.2-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iEYEARECAAYFAlIckB4ACgkQp3cdCbVcnCvJzgCeKgtMHyQhX/fhRVraTozqtOU2
D9MAoNBGb0s9Ohyu77s4gzrluD8uAwi/
=grJE
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ves3s-0007dv...@franck.debian.org



Accepted sweethome3d 4.1+dfsg-1 (source all)

2013-08-27 Thread Gabriele Giacone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 26 Aug 2013 01:32:38 +0200
Source: sweethome3d
Binary: sweethome3d
Architecture: source all
Version: 4.1+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Gabriele Giacone 1o5g4...@gmail.com
Description: 
 sweethome3d - Interior 2D design application with 3D preview
Closes: 621740
Changes: 
 sweethome3d (4.1+dfsg-1) unstable; urgency=low
 .
   * New upstream release.
   * Fix icons gamma correction (Closes: #621740).
   * Canonical URI in VCS-* fields.
   * Bump Standards-Version to 3.9.4 (no changes).
   * Depend on sunflow 0.07.2.svn396+dfsg-10.
Checksums-Sha1: 
 4180ecc0f66fb0d0232020e8ebded531b94e8124 1547 sweethome3d_4.1+dfsg-1.dsc
 cc4408b04ecf0130406f0654d67fc19c1852156b 8112008 
sweethome3d_4.1+dfsg.orig.tar.xz
 aa93a553425078db847534079e632a727354055d 8840 
sweethome3d_4.1+dfsg-1.debian.tar.xz
 333aed3da4e2c76448fdce93fe1f13bb820301a0 10686732 
sweethome3d_4.1+dfsg-1_all.deb
Checksums-Sha256: 
 e13695c7963c7dc65376147b48d002cace345fb354b6fd2dea53fa4b1fba88e2 1547 
sweethome3d_4.1+dfsg-1.dsc
 c5bbd22d9fbc62fab1be1a8074824f8aac31b7032c2d0d2bb27b0398554870a3 8112008 
sweethome3d_4.1+dfsg.orig.tar.xz
 ea97d0b0935d4373d08ff1465d4a63ed7ebfc046b49dfb7cf6bd942173d02eb6 8840 
sweethome3d_4.1+dfsg-1.debian.tar.xz
 73a4e21143ea2d2c326f5a5c15f1ae0b1c574cd567151697272a4bf07f6acb89 10686732 
sweethome3d_4.1+dfsg-1_all.deb
Files: 
 23ea86fe2bf0a457e2d317b827d249ae 1547 java optional sweethome3d_4.1+dfsg-1.dsc
 d3f18ed3cf9bc50a95df05e2d40ca18f 8112008 java optional 
sweethome3d_4.1+dfsg.orig.tar.xz
 74fd50d70e8f14d9d5d07961158f5fe4 8840 java optional 
sweethome3d_4.1+dfsg-1.debian.tar.xz
 386ea650c0fdc0637ba112539445b574 10686732 java optional 
sweethome3d_4.1+dfsg-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iEYEARECAAYFAlIcjoQACgkQp3cdCbVcnCsmLgCfdAFk+73ncDcy/96CrrxdiDT5
Z0oAoJ+7tT9iFyJarwreF+tE244foGjG
=jgWr
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ves3f-00079d...@franck.debian.org



Accepted glee 5.4.0-2 (source amd64)

2013-08-27 Thread Miriam Ruiz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 25 Aug 2013 19:43:23 +0200
Source: glee
Binary: glee-dev libglee0d1 libglee0d1-dbg
Architecture: source amd64
Version: 5.4.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Miriam Ruiz mir...@debian.org
Description: 
 glee-dev   - extension loading library for OpenGL - development
 libglee0d1 - extension loading library for OpenGL
 libglee0d1-dbg - extension loading library for OpenGL - debugging
Closes: 579281
Changes: 
 glee (5.4.0-2) unstable; urgency=low
 .
   * Upgraded source package to format 3.0 (quilt)
   * Upgraded Standards-Version from 3.8.3 to 3.9.4
   * Upgraded compat level to 9
   * Set Debian Games Team as Maintainer
   * Changed my email address to mir...@debian.org
   * Added links to provide compatibility with other distros. Closes: #579281
   * Using hardening options for building the package.
 See: https://wiki.debian.org/Hardening
   * Converted for multiarch.
 See: https://wiki.debian.org/Multiarch/Implementation
Checksums-Sha1: 
 5bdf80433db5b6bb34aa30a67ff65607883fc26f 1406 glee_5.4.0-2.dsc
 9152f5c7ec34a7039e0bfb3186da6e512e163d9b 3885 glee_5.4.0-2.debian.tar.bz2
 0b69698faefd173344f62aa30f8197686a023e30 157570 glee-dev_5.4.0-2_amd64.deb
 16658e0a5945c4ac146a0fc4d61da18759414970 116578 libglee0d1_5.4.0-2_amd64.deb
 d3a4e0183a2e616d0724bac9ade56f19ff5d9997 336412 
libglee0d1-dbg_5.4.0-2_amd64.deb
Checksums-Sha256: 
 a294b9e6b12a614507cef4634f3658bc60016768afd73c82e766aae481db2459 1406 
glee_5.4.0-2.dsc
 4d22ca504f969784fda1ba35552da18db9a06b183579ce5634a3b9086bc3d302 3885 
glee_5.4.0-2.debian.tar.bz2
 c59befc66b6e5742fcc7d75e30c050b03b6d862a80db86918a0e9bdb4d7beaf1 157570 
glee-dev_5.4.0-2_amd64.deb
 3c5e833093b85390456718b531dc11f0c4b2026f164e05d1d6296fa503fb51ff 116578 
libglee0d1_5.4.0-2_amd64.deb
 957cc606f3b9e4038a8aefc20387ff35f36c38027650c2e49604fa0b0f54e669 336412 
libglee0d1-dbg_5.4.0-2_amd64.deb
Files: 
 ff5a716f69cd78d42ffa7fc229581817 1406 libs optional glee_5.4.0-2.dsc
 d1526cab5f158e78c837e892200084bc 3885 libs optional glee_5.4.0-2.debian.tar.bz2
 50a2df09d455217fce1f2ad638168820 157570 libdevel optional 
glee-dev_5.4.0-2_amd64.deb
 6127168b1d5299aac767cb855b8c2337 116578 libs optional 
libglee0d1_5.4.0-2_amd64.deb
 6328f0e8679fae6d57c45da59883a07e 336412 debug extra 
libglee0d1-dbg_5.4.0-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlIdLX4ACgkQfbltLjbuCGEmGwCgqEg9DZiUqIDA7cWWzszo8lmg
EJsAoJmcY0/j4CjD26667LZ98m4WnTuS
=U8JR
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1veshu-0001ob...@franck.debian.org



Accepted ceph 0.48-2 (source amd64)

2013-08-27 Thread GCS
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 28 Aug 2013 00:32:03 +0200
Source: ceph
Binary: ceph ceph-dbg ceph-fuse ceph-fuse-dbg ceph-common ceph-common-dbg 
ceph-resource-agents librados2 librados2-dbg librados-dev librbd1 librbd1-dbg 
librbd-dev libcephfs1 libcephfs1-dbg libcephfs-dev radosgw radosgw-dbg 
rest-bench rest-bench-dbg obsync python-ceph
Architecture: source amd64
Version: 0.48-2
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) g...@debian.org
Changed-By: Laszlo Boszormenyi (GCS) g...@debian.org
Description: 
 ceph   - distributed storage and file system
 ceph-common - common utilities to mount and interact with a ceph filesystem
 ceph-common-dbg - debugging symbols for ceph-common
 ceph-dbg   - debugging symbols for ceph
 ceph-fuse  - FUSE-based client for the Ceph distributed file system
 ceph-fuse-dbg - debugging symbols for ceph-fuse
 ceph-resource-agents - OCF-compliant resource agents for Ceph
 libcephfs-dev - Ceph distributed file system client library (development files)
 libcephfs1 - Ceph distributed file system client library
 libcephfs1-dbg - debugging symbols for libcephfs1
 librados-dev - RADOS distributed object store client library (development 
files)
 librados2  - RADOS distributed object store client library
 librados2-dbg - debugging symbols for librados2
 librbd-dev - RADOS block device client library (development files)
 librbd1- RADOS block device client library
 librbd1-dbg - debugging symbols for librbd1
 obsync - synchronize data between cloud object storage providers or a loca
 python-ceph - Python libraries for the Ceph distributed filesystem
 radosgw- REST gateway for RADOS distributed object store
 radosgw-dbg - debugging symbols for radosgw
 rest-bench - RESTful bencher that can be used to benchmark radosgw performance
 rest-bench-dbg - RESTful bencher that can be used to benchmark radosgw 
performance
Closes: 720798
Changes: 
 ceph (0.48-2) unstable; urgency=low
 .
   * Update Standards-Version to 3.9.4 .
 .
   [ Hilko Bengen ben...@debian.org ]
   * Link with libboost_system, add necessary build-dependency
 (closes: #720798).
Checksums-Sha1: 
 1e32ce303a1bc593297de6662de5ed5afb9d9be4 2520 ceph_0.48-2.dsc
 78f83f96495ae146f473ae65e00c7f5a72445a22 13194 ceph_0.48-2.debian.tar.gz
 c3d561474a7ff06115d6c899091ebc60c98b10f0 3673600 ceph_0.48-2_amd64.deb
 d99726ae8efa2ff51b38d3c86ec2dc92a45c1672 44844620 ceph-dbg_0.48-2_amd64.deb
 f42bfb7026321c6d70bac41f0a05db4f691db778 877528 ceph-fuse_0.48-2_amd64.deb
 35053d459129b9b75334b16384ad5abf8391c2c4 8039790 ceph-fuse-dbg_0.48-2_amd64.deb
 3f12dccece3fc1133a914961de62c6bcfc7f4b8f 1846134 ceph-common_0.48-2_amd64.deb
 9f6ec8073ce9dba84d6fc03f7b52ef3cd7b8d1e2 24953504 
ceph-common-dbg_0.48-2_amd64.deb
 c947809dadd76f32d002eac8e6c8fcb861565e10 8116 
ceph-resource-agents_0.48-2_amd64.deb
 a7d5eca29d3c9dff74265a1f644c43a829dd9a08 985956 librados2_0.48-2_amd64.deb
 dd8b7cef21d5ed686b76b458cd055fb6635c78cc 8031890 librados2-dbg_0.48-2_amd64.deb
 88cec3baae6013b3ca501f75aeca6e3b37aec2c5 1163982 librados-dev_0.48-2_amd64.deb
 28f40a9d76430252a3994e72ef10e8b4ed6e68d1 126438 librbd1_0.48-2_amd64.deb
 f28287330706fd05c014755f98111a02557ac17f 910494 librbd1-dbg_0.48-2_amd64.deb
 f1d1104e51f62f7246f9ce33adb5c975212fadb2 126170 librbd-dev_0.48-2_amd64.deb
 37e8a048fa12434d0725501878985c76bd54ea29 1138034 libcephfs1_0.48-2_amd64.deb
 209d5a43f4c2af8b6ce6d964c9283846c943a461 9305130 
libcephfs1-dbg_0.48-2_amd64.deb
 c26a8e4ca49629c1e7422a5dd6e4934e0255c4c3 1227788 libcephfs-dev_0.48-2_amd64.deb
 0e7c8a077d0a4d497b0aba4486c80738ceecd4f6 547938 radosgw_0.48-2_amd64.deb
 3765a24e02ad1ef51a68ca4a898b10974eacafd6 5864132 radosgw-dbg_0.48-2_amd64.deb
 7a00bf367f9bcec387b831ce5db97d93aefb5260 177502 rest-bench_0.48-2_amd64.deb
 97017c02c67a31fb674a50471e4906a8aa39a463 1328634 
rest-bench-dbg_0.48-2_amd64.deb
 ace63e0c412e947be2bf0f1c87134bb4b9dcb267 17006 obsync_0.48-2_amd64.deb
 2274365b29c5133e93a16eb20dbe3ab85858715d 13152 python-ceph_0.48-2_amd64.deb
Checksums-Sha256: 
 243fb194153040c09713f91327cc76a301548d68bfbc58a2d82e3ee61251dc0e 2520 
ceph_0.48-2.dsc
 c9ba65f4d08fa088d0d66d807bd9dca7272be07d69a9480eace2c70bdbfa2906 13194 
ceph_0.48-2.debian.tar.gz
 1159607c52bfc2095e3dd0403483066872ad10b97059f1fff845b1cd224ffaf6 3673600 
ceph_0.48-2_amd64.deb
 4f7a0d9438947757c86579d015db71d8bade8ab13bc2c1f2535862e82b18bcf5 44844620 
ceph-dbg_0.48-2_amd64.deb
 32f7c8c14601215d6f550326d72576cfa5a28b938aa158b497f9faeba687296c 877528 
ceph-fuse_0.48-2_amd64.deb
 0ff71f83f4d8eb23274f582c2aa03246ebc48f2a8b9ff6cd14daf691882c10ad 8039790 
ceph-fuse-dbg_0.48-2_amd64.deb
 7005228a7af771fb494950f23a00f06ad28849c72eaef73915d2930902ef7046 1846134 
ceph-common_0.48-2_amd64.deb
 98011747fb6f99193be8711e4f6aa446250ede33f44e00f7025466d961f8c286 24953504 
ceph-common-dbg_0.48-2_amd64.deb
 392e3eeacddbde674a9cb2c43d62eddd6f9347de45a3bc6d10d1ee8d77cf44e3 8116 
ceph-resource-agents_0.48-2_amd64.deb
 

Accepted nas 1.9.3-6 (source all amd64)

2013-08-27 Thread Steve McIntyre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 23 Aug 2013 00:35:04 +0100
Source: nas
Binary: libaudio2 nas libaudio-dev nas-bin nas-doc
Architecture: source all amd64
Version: 1.9.3-6
Distribution: unstable
Urgency: high
Maintainer: Steve McIntyre 93...@debian.org
Changed-By: Steve McIntyre 93...@debian.org
Description: 
 libaudio-dev - Network Audio System - development files
 libaudio2  - Network Audio System - shared libraries
 nas- Network Audio System - local server
 nas-bin- Network Audio System - client binaries
 nas-doc- Network Audio System - extra documentation
Closes: 720287
Changes: 
 nas (1.9.3-6) unstable; urgency=high
 .
   * Fixes for various long-standing security issues found by Hamid
 Zamani m...@hamidx9.ir. Closes: #720287
 + Validate the port offset of nasd to fix a potential buffer overflow
   (CVE-2013-4256)
 + Use better string functions to guard against heap overflows
   (CVE-2013-4257)
 + Sanity-check the TCP_DEVICE environment variable to remove a format
   string bug (CVE-2013-4258)
Checksums-Sha1: 
 44fed3d9055d9890c925baf42e701e375a37a1ca 1890 nas_1.9.3-6.dsc
 f2b3baddd2f637146ae6b1be45c1c3ad6d0eb581 44723 nas_1.9.3-6.diff.gz
 fd55da4f34ed0c1581e27d1dc57307c536ed12f9 158284 nas-doc_1.9.3-6_all.deb
 46979d70fb345ff65f86c7690674991d23dcf543 110812 nas_1.9.3-6_amd64.deb
 e9e925bd8da069af56244fef8c9a675d3b1a9449 148378 nas-bin_1.9.3-6_amd64.deb
 9d90b03bf5f02ebee04e9842162612e6f9ba738e 78326 libaudio2_1.9.3-6_amd64.deb
 fb883a9fef0b98f2db941ae693ba613c9e52317c 420278 libaudio-dev_1.9.3-6_amd64.deb
Checksums-Sha256: 
 d813d63a5c043d5e0362cc2069405d46482d6050ce6ef240b20f64787a38cc03 1890 
nas_1.9.3-6.dsc
 0df3509d5350efa15f79aa769b287067475af128fe8a443cf6e729d2941b238e 44723 
nas_1.9.3-6.diff.gz
 35fe49c8e681078a021c3420d5911ba530ffced2a5972bea7b3d0cc88f0acfc5 158284 
nas-doc_1.9.3-6_all.deb
 26ad5071526af4f7083fa78b86546747adb3ef21d9cf5bb09d73fe83161e29b3 110812 
nas_1.9.3-6_amd64.deb
 646f23fc2bafa4631d99097291e0e7821e23fef4457e05ec98f2fc17c1543600 148378 
nas-bin_1.9.3-6_amd64.deb
 f475c4f9638f845f028dceb7e9315e20fdb30fe7325491b47c44fe08f7c9dadb 78326 
libaudio2_1.9.3-6_amd64.deb
 d29222f02204ab48c8873f01aef0900fad0092d65553447d6c655066a01f4573 420278 
libaudio-dev_1.9.3-6_amd64.deb
Files: 
 6b241e2bf715c454ba8c582d11321e65 1890 sound optional nas_1.9.3-6.dsc
 b2eaf2745167196c247ec5a842fd9ef5 44723 sound optional nas_1.9.3-6.diff.gz
 9f4cfc202ee495113193a3c81c3d4cf4 158284 doc extra nas-doc_1.9.3-6_all.deb
 ad3545ad3713b24086db31fea0002f00 110812 sound optional nas_1.9.3-6_amd64.deb
 f2c87702652bd8bb38a4cc5b8cae39ea 148378 sound extra nas-bin_1.9.3-6_amd64.deb
 ca71ec5b837ce6b4856b513050c94792 78326 libs optional 
libaudio2_1.9.3-6_amd64.deb
 047e0688dc404e3857059e157b06e5d0 420278 libdevel optional 
libaudio-dev_1.9.3-6_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJSHTbeAAoJEFh5eVc0QmhONS4P/1Y87G7xHXILGgNPjL5IuiOo
FbdunRSlXTTz38fwBk2YBO5onhn0PK+7k6x4d7UhoXU+QFQZrdACADvvhYUz+ztN
QyTBCYzAN5k1E3FNSrD9JbzS3Zw4b5EpbbQ3Nuyvwyjv7mi0EwcDe5+BGZs1aKGN
JcvSjlN/ugqDgVZk1SCQqr0zHYIoyKCxiPXzhlbpEwPEg6km/NgZb0Xl1QOOj7ju
LHz6jctDmPeY8VXcbSCzjCvuh2fkI5EVys4VjK7DG20VKalYYivUQECdzaXawARb
5BJlNLxwa1i+jTzWVi5hw26SsWzy0Slv1v7tCzWvFl+09LEFACGg+0aPgJhWFpVW
PmmLogBQ8/ygTEcYc+Brn0lnLgtRC+V1ZQDPAt2SPmM++UH2ALATv2qjmnC5Wrgm
kM13NwG6O0uUXqKAaGOHoAz8H1IFDTxDWGDn8GGiAx6y7VWHS8uAf4knt5k53orj
psjkby6O1vnV8v/9jBVAGp/Miipaavu4OpN8y6jgZytkQb5JUQyWJn0jZ47esQWP
8qGI1itBbC2LCx3rMOJ9bx3SIEiHPQrR3/8LGhhubPiR6Zl4RuBeM5PTTd3sJl9P
PD1dLLmVASes2gn1+s4JOgWX2ynQZ/GwKWRDFHelGmkc0j0ADXt6o4IhFYrbFT6t
JNCBEsqSEBEutpzhSQjW
=Rd8B
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vettz-0006sh...@franck.debian.org



Accepted evince 3.8.3-1 (source all amd64)

2013-08-27 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 28 Aug 2013 01:54:46 +0200
Source: evince
Binary: evince evince-dbg evince-gtk evince-common libevdocument3-4 
libevview3-3 libevince-dev gir1.2-evince-3.0
Architecture: source all amd64
Version: 3.8.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 evince - Document (PostScript, PDF) viewer
 evince-common - Document (PostScript, PDF) viewer - common files
 evince-dbg - Document (PostScript, PDF) viewer - debugging symbols
 evince-gtk - Document (PostScript, PDF) viewer (GTK+ version)
 gir1.2-evince-3.0 - GObject introspection data for the evince libraries
 libevdocument3-4 - Document (PostScript, PDF) rendering library
 libevince-dev - Document (PostScript, PDF) rendering library - development 
files
 libevview3-3 - Document (PostScript, PDF) rendering library - Gtk+ widgets
Changes: 
 evince (3.8.3-1) unstable; urgency=low
 .
   * New upstream release.
   * Bump Standards-Version to 3.9.4. No further changes.
   * debian/patches/01-poppler-0.18-compat.patch: Make it possible to compile
 evince against poppler 0.18 since unstable doesn't have 0.20 yet.
   * Lower the Build-Depends on libpoppler-glib-dev to (= 0.18.0) again for
 now.
   * Upload to unstable.
Checksums-Sha1: 
 ec61c3630d913307e9439112d5a2488eb86dc0db 3052 evince_3.8.3-1.dsc
 cc31bf06309634fa7b651811f9b94a549547712c 6479396 evince_3.8.3.orig.tar.xz
 453036d8b773f061d79438df23ced27277b8c8a2 29121 evince_3.8.3-1.debian.tar.gz
 fb05c99e55b88a556c577d2fe9d9811012c3e645 5474382 evince-common_3.8.3-1_all.deb
 f5e96c8161ef5b8a83f8b065cafcbb1b87419814 671496 evince_3.8.3-1_amd64.deb
 8134e4fc86f3ceb0e3ed5976a04bde144e271a04 1618600 evince-dbg_3.8.3-1_amd64.deb
 023b30c5f2eb7315274d0426bce056d0da6c3e7e 668282 evince-gtk_3.8.3-1_amd64.deb
 ea93967ba11aca83ef5bdf2881fa2bd0f30ebbc8 700862 
libevdocument3-4_3.8.3-1_amd64.deb
 d81c3579b9027e87eb69a8082982286c9c229c92 616386 libevview3-3_3.8.3-1_amd64.deb
 5dd5dcfbc1858133b6eb631bd9c51b9838b92385 768660 libevince-dev_3.8.3-1_amd64.deb
 9350a45eebff02727172d259fcfe38f544ab0d9a 546898 
gir1.2-evince-3.0_3.8.3-1_amd64.deb
Checksums-Sha256: 
 0fc04ccb442a423b0d6dda260f2d7fdbab890eb05b639c6f4ee6d75efc868485 3052 
evince_3.8.3-1.dsc
 1526921201fabe833733e7c2552dfbe62085fd18d325a27c2fffb332e5e418bd 6479396 
evince_3.8.3.orig.tar.xz
 7e881fdfb6244bf18929918a07d4b5f8db88f3c2485c3acc71dda1f0b7bd62dd 29121 
evince_3.8.3-1.debian.tar.gz
 7efa04e5ff2e131be7f835cf23f59acbc55b455d90d3bfca9c50a546202cbe72 5474382 
evince-common_3.8.3-1_all.deb
 758a4f9cbeff2251ed399af27b4c14c330ecabdd4dd8ac6a89365f16adfd5218 671496 
evince_3.8.3-1_amd64.deb
 bd0b1c6bb2a7d100376bf7b66a02bf3f095088e4a4f1e74460640ca6df8d301e 1618600 
evince-dbg_3.8.3-1_amd64.deb
 f8b32c889f24a05c97b410eb1f64469c543021b91b3900c235cbb1c78b23545d 668282 
evince-gtk_3.8.3-1_amd64.deb
 ea1d582dfe12a0fffb68c6c6681252f7b1aed81839e3462cbf4576aba2d6a052 700862 
libevdocument3-4_3.8.3-1_amd64.deb
 e61f32e21ce22be34634a8ade3b0f69daa5649932270971762b1eada2dcf81c5 616386 
libevview3-3_3.8.3-1_amd64.deb
 14f4e864f12bbc904bef7a28cbe4752b3200c7c3ef8519a796f313ba53ee797a 768660 
libevince-dev_3.8.3-1_amd64.deb
 f958090e613d2b6203e81d55dd299be906a95391c1d889263456fae03ecca3d8 546898 
gir1.2-evince-3.0_3.8.3-1_amd64.deb
Files: 
 ba9662b94d5a621d785bb4754900b717 3052 gnome optional evince_3.8.3-1.dsc
 81a8b0ffc427f2e3bde4056286e3a27a 6479396 gnome optional 
evince_3.8.3.orig.tar.xz
 64836faf3c34beea949e594994c9186f 29121 gnome optional 
evince_3.8.3-1.debian.tar.gz
 3fc65513ef4b3b07c1fd82813adfc358 5474382 gnome optional 
evince-common_3.8.3-1_all.deb
 fda7bbe85ea8a9b852f225b8384bfe5e 671496 gnome optional evince_3.8.3-1_amd64.deb
 cddc1c562a15e2d4ce40cf3bc676fa74 1618600 debug extra 
evince-dbg_3.8.3-1_amd64.deb
 b24c7ac0e0b8f1fc042d7365f4138ac9 668282 x11 optional 
evince-gtk_3.8.3-1_amd64.deb
 02ae4a82965a87f05c17dbfb97f47b09 700862 libs optional 
libevdocument3-4_3.8.3-1_amd64.deb
 4fd78ad5276fc5e0e6201923d5fbed35 616386 libs optional 
libevview3-3_3.8.3-1_amd64.deb
 293a29a9ec97456eb9e7d5fc60a0eeec 768660 libdevel optional 
libevince-dev_3.8.3-1_amd64.deb
 9ca973e94fb25e834f396df12612d1e2 546898 introspection optional 
gir1.2-evince-3.0_3.8.3-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCAAGBQJSHT4nAAoJEGrh3w1gjyLcuuYP/R1tIYtuSY2WoPDnLaMbgq9f
bc7okEHPabQZ/jn0XzZfBwTR61xMJQRDVPT5JfhtJE76cgauhui9LjCtZRoiV01H
P565THsNXvRqDf/p7TMQi7ds1HGXG/iyuuwJWjygrBkd9Woo7wSlcQcrI/oP+X6E
dFl1kva5mpI6w+j1s/V0e24eEWYM0/GrR+vX4s+hg4xUU6xcHwX3uRNFFGikiIlH
OfDdqTmLorfpdZSZ36Znx8fpVuUxvII12Xi88TbR8e1WNWpoBqv+L4uHIYn+XfPh
STeKdubQm9ptXyclSqd+G6qZZZof9M/NC/O9Q3ukAEt8CrfMc6jg1Es8FA4OPeeR
uQX78EEVoTEwI4KdoDF445ybx6Vo4UKjXGBPnY260J+8zdyoMA5GY8ROn3QKUwoB
qhLMfErTeVQbpzaaq9824cLhdZYDXLP6tJgW2hP5erV1yQFV34Me5qQEXpHiQm7T

Accepted ctdb 2.3+debian0-1 (source i386)

2013-08-27 Thread Mathieu Parent
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 17 Aug 2013 16:54:14 +0200
Source: ctdb
Binary: ctdb libctdb-dev ctdb-dbg ctdb-pcp-pmda
Architecture: source i386
Version: 2.3+debian0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Samba Maintainers pkg-samba-ma...@lists.alioth.debian.org
Changed-By: Mathieu Parent sath...@debian.org
Description: 
 ctdb   - clustered database to store temporary data
 ctdb-dbg   - clustered database to store temporary data -- debugging symbols a
 ctdb-pcp-pmda - clustered database to store temporary data -- PDM PMDA
 libctdb-dev - clustered database to store temporary data -- development files
Closes: 715763 715764 716158
Changes: 
 ctdb (2.3+debian0-1) unstable; urgency=low
 .
   * New upstream release 2.3
 - Fixes for Mayhem crashes (Closes: #715763, #715764, #716158)
 - Removed 0005-Fix-tdb.h-path.patch, merged
 - Removed 0002-Display-compiler-commands.patch, merged
 - Removed 0004-Include-config.h-in-libctdb-ctdb.c-Closes-703551.patch,
   merged
   * d/rules: set VERBOSE=1 (replaces 0002-Display-compiler-commands.patch)
   * d/control: set buildep versions of lib{tdb,talloc,tevent}, according to
 ctdb.spec
   * Docs are not in Makefile anymore, install using dh_installdocs
   * sudo is now required
   * Enable PCP-PMDA (Performance Co-Pilot - Performance Metric Domain Agents)
   * Use upstream init script
 - New Add-missing-remote_fs-LSB-dependency.patch: Add missing
   $remote_fs LSB dependency
   * Add systemd support
Checksums-Sha1: 
 c7503e239ea2741c3b6de740b3c0368ea057d693 1563 ctdb_2.3+debian0-1.dsc
 2e41954ec6f381f085c63bb4b2cec287661fe23f 948917 ctdb_2.3+debian0.orig.tar.gz
 e16e21d4b37befbb544897043667915d36058fee 12388 ctdb_2.3+debian0-1.debian.tar.gz
 7d1a9cbe3a7323fd7aab57df88afa893112055be 391712 ctdb_2.3+debian0-1_i386.deb
 846abb16e0c823ad598b3e0b75f20013849378ae 49296 
libctdb-dev_2.3+debian0-1_i386.deb
 1fbd32eb300709df9ee2c9fb4a70f06d72c75ce0 2416660 
ctdb-dbg_2.3+debian0-1_i386.deb
 43255ef6d199f827079c3699f2a0077f14fc86e5 64932 
ctdb-pcp-pmda_2.3+debian0-1_i386.deb
Checksums-Sha256: 
 742e6291f4e61553a57b324ecb546ca2acaed0e2a4115b1f3913e71838f2cbe1 1563 
ctdb_2.3+debian0-1.dsc
 ee7016d7a52011854b5a64c87480c232c7d1672a0a72d49f96c98f3d2e02777a 948917 
ctdb_2.3+debian0.orig.tar.gz
 0fd1fe89160756692c229f496189671b4bbe5c3b7ed94aaced870cbeb369217e 12388 
ctdb_2.3+debian0-1.debian.tar.gz
 0b20f8a2b0e0935522471671d683e0c68f4e3b13876dbaf82f5ee7627217 391712 
ctdb_2.3+debian0-1_i386.deb
 f989c5e5d9d5c938a91b29052563291e29b70d671ced80c47631e9e4a62207a7 49296 
libctdb-dev_2.3+debian0-1_i386.deb
 966bdcb795b46bfa2f574092d654b2d5ddd59f313da4bf6dd2e8fa30611f7b76 2416660 
ctdb-dbg_2.3+debian0-1_i386.deb
 8d201062fc2c643237dfa075d7b295551c17caeeab47745e301bc8082383fc36 64932 
ctdb-pcp-pmda_2.3+debian0-1_i386.deb
Files: 
 310830f780d6cb71dde214695b1d9256 1563 net extra ctdb_2.3+debian0-1.dsc
 76e32c50acad01ba999001719df78303 948917 net extra ctdb_2.3+debian0.orig.tar.gz
 68437511935f9de3efc41155298b18e5 12388 net extra 
ctdb_2.3+debian0-1.debian.tar.gz
 03304695f5c34909398695d02f4e2bac 391712 net extra ctdb_2.3+debian0-1_i386.deb
 6171205c526272e542f31617b9ed988e 49296 libdevel extra 
libctdb-dev_2.3+debian0-1_i386.deb
 bd6d57fccce831f4fdeb2926d9e5d936 2416660 debug extra 
ctdb-dbg_2.3+debian0-1_i386.deb
 265b183b0ea46094897836675163958d 64932 net extra 
ctdb-pcp-pmda_2.3+debian0-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iEYEARECAAYFAlIPkLAACgkQOW2jYf5fHX8ZhwCfcPdLVZjUFNfUih6hUP/g7u5G
O38AoJf1Q0IRFLwbHLW5eN/e5yOK/ivu
=2c8C
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1veu7d-0002zs...@franck.debian.org



Accepted cream-melange 0.5.2-2 (source all)

2013-08-27 Thread Mike Gabriel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 19 Jul 2013 01:12:10 +0200
Source: cream-melange
Binary: cream-melange python-cream.melange
Architecture: source all
Version: 0.5.2-2
Distribution: sid
Urgency: low
Maintainer: Cream Packaging Team pkg-cream-t...@lists.alioth.debian.org
Changed-By: Mike Gabriel sunwea...@debian.org
Description: 
 cream-melange - Melange Widget System for the Cream Desktop Environment
 python-cream.melange - Melange Widget System for the Cream Desktop Environment 
(Python m
Changes: 
 cream-melange (0.5.2-2) unstable; urgency=low
 .
   * /debian/copyright:
 + Add copyright information for shipped but unused MooTools JS libraries.
Checksums-Sha1: 
 fb8c1fa5f65796dfd0f49a0bfc395b132e39bf10 2171 cream-melange_0.5.2-2.dsc
 5b533bc02916ecc464201ae76ed506ece0c378d8 3870 
cream-melange_0.5.2-2.debian.tar.gz
 23f2d1cac9691ded75eee91149b36017481f6cf3 117164 cream-melange_0.5.2-2_all.deb
 fb23e3fc8d977334c688f244d0b4b34d773d64ff 11058 
python-cream.melange_0.5.2-2_all.deb
Checksums-Sha256: 
 fc3338d2baab7f850acb9c9d2eaf3b505300d250abe4c3c725496f5177a14188 2171 
cream-melange_0.5.2-2.dsc
 48447bcdc97aaeaf03fe10a6247820f27d12fc6e4575908353303a077aa8eea5 3870 
cream-melange_0.5.2-2.debian.tar.gz
 7157637c7dc6988c6b78527b386f906ed3ad7d9918826e18d5c9580a6fb41eb8 117164 
cream-melange_0.5.2-2_all.deb
 af5fb4ba0787c85e8adeaf680a02b40dfcbe2fc9e9fb619657821a246481ef56 11058 
python-cream.melange_0.5.2-2_all.deb
Files: 
 4f6d99c66dcfe4332fe65bf080d8f182 2171 x11 optional cream-melange_0.5.2-2.dsc
 8c69619cb0499813553de7889f9b4993 3870 x11 optional 
cream-melange_0.5.2-2.debian.tar.gz
 8b43e7ed9744301db4541e8719ce8d9f 117164 x11 optional 
cream-melange_0.5.2-2_all.deb
 825d6694a2212b855e6db412877488b3 11058 python optional 
python-cream.melange_0.5.2-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJR6HbVAAoJEJr0azAldxsx4bIP/1kwdignIXv9Drr0LqxHvEc0
6XNNDELXl7YYp2/o8VDdBaQoJLLSQKC/HHEYiLuJc0u+OpzpIRAQOxy1iA9QQUi9
iY4FRWVKRNmYrN3at49j66TPrkCC1kSY6SasF3BWvCqfBGm11D1+RIgI9jdhgOQI
B1VkohI1bvn7Fs7MVlKgVnr3PwTZekOIJYnaPeqzhaYV3JfKh0jHoC2k97zwdo0e
8eLfwqivHRFZ5HWwgHcUUWMDS9nUKy0rAvD1UMn71kODZusVpEWh9zfvtlsB+qkt
qx6gY/7N27oovc18USVyHFtcLt7h1ZQLnH8qURkLpNwR1xOn3+DkCJ76QF9iVRjq
WlM7uV1/HusF9+V15SC3DfaW3vQtwmA/5n3sYMTMOKZxfhJFmhsqtzWBxAI6nVSg
WA01iBWyjcsAVuGPGSNIhOsKqp5z288daupLWSbWqLg0+A46UAjDA5XuDe5VCiZC
uHhAFvZI381RG0tOb7Aif24XmKNOyzPJH7lghrxzYrcHQEloxfetAh3be7CI4l/7
QGuole4qqFU/9dlxJz43ven5RMptXIRJCED5Q+snmp8r5Z9BYzPgaGgm8NBXXEvw
GGunKImhcSQl0h1ZkMhJKOJdIcQLRQrcxoFJTY8+qn1uM/rk2BwMn6Ts/bJC7gYO
US2Ebz07pNQiMk++TIXJ
=Asvu
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1veu7d-00030e...@franck.debian.org



Accepted libmediainfo 0.7.64-3 (source amd64 all)

2013-08-27 Thread Chow Loong Jin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 18 Aug 2013 03:49:45 +0800
Source: libmediainfo
Binary: libmediainfo-dev libmediainfo0 python-mediainfodll python3-mediainfodll 
libmediainfo-doc
Architecture: source amd64 all
Version: 0.7.64-3
Distribution: unstable
Urgency: low
Maintainer: Chow Loong Jin hyper...@debian.org
Changed-By: Chow Loong Jin hyper...@debian.org
Description: 
 libmediainfo-dev - library reading metadata from media files -- headers
 libmediainfo-doc - library for reading metadata from media files -- 
documentation
 libmediainfo0 - library for reading metadata from media files -- shared library
 python-mediainfodll - library for reading metadata from media files -- shared 
library
 python3-mediainfodll - library for reading metadata from media files -- shared 
library
Closes: 702993
Changes: 
 libmediainfo (0.7.64-3) unstable; urgency=low
 .
   * [3ff3203] Install MediaInfoDLL.h for C bindings (Closes: #702993)
   * [551fb07] Add packages for python bindings
   * [29bf174] Use dh_python{2,3}
   * [7eda431] Install python modules
Checksums-Sha1: 
 2b018531185e3f0a0ae328c2b732ffee9c9e4c33 2313 libmediainfo_0.7.64-3.dsc
 633761a46045f1c7e4a7d9f6c8239d3d85797e95 8870 
libmediainfo_0.7.64-3.debian.tar.gz
 0255582e5e24ef25ad3d884ce7fab3ac4a31c67f 20660 
libmediainfo-dev_0.7.64-3_amd64.deb
 896c587c54068d0c9e2518f2fb3b2836522e8a1b 1528824 
libmediainfo0_0.7.64-3_amd64.deb
 030be84a4e1bb86ecd60ff5ead3d6faa48beb8a0 12356 
python-mediainfodll_0.7.64-3_all.deb
 c25b51120087bf698feeb6dfd6c89c70b22e801f 12042 
python3-mediainfodll_0.7.64-3_all.deb
 f8fd67bd3622c1cb909e58a487a4dc5ce73552fc 52116 
libmediainfo-doc_0.7.64-3_all.deb
Checksums-Sha256: 
 977e7157c136c1685e38b02f2d8b41da598b04db5e809e2ff364c0f7d5536751 2313 
libmediainfo_0.7.64-3.dsc
 295ff19175ae379f5a950cfc47f4946987c9d775819327f24536522ec52f0257 8870 
libmediainfo_0.7.64-3.debian.tar.gz
 d48055ddfa96d24f88a1de2905d6b14169eb10c5a8ddcbb71d76d726371eca8e 20660 
libmediainfo-dev_0.7.64-3_amd64.deb
 72a81340b1c84a587e01795645d570fe2badbb620e70d6bbddef00f7c86b19fd 1528824 
libmediainfo0_0.7.64-3_amd64.deb
 ffc6f756d6ccbcc90aedffc9d3ebb5f90ed45995881e1ea0890bd9990e3922f6 12356 
python-mediainfodll_0.7.64-3_all.deb
 20f58661c965a826d0b2429a05b408a1fe366e3b32cca5af34a14005dc436c17 12042 
python3-mediainfodll_0.7.64-3_all.deb
 18b95ef7f1be04373dff1d33dc3d72ad200abe9d98ac452bec8625ff3fc298de 52116 
libmediainfo-doc_0.7.64-3_all.deb
Files: 
 6e9b4f7fd536550abc5e008f3e685e01 2313 libs optional libmediainfo_0.7.64-3.dsc
 6a5317ebc8b9995d8f2f604dc9482662 8870 libs optional 
libmediainfo_0.7.64-3.debian.tar.gz
 3bd1f8a1b0e259b9a88a88cb6b032a4a 20660 libdevel optional 
libmediainfo-dev_0.7.64-3_amd64.deb
 bb7167801a8f08e481a46bb89a587023 1528824 libs optional 
libmediainfo0_0.7.64-3_amd64.deb
 7e3bb7ddadec1469f5d0d7b65b78ac3d 12356 python optional 
python-mediainfodll_0.7.64-3_all.deb
 1e27ccf5a404e5b60e3155aede534396 12042 python optional 
python3-mediainfodll_0.7.64-3_all.deb
 5691c06364d9dac0ec3384a4ad5aa497 52116 doc optional 
libmediainfo-doc_0.7.64-3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJSD/gCAAoJEPvVIltYh1KhdmoP/iXOnEqdUW67k3L7OHZJgITa
w5txQvh7Ko/MjVOzLaGMFn87XujgmNIFVjMLbcU3Ab8XTVAUd3xc76RgQg4HwhGb
Sz1twvzldMJhQzdgwKrREr6lh0Tu1T4bLY3OtdosjQifcLRrlq4vGCnbb9bWdjMs
U5IvewEJoQmPaoojHSnSH4JZVX9x4HwWTJvU7GNyKrJD9EUxapz1cJaa4uA78wVp
eqZnJiNXtt0KRnbu4NiWqXZfve0D9Q6vHGFWfIXhQnFVm83q/RAgWqu5Eyp9Lukp
l+W6o8sfxwAR39b1EMmno+OPHenihDUaIEXxjZjajLt3HLyyLL0N7LZXSSc9vlDF
b2jdF9LRd2bhN2W456GRu5jlbUFAvhwYoohBwNM5PuD1aFDqOTXpdQAjo+mn7hS+
WBzR+Lfjp6s0v8DteP3u1+tD7mmT9S/PjVtmdKL1zafxDPYGINBegjrim3ScLcXg
E4q1z9SvG5wB0ESy8XSRGAA4mOsR7+pOCpQTRFJf8GFZTQ9yrTJaH7R+6AD1F1se
x3GcUTjgDjiR9FBhHO89V+s8PSp5kr37HGoy962IF0uerP7nx+qvNRCkS4k8g3rD
Dgyj90BOZdch0LlKyxuc8n4dB143ip0hvGdLy8AAwbleRLZpuXtmmKrkf9ZWSK5w
FbqSENlqnvHRyJTXnJk+
=QUvo
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1veu7c-0002yv...@franck.debian.org



Accepted gfal2 2.3.0-2 (source amd64 all)

2013-08-27 Thread Mattias Ellert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 20 Aug 2013 09:11:13 +0200
Source: gfal2
Binary: gfal2 libgfal2-2 libgfal-transfer2 libgfal2-dev gfal2-doc 
gfal2-plugin-lfc gfal2-plugin-rfio gfal2-plugin-dcap gfal2-plugin-srm 
gfal2-plugin-gridftp gfal2-plugin-http
Architecture: source amd64 all
Version: 2.3.0-2
Distribution: unstable
Urgency: low
Maintainer: Mattias Ellert mattias.ell...@fysast.uu.se
Changed-By: Mattias Ellert mattias.ell...@fysast.uu.se
Description: 
 gfal2  - Grid file access library 2.0
 gfal2-doc  - Documentation for gfal2
 gfal2-plugin-dcap - Provide the dcap access for gfal2
 gfal2-plugin-gridftp - Provide the gridftp access for gfal2
 gfal2-plugin-http - Provide the http access for gfal2
 gfal2-plugin-lfc - Provide the lfc access for gfal2
 gfal2-plugin-rfio - Provide the rfio access for gfal2
 gfal2-plugin-srm - Provide the srm access for gfal2
 libgfal-transfer2 - File Transfer logic of gfal2
 libgfal2-2 - Core of the Grid File access Library 2.0
 libgfal2-dev - Development files of gfal2
Changes: 
 gfal2 (2.3.0-2) unstable; urgency=low
 .
   * Remove binary files in source tarball
 .
 gfal2 (2.3.0-1) unstable; urgency=low
 .
   * New upstream release
   * New binary package gfal2-plugin-http
Checksums-Sha1: 
 51d94cc3be642fcb5e7846af27a60af75845fa21 2459 gfal2_2.3.0-2.dsc
 ea4c7c4ab279009e2dfe9771ed653aaa00ddbc5d 632274 gfal2_2.3.0.orig.tar.gz
 94727e9310a2518ecfb8448507744a478e0f0118 5055 gfal2_2.3.0-2.debian.tar.gz
 eb4e7fe2ce20f940ff02b12166f51dfb82a5c413 6394 gfal2_2.3.0-2_amd64.deb
 dca233d276ad8170972810f3b85ddfa6e38449c6 34082 libgfal2-2_2.3.0-2_amd64.deb
 b21622fe39a5e5ee98d982cff93030886da624ed 13232 
libgfal-transfer2_2.3.0-2_amd64.deb
 707277f3d8c531acf967ef0f5a6e9f328108559b 20976 libgfal2-dev_2.3.0-2_amd64.deb
 32df89050e1addb9a18c4f08dd8273007afca74d 96136 gfal2-doc_2.3.0-2_all.deb
 9a3ffb7b6cc5e6e2e7edbd42713600cddd50d688 17644 
gfal2-plugin-lfc_2.3.0-2_amd64.deb
 e428bea8b2401d0f656ed3b4065b4e09bac027cf 9630 
gfal2-plugin-rfio_2.3.0-2_amd64.deb
 0f86935c9edce6c389cfe9063a68b8020ce2581b 9744 
gfal2-plugin-dcap_2.3.0-2_amd64.deb
 b0dad453cc95be09289eb3aeb690ae8293886971 33230 
gfal2-plugin-srm_2.3.0-2_amd64.deb
 cb2debac4b017aab4e987a572e523597b49bfd40 44872 
gfal2-plugin-gridftp_2.3.0-2_amd64.deb
 a5170f1b60b036a4fb4b20070666f703169107c8 43672 
gfal2-plugin-http_2.3.0-2_amd64.deb
Checksums-Sha256: 
 3cd74570bc3f2a7a74a485e3e9e599e957d774402a9bc3a03fff97cdf8183dee 2459 
gfal2_2.3.0-2.dsc
 c9ebf7304cd34a29c9bd0e72968834e6f87a4013a7234f7ebf8c0f294f147a71 632274 
gfal2_2.3.0.orig.tar.gz
 0a5255dce464300d5ad55036f9aad697446dfcdaf4b4bbb928973d303067 5055 
gfal2_2.3.0-2.debian.tar.gz
 4de6692c56ce0abd6c93660afa57f4eb02c6639a069d39986993c63e460e77c5 6394 
gfal2_2.3.0-2_amd64.deb
 bc6f88d30e3c961f6cbd9899c7c121ed590656c852865bd3c3c4b56097edde71 34082 
libgfal2-2_2.3.0-2_amd64.deb
 78fec04f628148df9f7552542b884c81398c54bd42ceee454135bc4993237954 13232 
libgfal-transfer2_2.3.0-2_amd64.deb
 dfe7936398dab9dcd98bb2460502da822577b4bb1c77b45d454810832378eae9 20976 
libgfal2-dev_2.3.0-2_amd64.deb
 b57ea48a10edd0585eedb66623054e28895a3671646501dd57866b46c0dcee68 96136 
gfal2-doc_2.3.0-2_all.deb
 4d0b047dc87a2a2a6e66a5c046cf2ce8100e2cbb7dc2c43cc1759795c8c1868f 17644 
gfal2-plugin-lfc_2.3.0-2_amd64.deb
 3008294aa2d14e68891ca088c340f2577835d8f252928d1100f5e01b9fe1 9630 
gfal2-plugin-rfio_2.3.0-2_amd64.deb
 768e01796c91c4a0a8a56809283f4eb2b6925eee4c2c7b71ec4d19887528df1c 9744 
gfal2-plugin-dcap_2.3.0-2_amd64.deb
 314d0a119e30e9227c32e1f20871fb1f295c340374aabab6b5802c1b94f82e58 33230 
gfal2-plugin-srm_2.3.0-2_amd64.deb
 6003b5d5bce9523dcf6bec3e7186385a87bfd867e1ab4f3c6c4f55af2e247ba5 44872 
gfal2-plugin-gridftp_2.3.0-2_amd64.deb
 3c729556ae87c84eb1b9e5eff39ddb81773013ddd987ea2f64d3977a66eb2fef 43672 
gfal2-plugin-http_2.3.0-2_amd64.deb
Files: 
 1dfb6def488b0f15c2932ea62529a11d 2459 net optional gfal2_2.3.0-2.dsc
 67cff205cd09e35aa165579252ec973f 632274 net optional gfal2_2.3.0.orig.tar.gz
 a9abd8116acaddbb8f7cf9ff9bd068e8 5055 net optional gfal2_2.3.0-2.debian.tar.gz
 5b7d6f9826bbd00425c4b972ab0f6868 6394 net optional gfal2_2.3.0-2_amd64.deb
 874ffcdc112366c6d1b64619af9069cb 34082 libs optional 
libgfal2-2_2.3.0-2_amd64.deb
 d0c25973aaae7b5536f9a8b2a7ba471c 13232 libs optional 
libgfal-transfer2_2.3.0-2_amd64.deb
 b1d06074fb533da01c5acc4800cbd96e 20976 libdevel optional 
libgfal2-dev_2.3.0-2_amd64.deb
 ba003bb1106fd3b8112c2daa8e5f4529 96136 doc optional gfal2-doc_2.3.0-2_all.deb
 8033c659e645d7599c926cba4f55bf1f 17644 net optional 
gfal2-plugin-lfc_2.3.0-2_amd64.deb
 9d1f220707cd455da315adeff5f82ed6 9630 net optional 
gfal2-plugin-rfio_2.3.0-2_amd64.deb
 c8e2550a8b07a8a7a90d384cd62c2015 9744 net optional 
gfal2-plugin-dcap_2.3.0-2_amd64.deb
 2ada91902f9e2402a5771cba97a54968 33230 net optional 
gfal2-plugin-srm_2.3.0-2_amd64.deb
 65a4ea45ab697c6523b67795edd1af4c 44872 net optional 
gfal2-plugin-gridftp_2.3.0-2_amd64.deb
 8ba690760d6cde7fda251682e354d926 

Accepted gnome-mines 1:3.8.2-1 (source all amd64)

2013-08-27 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 28 Aug 2013 02:52:26 +0200
Source: gnome-mines
Binary: gnome-mines gnomine
Architecture: source all amd64
Version: 1:3.8.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 gnome-mines - popular minesweeper puzzle game for GNOME
 gnomine- popular minesweeper puzzle game for GNOME (transitional package)
Changes: 
 gnome-mines (1:3.8.2-1) unstable; urgency=low
 .
   [ Jeremy Bicha ]
   * Update homepage
 .
   [ Michael Biebl ]
   * New upstream release.
Checksums-Sha1: 
 9806fa83d620099e696cef909085ce852825a05a 2321 gnome-mines_3.8.2-1.dsc
 c007a49d598de9c946c53dce8023058b0f3ad1f9 3329680 gnome-mines_3.8.2.orig.tar.xz
 b7b31dd572f86a69da6a3a98eedabf34add96944 29030 
gnome-mines_3.8.2-1.debian.tar.gz
 aab1c5055fd77cc741066188f64a9cced28f73fb 29118 gnomine_3.8.2-1_all.deb
 c8cf0bc138e6135cf704e830a069588e1961a255 2512092 gnome-mines_3.8.2-1_amd64.deb
Checksums-Sha256: 
 5c50085faa43315979917983c77ec73eadc775ec6e4b8fcf4f14014a6709b964 2321 
gnome-mines_3.8.2-1.dsc
 e70f13056183f8d9a8aa3721516545364e10e9fde0a4b703de7cba1fe3af531d 3329680 
gnome-mines_3.8.2.orig.tar.xz
 888bcb861c99325490b21c0165317b524290c7c1f7156e6da9c7ecdc43f2038d 29030 
gnome-mines_3.8.2-1.debian.tar.gz
 a8f6a6c8c5c24953bf7cb92c608d79cd496521dd289051ef19d46a244543941c 29118 
gnomine_3.8.2-1_all.deb
 71a773c99047646da5b6d6dcaece132ab80865e83af84503723d3ccb6d21846a 2512092 
gnome-mines_3.8.2-1_amd64.deb
Files: 
 930b065fbcbb416f9ea44da904fd54d3 2321 games optional gnome-mines_3.8.2-1.dsc
 7e15996f853fc0f4574ee1d577288568 3329680 games optional 
gnome-mines_3.8.2.orig.tar.xz
 bdfacf416607efaf0df1686fe22498d4 29030 games optional 
gnome-mines_3.8.2-1.debian.tar.gz
 e1ce5250b724c737ce19017ba17e1fa8 29118 oldlibs extra gnomine_3.8.2-1_all.deb
 0648015c706aea35e356f8256d7c80a7 2512092 games optional 
gnome-mines_3.8.2-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCAAGBQJSHUpMAAoJEGrh3w1gjyLcnaQP/j55npEdh3pupR3i4gaP7IGA
5m2BrD7kxuFnHUc4FnW4oTedoCZ1+/+bjfYXS4N/aBQkTR4VEHUwPI92T1N1uKb8
XYoI6lNTi8FgDIh2pSAQuLHZJBVBldpwl9RknLi45z8xnSvsWqlG0KS5EleVaepJ
7L/1K3T0/7MhHK8C/LQLnOLpNCYm0+CCGrQgUFVH28ur8sAycpp81wcz8MbUNrNT
WBfBlzmYBPbNF1f34oRdXoMM5dznva3elALJuHs5ztr8eodoe/80DgOUzbSA5yoO
XvEFbZfjAvCFkP/fW0a53zaQZUEXwgUvFEjVhW+WuuDpQYsKuTliZpf88iu8JYUZ
mdhG9FrwVeO6UXXZdjtOBmYL17yOm1ND0IzbJeZ8lenaM3hBG7SWDX0r3WQkQM49
CsAuSx9VW69NI2FOadsMZ8VCb+QuaRsglxkmj0zWqGTBDW7Wiq2HeSctfN1ELeFc
KL7TyJgJmCV1ehi/LrPo97YDT1g7ajjxxhwPy0PMwk46SB0ko/JVYShvKMcKJYc3
o0l9delJEgrH2T6IIgzqYl73WlCszbfvXDwWRwLPPoMQoGPMV+/wU2YAjTvAIhGi
6Ocs1a+btmmxqEGizqGoxNgjIqG4ddqyCODtZVAc5t31BBV77OhpIaUrjfpmzm51
IAGwWxhS/wfsrSC37BwX
=F3m4
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1veuaf-0003jq...@franck.debian.org



Accepted wxwidgets2.8 2.8.12.1-15 (source amd64 all)

2013-08-27 Thread Olly Betts
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 28 Aug 2013 10:25:35 +1200
Source: wxwidgets2.8
Binary: libwxbase2.8-0 libwxbase2.8-dev libwxbase2.8-dbg libwxgtk2.8-0 
libwxgtk2.8-dev libwxgtk2.8-dbg libwxgtk-media2.8-0 libwxgtk-media2.8-dbg 
libwxgtk-media2.8-dev python-wxgtk2.8 python-wxgtk2.8-dbg python-wxversion 
python-wxtools wx-common wx2.8-headers wx2.8-i18n wx2.8-doc wx2.8-examples 
libwxmsw2.8-dev libwxmsw2.8-dbg wx2.8-headers-msw
Architecture: source amd64 all
Version: 2.8.12.1-15
Distribution: unstable
Urgency: low
Maintainer: wxWidgets Maintainers freewx-ma...@lists.alioth.debian.org
Changed-By: Olly Betts o...@survex.com
Description: 
 libwxbase2.8-0 - wxBase library (runtime) - non-GUI support classes of 
wxWidgets t
 libwxbase2.8-dbg - wxBase library (debug) - non-GUI support classes of 
wxWidgets too
 libwxbase2.8-dev - wxBase library (development) - non-GUI support classes of 
wxWidge
 libwxgtk-media2.8-0 - wxWidgets Cross-platform C++ GUI toolkit (GTK+ media 
library runt
 libwxgtk-media2.8-dbg - wxWidgets Cross-platform C++ GUI toolkit (GTK+ media 
library debu
 libwxgtk-media2.8-dev - wxWidgets Cross-platform C++ GUI toolkit (GTK+ media 
library deve
 libwxgtk2.8-0 - wxWidgets Cross-platform C++ GUI toolkit (GTK+ runtime)
 libwxgtk2.8-dbg - wxWidgets Cross-platform C++ GUI toolkit (GTK+ debug)
 libwxgtk2.8-dev - wxWidgets Cross-platform C++ GUI toolkit (GTK+ development)
 libwxmsw2.8-dbg - wxMSW mingw32msvc-cross (debug)
 libwxmsw2.8-dev - wxMSW mingw32msvc-cross
 python-wxgtk2.8 - wxWidgets Cross-platform C++ GUI toolkit (wxPython binding)
 python-wxgtk2.8-dbg - wxWidgets Cross-platform C++ GUI toolkit (wxPython 
binding, debug
 python-wxtools - wxWidgets Cross-platform C++ GUI toolkit (wxPython common 
files)
 python-wxversion - wxWidgets Cross-platform C++ GUI toolkit (wxPython version 
select
 wx-common  - wxWidgets Cross-platform C++ GUI toolkit (common support files)
 wx2.8-doc  - wxWidgets Cross-platform C++ GUI toolkit (documentation)
 wx2.8-examples - wxWidgets Cross-platform C++ GUI toolkit (examples)
 wx2.8-headers - wxWidgets Cross-platform C++ GUI toolkit (header files)
 wx2.8-headers-msw - Extra wxWidgets headers for mingw32msvc-cross
 wx2.8-i18n - wxWidgets Cross-platform C++ GUI toolkit (i18n support)
Closes: 717857 719086 719250
Changes: 
 wxwidgets2.8 (2.8.12.1-15) unstable; urgency=low
 .
   * Fix race condition which could result in mmedia libraries going into more
 than one binary package in a parallel package build.  (Closes: #719250)
   * wx-common now Recommends: zip.  (Closes: #717857)
   * Add python-libxml2-dbg to Build-Depends: to fix FTBFS on HPPA.
 (Closes: #719086)
   * Don't mark -dbg packages as Multi-Arch: same - they depend on
 wx2.8-headers, which isn't multi-arch, so they can't be parallel installed.
   * Improve short descriptions of libwxgtk-media* packages.
Checksums-Sha1: 
 fcb324feef1e6aab95537826a2041e84d160e643 3467 wxwidgets2.8_2.8.12.1-15.dsc
 8b3ab97649ab579438d4705b23977976b84700c4 245131 
wxwidgets2.8_2.8.12.1-15.debian.tar.gz
 99baa4a086fda1805a296a49fc7432cd6f8c266a 541398 
libwxbase2.8-0_2.8.12.1-15_amd64.deb
 bd8f6ea0483accf8ca97c006eb3714ba5acbbeff 105050 
libwxbase2.8-dev_2.8.12.1-15_amd64.deb
 b710dac7aadc6c4417560e6e56e92a006cd6ddb9 3208214 
libwxbase2.8-dbg_2.8.12.1-15_amd64.deb
 5337f20fc93814a5e1163eaf807852281997a85f 2473612 
libwxgtk2.8-0_2.8.12.1-15_amd64.deb
 3c7aca03f485d59a80b5fc71984ebfface101ad9 105252 
libwxgtk2.8-dev_2.8.12.1-15_amd64.deb
 a01ddab07151ecdd9f9c2a7751bf7d93572df9fb 21867042 
libwxgtk2.8-dbg_2.8.12.1-15_amd64.deb
 03c3ebb0b0c5efc27df3bf5a10e1d0922a60477c 108548 
libwxgtk-media2.8-0_2.8.12.1-15_amd64.deb
 b52d81cc74b62854f14f2180fd70690385b6ab22 110574 
libwxgtk-media2.8-dbg_2.8.12.1-15_amd64.deb
 aac534dc5052a1b60ee7d572c3a76d782e5348c0 85498 
libwxgtk-media2.8-dev_2.8.12.1-15_amd64.deb
 2ba85e8f490e8ca669f7a7930d6850da548a0d77 3840454 
python-wxgtk2.8_2.8.12.1-15_amd64.deb
 c533dce7cd453a9ba83c9c64cbe713e44cf624f3 19785276 
python-wxgtk2.8-dbg_2.8.12.1-15_amd64.deb
 6f74a290c81e5dcc605b51e24491062975f2efc5 121352 wx-common_2.8.12.1-15_amd64.deb
 1565f7d46c98a7f2fbdcdf0d4da62f6618f81c51 1097504 
wx2.8-headers_2.8.12.1-15_amd64.deb
 b08e38d8dbccf2bad0bcb98da8add66c210c87d5 90438 
python-wxversion_2.8.12.1-15_all.deb
 30902f7f838cc7d99ae8a8c675dd44dbc730c26e 92284 
python-wxtools_2.8.12.1-15_all.deb
 5862dbb59a73fe06ca9c0c9577d1ccb3602bd9c9 443928 wx2.8-i18n_2.8.12.1-15_all.deb
 2555c6dcdf26024dd12d4eab1e8cad8ff734e7fd 1640512 wx2.8-doc_2.8.12.1-15_all.deb
 81f3fd0d8f18b4639ed7185c1d19b1bf03d20028 6303272 
wx2.8-examples_2.8.12.1-15_all.deb
Checksums-Sha256: 
 8b80f3055e45de0739e0e990e4cc41ae4742777ef0ba3f966e224e892182917a 3467 
wxwidgets2.8_2.8.12.1-15.dsc
 e066f2f2a0211a8c16143612756a71221ce58f42a87611554e16aef765421fd2 245131 
wxwidgets2.8_2.8.12.1-15.debian.tar.gz
 fd61a69bf047826430f7e48065c235997d2c1e3f6515dd2740bfe19fdf54595e 541398 

Accepted cronutils 1.5-1 (source i386)

2013-08-27 Thread Jamie Wilkinson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 28 Aug 2013 07:10:36 +1000
Source: cronutils
Binary: cronutils
Architecture: source i386
Version: 1.5-1
Distribution: unstable
Urgency: low
Maintainer: Jamie Wilkinson j...@debian.org
Changed-By: Jamie Wilkinson j...@debian.org
Description: 
 cronutils  - Utilities to assist running batch processing jobs
Changes: 
 cronutils (1.5-1) unstable; urgency=low
 .
   * New upstream release.
   * Update standards version.
Checksums-Sha1: 
 8bd10e7047389bcd7241048fade8a091c2a89c4d 1073 cronutils_1.5-1.dsc
 a6b825b6f6937908cae8b17ab5dbc110b3c4638f 8262 cronutils_1.5.orig.tar.gz
 3894c31ec2c9f3979c0328fbfa47a90a9d1c16f9 2200 cronutils_1.5-1.debian.tar.gz
 06f74b0f8542dd17d599fa3aa7a6e2a1a740b0ca 13206 cronutils_1.5-1_i386.deb
Checksums-Sha256: 
 7a233efaccbdaea865c191580cbcc9742419a683ed0c66b0ae597d44ce0a73ea 1073 
cronutils_1.5-1.dsc
 3a358a73d945222a9d650190f5c038e771b2102cf5b7bda3863965eca873003c 8262 
cronutils_1.5.orig.tar.gz
 767c8b70b08b730f2deba5938abff2d99093c74e930b499ed2b9062b051c14bd 2200 
cronutils_1.5-1.debian.tar.gz
 6d03fa8dab3d3ae58427b6f4afe3dad41b47537ad8cc1a5a895f8597d61d87d3 13206 
cronutils_1.5-1_i386.deb
Files: 
 ca109bb336fd278dee0c5d056d238dda 1073 admin extra cronutils_1.5-1.dsc
 1d1f55c925d6e4557d4141d62a98a404 8262 admin extra cronutils_1.5.orig.tar.gz
 72d3eb86e175f78c5afea79dd5e88302 2200 admin extra cronutils_1.5-1.debian.tar.gz
 7a934f867a2e38583f1d8c67098e4b27 13206 admin extra cronutils_1.5-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iEYEARECAAYFAlIdTxcACgkQ5u9oNyz9HDhoLgCfdWoCcIX27zbYYuKU+tBi2BT9
fToAoLu0228zFi/RcXFHa2njTiCtTjME
=gR+U
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1veudo-0001ll...@franck.debian.org



Accepted ruby-feedparser 0.9-1 (source all)

2013-08-27 Thread Antonio Terceiro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 27 Aug 2013 22:22:16 -0300
Source: ruby-feedparser
Binary: ruby-feedparser
Architecture: source all
Version: 0.9-1
Distribution: experimental
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Antonio Terceiro terce...@debian.org
Description: 
 ruby-feedparser - Ruby library to parse ATOM/RSS feeds
Changes: 
 ruby-feedparser (0.9-1) experimental; urgency=low
 .
   * Team upload
   * New upstream release
Checksums-Sha1: 
 8d7fae975e97949cad3d75bb3c5fd1d34797686e 1437 ruby-feedparser_0.9-1.dsc
 f63c0f43ce2e44527e8e61f2c6b4f4c53d12488b 33860 ruby-feedparser_0.9.orig.tar.gz
 705882a7c72a92da5e6f5a91c937fab8f0ee0832 4123 
ruby-feedparser_0.9-1.debian.tar.gz
 1f909050f3fa8bbf1fa09fdf50605c2964dafdd3 15832 ruby-feedparser_0.9-1_all.deb
Checksums-Sha256: 
 a625060edba9367843a962f6298421b069cff57001a53e1c1bf874e0def9f783 1437 
ruby-feedparser_0.9-1.dsc
 b0331feb293f8cb8b70a968cd0022c83830143caaa51597d00121370c5759dd2 33860 
ruby-feedparser_0.9.orig.tar.gz
 105747ab9157d270da55cb8a117422bb07c3bfe902fb8ce4d7d4a37e21c9ef64 4123 
ruby-feedparser_0.9-1.debian.tar.gz
 7ad58b3d3ba3f8ac543a654100410835d36eeb9502c9c24d1d0fea003cff6ee2 15832 
ruby-feedparser_0.9-1_all.deb
Files: 
 3655b59a9746aa543f8f90fe1dee8588 1437 ruby optional ruby-feedparser_0.9-1.dsc
 1a2e90b144ae891051582821de2ce397 33860 ruby optional 
ruby-feedparser_0.9.orig.tar.gz
 fe8b8b2bcd1d45f0c61267421aa074e3 4123 ruby optional 
ruby-feedparser_0.9-1.debian.tar.gz
 d792a3c38a7b5298bccb971cfa850f58 15832 ruby optional 
ruby-feedparser_0.9-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iEYEARECAAYFAlIdUUEACgkQDOM8kQ+cso8dLwCfUFsoa9M2GDeWnWq8R7mEKSBW
j24AoJq9DUVXZ8jKyIJaDokc+IKFLXAu
=2RWP
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1veudf-0001pj...@franck.debian.org



Accepted feed2imap 1.2-1 (source all)

2013-08-27 Thread Antonio Terceiro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 27 Aug 2013 22:32:35 -0300
Source: feed2imap
Binary: feed2imap
Architecture: source all
Version: 1.2-1
Distribution: experimental
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Antonio Terceiro terce...@debian.org
Description: 
 feed2imap  - feed aggregator (RSS/Atom) which puts items on a IMAP mail server
Changes: 
 feed2imap (1.2-1) experimental; urgency=low
 .
   * Team upload
   * New upstream version. Requires ruby-feedparser = 0.9.2, debian/control
 adjusted accordingly.
   * Do not run tests against Ruby 1.8 since that is not really supported any
 more.
Checksums-Sha1: 
 b82f1964ffbc6a4f1e98cba58428e9c150b2698f 1398 feed2imap_1.2-1.dsc
 03666c8fdbe855e2e34c913c8f2b080cfb10b182 41133 feed2imap_1.2.orig.tar.gz
 3f99d09855e9b1e3032087bdcbe96edb23c7b348 4280 feed2imap_1.2-1.debian.tar.gz
 3b68017ed366babbfe59dfef406eb05077588788 27330 feed2imap_1.2-1_all.deb
Checksums-Sha256: 
 3c207fee391b5337f9dcabd711d61e66711aa70b1486921557c63d6ae44b4c5c 1398 
feed2imap_1.2-1.dsc
 7b4b5fec7cce544926e5d3f88a152f8a26f63a7ec210ef02f4e30abb97d343cf 41133 
feed2imap_1.2.orig.tar.gz
 69b2d20f395914a880b1228a43a31d83aea80389973d8627929ae6363b74143e 4280 
feed2imap_1.2-1.debian.tar.gz
 30305526b2d477ffb14c3d91f5ead84635459e901ccbbf88e67d090107eea18b 27330 
feed2imap_1.2-1_all.deb
Files: 
 03efba3095212d2d44bc72f5221853b4 1398 net optional feed2imap_1.2-1.dsc
 3b812bbf87b88ee9ed79986982eb4e11 41133 net optional feed2imap_1.2.orig.tar.gz
 029e60697f6763cc6e4856dec1535240 4280 net optional 
feed2imap_1.2-1.debian.tar.gz
 75c152fdf756e6b20d687ceb1a23fe2a 27330 net optional feed2imap_1.2-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iEYEARECAAYFAlIdXRMACgkQDOM8kQ+cso89sQCfUGHW7Jo7yc0lUjF+lIJBqsr9
DXwAoKAr8g6d0rU0a7TFtfbgPd9NOAyu
=9Fcv
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vewig-0003er...@franck.debian.org



Accepted sip4 4.15.1-1 (source i386 all)

2013-08-27 Thread Scott Kitterman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 27 Aug 2013 22:18:05 -0400
Source: sip4
Binary: python-sip python-sip-dbg python-sip-dev sip-dev sip-dbg python-sip-doc 
python3-sip python3-sip-dev python3-sip-dbg
Architecture: source i386 all
Version: 4.15.1-1
Distribution: experimental
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Scott Kitterman sc...@kitterman.com
Description: 
 python-sip - Python/C++ bindings generator runtime library
 python-sip-dbg - Python/C++ bindings generator runtime library (debug 
extension)
 python-sip-dev - Python/C++ bindings generator development files
 python-sip-doc - Python/C++ bindings generator documentation
 python3-sip - Python 3/C++ bindings generator runtime library
 python3-sip-dbg - Python 3/C++ bindings generator runtime library (debug 
extension)
 python3-sip-dev - Python 3/C++ bindings generator development files
 sip-dbg- Debug symbols for Python/C++ bindings generator application
 sip-dev- Python/C++ bindings generator code generator application
Changes: 
 sip4 (4.15.1-1) experimental; urgency=low
 .
   [ Dmitry Shachnev ]
   * Call dh_sphinxdoc after dh_installdocs, to fix build failure with
 new debhelper versions.
   * Remove wrong debian/python-sip-doc.docs, we install docs manually.
   * Don't hardcode depends on libjs-jquery and libjs-underscore,
 ${sphinxdoc:Depends} takes care of that.
 .
   [ Scott Kitterman ]
   * New upstream release
Checksums-Sha1: 
 270d12e6539ecc3c54b6b598d6ed6404070f4aa5 1917 sip4_4.15.1-1.dsc
 4a77e93ca2c5638355238b0553f04181454e28ca 772389 sip4_4.15.1.orig.tar.gz
 295e4b602cf959f7e1d54371e7f5deaaebbff9a5 19761 sip4_4.15.1-1.debian.tar.gz
 7d388dcde56a408786d91881b460153344b865cc 80418 python-sip_4.15.1-1_i386.deb
 426b639f69f6a6a8f7aca0bb9c06903566384947 233660 
python-sip-dbg_4.15.1-1_i386.deb
 8bbe23faf16b21b02ba0e8e2de17e1642e09228f 35044 python-sip-dev_4.15.1-1_i386.deb
 80f64ca94048206660fa6d07639de2405621cdd4 137406 sip-dev_4.15.1-1_i386.deb
 9b4e164167640755344741f7fcbc51b04b73ab72 169548 sip-dbg_4.15.1-1_i386.deb
 9f5866a74ae32ee821c1ead1663d7f87292f8545 79706 python3-sip_4.15.1-1_i386.deb
 2bf8672b406e952065eebb78b98059a8be279cd1 35162 
python3-sip-dev_4.15.1-1_i386.deb
 a50ad1100582ebf846ab045e69872284ef2a1a1d 226094 
python3-sip-dbg_4.15.1-1_i386.deb
 1e89c8bed5197303f1bb4646aa45e2a437f87063 162184 python-sip-doc_4.15.1-1_all.deb
Checksums-Sha256: 
 5f9b62bafb03ff5da82c1945f44fe38ffc2375868a037d892432148247d6889b 1917 
sip4_4.15.1-1.dsc
 0e2c698d95685ec24c00c27ea05be55782b094616429a4256f63850530d676ad 772389 
sip4_4.15.1.orig.tar.gz
 b6c63014064dae32701d8893fb1a1e206487668935196c748b02c043443467eb 19761 
sip4_4.15.1-1.debian.tar.gz
 e6183357138588d856449657eaf4148097c37724c7e9cadb0394b940e57fd271 80418 
python-sip_4.15.1-1_i386.deb
 22f47d9b29fa4afcc7653a16ce410db7c5cbc25f1c6784cdc41803a30cb22c41 233660 
python-sip-dbg_4.15.1-1_i386.deb
 297e63f86fa01fa0769b71cb1ba6ab24074631a8354ce87c8736fa7f35b769b1 35044 
python-sip-dev_4.15.1-1_i386.deb
 a260306121421c666aa402d7ce7b73f165e16bae029e60ee5631aa8465a8ebda 137406 
sip-dev_4.15.1-1_i386.deb
 336e324bfbde41458b57ccbd7e1032746745a533152092765fc25b66d0b99b92 169548 
sip-dbg_4.15.1-1_i386.deb
 78b143b33f05b3fc7adb194ed2d97db444fc39ed36ada45f9684c934c19042b4 79706 
python3-sip_4.15.1-1_i386.deb
 cc1babb6de0ebe9deb380d00f27f95c150da56c0c9778d6e998ced18127dffe7 35162 
python3-sip-dev_4.15.1-1_i386.deb
 58d7c5b0280cbb9463e7021e6826205e2b751eaa6669f4b04079e56896170cbf 226094 
python3-sip-dbg_4.15.1-1_i386.deb
 efb4cdf0d1b29385c84d7cddba19a483e1e523ad875564826f755320df30a59d 162184 
python-sip-doc_4.15.1-1_all.deb
Files: 
 d3bfacdffa95fe770ac852dbefde4c12 1917 devel optional sip4_4.15.1-1.dsc
 ec1ce361ac3618fe05359ec6f5368463 772389 devel optional sip4_4.15.1.orig.tar.gz
 d6f3da8a657643d2c647ffe7e21b46ee 19761 devel optional 
sip4_4.15.1-1.debian.tar.gz
 f1b54788155d523930c80e1a24c40a97 80418 python optional 
python-sip_4.15.1-1_i386.deb
 7659ca531d9877a331113a3595a60c3c 233660 debug extra 
python-sip-dbg_4.15.1-1_i386.deb
 8beaa166135d06d8de3463482a763510 35044 python optional 
python-sip-dev_4.15.1-1_i386.deb
 539c16045548678c65d735a07bf54ef7 137406 python optional 
sip-dev_4.15.1-1_i386.deb
 555afa3196a55d33af8458e40489 169548 debug extra sip-dbg_4.15.1-1_i386.deb
 bac6bfe8ff4c610b99982b8341bef701 79706 python optional 
python3-sip_4.15.1-1_i386.deb
 96a1bbb7c7c9f690ba42e4c1d68f8ae7 35162 python optional 
python3-sip-dev_4.15.1-1_i386.deb
 fb26a74bae2b7952b342d31653f3123c 226094 debug extra 
python3-sip-dbg_4.15.1-1_i386.deb
 88fbecfda754ede92cb5485e2e250393 162184 doc optional 
python-sip-doc_4.15.1-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlIdY40ACgkQHajaM93NaGp6UgCZAWdRn0EgroN4JtQcp3o4cpxj
DCAAn3QkTKBR04Nu75wg3nGRodRmtW9j
=nQ+9
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to 

  1   2   >