Bug#701074: ITP: ruby-ox -- a fast XML parser and object marshaller for Ruby

2013-02-21 Thread Paul van Tilburg
Package: wnpp
Severity: wishlist
Owner: Paul van Tilburg pau...@debian.org

* Package name: ruby-ox
  Version : 1.8.8
  Upstream Author : Peter Ohler pe...@ohler.com
* URL : http://www.ohler.com/ox/
* License : 3-clause BSD
  Programming Lang: C, Ruby
  Description : a fast XML parser and object serializer for Ruby

Optimized XML (Ox), as the name implies, was written to provide speed
optimized XML handling.  It was designed to be an alternative to Nokogiri
and other Ruby XML parsers for generic XML parsing and as an alternative to
Marshal for Object serialization.

Ox handles XML documents in three ways. It is a generic XML parser and
writer, a fast Object / XML marshaller, and a stream SAX parser.


-- 
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/20130221101716.31740.97434.report...@entropy.luon.net



Bug#701073: ITP: liblucene-net3.0-cil -- .net port of the lucence search engine

2013-02-21 Thread Daniel Hughes
Package: wnpp
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: liblucene-net3.0-cil
  Version : 3.0.3
  Upstream Author : The Apache Software Foundation someb...@example.org
* URL : http://lucenenet.apache.org/
* License : Apache-2.0
  Programming Lang: C#
  Description : .net port of the lucence search engine


-- 
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/CAC5vxh2E-Zkfpj=rZpcedJt4Q1mudKb+NHa1c3KpHG6b0P=3...@mail.gmail.com



detailed lists with archive contents - more than just Contents

2013-02-21 Thread Andreas Beckmann
Hi,

recent discussion (e.g. w.r.t. jquery.js) has shown that Contents files
as is are not really suitable as a source for reporting bugs.
On my side I'd like to do further analysis on symlink vs. directory
conflicts and conffile takeovers (that may possibly corrupt the dpkg
database).

What would be much more helpful for archive wide problem analysis
(without requiring you to download and unpack the whole archive)
would be a full-detail list of all package content:

* package
* fullpathname
* type (file, directory, symlink, ...)
* owner
* group
* permissions
* size (for regular files)
* symlink target (for symlinks)
* md5sum (for regular files)
* marked-as-conffile
* ...

In addition to this there could be additional lists for e.g.
* alternatives
* diversions
* ucf handled configuration files
* files/directories created by maintainer scripts
* ...
these would need to be generated by separate tools (and usually require
installing the packages) and can be used to find more possible
conflicting points between packages.


Do such lists already exist?
Are there tools to generate them?


Andreas


-- 
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/51262258.6000...@debian.org



Re: detailed lists with archive contents - more than just Contents

2013-02-21 Thread Paul Wise
For duplicate file detection, there is now the Debian duplication
detector (still importing the archive):

http://dedup.debian.net/

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/caktje6hawrwv+qjowstx1oqtagmm9rydcsx0vq+3-jwdshb...@mail.gmail.com



Re: detailed lists with archive contents - more than just Contents

2013-02-21 Thread Stefano Zacchiroli
On Thu, Feb 21, 2013 at 09:54:54PM +0800, Paul Wise wrote:
 For duplicate file detection, there is now the Debian duplication
 detector (still importing the archive):
 
 http://dedup.debian.net/

Neat!

Helmut, can you please add a footer to every dedup.d.n page stating: who
is in charge of the service, where the source code / VCS is, and what's
the preferred way to give feedback / report bugs?

It's a good practice, it shows the world we dogfood (use free software
infrastructure parts to develop Debian!), and experience shows that it
will also make easier to find other contributors ;-)

(And if you find other services lacking such information, bug them!)

TIA!
Cheers.
-- 
Stefano Zacchiroli  . . . . . . .  z...@upsilon.cc . . . . o . . . o . o
Maître de conférences . . . . . http://upsilon.cc/zack . . . o . . . o o
Debian Project Leader . . . . . . @zack on identi.ca . . o o o . . . o .
« the first rule of tautology club is the first rule of tautology club »


signature.asc
Description: Digital signature


Re: realise diff-updates with dpkg

2013-02-21 Thread iceWave IT
 A DNSBL is the traditional solution for blacklists, why are you
 putting your blacklist in a .deb?

I meant blacklists specially for squidguard. That are hughe files with
domains / URLs inside. So e.g. porn could be blocked in your network.


 What if a node misses an update, then?
 And what if it's not turned on for a month, or gets restored from an old
backup?

DPKG does nothing than execute the postinst script - in DEBIAN/control is
information about from which to which version this Updates works (e.g. from
Version 1 to Version 2) - if the actual Version is 0.9 DPKG cant execute
the script because there is not the right Version installed. To know which
update has to be installed an front end like aptittue has to know which
updates are avivable and gets this updates. If the client was for a long
time offline the front end maybe doesn't find all updates to update from
the installed version to the actual version, so the complete package has to
be downloaded again.


Re: detailed lists with archive contents - more than just Contents

2013-02-21 Thread Helmut Grohne
Since Paul Wise advertised dedup.debian.net already, I have a few more
bits.

This was an afternoon proof-of-concept thingy that kind of accidentally
got a debian.net pointer, but so be it. It seems to be somewhat useful.
The service basically records checksums of all regular files in Debian
sid main and provides a web interface to this database.

On Thu, Feb 21, 2013 at 02:34:16PM +0100, Andreas Beckmann wrote:
 What would be much more helpful for archive wide problem analysis
 (without requiring you to download and unpack the whole archive)
 would be a full-detail list of all package content:
 
 * package
 * fullpathname
Both stored.
 * type (file, directory, symlink, ...)
Everything except regular files (even hard links) is ignored.
 * owner
 * group
 * permissions
Missing, but easily extensible.
 * size (for regular files)
Stored. 
 * symlink target (for symlinks)
Missing.
 * md5sum (for regular files)
Currently storing sha512, but easily changeable.
 * marked-as-conffile
 * ...
Missing.

 Are there tools to generate them?

The software is available in
git://murkel.subdivi.de/~helmut/debian-dedup.git, but currently lacks
any documentation. (Hey it was just a proof-of-concept, right?)

All data is obtained by examining binary packages and stored in a sqlite
database. I am currently importing sid main. A snapshot of the database
at a time where letters a till libm were imported is available at
http://murkel.subdivi.de/~helmut/dedup.sql.gz (175MB). I intend to
replace this dump with a larger one once the import is complete.

And finally to answer Zack's mail: I added the missing service
information in git, but I need to wait with deploying until the import
run is complete.

So yeah, bug reports, comments and of course patches are welcome.

Helmut


-- 
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/20130221144819.ga13...@alf.mars



Re: detailed lists with archive contents - more than just Contents

2013-02-21 Thread Stefano Zacchiroli
On Thu, Feb 21, 2013 at 03:48:20PM +0100, Helmut Grohne wrote:
 The software is available in
 git://murkel.subdivi.de/~helmut/debian-dedup.git, but currently lacks
 any documentation. (Hey it was just a proof-of-concept, right?)
 
 All data is obtained by examining binary packages and stored in a sqlite
 database. I am currently importing sid main. A snapshot of the database
 at a time where letters a till libm were imported is available at
 http://murkel.subdivi.de/~helmut/dedup.sql.gz (175MB). I intend to
 replace this dump with a larger one once the import is complete.
 
 And finally to answer Zack's mail: I added the missing service
 information in git, but I need to wait with deploying until the import
 run is complete.

Great stuff Helmut, thanks!

Cheers.
-- 
Stefano Zacchiroli  . . . . . . .  z...@upsilon.cc . . . . o . . . o . o
Maître de conférences . . . . . http://upsilon.cc/zack . . . o . . . o o
Debian Project Leader . . . . . . @zack on identi.ca . . o o o . . . o .
« the first rule of tautology club is the first rule of tautology club »


signature.asc
Description: Digital signature


Bug#701101: ITP: postgresql-hll -- HyperLogLog extension for PostgreSQL

2013-02-21 Thread Cyril Bouthors
Package: wnpp
Owner: Cyril Bouthors c...@debian.org
Severity: wishlist

* Package name: postgresql-hll
  Version : 2.7
  Upstream Author : Timon Karnezos timon.karne...@gmail.com
* URL or Web page : https://github.com/aggregateknowledge/postgresql-hll
* License : Apache License 2.0
  Description : HyperLogLog extension for PostgreSQL

This Postgres module introduces a new data type `hll` which is a HyperLogLog
data structure. HyperLogLog is a **fixed-size**, set-like structure used for
distinct value counting with tunable precision. For example, in 1280 bytes `hll`
can estimate the count of tens of billions of distinct values with only a few
percent error.

In addition to the algorithm proposed in the original paper, this implementation
is augmented to improve its accuracy and memory use without sacrificing much
speed. See below for more details.
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' 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/87sj4pg0rx@lenovo.isvtec.com



Re: Bug#700630: ITP: gitorious -- Git based tool for collaborating on distributed open source projects

2013-02-21 Thread Mike Gabriel

Hi Praveen,

On Mo 18 Feb 2013 14:47:06 CET Praveen A wrote:


[adding debian-ruby list]

2013/2/18 Mike Gabriel mike.gabr...@das-netzwerkteam.de:

No, no idea about gitlab. The packaging of gitorious will be my first
package under the ruby team's umbrella, so I am pretty new to that team.

Maybe someone else has a clue...


Thanks Mike for taking this up. It was in my wishlist too once I get
diaspora packaged.


You are welcome. I will be very busy during the next two weeks, but  
after that, I will start on the packaging. I am already in contact  
with Gitorious upstream and I will invite them to Cc: to #700630 when  
we communicate.



You can see the status of diaspora and gitlab packaging efforts at
http://people.debian.org/~boutil/


Ah. Good.


The graphs are generated using scripts written by Cedric
https://gitorious.org/debian-diaspora/gemdeps


Ack.


You may start with generating a dependency graph for gitorious. Some
of the dependencies might already be packaged for diaspora or gitlab.
Looking forward to working with you.


Gitorious upstream is about to release Gitorious v3 (based on Rails  
v3.2). So, I am pondering to directly take this path and leave  
Gitorious 2.x behind...


Greets,
Mike




--

DAS-NETZWERKTEAM
mike gabriel, rothenstein 5, 24214 neudorf-bornstein
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpD5ULc_h97u.pgp
Description: Digitale PGP-Unterschrift


Bug#701103: ITP: libanyevent-yubico-perl -- AnyEvent based Perl module for validating YubiKey OTPs

2013-02-21 Thread Dain Nilsson
Package: wnpp
Severity: wishlist
Owner: Dain Nilsson d...@yubico.com

* Package name: libanyevent-yubico-perl
  Version : 0.9.1
  Upstream Author : Yubico Open Source Maintainers ossma...@yubico.com
* URL : https://github.com/Yubico/yubico-perl-client
* License : BSD-2-clause
  Programming Lang: Perl
  Description : AnyEvent based Perl module for validating YubiKey OTPs

Perl module for validating YubiKey OTPs (One Time Passwords) against a server 
running the Yubico Validation Protocol v2.0, such as Yubico's YubiCloud, or 
a locally installed server. Uses AnyEvent to provide both blocking and 
non-blocking methods for validation. Though AnyEvent is used internally by 
the module, the calling code is not required to use it.


-- 
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/20130221160556.10142.96001.reportbug@ubuntu



Re: Getting Intel Cedarview drivers into Debian

2013-02-21 Thread Carlos Alberto Lopez Perez
On 21/12/12 14:23, Mikko Rasa wrote:
 Hi Debian developers,
 
 I'm working as a consultant on a project to develop drivers for the
 PowerVR graphics processor in the Cedarview family of Intel Atom
 microprocessors in a Debian environment.  The current target is Wheezy,
 and Intel wishes to get the drivers into the official distribution.
 
 What they've failed to take into account is that Wheezy is currently
 frozen in preparation of release, so I'm more than a bit skeptical of
 getting a new package in (I was only brought in to the project very
 recently).  However, I promised to ask you about this, so here we go.
 
 It should be noted that due to licensing issues, the driver will be
 closed source.  The kernel component is under the GPL, so a dkms package
 will be made.
 
 There's also one kernel patch that needs to be applied to Wheezy's
 kernel for the driver to function.  The patch has been accepted to the
 mainline kernel, and my understanding is that it's included in the 3.7
 release[1].
 
 On to questions:
 
 1. Is there any possibility of getting the drivers in the initial Wheezy
 release?  If so, what needs to happen on our end?
 
 2. What about a subsequent update to Wheezy?  I wasn't able to find
 information on what kinds of changes are permitted.
 
 3. Neither us nor Intel has any Debian developers on our respective
 payrolls.  What's the best approach for maintaining the package?  Should
 someone from Intel become a maintainer, or are there some existing
 developers or maintainers that can take responsibility of the package
 after the initial work is complete?
 
 [1]
 http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=ac207ed2471150e06af0afc76e4becc701fa2733
 
 

Hi!

Has been there any progress related to this?

Ubuntu 12.04 has this drivers already packaged. You can take their
packages and adapt them to Debian Wheezy.

http://packages.ubuntu.com/precise-updates/cedarview-drm
http://packages.ubuntu.com/precise-updates/cedarview-graphics-drivers
http://packages.ubuntu.com/precise-updates/libva-cedarview-vaapi-driver


Unfortunately Ubuntu packages won't work on Debian Wheezy because the
binary blob for the Xorg driver (cedarview-graphics-drivers) is linked
with glibc 2.15 and Wheezy has 2.13.


I would be interested in testing any package that you may have for
Wheezy. Just let me know about it.


Regards!



signature.asc
Description: OpenPGP digital signature


Re: detailed lists with archive contents - more than just Contents

2013-02-21 Thread Paul Gevers
[You set mail-follow-up to debian-devel, so here it goes to the list.]

On 21-02-13 15:48, Helmut Grohne wrote:
 So yeah, bug reports, comments and of course patches are welcome.

This indeed looks very useful. However, I don't think it is really
useful to trigger on common changelog and copyright files from the same
source package as they indeed usually are the same, which is fine of course.

Paul



signature.asc
Description: OpenPGP digital signature


Re: detailed lists with archive contents - more than just Contents

2013-02-21 Thread Joerg Jaspert
On 13129 March 1977, Helmut Grohne wrote:

 This was an afternoon proof-of-concept thingy that kind of accidentally
 got a debian.net pointer, but so be it. It seems to be somewhat useful.
 The service basically records checksums of all regular files in Debian
 sid main and provides a web interface to this database.

You may want to join #debian-ftp on irc.debian.org and discuss with us.
We already have to unpack each and every .deb when we install it into
the archive.

Gathering more data and then writing it wherever accessible is not hard
to do, and usually the better thing to do (after the poc stage) than
having it run elsewhere and redo it all and again. :)

-- 
bye, Joerg
They didn’t have any aspirin, so I got you some cigarettes.


--
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/877gm1xyhz@gkar.ganneff.de



Re: detailed lists with archive contents - more than just Contents

2013-02-21 Thread Helmut Grohne
On Thu, Feb 21, 2013 at 07:05:08PM +0100, Paul Gevers wrote:
 This indeed looks very useful. However, I don't think it is really
 useful to trigger on common changelog and copyright files from the same
 source package as they indeed usually are the same, which is fine of course.

Answering this one since it has come up a number of times now. The
mentioning of duplicate changelogs is kind of intentional. This is more
of a diagnostic tool than highlighting errors. In fact there is nothing
inherently wrong with shipping the same file in different packages. It
might be an opportunity to easily save some bytes, but maybe not. dedup
just presents the raw numbers. If your duplicated changelog makes up
half of the package, then maybe a -common could help here? Reading these
numbers clearly needs some experience and I am just starting to gain
that experience. To me the attempt to filter out common cases appears to
be highly prone of false negatives. My current rule of thumb goes like:
If the sharing is less than 1MB or less than 10% it is probably not
worth looking at. And that pretty much filters out 90% of the changelogs
as well. That said other queries might be interesting to look at, but I
would like to avoid complex rules.

Helmut


-- 
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/20130221211950.ga3...@alf.mars



Bug#701129: ITP: haskell-fingertree -- Generic finger-tree data structure implementation in Haskell

2013-02-21 Thread Masayuki Hatta
Package: wnpp
Severity: wishlist
Owner: Masayuki Hatta mha...@gmail.com

* Package name: haskell-fingertree
  Version : 0.0.1.1
  Upstream Author : Ross Paterson r...@soi.city.ac.uk and Ralf Hinze
* URL : http://hackage.haskell.org/package/fingertree
* License : BSD
  Programming Lang: Haskell
  Description : Generic finger-tree data structure implementation in Haskell

This Haskell library provides a general sequence representation with 
arbitrary annotations, for use as a base for implementations of
various collection types.


-- 
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/20130221230147.1614.48928.report...@xanadu.mhatta.org



Re: realise diff-updates with dpkg

2013-02-21 Thread Paul Wise
I don't know how big your squidguard blacklists are (its a good idea
to include details when asking questions), but the largest one I could
find was 20MB, much smaller than some of the packages I maintain in
Debian, let alone the largest package in Debian. Anyway, rsync sounds
like the most appropriate mechanism to transfer these particular
databases.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAKTje6EXT6=9dwbfjzvcrf-fy7qdn5s3wpex3tuf5_a0nkx...@mail.gmail.com



Work-needing packages report for Feb 22, 2013

2013-02-21 Thread wnpp
The following is a listing of packages for which help has been requested
through the WNPP (Work-Needing and Prospective Packages) system in the
last week.

Total number of orphaned packages: 532 (new: 2)
Total number of packages offered up for adoption: 140 (new: 0)
Total number of packages requested help for: 62 (new: 0)

Please refer to http://www.debian.org/devel/wnpp/ for more information.



