Re: Introducing Build-Recommends / Build-Core-Depends?

2011-08-15 Thread Neil Williams
On Sun, 14 Aug 2011 17:54:55 -0500
Peter Samuelson pe...@p12n.org wrote:

 [Andreas Barth]
  Introducing Build-Recommends / Build-Core-Depends
  
  We should be able to specify in the package saying only these
  build-dependencies are needed to get a functionally working package.
  For such an build, the packages which are not needed for building
  working core packages are annoted in an additional header (e.g.
  Build-Recommends), but are still specified in Build-Depends to not
  break the old tools.
 
 I think I really prefer the option of doing per-binary-package
 Build-Depends. 

That doesn't break build-dependency loops. The whole point is that when
bootstrapping a new architecture, certain packages must be built in a
restricted mode which is *not* uploaded to the main archive but which
provides sufficient support to build the other side of the dependency
loop. Packages are then rebuilt when all it's build-dependencies are
ready.

Please lookup the link provided by Andreas to Wookey's talk at
DebConf11.

 Why is a separate field needed at the source package level? 

Please read the original post in this thread again. This is not about
how packages are split in the archive. This is not about per-binary.
This is source:binary dependency loops when bootstrapping (or
cross-building) and entire set of packages from scratch.

 It is
 implied by the existence of at least one Build-Depends field at the
 binary package level.  The only reason you'd need a separate field is
 if you're talking about building two different variants of a single
 _binary_ package.  Is that really useful? 

The variant is installed locally so that the packages which depend on
it can be built. Then the original package can be rebuilt when it's
build dependencies exist, along with packages which were built against
(or using) the interim version.

This can all be done but it involves making manual changes in various
packages to allow for the variant build.

 It is sign at least in many
 cases that it may be useful to split the binary packages further.
 
 (And, come to think of it, for build deps like docbook processors,
 we already have Build-Depends-Indep.  I wonder if we're using it
 everywhere we should be.)

It's not just about documentation - that could be handled by
DEB_BUILD_OPTIONS=nodocs as Build-Depends-Indep is the opposite. It's
not about building just the architecture-independent bits, it's about
building the architecture-dependent stuff when the build-dependencies
have not yet been built. (Often because those build-dependencies
themselves have runtime dependencies on the library which is being built
- and therefore cannot be installed - and the library uses those
binaries to as part of it's build. Classic
dependency:build-dependency loop which makes bootstrapping impossible
without changes in the package(s).)

Source: libfoo
Build-Depends: bar
Package: libfoo3
Package: libfoo-bin

Source: bar
Package: bar
Depends: libfoo-bin

Other examples include poppler:cups:poppler:cups which doesn't involve
documentation at all - see Wookey's talk at DebConf11 for all the gory
detail. (Link in Andreas' original post.)

-- 


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



pgp85vvhJ5bxt.pgp
Description: PGP signature


Bug#637805: general: can't mount a usb drive as a non-root user

2011-08-15 Thread Christian PERRIER
reassign 637805 ntfs-3g
thanks

This either belongs to btfs-3gor some local problem that would
make /dev/sdc* devices to not have the right permissions

Reassigning.

At least, please provide more information. Output from ls -l
/dev/sdc* as well as id is imho the minimum.




signature.asc
Description: Digital signature


Processed: Re: Bug#637805: general: can't mount a usb drive as a non-root user

2011-08-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 637805 ntfs-3g
Bug #637805 [general] general: can't mount a usb drive as a non-root user
Bug reassigned from package 'general' to 'ntfs-3g'.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
637805: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637805
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
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/handler.s.c.13133917823488.transcr...@bugs.debian.org



Re: Inactive maintainer for teamspeak packages

2011-08-15 Thread Jan Hauke Rahm
On Sat, Aug 13, 2011 at 10:27:08AM +0200, Stephan Windmüller wrote:
 For more than a half year I am monitoring the state of the non-free
 teamspeak packages. A new upstream version is available for more than a
 year (bug #594318) and there is also a grave bug with an attached patch
 (bug #598304).
 
 However, there has been no reply by the maintainer of the packages. All
 bugs are unmodified for at least 300 days. I tried to contact him in
 January but since then he did not reply.
 
 Does anyone know something about this maintainer or the states of these
 packages?

Just for your information: the MIA team is aware of the situation and
trying to solve it. Getting the packages in better shape (by offering
help, possibly NMUing) is appreciated. We're trying to find a nice way
out long-term.

By the way, you can contact the MIA team at m...@qa.debian.org if you
have concerns about maintainers being inactive or unresponsive. Hints to
improve archive quality and quality of life of overworked maintainers
are always welcome.

Hauke

-- 
 .''`.   Jan Hauke Rahm j...@debian.org   www.jhr-online.de
: :'  :  Debian Developer www.debian.org
`. `'`   Member of the Linux Foundationwww.linux.com
  `- Fellow of the Free Software Foundation Europe  www.fsfe.org


signature.asc
Description: Digital signature


Re: The archive now supports xz compression

2011-08-15 Thread Charles Plessy
Le Mon, Aug 15, 2011 at 01:48:50AM +0200, Adam Borowski a écrit :
 
 * A year ago, I repacked CD1, .xz took 66% space needed by .gz.  This time,
   on the whole archive, gains are somewhat smaller: 72%.  I guess that CD1
   is code-heavy while packages of lower priorities tend to have more data.

Also, many files in /usr/share/doc are gzipped as per §12.3; that can prevent
to get the full benefit of xz compression.  In some of my packages containing
mostly such files, the benefit of switching to xz is almost null.  I wonder if
it still makes sense to compress these files by default:

 - Most systems have enough space to keep them uncompressed,
 - others systems just do not install these files,
 - some filesystems are compressed on the fly,
 - the binary packages themselves are compressed.

Perhaps we could consider allowing xz compression or no compression at all for
the files in /usr/share/doc, especially when they are all contained in a
dedicated package that is not dispensable.

Have a nice day,

-- 
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/20110815081655.gb2...@merveille.plessy.net



Re: The archive now supports xz compression

2011-08-15 Thread Bálint Réczey
Hi,
2011/8/15 Eduard Bloch e...@gmx.de:
 #include hallo.h
 * Roger Leigh [Sun, Aug 14 2011, 11:01:11PM]:
 On Sun, Aug 14, 2011 at 09:19:02PM +0200, Lucas Nussbaum wrote:
  On 11/08/11 at 19:52 +, Philipp Kern wrote:

  Wouldn't it be better to get more buildds for those archs, then?
  That would be a totally appropriate use of Debian money...

 Possibly a stupid question here but: Given that we are now autosigning
 builds, why can't the slower arches use gzip, and then after upload
 they could be recompressed with xz (and resigned) on a faster arch?
 This would allow xz compression on all arches, but not require slow
 arches to actually do the xz compression themselves.

 Yeah, but if we got that far then we could easily create a remote
 compressing service for such systems. Can be easily achieved by
 configuring xz as service in inetd.conf and hacking dpkg-dev to run
 something like socket -q localRocketFastSystem instead of xz on the
 build machine.
Maybe we don't have to hack dpkg-dev. Maybe could replace xz with
netcat on slow build machines.

Cheers,
Balint


-- 
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/cak0odpwvrqkcvzfvys0sspnxqsiuu-kzrz5kjztoutoydaw...@mail.gmail.com



Re: The archive now supports xz compression

2011-08-15 Thread Adam Borowski
On Mon, Aug 15, 2011 at 06:38:28AM +0200, Tollef Fog Heen wrote:
 ]] Adam Borowski 
 
 |   Does someone have an estimate how many core-hours would an archive rebuild
 |   on such a machine take?  Folks on IRC quoted numbers like 340, 240 on a
 |   very fast box, more like 1500 -- too divergent for my liking.  The
 |   first number, 340, would mean switching to xz exclusively would increase
 |   average build time by ~5%.
 
 About 14 on a 2x6-core Intel Xeon X5650 (2.67GHz) (with HT), lots of
 memory, fast disks.

Ie, 250-300ish core-hours, sounds good.

-- 
1KB // Yo momma uses IPv4!


-- 
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/20110815091655.ga28...@angband.pl



Re: The archive now supports xz compression

2011-08-15 Thread Luca Capello
Hi there!

On Mon, 15 Aug 2011 10:16:55 +0200, Charles Plessy wrote:
 Also, many files in /usr/share/doc are gzipped as per §12.3;
[...]
  - Most systems have enough space to keep them uncompressed,

Which alone is not a good reason to not compress them.

 Perhaps we could consider allowing xz compression or no compression at all for
 the files in /usr/share/doc, especially when they are all contained in a
 dedicated package that is not dispensable.

What about zless  Co.?  Are they available for xz as well?

Thx, bye,
Gismo / Luca


pgpRNIe0i86Gz.pgp
Description: PGP signature


Bug#637862: ITP: mp3fs -- FUSE filesystem for transcoding FLAC to MP3 on the fly

2011-08-15 Thread Alessio Treglia
Package: wnpp
Severity: wishlist
Owner: Alessio Treglia ales...@debian.org

* Package name: mp3fs
  Version : 0.30
  Upstream Author : Kristofer Henriksson
* URL : http://mp3fs.sourceforge.net
* License : GPL
  Programming Lang: C
  Description : FUSE filesystem for transcoding FLAC to MP3 on the fly

 MP3FS is a read-only FUSE filesystem which transcodes audio formats
 (currently FLAC) to MP3 on the fly when opened and read.
 .
 It is also a novel alternative to traditional MP3 encoder applications.
 Users can use their favorite file browser to select the files they want
 encoded and copy them somewhere.



-- 
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/20110815092537.4451.4395.reportbug@alessio-laptop



Re: The archive now supports xz compression

2011-08-15 Thread Andrey Rahmatullin
On Mon, Aug 15, 2011 at 11:25:42AM +0200, Luca Capello wrote:
 What about zless  Co.?  Are they available for xz as well?
xz-utils contains xzless, xzcat etc.

-- 
WBR, wRAR


signature.asc
Description: Digital signature


Re: use flags? (was: Re: Introducing Build-Recommends / Build-Core-Depends?)

2011-08-15 Thread Steve McIntyre
Eugene V. Lyubimkin wrote:

If we accept the idea there's now more than one way to build the
package, I would like us do not limit the number of ways to '2' but
rather extend the prospoal to set up something similar to Gentoo's USE
flags. The advantages of that idea: 

- porters/buildds/local administrators will have the greater flexibility
  to choose what the want to (re)build;
- for the architecture bootstrap this could be used for packages that
  need to be rebuilt more than once with growing set of features
  build-by-build (don't know if such packages exist).

The disadvantage is obvious: harder to implement.

I imagine it to look something like:

Source: fbreader
Build-Depends-Core: debhelper (= 7), libbz2-dev
Build-Depends-Qt3: libqt3-mt-dev
Build-Depends-Qt4: libqt4-dev
Build-Depends-Gtk2: libgtk2.0-dev

Like in the original proposal, sets of build-depends are to be chosen by
DEB_BUILD_OPTIONS, for example DEB_BUILD_OPTIONS=use=gtk2,qt4. In
absence of 'use' flag (i.e. by default), all 'optional' packages are
built. And like in the original proposal, there's a header in the
resulting .changes (and possibly in something else) which determines what
was the value of the 'use' flag when building, like

Built-With: gtk2,qt4.

For the compatibility, dpkg-genchanges would combine all Build-Depends-*
to a single Build-Depends.

I can see this turning into a large mess. What's the benefit for
Debian for all the extra work here? If you want massively differing
builds on every machine, Gentoo exists already...

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
...In the UNIX world, people tend to interpret `non-technical user'
 as meaning someone who's only ever written one device driver. -- Daniel Pead


-- 
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/e1qsu6z-0001ot...@mail.einval.com



Bug#637866: ITP: rastertosag-gdi -- printer driver for Ricoh Aficio SP1100s/SP1100

2011-08-15 Thread Didier Raboud
Package: wnpp
Severity: wishlist
Owner: Didier Raboud o...@debian.org

  Package name: rastertosag-gdi
  Version : 0.1
  Upstream Author : palz paal...@gmail.com
  URL : http://www.openprinting.org/driver/rastertosag-gdi/
  License : GPL
  Programming Lang: Python
  Description : printer driver for Ricoh Aficio SP1100s/SP1100

The rastertosag-gdi driver is an open source Linux driver for the Ricoh Aficio
SP1100s/SP1100s printers. These are some of the few Ricoh printers which do not
understand PostScript or PCL, but only a proprietary raster format.



-- 
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/20110815102217.8951.18994.reportbug@Tamino



Re: Introducing Build-Recommends / Build-Core-Depends?

2011-08-15 Thread Steve McIntyre
Andreas Barth wrote:
* Colin Watson (cjwat...@debian.org) [110813 15:27]:
 On Sat, Aug 13, 2011 at 01:28:36PM +0200, Andreas Barth wrote:
  During bootstraping a new architecture, there are sometimes ugly
  build-dependency-loops (usually involving generating documentation
  for the core build utilities means you need to have the architecture
  already available; same with graphical tools). During DebConf, Wookey
  had a talk which lead to us discussing some ideas how to support that.
  Most packages are not affected at all by that, and current behaviour
  isn't changing as long as package source files are not changed.
 
 Wookey's proposal was to have Build-Depends-Stage1 (etc. - I may have
 misspelled this slightly), and for a bootstrap-aware autobuilder to
 build its way through each of the stages until it reaches the real
 Build-Depends.  I personally prefer this approach because it makes it
 clearer that the final build-depends is what we really want to reach,
 and that binaries uploaded to the real Debian archive still need to have
 all those build-dependencies in place.

Wookeys proposal is less generic and more centric to bootstrapping.
Which has its advantages, and its disadvantages.

I'm not saying that this proposal is better. It is different, and has
a different set of advantages. Plusside is that it's more generic, so
you could do more with debian/control fields, debhelper and cdbs, and
less with specific additions to debian/rules. 

Generic options are usually better IMHO, but well - YMMV.

Often, yes. But also often at extra cost. Where is the added benefit
here - i.e. what are the use cases? I'm 100% behind making the
bootstrap phase more simple, but I can't see many others...

Also, Build-Recommends is an atrocious name. :-)

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
...In the UNIX world, people tend to interpret `non-technical user'
 as meaning someone who's only ever written one device driver. -- Daniel Pead


-- 
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/e1qsu9s-0001w7...@mail.einval.com



mentors.debian.net: login problems

2011-08-15 Thread Andrew O. Shadoura
Hello,

Since mentors.d.n was upgraded, I can't log in. Even if I reset my
password, I can't log in with a temporary one.

Any ideas what can it be?

-- 
WBR, Andrew


signature.asc
Description: PGP signature


Re: mentors.debian.net: login problems

2011-08-15 Thread Jonathan Wiltshire
On Mon, Aug 15, 2011 at 01:49:04PM +0300, Andrew O. Shadoura wrote:
 Since mentors.d.n was upgraded, I can't log in. Even if I reset my
 password, I can't log in with a temporary one.
 
 Any ideas what can it be?

Please contact the service maintainers directly:
http://mentors.debian.net/contact


-- 
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/20110815105421.gg25...@lupin.home.powdarrmonkey.net



Re: Introducing Build-Recommends / Build-Core-Depends?

2011-08-15 Thread Carsten Hey
* Andreas Barth [2011-08-13 13:28 +0200]:
 Also, the binary packages in the debian/control template could have
 Build-Depends specified which means that they should only be built if
 those packages are actually installed ...

An optional Build-Depends: field per binary package as you described
is essentially the same as the following, with the notable difference,
that the below could appear as it is in the output of, i.e., apt-cache
showsrc without requiring maintainers of all those packages to invent
a new syntax just to enable users and developers to look up information.

Build-Depends[foo-stage1]: debhelper
Build-Depends[foo-stage2]: debhelper, libx11-dev
Build-Depends: debhelper, libx11-dev, libgnome2-dev


 Building with core Dependencies only

 If doing an build of the core functionality only, norecommends is
 added to the environment DEB_BUILD_OPTIONS.

How do I build foo-stage1, but not foo-stage2?  With a binary option
like the above, it does not seem to be possible, unless
dpkg-buildpackage decides based on the installed packages which packages
it builds.  Doing so might require using equivs if in early
bootstrapping stages a part of the build dependencies is manually
compiled instead of installed via dpkg, and it might waste time if
dpkg-buildpackage decides to build a large binary package that is not
needed yet.

The most obvious ways to specify which packages should be build seem to
be mybikeisred=[foo-stage1,...] added to the environment
DEB_BUILD_OPTIONS or a new optional environment variable
DEB_BUILD_PACKAGES which would contains a comma separated list of to be
built packages and an additional make target binary-pkg-foo-stage1 in
debian/rules.


To prevent building packages needed for bootstrapping only by default,
a new field in the source package's paragraph of the control file could
be used, e.g., NotBuiltByDefault: foo-stage1, foo-stage2.  Not adding
such a field to the binary package's paragraph instead has the same
reason as described at the beginning of my mail.


Regards
Carsten


-- 
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/20110815113559.ga14...@furrball.stateful.de



Re: use flags? (was: Re: Introducing Build-Recommends / Build-Core-Depends?)

2011-08-15 Thread Andreas Barth
* Steve McIntyre (st...@einval.com) [110815 12:27]:
 Eugene V. Lyubimkin wrote:
 Source: fbreader
 Build-Depends-Core: debhelper (= 7), libbz2-dev
 Build-Depends-Qt3: libqt3-mt-dev
 Build-Depends-Qt4: libqt4-dev
 Build-Depends-Gtk2: libgtk2.0-dev

 I can see this turning into a large mess. What's the benefit for
 Debian for all the extra work here? If you want massively differing
 builds on every machine, Gentoo exists already...

Ack.


Andi


-- 
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/20110815113943.gx15...@mails.so.argh.org



Re: Introducing Build-Recommends / Build-Core-Depends?

2011-08-15 Thread Andreas Barth
* Steve McIntyre (st...@einval.com) [110815 12:30]:
 Andreas Barth wrote:

 Generic options are usually better IMHO, but well - YMMV.
 
 Often, yes. But also often at extra cost.

No doubt about that.


 Where is the added benefit
 here - i.e. what are the use cases?

I'm not sure I could speak about cases, but an obvious use case
aside from bootstrapping is backporting, where I could just drop off
dependencies I'm not going to use instead of looking at the code and
figuring out if it's easier to backport yet another library or change
the code. Just because I know that removing dependencies not in
Build-Core-Depends will just work.


 Also, Build-Recommends is an atrocious name. :-)

Names are only names ;)



Andi


-- 
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/20110815114220.gy15...@mails.so.argh.org



Re: Introducing Build-Recommends / Build-Core-Depends?

2011-08-15 Thread Carsten Hey
* Steve McIntyre [2011-08-15 11:12 +0100]:
 Andreas Barth wrote:
 Generic options are usually better IMHO, but well - YMMV.

 Often, yes. But also often at extra cost. Where is the added benefit
 here - i.e. what are the use cases? I'm 100% behind making the
 bootstrap phase more simple, but I can't see many others...

Backporting a subset of the binary packages in a source package is one,
e.g., I might want to run the latest emacs23-nox on a server, but not
emacs23.


Regards
Carsten


-- 
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/20110815114258.gb14...@furrball.stateful.de



Re: Introducing Build-Recommends / Build-Core-Depends?

2011-08-15 Thread Andreas Barth
* Carsten Hey (cars...@debian.org) [110815 13:36]:
 An optional Build-Depends: field per binary package as you described
 is essentially the same as the following, with the notable difference,
 that the below could appear as it is in the output of, i.e., apt-cache
 showsrc without requiring maintainers of all those packages to invent
 a new syntax just to enable users and developers to look up information.
 
 Build-Depends[foo-stage1]: debhelper
 Build-Depends[foo-stage2]: debhelper, libx11-dev
 Build-Depends: debhelper, libx11-dev, libgnome2-dev

No, it's not.

There is an really large difference: This here means the maintainer
needs to write down by hand what the path to build the package is.

My proposal just documents dependencies, and let the rest to be done
by graph checkers. That means way more documented.

That is the core difference. It does only by hand what needs to be
done by hand, and writing up the path bit by bit isn't.



Andi


-- 
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/20110815114621.gz15...@mails.so.argh.org



Re: Introducing Build-Recommends / Build-Core-Depends?

2011-08-15 Thread Carsten Hey
* Andreas Barth [2011-08-15 13:46 +0200]:
 * Carsten Hey (cars...@debian.org) [110815 13:36]:
  An optional Build-Depends: field per binary package as you described
  is essentially the same as the following, with the notable difference,
  that the below could appear as it is in the output of, i.e., apt-cache
  showsrc without requiring maintainers of all those packages to invent
  a new syntax just to enable users and developers to look up information.
 
  Build-Depends[foo-stage1]: debhelper
  Build-Depends[foo-stage2]: debhelper, libx11-dev
  Build-Depends: debhelper, libx11-dev, libgnome2-dev

 No, it's not.

 There is an really large difference: This here means the maintainer
 needs to write down by hand what the path to build the package is.

There seems to be a misunderstanding, caused by choosing an unfortunate
example, here is an other one:

Source: emacs23
Build-Depends: gnome, kde, ncurses-dev
Build-Depends[emacs23-nox]: ncurses-dev

If necessary, debhelper could ensure that the binary packages's
dependencies are included in the Build-Depends line.


apt-cache showsrc emacs23 currently displays something similar to:

Package: emacs23
Binary: emacs, emacs23-lucid, emacs23-nox, emacs23, ...
...
Build-Depends: gnome, kde, ncurses-dev
...

If per-package build dependencies are added, it could look like this
with my proposal:

Package: emacs23
...
Build-Depends: gnome, kde, ncurses-dev
Build-Depends[emacs23-nox]: ncurses-dev
...

With your proposal it would either miss information, invent yet an other
syntax, or use multiple fields per source package with the same name but
a different semantic:

Package: emacs23
...
Build-Depends: gnome, kde, ncurses-dev
Build-Depends: ncurses-dev
...


Regards
Carsten


-- 
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/20110815123553.gc14...@furrball.stateful.de



Re: Introducing Build-Recommends / Build-Core-Depends?

2011-08-15 Thread Andreas Barth
* Carsten Hey (cars...@debian.org) [110815 14:36]:
 * Andreas Barth [2011-08-15 13:46 +0200]:
  * Carsten Hey (cars...@debian.org) [110815 13:36]:
   An optional Build-Depends: field per binary package as you described
   is essentially the same as the following, with the notable difference,
   that the below could appear as it is in the output of, i.e., apt-cache
   showsrc without requiring maintainers of all those packages to invent
   a new syntax just to enable users and developers to look up information.
  
   Build-Depends[foo-stage1]: debhelper
   Build-Depends[foo-stage2]: debhelper, libx11-dev
   Build-Depends: debhelper, libx11-dev, libgnome2-dev
 
  No, it's not.
 
  There is an really large difference: This here means the maintainer
  needs to write down by hand what the path to build the package is.
 
 There seems to be a misunderstanding, caused by choosing an unfortunate
 example, here is an other one:
 
 Source: emacs23
 Build-Depends: gnome, kde, ncurses-dev
 Build-Depends[emacs23-nox]: ncurses-dev

That's just re-ordering the way the entries are specified. I don't
mind either way, but I'd consider it more natural to have it at the
binary packages.




Andi


-- 
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/20110815124054.gs2...@mails.so.argh.org



Re: mentors.debian.net: login problems

2011-08-15 Thread Asheesh Laroia
Excerpts from Jonathan Wiltshire's message of Mon Aug 15 06:54:21 -0400 2011:
 On Mon, Aug 15, 2011 at 01:49:04PM +0300, Andrew O. Shadoura wrote:
  Since mentors.d.n was upgraded, I can't log in. Even if I reset my
  password, I can't log in with a temporary one.
  
  Any ideas what can it be?
 
 Please contact the service maintainers directly:
 http://mentors.debian.net/contact

Jonathan, thanks for sending Andrew to the right place.
As it happens, the supp...@mentors.debian.net was bouncing
due to a problem in the transition. I have fixed this, so
that is now (and still) a good way to reach us.

Andrew, I think that's an issue with the forgot password
functionality. Christoph Haas was investigating, and so we
should have a fix out within 1-2 days; sorry about the mess
there.

-- Asheesh.


-- 
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/1313412074-sup-3...@rose.makesad.us



Re: The archive now supports xz compression

2011-08-15 Thread Hideki Yamane
Hi,

 I'm happy to hear xz support. Some font packages can get huge profit with
 this (e.g. fonts-vlgothic: 4924KB - 2132KB (half! :)


On Thu, 11 Aug 2011 19:52:46 + (UTC)
Philipp Kern tr...@philkern.de wrote:
 It takes a lot longer to compress on slower architectures (i.e. on the
 buildds), though. 

 If there's a problem with slowness and CPU usage for some architecture,
 how about enabling xz compression with specifying architecture such as only
 all, i386 and amd64?

 i386 and amd64 have enough CPU power, and most of the users use those arch,
 so it's efficient. all has arch-independent data, compression would be
 done in i386 or amd64 on maintainers' desk, so no harm.

 If maintainer should decide to use xz compression or not, we should modify
 many debian/rules file to enable it. It's such a pain.


 - xz compression enable by default (no pain for package maintainers)
 - for limited arch - all, i386, amd64 (efficient)
   (or add kfreebsd-i386, kfreebsd-amd64, hurd-i386)



-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane


-- 
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/20110815212256.a52100b5a48eb482504e2...@debian.or.jp



Bug#637887: ITP: pkg-printing-tools -- various packaging tools for the Debian Printing Team

2011-08-15 Thread Didier Raboud
Package: wnpp
Severity: wishlist
Owner: Didier Raboud o...@debian.org

  Package name: pkg-printing-tools
  Version : 0.1
  Upstream Author : Didier Raboud o...@debian.org
  License : GPL-3+
  Programming Lang: Perl, etc.
  Description : various packaging tools for the Debian Printing Team

This native package will centralize much of the current duplication that
exists trough the various printing-related packages.



-- 
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/20110815143614.7603.37723.reportbug@Tamino



Introduction of a lock group

2011-08-15 Thread Roger Leigh
Hi folks,

Fedora has moved to having /var/lock (now /run/lock) owned by
root:lock 0775 rather than root:root 01777.  This has the advantage
of making a system directory writable only by root or setgid lock
programs, rather than the whole world.  However, due to the
potential for privilege escalation¹² it may be desirable to adopt
what has been done subsequently in Fedora:
  /var/lock  root:root 0755
  /var/lock/lockdev  root:lock 0775
  /var/lock/subsys   root:root 0755

This mail is to discuss these issues:

1) Addition of a lock group as a system group

   This is a trivial change but requires approval.

2) Alignment of /var/lock with Fedora

   This will require patching of lockdev (should already be in git).
   It would also require programs patching to use the new paths
   if not using lockdev.

Are these any other downsides we need to consider?  One issue is the
existence of badly broken programs³, which make stupid assumptions
about lockfiles.


¹http://lists.freedesktop.org/archives/systemd-devel/2011-April/001828.html
²https://bugzilla.redhat.com/show_bug.cgi?id=581884
³http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637856


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


Bug#637892: ITP: python-formalchemy -- auto-generation and customizable form

2011-08-15 Thread XuZhiXiang
Package: wnpp
Severity: wishlist
Owner: XuZhiXiang shell909...@gmail.com

  I'm a new packager in debian, and I wanna make this package

* Package name: python-formalchemy
  Version : 1.4.1
  Upstream Author : Alexandre Conrad, Jonathan Ellis, Gaël Pasgrimaud 
formalchemy at googlegroups com
* URL : http://docs.formalchemy.org/
* License : MIT
  Programming Lang: Python
  Description : auto-generation and customizable form

FormAlchemy  greatly speeds development  with SQLAlchemy  mapped classes
(models)  in a  HTML forms  environment.  It also  provides support  for
CouchDB and a Pylons administration interface.

FormAlchemy eliminates  boilerplate by autogenerating  HTML input fields
From a given model. FormAlchemy will try to figure out what kind of HTML
code  should be  returned by  introspecting the  model's  properties and
generate  ready-to-use   HTML  code   that  will  fit   the  developer's
application.

Of course,  FormAlchemy can't figure out everything,  i.e, the developer
might want  to display only  a few columns  from the given  model. Thus,
FormAlchemy is also highly customizable.


  By the way, this package seems in requested packages list. here is the
bug. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526936

  As a new maintainer, I'm not so sure what need to do next, any help will
be appreciated.



-- 
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/20110815152246.23352.8141.report...@debox.lan



Re: Introducing Build-Recommends / Build-Core-Depends?

2011-08-15 Thread Julien Cristau
On Mon, Aug 15, 2011 at 13:42:20 +0200, Andreas Barth wrote:

 I'm not sure I could speak about cases, but an obvious use case
 aside from bootstrapping is backporting, where I could just drop off
 dependencies I'm not going to use instead of looking at the code and
 figuring out if it's easier to backport yet another library or change
 the code. Just because I know that removing dependencies not in
 Build-Core-Depends will just work.
 
You don't actually know that, unless you're suggesting we expand our
support matrix by a few orders of magnitude to support any and all
combinations of packages built with some random combination of their
optional build-deps.  Works enough to get to the next stage of the
bootstrap isn't the same as just works.

Cheers,
Julien


-- 
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/20110815152448.gy32...@radis.liafa.jussieu.fr



Re: Introduction of a lock group

2011-08-15 Thread Andreas Barth
* Roger Leigh (rle...@codelibre.net) [110815 17:12]:
 Are these any other downsides we need to consider?  One issue is the
 existence of badly broken programs³, which make stupid assumptions
 about lockfiles.

This will break all existing programms on an partial upgrades. There
are three ways to deal with it:
1. Don't adjust permissions on existing systems
2. Add Breaks to all relevant programs
3. Adjust permissions on existing systems one release later


Andi


-- 
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/20110815153144.ga15...@mails.so.argh.org



Re: Introduction of a lock group

2011-08-15 Thread Iustin Pop
On Mon, Aug 15, 2011 at 04:11:49PM +0100, Roger Leigh wrote:
 Hi folks,
 
 Fedora has moved to having /var/lock (now /run/lock) owned by
 root:lock 0775 rather than root:root 01777.  This has the advantage
 of making a system directory writable only by root or setgid lock
 programs, rather than the whole world.  However, due to the
 potential for privilege escalation¹² it may be desirable to adopt
 what has been done subsequently in Fedora:
   /var/lock  root:root 0755
   /var/lock/lockdev  root:lock 0775
   /var/lock/subsys   root:root 0755

Hi,

If /var/lock won't be 1777 anymore, where should then applications store
application-specific lock files (e.g. synchronisation between daemons)
if they can't/won't run as setgid lock?

Is the intention that the init script creates a /var/lock/$NAME
directory, chgrp's it to the right GIDs and only then start the daemons?

thanks,
iustin


signature.asc
Description: Digital signature


Re: Introduction of a lock group

2011-08-15 Thread Roger Leigh
On Mon, Aug 15, 2011 at 06:03:59PM +0200, Iustin Pop wrote:
 On Mon, Aug 15, 2011 at 04:11:49PM +0100, Roger Leigh wrote:
  Hi folks,
  
  Fedora has moved to having /var/lock (now /run/lock) owned by
  root:lock 0775 rather than root:root 01777.  This has the advantage
  of making a system directory writable only by root or setgid lock
  programs, rather than the whole world.  However, due to the
  potential for privilege escalation¹² it may be desirable to adopt
  what has been done subsequently in Fedora:
/var/lock  root:root 0755
/var/lock/lockdev  root:lock 0775
/var/lock/subsys   root:root 0755
 
 If /var/lock won't be 1777 anymore, where should then applications store
 application-specific lock files (e.g. synchronisation between daemons)
 if they can't/won't run as setgid lock?
 
 Is the intention that the init script creates a /var/lock/$NAME
 directory, chgrp's it to the right GIDs and only then start the daemons?

I'll have to inspect what Fedora is doing more closely to give you
a definitive answer.

If you always start the daemon as root, it can continue to use
/var/lock without trouble if it does its file handling before changing
to a less privileged user.  Creating a daemon-specific subdirectory is
also fine, though you could nowadays also use /run/daemon for daemon-
specific things, including locks.  Or even /var/lib/daemon if they
should persist.

In some respects, /var/lock is a bit of an anachronism; /var/run
exists for pidfiles, and actual UUCP-style lockfiles are badly
broken--we should be moving to direct device locks.  If it's a
daemon-specific lock, rather than one with system-wide effects
such as device locking, it probably doesn't belong under /var/lock.
If we eliminate device locking using lockfiles, what's left to go
under /var/lock?  [I don't always agree with Lennart Poettering, but
his views on /var/lock and device lockfiles being obsolete are, I
think, entirely correct.]


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


Re: Introducing Build-Recommends / Build-Core-Depends?

2011-08-15 Thread Joey Hess
Andreas Barth wrote:
 Also, the binary packages in the debian/control template could have
 Build-Depends specified which means that they should only be built if
 those packages are actually installed (so we could do an automated
 graph analyis, and also dh and cdbs could just drop them, so that
 debian/rules doesn't need to reflect the dependencies)

So there would need to be an interface in dpkg to get a list of binary
packages to build. In order for this not to make debhelper slow, it
would need to be a startlingly fast interface, for something that needs
to read the status file. :/ Or DEB_BUILD_OPTIONS could have something set
for this case and the status file lookup avoided in the general case.

debhelper would need to disable dh_install --fail-missing in this case
too. Happily dh_movefiles is not used by default, as if some packages
are not built, this could result in files that were normally
put in those packages instead being moved into another package.
I don't think other parts of debhelper have problems if some binary
packages are skipped.

 To mark such packages and to be able to decide when to re-schedule the
 build, all binary-packages get the additional header
   Build-Depends: minmal package_version 

Is package_version  supposed to be a list of the packages and
versions used in the minimal build?

-- 
see shy jo


signature.asc
Description: Digital signature


Re: Introduction of a lock group

2011-08-15 Thread Colin Watson
On Mon, Aug 15, 2011 at 04:11:49PM +0100, Roger Leigh wrote:
 Fedora has moved to having /var/lock (now /run/lock) owned by
 root:lock 0775 rather than root:root 01777.  This has the advantage
 of making a system directory writable only by root or setgid lock
 programs, rather than the whole world.  However, due to the
 potential for privilege escalation¹² it may be desirable to adopt
 what has been done subsequently in Fedora:
   /var/lock  root:root 0755
   /var/lock/lockdev  root:lock 0775
   /var/lock/subsys   root:root 0755
 
 This mail is to discuss these issues:
 
 1) Addition of a lock group as a system group
 
This is a trivial change but requires approval.

Would such a system group need to be statically allocated, or could it
be dynamically allocated?  (Generally the latter is better if possible,
of course - I haven't had to add a global static group for years, and I
like it that way - but one might wish to consider things like bind
mounts of /run/lock into chroots, which would no longer be
NSS-agnostic.)

 Are these any other downsides we need to consider?  One issue is the
 existence of badly broken programs³, which make stupid assumptions
 about lockfiles.

What about programs that need to write lock files which are already
setgid something else?  I don't have an example off the top of my head,
but it would surprise me if there were none of these.

-- 
Colin Watson   [cjwat...@debian.org]


--
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/20110815163554.ga3...@riva.dynamic.greenend.org.uk



Re: Introduction of a lock group

2011-08-15 Thread Roger Leigh
On Mon, Aug 15, 2011 at 05:35:54PM +0100, Colin Watson wrote:
 On Mon, Aug 15, 2011 at 04:11:49PM +0100, Roger Leigh wrote:
  Fedora has moved to having /var/lock (now /run/lock) owned by
  root:lock 0775 rather than root:root 01777.  This has the advantage
  of making a system directory writable only by root or setgid lock
  programs, rather than the whole world.  However, due to the
  potential for privilege escalation¹² it may be desirable to adopt
  what has been done subsequently in Fedora:
/var/lock  root:root 0755
/var/lock/lockdev  root:lock 0775
/var/lock/subsys   root:root 0755
  
  This mail is to discuss these issues:
  
  1) Addition of a lock group as a system group
  
 This is a trivial change but requires approval.
 
 Would such a system group need to be statically allocated, or could it
 be dynamically allocated?  (Generally the latter is better if possible,
 of course - I haven't had to add a global static group for years, and I
 like it that way - but one might wish to consider things like bind
 mounts of /run/lock into chroots, which would no longer be
 NSS-agnostic.)

I was initially thinking that static would be the best approach.
But if the general consensus is that /var/lock/lockdev etc. aren't
going to be around in the long term, then dynamic would be better--
we can then switch lockdev and other UUCP-style lock users to
direct locking and remove it.  There is compatibility with
ancient UUCP software to consider though, but how important is that?
They have had years to switch to using liblockdev.

  Are these any other downsides we need to consider?  One issue is the
  existence of badly broken programs³, which make stupid assumptions
  about lockfiles.
 
 What about programs that need to write lock files which are already
 setgid something else?  I don't have an example off the top of my head,
 but it would surprise me if there were none of these.

IIRC Fedora have a setgid lock locking helper for this, which lockdev
uses internally.  I'd need to check the details on a Fedora VM.  IIRC
it checks if you have write perms on the device being locked, and so
individual programs don't need to be setgid lock unless they are not
using liblockdev.


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


/usr/share/doc/ files and gzip/xz/no compression

2011-08-15 Thread Lars Wirzenius
On Mon, Aug 15, 2011 at 05:16:55PM +0900, Charles Plessy wrote:
 Le Mon, Aug 15, 2011 at 01:48:50AM +0200, Adam Borowski a écrit :
  
  * A year ago, I repacked CD1, .xz took 66% space needed by .gz.  This time,
on the whole archive, gains are somewhat smaller: 72%.  I guess that CD1
is code-heavy while packages of lower priorities tend to have more data.
 
 Also, many files in /usr/share/doc are gzipped as per §12.3; that can prevent
 to get the full benefit of xz compression.  In some of my packages containing
 mostly such files, the benefit of switching to xz is almost null.  I wonder if
 it still makes sense to compress these files by default:
 
  - Most systems have enough space to keep them uncompressed,
  - others systems just do not install these files,
  - some filesystems are compressed on the fly,
  - the binary packages themselves are compressed.

On the other hand, many computers now have an SSD drive, for speed,
which is relatively small. Further, most users will likely need files in
/usr/share/doc rarely, if ever, so not compressing things risks wasting
a bunch of disk space for no particular benefit.

To get some actual numbers, I wrote the attached script. On my laptop
running squeeze, it reports:

Total size of *.gz files in /usr/share/doc: 170542915
Total size of uncompressed *.gz files in /usr/share/doc: 611945610
Total size of *.gz files in /usr/share/doc converted into *.xz: 140588208

That indicates that compressing documentation with xz instead of gz
does not save a whole lot (but does save some), but not compressing at
all wastes a lot. Putting the numbers into a table for easier comparison:

 raw gz  xz
 584163 134 file sizes (MiB)
   0421 450 savings compared to raw (MiB)
-421  0  29 savings compared to current gz (MiB)

So I would definitely vote for continuing to compress files in
/usr/share/doc. (Note that these numbers cover only files that are
currently *.gz, not all files in /usr/share/doc. See script for
details.)

I'm OK with allowing use of xz for compressing the files.

-- 
Freedom-based blog/wiki/web hosting: http://www.branchable.com/
#!/bin/sh

set -e

gzsum=$(find /usr/share/doc -type f -name '*.gz' -printf '%s\n' | 
awk '{ s += $1 } END { print s }')
echo Total size of *.gz files in /usr/share/doc: $gzsum

rawsum=$(find /usr/share/doc -type f -name '*.gz' -exec zcat '{}' + | wc -c)
echo Total size of uncompressed *.gz files in /usr/share/doc: $rawsum

xzsum=$(find /usr/share/doc -type f -name '*.gz' -print0 |
xargs -0n1 -I'{}' -- sh -c 'zcat {} | xz | wc -c' |
awk '{ s += $1 } END { print s }')
echo Total size of *.gz files in /usr/share/doc converted into *.xz: $xzsum



Re: Introduction of a lock group

2011-08-15 Thread Iustin Pop
On Mon, Aug 15, 2011 at 06:00:50PM +0100, Roger Leigh wrote:
 On Mon, Aug 15, 2011 at 05:35:54PM +0100, Colin Watson wrote:
  On Mon, Aug 15, 2011 at 04:11:49PM +0100, Roger Leigh wrote:
   Are these any other downsides we need to consider?  One issue is the
   existence of badly broken programs³, which make stupid assumptions
   about lockfiles.
  
  What about programs that need to write lock files which are already
  setgid something else?  I don't have an example off the top of my head,
  but it would surprise me if there were none of these.
 
 IIRC Fedora have a setgid lock locking helper for this, which lockdev
 uses internally.  I'd need to check the details on a Fedora VM.  IIRC
 it checks if you have write perms on the device being locked, and so
 individual programs don't need to be setgid lock unless they are not
 using liblockdev.

The use of an external helper means this is significantly slower than an
open(…, O_CREAT) + flock(). While this works for some workloads, it
doesn't for all.

As my other question was: /var/lock (or /run/lock) was a good solution
for transient, cheap locks for coordination between some cooperative
programs. It would be ideal if we have a recipe for this after the
permissions change.

thanks,
iustin


signature.asc
Description: Digital signature


Re: Introducing Build-Recommends / Build-Core-Depends?

2011-08-15 Thread Andreas Barth
* Joey Hess (jo...@debian.org) [110815 18:32]:
 Andreas Barth wrote:
  Also, the binary packages in the debian/control template could have
  Build-Depends specified which means that they should only be built if
  those packages are actually installed (so we could do an automated
  graph analyis, and also dh and cdbs could just drop them, so that
  debian/rules doesn't need to reflect the dependencies)
 
 So there would need to be an interface in dpkg to get a list of binary
 packages to build. In order for this not to make debhelper slow, it
 would need to be a startlingly fast interface, for something that needs
 to read the status file. :/ Or DEB_BUILD_OPTIONS could have something set
 for this case and the status file lookup avoided in the general case.

I'd rather consider the second case - accept a slower debhelper on
partial builds.


 debhelper would need to disable dh_install --fail-missing in this case
 too. Happily dh_movefiles is not used by default, as if some packages
 are not built, this could result in files that were normally
 put in those packages instead being moved into another package.

Ok - we should add that to if the maintainer enables this mechanismn,
he needs to make sure that ... (and in lots of cases, that's not an
issue). Does that sound ok?


  To mark such packages and to be able to decide when to re-schedule the
  build, all binary-packages get the additional header
Build-Depends: minmal package_version 
 
 Is package_version  supposed to be a list of the packages and
 versions used in the minimal build?

Yes. We basically have a list of such packages anyways within the
buildd log these days, but adding it here wouldn't hurt.



Andi


-- 
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/20110815173754.gb15...@mails.so.argh.org



Re: /usr/share/doc/ files and gzip/xz/no compression

2011-08-15 Thread Andreas Barth
* Lars Wirzenius (l...@liw.fi) [110815 19:36]:
  584163 134 file sizes (MiB)

Thanks for comparing these numbers. That tells me that at least in the
average case we just can continue with gz, and not care much about the
relativly small difference to xz.


Andi


-- 
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/20110815174146.gc15...@mails.so.argh.org



Re: /usr/share/doc/ files and gzip/xz/no compression

2011-08-15 Thread Lucas Nussbaum
On 15/08/11 at 19:41 +0200, Andreas Barth wrote:
 * Lars Wirzenius (l...@liw.fi) [110815 19:36]:
   584163 134 file sizes (MiB)
 
 Thanks for comparing these numbers. That tells me that at least in the
 average case we just can continue with gz, and not care much about the
 relativly small difference to xz.

I wouldn't call -20% a relatively small difference.

The question is: are there downsides to switching to xz for
/usr/share/doc?

For example, in the past, some PDF readers could not directly open
.pdf.gz files, so one had to uncompress the file manually first, which
was pretty annoying.  I just checked, and evince, okular and xpdf can
open .pdf.xz files. But maybe other tools have similar issues.

- Lucas


-- 
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/20110815191525.ga1...@xanadu.blop.info



Re: /usr/share/doc/ files and gzip/xz/no compression

2011-08-15 Thread Carsten Hey
* Lars Wirzenius [2011-08-15 18:33 +0100]:
  raw gz  xz
  584163 134 file sizes (MiB)
0421 450 savings compared to raw (MiB)
 -421  0  29 savings compared to current gz (MiB)

Years ago I compared sizes of compressed files in /usr/share/doc using
different compression methods too, possibly restricting to specific file
types (for example changelog and copyright).

 I'm OK with allowing use of xz for compressing the files.

IIRC bzip2 had a better compression.  Compressing dpkg's changelog on
stable seems confirm this:

$ zcat /usr/share/doc/dpkg/changelog.gz | bzip2 | wc -c
145586
$ zcat /usr/share/doc/dpkg/changelog.gz | xz | wc -c
167844


Regards
Carsten


-- 
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/20110815210451.ga25...@furrball.stateful.de



Re: /usr/share/doc/ files and gzip/xz/no compression

2011-08-15 Thread Lars Wirzenius
On Mon, Aug 15, 2011 at 11:04:51PM +0200, Carsten Hey wrote:
 * Lars Wirzenius [2011-08-15 18:33 +0100]:
   raw gz  xz
   584163 134 file sizes (MiB)
 0421 450 savings compared to raw (MiB)
  -421  0  29 savings compared to current gz (MiB)
 
 Years ago I compared sizes of compressed files in /usr/share/doc using
 different compression methods too, possibly restricting to specific file
 types (for example changelog and copyright).
 
  I'm OK with allowing use of xz for compressing the files.
 
 IIRC bzip2 had a better compression.  Compressing dpkg's changelog on

Adding bzip2 support to my script and re-running gives me

Total size of *.gz files in /usr/share/doc converted into *.bz2: 135179633

In other words, it's 130 MiB against xz's 134 MiB. I'll leave it to
others to decide if it's a significatn difference.

-- 
Freedom-based blog/wiki/web hosting: http://www.branchable.com/


-- 
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/20110815212515.ga24...@havelock.liw.fi



Re: /usr/share/doc/ files and gzip/xz/no compression

2011-08-15 Thread Andreas Barth
* Lars Wirzenius (l...@liw.fi) [110815 23:27]:
 On Mon, Aug 15, 2011 at 11:04:51PM +0200, Carsten Hey wrote:
  * Lars Wirzenius [2011-08-15 18:33 +0100]:
raw gz  xz
584163 134 file sizes (MiB)
  0421 450 savings compared to raw (MiB)
   -421  0  29 savings compared to current gz (MiB)

 In other words, it's 130 MiB against xz's 134 MiB. I'll leave it to
 others to decide if it's a significatn difference.

bzip2 is definitly a more conservative choice than xz. If it's
smaller, than it's superior to xz.


Andi


-- 
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/20110815215907.gd15...@mails.so.argh.org



Re: /usr/share/doc/ files and gzip/xz/no compression

2011-08-15 Thread Iustin Pop
On Mon, Aug 15, 2011 at 11:59:07PM +0200, Andreas Barth wrote:
 * Lars Wirzenius (l...@liw.fi) [110815 23:27]:
  On Mon, Aug 15, 2011 at 11:04:51PM +0200, Carsten Hey wrote:
   * Lars Wirzenius [2011-08-15 18:33 +0100]:
 raw gz  xz
 584163 134 file sizes (MiB)
   0421 450 savings compared to raw (MiB)
-421  0  29 savings compared to current gz (MiB)
 
  In other words, it's 130 MiB against xz's 134 MiB. I'll leave it to
  others to decide if it's a significatn difference.
 
 bzip2 is definitly a more conservative choice than xz. If it's
 smaller, than it's superior to xz.

AFAIK, bzip2 has much worse decompression performance than xz: I have
taken dpkg's changelog, concatenated it to itself 10 times (11MB size),
and:

gzip: 0.377s, down to 2.7MB
gunzip: 0.077s

bzip2: 1.45s, down to 1.8M
bunzip2: 0.420s

xz: 4.4s(!), down to 204K(!)
xz -d: 0.035s

So here bzip is an order of magnitude slower at decompression.

I've repeated the test on uncompressible data (/dev/urandom), 10MB, and
the numbers are even worse for bzip2:

gzip:  0.410s / 0.060s
bzip2: 2.400s / 0.960s
xz:4.040s / 0.027s

So while xz is costly for compression, it's faster than even gzip for
decompression. bzip2's cost for decompresion (huge!) is what kept me
personally from using it seriously before xz appeared.

There is also information on Wikipedia about various compression
benchmarks, but IMHO if we want to switch from gzip then bzip2
doesn't make sense for /usr/share/doc.

regards,
iustin


signature.asc
Description: Digital signature


Re: /usr/share/doc/ files and gzip/xz/no compression

2011-08-15 Thread Carsten Hey
* Andreas Barth [2011-08-15 23:59 +0200]:
 * Lars Wirzenius (l...@liw.fi) [110815 23:27]:
  On Mon, Aug 15, 2011 at 11:04:51PM +0200, Carsten Hey wrote:
   * Lars Wirzenius [2011-08-15 18:33 +0100]:
 raw gz  xz
 584163 134 file sizes (MiB)
   0421 450 savings compared to raw (MiB)
-421  0  29 savings compared to current gz (MiB)

  In other words, it's 130 MiB against xz's 134 MiB. I'll leave it to
  others to decide if it's a significatn difference.

 bzip2 is definitly a more conservative choice than xz. If it's
 smaller, than it's superior to xz.

bzip2 has a better compression on average for some filetypes, xz[1] has
a better compression on average for others:

   gzip  bzip2   xz bzip2+xz[3]
  text files[2]   94312922  73496587  77783076  73496587
  other files 16577181  14609893  14275484  14275484
  sum110890103  88106480  92058560  87772071

Among the other files are also a lot of text files, if we would
compress Debian packages instead, xz would win presumably.

Anyway, I don't think this difference of 4 MiB on a desktop system is
significant.


I would prefer to avoid bloating the set of pseudo essential packages
without a good reason and I think users should be able to decompress all
files in /u/s/d.  There are plans to let dpkg depend on liblzma2 instead
of xz and it already depends on libbz2-1.0.  If dpkg's dependency on
libbz2 is planned to be removed in future, I would prefer to let libbz2
vanish from the pseudo essential set and use xz also for /u/s/d,
otherwise I would prefer using bzip2 over xz for /u/s/d.


Carsten


 [1] I did not use -e nor -9, but the difference should not be that big
 on files in /usr/share/doc.
 [2] find ... -regex '.*\(changelog\|copyright\|README\|TODO\|NEWS\).*[.]gz'
 [3] bzip2 for text files and xz for other files.  This is of course
 nothing we should consider doing.


-- 
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/20110815230257.ga27...@furrball.stateful.de



Re: Introducing Build-Recommends / Build-Core-Depends?

2011-08-15 Thread Charles Plessy
Le Mon, Aug 15, 2011 at 11:12:36AM +0100, Steve McIntyre a écrit :
 Andreas Barth wrote:
 
 Generic options are usually better IMHO, but well - YMMV.
 
 Often, yes. But also often at extra cost. Where is the added benefit
 here - i.e. what are the use cases? I'm 100% behind making the
 bootstrap phase more simple, but I can't see many others...

I think Build-Recommends would be well suited for skipping or disabling
regression tests when ‘test dependancies’ are not available.  With
“DEB_BUILT_OPTIONS=nocheck”, the tests are skipped, but the packages needed to
run the tests are still installed, which means that if they are not available,
the package can not be built.  Here is an example:

bioperl-run contains BioPerl wrappers for common command-line tools.
t-coffee contains the T-COFFEE command-line tool to align nucleotidic sequences.

bioperl-run's regression tests try the wrapper for T-COFFEE, and therefore 
bioperl-run
Build-Depends on t-coffee. 

t-coffee fails to build from source on armel (where its regression test fails).

If t-coffee is removed from armel (where it probably never worked), bioperl-run
can not be rebuilt there.

This chain of build dependancies is weak, but brings the benefit of running
full regression tests at build time and include the results in the build logs.
I think that DEP 8 is complementary to this, but can not replace this feature
in the short term.

A Build-Recommends field would allow packages to be resilient to the absence of
one of the components featured in their regression tests. 

Have a nice day,

-- 
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/20110816001145.ge19...@merveille.plessy.net



Re: /usr/share/doc/ files and gzip/xz/no compression

2011-08-15 Thread Russell Coker
On Tue, 16 Aug 2011, Iustin Pop ius...@debian.org wrote:
 There is also information on Wikipedia about various compression
 benchmarks, but IMHO if we want to switch from gzip then bzip2
 doesn't make sense for /usr/share/doc.

I'd like to see zless work transparently with bzip and xz compressed files.  
There's really no need for three different wrapper programs when the zless 
program can just consult the magic db to determine which decompression program 
to use.

A switch inevitably involves a period of time where we have a mixture of 
compression methods in use.  Even after that there will be a variety of old 
data (I'm sure that I'm not the only person who has been using gzip for most 
things because it's usually good enough and it's a matter of habit).  As most 
Unix commands aren't consciously typed having multiple variants of zless would 
be a real drag.

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



Re: /usr/share/doc/ files and gzip/xz/no compression

2011-08-15 Thread Ben Hutchings
On Tue, 2011-08-16 at 10:43 +1000, Russell Coker wrote:
 On Tue, 16 Aug 2011, Iustin Pop ius...@debian.org wrote:
  There is also information on Wikipedia about various compression
  benchmarks, but IMHO if we want to switch from gzip then bzip2
  doesn't make sense for /usr/share/doc.
 
 I'd like to see zless work transparently with bzip and xz compressed files.  
 There's really no need for three different wrapper programs when the zless 
 program can just consult the magic db to determine which decompression 
 program 
 to use.
[...]

+1

After all, it isn't called gzless.

Ben.



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


Re: /usr/share/doc/ files and gzip/xz/no compression

2011-08-15 Thread Chris Knadle
On Monday, August 15, 2011, Ben Hutchings wrote:
 On Tue, 2011-08-16 at 10:43 +1000, Russell Coker wrote:
  On Tue, 16 Aug 2011, Iustin Pop ius...@debian.org wrote:
   There is also information on Wikipedia about various
   compression benchmarks, but IMHO if we want to switch from
   gzip then bzip2 doesn't make sense for /usr/share/doc.
  
  I'd like to see zless work transparently with bzip and xz
  compressed files. There's really no need for three different
  wrapper programs when the zless program can just consult the
  magic db to determine which decompression program to use.
 
 [...]
 
 +1
 
 After all, it isn't called gzless.

Actually, that's not far off.  Right now these functions are spread 
across 4 different binaries, each of which is in a different package.

File Package
==   ===
/bin/bzless - bzmorebzip2
/bin/bzmore  bzip2
/bin/zless   gzip
/usr/bin/less - /bin/less   less
/bin/lessless
/usr/bin/xzless  xz-utils


  -- Chris

-- 

Chris Knadle
chris.kna...@coredump.us


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


Re: /usr/share/doc/ files and gzip/xz/no compression

2011-08-15 Thread Russell Coker
On Tue, 16 Aug 2011, Chris Knadle chris.kna...@coredump.us wrote:
  After all, it isn't called gzless.
 
 Actually, that's not far off.  Right now these functions are spread 
 across 4 different binaries, each of which is in a different package.

Probably the best thing to do would be to just incorporate the functionality 
in the less package.

zless works with uncompressed files and is well known to work that way.  I'm 
sure that lots of people run zless * without regard to whether there are 
compressed or uncompressed files in the directory.  Having zless and less do 
the same thing and support a wide variety of compression methods would be 
ideal.  It's not as if anyone would use less to view the binary contents of a 
gzip data stream.

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



Re: /usr/share/doc/ files and gzip/xz/no compression

2011-08-15 Thread James Vega
On Tue, Aug 16, 2011 at 01:06:34PM +1000, Russell Coker wrote:
 On Tue, 16 Aug 2011, Chris Knadle chris.kna...@coredump.us wrote:
   After all, it isn't called gzless.
  
  Actually, that's not far off.  Right now these functions are spread 
  across 4 different binaries, each of which is in a different package.
 
 Probably the best thing to do would be to just incorporate the functionality 
 in the less package.

You mean like lesspipe(1)?  Seems like it might need to be updated to
handle *.xz, but other than that looks like it fits the bill.

-- 
James
GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@debian.org


signature.asc
Description: Digital signature


Re: /usr/share/doc/ files and gzip/xz/no compression

2011-08-15 Thread Chris Knadle
On Monday, August 15, 2011, Russell Coker wrote:
 On Tue, 16 Aug 2011, Chris Knadle chris.kna...@coredump.us wrote:
   After all, it isn't called gzless.
  
  Actually, that's not far off.  Right now these functions are
  spread across 4 different binaries, each of which is in a
  different package.
 
 Probably the best thing to do would be to just incorporate the
 functionality in the less package.
 
 zless works with uncompressed files and is well known to work that
 way.  I'm sure that lots of people run zless * without regard to
 whether there are compressed or uncompressed files in the
 directory.

I commonly do that.  Not just with zless but even more commonly with 
zfgrep.  [And this hints that this issue is larger than just 'less'.]

Apparently bzmore and xzless are likewise able to read plaintext 
files, so these binaries are also doing file type recognition.

 Having zless and less do the same thing and support a
 wide variety of compression methods would be ideal.  It's not as
 if anyone would use less to view the binary contents of a gzip
 data stream.

I think you're onto a good idea.

It seems like it should be possible to build one 'less' such that it 
will read all of the compressed file types, and have zless xzless and 
bzless all point to 'less' via softlinks.  (Or hardlinks, if they're 
in the same directory, similar to how used to be done with separate 
'git-thing' binaries after they were consolidated into one 'git' 
binary.)

I'm trying to think of what undesired effects this might have.

One unexpected consequence would be that calling 'less' by default 
wouldn't skip over compressed file types that it would know how to 
handle.  If it were desired to be able to skip over compressed files, 
'less' could be crafted to change behavior based on the filename that 
was actually called (as was likewise done with git), thus zless bzless 
and xzless would open compressed files, but 'less' itself could avoid 
doing so.  Or add yet another command-line option as to whether to 
open compressed file types or not.

  -- Chris

-- 

Chris Knadle
chris.kna...@coredump.us


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


Re: Anonymous read-only access and Vcs-* [Re: Alioth status update, take 3]

2011-08-15 Thread Ben Finney
Tollef Fog Heen tfh...@err.no writes:

 ]] Sven Hoexter 

 | On the other hand there are all these packages in stable with broken
 | Vcs fields now. Still not nice but assuming that most contributions
 | will be based on what's in unstable that might be bearable.

 What VCS fields are broken?

The VCS browser link for ‘python-coverage’ used to work before the
changes this year. Now it leads to a 404 response.


URL:http://bzr.debian.org/loggerhead/collab-maint/python-coverage/python-coverage.debian/

-- 
 \   “There's no excuse to be bored. Sad, yes. Angry, yes. |
  `\Depressed, yes. Crazy, yes. But there's no excuse for boredom, |
_o__)  ever.” —Viggo Mortensen |
Ben Finney


