Re: The future of non-dependency-based boot

2012-04-10 Thread Yves-Alexis Perez
On mar., 2012-04-10 at 01:03 +0200, Marco d'Itri wrote:
 Or just say in the release notes that it's a good idea to run something 
 like this before upgrading:
 
 dpkg -l | awk '/^rc/ {print $2}' | xargs --no-run-if-empty dpkg --purge
 
That's a pretty dangerous line. People (sometimes) don't purge packages
for a reason, you might lose data here.

Regards,

-- 
Yves-Alexis


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


Bug#668248: ITP:

2012-04-10 Thread Aníbal Monsalve Salazar
Package: wnpp
Owner: Anibal Monsalve Salazar ani...@debian.org
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: idle3-tools
  Version : 0.9.1
  Upstream Author : Christophe Bothamy
* URL : http://idle3-tools.sourceforge.net/
* License : GPL-3.0+
  Programming Lang: C
  Description : change the idle3 timer of recent Western Digital Hard Disk 
Drives

 Idle3-tools provides a linux/unix utility that can disable, get and
 set the value of the infamous idle3 timer found on recent Western
 Digital Hard Disk Drives.
 .
 It can be used as an alternative to the official wdidle3.exe
 proprietary utility, without the need to reboot in a DOS environment.
 .
 A power off/on cycle of the drive will still be mandatory for new
 settings to be taken into account.
 .
 Modern Western Digital Green Drives include the Intellipark feature
 that stops the disk when not in use.
 .
 Unfortunately, the default timer setting is not perfect on linux/unix
 systems, including many NAS, and leads to a dramatic increase of the
 Load Cycle Count value (SMART attribute #193).
 .
 If you have a Western Digital EADS or EARS drive, please check your
 SMART information before it's too late by running the following command:
 .
  sudo smartctl -A /dev/sda | grep ^193
 .
 If the Load cycle count exceeds 1000, you're probably affected by the
 idle3 timer problem.



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



Re: Social Networking Servers

2012-04-10 Thread Stefano Zacchiroli
On Tue, Apr 10, 2012 at 01:35:43PM +1000, Russell Coker wrote:
 Is there any progress being made on packaging these systems?  Are
 there other social networking systems released under free licenses
 that we can package?

status.net (#491723) has seen some progress recently, but it's not in
Debian yet. I'm sure it could get there more quickly with the help of
interested and motivated people :-)

Cheers.
-- 
Stefano Zacchiroli zack@{upsilon.cc,pps.jussieu.fr,debian.org} . o .
Maître de conférences   ..   http://upsilon.cc/zack   ..   . . o
Debian Project Leader...   @zack on identi.ca   ...o o o
« the first rule of tautology club is the first rule of tautology club »


signature.asc
Description: Digital signature


Re: Social Networking Servers

2012-04-10 Thread Jonas Smedegaard
On 12-04-10 at 01:35pm, Russell Coker wrote:
 http://www.antipope.org/charlie/blog-static/2012/03/not-an-april-fool-1.html
 
 The perils of commercial social networking are becoming more widely 
 known, as demonstrated by the above post by Charles Stross and the 
 article he cites.

[...]

 We also have a RFP for diaspora-x2, Jonas reported working on this and 
 having a private repository just over a year ago with no updates 
 since.
 
 
 Is there any progress being made on packaging these systems?  Are 
 there other social networking systems released under free licenses 
 that we can package?

I am working on packaging Buddycloud, for which diaspora-x2 was a 
web-based client which has since been replaced with buddycloud-client - 
yet to be packaged.

I'll look into updating the ITPs to reflect that.  Thanks for bringing 
it to my attention.


Others already responded more generally about possible Free federation 
social networking tools.  Feel free to ask more if you feel your 
curiosity for this area have not yet been fulfilled :-)


 - Jonas

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

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


signature.asc
Description: Digital signature


Re: The future of non-dependency-based boot

2012-04-10 Thread Thomas Goirand
On 04/10/2012 07:03 AM, Marco d'Itri wrote:
 On Apr 09, Roger Leigh rle...@codelibre.net wrote:
   
 majority, it's going to be increasingly untested.  Do we want to
 continue to maintain something that will be increasingly
 unsupportable, or complete the migration cleanly before that point?
 
 Kill it. With fire.
   

I wholeheartedly agree.
I also agree that wheezy would be the correct moment to do it, and
that we shouldn't wait until wheezy+1.

 WRT actually doing this, the main issues I can see are
 
 I say just abort the upgrade and let root deal with the issues found, 
 it's better than risking clobbering some local change.
   

Considering that most (if not all) scripts would be user custom-scripts,
I'd say that the best way would be to, just move them away on a special
folder, and execute them one by one, without any particular order, and
print a huge warning at boot time, saying:

HEY, we've found crap, please fix! It's there ---
$whatever-obsolete-script-path

Of course, that's not ideal, but I believe that'd be our best hope to not
destroy *too much* old setups during upgrades. My bet is that most
user-made scripts would not require any dependencies anyway.

Also, doing the last upgrades of some old boxes, I've myself found that
I had some rotten bind 8 init scripts, because bind 8 was removed, but
not purged. That goes on the way to the user (and that annoyed me
quite a bit). I believe that for packages that have been removed but
not purged, it's very very likely that the remaining init.d script isn't
wanted by the user. I'd be for deleting those with a small warning
(or even better, a debconf message with something like: do you want
to delete these antediluvian scripts that are still in your box? yes/no
with yes as default).

Thoughts? Am I doing too many assumptions here, and thinking
too much that everyone is facing the same situation I did?

Thomas Goirand (zigo)


-- 
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/4f84032c.1040...@debian.org



Re: The future of non-dependency-based boot

2012-04-10 Thread Jon Dowland
On 10/04/12 10:53, Thomas Goirand wrote:
 I wholeheartedly agree.
 I also agree that wheezy would be the correct moment to do it, and
 that we shouldn't wait until wheezy+1.

I was hesitant to suggest that investing energy into improving the
current init system, if it is likely to be wholesale replaced, might
not be worthwhile (when that same energy could be put into hastening
the inevitable).  However the release time frame issue is key here.
sysvinit is not going away for wheezy; but this improvement might be
possible.


-- 
Jon Dowland



signature.asc
Description: OpenPGP digital signature


Re: The future of non-dependency-based boot

2012-04-10 Thread Moray Allan
On Tue, Apr 10, 2012 at 10:53 AM, Thomas Goirand z...@debian.org wrote:
 Considering that most (if not all) scripts would be user custom-scripts,
 I'd say that the best way would be to, just move them away on a special
 folder, and execute them one by one, without any particular order, and
 print a huge warning at boot time

With similar intention, I wondered about the possibility of running
scripts without the LSB headers after everything else.  (= implied
dependency on those with LSB headers)

Moving the broken scripts to another folder would be easy to
implement, but doesn't integrate well with the packaging system --
some of these broken scripts may be from sysadmins' local packages, as
well as from ancient packages that are still installed but no longer
in Debian.  (Detecting that and doing diversions wouldn't work either,
as if a fixed version of a local package is installed, we don't want
the fixed script to be diverted away.)

However it's implemented, running non-LSB scripts after everything
else clearly won't work in every case, but would solve the issue of
obsolete-but-unpurged scripts harmlessly, and I expect would work for
the majority of local scripts from sysadmins.  The local scripts which
will fail could already have been broken in the old scheme by package
maintainers' changes to packaged scripts that they expected to run
before -- there were no guarantees against the static ordering of
packaged scripts changing.

-- 
Moray


-- 
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/cahwf6zpcy6c0lgy6mnbxxcip8i1jramn+nx8m-q+oz+tdpj...@mail.gmail.com



Re: The future of non-dependency-based boot

2012-04-10 Thread Moray Allan
On Tue, Apr 10, 2012 at 11:55 AM, Jon Dowland j...@debian.org wrote:
 I was hesitant to suggest that investing energy into improving the
 current init system, if it is likely to be wholesale replaced, might
 not be worthwhile (when that same energy could be put into hastening
 the inevitable).

Yes, it's a pity to invest more energy into additional work for a
system that people hope to get rid of, but that argument also applies
to time spent on the the sysadmin side.  If we just think it's not
worth fixing this cleanly, we perhaps shouldn't force sysadmins to
tidy up their local scripts for it now, but just leave things until
they need to modify their local setups more fundamentally for a
replacement system.

-- 
Moray


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



Re: Debian Project Leader Elections 2012: Second call for votes

2012-04-10 Thread Luca BRUNO
- - -=-=-=-=-=- Don't Delete Anything Between These Lines =-=-=-=-=-=-=-=- 
da569edd-e41f-4ecd-b0d5-ce2848a777f9
[ 1 ] Choice 1: Wouter Verhelst
[ 3 ] Choice 2: Gergely Nagy
[ 1 ] Choice 3: Stefano Zacchiroli
[ 2 ] Choice 4: None Of The Above
- - -=-=-=-=-=- Don't Delete Anything Between These Lines =-=-=-=-=-=-=-=-


-- 
  Luca BRUNO (kaeso)  :   .''`.   
Email: lucab AT debian.org  :  : :'  :  
GPG Key ID: 0x3BFB9FB3:  `. `'`   
HAM-radio callsign: IZ1WGT:`- 
Networking sorcerer % Debian Developer 


signature.asc
Description: PGP signature


Re: Debian Project Leader Elections 2012: Second call for votes

2012-04-10 Thread Luca BRUNO
Ahem, just forgot to properly set the recipient, sorry for the noise...

Cheers, Luca


signature.asc
Description: PGP signature


Re: The future of non-dependency-based boot

2012-04-10 Thread Petter Reinholdtsen

[Moray Allan]
 With similar intention, I wondered about the possibility of running
 scripts without the LSB headers after everything else.  (= implied
 dependency on those with LSB headers)

The intention of the current implementation is to assume such scripts
depend on $syslog and $remote_fs, and at one point in time I believe
this worked just fine.  But I have seen bug reports indicating that
this no longer is true.

As Debian should support init.d scripts as long as the Linux Software
Base require it, I believe it is worth spending some time making sure
init.d scripts work properly in Debian.  Of the around 1000 packages
with init.d scripts in Debian, I suspect at most 100 of them would
need to provide upstart/systemd configuration to make the boot robust
and correct, and the rest of the packages can keep using their
existing init.d scripts.
-- 
Happy hacking
Petter Reinholdtsen


-- 
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/2fl62d7pya0@login2.uio.no



Re: Debian Project Leader Elections 2012: Call for votes

2012-04-10 Thread Picca Frédéric-Emmanuel
Le Sun, 1 Apr 2012 01:36:39 +0200,
Kurt Roeckx k...@roeckx.be a écrit :

 Hi,
 
 This is the first call for votes for the Debian Project Leader
 Elections 2012.
 
  Voting period starts  00:00:00 UTC on Sunday,   April  1st, 2012
  Votes must be received by 23:59:59 UTC on Saturday, April 14th, 2012
 
 This vote is being conducted as required by the Debian Constitution.
 You may see the constitution at http://www.debian.org/devel/constitution.
 For voting questions or problems contact secret...@debian.org.
 
 The details of the candidate platform can be found at:
 http://www.debian.org/vote/2012/platforms/
 
 Also, note that you can get a fresh ballot any time before the end of
 the vote by sending a signed mail to
bal...@vote.debian.org
 with the subject leader2012.
 
 
 HOW TO VOTE
 
 First, read the full text of the platform.
 
 To cast a vote, it is necessary to send this ballot filled out to a
 dedicated e-mail address, in a signed message, as described below.
 The dedicated email address this ballot should be sent to is:
 
   leader2...@vote.debian.org
 
 The form you need to fill out is contained at the bottom of this
 message, marked with two lines containing the characters
 '-=-=-=-=-=-'. Do not erase anything between those lines, and do not
 change the choice names.
 
 There are 4 choices in the form, which you may rank with numbers between
 1 and 4. In the brackets next to your preferred choice, place a 1.
 Place a 2 in the brackets next to your next choice. Continue until you
 reach your last choice.  Do not enter a number smaller than 1 or larger
 than 4.
 
 You may skip numbers, leave some choices unranked, and rank options
 equally.  Unranked choices are considered equally the least desired
 choices, and ranked below all ranked choices.
 
 To vote no, no matter what, rank None Of The Above as more desirable
 than the unacceptable choices, or you may rank the None Of The Above
 choice and leave choices you consider unacceptable blank.  (Note: if the
 None Of The Above choice is unranked, then it is equal to all other
 unranked choices, if any -- no special consideration is given to the
 None Of The Above choice by the voting software).
 
 Finally, mail the filled out ballot to: leader2...@vote.debian.org.
 
 Don't worry about spacing of the columns or any quote characters () that
 your reply inserts.
 
 NOTE: The vote must be GPG signed (or PGP signed) with your key that is
 in the Debian keyring.  You may, if you wish, choose to send a signed,
 encrypted ballot: use the vote key appended below for encryption.
 
 The voting software (Devotee) accepts mail that either contains only an
 unmangled OpenPGP message (RFC 2440 compliant), or a PGP/MIME mail
 (RFC 3156 compliant).  To avoid problems I suggest you use PGP/MIME.
 
 - - -=-=-=-=-=- Don't Delete Anything Between These Lines =-=-=-=-=-=-=-=-
 da569edd-e41f-4ecd-b0d5-ce2848a777f9
 [ 1 ] Choice 1: Wouter Verhelst
 [ 2 ] Choice 2: Gergely Nagy
 [ 1 ] Choice 3: Stefano Zacchiroli
 [   ] Choice 4: None Of The Above
 - - -=-=-=-=-=- Don't Delete Anything Between These Lines =-=-=-=-=-=-=-=-
 
 --
 ponses to a valid vote shall be signed by the vote key created
 for this vote. The public key for the vote, signed by the Project
 secretary, is appended below.
 
 -BEGIN PGP PUBLIC KEY BLOCK-
 Version: GnuPG v1.4.12 (GNU/Linux)
 
 mQINBE93XhgBEAChIKhRwi7drrN36XqVesKmqW4UoKGeacS/6HBbZPHfm7Hw7gCm
 niomrpWcWOgrVLw+z+UTB9YGUSoiKF5yVZTcpQg+snaFAcWFgg4MOY1NrAGTdA95
 eNt6ZKwE9AajZVimmOEeG9bnYF3ZJuCvPAJFsm28mA42Fbzo6K+f/J51zJCKapA/
 npjI4cAd2Gb6R9pbUS7OooBqYXlG5xe3p3TepyWLBKUMwrR0+q0yacs2ubVps0IS
 XgWySgZ/T7LB78NmqMGYN05bgOPL/y2n5Dq9h24TEKxT3i+0jxFKHnnEvEvbKZ4E
 ixxGs8U/D82NWTQLbXGjFpCZmIZj1v724SWRiCunqepGMS7SpIKSI8XFp37YJhU5
 wWfMm6Pho6pXf3MdTV7x9bJPKgRr7UoKVRUl3AxHM5M+JDTbCva6l23ga7plxY+E
 vx9UMwj9TbJgprMAoLP59q2djkUOK6FM3x4Elj8SBsCHHFpg3rNuqUPxERszzIex
 1/NxUQA8n/RuVuZ+sCL4PThR4g387SyRx+9cj7MHP+GAOrMpibY4qK92lXtetA09
 YxbsIhBAESLRhbmMEQL6WzpxMmhynU2uk34dATBfocH425MDvWd5Qsqrsc/AIBla
 ziyHwl1KqmjBl25CzF+hM4gKtsaxg8paphKwiTP6a1D0FDqIaF1HJKCoiQARAQAB
 tCpEUEwgdm90ZSAyMDEyIDxsZWFkZXIyMDEyQHZvdGUuZGViaWFuLm9yZz6JAj4E
 EwECACgFAk93XhgCGwMFCQAaXgAGCwkIBwMCBhUIAgkKCwQWAgMBAh4BAheAAAoJ
 EJ0M4QzEI7mhVSAP/0p3k20icRBe4a9qpK6QrjzXpcOfi8fMzJukmzj3xflbOMw9
 XMx6GCMQ9wBoRNxb07mlBCD7qaol5bMW3LyEB7NRxSK0Qil2615/N6cUa2Je1lgr
 xxX1HmE3PX0of2TDVaKatk0OxsA9zmWQ5n5+YBxuVS3dL2Ej7eNR28rJ4lkRPTiK
 3C3AD1EQ15GD6Gg3jR1st0PsJif5JA3jkIV1HZo72HePgPsLGVtVJZ9EAlHku+cY
 3doTpGVcKP2f6WfmD0ONalzaHTKvqAPb5N52gX4QTPC1HmDj/p36c7rbt8YRDbg7
 5wD8HQxCn/vRQRQmQRvaZuBor/KVuTcqoAKesqeeDHZft13s1sGdIgNss26erzPy
 jSTdPw48g44ND3BJzwR92G4IWgrnZw/h4O8S17ZmUjCI8nqV4twS6IiSa8POddtf
 zjjSpl5YJRimaWtVt7ogABRDfgKZpCfPUn3vH1O05R7yuA6RWegx7chRmhSRSE8F
 C4slcmd3hQqzLpELVo/EnQMfao+0qpnRfirGmUwy4hZQGLWOfVuYDoE4v7C/zDQH
 /2TJVFDRPjGfT2HFu8tjzKoE7ASoUI1fjd4S3h+Ggd7/3YegMzzFzwx982UEDoDt
 

Re: The future of non-dependency-based boot

2012-04-10 Thread Adam Borowski
On Mon, Apr 09, 2012 at 10:26:38PM +0100, Roger Leigh wrote:
 Hi,
 
 When dependency-based booting was introduced, it was initially
 entirely optional.  We later made it the default, and encouraged
 users to switch to dependency-based boot on upgrade.  So today,
 pretty much everyone will be using dependency-based boot with
 there being a minority continuing to use the static boot ordering
 of yore.  Probably mostly users who upgraded from etch.

The upgrade tool still needs some work, most of messages it produces are
less than helpful.  For example, it will scream about removed but not purged
scripts that do have LSB headers (ie, any from lenny or squeeze), and then
you have gems like this:

 │ Unable to migrate to dependency-based boot system 
 │
 │ Tests have determined that problems in the boot system exist which
 │ prevent migration to dependency-based boot sequencing:
 │
 │ package initscripts left obsolete init.d script behind, package
 │ initscripts left obsolete init.d script behind, package initscripts
 │ left obsolete init.d script behind
 │

Am I supposed to fetch a copy of initscripts and manually compare scripts
it ships with those on 'dpkg -L initscripts'?  Or is there some other
obscure way?

grep -L 'BEGIN INIT INFO' `dpkg -L initscripts` doesn't show anything in
/etc/init.d, at least.

--
// If you believe in so-called intellectual property, please immediately
// cease using counterfeit alphabets.  Instead, contact the nearest temple
// of Amon, whose priests will provide you with scribal services for all
// your writing needs, for Reasonable and Non-Discriminatory prices.


-- 
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/20120410151044.ga20...@angband.pl



Re: The future of non-dependency-based boot

2012-04-10 Thread Petter Reinholdtsen

[Adam Borowski]
 Am I supposed to fetch a copy of initscripts and manually compare
 scripts it ships with those on 'dpkg -L initscripts'?  Or is there
 some other obscure way?

Try this one instead:

  dpkg-query -W -f='${Conffiles}\n' initscripts | grep obsolete
-- 
Happy hacking
Petter Reinholdtsen


-- 
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/2flzkajobvv@login2.uio.no



Re: The future of non-dependency-based boot

2012-04-10 Thread Adam Borowski
On Tue, Apr 10, 2012 at 05:16:36PM +0200, Petter Reinholdtsen wrote:
 [Adam Borowski]
  Am I supposed to fetch a copy of initscripts and manually compare
  scripts it ships with those on 'dpkg -L initscripts'?  Or is there
  some other obscure way?
 
 Try this one instead:
 
   dpkg-query -W -f='${Conffiles}\n' initscripts | grep obsolete

Yeah, this one helps, thanks.

Could sysv-rc show this output upon a failure to migrate?  Knowing you need
to delete /etc/init.d/bootlogd, /etc/init.d/stop-bootlogd-single and
/etc/init.d/stop-bootlogd would provide the user with straightforward info
of what needs to be done.

-- 
// If you believe in so-called intellectual property, please immediately
// cease using counterfeit alphabets.  Instead, contact the nearest temple
// of Amon, whose priests will provide you with scribal services for all
// your writing needs, for Reasonable and Non-Discriminatory prices.


-- 
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/20120410153904.gc20...@angband.pl



Re: The future of non-dependency-based boot

2012-04-10 Thread Steve Langasek
On Tue, Apr 10, 2012 at 02:27:35PM +0200, Petter Reinholdtsen wrote:

 As Debian should support init.d scripts as long as the Linux Software
 Base require it, I believe it is worth spending some time making sure
 init.d scripts work properly in Debian.

The LSB requires support for LSB init scripts; LSB init scripts have LSB
headers.  No need to support non-dependency-based boot on the LSB's account.
:)

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


-- 
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/20120410174437.gd10...@virgil.dodds.net



Bug#668293: ITP: tvnamer -- utility to rename TV-show episodes files

2012-04-10 Thread Sandro Tosi
Package: wnpp
Severity: wishlist
Owner: Sandro Tosi mo...@debian.org

* Package name: tvnamer
  Version : 2.2
  Upstream Author : Ben Dickson
* URL : https://github.com/dbr/tvnamer
* License : Unlicense
  Programming Lang: Python
  Description : utility to rename TV-show episodes files

 Automatically names downloaded/recorded TV-episodes, by parsing filenames and
 retrieving show-names from www.thetvdb.com



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120410171838.27080.4568.report...@zion.matrix.int



Re: The future of non-dependency-based boot

2012-04-10 Thread John D. Hendrickson and Sara Darnell
Who said LSB requires insserv ?  verify this.  Um ... LSB requires everything I write too ! :) 
Riight???!


But innserv makes a good effort to be compatible - so that end should be ok.


The LSB requires support for LSB init scripts; LSB init scripts have LSB




--
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/4f8474db.8040...@cox.net



Re: The future of non-dependency-based boot

2012-04-10 Thread Chris Knadle
On Tuesday, April 10, 2012 05:53:48 PM Thomas Goirand wrote:
...
  WRT actually doing this, the main issues I can see are
  
  I say just abort the upgrade and let root deal with the issues found,
  it's better than risking clobbering some local change.
 
 Considering that most (if not all) scripts would be user custom-scripts,
 I'd say that the best way would be to, just move them away on a special
 folder, and execute them one by one, without any particular order, and
 print a huge warning at boot time, saying:

The main place I've seen this problem is not with custom scripts, but rather 
old init scripts from Debian packages due to config files left behind from 
packages that were 'removed' rather than 'purged'.  [You apparently ran into 
this too with and old config file from Bind 8.]

 HEY, we've found crap, please fix! It's there ---
 $whatever-obsolete-script-path
 
 Of course, that's not ideal, but I believe that'd be our best hope to not
 destroy *too much* old setups during upgrades. My bet is that most
 user-made scripts would not require any dependencies anyway.
 
 Also, doing the last upgrades of some old boxes, I've myself found that
 I had some rotten bind 8 init scripts, because bind 8 was removed, but
 not purged. That goes on the way to the user (and that annoyed me
 quite a bit). I believe that for packages that have been removed but
 not purged, it's very very likely that the remaining init.d script isn't
 wanted by the user. I'd be for deleting those with a small warning
 (or even better, a debconf message with something like: do you want
 to delete these antediluvian scripts that are still in your box? yes/no
 with yes as default).
 
 Thoughts?

What I don't like about the idea of deleting the init script by default:

 - if the init script left behind was part of a Debian package, deleting the 
init script means removing part of the configuration from the Debian pacakge, 
yet not purging the package it belongs to.  This feels like something that 
would volate Debian policy regarding one package not altering the 
configuration of another.
  Likewise, moving the init script means that purging the old package that had 
configuration left behind will no longer delete the init script file, which 
will thus be left behind as orphaned cruft.

  - the upgrade may be unattended or automatic, in which case presumably the 
default will be chosen and the user/admin will never know that the init script 
was removed, so the default of 'yes' is dangerous.

  - the current administrator at the keyboard may not be the one that wrote or 
installed the custom-installed init script, so the upgrade may need to be 
completed before the question of whether the init script can be deleted has a 
satisfactory answer, but an answer of 'no' will presumably cause an issue for 
dependency-based bootup.

Any thoughts on the above?

-- 

  -- Chris

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


-- 
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/1480217.g0xx92AebP@trelane



Bug#668299: ITP: octave-openmpi-ext -- Octave toolbox for parallel computing using MPI

2012-04-10 Thread Sébastien Villemot
Package: wnpp
Severity: wishlist
Owner: Sébastien Villemot sebastien.ville...@ens.fr

* Package name: octave-openmpi-ext
  Version : 1.0.2
  Upstream Author : Riccardo Corradini riccardocorrad...@yahoo.it
* URL : http://octave.sourceforge.net/openmpi_ext/
* License : GPL-2+
  Programming Lang: C++, GNU Octave
  Description : Octave toolbox for parallel computing using MPI

 This package brings parallel computing capabilities to Octave by providing a
 convenient interface to OpenMPI primitives. This is achieved using simple MPI
 Derived Datatypes.
 .
 This Octave add-on package is part of the Octave-Forge project.



--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120410184447.16781.53914.report...@brouzouf.villemot.name



Re: The future of non-dependency-based boot

2012-04-10 Thread Josh Triplett
Marco d'Itri wrote:
 On Apr 09, Roger Leigh rle...@codelibre.net wrote:
  majority, it's going to be increasingly untested.  Do we want to
  continue to maintain something that will be increasingly
  unsupportable, or complete the migration cleanly before that point?
 Kill it. With fire.

Yes please.

  WRT actually doing this, the main issues I can see are
 I say just abort the upgrade and let root deal with the issues found, 
 it's better than risking clobbering some local change.

To the extent root caused the problem in the first place with local
scripts.  The vast majority of such cases seem like issues caused by
Debian packages, as mentioned below.

  - blocking by obsolete-but-unpurged init scripts without LSB header.
We could mv them out of the way to .dpkg-old and continue, or
abort and require manual intervention.
 Or just say in the release notes that it's a good idea to run something 
 like this before upgrading:
 
 dpkg -l | awk '/^rc/ {print $2}' | xargs --no-run-if-empty dpkg --purge

Personally, I run into more problems by upgrading packages that drop or
rename init scripts (and other conffiles).  dpkg keeps the old files
around even if unmodified, and leaves them associated with the package
despite no longer appearing in that package.  (This also makes them
difficult to track down and eliminate.)  I'd like to question that
particular decision of dpkg; I think it causes more pain than help.

- Josh Triplett


-- 
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/20120410184941.GA10156@leaf



Re: The future of non-dependency-based boot

2012-04-10 Thread Tollef Fog Heen
]] Adam Borowski 

 Could sysv-rc show this output upon a failure to migrate?  Knowing you need
 to delete /etc/init.d/bootlogd, /etc/init.d/stop-bootlogd-single and
 /etc/init.d/stop-bootlogd would provide the user with straightforward info
 of what needs to be done.

I think this should just be fixed in initscript instead.  There's no
good reason for it to not clean up after itself.

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


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87vcl7jozv@qurzaw.varnish-software.com



Re: The future of non-dependency-based boot

2012-04-10 Thread Adam Borowski
On Tue, Apr 10, 2012 at 10:44:36PM +0200, Tollef Fog Heen wrote:
 ]] Adam Borowski 
 
  Could sysv-rc show this output upon a failure to migrate?  Knowing you need
  to delete /etc/init.d/bootlogd, /etc/init.d/stop-bootlogd-single and
  /etc/init.d/stop-bootlogd would provide the user with straightforward info
  of what needs to be done.
 
 I think this should just be fixed in initscript instead.  There's no
 good reason for it to not clean up after itself.

Preferably, both.

initscripts because this should work out of the box unless the admin has
actually done a modification here.

sysv-rc because there may be many more cases like this.

-- 
// If you believe in so-called intellectual property, please immediately
// cease using counterfeit alphabets.  Instead, contact the nearest temple
// of Amon, whose priests will provide you with scribal services for all
// your writing needs, for Reasonable and Non-Discriminatory prices.


-- 
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/20120410205547.ga30...@angband.pl



Re: The future of non-dependency-based boot

2012-04-10 Thread Michael Biebl
On 10.04.2012 22:44, Tollef Fog Heen wrote:
 ]] Adam Borowski 
 
 Could sysv-rc show this output upon a failure to migrate?  Knowing you need
 to delete /etc/init.d/bootlogd, /etc/init.d/stop-bootlogd-single and
 /etc/init.d/stop-bootlogd would provide the user with straightforward info
 of what needs to be done.
 
 I think this should just be fixed in initscript instead.  There's no
 good reason for it to not clean up after itself.
 

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


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Re: The future of non-dependency-based boot

2012-04-10 Thread Roger Leigh
On Wed, Apr 11, 2012 at 12:31:11AM +0200, Michael Biebl wrote:
 On 10.04.2012 22:44, Tollef Fog Heen wrote:
  ]] Adam Borowski 
  
  Could sysv-rc show this output upon a failure to migrate?  Knowing you need
  to delete /etc/init.d/bootlogd, /etc/init.d/stop-bootlogd-single and
  /etc/init.d/stop-bootlogd would provide the user with straightforward info
  of what needs to be done.
  
  I think this should just be fixed in initscript instead.  There's no
  good reason for it to not clean up after itself.
  
 
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653050

Yep.  Started looking at this over the weekend, it's a PITA
though.  Hopefully should be fixed in the next upload if I have
time to thoroughly test it this week (but I need to write the
helper function first given that this has apparently not been
needed until now).


Roger

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


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



Re: The future of non-dependency-based boot

2012-04-10 Thread Brian May
On 10 April 2012 16:06, Yves-Alexis Perez cor...@debian.org wrote:
 dpkg -l | awk '/^rc/ {print $2}' | xargs --no-run-if-empty dpkg --purge

 That's a pretty dangerous line. People (sometimes) don't purge packages
 for a reason, you might lose data here.

Under some circumstances it can delete configuration files that are in
use by active packages.

e.g. package b replaces package a, however uses the same set of
configuration files - purge package a and it will delete the
configuration
files now in use by package b.
-- 
Brian May br...@microcomaustralia.com.au


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



Accepted cups 1.5.2-10 (source all amd64)

2012-04-10 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 10 Apr 2012 07:41:03 +0200
Source: cups
Binary: libcups2 libcupsimage2 libcupscgi1 libcupsdriver1 libcupsmime1 
libcupsppdc1 cups cups-client libcups2-dev libcupsimage2-dev libcupscgi1-dev 
libcupsdriver1-dev libcupsmime1-dev libcupsppdc1-dev cups-bsd cups-common 
cups-ppdc cups-dbg cupsddk
Architecture: source all amd64
Version: 1.5.2-10
Distribution: unstable
Urgency: low
Maintainer: Debian CUPS Maintainers pkg-cups-de...@lists.alioth.debian.org
Changed-By: Martin Pitt mp...@debian.org
Description: 
 cups   - Common UNIX Printing System(tm) - server
 cups-bsd   - Common UNIX Printing System(tm) - BSD commands
 cups-client - Common UNIX Printing System(tm) - client programs (SysV)
 cups-common - Common UNIX Printing System(tm) - common files
 cups-dbg   - Common UNIX Printing System(tm) - debugging symbols
 cups-ppdc  - Common UNIX Printing System(tm) - PPD manipulation utilities
 cupsddk- Common UNIX Printing System (transitional package)
 libcups2   - Common UNIX Printing System(tm) - Core library
 libcups2-dev - Common UNIX Printing System(tm) - Development files CUPS library
 libcupscgi1 - Common UNIX Printing System(tm) - CGI library
 libcupscgi1-dev - Common UNIX Printing System(tm) - Development files for CGI 
libra
 libcupsdriver1 - Common UNIX Printing System(tm) - Driver library
 libcupsdriver1-dev - Common UNIX Printing System(tm) - Development files 
driver librar
 libcupsimage2 - Common UNIX Printing System(tm) - Raster image library
 libcupsimage2-dev - Common UNIX Printing System(tm) - Development files CUPS 
image li
 libcupsmime1 - Common UNIX Printing System(tm) - MIME library
 libcupsmime1-dev - Common UNIX Printing System(tm) - Development files MIME 
library
 libcupsppdc1 - Common UNIX Printing System(tm) - PPD manipulation library
 libcupsppdc1-dev - Common UNIX Printing System(tm) - Development files PPD 
library
Closes: 662821 665646
Changes: 
 cups (1.5.2-10) unstable; urgency=low
 .
   [ Martin Pitt ]
   * debian/control: Drop libtiff5-dev, just use libtiff-dev. (Closes: #665646)
   * debian/rules: Enable all hardening flags. Thanks Simon Ruderich!
 (Closes: #662821)
 .
   [ Steve Langasek ]
   * debian/local/cups.upstart: Don't wait on udevtrigger before starting cups;
 the only reason this is here is to let '/lib/udev/udev-configure-printer
 enumerate' work, but if cups does start before we've cold-plugged
 everything, the udev rule will call '/lib/udev/udev-configure-printer add'
 for each device it discovers anyway, so this is redundant.
Checksums-Sha1: 
 9291e7af0abed98664a1fc2f275ed95f3f830d78 3419 cups_1.5.2-10.dsc
 b3a97eaae35960b7f8a06c86d198ac1a4ffe64f0 337370 cups_1.5.2-10.debian.tar.gz
 0d3f15084d62c878be474c95198fb233bda2ca9b 899230 cups-common_1.5.2-10_all.deb
 a947da636cde790113dec8472f58b56957feb8fe 84632 cupsddk_1.5.2-10_all.deb
 e29529629db1b8a08ef69ed551b84dd81a819b82 253298 libcups2_1.5.2-10_amd64.deb
 8f4b6a0f35cf5be4c489f907c83f01bbab416c1c 135008 
libcupsimage2_1.5.2-10_amd64.deb
 d032f06c70720d7968feac0eaac0605447d5d659 113064 libcupscgi1_1.5.2-10_amd64.deb
 ffaf116ae314b3c60cc3d81d6f7973eea4bde5a1 102190 
libcupsdriver1_1.5.2-10_amd64.deb
 c506ab961da95fdb887fe0a196cf93c6568711d7 96222 libcupsmime1_1.5.2-10_amd64.deb
 9a5384254b6e7e4e29a0a9592b9f8d95508408dd 136568 libcupsppdc1_1.5.2-10_amd64.deb
 5f59754d9184b3c952b0d08e5a4ef1d6a81a80a1 1361068 cups_1.5.2-10_amd64.deb
 1f2baf22e42ab3e47b8f888297123e47a563c1af 176642 cups-client_1.5.2-10_amd64.deb
 ed797caf3242c11e2659e0bcdad8b264bb0fcf62 326504 libcups2-dev_1.5.2-10_amd64.deb
 2bfa2bfc68483ba2458ee03c09aad2dbee1237ba 65452 
libcupsimage2-dev_1.5.2-10_amd64.deb
 e3352891c54038dd333afed9f3c8907e6110f373 119632 
libcupscgi1-dev_1.5.2-10_amd64.deb
 87177ad8f34817e2d70be51f148bdf0c1f0514d2 105950 
libcupsdriver1-dev_1.5.2-10_amd64.deb
 eee9f409e368ef618b3421be13e3b3dac619fff5 97596 
libcupsmime1-dev_1.5.2-10_amd64.deb
 5a72f43632321201725a7e7d05b9cae62bf6316a 154982 
libcupsppdc1-dev_1.5.2-10_amd64.deb
 aa8481dd149fb8afb2955276f877d136d2644fb8 45236 cups-bsd_1.5.2-10_amd64.deb
 7b6142178c5bddf5a4f71a92e778708eacedbacf 114206 cups-ppdc_1.5.2-10_amd64.deb
 6f901ab5eb7803d3483b6da960c631cc357830e0 1641996 cups-dbg_1.5.2-10_amd64.deb
Checksums-Sha256: 
 cee2c56d59a266836df8abd0b445eec6958c0fad5750a5db42850b418c36 3419 
cups_1.5.2-10.dsc
 405b21413db97594731dada2fbd188df6abd3eb8235fc67a2d48fa6732681144 337370 
cups_1.5.2-10.debian.tar.gz
 80b86245d611593f414b5b6c5bb9460e35685fa43add06bd0e557d90c43094ea 899230 
cups-common_1.5.2-10_all.deb
 c936b23a438e3fc762d98a25de53dfe16ba11eee93aecfc7a21a76d0d3875281 84632 
cupsddk_1.5.2-10_all.deb
 b8dbf7a8e964ceb76ef9b5da875b04aed693372e69a1e58b91936c00e5412b5e 253298 
libcups2_1.5.2-10_amd64.deb
 d835cecce76985ab9a1b3ff952cbaeeedac4add9a63dc3c37d8d18fc3d9f91c0 135008 
libcupsimage2_1.5.2-10_amd64.deb
 2764a113249ad994535e60aa84edf760b1dbf0129dd2a3052fe59b8d24cac5b8 113064 

Accepted cups-filters 1.0.13-1 (source amd64)

2012-04-10 Thread Till Kamppeter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 10 Apr 2012 07:40:11 +0200
Source: cups-filters
Binary: libcupsfilters1 cups-filters libcupsfilters-dev
Architecture: source amd64
Version: 1.0.13-1
Distribution: unstable
Urgency: low
Maintainer: Debian CUPS Maintainers pkg-cups-de...@lists.alioth.debian.org
Changed-By: Till Kamppeter till.kamppe...@gmail.com
Description: 
 cups-filters - OpenPrinting CUPS Filters
 libcupsfilters-dev - OpenPrinting CUPS Filters - Development files for the 
library
 libcupsfilters1 - OpenPrinting CUPS Filters - Shared library
Changes: 
 cups-filters (1.0.13-1) unstable; urgency=low
 .
   * New upstream release
  - Fixed display of job date on test page and banner pages (LP: #975064).
Checksums-Sha1: 
 16f9eec4fd2da0a832223474c07b478e422f3ada 2498 cups-filters_1.0.13-1.dsc
 f9daf66cf094faa36eb84defc58e388c74933d2f 1018411 
cups-filters_1.0.13.orig.tar.gz
 52c0edc7aff9fa4a64dc927e81683db1679fd90c 37721 
cups-filters_1.0.13-1.debian.tar.gz
 65e60898f9326cac5fa8659ff1ffd5168688d7b7 65756 
libcupsfilters1_1.0.13-1_amd64.deb
 e60604595ee6b75c10c2c0ed31f0e9ac4e1a524e 384624 cups-filters_1.0.13-1_amd64.deb
 c1771568e79302ceda388a1aa94e8071035feafe 77024 
libcupsfilters-dev_1.0.13-1_amd64.deb
Checksums-Sha256: 
 25908a7fafd3f7f5ef29586f26cff5bcf4211499b2587dd9659224377690306a 2498 
cups-filters_1.0.13-1.dsc
 30d389ec58139f464cbcec4ae06d0b5b87cbf72615edf176b4d2616d55417d98 1018411 
cups-filters_1.0.13.orig.tar.gz
 ac78411656df08f8087bc2767b1dba7e8e31ac79a6ca1defb7c25071ab1c39e3 37721 
cups-filters_1.0.13-1.debian.tar.gz
 771b17d02b3b5f9328d9cd058cc7f9f25a4684c0eeca69dd299c9d6623978c24 65756 
libcupsfilters1_1.0.13-1_amd64.deb
 2988c68dc3bfb0d6d18ef8d46152ca3dba5dc0d8f2623e5a8094ec5093901e4d 384624 
cups-filters_1.0.13-1_amd64.deb
 c624ec6c339190e73e29b56bab6546b599e8f521c2f008db9d336f41677a2a1f 77024 
libcupsfilters-dev_1.0.13-1_amd64.deb
Files: 
 69f28b692ffee3925b39c8f5f4bc99aa 2498 net optional cups-filters_1.0.13-1.dsc
 44259e06e673f365113a6b315ec48dca 1018411 net optional 
cups-filters_1.0.13.orig.tar.gz
 44c812305c9529ecb0d64132aebe77d6 37721 net optional 
cups-filters_1.0.13-1.debian.tar.gz
 e6ba8e0694839690f738829873c0db12 65756 libs optional 
libcupsfilters1_1.0.13-1_amd64.deb
 adaf7e61b81ecf372ec7484e17c279ad 384624 net optional 
cups-filters_1.0.13-1_amd64.deb
 2b4fb023f96d44219285e6ce593dcd05 77024 libdevel optional 
libcupsfilters-dev_1.0.13-1_amd64.deb

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

iQIcBAEBCAAGBQJPg8koAAoJEPmIJawmtHufgoUQAL+IBEz6BE4hvkFYvBC0z/gz
hpCd66r75voUjvo5Mu5FJAQ4h4Swh8DiHku6vDEfwY7vcI66+/JrsiPrwoilFcJ1
+BT33iUxrdXNuHF4yh3ac7EEJAlsHyfF8HeFfjqXfEgRBEo6wLnA6rE/B8yseKuY
0CkPp616JWO3jPrGN81NXZ6HOSydIh4EnORZr9Dgwppzbz1s0J2GczPl1lyhHA1D
VqqBuZYhdIG2lZhCSKzI3upejKPU9DQs9ztZP/iIUnVP7jmjwqwZNwzlzP1Yw3av
/IyYcBcyAMAlhbH4gTMcByBCfvaKXOMIrHgGJRXyCVi2XgPH+aMBU7jmpCpWuvVu
vt7x5DJe2glzseuyjBJbqZOBkQKumvDap3tFuOeB/Da66pu3A6lqkLAZtpOdx6d0
YEIRnGE6Z2pmkqtp3pQtXP7zqmQ4z/CoMdmEsrk4WrZL2Sbg0QZNdJxHuPK8RGMK
Oku7s4PCPYiC/wXkwO7uRKudq/O8tb10fljG+C6MOuqiXi1u4Y49eA2dqz2pMP9E
7WVMff3SVhf9KzCvNMvY4OcfkyaM8ZKVrM9JXcvElaSLwUykLKW/yq7DCxEcJsSK
qdlujlX3VnfFG1bUywUmuBFoIoXzY6VOznwCapS8S+IuGHO0ZudRSBR/ZLJrnjYA
uTgbD2eUG7kviiSdXQj9
=VHrE
-END PGP SIGNATURE-


Accepted:
cups-filters_1.0.13-1.debian.tar.gz
  to main/c/cups-filters/cups-filters_1.0.13-1.debian.tar.gz
cups-filters_1.0.13-1.dsc
  to main/c/cups-filters/cups-filters_1.0.13-1.dsc
cups-filters_1.0.13-1_amd64.deb
  to main/c/cups-filters/cups-filters_1.0.13-1_amd64.deb
cups-filters_1.0.13.orig.tar.gz
  to main/c/cups-filters/cups-filters_1.0.13.orig.tar.gz
libcupsfilters-dev_1.0.13-1_amd64.deb
  to main/c/cups-filters/libcupsfilters-dev_1.0.13-1_amd64.deb
libcupsfilters1_1.0.13-1_amd64.deb
  to main/c/cups-filters/libcupsfilters1_1.0.13-1_amd64.deb


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



Accepted choqok 1.3-1 (source i386)

2012-04-10 Thread noahm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Apr 2012 22:39:53 -0700
Source: choqok
Binary: choqok
Architecture: source i386
Version: 1.3-1
Distribution: unstable
Urgency: low
Maintainer: Noah Meyerhans no...@debian.org
Changed-By: no...@debian.org
Description: 
 choqok - KDE micro-blogging client
Changes: 
 choqok (1.3-1) unstable; urgency=low
 .
   * New upstream release.
   * Update standards compliance to 3.9.3.1.
Checksums-Sha1: 
 c9b3b06f44c44ec28c1145ff77e46e79f6b698e6 1275 choqok_1.3-1.dsc
 f2ac385b03c6ca25388d12ddebfbf661dd77aca1 759185 choqok_1.3.orig.tar.bz2
 16017deb2a47578e18b48d0db0bdb4ff1dfea37d 5119 choqok_1.3-1.debian.tar.gz
 44c4708a033f3c526539c00512c16f80c8c66834 1586308 choqok_1.3-1_i386.deb
Checksums-Sha256: 
 442a837ee91b079c7bf2664c52de3f4438e81538d639e2bfa9b28e523eb59009 1275 
choqok_1.3-1.dsc
 566fdcac9812f6d25abf8c6b5972f222453624376c687b879528a42f33611f0d 759185 
choqok_1.3.orig.tar.bz2
 82ec07594b8cb7fc4b2b8b7f245171c12684a3e92dcc41a879e52eaa70001de2 5119 
choqok_1.3-1.debian.tar.gz
 38e6ad826bd014a70b581de11d092d1aa27cc7befba17b6e48ad2f873766c774 1586308 
choqok_1.3-1_i386.deb
Files: 
 63fdacddb00eecf0cb047ba3bd8588cb 1275 kde optional choqok_1.3-1.dsc
 6a74a03cee824d68a54061a3d44b3d36 759185 kde optional choqok_1.3.orig.tar.bz2
 477076acc946ac3cf185f7afaf707d40 5119 kde optional choqok_1.3-1.debian.tar.gz
 9dde0f7da7403c58dc5805dcf7bdf53e 1586308 kde optional choqok_1.3-1_i386.deb

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

iD8DBQFPg9C3YrVLjBFATsMRAnZ+AJwLR8aEjeR7Kz8MPYE49+MGVCLPcgCfXqqx
ee5r2USCh0Fh2kmM6B9uoK0=
=8thq
-END PGP SIGNATURE-


Accepted:
choqok_1.3-1.debian.tar.gz
  to main/c/choqok/choqok_1.3-1.debian.tar.gz
choqok_1.3-1.dsc
  to main/c/choqok/choqok_1.3-1.dsc
choqok_1.3-1_i386.deb
  to main/c/choqok/choqok_1.3-1_i386.deb
choqok_1.3.orig.tar.bz2
  to main/c/choqok/choqok_1.3.orig.tar.bz2


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



Accepted fcitx-fbterm 0.1.3-1 (source amd64)

2012-04-10 Thread YunQiang Su
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 10 Apr 2012 15:44:11 +0800
Source: fcitx-fbterm
Binary: fcitx-frontend-fbterm
Architecture: source amd64
Version: 0.1.3-1
Distribution: unstable
Urgency: low
Maintainer: IME Packaging Team pkg-ime-de...@lists.alioth.debian.org
Changed-By: YunQiang Su wzss...@gmail.com
Description: 
 fcitx-frontend-fbterm - Flexible Input Method Framework - FbTerm frontend
Changes: 
 fcitx-fbterm (0.1.3-1) unstable; urgency=low
 .
   * New upstream release.
   * Bump standard version to 3.9.3.
Checksums-Sha1: 
 3f964dc124fb0a1d7c7b08ca915f317cbb83ec88 2059 fcitx-fbterm_0.1.3-1.dsc
 361b3fe140211c1231617ca07b0c758d756b0b28 21692 fcitx-fbterm_0.1.3.orig.tar.xz
 c9faaa6ae46f79d37c33d41b142d463609207ec3 2648 
fcitx-fbterm_0.1.3-1.debian.tar.gz
 214a45bac2d77430479ee5803c20ce0b25307818 16042 
fcitx-frontend-fbterm_0.1.3-1_amd64.deb
Checksums-Sha256: 
 16f03c29fcd4d82fd4128e7f194a486029df61ace25f1f5e03d6abb6c971c6e0 2059 
fcitx-fbterm_0.1.3-1.dsc
 23dfb45f858e7e105f328b9f028db4ad475bb685c3d864bba32c3d480e53acb2 21692 
fcitx-fbterm_0.1.3.orig.tar.xz
 5e4601ac5d3d26103f0f5370030de161b58bcf28e9e896476f12f313f985031d 2648 
fcitx-fbterm_0.1.3-1.debian.tar.gz
 932fdb24bc0139ea09ef4427d3b0dd3e54fcf9857b447748b9969594d4b93a08 16042 
fcitx-frontend-fbterm_0.1.3-1_amd64.deb
Files: 
 61252760c94ce7ae6eefdf0e33864b68 2059 utils optional fcitx-fbterm_0.1.3-1.dsc
 cfa6d399afdc18cbb499407371585db3 21692 utils optional 
fcitx-fbterm_0.1.3.orig.tar.xz
 84fe14982463a05c6c095c8787e811ad 2648 utils optional 
fcitx-fbterm_0.1.3-1.debian.tar.gz
 e9cea085d76923520047bdaa92bf7894 16042 utils optional 
fcitx-frontend-fbterm_0.1.3-1_amd64.deb

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

iQIcBAEBCAAGBQJPg+hYAAoJEBQTXSd7iNflr5QP/i3b8oEYuBmGbn7WK4W80Azb
Uh9PtASTniI5vJVthA2wnLn1DDjJIK3gzW2u1sJHAaaQEKQZbXV/t+kS1iznqOFu
EttY96RYzglI+Y7RiwC0VVvCeiwvsh6/5+KyVmjkcVrY0H4+W6rRoFYPLB+5+kkz
exG3iK5fpLEd1U8E4GqyhFfpxwg5M6GSo/2p3G7WTqGPC2nZCUvKL2XNJLD8D1L/
feZce66ZxOSKFYRgS3ZyFvFJiYlxxCAClrQ0lvdLt5hlBhHsDEE/furyi/eOMNEF
NAUoqXO/VJdsQjTym+LncE0PxqLxCx7eCbum46aqDC2er0u+pA9g52SZMBRV72yO
30449aZXOFZI6uOXkX6gKU5ECrSj30fdyjZliIPGKJqhXMSqdPXkpL+NRLenUIfA
RI2eRvP1HZfNHmF0+IxzNHgk85D8BfO2iuGJwuGS7o2LBpi9WGrWhj1EiUVD0eFK
dIEKNYCIjp04EpkQg7jaD1ylDlqaD1jjnOonEFxp/ikiqYo0yIXfLJeyJuu/2IWz
uH5rb60Lm+lQgV9Y46p3z1xTiKdOVrJXPLO+HoO51aVlIMyzS4HokVdBJ2HndeJS
BCAd+noPBFLZuuwK9Bch0HXDKl1rP7NvJIMO3HYucJFiDFyBsLaATXVokhFMCJYW
YrapL5oM4A88klGFfyLK
=wTMi
-END PGP SIGNATURE-


Accepted:
fcitx-fbterm_0.1.3-1.debian.tar.gz
  to main/f/fcitx-fbterm/fcitx-fbterm_0.1.3-1.debian.tar.gz
fcitx-fbterm_0.1.3-1.dsc
  to main/f/fcitx-fbterm/fcitx-fbterm_0.1.3-1.dsc
fcitx-fbterm_0.1.3.orig.tar.xz
  to main/f/fcitx-fbterm/fcitx-fbterm_0.1.3.orig.tar.xz
fcitx-frontend-fbterm_0.1.3-1_amd64.deb
  to main/f/fcitx-fbterm/fcitx-frontend-fbterm_0.1.3-1_amd64.deb


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



Accepted fcitx-keyboard 0.1.2-1 (source amd64)

2012-04-10 Thread YunQiang Su
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 10 Apr 2012 16:10:59 +0800
Source: fcitx-keyboard
Binary: fcitx-keyboard
Architecture: source amd64
Version: 0.1.2-1
Distribution: unstable
Urgency: low
Maintainer: IME Packaging Team pkg-ime-de...@lists.alioth.debian.org
Changed-By: YunQiang Su wzss...@gmail.com
Description: 
 fcitx-keyboard - X Keyboard Integration with Fcitx
Changes: 
 fcitx-keyboard (0.1.2-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 ac78e79ca00056d1436cd48b7fd0da85e1212b2c 2118 fcitx-keyboard_0.1.2-1.dsc
 1298a4b609e08ace5938678449e3a0cee5539c4f 42060 fcitx-keyboard_0.1.2.orig.tar.xz
 0f7cb963211730cc574f5c61ce2cd07b714631c7 2711 
fcitx-keyboard_0.1.2-1.debian.tar.gz
 3e145534d554ac2ddb5ce628d3f56663c09b7513 54976 fcitx-keyboard_0.1.2-1_amd64.deb
Checksums-Sha256: 
 58c3bca7e513c787e06d1dc4ad0f5402e92263863406d25a624777143f3a1415 2118 
fcitx-keyboard_0.1.2-1.dsc
 de62e60f9a2e23836885f893f8c475b02ce5c6b93fcc8af7ec5b626a1c0b0a95 42060 
fcitx-keyboard_0.1.2.orig.tar.xz
 0549992bcaae8cc1ae590078bd236b8d7b57bf8f870ba6974635c9655ce4382c 2711 
fcitx-keyboard_0.1.2-1.debian.tar.gz
 76e4096214cf04d52f6ecc71dc94ae8042a7a9b5ae153781d2b1142dd49c54bf 54976 
fcitx-keyboard_0.1.2-1_amd64.deb
Files: 
 21600972cc2e8850062878610e804dcd 2118 utils optional fcitx-keyboard_0.1.2-1.dsc
 bcf06486c40e4d90f7466d72b18313c2 42060 utils optional 
fcitx-keyboard_0.1.2.orig.tar.xz
 ff3c68fcfbda2f87ffc808c00ac276b6 2711 utils optional 
fcitx-keyboard_0.1.2-1.debian.tar.gz
 76f079b8e67f85b8fd44d2cc4e6fdc54 54976 utils optional 
fcitx-keyboard_0.1.2-1_amd64.deb

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

iQIcBAEBCAAGBQJPg+1+AAoJEBQTXSd7iNfl8aEP/2bRWz/ntAxHQx/EQZWAR5r5
b1nwzuy/DS3DoqJolU8pN0Tynxp62AtnNBhrSSt90YB9DBbQRtXZICJN2JhAm9G9
66AMVMf3sc8QyhVLlgjST4Cu7JAcNG0GzRhzFJnGy6/6xxPtuwlZykF1iFGn2WgL
PU2KpTH+WddlfRyOebEo+I/XyZdZ+77DEcfxIvBsDVPSWGsRdQWelkLBirp6QLBZ
49CNBoFehe3J5EpLUurCGgOt4y7SD7Aa3KXl15dUu30IZR0eOY9UenR3dXtYbV+E
mt4EitHwgucJyV9KuuYX1ne3cvaL0TIZN+28CS10dxUA/OvrHL4am5r5ftnEocF+
FfyBJa6e6hM0IUf9MLIrxPUN9aZE17Q+8hS04IcXUyUkg7vuTPlfeneC/VMT1ryU
Vu2bZkMlpILVGN3LxCDWC9bZcIHVca3v4SfG1PDrTny2BQmmG7rtxLqJRG6qVJVu
C0of75TjrDbhN4AtRnRNP7aqSKKGl9rr4L+pQJovQAj8li0EwSfxCnD8F08s2FEh
ITeM6CVvrKP3KrpqiOxKPCk41BlRg8uPGjhJl35luct5swlDPbWpIrqYhclhl0HY
Ol62QsxFqbbkHkikXS/6byNJ8tODi6gk25jBXO05yKhvAIX6oMzMzPxF3lcfRD9j
g9rCkTDfS3DjJ5S59TpD
=45JH
-END PGP SIGNATURE-


Accepted:
fcitx-keyboard_0.1.2-1.debian.tar.gz
  to main/f/fcitx-keyboard/fcitx-keyboard_0.1.2-1.debian.tar.gz
fcitx-keyboard_0.1.2-1.dsc
  to main/f/fcitx-keyboard/fcitx-keyboard_0.1.2-1.dsc
fcitx-keyboard_0.1.2-1_amd64.deb
  to main/f/fcitx-keyboard/fcitx-keyboard_0.1.2-1_amd64.deb
fcitx-keyboard_0.1.2.orig.tar.xz
  to main/f/fcitx-keyboard/fcitx-keyboard_0.1.2.orig.tar.xz


-- 
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/e1shwmy-0006az...@franck.debian.org



Accepted feel++ 0.91.3-4 (source all amd64)

2012-04-10 Thread Christophe Prud'homme
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 07 Apr 2012 07:42:58 +0200
Source: feel++
Binary: libfeel++1 libfeel++-dev libfeel++-dbg feel++-apps feel++-doc
Architecture: source all amd64
Version: 0.91.3-4
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Christophe Prud'homme prudh...@debian.org
Description: 
 feel++-apps - A library for the finite element method
 feel++-doc - A library for the finite element method
 libfeel++-dbg - A library for the finite element method
 libfeel++-dev - A library for the finite element method
 libfeel++1 - A library for the finite element method
Changes: 
 feel++ (0.91.3-4) unstable; urgency=low
 .
   * debian/control: depend only on slepc which depend on petsc and depend
 on slepc3.1(hence petsc3.1) as well as slepc3.2 (hence petsc3.2). This
 change should allow to compile on Ubuntu.
Checksums-Sha1: 
 7da494aaee318eb50772ba88825aeeae19dd4376 1946 feel++_0.91.3-4.dsc
 a4dd26a4d47f558cc41f465d5c2d0105ca7194c0 14176 feel++_0.91.3-4.debian.tar.gz
 bde137c6d1513cee24634e767dc0b439c50cc518 3669410 feel++-doc_0.91.3-4_all.deb
 48c25732738c17e1305009b9586c377239722176 857218 libfeel++1_0.91.3-4_amd64.deb
 bb46652e4184f6e95c81890bce133d10714f83f6 1511042 
libfeel++-dev_0.91.3-4_amd64.deb
 77f7232e63e39f4e10b0f5a0bccfb3c90fc76ad1 178246 
libfeel++-dbg_0.91.3-4_amd64.deb
 93fbd1d08ecaf4073f87c005668ca025935efc14 3175108 feel++-apps_0.91.3-4_amd64.deb
Checksums-Sha256: 
 1adf9dc3ef76ca17dff514168e6da47a7d39d784f7c3e02ffa2cc01247722703 1946 
feel++_0.91.3-4.dsc
 81ba923c45d27b21fb1093c44551bd460b79c07e358fa209525ddd11060fe6b6 14176 
feel++_0.91.3-4.debian.tar.gz
 4536f0fe07acdef14d07281e394aed47a36359bae758752bbc054b0adb5765f7 3669410 
feel++-doc_0.91.3-4_all.deb
 9326439a93760b30e219c0db80494cb761922aecf5a5da5beb81e1ff14dab4ad 857218 
libfeel++1_0.91.3-4_amd64.deb
 527b9cd41c601c587819d887bae501fb52ff14a814a59bcf023b3f015066fb36 1511042 
libfeel++-dev_0.91.3-4_amd64.deb
 cef67ba24f572bb759b2bd9d4c1c01c535f5fc66e7cda5b632687807de02 178246 
libfeel++-dbg_0.91.3-4_amd64.deb
 a70a575df8d408679cfbf982aa4709ba612332d11c0516bdede6de5132bea9dd 3175108 
feel++-apps_0.91.3-4_amd64.deb
Files: 
 c7a80aa3bb4e93406eeaa51c878b8052 1946 science extra feel++_0.91.3-4.dsc
 7e205aa05657fa563ef30c97deb68e06 14176 science extra 
feel++_0.91.3-4.debian.tar.gz
 0004bf02ebe036cd1baaebd1acae962c 3669410 doc extra feel++-doc_0.91.3-4_all.deb
 04c9c27267e8d671bbd7d0cf80e6b6e6 857218 libs extra 
libfeel++1_0.91.3-4_amd64.deb
 82481a27029296d1947e5dd280ae1796 1511042 libdevel extra 
libfeel++-dev_0.91.3-4_amd64.deb
 90d85a4f87b32506883dc1cfa1cc29fd 178246 debug extra 
libfeel++-dbg_0.91.3-4_amd64.deb
 03324f1828103e4ac2c42a5fcc8ed633 3175108 science extra 
feel++-apps_0.91.3-4_amd64.deb

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

iD8DBQFPg+ekoY+0C9S+FFARAiaXAKCJtIny0oPtSUu/uQAPIvsX2ylNGACfQrQp
pW1iOr4h4rlwwE9HA540K9Y=
=wk5X
-END PGP SIGNATURE-


Accepted:
feel++-apps_0.91.3-4_amd64.deb
  to main/f/feel++/feel++-apps_0.91.3-4_amd64.deb
feel++-doc_0.91.3-4_all.deb
  to main/f/feel++/feel++-doc_0.91.3-4_all.deb
feel++_0.91.3-4.debian.tar.gz
  to main/f/feel++/feel++_0.91.3-4.debian.tar.gz
feel++_0.91.3-4.dsc
  to main/f/feel++/feel++_0.91.3-4.dsc
libfeel++-dbg_0.91.3-4_amd64.deb
  to main/f/feel++/libfeel++-dbg_0.91.3-4_amd64.deb
libfeel++-dev_0.91.3-4_amd64.deb
  to main/f/feel++/libfeel++-dev_0.91.3-4_amd64.deb
libfeel++1_0.91.3-4_amd64.deb
  to main/f/feel++/libfeel++1_0.91.3-4_amd64.deb


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



Accepted fxt 0.2.6-1 (source amd64)

2012-04-10 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 10 Apr 2012 10:28:49 +0200
Source: fxt
Binary: libfxt-dev libfxt0 fxt-tools
Architecture: source amd64
Version: 0.2.6-1
Distribution: unstable
Urgency: low
Maintainer: Samuel Thibault sthiba...@debian.org
Changed-By: Samuel Thibault sthiba...@debian.org
Description: 
 fxt-tools  - Multithreaded tracing library
 libfxt-dev - Multithreaded tracing library
 libfxt0- Multithreaded tracing library
Changes: 
 fxt (0.2.6-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 591b76909a9030f21b7a80482822342946589e54 1358 fxt_0.2.6-1.dsc
 3d559a215eca16564f8ddfb36b34d3dffcd7fb2d 1079135 fxt_0.2.6.orig.tar.gz
 df536a51671803f15081a7feb3ce2dc68c388671 2648 fxt_0.2.6-1.debian.tar.gz
 415db8b3cb6b341e4f9988c25148a9ed4278662e 45876 libfxt-dev_0.2.6-1_amd64.deb
 185981a0a57b794493857c35aacddf07d7194fec 34474 libfxt0_0.2.6-1_amd64.deb
 8c48b2b4041998eef2b2794d1b1b8551aff70fec 12426 fxt-tools_0.2.6-1_amd64.deb
Checksums-Sha256: 
 ac75012d669bbf6df0d5f6739376b99f71cdaa5666b5af5f408c752684f85aa3 1358 
fxt_0.2.6-1.dsc
 83dac1ccd292fbcbfe4dfa5349b9fdc6c26284e0a0c323a040ca13ab0898649b 1079135 
fxt_0.2.6.orig.tar.gz
 fa1f7cd07c963db56faa8906069080ed39240eaa4ebfb715cf339bf20cde826b 2648 
fxt_0.2.6-1.debian.tar.gz
 7a37d3117c8de95d52dee21738aa1bac40e58e07032cbfe57345ccd4e4dd7b6c 45876 
libfxt-dev_0.2.6-1_amd64.deb
 848fefee1b13f5d99f4882ac317cffcdc1e38037f5d20fdbb1a43e9396109e1c 34474 
libfxt0_0.2.6-1_amd64.deb
 c31623134836695650a3e0e44f0efab2ed5dd87dd27ead37e2dbf439d85738c4 12426 
fxt-tools_0.2.6-1_amd64.deb
Files: 
 8641539cfb5e7fbb3e9850200442e8ed 1358 libs extra fxt_0.2.6-1.dsc
 034d2a2146782130ddfdd1aa3c978d75 1079135 libs extra fxt_0.2.6.orig.tar.gz
 17f618dfa7b4d290e887752323174bee 2648 libs extra fxt_0.2.6-1.debian.tar.gz
 e1c3495210eb29b418111a6b9fbfd31f 45876 libdevel extra 
libfxt-dev_0.2.6-1_amd64.deb
 da33fccd7430b50b7f4f085383deff67 34474 libs extra libfxt0_0.2.6-1_amd64.deb
 3bc168a8f1feaed82961e09c1f704464 12426 science extra 
fxt-tools_0.2.6-1_amd64.deb

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

iF4EAREKAAYFAk+D8JcACgkQUesQhRznqyhntQD/SFEfD44wg/0ZSbAi4aSNDbmY
QpOaQH7YKWqGDaoOVEwA/iK3d3fQ8XzzjjBVOkqKi/u4nB0cGgI6H/AhMTLcjHi1
=Edjg
-END PGP SIGNATURE-


Accepted:
fxt-tools_0.2.6-1_amd64.deb
  to main/f/fxt/fxt-tools_0.2.6-1_amd64.deb
fxt_0.2.6-1.debian.tar.gz
  to main/f/fxt/fxt_0.2.6-1.debian.tar.gz
fxt_0.2.6-1.dsc
  to main/f/fxt/fxt_0.2.6-1.dsc
fxt_0.2.6.orig.tar.gz
  to main/f/fxt/fxt_0.2.6.orig.tar.gz
libfxt-dev_0.2.6-1_amd64.deb
  to main/f/fxt/libfxt-dev_0.2.6-1_amd64.deb
libfxt0_0.2.6-1_amd64.deb
  to main/f/fxt/libfxt0_0.2.6-1_amd64.deb


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



Accepted gwc 0.21.17~dfsg0-1 (source amd64)

2012-04-10 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 10 Apr 2012 09:56:06 +0200
Source: gwc
Binary: gwc gwc-dbg
Architecture: source amd64
Version: 0.21.17~dfsg0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 gwc- Audio file denoiser
 gwc-dbg- Audio file denoiser (debug)
Changes: 
 gwc (0.21.17~dfsg0-1) unstable; urgency=low
 .
   [ Jaromír Mikeš ]
   * Little fix in  menu file
 .
   [ Alessio Treglia ]
   * New upstream bugfix release:
 - Remove executable permissions from undo and .gwc files.
 - Alsa device was not opened correctly with interleaved samples.
 - Create cdrdao toc file not using marker pairs was badly broken.
   * Refresh patches.
   * Remove 0002-fix_undo_files_permissions.patch, applied upstream.
   * Update debian/copyright.
   * Bump Standards.
Checksums-Sha1: 
 f9cfffb8ee4c10cc1aa6f52d893c3990810decf3 2128 gwc_0.21.17~dfsg0-1.dsc
 26b12cc84884b2d73c7deb43aa3abaeae58d 699260 gwc_0.21.17~dfsg0.orig.tar.gz
 a5f4053e7f70002d214ed18776ba2a7516ef21d1 10382 
gwc_0.21.17~dfsg0-1.debian.tar.gz
 1d7820cf923f92e5c71702f7c8592663bcd1f6bf 199634 gwc_0.21.17~dfsg0-1_amd64.deb
 7840f0ad610ec8644bef57abc3a7960d27ecfedb 318644 
gwc-dbg_0.21.17~dfsg0-1_amd64.deb
Checksums-Sha256: 
 612ef736bcfa280881ea41579ce496e7e77d6b2743c5506264efe660450ee210 2128 
gwc_0.21.17~dfsg0-1.dsc
 dbeba130d439852ce0944ff1b6ad61ada6bbfdb0180d2e55968da4320dcbbd06 699260 
gwc_0.21.17~dfsg0.orig.tar.gz
 624724ad7755988cf68fddc85fbcacccd345f28cc0d37e84c690a376d5c556c9 10382 
gwc_0.21.17~dfsg0-1.debian.tar.gz
 d826fca1abe24299b465e9b6d6341296045116d086eb0da3567020206c3cc10e 199634 
gwc_0.21.17~dfsg0-1_amd64.deb
 05bb793857bd28939d06aa27c36698cd0637736bd3c4bfdd499fddd6195bf4fe 318644 
gwc-dbg_0.21.17~dfsg0-1_amd64.deb
Files: 
 95459e842723ab0f01df9eb8e469cf7b 2128 sound optional gwc_0.21.17~dfsg0-1.dsc
 e82783a1b143633db31709669c46e62b 699260 sound optional 
gwc_0.21.17~dfsg0.orig.tar.gz
 1bed171d7f8c39bd2dc10e41049fab02 10382 sound optional 
gwc_0.21.17~dfsg0-1.debian.tar.gz
 d71ed40792f6cf02a57ad5ebb67aa230 199634 sound optional 
gwc_0.21.17~dfsg0-1_amd64.deb
 5957e7ef4cfb1943625b7b858c070f60 318644 debug extra 
gwc-dbg_0.21.17~dfsg0-1_amd64.deb

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

iQIcBAEBCgAGBQJPg+kXAAoJEOikiuUxHXZaWZEQAJbpYw790ufEGnP0i3AkG/C0
ouCasuLxlEDHWDA9FiM8G8BNLAXqsUpOxPdoLqSfDjJlS9YYioxWawa8HpQluXt+
gU198bCSDPvtp5ezKTDXhXVWXnKCVIUZEovMpp8m4Ylhx0erVNE9yARdHXdBEAF4
W7DlPgFZ3Vg8mCeHqFQ/kA5KOmTV+9G2cnb96zS1V7HLNnEkgaRZoAhlLspsJefG
yBsi9LL2yB+rYYvrnt410fL56nuMkipQ8wv/Aoa5nVdiAnGxAHsrhZOQDwDid1sG
2gX/JJXUrTag4GasulwiElkURD9UuOOInUL2iXZVEt+DbQlf/DOf9TeRHWVxoYPL
i10MoRS+j/IVFw4YPsFycwyz+iMFWtiARru2+CIT1LH6JGMS8o+OHjsAhkosCcbC
euX7hGUbIjxsp7WeiTbhromC8exokBkz5qTPwDNNtIVGZAx8nIXn8rgQVAeLlYRI
a/0ey4BrFvTPA9SeM9GLM6/lsnRzc6HW5tG5Udo2fVknoDkBA2X0i3xCeEcpd1vD
jPXCNyoyRdQDboxkEHWNsyGRiq3bkTrTA4dgZzNSELNo8gA9lMAMalfrVxXN4f9u
2Hk5An7f/WHyFykBTXQvwpMxFhJqyrwt0XbVU/shTbaSccxKIlq/j5AEQDnkJ3W2
dBY192B1bURAb8PSm/YI
=WLw7
-END PGP SIGNATURE-


Accepted:
gwc-dbg_0.21.17~dfsg0-1_amd64.deb
  to main/g/gwc/gwc-dbg_0.21.17~dfsg0-1_amd64.deb
gwc_0.21.17~dfsg0-1.debian.tar.gz
  to main/g/gwc/gwc_0.21.17~dfsg0-1.debian.tar.gz
gwc_0.21.17~dfsg0-1.dsc
  to main/g/gwc/gwc_0.21.17~dfsg0-1.dsc
gwc_0.21.17~dfsg0-1_amd64.deb
  to main/g/gwc/gwc_0.21.17~dfsg0-1_amd64.deb
gwc_0.21.17~dfsg0.orig.tar.gz
  to main/g/gwc/gwc_0.21.17~dfsg0.orig.tar.gz


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



Accepted latex2html 2008-debian1-6 (source all)

2012-04-10 Thread Roland Stigge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 08 Apr 2012 13:19:06 +0200
Source: latex2html
Binary: latex2html
Architecture: source all
Version: 2008-debian1-6
Distribution: unstable
Urgency: low
Maintainer: Roland Stigge sti...@antcom.de
Changed-By: Roland Stigge sti...@antcom.de
Description: 
 latex2html - LaTeX to HTML translator
Closes: 666128
Changes: 
 latex2html (2008-debian1-6) unstable; urgency=low
 .
   * prerm: Check for /var/www/usr/share/latex2html/icons before removing files
 (Closes: #666128)
   * debian/control: Standards-Version: 3.9.3
   * debian/compat: 9
   * debian/rules: dh style rules
   * Added patch to prevent perl warnings about deprecated defined(%hash)
Checksums-Sha1: 
 d4c39249a4b62d798da4b46ab82775e27fd7be10 1212 latex2html_2008-debian1-6.dsc
 a7db611999a3f44614afc953e896cc656e8dbbfc 56317 
latex2html_2008-debian1-6.debian.tar.gz
 fc2cbba66dd3b1770774c99411493e5d0b2235e2 2119386 
latex2html_2008-debian1-6_all.deb
Checksums-Sha256: 
 66a0cca172927cafd31da8b0baf115b72df26318e82954fc6f9caa1fd61b845c 1212 
latex2html_2008-debian1-6.dsc
 7cea808fca46366f91437b9cbc8e5fe491bcea5a49ab0e6fd8f31eec6a5dc69f 56317 
latex2html_2008-debian1-6.debian.tar.gz
 f63d825388d5944531be5b3b91115763f2c82edf4302ad068964ae8575c4cf0c 2119386 
latex2html_2008-debian1-6_all.deb
Files: 
 4f32d5852dcbd43b6941d3897cfe492b 1212 tex optional 
latex2html_2008-debian1-6.dsc
 f8c1c77631b3e752efa0e853118a6615 56317 tex optional 
latex2html_2008-debian1-6.debian.tar.gz
 e84567b13bbfd5964a78659ad2c2abd1 2119386 tex optional 
latex2html_2008-debian1-6_all.deb

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

iD8DBQFPg+x5caH/YBv43g8RAgdDAJ4nz0oyra04Ck36cbfu7vTbC3JaAACgsrMV
1ZjmvakOk0BwhN8hTUBb/1A=
=epPz
-END PGP SIGNATURE-


Accepted:
latex2html_2008-debian1-6.debian.tar.gz
  to main/l/latex2html/latex2html_2008-debian1-6.debian.tar.gz
latex2html_2008-debian1-6.dsc
  to main/l/latex2html/latex2html_2008-debian1-6.dsc
latex2html_2008-debian1-6_all.deb
  to main/l/latex2html/latex2html_2008-debian1-6_all.deb


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



Accepted fcitx-sunpinyin 0.3.5-1 (source amd64)

2012-04-10 Thread YunQiang Su
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 10 Apr 2012 16:53:12 +0800
Source: fcitx-sunpinyin
Binary: fcitx-sunpinyin
Architecture: source amd64
Version: 0.3.5-1
Distribution: unstable
Urgency: low
Maintainer: IME Packaging Team pkg-ime-de...@lists.alioth.debian.org
Changed-By: YunQiang Su wzss...@gmail.com
Description: 
 fcitx-sunpinyin - fcitx wrapper for Sunpinyin IM engine
Changes: 
 fcitx-sunpinyin (0.3.5-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 e2dc1f8b0f26f4f78b72dbb16974fc722522182f 2130 fcitx-sunpinyin_0.3.5-1.dsc
 b84ca1074bdceffcba1f28500a6e8bedb92ad36c 40248 
fcitx-sunpinyin_0.3.5.orig.tar.xz
 a6ff2c7d5fb255a7894d5577eedac6582a166948 2524 
fcitx-sunpinyin_0.3.5-1.debian.tar.gz
 a166bc6ccd966b1914e8864b8e829847f2e6d8f9 53586 
fcitx-sunpinyin_0.3.5-1_amd64.deb
Checksums-Sha256: 
 117d37b9dad915a7a919ab51386afcca6b310abfc54950904f515c697e4f2e2f 2130 
fcitx-sunpinyin_0.3.5-1.dsc
 932b74eafb86f9051400a311c4da09ad4888190015e667eea3c4019934f67b62 40248 
fcitx-sunpinyin_0.3.5.orig.tar.xz
 a185d285f1dc0c87a2d41635e313bc2ec2c6f0c3de28f0dd75e221eaa882c042 2524 
fcitx-sunpinyin_0.3.5-1.debian.tar.gz
 caba59c65413831822509102f9281d2d85fe60f003ed64fdd62880d734646095 53586 
fcitx-sunpinyin_0.3.5-1_amd64.deb
Files: 
 150536992c1ceb15b09fd9be852126aa 2130 utils optional 
fcitx-sunpinyin_0.3.5-1.dsc
 8e6b37ef09883e999f6ac15c7a9dd6d4 40248 utils optional 
fcitx-sunpinyin_0.3.5.orig.tar.xz
 e678639577dd5794b97660b00f640622 2524 utils optional 
fcitx-sunpinyin_0.3.5-1.debian.tar.gz
 c0ea1eb8a1535fcef2c896ea045aed50 53586 utils optional 
fcitx-sunpinyin_0.3.5-1_amd64.deb

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

iQIcBAEBCAAGBQJPg/YsAAoJEBQTXSd7iNflIaQP/00PHGOZDEblcKLt2fU6CMeQ
j6AOK9W4utB22MBwVIErVGRK9/9mX6d403CV1+mlpJi0kHTepyiJMq49b0tIP+A/
a6Z2seHs9CR3fcW8cnZqsgl43AJ3a4272exKm5I3QJRregxvs9OOz7dFq51qXiOm
eIR1gkNudZfkrd3l431ELQs2IJwLr3w2YRwep2GboUIM511Ny81vSPovCaruECwg
vF1ZJv5+dUOG4d0nkuOfgJwsHxMDJ8T/KR72R7oFIiIfbk59opkQcWZpd/T0OleX
nBfJT8gI7CNBJuQelSn9RHeX2UcfUOPUU7qeSJZWFq/m2lkiQN+47Y/95ns9L4Fz
raPQoPcxlzBbnfgJFqTkI37Ju8wQE4SxZsjy661CnMpgMwcZH4APnG8C27U8cbVj
d5Aa+SYFnC7lU2ZAVO8n6x6dBB3kK9rDDYaV7lzPwozpGsDuBjq24xbtfQ5MER5V
9+Sv+MAbrSph+gHj//evbwyiqIb/R0cCQv8nzKN5xC6Uj9bm/pzNJVo/oHhgBWKW
30s1BtizAY8BqQqeDRSrpa4REKc+u8D9eD9M/jFQVAtm8AaIljD1H9vOa7DQxX2O
5SyH+Mx9czaZ1CTH+iUFr9NLAxoBgytwDcHYc/3bFJfnZlzKSGcE9wJFNEYgsMN9
GgG0//n+zL0vwN6xg2rZ
=A/DV
-END PGP SIGNATURE-


Accepted:
fcitx-sunpinyin_0.3.5-1.debian.tar.gz
  to main/f/fcitx-sunpinyin/fcitx-sunpinyin_0.3.5-1.debian.tar.gz
fcitx-sunpinyin_0.3.5-1.dsc
  to main/f/fcitx-sunpinyin/fcitx-sunpinyin_0.3.5-1.dsc
fcitx-sunpinyin_0.3.5-1_amd64.deb
  to main/f/fcitx-sunpinyin/fcitx-sunpinyin_0.3.5-1_amd64.deb
fcitx-sunpinyin_0.3.5.orig.tar.xz
  to main/f/fcitx-sunpinyin/fcitx-sunpinyin_0.3.5.orig.tar.xz


-- 
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/e1shxev-0001ka...@franck.debian.org



Accepted kcm-fcitx 0.3.2-1 (source amd64)

2012-04-10 Thread YunQiang Su
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 10 Apr 2012 16:31:49 +0800
Source: kcm-fcitx
Binary: kde-config-fcitx
Architecture: source amd64
Version: 0.3.2-1
Distribution: unstable
Urgency: low
Maintainer: IME Packaging Team pkg-ime-de...@lists.alioth.debian.org
Changed-By: YunQiang Su wzss...@gmail.com
Description: 
 kde-config-fcitx - KDE configuration module for Fcitx
Changes: 
 kcm-fcitx (0.3.2-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 5d7372bd63d9bce25a0133c6a1729e910e699697 2028 kcm-fcitx_0.3.2-1.dsc
 a30e7c285799505c6db288be47d388f01d8088f3 33712 kcm-fcitx_0.3.2.orig.tar.xz
 8743cdce82a4ab618f0d6190cfb5d102e1e8df18 2111 kcm-fcitx_0.3.2-1.debian.tar.gz
 18418b6653ba4f721290d49272765129a137bfda 75716 
kde-config-fcitx_0.3.2-1_amd64.deb
Checksums-Sha256: 
 f27f7273119e1d3893914e963f4f0e121dce773c11cadb525c4727f996ffe360 2028 
kcm-fcitx_0.3.2-1.dsc
 253b74840d3b4ba03d4cba5f7369a6913974f770d732ba9f7ee7eecc883926c0 33712 
kcm-fcitx_0.3.2.orig.tar.xz
 37f8cb60c3b4f8b2824ec846da7c02aca7d26f6a6fe005254bee3dae88761498 2111 
kcm-fcitx_0.3.2-1.debian.tar.gz
 da0f8f7e50af0742aa387b9166e928f1361941d56c83bff1f068e4eb7a94d413 75716 
kde-config-fcitx_0.3.2-1_amd64.deb
Files: 
 924849503e2a3083756e4e9432d32f91 2028 kde optional kcm-fcitx_0.3.2-1.dsc
 06a68f215b4547d4a8bc7c39c32052e6 33712 kde optional kcm-fcitx_0.3.2.orig.tar.xz
 cab29a109c129557f880be85505c45f0 2111 kde optional 
kcm-fcitx_0.3.2-1.debian.tar.gz
 e5065875b6e74e10f7c2f4b12f147d9c 75716 kde optional 
kde-config-fcitx_0.3.2-1_amd64.deb

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

iQIcBAEBCAAGBQJPg/QcAAoJEBQTXSd7iNflXJAQAJXzghUK5JFe/pzO0xXecbN+
21hMFeXZthhVBsfPGgLd9kKuUcDjfTGQwGb9H4lBru+EftrOR1TZymdYD4cqPJIc
7qfuKKAGFgV6XVmjXFtyJ/SpvAkDJA/iwc6dKyKpikNnvzew9veYluCn83/zQ297
Q+dKrY75H3hFC1ad794tz+Pdgz5ioSgxvSk+nL4FF7IlfSOQeIHK2TdqlAefEynt
DzZX0ZoflehEiJvF1tW6Pr6rZxopCziy7E+1R0fjIH2EKpX05OWv7gUp+EZFYuzP
G7tyPBc/sHPNmog8FGPmhmyUUKnqwj1LNQGpmTjXwSW6EVMnHRz+6C75hrlLWLQg
dBd5jRsSLfNVW1luo5ZZesd1h8gzP93KcUV7r6S1NjsqWLR5I4vbqYVkfJHG46+7
VHfY3mlwORtJG4tpK7jG/nrRjDZM6OxLs6oNSc4u0yDNiC6IZhGtIWZBL5DMY36t
9iLMBjE0yHKIVzIUrmVLVn2UaYiLvq8jG2URDppJy/TfMntaX85S54F/+UIM7+kQ
cAU41dOut0fgSDjTnbrQjZixcc2d4/KSnOrtA3gE44wZMYoOEjpnGQvsDUT75LCg
EYVG+qMvXDsYHaTwR0LFyMxk9SIu0y290r6UgYONQwlTISOEI9iOIBgBhTvbx/F4
i4sdRtryFRZ0pgj3z1Yx
=Flrj
-END PGP SIGNATURE-


Accepted:
kcm-fcitx_0.3.2-1.debian.tar.gz
  to main/k/kcm-fcitx/kcm-fcitx_0.3.2-1.debian.tar.gz
kcm-fcitx_0.3.2-1.dsc
  to main/k/kcm-fcitx/kcm-fcitx_0.3.2-1.dsc
kcm-fcitx_0.3.2.orig.tar.xz
  to main/k/kcm-fcitx/kcm-fcitx_0.3.2.orig.tar.xz
kde-config-fcitx_0.3.2-1_amd64.deb
  to main/k/kcm-fcitx/kde-config-fcitx_0.3.2-1_amd64.deb


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



Accepted libquicktime 2:1.2.4-1 (source all amd64)

2012-04-10 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 10 Apr 2012 11:07:51 +0200
Source: libquicktime
Binary: libquicktime2 libquicktime-dev libquicktime-doc quicktime-utils 
quicktime-x11utils
Architecture: source all amd64
Version: 2:1.2.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 libquicktime-dev - library for reading and writing Quicktime files 
(development)
 libquicktime-doc - library for reading and writing Quicktime files 
(documentation)
 libquicktime2 - library for reading and writing Quicktime files
 quicktime-utils - library for reading and writing Quicktime files (utilities)
 quicktime-x11utils - library for reading and writing Quicktime files (x11 
utilities)
Closes: 662409
Changes: 
 libquicktime (2:1.2.4-1) unstable; urgency=low
 .
   * Team upload.
   * New upstream release:
 - Upgrade for newer ffmpeg APIs
 - Fix the JPEG encoder for image sizes, which are no multiples of 16
 - Export edit lists in the public API
 - Support for 10 bit DNxHD streams
   * Drop 30-libav-0.7.patch, fixed upstream.
   * Refresh 02-install-in-libquicktime2.patch
   * Convert to MultiArch.
   * Refresh symbols file.
   * Change build-dep from libpng12-dev to libpng-dev. (Closes: #662409)
   * Demote libquicktime-doc from Recommends to the Suggests field of
 libquicktime-dev.
   * Bump Standards.
Checksums-Sha1: 
 1013626a71aa659344fca6108f5e61dc6acea49c 2695 libquicktime_1.2.4-1.dsc
 7008b2dc27b9b40965bd2df42d39ff4cb8b6305e 1028626 libquicktime_1.2.4.orig.tar.gz
 b0785f675e03dcf12cee2cfdc2c09a33862ce540 13948 
libquicktime_1.2.4-1.debian.tar.gz
 06274a4f2424711f9c56e778555824b59da6dc78 192702 
libquicktime-doc_1.2.4-1_all.deb
 dd14e673497090a6b656e4b1bd2f5fe3923896e3 364548 libquicktime2_1.2.4-1_amd64.deb
 1ee8c2d1a26a2ff68293c8bf974da3e2148e62e7 44536 
libquicktime-dev_1.2.4-1_amd64.deb
 53b7319860379cbac5b39b2432577282a808a9b1 38216 
quicktime-utils_1.2.4-1_amd64.deb
 18b06f05655b778a08c6c2d4c9a30274611fe980 47190 
quicktime-x11utils_1.2.4-1_amd64.deb
Checksums-Sha256: 
 9d411c0efb9d2f062338c54275071121e25f480ed0c94f7ec5dad3e697a0d9df 2695 
libquicktime_1.2.4-1.dsc
 1c53359c33b31347b4d7b00d3611463fe5e942cae3ec0fefe0d2fd413fd47368 1028626 
libquicktime_1.2.4.orig.tar.gz
 fcf22363cd6d1d0ec71307f0156e9e6e14b189308d4f7379438b477972240e95 13948 
libquicktime_1.2.4-1.debian.tar.gz
 e40bdc2c654e2c521f14ed43581adf3ad7a2f209253bd8ec10cf72237009987a 192702 
libquicktime-doc_1.2.4-1_all.deb
 39aa3915d415d4b177abd0bf2cd588a7b1bfe2c9ad6a398b8a7ed62bd402d9a5 364548 
libquicktime2_1.2.4-1_amd64.deb
 c4454ded78090a265ed13cf767d0d08aa6ee5807a819984348fd611d88563f82 44536 
libquicktime-dev_1.2.4-1_amd64.deb
 7aaba6139825b13455b8992446c468d34cd45d2f62f2981c0c02b25d779188c3 38216 
quicktime-utils_1.2.4-1_amd64.deb
 2af36142355f6cffa059774d33cd50d4830dd8d02c75d790f64f63d6c55a3c50 47190 
quicktime-x11utils_1.2.4-1_amd64.deb
Files: 
 416898b6b58cee2bb1330dab006d1db5 2695 devel optional libquicktime_1.2.4-1.dsc
 81cfcebad9b7ee7e7cfbefc861d6d61b 1028626 devel optional 
libquicktime_1.2.4.orig.tar.gz
 1a783c9d0561af3e46b418981f2b1dc2 13948 devel optional 
libquicktime_1.2.4-1.debian.tar.gz
 6586cfa2c1dd16aa3af9ecb976960976 192702 doc optional 
libquicktime-doc_1.2.4-1_all.deb
 9193a7ab2e101c4226b62512387a1241 364548 libs optional 
libquicktime2_1.2.4-1_amd64.deb
 e599d18023c569adb20f99ff123e66a7 44536 libdevel optional 
libquicktime-dev_1.2.4-1_amd64.deb
 548c234ecbfeba615ba853ec909a0dd4 38216 utils extra 
quicktime-utils_1.2.4-1_amd64.deb
 228a1e9df3b70511a7c3407f9525453b 47190 utils extra 
quicktime-x11utils_1.2.4-1_amd64.deb

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

iQIcBAEBCgAGBQJPg/o5AAoJEOikiuUxHXZaLNMP+wXL56Yoo5JdYyVLKwP98T/k
7KBmiI7GXcavuglqEbXqxxkYz7KKZ9w+ND+sVlDS0RVBI0o943rctI0thhAm7COf
hnUPIa6UlLLE1VaV3F0lvyiKwmIq/w3V/L4J3BIlWSYh8cLQs1zg+cEaI6kNkcu2
leAtwt3HqDHMAbJNEtuSEuTiAYXWKp5w2NvCjcEa9LiZKiNKw8pAgRQXPJq01m1E
Nr1NKB0WuHFYr+qCFS/KS8fz8g4H7Tp1oAV0wdAPSSGCO0svsrQyZNKAQESxgNBN
38onEghoYeQkibLdXjXPks7p+tyqz6MoqDPjiPBkYXFQkBl/ktzHFZtjJz2tm1Kw
LoxDX99nhzwKLrVN56QMrCzo0oexxzbCLBuRCUxRxCbDd9KY9nPZyxeiQIGt8w4i
VcbVHKidzuViJuSaEbbMsft0RYZJ90rSxD9PEh0RyYXka17pd4Ez2dcyHQoUVCwf
GqlxBgEcSFQyBp1zBJk2K/ueXQpU380gBh9rIKbswvsGiaeMsry347WTi04oREiw
nxONP1YA3dS+s8lWUDC1Pf9FUM8fdNtzoB+w+dkvKn29pVa695JkO3TyHhz87v4t
qXHZmgUEFs9JsGuHSyg1Qydkc4GbXdw0SIYTctRn1ChzzWcvdPqKPzYwiz322ulm
C67KEetAPAGdyuYpFX+g
=EXI8
-END PGP SIGNATURE-


Accepted:
libquicktime-dev_1.2.4-1_amd64.deb
  to main/libq/libquicktime/libquicktime-dev_1.2.4-1_amd64.deb
libquicktime-doc_1.2.4-1_all.deb
  to main/libq/libquicktime/libquicktime-doc_1.2.4-1_all.deb
libquicktime2_1.2.4-1_amd64.deb
  to main/libq/libquicktime/libquicktime2_1.2.4-1_amd64.deb
libquicktime_1.2.4-1.debian.tar.gz
  to main/libq/libquicktime/libquicktime_1.2.4-1.debian.tar.gz

Accepted scitools 0.8-2 (source all)

2012-04-10 Thread Johannes Ring
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Apr 2012 10:57:49 +0200
Source: scitools
Binary: python-scitools
Architecture: source all
Version: 0.8-2
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Johannes Ring joha...@simula.no
Description: 
 python-scitools - Python library for scientific computing
Closes: 667590
Changes: 
 scitools (0.8-2) unstable; urgency=low
 .
   * debian/control:
 - Bump Standards-Version to 3.9.3 (no changes needed).
 - Move python-matplotlib and python-tk from Suggests to Depends.
 - Move python-vtk, python-pyx, python-pmw, blt and from Suggests to
   Recommends.
 - Replace octave3.0|octave3.2 with octave in Suggests (closes: #667590).
Checksums-Sha1: 
 ac96ae433a7fb561f031b9fcc8a87fec2bef86cd 2002 scitools_0.8-2.dsc
 a78cd84e4553da7b3d4adb6a8aac0d1f782160a0 4921 scitools_0.8-2.debian.tar.gz
 4ea9dea25f7f1d8aa2f1d702e71efbcdbdf404fc 772848 python-scitools_0.8-2_all.deb
Checksums-Sha256: 
 33ea2f93c1c6f01ab1559bd545eeb3d7dd94b9c82c66e2a8d90909ab66dcf29c 2002 
scitools_0.8-2.dsc
 44c042eef3d3d2d89d63188532a9aaf14180fc6b4b070ff179a7ecc327fb197b 4921 
scitools_0.8-2.debian.tar.gz
 ada80b983a1e7e3c325909a649eb76dd4125d5e1f45e0d0f10f9694821e92dc2 772848 
python-scitools_0.8-2_all.deb
Files: 
 45aa77636b3b1e7f7e99e875c6b91ffb 2002 python extra scitools_0.8-2.dsc
 fac03a4029c250b52ad12994f15ab4ef 4921 python extra scitools_0.8-2.debian.tar.gz
 9c149668ad6cba5fea1ad3f0916cd121 772848 python extra 
python-scitools_0.8-2_all.deb

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

iQIcBAEBAgAGBQJPg//CAAoJEIsTRN6fgH8UlA4P/1pFSCOS2Pg+F1XQ4mFDRRky
ZoQXd6h4mfh/RnS8uPs/+o6B3t+HaNydr7VBG9dUMWULW/wkIiL021v2b0Uvjs9s
bQybTLnE8n+GcebnGk77Yv8lnHBNkzzAwSBJNCYHz7PIZQnYFL99f6XvD6mThCyX
VZs4RDdmqirere1SWi74p8oj4KDuuk/MDpsB6UBNyyuwb/4URDQGO8Ylr6CiL7BI
d/f3rTEyRsbRtn2Ik/Mz54KRglQyoMp9gN9Xe1jp/VARQC8fBERzCYVS6RAdoovv
6zGcx0mHJAmljMjMLebywftfPlheclj+tSMAcVf+KFmqT36CveAxDsiAxsukErsG
WhOXY90z6+rXvRPd4ti11cu1DnhMeapITUns3yvrNBEYszNFjePxf4TxNS2fCORJ
CZsyuq4m+JMCFs+EzVjh4R783dnDxx8BeFNyI4VXf/gj9WB69+ChNgp4kPw5IRjK
5Kz9YQYJvkwtq9tKhwYC+y5fYmEfBw++slEyUF1bfBIVt8jmmP8BVfiwayhfq10u
65qJKgoeH24ij8SQ+ZlOfXf0EwGphzDJF/BNIu3ZH4P1iFqHjBD08AkSEU1pZVgz
wKnQTQyATIKXt6GL6iLR0ovsxbSBxuc1aMab/cTOrqgNuVS95x+BILC92THfGk9Y
70HHzlrhqi3ZpqbXgUdn
=4OTb
-END PGP SIGNATURE-


Accepted:
python-scitools_0.8-2_all.deb
  to main/s/scitools/python-scitools_0.8-2_all.deb
scitools_0.8-2.debian.tar.gz
  to main/s/scitools/scitools_0.8-2.debian.tar.gz
scitools_0.8-2.dsc
  to main/s/scitools/scitools_0.8-2.dsc


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



Accepted ganv 0~svn4142~dfsg0-1 (source amd64)

2012-04-10 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 10 Apr 2012 11:58:54 +0200
Source: ganv
Binary: libganv-1-1 libganv-dev gir1.2-ganv-1.0
Architecture: source amd64
Version: 0~svn4142~dfsg0-1
Distribution: unstable
Urgency: low
Maintainer: Alessio Treglia ales...@debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 gir1.2-ganv-1.0 - GObject Introspection data for Ganv
 libganv-1-1 - canvas widget for graph-based interfaces
 libganv-dev - canvas widget for graph-based interfaces (development files)
Changes: 
 ganv (0~svn4142~dfsg0-1) unstable; urgency=low
 .
   * Imported upstream snapshot svn4124.
   * Fix Vcs-Browser field.
Checksums-Sha1: 
 86c4dc1cda6140fee057e07749ada466e8e68cf0 2140 ganv_0~svn4142~dfsg0-1.dsc
 d072f556f8466a0486049ac1059cbf334cf7867e 177269 
ganv_0~svn4142~dfsg0.orig.tar.bz2
 7045456baa49e37df5c06865768f24b40b66db8f 3816 
ganv_0~svn4142~dfsg0-1.debian.tar.gz
 6448c009bd17e378a04307b69cdd3612d2f3930d 126716 
libganv-1-1_0~svn4142~dfsg0-1_amd64.deb
 0c461820b1f13c02c67a84c3c80c48f01f7aa56b 27486 
libganv-dev_0~svn4142~dfsg0-1_amd64.deb
 b42602f0b1bc31555eb72186ea093ccc4c5dc3ca 8740 
gir1.2-ganv-1.0_0~svn4142~dfsg0-1_amd64.deb
Checksums-Sha256: 
 45ff65ca0088e11203ce0e08a72a9921c9659aae2b19961abb4e24f6bdcc00b2 2140 
ganv_0~svn4142~dfsg0-1.dsc
 0f3203cf8dbe090836ebad6193477d88559919f14c695c5f1596ed42f9d94050 177269 
ganv_0~svn4142~dfsg0.orig.tar.bz2
 5f33d737fc9a0d78ef42c22b9b0dd818e7ac79b277934471ad1270cbd2082c57 3816 
ganv_0~svn4142~dfsg0-1.debian.tar.gz
 b36e69a23a63282831369a231399f4a6a736c496096fcb98b7486573ad0d8611 126716 
libganv-1-1_0~svn4142~dfsg0-1_amd64.deb
 0a0b3a3cf0f5bc7695a3d41189c823081be46e800f78a69e28414005703f75ef 27486 
libganv-dev_0~svn4142~dfsg0-1_amd64.deb
 17f705ffafc39e0602f98b5271e34ee105fe963b4dc3a73acacb10af4571e0b8 8740 
gir1.2-ganv-1.0_0~svn4142~dfsg0-1_amd64.deb
Files: 
 38d29d0a9e6a91d476e7435ded857b7c 2140 libs optional ganv_0~svn4142~dfsg0-1.dsc
 74434188bd85fcfd56f54cc456514654 177269 libs optional 
ganv_0~svn4142~dfsg0.orig.tar.bz2
 1c698aae091d1ddf2244827e5e573072 3816 libs optional 
ganv_0~svn4142~dfsg0-1.debian.tar.gz
 d016ae7877d1b2ea6286709b96097adc 126716 libs optional 
libganv-1-1_0~svn4142~dfsg0-1_amd64.deb
 35087416b213c9302012501dd3c0e857 27486 libdevel optional 
libganv-dev_0~svn4142~dfsg0-1_amd64.deb
 0796130e586648101f68c5b7bff4a9a5 8740 introspection optional 
gir1.2-ganv-1.0_0~svn4142~dfsg0-1_amd64.deb

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

iQIcBAEBCgAGBQJPhAbnAAoJEOikiuUxHXZaPRAP/2buzF/V2YnamCo6ToEAl/kc
fVIoQoLxWJuaAP89ywAU7AqfiE40qMmW4Lcofthb8hFEEx0Jtxp7k9fpJfTZb6M/
RGyDfgGNVNTZlMbWAaFOCO6pWf0U0xkFmkHW0OHi+Js7ojbF1MSclgWtWLJCrsjZ
T5NJMKjlJj54lv1xeDyb3MlLGA1ulOi/dBr1xu2+c0rad8ZFcoNWD95nDRnGCUXo
iF+aPG/0pPZgIpiLwiZ3B5y9X8n20cv1vrmJc9X+m97HDQ104DrX1nmNw1k2h+Q7
93aMQ+gqS4WqC2bOP9kyfHsS4Mh43rlYhrhzcImrlmqrAdC66jwOPohufHIlUX2t
ipmvA90V3FwpCKF4m1umpkfuzeaQlgmWHduztK1E9mMw/0RqyFqLWO9bI+71nnN9
PfjwfShrnLzZ3HcX8MAeDe6RlcVCUo0KQoREXyVIdw4qS5YDbtB7bOKSolaMjanc
LoAOP3QzlZuCmOl8a5MK6TApnuMxZXXDZScw2rQqG5EKQDH4al9XSWreVZFVJtlm
+YEKYJFmRGoTsuazFA7x+t0OAN4cvM78TE+F6SLYCJ4bdJ1ggvir43atzDBJtk2d
FY/feK40BlkgAC6uobDtNa8MwrhRl2i8OgA6mKOVIvXln87+3B6Da1BCpKdSa3GW
MJm5PIU7xnU/iUT2kc/s
=1rfD
-END PGP SIGNATURE-


Accepted:
ganv_0~svn4142~dfsg0-1.debian.tar.gz
  to main/g/ganv/ganv_0~svn4142~dfsg0-1.debian.tar.gz
ganv_0~svn4142~dfsg0-1.dsc
  to main/g/ganv/ganv_0~svn4142~dfsg0-1.dsc
ganv_0~svn4142~dfsg0.orig.tar.bz2
  to main/g/ganv/ganv_0~svn4142~dfsg0.orig.tar.bz2
gir1.2-ganv-1.0_0~svn4142~dfsg0-1_amd64.deb
  to main/g/ganv/gir1.2-ganv-1.0_0~svn4142~dfsg0-1_amd64.deb
libganv-1-1_0~svn4142~dfsg0-1_amd64.deb
  to main/g/ganv/libganv-1-1_0~svn4142~dfsg0-1_amd64.deb
libganv-dev_0~svn4142~dfsg0-1_amd64.deb
  to main/g/ganv/libganv-dev_0~svn4142~dfsg0-1_amd64.deb


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



Accepted minbif 1:1.0.5-3 (source i386)

2012-04-10 Thread Sebastien Delafond
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Apr 2012 11:26:08 +0200
Source: minbif
Binary: minbif-common minbif minbif-webcam minbif-dbg
Architecture: source i386
Version: 1:1.0.5-3
Distribution: unstable
Urgency: low
Maintainer: Sebastien Delafond s...@debian.org
Changed-By: Sebastien Delafond s...@debian.org
Description: 
 minbif - IRC-to-other-IM-networks gateway using Pidgin library
 minbif-common - IRC-to-other-IM-networks gateway using Pidgin library (common 
fil
 minbif-dbg - IRC-to-other-IM-networks gateway using Pidgin library (dbg)
 minbif-webcam - IRC-to-other-IM-networks gateway using Pidgin library (webcam)
Closes: 667279
Changes: 
 minbif (1:1.0.5-3) unstable; urgency=low
 .
   * Fix FTBFS with GCC-4.7 (Closes: #667279)
Checksums-Sha1: 
 fea308e2993cca264fcb2771e5114801dc2976b1 1481 minbif_1.0.5-3.dsc
 237745105429fb5b281e9aa8fd64aeed01c15ccc 7749 minbif_1.0.5-3.debian.tar.gz
 49168662d17fb833c761657e7dafdd8643e2d1b9 60488 minbif-common_1.0.5-3_i386.deb
 5c72fdfbfbd85e9816a87d28ab7f734d22d8201a 433436 minbif_1.0.5-3_i386.deb
 bda77416502ef403b9e8dc550825ba70cc654097 449252 minbif-webcam_1.0.5-3_i386.deb
 63d7d1091a6ae82716c85d96aed4f7cf4d3224d9 38682 minbif-dbg_1.0.5-3_i386.deb
Checksums-Sha256: 
 2384430ba46c3ffa31d8c2292a9efa735013d34bd9246632847b95e35fa75ac4 1481 
minbif_1.0.5-3.dsc
 10ad54981cbd70521465ce5f1d017d720b61f7e866d32cbf955d8b8405f22c4b 7749 
minbif_1.0.5-3.debian.tar.gz
 f3435f74eed5616bad3fa143f0797ff0f87d7302e9609c7586e69e2c459f4dd8 60488 
minbif-common_1.0.5-3_i386.deb
 1888c19f19e7907ef5dd3b6fe86da4d8673ea0ff7fc30e7d84c8cc63cc61c0e4 433436 
minbif_1.0.5-3_i386.deb
 f321a99d906dd9f7866ff7fdbf4b45855e79474e3ee5e3d4f14e9de29f6e591b 449252 
minbif-webcam_1.0.5-3_i386.deb
 dfe40b3863364956101551759b8ced4af01dbce471de6d4f615cd24e6581f6b4 38682 
minbif-dbg_1.0.5-3_i386.deb
Files: 
 a6ffbdb14e50f33467696d26dfaf7788 1481 net optional minbif_1.0.5-3.dsc
 aadc7901b343fb56a586e7b7d2759fa0 7749 net optional minbif_1.0.5-3.debian.tar.gz
 7fba9eb7d6e67f51c1c8988474b7a503 60488 net optional 
minbif-common_1.0.5-3_i386.deb
 8c0c84e5ceccec893eb97f7da650a59b 433436 net optional minbif_1.0.5-3_i386.deb
 ed3b5788bd76d61944f02ee94e1e 449252 net optional 
minbif-webcam_1.0.5-3_i386.deb
 80e217b80be44999d671865efa8cba9b 38682 debug extra minbif-dbg_1.0.5-3_i386.deb

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

iEYEARECAAYFAk+EB2IACgkQiZgNKcDdyD/SIwCfRj97sz3Ee2eRSV7uxP3NCY8Z
3kMAn25kIUJatJ8RB8Ighr34u30x5bbw
=zllZ
-END PGP SIGNATURE-


Accepted:
minbif-common_1.0.5-3_i386.deb
  to main/m/minbif/minbif-common_1.0.5-3_i386.deb
minbif-dbg_1.0.5-3_i386.deb
  to main/m/minbif/minbif-dbg_1.0.5-3_i386.deb
minbif-webcam_1.0.5-3_i386.deb
  to main/m/minbif/minbif-webcam_1.0.5-3_i386.deb
minbif_1.0.5-3.debian.tar.gz
  to main/m/minbif/minbif_1.0.5-3.debian.tar.gz
minbif_1.0.5-3.dsc
  to main/m/minbif/minbif_1.0.5-3.dsc
minbif_1.0.5-3_i386.deb
  to main/m/minbif/minbif_1.0.5-3_i386.deb


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



Accepted fetchexc 2.0-5 (source all)

2012-04-10 Thread Jari Aalto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 18 Mar 2012 12:14:38 -0400
Source: fetchexc
Binary: fetchexc
Architecture: source all
Version: 2.0-5
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Jari Aalto jari.aa...@cante.net
Description: 
 fetchexc   - Fetches email from Microsoft Exchange servers
Closes: 664306
Changes: 
 fetchexc (2.0-5) unstable; urgency=low
 .
   * QA upload.
   * Remove dpatch and upgrade to packaging format 3.0 quilt (Closes: 
#664306).
   * Update to Standards-Version to 3.9.3.1 and debhelper to 9.
Checksums-Sha1: 
 a728ba79fb4b023b042b5f42f6302599bd22574f 1275 fetchexc_2.0-5.dsc
 518955ed18edc18461c7f222bc5b09c9dfd10033 12151 fetchexc_2.0-5.debian.tar.gz
 50b7625d0bd35b792b8cead08618f04bce410e4e 29604 fetchexc_2.0-5_all.deb
Checksums-Sha256: 
 e9dafa794580b06ced37ece48f693db05034e0fedf0ee64d18abf75c60464d48 1275 
fetchexc_2.0-5.dsc
 19d110b3a3e81edf16ca7ad51789f709c6df6594f120c00ac63e351b220878c2 12151 
fetchexc_2.0-5.debian.tar.gz
 d7a34db86b398d6f2f1c291ca7729262a6893c4dddfbd6d7ffd8a595444a01a9 29604 
fetchexc_2.0-5_all.deb
Files: 
 e48d1ac5252e54f007532c862f10b293 1275 net optional fetchexc_2.0-5.dsc
 092de94ba16ddcf0eff4e99763d71830 12151 net optional 
fetchexc_2.0-5.debian.tar.gz
 ae0fce1d15fa09686935f948bdb089db 29604 net optional fetchexc_2.0-5_all.deb

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

iEYEARECAAYFAk+EEEAACgkQLARVQsm1XayWVwCgtTsxGLXkd0XxxSbvnej6IQ9w
NBAAoKkxV/gBOaQ24CxeWz785S3sKwof
=wxM5
-END PGP SIGNATURE-


Accepted:
fetchexc_2.0-5.debian.tar.gz
  to main/f/fetchexc/fetchexc_2.0-5.debian.tar.gz
fetchexc_2.0-5.dsc
  to main/f/fetchexc/fetchexc_2.0-5.dsc
fetchexc_2.0-5_all.deb
  to main/f/fetchexc/fetchexc_2.0-5_all.deb


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



Accepted epstool 3.08+repack-3 (source amd64)

2012-04-10 Thread Philip Rinn
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 7 Apr 2012 21:09:34 +0100
Source: epstool
Binary: epstool
Architecture: source amd64
Version: 3.08+repack-3
Distribution: unstable
Urgency: low
Maintainer: Philip Rinn ri...@gmx.net
Changed-By: Philip Rinn ri...@gmx.net
Description: 
 epstool- edit preview images and fix bounding boxes in EPS files
Closes: 667935
Changes: 
 epstool (3.08+repack-3) unstable; urgency=low
 .
   * Second try: Enable hardened build flags (closes: #667935):
 - build system doesn't use CPPFLAGS so we append them to CFLAGS.
   * Fixing debian/copyright. Conversion to DEP-5 was incomplete.
Checksums-Sha1: 
 da2249cc36d06f880e266988b1c612edcaa30355 1751 epstool_3.08+repack-3.dsc
 52eb812e9b0a15d679fbde9ecc87390540d0f436 3294 
epstool_3.08+repack-3.debian.tar.gz
 ad61ce5bb21f3a23b1b487457f8205e5a8088e6a 128306 epstool_3.08+repack-3_amd64.deb
Checksums-Sha256: 
 0a621cdd4e92f0e3b4145d653f5e2940a70a498e247de0bfb9bd41036e3cf402 1751 
epstool_3.08+repack-3.dsc
 8f765148d9f7b7e475980abe39e59ca78a3b6d21f3dd0b237b05d076e82fc4f6 3294 
epstool_3.08+repack-3.debian.tar.gz
 05df86fa653d044e19fad7d3f538d41a5c7a412348934411c2879250e482972a 128306 
epstool_3.08+repack-3_amd64.deb
Files: 
 abf13416372f5a5385124b9cdcb98a05 1751 graphics optional 
epstool_3.08+repack-3.dsc
 5bf819bd2a5ffcd13b9e6c9a42b2f726 3294 graphics optional 
epstool_3.08+repack-3.debian.tar.gz
 b2d44366e9c4821482b5add535720ae8 128306 graphics optional 
epstool_3.08+repack-3_amd64.deb

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

iQIcBAEBCAAGBQJPhBRiAAoJEPmIJawmtHufjuUQALkF2ODFdfw9PF+xjWAJWWC0
psei87j6Q8Zrwaof2tTV9PyJOmRwQmkZOf7zVWoVEpvll4yUG3e1jLl96MKBOt8/
YvDGsGM8R/RsueYoyIP+QyDFm+h4sKtzebwe/mXFyJ+lyKK9WwkGo4QmaBUlzJT3
6B/GeaB00NZty3z1LdKV4iS+v1BiqTOSSJ0s3rTgr8/UDPoAlRljwvK5nm3LXFVB
Uoa8RFBjnbyRfHK3kTZJ4G43L/ooj2CYxhJAkLrqHYsk+Q/qMKdIyIsCr8H/giuM
RJ9RRQX80mRBwYX3huIT1oiaZo4u8o0ijtsl6ADKW/bksF/BeB4SDxHVrU8cyDHZ
/mSeeN2pNrMdmgtyrfHb3Z7kW+zFHc+69SCHIrs53hNgg6isrcEkrS3jglh+678n
6xtezF64zGIdrt+ehKR+UD5hrEnQYa9kas9MZXFnaNDGPrfdInBd33AnQFOlR61I
bBFLHHx8cf9KypOkCXAsQYLU+aZwggQ9QcGq3RINyPcOM9QItdGzTwzvbIU0dW/G
WYeVpvsYtz3ceB/wRqNPD0Dci57ceKMMRddWna7j6HQJc3Zfw5t5nkKSMYHXcHR+
Dx5vJcjS58z7V5hXW7GAT1VfUrQB4YH9ILp6aTInoeAwfwYoSaQGz6yOC0Y8rUux
zYxdNQ3q/5eRc4K8rtSl
=VlIT
-END PGP SIGNATURE-


Accepted:
epstool_3.08+repack-3.debian.tar.gz
  to main/e/epstool/epstool_3.08+repack-3.debian.tar.gz
epstool_3.08+repack-3.dsc
  to main/e/epstool/epstool_3.08+repack-3.dsc
epstool_3.08+repack-3_amd64.deb
  to main/e/epstool/epstool_3.08+repack-3_amd64.deb


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



Accepted djview4 4.9-1 (source all amd64)

2012-04-10 Thread Barak A. Pearlmutter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 04 Apr 2012 09:25:22 +0100
Source: djview4
Binary: djview4 djview-plugin djvulibre-plugin
Architecture: source amd64 all
Version: 4.9-1
Distribution: unstable
Urgency: low
Maintainer: Barak A. Pearlmutter b...@debian.org
Changed-By: Barak A. Pearlmutter b...@debian.org
Description: 
 djview-plugin - Browser plugin for the DjVu image format
 djview4- Viewer for the DjVu image format
 djvulibre-plugin - Transition package, djvulibre-plugin to djview-plugin
Closes: 666474
Changes: 
 djview4 (4.9-1) unstable; urgency=low
 .
   [ Leon Bottou ]
   * new upstream version
 .
   [ Barak A. Pearlmutter ]
   * switch deprecated rsvg to plug-compatible rsvg-convert (closes: #666474)
   * bump to dh 9
   * bump debian policy version
Checksums-Sha1: 
 42cb3b12bbfeab6c2fc950598c26fa1463212a02 1481 djview4_4.9-1.dsc
 5401fe8805509fb99e4903343df5979827cb6dd6 937251 djview4_4.9.orig.tar.gz
 f21fd437ee7993d83e0a17cb632a568945213dd9 8401 djview4_4.9-1.debian.tar.gz
 c70cdae3ff479793cc9ce686eab437f57a5fac77 741152 djview4_4.9-1_amd64.deb
 106e8e622dad7e7358b40ab6db3784011fd82a51 29284 djview-plugin_4.9-1_amd64.deb
 f7959a9d4e3a4f2f36e91d9b27de5e7122adc379 5050 djvulibre-plugin_4.9-1_all.deb
Checksums-Sha256: 
 5d61adf504028437c93170cf30eceb4cc06ca9fbd843e1f37e1f0d3b27ceaaba 1481 
djview4_4.9-1.dsc
 4e0bd6adcdea50eef675884331bcce664f94d2825022eb1885d59439e91a 937251 
djview4_4.9.orig.tar.gz
 c6214b4307625f1b6dece2936cbeeab268444307f6821305ffa4eb0f5ca91ed5 8401 
djview4_4.9-1.debian.tar.gz
 341015b4e75d255ca62039b6f26d7b7d43a33bace61027f2e40bab594ab7b57d 741152 
djview4_4.9-1_amd64.deb
 ceb98bf5693231109377a9b74be3db4be85e756ca4dba5c88b83191b823653ed 29284 
djview-plugin_4.9-1_amd64.deb
 cb3617034242e41e0ad9330c124141e17d0388d21a476072424d0d85f5b71bbe 5050 
djvulibre-plugin_4.9-1_all.deb
Files: 
 26d9f5cd20ef02dc4ef142e08c977755 1481 graphics optional djview4_4.9-1.dsc
 0d3f4f7b9de64ae465c93e0126f87c01 937251 graphics optional 
djview4_4.9.orig.tar.gz
 3540ecd462b241e7402d36efd326de21 8401 graphics optional 
djview4_4.9-1.debian.tar.gz
 df7faba8f8fafbf3f02a9e7d1a43fec8 741152 graphics optional 
djview4_4.9-1_amd64.deb
 8fc4abd878a457058405a0162dc15c85 29284 web optional 
djview-plugin_4.9-1_amd64.deb
 baa079b2d3e7c076f13db2ec739c7e00 5050 web optional 
djvulibre-plugin_4.9-1_all.deb

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

iEYEARECAAYFAk+EFuQACgkQLz4Gnv7CP7J/wACgs2zqeWRIYwcXCa0l36bWRm9m
d74An0DCYaA93Jy7TAdwLDSHm5o+lYcF
=EWQ+
-END PGP SIGNATURE-


Accepted:
djview-plugin_4.9-1_amd64.deb
  to main/d/djview4/djview-plugin_4.9-1_amd64.deb
djview4_4.9-1.debian.tar.gz
  to main/d/djview4/djview4_4.9-1.debian.tar.gz
djview4_4.9-1.dsc
  to main/d/djview4/djview4_4.9-1.dsc
djview4_4.9-1_amd64.deb
  to main/d/djview4/djview4_4.9-1_amd64.deb
djview4_4.9.orig.tar.gz
  to main/d/djview4/djview4_4.9.orig.tar.gz
djvulibre-plugin_4.9-1_all.deb
  to main/d/djview4/djvulibre-plugin_4.9-1_all.deb


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



Accepted gcc-4.7 4.7.0-3 (source all amd64)

2012-04-10 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Apr 2012 22:24:14 +0200
Source: gcc-4.7
Binary: gcc-4.7-base libgcc1 libgcc1-dbg libgcc2 libgcc2-dbg libgcc4 
libgcc4-dbg lib64gcc1 lib64gcc1-dbg lib32gcc1 lib32gcc1-dbg libn32gcc1 
libn32gcc1-dbg gcc-4.7 gcc-4.7-multilib gcc-4.7-plugin-dev gcc-4.7-hppa64 
gcc-4.7-spu g++-4.7-spu gfortran-4.7-spu cpp-4.7 gcc-4.7-locales g++-4.7 
g++-4.7-multilib libmudflap0 libmudflap0-dbg lib32mudflap0 lib32mudflap0-dbg 
lib64mudflap0 lib64mudflap0-dbg libn32mudflap0 libn32mudflap0-dbg 
libmudflap0-4.7-dev libgomp1 libgomp1-dbg lib32gomp1 lib32gomp1-dbg lib64gomp1 
lib64gomp1-dbg libn32gomp1 libn32gomp1-dbg libitm1 libitm1-dbg lib32itm1 
lib32itm1-dbg lib64itm1 lib64itm1-dbg libn32itm1 libn32itm1-dbg libquadmath0 
libquadmath0-dbg lib32quadmath0 lib32quadmath0-dbg lib64quadmath0 
lib64quadmath0-dbg libn32quadmath0 libn32quadmath0-dbg gobjc++-4.7 
gobjc++-4.7-multilib gobjc-4.7 gobjc-4.7-multilib libobjc4 libobjc4-dbg 
lib64objc4 lib64objc4-dbg lib32objc4 lib32objc4-dbg libn32objc4 libn32objc4-dbg 
gfortran-4.7 gfortran-4.7-multilib
 libgfortran3 libgfortran3-dbg lib64gfortran3 lib64gfortran3-dbg lib32gfortran3 
lib32gfortran3-dbg libn32gfortran3 libn32gfortran3-dbg gccgo-4.7 
gccgo-4.7-multilib libgo0 libgo0-dbg lib64go0 lib64go0-dbg lib32go0 
lib32go0-dbg libn32go0 libn32go0-dbg libstdc++6 lib32stdc++6 lib64stdc++6 
libn32stdc++6 libstdc++6-4.7-dev libstdc++6-4.7-pic libstdc++6-4.7-dbg 
lib32stdc++6-4.7-dbg lib64stdc++6-4.7-dbg libn32stdc++6-4.7-dbg 
libstdc++6-4.7-doc gcc-4.7-soft-float fixincludes
 gcc-4.7-source
Architecture: source all amd64
Version: 4.7.0-3
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers debian-...@lists.debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 cpp-4.7- GNU C preprocessor
 fixincludes - Fix non-ANSI header files
 g++-4.7- GNU C++ compiler
 g++-4.7-multilib - GNU C++ compiler (multilib files)
 g++-4.7-spu - SPU cross-compiler (C++ compiler)
 gcc-4.7- GNU C compiler
 gcc-4.7-base - GCC, the GNU Compiler Collection (base package)
 gcc-4.7-hppa64 - GNU C compiler (cross compiler for hppa64)
 gcc-4.7-locales - GCC, the GNU compiler collection (native language support 
files)
 gcc-4.7-multilib - GNU C compiler (multilib files)
 gcc-4.7-plugin-dev - Files for GNU GCC plugin development.
 gcc-4.7-soft-float - GCC soft-floating-point gcc libraries (ARM)
 gcc-4.7-source - Source of the GNU Compiler Collection
 gcc-4.7-spu - SPU cross-compiler (preprocessor and C compiler)
 gccgo-4.7  - GNU Go compiler
 gccgo-4.7-multilib - GNU Go compiler (multilib files)
 gfortran-4.7 - GNU Fortran compiler
 gfortran-4.7-multilib - GNU Fortran compiler (multilib files)
 gfortran-4.7-spu - SPU cross-compiler (Fortran compiler)
 gobjc++-4.7 - GNU Objective-C++ compiler
 gobjc++-4.7-multilib - GNU Objective-C++ compiler (multilib files)
 gobjc-4.7  - GNU Objective-C compiler
 gobjc-4.7-multilib - GNU Objective-C compiler (multilib files)
 lib32gcc1  - GCC support library (32 bit Version)
 lib32gcc1-dbg - GCC support library (debug symbols)
 lib32gfortran3 - Runtime library for GNU Fortran applications (32bit)
 lib32gfortran3-dbg - Runtime library for GNU Fortran applications (32 bit 
debug symbol
 lib32go0   - Runtime library for GNU Go applications (32bit)
 lib32go0-dbg - Runtime library for GNU Go applications (32 bit debug symbols)
 lib32gomp1 - GCC OpenMP (GOMP) support library (32bit)
 lib32gomp1-dbg - GCC OpenMP (GOMP) support library (32 bit debug symbols)
 lib32itm1  - GNU Transactional Memory Library (32bit)
 lib32itm1-dbg - GNU Transactional Memory Library (32 bit debug symbols)
 lib32mudflap0 - GCC mudflap shared support libraries (32bit)
 lib32mudflap0-dbg - GCC mudflap shared support libraries (32 bit debug symbols)
 lib32objc4 - Runtime library for GNU Objective-C applications (32bit)
 lib32objc4-dbg - Runtime library for GNU Objective-C applications (32 bit 
debug sy
 lib32quadmath0 - GCC Quad-Precision Math Library (32bit)
 lib32quadmath0-dbg - GCC Quad-Precision Math Library (32 bit debug symbols)
 lib32stdc++6 - GNU Standard C++ Library v3 (32 bit Version)
 lib32stdc++6-4.7-dbg - GNU Standard C++ Library v3 (debugging files)
 lib64gcc1  - GCC support library (64bit)
 lib64gcc1-dbg - GCC support library (debug symbols)
 lib64gfortran3 - Runtime library for GNU Fortran applications (64bit)
 lib64gfortran3-dbg - Runtime library for GNU Fortran applications (64bit debug 
symbols
 lib64go0   - Runtime library for GNU Go applications (64bit)
 lib64go0-dbg - Runtime library for GNU Go applications (64bit debug symbols)
 lib64gomp1 - GCC OpenMP (GOMP) support library (64bit)
 lib64gomp1-dbg - GCC OpenMP (GOMP) support library (64bit debug symbols)
 lib64itm1  - GNU Transactional Memory Library (64bit)
 lib64itm1-dbg - GNU Transactional Memory Library (64bit debug symbols)
 lib64mudflap0 - GCC mudflap shared support libraries (64bit)
 lib64mudflap0-dbg - GCC mudflap shared support 

Accepted gcin 2.7.6.1+dfsg-1 (source all amd64)

2012-04-10 Thread 魏銘廷
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 07 Apr 2012 15:48:18 +0800
Source: gcin
Binary: gcin gcin-data gcin-tables gcin-dev gcin-gtk3-immodule 
gcin-qt4-immodule gcin-anthy gcin-chewing
Architecture: source amd64 all
Version: 2.7.6.1+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: IME Packaging Team pkg-ime-de...@lists.alioth.debian.org
Changed-By: Yao Wei (魏銘廷) m...@lxde.org
Description: 
 gcin   - GTK+ based input method for Chinese users
 gcin-anthy - support library to use Anthy in gcin
 gcin-chewing - support library to use Chewing in gcin
 gcin-data  - icons and scripts for gcin
 gcin-dev   - GTK+ based input method platform - development files
 gcin-gtk3-immodule - GTK3 input method module with gcin as backend
 gcin-qt4-immodule - Qt4 input method module with gcin as backend
 gcin-tables - input method tables for gcin
Changes: 
 gcin (2.7.6.1+dfsg-1) unstable; urgency=low
 .
   * Imported Upstream version 2.7.6.1+dfsg
   * debian/patches: all fixed upstream
   * debian/im-switch/gcin:
 remove QT4_IM_MODULE envvar since it won't work at all
   * debian/control: set DM-Upload-Allowed to yes
   * debian/gcin-qt4-immodule.install:
 change install path
Checksums-Sha1: 
 f23f58d89f45cb03a86c1ef06ab3b3a18e9bdffb 1754 gcin_2.7.6.1+dfsg-1.dsc
 e3b54801264a2d283ba36ec3758ba5c0f4216fb4 3085220 gcin_2.7.6.1+dfsg.orig.tar.xz
 2b1f3d72b5c529468beafff185079858c6a14d9e 14000 
gcin_2.7.6.1+dfsg-1.debian.tar.gz
 c3cb2ab9d9f537e5f0557ddd1c7dcf6c 435262 gcin_2.7.6.1+dfsg-1_amd64.deb
 a08007b68b129408c50c0e9beac8fa6e6fd0f27e 168704 
gcin-data_2.7.6.1+dfsg-1_all.deb
 f9576085aaa33491618f2f65bdb7ff9d43c6eaf1 5700628 
gcin-tables_2.7.6.1+dfsg-1_amd64.deb
 ce83b10fa3239e542c869961ce3cc4bb16972c5f 86078 gcin-dev_2.7.6.1+dfsg-1_all.deb
 5521baf2b68cf7624c16948d13cd8824eda96fba 90764 
gcin-gtk3-immodule_2.7.6.1+dfsg-1_amd64.deb
 33ecd9670d5245f5b2d284a098b670301221439a 98196 
gcin-qt4-immodule_2.7.6.1+dfsg-1_amd64.deb
 5d768bbe0cad6fcdb359b21ae560fa5c8471bf25 106762 
gcin-anthy_2.7.6.1+dfsg-1_amd64.deb
 200c161273e688d2cfb46dc594cc71a5a3cd6fea 96154 
gcin-chewing_2.7.6.1+dfsg-1_amd64.deb
Checksums-Sha256: 
 ffb0371e92ceb0300fa7471e5423ebd54e7c8eca702cda770f3cddeb303394fa 1754 
gcin_2.7.6.1+dfsg-1.dsc
 b96c16b9feba2566afa12ba705d7a454a03a9dbdf6e2a329eae9d8673a79e25b 3085220 
gcin_2.7.6.1+dfsg.orig.tar.xz
 d36a3365e6bcb71e76c172c8028283a0443b00ae812900e4060da04deaeb3324 14000 
gcin_2.7.6.1+dfsg-1.debian.tar.gz
 2ecf07664237484c8e8c25880f71b20f079f168fc8bc2b88d9323608de32dfa9 435262 
gcin_2.7.6.1+dfsg-1_amd64.deb
 5863c369675117c3a3e4e8ca6df6ec919495e42da9c4ab55bf0510d7600a85a1 168704 
gcin-data_2.7.6.1+dfsg-1_all.deb
 3646e484c21df62a29657edc3c72505a14368adba0455fd3c6bd3adff8e70934 5700628 
gcin-tables_2.7.6.1+dfsg-1_amd64.deb
 2f3f7722c5d6eac12d353b01e558c767bf44f7d002762a1877e17833fc82c457 86078 
gcin-dev_2.7.6.1+dfsg-1_all.deb
 681686971c3f8afde6484fc5b4646b95768f6bdee9037f02d614d4b2f45ee51c 90764 
gcin-gtk3-immodule_2.7.6.1+dfsg-1_amd64.deb
 b4995f605caaa3614fb0c712ea7f708708d052a427e08ae31efb5bb33ffa0a84 98196 
gcin-qt4-immodule_2.7.6.1+dfsg-1_amd64.deb
 64d9d9495fd9e4c08147243bf1f53e183fca17d05156c9c39b6d2a7740e0c2f6 106762 
gcin-anthy_2.7.6.1+dfsg-1_amd64.deb
 69e428bf5a3eccca6d532e25ad3c7b7ae971c0e7b09807d1e9c5f5def9dda71f 96154 
gcin-chewing_2.7.6.1+dfsg-1_amd64.deb
Files: 
 1cd024c46db46502aa1b96a8c6e16d6b 1754 utils optional gcin_2.7.6.1+dfsg-1.dsc
 60dc7d7578d18b010b18842f4614c66d 3085220 utils optional 
gcin_2.7.6.1+dfsg.orig.tar.xz
 994c0fb9380881ec6e78f512af90e9b9 14000 utils optional 
gcin_2.7.6.1+dfsg-1.debian.tar.gz
 0786466c27343635884727ae5063db14 435262 utils optional 
gcin_2.7.6.1+dfsg-1_amd64.deb
 8974a6d9d1a329b7df60745c5e8cbb76 168704 utils optional 
gcin-data_2.7.6.1+dfsg-1_all.deb
 b05ca24c51767aa2a3f386b209944968 5700628 utils optional 
gcin-tables_2.7.6.1+dfsg-1_amd64.deb
 afcd399aab80e78a5797748cfd915b94 86078 devel optional 
gcin-dev_2.7.6.1+dfsg-1_all.deb
 819ab5d73905f8f21e8679d31e63fb19 90764 utils optional 
gcin-gtk3-immodule_2.7.6.1+dfsg-1_amd64.deb
 761c44713a17d951e9257d6b621bc3fd 98196 utils optional 
gcin-qt4-immodule_2.7.6.1+dfsg-1_amd64.deb
 3c1ba01aa0b8a3732f601e7c8c274afd 106762 utils optional 
gcin-anthy_2.7.6.1+dfsg-1_amd64.deb
 e373c56f04015bc180b3105b326a96b0 96154 utils optional 
gcin-chewing_2.7.6.1+dfsg-1_amd64.deb

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

iEYEARECAAYFAk+EFekACgkQ6A/EwagGHzIGcQCbBSrq8VjHt/Nvuez9gia2CdPt
3zcAniJCClTe+ba7m7RDFrorMihHV+IM
=n8/g
-END PGP SIGNATURE-


Accepted:
gcin-anthy_2.7.6.1+dfsg-1_amd64.deb
  to main/g/gcin/gcin-anthy_2.7.6.1+dfsg-1_amd64.deb
gcin-chewing_2.7.6.1+dfsg-1_amd64.deb
  to main/g/gcin/gcin-chewing_2.7.6.1+dfsg-1_amd64.deb
gcin-data_2.7.6.1+dfsg-1_all.deb
  to main/g/gcin/gcin-data_2.7.6.1+dfsg-1_all.deb
gcin-dev_2.7.6.1+dfsg-1_all.deb
  to main/g/gcin/gcin-dev_2.7.6.1+dfsg-1_all.deb
gcin-gtk3-immodule_2.7.6.1+dfsg-1_amd64.deb
  to 

Accepted setserial 2.17-47 (source amd64)

2012-04-10 Thread Jari Aalto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 28 Mar 2012 22:16:35 +0300
Source: setserial
Binary: setserial
Architecture: source amd64
Version: 2.17-47
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Jari Aalto jari.aa...@cante.net
Description: 
 setserial  - controls configuration of serial ports
Closes: 664320
Changes: 
 setserial (2.17-47) unstable; urgency=low
 .
   * QA upload.
   * Remove deprecated dpatch and upgrade to packaging format 3.0 quilt
 (Closes: #664320).
   * Update to Standards-Version to 3.9.3.1 and debhelper to 9.
Checksums-Sha1: 
 1296cdbc4902d0257dc5831df034bafcd9bdc948 1058 setserial_2.17-47.dsc
 806792003350288d37c9e9d3c121f9fc5eabbba9 62477 setserial_2.17-47.debian.tar.gz
 cf9b9126e02fc7d6baff723ee29cc51896ba13e4 53920 setserial_2.17-47_amd64.deb
Checksums-Sha256: 
 df6743e687568c08be71a515bef58c8c051ae56c577e000f8b638bbb8d98ee9c 1058 
setserial_2.17-47.dsc
 bbc3a26132710ad706fb80fbb8c2da5d05f804f96cf7b8326ccfa60c39d41e0c 62477 
setserial_2.17-47.debian.tar.gz
 bb37fa82316ea1422d03f2e5d393f5c93b0f9a6bd045ff4ead071e6dfe191fef 53920 
setserial_2.17-47_amd64.deb
Files: 
 eef005dcafa6c8991269deeb37820618 1058 comm extra setserial_2.17-47.dsc
 3bd7266b242d76e1c758ce112cafd8b3 62477 comm extra 
setserial_2.17-47.debian.tar.gz
 cbc0293787ae675328d64df2d778eb15 53920 comm extra setserial_2.17-47_amd64.deb

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

iEYEARECAAYFAk+EIzMACgkQLARVQsm1XayxiwCfS+DBBL4xepDzhlV6e931zKDp
ywAAnjO0fZwVySaLsHf3A32Jc+/NDSWh
=v4WM
-END PGP SIGNATURE-


Accepted:
setserial_2.17-47.debian.tar.gz
  to main/s/setserial/setserial_2.17-47.debian.tar.gz
setserial_2.17-47.dsc
  to main/s/setserial/setserial_2.17-47.dsc
setserial_2.17-47_amd64.deb
  to main/s/setserial/setserial_2.17-47_amd64.deb


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



Accepted silly 0.1.0-3 (source all amd64)

2012-04-10 Thread Muammar El Khatib
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Apr 2012 13:00:04 +0200
Source: silly
Binary: libsilly-dev libsilly libsilly-doc
Architecture: source amd64 all
Version: 0.1.0-3
Distribution: unstable
Urgency: low
Maintainer: Muammar El Khatib muam...@debian.org
Changed-By: Muammar El Khatib muam...@debian.org
Description: 
 libsilly   - development files for the simple image loading library
 libsilly-dev - simple image loading library
 libsilly-doc - simple image loading library (documentation)
Closes: 638811 651608 662500
Changes: 
 silly (0.1.0-3) unstable; urgency=low
 .
   * debian/control:
 + Build-Depends on libpng12-dev was dropped in favour of libpng-dev.
 (Closes: #638811, #662500). Besides, pkg-config was added to this field in
 order of avoiding undefined symbol inlibSILLY.so.1 and thus making it fail
 to link to libpng. (Closes: #651608)
   * Bump Standards-Version to 3.9.3. No changes were needed.
Checksums-Sha1: 
 c9b2d0b99f69188a88ff3fa113eecee135056811 1188 silly_0.1.0-3.dsc
 e0e6e52e23a697fc1e6e4eb591596164ea7fe34b 4529 silly_0.1.0-3.debian.tar.gz
 2cd7aa20984da996ce0ab2ddd4e0a7f1f9561014 32682 libsilly-dev_0.1.0-3_amd64.deb
 9d6aedeef0467f7382ce10862d436502cd935bbd 17132 libsilly_0.1.0-3_amd64.deb
 bc1bd89925544589a1d40105b6fdbcef522cb52f 100492 libsilly-doc_0.1.0-3_all.deb
Checksums-Sha256: 
 dd266a3dd1cddb54ac632f52f03e94b8eff8dba21d274d86bc23ba36bd0688cc 1188 
silly_0.1.0-3.dsc
 bd6d3171ef8cce0023fd6625b67680ea9df7f5a22af25a79e78107d49cd0af7a 4529 
silly_0.1.0-3.debian.tar.gz
 38a956f9f0a3607c615c695c13c4cfd86a7c4f552a6c0b359ac120c5feac27a5 32682 
libsilly-dev_0.1.0-3_amd64.deb
 50ec78448783049eb5a88bc3f2ec9a1563b7907b847db52cbf5f1632dac6147e 17132 
libsilly_0.1.0-3_amd64.deb
 210072ac83e4e2ac4da3b22795fdf14121199d4d64aebe74d6e3762e4a609d95 100492 
libsilly-doc_0.1.0-3_all.deb
Files: 
 c09b1da8270d10a18b16077ba8dc567b 1188 libs extra silly_0.1.0-3.dsc
 2f321edba16f0423dae9694cfbb094b5 4529 libs extra silly_0.1.0-3.debian.tar.gz
 0b8da4e51486d2308d14728613b9cd6f 32682 libdevel extra 
libsilly-dev_0.1.0-3_amd64.deb
 8827793193cee3fa5fb88ba6f8836ba4 17132 libs extra libsilly_0.1.0-3_amd64.deb
 431364947bfaed2a0b38647a6ab0da95 100492 doc extra libsilly-doc_0.1.0-3_all.deb

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

iEYEARECAAYFAk+EJnsACgkQMOtAOxJwKfG2swCfQvcijMSMLBeYQsuXegBCk4E6
YFAAn10KsZe15sxmke3WMHaqxnZuMnMe
=fiO3
-END PGP SIGNATURE-


Accepted:
libsilly-dev_0.1.0-3_amd64.deb
  to main/s/silly/libsilly-dev_0.1.0-3_amd64.deb
libsilly-doc_0.1.0-3_all.deb
  to main/s/silly/libsilly-doc_0.1.0-3_all.deb
libsilly_0.1.0-3_amd64.deb
  to main/s/silly/libsilly_0.1.0-3_amd64.deb
silly_0.1.0-3.debian.tar.gz
  to main/s/silly/silly_0.1.0-3.debian.tar.gz
silly_0.1.0-3.dsc
  to main/s/silly/silly_0.1.0-3.dsc


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



Accepted gsmartcontrol 0.8.6-1.1 (source amd64)

2012-04-10 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 08 Apr 2012 14:19:47 +0200
Source: gsmartcontrol
Binary: gsmartcontrol
Architecture: source amd64
Version: 0.8.6-1.1
Distribution: unstable
Urgency: low
Maintainer: Giuseppe Iuculano iucul...@debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 gsmartcontrol - graphical user interface for smartctl
Closes: 665677
Changes: 
 gsmartcontrol (0.8.6-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS with glib 2.32: add patch 04_glib2.31.patch from Alexander
 Shaduri. (Closes: #665677, LP: #935155
Checksums-Sha1: 
 4bb8d49fc0d916c580a314924345789abd1365c2 1994 gsmartcontrol_0.8.6-1.1.dsc
 7d032483ab900addb3dc423355a8e3eb15240cc3 9147 
gsmartcontrol_0.8.6-1.1.debian.tar.gz
 852bd53ec33c277621df26adcd86132e0bb27a66 633606 
gsmartcontrol_0.8.6-1.1_amd64.deb
Checksums-Sha256: 
 dcdb981f2b31839a039f3a55891761743cfde257d2fa648e20926f4b18495126 1994 
gsmartcontrol_0.8.6-1.1.dsc
 58c97f826e3fc247957126e86c9098322966a5fbd6f3af889c1cafee44854587 9147 
gsmartcontrol_0.8.6-1.1.debian.tar.gz
 42ec6fd8ac16be13e9f76f2e05db9cc64360e6a6400aa402e000835ef11bbe65 633606 
gsmartcontrol_0.8.6-1.1_amd64.deb
Files: 
 f82fd6e4bac2287563989f17c4a1e196 1994 utils extra gsmartcontrol_0.8.6-1.1.dsc
 ac2847bbfdd8c5cd5bbe23e8e72b5903 9147 utils extra 
gsmartcontrol_0.8.6-1.1.debian.tar.gz
 c83ce69a8bfbb7121209f413a5e3efbc 633606 utils extra 
gsmartcontrol_0.8.6-1.1_amd64.deb

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

iQIcBAEBCAAGBQJPgYMCAAoJELs6aAGGSaoGP5kP/ijEdmwKB1kBngFJARGJiGN7
Xmwmmj79AkLcIjjZzK2vxECmmIGxqbSD1H/URSC0oVSvqoNfjXucVAqRTxgKt9iA
GgDOw+B8Zx4iTokxbjtV9jcnu/w6SCcGL1x/xwOWiyIvO82zCT235Q+PX0x1CET/
09zmjRtPv7EXsG0WShFF3yWROt3P7LwjE06q+OiDQ2JhOrZ3trdfGEgggTrxiBmY
kmLJnSddSTzHmGu3UIg6Dbal5YBbzo3SnBHBLTLWLRYmSGJbsD1nYRN5E/kg9PjM
LzEnz7qi41g9+SMkneu+liYXIN9PN6cum4EFRiTKocUrIYHmg6fAoVLWwh2cKyd1
qgOSfpIRNKvsiDuVXv5/nKvaRNC7pZVNDE7LSy4bEvzCqo5M1h8uZaofD6HRhZrl
dbkRXdgKpLJo02UQq+2TPhv0khT4ImfwTt7PWfT/HisTq+6Bc8eRNlxhVRkaEdne
rPioBGYYvVJNCo7V4bESV8U4T0SfFh6LtCnLTinA180u12nop3jHgD4dMOo03PPV
GRG/id8/kh+wAzuzcoFAaltEc/llD+QHuMSWSXlif2QFVvKwJODPy5T6XgPuh4Yu
TYm8DLFYxn4P5fs7B3Xdac0TgWfvSsTJcM8fRPa3EYpFufgrGTRz5Vwc4ZGvrWAS
m4UiUWleuWachh4dcX0w
=jCFc
-END PGP SIGNATURE-


Accepted:
gsmartcontrol_0.8.6-1.1.debian.tar.gz
  to main/g/gsmartcontrol/gsmartcontrol_0.8.6-1.1.debian.tar.gz
gsmartcontrol_0.8.6-1.1.dsc
  to main/g/gsmartcontrol/gsmartcontrol_0.8.6-1.1.dsc
gsmartcontrol_0.8.6-1.1_amd64.deb
  to main/g/gsmartcontrol/gsmartcontrol_0.8.6-1.1_amd64.deb


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



Accepted arno-iptables-firewall 2.0.1.b-1 (source all)

2012-04-10 Thread Michael Hanke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Apr 2012 11:13:34 +0200
Source: arno-iptables-firewall
Binary: arno-iptables-firewall
Architecture: source all
Version: 2.0.1.b-1
Distribution: experimental
Urgency: low
Maintainer: Michael Hanke m...@debian.org
Changed-By: Michael Hanke m...@debian.org
Description: 
 arno-iptables-firewall - single- and multi-homed firewall script with DSL/ADSL 
support
Closes: 653421 658454 658458 661989 666776
Changes: 
 arno-iptables-firewall (2.0.1.b-1) experimental; urgency=low
 .
   * New upstream release. The package now supports conf.d-style configuration
 snippets at /etc/arno-iptables-firewall/conf.d (Closes: #653421, #658458).
   * Replace dependency on lynx with curl, due to upstream changes.
   * Bumped Standards-Version to 3.9.3; no changes necessary.
   * Remove DM-Upload flag -- no longer necessary.
   * Make debian/copyright comprehensive and copyright-format 1.0 compatible.
   * Fix pending l10n issues (Thanks to Christian Perrier for coordination).
 Debconf translations:
   * Dutch; (Jeroen Schot).  Closes: #658454
   * Danish (Joe Hansen).  Closes: #661989
   * Polish (Michał Kułach).  Closes: #666776
   * Use dh_lintian to install overrides.
Checksums-Sha1: 
 c0711fc36e24dc8e5565643b3b8fe5ffb57059f2 1988 
arno-iptables-firewall_2.0.1.b-1.dsc
 ad26552380ad90c65f6b77af6644dbbef46a46f2 121256 
arno-iptables-firewall_2.0.1.b.orig.tar.gz
 c17a133f33defd8529376c4d4dab5f3298024fec 60275 
arno-iptables-firewall_2.0.1.b-1.debian.tar.gz
 ba72cc5a1a84d46640ce297ee7431d5d131ceb11 156176 
arno-iptables-firewall_2.0.1.b-1_all.deb
Checksums-Sha256: 
 e616110fcd529517a62fe6df077a4aaea6d6d49d0c3fe31bed8bbbecd45d3b5f 1988 
arno-iptables-firewall_2.0.1.b-1.dsc
 9c8ff82ad25fa03bdc216bfff4d53dd21d7ecd824cfb407c1f57f04d5e48dcab 121256 
arno-iptables-firewall_2.0.1.b.orig.tar.gz
 1a4f1200018c16dfb965ec6a5fc3d035ed71776c17b85786031661077c1c062c 60275 
arno-iptables-firewall_2.0.1.b-1.debian.tar.gz
 b2b286f28ba56580702b43addcf4fb57c2a72607083a32bbd80e2e59b5dbc600 156176 
arno-iptables-firewall_2.0.1.b-1_all.deb
Files: 
 1d7bdc48b19705677724bfa6cbe722e9 1988 net optional 
arno-iptables-firewall_2.0.1.b-1.dsc
 72c7ecd036e3fcea0a0401048641c899 121256 net optional 
arno-iptables-firewall_2.0.1.b.orig.tar.gz
 f0adaa1ae01bfe0577ff9483205f30cd 60275 net optional 
arno-iptables-firewall_2.0.1.b-1.debian.tar.gz
 86686dbf11c6587ba7d21c9bd61a1097 156176 net optional 
arno-iptables-firewall_2.0.1.b-1_all.deb

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

iQIcBAEBAgAGBQJPhC3LAAoJEMBz0ih/+56bFhgQAIHbmB6psgXtbDEPCMof/zPv
E972k2Db9LqvZc4HQErELASShfF4rJDxnsTrbdF/0dg3gmc05V/bgllmjbuf0HXH
/aZIGSZBhgo1C+mntLpP+aYfrVsXGJIeD7vMdJQySouPrvaN1SXTWHIg49XWGpUj
hj3UmhUk3xZXN2W7S2vHhsp6J+AkVk++0LTukfKaebq+omL5nl+U+cS3MVa9btnV
Hs1gr68TRRw49n52HmqGftCrOsjxcol/LZtuimWek4Sh6+C6bi2QKt3E2q7qWvcQ
hUnJSJuoztZQa12mi493Q7bV6uzvjRjLmauu0yxB11O+LvF9cucYlfCaOiFoK2gR
7BYGyxUkP8g1teRkWR/ScOVHTH4whCRUO0fjlxFHxCUu+HJuuAZq6R7rQQj3epjR
UlQIf5GVyM5ngrM9dd3DUWc6cgh4PmEJxIi3xS4YDJYMUts07VdkOXqp6eg9SXdR
2zQdIaAdIaJ/L25Ipe0UwkIzAQYSm3F852aa2W9yS2klM8fJnu8N2yHV6Da9adot
HNaGG8AIzQgTPOTxJGjl8VQcj1NihLjCfY1d/CiPCXlBqUhmleM2Efdo62t6kMIp
3reioEIX53bHP5LxAzfvGGTkGOqNMdUA6wZqSlaSxhDR8ip7fCmH1AXHmwcgKsLK
J1SYitNia5AByy+niSL1
=gkcb
-END PGP SIGNATURE-


Accepted:
arno-iptables-firewall_2.0.1.b-1.debian.tar.gz
  to 
main/a/arno-iptables-firewall/arno-iptables-firewall_2.0.1.b-1.debian.tar.gz
arno-iptables-firewall_2.0.1.b-1.dsc
  to main/a/arno-iptables-firewall/arno-iptables-firewall_2.0.1.b-1.dsc
arno-iptables-firewall_2.0.1.b-1_all.deb
  to main/a/arno-iptables-firewall/arno-iptables-firewall_2.0.1.b-1_all.deb
arno-iptables-firewall_2.0.1.b.orig.tar.gz
  to main/a/arno-iptables-firewall/arno-iptables-firewall_2.0.1.b.orig.tar.gz


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



Accepted axiom 20120301-2 (source all i386)

2012-04-10 Thread Camm Maguire
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Apr 2012 22:25:14 +
Source: axiom
Binary: axiom axiom-source axiom-test axiom-doc axiom-databases axiom-tex 
axiom-graphics axiom-graphics-data axiom-hypertex axiom-hypertex-data
Architecture: source all i386
Version: 20120301-2
Distribution: unstable
Urgency: low
Maintainer: Camm Maguire c...@debian.org
Changed-By: Camm Maguire c...@debian.org
Description: 
 axiom  - General purpose computer algebra system: main binary and modules
 axiom-databases - General purpose computer algebra system: generated text 
databases
 axiom-doc  - General purpose computer algebra system: documentation
 axiom-graphics - General purpose computer algebra system: graphics subsystem
 axiom-graphics-data - General purpose computer algebra system: graphics 
subsystem
 axiom-hypertex - General purpose computer algebra system: hypertex subsystem
 axiom-hypertex-data - General purpose computer algebra system: hypertex 
subsystem
 axiom-source - General purpose computer algebra system: source files
 axiom-test - General purpose computer algebra system: regression test inputs
 axiom-tex  - General purpose computer algebra system: style file for TeX
Changes: 
 axiom (20120301-2) unstable; urgency=low
 .
   * Apply char= patch in scanToken
Checksums-Sha1: 
 a3731fe4c34a50091387c385e9e68ff16998e46a 1712 axiom_20120301-2.dsc
 3847f84a765efe3528d43e722581b3daf9f27003 1150917 axiom_20120301-2.debian.tar.gz
 a6da2011328b687c67c5bdbf1fd737bfe5be725d 122328 axiom-source_20120301-2_all.deb
 a4299e8a1fe0343a34cb984f3fd21dd288f3a742 5544900 axiom-test_20120301-2_all.deb
 647b242ab35e41dcf1c55c1e12ff24a885180db5 63341588 axiom-doc_20120301-2_all.deb
 a710c4b13856a79cc577de29027d7a7d80cc49dc 1256184 
axiom-databases_20120301-2_all.deb
 12bbd976310864578188681a5405ff1f53957584 12 axiom-tex_20120301-2_all.deb
 5f4ed060c0e43f84f64e6aa94e95f7c92a674baa 2680326 
axiom-graphics-data_20120301-2_all.deb
 48dfec34ab385255bc533b67d11dac1cb3bac333 30395510 
axiom-hypertex-data_20120301-2_all.deb
 8b24ee2d74b6eebbd5dde48960aaaedae306b1f2 13478170 axiom_20120301-2_i386.deb
 8071b26625e3a27d73415657cff394af4c5832bd 262658 
axiom-graphics_20120301-2_i386.deb
 d23fab353d746dceee03ca82838917c8367e480c 219218 
axiom-hypertex_20120301-2_i386.deb
Checksums-Sha256: 
 3a79d90185ebe019d9ced9f0f22f8c69ad46335b3477612969b69cc4c2b713b2 1712 
axiom_20120301-2.dsc
 96d67ef6e5a96758b27a74df0b6285c07dcd27b5809ac7c5da29fe7ad636d53b 1150917 
axiom_20120301-2.debian.tar.gz
 f2054fd2b0faf0588b59024907d48d25345bfbc90822efc5ae16f28ed1e2f324 122328 
axiom-source_20120301-2_all.deb
 a74c497101a3525691dd30d16b0012e06f9f447a194fe130a8b3e6bb9931f196 5544900 
axiom-test_20120301-2_all.deb
 5a387426ef06958ca4710e50bb5a941d2cf05332f44b9794a0318e5a8d447041 63341588 
axiom-doc_20120301-2_all.deb
 0edad33c94770f4efcd22ec62239ec74fe639f7d6f7e5744a39470ade18adfeb 1256184 
axiom-databases_20120301-2_all.deb
 0d7ebbc3c8a1e83b488f037c0a681b869be6aa55bdaa44383f5a2c79603eb905 12 
axiom-tex_20120301-2_all.deb
 ed487aa09da08bd9dcbaf928cfecc8b54048f2b7b35b88e7f37c013794b6388f 2680326 
axiom-graphics-data_20120301-2_all.deb
 c36877a52a886949fc2ef27be037098114269dd050a24c1944879b2a24d433a6 30395510 
axiom-hypertex-data_20120301-2_all.deb
 688c076c5d4ed16df9020d1acb798d8eaf21fadf5e31ed57c8ef32d6d2348d12 13478170 
axiom_20120301-2_i386.deb
 d68d667315acd1cb81894ff4f349e9f6cee8c3303879797d6dc663fe71fb1f6d 262658 
axiom-graphics_20120301-2_i386.deb
 3de648eb84ce978b9dcdebbc069bc7b5dca047b634916d59e51df285e8c4144d 219218 
axiom-hypertex_20120301-2_i386.deb
Files: 
 0d385bb3225a4e32c1b4e0642aa70284 1712 math optional axiom_20120301-2.dsc
 3d6aa5378290c3af730967270e93ec29 1150917 math optional 
axiom_20120301-2.debian.tar.gz
 a17838b1bd30be7947e4e2fd8ea04c00 122328 math optional 
axiom-source_20120301-2_all.deb
 5d9308c5ee1be3cbc38ed66c21f88e05 5544900 math optional 
axiom-test_20120301-2_all.deb
 cc5f07dae62ece82a407aedc5ebf4dff 63341588 doc optional 
axiom-doc_20120301-2_all.deb
 4fcee6a86cb99c1d9827bc69ca27d505 1256184 math optional 
axiom-databases_20120301-2_all.deb
 c5cd2b23d1dad6de5f325923fccb415a 12 math optional 
axiom-tex_20120301-2_all.deb
 76b10a1e2e14ac001dcc9e7ca3ae892b 2680326 math optional 
axiom-graphics-data_20120301-2_all.deb
 a9a649339c49548d270acc403b7e0762 30395510 math optional 
axiom-hypertex-data_20120301-2_all.deb
 0d47a368880fbc005b25c5ad3b568507 13478170 math optional 
axiom_20120301-2_i386.deb
 2ce13ed0fa7d7cb26f288ad978cd3928 262658 math optional 
axiom-graphics_20120301-2_i386.deb
 b35e8153f50a945c0dc3e9179fc906fb 219218 math optional 
axiom-hypertex_20120301-2_i386.deb

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

iEYEARECAAYFAk+DiNEACgkQczG1wFfwRdx7AACgmpuUxlJ9R6cVbkDzc9V5Y+++
tmQAoLCYZLEZY/VsZF6EQVz+yK4+PSmb
=QJ54
-END PGP SIGNATURE-


Accepted:
axiom-databases_20120301-2_all.deb
  to main/a/axiom/axiom-databases_20120301-2_all.deb
axiom-doc_20120301-2_all.deb

Accepted bzr 2.6.0~bzr6520-1 (source all amd64)

2012-04-10 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Apr 2012 12:55:57 +0200
Source: bzr
Binary: bzr python-bzrlib python-bzrlib-dbg python-bzrlib.tests bzr-doc
Architecture: source all amd64
Version: 2.6.0~bzr6520-1
Distribution: unstable
Urgency: low
Maintainer: Debian Bazaar Maintainers pkg-bazaar-ma...@lists.alioth.debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 bzr- easy to use distributed version control system
 bzr-doc- easy to use distributed version control system (documentation)
 python-bzrlib - distributed version control system - python library
 python-bzrlib-dbg - distributed version control system - debug extension
 python-bzrlib.tests - distributed version control system - testsuite
Closes: 666496
Changes: 
 bzr (2.6.0~bzr6520-1) unstable; urgency=low
 .
   * New upstream snapshot.
+ Drop 04_serve_address patch, now applied upstream.
+ Fixes cloning from HTTP URLs using urllib. Closes: #666496
Checksums-Sha1: 
 c3abda3ba928fddc5333cb6313613cded3d75690 1914 bzr_2.6.0~bzr6520-1.dsc
 52b63fdae8f0bdb07434520f2d32f5c077848538 9418404 bzr_2.6.0~bzr6520.orig.tar.gz
 4095496074328c640eb42990727ae6fc426a5b98 41015 
bzr_2.6.0~bzr6520-1.debian.tar.gz
 53c5ac7ce2056fa32020f0f5e51dc1334caa59d7 52642 bzr_2.6.0~bzr6520-1_all.deb
 b6cff096e5e8d0a646dfa7dae0e96a94d67bda13 2321066 
python-bzrlib_2.6.0~bzr6520-1_amd64.deb
 c102e2a3641a9335669b0b18aefd1da82c3244e3 2712070 
python-bzrlib-dbg_2.6.0~bzr6520-1_amd64.deb
 3066c4cfdeca540751c7bee0b79cae428e0c41fe 1445816 
python-bzrlib.tests_2.6.0~bzr6520-1_all.deb
 9ff8a3161c04a9639d390ebde393683ad5f009ff 5530028 
bzr-doc_2.6.0~bzr6520-1_all.deb
Checksums-Sha256: 
 e9f1a3b7d3ab9bdaee49914d1734f4796853f4e7a32c2fee50b48bac101ae4e4 1914 
bzr_2.6.0~bzr6520-1.dsc
 86ae0100bb70e7177606442a9b967848af77e73e051e63be010dae94df64c570 9418404 
bzr_2.6.0~bzr6520.orig.tar.gz
 09f585fac7e7087eaabefc0d025f14e878875910ae718e6d6f1564d9e91d63df 41015 
bzr_2.6.0~bzr6520-1.debian.tar.gz
 aaf06ff9ae85825e6044639658f8257eae6f6c77498d838aeb263b992074385d 52642 
bzr_2.6.0~bzr6520-1_all.deb
 94ef54b3991ff478159b0a0a835c503cbe8822f1c827173974a29f8836df755a 2321066 
python-bzrlib_2.6.0~bzr6520-1_amd64.deb
 e90092a3186656a7421a55f0b6a02c72423e21fe2848446e4deda5a26769b731 2712070 
python-bzrlib-dbg_2.6.0~bzr6520-1_amd64.deb
 21f79ba732fa4619b47754e7222adb5790dbc9c80f593ebeb7cc56b43cd2a45f 1445816 
python-bzrlib.tests_2.6.0~bzr6520-1_all.deb
 1586801b8f273031828ce5d60d5404ec72db98c44399501a5ec535ea2bcae8e6 5530028 
bzr-doc_2.6.0~bzr6520-1_all.deb
Files: 
 0afe9f4d434e6b62f9e7b8951259b0b4 1914 vcs optional bzr_2.6.0~bzr6520-1.dsc
 edcd9e48d744b5cbd8cb72d74b40631d 9418404 vcs optional 
bzr_2.6.0~bzr6520.orig.tar.gz
 29d6e5497c23b28058dbb24c843bd8cd 41015 vcs optional 
bzr_2.6.0~bzr6520-1.debian.tar.gz
 34291dedde407275bbce8171b85bd04e 52642 vcs optional bzr_2.6.0~bzr6520-1_all.deb
 a2a4fca47ad42a4f5cab26dc5c54055e 2321066 python optional 
python-bzrlib_2.6.0~bzr6520-1_amd64.deb
 7e470489f1cc90b669bb2ab6872c8635 2712070 debug extra 
python-bzrlib-dbg_2.6.0~bzr6520-1_amd64.deb
 a5ebd073a3302947bf895bded249d0ce 1445816 python optional 
python-bzrlib.tests_2.6.0~bzr6520-1_all.deb
 523e31492cced4947c2bd621aec8be86 5530028 doc optional 
bzr-doc_2.6.0~bzr6520-1_all.deb

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

iEYEARECAAYFAk+ELLYACgkQPa9Uoh7vUnZ9yACeO8qgHxsmEeZ1pzkMo5wzI0OH
4U4An0PDALBVG93pGkbuncPtP8J3GlnE
=g5Uq
-END PGP SIGNATURE-


Accepted:
bzr-doc_2.6.0~bzr6520-1_all.deb
  to main/b/bzr/bzr-doc_2.6.0~bzr6520-1_all.deb
bzr_2.6.0~bzr6520-1.debian.tar.gz
  to main/b/bzr/bzr_2.6.0~bzr6520-1.debian.tar.gz
bzr_2.6.0~bzr6520-1.dsc
  to main/b/bzr/bzr_2.6.0~bzr6520-1.dsc
bzr_2.6.0~bzr6520-1_all.deb
  to main/b/bzr/bzr_2.6.0~bzr6520-1_all.deb
bzr_2.6.0~bzr6520.orig.tar.gz
  to main/b/bzr/bzr_2.6.0~bzr6520.orig.tar.gz
python-bzrlib-dbg_2.6.0~bzr6520-1_amd64.deb
  to main/b/bzr/python-bzrlib-dbg_2.6.0~bzr6520-1_amd64.deb
python-bzrlib.tests_2.6.0~bzr6520-1_all.deb
  to main/b/bzr/python-bzrlib.tests_2.6.0~bzr6520-1_all.deb
python-bzrlib_2.6.0~bzr6520-1_amd64.deb
  to main/b/bzr/python-bzrlib_2.6.0~bzr6520-1_amd64.deb


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



Accepted lua-posix 5.1.19-1 (source all amd64)

2012-04-10 Thread Enrico Tassi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Apr 2012 15:05:04 +0200
Source: lua-posix
Binary: lua-posix lua-posix-dev lua-curses lua-curses-dev liblua5.1-posix1 
liblua5.1-posix-dev
Architecture: source amd64 all
Version: 5.1.19-1
Distribution: unstable
Urgency: low
Maintainer: Enrico Tassi gareuselesi...@debian.org
Changed-By: Enrico Tassi gareuselesi...@debian.org
Description: 
 liblua5.1-posix-dev - Transitional package for lua-posix-dev
 liblua5.1-posix1 - Transitional package for lua-posix
 lua-curses - curses library for the Lua language
 lua-curses-dev - curses development files for the Lua language
 lua-posix  - posix library for the Lua language
 lua-posix-dev - posix development files for the Lua language
Changes: 
 lua-posix (5.1.19-1) unstable; urgency=low
 .
   * New upstream release
   * Patches for hurd and kfreebsd not needed anylongher
Checksums-Sha1: 
 407510e70c826e30a001c1c8c157b72aa91c7078 1531 lua-posix_5.1.19-1.dsc
 bdadb85558279f7f633d5200a599d4a596f47775 400873 lua-posix_5.1.19.orig.tar.gz
 ad487883766a1ef8744dc109f3a434d3c44c37b8 5088 lua-posix_5.1.19-1.debian.tar.gz
 b06266db95b383cc3c4c552641aa43e3143a47c9 60930 lua-posix_5.1.19-1_amd64.deb
 ee01746ef16252995a923b4901b4895b4e769e43 61946 lua-posix-dev_5.1.19-1_amd64.deb
 9470a89e92891bf739252f0d76145f55888475ea 56830 lua-curses_5.1.19-1_amd64.deb
 9c43d9fca533701db154e5f2f87d1b01f298a607 60226 
lua-curses-dev_5.1.19-1_amd64.deb
 e9e9f516c34ca574742be4293f5d3bb92c09a800 13430 
liblua5.1-posix1_5.1.19-1_all.deb
 efbb8975be822a227364bacd17cca12f2cb79e91 13434 
liblua5.1-posix-dev_5.1.19-1_all.deb
Checksums-Sha256: 
 cd3ceb41f42a8ed16e3cc69f788b3a8e3a814fb3ceeb96e13173fc7126f16650 1531 
lua-posix_5.1.19-1.dsc
 349913b2b308d4110bf674fdb51e31a1518c1c3d3f5503f3baf5ce081eb1c443 400873 
lua-posix_5.1.19.orig.tar.gz
 181d7514c2ee4a3d231a8ec28d12d73b09968d05620973cb6bc10cff482d892f 5088 
lua-posix_5.1.19-1.debian.tar.gz
 e18672dc44edf20759837491f19cbff356943a21964273230bba1f093e942f10 60930 
lua-posix_5.1.19-1_amd64.deb
 867cb8a32b09dca49dc7f5b8e003e4ccbdd2fab3025150ed101668281f704f09 61946 
lua-posix-dev_5.1.19-1_amd64.deb
 19e2a9cd334a62209af04d1efb4d4f73756b29b38121445b4dceaf30e965e95d 56830 
lua-curses_5.1.19-1_amd64.deb
 bdfccc795f332f29892bc4ebf6793ebd4a3ece18e2c0b4b881bebc09e1d197fa 60226 
lua-curses-dev_5.1.19-1_amd64.deb
 b2976023c5fde6523ce57354736848be68c4e8796ebab911b576be6064ea1d2e 13430 
liblua5.1-posix1_5.1.19-1_all.deb
 f7230b7fac8071249ae41a46dd8cc99a1bfa677a890ffd46e3fa12528ed54cd3 13434 
liblua5.1-posix-dev_5.1.19-1_all.deb
Files: 
 80c8fb42fe7eec2fcd75d08a445d7d32 1531 interpreters optional 
lua-posix_5.1.19-1.dsc
 3d74beb1b1d887adb689e6e9316abb42 400873 interpreters optional 
lua-posix_5.1.19.orig.tar.gz
 07bc0fd725e4035a13c742c2ebf47186 5088 interpreters optional 
lua-posix_5.1.19-1.debian.tar.gz
 fc9b155903b46dabb6f1dc0a4c591ea5 60930 interpreters optional 
lua-posix_5.1.19-1_amd64.deb
 e5f8d9a97ea97acc0e5cbe4e592a3a58 61946 libdevel optional 
lua-posix-dev_5.1.19-1_amd64.deb
 f4f40f8bae13bf330786f23d069ba77f 56830 libdevel optional 
lua-curses_5.1.19-1_amd64.deb
 fd922b740baffcff7db2f404d8a3e5c1 60226 libdevel optional 
lua-curses-dev_5.1.19-1_amd64.deb
 523f1b4c2b037489ecc5ceb40a1dbdc6 13430 oldlibs extra 
liblua5.1-posix1_5.1.19-1_all.deb
 40e8ea40a873f3664873a6e56fad5c03 13434 oldlibs extra 
liblua5.1-posix-dev_5.1.19-1_all.deb

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

iEYEARECAAYFAk+EMX8ACgkQ7kkcPgEj8vJMMACgptJcuGgQXbluuQZ2xbBgd559
F7QAoKkH2ZkfPRbfSQhBfa4gs2p9xBNZ
=EbY2
-END PGP SIGNATURE-


Accepted:
liblua5.1-posix-dev_5.1.19-1_all.deb
  to main/l/lua-posix/liblua5.1-posix-dev_5.1.19-1_all.deb
liblua5.1-posix1_5.1.19-1_all.deb
  to main/l/lua-posix/liblua5.1-posix1_5.1.19-1_all.deb
lua-curses-dev_5.1.19-1_amd64.deb
  to main/l/lua-posix/lua-curses-dev_5.1.19-1_amd64.deb
lua-curses_5.1.19-1_amd64.deb
  to main/l/lua-posix/lua-curses_5.1.19-1_amd64.deb
lua-posix-dev_5.1.19-1_amd64.deb
  to main/l/lua-posix/lua-posix-dev_5.1.19-1_amd64.deb
lua-posix_5.1.19-1.debian.tar.gz
  to main/l/lua-posix/lua-posix_5.1.19-1.debian.tar.gz
lua-posix_5.1.19-1.dsc
  to main/l/lua-posix/lua-posix_5.1.19-1.dsc
lua-posix_5.1.19-1_amd64.deb
  to main/l/lua-posix/lua-posix_5.1.19-1_amd64.deb
lua-posix_5.1.19.orig.tar.gz
  to main/l/lua-posix/lua-posix_5.1.19.orig.tar.gz


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



Accepted slurm-llnl 2.3.4-2 (source i386 all)

2012-04-10 Thread Gennaro Oliva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 05 Apr 2012 12:42:35 +0200
Source: slurm-llnl
Binary: slurm-llnl libslurmdb23 libslurm23 libpmi0 libslurm-dev libslurmdb-dev 
libpmi0-dev slurm-llnl-doc slurm-llnl-basic-plugins 
slurm-llnl-basic-plugins-dev slurm-llnl-sview slurm-llnl-slurmdbd libslurm-perl 
libslurmdb-perl slurm-llnl-torque libpam-slurm
Architecture: source i386 all
Version: 2.3.4-2
Distribution: unstable
Urgency: low
Maintainer: Gennaro Oliva oliv...@na.icar.cnr.it
Changed-By: Gennaro Oliva oliv...@na.icar.cnr.it
Description: 
 libpam-slurm - PAM module to authenticate using the SLURM resource manager
 libpmi0- SLURM PMI library implementation
 libpmi0-dev - SLURM PMI library implementation development files
 libslurm-dev - SLURM development files
 libslurm-perl - Perl API for SLURM
 libslurm23 - Runtime library files for SLURM
 libslurmdb-dev - SLURM DataBase Daemon development files
 libslurmdb-perl - Perl API for the SLURM database
 libslurmdb23 - Runtime library files for the SLURM DataBase Daemon
 slurm-llnl - Simple Linux Utility for Resource Management
 slurm-llnl-basic-plugins - SLURM basic plugins
 slurm-llnl-basic-plugins-dev - SLURM basic plugins development files
 slurm-llnl-doc - SLURM docmentation
 slurm-llnl-slurmdbd - Secure enterprise-wide interface to a database for SLURM
 slurm-llnl-sview - GUI to view and modify SLURM state
 slurm-llnl-torque - Torque compatibility wrappers for SLURM
Closes: 663878 667537
Changes: 
 slurm-llnl (2.3.4-2) unstable; urgency=low
 .
   * Avoiding deluser to fail on purge (Closes: #667537)
   * Hardening flags added (Closes: #663878), thanks to Simon Ruderich
 for the patch
Checksums-Sha1: 
 bde7b554d20f91897d158104cff500813e67568a 2688 slurm-llnl_2.3.4-2.dsc
 399cb0396adb88d4e7c7c050864238bd601d142f 52290 slurm-llnl_2.3.4-2.debian.tar.gz
 e9f37ed04eb7dbebb9b96e71b05ed618b8ee0515 9579714 slurm-llnl_2.3.4-2_i386.deb
 0b38c84ad8c14ddde23fe889a789df9a32981621 466886 libslurmdb23_2.3.4-2_i386.deb
 4490c6d782ddbbee018b934acf9f8e7b1813ed50 459858 libslurm23_2.3.4-2_i386.deb
 b865481c420da38dde06ef60bef26a732eb39b20 21772 libpmi0_2.3.4-2_i386.deb
 74e234f802c82a3d520ce3e472d7e4bfda37a926 692204 libslurm-dev_2.3.4-2_i386.deb
 d9731f390271917f41cfa751c644a2ba70f2ac38 622638 libslurmdb-dev_2.3.4-2_i386.deb
 50a99c03c894be1426e6cf3c8520da2c1ea96d6c 26420 libpmi0-dev_2.3.4-2_i386.deb
 367ed950a715c797b9c0e6f9e6c1bb6837a5e22c 567052 
slurm-llnl-basic-plugins_2.3.4-2_i386.deb
 f7a42177b16ab3fa74999446d7883d03eedde448 2199254 
slurm-llnl-basic-plugins-dev_2.3.4-2_i386.deb
 29b1e384643e869aea38c67ade0edeb654471f7b 591348 
slurm-llnl-sview_2.3.4-2_i386.deb
 6f4076ef00e9e8efdbc8641a5c908d338e65d718 1062144 
slurm-llnl-slurmdbd_2.3.4-2_i386.deb
 01bbf5bc33daba3d972e40e7b2ba5e3d6fc7b640 204564 libslurm-perl_2.3.4-2_i386.deb
 85f2591481c13f1d70b52d6501e3209b49f0ebf1 38570 libslurmdb-perl_2.3.4-2_i386.deb
 555442d21c80bc7ca835bb26cfb54c1b43648c48 16960 libpam-slurm_2.3.4-2_i386.deb
 d2cc8886bf86788f8969023b8fde5ca90d0828c2 845690 slurm-llnl-doc_2.3.4-2_all.deb
 10ab9d363351cf854336c67e04c76da323946c0d 36822 
slurm-llnl-torque_2.3.4-2_all.deb
Checksums-Sha256: 
 3a6db01dd77acf80815105c1de44eb4f691fc603af5a3513c381e550b64c0e50 2688 
slurm-llnl_2.3.4-2.dsc
 666ccc7e4bc688a57618d6e8115761e8ac75b182c317c27d064524eb28ba69fb 52290 
slurm-llnl_2.3.4-2.debian.tar.gz
 75fe71b1fd1e5ae55591ce39e9c3044de1fd5264ff0440f29bbe1874f175a333 9579714 
slurm-llnl_2.3.4-2_i386.deb
 dcbb456f4e8dda8f334e85eedd86dd2eb32ef499092194154c0b91f53c296176 466886 
libslurmdb23_2.3.4-2_i386.deb
 1aac446869ae228298882ae810b85ba2c760a8e52ca75e1b095eb94ecbd0d84f 459858 
libslurm23_2.3.4-2_i386.deb
 5a9d292ba2e483bbe9a549741bf87737905f3e972bf29da0ccb819c071efbaeb 21772 
libpmi0_2.3.4-2_i386.deb
 156c9ffb027af22836825518d81a6916a0540afdad1a3c47a3eca8157438be5f 692204 
libslurm-dev_2.3.4-2_i386.deb
 370bb159639ae39e0370f5928eaab6426eb833f4658016028e75b46865b8e9b9 622638 
libslurmdb-dev_2.3.4-2_i386.deb
 8f934f6aa969b3859e341d6bc42a321be09e6b008de5be0fe7008454d32ae960 26420 
libpmi0-dev_2.3.4-2_i386.deb
 3b25ef49083a86c72c3234655c6801d1e5242452b1629312858d8acd1b470aea 567052 
slurm-llnl-basic-plugins_2.3.4-2_i386.deb
 550b63054dff9680b330a046f2f3e3e52282b66eb1cab823d37908eec20e2c70 2199254 
slurm-llnl-basic-plugins-dev_2.3.4-2_i386.deb
 08984f4d93f012ce6e926bd7331fd4b043336e87fc7fd77416be4c0c919437f1 591348 
slurm-llnl-sview_2.3.4-2_i386.deb
 1df6b5249c382923acb7275f61e16689271f967a6c40957d7169e88274ca2972 1062144 
slurm-llnl-slurmdbd_2.3.4-2_i386.deb
 6316179cb0d7995233074d3253ba8c54967c01522278d833996ccdf0f52e0eea 204564 
libslurm-perl_2.3.4-2_i386.deb
 a26b4f942a7ada81335588a23494b285e1ff5ef1d3d8f75bc3069f76788deaa3 38570 
libslurmdb-perl_2.3.4-2_i386.deb
 e52a05123ac801b81d60d7e5284d716aa5bc3f3d0a83c4e530dd11577316ded8 16960 
libpam-slurm_2.3.4-2_i386.deb
 c546e54b803dfddacfd578313987d2c1ff4126e41966c76ce621fa3d68c65d40 845690 
slurm-llnl-doc_2.3.4-2_all.deb
 

Accepted gcj-4.7 4.7.0-3 (source all amd64)

2012-04-10 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Apr 2012 15:09:12 +0200
Source: gcj-4.7
Binary: gcj-4.7-base gcj-4.7-jdk gcj-4.7-jre-headless gcj-4.7-jre libgcj13 
gcj-4.7-jre-lib libgcj13-awt libgcj13-dev libgcj13-dbg gcj-4.7-source libgcj-doc
Architecture: source all amd64
Version: 4.7.0-3
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers debian-...@lists.debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 gcj-4.7-base - GCC, the GNU Compiler Collection (gcj base package)
 gcj-4.7-jdk - gcj and classpath development tools for Java(TM)
 gcj-4.7-jre - Java runtime environment using GIJ/classpath
 gcj-4.7-jre-headless - Java runtime environment using GIJ/classpath (headless 
version)
 gcj-4.7-jre-lib - Java runtime library for use with gcj (jar files)
 gcj-4.7-source - GCJ java sources for use in IDEs like eclipse and netbeans
 libgcj-doc - libgcj API documentation and example programs
 libgcj13   - Java runtime library for use with gcj
 libgcj13-awt - AWT peer runtime libraries for use with gcj
 libgcj13-dbg - Debugging symbols for libraries provided in libgcj13-dev
 libgcj13-dev - Java development headers for use with gcj
Changes: 
 gcj-4.7 (4.7.0-3) unstable; urgency=low
 .
   * Merge updates from gcc-4.7 4.7.0-3.
Checksums-Sha1: 
 549b508c7fa66aa37566a1d43385c46e425fb54b 3451 gcj-4.7_4.7.0-3.dsc
 731402855efa898610da697318036a3e93f33b55 2865513 gcj-4.7_4.7.0-3.diff.gz
 969c78eee1b1053fc87e815003b79650ccadbf81 10484372 
gcj-4.7-jre-lib_4.7.0-3_all.deb
 381df6a1e80b6562fd64e5e42fd5a03260465dda 12302962 
gcj-4.7-source_4.7.0-3_all.deb
 41ae8bc3fb402600cd268cea1b40157ce7455bfb 43690838 libgcj-doc_4.7.0-3_all.deb
 939c193d5ec08547887601627860df3901c0f247 135326 gcj-4.7-base_4.7.0-3_amd64.deb
 d88d9f1586f1979503418b3676ca529c25fd1493 54278 
gcj-4.7-jre-headless_4.7.0-3_amd64.deb
 85a8abc79b5aa2e48acd05114a18a98a750faf8f 13615504 libgcj13_4.7.0-3_amd64.deb
 808e3889ae7c9998d36da4d367fa9ba3989b04f2 82958 libgcj13-awt_4.7.0-3_amd64.deb
 98228b6e7cb5e6c9aaa2538321bc806409faa961 1008 gcj-4.7-jre_4.7.0-3_amd64.deb
 4eadfed2f9b6043f3c6b7a531e51a06a044ff8b5 767482 libgcj13-dev_4.7.0-3_amd64.deb
 a90c8f77b269080a2c5422985b6e919c9566090b 28117294 
libgcj13-dbg_4.7.0-3_amd64.deb
 30090101172ddf4fa9e8841b748c97b8cefa43b5 5670564 gcj-4.7-jdk_4.7.0-3_amd64.deb
Checksums-Sha256: 
 686a6ba1dd5b1e7e5e8554b4ec68b21977b8e1caf03b51fa80e02a6f29f1dcf1 3451 
gcj-4.7_4.7.0-3.dsc
 14bbf10e57c406a8229357d641230d8cbcdd068ef025be5a2edd1da008668ec3 2865513 
gcj-4.7_4.7.0-3.diff.gz
 84c619434690c1e8750b95e68f0be5ecb6d6da4cb60442f3d2b239c7639565ba 10484372 
gcj-4.7-jre-lib_4.7.0-3_all.deb
 ef8d04aac5349a546a17f419189a140335f1d1f85139610aea3bb11ad0bee5d9 12302962 
gcj-4.7-source_4.7.0-3_all.deb
 2c55d9430db75a8f989447519c523d0eb8ccb1f46d64fb6bfa5a6f94816b270d 43690838 
libgcj-doc_4.7.0-3_all.deb
 e88743f447dd478673381d31f7a6ac4eff597646f1c9d1da4476e229adc94d82 135326 
gcj-4.7-base_4.7.0-3_amd64.deb
 54c558d30cfb3b7a562ab47d34de748198339c3a4979c6ee45d86faf5147702c 54278 
gcj-4.7-jre-headless_4.7.0-3_amd64.deb
 96e806d76a55f11a490ec7235bc59f822f27ebe3263f420ac7b1ce97cd7248d8 13615504 
libgcj13_4.7.0-3_amd64.deb
 1f1fc1f47acb9c789ba2ef8ef81b6bd735bc8b01e7af7c063c47fbdcea828e72 82958 
libgcj13-awt_4.7.0-3_amd64.deb
 db4390f81dd057a933e26235c3f24a4cb66bef1fd85cdad742a4a46f9de798c2 1008 
gcj-4.7-jre_4.7.0-3_amd64.deb
 dd7be1fa5c380c919a89c74646d5b9adefdc98cd5070c2d629518e5c17fe03bd 767482 
libgcj13-dev_4.7.0-3_amd64.deb
 b11a0cb1df2689a49d05624ef2911b8eb6a84e101182cd4faf8c2a0e4d5f86b3 28117294 
libgcj13-dbg_4.7.0-3_amd64.deb
 ad439670b1d005f131e45d0821602e1c488a46b4a0ef099ab855e072f8c9b559 5670564 
gcj-4.7-jdk_4.7.0-3_amd64.deb
Files: 
 6b29540c36c2ee2243147210d7de808d 3451 devel optional gcj-4.7_4.7.0-3.dsc
 57cd965b8dc6e3461c018c73e6200cf4 2865513 devel optional gcj-4.7_4.7.0-3.diff.gz
 18ea1d3e757e91afa0eff2fbc9e29c24 10484372 java optional 
gcj-4.7-jre-lib_4.7.0-3_all.deb
 bb9eab454cc840c76316027ebe72f69b 12302962 java optional 
gcj-4.7-source_4.7.0-3_all.deb
 94e269f0dd17c192635c717ab928ee09 43690838 doc optional 
libgcj-doc_4.7.0-3_all.deb
 fc127258184d47885cfb20fe9aed2c3c 135326 libs optional 
gcj-4.7-base_4.7.0-3_amd64.deb
 fec91adcfd07dfd0e76f59e5c10d1607 54278 java optional 
gcj-4.7-jre-headless_4.7.0-3_amd64.deb
 eb8a8b5b151a2144d38417d7830ce4dd 13615504 libs optional 
libgcj13_4.7.0-3_amd64.deb
 97717d94ff2905ef81ea0f915707e84e 82958 libs optional 
libgcj13-awt_4.7.0-3_amd64.deb
 8c01f3261543a073de0ceafca1ad8ebe 1008 java optional 
gcj-4.7-jre_4.7.0-3_amd64.deb
 c06e6d55a994242dda69bdba760bb118 767482 libdevel optional 
libgcj13-dev_4.7.0-3_amd64.deb
 509ac5a4103bc403fa06c121d1c15f7d 28117294 debug extra 
libgcj13-dbg_4.7.0-3_amd64.deb
 7993068bb4822af6c5da3a4dda190283 5670564 java optional 
gcj-4.7-jdk_4.7.0-3_amd64.deb

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

iEYEARECAAYFAk+EQdsACgkQStlRaw+TLJygmgCfVExLmJ/ni24WEyMWzNbr4bei

Accepted herculesstudio 1.3.0-2 (source amd64)

2012-04-10 Thread Liang Guo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 10 Apr 2012 20:37:20 +0800
Source: herculesstudio
Binary: herculesstudio
Architecture: source amd64
Version: 1.3.0-2
Distribution: unstable
Urgency: low
Maintainer: Liang Guo bluestonech...@gmail.com
Changed-By: Liang Guo bluestonech...@gmail.com
Description: 
 herculesstudio - Hercules GUI front-end
Closes: 667199
Changes: 
 herculesstudio (1.3.0-2) unstable; urgency=low
 .
   * debian/copyright:
 - Update Format to obey DEP-5
   * debian/control:
 - Bump Standards-Version to 3.9.3
   * Add patch fix-ftbfs-g++-4.7.patch (Closes: #667199)
Checksums-Sha1: 
 a90c99f723ca1afb3322062f2753c296fc6bd30b 1954 herculesstudio_1.3.0-2.dsc
 a0b5c76bd4c084c826c475608c4a289eb1022cbd 8220 
herculesstudio_1.3.0-2.debian.tar.gz
 9e8b7ef1bcdd1e5420425044872b720611009f8e 603722 
herculesstudio_1.3.0-2_amd64.deb
Checksums-Sha256: 
 4a6adb2792c56810e22ab6b3d0480270e3659460c5aea9fcf3b97e311a6ec83b 1954 
herculesstudio_1.3.0-2.dsc
 854cb700319fec4c7f995fadcb0cdfa642a7b1ebc22000d82ee63b9e478e1788 8220 
herculesstudio_1.3.0-2.debian.tar.gz
 5673754cf6ed43d87f73925510edeaf29e62f11316c4bf5c4f7ce55aa3df6701 603722 
herculesstudio_1.3.0-2_amd64.deb
Files: 
 168c02f7da4c34df5818b3c7b2b94526 1954 otherosfs extra 
herculesstudio_1.3.0-2.dsc
 fa19bf4efae4ac29b09b7342406af2f7 8220 otherosfs extra 
herculesstudio_1.3.0-2.debian.tar.gz
 8f67fd14ad501fa7fd8c714749fceeb3 603722 otherosfs extra 
herculesstudio_1.3.0-2_amd64.deb

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

iQIcBAEBCAAGBQJPhD3qAAoJEIK1tAhowJe8VcQP/2eRiwQYzilo3tzKgheUHOMw
JCCuallqemi60d3JtvT9C/RexQKiq1zi7gs19hSGTd7oAJh2sVWz1Nk6neZD3Xmk
EG0ihpoGfbOe3RJ/e3Rtu1k+b+RVjwRzGiQFJ/mf2i614IqNtkIpVFfG0d7pLF2g
EHe934YlrQc6bk0OhCtxsDv4eY4TGAJ3K/+vhUfcI2wbkUGhnDH2NJeHbGi6nA+Q
bZOaRKxpbN5AEUBPtHuQOE9qHnBJQg0jmOjCHswEGVrJLPd04hH9aNOiSkkZ1Igq
i+sQMgeiE8X/BJQMYV7STbp1oDyM3k1uv8O4LN8QIehTzVVJMYIn0Xaj6+z81Rwl
u6Dozzv+1NjyGRPUnLke/H6N+Ms6blkrvp0b/hLOsIahrCx688QavwlNJXrn5xXA
ljEe263bbAzjJPmzK8dfk9fhBj3qggEUdoZKuESl3Tk3AVXL9iC0JIYbhM1xlapU
G+CTqQk0MVkJa21QW13IJdD4uoWWMqw9wllWay/av30LHWdz49szjfgNuAMVJdMi
yE8NuUQYI+xGazMIru06ewIu9M8KenY1NVyZgJ8NG3oNXQfCkt/Xwle0i6qW1D3E
5v8Qr7NqamM4DdsEavK0eSIlkU0E4WxgnD1VbPy+htuIIwYarkHckrFTIegHS49j
d68O637+O6xjLoZ6Gm5B
=xyEY
-END PGP SIGNATURE-


Accepted:
herculesstudio_1.3.0-2.debian.tar.gz
  to main/h/herculesstudio/herculesstudio_1.3.0-2.debian.tar.gz
herculesstudio_1.3.0-2.dsc
  to main/h/herculesstudio/herculesstudio_1.3.0-2.dsc
herculesstudio_1.3.0-2_amd64.deb
  to main/h/herculesstudio/herculesstudio_1.3.0-2_amd64.deb


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



Accepted sprox 0.6.4-3 (source all)

2012-04-10 Thread Jari Aalto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 28 Mar 2012 20:12:11 +0300
Source: sprox
Binary: python-sprox
Architecture: source all
Version: 0.6.4-3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Jari Aalto jari.aa...@cante.net
Description: 
 python-sprox - Python library to generate web widgets from database schemas
Closes: 664317
Changes: 
 sprox (0.6.4-3) unstable; urgency=low
 .
   * QA upload.
   * Remove deprecated dpatch and upgrade to packaging format 3.0 quilt
 (Closes: #664317).
   * Update to Standards-Version to 3.9.3 and debhelper to 9.
   * Note: some patches were updated with quilt refresh to make
 patches apply cleanly.
   * Depend only on python, not python-dev (Lintian).
Checksums-Sha1: 
 3026ddba97bd29cc84ea6ed722be9bbeaae62145 1242 sprox_0.6.4-3.dsc
 db23b1eb459f2d11fb36b789546e313e4caa665c 2909 sprox_0.6.4-3.debian.tar.gz
 f083bd77df77960e4cead794970e9e7c7d72411f 37236 python-sprox_0.6.4-3_all.deb
Checksums-Sha256: 
 77c7b3e8b837eb9a5069119caca8f648cdc2bef74db38e38dcdc4792433a32ad 1242 
sprox_0.6.4-3.dsc
 f8d6162182900f71b4fa827b32e227f71df4ed344f6eef021767c9cdb2fe3cc4 2909 
sprox_0.6.4-3.debian.tar.gz
 88bf4aede92a5db6b0bfbb6d6bb7a0d4903975e1a6a6c79863c49cd2f4376807 37236 
python-sprox_0.6.4-3_all.deb
Files: 
 5899de9f4eb6e6bfb58214c456e7b96c 1242 python optional sprox_0.6.4-3.dsc
 db59ab883c32240099b7849dc45cd44b 2909 python optional 
sprox_0.6.4-3.debian.tar.gz
 2612446cd1ca6943a8ec820b895e73b1 37236 python optional 
python-sprox_0.6.4-3_all.deb

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

iEYEARECAAYFAk+EOgsACgkQLARVQsm1XayuVgCcCql3d9q9wQ5JQmtJPvo4u/64
TLIAoK9pg6q3JfQ8UhKVGx3MSLV+ezGT
=XiT5
-END PGP SIGNATURE-


Accepted:
python-sprox_0.6.4-3_all.deb
  to main/s/sprox/python-sprox_0.6.4-3_all.deb
sprox_0.6.4-3.debian.tar.gz
  to main/s/sprox/sprox_0.6.4-3.debian.tar.gz
sprox_0.6.4-3.dsc
  to main/s/sprox/sprox_0.6.4-3.dsc


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



Accepted zeitgeist 0.9.0-1 (source all amd64)

2012-04-10 Thread Siegfried-Angel Gevatter Pujals
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Apr 2012 15:44:19 +0200
Source: zeitgeist
Binary: zeitgeist zeitgeist-core python-zeitgeist
Architecture: source all amd64
Version: 0.9.0-1
Distribution: unstable
Urgency: low
Maintainer: Siegfried-Angel Gevatter Pujals rai...@ubuntu.com
Changed-By: Siegfried-Angel Gevatter Pujals rai...@ubuntu.com
Description: 
 python-zeitgeist - event logging framework - Python bindings
 zeitgeist  - event logging framework
 zeitgeist-core - event logging framework - engine
Changes: 
 zeitgeist (0.9.0-1) unstable; urgency=low
 .
   * New upstream release. Some of the changes are:
  - Updated MIME-type mappings.
  - Added a query result size limit.
  - Enhanced database/index corruption recovery.
  - Don't index events from Ubuntu One.
Checksums-Sha1: 
 0101f28cfa91e5cb1c3720dc2dd5bc552f60ee8d 1841 zeitgeist_0.9.0-1.dsc
 c32b3b25f9e8f1b6d1ac0dd0a383c0eec69f93c4 827040 zeitgeist_0.9.0.orig.tar.bz2
 9c76db69248bdc3a8a97bec4058d68ae173f103b 7496 zeitgeist_0.9.0-1.debian.tar.gz
 ac3fb01131b60a2bb4c6018edbaad7bd52d7b39c 7464 zeitgeist_0.9.0-1_all.deb
 dcae9a63f3d3904f03f38b6626c75dd3e69c945f 294028 
zeitgeist-core_0.9.0-1_amd64.deb
 83d0705b152d0d3f98fa99df176bf91c0458e7da 37970 python-zeitgeist_0.9.0-1_all.deb
Checksums-Sha256: 
 a4b27dbcad5f35657716162eb9a4e72ee7764cc2a0dd10e12515da713f04f2c0 1841 
zeitgeist_0.9.0-1.dsc
 9ea34194fefaebdb35042a501189fe4c8252c5a011e59680a4edb60b11501009 827040 
zeitgeist_0.9.0.orig.tar.bz2
 5c6d1dbf6b14287f94847b0de4da9c254def4af37362b564093b5c9839910925 7496 
zeitgeist_0.9.0-1.debian.tar.gz
 501884654c7c1f896ff1f2238f419fdc7f1b2e6b8b0dabcf5ed1722dbed52392 7464 
zeitgeist_0.9.0-1_all.deb
 60477c15fc677ffa5c685cddd67dfe2cf7e21546d855906dc107381db62dfe6a 294028 
zeitgeist-core_0.9.0-1_amd64.deb
 2738cde5e7fb0fbae75926f2c302a8705d0869960929ca95b2a062a30fe50f81 37970 
python-zeitgeist_0.9.0-1_all.deb
Files: 
 afde74e923bceafdefe32335cedf 1841 utils optional zeitgeist_0.9.0-1.dsc
 fc2706611f435a027cd520f0da0982d7 827040 utils optional 
zeitgeist_0.9.0.orig.tar.bz2
 22356889bb8c53d90204aa9ac4448f09 7496 utils optional 
zeitgeist_0.9.0-1.debian.tar.gz
 a4affbd370a1fab5f90f2539fa796051 7464 utils optional zeitgeist_0.9.0-1_all.deb
 4e45604e29d38c4f68ea5fff492d7fc8 294028 utils optional 
zeitgeist-core_0.9.0-1_amd64.deb
 5b272ca54b70d7ddbd1631e2558e59f8 37970 python optional 
python-zeitgeist_0.9.0-1_all.deb

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

iQEcBAEBAgAGBQJPhD51AAoJEBz8IvM2PerjYWwH/jQ6J6uhuXQumWcqVz2MwHb5
jeGrFW2WwdU49z74tqzncgQhgIoHqaYDoZ32m4auZNSunes1gnRuBJYBdASOqkF7
P2H1j2HvJzg8rtaOpShgpjxxfazHnsyqf9jw9njkj7cQJCFAFkH5jo0C5hw+hQZI
S3S4Rp08JUMMzUQ1Y6fW19wO3qCcnLhDIXdbdRR8ODZGDqdmsAJXfqy6aYgRYElH
A/XHZ7347PMVgXd7+HL9/sfnI+di2Ck2KnzCt/Jm/SSMZkiKDVxImsykk4dxQy4f
A8DHDEgxeMxqoEeuNqZM6ZbTbDTfoKtOsrcpQz8lqzOvoxFse+rlG38dzEhPpt0=
=4PSI
-END PGP SIGNATURE-


Accepted:
python-zeitgeist_0.9.0-1_all.deb
  to main/z/zeitgeist/python-zeitgeist_0.9.0-1_all.deb
zeitgeist-core_0.9.0-1_amd64.deb
  to main/z/zeitgeist/zeitgeist-core_0.9.0-1_amd64.deb
zeitgeist_0.9.0-1.debian.tar.gz
  to main/z/zeitgeist/zeitgeist_0.9.0-1.debian.tar.gz
zeitgeist_0.9.0-1.dsc
  to main/z/zeitgeist/zeitgeist_0.9.0-1.dsc
zeitgeist_0.9.0-1_all.deb
  to main/z/zeitgeist/zeitgeist_0.9.0-1_all.deb
zeitgeist_0.9.0.orig.tar.bz2
  to main/z/zeitgeist/zeitgeist_0.9.0.orig.tar.bz2


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



Accepted ecj 3.5.1-4 (source all amd64)

2012-04-10 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Apr 2012 14:47:52 +0200
Source: ecj
Binary: ecj libecj-java libecj-java-gcj ecj1 ecj-gcj
Architecture: source all amd64
Version: 3.5.1-4
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 ecj- standalone version of the Eclipse Java compiler
 ecj-gcj- standalone version of the Eclipse Java compiler (native version)
 ecj1   - java byte code compiler used by gcj
 libecj-java - Eclipse Java compiler (library)
 libecj-java-gcj - Eclipse Java compiler (native library)
Changes: 
 ecj (3.5.1-4) unstable; urgency=low
 .
   * Rebuild using GCC-4.7.
Checksums-Sha1: 
 eeec662ebeca5e5d3239be331ac76ca2b4344d1a 1465 ecj_3.5.1-4.dsc
 40accabfb75cb6ffaed251bd2f25dca34e9ec23a 29458 ecj_3.5.1-4.diff.gz
 eae0d6ef0a67c9503aea76de3a286e0d7f6da20a 1238544 libecj-java_3.5.1-4_all.deb
 0b94bd10360356e3b73f40249a96a9714db53c6b 18658 ecj_3.5.1-4_amd64.deb
 87c0862abf380a72553e29822cd655d0988500d4 1920572 
libecj-java-gcj_3.5.1-4_amd64.deb
 da742bb7efcf501f782f0990edbf5cab35ef6f2a 1550716 ecj-gcj_3.5.1-4_amd64.deb
Checksums-Sha256: 
 5f85e7cd193a7e8ebae50e031647711a25e8e517986ea7dd47a4a4a312a0dd63 1465 
ecj_3.5.1-4.dsc
 52b8a1898bb88c71cbc4d49f52a443b5afe5a5d76bb117652ce79fc7e6bc9a10 29458 
ecj_3.5.1-4.diff.gz
 09498dba0b619302da903b85f0426dc48229251aaef18b86717fffcc88c8fcf9 1238544 
libecj-java_3.5.1-4_all.deb
 74c1b5ecfdd3d60d3a6395ad9353733ef1372f331e2954754cfc0510c645782a 18658 
ecj_3.5.1-4_amd64.deb
 4afea0e48dad01dd94c675b9246cdd860719799a0c6c0c29f306a88d5da6eabe 1920572 
libecj-java-gcj_3.5.1-4_amd64.deb
 99f9e68521ea88bc38b9ec7d4be9f8805a99c27f682bb359b9c92e60b72cf46f 1550716 
ecj-gcj_3.5.1-4_amd64.deb
Files: 
 67f984dfb1e9f1fb7c9255c9936c96ea 1465 java optional ecj_3.5.1-4.dsc
 daa816db9324b9d2a102fa7738537ec8 29458 java optional ecj_3.5.1-4.diff.gz
 54bfa27c7bd3065d2c90b828f7a023a3 1238544 java optional 
libecj-java_3.5.1-4_all.deb
 a4f000c2df89e4b42d697d220f95d169 18658 java optional ecj_3.5.1-4_amd64.deb
 969951a6cb8a966e7299cc6dfe4c94da 1920572 java optional 
libecj-java-gcj_3.5.1-4_amd64.deb
 34055db6bb2c3237a01b2a7bbe295804 1550716 java optional 
ecj-gcj_3.5.1-4_amd64.deb

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

iEYEARECAAYFAk+ESfgACgkQStlRaw+TLJy6ewCcCQcr2MVfDEiWEZczPKPsqhwD
ibwAmgLIlGVsTnkjw6Gc5eXf1zvLxGLn
=HC+7
-END PGP SIGNATURE-


Accepted:
ecj-gcj_3.5.1-4_amd64.deb
  to main/e/ecj/ecj-gcj_3.5.1-4_amd64.deb
ecj_3.5.1-4.diff.gz
  to main/e/ecj/ecj_3.5.1-4.diff.gz
ecj_3.5.1-4.dsc
  to main/e/ecj/ecj_3.5.1-4.dsc
ecj_3.5.1-4_amd64.deb
  to main/e/ecj/ecj_3.5.1-4_amd64.deb
libecj-java-gcj_3.5.1-4_amd64.deb
  to main/e/ecj/libecj-java-gcj_3.5.1-4_amd64.deb
libecj-java_3.5.1-4_all.deb
  to main/e/ecj/libecj-java_3.5.1-4_all.deb


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



Accepted gringo 3.0.4-2 (source amd64)

2012-04-10 Thread Thomas Krennwallner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 10 Apr 2012 16:48:52 +0200
Source: gringo
Binary: gringo
Architecture: source amd64
Version: 3.0.4-2
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Thomas Krennwallner tk...@kr.tuwien.ac.at
Description: 
 gringo - grounding tools for (disjunctive) logic programs
Closes: 667193
Changes: 
 gringo (3.0.4-2) unstable; urgency=low
 .
   * debian/patches/gringo-clang-gcc.patch: New file originally from
 
https://potassco.svn.sourceforge.net/svnroot/potassco/tags/gringo-3.0.4/patches/patch-clang.diff.
   * Bug fix: ftbfs with GCC-4.7, thanks to Matthias Klose (Closes:
 #667193).
   * debian/control: Bump Standards-Version to 3.9.3.
Checksums-Sha1: 
 6bd765fad4549c517304ec608244b7937f92d0e2 2041 gringo_3.0.4-2.dsc
 3bfd4816ea944b09efdf9e6e93383753b99ead85 8990 gringo_3.0.4-2.debian.tar.gz
 b3bb4989025e76ba0c010e95409990f21c23969d 1569392 gringo_3.0.4-2_amd64.deb
Checksums-Sha256: 
 796910eec9cc6755203b57410884281a6965405f7fa14b1eda037a6aa2c18c55 2041 
gringo_3.0.4-2.dsc
 16f91ce5c9f0dacae0b1866c2b815bd7a77578d55f1f042535cc06c2c7b54b01 8990 
gringo_3.0.4-2.debian.tar.gz
 f0f6d6825fef95290e4ccce2ea1bb494a84c0694ad84ab4bc7fa935598b24aaf 1569392 
gringo_3.0.4-2_amd64.deb
Files: 
 ef49cdb1a48ecd6e5f96e0cf42adce25 2041 interpreters extra gringo_3.0.4-2.dsc
 7b6af118fe2f97dee20e393991f26ce2 8990 interpreters extra 
gringo_3.0.4-2.debian.tar.gz
 d4aa389506753d1415b80536bb14ea6d 1569392 interpreters extra 
gringo_3.0.4-2_amd64.deb

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

iQIcBAEBCAAGBQJPhEkzAAoJECeX33SmZpqpkCoP/R6uayy6IVGkWhencBLxpaqy
b7TWyun9HaIvyOLWT1kGKSjiguV9E/yOGzEOfE3rGVKKvyol18qaK2PCH9WZpHvY
T0ud2ghbe6NHIyevoMLEESuoKVjNgd2KB4c16UjQHjCwm9gL+PwnTfjwBbnT9x2q
oNnCl34IRX2NeyK6R4erD6K5G86XDv83c/0qU7M+jVLvJ8dg3+c/xnm0xYPWwqnf
doLXzCy/SXQcfGQ++av0wUxJN5sgiYbeMrTAm7LHq5rHmzY2PAHmEJQ5+w50/b63
zQ5XO36G+TF4a4IGNxxcSQ2Gp42wMqWCwacpRFo5bkXPVbdXXCkSpqArc2+oRinM
ggzjo5oUi5pb0oNw2DyrjTs9eBNIab/wDxn9ASM9tM6ieABqO4AXAi8JTj3+GAVM
cR/+vUyrPf4SL2VF4AKp7p5PhEFOVKKoYtDtzJJYGpWa/W/7G4uiyj4iPsAz3SXz
qLf/Vfg0y3jikcynUGoJ5/fFY4xM1ChW3mnQUu+TndqSVRju2KK42kXpKvDQjnKS
eiQSI2WY6zAuZcY4MQf4LYG6Cb00/Cm7vmqrK3D3nJY2Vl2Ta7KQ6WWE6ONUoUJr
zYEoP4nUy0Z4mgVq/knpXdwXL0FhTc6FXqjvhwDiwlTbpYEihZdCruHY5DTZ7geG
BFXoDwipM/pWVttyNCEV
=gDd0
-END PGP SIGNATURE-


Accepted:
gringo_3.0.4-2.debian.tar.gz
  to main/g/gringo/gringo_3.0.4-2.debian.tar.gz
gringo_3.0.4-2.dsc
  to main/g/gringo/gringo_3.0.4-2.dsc
gringo_3.0.4-2_amd64.deb
  to main/g/gringo/gringo_3.0.4-2_amd64.deb


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



Accepted ucimf-sunpinyin 0.4-2 (source amd64)

2012-04-10 Thread Liang Guo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 10 Apr 2012 22:18:21 +0800
Source: ucimf-sunpinyin
Binary: ucimf-sunpinyin
Architecture: source amd64
Version: 0.4-2
Distribution: unstable
Urgency: low
Maintainer: IME Packaging Team pkg-ime-de...@lists.alioth.debian.org
Changed-By: Liang Guo bluestonech...@gmail.com
Description: 
 ucimf-sunpinyin - ucimf wrapper for Sunpinyin IM engine
Changes: 
 ucimf-sunpinyin (0.4-2) unstable; urgency=low
 .
   * Team upload.
   * debian/control:
 - Bump Standards-Version to 3.9.2
   * debian/copyright:
 - Update Format field
 - Reorgnize license paragraph to elimate
   missing-license-paragraph-in-dep5-copyright
Checksums-Sha1: 
 22b9079b4737f65d2bde3328d14c122acd65 2002 ucimf-sunpinyin_0.4-2.dsc
 85f990fbb329e2ef55cf612c5f8d5d79fbd45db8 1826 
ucimf-sunpinyin_0.4-2.debian.tar.gz
 fb8b2806daa44c62fdf7c25a292430d010e1de37 234932 ucimf-sunpinyin_0.4-2_amd64.deb
Checksums-Sha256: 
 20ea8927c2a35412af2a311c6a9bcc8615a25d034081aaf7ecc36c1d13f15561 2002 
ucimf-sunpinyin_0.4-2.dsc
 8fcc3eaa8c15c4a58e4252f904976d4f497151970a3223eb906bd572079986cd 1826 
ucimf-sunpinyin_0.4-2.debian.tar.gz
 a5c4a9624fb44170351cd5f746b9632231f318817107665f6734efeb01a274b9 234932 
ucimf-sunpinyin_0.4-2_amd64.deb
Files: 
 c84c4abdec004eca9f543492c050 2002 utils optional ucimf-sunpinyin_0.4-2.dsc
 ac1988f8cf1ffcef1d5da3d3d8261912 1826 utils optional 
ucimf-sunpinyin_0.4-2.debian.tar.gz
 502961860d38dd92133bc4845aa909a9 234932 utils optional 
ucimf-sunpinyin_0.4-2_amd64.deb

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

iQIcBAEBCAAGBQJPhEcHAAoJEIK1tAhowJe8doYQAJe7h3RSwuK3fkLG1XShadxE
v3mfY7+RRKLA+7+siUoJlQfuKE/mfXB5xOXojUXmnyslkmZ2XveMZzzA15wCH1UB
eQlA9qnWmKWcAIVubPEFj/P6DmQDsxG5zv9cVghJoUWf1tsjC5iI6R3QkGZypkrU
zLq2Kr9bvYTd9DvStPf+dWhMSTVQWB/HiLouymhkA2hIiiq/hazW1aD+cSuIZY00
nEFSa65VvAp/OdXfRHVYlUqZmXMlX++/JfzSwdHmckzfNV8v1YKHo8zLUpOma49H
gxCWRAsu3WWZAloDBiQS1sSfi4QoVH2HzQWMREtZmWP96y+LpZ9ElN9WFgXphYVi
1w/W6iZvig4lh+q69lgWy0soqGBJNhfQNOqmeeATRoOgfWylimstYdQEuvrJ69mE
9NS+/QnHyOM2y/OrCzJ2Bj/GAnflZFcUu/zrnwWOG6pN50jI5WXqopcfd1VEbA/r
4gEY5CpPgBMRZOuxUQ+l7WgRY8L2Z6Ut9aUrIuCFB7DAyHVQTLCnMMhmE8KJWo18
5XRtu7WXqfnrf+LgJo6OLba8Txzj5ZWcQZMgIjGQtBE06gHrlCTyvMovMqW0/GZH
G7Yb1amDZLt+x4zwZmseRtnL6QomKryVgLtMzJdp3jgCKCFGL8NRqnOJpolCsOe3
OldXTuIDloQ2qg1ibq7a
=TR5F
-END PGP SIGNATURE-


Accepted:
ucimf-sunpinyin_0.4-2.debian.tar.gz
  to main/u/ucimf-sunpinyin/ucimf-sunpinyin_0.4-2.debian.tar.gz
ucimf-sunpinyin_0.4-2.dsc
  to main/u/ucimf-sunpinyin/ucimf-sunpinyin_0.4-2.dsc
ucimf-sunpinyin_0.4-2_amd64.deb
  to main/u/ucimf-sunpinyin/ucimf-sunpinyin_0.4-2_amd64.deb


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



Accepted libhtml-popuptreeselect-perl 1.6-7 (source all)

2012-04-10 Thread Taku YASUI
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 28 Mar 2012 03:06:35 +0900
Source: libhtml-popuptreeselect-perl
Binary: libhtml-popuptreeselect-perl
Architecture: source all
Version: 1.6-7
Distribution: unstable
Urgency: low
Maintainer: Taku YASUI t...@debian.org
Changed-By: Taku YASUI t...@debian.org
Description: 
 libhtml-popuptreeselect-perl - Perl module for HTML popup tree widget
Changes: 
 libhtml-popuptreeselect-perl (1.6-7) unstable; urgency=low
 .
   * Bump Standards-Version to 3.9.3
   * Move repository to svn.debian.org
 - 
svn://svn.debian.org/svn/collab-maint/deb-maint/libhtml-popuptreeselect-perl
Checksums-Sha1: 
 1a39a794bc01dbef34aaf10b90400ef76b013d1f 2123 
libhtml-popuptreeselect-perl_1.6-7.dsc
 5b8b80dec797cd55e675e16505a3ddb523459397 2716 
libhtml-popuptreeselect-perl_1.6-7.diff.gz
 f7f58a00bacfaf7993723923f1edc64dc64004a6 18230 
libhtml-popuptreeselect-perl_1.6-7_all.deb
Checksums-Sha256: 
 8fede3118e15f3928029e382707d16ea493adcf1b1a3627101174a1917936d3c 2123 
libhtml-popuptreeselect-perl_1.6-7.dsc
 2f6b55d25a128c3eab6f80d3fa04291681265fde955162ca5ba1e914dcbea6f5 2716 
libhtml-popuptreeselect-perl_1.6-7.diff.gz
 9cc5ea583269b1bd2834c941c4b2c617df4ac7837b32561575d66d816ab85f09 18230 
libhtml-popuptreeselect-perl_1.6-7_all.deb
Files: 
 bbdd70e0912656f976f14e8e1cb516a4 2123 perl optional 
libhtml-popuptreeselect-perl_1.6-7.dsc
 e2d12d810f26fe7dacaab74ed3dbedda 2716 perl optional 
libhtml-popuptreeselect-perl_1.6-7.diff.gz
 5201ec2a3f440b78f26ba2cdcbcaa5e8 18230 perl optional 
libhtml-popuptreeselect-perl_1.6-7_all.deb

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

iQIcBAEBCAAGBQJPhEw0AAoJEEDXFs/pCc3uG1sP/3lwbnwH2JdsQdbOUWl2NQUB
1M0cUzvooy/+wJ5jlKNhBaFUHKN1Rl6Ybc1Fmu7hWAxQ8jfILYivLH8/+IMajaiu
1s5mJTJ7IVmfjoYpBChFH8a1/3rxcVKzsla/JCevyabDDywr3bUW/GfKdKTAP/3G
mtBfnJMC0TGZ6pxakfIT6C0hk5gqOYG53Efoh5qjRM20jntJrfkOQ514J/gKlFn/
ruVttzAJhnF5kmKXJOdzsiYuEN4Z55UDEL39YHd9tNEqkNR3qTsvq8BifiEgZSZF
Gy2g3CU1yg6/yAN1IbX7VEjXoLV3VhG9SM0bAmUEBJnf/oU5rQYBUOvhRjeL2Q3m
yauy7ocaU7Qd7zVbNOxxYz971/C7CrswL1iiDDuC0sHQiRmRB3+dTaDrXp6z1Hjl
52FXmwiexSPtPjmcbo4d8rrqCpLks2w4uCtFg57sF4yAI8/G1Ix4egPHA9fZxcGi
sdT07SbSWlTHDIL4iqXcB7/LNNtoDh2YcZHTN5z7dRBASKqaUPMQkMGMJpXU1bSj
GLgBPekMy71TrxHhdRefK8yndEIEnb3sK5t28Q4DlZ0Cl4ZPYhAg1gd3olbZAVJz
SvmOEE5CT9o2nj0r1vDd9/jOVZBf2LW7hfUXiVeLV5aEeDuhT11LlQdYE3Tc2LC0
RRNuEgxPvL2I4Pu/XJaD
=aLc8
-END PGP SIGNATURE-


Accepted:
libhtml-popuptreeselect-perl_1.6-7.diff.gz
  to 
main/libh/libhtml-popuptreeselect-perl/libhtml-popuptreeselect-perl_1.6-7.diff.gz
libhtml-popuptreeselect-perl_1.6-7.dsc
  to 
main/libh/libhtml-popuptreeselect-perl/libhtml-popuptreeselect-perl_1.6-7.dsc
libhtml-popuptreeselect-perl_1.6-7_all.deb
  to 
main/libh/libhtml-popuptreeselect-perl/libhtml-popuptreeselect-perl_1.6-7_all.deb


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



Accepted clutter-gst 1.5.4-2 (source all amd64)

2012-04-10 Thread Gustavo Noronha Silva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 10 Apr 2012 12:15:39 -0300
Source: clutter-gst
Binary: libclutter-gst-1.0-0 libclutter-gst-dev libclutter-gst-1.0-dbg 
libclutter-gst-doc gir1.2-clutter-gst-1.0
Architecture: source all amd64
Version: 1.5.4-2
Distribution: experimental
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Gustavo Noronha Silva k...@debian.org
Description: 
 gir1.2-clutter-gst-1.0 - Gobject introspection data for Clutter GStreamer 
elements
 libclutter-gst-1.0-0 - Open GL based interactive canvas library GStreamer 
elements
 libclutter-gst-1.0-dbg - Open GL based interactive canvas library GStreamer 
elements (debu
 libclutter-gst-dev - Open GL based interactive canvas library GStreamer 
elements (deve
 libclutter-gst-doc - Open GL based interactive canvas library GStreamer 
elements (docu
Changes: 
 clutter-gst (1.5.4-2) experimental; urgency=low
 .
   * debian/control:
   - force building with clutter and cogl = 1.10.0
Checksums-Sha1: 
 729575f5b23dc97b234092ec547e059607de2287 2369 clutter-gst_1.5.4-2.dsc
 fd0bcf7a9070aea65a10915c5cd1bee09bb2689a 5427 clutter-gst_1.5.4-2.debian.tar.gz
 2204cf22cc8aa127a50ccdeb4e9544e250f05954 29082 
libclutter-gst-doc_1.5.4-2_all.deb
 e2269988ded505ba685a8575c774b94b0048690e 59150 
libclutter-gst-1.0-0_1.5.4-2_amd64.deb
 75cfa6308854ec7d2ef9b3d92980c206bda733c8 76654 
libclutter-gst-dev_1.5.4-2_amd64.deb
 b43f226c48d5fd1ae9a99d859838e0bb79d53e15 137386 
libclutter-gst-1.0-dbg_1.5.4-2_amd64.deb
 07d5a2bc23918e1fc5b22bfa58845dab9398f01e 10742 
gir1.2-clutter-gst-1.0_1.5.4-2_amd64.deb
Checksums-Sha256: 
 b8c13386d682574ebe2105952eed1732d19a44943510ba0ccd8d7550f6412261 2369 
clutter-gst_1.5.4-2.dsc
 90471bd4ea838796fa9e990284126c3d8e221e4941b3a289d3ac7034863bdb20 5427 
clutter-gst_1.5.4-2.debian.tar.gz
 bb02bbf7510030ee2ffeeb452fbff6d7ff57e1b51c1d5cdc20950951ba4446f0 29082 
libclutter-gst-doc_1.5.4-2_all.deb
 d0016a9ccc1b0e9f722660926e9623d8f99e0701366ffe8a1ae79d87338832a2 59150 
libclutter-gst-1.0-0_1.5.4-2_amd64.deb
 695f8bd3551fa75d4f8c845c9531af4873d68cae49e23a01b2d6317353ce5e47 76654 
libclutter-gst-dev_1.5.4-2_amd64.deb
 9f9b362ae39c8f56f21de3c2095baa1ce1e9277eb263223b2baf748448ed9f67 137386 
libclutter-gst-1.0-dbg_1.5.4-2_amd64.deb
 3c10ac0c123542650c98bf6cd519cfdcdf10b334fcc17014eeb09f95bac3600d 10742 
gir1.2-clutter-gst-1.0_1.5.4-2_amd64.deb
Files: 
 c69ae785c151c503a7faefb132f70995 2369 libs optional clutter-gst_1.5.4-2.dsc
 68aa3c50281e966e7a87bd97c1faf6c2 5427 libs optional 
clutter-gst_1.5.4-2.debian.tar.gz
 60dedcddc708f1adcd1ddfd3d02eaebd 29082 doc optional 
libclutter-gst-doc_1.5.4-2_all.deb
 9f8667101d9b0fa013093523a21e044f 59150 libs optional 
libclutter-gst-1.0-0_1.5.4-2_amd64.deb
 8e313b8da36529b153a0f98acd6ddc39 76654 libdevel optional 
libclutter-gst-dev_1.5.4-2_amd64.deb
 d55d732e6f8bafc1ea40b34cf1421cda 137386 debug extra 
libclutter-gst-1.0-dbg_1.5.4-2_amd64.deb
 c38b2889512b99343c448a144b25f7a8 10742 introspection optional 
gir1.2-clutter-gst-1.0_1.5.4-2_amd64.deb

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

iQEcBAEBCAAGBQJPhFHNAAoJENIA6zCg+12m++oH/3fVTa3jWibxvCGRKCMM4WJQ
SzY/9eqB4pfgcQXNcPg5NbyOOxCHVWaiRxlOPs6oFrMeuEY/7jbMsUHTzSHF/fSf
VH5FDg3d6CzFGoNBZ1nYh39Nh/D94LuKi/a+J9P65h6hxEAH/j9ExPaiILSHZAha
OrpMkkG1N6o/mCIrE4R5qSBDLwEc7EVGKWggqHslXxvBWNzQEnQK8g7zLsox+l+D
DahQLAtx5r+Vqavt53t56W+/GHAbuDTrWjkjLyefKQoKvN3N7unH6NAFnuzQ7moW
/UYTXCf/YQUjzxKhxupmdz+R6FXAAG1piMCgnONuOUUfpU7II7pY1AcLzUOUgBc=
=qgnI
-END PGP SIGNATURE-


Accepted:
clutter-gst_1.5.4-2.debian.tar.gz
  to main/c/clutter-gst/clutter-gst_1.5.4-2.debian.tar.gz
clutter-gst_1.5.4-2.dsc
  to main/c/clutter-gst/clutter-gst_1.5.4-2.dsc
gir1.2-clutter-gst-1.0_1.5.4-2_amd64.deb
  to main/c/clutter-gst/gir1.2-clutter-gst-1.0_1.5.4-2_amd64.deb
libclutter-gst-1.0-0_1.5.4-2_amd64.deb
  to main/c/clutter-gst/libclutter-gst-1.0-0_1.5.4-2_amd64.deb
libclutter-gst-1.0-dbg_1.5.4-2_amd64.deb
  to main/c/clutter-gst/libclutter-gst-1.0-dbg_1.5.4-2_amd64.deb
libclutter-gst-dev_1.5.4-2_amd64.deb
  to main/c/clutter-gst/libclutter-gst-dev_1.5.4-2_amd64.deb
libclutter-gst-doc_1.5.4-2_all.deb
  to main/c/clutter-gst/libclutter-gst-doc_1.5.4-2_all.deb


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



Accepted epiphany 0.7.0-6 (source all amd64)

2012-04-10 Thread Ricardo Mones
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Apr 2012 16:08:23 +0200
Source: epiphany
Binary: epiphany epiphany-data
Architecture: source amd64 all
Version: 0.7.0-6
Distribution: unstable
Urgency: low
Maintainer: Joerg Jaspert jo...@debian.org
Changed-By: Ricardo Mones mo...@debian.org
Description: 
 epiphany   - clone of Boulder Dash game
 epiphany-data - required data files for epiphany game
Closes: 667734 667735
Changes: 
 epiphany (0.7.0-6) unstable; urgency=low
 .
   * debian/epiphany-game.6
   - Updated manpage with options (Closes: #667734)
   * epiphany-game.desktop
   - Added German translation (Closes: #667735)
   * debian/copyright
   - Update to Copyright Format 1.0
   * debian/rules
   - Added build-arch and build-indep targets (thanks lintian!)
   * debian/control
   - Updated Standards-Version to 3.9.3 (no other changes)
Checksums-Sha1: 
 098743a102fa043875fd1ebd7a408f51f9156695 1227 epiphany_0.7.0-6.dsc
 3795edb8c5a74383e7b36670758c033ab594428f 8818 epiphany_0.7.0-6.debian.tar.gz
 be20b3d2ddd7ea3f63fd11e78b4aef550abd0489 87412 epiphany_0.7.0-6_amd64.deb
 a223352d31d93eefb4e600d72f15217df098bc57 2443218 epiphany-data_0.7.0-6_all.deb
Checksums-Sha256: 
 13f857ee15e49cfac58b5308db43f63ea71379042c099cded3e3d0ff1ede9d45 1227 
epiphany_0.7.0-6.dsc
 a6706abfd8db4adc4b14115b2b13d8bfb580ddd6cecca1cfde76940cc68ceaec 8818 
epiphany_0.7.0-6.debian.tar.gz
 5ed1fa8c13d35470a951e0b07f04032b42a0c41a021566127f2b7ccbc48bad31 87412 
epiphany_0.7.0-6_amd64.deb
 51d98ee43abadfded297c9bdfddd6ff51efa30f96f7979b5f26912625b73e2ff 2443218 
epiphany-data_0.7.0-6_all.deb
Files: 
 c6be0703103fbccfe9ab8b89e0fc17f9 1227 games optional epiphany_0.7.0-6.dsc
 1125c6d2c738e9f8d9cf8d877a9b5f68 8818 games optional 
epiphany_0.7.0-6.debian.tar.gz
 01ceaf9d255af472cda63f0c4d52a4c1 87412 games optional 
epiphany_0.7.0-6_amd64.deb
 c580c8a407c9e7a84b2d40ae3780114c 2443218 games optional 
epiphany-data_0.7.0-6_all.deb

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

iEYEARECAAYFAk+EVBsACgkQLARVQsm1XazQgQCdG/LvANf3nN5wHbO8p0EX9dSs
y+MAoJdt3Of7C5Dg4/8T008A5uN2ppkX
=Pqk+
-END PGP SIGNATURE-


Accepted:
epiphany-data_0.7.0-6_all.deb
  to main/e/epiphany/epiphany-data_0.7.0-6_all.deb
epiphany_0.7.0-6.debian.tar.gz
  to main/e/epiphany/epiphany_0.7.0-6.debian.tar.gz
epiphany_0.7.0-6.dsc
  to main/e/epiphany/epiphany_0.7.0-6.dsc
epiphany_0.7.0-6_amd64.deb
  to main/e/epiphany/epiphany_0.7.0-6_amd64.deb


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



Accepted qwt5 5.2.2-2 (source i386 all)

2012-04-10 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 08 Apr 2012 12:44:10 +0200
Source: qwt5
Binary: libqwt5-qt4-dev libqwt5-qt4 libqwt5-doc
Architecture: source i386 all
Version: 5.2.2-2
Distribution: unstable
Urgency: low
Maintainer: Gudjon I. Gudjonsson gud...@gudjon.org
Changed-By: Gudjon I. Gudjonsson gud...@gudjon.org
Description: 
 libqwt5-doc - Qt widgets library for technical applications (documentation)
 libqwt5-qt4 - Qt4 widgets library for technical applications (runtime)
 libqwt5-qt4-dev - Qt4 widgets library for technical applications (development)
Closes: 648283
Changes: 
 qwt5 (5.2.2-2) unstable; urgency=low
 .
   * Remove man page deprecated.3 (Closes: #648283)
   * Add watch file
   * Bump standards version to 3.9.3
Checksums-Sha1: 
 aad4d8909b657cc275c2c5da730a01e1c15015e2 1159 qwt5_5.2.2-2.dsc
 f721b8a94da2ec176831cbe3768c869ebe1a78f8 9635 qwt5_5.2.2-2.debian.tar.gz
 2616f0acfcf2b46acd23451b1377e536bd01003d 105262 
libqwt5-qt4-dev_5.2.2-2_i386.deb
 cddfa30411bd3c56673b7484fcf727b370728031 333626 libqwt5-qt4_5.2.2-2_i386.deb
 f852b2fe6d6cb79d93ec012b2359dce76cef784b 2454596 libqwt5-doc_5.2.2-2_all.deb
Checksums-Sha256: 
 61ad3e0e3f410f133788eefe94dd7721b5cf20b2baeb6d59a934bfa04fc3585e 1159 
qwt5_5.2.2-2.dsc
 a83a60b71fa317d6c577a327c215d3881c87ca3849793ca62d36ad5d694f6f50 9635 
qwt5_5.2.2-2.debian.tar.gz
 f4246df3ca79985d6df3fc448fb4c6606ff063bd20a0728bb7210e433ae3c15c 105262 
libqwt5-qt4-dev_5.2.2-2_i386.deb
 55da7652d9d23d7d1a7a247ebeda48f6bc04f1c50c6f022dc88730c50b7c817a 333626 
libqwt5-qt4_5.2.2-2_i386.deb
 3461485e9ae470cfa567e5ebbd10eb3a51461cd2d79e58c1be7f7719b250e541 2454596 
libqwt5-doc_5.2.2-2_all.deb
Files: 
 4458005b66c74f130f8abbb8db7cee66 1159 libs optional qwt5_5.2.2-2.dsc
 9325b56926b347e609546126e5f676ac 9635 libs optional qwt5_5.2.2-2.debian.tar.gz
 e86c6d399cf171741af7cdb33b95c181 105262 libdevel optional 
libqwt5-qt4-dev_5.2.2-2_i386.deb
 5fed441ad4582b4ed4c0053eb6cce253 333626 libs optional 
libqwt5-qt4_5.2.2-2_i386.deb
 3c47d376ca29e9cb02d9aafbcb35cef4 2454596 doc optional 
libqwt5-doc_5.2.2-2_all.deb

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

iEYEARECAAYFAk+EYVYACgkQtqm6aqWbEXE43QCggGIQKZxMRKId4Op7aSv9Lc9K
RbEAn26vd7swaVm70AE//lsuuP7CWOOz
=fWu7
-END PGP SIGNATURE-


Accepted:
libqwt5-doc_5.2.2-2_all.deb
  to main/q/qwt5/libqwt5-doc_5.2.2-2_all.deb
libqwt5-qt4-dev_5.2.2-2_i386.deb
  to main/q/qwt5/libqwt5-qt4-dev_5.2.2-2_i386.deb
libqwt5-qt4_5.2.2-2_i386.deb
  to main/q/qwt5/libqwt5-qt4_5.2.2-2_i386.deb
qwt5_5.2.2-2.debian.tar.gz
  to main/q/qwt5/qwt5_5.2.2-2.debian.tar.gz
qwt5_5.2.2-2.dsc
  to main/q/qwt5/qwt5_5.2.2-2.dsc


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



Accepted moreutils 0.46 (source i386)

2012-04-10 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 09 Apr 2012 16:19:34 -0400
Source: moreutils
Binary: moreutils
Architecture: source i386
Version: 0.46
Distribution: unstable
Urgency: low
Maintainer: Joey Hess jo...@debian.org
Changed-By: Joey Hess jo...@debian.org
Description: 
 moreutils  - additional Unix utilities
Closes: 649158 667960
Changes: 
 moreutils (0.46) unstable; urgency=low
 .
   * Typo. Closes: #649158
   * combine: Avoid reading files twice, to support data coming from
 pipes. Closes: #667960 Thanks, Carsten Hey
Checksums-Sha1: 
 3ef8f72fc3e3e3824b27329e3b26b11dadaf2f18 1508 moreutils_0.46.dsc
 bc8273cf48a9d304843e74ebd25df3a216b8b314 44132 moreutils_0.46.tar.gz
 252bb38c14786a6a25faa1ba002eb261f045abe5 56586 moreutils_0.46_i386.deb
Checksums-Sha256: 
 2549d7af72db1237e93908715d230f62c559abba86570f85a799d3b9c0b9492c 1508 
moreutils_0.46.dsc
 c46c60567964ca91238409a1793e9cae4bf31de08f57bfe2b99c40de1eecdcbe 44132 
moreutils_0.46.tar.gz
 58d06f96bf6c9b629df83a1a16c495e271f1baf0dbe0f396204631d1fe9ed478 56586 
moreutils_0.46_i386.deb
Files: 
 063e6b60a875ee9a6c596bd9de50a5ba 1508 utils optional moreutils_0.46.dsc
 658f9cc6b6dcc0b50dcff714e13b22dc 44132 utils optional moreutils_0.46.tar.gz
 f249e19ad2f24d7c8e0ebaad545f91c6 56586 utils optional moreutils_0.46_i386.deb

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

iQIVAwUBT4RWTskQ2SIlEuPHAQibQw/9HqQIaAASj3CimMT87slEKTOyuIdswGG8
JPnxZHMsQzn4VInQ1ZLECato1JfzrtAoQmulhvWqZhofGDEBCDdVUOJrIEMVXBAx
/VC+GrX8ApKVZ1FGA0O3ryeCc0L30jR8fPtFUG1iXSwBUI4WjGE4tDE2WdzHKVOH
uRtf5oOPb7Rt6GwcmRAw6aSzUq6crLCGs4P+5qM0JrU9+G0PiIXHAwzf0aTP1hyl
c/HyHLFo/1+YjNa6Ji2S2pZc+aRfbuBizgJFKxR4/t0U3YKkQJZta0mdT0BdpmOB
jeWRUdw65oRGRy+1L8FVWKOmYHhfPYWuZphhIJUkDoXjW0F7Daofh1dCTA54XckS
j9ppgv8limYWjKx8I/O5ZxHqSig4sLrPJNzNOS7PP0fptHumbwo2+mZDzneH+ERM
thue5aAixJoaW0gAKz1YMLTzNe1HCgfuYCfL6kdtFNjnmLRTTPKnionI7LSxHvHb
H+LntbCNt8qSX+kIiolUyVGdBJDyFgz5fXoMPF5eUlZJukb068YPA/z6vHS42T+P
xQHHJmp4UAD0RnMJ2aE1VanfibwviP/rRHSB8hmQOFOL2AXn1ikp1WbQ8v6J2mYC
fNx8cSzhAaS4NCapuDyrL84r+fXc51G+6m/C1NNxptMIX1h4zoGRYKyD/xLaRseJ
PgquzU1Mfy0=
=zmrp
-END PGP SIGNATURE-


Accepted:
moreutils_0.46.dsc
  to main/m/moreutils/moreutils_0.46.dsc
moreutils_0.46.tar.gz
  to main/m/moreutils/moreutils_0.46.tar.gz
moreutils_0.46_i386.deb
  to main/m/moreutils/moreutils_0.46_i386.deb


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



Accepted privbind 1.2-1.1 (source i386)

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

Format: 1.8
Date: Wed, 14 Mar 2012 00:18:37 +0100
Source: privbind
Binary: privbind
Architecture: source i386
Version: 1.2-1.1
Distribution: unstable
Urgency: low
Maintainer: Shachar Shemesh shac...@debian.org
Changed-By: Mònica Ramírez Arceda mon...@probeta.net
Description: 
 privbind   - Allow unprivileged apps to bind to a privileged port
Closes: 643257
Changes: 
 privbind (1.2-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/rules:
   - Move lines that copy config.sub and config.guess to before
 ./configure and remove these files on clean target (Closes: #643257)
   - Empty the dependency_libs field in .la file.
   * debian/watch: remove unneeded comments.
   * debian/copyright: remove the ending 's' of Upstream Author.
Checksums-Sha1: 
 e15ba00f60215104f5d3a383e339c046a6be1077 1715 privbind_1.2-1.1.dsc
 6f5a427d053984079291f4fc6005dddc478f4f62 10998 privbind_1.2-1.1.debian.tar.gz
 c8822eec7d4791c0e070b06ec1a57cf68a381f5b 18454 privbind_1.2-1.1_i386.deb
Checksums-Sha256: 
 f40b8f2d960fa82d520f164edda9bc86917b3b21d5bc97e1d36108eb4f58e270 1715 
privbind_1.2-1.1.dsc
 be4d651f6ad6c2ef867e6ef02dcd7fee7aa2b48c8e7ee94f91b5a3323e08c3dd 10998 
privbind_1.2-1.1.debian.tar.gz
 7bb6788551b2016e517376836690a9b6cdddf3b9bd60bce99435182ea7b8f7e7 18454 
privbind_1.2-1.1_i386.deb
Files: 
 372dbf66bec05f53f31b10285f0b017e 1715 utils extra privbind_1.2-1.1.dsc
 4c0be11089bd6e1da44d00990e0b35d7 10998 utils extra 
privbind_1.2-1.1.debian.tar.gz
 1b9f18759b001649b504a6c40baac059 18454 utils extra privbind_1.2-1.1_i386.deb

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

iQIcBAEBAgAGBQJPfbq5AAoJEB7+sYAaScDSmIIP/ix9NODDux1snu+UhEq91LCT
r332vv1d7+PuazjeXSL8GNC1SVol7zd4XEh3tfNJgIhVHcxcglzaGvFuzshX/Fsh
1vogn+pY4QiMOV+XKLUrbCJlA+gJLp5SyjOVLI+pyxV7KNHZrxJko9w0fF/mwnKN
5J3MDG8uyt6cPFcA1o5mNNee7qfa3MjisaEC29eArsj/30/c3W+pFQ5rcoLMO6Fq
OokVUz/zmKF7FUOSSKMbTkHiQJu9eVeUJ1VxgsgTEaaH75uiVvPsR/oGj9IzTAEt
IMcwLuzLAI7EKd26hdcZ//ZwZtf0xSO9saQm8uDywrGW1r1CLbeMh6ufTiM2aaaj
YsbrvAGMIdWeBDJAKG5/c64FlbzNZjcBBREVKzuVmDJgldI1IK1R3crxw6vIJnA8
pxnN6YSvyDjTUBaa/SoesSMyjxPotfCbGheX3LOxRVjZmaRWBBD8MFqlti5yabR3
8HIRBAIQC+198Uf2YQfZfDXAScwYCfpv6OpWrS+AAS3EPQfMtJsAUUWsaCYuV3AQ
slHixRh1BNNqYIyFyfHxwKMFZvKivOxZX0dwfjIp5sMuhxpqiac8M5U5reRjtY/5
EvSJLEHTexwlyiVE7CLZX5BGUXeoJ3nm3vwJtgDJFIBncKJI5lM8CsgvP06DFrCJ
oj2AKz2OVRIRPfFrAvAv
=CzeF
-END PGP SIGNATURE-


Accepted:
privbind_1.2-1.1.debian.tar.gz
  to main/p/privbind/privbind_1.2-1.1.debian.tar.gz
privbind_1.2-1.1.dsc
  to main/p/privbind/privbind_1.2-1.1.dsc
privbind_1.2-1.1_i386.deb
  to main/p/privbind/privbind_1.2-1.1_i386.deb


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



Accepted winetricks 0.0+20120313+svn798-3 (source all)

2012-04-10 Thread Jari Aalto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Apr 2012 14:24:58 +0300
Source: winetricks
Binary: winetricks
Architecture: source all
Version: 0.0+20120313+svn798-3
Distribution: unstable
Urgency: low
Maintainer: Jari Aalto jari.aa...@cante.net
Changed-By: Jari Aalto jari.aa...@cante.net
Description: 
 winetricks - package manager for WINE to install software easily
Closes: 668149
Changes: 
 winetricks (0.0+20120313+svn798-3) unstable; urgency=low
 .
   * debian/control
 - (Depends): Add wine-unstable and drop libwine (Closes: #668149).
Checksums-Sha1: 
 45860020fb6a2f17a48108e56f89b3f853add17a 2017 
winetricks_0.0+20120313+svn798-3.dsc
 9c939bb4469865b37c3f624abefd0e5c4173fb3c 28354 
winetricks_0.0+20120313+svn798-3.debian.tar.gz
 d7214dbaf69a8417a71ef8017ffd39a3278eebe5 166292 
winetricks_0.0+20120313+svn798-3_all.deb
Checksums-Sha256: 
 c947f4ae12b4784a582b71079ff4223bfcd155c6b037e84f31d7aabf7d475e40 2017 
winetricks_0.0+20120313+svn798-3.dsc
 57a1bab4bef077d2d34a6907a935c9fbe73f7f5dc8b714aa7bda53573e6695a7 28354 
winetricks_0.0+20120313+svn798-3.debian.tar.gz
 44ac0448f62fe281a83636ad83da94a465d1fc5d880e182e87f9a02e4338b50f 166292 
winetricks_0.0+20120313+svn798-3_all.deb
Files: 
 6a06fc58c81240f1bda21eeda3a205fc 2017 contrib/otherosfs optional 
winetricks_0.0+20120313+svn798-3.dsc
 1bd8e2dad0f818a0fb78471534248d55 28354 contrib/otherosfs optional 
winetricks_0.0+20120313+svn798-3.debian.tar.gz
 ed14fc887940a94a204f514eddb05c01 166292 contrib/otherosfs optional 
winetricks_0.0+20120313+svn798-3_all.deb

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

iQIcBAEBAgAGBQJPhF6UAAoJECHSBYmXSz6WRk4QAMhUQeZJbwMOvl6GICEqnIHG
itoeyU+5m/4ZWnMnLS2JFpWA7SvFtU/mrkbFPT3ASk/tsSJVI2jnV5vxwxztIOYQ
2st/k8GBH/vkT575l+0tK+CDRUX8VGHP5JzRtOs888UEertjH3G4oAtLpDvQOQlU
5NF8YBFLAUgufxtuJRupgDsPQtgixPFMVmdGYJCIvekatJdi/PrutjrGyJOlQyh7
KkNLwHLUtGpCz0Jh5QvVjTk9k1sVU/eIZuBy04h+VkTIIJ9TB4ySxuxPXQQ3QfoN
Flz2R6Bf6gN3ohPyvidxfakimsihL2QA+7CeApwKVUqKn8wwHeNgmiAyWv2JKjLD
68QFhZmqpKPoeh5bXcvESMkEHPsTlxlK2KjaWJevULoAqZU6pXYMNLgQFGMjIywl
YU0r0eLDbWzvU/o87A1+xvCJm/2mmt7EZT1rpbSbTbjXpFxS+7aTvtjYuhQ8NvqV
hgzRCwAjhR5HEVhbZ3y22nCvqeDJsKae0ywJTz7Aq4Xv3Nmb53pyr1+FJFT2aFbN
gAJT/fuoPOF+IYWmtgHlE0+q/JIRNVCa6cVczaUi1ywBpdzAu5sLGsCkDD7pjwjt
L5zjblVqg+QzP+1HZBlQWG3fR0ry7ciYToBj0lcWw3GQMXlH/QnbJrfhxkjfQVHx
7EC+hhwoXE3r9OQPbN1v
=r3so
-END PGP SIGNATURE-


Accepted:
winetricks_0.0+20120313+svn798-3.debian.tar.gz
  to contrib/w/winetricks/winetricks_0.0+20120313+svn798-3.debian.tar.gz
winetricks_0.0+20120313+svn798-3.dsc
  to contrib/w/winetricks/winetricks_0.0+20120313+svn798-3.dsc
winetricks_0.0+20120313+svn798-3_all.deb
  to contrib/w/winetricks/winetricks_0.0+20120313+svn798-3_all.deb


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



Accepted dovecot 1:2.1.4-1 (source all amd64)

2012-04-10 Thread Micah Anderson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 10 Apr 2012 11:33:05 -0400
Source: dovecot
Binary: dovecot-common dovecot-core dovecot-dev dovecot-imapd dovecot-pop3d 
dovecot-lmtpd dovecot-managesieved dovecot-pgsql dovecot-mysql dovecot-sqlite 
dovecot-ldap dovecot-gssapi dovecot-sieve dovecot-solr dovecot-dbg
Architecture: source all amd64
Version: 1:2.1.4-1
Distribution: experimental
Urgency: low
Maintainer: Dovecot Maintainers jaldhar-dove...@debian.org
Changed-By: Micah Anderson mi...@debian.org
Description: 
 dovecot-common - Transitional package for dovecot
 dovecot-core - secure mail server that supports mbox, maildir, dbox and mdbox 
ma
 dovecot-dbg - debug symbols for Dovecot
 dovecot-dev - header files for the dovecot mail server
 dovecot-gssapi - GSSAPI authentication support for Dovecot
 dovecot-imapd - secure IMAP server that supports mbox, maildir, dbox and mdbox 
ma
 dovecot-ldap - LDAP support for Dovecot
 dovecot-lmtpd - secure LMTP server for Dovecot
 dovecot-managesieved - secure ManageSieve server for Dovecot
 dovecot-mysql - MySQL support for Dovecot
 dovecot-pgsql - PostgreSQL support for Dovecot
 dovecot-pop3d - secure POP3 server that supports mbox, maildir, dbox and mdbox 
ma
 dovecot-sieve - sieve filters support for Dovecot
 dovecot-solr - Solr full text search support for Dovecot
 dovecot-sqlite - SQLite support for Dovecot
Changes: 
 dovecot (1:2.1.4-1) experimental; urgency=low
 .
   * [9c27844] Imported upstream 2.1.4
Checksums-Sha1: 
 4c48ec1d1d3215d03d32f8e0ee8de7b3afeafd71 2928 dovecot_2.1.4-1.dsc
 afe9928f01597a5860b74e891e1ad77721f5da60 3637822 dovecot_2.1.4.orig.tar.gz
 003f65641553471afbf0c24e17fa9297e4462cbf 1305375 dovecot_2.1.4-1.debian.tar.gz
 9753ff91b389658d1fbf2d692c4fef75e7180264 23424 dovecot-common_2.1.4-1_all.deb
 44c787dacc0f4cbbf63d184a804d475a2238ddd4 2811572 dovecot-core_2.1.4-1_amd64.deb
 9d24e00bdc72fbc685bd04f34a35d5cdc3ebacff 568194 dovecot-dev_2.1.4-1_amd64.deb
 cafb842d8f6061819bc193dabe648c88b19a0c3e 414228 dovecot-imapd_2.1.4-1_amd64.deb
 9bfccfdcf561979c1b00deda2389dacd3d2235c9 353170 dovecot-pop3d_2.1.4-1_amd64.deb
 4bd305ade960473373769f83a11b6a7931ff044c 344072 dovecot-lmtpd_2.1.4-1_amd64.deb
 1e086431bb4755687c3a3d60d83fd0d0725fdfb5 381578 
dovecot-managesieved_2.1.4-1_amd64.deb
 04ac7303345a56c15f0cbff82697f4196f27045c 336672 dovecot-pgsql_2.1.4-1_amd64.deb
 0b8aefaa21c8eb49c01e5c225e1fb256a88d5217 333650 dovecot-mysql_2.1.4-1_amd64.deb
 f78c0adea2fba9d9a77d1005ee6933c4806f8bb9 331592 
dovecot-sqlite_2.1.4-1_amd64.deb
 9a4235ef78e673cc9bd8e5b9efabb7f1c1a44624 346916 dovecot-ldap_2.1.4-1_amd64.deb
 ff612f515e4c9b792dd94de46895d18713a7a9ca 332214 
dovecot-gssapi_2.1.4-1_amd64.deb
 06b72b2731034dd632afea6416fc9a78210a8145 580410 dovecot-sieve_2.1.4-1_amd64.deb
 175f6a7018f5f3c399324a0b9964e7297b976d8b 344866 dovecot-solr_2.1.4-1_amd64.deb
 5fa08acb8024e9f74ac2af6f276ce23e8d098f97 4204676 dovecot-dbg_2.1.4-1_amd64.deb
Checksums-Sha256: 
 c633dabb22ed855a8ec48b82f72c09965f1f2f7f953d4c2a764e43c358929e5c 2928 
dovecot_2.1.4-1.dsc
 6a8758529c3b8814c477453d0e95d932b867025a53164ec1f2a49acd907fa60b 3637822 
dovecot_2.1.4.orig.tar.gz
 fa811a18547662f0e2fb715c06e9db34652455a441d5c33778572fdc97c743eb 1305375 
dovecot_2.1.4-1.debian.tar.gz
 e0ac7b2095ccadd86453a8253ec916babcf2c2200fd427ef22c87130521ff088 23424 
dovecot-common_2.1.4-1_all.deb
 daf739c90aa1adeab613ee25e09dfabd4f199c87b1474d430dc6b67599656b54 2811572 
dovecot-core_2.1.4-1_amd64.deb
 282d1b2f3b23025e181d18a3653893b143fd37c9a1fe485358c2693cfdd740a2 568194 
dovecot-dev_2.1.4-1_amd64.deb
 d5c0937f1e51e0ffb04a7466ef4dfc73c3c551e484d1a7c6fa753fcaaea06276 414228 
dovecot-imapd_2.1.4-1_amd64.deb
 19bbf914873d0fd03de4d23e5e8aa9c43da0e933fa10f63265f8832a4fb0e360 353170 
dovecot-pop3d_2.1.4-1_amd64.deb
 cbb431828454f08f10848f9e1ba173ad86318bb8df450057736e4173fee9d78d 344072 
dovecot-lmtpd_2.1.4-1_amd64.deb
 4132e99828cd5d34cffd7aeab42b7e611f024a0234248e7ff0758bf6cb2fdec5 381578 
dovecot-managesieved_2.1.4-1_amd64.deb
 40de2662bbd23ee1c577d8e95efb459bea8e719eb2d1d57c68d240ca84c2cde4 336672 
dovecot-pgsql_2.1.4-1_amd64.deb
 b5c838700cbb1c390d90df68afa6bb455fdc08f4743a497e75c2f9eb8278ee83 333650 
dovecot-mysql_2.1.4-1_amd64.deb
 d62f61ab72aa1bcd594a60380cba054fd664c4fb480aa2012a5f9ecc6e932734 331592 
dovecot-sqlite_2.1.4-1_amd64.deb
 391394073fc75c7f5929864b9f74be9982ff20bffbf61e8baaf89daf64340b0c 346916 
dovecot-ldap_2.1.4-1_amd64.deb
 78cb50493ad280eb51ad6e6c963944b13cb4229e33d9253f6b1aca844057b1df 332214 
dovecot-gssapi_2.1.4-1_amd64.deb
 d88d91644aedbf0a963610645a75ca34b0a38997ec37c6ccba8a2ef1ea566b76 580410 
dovecot-sieve_2.1.4-1_amd64.deb
 76c28f33d32384830e76de997e73fd5ce18d2096c5c71b41120e210766638833 344866 
dovecot-solr_2.1.4-1_amd64.deb
 4026dcb576bcaf5c6d15f8394764f98d15876a1f962a5bbf9e79fafbbfa9f733 4204676 
dovecot-dbg_2.1.4-1_amd64.deb
Files: 
 318a6481a6ba022be58eb63f4df47916 2928 mail optional dovecot_2.1.4-1.dsc
 ceb53ec06ae4f766bc793a60a6a4a567 3637822 mail 

Accepted python-mrjob 0.3.3.1-1 (source all)

2012-04-10 Thread Janos Guljas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 10 Apr 2012 18:41:18 +0200
Source: python-mrjob
Binary: python-mrjob
Architecture: source all
Version: 0.3.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Janos Guljas ja...@resenje.org
Changed-By: Janos Guljas ja...@resenje.org
Description: 
 python-mrjob - MapReduce framework for writing and running Hadoop Streaming 
jobs
Changes: 
 python-mrjob (0.3.3.1-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 d825af16cf8fa83dbd01fc5e49c05f8340c3ca72 2070 python-mrjob_0.3.3.1-1.dsc
 21bf48829c44164a2e06f115b755c39f2984124b 141887 
python-mrjob_0.3.3.1.orig.tar.gz
 24712d4c8e52ed822cad10d576f9b57b6c4e8965 2997 
python-mrjob_0.3.3.1-1.debian.tar.gz
 837573f396bb5cd2c60bed2ac8edd5d45fd3dc6a 148606 python-mrjob_0.3.3.1-1_all.deb
Checksums-Sha256: 
 0152957778bdad91866b51aef2e14fd0bf675d9a07373899a2cb8b8dc9828acf 2070 
python-mrjob_0.3.3.1-1.dsc
 62589bae24e3b6b68d4dd216d678c53ca22b9442242dff1490bc37b2976bd591 141887 
python-mrjob_0.3.3.1.orig.tar.gz
 c1956f7f771e6beee2ecd6f50da670d7461f0027a2c7a9aa914706862bad03ad 2997 
python-mrjob_0.3.3.1-1.debian.tar.gz
 bb4af538048a13259be0b730e6737470462ca8f1d356cd5879f1c824dce81812 148606 
python-mrjob_0.3.3.1-1_all.deb
Files: 
 37f9ac61bcb24be116d6c5f227dacded 2070 python optional 
python-mrjob_0.3.3.1-1.dsc
 3352199bf9ce513921dfbd0993e54b0b 141887 python optional 
python-mrjob_0.3.3.1.orig.tar.gz
 9c6ed91b18214c4295a212cc2eec1723 2997 python optional 
python-mrjob_0.3.3.1-1.debian.tar.gz
 62984faabf75141588111f332ef52a1d 148606 python optional 
python-mrjob_0.3.3.1-1_all.deb

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

iQIcBAEBCAAGBQJPhGT5AAoJEJ5QnJPSbfnTGN4P/06vV+nYXMD1gdt6MxhGLogJ
Pokfl/cuYLl+zmVz64xvV0i98blHrClnqX77lsFvUc4qA01SnyrCXEhC5Q8tmdha
q4mC0Ben6uKAWuPsBdwpyBV6ccFmgdklvj1MclxCl59WvchnoGiPKEEAdamMRAp8
to2pI7F3rXhn4qf3ZhDyu1cUOtvKV4I7dvFXmfEEpEQ0QIMx9D1WtOV0tLSPvt68
0I0JMRuKYnjHH0tHNEzMAKaAxeVtejt5+HZX9zL8GXOUCvR+gofKWq9gC4jHsgmC
6HFbmE3L9LuYOgHnzy+KGBnphZ3qa/i4VYLrJoLLuKBbruX+bJDMOOTYzlowIKZo
S8kBhDmDP5vLj3mPIiJcEB+mPpBDUicAkFctnNE9GfwZSi2muvUwhO6leEsHX0FS
jG3xI4tl3PrJXyjuobhOp3oTLmFZIBW+piwkwRZpLTwg7TDP2IxyvvTs4fwEu47B
ePjYHrecicIOjSQI2QTZhAX9g4rDGRP9pvUuPolP9VvbGf5L9YD1/6/8itaaDRgt
wycxqvGbsT+9jrtLs0cqxiLp7ApjV3hZe63UpEaF0VWvcGXDSNalb0AU7+j7ZXFa
Tb97IP4Ox5P1MRkbHFbNu/9vrUpcxRSCbkSHzKnB8w6AMFHw/sFDxiKlkE8JjsNV
3hk+E2CxGjmHbofueC4D
=9ZYS
-END PGP SIGNATURE-


Accepted:
python-mrjob_0.3.3.1-1.debian.tar.gz
  to main/p/python-mrjob/python-mrjob_0.3.3.1-1.debian.tar.gz
python-mrjob_0.3.3.1-1.dsc
  to main/p/python-mrjob/python-mrjob_0.3.3.1-1.dsc
python-mrjob_0.3.3.1-1_all.deb
  to main/p/python-mrjob/python-mrjob_0.3.3.1-1_all.deb
python-mrjob_0.3.3.1.orig.tar.gz
  to main/p/python-mrjob/python-mrjob_0.3.3.1.orig.tar.gz


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



Accepted tmux 1.7~svn2773-1 (source amd64)

2012-04-10 Thread Romain Francoise
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Apr 2012 18:49:54 +0200
Source: tmux
Binary: tmux
Architecture: source amd64
Version: 1.7~svn2773-1
Distribution: experimental
Urgency: low
Maintainer: Karl Ferdinand Ebert kfeb...@gmail.com
Changed-By: Romain Francoise rfranco...@debian.org
Description: 
 tmux   - terminal multiplexer
Changes: 
 tmux (1.7~svn2773-1) experimental; urgency=low
 .
   * New upstream snapshot from Subversion (r2773).
Checksums-Sha1: 
 25212b702a0b50c1a42dafedc0d6b074ce370026 1302 tmux_1.7~svn2773-1.dsc
 54f0889e1279d93e8f84529807ced088f4df0e80 416870 tmux_1.7~svn2773.orig.tar.gz
 ad61622fad8eef4c11225dec637f2ea4a0bf26e8 10282 tmux_1.7~svn2773-1.debian.tar.gz
 28afdae79922eee4fec40796048f9da22d366d61 255180 tmux_1.7~svn2773-1_amd64.deb
Checksums-Sha256: 
 7325485ffa2e9cdb5f227e827f4371882a850c76bfefa4f3aaa893f630878af4 1302 
tmux_1.7~svn2773-1.dsc
 920e8db5e47f104b0880d5c9f66f6d0ce23e517eb9629d179fd9db019edc8b8a 416870 
tmux_1.7~svn2773.orig.tar.gz
 fd52f74deaf3cacd372a1c93b0b18d6c6f7dfdce73891acd4e4278da0d9172f7 10282 
tmux_1.7~svn2773-1.debian.tar.gz
 b5934240aa0e1836e85f88559a62408d1f362264e0d1a0fbdd5e4523395ddb72 255180 
tmux_1.7~svn2773-1_amd64.deb
Files: 
 c2fb9b8b9cec2f1f2e6b1b9de2b9cb62 1302 admin optional tmux_1.7~svn2773-1.dsc
 16eb3a5395aeabe92f63832285064b66 416870 admin optional 
tmux_1.7~svn2773.orig.tar.gz
 eef4d79f7b9872fd4a6c7d1c88052542 10282 admin optional 
tmux_1.7~svn2773-1.debian.tar.gz
 36d14634b7d550e897f1328980b65e52 255180 admin optional 
tmux_1.7~svn2773-1_amd64.deb

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

iD8DBQFPhGWzogN2vsA8Vt8RAknhAKC8fZlzZjQkHrYN22+VU9cWtiUZBQCgkGcB
ILE5Zl31ibr2KzmIzCdt32k=
=k/0e
-END PGP SIGNATURE-


Accepted:
tmux_1.7~svn2773-1.debian.tar.gz
  to main/t/tmux/tmux_1.7~svn2773-1.debian.tar.gz
tmux_1.7~svn2773-1.dsc
  to main/t/tmux/tmux_1.7~svn2773-1.dsc
tmux_1.7~svn2773-1_amd64.deb
  to main/t/tmux/tmux_1.7~svn2773-1_amd64.deb
tmux_1.7~svn2773.orig.tar.gz
  to main/t/tmux/tmux_1.7~svn2773.orig.tar.gz


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



Accepted debhelper 9.20120410 (source all)

2012-04-10 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 10 Apr 2012 12:51:15 -0400
Source: debhelper
Binary: debhelper
Architecture: source all
Version: 9.20120410
Distribution: unstable
Urgency: low
Maintainer: Joey Hess jo...@debian.org
Changed-By: Joey Hess jo...@debian.org
Description: 
 debhelper  - helper programs for debian/rules
Closes: 577040 665891 666901 668276
Changes: 
 debhelper (9.20120410) unstable; urgency=low
 .
   [ Joey Hess ]
   * Fix a typo. Closes: #665891
   * Conflict with too old automake for AM_UPDATE_INFO_DIR=no. Closes: #666901
   * dh_md5sums: Don't skip DEBIAN directories other than the control files
 one. Closes: #668276
 .
   [ Steve Langasek ]
   * dh_installinit: rework upstart handling to comply with new policy
 proposal; packages will ship both an init script and an upstart job,
 instead of just an upstart job and a symlink to a compat wrapper.
 Closes: #577040
Checksums-Sha1: 
 581c349fc50b240f057d7bc3140a9c4a7a206278 1577 debhelper_9.20120410.dsc
 d64c3f8c1e2cc289618e79737e3e2fe11135bf3b 463154 debhelper_9.20120410.tar.gz
 d3b9cdbc041fcbc93fe281947e1c68d831bedafe 693564 debhelper_9.20120410_all.deb
Checksums-Sha256: 
 ef7eb4e4d824e9c498b75a7bcfc140e9cc943ba2595eb54b81fa51984286836d 1577 
debhelper_9.20120410.dsc
 efc042a1fff44b9d9d2556949a9d111c08f1a64db5c6ed394ba85c701e810fd6 463154 
debhelper_9.20120410.tar.gz
 1c1863bf6bc305eff075bbcb0c5f8523f2be3ffcca3785e6de05e32d7b9e3037 693564 
debhelper_9.20120410_all.deb
Files: 
 5797752fcf235067e68638c815795832 1577 devel optional debhelper_9.20120410.dsc
 e56b73dcbb4d75537046ca447358cce5 463154 devel optional 
debhelper_9.20120410.tar.gz
 aa68c30d531b741aa122c123f24bf47b 693564 devel optional 
debhelper_9.20120410_all.deb

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

iQIVAwUBT4RnNskQ2SIlEuPHAQhEPg//WrLkEkrkuqd6uMX49765i8dRCgE8vuOz
iKolsLO534fQJWVtyrgqNpmND3QhGbbuGoB8yUV+QxXyXNKpjGaoiOanZqlcBzfj
NX4CJL0QFWQmQzektuNqUlp0qCE62Z3lTgMeNwlsbFmXoI7Ts6J8MQYw9FCKmGti
cz2IRjp9xtqTCXouUGwx6fBjnFqkyltHPZkYQmrkYdfCVWgcYusAAs9G6IEwDqkd
ptDVYc11ZVnn+i7cTMz0iIsSaZYKUsbM8tNNXPbgGerO/Y/2Rfq7AMd+Io04xIC8
ZbdcKbqUzT9sI5bkdLrRxnjtJ5BlXMMYspQtTzs/9dXvjb9t/fjymSy4YY/RU/Ah
LVzTSKHa31PQZLniULYuJUqgikay6tUCO1ECRa8mIJ7cf8RvUzDZKh6xBHUJz8bP
BpI1ors+PteVE6uWCQD0mMIkjSkhclX6QB4lwN50PE4uLx+5zBqoYWn8Js8OMLHO
0+c19q/fxwQLEJo+Rk0DRgFXyrz0KCSd7lM8B/ccpn1Go0gPd5xhmcdVPRf65CEO
r5D9vOhfPotC9aLwv26fsMS/o3o+dBdvLK5ZR5iq+cRZpPIPo2FYxTQK54cQTqpc
P6yiTzTNg5W18POd23pc+dibbVGm8fSPqAmJ0u5V0f/4r5JGSmUSgomG1grnLlwZ
Z+q4eTD9gGc=
=56na
-END PGP SIGNATURE-


Accepted:
debhelper_9.20120410.dsc
  to main/d/debhelper/debhelper_9.20120410.dsc
debhelper_9.20120410.tar.gz
  to main/d/debhelper/debhelper_9.20120410.tar.gz
debhelper_9.20120410_all.deb
  to main/d/debhelper/debhelper_9.20120410_all.deb


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



Accepted f2c 20100827-1 (source amd64)

2012-04-10 Thread Barak A. Pearlmutter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Apr 2012 18:08:28 +0100
Source: f2c
Binary: f2c
Architecture: source amd64
Version: 20100827-1
Distribution: unstable
Urgency: low
Maintainer: Alan Bain af...@debian.org
Changed-By: Barak A. Pearlmutter b...@debian.org
Description: 
 f2c- FORTRAN 77 to C/C++ translator
Changes: 
 f2c (20100827-1) unstable; urgency=low
 .
   * new upstream version
   * update packaging
 - dh9
 - bump policy version
 - snag hardening flags etc in debian/rules
 - dpkg source format 3.0 (quilt)
 - move upstream mods into big quilt patch for later dissection
   * remove debian-specific fc; upstream caught up
   * quilt patch for C warnings
   * quilt patch for man page hyphens
   * quilt patches for build system to simplify debian/rules
Checksums-Sha1: 
 3024050eb19d711211295c75aefb07453b3997c9 1194 f2c_20100827-1.dsc
 ff0fa7b05bf69cbefe8d99e4d4c1c4c812c2d24a 417930 f2c_20100827.orig.tar.gz
 25f7903a71eeb623ec400d9d3d4e57971d0ff00a 15659 f2c_20100827-1.debian.tar.gz
 aba2d36707976f1ac2f1decb5e5856491dbbcc1c 257144 f2c_20100827-1_amd64.deb
Checksums-Sha256: 
 d665f880626f7baaf81d2f8bba132472d7eb104f58380b127072205b29b51274 1194 
f2c_20100827-1.dsc
 d3d1bbf814e3f6d7adf4fb86d092997dbb4994899e85b9f436920b79f0ea55b9 417930 
f2c_20100827.orig.tar.gz
 1597878d24b4261094f67853b681db1be53dce5a320052d52e5203de765bd2dd 15659 
f2c_20100827-1.debian.tar.gz
 cc2d9e65522cc999c9769a2f8e377fb8d5dcf5eca4190f8d514a19b0be98eca2 257144 
f2c_20100827-1_amd64.deb
Files: 
 2a88b878cfb22802d671bc870d8fbf18 1194 devel optional f2c_20100827-1.dsc
 6ecbe4f85f8bb2499fd280dcfd146dd5 417930 devel optional f2c_20100827.orig.tar.gz
 23ac4179fef15500e5ce6685ff839c72 15659 devel optional 
f2c_20100827-1.debian.tar.gz
 a25e047b2f64a85e0a2d358006ede9a3 257144 devel optional f2c_20100827-1_amd64.deb

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

iEYEARECAAYFAk+Ea40ACgkQLz4Gnv7CP7LFyACeJPCKTKiK2jaWm3gkn402NYeV
f2sAnR2XoVx5Igf+B74gkcGJ9HeIwlZK
=sPMJ
-END PGP SIGNATURE-


Accepted:
f2c_20100827-1.debian.tar.gz
  to main/f/f2c/f2c_20100827-1.debian.tar.gz
f2c_20100827-1.dsc
  to main/f/f2c/f2c_20100827-1.dsc
f2c_20100827-1_amd64.deb
  to main/f/f2c/f2c_20100827-1_amd64.deb
f2c_20100827.orig.tar.gz
  to main/f/f2c/f2c_20100827.orig.tar.gz


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



Accepted jmdns 3.4.1-1 (source all)

2012-04-10 Thread Mathieu Malaterre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 10 Apr 2012 18:42:21 +0200
Source: jmdns
Binary: libjmdns-java libjmdns-java-doc
Architecture: source all
Version: 3.4.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Mathieu Malaterre ma...@debian.org
Description: 
 libjmdns-java - Java implementation of multi-cast DNS (Apple Rendezvous)
 libjmdns-java-doc - Documentation for Java implementation of multi-cast DNS
Changes: 
 jmdns (3.4.1-1) unstable; urgency=low
 .
   * New upstream: 3.4.1.
   * Fix d/copyright lintian reports
   * Simplify d/rules
   * Bump Std-Vers to 3.9.3, no changes needed
Checksums-Sha1: 
 12bb974519110f46f5fc6ba5b92aa12571d32369 2116 jmdns_3.4.1-1.dsc
 c7d39726c69fc0c51f8bd5017a5f1a1a49f63a6b 106053 jmdns_3.4.1.orig.tar.gz
 c15890bd17303b534f183ffc102e4cb5d1e41f76 7341 jmdns_3.4.1-1.debian.tar.gz
 2aae06d0901ac006d340f6c679cc5a8f72d20c4a 214518 libjmdns-java_3.4.1-1_all.deb
 4057c9cb0479e525ab8c03177f4f30d98a385d2f 151056 
libjmdns-java-doc_3.4.1-1_all.deb
Checksums-Sha256: 
 baea4513439ee8205ae21e30ddbb709220111444ce0696b26d3c7b7c4caeed2a 2116 
jmdns_3.4.1-1.dsc
 84a6896053be112376df08f09d16847f6620d90997a9dca1a5f4c31a506e406a 106053 
jmdns_3.4.1.orig.tar.gz
 d51e9f57fe94bf54bd63376ef06f379804dcb2edcb835aabdbfc8076d2cfcc8a 7341 
jmdns_3.4.1-1.debian.tar.gz
 880d8f0773d4046f97bafd1ff4216d673e0a8b78644d9ed37e01deaba507e6fb 214518 
libjmdns-java_3.4.1-1_all.deb
 eb0658ec345e365c0db0ea7afb5929a47c12e46513deecc6c62c32f5f5b30705 151056 
libjmdns-java-doc_3.4.1-1_all.deb
Files: 
 7b199d4d04a3ec616ed8e84b9403c3f8 2116 java optional jmdns_3.4.1-1.dsc
 1b72aa9a41f8ab35feb56417c857c983 106053 java optional jmdns_3.4.1.orig.tar.gz
 32f65e0488ce9d2a28d4001b01b9013a 7341 java optional jmdns_3.4.1-1.debian.tar.gz
 166a75cafd2f3a2321bc77e26bccc1ef 214518 java optional 
libjmdns-java_3.4.1-1_all.deb
 d7a2d3a160e6a3034487851f3b5e865a 151056 doc optional 
libjmdns-java-doc_3.4.1-1_all.deb

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

iQIcBAEBCAAGBQJPhG4hAAoJEAFx4YKK4JNFdxsP/04KjQOIlIPbMZ0fAvUh54cr
6NHL7QWwzhogkBmHF9Ae1OFPa83jCI6ZW4qsrjJ2xsYKz+/hNM5jNpWGQP9UF38I
9iMrpuFbjkYfXdtRTbSeF4VZSd8/MXPCijc6cgRRS6emPZdWEqgRBTfTkBUj4YB0
+AdMQmLOzyHPhUHNcK0TCuhVErAIIrgt7KIe4f8hYfX5yPlkdFjfs354GwQNF1VC
7A3VedC3Lh29Ym2dNNsJmzSIadfLq2H9H+7/MsOOkCx3GPAeNgWLlpSa8+EsQlkO
gBQ5pEOhrjXQEGx/Bz4avJgcGwvCKkEtob6ACLAiQvKz3o+MT37rV8h2dpU9amw8
7n2Dj3UfZ2FuQPsvKrPXqROk3sgngV3W19K/zKsLUX+4XFrcBhqKgXCisPDQpl2D
FW1a2QCsff3Gcz9wsdEZfY2YKi0oV/qnFDNRRzX7ROMAiP5fpSuw8QTQHNEdsaPr
NUBojZmm5VRbEFvVAqbW5xTCrlusG1g4oQ9JaI44TTaIG6kEXLLTjNb553BA7wH0
6YUk9AnXAjDbC16bi7iiMQ70m8ToWxbGtKKYDznZEE0VnG0gWhwJXKe8Wgq5Y2wr
CbMeyW/Z+dAT1luBRL9Ks11+8pP3s02KH7RrP0i8pToemUM98zIaGEc+/Hke3GJ3
KE79n7893X2mxTIGYBAH
=lcM1
-END PGP SIGNATURE-


Accepted:
jmdns_3.4.1-1.debian.tar.gz
  to main/j/jmdns/jmdns_3.4.1-1.debian.tar.gz
jmdns_3.4.1-1.dsc
  to main/j/jmdns/jmdns_3.4.1-1.dsc
jmdns_3.4.1.orig.tar.gz
  to main/j/jmdns/jmdns_3.4.1.orig.tar.gz
libjmdns-java-doc_3.4.1-1_all.deb
  to main/j/jmdns/libjmdns-java-doc_3.4.1-1_all.deb
libjmdns-java_3.4.1-1_all.deb
  to main/j/jmdns/libjmdns-java_3.4.1-1_all.deb


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



Accepted pvrg-jpeg 1.2.1+dfsg1-2 (source amd64)

2012-04-10 Thread Mathieu Malaterre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 10 Apr 2012 18:32:54 +0200
Source: pvrg-jpeg
Binary: pvrg-jpeg
Architecture: source amd64
Version: 1.2.1+dfsg1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Mathieu Malaterre ma...@debian.org
Description: 
 pvrg-jpeg  - Stanford PVRG JPEG tool
Changes: 
 pvrg-jpeg (1.2.1+dfsg1-2) unstable; urgency=low
 .
   * Switch to dpkg-source 3.0 (quilt) format
   * Use my @d.o alias
   * Remove DMUA flag, not required
   * Simplify d/rules
   * Use hardening flags
Checksums-Sha1: 
 325083ba5ee40a8bfa1f2f9dd82370f933f761b4 2021 pvrg-jpeg_1.2.1+dfsg1-2.dsc
 5a0c44f3b7ee58b4b48ede5795cca4ea1814f66c 13965 
pvrg-jpeg_1.2.1+dfsg1-2.debian.tar.gz
 0e72a0a8b1b61b6c99abc22eee4ff74157fd0678 74136 
pvrg-jpeg_1.2.1+dfsg1-2_amd64.deb
Checksums-Sha256: 
 103fff86c1e72956424b6876aedc2e95b7bfed39103f8ebfc526d1ed6cfc17c1 2021 
pvrg-jpeg_1.2.1+dfsg1-2.dsc
 ed6523d0960b8672548b29d855cb144ad2a8baf3025ca8cea09762d5207c5dd1 13965 
pvrg-jpeg_1.2.1+dfsg1-2.debian.tar.gz
 be98cdb4bbed8f6b019950f793568c5724c22ddfee212b12a93bf579312e5353 74136 
pvrg-jpeg_1.2.1+dfsg1-2_amd64.deb
Files: 
 09f967c02af92343b29664254a36ae3e 2021 graphics optional 
pvrg-jpeg_1.2.1+dfsg1-2.dsc
 f9a3e21a5871d3a1beddf1324b8ca48a 13965 graphics optional 
pvrg-jpeg_1.2.1+dfsg1-2.debian.tar.gz
 01b8c9ea4c55593b5c4abacbd3b05710 74136 graphics optional 
pvrg-jpeg_1.2.1+dfsg1-2_amd64.deb

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

iQIcBAEBCAAGBQJPhGvVAAoJEAFx4YKK4JNFgygP/3uY6FyGlGqJ0D1tVPRYAtXe
vKL8hFRqfwRh+C38EJmHoAbt8QWvKxdX/7n2D/vav7cb3lqfe3d0ETAWsIj2UjXG
dUIXL9I8zRosZocymnBUbChQT2B9ohjj7fPDXkxwF3kDp+ofVrg5URsIqaxOINCA
xKY/7lak0zoODEbps0abIgsZGab9hrcFyEJUCSLudJSzQrtcZ8zpj9hd1GNLfgiK
ZL6Hvk2vmfbP3ZwJMsel5CplNH6NTXPNKrnXGDFc7JXF2bX+wWWGlbzMUjO0swKU
INnQGVW/uLd8G9tDbaDC82vB3Zute9cszEElOyULTLQ6C6in74EOtv+VtuOwmbek
4V0XHD85E1YUXrl0Vy6DEUqGsjVI+TytqTsN6/0gSaabA9FaLgU3BPwmGHUBFG3R
lHbTGFd8iQTc6YGkR9jCEfZyS4zReoXDrKgMR8TMCfd07o2r3bhFWQ12fDsgwWPJ
4Lh504iwC0/M6+cHbeswr9Lbtf6e0OHDTLGjGFyhpPeCZ8UQF/N8/XGaf//EeLHx
0oxo2J2+G2J1hUtvivmy637/xWZiGzhFCJR/1MmlRQmAlhNuHPP/ZaBtBGsKjnID
/gt1d1pLMQ3JqwCMLVdJGXqClbSuOLg+6SbVnPEHk0zFkZWG+i5wQhMilCBowscp
KyQ6EauO42l0MdUHd08v
=dVfC
-END PGP SIGNATURE-


Accepted:
pvrg-jpeg_1.2.1+dfsg1-2.debian.tar.gz
  to main/p/pvrg-jpeg/pvrg-jpeg_1.2.1+dfsg1-2.debian.tar.gz
pvrg-jpeg_1.2.1+dfsg1-2.dsc
  to main/p/pvrg-jpeg/pvrg-jpeg_1.2.1+dfsg1-2.dsc
pvrg-jpeg_1.2.1+dfsg1-2_amd64.deb
  to main/p/pvrg-jpeg/pvrg-jpeg_1.2.1+dfsg1-2_amd64.deb


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



Accepted tmux 1.7~svn2773-2 (source amd64)

2012-04-10 Thread Romain Francoise
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Apr 2012 19:14:58 +0200
Source: tmux
Binary: tmux
Architecture: source amd64
Version: 1.7~svn2773-2
Distribution: experimental
Urgency: low
Maintainer: Karl Ferdinand Ebert kfeb...@gmail.com
Changed-By: Romain Francoise rfranco...@debian.org
Description: 
 tmux   - terminal multiplexer
Changes: 
 tmux (1.7~svn2773-2) experimental; urgency=low
 .
   * Revert automatic-rename changes from r2773.
Checksums-Sha1: 
 c054d35dc0b214267f2d1cf1541dfce8c2d4c38e 1302 tmux_1.7~svn2773-2.dsc
 2331ea705a18f564b9d24c2310c941471c76480f 10989 tmux_1.7~svn2773-2.debian.tar.gz
 1cbb265b189fa33ea7a4f04a324f430026d6d05e 255094 tmux_1.7~svn2773-2_amd64.deb
Checksums-Sha256: 
 6478e3b6d17e0585ce83f3b3862f2eeec6927654b90e49f7e2e086b3983b9b69 1302 
tmux_1.7~svn2773-2.dsc
 ebc0fcda1f2f6cf5fc172c50e45a727ee1f65ae01272e086bf1f8d6ac3c4e618 10989 
tmux_1.7~svn2773-2.debian.tar.gz
 1b3c00c64d2e880a1c1b609d3281ae3c6e31dd59a5d8dff9a7567f1c47bf5490 255094 
tmux_1.7~svn2773-2_amd64.deb
Files: 
 1aa9dd5d9002d0f99ad1c54b8b8a531d 1302 admin optional tmux_1.7~svn2773-2.dsc
 e3a8031e40aa338931622486619a0777 10989 admin optional 
tmux_1.7~svn2773-2.debian.tar.gz
 95e8da0c59f73d2c47180a0e50653257 255094 admin optional 
tmux_1.7~svn2773-2_amd64.deb

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

iD8DBQFPhGuBogN2vsA8Vt8RAr2IAJsF1zHBd0PpK1LjFwhCKKXL9MgI8ACg0G0h
DEbQ6Eyd2Kr9J2fcwMlCb3E=
=blA9
-END PGP SIGNATURE-


Accepted:
tmux_1.7~svn2773-2.debian.tar.gz
  to main/t/tmux/tmux_1.7~svn2773-2.debian.tar.gz
tmux_1.7~svn2773-2.dsc
  to main/t/tmux/tmux_1.7~svn2773-2.dsc
tmux_1.7~svn2773-2_amd64.deb
  to main/t/tmux/tmux_1.7~svn2773-2_amd64.deb


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



Accepted libdbd-odbc-perl 1.37-1 (source amd64)

2012-04-10 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 10 Apr 2012 19:46:36 +0200
Source: libdbd-odbc-perl
Binary: libdbd-odbc-perl
Architecture: source amd64
Version: 1.37-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libdbd-odbc-perl - Perl Database Driver implementing ODBC for DBI
Changes: 
 libdbd-odbc-perl (1.37-1) unstable; urgency=low
 .
   * New upstream release.
   * Remove spelling.patch, applied upstream.
   * Add notes about behaviour changes to debian/NEWS.
Checksums-Sha1: 
 6947d8819b922caac1ea054981e3fdd903ff744b 2294 libdbd-odbc-perl_1.37-1.dsc
 c61268cdf96b08a6bf2ec8d1985cba1eca84053d 255324 
libdbd-odbc-perl_1.37.orig.tar.gz
 460203c42fc1564cbe641d85118c8c3c5e28e612 7539 
libdbd-odbc-perl_1.37-1.debian.tar.gz
 23eb22a94b3416cafa09b70b0c28cf1cf3987321 268080 
libdbd-odbc-perl_1.37-1_amd64.deb
Checksums-Sha256: 
 12ffdd6ce1ec4c9d67c110858761106239ceda08a9106ec56148c07b4c46c4f5 2294 
libdbd-odbc-perl_1.37-1.dsc
 afc5c53d345b3fdca87e29238b33dfdc34ead33629b52ebc0501714afdc8c3ef 255324 
libdbd-odbc-perl_1.37.orig.tar.gz
 acce968a1886365a45d027187438ef86509c8dde17ace7627cbc1987ef30ef8f 7539 
libdbd-odbc-perl_1.37-1.debian.tar.gz
 d5691609021e7b12701087f3f99894964511959568d94fed1e7764e707abecb5 268080 
libdbd-odbc-perl_1.37-1_amd64.deb
Files: 
 85de8a7967b0cff587d204a797ed8cfe 2294 perl optional libdbd-odbc-perl_1.37-1.dsc
 0c294f8e3365c841dcee8a0ba4671c99 255324 perl optional 
libdbd-odbc-perl_1.37.orig.tar.gz
 1c794e6fe64b7ea8812c42e71269fed7 7539 perl optional 
libdbd-odbc-perl_1.37-1.debian.tar.gz
 c852fc650631793245acb64953e43161 268080 perl optional 
libdbd-odbc-perl_1.37-1_amd64.deb

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

iQIcBAEBCAAGBQJPhHIrAAoJELs6aAGGSaoGRf4QALpNgdKzSmG9Q1ic+hOs2EjI
/SNZ572EmdoyRARkHoqCuXpqwTWtYQUHfdv3kG3VaFvtZlDW5HNARrYnz2zRgIsg
mkqK3n8FAB6wMFsQ/ElEYlu72yg1vFX1zlXUH1R8cg0dlA81XYd9oBP/s/bqCR7H
YonvWtpaXfyVpN6M9M/v59qeT+QjYIKogHxvYIPvH7GjPzIp+hA6tCB2c81S487v
cowh8Ktfkw5fy1j3ySO9qvkmGCyoo53Rzn2HuL7nOMir8m8lsRQkRQNod+eSOc/X
WLxWdIlVJt/wON4VeMxPbW4895YugMIP4X5TeFtyF6tLD6rVkBDES7CKZnXlRxJs
4MySXcaGIumDdAO5u8Mq2BRxHGOft2KcRXgsHxCD6z3RYW6NmGIxRhwWoJrrCN2n
iHFD89hCeRrGXQ5yUSvdT8+HoCsBg/ABzAgxFy/2aCTca2aqRGWPu3Ahf34Zi7FZ
S8PpFQkXCje17rsNm7AlaO+Vj+xelPXofL26gvM8/FQBzoNnW3sLN7mKvEAnneG9
K7tSLLD3jfpn2UwhPn54n8N0Coyfv4qXfl/hP9dTRKGYF1yV26QEMBIJitFhsVO+
F+XM6bWqRCaZjqGGdyzhBRgKATEJsX0NEp67jVdas5ngf0lMqGS3WjhQjBfFGP1s
TYmwHScCO1hQMM4srcaK
=rwkE
-END PGP SIGNATURE-


Accepted:
libdbd-odbc-perl_1.37-1.debian.tar.gz
  to main/libd/libdbd-odbc-perl/libdbd-odbc-perl_1.37-1.debian.tar.gz
libdbd-odbc-perl_1.37-1.dsc
  to main/libd/libdbd-odbc-perl/libdbd-odbc-perl_1.37-1.dsc
libdbd-odbc-perl_1.37-1_amd64.deb
  to main/libd/libdbd-odbc-perl/libdbd-odbc-perl_1.37-1_amd64.deb
libdbd-odbc-perl_1.37.orig.tar.gz
  to main/libd/libdbd-odbc-perl/libdbd-odbc-perl_1.37.orig.tar.gz


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



Accepted libdevel-cover-perl 0.86-1 (source amd64)

2012-04-10 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 10 Apr 2012 19:54:07 +0200
Source: libdevel-cover-perl
Binary: libdevel-cover-perl
Architecture: source amd64
Version: 0.86-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libdevel-cover-perl - Perl tool for determining code coverage metrics
Changes: 
 libdevel-cover-perl (0.86-1) unstable; urgency=low
 .
   * New upstream release.
   * Update years of upstream copyright.
   * Refresh 2 patches (offset, version numbers).
Checksums-Sha1: 
 c6cd2e700af8426838b9de7f0545e7051665635f 2277 libdevel-cover-perl_0.86-1.dsc
 834d0497a9663a6fa79bc89075c21f253465931c 184022 
libdevel-cover-perl_0.86.orig.tar.gz
 7568533dfe34ff7d724da3d2820dcf09dfa700b3 5844 
libdevel-cover-perl_0.86-1.debian.tar.gz
 33d65fcefcb54c3fdffd8380400f328fc3099e8d 204510 
libdevel-cover-perl_0.86-1_amd64.deb
Checksums-Sha256: 
 7e99288127f499807cbb7512aaf8bd84d2f7999099b1a64206bd2e2da976b197 2277 
libdevel-cover-perl_0.86-1.dsc
 db1b2ba397a796133bcf459194bc202d38644e22705f3330d18ef1acd8d2841a 184022 
libdevel-cover-perl_0.86.orig.tar.gz
 550a2120a8b97eca90f5ef74e8c8e3d7d748cabf2d1a0478b567389c3fa762cc 5844 
libdevel-cover-perl_0.86-1.debian.tar.gz
 a48cadeda3b7072dfc7c8efad1eb3973918217d14a60a2c401dffc6ccab87646 204510 
libdevel-cover-perl_0.86-1_amd64.deb
Files: 
 50a99aae84fb7bdab8a5a0b5e3732551 2277 perl optional 
libdevel-cover-perl_0.86-1.dsc
 db714089b24c52061279a0b72f3dbca4 184022 perl optional 
libdevel-cover-perl_0.86.orig.tar.gz
 c762115ecf2c6c126026e582b3e7d5fe 5844 perl optional 
libdevel-cover-perl_0.86-1.debian.tar.gz
 3a6d59295a544c48811ee2e62464 204510 perl optional 
libdevel-cover-perl_0.86-1_amd64.deb

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

iQIcBAEBCAAGBQJPhHPtAAoJELs6aAGGSaoG4j4P/3rpZ1z6X2fyNhalx9S9V6JC
/DE0EHNZpX3MCyo440p3KMngDOPbj/TA+MIo5UUTnwAgIWma4q5sfpm+XHIS1yv6
hTdHYVVItg85rcLBVW9XssReW2IHFaokqtR+qWHQ54zMBYWGf4yvTJZCs2UPv4Jh
IZr9L8BUqqW8QItGZ+I4XVmcG60zrHNVXGIcrgw3tfSunhIFhABuZ/2DrO/SH3Hi
5rJ512mDa9qhKQwHgfhY/4Fl0YsuneFA2w6KmteZ/0C/zw2H4lipgWLCzCVEzfnB
pmYHFrLuIPxsNVcyNVD9QfTqSy4Xz7VhlHttVmPqXy10LuFJSLJJRpeAGYkkMs8I
pyVvB9/b9vaEJU/Six1D9BrLxv9tNUqWPseyMV03P0ihQFksyKqc5qPS4mCvxBtr
QzziJ8QenYLtky0BXSNCm6214kV86G49mxeqBjrQ2qUafqeqr43LNEF/3u5x6xbV
wBgPFfz9ybA4++oJlnSVRLla0zQaAviwKoLPbihldnaoJX4JSx3SERLVBSr5Tff+
L+PrLKWCk/0VQJo+rYMhBXI0dl0dhataV9nsPHLdFIQ3QrjMVTQ3uwEndq1Kdhjw
FRRrc8ovVau/qwq+iY5UIOmmRwnpedJ9CejqN06MMPthWqycNSAl7rhEkCzKoSEX
ccfYY7QXb3dF3gmnvxB8
=HdBB
-END PGP SIGNATURE-


Accepted:
libdevel-cover-perl_0.86-1.debian.tar.gz
  to main/libd/libdevel-cover-perl/libdevel-cover-perl_0.86-1.debian.tar.gz
libdevel-cover-perl_0.86-1.dsc
  to main/libd/libdevel-cover-perl/libdevel-cover-perl_0.86-1.dsc
libdevel-cover-perl_0.86-1_amd64.deb
  to main/libd/libdevel-cover-perl/libdevel-cover-perl_0.86-1_amd64.deb
libdevel-cover-perl_0.86.orig.tar.gz
  to main/libd/libdevel-cover-perl/libdevel-cover-perl_0.86.orig.tar.gz


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



Accepted cwdaemon 0.9.5-1 (source amd64)

2012-04-10 Thread Kamil Ignacak
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 05 Apr 2012 19:33:45 +0100
Source: cwdaemon
Binary: cwdaemon
Architecture: source amd64
Version: 0.9.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Hamradio Maintainers debian-h...@lists.debian.org
Changed-By: Kamil Ignacak acer...@wp.pl
Description: 
 cwdaemon   - morse daemon for the parallel or serial port
Changes: 
 cwdaemon (0.9.5-1) unstable; urgency=low
 .
   * New version of upstream package;
   * cwdaemon project has new home page (cwdaemon.sf.net);
   * Debian patches 01-06 from 0.9.4-9 applied, debian/patch/* files removed;
   * cwdaemon now has git repository, so adding watch file to debian/*;
   * other necessary changes in debian/*;
 .
 This upstream version (0.9.5) is essentially an official upstream
 release of Debian package 0.9.4-9, with Debian patches applied.
 No new features and no new fixes were added to 0.9.5, compared to
 0.9.4-9. Purpose of upstream release 0.9.5 is to establish a starting
 point for revived cwdaemon project.
Checksums-Sha1: 
 3cfdb3463a33f73a072f0cabe27c0e82e5b994b4 1856 cwdaemon_0.9.5-1.dsc
 8657e085940cbafe04f100cb9875de3daa24ac0f 248964 cwdaemon_0.9.5.orig.tar.gz
 da24178b56e8d492175d47d83c475590fb0e517f 6614 cwdaemon_0.9.5-1.debian.tar.gz
 6075b2f50b0e78b0cf85b3446aa7cdb62b904993 146256 cwdaemon_0.9.5-1_amd64.deb
Checksums-Sha256: 
 f9e2e0c6b5681249e99b6bc47ac5fdfddb3c8e9d06af4d118f4c9402a8417f8e 1856 
cwdaemon_0.9.5-1.dsc
 ea47d2f6f6b54a3a2a847dd09d1c4783f1790dfa68a6c8f998be1f88fe1997a4 248964 
cwdaemon_0.9.5.orig.tar.gz
 e9cc286bfdf2c1f1a919711d77d078ba45f4e4832fab3e2e3f54e6e017e394d5 6614 
cwdaemon_0.9.5-1.debian.tar.gz
 770c1e189284ab5c19d6775c9e1360e4d48af71c80f554fb643ae47b4d8b5d57 146256 
cwdaemon_0.9.5-1_amd64.deb
Files: 
 ff0ed53414db80e4643f20c47da70d42 1856 hamradio optional cwdaemon_0.9.5-1.dsc
 d48997a9c5c0bc917518532801fffe42 248964 hamradio optional 
cwdaemon_0.9.5.orig.tar.gz
 14b7a920568ae33be557f8ba4ae51c3f 6614 hamradio optional 
cwdaemon_0.9.5-1.debian.tar.gz
 f04ec036396b72d435b6ec7537227a4b 146256 hamradio optional 
cwdaemon_0.9.5-1_amd64.deb

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

iQIcBAEBCAAGBQJPhHW2AAoJEHqwmdxYrXhZPl0P/3mzwz3Lc0psF4Ajj9XyxEt7
WdotRLO0NsIGd3RTgxqsiiH747xBqk/xZEiRXYEz1Id1Z2f9OYl7hKTjLbCZaKOE
WOu68Q5VPaM4MP/Dx1p7UELJe7670/4W0PsUBTCaYmKPOtRvpk/THmuH13E0Vm2X
g/VuWOGFrNyv2m3El6FWcGgVY0JYPv660MzPEAMq6wsTZEmk7PQGdd/AmwZjyb47
HILNFR5zsaS/XZUQriqOPj4Mxtt7acQ7t09oqXV5sxMCjya3C1oFKG9ESDyzqICq
aDiRq92eM/c03/l4whY24+SibZcE+NSiPYK6wF3azMWoc4hHzRyqg2J8Mo/uRGML
VoGUb+R/QyzFxZpazjN4axj0T8XkO76ZbEZKVqnceVDj3RE8nYJSC197KjSG1vtW
t0WV2El9cC1/LLGReF0aXVpyOigVYQaFu7OvqWATOMWIgbf/eZmqG4lM73q2UudA
1tWK8hlRXhtpCx4uO15h7gg/wfE0bhMfV7I07f8qL1IJdz6p9KAY/xytLVqRbEGR
1i/HSht6GNydGIEw64krhO4zKHCIV4L4eTI2UjAvE5pCD8XuTr8LFMKVZb58NAIG
IHxYYQ7J/lKpowYvbxr9F5AHZsJ58Rki/MTQoGSIk+C8mSsmjc+fG5gQhTN34vnh
jky850LQzAoXtjiNfMvw
=cPLO
-END PGP SIGNATURE-


Accepted:
cwdaemon_0.9.5-1.debian.tar.gz
  to main/c/cwdaemon/cwdaemon_0.9.5-1.debian.tar.gz
cwdaemon_0.9.5-1.dsc
  to main/c/cwdaemon/cwdaemon_0.9.5-1.dsc
cwdaemon_0.9.5-1_amd64.deb
  to main/c/cwdaemon/cwdaemon_0.9.5-1_amd64.deb
cwdaemon_0.9.5.orig.tar.gz
  to main/c/cwdaemon/cwdaemon_0.9.5.orig.tar.gz


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



Accepted libmr-tarantool-perl 0.0.18-1 (source all)

2012-04-10 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 10 Apr 2012 20:00:01 +0200
Source: libmr-tarantool-perl
Binary: libmr-tarantool-perl
Architecture: source all
Version: 0.0.18-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libmr-tarantool-perl - perl driver for tarantool
Changes: 
 libmr-tarantool-perl (0.0.18-1) unstable; urgency=low
 .
   * Team upload.
   * New upstream release.
   * debian/copyright: update to Copyright-Format 1.0.
   * Bump Standards-Version to 3.9.3 (no changes).
Checksums-Sha1: 
 f6c3511de978fb4e8f28f3b2f870954445bfa7ad 2193 libmr-tarantool-perl_0.0.18-1.dsc
 9c69ecd958181b76d6e91897848cd750432413f1 37918 
libmr-tarantool-perl_0.0.18.orig.tar.gz
 cb0304fd2ba7aa877e3a43894b8e9d59ccc516d1 2257 
libmr-tarantool-perl_0.0.18-1.debian.tar.gz
 ad1c4ec77037c90e4cc8d156d1e40ccb63e87cd9 33530 
libmr-tarantool-perl_0.0.18-1_all.deb
Checksums-Sha256: 
 22216e448570404df434cf1adcd9e94ae93a713b6d20bc8709ef1b6726e6b0b6 2193 
libmr-tarantool-perl_0.0.18-1.dsc
 90850f4779851b8e58faba031ee6509b50c9dc23f84d8d264ac50d8f27c63695 37918 
libmr-tarantool-perl_0.0.18.orig.tar.gz
 f8e508d39ce0e27bde167950007bb4397024d40fc97978d2cb46b0ca330647b7 2257 
libmr-tarantool-perl_0.0.18-1.debian.tar.gz
 7d5ca15e22a9d2ae5393a19d736d027cc90b49d9422ab593c2b5a738d94905b1 33530 
libmr-tarantool-perl_0.0.18-1_all.deb
Files: 
 525f002dd6ea4dcfdd370e2999aab4c8 2193 perl extra 
libmr-tarantool-perl_0.0.18-1.dsc
 38049f65cf96f717a283909618024105 37918 perl extra 
libmr-tarantool-perl_0.0.18.orig.tar.gz
 6b930eee42ded0ce0cff307f6bf60164 2257 perl extra 
libmr-tarantool-perl_0.0.18-1.debian.tar.gz
 f5aa5ac539f74c6579504bc07a319de5 33530 perl extra 
libmr-tarantool-perl_0.0.18-1_all.deb

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

iQIcBAEBCAAGBQJPhHVAAAoJELs6aAGGSaoGuIQP/1gNPDi8Yo6VxghB/r669+lq
w8+LbMHOtcc6Yk4SV9+L9mjbueq+5Duldoocm2mNeFgdtL3vrtx20YjD6P5zmc85
ZjtXiP+BVSQDx4j9NuY8OTiFyEG+mJIhdsqwtgdAt5R6401af0Czqttif/XcuxMP
py8A5OsQ8EDS2dqUQEizWoeG5KIEpjJSG8WJu7nlwdk0FA7ABYuWZPUvcRvuY0LA
C1nu0V+85A+GhPtzMcnwASogAXiYdT9zd60dARWjfkf1ESUtBNwZI/0hKgxl6H5n
wXbS4YiPnLS/25amYBhPGgrOTiQb8qe6MF3qHssy6LJ/yOl3bVLl2+yTXNRFrXlx
X8EjqmjgqU+IysV7Qb4XbOJVluhxGw5jS2HcKOu1BJQaMO0smFayRvWlgHUAaUxj
mYeU6ECJ0oNa1qRTbkH+zrE19Qm6BFTi6lrHPqxQB8PXb5828b1GSVB/CUJgPQwV
g5q1NTRITCEXusq9qpUHzgIOg9nBnsXXxUN811S53yaAa0v/ytLv46V+yvIDTOWc
DQflt59zs2dswkpBj4kFRovLyXgrzVMhxU2mrswjP1RCTWyEOThFT7Mg+Iyb7fNE
z7O4Lg7saVDbZXablWeye8hRUKZzD018ygra3ncWPs2AVoepslULGHkBpPX023O0
KYLxHQ/pvmUO+XbwgVz6
=rPfB
-END PGP SIGNATURE-


Accepted:
libmr-tarantool-perl_0.0.18-1.debian.tar.gz
  to main/libm/libmr-tarantool-perl/libmr-tarantool-perl_0.0.18-1.debian.tar.gz
libmr-tarantool-perl_0.0.18-1.dsc
  to main/libm/libmr-tarantool-perl/libmr-tarantool-perl_0.0.18-1.dsc
libmr-tarantool-perl_0.0.18-1_all.deb
  to main/libm/libmr-tarantool-perl/libmr-tarantool-perl_0.0.18-1_all.deb
libmr-tarantool-perl_0.0.18.orig.tar.gz
  to main/libm/libmr-tarantool-perl/libmr-tarantool-perl_0.0.18.orig.tar.gz


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



Accepted lxc 0.8.0~rc1-4 (source i386)

2012-04-10 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Apr 2012 20:04:36 +0200
Source: lxc
Binary: lxc lxc-dbg lxc-dev
Architecture: source i386
Version: 0.8.0~rc1-4
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann daniel.baum...@progress-technologies.net
Changed-By: Daniel Baumann daniel.baum...@progress-technologies.net
Description: 
 lxc- Linux Containers userspace tools
 lxc-dbg- Linux Containers userspace tools (debug)
 lxc-dev- Linux Containers userspace tools (development)
Closes: 663546 663547 664159 664160 664764 665366 665370
Changes: 
 lxc (0.8.0~rc1-4) unstable; urgency=low
 .
   * Correcting spelling typo in debconf templates (Closes: #663547).
   * Adding updated French debconf translations from Christian Perrier
 bubu...@debian.org (Closes: #663546).
   * Moving architecture independent files from /usr/lib/*/lxc to
 /usr/share/lxc (Closes: #664160).
   * Correcting multiarch conditional typo in rules.
   * Creating lxc directories in a dangling symlink proof way in order to
 respect sysadmins decisions for temporary incomplete deployments.
   * Adding patch to avoid messing with rootfs directory creation in lxc-
 create where its not required (Closes: #664159).
   * Adding updated Spanish debconf translations from Camaleón
 noela...@gmail.com (Closes: #665366).
   * Adding updated Russian debconf translations from Yuri Kozlov
 yu...@komyakino.ru (Closes: #665370).
   * Also setting libexedir via configure argument which in turn will set
 lxcinitdir properly on multiarch (Closes: #664764).
Checksums-Sha1: 
 d4aa5030df3803ebd0a409825591f70de8f08c0b 1260 lxc_0.8.0~rc1-4.dsc
 ed8b85932f96b5838a569389c6ec53f718128237 46649 lxc_0.8.0~rc1-4.debian.tar.gz
 200156ce26f7963852f4a7918b2ecd056027a3fa 197412 lxc_0.8.0~rc1-4_i386.deb
 a3516a4d038c13bf1981ae3d50e36cc540d5d367 215360 lxc-dbg_0.8.0~rc1-4_i386.deb
 201793097f15f11d7ce13a2bb2ce60e017d44e04 20174 lxc-dev_0.8.0~rc1-4_i386.deb
Checksums-Sha256: 
 4f36fd259db1432031b26aae1a302227c39c4cef697b5f0cdaa4e46892d76e92 1260 
lxc_0.8.0~rc1-4.dsc
 3a8d54a36b412afdd44ab5cbbc7c8a11205c3d7c847efc60610e92f16bc7e028 46649 
lxc_0.8.0~rc1-4.debian.tar.gz
 273829265dbe528734aeec9216384dfadc879114ceeb26952a1ce017b664ff2d 197412 
lxc_0.8.0~rc1-4_i386.deb
 6f0c61d2405ffd188d8cbb7a4df4a252a1ba5e3edb29548c44ca8845f43b5ec0 215360 
lxc-dbg_0.8.0~rc1-4_i386.deb
 b8c3ef247593cd67feca9c24d1721f374b3eebad6642742e1be329c23c63efcc 20174 
lxc-dev_0.8.0~rc1-4_i386.deb
Files: 
 4d7533f2d7175700cac7939cde8c9201 1260 admin optional lxc_0.8.0~rc1-4.dsc
 fd296121736b65a18cbac391599386e7 46649 admin optional 
lxc_0.8.0~rc1-4.debian.tar.gz
 4c58f53c33a103507d6a1d53a3aa42bb 197412 admin optional lxc_0.8.0~rc1-4_i386.deb
 0fd8214abf38f602e11c27f817ab0765 215360 debug extra 
lxc-dbg_0.8.0~rc1-4_i386.deb
 cca05849d142fcdabf58f3a7eb037422 20174 libdevel optional 
lxc-dev_0.8.0~rc1-4_i386.deb

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

iEYEARECAAYFAk+EdzkACgkQ+C5cwEsrK57IVgCgp8KyVLGZdHyA4y0mYFizGcTp
lgMAnjmxYzCNSykyzf/mlX27j26kZk28
=uUKv
-END PGP SIGNATURE-


Accepted:
lxc-dbg_0.8.0~rc1-4_i386.deb
  to main/l/lxc/lxc-dbg_0.8.0~rc1-4_i386.deb
lxc-dev_0.8.0~rc1-4_i386.deb
  to main/l/lxc/lxc-dev_0.8.0~rc1-4_i386.deb
lxc_0.8.0~rc1-4.debian.tar.gz
  to main/l/lxc/lxc_0.8.0~rc1-4.debian.tar.gz
lxc_0.8.0~rc1-4.dsc
  to main/l/lxc/lxc_0.8.0~rc1-4.dsc
lxc_0.8.0~rc1-4_i386.deb
  to main/l/lxc/lxc_0.8.0~rc1-4_i386.deb


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



Accepted kfreebsd-8 8.3-1 (source all kfreebsd-amd64)

2012-04-10 Thread Robert Millan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Apr 2012 23:17:06 +0200
Source: kfreebsd-8
Binary: kfreebsd-source-8.3 kfreebsd-headers-8.3-1 kfreebsd-image-8.3-1-686-smp 
kfreebsd-image-8-686-smp kfreebsd-headers-8.3-1-686-smp 
kfreebsd-headers-8-686-smp kfreebsd-image-8.3-1-amd64 kfreebsd-image-8-amd64 
kfreebsd-headers-8.3-1-amd64 kfreebsd-headers-8-amd64 
kernel-image-8.3-1-amd64-di nic-modules-8.3-1-amd64-di 
nic-wireless-modules-8.3-1-amd64-di nic-shared-modules-8.3-1-amd64-di 
serial-modules-8.3-1-amd64-di ppp-modules-8.3-1-amd64-di 
cdrom-modules-8.3-1-amd64-di scsi-core-modules-8.3-1-amd64-di 
scsi-modules-8.3-1-amd64-di scsi-extra-modules-8.3-1-amd64-di 
plip-modules-8.3-1-amd64-di floppy-modules-8.3-1-amd64-di 
loop-modules-8.3-1-amd64-di ipv6-modules-8.3-1-amd64-di 
nls-core-modules-8.3-1-amd64-di ext2-modules-8.3-1-amd64-di 
isofs-modules-8.3-1-amd64-di ntfs-modules-8.3-1-amd64-di 
reiserfs-modules-8.3-1-amd64-di xfs-modules-8.3-1-amd64-di 
fat-modules-8.3-1-amd64-di zfs-modules-8.3-1-amd64-di 
nfs-modules-8.3-1-amd64-di nullfs-modules-8.3-1-amd64-di
 md-modules-8.3-1-amd64-di parport-modules-8.3-1-amd64-di 
sata-modules-8.3-1-amd64-di acpi-modules-8.3-1-amd64-di 
i2c-modules-8.3-1-amd64-di crypto-modules-8.3-1-amd64-di 
crypto-dm-modules-8.3-1-amd64-di mmc-core-modules-8.3-1-amd64-di 
mmc-modules-8.3-1-amd64-di sound-modules-8.3-1-amd64-di 
zlib-modules-8.3-1-amd64-di kfreebsd-image-8.3-1-486 kfreebsd-image-8-486 
kfreebsd-headers-8.3-1-486 kfreebsd-headers-8-486 kfreebsd-image-8.3-1-686 
kfreebsd-image-8-686 kfreebsd-headers-8.3-1-686 kfreebsd-headers-8-686 
kfreebsd-image-8.3-1-xen kfreebsd-image-8-xen kfreebsd-headers-8.3-1-xen 
kfreebsd-headers-8-xen kernel-image-8.3-1-486-di nic-modules-8.3-1-486-di 
nic-wireless-modules-8.3-1-486-di nic-shared-modules-8.3-1-486-di 
serial-modules-8.3-1-486-di ppp-modules-8.3-1-486-di cdrom-modules-8.3-1-486-di 
scsi-core-modules-8.3-1-486-di scsi-modules-8.3-1-486-di 
scsi-extra-modules-8.3-1-486-di plip-modules-8.3-1-486-di 
floppy-modules-8.3-1-486-di loop-modules-8.3-1-486-di
 ipv6-modules-8.3-1-486-di nls-core-modules-8.3-1-486-di 
ext2-modules-8.3-1-486-di isofs-modules-8.3-1-486-di ntfs-modules-8.3-1-486-di 
reiserfs-modules-8.3-1-486-di xfs-modules-8.3-1-486-di fat-modules-8.3-1-486-di 
zfs-modules-8.3-1-486-di nfs-modules-8.3-1-486-di nullfs-modules-8.3-1-486-di 
md-modules-8.3-1-486-di parport-modules-8.3-1-486-di sata-modules-8.3-1-486-di 
acpi-modules-8.3-1-486-di i2c-modules-8.3-1-486-di crypto-modules-8.3-1-486-di 
crypto-dm-modules-8.3-1-486-di mmc-core-modules-8.3-1-486-di 
mmc-modules-8.3-1-486-di sound-modules-8.3-1-486-di zlib-modules-8.3-1-486-di 
kfreebsd-image-8.3-1-malta kfreebsd-image-8-malta kfreebsd-headers-8.3-1-malta
 kfreebsd-headers-8-malta
Architecture: source all kfreebsd-amd64
Version: 8.3-1
Distribution: unstable
Urgency: low
Maintainer: GNU/kFreeBSD Maintainers debian-...@lists.debian.org
Changed-By: Robert Millan r...@debian.org
Description: 
 acpi-modules-8.3-1-486-di - ACPI support modules (udeb)
 acpi-modules-8.3-1-amd64-di - ACPI support modules (udeb)
 cdrom-modules-8.3-1-486-di - Esoteric CDROM drivers (udeb)
 cdrom-modules-8.3-1-amd64-di - Esoteric CDROM drivers (udeb)
 crypto-dm-modules-8.3-1-486-di - devicemapper crypto module (udeb)
 crypto-dm-modules-8.3-1-amd64-di - devicemapper crypto module (udeb)
 crypto-modules-8.3-1-486-di - crypto modules (udeb)
 crypto-modules-8.3-1-amd64-di - crypto modules (udeb)
 ext2-modules-8.3-1-486-di - EXT2 filesystem support (udeb)
 ext2-modules-8.3-1-amd64-di - EXT2 filesystem support (udeb)
 fat-modules-8.3-1-486-di - FAT filesystem support (udeb)
 fat-modules-8.3-1-amd64-di - FAT filesystem support (udeb)
 floppy-modules-8.3-1-486-di - Floppy driver (udeb)
 floppy-modules-8.3-1-amd64-di - Floppy driver (udeb)
 i2c-modules-8.3-1-486-di - i2c support modules (udeb)
 i2c-modules-8.3-1-amd64-di - i2c support modules (udeb)
 ipv6-modules-8.3-1-486-di - IPv6 driver (udeb)
 ipv6-modules-8.3-1-amd64-di - IPv6 driver (udeb)
 isofs-modules-8.3-1-486-di - ISOFS filesystem support (udeb)
 isofs-modules-8.3-1-amd64-di - ISOFS filesystem support (udeb)
 kernel-image-8.3-1-486-di - FreeBSD kernel binary image for the Debian 
installer (udeb)
 kernel-image-8.3-1-amd64-di - FreeBSD kernel binary image for the Debian 
installer (udeb)
 kfreebsd-headers-8-486 - header files for kernel of FreeBSD 8 (meta-package)
 kfreebsd-headers-8-686 - header files for kernel of FreeBSD 8 (meta-package)
 kfreebsd-headers-8-686-smp - header files for kernel of FreeBSD 8 
(transitional package)
 kfreebsd-headers-8-amd64 - header files for kernel of FreeBSD 8 (meta-package)
 kfreebsd-headers-8-malta - header files for kernel of FreeBSD 8 (meta-package)
 kfreebsd-headers-8-xen - header files for kernel of FreeBSD 8 (meta-package)
 kfreebsd-headers-8.3-1 - Common architecture-specific header files for kernel 
of FreeBSD 8
 kfreebsd-headers-8.3-1-486 - header files for kernel of 

Accepted libice 2:1.0.8-1 (source all amd64)

2012-04-10 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 09 Apr 2012 17:01:09 +0200
Source: libice
Binary: libice6 libice6-dbg libice-dev libice-doc
Architecture: source all amd64
Version: 2:1.0.8-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 libice-dev - X11 Inter-Client Exchange library (development headers)
 libice-doc - documentation for the X11 ICE protocol and library
 libice6- X11 Inter-Client Exchange library
 libice6-dbg - X11 Inter-Client Exchange library (debug package)
Changes: 
 libice (2:1.0.8-1) unstable; urgency=low
 .
   * New upstream release.
   * Bump xutils-dev, xmlto and xorg-sgml-doctools build-deps.
   * Pass the shlib version to dh_makeshlibs instead of using a .shlibs file.
   * Stop installing xorg.css, it's no longer shipped.
   * Don't require (fake)root for debian/rules clean.
   * Split the protocol spec and API doc to a separate libice-doc package.
 Disable the docs in the build-arch target.
   * Mark libice-dev as multi-arch capable.
Checksums-Sha1: 
 9155257c44ce0f3ca0b2fead448105ffcca6d3cc 2132 libice_1.0.8-1.dsc
 22aa5898443e0652337f80796a3a33dc67cab8b6 438947 libice_1.0.8.orig.tar.gz
 275fb31c009855ed0f7ce2cb2b93f764f0c9c3d6 15401 libice_1.0.8-1.diff.gz
 a27631675746b8c63f23dff035d25b4d16128275 149324 libice-doc_1.0.8-1_all.deb
 06dbe3972944b9f4261e5c93bffc6c54dbcfe809 63060 libice6_1.0.8-1_amd64.deb
 64203c72ad7d9899af410650aa4b70e4348a8ad7 102786 libice6-dbg_1.0.8-1_amd64.deb
 8d54f7c70308dc154d1984c53f1ec881fb5a550f 74062 libice-dev_1.0.8-1_amd64.deb
Checksums-Sha256: 
 3392d285ab4858c72db90d148c06bc1543a95e17d9c43475ecad82142ba3d8c0 2132 
libice_1.0.8-1.dsc
 8332018b07ec38a4a35a360b39f7391c58d053ce5f676aa457b1a686b0277cc0 438947 
libice_1.0.8.orig.tar.gz
 dfe794b679bcd4e44eee17c6d5fd626936d780df739e433fc20b0f2401ab7f8a 15401 
libice_1.0.8-1.diff.gz
 31ff43de424ba3fc3f5260f0564fae84b52667ff8caba1399c68a20ad9ca66b3 149324 
libice-doc_1.0.8-1_all.deb
 3a6638e290e0048efa374179c6e2d0f4b8c0100602af120eece0f342dfdacf7f 63060 
libice6_1.0.8-1_amd64.deb
 52e23eb914417a74a109b7344a6a72f198013db071796d7879f8800d9bccf6e0 102786 
libice6-dbg_1.0.8-1_amd64.deb
 a18b9cac9c0efc2504b414b914ebe755cf5a6d4ce6d32f2b4bbcb421905bcb68 74062 
libice-dev_1.0.8-1_amd64.deb
Files: 
 12f4b2b941e2445d449ab0344b322398 2132 x11 optional libice_1.0.8-1.dsc
 4b8dae73fce37e994c3a6fa05d6db7ca 438947 x11 optional libice_1.0.8.orig.tar.gz
 c40b57f7d84a709b79ffefeb3ae23fed 15401 x11 optional libice_1.0.8-1.diff.gz
 ed6b59c6ee8b80f31f63f98fcfd653ae 149324 doc optional libice-doc_1.0.8-1_all.deb
 0e4e7128d0c514d25549638c475c445a 63060 libs optional libice6_1.0.8-1_amd64.deb
 e5692a50da09dfd8c38ca6fae473c841 102786 debug extra 
libice6-dbg_1.0.8-1_amd64.deb
 8b930a761e0f258a94ac5cb0e669c4a8 74062 libdevel optional 
libice-dev_1.0.8-1_amd64.deb

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

iQIcBAEBCAAGBQJPgvr8AAoJEDEBgAUJBeQMMVsP/3x5mzmYUUUvwtw2mObR2xDs
FpoWQ05oAapNehqSCmLwzxPjcZscVfpelAzMfjA3Z5cYGhB34AC+773UZuXrkHhg
DYhXnRMDRiq5JYUxjTOeUDSPMuqdm78GGiTgZ5CydjwcizBmuGmkBO3gB20FkFHg
UuY3xzZFIevFCH9CiOwaPz7NOlYZtUvnO0gOY2B+u2bLEfk8cHbjAE+rakEsPH7x
PhB6zQpmLloTTt65SVBUOCdGI718Wpc50vu1QtgwIu1+PaWtj9eoY/H9+bdALzRw
vcG64wd0lVcvjhkLxe+/95WADIpeplgUCeKb/q6+xJGkpR8gqHFad5JbXfleX6Vg
Bf86Idqc/xi1Qjs9hh/RbPo120qXsgntPRs8zXtsaOxmBnLChlIanOgoTS29f6KE
YRzKQsNJoH6Mh7fy0wWxSwZ4FofYna3Bpw+7PpyzNhFqJejOs13meyIo/vLIPU2q
n5dl7iQcCTmvTEEbRurDzW/JZ2z/kpHAX4vlS0yvsEYQ1iBpVia3LufFPaZmFwMI
XgHl5djFBz+Jzv3oYBLLdXlLw7VYRtqA7tiRNdc7XaDwBoKCuH84bIUHxD7vU6ha
Gy103pWcRKB0UH7Y73ViG/8djX74XZYAH194Qus5G/LUwLK7drXBDQlr4DzGANLY
oXgHBluubmtMcv45UNKG
=Sf9C
-END PGP SIGNATURE-


Accepted:
libice-dev_1.0.8-1_amd64.deb
  to main/libi/libice/libice-dev_1.0.8-1_amd64.deb
libice-doc_1.0.8-1_all.deb
  to main/libi/libice/libice-doc_1.0.8-1_all.deb
libice6-dbg_1.0.8-1_amd64.deb
  to main/libi/libice/libice6-dbg_1.0.8-1_amd64.deb
libice6_1.0.8-1_amd64.deb
  to main/libi/libice/libice6_1.0.8-1_amd64.deb
libice_1.0.8-1.diff.gz
  to main/libi/libice/libice_1.0.8-1.diff.gz
libice_1.0.8-1.dsc
  to main/libi/libice/libice_1.0.8-1.dsc
libice_1.0.8.orig.tar.gz
  to main/libi/libice/libice_1.0.8.orig.tar.gz


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



Accepted libice 2:1.0.8-2 (source all amd64)

2012-04-10 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 09 Apr 2012 20:08:47 +0200
Source: libice
Binary: libice6 libice6-dbg libice-dev libice-doc
Architecture: source all amd64
Version: 2:1.0.8-2
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 libice-dev - X11 Inter-Client Exchange library (development headers)
 libice-doc - documentation for the X11 ICE protocol and library
 libice6- X11 Inter-Client Exchange library
 libice6-dbg - X11 Inter-Client Exchange library (debug package)
Changes: 
 libice (2:1.0.8-2) unstable; urgency=low
 .
   * Add missing Replaces/Breaks on libice-dev in the doc package.  Thanks,
 Sven Joachim!
Checksums-Sha1: 
 32c7bd64f784f0edaf7abb05bcc8d012f617511c 2132 libice_1.0.8-2.dsc
 9412afc817cf29a1588f1904766081c0f868e9f4 15480 libice_1.0.8-2.diff.gz
 07dbcb8d62e75ab2306a1b0478e10d06383d3c3d 149392 libice-doc_1.0.8-2_all.deb
 ce57ea1834454762354931a202b3054eb891199f 63116 libice6_1.0.8-2_amd64.deb
 1a48410678b8b2a356a35674f8a6378b7c787561 102850 libice6-dbg_1.0.8-2_amd64.deb
 a652f79db66a376b217732f8132d12949ba2a50a 74126 libice-dev_1.0.8-2_amd64.deb
Checksums-Sha256: 
 296c379df1524f3435b9fc43e9eb28f274c0ebff7a5b17c605c2214a8916eae8 2132 
libice_1.0.8-2.dsc
 1c0d0174a668ced313c2478d733318ba0769892bbf12def235e2261277916a8a 15480 
libice_1.0.8-2.diff.gz
 0b660773dbfc145417ad0c892a2bb51e64de25b5a13016c63cda36bd3c075d85 149392 
libice-doc_1.0.8-2_all.deb
 4db8c126bc38d027880f0ca934b320bfad7b22e1f9f27141d0e20777890761fb 63116 
libice6_1.0.8-2_amd64.deb
 ba126ca53610668572a8ba6665dc39db3569f03745ff77ddf57c0bae3b07f412 102850 
libice6-dbg_1.0.8-2_amd64.deb
 c1a57e4815e9bc606dee494667c3e4b5b257c54f6d5f489e91266f4d8664a092 74126 
libice-dev_1.0.8-2_amd64.deb
Files: 
 4e8f132fe8457b1035791cc21cb0d505 2132 x11 optional libice_1.0.8-2.dsc
 de387f670b5d03d784ca9db44dd1fe54 15480 x11 optional libice_1.0.8-2.diff.gz
 35eebeb3b8eee992113b5ae45c08fb8b 149392 doc optional libice-doc_1.0.8-2_all.deb
 c5ab35792ddeadded98520ec23ee7250 63116 libs optional libice6_1.0.8-2_amd64.deb
 50e492c83c2b9fa474a68f72edd972a9 102850 debug extra 
libice6-dbg_1.0.8-2_amd64.deb
 c02ba9c0515f7f314bcec4795969aec2 74126 libdevel optional 
libice-dev_1.0.8-2_amd64.deb

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

iQIcBAEBCAAGBQJPgydUAAoJEDEBgAUJBeQM6AMQAPjYY+ZWizy1bSoW4pYzUe96
KijBuelVqgj6sYtSWA0qj6pABXUaJP64h6p0G6IG6dc4nc/lnODJ0bsNM5A1QFaQ
rc2biLHwUih7PlRYo048sQcN+ZAu/0uJS5SuyCJ9QtVKH0iV7006mGyLTaMgoEcZ
9SDFKrM1JFJj57wKdOEoICI56NJ1M+cBlL3XwxvoeVgLIiGuyreMrzmZCO4df8IY
g4xjyxsUUQdttM2QA7HzVZLA98IE50wMF8A8k+iaFkVU9mU87r+VRzij6Zow2jLW
MtNW4q+pUotaxK/c0Q1l/bXeVh8mPkKpfx/HI2YnYWoRhcOsc/N/hzsn35KhfH3t
Ven0x8c5VTLsNjhuyMfDfc89nwNP4++0aDlTX5vysZjfWlrjL10DIR06YYhIR8p3
hLrhbLO2AXllycMOKKHIw9LmVL3XeDMWv21fzQEXLuVpy5Fjzk2O9Gnbi8i6AWRX
XkBfCOJ66gfoZVL1TJWESDTAqg6ZRANu6+rhN+ulQ8yGvU1eSKKjzvC2RHe7zA0c
KFoD7+ITSbATkdb9B2I0MHBXCr2iqKL/y/bqnu6+DiGRGSrsnFUW4MI6oEvlQOM6
4VuhkDnLUB7+4LDE65UP3qfvf6mrHtQUIgmiUt7eIJmUmKr+ic1FEnU2lGHFvTmC
U6gF5qEyDsi3DMvc04zX
=xenw
-END PGP SIGNATURE-


Accepted:
libice-dev_1.0.8-2_amd64.deb
  to main/libi/libice/libice-dev_1.0.8-2_amd64.deb
libice-doc_1.0.8-2_all.deb
  to main/libi/libice/libice-doc_1.0.8-2_all.deb
libice6-dbg_1.0.8-2_amd64.deb
  to main/libi/libice/libice6-dbg_1.0.8-2_amd64.deb
libice6_1.0.8-2_amd64.deb
  to main/libi/libice/libice6_1.0.8-2_amd64.deb
libice_1.0.8-2.diff.gz
  to main/libi/libice/libice_1.0.8-2.diff.gz
libice_1.0.8-2.dsc
  to main/libi/libice/libice_1.0.8-2.dsc


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



Accepted libsm 2:1.2.1-1 (source all amd64)

2012-04-10 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 09 Apr 2012 17:55:48 +0200
Source: libsm
Binary: libsm6 libsm6-dbg libsm-dev libsm-doc
Architecture: source all amd64
Version: 2:1.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 libsm-dev  - X11 Session Management library (development headers)
 libsm-doc  - documentation for the X Session Management protocol and library
 libsm6 - X11 Session Management library
 libsm6-dbg - X11 Session Management library (debug package)
Changes: 
 libsm (2:1.2.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Drop 0001-sm.pc-don-t-export-a-dependency-on-ice.patch, applied upstream.
   * Don't require (fake)root for debian/rules clean.
   * Split the docs to a separate libsm-doc package
 - mark libsm-dev Multi-Arch: same, and libsm-doc Multi-Arch: foreign
 - don't build the docs in build-arch
   * Bump build-deps on xutils-dev, xmlto and xorg-sgml-doctools.
Checksums-Sha1: 
 32ef47a976abfffbe1a8814011fe8f6eed7573c7 2131 libsm_1.2.1-1.dsc
 25dabbc359b6ef992bdbb210a5dced11eaa6493f 405702 libsm_1.2.1.orig.tar.gz
 ff5f154adacbc30e9ef8c96ddcae38b97efe267c 15292 libsm_1.2.1-1.diff.gz
 adba3db996c2265812d68bc4ef6a9e3276e6bbce 137188 libsm-doc_1.2.1-1_all.deb
 402f3464bd5f548ccdebb18da523fec412498a76 34118 libsm6_1.2.1-1_amd64.deb
 d7b80ddeac6810c1ab49d91593bafe3c90b3dc4f 48776 libsm6-dbg_1.2.1-1_amd64.deb
 c92ef13f7906a30ed24d539121f58659014a4999 36924 libsm-dev_1.2.1-1_amd64.deb
Checksums-Sha256: 
 ec5bab49fb68f44212fdaf77f0f16d0c98e5513ccc0f982243842c832f967377 2131 
libsm_1.2.1-1.dsc
 c7f3660fd5c0ea80ef311e46261eca7c3025ad02c17e545d690a73d70deec7d5 405702 
libsm_1.2.1.orig.tar.gz
 285dd2b7950163873a08c9aa26aeb807be1f0a6495141f60510876cc202b 15292 
libsm_1.2.1-1.diff.gz
 3c9c700b9ad8c149a27d8eb09a7cfcb61dcb49917b17017f4d63d787919a4a63 137188 
libsm-doc_1.2.1-1_all.deb
 ccc4fd58e58b0cb6c165bdf277b1cc462a8064cb42b3a8505403a0416c8a7497 34118 
libsm6_1.2.1-1_amd64.deb
 ad0dd15f0db5c554a4770507f917adcaf7ae547342d39b49ec770d317f2af954 48776 
libsm6-dbg_1.2.1-1_amd64.deb
 190801f3c81f7d38a762a101ac1565c9e3b9bb1404013ac5a2da965c5089fa43 36924 
libsm-dev_1.2.1-1_amd64.deb
Files: 
 09bf64d2da6189a079ad6c0ad8bfe668 2131 x11 optional libsm_1.2.1-1.dsc
 1d507651e9fa50aab7ef11be9e0e2f20 405702 x11 optional libsm_1.2.1.orig.tar.gz
 0471ad2b6d9cdb55a74ef632bfd72a89 15292 x11 optional libsm_1.2.1-1.diff.gz
 6f7abd0f9cb523241d60392bcc14ff38 137188 doc optional libsm-doc_1.2.1-1_all.deb
 cb5cecfc1bdf1be53300f5595322d680 34118 libs optional libsm6_1.2.1-1_amd64.deb
 5d43aef3546fc629301ea66d06e89e22 48776 debug extra libsm6-dbg_1.2.1-1_amd64.deb
 0386de19c819759cbaffca924ae0bffb 36924 libdevel optional 
libsm-dev_1.2.1-1_amd64.deb

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

iQIcBAEBCAAGBQJPgwiUAAoJEDEBgAUJBeQMvFgP/ibNelr8pDsL8kzr5pexHRc5
+tJbK1hkHRDdLbJEVkj49oTiOpTbiIiVQx9Tp11S3b+PqVoO1Fxjv/VqTI5qOhYr
EmYop5cz0DYp2O+PVigfk3zAuulOgGRRMxIEBRbvGm3dpFGT0MBNG/Nu+VQ8Ne/c
H8oQ3luPUHK9umI4Q5w632DxGEpA5bPVGF5uqXwwNdvz2IvY/n8OC+ZBzafF0wgb
oTDWJxr4/FyeIjyvjFFuMYzrriEsRMopqIoJ9RXISRhOrf+QL0sM3V6GWn4mGRge
PtXEAviwpJSsJ/XHX0Ci7IoGWIEncCOAWCcvxGKCIWsN5AqPN5PjtEWwzm003qau
BcVOWmaBl/3Xs0QvXJRHa8xVxA02+zGfNrCyzn7ksU+juvEgDtmCDHF6lhCvlh61
KpFAtDo0uSYh8ijHK1ZrXMV7939jJv++YdQlNKKwyAf6/tb+Fr/nTqjCuCfCDKeF
V9QP766ZmDqR/Nf3UprtZtC27o71Ve8fw7y5xOpiM88QcwNSW0QikQnyqmGDWCro
xHQfStOPNVPAkXXqX72rVkD7EZhr5R+AkfVWuN0/lESVwAycYUME7Sc2TT4EMKsV
jEtQqfXUD0PZCPw21q3oB8QDTCKySp7+Nr+VzLwLmcXBi+2pPOh7q7rgV4SCafGp
/q10SLC3i9tTZ9xn7tvr
=ZjO9
-END PGP SIGNATURE-


Accepted:
libsm-dev_1.2.1-1_amd64.deb
  to main/libs/libsm/libsm-dev_1.2.1-1_amd64.deb
libsm-doc_1.2.1-1_all.deb
  to main/libs/libsm/libsm-doc_1.2.1-1_all.deb
libsm6-dbg_1.2.1-1_amd64.deb
  to main/libs/libsm/libsm6-dbg_1.2.1-1_amd64.deb
libsm6_1.2.1-1_amd64.deb
  to main/libs/libsm/libsm6_1.2.1-1_amd64.deb
libsm_1.2.1-1.diff.gz
  to main/libs/libsm/libsm_1.2.1-1.diff.gz
libsm_1.2.1-1.dsc
  to main/libs/libsm/libsm_1.2.1-1.dsc
libsm_1.2.1.orig.tar.gz
  to main/libs/libsm/libsm_1.2.1.orig.tar.gz


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



Accepted libsm 2:1.2.1-2 (source all amd64)

2012-04-10 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 09 Apr 2012 20:18:02 +0200
Source: libsm
Binary: libsm6 libsm6-dbg libsm-dev libsm-doc
Architecture: source all amd64
Version: 2:1.2.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 libsm-dev  - X11 Session Management library (development headers)
 libsm-doc  - documentation for the X Session Management protocol and library
 libsm6 - X11 Session Management library
 libsm6-dbg - X11 Session Management library (debug package)
Changes: 
 libsm (2:1.2.1-2) unstable; urgency=low
 .
   * Add missing ${misc:Depends} to libsm-doc.
   * Add missing Replaces/Breaks on libsm-dev to the doc package.  Thanks,
 Sven Joachim!
Checksums-Sha1: 
 f03bcadec713492f3de0122180d37f8631e65b9c 2131 libsm_1.2.1-2.dsc
 b857458530fe6548d090f5d164fef7dbe3781f1e 15411 libsm_1.2.1-2.diff.gz
 2a2ee858b4e65a52f1802d15629767f488616ae7 137274 libsm-doc_1.2.1-2_all.deb
 298a592b7ce713a31e6161ac19dad8b9a9943187 34182 libsm6_1.2.1-2_amd64.deb
 a8ec6e00cf3164677875793f268f07e6d1a31909 48846 libsm6-dbg_1.2.1-2_amd64.deb
 d0849b2ed8f7082bc71bfb75470358068931a2b1 36988 libsm-dev_1.2.1-2_amd64.deb
Checksums-Sha256: 
 ceb0ece00e8343a555a0eaffc712c926c43b2fbf363f6d92589cdd54d2479945 2131 
libsm_1.2.1-2.dsc
 cc8cc250f80ffefd644d3619a148bc8cc14c1bc6a5e3331266de356236950153 15411 
libsm_1.2.1-2.diff.gz
 0845d609dad16aed9fb9fd4cdfdb13c45205213e7a3d927d183398cc87acbfc4 137274 
libsm-doc_1.2.1-2_all.deb
 b83b46bb1cda0d1746fb04dc9a6645c42082f5f95e868834dd4230308e9a1be7 34182 
libsm6_1.2.1-2_amd64.deb
 9828195c22085cee5cc71e3f27b69f974dd208ffad93fec01190f59406bacc02 48846 
libsm6-dbg_1.2.1-2_amd64.deb
 8e68349eefc46a13d97d4892544131793c863fdb1dd33ab9a1f94333936cb320 36988 
libsm-dev_1.2.1-2_amd64.deb
Files: 
 138365807948f507da853d1998a466ad 2131 x11 optional libsm_1.2.1-2.dsc
 6944869e386b0169ec9c55649e4223fb 15411 x11 optional libsm_1.2.1-2.diff.gz
 5879a8be74ad025ec9264bab69231537 137274 doc optional libsm-doc_1.2.1-2_all.deb
 1b4c851e097e0ab881072ef6822de34e 34182 libs optional libsm6_1.2.1-2_amd64.deb
 a2427fab3cf7520aefe827f77849c52e 48846 debug extra libsm6-dbg_1.2.1-2_amd64.deb
 d7812c3de1121981a54fae569fbd72d4 36988 libdevel optional 
libsm-dev_1.2.1-2_amd64.deb

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

iQIcBAEBCAAGBQJPgyiFAAoJEDEBgAUJBeQM2tsP+gPFttuFCwyyuZHd9xU0xhNI
V68FIh9STVzRi/qW63KX/jYzEMiMvQFdo6TBAMfjuJV92DKWDX3CHCbUP7tOGWgb
GgSM+e75rFcm5tG5rVzfO7aMU1HAQNbW3kfaXOozAP3A+CinhuQOj9nFMA92sn/H
IO07awVJ0Xw+qyrnISh/YPmBKShZOD0YMboerDNsLfDxoOxwBz4qKY4F14NFI4to
UKdnugzdgM9xOauIQP7NCQaHohcgfB4RyTLkmCgQzTtJMhSmH8lC4yo6S3CbTJlx
XJHxuowvAtuNXNjgAxlEVc/2RUhsiXYjIjxJX4s6JDAzOtv0Fl5PbqxZfvd2hXzA
K806A8KT25LtkSFWeAIW5wxIaZnGjpTIa+AbJFyF3VNjNFKvw1XXgSFL3Uc9ZRrP
UUwM2dquwYVRCSplsTNPuDvx6v/NH6JDMD37fF00axt/5Sku+E5WDuAzx5M7tRih
gdkGywdtQfkCzBROkzMeFLeJsDh44CsxoMe4YL/GfD+UTBzvUgxIWzZT+D4AOcZr
Xk2NmFqmOY3/rMDYouhP+rfyjYaQ0IPc5z8V9YWzQvImh6ilILrcRc9rAD0FU7AX
eIoajpIqRUwxIGNE08J++UP9rZVRFnIH4qDFGFhOCTrEEGLtKY93fC1we/kYmL/3
b9vZvG8qT0w9i+Wnkwsb
=T1xH
-END PGP SIGNATURE-


Accepted:
libsm-dev_1.2.1-2_amd64.deb
  to main/libs/libsm/libsm-dev_1.2.1-2_amd64.deb
libsm-doc_1.2.1-2_all.deb
  to main/libs/libsm/libsm-doc_1.2.1-2_all.deb
libsm6-dbg_1.2.1-2_amd64.deb
  to main/libs/libsm/libsm6-dbg_1.2.1-2_amd64.deb
libsm6_1.2.1-2_amd64.deb
  to main/libs/libsm/libsm6_1.2.1-2_amd64.deb
libsm_1.2.1-2.diff.gz
  to main/libs/libsm/libsm_1.2.1-2.diff.gz
libsm_1.2.1-2.dsc
  to main/libs/libsm/libsm_1.2.1-2.dsc


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



Accepted lua-expat 1.2.0-4 (source all amd64)

2012-04-10 Thread Enrico Tassi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Apr 2012 16:39:20 +0200
Source: lua-expat
Binary: lua-expat lua-expat-dev liblua5.1-expat0 liblua5.1-expat-dev
Architecture: source amd64 all
Version: 1.2.0-4
Distribution: unstable
Urgency: low
Maintainer: Enrico Tassi gareuselesi...@debian.org
Changed-By: Enrico Tassi gareuselesi...@debian.org
Description: 
 liblua5.1-expat-dev - Transitional package for lua-expat-dev
 liblua5.1-expat0 - Transitional package for lua-expat
 lua-expat  - libexpat bindings for the Lua language
 lua-expat-dev - libexpat development files for the Lua language
Changes: 
 lua-expat (1.2.0-4) unstable; urgency=low
 .
   * Removed build dependency over shake that is lua5.1 only
   * Bump Standards-Version to 3.9.3, no changes
   * Switch to dh-lua
   * Packages renamed according to the new lua policy
   * Add patch lua5.2.patch adding support for lua5.2
   * Copyright file ported to dep5 format
   * Updated upstream contact infos
Checksums-Sha1: 
 8e4689d2a193ff98110e0a539cf20ba43964ba93 1418 lua-expat_1.2.0-4.dsc
 1d21a0584a2719523a038890ce7e24f44b1cb5f2 5507 lua-expat_1.2.0-4.debian.tar.gz
 56466e2bb393fc9700df1f4f3e01c0955ceb12db 14430 lua-expat_1.2.0-4_amd64.deb
 ce21c56e60f28d80e163467c1e4ec09185d0b9b0 30586 lua-expat-dev_1.2.0-4_amd64.deb
 21dbb1052f1ca60e0e424d18f879b8dc3a2423a3 3062 liblua5.1-expat0_1.2.0-4_all.deb
 6be6b52f79937cf4faaac1098774a40657134c92 3070 
liblua5.1-expat-dev_1.2.0-4_all.deb
Checksums-Sha256: 
 fb182a457d570242b99d8060312100fd6e8baa345ffd01270b26b337008d810e 1418 
lua-expat_1.2.0-4.dsc
 e72e046393eff701d1f83207cc8b93ed4cd1569800437546827503b6f0a1c31b 5507 
lua-expat_1.2.0-4.debian.tar.gz
 4dfb010641ccd83db0e264664dc03f259e8ca5ae64fde99fab780e442ce768af 14430 
lua-expat_1.2.0-4_amd64.deb
 c35a1cd78467b48029d399ed15be92a967068b7ab0948dfffe5c88e0467008b1 30586 
lua-expat-dev_1.2.0-4_amd64.deb
 945bc8b89a7542d0e29544672b5ebef15bf4ded0cf98194930b5636da2f5 3062 
liblua5.1-expat0_1.2.0-4_all.deb
 9cafb149b552f3d884e65abc6ce7bdd1eb61932fcef1fb2370b6c622aeaca147 3070 
liblua5.1-expat-dev_1.2.0-4_all.deb
Files: 
 59caf22bfa1918afaaac841bb44a7de8 1418 interpreters optional 
lua-expat_1.2.0-4.dsc
 a2f5bb5b2ee6c41c43e88f422db0ee53 5507 interpreters optional 
lua-expat_1.2.0-4.debian.tar.gz
 372f19288391b5f31307eb9c9ef58e2d 14430 interpreters optional 
lua-expat_1.2.0-4_amd64.deb
 27c87967853924b5522bf075bee17157 30586 libdevel optional 
lua-expat-dev_1.2.0-4_amd64.deb
 64035068e2dc98a2ed598bf3a3282b1c 3062 oldlibs extra 
liblua5.1-expat0_1.2.0-4_all.deb
 b71bbbf6aa37fe924d669d97fb4fc5e1 3070 oldlibs extra 
liblua5.1-expat-dev_1.2.0-4_all.deb

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

iEYEARECAAYFAk+C9ioACgkQ7kkcPgEj8vKuCgCfTzYJOUfydr1+L8mRhCjbjOra
ungAnA9AkyMFXRdSRE6MQ4AAdl9G6bi6
=pdPy
-END PGP SIGNATURE-


Accepted:
liblua5.1-expat-dev_1.2.0-4_all.deb
  to main/l/lua-expat/liblua5.1-expat-dev_1.2.0-4_all.deb
liblua5.1-expat0_1.2.0-4_all.deb
  to main/l/lua-expat/liblua5.1-expat0_1.2.0-4_all.deb
lua-expat-dev_1.2.0-4_amd64.deb
  to main/l/lua-expat/lua-expat-dev_1.2.0-4_amd64.deb
lua-expat_1.2.0-4.debian.tar.gz
  to main/l/lua-expat/lua-expat_1.2.0-4.debian.tar.gz
lua-expat_1.2.0-4.dsc
  to main/l/lua-expat/lua-expat_1.2.0-4.dsc
lua-expat_1.2.0-4_amd64.deb
  to main/l/lua-expat/lua-expat_1.2.0-4_amd64.deb


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



Accepted lua-leg 0.1.2-7 (source all)

2012-04-10 Thread Enrico Tassi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Apr 2012 11:04:11 +0200
Source: lua-leg
Binary: lua-leg lua-leg-dev liblua5.1-leg0 liblua5.1-leg-dev
Architecture: source all
Version: 0.1.2-7
Distribution: unstable
Urgency: low
Maintainer: Enrico Tassi gareuselesi...@debian.org
Changed-By: Enrico Tassi gareuselesi...@debian.org
Description: 
 liblua5.1-leg-dev - Transitional package for lua-leg-dev
 liblua5.1-leg0 - Transitional package for lua-leg
 lua-leg- Lua 5.1 grammar, with parsing and manipulation facilities
 lua-leg-dev - Leg development files for the Lua language
Changes: 
 lua-leg (0.1.2-7) unstable; urgency=low
 .
   * Switch to dh-lua
   * Bumped standards-version to 3.9.3, no changes needed
   * Packages renamed according to the new lua policy
Checksums-Sha1: 
 f30a17b69550579257b45c7069458aef512065d2 1355 lua-leg_0.1.2-7.dsc
 cb45630cda32d61600e3b6664e5b761cb11f66ad 3118 lua-leg_0.1.2-7.debian.tar.gz
 b8337575175513af28b3361435ca7c7b28192cd8 15742 lua-leg_0.1.2-7_all.deb
 ae8c25e72b038e6a0c6987d3ba6bc5f670b8257c 24188 lua-leg-dev_0.1.2-7_all.deb
 892ce24957430888006be4911278e433d8464b29 2398 liblua5.1-leg0_0.1.2-7_all.deb
 524c8383a027b6a1586974c34a2350204b98734e 2402 liblua5.1-leg-dev_0.1.2-7_all.deb
Checksums-Sha256: 
 b9e6b028c86c34caaa9b8dd032ba211df22da75f214c1e974b0e751db3bccd56 1355 
lua-leg_0.1.2-7.dsc
 f0008e015c09b04ac3584a959ffb63d0691a331edf7dbe2daffc022e27ee53bc 3118 
lua-leg_0.1.2-7.debian.tar.gz
 186c4bed99db7e48ae55f63d4d2a59a2d3eaad8e8a1f67d96876d2e6bf393aee 15742 
lua-leg_0.1.2-7_all.deb
 9859735d4982967b382f5abd8178509260f549bbe234fda28ebe3a7e576496b7 24188 
lua-leg-dev_0.1.2-7_all.deb
 74717a63c893b9073115d5dfe4d501a5cc74d11d98b1f31fc02529087c8963eb 2398 
liblua5.1-leg0_0.1.2-7_all.deb
 09efd44bbd72475bf08374f0643e6531df7704ef549fbe67441b6dcdb3b75875 2402 
liblua5.1-leg-dev_0.1.2-7_all.deb
Files: 
 6f44166a1e6590f2e139a985bd2c7f4c 1355 interpreters optional lua-leg_0.1.2-7.dsc
 2c84853a3cf55df73b0b0bc7d91aef0f 3118 interpreters optional 
lua-leg_0.1.2-7.debian.tar.gz
 96efd30a7ead6e85840cb16b9976954c 15742 interpreters optional 
lua-leg_0.1.2-7_all.deb
 b264cd212cbee73fb578fefc6c886537 24188 libdevel optional 
lua-leg-dev_0.1.2-7_all.deb
 7d63d339c60c6a0ea3ae232716fab38f 2398 oldlibs extra 
liblua5.1-leg0_0.1.2-7_all.deb
 8b785434b8b0d829a95cafdc98dd24f4 2402 oldlibs extra 
liblua5.1-leg-dev_0.1.2-7_all.deb

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

iEYEARECAAYFAk+C+QUACgkQ7kkcPgEj8vIavQCfYHMh+qIsAsVkJft2aCCxDbGa
qCoAn2BM1Vdg0GepXwika7sBsAgQgxoK
=7grd
-END PGP SIGNATURE-


Accepted:
liblua5.1-leg-dev_0.1.2-7_all.deb
  to main/l/lua-leg/liblua5.1-leg-dev_0.1.2-7_all.deb
liblua5.1-leg0_0.1.2-7_all.deb
  to main/l/lua-leg/liblua5.1-leg0_0.1.2-7_all.deb
lua-leg-dev_0.1.2-7_all.deb
  to main/l/lua-leg/lua-leg-dev_0.1.2-7_all.deb
lua-leg_0.1.2-7.debian.tar.gz
  to main/l/lua-leg/lua-leg_0.1.2-7.debian.tar.gz
lua-leg_0.1.2-7.dsc
  to main/l/lua-leg/lua-leg_0.1.2-7.dsc
lua-leg_0.1.2-7_all.deb
  to main/l/lua-leg/lua-leg_0.1.2-7_all.deb


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



Accepted node-oauth 0.9.6-1 (source all)

2012-04-10 Thread David Paleino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Apr 2012 20:53:49 +0200
Source: node-oauth
Binary: node-oauth
Architecture: source all
Version: 0.9.6-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 
pkg-javascript-de...@lists.alioth.debian.org
Changed-By: David Paleino da...@debian.org
Description: 
 node-oauth - OAuth wrapper for Node.js
Changes: 
 node-oauth (0.9.6-1) unstable; urgency=low
 .
   * Initial release
Checksums-Sha1: 
 6a525d71a4fa66607cb24ed92ff35a6f98b2c280 1304 node-oauth_0.9.6-1.dsc
 6755d6a88464ebb090e0c61d6a3fb713af69a0f2 19481 node-oauth_0.9.6.orig.tar.gz
 29e1029cca33e68940cd434ba68467e863443b40 2549 node-oauth_0.9.6-1.debian.tar.gz
 9634206eb807604f5d66fcfc765ab874ced945da 16412 node-oauth_0.9.6-1_all.deb
Checksums-Sha256: 
 cadd27125e0cf1dd3341612d64f95b59b4de75862229345c7e1daec8909207e2 1304 
node-oauth_0.9.6-1.dsc
 a50dea5ecd2f8f37133be683926d2d2268fff3f0db06840e220dafaf434ce495 19481 
node-oauth_0.9.6.orig.tar.gz
 2ff612d915d98e2ae42be7970ec62c5192d5fd86ab016b18050da67ca798335a 2549 
node-oauth_0.9.6-1.debian.tar.gz
 6d2c191f289254bedd254010ec6fa1f500e51b8ec610259956907c4ed430cda9 16412 
node-oauth_0.9.6-1_all.deb
Files: 
 9119867c4f2c98278eaa6e7f196cb576 1304 web extra node-oauth_0.9.6-1.dsc
 77abc15514c1e39a341c8897be9fe0cc 19481 web extra node-oauth_0.9.6.orig.tar.gz
 4027e703b46ccb540d5ed7a7df785d04 2549 web extra 
node-oauth_0.9.6-1.debian.tar.gz
 45b206ae5fafc1d12a72135953c04e3c 16412 web extra node-oauth_0.9.6-1_all.deb

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

iEYEARECAAYFAk+DMJQACgkQ5qqQFxOSsXSqhgCgsfo3ak67vqDnTN25YPmDrRSX
9b0An0SImz7QlJkc6t44/vCUKOydkAp5
=/KAx
-END PGP SIGNATURE-


Accepted:
node-oauth_0.9.6-1.debian.tar.gz
  to main/n/node-oauth/node-oauth_0.9.6-1.debian.tar.gz
node-oauth_0.9.6-1.dsc
  to main/n/node-oauth/node-oauth_0.9.6-1.dsc
node-oauth_0.9.6-1_all.deb
  to main/n/node-oauth/node-oauth_0.9.6-1_all.deb
node-oauth_0.9.6.orig.tar.gz
  to main/n/node-oauth/node-oauth_0.9.6.orig.tar.gz


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



Accepted passportjs-oauth 0.1.7-1 (source all)

2012-04-10 Thread David Paleino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Apr 2012 21:04:23 +0200
Source: passportjs-oauth
Binary: node-passport-oauth
Architecture: source all
Version: 0.1.7-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 
pkg-javascript-de...@lists.alioth.debian.org
Changed-By: David Paleino da...@debian.org
Description: 
 node-passport-oauth - simple, unobtrusive authentication system for Node.js - 
OAuth str
Changes: 
 passportjs-oauth (0.1.7-1) unstable; urgency=low
 .
   * Initial release
Checksums-Sha1: 
 7bf5ccc04bd876dcc94ab0982dd0ecdb36002045 1364 passportjs-oauth_0.1.7-1.dsc
 13fb08f6af7ed62a60d06dfe264f0857b89ca91c 11242 
passportjs-oauth_0.1.7.orig.tar.gz
 bd84715c4f40305b67a3f84f11ee898c4a3b4bb5 2248 
passportjs-oauth_0.1.7-1.debian.tar.gz
 37b80a732d991c36bcdede81f56001f892a81b6f 9232 
node-passport-oauth_0.1.7-1_all.deb
Checksums-Sha256: 
 51e1a7946acd37713d2833ab162c77f403906beaef3524b064347d4d20dbfa7e 1364 
passportjs-oauth_0.1.7-1.dsc
 b732025d7cbc98bf945c4d10f559ba37fdb437706993c1ad1c955b6558090ced 11242 
passportjs-oauth_0.1.7.orig.tar.gz
 5872455dd7f14fba66dc3495cbe82dbe9864fa7c95f78028bd37808bb3700aa4 2248 
passportjs-oauth_0.1.7-1.debian.tar.gz
 72a321bae9e676a03b481b9c7602101006594d6f608b82267f49a6d454e4cb58 9232 
node-passport-oauth_0.1.7-1_all.deb
Files: 
 023aad54822e9998e71981fef2b6124d 1364 web extra passportjs-oauth_0.1.7-1.dsc
 92d3bea9a8bdf13da17765edf1ee620e 11242 web extra 
passportjs-oauth_0.1.7.orig.tar.gz
 b25e9481701959edf2aa8138eb2cc2aa 2248 web extra 
passportjs-oauth_0.1.7-1.debian.tar.gz
 fafd49db0085e2ec43a743602266ae0c 9232 web extra 
node-passport-oauth_0.1.7-1_all.deb

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

iEYEARECAAYFAk+DMywACgkQ5qqQFxOSsXTZagCgpjGLeObLkbFHWH3yVEG+YBRW
vZMAoIhEYpYd5ItXgNpI/vQXeKX/Ez4X
=q8kO
-END PGP SIGNATURE-


Accepted:
node-passport-oauth_0.1.7-1_all.deb
  to main/p/passportjs-oauth/node-passport-oauth_0.1.7-1_all.deb
passportjs-oauth_0.1.7-1.debian.tar.gz
  to main/p/passportjs-oauth/passportjs-oauth_0.1.7-1.debian.tar.gz
passportjs-oauth_0.1.7-1.dsc
  to main/p/passportjs-oauth/passportjs-oauth_0.1.7-1.dsc
passportjs-oauth_0.1.7.orig.tar.gz
  to main/p/passportjs-oauth/passportjs-oauth_0.1.7.orig.tar.gz


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



Accepted pygobject 3.2.0-3 (source all amd64)

2012-04-10 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 10 Apr 2012 13:10:34 +0200
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.0-3
Distribution: unstable
Urgency: low
Maintainer: Josselin Mouette j...@debian.org
Changed-By: Martin Pitt mp...@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
Changes: 
 pygobject (3.2.0-3) unstable; urgency=low
 .
   * debian/control.in, debian/rules: Build a python3-gi-cairo package, now
 that py3cairo is packaged in Debian. (LP: #879405)
Checksums-Sha1: 
 63268eba1e60290f84d4eefdeb70b36b7a59794e 2902 pygobject_3.2.0-3.dsc
 0261591325aee9d917da0c400289c83e84287cc3 15448 pygobject_3.2.0-3.debian.tar.gz
 e58603071ea498f27f375b0a2baaf08cb5c18529 516962 python-gi_3.2.0-3_amd64.deb
 e7fe61d6c2cf29f9c6c237356ee0b3089f7fc761 353044 python3-gi_3.2.0-3_amd64.deb
 aa735b35cb74c3af1871457ad63cad1441edc471 163554 
python-gi-cairo_3.2.0-3_amd64.deb
 42c6e3f53ac351e307e612a569e69246b25da362 1465790 
python-gi-dbg_3.2.0-3_amd64.deb
 b77a450e5d6205ec9d27ef0f9c8005758a522469 892870 
python3-gi-dbg_3.2.0-3_amd64.deb
 1790907c64c0c18b7697ffebe5a542162a2799b7 175630 
python3-gi-cairo_3.2.0-3_amd64.deb
 8cec6e36de2892ee8c6d62b8b1e947dbbf9410ee 167738 python-gi-dev_3.2.0-3_all.deb
 02ef3793e68e68c5d964eeadbd11efcecafd6858 160312 python-gobject_3.2.0-3_all.deb
 d5bab8e68bf3dcbd489cc2e61621f0f12b44ad51 160336 
python-gobject-dbg_3.2.0-3_all.deb
 27dc825bd06618cb84ed612f2070f580c95bac9f 160332 
python-gobject-dev_3.2.0-3_all.deb
Checksums-Sha256: 
 a4d62161261a97104ed362ce7424f1871d8adc0e5b2aed348ef0055db387ada7 2902 
pygobject_3.2.0-3.dsc
 a94040c9e30050f9f0bf4af246f50a469dd2a9b7f137cf759d99b0c83aaba213 15448 
pygobject_3.2.0-3.debian.tar.gz
 81a12f42c1d585299bda2430c6d4983ee2c1eec13d934d4898b8688ec23ea21e 516962 
python-gi_3.2.0-3_amd64.deb
 d4183305155f5a9e5851abf467b507bcc7446b8de45476f47f24647fd041149a 353044 
python3-gi_3.2.0-3_amd64.deb
 e8af101bd4f0dcedbdaf1c8d813f2949785b9a8199b6c8cbe3d5cd1e1853 163554 
python-gi-cairo_3.2.0-3_amd64.deb
 8d9a7f568baf477954ff56c00a7a41f2b7bf91726efae27c1032e9c673dadb17 1465790 
python-gi-dbg_3.2.0-3_amd64.deb
 6fbfb4a1242f0d52d56e5394e09fe4b23774c48e30fb8072ea409a791f774c12 892870 
python3-gi-dbg_3.2.0-3_amd64.deb
 8810c48fb9f92c4e3adf296926952d82e56fd12810f15640682b24fe7a15a553 175630 
python3-gi-cairo_3.2.0-3_amd64.deb
 e41c21f8cb4a20201778b37d6360f7550f8c9dda90dd19e01bac5d5eb53da3af 167738 
python-gi-dev_3.2.0-3_all.deb
 603353a84c5db445206030198a75d7a3614a1718b35a5b382bc7bf630b2df7bd 160312 
python-gobject_3.2.0-3_all.deb
 5e72722ee24bdaf662ecac5366de3c29912e9f0753de6b13699e95342f363e3f 160336 
python-gobject-dbg_3.2.0-3_all.deb
 e3cd24b570fd4b6b67f3328d0e5acfe4e596fd901be63f006fe4de9ee001c8fb 160332 
python-gobject-dev_3.2.0-3_all.deb
Files: 
 3737364330a0b6f59456115553129c13 2902 python optional pygobject_3.2.0-3.dsc
 8205022af9fc719067c030ddcd466bc2 15448 python optional 
pygobject_3.2.0-3.debian.tar.gz
 642db53ba17f6ba19f6ae18539e46558 516962 python optional 
python-gi_3.2.0-3_amd64.deb
 58b0c8eb3129dd64d17c498156bb28de 353044 python optional 
python3-gi_3.2.0-3_amd64.deb
 798767c756ff9bf9ea5a384c5f060db5 163554 python optional 
python-gi-cairo_3.2.0-3_amd64.deb
 f83287f2005695df25d585910f8543bc 1465790 debug extra 
python-gi-dbg_3.2.0-3_amd64.deb
 22ab7f119e0036779f055c4eb8f55bce 892870 debug extra 
python3-gi-dbg_3.2.0-3_amd64.deb
 06e548abc6dda5761192d639fbab6ed3 175630 python optional 
python3-gi-cairo_3.2.0-3_amd64.deb
 2b93d8c667ead83f0a9f1adaf1d4380f 167738 python optional 
python-gi-dev_3.2.0-3_all.deb
 d742d987279692c56d7f55010505c4ea 160312 python optional 
python-gobject_3.2.0-3_all.deb
 951ef7b6b47e5ea042e93c13b057dcf2 160336 debug extra 
python-gobject-dbg_3.2.0-3_all.deb
 9b3e372812a3fb58e16d92f902b851df 160332 python optional 
python-gobject-dev_3.2.0-3_all.deb

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

iQIcBAEBCAAGBQJPhBZyAAoJEPmIJawmtHufXCQP/1vs1dCorcEY3GhijH5zEoU6
O90DW3vasoqyctS91JBBK1xGVULJJGvzGF70EgvyGjv16gmY9YCnzrbWXdJVXkoZ
xbwNd3SsuGFOJx3NFEH96dXA6kJvu9hpl/7t5rMQklOS86FX5rHuL7dHnw+22tNd

Accepted python-clint 0.3.1-1 (source all)

2012-04-10 Thread TANIGUCHI Takaki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 04 Apr 2012 23:25:25 +0900
Source: python-clint
Binary: python-clint
Architecture: source all
Version: 0.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: TANIGUCHI Takaki tak...@debian.org
Description: 
 python-clint - Python Command-line Application Tools
Closes: 667508
Changes: 
 python-clint (0.3.1-1) unstable; urgency=low
 .
   * Initial release (Closes: #667508)
Checksums-Sha1: 
 db9b2cdd9d47a64b674237fc5cbbff48b20488d1 2024 python-clint_0.3.1-1.dsc
 73ef03ea965e002eff68506a35f9a0f4d0637fa6 22816 python-clint_0.3.1.orig.tar.gz
 c2d3a3c8bbeba55ba7bcc95781c6a6cbe559772f 2080 
python-clint_0.3.1-1.debian.tar.gz
 41e201f5b4fd8a6e0d100e1e581291bd07cb49b4 26696 python-clint_0.3.1-1_all.deb
Checksums-Sha256: 
 812d4c639c59a106abddaf63332f6a98a25e5430fc86f4b19a18acb5b5d7cd1c 2024 
python-clint_0.3.1-1.dsc
 53a4875d21b8cd9fa254404923963af524479031269ebe6c1d929acdcd957281 22816 
python-clint_0.3.1.orig.tar.gz
 f0cfb373cd98ae6d5f7f0527122e12e04c4fa9d1848ec531c3b259811a7502f1 2080 
python-clint_0.3.1-1.debian.tar.gz
 ce86ea55f0e5bbfd71baffe64e2067308965ce7a602d2bdf2bb8847cac7f8e7a 26696 
python-clint_0.3.1-1_all.deb
Files: 
 fdffe6b48b58ccd3a1d150bc7373badc 2024 python extra python-clint_0.3.1-1.dsc
 7dcd43fb08bfb84c7d63e9356ada7b73 22816 python extra 
python-clint_0.3.1.orig.tar.gz
 4b7489897c08f7a7676c0bf862e11e61 2080 python extra 
python-clint_0.3.1-1.debian.tar.gz
 181bcad107b91b4edc496aa1c89861d5 26696 python extra 
python-clint_0.3.1-1_all.deb

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

iQIcBAEBCAAGBQJPguFsAAoJEMwUn2wopeJXohcP/2pEJxzZU36ZKiVEosgswRJh
ams0p/sl/D6tPh3++QG+k9gHFSrrWPI2DVOemLIqOL1eYPRK7ookfRoZjEne2jBI
yyQ/bJz4FhrIJJIJtGyAuLW0ILf3zxqjz0ndEJhSLgLOeQOCGmVYbdjDSl8IRj1G
WUS1hBuhj7v3AjnIgtNdSmFPp4MMLDgaEL3sH9cds8KJNghH2uicXAdB9hA/aRfK
d331N3bMT4o6oN8NKSCmC0CILuk5dfyvfSir+WVc9UIWfljxl5qAFYAPbf6XTF5n
FW3hQnl5Tvu79vyYakYSVOf+hRekMpNP01TPm88KyxJKXXXTFU4J3mqZkFPA+saP
uUjlW6r+Hf3TO5cuwcZ7poIXwM53UJdSVFMbLBiAtzQykbX4NxUKGL9L+7kf+Tig
c7kb1vlRRyfTxYgEoSqD3MNSPwhFcTxOzM5+1bbHGWMn2h3iC9SRWpZcaQMr3TTW
qJp+IOke3wnNV9bvCefKjquPH9zN2mG20nb259mGiDtJEFJBQA6zslQZP47Y3I3t
a/h42O8SWxWNiDA4Eo0EZHsPx9ASPMDrFSJOfuNXPvsyQTc3Drk4KvadA097Oq8R
G6b+orbxxwu25I+4LgYFdHxfbnWR14hEADRybGHw3M5svrkn5DcgMzOR2VV9krrN
0apGgRJUvgcIAHcBLDfS
=aPnr
-END PGP SIGNATURE-


Accepted:
python-clint_0.3.1-1.debian.tar.gz
  to main/p/python-clint/python-clint_0.3.1-1.debian.tar.gz
python-clint_0.3.1-1.dsc
  to main/p/python-clint/python-clint_0.3.1-1.dsc
python-clint_0.3.1-1_all.deb
  to main/p/python-clint/python-clint_0.3.1-1_all.deb
python-clint_0.3.1.orig.tar.gz
  to main/p/python-clint/python-clint_0.3.1.orig.tar.gz


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



Accepted automatic-save-folder 1.0.4-2 (source all)

2012-04-10 Thread Sascha Girrulat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 07 Apr 2012 09:31:42 +0200
Source: automatic-save-folder
Binary: xul-ext-automatic-save-folder
Architecture: source all
Version: 1.0.4-2
Distribution: unstable
Urgency: low
Maintainer: Debian Mozilla Extension Maintainers 
pkg-mozext-maintain...@lists.alioth.debian.org
Changed-By: Sascha Girrulat sas...@girrulat.de
Description: 
 xul-ext-automatic-save-folder - Download helper for Firefox which automates 
the sorting and savin
Changes: 
 automatic-save-folder (1.0.4-2) unstable; urgency=low
 .
   * [d91f1a2] lintian cleanup
Checksums-Sha1: 
 8fde0f1bd5468b08a46dea1de5a4ff33a557639d 1479 automatic-save-folder_1.0.4-2.dsc
 b068bc8b483391d57fc02d1eef8ae667d3ae6f2f 790944 
automatic-save-folder_1.0.4.orig.tar.bz2
 a39b7f407fa41e5edcd2cfba6d8e696d058aa6dd 9512 
automatic-save-folder_1.0.4-2.debian.tar.gz
 87836c92f7bb2a44596baea1f6c58eeacaaeb271 821014 
xul-ext-automatic-save-folder_1.0.4-2_all.deb
Checksums-Sha256: 
 9281a605119f62af047124f609a7365db70bc0b84c376ce09a6a49f5bd1c3ba1 1479 
automatic-save-folder_1.0.4-2.dsc
 49bb50f4676a231957a93bd62af59bd13d7c89d4a2237867aaabf75824d010d4 790944 
automatic-save-folder_1.0.4.orig.tar.bz2
 86e39aace43facea1b0f6047d25be974c5b8771655b6244713d4059c68415bb8 9512 
automatic-save-folder_1.0.4-2.debian.tar.gz
 82c0d2f78898376596daeb68c1461eca6586d31596fc6b71910e19744e8faa4a 821014 
xul-ext-automatic-save-folder_1.0.4-2_all.deb
Files: 
 9f6b7470849a4030415f30b5acdbce4f 1479 web extra 
automatic-save-folder_1.0.4-2.dsc
 4cd68b17b235f3457cc4ad8bd53e451d 790944 web extra 
automatic-save-folder_1.0.4.orig.tar.bz2
 4d403ccc3720b93269446bb149c13d0b 9512 web extra 
automatic-save-folder_1.0.4-2.debian.tar.gz
 1fec1043e5618005d176ec2a1263d7b6 821014 web extra 
xul-ext-automatic-save-folder_1.0.4-2_all.deb

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

iD8DBQFPguH5n88szT8+ZCYRAu4eAJ45YcFxxXkZ3bnRRYIZluTf0uzk8QCfVkOE
Vw9tmScXdtpLhO7UthYGxJo=
=ln8o
-END PGP SIGNATURE-


Accepted:
automatic-save-folder_1.0.4-2.debian.tar.gz
  to main/a/automatic-save-folder/automatic-save-folder_1.0.4-2.debian.tar.gz
automatic-save-folder_1.0.4-2.dsc
  to main/a/automatic-save-folder/automatic-save-folder_1.0.4-2.dsc
automatic-save-folder_1.0.4.orig.tar.bz2
  to main/a/automatic-save-folder/automatic-save-folder_1.0.4.orig.tar.bz2
xul-ext-automatic-save-folder_1.0.4-2_all.deb
  to main/a/automatic-save-folder/xul-ext-automatic-save-folder_1.0.4-2_all.deb


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



Accepted lua-dbi 0.5+svn78-1 (source all amd64)

2012-04-10 Thread Enrico Tassi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Apr 2012 14:50:23 +0200
Source: lua-dbi
Binary: lua-dbi-common lua-dbi-sqlite3 lua-dbi-mysql lua-dbi-postgresql
Architecture: source all amd64
Version: 0.5+svn78-1
Distribution: unstable
Urgency: low
Maintainer: Enrico Tassi gareuselesi...@debian.org
Changed-By: Enrico Tassi gareuselesi...@debian.org
Description: 
 lua-dbi-common - DBI library for the Lua language, common files
 lua-dbi-mysql - DBI library for the Lua language, MySQL backend
 lua-dbi-postgresql - DBI library for the Lua language, PostgreSQL backend
 lua-dbi-sqlite3 - DBI library for the Lua language, sqlite3 backend
Closes: 668173
Changes: 
 lua-dbi (0.5+svn78-1) unstable; urgency=low
 .
   * Initial release. (Closes: #668173)
Checksums-Sha1: 
 6f52bcb69ac3fbc6d95552e405df9a7bfacba8c4 1474 lua-dbi_0.5+svn78-1.dsc
 05e62d6f1f05ea3f3b2a80cfbe903fbe57a5dc80 23250 lua-dbi_0.5+svn78.orig.tar.gz
 9dc6f81e39db2497414da7f8d2b88026640f5ebf 3250 lua-dbi_0.5+svn78-1.debian.tar.gz
 716c2befc04c11a8fec7694e9203fa2220be1f1a 2970 
lua-dbi-common_0.5+svn78-1_all.deb
 d962b5dd4da9ec2490caf0f1a7b4ba3df6031141 9832 
lua-dbi-sqlite3_0.5+svn78-1_amd64.deb
 9d9254d6fca96d7a28dda549067d67a2cb9744cb 10942 
lua-dbi-mysql_0.5+svn78-1_amd64.deb
 27c8bc31a839160249939446dc35e9e8fabe4c79 10374 
lua-dbi-postgresql_0.5+svn78-1_amd64.deb
Checksums-Sha256: 
 b5c8fb8456634acc3a0d4df2c5e786197becf3c9e3b45fedfe64cd03264571ac 1474 
lua-dbi_0.5+svn78-1.dsc
 3d218dbe19917c2199ccf5aa34cc1e7e7b843b9f2f42718a59ee643c4878d3a6 23250 
lua-dbi_0.5+svn78.orig.tar.gz
 f5a9256cccef7613efc7e1e78bda3ff20d477d94e275012896feb006db8f63e5 3250 
lua-dbi_0.5+svn78-1.debian.tar.gz
 0d4d00335c16c091da2a7d6560e09dfb7a8eff2e70ad2a96d69c0ca1cbe7619b 2970 
lua-dbi-common_0.5+svn78-1_all.deb
 835a0dd8842fd0f54552f33375c2bfca064b95d81e5f81bd63222f04e12d110f 9832 
lua-dbi-sqlite3_0.5+svn78-1_amd64.deb
 956fd446838b0c0a322368bf1f13e3da4500eb5d0c7deb45a10a222e62d5aa0e 10942 
lua-dbi-mysql_0.5+svn78-1_amd64.deb
 405a1a039a78cda941cae23d3c72ff53e963901e29d0cde3abc015863a571997 10374 
lua-dbi-postgresql_0.5+svn78-1_amd64.deb
Files: 
 21060fc2b90b7e6b22804e4d040f5ac6 1474 interpreters optional 
lua-dbi_0.5+svn78-1.dsc
 b063a1de6c7ee5227c7824b2f53a6621 23250 interpreters optional 
lua-dbi_0.5+svn78.orig.tar.gz
 94ed709c78871078e511319b017ceb08 3250 interpreters optional 
lua-dbi_0.5+svn78-1.debian.tar.gz
 3bf6872203a6fc7f990cf7fd5f028189 2970 interpreters optional 
lua-dbi-common_0.5+svn78-1_all.deb
 2e1d50a7f98a8ab1c315572b8d962839 9832 interpreters optional 
lua-dbi-sqlite3_0.5+svn78-1_amd64.deb
 6a5a5b2412a274211546d522a1e52442 10942 interpreters optional 
lua-dbi-mysql_0.5+svn78-1_amd64.deb
 6a80714891cea5c73af04c26db405790 10374 interpreters optional 
lua-dbi-postgresql_0.5+svn78-1_amd64.deb

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

iEYEARECAAYFAk+C3tAACgkQ7kkcPgEj8vLehACfRl0r0FzY5JadprTPtCB5ORVk
s9sAn1qc9dOc5B7rinBcBS+YAGaQGTvs
=ZLFF
-END PGP SIGNATURE-


Accepted:
lua-dbi-common_0.5+svn78-1_all.deb
  to main/l/lua-dbi/lua-dbi-common_0.5+svn78-1_all.deb
lua-dbi-mysql_0.5+svn78-1_amd64.deb
  to main/l/lua-dbi/lua-dbi-mysql_0.5+svn78-1_amd64.deb
lua-dbi-postgresql_0.5+svn78-1_amd64.deb
  to main/l/lua-dbi/lua-dbi-postgresql_0.5+svn78-1_amd64.deb
lua-dbi-sqlite3_0.5+svn78-1_amd64.deb
  to main/l/lua-dbi/lua-dbi-sqlite3_0.5+svn78-1_amd64.deb
lua-dbi_0.5+svn78-1.debian.tar.gz
  to main/l/lua-dbi/lua-dbi_0.5+svn78-1.debian.tar.gz
lua-dbi_0.5+svn78-1.dsc
  to main/l/lua-dbi/lua-dbi_0.5+svn78-1.dsc
lua-dbi_0.5+svn78.orig.tar.gz
  to main/l/lua-dbi/lua-dbi_0.5+svn78.orig.tar.gz


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



Accepted polymaps 2.5.1+ds1-1 (source all)

2012-04-10 Thread David Paleino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Apr 2012 23:19:56 +0200
Source: polymaps
Binary: libjs-polymaps
Architecture: source all
Version: 2.5.1+ds1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 
pkg-javascript-de...@lists.alioth.debian.org
Changed-By: David Paleino da...@debian.org
Description: 
 libjs-polymaps - JavaScript library for image- and vector-tiled maps
Changes: 
 polymaps (2.5.1+ds1-1) unstable; urgency=low
 .
   * Initial release
Checksums-Sha1: 
 969d7c4e46d74bc91cf5a8614e1a18b58a87a230 1317 polymaps_2.5.1+ds1-1.dsc
 2b4af775b5ab594eaf17344f5d9a2b384de16536 42494 polymaps_2.5.1+ds1.orig.tar.gz
 c2fdd6a000422e0139b23deff4c7a5a29773c557 3073 
polymaps_2.5.1+ds1-1.debian.tar.gz
 355b7bf1cb54ff9552f468046841009385ea28e6 28284 
libjs-polymaps_2.5.1+ds1-1_all.deb
Checksums-Sha256: 
 5fd9443d1ccbc08191192491331269971ffa4d598512b4e044c02098adf50284 1317 
polymaps_2.5.1+ds1-1.dsc
 c7585d3d51cf635d06b1587ebf06173e12e9de886d9e781f532a2ae441dece86 42494 
polymaps_2.5.1+ds1.orig.tar.gz
 0a9f8e812a50c1c1e238f90831f157e576f3324c3d040b310d34748cb6482394 3073 
polymaps_2.5.1+ds1-1.debian.tar.gz
 39e147850f9f92886b66b481035ae6ae8ff3086fc820446da31fd533ed5c846e 28284 
libjs-polymaps_2.5.1+ds1-1_all.deb
Files: 
 994f30ea83700c493b013b3e7db64eb2 1317 web extra polymaps_2.5.1+ds1-1.dsc
 0eb8a9bf96ee0e10713deb2dd045d65d 42494 web extra polymaps_2.5.1+ds1.orig.tar.gz
 6143b222c4b72d1a40c4f95ac52ced6d 3073 web extra 
polymaps_2.5.1+ds1-1.debian.tar.gz
 2d678d0fcff326d1fc447369872b3419 28284 web extra 
libjs-polymaps_2.5.1+ds1-1_all.deb

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

iEYEARECAAYFAk+DUr4ACgkQ5qqQFxOSsXQz1ACfXELNDKz+EJGz2h+Z1feKr1HV
p4EAoMrXepVJ1vPwLLtA+PAhW25ohTVI
=KVhS
-END PGP SIGNATURE-


Accepted:
libjs-polymaps_2.5.1+ds1-1_all.deb
  to main/p/polymaps/libjs-polymaps_2.5.1+ds1-1_all.deb
polymaps_2.5.1+ds1-1.debian.tar.gz
  to main/p/polymaps/polymaps_2.5.1+ds1-1.debian.tar.gz
polymaps_2.5.1+ds1-1.dsc
  to main/p/polymaps/polymaps_2.5.1+ds1-1.dsc
polymaps_2.5.1+ds1.orig.tar.gz
  to main/p/polymaps/polymaps_2.5.1+ds1.orig.tar.gz


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



Accepted ruby-capistrano-colors 0.5.5-1 (source all)

2012-04-10 Thread Taku YASUI
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 10 Apr 2012 01:29:46 +0900
Source: ruby-capistrano-colors
Binary: ruby-capistrano-colors
Architecture: source all
Version: 0.5.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Taku YASUI t...@debian.org
Description: 
 ruby-capistrano-colors - Capistrano helper for colorizing its output
Closes: 665939 665941 665942
Changes: 
 ruby-capistrano-colors (0.5.5-1) unstable; urgency=low
 .
   * Initial release (Closes: #665939, #665941, #665942)
Checksums-Sha1: 
 4297236d5a4f1f0f4cec45778b0b4bdd338a96e1 2167 
ruby-capistrano-colors_0.5.5-1.dsc
 5381fc0e7d424aa045240c37c09d29b5fff509a8 4547 
ruby-capistrano-colors_0.5.5.orig.tar.gz
 e32d48eb63505f60c8e432d3325364cfc97b04ba 2280 
ruby-capistrano-colors_0.5.5-1.debian.tar.gz
 ad8865376d852fc89f097b9fa3a12e08e1777911 5178 
ruby-capistrano-colors_0.5.5-1_all.deb
Checksums-Sha256: 
 b6faf1d2322f5f6e8cf56b1def7a1b738a04646adba653bd266e8e75f540e450 2167 
ruby-capistrano-colors_0.5.5-1.dsc
 69135aae631042bf35bb94bc2f4817bc2fd43d60017061bd6db3f42cc415c887 4547 
ruby-capistrano-colors_0.5.5.orig.tar.gz
 217ea2d5427183b3496e8dad040f76d996a18f8d2267b58987ababb87cc027ff 2280 
ruby-capistrano-colors_0.5.5-1.debian.tar.gz
 c42e5c021570c8433f0ac6073fb9bdfdaf88b7af52c1ecc9dc124ff01c482e1c 5178 
ruby-capistrano-colors_0.5.5-1_all.deb
Files: 
 2f00f957c3921d5630e23e6f2353f88e 2167 ruby extra 
ruby-capistrano-colors_0.5.5-1.dsc
 932bbac2d6062f10d45d0dbbeb712b2c 4547 ruby extra 
ruby-capistrano-colors_0.5.5.orig.tar.gz
 6ae873b38db1f2f28cea940d6c78f492 2280 ruby extra 
ruby-capistrano-colors_0.5.5-1.debian.tar.gz
 7397ff0ddb695714cb3039e0ea8f724e 5178 ruby extra 
ruby-capistrano-colors_0.5.5-1_all.deb

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

iQIcBAEBCAAGBQJPgxCtAAoJEEDXFs/pCc3uXRIQAKNQop+j9b8rmn6+8KEpQ2WF
KnPR6FW0M17/nwWF0DhkwpoIj1ZESKxZNKyGYf7+encNAwFnzhjsKrYdQLBYy4Nv
WVL9Vz6gCHTrP+9TL+4QEHx2KSUH5uTyClGF7mjhHN6TUSCfmHhbBr9XX4K6xQqo
wcxVWUlGynaFzxl4aYezXarvTvn3fL4e9XffaoNBQHXUFTXFXiFjU6m+TdBSyQeQ
uYhUPLRR3AHzjbNMBea+ehIjZHSRwQks4EFcpU9M95dogkuKYDVXhUyDRt7dTsKm
JDIVLMz+F2EfzJFJ9hiRVS2bjD/gPSkp39iMY9nJWQ5dzSeiSkQbOdTXlL1v4iqZ
LScla/2TSBge/UjCBy4kYse5U1KbvGmI9IRXP2Oyzlh4o9D0OzMZJ/hpCJJwkGeP
yMLkVsz2PnfNYMvO0Rk3B9XBh9e+5CeJQL9O7OgOq3DHFUi5sX4JWjkXJUWe51+1
ggQE+LwI5IpX42VAjU5wLdVQ3H4taRJNvjz/MFTh10AdCnmJpCmqyhuezjGcaZur
aOexbSIkXEv6YRuSNbLGtaJqekEsnwniwAIxXFut1rD0Ke8RJKjO/3Pw6h7qqQqH
hS3cbv/AJHAN3eRx19A6wTnNu4CClUV9TZGIhX57e2tqEuowJ8Ll7NclfdqPrfdj
udDPaINGXykoyFLoCl42
=+7fC
-END PGP SIGNATURE-


Accepted:
ruby-capistrano-colors_0.5.5-1.debian.tar.gz
  to main/r/ruby-capistrano-colors/ruby-capistrano-colors_0.5.5-1.debian.tar.gz
ruby-capistrano-colors_0.5.5-1.dsc
  to main/r/ruby-capistrano-colors/ruby-capistrano-colors_0.5.5-1.dsc
ruby-capistrano-colors_0.5.5-1_all.deb
  to main/r/ruby-capistrano-colors/ruby-capistrano-colors_0.5.5-1_all.deb
ruby-capistrano-colors_0.5.5.orig.tar.gz
  to main/r/ruby-capistrano-colors/ruby-capistrano-colors_0.5.5.orig.tar.gz


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



Accepted ruby-exif 0.1.2-17 (source all amd64)

2012-04-10 Thread Taku YASUI
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 10 Apr 2012 02:54:02 +0900
Source: ruby-exif
Binary: ruby-exif libexif-ruby1.8 libexif-ruby1.9.1 libexif-ruby
Architecture: source all amd64
Version: 0.1.2-17
Distribution: unstable
Urgency: low
Maintainer: Taku YASUI t...@debian.org
Changed-By: Taku YASUI t...@debian.org
Description: 
 libexif-ruby - Ruby library for EXIF tag parsing (transitional package)
 libexif-ruby1.8 - Ruby library for EXIF tag parsing (transitional package)
 libexif-ruby1.9.1 - Ruby library for EXIF tag parsing (transitional package)
 ruby-exif  - Ruby library for EXIF tag parsing
Changes: 
 ruby-exif (0.1.2-17) unstable; urgency=low
 .
   * Ruby package transition
 - Change package name from libexif-ruby to ruby-exif
   * Move repository to git.debian.org
 - git://git.debian.org/pkg-ruby-extras/ruby-exif.git
Checksums-Sha1: 
 e5a337c814d0c74cb75069b2bbfa87db6f3d9918 2013 ruby-exif_0.1.2-17.dsc
 91c65a69bbaed0be539d2809c0c6cdf7648136a5 18892 ruby-exif_0.1.2.orig.tar.gz
 5e26a15b3d5d99da7871e049dbf01251d18bd5d9 4192 ruby-exif_0.1.2-17.diff.gz
 6a04dc51319ce3a61c13b45f91e261548d8415b6 3664 libexif-ruby1.8_0.1.2-17_all.deb
 7d134d0002f0cdce0f0c8b3f73493c6b0b9017a9 3686 
libexif-ruby1.9.1_0.1.2-17_all.deb
 1bb1a08680fd709ca788c0bab1a39cc8d1db12aa 3678 libexif-ruby_0.1.2-17_all.deb
 4974a28ad64c5bd79618b34d3a269040afdcd680 22656 ruby-exif_0.1.2-17_amd64.deb
Checksums-Sha256: 
 69704b1b7455c738f1fc6b1efca87654ae026846d6ca7b469614af0e0d359ec3 2013 
ruby-exif_0.1.2-17.dsc
 a0f9266284402d046b47af4c69fd0ef6a5ec749525faddabc2580be350bf87c7 18892 
ruby-exif_0.1.2.orig.tar.gz
 78fc4f5a5c589b76ed42ec590608f7d482ab4f8de8823ab7c6b7e190b0e66048 4192 
ruby-exif_0.1.2-17.diff.gz
 5487797a5421706e7600937a12a506e3e517fd7bde7394858ecc703e68a160aa 3664 
libexif-ruby1.8_0.1.2-17_all.deb
 e95fcb24d9c888e23bb38c0d24e7b8c1c191015f0cdb0ead2da107442d503734 3686 
libexif-ruby1.9.1_0.1.2-17_all.deb
 f345f22e63894b7bbb41d8156b7fd4deccf2f4438824303bd80942da48a7db88 3678 
libexif-ruby_0.1.2-17_all.deb
 e4e8ec2340168e58148110cc84049c40409eb519752b5b83a2ab85138dcd6bc8 22656 
ruby-exif_0.1.2-17_amd64.deb
Files: 
 95b91fa593fe2fabf350a0d97607b19f 2013 ruby extra ruby-exif_0.1.2-17.dsc
 5c26e9f1c74dbcb577d5d601da5ef057 18892 ruby extra ruby-exif_0.1.2.orig.tar.gz
 c4f73870cd71bf8aef440be4b0c786cd 4192 ruby extra ruby-exif_0.1.2-17.diff.gz
 44bb7f5ab8529f2469343e139498f02c 3664 oldlibs extra 
libexif-ruby1.8_0.1.2-17_all.deb
 3ff5504fc984795bd41cb8e867b55c46 3686 oldlibs extra 
libexif-ruby1.9.1_0.1.2-17_all.deb
 121718a115cd759bd853332be098a6f1 3678 oldlibs extra 
libexif-ruby_0.1.2-17_all.deb
 3a3feb648260d865984dce9ad711ad27 22656 ruby extra ruby-exif_0.1.2-17_amd64.deb

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

iQIcBAEBCAAGBQJPgyOyAAoJEEDXFs/pCc3ugyQQAKw3VwSUNRVifhm0l1D1+b54
6mHt/8lybpdB7T8cKzmhAMgDSZ5qR5AEbu9+DJ/89ndtXe389t7XPIMQta0WgNSe
vW2Ih0s5GhmYP1zMFiMayM2LWbIp/VmkkC99nON6HCUenIWxj/CEZznHT6g0rx1n
FFSXQ/WtnzczW3jUJKqk/k6KtQBZn5/XPiJZHhyBIzjsS3l2MBGE/N4DlWjOlh2+
1UiGaOfo1rZIREg8dfBqcVQsXZRUlty0jy808aqryjEju4DIPMPR/mFAyJFib9Yz
DyU3Z0394plPTARclg94TrguRGgksdFWY3hjt+BTPhciDSM1xKMNZA6wmnIoCWKJ
DblU+24bc6+WneI7Zu6bA2ihGzww2ruEkSA9GdcMiiz5paAtfbG3OwBJJ/K0bCIW
u5I8H3Y4SPABOvtsfw8oSDDxK1ZyHhDS3mdTgj5t+oRjtx97LvRuZPP8DPJv2s4C
89zWqOrzDdobsvu2d4CE56mLDNVXbpmfnszse40IGSTpzr+XYwwP00IOFEFR0aso
99GC+DRkKYjBs6KJ8ikn0b/iJYJEY+aKxIlXlr0e9cTMO90F++kUMARlvACak/wH
IKA8RsE8hiu9XIu8FSmjemELyul1FsWl+uivcFZgM+KBiCcSMi5RpA6BdQ/q/+tp
u/iifJVtBTv9Vg1rZimG
=Eb5z
-END PGP SIGNATURE-


Accepted:
libexif-ruby1.8_0.1.2-17_all.deb
  to main/r/ruby-exif/libexif-ruby1.8_0.1.2-17_all.deb
libexif-ruby1.9.1_0.1.2-17_all.deb
  to main/r/ruby-exif/libexif-ruby1.9.1_0.1.2-17_all.deb
libexif-ruby_0.1.2-17_all.deb
  to main/r/ruby-exif/libexif-ruby_0.1.2-17_all.deb
ruby-exif_0.1.2-17.diff.gz
  to main/r/ruby-exif/ruby-exif_0.1.2-17.diff.gz
ruby-exif_0.1.2-17.dsc
  to main/r/ruby-exif/ruby-exif_0.1.2-17.dsc
ruby-exif_0.1.2-17_amd64.deb
  to main/r/ruby-exif/ruby-exif_0.1.2-17_amd64.deb
ruby-exif_0.1.2.orig.tar.gz
  to main/r/ruby-exif/ruby-exif_0.1.2.orig.tar.gz


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



Accepted s2tc 0~git20110809-1 (source amd64)

2012-04-10 Thread Lennart Weller
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 07 Apr 2012 20:31:52 +0200
Source: s2tc
Binary: libtxc-dxtn-s2tc0 libtxc-dxtn-s2tc-bin libtxc-dxtn-s2tc-dev
Architecture: source amd64
Version: 0~git20110809-1
Distribution: unstable
Urgency: low
Maintainer: Lennart Weller l...@ring0.de
Changed-By: Lennart Weller l...@ring0.de
Description: 
 libtxc-dxtn-s2tc-bin - S2TC texture compression and conversion tools
 libtxc-dxtn-s2tc-dev - Development files for the S2TC library
 libtxc-dxtn-s2tc0 - Texture compression library for Mesa
Closes: 667989
Changes: 
 s2tc (0~git20110809-1) unstable; urgency=low
 .
   * Initial release. (Closes: #667989)
Checksums-Sha1: 
 a62752d9abd02e38e18b20af6cd7d22422f0d4ed 2033 s2tc_0~git20110809-1.dsc
 7932c8d9103be72ff53d31c4b4e98c443dd0bf68 1394907 s2tc_0~git20110809.orig.tar.gz
 0e7ce41e1d4be0a6d1e3ea98d68a1d2a6b138b97 3368 
s2tc_0~git20110809-1.debian.tar.gz
 37313c581143a266fb7da8926c10cfecabc6441f 56640 
libtxc-dxtn-s2tc0_0~git20110809-1_amd64.deb
 3e304bdf75612bd3d1fb9e6cca819f8daba1a956 14236 
libtxc-dxtn-s2tc-bin_0~git20110809-1_amd64.deb
 d2f30ef7b5bd070b3554c10ed745042cac999ff7 2808 
libtxc-dxtn-s2tc-dev_0~git20110809-1_amd64.deb
Checksums-Sha256: 
 987e35fde6b482b472cd2783faa9ca9c39a70106a7ba6e45a9afb4c8fd0075c5 2033 
s2tc_0~git20110809-1.dsc
 d1cd2a5af60832198f121b50e571d3e4465fc1ce1a4fbaae29be9611376b1f6e 1394907 
s2tc_0~git20110809.orig.tar.gz
 9e3c20cd1c979aab2670ecee48a51915662a6d7295a7a51f6372fb57ca7e 3368 
s2tc_0~git20110809-1.debian.tar.gz
 d9712f393f48637b30ab2cc94577fac25e3e140de558b7539e13da9f6345bcc3 56640 
libtxc-dxtn-s2tc0_0~git20110809-1_amd64.deb
 394d405c9bb3afa1ad7a0307b816ed04be5e8f5ec3e798ca7c195d1022ca3925 14236 
libtxc-dxtn-s2tc-bin_0~git20110809-1_amd64.deb
 cae979daa7896e630f8ee42f412cdfa7f5892db03522947f49954b46f500b405 2808 
libtxc-dxtn-s2tc-dev_0~git20110809-1_amd64.deb
Files: 
 7e83be681d358c540debacba1a37ba50 2033 libs extra s2tc_0~git20110809-1.dsc
 d64af096c098fd384123aa7ff7e518a5 1394907 libs extra 
s2tc_0~git20110809.orig.tar.gz
 4377804993d1530c0a804efc1eaf581e 3368 libs extra 
s2tc_0~git20110809-1.debian.tar.gz
 34732eebe68c56e2738e4d48c0b99f42 56640 libs extra 
libtxc-dxtn-s2tc0_0~git20110809-1_amd64.deb
 5be6da24ff1c767a84416e70d95c0ac8 14236 misc extra 
libtxc-dxtn-s2tc-bin_0~git20110809-1_amd64.deb
 6cf7ec121b25ce44337822654d3d4598 2808 libdevel extra 
libtxc-dxtn-s2tc-dev_0~git20110809-1_amd64.deb

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

iQIcBAEBCAAGBQJPgyA7AAoJENju1/PIO/qamvkP/2J4lWxyT+IrsYKGD9dtyP7U
tuK2xGdKeZh1BIoOslbyit785tTVLtymvd2nSDHAGRvlfXUYvkE/piEacDgbm+O9
2B61Ru/QlE587pfwA8xe3tO6nzs0LxfeFFoPm2CwFbYHbNCJgBTIMcchCAiHiFAB
SkZw/65PsfKIaaQw75uonnEIQollKKgY6PVFriu7T7/phVgwzdfCxG86ZAMfURW6
kPFjzSlDcjtr/ENTpm2fwYlziAFUIuyBALXxvf2iR9GnqGI/SDHZgGeaGVbZX+U7
sdRJ3u5gsAPWjkZDz7o36FvYB3+4+KqkshzupPrQKLCNB1x6/Luw5GN/Jm4/3gB5
dgajOeikNPUnB++FusZ5yBcaW03lLN878t3sTF8DPrbF7Muf5QwGwzo9GrAbnEId
sjVK9oz6udoijNzmcDM5eujd4bOHcbXpuosvvX8OKM4aHx5DqAhgkLNBmc4GMuP7
UsoW7DJ/Tuu3ffPP13fisAT9vgMVxhlSRMFhiIb5PBY9HDX6NXpEtv4avF0INdnQ
WB59U6kcF2q/MZfXthIHv53RyZbEYrWbClufY+syI25yeoW5oK/PNQjABvIBlK7Q
BuW4SoFcplhc+x8KFUaw1SC5kEmmaYcMVRnNyicJlm4YThnxFPvWU2412waYtxBI
fSADCoB239E4VzCaFIH6
=Mo61
-END PGP SIGNATURE-


Accepted:
libtxc-dxtn-s2tc-bin_0~git20110809-1_amd64.deb
  to main/s/s2tc/libtxc-dxtn-s2tc-bin_0~git20110809-1_amd64.deb
libtxc-dxtn-s2tc-dev_0~git20110809-1_amd64.deb
  to main/s/s2tc/libtxc-dxtn-s2tc-dev_0~git20110809-1_amd64.deb
libtxc-dxtn-s2tc0_0~git20110809-1_amd64.deb
  to main/s/s2tc/libtxc-dxtn-s2tc0_0~git20110809-1_amd64.deb
s2tc_0~git20110809-1.debian.tar.gz
  to main/s/s2tc/s2tc_0~git20110809-1.debian.tar.gz
s2tc_0~git20110809-1.dsc
  to main/s/s2tc/s2tc_0~git20110809-1.dsc
s2tc_0~git20110809.orig.tar.gz
  to main/s/s2tc/s2tc_0~git20110809.orig.tar.gz


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



Accepted atlas-cpp 0.6.2-2 (source all amd64)

2012-04-10 Thread Stephen M. Webb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 10 Apr 2012 14:39:02 -0400
Source: atlas-cpp
Binary: libatlas-cpp-0.6-1 libatlas-cpp-0.6-1-dbg libatlas-cpp-doc 
libatlas-cpp-0.6-dev
Architecture: all amd64 source
Version: 0.6.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Stephen M. Webb stephen.w...@bregmasoft.ca
Closes: 664549
Description: 
 libatlas-cpp-0.6-1 - World Forge wire protocol library - runtime libs
 libatlas-cpp-0.6-1-dbg - World Forge wire protocol library - debugging libs
 libatlas-cpp-0.6-dev - World Forge wire protocol library - developer files
 libatlas-cpp-doc - World Forge wire protocol library - documentation
Changes: 
 atlas-cpp (0.6.2-2) unstable; urgency=low
 .
   * 0003-add-protocol-xml-file.patch: add the protocol spec
 - missing spec causes a FTBFS during check phase (closes: #664549)
   * debian/libatlas-cpp-0.6-1.symbols: adjusted for ia64
Checksums-Sha1: 
 76ba2f75819a83a26d18d02ee783295ef4ffef53 2166 atlas-cpp_0.6.2-2.dsc
 2be8ad2fbf47b2fbfe23dd7fb9aaa9d12fd538e4 28226 atlas-cpp_0.6.2-2.debian.tar.gz
 e1710e1fd40cd6f9a541c9d8257c5db0685ce9ce 157338 
libatlas-cpp-0.6-1_0.6.2-2_amd64.deb
 9c75416b5e830a4c74372a801f2ff532ea7cc4c4 1441166 
libatlas-cpp-0.6-1-dbg_0.6.2-2_amd64.deb
 2add4cc0ae077dfc0a8351b1cb7344324681c645 311040 
libatlas-cpp-doc_0.6.2-2_all.deb
 ae666d29d624f306a1de78b2caf2eaec7a403353 54012 
libatlas-cpp-0.6-dev_0.6.2-2_amd64.deb
Checksums-Sha256: 
 1d3966c34a286843d02fe9ed2cce9a9637329429ba9adddc6016eebe4b6af9aa 2166 
atlas-cpp_0.6.2-2.dsc
 f967c7a43cd0f60fe7fd15cff9c7e0400eca3d0adb982a90e713fc9d5a97c402 28226 
atlas-cpp_0.6.2-2.debian.tar.gz
 38b666bb6ed3fb767af6f5959e7c034431447996289a8b4a5549236734730785 157338 
libatlas-cpp-0.6-1_0.6.2-2_amd64.deb
 2aeb99988c675e881ed3169db7d4c6242519873ce5bf952de0cbcf311055c48b 1441166 
libatlas-cpp-0.6-1-dbg_0.6.2-2_amd64.deb
 93ea3fa2b1c7eae1510a5684d2e33e98dc640ef2316dd3e50d5e33a8344eee94 311040 
libatlas-cpp-doc_0.6.2-2_all.deb
 442f063a4583073a55344f59529f6a1873a0d383f797a1495815ff9e0fdee081 54012 
libatlas-cpp-0.6-dev_0.6.2-2_amd64.deb
Files: 
 5fe00b00d4e49fc62ade5b433bd97a8f 2166 libs optional atlas-cpp_0.6.2-2.dsc
 15e72655999569d065834332f7c6b0fe 28226 libs optional 
atlas-cpp_0.6.2-2.debian.tar.gz
 1be6857eb671192eb541449fbaecbb8f 157338 libs optional 
libatlas-cpp-0.6-1_0.6.2-2_amd64.deb
 3f05525d9f26fd667ea27a1412a2ae22 1441166 debug extra 
libatlas-cpp-0.6-1-dbg_0.6.2-2_amd64.deb
 17fbfef719c26d4546c767692654856a 311040 doc optional 
libatlas-cpp-doc_0.6.2-2_all.deb
 c8bd91c83903d9ecf5f24eaf8d30c082 54012 libdevel optional 
libatlas-cpp-0.6-dev_0.6.2-2_amd64.deb

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

iQIcBAEBCgAGBQJPhIWuAAoJEIATJTTdNH3IVVoP/3VDu9jN433D7JhuXPWPA6tL
Wxww8bIchgVpp0JhSvh90jqZy0s3cC8tX4cZFoxu+mry7IirHVRmG47R+Fw7RP/j
E2naUNCIdayCNvOXRyad/jcKk3lE1PROGFuIqu9z5OE7R1NlnuXGzgNVOjvxyryG
60mhz6sgtUf0x8qsC+YmwEDaNSX2+yvN/eHLGtZr4ofj8Etrsix9XbNEqZ3XOdHZ
pmqWuivd+3EKr43x4F27WlN4JH9cmd9126w4t6Wtore6/WTUDs+0EaNWC152dFzR
j0ydv71fmZ53tjVjaC6wxAyhl4kYo/79wqDJdUwS7F/f60oRTFbcxN8c+GCBO5FV
e3mEp+pSE+Pl64LrjrUXXLCtVxoS5UNWlCpdB+w71qJsQEDtSdGv6rtJrl9/qY39
GIRVzjpLswScJ8BgSu3nx80Ps8WtYfkcKAvi9v4h5lFAUIEGH0Ys+7V9lNtxkImk
cbtGGl9LEVBEuNs0YGPhdnqsRS8I+dohPvCrTECa3do6cGd+bg5+xUDlR5RO68fV
7cnkL+JHSWhxMKgrMONvx03ON3E7sTSNYB6EPks60SX6kGIJkufXDd8LIHTECWpK
wMaJ6nq9NV4Yp4K47ji0TgSduO9Q28C/iflQmyS1jdKaclyqL1adXsGQD8NRApZ8
lFvH+0GcqglidjMduHmJ
=zHls
-END PGP SIGNATURE-


Accepted:
atlas-cpp_0.6.2-2.debian.tar.gz
  to main/a/atlas-cpp/atlas-cpp_0.6.2-2.debian.tar.gz
atlas-cpp_0.6.2-2.dsc
  to main/a/atlas-cpp/atlas-cpp_0.6.2-2.dsc
libatlas-cpp-0.6-1-dbg_0.6.2-2_amd64.deb
  to main/a/atlas-cpp/libatlas-cpp-0.6-1-dbg_0.6.2-2_amd64.deb
libatlas-cpp-0.6-1_0.6.2-2_amd64.deb
  to main/a/atlas-cpp/libatlas-cpp-0.6-1_0.6.2-2_amd64.deb
libatlas-cpp-0.6-dev_0.6.2-2_amd64.deb
  to main/a/atlas-cpp/libatlas-cpp-0.6-dev_0.6.2-2_amd64.deb
libatlas-cpp-doc_0.6.2-2_all.deb
  to main/a/atlas-cpp/libatlas-cpp-doc_0.6.2-2_all.deb


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



Accepted accessodf 0.1-1 (source all)

2012-04-10 Thread Sebastian Humenda
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 09 Apr 2012 11:21:13 +0200
Source: accessodf
Binary: accessodf
Architecture: source all
Version: 0.1-1
Distribution: unstable
Urgency: low
Maintainer: Sebastian Humenda shume...@gmx.de
Changed-By: Sebastian Humenda shume...@gmx.de
Description: 
 accessodf  - Libreoffice extension to check accessibility of ODF documents
Closes: 668144
Changes: 
 accessodf (0.1-1) unstable; urgency=low
 .
   * Initial release, packaged as a dependency for odt2braille. (Closes: 
#668144)
Checksums-Sha1: 
 47b4ca397eb6ff01c2c8a862c4946c3e15a7a873 1257 accessodf_0.1-1.dsc
 25aec8e839c64fc2dd0bcd7b7e45e48942802714 322735 accessodf_0.1.orig.tar.gz
 acbc5e61cf003d6beda3ad41755b0003ce16954d 5822 accessodf_0.1-1.debian.tar.gz
 3363972a925b9d46d51bf504914ad3cd5478b740 254224 accessodf_0.1-1_all.deb
Checksums-Sha256: 
 4c6fa219b664a81beecaf23a9803baab96f4250dd1a95afda5a8809bdeb15f52 1257 
accessodf_0.1-1.dsc
 6c9843a9654888f210d4d1d85718b407874ceedeec068645ac06537a07dc003b 322735 
accessodf_0.1.orig.tar.gz
 a8896978210a4c84338cbcebb1d81caa60537c333a5d336127c377eab2466fa0 5822 
accessodf_0.1-1.debian.tar.gz
 d8e798f7c11a714c94e1fb4dd9c0c79450e7e4aeabca9453923e0b07113d29d2 254224 
accessodf_0.1-1_all.deb
Files: 
 ad6c5eac0b9265adcd61189221e0a501 1257 java extra accessodf_0.1-1.dsc
 6f662331553e039e829c80499aa9fa21 322735 java extra accessodf_0.1.orig.tar.gz
 8a16a4c64a77dcbd8ab406baa38a10af 5822 java extra accessodf_0.1-1.debian.tar.gz
 4978488db3b971a90ee21f850938747e 254224 java extra accessodf_0.1-1_all.deb

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

iF4EAREKAAYFAk+DZSQACgkQUesQhRznqygmngD+M6nG1dMrUHK334DDVhKyqW0M
jPBA8BSrd5FOfO/JC6gA/iUBNxCIL0f9R+oPKp+gT/PREp1BR8z0lSJOhv/HyDp8
=ohCC
-END PGP SIGNATURE-


Accepted:
accessodf_0.1-1.debian.tar.gz
  to main/a/accessodf/accessodf_0.1-1.debian.tar.gz
accessodf_0.1-1.dsc
  to main/a/accessodf/accessodf_0.1-1.dsc
accessodf_0.1-1_all.deb
  to main/a/accessodf/accessodf_0.1-1_all.deb
accessodf_0.1.orig.tar.gz
  to main/a/accessodf/accessodf_0.1.orig.tar.gz


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



  1   2   >