The following packages have been orphaned:

   dds2tar (#701029), orphaned yesterday
 Description: Tools for using DDS features of DAT drives with GNU tar
 Installations reported by Popcon: 82

   hotot (#700654), orphaned 6 days ago
 Description: lightweight microblogging client
 Installations reported by Popcon: 393

530 older packages have been omitted from this listing, see
http://www.debian.org/devel/wnpp/orphaned for a complete list.



No new packages have been given up for adoption, but a total of 140 packages
are awaiting adoption.  See http://www.debian.org/devel/wnpp/rfa_bypackage
for a complete list.



For the following packages help is requested:

   apt-xapian-index (#567955), requested 1116 days ago
 Description: maintenance tools for a Xapian index of Debian packages
 Installations reported by Popcon: 62364

   asymptote (#517342), requested 1455 days ago
 Description: script-based vector graphics language inspired by
   MetaPost
 Installations reported by Popcon: 4178

   athcool (#278442), requested 3040 days ago
 Description: Enable powersaving mode for Athlon/Duron processors
 Installations reported by Popcon: 62

   balsa (#642906), requested 515 days ago
 Description: An e-mail client for GNOME
 Installations reported by Popcon: 774

   bastille (#592137), requested 929 days ago
 Description: Security hardening tool
 Installations reported by Popcon: 186

   cardstories (#624100), requested 668 days ago
 Description: Find out a card using a sentence made up by another
   player
 Installations reported by Popcon: 10

   chromium-browser (#583826), requested 998 days ago
 Description: Chromium browser
 Installations reported by Popcon: 12421

   debtags (#567954), requested 1116 days ago
 Description: Enables support for package tags
 Installations reported by Popcon: 2444

   doc-central (#566364), requested 1125 days ago
 Description: web-based documentation browser
 Installations reported by Popcon: 203

   fbcat (#565156), requested 1135 days ago
 Description: framebuffer grabber
 Installations reported by Popcon: 149

   flightgear (#487388), requested 1706 days ago
 Description: Flight Gear Flight Simulator
 Installations reported by Popcon: 806

   freeipmi (#628062), requested 637 days ago
 Description: GNU implementation of the IPMI protocol
 Installations reported by Popcon: 2214

   gnat-4.4 (#539633), requested 1773 days ago
 Description: backport bug fixes from trunk (GCC 4.5)
 Installations reported by Popcon: 2074

   gnat-gps (#496905), requested 1638 days ago
 Description: co-maintainer needed
 Installations reported by Popcon: 461

   gnokii (#677750), requested 250 days ago
 Description: Datasuite for mobile phone management
 Installations reported by Popcon: 2205

   gnupg (#660685), requested 367 days ago
 Description: GNU privacy guard - a free PGP replacement
 Installations reported by Popcon: 134477

   golang (#668870), requested 312 days ago
 Description: Go programming language compiler - metapackage
 Installations reported by Popcon: 514

   gpa (#663405), requested 348 days ago
 Description: GNU Privacy Assistant (GPA)
 Installations reported by Popcon: 512

   gradle (#683666), requested 203 days ago
 Description: Groovy based build system
 Installations reported by Popcon: 29

   grub2 (#248397), requested 3209 days ago
 Description: GRand Unified Bootloader
 Installations reported by Popcon: 125898

   hfsprogs (#557892), requested 1184 days ago
 Description: mkfs and fsck for HFS and HFS+ file systems
 Installations reported by Popcon: 1327

   horde4 (#686007), requested 178 days ago
 Description: web-based groupware and other applications

   hotkey-setup (#483107), requested 1731 days ago
 Description: auto-configures laptop hotkeys
 Installations reported by Popcon: 2875

   irssi-scripts (#663577), requested 346 days ago
 Description: collection of scripts for irssi
 Installations reported by Popcon: 1244

   isdnutils (#661110), requested 363 days ago
 Description: ISDN utilities
 Installations reported by Popcon: 8282

   jove (#470185), requested 1810 days ago
 Description: Jonathan's Own Version of Emacs - a compact, 

Accepted d-push 2.0.7-1 (source all)

2013-02-21 Thread Wolfram Quester
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 20 Feb 2013 22:12:15 +0100
Source: d-push
Binary: d-push
Architecture: source all
Version: 2.0.7-1
Distribution: unstable
Urgency: low
Maintainer: Wolfram Quester wo...@sigxcpu.org
Changed-By: Wolfram Quester wo...@sigxcpu.org
Description: 
 d-push - open source implementation of the ActiveSync protocol
Changes: 
 d-push (2.0.7-1) unstable; urgency=low
 .
   * [5dad554] Imported Upstream version 2.0.7
   * [29235d0] adapt debian patches to new upstream version
   * [df825b5] fix permissions of script files which are not called directly
   * [c3bb49b] adapt version file to new upstream version
   * [d35b681] Add lintian override for version file
   * upload sponsored by Guido Günther a...@debian.org, many thanks to him
Checksums-Sha1: 
 8a8634314b4766384b8122a78b8368dc7ebc3748 1171 d-push_2.0.7-1.dsc
 f344dd66bdb1a104905fdaef0e9c1f94e010c7ac 432012 d-push_2.0.7.orig.tar.gz
 7358499758979a0288573b7b5b95a2414c8b6ccf 29008 d-push_2.0.7-1.diff.gz
 3b83b6690e95ea1d5cd445c1348297bdb6391901 439466 d-push_2.0.7-1_all.deb
Checksums-Sha256: 
 27946d57f9ac48535c0c81d59edad4a2492d614c7a0a5caaa1c14bdde093d2a8 1171 
d-push_2.0.7-1.dsc
 026528a7ab5d3c4b678b18e35404026da31ca81200a08c3735417b28e3ab2865 432012 
d-push_2.0.7.orig.tar.gz
 511b3e1e5502f48ab26dbd95aa1c95dfb1304c2c6a4c5220f058f58ac365597d 29008 
d-push_2.0.7-1.diff.gz
 5490980ce81542ffe0af4f6ad23bfb88f9051da28dfa14d6929c423683953a9d 439466 
d-push_2.0.7-1_all.deb
Files: 
 e37c7ba7f4560041f7e450ff4b5f111d 1171 web extra d-push_2.0.7-1.dsc
 b0dd7f6da6b6d6bac49266cca28a4140 432012 web extra d-push_2.0.7.orig.tar.gz
 3c0c9b9c4c2a4242bc273478ad9fc8db 29008 web extra d-push_2.0.7-1.diff.gz
 bd8d0278b3a11a1d7aa3e3d50dc4374d 439466 web extra d-push_2.0.7-1_all.deb

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

iD8DBQFRJdCWn88szT8+ZCYRAo+1AJ9cUP8S7RB9a1yALJfj0iC3euhNyACfeyqS
XioXXCcey0RF3aDxGPlX6Jo=
=geOa
-END PGP SIGNATURE-


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



Accepted foo2zjs 20130220dfsg0-1 (source amd64 all)

2013-02-21 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 21 Feb 2013 08:29:02 +0100
Source: foo2zjs
Binary: printer-driver-foo2zjs foo2zjs
Architecture: source amd64 all
Version: 20130220dfsg0-1
Distribution: experimental
Urgency: low
Maintainer: Debian Printing Team debian-print...@lists.debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 foo2zjs- transitional dummy package for foo2zjs printer driver
 printer-driver-foo2zjs - printer driver for ZjStream-based printers
Changes: 
 foo2zjs (20130220dfsg0-1) experimental; urgency=low
 .
   * New 20130220 upstream release. (LP: #1130918)
 - Install new printer's PPDs
 .
   * DFSG repack (no changes from previous releases).
 - remove binary file c5200mono.prn
 - remove crd/qpdl/CLP* , because copyright is unclear
 .
   * Refresh all patches.
Checksums-Sha1: 
 55904fd7889f91198b5105b8e771012fcecd8195 1953 foo2zjs_20130220dfsg0-1.dsc
 9bd49397d55fbe01e8f29240430ed711e7ec977b 544604 
foo2zjs_20130220dfsg0.orig.tar.xz
 27a2f0fed5d2b0879f32465b61dfb1b326b09c30 25327 
foo2zjs_20130220dfsg0-1.debian.tar.gz
 98f0f10a4d0164eb08262458a5af6dc2fc6faa16 1101476 
printer-driver-foo2zjs_20130220dfsg0-1_amd64.deb
 7fd7cb48e8499bf5952f8139258b6f39f1ccac1d 28958 foo2zjs_20130220dfsg0-1_all.deb
Checksums-Sha256: 
 f0c04288dc205aa05fa35acb93f5db3ee763c433c9ec125bc3e1105af7d85fcf 1953 
foo2zjs_20130220dfsg0-1.dsc
 45e5c41b4b19ec57685fa6990cb48f60ed600c37268275f681a254302f1c5eef 544604 
foo2zjs_20130220dfsg0.orig.tar.xz
 c60a31914d6314e6c9ba01d61e0c15284888e6d584bfee4b8e89c8c6ce307338 25327 
foo2zjs_20130220dfsg0-1.debian.tar.gz
 6a1f3c4c6989ef500d88a85db479c126892f40cb263db2aa58b214ca3d4fe1f6 1101476 
printer-driver-foo2zjs_20130220dfsg0-1_amd64.deb
 5972485a762fcc68fc36ce6a8a7be28d4b6092dac52a2952c9539ef53ab070b2 28958 
foo2zjs_20130220dfsg0-1_all.deb
Files: 
 189a57d2ab855b5af0d946a485f6690f 1953 text optional foo2zjs_20130220dfsg0-1.dsc
 f248453504e1c91bb5412962170c42ea 544604 text optional 
foo2zjs_20130220dfsg0.orig.tar.xz
 415b36e428736bdc529b9fc9743d2870 25327 text optional 
foo2zjs_20130220dfsg0-1.debian.tar.gz
 f70e6a5007cc67aaf561faf704313105 1101476 text optional 
printer-driver-foo2zjs_20130220dfsg0-1_amd64.deb
 fc9030263da7ff56d818aa59f5364c7a 28958 oldlibs extra 
foo2zjs_20130220dfsg0-1_all.deb

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

iQGcBAEBCAAGBQJRJdWOAAoJEIvPpx7KFjRVupMMAJOoGWdhXzlP7+3YwoHhrqmr
G3dZ3R91sKhQVsgi83JuPUCk/zyXZ76IyXF7XLbaPPME3i+a3S5vK9O+CiEhCSCS
Z+iK36hDZJYkqf8z0XwHihcfYToiqwDgc6QY4ZK9h7TNRmPjNs6Gg/QHdogpQqSi
Q2hg0SuDjOhxBxzhKYu3v0ChkS25lIFJ86nqV2HzQJqMZqLwOZnskJ4zEbzllcmw
odXp8tOnfuE183hG8+reEY4ycz5RxZjQ+9Uq+Ve63SbCp3LcbULjibClM3xitPbB
eLC6u4DXGTwdWQJqkf6VMv0//wA7lbRSjeLydf0xiKTZawBIa676RTDk4uvC+XLm
mAmyqxwka6IkpFKz8nZmYImf0yw2RE1uQN2RMIVPELlyNtS8T9WTOsapO6PFRf+t
SHGr1KqysCfARC/VjJOS0AE7ZQGuaudWRL/twGFW3PNF/ZN1SxPCePZcTg8j8QJc
uuSKQgG3pR6En5pqvP0lPrBOEuEvcc/8h2z1cz9saA==
=WNBD
-END PGP SIGNATURE-


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



Accepted ninja-build 1.1.0-1 (source amd64)

2013-02-21 Thread Gary Kramlich
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 19 Feb 2013 22:40:55 -0600
Source: ninja-build
Binary: ninja-build
Architecture: source amd64
Version: 1.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Gary Kramlich g...@reaperworld.com
Changed-By: Gary Kramlich g...@reaperworld.com
Description: 
 ninja-build - small build system closest in spirit to Make
Closes: 695670 700334
Changes: 
 ninja-build (1.1.0-1) unstable; urgency=low
 .
   [ Gary Kramlich ]
   * New upstream release. Closes: #700334
   * Turned on verbose build flag (Closes: #695670)
   * Install the bash completion and zsh completion scripts
   * Install the vim and emacs syntax files
 .
   [ Mathieu Malaterre ]
   * Bump Std-Vers to 3.9.4, no changes needed
Checksums-Sha1: 
 bf11b3585fe9fae3364a99b20e0b942f9d652a31 1952 ninja-build_1.1.0-1.dsc
 ce37677326997c70da4fe49c1e948aba5b77317f 132503 ninja-build_1.1.0.orig.tar.gz
 a13b61836e2268350e06f4bbaf4d388cb5c296aa 4812 ninja-build_1.1.0-1.debian.tar.xz
 b29db846ab68dad87bae6dfdac7cbf7ba59ad95f 86588 ninja-build_1.1.0-1_amd64.deb
Checksums-Sha256: 
 423dbd9805e83398d36e34183be6e2f656d05376ee9b6da968e8ea38b733c679 1952 
ninja-build_1.1.0-1.dsc
 7c4158106489bf515f9e11a7aff4442af937f4a15f8d3335966887c8f1bdec05 132503 
ninja-build_1.1.0.orig.tar.gz
 5d434eba5275622aa0b51c7f209528615c2b8998195210db0c1d8cf20f646258 4812 
ninja-build_1.1.0-1.debian.tar.xz
 12a7d0d5f5d9819fcf2e8588ff125ab930d5da8c44287fb24e883d379a2d8b5a 86588 
ninja-build_1.1.0-1_amd64.deb
Files: 
 a412a2e917621ba9592b072d6abb82df 1952 devel optional ninja-build_1.1.0-1.dsc
 7f75b673cabf13fc1397914687335d66 132503 devel optional 
ninja-build_1.1.0.orig.tar.gz
 c12557bd7f0abfcf03df02fbee3a887c 4812 devel optional 
ninja-build_1.1.0-1.debian.tar.xz
 b14590d95179eb17cbc0b36e6786 86588 devel optional 
ninja-build_1.1.0-1_amd64.deb

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

iQIcBAEBAgAGBQJRJe9IAAoJEAFx4YKK4JNFSfsP/24ElQcUEUgIWy9p3fV8duWO
vXMyNN5zd/KpoyepVgYNS/Q4drM2xvmqvURpicg04kKZXsGT/H+TcnxPYh1OzEhc
UBNO/ML3QaYInh8bXa/R6DqfDBrMj1D34Hn1sUOK6e20GOu6xX4DhOpP92KL6zuY
Vx03fd0VMBZzoaDSNf6jpEg9q6RfRfSsOdUiBtP6BAaVlVf8sdeZzkp4gXNgY1Rp
PSs2V5l6FoHGzR1vKiIhc2YFUyAjeFdfo49MzY7oFGQJJA6KhtuIHipy0HK73Jh2
eiCXknTsBPgpASND4FnAg7BpBbYwSAd0uY7rFtId70iXvLEHhtjvFqXRv2XkHpT9
GmsHlnojUVum7NIuvlcqwqHyo7Pol8HXSn5kNI4CS5ffCuMIY65ywQ4i+cyWGS/s
stBAOwBgjqExu4jbOrCde1VhY2C6znPHlh4E3ZpDbGuXVodAjQ46rTwAm/YogRjP
Dd2jK66x07lqqIDTZJnS78+K2cCnFZXVM4yq96BZa3lgllmOvJRZICgJlLTx3B4L
lzLYjOlB6qxPV9bUgNfC09UahSKf3jmO4PtG7P0kMnW1/2BfVvxjCmrlY7TIl1fk
2fgoSna7k+ePyRkRTFTDTofsKV0ZHaWxLgpl+XoleDj6fo6+ac9GHfdF3WsqcT3d
9JxvXbu0uU+9ca8Lp33h
=vPXt
-END PGP SIGNATURE-


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



Accepted pygame 1.9.2~pre~r3189-1 (source amd64)

2013-02-21 Thread Vincent Cheng
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 21 Feb 2013 00:23:03 -0800
Source: pygame
Binary: python-pygame python3-pygame
Architecture: source amd64
Version: 1.9.2~pre~r3189-1
Distribution: experimental
Urgency: low
Maintainer: Ed Boraas e...@debian.org
Changed-By: Vincent Cheng vincentc1...@gmail.com
Description: 
 python-pygame - SDL bindings for games development in Python (Python 2)
 python3-pygame - SDL bindings for games development in Python (Python 3)
Closes: 698169 700997
Changes: 
 pygame (1.9.2~pre~r3189-1) experimental; urgency=low
 .
   * New upstream hg snapshot (rev 3189).
   * Avoid potentially overriding a symlink in python3.2-dev. (Closes: #700997)
   * Generate correct versioned dependency on python-numpy following ABI change
 using the dh_numpy and dh_numpy3 helpers. (Closes: #698169)
 - Add build-depends on python3-numpy.
   * Fix a number of failing tests that rely on pygame being tested with OpenGL
 and a graphical display available, as well as audio/video devices.
   * Remove deprecated DMUA flag in debian/control.
   * Fix lintian tag vcs-field-not-canonical.
   * Update Standards version from 3.9.3 to 3.9.4, no updates required.
Checksums-Sha1: 
 e9026aad29094386cc60411fdcf5c395ee15821c 2431 pygame_1.9.2~pre~r3189-1.dsc
 a07259bd1ffbe5314ad65e1dc364720103832eb5 2808565 
pygame_1.9.2~pre~r3189.orig.tar.gz
 55e96d7eb015df6169b2169367b4349025c2d55a 12922 
pygame_1.9.2~pre~r3189-1.debian.tar.gz
 c7bd3537e925a885a472b59ff79a18af0934b30e 3784426 
python-pygame_1.9.2~pre~r3189-1_amd64.deb
 2686d8d200345e89eb963b0bde8f2d4a392840e5 2490108 
python3-pygame_1.9.2~pre~r3189-1_amd64.deb
Checksums-Sha256: 
 07ef33e6d14f6499e80691939dd20a00154a483c069b5163a6b664404622 2431 
pygame_1.9.2~pre~r3189-1.dsc
 5586637eff67c02b5c854ca7adc071196e27e2ba3f937d73a8df6e9949a2a5ab 2808565 
pygame_1.9.2~pre~r3189.orig.tar.gz
 da2ce39cee476fcd341846f3915905b9bfeb9bc8c779553497a615a6e17ddbc2 12922 
pygame_1.9.2~pre~r3189-1.debian.tar.gz
 9d0efd89322ddca03a6bfaa81712264facfd609084931b1ba4fd0fe21926d974 3784426 
python-pygame_1.9.2~pre~r3189-1_amd64.deb
 f2f9ba9196a0266561b85715a580cf273a654bc66be1bf60a3174a7bb26412b8 2490108 
python3-pygame_1.9.2~pre~r3189-1_amd64.deb
Files: 
 b20d5fa78d277c53306cb6ce5c3ce823 2431 python optional 
pygame_1.9.2~pre~r3189-1.dsc
 bec8face76396a3a5307fedfc588f96c 2808565 python optional 
pygame_1.9.2~pre~r3189.orig.tar.gz
 fbbf4e8caf50a633bd01a4119fe58a43 12922 python optional 
pygame_1.9.2~pre~r3189-1.debian.tar.gz
 e6fcc9ee5796ecbfc6471e2092b490ad 3784426 python optional 
python-pygame_1.9.2~pre~r3189-1_amd64.deb
 607693e731544b31211f933653ed86a9 2490108 python optional 
python3-pygame_1.9.2~pre~r3189-1_amd64.deb

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

iQIcBAEBCAAGBQJRJfO+AAoJEI7tzBuqHzL/OegP/j005vYAJd/b2YefO6j+AXBP
Z48PSTJsFV6UwJreAv+73ubQHWPDHYjV/1Uba6xrapDmdCY2bo/bSbEe1r31TpFf
5VSv9tAtY6/yYGcHeAd5eEdURXKpQDzssc+swfb5Qg8GmuBKxRWfZy+QcJgJVOTS
1LT5iBf9qky4hvob9xxq2MFlHhWFPVb0DUdas41PHHvvykcTqT896PGxssN7cg1Z
HAMcjaQlvt5bRpDLzAe0RMTKO6etHBl8lq7ZBBVIarncOzZTb2qTkbH8ka63Vh2x
A2EiEdoo7mGFP2lQXNDqFZPhJPoikD8dZhrGBllJYxtKfsKZuq0mmfQx6qzD4hMm
X8pvClyiDiaQ8IBb6HTHVWA9UuimpN2hXAnHN/BCvqwvs1bDaWcxAchDhKBkuwxV
UgRbp48y9wkyCLVYVpwlA93AdnpU7hTyXIexBKuxDFGR0LtrDIcu+ZEFjcd3GvUA
5Km7bNBSrJcAe1pASxIX1naw08hSnJMHmkm0W9KwTBOZ+EN1vRh++SGDOtYx0jHO
ijE9yetEvTYhYdEG9UOFpFaz0QxdA5VQT1eu1zzikbsuQfzMWgyB0jsIyhoqjTPJ
ToiaOf5TQF3KuUR0gxVfgiVI2AFEfdn0LnMoJddzlxd9oWzjxjpGGL7cuc8qsmoT
6N8BXo+/6zSQAAvuxqqC
=C3o6
-END PGP SIGNATURE-


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



Accepted rsh-redone 85-2 (source amd64)

2013-02-21 Thread Guus Sliepen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 21 Feb 2013 12:38:42 +0100
Source: rsh-redone
Binary: rsh-redone-server rsh-redone-client
Architecture: source amd64
Version: 85-2
Distribution: unstable
Urgency: low
Maintainer: Guus Sliepen g...@debian.org
Changed-By: Guus Sliepen g...@debian.org
Description: 
 rsh-redone-client - Reimplementation of rsh and rlogin
 rsh-redone-server - Reimplementation of rshd and rlogind
Closes: 641408
Changes: 
 rsh-redone (85-2) unstable; urgency=low
 .
   * Bump Standards-Version.
   * Apply patch from Colin Watson fixing the order in which the libraries are
 linked. Closes: #641408
   * Enable hardening flags.
   * Depend on ${misc:Depends}.
   * Leave read permissions on the setuid binaries.
   * Add lintian overrides for the setuid binaries.
Checksums-Sha1: 
 ad28cf0e7f54a3f3329bccd37cc07a46251c78b8 1093 rsh-redone_85-2.dsc
 6d485f8621dc7d78a8be14e9293a16b5e4b9281b 3858 rsh-redone_85-2.diff.gz
 a19328dfe1e151131125df580a9086cb2613d0f3 17134 rsh-redone-server_85-2_amd64.deb
 6801aaefe4b42b55728174d6768e8f683ec49cae 17002 rsh-redone-client_85-2_amd64.deb
Checksums-Sha256: 
 f1da89c62dbdbe5242a11f02f1049ddc2b7c53f1b6a109cc8e4c1bbd03ff2485 1093 
rsh-redone_85-2.dsc
 9d0a582827bba7753f2661dd597bc694d8919a75a80f98bdc6cd7fed40d10bbe 3858 
rsh-redone_85-2.diff.gz
 a53141fef791f94142586234961f81bafba3ee59f637ef53b6f52dd86841262f 17134 
rsh-redone-server_85-2_amd64.deb
 187f37b448e955af86c31afaa1e0e9747fe20759fe309ce513ebe7b60264f9f7 17002 
rsh-redone-client_85-2_amd64.deb
Files: 
 3b8848d433514d6dad9d6b569e61e460 1093 net optional rsh-redone_85-2.dsc
 9736e788e99a2908a855969b2195e291 3858 net optional rsh-redone_85-2.diff.gz
 eb260a0f3c596e4e8f1b590ae0df5794 17134 net optional 
rsh-redone-server_85-2_amd64.deb
 92b8d7723bba7da747c6fcbfa5dec108 17002 net optional 
rsh-redone-client_85-2_amd64.deb

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

iEYEARECAAYFAlEmB1oACgkQAxLow12M2ns86ACgizB5gXXdbF/NR9xsLouEDwfZ
eNQAn1D2KsfLsPP7ysI1gBi9rOEidQP5
=0C6A
-END PGP SIGNATURE-


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



Accepted openjdk-7 7u3-2.1.6-1 (source amd64 all)

2013-02-21 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 21 Feb 2013 03:38:13 +0100
Source: openjdk-7
Binary: openjdk-7-jdk openjdk-7-jre-headless openjdk-7-jre openjdk-7-jre-lib 
openjdk-7-demo openjdk-7-source openjdk-7-doc openjdk-7-dbg icedtea-7-jre-cacao 
icedtea-7-jre-jamvm openjdk-7-jre-zero
Architecture: source amd64 all
Version: 7u3-2.1.6-1
Distribution: unstable
Urgency: high
Maintainer: OpenJDK Team open...@lists.launchpad.net
Changed-By: Matthias Klose d...@ubuntu.com
Description: 
 icedtea-7-jre-cacao - Alternative JVM for OpenJDK, using Cacao
 icedtea-7-jre-jamvm - Alternative JVM for OpenJDK, using JamVM
 openjdk-7-dbg - Java runtime based on OpenJDK (debugging symbols)
 openjdk-7-demo - Java runtime based on OpenJDK (demos and examples)
 openjdk-7-doc - OpenJDK Development Kit (JDK) documentation
 openjdk-7-jdk - OpenJDK Development Kit (JDK)
 openjdk-7-jre - OpenJDK Java runtime, using ${vm:Name}
 openjdk-7-jre-headless - OpenJDK Java runtime, using ${vm:Name} (headless)
 openjdk-7-jre-lib - OpenJDK Java runtime (architecture independent libraries)
 openjdk-7-jre-zero - Alternative JVM for OpenJDK, using Zero/Shark
 openjdk-7-source - OpenJDK Development Kit (JDK) source files
Changes: 
 openjdk-7 (7u3-2.1.6-1) unstable; urgency=high
 .
   * IcedTea7 2.1.5 release:
   * Security fixes:
 - S6563318, CVE-2013-0424: RMI data sanitization.
 - S6664509, CVE-2013-0425: Add logging context.
 - S6664528, CVE-2013-0426: Find log level matching its name or value
   given at construction time.
 - S6776941: CVE-2013-0427: Improve thread pool shutdown.
 - S7141694, CVE-2013-0429: Improving CORBA internals.
 - S7173145: Improve in-memory representation of splashscreens.
 - S7186945: Unpack200 improvement.
 - S7186946: Refine unpacker resource usage.
 - S7186948: Improve Swing data validation.
 - S7186952, CVE-2013-0432: Improve clipboard access.
 - S7186954: Improve connection performance.
 - S7186957: Improve Pack200 data validation.
 - S7192392, CVE-2013-0443: Better validation of client keys.
 - S7192393, CVE-2013-0440: Better Checking of order of TLS Messages.
 - S7192977, CVE-2013-0442: Issue in toolkit thread.
 - S7197546, CVE-2013-0428: (proxy) Reflect about creating reflective
   proxies.
 - S7200491: Tighten up JTable layout code.
 - S7200493, CVE-2013-0444: Improve cache handling.
 - S7200499: Better data validation for options.
 - S7200500: Launcher better input validation.
 - S7201064: Better dialogue checking.
 - S7201066, CVE-2013-0441: Change modifiers on unused fields.
 - S7201068, CVE-2013-0435: Better handling of UI elements.
 - S7201070: Serialization to conform to protocol.
 - S7201071, CVE-2013-0433: InetSocketAddress serialization issue.
 - S8000210: Improve JarFile code quality.
 - S8000537, CVE-2013-0450: Contextualize RequiredModelMBean class.
 - S8000539, CVE-2013-0431: Introspect JMX data handling.
 - S8000540, CVE-2013-1475: Improve IIOP type reuse management.
 - S8000631, CVE-2013-1476: Restrict access to class constructor.
 - S8001235, CVE-2013-0434: Improve JAXP HTTP handling.
 - S8001242: Improve RMI HTTP conformance.
 - S8001307: Modify ACC_SUPER behavior.
 - S8001972, CVE-2013-1478: Improve image processing.
 - S8002325, CVE-2013-1480: Improve management of images.
   * Backports:
 - S7054590: (JSR-292) MethodHandleProxies.asInterfaceInstance()
   accepts private/protected nested interfaces.
 - S7175616: Port fix for TimeZone from JDK 8 to JDK 7.
 - S8002068: Build broken: corba code changes unable to use new
   JDK 7 classes.
 - S8004341: Two JCK tests fails with 7u11 b06.
 - S8005615: Java Logger fails to load tomcat logger implementation (JULI).
   * IcedTea7 2.1.6 release:
 * Security fixes:
 - S8004937, CVE-2013-1484: Improve proxy construction.
 - S8006439, CVE-2013-1485: Improve MethodHandles coverage.
 - S8006446, CVE-2013-1486: Restrict MBeanServer access.
 - S8006777, CVE-2013-0169: Improve TLS handling of invalid messages.
 - S8007688: Blacklist known bad certificate.
   * Backports:
 - S7123519: problems with certification path.
 - S8007393: Possible race condition after JDK-6664509.
 - S8007611: logging behavior in applet changed.
   * Fix font suggestion for indic fonts in wheezy.
   * Fix fontconfig definitions for japanese and korean fonts, fixing
 compilation of the fontconfig file.
   * Add Built-Using: rhino attribute for the -lib package.
   * Don't use concurrent features to rewrite the rhino jar file.
   * Enable class data sharing for the hotspot server VM.
   * Enable bootstrap builds for alpha.
   * Explicitly disable building on mips/mipsel.  Not supported by the
 Debian OpenJDK maintainers, the Debian mips porters, or the Debian
 Java team.
Checksums-Sha1: 
 f5ef699fab53550b24d52a90d81d951aac7716c6 3066 

Accepted almanah 0.10.0-1~exp2 (source amd64)

2013-02-21 Thread Angel Abad
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 21 Feb 2013 13:10:59 +0100
Source: almanah
Binary: almanah
Architecture: source amd64
Version: 0.10.0-1~exp2
Distribution: experimental
Urgency: low
Maintainer: Angel Abad an...@debian.org
Changed-By: Angel Abad an...@debian.org
Description: 
 almanah- Application to ease management of a personal diary
Changes: 
 almanah (0.10.0-1~exp2) experimental; urgency=low
 .
   * debian/rules: Disable compile silent rules
   * Use autotools-dev to update config.sub and config.guess
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
Checksums-Sha1: 
 c9cb1fad940dc7afefc972d2ae43831998aadca7 1488 almanah_0.10.0-1~exp2.dsc
 30d1739a10aec14f7a655e651ce788f0bc1a600b 3786 
almanah_0.10.0-1~exp2.debian.tar.gz
 2f81614764fa06ba2d8f33c52d039f14661dc368 230526 almanah_0.10.0-1~exp2_amd64.deb
Checksums-Sha256: 
 4e6f4771cc083ba818edc69730b16f5f633ef6e1e27097ed0acc99d976849a5c 1488 
almanah_0.10.0-1~exp2.dsc
 1ac470ebf5e45953dc1efc8a23f0df0daa370eb3a00cbdac2aca03ba60cff953 3786 
almanah_0.10.0-1~exp2.debian.tar.gz
 74e932d96ce96bb8dd70ea4cc73a3ba19c784ff990c1b8dc71c067e8a79658a6 230526 
almanah_0.10.0-1~exp2_amd64.deb
Files: 
 4b0fcd6705206b43c7b56dd5c151ab1d 1488 gnome extra almanah_0.10.0-1~exp2.dsc
 a2407f1425eefcd4841c22e585c2bafa 3786 gnome extra 
almanah_0.10.0-1~exp2.debian.tar.gz
 88465f7d7fbed10fcdf400dc06ebd145 230526 gnome extra 
almanah_0.10.0-1~exp2_amd64.deb

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

iEYEARECAAYFAlEmEHMACgkQCY2uR+47wnlNeACfds8v7pkSYlZZ7oJsC3yvkM3V
FqQAnixcNVyPDe21gdLuoIcuiSMZwOy5
=lWy6
-END PGP SIGNATURE-


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



Accepted almanah 0.9.0-2 (source amd64)

2013-02-21 Thread Angel Abad
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 21 Feb 2013 13:30:12 +0100
Source: almanah
Binary: almanah
Architecture: source amd64
Version: 0.9.0-2
Distribution: unstable
Urgency: low
Maintainer: Angel Abad an...@debian.org
Changed-By: Angel Abad an...@debian.org
Description: 
 almanah- Application to ease management of a personal diary
Changes: 
 almanah (0.9.0-2) unstable; urgency=low
 .
   * debian/rules: Disable compile silent rules
   * Use autotools-dev to update config.sub and config.guess
   * Bump Standards-Version to 3.9.4 (no changes)
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
Checksums-Sha1: 
 1816f7f9e25c26c8d0192e763f261179fe7e3c7e 1428 almanah_0.9.0-2.dsc
 7ab7eda777b8c62ff874fb159879c6fddf7aa3c4 3639 almanah_0.9.0-2.debian.tar.gz
 de4427bf5246954fb228551a06f3867974d7143c 217680 almanah_0.9.0-2_amd64.deb
Checksums-Sha256: 
 ffee60d16ed95946de0f6f7b158a9f1c76da215c30ffae3a9cd7c61b3d7abd35 1428 
almanah_0.9.0-2.dsc
 299aae78995c5e7f0da58375357c2d9d475d05a4fb8dbc056c4949abc6bb46d2 3639 
almanah_0.9.0-2.debian.tar.gz
 c7ad2de8ac07dffcf56e86207b2adcc8599be32b4adebe2f243bb4cb73933e26 217680 
almanah_0.9.0-2_amd64.deb
Files: 
 251fee3a941b875082fb58921bb4cce5 1428 gnome extra almanah_0.9.0-2.dsc
 0ffcd973ffeca86709e4daad0fa6cc7c 3639 gnome extra almanah_0.9.0-2.debian.tar.gz
 093edaff1d87f6e85f1436d0afa825c7 217680 gnome extra almanah_0.9.0-2_amd64.deb

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

iEYEARECAAYFAlEmF9gACgkQCY2uR+47wnn0JwCfWkz1i60y7XXJlNxFJO6EGaoY
cogAoIckxxD5Uh86NVN/5h5QhvKwTnpN
=0wit
-END PGP SIGNATURE-


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



Accepted dosfstools 3.0.15-1 (source i386)

2013-02-21 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 21 Feb 2013 15:20:07 +0100
Source: dosfstools
Binary: dosfstools dosfstools-dbg dosfstools-udeb
Architecture: source i386
Version: 3.0.15-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann daniel.baum...@progress-technologies.net
Changed-By: Daniel Baumann daniel.baum...@progress-technologies.net
Description: 
 dosfstools - utilities for making and checking MS-DOS FAT filesystems
 dosfstools-dbg - utilities for making and checking MS-DOS FAT filesystems 
(debug)
 dosfstools-udeb - utilities for making and checking MS-DOS FAT filesystems 
(udeb) (udeb)
Closes: 596336 639393
Changes: 
 dosfstools (3.0.15-1) unstable; urgency=low
 .
   [ Colin Watson ]
   * Using correct compiler when cross-building.
 .
   [ Daniel Baumann ]
   * Merging upstream version 3.0.15:
 - Bugfix root directory allocation (Closes: #639393).
 - Bugfix messages about unicode filenames (Closes: #596336).
Checksums-Sha1: 
 c5f9bcc469edf4ea908ff7d5a28e6efc855ecb7c 1243 dosfstools_3.0.15-1.dsc
 233263d9cbe6745d80f0076a269cf097b392330c 71716 dosfstools_3.0.15.orig.tar.xz
 bd8c32387e00631b1188fa25e7f2e0f6ffb019a8 8328 dosfstools_3.0.15-1.debian.tar.xz
 90690e320170040f94a1ed63bc10bbac16aa35ce 73722 dosfstools_3.0.15-1_i386.deb
 e1897b4569f8799ad49475509d43395b37aa686e 149466 
dosfstools-dbg_3.0.15-1_i386.deb
 97e0593518a63893c65bef0e7ae621c62571a305 34664 
dosfstools-udeb_3.0.15-1_i386.udeb
Checksums-Sha256: 
 f7c265e3e57e8557e1e0ffcc05b0018f899b506d93e70cc4588e51f235bebefd 1243 
dosfstools_3.0.15-1.dsc
 bbbeabd630f20c9d10592b2cc974926b15e8e010e29d49f308d5464528e2dfc1 71716 
dosfstools_3.0.15.orig.tar.xz
 d2d07cc98f012d4f3eb9107416dd6608b9cc125be270e25f32df7d4fff247933 8328 
dosfstools_3.0.15-1.debian.tar.xz
 2a92b0762129a9c89a2196d4be5b8f46325dca24db09ff733606728cd53649ed 73722 
dosfstools_3.0.15-1_i386.deb
 271bc0c9174369b667c65345d6fb8afbad7d9ddcc7b1f982c9859b331501dfa8 149466 
dosfstools-dbg_3.0.15-1_i386.deb
 3855d7c6ea22f590b97f9a45e2ea8bd5245c5e7e4eb54c31004cf185864c860e 34664 
dosfstools-udeb_3.0.15-1_i386.udeb
Files: 
 c0972167e4c103c090a001abf81740c1 1243 otherosfs optional 
dosfstools_3.0.15-1.dsc
 64d2020bd8e92105dfad30feee72a3ec 71716 otherosfs optional 
dosfstools_3.0.15.orig.tar.xz
 7dcd3169fffac1eed407413a8b5d8c5f 8328 otherosfs optional 
dosfstools_3.0.15-1.debian.tar.xz
 fe524aae17bb7ed96d7610010e95ae7c 73722 otherosfs optional 
dosfstools_3.0.15-1_i386.deb
 fa08ec9865639cc05522a3c9747668f0 149466 debug extra 
dosfstools-dbg_3.0.15-1_i386.deb
 1c23508c753b9fcb4544a6b15eac803b 34664 debian-installer optional 
dosfstools-udeb_3.0.15-1_i386.udeb

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

iEYEARECAAYFAlEmLaoACgkQ+C5cwEsrK54uMACg3IKyZwcT+JkcpQ0y2ts3tFzN
4WUAnjf6sizXo9WBitW0P8VBnCK0T/V8
=lCnx
-END PGP SIGNATURE-


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



Accepted libmodule-corelist-perl 2.82-1 (source all)

2013-02-21 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 21 Feb 2013 14:56:53 +0100
Source: libmodule-corelist-perl
Binary: libmodule-corelist-perl
Architecture: source all
Version: 2.82-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libmodule-corelist-perl - module to determine modules shipped with perl
Changes: 
 libmodule-corelist-perl (2.82-1) unstable; urgency=low
 .
   * Change search.cpan.org based URIs to metacpan.org based URIs
   * Imported Upstream version 2.82
Checksums-Sha1: 
 33603932b96b060d8f617b0717429e818c5fc0af 2432 
libmodule-corelist-perl_2.82-1.dsc
 9f393541d183b85255b4ff1674885cfb5bdee25b 59538 
libmodule-corelist-perl_2.82.orig.tar.gz
 043d54c90508289599ce58376c7191b334b0c341 5350 
libmodule-corelist-perl_2.82-1.debian.tar.gz
 dbb2deff9db14ccb21670fc235aa1c5ad8f02690 73262 
libmodule-corelist-perl_2.82-1_all.deb
Checksums-Sha256: 
 c011c876732eb5c2e45a6baceacd76ce710dfd83143fc60e1f68f55dc81dcbba 2432 
libmodule-corelist-perl_2.82-1.dsc
 8b499804e467c5c80299b14284bd8b2e0f0b5edd4e14c4719815b354081f7968 59538 
libmodule-corelist-perl_2.82.orig.tar.gz
 ae1ac1dabd05bee47adba22fe26c1b8152b49849251e11cdd416eefb178c998c 5350 
libmodule-corelist-perl_2.82-1.debian.tar.gz
 cedba84ee763caabf29cd308cefb6bd1c4592a6ec5cd28873f9edbc2aee1cfc9 73262 
libmodule-corelist-perl_2.82-1_all.deb
Files: 
 5cd3ce15595725eab49212fc08d3c4b3 2432 perl optional 
libmodule-corelist-perl_2.82-1.dsc
 9a644c8551561d56e164a29a9ed9b7e5 59538 perl optional 
libmodule-corelist-perl_2.82.orig.tar.gz
 f46757020a81eed1d5c793fbd85b29a8 5350 perl optional 
libmodule-corelist-perl_2.82-1.debian.tar.gz
 3967309a34ebfd5611686c102bac6405 73262 perl optional 
libmodule-corelist-perl_2.82-1_all.deb

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

iQIcBAEBCgAGBQJRJiioAAoJEHidbwV/2GP+e+QP/ibb8MXB2UiptWb8g74JW69S
ahxm3uVf7xY8NlwFfsElMVagYankWvpYobA14IOAFtNXEzzE6/y4RMn22/UsGjt/
54gXf7NoyUZW5u0SBDZ/xRO62rucH/mYa6nu4IqLBDB2nMF+Pb/GFf7wPJO+Ciin
SZhocODmX2wdu53rZQ+QCvWGQfEFZ3KWn3JdFyz+eEwb88v8nZ0EY6Ya4sK7YTkH
qc+DiPTRa5Oilo03vEMFwASDl+WDSZ5WhzSkQ/QSyWTCGs8vJngrH0atvDUpVnya
5ao0U5FUqzEQjVh5fH0EHhZINh6uok67Lp2jlYytFWjNYrlWUZG2lNxyOQe9tTn5
EQvFfzW4OwnFlVLZR7C48YMdQbkq4oEPnCjUtEA9kedJdJEMAHZpAn/7bCrxNO+q
Dcc95WLfi7G2Tj+bRrCBeuJGLIYgPNxYydJ6JsacTzT7p05hWqU/xVXyqQi1ZcN2
rG/OdxV/B9jOHqd8jkKNNTMG87PlESwTokwn/869sAjCDuacRvSki1UdE48wgdoM
YpVaLYiZjmqQHCkH+OXJuoJKyWGIy9L11/UEDtpFLv0BfzH/8CAdIp70GLc2zL0G
9WyipkRhpwMptaIWKMNRl+b31CnqJZL5vBEv2nhW1oALrQbxUg6DR8kPjhCcSwnM
CJ84fLipOf5zGL39gAus
=VZj3
-END PGP SIGNATURE-


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



Accepted netcfg 1.107 (source amd64)

2013-02-21 Thread Philipp Kern
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 21 Feb 2013 15:02:54 +0100
Source: netcfg
Binary: netcfg netcfg-static
Architecture: source amd64
Version: 1.107
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Philipp Kern pk...@debian.org
Description: 
 netcfg - Configure the network (udeb)
 netcfg-static - Configure a static network (udeb)
Closes: 700939
Changes: 
 netcfg (1.107) unstable; urgency=low
 .
   * finish-install.d/55netcfg-copy-config: Do not rely on dpkg -l
 to check if a package is installed; use dpkg-query -s instead
 and check status explicitly. (Closes: #700939)
Checksums-Sha1: 
 9976d53bbc3dfe5b35ff4bd01b1b2670ce59d970 1522 netcfg_1.107.dsc
 6e209230b45b3eac6c3d10aebf39bce46904f18f 755688 netcfg_1.107.tar.gz
 7fb923ed0af86093b55b722cb5298aff3542e9f1 424178 netcfg_1.107_amd64.udeb
 2ff6785d21faf3baa979e3124331a6e81d39ff98 332124 netcfg-static_1.107_amd64.udeb
Checksums-Sha256: 
 8102723da50220c7f6960c2339ad2ad06322585d9df369b3097d0e9dece65bf7 1522 
netcfg_1.107.dsc
 455e5a57d3818483ce01db1597427c6a2983649c9cd554fae740a013ea0fbaf3 755688 
netcfg_1.107.tar.gz
 d7f0a6e08860bb7c18c490515ad7d37b648a02592328957452f0b87488f00df4 424178 
netcfg_1.107_amd64.udeb
 828b9803eda2f81b8dc6a8cf2c14f129bed7b38b521441b3d604c02a6d58d1a8 332124 
netcfg-static_1.107_amd64.udeb
Files: 
 f7634105f48ccd685e48d79ff8a8adc4 1522 debian-installer optional 
netcfg_1.107.dsc
 4bd0db94f0004ac3d381e7ec327c7111 755688 debian-installer optional 
netcfg_1.107.tar.gz
 8848db68fc57646f003a0b884acf0051 424178 debian-installer optional 
netcfg_1.107_amd64.udeb
 96f03ddb1ade9776645855b67758707e 332124 debian-installer optional 
netcfg-static_1.107_amd64.udeb

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

iQEcBAEBCAAGBQJRJiklAAoJEERuJUU10FbsOnEIALwwjYq1IXjzVKjaGgdncZ/x
zF32aOcbK7oL4VjoLctMTX47b/7VmWhZqBAtrmLbQ7elfNsDyPtYYSlgaLncmtqa
5+3qpioehSnizm/huuGbV5eFjo1cR4SkGdHXWuwitn+Zg37riM7bed9byeUCjbxa
oY3j54HZ6UxivDRUJAYMYwGgoREjDYeU6FD3MjH7bOjvr4L1Sh5CRFv0qIi11faM
h1AmAXUcGljak9cZHRKg5Ob2ljYf4J4+36vdEVZu5o8CJ7rMNQWZ1EZw7GvBfygJ
HdTs0/z0hv/itXZjvVwRR8R/hx8UDqTjsOJKdf0gxu22XMBkwm6Kd1gmRrA7nbo=
=q7LA
-END PGP SIGNATURE-


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



Accepted network-manager-pptp 0.9.8.0-1 (source amd64)

2013-02-21 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 21 Feb 2013 15:14:02 +0100
Source: network-manager-pptp
Binary: network-manager-pptp network-manager-pptp-gnome
Architecture: source amd64
Version: 0.9.8.0-1
Distribution: experimental
Urgency: low
Maintainer: Utopia Maintenance Team 
pkg-utopia-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 network-manager-pptp - network management framework (PPTP plugin core)
 network-manager-pptp-gnome - network management framework (PPTP plugin GNOME 
GUI)
Changes: 
 network-manager-pptp (0.9.8.0-1) experimental; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 e105d616d0c48f0e0e6ca8976adbe0d7b21dd58e 2406 
network-manager-pptp_0.9.8.0-1.dsc
 a103deefee2c8821d7cecffc881328374f514db1 351108 
network-manager-pptp_0.9.8.0.orig.tar.xz
 c08e1710d78c89580241ccc567c55bcc038f5182 6522 
network-manager-pptp_0.9.8.0-1.debian.tar.gz
 43bbff52f40789cd1f1f6d29c9215eee8dbf8037 29070 
network-manager-pptp_0.9.8.0-1_amd64.deb
 aee769a2fd576ed5915abae166ab3ac6d8432746 140024 
network-manager-pptp-gnome_0.9.8.0-1_amd64.deb
Checksums-Sha256: 
 e0fa1acef5f1efc509be3ec8964d0580c5ba7fc9996f5e0d44acbccbba2b1323 2406 
network-manager-pptp_0.9.8.0-1.dsc
 34d0981462d8948ace0dd4f49478c86017b53516afbbf62e2a4c6c0adc679cc8 351108 
network-manager-pptp_0.9.8.0.orig.tar.xz
 2438d1e52470cbd663e7eba78950e40955ae1d5e47ba01f11d56f0fcf7fd979d 6522 
network-manager-pptp_0.9.8.0-1.debian.tar.gz
 2cc3e149d725799367d2164c946aa80fd9ce9501568222153cb5067dba11739f 29070 
network-manager-pptp_0.9.8.0-1_amd64.deb
 3dd26a69a4d296afe4be30b9a9164fab7c90f95cd3194790544f6a608159fb6e 140024 
network-manager-pptp-gnome_0.9.8.0-1_amd64.deb
Files: 
 fd47a66f628f6d1afccfe707d4e2fec2 2406 net optional 
network-manager-pptp_0.9.8.0-1.dsc
 37bad4600d4e26a6267ad425d16da3cf 351108 net optional 
network-manager-pptp_0.9.8.0.orig.tar.xz
 69fde41fda1f68deea66629089a194f0 6522 net optional 
network-manager-pptp_0.9.8.0-1.debian.tar.gz
 401672fb582e449727223a77114ca460 29070 net optional 
network-manager-pptp_0.9.8.0-1_amd64.deb
 c13c78405265d82440438ade63e09182 140024 net optional 
network-manager-pptp-gnome_0.9.8.0-1_amd64.deb

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

iQIcBAEBCAAGBQJRJixOAAoJEGrh3w1gjyLcOBUP/2IrVaWGpIUvp8tcH0OMocML
VniajAQf2DVOCKTuVADxVHAoRtB5+vkoVJRn0jdrz8/IWsrFLLXe5pIBENJ2Thrs
rbRy4rOmP4UbYzVD4BsJVuia9N1w3Ix9phio+OE6DH/BI4xIKmhWkb4pcWTCbYWa
RrrnUsyVJoRnTqATsiW2Uo+QICxjNhRvMK0zIBoolq/MJ0evaNL7ymQc0HT99Ied
FSdXEkyUoSTXRgu/eVFYArWDLmoStXmZDmDGihwQpnyoxVKyREhIW7mOAEbzNx4O
MqdfRjzbBLWReR6NKrsYuyLGCv6hix4GFNgf/UNpAKHl0WAlglrHOA8lxyEOFzYx
o/1ENaCDSt4vaOUkJuRzKeVEX6R9WD0HH1C/LrgcUyw9qKxaNfOKPj5kYGBO89Qx
eSoDk7WEQqJNKn0sprWoDTSOokxgVa2XskNJxzaqiOba0ZsMYcAdtw9VmURXYpyX
hZL1AGHeS009X6LjXxXldrQ4aWD2ApvWb+q8HyXLGHTT6ImLD5suqeHPQxNsWkN2
o9LQKjgKvHvjr1qNrMk5xu12xf4NxMf5Txc7erjabGB8RPseQtHPZIOE2MjnUNeh
42CjODUjlZaWeRihLKi5onouDphI5OACEYwwsyWg4VLtECwNX/m7u+N+BaAv/IkW
kqCDf12hNW8SG1XrPdit
=6pnt
-END PGP SIGNATURE-


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



Accepted network-manager-openvpn 0.9.8.0-1 (source amd64)

2013-02-21 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 21 Feb 2013 15:09:10 +0100
Source: network-manager-openvpn
Binary: network-manager-openvpn network-manager-openvpn-gnome
Architecture: source amd64
Version: 0.9.8.0-1
Distribution: experimental
Urgency: low
Maintainer: Utopia Maintenance Team 
pkg-utopia-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 network-manager-openvpn - network management framework (OpenVPN plugin core)
 network-manager-openvpn-gnome - network management framework (OpenVPN plugin 
GNOME GUI)
Closes: 592527
Changes: 
 network-manager-openvpn (0.9.8.0-1) experimental; urgency=low
 .
   * New upstream release.
   * Use --list-missing to show uninstalled files.
   * Drop obsolete Breaks/Replaces.
   * 01-export-user-nobody.patch: When exporting an OpenVPN connection, use
 user nobody / group nogroup. Debian doesn't have a dedicated openvpn
 system account for this purpose. (Closes: #592527)
Checksums-Sha1: 
 c0af1a55fa90ea2389b49775db06f69bb6a41021 2425 
network-manager-openvpn_0.9.8.0-1.dsc
 bf7085a7b700ee09f7724abf9d999d0f33bc6e5f 392304 
network-manager-openvpn_0.9.8.0.orig.tar.xz
 04b0701da7088c6bfc1f6288fe81d064c8866b36 5434 
network-manager-openvpn_0.9.8.0-1.debian.tar.gz
 a5d4b6275f3251006bc3b3d1795bd9dd230f5a77 33270 
network-manager-openvpn_0.9.8.0-1_amd64.deb
 e590d208d385383ef073c77cd8fb5ffe2d587182 212132 
network-manager-openvpn-gnome_0.9.8.0-1_amd64.deb
Checksums-Sha256: 
 07568c188bb58842958869d4146d60bde7c8144591e44ea545f965bff6986d51 2425 
network-manager-openvpn_0.9.8.0-1.dsc
 4196f4c124426884657c8d0e2578f4d35205b8981a46bf645fd599fb238395ce 392304 
network-manager-openvpn_0.9.8.0.orig.tar.xz
 afcbcf3386bec4fb32e505bc2094c2bd582610d7f8a91402c5ffea5396f0f997 5434 
network-manager-openvpn_0.9.8.0-1.debian.tar.gz
 862ea4ba59e31cd33db5110a9070401949c64e2db847047cca354356782e9783 33270 
network-manager-openvpn_0.9.8.0-1_amd64.deb
 f33bacb3ad55703592a15379d1995a62a280cd0626289caf40705ccafd088f4c 212132 
network-manager-openvpn-gnome_0.9.8.0-1_amd64.deb
Files: 
 278230941170f18866b6028881cc6899 2425 net optional 
network-manager-openvpn_0.9.8.0-1.dsc
 6699552a550a18db9edb037951a81d62 392304 net optional 
network-manager-openvpn_0.9.8.0.orig.tar.xz
 06118d61f76d8ca82ef30918cf90b306 5434 net optional 
network-manager-openvpn_0.9.8.0-1.debian.tar.gz
 36f7f34380240760b208e22dc3842d88 33270 net optional 
network-manager-openvpn_0.9.8.0-1_amd64.deb
 abd13da8a6110b6826d8c209a3281c95 212132 net optional 
network-manager-openvpn-gnome_0.9.8.0-1_amd64.deb

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

iQIcBAEBCAAGBQJRJisTAAoJEGrh3w1gjyLc4uUQAIX3DJil8ksoPzCGsZ3dL6Pi
0Earx7rXI3BhTqP/GrfN0Kc8R3mRBVW2AaHgqSQ3M9rNPLDVSYXs77BRMg5qCAjM
4dDjjW1SPbjtzk/nZ9TyWnfgpGq/Nw1wBeUD+6D62Lc0+ubbrJBKj2HPr3gghKQa
a1Uuc8PhtDwctl9lZpTvHdoZQP31uKLUdE36/gvIZ8NBzewa2o/9SU91Rw5mk0+A
NxTOUr/WSMzedL2AwFHfAKVLex67yy+nyOWObDJ4z9pCSOupdY/JIMQNvQpf/6ZO
bOLT7JQyJcBN/vGJd5eZSktU4I1P6wYuH2LOH37dPuJqqLQQmnpHwTNETdbt/CQr
yP3JOn0U/Wlt4vBlHVA004+Ef9sXhewpX4ti+agCugSl7jTr47sIASfGpJ1MVDu/
KXKRy+mTGsr5WgFUYitWEMHvHlxISNsqDzdpHKJeYo2PgGVTyruibKITPWH64AoW
ZVIxbWdDgqW3tPHRwtwLW5srokIPtOWepmXeND9uWb28mfbaKZ9J01eBnTU/LVY+
dl4M4j8zqlay5VX7+xziVPYtOTt/KcCoei5oxYzYzd5CrtG1XJqp96vIvqJb/AEr
Ix6nEqFCDJy0Uc7DfCzmAjaogPn2lo23wQV6gn1Vfa1iM/+GwZWEGQbYDysgSowM
zufQ7YREqcGmx2OCuxON
=OT79
-END PGP SIGNATURE-


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



Accepted network-manager-vpnc 0.9.8.0-1 (source amd64)

2013-02-21 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 21 Feb 2013 15:18:40 +0100
Source: network-manager-vpnc
Binary: network-manager-vpnc network-manager-vpnc-gnome
Architecture: source amd64
Version: 0.9.8.0-1
Distribution: experimental
Urgency: low
Maintainer: Utopia Maintenance Team 
pkg-utopia-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 network-manager-vpnc - network management framework (VPNC plugin core)
 network-manager-vpnc-gnome - network management framework (VPNC plugin GNOME 
GUI)
Closes: 658269
Changes: 
 network-manager-vpnc (0.9.8.0-1) experimental; urgency=low
 .
   * New upstream release.
 - Provides configuration option and UI for local port. (Closes: #658269)
   * Drop obsolete Breaks/Replaces.
Checksums-Sha1: 
 b26a2d8d490a6900ee6065b322c168f5e0f9aab7 2386 
network-manager-vpnc_0.9.8.0-1.dsc
 eaac9c6d5533e55b871f8076b915b908c999ed29 346304 
network-manager-vpnc_0.9.8.0.orig.tar.xz
 0d93585742081ebb1b8f1feee988df6b906c1733 5007 
network-manager-vpnc_0.9.8.0-1.debian.tar.gz
 f133d2b8e9b0de0839db01c1a5ffaaf38f2a9614 27682 
network-manager-vpnc_0.9.8.0-1_amd64.deb
 87a44e71f9feae0ee241646b49d7e0d305b3c3a3 150740 
network-manager-vpnc-gnome_0.9.8.0-1_amd64.deb
Checksums-Sha256: 
 6fce79bca2bc5105bfb6f999c9b9f260d4b0bb735987e1488d58c481ebd2a0a1 2386 
network-manager-vpnc_0.9.8.0-1.dsc
 e4504c569315c20f2468995f073123a787cdb66695d321f20f994abd1d7eb1c1 346304 
network-manager-vpnc_0.9.8.0.orig.tar.xz
 ca796d61ad4c940e1f418674ec91123289eae0b0a6eed6832ae12e2dbff66c41 5007 
network-manager-vpnc_0.9.8.0-1.debian.tar.gz
 2470802b8c316fb0f7717204534aa15fc61f21aaee387879f9a6c469e35dbb5a 27682 
network-manager-vpnc_0.9.8.0-1_amd64.deb
 d8cc951e3ea583d93e188f73d763cecef0f1890824af0cfbfb9aed84eaf5a506 150740 
network-manager-vpnc-gnome_0.9.8.0-1_amd64.deb
Files: 
 6f371b06802b0099ec087e3dbaf798a3 2386 net optional 
network-manager-vpnc_0.9.8.0-1.dsc
 fa8d3ec91e13f9420d40d0ae3ba7830e 346304 net optional 
network-manager-vpnc_0.9.8.0.orig.tar.xz
 7b6b61f19e1897234295a2e57869ecf7 5007 net optional 
network-manager-vpnc_0.9.8.0-1.debian.tar.gz
 bbaf9a839300dd523a58bb5841772cb2 27682 net optional 
network-manager-vpnc_0.9.8.0-1_amd64.deb
 f90a98e86f961bd40c754b221dbe882f 150740 net optional 
network-manager-vpnc-gnome_0.9.8.0-1_amd64.deb

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

iQIcBAEBCAAGBQJRJjAbAAoJEGrh3w1gjyLcM40P+gP7hsQk6C9utdAke2qE4D0O
aBvj+Hljj5NEbv1HjWzx8Y8dSqfGUj+LA3kIYpjse6HyX50YMQlRO9FwNdRh29PC
s/hf3kY86G7QH2b0z6QWc5NdS/QQOsBwDCaOpWATy8eDJRSAxBjsjK/nIWASfJOB
pAAtue3iIYB9yCuNXH5SIhJSOkJOrvVOIFONZJS05qGQyNQMoXLLWk9pz3JQvaa4
xZZSdKxdWbRtqflgOIjJjStBN3AJRYYDRraaACiMWr/wbjb666dJ3ELPoOv5w8Fd
cGNF6JnlOwbTje8a6JekOMsTtiFAP2sY22pefYy8kT1N0cEEF1rLexNGTGBJBe8m
GFSWwqdRUnqdwGfOSH57Cu4fIek6urzrqQBstgSNQmA9xWs2g5TiQbbA0d29YN4t
uLw5AjI7U3Lz9Evrn2tkeYMiDFKtHAuxXEgI3Enkg5G6e45U+VsGhhTwsR1+QLPM
4u51z1csKdD5ZQD5CQ9a0OzMcl26J2QrXsj0eVrdXprXW5CHvLKF6GegL5yDiT/7
/+o8GwP15SVIQ91Ia2BlJ+707cLtfxYfaA6OFGgML3Q++FydaE5fVeSC7XTS9VaL
ll1uYj5daB5HROHBuIqNnLlJD3uv21ri7UznBjJX9Bd0NaA6LSa9NyCXt/T1MMLc
CD13erkb+JxpdTvJltHo
=HJO6
-END PGP SIGNATURE-


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



Accepted xpra 0.8.5+dfsg-1~exp0 (source amd64)

2013-02-21 Thread Dmitry Smirnov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 19 Feb 2013 09:56:19 +1100
Source: xpra
Binary: xpra python-wimpiggy
Architecture: source amd64
Version: 0.8.5+dfsg-1~exp0
Distribution: experimental
Urgency: low
Maintainer: Python Applications Packaging Team 
python-apps-t...@lists.alioth.debian.org
Changed-By: Dmitry Smirnov only...@member.fsf.org
Description: 
 python-wimpiggy - library for writing window managers, using GTK+
 xpra   - tool to detach/reattach running X programs
Closes: 699722
Changes: 
 xpra (0.8.5+dfsg-1~exp0) experimental; urgency=low
 .
   * New major upstream release [February 2013].
 + Fixes run-time crash with x264 and new libav-9.1
   thanks to Anton Khirnov and Reinhard Tartler;
   (Closes: #699722).
 * Bumped libav Build-Depends [libavcodec-dev,libswscale-dev]
   to (= 6:9.1) in order to avoid FTBFS with older versions.
 * No longer Recommend the following packages that are needed only
   for future OpenGL functionality:
   - python-gtkglext1
   - python-opengl
 * New Suggests:
   + gstreamer0.10-plugins-ugly
   + python-gst0.10
   + pulseaudio
   + pulseaudio-utils
   * Added comments regarding the purpose of packages in
 Depends/Recommends/Suggests to debian/control.
   * debian/copyright is updated.
   * Patchworks ([+] new; [-] dropped):
 - [conf-default-encoding]: no longer override default encoding to PNG;
   x264 is a new default.
 + [conf-default-min-quality] to bump default min-quality to avoid
   some visual distortions.
 + [conf-default-speaker] to disable default audio forwarding
   (it is still incomplete and buggy).
 + [_debug_x11] (inactive) to enable debugging of X11 errors.
 + [r2738] to correct X11 error trapping.
Checksums-Sha1: 
 3dcdd43bc9aa82c1ef45598d49a43237ed01cbd3 2312 xpra_0.8.5+dfsg-1~exp0.dsc
 aadfd496a6ce49f6129fddbe8f934fef64e75d30 508100 xpra_0.8.5+dfsg.orig.tar.xz
 9de3f9b6b51bdd5c672d0807803de5aa987c2b34 15284 
xpra_0.8.5+dfsg-1~exp0.debian.tar.xz
 744c4783d9bf07d36251605a46f1d91159667584 324506 
xpra_0.8.5+dfsg-1~exp0_amd64.deb
 9835539d92e95765b6afb5165dc8cbc246b89f3c 203012 
python-wimpiggy_0.8.5+dfsg-1~exp0_amd64.deb
Checksums-Sha256: 
 7009f4718b64012ca8793125ab3ea5bf8f4d628cc636fb5e8560e2b493926a99 2312 
xpra_0.8.5+dfsg-1~exp0.dsc
 e763126400e36e2e2af7aabb6180e6f8f38e454e40e03e96f02a5216af6786bb 508100 
xpra_0.8.5+dfsg.orig.tar.xz
 73c6b4bf368beac6e90b4373e73b268018e56fe84311849682971e6e7c4e852f 15284 
xpra_0.8.5+dfsg-1~exp0.debian.tar.xz
 681291245c04adb6c07539fbcfcd64ebf4faf84ce243124cfc4d934a809c99b8 324506 
xpra_0.8.5+dfsg-1~exp0_amd64.deb
 61eaa73f96e17ee4d2899da7acddbdfbe1c75c1d426fdbdd27aa77e7445f7a38 203012 
python-wimpiggy_0.8.5+dfsg-1~exp0_amd64.deb
Files: 
 a57b452241c4ad26aa43f3ae560be823 2312 x11 optional xpra_0.8.5+dfsg-1~exp0.dsc
 9b04a5278db6eae6b8995e78f0e2a37c 508100 x11 optional 
xpra_0.8.5+dfsg.orig.tar.xz
 b351f96fcd17be5cce207b8f277843b1 15284 x11 optional 
xpra_0.8.5+dfsg-1~exp0.debian.tar.xz
 d9bebf1359b51d7fbe5a51b3ab9e7d14 324506 x11 optional 
xpra_0.8.5+dfsg-1~exp0_amd64.deb
 f074589e3a8ad285096297f30ceb4f6d 203012 python optional 
python-wimpiggy_0.8.5+dfsg-1~exp0_amd64.deb

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

iQIcBAEBAgAGBQJRIrtAAAoJEFK2u9lTlo0bwWcP/jXJMTBcu7FIdzn1XKjmlcP+
D/eH5yxc50s3qhW5Om6QXTwYmEOCvMZlML/Qz1Zr9xSAFZDDImuMOLtPsO7iHdTg
6p+AdDfuhCocmxVaY5Bv4snJG+F9ARz4gllkXZYGEZ/eU+e1QEejMpXKFsG7opdL
FGuNSPGSX98Mc8etd84esdiKP8PrBH4IeCsFf/5BiQ5UCk5ur9Si8wS0VeUZIIiN
dgAZsvMgcZ+9kRradJECW9PkyM0inMCDyNFFAbgn6U9uzwfxSFdBSnH1iQYMvOLk
ioC4J7vaTPa63oTQIldKVCGFiNTiRhz05Al8dwfxsfEzfo6IF91JLfwNytX8Njgh
HO4TSc9j/shh+nRJC4G+JvtlxPh5Kb9TjTIG52oMB+fDKShdyrxT+LDc0+d4MoEa
didDvRqt77n59YeG6efJH54ZczVmveLg0pM7VD4dJphsvwbBsHCuTFNr4dnNd5aV
JgbMQeBwjml5BNneNaT/8EOUDPPAEMdYLX9rAWoeYH0C8WCVx8G7uMKZS5KmQWMQ
/vg4MzhE1B7azRQQekSsciY21nTmM2nkZchrdswldOeW34EHeso2lFMokhjvNap8
anQOPmrdplHRLXXcFdRBOT9sTptpfO4UXIBus7kOmtQhMkdRXMwxWlAV2pAtwkTF
4iLPV8phJGsr9nV7a59F
=a+8J
-END PGP SIGNATURE-


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



Accepted inputlirc 23-1 (source amd64)

2013-02-21 Thread Guus Sliepen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 21 Feb 2013 16:17:04 +0100
Source: inputlirc
Binary: inputlirc
Architecture: source amd64
Version: 23-1
Distribution: unstable
Urgency: low
Maintainer: Guus Sliepen g...@debian.org
Changed-By: Guus Sliepen g...@debian.org
Description: 
 inputlirc  - Zeroconf LIRC daemon using input event devices
Closes: 689037
Changes: 
 inputlirc (23-1) unstable; urgency=low
 .
   * New upstream release.
 - Fixes a crash when one input device is specified more than once on the
   command line. Closes: 689037
   * Bump Standards-Version.
   * Enable hardening flags.
Checksums-Sha1: 
 0ce8523dee67698cb949011375fe6ec2f40f562a 993 inputlirc_23-1.dsc
 4bcf22bf25967ce592201bc44346afff3ee9837d 8323 inputlirc_23.orig.tar.gz
 50b32761ff11d71dbdb6606ab8d80a2e7d0f7e65 3247 inputlirc_23-1.diff.gz
 384f0c3596ae323f126f51ea1cc9f408476120ed 17856 inputlirc_23-1_amd64.deb
Checksums-Sha256: 
 aecf742219410476329e05266c799cdccfb7dfde20c5d11a2482d0f85951f238 993 
inputlirc_23-1.dsc
 9e217b12cb37bc780eba45b7e7bf1036b7a5e117f871fd29ec26ce0161fb255c 8323 
inputlirc_23.orig.tar.gz
 f6f58549a95f43f8e5f734dcd8ad7f8f8861a4782fc537705f7140a5c1d2325f 3247 
inputlirc_23-1.diff.gz
 c759be8a9ca0a3d0ae562a87a952eff65fcaf439c2c9624bec0ae402d8efd1dd 17856 
inputlirc_23-1_amd64.deb
Files: 
 7cd1355259bcf95fb8964377938b982d 993 utils extra inputlirc_23-1.dsc
 15ae021115fc266966b6a93083d0b046 8323 utils extra inputlirc_23.orig.tar.gz
 e425d7d0f52dabb60861ffa567f7ecba 3247 utils extra inputlirc_23-1.diff.gz
 cb2ebe222ad8f9bc2c65ccd3873f95d7 17856 utils extra inputlirc_23-1_amd64.deb

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

iEYEARECAAYFAlEmOo4ACgkQAxLow12M2nsOXwCcC4na5+3gNBjoPQ6TfJOYwTps
t8gAn3yw4Dz9LAeyuhjjrO9Pj1Hpx/nR
=Sxtn
-END PGP SIGNATURE-


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



Accepted armadillo 1:3.6.3+dfsg-1 (source amd64)

2013-02-21 Thread Kumar Appaiah
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 21 Feb 2013 10:57:02 -0600
Source: armadillo
Binary: libarmadillo-dev libarmadillo3
Architecture: source amd64
Version: 1:3.6.3+dfsg-1
Distribution: experimental
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Kumar Appaiah aku...@debian.org
Description: 
 libarmadillo-dev - streamlined C++ linear algebra library - Headers
 libarmadillo3 - streamlined C++ linear algebra library
Changes: 
 armadillo (1:3.6.3+dfsg-1) experimental; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 d19ad8c6b25627001cf28e0f0eb48032aa9bf1f8 2142 armadillo_3.6.3+dfsg-1.dsc
 2457d030bb79c18084d68d5e926595b5e376fdc0 398634 
armadillo_3.6.3+dfsg.orig.tar.gz
 8b80e5e68318cd2bd4ad4e0f9935e2159516fca7 6607 armadillo_3.6.3+dfsg-1.diff.gz
 e3127971a6c47b178868ed5e9b8d9b56970d9b2a 330936 
libarmadillo-dev_3.6.3+dfsg-1_amd64.deb
 e52a3c90560680a28de3af516d3dbefe2c3a9322 65334 
libarmadillo3_3.6.3+dfsg-1_amd64.deb
Checksums-Sha256: 
 c523cf6eeb502c5331d6fb09178b6a6a1f1041a8c7e7fa1ea726d49367eb3d14 2142 
armadillo_3.6.3+dfsg-1.dsc
 b39172206872c12e29d53e2f840659bf7ec64a666ed0e567ab705335b9559019 398634 
armadillo_3.6.3+dfsg.orig.tar.gz
 b3bc2811e7f207a0405e858be8332ca78d5d47c24e3cb4e2f8c6b4b438e28cfd 6607 
armadillo_3.6.3+dfsg-1.diff.gz
 d12d941cfb77f3d77d0caef5d84e09f5f9cbbb71f2dce7a9e6e5326c8c1316de 330936 
libarmadillo-dev_3.6.3+dfsg-1_amd64.deb
 4f8d3a05ac9437e8b48eba99a73d8cc995cdc4d6680747b7f7ad8a3fa5826d9f 65334 
libarmadillo3_3.6.3+dfsg-1_amd64.deb
Files: 
 3d482ab7a7e40353d0f837aefd705bad 2142 libs optional armadillo_3.6.3+dfsg-1.dsc
 ba79e5b1e33e8cb2b9eaf9ee7b58ff7d 398634 libs optional 
armadillo_3.6.3+dfsg.orig.tar.gz
 216bac4c5c62bdc26266c6236d883fa0 6607 libs optional 
armadillo_3.6.3+dfsg-1.diff.gz
 f3179207799a793d3f046750f3f60349 330936 libdevel optional 
libarmadillo-dev_3.6.3+dfsg-1_amd64.deb
 3ec362776d68d085ff9245fb7c4dc14e 65334 libs optional 
libarmadillo3_3.6.3+dfsg-1_amd64.deb

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

iQIcBAEBCgAGBQJRJlSEAAoJEHqPSei2NIC+/J4P/0iembizY9M5wdLeYGkbaQH/
UzUrIotXvTMLRM0xwmqWWBfwva25QlMCJIbBwB6FiO/jZwsDxioG0pJck2FbcHNr
8Mke0/L8osIIcqpaHqL7NWt1NzgwecKjCvZzklc5QoX3G7iSAOeqDTSL4H/Oz8PN
NMn4FxHKIUXPFmzqNCF397RPJAq2iv8XH1wioB1Zuyi5d8y11VgV/tOQMhwDGOo+
VEnELANeJW0MqNZFccod8ILfjjuiqVe43IuGiRhELTQfEFCsbsMfkb1ryZasyFGG
M9zljAcBrZBkKL3qUGsGdsEXP+be+X/K4WPxTYrWqyODeff8tFNiy+0ZvRGe8qOm
tULyi1Vqju3ilexK38ojTFG3Nj+BQnGXqShI0Bh8DZac+WEibYlcEIDowFTAqger
VW5ON5uqMNECzXWNMspdrEN8FTw8rxTGSd/ZrEibYMO48N3rHR3npXw51G9oHtfA
MfskFrAC8qPkYZpxXgamgfWfw8eK8ZO4C4DaE+FPwZHc7mjKDTNZfE8YG2PjxWDq
LNAdMQUL3kRPoAUZ5Q1ZO0OlAX9eLdR0E6S9a0J+6U8uVUywQFrZLFGua6lu0xHH
/2VHAhlT3dl4zqSdlGnWLfEsyjjWGv4zZU00yDUfyNEMtJtSLzjaz9esz1/NPxhu
ZI9zPyNUjKLChT8rSt6M
=LwOg
-END PGP SIGNATURE-


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



Accepted foo2zjs 20130220dfsg0-2 (source amd64 all)

2013-02-21 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 21 Feb 2013 18:32:51 +0100
Source: foo2zjs
Binary: printer-driver-foo2zjs foo2zjs
Architecture: source amd64 all
Version: 20130220dfsg0-2
Distribution: experimental
Urgency: low
Maintainer: Debian Printing Team debian-print...@lists.debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 foo2zjs- transitional dummy package for foo2zjs printer driver
 printer-driver-foo2zjs - printer driver for ZjStream-based printers
Changes: 
 foo2zjs (20130220dfsg0-2) experimental; urgency=low
 .
   [ Didier Raboud ]
   * Add time to Build-Depends, helps getting the tests run further.
   * Update 10-makefile.patch to enforce LDFLAGS usage and another case
 of CFLAGS overriding; also add DEP-3 headers.
   * Put mscompress to Depends on Debian and to Recommends on Ubuntu and
 derivatives, drops the need of a hand-merge by Ubuntu.
 .
   [ Till Kamppeter ]
   * Add 96-hplj1000-fix-cups-usb-backend-firmware-upload.patch.
 The firmware upload script tried to upload the firmware via the usblp
 kernel module and with the CUPS USB backend (using libusb) in parallel,
 making the printer crash. (LP: #1003843)
Checksums-Sha1: 
 3b67743b3ea99b185e8a18ec8d1f09fbf5dbe7bc 1959 foo2zjs_20130220dfsg0-2.dsc
 860585bce0e475f8687f5a5524b768794d54c636 27351 
foo2zjs_20130220dfsg0-2.debian.tar.gz
 d124a49083de70a3652f55df8cf5cad6aedad1a0 1116002 
printer-driver-foo2zjs_20130220dfsg0-2_amd64.deb
 4490e02e7fe2c2140952fd9dc50e12ea71ce7121 29214 foo2zjs_20130220dfsg0-2_all.deb
Checksums-Sha256: 
 d5c64c65222e0d2e4087862af9f356af07b1757946e0c24c26c509a51020c8df 1959 
foo2zjs_20130220dfsg0-2.dsc
 b44f76df03af70ab59545ae0f8758250958215d6349966ab5e75a923fc74d83d 27351 
foo2zjs_20130220dfsg0-2.debian.tar.gz
 5ab98b20e60efe007eeacb8935c4bd85a00d93aabb989e2401f4182b8bc1b8d4 1116002 
printer-driver-foo2zjs_20130220dfsg0-2_amd64.deb
 6a83dc0c7524cffeffe0bd5bbc6446791742c7dbe8b70da1989b7e6be6123a60 29214 
foo2zjs_20130220dfsg0-2_all.deb
Files: 
 e71520b849f3edf72763205f01c9bf05 1959 text optional foo2zjs_20130220dfsg0-2.dsc
 69477f2122e96c62890e19e7196db988 27351 text optional 
foo2zjs_20130220dfsg0-2.debian.tar.gz
 faef4205d566131d70d5c6d56fde24d6 1116002 text optional 
printer-driver-foo2zjs_20130220dfsg0-2_amd64.deb
 754bd7d88f60a0e9e499d8e03017f158 29214 oldlibs extra 
foo2zjs_20130220dfsg0-2_all.deb

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

iQGcBAEBCAAGBQJRJmRNAAoJEIvPpx7KFjRVXocL/juVBx2EJP5F+jC+5Y+iDMxy
U6L+osHNUkzW91nw2q4TEcCNZtI4J+Eooqp61foRQYJb4d4bnkh8ygjMF0RxOW3a
y0gYhion+s5YQWycOUYf/CDFRozN3dnTAohlNDpq8e22kSvGGcT0UQdmmucq3pRv
ISWBvouyChx+TxN2WpDFQfMEGfUL4l0ry6vAmPOJ27VOvGCCdB1QscCMIED493Rl
Po9vYD2VrwfhziUvpLK0RDJwYicsJwPPr7OlUGHYUMEd2zZ5IskWSWyeWYT9GW0I
Id6E2LfV5xp45s9SwDlVG+Kgj/IbGfEYZ4WtBBR9D9499jh1QiEJm4AYor5aFMAW
oCGCmkGnzhsXZsRFkLY9yNnQp+8q7aoEkDM+QTtnlWhzyDz1L25ggSqSrDEeYYDq
+YTqCnZyPUFtMb+5jdzn2LNOspt0pFVzn3/B563jnViF4DMEMXoPwJ05/QCTjG7l
K4FvxkXEMiuMF4SiNiSVb4Z84xua2h27X27to96jUg==
=A3J1
-END PGP SIGNATURE-


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



Accepted lintian4python 0.15 (source all)

2013-02-21 Thread Jakub Wilk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 21 Feb 2013 18:51:38 +0100
Source: lintian4python
Binary: lintian4python
Architecture: source all
Version: 0.15
Distribution: experimental
Urgency: low
Maintainer: Jakub Wilk jw...@debian.org
Changed-By: Jakub Wilk jw...@debian.org
Description: 
 lintian4python - Debian package checker (for Python packages)
Changes: 
 lintian4python (0.15) experimental; urgency=low
 .
   * Summary of tag changes:
 + Removed:
   - search.html-doesnt-load-search-index
 + Added:
   - unneeded-pycentral-pkgremove-in-preinst
   - search.html-does-not-load-search-index
 .
   * data/python*-projects:
 + Refresh.
   * data/python-exceptions:
 + Refresh.
 .
   * checks/python/*:
 + Document Perl version requirements for each Perl module.
 .
   * checks/python/helpers:
 + Fix a typo in debian-pycompat-is-obsolete description.
 + Fix reading changelogs from binary packages.
 + Check for unneeded “pycentral pkgremove” in preinst scripts.
 .
   * checks/python/documentation:
 + Rename search.html-doesnt-load-search-index as
   search.html-does-not-load-search-index.
 .
   * private/*:
 + Document Perl version requirements for each Perl script.
   * private/refresh-exception-names:
 + Scan Python 3.4 documentation, too.
 .
   * tests/*:
 + New tests.
Checksums-Sha1: 
 3f5f5edf3bb9cde7eda33aeb1f1a4b3701cfe385 1574 lintian4python_0.15.dsc
 3bf4ba2d1c2a67627a80a698a0df974cd2ef9840 71115 lintian4python_0.15.tar.gz
 3e9463d19bd5881ed79675ffeca3720114471c54 49186 lintian4python_0.15_all.deb
Checksums-Sha256: 
 f1d138b4a6d4dc55685113e43dee1e6c1968399a5956af00ad88725374f5653d 1574 
lintian4python_0.15.dsc
 d102ca77e30b7071304d08b26d485e6a9864d503766bbb8317d50f2ac904aec1 71115 
lintian4python_0.15.tar.gz
 732e5250adb206751932a3452aff1e7f7d78f0d985afbd9cd8f31dc491409ee1 49186 
lintian4python_0.15_all.deb
Files: 
 e21a65bdca47731cf1e8b9bfa089727c 1574 devel extra lintian4python_0.15.dsc
 e1572240c1d8cfe4139d07f46532e9b3 71115 devel extra lintian4python_0.15.tar.gz
 584a134a86642f7b90e66d217bc258c8 49186 devel extra lintian4python_0.15_all.deb

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

iQIcBAEBCAAGBQJRJmY5AAoJEC1Os6YBVHX1CAIP/2q77vK1QKCPxAVy8PC0vPVP
XlKQjD2n5z1ois8ZaNRmBWETYkjkdzsFS0DdhVFO5wsosM5wnhOaQSVGyufqCmii
qi1JfC9LWwE/vOlWsIsPmWEmNd8Vu9XUV35kgyQewEAqQes8oHQnqtvlanqJARx/
6pRZNMf7I/cRdIC6Rfuv7Ey4ubobe//TSscmEhRjjcStmlbTiRCv+shbymCMraEq
jglQEww9n9d5gEA6mbg/LdqXtdalxcNkaegi7cAKDnS0eAn+zOhsFE8jBSPKmK85
v0ZRBdKDrogRdHdcr3iMmIfWqLArc6ewhqpYkrYuA7AfWHN7EwNULC0bRGHKjSFW
u1eOMf2rNDiEbAB5r7p2CcokdPIpx33Plj4gIwLsil5MRBj7oxiYigwGl5T9tXYF
8lxh7lvsGYorBgxFkXVhNd7WR1BtEYwQziOg6aKYBKCvOFMMdWiuUNz5p2XxOD2d
cPkwY49IPipQXUq6IfO1m/a+1QQh09OWCCCJ5fvxOuQmRbHHXNlBpwGc4dbbTiEN
6krEIXFIF7QDZY+DFNX1P6xRKKRfX0QpQyRsaaybeqTpRFHR9cIzfvJ1EVDmXd/b
0crbGZT0h7rUTGIMepOBmEGSbvntMYrHHqpmHsURzKU81o2kk9YHx+PKlwNibywL
RTKzOiF4ET24aZaChb4h
=7Oyt
-END PGP SIGNATURE-


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



Accepted rpy2 2.3.1-2 (source i386)

2013-02-21 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 21 Feb 2013 12:59:17 -0600
Source: rpy2
Binary: python-rpy2
Architecture: source i386
Version: 2.3.1-2
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 python-rpy2 - Python interface to the GNU R language and environment (version 2
Closes: 701113
Changes: 
 rpy2 (2.3.1-2) unstable; urgency=low
 .
   * debian/control: Adjust 'XS-Python-Version:' from 'all' to '= 2.7' to
 no longer build for python2.6  (Closes: #701113)
Checksums-Sha1: 
 fa7030f0213c29b679dc3ba8f1746bf6b6d3f6f2 1255 rpy2_2.3.1-2.dsc
 7a20a0e3a0746adcf90daac11032e91de788bd8f 12890 rpy2_2.3.1-2.diff.gz
 42924816a1e841e02fe63cceb044130bb8e2591d 132748 python-rpy2_2.3.1-2_i386.deb
Checksums-Sha256: 
 064b90d1d5a00d2f6aa7308e340853ef72e38f6694be53a2035f4bc3c818 1255 
rpy2_2.3.1-2.dsc
 d5d5835b5b3839f3f2295dd5b3fbc51f640d3b2fefada4931acb952603d330ab 12890 
rpy2_2.3.1-2.diff.gz
 275fa6c3d64c9536daaeeda2d0a82db70f7dd0abc15441f134cdd537af5df552 132748 
python-rpy2_2.3.1-2_i386.deb
Files: 
 b8395c35c461c6bbaa83b61e4dc90f40 1255 python optional rpy2_2.3.1-2.dsc
 add52bccc634abbfa570b83125d64f97 12890 python optional rpy2_2.3.1-2.diff.gz
 26d76b9ef1ba5312a83e29c96f4befe0 132748 python optional 
python-rpy2_2.3.1-2_i386.deb

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

iD8DBQFRJnRLCZSR95Gw07cRAoF+AJ9se11mfJsS6GoIh+ZhteqO3TTrAwCglc1/
LcQjRNwWCfcTZmag0wJamBM=
=EcWr
-END PGP SIGNATURE-


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



Accepted icedtea-web 1.3.1-3 (source amd64 all)

2013-02-21 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 21 Feb 2013 21:30:08 +0100
Source: icedtea-web
Binary: icedtea-netx icedtea6-plugin icedtea-plugin icedtea-netx-common 
icedtea-6-plugin icedtea-7-plugin
Architecture: source amd64 all
Version: 1.3.1-3
Distribution: unstable
Urgency: low
Maintainer: OpenJDK Team open...@lists.launchpad.net
Changed-By: Niels Thykier ni...@thykier.net
Description: 
 icedtea-6-plugin - web browser plugin based on OpenJDK and IcedTea to execute 
Java a
 icedtea-7-plugin - web browser plugin based on OpenJDK and IcedTea to execute 
Java a
 icedtea-netx - NetX - implementation of the Java Network Launching Protocol 
(JNL
 icedtea-netx-common - NetX - implementation of the Java Network Launching 
Protocol (JNL
 icedtea-plugin - web browser plugin to execute Java applets (dependency 
package)
 icedtea6-plugin - web browser plugin to execute Java applets (dependency 
package)
Closes: 701091
Changes: 
 icedtea-web (1.3.1-3) unstable; urgency=low
 .
   * Team upload.
   * Remove mips and mipsel from architectures.  (Closes: #701091)
Checksums-Sha1: 
 d8b39bb2c8dc56d23e13c7d9816883925312f951 2447 icedtea-web_1.3.1-3.dsc
 5cec69283712cb7a156bd61c5f2d92e6700717dc 16494 
icedtea-web_1.3.1-3.debian.tar.gz
 9ad4e0b190ab75a84d4e1618ee1e0b734fd7e6ee 18924 icedtea-netx_1.3.1-3_amd64.deb
 c47dbe0f06d4a539253e73fd5dbbc7db956487a2 90808 
icedtea-6-plugin_1.3.1-3_amd64.deb
 033122cb9effa823750e6f3abfbea01ff4888c58 90766 
icedtea-7-plugin_1.3.1-3_amd64.deb
 2a165a264b2c9150c5f78a5ec772193f8d03ef12 882 icedtea6-plugin_6b21.3.1-3_all.deb
 8caa90f01fef95608b69946dac03d799838bfaa7 625978 
icedtea-netx-common_1.3.1-3_all.deb
 a0399e378eeb94178668a0c2ac5b776fec279c2d 8070 icedtea-plugin_1.3.1-3_all.deb
Checksums-Sha256: 
 fdba2bc8290a24e5b75952f7e33521cb041700e03b20f5dbb36ab125f33912a3 2447 
icedtea-web_1.3.1-3.dsc
 faea7423788b2fca3ca54f8fc5c2d068bc921b1a23167faf4159a92934f9fd36 16494 
icedtea-web_1.3.1-3.debian.tar.gz
 13fdec63cc1fdd8ba2dc439d19f80f90764a0ab4eb8bd48c64e94b756392419a 18924 
icedtea-netx_1.3.1-3_amd64.deb
 c8882791b7cd991f08bc973dee5d28ab45b0d3b503bd3ae8836690e32d4fd4e7 90808 
icedtea-6-plugin_1.3.1-3_amd64.deb
 354e58a513eb48bea079a58c8b3f21977e331db2c1896c23da8b9f900cf19867 90766 
icedtea-7-plugin_1.3.1-3_amd64.deb
 028043d67353b9b77cd5dc24d27a7c3d367e36c029580bd86e4ea586d10dffb6 882 
icedtea6-plugin_6b21.3.1-3_all.deb
 eb9cf42c133b6e5e694c7fd073ab731f071d11f577cd648033b2c326be7a921f 625978 
icedtea-netx-common_1.3.1-3_all.deb
 829ff9813d1d4b7e37eaa02bf7ced06ff087cdc96180f2466a7e34c5c3aade9c 8070 
icedtea-plugin_1.3.1-3_all.deb
Files: 
 b41a6b15d11124bd30069f8430ef36ca 2447 java extra icedtea-web_1.3.1-3.dsc
 991962762f8c21c305d84f9c8e338a32 16494 java extra 
icedtea-web_1.3.1-3.debian.tar.gz
 2b557269751ca41789f82e892eccfaae 18924 java extra 
icedtea-netx_1.3.1-3_amd64.deb
 6707a65eb3aa53cbaa64df46d6f2e451 90808 web extra 
icedtea-6-plugin_1.3.1-3_amd64.deb
 2b4615447ca56f30913134aa08f072de 90766 web extra 
icedtea-7-plugin_1.3.1-3_amd64.deb
 1354a9f6949fa955e6bb374a390d7073 882 web extra 
icedtea6-plugin_6b21.3.1-3_all.deb
 cae9ffb72b66c43e88e3ce4c402816a3 625978 java extra 
icedtea-netx-common_1.3.1-3_all.deb
 f817d364ddf8398e8aef804ad673a999 8070 web extra icedtea-plugin_1.3.1-3_all.deb

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

iQIcBAEBCAAGBQJRJoRgAAoJEAVLu599gGRCDPEQAKue62oVFgWVp+2vZvwmH60o
rrnB4OL3b258lVr4fBBvNIs4JgcrT0s8ujmr6zgrmZvmferh2IOP1AqrvCuiTW8u
SFn2eyvWaGD3by+XqA9/J8ZS1CvOCW334f4oo4J/0oqgd7UJvH3+zHuWl1KcTrW9
G5743gEqxKFicvd/xX1iMeNN+Bu4ylEgawYog7zOfMFkAvZdAzFrtxIUDLc9GYyF
U7b94vg+vDywPQ0betiChPV8fIjacscJrVHjC60c3CuWtVP8htk5fNcfZqhB//gm
iF6X1meP0D53rc0XE4UUTHZ+bHaGI7f/c+ioOaQuZBmfgQbW1l4jGwtvT8d/xnG5
Gixds6/ZYyJFuTZtDsPY84CNq6CC7Cvj7irwrKDkI6XIsOLQmEJreR4paf0bWFrd
OEqVlEzm/71UeiERO7tP8ZllEOkWzQXl2KjxDNAoPkwJhix6Uw0dFIcqBb+2w+ld
I9GgEE79R5wO4o225JgjCkHgGKGFumO09NI7hIbLLyX20o3PjUewW9nH1h4JFwia
3sCryYRGno1St40XS4NzNXZwrYEJnURAaHJVgBuV4nFf5vFgjMOENfJp7pRfSc4y
Wq8QNXSM0c36yu6gJvepHwJOvbrqoz71Jc+/D/9y0Mmnw5SyvykChnLdot/wlmGd
gqJILRNp9xi9sV0TitfM
=etDV
-END PGP SIGNATURE-


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



Accepted live-build 4.0~a13-1 (source all)

2013-02-21 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 21 Feb 2013 23:29:53 +0100
Source: live-build
Binary: live-build live-build-cgi
Architecture: source all
Version: 4.0~a13-1
Distribution: experimental
Urgency: low
Maintainer: Debian Live Project debian-l...@lists.debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 live-build - Live System Build Scripts
 live-build-cgi - Live System Build Scripts (CGI frontend)
Changes: 
 live-build (4.0~a13-1) experimental; urgency=low
 .
   [ Daniel Baumann ]
   * Removing non-existent --apt-indices none references.
   * Also showing distribution in lb config initial messages.
   * Making messages about reading system conffiles in lb config more
 accurate.
   * Harmonize handling of pre-existing gnupg dotfiles in chroot when
 handling fake signing keys for local repository.
   * Making some more debian source-selections conditional on certain image
 options.
 .
   [ Raphaël Hertzog ]
   * Increasing oversizing factor of ext* filesystems from 5 to 6%.
 .
   [ Daniel Baumann ]
   * Adding source_hooks for hooks on source images like already supported
 on binary images.
Checksums-Sha1: 
 bc031245780331667accf39be91c3e06297b9e10 1329 live-build_4.0~a13-1.dsc
 71d0a17cc13bc7f612356c55fedb1d9659e34f05 162348 live-build_4.0~a13.orig.tar.xz
 07cc4752350ec10a89f3834a0236ceb3ae09f76c 52528 
live-build_4.0~a13-1.debian.tar.xz
 ceabdb29c1230bd59abaf96a64b2ddc7f08f2fb6 227104 live-build_4.0~a13-1_all.deb
 785f11ea928c100a3b91e28b88312ef0d43ac38d 77564 live-build-cgi_4.0~a13-1_all.deb
Checksums-Sha256: 
 b02740f53c07143699d126a32cf207af6ff0e9747ab84e0d7de0fadb7c09d137 1329 
live-build_4.0~a13-1.dsc
 ba870e3277cc585d71d099ce50f00d6bdf2fa39ffabaeb537a1287a2ee07327a 162348 
live-build_4.0~a13.orig.tar.xz
 e5f3b02e902e720d238a10ba7b464e9c15975c53f7230b72cb18ac2527941bfd 52528 
live-build_4.0~a13-1.debian.tar.xz
 5ff7111d060e865701bc4852581d7bb34dd1f63da439dbc1cab22eef8466a69f 227104 
live-build_4.0~a13-1_all.deb
 107bfa4b51a6e57840208b311f105e01d4e903fabf7c9f1b8eb1068d2143a7ef 77564 
live-build-cgi_4.0~a13-1_all.deb
Files: 
 980eed9148ae7b7377b6c150b81702cb 1329 misc optional live-build_4.0~a13-1.dsc
 1cc456a29acc4b92cde8c49ec94c4fa4 162348 misc optional 
live-build_4.0~a13.orig.tar.xz
 8ffb034fa85af97ff90b45eba76432b9 52528 misc optional 
live-build_4.0~a13-1.debian.tar.xz
 de009141c7299bf2a3d8ca8fcebe87fb 227104 misc optional 
live-build_4.0~a13-1_all.deb
 52e3c6a0169bf42b2b442424d13541e7 77564 misc optional 
live-build-cgi_4.0~a13-1_all.deb

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

iEYEARECAAYFAlEmoH0ACgkQ+C5cwEsrK56+KgCdESMK6Se51M8DFWFcmYOzjvbR
SdcAnj/PxjSi41lzY+WS2BD5kvHd/zRX
=33sZ
-END PGP SIGNATURE-


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



Accepted pygobject 3.2.2-2 (source amd64 all)

2013-02-21 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 21 Feb 2013 18:23:46 +0100
Source: pygobject
Binary: python-gi python3-gi python-gi-cairo python-gi-dbg python3-gi-dbg 
python-gi-dev python-gobject python3-gi-cairo python-gobject-dbg 
python-gobject-dev
Architecture: source amd64 all
Version: 3.2.2-2
Distribution: unstable
Urgency: low
Maintainer: Josselin Mouette j...@debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 python-gi  - Python 2.x bindings for gobject-introspection libraries
 python-gi-cairo - Python Cairo bindings for the GObject library
 python-gi-dbg - Python bindings for the GObject library (debug extension)
 python-gi-dev - development headers for GObject Python bindings
 python-gobject - Python 2.x bindings for GObject - transitional package
 python-gobject-dbg - Python 2.x debugging modules for GObject - transitional 
package
 python-gobject-dev - Python 2.x development headers for GObject - transitional 
package
 python3-gi - Python 3 bindings for gobject-introspection libraries
 python3-gi-cairo - Python 3 Cairo bindings for the GObject library
 python3-gi-dbg - Python 3 bindings for gobject-introspection libraries (debug 
exte
Closes: 673213 700779
Changes: 
 pygobject (3.2.2-2) unstable; urgency=low
 .
   [ Josselin Mouette ]
   * Enable again gtk3 on m68k.
   * Add missing dependency python3-gi-cairo → python3-gi.
 Closes: #673213.
 .
   [ Michael Biebl ]
   * Stop using a doc symlink for the dbg package. The space savings are
 negligible and they are prone to cause problems. In case of
 python-gobject-dbg, which was converted to a transitional package, the
 symlink was mistakenly converted to a real directory which isn't handled
 nicely by dpkg. Closes: #700779
   * Move transitional packages into section oldlibs with priority extra.
Checksums-Sha1: 
 52e57bcee3b2c57b289e40b55daa2f1f8314975e 2926 pygobject_3.2.2-2.dsc
 8d10dda165862d70eb3848f63a2f40c8d159413c 15857 pygobject_3.2.2-2.debian.tar.gz
 6f79258e6c4d27d9817ec07c2eee8954f791cb6d 517738 python-gi_3.2.2-2_amd64.deb
 770439569277a4c55f140a674d8168e942285775 354096 python3-gi_3.2.2-2_amd64.deb
 b222e6681733076f473c4503bc4f8d79639b1e60 165728 
python-gi-cairo_3.2.2-2_amd64.deb
 b78a5f3987451af25a99de81d7d65c4c09cd584c 1864400 
python-gi-dbg_3.2.2-2_amd64.deb
 d7679516f08ff243d726c9ff8acb7b5ea234788f 1004328 
python3-gi-dbg_3.2.2-2_amd64.deb
 a7a238a03a0b68784f3295c6a292b7a3c4201151 178322 
python3-gi-cairo_3.2.2-2_amd64.deb
 833f3dc9c63db2d03b7b3115ed794d32377aec93 169408 python-gi-dev_3.2.2-2_all.deb
 31cc815373fc5ccde54f0ce5b9d417c0da7725ff 162382 python-gobject_3.2.2-2_all.deb
 f17d00b354d785f3fe8028904b70e63cf7f75b28 162530 
python-gobject-dbg_3.2.2-2_all.deb
 519b991ae1f2338014292e3b57d0b6d954dd95aa 162402 
python-gobject-dev_3.2.2-2_all.deb
Checksums-Sha256: 
 c6836ac17a0c25730e27b2d31e2040dc6ab63805a5ce37d773c90a8894644ed3 2926 
pygobject_3.2.2-2.dsc
 1e1c32bb67a7e69b7ff437199a930308a864427929e37ec7ea2fb37e2c8a1ede 15857 
pygobject_3.2.2-2.debian.tar.gz
 9bfe0048295d9adce98c61c9d0df73c2ee2ba230079684f91f8460804fc96820 517738 
python-gi_3.2.2-2_amd64.deb
 a43d21e2bbcb8e1f7e175d7694b5d6482a7d7e56ab186ffd030a37fe17a4a469 354096 
python3-gi_3.2.2-2_amd64.deb
 cc2dcc88d0a48db1e60fb335f739225fb9df8cb35e0cc5cd85cc3bde4ebf5c15 165728 
python-gi-cairo_3.2.2-2_amd64.deb
 df749ce92e6bbc364699068ef49692762e5ea1d00fa63d4c7934e2e6732b8b81 1864400 
python-gi-dbg_3.2.2-2_amd64.deb
 013b2108d3ba298a218779c85a0f14382f2f95ae995c6362e13e97e9bc6487f2 1004328 
python3-gi-dbg_3.2.2-2_amd64.deb
 e8166bc5bc0cfa7ff7f589342241614f70230bfc3e75f00392e06062564949ae 178322 
python3-gi-cairo_3.2.2-2_amd64.deb
 4acf2e113b3df02d1c0e7dfd1d8271f1b1493ae33a0e515c9d3415e5cd614b58 169408 
python-gi-dev_3.2.2-2_all.deb
 0ee0b3bce53ad29e68145f30f54b6369c6d49bd48f2c77e0500f55363ab0a7f8 162382 
python-gobject_3.2.2-2_all.deb
 9ea801ee8b5d73de515d8795bac116865931b8e40833accbcf54bdea71e2ac29 162530 
python-gobject-dbg_3.2.2-2_all.deb
 eaa051c2b53dd7a5be0929e4804742b0964c5b2ca6866ca1dd61f4c687e18fcf 162402 
python-gobject-dev_3.2.2-2_all.deb
Files: 
 b0b59ce368759720d89fab1629431809 2926 python optional pygobject_3.2.2-2.dsc
 e00137a361bb0828fd5ad7233781f1d1 15857 python optional 
pygobject_3.2.2-2.debian.tar.gz
 4d16b80568244d1e8b94976b421cfb9d 517738 python optional 
python-gi_3.2.2-2_amd64.deb
 38f9f8f50342f09b7a8f5cb6a91cecf2 354096 python optional 
python3-gi_3.2.2-2_amd64.deb
 897add6200c743e0ab9147f1a01a5163 165728 python optional 
python-gi-cairo_3.2.2-2_amd64.deb
 59d82302278361b9f3b5c49f8660b6c0 1864400 debug extra 
python-gi-dbg_3.2.2-2_amd64.deb
 12fcf189e8c80ad748610ef91b943f9e 1004328 debug extra 
python3-gi-dbg_3.2.2-2_amd64.deb
 f79c5fe8e14e4374556a0d639c4104f7 178322 python optional 
python3-gi-cairo_3.2.2-2_amd64.deb
 c743c8ad358bcf1f3c5ad517dc45dba8 169408 python optional 
python-gi-dev_3.2.2-2_all.deb
 c27d42a8866a4c8a9a398d5489dd5baa 162382 oldlibs extra 

Accepted pygobject 3.4.2-3 (source amd64 all)

2013-02-21 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 21 Feb 2013 23:48:57 +0100
Source: pygobject
Binary: python-gi python3-gi python-gi-cairo python-gi-dbg python3-gi-dbg 
python-gi-dev python3-gi-cairo python-gobject python-gobject-dbg 
python-gobject-dev
Architecture: source amd64 all
Version: 3.4.2-3
Distribution: experimental
Urgency: low
Maintainer: Josselin Mouette j...@debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 python-gi  - Python 2.x bindings for gobject-introspection libraries
 python-gi-cairo - Python Cairo bindings for the GObject library
 python-gi-dbg - Python bindings for the GObject library (debug extension)
 python-gi-dev - development headers for GObject Python bindings
 python-gobject - Python 2.x bindings for GObject - transitional package
 python-gobject-dbg - Python 2.x debugging modules for GObject - transitional 
package
 python-gobject-dev - Python 2.x development headers for GObject - transitional 
package
 python3-gi - Python 3 bindings for gobject-introspection libraries
 python3-gi-cairo - Python 3 Cairo bindings for the GObject library
 python3-gi-dbg - Python 3 bindings for gobject-introspection libraries (debug 
exte
Closes: 673213 700779
Changes: 
 pygobject (3.4.2-3) experimental; urgency=low
 .
   [ Martin Pitt ]
   * debian/control.in: Make python-gi-dev Arch: any, as it now uses multiarch
 paths for the pkg-config file.
   * debian/control.in: Put transitional packages into section oldlibs, and
 priority extra. Thanks lintian.
   * debian/control.in: Fix non-bin-NMUable dependency of python-gobject-dev.
   * Add lintian overrides to suppress the package-name-doesnt-match-sonames
 warnings.
   * Add lintian override for dbg-package-missing-depends python-gobject-dbg;
 this is a transitional package only.
   * Bump g-i build dependency to = 1.34.2 to ensure the tests are working.
   * Add autopkgtests for the -dbg flavours of Python 2 and 3.
   * debian/control.in: Have python-gi-dev depend on python3-gi, too.
 (LP: #1101683)
 .
   [ Josselin Mouette ]
   * Enable again gtk3 on m68k.
   * Add missing dependency python3-gi-cairo → python3-gi. (Closes: #673213)
 .
   [ Michael Biebl ]
   * Stop using a doc symlink for the dbg package. The space savings are
 negligible and they are prone to cause problems. In case of
 python-gobject-dbg, which was converted to a transitional package, the
 symlink was mistakenly converted to a real directory which isn't handled
 nicely by dpkg. (Closes: #700779)
   * Use strict dependencies in python-gi-dev as the package is now
 Architecture: any
   * Tighten the dependency on python-gi-dev for python-gobject-dev.
Checksums-Sha1: 
 4babd31c7b7f35b9c42d70a5a3bd5eae163bcfc9 2959 pygobject_3.4.2-3.dsc
 040d4368b13aed0bb7967625c6e487698a7005f8 17747 pygobject_3.4.2-3.debian.tar.gz
 5ba3d194b667c476c142e3c21b3596bfa65787c6 434338 python-gi_3.4.2-3_amd64.deb
 c0b3edf0e6fb5beced3a7f7b5e8698ed268b3a06 403882 python3-gi_3.4.2-3_amd64.deb
 315e864e49b89b77806240fd90d127f7e0ce5674 200134 
python-gi-cairo_3.4.2-3_amd64.deb
 49918b626b8d076cbb004f2a21b1b65d27ae6441 830630 python-gi-dbg_3.4.2-3_amd64.deb
 12ac1f553669e9cf904f613da3f2ea4612579c57 817044 
python3-gi-dbg_3.4.2-3_amd64.deb
 0303ed27eb0c51165361be519b3d23b23fdd71aa 203692 python-gi-dev_3.4.2-3_amd64.deb
 5a063ded9244fa164772f19711b1db9163859322 199980 
python3-gi-cairo_3.4.2-3_amd64.deb
 6f1410c64c733d9cd39a0c453ad45d83d7922662 196638 python-gobject_3.4.2-3_all.deb
 8a1d10e3ffdf0f7c8fdff5ae248c34e1487faf1f 196780 
python-gobject-dbg_3.4.2-3_all.deb
 de8c58e9c5c7ff2d47ed41b50791734eb613a9de 196674 
python-gobject-dev_3.4.2-3_all.deb
Checksums-Sha256: 
 07b087dd414e5a0482b64c9cfb875ce23262b78b2ede330e083a900e3033afa6 2959 
pygobject_3.4.2-3.dsc
 d665d5881d18a08acdf044c0ebf5f287f135b65954aa431caad7cf7e839648c1 17747 
pygobject_3.4.2-3.debian.tar.gz
 0c7cf1857eef86c95564e04cb18bd38d9f35634de0ece0fc8cbc56c990b1add4 434338 
python-gi_3.4.2-3_amd64.deb
 27d3a2fb39b8786e692f7e4fb158918799521b9c00493c8eaff42b746464f6cd 403882 
python3-gi_3.4.2-3_amd64.deb
 746ff43527dbf678556828f3fe6054a6c025505a7db24e2e0512b6dbec65bf87 200134 
python-gi-cairo_3.4.2-3_amd64.deb
 f6dc2ceb70e2d81a2f09a222cb0532562eb7d887c3be049cf0307771fde78c1b 830630 
python-gi-dbg_3.4.2-3_amd64.deb
 0973cdc83fd4671c5be3b04c3a4ad9dce64de065b91990d9e3bbb980edb46d00 817044 
python3-gi-dbg_3.4.2-3_amd64.deb
 10cd70210a497363a0913437d443789680903e05b3c919d28ef45546ad595915 203692 
python-gi-dev_3.4.2-3_amd64.deb
 569f3272c64bc4e9415b66447d6d5a98fb0d274906eaf24d808c790a6e7fc4eb 199980 
python3-gi-cairo_3.4.2-3_amd64.deb
 de99ebc168d6b88e24712df754b235e05b0f17808fc4ff331ef96ee0d4915e3c 196638 
python-gobject_3.4.2-3_all.deb
 6b59e3af690fbd8d6c07a808c9ed8e3a82e1dca95df2c7790f76afee33254d76 196780 
python-gobject-dbg_3.4.2-3_all.deb
 a6a58b4ce44ff277374079b0f37b2ab45fae427c0844e68076584feecd12e320 196674 
python-gobject-dev_3.4.2-3_all.deb
Files: 
 

Accepted kismet 2011.03.R2-1~experimental4 (source amd64)

2013-02-21 Thread Nick Andrik
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 20 Feb 2013 12:44:52 +0100
Source: kismet
Binary: kismet kismet-plugins
Architecture: source amd64
Version: 2011.03.R2-1~experimental4
Distribution: experimental
Urgency: low
Maintainer: Nick Andrik nick.and...@gmail.com
Changed-By: Nick Andrik nick.and...@gmail.com
Description: 
 kismet - wireless sniffer and monitor - core
 kismet-plugins - wireless sniffer and monitor - plugins
Changes: 
 kismet (2011.03.R2-1~experimental4) experimental; urgency=low
 .
   * Allow build for non-linux systems
 - debian/patches/support_kfreebsd:
   + Add support for kfreebsd systems
 - debian/control:
   + Use libbluetooth and libnl build-deps only on linux systems
   * Remove initial numbers from patches names
Checksums-Sha1: 
 97b49503e631ff6c0f9ecc216e5aa514491fee0c 2153 
kismet_2011.03.R2-1~experimental4.dsc
 c01706b0441a3ea412386930bcbaf56187c66d27 924988 kismet_2011.03.R2.orig.tar.gz
 0ecc42272e2cf29e354cce360ac856efe34cda8d 49469 
kismet_2011.03.R2-1~experimental4.debian.tar.gz
 6b87d62b7b677d1fbc31291d22cb26828575f3fc 1908090 
kismet_2011.03.R2-1~experimental4_amd64.deb
 e0935c82e0737ce4a07ceebe92f7f63f755ceb21 213148 
kismet-plugins_2011.03.R2-1~experimental4_amd64.deb
Checksums-Sha256: 
 a5196d6b22a56065fb416256588045ff7d83a9e1367b23966dd911dfb180365c 2153 
kismet_2011.03.R2-1~experimental4.dsc
 71a099fb724951cdd55c28e492432ca21657534c91a536c206f3e0a8686d2a64 924988 
kismet_2011.03.R2.orig.tar.gz
 5792c6df925c3a53e5e245db613c4541ce046e2b332e0f1a7130cf5295a06c90 49469 
kismet_2011.03.R2-1~experimental4.debian.tar.gz
 0ecb6f463b1ee3d6acdb0f36a8ba4b910a1a5dc6033839420b4e6582fc49aec7 1908090 
kismet_2011.03.R2-1~experimental4_amd64.deb
 97f54f14027a12e78d7b8f76284c14c08e3fdea2a81e6368cab3a55a0491bd6f 213148 
kismet-plugins_2011.03.R2-1~experimental4_amd64.deb
Files: 
 3ff899b611354a5d717f316ee44516f8 2153 net optional 
kismet_2011.03.R2-1~experimental4.dsc
 8bf077e8111e6dc8c12cadefdf40aadd 924988 net optional 
kismet_2011.03.R2.orig.tar.gz
 ee18994408736432ea1f59fcfcddd888 49469 net optional 
kismet_2011.03.R2-1~experimental4.debian.tar.gz
 442c91fa461d2f7d474587677a59942d 1908090 net optional 
kismet_2011.03.R2-1~experimental4_amd64.deb
 95fe4a989a498c96accd847690fe254b 213148 net optional 
kismet-plugins_2011.03.R2-1~experimental4_amd64.deb

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

iQIcBAEBCAAGBQJRJsQ9AAoJEHQmOzf1tfkTL/kP/i+bKBC2ECBI86FiCDt8TJ9y
wpNq69aiLMo37XwoAS5zJ7MA08+o2+7NGc+0D9mdfC/gs3XcJPWjs8AnFqzj7nhb
45Zbiy+/M9MJ8osY7mmclJPk1jToXt0fge/XTIkm/iP3MlgfHsfyqGKOc3a5vGFM
Q5/USSc1181vdBXueZp6E2bBJedHNqJSP3CjDT56EAJBDunhvX0tRna8BC7b/w6w
SHpDHGgm2W1VcvGml3bHAfVByOz0s5ofGW0DlEU2XZ7ei3y2itdL1ZeucgdIZpDj
5PcS5UQYXcUah4Qk7OyMgioevGXACRTz+re6QOeCPL1xaPemeiwcr8iL6VLOYaEZ
xnSelnMmb5MUkN+MXuo27J2JDdHBsxT81EX7BNl0DCgZEd/D/ByZHc2jk5j9gPMk
sCNZtYY9Fmlf5WIKg1E/Y2n+VgPBjTfZ8qyqtl41yHllzWKmaezgkwVv7uelBshE
FB1veLPUzIqv5l7UDvbdBA2I3qKENHVwNjg7UgIb8RnGHxH7LulLF3RfBFZ690j4
fw1ahAWk2shT0x64A9u7gqw77wkenhWtitlvPZ2FjmVeAXeSrQvpT8o+ScVtcCyY
Dm8T9Pd2Aym2YuxEBQlWFWTBMSPp0BiqLB8bvDDpwMv/5xHR9b5hOxa5skE8sXfy
MPboaXgx3Ia3ncQWhWhi
=hLEs
-END PGP SIGNATURE-


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



Accepted texmacs 1:1.0.7.18-1 (source all i386)

2013-02-21 Thread Atsuhito KOHDA
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 21 Feb 2013 11:51:59 +0900
Source: texmacs
Binary: texmacs texmacs-common
Architecture: source all i386
Version: 1:1.0.7.18-1
Distribution: unstable
Urgency: low
Maintainer: Atsuhito KOHDA ko...@debian.org
Changed-By: Atsuhito KOHDA ko...@debian.org
Description: 
 texmacs- WYSIWYG mathematical text editor using TeX fonts
 texmacs-common - WYSIWYG mathematical text editor using TeX fonts
Changes: 
 texmacs (1:1.0.7.18-1) unstable; urgency=low
 .
   * New Upstream Release.
   * Removed 05_fixRd.patch and updated 01_american.patch, 09_ipa.patch
 10_tex-files.cpp.patch
Checksums-Sha1: 
 a1b38d8fb5cb8afd2e77442d0f17f22531c944a6 1422 texmacs_1.0.7.18-1.dsc
 21413aa39dca2d14c153b43a2267bbb46d3d6815 18532552 texmacs_1.0.7.18.orig.tar.gz
 bb7ccfe2a39e8318ae3eba9ba53b6da48074d6b7 33237 texmacs_1.0.7.18-1.diff.gz
 fefeaf045dd61821aa3f6033a7bbce88bbbf38c9 13920350 
texmacs-common_1.0.7.18-1_all.deb
 43bb1c0b10e46916188e26014f5607f526727311 1804382 texmacs_1.0.7.18-1_i386.deb
Checksums-Sha256: 
 32fd09fdd936ce5cae9f5293badd116d842a4d5ea0c2766a754ab44876c01931 1422 
texmacs_1.0.7.18-1.dsc
 5a821eeef8a2dff302f008f326c7d8a0e483ab51d3341fbd7a028d9aa724ffeb 18532552 
texmacs_1.0.7.18.orig.tar.gz
 5c4529e752ac2ec9853a8565a022c7da72319f45b558e02f033d668ca8466020 33237 
texmacs_1.0.7.18-1.diff.gz
 bcd3f470aca9d3878136f5b06a3d76c535b25ccef46fb773207aaa0965b1f527 13920350 
texmacs-common_1.0.7.18-1_all.deb
 963d010cbd98ac14a26068560381eff15bca392fb6ad2ce0a198ca543edd1086 1804382 
texmacs_1.0.7.18-1_i386.deb
Files: 
 280269754c608ae70b173db4abbfcc7d 1422 editors optional texmacs_1.0.7.18-1.dsc
 b81a7020492a84ba65117695378e051a 18532552 editors optional 
texmacs_1.0.7.18.orig.tar.gz
 797f02d0d3b17b49898030210077eb27 33237 editors optional 
texmacs_1.0.7.18-1.diff.gz
 734dbd70bc914dbacb40e4fd1c5b6fd0 13920350 editors optional 
texmacs-common_1.0.7.18-1_all.deb
 d891335cb185f5914b343079fe16767d 1804382 editors optional 
texmacs_1.0.7.18-1_i386.deb

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

iEYEARECAAYFAlEmwzwACgkQ1IXdL1v6kOyEbQCfa430noUgZSfxcO8VwXA09lZz
2Y0AnRccqtOSzdEKDyx6QfXf61CZiP78
=h1Ui
-END PGP SIGNATURE-


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



Accepted fltk1.3 1.3.0-9 (source amd64 all)

2013-02-21 Thread Aaron M. Ucko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 21 Feb 2013 22:54:48 -0500
Source: fltk1.3
Binary: fluid libfltk1.3-dev libfltk1.3-compat-headers libfltk1.3 
libfltk-cairo1.3 libfltk-forms1.3 libfltk-gl1.3 libfltk-images1.3 
libfltk1.3-dbg fltk1.3-doc fltk1.3-games
Architecture: source amd64 all
Version: 1.3.0-9
Distribution: unstable
Urgency: low
Maintainer: Aaron M. Ucko u...@debian.org
Changed-By: Aaron M. Ucko u...@debian.org
Description: 
 fltk1.3-doc - Fast Light Toolkit - documentation
 fltk1.3-games - Fast Light Toolkit - example games: checkers, sudoku
 fluid  - Fast Light Toolkit - user interface designer
 libfltk-cairo1.3 - Fast Light Toolkit - Cairo rendering layer support
 libfltk-forms1.3 - Fast Light Toolkit - Forms compatibility layer support
 libfltk-gl1.3 - Fast Light Toolkit - OpenGL rendering support
 libfltk-images1.3 - Fast Light Toolkit - image loading support
 libfltk1.3 - Fast Light Toolkit - main shared library
 libfltk1.3-compat-headers - Fast Light Toolkit - compatibility header symlinks
 libfltk1.3-dbg - Fast Light Toolkit - shared libraries with debugging symbols
 libfltk1.3-dev - Fast Light Toolkit - development files
Closes: 699860
Changes: 
 fltk1.3 (1.3.0-9) unstable; urgency=low
 .
   * src/Fl_x.cxx: fix drag and drop of selections from Mozilla Gecko apps
 (iceape/icedove/iceweasel in Debian).  (Closes: #699860.)
   * debian/libfltk1.3.symbols: account for the new symbol that fix added.
Checksums-Sha1: 
 8649c16eacac2ee3a843a6e8dadb284c8c12b76c 2657 fltk1.3_1.3.0-9.dsc
 e81e60f7efaa09aa44c8ef0030e01930db0f07bd 46423 fltk1.3_1.3.0-9.debian.tar.gz
 6fbe52d9cdec3867d5fb16a5e86a79ec4cefe0e7 305692 fluid_1.3.0-9_amd64.deb
 9c31a657162d96604b2606b120be0adb7e76f628 1197466 
libfltk1.3-dev_1.3.0-9_amd64.deb
 726ca76d0dda419c74bc7911809ebb02e40fa5a0 76116 
libfltk1.3-compat-headers_1.3.0-9_all.deb
 178e1f5e446fbc21901540ded5dafa463bc39e4d 756320 libfltk1.3_1.3.0-9_amd64.deb
 fe5c9d79f81c5a8ab35181f6269a3be157455a03 76550 
libfltk-cairo1.3_1.3.0-9_amd64.deb
 676da0768743f6f34a525d50476d295f0456eb5d 84650 
libfltk-forms1.3_1.3.0-9_amd64.deb
 d89de5a2961c91f75e98045794e786fe015c991c 117492 libfltk-gl1.3_1.3.0-9_amd64.deb
 dba3f5dec88b154edea30196f9df84ad6c3c422d 99394 
libfltk-images1.3_1.3.0-9_amd64.deb
 c2e9bff8c0bd14e2565d1703ac39a72df9766b53 2152470 
libfltk1.3-dbg_1.3.0-9_amd64.deb
 8d747212875d66e6d011c9f71ddfc4ece78ed548 9825842 fltk1.3-doc_1.3.0-9_all.deb
 631f0fcdd8e1eb95de6b6dbf7cb7989e2f148570 191996 fltk1.3-games_1.3.0-9_amd64.deb
Checksums-Sha256: 
 06ec63ad28f45c8b14508c2e81ddc565045836f92be36ba4b2b05c8e3d221f84 2657 
fltk1.3_1.3.0-9.dsc
 b40e85a05d986f129e2e13370d1ebe598e09c23bf8241dca6a536d0ce9e83c67 46423 
fltk1.3_1.3.0-9.debian.tar.gz
 f4116dc5ef940bfc1d791626b9f4482ed33bc90de117a746cb4ce658a88c 305692 
fluid_1.3.0-9_amd64.deb
 806bfcdf7a2c3f64adf406b10a134ee21f3daba5d9d1e9089e6e136fe377a0be 1197466 
libfltk1.3-dev_1.3.0-9_amd64.deb
 b813dab915949c5868269d416582ecf1aab9565fc394ba73225d09fc7199ed7f 76116 
libfltk1.3-compat-headers_1.3.0-9_all.deb
 41ece9133f6a1cda068bcc3062dfefaf2d4889093a3e3a504a99b27520309d94 756320 
libfltk1.3_1.3.0-9_amd64.deb
 13ec3203628822310ed0dfa8afecae2784aacb617ef2dc2e1f115c3393709bbb 76550 
libfltk-cairo1.3_1.3.0-9_amd64.deb
 7b35c50ff18e006e3801bdb5539b6894620b5bd54cf2a76b984c8d7166b0e6ae 84650 
libfltk-forms1.3_1.3.0-9_amd64.deb
 25d4fa0ee793d366ade45b0151325161e181f2bf0f8f585c8bca0921c8a677b5 117492 
libfltk-gl1.3_1.3.0-9_amd64.deb
 0bdf678421ec1cca6e6d142ecf5851d3123ac74b8e4240cf8b619713edc88d72 99394 
libfltk-images1.3_1.3.0-9_amd64.deb
 d206fa42da965e7599978c39b787b21bf4aee42c9a6d01ff6b849fb638aa2e53 2152470 
libfltk1.3-dbg_1.3.0-9_amd64.deb
 403e562108e5f15058a9b50a1a41816f31b83038eba1cdfe282fe1f0ba027723 9825842 
fltk1.3-doc_1.3.0-9_all.deb
 bde7e0ef703116c580ffe7a23e8259459265d0805e5e40b0276273d73305ec67 191996 
fltk1.3-games_1.3.0-9_amd64.deb
Files: 
 cb8cc7adc33588103a98c7257a5476e9 2657 libs optional fltk1.3_1.3.0-9.dsc
 323e65ba7e8bc49f61f07e558d730125 46423 libs optional 
fltk1.3_1.3.0-9.debian.tar.gz
 1c40254f053c45d363c51734bb1b4b2d 305692 devel optional fluid_1.3.0-9_amd64.deb
 14c037dcc32f11f7f899bf772854e3a0 1197466 libdevel optional 
libfltk1.3-dev_1.3.0-9_amd64.deb
 43b34add807cab733d799373940535fe 76116 libdevel optional 
libfltk1.3-compat-headers_1.3.0-9_all.deb
 4ef1d315ce6812aa4dc5feaaa96da3bd 756320 libs optional 
libfltk1.3_1.3.0-9_amd64.deb
 c85bf72a22c40cca834804df0e0fae2b 76550 libs optional 
libfltk-cairo1.3_1.3.0-9_amd64.deb
 b6d06b99d0a430fa2b8970d0c2843ee9 84650 libs optional 
libfltk-forms1.3_1.3.0-9_amd64.deb
 a5c573b07fc5b9815498101ab5331032 117492 libs optional 
libfltk-gl1.3_1.3.0-9_amd64.deb
 3eb1454d790b1813c2cd9f6e766af45e 99394 libs optional 
libfltk-images1.3_1.3.0-9_amd64.deb
 a83ea26b14edae8c34195f453f1d16cc 2152470 debug extra 
libfltk1.3-dbg_1.3.0-9_amd64.deb
 891142c42e7f0210a8c2a5ef2a78b18f 9825842 doc optional 
fltk1.3-doc_1.3.0-9_all.deb
 

Accepted vim 2:7.3.831-1 (source all amd64)

2013-02-21 Thread James McCoy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 21 Feb 2013 22:13:43 -0500
Source: vim
Binary: vim-common vim-gui-common vim-runtime vim-doc vim-tiny vim vim-dbg 
vim-gtk vim-nox vim-athena vim-lesstif vim-gnome
Architecture: source all amd64
Version: 2:7.3.831-1
Distribution: experimental
Urgency: low
Maintainer: Debian Vim Maintainers pkg-vim-maintain...@lists.alioth.debian.org
Changed-By: James McCoy james...@debian.org
Description: 
 vim- Vi IMproved - enhanced vi editor
 vim-athena - Vi IMproved - enhanced vi editor - with Athena GUI
 vim-common - Vi IMproved - Common files
 vim-dbg- Vi IMproved - enhanced vi editor (debugging symbols)
 vim-doc- Vi IMproved - HTML documentation
 vim-gnome  - Vi IMproved - enhanced vi editor - with GNOME2 GUI
 vim-gtk- Vi IMproved - enhanced vi editor - with GTK2 GUI
 vim-gui-common - Vi IMproved - Common GUI files
 vim-lesstif - Vi IMproved - enhanced vi editor (transitional package)
 vim-nox- Vi IMproved - enhanced vi editor - with scripting languages suppo
 vim-runtime - Vi IMproved - Runtime files
 vim-tiny   - Vi IMproved - enhanced vi editor - compact version
Closes: 620106 680772
Changes: 
 vim (2:7.3.831-1) experimental; urgency=low
 .
   * Merge upstream tag v7-3-831
 + Merged patches:
   - upstream/debian-runtime-spell.patch, upstream/if_py-crash.patch,
 upstream/netrw-syntax-fix.patch, upstream/remove-py_config.patch
 + 7.3.607: Swap fg and bg colors for completion menu.  (Closes: #680772)
 + 7.3.750: Fix off-by-one error in justify macro.  (Closes: #620106)
 + 7.3.751: Retry test61 once if it fails.
   - Remove the explicit ignoring of test61 failures in debian/rules
   * Mark DM-Upload-Allowed in debian/control files as an Error, since the
 field is no longer supported by the Debian archives.
   * Re-enable vim-gnome on m68k.
   * Update Ubuntu release names in Debian runtime files.
Checksums-Sha1: 
 6ae89c93ddb7dad28c954cc4ef3b2c7937808da4 1984 vim_7.3.831-1.dsc
 2959c0a035ece082b8f939a0f217bc60fae995e1 11356672 vim_7.3.831.orig.tar.gz
 a6ab014bab76cab3ddc1c9e8b31e5f6f7b273770 188961 vim_7.3.831-1.debian.tar.gz
 ea01bfb42996b4c5aaf5a8cbe0adb2f548e73a55 143248 
vim-gui-common_7.3.831-1_all.deb
 4c6fd16d30b637ca848e6cf86cdb007fa7d5b4a5 4743646 vim-runtime_7.3.831-1_all.deb
 45608fed574c288fb1aa10b70ad14d368323108e 1668278 vim-doc_7.3.831-1_all.deb
 791491c60f19aa2dffccd6eaa149fca0f5cb7b7c 87478 vim-lesstif_7.3.831-1_all.deb
 a533885ac426cd86dad6aa8a736db147fc7dcc2a 357480 vim-tiny_7.3.831-1_amd64.deb
 cdb37a7d7fad74cdadc57781b553f7930d444bac 1047622 vim-gtk_7.3.831-1_amd64.deb
 a9dbf7c04ee4c03cbac0e9bcf66e00661ee84a8d 1049842 vim-gnome_7.3.831-1_amd64.deb
 3e1522cc79a9f9998a371a9002dee4a5b51afb2b 1035962 vim-athena_7.3.831-1_amd64.deb
 460fc6de25b176b602f65f2f4209df36d17fd33b 934760 vim-nox_7.3.831-1_amd64.deb
 836d400b7104fb4aba43d89cb1fb673d073825d1 162922 vim-common_7.3.831-1_amd64.deb
 1c73f270b374ce56a39e9b81ca4f486504c2901b 846420 vim_7.3.831-1_amd64.deb
 bdcf71edeeb606158f4cfcf785fd199e65511be2 7873326 vim-dbg_7.3.831-1_amd64.deb
Checksums-Sha256: 
 8bfc424ce0d95c2e7c4d188d1dd13d59e660aa87911cf70e9af291b92be858e3 1984 
vim_7.3.831-1.dsc
 b3f4037151a3a0b10f08d069a526e9a7ac73abfc056aa634c25026ddf6cbd0c5 11356672 
vim_7.3.831.orig.tar.gz
 c59ef1f0a2c04a4336255ccdffea1c67acbd31a855b11b3f4c460269e975 188961 
vim_7.3.831-1.debian.tar.gz
 894969a737984a8e27a95f17a7d9c6725ead52e27bb821959f720039a5f3757d 143248 
vim-gui-common_7.3.831-1_all.deb
 b4d0709b610a9ace26a9097db3df4785dc052724239d54ca53af512f686fcc34 4743646 
vim-runtime_7.3.831-1_all.deb
 e8bf1d8945e1b9996f45dfd4f742515b92d13bde7adb8585f07f84557dfec444 1668278 
vim-doc_7.3.831-1_all.deb
 bac31b00c397a806267b176b05283f3aec446c85f092df5badb7030237baa9ab 87478 
vim-lesstif_7.3.831-1_all.deb
 e9e797f5e3ea6ea72de592bec64343be0cc1f9ef93a128d0f1a3900cd6ea2df6 357480 
vim-tiny_7.3.831-1_amd64.deb
 4b5035d3035cba9645f626bc1104f80f7cbcff1d4325619ddb00215d37441b42 1047622 
vim-gtk_7.3.831-1_amd64.deb
 d4b3bf4fee7b6e738990c92f4e0e31be4f4a9a496d65b4390c1e7c6d79fa6aab 1049842 
vim-gnome_7.3.831-1_amd64.deb
 9508996e856d6008cdd6dd4fe18d109a628bff2a6ec5b26b9e0c8d273100c8b0 1035962 
vim-athena_7.3.831-1_amd64.deb
 d116bc9772f48b6f2cd598692e8a33a6a2e8f50d90206e44566da62bd38b7682 934760 
vim-nox_7.3.831-1_amd64.deb
 b4c6c54c422dbfd3f9e8aaf359b0f3437f2c19f1ed87a8b3d477c4e46751007d 162922 
vim-common_7.3.831-1_amd64.deb
 be707f903d7f9d94439fb129aed44e40ce8504b12b6b2827773ac49826a9ad7a 846420 
vim_7.3.831-1_amd64.deb
 297b4e97673bfc5ee5f430c10237345f33544421c85e552e0d24eb490a2d6046 7873326 
vim-dbg_7.3.831-1_amd64.deb
Files: 
 59a9a974d7483e8e6919fb553a2a9482 1984 editors optional vim_7.3.831-1.dsc
 c9eda24be251dc6e3882ed0236ea2b1a 11356672 editors optional 
vim_7.3.831.orig.tar.gz
 f27f963c2088cd2689fad296b379e08f 188961 editors optional 
vim_7.3.831-1.debian.tar.gz
 749529f4d5553055742e466dc7c52060 143248 editors optional 

Accepted xburst-tools 201206-1 (source amd64)

2013-02-21 Thread Xiangfu Liu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 21 Jun 2012 18:33:04 +0800
Source: xburst-tools
Binary: xburst-tools
Architecture: source amd64
Version: 201206-1
Distribution: unstable
Urgency: low
Maintainer: Xiangfu Liu xian...@sharism.cc
Changed-By: Xiangfu Liu xian...@sharism.cc
Description: 
 xburst-tools - tools for Ingenic XBurst CPU USB boot and NAND flash access
Changes: 
 xburst-tools (201206-1) unstable; urgency=low
 .
   * Fix BIG-ENDIAN system error, taken from commit bf5b9f6
Checksums-Sha1: 
 128348ecfefca7b4584d50201093466c2bc2174a 2026 xburst-tools_201206-1.dsc
 1ecf343896acedd6374ce5ab2a5f26339f30c405 236009 
xburst-tools_201206.orig.tar.bz2
 30eac5a02308a67c79f6f8a7c48050a8b5f7b83e 37704 
xburst-tools_201206-1.debian.tar.gz
 617e2e58742b2b2697592213e7a2bf61a6b80257 81066 xburst-tools_201206-1_amd64.deb
Checksums-Sha256: 
 6b3daffb656d7de86cdd9de0e52c45dd4cd594f1ce2265f37ca97600963500e6 2026 
xburst-tools_201206-1.dsc
 4449214e5b39a5470a55add63d8b8017b01cce37d708f71fbef4d674040290c7 236009 
xburst-tools_201206.orig.tar.bz2
 92fa0cb158e1e5d69fcd73ea1e2415bcd0ccc7ba1bb0d1a6ca204a92deac7866 37704 
xburst-tools_201206-1.debian.tar.gz
 81837208d5e2e900c31264e7c0123dfe922bc674534c83a5b034d0660f3eedc3 81066 
xburst-tools_201206-1_amd64.deb
Files: 
 83d920b79479c0531a23b5b375848405 2026 misc extra xburst-tools_201206-1.dsc
 b36369779a18d25fdd597ce5c86da1df 236009 misc extra 
xburst-tools_201206.orig.tar.bz2
 ffa8845be351cb0661829931a3965b72 37704 misc extra 
xburst-tools_201206-1.debian.tar.gz
 d3b4806b794f24f519d50ecf1fe6d7e4 81066 misc extra 
xburst-tools_201206-1_amd64.deb

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

iQIcBAEBCAAGBQJRE7NvAAoJEN455DfyzFOYnMMP/1ZjyRwqD1g9UMNUEd3/bwG6
RacVFCutZERzkAxz5O4SkLVI7y6uIcIL7ZVPodBkQwpyNkZY/a79Qv7zy3NTfDpX
rvuTu9B/fR0e0xzeENrPCmkenkYS0uoDU4eM22A2t3yFYSNh042GfLgCSl5sQmPy
E1AV7b6gfadpP7843V+QOQ+x36ykYeAZSbTLNXY7h9VoYSahRN30m0GQi6jZvW2Z
quFFKtitg6uXXd2WMJVrWERr9v/48nHrhp7V0i33fErGY1rs7YZdt4T+duev0vYQ
MVomP6VpXXRQNNczhqQwKIS+Cz20TIa19NiFLDi+6vZD3NasVIpIw5YhabSeCZAE
osR/SzdRCJyHNGJaYOeq+FpxUd42FmA7myX9jX2+apHyLt8JAKf8y7++GWuHDwq6
P66sUVzVNu3uiC+Jq87mMgazKaD5BCASOmL8Pmebx5HvIcHKUuYlasTEO6E248lg
NvplaeKLvfIfBxY9PxQlbSqr2yVVZBTHVjrBCyB5WzeybPPUSxwegnkBOlLcnYSE
Xf1JAd8fw5cnfF8Ta4qpPWwYtavhGlGKFWhCOSTjUWPPLqTG02RoEVNCZivqlj1X
8U0BMfUvC3Ce+0yi6sVEBNr0yzNbdsApklctdNPxEYb/wDgtu0nPuQnIer6faLrx
r2tyCDMwcTqFFxf/KMDQ
=qh7D
-END PGP SIGNATURE-


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



Accepted fltk1.3 1.3.2-1 (source amd64 all)

2013-02-21 Thread Aaron M. Ucko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 21 Feb 2013 23:16:15 -0500
Source: fltk1.3
Binary: fluid libfltk1.3-dev libfltk1.3-compat-headers libfltk1.3 
libfltk-cairo1.3 libfltk-forms1.3 libfltk-gl1.3 libfltk-images1.3 
libfltk1.3-dbg fltk1.3-doc fltk1.3-games
Architecture: source amd64 all
Version: 1.3.2-1
Distribution: experimental
Urgency: low
Maintainer: Aaron M. Ucko u...@debian.org
Changed-By: Aaron M. Ucko u...@debian.org
Description: 
 fltk1.3-doc - Fast Light Toolkit - documentation
 fltk1.3-games - Fast Light Toolkit - example games: checkers, sudoku
 fluid  - Fast Light Toolkit - user interface designer
 libfltk-cairo1.3 - Fast Light Toolkit - Cairo rendering layer support
 libfltk-forms1.3 - Fast Light Toolkit - Forms compatibility layer support
 libfltk-gl1.3 - Fast Light Toolkit - OpenGL rendering support
 libfltk-images1.3 - Fast Light Toolkit - image loading support
 libfltk1.3 - Fast Light Toolkit - main shared library
 libfltk1.3-compat-headers - Fast Light Toolkit - compatibility header symlinks
 libfltk1.3-dbg - Fast Light Toolkit - shared libraries with debugging symbols
 libfltk1.3-dev - Fast Light Toolkit - development files
Closes: 699860
Changes: 
 fltk1.3 (1.3.2-1) experimental; urgency=low
 .
   * New upstream release.
   * debian/libfltk1.3.symbols: Update accordingly.
   * Merge Gecko DnD fix from 1.3.0-9, detailed below.  (Closes: #699860.)
Checksums-Sha1: 
 4ac4b47a085e4a29f5973b75ffd45c6ae36ff753 2657 fltk1.3_1.3.2-1.dsc
 25071d6bb81cc136a449825bfd574094b48f07fb 4260874 fltk1.3_1.3.2.orig.tar.gz
 918446c97e58879b8d42c0ec09f9394ba3be2dca 48063 fltk1.3_1.3.2-1.debian.tar.gz
 8c478c9898e79ed60afc01d97cc191e4d03360d3 295932 fluid_1.3.2-1_amd64.deb
 75aa426abafed9ac6323c5b44288077f5cab4871 1219966 
libfltk1.3-dev_1.3.2-1_amd64.deb
 6dccf708361961694160bb504eca6f94a765ea95 77116 
libfltk1.3-compat-headers_1.3.2-1_all.deb
 6319cdc1ff198528cbb8a5f17bc9bb43da88fae7 776780 libfltk1.3_1.3.2-1_amd64.deb
 0d970d62b03f6934ebe39683ca377411b025aae9 77412 
libfltk-cairo1.3_1.3.2-1_amd64.deb
 1b2699c9de5a01a35cb7bded09cf91ec2bda76af 85630 
libfltk-forms1.3_1.3.2-1_amd64.deb
 7d3a5344d36765b754bd5b78147ecbd52a2a4d07 118230 libfltk-gl1.3_1.3.2-1_amd64.deb
 1dcc23765d15f3ffe1d0a10ad796f4d240e5f340 100302 
libfltk-images1.3_1.3.2-1_amd64.deb
 6ee7514f5d9faabdba6a3e1bc7943a6bb77be855 2128352 
libfltk1.3-dbg_1.3.2-1_amd64.deb
 317ee18136e14d04186ba9a85a622b062e202f5b 9938930 fltk1.3-doc_1.3.2-1_all.deb
 56a55203c4d19424cbd9b7486223904a477c126b 192698 fltk1.3-games_1.3.2-1_amd64.deb
Checksums-Sha256: 
 3c99aa25e62c4a926612456fd1ff674022982a5b712f6bff0a251d61a650ed35 2657 
fltk1.3_1.3.2-1.dsc
 176044df94f31bd53a5806cf5054ca78b180bf9ae27ce47649608833695ee4a4 4260874 
fltk1.3_1.3.2.orig.tar.gz
 fa28e736d0e00bcb035542b945ced825bc85272a4a786cf8572476bf77449ca7 48063 
fltk1.3_1.3.2-1.debian.tar.gz
 405e45131fbe3bf028d196c2b2a01f76fc4cbe091881d628beac61d9a30a024b 295932 
fluid_1.3.2-1_amd64.deb
 ce52aa2d66031ee9c35821a28b030dac7b280b3de76e10b03ca79cac99829cb3 1219966 
libfltk1.3-dev_1.3.2-1_amd64.deb
 c774a1685833ab74d68a3b5c3d4d5aa843eeaf3f03242cb919fa47457105bbe2 77116 
libfltk1.3-compat-headers_1.3.2-1_all.deb
 29c728cf20b1416d6d688896bb9d3fc823218860ed78354fd25a19f775f77a23 776780 
libfltk1.3_1.3.2-1_amd64.deb
 91ef27eec77f0905d26615a1b3698fd11202f7a2781341155c092992176528df 77412 
libfltk-cairo1.3_1.3.2-1_amd64.deb
 115e9eafb4bafc808aa42f606f473343c1730ca8008b79fc5bf0ae53376afc98 85630 
libfltk-forms1.3_1.3.2-1_amd64.deb
 7c61283b1f056ca08e4506c006068d315411899464c29b9dfb84d5eef0988952 118230 
libfltk-gl1.3_1.3.2-1_amd64.deb
 fbab2ebf9f292f40af9363da010a17ad642528fcf7542c5c9ce8af86a95bb921 100302 
libfltk-images1.3_1.3.2-1_amd64.deb
 d9781d37dc2b0de25490560046af38a4e420366c62e1c1fbca7b94cbc7137a1e 2128352 
libfltk1.3-dbg_1.3.2-1_amd64.deb
 4237794db04ae4768d2bb6ffa3cf3375c1960eaa692b5f0442a629a6c7487b9e 9938930 
fltk1.3-doc_1.3.2-1_all.deb
 e9cb9861d502659558d4e4e0019bc9c095ca364e81a35c067113e1b2f9f95fcc 192698 
fltk1.3-games_1.3.2-1_amd64.deb
Files: 
 7a9ba8e6125780b929895ad109681640 2657 libs optional fltk1.3_1.3.2-1.dsc
 9f7e707d4fb7a5a76f0f9b73ff70623d 4260874 libs optional 
fltk1.3_1.3.2.orig.tar.gz
 244742da69a16cc5907a681cea8faff8 48063 libs optional 
fltk1.3_1.3.2-1.debian.tar.gz
 ffbcdd025d67a911c706280835502b3a 295932 devel optional fluid_1.3.2-1_amd64.deb
 3aae24bc7e67ececa12556a146801abd 1219966 libdevel optional 
libfltk1.3-dev_1.3.2-1_amd64.deb
 d3e7438d99ca73fa03e2c4688a74b231 77116 libdevel optional 
libfltk1.3-compat-headers_1.3.2-1_all.deb
 e196cf261bd1a507433c7007a0963859 776780 libs optional 
libfltk1.3_1.3.2-1_amd64.deb
 e4734d7d1cdb280dd289f052f92bdfca 77412 libs optional 
libfltk-cairo1.3_1.3.2-1_amd64.deb
 6c9f083751ada3852872c025af5eb662 85630 libs optional 
libfltk-forms1.3_1.3.2-1_amd64.deb
 6f5adc3db6dba3baf35d6e9ab4ba214a 118230 libs optional 
libfltk-gl1.3_1.3.2-1_amd64.deb
 bca41650fab06d8bef8b3236c645a1ef 100302 libs optional 

Accepted chromaprint 0.7-1 (source i386)

2013-02-21 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 22 Feb 2013 07:08:44 +0100
Source: chromaprint
Binary: libchromaprint-dev libchromaprint0 libchromaprint-tools
Architecture: source i386
Version: 0.7-1
Distribution: experimental
Urgency: low
Maintainer: Reinhard Tartler siret...@debian.org
Changed-By: Reinhard Tartler siret...@tauware.de
Description: 
 libchromaprint-dev - audio fingerprinting library - development files
 libchromaprint-tools - audio fingerprinting library - tools
 libchromaprint0 - audio fingerprint library
Closes: 692912
Changes: 
 chromaprint (0.7-1) experimental; urgency=low
 .
   [ Simon Chopin ]
   * New upstream release
   * Add fix-libav9-ftbfs patch for libav9 compatibility. (Closes: #692912)
 Thanks to Reinhard Tartler.
 .
   [ Reinhard Tartler ]
   * normalize fields with 'wrap-and-sort -as'
   * update Maintainers field, add myself to uploaders
   * make git-buildpackage work in branch 'exerimental'
Checksums-Sha1: 
 7cb2b06611a10164475926753d50fd5669124bf4 1614 chromaprint_0.7-1.dsc
 ceb94f43fbdc7e8a2964d652ac8ef529c70f7758 543119 chromaprint_0.7.orig.tar.gz
 e5c72aa68e8aa61ef9721f22a6a93901d7165d61 4619 chromaprint_0.7-1.debian.tar.gz
 48930dcc018d56dd139070af963f399a099a4a11 7448 libchromaprint-dev_0.7-1_i386.deb
 87ecace71344cdc3e2e5411daed8b151c76e922d 32300 libchromaprint0_0.7-1_i386.deb
 d9e1b17785530dbeb012af6c75e06c74687b0ba7 9654 
libchromaprint-tools_0.7-1_i386.deb
Checksums-Sha256: 
 1abe5ad7a315f0e840ef20f1b972973152c213675bc6ff77dea18a11b61679bb 1614 
chromaprint_0.7-1.dsc
 9d9b34931ba30f056721d9941615c3f67339787cc3d7d0495f051ad9b29ec28d 543119 
chromaprint_0.7.orig.tar.gz
 12caa6019d21c2d7d0bf5ea7656150ee2932d8ad78ad3c4aa5238e5f5fdc005a 4619 
chromaprint_0.7-1.debian.tar.gz
 7fc927020714406d32f1d9db87f1f634e9face057a56db1802cacb2fbf5c26f0 7448 
libchromaprint-dev_0.7-1_i386.deb
 9b721313ce1a62533856e27d21243ffb29757cb005d29245a4477c967887daad 32300 
libchromaprint0_0.7-1_i386.deb
 9e9e6abe10af0c580118f71b4ec8637d30499b6a3a759aa79598283011ab6ee0 9654 
libchromaprint-tools_0.7-1_i386.deb
Files: 
 e7101f36e94a5c27a545b04419194226 1614 libs optional chromaprint_0.7-1.dsc
 f559c89769b77a4d077ccafe0803c908 543119 libs optional 
chromaprint_0.7.orig.tar.gz
 08a6c3d6e08f93d8168222415949b235 4619 libs optional 
chromaprint_0.7-1.debian.tar.gz
 c17f854369b4ab56509fd956cff07b80 7448 libdevel optional 
libchromaprint-dev_0.7-1_i386.deb
 efe47a7a16e7d505375a847bf0ae55e6 32300 libs optional 
libchromaprint0_0.7-1_i386.deb
 1374ae0a8c7e2f0b7af06da1a7264cf4 9654 sound optional 
libchromaprint-tools_0.7-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.17 (GNU/Linux)
Comment: Debian Powered!

iEYEARECAAYFAlEnEGYACgkQmAg1RJRTSKRtcQCfUGQ4JbW2a1mU/6T0puUZZjxK
vDoAn1EuOXyABiayLjfjnD4YPzld7TVV
=aRX7
-END PGP SIGNATURE-


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



Accepted avifile 1:0.7.48~20090503.ds-13 (source all i386)

2013-02-21 Thread PaulLiu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 22 Feb 2013 14:47:49 +0800
Source: avifile
Binary: libavifile-0.7-common libavifile-0.7c2 libavifile-0.7-dev 
libavifile-0.7-bin
Architecture: source all i386
Version: 1:0.7.48~20090503.ds-13
Distribution: unstable
Urgency: low
Maintainer: Ying-Chun Liu (PaulLiu) paul...@debian.org
Changed-By: Ying-Chun Liu (PaulLiu) paul...@debian.org
Description: 
 libavifile-0.7-bin - toolkit for libavifile
 libavifile-0.7-common - toolkit for libavifile
 libavifile-0.7-dev - development header files for libavifile
 libavifile-0.7c2 - shared libraries for AVI read/writing
Closes: 700792
Changes: 
 avifile (1:0.7.48~20090503.ds-13) unstable; urgency=low
 .
   * Use --link-doc for documentation installation. (Closes: #700792)
 - Add preinst to remove real directory in libavifile-0.7c2
Checksums-Sha1: 
 728d692a188262c238d868bfcc3301fc918e5638 2180 avifile_0.7.48~20090503.ds-13.dsc
 3c6233d6ad01db131bdf25d28c5626714e157af2 26799 
avifile_0.7.48~20090503.ds-13.debian.tar.gz
 7e6cc74e8d72c1fb1947d53c4d6e73e0f1059593 91346 
libavifile-0.7-common_0.7.48~20090503.ds-13_all.deb
 749853bea32f081eb3ca488484eecc7eaed3 408408 
libavifile-0.7c2_0.7.48~20090503.ds-13_i386.deb
 1d6582122297712abb0ef67df3d7515313edf7d5 53896 
libavifile-0.7-dev_0.7.48~20090503.ds-13_i386.deb
 e65cfffb3104f58dc04418e1cbd124ed72eee064 24728 
libavifile-0.7-bin_0.7.48~20090503.ds-13_i386.deb
Checksums-Sha256: 
 5a02424774b2e7162d5c7436b89581f9680520c4369cb5acc21e3c131e7ed88b 2180 
avifile_0.7.48~20090503.ds-13.dsc
 afe992b2a23f962fbcfec1926947c5c331072cc5f0fe9d681c0f91c46040de75 26799 
avifile_0.7.48~20090503.ds-13.debian.tar.gz
 f7d45141ca9ef1f04a280321a9513a699d8d54e1c2e92f7549f7167ef619f47e 91346 
libavifile-0.7-common_0.7.48~20090503.ds-13_all.deb
 486b8f2a5762fd8cbb46feed91f73d1d2e14272a01786a638889bf970fbb1db2 408408 
libavifile-0.7c2_0.7.48~20090503.ds-13_i386.deb
 cc19fcd6f6d9125cc417cbdf3464f57acdafb0a5a984deaaa2ab1fa24540e052 53896 
libavifile-0.7-dev_0.7.48~20090503.ds-13_i386.deb
 5ac47ee4a705084752d60ebbf9ca483fd4fdf44cd4044c907672af711d22cefa 24728 
libavifile-0.7-bin_0.7.48~20090503.ds-13_i386.deb
Files: 
 5e2543301d3432b0d5e8863ac50846ab 2180 libs optional 
avifile_0.7.48~20090503.ds-13.dsc
 5f1cbffa1719840f6ce1577db883589c 26799 libs optional 
avifile_0.7.48~20090503.ds-13.debian.tar.gz
 910696a3b2dd414f10f03aead89fdb92 91346 misc optional 
libavifile-0.7-common_0.7.48~20090503.ds-13_all.deb
 d720bdbe42c9fdfb215c6ff5688e0545 408408 libs optional 
libavifile-0.7c2_0.7.48~20090503.ds-13_i386.deb
 a2635a97297af8e120808d27afe3 53896 libdevel optional 
libavifile-0.7-dev_0.7.48~20090503.ds-13_i386.deb
 ad5895fad97201fe56e508242d9f642f 24728 misc optional 
libavifile-0.7-bin_0.7.48~20090503.ds-13_i386.deb

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

iQIcBAEBCgAGBQJRJx9cAAoJEPgLgUbQQog2kgkP/0EKAcd7yqPcFEZx4Rm9DHQj
/mzsZh7JpCylxl7c5KLxNVx6VPRvVUFQhFcUOO3ORaF32VQlOWqnNCrnFbcvjPZC
ukBHmrqkt0Hq9JQyBA0adHkY25m5ReQcviq3Fr7OZVtX1nzsk26gdpt4+e1CqNjL
nAOINr5xp5gIOCqHYmJHjhQqD/hHci35hZ/4J+h2ujM5plKLMXpmA8tE/Lt9qRhJ
ev7V2fxlDhi/8oSE+aBus696m79GBaabj0XQiWwO9QknrajJWSE1CKBlmTOFGMv2
xzga+bCLwtaIu//F47b0nSWzWh6x+romnNl6+QKe1MJuw5YmDJY7UOw0lZ9+WaZh
cLaEKNp94ZJVtjCP7MCO/73pkrdWYu4QoiWtdztM3zVVaEJAi42dTVrZ8NGG5xmH
VfxcQeP24IwxDSXaupfVH/hb3qKwB2vYuWTD4LNnvY2LWzRYowBF1tkyPDikmGcE
CH5mcmj3SrhZP1L1rD3GIZf4YEmeTd5vAGbZ9OPmkBJGERwER4dwDJ48YsKGBcEQ
5kTjpM+EOgSqZ47q1isGd+T5KvBRsrr6AAw7U4vKDpf+L+zCpO8y7coNWy4q98lN
/759urjf1m162bt2sJmRHkqk/In6i6RZnpVJW7ZBryF/bS+I1LpXyXTh3hdGB1KB
xLiQJdHasCUHG6xoKzwr
=y5u7
-END PGP SIGNATURE-


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



Accepted pygame 1.9.2~pre~r3189-2 (source amd64)

2013-02-21 Thread Vincent Cheng
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 21 Feb 2013 22:40:36 -0800
Source: pygame
Binary: python-pygame python3-pygame
Architecture: source amd64
Version: 1.9.2~pre~r3189-2
Distribution: experimental
Urgency: low
Maintainer: Ed Boraas e...@debian.org
Changed-By: Vincent Cheng vincentc1...@gmail.com
Description: 
 python-pygame - SDL bindings for games development in Python (Python 2)
 python3-pygame - SDL bindings for games development in Python (Python 3)
Closes: 700997
Changes: 
 pygame (1.9.2~pre~r3189-2) experimental; urgency=low
 .
   * Fix FTBFS by reverting faulty fix for #700997; distutils in Debian now
 takes care of installing headers into the right location as of python3.2
 (= 3.2.3-7), so add a build-dep on that instead. (Closes: #700997)
Checksums-Sha1: 
 79864ebffe2c71858166755473ba44b43d4fe501 2459 pygame_1.9.2~pre~r3189-2.dsc
 a07259bd1ffbe5314ad65e1dc364720103832eb5 2808565 
pygame_1.9.2~pre~r3189.orig.tar.gz
 1daee7bcdbae1a61db607e1939a5a7cc8f534b0a 12838 
pygame_1.9.2~pre~r3189-2.debian.tar.gz
 556ec3fab79fc37d19c2f19cc051afbd40221be3 3784626 
python-pygame_1.9.2~pre~r3189-2_amd64.deb
 c592c98e7d7e239d1163d162dc869f90d466bbc4 2490158 
python3-pygame_1.9.2~pre~r3189-2_amd64.deb
Checksums-Sha256: 
 96332162733e7766c51d1219737503fd7a34a896770547e07eb623854895048f 2459 
pygame_1.9.2~pre~r3189-2.dsc
 5586637eff67c02b5c854ca7adc071196e27e2ba3f937d73a8df6e9949a2a5ab 2808565 
pygame_1.9.2~pre~r3189.orig.tar.gz
 9126b8987ae89de81b86f9b830a83250507ec2935282c83b511a59072577355b 12838 
pygame_1.9.2~pre~r3189-2.debian.tar.gz
 bad4d057e6eb868d20deeaea41bd7d68baba812f38bd8825e8b11c6c2d4efa5a 3784626 
python-pygame_1.9.2~pre~r3189-2_amd64.deb
 fc0cff1c30b7f01d6fda947654b469f1085730f15a6f51556c163d5aa6516439 2490158 
python3-pygame_1.9.2~pre~r3189-2_amd64.deb
Files: 
 b0b1c678e57dd65fb804cebad0734608 2459 python optional 
pygame_1.9.2~pre~r3189-2.dsc
 bec8face76396a3a5307fedfc588f96c 2808565 python optional 
pygame_1.9.2~pre~r3189.orig.tar.gz
 8a4d7e7a2f094dafc2f0c052f3a48391 12838 python optional 
pygame_1.9.2~pre~r3189-2.debian.tar.gz
 f1e90c5e34b272ad0e09e31d3626b52f 3784626 python optional 
python-pygame_1.9.2~pre~r3189-2_amd64.deb
 5a4e1d9dc4e5aae28c5ad1ccf0d4b5de 2490158 python optional 
python3-pygame_1.9.2~pre~r3189-2_amd64.deb

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

iQIcBAEBCAAGBQJRJx35AAoJEI7tzBuqHzL/SDIQALqYuCeNqYjhDdZg7i1XSfhB
UhXoRJEfDAV+8bIdGVJmhP18z2vyCLSLg/nrfN35qmtljQDxHkzlcOiF9gi3znZb
7cnX36somdtnUeQbriczSwijWrH1JUFnj8bQ4GvtEyYDM00z3g+ces3tyrUT6QI+
TQGiJxhsbSxzdk4jpn71xs+IxlbaxY/2Ro98ewHFPi4JJ9xZ5oGjKboo5gjgVxvh
oTQxJ3KnlqZcO74hg6MkCI8fpgFZogGuDvtVrxiUz+o0V0ASKMAQ/iAbYswXmbsj
OhlwBgdlI40G9GT3bs0HGZYlZZjH5bd1S68A8IMcqkvuRy/NyVCEE1Ag0WYaIy+w
9FHKBo8Y30X+CyFeST6e5MSdIvnQWROg0u31oJYEVDvB0Uv6hOp0yuLveUaY+8s1
qrGJsLmEuTW8kZcO27PDI6jKEauvFGXiml9odRyf/swlICSXjcqK+i7hT+HWnq1/
xfnkwC3LD1M9Ss/5q9dZwVaQ5HIzlQYMcZmP/51TIITOzUmW5A4bfMTsEo5fMSH/
ziW8MKV8PNsKgCo74ADlE+K1ZdygF+Fd61JYbYFrw3sISULo0B0Sk59wA5if3o+9
xSKrKGr2VhCHJBpDnF3bhLHA9pcv6Oom0PiYcYUft/wpwtMAbB9cJnr2JncTE5+q
elpoIL6rhpHbuD54xI/S
=hurp
-END PGP SIGNATURE-


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