-- 
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/87y5yuc7l7@benfinney.id.au



Re: Anonymous read-only access and Vcs-* [Re: Alioth status update, take 3]

2011-08-15 Thread Tollef Fog Heen
]] Ben Finney 

| The VCS browser link for ‘python-coverage’ used to work before the
| changes this year. Now it leads to a 404 response.
| 
| 
URL:http://bzr.debian.org/loggerhead/collab-maint/python-coverage/python-coverage.debian/

Fixed.

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



Accepted instant 1.0-beta-1 (source all)

2011-08-15 Thread Johannes Ring
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 15 Aug 2011 17:05:53 +0200
Source: instant
Binary: python-instant
Architecture: source all
Version: 1.0-beta-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Johannes Ring joha...@simula.no
Description: 
 python-instant - simple inlining of C / C++ code in Python
Changes: 
 instant (1.0-beta-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 26ea1e1b508093b48d5b80ae44f2483083b33e88 2022 instant_1.0-beta-1.dsc
 8883773e0301f13ee1b4a8a31de1ec32b33318af 124132 instant_1.0-beta.orig.tar.gz
 df47a66e40dad7450dc25517a929d8fa0518b4f5 2895 instant_1.0-beta-1.debian.tar.gz
 39da51add191f8de31aba1e48eabcbde6539d575 32926 
python-instant_1.0-beta-1_all.deb
Checksums-Sha256: 
 30d93c65b3ae56ae0161b99b1e81dae8525e8b71d9f32ea791799347b2c1eda8 2022 
instant_1.0-beta-1.dsc
 7538aa9a5856bca12711840febfa5ba49394e7a7fc00a9684cf6e2bdf601d94c 124132 
instant_1.0-beta.orig.tar.gz
 f002640695f7acbb87eccfd9a5b9c6eced82b3c24a8826d066ea40d743945e93 2895 
instant_1.0-beta-1.debian.tar.gz
 c53a1844c4fa8e3404cb26ea9c8c8c6a75b2cfca8df63012784fbf27cd17f54b 32926 
python-instant_1.0-beta-1_all.deb
Files: 
 c606e43c9b7db0537ab805a47881df15 2022 python extra instant_1.0-beta-1.dsc
 d481172899afe5f99de5615938f011d2 124132 python extra 
instant_1.0-beta.orig.tar.gz
 718a4bac00b9d625869073662d19537f 2895 python extra 
instant_1.0-beta-1.debian.tar.gz
 a9b517713e43d3d308c4bd0c01f56692 32926 python extra 
python-instant_1.0-beta-1_all.deb

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

iQIcBAEBCAAGBQJOSTatAAoJEIsTRN6fgH8UTW8QAKB+IjXGGEN76ZAyaPkBr4My
sfDwjdO84amwnJUaxjOA+/PjAjtxJr7CIQ0CYs93ZOFv1/L/bpHAgPOnQFzgUf5m
k2AUM0txQftsd+X2vRGZ9vhEfwFF9YhAWy91Rj3CHHu0rmz91G7quscEzre0g3IV
jAKz4HYCG60/Nb9+LUT/9Hnt2ahAv/XSFpuujxHkVQjIOOkk6Sq1vzrxTniLxvBe
niaMeXLZcawbx/KC6BxTU0Pl5fKjHHD+dx7zcamoDlsd41l/JJmAYANbcN+dO8c7
BJEoNMU6IdyS2zdhRs7ISQnlSNEBLfTRq3HaI5O3bHd812tIwUoD6Nf2Vp8BHOU7
4D20VmW/0Zaw+lza3vnk5k6lxbHzKFXz+IIHkz87mFHQZO8FLvs53pcc3zDc4ku1
q4ozuLEPsRwpxBybhY+WP1eFLK12/VMtKS1f4zSXzBjGMJ/0MLv7AUnJ433HLvFA
bCPftmoj6WhZpk3seb/nbbIXa6BDcy0tVIq/HWQjbN8TeYDAIaVk5VEX3/rj912F
NipkgeBmVe01TiNgh2NooO7gJUq9ipZoLvxaEm9m4Z6GjxTGKQe0J2zb65fWPf3U
beM3itykQF3PGQzMKAXsm9zdgNpW5rVdA8cd2tK8p3jkaU+aNPM9I2mWVif4eqYh
MpAWP774kgoLFq4uZPXK
=bNtj
-END PGP SIGNATURE-


Accepted:
instant_1.0-beta-1.debian.tar.gz
  to main/i/instant/instant_1.0-beta-1.debian.tar.gz
instant_1.0-beta-1.dsc
  to main/i/instant/instant_1.0-beta-1.dsc
instant_1.0-beta.orig.tar.gz
  to main/i/instant/instant_1.0-beta.orig.tar.gz
python-instant_1.0-beta-1_all.deb
  to main/i/instant/python-instant_1.0-beta-1_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/e1qsyum-0005n3...@franck.debian.org



Accepted mrtg 2.17.2-1 (source all amd64)

2011-08-15 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Aug 2011 16:30:14 +0200
Source: mrtg
Binary: mrtg mrtg-contrib
Architecture: source all amd64
Version: 2.17.2-1
Distribution: unstable
Urgency: low
Maintainer: Adam Majer ad...@zombino.com
Changed-By: Sandro Tosi mo...@debian.org
Description: 
 mrtg   - multi router traffic grapher
 mrtg-contrib - multi router traffic grapher (contributed files)
Closes: 20641 245355 317813 404168 527315 599802 612550 625695 629331
Changes: 
 mrtg (2.17.2-1) unstable; urgency=low
 .
   * New upstream release
 - updated mrtg-squid doc; thanks to Chris Chiappa; Closes: #317813
 - support for glob patterns for include files; thanks to Jamin W. Collins;
   Closes: #245355
 - remove a race-condition when writing new trafic graph files with rateup 
by
   writing to a temp file and moving it later; thanks to herb...@debian.org;
   Closes: #20641
 - do not load Net_SNMP_util unless snmpv3 is requested; thanks to Martín
   Ferrari; Closes: #404168
 - explicitly import Socket6 routines in SNMP_Session; thanks to Matija
   Grabnar; Closes: #629331
 - adjustment for perl new taint mode (since 5.10); thanks to Julien Savoie
   for the report; Closes: #612550
   * Acknowledge NMU; Closes: #625695
   * debian/README.Debian
 - removed notice about snmpd configuration; thanks to Harald Dunkel for the
   report; Closes: #599802
   * debian/source/format
 - converted to 3.0 (quilt) format
   * debian/patches/bts113894_use_gawk.patch
 - convert [f3f7427] to a proper patch
   * debian/patches/bts457032_fix_doc_location.patch
 - convert [9d8bd7a] to a proper patch
   * debian/patches/fix_for_ipacc.patch
 - convert [75f1393] to a proper patch
   * debian/patches/fix_typos_doc_manpages.patch
 - convert [2867bb3] to a proper patch
   * debian/patches/bts113814_mrtgindx.cgi
 - convert [759fe33] to a proper patch
   * debian/patches/bts167107_nodefaultglobal.patch
 - convert [ef33ad5] to a proper patch
   * debian/patches/dont_create_varlockmrtg.patch
 - convert [369821e] to a proper patch
   * debian/patches/{mrtg_lock_temp_cache_files_fixups.patch,
 cfgmaker_debian_workdir.patch,
iptables-accounting_linewrap.patch}
 - convert part of [02d0030] to a proper patch
   * debian/rules
 - don't remove *.rej and *.orig, they are in the upstream tarball
 - fix build, build-arch, build-indep targets as lintian suggests
   * debian/control
 - bump Standards-Version to 3.9.2 (no changes needed)
   * debian/cron.d
 - don't run if Workdir is not a directory; thanks to Adrian Bridgett for 
the
   report; Closes: #527315
Checksums-Sha1: 
 5a572d23a8b578bc5df0d77e929434141fb50eaf 1257 mrtg_2.17.2-1.dsc
 dc591cc92ee664d4049333c19becc6a88e162008 1095721 mrtg_2.17.2.orig.tar.gz
 640566934d143d40dd96f2ef11a6234db19849a5 35417 mrtg_2.17.2-1.debian.tar.gz
 23c2ebf50acd0ca2d1f2498bfbcfb9dca5a275bf 519784 mrtg-contrib_2.17.2-1_all.deb
 1e8cfdd51d366959bbee5ec38ea84f99f9a15704 446636 mrtg_2.17.2-1_amd64.deb
Checksums-Sha256: 
 47a9599dd043922074875cb0773533b90f738af5b5da2cdfae1cf5ac82b2829e 1257 
mrtg_2.17.2-1.dsc
 136a1c2b6c34437a103d71cca9bd3cc27a72cc91fa5bf25e2abc808bbde54adf 1095721 
mrtg_2.17.2.orig.tar.gz
 e2c59eed1c605d6b54f09a59ef58f341718c0a75c360aaa80791fb1151e903ca 35417 
mrtg_2.17.2-1.debian.tar.gz
 47de777a905fa3a16fb17dafca0d1b8b94b90d858392a9074ec2b93d71f5d3e6 519784 
mrtg-contrib_2.17.2-1_all.deb
 b1c8076f754d0e923416863d3b6df3ec353ea15bc037b343282ca5cbe72fea51 446636 
mrtg_2.17.2-1_amd64.deb
Files: 
 51f6e02f1d9cd099d9593a984d4d2db1 1257 net extra mrtg_2.17.2-1.dsc
 f4c251ef883da2509188711eff4577ad 1095721 net extra mrtg_2.17.2.orig.tar.gz
 c89f215fcb777531f69578fbcce5065e 35417 net extra mrtg_2.17.2-1.debian.tar.gz
 c5a9c3ee9efb27f2885acab3b0f70ae0 519784 net extra mrtg-contrib_2.17.2-1_all.deb
 9607cae1fd733be2bd1d5ba1c8f67e4d 446636 net extra mrtg_2.17.2-1_amd64.deb

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

iEYEARECAAYFAk5JLugACgkQAukwV0RN2VCwCQCaAhO+5WV23i+OTj0RtRubmMnt
WG0AnjFtut9LfZB25/YLQwBncIzCSCCh
=TJhR
-END PGP SIGNATURE-


Accepted:
mrtg-contrib_2.17.2-1_all.deb
  to main/m/mrtg/mrtg-contrib_2.17.2-1_all.deb
mrtg_2.17.2-1.debian.tar.gz
  to main/m/mrtg/mrtg_2.17.2-1.debian.tar.gz
mrtg_2.17.2-1.dsc
  to main/m/mrtg/mrtg_2.17.2-1.dsc
mrtg_2.17.2-1_amd64.deb
  to main/m/mrtg/mrtg_2.17.2-1_amd64.deb
mrtg_2.17.2.orig.tar.gz
  to main/m/mrtg/mrtg_2.17.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/e1qsyuw-0005qw...@franck.debian.org



Accepted ffc 1.0-beta-1 (source all)

2011-08-15 Thread Johannes Ring
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 15 Aug 2011 17:12:10 +0200
Source: ffc
Binary: python-ffc
Architecture: source all
Version: 1.0-beta-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Johannes Ring joha...@simula.no
Description: 
 python-ffc - compiler for finite element variational forms
Changes: 
 ffc (1.0-beta-1) unstable; urgency=low
 .
   * New upstream release.
   * Remove patch (applied upstream).
Checksums-Sha1: 
 94ca89427282f29d8aa79a192c38edde26bd2380 2000 ffc_1.0-beta-1.dsc
 0595e4135a9c2770d94879948c2e9404f7cba7fb 3086512 ffc_1.0-beta.orig.tar.gz
 197af33961253beeb9ddc22883bffc89e32ce2f3 6791 ffc_1.0-beta-1.debian.tar.gz
 918dbf6616e8a973f4473726cc4da74f891c1a19 168992 python-ffc_1.0-beta-1_all.deb
Checksums-Sha256: 
 b2a4a64eec02a4c110c80058351ec52f134c5af7008aed74f37e80c76f270e2d 2000 
ffc_1.0-beta-1.dsc
 2d23490042e1758ab4b3bbffeb640d5c96f4f42cff2b3eb3dc12d9cdc1351f3e 3086512 
ffc_1.0-beta.orig.tar.gz
 4f29ebe35d057d76f0ae7dcc51afd98c7ac6191deb28b4a9b328d294954c07cf 6791 
ffc_1.0-beta-1.debian.tar.gz
 b02396f739edecdb949e4903a40d04e6412c02841ecd0c518c50978db048c31a 168992 
python-ffc_1.0-beta-1_all.deb
Files: 
 d03a1144ed6324a8b984d14a9f6e89ce 2000 python extra ffc_1.0-beta-1.dsc
 d279e786cfa12da8cf818330d05748c2 3086512 python extra ffc_1.0-beta.orig.tar.gz
 e9bb65df2952d87cf01cf61eaa15a08e 6791 python extra ffc_1.0-beta-1.debian.tar.gz
 7b60b3623c19fb5a8a131f04d591585f 168992 python extra 
python-ffc_1.0-beta-1_all.deb

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

iQIcBAEBCAAGBQJOSTo8AAoJEIsTRN6fgH8Uc0IQANB2bexDGCsUKASDyEfoOxDr
2uljV/NXbIm3QTI+HvIMDy4Zh4cZp26NcOQnHQn9wdVEFd5jvHNGpHAnhHu+LfDe
gJ7oRU+cKQKzBpUeXbMvxK5n+2J4jRm7qnXeKGMqJcpF0L+3rpWXPyNxt1M3ZIhn
Y3dytiJq/GY5xRFgD+JubM18hxWULo99Kqm5z+lEdYfoeHProJe+lMUb/R2uRfTP
9lLb9dlPJsTybzaGY2ybG/B/bL9qquc013J/J+8dyDuZLTsdkPazzi8m00i7KzCO
G/IFD2VwykpQQY5ZWwIlAXnPg0Jdu/X85pecVQLjIi01Wbv8+FzgOep05/gdVQIz
CyQz3Lxu8Xttnj0o8OmbsbRNIFM5+IsV9y5hgbS8bV2P5KypAQ4KXmcbl+ZGHjM6
taLaj+y/+SanPx74alVZNnRayxjm4BkoUmPWuaoWWqbuZ7oTn7OlOFI51yMEACe6
zVJcaiqeAxonK7k608zL3HfL8EZ4so4WoDFhnc/TdRbazyBvpdrNjHwLhLGxVJrL
RfsBk/W8KoBJSVUuVb3LndmtrW0KVMpayNG5NwbhYFT+hdawA/gMyiQSJJycGDoA
8XviFmhNghcanwMinx3fzgCGHx7D3O5E1bMBQdpIebtPjdrVAcXtufj2uxItb2j4
XsDsyiiBOkE6+CxY1qqF
=RIA8
-END PGP SIGNATURE-


Accepted:
ffc_1.0-beta-1.debian.tar.gz
  to main/f/ffc/ffc_1.0-beta-1.debian.tar.gz
ffc_1.0-beta-1.dsc
  to main/f/ffc/ffc_1.0-beta-1.dsc
ffc_1.0-beta.orig.tar.gz
  to main/f/ffc/ffc_1.0-beta.orig.tar.gz
python-ffc_1.0-beta-1_all.deb
  to main/f/ffc/python-ffc_1.0-beta-1_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/e1qsz9f-0007tu...@franck.debian.org



Accepted libemail-valid-perl 0.185-1 (source all)

2011-08-15 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 15 Aug 2011 17:22:49 +0200
Source: libemail-valid-perl
Binary: libemail-valid-perl
Architecture: all source
Version: 0.185-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Ansgar Burchardt ans...@debian.org
Description: 
 libemail-valid-perl - Perl module for checking the validity of Internet email 
addresses
Changes: 
 libemail-valid-perl (0.185-1) unstable; urgency=low
 .
   * Team upload.
 .
   [ Ansgar Burchardt ]
   * New upstream release.
   * debian/control: Convert Vcs-* fields to Git.
   * debian/copyright: Refer to /usr/share/common-licenses/GPL-1; refer to
 Debian systems instead of Debian GNU/Linux systems.
   * Bump Standards-Version to 3.9.2 (no changes).
 .
   [ Salvatore Bonaccorso ]
   * debian/copyright: Replace DEP5 Format-Specification URL from
 svn.debian.org to anonscm.debian.org URL.
Checksums-Sha1: 
 38dfffed459b6144f10288cadb4370a3764ca850 2289 libemail-valid-perl_0.185-1.dsc
 eaffa58f9b39453258356324dc642eb929d37c48 18463 
libemail-valid-perl_0.185.orig.tar.gz
 d9eaa288990f05c8c27f7cfbc025fbdba89e826f 5064 
libemail-valid-perl_0.185-1.debian.tar.gz
 4b03572a924a96d44b680c0eda34f253ea0cddd9 20086 
libemail-valid-perl_0.185-1_all.deb
Checksums-Sha256: 
 c1ba9cc3580af680bc4f0767398ff2834add2ecfd5088dbc1981389802035439 2289 
libemail-valid-perl_0.185-1.dsc
 ec4b9f9b0c83a01739e54f494f0071872cfc4eeca407dfcdd08172381b9c49c0 18463 
libemail-valid-perl_0.185.orig.tar.gz
 3000d9255efbb609294c6bb4686013821ebdb47bf6eefea77bb942326256cd4b 5064 
libemail-valid-perl_0.185-1.debian.tar.gz
 54937242c85e0032e9b32ec8c3b4a41a0ff8118a1761dcfaa056248012525a8f 20086 
libemail-valid-perl_0.185-1_all.deb
Files: 
 1a8b1237c564731e9207061f32ded653 2289 perl optional 
libemail-valid-perl_0.185-1.dsc
 8d5b4eea30be619ef9fe966c77e08b68 18463 perl optional 
libemail-valid-perl_0.185.orig.tar.gz
 e4da1b2ae9778728266a2e37f1d2e4a8 5064 perl optional 
libemail-valid-perl_0.185-1.debian.tar.gz
 92086b9b0b485adc09a2397f75ed90ff 20086 perl optional 
libemail-valid-perl_0.185-1_all.deb

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

iQIcBAEBCgAGBQJOSTw9AAoJEIATJTTdNH3IumQP/2hjqxKkWZ8TodACCYyikVXm
zx9/0PIbKZb002IIBrFFtMjq8LxklT9r/aWLh8Wvvs/P+fYhvrdIrFdI+/zEsiSC
xqj9Ek1jc9F8KFKkr8viHq13m4Y7IzRmw/EWWweCzKciNm7r04OUpuUwrqb1mX0y
2B6o602/ubGsuNQw01xFiAqGXbhFbDJI2KnNBpwb8Tj+H02qlH2u1RQ7uXiak3m2
gp9HcggdoHV4Ed/tm20ip2R4flE+erD5cweCr822onCbCNQi2rd/9/sBT8eQjGK0
Nbmt6m+i1DkQ8XWhDnat+7X3AN0RiP1tprpn8snr+wv8tZZEm/eOgJsYNm+edvIr
Zt3bs78XS5Xa1+e4n3NqIKbkMZeX7NkMtKily1Ojj7RXfC9XeWxS2rmxNyBnTarI
a4ySzCknfBBy/CV51q5exbGl4tHCaA4e1UOa4O3EopsWoY67JIYFt9xWq3idrASE
k6kMyojwISaH4oD9j+gurbNXAgtno35vgGNG9+mOKjg77Yv8L8YThVutsFuufKLz
rl9d6QMzXnSx3dcwY73A6L1KZtDCrcQRz91hjxA1nzBCqQtVSe0/b6RtQQs3arSZ
NBNbHXF+jl1nuepXjoJMFKCpd6kcNtHZnv6BZrJnpfZJ4Xqat6c/7spHtJpxYgoK
y3NaL3pI6N4EyrwEAz0W
=TMDr
-END PGP SIGNATURE-


Accepted:
libemail-valid-perl_0.185-1.debian.tar.gz
  to main/libe/libemail-valid-perl/libemail-valid-perl_0.185-1.debian.tar.gz
libemail-valid-perl_0.185-1.dsc
  to main/libe/libemail-valid-perl/libemail-valid-perl_0.185-1.dsc
libemail-valid-perl_0.185-1_all.deb
  to main/libe/libemail-valid-perl/libemail-valid-perl_0.185-1_all.deb
libemail-valid-perl_0.185.orig.tar.gz
  to main/libe/libemail-valid-perl/libemail-valid-perl_0.185.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/e1qsznc-0001bb...@franck.debian.org



Accepted viper 1.0-beta-1 (source all)

2011-08-15 Thread Johannes Ring
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 15 Aug 2011 17:30:03 +0200
Source: viper
Binary: python-viper
Architecture: source all
Version: 1.0-beta-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Johannes Ring joha...@simula.no
Description: 
 python-viper - minimalistic scientific plotter and run-time visualization 
module
Changes: 
 viper (1.0-beta-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 934c386d65c0ef5c4ac1bd4fe4e11e32ce5f0d5e 2017 viper_1.0-beta-1.dsc
 83a8e4193c25c3b5e0bbd31985d4d58d0d6c11ff 192736 viper_1.0-beta.orig.tar.gz
 ec047a3b06c33d91c3dc3ab05af2792fa896d2e7 2961 viper_1.0-beta-1.debian.tar.gz
 3ad8073f9940c0acad7a95ec208d6a814f36f1da 163392 python-viper_1.0-beta-1_all.deb
Checksums-Sha256: 
 1f127217a6d29ec5aa23d62cff545db65e87bc961fd90ada244aa7fdb6392737 2017 
viper_1.0-beta-1.dsc
 cd418c5e4fb6c9c5630fb4999ed44c45935be2e5094704ee1e2b746e1292c88f 192736 
viper_1.0-beta.orig.tar.gz
 a4f116ba3aab10c86975f3b9732f7934096b40d897d73e5864a6ee1573442187 2961 
viper_1.0-beta-1.debian.tar.gz
 ee6e37babf0b8d65150bc96497c26017d6df73ff9a52d6a6acd93ea5b7be05b9 163392 
python-viper_1.0-beta-1_all.deb
Files: 
 96923130397c967c74ef67cdeb1d4b41 2017 python extra viper_1.0-beta-1.dsc
 7cc1e4fe7848c52c8b651fcd910e230b 192736 python extra viper_1.0-beta.orig.tar.gz
 69fe49894685ae3a0b529c4343aef63e 2961 python extra 
viper_1.0-beta-1.debian.tar.gz
 e691201e20353e00157736be101cffc1 163392 python extra 
python-viper_1.0-beta-1_all.deb

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

iQIcBAEBCAAGBQJOSTyLAAoJEIsTRN6fgH8UEtIQAL2dAWzAuQ7sHaYvL91ZVdPz
wqg2EvvKa5ARIV/Q3jzhOfo8DJF2J7iKdAHmg5X4NlLQIOxOVgsG0SaNVN+xp5Um
ra9RoG0QFVj2iHoi3ItG/KK/XdBsvOoU74+xKeW7ghCueRm9VXe5oq6CN8hXyD57
k6wlrTVghS5c/vnolEzHhTgCMz7X77NviuZjPHyPyJxrkmAVK1XuW946OTAbM76t
aMitUScxgYa0L1B4o0tAqGB743aKRruoNTUYwmNM7+ql/GklnfhMpt/VfnJ5eEbS
Drll8CnH/XFbFQzzYzUtO4xwJoD7M5BZCzL6rN6sfuqfTjQJrp3EmUYyFylx8KGV
LX6Cb3AtfnGVLD0RDGQRTZsW7I+FXASdByeZ9uiex5oJpbnFqyDtYZgiksrJLHZt
Y38uFVxVASHsn5phB3fzf+0AWLiPf8X12asHSpKNWyaCsF6YmPggSRBEUFTjRUmW
6wmUS1k8xTHLVrxlMulApwMOQ6xaHP2XuMyuPD/bMBQbVzzCD/Er8rosuSN1BWR0
aVHf9avuD/jsi9OlkzbR4r33n/DVyi/YFGMW78TSoXup0P63Lk587TNNfFrj3BZ2
8oDI3Z/TXUE1G6OSRiHlZlK1BHL0aWfCckc2eiJDRj9gkMnAUEXqyIo+aJaDW/nE
l2BxIl9Chp+J9BPk3eMM
=EQz0
-END PGP SIGNATURE-


Accepted:
python-viper_1.0-beta-1_all.deb
  to main/v/viper/python-viper_1.0-beta-1_all.deb
viper_1.0-beta-1.debian.tar.gz
  to main/v/viper/viper_1.0-beta-1.debian.tar.gz
viper_1.0-beta-1.dsc
  to main/v/viper/viper_1.0-beta-1.dsc
viper_1.0-beta.orig.tar.gz
  to main/v/viper/viper_1.0-beta.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/e1qsznv-0001eu...@franck.debian.org



Accepted dejagnu 1.5-2 (source all)

2011-08-15 Thread Hector Oron
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 15 Aug 2011 16:40:26 +0100
Source: dejagnu
Binary: dejagnu
Architecture: source all
Version: 1.5-2
Distribution: unstable
Urgency: low
Maintainer: Hector Oron zu...@debian.org
Changed-By: Hector Oron zu...@debian.org
Description: 
 dejagnu- framework for running test suites on software tools
Changes: 
 dejagnu (1.5-2) unstable; urgency=low
 .
   * Upload to unstable
Checksums-Sha1: 
 a780eb4ab265d6d1353d59b3f8a4616c5bf9b575 1745 dejagnu_1.5-2.dsc
 c31674fa0e3abb853147981bada5362829803e08 6633 dejagnu_1.5-2.debian.tar.gz
 056a1489cba2c70f5ba27e2045cef86133ec9578 884488 dejagnu_1.5-2_all.deb
Checksums-Sha256: 
 5fba076f0db74a9bf9abe722a08afb9600ef8317c8c714388f4d5381646ec7d6 1745 
dejagnu_1.5-2.dsc
 2044928ad0d3973e7b0451e8d6260648c0bafa9f5de7e442a42cdbdf2362ab5b 6633 
dejagnu_1.5-2.debian.tar.gz
 e86f76b82411da0ce344a388048de7fbd7f82ba27170ebada473e35bf751d9f3 884488 
dejagnu_1.5-2_all.deb
Files: 
 082275c12516d2b9579a77af51a6db01 1745 devel optional dejagnu_1.5-2.dsc
 6e7e01c69fb54b3667331681150ba4a4 6633 devel optional 
dejagnu_1.5-2.debian.tar.gz
 3e4322a5399fb1def26bb006b422f992 884488 devel optional dejagnu_1.5-2_all.deb

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

iQIcBAEBCAAGBQJOSUBdAAoJEK8ig6p24qx7CxIP/i69b3rNNM7CwABWKgGQ9fBg
AtKPcou/VCcU186o7v/DOxLWHq5Ke0xoi3ovZe2ECpHJ7Z9BYz7VGF6OEl4+WB9Q
5UKzJTTiACy5NUOYZz7fLZloNlPIdbKlNbnRurCaCnwgzpPPTy2j27hKxT+IMRXA
/uxJroe6L9PwRoyuGGkbKb8BmfmvFAxFKZ8PG22xwPJRs2LobfGB6uyyoJ5CXb4Q
d+Zk+Dj8zJKWvQFMQRJhXcwvP71pErZeJuwiDy0mTASlVPEr1n4hCLfHSgfTGO+R
sLtYp6mgY0PUTGojDQAliyiMlsGFKnMnbVQX/NOZPwiDbPDgybNJ9D2AXDFlOlXR
lFCxHMMLz9b5XYjGsYvVpyPTRbbmbDGrFQcq92e5TCR9YpdzYIPyHxWeGhkmnQp/
2cig0VOGpkXdEtGjkL3HnQwDqktrsIUjy/G8aWBGSAhBpTggdxsIgR8QRL2W47z1
tP7kCx+wfJdCBjkxj6kHDfsjXKQbOO5Pg2jbup69mVY+BkTb1Pz7r9wauRn/Unq1
fvnOkQz0gB2GatP26JHc7gZCRq/WYgyYIvxyZAkvNMKELu9Yjt85NPIhSOE9+ytD
Snai2dWsNIfXfi0JW8K/IJCm2Y81Hi3N8rvbhQKO8R1MNIgdviyw3RISOMajn7NE
OyicZNlCVeo+Or2cPOvU
=o+GO
-END PGP SIGNATURE-


Accepted:
dejagnu_1.5-2.debian.tar.gz
  to main/d/dejagnu/dejagnu_1.5-2.debian.tar.gz
dejagnu_1.5-2.dsc
  to main/d/dejagnu/dejagnu_1.5-2.dsc
dejagnu_1.5-2_all.deb
  to main/d/dejagnu/dejagnu_1.5-2_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/e1qszcb-0003if...@franck.debian.org



Accepted iceape 2.0.14-5 (source all amd64)

2011-08-15 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 15 Aug 2011 15:26:05 +0200
Source: iceape
Binary: iceape iceape-browser iceape-dbg iceape-chatzilla
Architecture: source amd64 all
Version: 2.0.14-5
Distribution: unstable
Urgency: low
Maintainer: Maintainers of Mozilla-related packages 
pkg-mozilla-maintain...@lists.alioth.debian.org
Changed-By: Mike Hommey gland...@debian.org
Description: 
 iceape - The Iceape Internet Suite
 iceape-browser - Transitional package to iceape
 iceape-chatzilla - Iceape Chatzilla IRC client
 iceape-dbg - Debugging symbols for the Iceape Internet Suite
Closes: 634659
Changes: 
 iceape (2.0.14-5) unstable; urgency=low
 .
   * Fixes for mfsa2011-30, including:
 CVE-2011-2982, CVE-2011-2981, CVE-2011-2378, CVE-2011-2984,
 CVE-2011-2983.
   * debian/rules, debian/iceape-browser.manpages: Build in a sub-directory.
   * debian/control:
 - Only build-depend on libjpeg-dev.
 - Use linux-any wildcard for libasound2-dev and libiw-dev Build-Depends
   instead of using a list of negated architectures. Closes: #634659.
 - Remove iceape-dev transitional package.
 - Bump Standards-Version to 3.9.2.0.
   * debian/rules:
 - Enhance the check-system-libs rule to check in the all autoconf.mk files.
 - Remove extra LDFLAGS for alpha. It is unsure this still has any positive
   effect, and alpha has many other problems that would need fixing if
   porters care.
 - Disable necko wifi on unsupported platforms.
 - Use -O2 on ia64, to work around ICE.
   * debian/iceape-browser.install, debian/pkg_files: Install aboutIce
 component and ice chrome through debian/pkg_files.
   * debian/rules, debian/control, debian/iceape.*, debian/iceape-browser.*,
 debian/iceape-mailnews.*: Prepare for future versions of Iceape and merge
 iceape-browser and iceape-mailnews into iceape. The package separation is
 not going to work out very well with the newer (= 2.2) releases of Iceape.
Checksums-Sha1: 
 3e440fb96a6a0ae5b400983d5de1ae6e0ed3a381 2478 iceape_2.0.14-5.dsc
 e525f37d9856a66d990e3f31bc80e2aa8108fdec 346103 iceape_2.0.14-5.debian.tar.gz
 0b84576f4f5687fbb3089978f2840462f31fba3b 14230740 iceape_2.0.14-5_amd64.deb
 0febe23655dc4db9e0e8415f09b6af9d1226f52b 40902 iceape-browser_2.0.14-5_all.deb
 63810b290372e0a7f06f0c595352d2b1275ed90f 84439460 iceape-dbg_2.0.14-5_amd64.deb
 f699e665b42c44eabbc494870cfa04e29747dd9c 369552 
iceape-chatzilla_2.0.14-5_all.deb
Checksums-Sha256: 
 b359fb0c5d52de152899f0c511e3dd1be32bf63f6f4a1affc00d82bbbddd3e8e 2478 
iceape_2.0.14-5.dsc
 823f1c4b241368c2662de5b30752f766a7479a5e875d9d758f13847b4dd4817a 346103 
iceape_2.0.14-5.debian.tar.gz
 743faf0c7637188daeea3dc1dc70f5ac4c1b5d06c0af771f4dc2f8e19f381234 14230740 
iceape_2.0.14-5_amd64.deb
 73ac1429341463fecac1a8f7f5978442d15a0576835232318626957d3e59a5a5 40902 
iceape-browser_2.0.14-5_all.deb
 87ad08f3373d9fa2fab82ed1c31f0656c2521e6ba3c47f199f3af47925e6c702 84439460 
iceape-dbg_2.0.14-5_amd64.deb
 9933de8fee8156b5f6b24e18b0d88cb68772f556b4a570831537f6c304bfbe3d 369552 
iceape-chatzilla_2.0.14-5_all.deb
Files: 
 9717880a50f17b6078798d2871211b12 2478 net optional iceape_2.0.14-5.dsc
 a5f5603488f207e526f55b20f44ac0f5 346103 net optional 
iceape_2.0.14-5.debian.tar.gz
 f20f553b25dcc0a87e3e408af09dfef0 14230740 web optional 
iceape_2.0.14-5_amd64.deb
 ee21219cd9b769c2185fc8061dc53ecc 40902 web optional 
iceape-browser_2.0.14-5_all.deb
 580d20dcaca770039037b2f96f53b569 84439460 debug extra 
iceape-dbg_2.0.14-5_amd64.deb
 cc1f67e27415973da789714f3a297f43 369552 net optional 
iceape-chatzilla_2.0.14-5_all.deb

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

iQIVAwUBTkkl+uQqoE+mqoxyAQiblg//eazde6Z2e7n0JEDeWkgEkxKV0n56Xjb4
+/H3ZrtMnDZFbONtTyTWOa79ILVcXkFvNCdD0OmKUJZFmRQ9n0dYsAM1KqY7rfo/
bTKeMJOwdS2BNI/AqcRJSzL9w55nGqYoL2Boo6m+IcPKktVQV77UE4g9QZN6ckSa
jY5mp4gASOr6C4FovtZBzTqh18jbQa4nu0A+h32kWFK9Vkz3FGzZinOfsg1m7Ou5
eV3JNYSY8s+cGWoyQp27ZgVh6vU/BlwJROQVWI1b/5dA58bGegJB3ElTnt9v2lfa
C7X7D9yDhaFxb9r3SennEGyOmuhfjBpN6RvpjQrwnOeItzYxf0qsGJOuxhxEad5Y
z7kGB+SjHJ4Dl8zi4AHWulf1XZAeQznNhSG4kNB0A0vrv8oxmw9Ksc0JWz1ogkT1
CxSK244VbBb/4nIh0KV3oWdpY+7W+yMYwRtwbCy4sLFLq0T6FL8NSmzfXGj3pORD
maVqlWUEvTZvDatyv7Lhh9QnYys8RNhRVvwnk1tQ+MmgXlH0KOC4VVmKYjfmENf0
4PR6Qk5KX78c8BX9PC87qAPUIug2ncqbiEKeAKmxUDgQ4K3/0ogJjVBG25RbX6Lq
T/jxwdUeJym44caCYaH6cg3VhCKwWlfnnjgsWPRkIow+Zz3++9JjSFCtfuBqWir6
bTUEDAh6jYk=
=owmC
-END PGP SIGNATURE-


Accepted:
iceape-browser_2.0.14-5_all.deb
  to main/i/iceape/iceape-browser_2.0.14-5_all.deb
iceape-chatzilla_2.0.14-5_all.deb
  to main/i/iceape/iceape-chatzilla_2.0.14-5_all.deb
iceape-dbg_2.0.14-5_amd64.deb
  to main/i/iceape/iceape-dbg_2.0.14-5_amd64.deb
iceape_2.0.14-5.debian.tar.gz
  to main/i/iceape/iceape_2.0.14-5.debian.tar.gz
iceape_2.0.14-5.dsc
  to main/i/iceape/iceape_2.0.14-5.dsc
iceape_2.0.14-5_amd64.deb
  to main/i/iceape/iceape_2.0.14-5_amd64.deb


-- 
To UNSUBSCRIBE, email to 

Accepted txtreader 0.6.5-1 (source amd64)

2011-08-15 Thread LI Daobing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Aug 2011 23:41:15 +0800
Source: txtreader
Binary: txtreader
Architecture: source amd64
Version: 0.6.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Chinese Team chinese-develop...@lists.alioth.debian.org
Changed-By: LI Daobing lidaob...@debian.org
Description: 
 txtreader  - text viewer, mainly used for reading novels
Changes: 
 txtreader (0.6.5-1) unstable; urgency=low
 .
   * new upstream release.
   * debian/rules: updated.
   * debian/control:
 - bump standards version to 3.9.2.
 - new maintainer's email.
 - update Vcs-* fields.
Checksums-Sha1: 
 0b12fd7c73e4a77bd378d97f145b15fe6a4df6ed 1306 txtreader_0.6.5-1.dsc
 78850649be25c6b22b1784755daa15412ae30c60 42883 txtreader_0.6.5.orig.tar.gz
 5a246d5eb08c75b04b32223cb17e92210c7d8388 3972 txtreader_0.6.5-1.debian.tar.gz
 6fb2da80063a7895c0a9b82cfde53c9f6989d272 78288 txtreader_0.6.5-1_amd64.deb
Checksums-Sha256: 
 38327703520cdea26adb8ca5090cc47a53484ddd642070888e9ece0fe41507db 1306 
txtreader_0.6.5-1.dsc
 cf8c4e3b0390645ba39c763a16062a849dce4d7b0b807c9157b87a740a00dbf4 42883 
txtreader_0.6.5.orig.tar.gz
 61c8e9d5f7cb472421d39f096e3c6b84357b75ff43fc1dfb74ece53f8f5505e1 3972 
txtreader_0.6.5-1.debian.tar.gz
 5f9877d604d51a7ae08f10e8dfffa0f6a6ad2063fbd6d2735989374e6fd771d6 78288 
txtreader_0.6.5-1_amd64.deb
Files: 
 c20914fd8633f39faf0041afc4c414a3 1306 text optional txtreader_0.6.5-1.dsc
 fd401f97343cc3a0736d9e5fbe942a71 42883 text optional 
txtreader_0.6.5.orig.tar.gz
 4e024882e5f2538dcda4b0a472186742 3972 text optional 
txtreader_0.6.5-1.debian.tar.gz
 382ac04f570896b73b88f5c8bec87702 78288 text optional 
txtreader_0.6.5-1_amd64.deb

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

iEYEARECAAYFAk5JPyAACgkQ5TUK4GCH0vjnmQCglZZ8gjVmtPHYk1BQ2iotIk4o
6zYAoJvgIQvpjU5HHvwd6ODEM0QQsTw6
=C3kh
-END PGP SIGNATURE-


Accepted:
txtreader_0.6.5-1.debian.tar.gz
  to main/t/txtreader/txtreader_0.6.5-1.debian.tar.gz
txtreader_0.6.5-1.dsc
  to main/t/txtreader/txtreader_0.6.5-1.dsc
txtreader_0.6.5-1_amd64.deb
  to main/t/txtreader/txtreader_0.6.5-1_amd64.deb
txtreader_0.6.5.orig.tar.gz
  to main/t/txtreader/txtreader_0.6.5.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/e1qszek-0003vq...@franck.debian.org



Accepted yafc 1.1.1.dfsg.1-4.1 (source amd64)

2011-08-15 Thread Sebastian Ramacher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 04 Aug 2011 16:55:52 +0200
Source: yafc
Binary: yafc
Architecture: source amd64
Version: 1.1.1.dfsg.1-4.1
Distribution: unstable
Urgency: low
Maintainer: Decklin Foster deck...@red-bean.com
Changed-By: Sebastian Ramacher s.ramac...@gmx.at
Description: 
 yafc   - yet another FTP client
Closes: 553874 601758 604190
Changes: 
 yafc (1.1.1.dfsg.1-4.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Change Build-Dep libreadline5-dev to libreadline-dev. (Closes: #553874)
   * Add patch from Mats Erik Andersson to fix FTBFS on GNU/kFreeBSD. (Closes:
 #601758)
   * Add patch from Lionel Landwerlin to fix wrong usage of strcpy. (Closes:
 #604190)
Checksums-Sha1: 
 d1f1171f37c28316e3dde5f6c125068da8b6b1f6 1028 yafc_1.1.1.dfsg.1-4.1.dsc
 bbc15c06b8d322e729164dfc264708050cf3a739 11446 yafc_1.1.1.dfsg.1-4.1.diff.gz
 8fdc755185d1629cbb39a5bfbdd4413c6bf468d9 156076 yafc_1.1.1.dfsg.1-4.1_amd64.deb
Checksums-Sha256: 
 8db4974f163fb071e2262b642eb504b240f0c606b5862c8cc243e1b6ee0b71be 1028 
yafc_1.1.1.dfsg.1-4.1.dsc
 766c308aa4cfa4db71c27af4541cbb320efe83658700c7afe50c62e9312b332a 11446 
yafc_1.1.1.dfsg.1-4.1.diff.gz
 58d049881e3df6f4936e0b6fbc214d14a7a4c6489312b849f6e46b40c5f64f01 156076 
yafc_1.1.1.dfsg.1-4.1_amd64.deb
Files: 
 bc38ae35e1f4b74f5f6df0b643bb5af9 1028 net optional yafc_1.1.1.dfsg.1-4.1.dsc
 c12cbdd6f7608e5e6b5fdaa0c416619b 11446 net optional 
yafc_1.1.1.dfsg.1-4.1.diff.gz
 9ba8e5fa03e35dbf59f6be9ae13ffcc3 156076 net optional 
yafc_1.1.1.dfsg.1-4.1_amd64.deb

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

iD8DBQFOPAq4vdkzt4X+wX8RAoYkAJ4nFVC7+veSCAMUvFLNy9JzKnCJkACfRF3t
10Hd9oEoR6NxXHYg5H9QEw8=
=0NSX
-END PGP SIGNATURE-


Accepted:
yafc_1.1.1.dfsg.1-4.1.diff.gz
  to main/y/yafc/yafc_1.1.1.dfsg.1-4.1.diff.gz
yafc_1.1.1.dfsg.1-4.1.dsc
  to main/y/yafc/yafc_1.1.1.dfsg.1-4.1.dsc
yafc_1.1.1.dfsg.1-4.1_amd64.deb
  to main/y/yafc/yafc_1.1.1.dfsg.1-4.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/e1qszes-0003xl...@franck.debian.org



Accepted sslh 1.9-1 (source i386)

2011-08-15 Thread Guillaume Delacour
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 14 Aug 2011 15:34:03 +0200
Source: sslh
Binary: sslh
Architecture: source i386
Version: 1.9-1
Distribution: unstable
Urgency: low
Maintainer: Guillaume Delacour g...@iroqwa.org
Changed-By: Guillaume Delacour g...@iroqwa.org
Description: 
 sslh   - ssl/ssh multiplexer
Closes: 611611 628461 632834
Changes: 
 sslh (1.9-1) unstable; urgency=low
 .
   * New upstream release (Closes: #632834, #611611)
   * Drop debian/patches/01_option_user_manpage_error.diff, fixed upstream
   * Debconf translation: Add ja.po, thanks Hideki Yamane (Closes: #628461)
   * debian/control:
 + Newline after 80 chars in Depends
 + Add Vcs-{Browser,Git}, point to collab-maint
   * Bump to Standards-Version 3.9.2 (no changes needed)
   * debian/install: install new sslh-select binary
   * debian/links: provide manpage for new sslh-select binary (same as sslh)
   * debian/init:
 + Remove VERBOSE test to always print message
 + Remove DAEMON variable, used in /etc/default/sslh to choose binary
 + Move is binary executable test after sourcing /etc/default/sslh
   * debian/default:
 + DAEMON to choose sslh binary (fork or new single thread)
 + Use long options and change ss{l,h} options (upstream change)
   * debian/NEWS: document that a new binary sslh-select is provided
   * debian/copyright: Update to dep5 format
   * debian/logcheck.ignore.server: Update rule
 (upstream changes of logformat and IPv6 support)
Checksums-Sha1: 
 6f8cd749d21bd47f6bae17bed41e94785aa0faa6 1136 sslh_1.9-1.dsc
 7c2fd8bab7d627b2481d1fafde0e9b15e143dd86 21255 sslh_1.9.orig.tar.gz
 55e79dfa6a07a68afcfc4212ba09985cd5959729 14192 sslh_1.9-1.debian.tar.gz
 c50b933f9cfcafd6674ef569529511ad382fa400 33718 sslh_1.9-1_i386.deb
Checksums-Sha256: 
 ebfd7eced40e9303879dc31789504d5562d746438bc48d827f58df224a850c75 1136 
sslh_1.9-1.dsc
 c3546bd91ae420a78dad01418250effb56851adb5ff5a253574ffa2be1970930 21255 
sslh_1.9.orig.tar.gz
 a562273c93a28b5eda4bd9afbba5e0e3a3dc89aea0de9a95b7c5d8f9d86746ca 14192 
sslh_1.9-1.debian.tar.gz
 55c65acc8583a906c55b91d119d92a83475b4ca66acc3945c4f7886d894aed50 33718 
sslh_1.9-1_i386.deb
Files: 
 d3bdef337f9fed202063af0d58aede6d 1136 net extra sslh_1.9-1.dsc
 1c0193853ef35f80e3e4b1a744832cd1 21255 net extra sslh_1.9.orig.tar.gz
 a1da88a63340ba2ebf125d53a4cf7436 14192 net extra sslh_1.9-1.debian.tar.gz
 ee5f6098ba37c5432f0381a8dbe4349b 33718 net extra sslh_1.9-1_i386.deb

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

iEYEARECAAYFAk5JQw4ACgkQ8KmKTEzW49JYBACfe4BSgjfsGywiiw7AyWkxHyIK
AAQAn2qPeMsZIlxU7//eKbRJSPK81JxF
=P0Ex
-END PGP SIGNATURE-


Accepted:
sslh_1.9-1.debian.tar.gz
  to main/s/sslh/sslh_1.9-1.debian.tar.gz
sslh_1.9-1.dsc
  to main/s/sslh/sslh_1.9-1.dsc
sslh_1.9-1_i386.deb
  to main/s/sslh/sslh_1.9-1_i386.deb
sslh_1.9.orig.tar.gz
  to main/s/sslh/sslh_1.9.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/e1qszqi-0004z8...@franck.debian.org



Accepted inotifyx 0.2.0-1 (source amd64)

2011-08-15 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 15 Aug 2011 19:37:12 +0530
Source: inotifyx
Binary: python-inotifyx
Architecture: source amd64
Version: 0.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Ritesh Raj Sarraf r...@debian.org
Changed-By: Ritesh Raj Sarraf r...@debian.org
Description: 
 python-inotifyx - simple Python binding to the Linux inotify
Closes: 633911
Changes: 
 inotifyx (0.2.0-1) unstable; urgency=low
 .
   * New Upstream Release
   * [63bfabd] add comress for changelogs
   * [b48aae1] update debian/watch for launchpad hosting
   * [de64451] Switch to dh_python2.
 Thanks to Barry  Warsaw (Closes: 633911)
   * [41164bf] drop html docs
   * [caee400] drop epydoc doc generation
   * [c106e5e] drop python-epydoc from build-dep
   * [e3ba5ee] add build-arch and build-indep targets
   * [4d1b0fc] Update Standards Version to 3.9.2. No changes required
   * [12befdb] drop duplicate changelog
   * [c1a91fd] remove html install files and doc-base
Checksums-Sha1: 
 132949b5e39c5849816e255de1fa755b7a66883d 1929 inotifyx_0.2.0-1.dsc
 e29996f6882227e390464de2185eb25fc4e0c951 11302 inotifyx_0.2.0.orig.tar.gz
 c2523d237837987e31b7210f2113e58b9dede379 3405 inotifyx_0.2.0-1.diff.gz
 df92e90c69f9953a6a09ef6c5969fc7b1115dbb2 11318 
python-inotifyx_0.2.0-1_amd64.deb
Checksums-Sha256: 
 8f635f9bbd388afa8fe6779a487d2785a6383666ef26db8853d5ae1fcd1948ac 1929 
inotifyx_0.2.0-1.dsc
 1a1769816324a1ccb766ecd7f336cf07b8bc498477d83cbb0e6dcea69c1dd60b 11302 
inotifyx_0.2.0.orig.tar.gz
 c2a92b7c6cab741c508d138e9fd3c5a294cb96398fa35704728c9476a22722f7 3405 
inotifyx_0.2.0-1.diff.gz
 7173fc2046a539dfc3b3dcfa42e0bb48d485467495abb33569f93a41a66b6221 11318 
python-inotifyx_0.2.0-1_amd64.deb
Files: 
 e72c9b61ef5bc387dd9ab890e3014074 1929 python optional inotifyx_0.2.0-1.dsc
 0fb87649a174c4f352052d70a1f64934 11302 python optional 
inotifyx_0.2.0.orig.tar.gz
 a3c63c075e272e15b786511d4b748843 3405 python optional inotifyx_0.2.0-1.diff.gz
 16a649891555a9477cb7f516b1c1dfbc 11318 python optional 
python-inotifyx_0.2.0-1_amd64.deb

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

iQIcBAEBCgAGBQJOSUahAAoJEKY6WKPy4XVp9n4P/0f+dKnA1zj7v3VKm0/zj180
LsNTL8t9UwJUmDeNPXIziSXvvLJAmQCKZG9Y4zjEQdZCVkZ/L7yE9se7e/DgNiHA
aiz5vc5KmWNH2SgQ7dsrV4J2IRx42BellRZec5IXQKM2QfRXgK9v5/hf/+LknKhP
QMTBEl85M8OcpjiZVQANlr6smKwvHFDXW+/yREuF4FeH6kPHmS7cfWc+xCJy4WxE
lqxChvNU36gUzo3JQPozlOFe56ljCS5wOYHTgYNSDRhpIgJZQxx6bec2EcgBNBMr
hyt90HGi0+6jrZlp4dlRdBsxFvNXugDlu769DTa/Y/PZgCq6YrvJdBcYSPQZZgaC
CbOOCbbNzOjidOWzCfSjYuOL2EVY3dXQn4mDaKKIfF+JyR0FjLwsBc4GRgm3PRft
jCv+gLzQc5I2EcRe1UcQhSqznTvZ0fKvnRmXGsSzWe66+kBKfBs0pii9oKvUN8r6
MhAbkOhLGcNEj3lVCYfOf+qTSGIGLjpzig18udKe7Icyvd/O3NqNf2eNA6w6BDRu
k4DS9rLgY4gzL0g/ZNoqhETk/UcUIWh3wHu+le8XAhQjzgc75ZyeSSHaXmYN/Snu
PBON+NM0us6yZq+zAMBvurTWbvL8caLJv9ZAqonKEzgdMYQbEm4jeEYM445SDACW
8qZOlviKbGRzCJzy0FCA
=tc/5
-END PGP SIGNATURE-


Accepted:
inotifyx_0.2.0-1.diff.gz
  to main/i/inotifyx/inotifyx_0.2.0-1.diff.gz
inotifyx_0.2.0-1.dsc
  to main/i/inotifyx/inotifyx_0.2.0-1.dsc
inotifyx_0.2.0.orig.tar.gz
  to main/i/inotifyx/inotifyx_0.2.0.orig.tar.gz
python-inotifyx_0.2.0-1_amd64.deb
  to main/i/inotifyx/python-inotifyx_0.2.0-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/e1qt05r-0006b4...@franck.debian.org



Accepted meld 1.5.2-1 (source all)

2011-08-15 Thread Balint Reczey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 07 Apr 2011 19:28:14 +0200
Source: meld
Binary: meld
Architecture: source all
Version: 1.5.2-1
Distribution: experimental
Urgency: low
Maintainer: Ross Burton r...@debian.org
Changed-By: Balint Reczey bal...@balintreczey.hu
Description: 
 meld   - graphical tool to diff and merge files
Closes: 629824 635303 635936
Changes: 
 meld (1.5.2-1) experimental; urgency=low
 .
   [ Balint Reczey ]
   * New upstream development release (Closes: #635303)
   * debian/control.in:
 - Standards-Version is 3.9.2, no changes needed.
 - Allow DM uploads
   * transition from dh_pysupport to dh_python2 (Closes: #635936)
   * depend on Python = 2.6
   * update debian/watch to check *.tar.xz
 .
   [ Josselin Mouette ]
   * Add missing dependency on patch. Closes: #629824.
Checksums-Sha1: 
 b26c20706fd4bac45fd26025165477d3ed07ab3a 2016 meld_1.5.2-1.dsc
 f2a745de7e1bf316e9804418269e141f5cadad46 351711 meld_1.5.2.orig.tar.bz2
 d3334a57aa99006218435e52da1af2e3486803ca 6367 meld_1.5.2-1.debian.tar.gz
 90aa05ecdd6cad812ab2d15c1b8d4936da206f58 400932 meld_1.5.2-1_all.deb
Checksums-Sha256: 
 12acf69ad5b46e432089d586ea673ac99bf2582a01ab6b1348ee4156553869fb 2016 
meld_1.5.2-1.dsc
 ee453dc2aacf7ffbb5fdb99565d88ed075d7d2b8b54521e758c0faf7f19ae9c7 351711 
meld_1.5.2.orig.tar.bz2
 b53ea16142698979f7d44c68647b8553e71ca458f3807d67e681dcf0f399e6db 6367 
meld_1.5.2-1.debian.tar.gz
 e9b89077074734d15000f5ce205e05cfe7051f57a17c981cdf4b2775352a003b 400932 
meld_1.5.2-1_all.deb
Files: 
 38d37f8cfb92bea781d35f9c75a444c9 2016 gnome optional meld_1.5.2-1.dsc
 b9a3f595fbf45a2b20eafaa66c6127d2 351711 gnome optional meld_1.5.2.orig.tar.bz2
 b9ad5e23bda0860619ce8b546faa1d8a 6367 gnome optional meld_1.5.2-1.debian.tar.gz
 90a13f1b930ab56b2ebfe6a044f87a67 400932 gnome optional meld_1.5.2-1_all.deb

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

iQIcBAEBCAAGBQJOSUcjAAoJEGrh3w1gjyLcI+UP/i1W937iwFcSmq+ROVNdf251
s2VEe911v9hpjrfejFUYeKk5SX8vyYGNzLxn4Sb4cmGGYM0Xn1aOIBSRvHXQg1Tr
IR2SqgNd9KACzyXPi4E/lxDSMhNIF9X61Gt35p4fvilL8BnU5bX6YWbgM/kg5cWK
Ub3eKFfnsxYgdLn+QYpI8FwJyw5v21RJMrcn1EuhWWl5icq9eOPJeS6cff1fTkkG
4yYGWNURMeilACM9/3YNSqVg3Nv14GvZ/Dp4iX7oBeyUUz2ojWoWePw/UAKcxAfG
OWzx/G7cQ52b3EgFFBjHC3CgF+IwMd/dEUV0uMJrFIRbY3+eHM+kGyO8i+Wpqy+z
p7IDhWdR2rUR4E/BQH1Y/fSpQwrrtvInVCazFF29EI95LGphXz/wy0ozJrgNgglN
YqfkfH0/IRDbeiTqIG8CiXSaRhBDe08+vWvnYK6AGZNaqfaduU5Z5MYoHHmDEXlu
0h3L02WzKupJe8wPfYpsKASsRBIITbFln0NY7EqRaBu0WvLRGCHZXuK6OFKVJtUg
Oro+XKDI0jT8HpDoAiF2KYJWJiL0gLAMLWltpnC3vjXFoEP7th+qX9qtHW/EpeAB
x/g13YcBuFnsXAyZGbeQb4+3Y4VgSmi5Pzf4xMLPJtE50xM7k8tqvO8gX0JSbX6P
xSB46TU3O8sQilGto1iW
=be0n
-END PGP SIGNATURE-


Accepted:
meld_1.5.2-1.debian.tar.gz
  to main/m/meld/meld_1.5.2-1.debian.tar.gz
meld_1.5.2-1.dsc
  to main/m/meld/meld_1.5.2-1.dsc
meld_1.5.2-1_all.deb
  to main/m/meld/meld_1.5.2-1_all.deb
meld_1.5.2.orig.tar.bz2
  to main/m/meld/meld_1.5.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/e1qt05z-0006do...@franck.debian.org



Accepted asp 1.8-8 (source i386)

2011-08-15 Thread Roland Stigge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Aug 2011 18:09:08 +0200
Source: asp
Binary: asp
Architecture: source i386
Version: 1.8-8
Distribution: unstable
Urgency: low
Maintainer: Roland Stigge sti...@antcom.de
Changed-By: Roland Stigge sti...@antcom.de
Description: 
 asp- Discovers present ip-address of dynamically connected hosts
Changes: 
 asp (1.8-8) unstable; urgency=low
 .
   * debian/control:
 - Standards-Version: 3.9.2
 - Added upstream homepage (sf.net)
   * Added debian/watch
   * debian/rules: New debhelper dh targets
   * debian/copyright: Updated upstream homepage (sf.net)
Checksums-Sha1: 
 d267f2c2cc4bfbde9e75c470beed7f4425c6e857 964 asp_1.8-8.dsc
 d64c8337215af2cfae3e043fd372e66a24f248af 3908 asp_1.8-8.debian.tar.gz
 833bb44f6046008476d35413c17f14fd2d46c83e 19126 asp_1.8-8_i386.deb
Checksums-Sha256: 
 ae7731b0979a3353783e1aceb1a1908f9438debefd6f25f3b8b7ddc40f216f91 964 
asp_1.8-8.dsc
 49b7a431ed84000941d65adc4aada50fae5e9e571e7b2b530aabae0c93d1c66c 3908 
asp_1.8-8.debian.tar.gz
 4a4eae92a9a407813f48f9cad42c78e8736c8a463527b327049cd8046e800697 19126 
asp_1.8-8_i386.deb
Files: 
 d9d8397929855d46e1ed688b46a7bf09 964 net extra asp_1.8-8.dsc
 65fa1767909ad7665bc7be7246709b98 3908 net extra asp_1.8-8.debian.tar.gz
 5b2b97a8460f1955698fa0f8fb293d7e 19126 net extra asp_1.8-8_i386.deb

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

iD8DBQFOSUu7caH/YBv43g8RAjpbAKCyz+DJsfi6X2GPtRIlwuZCapAnOQCg0Hop
Xul6CNnrM8+Ta569FdWhlvs=
=hW0l
-END PGP SIGNATURE-


Accepted:
asp_1.8-8.debian.tar.gz
  to main/a/asp/asp_1.8-8.debian.tar.gz
asp_1.8-8.dsc
  to main/a/asp/asp_1.8-8.dsc
asp_1.8-8_i386.deb
  to main/a/asp/asp_1.8-8_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/e1qt0jh-0007vf...@franck.debian.org



Accepted sks-ecc 0.93-2 (source all amd64)

2011-08-15 Thread Nacho Barrientos Arias
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Aug 2011 15:32:20 +
Source: sks-ecc
Binary: sks-ecc sks-ecc-doc
Architecture: source all amd64
Version: 0.93-2
Distribution: unstable
Urgency: low
Maintainer: Nacho Barrientos Arias na...@debian.org
Changed-By: Nacho Barrientos Arias na...@debian.org
Description: 
 sks-ecc- Cryptographic tool based on ECC
 sks-ecc-doc - Documentation for sks-ecc, a cryptographic tool based on ECC
Closes: 637780
Changes: 
 sks-ecc (0.93-2) unstable; urgency=low
 .
   * Switch to dpkg-source 3.0 (quilt) format.
   * debian/control
 - Fix homepage (closes: #637780)
 - Bump debhelper compatibility level to 8.
 - Set Standards-Version to 3.9.2 (no changes)
 - Add partial support for DEB_BUILD_OPTIONS.
 - Drop quilt build-dep.
   * debian/copyright
 - Bump copyright dates.
 - Add packaging license.
Checksums-Sha1: 
 714203cdb78f6fec0760007e1469ad0294c8eb21 1071 sks-ecc_0.93-2.dsc
 0df0a3b89b94386556d474d4efa03cbd53ed8c93 4845 sks-ecc_0.93-2.debian.tar.gz
 917313bc4e1172701fe8751bc2606a398843b662 70928 sks-ecc-doc_0.93-2_all.deb
 798030e90de5a958a4522edb9c343c352f632ad0 113764 sks-ecc_0.93-2_amd64.deb
Checksums-Sha256: 
 78c21ca82d9a0dbd790a71fad58b2dba2e129f84a7e312b70cbe36cbd73f8287 1071 
sks-ecc_0.93-2.dsc
 6b7a6583d116bab7748fe15abbfc1ad413d1e3e85b425a236ca85cfab35e9403 4845 
sks-ecc_0.93-2.debian.tar.gz
 2b96347e14cb8670b73c860af88d4139de53439711dbe6dcc0ddcb0d762f5415 70928 
sks-ecc-doc_0.93-2_all.deb
 386c8b278a9591c98630d7bf04dffa995a793517648686062223b89f6f804b7b 113764 
sks-ecc_0.93-2_amd64.deb
Files: 
 1f9dcbb94f532c930e50f6c38444f93b 1071 utils optional sks-ecc_0.93-2.dsc
 427dd682497bd8875f691572244340b3 4845 utils optional 
sks-ecc_0.93-2.debian.tar.gz
 39f5f8c8103a8249dc85a0fcbf63c7d9 70928 doc optional sks-ecc-doc_0.93-2_all.deb
 4b74e6977a9ca179f349dfc023d7daf8 113764 utils optional sks-ecc_0.93-2_amd64.deb

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

iEYEARECAAYFAk5JSS0ACgkQmbOM+OED/E0LZwCdH5KKIezUsgPm9a/k8xGB+CTx
3QUAnixwRVy7YKnUdd83czaND9bu8TWr
=2Brm
-END PGP SIGNATURE-


Accepted:
sks-ecc-doc_0.93-2_all.deb
  to main/s/sks-ecc/sks-ecc-doc_0.93-2_all.deb
sks-ecc_0.93-2.debian.tar.gz
  to main/s/sks-ecc/sks-ecc_0.93-2.debian.tar.gz
sks-ecc_0.93-2.dsc
  to main/s/sks-ecc/sks-ecc_0.93-2.dsc
sks-ecc_0.93-2_amd64.deb
  to main/s/sks-ecc/sks-ecc_0.93-2_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/e1qt0k1-000828...@franck.debian.org



Accepted etktab 3.2-4 (source all)

2011-08-15 Thread Roland Stigge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Aug 2011 18:44:58 +0200
Source: etktab
Binary: etktab
Architecture: source all
Version: 3.2-4
Distribution: unstable
Urgency: low
Maintainer: Roland Stigge sti...@antcom.de
Changed-By: Roland Stigge sti...@antcom.de
Description: 
 etktab - ASCII guitar tab editor
Changes: 
 etktab (3.2-4) unstable; urgency=low
 .
   * Added debian/watch
   * debian/control:
 - Standards-Version: 3.9.2
 - Added Homepage
   * debian/rules: New debhelper dh style rules
Checksums-Sha1: 
 8ebf504a5976270b239c7e2491940956b39c635e 994 etktab_3.2-4.dsc
 699a77b81adb1b9f3eea92b8c95cd42955331ef5 18825 etktab_3.2-4.debian.tar.gz
 950814c935fa885bef057eddadfd5ca90fc50ad4 72024 etktab_3.2-4_all.deb
Checksums-Sha256: 
 24a528ba4424a005871acf062c0d515469432d35e2605aaac6c8c6dd737406eb 994 
etktab_3.2-4.dsc
 05f9c15d6dcfc823a794232172332e2169cd223daab0c1ab910d47ee26b4978d 18825 
etktab_3.2-4.debian.tar.gz
 620e77316c216634cc9f840517cbb58745298d4ff1c7a13d2854878f90cbc001 72024 
etktab_3.2-4_all.deb
Files: 
 21c76148df517d392270efa0fc5b3ba5 994 sound optional etktab_3.2-4.dsc
 b7b63f9c87ae01c7029468b91f8f7315 18825 sound optional 
etktab_3.2-4.debian.tar.gz
 1ad102c81c4e2076adfe7c6cafeab7ee 72024 sound optional etktab_3.2-4_all.deb

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

iD8DBQFOSU8CcaH/YBv43g8RAsW5AKDctLmKP7l7iS4dGVfhoE09g09mLQCgi7op
Na1ijjudfiQ9OydgI9Dkybw=
=3q53
-END PGP SIGNATURE-


Accepted:
etktab_3.2-4.debian.tar.gz
  to main/e/etktab/etktab_3.2-4.debian.tar.gz
etktab_3.2-4.dsc
  to main/e/etktab/etktab_3.2-4.dsc
etktab_3.2-4_all.deb
  to main/e/etktab/etktab_3.2-4_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/e1qt0yd-0001od...@franck.debian.org



Accepted pyopenssl 0.13~a1-1 (source all amd64)

2011-08-15 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Aug 2011 18:44:39 +0200
Source: pyopenssl
Binary: python-openssl python-openssl-doc python-openssl-dbg
Architecture: source all amd64
Version: 0.13~a1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Sandro Tosi mo...@debian.org
Description: 
 python-openssl - Python wrapper around the OpenSSL library
 python-openssl-dbg - Python wrapper around the OpenSSL library (debug 
extension)
 python-openssl-doc - Python wrapper around the OpenSSL library (documentation 
package)
Changes: 
 pyopenssl (0.13~a1-1) unstable; urgency=low
 .
   * New upstream (alpha) release
   * debian/patches/support_openssl_1.0
 - removed, fix upstream
   * debian/patches/disable_test_set_default_verify_paths.patch
 - disable a test trying to connect to the web
   * debian/rules
 - fix build* targets
   * debian/control
 - drop Provides and XB-P-V fields from bin pkg
Checksums-Sha1: 
 241dedca31f0cf5ec5beb273da8742debd09c8ea 1526 pyopenssl_0.13~a1-1.dsc
 3891dd23c410ebb998e723a0ad1ef18ce96bb707 250517 pyopenssl_0.13~a1.orig.tar.gz
 39ab66a8bfeb09070e7a2e4514ee93e100f596ad 9330 pyopenssl_0.13~a1-1.debian.tar.gz
 dabb21a0c6b3fa79a58ab5beed49dbe224173720 142202 
python-openssl-doc_0.13~a1-1_all.deb
 a45bb55deb85c2b01b27928726fdc09c0c441ea2 172078 
python-openssl_0.13~a1-1_amd64.deb
 5c6c30033184b2a4454c9a766ead4bd514d818b8 744514 
python-openssl-dbg_0.13~a1-1_amd64.deb
Checksums-Sha256: 
 4b64bb63856b14c5ad551128d2292b334a54567fc1c6d1ca8b4783ac9d4694d1 1526 
pyopenssl_0.13~a1-1.dsc
 3fa44db7924e7185a9eb87e1ae69c9e9d9c2134fefa9b53a8eebd0cf72dfec5f 250517 
pyopenssl_0.13~a1.orig.tar.gz
 327fd3fc38c3338d13c08ad289da1530a96e4ee93e97086a0de869fa3f83c191 9330 
pyopenssl_0.13~a1-1.debian.tar.gz
 d20109c302a57bee8301c31f89a283f1b00f747a8e90ac06e3e77c6e71ea588e 142202 
python-openssl-doc_0.13~a1-1_all.deb
 9ea973a9f863228934110e6d20cd19490da6e6a14cbdfad2267b0b02b299b8e2 172078 
python-openssl_0.13~a1-1_amd64.deb
 6a358e3b2b7b2af803a413bb9f02a41dda0c278e924a12f80f20dd66dd7d3f3c 744514 
python-openssl-dbg_0.13~a1-1_amd64.deb
Files: 
 e30d8e21070a8da3bc144a1ca3cf7f5a 1526 python optional pyopenssl_0.13~a1-1.dsc
 a4246d72f283ed823ffefdea98668079 250517 python optional 
pyopenssl_0.13~a1.orig.tar.gz
 3fac0e1d979f9b304a360019c95f36de 9330 python optional 
pyopenssl_0.13~a1-1.debian.tar.gz
 ec06723cbf84289dbbb5633e82de687f 142202 doc optional 
python-openssl-doc_0.13~a1-1_all.deb
 89067489c8eb18a52fc0e3087850 172078 python optional 
python-openssl_0.13~a1-1_amd64.deb
 5c7d9272a54b1d40f7132db0c2cdcca8 744514 debug extra 
python-openssl-dbg_0.13~a1-1_amd64.deb

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

iEYEARECAAYFAk5JTjQACgkQAukwV0RN2VCs5gCglByY/fdk8zzKbdzIAw7vDnLK
8p0AnjmTPRPCbXykoUACP2xi3WiEVBKH
=L4f4
-END PGP SIGNATURE-


Accepted:
pyopenssl_0.13~a1-1.debian.tar.gz
  to main/p/pyopenssl/pyopenssl_0.13~a1-1.debian.tar.gz
pyopenssl_0.13~a1-1.dsc
  to main/p/pyopenssl/pyopenssl_0.13~a1-1.dsc
pyopenssl_0.13~a1.orig.tar.gz
  to main/p/pyopenssl/pyopenssl_0.13~a1.orig.tar.gz
python-openssl-dbg_0.13~a1-1_amd64.deb
  to main/p/pyopenssl/python-openssl-dbg_0.13~a1-1_amd64.deb
python-openssl-doc_0.13~a1-1_all.deb
  to main/p/pyopenssl/python-openssl-doc_0.13~a1-1_all.deb
python-openssl_0.13~a1-1_amd64.deb
  to main/p/pyopenssl/python-openssl_0.13~a1-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/e1qt0n2-0002xu...@franck.debian.org



Accepted iceweasel 6.0-1 (source amd64)

2011-08-15 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 15 Aug 2011 18:16:55 +0200
Source: iceweasel
Binary: iceweasel iceweasel-dbg xulrunner-6.0 libmozjs6d libmozjs-dev 
libmozjs6d-dbg spidermonkey-bin xulrunner-dev xulrunner-6.0-dbg
Architecture: source amd64
Version: 6.0-1
Distribution: unstable
Urgency: low
Maintainer: Maintainers of Mozilla-related packages 
pkg-mozilla-maintain...@lists.alioth.debian.org
Changed-By: Mike Hommey gland...@debian.org
Description: 
 iceweasel  - Web browser based on Firefox
 iceweasel-dbg - debugging symbols for iceweasel
 libmozjs-dev - Development files for the Mozilla SpiderMonkey JavaScript 
library
 libmozjs6d - Mozilla SpiderMonkey JavaScript library
 libmozjs6d-dbg - Development files for the Mozilla SpiderMonkey JavaScript 
library
 spidermonkey-bin - standalone JavaScript/ECMAScript (ECMA-262) interpreter
 xulrunner-6.0 - XUL + XPCOM application runner
 xulrunner-6.0-dbg - Debugging symbols for the Gecko engine library
 xulrunner-dev - Development files for the Gecko engine library
Closes: 626794 629924 636452 636750
Changes: 
 iceweasel (6.0-1) unstable; urgency=low
 .
   * New upstream release.
   * Fixes for mfsa2011-29, including:
 CVE-2011-2989, CVE-2011-2991, CVE-2011-2992, CVE-2011-2985,
 CVE-2011-2993, CVE-2011-2988, CVE-2011-2987, CVE-2011-0084,
 CVE-2011-2990, CVE-2011-2986.
   * debian/control*:
 - Bump build dependency on nspr, nss and sqlite.
 - Build-depend on libjpeg-dev instead of libjpeg62-dev. Closes: #636452.
 - Remove xprint suggest. Closes: #626794.
   * debian/rules:
 - Official branding moved to browser/branding/official.
 - Don't set -std=gnu++0x ourselves, upstream build system now does it for
   us.
 - Remove libmozjs.so* from /usr/lib/xulrunner-6.0.
 - Link npapi_getinfo against libpthread for GNU/Hurd.
   * debian/installer/package-manifest.xulrunner,
 debian/xulrunner-dev.install.in: Install xpt.py from sdk instead of xpt_*
 from /usr/lib/xulrunner-6.0.
   * debian/xulrunner-GRE_VERSION.install.in,
 debian/xulrunner-GRE_VERSION.links.in: Add hyphenation dictionary. This is
 temporary until we use libreoffice.org's.
   * debian/iceweasel.desktop: Add german translation for the Iceweasel menu
 item. Thanks Ronny Standtke. Closes: #629924.
 .
   * layout/build/Makefile.in, toolkit/library/Makefile.in: Unbreak build for
 GNU/Hurd and GNU/kFreeBSD (since they don't have libossaudio). bz#673460.
   * ipc/chromium/src/base/debug_util_posix.cc,
 ipc/chromium/src/base/third_party/nspr/prcpucfg.h,
 ipc/chromium/src/build/build_config.h: Allow ipc code to build on GNU/Hurd.
 Closes: #636750.
   * configure*: Revert Allow to build against SQLite 3.7.3.
Checksums-Sha1: 
 06e385a5c92b99bda354069a763824ca6b82efed 2779 iceweasel_6.0-1.dsc
 62f597be0e150e6ce4a58ea211bded6da0291e3d 67175316 iceweasel_6.0.orig.tar.bz2
 62c75d52e29182c891bceaa17c03ebd266697742 307557 iceweasel_6.0-1.debian.tar.gz
 eac0b7bf03133bbd1ea0f8e7b85654155b1b5a11 1591496 iceweasel_6.0-1_amd64.deb
 f0c678465548d1726512a9cc2a1ac8220fb6d0e9 526938 iceweasel-dbg_6.0-1_amd64.deb
 6abbdd6aaeb5f963bde66932a6b8b08de1f0a640 10153152 xulrunner-6.0_6.0-1_amd64.deb
 bfbf1412d1d298581ad1365aa44bf023ac7747ad 1359492 libmozjs6d_6.0-1_amd64.deb
 3ca1600b7a88bcc24db060ed8d316e75c1e8568a 500336 libmozjs-dev_6.0-1_amd64.deb
 01e998fb3ccc8882a0be49a91a51e862127c701a 11612148 
libmozjs6d-dbg_6.0-1_amd64.deb
 7ebe8a95836e5cf31cb7c963be8f22e91fc17ad3 1356178 
spidermonkey-bin_6.0-1_amd64.deb
 eccbfc1c9161e70c8d038934896ead09356caf59 4545238 xulrunner-dev_6.0-1_amd64.deb
 b35e666e430fcdf99ea7d306f2f8cb6052c8edd6 124331176 
xulrunner-6.0-dbg_6.0-1_amd64.deb
Checksums-Sha256: 
 1e02ab3941bbeb8e8bf820cbc8e76f72d7fbe94812b07f58bae9664650200726 2779 
iceweasel_6.0-1.dsc
 f29fc416395505a0d7b599accde13bd8aab1e79f7fec5999b7de662763f8b53d 67175316 
iceweasel_6.0.orig.tar.bz2
 5c8662feb8f054b09f320574934b931decd463c5b8b902727a0ea520be2af217 307557 
iceweasel_6.0-1.debian.tar.gz
 be5bf42d230251069ec35679132ad8f699c6b9d545a60b2ac4b32f658020071d 1591496 
iceweasel_6.0-1_amd64.deb
 fbde4964dc95efc6271dbe5a4abe2c134ed592812c7bf42e69ce5ce1dc13f74b 526938 
iceweasel-dbg_6.0-1_amd64.deb
 e546fae0dce475f770d47a78649c5c17770a31d392ebe56a35549eaa30f874ed 10153152 
xulrunner-6.0_6.0-1_amd64.deb
 e9304045a763336058f6876dd6a5689ecd392c900f7a1a2e2c50a8446d69baa4 1359492 
libmozjs6d_6.0-1_amd64.deb
 819ba7522442733f27ee1c29ec12feb1e080dea868751f32018ca41caf06aa42 500336 
libmozjs-dev_6.0-1_amd64.deb
 57a66090494926a8255c4f8c0616dad1c91ee22eaa605d1db6a0927919bfadf3 11612148 
libmozjs6d-dbg_6.0-1_amd64.deb
 6aeeed6f0eaabf436deead3298bcf8bc1d1bbba7cb144ee5a5bbdd90c8fd38f2 1356178 
spidermonkey-bin_6.0-1_amd64.deb
 f0a7c64b0c69b1e806d704a944fed4358e0bd28114b11cf79f3cc959a4d31fe8 4545238 
xulrunner-dev_6.0-1_amd64.deb
 76e5f37b12cf1b5532a79f060494ac22f233bc0073e638b46a146cbbd7639f7a 124331176 
xulrunner-6.0-dbg_6.0-1_amd64.deb
Files: 
 

Accepted iceape 2.0.14-6 (source all amd64)

2011-08-15 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 15 Aug 2011 19:09:35 +0200
Source: iceape
Binary: iceape iceape-browser iceape-dbg iceape-chatzilla
Architecture: source amd64 all
Version: 2.0.14-6
Distribution: unstable
Urgency: low
Maintainer: Maintainers of Mozilla-related packages 
pkg-mozilla-maintain...@lists.alioth.debian.org
Changed-By: Mike Hommey gland...@debian.org
Description: 
 iceape - The Iceape Internet Suite
 iceape-browser - Transitional package to iceape
 iceape-chatzilla - Iceape Chatzilla IRC client
 iceape-dbg - Debugging symbols for the Iceape Internet Suite
Changes: 
 iceape (2.0.14-6) unstable; urgency=low
 .
   * debian/rules: Only check autoconf.mk files under mozilla/. Fixes FTBFS on
 powerpc, s390, mips.
Checksums-Sha1: 
 6474b80170cda20374eeaccfb08f4583ef24c372 2478 iceape_2.0.14-6.dsc
 21daf81654027b322675122d34fe1181a7634bf3 346273 iceape_2.0.14-6.debian.tar.gz
 d718379a6f0d508905ac762abe19e8342bfb2f4e 14231094 iceape_2.0.14-6_amd64.deb
 bda227fffe7fe30d2d48f27c489c6e1b1840f176 40930 iceape-browser_2.0.14-6_all.deb
 97c8f67d5bce82b254065049e85572e2b075565c 84439328 iceape-dbg_2.0.14-6_amd64.deb
 f7f5eb22b62075dfa0478285d70405f711914668 369590 
iceape-chatzilla_2.0.14-6_all.deb
Checksums-Sha256: 
 2f6d666c9e309b4b7f6d258049c2810b26a2a1823f7349333e02bf2dbbb790e6 2478 
iceape_2.0.14-6.dsc
 70a78b893acfdd7b56d72509e598f89249627c6cc9ad693736b2706accf8826a 346273 
iceape_2.0.14-6.debian.tar.gz
 7612e9f3b0a958c6080cb9d409cab34014bccbb89bc40ba084a5f74777f0e218 14231094 
iceape_2.0.14-6_amd64.deb
 1970e6c6c0953e6d1de9ed837cbcaff4f930dabac13d223bf183a419d9fb 40930 
iceape-browser_2.0.14-6_all.deb
 af6da4ab9835b10bf968bdd519738da8511d2e2067a518ce8c9d8dfaa7cfb91c 84439328 
iceape-dbg_2.0.14-6_amd64.deb
 cd9d78e0a8bc73c72d1dd898127c09e7bee247ec4127f66a916e21f82fdc7f80 369590 
iceape-chatzilla_2.0.14-6_all.deb
Files: 
 a73d8e32e15f44c89f4893597cdd8341 2478 net optional iceape_2.0.14-6.dsc
 41a5a8820ed1387538221ae0f251377e 346273 net optional 
iceape_2.0.14-6.debian.tar.gz
 17217f8c8dc0e55466fbc8675eebc651 14231094 web optional 
iceape_2.0.14-6_amd64.deb
 4fd764c248000deaffe7b532e9dadf9d 40930 web optional 
iceape-browser_2.0.14-6_all.deb
 0f89d709d3d8f16bd2a998034e1e11d4 84439328 debug extra 
iceape-dbg_2.0.14-6_amd64.deb
 1387b48ca32a9adf75f080ad4d6ae5d5 369590 net optional 
iceape-chatzilla_2.0.14-6_all.deb

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

iQIVAwUBTklWRuQqoE+mqoxyAQhoYw//cH32/Ta1dx5iVrC5OaBaVqC+3LWWVmTh
gCb5fCmBrYm4OyHuUvbVY5Rw2E8lJi1ELOuZJWpe8swd/qY7jLPlFjGAozhdXgIK
2nfj25V58QVMxV2dUhEAtoMBk2UBzX/ewckulz7+vkgS/cPzGJcYuLZ2PAY4hk/+
SUwlaWAtIHdg9DtHVqF/hcyeHRqpZZRmXT3m9WzSATBip1Bjh02sgLvcChv0J1Nz
ivTYnuuilp7bZ1cuGA3t/9nb5MExe1vlkoB5AtT6rBVXAu90ckmpmxBdVIB+WMDa
hY6aC4q6FektaJLk6dtS3QFAgLGZQZbXd9QQY/5peeA2uedXwiRRIpxIZ/bfG307
MwBIKJHUkqz9js8oZ0FSPlQSREoJhOeCPk17rWw3yKTl2MO5SJKidDTEg/DmoiuF
TZ3uAbrj3J24D533PxoBKO1RLjjYuYOChbF/sAJ4aJTzpWC8SIeA/5RD8TnLT+ig
g+Nr9NLCN41z8FElbHERJO4AgFIznLpBRyXThgTI6QyVGx4gE49T4qDsnxOORSU8
iMsh1d5gqSLd+vRYEvGp5MGAD7q/+Bz+dn+i1/TG9mHMYVUeSbvZnuaNFM1UIuPR
/CSQ8YjnpCWsBRqoX508/oooXdeG6q3F77oYQQ7hHcRkToVyKIWHRKLmkFoEm3iH
CSG0Fh0+w2g=
=GHM4
-END PGP SIGNATURE-


Accepted:
iceape-browser_2.0.14-6_all.deb
  to main/i/iceape/iceape-browser_2.0.14-6_all.deb
iceape-chatzilla_2.0.14-6_all.deb
  to main/i/iceape/iceape-chatzilla_2.0.14-6_all.deb
iceape-dbg_2.0.14-6_amd64.deb
  to main/i/iceape/iceape-dbg_2.0.14-6_amd64.deb
iceape_2.0.14-6.debian.tar.gz
  to main/i/iceape/iceape_2.0.14-6.debian.tar.gz
iceape_2.0.14-6.dsc
  to main/i/iceape/iceape_2.0.14-6.dsc
iceape_2.0.14-6_amd64.deb
  to main/i/iceape/iceape_2.0.14-6_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/e1qt1hl-0007wc...@franck.debian.org



Accepted jasper 1.900.1-10 (source i386)

2011-08-15 Thread Roland Stigge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Aug 2011 19:09:29 +0200
Source: jasper
Binary: libjasper1 libjasper-dev libjasper-runtime
Architecture: source i386
Version: 1.900.1-10
Distribution: unstable
Urgency: low
Maintainer: Roland Stigge sti...@antcom.de
Changed-By: Roland Stigge sti...@antcom.de
Description: 
 libjasper-dev - Development files for the JasPer JPEG-2000 library
 libjasper-runtime - Programs for manipulating JPEG-2000 files
 libjasper1 - JasPer JPEG-2000 runtime library
Changes: 
 jasper (1.900.1-10) unstable; urgency=low
 .
   * Added debian/watch
   * debian/patches/01-misc-fixes.patch:
 - Separated out config.{guess,sub}
Checksums-Sha1: 
 c8cf908241837f2959cb13244117a1119ac35a47 1097 jasper_1.900.1-10.dsc
 862f40896cea6c78413b88fedc50c6d932ce01b9 29917 jasper_1.900.1-10.debian.tar.gz
 a90aa3fca80e577b867a015dcb6bd60896bd64b8 157964 libjasper1_1.900.1-10_i386.deb
 a47c763e2529d13390a716f7bf475757885abf32 563550 
libjasper-dev_1.900.1-10_i386.deb
 d3897d2e97f06ea7fa9935de8bf8f9049d8e75fd 24988 
libjasper-runtime_1.900.1-10_i386.deb
Checksums-Sha256: 
 132e08bb7d95aec9c5ab0a4a232e31e7c9b30bfe9bcc8b0076d2ceb6a45a2050 1097 
jasper_1.900.1-10.dsc
 c1c58a975b77592556d22b55e8dd6cbcea5e03fd5296d6308af5a9090addf4b5 29917 
jasper_1.900.1-10.debian.tar.gz
 2c537e5c0bc47d6ce7b6cc6aed342584c587e03ad8fc248ef1eedab3e02802d8 157964 
libjasper1_1.900.1-10_i386.deb
 d3c97e719248ba8b32e1c69078d01cc7e098b481aa3013fcdd6e29f7f3d917c4 563550 
libjasper-dev_1.900.1-10_i386.deb
 6f4efc96d9b8f34f596694e96312b30d33b1ca7035b9fc5107888b3e0c7820df 24988 
libjasper-runtime_1.900.1-10_i386.deb
Files: 
 ac1965b15b8ab8ee81a3930391a108d8 1097 graphics optional jasper_1.900.1-10.dsc
 45c21f1647895a1b5b40b5a4f2cee4d9 29917 graphics optional 
jasper_1.900.1-10.debian.tar.gz
 3af252ad3162f3f2b97ec53169f31cf7 157964 libs optional 
libjasper1_1.900.1-10_i386.deb
 aedeaee538ac2e5e00167185e7d91e00 563550 libdevel optional 
libjasper-dev_1.900.1-10_i386.deb
 8b098e56f7f45e55a53a3caa4b782a2e 24988 graphics optional 
libjasper-runtime_1.900.1-10_i386.deb

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

iD8DBQFOSVo6caH/YBv43g8RAvVnAJ9i8rAv/UpQzcVY+W+7DNe5jroDdACeMlmm
QxO6dMqgMPlUboH/u1ZfOpo=
=8cr2
-END PGP SIGNATURE-


Accepted:
jasper_1.900.1-10.debian.tar.gz
  to main/j/jasper/jasper_1.900.1-10.debian.tar.gz
jasper_1.900.1-10.dsc
  to main/j/jasper/jasper_1.900.1-10.dsc
libjasper-dev_1.900.1-10_i386.deb
  to main/j/jasper/libjasper-dev_1.900.1-10_i386.deb
libjasper-runtime_1.900.1-10_i386.deb
  to main/j/jasper/libjasper-runtime_1.900.1-10_i386.deb
libjasper1_1.900.1-10_i386.deb
  to main/j/jasper/libjasper1_1.900.1-10_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/e1qt1hv-0007bn...@franck.debian.org



Accepted quesoglc 0.7.2-5 (source amd64)

2011-08-15 Thread Paul Wise
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Aug 2011 19:44:39 +0200
Source: quesoglc
Binary: libglc0 libglc-dev
Architecture: source amd64
Version: 0.7.2-5
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Paul Wise p...@debian.org
Description: 
 libglc-dev - An implementation of SGI's OpenGL Character Renderer (GLC)
 libglc0- QuesoGLC GLC implementation
Closes: 633291
Changes: 
 quesoglc (0.7.2-5) unstable; urgency=low
 .
   [ Paul Wise ]
   * Really update VCS URLs to new pkg-games location
   * Wrap uploaders, deps and build-deps fields
   * Now compliant with latest policy, bump Standards-Version
   * Switch to debhelper dh and dh-autoreconf
 .
   [ أحمد المحمودي (Ahmed El-Mahmoudy) ]
   * debian/libglc-dev.install, debian/rules: Remove LA file (Closes: #633291)
   * debian/control: Replaced Build-Dep on libglewmx1.5-dev with
 libglewmx1.6-dev
Checksums-Sha1: 
 c95850dbdf7d7984b21b11015ce0600261d3d704 1439 quesoglc_0.7.2-5.dsc
 436360482100fa54107656488be4ba491da86ca8 30086 quesoglc_0.7.2-5.debian.tar.gz
 20e57cf39dc1b25ef9ff3881e0d977e68681f3a1 70994 libglc0_0.7.2-5_amd64.deb
 b4354f76472329b7b66318280c6e082ac7a1 80202 libglc-dev_0.7.2-5_amd64.deb
Checksums-Sha256: 
 52c51894089b9de985e8dc9fdad06e2ac85d6e1d7eba21e159ca9ac2b8eeb4fd 1439 
quesoglc_0.7.2-5.dsc
 24c345ffb12e32f77ed298c1eae835d8bc1410ed0ecbf492b9cdbb7eced944b5 30086 
quesoglc_0.7.2-5.debian.tar.gz
 23969496ffe6970231bd741b7173e2b3dad40284772660ca6586604b36442f9c 70994 
libglc0_0.7.2-5_amd64.deb
 96e3ead7ce909a002e0ab853bd0b2e8bfb67fcd0acce7c5b4f036d104ce02c9e 80202 
libglc-dev_0.7.2-5_amd64.deb
Files: 
 7ef8cd6c5abfc78e68f3ad5434ad52a1 1439 devel optional quesoglc_0.7.2-5.dsc
 43830f0432a61aa654e458103269a91a 30086 devel optional 
quesoglc_0.7.2-5.debian.tar.gz
 113d92027efd01bafbf3a85588d0f50b 70994 libs optional libglc0_0.7.2-5_amd64.deb
 d0c8723ce9fc3514af5b1ed261516832 80202 libdevel optional 
libglc-dev_0.7.2-5_amd64.deb

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

iEYEARECAAYFAk5JW8YACgkQ5Sc9mGvjxCP3SgCdHWZA0Hr5q7R1hacta1KAHsOJ
H3IAn3rp8ykiDaOs6reVdv42ndOKTHtN
=aXy9
-END PGP SIGNATURE-


Accepted:
libglc-dev_0.7.2-5_amd64.deb
  to main/q/quesoglc/libglc-dev_0.7.2-5_amd64.deb
libglc0_0.7.2-5_amd64.deb
  to main/q/quesoglc/libglc0_0.7.2-5_amd64.deb
quesoglc_0.7.2-5.debian.tar.gz
  to main/q/quesoglc/quesoglc_0.7.2-5.debian.tar.gz
quesoglc_0.7.2-5.dsc
  to main/q/quesoglc/quesoglc_0.7.2-5.dsc


-- 
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/e1qt1uk-0001gh...@franck.debian.org



Accepted extlib 1.5.2-1 (source amd64)

2011-08-15 Thread Stéphane Glondu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 15 Aug 2011 20:52:15 +0200
Source: extlib
Binary: libextlib-ocaml-dev libextlib-ocaml
Architecture: source amd64
Version: 1.5.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Stéphane Glondu glo...@debian.org
Description: 
 libextlib-ocaml - extended standard library for OCaml (plugins)
 libextlib-ocaml-dev - extended standard library for OCaml
Changes: 
 extlib (1.5.2-1) unstable; urgency=low
 .
   * New upstream release
   * Remove Stefano from Uploaders
   * Switch source package format to 3.0 (quilt)
   * Bump Standards-Version to 3.9.2
   * Bump debhelper compat level to 8
Checksums-Sha1: 
 eb06665d5a575df6191fe6af01599e01240cdbf6 1975 extlib_1.5.2-1.dsc
 adce5398677a295ab3e6750525cc5dd49ccc80fb 70197 extlib_1.5.2.orig.tar.gz
 ef71517dab7a9827ce2c63668893feb6c1defdee 5425 extlib_1.5.2-1.debian.tar.gz
 4d699b883c27325a233740972b4a3ab8e484d1e3 288714 
libextlib-ocaml-dev_1.5.2-1_amd64.deb
 fbb9630509f5aaa3b7cbe2bc535549915600b3c6 400176 
libextlib-ocaml_1.5.2-1_amd64.deb
Checksums-Sha256: 
 61712972ddb9f170f8f9e2d48d39ae1688f64066ece716c0c9ad18ed4d1cf0dd 1975 
extlib_1.5.2-1.dsc
 ca6d69adeba4242ce41c02a23746ba1e464c0bbec66e2d16b02c3c6e85dc10aa 70197 
extlib_1.5.2.orig.tar.gz
 f4ec42307c7b73d6ccc6641a35d54233250ab16cea67ee0fe63beb9f0bdd090a 5425 
extlib_1.5.2-1.debian.tar.gz
 e5adc96f8c840eee2dfe49f7fe89273ec451a51d5bc01615ba12d2b080145e5d 288714 
libextlib-ocaml-dev_1.5.2-1_amd64.deb
 9bf48287fd8a0426eb962780a106e16b4a952ec22e5bf49aaa460ff9889b3058 400176 
libextlib-ocaml_1.5.2-1_amd64.deb
Files: 
 dbc596fd71d14b5aac442d85b578eb2e 1975 ocaml optional extlib_1.5.2-1.dsc
 839f9bf5a971fa07935c96ba7e209f86 70197 ocaml optional extlib_1.5.2.orig.tar.gz
 ad877cc3328c3dbe82985473fd227019 5425 ocaml optional 
extlib_1.5.2-1.debian.tar.gz
 77ef9641d9696a68a4004c6d083a99eb 288714 ocaml optional 
libextlib-ocaml-dev_1.5.2-1_amd64.deb
 09f61606ae069d7ad96409ffc16cbce4 400176 ocaml optional 
libextlib-ocaml_1.5.2-1_amd64.deb

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

iQIcBAEBCgAGBQJOSWw0AAoJEHhT2k1JiBrTHlwP/0GlaIN0SkjWUrtWTVKjpAFC
eu17MIJE5FGCz7wEg7elt0Cu/SfLxMs2tQHRuLLsgrPI32f8N7LyG8Ix7yt6G0ZA
J4T98Zbc2a4zHQGOLP8B5X8/72ExTTUPyuLeyUN/MpsIlilSaOcX+Gq3jjci43Q/
ZTVsSnr2etFFN5EdUrChpKHvVvz/uvi3I5jheQ6iKZOPF5dTSfqEr56RcKNKnd8G
uEY/tjUVJQkFL9rKduQlohRpSUb2rTe9KJUF0EllMPFAdpXyz2VERV8vpAedmlIh
4DsT4UFFgcYT/NxRVan/TPE/mo9SMnPHLcHPgHYOUM26ceNpJaV084VsXij428Bl
o251Y58yDNH6jK7NBGq1TT81znhJEqeJX52lnjUIM5inpB9vOapfo+p+CzcPYNiE
kiLRi//Vop3+/agTVs5E3wzbu4ey3z+sr1BgpdjwhtPQUpmTDDr3BoItdjqEGX6H
UC8OqGavQ+4hGjtC/bvXiF3X/qMZDDmjVz6FgkKNoZf8fgqjNwRNsUP4x1AV6gvJ
h8Zu2rPhb0ewPAD5m8iimwOUTelcN4yLWCMRQDeb7cWCs7YEAPats6D1M/fH4Ktv
0fnSlx1QEqiOIr458HbLpDmndV0iuLnahAJyqTfo5Swhq1tAdHAUDU+2MpoFOUax
npVGUwglnlBsrZsQ5tmm
=u/5m
-END PGP SIGNATURE-


Accepted:
extlib_1.5.2-1.debian.tar.gz
  to main/e/extlib/extlib_1.5.2-1.debian.tar.gz
extlib_1.5.2-1.dsc
  to main/e/extlib/extlib_1.5.2-1.dsc
extlib_1.5.2.orig.tar.gz
  to main/e/extlib/extlib_1.5.2.orig.tar.gz
libextlib-ocaml-dev_1.5.2-1_amd64.deb
  to main/e/extlib/libextlib-ocaml-dev_1.5.2-1_amd64.deb
libextlib-ocaml_1.5.2-1_amd64.deb
  to main/e/extlib/libextlib-ocaml_1.5.2-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/e1qt2qn-0007k2...@franck.debian.org



Accepted fonts-mikachan 9.1-4 (source all)

2011-08-15 Thread Hideki Yamane
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 16 Aug 2011 01:27:38 +0900
Source: fonts-mikachan
Binary: fonts-mikachan ttf-mikachan
Architecture: source all
Version: 9.1-4
Distribution: unstable
Urgency: low
Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org
Changed-By: Hideki Yamane henr...@debian.org
Description: 
 fonts-mikachan - handwritten Japanese Truetype font
 ttf-mikachan - transitional dummy package
Changes: 
 fonts-mikachan (9.1-4) unstable; urgency=low
 .
   * debian/control
 - introduce ttf-mikachan as transitional dummy package
 - specify version for Conflicts: and Replaces:
Checksums-Sha1: 
 f641d23f7015618a97c85908c30b89327b1c61c6 3206 fonts-mikachan_9.1-4.dsc
 69a6252011ebf26292acd321be545b005252011b 3695 
fonts-mikachan_9.1-4.debian.tar.gz
 e64a7c3e04ec1ecdc8db17b6f914dc29fdaeb373 12808420 fonts-mikachan_9.1-4_all.deb
 a4c8a66db4d63c14e18bedf344db6c27fa930a57 14194 ttf-mikachan_9.1-4_all.deb
Checksums-Sha256: 
 f03ed4b5df7d3144d47d7c7dd3d83ba5bda4d8ea572e0be88ba0e8c295114f24 3206 
fonts-mikachan_9.1-4.dsc
 45ce7a65207f08152ea04806ce232c759acbb31c067357c07d8783b7b25f8ea4 3695 
fonts-mikachan_9.1-4.debian.tar.gz
 2d15614b05048353c42f11d7a3a74c3cb41aea37579291474611aa1cd6accc23 12808420 
fonts-mikachan_9.1-4_all.deb
 81673a59453d9716f98aa5b3905beb76dd3cb0296764c86bbfefa6bc5f4775bc 14194 
ttf-mikachan_9.1-4_all.deb
Files: 
 a240815ed4aa4073c643f48723fc9294 3206 non-free/fonts optional 
fonts-mikachan_9.1-4.dsc
 d2fc85c4bd2f6c859ab603664bfb6b7c 3695 non-free/fonts optional 
fonts-mikachan_9.1-4.debian.tar.gz
 a0bb7631e6733c53ffd9a09b2d261c8e 12808420 non-free/fonts optional 
fonts-mikachan_9.1-4_all.deb
 5448164e7af82ae4a1db02eb75dc911f 14194 non-free/fonts optional 
ttf-mikachan_9.1-4_all.deb

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

iQIcBAEBCgAGBQJOSUtyAAoJEF0yjQgqqrFADL4P/R6Eg/yTYiAALv0Ix6r7PhhB
QVBhqAf1imsyQaVoeEq8LtCR7dNTQMe8gCQZvAk7o0mOgPtPwoL26WLI2iOmtBSN
hBzwihX2exI2fYpVaL8Kd9r72bScj8zG4vdXnZS/9/7D5ZNemHK3Ktt76Q2Xqbt4
RRcCpR0q4mQDF6otG4KlQiLkoIHfzEq8MyP5t7kXpZh/YwnnkniBx4YzpIVAnzX2
w1E1cg0UBdEkrlPD9ssIASf/hgKfPmRv9G8dOjk/gmgVSrmD7AtD0sOzMPrrQgp9
sQQ6lI+H5GRr6LBKxsl6W2dU3h2K/n23SiA6oedamfQBcAMBk/IcrJ0f7D5bOhM4
VXJRt6C1u7mH110BfiwBCs3Rzt5+NtLGFeOoFwkhRVL5FDttAv+ppiEkaB8KxkBS
2XBJAZ6nn4aNl3x+4KYAm4BKK+NumVggrlL8s/1Bm7Wu1VnCq63rluZe8Wktfjgj
/01tkxtLy7Guy5XJXMcpszVy59o115KVuqZ2MxZb/e9d5TqlngOkIng/3LxUoznA
Fmh6xXE6oj1BIalPkRm9iLgzfCDG9kmQNpEGTAD2L/3eyl29syp5/SoVHwyARjNP
tTdym7gjSR2pLQIs3g0OCNJHarLadiDOg7M80tN1W26bl8w0tGTWWW0Z8OCxeUNI
5OlxakIHm2pS0jREZNYM
=r20S
-END PGP SIGNATURE-


Accepted:
fonts-mikachan_9.1-4.debian.tar.gz
  to non-free/f/fonts-mikachan/fonts-mikachan_9.1-4.debian.tar.gz
fonts-mikachan_9.1-4.dsc
  to non-free/f/fonts-mikachan/fonts-mikachan_9.1-4.dsc
fonts-mikachan_9.1-4_all.deb
  to non-free/f/fonts-mikachan/fonts-mikachan_9.1-4_all.deb
ttf-mikachan_9.1-4_all.deb
  to non-free/f/fonts-mikachan/ttf-mikachan_9.1-4_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/e1qt2ex-8l...@franck.debian.org



Accepted fonts-misaki 11-20080603-10 (source all)

2011-08-15 Thread Hideki Yamane
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 16 Aug 2011 01:50:16 +0900
Source: fonts-misaki
Binary: fonts-misaki ttf-misaki
Architecture: source all
Version: 11-20080603-10
Distribution: unstable
Urgency: low
Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org
Changed-By: Hideki Yamane henr...@debian.org
Description: 
 fonts-misaki - Japanese Gothic and Mincho font from Misaki bitmap font
 ttf-misaki - transitional dummy package
Changes: 
 fonts-misaki (11-20080603-10) unstable; urgency=low
 .
   * debian/control
 - introduce ttf-misaki as transitional dummy package
 - specify version for Conflicts: and Replaces:
 - drop Provides:
 - fix Vcs-* field
Checksums-Sha1: 
 f51a14c1f9e2d427b1cab3822c4f38bf8c932495 1988 fonts-misaki_11-20080603-10.dsc
 8993cadb45eefae5344e58ac779a0a4c3d293a4a 3158 
fonts-misaki_11-20080603-10.debian.tar.gz
 e9e76b42231daa666c731a66ba4d920ec65cb3c5 129618 
fonts-misaki_11-20080603-10_all.deb
 352032966e2c30816d4372735bcbe8fefa3ba3c0 2658 ttf-misaki_11-20080603-10_all.deb
Checksums-Sha256: 
 c176cab49a1cd17434e703261ddfb21a717abd3a86d1835118f64a3f0f4bc3eb 1988 
fonts-misaki_11-20080603-10.dsc
 61eac38f30f1bfe78932848328c0009f6cd213d2ed46d846dc5413f6817e0742 3158 
fonts-misaki_11-20080603-10.debian.tar.gz
 78b8b1707a429576d37941246226613ababd2d8227eb8d0409a09d3da65a9445 129618 
fonts-misaki_11-20080603-10_all.deb
 7069ebbf759c51f75e664fa742c67df018597015ec4ccc1ef9ba2c49cf5a 2658 
ttf-misaki_11-20080603-10_all.deb
Files: 
 769c434d74f09a3249a4590c12a90122 1988 fonts optional 
fonts-misaki_11-20080603-10.dsc
 d0c14ef22718fd3daa3088db3fbbb4c2 3158 fonts optional 
fonts-misaki_11-20080603-10.debian.tar.gz
 53e29f53a193b24445a64577be55d3ee 129618 fonts optional 
fonts-misaki_11-20080603-10_all.deb
 b9321db1f659e2deb0c17c0f05eee579 2658 oldlibs optional 
ttf-misaki_11-20080603-10_all.deb

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

iQIcBAEBCgAGBQJOSU+zAAoJEF0yjQgqqrFAXA8P/A5tb6XgIXNo4iycioXYWZfR
3mv+GjeArX61YTr2gxF8AWiF7Y4bPtuAgnZEuUYGR6bEQK6dSxKbIqpHxZQrU+dz
kVLo2u0Mb9YOs6WVBHYDJwtQGbOfpEcc2IPjtMcnuU0L3JA2yFSdiDgqzRbxYxKk
qsivufJGquoH4SglUY/rVTFn/CRX+gyCTl2Vupq2yOIFdpTjykaOMn1tboYxXuY8
fbAN18HOIy+HSeBbyyfHgb1O4dALjSwtiijcndEjEyGg702RcgEolIh28g2OudTh
jl4IlfMhrVcDkdtaN36838ljA+fZ/nsWVHvaCxqXnVRUP1+lgYsJxbRMoxn1r1sK
6I7NZnqoHRcScVKX1UMJxSu9jqu2/7CuUllhSqyJvPzm6w1VMYuyf0ZOxrXZAykf
4Ig54ItQpqEX0jDXN96sMixXlhlU7/D50D1xmw5dwbn7d+Xa0M7QRXdRuw0AIrFu
8W+WTABehL0mQWss4qwiIzqvqqrqSo109T4G5SUpjoWgntIgI/fOGyWXncF2y6hb
Jyl/R/63adufZFhddbz0XjWg81q+0DWGMnCtbnudaOgw3l9awbxbpkC0QnTQm1Y+
vaiUa109A56BKBv4ECbNak62kjUfGU2eiJ2nBr0p4Eo7RvXKcxwUA6y67WFxoTWl
QYS0r+WO+2Gjo6rrsCuO
=Apg3
-END PGP SIGNATURE-


Accepted:
fonts-misaki_11-20080603-10.debian.tar.gz
  to main/f/fonts-misaki/fonts-misaki_11-20080603-10.debian.tar.gz
fonts-misaki_11-20080603-10.dsc
  to main/f/fonts-misaki/fonts-misaki_11-20080603-10.dsc
fonts-misaki_11-20080603-10_all.deb
  to main/f/fonts-misaki/fonts-misaki_11-20080603-10_all.deb
ttf-misaki_11-20080603-10_all.deb
  to main/f/fonts-misaki/ttf-misaki_11-20080603-10_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/e1qt2f4-bi...@franck.debian.org



Accepted abyss 1.2.7-3 (source amd64)

2011-08-15 Thread Shaun Jackman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Aug 2011 11:07:19 -0700
Source: abyss
Binary: abyss
Architecture: source amd64
Version: 1.2.7-3
Distribution: unstable
Urgency: low
Maintainer: Shaun Jackman sjack...@debian.org
Changed-By: Shaun Jackman sjack...@debian.org
Description: 
 abyss  - de novo, parallel, sequence assembler for short reads
Changes: 
 abyss (1.2.7-3) unstable; urgency=low
 .
   * Align/Aligner.cpp, Scaffold/scaffold.cc: Fix FTBFS bug for GCC 4.6.
Checksums-Sha1: 
 6f0b09f20bc3ae2f5b014879cd563befbc1ae563 1087 abyss_1.2.7-3.dsc
 93669233b0a7545f4d9dd3eccbc52857751e555f 8516 abyss_1.2.7-3.debian.tar.gz
 8654f3f3f20e7d3c75d08c25654e1e6dc0995946 1015052 abyss_1.2.7-3_amd64.deb
Checksums-Sha256: 
 1d7382832b0de7af5bb715699338edb662098e28e103ed52cca1f3e0bbcb2def 1087 
abyss_1.2.7-3.dsc
 97e496731dc7912625aa754007ba69ebadfbd513281541b5a46b1aa63a502152 8516 
abyss_1.2.7-3.debian.tar.gz
 8a1cc055b6f9e24c0dcee76935e6536ceddd8b6552c8009c3c3584578b74f858 1015052 
abyss_1.2.7-3_amd64.deb
Files: 
 d9c6da6fbe90e91a88bcd9ce42e78729 1087 non-free/science optional 
abyss_1.2.7-3.dsc
 085ec2fe44eaa06d742a81fa701cf0fc 8516 non-free/science optional 
abyss_1.2.7-3.debian.tar.gz
 d60ac5389f09f8f6a07b4eac51126cfb 1015052 non-free/science optional 
abyss_1.2.7-3_amd64.deb

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

iEYEARECAAYFAk5JbG0ACgkQvFdYF1IwUUo7WQCfSYzU+XwU95E26JOR3R12Tc/R
jx0Ani7/t+XL2oVbYLvIX7T5y106R164
=OWZo
-END PGP SIGNATURE-


Accepted:
abyss_1.2.7-3.debian.tar.gz
  to non-free/a/abyss/abyss_1.2.7-3.debian.tar.gz
abyss_1.2.7-3.dsc
  to non-free/a/abyss/abyss_1.2.7-3.dsc
abyss_1.2.7-3_amd64.deb
  to non-free/a/abyss/abyss_1.2.7-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/e1qt2fd-he...@franck.debian.org



Accepted manpages 3.32-0.2 (source all)

2011-08-15 Thread Simon Paillard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 10 Aug 2011 20:18:52 +0200
Source: manpages
Binary: manpages manpages-dev
Architecture: source all
Version: 3.32-0.2
Distribution: unstable
Urgency: medium
Maintainer: Martin Schulze j...@debian.org
Changed-By: Simon Paillard spaill...@debian.org
Description: 
 manpages   - Manual pages about using a GNU/Linux system
 manpages-dev - Manual pages about using GNU/Linux for development
Closes: 636704
Changes: 
 manpages (3.32-0.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * debian/control: add Replace against libaio-dev, because of
 aio_init.3.gz and lio_listio.3.gz (Closes: #636704)
Checksums-Sha1: 
 4f2b7d764bb34c01a87a2c09dfda4f919c8cbc19 1789 manpages_3.32-0.2.dsc
 8130bbf585139b7245afcbe0518ef9e306e9fc42 51763 manpages_3.32-0.2.diff.gz
 6ce5701ff37171fa295f7d2e560b93da79bcaec7 749836 manpages_3.32-0.2_all.deb
 7040751e5497db6295d8f7ceba8cd3cbc1ae8ae3 1662378 manpages-dev_3.32-0.2_all.deb
Checksums-Sha256: 
 a884fcb85fd28e304fdf71a652236f00c732322d173db881ec8d7c30aaba10d1 1789 
manpages_3.32-0.2.dsc
 b0c1815cda9d0fadcc5de9d07d1f740b1ff10698354feb2a8a065e4ba3b76292 51763 
manpages_3.32-0.2.diff.gz
 0d7d023c510c0739ed5ce425f57b9cd4d9b28cc86848d1ca11528878e2c05a63 749836 
manpages_3.32-0.2_all.deb
 c2633f8fd1cbdb03ffc6119d49c81a144617394436cd3e7f8cce1db621aebc90 1662378 
manpages-dev_3.32-0.2_all.deb
Files: 
 5e5e7dd790c6c184ae7596ac4c0ba302 1789 doc important manpages_3.32-0.2.dsc
 86a43e843f4eb91ff1ce5cf9492cf45b 51763 doc important manpages_3.32-0.2.diff.gz
 d4177df2e9bf99a914e38563721a432b 749836 doc important manpages_3.32-0.2_all.deb
 daf435a07c5ced5db500501d28fc174f 1662378 doc optional 
manpages-dev_3.32-0.2_all.deb

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

iQIcBAEBCAAGBQJOQs0qAAoJEN/3OMLRbPuiv/YP/iUyIMDeHPWYDfVZ0zQr732C
rBtwHipC2c3jVz/XPO8uXbrIy+PkRULciI3MPp6u49TSNCV0J4+fA+UexWhmQ5ZD
tVBQV3dGcyeRNUKmzYTM6LReNC17QKihLJl+qk27pfWqKhcr7XcYJ5JtZBHpqWtm
HDqfFYim5cFdW/gqJWYFivU1RkFR//rAJfz2WPzvwaJwJAQpNIsghPhWFRgdQZQ0
U9JwP5AXxlrtHYgE5lTp3aoNyAWe9v0WAxiYLhddZ5PAboU2TcIBJyaALYF2Hr8k
6V1JZJX3Gs3LQQ1Wo/ZrNqm3BcDd3NbxbK4Ye8e4haT5XxDzjxgRNXSLWRQppluY
WYh8PbA/w/ebmmSMLD4aPYTZRE8ABaAgvQMdUoGXU5i3jkZHFYEP/ciseKYtadXV
sVXA6cPlcKGn9574ouLW773KoSDTQmPoDxA82tgeIois7NXQowAypV/za+leNxg/
eRnE6oNq3EI31juBKwp90cWaEaIB/VUVxOCd1wneKyQqm+fmkgkTbOA5KZEANdZb
yKOqBlczzsRRwGkOTDSzB9RRUYblFtJHRW9GNxJ2POqCCnuJ84YBZPaUVW3m0aTq
wp7km+IJnq85M13VlbJi9cL5qxM4zNke1nkQfKiap5TYo4AieYVtOnVDtmDW75mm
kv8WfiGphPofnFcyOZcE
=mDNp
-END PGP SIGNATURE-


Accepted:
manpages-dev_3.32-0.2_all.deb
  to main/m/manpages/manpages-dev_3.32-0.2_all.deb
manpages_3.32-0.2.diff.gz
  to main/m/manpages/manpages_3.32-0.2.diff.gz
manpages_3.32-0.2.dsc
  to main/m/manpages/manpages_3.32-0.2.dsc
manpages_3.32-0.2_all.deb
  to main/m/manpages/manpages_3.32-0.2_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/e1qt2fb-lz...@franck.debian.org



Accepted spice-gtk 0.7-1 (source i386)

2011-08-15 Thread Liang Guo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 14 Aug 2011 15:36:28 +0800
Source: spice-gtk
Binary: spice-client-gtk libspice-client-glib-2.0-4 
libspice-client-glib-2.0-dev libspice-client-gtk-2.0-1 
libspice-client-gtk-2.0-dev libspice-client-gtk-3.0-1 
libspice-client-gtk-3.0-dev python-spice-client-gtk
Architecture: source i386
Version: 0.7-1
Distribution: unstable
Urgency: low
Maintainer: Liang Guo bluestonech...@gmail.com
Changed-By: Liang Guo bluestonech...@gmail.com
Description: 
 libspice-client-glib-2.0-4 - GObject for communicating with Spice servers 
(runtime library)
 libspice-client-glib-2.0-dev - GObject for communicating with Spice servers 
(development files)
 libspice-client-gtk-2.0-1 - GTK2 widget for SPICE clients (runtime library)
 libspice-client-gtk-2.0-dev - GTK2 widget for SPICE clients (development files)
 libspice-client-gtk-3.0-1 - GTK3 widget for SPICE clients (runtime library)
 libspice-client-gtk-3.0-dev - GTK3 widget for SPICE clients (development files)
 python-spice-client-gtk - GTK2 widget for SPICE clients (Python binding)
 spice-client-gtk - Simple clients for interacting with SPICE servers
Closes: 632866
Changes: 
 spice-gtk (0.7-1) unstable; urgency=low
 .
   * Initial release (Closes: #632866)
Checksums-Sha1: 
 4e4d2a8047bd3952db0d5e0ad4118a43c82b7675 1614 spice-gtk_0.7-1.dsc
 aa5a5968ab24b482d973755a089f39fdc3952366 783274 spice-gtk_0.7.orig.tar.bz2
 0f4d1072cc7b212e6f412193256b2abe46286740 7597 spice-gtk_0.7-1.debian.tar.gz
 cd2613d1718d7cb89916b7518545cb4d93ada38c 59682 spice-client-gtk_0.7-1_i386.deb
 121e0e3a1a81af545ec829cbfeb612b1e2c44e9c 293458 
libspice-client-glib-2.0-4_0.7-1_i386.deb
 97882ab4dd59aadfecc93cb71037938cd5e19418 11364 
libspice-client-glib-2.0-dev_0.7-1_i386.deb
 c975048b348eb1721db9463b5b7fbe9ddfbd0d8d 27340 
libspice-client-gtk-2.0-1_0.7-1_i386.deb
 6adb046ef976f4ee58f6787c228a264b4bc30ade 56588 
libspice-client-gtk-2.0-dev_0.7-1_i386.deb
 2a33a3a805df2dfaea29d23e1c39d95f90691912 27342 
libspice-client-gtk-3.0-1_0.7-1_i386.deb
 0bcc5ded39de7711ea8ac4fa5139aeda65f8e0d7 5770 
libspice-client-gtk-3.0-dev_0.7-1_i386.deb
 76ea7bc2914da8c81fb8d4c1a29f4c3971fc9d7f 15090 
python-spice-client-gtk_0.7-1_i386.deb
Checksums-Sha256: 
 96f984949c2e7610052504af4d1616af6d990bc51811bee14aa8023389abc5f4 1614 
spice-gtk_0.7-1.dsc
 a8e415203d59a336e3c30a16a4af4610df4bfc27fefd0326d8098759037fcb51 783274 
spice-gtk_0.7.orig.tar.bz2
 f9a5608660142ae8dd8f0a5493f8843b895b377f65d4cf10cb11b0a1addeb4b4 7597 
spice-gtk_0.7-1.debian.tar.gz
 da85aedeb26e13073f87c8997a2c43534b90cba6e16ee188b8d2fe69d8ef2d02 59682 
spice-client-gtk_0.7-1_i386.deb
 69e4d0f19bf18487a8ca533d3663ac9371b84bd90f3326c65b2826e9161b782a 293458 
libspice-client-glib-2.0-4_0.7-1_i386.deb
 23ba95e625aafe09c18a72a673062f0c7c6ef5f9427dd35872ea53e712fae444 11364 
libspice-client-glib-2.0-dev_0.7-1_i386.deb
 55a8be38ded39296b557b8b9baa218e73495c4676332d62e16826a1702dda8c3 27340 
libspice-client-gtk-2.0-1_0.7-1_i386.deb
 3c5ec73c330d5ccb349ed1a038773fa370ec0894b87489b5bcad1fb3c93a6961 56588 
libspice-client-gtk-2.0-dev_0.7-1_i386.deb
 56686077dfd13006fd2d535ca2325809185b63d952005ea2e533d69945aa634b 27342 
libspice-client-gtk-3.0-1_0.7-1_i386.deb
 6e297fc78f6a1d070dcfd7c6ef35075e0470e7fbdea12f7eb2d2e3363fb906ad 5770 
libspice-client-gtk-3.0-dev_0.7-1_i386.deb
 561d49a2dd010af0e58bef834e122f754a9e2347c81706c0bd8eae036d8e4dd2 15090 
python-spice-client-gtk_0.7-1_i386.deb
Files: 
 5ec6f34da1a8b132af0e95bbb70ca1f8 1614 misc optional spice-gtk_0.7-1.dsc
 a47ca51ef4bb27cab35ddbfb9e6c0fff 783274 misc optional 
spice-gtk_0.7.orig.tar.bz2
 14e543ea23bc22e1a19036f5379b5751 7597 misc optional 
spice-gtk_0.7-1.debian.tar.gz
 00973d5793c9622c15ef3c0f187c50d5 59682 misc optional 
spice-client-gtk_0.7-1_i386.deb
 5566fc02539b646e91e8aac9f9777c86 293458 libs optional 
libspice-client-glib-2.0-4_0.7-1_i386.deb
 05b526ab98fd40ae0d044f0e6e8c1656 11364 libdevel optional 
libspice-client-glib-2.0-dev_0.7-1_i386.deb
 ef29f024615641bf5c2141ae261b2a62 27340 libs optional 
libspice-client-gtk-2.0-1_0.7-1_i386.deb
 287899bdca06c960ef8b84e121bac9ea 56588 libdevel optional 
libspice-client-gtk-2.0-dev_0.7-1_i386.deb
 2abd824e9ad0aeda2ab3543e9910be2c 27342 libs optional 
libspice-client-gtk-3.0-1_0.7-1_i386.deb
 4ee47cb139e8db96d83dbd69b829e878 5770 libdevel optional 
libspice-client-gtk-3.0-dev_0.7-1_i386.deb
 cae31f124daf282d91a020a509720954 15090 python optional 
python-spice-client-gtk_0.7-1_i386.deb

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

iD8DBQFOSVihn88szT8+ZCYRAnXMAJ4utkdk21JiXMJwrKZOeHrolmmppgCfZqfG
iWnwEMSLvJnI+gmirLkmotE=
=1xMi
-END PGP SIGNATURE-


Accepted:
libspice-client-glib-2.0-4_0.7-1_i386.deb
  to main/s/spice-gtk/libspice-client-glib-2.0-4_0.7-1_i386.deb
libspice-client-glib-2.0-dev_0.7-1_i386.deb
  to main/s/spice-gtk/libspice-client-glib-2.0-dev_0.7-1_i386.deb
libspice-client-gtk-2.0-1_0.7-1_i386.deb
  to 

Accepted libowfat 0.28-5 (source i386)

2011-08-15 Thread Roland Stigge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Aug 2011 19:46:53 +0200
Source: libowfat
Binary: libowfat0 libowfat-dev libowfat-dietlibc-dev
Architecture: source i386
Version: 0.28-5
Distribution: unstable
Urgency: low
Maintainer: Roland Stigge sti...@antcom.de
Changed-By: Roland Stigge sti...@antcom.de
Description: 
 libowfat-dev - Reimplementation of libdjb, development files
 libowfat-dietlibc-dev - Reimplementation of libdjb, dietlibc version
 libowfat0  - Reimplementation of libdjb, shared library
Changes: 
 libowfat (0.28-5) unstable; urgency=low
 .
   * Added debian/watch
   * debian/rules: New debhelper dh rules
Checksums-Sha1: 
 732c0356fec6cef099cbdf794bc75af2e3ea0b52 1094 libowfat_0.28-5.dsc
 48685ab57c7941f2337c9d342ab5c492ccc2e1be 24698 libowfat_0.28-5.debian.tar.gz
 ce47dc2c627346658befed01d2f96a800f3910ec 71728 libowfat0_0.28-5_i386.deb
 df5c2b13572db7cc9a2f3388dc211ab10c97b414 250120 libowfat-dev_0.28-5_i386.deb
 5164c2d6d2a5a361d7e94608e52714cab7aa4363 107956 
libowfat-dietlibc-dev_0.28-5_i386.deb
Checksums-Sha256: 
 4e571e7cbd6d91ca792e525b50d5c694e11879de86ffe89fb0a82f62d0bfb048 1094 
libowfat_0.28-5.dsc
 b50f771d4dd6e7367650db7df34b3f69b3106ae6f23af31323f0ae2dec68 24698 
libowfat_0.28-5.debian.tar.gz
 1be18cacc02cefe36130f419bd549b5556a10c232837b20d5beb59b3d70ead88 71728 
libowfat0_0.28-5_i386.deb
 865febdce252ee67cc95c829b5d56c73ba97619aa7bbfd073b4c45b38b52798f 250120 
libowfat-dev_0.28-5_i386.deb
 6ecb4880aad9c391f62633d9b10a8b90ca2b3f795a6a9ea01cb24a7fd0448a7c 107956 
libowfat-dietlibc-dev_0.28-5_i386.deb
Files: 
 4443a3571d8ca8ae6e7a9885d4df3b2f 1094 libs optional libowfat_0.28-5.dsc
 5cd0b11fb9778200cb96a1b5602bb582 24698 libs optional 
libowfat_0.28-5.debian.tar.gz
 5cab36b4f6ddbc2e592a6c5a8677cf4b 71728 libs optional libowfat0_0.28-5_i386.deb
 4e6f6894877cc9268d4f992489526795 250120 libdevel optional 
libowfat-dev_0.28-5_i386.deb
 2e85fa1f81522f52880a67296f1972db 107956 libdevel optional 
libowfat-dietlibc-dev_0.28-5_i386.deb

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

iD8DBQFOSXJfcaH/YBv43g8RAkYHAKCLd6U/vlRxeRlOFbvs7UsqW+xfXwCg0O7/
/SVZd1MdIw81XeFxBlo/uYY=
=h7VA
-END PGP SIGNATURE-


Accepted:
libowfat-dev_0.28-5_i386.deb
  to main/libo/libowfat/libowfat-dev_0.28-5_i386.deb
libowfat-dietlibc-dev_0.28-5_i386.deb
  to main/libo/libowfat/libowfat-dietlibc-dev_0.28-5_i386.deb
libowfat0_0.28-5_i386.deb
  to main/libo/libowfat/libowfat0_0.28-5_i386.deb
libowfat_0.28-5.debian.tar.gz
  to main/libo/libowfat/libowfat_0.28-5.debian.tar.gz
libowfat_0.28-5.dsc
  to main/libo/libowfat/libowfat_0.28-5.dsc


-- 
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/e1qt2u1-0002jg...@franck.debian.org



Accepted adios 1.3-4 (source i386)

2011-08-15 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 15 Aug 2011 17:57:34 +0100
Source: adios
Binary: libadios-dev
Architecture: source i386
Version: 1.3-4
Distribution: unstable
Urgency: low
Maintainer: Alastair McKinstry mckins...@debian.org
Changed-By: Alastair McKinstry mckins...@debian.org
Description: 
 libadios-dev - ADIOS Adaptable IO system for simulations
Closes: 637893
Changes: 
 adios (1.3-4) unstable; urgency=low
 .
   * Patch to stop compilation with dummy MPI if real parallel HDF5 is used.
 Closes: #637893.
   * make use of MPI_IN_PLACE conditional on MPI_IN_PLACE existing,
 as its not present in LAM MPI. Also, conditionally use mpicc.
Checksums-Sha1: 
 a95a1c0d94317e48999d9d13f23fc97161e6c856 1797 adios_1.3-4.dsc
 a1d5a66f454a80322f18148ead96acd5b862d9ab 4720 adios_1.3-4.debian.tar.gz
 4daa368dfd609a6259f64489dfd3f08a25c5b94c 10860852 libadios-dev_1.3-4_i386.deb
Checksums-Sha256: 
 a4a0652274f4464e6a001246704e053856b692a1083ed2a3eeb7b4f3a60d5c6b 1797 
adios_1.3-4.dsc
 6c48362e6c72cad13569eb31c80d794fb3ebe28fb7a2efa7ce9e97b7d0ec86a8 4720 
adios_1.3-4.debian.tar.gz
 140ae0be459d28a9f0cbf7e90624103aae1bab4409e979dc68f02bf9a433bb15 10860852 
libadios-dev_1.3-4_i386.deb
Files: 
 5521b36577eb6ad75ab4eeff58310bf1 1797 science optional adios_1.3-4.dsc
 b4d54999ad679d843408962406154b6a 4720 science optional 
adios_1.3-4.debian.tar.gz
 1d4eff8bdc44fb7fff010640ff79a523 10860852 libdevel optional 
libadios-dev_1.3-4_i386.deb

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

iQIcBAEBCAAGBQJOSV9iAAoJEN9LdrZRJ3QsY4oP/iG+VeVEhkpbCcYk0pcm4Jqj
3YfV24wZkCG74LszEzLbryxjQ6YjUqblhV2TR/p2pMLSURale1LRSCE89Sl8ns4J
CzuHuJBWh6Jryo/UeTE+ayM30oeOtbS4junVAQFGhLIcK9MJDJPCd2FKRauhwcFm
Flw0OAop3rEGLiddsvYkJxeg5MVg34PUVzQOJgB2Ytaq82qNOr+9z7PXunTrr6PW
q0re/zk1VT5mfHRY7Zc4TlRJpJaJP4SbX42zBbHvNg7zLby7ENdRFYmVsKvwO2ak
J5nnqgQOZkyh04JoV1W57FzrcWSEoi2eupVcn9c9ycyJRmJq0M2WbEaDkAOL8JAm
EsrDAhq/E2YPKY3m/f7FEnNxdxmCQw+UzNg1lseuqxNRrrK2njyBmdWgeWQM8aID
4As3lD9ONsdnhIfkjcpcxYuCt/jtriHkKMngV64XvKL+jlKC3NjjkNKl8hUyFXpj
FFzZ0yD4/gaNx/ApcNQw3IusdsF7sRtW88rLwvKzbywWeFw7mZ5ZBV65ewUBdosk
Nyp7r7jRQRReEfgYDnW0QYwxXFituWQah+BdWP++rTdhe5bUU235YmDq9RAYfPLg
CoA32vG/6iUqW+FU+sspPdf0lmV3BYRE4i8IlTExptRrlfTDkfhBqM7f5U9L6kYv
XoaJPB22WXaFVS+ZABLT
=pcvh
-END PGP SIGNATURE-


Accepted:
adios_1.3-4.debian.tar.gz
  to main/a/adios/adios_1.3-4.debian.tar.gz
adios_1.3-4.dsc
  to main/a/adios/adios_1.3-4.dsc
libadios-dev_1.3-4_i386.deb
  to main/a/adios/libadios-dev_1.3-4_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/e1qt37v-0004hh...@franck.debian.org



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

2011-08-15 Thread Alessandro Ghedini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 15 Aug 2011 16:41:01 +0200
Source: libdevel-patchperl-perl
Binary: libdevel-patchperl-perl
Architecture: source all
Version: 0.52-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Alessandro Ghedini al3x...@gmail.com
Description: 
 libdevel-patchperl-perl - Perl module to patch perl source a la 
Devel::PPPort's buildperl.p
Changes: 
 libdevel-patchperl-perl (0.52-1) unstable; urgency=low
 .
   * New upstream release
   * Update upstream copyright
Checksums-Sha1: 
 54df125410b5ab1982893abb6cdc2ae325893935 2141 
libdevel-patchperl-perl_0.52-1.dsc
 16ddf34fc2a9ca2ab2427f61f6445e3c0887bcf2 63072 
libdevel-patchperl-perl_0.52.orig.tar.gz
 bdd8abcc20a2cd0af36cf8ede8758b6a1509de1f 1784 
libdevel-patchperl-perl_0.52-1.debian.tar.gz
 38553b8afa4ee66054751ab26c071393555d9eca 61120 
libdevel-patchperl-perl_0.52-1_all.deb
Checksums-Sha256: 
 f33e03072cb01f32e5cc137bbb205728be4b221c5ce12b7b64366a7784e1f3ef 2141 
libdevel-patchperl-perl_0.52-1.dsc
 96e9b36cea989f9542cf4a9c325080c95c0023ba4c1ef50acbde57f58b49726d 63072 
libdevel-patchperl-perl_0.52.orig.tar.gz
 cebbb66a77d2f712588688c98e7e4c7c779ba7fc2d0bcc29e081b3ed801c9b4b 1784 
libdevel-patchperl-perl_0.52-1.debian.tar.gz
 db415d7acc9f2d7f1e83c92d7531fe0cf7433d47e5b1e8f251252f517284a43d 61120 
libdevel-patchperl-perl_0.52-1_all.deb
Files: 
 79e06e4e74260dc14c79fac5eb8f3b48 2141 perl optional 
libdevel-patchperl-perl_0.52-1.dsc
 a51c78173db234a3465cd7c6b1eddcd4 63072 perl optional 
libdevel-patchperl-perl_0.52.orig.tar.gz
 8e09b4affd22459bc8c160b74f93fc6f 1784 perl optional 
libdevel-patchperl-perl_0.52-1.debian.tar.gz
 63420e3342f10168ffdfdf7fef44ce46 61120 perl optional 
libdevel-patchperl-perl_0.52-1_all.deb

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

iQIcBAEBCAAGBQJOSXSSAAoJELs6aAGGSaoGTpsP/iHc89ftH11FWu3C2qgR4HPl
3YQHWC7BDEowgvxfsJrtu92j3c9P62FxslVFbme34dZjAr8q+jaBog2nr3xcWZMB
XZSHd8HV9Vo/PoKVlyMAncabbeX6/NmNZn+0LUXbKCbuObBNJLBNHMffbOkFWSrL
4YMXqAtwTYhMEksdGhFgAkQJglW4h6MXBGyIGyoLjCWLN+UbAkQBk3S06RAYtDPe
LD/za3M9ptKV7K23AHSJLnvxHuzuhQ/pLyzaq2NrV471MVQEryVmBBIYz9vFnXLv
CIVvyJVA4d9spfUF2GYWBRgL85IqEeFqoxNvpBGMF+E6IiE+tdE7Kz6rhBjUwkhW
bhzeljU85R5n/t1c9BtbHDfDZ8uS253NsRcS0RYF/vxjpsm/w1Hbe0zquXlGKFrB
NzkKRC1hNufg3kEfgXOX+/PnHKTdNF9Vp3ZTK8t3ZQIMMRYoNM22BLOn/t0o7ipW
AsljWO/b4n9ElbaN1sOThVwZSKUFuZyN0FynzzTJhgbKumV7p01U4Dy1CXc1doNF
+A2dzBbFIl6j79iNGTvCNtf83QnNUegAbZdY9wIjN5pyMqML9Hd6plJeEqh18Y5q
/Az2xDx14NG3iaQoaK/weZbt8KpRVsvceXKKQKqvMS1TJbJMYKRbTvhZzvbgukm/
qhOHkJsY9xeCwd1n5RgN
=el4d
-END PGP SIGNATURE-


Accepted:
libdevel-patchperl-perl_0.52-1.debian.tar.gz
  to 
main/libd/libdevel-patchperl-perl/libdevel-patchperl-perl_0.52-1.debian.tar.gz
libdevel-patchperl-perl_0.52-1.dsc
  to main/libd/libdevel-patchperl-perl/libdevel-patchperl-perl_0.52-1.dsc
libdevel-patchperl-perl_0.52-1_all.deb
  to main/libd/libdevel-patchperl-perl/libdevel-patchperl-perl_0.52-1_all.deb
libdevel-patchperl-perl_0.52.orig.tar.gz
  to main/libd/libdevel-patchperl-perl/libdevel-patchperl-perl_0.52.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/e1qt38r-0004lk...@franck.debian.org



Accepted olsrd 0.6.1-4 (source i386)

2011-08-15 Thread Roland Stigge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 01 Aug 2011 21:54:18 +0200
Source: olsrd
Binary: olsrd olsrd-plugins
Architecture: source i386
Version: 0.6.1-4
Distribution: unstable
Urgency: low
Maintainer: Roland Stigge sti...@antcom.de
Changed-By: Roland Stigge sti...@antcom.de
Description: 
 olsrd  - optimized link-state routing daemon (unik-olsrd)
 olsrd-plugins - various plugins to enhance olsrd
Changes: 
 olsrd (0.6.1-4) unstable; urgency=low
 .
   * Added debian/watch
Checksums-Sha1: 
 f71bc0ded42b1463d7fc2cf55d7899e2fa0ec44b 1135 olsrd_0.6.1-4.dsc
 1f5283dbe4a2baf3f9733daf50f282c9189e8c06 15465 olsrd_0.6.1-4.debian.tar.gz
 53a4e1da9b050e1dfc1d498e6efb68c01295af87 48 olsrd_0.6.1-4_i386.deb
 5035a572d6c74ec414ea3688357047af8c583c61 261312 olsrd-plugins_0.6.1-4_i386.deb
Checksums-Sha256: 
 803f1392982432bded25fdf0defe59980a6b53fccc2a2a5cd5e74b19b899748d 1135 
olsrd_0.6.1-4.dsc
 8ce21c282f445a8f41de12bd7c46717597a0364a5fe9e74643b5096090af99f7 15465 
olsrd_0.6.1-4.debian.tar.gz
 c22e501d0966fac0e89ff971c7aec87bdd393db2443f6c7cad7cc031eca6c425 48 
olsrd_0.6.1-4_i386.deb
 6c2010dc61366c0d22f2d1ec66a1c8b853141bbe0dc4ed121849a5ba48f71052 261312 
olsrd-plugins_0.6.1-4_i386.deb
Files: 
 72b3425e66f5aaa7081d0243e67cc4f3 1135 net extra olsrd_0.6.1-4.dsc
 fdca84c9d671d7c4dca3f8429620c8b0 15465 net extra olsrd_0.6.1-4.debian.tar.gz
 77c19b78a8e011dcc2479352bfa3e12d 48 net extra olsrd_0.6.1-4_i386.deb
 e0189f8e6af5c851b76a66f366bfb687 261312 net extra 
olsrd-plugins_0.6.1-4_i386.deb

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

iD8DBQFOSXUecaH/YBv43g8RAt2iAKCoAJWxMrnREV6PvjqfngxzbsMIkgCfb1yU
ZzEQBMGavOHVqhOXchRGjVU=
=LhQX
-END PGP SIGNATURE-


Accepted:
olsrd-plugins_0.6.1-4_i386.deb
  to main/o/olsrd/olsrd-plugins_0.6.1-4_i386.deb
olsrd_0.6.1-4.debian.tar.gz
  to main/o/olsrd/olsrd_0.6.1-4.debian.tar.gz
olsrd_0.6.1-4.dsc
  to main/o/olsrd/olsrd_0.6.1-4.dsc
olsrd_0.6.1-4_i386.deb
  to main/o/olsrd/olsrd_0.6.1-4_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/e1qt38e-0004sl...@franck.debian.org



Accepted libidn 1.22-3 (source all amd64)

2011-08-15 Thread Simon Josefsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Aug 2011 21:05:49 +0200
Source: libidn
Binary: idn libidn11-dev libidn11 libidn11-java
Architecture: source amd64 all
Version: 1.22-3
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Simon Josefsson si...@josefsson.org
Description: 
 idn- Command line and Emacs interface to GNU Libidn
 libidn11   - GNU Libidn library, implementation of IETF IDN specifications
 libidn11-dev - Development files for GNU Libidn, an IDN library
 libidn11-java - Java port of the GNU Libidn library, an IDN implementation
Changes: 
 libidn (1.22-3) unstable; urgency=low
 .
   * Really bump Standards-Version to 3.9.2 this time.
   * Provide 'build-arch' and 'build-indep' rules to silence lintian.
Checksums-Sha1: 
 813d70ccbe9bcd29f4c1fa8a9f2fbb9e35b1d9b1 1560 libidn_1.22-3.dsc
 71afb0425d39c1669ba1377fa6577bf2aa929607 10075 libidn_1.22-3.debian.tar.gz
 11687f1ebe816fb8403aeffae2d0bb75a3bbe803 116592 idn_1.22-3_amd64.deb
 3c4ef48f71e4a0784b8d0b7042492196f33aa2c6 731372 libidn11-dev_1.22-3_amd64.deb
 dfcda0410ed37bf9bd856bfee004953621133e09 165294 libidn11_1.22-3_amd64.deb
 1f22338bbab70539fdd733e504f4085381a71551 224510 libidn11-java_1.22-3_all.deb
Checksums-Sha256: 
 531a08b852a861366ab346c7373eedc65deb301e82380a4941d6be346a89edc0 1560 
libidn_1.22-3.dsc
 4b124eb4cdfff4d8733a438ee7afaa6d715b761c19949b19166b5e0ef80b2659 10075 
libidn_1.22-3.debian.tar.gz
 afcdeeb3ce22056ede4e3a42ce3c15c4eae4782b1bb86ef5014ec9972161df64 116592 
idn_1.22-3_amd64.deb
 78f8587222803c5a1b9ae172d7cdfc3169250aac16915824cba6717d6583f89c 731372 
libidn11-dev_1.22-3_amd64.deb
 d31456f09fd263d6b528b9e01c6705a6f6b71683ed9ba005b5889c25e697191e 165294 
libidn11_1.22-3_amd64.deb
 8ff080a89ab75e230dbfc4bb0b602f0562a5efc507e59caded3a287b3a20711f 224510 
libidn11-java_1.22-3_all.deb
Files: 
 d95a6cd2a31f24723c19ec34cb612a75 1560 libs optional libidn_1.22-3.dsc
 357569dc24ad8a3b893041fb95a73c1f 10075 libs optional 
libidn_1.22-3.debian.tar.gz
 4daea2910d6e7dfd4a0038f151cd7605 116592 misc optional idn_1.22-3_amd64.deb
 0f1ff2bae055b334ae86b6e9cda799ab 731372 libdevel optional 
libidn11-dev_1.22-3_amd64.deb
 be0d2b539d312779cc57fdf830e0f6fc 165294 libs standard libidn11_1.22-3_amd64.deb
 fce1e190df7711bd54f3989f77a65e3c 224510 java optional 
libidn11-java_1.22-3_all.deb

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

iO4EAQECADgFAk5JeEExFIAAFQATcGthLWFkZHJlc3NAZ251cGcub3Jnc2lt
b25Aam9zZWZzc29uLm9yZwAKCRDtoh6UtWVxb6UlBP0b9kZRY1xeykmbrmKd5p55
OVVyzWN3+R+d/eybC2pvHi5HX1saDD+DMrIWG9+J9tgZ2xASMium7SulRM99M7MP
ll9Nk/Q85eUDCgDJ3cQ/id3QKmFZrTwZkRCCybdAej4M4e1AywFvRF/F00pYuimZ
pwivPIyIDtjD9+ZbOz46ZHdhw8+FOogh0caB1e10+HdzcYrHZq2nWN5mnzxdygjx
=fJXo
-END PGP SIGNATURE-


Accepted:
idn_1.22-3_amd64.deb
  to main/libi/libidn/idn_1.22-3_amd64.deb
libidn11-dev_1.22-3_amd64.deb
  to main/libi/libidn/libidn11-dev_1.22-3_amd64.deb
libidn11-java_1.22-3_all.deb
  to main/libi/libidn/libidn11-java_1.22-3_all.deb
libidn11_1.22-3_amd64.deb
  to main/libi/libidn/libidn11_1.22-3_amd64.deb
libidn_1.22-3.debian.tar.gz
  to main/libi/libidn/libidn_1.22-3.debian.tar.gz
libidn_1.22-3.dsc
  to main/libi/libidn/libidn_1.22-3.dsc


-- 
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/e1qt4kc-0003dq...@franck.debian.org



Accepted libjspeex-java 0.9.7-3 (source all)

2011-08-15 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Aug 2011 22:41:04 +0200
Source: libjspeex-java
Binary: libjspeex-java
Architecture: source all
Version: 0.9.7-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 libjspeex-java - Java Implementation of Speex
Changes: 
 libjspeex-java (0.9.7-3) unstable; urgency=low
 .
   * Switch to default-jdk.
   * Switch to source format 3.0.
   * Change Section: java.
   * Clean up Depends.
   * Update Standards-Version: 3.9.1.
   * Enable tests.
Checksums-Sha1: 
 354d7908355a3e1f72daea5c1fd2b7f12827b1b7 1377 libjspeex-java_0.9.7-3.dsc
 9284be754029630aca19ab7ee7b2888d290e010c 3534 
libjspeex-java_0.9.7-3.debian.tar.gz
 78c81ee48fefa8dc0ceffb50a510c000928b649a 279974 libjspeex-java_0.9.7-3_all.deb
Checksums-Sha256: 
 201edd9f1d0d268b0ee46e9c7a25420996fbaeebfaae968682c7e30ac33a56a5 1377 
libjspeex-java_0.9.7-3.dsc
 7baf734124eb4948be8b1b84d7e7070d717f200a9b1a51c7496f3049819e7ff2 3534 
libjspeex-java_0.9.7-3.debian.tar.gz
 3303ce4b46aec5a34b33719e938f2c20154014d4d1d6a16796b14bf8d0794cff 279974 
libjspeex-java_0.9.7-3_all.deb
Files: 
 b70e53358c740a7e56eac723bdb1d352 1377 java optional libjspeex-java_0.9.7-3.dsc
 1d7a7a3c421c77c37221bbbdc1353e23 3534 java optional 
libjspeex-java_0.9.7-3.debian.tar.gz
 77c9901911584f28f89e55ec66e1349b 279974 java optional 
libjspeex-java_0.9.7-3_all.deb

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

iEYEARECAAYFAk5JhqQACgkQfY3dicTPjsOA4QCfSqCy9invTeiwhNQpkSRvoMzL
OPYAnipTMI65HFVVvxjCTlnHWoGEpwAm
=Cl1V
-END PGP SIGNATURE-


Accepted:
libjspeex-java_0.9.7-3.debian.tar.gz
  to main/libj/libjspeex-java/libjspeex-java_0.9.7-3.debian.tar.gz
libjspeex-java_0.9.7-3.dsc
  to main/libj/libjspeex-java/libjspeex-java_0.9.7-3.dsc
libjspeex-java_0.9.7-3_all.deb
  to main/libj/libjspeex-java/libjspeex-java_0.9.7-3_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/e1qt4kk-0003gs...@franck.debian.org



Accepted pep8 0.6.1-2 (source all)

2011-08-15 Thread David Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Aug 2011 20:56:11 +0100
Source: pep8
Binary: pep8
Architecture: source all
Version: 0.6.1-2
Distribution: unstable
Urgency: low
Maintainer: David Watson dwat...@debian.org
Changed-By: David Watson dwat...@debian.org
Description: 
 pep8   - Python PEP 8 code style checker
Closes: 637920
Changes: 
 pep8 (0.6.1-2) unstable; urgency=low
 .
   * Revert depends change. (Closes: #637920)
   * Update Standards version, no changes needed.
Checksums-Sha1: 
 8799c30a4d0592d3b956017ecf569f1ad4395e75 993 pep8_0.6.1-2.dsc
 21ef45a470d739e72783e3afd9bd11c6e6df93be 2584 pep8_0.6.1-2.diff.gz
 61666101ba07687070f667ffcdd8050fff2c738e 27364 pep8_0.6.1-2_all.deb
Checksums-Sha256: 
 c8e2996c1e4ddeca1270d911ce2dae8452433538914911ae41e2708516113b88 993 
pep8_0.6.1-2.dsc
 85470e3134ac8b888f6c51d907acf4dabd06846efce0d49b37e34df198288bb7 2584 
pep8_0.6.1-2.diff.gz
 5f5d225a8eb64e6eaefeed49312ece0beccf5e9155d77908fd7fb0bdc8560725 27364 
pep8_0.6.1-2_all.deb
Files: 
 857687596a98f1e4307b91458b1ba8cf 993 python optional pep8_0.6.1-2.dsc
 bf111b66e48d1310bf4830d50f5bb2bd 2584 python optional pep8_0.6.1-2.diff.gz
 2c5dbeda35b11fbac9ab7de252be67e0 27364 python optional pep8_0.6.1-2_all.deb

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

iEYEARECAAYFAk5Je8EACgkQDeh5nqfWrnnv0gCgsjn/PZkv3qM2pAzGzoterRZ3
d7oAoM/D29dNHU+CORqDWgV90arC8Zs2
=khYh
-END PGP SIGNATURE-


Accepted:
pep8_0.6.1-2.diff.gz
  to main/p/pep8/pep8_0.6.1-2.diff.gz
pep8_0.6.1-2.dsc
  to main/p/pep8/pep8_0.6.1-2.dsc
pep8_0.6.1-2_all.deb
  to main/p/pep8/pep8_0.6.1-2_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/e1qt4lm-0003b4...@franck.debian.org



Accepted spass 3.7-3 (source i386)

2011-08-15 Thread Roland Stigge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Aug 2011 22:07:12 +0200
Source: spass
Binary: spass
Architecture: source i386
Version: 3.7-3
Distribution: unstable
Urgency: low
Maintainer: Roland Stigge sti...@antcom.de
Changed-By: Roland Stigge sti...@antcom.de
Description: 
 spass  - An automated theorem prover for first-order logic with equality
Changes: 
 spass (3.7-3) unstable; urgency=low
 .
   * Added debian/watch
Checksums-Sha1: 
 732f4603d21a03db3930e6b649be9d0f8c7fc613 932 spass_3.7-3.dsc
 347ed9b2e80d0f52fc1747f4406fde33ab238902 3469 spass_3.7-3.debian.tar.gz
 020d7a416960cc26db0337e4b5c78deb87ed6009 2135340 spass_3.7-3_i386.deb
Checksums-Sha256: 
 406b4ac5dd9bba99d50295abe627f2694f61cff569114a35d708a012e9a965f6 932 
spass_3.7-3.dsc
 7bb0c01fe7efd388acea33f33c142f41a07fc621cdfed5d7ecdadfe86573 3469 
spass_3.7-3.debian.tar.gz
 f9efc8da34f150fcab8689eb1f77260ddd564c3d8913ade38e00265dc3bd26d6 2135340 
spass_3.7-3_i386.deb
Files: 
 b0252fcdfa058ce061e063efce1a4280 932 science optional spass_3.7-3.dsc
 8f606e0965763e8e8dc4e83e9d020464 3469 science optional 
spass_3.7-3.debian.tar.gz
 d524c5fc395b5fa5b93f8231498b8817 2135340 science optional spass_3.7-3_i386.deb

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

iD8DBQFOSX+KcaH/YBv43g8RAsCuAJ9Yc1XGBeBYgNTxKIwvLbN7/hZ0nQCeJs1p
4m0cfsmQuQr5m7V6xi1+fRI=
=lOFs
-END PGP SIGNATURE-


Accepted:
spass_3.7-3.debian.tar.gz
  to main/s/spass/spass_3.7-3.debian.tar.gz
spass_3.7-3.dsc
  to main/s/spass/spass_3.7-3.dsc
spass_3.7-3_i386.deb
  to main/s/spass/spass_3.7-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/e1qt4lx-0003fx...@franck.debian.org



Accepted swisswatch 0.6-14 (source i386)

2011-08-15 Thread Roland Stigge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Aug 2011 22:17:17 +0200
Source: swisswatch
Binary: swisswatch
Architecture: source i386
Version: 0.6-14
Distribution: unstable
Urgency: low
Maintainer: Roland Stigge sti...@antcom.de
Changed-By: Roland Stigge sti...@antcom.de
Description: 
 swisswatch - Swiss Railway Clock for the X Window System
Changes: 
 swisswatch (0.6-14) unstable; urgency=low
 .
   * Added debian/watch
Checksums-Sha1: 
 190b1a87669e033c0e2d36f36aaa79cc1a0ff741 1037 swisswatch_0.6-14.dsc
 073d50baed74d0fcb6621a1030e81f3b96c06fbc 9141 swisswatch_0.6-14.debian.tar.gz
 26efac546b6334b0f9a62fdf962cd3cb90fc6a1c 22894 swisswatch_0.6-14_i386.deb
Checksums-Sha256: 
 0e2493e05eab38adb2f8dfdae4cafda38006566728971cf66e45fe7928559400 1037 
swisswatch_0.6-14.dsc
 9c16c7db5f1dcd41bf25764e1b4862e97f485024b7b441e3d28ff13ece0b5c90 9141 
swisswatch_0.6-14.debian.tar.gz
 2696ffeeff32d6102ace4f76f859c8462552427e2a7368dc78b25adadba38d13 22894 
swisswatch_0.6-14_i386.deb
Files: 
 adcece6dfe7b3de308a04831bda95a47 1037 x11 optional swisswatch_0.6-14.dsc
 e4c551ff1a67a7ad348efcbbf4535659 9141 x11 optional 
swisswatch_0.6-14.debian.tar.gz
 204987e94daa1789b93ee28723c7fb72 22894 x11 optional swisswatch_0.6-14_i386.deb

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

iD8DBQFOSYB6caH/YBv43g8RAgnIAJ4jW/+zwPUcCYtAV04nOrb322W6mgCfYkM6
SSs8XbiN0vX6fX/sBsY33cQ=
=iIWd
-END PGP SIGNATURE-


Accepted:
swisswatch_0.6-14.debian.tar.gz
  to main/s/swisswatch/swisswatch_0.6-14.debian.tar.gz
swisswatch_0.6-14.dsc
  to main/s/swisswatch/swisswatch_0.6-14.dsc
swisswatch_0.6-14_i386.deb
  to main/s/swisswatch/swisswatch_0.6-14_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/e1qt4ll-0003lp...@franck.debian.org



Accepted texlive-bin 2009-11 (source i386)

2011-08-15 Thread Frank Küster
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Aug 2011 21:48:13 +0200
Source: texlive-bin
Binary: texlive-binaries libkpathsea5 libkpathsea-dev
Architecture: source i386
Version: 2009-11
Distribution: unstable
Urgency: low
Maintainer: Debian TeX Maintainers debian-tex-ma...@lists.debian.org
Changed-By: Frank Küster fr...@debian.org
Description: 
 libkpathsea-dev - TeX Live: path search library for TeX (development part)
 libkpathsea5 - TeX Live: path search library for TeX (runtime part)
 texlive-binaries - Binaries for TeX Live
Closes: 637667 637720
Changes: 
 texlive-bin (2009-11) unstable; urgency=low
 .
   [ Hilmar Preuße ]
   * disable the LFS support provided by upstream again, it is
 really broken (Reopens: #618033). It:
 - breaks pdflatex on big endian platforms (Closes: #637667)
 - introduced an ABI change on 32-bit platforms (Closes: #637720)
Checksums-Sha1: 
 47207fd19a887a1132cdf152e7202b713f560554 1391 texlive-bin_2009-11.dsc
 1b1f982bf269776ffbbebf9af6c717c244144d95 91228 texlive-bin_2009-11.diff.gz
 4970f9d679ee804e930bc78ff23ad8928a8b54ad 7680546 
texlive-binaries_2009-11_i386.deb
 d18eae1892d84efc122bc40ce46220f0fa0c617f 134918 libkpathsea5_2009-11_i386.deb
 d839b885f1a7fb21dece9323742418cb6a25d7d2 173886 
libkpathsea-dev_2009-11_i386.deb
Checksums-Sha256: 
 2c62c5e6fd2a4339961907601254a35986932b32af00c8ee954d551beb6a677d 1391 
texlive-bin_2009-11.dsc
 59762914e72821ff1eac37672d73af3a488dd3c53f29aa961a94ac7c27f1a81f 91228 
texlive-bin_2009-11.diff.gz
 9bba0d64a03eafa4f0fd04688f34dd7a4ce65e07679218cda625008a84a75a82 7680546 
texlive-binaries_2009-11_i386.deb
 87a7bacef9460179345a2a711e42639e5f6b1b0392c6ad3ba93395d076dfa4d4 134918 
libkpathsea5_2009-11_i386.deb
 91a54015eaf82e045bab8c38a7c871f1819e2adcbfe9f17611a14f23b17e84db 173886 
libkpathsea-dev_2009-11_i386.deb
Files: 
 d4aa97b75f24ff7b247032f744b53622 1391 tex optional texlive-bin_2009-11.dsc
 0af97ce9042b42804b7554b74c1aec69 91228 tex optional texlive-bin_2009-11.diff.gz
 271d617e2a12462d69d525eb0715efae 7680546 tex optional 
texlive-binaries_2009-11_i386.deb
 582326ebe9b13a6c70494fe51ff458c7 134918 libs optional 
libkpathsea5_2009-11_i386.deb
 0a089e96a675f75f47fbd7011db8bb44 173886 libdevel optional 
libkpathsea-dev_2009-11_i386.deb

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

iEYEARECAAYFAk5Jg4cACgkQ+xs9YyJS+hpgKACgmMjW8ZrLI7GOrWEUTNQaEZ1X
IZcAnRDlaXjzAKREJl5GpuAsuunN8Ck9
=XDaJ
-END PGP SIGNATURE-


Accepted:
libkpathsea-dev_2009-11_i386.deb
  to main/t/texlive-bin/libkpathsea-dev_2009-11_i386.deb
libkpathsea5_2009-11_i386.deb
  to main/t/texlive-bin/libkpathsea5_2009-11_i386.deb
texlive-bin_2009-11.diff.gz
  to main/t/texlive-bin/texlive-bin_2009-11.diff.gz
texlive-bin_2009-11.dsc
  to main/t/texlive-bin/texlive-bin_2009-11.dsc
texlive-binaries_2009-11_i386.deb
  to main/t/texlive-bin/texlive-binaries_2009-11_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/e1qt4mw-00046f...@franck.debian.org



Accepted wine-unstable 1.1.34-1 (source i386)

2011-08-15 Thread Ove Kaaven
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Aug 2011 21:05:10 +0200
Source: wine-unstable
Binary: wine-unstable wine-bin-unstable libwine-dbg-unstable 
libwine-dev-unstable libwine-unstable libwine-alsa-unstable 
libwine-bin-unstable libwine-capi-unstable libwine-cms-unstable 
libwine-esd-unstable libwine-gl-unstable libwine-gphoto2-unstable 
libwine-jack-unstable libwine-ldap-unstable libwine-nas-unstable 
libwine-openal-unstable libwine-oss-unstable libwine-print-unstable 
libwine-sane-unstable
Architecture: source i386
Version: 1.1.34-1
Distribution: unstable
Urgency: low
Maintainer: Debian Wine Party pkg-wine-pa...@lists.alioth.debian.org
Changed-By: Ove Kaaven o...@arcticnet.no
Description: 
 libwine-alsa-unstable - Windows API implementation - ALSA sound module
 libwine-bin-unstable - Windows API implementation - system services
 libwine-capi-unstable - Windows API implementation - ISDN module
 libwine-cms-unstable - Windows API implementation - color management module
 libwine-dbg-unstable - Windows API implementation - debugging symbols
 libwine-dev-unstable - Windows API implementation - development files
 libwine-esd-unstable - Windows API implementation - EsounD sound module
 libwine-gl-unstable - Windows API implementation - OpenGL module
 libwine-gphoto2-unstable - Windows API implementation - camera module
 libwine-jack-unstable - Windows API implementation - JACK sound module
 libwine-ldap-unstable - Windows API implementation - LDAP module
 libwine-nas-unstable - Windows API implementation - NAS sound module
 libwine-openal-unstable - Windows API implementation - OpenAL module
 libwine-oss-unstable - Windows API implementation - OSS sound module
 libwine-print-unstable - Windows API implementation - printing module
 libwine-sane-unstable - Windows API implementation - scanner module
 libwine-unstable - Windows API implementation - library
 wine-bin-unstable - Windows API implementation - binary loader
 wine-unstable - Windows API implementation - standard suite
Changes: 
 wine-unstable (1.1.34-1) unstable; urgency=low
 .
   * New upstream release 1.1.34, released Dec 4, 2009.
 - Many fixes for crypto certificates support.
 - A lot of MSHTML improvements.
 - Various fixes to support the Left 4 Dead 2 DRM.
 - A number of OLE marshalling fixes.
 - More Listview improvements.
 - Various bug fixes.
   * Added build-dependency alternative libjpeg8-dev.
   * If building in full-multiarch mode, make libwine Pre-Depend on
 multiarch-support. (But though this mode might work now, it is
 probably still too soon to make this the default.)
   * Better fix for lintian override paths (doesn't break multiarch paths).
   * Made debian/doclink.sh idempotent.
   * Fixed incorrect destination path in install-arch64 rule.
Checksums-Sha1: 
 3f4bc87f00b105c6ef8952f2fd1aa6f0739a 3668 wine-unstable_1.1.34-1.dsc
 6994d2d0a2614381755c38db4be3c5ef303a5a51 20683798 
wine-unstable_1.1.34.orig.tar.gz
 e0a81909c66de9a3bda9ee28a98899627decf440 72600 wine-unstable_1.1.34-1.diff.gz
 473807d2e792b491551cc4203031862f2868c44e 1578 wine-unstable_1.1.34-1_i386.deb
 322cb2660b9b692459386fdbab63835c3edef000 61162 
wine-bin-unstable_1.1.34-1_i386.deb
 90044bea1300ff3ef4e6b8a5b89862f60fc2360d 31891612 
libwine-dbg-unstable_1.1.34-1_i386.deb
 00f7fd1d3f932f845303bb7043fedcc9188279f8 4485624 
libwine-dev-unstable_1.1.34-1_i386.deb
 22e4dde1cae7a01eb69bf043dbad8b6be6fb3e7d 11518824 
libwine-unstable_1.1.34-1_i386.deb
 85bedc36bd51d097090375943a85270a9d7e5603 61922 
libwine-alsa-unstable_1.1.34-1_i386.deb
 3237955fdbfc0cd07f426344b38fb721c9f33bd2 1727796 
libwine-bin-unstable_1.1.34-1_i386.deb
 bdfbf71e60b4bd3736924299b65c740e8065f3dd 5548 
libwine-capi-unstable_1.1.34-1_i386.deb
 c30897661decd2fdf3b3b03927117e33af25100f 20896 
libwine-cms-unstable_1.1.34-1_i386.deb
 5ab2d027eeb8f84fd00e1a1a4c6ab6bf59fe4c4a 15852 
libwine-esd-unstable_1.1.34-1_i386.deb
 4c60958d5dc97df78a4bc3287f8baacf307ee81c 503768 
libwine-gl-unstable_1.1.34-1_i386.deb
 308182052c64f598ce183bf4d3383bd1e9e137c9 23490 
libwine-gphoto2-unstable_1.1.34-1_i386.deb
 5de8551629223e41bf6beae5772d34458c2701b8 17226 
libwine-jack-unstable_1.1.34-1_i386.deb
 336a02aa3e95961df902065c8ffacc28f6f22b90 79978 
libwine-ldap-unstable_1.1.34-1_i386.deb
 863b7da6e829d4dbefa521aaa90db40db8a2fa66 11820 
libwine-nas-unstable_1.1.34-1_i386.deb
 f6bd1d867c374cd5f44ee254b633e73d75feb589 14714 
libwine-openal-unstable_1.1.34-1_i386.deb
 f711329949a0b51f5381bec868871b61e8c9433f 66932 
libwine-oss-unstable_1.1.34-1_i386.deb
 5d62abf2a044d6aade1ff827f4c1383e62d091fb 117356 
libwine-print-unstable_1.1.34-1_i386.deb
 3e8fec457e087bf6cf1f540089e9ea747bf47b20 26038 
libwine-sane-unstable_1.1.34-1_i386.deb
Checksums-Sha256: 
 e99825582079d162219bf92af47a2994b721148cf2bdc1f8c919e6b7a9f1783e 3668 
wine-unstable_1.1.34-1.dsc
 79226aed40d2e3fb29d496252f859d21e894c28f5f40cad9371d5d7fd896e353 20683798 
wine-unstable_1.1.34.orig.tar.gz
 

Accepted xautolock 1:2.2-3 (source i386)

2011-08-15 Thread Roland Stigge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Aug 2011 22:14:15 +0200
Source: xautolock
Binary: xautolock
Architecture: source i386
Version: 1:2.2-3
Distribution: unstable
Urgency: low
Maintainer: Roland Stigge sti...@antcom.de
Changed-By: Roland Stigge sti...@antcom.de
Description: 
 xautolock  - Program launcher for idle X sessions
Changes: 
 xautolock (1:2.2-3) unstable; urgency=low
 .
   * Added debian/watch
Checksums-Sha1: 
 6b09945bf735bc71a2c69d03e6871832e5686131 1030 xautolock_2.2-3.dsc
 0d00948d030a95f2dfa6464a8139bbee2ed5a929 6001 xautolock_2.2-3.debian.tar.gz
 4d742ec9ff918f3b457309cdc6c6cdc6727af5ea 31466 xautolock_2.2-3_i386.deb
Checksums-Sha256: 
 b302478a11b056d527e56e20ed05dd19bc8bb8cca41b9e214ea3a1519c809597 1030 
xautolock_2.2-3.dsc
 f50c52f74d6f8c97dfc1d6b0e909c4644786f7ba84f9c7f84ced3029260a9382 6001 
xautolock_2.2-3.debian.tar.gz
 95ff2fce958b8d0349fa3066f0a6c35a2fdd09544594f86e30c399ac2ce74c9d 31466 
xautolock_2.2-3_i386.deb
Files: 
 17e61c11d5eb9fe05f6700dae6bc9796 1030 x11 optional xautolock_2.2-3.dsc
 8e4676b8f6e57044f2b5a94c7b3e864f 6001 x11 optional 
xautolock_2.2-3.debian.tar.gz
 9af188ab56b240d8d80843c809fe5307 31466 x11 optional xautolock_2.2-3_i386.deb

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

iD8DBQFOSX+gcaH/YBv43g8RAtJxAJwIh3AamxSv92kMICuV22aDJBqunACgsiHS
H1Jmy9a8n9HwtamOI1RmvxE=
=RL/a
-END PGP SIGNATURE-


Accepted:
xautolock_2.2-3.debian.tar.gz
  to main/x/xautolock/xautolock_2.2-3.debian.tar.gz
xautolock_2.2-3.dsc
  to main/x/xautolock/xautolock_2.2-3.dsc
xautolock_2.2-3_i386.deb
  to main/x/xautolock/xautolock_2.2-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/e1qt4nl-0006ry...@franck.debian.org



Accepted gitalist 0.003005+dfsg-2 (source all)

2011-08-15 Thread Jonas Genannt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Aug 2011 21:27:45 +0200
Source: gitalist
Binary: gitalist-common gitalist-fastcgi
Architecture: source all
Version: 0.003005+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Jonas Genannt jonas.gena...@capi2name.de
Changed-By: Jonas Genannt jonas.gena...@capi2name.de
Description: 
 gitalist-common - modern Git web viewer
 gitalist-fastcgi - FastCGI / fcgi support for gitalist
Closes: 637529 637536 637544
Changes: 
 gitalist (0.003005+dfsg-2) unstable; urgency=low
 .
   * d/copyright: fixed url to dep5
   * removed some blank lines and whitespaces
   * Moved config to /usr/share/gitalist-common
 (Closes: #637544); thanks Daniel Baumann
   * Enable search_recursively by default
 thanks Daniel Baumann (Closes: #637536)
   * debconf reads local configuration (Closes: #637529)
Checksums-Sha1: 
 e58e59986d0daa8bcaf26b964f62f2c7f43c145e 2336 gitalist_0.003005+dfsg-2.dsc
 b09605af256d7cc3a656692671a39bdde9f18a77 5900 
gitalist_0.003005+dfsg-2.debian.tar.gz
 fd010477cb5f5a809c795fa5db148fd17863 126148 
gitalist-common_0.003005+dfsg-2_all.deb
 b361e5d2a6a0e101f11a40dc17e659d4e16ffde2 9752 
gitalist-fastcgi_0.003005+dfsg-2_all.deb
Checksums-Sha256: 
 d3613ca3b725944e47c85ae3d35d8ec64c00d5957ba2b60f5ae31cc3b6e6708e 2336 
gitalist_0.003005+dfsg-2.dsc
 e20e88fee8f18b58c82c04ad7e607e0f235270d0093ea24f4c414e301b64111e 5900 
gitalist_0.003005+dfsg-2.debian.tar.gz
 3b3a62d955a5fde33a45f17d71ac228423cc30900482bd84d073f8aed048ccbc 126148 
gitalist-common_0.003005+dfsg-2_all.deb
 0c243536ec901b6238469a43a9554469a62cc034f3c5f7bed0813d08a189f671 9752 
gitalist-fastcgi_0.003005+dfsg-2_all.deb
Files: 
 038d088f533bca1b3a8a4e335aef1b9f 2336 perl optional 
gitalist_0.003005+dfsg-2.dsc
 ee25e694b1577907f7c2e1e5acc5ebe3 5900 perl optional 
gitalist_0.003005+dfsg-2.debian.tar.gz
 1d5d7620988679db5a21f1dea0ee3c5e 126148 perl optional 
gitalist-common_0.003005+dfsg-2_all.deb
 16be6dd217d1e0f73a174a66b9d35285 9752 perl optional 
gitalist-fastcgi_0.003005+dfsg-2_all.deb

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

iEYEARECAAYFAk5Ji/UACgkQ+C5cwEsrK54scACeJS2bP6SKX5BTGDz0IvCOQ+kY
hrsAoJOcH5g8mfxchDHhMvMkBcBCJEXy
=x7p3
-END PGP SIGNATURE-


Accepted:
gitalist-common_0.003005+dfsg-2_all.deb
  to main/g/gitalist/gitalist-common_0.003005+dfsg-2_all.deb
gitalist-fastcgi_0.003005+dfsg-2_all.deb
  to main/g/gitalist/gitalist-fastcgi_0.003005+dfsg-2_all.deb
gitalist_0.003005+dfsg-2.debian.tar.gz
  to main/g/gitalist/gitalist_0.003005+dfsg-2.debian.tar.gz
gitalist_0.003005+dfsg-2.dsc
  to main/g/gitalist/gitalist_0.003005+dfsg-2.dsc


-- 
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/e1qt4x5-0007bk...@franck.debian.org



Accepted libkjdsp-java 1.2-4 (source all)

2011-08-15 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Aug 2011 23:00:39 +0200
Source: libkjdsp-java
Binary: libkjdsp-java
Architecture: source all
Version: 1.2-4
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 libkjdsp-java - dsp package for the Light Development Spectrum Analyzer
Changes: 
 libkjdsp-java (1.2-4) unstable; urgency=low
 .
   * QA upload.
   * Orphaning package.
Checksums-Sha1: 
 3233a0710211429a5be095d1f40faff15c92ce9f 1208 libkjdsp-java_1.2-4.dsc
 1ca61442888acdf221b6bfe9268a5f18e61f6446 2518 libkjdsp-java_1.2-4.diff.gz
 a3e7e4c23fbe943a76abbaabccb1e47e59dce97c 11318 libkjdsp-java_1.2-4_all.deb
Checksums-Sha256: 
 cdf58d7cde8a1e3b006a73ffc325dbb4b441ad89c3503854755ec74229eb4438 1208 
libkjdsp-java_1.2-4.dsc
 984279861f72e4fa5b0b9f3aba86236e7359180cac3a2965192d62a2dfbfa752 2518 
libkjdsp-java_1.2-4.diff.gz
 9074bf19c6636ef3f789f5dfaaf8a1149d9982b6334ab86af3499c061afd79c9 11318 
libkjdsp-java_1.2-4_all.deb
Files: 
 6ad0585ed7f7402e1782d656f1ff4584 1208 libs optional libkjdsp-java_1.2-4.dsc
 9ffc694d887392e19870195636188d15 2518 libs optional libkjdsp-java_1.2-4.diff.gz
 508b6c65759d4d7772daacdd2002d525 11318 libs optional 
libkjdsp-java_1.2-4_all.deb

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

iEYEARECAAYFAk5JiWMACgkQfY3dicTPjsM/pgCfQl7z1yqakhC080Kt5LYcdfKA
uu0An0H7xSVCCgu8x/6REQlGhIMSe9ob
=2Zas
-END PGP SIGNATURE-


Accepted:
libkjdsp-java_1.2-4.diff.gz
  to main/libk/libkjdsp-java/libkjdsp-java_1.2-4.diff.gz
libkjdsp-java_1.2-4.dsc
  to main/libk/libkjdsp-java/libkjdsp-java_1.2-4.dsc
libkjdsp-java_1.2-4_all.deb
  to main/libk/libkjdsp-java/libkjdsp-java_1.2-4_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/e1qt4xc-0007e4...@franck.debian.org



Accepted liblaf-plugin-java 1.0-2 (source all)

2011-08-15 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Aug 2011 23:08:40 +0200
Source: liblaf-plugin-java
Binary: liblaf-plugin-java
Architecture: source all
Version: 1.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 liblaf-plugin-java - support for third-party components in Java look-and-feel 
librarie
Changes: 
 liblaf-plugin-java (1.0-2) unstable; urgency=low
 .
   * Switch to default-jdk.
   * Change Section: java.
   * Clean up Depends.
   * Switch to source format 3.0.
Checksums-Sha1: 
 71c8cf90d7b1db6bb35b9d4c67f091f3c3013702 1387 liblaf-plugin-java_1.0-2.dsc
 3d777ce0576e450d5780929f1c10c9797a2c31bd 3772 
liblaf-plugin-java_1.0-2.debian.tar.gz
 03fbdb92f77730845e89f8759dd977420cbe8ab5 21028 liblaf-plugin-java_1.0-2_all.deb
Checksums-Sha256: 
 de2a7322cbbc080d5cd9bb26c77a29524a0a892a5b61a6815c9a2ab0c19b2c22 1387 
liblaf-plugin-java_1.0-2.dsc
 da5dba93cb00e22c92ea25da10ff6b0bd6000bb5c2d87f1d9bd918c2cc6629c5 3772 
liblaf-plugin-java_1.0-2.debian.tar.gz
 ba681b13638b0e7f8fe63b3c7d2af5d48d2515f6de61301528cea523bb8e415c 21028 
liblaf-plugin-java_1.0-2_all.deb
Files: 
 2153e2208f5d5448ebf3a3442791bbc7 1387 java optional 
liblaf-plugin-java_1.0-2.dsc
 d7e28f685278ccb552dd6978d43c21ce 3772 java optional 
liblaf-plugin-java_1.0-2.debian.tar.gz
 dcdeedfc62428d119ffb5c9792afaa59 21028 java optional 
liblaf-plugin-java_1.0-2_all.deb

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

iEYEARECAAYFAk5Ji4oACgkQfY3dicTPjsMF8ACfVLlZr11I4Oh+tq6w99kFcpDc
5C0An1UWrf6VxvCyVFxylltwzHFugiWW
=IQ5d
-END PGP SIGNATURE-


Accepted:
liblaf-plugin-java_1.0-2.debian.tar.gz
  to main/libl/liblaf-plugin-java/liblaf-plugin-java_1.0-2.debian.tar.gz
liblaf-plugin-java_1.0-2.dsc
  to main/libl/liblaf-plugin-java/liblaf-plugin-java_1.0-2.dsc
liblaf-plugin-java_1.0-2_all.deb
  to main/libl/liblaf-plugin-java/liblaf-plugin-java_1.0-2_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/e1qt4xj-0007gd...@franck.debian.org



Accepted libunicode-collate-perl 0.78-1 (source i386)

2011-08-15 Thread Harlan Lieberman-Berg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 15 Aug 2011 16:54:03 -0400
Source: libunicode-collate-perl
Binary: libunicode-collate-perl
Architecture: source i386
Version: 0.78-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Harlan Lieberman-Berg h.liebermanb...@gmail.com
Description: 
 libunicode-collate-perl - Unicode collation algorithm built with fast XSUB
Changes: 
 libunicode-collate-perl (0.78-1) unstable; urgency=low
 .
   * Team upload.
   * New upstream version.
   * Bump s-v to 3.9.2 (no changes).
   * Remove unneeded dependency on quilt for 3.0 (quilt) source packages.
   * Copyright should refer to versioned symlink.
   * Remove article from description (per 6.2.2), remove unnecessary
 linebreak.
   * Remove unused requirement for --with-quilt
   * Expanded description.
   * Add patch to fix a minor grammar problem in the spelling.
   * Bump upstream copyright year.
   * Remove GNU/Linux references in copyright file.
   * Add copyright for Unicode font, inc. seemingly free Unicode license.
   * Rephrase to remove generic reference in control file.
   * Expand Unicode license section to include missing header paragraphs.
   * Make d/rules more debian-like.
 .
   [ gregor herrmann ]
   * Update watch file.
 .
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 .
   [ Salvatore Bonaccorso ]
   * debian/copyright: Replace DEP5 Format-Specification URL from
 svn.debian.org to anonscm.debian.org URL.
Checksums-Sha1: 
 4497773fc61f94236f82db972b536d761afed81e 2048 
libunicode-collate-perl_0.78-1.dsc
 bf149c7937d67accc470fa81d6e53e1bfddf4985 711564 
libunicode-collate-perl_0.78.orig.tar.gz
 589f28b7d5cd980537fc19cca6ae44caf9bd2bed 3609 
libunicode-collate-perl_0.78-1.debian.tar.gz
 9c563489aeef254b7b003069f5dcbfa81b34d457 859334 
libunicode-collate-perl_0.78-1_i386.deb
Checksums-Sha256: 
 fd81a0d750fbf277573c81deee708568ee4bc79051bba381d6d9e720a6996bef 2048 
libunicode-collate-perl_0.78-1.dsc
 4627937840e5edbe3a9d0af69eeeba70da3fe9f9468ed9f65be8805cd753a6f0 711564 
libunicode-collate-perl_0.78.orig.tar.gz
 6a88da282e062d3fcc1a42d5e92df123b50a6efe6fba9d96040e690c4c4c856a 3609 
libunicode-collate-perl_0.78-1.debian.tar.gz
 fc82e788cbe34875d04cdfd96b9b6cc206007f284514b891ea64843940e8 859334 
libunicode-collate-perl_0.78-1_i386.deb
Files: 
 f52a902d4ce59ac90aa32c3a888c58d2 2048 perl optional 
libunicode-collate-perl_0.78-1.dsc
 7394a3420cc1e616e3f80f611a9634c3 711564 perl optional 
libunicode-collate-perl_0.78.orig.tar.gz
 d822bbb4dfec10349bb1879d21d2efe1 3609 perl optional 
libunicode-collate-perl_0.78-1.debian.tar.gz
 9252a186bf5f0e5283f956b396293df1 859334 perl optional 
libunicode-collate-perl_0.78-1_i386.deb

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

iQIcBAEBCAAGBQJOSYlkAAoJELs6aAGGSaoGjuEP/iJNkMs58e/j3kP/N3X5Uhth
S3IlAKwLvL8JEc3YaZ1p2bqUuDNBg3GQAtlf0oDC1wiybxjsNuwS3KmeDzwKBNRk
AMLkAmHzbgiEDMGH4y662YYpDzKblbKkYh7/993pQyBBjobpkWHvF03QZit5brk1
JlyFyQF9SDyRms+z4Wu5wJHs8OQlkwiJGmTznD1uWZAq8sPDW6VDJiL/B/WvF3SO
g54qnWYHNt9iRTBy9nKwJ9TlcmdpIz+jgwQLzbmckendNW6DHBKe8xR7ccVhK8Rd
MgcR0/s9Nd2HY7A4+ptk5DmHSFRnJbs9Pj8z83JV4Jil9TeHcTtbpA5xXJ2PTwZ2
KIkYiuq3iVjXsi4clNJwhv1heu8DxmGabFuyxoMnDzTNEDmhALq2/yPzmAA78xec
b7y3cTiaEXGagMxRJeu0+99AS530GsKTW3VBDQb+O+fFtBO3xqaUblo0mQ775BUq
Skoig4m5dufr3V4if2d9BcqLUtA/NVP9M+F+4uR5ex0SDnyCJX3MMAP1cd3UkPXz
MMtUhP6thbmkWbNiy6ZuSzCwpgp56z453GaXUQ7tyQFxr3mGKE/vf/2RBHamQt/h
MFZUqMIAEoDVV4/p1QAlr/TsLz6ILUhLUpEt63N6JYJfmR/aLfvrKfHYoVburb5j
Sv+XDZiNtCQS8Lzmwhvl
=Nudu
-END PGP SIGNATURE-


Accepted:
libunicode-collate-perl_0.78-1.debian.tar.gz
  to 
main/libu/libunicode-collate-perl/libunicode-collate-perl_0.78-1.debian.tar.gz
libunicode-collate-perl_0.78-1.dsc
  to main/libu/libunicode-collate-perl/libunicode-collate-perl_0.78-1.dsc
libunicode-collate-perl_0.78-1_i386.deb
  to main/libu/libunicode-collate-perl/libunicode-collate-perl_0.78-1_i386.deb
libunicode-collate-perl_0.78.orig.tar.gz
  to main/libu/libunicode-collate-perl/libunicode-collate-perl_0.78.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/e1qt4xq-0007ii...@franck.debian.org



Accepted claws-mail-themes 20110216.dfsg-1 (source all)

2011-08-15 Thread Ricardo Mones
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Aug 2011 21:55:10 +0200
Source: claws-mail-themes
Binary: claws-mail-themes
Architecture: source all
Version: 20110216.dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Ricardo Mones mo...@debian.org
Changed-By: Ricardo Mones mo...@debian.org
Description: 
 claws-mail-themes - Pixmap icon themes for the Claws Mail mailer
Changes: 
 claws-mail-themes (20110216.dfsg-1) unstable; urgency=low
 .
   * New upstream release
   * make-upstream-tarball-DFSG, patches/remove-non-free-themes
   - Update script and patch to remove hash* themes because their
 license is not DFSG-compliant.
   * control, claws-mail-themes.1, copyright
   - Remove hash* themes; Bump copyright year to current
   * control
   - Update Standards-Version to 3.9.2 (no other changes required)
   - Development moved to git.debian.org: added Vcs-* headers
   * rules
   - Provide build-arch and build-indep targets (thanks lintian)
Checksums-Sha1: 
 53c1c2ca6092a7cfbeb4eb61b8158e811cfbd3db 1416 
claws-mail-themes_20110216.dfsg-1.dsc
 f6594adea1d5a415aa68206f359a4bbafe654b07 2491069 
claws-mail-themes_20110216.dfsg.orig.tar.gz
 4b6d89decdace67c6128dec510ce6607062d4e47 22835 
claws-mail-themes_20110216.dfsg-1.debian.tar.gz
 06fc6cab655ea4739cef3022e1c2367bae5b8b9d 2463986 
claws-mail-themes_20110216.dfsg-1_all.deb
Checksums-Sha256: 
 890efcad29196ad83e29e44a2926d33358ef341a9caa437c481e9cd364c38064 1416 
claws-mail-themes_20110216.dfsg-1.dsc
 5436c2f831ad5418ae91df83f284d924c4253cb9420a8e39c909cf5fd0561def 2491069 
claws-mail-themes_20110216.dfsg.orig.tar.gz
 c2829c31e003390dbd7d2122f0c17074cdec91f8377684f421de4d4aff410972 22835 
claws-mail-themes_20110216.dfsg-1.debian.tar.gz
 5b7e62897eea8ac9c763b6a58b970b97765b08b68736464c5d2f02a362e5b012 2463986 
claws-mail-themes_20110216.dfsg-1_all.deb
Files: 
 f0a067d34be7849006d07e3aeaa06abc 1416 mail extra 
claws-mail-themes_20110216.dfsg-1.dsc
 7f57ff8fdcdcb87f1fd46de9422f9ef5 2491069 mail extra 
claws-mail-themes_20110216.dfsg.orig.tar.gz
 6a0b58266a6978bb4536e6d1888cc96d 22835 mail extra 
claws-mail-themes_20110216.dfsg-1.debian.tar.gz
 890e2512dbf46788f2896b929e5b34c5 2463986 mail extra 
claws-mail-themes_20110216.dfsg-1_all.deb

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

iEYEARECAAYFAk5Jjy4ACgkQLARVQsm1Xax0WwCglw4+gg1lbOIM9sVlBs9A89tJ
XkQAniIyI5g3W3D+ATFQ7TpVdy4GWwks
=Flup
-END PGP SIGNATURE-


Accepted:
claws-mail-themes_20110216.dfsg-1.debian.tar.gz
  to main/c/claws-mail-themes/claws-mail-themes_20110216.dfsg-1.debian.tar.gz
claws-mail-themes_20110216.dfsg-1.dsc
  to main/c/claws-mail-themes/claws-mail-themes_20110216.dfsg-1.dsc
claws-mail-themes_20110216.dfsg-1_all.deb
  to main/c/claws-mail-themes/claws-mail-themes_20110216.dfsg-1_all.deb
claws-mail-themes_20110216.dfsg.orig.tar.gz
  to main/c/claws-mail-themes/claws-mail-themes_20110216.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/e1qt4lc-0001fu...@franck.debian.org



Accepted liblaf-widget-java 4.3-2 (source all)

2011-08-15 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Aug 2011 23:17:45 +0200
Source: liblaf-widget-java
Binary: liblaf-widget-java liblaf-widget-java-doc
Architecture: source all
Version: 4.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 liblaf-widget-java - Java widget toolbox for other look-and-feel libraries
 liblaf-widget-java-doc - Java widget toolbox for look-and-feel libraries - 
documentation
Changes: 
 liblaf-widget-java (4.3-2) unstable; urgency=low
 .
   * Switch to source format 3.0.
   * Remove Java runtime from Depends.
   * Update Standards-Version: 3.9.1.
Checksums-Sha1: 
 62622ba3c0caf657cff013ea890d86e1aad19ecb 1473 liblaf-widget-java_4.3-2.dsc
 87912022035a174b81f3a109e2f127321ee756ff 14395 
liblaf-widget-java_4.3-2.debian.tar.gz
 42fc2f45bf7bf45e0eaf67b8fe614c8c4f4e994f 388014 
liblaf-widget-java_4.3-2_all.deb
 35f72a08de4d6dc0d37703f85872063730c9055f 303806 
liblaf-widget-java-doc_4.3-2_all.deb
Checksums-Sha256: 
 5253118d8d7b0d7844a6a19cdb10287c2a42ba0b13d83ccd59b3b3ae4b250abd 1473 
liblaf-widget-java_4.3-2.dsc
 6eccdeffbc20caa9d41b737dc7fe61a41e7a2cc26fae3926ec7ebd29a84d7bfe 14395 
liblaf-widget-java_4.3-2.debian.tar.gz
 cbe97ebc2d362f29e1cb7bc6e043fb006fb9526340c9825dce38f8befd5d4aef 388014 
liblaf-widget-java_4.3-2_all.deb
 9e72bc3054b058e448544e24c0aea6b7820db9188402322f3a5ce9c8494953ff 303806 
liblaf-widget-java-doc_4.3-2_all.deb
Files: 
 55a11b2ac20a1738efe800d3a88566f9 1473 java optional 
liblaf-widget-java_4.3-2.dsc
 2da7b2f9e479c177ac6621f8d0f84c1e 14395 java optional 
liblaf-widget-java_4.3-2.debian.tar.gz
 b48e564a94146691036b94682ecfeacf 388014 java optional 
liblaf-widget-java_4.3-2_all.deb
 5143598e0a12fb8be850bec03361a085 303806 doc optional 
liblaf-widget-java-doc_4.3-2_all.deb

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

iEYEARECAAYFAk5JjXkACgkQfY3dicTPjsMpMgCfTfKqE8enEnRx7vTXjp/MbKmm
Ga8AnjDe2FAW+WXaUeUO5XIXoCvVX9Hk
=uWRj
-END PGP SIGNATURE-


Accepted:
liblaf-widget-java-doc_4.3-2_all.deb
  to main/libl/liblaf-widget-java/liblaf-widget-java-doc_4.3-2_all.deb
liblaf-widget-java_4.3-2.debian.tar.gz
  to main/libl/liblaf-widget-java/liblaf-widget-java_4.3-2.debian.tar.gz
liblaf-widget-java_4.3-2.dsc
  to main/libl/liblaf-widget-java/liblaf-widget-java_4.3-2.dsc
liblaf-widget-java_4.3-2_all.deb
  to main/libl/liblaf-widget-java/liblaf-widget-java_4.3-2_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/e1qt4m9-0001ns...@franck.debian.org



Accepted virt-top 1.0.6-1 (source amd64)

2011-08-15 Thread Laurent Léonard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Aug 2011 23:19:06 +0200
Source: virt-top
Binary: virt-top
Architecture: source amd64
Version: 1.0.6-1
Distribution: unstable
Urgency: low
Maintainer: Guido Günther a...@sigxcpu.org
Changed-By: Laurent Léonard laur...@open-minds.org
Description: 
 virt-top   - show stats of virtualized domains
Changes: 
 virt-top (1.0.6-1) unstable; urgency=low
 .
   * [7c3e6a1] Imported Upstream version 1.0.6
   * [f0a771b] Redo patch
   * [6629856] Bump Standards-Version to 3.9.2
   * [930eafd] New patch 0002-Ensure-manpages-get-built-when-using-native-
 compiler.patch
Checksums-Sha1: 
 226d0c2d849c0c119d42131d6fec519d1ceac0f3 1431 virt-top_1.0.6-1.dsc
 cc09a70f9ab5e52946d876711fb8edf34cb1eeb1 147919 virt-top_1.0.6.orig.tar.gz
 354a5bb8a2453cbf22170a24421c6c804e779247 3104 virt-top_1.0.6-1.diff.gz
 8b71103f88c71fbee0f4d2aead08c9990f6d3d83 359324 virt-top_1.0.6-1_amd64.deb
Checksums-Sha256: 
 a168d331f1c4daac18b5b1f856621a564054f652f5b930eedad1d90cb0c37de3 1431 
virt-top_1.0.6-1.dsc
 39a58683e11d39c00e3e34ce5f1c4e486b3f32e149656af4bd64f54db2df4865 147919 
virt-top_1.0.6.orig.tar.gz
 26072e4904381d2238f02532ca440f92c865663d8b063e9f9a9612f470d3809e 3104 
virt-top_1.0.6-1.diff.gz
 96e991aa1e45886997e525f35329a31fb863e945fb87368d2b0a4dad0607adbd 359324 
virt-top_1.0.6-1_amd64.deb
Files: 
 47f1501046d97c71d7826953e619988f 1431 admin extra virt-top_1.0.6-1.dsc
 a2b564db508a6e6233fadc7f74d1a038 147919 admin extra virt-top_1.0.6.orig.tar.gz
 650e4c3626dbc74d05027ddcce864da7 3104 admin extra virt-top_1.0.6-1.diff.gz
 c7628de6845e42d0f2789a2f1b9dea4b 359324 admin extra virt-top_1.0.6-1_amd64.deb

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

iEYEARECAAYFAk5Jje4ACgkQKEZvGlTCoYVgcACfSlBKOLOnbGkMyycYisLKZBQk
55wAnRYFqGIJYpj3NEd0PEjKQ4+lWGJD
=gB9a
-END PGP SIGNATURE-


Accepted:
virt-top_1.0.6-1.diff.gz
  to main/v/virt-top/virt-top_1.0.6-1.diff.gz
virt-top_1.0.6-1.dsc
  to main/v/virt-top/virt-top_1.0.6-1.dsc
virt-top_1.0.6-1_amd64.deb
  to main/v/virt-top/virt-top_1.0.6-1_amd64.deb
virt-top_1.0.6.orig.tar.gz
  to main/v/virt-top/virt-top_1.0.6.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/e1qt4mw-0001sv...@franck.debian.org



Accepted sinntp 1.4-1 (source all)

2011-08-15 Thread Jakub Wilk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 15 Aug 2011 23:48:40 +0200
Source: sinntp
Binary: sinntp
Architecture: source all
Version: 1.4-1
Distribution: unstable
Urgency: low
Maintainer: Piotr Lewandowski piotr.lewandow...@gmail.com
Changed-By: Jakub Wilk jw...@debian.org
Description: 
 sinntp - tiny non-interactive NNTP client
Closes: 635613
Changes: 
 sinntp (1.4-1) unstable; urgency=low
 .
   * Team upload.
   * New upstream release (closes: #635613).
   * Bump standards version to 3.9.2 (no changes needed).
   * Update debian/copyright.
   * Run tests at build time. Add python-all to Build-Depends.
   * Bump minimum required version of debhelper to 7.0.50 (for overrides).
   * Remove myself from uploaders.
Checksums-Sha1: 
 cde01ae149f1d09f7525dee751738c882c44ee6d 1914 sinntp_1.4-1.dsc
 90790d66f9122ed265459a6f203bfd23ceb37102 19104 sinntp_1.4.orig.tar.gz
 2b93bedf072c275bd95fda32628a34ba6288051e 2315 sinntp_1.4-1.debian.tar.gz
 7990079d271cbe2c6075d8ce4a888cf23bbde5c4 15660 sinntp_1.4-1_all.deb
Checksums-Sha256: 
 e33de59ed98d0f8db38ec5a0bd2a5c13c841dc00adae3076b68dadb35d9b6cdc 1914 
sinntp_1.4-1.dsc
 a3ed9e981d012e9027df6f73747f7fee75f9bb8a13fecae687ffcef50bb5d63d 19104 
sinntp_1.4.orig.tar.gz
 68ab2467efd1889541757681c0298d72b129d36b8ce2d064b3b722026185e2cf 2315 
sinntp_1.4-1.debian.tar.gz
 5b38c73e432017f76fc02f11014a371bf0dbf8fc1499d73dc88b428441bc083f 15660 
sinntp_1.4-1_all.deb
Files: 
 879739f350e9c684d7ebcc0f6f4eac0c 1914 news optional sinntp_1.4-1.dsc
 3dcab6ff5cffc65e9e727937f4a8ca19 19104 news optional sinntp_1.4.orig.tar.gz
 fc71cf85615d7bbca2af27125bed06d6 2315 news optional sinntp_1.4-1.debian.tar.gz
 a7761866798b5fcf3767a322b4ae48a9 15660 news optional sinntp_1.4-1_all.deb

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

iQIcBAEBCAAGBQJOSZSRAAoJEC1Os6YBVHX12wsQAJASogkOKApTvLlFS3UkbNPI
8A9yD02emI0OLk+mm8Kld2WU/207lyu5LrjmdKy17gxqufStukzKLTWOx8JCYR7N
uMPYVuZMGD/r9sN0GMkBZieVYvYXErkktNXAnDJEqzPJxmy2PMyla8A16BbzKNEb
smWhq1oUbWxC02bAlzkHpoVbzH+MlkNWp39tfqGjLG6Ad3GVyRdvCi30+Uxks07v
PBEJjd9ugoFAm/ksWZ16kFzSxiyCpRB/lR1iv79ay01T5Gy05use3OD4eo9l/Jez
BfRlL9A18DVFruFaP0bdNTWkmq2aijh4tpnwu7aTVR0Y2nulf5ON6IHyHEFqMv80
E6qznU0ARzowb+AU/G+FTX4prCjYRqBZmFblxmmwe8fBHpe/bpdgm6zPrZ2xXdel
uq3UII4QfU9qzJfrqb1jcoPfWaylAfExsBHepkdJ/tXd98qHHwX5LbJrbPXGQR1O
l97MSAA1XWPdtvWmscsA3258rIDBj1IFgDUYHzClwwOntoBdoUZAQQXkYOz8UHAj
SS/eqWfaAeHqJC8lJ00htq4L9kRbNgCvk4UcOy2Sgm8a2FdxAqfNDAPZ94ko7quX
+POO0/NIGHw18OsxlCok5fw0I1+VqDit1QqBbtgRjSAzezvvu/Fb/B5ODG+azFor
7MBsISkJlqDbdJhihmLE
=9OaF
-END PGP SIGNATURE-


Accepted:
sinntp_1.4-1.debian.tar.gz
  to main/s/sinntp/sinntp_1.4-1.debian.tar.gz
sinntp_1.4-1.dsc
  to main/s/sinntp/sinntp_1.4-1.dsc
sinntp_1.4-1_all.deb
  to main/s/sinntp/sinntp_1.4-1_all.deb
sinntp_1.4.orig.tar.gz
  to main/s/sinntp/sinntp_1.4.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/e1qt5ez-0006cu...@franck.debian.org



Accepted tomboy 1.7.3-1 (source amd64)

2011-08-15 Thread Iain Lane
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 15 Aug 2011 22:20:55 +0100
Source: tomboy
Binary: tomboy
Architecture: source amd64
Version: 1.7.3-1
Distribution: experimental
Urgency: low
Maintainer: Debian CLI Applications Team 
pkg-cli-apps-t...@lists.alioth.debian.org
Changed-By: Iain Lane la...@debian.org
Description: 
 tomboy - desktop note taking program using Wiki style links
Changes: 
 tomboy (1.7.3-1) experimental; urgency=low
 .
   * [25db012] Imported Upstream version 1.7.3
 + Make NUNIT conditional
   * [c2709c3] Remove 10_disable_unit_tests patch; now supported via configure
 flag
Checksums-Sha1: 
 24c8f8df0dda33144835dea7e9c68efe3ff038ce 2348 tomboy_1.7.3-1.dsc
 deef84e28602b7c007cb1d3b2f94b758917af27f 7209636 tomboy_1.7.3.orig.tar.bz2
 c471ef63c56f6dedab56fccfe18565bf0a49f5bd 79985 tomboy_1.7.3-1.debian.tar.gz
 b58662654aead3a54fe9decda81d67d8310f9b3c 4707468 tomboy_1.7.3-1_amd64.deb
Checksums-Sha256: 
 ba9b821fc8069347ba0e5ebad3ab1bfcda4d49943962e674c15c4903e0f7de0e 2348 
tomboy_1.7.3-1.dsc
 88b081ea94109b67ed42918fcbbc8032aceb3c89df4577f8a5b6756b7bd43eb7 7209636 
tomboy_1.7.3.orig.tar.bz2
 2915bd54fdf836b0bce8b16ecb5a578d3cc6be7c48508ed0262c14ce15defecb 79985 
tomboy_1.7.3-1.debian.tar.gz
 9e3faa6c233652e2c12f98d1c2556451e7beb1fd9241f8e310244b1bbdcea673 4707468 
tomboy_1.7.3-1_amd64.deb
Files: 
 e1679d366d3d437576d8dc4c1366eed1 2348 gnome optional tomboy_1.7.3-1.dsc
 0dae83a3dde514a2f616289ab0dfec23 7209636 gnome optional 
tomboy_1.7.3.orig.tar.bz2
 1df55cc2debf0fdcf55b1364c49af30a 79985 gnome optional 
tomboy_1.7.3-1.debian.tar.gz
 3a32742a964e2e64f7e3139928702163 4707468 gnome optional 
tomboy_1.7.3-1_amd64.deb

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

iQIcBAEBCAAGBQJOSZMwAAoJEONS1cUcUEHU47wP/2QmqXebtP8Slt4w+hv611Sz
Y+x7Biwgf+SqWHxAXAJpp+MY4eT4/vsXd/SeejugGGSEeZmxn9TvpHDtZxKALtMm
QJBVoiltyBdcrh3IJwzT48BVcW6AEqCBrzLLNUr1WLKyu6OR35cvMafwYbZ1hkaO
+vq42rjceVb39xUbpRLjUjkQVpoCYPxrnBWj1nnuOeqyQ9Z5IwZVaLm1oCnA+XOz
7JFuHoe63SHRFvVqldlTC36ul+zYRyfC2AHSWNF4h5wz9auwz80hqQuk4pfCSLQL
VeShTnPfsEkMaI7V/4d8xAv13vTYDxNhffLDUQw6Z5oeCgQoEJG/6diawFHJyLOa
E9L90mQ7+s/kahO2myGF+tMJYxQsUNMMZtb/fWFkwZs9nytK8dTuJDbsbpiXCjHc
V/HJvMTOfBAaDFBFVqZZ6gFbi7KfhsADQx4uZFV583uR4+ER/2S9qMnFMcNppA+0
YEPqViXAbHrqofvdZ2L1/viJxt0/0iyq4JK03RgixZJ3Se5Rwku2z9fHCCba4I3q
btTx2ViKc+eWQfyEc5cLBjRdO2RBD1fztoLqVqanMXFERC407s8rHAwmJQ0H9ygf
CWDL57N96Ou+o2CmDowXOOj4IQEhdC+bTX5azX79zyOTKLShIJGk1rGo4oRW27Nu
iqJ8PDbfknr647uhB/Pv
=RP16
-END PGP SIGNATURE-


Accepted:
tomboy_1.7.3-1.debian.tar.gz
  to main/t/tomboy/tomboy_1.7.3-1.debian.tar.gz
tomboy_1.7.3-1.dsc
  to main/t/tomboy/tomboy_1.7.3-1.dsc
tomboy_1.7.3-1_amd64.deb
  to main/t/tomboy/tomboy_1.7.3-1_amd64.deb
tomboy_1.7.3.orig.tar.bz2
  to main/t/tomboy/tomboy_1.7.3.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/e1qt5fs-0006in...@franck.debian.org



  1   2   >