Bug#673105: ITP: gstreamer0.10-dvswitch -- GStreamer plugin source from DVswitch

2012-05-16 Thread James Bromberger
Package: wnpp
Severity: wishlist
Owner: James Bromberger j...@debian.org

  Package name: gstreamer0.10-dvswitch
  Version : 0.0.1
  Upstream Author : Tim Ansell mit...@mithis.com
  URL : https://github.com/timsvideo/gst-dvswitch
  License : GPL
  Description : GStreamer plugin source from DVswitch

 gst-dvswitch is a GStreamer plugin for acquiring a DIF (DV) stream from a
 dvswitch server. The plugin does not require dvswitch to be installed on
 the same machine.  This plugin borrows code quite heavily from udpsrc.



-- 
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/20120516064138.32161.51268.report...@rivendell.james.rcpt.to



Re: RFC: OpenRC as Init System for Debian

2012-05-16 Thread Tollef Fog Heen
]] Stefan Fritsch 

 For example, the apache2 init script starts htcacheclean if and only 
 if mod_disk_cache is enabled. While this could arguably be considered 
 as an upstrem deficiency, such cases won't simply disappear because 
 systemd becomes more common.

Ideally, they will, but even if they dont…

 And fixing this in the daemon as part of a packager's work is not
 feasible.

ExecStartPre=some_script_that_checks_if_htcacheclean_is_needed_and_starts_it


[...]

 Also, the apache2 init script creates various required directories on 
 volatile file systems like /var/run or /var/lock and supports multiple 
 running instances, but these are more common problems.

tmpfiles.d for the directories, multiple instance support is built-in
already, so that becomes easier if anything.

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are


--
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/87wr4c8w1t@qurzaw.varnish-software.com



debuild/dpkg-buildpackage behaves not as expected

2012-05-16 Thread Olе Streicher
Hi, 

I just discovered that debuild does not behave as I would expect from
the maintainer's guide [1]:

| Cleaning the source and rebuilding the package from your user account
| is as simple as: 
| $ debuild
[...]
| You can clean the source tree as simply as:
| $ debuild clean

This gives an error if the dh_clean does not work on the unpatched
source, since debuild reverts all patches, but debuild clean does
not apply then. I filed a bug report for this [2], including a simple
example package, but the maintainer doesn't see a problem here.

For me, the behaviour doesn't look good since the state after debuild
does not make sense to me: all files created during the build process
(from the patches sources) are still there (including temporary ones),
but the sources themself do not are not patched anymore. So, build
results and sources do not fit together after this step. Even more, if
during the build process one file that has a Debian patch is changed,
unapplying the patch may fail even if the build change would be reverted
during the clean process.

What is the rationale behind the automatic reversal of the applied
patches before a cleanup?

Cheers

Ole

[1] http://www.debian.org/doc/manuals/maint-guide/build.en.html#debuild
[2] http://bugs.debian.org/672378


-- 
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/ytzfwb08v2m@news.ole.ath.cx



Re: Bug#673071: ITP: vodstok -- Voluntary Distributed Storage Kit

2012-05-16 Thread Jonathan Wiltshire

Hi,

On 2012-05-15 21:33, Pierre Jaury wrote:

This is an opensource, free and viral  project


Viral? I hope this is just a translation artefact; can you explain 
exactly what you mean by it?


Thanks,

--
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51


--
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/a9449e27c74791ff2838a3199b275...@hogwarts.powdarrmonkey.net



Re: debuild/dpkg-buildpackage behaves not as expected

2012-05-16 Thread Andrey Rahmatullin
On Wed, May 16, 2012 at 09:05:21AM +0200, Olе Streicher wrote:
 I just discovered that debuild does not behave as I would expect from
 the maintainer's guide [1]:
 
 | Cleaning the source and rebuilding the package from your user account
 | is as simple as: 
 | $ debuild
 [...]
 | You can clean the source tree as simply as:
 | $ debuild clean
 
 This gives an error if the dh_clean does not work on the unpatched
 source, since debuild reverts all patches, but debuild clean does
 not apply then. I filed a bug report for this [2], including a simple
 example package, but the maintainer doesn't see a problem here.
(for the reference) ... because debuild is just a wrapper around
dpkg-buildpackage and the behavior is documented in
dpkg-buildpackage(1).

-- 
WBR, wRAR


signature.asc
Description: Digital signature


Re: debuild/dpkg-buildpackage behaves not as expected

2012-05-16 Thread Thibaut Paumard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Le 16/05/12 09:34, Andrey Rahmatullin a ?crit :
 On Wed, May 16, 2012 at 09:05:21AM +0200, Olе Streicher wrote:
 I just discovered that debuild does not behave as I would expect 
 from the maintainer's guide [1]:
 
 | Cleaning the source and rebuilding the package from your user 
 account | is as simple as: | $ debuild [...] | You can clean the 
 source tree as simply as: | $ debuild clean
 
 This gives an error if the dh_clean does not work on the 
 unpatched source, since debuild reverts all patches, but 
 debuild clean does not apply then. I filed a bug report for 
 this [2], including a simple example package, but the maintainer 
 doesn't see a problem here.
 (for the reference) ... because debuild is just a wrapper around 
 dpkg-buildpackage and the behavior is documented in 
 dpkg-buildpackage(1).
 

Documented, yes. Rationalized, no. I agree that there's something
fishy with the default behaviour: anytime you have to patch a file
which is later modified during build, you have to build with -tc IIRC.
I agree with Ole that unpatching should never be done before cleaning.

Regards, Thibaut.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.8 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+zX6UACgkQ+37NkUuUiPEe5QCfZDjHOHmCeu6GIKXWTPlXOxkS
TIoAn1sgi+4ufCCc9yTsnYvR3nVDI5gi
=ALCr
-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/4fb35fa5.5070...@users.sourceforge.net



Re: debuild/dpkg-buildpackage behaves not as expected

2012-05-16 Thread Norbert Preining
On Mi, 16 Mai 2012, Thibaut Paumard wrote:
 fishy with the default behaviour: anytime you have to patch a file
 which is later modified during build, you have to build with -tc IIRC.

Ouch, I had this case (reautoconf vs patching), it lead me to give 
up on it. It simply is not worth the pain.

Best wishes

Norbert

Norbert Preiningpreining@{jaist.ac.jp, logic.at, debian.org}
JAIST, Japan TeX Live  Debian Developer
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094

WOKING (participial vb.)
Standing in the kitchen wondering what you came in here for.
--- Douglas Adams, The Meaning of Liff


-- 
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/20120516085311.gb25...@gamma.logic.tuwien.ac.at



future of python-pipeline package

2012-05-16 Thread Dmitry Nezhevenko
Hi,

I'm trying to package a ReviewBoard package that depends on
django-pipeline module. Unfortunately there is already another package
named python-pipeline in debian that uses same python module name
(pipeline). This another package is orphaned for a year:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620067

I've asked it's upstream and author is going to rename it to something
else:

http://code.google.com/p/python-pipeline/issues/detail?id=1

(btw I've also asked upstream of django-pipeline but without any luck for
now)

apt-cache rdepends shows nothing for current python-pipeline. Also popcon
shows only 48 installation without information about usage:

http://qa.debian.org/popcon.php?package=python-pipeline

So I'm asking how to deal with it? django-pipeline looks like more popular
according to project github page and bugtracker. 

Holger suggests to ask here and thinks that it's better to remove orphaned
pipeline package. Any ideas or suggestions?

-- 
WBR, Dmitry


signature.asc
Description: Digital signature


Re: Bug#673071: ITP: vodstok -- Voluntary Distributed Storage Kit

2012-05-16 Thread Cyril Brulebois
Jonathan Wiltshire j...@debian.org (16/05/2012):
 Viral? I hope this is just a translation artefact; can you explain
 exactly what you mean by it?

Quite a shock for a project advertised as licensed under the BSD!

(INSTALL.txt says GPLv2 though.)

Mraw,
KiBi.


signature.asc
Description: Digital signature


Re: Wheezy release: CDs are not big enough any more...

2012-05-16 Thread Timo Juhani Lindfors
Bjørn Mork bj...@mork.no writes:
 No, you don't.  On a default Debian system you need to be a member of
 the floppy group. From  /lib/udev/rules.d/91-permissions.rules :

Yeah but you are not a member of that group by default surely?

 You mean that they allow you to burn a CD but not write to a USB
 stick?

Yes, I understood this was the default. If you put users to floppy group
then remote users can read usb sticks of local users.


--
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/84pqa4xzis@sauna.l.org



Re: Wheezy release: CDs are not big enough any more...

2012-05-16 Thread Bjørn Mork
Timo Juhani Lindfors timo.lindf...@iki.fi writes:
 Wookey woo...@wookware.org writes:
 And the USB-stick process is not as simple as it might be because you
 have to find the HD-media files and then _also_ find an iso image to
 put on. It's no wonder newbs are still downloading CD/DVD images. 

 You also need to have root access to some machine to create the USB
 media.

No, you don't.  On a default Debian system you need to be a member of
the floppy group. From  /lib/udev/rules.d/91-permissions.rules :

 # default permissions for block devices
 SUBSYSTEM==block, GROUP=disk
 SUBSYSTEM==block, ATTRS{removable}==1,  GROUP=floppy

 This means you can't create the installation media at most
 university or library machines unlike with CDs.

You mean that they allow you to burn a CD but not write to a USB stick?
Sounds like they have a support problem which I don't think Debian can
solve for them.


Bjørn


--
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/87zk98a480@nemi.mork.no



Re: Bug#673071: ITP: vodstok -- Voluntary Distributed Storage Kit

2012-05-16 Thread Thomas Preud'homme
Le mercredi 16 mai 2012 09:22:46, Jonathan Wiltshire a écrit :
 Hi,
 
 On 2012-05-15 21:33, Pierre Jaury wrote:
  This is an opensource, free and viral  project
 
 Viral? I hope this is just a translation artefact; can you explain
 exactly what you mean by it?

From the website linked in the ITP:

4. Why is this project viral ?

Once your Vodstok server functional, please drop the last version
of Vodstok in the root directory of this web application. A webpage
will be displayed when browsing the index page, and the kit would
be available from this page. This is the viral part.

Not exactly the definition of viral I have.

 
 Thanks,


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


big .debian.tar.xz - EG Wordpress

2012-05-16 Thread Russell Coker
I just downloaded the source to Wordpress from Squeeze, it's got a 14M 
.debian.tar.xz which is mostly sources for things that are included in the 
upstream tarball.  The build process appears to only use the upstream tarball 
code so the 13MB of data in the debian/missing-sources directory isn't used 
for building.

It is a really good thing to have upstream sources available as dictated by 
the GPL (well done to whoever did that).  But that availability doesn't 
require that they be in the source package.

Would it be possible to have somewhere on the Debian servers for storing such 
files so that they can be referenced in a README file or something rather than 
sent to everyone?  I'm sure that most people who build a Wordpress package 
won't use them.

-- 
My Main Blog http://etbe.coker.com.au/
My Documents Bloghttp://doc.coker.com.au/


-- 
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/201205161945.56941.russ...@coker.com.au



Re: big .debian.tar.xz - EG Wordpress

2012-05-16 Thread Paul Wise
On Wed, May 16, 2012 at 5:45 PM, Russell Coker wrote:

 I just downloaded the source to Wordpress from Squeeze, it's got a 14M
 .debian.tar.xz which is mostly sources for things that are included in the
 upstream tarball.  The build process appears to only use the upstream tarball
 code so the 13MB of data in the debian/missing-sources directory isn't used
 for building.

Seems like a bug, the best way to determine that sources are still
buildable is to always build them.

 It is a really good thing to have upstream sources available as dictated by
 the GPL (well done to whoever did that).  But that availability doesn't
 require that they be in the source package.

 Would it be possible to have somewhere on the Debian servers for storing such
 files so that they can be referenced in a README file or something rather than
 sent to everyone?  I'm sure that most people who build a Wordpress package
 won't use them.

If I downloaded a source package and didn't get source I would be most
unimpressed.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


--
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/CAKTje6EuzQTKMRM2GTwRp6kJRUebsD+B7ObE-aaOo8f_=tr...@mail.gmail.com



Re: why do people introduce stup^Wstrange changes to quilt 3.0 format

2012-05-16 Thread Bastien ROUCARIES
On Tue, May 15, 2012 at 11:10 AM, Jon Dowland j...@debian.org wrote:
 On Tue, May 15, 2012 at 03:17:17PM +0900, Norbert Preining wrote:
 No, I hereby start saying good by to 3.0

 I'm hoping we can revisit 3.0 (git) post-squeeze, myself. But I have also
 found myself to be incompatible iwth 3.0 (quilt) and used 1.0 for my last
 few packages.

You could use gitpkg with a quilt export hook. i use it regularly with
imagemagick and it work perfectly (it is gitpkg over git over svn).

Bastien


 --
 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/20120515091028.GB24635@debian



-- 
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/CAE2SPAaMrJR2y15X0OKteGT47SZ1Ej=QG=v++iywstkvuod...@mail.gmail.com



Re: debuild/dpkg-buildpackage behaves not as expected

2012-05-16 Thread James McCoy
On Wed, May 16, 2012 at 09:05:21AM +0200, Olе Streicher wrote:
 What is the rationale behind the automatic reversal of the applied
 patches before a cleanup?

Quoting from the bug I meant to refer you to (#649531) when closing the
debuild bug:

  On one hand, in dpkg's source format v3, the patched source is considered
  to be standard unpacked form.
  …
  On the other hand, some people like to work most of the time with the
  unpatched source, as in pre-v3 days.
  …
  dpkg-source --after-build distinguishes between the two cases by
  checking for the .pc/.dpkg-source-unapply file, which is added when
  dpkg-source --before-build notices that patches were not already
  applied.  You can ensure patches remain applied by applying the
  patches yourself before starting the build.

QUILT_PATCHES=debian/patches quilt push -a
debuild; # or dpkg-buildpackage, or whatever

So, you have a method that you can work with.  My main point was that
you should be trying to drive change through dpkg, not through
devscripts.

Cheers,
-- 
James
GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy james...@debian.org


signature.asc
Description: Digital signature


Re: RFC: OpenRC as Init System for Debian

2012-05-16 Thread Gergely Nagy
Josselin Mouette j...@debian.org writes:

 Le dimanche 13 mai 2012 à 20:00 +0200, Gergely Nagy a écrit : 
  There is a huge difference between gconf, for which you can set one
  specific setting in /etc, overriding the default in /usr (and in a way
  that will not break the application if the schemas change), and
  systemd/udev, which require to copy the *entire* file, leaving behind
  any improvements that could made to it in ulterior versions.
 
 Not entirely true. You can override parts of the file too, without
 copying: include the original. This doesn't let you override everything,
 but for a lot of things, is good enough.

 And then, when the original file changes, you lose the improvements and
 you might even end up with a broken system.

 For example if a systemd unit file is updated to match a change of
 behavior in a daemon. Say, from now it requires a pre-exec stanza to do
 stuff it used to do at startup. Your modified file in /etc will not
 include this new stanza and your daemon is broken.

Same problem exists with conf.d/ snippets. It's nothing unique to
systemd, nor to etc-overrides-lib.

If you can override, include or otherwise configure your system in such
a way that you do not get warned when one part changes incompatibly, it
will likely break, indeed.

That is what NEWS.Debian can be used for, for example. But in systemd's
case, there are better options, as discussed in this thread elsewhere
(and from what I've been told, with a little bit of postinst magic, this
can easily become a non-issue, but I haven't tested that yet).

-- 
|8]


--
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/87ipfwphgs.fsf@algernon.balabit



Re: why do people introduce stup^Wstrange changes to quilt 3.0 format

2012-05-16 Thread Adam Borowski
On Tue, May 15, 2012 at 10:10:28AM +0100, Jon Dowland wrote:
 On Tue, May 15, 2012 at 03:17:17PM +0900, Norbert Preining wrote:
  No, I hereby start saying good by to 3.0
 
 I'm hoping we can revisit 3.0 (git) post-squeeze, myself. But I have also
 found myself to be incompatible iwth 3.0 (quilt) and used 1.0 for my last
 few packages.

I can't see any reason to use 1.0 anymore, ever.

It is true that 3.0 (quilt) does have a great downside, quilt, but it also
has a number of upsides.  And working around quilt is simple:

echo single-debian-patch debian/source/options
echo /.pc .gitignore
echo /debian/patches .gitignore

and perhaps rm -rf .pc debian/patches in the clean target if those bother
you -- and you have all the goodies that come with the 3.0 format, with
getting none of quilt brain damage onto you.  Suddenly, nothing conflicts
with the VCS you're using, nothing breaks bisects, nothing causes spurious
recompiles, etc.

Except for nuking upstream debian/ dir which can mean a bit of lost work if
the upstream is sane (and can save some if they're not), the 3.0 format is
strictly better than 1.0.

-- 
“This is gonna be as easy as cheating on an ethics exam!”
-Cerise Brightmoon


signature.asc
Description: Digital signature


Re: Wheezy release: CDs are not big enough any more...

2012-05-16 Thread Bjørn Mork
Timo Juhani Lindfors timo.lindf...@iki.fi writes:
 Bjørn Mork bj...@mork.no writes:
 No, you don't.  On a default Debian system you need to be a member of
 the floppy group. From  /lib/udev/rules.d/91-permissions.rules :

 Yeah but you are not a member of that group by default surely?

No, that decision should be left to the adminstrator.  The point was
that you don't need to be root, and you probably never should be when
doing something like that (to prevent being only one typo away from
disaster).

 You mean that they allow you to burn a CD but not write to a USB
 stick?

 Yes, I understood this was the default. If you put users to floppy group
 then remote users can read usb sticks of local users.

I fail to see how burning to a local user's CD is any better, but yes,
if that is a consideration then they need some system to tie the rights
to console access.  I believe ConsoleKit and the replacement
systemd-loginctl attempts to solve such problems.


Bjørn


--
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/87fwb0a0fj@nemi.mork.no



Re: Wheezy release: CDs are not big enough any more...

2012-05-16 Thread Ben Armstrong
On 05/16/2012 06:10 AM, Timo Juhani Lindfors wrote:
 Bjørn Mork bj...@mork.no writes:
 No, you don't.  On a default Debian system you need to be a member of
 the floppy group. From  /lib/udev/rules.d/91-permissions.rules :
 
 Yeah but you are not a member of that group by default surely?

$ debconf-show user-setup
...

  passwd/user-default-groups: audio cdrom dip floppy video plugdev
netdev powerdev scanner bluetooth
...

At least the initial user created by user-setup at install time will be
in this group. That would cover everyone with self-administrated
systems, which I would hazard a guess would be most of our audience. So
while we can't assume every user has access, we could at least recommend
in the doc that the command be executed as an ordinary user where
possible to avoid accidental harm.

Ben


-- 
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/4fb38743.7040...@sanctuary.nslug.ns.ca



Re: Bug#673071: ITP: vodstok -- Voluntary Distributed Storage Kit

2012-05-16 Thread Jonas Smedegaard
On 12-05-16 at 11:36am, Thomas Preud'homme wrote:
 Le mercredi 16 mai 2012 09:22:46, Jonathan Wiltshire a écrit :
  Hi,
  
  On 2012-05-15 21:33, Pierre Jaury wrote:
   This is an opensource, free and viral  project
  
  Viral? I hope this is just a translation artefact; can you explain
  exactly what you mean by it?
 
 From the website linked in the ITP:
 
 4. Why is this project viral ?
 
 Once your Vodstok server functional, please drop the last version
 of Vodstok in the root directory of this web application. A webpage
 will be displayed when browsing the index page, and the kit would
 be available from this page. This is the viral part.
 
 Not exactly the definition of viral I have.

It feels obvious to me that it refers to viral marketing: 
http://en.wikipedia.org/wiki/Viral_marketing


 - Jonas

-- 
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Re: Wheezy release: CDs are not big enough any more...

2012-05-16 Thread Neil Williams
On Wed, 16 May 2012 07:53:55 -0300
Ben Armstrong sy...@sanctuary.nslug.ns.ca wrote:

 On 05/16/2012 06:10 AM, Timo Juhani Lindfors wrote:
  Bjørn Mork bj...@mork.no writes:
  No, you don't.  On a default Debian system you need to be a member of
  the floppy group. From  /lib/udev/rules.d/91-permissions.rules :
  
  Yeah but you are not a member of that group by default surely?
 
 $ debconf-show user-setup

... that listing isn't available on Squeeze ...

If we're to document this, it would need to be as-per Squeeze.

   passwd/user-default-groups: audio cdrom dip floppy video plugdev
 netdev powerdev scanner bluetooth

floppy is in my `groups` on Squeeze (scanner is not but the rest on the
list above are).

dialout cdrom floppy sudo audio dip video plugdev netdev bluetooth

dialout and sudo explicitly added, rest are the defaults IIRC.

 At least the initial user created by user-setup at install time will be
 in this group. That would cover everyone with self-administrated
 systems, which I would hazard a guess would be most of our audience. So
 while we can't assume every user has access, we could at least recommend
 in the doc that the command be executed as an ordinary user where
 possible to avoid accidental harm.



-- 


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



pgpRZUidabRlY.pgp
Description: PGP signature


Re: Wheezy release: CDs are not big enough any more...

2012-05-16 Thread Ferenc Wagner
Thomas Schmitt scdbac...@gmx.net writes:

 I am a bit scared by the catastrophic potential of
   cat debian.iso  /dev/sdX
 for X = valuable hard disk.

What about recommending /dev/disk/by-id/usb-X instead?
-- 
Feri.


-- 
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/87r4ukwgk6@szonett.ki.iif.hu



Re: debuild/dpkg-buildpackage behaves not as expected

2012-05-16 Thread Olе Streicher
James McCoy james...@debian.org writes:
 On Wed, May 16, 2012 at 09:05:21AM +0200, Olе Streicher wrote:
 What is the rationale behind the automatic reversal of the applied
 patches before a cleanup?

 Quoting from the bug I meant to refer you to (#649531) when closing the
 debuild bug:

   On one hand, in dpkg's source format v3, the patched source is considered
   to be standard unpacked form.
   …
   On the other hand, some people like to work most of the time with the
   unpatched source, as in pre-v3 days.

That sounds that some people were favoured over standard here.

 My main point was that you should be trying to drive change through
 dpkg, not through devscripts.

I am not sure who is responsible here -- that's why I've put both
commands into the Subject. 

Cheers

Ole


-- 
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/ytz8vgs8j43@news.ole.ath.cx



Re: Wheezy release: CDs are not big enough any more...

2012-05-16 Thread Timo Juhani Lindfors
Bjørn Mork bj...@mork.no writes:
 I fail to see how burning to a local user's CD is any better, but yes,
 if that is a consideration then they need some system to tie the rights
 to console access.  I believe ConsoleKit and the replacement
 systemd-loginctl attempts to solve such problems.

Yes, I believe usb-creator package in ubuntu does exactly this, it lets
local users create USB installation media. Unfortunately even that is by
default only allowed for admins.


--
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/84liksxt1l@sauna.l.org



Re: Wheezy release: CDs are not big enough any more...

2012-05-16 Thread Wookey
+++ Timo Juhani Lindfors [2012-05-15 21:01 +0300]:

Yes, turns out I failed to read the instructions right, presumably due
to thinking I knew how this worked (i.e. you can't just put an iso
stright onto a USB stick, and you need 'hd-media' for USB sticks).

I'm glad to see that this has got significantly simpler.

 ubuntu uses the usb-creator package to provide a dbus api that allows
 normal users to create usb installation media. (It carefully checks that
 you can not write to the internal hard disk).

I think this is what most inexpert users would like to see - a
reasonably idiot-proof GUI tool for downloading an installer image and
putting it on the USB stick for them.

usb-creator is in ubuntu but not Debian for no good reason. It has
already had Debian support added. 

One of the uploaders, and the person who added the Debian support is a
DD: Dmitrijs Ledkovs. Dmitri - is there any reason not to just upload
this to Debian? I see a couple of places in the UI where it says
'Ubuntu' and it would be good if it got a bit cleverer and put in the
appropriate string with dpkg-vendor, as it already does for the logo
files. I also fixed up the build so it skips the not-present
dh-translations on Debian, and otherwise modified the deps for Debian.
I'll do some testing tonight when I have USB sticks to hand.

There are probably quite a few useful utilities like this in Ubuntu
universe that should get uploaded. 

Wookey


-- 
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/20120516114114.gj11...@stoneboat.aleph1.co.uk



Re: Bug#673071: ITP: vodstok -- Voluntary Distributed Storage Kit

2012-05-16 Thread Pierre Jaury
Hi,

On Wed, 2012-05-16 at 11:02 +0200, Cyril Brulebois wrote:
 Jonathan Wiltshire j...@debian.org (16/05/2012):
  Viral? I hope this is just a translation artefact; can you explain
  exactly what you mean by it?
 
 Quite a shock for a project advertised as licensed under the BSD!
 
 (INSTALL.txt says GPLv2 though.)
 
 Mraw,
 KiBi.

As explained already, this is a translation artifact. Should be
understood as ``intended to be self-distributable'' as long as the web
ui embeds the source package for download.

About the license, my bad: it is licensed under *GPLv2*, I must have
been distracted when first writing the ITP ticket.

regards,
Pierre


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


Re: on the use of chmod/chown in maintainer scripts

2012-05-16 Thread Goswin von Brederlow
Russ Allbery r...@debian.org writes:

 Charles Plessy ple...@debian.org writes:

 in some of my packages, I give the ownership on some directories in /var
 to www-data without checking that the www-data group exists, but I guess
 it is acceptable because it is globally allocated by base-passwd.

 Right.

 Dpkg will not update permissions or ownership, but when creating the
 directory it will apply the ones in the 'data' tar archive.  So if there
 was no package released with wrong settings, I assume this is safe.  Or
 am I simply relying on something undocumented and unwaranteed ?

 No, this is fine.  But it only works for globally-allocated IDs in
 base-passwd.  If you instead need to dynamically generate a system user on
 the fly and then set ownership of files to that user, which is a
 reasonably common case, this is more complex.

Actualy not quite. This fails during bootstrap if base-passwd is not yet
configured.

While base-passwd is essential the /etc/passwd is only created during
postinst and thus not covered by base-passwd being essential.  So if you
are essential (or pseudo essential, something essential depends on you)
you have to depend on base-passwd to ensure your postinst is run after
base-passwd is configured.

MfG
Goswin


-- 
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/878vgsqpc6.fsf@frosties.localnet



Re: why do people introduce stup^Wstrange changes to quilt 3.0 format

2012-05-16 Thread Jon Dowland
On Wed, May 16, 2012 at 12:38:49PM +0200, Adam Borowski wrote:
 It is true that 3.0 (quilt) does have a great downside, quilt, but it also
 has a number of upsides.  And working around quilt is simple:
 
 echo single-debian-patch debian/source/options
 echo /.pc .gitignore
 echo /debian/patches .gitignore

Thanks for the recipes for avoiding the quilt stuff; whilst still more work
than just use 1.0, but perhaps the advantages are indeed worth it. (Esp.
in light of the talk re: xz compression.)

 Except for nuking upstream debian/ dir which can mean a bit of lost work if
 the upstream is sane (and can save some if they're not), the 3.0 format is
 strictly better than 1.0.

I had to go away and read up on the other things 3.0 brings to the table.
Indeed they are nice-to-haves, which I am not benefiting from precisely because
they are presently only available in Debian via 3.0 (quilt).  This is a bit of
a marketing fail for 3.0., in hindsight.



-- 
Jon Dowland


-- 
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/20120516123707.GA6784@debian



Re: on the use of chmod/chown in maintainer scripts

2012-05-16 Thread Goswin von Brederlow
Roger Leigh rle...@codelibre.net writes:

 With the above approach, the only hard question is how to set the
 ownership during the package build.  fakeroot handles this just fine,
 but it does require the user/group to be present on the build
 system, which will not always be the case.  Is there an alternative
 means to set/override the ownership during packing of a tarfile?

Shouldn't be to hard to make fakeroot also create fake users and groups
specified in debian/passwd and debian/group (or similar).

That just leaves the question of wether dpkg uses uid/gid or symbolic
names when unpacking debs.

MfG
Goswin


-- 
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/874nrgqp1l.fsf@frosties.localnet



Re: Bug#673071: ITP: vodstok -- Voluntary Distributed Storage Kit

2012-05-16 Thread Jonathan Wiltshire

On 2012-05-16 13:19, Pierre Jaury wrote:

On Wed, 2012-05-16 at 11:02 +0200, Cyril Brulebois wrote:

Jonathan Wiltshire j...@debian.org (16/05/2012):
 Viral? I hope this is just a translation artefact; can you explain
 exactly what you mean by it?

Quite a shock for a project advertised as licensed under the BSD!

(INSTALL.txt says GPLv2 though.)


As explained already, this is a translation artifact. Should be
understood as ``intended to be self-distributable'' as long as the 
web

ui embeds the source package for download.



Thank you for the clarification.



--
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51


--
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/7f5fa357591ff090ebee2d93b4332...@hogwarts.powdarrmonkey.net



Re: big .debian.tar.xz - EG Wordpress

2012-05-16 Thread Jon Dowland
On Wed, May 16, 2012 at 05:53:11PM +0800, Paul Wise wrote:
 Seems like a bug, the best way to determine that sources are still
 buildable is to always build them.

The stuff is things such as minified js. The wordpress source contains the
minified copies, and you can get the originals in separate tarballs from the
wordpress site.

It strikes me that this is *exactly* what the multiple-source-tarballs feature
of 3.0. is for.  Although, the fact these sources aren't used at all is
troubling.  If Debian used them (implemented the minifying as part of the build
process) we might catch a problem upstream miss (not necessarily a bad thing).

Of course, many of these could be separate source/binary packages in their own
right[1], as they have value outside of wordpress, and be Build-Depends/Depends
of wordpress. In fact a few already are: jquery (already packaged); swfupload
(not yet); tinymce (already packaged)…

[1] 
http://anonscm.debian.org/gitweb/?p=collab-maint/wordpress.git;a=blob;f=debian/missing-sources/README;h=3c3b33eadc25e8c43ca6147a185e127a5cc8a856;hb=HEAD


-- 
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/20120516124552.GB6784@debian



Re: Wheezy release: CDs are not big enough any more...

2012-05-16 Thread Goswin von Brederlow
Joey Hess jo...@debian.org writes:

 Adam Borowski wrote:
 Could you please mention which ones do not?  And if so, how are they
 relevant/are they fixable?

 As one of the maintainers of debootstrap, I am perhaps more aware than
 some how broadly it's used. Ok..

 They use it on Android (41,600 hits including 
 http://evilzone.org/android/debian-on-android/)
 They use it on Nokia (96,600 hits)
 They use it on Nook (14,000 hits)
 They use it on headless old Red Hat systems in a datacenter somewhere
 They use it on Debian oldstable systems, where xz-utils is not even packaged.
 They use it on absolutely modern peices of unusual kit that ship with some
 crufty busybox binary (no source naturally) from far up the supplier
 chain, that was built well before xz support entered busybox in 2010.

How are they relevant? Where do they download and unpack udebs? Where is
busybox used to unpack debs?

 Special-casing base packages would be a lot of complexity, let's avoid that
 if possible -- but still preferred to letting gzip stay.

 Base packages can be identified at build time by their priority.
 if ($priority ne 'important'  $priority ne 'required') {
 }

 Although I do think that rebuilding the entire archive at this point in
 the release process is probably going to result in a lot of ..
 complexity. For one, d-i relies on being able to unpack firmware .debs
 The code that does this doesn't support data.tar.xz. There are probably
 plenty more problems where that came from.

Can someone set the default to xz and recompile all of Debian or at
least base and create a repository from that for install tests?

MfG
Goswin


-- 
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/87zk98pa11.fsf@frosties.localnet



Bug#673139: ITP: jgromacs -- library for trajectory analysis in molecular dynamics

2012-05-16 Thread Steffen Moeller
Package: wnpp
Severity: wishlist
Owner: Steffen Moeller steffen_moel...@gmx.de

* Package name: jgromacs
  Version : 1.0
* URL : http://nanomed.bioch.ox.ac.uk/jgromacs/
* License : GPL3
  Programming Lang: Java
  Description : library for trajectory analysis in molecular dynamics

 JGromacs is a Java library designed to facilitate the development
 of cross-platform analysis applications for Molecular Dynamics (MD)
 simulations. The package contains parsers for file formats applied by
 GROMACS (GROningen MAchine for Chemical Simulations), one of the most
 widely used MD simulation packages.
 .
 JGromacs provides a multilevel object-oriented representation of
 simulation data to integrate and interconvert sequence, structure
 and dynamics information. In addititon, a basic analysis toolkit is
 included in the package. The programmer is also provided with simple
 tools (e.g. XML-based configuration) to create applications with a user
 interface resembling the command-line UI of Gromacs applications.

Packaging instructions live on
http://anonscm.debian.org/viewvc/debichem/unstable/jgromacs

Steffen



-- 
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/20120516124404.1511.38920.report...@gpu1.dermacloud.uni-luebeck.de



Bug#673143: ITP: eclib -- Programs for modular symbols and elliptic curves over Q

2012-05-16 Thread Julien Puydt
Package: wnpp
Severity: wishlist
Owner: Julien Puydt julien.pu...@laposte.net

* Package name: eclib
  Version : any
  Upstream Author : John Cremona john.crem...@gmail.com
* URL : http://code.google.com/p/eclib/
* License : GPL
  Programming Lang: C, C++
  Description : Programs for modular symbols and elliptic curves over Q



-- 
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/20120516125002.7519.92127.reportbug@newton.localdomain



Re: problems with quilt and 3.0 (quilt) format again

2012-05-16 Thread Goswin von Brederlow
Bernhard R. Link brl...@debian.org writes:

 * Norbert Preining prein...@logic.at [120515 01:10]:
 For these kind of things the expected behaviour is that quilt and
 dpkg-source behave the same way, and if not, dpkg-source should
 warn or whatever.

 I think the patched debian source format should not depend on what
 quilt does but be sensible within itself. Requiring patched being
 able to applied without any magic (which might hide mistakes and
 result in changes different from the intended ones) is a reasonable
 thing to do.

 Bernhard R. Link

The error message could be better though. dpkg-source could try if magic
(fuzz) helps and then complain about the patch being fuzzy etc...

MfG
Goswin


-- 
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/87vcjwp9h7.fsf@frosties.localnet



Re: on the use of chmod/chown in maintainer scripts

2012-05-16 Thread Roger Leigh
On Wed, May 16, 2012 at 02:38:14PM +0200, Goswin von Brederlow wrote:
 Roger Leigh rle...@codelibre.net writes:
 
  With the above approach, the only hard question is how to set the
  ownership during the package build.  fakeroot handles this just fine,
  but it does require the user/group to be present on the build
  system, which will not always be the case.  Is there an alternative
  means to set/override the ownership during packing of a tarfile?
 
 Shouldn't be to hard to make fakeroot also create fake users and groups
 specified in debian/passwd and debian/group (or similar).

fakeroot is the wrong level to do this.  Think about how you are
dependent upon the NSS databases and you need a valid db for
the chown/chmod commands to work.  Coupled with the fact that
fakeroot is not required for building, I don't think this is a
good plan.  A wrapper around or replacement for chown/chmod is a
possibility; this could store the changes in a file, rather than
change the on-disc perms, ready for dpkg-deb to use.

 That just leaves the question of wether dpkg uses uid/gid or symbolic
 names when unpacking debs.

I think this one is clear: it must be symbolic since the uids/gids
aren't static.  Unless you want to provide a package-specific
mapping in the control data, and I can't see that gains much, since
it makes unpacking unnecessarily complex.  If it's symbolic, you
simply just extract it.


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linuxhttp://people.debian.org/~rleigh/
 `. `'   schroot and sbuild  http://alioth.debian.org/projects/buildd-tools
   `-GPG Public Key  F33D 281D 470A B443 6756 147C 07B3 C8BC 4083 E800


-- 
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/20120516130809.gb22...@codelibre.net



Re: debuild/dpkg-buildpackage behaves not as expected

2012-05-16 Thread Goswin von Brederlow
debian-de...@liska.ath.cx (Olе Streicher) writes:

 Hi, 

 I just discovered that debuild does not behave as I would expect from
 the maintainer's guide [1]:

 | Cleaning the source and rebuilding the package from your user account
 | is as simple as: 
 | $ debuild
 [...]
 | You can clean the source tree as simply as:
 | $ debuild clean

 This gives an error if the dh_clean does not work on the unpatched
 source, since debuild reverts all patches, but debuild clean does
 not apply then. I filed a bug report for this [2], including a simple
 example package, but the maintainer doesn't see a problem here.

 For me, the behaviour doesn't look good since the state after debuild
 does not make sense to me: all files created during the build process
 (from the patches sources) are still there (including temporary ones),
 but the sources themself do not are not patched anymore. So, build
 results and sources do not fit together after this step. Even more, if
 during the build process one file that has a Debian patch is changed,
 unapplying the patch may fail even if the build change would be reverted
 during the clean process.

 What is the rationale behind the automatic reversal of the applied
 patches before a cleanup?

What automatic reversal? There is no automatic reversal. The default
state of source is with patches applied.

% ddsa_0.1-1.dsc
dpkg-source: warning: extracting unsigned source package
(ddsa_0.1-1.dsc)
dpkg-source: info: extracting ddsa in ddsa-0.1
dpkg-source: info: unpacking ddsa_0.1.orig.tar.gz
dpkg-source: info: unpacking ddsa_0.1-1.debian.tar.gz
dpkg-source: info: applying automake
% cd ddsa-0.1/
% debuild
...
dpkg-genchanges: including full source code in upload
 dpkg-source --after-build ddsa-0.1
dpkg-buildpackage: full upload (original source is included)
% debuild clean
dh clean --with autoreconf
   dh_testdir
   dh_auto_clean
make[1]: Entering directory `/data/home/brederlo/src/ddsa/ddsa-0.1'
test -z  || rm -f 
test . = . || test -z  || rm -f 
rm -f config.status config.cache config.log configure.lineno
config.status.lineno
rm -f Makefile
make[1]: Leaving directory `/data/home/brederlo/src/ddsa/ddsa-0.1'
   dh_autoreconf_clean
   dh_clean


dpkg-source leaves the source in the same state it finds it before
build. So if you start out with patches applied then they stay
applied. If you manually removed the patches then it is your job to
manually apply them again.

Wether debuild target should apply patches before running the target
is arguable. But lets say it does apply patches before the target and
then restores the source to the state it was before after the
target. What happens if you now call

debuild patch

to apply the patches in a 3.0 (quilt) package that has patch/unpatch
targets?

Patches would be applied before that patch target is called, then patch
is called and does nothing (or fails) and then patches are unapplied
again to restore the original state.

Not what you want.


As a solution to your problem I would add patch/unpatch targets to your
source file like this:

QUILT=QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null

PATCH := $(QUILT) push -a || [ $$($(QUILT) applied) = $$(grep -v '^\#' 
debian/patches/series) ]
UNPATCH := $(QUILT) pop -a || [ $$($(QUILT) applied 21) = No patches 
applied ]

patch:
$(PATCH)
 
unpatch:
$(UNPATCH)

configure-stamp:
$(PATCH)
...

build: build-stamp
build-stamp: configure-stamp
$(PATCH)
...

clean:
$(PATCH)
...
# if you like sources unpatched use unapply-patches in
# debian/source/local-options or:
# $(UNPATCH)

The reason for calling PATCH/UNPATCH directly instead of as dependencies
is so that (un)patch is called again even if it was called before
(because (un)patch might have been called since then) and so that
targets with stamp files don't run every time.

MfG
Goswin


-- 
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/87r4ukp7ts.fsf@frosties.localnet



Re: Wheezy release: CDs are not big enough any more...

2012-05-16 Thread Henrique de Moraes Holschuh
On Wed, 16 May 2012, Wookey wrote:
 this to Debian? I see a couple of places in the UI where it says
 'Ubuntu' and it would be good if it got a bit cleverer and put in the

If Ubuntu sponsored the creation of usb-creator, we can package it that
way just fine, as long as the trademark license for Ubuntu allows us
to do that.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


-- 
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/20120516141221.gb30...@khazad-dum.debian.net



Re: debuild/dpkg-buildpackage behaves not as expected

2012-05-16 Thread Olе Streicher
Goswin von Brederlow goswin-...@web.de writes:
 What automatic reversal? There is no automatic reversal. The default
 state of source is with patches applied.

Hmm. I have overlooked this when reading bug report #649531.

The order how the steps are applied, is clearly:

1. patch the sources
2. build the package

If you want to reverse this, one clearly should to it in reverse order:

1. cleanup from the build process
2. unpatch the sources

Unpatching the sources *before* the build process was cleaned up makes
no sense to me at all. Could you provide a use case for that?

 Wether debuild target should apply patches before running the target
 is arguable. But lets say it does apply patches before the target and
 then restores the source to the state it was before after the
 target. What happens if you now call

 debuild patch

 to apply the patches in a 3.0 (quilt) package that has patch/unpatch
 targets?

 Patches would be applied before that patch target is called, then patch
 is called and does nothing (or fails) and then patches are unapplied
 again to restore the original state.

 Not what you want.

A patch target would contradict your statement 

 dpkg-source leaves the source in the same state it finds it before
 build.

because it does *not* leave the sources in the same state.

Cheers

Ole


-- 
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/ytz4nrg8at2@news.ole.ath.cx



Re: Wheezy release: CDs are not big enough any more...

2012-05-16 Thread Mehdi Dogguy

On 16/05/12 13:41, Wookey wrote:

is there any reason not to just upload this to Debian?


There are ITPs filed for it:
- http://bugs.debian.org/582884
- http://bugs.debian.org/576359

Regards,

--
Mehdi


--
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/4fb3b89b.2030...@debian.org



Re: Wheezy release: CDs are not big enough any more...

2012-05-16 Thread Jonas Smedegaard
[CC'ing Hans-Christoph in case he isn't following this list]

On 12-05-16 at 02:47pm, Goswin von Brederlow wrote:
 Joey Hess jo...@debian.org writes:
 
  Adam Borowski wrote:
  Could you please mention which ones do not?  And if so, how are 
  they relevant/are they fixable?
 
  As one of the maintainers of debootstrap, I am perhaps more aware 
  than some how broadly it's used. Ok..
 
  They use it on Android (41,600 hits including 
  http://evilzone.org/android/debian-on-android/)
  They use it on Nokia (96,600 hits)
  They use it on Nook (14,000 hits)
  They use it on headless old Red Hat systems in a datacenter 
  somewhere
  They use it on Debian oldstable systems, where xz-utils is not even 
  packaged.
  They use it on absolutely modern peices of unusual kit that ship 
  with some crufty busybox binary (no source naturally) from far up 
  the supplier chain, that was built well before xz support entered 
  busybox in 2010.
 
 How are they relevant? Where do they download and unpack udebs? Where 
 is busybox used to unpack debs?

Perhaps this example is relevant: 
http://guardianproject.info/code/lildebi/

@Hans-Christoph: Does that project use a debootstrap without xz support, 
and would its tricks break if Debian was to switch to compress its 
binary packages with xz instead of gzip?


 - Jonas

-- 
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Re: debuild/dpkg-buildpackage behaves not as expected

2012-05-16 Thread Osamu Aoki
Hi,

On Wed, May 16, 2012 at 09:05:21AM +0200, Olе Streicher wrote:
 Hi, 
 
 I just discovered that debuild does not behave as I would expect from
 the maintainer's guide [1]:

You should say :-)

I just discovered that debuild does not behave as it is described in the
maintainer's guide.  So the maintainer's guide can be called buggy but ...
 
 | Cleaning the source and rebuilding the package from your user account
 | is as simple as: 
 | $ debuild
 [...]
 | You can clean the source tree as simply as:
 | $ debuild clean
 
 This gives an error if the dh_clean does not work on the unpatched
 source, since debuild reverts all patches, but debuild clean does
 not apply then. I filed a bug report for this [2], including a simple
 example package, but the maintainer doesn't see a problem here.

Interesting.

 For me, the behaviour doesn't look good since the state after debuild
 does not make sense to me: all files created during the build process
 (from the patches sources) are still there (including temporary ones),
 but the sources themself do not are not patched anymore. So, build
 results and sources do not fit together after this step. Even more, if
 during the build process one file that has a Debian patch is changed,
 unapplying the patch may fail even if the build change would be reverted
 during the clean process.
 
 What is the rationale behind the automatic reversal of the applied
 patches before a cleanup?

I do not know.  I tends to keep my VCS as patch removed.  So I liked
debuild to be this way.  I happened not to hit case when debuild clean
is problematic.

(I use debian/source/local-options  containing unapply-patches.)

It needs to be resolved at dpkg-buildpackage
http://bugs.debian.org/649531 with everything considered.  This is
certainly not debuild problem.

Osamu


-- 
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/20120516150354.GA9618@localhost



Re: Wheezy release: CDs are not big enough any more...

2012-05-16 Thread Jonathan Nieder
Bjørn Mork wrote:
 Timo Juhani Lindfors timo.lindf...@iki.fi writes:

 You also need to have root access to some machine to create the USB
 media.

 No, you don't.  On a default Debian system you need to be a member of
 the floppy group. From  /lib/udev/rules.d/91-permissions.rules :

  # default permissions for block devices
  SUBSYSTEM==block, GROUP=disk
  SUBSYSTEM==block, ATTRS{removable}==1,  GROUP=floppy

Yep.

 This means you can't create the installation media at most
 university or library machines unlike with CDs.

 You mean that they allow you to burn a CD but not write to a USB stick?
 Sounds like they have a support problem which I don't think Debian can
 solve for them.

On large installations (think computing cluster), adding untrusted
users to the floppy group is not a great idea, since then they would
have remote access to removable media other users insert.  For CDs
and DVDs, consolekit addresses the problem out of the box and roughly
speaking lets each user access media that they have inserted.  Last
time I checked[1] (a while ago), the same rules did not apply to USB
sticks.

Hope that helps,
Jonathan

[1] http://bugs.debian.org/585463


--
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/20120516153715.GA17460@burratino



Re: Wheezy release: CDs are not big enough any more...

2012-05-16 Thread Timo Juhani Lindfors
Jonathan Nieder jrnie...@gmail.com writes:
 speaking lets each user access media that they have inserted.  Last
 time I checked[1] (a while ago), the same rules did not apply to USB
 sticks.

Yes, this is the point I was trying to make in the first place :)


-- 
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/84boloxh7s@sauna.l.org



Re: Wheezy release: CDs are not big enough any more...

2012-05-16 Thread Steve McIntyre
On Tue, May 15, 2012 at 09:00:29PM -0500, Peter Samuelson wrote:
[Steve McIntyre]
 The major win with dd onto a raw device is that you can specify the
 block size. For most USB sticks, using a block size of 4MB or so is
 going to be *much* faster than using the default for dd (512 bytes)
 or cp (10 KB IIRC).

That seemed a little fishy to me, since none of the above commands do
any fsync by default, so I just benched it locally.

Writing a 50 MB businesscard image to a USB flash drive on my system
(numbers are MB/s):

dd bs=512   1.771.781.77
dd bs=1024  1.791.761.77
dd bs=2048  1.771.781.78
dd bs=4096  2.542.532.51
dd bs=8192  2.482.502.55
dd bs=4194304   2.502.502.54
cp  2.492.472.48

So it appears that if you aren't going to specify a bs= parameter here,
there's no point in using dd, unless you just happen to think its
command line syntax is particularly charming.  And even if you do
specify bs=, you'll only barely beat cp.

You're not measuring the time taken to sync to the flash drive either,
so all you're going to be seeing is the speed of writing to
cache. I've done lots of work with USB flash and MMC/SD cards over the
last few years, and the best results are typically achieved using dd
bs=4M oflag=sync. That way, you'll normally get nicely-aligned date
writes big enough to cover the internal flash page size and remove the
horrendous effects of read-modify-write cycles.

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
Can't keep my eyes from the circling sky,
Tongue-tied  twisted, Just an earth-bound misfit, I...


-- 
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/20120516155205.gc3...@einval.com



Re: Wheezy release: CDs are not big enough any more...

2012-05-16 Thread Thomas Schmitt
Hi,

Bjørn Mork bj...@mork.no wrote:
 On a default Debian system you need to be a member of
 the floppy group.

Ferenc Wagner wf...@niif.hu wrote:
 What about recommending /dev/disk/by-id/usb-X instead?

I understand that the instructions about creating a Debian installation
medium shall be usable on as many systems as possible, not only on
already installed Debian systems.

USB stick on a pre-udev SuSE:
  brw-r- 1 root disk   8, 32 2012-05-15 20:18 /dev/sdb

USB stick on FreeBSD 8:
  crw-rw-r--  1 root  floppy  0, 124 May 15 20:13 /dev/da0

On Solaris it seems to be:
  lrwxrwxrwx 1 root root 60 Jun  8  2010 /dev/dsk/c5t0d0p0 - 
../../devices/pci@0,0/pci1458,5004@13,2/storage@4/disk@0,0:q
  br 1 root root 83, 272 Jun  8  2010 
/devices/pci@0,0/pci1458,5004@13,2/storage@4/disk@0,0:q
I fail to find a device file with any w-permission in the c5t0d0 family of
/dev/dsk or /dev/rdsk. (When i was younger, Solaris looked more like Unix.)
There is a script
   http://src.opensolaris.org/source/raw/livemedia/livemedia/usbcopy
which finds the USB stick and writes some data onto the stick while issueing
several error messages.
But the stick afterwards does not bear the data which i gave as input
image to the script.


Have a nice day :)

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/1273991356404283...@scdbackup.webframe.org



Re: future of python-pipeline package

2012-05-16 Thread Bastian Blank
On Wed, May 16, 2012 at 11:57:07AM +0300, Dmitry Nezhevenko wrote:
 I'm trying to package a ReviewBoard package that depends on
 django-pipeline module. Unfortunately there is already another package
 named python-pipeline in debian that uses same python module name
 (pipeline). This another package is orphaned for a year:

And why does django-pipeline have problems with python-pipeline?

From your description they don't overlap. python-pipeline installs a
python module calles pipeline (from the name); django-pipeline does not.

Bastian

-- 
If some day we are defeated, well, war has its fortunes, good and bad.
-- Commander Kor, Errand of Mercy, stardate 3201.7


-- 
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/20120516160427.ga23...@wavehammer.waldi.eu.org



Re: Wheezy release: CDs are not big enough any more...

2012-05-16 Thread Hans-Christoph Steiner

On May 16, 2012, at 10:49 AM, Jonas Smedegaard wrote:

 [CC'ing Hans-Christoph in case he isn't following this list]
 
 On 12-05-16 at 02:47pm, Goswin von Brederlow wrote:
 Joey Hess jo...@debian.org writes:
 
 Adam Borowski wrote:
 Could you please mention which ones do not?  And if so, how are 
 they relevant/are they fixable?
 
 As one of the maintainers of debootstrap, I am perhaps more aware 
 than some how broadly it's used. Ok..
 
 They use it on Android (41,600 hits including 
 http://evilzone.org/android/debian-on-android/)
 They use it on Nokia (96,600 hits)
 They use it on Nook (14,000 hits)
 They use it on headless old Red Hat systems in a datacenter 
 somewhere
 They use it on Debian oldstable systems, where xz-utils is not even 
 packaged.
 They use it on absolutely modern peices of unusual kit that ship 
 with some crufty busybox binary (no source naturally) from far up 
 the supplier chain, that was built well before xz support entered 
 busybox in 2010.
 
 How are they relevant? Where do they download and unpack udebs? Where 
 is busybox used to unpack debs?
 
 Perhaps this example is relevant: 
 http://guardianproject.info/code/lildebi/
 
 @Hans-Christoph: Does that project use a debootstrap without xz support, 
 and would its tricks break if Debian was to switch to compress its 
 binary packages with xz instead of gzip?

It was originally using some ancient busybox binary without xz support. Since 
we are now building busybox from source, we should be able to easily include 
busybox's xz.  So if busybox's xz works for .debs, then it should work ok.

For the record, LilDebi does not use busybox's 'dpkg-deb' because it doesn't 
work with debootstrap.  I haven't really looked into why because using 'ar' 
works.

.hc

--
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/350b5dd5-4310-4fc4-9ee2-bebed712c...@eds.org



Re: Bug#671503: general: APT repository format is not documented

2012-05-16 Thread Filipus Klutiero

Could you clarify how this differs from #481129?


--
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/4fb3d965.5030...@gmail.com



Re: why do people introduce stup^Wstrange changes to quilt 3.0 format

2012-05-16 Thread Russ Allbery
Adam Borowski kilob...@angband.pl writes:

 It is true that 3.0 (quilt) does have a great downside, quilt, but it also
 has a number of upsides.  And working around quilt is simple:

 echo single-debian-patch debian/source/options
 echo /.pc .gitignore
 echo /debian/patches .gitignore

I recommend using local-options instead of options.  That way all of your
changes go into a single patch, but any NMUs automatically are put into
separate patches by version number.  It makes analyzing packages that have
been NMU'd much nicer.

-- 
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/87wr4cvy2a@windlord.stanford.edu



Bug#673182: ITP: pscan -- finds overrepresented transcription factor binding sites

2012-05-16 Thread Steffen Moeller
Package: wnpp
Severity: wishlist
Owner: Steffen Moeller steffen_moel...@gmx.de

* Package name: pscan
  Version : 1.2.1
* URL : http://159.149.109.9/pscan/
* License : unclear
  Programming Lang: C++
  Description : finds overrepresented transcription factor binding sites

This packages takes a motif database of transcription factor binding sites 
(TFBS) and expects a list of genes that are found co-regulated. It then points 
to
those TFBS that seem statistically most unlikely to be observed by chance.


The package already lives at
Vcs-Browser: http://svn.debian.org/viewvc/debian-med/trunk/packages/pscan

Cheers,

Steffen



-- 
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/20120516174846.21084.14291.report...@master.dermacloud.uni-luebeck.de



Re: future of python-pipeline package

2012-05-16 Thread Dmitry Nezhevenko
On Wed, May 16, 2012 at 06:04:27PM +0200, Bastian Blank wrote:
 On Wed, May 16, 2012 at 11:57:07AM +0300, Dmitry Nezhevenko wrote:
  I'm trying to package a ReviewBoard package that depends on
  django-pipeline module. Unfortunately there is already another package
  named python-pipeline in debian that uses same python module name
  (pipeline). This another package is orphaned for a year:
 
 And why does django-pipeline have problems with python-pipeline?
 
 From your description they don't overlap. python-pipeline installs a
 python module calles pipeline (from the name); django-pipeline does not.

both of them installs pipeline module (in terms of python import
pipeline)

 
-- 
WBR, Dmitry


signature.asc
Description: Digital signature


Use cases for CD installs (Re: Wheezy release: CDs are not big enough any more...)

2012-05-16 Thread Filipus Klutiero

Steve Langasek wrote:

On Sun, May 13, 2012 at 10:26:13PM -0300, Lisandro Damián Nicanor Pérez Meyer 
wrote:
  On Dom 13 May 2012 21:40:10 Marco d'Itri escribió:
  [snip]
Does anybody actually know that people routinely try to install desktop
systems with only a CD and no networking, and why?
What is the use case for this? Cheap DVD readers have been around for
over 10 years now.

  Actually, I was going to ask exactly that. To the best of my knowledge,
  CDROM players have been out of stock for a while (more than two years?)
  Normally people will buy a DVDROM player.  Well, at least here in
  Argentina :-/

  Could it be reasonable to drop graphical desktops environments for one-CD
  installs? If you want a GDE, get the DVD. Or two or more CDs.

As a data point, the 12.10 Ubuntu release, which is in about the same time
frame as wheezy, will not include a CD-sized desktop image.  After holding
this line for a long time, it's been decided that we've passed the point of
diminishing returns and that *slowly* allowing an increase in image size
(e.g., 800MB for this cycle instead of 736MB) allows us to define the
default install in terms of what's useful instead of just in terms of what
we can fit on a CD.

So to use the image you need either a DVD or a USB stick, and if you're
using a write-once DVD you're perhaps wasting the unused space; but the
download time and install footprint are still kept low and in the range of
what a CD would give.

Maybe worth considering something similar for Debian.


Interesting. I was going to suggest doing the same.

I do not know people regularly trying to install on desktop systems with 
only a CD drive and no (software) networking. I do use CD isos, however. 
I regularly download the KDE CD 1. The reason why I'm not using the 
netinst instead is that I save install time, and sometimes some download 
when I test the CD on several PCs. But, if I write the iso to a CD, 
that's only because I would need to stand up to reach the rewritable 
DVDs (due to an historical artifact of my desk's setup) and because I'm 
going to install to a machine where USB sticks are more painful to boot 
(but the last machine I had for which this was the case died recently).


So for me, the interest of CD 1 is that it approximates fairly well the 
package set I'm going to end up installing - more than either netinsts 
or DVD  1. If I had another media scoring equally well on that front, I 
would only consider fitting on a CD as an extremely marginally useful 
feature.



--
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/4fb3efe4.2060...@gmail.com



Re: Wheezy release: CDs are not big enough any more...

2012-05-16 Thread Joey Hess
Goswin von Brederlow wrote:
 Joey Hess jo...@debian.org writes:
 
  Adam Borowski wrote:
  Could you please mention which ones do not?  And if so, how are they
  relevant/are they fixable?
 
  As one of the maintainers of debootstrap, I am perhaps more aware than
  some how broadly it's used. Ok..
 
  They use it on Android (41,600 hits including 
  http://evilzone.org/android/debian-on-android/)
  They use it on Nokia (96,600 hits)
  They use it on Nook (14,000 hits)
  They use it on headless old Red Hat systems in a datacenter somewhere
  They use it on Debian oldstable systems, where xz-utils is not even 
  packaged.
  They use it on absolutely modern peices of unusual kit that ship with some
  crufty busybox binary (no source naturally) from far up the supplier
  chain, that was built well before xz support entered busybox in 2010.
 
 How are they relevant? Where do they download and unpack udebs? Where is
 busybox used to unpack debs?

In the above message it is debootstrap.

-- 
see shy jo


signature.asc
Description: Digital signature


Re: Bug#673182: ITP: pscan -- finds overrepresented transcription factor binding sites

2012-05-16 Thread Charles Plessy
Le Wed, May 16, 2012 at 07:48:46PM +0200, Steffen Moeller a écrit :
 Package: wnpp
 Severity: wishlist
 Owner: Steffen Moeller steffen_moel...@gmx.de
 
 * Package name: pscan
   Version : 1.2.1
 * URL : http://159.149.109.9/pscan/
 * License : unclear
   Programming Lang: C++
   Description : finds overrepresented transcription factor binding sites
 
 This packages takes a motif database of transcription factor binding sites 
 (TFBS) and expects a list of genes that are found co-regulated. It then 
 points to
 those TFBS that seem statistically most unlikely to be observed by chance.
 

Hello everybody,

we have a problem... EMBOSS also distributes a program called pscan, as well as
the pscan package itself (Format string security checker for C files).

Cheers,

-- 
Charles Plessy
Debian Med packaging team,
http://www.debian.org/devel/debian-med
Tsurumi, Kanagawa, Japan


-- 
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/20120516215729.gb17...@falafel.plessy.net



Re: Wheezy release: CDs are not big enough any more...

2012-05-16 Thread Peter Samuelson

[Steve McIntyre]
 You're not measuring the time taken to sync to the flash drive
 either, so all you're going to be seeing is the speed of writing to
 cache.

Huh, I figured the 'sync' call at the end of each test run covered
that.

 I've done lots of work with USB flash and MMC/SD cards over the last
 few years, and the best results are typically achieved using dd
 bs=4M oflag=sync. That way, you'll normally get nicely-aligned date
 writes big enough to cover the internal flash page size and remove
 the horrendous effects of read-modify-write cycles.

Not noticeable in my test runs, so maybe I have an abnormal flash disk.
(The fact that it has a USB interface, rather than something closer to
the flash controller, probably makes a difference.)

Anyway, I've never been against people recommending things like
dd bs=4M oflag=sync when writing to disk media.  My pet peeve is when
people recommend dd but without any options other than if= and of=.
It is clear that many such people don't have a clue _why_ they use dd,
except an irrational, dare I say cargo-cult, aversion to cp with block
devices.


-- 
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/20120516220409.gg2...@p12n.org



Re: big .debian.tar.xz - EG Wordpress

2012-05-16 Thread Peter Samuelson

[Russell Coker]
 Would it be possible to have somewhere on the Debian servers for
 storing such files so that they can be referenced in a README file or
 something rather than sent to everyone?  I'm sure that most people
 who build a Wordpress package won't use them.

As Paul Wise said, best if we _do_ build things from source rather than
relying on upstream binaries.

But beyond that, if there is to be a separate place to put all the
WordPress source we want to provide but you probably don't really
need, for GPL reasons, it needs to be on all the mirrors alongside the
source package you _do_ install.  Not on some other website.

So I guess that brings us to a .dsc that can reference multiple
upstream tarballs (already possible, of course) but mark them such that
by default you only download or unpack _some_ of the tarballs.

The other option of course is to split wordpress into two source
packages, and move all the users probably don't ever need to rebuild
this stuff into the second source package and its corresponding binary
package, which regular wordpress can depend on.


-- 
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/20120516222407.gh2...@p12n.org



Re: debuild/dpkg-buildpackage behaves not as expected

2012-05-16 Thread James McCoy
On Wed, May 16, 2012 at 04:23:05PM +0200, Olе Streicher wrote:
 Unpatching the sources *before* the build process was cleaned up makes
 no sense to me at all. Could you provide a use case for that?

As was described in #649531:

  vcs clone repository with unpatched source
  cd repo
  ... tweak a little ...
  dpkg-buildpackage; # applies patches, builds, and unapplies patches
  vcs diff; # looks good?
  vcs commit

  dpkg-source leaves the source in the same state it finds it before
  build.

I think Goswin meant dpkg-buildpackage here.

 because it does *not* leave the sources in the same state.

Yes, it does.  If you started with patches applied, then they will still
be applied after calling dpkg-buildpackage.  If you didn't have
patches applied, then dpkg-buildpackage will apply the patches, build
and unapply the patches.

-- 
James
GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy james...@debian.org


signature.asc
Description: Digital signature


Re: Bug#673182: ITP: pscan -- finds overrepresented transcription factor binding sites

2012-05-16 Thread Steve McIntyre
Steffen Moeller wrote:
Package: wnpp
Severity: wishlist
Owner: Steffen Moeller steffen_moel...@gmx.de

* Package name: pscan
  Version : 1.2.1
* URL : http://159.149.109.9/pscan/
* License : unclear
 ^^^
Umm, what?

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
You can't barbecue lettuce! -- Ellie Crane


-- 
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/e1sunes-0001om...@mail.einval.com



Re: why do people introduce stup^Wstrange changes to quilt 3.0 format

2012-05-16 Thread Charles Plessy
Le Wed, May 16, 2012 at 12:38:49PM +0200, Adam Borowski a écrit :
 On Tue, May 15, 2012 at 10:10:28AM +0100, Jon Dowland wrote:
  On Tue, May 15, 2012 at 03:17:17PM +0900, Norbert Preining wrote:
   No, I hereby start saying good by to 3.0
  
  I'm hoping we can revisit 3.0 (git) post-squeeze, myself. But I have also
  found myself to be incompatible iwth 3.0 (quilt) and used 1.0 for my last
  few packages.
 
 I can't see any reason to use 1.0 anymore, ever.
 
 It is true that 3.0 (quilt) does have a great downside, quilt, but it also
 has a number of upsides.  And working around quilt is simple:
 
 echo single-debian-patch debian/source/options
 echo /.pc .gitignore
 echo /debian/patches .gitignore

It strikes me that while we have more than 6,500 source packages managed with
Git, we are pushing for a source package format that does not work
transparently with them.

Also, it is very sad that, as a project, we can not decide whether we go for
3.0 (git) or not, or have a concrete list of resolvable objections from the
people whose work is direclty impacted by the use of this format.

Have a nice day,

-- 
Charles Plessy
Tsurumi, Kanagawa, Japan


-- 
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/20120516230943.gd17...@falafel.plessy.net



Making mailing list discussions more viable (Re: Making -devel discussions more viable)

2012-05-16 Thread Filipus Klutiero

Hi Stefano, Russ and everyone,
thanks for your interest in this topic. I entirely agree that we should 
do better in this area. Since the discussion problem is not specific to 
debian-devel, I'm moving this to debian-project.


Stefano Zacchiroli wrote:

On Mon, Apr 30, 2012 at 10:11:23AM -0700, Russ Allbery wrote:
  Given recent experiences, I'm also coming around to Ian's position that
  aggressive and confrontational contributions from people who don't
  otherwise seem to be contributing to Debian are part of the problem and
  are not useful, and possibly should be banned.  I think that's been a
  significant factor in the deterioration of the init system threads.

I agree that's a problem too and I share your feeling that it has been
particularly bad in recent discussions like the init system ones. To
look on the bright side, the problem seems concentrated in a few
specific topics rather than widespread to all discussions. But it is
still probably enough to keep some people from participating
constructively on -devel, which is a pretty serious problem.

  I want our technical discussions to be welcoming to anyone who has
  information to share and who can bring additional clarity and insight to
  the discussion.  But once things start getting heated or people start
  throwing around accusations or verge towards personal attacks, there's a
  real psychological difference between people who are contributing to
  Debian and people who aren't.
snip

Agreed also on your reasoning about the psychological effects of non
constructive participation by non contributors.  Unfortunately, there
aren't many viable solutions to this kind of issues and all have
drawbacks.

1) our current solution: don't feed the troll

(even though the list participations we're talking about are not,
strictly speaking, trolling, that's basically our strategy)

It just doesn't work at this scale.

Sure, those who do respect the principle do reduce the noise (as
Bernhard pointed out), but you'll always have someone who will reply ---
maybe because they're new and accustomed to the list culture --- and it
is enough to have a few who do the feeding to make a discussion explode
and drive away people from it and, ultimately, decisions.

2) don't feed the troll + report abuses to listmasters and act
accordingly

I think we basically agree on the principle of this and IIRC we've even
discussed this about ~1 year ago without finding much opposition. But
either we're not doing this or it is not working.

Some of problems with this have been highlighted by Raphael. The
proposed fix, specifically for the I don't know if I'm alone doing this
or not part, sounds interesting.  But even with that fix, you still
have the social awkwardness problem: the feeling is that of censoring
someone and it's a hard to ignore feeling, because the act of doing that
is much more concrete than the perception of the long term benefits of
doing so. I've the impression that the bar for silencing someone will
always remain high, higher than what would be needed to avoid the
behavior we're discussing.

Another problem you'll have with this solution is that it consumes a
lot of community energy (the people reporting bad behavior, who will do
that only after reaching some high frustration level; and the
listmasters who'll need to put time and emotions in judging the
behavior, implementing and probably explaining the sanction).

3) public, but contributors-only list

This has been implemented by other FOSS projects. A notable example is
Ubuntu who have a split between ubuntu-devel (project members only +
whitelisting) and ubuntu-devel-discuss (free for all). I've never asked,
but I have always suspected that they've done so in an attempt to
improve over the experience of debian-devel participants.

The obvious drawback of this solution is that non-contributors will
need someone to vouch for them to be whitelisted.

--

Each solution have advantages and disadvantages, but all in all I don't
think there aren't many other options. The question is blunt then: what
are we willing to give up of the current model in order to improve over
its defects?


There are many more approaches possible, and they can be combined.


 Improving what we write (educating)

The idea here is to help people avoid posting problematic content and/or 
to help people avoid posting content which tends to trigger problematic 
replies.



   General advice

This consists in writing guidelines which should be read by participants 
(for example don't feed the troll).



   Specific advice

This is about offering customized advice to specific participants in need.


 Improving what we end up reading (filtering)

Here, we assume that problematic content will come and improve the 
discussion system to deal with it.


Approaches can be coercive or advisory. For example, excluding 
unapproved people from participating is coercive. Featuring messages 
from approved people as recommended 

Bug#673212: ITP: haskell-ncurses -- Haskell bindings to the GNU ncurses library

2012-05-16 Thread John Millikin
Package: wnpp
Severity: wishlist
Owner: John Millikin jmilli...@gmail.com

* Package name: haskell-ncurses
  Version : 0.2.1
  Upstream Author : John Millikin jmilli...@gmail.com
* URL : https://john-millikin.com/software/haskell-ncurses/
* License : GPLv3+
  Programming Lang: Haskell
  Description : Haskell bindings to the GNU ncurses library

This package provides a library for the Haskell programming language. See
http://www.haskell.org/ for more information on Haskell.

GNU ncurses is a library for creating advanced text-based user interfaces.



-- 
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/20120517000220.1732.40905.reportbug@vm-debian6-i386



Re: why do people introduce stup^Wstrange changes to quilt 3.0 format

2012-05-16 Thread Henrique de Moraes Holschuh
On Thu, 17 May 2012, Charles Plessy wrote:
 It strikes me that while we have more than 6,500 source packages
 managed with Git, we are pushing for a source package format that does
 not work transparently with them.

It does, but not on all workflows.  A very large number of DDs are using
3.0 (quilt) with git just fine.

I don't exactly like quilt, in fact all my patch-based work is done
using stgit, but:

1) it is much better than dpatch and other homebrew stuff.  At least you
know exactly what to expect, and it is the same in the entire distro.

2) properly used, it enforces neatness and lowers a damn great deal the
barrier of entry (*and* reduces the risk of mistakes) for someone who
needs to do quick maintenance, security updates, NMUs, when taking over
the package, and even for automated extraction of changes to upstream
code.

 Also, it is very sad that, as a project, we can not decide whether we
 go for 3.0 (git) or not, or have a concrete list of resolvable
 objections from the people whose work is direclty impacted by the use
 of this format.

This is a _very_ dead horse.  I'd appreciate if you'd kindly refrain
from any further attempts at necromancy on this thread.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


-- 
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/20120517003922.gb8...@khazad-dum.debian.net



Re: Wheezy release: CDs are not big enough any more...

2012-05-16 Thread Adam Borowski
On Wed, May 16, 2012 at 02:47:54PM +0200, Goswin von Brederlow wrote:
 Can someone set the default to xz and recompile all of Debian or at
 least base and create a repository from that for install tests?

There's no need to recompile anything.  You can recompress existing packages
using the attached script.

-- 
“This is gonna be as easy as cheating on an ethics exam!”
-Cerise Brightmoon
#!/bin/sh
set -e

if [ $# -eq 0 ]
  then
cat 2 END
Usage: $0 foo.deb [bar.deb ...]

If there's more than one package, almost always you'd want instead:
parallel $0 -- foo.deb bar.deb

Packages already using xz are blindly repacked anyway; this ensures they can
be decompressed using 10MB memory (as opposed to 65MB for xz -9), but is
otherwise a waste of time.
END
exit 1
fi

for F in $@
  do
[ -f $F ] || (echo 2 No such file: $F  exit 1)
DIR=.$F$
rm -rf $DIR
mkdir $DIR
cd $DIR

ar x ../$F debian-binary control.tar.gz
dpkg-deb --fsys-tarfile ../$F|xz data.tar.xz
rm ../$F
ar rcD ../$F debian-binary control.tar.gz data.tar.xz

cd ..
rm -rf $DIR
  done
 

signature.asc
Description: Digital signature


Re: why do people introduce stup^Wstrange changes to quilt 3.0 format

2012-05-16 Thread Russ Allbery
Charles Plessy ple...@debian.org writes:

 Also, it is very sad that, as a project, we can not decide whether we go
 for 3.0 (git) or not, or have a concrete list of resolvable objections
 from the people whose work is direclty impacted by the use of this
 format.

We know what a primary concrete objection is.  We discussed it at length
at DebConf two years ago, and then on debian-devel afterwards.  Uploading
a Git archive requires reviewing the entire contents of the archive, not
just the current code, for licensing issues, which is pretty painful from
the ftp-master perspective.

There was never really a satisfactory resolution to that discussion.  We
can upload very shallow clones, but they end up looking a lot like the
existing quilt format with single-debian-patch, and it's not horribly
clear what the advantages of 3.0 (git) are at that point.  Many of the
really compelling use cases for 3.0 (git), neat stuff like possibly being
able to just push a signed tag instead of uploading or having the package
history when you get the source package, aren't very interesting with
shallow clones.

-- 
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/87pqa3seyj@windlord.stanford.edu



Re: why do people introduce stup^Wstrange changes to quilt 3.0 format

2012-05-16 Thread Tollef Fog Heen
]] Russ Allbery 

 There was never really a satisfactory resolution to that discussion.  We
 can upload very shallow clones, but they end up looking a lot like the
 existing quilt format with single-debian-patch, and it's not horribly
 clear what the advantages of 3.0 (git) are at that point.  Many of the
 really compelling use cases for 3.0 (git), neat stuff like possibly being
 able to just push a signed tag instead of uploading or having the package
 history when you get the source package, aren't very interesting with
 shallow clones.

Pushing a signed tag and having source packages and binaries built from
that doesn't rely on 3.0 (git), though.  «Just» a repository somewhere
with hooks that go «oh, a signed tag, let me build a source package and
upload that».  Might fire it off as a job to a separate process so
pushing to big repos doesn't take a winter and a day, but that's really
an implementation detail.

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are


--
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/87likricaf@xoog.err.no



Accepted scidavis 0.2.4-3.3 (source i386)

2012-05-16 Thread Scott Kitterman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 09 May 2012 15:14:03 -0400
Source: scidavis
Binary: scidavis
Architecture: source i386
Version: 0.2.4-3.3
Distribution: unstable
Urgency: low
Maintainer: Ruben Molina rmol...@udea.edu.co
Changed-By: Scott Kitterman sc...@kitterman.com
Description: 
 scidavis   - application for scientific data analysis and visualization
Closes: 665910
Changes: 
 scidavis (0.2.4-3.3) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS with Qt 4.8 (Closes: #665910)
 - Update debian/patches/scidavis_pro.diff to include linking changes
   needed to build with Qt 4.8
Checksums-Sha1: 
 a8a93b8560e82c3b532236d87e3826a81b421984 1344 scidavis_0.2.4-3.3.dsc
 572f507f1b2a5ff8382ef9a4e8d052ce2736fec5 7663 scidavis_0.2.4-3.3.debian.tar.bz2
 dce4d319c8a8f257fabad96e9abae748309d5598 2377992 scidavis_0.2.4-3.3_i386.deb
Checksums-Sha256: 
 49739391b886d4e06a899e260b79357e1ffc2cbd05859ffd0fa50c0b9f381014 1344 
scidavis_0.2.4-3.3.dsc
 bd667ee50a688a2470fc12702a9cc2acf5936a84e1109f9858eb08e90cb9c3b8 7663 
scidavis_0.2.4-3.3.debian.tar.bz2
 09bd53e24d4e8447f743b5c7687b154a029e146ca34683bac26da13116153af3 2377992 
scidavis_0.2.4-3.3_i386.deb
Files: 
 6f9905f9e1a3281db17b60a563ca7978 1344 graphics extra scidavis_0.2.4-3.3.dsc
 2d7d6d09039d462dfa459cd325f0c3cd 7663 graphics extra 
scidavis_0.2.4-3.3.debian.tar.bz2
 7aabc84a895f8cd8633f95ee1600ca7e 2377992 graphics extra 
scidavis_0.2.4-3.3_i386.deb

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

iEYEARECAAYFAk+wm2QACgkQHajaM93NaGpgkgCeLH1WGa0TznbOsUNTAeOotbxv
M6sAoJOn1qE+DUenH14AiVsxoF1BjZUF
=WL1J
-END PGP SIGNATURE-


Accepted:
scidavis_0.2.4-3.3.debian.tar.bz2
  to main/s/scidavis/scidavis_0.2.4-3.3.debian.tar.bz2
scidavis_0.2.4-3.3.dsc
  to main/s/scidavis/scidavis_0.2.4-3.3.dsc
scidavis_0.2.4-3.3_i386.deb
  to main/s/scidavis/scidavis_0.2.4-3.3_i386.deb


-- 
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/e1suxdf-0002qp...@franck.debian.org



Accepted libqglviewer 2.3.4-4.1 (source all i386)

2012-05-16 Thread Scott Kitterman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 14 May 2012 01:53:58 -0400
Source: libqglviewer
Binary: libqglviewer-dev-common libqglviewer-qt3-dev libqglviewer-qt3-2 
libqglviewer-qt4-dev libqglviewer-qt4-2 libqglviewer-dev libqglviewer2
Architecture: source all i386
Version: 2.3.4-4.1
Distribution: unstable
Urgency: low
Maintainer: Artur R. Czechowski artu...@hell.pl
Changed-By: Scott Kitterman sc...@kitterman.com
Description: 
 libqglviewer-dev - Dummy package to install libqglviewer-qt3-dev
 libqglviewer-dev-common - an OpenGL 3D viewer library based on Qt3 - header 
files
 libqglviewer-qt3-2 - an OpenGL 3D viewer library based on Qt3 - runtime library
 libqglviewer-qt3-dev - an OpenGL 3D viewer library based on Qt3 - development 
files
 libqglviewer-qt4-2 - an OpenGL 3D viewer library based on Qt - runtime library
 libqglviewer-qt4-dev - an OpenGL 3D viewer library based on Qt4 - development 
files
 libqglviewer2 - Dummy package to install libqglviewer-qt3-2
Closes: 662702
Changes: 
 libqglviewer (2.3.4-4.1) unstable; urgency=low
 .
   * Non-maintainer upload. (Closes: #662702)
 .
   [ Daniel T Chen ]
   * debian/rules: Use Qt4 multiarch lib path. Fixes FTBFS.
 .
   [ Felix Geyer ]
   * Add 04glu-include.dpatch to fix FTBFS with Qt 4.8.
   * Add 05glu-link.dpatch to make libqglviewer-qt4 link against libGLU.
   * Add Pre-Depends: ${misc:Pre-Depends} to libqglviewer-qt4-2.
   * Mark libqglviewer-qt4-2 as Multi-Arch: same.
Checksums-Sha1: 
 ce04435e668f3fffa3d05393539f47a2b7ef5b7d 1577 libqglviewer_2.3.4-4.1.dsc
 00b90d0c0aa2577b12a80737adcc9db8a6785188 14497 libqglviewer_2.3.4-4.1.diff.gz
 87fbb36a95d9edd51c73cfe39b3e3931e4593b03 1957732 
libqglviewer-dev-common_2.3.4-4.1_all.deb
 88390afad27fbe37bcf0268ae21fe7ed95125ea7 884 libqglviewer-dev_2.3.4-4.1_all.deb
 e7d322bd3259c32530510d02a80e3e6f076c24f2 852 libqglviewer2_2.3.4-4.1_all.deb
 5edcf09f151f95527203d4cb84368f7f3cc67fe0 371218 
libqglviewer-qt3-dev_2.3.4-4.1_i386.deb
 70223b6837775922e61086410203f2165a6d015c 261594 
libqglviewer-qt3-2_2.3.4-4.1_i386.deb
 e05b1abf96954658bcb247fe9268ab7351dc5529 353086 
libqglviewer-qt4-dev_2.3.4-4.1_i386.deb
 362d2e71b42d6fdb64d0a37383fdb90b42bc4dce 260640 
libqglviewer-qt4-2_2.3.4-4.1_i386.deb
Checksums-Sha256: 
 db6bad3228a7c5f45381178fccf02c4f46f525c740760b184648e9dc90e1ea08 1577 
libqglviewer_2.3.4-4.1.dsc
 ebff0f12d8d314c433b5602880e258d068522508bbd7332a90ab82b3071e5eac 14497 
libqglviewer_2.3.4-4.1.diff.gz
 c23b4fa07f984670aa81d28b5eb73cb72d8704a5afe6387d4d4e7f9affa9212b 1957732 
libqglviewer-dev-common_2.3.4-4.1_all.deb
 810fbfdd66a9a8abb34f0d907ed2ff9acda7d56d9485200952d391fad292740b 884 
libqglviewer-dev_2.3.4-4.1_all.deb
 69bde8379a4eaa4b73f3d4e2d777bd6ad454c03436e7e65014d6530ea6de16c0 852 
libqglviewer2_2.3.4-4.1_all.deb
 b1b3f2c470153e6c33ec8f7cd893141ee1261fffacf2c89402ed77f7ed0ddea2 371218 
libqglviewer-qt3-dev_2.3.4-4.1_i386.deb
 34b640ce749b2563c9a9c42d5803ed4f5db2e462313f467ffda9b73a5ada0b38 261594 
libqglviewer-qt3-2_2.3.4-4.1_i386.deb
 5c80c9e10b68f9d1fc2cf6a8f21776438fc69a006e44aa7945f8a380b90f5289 353086 
libqglviewer-qt4-dev_2.3.4-4.1_i386.deb
 57e5f1042f8b71c20d5ec61ff2976d6e57d083fa230dd1c91986cdd075fbbd06 260640 
libqglviewer-qt4-2_2.3.4-4.1_i386.deb
Files: 
 af3734d01683c89d5671e166c559e063 1577 libs optional libqglviewer_2.3.4-4.1.dsc
 9832c07618059c32bb07ef9bc81b992d 14497 libs optional 
libqglviewer_2.3.4-4.1.diff.gz
 d90e4d40b749cc67c90a90619cf74253 1957732 libdevel optional 
libqglviewer-dev-common_2.3.4-4.1_all.deb
 53c93338fcfb9568f9116c15f439734d 884 libdevel extra 
libqglviewer-dev_2.3.4-4.1_all.deb
 7d2dcde0bf316c651480aa2645d05d03 852 oldlibs extra 
libqglviewer2_2.3.4-4.1_all.deb
 5ae15dd49a9c7f211eac9298ae027672 371218 libdevel optional 
libqglviewer-qt3-dev_2.3.4-4.1_i386.deb
 097ae64c98c180806a5790cb10449177 261594 libs optional 
libqglviewer-qt3-2_2.3.4-4.1_i386.deb
 df0692b2f43c86c856897160ce3032aa 353086 libdevel optional 
libqglviewer-qt4-dev_2.3.4-4.1_i386.deb
 75b95b60c9d2b91cf6ba947dfbc872e5 260640 libs optional 
libqglviewer-qt4-2_2.3.4-4.1_i386.deb

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

iEYEARECAAYFAk+woRkACgkQHajaM93NaGrfoQCeNpmKnrQbHkngHKHlBZsJdV78
lyMAn0E7SgYNUNmQOrkvKb5kBnyYV1gF
=/NJF
-END PGP SIGNATURE-


Accepted:
libqglviewer-dev-common_2.3.4-4.1_all.deb
  to main/libq/libqglviewer/libqglviewer-dev-common_2.3.4-4.1_all.deb
libqglviewer-dev_2.3.4-4.1_all.deb
  to main/libq/libqglviewer/libqglviewer-dev_2.3.4-4.1_all.deb
libqglviewer-qt3-2_2.3.4-4.1_i386.deb
  to main/libq/libqglviewer/libqglviewer-qt3-2_2.3.4-4.1_i386.deb
libqglviewer-qt3-dev_2.3.4-4.1_i386.deb
  to main/libq/libqglviewer/libqglviewer-qt3-dev_2.3.4-4.1_i386.deb
libqglviewer-qt4-2_2.3.4-4.1_i386.deb
  to main/libq/libqglviewer/libqglviewer-qt4-2_2.3.4-4.1_i386.deb
libqglviewer-qt4-dev_2.3.4-4.1_i386.deb
  to main/libq/libqglviewer/libqglviewer-qt4-dev_2.3.4-4.1_i386.deb
libqglviewer2_2.3.4-4.1_all.deb
  to 

Accepted accountsservice 0.6.18-3 (source amd64)

2012-05-16 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 16 May 2012 09:52:58 +0200
Source: accountsservice
Binary: accountsservice libaccountsservice0 libaccountsservice-dev 
gir1.2-accountsservice-1.0
Architecture: source amd64
Version: 0.6.18-3
Distribution: unstable
Urgency: low
Maintainer: Alessio Treglia ales...@debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 accountsservice - query and manipulate user account information
 gir1.2-accountsservice-1.0 - GObject introspection data for AccountService
 libaccountsservice-dev - query and manipulate user account information - 
header files
 libaccountsservice0 - query and manipulate user account information - shared 
libraries
Closes: 673095
Changes: 
 accountsservice (0.6.18-3) unstable; urgency=low
 .
   * Revert upstream commit 552a0c856a6e3a7c2e6450ab80e79f4204062281
 and then fix a regression introduced since 0.6.16:
 - Filter out users which have UIDs lower than UID_MIN specified
   in etc/login.defs instead of checking if they have
   /usr/sbin/nologin as login shell. (Closes: #673095)
 Thanks to Michael Biebl for the report.
Checksums-Sha1: 
 a344f161967f78e571e922f0fc446e535e3d5e7f 2400 accountsservice_0.6.18-3.dsc
 a5ddd0a180d55aa1aeec093c77c0ed2d6588cc04 34088 
accountsservice_0.6.18-3.debian.tar.gz
 9d55f24e1ff423b146c20d8c93f3ecdf3690e664 72924 
accountsservice_0.6.18-3_amd64.deb
 ac3ba2c9b1634e9c6ac3e5fc7c32c74b8965a16d 88156 
libaccountsservice0_0.6.18-3_amd64.deb
 60beb7b1b514d54da86ee99db55a63016467c3cd 14636 
libaccountsservice-dev_0.6.18-3_amd64.deb
 067ff3c6f50e8fd04959a3aec44855f1f27fbd77 10752 
gir1.2-accountsservice-1.0_0.6.18-3_amd64.deb
Checksums-Sha256: 
 ccb003fed164eab9e462266444d067b624718be2695375e0cac29c0d6b2aef6c 2400 
accountsservice_0.6.18-3.dsc
 afd1eb0f29fa709509ba11c4eff562f8b0ace284198e0f179bef3e4e4555058d 34088 
accountsservice_0.6.18-3.debian.tar.gz
 d19d24f776e3bf8f522d3d464ab8963d71a5f1e7699d7a6ee5d98edde9ac6428 72924 
accountsservice_0.6.18-3_amd64.deb
 22dd13254ede93ffbdf60ae0e8304af69bfb0e61bc52a991aabade1c80223405 88156 
libaccountsservice0_0.6.18-3_amd64.deb
 c3800b4b585382e5c3b29aed4ce4442bd6997ad9f071f128e9fcc69058b06fe8 14636 
libaccountsservice-dev_0.6.18-3_amd64.deb
 41b8dd34ed46df30ff090eec1d136a12b185ca47b44dbcbd03e1aa1db0b2260a 10752 
gir1.2-accountsservice-1.0_0.6.18-3_amd64.deb
Files: 
 d87d6f053fa79caec609adb2251df434 2400 admin optional 
accountsservice_0.6.18-3.dsc
 ce18dfcd52280a70c36beeb421385a09 34088 admin optional 
accountsservice_0.6.18-3.debian.tar.gz
 f8bd7ae29b5c8958e714f9d8bf16aa68 72924 admin optional 
accountsservice_0.6.18-3_amd64.deb
 1710702ce9d123ff7a04a57de34015e3 88156 libs optional 
libaccountsservice0_0.6.18-3_amd64.deb
 1b99d2e714b89d932219b0e70efa3dec 14636 libdevel optional 
libaccountsservice-dev_0.6.18-3_amd64.deb
 ac753005226b4b42dee39ef814efc032 10752 introspection optional 
gir1.2-accountsservice-1.0_0.6.18-3_amd64.deb

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

iQIcBAEBCgAGBQJPs13mAAoJEOikiuUxHXZa4l0P/16wmrcRwDYIYGzK0KNOD4L5
pwW+x1WcePcPWArmY+n/KPR73MYl0lN4/yC6MqF4GCAd9BUOCjqRWTJoDSvJE3Vc
2e7RMSyHU+DYKTQgnJLkMSgWjZxtZg23AUtiKyzuv+t1otp5iwnxDrqw5sTGZK4K
ISVXw5nWKILA5NZgGzghTJzRMXwwXXqYANIwJIXyK8vAZ5YzK1QUftOSXybvzVAD
55zynoHHF3XyFy3mUdMC1mGX1Dy9zJqc1+lJjiE66DXt/eomb2hruRHmAQ/BPFpL
Evfw45grJwXz0+Wft1F0bssqIM28Z3tb3d3a5QAGwrm/lTKdRM01tzk6mGpCPXg2
xEIMVhEYDSU2LRrcHCYXszVzowcGOf4eEfwWoOyDFWthbu5AHu2D/hrFjr8VhYvU
dVP1VPinjav+MqNGsYYfaL54hxqsFwRJQJK2+H8Nyqx6eZvAFL9ym2WXMzHkzjTa
CsLY9LE6YM6UFdT8+0gaaaUeiej5pOyzrF0j0JX4lA6agXkpkHQdvyqrzQyS0/Q8
BIE2gjhvZ5RJMIXfN1hSSi0jNmSh/VuYm4wZ7CnAMTYfUhRHFc6tR6RNjBQJQeZ3
6KjV39Pn/0szLYMAtR1aJoCncTzlikR/Z/8vUT+cHS+kkryCoyQF/K0iJRsohZ8K
FckIpy8KZTBPiFVBz3q+
=3K65
-END PGP SIGNATURE-


Accepted:
accountsservice_0.6.18-3.debian.tar.gz
  to main/a/accountsservice/accountsservice_0.6.18-3.debian.tar.gz
accountsservice_0.6.18-3.dsc
  to main/a/accountsservice/accountsservice_0.6.18-3.dsc
accountsservice_0.6.18-3_amd64.deb
  to main/a/accountsservice/accountsservice_0.6.18-3_amd64.deb
gir1.2-accountsservice-1.0_0.6.18-3_amd64.deb
  to main/a/accountsservice/gir1.2-accountsservice-1.0_0.6.18-3_amd64.deb
libaccountsservice-dev_0.6.18-3_amd64.deb
  to main/a/accountsservice/libaccountsservice-dev_0.6.18-3_amd64.deb
libaccountsservice0_0.6.18-3_amd64.deb
  to main/a/accountsservice/libaccountsservice0_0.6.18-3_amd64.deb


-- 
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/e1suzth-00029b...@franck.debian.org



Accepted gitit 0.9.0.1-2 (source all i386)

2012-05-16 Thread Giovanni Mascellani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 16 May 2012 09:55:02 +0200
Source: gitit
Binary: gitit libghc-gitit-dev libghc-gitit-prof libghc-gitit-doc
Architecture: source all i386
Version: 0.9.0.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Giovanni Mascellani g...@debian.org
Description: 
 gitit  - Wiki engine backed by a git or darcs filestore
 libghc-gitit-dev - Wiki engine backed by a git or darcs filestore - GHC 
libraries
 libghc-gitit-doc - Wiki engine backed by a git or darcs filestore - 
documentation
 libghc-gitit-prof - Wiki engine backed by a git or darcs filestore; profiling 
librari
Changes: 
 gitit (0.9.0.1-2) unstable; urgency=low
 .
   * Missing dependency on libghc-safe-dev.
Checksums-Sha1: 
 5264c600d047fd1150635af28f15450ce78bcf52 6711 gitit_0.9.0.1-2.dsc
 5bda17c09685edd65f6ede92dabd5e1ac6412c54 9026 gitit_0.9.0.1-2.debian.tar.gz
 082501a512ce3567843d81b5f442ed25f04f44f0 194298 
libghc-gitit-doc_0.9.0.1-2_all.deb
 3958fbf86e1bd739841d12954ce19585c1f90f8c 11216400 gitit_0.9.0.1-2_i386.deb
 1ab27439235a5a6cfd09223403c78d0fe715fc1e 1215758 
libghc-gitit-dev_0.9.0.1-2_i386.deb
 6b09eb4088f59eaa56af324ffb417b2ec5292073 1981248 
libghc-gitit-prof_0.9.0.1-2_i386.deb
Checksums-Sha256: 
 ad22c1c83517ba37e45ddffae856fa6a176f9ea085963f604b9766112a94299d 6711 
gitit_0.9.0.1-2.dsc
 ec1a8364e408b9dac274ee359b9b0176f086d19509fcbd86f0a84d7286a15ba5 9026 
gitit_0.9.0.1-2.debian.tar.gz
 2537fb87c3bc38074f6ea86dd5012b573abbcfbb1a523f5ee8a3efcb57430889 194298 
libghc-gitit-doc_0.9.0.1-2_all.deb
 ed56f8fa6a622f2023680843797df2c934cfab382e121d9d85e4ed15c3bafb94 11216400 
gitit_0.9.0.1-2_i386.deb
 b4a459e766049cf80757d7d4974ed73bf73bb5f9a7dedf7ce9cfb9c371032b39 1215758 
libghc-gitit-dev_0.9.0.1-2_i386.deb
 4aacd7c15498ad032536918d04449511b28d5c91c8296b7e70142aa136d3468b 1981248 
libghc-gitit-prof_0.9.0.1-2_i386.deb
Files: 
 b7f593515f76addb1ac882f39a8ef7da 6711 haskell extra gitit_0.9.0.1-2.dsc
 607fad3cc5f6c9b118f39654587f29a8 9026 haskell extra 
gitit_0.9.0.1-2.debian.tar.gz
 77ce8efc076c50de55e6e31ea73b9b3d 194298 doc extra 
libghc-gitit-doc_0.9.0.1-2_all.deb
 f36076d05e93802d7c7bf731b90f9f4f 11216400 haskell extra 
gitit_0.9.0.1-2_i386.deb
 903bd03be19384bc186eb41a78a9a1e3 1215758 haskell extra 
libghc-gitit-dev_0.9.0.1-2_i386.deb
 2a6504006cd30a493ba57dfebc15b9b3 1981248 haskell extra 
libghc-gitit-prof_0.9.0.1-2_i386.deb

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

iF4EAREKAAYFAk+zYXgACgkQBIoTAU7n/+OnFAD+O/k2dNvXWUMX8sqywKatcPXE
57V5knZf9Z+7pMF10EcBAKnYgwbnYgeR3OiKioc+pZYSRNNP6yOMRUfnm0QYi+Cs
=DEP6
-END PGP SIGNATURE-


Accepted:
gitit_0.9.0.1-2.debian.tar.gz
  to main/g/gitit/gitit_0.9.0.1-2.debian.tar.gz
gitit_0.9.0.1-2.dsc
  to main/g/gitit/gitit_0.9.0.1-2.dsc
gitit_0.9.0.1-2_i386.deb
  to main/g/gitit/gitit_0.9.0.1-2_i386.deb
libghc-gitit-dev_0.9.0.1-2_i386.deb
  to main/g/gitit/libghc-gitit-dev_0.9.0.1-2_i386.deb
libghc-gitit-doc_0.9.0.1-2_all.deb
  to main/g/gitit/libghc-gitit-doc_0.9.0.1-2_all.deb
libghc-gitit-prof_0.9.0.1-2_i386.deb
  to main/g/gitit/libghc-gitit-prof_0.9.0.1-2_i386.deb


-- 
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/e1suzuj-0002fg...@franck.debian.org



Accepted nodejs 0.6.18~dfsg1-1 (source amd64)

2012-05-16 Thread Jérémy Lal
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 May 2012 02:06:42 +0200
Source: nodejs
Binary: nodejs-dev nodejs nodejs-dbg
Architecture: source amd64
Version: 0.6.18~dfsg1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 
pkg-javascript-de...@lists.alioth.debian.org
Changed-By: Jérémy Lal kapo...@melix.org
Description: 
 nodejs - Node.js event-based server-side javascript engine
 nodejs-dbg - Node.js event-based server-side javascript engine (debug)
 nodejs-dev - Development files for Node.js
Changes: 
 nodejs (0.6.18~dfsg1-1) unstable; urgency=low
 .
   * Upstream update.
   * debian/patches:
 + 1002_make_test_not_weak.patch removed, applied upstream.
 + unfuzz patches.
Checksums-Sha1: 
 74bc28c573f3f2ef4b973714bf1b7a9cf6eb6f4e 1648 nodejs_0.6.18~dfsg1-1.dsc
 823ce73367800f23ee40b36355a4956f38984c97 5109901 
nodejs_0.6.18~dfsg1.orig.tar.gz
 9880edb19129090a9cb23c8f9448d3f6bc816aa7 36310 
nodejs_0.6.18~dfsg1-1.debian.tar.gz
 cbe15944b31a53e0bc0264453aa67a1c69fae4b7 190330 
nodejs-dev_0.6.18~dfsg1-1_amd64.deb
 91e15088a3758e94e2a2930a0375dd6470659f69 707614 nodejs_0.6.18~dfsg1-1_amd64.deb
 0a8c6301e0b45be22eb14b802baefaf91dd2255d 1227870 
nodejs-dbg_0.6.18~dfsg1-1_amd64.deb
Checksums-Sha256: 
 007074ee8bfb8dcbb76f047844a05f75cba3e977914026f051066935ca450606 1648 
nodejs_0.6.18~dfsg1-1.dsc
 306f47f27a83a29392b194f2bbd03f85f70dbcc48d8f3c9705f3da9c1584f672 5109901 
nodejs_0.6.18~dfsg1.orig.tar.gz
 bfc307412b0d1b1551f30e8a49b723a82ec0f0b49763900774d705f382492e25 36310 
nodejs_0.6.18~dfsg1-1.debian.tar.gz
 2460b5507fa1b6a6cb3c6c230f9a72fdfd38f42a08d751966641457f6db8cd6e 190330 
nodejs-dev_0.6.18~dfsg1-1_amd64.deb
 0bd62a5fa96b5ec0765bfe5399d3e7e3ee9bbc2931f3edcb1afa79cb64b87ea4 707614 
nodejs_0.6.18~dfsg1-1_amd64.deb
 8efc53818a484e5c8d34243c51ba853c65478a874907a541b684dd1b82c09448 1227870 
nodejs-dbg_0.6.18~dfsg1-1_amd64.deb
Files: 
 0766ab765c8a3f10f25b69eaaf40f7ac 1648 web extra nodejs_0.6.18~dfsg1-1.dsc
 d6613b1f4543526236288318bfb313d2 5109901 web extra 
nodejs_0.6.18~dfsg1.orig.tar.gz
 ae6458fdf955571d296d4bf73dd789e0 36310 web extra 
nodejs_0.6.18~dfsg1-1.debian.tar.gz
 7233940dfba168fc7724e085fe509d7f 190330 devel extra 
nodejs-dev_0.6.18~dfsg1-1_amd64.deb
 169e76502c9e5e298b7a35929e625b83 707614 web extra 
nodejs_0.6.18~dfsg1-1_amd64.deb
 372f0ad51d7e42770052efd1afc40b58 1227870 debug extra 
nodejs-dbg_0.6.18~dfsg1-1_amd64.deb

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

iEYEARECAAYFAk+y8uIACgkQDMRIEQdBQdzE1wCglxOu5+8llwLMA0L5azj31T6k
1x0AoLJ4RLqsDp6jWLTnFHPx6W6PKPJv
=TpYL
-END PGP SIGNATURE-


Accepted:
nodejs-dbg_0.6.18~dfsg1-1_amd64.deb
  to main/n/nodejs/nodejs-dbg_0.6.18~dfsg1-1_amd64.deb
nodejs-dev_0.6.18~dfsg1-1_amd64.deb
  to main/n/nodejs/nodejs-dev_0.6.18~dfsg1-1_amd64.deb
nodejs_0.6.18~dfsg1-1.debian.tar.gz
  to main/n/nodejs/nodejs_0.6.18~dfsg1-1.debian.tar.gz
nodejs_0.6.18~dfsg1-1.dsc
  to main/n/nodejs/nodejs_0.6.18~dfsg1-1.dsc
nodejs_0.6.18~dfsg1-1_amd64.deb
  to main/n/nodejs/nodejs_0.6.18~dfsg1-1_amd64.deb
nodejs_0.6.18~dfsg1.orig.tar.gz
  to main/n/nodejs/nodejs_0.6.18~dfsg1.orig.tar.gz


-- 
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/e1suafi-0004hy...@franck.debian.org



Accepted softhsm 1.3.3-1 (source amd64)

2012-05-16 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 May 2012 10:04:33 +0200
Source: softhsm
Binary: softhsm-common softhsm libsofthsm-dev libsofthsm softhsm-dbg
Architecture: source amd64
Version: 1.3.3-1
Distribution: unstable
Urgency: low
Maintainer: Ondřej Surý ond...@debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 libsofthsm - a cryptographic store accessible through a PKCS #11
 libsofthsm-dev - a cryptographic store accessible through a PKCS #11
 softhsm- a cryptographic store accessible through a PKCS #11
 softhsm-common - a cryptographic store accessible through a PKCS #11
 softhsm-dbg - Debug symbols for SoftHSM
Changes: 
 softhsm (1.3.3-1) unstable; urgency=low
 .
   * Imported Upstream version 1.3.3
   * Update patches for new release
Checksums-Sha1: 
 f9ec1dda3be3818b7be9cea389d5691888d06932 1540 softhsm_1.3.3-1.dsc
 8656d7d85016e5ecc8ac327071bde0161d5c5e44 434872 softhsm_1.3.3.orig.tar.gz
 b23b18beab8195890649751511b51501ece0a108 8161 softhsm_1.3.3-1.debian.tar.gz
 66ef56cb21a6ea09d3f2210e73e189f4659d04c7 12980 softhsm-common_1.3.3-1_amd64.deb
 d65bcd42e713d62d7dbf6239b2b65e1428da1ce2 47502 softhsm_1.3.3-1_amd64.deb
 62f822c0c78172e416c2e480794ac00c6bd6323c 76344 libsofthsm-dev_1.3.3-1_amd64.deb
 3b2b5ae2c33c1a3c6e4682cc5b45cfbf9c56e8af 51358 libsofthsm_1.3.3-1_amd64.deb
 33d3e0077a3763c60136d33d04ddfc4395944591 569426 softhsm-dbg_1.3.3-1_amd64.deb
Checksums-Sha256: 
 271e1b6c2e028094964fdb01114ab8b79d4f25ddef6216c571f548065a47794f 1540 
softhsm_1.3.3-1.dsc
 da49d971f971ef35f420da7ccf4f3213c7266f61b1fcdf41e09d8886cfb7804c 434872 
softhsm_1.3.3.orig.tar.gz
 ea611f47126b5439bb16435b16bd1867960e7be1a99c07049084bfbf6c48dbde 8161 
softhsm_1.3.3-1.debian.tar.gz
 a3e99e238e9f69a216192799715f0d43709599c3554659a7661535a5b5723f27 12980 
softhsm-common_1.3.3-1_amd64.deb
 73393c9c3b61279c08dad1b1b8d9ca7992deea315194b33a14c647f1bfb3a743 47502 
softhsm_1.3.3-1_amd64.deb
 cccea8b89bb56cad74617ecd69addaadffec16d26fefdaf21cf1d1c0f56c79a3 76344 
libsofthsm-dev_1.3.3-1_amd64.deb
 58be29a9495308f2698ae78276ca8df805b61acb5511c2db239a2e31059d83df 51358 
libsofthsm_1.3.3-1_amd64.deb
 3b7bcd3e754f7ba43dceb7005a005fdc05714f900ccbab1b1273b0d06d1a86dc 569426 
softhsm-dbg_1.3.3-1_amd64.deb
Files: 
 969b9891495168baf2f162699b195407 1540 admin extra softhsm_1.3.3-1.dsc
 417898d682bb8e2312aa3126f965a043 434872 admin extra softhsm_1.3.3.orig.tar.gz
 9cae980ee75847dfb7e500cb9d260e9c 8161 admin extra softhsm_1.3.3-1.debian.tar.gz
 9cde219aca2fc84582d631b61d2cafdb 12980 admin extra 
softhsm-common_1.3.3-1_amd64.deb
 36bd55be73290843307adc73ca99ef09 47502 admin extra softhsm_1.3.3-1_amd64.deb
 4d04055185e54194e02ec338af2ad296 76344 libdevel extra 
libsofthsm-dev_1.3.3-1_amd64.deb
 4b851bbd0f0b43616b201cc36e67b259 51358 libs extra libsofthsm_1.3.3-1_amd64.deb
 c7b5a9334685e8be41e9af73cdbf41e9 569426 debug extra 
softhsm-dbg_1.3.3-1_amd64.deb

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

iEYEARECAAYFAk+zYIQACgkQ9OZqfMIN8nP/lwCfZm1qo1H3Q3DOTFL/C4UVpIGZ
opAAn2JsjVTajFMgCqkmHDvvhEaWgRGh
=DoTC
-END PGP SIGNATURE-


Accepted:
libsofthsm-dev_1.3.3-1_amd64.deb
  to main/s/softhsm/libsofthsm-dev_1.3.3-1_amd64.deb
libsofthsm_1.3.3-1_amd64.deb
  to main/s/softhsm/libsofthsm_1.3.3-1_amd64.deb
softhsm-common_1.3.3-1_amd64.deb
  to main/s/softhsm/softhsm-common_1.3.3-1_amd64.deb
softhsm-dbg_1.3.3-1_amd64.deb
  to main/s/softhsm/softhsm-dbg_1.3.3-1_amd64.deb
softhsm_1.3.3-1.debian.tar.gz
  to main/s/softhsm/softhsm_1.3.3-1.debian.tar.gz
softhsm_1.3.3-1.dsc
  to main/s/softhsm/softhsm_1.3.3-1.dsc
softhsm_1.3.3-1_amd64.deb
  to main/s/softhsm/softhsm_1.3.3-1_amd64.deb
softhsm_1.3.3.orig.tar.gz
  to main/s/softhsm/softhsm_1.3.3.orig.tar.gz


-- 
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/e1suazq-0002ix...@franck.debian.org



Accepted worker 2.19.2-1 (source all amd64)

2012-05-16 Thread Tobias Quathamer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 16 May 2012 10:10:12 +0200
Source: worker
Binary: worker worker-data
Architecture: source amd64 all
Version: 2.19.2-1
Distribution: unstable
Urgency: low
Maintainer: Tobias Quathamer to...@debian.org
Changed-By: Tobias Quathamer to...@debian.org
Description: 
 worker - highly configurable two-paned file manager for X
 worker-data - data files for worker
Closes: 662232
Changes: 
 worker (2.19.2-1) unstable; urgency=low
 .
   * Imported Upstream version 2.19.2
   * Enable all hardening features
   * Enable XFT font library support.
 Thanks to Ivan Krylov krylov.r...@gmail.com (Closes: #662232)
   * Add URLs for Debian packaging repository
   * Add patch to fix a typo
Checksums-Sha1: 
 05c5286887b0ab8855b2b2e800874f6feb74b88a 1934 worker_2.19.2-1.dsc
 4106fed53a593386f2f0c553f8c73c324e85bdc8 1172384 worker_2.19.2.orig.tar.bz2
 72cfe2b854f8212c76c16bd67e0cbc23b7d505c1 9035 worker_2.19.2-1.debian.tar.gz
 2c8d26c8bf93611d019ea4dbe206bfca00eacf83 984486 worker_2.19.2-1_amd64.deb
 db9551e5f72ee3d08bc4aae25f71cc7295be08c3 704564 worker-data_2.19.2-1_all.deb
Checksums-Sha256: 
 fd3c28de634f64c1150658e87f56f700a67ead6b36f1e3ac9cea804fd26be109 1934 
worker_2.19.2-1.dsc
 9e95fc390cab9edb72f5ccb3ae92cb17fddd96556cff2c70760ea973af60c904 1172384 
worker_2.19.2.orig.tar.bz2
 ae2d3982208f4c699ed5be4a272bf3a0b75686106f540412981790a7bbf3585e 9035 
worker_2.19.2-1.debian.tar.gz
 484f80d2e5a19a566c5712e5dd3c83d7c863c18bcc33f046b0063a65ee2c2802 984486 
worker_2.19.2-1_amd64.deb
 6a3014966af0099eb4db212da7b30b7b16043e902c8737499b179a708731f8b3 704564 
worker-data_2.19.2-1_all.deb
Files: 
 3b78b6875000c557e9faa500b9a7e966 1934 x11 optional worker_2.19.2-1.dsc
 1984b8ecc717abdcdbe81e7ea77e2b7b 1172384 x11 optional 
worker_2.19.2.orig.tar.bz2
 eb61549fb5dfbc94d51cc2baa4650e56 9035 x11 optional 
worker_2.19.2-1.debian.tar.gz
 1ed59cad41f83bbee47f0090ac07aac6 984486 x11 optional worker_2.19.2-1_amd64.deb
 aa707537dbb4b3d6187c8cd37ec5dc83 704564 x11 optional 
worker-data_2.19.2-1_all.deb

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

iQIcBAEBCAAGBQJPs2JsAAoJEIP9HEaC0TjgnhgP/RYQ/NG552aG163LWnyQegGh
T1+YNkmvpGvgwk7tsdZG/dEt5607mBsQL1o7aQSMhXNGSXIyAzOq6uAnnfcWJXBK
KgmcUeuQFuX4oBK3oro3Od83aUbc5nQ63479jnxPxvX7Ih79Z5EBOJxYq+HdM/DJ
7gAAq0PBRiZhuVRkWOwPYSuTn6jrqpbsRJITaJ2mZ/RnlOSveGMNurMqitJ+oUr1
B6l5nIWmEx6Udr1kvy+kJ9v8x0lu1tE4CsNJthGNDvfUFOqEv1qVOib/vObUw6bY
K62WoFc7ewApgA7DuJ2lh88i+Cz8DiJucXxEK6ODU75XhdPPLGLbr2WJ1HHlx4uC
wTiy+fQ8kCvOl/m/4UmY+3s/daPP1DdKlCPYUAriPpCQw2uFSHwV53FojeOWunJJ
uLLqiWfoQvtR+ElF9ZDczK9EZdRrCMDndujoBa52/49I3pZvoY8mZjCUBtK8pM4T
+z12rBQXfBvfUPkxCpuknfhZ6aiFepiuW8Gmfst8XL4RlVi2BjBdd8poQaa90jzD
KJ/nr2FDf26m5tpmxE0KuDaxqhhPKIR3ajUj5B68dHcj+CMkazhwtTA9xlCIQbII
vGGTAND9GVOHA3KaaOBmDkbEuDnt0INonWoPh42Ba0vrcAzCJ9IhQ1aswUKPmNF1
6RdQNF2QSGl1+/t92MOd
=LM1V
-END PGP SIGNATURE-


Accepted:
worker-data_2.19.2-1_all.deb
  to main/w/worker/worker-data_2.19.2-1_all.deb
worker_2.19.2-1.debian.tar.gz
  to main/w/worker/worker_2.19.2-1.debian.tar.gz
worker_2.19.2-1.dsc
  to main/w/worker/worker_2.19.2-1.dsc
worker_2.19.2-1_amd64.deb
  to main/w/worker/worker_2.19.2-1_amd64.deb
worker_2.19.2.orig.tar.bz2
  to main/w/worker/worker_2.19.2.orig.tar.bz2


-- 
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/e1suaak-0002vc...@franck.debian.org



Accepted libnss-extrausers 0.6-3 (source amd64)

2012-05-16 Thread Bernhard R. Link
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 16 May 2012 11:28:03 +0200
Source: libnss-extrausers
Binary: libnss-extrausers
Architecture: source amd64
Version: 0.6-3
Distribution: unstable
Urgency: low
Maintainer: Bernhard R. Link brl...@debian.org
Changed-By: Bernhard R. Link brl...@debian.org
Description: 
 libnss-extrausers - nss module to have an additional passwd, shadow and group 
file
Changes: 
 libnss-extrausers (0.6-3) unstable; urgency=low
 .
   * fix building lib32 on x390x (needs -m31 instead of -m32)
Checksums-Sha1: 
 8eee3f577bd92ff7a592422c7230b10d12e2a7b3 2002 libnss-extrausers_0.6-3.dsc
 8df45926a9348a28df59ce1ff2248b9ad5fe277b 4010 
libnss-extrausers_0.6-3.debian.tar.gz
 cfa1e5c084524feed0103adbcae93fad8b84edac 17438 
libnss-extrausers_0.6-3_amd64.deb
Checksums-Sha256: 
 3d1571e84bbbdc974b199725e407d11d8f8b6d5d3cde539da891370afe34dec6 2002 
libnss-extrausers_0.6-3.dsc
 e3b9ebb1503a0ced264472a2cf9e3acd570438cf73bdd134488478b06d2dcc42 4010 
libnss-extrausers_0.6-3.debian.tar.gz
 b04e3a817054d70f1a64a96a2aa8958ce6b0f2ca96d4757574d8c1f8941577e1 17438 
libnss-extrausers_0.6-3_amd64.deb
Files: 
 7bb6d0f82fcc838437116672c2500fa5 2002 admin extra libnss-extrausers_0.6-3.dsc
 3f619126194d40118bdf2f6beb4f62ad 4010 admin extra 
libnss-extrausers_0.6-3.debian.tar.gz
 879e753795f099ef592609bdfbf10790 17438 admin extra 
libnss-extrausers_0.6-3_amd64.deb

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

iQIcBAEBCAAGBQJPs3RVAAoJEOxkTtbr1QJD0FoQAIkAyxDD08aznRAmE5Wqqfj1
g1Lp6zoTZs9yFduk02vmnowyYKB/19M9URY28qJgYBBPvoAVIrrGCsx5CKFFkVE1
BKm3W/mAbKVbKItgvK9tdbq+UmXQLBeLeTpEiudq4yrrfgiBxRyl8PVudxX9Od54
S1r+mCQUGyZKxwHiujcyvbK3WW3kCSuX5zyZZZ6bwnRHS3SiQ9rHM/jVrp7R5jce
EiVFBEotewMLEjZxGJf/jF/CHb9r2XSqxOoCTcMZv4YN0BuAZFag+c7oDZFe56iJ
jdwgjEfbNaBqrrOCsxIVAItXoHGMMThUDedjrItmSSA77a+pD2h1BauZjAOHsanP
2FFqm6vZhB1Erfy9Ddz5XyLMDAPTuJlyVV7ugLe6z2MZknyRc9uy0bQ/fEd/GcKk
lWsE3X8piawCgl0nGBrg/+/VibMTbAda4w3E+95fqKV8FeZ3abHuvq9fPFk9+DF/
UUCn7LABtMgMl9bCyB4GyPBqlDR2vEyEOV68KzC5vgtp+bvBksJ/bro/1D3V2ZX/
V7hqZ+MwB2iQ8oo11kXRx/JzXNZ7i7DKquM2O4pstMJ7k2sHfTJ4qXe9W/4gYkyf
8z5Yv+2wliFM8Jj/HlbMvX1nDfY5T8/eJ1+lt89VQm9sOA9+yqnVW5c5bsfTNtK/
J/Ecs9274U1t6gqA37Le
=eE/V
-END PGP SIGNATURE-


Accepted:
libnss-extrausers_0.6-3.debian.tar.gz
  to main/libn/libnss-extrausers/libnss-extrausers_0.6-3.debian.tar.gz
libnss-extrausers_0.6-3.dsc
  to main/libn/libnss-extrausers/libnss-extrausers_0.6-3.dsc
libnss-extrausers_0.6-3_amd64.deb
  to main/libn/libnss-extrausers/libnss-extrausers_0.6-3_amd64.deb


-- 
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/e1suaq3-00052a...@franck.debian.org



Accepted mtd-utils 1:1.5.0-1 (source amd64)

2012-05-16 Thread Riku Voipio
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 May 2012 11:51:48 +0300
Source: mtd-utils
Binary: mtd-utils
Architecture: source amd64
Version: 1:1.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Riku Voipio riku.voi...@linaro.org
Changed-By: Riku Voipio riku.voi...@linaro.org
Description: 
 mtd-utils  - Memory Technology Device Utilities
Changes: 
 mtd-utils (1:1.5.0-1) unstable; urgency=low
 .
   * New usptream version
Checksums-Sha1: 
 4b0f8e97df2eae2b58ec47f112aa029c1c14c726 1266 mtd-utils_1.5.0-1.dsc
 7d78472f8ad64fcb13caca7e114fe9fa5f92a649 334874 mtd-utils_1.5.0.orig.tar.gz
 89960360d276c527ddc553c39571d1a3d83e175d 5886 mtd-utils_1.5.0-1.diff.gz
 66fa481d70bc954a83ed3189a34040afb4ecf1ab 291506 mtd-utils_1.5.0-1_amd64.deb
Checksums-Sha256: 
 5600a5ac45b109cc84e396d5e2829d86a901ae496c11952e2c1732566a08d2bf 1266 
mtd-utils_1.5.0-1.dsc
 66c050351ff6481265bfe45607703299eee369ef4f88b0ab183c67b7b4532f11 334874 
mtd-utils_1.5.0.orig.tar.gz
 32593bebbcfb6c64bbc060ed2d69bf13e9b9a1ab9cfe5fbc26458755001c1805 5886 
mtd-utils_1.5.0-1.diff.gz
 f49572b1802024a01bfe0faa4ed9d6b6ebc72e6fbf3f81790431229b3000 291506 
mtd-utils_1.5.0-1_amd64.deb
Files: 
 ecc773e509efd9b4e18f1e49516c5016 1266 utils extra mtd-utils_1.5.0-1.dsc
 680ed6686829cba27bab2a0e9bdc1268 334874 utils extra mtd-utils_1.5.0.orig.tar.gz
 304df987cd66c039c23dca3b8d54278b 5886 utils extra mtd-utils_1.5.0-1.diff.gz
 00181609415a018b673e728b24d36e6d 291506 utils extra mtd-utils_1.5.0-1_amd64.deb

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

iD8DBQFPs2xZibPvMsrqrwMRAtGsAJ44JZJwxx2CNShmb/Or+WJ7NXhoAACaAwnJ
KuX/mPteVY6lrvZSzkSyE/s=
=1wKR
-END PGP SIGNATURE-


Accepted:
mtd-utils_1.5.0-1.diff.gz
  to main/m/mtd-utils/mtd-utils_1.5.0-1.diff.gz
mtd-utils_1.5.0-1.dsc
  to main/m/mtd-utils/mtd-utils_1.5.0-1.dsc
mtd-utils_1.5.0-1_amd64.deb
  to main/m/mtd-utils/mtd-utils_1.5.0-1_amd64.deb
mtd-utils_1.5.0.orig.tar.gz
  to main/m/mtd-utils/mtd-utils_1.5.0.orig.tar.gz


-- 
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/e1suarb-0005oy...@franck.debian.org



Accepted pxe-kexec 0.2.4-3 (source amd64)

2012-05-16 Thread Daviey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 14 May 2012 09:13:15 +0100
Source: pxe-kexec
Binary: pxe-kexec
Architecture: source amd64
Version: 0.2.4-3
Distribution: unstable
Urgency: low
Maintainer: Dave Walker (Daviey) davewal...@ubuntu.com
Changed-By: Dave Walker (Daviey) davewal...@ubuntu.com
Description: 
 pxe-kexec  - Fetch PXE configuration file and netboot using kexec
Closes: 672071
Changes: 
 pxe-kexec (0.2.4-3) unstable; urgency=low
 .
   * debian/patches/fix-ftbfs-gcc-4-7.patch: Resolve FTBFS when built with
 gcc-4.7.  Adds an additional 'include' of 'unistd.h' to
 src/networkhelper.cc. Patch courtesy of Paul Tagliamonte. (Closes: #672071)
   * debian/control: Bumped standards to 3.9.3, no changes required.
   * debian/copyright: Updated Format URL to new (versioned) location.
Checksums-Sha1: 
 800dcf8b0346fb3e2362e0e646aaf2d63758e190 1816 pxe-kexec_0.2.4-3.dsc
 95293b39241ae609a5c853ba189a95b4870f8d0e 3103 pxe-kexec_0.2.4-3.debian.tar.gz
 71b953a08005e70d29fcb7a37e11cc6820c4a080 90026 pxe-kexec_0.2.4-3_amd64.deb
Checksums-Sha256: 
 757d9ca9ffb8a0f5ca15f8338285a9843c1570ab60ddd4656db1e2c98ef406ec 1816 
pxe-kexec_0.2.4-3.dsc
 0c83e3cc7270696582bab7cb0a91c1d620bbb14e1c17c4da56a27b723f5e1177 3103 
pxe-kexec_0.2.4-3.debian.tar.gz
 aad8eff2c62cc8529afa964c8831c075dd9dc34d17ee0f650b626f84fdde7e53 90026 
pxe-kexec_0.2.4-3_amd64.deb
Files: 
 335944bb45dc7a55ad1c17b683606895 1816 admin extra pxe-kexec_0.2.4-3.dsc
 d13d9d857356c989c9469d74f0adb998 3103 admin extra 
pxe-kexec_0.2.4-3.debian.tar.gz
 8135ba5f6bead1e092eaebe43431d460 90026 admin extra pxe-kexec_0.2.4-3_amd64.deb

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

iQIcBAEBCAAGBQJPs3OKAAoJEONS1cUcUEHUhUwP/3cdS4TxK/Wx5nlLXwXyzz3+
62saS44kG4ajWvt24UsSPT3Zj+eHOtPhlHpEmvx/b7Kp0+LdaB12/7Zn5gyTFIu1
03fxnGtnT2dMYoE4LD+l/VHFS7beBv3+7yEgpAhMGG6ZvNG6HJfboixIDmcdb6V3
cZ+sAy+drbKAbICsL1RecvaLK/bT3OO019TSAGdWWmsXY0cdn/mExxtDDmryY+Lx
qneB8qGMBGby7M2e+WiAJel6mSHbPdvBuIMEgOux96+kdUx01fiakNt11myAnGNU
njYc5zWv2LTw3RNoFqb6CFN42P9i32U+5x1Q5WK2TYEhKs/nRXDy8SXWKBdON8TT
bSniQJAVkyn0x0VYdQ8ZVkTb8vt1txeDq7bnvyHve+Z1tNwgv/D/pX5N325xC5Q4
Ch/2L34ub2ZwPnGyuA3pZW2mk2AVHGdxAaddagcD+xS5Y9Ua87eg0hq55QrlKzgm
etzeQn9bAMFYfU7LzRXGDpXdT7l5G/9DDRsY7nJWW/gy3A3tdldVRA/M3Vzv0aS9
CUr0G7+2kFT40r+8Ki6LVfrJmlSfOnJUD3FZH7e+UoPsbQjh+Uh9Rg4Mqj/Cm5U7
AgXEyuQGHl1oIEmfu76d+/N3/QSfxA5MZmq1UIygAC2/M0adH6tXPHqjxnjhEPC1
4l0UtpU2OU9Tidm57Pgi
=VLSf
-END PGP SIGNATURE-


Accepted:
pxe-kexec_0.2.4-3.debian.tar.gz
  to main/p/pxe-kexec/pxe-kexec_0.2.4-3.debian.tar.gz
pxe-kexec_0.2.4-3.dsc
  to main/p/pxe-kexec/pxe-kexec_0.2.4-3.dsc
pxe-kexec_0.2.4-3_amd64.deb
  to main/p/pxe-kexec/pxe-kexec_0.2.4-3_amd64.deb


-- 
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/e1suasr-0005qe...@franck.debian.org



Accepted twisted-runner 12.0.0-1 (source amd64)

2012-05-16 Thread Free Ekanayaka
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 May 2012 11:08:08 +0200
Source: twisted-runner
Binary: python-twisted-runner python-twisted-runner-dbg
Architecture: source amd64
Version: 12.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose d...@debian.org
Changed-By: Free Ekanayaka fr...@debian.org
Description: 
 python-twisted-runner - Process management, including an inetd server
 python-twisted-runner-dbg - Process management, including an inetd server 
(debug extension)
Changes: 
 twisted-runner (12.0.0-1) unstable; urgency=low
 .
   * New upstream version.
   * Bump Standards-Version to 3.9.3
   * Add watch file
Checksums-Sha1: 
 1782bac93119dc5b941d0eaae10cf63bfb71a59f 1323 twisted-runner_12.0.0-1.dsc
 cc98185e30f20db9b7f6165e5715885f73034531 13197 
twisted-runner_12.0.0.orig.tar.bz2
 71e75ac11f3e7cf48a0e654a28bede9cef99e76d 7957 
twisted-runner_12.0.0-1.debian.tar.gz
 e53deec4585ac5d3ef77df5da04de9b19c47c715 25868 
python-twisted-runner_12.0.0-1_amd64.deb
 263cd02851dbcec118b15ab0ff52ceb8c61220e7 17584 
python-twisted-runner-dbg_12.0.0-1_amd64.deb
Checksums-Sha256: 
 aedc492ed87dd8c191483adefe5109f5998ed13cffc80cf22c61a52ce6cbd1f8 1323 
twisted-runner_12.0.0-1.dsc
 2d6beb51970ba74f24c23971bc82c70dc8c93b9552a6c59c9cb3b3cd45c06ff5 13197 
twisted-runner_12.0.0.orig.tar.bz2
 5eefc480749f402b4c912f802bdf9b5d05810c3c9a6e884a62ea929c4b748abc 7957 
twisted-runner_12.0.0-1.debian.tar.gz
 59a80129a571de7b395c18d65e9c94ab84ac4bedadc593dcf7b35c36318f1d07 25868 
python-twisted-runner_12.0.0-1_amd64.deb
 2e063058cddf45dfddff093474ed3a53e6ec0198134300e0158eb7f25164e61a 17584 
python-twisted-runner-dbg_12.0.0-1_amd64.deb
Files: 
 7cc3a7f98631e855d11075fcb0e444d4 1323 python optional 
twisted-runner_12.0.0-1.dsc
 7481758d07bb630cc59e609b8269d566 13197 python optional 
twisted-runner_12.0.0.orig.tar.bz2
 b55d8f81c5f4181e994be7f7f3cea424 7957 python optional 
twisted-runner_12.0.0-1.debian.tar.gz
 3747c380b067ad51c7889479711a2c8b 25868 python optional 
python-twisted-runner_12.0.0-1_amd64.deb
 37babbef10abbb7fa88795c6d477660e 17584 debug extra 
python-twisted-runner-dbg_12.0.0-1_amd64.deb

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

iEYEARECAAYFAk+zcGYACgkQcanJGlcVnlnPagCfXJbn0JeZIpOKPyGfQdlzBwp5
L5oAnjm2ohDsizIIRZXw1tNHkElMlY2H
=a4BM
-END PGP SIGNATURE-


Accepted:
python-twisted-runner-dbg_12.0.0-1_amd64.deb
  to main/t/twisted-runner/python-twisted-runner-dbg_12.0.0-1_amd64.deb
python-twisted-runner_12.0.0-1_amd64.deb
  to main/t/twisted-runner/python-twisted-runner_12.0.0-1_amd64.deb
twisted-runner_12.0.0-1.debian.tar.gz
  to main/t/twisted-runner/twisted-runner_12.0.0-1.debian.tar.gz
twisted-runner_12.0.0-1.dsc
  to main/t/twisted-runner/twisted-runner_12.0.0-1.dsc
twisted-runner_12.0.0.orig.tar.bz2
  to main/t/twisted-runner/twisted-runner_12.0.0.orig.tar.bz2


-- 
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/e1suaur-0006c3...@franck.debian.org



Accepted twisted-words 12.0.0-1 (source all)

2012-05-16 Thread Free Ekanayaka
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 May 2012 11:15:01 +0200
Source: twisted-words
Binary: python-twisted-words
Architecture: source all
Version: 12.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose d...@debian.org
Changed-By: Free Ekanayaka fr...@debian.org
Description: 
 python-twisted-words - Chat and Instant Messaging
Changes: 
 twisted-words (12.0.0-1) unstable; urgency=low
 .
   * New upstream version
   * Bump Standards-Version to 3.9.3
   * Add watch file
Checksums-Sha1: 
 11cbd79eb9c2ec500970734d5a1fab53d851b728 1221 twisted-words_12.0.0-1.dsc
 1bf8653793436a101aa28db7fc17415a2343366c 208089 
twisted-words_12.0.0.orig.tar.gz
 c382ab2c44f8816eb80511427caa11aa90ea4cab 7678 
twisted-words_12.0.0-1.debian.tar.gz
 fa31c9d62b43f5e4b74bdd2e3a84f763a6aa98c5 218822 
python-twisted-words_12.0.0-1_all.deb
Checksums-Sha256: 
 27be48156c3f1debe240e2d7370a9842f98781059f7457297e5e2bf6c436c20a 1221 
twisted-words_12.0.0-1.dsc
 69870989aed0484c4babfc496d14d7afe0bf8e9ea366092f1185062d3857a939 208089 
twisted-words_12.0.0.orig.tar.gz
 5ae5bb19409ead429f1c7b5e93f532ddbc32779d86b3cff66e1d2f98eae08e1a 7678 
twisted-words_12.0.0-1.debian.tar.gz
 ca3061679e728280021beb8a4d0cf905c5c1b1fb1a99d196ea773e886df45dd4 218822 
python-twisted-words_12.0.0-1_all.deb
Files: 
 66146911d366557040d67ad971563efa 1221 python optional 
twisted-words_12.0.0-1.dsc
 52e96b96e4170eb657ecfa309c14e740 208089 python optional 
twisted-words_12.0.0.orig.tar.gz
 5e529a1571eba71b4204f81097bc8910 7678 python optional 
twisted-words_12.0.0-1.debian.tar.gz
 6116f0fffa1e48fb4d7d661ad6f1404b 218822 python optional 
python-twisted-words_12.0.0-1_all.deb

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

iEYEARECAAYFAk+zcRYACgkQcanJGlcVnlmMvgCglIYKh74lAF4XSGUjqhOe1M9a
nQ8AoOgil6cBIa3CPj4hG5UcpvWTtU7U
=KHlE
-END PGP SIGNATURE-


Accepted:
python-twisted-words_12.0.0-1_all.deb
  to main/t/twisted-words/python-twisted-words_12.0.0-1_all.deb
twisted-words_12.0.0-1.debian.tar.gz
  to main/t/twisted-words/twisted-words_12.0.0-1.debian.tar.gz
twisted-words_12.0.0-1.dsc
  to main/t/twisted-words/twisted-words_12.0.0-1.dsc
twisted-words_12.0.0.orig.tar.gz
  to main/t/twisted-words/twisted-words_12.0.0.orig.tar.gz


-- 
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/e1suaui-0006he...@franck.debian.org



Accepted cups-filters 1.0.18-1 (source amd64)

2012-05-16 Thread Till Kamppeter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 16 May 2012 11:45:03 +0200
Source: cups-filters
Binary: libcupsfilters1 cups-filters libcupsfilters-dev
Architecture: source amd64
Version: 1.0.18-1
Distribution: unstable
Urgency: low
Maintainer: Debian CUPS Maintainers pkg-cups-de...@lists.alioth.debian.org
Changed-By: Till Kamppeter till.kamppe...@gmail.com
Description: 
 cups-filters - OpenPrinting CUPS Filters
 libcupsfilters-dev - OpenPrinting CUPS Filters - Development files for the 
library
 libcupsfilters1 - OpenPrinting CUPS Filters - Shared library
Changes: 
 cups-filters (1.0.18-1) unstable; urgency=low
 .
   * New upstream release
  - pdftops: Allow selection whether Ghostscript or Poppler is used
at runtime, setting the pdftops-renderer option to gs or
pdftops. This way one can switch to Poppler per-queue if there
are incompatibilities with certain PostScript printers.
  - pdftops: Allow setting an upper limit for the image rendering
resolution, also at runtime, setting the option
pdftops-max-image-resolution-default to the desired limit in dpi.
0 means no limit. Default limit is 1440 dpi. This prevents slow
processing by the printer if very high resolutions are used or
if the printing resolution is mis-detected by the pdftops filter.
  - pdftops: Fixed crash by wrong usage of sizeof() function when adding
Collate to the fifth command line argument for the pstops CUPS
filter call (LP: #982675).
  - pdftops: Removed newline from copies value when reading it from
the %%PDFTOPDFNumCopies entry of the incoming PDF file.
  - pdftops: Silenced compiler warning about ignoring the return
value of the write() function.
  - pdftops: Added a crash guard.
  - pdftops: Start determining the printing resolution with
cupsRasterInterpretPPD(), this is the most reliable as often
the choice names of the Resolution option are marketing names
with higher numerical values than the actual resolution. Also
ignore error exit values of cupsRasterInterpretPPD() as the
function can error out after having found the resolution.
  - pdftops: If printing resolution is determined by
cupsRasterInterpretPPD() do not stick on 100 dpi if the
resolution cannot be determined (LP: #984082).
  - pdftopdf: Fixed segmentation fault when printing selected pages
(page-ranges option, LP: #980673).
Checksums-Sha1: 
 9082f196eccb77c05900749b330383edabe274b7 2483 cups-filters_1.0.18-1.dsc
 00fa6d585a4b546b36d0f4a92855a43982933875 1022509 
cups-filters_1.0.18.orig.tar.gz
 c24bae7a19ed1af950bb6f69954105912462b552 38801 
cups-filters_1.0.18-1.debian.tar.gz
 13ec18c77d1cdb7297fb812da609de9f1382d6a7 67062 
libcupsfilters1_1.0.18-1_amd64.deb
 6d1eff0a8b86d0c4be8c1c5b423a8a4f01974f60 390586 cups-filters_1.0.18-1_amd64.deb
 be3a3159f63454023f5d5197c5bc541daf9fda67 78300 
libcupsfilters-dev_1.0.18-1_amd64.deb
Checksums-Sha256: 
 6c26e6bbb70321dac28386e4193e3e769d71b87d7da4cd1517fc58e2f5d6eea9 2483 
cups-filters_1.0.18-1.dsc
 6926980653e7cb5f94b91921517678cca7f0e6781364823a05f7b4b0ec919106 1022509 
cups-filters_1.0.18.orig.tar.gz
 5f047dea79c2c76b01b60be6eb8bac73cb3f88f7e483eb9548f086cf0c178c69 38801 
cups-filters_1.0.18-1.debian.tar.gz
 39bbc74a64220c9c58def5db294617a5e16cec7c37dd599846136b17a2ef84c5 67062 
libcupsfilters1_1.0.18-1_amd64.deb
 7c2c0704cb948ba6c94e8520a16fb69c8c253362fed6affaedabe7894af986f0 390586 
cups-filters_1.0.18-1_amd64.deb
 1de9eb72c800634c6ffc2e25313fd51a476e2cbc322ed5bb25454dfe720378c3 78300 
libcupsfilters-dev_1.0.18-1_amd64.deb
Files: 
 28b29acc78e52228307f168ef449f48f 2483 net optional cups-filters_1.0.18-1.dsc
 63972b426b7224915cdbb42b2a937374 1022509 net optional 
cups-filters_1.0.18.orig.tar.gz
 878dcba4fb252375355c55631f394729 38801 net optional 
cups-filters_1.0.18-1.debian.tar.gz
 8a126d8be660170b0bf395cde05753af 67062 libs optional 
libcupsfilters1_1.0.18-1_amd64.deb
 36266185724ecb52982448b26665be18 390586 net optional 
cups-filters_1.0.18-1_amd64.deb
 9e5b547083f2b8bdd53c473617f2bfb3 78300 libdevel optional 
libcupsfilters-dev_1.0.18-1_amd64.deb

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

iQIcBAEBCAAGBQJPs3eQAAoJEPmIJawmtHufWF8P/A5So3QIyE6Lomzr7e6WrtUZ
RNeYmwZPZHUoKy89ky/+LmpeQV2FDh7ME4zsLtadL1q08/yOspgTLSunFCLrj/p/
VxDRy6+ApHf2qfqHBtQebJU7F1mNxETEyPbcGahrotiGIYObbsU4B2oJxs2lnoMn
QITwYQhLsl+v0h7Er7l7JsWlZE6q6PaNwDJSXrIC2UKAqRqpYMkECwmkz5AUQSpU
syS6Xm5oZ9VWuGfn7qqHCbIemks90SrJymfa7YAkymHZPZp7NAa3yy5/U3zpumYn
uhL+KEnYCxxrev2dl1TiRwPnrrA/BrraVSsB/uUXrqdPwBeOJXZOfnHCqdm28cmc
bDfC7IFVBHrpyK7oSVr+dRKdcqKgzJx8wLy4CArsi9Egw2FPHQksi829bCrIopQI
cli245mY0BPOWSbIWLXIhA1wPIPUaIjJaXiCaC4B+egzSkJB7TSIaxIoOgmGDQa8
jmIPDY3UJnAgtd2MijZnS2/7/mEkZ3l2rb7nrceDZmlV30vojzGlx2QNxspOAeMs
OZAshwAdO6jsGhPvcXYiA0L8JHwiIlMXdU6mM6ooWB/36q72qA/9pR7ivmzloPIc

Accepted libanyevent-perl 7.010-1 (source amd64)

2012-05-16 Thread Alessandro Ghedini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 May 2012 12:03:38 +0200
Source: libanyevent-perl
Binary: libanyevent-perl
Architecture: source amd64
Version: 7.010-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Alessandro Ghedini gh...@debian.org
Description: 
 libanyevent-perl - event loop framework with multiple implementations
Changes: 
 libanyevent-perl (7.010-1) unstable; urgency=low
 .
   * New upstream release
   * Update fix-spelling.patch
Checksums-Sha1: 
 277205f49b83ae90ea419dde8e12efd201784746 2386 libanyevent-perl_7.010-1.dsc
 a6b2171824eef980a1fb2174d128de38fb91f5eb 286991 
libanyevent-perl_7.010.orig.tar.gz
 204ca95fbb27e96bf6b7c4ece23533da33761213 7181 
libanyevent-perl_7.010-1.debian.tar.gz
 267f4ee290569c8d672e9ffd198281a0a0daea6a 440904 
libanyevent-perl_7.010-1_amd64.deb
Checksums-Sha256: 
 d30b44f43a5358a26bc9207d69cc548b79337d2149624f19f8b108f6fee1fde7 2386 
libanyevent-perl_7.010-1.dsc
 213b3dea1c071becb3ac141e6cd3dd9ee4cd2445d6b7ec6f1884521822d04d8b 286991 
libanyevent-perl_7.010.orig.tar.gz
 a91627d415687f67b9a3a4fb7c349a5ca49b9df7a1dfce23b3fc81aabf756152 7181 
libanyevent-perl_7.010-1.debian.tar.gz
 c7828487741ca552b8c6c2fae9c9ee8564a96fd8bcbea91a4151462fd5a85ffc 440904 
libanyevent-perl_7.010-1_amd64.deb
Files: 
 920fd0089db5eb2956ee26c7034a99f5 2386 perl optional 
libanyevent-perl_7.010-1.dsc
 f26c1d03d7f5fe7d82e6885e5887bf8f 286991 perl optional 
libanyevent-perl_7.010.orig.tar.gz
 4aa194b90b707fcfb171be5128d73e2b 7181 perl optional 
libanyevent-perl_7.010-1.debian.tar.gz
 c079b7c2c772fafb39eb191bcd56617e 440904 perl optional 
libanyevent-perl_7.010-1_amd64.deb

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

iQIcBAEBAgAGBQJPs3y8AAoJEK+lG9bN5XPLeEwP/Ar0rn4/xIfpz5Slu5k16bOg
MFGSDT7paLX4BRbZLcS5YPHlDY5Mlu7sN4gbqZos+DPWzz1qYotBtNiGNa1dniCr
ap45/KoKM2TiDAYeUNRss1VGcpigUeDkEVl3I2jJzoXFpyJSxpgWTDvrmmXnhicp
HM1SW8KzPoXrEP7RbRifdBKH87VZCnTTwUFar3jyfJH33FOclH25QHjzKXMhC8VS
RSaQ2VThppVeOYNiYhR5DT9a8oD6qTTCfaYoEfVu72KS3+r8fmXjaemKZkA6JDhc
I6ce2zrSvIoXVvwuc3njAsyenIGwgFqOazEvV6eQngohtKWfWh8Vk9I94ESBqe53
6Firz1tDnILHbuqiNGhi212rWElBFX5ANWkDZ9fw2FOTGAdU5lrWPbTtb2L+TaGX
EFl4dfJ+jk5EdljCE/zSyN4+5Ga+2wiq3lfZkGm/ThBcCrjF6wgQn2zXGBuSqmIX
zGVYC82O87AsioIRn69w/GjYQ412IcT+n+J5dNooETkh3Hs/0Yso4TJF+neG9l53
lsS6AmVU3UqwHimsN19EMIWX7GkGFwXw4+pIwC4jjaaktfhKuutvM8PFg5Wf8w/S
0NMb2PaeusafqQGCpiBQGNxgm3tP4hDcB1XanP6LTIYoujsxSaiRrDcX/9aNDHnB
fRCDVTdunAfNwOaJ4k7/
=9wtf
-END PGP SIGNATURE-


Accepted:
libanyevent-perl_7.010-1.debian.tar.gz
  to main/liba/libanyevent-perl/libanyevent-perl_7.010-1.debian.tar.gz
libanyevent-perl_7.010-1.dsc
  to main/liba/libanyevent-perl/libanyevent-perl_7.010-1.dsc
libanyevent-perl_7.010-1_amd64.deb
  to main/liba/libanyevent-perl/libanyevent-perl_7.010-1_amd64.deb
libanyevent-perl_7.010.orig.tar.gz
  to main/liba/libanyevent-perl/libanyevent-perl_7.010.orig.tar.gz


-- 
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/e1subis-0004gt...@franck.debian.org



Accepted libhttp-tiny-perl 0.021-1 (source all)

2012-05-16 Thread Alessandro Ghedini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 May 2012 12:04:07 +0200
Source: libhttp-tiny-perl
Binary: libhttp-tiny-perl
Architecture: source all
Version: 0.021-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Alessandro Ghedini gh...@debian.org
Description: 
 libhttp-tiny-perl - Perl module that implements a small, simple, correct 
HTTP/1.1 cli
Changes: 
 libhttp-tiny-perl (0.021-1) unstable; urgency=low
 .
   * New upstream release
   * Recommend versioned libio-socket-ssl-perl
Checksums-Sha1: 
 694658ea080b4da071277ff6c7e49986d6bc8869 2083 libhttp-tiny-perl_0.021-1.dsc
 defc60de2adebbfd6845f654f078fb9ed3814e61 39265 
libhttp-tiny-perl_0.021.orig.tar.gz
 caa18730d460a5ed5a18139eef390e0c84fe85d8 2133 
libhttp-tiny-perl_0.021-1.debian.tar.gz
 6725d9ddb78a9d79270aaa7bdffd139c6bfc8d9c 26130 
libhttp-tiny-perl_0.021-1_all.deb
Checksums-Sha256: 
 18449c5a4994dac11fd1c3f3531e7da00b5cc7d3c08fd730c69af82ee8a66370 2083 
libhttp-tiny-perl_0.021-1.dsc
 ac6ae794c9f5ec55641e655d26c33ecd2cde7b58a2075f51a4be7cf472d6ef9a 39265 
libhttp-tiny-perl_0.021.orig.tar.gz
 cd6fff3d3caa0e9ed4c6107f547a12db78bf0848cd83fc2f67d7e7c22ae835a2 2133 
libhttp-tiny-perl_0.021-1.debian.tar.gz
 f9f0ad0e5974ea38978291aa857210bd0ea8a6d2dbbaf2f32d7a88dacca41298 26130 
libhttp-tiny-perl_0.021-1_all.deb
Files: 
 80f217af4923514d76dbdb07cbf7b6c3 2083 perl optional 
libhttp-tiny-perl_0.021-1.dsc
 239cee0da33150457f6f8963697cd114 39265 perl optional 
libhttp-tiny-perl_0.021.orig.tar.gz
 9158a51c4c8bd1af6caf018208167a65 2133 perl optional 
libhttp-tiny-perl_0.021-1.debian.tar.gz
 4ecbdd3ddac60f1eb87bf5dbac47 26130 perl optional 
libhttp-tiny-perl_0.021-1_all.deb

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

iQIcBAEBAgAGBQJPs3xKAAoJEK+lG9bN5XPLW28P/iErHgaVLNthjHJjge/jnpoS
TDGBNvtZdlXUVueOzE9zgwoxBKuw6Raw7K8MqrRNB/rlJInKhD/N7VYsSKH9ji7l
XANOUeD5WK1pyj6tkqGLcoG5+PTpb9RLGGFH6wNfXY4em1qlskJZ5ewtxH9x5B/1
GlgZMNzzSWvN27xnbpdFmJ7wHYInY+XTwcHzK1EIAxPPoVsv/n0BBTwCUgvKPkgQ
EagAmPkENzRPlHteaHZtwLDCGyNqoEqCnuG4Vnm7ddDPXGradVAIfF7/lyK20hpO
bsyRplXjv4Dlfg+Y21QAw7YZ9RqTsyS4c+TOswJSgBtLEB0E2hLIz32wKOWS4a6b
cfeqOC9U3EnA1ayT+T+bew1905B7RV/moNZ78q6NDdIWQ1EEFe57MwuZONFvog1M
dEvyEB9s6yPW/rukHr7ahc+hxfjcdd7I13mY+JkVkHVo6oLFMB+cENuu/MZ1wmrP
6x3VbShxaGo11Iiy2ssAmqmD0XSQ4xdHDwEqEHvZBi2fvtgashJ26BaaUCssoAPO
nkHDkoEj2WEK6zYvU3rbFp1sM388mNkFTmOIeXQlGlun+tKbaaEyhAjPkX6qM5F5
V9EaPu3zxFNhOdfAJ0+z25HdU4TMlXWQfw2oV/eiEv8iEkPT+KKb3B30Ys5FyWkw
hubraPrGR4lrkGOaB2I0
=gpC/
-END PGP SIGNATURE-


Accepted:
libhttp-tiny-perl_0.021-1.debian.tar.gz
  to main/libh/libhttp-tiny-perl/libhttp-tiny-perl_0.021-1.debian.tar.gz
libhttp-tiny-perl_0.021-1.dsc
  to main/libh/libhttp-tiny-perl/libhttp-tiny-perl_0.021-1.dsc
libhttp-tiny-perl_0.021-1_all.deb
  to main/libh/libhttp-tiny-perl/libhttp-tiny-perl_0.021-1_all.deb
libhttp-tiny-perl_0.021.orig.tar.gz
  to main/libh/libhttp-tiny-perl/libhttp-tiny-perl_0.021.orig.tar.gz


-- 
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/e1subjb-0004me...@franck.debian.org



Accepted libmoo-perl 0.091005-1 (source all)

2012-05-16 Thread Alessandro Ghedini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 May 2012 12:04:50 +0200
Source: libmoo-perl
Binary: libmoo-perl
Architecture: source all
Version: 0.091005-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Alessandro Ghedini gh...@debian.org
Description: 
 libmoo-perl - Minimalist Object Orientation library (with Moose compatiblity)
Changes: 
 libmoo-perl (0.091005-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 456dcfe411358d647d19ad236ebf51d38cbbd20a 2355 libmoo-perl_0.091005-1.dsc
 4d813a204cc0f640bda5222488ad1c56906022eb 46535 libmoo-perl_0.091005.orig.tar.gz
 8891f051fc5f596c8db272b301956171a9c8f4ff 2568 
libmoo-perl_0.091005-1.debian.tar.gz
 cd5fb8a4f57a3e2ff0e2f2e4cf83eb24a4e76180 45320 libmoo-perl_0.091005-1_all.deb
Checksums-Sha256: 
 f977eae9e0bc4c12034f4a55c1749f204c27dd1ece9622944fbb24710446ca55 2355 
libmoo-perl_0.091005-1.dsc
 9c6d5856274771b31cb3e84b769ef7c728f2f361347ccfa7a8386f204a1a9963 46535 
libmoo-perl_0.091005.orig.tar.gz
 fdb06cc6999da1a876a6e11be8dfcd80ebef4c5ff6bc763466b442348c70fe01 2568 
libmoo-perl_0.091005-1.debian.tar.gz
 55dee456f2ed7cc64fc2f22ed296f3aedf0be7f04ed681489beb1ebe5005e3f2 45320 
libmoo-perl_0.091005-1_all.deb
Files: 
 e19ea4e97ea2a97f05fc7daebfe8276a 2355 perl optional libmoo-perl_0.091005-1.dsc
 f0e08dfcc01b88eb0cecf01a2fa0549a 46535 perl optional 
libmoo-perl_0.091005.orig.tar.gz
 781f3093b40e4c8164f8247b2a0112b7 2568 perl optional 
libmoo-perl_0.091005-1.debian.tar.gz
 86ccfef615a9a2c04954e2e6bb433422 45320 perl optional 
libmoo-perl_0.091005-1_all.deb

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

iQIcBAEBAgAGBQJPs3xzAAoJEK+lG9bN5XPLUGgP/RMlRLD9iujYTWV22y2/Hsy0
87Vbh0z4y10Cr8G2Fs799s1AARnqpjyObLqMJFxkRqPm1geKgI3NP3+/fXZkdd0x
ryBRTmVEjCeFrNs/edYKCaDZoJd3/DznYXQ6wUioRAF0J7UkropA+ib2wj9tmO5T
PbS+LGEvWtCRc/zNIURby8PJyGBA25Kz8ciXURPTEnkNceZumDNfgeaoFCzJ6DTF
pz8XW8l0x11nKNSadwX2j4aUPhxYxZa1bi+d8Mchkvz2V6nJCMz8qk1QUVGtylXL
vE2ii0qENwCwQj/LJxZIDX0uGEU0Orup97FvEUFCuw5KwmT4FO8PpoPX/8Lr1bCp
WeYdsEvwyuiQ+E9mkbv1/Z0yp1aGw6mowsTy3V2DHaeB9OvHQ9NdyYaSVj7mm1la
6t8VIgEPsiAAWMWnfK2tA5Kw+NiH2OWncoxLdDeappT9CX+4w2TYS8Ek9aFcqohR
PtJL57ktRqmMcC9Fow2aBdOlyM4ikcdPhk54gHkgyvXNJn+8ftN2PV9/SgvhWAMz
Wj28iDNtTN/bzElszl2nsBze4dcd7PM2fMRhqP7brrD1Mabm9/A/LbB650Cms8Op
DvkZJe6fc4DnsXYuEe2KhpcbS+Q9lanGSmFzVyDn5Hq7hQbNdLIq+bKbsGceHwcL
80nTpE+cv30sBWlMyl4w
=Nfja
-END PGP SIGNATURE-


Accepted:
libmoo-perl_0.091005-1.debian.tar.gz
  to main/libm/libmoo-perl/libmoo-perl_0.091005-1.debian.tar.gz
libmoo-perl_0.091005-1.dsc
  to main/libm/libmoo-perl/libmoo-perl_0.091005-1.dsc
libmoo-perl_0.091005-1_all.deb
  to main/libm/libmoo-perl/libmoo-perl_0.091005-1_all.deb
libmoo-perl_0.091005.orig.tar.gz
  to main/libm/libmoo-perl/libmoo-perl_0.091005.orig.tar.gz


-- 
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/e1subjt-0004qi...@franck.debian.org



Accepted polygraph 4.3.2-1.1 (source i386)

2012-05-16 Thread Mònica Ramírez Arceda
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 11 May 2012 11:27:05 +0200
Source: polygraph
Binary: polygraph
Architecture: source i386
Version: 4.3.2-1.1
Distribution: unstable
Urgency: low
Maintainer: Dmitry Kurochkin dmitry.kuroch...@measurement-factory.com
Changed-By: Mònica Ramírez Arceda mon...@debian.org
Description: 
 polygraph  - performance testing tool for caching proxies and more
Closes: 667326
Changes: 
 polygraph (4.3.2-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/patches/10-fix-ftbfs-gcc-4.7.patch: Fix ftbfs with GCC-4.7
 (Closes: #667326).
Checksums-Sha1: 
 bc0a2682f56d8e52a9a8ee230d9079f5763f4311 1797 polygraph_4.3.2-1.1.dsc
 4903c36a109b84640f4dc8ab1157e43b1905b603 4662 polygraph_4.3.2-1.1.debian.tar.gz
 a437e5dc7f8c8eb8331ceaaca45fc226cfe4de2e 3958488 polygraph_4.3.2-1.1_i386.deb
Checksums-Sha256: 
 c29c93c36abba9f6e2f345211f23d88d2d2cb43b14d4ed10c0a5ff899e08bb20 1797 
polygraph_4.3.2-1.1.dsc
 c7eec3ec6ad70121faa7999c539068c3ce357f65dd57b049f6a6a7511277da11 4662 
polygraph_4.3.2-1.1.debian.tar.gz
 e8536a158431e1b35dd46c872eecc8b2a7a53f2b77e407337cb762535a0ffb15 3958488 
polygraph_4.3.2-1.1_i386.deb
Files: 
 d897c2570ba325137f851790773bc684 1797 net optional polygraph_4.3.2-1.1.dsc
 82527cc797cf03bf09fc9bf9eb72812b 4662 net optional 
polygraph_4.3.2-1.1.debian.tar.gz
 c74677658286a7ceb2ff986fcd103e6b 3958488 net optional 
polygraph_4.3.2-1.1_i386.deb

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

iQIcBAEBAgAGBQJPrOBXAAoJEB7+sYAaScDS97YP/1lHP+8ZvhnJG2y9negPbisF
sshmkSjVfVJwcArH38d3GBMRvNN0tXBs4ESlRHckhMD22QJHxQvX7G112pDV95qX
NyTL+DHwCErFUNO0xnNSI9JvekmMyfzBdDF4vOM1hnDlYqkunWSIyyE10rnHJQPl
fwbI70akoDhpLn8PzSxzOfUR7UgZbez4oYfgyTDt8WC+3KFnuapyc8NPb3/ctyRq
4qqoxsWjdE+TQsigakCJomLKsy7kQzSi7v3M1bEq6ekBGMBS9xJCViigWlkgKSUw
0IHUuAzlWdCjSzwt4YdMT2RrdgFTziVCZZi14CLkG6mtgOEON5+uYlon0HLNQ5/0
UjXsYByLoVKVuJxsbwN2xKZpZGx8wjlaNsmQBe9S7tGV7jkRbgWGpj3MnufnYxU2
SKHwy1iNpUYKJw9d7RcGcMB5aCwIBAOuLx7agmc5UdiO/nMyzw+WHSYMwHVvjC/m
RZOIQ1KetmAAhW+WnwSAxE2qFFlEftTnkWVR4bIW9Kfdag5XIBjhRKhWrlMvbQrD
GhIdj6FhQJe+v91SqnfH15zPZ22/PBSTEywz5T7Goy08+GTm998T/qa1WgCY9XUJ
7qqCtBFSKPVBO2QJXMcBLLXAeHPeXQ5IN483sU8BdVixd0D0Rcjnqihy2CoZ+IQ3
4tT7iuzU6MZX2Wcj8IA0
=sMsO
-END PGP SIGNATURE-


Accepted:
polygraph_4.3.2-1.1.debian.tar.gz
  to main/p/polygraph/polygraph_4.3.2-1.1.debian.tar.gz
polygraph_4.3.2-1.1.dsc
  to main/p/polygraph/polygraph_4.3.2-1.1.dsc
polygraph_4.3.2-1.1_i386.deb
  to main/p/polygraph/polygraph_4.3.2-1.1_i386.deb


-- 
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/e1subla-0004vm...@franck.debian.org



Accepted libdevel-patchperl-perl 0.70-1 (source all)

2012-05-16 Thread Alessandro Ghedini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 May 2012 12:11:53 +0200
Source: libdevel-patchperl-perl
Binary: libdevel-patchperl-perl
Architecture: source all
Version: 0.70-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Alessandro Ghedini gh...@debian.org
Description: 
 libdevel-patchperl-perl - Perl module to patch perl source a la 
Devel::PPPort's buildperl.p
Changes: 
 libdevel-patchperl-perl (0.70-1) unstable; urgency=low
 .
   [ gregor herrmann ]
   * New upstream release 0.66.
   * New upstream release 0.68.
 .
   [ Alessandro Ghedini ]
   * New upstream release
   * Email change: Alessandro Ghedini - gh...@debian.org
   * Update copyright to Copyright-Format 1.0
   * Bump Standards-Version to 3.9.3
Checksums-Sha1: 
 2c1c585051f7cf7f94e1968b1a144daf373fc5f3 2196 
libdevel-patchperl-perl_0.70-1.dsc
 21ddbf4d3acdf6d6d2620c4248b601dcc3837e0f 67267 
libdevel-patchperl-perl_0.70.orig.tar.gz
 c2db6a0d76b8b32f8e8a2a71c2bfee9aad574204 1981 
libdevel-patchperl-perl_0.70-1.debian.tar.gz
 d5521a91b08fe25a68c3326b066eb9bbc06ee22d 67302 
libdevel-patchperl-perl_0.70-1_all.deb
Checksums-Sha256: 
 7dde4a35f95e8e5fc7d79fb1f3919d77814c2b82a32ed3b87fd62d04fa695a7f 2196 
libdevel-patchperl-perl_0.70-1.dsc
 5815ff65c218ae3bc6657378c376e4fb5a250fca38afdec8b96c372a3b646ed1 67267 
libdevel-patchperl-perl_0.70.orig.tar.gz
 094f0825abd3ff60fc1a752a9ce95e23c0c26839de7fa89b14237380ac69d7c6 1981 
libdevel-patchperl-perl_0.70-1.debian.tar.gz
 327571e5a68563701b847573531c6bc7acaf56d6d158b618c5314c17f749 67302 
libdevel-patchperl-perl_0.70-1_all.deb
Files: 
 8926d9b38cae656c8c160e6302a841d1 2196 perl optional 
libdevel-patchperl-perl_0.70-1.dsc
 9fb18ee1ba0e35b7efe532c2317c6ec5 67267 perl optional 
libdevel-patchperl-perl_0.70.orig.tar.gz
 f8e1f9fed64a6411419093b9e56bc9f3 1981 perl optional 
libdevel-patchperl-perl_0.70-1.debian.tar.gz
 d60e02b150ee590ddb95d562ab22c01c 67302 perl optional 
libdevel-patchperl-perl_0.70-1_all.deb

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

iQIcBAEBAgAGBQJPs339AAoJEK+lG9bN5XPLESQP/i3OoSWoa+HZb22k+FF/scjN
gGvEmPICEkcxW805H/5GVJLiw3pU5kUEwpye2qgWctIWdOf/4WZh+8D5S3OL7Cu3
+0mGuqilMtUSyXtoWAaX4zkYXFP+Z72viJIZgDhZN763pOJemycviFwNf7alTBUw
SAlSvK0QuVClXb29Hk5muVmFBqGfXawuWef1AjU87m/ew1UkH8jk6Pf7KAaT0A0N
jiXcwennPI37Rw2TJUin9wLVS0oEDlxChjZpcL8wefJN+oPVZo9M2CwaH7Xe4/jt
0zAwcogXP/4SZkcV9MIGq/cYE2LjqVXGXo7cUa2alAoJTPMl3Y7aqcWFYsQGNX6G
enIlBtllH2EGmXoL8QsvU0NPVI2ZRe4/iZS+hLd1/kJGkwT3rVKghE8tXv/FYU0D
QoChW/uacxYFT3xOeoBMLvYJPNCHvTsaPOKT0tLcGHd0T5YKfKWH3ZvGDy58E4Ww
i59C2G7HMVVN1xHl6OzZdKpcZOF0F0qRe+aRDaixj5ILlpdZl1fwqaoLRUL/QmJD
MZsJ2yihyt7ryqYvPsiFfFWzBxdIo/UmTueVyV/bte8rzspfmTaJ2dM9BLVSVg9F
+9ERbnep151ocVzZfHqqWpdvF+QzzMCw6lg8lErI1SyNuatJgeVzgAXHm4OM60LQ
Zy25lXKGAfS/YlWUIy+e
=hunO
-END PGP SIGNATURE-


Accepted:
libdevel-patchperl-perl_0.70-1.debian.tar.gz
  to 
main/libd/libdevel-patchperl-perl/libdevel-patchperl-perl_0.70-1.debian.tar.gz
libdevel-patchperl-perl_0.70-1.dsc
  to main/libd/libdevel-patchperl-perl/libdevel-patchperl-perl_0.70-1.dsc
libdevel-patchperl-perl_0.70-1_all.deb
  to main/libd/libdevel-patchperl-perl/libdevel-patchperl-perl_0.70-1_all.deb
libdevel-patchperl-perl_0.70.orig.tar.gz
  to main/libd/libdevel-patchperl-perl/libdevel-patchperl-perl_0.70.orig.tar.gz


-- 
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/e1subyg-0007yy...@franck.debian.org



Accepted libpoe-perl 2:1.3540-1 (source all)

2012-05-16 Thread Alessandro Ghedini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 May 2012 12:08:05 +0200
Source: libpoe-perl
Binary: libpoe-perl
Architecture: source all
Version: 2:1.3540-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Alessandro Ghedini gh...@debian.org
Description: 
 libpoe-perl - event-driven component architecture for Perl
Changes: 
 libpoe-perl (2:1.3540-1) unstable; urgency=low
 .
   * New upstream release
   * Add myself to Uploaders
Checksums-Sha1: 
 6da3de562bd0ee690b6026559456c81049ef37db 2455 libpoe-perl_1.3540-1.dsc
 83ba5bd7624210f8dd131697f3011947b0699398 362161 libpoe-perl_1.3540.orig.tar.gz
 0c283b2439f08f32a4eecd849f766aa30b9f1fc6 8465 
libpoe-perl_1.3540-1.debian.tar.gz
 aad5a0850913cec79d3e8b8d8998081d9c1c636f 546168 libpoe-perl_1.3540-1_all.deb
Checksums-Sha256: 
 25f085b46be1ccef2f059908b0df0322eaebc9869bf56b72c119c8a09e898646 2455 
libpoe-perl_1.3540-1.dsc
 a5efd9140f3222333683dd7ac263dafbf7a7529d81ec917b1ba8c947ca44ce97 362161 
libpoe-perl_1.3540.orig.tar.gz
 69f744af0a3786e84dc8773a098e5563b242fd455785867892afc861e527f13d 8465 
libpoe-perl_1.3540-1.debian.tar.gz
 76b8f600e7c56945dc93e224d372c6e030cc47e293d355788a338abef9582737 546168 
libpoe-perl_1.3540-1_all.deb
Files: 
 e1291b6f03a7ba22f7812e1a20eee5ee 2455 perl optional libpoe-perl_1.3540-1.dsc
 928482218e29aa4c27f281db9bdc1ac4 362161 perl optional 
libpoe-perl_1.3540.orig.tar.gz
 aebad812974ec7dbef41d846f7fac39b 8465 perl optional 
libpoe-perl_1.3540-1.debian.tar.gz
 e86acfeca8dc3c42cfa00f8e698abd29 546168 perl optional 
libpoe-perl_1.3540-1_all.deb

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

iQIcBAEBAgAGBQJPs35NAAoJEK+lG9bN5XPLy5cP/2sRMfHF6Uma8/JKRQYkxnur
SlqmR7WStZ7lvzuSEcNQlSbErK7I/5eKhQA3UVZgivKznZLZfPFCSlv33ft5RE2m
lj9HouP5h2TE9NSnXFP9ERVb7sObv+A8KPTxTHP6snD2OoHnZ5/IAJVJrTGVoSGf
NkrzIZlt2l19OBBlAYlqvAzSDUF1d8t3lDgKUkjnN0aDpHyawQ+77iq0NfoQI3Kj
yTBsfgBnZmlvpMZzDRBTdpjcOj1N2H+KkxQyMQlpT0V0oZMU/zQa60/8UuuXinvZ
1Lhz74AxWEli3b5yx0kE/FTMICeT4k6CBjw7swn9rSeG2ndWxKFCPKEFDWp6VIOE
A7pxW4tTW9e5MCuxFCNfNSWaGmEwS+hIRA1Llc2DAKfzosUUJRZo9sx5yyyud+XE
O/1OebXS8sQtHuTyj8GTxT7qQSeM/xJHBxESb+dOQh5XHS67jZYu4jqqz3Idknhe
eMTh4A8QHPrzPzS99laB4cAlK8u3Q/pQq7PBYxZ+wmQPt/h04CrrHIVM2S2H5HpL
4WEmZk6n1SMoHUAv2XganeQNj74/hJmQsPdx7UTkb97LtZkJtq0TyC99/9dL7Ig5
FiR4O5nK7e13qztrh+LJTK/5gjTi+6+v0B2iIXaLR93zy6y/GIm6HfTbcgu17qXQ
Mso02krW4J2Crx8SeLbR
=TNmR
-END PGP SIGNATURE-


Accepted:
libpoe-perl_1.3540-1.debian.tar.gz
  to main/libp/libpoe-perl/libpoe-perl_1.3540-1.debian.tar.gz
libpoe-perl_1.3540-1.dsc
  to main/libp/libpoe-perl/libpoe-perl_1.3540-1.dsc
libpoe-perl_1.3540-1_all.deb
  to main/libp/libpoe-perl/libpoe-perl_1.3540-1_all.deb
libpoe-perl_1.3540.orig.tar.gz
  to main/libp/libpoe-perl/libpoe-perl_1.3540.orig.tar.gz


-- 
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/e1subz3-0007lm...@franck.debian.org



Accepted busybox 1:1.20.0-1 (source all i386)

2012-05-16 Thread Michael Tokarev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 May 2012 13:47:42 +0400
Source: busybox
Binary: busybox busybox-static busybox-udeb busybox-syslogd udhcpc udhcpd
Architecture: source all i386
Version: 1:1.20.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Michael Tokarev m...@tls.msk.ru
Description: 
 busybox- Tiny utilities for small and embedded systems
 busybox-static - Standalone rescue shell with tons of builtin utilities
 busybox-syslogd - Provides syslogd and klogd using busybox
 busybox-udeb - Tiny utilities for the debian-installer (udeb)
 udhcpc - Provides the busybox DHCP client implementation
 udhcpd - Provides the busybox DHCP server implementation
Closes: 548999 571743 626820 670993 671832
Changes: 
 busybox (1:1.20.0-1) experimental; urgency=low
 .
   * new upstream (mostly bugfix) release
   * got rid of the long-standing debian-specific applets-fallback.patch, once
 upstream added commit 83f103b30e41ab038e ash: in standalone mode, search
 in $PATH if /proc/self/exe doesn't exist.  I still carry the patch itself,
 but it isn't referenced in the series file anymore.
   * removed patches which were applied upstream, and added a few patches
 from upstream 1.20 stable branch
   * refreshed swaponoff-FreeBSD-support.patch and u-mount-FreeBSD-support.patch
   * refreshed configs for 1.20
   * enabled many httpd options (AUTH_MD5, RANGES, SETUID, CGI, GZIP, ENCODE)
 for static and regular build, which results in ~5Kb binary size difference
 on x86 but enables features users are asking
 (Closes: #548999, #626820, #571743)
   * enabled dpkg-buildflags usage (filtering out -Werror=format-security from
 CFLAGS) (Closes: #670993)
   * ship some docs and examples in static and regular builds (Closes: #671832)
   * enable expand/unexpand and ar-long-options in deb build, - small changes
 to reduce difference from static config.
   * added reenable-ps-options-for-DESKTOP-case.patch
   * DEP-3 headers for init-console.patch
 .
   * releasing to experimental due to applets-fallback.patch removal
Checksums-Sha1: 
 79b07bd528242f6c8bcd72f95a57a077b41af770 1610 busybox_1.20.0-1.dsc
 b8f5721557d437d2539dd3f7db91683ec50bdade 2190652 busybox_1.20.0.orig.tar.bz2
 0c055f3e7d7fa37f8be6cf084accc0e71b83402f 47880 busybox_1.20.0-1.debian.tar.gz
 bdf86d468ce55f4e3cce4ffaa632433fcaf361e6 18982 busybox-syslogd_1.20.0-1_all.deb
 8f15255cf07ba310f5d75c3d67491624f5a4cfcf 876464 
busybox-static_1.20.0-1_i386.deb
 4042de1bc2703db64ede0b9e296af5839975deea 439274 busybox_1.20.0-1_i386.deb
 24b0aed03058e76b48ec1253769dc7a2447007ff 16638 udhcpc_1.20.0-1_i386.deb
 9f0fa6218de67f69050c6062b1bb20db6b147945 19934 udhcpd_1.20.0-1_i386.deb
 987068b77bf95fb081173380120029c8490219a5 202440 busybox-udeb_1.20.0-1_i386.udeb
Checksums-Sha256: 
 a46578ded8fd9ac06be445447e15a12fd671292925e51497ef3816404e0ab86a 1610 
busybox_1.20.0-1.dsc
 3c56508d984db1178664241ad548d118fb0aa71cdd2f8a9a93038e50b3b2bf16 2190652 
busybox_1.20.0.orig.tar.bz2
 9888f4e1a88d865f888c98bc1e51475ef19f66e1d5e8cc2b2eec50331c9d4d85 47880 
busybox_1.20.0-1.debian.tar.gz
 2f4df08efbd69767685a63a2a27197e54112ffe70536912735b856c96f2c7da9 18982 
busybox-syslogd_1.20.0-1_all.deb
 51fbd10f22791b9d8daeadc84b2223ae5980fb5f7aa2f59d8ac8e878317fddfe 876464 
busybox-static_1.20.0-1_i386.deb
 dafc3443624cdad5bceb9dd369dc868f0aae20aa91bd0956714d342f111369e8 439274 
busybox_1.20.0-1_i386.deb
 aaf9a6ca500f0f8404c7f0d1d90c726187b2211e8caa8eb41789186e7874f2d0 16638 
udhcpc_1.20.0-1_i386.deb
 0249e222d85cdd4a2b5398b7f20811306e572d40a0ebd0fb8bb119c18b9365c2 19934 
udhcpd_1.20.0-1_i386.deb
 3d0f9b907ba6154f7dfb5b4f9543ed3e8c103290d48dac9e7ad79c02c6c3ee07 202440 
busybox-udeb_1.20.0-1_i386.udeb
Files: 
 c10bbad4badefe43e0367a1dc9a99131 1610 utils optional busybox_1.20.0-1.dsc
 4334b34fa1cdae54e9d2dc174f35c9ae 2190652 utils optional 
busybox_1.20.0.orig.tar.bz2
 8a638e8cb622de7b876fcc79b740ae6b 47880 utils optional 
busybox_1.20.0-1.debian.tar.gz
 65119180ecb3bb331f04086ceb5ceea8 18982 utils optional 
busybox-syslogd_1.20.0-1_all.deb
 46df2651d4c23dd203c38e82c4cd8118 876464 shells extra 
busybox-static_1.20.0-1_i386.deb
 f42049e0b15fc0efd8661f1b59137487 439274 utils optional 
busybox_1.20.0-1_i386.deb
 ab6555956290f71155380f30b8a4cfbd 16638 net optional udhcpc_1.20.0-1_i386.deb
 52b1d7d58b325ddab1af6206c517b819 19934 net optional udhcpd_1.20.0-1_i386.deb
 a2b72b36eb982d35fb8a07b550b2f5dc 202440 debian-installer extra 
busybox-udeb_1.20.0-1_i386.udeb

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

iJwEAQECAAYFAk+zgrsACgkQUlPFrXTwyDhD0AQA2URr1U/UP2J9o+Ednx4WCw1K
fC+e96TOscABac9OQTJNpkkaFVX2WAj73zWvYofskC1rscizHwuTzPsvoH++irS7
K1XW0X6kRu+vjDqOg4QSrQBxbtYS8l72U+or4+TJYWkxo+S2d+1qMgbowx6A+VVH
1GPRhAR4XS7gMp1TNnY=
=tL+h
-END PGP SIGNATURE-


Accepted:
busybox-static_1.20.0-1_i386.deb
  to 

Accepted oasis 0.2.0-6 (source all amd64)

2012-05-16 Thread Mehdi Dogguy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 May 2012 12:49:04 +0200
Source: oasis
Binary: oasis liboasis-ocaml-dev liboasis-ocaml liboasis-ocaml-doc
Architecture: source all amd64
Version: 0.2.0-6
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Mehdi Dogguy me...@debian.org
Description: 
 liboasis-ocaml - Architecture for building OCaml libraries and applications
 liboasis-ocaml-dev - Architecture for building OCaml libraries and applications
 liboasis-ocaml-doc - Architecture for building OCaml libraries and applications
 oasis  - Architecture for building OCaml libraries and applications
Changes: 
 oasis (0.2.0-6) unstable; urgency=low
 .
   * Team upload.
   * Fix FTBFS with oUnit 1.1.1
 - add cope_with_ounit1.1.1_changes.patch
   * Rebuilt with latest OCamlgraph (1.8.2).
   * Bump Standards-Version to 3.9.3, no changes needed.
Checksums-Sha1: 
 38b194151458426c50bf8d85a52749112628d807 2015 oasis_0.2.0-6.dsc
 dd74966a6f3c31c8fbfa06b3a25aa1267c5931f1 4919 oasis_0.2.0-6.debian.tar.gz
 1dde268cc3d5ebbaf5d4bfec4f60c0ce161ecae6 2421552 oasis_0.2.0-6_all.deb
 c1bc6b6e790ea3a8b7819cbe7affc166d8bd77e1 467314 
liboasis-ocaml-dev_0.2.0-6_amd64.deb
 106e660dd191e78b49b866f4656b589a63515c28 632040 
liboasis-ocaml_0.2.0-6_amd64.deb
 db41f1f3d6a484c89990d97f7396c505e70d19a2 93622 
liboasis-ocaml-doc_0.2.0-6_all.deb
Checksums-Sha256: 
 8776419fabb4f01b3e41b34f2bd0f27424e43bd7acd32f813390c4b1c5da51cf 2015 
oasis_0.2.0-6.dsc
 e2f13d577c844d09eb4185a4869b06cbb0c1760282881bdd4d6c4d1c3914a651 4919 
oasis_0.2.0-6.debian.tar.gz
 d0cbdafd9eca351e56f6bcdf4145c088381e2820ab47b4a14336ad7d7cff77aa 2421552 
oasis_0.2.0-6_all.deb
 8a9a8230143ab35ec4ab672fceee4cd5cbc0a9b62e7a11419044797ff5eb2f11 467314 
liboasis-ocaml-dev_0.2.0-6_amd64.deb
 141c3af3d6454d861f2e5b1f3d29edb5b6abd83ac60d958b28a0c90776d7da33 632040 
liboasis-ocaml_0.2.0-6_amd64.deb
 b90fad9f99e1af0738dec0c944e26df7bf3ad0bf51e63b6b075c9e5aa9a79ca8 93622 
liboasis-ocaml-doc_0.2.0-6_all.deb
Files: 
 b8d055eb9356215f189ee76c37dfe975 2015 ocaml optional oasis_0.2.0-6.dsc
 f25e1a0a5b33a1d9712a6dd7aa8655fc 4919 ocaml optional 
oasis_0.2.0-6.debian.tar.gz
 4da4e5f13987fd03c75f224faba770f2 2421552 ocaml optional oasis_0.2.0-6_all.deb
 ee857d16b5a4f1ee4c5f6dab518f8fba 467314 ocaml optional 
liboasis-ocaml-dev_0.2.0-6_amd64.deb
 d118400c7eb0f4d974cd47ea4bc64a8d 632040 ocaml optional 
liboasis-ocaml_0.2.0-6_amd64.deb
 4ac9d69dc8f108c883cc708f1243d52e 93622 doc optional 
liboasis-ocaml-doc_0.2.0-6_all.deb

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

iQEcBAEBAgAGBQJPs4gMAAoJEDe1GR0FRlJoM24IAISBVjkL9hILYVQ3W1a4Tsyv
mYU4eAMRqEDHP3BtGMK6dF120VZiaJdmHMYYrHIdmUSVw307tnzVAtzjSrxKm3/a
t/0k2OpiVNw38zW/ylUnDDLIue231fSVM4Px/8KWfTOTaAzwsULYOGv5szckVnS0
HPRAoD/8OeTFGpxXE/RMgtE2NH+mbFmGlZzsJdJfK6Cbv5dY/p/P+UEl05hXFG8e
Wi2NGJgQvZi4J7JgdDsidWJxE2Q/5LAlBKNNI/GJkqOIW3PX1GWRepKoorkPhi/N
z6cYJaKcrPwmId/VT/xcXyAv30vYwz1XXEH67T4+/aWWL1VLkvz2jM9qIgjSJco=
=3bWB
-END PGP SIGNATURE-


Accepted:
liboasis-ocaml-dev_0.2.0-6_amd64.deb
  to main/o/oasis/liboasis-ocaml-dev_0.2.0-6_amd64.deb
liboasis-ocaml-doc_0.2.0-6_all.deb
  to main/o/oasis/liboasis-ocaml-doc_0.2.0-6_all.deb
liboasis-ocaml_0.2.0-6_amd64.deb
  to main/o/oasis/liboasis-ocaml_0.2.0-6_amd64.deb
oasis_0.2.0-6.debian.tar.gz
  to main/o/oasis/oasis_0.2.0-6.debian.tar.gz
oasis_0.2.0-6.dsc
  to main/o/oasis/oasis_0.2.0-6.dsc
oasis_0.2.0-6_all.deb
  to main/o/oasis/oasis_0.2.0-6_all.deb


-- 
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/e1sucgf-p4...@franck.debian.org



Accepted vtk 5.8.0-12 (source all amd64)

2012-05-16 Thread Mathieu Malaterre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 May 2012 11:10:32 +0200
Source: vtk
Binary: vtk-doc vtk-examples libvtk5.8 libvtk-java libvtk5-dev libvtk5.8-qt4 
libvtk5-qt4-dev tcl-vtk python-vtk
Architecture: source amd64 all
Version: 5.8.0-12
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Mathieu Malaterre ma...@debian.org
Description: 
 libvtk-java - Visualization Toolkit - A high level 3D visualization library - j
 libvtk5-dev - VTK header files for building C++ code
 libvtk5-qt4-dev - Visualization Toolkit - A high level 3D visualization 
library - Q
 libvtk5.8  - Visualization Toolkit - A high level 3D visualization library - r
 libvtk5.8-qt4 - Visualization Toolkit - A high level 3D visualization library 
- Q
 python-vtk - Python bindings for VTK
 tcl-vtk- Tcl bindings for VTK
 vtk-doc- VTK class reference documentation
 vtk-examples - C++, Tcl and Python example programs/scripts for VTK
Closes: 656115 672729
Changes: 
 vtk (5.8.0-12) unstable; urgency=low
 .
   * Install QT cmake export file with qt package. Closes: #656115
   * Re-activate old patch from bug #506992. Closes: #672729
Checksums-Sha1: 
 3cb22e7a7b3b5b811d9eab5a1ba7bde00133ed5f 3023 vtk_5.8.0-12.dsc
 231dd70df8c853949c0d0e8fd168e0c318eeafc1 57421 vtk_5.8.0-12.debian.tar.gz
 e3647d1228cc9a82392112ed49f6c7ba1f3f8476 15487344 libvtk5.8_5.8.0-12_amd64.deb
 c8c31dfc079ea71e5be5c58525db69a9ea50bd1c 4928454 libvtk-java_5.8.0-12_amd64.deb
 58b2e0df27572b059c7f4ee8c5811149dc69ff78 2571256 libvtk5-dev_5.8.0-12_amd64.deb
 d4a33670a573ada41acef13474cbc93d3859aa15 498124 
libvtk5.8-qt4_5.8.0-12_amd64.deb
 41d91f499c277e5ff0f77e62cf32790687fd09bf 110014 
libvtk5-qt4-dev_5.8.0-12_amd64.deb
 7bf6a3e6603c09bd5f8722592a5f125e3d39e169 5258504 tcl-vtk_5.8.0-12_amd64.deb
 251ef38bdea44c218ee403ead3feb75b0b93b1a1 7263138 python-vtk_5.8.0-12_amd64.deb
 ca8083b9576cfefb4219c75eaf91d3915e0998e9 54995072 vtk-doc_5.8.0-12_all.deb
 8229f89839743dcd4836fbb3e694fa6a4ab0b7cb 578906 vtk-examples_5.8.0-12_all.deb
Checksums-Sha256: 
 b43d7bbfa064134dc018c977940c6cb2efc6c158ed71d9f59554c32d5c1eb514 3023 
vtk_5.8.0-12.dsc
 b77c062c166e18d22661a13c9bdc6d7caf0a95dc655fba88a69a70c8ec22850a 57421 
vtk_5.8.0-12.debian.tar.gz
 111d5d5b3d5090ff5ed15f493248d529894fef9184fede28c833e19a3256d093 15487344 
libvtk5.8_5.8.0-12_amd64.deb
 bae0b515a4e6a983e1c573cd62c1d5f39941ec7e50a81a23b319b5e60e86376c 4928454 
libvtk-java_5.8.0-12_amd64.deb
 efc81042b56c4139ca2a2f4ea5fa36465ff17e140fde3eb453194a52a72cca11 2571256 
libvtk5-dev_5.8.0-12_amd64.deb
 3ca07b7c4b8204cd87ec7df08d2631dca15479f7d7809a5eb86364393866b33d 498124 
libvtk5.8-qt4_5.8.0-12_amd64.deb
 f752b924dd6b593282c55f7e42795cd21c78fe5ed5b16e84893769ea513fc9cd 110014 
libvtk5-qt4-dev_5.8.0-12_amd64.deb
 8ba7839ed6d117c2824ec170693fb83d67714a076b45ea846851bae53f0b4107 5258504 
tcl-vtk_5.8.0-12_amd64.deb
 1b20582a8cab88c2f112b5e7198544fcffc9ff694dcd9fd30a70c59f6ca305e7 7263138 
python-vtk_5.8.0-12_amd64.deb
 68e986326f7996c714282bffa0c2d4dafe96ee97bd2e9c19fa3242b69c451afa 54995072 
vtk-doc_5.8.0-12_all.deb
 6a1040c9373e49d4c00cb12b9925242828bbc37697f23b136c0521e006870e49 578906 
vtk-examples_5.8.0-12_all.deb
Files: 
 719ad29ee47f464fdd988aaa5606e6a5 3023 graphics optional vtk_5.8.0-12.dsc
 29cda72b5186e5cf64c147f334515c44 57421 graphics optional 
vtk_5.8.0-12.debian.tar.gz
 f58e4364973eb84a09e9a233f324b683 15487344 libs optional 
libvtk5.8_5.8.0-12_amd64.deb
 695301dd345c0d10d8b4558c7d578d5c 4928454 java optional 
libvtk-java_5.8.0-12_amd64.deb
 3f7c5916dff2c8b6502424aa40141bb0 2571256 libdevel optional 
libvtk5-dev_5.8.0-12_amd64.deb
 f99f2d1adb15eaea1e44aa4a4261473b 498124 libs optional 
libvtk5.8-qt4_5.8.0-12_amd64.deb
 df0edd989e4f4312681def5db2024680 110014 libdevel optional 
libvtk5-qt4-dev_5.8.0-12_amd64.deb
 d1cd81deddb9de4b1d0221eb7233c564 5258504 interpreters optional 
tcl-vtk_5.8.0-12_amd64.deb
 77cd27af04879e1dd0a6dae1fa1ba721 7263138 python optional 
python-vtk_5.8.0-12_amd64.deb
 4076afb9abd501dc05dd9241f94e368a 54995072 doc optional vtk-doc_5.8.0-12_all.deb
 f49f09c2c6fc1b1fe912e809cce95e6c 578906 graphics optional 
vtk-examples_5.8.0-12_all.deb

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

iQIcBAEBAgAGBQJPs4bVAAoJEAFx4YKK4JNFE+kP/1+bE7rNFLb6vchPSsonUHAM
iHrwCMN+WvM++WKG8LRdPl47yUuMDqNWGilbp2dDoJwDbeNYpc5X1ZncdTyqcfA4
Y5aDLYrP/tL2jadTQbBnc8PRBks0nzESel+sVpjL0nYL6GECoIXd9nW42AG7Ykwv
/R0J1bhRWVNdXBo/j0jEKWrakpGf5eV7wbgjOeQ3ETUdvJOMCkraI4cbRy3Ts/yf
tRjFa6zwrO8wBkB7LXlBGInYj1Cn70n2chUyYznSvgE/IUzv3N7newnGuwtdNROA
mBNuPURbNw3gqyiVIQfUZAjVJAHRheKFyCpGEWWW25BF6wlN6e8yQVXgUH4dit1D
VNKKPz+vCRwpkditjFna0edShC2CuYk7rb+C4z4PFqIxdh9ngxjoZOKZx1l6CPJH
jON0gQVT4kC+a9E6Voz8eLzpe10dGoov4JcjtC0MNETGA5r+ahZzprm/bgEiybYW
L4vhx86aCDPJVsYhbGvV4LX+stEvSulhqFyTCwRRGUmdCDH9aJucGQBuSO1u253Z
QMqAKrKAD+WOFz1KP/MsFWyktPntZDP25b/di2QGrUw8YZYd7bEDrNVZDY8PZoO9

Accepted why 2.30+dfsg-5 (source all amd64)

2012-05-16 Thread Mehdi Dogguy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 May 2012 12:54:14 +0200
Source: why
Binary: why why-examples libwhy-coq
Architecture: source amd64 all
Version: 2.30+dfsg-5
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Mehdi Dogguy me...@debian.org
Description: 
 libwhy-coq - Why library for Coq
 why- Software verification tool
 why-examples - Examples of programs certified with Why
Changes: 
 why (2.30+dfsg-5) unstable; urgency=low
 .
   * Update 0001-Why-2.29-do-support-Coq-8.3.patch
 - Mark Coq 8.3pl4 as compatible.
   * Bump Standards-Version to 3.9.3, no changes required.
Checksums-Sha1: 
 b740bf0d3b0dc9cc52693e002377a4b7993e4abd 1968 why_2.30+dfsg-5.dsc
 889accd706db81dd77743f46146692bc6def56a1 11410 why_2.30+dfsg-5.debian.tar.gz
 5375bf6a9a7c20f31103105eaf128b4800740613 8172490 why_2.30+dfsg-5_amd64.deb
 6b4cc5ca3ae4825ff07837b1da6215b06ee83fb1 194416 
why-examples_2.30+dfsg-5_all.deb
 8c75bf78f0278ce006986ca5f35c7c9a4830c17c 417300 libwhy-coq_2.30+dfsg-5_all.deb
Checksums-Sha256: 
 00f624c26e19ced79a8a1e5f25179ad923e03c9d2dbec45002df7b62d13f9bc4 1968 
why_2.30+dfsg-5.dsc
 eddea5c457eac4c60fc11ca7f17631d21f9941424296b47d7f2cb8c4c808c7de 11410 
why_2.30+dfsg-5.debian.tar.gz
 901dc001ff9149e1505c637346eb9a0c0a4e9260c39def5e8fbc2aee565f7bbd 8172490 
why_2.30+dfsg-5_amd64.deb
 f250f51b380abf1a5addee6fad83d6205fc29ddee442208dcaf857566226d931 194416 
why-examples_2.30+dfsg-5_all.deb
 c42a5f842ea00f758bb1a2c4c26f7edcf2827a8f41560a169f879c0663ba 417300 
libwhy-coq_2.30+dfsg-5_all.deb
Files: 
 9a498474e986013b6c15d32f05fb80a1 1968 math optional why_2.30+dfsg-5.dsc
 34afebbad81bbc73a5079f1a5c7922c0 11410 math optional 
why_2.30+dfsg-5.debian.tar.gz
 360c2c7a275bba73b8cdbc263c47ee3b 8172490 math optional 
why_2.30+dfsg-5_amd64.deb
 42044debb6746e52695581980b87e0fb 194416 doc optional 
why-examples_2.30+dfsg-5_all.deb
 a5bd95d569bef816db5fa035c954293d 417300 libdevel optional 
libwhy-coq_2.30+dfsg-5_all.deb

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

iQEcBAEBAgAGBQJPs4iKAAoJEDe1GR0FRlJostoIAIJD+Ke8JOa9qFOC0UxD6HeZ
igOPy9ozlv4HAU8r+2WeqJdPKfzjp8PIIxGTWeh/nT6gdtZml9skhqtm+ND7j10W
y+easS4o7RNtJHI3PsNqe40CkC+Tb580wwROzzxHMq2p1BEF/d97/wcOBaVWGdDu
GJDOr7l0kLKiRnqyvhhSwNIdjpNOFVWhoZTcUtqMx1J2URiUuQ0gpJzSHAiHwEjC
dgJYLC5folj0NJmP66fjhe74m7EFJ32LvgdQNyfsSSTpiYKn9VG/PdLytc1IiOao
jHqM8zj2G+C0iu7qx2nTD5yYpq/scoC45y1F9RRfP2owUMlgPPD7iNhqfWXeJ6c=
=NvTD
-END PGP SIGNATURE-


Accepted:
libwhy-coq_2.30+dfsg-5_all.deb
  to main/w/why/libwhy-coq_2.30+dfsg-5_all.deb
why-examples_2.30+dfsg-5_all.deb
  to main/w/why/why-examples_2.30+dfsg-5_all.deb
why_2.30+dfsg-5.debian.tar.gz
  to main/w/why/why_2.30+dfsg-5.debian.tar.gz
why_2.30+dfsg-5.dsc
  to main/w/why/why_2.30+dfsg-5.dsc
why_2.30+dfsg-5_amd64.deb
  to main/w/why/why_2.30+dfsg-5_amd64.deb


-- 
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/e1sucjc-0001b8...@franck.debian.org



Accepted bookletimposer 0.2-1 (source all)

2012-05-16 Thread intrigeri
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 16 May 2012 00:52:04 +0200
Source: bookletimposer
Binary: bookletimposer
Architecture: source all
Version: 0.2-1
Distribution: unstable
Urgency: low
Maintainer: intrigeri intrig...@debian.org
Changed-By: intrigeri intrig...@debian.org
Description: 
 bookletimposer - PDF imposition toolkit
Changes: 
 bookletimposer (0.2-1) unstable; urgency=low
 .
   * Imported Upstream version 0.2
   * Add Vcs-* control fields.
   * Update specification URL in debian/copyright.
   * Bump Standards-Version to 3.9.3, no change required.
   * Update dependencies:
 - replace txt2tags with pandoc
 - replace python-gtk2 with python-gobject + gir1.2-gtk-3.0.
   * Remove obsolete maintainer-not-full-name Lintian override.
Checksums-Sha1: 
 49bab599f227bcd749ad09bdec9e5780a5d03091 1987 bookletimposer_0.2-1.dsc
 72b9d86979e3bc633e613e320fd9a5d99908cc58 127172 bookletimposer_0.2.orig.tar.gz
 0257a1149a92cf5ee9a3eecc60cb69ef46df4dc6 1723 
bookletimposer_0.2-1.debian.tar.gz
 f392824d4854632576d41601a3c863e1000280d5 116542 bookletimposer_0.2-1_all.deb
Checksums-Sha256: 
 03feef6a1a1d5f8ad036f6b93ea94e0ac0ae726fd3b6f3bd59a03f216da51a4b 1987 
bookletimposer_0.2-1.dsc
 6a08698e912f9edfbc58656bd38cefbb9476d0e3bf9b2e220702fb153eee4071 127172 
bookletimposer_0.2.orig.tar.gz
 3eb3963517c91e247e75b15ad0abf664d6b34d78fdb39c2c0103e2e79a39444b 1723 
bookletimposer_0.2-1.debian.tar.gz
 d3e49b13572458b2b7dfb480a59fd2def1c559b391d5d3f8b68dec125bf6e905 116542 
bookletimposer_0.2-1_all.deb
Files: 
 e75535876ec1f70f86d420d48473ed38 1987 python optional bookletimposer_0.2-1.dsc
 c0e5517bae1949dc1d707541f7a8eb51 127172 python optional 
bookletimposer_0.2.orig.tar.gz
 851cd0eb000336c630e036560b248736 1723 python optional 
bookletimposer_0.2-1.debian.tar.gz
 2e7e5cf68fdf02393ff01f0177f3d2fd 116542 python optional 
bookletimposer_0.2-1_all.deb

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

iQIcBAEBCgAGBQJPs4zKAAoJELrOFdKldJj/HYAP/3L0bZtIuY4SNcr6Oegnr2dM
00rLAAvdL5508gR7xw/83r3iwgNk6EJIf62C4+9WVad1CceYZiBvhFnhkFU6+jZ+
YKBeGszf2U0EAXKpoUYKqE6WPacrUwChENctYoIuNqNgX3GHiF2XxJehhLuTDNDI
hSdduwuKzdSYjitS+i+b70LiaSdXw4fFwcwpPy0/fm2PFurUAuB6aXJErJToyBxC
g8fD2fh+gkkOzpW8gTIZ4vGQzHJn8YzBpu+eZA4iWo/fWE4W4wtahKJdkVtScIfx
Ejm+riElFXcYWaBA9DsFWBR5jKfLw3AGOGe7AI7LGLcbfJv2lXdZeAcT5axk0EEc
aPPTQVhM9r/OMpfUiB3VsWpKNGLP8OB9rk5sZW5vLM1GfOnoJK11syI3Hk8suQYZ
l0w+msoviDY+4dkUCB5pTf4KFY0b6uY9/Ff+1vuiTet7LaPo54iRzQiK6MJWYRz+
f/KkuNiY9OI3dfW7gz2M/UtgY2qHN61M0L/46Lv5BgeQMsIfxTxLJAWnehfI/CIs
DFAeyRpS7/LwLbRXcCwsNU3uoyQiHCBB5KD2yHvpDEhm+PvQNYJTMbSQdbGbf766
BsLj5cPKGfIC0ChEFe18LighuEAwhEA5/+Foe/A4TLXzNb6rV3MwUYR0WF2mfRDG
Sb2nq1Gq/ZcWpoRz4MvC
=JKeP
-END PGP SIGNATURE-


Accepted:
bookletimposer_0.2-1.debian.tar.gz
  to main/b/bookletimposer/bookletimposer_0.2-1.debian.tar.gz
bookletimposer_0.2-1.dsc
  to main/b/bookletimposer/bookletimposer_0.2-1.dsc
bookletimposer_0.2-1_all.deb
  to main/b/bookletimposer/bookletimposer_0.2-1_all.deb
bookletimposer_0.2.orig.tar.gz
  to main/b/bookletimposer/bookletimposer_0.2.orig.tar.gz


-- 
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/e1sucsh-0001zk...@franck.debian.org



Accepted spandsp 0.0.6~pre20-1 (source all amd64)

2012-05-16 Thread Tzafrir Cohen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 May 2012 10:44:43 +0300
Source: spandsp
Binary: libspandsp2 libspandsp-dev libspandsp-doc
Architecture: source amd64 all
Version: 0.0.6~pre20-1
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team pkg-voip-maintain...@lists.alioth.debian.org
Changed-By: Tzafrir Cohen tzaf...@debian.org
Description: 
 libspandsp-dev - Telephony signal processing library - development headers
 libspandsp-doc - Documentation for the spandsp signal processing library
 libspandsp2 - Telephony signal processing library
Changes: 
 spandsp (0.0.6~pre20-1) unstable; urgency=low
 .
   [ Tzafrir Cohen ]
   * New upstream release.
   * Enable tests. Requires some extra packages.
 .
   [ Mark Purcell ]
   * libspandsp2.symbols + bit_reverse_8bytes@Base 0.0.6~pre20
Checksums-Sha1: 
 df4c022df4031bb32a1ef55fc3c73778b10902ca 1738 spandsp_0.0.6~pre20-1.dsc
 6dfe3b8e8816624e0afb5d253832a9b1c1d3a721 3278969 
spandsp_0.0.6~pre20.orig.tar.gz
 32b93e0982b414e55dcbed6f1783df87679d38da 9914 
spandsp_0.0.6~pre20-1.debian.tar.gz
 f1b7722a9a1ccd4e880a0997b31187de175d0207 330644 
libspandsp2_0.0.6~pre20-1_amd64.deb
 4ce3544451fd93fdd72775804595ae10945ceeae 541130 
libspandsp-dev_0.0.6~pre20-1_amd64.deb
 bcca4a0b51e8cad2faf3eeeb167b7638ebc98b4f 2394944 
libspandsp-doc_0.0.6~pre20-1_all.deb
Checksums-Sha256: 
 e055aaaca3dfcd1fd8f4183d982d69db965f2b1fbf7bae04f0269d6b6a884ae5 1738 
spandsp_0.0.6~pre20-1.dsc
 b5180b4f3ce9a2c439357efe06c2715a15b4516bd5dc7eebc416fbe0a18d2f12 3278969 
spandsp_0.0.6~pre20.orig.tar.gz
 54bbfec6dfd5d70522dca63eadb4e20fd0ea47ccbf321fbe10575fdea84e7f46 9914 
spandsp_0.0.6~pre20-1.debian.tar.gz
 0d96c9970927ab040230c871ad1ec112663a09d56c7a654c0622a3dd034483be 330644 
libspandsp2_0.0.6~pre20-1_amd64.deb
 9c450ad4caf5e128514232cc649eca54ded02a41ec1bf4a35d62ea2147c4655a 541130 
libspandsp-dev_0.0.6~pre20-1_amd64.deb
 09df3aec5829980c35ae4827b8f0bb51e5ec95c43cfc2ef7e6e12242d14fa4ff 2394944 
libspandsp-doc_0.0.6~pre20-1_all.deb
Files: 
 b185ccbdffaac139be76e156070d3967 1738 libs optional spandsp_0.0.6~pre20-1.dsc
 9bdf1d027f1b5dc5e622d707fa1634cb 3278969 libs optional 
spandsp_0.0.6~pre20.orig.tar.gz
 e4f88e01ed47473aa63e5c779184093c 9914 libs optional 
spandsp_0.0.6~pre20-1.debian.tar.gz
 2d11938787afe0cecec0bbc9bb235945 330644 libs optional 
libspandsp2_0.0.6~pre20-1_amd64.deb
 8fdc8ece3d05a6ccd8a705048d15173b 541130 libdevel optional 
libspandsp-dev_0.0.6~pre20-1_amd64.deb
 f5bdd44d234cd8127eed5ca67da6efd0 2394944 doc optional 
libspandsp-doc_0.0.6~pre20-1_all.deb

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

iEYEARECAAYFAk+zjdMACgkQxArWdkN9MouvsACgw1HiDJzNyf4fGDnZtD86Cvev
vskAoKl/b5LjHVnigBOSay8nOMOUnYsv
=X1+b
-END PGP SIGNATURE-


Accepted:
libspandsp-dev_0.0.6~pre20-1_amd64.deb
  to main/s/spandsp/libspandsp-dev_0.0.6~pre20-1_amd64.deb
libspandsp-doc_0.0.6~pre20-1_all.deb
  to main/s/spandsp/libspandsp-doc_0.0.6~pre20-1_all.deb
libspandsp2_0.0.6~pre20-1_amd64.deb
  to main/s/spandsp/libspandsp2_0.0.6~pre20-1_amd64.deb
spandsp_0.0.6~pre20-1.debian.tar.gz
  to main/s/spandsp/spandsp_0.0.6~pre20-1.debian.tar.gz
spandsp_0.0.6~pre20-1.dsc
  to main/s/spandsp/spandsp_0.0.6~pre20-1.dsc
spandsp_0.0.6~pre20.orig.tar.gz
  to main/s/spandsp/spandsp_0.0.6~pre20.orig.tar.gz


-- 
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/e1sucut-00028u...@franck.debian.org



Accepted texlive-base 2012.20120516-1 (source all)

2012-05-16 Thread Norbert Preining
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 May 2012 08:21:50 +0900
Source: texlive-base
Binary: texlive-base texlive-generic-recommended texlive-latex-base 
texlive-latex-recommended texlive-fonts-recommended texlive-pictures 
texlive-luatex texlive-metapost texlive-omega texlive-xetex texlive 
texlive-full texlive-common texlive-fonts-recommended-doc 
texlive-latex-base-doc texlive-latex-recommended-doc texlive-metapost-doc 
texlive-pictures-doc
Architecture: source all
Version: 2012.20120516-1
Distribution: unstable
Urgency: low
Maintainer: Debian TeX Maintainers debian-tex-ma...@lists.debian.org
Changed-By: Norbert Preining prein...@debian.org
Description: 
 texlive- TeX Live: A decent selection of the TeX Live packages
 texlive-base - TeX Live: Essential programs and files
 texlive-common - TeX Live: Base component
 texlive-fonts-recommended - TeX Live: Recommended fonts
 texlive-fonts-recommended-doc - TeX Live: Documentation files for 
texlive-fonts-recommended
 texlive-full - TeX Live: metapackage pulling in all components of TeX Live
 texlive-generic-recommended - TeX Live: Recommended generic packages
 texlive-latex-base - TeX Live: Basic LaTeX packages
 texlive-latex-base-doc - TeX Live: Documentation files for texlive-latex-base
 texlive-latex-recommended - TeX Live: LaTeX recommended packages
 texlive-latex-recommended-doc - TeX Live: Documentation files for 
texlive-latex-recommended
 texlive-luatex - TeX Live: LuaTeX packages
 texlive-metapost - TeX Live: MetaPost (and Metafont) drawing packages
 texlive-metapost-doc - TeX Live: Documentation files for texlive-metapost
 texlive-omega - TeX Live: Omega packages
 texlive-pictures - TeX Live: Graphics packages and programs
 texlive-pictures-doc - TeX Live: Documentation files for texlive-pictures
 texlive-xetex - TeX Live: XeTeX packages
Closes: 672348
Changes: 
 texlive-base (2012.20120516-1) unstable; urgency=low
 .
   * new upstream snapshot based on TL2012 tlpretest
   * texlive-xetex needs to depend on tipa, otherwise tipa will not be
 installed on upgrades from stable, and xunicode will not work
 (Closes: #672348)
   * fix a (harmless) logic error in the postinst of texlive-base
 (no effective change)
   * switch to xz compression for orig and deb
Checksums-Sha1: 
 dfc22a34461e017839094141e566fdbe0a8ddd83 2348 texlive-base_2012.20120516-1.dsc
 ba5fd323591e1f36b62a374ca6129782d2f3b986 192804040 
texlive-base_2012.20120516.orig.tar.xz
 2add6db2061efb72db59be765d106d2e7bc5cbc4 235290 
texlive-base_2012.20120516-1.debian.tar.gz
 e0b373309933ac0523cbe9eb51ea3fb560940d1c 14191710 
texlive-base_2012.20120516-1_all.deb
 43dc470696c52769e148bf4781a2ac176fcfc797 2141134 
texlive-generic-recommended_2012.20120516-1_all.deb
 de7eef105896bff012c4bc83a7365a2934a37257 892952 
texlive-latex-base_2012.20120516-1_all.deb
 b21206c31b8157cdddfd6d8207a5ab789ff4619b 6346306 
texlive-latex-recommended_2012.20120516-1_all.deb
 0841b0f58f6eee06f8e4471a6727c8046a84b272 5214750 
texlive-fonts-recommended_2012.20120516-1_all.deb
 621dc51505c1464c373d9ed5e789e9351ab1b638 2275630 
texlive-pictures_2012.20120516-1_all.deb
 b759f6bd098d0b81a01056946363166c52038a7b 5520136 
texlive-luatex_2012.20120516-1_all.deb
 773399565515da3683aa3b8684726d794588b97a 416246 
texlive-metapost_2012.20120516-1_all.deb
 99e4e1593e7b13635608bef5c041780e26657c8d 1822462 
texlive-omega_2012.20120516-1_all.deb
 9dbf2ba4377bf7ba33cabb4e775d69e00d45cc92 6524984 
texlive-xetex_2012.20120516-1_all.deb
 689da0ba0ae6a66b08aa33eddd63a4a1eb99fceb 36058 texlive_2012.20120516-1_all.deb
 d310075be109dfc2bcfe2f58d0f30298a3b591d7 36472 
texlive-full_2012.20120516-1_all.deb
 3881dc2bddd65d64d1ea0d6540b7d78b77c95627 199062 
texlive-common_2012.20120516-1_all.deb
 61ef940bc6673779a48dbfa0498284ccdd16d377 2625026 
texlive-fonts-recommended-doc_2012.20120516-1_all.deb
 c94c4dcdd777f707a8cae473cade60f00973643e 38710110 
texlive-latex-base-doc_2012.20120516-1_all.deb
 2be001d0616050294a7c1dd876d2526456e1f653 34615862 
texlive-latex-recommended-doc_2012.20120516-1_all.deb
 5f9a085f078192ed03b8bba4f15ee49ae02a153f 24129514 
texlive-metapost-doc_2012.20120516-1_all.deb
 884b8ea933ff18c962098fd81aa978bfc2f94ac2 41419380 
texlive-pictures-doc_2012.20120516-1_all.deb
Checksums-Sha256: 
 bf734a4e426f9c3c511ba01d83d04b1d86c78ff0e6b2ab8c8267b536dbcaec0d 2348 
texlive-base_2012.20120516-1.dsc
 8f27905f30890ebff3faaf7da969344da2e44f951e60a352392e4af39656c8f0 192804040 
texlive-base_2012.20120516.orig.tar.xz
 2ca8314d4cdbfcae1cad8fa739bd5096caca9d51105956f2f9c7840ff07d24a9 235290 
texlive-base_2012.20120516-1.debian.tar.gz
 c4650d04199ae5620be6a7e9afda8801fb6388c05a79ab79436aa3f019901ec5 14191710 
texlive-base_2012.20120516-1_all.deb
 ce0b3132bd1c2fd81694309479b7c1cf6d5673060d59aa091f89da45b3af0908 2141134 
texlive-generic-recommended_2012.20120516-1_all.deb
 f5c7546cd79ee13ca88093faa3f92673440f794c5787240ff754a7facccac859 892952 
texlive-latex-base_2012.20120516-1_all.deb
 

Accepted texlive-bin 2012.20120516-1 (source amd64)

2012-05-16 Thread Norbert Preining
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 May 2012 14:05:23 +0900
Source: texlive-bin
Binary: texlive-binaries libkpathsea6 libkpathsea-dev libptexenc1 libptexenc-dev
Architecture: source amd64
Version: 2012.20120516-1
Distribution: unstable
Urgency: low
Maintainer: Debian TeX Maintainers debian-tex-ma...@lists.debian.org
Changed-By: Norbert Preining prein...@debian.org
Description: 
 libkpathsea-dev - TeX Live: path search library for TeX (development part)
 libkpathsea6 - TeX Live: path search library for TeX (runtime part)
 libptexenc-dev - TeX Live: ptex encoding library (development part)
 libptexenc1 - TeX Live: ptex encoding library
 texlive-binaries - Binaries for TeX Live
Closes: 673016
Changes: 
 texlive-bin (2012.20120516-1) unstable; urgency=low
 .
   * new upstream snapshot based on TL2012 tlpretest
   * remove outdated and not needed patches
   * remove traces of debian internal mupdmap, we use the one that is now
 shipped by default in TeX Live
   * patch shipped updmap for correct perl module search path
   * move patches from debian/patches to debian/quilt, add quilt as
 build dep, and include quilt patching in debian/rules
 this gets us rid of the strange parts of the 3.0 format
 (see quilt vs dpkg-source fuzzyness acceptance).
 Thanks to an unnamed dev who gave me the hint!
   * disable build-wovp2ovf patch, included upstream
   * (re)install cnf.h into libkpathsea-dev (Closes: #673016)
Checksums-Sha1: 
 a605d66a26361ddc3ec6c75a1b61821ab163c496 1725 texlive-bin_2012.20120516-1.dsc
 3a3056ee41a314562f2739019d69975505856cc5 31217584 
texlive-bin_2012.20120516.orig.tar.xz
 0d5f2e19555e7d607e072a550d84399b56de4443 65059 
texlive-bin_2012.20120516-1.debian.tar.gz
 9dc4a9a132059ad7753ae3ba80ed1d5656110007 17336486 
texlive-binaries_2012.20120516-1_amd64.deb
 2d6be7f685dbadb520c38d6181354461415287d8 162462 
libkpathsea6_2012.20120516-1_amd64.deb
 fb0371808f5474a169595dabe14d3683e1353445 187702 
libkpathsea-dev_2012.20120516-1_amd64.deb
 243c5f45fac7e38b40b4d6a696eae1a1da6076c2 54720 
libptexenc1_2012.20120516-1_amd64.deb
 73791484b6582b335cbb27b04707f37e33258bca 54076 
libptexenc-dev_2012.20120516-1_amd64.deb
Checksums-Sha256: 
 5e68f81e323b1091779107fdf798b5fa1b15d4c67550ccf428b58211c673f1b7 1725 
texlive-bin_2012.20120516-1.dsc
 f1371fe0e9aad1eda61582fdffc75ca3ed7d8456c955c1bba59a2fe70b92f41c 31217584 
texlive-bin_2012.20120516.orig.tar.xz
 cea08ff796195ea4e514bedd19d5e80df719ac50df3c6d992edd537b727b 65059 
texlive-bin_2012.20120516-1.debian.tar.gz
 c68862d8e25864ad52df87219606125e3424802e45c42cc79f37a257c19a71e8 17336486 
texlive-binaries_2012.20120516-1_amd64.deb
 008cb9df213145640125037a0f124edff8fbc16b2741a55ba7314cf63dd3b8f8 162462 
libkpathsea6_2012.20120516-1_amd64.deb
 d57c786810a160bdd7d81bbf618aa06cf6c7bc68afa3791d669a53876f1e08dc 187702 
libkpathsea-dev_2012.20120516-1_amd64.deb
 31d6e7840695752ef1e2f88948f1b5e43188fcd61452f770ea2e3979a66709e9 54720 
libptexenc1_2012.20120516-1_amd64.deb
 e1aa7009f0f947d8282b5b96d9525b1e9209954e220bdf7e7a264c71ae6bd22d 54076 
libptexenc-dev_2012.20120516-1_amd64.deb
Files: 
 5c331ba2408b35f15b25298ec49989b6 1725 tex optional 
texlive-bin_2012.20120516-1.dsc
 39c6bdb3646a2e9c0c0b4c922b219006 31217584 tex optional 
texlive-bin_2012.20120516.orig.tar.xz
 8553d8ab5305b87096c8dc0523ec42f0 65059 tex optional 
texlive-bin_2012.20120516-1.debian.tar.gz
 53bc63e3c3425284e5ec0c6a149c3852 17336486 tex optional 
texlive-binaries_2012.20120516-1_amd64.deb
 e343dea56b18ec6033c8e156f9d129e4 162462 libs optional 
libkpathsea6_2012.20120516-1_amd64.deb
 036617e2ac1fa79c88356078c989b476 187702 libdevel optional 
libkpathsea-dev_2012.20120516-1_amd64.deb
 11a08ef239c8e41d769e501933595559 54720 libs optional 
libptexenc1_2012.20120516-1_amd64.deb
 81999c231b721af85c184bb7bf32f9d7 54076 libdevel optional 
libptexenc-dev_2012.20120516-1_amd64.deb

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

iD8DBQFPsz3g0r9KownFsJQRAti8AJ93qqmgNVX4weOzpKOXqRKXKIhMWACeN7p8
NPOR6RqAFGHXbCAkQeQr4II=
=VE1S
-END PGP SIGNATURE-


Accepted:
libkpathsea-dev_2012.20120516-1_amd64.deb
  to main/t/texlive-bin/libkpathsea-dev_2012.20120516-1_amd64.deb
libkpathsea6_2012.20120516-1_amd64.deb
  to main/t/texlive-bin/libkpathsea6_2012.20120516-1_amd64.deb
libptexenc-dev_2012.20120516-1_amd64.deb
  to main/t/texlive-bin/libptexenc-dev_2012.20120516-1_amd64.deb
libptexenc1_2012.20120516-1_amd64.deb
  to main/t/texlive-bin/libptexenc1_2012.20120516-1_amd64.deb
texlive-bin_2012.20120516-1.debian.tar.gz
  to main/t/texlive-bin/texlive-bin_2012.20120516-1.debian.tar.gz
texlive-bin_2012.20120516-1.dsc
  to main/t/texlive-bin/texlive-bin_2012.20120516-1.dsc
texlive-bin_2012.20120516.orig.tar.xz
  to main/t/texlive-bin/texlive-bin_2012.20120516.orig.tar.xz
texlive-binaries_2012.20120516-1_amd64.deb
  to main/t/texlive-bin/texlive-binaries_2012.20120516-1_amd64.deb


-- 
To UNSUBSCRIBE, email to 

Accepted texlive-doc 2012.20120516-1 (source all)

2012-05-16 Thread Norbert Preining
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 May 2012 08:22:00 +0900
Source: texlive-doc
Binary: texlive-doc-base texlive-doc-ar texlive-doc-bg texlive-doc-zh 
texlive-doc-cs+sk texlive-doc-nl texlive-doc-en texlive-doc-fi texlive-doc-fr 
texlive-doc-de texlive-doc-it texlive-doc-ja texlive-doc-ko texlive-doc-mn 
texlive-doc-pl texlive-doc-pt texlive-doc-ru texlive-doc-si texlive-doc-rs 
texlive-doc-es texlive-doc-th texlive-doc-tr texlive-doc-uk texlive-doc-vi
Architecture: source all
Version: 2012.20120516-1
Distribution: unstable
Urgency: low
Maintainer: Debian TeX Maintainers debian-tex-ma...@lists.debian.org
Changed-By: Norbert Preining prein...@debian.org
Description: 
 texlive-doc-ar - TeX Live: Arabic documentation
 texlive-doc-base - TeX Live: TeX Live documentation
 texlive-doc-bg - TeX Live: Bulgarian documentation
 texlive-doc-cs+sk - TeX Live: Czech/Slovak documentation
 texlive-doc-de - TeX Live: German documentation
 texlive-doc-en - TeX Live: English documentation
 texlive-doc-es - TeX Live: Spanish documentation
 texlive-doc-fi - TeX Live: Finnish documentation
 texlive-doc-fr - TeX Live: French documentation
 texlive-doc-it - TeX Live: Italian documentation
 texlive-doc-ja - TeX Live: Japanese documentation
 texlive-doc-ko - TeX Live: Korean documentation
 texlive-doc-mn - TeX Live: Mongolian documentation
 texlive-doc-nl - TeX Live: Dutch documentation
 texlive-doc-pl - TeX Live: Polish documentation
 texlive-doc-pt - TeX Live: Portuguese documentation
 texlive-doc-rs - TeX Live: Serbian documentation
 texlive-doc-ru - TeX Live: Russian documentation
 texlive-doc-si - TeX Live: Slovenian documentation
 texlive-doc-th - TeX Live: Thai documentation
 texlive-doc-tr - TeX Live: Turkish documentation
 texlive-doc-uk - TeX Live: Ukrainian documentation
 texlive-doc-vi - TeX Live: Vietnamese documentation
 texlive-doc-zh - TeX Live: Chinese documentation
Changes: 
 texlive-doc (2012.20120516-1) unstable; urgency=low
 .
   * new upstream snapshot based on TL2012 tlpretest
   * switch to xz compression for orig and deb
Checksums-Sha1: 
 0051cf3986e9d3d455b700a448486271b2c9025c 2480 texlive-doc_2012.20120516-1.dsc
 6c74319817d0d1672195b54a53d97cab44f0d3bd 122140564 
texlive-doc_2012.20120516.orig.tar.xz
 20cc97bf602cff460121d6cddfb16ed8a7add485 91225 
texlive-doc_2012.20120516-1.debian.tar.gz
 8259c5306901e8a4ba9586ecf4464ca786f250b2 1669300 
texlive-doc-base_2012.20120516-1_all.deb
 04a701f27a949aac376d96814c769faf66dcab18 841628 
texlive-doc-ar_2012.20120516-1_all.deb
 9d2660aa21ff8dcb88f86964ae9864bb1dde0433 2288390 
texlive-doc-bg_2012.20120516-1_all.deb
 94e0504ec6b67c86b59c2a4928e0ac2162179318 5404176 
texlive-doc-zh_2012.20120516-1_all.deb
 8af09cc375c6be7399f59a14f996a6d4aa4eea21 3344516 
texlive-doc-cs+sk_2012.20120516-1_all.deb
 f8a1591c2ca60d52e8875ccba3fcf6f33a6f6791 797620 
texlive-doc-nl_2012.20120516-1_all.deb
 e0804d221e1f370adae1154b6fba01b833954d70 54344370 
texlive-doc-en_2012.20120516-1_all.deb
 cf16c7e013bc1c38cb0c7b24280010b87032c280 1728780 
texlive-doc-fi_2012.20120516-1_all.deb
 b8868d30107672c53ce6982638746efd5ae69e09 10675128 
texlive-doc-fr_2012.20120516-1_all.deb
 7b1be49b513072c3f0574541b0b81dbe8c22fb9e 12667876 
texlive-doc-de_2012.20120516-1_all.deb
 772c73154b3c2f902ed88ba812d505943ae95076 3413122 
texlive-doc-it_2012.20120516-1_all.deb
 1c5741d7f2b6531a6c4904f268c6656e081ebdea 572010 
texlive-doc-ja_2012.20120516-1_all.deb
 90162b78e07eb2efe8199bad724a7f5864eab99d 1112252 
texlive-doc-ko_2012.20120516-1_all.deb
 180bfc117d328c53ac676b825e3e0e9172a7053d 1738128 
texlive-doc-mn_2012.20120516-1_all.deb
 ab258e69e00598a63dc2929696f2f904124ca21d 3305880 
texlive-doc-pl_2012.20120516-1_all.deb
 baffc0033b5e91d7175119391aa88d62cc2c08b4 9671282 
texlive-doc-pt_2012.20120516-1_all.deb
 5ba05375133f262ca528b260b1349656eca61b7d 3058128 
texlive-doc-ru_2012.20120516-1_all.deb
 c68b7a7596c5b327296fbf70e6263514fdc4956b 1431380 
texlive-doc-si_2012.20120516-1_all.deb
 9f8f63d451a952c61c80b473f507dc1294ee8bd3 798288 
texlive-doc-rs_2012.20120516-1_all.deb
 c477be204c889c45ef1a99f288e9c4e93510ac24 3580688 
texlive-doc-es_2012.20120516-1_all.deb
 ee78a82d815b011b29fc3990fee95a9e2a7b7455 495392 
texlive-doc-th_2012.20120516-1_all.deb
 f83b6bfb1a45c41881c141be7a1a1b2e4c8531bb 1448224 
texlive-doc-tr_2012.20120516-1_all.deb
 d7461764adb7e48584630c0b405ead06733b146e 2105984 
texlive-doc-uk_2012.20120516-1_all.deb
 62a3810d21fdbd1284a4264e03e28fdddecf465e 3166650 
texlive-doc-vi_2012.20120516-1_all.deb
Checksums-Sha256: 
 1a053a935362146cb3725f6f6a0a1e0e1f2cfa7a7bf903d898af2bf9b28adc32 2480 
texlive-doc_2012.20120516-1.dsc
 2a4a4e886931ea1d745b61829a2aeb93a38412f1719fcc64f9b61c463cb62592 122140564 
texlive-doc_2012.20120516.orig.tar.xz
 688a64caad8cd8a2a66b56be314208d5ad8014f9ba353403175d595ad0ee2688 91225 
texlive-doc_2012.20120516-1.debian.tar.gz
 15f31b190664020aa04ef777f48896ca53cd9132e38d5cc3345e226c562d1ba1 1669300 

Accepted libxml-libxml-perl 1.98+dfsg-1 (source amd64)

2012-05-16 Thread Alessandro Ghedini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 May 2012 13:38:51 +0200
Source: libxml-libxml-perl
Binary: libxml-libxml-perl
Architecture: source amd64
Version: 1.98+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Alessandro Ghedini gh...@debian.org
Description: 
 libxml-libxml-perl - Perl interface to the libxml2 library
Changes: 
 libxml-libxml-perl (1.98+dfsg-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 225ccf86c7968de00dc3d1d8db3a6fbf2b860dc4 2297 
libxml-libxml-perl_1.98+dfsg-1.dsc
 cf822e1adaa0c7acf1ba0ba44531f0e3976df4f2 372752 
libxml-libxml-perl_1.98+dfsg.orig.tar.gz
 0bb37e827b4de89caf5214f2ed3c38e93fd0f82d 10887 
libxml-libxml-perl_1.98+dfsg-1.debian.tar.gz
 59fff2cac436ccdd3d74991f3e9dbbc0dab1e704 411434 
libxml-libxml-perl_1.98+dfsg-1_amd64.deb
Checksums-Sha256: 
 9281a26cdf662f3d507c27e119ba7f18652e70ccf6128181909516b895164476 2297 
libxml-libxml-perl_1.98+dfsg-1.dsc
 a7f60ebca9cb6559fbba3853ab0e19a69ad67073a85757432671f3410f77988d 372752 
libxml-libxml-perl_1.98+dfsg.orig.tar.gz
 9b5acb1a895828e8209bb3e0488c96df9dc4966d92885823b1814b052e974d8b 10887 
libxml-libxml-perl_1.98+dfsg-1.debian.tar.gz
 02aff14667b061968664837e8604faf35d502ddc0617fc34c006d5574dbf7601 411434 
libxml-libxml-perl_1.98+dfsg-1_amd64.deb
Files: 
 e213b2e7c4509824db43566244da00dd 2297 perl optional 
libxml-libxml-perl_1.98+dfsg-1.dsc
 7de998ad7c6491b9e429d774f3c95ced 372752 perl optional 
libxml-libxml-perl_1.98+dfsg.orig.tar.gz
 f83fc64d1dbbd8ae1aaf8f306fb725a3 10887 perl optional 
libxml-libxml-perl_1.98+dfsg-1.debian.tar.gz
 4264dee506f9c57f51d7100bdb82ff8a 411434 perl optional 
libxml-libxml-perl_1.98+dfsg-1_amd64.deb

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

iQIcBAEBAgAGBQJPs5KQAAoJEK+lG9bN5XPLFxUP/ijoF4vO/e3gDSV0icYIvhT8
8c/ntmajGcpTH7zaJI3Ox4X87WF3qT6A1wZEgaXGkoMwAghvq6+bu4k7Us5CMjaS
/twRFcV2khuBmbzJSm3auv7EIX9LioiqqdMExsG94qObcreOCMxo4eUWjevQoR5e
1dIoUZzjKj5yuxni8pHZ3VftFdTjZ58l641byfCdoFu0HfbA9RwEKWMXkKjuewk1
o2Z5USXSxfsQizM3VpSIzvSBL6uuNoHnIcEyTyuztxgR/lNP5ZESfNJwoJ33wQKY
Wr4DGgBY9ViJuPE44pf89Uoe8T2tj2gSNJuWMCHicBNUtehsWrS+VgvN9saviZ1c
uVQ2yIVGJu/x6IEaQwkymrovL3eVf+ED/bEd+A6D23MsIi4fpDPC8BnJ0SIKL34g
pTCMqa6XGNt98DratT0WXkfTgmdC3/llukXVsUqjKer+pD0w0p4NTqjmkPXUkNv1
OYIimce17ecC5neVRElor6KKDDHk8ZFNHCATb0ICUNe+K8ZRYxItkVTvQn57VRG6
TjTb6zVq5eZse0hoQ+9uIWqUeGcGpiOHEpSVZiMPEHqFX24ZOTgU9Co0odJu+FUK
hnT8hUNnNgn7DOA7HHUeQuiA6RniXdgyDlzYMM+f9IWroPzLEj1+ESNRp5N68+kQ
GSMRU2PtbjIX9kNiIHfY
=8xb7
-END PGP SIGNATURE-


Accepted:
libxml-libxml-perl_1.98+dfsg-1.debian.tar.gz
  to main/libx/libxml-libxml-perl/libxml-libxml-perl_1.98+dfsg-1.debian.tar.gz
libxml-libxml-perl_1.98+dfsg-1.dsc
  to main/libx/libxml-libxml-perl/libxml-libxml-perl_1.98+dfsg-1.dsc
libxml-libxml-perl_1.98+dfsg-1_amd64.deb
  to main/libx/libxml-libxml-perl/libxml-libxml-perl_1.98+dfsg-1_amd64.deb
libxml-libxml-perl_1.98+dfsg.orig.tar.gz
  to main/libx/libxml-libxml-perl/libxml-libxml-perl_1.98+dfsg.orig.tar.gz


-- 
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/e1sucht-0003nn...@franck.debian.org



Accepted nwrite 1.9.2-20.1 (source amd64)

2012-05-16 Thread Jari Aalto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 May 2012 10:05:05 +0300
Source: nwrite
Binary: nwrite
Architecture: source amd64
Version: 1.9.2-20.1
Distribution: unstable
Urgency: low
Maintainer: Luis Uribe a...@eviled.org
Changed-By: Jari Aalto jari.aa...@cante.net
Description: 
 nwrite - Enhanced replacement for the write command
Closes: 664385
Changes: 
 nwrite (1.9.2-20.1) unstable; urgency=low
 .
   * Non-maintainer upload; ACKed by the maintainer.
   * Remove deprecated dpatch and upgrade to packaging format 3.0 quilt
 (Closes: #664385).
   * Update to Standards-Version to 3.9.3 and debhelper to 9.
   * Add build-arch and build-indep targets; use dh_prep in rules file.
   * Improve config.* files handling in rules file.
   * Fix debian-rules-ignores-make-clean-error (Lintian).
   * Fix copyright-with-old-dh-make-debian-copyright (Lintian).
   * Fix copyright-refers-to-symlink-license (Lintian).
Checksums-Sha1: 
 c54726bc01c8b914677e5004a4ac7f34523ca37f 1031 nwrite_1.9.2-20.1.dsc
 c2dcfe3c0e358d560399e4b5c4b1ec798a11441f 8499 nwrite_1.9.2-20.1.debian.tar.gz
 7aacf6ddbc12b6c3482fec732b16f1f46e7b9d36 18866 nwrite_1.9.2-20.1_amd64.deb
Checksums-Sha256: 
 54a85dc9d2404f8952d496e10263283ee4d3c3e279529f5c15c7f8371d1bda08 1031 
nwrite_1.9.2-20.1.dsc
 173a1f5792011a051a163e3ecbe1c3259d23e500278032bb8c58f24ae773107a 8499 
nwrite_1.9.2-20.1.debian.tar.gz
 a8b93ab0bd9cdc745307fb6fb818776c5647d15f9836cbce6cdbbc7eadd6a809 18866 
nwrite_1.9.2-20.1_amd64.deb
Files: 
 f2d6fb897a2dd97e9b7868fc97f619ac 1031 utils optional nwrite_1.9.2-20.1.dsc
 ee34693a73e0143954f00e770c55ee4d 8499 utils optional 
nwrite_1.9.2-20.1.debian.tar.gz
 37c0c287aa38b86a69ab0a4182a6bfab 18866 utils optional 
nwrite_1.9.2-20.1_amd64.deb

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

iEYEARECAAYFAk+zj0oACgkQLARVQsm1XazTLACeMXqhmVQX0lofVGo3G68Q5cwN
SiwAoLdafvAsH7pndl/IcaMn94GW6Xp5
=Pbua
-END PGP SIGNATURE-


Accepted:
nwrite_1.9.2-20.1.debian.tar.gz
  to main/n/nwrite/nwrite_1.9.2-20.1.debian.tar.gz
nwrite_1.9.2-20.1.dsc
  to main/n/nwrite/nwrite_1.9.2-20.1.dsc
nwrite_1.9.2-20.1_amd64.deb
  to main/n/nwrite/nwrite_1.9.2-20.1_amd64.deb


-- 
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/e1suchw-0003q0...@franck.debian.org



Accepted texlive-extra 2012.20120516-1 (source all)

2012-05-16 Thread Norbert Preining
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 May 2012 08:22:07 +0900
Source: texlive-extra
Binary: texlive-bibtex-extra texlive-extra-utils texlive-font-utils 
texlive-formats-extra texlive-generic-extra texlive-math-extra 
texlive-plain-extra texlive-latex-extra texlive-fonts-extra texlive-music 
texlive-games texlive-pstricks texlive-publishers texlive-humanities 
texlive-science texpower pdfjam texlive-fonts-extra-doc texlive-humanities-doc 
texlive-latex-extra-doc texlive-pstricks-doc texlive-publishers-doc 
texlive-science-doc
Architecture: source all
Version: 2012.20120516-1
Distribution: unstable
Urgency: low
Maintainer: Debian TeX Maintainers debian-tex-ma...@lists.debian.org
Changed-By: Norbert Preining prein...@debian.org
Description: 
 pdfjam - TeX Live: transitional dummy package
 texlive-bibtex-extra - TeX Live: Extra BibTeX styles
 texlive-extra-utils - TeX Live: TeX auxiliary programs
 texlive-font-utils - TeX Live: Graphics and font utilities
 texlive-fonts-extra - TeX Live: Extra fonts
 texlive-fonts-extra-doc - TeX Live: Documentation files for texlive-fonts-extra
 texlive-formats-extra - TeX Live: Extra formats
 texlive-games - TeX Live: Games typesetting
 texlive-generic-extra - TeX Live: Extra generic packages
 texlive-humanities - TeX Live: Humanities packages
 texlive-humanities-doc - TeX Live: Documentation files for texlive-humanities
 texlive-latex-extra - TeX Live: LaTeX supplementary packages
 texlive-latex-extra-doc - TeX Live: Documentation files for texlive-latex-extra
 texlive-math-extra - TeX Live: Advanced math typesetting
 texlive-music - TeX Live: Music typesetting
 texlive-plain-extra - TeX Live: Plain TeX supplementary packages
 texlive-pstricks - TeX Live: PSTricks packages
 texlive-pstricks-doc - TeX Live: Documentation files for texlive-pstricks
 texlive-publishers - TeX Live: Support for publishers, theses, standards, 
conferences,
 texlive-publishers-doc - TeX Live: Documentation files for texlive-publishers
 texlive-science - TeX Live: Typesetting for natural and computer sciences
 texlive-science-doc - TeX Live: Documentation files for texlive-science
 texpower   - TeX Live: transitional dummy package
Closes: 672428
Changes: 
 texlive-extra (2012.20120516-1) unstable; urgency=low
 .
   * new upstream snapshot based on TL2012 tlpretest
   * switch to xz compression for orig and deb (Closes: #672428)
Checksums-Sha1: 
 478cf612206e33bab287763adb41674dec4bfbb9 2618 texlive-extra_2012.20120516-1.dsc
 c0229c3b3594eb97144c54202d3b611f01fa0f63 739323024 
texlive-extra_2012.20120516.orig.tar.xz
 6c8a92d193a54663baab8a4c7b5195aa7acbc8bc 164478 
texlive-extra_2012.20120516-1.debian.tar.gz
 2a4651b7c011a1bb326d0ad20fd50daa63542140 25473210 
texlive-bibtex-extra_2012.20120516-1_all.deb
 d9054b7fc72eb8b6db81f714f04635c5cc9d4e06 2547260 
texlive-extra-utils_2012.20120516-1_all.deb
 7c99085c6d0cfe87ab30a147723316b7e2939bc1 1696552 
texlive-font-utils_2012.20120516-1_all.deb
 da856192e0c5bdaecdd05c60098b6079495fa8eb 1945324 
texlive-formats-extra_2012.20120516-1_all.deb
 f295900e7486a2b04aaff3a3d4cc3e525eda4b65 7473932 
texlive-generic-extra_2012.20120516-1_all.deb
 e1f2abc07788d92b899e4d8a459651b5ff1b2096 11719666 
texlive-math-extra_2012.20120516-1_all.deb
 c616f6f7a3a148ccd3cd5abb083318e45748333e 2738390 
texlive-plain-extra_2012.20120516-1_all.deb
 1cfe475f9dc0378e58fd056e02a45a42204b0e1b 6368336 
texlive-latex-extra_2012.20120516-1_all.deb
 a1db8e4b9fc1bdf6f3b24d4d8a3cb123ebd4b3cf 126907988 
texlive-fonts-extra_2012.20120516-1_all.deb
 821833e5ff2c84ef347c72db9cd42ae4299eaad3 6749932 
texlive-music_2012.20120516-1_all.deb
 4c720d24138a9eb6228313d1d7d7d3d15f21b4c0 3108694 
texlive-games_2012.20120516-1_all.deb
 fb5d8d81a5c1c943cd55c037634992201b46e21e 25478974 
texlive-pstricks_2012.20120516-1_all.deb
 6e3067f4c97a7b3f5ac0d0011cc62464ec7b0d81 1566602 
texlive-publishers_2012.20120516-1_all.deb
 ce1f1228b452fd2643c2917e9437720f4a62f477 315934 
texlive-humanities_2012.20120516-1_all.deb
 2528e70fbaf325369308e2e0fafdeee5b52acb12 2059576 
texlive-science_2012.20120516-1_all.deb
 405a03360c98194e3899ffa9217a580d86c14abf 50062 texpower_2012.20120516-1_all.deb
 92e867265ed5f15638dd514e6649ef4813b8ccf4 50050 pdfjam_2012.20120516-1_all.deb
 a92c37c5e1b333f52f7fa2ad7f18b1868202e7dc 56965790 
texlive-fonts-extra-doc_2012.20120516-1_all.deb
 77ddd4a3fa98c97a155745fee525d5e2508123ab 10821368 
texlive-humanities-doc_2012.20120516-1_all.deb
 f77847f0ce0efcf33bf88ae179a6ed6983a1a124 290743124 
texlive-latex-extra-doc_2012.20120516-1_all.deb
 cf98eaaa6323ed463fb65ae215add73ac600e00a 69893560 
texlive-pstricks-doc_2012.20120516-1_all.deb
 63927c6b9d7823e9d730724630f38e9bfeaa10e0 49657106 
texlive-publishers-doc_2012.20120516-1_all.deb
 3a373f8689d5dcd80cf93284dca0c65f8f24b651 18714566 
texlive-science-doc_2012.20120516-1_all.deb
Checksums-Sha256: 
 fbe7f19746a036067b2ebf8773783bcf9550d49820311e19d9828e95bb5dad27 2618 
texlive-extra_2012.20120516-1.dsc
 

Accepted texlive-lang 2012.20120516-1 (source all)

2012-05-16 Thread Norbert Preining
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 May 2012 08:22:14 +0900
Source: texlive-lang
Binary: texlive-lang-african texlive-lang-arabic texlive-lang-armenian 
texlive-lang-cjk texlive-lang-croatian texlive-lang-cyrillic 
texlive-lang-czechslovak texlive-lang-danish texlive-lang-dutch 
texlive-lang-finnish texlive-lang-french texlive-lang-german texlive-lang-greek 
texlive-lang-hebrew texlive-lang-hungarian texlive-lang-indic 
texlive-lang-italian texlive-lang-latin texlive-lang-latvian 
texlive-lang-lithuanian texlive-lang-mongolian texlive-lang-norwegian 
texlive-lang-other texlive-lang-polish texlive-lang-portuguese 
texlive-lang-spanish texlive-lang-swedish texlive-lang-tibetan 
texlive-lang-english texlive-lang-vietnamese texlive-lang-all ptex-bin
Architecture: source all
Version: 2012.20120516-1
Distribution: unstable
Urgency: low
Maintainer: Debian TeX Maintainers debian-tex-ma...@lists.debian.org
Changed-By: Norbert Preining prein...@debian.org
Description: 
 ptex-bin   - TeX Live: transitional dummy package
 texlive-lang-african - TeX Live: African scripts
 texlive-lang-all - TeX Live: metapackage depending on all TeX Live language 
packages
 texlive-lang-arabic - TeX Live: Arabic
 texlive-lang-armenian - TeX Live: Armenian
 texlive-lang-cjk - TeX Live: Chinese, Japanese, Korean
 texlive-lang-croatian - TeX Live: Croatian
 texlive-lang-cyrillic - TeX Live: Cyrillic
 texlive-lang-czechslovak - TeX Live: Czech/Slovak
 texlive-lang-danish - TeX Live: Danish
 texlive-lang-dutch - TeX Live: Dutch
 texlive-lang-english - TeX Live: US and UK English
 texlive-lang-finnish - TeX Live: Finnish
 texlive-lang-french - TeX Live: French
 texlive-lang-german - TeX Live: German
 texlive-lang-greek - TeX Live: Greek
 texlive-lang-hebrew - TeX Live: Hebrew
 texlive-lang-hungarian - TeX Live: Hungarian
 texlive-lang-indic - TeX Live: Indic scripts
 texlive-lang-italian - TeX Live: Italian
 texlive-lang-latin - TeX Live: Latin
 texlive-lang-latvian - TeX Live: Latvian
 texlive-lang-lithuanian - TeX Live: Lithuanian
 texlive-lang-mongolian - TeX Live: Mongolian
 texlive-lang-norwegian - TeX Live: Norwegian
 texlive-lang-other - TeX Live: Other hyphenation patterns
 texlive-lang-polish - TeX Live: Polish
 texlive-lang-portuguese - TeX Live: Portuguese
 texlive-lang-spanish - TeX Live: Spanish
 texlive-lang-swedish - TeX Live: Swedish
 texlive-lang-tibetan - TeX Live: Tibetan
 texlive-lang-vietnamese - TeX Live: Vietnamese
Closes: 670494
Changes: 
 texlive-lang (2012.20120516-1) unstable; urgency=low
 .
   * new upstream snapshot based on TL2012 tlpretest
   * undo changes by the old ptex-bin package in the current postinst of
 ptex-bin (diversions, files under /etc) (Closes: #670494)
 (thanks to Andreas Beckmann for suggestions and code)
   * switch to xz compression for orig and deb
   * remove uptex tar.gz and uptex tlpobj patch, now included upstream
Checksums-Sha1: 
 acc63e27a988d58a5c5b1e4c9f0e3e9c7d95ed81 3226 texlive-lang_2012.20120516-1.dsc
 657803644a5b0bc9df154fa70ddb9fbb75fef8de 142396380 
texlive-lang_2012.20120516.orig.tar.xz
 cf863e03aca12d849908f8c33af31b8ff7e10cad 98836 
texlive-lang_2012.20120516-1.debian.tar.gz
 7b82e7647d75d4f4fc75a9bc3f09856932bd133f 5907582 
texlive-lang-african_2012.20120516-1_all.deb
 f8476c1e4a6047a6bb1d0681f0ea38ad54bee464 7189482 
texlive-lang-arabic_2012.20120516-1_all.deb
 b18a1110f0b8ecfb21c3c1ffd88b07073fa3e389 24230 
texlive-lang-armenian_2012.20120516-1_all.deb
 b810542f6d9b4a73c1f757b3247848dbccfdb245 15105376 
texlive-lang-cjk_2012.20120516-1_all.deb
 fdfb8541adac3cd74656a12b621ced45446fba01 125898 
texlive-lang-croatian_2012.20120516-1_all.deb
 95e2b9597e13d5ce6deedce056b874560a84c118 4695060 
texlive-lang-cyrillic_2012.20120516-1_all.deb
 3615b788c6a574b6c1f9c4d2b25dd609e9bc108d 2199542 
texlive-lang-czechslovak_2012.20120516-1_all.deb
 d16cda31d001213341397f9ec5db922820616c7f 24806 
texlive-lang-danish_2012.20120516-1_all.deb
 b7ea56688c4c3a69f9cce8aeb572df0edc537dc0 24804 
texlive-lang-dutch_2012.20120516-1_all.deb
 d9c75c57cbebaf96114181e1bd8101012397dedd 29682 
texlive-lang-finnish_2012.20120516-1_all.deb
 b64ac13ed590b48090fb8626848812b44c1eeca7 3674514 
texlive-lang-french_2012.20120516-1_all.deb
 80b5ec8c4ff4af534c06200768c669ecc7caf363 8401436 
texlive-lang-german_2012.20120516-1_all.deb
 cae4fcf63094b2cc452a55dfbc4fbd2194e84280 72937234 
texlive-lang-greek_2012.20120516-1_all.deb
 b9829f1e4c14273f4066c6fce231c741c193d7c0 161296 
texlive-lang-hebrew_2012.20120516-1_all.deb
 7d7926dafb626394dd6573619c811c97acba5bc8 196152 
texlive-lang-hungarian_2012.20120516-1_all.deb
 bffad1eab111740161a1a65178302a4767ea0651 5927490 
texlive-lang-indic_2012.20120516-1_all.deb
 6131856918c68206c86c4e8569be4e989c76da1c 1771534 
texlive-lang-italian_2012.20120516-1_all.deb
 e062c1aa3cfd38ad260610e252e67b9b25726469 24808 
texlive-lang-latin_2012.20120516-1_all.deb
 da3f9cf22039703fac79d90ea7485242e69e3ff3 24712 

Accepted gettext 0.18.1.1-8 (source all amd64)

2012-05-16 Thread Santiago Vila
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 16 May 2012 13:54:32 +0200
Source: gettext
Binary: gettext-base gettext gettext-el gettext-doc autopoint libgettextpo0 
libasprintf0c2
Architecture: source all amd64
Version: 0.18.1.1-8
Distribution: unstable
Urgency: low
Maintainer: Santiago Vila sanv...@debian.org
Changed-By: Santiago Vila sanv...@debian.org
Description: 
 autopoint  - The autopoint program from GNU gettext
 gettext- GNU Internationalization utilities
 gettext-base - GNU Internationalization utilities for the base system
 gettext-doc - Documentation for GNU gettext
 gettext-el - Emacs po-mode for editing gettext .po files
 libasprintf0c2 - GNU library to use fprintf and friends in C++
 libgettextpo0 - GNU Internationalization library
Closes: 671257
Changes: 
 gettext (0.18.1.1-8) unstable; urgency=low
 .
   * Modified msgfmt to always create little endian .mo files.
 Thanks a lot to Steve Langasek. Closes: #671257.
   * Updated config.guess and config.sub.
Checksums-Sha1: 
 08a91356980dbf60c244275ffc29b789bc6394ef 1782 gettext_0.18.1.1-8.dsc
 2a5ee01f34b8d29deea49c305cf170ca9edde054 51449 gettext_0.18.1.1-8.debian.tar.gz
 64194d88366774bda71296a142dbc2bafd865dc8 60046 gettext-el_0.18.1.1-8_all.deb
 8470d6c6afea8e084220670e4ed6249bb951a64a 913786 gettext-doc_0.18.1.1-8_all.deb
 20b31b3d438be96e493124c233904a8e51886762 622800 autopoint_0.18.1.1-8_all.deb
 f7600089f58b34416e5277720a6eb2ef67d9e78c 152728 
gettext-base_0.18.1.1-8_amd64.deb
 93a61bb3efb3830852d2b8301f2c5dceabfb4d81 1969870 gettext_0.18.1.1-8_amd64.deb
 c86f4f14df01e8f1263422f4700f5fdf137c6ade 143942 
libgettextpo0_0.18.1.1-8_amd64.deb
 1335f0ced14e436cf7cd294eadeb50a641a1460b 26594 
libasprintf0c2_0.18.1.1-8_amd64.deb
Checksums-Sha256: 
 4754edbf75a4a29509a339e2cff93d1c00f0b33e74166e26aae04808eb2c36ff 1782 
gettext_0.18.1.1-8.dsc
 8236f8b18e68d389a6ec081c850d2fc9aaf285ef218a14b819f03cf75b22c559 51449 
gettext_0.18.1.1-8.debian.tar.gz
 9de12c34a2215593c4dfda54c752ff21d1dfa92d4b58851f56d0caf5bd4ae933 60046 
gettext-el_0.18.1.1-8_all.deb
 c80c87f2e7808d0f1e0a51bb7434d002cffba75195ee65baf38f935ca0772249 913786 
gettext-doc_0.18.1.1-8_all.deb
 5c85456ac74bcdd9cacbef1d90b5beae979faf52d31cbf357bf9c598f430a8ad 622800 
autopoint_0.18.1.1-8_all.deb
 6f7de00125319e463a494dc734101a9d44d0fad42159f735c1284b67a393296c 152728 
gettext-base_0.18.1.1-8_amd64.deb
 4dd5ea2b78843002a223c207bc83c22acc51ded051affa6cf10aff9f9794a04d 1969870 
gettext_0.18.1.1-8_amd64.deb
 d97499ce13c3961bcddc9e00ae575502bb0d84eebe5bd6f5cfd06d5353e6f0d5 143942 
libgettextpo0_0.18.1.1-8_amd64.deb
 df88e7a3382cf04636bcc5b76d0da7b47767d1fc569dbed4f41eac90f2d72592 26594 
libasprintf0c2_0.18.1.1-8_amd64.deb
Files: 
 5e778caf85a63e46fbd099badd07bcd5 1782 devel optional gettext_0.18.1.1-8.dsc
 d73a5d76245c3ffc6592b12e2935b630 51449 devel optional 
gettext_0.18.1.1-8.debian.tar.gz
 56744320d02820999c5df19dfbc28c91 60046 lisp optional 
gettext-el_0.18.1.1-8_all.deb
 eada1a7ef2e921be48a023042f2f0fe2 913786 doc optional 
gettext-doc_0.18.1.1-8_all.deb
 a0eae4bf6d8c43e9cd92a921da9639cf 622800 devel optional 
autopoint_0.18.1.1-8_all.deb
 951b6d1d9f4def370107b2789fbc2092 152728 utils standard 
gettext-base_0.18.1.1-8_amd64.deb
 7fcc3c07c94e8af1ead3c95783caac65 1969870 devel optional 
gettext_0.18.1.1-8_amd64.deb
 ede953c77c7fe6a20129a91c23bad597 143942 libs optional 
libgettextpo0_0.18.1.1-8_amd64.deb
 e7ddca23badcfd3a5f67a241cde2b79d 26594 libs standard 
libasprintf0c2_0.18.1.1-8_amd64.deb

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

iQEcBAEBCAAGBQJPs5a/AAoJEEHOfwufG4syM1MIAKH+hPNYrgDU4kEd3qTdLuT7
wv/7d/nUqrcxU8UofN7tUp4y8LnXnqLj2CfDsOWNBbNgziROSMHgB+GhiL0q6MAp
WYzsTAdCyOga+FS0u/OU7BUfToqHZ8TpFKotioRarwr/Dbd3XkatasrEojQJTvCG
oesrPHTmscu9g808OTQ7AXYs8+vt9Fh35FCgxX42CreUQNcY+eRi2tkcsUgp7RIQ
+CeoaftYDoo+UTtawjGaHO5vCItz+TP40n7KKdvFQkHiRvPenvIGtGFIvLrhd5tR
t3flKGFl8swXVm/Szo2+GL+i5GIbj1OX51yxdtCQVE/6/3CIbbywyShJ0VodzxY=
=95lK
-END PGP SIGNATURE-


Accepted:
autopoint_0.18.1.1-8_all.deb
  to main/g/gettext/autopoint_0.18.1.1-8_all.deb
gettext-base_0.18.1.1-8_amd64.deb
  to main/g/gettext/gettext-base_0.18.1.1-8_amd64.deb
gettext-doc_0.18.1.1-8_all.deb
  to main/g/gettext/gettext-doc_0.18.1.1-8_all.deb
gettext-el_0.18.1.1-8_all.deb
  to main/g/gettext/gettext-el_0.18.1.1-8_all.deb
gettext_0.18.1.1-8.debian.tar.gz
  to main/g/gettext/gettext_0.18.1.1-8.debian.tar.gz
gettext_0.18.1.1-8.dsc
  to main/g/gettext/gettext_0.18.1.1-8.dsc
gettext_0.18.1.1-8_amd64.deb
  to main/g/gettext/gettext_0.18.1.1-8_amd64.deb
libasprintf0c2_0.18.1.1-8_amd64.deb
  to main/g/gettext/libasprintf0c2_0.18.1.1-8_amd64.deb
libgettextpo0_0.18.1.1-8_amd64.deb
  to main/g/gettext/libgettextpo0_0.18.1.1-8_amd64.deb


-- 
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/e1sudbl-0006ur...@franck.debian.org



  1   2   >