Re: ifupdown's changed hook handling breaks other packages.

2012-06-17 Thread Neil Williams
On Sat, 16 Jun 2012 19:33:27 +0200
Andrew Shadura bugzi...@tut.by wrote:

  If it is a bug in NetworkManager, then please show me where.
 
 auto eth0
 
 #NetworkManager#iface eth0 ...
 
 is not a valid syntax.

 So when we have interfaces 'defined' like this, initscripts' hook
 thinks we've got all 0 interfaces up so it can start. Of course, this
 needs to be fixed so it won't even try to do so. But the source of the
 problem is that NetworkManager was abusing a bug in ifupdown's parser.

It would have been a lot easier for everyone if this had been mentioned
in the original bug report - why was this not done?

 I think that reassigning a bug to network-manager in a first place was
 a clear enough message that something needs to be changed, so
 reassigning it back multiple times isn't a good way of communication
 either.

This has been escalated to debian-devel precisely because that mere
reassignment was *not* and was never going to be a sufficiently clear
message for the network-manager maintainers to be able to triage the
bug. ifupdown has lots of bugs, NM has lots of bugs - there's no excuse
for not providing information which would help fix the bugs.

If the ifupdown maintainers had some idea of why the original bug was
down to a package abusing a bug in the parser then just putting those 6
words into the message alongside the reassignment would have saved a
lot of aggravation and started the process of getting this bug fixed.
It doesn't have to be proven, just a hint that it could be related to a
bug fix in the parser would have been a start.

All this reassignment ping-pong - which is just as idiotic as severity
ping-pong - could have been avoided if the original bug report had had
a follow up message about this parser bug being fixed and your
suspicions that network-manager and possibly other tools were abusing
it.

If you think a bug fix in your package has (correctly) prevented other
tools from abusing the bug then, as the maintainer of the package
providing the parser bug fix, it *is* your responsibility to mention
this fact in bug reports which could be related to this change and to
do so before the bug report is re-assigned.

This sounds like your package is abusing a bug in our parser which was
fixed for bug # - is that so much work that you didn't have time to
type it in the comment of the original re-assignment?

That knowledge must be shared with the other team - as early as
possible and certainly without requiring an escalation to -devel.

Co-operation is the core of free software - if some maintainers can't be
bothered to help their fellow maintainers by adding a sentence to a bug
report, those maintainers are doing it wrong.

-- 


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



pgpnKLPmvlxvb.pgp
Description: PGP signature


Bug#677860: ITP: gloss -- Pygame OpenGL wrapper

2012-06-17 Thread Federico Ceratto
Package: wnpp
Severity: wishlist
Owner: Federico Ceratto federico.cera...@gmail.com

* Package name: gloss
  Version : 0.9
  Upstream Author : Paul Hudson paul.hud...@gmail.com
* URL : http://www.tuxradar.com/gloss
* License : LGPLv3
  Programming Lang: Python
  Description : Pygame OpenGL wrapper

Gloss is a graphics wrapper around Pygame and OpenGL that enables rapid
development of 2D games. It provides GPU-accelerated texture rotation,
scaling, alpha channels, text, anti-aliasing, particle systems and more.
The package contains demos and documentation.



-- 
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/20120617102620.24692.58590.reportbug@ehm



Re: Migration path for 'Multi-Arch:allowed' packages

2012-06-17 Thread Goswin von Brederlow
Ben Hutchings b...@decadent.org.uk writes:

 On Tue, 2012-06-12 at 17:45 +0200, David Kalnischkies wrote:
 On Mon, Jun 11, 2012 at 9:40 PM, Michael Gilbert mgilb...@debian.org wrote:
  In particular, I filed a bug against dpkg requesting that it produce
  more informative error messages in these cases [0], but I wonder if a
  part of the solution shouldn't be more automated or at least presented
  at a higher level through apt/aptitude, etc?
 
 Chicken or the egg?
 
 You need to upgrade to support MultiArch,
 but you need MultiArch to upgrade…
 (beside, how would the detection for such a message look like?)
 [...]
 Maybe all maintainers who want to use Multi-Arch now in wheezy
 (and therefore drop amd64 packages) should get together and write
 a what to do after the distribution upgrade for the release notes,
 a (low priority) debconf message and if you want to be really fancy
 a transitional package which shows the same text in case the
 dropped binaries are executed.
 [...]

 I'd be interested in this for linux-image-amd64:i386.  Currently I
 expect linux-image-3.2.0-n-amd64:i386 to remain in wheezy but we'll
 still need to advise the user to enable amd64 ready for wheezy+1.  If we
 can document multi-arch well enough in release notes etc. then it might
 be possible to drop it now.

 Ben.

Luckily you have an i386 package that will be updated to. So you can add
something to the NEWS file or even pop up a debconf message telling the
user about going multiarch.

MfG
Goswin


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87haua5gjg.fsf@frosties.localnet



Re: Bug#677474: Substvars for Build-Depends in the .dsc file

2012-06-17 Thread Goswin von Brederlow
Joachim Breitner nome...@debian.org writes:

 Hi,

 Am Donnerstag, den 14.06.2012, 11:10 +0200 schrieb Bernd Zeimetz:
  The only problem I see with this is that if the build dependencies can
  only be calculated after a full build, building source and binaries
  requires two builds (and a third one if debuild -tc is used). (Maybe
  less if debian/rules tracks the dependency of debian/control on *.cabal,
  but I’m not sure how reliable this is in the when packing and unpacking
  the sources.)
 
 Not knowing the build-dependencies before building the packjage
 sounds... WRONG. Whatever you do to figure them out, please do it before
 uploadfing it and trying to do this on a buildd :\

 that’s not what I am saying I would (let my mycomputer) figure them out
 before uploading, as they would appear in the .dsc file. I was assuming
 the buildds use the information in the .dsc files to install the build
 dependencies, but if I read Julien’s mail correctly, this is not the
 case, so my approach would indeed fail.

 Greetings,
 Joachim

I think that the sources-subvars target must function without any
Build-Depends-(Indep) installed because otherwise:

- Checking out the source from RCS or downloading the source leaves the
source without full Build-Depends.
- Without Build-Depends the source can not be build.
- Without build the sources-subvars can't be generated.

and you are stuck in a vicious circle.

Similar for a debian/control target in debian/rules. Although there you
at least have the old Build-Depends to get you started.


Overall I'm not sure the substvars would be better than a debian/control
target.

MfG
Goswin


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87d34y5fs6.fsf@frosties.localnet



Re: Bug#677474: Substvars for Build-Depends in the .dsc file

2012-06-17 Thread Joachim Breitner
Hi,

it seems that my idea is not well received; point taken, and I do like
the alternative about debian/rules creating debian/control in the clean
target.

Nevertheless :-)

Am Sonntag, den 17.06.2012, 13:39 +0200 schrieb Goswin von Brederlow:
 I think that the sources-subvars target must function without any
 Build-Depends-(Indep) installed because otherwise:
 
 - Checking out the source from RCS or downloading the source leaves the
 source without full Build-Depends.

Getting it from source gives you the .dsc file, so you do have the
information. Getting it from RCS; well, that is not an official way for
Debian to distribute sources so it is up to the maintainers what comfort
level they’d provide.

 - Without Build-Depends the source can not be build.
 - Without build the sources-subvars can't be generated.
 
 and you are stuck in a vicious circle.

Not so vicious if the missing build dependencies are obvious from
possible error messages: If the build process complains about haskell
library foo missing, you know you have to install libghc-foo-dev.

 Similar for a debian/control target in debian/rules. Although there you
 at least have the old Build-Depends to get you started.

Not if you follow the rule that no auto-generated file should live in
the VCS. As above, this is up to the maintainers to decide; cleanliness
of the repo vs. comfort for the check-outer.

 Overall I'm not sure the substvars would be better than a debian/control
 target.

I find generating debian/control somewhat of an hack (as it would be a
hack go generate it when creating binary dependencies), but not a bad
hack, hence I’m not reopening the bug.

Greetings,
Joachim

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


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


Bug#677894: ITP: gnetic -- A tool to clone and make backups of GNU/Linux systems

2012-06-17 Thread Joan Lledó
Package: wnpp
Severity: wishlist
Owner: Joan Lledó joanlluisll...@gmail.com


* Package name: gnetic
  Version : 0.5.0
  Upstream Author : Joan Lledó joanlluisll...@gmail.com
* URL : http://gnetic.nongnu.org/
* License : GPLv3+
  Programming Lang: C++
  Description : A tool to clone and make backups of GNU/Linux systems

Gnetic is a free project developed in C++ to create or restore GNU/Linux system
images. It can also create clones of computers over the network.
..
Features:

- 12 filesystems supported.
- Make clones between disks or partitions with different sizes.
- Clone systems with selinux.
- Restore GRUB boot loader.
- Clone many computers at the same time over the network.
- Clone UUID's and labels.



-- 
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/20120617145034.3262.40520.reportbug@localhost.localdomain



Bug#677897: ITP: ruby-http-parser -- HTTP Parser Library for Ruby

2012-06-17 Thread Youhei SASAKI
Package: wnpp
Owner: Youhei SASAKI uwab...@gfd-dennou.org
Severity: wishlist

* Package name: ruby-http-parser
  Version : 0.1.3
  Upstream Author : Graham Batty
* URL or Web page : http://github.com/stormbrew/http_parser
* License : MIT
  Description : HTTP Parser Library for Ruby

This library provides a (hopefully) high quality http parser library
that can build request information iteratively as data comes over the
line without requiring the caller to maintain the entire body of the
request as a single string in memory.

It will also have a full set of specs and a Ruby-native reference
library so that it can be used in implementations or environments that
do not support C extensions.

---
Youhei SASAKI uwab...@gfd-dennou.org
  uwab...@debian.or.jp
GPG fingerprint:
  4096/RSA: 66A4 EA70 4FE2 4055 8D6A C2E6 9394 F354 891D 7E07



-- 
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/87zk82c5lf.wl%uwab...@gfd-dennou.org



Re: Bug#677474: Substvars for Build-Depends in the .dsc file

2012-06-17 Thread Vincent Danjean
Le 17/06/2012 14:00, Joachim Breitner a écrit :
 Hi,
 
 it seems that my idea is not well received; point taken, and I do like
 the alternative about debian/rules creating debian/control in the clean
 target.

Modifying debian/control within the clean target of debian/rules would
lead to lots of problems already cited (build-depends must be known and
correct just after downloading the sources).

However, you can implement a 'rules' called in the clean target that
check (and perhaps fails) if the current build-depends are wrong (and
if it proposes the good one, the fix will be quick when building the
package initially). Something similar to what is done for symbols for
shared libraries...

  Regards,
Vincent

 Nevertheless :-)

-- 
Vincent Danjean   GPG key ID 0x9D025E87 vdanj...@debian.org
GPG key fingerprint: FC95 08A6 854D DB48 4B9A  8A94 0BF7 7867 9D02 5E87
Unofficial pkgs: http://moais.imag.fr/membres/vincent.danjean/deb.html
APT repo:  deb http://people.debian.org/~vdanjean/debian unstable main


-- 
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/4fde3f62.9040...@free.fr



Bug#677942: ITP: xz-java -- Java library with a complete implementation of XZ data compression

2012-06-17 Thread Miguel Landaeta
Package: wnpp
Severity: wishlist
Owner: Miguel Landaeta mig...@miguel.cc

* Package name: xz-java
  Version : 1.0
  Upstream Author : Lasse Collin lasse.col...@tukaani.org
* URL : http://tukaani.org/xz/java.html
* License : public-domain
  Programming Lang: Java
  Description : Java library with a complete implementation of XZ data 
compression

 XZ for Java aims to be a complete implementation of XZ data compression
 in pure Java. Single-threaded streamed compression and decompression
 and random access decompression have been fully implemented.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


signature.asc
Description: Digital signature


Bug#677945: ITP: flmsg -- amateur radio forms management editor

2012-06-17 Thread Kamal Mostafa
Package: wnpp
Severity: wishlist
Owner: Kamal Mostafa ka...@whence.com

* Package name: flmsg
  Version : 1.1.20
  Upstream Author : Dave Freese w1...@w1hkj.com
* URL : http://www.w1hkj.com/
* License : GPL-2
  Programming Lang: C++
  Description : amateur radio forms management editor

 Flmsg is a simple forms management editor for the amateur radio supported
 standard message formats, including ICS, HICS, MARS, IARU, Radiogram NTS,
 Red Cross, and plaintext.  It's data files are pure ASCII text that can
 be sent from point to point using the internet, amateur radio, or other
 electronic link.



-- 
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/20120618004233.8980.7806.reportbug@localhost6.localdomain6



Bug#677946: ITP: flwrap -- amateur radio file encapsulation/compression utility

2012-06-17 Thread Kamal Mostafa
Package: wnpp
Severity: wishlist
Owner: Kamal Mostafa ka...@whence.com

* Package name: flwrap
  Version : 1.3.4
  Upstream Author : Dave Freese w1...@w1hkj.com
* URL : http://www.w1hkj.com/
* License : GPL-2
  Programming Lang: C++
  Description : amateur radio file encapsulation/compression utility

 Flwrap is a small desktop application that encapsulates a text file,
 an image file, or a binary file within a set of identifier blocks.
 Flwrap is designed to be used to best advantage with fldigi but can
 be used with any digital modem program.



-- 
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/20120618004442.11902.70756.reportbug@localhost6.localdomain6



Accepted texstudio 2.3+debian-2 (source i386)

2012-06-17 Thread Tom Jampen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 15 Jun 2012 21:03:17 +0200
Source: texstudio
Binary: texstudio texstudio-dbg
Architecture: source i386
Version: 2.3+debian-2
Distribution: unstable
Urgency: low
Maintainer: Tom Jampen t...@cryptography.ch
Changed-By: Tom Jampen t...@cryptography.ch
Description: 
 texstudio  - Latex Editor
 texstudio-dbg - Latex Editor (debug)
Closes: 675497
Changes: 
 texstudio (2.3+debian-2) unstable; urgency=low
 .
   * Fixing typo in source URL in copyright file.
   * Improving watch file.
   * Adding build-dependency on pkg-config (Closes: #675497).
Checksums-Sha1: 
 c81d302928703655275ac5b20ff687ddc738957a 1209 texstudio_2.3+debian-2.dsc
 ee3abaaecb630207888373fa4605f7d7d7d24fe8 5976 
texstudio_2.3+debian-2.debian.tar.xz
 b11241711fbd187ed95ac4853722ec29165f4229 3885190 
texstudio_2.3+debian-2_i386.deb
 1174a3941fd95822004b974a281a509670bf6a71 20502946 
texstudio-dbg_2.3+debian-2_i386.deb
Checksums-Sha256: 
 35b1bf6d26d2a4ee5ea5f6927b75ba52f3f884afd9ed21fea2a50ecd44091a47 1209 
texstudio_2.3+debian-2.dsc
 186aa072c40b892d96aa68acf5ff6d2819b0b4f68c595d0ec5e26bfe53292baf 5976 
texstudio_2.3+debian-2.debian.tar.xz
 57aa8955a61665febd4d055c658a7e58abaa33015df6cd4da922d26fdacd9f70 3885190 
texstudio_2.3+debian-2_i386.deb
 0d824bb112efd4e59fe0285c163106fc439468c4548cfd7e546a66293b6925ea 20502946 
texstudio-dbg_2.3+debian-2_i386.deb
Files: 
 fcd232e457f631c73c3d884f5bd7c2ac 1209 editors optional 
texstudio_2.3+debian-2.dsc
 492343387121ea7a003a664edcfbc4e4 5976 editors optional 
texstudio_2.3+debian-2.debian.tar.xz
 5913e242504cbf8f90915685aa697474 3885190 editors optional 
texstudio_2.3+debian-2_i386.deb
 e11c137c6721b0a4ca47f7b21e9d4a75 20502946 debug extra 
texstudio-dbg_2.3+debian-2_i386.deb

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

iEYEARECAAYFAk/deTMACgkQ+C5cwEsrK558nwCglbHTBIkf3k6b0glqtuH0nWsy
7DkAoMDNuC/D3zK5ANu2GDS7mkmgf/d2
=1wel
-END PGP SIGNATURE-


Accepted:
texstudio-dbg_2.3+debian-2_i386.deb
  to main/t/texstudio/texstudio-dbg_2.3+debian-2_i386.deb
texstudio_2.3+debian-2.debian.tar.xz
  to main/t/texstudio/texstudio_2.3+debian-2.debian.tar.xz
texstudio_2.3+debian-2.dsc
  to main/t/texstudio/texstudio_2.3+debian-2.dsc
texstudio_2.3+debian-2_i386.deb
  to main/t/texstudio/texstudio_2.3+debian-2_i386.deb


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



Accepted libvalidation-class-perl 7.58-1 (source all)

2012-06-17 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Jun 2012 08:35:35 +0200
Source: libvalidation-class-perl
Binary: libvalidation-class-perl
Architecture: source all
Version: 7.58-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libvalidation-class-perl - module for centralized, simplified input validation
Changes: 
 libvalidation-class-perl (7.58-1) unstable; urgency=low
 .
   * Team upload.
   * Imported Upstream version 7.58
Checksums-Sha1: 
 c90484b7ee7106df93599d61274e58f7e5f3ef37 2339 
libvalidation-class-perl_7.58-1.dsc
 95f921352ddebab9b5aee464016d80ecf6e5916c 78880 
libvalidation-class-perl_7.58.orig.tar.gz
 caeeefd523278dde19ca1dc566f67664e899436c 3559 
libvalidation-class-perl_7.58-1.debian.tar.gz
 75f804d59aa455b2cbd3e51a23d0857b28ae7623 98564 
libvalidation-class-perl_7.58-1_all.deb
Checksums-Sha256: 
 2827aa1764bfbba1dc40cce83391b022a673e0272451538eeef2c8b2335e75ef 2339 
libvalidation-class-perl_7.58-1.dsc
 e2e9458939e00816c8c73986ea75c359afc1c663fc760a265f32afef223cebfa 78880 
libvalidation-class-perl_7.58.orig.tar.gz
 95b369bce839fbed94a80a24a34f12e4abdfa529970f32403e3c75ac9a62b9b2 3559 
libvalidation-class-perl_7.58-1.debian.tar.gz
 02245e3ffb42a7058ae88f0cb147e3e24670b2945eda891f672258c375fe1ac6 98564 
libvalidation-class-perl_7.58-1_all.deb
Files: 
 8ce34192298769a180a53aee1eea0983 2339 perl optional 
libvalidation-class-perl_7.58-1.dsc
 56573db1f7fa85917ad0eb5b85c681fd 78880 perl optional 
libvalidation-class-perl_7.58.orig.tar.gz
 ac084c55b963e0db30301cef7bee39a3 3559 perl optional 
libvalidation-class-perl_7.58-1.debian.tar.gz
 7cb2bb10f07edb642c1dee4f0fb8b7db 98564 perl optional 
libvalidation-class-perl_7.58-1_all.deb

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

iQIcBAEBCAAGBQJP3XxqAAoJEHidbwV/2GP+G5EP/iO7gbP385IR9lLZ8PxeDNcv
rtnKPfugdMwOWVAKoZrSnbkvIsdbPwxPmE9LYb6gUD3Qb9ZeoD2WiMh51mtIrnGc
ohaA/n/8kVCbtyuhf6a/Pby6Fs4DBJmnPzp5CtFxNx2+/sDKKHPAeUe8V+NZfyey
FyIEudxoJZHJGdzr+vrsbA4uPShvWvNBRKiYsalQ1o85zeLtQHhOx4I1LJ0OBfzL
PptDOdnDz1MMwhRFBcfa4anJglaMajmfF5D1cCldqwVAq//WuqIhIEGEGwcnTJJr
6y2/nSVtroSIw+5d5zyeCj3tA5r/rxfQtx2yZAxpsyWzZXPWJwHugZ0M3EF6chhd
b2adxi+L9FPL22KtKqkEI0xFRT/iE3RhTjqVpjkhq/PkWSYlnoY6mxTxl2bFocQj
dL126iMo7oOqMKslg8P37DUHgGQ6NjXUS3SIB2YSjbJJyaKbHvii+NjeUO7ZN51b
DcWXbQ5sVF8dW04ufj7CV05JX64Bw9DjL68dfETUsZxaiiTJD0HgCUX+7JXhbbDi
LI3tWHt7Cq4/7C6Mu0a73pDfpJ8RnSvoco+anm3H3My3mt9rWwbAN8Yjxi3y+GLB
YU9xNXFeBrz6M6B9DHByERQiqDdHr8sd0XiB6zfEpfGUGBM15lE5MYRlSYwB/tau
Qcj2KMzsN+Rm2mdQL7TX
=34PA
-END PGP SIGNATURE-


Accepted:
libvalidation-class-perl_7.58-1.debian.tar.gz
  to 
main/libv/libvalidation-class-perl/libvalidation-class-perl_7.58-1.debian.tar.gz
libvalidation-class-perl_7.58-1.dsc
  to main/libv/libvalidation-class-perl/libvalidation-class-perl_7.58-1.dsc
libvalidation-class-perl_7.58-1_all.deb
  to main/libv/libvalidation-class-perl/libvalidation-class-perl_7.58-1_all.deb
libvalidation-class-perl_7.58.orig.tar.gz
  to 
main/libv/libvalidation-class-perl/libvalidation-class-perl_7.58.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/e1sg9gp-yu...@franck.debian.org



Accepted refpolicy 2:2.20110726-6 (source all)

2012-06-17 Thread Russell Coker
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Jun 2012 06:18:01 +
Source: refpolicy
Binary: selinux-policy-default selinux-policy-mls selinux-policy-src 
selinux-policy-dev selinux-policy-doc
Architecture: source all
Version: 2:2.20110726-6
Distribution: unstable
Urgency: low
Maintainer: Debian SELinux maintainers selinux-de...@lists.alioth.debian.org
Changed-By: Russell Coker russ...@coker.com.au
Description: 
 selinux-policy-default - Strict and Targeted variants of the SELinux policy
 selinux-policy-dev - Headers from the SELinux reference policy for building 
modules
 selinux-policy-doc - Documentation for the SELinux reference policy
 selinux-policy-mls - MLS (Multi Level Security) variant of the SELinux policy
 selinux-policy-src - Source of the SELinux reference policy for customization
Closes: 677589
Changes: 
 refpolicy (2:2.20110726-6) unstable; urgency=low
 .
   * Added deny_ptrace tunable which some modules depend on
   * Fixed squid and nrpe policy
   * Made all necessary changes to allow a KDE login
 Closes: #677589
   * Made all necessary changes for a mail server running Postfix, Courier
 Maildrop, and Dovecot.  Not all mail server configurations will work (MTAs
 tend to be complex and have lots of interactions) but getting other
 configurations will be easier now.
Checksums-Sha1: 
 e942337dda10ed99432cfc191b37d338cc77036a 1702 refpolicy_2.20110726-6.dsc
 e96c781d3415672dbdacfbd891a4fda0aaea2c16 188733 
refpolicy_2.20110726-6.debian.tar.gz
 5365e505230a1af84b18f31b894a3297cebc58d3 4239880 
selinux-policy-default_2.20110726-6_all.deb
 b1bbdd22519f57491a22f10598de1af890b75682 4280990 
selinux-policy-mls_2.20110726-6_all.deb
 fa0ab1100c7affbb066bf9a55e7171d6acbd 1089272 
selinux-policy-src_2.20110726-6_all.deb
 a3e641e1df5784b3f19f14f923767446f4596e53 906748 
selinux-policy-dev_2.20110726-6_all.deb
 33ded013e65de288bb41933e380c16f77f04516d 644874 
selinux-policy-doc_2.20110726-6_all.deb
Checksums-Sha256: 
 7e55d2c6513323a05937b0ee8cd29b1cd8bfff37751962c55d6da3ecb9ce77c7 1702 
refpolicy_2.20110726-6.dsc
 ae1556db9acabae9d701387bc230a339b6f692dda56cdba2be5c0abe72a65cd8 188733 
refpolicy_2.20110726-6.debian.tar.gz
 f01da6d99a122841c73d4e0c27e72fca5121498aa98fa91ff3e6ee6c686282eb 4239880 
selinux-policy-default_2.20110726-6_all.deb
 61bc83880b040853e9d74d72a576206ce592243cc8c163808cf6e083b55ad850 4280990 
selinux-policy-mls_2.20110726-6_all.deb
 7338aa08dcccea8ac45b631e9668ed60c4fe98a052b5f808b60890a404fa552e 1089272 
selinux-policy-src_2.20110726-6_all.deb
 06bc04d0e3ed98e1053b16f5a33e19745867f5ddb28eff2024d02bcd65ec9040 906748 
selinux-policy-dev_2.20110726-6_all.deb
 f287ee3a3b9a5a2a2e3ab0aa260673f972ef84ea2c5b94121b42af99544cd507 644874 
selinux-policy-doc_2.20110726-6_all.deb
Files: 
 defc8016d9b18169c944fd461def4b06 1702 admin optional refpolicy_2.20110726-6.dsc
 8bb5ea283690a39928c0d9a25be12497 188733 admin optional 
refpolicy_2.20110726-6.debian.tar.gz
 dc109968a8c6ef7131537765d96708ae 4239880 admin optional 
selinux-policy-default_2.20110726-6_all.deb
 437d517746daa7ada18a39425b37d014 4280990 admin extra 
selinux-policy-mls_2.20110726-6_all.deb
 f0f9cfd676143f0d69f10ced1d2874e9 1089272 admin optional 
selinux-policy-src_2.20110726-6_all.deb
 c8b68992fd43a36cc437fc0d13818f39 906748 admin optional 
selinux-policy-dev_2.20110726-6_all.deb
 8dd4e8ba6de4ddf0a3928524d9633459 644874 doc optional 
selinux-policy-doc_2.20110726-6_all.deb

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

iEYEARECAAYFAk/deJEACgkQwrB5/PXHUlZuUACgx86NSYxg5TszhtFcwO8U4Hpw
QagAn1Jmn6sFL20sUeTlBocumbTKUc/T
=PRQ/
-END PGP SIGNATURE-


Accepted:
refpolicy_2.20110726-6.debian.tar.gz
  to main/r/refpolicy/refpolicy_2.20110726-6.debian.tar.gz
refpolicy_2.20110726-6.dsc
  to main/r/refpolicy/refpolicy_2.20110726-6.dsc
selinux-policy-default_2.20110726-6_all.deb
  to main/r/refpolicy/selinux-policy-default_2.20110726-6_all.deb
selinux-policy-dev_2.20110726-6_all.deb
  to main/r/refpolicy/selinux-policy-dev_2.20110726-6_all.deb
selinux-policy-doc_2.20110726-6_all.deb
  to main/r/refpolicy/selinux-policy-doc_2.20110726-6_all.deb
selinux-policy-mls_2.20110726-6_all.deb
  to main/r/refpolicy/selinux-policy-mls_2.20110726-6_all.deb
selinux-policy-src_2.20110726-6_all.deb
  to main/r/refpolicy/selinux-policy-src_2.20110726-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/e1sg9hz-es...@franck.debian.org



Accepted veromix 0.18.3-1 (source all)

2012-06-17 Thread Nik Lutz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 14 Jun 2012 00:01:00 +0100
Source: veromix
Binary: veromix veromix-common plasma-widget-veromix
Architecture: source all
Version: 0.18.3-1
Distribution: unstable
Urgency: low
Maintainer: Nik Lutz nik.l...@gmail.com
Changed-By: Nik Lutz nik.l...@gmail.com
Description: 
 plasma-widget-veromix - Mixer for the PulseAudio sound server (Plasma)
 veromix- Mixer for the PulseAudio sound server (GTK+)
 veromix-common - Mixer for the PulseAudio sound server (common)
Closes: 676827
Changes: 
 veromix (0.18.3-1) unstable; urgency=low
 .
   * New upstream release.
   * Adding /usr/share/locale and /usr/share/icons to veromix-common.install.
   * Fixing python3 syntax error.
 Patch by Johannes Kloos jkl...@unix-ag.uni-kl.de (Closes: #676827).
   * Fix encoding problem (Closes #677445).
Checksums-Sha1: 
 65b252ff1a5c03be362abc1e6369e0bc9452a6da 1332 veromix_0.18.3-1.dsc
 0f659691d324dc83a2c9d074e2a4fdd73db27e25 130001 veromix_0.18.3.orig.tar.gz
 0886d3398239e47c3925b191ab2c5c7b5a258b23 3860 veromix_0.18.3-1.debian.tar.gz
 a89a08ac6f273486ac2d04be095e65747a209c1f 23656 veromix_0.18.3-1_all.deb
 b64799564403a94a3e45364e9bb1354094afba2f 58370 veromix-common_0.18.3-1_all.deb
 fddd21ad568d09157b488c2f1e4ba1dbb636a772 50110 
plasma-widget-veromix_0.18.3-1_all.deb
Checksums-Sha256: 
 88cd86e2abef6c603e38cb61e9dea8e49f9415dbf48b9f1d9b0a092b38823f9f 1332 
veromix_0.18.3-1.dsc
 bed0309d6d0f7d689d3fdd3d548ff405b73bfed603634b355de89430b0fcde79 130001 
veromix_0.18.3.orig.tar.gz
 cd2ff3095cd0f27ef07c65df7b36c7153ce2ce6c8395a6da66b5c4beade5b110 3860 
veromix_0.18.3-1.debian.tar.gz
 453b942774e1eb10d6c5e83a79642fedee9512bf873bc99d983b8fdd4f69be8b 23656 
veromix_0.18.3-1_all.deb
 1059244826edfd0f992502eb76e82fb28ed4d6f6c13e50156f3e1976fd528d6f 58370 
veromix-common_0.18.3-1_all.deb
 4aa19b3a5a89ad4dff4f362cc5b584a90b5f4de5dace1746b0f60b7207186d94 50110 
plasma-widget-veromix_0.18.3-1_all.deb
Files: 
 35733b25fef445607c01e5ef3de622f1 1332 sound optional veromix_0.18.3-1.dsc
 316c45e5ffebb2fc5e049930daba9fd9 130001 sound optional 
veromix_0.18.3.orig.tar.gz
 1aaf0bf4ab21eb111bf54cef232461d6 3860 sound optional 
veromix_0.18.3-1.debian.tar.gz
 41516719177ed0f4c8f71c6e92b0d230 23656 sound optional veromix_0.18.3-1_all.deb
 30e9fecadb0153b16fd792f120ff4303 58370 sound optional 
veromix-common_0.18.3-1_all.deb
 8663fe29ff0b6c8c114f9358ced49e38 50110 sound optional 
plasma-widget-veromix_0.18.3-1_all.deb

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

iEYEARECAAYFAk/dgJ0ACgkQ+C5cwEsrK56fKwCg4qV+k3Ubhod/2fwDpTFt4nId
G2MAoJZ4znrJUF+HI0Lpq34sb7fRqZYG
=Oe0T
-END PGP SIGNATURE-


Accepted:
plasma-widget-veromix_0.18.3-1_all.deb
  to main/v/veromix/plasma-widget-veromix_0.18.3-1_all.deb
veromix-common_0.18.3-1_all.deb
  to main/v/veromix/veromix-common_0.18.3-1_all.deb
veromix_0.18.3-1.debian.tar.gz
  to main/v/veromix/veromix_0.18.3-1.debian.tar.gz
veromix_0.18.3-1.dsc
  to main/v/veromix/veromix_0.18.3-1.dsc
veromix_0.18.3-1_all.deb
  to main/v/veromix/veromix_0.18.3-1_all.deb
veromix_0.18.3.orig.tar.gz
  to main/v/veromix/veromix_0.18.3.orig.tar.gz


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



Accepted kst 2.0.3-1.2 (source all amd64)

2012-06-17 Thread Michael Milligan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 13 Jun 2012 21:39:58 -0500
Source: kst
Binary: kst kst-data kst-doc libkst2core2 libkst2math2 libkst2widgets2
Architecture: source amd64 all
Version: 2.0.3-1.2
Distribution: unstable
Urgency: low
Maintainer: Ruben Molina rmol...@udea.edu.co
Changed-By: Michael Milligan mmilli...@astro.umn.edu
Description: 
 kst- scientific data plotting tool
 kst-data   - set of data files for kst
 kst-doc- set of tutorials for kst
 libkst2core2 - kst core library
 libkst2math2 - kst math library
 libkst2widgets2 - kst widgets library
Closes: 556990
Changes: 
 kst (2.0.3-1.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Add Build-depends: libgetdata-dev (Closes: #556990)
   * Bump Standards-Version to 3.9.3 (no changes)
   * Bump debhelper compat level to 9
   * Drop fragile *.symbols files
   * debian/rules updated to ensure dpkg-buildflags (e.g. hardening) works
   * debian/copyright updated to fully comply with
 http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Checksums-Sha1: 
 0455df80e943622ec82aceeda13ba8b35b6bb6cf 1406 kst_2.0.3-1.2.dsc
 047db91a3458bf83f90feac6d8aed59540837dd7 24245 kst_2.0.3-1.2.debian.tar.gz
 8b0f6b4c735a6d2cdfeb010c2d1ffa34440fff9c 2559780 kst_2.0.3-1.2_amd64.deb
 ab10e94b34815df91668cee5825a82d08ffea062 1048682 kst-data_2.0.3-1.2_all.deb
 4581c79c1233c3db2c21efce67765dd86484dbbd 375286 kst-doc_2.0.3-1.2_all.deb
 fa171cb6790e7e15530b51a289208b307c3a6679 284520 
libkst2core2_2.0.3-1.2_amd64.deb
 f57530010d0c1a21f4e6cdc645f6a3489757d8ca 394892 
libkst2math2_2.0.3-1.2_amd64.deb
 f02d08b124b8d513f590b7431ed6f7248925de16 211294 
libkst2widgets2_2.0.3-1.2_amd64.deb
Checksums-Sha256: 
 cfd1c5810ce167b49d9429f46b99d8ed06dd382e35b4dc18f8f9fc119ed9d0fe 1406 
kst_2.0.3-1.2.dsc
 3d90375c3ca96b7024db13fa1eecb10075aea82653dd01404b5588f80464925d 24245 
kst_2.0.3-1.2.debian.tar.gz
 6323b25c3cd14f857c32d2e5c97131b6abce28380279219cd4d801e5b2168ed9 2559780 
kst_2.0.3-1.2_amd64.deb
 279422faf054ef8251031c16a6bb19d851986c2eda729fbb174501e64457857a 1048682 
kst-data_2.0.3-1.2_all.deb
 6cdbbabd133bce75763ccde9bf303ffe5c3b710255eac667783b5e097eec3bca 375286 
kst-doc_2.0.3-1.2_all.deb
 2f5804b7d3fdd1be89c2a5710742b579c90e9c04ebfbb829daecc26aac3d9d24 284520 
libkst2core2_2.0.3-1.2_amd64.deb
 47d2d61dd99ebcaa9855cff8f837e90eb1d2c7aa74a5fc5353686befb3de55a1 394892 
libkst2math2_2.0.3-1.2_amd64.deb
 ec37d05529905f4a523a9f84d33c5c696568bab69b9682d5490f683a83497f85 211294 
libkst2widgets2_2.0.3-1.2_amd64.deb
Files: 
 a66816c014d3e1352d6b0ed288795a46 1406 science optional kst_2.0.3-1.2.dsc
 55bc581bd4a0ab1763a653a9c0473d3f 24245 science optional 
kst_2.0.3-1.2.debian.tar.gz
 464855c75f20baaa127484c3a14d6bff 2559780 science optional 
kst_2.0.3-1.2_amd64.deb
 bfa605ebf25affa048910b2ac86ee418 1048682 science optional 
kst-data_2.0.3-1.2_all.deb
 280615d1e715338a3948ba23db323fe1 375286 doc optional kst-doc_2.0.3-1.2_all.deb
 2429e79a977e4226f6ff502d9fa069dc 284520 science optional 
libkst2core2_2.0.3-1.2_amd64.deb
 60c561e328007eb99c11dbbc19e9fa53 394892 science optional 
libkst2math2_2.0.3-1.2_amd64.deb
 3a1448b298b24887e84fa65153a42d34 211294 science optional 
libkst2widgets2_2.0.3-1.2_amd64.deb

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

iEYEARECAAYFAk/dikkACgkQiOXXM92JlhBrvACgvuxJf2+/lz1QyYWUXsnUXXpK
5V8AnR6ldz+U7Y24ewPhkAeq4UxFOi+j
=JV39
-END PGP SIGNATURE-


Accepted:
kst-data_2.0.3-1.2_all.deb
  to main/k/kst/kst-data_2.0.3-1.2_all.deb
kst-doc_2.0.3-1.2_all.deb
  to main/k/kst/kst-doc_2.0.3-1.2_all.deb
kst_2.0.3-1.2.debian.tar.gz
  to main/k/kst/kst_2.0.3-1.2.debian.tar.gz
kst_2.0.3-1.2.dsc
  to main/k/kst/kst_2.0.3-1.2.dsc
kst_2.0.3-1.2_amd64.deb
  to main/k/kst/kst_2.0.3-1.2_amd64.deb
libkst2core2_2.0.3-1.2_amd64.deb
  to main/k/kst/libkst2core2_2.0.3-1.2_amd64.deb
libkst2math2_2.0.3-1.2_amd64.deb
  to main/k/kst/libkst2math2_2.0.3-1.2_amd64.deb
libkst2widgets2_2.0.3-1.2_amd64.deb
  to main/k/kst/libkst2widgets2_2.0.3-1.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/e1sgad3-0003xg...@franck.debian.org



Accepted psmisc 22.18-1 (source amd64)

2012-06-17 Thread Craig Small
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Jun 2012 16:13:55 +1000
Source: psmisc
Binary: psmisc
Architecture: source amd64
Version: 22.18-1
Distribution: unstable
Urgency: low
Maintainer: Craig Small csm...@debian.org
Changed-By: Craig Small csm...@debian.org
Description: 
 psmisc - utilities that use the proc file system
Closes: 628617 677428
Changes: 
 psmisc (22.18-1) unstable; urgency=low
 .
   * New upstream release
- assert in killall triggered for small lifetimes Closes: #628617
- killall MAX_NAMES off by one Closes: #677428
Checksums-Sha1: 
 623ccc6b594672890b63f3367fd8e9934f440fa2 1669 psmisc_22.18-1.dsc
 964f6daa0950b128a0840d9df4dc0b671730a83c 492705 psmisc_22.18.orig.tar.gz
 cca98e5d1838be57ea8e3bef9972f29727c02a8a 6495 psmisc_22.18-1.debian.tar.gz
 38f698bdd58156f9af0d46b6bbb29e0f125da64f 134600 psmisc_22.18-1_amd64.deb
Checksums-Sha256: 
 fc3d46dbbfd1380ee7119c28542115428c517969fc9569e52d0cf5c1902e3191 1669 
psmisc_22.18-1.dsc
 afa3a44be18db403f6f631d448f89d9d66304c1590e0cf25583a2b65bc0893d0 492705 
psmisc_22.18.orig.tar.gz
 420a2d9ef551c11712cb75cc7b90496a7914cb30f120c3ba2d5e5ec84284dfa7 6495 
psmisc_22.18-1.debian.tar.gz
 38d7d372211798542b598d2ec477f06ba8dffb9200cade7a16ff5b377fe49fac 134600 
psmisc_22.18-1_amd64.deb
Files: 
 05cc64eecfd90dd1a46c43e6af45147d 1669 admin optional psmisc_22.18-1.dsc
 bdcf4bf372f9f4f9f0e11864d3b773a1 492705 admin optional psmisc_22.18.orig.tar.gz
 a5cf41067cda225de437662a3166d1bb 6495 admin optional 
psmisc_22.18-1.debian.tar.gz
 56f07842829a2873e984a8154f0d82f0 134600 admin optional psmisc_22.18-1_amd64.deb

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

iQIcBAEBCAAGBQJP3Ye3AAoJEDk4+WvfUP6l+9EP/1fa1aJKRGsj4KItCXZ/Iu0Q
Nfl/tpw0cdT6JUQfPctJIV0vcKR4n30AOuuBk+fZ53YrAyGPudn2tep+3WtTT3o9
qRW+JM/WTGBUfEmMgRdcIc6wquiDW3sAsmcGKy3jdB2ZZqBhWOgLyw0v7+2xqZv4
Sk8oMtV9Cqu681A6ReRKDiOtOmYZ0taf8XT5DoCzBV6qLD3nROHiMy7GYzj52osx
y99xFfQ/RSYasqWD3YO5sCvqKOrNV9ec8b2DcucR9WzKw8uOLGdzMRyey/vomQwc
qVCsjb8FkezDhc63aw/Kq68W1YUCvtpLihBCeo615Jj+g/ZsCQUwBVYJko00xvPU
qAsF6U89lXXY4LnyiBGKu4IuP1nncu+/FI4BSA5HU/+PBcKpMFbsEqr08zEVC9q2
7ER+kTmE5d6t1ttRCczHO3yDCI+XK5vXsgVfEzPuRNeHADCOklcKCyISdtd6+TGX
mMY5FgCmoxSaOUCR4W1tz3D7OZo8dhPgR2bQoYDt8v1MyqyKbmhQ0309WGWrGmGv
l5h67zaYeAEMuuewV8PYKRCNO9iV7xXrU/nHSwjah4L+Bbaiuwpj6QcUzHCvMhGI
KlMaAocxjdu4Prrt3mNMbIBCfRYiUgRlATkKlR5tAHQXEn1x7QOO4d6WrjX8t3Lr
t+ZF2CxLC2W3eDSzcnIq
=n/13
-END PGP SIGNATURE-


Accepted:
psmisc_22.18-1.debian.tar.gz
  to main/p/psmisc/psmisc_22.18-1.debian.tar.gz
psmisc_22.18-1.dsc
  to main/p/psmisc/psmisc_22.18-1.dsc
psmisc_22.18-1_amd64.deb
  to main/p/psmisc/psmisc_22.18-1_amd64.deb
psmisc_22.18.orig.tar.gz
  to main/p/psmisc/psmisc_22.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/e1sgadv-0003yx...@franck.debian.org



Accepted clhep 2.1.2.3-1 (source all amd64)

2012-06-17 Thread Lifeng Sun
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 13 Jun 2012 20:04:32 +0800
Source: clhep
Binary: libclhep2.1 libclhep-dev clhep-doc
Architecture: source amd64 all
Version: 2.1.2.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Lifeng Sun lifong...@gmail.com
Description: 
 clhep-doc  - Documentation of CLHEP
 libclhep-dev - CLHEP: A Class Library for High Energy Physics - development
 libclhep2.1 - CLHEP: A Class Library for High Energy Physics
Changes: 
 clhep (2.1.2.3-1) unstable; urgency=low
 .
   * New upstream.
   * Support parallel option of DEB_BUILD_OPTIONS.
   * debian/watch: support --destdir option of uscan. Thanks to Daniel
 Leidert daniel.leid...@wgdd.de
Checksums-Sha1: 
 9bcb44bbe89ea4dc948373b3fda7edf9c434a6ea 1456 clhep_2.1.2.3-1.dsc
 c3860e8f778037b323572a499cd8448606e5b7d1 1845564 clhep_2.1.2.3.orig.tar.gz
 14ecbb6be9b76d41f2a2728f542438fe3565561f 4732 clhep_2.1.2.3-1.debian.tar.gz
 d787dacac223bee8f594ef3a2c5ff8d67d0b804b 543060 libclhep2.1_2.1.2.3-1_amd64.deb
 a6e5c2299ef8c89c3a3978b57a0a7b87a903b041 1000646 
libclhep-dev_2.1.2.3-1_amd64.deb
 f03037f89c3d9910d0845b2e9acecbd503c85cbc 7178540 clhep-doc_2.1.2.3-1_all.deb
Checksums-Sha256: 
 985ec3bb6c14eb18bd7073c8c936e1283d5b51673a0c79c1e4d222feb70addaa 1456 
clhep_2.1.2.3-1.dsc
 da26ac9488e63b162d502d4363368f74460cf4075ff31528d2bafd1ad2f0956a 1845564 
clhep_2.1.2.3.orig.tar.gz
 8bbf2836b5639290701c9042a4e939084069fdd9d284f62bed7ab0a14d5e6bc9 4732 
clhep_2.1.2.3-1.debian.tar.gz
 11f8605dcd6b90515c6046638b860567cee845472ff444ba251d6b53b3ae15d0 543060 
libclhep2.1_2.1.2.3-1_amd64.deb
 be51c944754ba9043b4562e6a795dac3760ab37d33b5864315ff84e130a21e16 1000646 
libclhep-dev_2.1.2.3-1_amd64.deb
 e0e72ac73b3b1ec96f5804138e3730c511efd4483fdf24e3619713e0b77b6bf5 7178540 
clhep-doc_2.1.2.3-1_all.deb
Files: 
 b6159dbedf868cd2b40878380794b30d 1456 science optional clhep_2.1.2.3-1.dsc
 48ce0f69bd505b6bcfaaffaadba52c64 1845564 science optional 
clhep_2.1.2.3.orig.tar.gz
 fc2ff777321a20f7bf55150b579596ad 4732 science optional 
clhep_2.1.2.3-1.debian.tar.gz
 780f466e75095eebabc084af06db8626 543060 science optional 
libclhep2.1_2.1.2.3-1_amd64.deb
 d0efe8ddb866b4a9373cc08df940674a 1000646 libdevel optional 
libclhep-dev_2.1.2.3-1_amd64.deb
 85d64df46a2bc7e853ea9f7be211a999 7178540 doc optional 
clhep-doc_2.1.2.3-1_all.deb

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

iEYEARECAAYFAk/dkMAACgkQiOXXM92JlhCmOQCbBUhdel8rjgmcUvSYEN2evRbN
jlAAni6In9kfQ01fZ6gjH9HbmjP/Vbos
=ivQz
-END PGP SIGNATURE-


Accepted:
clhep-doc_2.1.2.3-1_all.deb
  to main/c/clhep/clhep-doc_2.1.2.3-1_all.deb
clhep_2.1.2.3-1.debian.tar.gz
  to main/c/clhep/clhep_2.1.2.3-1.debian.tar.gz
clhep_2.1.2.3-1.dsc
  to main/c/clhep/clhep_2.1.2.3-1.dsc
clhep_2.1.2.3.orig.tar.gz
  to main/c/clhep/clhep_2.1.2.3.orig.tar.gz
libclhep-dev_2.1.2.3-1_amd64.deb
  to main/c/clhep/libclhep-dev_2.1.2.3-1_amd64.deb
libclhep2.1_2.1.2.3-1_amd64.deb
  to main/c/clhep/libclhep2.1_2.1.2.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/e1sgb8p-0006il...@franck.debian.org



Accepted mailgraph 1.14-11 (source all)

2012-06-17 Thread Julien Valroff
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 28 Feb 2012 18:44:18 +0100
Source: mailgraph
Binary: mailgraph
Architecture: source all
Version: 1.14-11
Distribution: unstable
Urgency: low
Maintainer: Julien Valroff jul...@debian.org
Changed-By: Julien Valroff jul...@debian.org
Description: 
 mailgraph  - RRDtool frontend for Mail statistics
Closes: 677747
Changes: 
 mailgraph (1.14-11) unstable; urgency=low
 .
   * Update copyright file as per DEP-5 1.0 format
   * Add patch from Pascal Volk to deal with Postfix enable_long_queue_ids
 parameter (Closes: #677747)
   * Update to new policy 3.9.3 (no changes needed)
Checksums-Sha1: 
 d3822773dd8af9e8af8daf7694471bb7998f2be5 1835 mailgraph_1.14-11.dsc
 60ab689d7085f7cc55818b99585b9010bb534a29 26735 mailgraph_1.14-11.debian.tar.gz
 6bc8614a0d3bb90f227baecf6a0ce4f6567f1d75 34578 mailgraph_1.14-11_all.deb
Checksums-Sha256: 
 040a1fbebad5a54f34366593825f25e5f14e517b46ae3dffadbbf7de21de5c18 1835 
mailgraph_1.14-11.dsc
 86eeea1a9adb4aeb0bc1e2d572fdda1e771251e55fb17cc72c3041cc3ed61543 26735 
mailgraph_1.14-11.debian.tar.gz
 25184428e6bf5521f8a7ae2956e6e5572acda4d770fa96f438bb19daf60ed521 34578 
mailgraph_1.14-11_all.deb
Files: 
 f04d1078e4d4c5136eecabccdf7ad415 1835 admin extra mailgraph_1.14-11.dsc
 6ed1bca2a1ae3c8cef53eaead26550e4 26735 admin extra 
mailgraph_1.14-11.debian.tar.gz
 c692af403cd47709627f67794c504e7c 34578 admin extra mailgraph_1.14-11_all.deb

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

iQIcBAEBCAAGBQJP3Y+YAAoJEFHhprzRxas7JbMP+wS+UGHYT8u16OnTRPf56Loa
Ea74vDxqJ1wh53HPWbCfzrCNJSuMpQsg2RqKHfyFRJgyuTnx81wM/QNOwj6p6jcG
EHku7pjZa+f3EsVYNWD7oq7bL9ChTELWZ9fyKWbZ5w4jYorhQ3d9ptsoVibcB+Dx
Jp9oqirYQbU3bwL4HKFNJVXn/feSO4nITHeFLf1hDqO+fV/6v+J8tLPV9aqHgskA
bleX8A4hLvEQmtSWPN9b/LZYzaqfLq6o67DrikU//13QiLKYFITO965LAG95uio9
Pwr/ml6MlZb+iliFXz+vditWjSknxVBcMkqP/cH22KI3L7nI7HheoY+l7ciCswFO
/47OCjsxnTe52N58ywiRO3Vdr4Fv6TdbGnYhROwN6p2ClOG7ef5tj3oDRM0S/YUw
RgDbPmwfJMUm7CIN+cGKR7cWvGd2NwboZQSkMaDzDuPaPNLqICZg9TW9a+dx6ohV
xrRrJxjY40siM91ktawCQKzaOTj5rOU/M9ofD/a4ZAQXWtfrQzTbUq0RlsBEo6G8
D2JGd3CrqqxU2gwmgxYnuGfBjKZu/o2mUN/5it7NW4NcSQOL9EfIBvbqrYBD3iKD
7LNCqVP7DZMLnjFBZO3mnGuNtwxkQ7tsyYJW75sHreMvkQv5G7r1rjE5oj1hQWwf
4MvoT6PQsB/Ot2SL/jV8
=8EJo
-END PGP SIGNATURE-


Accepted:
mailgraph_1.14-11.debian.tar.gz
  to main/m/mailgraph/mailgraph_1.14-11.debian.tar.gz
mailgraph_1.14-11.dsc
  to main/m/mailgraph/mailgraph_1.14-11.dsc
mailgraph_1.14-11_all.deb
  to main/m/mailgraph/mailgraph_1.14-11_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/e1sgbbd-0006sg...@franck.debian.org



Accepted ngspice 24-1 (source all amd64)

2012-06-17 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 04 Jun 2012 22:34:18 +
Source: ngspice
Binary: ngspice tclspice ngspice-doc
Architecture: source all amd64
Version: 24-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Gudjon I. Gudjonsson gud...@gudjon.org
Description: 
 ngspice- Spice circuit simulator
 ngspice-doc - Documentation for the NGspice circuit simulator
 tclspice   - NGspice library for Tcl
Changes: 
 ngspice (24-1) unstable; urgency=low
 .
   * New upstream release
   * Bump standards version to 3.9.3
   * Move /usr/lib/spice to /usr/lib/ngspice
 and /usr/lib/tcltk to /usr/lib/tcltk/ngspice
 reflecting changes in upstream
   * Move install of tclspice prior to ngspice, both will install spinit but
 the one from ngspice is the correct.
   * Add tclspice binary dependency on ngspice
   * Remove patch 02_fix_spelling.patch. Fixed in upstream
   * Refreshed patch 01_fix_manpages
   * Create patch 02_fix_tcl_examples
   * Exclude .tcl and .cir files in examples from compression
   * Change configure parameters
   * Change readline dependency to libedit-dev
   * Make tcl examples executable
   * Add src/xspice/examples to ngspice examples
   * Remove tclspice-dev package and move content to tclspice
 Add Break and Replaces on tclspice-dev
   * Started making copyright file machine readable
   * Make tclspice examples executable
   * Add manpage for cmpp, ngmakeidx and  ngproc2mod
   * Remove examples/TransImpedanceAmp and exampless/tclspice\tcl-testbench3
 because of incompatiple licenses
   * Add install-indep/arch stansas to rules file
   * Add dependency on texlive-generic-recommended
   * Add Build-Depends-Indep to control file
Checksums-Sha1: 
 f81f18a7df525ac9b3dc68a051ca6f70c4344963 2005 ngspice_24-1.dsc
 5454e2e8b326bb85054521e49ead86fe816f9ff7 819459 ngspice_24.orig-manual.tar.gz
 d4428e836cc7bb9d5ea88e96e5516390538729fa 6433237 ngspice_24.orig.tar.gz
 a2a14c27c42d5c591155727fd5a760fd34f6c9aa 13732 ngspice_24-1.debian.tar.gz
 1416b74bb7121b4dfff3260f0ba63cbc7a0f4447 2415866 ngspice-doc_24-1_all.deb
 2595b69b909336163fe452c91b504dd6ccfc63d2 2951092 ngspice_24-1_amd64.deb
 9e9dc312f3ed044f3a2c7b8e69c2a6c37b0682df 2503600 tclspice_24-1_amd64.deb
Checksums-Sha256: 
 231f29b751a7d5d88facb036b1483c54f321e79a59c3ed26d9a40b42849b4b33 2005 
ngspice_24-1.dsc
 40e77cd2ec9ddf1ac70d4ae627a74c0652c6d9c18816d13eae0eb5b2fb383643 819459 
ngspice_24.orig-manual.tar.gz
 70ed5c95d5dcb92c8c3261b4629dd089ff3eb1bd58345a66841e5e170c9bd574 6433237 
ngspice_24.orig.tar.gz
 f75928e39a28e265e2238b35f202a7255fff545935523298d6e3b70d48408f57 13732 
ngspice_24-1.debian.tar.gz
 be54348a89a61d01c0605b2c5b4f804048cf6b8cc9b89619da75b1b5aa391da3 2415866 
ngspice-doc_24-1_all.deb
 534066ed4c45d7cda53156c9192bbe4e9a71cb8af99d806176612cbfcce1c349 2951092 
ngspice_24-1_amd64.deb
 7b6cd8aca1fcc2ae4099878831f23d694d3e121824d3e55f6471f80bc93a3a27 2503600 
tclspice_24-1_amd64.deb
Files: 
 a7e286a7684d00a4b4e592209360375c 2005 non-free/electronics extra 
ngspice_24-1.dsc
 3978a38710bc0d9360c49df49259c356 819459 non-free/electronics extra 
ngspice_24.orig-manual.tar.gz
 6cf11c5d73f3649d002d0265cffa2a6d 6433237 non-free/electronics extra 
ngspice_24.orig.tar.gz
 e32cdfaa07f827940a11ac853412b62f 13732 non-free/electronics extra 
ngspice_24-1.debian.tar.gz
 8fcdf1056534b56d873c5c3c4266edbe 2415866 non-free/doc extra 
ngspice-doc_24-1_all.deb
 7e825d7c79b86d989f7bfc6a87023f5a 2951092 non-free/electronics extra 
ngspice_24-1_amd64.deb
 6730e106ab4b9e1472724704a5eead57 2503600 non-free/electronics extra 
tclspice_24-1_amd64.deb

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

iEYEARECAAYFAk/djuQACgkQiOXXM92JlhAucACgxQrj4ezZV/cRCHyNmD9uU2p5
JNMAn15KMXwAUpofc/9Ax+R2DMGYFccb
=ErO8
-END PGP SIGNATURE-


Accepted:
ngspice-doc_24-1_all.deb
  to non-free/n/ngspice/ngspice-doc_24-1_all.deb
ngspice_24-1.debian.tar.gz
  to non-free/n/ngspice/ngspice_24-1.debian.tar.gz
ngspice_24-1.dsc
  to non-free/n/ngspice/ngspice_24-1.dsc
ngspice_24-1_amd64.deb
  to non-free/n/ngspice/ngspice_24-1_amd64.deb
ngspice_24.orig-manual.tar.gz
  to non-free/n/ngspice/ngspice_24.orig-manual.tar.gz
ngspice_24.orig.tar.gz
  to non-free/n/ngspice/ngspice_24.orig.tar.gz
tclspice_24-1_amd64.deb
  to non-free/n/ngspice/tclspice_24-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/e1sgbbt-0006y2...@franck.debian.org



Accepted octave-io 1.0.19-1 (source amd64)

2012-06-17 Thread Sébastien Villemot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Jun 2012 08:12:01 +
Source: octave-io
Binary: octave-io
Architecture: source amd64
Version: 1.0.19-1
Distribution: unstable
Urgency: low
Maintainer: Debian Octave Group pkg-octave-de...@lists.alioth.debian.org
Changed-By: Sébastien Villemot sebastien.ville...@ens.fr
Description: 
 octave-io  - input/output data functions for Octave
Changes: 
 octave-io (1.0.19-1) unstable; urgency=low
 .
   * Imported Upstream version 1.0.19
Checksums-Sha1: 
 51c5cffea93bfd0d368f65065cb8f68aa9ee01c1 2018 octave-io_1.0.19-1.dsc
 644cb8b717de51c2f46f36597dd99a3901e854e1 177733 octave-io_1.0.19.orig.tar.gz
 1e540daa4f9440c6a8696c63cb82f070dcd5e31a 6174 octave-io_1.0.19-1.debian.tar.gz
 7eeb57b59c5a9ef980bb95bae55a8564b3de10fe 221022 octave-io_1.0.19-1_amd64.deb
Checksums-Sha256: 
 eb730c5fe78deaae761c328c23a77618c0bb4abc728ed865a3433aef9ac14b69 2018 
octave-io_1.0.19-1.dsc
 aef0731641843c91206ccb2172401dee15a1bd1b669655aa3417b27542733423 177733 
octave-io_1.0.19.orig.tar.gz
 886191d2d62d25dd5bd885035a5f983a06e4981c15b8ae0c7b9aa2b40898db6c 6174 
octave-io_1.0.19-1.debian.tar.gz
 b04a95a9abf8963247d805df6458ee8991ffca12007efa548486304c44b2c4c8 221022 
octave-io_1.0.19-1_amd64.deb
Files: 
 88c6b30f065e20cd0e613fa57ab0782c 2018 math optional octave-io_1.0.19-1.dsc
 f01e725257ef3fc2c6c2700dfa657f72 177733 math optional 
octave-io_1.0.19.orig.tar.gz
 1a54d31e99fd920c73d565fabbb99519 6174 math optional 
octave-io_1.0.19-1.debian.tar.gz
 50e5cee04c4a1cfdefa3128afb1df3c9 221022 math optional 
octave-io_1.0.19-1_amd64.deb

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

iQIcBAEBCAAGBQJP3ZJ7AAoJECzs6TUOzr5KYHwP/0vcAPZapTk6IAQzSlGT60G3
2j+UmZypbx0Qvf03HyYNL7RlSpklOHPtA1880SOLpyosU0NV81teejfxsyX42Jjd
tk2y+UYOEmjG+I5ZCDshYypeNMIwStPbdTR3SKi+TNPZVRgkMYBTXL18TS9L9/vT
F0oM3KUlhG+koiOT4SRNnXEDlvv/oAuiWByEPWC0RD2F6QwIAFMtAvBbkUjeTMkb
6bV8bUQ+Yk0jtINcyrzLkjJT9EwexH5aWfXlIxrta2CiMjjtjrZpijg+yM5dYSPv
Y71/T7vqZVSxo15KJcYeb0sqHK7tNj1v6CkwUBeBP8L0/6ZpCgI59wazBAwzIX3C
TaFlrjLGsKffBwV0miIDT/EfryA84TgsaRv7l1F9d4StigVFTImxxAjljpU0hR26
uR5lHHwDqRn0zKnM3Adh72lmSQyWQNOA4zlwfcw2gBFP7IplIXisngDewG5caoxz
Lm/bqHvKOBMfp+L+zi5zQf8cWNoKaVhbngEeJXbP94ETfCwUQ1yi8WqjFhne2mAp
0Lb1lXBm2hzzeEDWb5VUjwIsPf60CqruoICi9hRp8YggZEAY/lp7NoqncPExXgNx
j5FjscqFhpPOaS7Oc3FsG8I8XGJucdlJL+U9KPhEg1Qk2Zu8UgxjqRaaq2ZN7Eyd
/dtleZJvyzgUwpTD7vO6
=OAQ7
-END PGP SIGNATURE-


Accepted:
octave-io_1.0.19-1.debian.tar.gz
  to main/o/octave-io/octave-io_1.0.19-1.debian.tar.gz
octave-io_1.0.19-1.dsc
  to main/o/octave-io/octave-io_1.0.19-1.dsc
octave-io_1.0.19-1_amd64.deb
  to main/o/octave-io/octave-io_1.0.19-1_amd64.deb
octave-io_1.0.19.orig.tar.gz
  to main/o/octave-io/octave-io_1.0.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/e1sgbc6-0006yf...@franck.debian.org



Accepted procps 1:3.3.3-2 (source amd64)

2012-06-17 Thread Craig Small
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Jun 2012 17:58:55 +1000
Source: procps
Binary: procps libprocps0 libprocps0-dev
Architecture: source amd64
Version: 1:3.3.3-2
Distribution: unstable
Urgency: low
Maintainer: Craig Small csm...@debian.org
Changed-By: Craig Small csm...@debian.org
Description: 
 libprocps0 - library for accessing process information from /proc
 libprocps0-dev - library for accessing process information from /proc
 procps - /proc file system utilities
Closes: 674785 676239
Changes: 
 procps (1:3.3.3-2) unstable; urgency=low
 .
   * Fixes for kFreeBSD Closes: #674785
   * pgrep -u off by one fixed Closes: #676239
Checksums-Sha1: 
 b45a492c7cd217da8f735ad12f03cf686a03659b 1952 procps_3.3.3-2.dsc
 8a23e9a5f3c8a31194fb88e7e03a62d4cb6870c9 27471 procps_3.3.3-2.debian.tar.gz
 21371deeab7691c63dfa4db91e45b76e15d8f6b9 25 procps_3.3.3-2_amd64.deb
 a8ff9b748e77e888a2e98517b86d2ee5534bfcde 58058 libprocps0_3.3.3-2_amd64.deb
 092c4560574a1b44537ac0086971470bc94c68a1 73508 libprocps0-dev_3.3.3-2_amd64.deb
Checksums-Sha256: 
 71f3cd5c206d17c2ecf30c03e223e822fee9846820d62567108c82f714498948 1952 
procps_3.3.3-2.dsc
 3caf70b89d2a0eaa890ae1ea1444525f7c67657591450fffeafe0ce2381ea9ad 27471 
procps_3.3.3-2.debian.tar.gz
 f4c9aa5169c0a86e4cf3c3e37365ce34745e7c4ea1e5a36810153fe8088f5225 25 
procps_3.3.3-2_amd64.deb
 9978ec045999ee084c6fd4f20e35dceed4fe64ad19d4f0878ace5685375845d2 58058 
libprocps0_3.3.3-2_amd64.deb
 8ec2001b3af6909be4b8816dae3302d3e472aab06cceead5f636cbb977b75793 73508 
libprocps0-dev_3.3.3-2_amd64.deb
Files: 
 f5eb0e3395f4c1ff719cd84b0840151a 1952 admin important procps_3.3.3-2.dsc
 2e3feab8406eb292a43dd7906f99428b 27471 admin important 
procps_3.3.3-2.debian.tar.gz
 8fc5a0fdb1fdb6102701ac9a8f1bb6be 25 admin important 
procps_3.3.3-2_amd64.deb
 533a8cdc7d9eac0e2fe9539cd732513d 58058 admin important 
libprocps0_3.3.3-2_amd64.deb
 14f4671df786a118f476f2c6db90ed9d 73508 libdevel optional 
libprocps0-dev_3.3.3-2_amd64.deb

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

iQIcBAEBCAAGBQJP3ZUgAAoJEDk4+WvfUP6lXHQQAIwIUreflc2G3Cu3SRvLKxyF
7aTTvsx7cCPR8tjYRovpygvS4N/a2yk/3GGcwK13GyHlVbJL5Sg5Mcmx+YEepx9y
h4skXGYwLCFlYExAGE5Cxx4NwmeVq3Hm9aZU/7NG932AukoYSzomj8ibU764RzMs
uCSmV0wfs38/anPMiYOe9F3F3JPAIeU26KvPnShlCuwlpsr/U9FQ3UgmLhteqqNy
rbB9x4dSpLOSi222w11vgNrLpIRBn5dRcVs7401wTbcaVV5mSy1maFXjOLoid2RM
8F0AYiR+JaxuPhkqplrZ5aPasyPRP2aXJ4hQgiB9YLZNlKXkQ60dM0/2IPWm9gLK
vAsYzytCbxxm1VK7TnxM/LKqugW9gOlsAl6iKEKVk9wlYCjDKsoFk2Qbe0mp8k+V
lRBQck4RfSnncPRdDr/3yVUuLozDdWedAclr5ehZAY5Mym8qYO2abgNFAsAQ/bBM
jmzmkL/CBKa6fS4dbwjjl7er/vl033yjyZzQB5EpsZjc1wH/uNtomb1lamiGoze4
YSeFadtX9JZdPKhRGtrEPzMa1JnpYkX2rN62DVhOCnRY1wpkEVUot/K5zu3vz4+z
Fi/LpUWSasRmNuEx0G0KSafqzw5U6E3BoM0k2ahjbUi8WbB0lR3C/7/Q/N2an9Zf
pKcjSzFCy6wLBGIqwhCq
=xyvx
-END PGP SIGNATURE-


Accepted:
libprocps0-dev_3.3.3-2_amd64.deb
  to main/p/procps/libprocps0-dev_3.3.3-2_amd64.deb
libprocps0_3.3.3-2_amd64.deb
  to main/p/procps/libprocps0_3.3.3-2_amd64.deb
procps_3.3.3-2.debian.tar.gz
  to main/p/procps/procps_3.3.3-2.debian.tar.gz
procps_3.3.3-2.dsc
  to main/p/procps/procps_3.3.3-2.dsc
procps_3.3.3-2_amd64.deb
  to main/p/procps/procps_3.3.3-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/e1sgbct-00070l...@franck.debian.org



Accepted rabbit 1.0.8-1 (source all)

2012-06-17 Thread Youhei SASAKI
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 17 Jun 2012 17:15:48 +0900
Source: rabbit
Binary: rabbit rabbit-mode
Architecture: source all
Version: 1.0.8-1
Distribution: unstable
Urgency: low
Maintainer: Youhei SASAKI uwab...@gfd-dennou.org
Changed-By: Youhei SASAKI uwab...@gfd-dennou.org
Description: 
 rabbit - presentation tool using RD, a simple text format
 rabbit-mode - Emacs-lisp rabbit-mode for writing RD document using Rabbit
Changes: 
 rabbit (1.0.8-1) unstable; urgency=low
 .
   * Imported Upstream version 1.0.8
   * Drop patch:
 - 0002-Fix-a-bug-that-image-isn-t-displayed.patch
Checksums-Sha1: 
 a6a88b1b6ec906621ccba879b287dca0c7f5d915 1932 rabbit_1.0.8-1.dsc
 0dca3bce250aa7d58c46964d75d2c8b59843eb1b 5895785 rabbit_1.0.8.orig.tar.gz
 ad8d0ce539967c1931d2b166b07c9a995148fbf8 15549 rabbit_1.0.8-1.debian.tar.gz
 c3872c43004451119346a298191324ef8c9e3628 2521016 rabbit_1.0.8-1_all.deb
 789972a39708abf9309565f61ed01d2a5bb9dc0c 8998 rabbit-mode_1.0.8-1_all.deb
Checksums-Sha256: 
 1aa5146c1002b1a98ae5449758f8ebac96c2d3bdb03eb0b78037d583579fdf40 1932 
rabbit_1.0.8-1.dsc
 9a5c36f5709da16d6be379b3329d886f0853cc8b756a681391566957b54049cb 5895785 
rabbit_1.0.8.orig.tar.gz
 d7d146e17630228990a6cd2518e5a2d9d41776776b2a3f82c3b2780b6b126c78 15549 
rabbit_1.0.8-1.debian.tar.gz
 801da1cb646a39d127f212fe22b601d70982637bccbb1afdf195df5173d52e89 2521016 
rabbit_1.0.8-1_all.deb
 4e5624858fb729b6beae183950a1ef6db4b0c863a807a08b0f2177feddcb7652 8998 
rabbit-mode_1.0.8-1_all.deb
Files: 
 ca3b37c44ffb9d2c60f2fc129f76f34d 1932 x11 optional rabbit_1.0.8-1.dsc
 d9e757a3506cf74d64c577fe9165c644 5895785 x11 optional rabbit_1.0.8.orig.tar.gz
 0f5172ce60294c5dd5ed801d125744b2 15549 x11 optional 
rabbit_1.0.8-1.debian.tar.gz
 0c37759869400d9fe900cd81d67cbe85 2521016 x11 optional rabbit_1.0.8-1_all.deb
 97e5e42f1db952f4759e75d15c8020b8 8998 x11 optional rabbit-mode_1.0.8-1_all.deb

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

iQIcBAEBCgAGBQJP3ZNpAAoJEJOU81SJHX4HAP8P/3CFUvRhtKFFbO5Q3zswDTqz
ioUWf6me0mtgVWcT2JC5ylpXJqIq6mAvqSOU0N4lsFWWODvkwoNnEYgnvnxjlifa
khgOE/ofhm0moX1GvxsyC78mNBr7fUyuO9C3gOAjhVtAHvMQAiSf9DQEGMLgbUmA
CT7M2YXjDqc8xGXvIZxURHLFc2DFtaqSmNDpdKDzZw8ecija5tJ+gsdOlZSQ84mY
Ru2iX+0uPGL/p7ktw8o5F5R/WVe6LGOHZILMWADE3spC22LJoAEXAo+9tM/ApUux
u0fLHmlQt6uE59ccfVwOd4BEJ3nCNN+siBiIGcD+COxePbJbHJEn+Fqc/ymMISVz
fmDPJE3lvcTwGDpVKEqekGI7xEfkp0+xIrEw9J+BmoZkhqlQvWmCAOEDsKvk+Yg+
k3Tmh/52QHzEO/9/ly8ZHrh5N7CrI1svVT1M2micO6RexPGyYWW6ZyEm8/Z09QPv
4ZQlU9TpFog1DvB67gqgWkJc6OE/6X0xG2fxePcKv03l1TW6DgQ8Q/+RNQV1m37h
sjYm4acYbmonIqtHXLnJXSIYAXRPM4wDFygToP+5z2gh6Gbsxjmt6OeSovpYx4WE
sAnYy2y0VWKhcbpOCQAiCiUCa7uA7yPMao71ilrDeVjeAgKKAXW5arL07HhaE0A7
AkWZ8+dshZocFZgrMaVg
=oChs
-END PGP SIGNATURE-


Accepted:
rabbit-mode_1.0.8-1_all.deb
  to main/r/rabbit/rabbit-mode_1.0.8-1_all.deb
rabbit_1.0.8-1.debian.tar.gz
  to main/r/rabbit/rabbit_1.0.8-1.debian.tar.gz
rabbit_1.0.8-1.dsc
  to main/r/rabbit/rabbit_1.0.8-1.dsc
rabbit_1.0.8-1_all.deb
  to main/r/rabbit/rabbit_1.0.8-1_all.deb
rabbit_1.0.8.orig.tar.gz
  to main/r/rabbit/rabbit_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/e1sgbfq-00075c...@franck.debian.org



Accepted ruby-grib 0.2.2-2 (source amd64)

2012-06-17 Thread Youhei SASAKI
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 17 Jun 2012 17:39:12 +0900
Source: ruby-grib
Binary: ruby-grib ruby-grib-dbg
Architecture: source amd64
Version: 0.2.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Youhei SASAKI uwab...@gfd-dennou.org
Description: 
 ruby-grib  - Ruby interface to the ECMWF GRIB API
 ruby-grib-dbg - Ruby interface to the ECMWF GRIB API (debug symbol)
Closes: 676196
Changes: 
 ruby-grib (0.2.2-2) unstable; urgency=low
 .
   * Refresh patches: using gbp-pq
 - Fix for FTBFS(hardening), Thanks to Lucas, Andreas! (Closes: #676196)
 - Fix RSpec LOAD_PATH in order to running RSpec during Build
   * Execute RSpec during build
   * Add Depends: libgrib-api-tools
Checksums-Sha1: 
 3c1f3f1587c88f3de2b3b6daab296faff737 2166 ruby-grib_0.2.2-2.dsc
 766d621d914fa94a6b3fdce78faf22ecc287046c 91631 ruby-grib_0.2.2.orig.tar.gz
 113bbf1a8fb4308a37264128b7f4161cc3c0e7a5 4460 ruby-grib_0.2.2-2.debian.tar.gz
 175a0f1bf2d8f5617e2b3d7a64b434b2a07e75cf 27498 ruby-grib_0.2.2-2_amd64.deb
 5c7420e251b5cd4b0b1505b4d748f9552824caad 33190 ruby-grib-dbg_0.2.2-2_amd64.deb
Checksums-Sha256: 
 3bebdbf63854ea691138034d7c86b9fec66194ff3af7c9d99fbe48603948dd25 2166 
ruby-grib_0.2.2-2.dsc
 f6a4b665c87a5b88dff43050704f73b99d1317aa8be7c6f558db546e7afef16a 91631 
ruby-grib_0.2.2.orig.tar.gz
 a0c71ddda06d615657a6fb321ebc5933a864e66a33cfeb24bab2ff6228393651 4460 
ruby-grib_0.2.2-2.debian.tar.gz
 29c692dd02879de7da2038dd5c2d7ff09ac675949340ce7cc9464095526a4002 27498 
ruby-grib_0.2.2-2_amd64.deb
 6398eb06c76c47279dfbfe553f18b86be72d2a79595e719e2860a49f1a94a477 33190 
ruby-grib-dbg_0.2.2-2_amd64.deb
Files: 
 55c4ade82d110cd055de5658ec1d62f9 2166 ruby optional ruby-grib_0.2.2-2.dsc
 3c4f8dcef166e4a801b037cd2e1fb87a 91631 ruby optional 
ruby-grib_0.2.2.orig.tar.gz
 410b114b05b91862ad5ae50e6e46f657 4460 ruby optional 
ruby-grib_0.2.2-2.debian.tar.gz
 82ac17d0350e07c4b63f03a81724fb6d 27498 ruby optional 
ruby-grib_0.2.2-2_amd64.deb
 0bf73dfbcce8f589fb02d0e628b167ca 33190 debug extra 
ruby-grib-dbg_0.2.2-2_amd64.deb

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

iQIcBAEBCgAGBQJP3Zi6AAoJEJOU81SJHX4HuoMP/2P+h0nGmE6pXuF8au47EmzM
azLX49Df/Mi2fOyQsqFRpeEuCwrJZAAG3KZVzzrHvgu6zmn0L4RKA43+ujqIV3Kc
Ho5biP1DaRhj8lrTYhfRlnRzSZdZBkYLmaZReC4sRZk0SXJ+5bZjE74pQGghUDZr
5qBo2yOkd8GfpVyU5pVy5OHlPy+GD3ZwVnfq7uV3y4kEtGtqjRQkpsc4ICNoLHkb
RQUktzBITHxsvH6m5ITTfd2XIUAB8fbWicTHtsfreT1RBQxDYl7Z/VizFlzRiMML
m9FNhEUPZT6PABvvkLpNOufiIdn6RMqaPNn3C2oCWCgv64EN29wVw4OWu0+eBGj7
K+p0p31Lub7raxswX/Xvmki7oNOTBM/FV96hpY3XNiaHJ2tKzpmnbsePflJxdYOL
WGjwGfy59K7q4FNfWPiGn/cprY/SzR8UrJ9rafGNrP3h5wkmzun8Ek4j1/lkOMyY
yq+HQMFtbQlrFzFRAH+geKE8kEHSjiOEhEV6EAKJyHm79KuDgbJgqBxj0w/PWZ6T
OMBH2EAazPddQ8GlgPfF1wF0+VptCLslQtohcdSv17G1lylS0jssylTMkIWLb8JW
sJV0DJL1hV/yBryALEOE9M1zod+kf6u5kvqsnWNtw7jpV91EPZNizsWK1XboizWF
wFJGUk6SHjzAxBla2vm5
=gzvZ
-END PGP SIGNATURE-


Accepted:
ruby-grib-dbg_0.2.2-2_amd64.deb
  to main/r/ruby-grib/ruby-grib-dbg_0.2.2-2_amd64.deb
ruby-grib_0.2.2-2.debian.tar.gz
  to main/r/ruby-grib/ruby-grib_0.2.2-2.debian.tar.gz
ruby-grib_0.2.2-2.dsc
  to main/r/ruby-grib/ruby-grib_0.2.2-2.dsc
ruby-grib_0.2.2-2_amd64.deb
  to main/r/ruby-grib/ruby-grib_0.2.2-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/e1sgbfh-00076p...@franck.debian.org



Accepted sextractor 2.8.6-3 (source i386)

2012-06-17 Thread Ole Streicher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 13 Jun 2012 10:00:00 +0200
Source: sextractor
Binary: sextractor
Architecture: source i386
Version: 2.8.6-3
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Ole Streicher deb...@liska.ath.cx
Description: 
 sextractor - Source extractor for astronomical images
Changes: 
 sextractor (2.8.6-3) unstable; urgency=low
 .
   * Fix FTBS on mips (missed in last release)
Checksums-Sha1: 
 6aea6660f959a1f94980097db07daadaeb0b9e5f 1421 sextractor_2.8.6-3.dsc
 35ace55073855f5cfc8703df639fa570ffac494d 16136 sextractor_2.8.6-3.debian.tar.gz
 2b77da620acfba3492773878ad8edfcc71b47e56 2660404 sextractor_2.8.6-3_i386.deb
Checksums-Sha256: 
 e4d3a8c30303ebb34b651c063d3b6d8c8753cab4a68e6d69d0d80837b1c324bd 1421 
sextractor_2.8.6-3.dsc
 ff6165e5080b750c6048a5f01dc8531a3beb82a1bea632f073af9a5b9b3604b5 16136 
sextractor_2.8.6-3.debian.tar.gz
 61c762a842d68522a256620147ffc388086d01cc282f5b9f408c6c22a664561a 2660404 
sextractor_2.8.6-3_i386.deb
Files: 
 e22823b2a1898048ab0a69a1b8afe30f 1421 science optional sextractor_2.8.6-3.dsc
 aa4d677f34eb995ce5f8355a7643748d 16136 science optional 
sextractor_2.8.6-3.debian.tar.gz
 1a7be3142c1cfbb459b3686879c904f5 2660404 science optional 
sextractor_2.8.6-3_i386.deb

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

iEYEARECAAYFAk/djwMACgkQiOXXM92JlhBdHwCeNx08BAex8IM9OEiaIjWersCQ
lLkAnizO/xO3bXN5FAMFrSQD9r5mDQSd
=l+kf
-END PGP SIGNATURE-


Accepted:
sextractor_2.8.6-3.debian.tar.gz
  to main/s/sextractor/sextractor_2.8.6-3.debian.tar.gz
sextractor_2.8.6-3.dsc
  to main/s/sextractor/sextractor_2.8.6-3.dsc
sextractor_2.8.6-3_i386.deb
  to main/s/sextractor/sextractor_2.8.6-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/e1sgbfz-00077f...@franck.debian.org



Accepted dpkg 1.16.4.3 (source all amd64)

2012-06-17 Thread Guillem Jover
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Jun 2012 10:56:15 +0200
Source: dpkg
Binary: libdpkg-dev dpkg dpkg-dev libdpkg-perl dselect
Architecture: source amd64 all
Version: 1.16.4.3
Distribution: unstable
Urgency: low
Maintainer: Dpkg Developers debian-d...@lists.debian.org
Changed-By: Guillem Jover guil...@debian.org
Description: 
 dpkg   - Debian package management system
 dpkg-dev   - Debian package development tools
 dselect- Debian package management front-end
 libdpkg-dev - Debian package management static library
 libdpkg-perl - Dpkg perl modules
Closes: 676874
Changes: 
 dpkg (1.16.4.3) unstable; urgency=low
 .
   * On «update-alternatives --install» only warn for now on out of range
 priorities and clamp the values, as there seems to be packages using
 priorities  INT_MAX, which although bogus as they were previously
 overflowing the int used to store them, that would cause installation
 failures when upgrading from squeeze. This will be reverted to an
 error after wheezy. Closes: #676874
Checksums-Sha1: 
 68553fb7883e2cfd793fc82d973baefe67529b2b 1383 dpkg_1.16.4.3.dsc
 192971b080a3ab631630a39dc8fdcbb51efd48d8 5617310 dpkg_1.16.4.3.tar.bz2
 8d8243df75a477104721e8b906a848caf83aef6a 655816 libdpkg-dev_1.16.4.3_amd64.deb
 8b42f61e002c8764d679e480a1559bb22991f72d 2366940 dpkg_1.16.4.3_amd64.deb
 2e5076ef22d8be6c4df19a8460d31953aa78a385 1092042 dselect_1.16.4.3_amd64.deb
 6176c5eabef6d4380b2bfc9db37d301a453fe0a4 1139556 dpkg-dev_1.16.4.3_all.deb
 3fd8974af1f16988587d588419a9a231a749703d 853510 libdpkg-perl_1.16.4.3_all.deb
Checksums-Sha256: 
 1948ba1fc4086a02e5ae65ab749fe31bd4ac3264781f973675d93169814da69a 1383 
dpkg_1.16.4.3.dsc
 065d14538eac820f980f52670053124616996d505be2402a8dd3aba9ab38855e 5617310 
dpkg_1.16.4.3.tar.bz2
 1cf0edc2acba28ef2510f38ac40c61bf533269b0968d93fbf3a4554a95d63e30 655816 
libdpkg-dev_1.16.4.3_amd64.deb
 bd0385d106fdc34fdc60a55eb7d5ea2a2745a3182ead1356dfb03f923ce967e7 2366940 
dpkg_1.16.4.3_amd64.deb
 0ed32bbfe396d1daa00d9ba229d7015cf06565cd9ad55bd2a6e3dd664d725120 1092042 
dselect_1.16.4.3_amd64.deb
 b99bb10185ecb9204cb333680def0f0fa12b4f3962873dd90fd198f6cc52a23e 1139556 
dpkg-dev_1.16.4.3_all.deb
 a62a442aaec3c2b1aac35ba073b3248a971dba998cc742db9df8efc5fd57ac6a 853510 
libdpkg-perl_1.16.4.3_all.deb
Files: 
 8ceb364935b1bed7e9b358a1f385d926 1383 admin required dpkg_1.16.4.3.dsc
 39c74a948c6fe4c02ed9f15556fe179d 5617310 admin required dpkg_1.16.4.3.tar.bz2
 5cff63d7cee10dc20ed1d7eac6be1d29 655816 libdevel optional 
libdpkg-dev_1.16.4.3_amd64.deb
 19e8700d0da64c87804b6205d0541290 2366940 admin required dpkg_1.16.4.3_amd64.deb
 687e3e38e0ac5242d2f0b074d7655dd1 1092042 admin optional 
dselect_1.16.4.3_amd64.deb
 c1f1a66a66508f9a155c4843a2eea2de 1139556 utils optional 
dpkg-dev_1.16.4.3_all.deb
 12c7cd4be6e64fe9e91a1e2591bdd91a 853510 perl optional 
libdpkg-perl_1.16.4.3_all.deb

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

iEYEARECAAYFAk/dnl4ACgkQuW9ciZ2SjJsdAQCaA0Q2medlf4nTUBHeOBE0kSQg
z6wAnjsT/plWqI1tSWzk9gGhY1iuJSfF
=JcQQ
-END PGP SIGNATURE-


Accepted:
dpkg-dev_1.16.4.3_all.deb
  to main/d/dpkg/dpkg-dev_1.16.4.3_all.deb
dpkg_1.16.4.3.dsc
  to main/d/dpkg/dpkg_1.16.4.3.dsc
dpkg_1.16.4.3.tar.bz2
  to main/d/dpkg/dpkg_1.16.4.3.tar.bz2
dpkg_1.16.4.3_amd64.deb
  to main/d/dpkg/dpkg_1.16.4.3_amd64.deb
dselect_1.16.4.3_amd64.deb
  to main/d/dpkg/dselect_1.16.4.3_amd64.deb
libdpkg-dev_1.16.4.3_amd64.deb
  to main/d/dpkg/libdpkg-dev_1.16.4.3_amd64.deb
libdpkg-perl_1.16.4.3_all.deb
  to main/d/dpkg/libdpkg-perl_1.16.4.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/e1sgbrz-0006fz...@franck.debian.org



Accepted elilo-installer 1.20 (source i386)

2012-06-17 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 16 Jun 2012 12:39:39 +0200
Source: elilo-installer
Binary: elilo-installer
Architecture: source i386
Version: 1.20
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description: 
 elilo-installer - Install elilo on a hard disk (udeb)
Changes: 
 elilo-installer (1.20) unstable; urgency=low
 .
   * Team upload
   * Replace XC-Package-Type by Package-Type
 .
   [ Updated translations ]
   * Tibetan (bo.po) by Tennom
   * Welsh (cy.po) by Dafydd Tomos
   * Galician (gl.po) by Jorge Barreiro
   * Lithuanian (lt.po) by Rimas Kudelis
   * Latvian (lv.po) by Rūdolfs Mazurs
   * Macedonian (mk.po) by Arangel Angov
   * Panjabi (pa.po) by A S Alam
   * Portuguese (Brazil) (pt_BR.po) by Felipe Augusto van de Wiel (faw)
   * Traditional Chinese (zh_TW.po) by Yao Wei (魏銘廷)
Checksums-Sha1: 
 c2aea85debc5ae401fc60c40217123ac0112e799 1614 elilo-installer_1.20.dsc
 ce00632215169fcf319ef342c0fef80a984c625a 65083 elilo-installer_1.20.tar.gz
 453a142747b01efaa8e3bbdbd0e306c6058ff32a 38988 elilo-installer_1.20_i386.udeb
Checksums-Sha256: 
 3791a49867d153e2781ddc229226218a69f8b668bf34c33eb86acc4fdade6579 1614 
elilo-installer_1.20.dsc
 386645d4ed19ff1898bada1310633ced8c18c95f97aa566cd5d7b0dfdcbe9f19 65083 
elilo-installer_1.20.tar.gz
 0838b7178eacd38f8a37890eeabe4faaf7eab0c9fe9ae6c3e83b99c6ebe1bcef 38988 
elilo-installer_1.20_i386.udeb
Files: 
 1db0dd73bddbcc6c966dd0b4dcf152c7 1614 debian-installer standard 
elilo-installer_1.20.dsc
 a9aedf02f5e8e9ba165730e9bcc941e3 65083 debian-installer standard 
elilo-installer_1.20.tar.gz
 20affdfb65321f51f5fc43a0ea32c1ea 38988 debian-installer standard 
elilo-installer_1.20_i386.udeb

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

iQIVAwUBT92hlYcvcCxNbiWoAQINCw/+KZH7vR9U+QEos3VIRviXT90TlBNGR3tR
UL1Gn+JyTXyY5UJT7tMfXGlQahrpBkdC9CSWqVaRNY6M4sk2b5rb2bfdXu8n9dZ3
SmTUZNftjnQ3Rb7+vj+jRWHCPll1qYwFp7+jylc6R8tmNXKd5N21v5MPe3VVf9b4
NSHWCijv8/ckMQSgnQTEKedgm5eJyOkxBuYHhVqgQfquSLuLtenOTHzRXLROtdiw
Lnwwkq+DS+I1DvH8rY1LPZquzgXAjpPLNsBYqd2yzkmf/UxAsoIUItx3i8EVpEW8
oNDery3w+FPwZmLdiQ4i84yIx9Wga3KfehCQOUFpS6596EihDfo7YAcdcHzSwUhA
NqZDme0NPyj+J9zK5Gs6V4xYPb+npKyh9ZvWLGe/LMxcMKMJ7uQODV6HFMxR2BzO
D7JqtsteRK886F8eae/caJvjwo9NHz6Hg3xhQEJH9/vRv6WORRXLyvIdY8Uw+VdU
7Oz86oKJ0xqEIvly5qDYCmqN3rJlAI8Px0cX3xjywgBYJQgkLolmdsEBHYJSXaMi
3nDRFyjsiL8Jh4RfOY+RoihNNBh8+ceFKg43XMbIgo3gW+dTc2jUqCTpJrLmApu5
Pwc3C5bxIAPMa9aZW69hWz9+ciRSg4FsLn1MX5vdaiNeL72W1Upx3/p1ish4rVA1
VRxVTEWN+dE=
=r8CF
-END PGP SIGNATURE-


Accepted:
elilo-installer_1.20.dsc
  to main/e/elilo-installer/elilo-installer_1.20.dsc
elilo-installer_1.20.tar.gz
  to main/e/elilo-installer/elilo-installer_1.20.tar.gz
elilo-installer_1.20_i386.udeb
  to main/e/elilo-installer/elilo-installer_1.20_i386.udeb


-- 
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/e1sgbrp-0006hp...@franck.debian.org



Accepted smokeqt 4:4.8.4-1 (source i386)

2012-06-17 Thread Sune Vuorela
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Jun 2012 10:31:23 +0200
Source: smokeqt
Binary: libsmokeqsci3 libsmokeqt3support4-3 libsmokeqtcore4-3 libsmokeqtdbus4-3 
libsmokeqtdeclarative4-3 libsmokeqtgui4-3 libsmokeqthelp4-3 
libsmokeqtnetwork4-3 libsmokeqtopengl4-3 libsmokeqtscript4-3 libsmokeqtsql4-3 
libsmokeqtsvg4-3 libsmokeqttest4-3 libsmokeqtuitools4-3 libsmokeqtwebkit4-3 
libsmokeqtxml4-3 libsmokeqtxmlpatterns4-3 libsmokephonon3 libsmokeqimageblitz3 
libsmokeqt4-dbg libsmokeqt4-dev
Architecture: source i386
Version: 4:4.8.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Sune Vuorela s...@debian.org
Description: 
 libsmokephonon3 - Qt Phonon SMOKE library
 libsmokeqimageblitz3 - QImageBlitz SMOKE libraries
 libsmokeqsci3 - QScintilla2 SMOKE library
 libsmokeqt3support4-3 - Qt3 Support SMOKE library
 libsmokeqt4-dbg - Qt SMOKE libraries debug symbols
 libsmokeqt4-dev - Development files for Qt SMOKE libraries
 libsmokeqtcore4-3 - Qt Core SMOKE library
 libsmokeqtdbus4-3 - Qt D-Bus SMOKE library
 libsmokeqtdeclarative4-3 - Qt Declarative SMOKE library
 libsmokeqtgui4-3 - Qt Gui SMOKE library
 libsmokeqthelp4-3 - Qt Help SMOKE library
 libsmokeqtnetwork4-3 - Qt Network SMOKE library
 libsmokeqtopengl4-3 - Qt OpenGL SMOKE library
 libsmokeqtscript4-3 - Qt Script SMOKE library
 libsmokeqtsql4-3 - Qt Sql SMOKE library
 libsmokeqtsvg4-3 - Qt Svg SMOKE library
 libsmokeqttest4-3 - Qt Test SMOKE library
 libsmokeqtuitools4-3 - Qt Ui Tools SMOKE library
 libsmokeqtwebkit4-3 - Qt WebKit SMOKE library
 libsmokeqtxml4-3 - Qt Xml SMOKE library
 libsmokeqtxmlpatterns4-3 - Qt XmlPatterns SMOKE library
Changes: 
 smokeqt (4:4.8.4-1) unstable; urgency=low
 .
   * New upstream release.
   * Team upload
Checksums-Sha1: 
 c03947127b2acb9cfaa6b7a9d7d842f6e3d52812 2756 smokeqt_4.8.4-1.dsc
 bf2be3e7ccf8d451f001fd2f08c306fb7f72169a 33512 smokeqt_4.8.4.orig.tar.xz
 e27dcc9748cde39604c5b1a6deec2b3a05f5dc69 4563 smokeqt_4.8.4-1.debian.tar.gz
 29d111cf76cc659e1fd224a16c6f4d7a0be394f0 287296 libsmokeqsci3_4.8.4-1_i386.deb
 551a6a712117357a083d54a18ddb6fe992c1d31c 756120 
libsmokeqt3support4-3_4.8.4-1_i386.deb
 5d3e16353157a4b8d8d96bc63d700c10dfed7569 437922 
libsmokeqtcore4-3_4.8.4-1_i386.deb
 2d29a11cee90863ee38ce6dde0fe41952e1528d0 96294 
libsmokeqtdbus4-3_4.8.4-1_i386.deb
 d64ccbeaf6a9c85a2a0cc3dea87e248c4310bc30 133888 
libsmokeqtdeclarative4-3_4.8.4-1_i386.deb
 d642315913cca5209ea75a82930fe9cca410a59c 1552944 
libsmokeqtgui4-3_4.8.4-1_i386.deb
 1119e11d3b538b6c36ebc2f6ea65e5082eb2235f 87572 
libsmokeqthelp4-3_4.8.4-1_i386.deb
 56e2800ebc00c8acd371c5650bf7a225247529d8 174634 
libsmokeqtnetwork4-3_4.8.4-1_i386.deb
 52db73d74baa8ce9a4cd9a44ef63825fa46654b7 123318 
libsmokeqtopengl4-3_4.8.4-1_i386.deb
 91ae10e06c1d59b5d06d7427ea1a380b4d75b290 50310 
libsmokeqtscript4-3_4.8.4-1_i386.deb
 89c16c966c35a0d94f5997c9eb47c1d23033af71 146696 
libsmokeqtsql4-3_4.8.4-1_i386.deb
 26736cfaa024abc0c4e427203e1d8536f9edec75 106718 
libsmokeqtsvg4-3_4.8.4-1_i386.deb
 e79a969c89f76af369678935deeb10afd66a4693 46788 
libsmokeqttest4-3_4.8.4-1_i386.deb
 6d6bc59458807ae6f17458d51fc396d3d943fc67 278716 
libsmokeqtuitools4-3_4.8.4-1_i386.deb
 29a626c9fe72ccf7aa6f341c160cc9e7c293b414 84452 
libsmokeqtwebkit4-3_4.8.4-1_i386.deb
 8a574ef0c86c5a4cd3bc2995b82929c33a698dbc 100410 
libsmokeqtxml4-3_4.8.4-1_i386.deb
 4657cb2658700bb9ff256d1cd4d4a13708025965 82112 
libsmokeqtxmlpatterns4-3_4.8.4-1_i386.deb
 82b944953ee43dbb8175cd38435a1080570b62a9 88606 libsmokephonon3_4.8.4-1_i386.deb
 8f82d5764a5019a75e1578a098fe2076410139bf 19216 
libsmokeqimageblitz3_4.8.4-1_i386.deb
 1b0f4c1bd2b5ced69e0743f69371e249fe69075e 23676460 
libsmokeqt4-dbg_4.8.4-1_i386.deb
 3275b360362e7ec8c722ec5ee46e01ab27fd6887 6042 libsmokeqt4-dev_4.8.4-1_i386.deb
Checksums-Sha256: 
 98d6bf96fe1e987255b33237a2753c0e05d80e39a423f9c12b11b0e9a50191a8 2756 
smokeqt_4.8.4-1.dsc
 80b2a054252135b4ecd88fd6c998a6b6cee78560d21d3e6300a7fc7a3012c10c 33512 
smokeqt_4.8.4.orig.tar.xz
 5e1243cbe49bf87618bcc6f47efc4684dc5cb1a3b96d3c47c2971ef38f9efaca 4563 
smokeqt_4.8.4-1.debian.tar.gz
 cbbe500dc5945538650ec37b4ca98fdbae03f408ae26b6d264dc44a78f995ec3 287296 
libsmokeqsci3_4.8.4-1_i386.deb
 f05d38eca0ee59c80cb802993559a7acace0da6d6d328e48e8bd8cb7f8839539 756120 
libsmokeqt3support4-3_4.8.4-1_i386.deb
 7e11dacc714fb277b4da16718759a7023feb4ad30687b991a8397e5bee7cd3e4 437922 
libsmokeqtcore4-3_4.8.4-1_i386.deb
 5549df055e0bfe4605f5c0762a9cf985659f2b8e32ea728a76a8311559b7c9f0 96294 
libsmokeqtdbus4-3_4.8.4-1_i386.deb
 2836ff9e3f903bf0a48a3500f935a9691559fe94b52a7699bf910c4be0e2f69d 133888 
libsmokeqtdeclarative4-3_4.8.4-1_i386.deb
 c9b8d0088e16de78f41c37d3a34b1f9261acc8951f04bbdbd0514fef60267fc7 1552944 
libsmokeqtgui4-3_4.8.4-1_i386.deb
 165fae76dbffaba389f3523d7e748fbcf0d5f74ce6b219aefaa4d6faa8df5eed 87572 
libsmokeqthelp4-3_4.8.4-1_i386.deb
 f7a5fe3e67b92850801a69478dd0613346e649c5c49873d5af07c75734c16bfa 

Accepted telepathy-qt 0.9.1-4 (source all amd64)

2012-06-17 Thread George Kiagiadakis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Jun 2012 11:08:30 +0200
Source: telepathy-qt
Binary: libtelepathy-qt4-2 libtelepathy-qt4-farstream2 libtelepathy-qt4-dev 
libtelepathy-qt4-dbg libtelepathy-qt4-doc
Architecture: source amd64 all
Version: 0.9.1-4
Distribution: unstable
Urgency: low
Maintainer: Laurent Bigonville bi...@debian.org
Changed-By: George Kiagiadakis kiagiadakis.geo...@gmail.com
Description: 
 libtelepathy-qt4-2 - Telepathy framework - Qt 4 library
 libtelepathy-qt4-dbg - Qt 4 Telepathy library (debug symbols)
 libtelepathy-qt4-dev - Qt 4 Telepathy library (headers and static library)
 libtelepathy-qt4-doc - Qt 4 Telepathy library (documentation)
 libtelepathy-qt4-farstream2 - Telepathy/Farsight integration - Qt 4 library
Closes: 676259
Changes: 
 telepathy-qt (0.9.1-4) unstable; urgency=low
 .
   * Add extra (optional=inline) markings on all inline
 symbols that still appear in the symbols file and confirm
 it with pkgkde-symbolshelper for all architectures. (Closes: #676259)
Checksums-Sha1: 
 fe6718dbba961db05964b1c68784bce038026257 2389 telepathy-qt_0.9.1-4.dsc
 7dd18669aa7e6af4e000b41c18caea04a0e67ed6 39125 
telepathy-qt_0.9.1-4.debian.tar.gz
 84c3fcbaaa73493d7340d2b206842dc0d99af730 2151150 
libtelepathy-qt4-2_0.9.1-4_amd64.deb
 9f0e9263ad1bbddee82f34e36aa570c5b9926262 10424 
libtelepathy-qt4-farstream2_0.9.1-4_amd64.deb
 1b58a29e096d851ae348d5d33a52f0e5180cee57 309580 
libtelepathy-qt4-dev_0.9.1-4_amd64.deb
 df83518cb119f0443512696cb3120497c80cbd0c 16414586 
libtelepathy-qt4-dbg_0.9.1-4_amd64.deb
 6816fdef2127fad6c1224beaffdca10a3e013976 3448552 
libtelepathy-qt4-doc_0.9.1-4_all.deb
Checksums-Sha256: 
 133d0ce359c2d588a2f34d2d800609f84258475f04f082641316bcd23194940e 2389 
telepathy-qt_0.9.1-4.dsc
 e1e77c4d508f606be9a784f9fc0fd36b73c03689212e4d297bdfe115f4161807 39125 
telepathy-qt_0.9.1-4.debian.tar.gz
 b188cc6e2403db33a650e91608cc222dea30daa32d70d1fef29e109a4955d424 2151150 
libtelepathy-qt4-2_0.9.1-4_amd64.deb
 a6a2f1f14053dd6b540cf19f30908ad1bdd6bba9437f00fcb102618302b8b2cd 10424 
libtelepathy-qt4-farstream2_0.9.1-4_amd64.deb
 71cfbf37b9d90bec601816a0ae7c16030f6dd314a7c9cbb0e58948b0dba7c7ae 309580 
libtelepathy-qt4-dev_0.9.1-4_amd64.deb
 aaab28ceb058cbe7dc9dea2d634ae591a4bd658c7b3016e67f78bc3b9ac7fed5 16414586 
libtelepathy-qt4-dbg_0.9.1-4_amd64.deb
 6f2a6baaf1e5221aef210e0537267e8d74f885613b3ae88b28c12e3d88a1e013 3448552 
libtelepathy-qt4-doc_0.9.1-4_all.deb
Files: 
 760d872420e98562b75400d117b41c22 2389 libs optional telepathy-qt_0.9.1-4.dsc
 7a27d6a75b54f171a21ac972f08ffdac 39125 libs optional 
telepathy-qt_0.9.1-4.debian.tar.gz
 1d0049f0bb2a67fbccfd2155437914ad 2151150 libs optional 
libtelepathy-qt4-2_0.9.1-4_amd64.deb
 c7659e1100c882377b44b2a2b4706d8b 10424 libs optional 
libtelepathy-qt4-farstream2_0.9.1-4_amd64.deb
 584bd31e4fa6870d41bf3d30c0ce1614 309580 libdevel optional 
libtelepathy-qt4-dev_0.9.1-4_amd64.deb
 b12e7b8884cce5f34f89ab37e7d87065 16414586 debug extra 
libtelepathy-qt4-dbg_0.9.1-4_amd64.deb
 950188b9e96892f3d9659970abd0b51f 3448552 doc optional 
libtelepathy-qt4-doc_0.9.1-4_all.deb

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

iQEcBAEBCAAGBQJP3aKxAAoJEB/FiR66sEPVnBMH/Amd7JftiWXHpyDvTCiPqhXo
KzloR9+Q3q0jwfdjlctufeaR5FbYbbap8yK3opuhkrAD+aCe+SE/UA8D7eDbiequ
xMoBQ7J51EM2MwbNLgFJ7RyQN29bLOGQ3J8md2FMgo/+M++C4C8OAUeywMBfb8vO
HxqEDJ5apDD72i4t54vDumKb8m+6efGN8sFH6KZ3wST1YBfVwpCDJj2fW4eGuAnq
196zoqwq1rHbG3gBuEiWNQYBtnKwxSgaFvzIyufXcF75ZrYaqv/DxWb1nRq+FcN+
SsVJ0XsKdONgha7b5+CL6Gt+hnFGc1Bzv7WqExZGlMZsjXW2Hhuc5D7ogpZyAzE=
=sS8l
-END PGP SIGNATURE-


Accepted:
libtelepathy-qt4-2_0.9.1-4_amd64.deb
  to main/t/telepathy-qt/libtelepathy-qt4-2_0.9.1-4_amd64.deb
libtelepathy-qt4-dbg_0.9.1-4_amd64.deb
  to main/t/telepathy-qt/libtelepathy-qt4-dbg_0.9.1-4_amd64.deb
libtelepathy-qt4-dev_0.9.1-4_amd64.deb
  to main/t/telepathy-qt/libtelepathy-qt4-dev_0.9.1-4_amd64.deb
libtelepathy-qt4-doc_0.9.1-4_all.deb
  to main/t/telepathy-qt/libtelepathy-qt4-doc_0.9.1-4_all.deb
libtelepathy-qt4-farstream2_0.9.1-4_amd64.deb
  to main/t/telepathy-qt/libtelepathy-qt4-farstream2_0.9.1-4_amd64.deb
telepathy-qt_0.9.1-4.debian.tar.gz
  to main/t/telepathy-qt/telepathy-qt_0.9.1-4.debian.tar.gz
telepathy-qt_0.9.1-4.dsc
  to main/t/telepathy-qt/telepathy-qt_0.9.1-4.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/e1sgbwq-0007nt...@franck.debian.org



Accepted libmtp 1.1.3-24-g9aca343-2 (source all amd64)

2012-06-17 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 17 Jun 2012 11:41:00 +0200
Source: libmtp
Binary: libmtp9 libmtp-common libmtp-runtime libmtp-dev libmtp-dbg libmtp-doc 
mtp-tools
Architecture: source amd64 all
Version: 1.1.3-24-g9aca343-2
Distribution: experimental
Urgency: low
Maintainer: Alessio Treglia ales...@debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 libmtp-common - Media Transfer Protocol (MTP) common files
 libmtp-dbg - Media Transfer Protocol (MTP) debugging symbols
 libmtp-dev - Media Transfer Protocol (MTP) development files
 libmtp-doc - Media Transfer Protocol (MTP) library documentation
 libmtp-runtime - Media Transfer Protocol (MTP) runtime tools
 libmtp9- Media Transfer Protocol (MTP) library
 mtp-tools  - Media Transfer Protocol (MTP) library tools
Changes: 
 libmtp (1.1.3-24-g9aca343-2) experimental; urgency=low
 .
   * Add MTPz support.
 - Build-depend on libgcrypt11-dev.
Checksums-Sha1: 
 fec88ca98237e3345de0291515b32406f2605198 2386 libmtp_1.1.3-24-g9aca343-2.dsc
 37719614194878d6466b776564b14c11e7633db5 21938 
libmtp_1.1.3-24-g9aca343-2.debian.tar.gz
 d6d5bbf990d4a001f9a2fd7d4c86cd2540e56407 183880 
libmtp9_1.1.3-24-g9aca343-2_amd64.deb
 6ea3d248dc3a9f6ab3ec056ce7df265df2004e24 61982 
libmtp-common_1.1.3-24-g9aca343-2_all.deb
 517e5be5d1a4a8b2f6279e5c2cf7765a9b7615be 43180 
libmtp-runtime_1.1.3-24-g9aca343-2_amd64.deb
 08be55f0cab2e5c04e0320d4fc17cf8453a50b41 49498 
libmtp-dev_1.1.3-24-g9aca343-2_amd64.deb
 f9b9e64e0fa5adeb05099b94d1c22eb754f3a31e 271276 
libmtp-dbg_1.1.3-24-g9aca343-2_amd64.deb
 c6d4f8419dc8c4edf313c0ec11fdaae16abd5236 408210 
libmtp-doc_1.1.3-24-g9aca343-2_all.deb
 0cd0ef5e7792f6d1eebc962a9b5ac500f491f368 84822 
mtp-tools_1.1.3-24-g9aca343-2_amd64.deb
Checksums-Sha256: 
 20948210da1d92a2cd79493c695abe610efff2b22ccb17b3180f155b2b65fb37 2386 
libmtp_1.1.3-24-g9aca343-2.dsc
 ec75b20474220153fdf7cf135297dc043952784a93ff2f4162c85b3bc15692a1 21938 
libmtp_1.1.3-24-g9aca343-2.debian.tar.gz
 daaa5cb7711c62b1862a921a20fbcb1dfc08fbecb953a8ecc767d57e32e5d21c 183880 
libmtp9_1.1.3-24-g9aca343-2_amd64.deb
 4c9bbe3d547157e39963a1a357049f4b834104868c2db3a4ed6daf6a3b51df7f 61982 
libmtp-common_1.1.3-24-g9aca343-2_all.deb
 61d40090e47939adb4f17373636fcba9353fb1da1a452207aed44d108f0688af 43180 
libmtp-runtime_1.1.3-24-g9aca343-2_amd64.deb
 073c9e35da056aa5e24b7c74c0f71fbe9df0a1928e3d0d6b778019612c53ac89 49498 
libmtp-dev_1.1.3-24-g9aca343-2_amd64.deb
 53a8a392e354733fbd31fc8eeedc7fe51c4fca9cdeb6569e96d00f4c83e40d45 271276 
libmtp-dbg_1.1.3-24-g9aca343-2_amd64.deb
 111e0d264cc605c31f9d291f9b8f51d75540286b1ac866df50a91c2faecc49dd 408210 
libmtp-doc_1.1.3-24-g9aca343-2_all.deb
 1a7061478d5154f12e66db59a5bc7250713404eb14e12410ffa49abe679183c6 84822 
mtp-tools_1.1.3-24-g9aca343-2_amd64.deb
Files: 
 459b0de154f205b3f0958ae1e0aa35e6 2386 libs optional 
libmtp_1.1.3-24-g9aca343-2.dsc
 42847ae2809acce3d402282d4e676b7a 21938 libs optional 
libmtp_1.1.3-24-g9aca343-2.debian.tar.gz
 3ec58adf36946af843fc19a028f65513 183880 libs optional 
libmtp9_1.1.3-24-g9aca343-2_amd64.deb
 ee5b2121d32f6d8af8186c451c879d6d 61982 libs optional 
libmtp-common_1.1.3-24-g9aca343-2_all.deb
 07ae11cd7c19da9c8776dfc2c3c652a0 43180 libs optional 
libmtp-runtime_1.1.3-24-g9aca343-2_amd64.deb
 95682a6e689dc812b2ede90fb2d748c3 49498 libdevel optional 
libmtp-dev_1.1.3-24-g9aca343-2_amd64.deb
 27507da2c6bfa14a0f7c8ac935ca69ab 271276 debug extra 
libmtp-dbg_1.1.3-24-g9aca343-2_amd64.deb
 5b35de75a4d6218ca1f4494ae04b6c6e 408210 doc optional 
libmtp-doc_1.1.3-24-g9aca343-2_all.deb
 3219581a31e1eb76187debd893047b07 84822 utils optional 
mtp-tools_1.1.3-24-g9aca343-2_amd64.deb

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

iQIcBAEBCgAGBQJP3aieAAoJEOikiuUxHXZaHsAQAIuLGQJGl1CtQLitUHbl6zjq
FdAas5xDTL9/YxI2UKyCcMw6/AxKeHElsDTeFzkq/LsAaB6jTJE7V6ftM6yp2ycj
grRYOihdYu6ZnreCU7VajF1aFV7ZgKgC76niiCIfETsClaUJaZIG5XiPzFsJ9cGi
JAu6JWBBFRkNDcmsSeKQI+6qsV9QN0FPhO5gwf8mWjQPkf9hQ3Yi8qa+klfM+sIH
vAF8QIk+ESS5thEUQ4ue0C+3WU1KG4KvlsRGBEG5q15gO1UNEyFUaguqT7LpU1+M
c2FdZ/Ie6KMAfGx0ScvogSZx+1NDa8eknIaPj+HKk3JpFr06byTZHZONgApV3ykl
z7jLWpZJp+UtqEbj2D5cd7e/Cx5Pwc8qDWwMlxZ1mQay8kt7K9bUR6dok9bkCnQj
yPba8QkCtgZeFQBpDSLos2XqUJUIO3yD9If+SclITVd6KmK6SR+W7P+HXU+XhKtq
XGXY5XXUHU0kPIiTtMrVed+QTMVHvguDvgtpfxC0toaYqDtPwHGVKR6ncC93K+3n
CnqAZGvllfl6YCk8L6Y5exRB6Nop0k748hrxHaRy58CDtCPfI9UhPVfEb+xFCimC
gkVf1hBsSKhDA10IsjK3bwjLjAAxUTLcKLowxx1l0FD/8Aa8MXij07Uk3V4FV/s/
OpxfNUXTDQQ+M0weTblq
=izSS
-END PGP SIGNATURE-


Accepted:
libmtp-common_1.1.3-24-g9aca343-2_all.deb
  to main/libm/libmtp/libmtp-common_1.1.3-24-g9aca343-2_all.deb
libmtp-dbg_1.1.3-24-g9aca343-2_amd64.deb
  to main/libm/libmtp/libmtp-dbg_1.1.3-24-g9aca343-2_amd64.deb
libmtp-dev_1.1.3-24-g9aca343-2_amd64.deb
  to main/libm/libmtp/libmtp-dev_1.1.3-24-g9aca343-2_amd64.deb
libmtp-doc_1.1.3-24-g9aca343-2_all.deb
  to main/libm/libmtp/libmtp-doc_1.1.3-24-g9aca343-2_all.deb
libmtp-runtime_1.1.3-24-g9aca343-2_amd64.deb
  to 

Accepted saods9 7.0.1+dfsg-1 (source i386 all)

2012-06-17 Thread Ole Streicher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 16 Jun 2012 10:30:00 +0200
Source: saods9
Binary: saods9 saods9-blt saods9-doc saods9-data
Architecture: source i386 all
Version: 7.0.1+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Ole Streicher deb...@liska.ath.cx
Description: 
 saods9 - Image display tool for astronomy
 saods9-blt - BLT subpackage for saods9
 saods9-data - Image display tool for astronomy (shared data)
 saods9-doc - Image display tool for astronomy (documentation)
Changes: 
 saods9 (7.0.1+dfsg-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 7f8ca425b6e8740ad0fdf50b3f704d2d32f7a8f0 1682 saods9_7.0.1+dfsg-1.dsc
 cb971937a237f1b08116d75f6e4647c8400cec28 11228047 saods9_7.0.1+dfsg.orig.tar.gz
 eaf39556c7062392ca7159863f9499b9b255bda6 28019 
saods9_7.0.1+dfsg-1.debian.tar.gz
 7c2bb7836a01ab16353dea462e967e5860290ef7 875972 saods9_7.0.1+dfsg-1_i386.deb
 67b03f050e35340ad0a8edcf030f9aaafcedf47f 534420 
saods9-blt_7.0.1+dfsg-1_i386.deb
 db0fd9bdb7c1e8bce5579f1d06d90d0f0ec33eff 5513520 
saods9-doc_7.0.1+dfsg-1_all.deb
 b5b35cc65ebd02236957f21a96a2427fdb488b01 426754 
saods9-data_7.0.1+dfsg-1_all.deb
Checksums-Sha256: 
 1d091609bd167b6402f56bd0107e5bb8c9a8fdd4f7dbf15f3fdae75cdb2cb54b 1682 
saods9_7.0.1+dfsg-1.dsc
 51fcefa5cfdedd4689f369e6ea1203e948f89c9aece9fc6a14006a5165346f33 11228047 
saods9_7.0.1+dfsg.orig.tar.gz
 84e8d88d0bbd4566ea99099867987f64818d5f4790356dbbe8db26a7df044c96 28019 
saods9_7.0.1+dfsg-1.debian.tar.gz
 138ad9ee75d82c877aef4251530d398694e691a961558deb5fe78222c6076110 875972 
saods9_7.0.1+dfsg-1_i386.deb
 aefeee070b951e60417018ef01624d5dfc59405be3bc0364c5026b67465ba7b3 534420 
saods9-blt_7.0.1+dfsg-1_i386.deb
 252f4ce0f3511547d0d6fd49d53fdca79abca3e1827639800ac399552f9f8dcc 5513520 
saods9-doc_7.0.1+dfsg-1_all.deb
 b3dd114afd9ecf914c460f9d31559c91ba69f603a756d739b132816d4f7aa11e 426754 
saods9-data_7.0.1+dfsg-1_all.deb
Files: 
 945c887b52669fa910fe6163825b0092 1682 science extra saods9_7.0.1+dfsg-1.dsc
 68ddbffeac0096a84dbd43ae84cef3f6 11228047 science extra 
saods9_7.0.1+dfsg.orig.tar.gz
 af768d271fa7844dc830f97e9b9040b7 28019 science extra 
saods9_7.0.1+dfsg-1.debian.tar.gz
 9de1831bc6949284e4d6c1674ff7e599 875972 science extra 
saods9_7.0.1+dfsg-1_i386.deb
 a76b9b3b7e9aea85bc7e0ac8ead40596 534420 science extra 
saods9-blt_7.0.1+dfsg-1_i386.deb
 5494f9f50f00c272f196a86cdd6f2fe9 5513520 doc extra 
saods9-doc_7.0.1+dfsg-1_all.deb
 60676d28fd18eee6a11678edc67aaeb3 426754 science extra 
saods9-data_7.0.1+dfsg-1_all.deb

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

iEYEARECAAYFAk/dqEkACgkQiOXXM92JlhCtYgCdHcv9daHmXxZc28ve5T9Cfhuh
cCsAoMCij4xqQLZuvbZCuI4CbNy2YVnD
=Oo8+
-END PGP SIGNATURE-


Accepted:
saods9-blt_7.0.1+dfsg-1_i386.deb
  to main/s/saods9/saods9-blt_7.0.1+dfsg-1_i386.deb
saods9-data_7.0.1+dfsg-1_all.deb
  to main/s/saods9/saods9-data_7.0.1+dfsg-1_all.deb
saods9-doc_7.0.1+dfsg-1_all.deb
  to main/s/saods9/saods9-doc_7.0.1+dfsg-1_all.deb
saods9_7.0.1+dfsg-1.debian.tar.gz
  to main/s/saods9/saods9_7.0.1+dfsg-1.debian.tar.gz
saods9_7.0.1+dfsg-1.dsc
  to main/s/saods9/saods9_7.0.1+dfsg-1.dsc
saods9_7.0.1+dfsg-1_i386.deb
  to main/s/saods9/saods9_7.0.1+dfsg-1_i386.deb
saods9_7.0.1+dfsg.orig.tar.gz
  to main/s/saods9/saods9_7.0.1+dfsg.orig.tar.gz


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



Accepted partman-base 155 (source i386)

2012-06-17 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Jun 2012 11:28:01 +0200
Source: partman-base
Binary: partman-base partman-utils
Architecture: source i386
Version: 155
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description: 
 partman-base - Partition the storage devices (partman) (udeb)
 partman-utils - Utilities related to partitioning (udeb)
Changes: 
 partman-base (155) unstable; urgency=low
 .
   * Team upload
   * Replace XC-Package-Type by Package-Type
 .
   [ Updated translations ]
   * Galician (gl.po) by Jorge Barreiro
Checksums-Sha1: 
 b5021f6b82c53a33179bf4dc366b61b8aae2519b 1791 partman-base_155.dsc
 e10b55a2519d7c0e54b8d541ef6916e86182953d 206348 partman-base_155.tar.gz
 e20cd388a52d83dbf4b19571d913a0a89231634d 152816 partman-base_155_i386.udeb
 27cb513a095174ddc505322c008f3d23d5408630 3362 partman-utils_155_i386.udeb
Checksums-Sha256: 
 9e82273d0a6c72b7ee46a9b85a929a1bbbe82c0c6438c29957428f297e1f709b 1791 
partman-base_155.dsc
 3598cbe3c821cb0807d5b94a5dd20efcf1546aaec252d212dee96b466647835b 206348 
partman-base_155.tar.gz
 3758c8e1d373470c834423bfbf2ea8262f7f03d1a73b37b6e1e334da1b95e920 152816 
partman-base_155_i386.udeb
 34c1d03b9c00dcb63b540d7b3861a4006609636fd033e3e1fbadfe4c2ee7261d 3362 
partman-utils_155_i386.udeb
Files: 
 c27afa6bde55a2f0a207d2ee8e8b25c2 1791 debian-installer standard 
partman-base_155.dsc
 d5d0bd1320ec9098b4cfeffdcc8b1084 206348 debian-installer standard 
partman-base_155.tar.gz
 77ed4240315850e6240d7281cdc5f635 152816 debian-installer standard 
partman-base_155_i386.udeb
 d024ac61bc45691b595e6833ad8dee47 3362 debian-installer extra 
partman-utils_155_i386.udeb

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

iQIVAwUBT92sHIcvcCxNbiWoAQIETRAAxZ8AdpRv3OCe9dvmERhBOntqMwJSjvzD
FdwlDSyuMCXHyIfwGTF2PNZThenEZbdbTVVsdw4h/7Ali5Qp7IJlmPhGCQn/2Od7
0rgfwGrZ/eWUZ6r0XWTrkSoVK/ebCD4Gvg7dcF0hXFS5/LTVgaSTYyPsta0sde5f
C219V2r5qZ/zKmXUH7b8CFaA8Nnn9W7H0xlQTVCtX/XBoPA6d6Vg3IXmwhskXI3p
9JDorO5geJmkDr0j+rfHf8SlcRvYOspk1u8YtYqZy/92CfktCGFI9ZydEirSzAsh
rDAipBonI8v7AA7mtggA2RQMrteHtty7kNp7ztOd/wMQ6MJHaanXgAWeosCuGiI2
VPm7NGZ/oYhg/R9aytoJ7qBqf3CG61lMTouhiCc/JiRBkqtNhC7UG9JEkFfe8+cb
M+ikYOe4Tum0F5Vr4I+6Hgp4SdsQavhrpZVxnHDV9Q0qKSUv0QjxQNLqSOCCCd+W
frk71frJW26TKcp9d+l7B3sgpmbtAPCqEXnBwtao1ZvLbYLPusPVGQ9NgcUTq43E
PrNPac+qrb86r3UUh6dLuEM5LkbC60VmKYTBKyIGaw8CTM2KhZI5V2YPvI1Ky44+
ljbpUQF05MMuTLtC6wUi9kQuHi+2h63Mz0n0dAFmldaNXuhxPE9psIE6GcsUot0A
AyhPI6Fu+XY=
=/2DX
-END PGP SIGNATURE-


Accepted:
partman-base_155.dsc
  to main/p/partman-base/partman-base_155.dsc
partman-base_155.tar.gz
  to main/p/partman-base/partman-base_155.tar.gz
partman-base_155_i386.udeb
  to main/p/partman-base/partman-base_155_i386.udeb
partman-utils_155_i386.udeb
  to main/p/partman-base/partman-utils_155_i386.udeb


-- 
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/e1sgczp-6e...@franck.debian.org



Accepted allegro4.4 2:4.4.2-2.1 (source all amd64)

2012-06-17 Thread Cyril Brulebois
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Jun 2012 12:12:40 +0200
Source: allegro4.4
Binary: liballegro4.4 liballegro4.2-dev liballegro4.4-plugin-alsa allegro4-doc 
liballegro-doc liballeggl4.4 liballeggl4-dev libjpgalleg4.4 libjpgalleg4-dev 
libloadpng4.4 libloadpng4-dev
Architecture: source amd64 all
Version: 2:4.4.2-2.1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Cyril Brulebois k...@debian.org
Description: 
 allegro4-doc - documentation for the Allegro library
 liballeggl4-dev - development files for the allgrogl library
 liballeggl4.4 - library to mix OpenGL graphics with Allegro routines
 liballegro-doc - transitional dummy package
 liballegro4.2-dev - development files for the Allegro library
 liballegro4.4 - portable library for cross-platform game and multimedia 
developme
 liballegro4.4-plugin-alsa - ALSA audio plugin for the Allegro library
 libjpgalleg4-dev - development files for the JPG loading addon for Allegro 4
 libjpgalleg4.4 - JPG loading addon for Allegro 4
 libloadpng4-dev - development files for the PNG loading addon for Allegro 4
 libloadpng4.4 - PNG loading addon for Allegro 4
Changes: 
 allegro4.4 (2:4.4.2-2.1) unstable; urgency=low
 .
   * Non-maintainer upload with maintainer's ACK.
   * Work around ICE on ia64 by using gcc-4.7 there instead of gcc-4.6
 on this architecture.
Checksums-Sha1: 
 0726db475df86dc6319a94c9553708d2414cdca8 2031 allegro4.4_4.4.2-2.1.dsc
 1c545db1b5b292efe027174750596c9187eeb453 28866 
allegro4.4_4.4.2-2.1.debian.tar.gz
 8ead6664d33e0bca4816efe0165872149dc927e8 500332 
liballegro4.4_4.4.2-2.1_amd64.deb
 d82bae76813e4674922707fe481c00ff5eb42400 401966 
liballegro4.2-dev_4.4.2-2.1_amd64.deb
 78858ec9aecebb5ce9aceb62caf5394a0b375e48 90956 
liballegro4.4-plugin-alsa_4.4.2-2.1_amd64.deb
 7b93f0b1e5371811576acdf1d6361d26eb3d5dc1 1810692 allegro4-doc_4.4.2-2.1_all.deb
 8ec9f603b2b659e5574f34df7c343da007e5cec5 80790 liballegro-doc_4.4.2-2.1_all.deb
 67a07d8b0df3fd4d6f2659afe9d0fb97c8181b59 226822 
liballeggl4.4_4.4.2-2.1_amd64.deb
 e3cac13f321ecaa6ae55f115d2d00dfe27e8281e 158872 
liballeggl4-dev_4.4.2-2.1_amd64.deb
 f991d96795c4d329d4f2726713a416a50d2b005c 112496 
libjpgalleg4.4_4.4.2-2.1_amd64.deb
 b0abc76143ae5d5910cc55ec1c9f4f3069693a72 82632 
libjpgalleg4-dev_4.4.2-2.1_amd64.deb
 d2d2549f725d2a6fef611f6577d3ae51568f2987 89116 
libloadpng4.4_4.4.2-2.1_amd64.deb
 6aac7f82f239b28abb50b016bdc3a031f419b600 82638 
libloadpng4-dev_4.4.2-2.1_amd64.deb
Checksums-Sha256: 
 6801f1b3d8eff6097026e494360f1b888b7d8ab0bc2b6d8f06a41b3bf68938a3 2031 
allegro4.4_4.4.2-2.1.dsc
 0e373d73325c51b0d2ea1a02bef35dbfe686a469db2208d1afdd54bdd88c70ea 28866 
allegro4.4_4.4.2-2.1.debian.tar.gz
 02a6ccf1460843dc275802abd85e2967f6683393b866e0faed3a9d65b313b257 500332 
liballegro4.4_4.4.2-2.1_amd64.deb
 892a938c106e83cec51fa9c195436cb84c290a0d0daad6aa19dab4917cdad30e 401966 
liballegro4.2-dev_4.4.2-2.1_amd64.deb
 79916549900de7acdefc7fc55f883250e069b9d8e2f6938c9b89a93422ba5ab0 90956 
liballegro4.4-plugin-alsa_4.4.2-2.1_amd64.deb
 d5d33d56d5dadaf74dde0198666e7e58d26def231b72b3692acdf8b68f8c9490 1810692 
allegro4-doc_4.4.2-2.1_all.deb
 d2a4fdd697f65e87646743659277e223d1e304534e086ef3384f148d6676c12f 80790 
liballegro-doc_4.4.2-2.1_all.deb
 3cf3a7093a4285c523b55a49f585d82e5385ca2ddba6a18a9fccfa726a950215 226822 
liballeggl4.4_4.4.2-2.1_amd64.deb
 7515f6149d5496687773941d2de0a3cc74e74eeacaae768262fec40e0786b542 158872 
liballeggl4-dev_4.4.2-2.1_amd64.deb
 ad49a428e65ce344d4f587f4122ab66cafaeaf1c4b863ee1adaa0c9ae7b8560f 112496 
libjpgalleg4.4_4.4.2-2.1_amd64.deb
 5bd140970e5bb4c1b82d036b021917115b1aa83fcbdd9afa46c308ceaa68cbfc 82632 
libjpgalleg4-dev_4.4.2-2.1_amd64.deb
 3319dbea948316950092efed84ca95a40b260b53a288ad1e5e9171c25baa995f 89116 
libloadpng4.4_4.4.2-2.1_amd64.deb
 a746551cd10890792868528127534cee994c8c42dc104da1636762ad510be2ca 82638 
libloadpng4-dev_4.4.2-2.1_amd64.deb
Files: 
 fbaffb96adb3183c82248d848c941a92 2031 devel optional allegro4.4_4.4.2-2.1.dsc
 09cb82f187fc424184c054282632f03d 28866 devel optional 
allegro4.4_4.4.2-2.1.debian.tar.gz
 2a5455c72734dc50772908c835c8fcd6 500332 libs optional 
liballegro4.4_4.4.2-2.1_amd64.deb
 7c07559f450f07cf299a88079be190b3 401966 libdevel optional 
liballegro4.2-dev_4.4.2-2.1_amd64.deb
 14170edf91d88050a1abd6c88682078f 90956 libs optional 
liballegro4.4-plugin-alsa_4.4.2-2.1_amd64.deb
 8df5eef574ea5986a5646af9d0e4f6f5 1810692 doc optional 
allegro4-doc_4.4.2-2.1_all.deb
 3038f0e381ea653f5d8242f4bee6577c 80790 oldlibs optional 
liballegro-doc_4.4.2-2.1_all.deb
 d993291e1c89f6275ac80ca4f7ebd5de 226822 libs optional 
liballeggl4.4_4.4.2-2.1_amd64.deb
 a58c50e578cd606d1e91051a4bc5148d 158872 libdevel optional 
liballeggl4-dev_4.4.2-2.1_amd64.deb
 5fcb0f2c7413f03322693413e44fc039 112496 libs optional 
libjpgalleg4.4_4.4.2-2.1_amd64.deb
 f58ec324e9781a28ccf8250a5a43e50e 82632 libdevel optional 
libjpgalleg4-dev_4.4.2-2.1_amd64.deb
 

Accepted mangler 1.2.4-1 (source i386)

2012-06-17 Thread Vincent Cheng
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 16 Jun 2012 16:13:09 -0700
Source: mangler
Binary: mangler libventrilo3-0 libventrilo-dev
Architecture: source i386
Version: 1.2.4-1
Distribution: unstable
Urgency: low
Maintainer: Vincent Cheng vincentc1...@gmail.com
Changed-By: Vincent Cheng vincentc1...@gmail.com
Description: 
 libventrilo-dev - library for communicating with Ventrilo servers (development)
 libventrilo3-0 - library for communicating with Ventrilo servers
 mangler- Ventrilo compatible client for Linux
Changes: 
 mangler (1.2.4-1) unstable; urgency=low
 .
   * New upstream release.
   * Drop unneeded build-dep on libusb-dev.
   * Add Breaks+Replaces relationship for mangler  1.2.2 to fix upgrade path
 from old .deb packages distributed upstream. (LP: #1008797, LP: #1009775)
Checksums-Sha1: 
 9ee51f13154e70c914e5ef34f160127dd8595109 1539 mangler_1.2.4-1.dsc
 7b0eca9c0d5d1a7e4f683ebb100974eeec20a6b5 2095571 mangler_1.2.4.orig.tar.gz
 c13b6014322a4b24ba5689090ca2d4d067168465 3819 mangler_1.2.4-1.debian.tar.gz
 546f9eb7d74313ff99bcb6397888b98512ad5c3f 720482 mangler_1.2.4-1_i386.deb
 91b2b35005b01eeb38a505109383566ff778aec6 84102 libventrilo3-0_1.2.4-1_i386.deb
 1d4083eec554a35655773a0d82f1e5445c585da7 89644 libventrilo-dev_1.2.4-1_i386.deb
Checksums-Sha256: 
 fe8b5c4277a31f4f324497aaa6cf489d960b1e8d6af2b0589f1852d6216dfab1 1539 
mangler_1.2.4-1.dsc
 83245d4947c83866e68172c809fddca22417dde4c9c8ae52011f6291cb784d9d 2095571 
mangler_1.2.4.orig.tar.gz
 99de4966a6517f6418144e8d5005082216305aa22576f4a2046c78664e921844 3819 
mangler_1.2.4-1.debian.tar.gz
 98a7eaa8c7a69c8f143241ad24880813fab2c60f4b924dd73c4409b9d4d297df 720482 
mangler_1.2.4-1_i386.deb
 fe337d7f8158f30165901356269d2a57f1518a29ba8a2e470126fc928ca4fee1 84102 
libventrilo3-0_1.2.4-1_i386.deb
 c2512c4700d77626a0aef532ad441fd26391d1a792a0e641d885916ef821fcdc 89644 
libventrilo-dev_1.2.4-1_i386.deb
Files: 
 632b762e4c28c28be387c70e4e856833 1539 net optional mangler_1.2.4-1.dsc
 d18dff2a8341aa5400a717d562d4be46 2095571 net optional mangler_1.2.4.orig.tar.gz
 6be3d6f0adeec4f72b0e7dbc2ff5396f 3819 net optional 
mangler_1.2.4-1.debian.tar.gz
 eb25eb05927a726b3e494c4c1b9087cb 720482 net optional mangler_1.2.4-1_i386.deb
 55e5da087f766716dff308ac1de109db 84102 libs optional 
libventrilo3-0_1.2.4-1_i386.deb
 f6b82e6c013b7923fff6eadce19c8997 89644 libdevel optional 
libventrilo-dev_1.2.4-1_i386.deb

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

iEYEARECAAYFAk/drwQACgkQchorMMFUmYzoxACghTzlMhilKRm3tg5PEKWGVH0V
vlsAnjpVCz17zjyg39sz/HgEKaW8eltY
=SE6G
-END PGP SIGNATURE-


Accepted:
libventrilo-dev_1.2.4-1_i386.deb
  to main/m/mangler/libventrilo-dev_1.2.4-1_i386.deb
libventrilo3-0_1.2.4-1_i386.deb
  to main/m/mangler/libventrilo3-0_1.2.4-1_i386.deb
mangler_1.2.4-1.debian.tar.gz
  to main/m/mangler/mangler_1.2.4-1.debian.tar.gz
mangler_1.2.4-1.dsc
  to main/m/mangler/mangler_1.2.4-1.dsc
mangler_1.2.4-1_i386.deb
  to main/m/mangler/mangler_1.2.4-1_i386.deb
mangler_1.2.4.orig.tar.gz
  to main/m/mangler/mangler_1.2.4.orig.tar.gz


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



Accepted grub-installer 1.72 (source i386)

2012-06-17 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Jun 2012 11:25:29 +0200
Source: grub-installer
Binary: grub-installer
Architecture: source i386
Version: 1.72
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description: 
 grub-installer - Install GRUB on a hard disk (udeb)
Changes: 
 grub-installer (1.72) unstable; urgency=low
 .
   * Team upload
 .
   [ Updated translations ]
   * Galician (gl.po) by Jorge Barreiro
Checksums-Sha1: 
 05717b092aae161a4af396ba2188fcbf0b1a267a 1777 grub-installer_1.72.dsc
 eb57d2bf56a0b4ed3e203537768bc1339cce9049 212237 grub-installer_1.72.tar.gz
 2deb3802deba4bd366997bbb2319b74c7920091e 194598 grub-installer_1.72_i386.udeb
Checksums-Sha256: 
 cdedef3a88f113334d26690a3c73b07b298ac0548f6fc9b5fa752aa87b63e1b0 1777 
grub-installer_1.72.dsc
 1418fa842b190bac0e850185dbdf63115a681bee4c1bcae5431babcdfd018b3f 212237 
grub-installer_1.72.tar.gz
 f0a8a9499164e5c97a6c9ecacaa89671cc35a868fc4d5406739b5be3a768a720 194598 
grub-installer_1.72_i386.udeb
Files: 
 185b32d5cad56c0a478af9e9cbcafaa4 1777 debian-installer standard 
grub-installer_1.72.dsc
 345a7b34cd036f9268c8936216fac44b 212237 debian-installer standard 
grub-installer_1.72.tar.gz
 4491a2349c4fbc9cb428379aa6f5780d 194598 debian-installer standard 
grub-installer_1.72_i386.udeb

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

iQIVAwUBT921bYcvcCxNbiWoAQI82BAApFI4NCE9EC3De/1mmmGh9tjCvSx9fBRV
WGjUDvnKQvNkYwefwaL7Z89sAJb8vZgfRHsZfOn95azrM5HGmJzIxsf/2iYg7Rek
m+GFeN3e6YLkY0mkkBBMIjMfUEMW2Pn7ddJN6xJMYFhnVemOix6t5THEe7aTdegt
4lGdv73sa5WLybE+/SponW6nt4/RalgULXavVTV6nAV36owardRZqqTKl8K6iAi0
vQKhvNToxDRIa4kooFp7xDn9Qmt9TU0yYaogjQJlewFTk2F98QhVKew+C6f9a5mi
2zdh2NyXG6zN9Jyl/Gim8DtiEKK0LgqdLysFpfLIU/7pj130NfuAOB8kf1UiwHBc
RfibwEy6XvvadJ1//pCfuwjsl3yOgJbJ/z03ICH6QBWT/H67bAUDLuP+6/cCO16e
X31Ija97zGJmpkmLPSwNFd5jeAPfvBD4TLogc9ZvUNbgjwCvZRycoWKOyT04EhzS
AuLyxVm3vGjIs4+d5pV91kNRBEkBlTF/eCkMmueBULPXXHguHYKWkKO9XiZ3lpWc
s+/m5J1ATPqhrSPLmhJQ689IwcLW+uhQdS8CYPUprtcHbvnkW8ur3zdz9d4F9kH2
4dKYKzaI61LedLTcaSPhQQSI6tH9FbnNq1nPa4n7MniBbTULwl65TF25ztSXQAyU
g1dLSR1knaQ=
=p8av
-END PGP SIGNATURE-


Accepted:
grub-installer_1.72.dsc
  to main/g/grub-installer/grub-installer_1.72.dsc
grub-installer_1.72.tar.gz
  to main/g/grub-installer/grub-installer_1.72.tar.gz
grub-installer_1.72_i386.udeb
  to main/g/grub-installer/grub-installer_1.72_i386.udeb


-- 
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/e1sgdfu-0007c0...@franck.debian.org



Accepted libjava-jdbc-clojure 0.2.2-1 (source all)

2012-06-17 Thread Daigo Moriwaki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Jun 2012 17:39:49 +0900
Source: libjava-jdbc-clojure
Binary: libjava-jdbc-clojure
Architecture: source all
Version: 0.2.2-1
Distribution: unstable
Urgency: low
Maintainer: Daigo Moriwaki da...@debian.org
Changed-By: Daigo Moriwaki da...@debian.org
Description: 
 libjava-jdbc-clojure - Clojure interface to sql databases via jdbc
Changes: 
 libjava-jdbc-clojure (0.2.2-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 72248edd723d7a647064118f24440c5f86b71787 1422 libjava-jdbc-clojure_0.2.2-1.dsc
 71d8a980bf46d6599549142a409b2c3b0bf36542 25755 
libjava-jdbc-clojure_0.2.2.orig.tar.gz
 ae707d88e63f858e1356a9296e20391dbca29071 6651 
libjava-jdbc-clojure_0.2.2-1.debian.tar.gz
 6470cfcd92b6a5edef86c222178dad43dcd4d1e8 29688 
libjava-jdbc-clojure_0.2.2-1_all.deb
Checksums-Sha256: 
 86a972fff6f360f9c73a1badd97002ff721d2bce739384431d420bdd4748743d 1422 
libjava-jdbc-clojure_0.2.2-1.dsc
 805782c08db222a5620b6d30311da3124e256e01dd39d42f19eb07101a037aa7 25755 
libjava-jdbc-clojure_0.2.2.orig.tar.gz
 8c4b9f11db7714948ce5c961fe7f234ae22e1ef8036f176094cb1a6a969c5e17 6651 
libjava-jdbc-clojure_0.2.2-1.debian.tar.gz
 cd9ef65da0a0cdb2017c504823d140e3c79b124642067ab7044ca656cf4af291 29688 
libjava-jdbc-clojure_0.2.2-1_all.deb
Files: 
 bac0c6fb57cda74ba78332bf3b421faf 1422 java optional 
libjava-jdbc-clojure_0.2.2-1.dsc
 8fcf068afed0bb04d51951a19e729f66 25755 java optional 
libjava-jdbc-clojure_0.2.2.orig.tar.gz
 6a9d737eaa5a7ce75e507fea36ae5b5c 6651 java optional 
libjava-jdbc-clojure_0.2.2-1.debian.tar.gz
 55fc94a17fee6cb85673be8e1ec3b966 29688 java optional 
libjava-jdbc-clojure_0.2.2-1_all.deb

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

iEYEAREIAAYFAk/dtNoACgkQNcPj+ukc0lCaVACgj5KSK/sIav9P8Tr0vao4H4eZ
C58AoKU/UWdDIBkN/FlMuddJdj3yto4a
=0KEl
-END PGP SIGNATURE-


Accepted:
libjava-jdbc-clojure_0.2.2-1.debian.tar.gz
  to main/libj/libjava-jdbc-clojure/libjava-jdbc-clojure_0.2.2-1.debian.tar.gz
libjava-jdbc-clojure_0.2.2-1.dsc
  to main/libj/libjava-jdbc-clojure/libjava-jdbc-clojure_0.2.2-1.dsc
libjava-jdbc-clojure_0.2.2-1_all.deb
  to main/libj/libjava-jdbc-clojure/libjava-jdbc-clojure_0.2.2-1_all.deb
libjava-jdbc-clojure_0.2.2.orig.tar.gz
  to main/libj/libjava-jdbc-clojure/libjava-jdbc-clojure_0.2.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/e1sgdgx-0007ih...@franck.debian.org



Accepted localechooser 2.43 (source i386)

2012-06-17 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Jun 2012 11:46:30 +0200
Source: localechooser
Binary: localechooser
Architecture: source i386
Version: 2.43
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description: 
 localechooser - choose language/country/locale (udeb)
Changes: 
 localechooser (2.43) unstable; urgency=low
 .
   * Replace XC-Package-Type by Package-Type
   * Re-enable Welsh
Checksums-Sha1: 
 709a80724bd1e40413a8c0e06a6bfcf364335e1d 1676 localechooser_2.43.dsc
 2c8e49b267c6d34d75d6656aada39a4889531b1a 209749 localechooser_2.43.tar.gz
 8166ad61815894019b918dba04ad4776e699e2a3 274178 localechooser_2.43_i386.udeb
Checksums-Sha256: 
 861f7d46d6d9ec3bbca21a0742764703c5581fbec02d31a184464b3b8a25611f 1676 
localechooser_2.43.dsc
 3f4b3a03009682d12961254c9cf848163b71ae7b39cc4047cce21e905d7c7535 209749 
localechooser_2.43.tar.gz
 d51ae103a706f577ebebe3430443166cf81004d62e6eee9f31e5a3e198a071e8 274178 
localechooser_2.43_i386.udeb
Files: 
 16ef8d146e3892b7a66c3a819e517e99 1676 debian-installer optional 
localechooser_2.43.dsc
 6095549d6c11ca7e9b17c46c94d2b636 209749 debian-installer optional 
localechooser_2.43.tar.gz
 c410c7bcebf3c89f3eeb9e10294c13ae 274178 debian-installer optional 
localechooser_2.43_i386.udeb

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

iQIVAwUBT921vocvcCxNbiWoAQK6hhAAlYylc3G+Wrd5JNU8lDJIHsmUR31Bf6eA
ENl2A8ZVIAAoSPQNZb4qpmg0+JcSW7Ofr/JFgq4VFnZTkAxxLaMQkaLbo8UprV5m
+bnS0qKFVPPbH9WFpPo/Glj1/62Xe9zUwpNnMdlVQWzkHg7psaqPOq0PXUpoRP8P
d+F/3e/CwQFgg4Isr0/bZ4XYcnMsB7ViDZYiPkVbtz31zAZNJj0o/iABN/+98XyW
XsgI7Iz9n2YsCgNtwuynokVARBf01/s/mZZZE8b7OpuLfescZ9FtdwoftmmE01kK
IEjLo2+X9mmEmLEWSrOOn/+3k9j9X7yvyiF1TOnifL/HqYG0Aqlst31JHAs1+bLz
wKWbLP7ukk8l8YwqdTIc05jAbWqwJbvj40GiMUtO31xME6h1O5d1MPtENWvWWd6Z
cY4riEdgEnioOcWMr5aW7egIyXoDf1dfbCva7k1C+50HI22F5R0Q/4UpIkMIfki7
fo3Bb78m6nm34I7gDY/EcUlyS+MfwOtKp2gzFrfrYFYYk2V39Tadzt4px3z5RX73
AcB2i4VAq7oPTW5M5d9tyHIQoPJVrwcq3hmCreNqruwTIpjRrRf7CRCCvh2BlcA5
PY3SKVjXD2NYmea02FPCVj+uajqRjEgeF/BqZOHyP/bI5wBSagufpR0+cGLPvqIq
G9PekIyzOXA=
=f7m7
-END PGP SIGNATURE-


Accepted:
localechooser_2.43.dsc
  to main/l/localechooser/localechooser_2.43.dsc
localechooser_2.43.tar.gz
  to main/l/localechooser/localechooser_2.43.tar.gz
localechooser_2.43_i386.udeb
  to main/l/localechooser/localechooser_2.43_i386.udeb


-- 
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/e1sgdhb-0007in...@franck.debian.org



Accepted partman-basicfilesystems 73 (source all)

2012-06-17 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Jun 2012 12:47:00 +0200
Source: partman-basicfilesystems
Binary: partman-basicfilesystems
Architecture: source all
Version: 73
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description: 
 partman-basicfilesystems - Add to partman support for ext2, linux-swap, fat16 
and fat32 (udeb)
Changes: 
 partman-basicfilesystems (73) unstable; urgency=low
 .
   * Team upload
   * Replace XC-Package-Type by Package-Type
 .
   [ Updated translations ]
   * Galician (gl.po) by Jorge Barreiro
Checksums-Sha1: 
 95c9582ce8032cdd4c0f8ab9323501c6918ae283 1722 partman-basicfilesystems_73.dsc
 35d809a82dbc8357e2584fbc1acb6f9a7152e38a 192771 
partman-basicfilesystems_73.tar.gz
 b7647fd07b40cc6d4c5257447ad643f2ad9bc67b 164412 
partman-basicfilesystems_73_all.udeb
Checksums-Sha256: 
 2616e706c16c8d7e404d59c9971eabcc39914ecef5ff8b1924b1b619034d8ceb 1722 
partman-basicfilesystems_73.dsc
 9200ff42ba0e547c9e8e261b846d822ff44a606d7d8159e63f3ebef14849fb62 192771 
partman-basicfilesystems_73.tar.gz
 da76594200d8127839516603e53733291cf816fefa50d45b9de041a5d5e3774e 164412 
partman-basicfilesystems_73_all.udeb
Files: 
 6e0e3ee4710b6f59f1316939c2dd8974 1722 debian-installer standard 
partman-basicfilesystems_73.dsc
 9f72c151d824f4f092bc381fa31dd9de 192771 debian-installer standard 
partman-basicfilesystems_73.tar.gz
 5e86bc210fdb7d86c5d0b49547c569be 164412 debian-installer standard 
partman-basicfilesystems_73_all.udeb

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

iQIVAwUBT922x4cvcCxNbiWoAQJoChAAr/v2HOWieVZY7M4JqPAfeMnHmD/05ZbN
83qq6fpb4YkXrrSIDtaWnWLq2yWlhlI7Ugu5OnhzIhNC5TA5XkhLAOtFt8p70vdE
zVKXOdH+g6tgspZE6L3oc5muZQzGgg8zVII0eZQUHAF+2gfR1IkL6DtPGmArlck7
nEKLsq6IKdbwesw7fcD3DkD8VXsPDjzrD5VkftyiW04CzuvxaCIk4WEiV4y3zBAj
swrnRXJtXgCf6Cqp+SqQBGpqhVt1XdynDEyHi4Ew/FIla+vqI0NX1HvIj+QH3HPz
XL6jOxmOF75SZSOYoYMIL42cJizR6EHz0KpPftFMGg0U6p+2Knl9U802riW5x4aL
9iAbnXLv6Qpff+i5DFDSf4LEIiiDBa0lWh9EfKzFeKFLlXwn1fvsEO3cG3E7dLM8
M4tqPhBBwFNyQccpqKSl1xW+HLO6EaVEP2wEj/2qGIJO9sDvOCUHrTjPFwCww4l9
wmnvUyclylATTTJwThHBR69Vvradj6W5c+EW2NJCPmJbr6BnWQs3blEIZQEsBxJG
lmQMBmPR5DUYKhCE4ncO/skamW3bC6d0yPF5Ngr4RzIcSTTdeC0pTa/7ckqBz1c8
ybLra2shSmibcGN6n+vFlC1a525gjSLgVCNNPj6QhPNPL0zBL8CMFEV7PXf6f+dh
8u+GZH/g7sk=
=2s5D
-END PGP SIGNATURE-


Accepted:
partman-basicfilesystems_73.dsc
  to main/p/partman-basicfilesystems/partman-basicfilesystems_73.dsc
partman-basicfilesystems_73.tar.gz
  to main/p/partman-basicfilesystems/partman-basicfilesystems_73.tar.gz
partman-basicfilesystems_73_all.udeb
  to main/p/partman-basicfilesystems/partman-basicfilesystems_73_all.udeb


-- 
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/e1sgdif-0007lq...@franck.debian.org



Accepted hugin 2011.4.0+dfsg-5 (source i386 all)

2012-06-17 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sun, 17 Jun 2012 13:26:26 +0200
Source: hugin
Binary: hugin hugin-tools hugin-data
Architecture: source i386 all
Version: 2011.4.0+dfsg-5
Distribution: unstable
Urgency: low
Maintainer: Debian PhotoTools Maintainers 
pkg-phototools-de...@lists.alioth.debian.org
Changed-By: Andreas Metzler ametz...@debian.org
Description: 
 hugin  - panorama photo stitcher - GUI tools
 hugin-data - panorama photo stitcher - common data files
 hugin-tools - panorama photo stitcher - commandline tools
Changes: 
 hugin (2011.4.0+dfsg-5) unstable; urgency=low
 .
   * Set PythonLibs_FIND_VERSION to make sure the library corresponding to
 pyversions -d is found. (Otherwise we will get a FTBFS if e.g.
 python3.2-dev is *also* installed.)
Checksums-Sha1: 
 33ca94ef05a826f7e1a0becfaecca352f0fa9144 1944 hugin_2011.4.0+dfsg-5.dsc
 813974c02b7aaf2bebf5427887cbf2f6b3b34923 32771 
hugin_2011.4.0+dfsg-5.debian.tar.gz
 14ed920b683b5f535b0ad3523b984043d5072a3d 1686024 hugin_2011.4.0+dfsg-5_i386.deb
 4e3949cce7a6946946192515fb40698c99a63192 4876248 
hugin-tools_2011.4.0+dfsg-5_i386.deb
 ef330372288568c3809de7c06887a76db535ef06 9579920 
hugin-data_2011.4.0+dfsg-5_all.deb
Checksums-Sha256: 
 0dba3dcf31c90eb837ba596b680e3ab56da788a95900801ad147642624bfc7d8 1944 
hugin_2011.4.0+dfsg-5.dsc
 4406549974f5a77ee1aee102ce707f1fe506838250b2cd75b0ba5b5fe88e4df5 32771 
hugin_2011.4.0+dfsg-5.debian.tar.gz
 e860f1eba863cb6cc3f80052f51c75f2dbe4ed878106279a546a29ec0ef42d6d 1686024 
hugin_2011.4.0+dfsg-5_i386.deb
 a48155937cd0929b9b3adb61e0fc7fe49ec59b3c300a0c2e0ebe86f903643c6c 4876248 
hugin-tools_2011.4.0+dfsg-5_i386.deb
 cd11840c09ea2621eca6e820bdf519705bbdb1694224f39449cf0bf0c4a6adf1 9579920 
hugin-data_2011.4.0+dfsg-5_all.deb
Files: 
 bc9372c21c5101fdb2bf63222ef66afc 1944 graphics optional 
hugin_2011.4.0+dfsg-5.dsc
 075c86a685280fe65f24eb6f51ee827a 32771 graphics optional 
hugin_2011.4.0+dfsg-5.debian.tar.gz
 4cd12059079920cbfb7fffaedfede825 1686024 graphics optional 
hugin_2011.4.0+dfsg-5_i386.deb
 5b3c2fa427ed5d0a116c362dee23353a 4876248 graphics optional 
hugin-tools_2011.4.0+dfsg-5_i386.deb
 b1d56c0bd7ec5475510409a8d9118a06 9579920 graphics optional 
hugin-data_2011.4.0+dfsg-5_all.deb

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

iEYEAREDAAYFAk/dv90ACgkQHTOcZYuNdmM7xwCdErhNHEVBs95uWlT766A5beRr
4IUAoJP+aOT/Fv1AJT4gJ84+sMPaTA+0
=SgE2
-END PGP SIGNATURE-


Accepted:
hugin-data_2011.4.0+dfsg-5_all.deb
  to main/h/hugin/hugin-data_2011.4.0+dfsg-5_all.deb
hugin-tools_2011.4.0+dfsg-5_i386.deb
  to main/h/hugin/hugin-tools_2011.4.0+dfsg-5_i386.deb
hugin_2011.4.0+dfsg-5.debian.tar.gz
  to main/h/hugin/hugin_2011.4.0+dfsg-5.debian.tar.gz
hugin_2011.4.0+dfsg-5.dsc
  to main/h/hugin/hugin_2011.4.0+dfsg-5.dsc
hugin_2011.4.0+dfsg-5_i386.deb
  to main/h/hugin/hugin_2011.4.0+dfsg-5_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/e1sge0p-0002dr...@franck.debian.org



Accepted fillets-ng 1.0.1-2 (source amd64)

2012-06-17 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Jun 2012 14:43:28 +0300
Source: fillets-ng
Binary: fillets-ng
Architecture: source amd64
Version: 1.0.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Damyan Ivanov d...@debian.org
Description: 
 fillets-ng - puzzle game about witty fish saving the world sokoban-style
Closes: 667657 674621
Changes: 
 fillets-ng (1.0.1-2) unstable; urgency=low
 .
   * add patch from Guillem Jover migrating to Lua 5.1 (Closes: #674621)
   * source format 3.0 (quilt), autoreconf, adjust build-deps
   * activate hardenning flags
   * add German translation to .desktop file from Ronny Standtke (Closes:
 #667657)
   * add Bulgarian translation to .desktop file
   * Standards-Version: 3.9.3 (no changes needed)
   * Add myself to Uploaders
   * Translate application name in .desktop file to Bulgarian
Checksums-Sha1: 
 39709af80cf4e8281464c1ca2a227f0f6214d512 2240 fillets-ng_1.0.1-2.dsc
 f730d3d20f098cf7b75d72c443a8563db91434ff 9380 fillets-ng_1.0.1-2.debian.tar.gz
 fd6b0a8c4c35b9553a4e0406584b5ac35acaedfd 259818 fillets-ng_1.0.1-2_amd64.deb
Checksums-Sha256: 
 1f5100131c5456df5d189e3e77c016062aff8335bdc8f3ee738992a920756fb6 2240 
fillets-ng_1.0.1-2.dsc
 d3b415c0b3ae18dcf8a6e0a26a80a9be971676da1a6494a4834596af5043d782 9380 
fillets-ng_1.0.1-2.debian.tar.gz
 68e53e1647a0621667386f991c8e33bf3886a5e289de9e3ef75ee09ccf9038b4 259818 
fillets-ng_1.0.1-2_amd64.deb
Files: 
 ecaa0363d3e6ffb2b48cec287fe5ab80 2240 games optional fillets-ng_1.0.1-2.dsc
 955dc043e5d93a41636ded07a97c064f 9380 games optional 
fillets-ng_1.0.1-2.debian.tar.gz
 c520fc60770b556821909dc48e08cd7d 259818 games optional 
fillets-ng_1.0.1-2_amd64.deb

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

iQIcBAEBCAAGBQJP3cMyAAoJENu+nU2Z0qAEMgoQAIM6RY2YKVDECtscKmQfQRzM
NSUa+K54wAfAxSlvQV6TbO0BMcIwuGegHcU7q9Cy725rufCJHzz8naT8PpkgHDfW
4oX6BhG9DoF3P90mhdjZmTU0q93PCVlfdF/JgHg1Tnq2UAnvjb9qRGqTcaqc5++W
dmKmVONedMVRUJDlVYyH5c7G7dX/Kff9Vq8Z/2aCPy0NjW2XzSFHPoFzUTHw/o64
sLaYuvEE1t99M4eyfsDms+vc4jKXqViHgIp2jekNJBqKw8tS5pMWGqC7/NqPB5Dt
zvaTXNk11I5T/EnfayZPAb2v6ModbrLdLN9TeZ2GImwKYDzFGa2gMqaJSNY9rfo2
R2ytPLtraNKVP7SmTwZbACurf2T5Q4KOVR2r1GxTArF0Fr9jftxqYlpmI9eV+01i
5XzZpnnlrg2nVjqDw3tbYCNj8cfBtZJjXlVmParL2kfwTruH0A+jQxDtgAMsnlfz
Vyj0Rq3WxC3nMM9NDo/xvIViXuUL8/zWvOghErY/h0vQhqWdn7oIgBPJK/J3FTbF
lPTXsIPwkOQ/xT85aveZgdEqF4g+7kQDsPEoTvyVdt+dGZJWDWQMCXHK024lpED0
Cl8WHjvodkEllup7weDqO/F90oGUtbx/MOwpfkKcYaV0uJCeLUvzaWN4O6j/V4cA
qCjg2Xoku1cJDxRTYKG6
=Quib
-END PGP SIGNATURE-


Accepted:
fillets-ng_1.0.1-2.debian.tar.gz
  to main/f/fillets-ng/fillets-ng_1.0.1-2.debian.tar.gz
fillets-ng_1.0.1-2.dsc
  to main/f/fillets-ng/fillets-ng_1.0.1-2.dsc
fillets-ng_1.0.1-2_amd64.deb
  to main/f/fillets-ng/fillets-ng_1.0.1-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/e1sgebm-0004kh...@franck.debian.org



Accepted partman-lvm 77 (source all)

2012-06-17 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Jun 2012 12:53:02 +0200
Source: partman-lvm
Binary: partman-lvm
Architecture: source all
Version: 77
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description: 
 partman-lvm - Adds support for LVM to partman (udeb)
Changes: 
 partman-lvm (77) unstable; urgency=low
 .
   * Team upload
 .
   [ Updated translations ]
   * Galician (gl.po) by Jorge Barreiro
Checksums-Sha1: 
 2612b1634c9b28773a859ae524d38cda35954375 1652 partman-lvm_77.dsc
 205f32f9777c4514b0daa5c3d815f412ba1b3ea2 362399 partman-lvm_77.tar.gz
 46b24881f16e1aa30ea5339d477bbbe80b4837b1 307536 partman-lvm_77_all.udeb
Checksums-Sha256: 
 b5d71a2627f1cd3c93316cc665e913b54c4b22fbece257659b5118f70a7953fe 1652 
partman-lvm_77.dsc
 d534349f35ede61242497fa525711e9190a187ab9f61f0ddce85f888212ffb50 362399 
partman-lvm_77.tar.gz
 11b1d6f456477da30eeddd12783acc4d6ae871c60fceb59cff1eb5d4c47895a9 307536 
partman-lvm_77_all.udeb
Files: 
 2ad8b2fcc3ec4fb3be952339bb7f98ed 1652 debian-installer optional 
partman-lvm_77.dsc
 bce332d7ae5869039d61a65f266afc0f 362399 debian-installer optional 
partman-lvm_77.tar.gz
 f915478a726a6eff5c14bb44dbf40fcf 307536 debian-installer optional 
partman-lvm_77_all.udeb

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

iQIVAwUBT93E/4cvcCxNbiWoAQKOhBAAg9rIA+kKyH2wJfWob8L1m3JwXaHMC/wz
DtMOfgAMDaRptsnVgmJFzK+PMLkaM4sJ5uog3vgDHHqGAiE2ZWwntKrb3G2Hb4cE
XvOEI2uI8DnQEd1vKfoXWvlCJPLQjHXUIOE0XxSphYS1JROdeOjFoGxLCFDIQlLC
T0plTTGRZpaIxTktARzGhYRla/2o4aayY6qajX3Rb6MWsk9jt3zCo2U7ZJs8v3JT
J8ixKbY2L1UQkh4cO+9qh69NVX6KBh+Yrf9Yl1mb6Cp1lvYNdWAnIXYivbS8jb5G
P40CsAmOJq8XH73v/d4CZWbDvQghf5TMfr2liv8DCrygYO50Wt5WiltseHgLBDNN
Aq4umvF5DsEiDu44JMuErPs5Pt36BZ9Vw3crQTB+24ZNdV4PSnelFSOoI/DOqqZ5
gM+/mmDF0NasagAalLTW1J8z8pYtTIgOn2DEgDxiNqCamE1y5EDXI6Y0qnBnRQzI
jJhB2Ly1dv/s/p8LF7vkbH3Xl3zd1bP9H9WxqgDbdSE4/49POFU6rSjk/upjVQ15
hFwdurMe9G/i2GEIXdhOfMxiYhpfx7vyTbcNW1K/ir0WuTtGyPexryCVcnwSAhSf
LfG1eKBAuNPlnrWl+4nt/NUbob8CjaJLmPrpOGfxPui6quiumiP6LiswI/8KWy3W
gqerjrKeV04=
=rI5C
-END PGP SIGNATURE-


Accepted:
partman-lvm_77.dsc
  to main/p/partman-lvm/partman-lvm_77.dsc
partman-lvm_77.tar.gz
  to main/p/partman-lvm/partman-lvm_77.tar.gz
partman-lvm_77_all.udeb
  to main/p/partman-lvm/partman-lvm_77_all.udeb


-- 
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/e1sgeg5-0004yt...@franck.debian.org



Accepted partman-nbd 0.11 (source i386)

2012-06-17 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Jun 2012 12:53:44 +0200
Source: partman-nbd
Binary: partman-nbd
Architecture: source i386
Version: 0.11
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description: 
 partman-nbd - Adds support for NBD to partman (udeb)
Changes: 
 partman-nbd (0.11) unstable; urgency=low
 .
   * Team upload
 .
   [ Updated translations ]
   * Galician (gl.po) by Jorge Barreiro
Checksums-Sha1: 
 a4acd9eabd0536c80ea2f22b423ad6f9566477df 1596 partman-nbd_0.11.dsc
 7b27cff06a1d228265fc224b1aafca9eee36ae89 80236 partman-nbd_0.11.tar.gz
 65415a8542b10b1ae65b63cd0c3a60e7d6d103cd 49166 partman-nbd_0.11_i386.udeb
Checksums-Sha256: 
 449dfd318bba2ac64732e953e2948cc124cc8478c4a619db150174acb220f6cb 1596 
partman-nbd_0.11.dsc
 0b071f7ffc9f42dc7bf57713b9c3eb508bac1dd278a1c20d0f664390265c7a58 80236 
partman-nbd_0.11.tar.gz
 50898a64f87b2838aefd4b5ccc4c095194380acbd7da4134e2d2eafe8b708471 49166 
partman-nbd_0.11_i386.udeb
Files: 
 6bc390de3764341cf501f8a826c07d81 1596 debian-installer optional 
partman-nbd_0.11.dsc
 faecbda5a06c10c7f6b3524729ecfb31 80236 debian-installer optional 
partman-nbd_0.11.tar.gz
 1e8bc13175a08a9298ea7ae99edd5287 49166 debian-installer optional 
partman-nbd_0.11_i386.udeb

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

iQIVAwUBT93Ex4cvcCxNbiWoAQL4Eg//RpfHyjiuWkOoaVHGNN3rrtZTpsQsM0Ab
bsXnj6k3yFK1AbGu7b3sOzwNLRTH2KgJBLCsSAKZkNPPnkylwbYPvsddetSI5Pym
eJ9HrhJeHc61cmVCSe0BwTzPENFVLVzuiyBPsmJvjd9TsKGMnxGZCQdZ1DQQDvXC
hJkKSXth7XtDjYjweuIQghKkznYFUI+EjhWtH5JRed/pQaH3f5/1C+7v17ueNIvN
4F+fvYmSHDdN0NXKl9MDX+smtS67/hj3CZzEGLaBIzG22CL1XxCRT0hegGzpoff5
8zFL6CklVgcYeyPY6Fivy68U/KDvx6ilcaF/fABrkJsi1XDB5zydKNHr1Sf/hL2m
ZzVXunXPBgJgjIn2C/kcWMALULnfyJjQAcoR3o/uEiKpMo7GNUuLlASG1zVqC/6R
Kqc3ilf7LpsF3viy5eC9H6OX//y+k9uBLvzB+lzlcWebbjfn2XREjWwOys8ScvRG
B0FiJRLN69Vif2fNlrJGrfj7vP4i/ECYHhBrKXRh3/LMQjqrxcnYW1jBSfSbNNbD
Xz1pSrmyYAOiKlV2bUuCpzwjJwPukEzMgZ7xuW4lNgT+Sp/EMh+2dAr5GcyMsCHI
36aJ+yFjzT3cApImJ53g19FdQV8RNpR4ghQHYp+DKs4A+pXDIY5+LXswohDafm03
npiW5jWFiXo=
=/rTY
-END PGP SIGNATURE-


Accepted:
partman-nbd_0.11.dsc
  to main/p/partman-nbd/partman-nbd_0.11.dsc
partman-nbd_0.11.tar.gz
  to main/p/partman-nbd/partman-nbd_0.11.tar.gz
partman-nbd_0.11_i386.udeb
  to main/p/partman-nbd/partman-nbd_0.11_i386.udeb


-- 
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/e1sgegl-0004zu...@franck.debian.org



Accepted clang 3.1-5 (source i386)

2012-06-17 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Jun 2012 12:03:52 +0200
Source: clang
Binary: clang libclang1 libclang-dev libclang-common-dev
Architecture: source i386
Version: 3.1-5
Distribution: unstable
Urgency: low
Maintainer: LLVM Packaging Team pkg-llvm-t...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description: 
 clang  - Low-Level Virtual Machine (LLVM), C language family frontend
 libclang-common-dev - clang library - Common development package
 libclang-dev - clang library - Development package
 libclang1  - clang library
Closes: 677853
Changes: 
 clang (3.1-5) unstable; urgency=low
 .
   * When the configure fails, display the content of config.log
   * clang package provides clang-3.1
   * clang package provides virtual package 'c-compiler'
   * control.in/source didn't contain the dependency on gcc-4.6 (Closes: 
#677853)
Checksums-Sha1: 
 0abf816136a0048a5df0ab54dff78d239b98da66 1724 clang_3.1-5.dsc
 d6e6569316846dccf6d59e116b6ced3c01aa94b0 19697 clang_3.1-5.debian.tar.gz
 9543ca1df534ed7f5cdfa97c81ca2d7bb048b78d 6046994 clang_3.1-5_i386.deb
 6125186a87dbb751464b154bf9e7e91177308710 4055864 libclang1_3.1-5_i386.deb
 fe1c4f09fe16537a7d2e356fc481d885e25ee24b 1101228 libclang-dev_3.1-5_i386.deb
 0d113ad55419100cc501081e215744a81aede868 84020 
libclang-common-dev_3.1-5_i386.deb
Checksums-Sha256: 
 e1e9713dfc909141c0642aacbb504f9f8b1a7465f989532e00b866e03a477448 1724 
clang_3.1-5.dsc
 81ddcb90f2bb4c2f76dc261600596c37b2fb67937bc750b36d86a379c0c39897 19697 
clang_3.1-5.debian.tar.gz
 f33da7086c2a66227cd7c7ec60778f15a10198cb401c804097233ba3d2d5af4c 6046994 
clang_3.1-5_i386.deb
 7e96b36273023f3cb0c60ae5d06bb1642091318b4938e32656d730d3835056c9 4055864 
libclang1_3.1-5_i386.deb
 3bc76d03e5d3a4ba380b2817e2b274d7effae3548fcd0fcbeea940f07762d4bd 1101228 
libclang-dev_3.1-5_i386.deb
 00cebdc0a4d09286deeac31e9227323ac49b83563eda2845fc9f7ffd25ea3850 84020 
libclang-common-dev_3.1-5_i386.deb
Files: 
 c050674e2fe53c360230b9e02fe50508 1724 devel optional clang_3.1-5.dsc
 b707f134c6aa70c1a95de67083c62fda 19697 devel optional clang_3.1-5.debian.tar.gz
 da6dd775532b2d05dd21786cdcd34b45 6046994 devel optional clang_3.1-5_i386.deb
 6c5692f97f99514084648bda1a0416e3 4055864 devel optional 
libclang1_3.1-5_i386.deb
 001f9c8f7077c5685b315482d320ab10 1101228 libdevel optional 
libclang-dev_3.1-5_i386.deb
 b1861bd9c7475118c52d8cf9b657c232 84020 libdevel optional 
libclang-common-dev_3.1-5_i386.deb

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

iEYEARECAAYFAk/dxqUACgkQiOXXM92JlhAY3wCfURV5F5aGWbltndDWE0rPmZ03
ZAsAoNjpr46KFmbyNU8QOI8QZibbyiZW
=GWOW
-END PGP SIGNATURE-


Accepted:
clang_3.1-5.debian.tar.gz
  to main/c/clang/clang_3.1-5.debian.tar.gz
clang_3.1-5.dsc
  to main/c/clang/clang_3.1-5.dsc
clang_3.1-5_i386.deb
  to main/c/clang/clang_3.1-5_i386.deb
libclang-common-dev_3.1-5_i386.deb
  to main/c/clang/libclang-common-dev_3.1-5_i386.deb
libclang-dev_3.1-5_i386.deb
  to main/c/clang/libclang-dev_3.1-5_i386.deb
libclang1_3.1-5_i386.deb
  to main/c/clang/libclang1_3.1-5_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/e1sgeq4-0005ab...@franck.debian.org



Accepted getdp 2.1.2~beta2~svn2364-1 (source amd64)

2012-06-17 Thread Christophe Trophime
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 25 May 2012 08:13:31 +0200
Source: getdp
Binary: getdp getdp-sparskit
Architecture: source amd64
Version: 2.1.2~beta2~svn2364-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Christophe Trophime christophe.troph...@lncmi.cnrs.fr
Description: 
 getdp  - general environment for the treatment of discrete problems
 getdp-sparskit - general environment for the treatment of discrete problems
Changes: 
 getdp (2.1.2~beta2~svn2364-1) unstable; urgency=low
 .
   * Update to svn rev 2364
   * Remove unneeded patches
   * debian/rules:
- rewrite rules for getdp-sparskit (add --disable-gmsh)
- simplify rules
   * Update the minimal version of hdf5
   * Update dependencies to libpetsc3.2-dev  libslepc3.2-dev
   * Standards-Version updated to version 3.9.3
Checksums-Sha1: 
 0e504eaf40940a7ac970683615b9e43073f37492 1687 getdp_2.1.2~beta2~svn2364-1.dsc
 7d300d0dcd4e37eab33f251dc8b657e4b3302881 1454849 
getdp_2.1.2~beta2~svn2364.orig.tar.gz
 78fab5740c17dbe8fc3884cbf978499c8ba3d484 7295 
getdp_2.1.2~beta2~svn2364-1.debian.tar.gz
 0229ef2bcbea135a0cdc9237ab8315bbd87fd2f4 745766 
getdp_2.1.2~beta2~svn2364-1_amd64.deb
 7506eb98611ea77c34a714b663675405ac630ccc 578296 
getdp-sparskit_2.1.2~beta2~svn2364-1_amd64.deb
Checksums-Sha256: 
 81fb540c98b3f9283ec7e199e9c436c238e54134229deda993ebb0db2d13ad07 1687 
getdp_2.1.2~beta2~svn2364-1.dsc
 33ca62fb2b92779ef49deb291909bf18b682a181005615e2ff394315d9108d2e 1454849 
getdp_2.1.2~beta2~svn2364.orig.tar.gz
 6fef5459105b0c962fd6e13954e66821ac1d49d57d5b3841503db40425b5cfda 7295 
getdp_2.1.2~beta2~svn2364-1.debian.tar.gz
 80b0d30ed4d9becef14a828fabc5b56beb912271964d93aacec82474d4268e3b 745766 
getdp_2.1.2~beta2~svn2364-1_amd64.deb
 863245e4c61dc4c7978d01624db3fbcaa5c54edad83f3ad8c30d91a78282440b 578296 
getdp-sparskit_2.1.2~beta2~svn2364-1_amd64.deb
Files: 
 732d14611f361fb20843556128a1d8c2 1687 math extra 
getdp_2.1.2~beta2~svn2364-1.dsc
 2f166fd6166c65b1718adf048d6f3f31 1454849 math extra 
getdp_2.1.2~beta2~svn2364.orig.tar.gz
 a655cb3cd457cba8f04322aa9b4d4371 7295 math extra 
getdp_2.1.2~beta2~svn2364-1.debian.tar.gz
 849b2381776c2054141c4dd18f20be43 745766 math extra 
getdp_2.1.2~beta2~svn2364-1_amd64.deb
 0b51f87f6c4e64692ee6e8cee6bf72b2 578296 math extra 
getdp-sparskit_2.1.2~beta2~svn2364-1_amd64.deb

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

iEYEARECAAYFAk/dxmYACgkQiOXXM92JlhDqGwCfY6gekAHoNqt5zacVFh947ELd
A5YAn3JF5d9mNIfh/3Qg3MUQIt/7kEIu
=Hx3j
-END PGP SIGNATURE-


Accepted:
getdp-sparskit_2.1.2~beta2~svn2364-1_amd64.deb
  to main/g/getdp/getdp-sparskit_2.1.2~beta2~svn2364-1_amd64.deb
getdp_2.1.2~beta2~svn2364-1.debian.tar.gz
  to main/g/getdp/getdp_2.1.2~beta2~svn2364-1.debian.tar.gz
getdp_2.1.2~beta2~svn2364-1.dsc
  to main/g/getdp/getdp_2.1.2~beta2~svn2364-1.dsc
getdp_2.1.2~beta2~svn2364-1_amd64.deb
  to main/g/getdp/getdp_2.1.2~beta2~svn2364-1_amd64.deb
getdp_2.1.2~beta2~svn2364.orig.tar.gz
  to main/g/getdp/getdp_2.1.2~beta2~svn2364.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/e1sgeqk-0005cq...@franck.debian.org



Accepted owncloud 4.0.2debian-1 (source all)

2012-06-17 Thread Paul van Tilburg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Jun 2012 14:03:35 +0200
Source: owncloud
Binary: owncloud owncloud-mysql owncloud-pgsql owncloud-sqlite
Architecture: source all
Version: 4.0.2debian-1
Distribution: unstable
Urgency: high
Maintainer: ownCloud for Debian maintainers 
pkg-owncloud-maintain...@lists.alioth.debian.org
Changed-By: Paul van Tilburg pau...@debian.org
Description: 
 owncloud   - cloud storage for files, music, contacts, calendars and many more
 owncloud-mysql - meta-package providing MySQL dependencies for ownCloud
 owncloud-pgsql - meta-package providing PostgreSQL dependencies for ownCloud
 owncloud-sqlite - meta-package providing SQLite dependencies for ownCloud
Closes: 676131 676319 676600 677159
Changes: 
 owncloud (4.0.2debian-1) unstable; urgency=high
 .
   * New upstream bugfix release.
   * debian/postinst:
 - Check whether a2enmod and apache2ctl are available (as apache2 need
   not be installed) (closes: #676319).
 - Ensure that the ownership of permissions of /etc/owncloud/config.php
   and /etc/owncloud/htaccess are correct.
   * debian/patches:
 - Added fix_tar_require.diff to make the require path
   not point to 3rdparty/ so that Archive/Tar.php from php-pear is used
   (closes: #677159).
 - Added fix_sabre_requires.diff to fix the require path for Sabre as well.
 - Added fix_config.php_mode.diff to ensure that the generated configuration
   is not world-readable (closes: #676131)
 - Updated 01_fix_data_path.diff for the new, real location of the
   config (/etc/owncloud).
 - Updated 05_no_app_store.diff to set the appstoreenabled default in
   the source (and configuration example) universally to false.
   * debian/rules, debian/owncloud.install, debian/owncloud.links,
 debian/owncloud.README.Debian, debian/config/:
 Install stuff to /usr/share/owncloud and link data, backup, themes and
 configuration dirs instead of the other way around (closes: #676600).
   * debian/watch: updated to use the new releases page.
Checksums-Sha1: 
 45beb6c1a5d208ff08af41d0a5150d0363644c12 1547 owncloud_4.0.2debian-1.dsc
 6ff8f9b7e63faba9f6bc663188fa10832d0fd2f5 4562470 
owncloud_4.0.2debian.orig.tar.bz2
 93683023b76b3bf8c2420e4ee37aef134478659d 31958 
owncloud_4.0.2debian-1.debian.tar.gz
 2c6aecc556cfefbd6ac1e22aa925f8d81a37807f 2209922 owncloud_4.0.2debian-1_all.deb
 488d4009891b30b6be08414c63b67ddd4c62dfdf 25396 
owncloud-mysql_4.0.2debian-1_all.deb
 5ad71133bd44c32c6f2e9e8a71d83aebb381fd92 25390 
owncloud-pgsql_4.0.2debian-1_all.deb
 ec07ec4a3e5655926fca170419f398d7d307134f 50490 
owncloud-sqlite_4.0.2debian-1_all.deb
Checksums-Sha256: 
 7b55d83b77f2a1261c583ad463c23a635384cbb9c98348e1588db9acfac028d7 1547 
owncloud_4.0.2debian-1.dsc
 073223a44f618d1c30a9c0ef5cf4cf78bca3f9179d8e6d794b690e545f013a10 4562470 
owncloud_4.0.2debian.orig.tar.bz2
 d57239581658616fd726acca4ca6f0ea9deb32ec0d3e23d1b79424c1d18aaa0e 31958 
owncloud_4.0.2debian-1.debian.tar.gz
 ac0ab29f7ca7b98f42ecb21eafd47896f574ee7c3c79be4d5559adbc684cced3 2209922 
owncloud_4.0.2debian-1_all.deb
 6ab3239afc0328836df46ff3935d844a9f99a82ce0abc2731db946ca41c5576d 25396 
owncloud-mysql_4.0.2debian-1_all.deb
 faa4641d13a1520374ef73ab549a2ac17dc32189b2ba9297971ffbd027d2c6e3 25390 
owncloud-pgsql_4.0.2debian-1_all.deb
 705b516cc1fc4228e7cc672088c5a4ee9899478ecc98d9a5f1b11ae76e19e4a9 50490 
owncloud-sqlite_4.0.2debian-1_all.deb
Files: 
 63afeac2ef41787ebe50e5918b873ed2 1547 web extra owncloud_4.0.2debian-1.dsc
 153991648dd54668deaf76531544c733 4562470 web extra 
owncloud_4.0.2debian.orig.tar.bz2
 903ae550f295f180b605be653efcf347 31958 web extra 
owncloud_4.0.2debian-1.debian.tar.gz
 3ccc5db3dc81cdce5948cd936c450935 2209922 web extra 
owncloud_4.0.2debian-1_all.deb
 07215a855173cc0333c0ed76de7066b6 25396 web extra 
owncloud-mysql_4.0.2debian-1_all.deb
 d01296371ecc00fa79414b0678d3bcf8 25390 web extra 
owncloud-pgsql_4.0.2debian-1_all.deb
 07fdfd69cba3267d1d12542a4ce12b0b 50490 web extra 
owncloud-sqlite_4.0.2debian-1_all.deb

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

iEYEARECAAYFAk/dyJsACgkQJBBhylAGQYHDkgCfaxpU8s9xFWxYi/0WR9GLmpYV
9vAAnRGV21DNm0uP6/XTw/OG3ncLkB3/
=zM1X
-END PGP SIGNATURE-


Accepted:
owncloud-mysql_4.0.2debian-1_all.deb
  to main/o/owncloud/owncloud-mysql_4.0.2debian-1_all.deb
owncloud-pgsql_4.0.2debian-1_all.deb
  to main/o/owncloud/owncloud-pgsql_4.0.2debian-1_all.deb
owncloud-sqlite_4.0.2debian-1_all.deb
  to main/o/owncloud/owncloud-sqlite_4.0.2debian-1_all.deb
owncloud_4.0.2debian-1.debian.tar.gz
  to main/o/owncloud/owncloud_4.0.2debian-1.debian.tar.gz
owncloud_4.0.2debian-1.dsc
  to main/o/owncloud/owncloud_4.0.2debian-1.dsc
owncloud_4.0.2debian-1_all.deb
  to main/o/owncloud/owncloud_4.0.2debian-1_all.deb
owncloud_4.0.2debian.orig.tar.bz2
  to main/o/owncloud/owncloud_4.0.2debian.orig.tar.bz2


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

Accepted partman-crypto 52 (source i386 all)

2012-06-17 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Jun 2012 12:51:26 +0200
Source: partman-crypto
Binary: partman-crypto partman-crypto-dm partman-crypto-loop
Architecture: source i386 all
Version: 52
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description: 
 partman-crypto - Add to partman support for block device encryption (udeb)
 partman-crypto-dm - Add to partman support for dm-crypt encryption (udeb)
 partman-crypto-loop - Add to partman support for loop-AES encryption (udeb)
Changes: 
 partman-crypto (52) unstable; urgency=low
 .
   * Team upload
 .
   [ Updated translations ]
   * Galician (gl.po) by Jorge Barreiro
Checksums-Sha1: 
 eecc1e0ad565957e976cfdefd767c6408eeed1fc 1744 partman-crypto_52.dsc
 d75d8fa82ec60ec54d23d6b2a328ccdbd8ab065b 353092 partman-crypto_52.tar.gz
 fa25af7bfbbb0bb10b90623eceaf1ae2d8e505b5 295754 partman-crypto_52_i386.udeb
 817bb3581ee957f4c443726a1e57f1913b7afe6e 1560 partman-crypto-dm_52_all.udeb
 6ea0ba005ab163882a973e7341d7390b77472595 1128 partman-crypto-loop_52_all.udeb
Checksums-Sha256: 
 6b5abf94e38e04d68300fa60016aad4f23e0d0bfcd540a72ce2a4c2c6903512f 1744 
partman-crypto_52.dsc
 7dc5ae560be6622f366d307d6496c140ef453bd59690ed9b5886cc2ad229251a 353092 
partman-crypto_52.tar.gz
 9a58fd8faa4e260d7e69a5f3cffcc4e9c52babee4a44fda1827d3049d0679932 295754 
partman-crypto_52_i386.udeb
 d82dd4b3ab45fb05aa3e7215f3599e6a98b5edc8fb185064f4de7ad65bd9ef45 1560 
partman-crypto-dm_52_all.udeb
 c2ba50b89bd8b87988943f4830d1383e6ec83aa9d61f0a70cfc2b0b56caf205f 1128 
partman-crypto-loop_52_all.udeb
Files: 
 1962494b330df69d19a0e6de05de2685 1744 debian-installer optional 
partman-crypto_52.dsc
 50828941b98a8f19e0c38112edb7f6e9 353092 debian-installer optional 
partman-crypto_52.tar.gz
 6a7aa8611c588048a2b2d0da150c3c86 295754 debian-installer optional 
partman-crypto_52_i386.udeb
 f91b7615f51de864082b5e81fb4f5d30 1560 debian-installer optional 
partman-crypto-dm_52_all.udeb
 31b5de677128377433c33a1dfea5 1128 debian-installer optional 
partman-crypto-loop_52_all.udeb

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

iQIVAwUBT93GA4cvcCxNbiWoAQJupQ/9EYBZ1RqjWm955vW2untX14F2RHXiYb7d
0LkTFJp81Obudav0dYtC1PcAQFpNJ3aIHeGCzeEkhQ0+kJDFsUrDy31IpADpMmn5
Qyit6B6gLLIW84NvnoPZvJOvfKxIp975kqYhRUitJKZN8bZ6UdnWob2RmdMkjX1S
WR7cbnAkAiyZFvmrsS3/+XnmNDWzW+Lb3y+gWdOmBfBYXSiLFQXx51CzG8x06xL9
qyvhNUc1C7D5tYPCiUYieVuU8emyBhl7p1tga++vP9+zF2dzWgGdBuNgPQgwBsj6
tg9c49RKZ7NC8EEdMV7S7wiPw4CelAU4N/Z4nWKTjyisYVaPvJPo4l6L8sKnmrHN
eYYk8HdSuBHo32Fqp6VUxW1ZFR2JmKzOOUPDXiCtKb7mOu/V6ITf+w8el6kpqpBS
Ei2BdxAdn4AVzyTIZKBPdKI6p8fKJYbm4A0R7JhHC/3wGYhOz0GAOWgpHPKHqqoQ
WGYqAI9xSTrAGXlfwyZa8zz4z8dG0r5Oc5i/j9lF/0fIPHVgGijaeTRspfnsRDxY
WPCdBL0cXK6RUzgWLw/SKJYithetenCm57pdFz0zR2LsDX+bgOqtm21L/kve+0Pi
rDYt9DVVEIh1e4u7sEvAt8ZawrLrNtonqcpcG48a0Baow/0S1+cCjZyoyUSe74nY
7GL0vzA3QXs=
=YKx5
-END PGP SIGNATURE-


Accepted:
partman-crypto-dm_52_all.udeb
  to main/p/partman-crypto/partman-crypto-dm_52_all.udeb
partman-crypto-loop_52_all.udeb
  to main/p/partman-crypto/partman-crypto-loop_52_all.udeb
partman-crypto_52.dsc
  to main/p/partman-crypto/partman-crypto_52.dsc
partman-crypto_52.tar.gz
  to main/p/partman-crypto/partman-crypto_52.tar.gz
partman-crypto_52_i386.udeb
  to main/p/partman-crypto/partman-crypto_52_i386.udeb


-- 
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/e1sgeuo-0005pj...@franck.debian.org



Accepted base-files 6.11 (source amd64)

2012-06-17 Thread Santiago Vila
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Jun 2012 14:14:44 +0200
Source: base-files
Binary: base-files
Architecture: source amd64
Version: 6.11
Distribution: unstable
Urgency: medium
Maintainer: Santiago Vila sanv...@debian.org
Changed-By: Santiago Vila sanv...@debian.org
Description: 
 base-files - Debian base system miscellaneous files
Changes: 
 base-files (6.11) unstable; urgency=medium
 .
   * Create /etc/motd instead of /etc/motd.tail, with same default contents,
 as initscripts is now using /etc/motd again as a real file.
Checksums-Sha1: 
 edac19e5b7a7b4393ca74de86e6db2f512b64543 1022 base-files_6.11.dsc
 1b14a50bd964b26973c2cb02ddb0c89db0809087 68665 base-files_6.11.tar.gz
 729539098770d33ef4127288d55aaf2e48b9e8a4 70958 base-files_6.11_amd64.deb
Checksums-Sha256: 
 a6d87fccb50704a644f6a40d713785fda414e2149450ec360cfd62fc26b04909 1022 
base-files_6.11.dsc
 360a5e3e086f4f4ea1e70d992a662b1b69d8f7c21e17012d380d12681292d46c 68665 
base-files_6.11.tar.gz
 eb939e0887736ebca68ba64443e44290134966e5d56e9d2d4de087b79e3a12a5 70958 
base-files_6.11_amd64.deb
Files: 
 88cdceb05deb21a3b9b2a5c73611f66a 1022 admin required base-files_6.11.dsc
 76f77a5f3067572318a46ec93b012b97 68665 admin required base-files_6.11.tar.gz
 66842502d69195dd3ecd57564445d701 70958 admin required base-files_6.11_amd64.deb

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

iQEcBAEBCAAGBQJP3crQAAoJEEHOfwufG4sy6HsH/3Br4oVmwgvDgH+4zJSH8NBU
7hWU6ZQZ6aEc6r5VDXLQU/82gih5zLsagO5a8+ofpSm/1H8xJ/+rGlP+62ExhdFK
JVc2jVuPXhE5E+bkQCoyJguS529pE444QR3IUK0HuOwcnb4ydvXcJ482gAAUBh8U
VxFirXQ9ewjap4ldArBqA0dTYIGvE5vcVVJ4YqniJavIJ6f2H03A8E4ut3lfGkXB
3lWfODbjxDdsxKiM7bBaep3CpzGkZdXBHAJRJSpxIrWOns2Dq9WREP3SoODbsuMv
S5w9sdM4lGxrnIK9zjWxc5169YCSkdPU+Zrjcj8ciPE3vd0FcaT3JMPlo9fJKLs=
=3Sy5
-END PGP SIGNATURE-


Accepted:
base-files_6.11.dsc
  to main/b/base-files/base-files_6.11.dsc
base-files_6.11.tar.gz
  to main/b/base-files/base-files_6.11.tar.gz
base-files_6.11_amd64.deb
  to main/b/base-files/base-files_6.11_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/e1sgeei-0006y5...@franck.debian.org



Accepted mktorrent 1.0-4 (source amd64)

2012-06-17 Thread Nico Golde
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Jun 2012 14:22:03 +0200
Source: mktorrent
Binary: mktorrent
Architecture: source amd64
Version: 1.0-4
Distribution: unstable
Urgency: low
Maintainer: Nico Golde n...@debian.org
Changed-By: Nico Golde n...@debian.org
Description: 
 mktorrent  - simple command line utility to create BitTorrent metainfo files
Closes: 636637
Changes: 
 mktorrent (1.0-4) unstable; urgency=low
 .
   * Fix spelling in long description (Closes: #636637).
   * Bump policy version, no changes required.
   * Switch to dpkg-source 3.0 (quilt) format
Checksums-Sha1: 
 47c2c24a677ed8ca1d78ff255fd23e1bf9c36724 1062 mktorrent_1.0-4.dsc
 38a8a590ea3bbc18e4bfb7012c1f8bce2ccb5d39 2713 mktorrent_1.0-4.debian.tar.gz
 fb7179e8bc6e15a8d48ed80140c2066d3abdedae 13078 mktorrent_1.0-4_amd64.deb
Checksums-Sha256: 
 92527519a8ff778372bc49890fce0f5e5f7837c6ddb57aa8c09acdc4e985c32a 1062 
mktorrent_1.0-4.dsc
 af9ddc567df9964ee47bd5e733bd2579ec50d85913af0974b239d84ef7568f29 2713 
mktorrent_1.0-4.debian.tar.gz
 5f7b6d6c2bbd6ba90f277b2d64694c86649bf6d3f6d35a03afc61e93b6e1759f 13078 
mktorrent_1.0-4_amd64.deb
Files: 
 04c0a5884aaccc0aadea341990cda821 1062 net extra mktorrent_1.0-4.dsc
 fef1798194d3019deba096e9f1a97322 2713 net extra mktorrent_1.0-4.debian.tar.gz
 3b6be7e374b3dd625342f8e6d947567b 13078 net extra mktorrent_1.0-4_amd64.deb

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

iEYEARECAAYFAk/dzKUACgkQHYflSXNkfP/AbACeOrxI9kG4dFUMCD2RSNR4B8mj
0rIAoKWlNk4OVAUcFZ+oEMKlp/e2gOLp
=pezq
-END PGP SIGNATURE-


Accepted:
mktorrent_1.0-4.debian.tar.gz
  to main/m/mktorrent/mktorrent_1.0-4.debian.tar.gz
mktorrent_1.0-4.dsc
  to main/m/mktorrent/mktorrent_1.0-4.dsc
mktorrent_1.0-4_amd64.deb
  to main/m/mktorrent/mktorrent_1.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/e1sgego-000773...@franck.debian.org



Accepted rhash 1.2.9-7 (source all amd64)

2012-06-17 Thread Aleksey Kravchenko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Jun 2012 19:10:51 +0700
Source: rhash
Binary: rhash librhash0 librhash-dev librhash0-dbg python-rhash librhash-java 
librhash-java-doc librhash-perl ruby-rhash librhash-ruby librhash-ruby1.8 
librhash1.0-cil librhash-cil-dev librhash-cil-doc monodoc-rhash-manual
Architecture: source amd64 all
Version: 1.2.9-7
Distribution: unstable
Urgency: low
Maintainer: Aleksey Kravchenko rhash.ad...@gmail.com
Changed-By: Aleksey Kravchenko rhash.ad...@gmail.com
Description: 
 librhash-cil-dev - development files for CLI bindings of LibRHash
 librhash-cil-doc - documentation for the CLI bindings of LibRHash
 librhash-dev - header files and a static library for librhash
 librhash-java - Java interface for LibRHash hash sums calculation library
 librhash-java-doc - documentation for librhash Java bindings
 librhash-perl - Perl interface for LibRHash hash sums calculation library
 librhash-ruby - transitional package for ruby-rhash
 librhash-ruby1.8 - transitional package for ruby-rhash, ruby 1.8 specific
 librhash0  - shared library for hash functions computing
 librhash0-dbg - debugging symbols for librhash
 librhash1.0-cil - CLI interface for LibRHash hash sums calculation library
 monodoc-rhash-manual - monodoc manual for the CLI bindings of LibRHash
 python-rhash - Python interface for LibRHash hash sums calculation library
 rhash  - utility for computing hash sums and magnet links
 ruby-rhash - Ruby interface for LibRHash hash sums calculation library
Changes: 
 rhash (1.2.9-7) unstable; urgency=low
 .
   * Fixed dependencies of ruby-rhash
Checksums-Sha1: 
 194da67007ffe4d3501352b83a3560717a4f1472 2807 rhash_1.2.9-7.dsc
 16fca0222ec6ee45c8f76fa9783660467ffbe532 8553 rhash_1.2.9-7.debian.tar.gz
 aca1700373bf1e696ab6f2d7c1e2494bedf30a38 55220 rhash_1.2.9-7_amd64.deb
 737241f036686aef125f673e9fee1582e948c380 90870 librhash0_1.2.9-7_amd64.deb
 c733b3f2c29965bd41e836884cd47ffc33095e85 101770 librhash-dev_1.2.9-7_amd64.deb
 d1a086eb7898873cbe00510d43ac69dc5570ad5b 101060 librhash0-dbg_1.2.9-7_amd64.deb
 b8ea48a0fca3511767dcdfa1978d8d89c52dfa3c 12490 python-rhash_1.2.9-7_all.deb
 ed6f78e3b64a36695a3e25b841b95e2a14007f5c 19504 librhash-java_1.2.9-7_amd64.deb
 e493d365516f4fc91ef7193728413ab7a4202e04 26444 
librhash-java-doc_1.2.9-7_all.deb
 776595cee6949fd9747de12d4e99631afbece2c2 28486 librhash-perl_1.2.9-7_amd64.deb
 64abd294ede8fd9ef1e5eea7857bff839056182d 16782 ruby-rhash_1.2.9-7_amd64.deb
 1b02644d7ce937fda55f5fdc53240db8af824ddc 9244 librhash-ruby_1.2.9-7_all.deb
 962b68690ee3f965bbccb9005ba1fe21c6310325 9282 librhash-ruby1.8_1.2.9-7_all.deb
 820b55300cc0037604095a7fa9aa8c26a098e85a 13460 librhash1.0-cil_1.2.9-7_all.deb
 f92943d26294636b487e24c73146c478f8daccf9 9708 librhash-cil-dev_1.2.9-7_all.deb
 f815bfc8eaba9009ff3cd1b35438cf19918c51f1 17920 librhash-cil-doc_1.2.9-7_all.deb
 3828c322b90f874027d196e252cee57f072a110d 14644 
monodoc-rhash-manual_1.2.9-7_all.deb
Checksums-Sha256: 
 1239f4a5cb6daa30c49dec5a12851e649974958ab3940a4169501acde37e5864 2807 
rhash_1.2.9-7.dsc
 90aaa432c6a06bc3d748bc7ccacac665d86924f36ab76213598fa96a2581f49e 8553 
rhash_1.2.9-7.debian.tar.gz
 ae1fabf7299ea97cb053a59d4368b7a86131f5a5e774514b73d00b39c28f34e6 55220 
rhash_1.2.9-7_amd64.deb
 54067de9ce8097352b57925f295e33b77b374d0983f1c7bb13b7eb065eec235e 90870 
librhash0_1.2.9-7_amd64.deb
 c89ab0566c4e36bb9dce81a7b6ff37ea3cf4f333c238193bfec31db4626c3815 101770 
librhash-dev_1.2.9-7_amd64.deb
 a4c518a769a1e3184e6413ee6dce44f55451981ac721a1f85ccb4c5002ef5a70 101060 
librhash0-dbg_1.2.9-7_amd64.deb
 ebc249b9cd955bef553a2a3ee44a28aec624ae614bf2a7265a6616a93d4cb21c 12490 
python-rhash_1.2.9-7_all.deb
 42d895ce18c4708cb89fb834446bfdda14024bec767fc4ccfabf87953460f827 19504 
librhash-java_1.2.9-7_amd64.deb
 26bc61dc77e5fd7e6acbc29d65bc78785833a5f0be724c89fa8e68b9641d111e 26444 
librhash-java-doc_1.2.9-7_all.deb
 a3a8a6a79017588481222a72279083b2fcecf0e4af105a2ecad677ccc3400296 28486 
librhash-perl_1.2.9-7_amd64.deb
 4f104fc7dad4fb72fed790832a1f968111e1c8f14542424e773c1a5b9656d42f 16782 
ruby-rhash_1.2.9-7_amd64.deb
 9d687856e3fee90384eaace810621664f35daa425c0267b1e28350197b393c46 9244 
librhash-ruby_1.2.9-7_all.deb
 973d23cd6610b400acf58976701665e18989f7caa1be6e2ab6c7921d89a161b3 9282 
librhash-ruby1.8_1.2.9-7_all.deb
 3e9b87be747f483ab7856adfd9f0210079614de1508915e9a66866afe7dcb8d7 13460 
librhash1.0-cil_1.2.9-7_all.deb
 ab672941c2ebca3b616b30cbe8c5d30eb668181131602c7e1ec042bd16b984bb 9708 
librhash-cil-dev_1.2.9-7_all.deb
 4efd1a73e31719cfc79aa6a739a77f55a7975a844460e2e1d73430bc5935ba12 17920 
librhash-cil-doc_1.2.9-7_all.deb
 906d8db66390648136a9486788f67ff4041928f3584750ab142399620f66fa85 14644 
monodoc-rhash-manual_1.2.9-7_all.deb
Files: 
 9c1b0bc18205fe7d416d1826d8b838c7 2807 utils optional rhash_1.2.9-7.dsc
 c79c8cc89d7060b0650e76bbb866f88c 8553 utils optional 
rhash_1.2.9-7.debian.tar.gz
 48d9909c1e98bff8a0b1a8432feffae2 55220 utils optional rhash_1.2.9-7_amd64.deb
 

Accepted libqalculate 0.9.7-8 (source all amd64)

2012-06-17 Thread Vincent Legout
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Jun 2012 14:23:19 +0200
Source: libqalculate
Binary: qalc libqalculate5 libqalculate5-data libqalculate-dev libqalculate-doc
Architecture: source amd64 all
Version: 0.9.7-8
Distribution: unstable
Urgency: low
Maintainer: Vincent Legout vleg...@debian.org
Changed-By: Vincent Legout vleg...@debian.org
Description: 
 libqalculate-dev - Powerful and easy to use desktop calculator - development
 libqalculate-doc - Powerful and easy to use desktop calculator - documentation
 libqalculate5 - Powerful and easy to use desktop calculator - library
 libqalculate5-data - Powerful and easy to use desktop calculator - data
 qalc   - Powerful and easy to use command line calculator
Closes: 677308
Changes: 
 libqalculate (0.9.7-8) unstable; urgency=low
 .
   * Mark libqalculate5-data Multi-arch:foreign
   * libqalculate5: Move libqalculate5-data from Recommends to Depends
 (Closes: #677308)
Checksums-Sha1: 
 cee0a99db44a5620c3915b6ee0394c14d37dc0da 2065 libqalculate_0.9.7-8.dsc
 0227cda517cc2a22fd1a9d648a6ce2b761d63e20 8190 
libqalculate_0.9.7-8.debian.tar.gz
 2840cfc3ad09448a91dad2bd089d39da9ff405b6 111802 qalc_0.9.7-8_amd64.deb
 d2708e2ed81d1b36d7c51fa6659a4d1697ba333d 785886 libqalculate5_0.9.7-8_amd64.deb
 7e2b38ee2da1131ff887715356e983123344f2d2 144284 
libqalculate5-data_0.9.7-8_all.deb
 15a3a7789e89bc568b48ab227b796dac4481ebb4 898414 
libqalculate-dev_0.9.7-8_amd64.deb
 462edf6460655f213f3639ccc8512d1c55e3895e 373178 
libqalculate-doc_0.9.7-8_all.deb
Checksums-Sha256: 
 60b6d5f42afcfcfba3f44489b7b821bf9c7de07db0c9cda7ed3eab65305bd0a5 2065 
libqalculate_0.9.7-8.dsc
 729c8cfc3e4ca95a8f17d866f7be29d3046d8a76d354bb8f1479be0387058ba4 8190 
libqalculate_0.9.7-8.debian.tar.gz
 66f8919c651ee667d299c510313b321e333d398c7681da0dd16e2f5c2cb05dd5 111802 
qalc_0.9.7-8_amd64.deb
 a938886845962144f81e77830bf6b174dd6390130f83a18585da07afaf5e7319 785886 
libqalculate5_0.9.7-8_amd64.deb
 1c7df6a7f27c45a5d95eb133fd7351aba86fcbf75c2b1dc16bef94dcd4ef3d24 144284 
libqalculate5-data_0.9.7-8_all.deb
 b55cd4ae45dfb726f8ec83e463d2b2b1c3e620cea008f8d5123f793a7828216c 898414 
libqalculate-dev_0.9.7-8_amd64.deb
 27fff2a36c0be18f8f13d48a5bd4bf1dd5734acd9b1566631e1e657657504039 373178 
libqalculate-doc_0.9.7-8_all.deb
Files: 
 c67a93f3af5e8897121363ab973e62e5 2065 math optional libqalculate_0.9.7-8.dsc
 113c29ea6c60bf0c5b952929e77c59e2 8190 math optional 
libqalculate_0.9.7-8.debian.tar.gz
 156942443b9dcb0c8f91ed8d368b1f62 111802 math optional qalc_0.9.7-8_amd64.deb
 e26f79e734359f4f4045d0a9fccfae87 785886 libs optional 
libqalculate5_0.9.7-8_amd64.deb
 d46bd01bc750546834a6f306a5ff57a3 144284 libs optional 
libqalculate5-data_0.9.7-8_all.deb
 344e5ee6b2b36cd16e8934bd7c910cf7 898414 libdevel optional 
libqalculate-dev_0.9.7-8_amd64.deb
 ce74eb8e90e5eba0afc07a8566c52a26 373178 doc optional 
libqalculate-doc_0.9.7-8_all.deb

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

iQIcBAEBCAAGBQJP3dCfAAoJEGWYeJBYoj3pE6wQAKPt/YBnfJMgk/foa1do0MlJ
7vo4xhDf5SefJasFM+lB0wNMgomDfyBE8fG/VYpmfZY9JdX4RrcoN9zY/Ob6VPU6
IoIqN9yHe0mAttl/RkioM8j/+PlxswmKcp174pWDbgpjvTdd0v9K4obgy92cUq9n
ByE3vtd597BOTQ6MQdXsxpXCpH9Ar5A4dn2GN+BMNA3Oe7Y5ng3tU+/5HJ39IqPx
srDN2A5pJVjUiTJBEoNZJNHq7G7i7TbGgk8Jbzjm+J73XlRSINo9YmMriaGU25T4
qnzPwlL8Jgd+6E/InwzKTw9Lg6ElhGKK86s1xYsiT7zrl4YVE5753abEBJZiuQWg
z6EDGf7qTYgGJw/MaAOg+RkgK4ES5bxhiu7i9atD0oomyoiSPexLKpibQiXUozI1
kvGOP7Kvrq0+UEEqzmxz7ijbEarOZPaNNyYw2KHU1q4QPXwOKY9slY/a9JupKOd0
8nFhtfd971vFEFjE+g8esGntLKJYlXDLWvVEZsqonq7tBQFv1OOlctke8271xNe0
FswrzDJMzTecC2FeP1numgnOCYNaQA0pB+qckRbDYyXX8KAQtIcdaEEj17dzanie
EsjszYMBHcn3ifz+Fr+NEPXPTG4bmrc4qNOmkVBsvPqfge9gV7AmYoZxo+QwmFIy
qY3wgKgv0aALGnu8JoAT
=Jjxu
-END PGP SIGNATURE-


Accepted:
libqalculate-dev_0.9.7-8_amd64.deb
  to main/libq/libqalculate/libqalculate-dev_0.9.7-8_amd64.deb
libqalculate-doc_0.9.7-8_all.deb
  to main/libq/libqalculate/libqalculate-doc_0.9.7-8_all.deb
libqalculate5-data_0.9.7-8_all.deb
  to main/libq/libqalculate/libqalculate5-data_0.9.7-8_all.deb
libqalculate5_0.9.7-8_amd64.deb
  to main/libq/libqalculate/libqalculate5_0.9.7-8_amd64.deb
libqalculate_0.9.7-8.debian.tar.gz
  to main/libq/libqalculate/libqalculate_0.9.7-8.debian.tar.gz
libqalculate_0.9.7-8.dsc
  to main/libq/libqalculate/libqalculate_0.9.7-8.dsc
qalc_0.9.7-8_amd64.deb
  to main/libq/libqalculate/qalc_0.9.7-8_amd64.deb


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



Accepted kdegraphics-strigi-analyzer 4:4.8.4-1 (source amd64)

2012-06-17 Thread Pino Toscano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Jun 2012 14:57:22 +0200
Source: kdegraphics-strigi-analyzer
Binary: kdegraphics-strigi-analyzer
Architecture: source amd64
Version: 4:4.8.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Pino Toscano p...@debian.org
Description: 
 kdegraphics-strigi-analyzer - graphics file format plugins for Strigi Desktop 
Search
Changes: 
 kdegraphics-strigi-analyzer (4:4.8.4-1) unstable; urgency=low
 .
   * Team upload.
   * New upstream release.
   * Bump kde-sc-dev-latest build dependency to 4.8.4.
   * Bump kdelibs5-dev build dependency to 4.8.
   * Bump Standards-Version to 3.9.3, no changes required.
   * Add watch file.
   * Convert copyright to copyright-format v1.0 and fix/update.
Checksums-Sha1: 
 b5794d2b025e0d4f4ebb78ddd6b88badcc3a1ba2 1657 
kdegraphics-strigi-analyzer_4.8.4-1.dsc
 208dd945c1ecfaee97457585dc7a52916dd2318f 41756 
kdegraphics-strigi-analyzer_4.8.4.orig.tar.xz
 f898585e0e9a94ff621ae2f1eaba0768117b2104 2798 
kdegraphics-strigi-analyzer_4.8.4-1.debian.tar.gz
 52cdf34b21b1de5e3a6b81655d03c92f9ffac319 12162 
kdegraphics-strigi-analyzer_4.8.4-1_amd64.deb
Checksums-Sha256: 
 193463722888b7dd87c4e2039cf40553d32e76979faeb19b2f34f441e619748e 1657 
kdegraphics-strigi-analyzer_4.8.4-1.dsc
 a1694b0de81fa38139f1d8914b7acab55fd9faeeeafffede5eed7325bf569bb3 41756 
kdegraphics-strigi-analyzer_4.8.4.orig.tar.xz
 a2ffb8204fbc1cc3678084979266b3a7f91de01bc608fb0da3e52d12f5957964 2798 
kdegraphics-strigi-analyzer_4.8.4-1.debian.tar.gz
 3dd5c94d530d62bbca3fe0836451b62c3d398c4e8c4fe3f9ee51479c47c244c7 12162 
kdegraphics-strigi-analyzer_4.8.4-1_amd64.deb
Files: 
 91e96ffb0eb40e6c1aaf0d267674d8b9 1657 kde optional 
kdegraphics-strigi-analyzer_4.8.4-1.dsc
 bb4f7ec2f4955a60b4aabb021844b3ae 41756 kde optional 
kdegraphics-strigi-analyzer_4.8.4.orig.tar.xz
 75c19fcb59f5899ed1acb8fe5814dc01 2798 kde optional 
kdegraphics-strigi-analyzer_4.8.4-1.debian.tar.gz
 53eda6e5a690c1e891c1448c98411e41 12162 kde optional 
kdegraphics-strigi-analyzer_4.8.4-1_amd64.deb

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

iD8DBQFP3dd2TNH2piB/L3oRAnO5AJ9DLgSPNrcVgT4fHrt1Cl8kGZTyyQCglkX2
B9/IHML0ghtvIPkCX83g3sM=
=3qrX
-END PGP SIGNATURE-


Accepted:
kdegraphics-strigi-analyzer_4.8.4-1.debian.tar.gz
  to 
main/k/kdegraphics-strigi-analyzer/kdegraphics-strigi-analyzer_4.8.4-1.debian.tar.gz
kdegraphics-strigi-analyzer_4.8.4-1.dsc
  to main/k/kdegraphics-strigi-analyzer/kdegraphics-strigi-analyzer_4.8.4-1.dsc
kdegraphics-strigi-analyzer_4.8.4-1_amd64.deb
  to 
main/k/kdegraphics-strigi-analyzer/kdegraphics-strigi-analyzer_4.8.4-1_amd64.deb
kdegraphics-strigi-analyzer_4.8.4.orig.tar.xz
  to 
main/k/kdegraphics-strigi-analyzer/kdegraphics-strigi-analyzer_4.8.4.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/e1sgfms-0003po...@franck.debian.org



Accepted rake 0.9.2.2-3 (source all)

2012-06-17 Thread Paul van Tilburg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Jun 2012 15:37:48 +0200
Source: rake
Binary: rake
Architecture: source all
Version: 0.9.2.2-3
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Paul van Tilburg pau...@debian.org
Description: 
 rake   - ruby make-like utility
Closes: 651503
Changes: 
 rake (0.9.2.2-3) unstable; urgency=low
 .
   * debian/control:
 - Drop the depend on rdoc, as the ruby | ruby-interpreter depend already
   provides it (closes: #651503).
 - Drop the depend on rubygems, it is not needed.
 - Added myself to the uploaders.
 - Bumped standards version to 3.9.3; no changes required.
   * debian/copyright: update the format header for copyright format
 version 1.0.
Checksums-Sha1: 
 ab857ef996c8101165046900c8ea7f290e715c3b 1449 rake_0.9.2.2-3.dsc
 d0fef2be5a12fdafc986b7b667f317344c8b2792 6397 rake_0.9.2.2-3.debian.tar.gz
 66e666ae88cc9564d58818533759b13ab81f0fd2 54072 rake_0.9.2.2-3_all.deb
Checksums-Sha256: 
 3b6e8e8c4c5fab62b2c3bc3ed6b65206558e338ed669de700b92aed9223e5046 1449 
rake_0.9.2.2-3.dsc
 a9e3bc6cd485f785fd3bec50cbf061fad4d7619f6e122eb4a894d97cc9c1cc57 6397 
rake_0.9.2.2-3.debian.tar.gz
 c6744c342e8b13d25d97c31c279ddc1e7c4b627410e6fb699c6fdfcb30d7 54072 
rake_0.9.2.2-3_all.deb
Files: 
 b0fa451af2972d6e6958bc662fdaea7a 1449 ruby optional rake_0.9.2.2-3.dsc
 51021c4fe56455f8cd2910fd7deb2436 6397 ruby optional 
rake_0.9.2.2-3.debian.tar.gz
 63caf9fab43dead401569e958d02abe8 54072 ruby optional rake_0.9.2.2-3_all.deb

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

iEYEARECAAYFAk/d3hAACgkQJBBhylAGQYHAPQCffJsANfMh0HMttvRxhOjzBGoG
wbMAnRNTw55fxO6OPBbkjmYMyKilNg4/
=4oPQ
-END PGP SIGNATURE-


Accepted:
rake_0.9.2.2-3.debian.tar.gz
  to main/r/rake/rake_0.9.2.2-3.debian.tar.gz
rake_0.9.2.2-3.dsc
  to main/r/rake/rake_0.9.2.2-3.dsc
rake_0.9.2.2-3_all.deb
  to main/r/rake/rake_0.9.2.2-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/e1sgfsu-0005fz...@franck.debian.org



Accepted cdw 0.7.1-1 (source amd64)

2012-06-17 Thread GCS
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 16 Jun 2012 09:34:23 +0200
Source: cdw
Binary: cdw
Architecture: source amd64
Version: 0.7.1-1
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) g...@debian.hu
Changed-By: Laszlo Boszormenyi (GCS) g...@debian.hu
Description: 
 cdw- Tool for burning CD's - console version
Closes: 646053
Changes: 
 cdw (0.7.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Fix FTBFS with ld --as-needed (closes: #646053), thanks to Felix Geyer.
Checksums-Sha1: 
 fbf1d2aa546caa2ef1734fd0f19efb45c4877fa5 1142 cdw_0.7.1-1.dsc
 592e48816f4fd639005a3a414c1823d4d04ee14d 771099 cdw_0.7.1.orig.tar.gz
 11df4ca947e8d1c7d67d4cc795aa12a0bca4a008 9882 cdw_0.7.1-1.debian.tar.gz
 1b1f2206e98fd6eae6ad560141bb5294a051fbde 161062 cdw_0.7.1-1_amd64.deb
Checksums-Sha256: 
 2dbe4d779ba9fbde64cfc53477e7dd7814ec79dee32089e491dd364384cc9cc8 1142 
cdw_0.7.1-1.dsc
 6364c2b836bfe4bf3a672eee1eda2a32061e31d94f73abb02cd5f3e1b69a744e 771099 
cdw_0.7.1.orig.tar.gz
 525bbe542a00558446dfb58db55686386dcecfb01088082de989116b42aba1d8 9882 
cdw_0.7.1-1.debian.tar.gz
 7a7b7af4225d43039c2aed452cb9d59bca60c8ac5dccbacb74c9fc4b7a351fd8 161062 
cdw_0.7.1-1_amd64.deb
Files: 
 6bd210a28c188c4070cc752f096f8e6d 1142 otherosfs optional cdw_0.7.1-1.dsc
 5c31fced50e0daded43447c3ba73f2fe 771099 otherosfs optional 
cdw_0.7.1.orig.tar.gz
 b670441362299773722107a48e4d0328 9882 otherosfs optional 
cdw_0.7.1-1.debian.tar.gz
 88ea4f3b2d648e7fdba301606d73d9d9 161062 otherosfs optional 
cdw_0.7.1-1_amd64.deb

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

iEYEARECAAYFAk/d6q8ACgkQMDatjqUaT93j4ACeK/YUar/PYLqUjrlyHgfCdvce
/iMAoJk/prJpYNxhnFA8VSCbuxJom7p9
=aF6P
-END PGP SIGNATURE-


Accepted:
cdw_0.7.1-1.debian.tar.gz
  to main/c/cdw/cdw_0.7.1-1.debian.tar.gz
cdw_0.7.1-1.dsc
  to main/c/cdw/cdw_0.7.1-1.dsc
cdw_0.7.1-1_amd64.deb
  to main/c/cdw/cdw_0.7.1-1_amd64.deb
cdw_0.7.1.orig.tar.gz
  to main/c/cdw/cdw_0.7.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/e1sgh1o-0001bk...@franck.debian.org



Accepted grafx2 2.3-1.1 (source amd64)

2012-06-17 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 15 Jun 2012 15:34:23 +0200
Source: grafx2
Binary: grafx2
Architecture: source amd64
Version: 2.3-1.1
Distribution: unstable
Urgency: low
Maintainer: Gürkan Sengün gur...@phys.ethz.ch
Changed-By: gregor herrmann gre...@debian.org
Description: 
 grafx2 - ultimate 256-color bitmap paint program
Closes: 669433
Changes: 
 grafx2 (2.3-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS: fileformats.c:30:17: fatal error: png.h: No such file or
 directory: add build dependency on libpng-dev.
 (Closes: #669433)
Checksums-Sha1: 
 42e205320c9dc096a3681330a7ed803bb61d02e3 1777 grafx2_2.3-1.1.dsc
 1f68646cdf00178e02c68205562a9fa3b153b438 3286 grafx2_2.3-1.1.debian.tar.gz
 9e59aedcc2b3dc1dc2fb6fa6c47dc02a5ca6c021 544600 grafx2_2.3-1.1_amd64.deb
Checksums-Sha256: 
 e991eaf5dc08232387550b665af0f1386cc08cb429457106553f1b0abcb65173 1777 
grafx2_2.3-1.1.dsc
 51286be3169a67746393ad27f55b9a2c7133eaed90d3010a224bc04a3a137669 3286 
grafx2_2.3-1.1.debian.tar.gz
 4327da095a7b6c9bb4f9a22ba7b032f181807fe0851fe3eebfd9533beac70603 544600 
grafx2_2.3-1.1_amd64.deb
Files: 
 84594307f9ad1da35b3ed05f5aef03b5 1777 x11 optional grafx2_2.3-1.1.dsc
 59d7a4c647d629cc80855269df9e8205 3286 x11 optional grafx2_2.3-1.1.debian.tar.gz
 dcab89ffb54d48019257852e475078b2 544600 x11 optional grafx2_2.3-1.1_amd64.deb

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

iQIcBAEBCAAGBQJP2zoNAAoJELs6aAGGSaoGEKMQAIfqko1TlWT/GN0CVIbe8pJo
GLdg4q9Bp9jFZ0FjUUnqyvcw3G6HmAlgcQjUF0IdLR9XnG1YafqHrY2oTj/bMuf4
JQHQvrRt3woWOFMSvn7s60YQD54WxiRVysEj5ETfatBBTC34wUnqZvPtkdA71Go6
DM7rgpJC99aYLIY6QnPaF9C5OEUrgbn7zlh7PS6JDDT2Flx9UfsbDkvxqoGZUYd7
rX+iXX3wtrgd+ok6XJO1tX+o0zz+KBo/Aq90n3tURZkYSRKEk8HKotLpiPFw0wOp
kaqmEvt0wUgkoyJVUcQod/dmKj3PRD3b6xZr2789uQ6GNH6VoqZ0+qGU9qfZBfYd
N/AbI7MjJltoSeWaHP4Xyy4TD6y9HcHjE47A5ZUUXNhIvNV2E+JmqqVeBYyzXj0z
L9Cchb5ZFMhWzIej70/D80b+3+L7z1RC+fpOaAyQTjVyYqOqhv9v4967DdOZcMQ/
OZlKN6KAJ4zEIdZVk7UdIcSL/VDMSygOiynk3JDobfll3JNEYyUyULSorr5F51tm
wrNaxo/Qg67dr4zM1Xh39yAm19R6kQ/srFQObOgxI8yYgdBQx1Qas/IXjKJVlIq+
5LaVfsSHzMR2oJUUN56I5KlHCL/E9DZTUB1ypcv4uHiPZxMSnFGE4KVt3D17t7gQ
O8ovWPI2rjThSOMxPXp7
=+XNN
-END PGP SIGNATURE-


Accepted:
grafx2_2.3-1.1.debian.tar.gz
  to main/g/grafx2/grafx2_2.3-1.1.debian.tar.gz
grafx2_2.3-1.1.dsc
  to main/g/grafx2/grafx2_2.3-1.1.dsc
grafx2_2.3-1.1_amd64.deb
  to main/g/grafx2/grafx2_2.3-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/e1sgh2t-0001dx...@franck.debian.org



Accepted kbruch 4:4.8.4-1 (source amd64)

2012-06-17 Thread Pino Toscano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Jun 2012 15:32:07 +0200
Source: kbruch
Binary: kbruch kbruch-dbg
Architecture: source amd64
Version: 4:4.8.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Pino Toscano p...@debian.org
Description: 
 kbruch - fraction learning aid for KDE
 kbruch-dbg - debugging symbols for kbruch
Changes: 
 kbruch (4:4.8.4-1) unstable; urgency=low
 .
   * Team upload.
   * New upstream release.
   * Bump kde-sc-dev-latest build dependency to 4.8.4.
   * Bump kdelibs5-dev build dependency to 4.8.
   * Bump Standards-Version to 3.9.3, no changes required.
   * Add watch file.
   * Convert copyright to copyright-format v1.0 and fix/update.
   * Slightly improve the description of kbruch-dbg.
   * Install everything in the destination directory of kbruch,
 instead of using a redundant .install file.
Checksums-Sha1: 
 e0379d296962157ac6addbb4fd6a48ab5568a56d 1427 kbruch_4.8.4-1.dsc
 40c24efddc30441a8de2ec315e1933ca429da14b 910148 kbruch_4.8.4.orig.tar.xz
 c0e894eb539585b9b792eb3d43c327b17cbadc41 2418 kbruch_4.8.4-1.debian.tar.gz
 8975a9d773dd3bfc48b7d6e40488ff7a4b73c7dd 967442 kbruch_4.8.4-1_amd64.deb
 76c882ca0988db272cf6e6c3df5d0ce061c58bde 2057776 kbruch-dbg_4.8.4-1_amd64.deb
Checksums-Sha256: 
 108ca00ff6bd158f1d2caa8d5ba393f18d4c95bc66f445bc82ad276534432374 1427 
kbruch_4.8.4-1.dsc
 a4f035a27eb26a7d7a9fa12bea5b179eb0586ea40bfa8b9ddffaaca86b13d5fe 910148 
kbruch_4.8.4.orig.tar.xz
 6699431ce51d1f2528a217415ed6d24c4df59d9f3639de05b1dae6832d63b770 2418 
kbruch_4.8.4-1.debian.tar.gz
 7af123b198f2af68cde724a351f33df84ae2c9107ffc8627e375c8d4c4e51850 967442 
kbruch_4.8.4-1_amd64.deb
 fc3b892a7e1abbe8daddcb2a608b34d64608d6d8b9938f77bba6914767e991b7 2057776 
kbruch-dbg_4.8.4-1_amd64.deb
Files: 
 c251cea95ba631720b1cda962d4006bc 1427 kde optional kbruch_4.8.4-1.dsc
 091323beb0edcdffe33982a11d960a7e 910148 kde optional kbruch_4.8.4.orig.tar.xz
 4601721c94307bed0ecdb5e68de14fa1 2418 kde optional kbruch_4.8.4-1.debian.tar.gz
 02354d8a439c1035d08ce29b37101ca2 967442 math optional kbruch_4.8.4-1_amd64.deb
 d8ab077e618bf2b6fbf658379e6a3c1d 2057776 debug extra 
kbruch-dbg_4.8.4-1_amd64.deb

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

iD8DBQFP3d65TNH2piB/L3oRAqihAKDdWcfBMEzb3J7oNf4jfEiMdPCroQCdHnjt
rEjlnkdrv7EDry4OwhH59kQ=
=kQ5b
-END PGP SIGNATURE-


Accepted:
kbruch-dbg_4.8.4-1_amd64.deb
  to main/k/kbruch/kbruch-dbg_4.8.4-1_amd64.deb
kbruch_4.8.4-1.debian.tar.gz
  to main/k/kbruch/kbruch_4.8.4-1.debian.tar.gz
kbruch_4.8.4-1.dsc
  to main/k/kbruch/kbruch_4.8.4-1.dsc
kbruch_4.8.4-1_amd64.deb
  to main/k/kbruch/kbruch_4.8.4-1_amd64.deb
kbruch_4.8.4.orig.tar.xz
  to main/k/kbruch/kbruch_4.8.4.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/e1sgh7c-0001qj...@franck.debian.org



Accepted klettres 4:4.8.4-1 (source all amd64)

2012-06-17 Thread Pino Toscano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Jun 2012 16:00:33 +0200
Source: klettres
Binary: klettres klettres-data
Architecture: source amd64 all
Version: 4:4.8.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Pino Toscano p...@debian.org
Description: 
 klettres   - foreign alphabet tutor for KDE
 klettres-data - data files for KLettres foreign alphabet tutor
Changes: 
 klettres (4:4.8.4-1) unstable; urgency=low
 .
   * Team upload.
   * New upstream release.
   * Bump kde-sc-dev-latest build dependency to 4.8.4.
   * Bump kdelibs5-dev build dependency to 4.8.
   * Bump Standards-Version to 3.9.3, no changes required.
   * Add watch file.
   * Convert copyright to copyright-format v1.0 and fix/update.
Checksums-Sha1: 
 d783c852ecd9b169d541aa3d1509ec5046e1a1dc 1430 klettres_4.8.4-1.dsc
 b5dc64cdd09f265cd7a84d0ee14a93ea4ae067be 2657820 klettres_4.8.4.orig.tar.xz
 92ea2f6d88efe205b6e590f1fe56d3db236da9d5 2704 klettres_4.8.4-1.debian.tar.gz
 b35b208e290bc7103a877d88c1c617b0c42ba979 51298 klettres_4.8.4-1_amd64.deb
 157388456305334dd6b99853b4b6e1faaf932c31 2684426 klettres-data_4.8.4-1_all.deb
Checksums-Sha256: 
 6e30534b756d7c601a89d8441e8e842ec6fb408062935e643702c1b67735530c 1430 
klettres_4.8.4-1.dsc
 b4eb95513f3d051b4df4e9ba32744e8a3cad337782034f7796fbfb7f391cad6b 2657820 
klettres_4.8.4.orig.tar.xz
 0c1ed54eface5a443a68506bd5943864bfbf4561023a6a5cb7cb643cf18824f3 2704 
klettres_4.8.4-1.debian.tar.gz
 ab761363b29c55ffa5a83be933d4f30aa3aea92b381bf282983e922d343fd910 51298 
klettres_4.8.4-1_amd64.deb
 341fadbfbaa1a897676da09350b404a96d165fb69520989f0c764c30d835a713 2684426 
klettres-data_4.8.4-1_all.deb
Files: 
 083e221361bf03c574a7dd96cfdb7d7d 1430 kde optional klettres_4.8.4-1.dsc
 aefd301ac7b59a72914df60285850563 2657820 kde optional 
klettres_4.8.4.orig.tar.xz
 6eaf9a4d5a7393e2c019ff9f23e5a8a0 2704 kde optional 
klettres_4.8.4-1.debian.tar.gz
 710dfdc2ac8ab0dae1288fe7225f16d0 51298 kde optional klettres_4.8.4-1_amd64.deb
 ba58fb3f17bc7bd8ab4c41ff827fec4e 2684426 kde optional 
klettres-data_4.8.4-1_all.deb

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

iD8DBQFP3eUdTNH2piB/L3oRAlKmAJ0UnEjePdoeykJTDhrpBVxVGcYN2gCfVX7S
U3JTJ+5ZrQqNNes3ytBHWcM=
=60Ml
-END PGP SIGNATURE-


Accepted:
klettres-data_4.8.4-1_all.deb
  to main/k/klettres/klettres-data_4.8.4-1_all.deb
klettres_4.8.4-1.debian.tar.gz
  to main/k/klettres/klettres_4.8.4-1.debian.tar.gz
klettres_4.8.4-1.dsc
  to main/k/klettres/klettres_4.8.4-1.dsc
klettres_4.8.4-1_amd64.deb
  to main/k/klettres/klettres_4.8.4-1_amd64.deb
klettres_4.8.4.orig.tar.xz
  to main/k/klettres/klettres_4.8.4.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/e1sgh8y-0001bq...@franck.debian.org



Accepted ktouch 4:4.8.4-1 (source all amd64)

2012-06-17 Thread Pino Toscano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Jun 2012 16:30:10 +0200
Source: ktouch
Binary: ktouch ktouch-data
Architecture: source amd64 all
Version: 4:4.8.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Pino Toscano p...@debian.org
Description: 
 ktouch - touch typing tutor for KDE
 ktouch-data - data files for ktouch
Changes: 
 ktouch (4:4.8.4-1) unstable; urgency=low
 .
   * Team upload.
   * New upstream release.
   * Bump kde-sc-dev-latest build dependency to 4.8.4.
   * Bump kdelibs5-dev build dependency to 4.8.
   * Bump Standards-Version to 3.9.3, no changes required.
   * Add watch file.
   * Convert copyright to copyright-format v1.0 and fix/update.
   * Simplify ktouch-data.install.
Checksums-Sha1: 
 a29b603a305064247b4c8261a45a4b0f1a06 1404 ktouch_4.8.4-1.dsc
 95e7712b9644d1b3491c988bc591d7c5b4e4d3b7 1726028 ktouch_4.8.4.orig.tar.xz
 fd831d5d3fad5b2ee96c0ce0ad00ca06c3063535 2680 ktouch_4.8.4-1.debian.tar.gz
 5bd38ff0b58168e3fa21bc37ed53fd5e3eac338f 177684 ktouch_4.8.4-1_amd64.deb
 a7bc0d3101ca8ffb2e14876002a7c8585dd1f7eb 1791710 ktouch-data_4.8.4-1_all.deb
Checksums-Sha256: 
 7489a17364b03bdfc563f5dfbb0c15f5c432be552052b3e784381ab8e390b123 1404 
ktouch_4.8.4-1.dsc
 30b68e6bda2c5ad1b0131bb86a336fd6cf90e4c5a7256d8792c990f9d1901102 1726028 
ktouch_4.8.4.orig.tar.xz
 ae60e04036ce6310bd755b0e8d5fc5e26fa59d9771296dd06eda85211d0a6acb 2680 
ktouch_4.8.4-1.debian.tar.gz
 c38e0adbdc204b9db82605288f2566986cd0e7a74aa2cd5b794f5d0cf1e1ac30 177684 
ktouch_4.8.4-1_amd64.deb
 7de837e0ab30ac6c0d68e5ab4e1c35c54f66fc7a0112623b9539f2b66b12abf5 1791710 
ktouch-data_4.8.4-1_all.deb
Files: 
 7b2a79688b9289eef1bcdafd03063ef5 1404 kde optional ktouch_4.8.4-1.dsc
 b84d3eba2a380d66da38afa79bf38f54 1726028 kde optional ktouch_4.8.4.orig.tar.xz
 4d93345cfb1f574af2b14706c611ffd6 2680 kde optional ktouch_4.8.4-1.debian.tar.gz
 bb90e72f425244b439915cef70cd4ea9 177684 kde optional ktouch_4.8.4-1_amd64.deb
 0ac132e6a90fc419dfb054ccb42841c8 1791710 kde optional 
ktouch-data_4.8.4-1_all.deb

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

iD8DBQFP3ewfTNH2piB/L3oRAimjAKCnjd4WLDU+yj16+WBIkvZfv85iTQCggLOe
b04mZ9309oZ8NEx/ZGSVQI8=
=uvlJ
-END PGP SIGNATURE-


Accepted:
ktouch-data_4.8.4-1_all.deb
  to main/k/ktouch/ktouch-data_4.8.4-1_all.deb
ktouch_4.8.4-1.debian.tar.gz
  to main/k/ktouch/ktouch_4.8.4-1.debian.tar.gz
ktouch_4.8.4-1.dsc
  to main/k/ktouch/ktouch_4.8.4-1.dsc
ktouch_4.8.4-1_amd64.deb
  to main/k/ktouch/ktouch_4.8.4-1_amd64.deb
ktouch_4.8.4.orig.tar.xz
  to main/k/ktouch/ktouch_4.8.4.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/e1sgh9f-0001c2...@franck.debian.org



Accepted libgadu 1:1.12.0~pre+r1289-1 (source all amd64)

2012-06-17 Thread Marcin Owsiany
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Jun 2012 14:40:50 +0100
Source: libgadu
Binary: libgadu3 libgadu3-dbg libgadu-dev libgadu-doc
Architecture: source amd64 all
Version: 1:1.12.0~pre+r1289-1
Distribution: experimental
Urgency: low
Maintainer: Marcin Owsiany porri...@debian.org
Changed-By: Marcin Owsiany porri...@debian.org
Description: 
 libgadu-dev - Gadu-Gadu protocol library - development files
 libgadu-doc - Gadu-Gadu protocol library - documentation
 libgadu3   - Gadu-Gadu protocol library - runtime files
 libgadu3-dbg - Gadu-Gadu protocol library - debug symbols
Changes: 
 libgadu (1:1.12.0~pre+r1289-1) experimental; urgency=low
 .
   * New upstream snapshot.
   * Made libgcrypt11-dev build-dependency explicit and added to configure
 invocation.
   * Use ${misc:Pre-Depends}.
Checksums-Sha1: 
 0d24105ab38ab320d1d160f0c397a3b1688ea0f2 1841 libgadu_1.12.0~pre+r1289-1.dsc
 78eeb9398c91e8899500ba33b8ce75d1de018c56 229997 
libgadu_1.12.0~pre+r1289.orig.tar.gz
 7053a8ebebd2a48eb5cd77e76de14bc03b5304a4 7368 
libgadu_1.12.0~pre+r1289-1.debian.tar.gz
 70c00c18c4b7a75364a39a71b421d198097cceee 75904 
libgadu3_1.12.0~pre+r1289-1_amd64.deb
 509f38d36429dc3650400e95222a6e3bb3f87fdd 161666 
libgadu3-dbg_1.12.0~pre+r1289-1_amd64.deb
 79a39dcffc697aa7a829099a2c5d5a2a0cdc6d26 101340 
libgadu-dev_1.12.0~pre+r1289-1_amd64.deb
 e76ba8c5ba5c59226038a4166f1c9c1a73c20f4a 577978 
libgadu-doc_1.12.0~pre+r1289-1_all.deb
Checksums-Sha256: 
 c6e5f53257d8ecb1455ac181d122b63e19d56e6521a024fc4ded48b3506ae9d0 1841 
libgadu_1.12.0~pre+r1289-1.dsc
 48f347b1e93eb1943bd04fda14c5562966e333fd319be9786d25481a0d29a201 229997 
libgadu_1.12.0~pre+r1289.orig.tar.gz
 f3aa0b24e6ab26d14b0919a9e38c082ebc170206c476f715c044cc9b87f33afd 7368 
libgadu_1.12.0~pre+r1289-1.debian.tar.gz
 7eb3534420556abb5f310dfce6c75b5a49d302126457e40567c8cfda490078dd 75904 
libgadu3_1.12.0~pre+r1289-1_amd64.deb
 85875256ba454ab81c3323dfe771c6d4096fbce173271017ce1e9060363de989 161666 
libgadu3-dbg_1.12.0~pre+r1289-1_amd64.deb
 f1b2796124f7a0e5a8a7f4bc7e7d7458f88aa4bd585448dc7a059b1102c3b0f9 101340 
libgadu-dev_1.12.0~pre+r1289-1_amd64.deb
 3f63b709467829d705bbd8797ad3dadc2101fe3c37d3710dab938ec4b3cbeaf2 577978 
libgadu-doc_1.12.0~pre+r1289-1_all.deb
Files: 
 863f0fc5328c428a9813efd104cb1682 1841 libs optional 
libgadu_1.12.0~pre+r1289-1.dsc
 2805f5a52b0631ba0508f570899a3fa7 229997 libs optional 
libgadu_1.12.0~pre+r1289.orig.tar.gz
 0bcdb8cdf044acd7396c31576aa475df 7368 libs optional 
libgadu_1.12.0~pre+r1289-1.debian.tar.gz
 4780184b9cb36228c7220b8e820d43e0 75904 libs optional 
libgadu3_1.12.0~pre+r1289-1_amd64.deb
 0b939eb6466f2c675e42900603c199dc 161666 debug extra 
libgadu3-dbg_1.12.0~pre+r1289-1_amd64.deb
 c7cf31795e093f4612bb165268a9fbed 101340 libdevel optional 
libgadu-dev_1.12.0~pre+r1289-1_amd64.deb
 a1796ee1f7793a733834932098843bd3 577978 doc optional 
libgadu-doc_1.12.0~pre+r1289-1_all.deb

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

iQEcBAEBCAAGBQJP3eWPAAoJENv0gMYC+Ub8UJAIAJar0wQhnKW7F+LMDJCAiL0f
BWvnsqyvVNyo1/frMbFjsRBn6s6A0s/rx9HB0VByDkCcwIT7ky/yBRNkef3dCaMU
s6gXMuQ1r0edwNCo5T1qaIsKkiZQhR5Ugm4a2r6ntoQh3WxC+JVAwVJtvypAX567
5cJ6M/O0KD2cCMMx8xacQNJxHVcLWvYZ/shhUWBlizBIgIGYPq5T/bVsnj1QNLcy
PKb//4a9giVgnoZHjr9rEBkynbDVp5KcQQpWH338TjheD/4WptZMMLOQGE3jRnqa
iBOAgINu/hXnQ++GCVIMaiC+1WxJtTHSU3xecd/8P1R7YuqP3P352usZX0RqnpE=
=E3NZ
-END PGP SIGNATURE-


Accepted:
libgadu-dev_1.12.0~pre+r1289-1_amd64.deb
  to main/libg/libgadu/libgadu-dev_1.12.0~pre+r1289-1_amd64.deb
libgadu-doc_1.12.0~pre+r1289-1_all.deb
  to main/libg/libgadu/libgadu-doc_1.12.0~pre+r1289-1_all.deb
libgadu3-dbg_1.12.0~pre+r1289-1_amd64.deb
  to main/libg/libgadu/libgadu3-dbg_1.12.0~pre+r1289-1_amd64.deb
libgadu3_1.12.0~pre+r1289-1_amd64.deb
  to main/libg/libgadu/libgadu3_1.12.0~pre+r1289-1_amd64.deb
libgadu_1.12.0~pre+r1289-1.debian.tar.gz
  to main/libg/libgadu/libgadu_1.12.0~pre+r1289-1.debian.tar.gz
libgadu_1.12.0~pre+r1289-1.dsc
  to main/libg/libgadu/libgadu_1.12.0~pre+r1289-1.dsc
libgadu_1.12.0~pre+r1289.orig.tar.gz
  to main/libg/libgadu/libgadu_1.12.0~pre+r1289.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/e1sgh9u-0001cm...@franck.debian.org



Accepted mhddfs 0.1.39 (source amd64)

2012-06-17 Thread Dmitry E. Oboukhov
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sun, 17 Jun 2012 17:46:43 +0400
Source: mhddfs
Binary: mhddfs
Architecture: source amd64
Version: 0.1.39
Distribution: unstable
Urgency: low
Maintainer: Dmitry E. Oboukhov un...@debian.org
Changed-By: Dmitry E. Oboukhov un...@debian.org
Description: 
 mhddfs - file system for unifying several mount points into one
Changes: 
 mhddfs (0.1.39) unstable; urgency=low
 .
   * Kalyanov Dmitry optimized readdir function: now we use HASH-tables
 to deduplicate directories.
Checksums-Sha1: 
 8b3db803091684404f5e895a4866ce436d186360 875 mhddfs_0.1.39.dsc
 1f5def1fc6b3d9edac731fda7c6bbd5d8b7bd663 40491 mhddfs_0.1.39.tar.gz
 063b6b49be3804321746dce7df67a4371106f1a2 28062 mhddfs_0.1.39_amd64.deb
Checksums-Sha256: 
 54a2910110a6c6fc5bfe7cce25e9dc469a31f539139db412c9ba6df0ec618991 875 
mhddfs_0.1.39.dsc
 18c08813744f69a7930f7968121a5a606ce0b2b1847e3167fb0212861fc3cf59 40491 
mhddfs_0.1.39.tar.gz
 c50f487e2bd312de8d86df0164ef1cfbf315688dc876df9fae7bb020bca67dde 28062 
mhddfs_0.1.39_amd64.deb
Files: 
 cb7ba1ef3a9728a9f73daae7f8772198 875 utils extra mhddfs_0.1.39.dsc
 ff2c84de193f694c4db02aff70dc713f 40491 utils extra mhddfs_0.1.39.tar.gz
 e897bbca31fdc88564d7be025a0204fd 28062 utils extra mhddfs_0.1.39_amd64.deb

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

iEYEAREDAAYFAk/d5ikACgkQq4wAz/jiZTd4ygCdGb1fAwYaQK5mkL3GMod3Gx89
Q/MAn1a9isKm+njRf7S4QC+t9GUW9ifE
=UQnO
-END PGP SIGNATURE-


Accepted:
mhddfs_0.1.39.dsc
  to main/m/mhddfs/mhddfs_0.1.39.dsc
mhddfs_0.1.39.tar.gz
  to main/m/mhddfs/mhddfs_0.1.39.tar.gz
mhddfs_0.1.39_amd64.deb
  to main/m/mhddfs/mhddfs_0.1.39_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/e1sghbn-0001mg...@franck.debian.org



Accepted pcf2bdf 1.04-3 (source amd64)

2012-06-17 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 17 Jun 2012 14:51:09 +0200
Source: pcf2bdf
Binary: pcf2bdf
Architecture: source amd64
Version: 1.04-3
Distribution: unstable
Urgency: low
Maintainer: Jonas Smedegaard d...@jones.dk
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 pcf2bdf- convert X11 font from PCF to BDF format
Closes: 463927 463928
Changes: 
 pcf2bdf (1.04-3) unstable; urgency=low
 .
   * Modernize CDBS usage:
 + Drop local snippets (all included upstream now).
 + Add README.source (and drop custom CDBS README.
 Closes: bug##673316. Thanks to Samuel Thibault.
   * Use source format 3.0 (quilt) (and stop including quilt snippet or
 explicitly build-depending on quilt-related packages).
   * Git-ignore quilt .pc subdir.
   * Rewrite copyright file using format 1.0.
   * Bump standards-version to 3.9.3.
   * Add Vcs-* hints: Packaging now maintained in Git at Alioth.
   * Extend patch 1001 to simplify Makefile using GNU extension.
   * Add patch 1002 to fix support gzipped source.
 Closes: bug#463927. Thanks to Colin Watson.
   * Add patch 1003 to fix avoid crash with large compressed metrics
 tables.
 Closes: bug#463928. Thanks to Colin Watson.
   * Update package relations:
 + Tighten build-dependency on cdbs, and build-depend on devscripts:
   Needed for modernized CDBS routines.
 + Relax build-depend unversioned on debhelper: Needed versions
   satisfied even in oldstable.
   * Depend on ${misc:Depends}.
Checksums-Sha1: 
 ee2887e2ff05bc3ad90e1dd52ded8253fee132d6 1789 pcf2bdf_1.04-3.dsc
 0d540c5475d3c52e0303409994802cb30eaf3118 5341 pcf2bdf_1.04-3.debian.tar.gz
 6a39832a69b57d2e1d7426f8f006ca261f269f58 5496 pcf2bdf_1.04-3_amd64.deb
Checksums-Sha256: 
 f463b7752db161664e044d551048ea6e50dee9562ce4c342d36d5bdf1cbbd104 1789 
pcf2bdf_1.04-3.dsc
 1391ea037eef1ccddf1af653625aa99057f36f80d82dafab948fbfa91ea03f62 5341 
pcf2bdf_1.04-3.debian.tar.gz
 61f06daee7b59bbfd2b561cb20d7a8563b4fe91f1b88c27cdda50facad86fae0 5496 
pcf2bdf_1.04-3_amd64.deb
Files: 
 7ab5bb46948fb6585b19b452991a3b30 1789 x11 optional pcf2bdf_1.04-3.dsc
 3558658fa6ce6da364b827982a912708 5341 x11 optional pcf2bdf_1.04-3.debian.tar.gz
 e8c6b6e0a83d0e9df350cba83e0f9e79 5496 x11 optional pcf2bdf_1.04-3_amd64.deb

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

iQIcBAEBCgAGBQJP3eb+AAoJECx8MUbBoAEhsuEP/RycwD1DLROXOr3ggOFPjJGK
rxKLVozhLpWAZPIH3rTelWvob4kJ2uVOkUt3L87CXO5m3lMA6MF9yV9ABLGTKGx3
iUFFWQDzNyj/K8ASAPA5Y3h6weTWuzXSM7mEjhap10o/4ok/Ho71rT1IH3Ab5z/f
J5FxYOuIgCLUYNXJBZXFnYjqOWjGFkyIMg7ZMxaov11mRpYD/AG8tUo8nWyn466s
pxDW8Cp9HiXTUzi6uhyy/BGEYg2PKL7Ji7wcLCd8VdaoQHMSVUmZyodO89/tDfJK
PZSaZQNAWL7lqZK34rSME9/5rGMDNqhKhxiXAoCXrkPtY7SDoixkP5YySCXJpDRx
R9tWci1EszQAzUWaC25Cnlx4FFtey4CiBHjaDAr23nF4LTVaI6UtGgS9DuYc59Sf
LJAiy0I0CWSXDnoR5tdqBaYlIboGIlAp+azzMwRSQCaEn6PW5BgDpFbmNp0NuLsF
qSPOuTO6MDhwTUkgcznzedHoaYicENIFjE6doClyUYb3ciZoxgr4otbNEQqjk3Oa
URiQ2VLb60DoHaLoi6K9h3KWdU8V5N1okjC9h2H6mbOVs0tM3QQFalqTUdHey4ZM
kecrgfqDI3bY+22sUGWKVpFWzt4wq0mjO0+1futaqsOhs19tNt4A5MBZED8ldIxn
0RFr2xzSLNM9rRAp6COw
=xj9Q
-END PGP SIGNATURE-


Accepted:
pcf2bdf_1.04-3.debian.tar.gz
  to main/p/pcf2bdf/pcf2bdf_1.04-3.debian.tar.gz
pcf2bdf_1.04-3.dsc
  to main/p/pcf2bdf/pcf2bdf_1.04-3.dsc
pcf2bdf_1.04-3_amd64.deb
  to main/p/pcf2bdf/pcf2bdf_1.04-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/e1sghck-0001ps...@franck.debian.org



Accepted silo-installer 1.22 (source sparc)

2012-06-17 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Jun 2012 16:03:40 +0200
Source: silo-installer
Binary: silo-installer
Architecture: source sparc
Version: 1.22
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 silo-installer - install silo on a hard disk (udeb)
Changes: 
 silo-installer (1.22) unstable; urgency=low
 .
   [ Updated translations ]
   * bo (bo.po) by Tennom
   * Welsh (cy.po) by Dafydd Tomos
   * Basque (eu.po) by Piarres Beobide
   * Galician (gl.po) by Jorge Barreiro
   * Lithuanian (lt.po) by Rimas Kudelis
   * Latvian (lv.po) by Rūdolfs Mazurs
   * Macedonian (mk.po) by Arangel Angov
   * Punjabi (Gurmukhi) (pa.po) by A S Alam
Checksums-Sha1: 
 f9a8044c8175bc510c7c79233013a0ce4a3cccf8 1575 silo-installer_1.22.dsc
 2396016911c004125fd0ab19f7e44050991e6e56 99884 silo-installer_1.22.tar.gz
 82ef9fb0f8f765dc921fa55dd7e5c8c07ec43a33 86698 silo-installer_1.22_sparc.udeb
Checksums-Sha256: 
 0d037fde197e6c83af1e53e27b3edc124f2bc332b1de304978876373f32c8555 1575 
silo-installer_1.22.dsc
 241422ee369ba7a416d2399092c7fff37b69cb849cff24b836be332b7d70529a 99884 
silo-installer_1.22.tar.gz
 6449980774cb4e40697afeafab2bb453c6da453a0e31349dc26d643e01fd3d65 86698 
silo-installer_1.22_sparc.udeb
Files: 
 b59017fe86e59f466c71815d767ba3ae 1575 debian-installer standard 
silo-installer_1.22.dsc
 a2a901f06238e165804c3ab94995f049 99884 debian-installer standard 
silo-installer_1.22.tar.gz
 0680f7a8cafb1a2cb95b4210222a8984 86698 debian-installer standard 
silo-installer_1.22_sparc.udeb
Package-Type: udeb

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

iQIcBAEBCAAGBQJP3eStAAoJEDEBgAUJBeQMSYoQAMZNcp0R2eI/VJY0mVI4oeZ2
NMD6gEZZt93hNahFQecgRQZwCY5984JFqVdJ2HXNy/re/qIFM1GDSg3oUPQJxosk
FGiofJh0P1VrpHxw9olPsamimBVOizs8Qe5PFWmtelonxm3noXPysKp/aO/iUE6k
OQfuC/PxEj+Ue54xj8mqF4SPzI4qnr8Gzv1JOvHSQ1zfzozxIC9+LVAttgZRvDnv
f7PBP3ZIBaOHMZAi7vgxEaZ8ncLfKJQht1ZoSgOPc7TiRIuIQR1hWp65Upo57IJn
32us6j0Ez19bOcZdfYec4fqd140f6ugIZaSXlj0sNwdCdherIK/h17wpyqQxGDED
iUocj9WjA3QR701nXtwdCZaVGV42h/mNpGRoUNdVilJYhJlOwzgnoUpULeVywbC8
n+UvbCckrQfTU1/6zxjK9udCHDeHGHA1Srdc9eScPNz4qhyhw925e++0uVcXcHWx
YbCnoJuxMCR0LUmDBs4ifyiqn7Ogo9JbyDDV/ztsdZEjHTEzK9uHq7YJ4QaXz3dp
3i/3jwrpBoEZeI3Q/JmFKGba2LNjU42y/rhu6RAzKUGwoX9qxLEr9UBoQ6iHO13K
UNt0RDUdYun6kxmGj7Q0FY20Njp95kCxfwOmAjXqwu7uJtfNqtZFkGOFKq+hlVwY
+JRQZss2lfU7jPDuBiRs
=b5hr
-END PGP SIGNATURE-


Accepted:
silo-installer_1.22.dsc
  to main/s/silo-installer/silo-installer_1.22.dsc
silo-installer_1.22.tar.gz
  to main/s/silo-installer/silo-installer_1.22.tar.gz
silo-installer_1.22_sparc.udeb
  to main/s/silo-installer/silo-installer_1.22_sparc.udeb


-- 
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/e1sgheb-0001ua...@franck.debian.org



Accepted kdegraphics-mobipocket 4:4.8.4-1 (source amd64)

2012-06-17 Thread Pino Toscano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Jun 2012 17:03:06 +0200
Source: kdegraphics-mobipocket
Binary: kdegraphics-mobipocket
Architecture: source amd64
Version: 4:4.8.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Pino Toscano p...@debian.org
Description: 
 kdegraphics-mobipocket - mobipocket plugins for Strigi indexing, Okular and 
thumbnails
Changes: 
 kdegraphics-mobipocket (4:4.8.4-1) unstable; urgency=low
 .
   * Team upload.
   * New upstream release.
   * Bump kde-sc-dev-latest build dependency to 4.8.4.
   * Bump kdelibs5-dev and okular-dev build dependencies to 4.8.
   * Bump Standards-Version to 3.9.3, no changes required.
   * Convert copyright to copyright-format v1.0.
   * Drop upstream_Add-TryExec-okular-to-okularApplication_mobi.desktop.patch,
 it was backported from upstream.
Checksums-Sha1: 
 1932c09158fa3395073c89d330184c93da6d905c 1611 
kdegraphics-mobipocket_4.8.4-1.dsc
 0c38ef851c054b0ee3689d41ff5f7f6fb3d83f67 20576 
kdegraphics-mobipocket_4.8.4.orig.tar.xz
 b9222c78fb2b144299cd1913249ed9299546dfd4 2274 
kdegraphics-mobipocket_4.8.4-1.debian.tar.gz
 237a8641e53bf6f572526a02d20b84a9dab7f202 54842 
kdegraphics-mobipocket_4.8.4-1_amd64.deb
Checksums-Sha256: 
 d8ddf4dbcd96491065aac92d85cbcc0ada53f7b2e7cad945cfbd9f96f2a89369 1611 
kdegraphics-mobipocket_4.8.4-1.dsc
 6aef1f842bf7a9a458859e4c80468d48192b140c37a6abbde1331283e49744f9 20576 
kdegraphics-mobipocket_4.8.4.orig.tar.xz
 9cf39b4b4d07e7e691bda158fa5989d0f981a558373bb1d578ab1cb29d8acda5 2274 
kdegraphics-mobipocket_4.8.4-1.debian.tar.gz
 2ae6ab4e64961a751fece3cdb491760e49d1d5929fe1db34750ed787619b7d02 54842 
kdegraphics-mobipocket_4.8.4-1_amd64.deb
Files: 
 3088fa8d7de832b414d5075475c68b24 1611 kde optional 
kdegraphics-mobipocket_4.8.4-1.dsc
 f3dc640ad32c15f658ef37414ac638dc 20576 kde optional 
kdegraphics-mobipocket_4.8.4.orig.tar.xz
 05532358ae7d58be398004011afaad87 2274 kde optional 
kdegraphics-mobipocket_4.8.4-1.debian.tar.gz
 adf76bcc0f1e8bec667f199b56f0d968 54842 kde optional 
kdegraphics-mobipocket_4.8.4-1_amd64.deb

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

iD4DBQFP3fOSTNH2piB/L3oRAl9CAJ9OoyJb0XqGKclXEChnQRzriN+tgQCVHSpi
R39JyBrpCrM1IDmVY29VBA==
=yYLd
-END PGP SIGNATURE-


Accepted:
kdegraphics-mobipocket_4.8.4-1.debian.tar.gz
  to main/k/kdegraphics-mobipocket/kdegraphics-mobipocket_4.8.4-1.debian.tar.gz
kdegraphics-mobipocket_4.8.4-1.dsc
  to main/k/kdegraphics-mobipocket/kdegraphics-mobipocket_4.8.4-1.dsc
kdegraphics-mobipocket_4.8.4-1_amd64.deb
  to main/k/kdegraphics-mobipocket/kdegraphics-mobipocket_4.8.4-1_amd64.deb
kdegraphics-mobipocket_4.8.4.orig.tar.xz
  to main/k/kdegraphics-mobipocket/kdegraphics-mobipocket_4.8.4.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/e1sghx3-0003em...@franck.debian.org



Accepted lapack 3.4.1-3 (source all amd64)

2012-06-17 Thread Sébastien Villemot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Jun 2012 12:01:30 +
Source: lapack
Binary: liblapack3 liblapack3gf liblapacke liblapacke-dev liblapack-dev 
liblapack-pic liblapack-test liblapack-doc liblapack-doc-man
Architecture: source all amd64
Version: 3.4.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Sébastien Villemot sebastien.ville...@ens.fr
Description: 
 liblapack-dev - Library of linear algebra routines 3 - static version
 liblapack-doc - Library of linear algebra routines 3 - documentation
 liblapack-doc-man - Library of linear algebra routines 3 - documentation 
(manual page
 liblapack-pic - Library of linear algebra routines 3 - static PIC version
 liblapack-test - Library of linear algebra routines 3 - testing programs
 liblapack3 - Library of linear algebra routines 3 - shared version
 liblapack3gf - Transitional package for liblapack3
 liblapacke - Library of linear algebra routines 3 - C lib shared version
 liblapacke-dev - Library of linear algebra routines 3 - Headers
Closes: 677461
Changes: 
 lapack (3.4.1-3) unstable; urgency=low
 .
   [ Sylvestre Ledru ]
   * Remove debug messages
 .
   [ Sébastien Villemot ]
   * Remove lsame(3) from liblapack-doc-man (Closes: #677461)
   * Add myself to Uploaders
Checksums-Sha1: 
 08e3aa179f041116b72a8d5d3884c4f2749fc767 1813 lapack_3.4.1-3.dsc
 8aca31addad4301e26fc80986eb1eee9aa8fc2be 16576 lapack_3.4.1-3.debian.tar.gz
 4b4e165147304a1ff48d35de8e92878c9c56c2cb 121283326 
liblapack-doc_3.4.1-3_all.deb
 3997be63f2148ef6af3425f8349de8bb854b2c02 2987624 
liblapack-doc-man_3.4.1-3_all.deb
 ee1209e9b2190dbd4024293f0c342738704e2153 5035328 liblapack3_3.4.1-3_amd64.deb
 a626b5d37736d51c031b50d9eda0e9e9233faba6 10500 liblapack3gf_3.4.1-3_amd64.deb
 4e5f8b9a6d41674fdb0aa60fd65e8faffe381545 627036 liblapacke_3.4.1-3_amd64.deb
 6b8dcf33f748483852924dcbb1c7f98e898e0011 76868 liblapacke-dev_3.4.1-3_amd64.deb
 f9560f2fde03ec742b9256e590b147f3265ff5b1 5549068 
liblapack-dev_3.4.1-3_amd64.deb
 2ab927c0b10c90a6721cbbeeec46f5335328928b 5549090 
liblapack-pic_3.4.1-3_amd64.deb
 7a19a2cc90a8a0fd75a7d04251db4e67cd796daf 9363404 
liblapack-test_3.4.1-3_amd64.deb
Checksums-Sha256: 
 1ce556915c3670100f2ebf45288b4c09b3cdeb0bd899f2eb7b9f637dd5459d2d 1813 
lapack_3.4.1-3.dsc
 9a81437bc0ca03e32901403ae5b6f97ffbfd0a37a937bbca476ab10a89b03384 16576 
lapack_3.4.1-3.debian.tar.gz
 97dae3d07add085aa0488190efd99865eebd41d2b377fa82ff311dbebcfd4551 121283326 
liblapack-doc_3.4.1-3_all.deb
 38e6c065e25aba524f89ddf4506d4993036f4591b10a2058e725b23d5afd569d 2987624 
liblapack-doc-man_3.4.1-3_all.deb
 2f5bed767daf47b335f2f9819823a670e87cb2d2adff6fe6a9e87a96612a9cab 5035328 
liblapack3_3.4.1-3_amd64.deb
 90c87f9d986ceac921e06b95e7b88e9b2f4662a4849c2a6a12b3254f82570823 10500 
liblapack3gf_3.4.1-3_amd64.deb
 103731f5afd6e014ca1ef9fd4480f9f14259e37bdc6070ec5071f2393305a431 627036 
liblapacke_3.4.1-3_amd64.deb
 6400ceeb922f07c99510502ea23dade847cf6cb1600ab08d4235da8df8145aad 76868 
liblapacke-dev_3.4.1-3_amd64.deb
 2c0cb13809e05e8966b3d44bb25953c2daadaf57ed680e1c4c551d903b8115cb 5549068 
liblapack-dev_3.4.1-3_amd64.deb
 e156b8a85a2d55c781e5df1b1fb6fd0954faee284a7c6f72c0c0848a6307c29a 5549090 
liblapack-pic_3.4.1-3_amd64.deb
 bda95263bebc1819b36e0fb2715aac9b2f039b57d812159c134cc6d33af03ec6 9363404 
liblapack-test_3.4.1-3_amd64.deb
Files: 
 f31a3d452fd264b6e7878b0c6b3886ed 1813 libs optional lapack_3.4.1-3.dsc
 fe193f9555da6a4847a15715d2fbbe08 16576 libs optional 
lapack_3.4.1-3.debian.tar.gz
 021aa5fa5cefc69571c88fd8f0382241 121283326 doc optional 
liblapack-doc_3.4.1-3_all.deb
 41a767d74bbdc41a76805b08a1015e56 2987624 doc optional 
liblapack-doc-man_3.4.1-3_all.deb
 c3205799bfa15ddaaeb0c414e3ae35d6 5035328 libs optional 
liblapack3_3.4.1-3_amd64.deb
 35c6ff1f13d33025de4e20fa414bb85c 10500 libs optional 
liblapack3gf_3.4.1-3_amd64.deb
 34c97cf2be0fd4edd097d5e33ba70327 627036 libs optional 
liblapacke_3.4.1-3_amd64.deb
 95f2605f289729f1db5b718b03de57d7 76868 libdevel optional 
liblapacke-dev_3.4.1-3_amd64.deb
 61235043191b68100f27df1e6b44c839 5549068 libdevel optional 
liblapack-dev_3.4.1-3_amd64.deb
 54c2bbce5a858d80797025dd4c40299a 5549090 libdevel optional 
liblapack-pic_3.4.1-3_amd64.deb
 86dd9934ec74bfcbffdc26d93ade8cd8 9363404 libdevel optional 
liblapack-test_3.4.1-3_amd64.deb

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

iEYEARECAAYFAk/d9KUACgkQiOXXM92JlhBrswCg4k6tPl3VUs3jutDUIscmLaD1
PlgAoNHVePLGcRa3t620T6VUPcAA/5Qx
=EwwR
-END PGP SIGNATURE-


Accepted:
lapack_3.4.1-3.debian.tar.gz
  to main/l/lapack/lapack_3.4.1-3.debian.tar.gz
lapack_3.4.1-3.dsc
  to main/l/lapack/lapack_3.4.1-3.dsc
liblapack-dev_3.4.1-3_amd64.deb
  to main/l/lapack/liblapack-dev_3.4.1-3_amd64.deb
liblapack-doc-man_3.4.1-3_all.deb
  to main/l/lapack/liblapack-doc-man_3.4.1-3_all.deb
liblapack-doc_3.4.1-3_all.deb
  to main/l/lapack/liblapack-doc_3.4.1-3_all.deb

Accepted gtimer 2.0.0-1.1 (source amd64)

2012-06-17 Thread Willi Mann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Jun 2012 17:26:30 +0200
Source: gtimer
Binary: gtimer
Architecture: source amd64
Version: 2.0.0-1.1
Distribution: unstable
Urgency: low
Maintainer: Taylor LeMasurier-Wren ripps...@gmail.com
Changed-By: Willi Mann wi...@debian.org
Description: 
 gtimer - GTK-based X11 task timer
Closes: 668663
Changes: 
 gtimer (2.0.0-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix segfault due to uninitialized variable. closes: #668663.
Checksums-Sha1: 
 0bb688f8a430a9a4174cc1a1df8689d35b80d786 1751 gtimer_2.0.0-1.1.dsc
 b73ebf7853c19b21b6832cb652b2f94ae84db05f 7378 gtimer_2.0.0-1.1.debian.tar.gz
 56de67639d5603f37a3b2f28566d989f0c4d9730 96916 gtimer_2.0.0-1.1_amd64.deb
Checksums-Sha256: 
 4ecc8848a6d9828736f31bc2ac3e2c6de2fa6134356cd1e4b9b334646301efd8 1751 
gtimer_2.0.0-1.1.dsc
 ddba8419ccb207383f9db926fc63b766defe0276f909a3ffc93e8d75c233a5fc 7378 
gtimer_2.0.0-1.1.debian.tar.gz
 3658fb2974c6d06d769c9babeda07bdd7285f2abb2f9880712a498160354635b 96916 
gtimer_2.0.0-1.1_amd64.deb
Files: 
 f194417e0f02da558a5548ca7f326955 1751 utils optional gtimer_2.0.0-1.1.dsc
 66786cf35c1821569ecb12a76229b2de 7378 utils optional 
gtimer_2.0.0-1.1.debian.tar.gz
 0d9e2f6fc8fa71d7e6ec2a48cc63580e 96916 utils optional 
gtimer_2.0.0-1.1_amd64.deb

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

iQIcBAEBCAAGBQJP3fpEAAoJEIy+IZx0V22BC08QAKc6NgBzODmeSOPhdO7+CgA9
2RL3+rAraF+r+y0rD8PKyrvLsWv9JjSlmi74d4IZ9B6q7/gf5xdqz/Zlpq4y4mBq
uAadG+9JyzV+Z5Vq6sEfP7+CVdcRleHHw/SnrZdvMiLfLZdLYzjpcxbEMNCH7Hik
jgqFnz4oOhF8nz4ytwGbDfzl3e5Px3GyDFc8/e1thS+DUBynzZMT3LYQK1rh39dR
GovT/vlrewUITTOyaQjF51OOVYfDKefw0RNIsT9DVRR7mn1bVS/fybYWFYUcqQbW
VLFwvo14q5w0UAnf63NK+x0LrbN5EjWzT4uns6+urkINn9AqC5fc621WUncye9Z2
zbZYeqFBEIa9U43GKMQmjGCxZ/INi+ze6sBYmhcdF0SQWv1qaBSCAztvi/kYJekt
IxwbsTBEuTRR+o/Mp7qOYKwwPBN43unLHDMFjJjY9w5XfD0MmsNAksmp/UW/VV0Y
957BP8AO5D/dUY2hUahdVxWy+WEyVQywkFZVDPYIx4jV152yK5xeQwQbFGTo0GMY
sb6BidmQY9Y3EehjsV3u6WmE0xrrsso8PFoGuVCtYHbcgq4OYTzoyiSKuVyYRiSO
/vCbnqIY0HlspbZXlDzjLBmm2mn6SQdbrM1BFFEKuWrpnOpl/d+ulfwyEm8m0Uw2
EMfCt1isQyCgT6co1qvc
=P4ws
-END PGP SIGNATURE-


Accepted:
gtimer_2.0.0-1.1.debian.tar.gz
  to main/g/gtimer/gtimer_2.0.0-1.1.debian.tar.gz
gtimer_2.0.0-1.1.dsc
  to main/g/gtimer/gtimer_2.0.0-1.1.dsc
gtimer_2.0.0-1.1_amd64.deb
  to main/g/gtimer/gtimer_2.0.0-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/e1sghj5-0004cy...@franck.debian.org



Accepted gucharmap 1:3.4.1.1-2 (source amd64)

2012-06-17 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Jun 2012 16:39:23 +0200
Source: gucharmap
Binary: gucharmap libgucharmap-2-90-dev libgucharmap-2-90-7 
gir1.2-gucharmap-2.90
Architecture: source amd64
Version: 1:3.4.1.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 gir1.2-gucharmap-2.90 - GObject introspection data for the Unicode browser 
widget library
 gucharmap  - Unicode character picker and font browser
 libgucharmap-2-90-7 - Unicode browser widget library (shared library)
 libgucharmap-2-90-dev - Unicode browser widget library (development headers)
Closes: 603405
Changes: 
 gucharmap (1:3.4.1.1-2) unstable; urgency=low
 .
   [ Steve Langasek ]
   * debian/patches/unicode-source-generation.patch: compatibility with
 the unicode-data package.
   * debian/rules, debian/clean, debian/control: build-depend on unicode-data
 and generate our unicode header files at package build time, to ensure
 that we actually can.  Closes: #603405.
 .
   [ Michael Biebl ]
   * Use a stamp file to avoid running gen-guch-unicode-tables.pl twice.
   * Point Vcs-* to unstable branch.
   * Drop explicit Build-Depends on gir1.2-pango-1.0 and gir1.2-gtk-3.0.
   * Drop debian/patches/spelling_fixes.patch since we re-generate
 gucharmap/unicode-*.h during build, so patching the pre-generated file is
 pointless. This spelling fix needs to go into unicode-data. (See #677896)
Checksums-Sha1: 
 811ab51a58d43f824059c8fe8fa825369827572f 2546 gucharmap_3.4.1.1-2.dsc
 a25de99c06f6369cb6defd360ad86cbf12b8d360 11419 
gucharmap_3.4.1.1-2.debian.tar.gz
 60d318889dcc4fe72476f88ad757519a236993c2 1715424 gucharmap_3.4.1.1-2_amd64.deb
 031802cd2923f5eab5dcb61a9ddafecdf4c6f368 251240 
libgucharmap-2-90-dev_3.4.1.1-2_amd64.deb
 c3c9bc953d795b9f011aa7408cb1062315de694e 1553916 
libgucharmap-2-90-7_3.4.1.1-2_amd64.deb
 27ba1c71fd4d5034c912e737bbf540e9e008b9ae 220340 
gir1.2-gucharmap-2.90_3.4.1.1-2_amd64.deb
Checksums-Sha256: 
 df17ea977cee85c8c1a6d5b7371b74ef81e3919c64550689f55d50fabb24abe0 2546 
gucharmap_3.4.1.1-2.dsc
 5d53f225d5e6f68af738799ae6682b4b5854c4bdfbab7bc3c13c7557f1016c4b 11419 
gucharmap_3.4.1.1-2.debian.tar.gz
 0e846d3288cfe869c7e383ac3a2ef34d213fb844745d3780b5ef8bcaa67214fa 1715424 
gucharmap_3.4.1.1-2_amd64.deb
 242f7c91047821082dd1315b0d92072f4ad8c52a0777ddca4cde1f8069f36c0e 251240 
libgucharmap-2-90-dev_3.4.1.1-2_amd64.deb
 7cd9faf50ade6333bb57458f87765f163c54224ef4cb6acdd0c5f6957283951b 1553916 
libgucharmap-2-90-7_3.4.1.1-2_amd64.deb
 05e6c30aae51c7b9a4addf6201fdd76a1c7fb71c8f491c7f4e0c0d92c8400c5a 220340 
gir1.2-gucharmap-2.90_3.4.1.1-2_amd64.deb
Files: 
 236c786eff3090f118544fdd79411e98 2546 gnome optional gucharmap_3.4.1.1-2.dsc
 91ac13ce0bb2fe30c589d7893de87a30 11419 gnome optional 
gucharmap_3.4.1.1-2.debian.tar.gz
 d2856baf1e5804cb1cc9b1c622e2a8fe 1715424 gnome optional 
gucharmap_3.4.1.1-2_amd64.deb
 49e3fa04dd4b11a0098e3eab96c70c47 251240 libdevel optional 
libgucharmap-2-90-dev_3.4.1.1-2_amd64.deb
 c9d941d0a1f16073c04702d5b89bd2cc 1553916 libs optional 
libgucharmap-2-90-7_3.4.1.1-2_amd64.deb
 6edf5870858969b032d7fc67d0edbdb4 220340 introspection optional 
gir1.2-gucharmap-2.90_3.4.1.1-2_amd64.deb

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

iQIcBAEBCAAGBQJP3fdyAAoJEGrh3w1gjyLcJx0P/jHUwJK6BaFhZTIjXmPilDO1
w1mSEz1zkPMPx+FSVsPx0GjXqP9VKwPPtiunkNMdyYlPQMgNmSMEUz0S1KZRGpF5
Zqu5ypV1TnzwIIWVEtjUyBu5DDH80NZsJwilcmIUFWlDySQhO8Zv7Hno/hejppJ0
2oW4IY636NvKTTMgg3p+M2i5WwLbInAKZrxLJIiv9t96u2sKMOtkQkIi3dz4HEA+
hOr4c5J7Cvo6pOmSS5MMfjAaA1onxkqW2UM5ju0f94HVrXi55bRVhI+DkamO71lI
vhccwTigTa1Zq+lfHID9NtHIYh0qSjXTdKstjmUn6t8qu1aUpdvrpJ53xqnE6Aw2
ktM3T3oxNdczQvgkzFxWoeXHAR0QVqUwVWjdjFQKON09k4hJts38rtYatVELNsCC
j2nUoLqw4v++uY9F16MNmwiE7etWxbMwXbIURhkP5yx+LbwthT6R55RrzsHXgEE/
Uk1aucw1vnR2igMaO0+XkZNGh66UzcErAgKsO/OzKcBizJw7izNiDf85qwuhp/kV
jooVvSyoNB1boNnpsejpE2wREjQI5Ly3uHXtvAu0NLnO8tMOQtgHdl4Tm9zIRxc1
kDJOf4tAQkwABxq/ebVfsEd9Pov2aijgEnGZjcU6c+b3BXaLPiWf2LSoHguokS+Z
OEKR9QZ+bGWHru+dsExf
=+Llj
-END PGP SIGNATURE-


Accepted:
gir1.2-gucharmap-2.90_3.4.1.1-2_amd64.deb
  to main/g/gucharmap/gir1.2-gucharmap-2.90_3.4.1.1-2_amd64.deb
gucharmap_3.4.1.1-2.debian.tar.gz
  to main/g/gucharmap/gucharmap_3.4.1.1-2.debian.tar.gz
gucharmap_3.4.1.1-2.dsc
  to main/g/gucharmap/gucharmap_3.4.1.1-2.dsc
gucharmap_3.4.1.1-2_amd64.deb
  to main/g/gucharmap/gucharmap_3.4.1.1-2_amd64.deb
libgucharmap-2-90-7_3.4.1.1-2_amd64.deb
  to main/g/gucharmap/libgucharmap-2-90-7_3.4.1.1-2_amd64.deb
libgucharmap-2-90-dev_3.4.1.1-2_amd64.deb
  to main/g/gucharmap/libgucharmap-2-90-dev_3.4.1.1-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/e1sghjn-0004dm...@franck.debian.org



Accepted ksaneplugin 4:4.8.4-1 (source amd64)

2012-06-17 Thread Pino Toscano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Jun 2012 17:28:52 +0200
Source: ksaneplugin
Binary: ksaneplugin
Architecture: source amd64
Version: 4:4.8.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Pino Toscano p...@debian.org
Description: 
 ksaneplugin - KScan plugin for scanning through libksane
Changes: 
 ksaneplugin (4:4.8.4-1) unstable; urgency=low
 .
   * Team upload.
   * New upstream release.
   * Bump kde-sc-dev-latest build dependency to 4.8.4.
   * Bump kdelibs5-dev and libksane-dev build dependencies to 4.8.
   * Bump Standards-Version to 3.9.3, no changes required.
   * Add watch file.
   * Convert copyright to copyright-format v1.0 and fix.
Checksums-Sha1: 
 c3c63183ace6a73c66f3369039cb3fc4d9bc2512 1471 ksaneplugin_4.8.4-1.dsc
 b7a3204ef27f04bffca0fd77d84bd46b236687b7 13668 ksaneplugin_4.8.4.orig.tar.xz
 5f44c0ce63c0a3067b865cecdbf02e22b4afe904 2798 ksaneplugin_4.8.4-1.debian.tar.gz
 6a1c39ac6c854126f5de1b273f0eeca4c73ebbdc 13970 ksaneplugin_4.8.4-1_amd64.deb
Checksums-Sha256: 
 cd9af2a33cc79490d75da216c7aaf3ca949d619b1f7aac1917b870f839d02714 1471 
ksaneplugin_4.8.4-1.dsc
 356169b487227808f121610c2d7e2cf3d6fd7a79af5be1144c479f94009b4f7c 13668 
ksaneplugin_4.8.4.orig.tar.xz
 d8d78bce0f4d370beb358a3bb5a69c84f15233ec3746ca5708db0b0ae19f69cd 2798 
ksaneplugin_4.8.4-1.debian.tar.gz
 3247790aa71b46ec4b69862c90a40cdf5aefd8d03793a23b1c6b3d4f55683f45 13970 
ksaneplugin_4.8.4-1_amd64.deb
Files: 
 fc7fe437a896a48a36fe32ba91793ea3 1471 kde extra ksaneplugin_4.8.4-1.dsc
 08630157a033d639d35d25b253e0ace6 13668 kde extra ksaneplugin_4.8.4.orig.tar.xz
 4d8aa2b7a52a8cafc1713d333100e55b 2798 kde extra 
ksaneplugin_4.8.4-1.debian.tar.gz
 8457db8fc0a927cf07050701924c4902 13970 kde extra ksaneplugin_4.8.4-1_amd64.deb

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

iD8DBQFP3flyTNH2piB/L3oRAmEPAKCMmtCVxh91NHC7O1y+zfVcoN6XEgCcCC6p
VKwkz686ODrjSabDKpql/ps=
=/ne/
-END PGP SIGNATURE-


Accepted:
ksaneplugin_4.8.4-1.debian.tar.gz
  to main/k/ksaneplugin/ksaneplugin_4.8.4-1.debian.tar.gz
ksaneplugin_4.8.4-1.dsc
  to main/k/ksaneplugin/ksaneplugin_4.8.4-1.dsc
ksaneplugin_4.8.4-1_amd64.deb
  to main/k/ksaneplugin/ksaneplugin_4.8.4-1_amd64.deb
ksaneplugin_4.8.4.orig.tar.xz
  to main/k/ksaneplugin/ksaneplugin_4.8.4.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/e1sghmk-0004mj...@franck.debian.org



Accepted samba4 4.0.0~beta1+dfsg1-3 (source amd64)

2012-06-17 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Jun 2012 17:00:00 +0200
Source: samba4
Binary: samba4 libsamdb0 libsamdb-dev libsamba-policy0 libsamba-policy-dev 
samba4-common-bin samba4-clients samba4-testsuite registry-tools 
libparse-pidl-perl samba4-dev libgensec0 libgensec-dev libndr0 libndr-dev 
libndr-standard0 libndr-standard-dev libdcerpc0 libdcerpc-dev libdcerpc-server0 
libdcerpc-server-dev libregistry0 libregistry-dev winbind4 libsamba-hostconfig0 
libsamba-hostconfig-dev libtorture0 libtorture-dev python-samba 
libsamba-util-dev libsamba-util0 samba-dsdb-modules libsmbclient-raw0 
libsmbclient-raw-dev libsamba-credentials0 libsamba-credentials-dev
Architecture: source amd64
Version: 4.0.0~beta1+dfsg1-3
Distribution: unstable
Urgency: high
Maintainer: Samba Debian Maintainers pkg-samba-ma...@lists.alioth.debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 libdcerpc-dev - DCE/RPC library
 libdcerpc-server-dev - DCE/RPC server library - development files
 libdcerpc-server0 - DCE/RPC server library
 libdcerpc0 - DCE/RPC client library
 libgensec-dev - Generic Security Library
 libgensec0 - Generic Security Library
 libndr-dev - NDR marshalling library - development files
 libndr-standard-dev - Standard NDR interfaces - development files
 libndr-standard0 - Standard NDR interfaces
 libndr0- NDR marshalling library
 libparse-pidl-perl - IDL compiler written in Perl
 libregistry-dev - Registry library - development files
 libregistry0 - Registry library
 libsamba-credentials-dev - Samba Credentials management - development files
 libsamba-credentials0 - Samba Credentials management library
 libsamba-hostconfig-dev - Samba host configuration library - development files
 libsamba-hostconfig0 - Samba host configuration library
 libsamba-policy-dev - Samba policy management - development files
 libsamba-policy0 - Samba policy management
 libsamba-util-dev - Samba utility function library - development files
 libsamba-util0 - Samba utility function library
 libsamdb-dev - SAM database - development files
 libsamdb0  - SAM database
 libsmbclient-raw-dev - SMB client library - development files
 libsmbclient-raw0 - SMB client library
 libtorture-dev - Library for running unit tests - development files
 libtorture0 - Library for running Samba 4 unit tests
 python-samba - Python bindings for Samba
 registry-tools - tools for viewing and manipulating the Windows registry
 samba-dsdb-modules - Samba Directory Services Database
 samba4 - SMB/CIFS file, NT domain and active directory server (version 4)
 samba4-clients - client utilities from Samba 4
 samba4-common-bin - Samba 4 common files used by both the server and the client
 samba4-dev - tools for extending Samba
 samba4-testsuite - test suite from Samba 4
 winbind4   - service to resolve user and group information from Windows NT ser
Changes: 
 samba4 (4.0.0~beta1+dfsg1-3) unstable; urgency=high
 .
   * Prevent adding share with invalid name when used in domain controller mode.
Checksums-Sha1: 
 169d150f0b68824477973822ed96a7addac456ba 4071 samba4_4.0.0~beta1+dfsg1-3.dsc
 0f1dac69c42e0425dc5ac401fdcd3046562e18b9 112676 
samba4_4.0.0~beta1+dfsg1-3.debian.tar.gz
 ac6d837637d8e5a17cb254b28389be904e8b3866 1717786 
samba4_4.0.0~beta1+dfsg1-3_amd64.deb
 3f611354cbb37605dcb1202981390910be744aea 157940 
libsamdb0_4.0.0~beta1+dfsg1-3_amd64.deb
 616bf25126bc5ee01c80d669bb8e79ed8d298534 13906 
libsamdb-dev_4.0.0~beta1+dfsg1-3_amd64.deb
 7dd536b759adaf99622790e6528940fdfd45b9b2 34976 
libsamba-policy0_4.0.0~beta1+dfsg1-3_amd64.deb
 ccb0fea9063afc5ecf0f5b217a54cb6de95b5136 15272 
libsamba-policy-dev_4.0.0~beta1+dfsg1-3_amd64.deb
 b27c6ff99243dd4b6bb74dc262c75ec5f5ff 35800 
samba4-common-bin_4.0.0~beta1+dfsg1-3_amd64.deb
 ece9b10e4b7c245cb4e819cc634eeacc817adc0d 87138 
samba4-clients_4.0.0~beta1+dfsg1-3_amd64.deb
 481f76359ffe3f25af77aadc1feb78b4972e94fd 1545542 
samba4-testsuite_4.0.0~beta1+dfsg1-3_amd64.deb
 582b03786f3b817a56c21d8d7cbb03adbe8efa43 47880 
registry-tools_4.0.0~beta1+dfsg1-3_amd64.deb
 19f0b65480bbcce5a938733bd4e948de91cd41d9 117988 
libparse-pidl-perl_4.0.0~beta1+dfsg1-3_amd64.deb
 f3b05922dca0a41138799649d50b717ed1a60289 108596 
samba4-dev_4.0.0~beta1+dfsg1-3_amd64.deb
 1da9780afa7088c2b4b7d49a03d3c8d98ec6ede4 298522 
libgensec0_4.0.0~beta1+dfsg1-3_amd64.deb
 9558d9101733a9e7bdd4e590fde82987fd168774 17180 
libgensec-dev_4.0.0~beta1+dfsg1-3_amd64.deb
 87a4dde6dcac147582260ede36dfc68962119858 48086 
libndr0_4.0.0~beta1+dfsg1-3_amd64.deb
 aa5419e2653e9822f456780283772e79a7ea0118 20206 
libndr-dev_4.0.0~beta1+dfsg1-3_amd64.deb
 5d1fc005b1d73443f61908c9b5984d2e65b71817 1662102 
libndr-standard0_4.0.0~beta1+dfsg1-3_amd64.deb
 1d3bafe46589fadd54018d254a16bb8a3e67da48 19104 
libndr-standard-dev_4.0.0~beta1+dfsg1-3_amd64.deb
 285cfb76942c22233f88ad7ced724c69611677b6 563040 
libdcerpc0_4.0.0~beta1+dfsg1-3_amd64.deb
 0218c5fd87abace6074b95fc83da735451e8e3f9 42754 

Accepted bsfilter 1:1.0.17-3 (source all)

2012-06-17 Thread Taku YASUI
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Jun 2012 21:54:15 +0900
Source: bsfilter
Binary: bsfilter
Architecture: source all
Version: 1:1.0.17-3
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: 
 bsfilter   - Bayesian spam filter
Changes: 
 bsfilter (1:1.0.17-3) unstable; urgency=low
 .
   * debian/control: Add XS-Ruby-Versions and XB-Ruby-Versions for using
 Ruby1.8.
   * debian/control: Add some Ruby dependency to run test suote.
   * debian/copyright: Convert to the Debian copyright format version 1.0.
   * debian/docs: Add HTML document to the package.
   * debian/rules: Add to run test suite (but currently disabled).
   * Add debian/patches/010_disable_chasen not to use chasen.
   * Add debian/patches/020_disable_bdb1 not to use bdb1.
Checksums-Sha1: 
 c06fec9208392741c3db7a1dec8d81b0b16220a0 2072 bsfilter_1.0.17-3.dsc
 bb491ae9013832c73f273c7f0210fd3341494961 9646 bsfilter_1.0.17-3.debian.tar.gz
 14d5f8cf367003143ff171e0ee0be638f4c919fb 71324 bsfilter_1.0.17-3_all.deb
Checksums-Sha256: 
 0157e37a136546236ed97387de0c3817f7a3c76facc4bc8ba15a097d5747f8e3 2072 
bsfilter_1.0.17-3.dsc
 8c4003630e15cdf888a95266e60b3156f5a18ace52a8dcc1534fe537f2ada057 9646 
bsfilter_1.0.17-3.debian.tar.gz
 864a5da3076a95df33116aa11e98fb3bb0431d58fdd40e6c31d7ca7444afd8c6 71324 
bsfilter_1.0.17-3_all.deb
Files: 
 5e14e26f135a84c88c44f0efc602051a 2072 mail optional bsfilter_1.0.17-3.dsc
 d95bd03b5bd4b499d682cd53168a68f1 9646 mail optional 
bsfilter_1.0.17-3.debian.tar.gz
 15d05e79d313bfcdff2057c407ece8cf 71324 mail optional bsfilter_1.0.17-3_all.deb

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

iQIcBAEBCAAGBQJP3f2fAAoJEEDXFs/pCc3uSvgP/RV2/fDZQvF+C4UVi12kdX4f
2xhilVRA+P4sun+zTcrb4618UwPV4wZe14tBgsF5x2ClMvsUqU9Qi+KLpgm5Z0cv
MkJIaqTxil6UDS3LvcfdJRec9ySg8U6EC55/Rg9fyuTUQ5oDyvkoKqY3pjTLPzIq
HblE98UO7h/T64KSfuw5lPqx2qE4M1NjNL3ig0xqMoJVMfjnbc1cESjNsZisUb1T
tUjtTjcxsMH2IvqEkNht2UbMbY4zLemLPORx75GvaO/YpU6lvkBa3lO+5WKZYFZF
gXbA0QOOQr8bPXNN5w4Qgx8WKK/DMGAsUoj2sG35s7lO5mOiI0LQNu2qZkoNKRWN
/mQmpx2W715MIMwFpLBAuTIHbTfh1yBbEtt766gXnIbU2hBhEu2MGbShjLF+SRbF
msYD9RDuPdQ+cfgtRFXL4MBH4IRMLMbZPThWbtKoq1ZEorELymZQwKEdrM7uOgFx
DIy6IJBBfSmpdDboGk0AB1XYcWN4LNlBr7C1sJEXeb9kRPTLV6MHLl0Cs5V3+IJO
NKnYse5kn4c2ceuiXhxoaNNIUfG7ci0kkYc8DuhRdFdwDW98VbHcKyFkqyH2foT7
cMrrctxX1zFTtpuUG4Qjm3+/lwZnVgM0gLAr9hETs+B49u1YJr1Gp23qjkSG7jUz
emOqK8tEY2qP8bUj4GCU
=IRXb
-END PGP SIGNATURE-


Accepted:
bsfilter_1.0.17-3.debian.tar.gz
  to main/b/bsfilter/bsfilter_1.0.17-3.debian.tar.gz
bsfilter_1.0.17-3.dsc
  to main/b/bsfilter/bsfilter_1.0.17-3.dsc
bsfilter_1.0.17-3_all.deb
  to main/b/bsfilter/bsfilter_1.0.17-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/e1sghw0-0006hn...@franck.debian.org



Accepted mcabber 0.10.1-3 (source amd64)

2012-06-17 Thread Franziska Lichtblau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 16 Jun 2012 15:34:56 +0200
Source: mcabber
Binary: mcabber
Architecture: source amd64
Version: 0.10.1-3
Distribution: unstable
Urgency: low
Maintainer: Franziska Lichtblau rhal...@old-forest.org
Changed-By: Franziska Lichtblau rhal...@old-forest.org
Description: 
 mcabber- small Jabber (XMPP) console client
Closes: 650632
Changes: 
 mcabber (0.10.1-3) unstable; urgency=low
 .
   * Added patch for storing passwords to MUCs in bookmarks. Thanks to Nico
 Golde for the patch. (Closes: #650632)
   * Updated german and english help output for the new /room command
   * Overtook maintainership (Franziska Lichtblau) thanks to Mario Iseli for
 the work done so far
   * Removed Gerfried Fuchs from Uploaders - thanks for your work
   * Upgrade to Standards-Version 3.9.3 no changes needed
   * Added hardening flags to debian/rules
   * Added build-dependency to dpkg-dev (= 1.16.1~) due to importing debian
 buildflags
   * Added source format 3.0 (quilt) - removed build-dependency to quilt and
 dh_quilt_pach, dh_quilt_unpatch from debian/rules
Checksums-Sha1: 
 2c14b31d768483722e1b2b51c22e0c98883210cc 1343 mcabber_0.10.1-3.dsc
 5f9e38e3cf5e21e91d0e4cc2c04f25338537e957 6715 mcabber_0.10.1-3.debian.tar.gz
 5ee034f04fe292eaa50d1a2bd6f186d69613dfc4 295050 mcabber_0.10.1-3_amd64.deb
Checksums-Sha256: 
 2ea41a26624381ffc471baf7b7a6be493a5b8b425f580b2f91dd0080038d71ff 1343 
mcabber_0.10.1-3.dsc
 4e4f153024e6ced7867cbac26aa15912c8789cd79449313287a790e5f550a1ca 6715 
mcabber_0.10.1-3.debian.tar.gz
 68c20003f4794bad450e5bb678207098b1ceddfa5cd3c0c40eee332bcc05dc79 295050 
mcabber_0.10.1-3_amd64.deb
Files: 
 c2c628e699940bdbf088613957409ca9 1343 net optional mcabber_0.10.1-3.dsc
 f3b2d8da65264a4e029df70ae8cfc9f5 6715 net optional 
mcabber_0.10.1-3.debian.tar.gz
 5baa98e673868ad7f1194737de3addc1 295050 net optional mcabber_0.10.1-3_amd64.deb

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

iEYEARECAAYFAk/d/OAACgkQwJ4diZWTDt7xAwCeOTWx4KWU+5d3WtpRG8eW95AR
cmkAniIii50LOOfT4H1liCiubhs+s9+3
=FUBa
-END PGP SIGNATURE-


Accepted:
mcabber_0.10.1-3.debian.tar.gz
  to main/m/mcabber/mcabber_0.10.1-3.debian.tar.gz
mcabber_0.10.1-3.dsc
  to main/m/mcabber/mcabber_0.10.1-3.dsc
mcabber_0.10.1-3_amd64.deb
  to main/m/mcabber/mcabber_0.10.1-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/e1sgi0g-0006uf...@franck.debian.org



Accepted partman-newworld 27 (source powerpc)

2012-06-17 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Jun 2012 17:22:07 +0200
Source: partman-newworld
Binary: partman-newworld
Architecture: source powerpc
Version: 27
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 partman-newworld - partman support for new-world PowerMac boot partitions 
(udeb)
Changes: 
 partman-newworld (27) unstable; urgency=low
 .
   [ Updated translations ]
   * Tibetan (bo.po) by Tennom
   * Welsh (cy.po) by Dafydd Tomos
   * Basque (eu.po) by Piarres Beobide
   * Lithuanian (lt.po) by Rimas Kudelis
   * Latvian (lv.po) by Rūdolfs Mazurs
   * Macedonian (mk.po) by Arangel Angov
   * Panjabi (pa.po) by A S Alam
   * Portuguese (Brazil) (pt_BR.po) by Felipe Augusto van de Wiel (faw)
Checksums-Sha1: 
 4faec4e1db6d25713eafed92912908cea91e3051 1020 partman-newworld_27.dsc
 3e1f27d30a3b5968ffe99039a73c13cb2da1fb6f 43570 partman-newworld_27.tar.gz
 812f2d26f2c4b22176f8ab20a3adae9818e1fb82 19004 partman-newworld_27_powerpc.udeb
Checksums-Sha256: 
 1db05f1aeae212f57a13dc220d2e2e3f7dd73a54c3b92dc445aa7bc94618a38d 1020 
partman-newworld_27.dsc
 06305c5546c567116fc432636ba7a38447cc5d09b206038b9fe6ce03e3d352f1 43570 
partman-newworld_27.tar.gz
 af80e0c90140864a9717a32ed9c11893819dda721ea613d9a77f2ad5a246c80f 19004 
partman-newworld_27_powerpc.udeb
Files: 
 8fad2554d7d0e1d59f49ac7f7c8341b5 1020 debian-installer standard 
partman-newworld_27.dsc
 765440fb77f801e11f4a818bab11c87c 43570 debian-installer standard 
partman-newworld_27.tar.gz
 85d5e40629acfa77049ee1dfce96dbf0 19004 debian-installer standard 
partman-newworld_27_powerpc.udeb
Package-Type: udeb

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

iD8DBQFP3fhGw3ao2vG823MRAjA6AJwJUQ20coDdRQ8bAlpCuTJvxC3HxwCfbLAC
Gpxd0cFxGVRzwAG/ew8wn9s=
=/BMF
-END PGP SIGNATURE-


Accepted:
partman-newworld_27.dsc
  to main/p/partman-newworld/partman-newworld_27.dsc
partman-newworld_27.tar.gz
  to main/p/partman-newworld/partman-newworld_27.tar.gz
partman-newworld_27_powerpc.udeb
  to main/p/partman-newworld/partman-newworld_27_powerpc.udeb


-- 
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/e1sgi1r-0006wg...@franck.debian.org



Accepted partman-prep 23 (source powerpc)

2012-06-17 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Jun 2012 17:20:30 +0200
Source: partman-prep
Binary: partman-prep
Architecture: source powerpc
Version: 23
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 partman-prep - Add partman support for PPC PReP boot partitions (udeb)
Changes: 
 partman-prep (23) unstable; urgency=low
 .
   [ Updated translations ]
   * Tibetan (bo.po) by Tennom
   * Welsh (cy.po) by Dafydd Tomos
   * Galician (gl.po) by Jorge Barreiro
   * Lao (lo.po) by Anousak Souphavanh
   * Lithuanian (lt.po) by Rimas Kudelis
   * Latvian (lv.po) by Rūdolfs Mazurs
   * Macedonian (mk.po) by Arangel Angov
   * Panjabi (pa.po) by A S Alam
Checksums-Sha1: 
 84596e77705ec40a088f0140921ebe64abef3965 952 partman-prep_23.dsc
 d932ab8a7b03b033b85d48a1fc8d69239330ce13 36799 partman-prep_23.tar.gz
 1204cf1e4987b4b33aaa8c04ebfd80e5356e91ae 12836 partman-prep_23_powerpc.udeb
Checksums-Sha256: 
 fea39429724423d28fb4a484c57d44cfb0452bb717face0ca647b94a92cd4a05 952 
partman-prep_23.dsc
 ef373c23b4ab57068e70b3ebaa955fd39f3d2a26b7bb074276e655d2f114f4d8 36799 
partman-prep_23.tar.gz
 c5d16928dae90ab67c1dc34138778b7008c40c11d52574b026101f277b9bf2f0 12836 
partman-prep_23_powerpc.udeb
Files: 
 d78b3dda8adccd3b45721e951ee1c287 952 debian-installer standard 
partman-prep_23.dsc
 1914293ac095a10ba39170dbafca5507 36799 debian-installer standard 
partman-prep_23.tar.gz
 fce6027ccfc51d3f127aee50ae973deb 12836 debian-installer standard 
partman-prep_23_powerpc.udeb
Package-Type: udeb

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

iD8DBQFP3flrw3ao2vG823MRAjUWAJ0XWdOgW+BPytisx8cD+vhgSamtCQCfauih
mWIsau4Xx53sSEZKDxShPRg=
=/oSf
-END PGP SIGNATURE-


Accepted:
partman-prep_23.dsc
  to main/p/partman-prep/partman-prep_23.dsc
partman-prep_23.tar.gz
  to main/p/partman-prep/partman-prep_23.tar.gz
partman-prep_23_powerpc.udeb
  to main/p/partman-prep/partman-prep_23_powerpc.udeb


-- 
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/e1sgi1h-0006xc...@franck.debian.org



Accepted prep-installer 0.15 (source powerpc)

2012-06-17 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Jun 2012 17:24:08 +0200
Source: prep-installer
Binary: prep-installer
Architecture: source powerpc
Version: 0.15
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 prep-installer - Install a kernel directly to the prep partition on a hard 
disk (udeb)
Changes: 
 prep-installer (0.15) unstable; urgency=low
 .
   [ Updated translations ]
   * Tibetan (bo.po) by Tennom
   * Welsh (cy.po) by Dafydd Tomos
   * Basque (eu.po) by Piarres Beobide
   * Galician (gl.po) by Jorge Barreiro
   * Lithuanian (lt.po) by Rimas Kudelis
   * Latvian (lv.po) by Rūdolfs Mazurs
   * Macedonian (mk.po) by Arangel Angov
   * Panjabi (pa.po) by A S Alam
Checksums-Sha1: 
 4bdc79fe33728913c712b13d83f1ad4de457a594 968 prep-installer_0.15.dsc
 f7d6b6c87d003f55be0871cdedf02b4724583e67 48254 prep-installer_0.15.tar.gz
 41b67003cc667859bb7ce3f5a4b071e0ad1fba0c 24810 prep-installer_0.15_powerpc.udeb
Checksums-Sha256: 
 6a8f2783784bae02d8006155a65f8370c3b718b696e82866622ab47379b126f6 968 
prep-installer_0.15.dsc
 2859c5b0b4b119e15d677dd99bafe37d495eb7bad39c8cd10e7e18d219169027 48254 
prep-installer_0.15.tar.gz
 8db3d0ec833c85ef2996520dcfa752a61ff8ce8d10b1d3d0ae7c0b16ddac3c78 24810 
prep-installer_0.15_powerpc.udeb
Files: 
 a7e81b2cd941d54db2b098058d2b82f7 968 debian-installer standard 
prep-installer_0.15.dsc
 e34701c9755d72730e9653a397cc1bb4 48254 debian-installer standard 
prep-installer_0.15.tar.gz
 da0741254d95c05eb5da123d7945f3eb 24810 debian-installer standard 
prep-installer_0.15_powerpc.udeb
Package-Type: udeb

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

iD8DBQFP3fsUw3ao2vG823MRAlFAAJ9u7/sgr/NxGzkFJvbFbTpuIvSF+gCeKcQT
8Q+SkcZGEEqCSz5trMeLaWg=
=e6Kp
-END PGP SIGNATURE-


Accepted:
prep-installer_0.15.dsc
  to main/p/prep-installer/prep-installer_0.15.dsc
prep-installer_0.15.tar.gz
  to main/p/prep-installer/prep-installer_0.15.tar.gz
prep-installer_0.15_powerpc.udeb
  to main/p/prep-installer/prep-installer_0.15_powerpc.udeb


-- 
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/e1sgi26-0006xy...@franck.debian.org



Accepted quik-installer 0.0.28 (source powerpc)

2012-06-17 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Jun 2012 17:22:54 +0200
Source: quik-installer
Binary: quik-installer
Architecture: source powerpc
Version: 0.0.28
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 quik-installer - Install quik on a hard disk (udeb)
Changes: 
 quik-installer (0.0.28) unstable; urgency=low
 .
   [ Updated translations ]
   * Tibetan (bo.po) by Tennom
   * Welsh (cy.po) by Dafydd Tomos
   * Basque (eu.po) by Piarres Beobide
   * Galician (gl.po) by Jorge Barreiro
   * Lao (lo.po) by Anousak Souphavanh
   * Lithuanian (lt.po) by Rimas Kudelis
   * Latvian (lv.po) by Rūdolfs Mazurs
   * Macedonian (mk.po) by Arangel Angov
   * Panjabi (pa.po) by A S Alam
   * Portuguese (Brazil) (pt_BR.po) by Felipe Augusto van de Wiel (faw)
Checksums-Sha1: 
 6f0e21d8dda79ee75f5a653eec6d51f3abc5002a 1016 quik-installer_0.0.28.dsc
 3b4a21f86f6bcee38867dde2f5a64b2a55f1675d 115750 quik-installer_0.0.28.tar.gz
 bc9024d5ed2b0c58ffae43afa38f7622cdc75e7d 110554 
quik-installer_0.0.28_powerpc.udeb
Checksums-Sha256: 
 3c92e5a83c0dab01c1d9c894637bd688f593495b7087d73c4e494030db2b6b1c 1016 
quik-installer_0.0.28.dsc
 bc411f3d1ddc29b16441ca83bba4c478c468e991fd93ae89bb100bdf622b2c60 115750 
quik-installer_0.0.28.tar.gz
 0e72b788868d69ec2fb0587f4ad35ebef3c3b3b19a8866c1a35b637f535bb33f 110554 
quik-installer_0.0.28_powerpc.udeb
Files: 
 116bf9e5c353f9338be228b4f0bce056 1016 debian-installer standard 
quik-installer_0.0.28.dsc
 2724d3980097f6abc7a070c54984b1c2 115750 debian-installer standard 
quik-installer_0.0.28.tar.gz
 20099c33ce57632749fc135de187ae6a 110554 debian-installer standard 
quik-installer_0.0.28_powerpc.udeb
Package-Type: udeb

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

iD8DBQFP3fwgw3ao2vG823MRAsarAJ4u3tMTXssbvftYoXFzZgYczdcDXQCfaelF
985twVp1qjO50s+Slg6HGwA=
=YsY1
-END PGP SIGNATURE-


Accepted:
quik-installer_0.0.28.dsc
  to main/q/quik-installer/quik-installer_0.0.28.dsc
quik-installer_0.0.28.tar.gz
  to main/q/quik-installer/quik-installer_0.0.28.tar.gz
quik-installer_0.0.28_powerpc.udeb
  to main/q/quik-installer/quik-installer_0.0.28_powerpc.udeb


-- 
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/e1sgi2l-0006zm...@franck.debian.org



Accepted yaboot-installer 1.1.21 (source powerpc)

2012-06-17 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Jun 2012 17:23:40 +0200
Source: yaboot-installer
Binary: yaboot-installer
Architecture: source powerpc
Version: 1.1.21
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 yaboot-installer - Install yaboot on a hard disk (udeb)
Changes: 
 yaboot-installer (1.1.21) unstable; urgency=low
 .
   [ Updated translations ]
   * Tibetan (bo.po) by Tennom
   * Welsh (cy.po) by Dafydd Tomos
   * Basque (eu.po) by Piarres Beobide
   * Finnish (fi.po) by Timo Jyrinki
   * Galician (gl.po) by Jorge Barreiro
   * Lao (lo.po) by Anousak Souphavanh
   * Lithuanian (lt.po) by Rimas Kudelis
   * Latvian (lv.po) by Rūdolfs Mazurs
   * Macedonian (mk.po) by Arangel Angov
   * Panjabi (pa.po) by A S Alam
   * Portuguese (Brazil) (pt_BR.po) by Felipe Augusto van de Wiel (faw)
   * Traditional Chinese (zh_TW.po) by Yao Wei (魏銘廷)
Checksums-Sha1: 
 211e08b5049e3ec9142c963186c0403b14800930 1066 yaboot-installer_1.1.21.dsc
 c02efbbb147e9e973f0668a0b6cf32ed2a31633f 126752 yaboot-installer_1.1.21.tar.gz
 bf2568ee0291d628125c94fbb172d35af82ad136 102210 
yaboot-installer_1.1.21_powerpc.udeb
Checksums-Sha256: 
 9c164a0d55e17ed0c8b0b74b91af58e36e89d13fe8db2f5083ab88f6870cf515 1066 
yaboot-installer_1.1.21.dsc
 f8dc640c62c135651dcf93139dc56389cb6282e31267ee343a2d12e91f3deb1a 126752 
yaboot-installer_1.1.21.tar.gz
 f11ecae46a8aeca72a4aab29f64c57305ebb9a3c9024e138012427e5286db500 102210 
yaboot-installer_1.1.21_powerpc.udeb
Files: 
 1a403fa9ca689b1ef07e889beec22fc6 1066 debian-installer standard 
yaboot-installer_1.1.21.dsc
 ade8dd16433091ba6ecf646d53df2bec 126752 debian-installer standard 
yaboot-installer_1.1.21.tar.gz
 ad9621e755e2ecf25172352910105a59 102210 debian-installer standard 
yaboot-installer_1.1.21_powerpc.udeb
Package-Type: udeb

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

iD8DBQFP3f0Hw3ao2vG823MRAsTGAJ909D+d79Ar6YZ20DwryPD5brO6OQCeLkWn
1B+uFwSOpLIP/h1FGfQ8KVM=
=sYQA
-END PGP SIGNATURE-


Accepted:
yaboot-installer_1.1.21.dsc
  to main/y/yaboot-installer/yaboot-installer_1.1.21.dsc
yaboot-installer_1.1.21.tar.gz
  to main/y/yaboot-installer/yaboot-installer_1.1.21.tar.gz
yaboot-installer_1.1.21_powerpc.udeb
  to main/y/yaboot-installer/yaboot-installer_1.1.21_powerpc.udeb


-- 
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/e1sgi4p-0006lv...@franck.debian.org



Accepted flash-kernel 3.0 (source armhf)

2012-06-17 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Jun 2012 17:38:47 +0200
Source: flash-kernel
Binary: flash-kernel flash-kernel-installer
Architecture: source armhf
Version: 3.0
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 flash-kernel - utility to make certain embedded devices bootable
 flash-kernel-installer - Make the system bootable (udeb)
Changes: 
 flash-kernel (3.0) unstable; urgency=low
 .
   [ Aurelien Jarno ]
   * Drop old arm and armeb architectures from the control file.
 .
   [ Updated translations ]
   * Tibetan (bo.po) by Tennom
   * Welsh (cy.po) by Dafydd Tomos
   * Basque (eu.po) by Piarres Beobide
   * Lithuanian (lt.po) by Rimas Kudelis
   * Latvian (lv.po) by Rūdolfs Mazurs
   * Macedonian (mk.po) by Arangel Angov
   * Panjabi (pa.po) by A S Alam
Checksums-Sha1: 
 ab5b4a57249e8f416446d671cd2badf7d5e09004 1094 flash-kernel_3.0.dsc
 78792fc8a8c5aa2aca3385fa6075168685ffc92f 55533 flash-kernel_3.0.tar.gz
 b8200ae9f1c208d74a896ecc13c8e6b2c9826c56 23944 flash-kernel_3.0_armhf.deb
 8a8b06ee39790e77136028c3990c0f1743cb5c60 18432 
flash-kernel-installer_3.0_armhf.udeb
Checksums-Sha256: 
 5829cc1d5fa3ea50771e3802282dd0e54e9e9d66e0822669a3f0380ab092cd52 1094 
flash-kernel_3.0.dsc
 b1c06bcaf418454fd7256e95078ec7812238797416364e6c12410442f84b6518 55533 
flash-kernel_3.0.tar.gz
 d045b7f241b2bc3d5b25db796ee7d612877b3e9e218b68b2bebaef8d8e9b86d0 23944 
flash-kernel_3.0_armhf.deb
 6a531a7fc138b292f164800b7fc8a8533cbc20ae0d6bb8a6805db13c68844d56 18432 
flash-kernel-installer_3.0_armhf.udeb
Files: 
 c25ae8f2342382e223d86d634e3b8d90 1094 utils optional flash-kernel_3.0.dsc
 c823f8ee86a140c26f97c3d7224cb0b5 55533 utils optional flash-kernel_3.0.tar.gz
 e4ada443fa5f09cb6808bd4629935720 23944 utils optional 
flash-kernel_3.0_armhf.deb
 6301db3ef8337b97f06b742fd75c49f6 18432 debian-installer standard 
flash-kernel-installer_3.0_armhf.udeb
Package-Type: udeb

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

iD8DBQFP3gCmw3ao2vG823MRAth5AJ44d2mtCTa0n45MYl4q99lXmu4irQCggD0o
taTiSHLLuEYqyj6SDnXpKyA=
=W7LQ
-END PGP SIGNATURE-


Accepted:
flash-kernel-installer_3.0_armhf.udeb
  to main/f/flash-kernel/flash-kernel-installer_3.0_armhf.udeb
flash-kernel_3.0.dsc
  to main/f/flash-kernel/flash-kernel_3.0.dsc
flash-kernel_3.0.tar.gz
  to main/f/flash-kernel/flash-kernel_3.0.tar.gz
flash-kernel_3.0_armhf.deb
  to main/f/flash-kernel/flash-kernel_3.0_armhf.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/e1sgibp-0007uz...@franck.debian.org



Accepted libcommon-sense-perl 3.6-1 (source all)

2012-06-17 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Jun 2012 17:46:58 +0200
Source: libcommon-sense-perl
Binary: libcommon-sense-perl
Architecture: source all
Version: 3.6-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libcommon-sense-perl - module that implements some sane defaults for Perl 
programs
Changes: 
 libcommon-sense-perl (3.6-1) unstable; urgency=low
 .
   * Team upload.
   * Imported Upstream version 3.6
Checksums-Sha1: 
 f5d13386457c590f5bf51b3fa13b39b4d1329ca0 2202 libcommon-sense-perl_3.6-1.dsc
 5be4f69ea11d4b334f0f4250ab1178bd02b51f1d 12594 
libcommon-sense-perl_3.6.orig.tar.gz
 a952bcb127a6cb5b60788c9809736bcca3231119 3430 
libcommon-sense-perl_3.6-1.debian.tar.gz
 7aff8653fb9c25f87b7c9b749ac4e128c26ecd17 23682 
libcommon-sense-perl_3.6-1_all.deb
Checksums-Sha256: 
 54f1933fd9cc92523c9b1d44e3aebcef667dc19053ea24b2d37857ab5b7d8c50 2202 
libcommon-sense-perl_3.6-1.dsc
 86e2c2e109a7dd4bc5441757e729d7d622da125c6e14607a78fb56e057b86b5a 12594 
libcommon-sense-perl_3.6.orig.tar.gz
 7f5c3ee67bcf03da149eef06176025aff1ac12058bf743b38d711af5c8d8d49f 3430 
libcommon-sense-perl_3.6-1.debian.tar.gz
 b944096cad2f1f2910131ed10543494bb51793f93ca6b9ed583f13397bdad5c0 23682 
libcommon-sense-perl_3.6-1_all.deb
Files: 
 999174dc8840c4be10bd2a58d34ac038 2202 perl optional 
libcommon-sense-perl_3.6-1.dsc
 9332e9fe85b0bce8c287a0429d164809 12594 perl optional 
libcommon-sense-perl_3.6.orig.tar.gz
 a5ca8a00f74f31ce6c6f543dfefea157 3430 perl optional 
libcommon-sense-perl_3.6-1.debian.tar.gz
 9aeca6c318458869edb377cd6dac85fd 23682 perl optional 
libcommon-sense-perl_3.6-1_all.deb

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

iQIcBAEBCAAGBQJP3f2JAAoJEHidbwV/2GP+pacP/R7DPmjFEb8+pGNzs3MuVp+Y
Pq1DQcllaG0+I3/5Xi1GS3ZQMU+/EnmoiNp/TaOPymuO1tAuUEGyUzT+tsd7XEBy
wKiNDbWB2n8kM6CMzYixQnXvQpDHtm0K/VkLLPWGJ/RNOQb4oi5p8Qgf+t15X6wf
3USMXOKaSKmPu0SHo4c9L0BMK0BMH/uFaMNrsnq4bSjtsTHpnI47Nh9Rpq+jhaTY
IwqG7+IMNeirvfryzlhy5Fvcs0UqhYGcuMdma/dXuEbwiPrDJWWaKXeGb52T8MUl
XzuuNLgGLV0e2mA84Sg0pgb3vNMfJAlONw2IMXx5ljKtqXz232GRCD8az4YbSn6z
VwDzujqelBZUSiC89FIXD+RCGT3RlhM2KfB9SUu0vWROZE7Ifajceg0Ds9l/4yQR
6JOrBZQDKL+mgnuJNUw+E6psreQb+FSoKDCmPKbcyreEjCD/7qVHHiuOzteoNglR
MvVkRP4CeNHM3uUqRYbp/lZR+8b5SDUFuCISZgx6p+Rz3W0tPjlXXQs5F8cOO73Y
KXKQRYPFeQL3X1DeqL5llU/gyprN0DwHYvj0rvj6vVzECZV/YOvDd7NjfCj9HDMj
DUxmif393hu6VnZ7wF6v5iPMLhnJJ+DASCEx+//RM8IGx/5CiDE2RzVClzWUrpNT
u6pEL5cvf5ZC4+Kdw+8H
=iDib
-END PGP SIGNATURE-


Accepted:
libcommon-sense-perl_3.6-1.debian.tar.gz
  to main/libc/libcommon-sense-perl/libcommon-sense-perl_3.6-1.debian.tar.gz
libcommon-sense-perl_3.6-1.dsc
  to main/libc/libcommon-sense-perl/libcommon-sense-perl_3.6-1.dsc
libcommon-sense-perl_3.6-1_all.deb
  to main/libc/libcommon-sense-perl/libcommon-sense-perl_3.6-1_all.deb
libcommon-sense-perl_3.6.orig.tar.gz
  to main/libc/libcommon-sense-perl/libcommon-sense-perl_3.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/e1sgihs-0007p0...@franck.debian.org



Accepted pcf2bdf 1.04-4 (source amd64)

2012-06-17 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 17 Jun 2012 18:06:38 +0200
Source: pcf2bdf
Binary: pcf2bdf
Architecture: source amd64
Version: 1.04-4
Distribution: unstable
Urgency: low
Maintainer: Jonas Smedegaard d...@jones.dk
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 pcf2bdf- convert X11 font from PCF to BDF format
Changes: 
 pcf2bdf (1.04-4) unstable; urgency=low
 .
   * Add/update Homepage, watch file and source URLs: Upstream moved to
 github.com.
   * Update patch 1001:
 + Fix declare INSTALL commands, recommended by Make documentation.
 + Fix adjust manpage path.
 + Drop RM abstraction: Discouraged by Make documentation.
   * Set PREFIX and DESTDIR, and install using upstream Makefile target.
Checksums-Sha1: 
 14497bd2b95e9fff87d1f73239eee2663d842cc1 1835 pcf2bdf_1.04-4.dsc
 3439efd6dac539aa06ccd6cbb401f5ed1cfc16e9 5626 pcf2bdf_1.04-4.debian.tar.gz
 e2fc07c7c015cd5c3bc600b0b3809295f423d4e4 15922 pcf2bdf_1.04-4_amd64.deb
Checksums-Sha256: 
 fdf3fc369ddbcaaa96a131a936fd642fd30ea55564291e276244c0ddd34f13ee 1835 
pcf2bdf_1.04-4.dsc
 f0ba023d721d105cd8938f0763fe09afbbd11aebc99dea025c0bd9b3b83c8d5b 5626 
pcf2bdf_1.04-4.debian.tar.gz
 73366798050eb9ca62165bdd4eb118b6e9c15d88e63f73939e29ae2f585ed11d 15922 
pcf2bdf_1.04-4_amd64.deb
Files: 
 a99d321c20d64c32d433224174d765c0 1835 x11 optional pcf2bdf_1.04-4.dsc
 77d7f47764b0a8fddb6def0a462d981f 5626 x11 optional pcf2bdf_1.04-4.debian.tar.gz
 edc5dc87bf2fd38505aa0c6543a4bcc2 15922 x11 optional pcf2bdf_1.04-4_amd64.deb

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

iQIcBAEBCgAGBQJP3gH8AAoJECx8MUbBoAEhiD0P/3foe/C5lsKgKdSCttuPOto6
QLwLawTrDPLQV1ADFN/ESaNrThoqtxPVQ8JQjp7r8JKSn6vl70oS2cYF7ArChlpn
m7z+RYJvL59z5RRiSJ8gNj9a5gyCqhdF1ddSnkPKPycYENQ8r8su8NJybOh8qO5l
nfFqiKVeXfTBscez848YGARQOYTy1kVoVs2pvWSqt49FLdOb1d4bkj+fporn8NxA
CKFDUI7Zdl9BkO4n6FWNj5ilUcbyzlz7PP359tOgU/EfIuwPwZaMjJsH5DRH9u8a
RxiV5OoHR33yGp7fgZ/frrJ4d2TkfzMKw7mBsKc3IR4rVG8TcnRvhHXzDKnGH+nV
uwZUFgxKUqpaINLRP8PcuGIvWVktmDnPM8XY5HSZU3bpL3cExtrCYudUHiY7tl0v
aGUP+Fw9h8tDmAILS5QXCZI/o2zWtQKy9EAAojjdXg2Zshotuvd4V5DX8Wt/+jvI
tOPpKKjK0o7BlphaYFSrWrMx07EX83IYXHPLtFon9yF42fYTW+j5mEHBCC5Bl4+M
6+BuYM+JlzqVvKmxvaNz8tYrw0lDw2Q8Dt0z/CXbP7ygML/niRPOTfp+QNjPTm1l
Ej0VOXaJ7UiCM/iatxIdh8CiK+Pk7XZt+ln5eXTX4iIcZEPvEaj8kXR/mKMPugvH
jZVL0GcHbr1R281OAzGE
=jqar
-END PGP SIGNATURE-


Accepted:
pcf2bdf_1.04-4.debian.tar.gz
  to main/p/pcf2bdf/pcf2bdf_1.04-4.debian.tar.gz
pcf2bdf_1.04-4.dsc
  to main/p/pcf2bdf/pcf2bdf_1.04-4.dsc
pcf2bdf_1.04-4_amd64.deb
  to main/p/pcf2bdf/pcf2bdf_1.04-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/e1sgijb-0007za...@franck.debian.org



Accepted evolution-data-server 3.4.2-2 (source all amd64)

2012-06-17 Thread Jordi Mallach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Jun 2012 17:45:21 +0200
Source: evolution-data-server
Binary: evolution-data-server evolution-data-server-common 
evolution-data-server-dev evolution-data-server-dbg evolution-data-server-doc 
libedataserver-1.2-16 libedataserver1.2-dev gir1.2-edataserver-1.2 
libcamel-1.2-33 libcamel1.2-dev libebook-1.2-13 libebook1.2-dev 
gir1.2-ebook-1.2 libedataserverui-3.0-1 libedataserverui-3.0-dev 
libedata-book-1.2-13 libedata-book1.2-dev libecal-1.2-11 libecal1.2-dev 
gir1.2-ecalendar-1.2 libedata-cal-1.2-15 libedata-cal1.2-dev libebackend-1.2-2 
libebackend1.2-dev
Architecture: source all amd64
Version: 3.4.2-2
Distribution: experimental
Urgency: low
Maintainer: Debian Evolution Maintainers 
pkg-evolution-maintain...@lists.alioth.debian.org
Changed-By: Jordi Mallach jo...@debian.org
Description: 
 evolution-data-server - evolution database backend server
 evolution-data-server-common - architecture independent files for Evolution 
Data Server
 evolution-data-server-dbg - evolution database backend server with debugging 
symbols
 evolution-data-server-dev - Development files for evolution-data-server 
(metapackage)
 evolution-data-server-doc - Documentation files for the Evolution Data Server 
libraries
 gir1.2-ebook-1.2 - GObject introspection for the EBook library
 gir1.2-ecalendar-1.2 - GObject introspection for the ECalendar library
 gir1.2-edataserver-1.2 - GObject introspection for the EDataServer library
 libcamel-1.2-33 - Evolution MIME message handling library
 libcamel1.2-dev - Development files for libcamel
 libebackend-1.2-2 - Utility library for evolution data servers
 libebackend1.2-dev - Utility library for evolution data servers (development 
files)
 libebook-1.2-13 - Client library for evolution address books
 libebook1.2-dev - Client library for evolution address books (development 
files)
 libecal-1.2-11 - Client library for evolution calendars
 libecal1.2-dev - Client library for evolution calendars (development files)
 libedata-book-1.2-13 - Backend library for evolution address books
 libedata-book1.2-dev - Backend library for evolution address books 
(development files)
 libedata-cal-1.2-15 - Backend library for evolution calendars
 libedata-cal1.2-dev - Backend library for evolution calendars (development 
files)
 libedataserver-1.2-16 - Utility library for evolution data servers
 libedataserver1.2-dev - Utility library for evolution data servers 
(development files)
 libedataserverui-3.0-1 - GUI utility library for evolution data servers
 libedataserverui-3.0-dev - GUI utility library for evolution data servers 
(development files
Changes: 
 evolution-data-server (3.4.2-2) experimental; urgency=low
 .
   * Bump to debhelper compat v9.
   * Strip debian/tmp/ prefix from install files.
   * Make libedata-cal1.2-dev depend on libebackend1.2-dev, as it uses
 one of its header files.
Checksums-Sha1: 
 9c93ce9f14435c9eead88a4ed72d0cb5c87adc7b 4048 evolution-data-server_3.4.2-2.dsc
 e19c006105d2174ab68cc24071b2b9dacdbed057 23044 
evolution-data-server_3.4.2-2.debian.tar.gz
 86b50fceef27a9566a9f90c141c1641ee6742443 2668804 
evolution-data-server-common_3.4.2-2_all.deb
 ee293dff5334f294f7d55a5162c6e90fa50f8b2f 1179426 
evolution-data-server-doc_3.4.2-2_all.deb
 ddcefd2486ced4a88a53733ea33b4068d85c7f64 964942 
evolution-data-server_3.4.2-2_amd64.deb
 d3933360afa283f41ac550847e078adc08e0de1b 404280 
evolution-data-server-dev_3.4.2-2_amd64.deb
 814e3721c90e0e210a5890c33baea5a9f6127c8f 5433068 
evolution-data-server-dbg_3.4.2-2_amd64.deb
 65552e5cc13376112163006a5f3d9d6835f4c795 522252 
libedataserver-1.2-16_3.4.2-2_amd64.deb
 31fd8639979c56032c7862d20902e5f754fde608 460200 
libedataserver1.2-dev_3.4.2-2_amd64.deb
 f46262d9bc6d2df7016d99a6e016fbdc354bebbf 419686 
gir1.2-edataserver-1.2_3.4.2-2_amd64.deb
 5a544193d9813b87961ff118138cd2d95bf4c40b 866524 
libcamel-1.2-33_3.4.2-2_amd64.deb
 ada5ab57314a58d589bf9f20aa14653095d4bab5 480152 
libcamel1.2-dev_3.4.2-2_amd64.deb
 7bdf8f2c34cf8a783d0928d79be978d9063ab951 519112 
libebook-1.2-13_3.4.2-2_amd64.deb
 be2356ea97b04f0071d38a84627df506cea41eaf 449558 
libebook1.2-dev_3.4.2-2_amd64.deb
 144d93d23eb1ed4a865d01ee44d78d3246d2b3fe 419374 
gir1.2-ebook-1.2_3.4.2-2_amd64.deb
 0dc90baebd1f632f4a4a286bc02287e725b0c2c9 514020 
libedataserverui-3.0-1_3.4.2-2_amd64.deb
 738b04a9f0769fbf0b6d8587a852a11a0ef45487 414218 
libedataserverui-3.0-dev_3.4.2-2_amd64.deb
 02e93abb7fbd2fa1c4a68b47d6d562fb49b73a76 484084 
libedata-book-1.2-13_3.4.2-2_amd64.deb
 26974b272ab2fa77a172cb358c3b6e76ded90158 413340 
libedata-book1.2-dev_3.4.2-2_amd64.deb
 f916b066b82e70683b57df669aacf35b4179c3b2 555640 
libecal-1.2-11_3.4.2-2_amd64.deb
 d8bef9c5418fbfe782f5550093abded7c824e9c3 453600 
libecal1.2-dev_3.4.2-2_amd64.deb
 4209d0f3faf3ec760b69a59c750f9e63bf51e9b3 414190 
gir1.2-ecalendar-1.2_3.4.2-2_amd64.deb
 98e27b9f61d1ab41180850095055261f885d6980 505336 
libedata-cal-1.2-15_3.4.2-2_amd64.deb
 

Accepted racc 1.4.8-4 (source all)

2012-06-17 Thread Taku YASUI
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 18 Jun 2012 01:07:54 +0900
Source: racc
Binary: racc
Architecture: source all
Version: 1.4.8-4
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: 
 racc   - Ruby LALR parser generator
Closes: 676201
Changes: 
 racc (1.4.8-4) unstable; urgency=low
 .
   * Fix not to use deprecated functions.
 - Add debian/patches/040_fix_deprecated
   * Use ruby -Ku when running rd2 command. (closes: #676201)
Checksums-Sha1: 
 2dad82260a21bdd85ea66564796262aef0db20d3 1974 racc_1.4.8-4.dsc
 b085d3b742db1d0b9d8395347900406f02e6385c 5464 racc_1.4.8-4.debian.tar.gz
 f036c2a5fb7801876f8daba6949005be2fb8601b 96568 racc_1.4.8-4_all.deb
Checksums-Sha256: 
 c20388610272c2566f91b470d6b445b8013e009e8788831d8fbbc1930165db01 1974 
racc_1.4.8-4.dsc
 1fdd33df72960fb93e99a5ae9322d5cd7bb19ea2b86327511bfbd6a63d1ee7eb 5464 
racc_1.4.8-4.debian.tar.gz
 1377871382d0fb212f204b893ee7b79fbdd6b5e4fe551a73835d4f7e28bcc85e 96568 
racc_1.4.8-4_all.deb
Files: 
 6c40d01959bf4d93063c50acfe62c0e2 1974 ruby optional racc_1.4.8-4.dsc
 4ed6f103d8322c2f3d095eac8e157b8e 5464 ruby optional racc_1.4.8-4.debian.tar.gz
 12ffafabeef76e3552c4031c5ef95f93 96568 ruby optional racc_1.4.8-4_all.deb

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

iQIcBAEBCAAGBQJP3gPEAAoJEEDXFs/pCc3uPqYP/3egNDAF1N8os+XEGdyJHpgU
kMIHXRBF9wr3t1Xp705pISuU2dj03m9we7PavG+nG7TiSwHQSBmI0Mz25iTTCiHQ
luq1Jeq2vn4DxkDysk638zRIPddMkCQDpjX63DR1JouPVSREy5EVRpD87Ez5Z0j0
PJ8sk8+ytB7zi3lMpkmdX83aGMnar0kIsFG1sk97mR1RCqrbR3vjrUs8DeM/Ygt/
TR3lpwabUkRySmS1eWxp1tfFb+dLdPA5330G6BFbA8WmsFEGqvX9dOjmDx4t+msf
OuxVz+UluanOIZ1gu7cTtzpG6LRlTwc9Mqk3BXqdyY5wmkqYC6gh4EtxKFwC4lrO
R/Y8jsGXfAYZrlgKwusPn377r0rkGFISpWVlY7V/IofRM4+4RV+gb3BRKHlQafJD
JuDyp6OaWl1HX7TzbsBFgkLIAr0BSmR318z3ZuH9DFlKv23hF2dVJHKOgoH8Ty4I
PU9DdsNvhFVgrte8cGAppMMFJEUYgkIPCEcY+3/+Bl0RVzJSgRcGAQ3R4ekV5oKk
yA9QwDUGESsOgAcEERS7Fg96o/XRiD8tb4fOoQN2yk+4BxjnQNc9Y7tllWuH//Nb
2uje8/cQcegZkG/90JXv2Lxyn51z1XhEimgSWmBlb/sGMiT/hnDwQgRfyDvbZmSm
e7Bz6CxzeFQdDw+NQHHr
=hVGg
-END PGP SIGNATURE-


Accepted:
racc_1.4.8-4.debian.tar.gz
  to main/r/racc/racc_1.4.8-4.debian.tar.gz
racc_1.4.8-4.dsc
  to main/r/racc/racc_1.4.8-4.dsc
racc_1.4.8-4_all.deb
  to main/r/racc/racc_1.4.8-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/e1sgis4-0004x2...@franck.debian.org



Accepted simhash 0.0.20110213-1 (source amd64)

2012-06-17 Thread Thomas Koch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 15 Jun 2012 08:22:06 +0200
Source: simhash
Binary: simhash
Architecture: source amd64
Version: 0.0.20110213-1
Distribution: unstable
Urgency: low
Maintainer: Thomas Koch tho...@koch.ro
Changed-By: Thomas Koch tho...@koch.ro
Description: 
 simhash- generate similarity hashes to find nearly duplicate files
Changes: 
 simhash (0.0.20110213-1) unstable; urgency=low
 .
   * new upstream snapshot (Git commit f624c6)
   * updated standards (3.9.3) and debhelper (9) versions
   * updated my email address
   * switch from cdbs to dh
   * remove link to deprecated BSD license file
   * add Vcs-* fields to debian/control
Checksums-Sha1: 
 a69b4dc9ddd10a0a479de2cf1624d4bb081904b9 1234 simhash_0.0.20110213-1.dsc
 f14b6cc785ea70763949c4394877ffd020b6a494 11135 simhash_0.0.20110213.orig.tar.gz
 e0e9358866a96246017c7e11893105a4b802f0ed 1942 
simhash_0.0.20110213-1.debian.tar.gz
 4157cb356e3a084c39448e628f1cc3ff76b55641 13534 simhash_0.0.20110213-1_amd64.deb
Checksums-Sha256: 
 d757db474943e320a783c6e6d6f5c45529e88028c6b331a0a6ad7d30ffabe6b0 1234 
simhash_0.0.20110213-1.dsc
 05afd25482f3d33e1c1f488a4d023406543ff3014882564e0d228a767273c1d5 11135 
simhash_0.0.20110213.orig.tar.gz
 9076dbb7e790161af7182b87447584695f82f6d457e2a7ad38c68d5bfc50 1942 
simhash_0.0.20110213-1.debian.tar.gz
 193797738885eebcd61b4d18b2685b6b2d2dd6170c9afe13fc5cfe5e2172e2dc 13534 
simhash_0.0.20110213-1_amd64.deb
Files: 
 58904fd4f2567497da52204b9a664baa 1234 utils extra simhash_0.0.20110213-1.dsc
 71f792fbe7b0e3b123d004db2b6b8616 11135 utils extra 
simhash_0.0.20110213.orig.tar.gz
 8e78a8dfbcfc9801cfa4b94df0920b69 1942 utils extra 
simhash_0.0.20110213-1.debian.tar.gz
 4508bb5f64f3fa6581faca7b02727456 13534 utils extra 
simhash_0.0.20110213-1_amd64.deb

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

iEYEARECAAYFAk/d8IwACgkQwJ4diZWTDt49/ACeOJwzj899cB0UGDqkOqWvqW8o
tXsAnRDTdLkF3AGIVYee03JS14zY2Qnz
=i3rM
-END PGP SIGNATURE-


Accepted:
simhash_0.0.20110213-1.debian.tar.gz
  to main/s/simhash/simhash_0.0.20110213-1.debian.tar.gz
simhash_0.0.20110213-1.dsc
  to main/s/simhash/simhash_0.0.20110213-1.dsc
simhash_0.0.20110213-1_amd64.deb
  to main/s/simhash/simhash_0.0.20110213-1_amd64.deb
simhash_0.0.20110213.orig.tar.gz
  to main/s/simhash/simhash_0.0.20110213.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/e1sgisb-0004yf...@franck.debian.org



Accepted subversion 1.7.5-1 (source all amd64)

2012-06-17 Thread Peter Samuelson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 16 Jun 2012 23:56:38 -0500
Source: subversion
Binary: subversion libsvn1 libsvn-dev libsvn-doc libapache2-svn 
python-subversion subversion-tools libsvn-java libsvn-perl ruby-svn 
libsvn-ruby1.8 libsvn-ruby
Architecture: source all amd64
Version: 1.7.5-1
Distribution: unstable
Urgency: low
Maintainer: Peter Samuelson pe...@p12n.org
Changed-By: Peter Samuelson pe...@p12n.org
Description: 
 libapache2-svn - Apache Subversion server modules for Apache httpd
 libsvn-dev - Development files for Apache Subversion libraries
 libsvn-doc - Developer documentation for libsvn
 libsvn-java - Java bindings for Apache Subversion
 libsvn-perl - Perl bindings for Apache Subversion
 libsvn-ruby - Ruby bindings for Apache Subversion (dummy package)
 libsvn-ruby1.8 - Ruby bindings for Apache Subversion (dummy package)
 libsvn1- Shared libraries used by Apache Subversion
 python-subversion - Python bindings for Apache Subversion
 ruby-svn   - Ruby bindings for Apache Subversion
 subversion - Advanced version control system
 subversion-tools - Assorted tools related to Apache Subversion
Closes: 644438
Changes: 
 subversion (1.7.5-1) unstable; urgency=low
 .
   [ Peter Samuelson ]
   * New upstream version.
 - Refresh patches; remove obsolete no-dbus-spam, kwallet-wid,
   perl-warning, perl-compiler-flags, po, swig2-compat,
   disable-failing-tests, python-exception-syntax
 - Split patches/apr-abi into apr-abi1 (to be submitted) and
   apr-abi2 (Debian-specific).
 - Disable patches/ruby-test-info ... for now.
 - Requires serf 1.0 or higher.
   * Upstream no longer ships contrib in tarball:
 - Remove contrib-license-audit
 - subversion-tools now Recommends: svn2cl
 - Ship svn-clean, svn-fast-backup, svn_apply_autoprops,
   svn_load_dirs, commit-email.pl in debian/contrib
 - Don't ship svnmerge.py, it has outlived its usefulness
 - Delete patches/{svn2cl-*,svn-clean-ignore,commit-email}
 - Overhaul debian/copyright
   * rules: Specify that we want our own libtool.  Otherwise it finds the
 one from /usr/share/apr-1.0/build, which doesn't support C++.
   * patches/entropy: Remove as obsolete.  It was a workaround for apr
 using /dev/random, but apr switched to /dev/urandom in 1.3.
   * Move emacs plugins from subversion to subversion-tools.
   * patches/java-osgi-metadata: Add OSGi metadata to the libsvn-java
 jarfile.  Thanks Jakub Adam.  (Closes: #644438)
   * Switch from python-support to dh_python2.
   * patches/python-swig205: New patch: Adjust for swig 2.0.5+ handling of
 Python ints vs. longs.
 .
   [ Michael Diers ]
   * More contrib adjustments:
 - Provide debian/contrib/emacs from upstream VCS contrib/client-side/emacs
 - Add svn_1.6_releasenotes.html, svn_1.7_releasenotes.html
 - subversion.docs, subversion.install
 - subversion-tools.docs, subversion-tools.manpages
Checksums-Sha1: 
 c86c99bf6259f16c459e22c91c9887ec3aba7313 2242 subversion_1.7.5-1.dsc
 52fcc730232623497491f6c3e544ee8761b9b007 8204322 subversion_1.7.5.orig.tar.gz
 e4641ae311153ba9c207d6ac66b67a59f55261b4 230580 subversion_1.7.5-1.diff.gz
 879a584263e280fbb1fbb701ae0dcd18c65e9f9f 2516516 libsvn-doc_1.7.5-1_all.deb
 8e0937664a05d0e4883831777fd497eb04c0025f 282078 
subversion-tools_1.7.5-1_all.deb
 e34683d9d32deb3cf6cab55ab0f601aa246143c4 800 libsvn-ruby1.8_1.7.5-1_all.deb
 9fab4265c47e2c5c509914055e73dd5d9a2807cc 792 libsvn-ruby_1.7.5-1_all.deb
 7e4505b976abc026c8b08288630ec3a61a198c4a 1294902 subversion_1.7.5-1_amd64.deb
 1a42d9b101679b792ccd6b0fc777264241488a0e 1195006 libsvn1_1.7.5-1_amd64.deb
 5680d46e02972d8b965667ddd1f34a532fb8b7f6 1676582 libsvn-dev_1.7.5-1_amd64.deb
 dca575142eb8a2396e25297a20f10ba9ac58aeca 187168 
libapache2-svn_1.7.5-1_amd64.deb
 11c7b36cbe9dd2c1729e8a4273a8474c52e7 1576500 
python-subversion_1.7.5-1_amd64.deb
 d0261bf2bbd37b2a0257b3868c8b21ac551f0bab 362504 libsvn-java_1.7.5-1_amd64.deb
 271ed88e168881633914bc6af22326476adb12ce 1282386 libsvn-perl_1.7.5-1_amd64.deb
 a0f52119da2556b65b1b93b0e5949f66bbc93992 727170 ruby-svn_1.7.5-1_amd64.deb
Checksums-Sha256: 
 95dbf64826876f7d80a2ade2ee6ff62d8b3bc00cb07ad9be2ffcbc6ad2190087 2242 
subversion_1.7.5-1.dsc
 cb102a437335a8921f00cef9bf730d84527713f1a5091e3e1eb2f16402f85dc1 8204322 
subversion_1.7.5.orig.tar.gz
 3fb5c3d92ed608330da627b7a05c2c9be565daa2a93184e0bbe98e5688a890ff 230580 
subversion_1.7.5-1.diff.gz
 c5a425c057d12d01feca64d7505c2872bcbb4550a6c66d785837b743b255fb3d 2516516 
libsvn-doc_1.7.5-1_all.deb
 e7030f0a70b28d810d8a1403022600f0ae0d30829b83b737d1320ba478b30143 282078 
subversion-tools_1.7.5-1_all.deb
 78a9f13fde15a9b8ec3da366e0950e99be274ce553d0ec4c3ccd0487ed6c15c5 800 
libsvn-ruby1.8_1.7.5-1_all.deb
 d213e5b1ef57a30248a66e4f6f735d299d1cd2943f94477bf855ce68e1492aa5 792 
libsvn-ruby_1.7.5-1_all.deb
 46de2e3712aec1171335bd6fb4f4d87501c2d7500fa451e899e8624f6ade2573 1294902 
subversion_1.7.5-1_amd64.deb
 

Accepted tdiary 3.1.3-2 (source all)

2012-06-17 Thread Taku YASUI
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 18 Jun 2012 01:33:25 +0900
Source: tdiary
Binary: tdiary tdiary-theme tdiary-plugin
Architecture: source all
Version: 3.1.3-2
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: 
 tdiary - Communication-friendly weblog system
 tdiary-plugin - Plugins of tDiary to add functionalities
 tdiary-theme - Themes of tDiary to change the design
Closes: 673375 673559 673603
Changes: 
 tdiary (3.1.3-2) unstable; urgency=low
 .
   * debian/control: Add ruby-redcarpet to Depends. (closes: #673375)
   * debian/tdiary.install: Add usr/share/tdiary/plugin (closes: #673559)
   * Remove installing tb plugin from tdiary-setup command (closes: #673603)
Checksums-Sha1: 
 ccde7115c263c9f8a586ea05924f965ff6ec684c 2058 tdiary_3.1.3-2.dsc
 e6ceca9987314bec5f9c5277081d503d4726bf80 26884 tdiary_3.1.3-2.debian.tar.gz
 8de213946f68e3f86d4262158f9c5a05ff479377 184584 tdiary_3.1.3-2_all.deb
 2dced0d2092069b0f0fb47d006f34d2367b8ecfb 3866410 tdiary-theme_3.1.3-2_all.deb
 6317a9b749e45380094608281c5179ed39379c63 257684 tdiary-plugin_3.1.3-2_all.deb
Checksums-Sha256: 
 1055be537540372a51c7dbcc7221fd4d7b89a2b6c0c7f0fb16dfa093b5ef 2058 
tdiary_3.1.3-2.dsc
 8370f8c7652d8afa56f82e81660eec5433fa0130ed4fb8aebc9a28761a9527c6 26884 
tdiary_3.1.3-2.debian.tar.gz
 15f64a79f5285512726f52dd506df2008456445bb9adcedf8616fa4d9a965786 184584 
tdiary_3.1.3-2_all.deb
 4c59745421874122778e0b900a4c000c698f7af964699438461d331ac2ce4966 3866410 
tdiary-theme_3.1.3-2_all.deb
 7cb9ea45524d9affaa1929b43cbfcaf54ffb5965f3733cee05d6ae4739e244ea 257684 
tdiary-plugin_3.1.3-2_all.deb
Files: 
 20b4d90e4d06e80ec9faffb1bd83a917 2058 web optional tdiary_3.1.3-2.dsc
 e2290f6bc9e9246b344206d776fb3dbe 26884 web optional 
tdiary_3.1.3-2.debian.tar.gz
 911f70058ad1ab9673133e7a52b4df2c 184584 web optional tdiary_3.1.3-2_all.deb
 61fd7e3a67849aaf6ff15f31097ee1b8 3866410 web optional 
tdiary-theme_3.1.3-2_all.deb
 84eb8b6a55f30766c349ed40bad9bbde 257684 web optional 
tdiary-plugin_3.1.3-2_all.deb

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

iQIcBAEBCAAGBQJP3giMAAoJEEDXFs/pCc3uSYwP/ikpw4rte7KU+xyNSVBffVXt
atiAwFPJ2CCstVW49tPK5G5Rs5Obmb83BkgecEQRHQBmlgk25MIJcfHzpYjMa/hR
G478WKSE5pLuhMaCHeBHy6UFSMQ1wKMPlxWAHsuViUNtVHUWllSaze6lOrXbRAEq
55i893xTZ0bjpRts/gNwgR9AOLm37Klmf3QOERSqMTE6CQBQ0Bvt/0gp77LhG0FA
DgeI2FwBoo4QbK2BVrg4BWMLpsXtrkLuYu4LOb1kYWbNCb8Zwu3TtNNnErIDsuqK
qc6YxtM6Ad5brdbuQP3gIWVESdSws3gPWaXdRjp7y3JYjItUcprDMZ4MRqgfd3VW
I/WkXeZ/M1owDTDbkCmSBRZUmd8RFppRdD6tEaURqHKaUPOGkKC1z+Ll3y6CuGhK
Odz9bfS3nQeI8O/LTX3TXimFlMf2PtBtgAoFFth79Lelqn0t/+n5APGQbKVII2+S
elznbREe/8H8gbRWJSpg831Od0iSbPY+aqVdGFCw1Y1W1eUFHtVWuBvuM4BIL0t2
Oh+aO6/GbRiVY5ayvKLz+8l8zGSd1gxXKanNW3GJq+etU1bELMkHY0oBTzcBf6FF
wS0ps4stQRc9iVALcvpZjfTgoi8vz6MO70K+DTeInBzfuIJz4fss0foyud63qQT4
LJ6aIWb9tOrHhNMBSo/H
=BGHS
-END PGP SIGNATURE-


Accepted:
tdiary-plugin_3.1.3-2_all.deb
  to main/t/tdiary/tdiary-plugin_3.1.3-2_all.deb
tdiary-theme_3.1.3-2_all.deb
  to main/t/tdiary/tdiary-theme_3.1.3-2_all.deb
tdiary_3.1.3-2.debian.tar.gz
  to main/t/tdiary/tdiary_3.1.3-2.debian.tar.gz
tdiary_3.1.3-2.dsc
  to main/t/tdiary/tdiary_3.1.3-2.dsc
tdiary_3.1.3-2_all.deb
  to main/t/tdiary/tdiary_3.1.3-2_all.deb


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



Accepted libsvm 3.12-1 (source all i386)

2012-06-17 Thread Chen-Tse Tsai
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 11 Jun 2012 16:14:24 +0800
Source: libsvm
Binary: libsvm3 libsvm-tools libsvm-dev python-libsvm libsvm3-java libsvm-java
Architecture: source all i386
Version: 3.12-1
Distribution: unstable
Urgency: low
Maintainer: Chen-Tse Tsai ctse.t...@gmail.com
Changed-By: Chen-Tse Tsai ctse.t...@gmail.com
Description: 
 libsvm-dev - LIBSVM header files
 libsvm-java - Java API to support vector machine library (libsvm.jar)
 libsvm-tools - LIBSVM binary tools
 libsvm3- library implementing support vector machines
 libsvm3-java - Java API to support vector machine library (libsvm3.jar)
 python-libsvm - Python interface for support vector machine library
Closes: 667791 669223 673215
Changes: 
 libsvm (3.12-1) unstable; urgency=low
 .
   * New upstream release
   * Remove patchsys-quilt.mk and upgrade to packaging format 3.0 quilt.
   (Closes: #667791)
   * Update to Standards-Version to 3.9.3 and debhelper to 9.
   * Change obsolete depends default-jdk-builddep to default-jdk.
   (Closes: #669223)
   * Fix description-synopsis-starts-with-article (Lintian).
   * Fix extended-description-is-probably-too-short (Lintian).
   * Fix needless-dependency-on-jre (Lintian).
   * Fix capitalization-error-in-description Python (Lintian).
   * Fix duplicate-short-description (Lintian).
   * Add build-arch and build-indep rules. (Closes: #673215)
Checksums-Sha1: 
 53c1f82e954969a263a8558e7ad3ca2bcbd6fe75 1428 libsvm_3.12-1.dsc
 6ee77eb3d89af07fe48058dba0dcc24c85020b85 645287 libsvm_3.12.orig.tar.gz
 070e11a06b73f439128cff7274f2e4bcdb8a00ab 9961 libsvm_3.12-1.debian.tar.gz
 e4ee159a6be9c91d373ba35f55d76fb5d5a3d59d 61358 libsvm3-java_3.12-1_all.deb
 924b19db5016ff6a1f11f9f7bc2ea6870999058c 13890 libsvm-java_3.12-1_all.deb
 bdc2dbdf583203e79a1a217f1e736c5d45a90dba 43240 libsvm3_3.12-1_i386.deb
 4f91071b855afbb640c3a607029adb5329c4efcb 114330 libsvm-tools_3.12-1_i386.deb
 e883409a478127b8435fb4f986dc96c9066eab82 40574 libsvm-dev_3.12-1_i386.deb
 e48f7beaccd439bdb4f6c1223c01425ec5f77837 15154 python-libsvm_3.12-1_i386.deb
Checksums-Sha256: 
 a508494aac1b3b27fe1b703dbb9e8e8bc31046aee9bf118aa94608cedd05d119 1428 
libsvm_3.12-1.dsc
 9dcd7a301665d2cbd8c109bba0e8cc2d47b5cc2a9c46aeb359f2dab67be69f74 645287 
libsvm_3.12.orig.tar.gz
 bd60ed1fc9dd174656a027e5161844c9fae545dd92f5fad05a8663d4fee841b4 9961 
libsvm_3.12-1.debian.tar.gz
 622da887de26ac49b55e1ee467a326e1954e2f51c0f491c1db982610fdc197d5 61358 
libsvm3-java_3.12-1_all.deb
 049463421ea812f01d7e4a2c6bef992b2d3990efe49ebb53ee2206e28e6b4f17 13890 
libsvm-java_3.12-1_all.deb
 cd605f92f696189b8fb6dbd6a2e118bb953be25a2906006ef67cc3ff0ebc8332 43240 
libsvm3_3.12-1_i386.deb
 2feddaa7860430f0a66d69e596565365ad33ba3889164dd403042fd40462388d 114330 
libsvm-tools_3.12-1_i386.deb
 7ef15bca814c4cc8b35d584b68b4a9939ee5f75a63aafd9a474e8e66e80d19f4 40574 
libsvm-dev_3.12-1_i386.deb
 9b93c57102d6d2286b0b5ba5e2bb463b7d94c7a46035b2d921cb940fa6172ada 15154 
python-libsvm_3.12-1_i386.deb
Files: 
 5e8c0f6da9454d00b01c445f04da2818 1428 devel optional libsvm_3.12-1.dsc
 a1b1083fe69a4ac695da753f4c83ed42 645287 devel optional libsvm_3.12.orig.tar.gz
 ffec5deec015735e012311f7ca52b92b 9961 devel optional 
libsvm_3.12-1.debian.tar.gz
 dd9e2753a8fdf68aaba02116b1059a8d 61358 java optional 
libsvm3-java_3.12-1_all.deb
 c85d8441c4edef8e0ca4c9f8e7583fd0 13890 java optional libsvm-java_3.12-1_all.deb
 9ef0a6940eb8cbb335ff0338198e48e9 43240 libs optional libsvm3_3.12-1_i386.deb
 e6074964aff7eec3465ec278dfefbbb4 114330 devel optional 
libsvm-tools_3.12-1_i386.deb
 f46732960d7d8eef68b4f150c7e0e1b3 40574 libdevel optional 
libsvm-dev_3.12-1_i386.deb
 2c909ee940b9ded7404570ef7e92bf0d 15154 python optional 
python-libsvm_3.12-1_i386.deb

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

iEYEARECAAYFAk/eCjwACgkQ6hHWCWJNleX1sACeLYlOM3I35LMBryb5OuLr39w+
w7wAn18/ARCyRu/G7oCZiLl14xKml1kt
=DWS1
-END PGP SIGNATURE-


Accepted:
libsvm-dev_3.12-1_i386.deb
  to main/libs/libsvm/libsvm-dev_3.12-1_i386.deb
libsvm-java_3.12-1_all.deb
  to main/libs/libsvm/libsvm-java_3.12-1_all.deb
libsvm-tools_3.12-1_i386.deb
  to main/libs/libsvm/libsvm-tools_3.12-1_i386.deb
libsvm3-java_3.12-1_all.deb
  to main/libs/libsvm/libsvm3-java_3.12-1_all.deb
libsvm3_3.12-1_i386.deb
  to main/libs/libsvm/libsvm3_3.12-1_i386.deb
libsvm_3.12-1.debian.tar.gz
  to main/libs/libsvm/libsvm_3.12-1.debian.tar.gz
libsvm_3.12-1.dsc
  to main/libs/libsvm/libsvm_3.12-1.dsc
libsvm_3.12.orig.tar.gz
  to main/libs/libsvm/libsvm_3.12.orig.tar.gz
python-libsvm_3.12-1_i386.deb
  to main/libs/libsvm/python-libsvm_3.12-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/e1sgjcb-0005w0...@franck.debian.org



Accepted ruby-raindrops 0.9.0-1 (source amd64)

2012-06-17 Thread Dmitry Borodaenko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Jun 2012 16:24:53 +0300
Source: ruby-raindrops
Binary: ruby-raindrops
Architecture: source amd64
Version: 0.9.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Dmitry Borodaenko angdr...@debian.org
Description: 
 ruby-raindrops - Real-time stats for preforking Rack servers
Changes: 
 ruby-raindrops (0.9.0-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 94aaceaf2a3ae8c44f867849a4bb8056c64688de 1487 ruby-raindrops_0.9.0-1.dsc
 da61dcacc000b69ada3221e9c71e34081ea62eb1 68772 ruby-raindrops_0.9.0.orig.tar.gz
 2df9c2ee3cab4fb2d761d5a26914ab9b39b8b05f 3388 
ruby-raindrops_0.9.0-1.debian.tar.gz
 0dd7f664e8cc861e94993e8531cc06707e2a728a 58298 ruby-raindrops_0.9.0-1_amd64.deb
Checksums-Sha256: 
 c0336550e2254d87a4914b82b499772dc493003515208e3994610850cee3b81e 1487 
ruby-raindrops_0.9.0-1.dsc
 694349fd8833628935043621a993da96f912dc332ce130b4e98121c3f68f24b5 68772 
ruby-raindrops_0.9.0.orig.tar.gz
 7f9afc93bcc16578c02015803bb9ab3230a9b7980b05f6de4562255463d9a4bb 3388 
ruby-raindrops_0.9.0-1.debian.tar.gz
 bb7e636ea5c7138002f7f89425fd9da200f4fa920f639234e96d779c18bc4dea 58298 
ruby-raindrops_0.9.0-1_amd64.deb
Files: 
 384af23ef440a73af4676f41e7eaa154 1487 ruby optional ruby-raindrops_0.9.0-1.dsc
 e0883606a18dfd71d0fea9e0e7c74228 68772 ruby optional 
ruby-raindrops_0.9.0.orig.tar.gz
 9531c12afabc8e8a51015a9153bd412f 3388 ruby optional 
ruby-raindrops_0.9.0-1.debian.tar.gz
 87d4b063a44a43fb8b2aef61da441eda 58298 ruby optional 
ruby-raindrops_0.9.0-1_amd64.deb

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

iEYEAREIAAYFAk/eCbAACgkQxhqJXoXuPg5lTgCcCLMDIP8qU0GsLjeiIaRFmsPF
Y54An0RiBXrmfqR41qyyfNZF+9u5bAvD
=a8ge
-END PGP SIGNATURE-


Accepted:
ruby-raindrops_0.9.0-1.debian.tar.gz
  to main/r/ruby-raindrops/ruby-raindrops_0.9.0-1.debian.tar.gz
ruby-raindrops_0.9.0-1.dsc
  to main/r/ruby-raindrops/ruby-raindrops_0.9.0-1.dsc
ruby-raindrops_0.9.0-1_amd64.deb
  to main/r/ruby-raindrops/ruby-raindrops_0.9.0-1_amd64.deb
ruby-raindrops_0.9.0.orig.tar.gz
  to main/r/ruby-raindrops/ruby-raindrops_0.9.0.orig.tar.gz


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



Accepted sdic 2.1.3-21 (source all)

2012-06-17 Thread Taku YASUI
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 18 Jun 2012 01:57:12 +0900
Source: sdic
Binary: sdic sdic-gene95 sdic-edict sdic-eijiro
Architecture: source all
Version: 2.1.3-21
Distribution: unstable
Urgency: low
Maintainer: Taku YASUI t...@debian.org
Changed-By: Taku YASUI t...@debian.org
Description: 
 sdic   - Emacs interface for Japanese dictionaries
 sdic-edict - installer for EDICT dictionaries for sdic
 sdic-eijiro - installer for EIJIRO dictionaries for sdic
 sdic-gene95 - installer for GENE95 dictionaries for sdic
Closes: 675321
Changes: 
 sdic (2.1.3-21) unstable; urgency=low
 .
   * Use *.el symlink to build instead of copy.
 - For showing source code link on describe-function command.
   * Change debian source format to '3.0 (quilt)'.
   * Bump debhelper compat level from 5 to 8.
   * Fix obsolete style.
 - Add debian/patches/020_fix_obsoluted_style
   * sdic-gene95: Move bzip2 suggestion to Depends. (closes: #675321)
Checksums-Sha1: 
 37ec414b4e38c0fe426135d60d9f2354344921ee 2012 sdic_2.1.3-21.dsc
 efb538660cd4839906072298680614411c46359e 24077 sdic_2.1.3-21.debian.tar.gz
 553079b71c1777d36b94fd48f810ff5dd4064355 48588 sdic_2.1.3-21_all.deb
 b020938b5ff630c589a6617c877b96733c14c8de 20808 sdic-gene95_2.1.3-21_all.deb
 17e93d19acac9487f01e5f48a74694a1a57f6695 16230 sdic-edict_2.1.3-21_all.deb
 a3ea14784f008cb1a1e165dc83b5bcdc6035fa95 13024 sdic-eijiro_2.1.3-21_all.deb
Checksums-Sha256: 
 299ba72640171322ad2ed6076cae83a3f872826983b0e6e691157439c9c4dd49 2012 
sdic_2.1.3-21.dsc
 dc14ea00718402518d83324cfcf5a70149f6d9a41ffb0b8e84d3ee74acd58c7a 24077 
sdic_2.1.3-21.debian.tar.gz
 0311f4c0b52598ab9e435b1df20cadf5d2d1760a76c296606a481b9d064df94d 48588 
sdic_2.1.3-21_all.deb
 b1d07d72d180a0bfbac8b8a97d044a0a88cc3c7f57d4f4bf2febf54117f9a97d 20808 
sdic-gene95_2.1.3-21_all.deb
 ace5c7664e89fa8ca5e114387a529b1d7eb6521841fcc5b1a1e41c157fa07d87 16230 
sdic-edict_2.1.3-21_all.deb
 085e794a66857259aef6d1aa77b88262d7aa4529ca751195e0d01954be89007c 13024 
sdic-eijiro_2.1.3-21_all.deb
Files: 
 aad71aeb86d38d763bdd1ab0c68496cc 2012 contrib/text optional sdic_2.1.3-21.dsc
 987b92defe35b8446f4220f53e85dc61 24077 contrib/text optional 
sdic_2.1.3-21.debian.tar.gz
 33e407b52c0b84fb74e73c3966a531b4 48588 contrib/text optional 
sdic_2.1.3-21_all.deb
 e0c4ce94051a3374169baba034cb767e 20808 contrib/text optional 
sdic-gene95_2.1.3-21_all.deb
 01abe1743e052b876dab1fd1af431d45 16230 contrib/text optional 
sdic-edict_2.1.3-21_all.deb
 6084e7dfb6a5be68348297bbe0bd4789 13024 contrib/text optional 
sdic-eijiro_2.1.3-21_all.deb

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

iQIcBAEBCAAGBQJP3g60AAoJEEDXFs/pCc3uZCMQAJyMJFKCcoq0nrLSmYNgpdoc
ZkQbTbWVL7/qNUBfchsli9/SkNMZoH+kOuYndHOdRFcoSDAyc2x7BXuyt7MMZUgo
Ul1esaiZG3gDDGkHLcBQm+Bwx8KPFMVQ1nCsLBaobJQtwwXEP/Z6URuP4VJwXIvV
TZ0DX4hibnqhaTR+qCeJP3I4Yp2GAvPaXmuV17UHdSlfgafYEOVF6/0ikzgRk1T2
QtPgQk8Lb0n33P8xqPig+WUu7F5jiB/K4qP9jrwpzSMKs1GFj5rSBrwkgqNnjIMu
PcIJ1o8h0/2thS8SRfORzvUzFg6oetf6F8on0DkBRNwxqgnSJ//2nFbwkw44iFe+
VCbheVtR0qIT0YJYcIaj1rvxgDtLsURdLuHZTrEO2ZW03NPDB4B/utMTSqvKulDP
yET7hBY7vL9mvsGQK5Avw+z73RHG7ExxdudkK6PICBl6/KEO27HEplkhZA3DaGS+
wxP95R2oxZRTCeXDT9+cyrDTzkFSIzF0KFckIJhKf5H1aUqof9WnWsPfjfQG7vHr
/7tI6UBK+OwKcfQ/HWOBlnDH8s03pXUolkoX1ao3fgLlZSkNMqKqDgG03h4IDcwb
mNewGT8aKI52ezte/T1WMi8RL1IPzCNdGbB8wbGwNAwN3B7VWCXUwMRlYFYyoYgn
sEEDLD+8E3oG26jfP9AX
=JqHp
-END PGP SIGNATURE-


Accepted:
sdic-edict_2.1.3-21_all.deb
  to contrib/s/sdic/sdic-edict_2.1.3-21_all.deb
sdic-eijiro_2.1.3-21_all.deb
  to contrib/s/sdic/sdic-eijiro_2.1.3-21_all.deb
sdic-gene95_2.1.3-21_all.deb
  to contrib/s/sdic/sdic-gene95_2.1.3-21_all.deb
sdic_2.1.3-21.debian.tar.gz
  to contrib/s/sdic/sdic_2.1.3-21.debian.tar.gz
sdic_2.1.3-21.dsc
  to contrib/s/sdic/sdic_2.1.3-21.dsc
sdic_2.1.3-21_all.deb
  to contrib/s/sdic/sdic_2.1.3-21_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/e1sgjik-0006jd...@franck.debian.org



Accepted libart-lgpl 2.3.21-2 (source amd64)

2012-06-17 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Jun 2012 19:30:18 +0200
Source: libart-lgpl
Binary: libart-2.0-2 libart-2.0-dev
Architecture: source amd64
Version: 2.3.21-2
Distribution: unstable
Urgency: low
Maintainer: Josselin Mouette j...@debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 libart-2.0-2 - Library of functions for 2D graphics - runtime files
 libart-2.0-dev - Library of functions for 2D graphics - development files
Closes: 661714
Changes: 
 libart-lgpl (2.3.21-2) unstable; urgency=low
 .
   * Use dpkg source format 3.0 (quilt).
   * Drop debian/patches/70_relibtoolize.patch and use dh-autoreconf instead to
 update the build system.
   * Bump debhelper compat level to 9.
   * Stip debian/tmp/ from .install files.
   * Convert to multiarch. Closes: #661714
   * Drop libtool .la file.
   * Add Vcs-* fields.
   * Bump Standards-Version to 3.9.3.
   * Add symbols file for libart-2.0-2.
Checksums-Sha1: 
 1ad349208fe54d53100fd3f9565b363597f6f4d2 2186 libart-lgpl_2.3.21-2.dsc
 513f263c589f1af4b10da5560333a7e1f72a5415 6347 
libart-lgpl_2.3.21-2.debian.tar.gz
 e86a85c352e9fef16512dc1d8b2312a4034d4ee7 72680 libart-2.0-2_2.3.21-2_amd64.deb
 16f5fa5aaab3611d777c226c1875469d9e3f385c 91874 
libart-2.0-dev_2.3.21-2_amd64.deb
Checksums-Sha256: 
 5e9103a5db5f20b183e1c0f72d6eb17503f4e596f261f6c7f164728678a38ea4 2186 
libart-lgpl_2.3.21-2.dsc
 ec311bbc1b038c81024d4b2f501cb6af1d2694ef9f27204563369480750f83b9 6347 
libart-lgpl_2.3.21-2.debian.tar.gz
 7f77630b05778e636faf053ff6a1512b024c15cfeef37aefc1e400c9bc8aa8b9 72680 
libart-2.0-2_2.3.21-2_amd64.deb
 17cfc91068fc539e98c76b1d0a4bbb0378685c1e27cb5f05b13c0753d13b7288 91874 
libart-2.0-dev_2.3.21-2_amd64.deb
Files: 
 aa559d1d8c50f54ac49fcd3f7b01e9d0 2186 devel optional libart-lgpl_2.3.21-2.dsc
 e79c6880bd2043cbc74ae09376d547bf 6347 devel optional 
libart-lgpl_2.3.21-2.debian.tar.gz
 f77d213f7db666350ae4100289646e22 72680 libs optional 
libart-2.0-2_2.3.21-2_amd64.deb
 dfb941fa57fd1897fa1de2b543f22c0a 91874 libdevel optional 
libart-2.0-dev_2.3.21-2_amd64.deb

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

iQIcBAEBCAAGBQJP3hSFAAoJEGrh3w1gjyLcOcgP/1FrgTPINFBbCL1MFSh3hI5x
O6wj68zt5rCYDC8QIJJkmc59c2eGe6LYFeXVGjdXux8Q7fW0Z9Wk05rKGGXclhSj
ezX+D2Uy74sZtxx9yxrMx/kZ5/OETg+URAOOA7i4Nl/sXzkq4QLAEFHaWgXWNY3s
xzX3lQtx/eBKblbFze/CmJ7tb7EfpvCdEa8DRRsySxWmyJZqsMNJvP92hpcX9UmB
qpdCVfvA9r8wkE0SRoUkgg8mEm8CpVIpqdcQXE9jHJLBvF5enxL3BzQsrBLWlRKH
fOggGvxn/rEOzb3OrgR9c0PVQInwqw/PoBNSniv5uSCMKOWQ1vhl26b5I1RUSyVR
uQfeGK8p+EP4GCwg/YUiMjhua0M/wvlRDh0arvt03DhmbFmD+IwCwscY/0gP/S0U
lfxSyHawYUPoegkAtXnOdFkHB2IYnIPgr+VqH8IMYvcSt62F+SAhkNAG/2oGvitQ
ZSJYXTqQA8aUi/Fo7NH3cD3yHGEsBlSpQSWGbJiXgSlkYZVs5RmuhxhJ8Unvi4AN
jCqCKwUP1UxBS6oFSyD3XMyTSmk3XxR5k2tIRb0oEBjSLtAcMqFGg7k1CsRUwZPm
JQ2ANXeGfGPe5SjRytNCJUM0i+6RZ+IS7eGUYbiNu87dQ973KUSffv3Qqk23LEoQ
wSecTiUSC1lGvBid38/Q
=7DTj
-END PGP SIGNATURE-


Accepted:
libart-2.0-2_2.3.21-2_amd64.deb
  to main/liba/libart-lgpl/libart-2.0-2_2.3.21-2_amd64.deb
libart-2.0-dev_2.3.21-2_amd64.deb
  to main/liba/libart-lgpl/libart-2.0-dev_2.3.21-2_amd64.deb
libart-lgpl_2.3.21-2.debian.tar.gz
  to main/liba/libart-lgpl/libart-lgpl_2.3.21-2.debian.tar.gz
libart-lgpl_2.3.21-2.dsc
  to main/liba/libart-lgpl/libart-lgpl_2.3.21-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/e1sgjdy-00085x...@franck.debian.org



Accepted protobuf 2.4.1-3 (source all amd64)

2012-06-17 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 17 Jun 2012 18:29:37 +0200
Source: protobuf
Binary: libprotobuf7 libprotobuf-lite7 libprotobuf-dev libprotoc7 libprotoc-dev 
protobuf-compiler python-protobuf libprotobuf-java
Architecture: source amd64 all
Version: 2.4.1-3
Distribution: unstable
Urgency: low
Maintainer: Iustin Pop ius...@debian.org
Changed-By: Iustin Pop ius...@debian.org
Description: 
 libprotobuf-dev - protocol buffers C++ library (development files)
 libprotobuf-java - Java bindings for protocol buffers
 libprotobuf-lite7 - protocol buffers C++ library (lite version)
 libprotobuf7 - protocol buffers C++ library
 libprotoc-dev - protocol buffers compiler library (development files)
 libprotoc7 - protocol buffers compiler library
 protobuf-compiler - compiler for protocol buffer definition files
 python-protobuf - Python bindings for protocol buffers
Closes: 675837
Changes: 
 protobuf (2.4.1-3) unstable; urgency=low
 .
   * Add patch from Steven Chamberlain fixing build failures of the
 embedded gtest copy on kFreeBSD (Closes: #675837)
Checksums-Sha1: 
 8c68b136d7a6ce6d716a01e612c4343a966daf1e 2462 protobuf_2.4.1-3.dsc
 a98243e82a883a8ab060f7576635bfc5377d25ec 14668 protobuf_2.4.1-3.debian.tar.gz
 f760ee4fcccbcb9a79455f913e93f286083faa8c 379444 libprotobuf7_2.4.1-3_amd64.deb
 662dd3f576fa84320a1bf206277e0f5f0014c0ff 78246 
libprotobuf-lite7_2.4.1-3_amd64.deb
 75b7c5360b38bf8063ecf7573759299fea0539d3 628648 
libprotobuf-dev_2.4.1-3_amd64.deb
 f6c4f29ddc9aa7e800da01b87a33a93f1ce95990 283014 libprotoc7_2.4.1-3_amd64.deb
 bb9815e0a191f967012c588966037637649708f9 407260 libprotoc-dev_2.4.1-3_amd64.deb
 8e4752c9ccdd5d3c4b71cbc5bb45159885ee8455 34310 
protobuf-compiler_2.4.1-3_amd64.deb
 10e3c2b1fa22f30663b5cfd36503207f233aed33 91820 
python-protobuf_2.4.1-3_amd64.deb
 d837c4fe26de62a3f1e2bd9fac547ae4f4d27d4d 337520 
libprotobuf-java_2.4.1-3_all.deb
Checksums-Sha256: 
 4c19b58f9433ce14353b8193fc4d55047eb9f097ff4b046662dc0358947d095b 2462 
protobuf_2.4.1-3.dsc
 71716d81259e944c6787f380f4b606f3fbfa44fe9ed0ccc8fd5de07d1967851e 14668 
protobuf_2.4.1-3.debian.tar.gz
 b8086b894001aada0eacc72f4543d6f5aa44607b57512dc90b1dc52ed93697f4 379444 
libprotobuf7_2.4.1-3_amd64.deb
 53b14da398753174285ca4a4287a520ccf843562913ccc36a126d6d7ee846959 78246 
libprotobuf-lite7_2.4.1-3_amd64.deb
 70b0bcdd2d420bb5437e01d27896e4e33ba783ab64fb87009ba945d7eaf4eb3a 628648 
libprotobuf-dev_2.4.1-3_amd64.deb
 33d105c399b5753ee6ddd2c57cba88959b318f46df2711e1326c61f11c2fde80 283014 
libprotoc7_2.4.1-3_amd64.deb
 cb5d997d0f1989de4a46b0bf27ac3ac7a5ce4d22089514f1046e7dea5b6bc965 407260 
libprotoc-dev_2.4.1-3_amd64.deb
 2af7f5f59dced3fc10e32c97a82855576c17a62e4b1e23080f6de0e0bae15636 34310 
protobuf-compiler_2.4.1-3_amd64.deb
 5b4271c4675778bfb894c5eb5898a37bef116c67709f88a4c5258bbb579e23dd 91820 
python-protobuf_2.4.1-3_amd64.deb
 9b5b2e8d7d3e7f00934c2631128a8e0e6999433a9b1f671db2fb17b7c18d4377 337520 
libprotobuf-java_2.4.1-3_all.deb
Files: 
 71987f88765ebec6d46bfdba94693c0b 2462 devel optional protobuf_2.4.1-3.dsc
 d7e1fc7ebe8215c0a7aec98369180050 14668 devel optional 
protobuf_2.4.1-3.debian.tar.gz
 73a18eea2a7fc1397c4ddf999b035f6e 379444 libs optional 
libprotobuf7_2.4.1-3_amd64.deb
 a57db443e19aa3261c99459684524d1c 78246 libs optional 
libprotobuf-lite7_2.4.1-3_amd64.deb
 38151b3c57bcdc262a42de7e9c26296a 628648 libdevel optional 
libprotobuf-dev_2.4.1-3_amd64.deb
 5029c661d41dcbdd2de31ac27b3cf4b5 283014 libs optional 
libprotoc7_2.4.1-3_amd64.deb
 315f4a328507eea5e1b86e17e1db1ffc 407260 libdevel optional 
libprotoc-dev_2.4.1-3_amd64.deb
 c704706bf4e2b7793492698d265a5a2b 34310 devel optional 
protobuf-compiler_2.4.1-3_amd64.deb
 618ad4287e10fa553d07a4baeea744a3 91820 python optional 
python-protobuf_2.4.1-3_amd64.deb
 9b3234fa1c250c36120bed316f40e7cb 337520 java optional 
libprotobuf-java_2.4.1-3_all.deb

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

iQIcBAEBCgAGBQJP3hGEAAoJEPZuPkGfhPTe4H4P/0bNxxw71uV1hrworZuUufj0
35B3V7dMmq9Pm421KX4RpiyKld8a79oPc1VHyxkeT8K5z5TMBgXkmfM2LnN5lZW/
dSqc9gXI5E+ICSoxVC0Esg8HbyVN5JdLA+prlpVuoHmZIVgfUNFHW5yQUHvG/ZPg
Ox671g5uhGXgb60AT4IhMcvVJkiRvH0OjgThK9gCgO7N6i9snleLmzwpux9RtY7c
dcwNIBvhg3qhwalJHPMigs6yvx3qVM1BWI2dOWaYpyONL3Q/uPvYb4qzE+cKHCDY
mKVG4Raw+1IgMRk8XoOzAEWH6G7IZ3Djxk5sv9RvruSNlmDzt9rThCY2+DasU9GU
ABgkMn7vzWtltqyrcO9kB1DHunSWY+kYmveVFUir5zM70dec8QXq1XsSEsd0SKPp
Jir0GM840WcZvMRAuRp2nHU0xsEpQ1CsN5O/D+pkx77WUcyAmu+wvKJbs+WkWzoJ
PQiccepc1/uBwLG/VVeqL5YsC6mp/FTXq8Njp+nYkNxTEPUlY2X3kXzux3JZnS1q
dhUSquzwoF+ytBBg3Cs339xUnA1Wq9/Rl+nXIjKQdHburx4cpHHYZWi2Cp0OY6SC
u2IIE2M70/MfA/xpGK7EwGHVxuEy9Hw67m3Z1C4IWoRosLI5Jd1+Rmdg3iNbtbLV
H2gebmLhzzK+VPwn57G/
=/SGB
-END PGP SIGNATURE-


Accepted:
libprotobuf-dev_2.4.1-3_amd64.deb
  to main/p/protobuf/libprotobuf-dev_2.4.1-3_amd64.deb
libprotobuf-java_2.4.1-3_all.deb
  to main/p/protobuf/libprotobuf-java_2.4.1-3_all.deb
libprotobuf-lite7_2.4.1-3_amd64.deb
  to main/p/protobuf/libprotobuf-lite7_2.4.1-3_amd64.deb

Accepted r-base 2.15.1~20120617-1 (source i386 all)

2012-06-17 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Jun 2012 09:10:43 -0500
Source: r-base
Binary: r-base r-base-core r-base-dev r-mathlib r-base-html r-doc-pdf 
r-doc-html r-doc-info r-recommended r-base-core-dbg
Architecture: source i386 all
Version: 2.15.1~20120617-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-base - GNU R statistical computation and graphics system
 r-base-core - GNU R core of statistical computation and graphics system
 r-base-core-dbg - GNU R debug symbols for statistical comp. language and 
environmen
 r-base-dev - GNU R installation of auxiliary GNU R packages
 r-base-html - GNU R html docs for statistical computing system functions
 r-doc-html - GNU R html manuals for statistical computing system
 r-doc-info - GNU R info manuals statistical computing system
 r-doc-pdf  - GNU R pdf manuals for statistical computing system
 r-mathlib  - GNU R standalone mathematics library
 r-recommended - GNU R collection of recommended packages [metapackage]
Changes: 
 r-base (2.15.1~20120617-1) unstable; urgency=low
 .
   * Initial rc build (rev59569) of R 2.15.1 expected June 22
 .
   * debian/control: Removed dpatch from Depends: for r-base-dev
[lintian]
 .
   * src/X11/*: Applied patch posted by Philip Johnson to r-devel on June 7
 to set the X11 icon and window class for improved desktop experience
Checksums-Sha1: 
 515ab44d728cb579d27cd0d6430dafb72719f139 2143 r-base_2.15.1~20120617-1.dsc
 f373c08d8c9be871a1ba6b2a904d097beca935d7 24598779 
r-base_2.15.1~20120617.orig.tar.gz
 767017eb8cf66e24793d8f329617c926a44c259e 89660 r-base_2.15.1~20120617-1.diff.gz
 73beb369c057638fc16a2b31b5018c8a7858d7ec 20440160 
r-base-core_2.15.1~20120617-1_i386.deb
 44bcdef9b1d5658f6448e58ab8d22fb4d68b5ab6 619592 
r-mathlib_2.15.1~20120617-1_i386.deb
 9e4195fa2c6fcfae81410f9d5ff38e6ba9889d1b 3391902 
r-base-core-dbg_2.15.1~20120617-1_i386.deb
 d15e82ef9cb4eb38ebde510c0a4a50c0077f7dd5 36392 r-base_2.15.1~20120617-1_all.deb
 1b0b73a63a80eb3d091bcddda11bd14ee08328b0 3902 
r-base-dev_2.15.1~20120617-1_all.deb
 8375a62be75104c6c4b1bca1ffe31d410e237ec0 89834 
r-base-html_2.15.1~20120617-1_all.deb
 dcac8568f9e48899fb06ba280bb09e38ab10a724 36434 
r-doc-pdf_2.15.1~20120617-1_all.deb
 53001f44b3d4929a2b781dfe21038148051fc081 633878 
r-doc-html_2.15.1~20120617-1_all.deb
 a77d492e4499ac720739021ddfdabf97833235b5 542678 
r-doc-info_2.15.1~20120617-1_all.deb
 2c338c8a829872a1ade26d772a20af00ed684887 2688 
r-recommended_2.15.1~20120617-1_all.deb
Checksums-Sha256: 
 4a2c111d733ddefaaeeaa0af7aa9742784633083924a194432ca36ff29dc10c2 2143 
r-base_2.15.1~20120617-1.dsc
 812cdd97285a4ca06ff0b543a5721f6694c2f826f9fe987ba8bb6525f37bb3f9 24598779 
r-base_2.15.1~20120617.orig.tar.gz
 270d792e4b22536217285f670985263f52af7b0e507dc5cc72b1c1c4b2719972 89660 
r-base_2.15.1~20120617-1.diff.gz
 6ccf17f7a43b8822661f4f48ba39d3e692501e9be2a0fd0773a1a50554b6be61 20440160 
r-base-core_2.15.1~20120617-1_i386.deb
 ff1e775cb709d46b2c8d6c87ef978507fdd30108dcdc4b16519482d5fcf8cd07 619592 
r-mathlib_2.15.1~20120617-1_i386.deb
 ef439e3e356b5242d2e969c748fb5f33f0b2cd421165a824883acb3596eeeb74 3391902 
r-base-core-dbg_2.15.1~20120617-1_i386.deb
 a9616650da64120460509ec87727d6bb6bc42a89acba7b7dece9baceb2c6e8cf 36392 
r-base_2.15.1~20120617-1_all.deb
 9f998215e5805aef1c4701b304ae624daf85ece5661bc423cf946a8a3818ab85 3902 
r-base-dev_2.15.1~20120617-1_all.deb
 72a5d3faa51d4474ff8ece26c6bf99ba3b9bbe4e987c45a4d5a16cd7c162232a 89834 
r-base-html_2.15.1~20120617-1_all.deb
 4cb414e4d8ad39945b77169449eff68c918f2cae5e02a481afe64f29d232ad51 36434 
r-doc-pdf_2.15.1~20120617-1_all.deb
 77b71eab5fdf284e32d2b566923181064485daf1cb12260b6b90da0bc5840b11 633878 
r-doc-html_2.15.1~20120617-1_all.deb
 3d8609d5f34c937d77003d966805f20179ec29e15535bfc99e3a63f41bcb91d2 542678 
r-doc-info_2.15.1~20120617-1_all.deb
 ef21a8fab06f39eba071ce6787816af95b9a94d1cd95abbee28d68207bd44d2a 2688 
r-recommended_2.15.1~20120617-1_all.deb
Files: 
 b6c81595908bec2e07f20d782b7d7492 2143 gnu-r optional 
r-base_2.15.1~20120617-1.dsc
 36db5a14f33c0fd91e8ff098d41609c1 24598779 gnu-r optional 
r-base_2.15.1~20120617.orig.tar.gz
 a900b05edc043b383e3a995cd0950361 89660 gnu-r optional 
r-base_2.15.1~20120617-1.diff.gz
 ef18caedb6526d9ba318a59f5a2ded8b 20440160 gnu-r optional 
r-base-core_2.15.1~20120617-1_i386.deb
 1e8b62c77848d9e67b76d96b7e17a9aa 619592 gnu-r optional 
r-mathlib_2.15.1~20120617-1_i386.deb
 05bbc73aaa1685710720e4c8ee45b59c 3391902 debug extra 
r-base-core-dbg_2.15.1~20120617-1_i386.deb
 b255f6838462461a6f675c805c84f978 36392 gnu-r optional 
r-base_2.15.1~20120617-1_all.deb
 ce4e79a87c090cbedd997dddeaca7676 3902 gnu-r optional 
r-base-dev_2.15.1~20120617-1_all.deb
 0bf0c3568b40ab9730dc138ccb950cc0 89834 doc extra 
r-base-html_2.15.1~20120617-1_all.deb
 fde9e10374cb20c3508d3da3e74041d9 36434 doc optional 
r-doc-pdf_2.15.1~20120617-1_all.deb

Accepted rdtool 0.6.34-4 (source all)

2012-06-17 Thread Taku YASUI
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 18 Jun 2012 02:27:46 +0900
Source: rdtool
Binary: rdtool ruby-rd rdtool-elisp librd-ruby1.8 librd-html-ext-ruby1.8
Architecture: source all
Version: 0.6.34-4
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: 
 librd-html-ext-ruby1.8 - Transitional package for ruby-rd
 librd-ruby1.8 - Transitional package for ruby-rd
 rdtool - RD document formatter
 rdtool-elisp - Emacs-lisp rd-mode for writing RD document
 ruby-rd- RDTool library for Ruby
Closes: 674009
Changes: 
 rdtool (0.6.34-4) unstable; urgency=low
 .
   * rdtool-elisp: Force creating symlink even if a file exists
 (closes: #674009)
Checksums-Sha1: 
 7789cff7c04d9af48007ead1219ccd3a10dc97d0 2207 rdtool_0.6.34-4.dsc
 8e488e873376f1a4cc895bafb531eba9ccfabd50 10305 rdtool_0.6.34-4.debian.tar.gz
 a2d30dbafe244330e07e2aeb71ff5811af4a5185 46916 rdtool_0.6.34-4_all.deb
 4ab4f39c9e0d15a4bebf7893d86522064d4e3790 72696 ruby-rd_0.6.34-4_all.deb
 785a6c3c8b893f843025c511624cdedc22fe33e1 16526 rdtool-elisp_0.6.34-4_all.deb
 f939fbc92246f2ff74fe2dd561287069a22b1467 10470 librd-ruby1.8_0.6.34-4_all.deb
 0c0af94e5362e45923122b08b3c57af60b75a84b 10488 
librd-html-ext-ruby1.8_0.6.34-4_all.deb
Checksums-Sha256: 
 ad44703b4e801fe9cd040b200ed22ec5ebac3247d611846d912f9b60ac933f8d 2207 
rdtool_0.6.34-4.dsc
 5afd576c18f3a32e0b1e2cfd6236f6c0206332db309b731869fb03bd90aadf8e 10305 
rdtool_0.6.34-4.debian.tar.gz
 c6a54c9dce958b74f5cba79e6b6603cb2b206f08c24b9788a05dcd379f68ff85 46916 
rdtool_0.6.34-4_all.deb
 eb5712bdc408cdc9dea55097d5f5d8a1b54e9b0d6f8cce27b37106518eab43b2 72696 
ruby-rd_0.6.34-4_all.deb
 ab470309b8042942da0c4c44ad71b61bc519f2ade304e52616f287bed9fb5f14 16526 
rdtool-elisp_0.6.34-4_all.deb
 d98af266d7f46d7fa4a9a7663c79d80c890c47e9c135e2149994d4871246751b 10470 
librd-ruby1.8_0.6.34-4_all.deb
 3faf379e17d45b408aa564b658544b0d1ca1747d1b864a6c88e34af00d0052aa 10488 
librd-html-ext-ruby1.8_0.6.34-4_all.deb
Files: 
 6ce59c3bdf8db09a2ceb849bfc69e22c 2207 text optional rdtool_0.6.34-4.dsc
 4e103c9710a874d356335623876e05a5 10305 text optional 
rdtool_0.6.34-4.debian.tar.gz
 11cd643f0a7573d964392c00042d1121 46916 text optional rdtool_0.6.34-4_all.deb
 4021e6e1f709f93c4977f4a7f05dbf24 72696 ruby optional ruby-rd_0.6.34-4_all.deb
 e77d2209e987b1226350e3a31c372af3 16526 text optional 
rdtool-elisp_0.6.34-4_all.deb
 12a7cac235fff4414f7341fd97f64d31 10470 oldlibs extra 
librd-ruby1.8_0.6.34-4_all.deb
 009d842a42e1c1aca118e8372db0f95f 10488 oldlibs extra 
librd-html-ext-ruby1.8_0.6.34-4_all.deb

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

iQIcBAEBCAAGBQJP3hS/AAoJEEDXFs/pCc3ucBUP/2QxnkNtFa5QJf976biuLvTZ
21UUsauJZI9sUhu7b0C9x1ydQTfhXwAa3pcBKT6GzQgm/86ms3YesJKmlPZIczuA
0RVY3N2sbrFvSj80/Z4OhDmAIJ/aDa21jpo06e95rRiGJDsCu4I5GyhbwwWeXc9v
sobPm5oTjh2arvVMzvq4Fp/kpsvnOoG6FOIILWz8eNTJdCxR1BsZ0XjsUC8C9rG4
V5Y14od/gIxhOzwirEJlAXgozVAJlzggCNh54EPgjrCPGBuucXHyy332ent2Fd4u
VsAoppDYzCaMduCPbIh6qJ7rV0yRc99wJ+l1DtJWcja/Cx0lm0SWpQK9e5T3zG+l
IKdBlauNnQauh4/2ruzW5Y+DnUO+mWy1XhFqqcs7ALZjsmxkXXsIa+E/7dY5mPAA
wNPz87s+12+DrhuEyx/nHMwlEYJvETgCJ63yZyk06ICXKXtQq26sVBUhzTSin6cJ
nfpt2C8iAPYRLtME6tLehu83U2I2MCoazo/smTZ39UdZ4l+/zR0H00uVK0bj91zc
ueYLrNW1RcVQ04ljiw6N0GEDymSvpo+TkZg5VkKFeMk+d/qTlXhUaHzQGuyft0bY
0Cv8sD9tR6jdWTmQAgyFXnV9zQ2PGNebsITjUGgChOx1sQ4RdPgVTmRfdJyatAr9
Jf5nnhugXxRO168itWjy
=daMl
-END PGP SIGNATURE-


Accepted:
librd-html-ext-ruby1.8_0.6.34-4_all.deb
  to main/r/rdtool/librd-html-ext-ruby1.8_0.6.34-4_all.deb
librd-ruby1.8_0.6.34-4_all.deb
  to main/r/rdtool/librd-ruby1.8_0.6.34-4_all.deb
rdtool-elisp_0.6.34-4_all.deb
  to main/r/rdtool/rdtool-elisp_0.6.34-4_all.deb
rdtool_0.6.34-4.debian.tar.gz
  to main/r/rdtool/rdtool_0.6.34-4.debian.tar.gz
rdtool_0.6.34-4.dsc
  to main/r/rdtool/rdtool_0.6.34-4.dsc
rdtool_0.6.34-4_all.deb
  to main/r/rdtool/rdtool_0.6.34-4_all.deb
ruby-rd_0.6.34-4_all.deb
  to main/r/rdtool/ruby-rd_0.6.34-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/e1sgjgs-0008bb...@franck.debian.org



Accepted tdiary 3.1.3-3 (source all)

2012-06-17 Thread Taku YASUI
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 18 Jun 2012 02:19:48 +0900
Source: tdiary
Binary: tdiary tdiary-theme tdiary-plugin
Architecture: source all
Version: 3.1.3-3
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: 
 tdiary - Communication-friendly weblog system
 tdiary-plugin - Plugins of tDiary to add functionalities
 tdiary-theme - Themes of tDiary to change the design
Changes: 
 tdiary (3.1.3-3) unstable; urgency=low
 .
   * Add rsync to build-deps, merge missing 3.1.3-1.1 fix.
Checksums-Sha1: 
 78c045a5067537e4954bbfc959b917315f81a3aa 2065 tdiary_3.1.3-3.dsc
 aa93d7d50add2ddda35761b35b027604ce439e8a 27100 tdiary_3.1.3-3.debian.tar.gz
 4493d6f3b6806e34f86bc7233f62bd7415e95518 184740 tdiary_3.1.3-3_all.deb
 ece30e6b2efd0d1e26ccb50a9c463d0c0213 3866232 tdiary-theme_3.1.3-3_all.deb
 3a8ecd4bf93b1c4edff3f26aa5aa15fea9b143f9 257836 tdiary-plugin_3.1.3-3_all.deb
Checksums-Sha256: 
 a94ec19284529bf1f86bdd29f213181bacaa87fd32fd479b5f89c20f8e663058 2065 
tdiary_3.1.3-3.dsc
 bb6d1b8bc410ca2815faef80e0035c900325a6209920426b7e912bd546923422 27100 
tdiary_3.1.3-3.debian.tar.gz
 3e61fc041f15e1c494ef1fde29e82ab3fa15f63886d4e88120d1950de0dc0610 184740 
tdiary_3.1.3-3_all.deb
 949d7a770f697ee49685c60d5c32112b5dc3f8ae9e6f0d4f59eb1799e294083c 3866232 
tdiary-theme_3.1.3-3_all.deb
 18271e1f4c772ddee49d3cbec67a6ed7cb61da4e66a8d34a1404f175ceb994d5 257836 
tdiary-plugin_3.1.3-3_all.deb
Files: 
 53036e71f718ce1258700fd90b28aebb 2065 web optional tdiary_3.1.3-3.dsc
 ad6b9189c72ff83b99a45890519ef584 27100 web optional 
tdiary_3.1.3-3.debian.tar.gz
 ddfcaaa370bb6a7a8546c89075e9fe5d 184740 web optional tdiary_3.1.3-3_all.deb
 daa117d10e66f9dcba4f0ecb0c44153f 3866232 web optional 
tdiary-theme_3.1.3-3_all.deb
 e220f43e9b28012bcd46098fae7b5ac1 257836 web optional 
tdiary-plugin_3.1.3-3_all.deb

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

iQIbBAEBCAAGBQJP3hJiAAoJEEDXFs/pCc3uqBUP9iYHgrRV2ZyvGIgUOWsV66ZG
YxADcuekdeLSgBjwnGj6T5Yx/tkqFPsRh/dy7n22e/wgRezcBa5tHnBQ9tuL8bLu
2PKWHCVNsdtqyCAu1zkXa791IwLFUFy55x9Zfq6Y8C3WVJwszRtLp18tSCivHFV3
UtfTD79j9VyXCP6Js6otOMmi+ATk+l1znRJRvg8qdA69Df5H9r1r6I0GigoomiZT
nfWSIKFZjr0azr+QZsDXE5a01rtnRn0FFj+rMqsjRiFBbtMO3Z62g83+JKjZJ0Y6
kxMZnoQ2cywXCYGxfdWvdqiLJh78FeJ2QwdIHoDbTibgdhtt4qLTJBs0FNVnGfjl
YnlT+6qyx/RYZ8Xr/BwleqAFBQiZIffUGfsCRhfQj+UBPMr/yY/3+4DCgduIEm4t
SBEOHFVD++vfw6cNVXUVvFLy/pkFvs++K7XGlicvkDWx/eAKrNjF9J1nFlxjsus6
S7TcQT88TqJb52PdJUElPdfDyghgoUT7IRGxFtS8R3fxcP6fR9Z3TPz8xRJy/HZQ
TpyIRQqhsBU5h9apxTzEDzyOcEU21D8Czrxyr/UA+0JwZIgtjTUSb2EIQwRBORRT
mXLBRMH9ccwWdiB1rf+XziyPa3/PM7OrzxwaZVJMlFoAmjPB1CWlkbXqsH8DkvwT
qQ2pipUS8Ky68a71wIY=
=Tlv+
-END PGP SIGNATURE-


Accepted:
tdiary-plugin_3.1.3-3_all.deb
  to main/t/tdiary/tdiary-plugin_3.1.3-3_all.deb
tdiary-theme_3.1.3-3_all.deb
  to main/t/tdiary/tdiary-theme_3.1.3-3_all.deb
tdiary_3.1.3-3.debian.tar.gz
  to main/t/tdiary/tdiary_3.1.3-3.debian.tar.gz
tdiary_3.1.3-3.dsc
  to main/t/tdiary/tdiary_3.1.3-3.dsc
tdiary_3.1.3-3_all.deb
  to main/t/tdiary/tdiary_3.1.3-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/e1sgjil-0008m7...@franck.debian.org



Accepted apt-setup 1:0.61 (source all)

2012-06-17 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Jun 2012 19:26:38 +0200
Source: apt-setup
Binary: apt-setup-udeb apt-mirror-setup apt-cdrom-setup
Architecture: source all
Version: 1:0.61
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description: 
 apt-cdrom-setup - set up a CD in sources.list (udeb)
 apt-mirror-setup - set up a mirror in sources.list (udeb)
 apt-setup-udeb - Configure apt (udeb)
Changes: 
 apt-setup (1:0.61) unstable; urgency=low
 .
   * Team upload
   * Replace XC-Package-Type by Package-Type
 .
   [ Updated translations ]
   * French (fr.po) by Christian Perrier
   * Czech (cs.po) by Miroslav Kure
   * Danish (da.po) by Joe Hansen
   * Estonian (et.po) by Mattias Põldaru
   * Japanese (ja.po) by Kenshi Muto
   * Marathi (mr.po) by sampada
   * Slovak (sk.po) by Ivan Masár
   * Telugu (te.po) by Arjuna Rao Chavala
   * Thai (th.po) by Theppitak Karoonboonyanan
   * Turkish (tr.po) by Mert Dirik
   * Traditional Chinese (zh_TW.po) by 林博仁
Checksums-Sha1: 
 d28b25813283952455b9b2385c5c3c994890c915 1728 apt-setup_0.61.dsc
 2cdf00a99d5dfc6da4e1d054504703acc8af766c 299335 apt-setup_0.61.tar.gz
 d15594617c06b190bf52adda7e6869ce0a1a8100 49662 apt-setup-udeb_0.61_all.udeb
 3d0ad55b147692a85c2bb111b096fff05edc98c5 72858 apt-mirror-setup_0.61_all.udeb
 bf41b9a105ae7c40866d44ac1b9fbdf4b9877d7e 95532 apt-cdrom-setup_0.61_all.udeb
Checksums-Sha256: 
 ad2aac94cd3c78713f79ccfc6067eee7c15c959ec4abb4fbdf6cc04806fae4f8 1728 
apt-setup_0.61.dsc
 3b6144c10bd9b7257cd71a4fd881ba6f4a3ebfe7084fd43322d65db74b1a69e9 299335 
apt-setup_0.61.tar.gz
 69bcdb989d18232519a4ce568a9aba7cc6611a7be7bd7b8717bec240341927ed 49662 
apt-setup-udeb_0.61_all.udeb
 4b7d39969798c8445d76c3828dc7760e7735aa56894a95b178c7c257557b3355 72858 
apt-mirror-setup_0.61_all.udeb
 d69387410d1be809cdb16c47fa97945d16d95a9f3bfcc6634639ef4cfd605199 95532 
apt-cdrom-setup_0.61_all.udeb
Files: 
 bfd250424836be34ce14889da4f4c92c 1728 debian-installer extra apt-setup_0.61.dsc
 cf3aa215a100bc8d6c2df246c3be5d40 299335 debian-installer extra 
apt-setup_0.61.tar.gz
 1d8be8f56e62811261fad3fd615b8aba 49662 debian-installer standard 
apt-setup-udeb_0.61_all.udeb
 209a0e7e7d6c91ab8ec33611657e3d15 72858 debian-installer extra 
apt-mirror-setup_0.61_all.udeb
 dc92bf0883ec3f93a839c0bb2d656082 95532 debian-installer extra 
apt-cdrom-setup_0.61_all.udeb

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

iQIVAwUBT94XWocvcCxNbiWoAQKnLQ/9ErFGjWIkPH3F2IW5YL9oZdmXmjxVg5x7
Z6JM2+RiKKjddsMJwQ/1G51RCQnZtyrjqbP67MkIvwIoT8lE6yPMoaZbmzHXI+G0
u410PG4c7MNwCw9zETpOp9WqyUvOoos5Z2uwxEBX/l3a5SSHO93s3knv6wIBJcpS
/Voh1ym9IGEmNKGaE8Nf6OtpzPOlEa15GHN38mLbHoChqkY4/AzQbbNSFICAIiJr
QBOr2JdYMl+lQcZ3mHFCw0biifTvam/YrRlZfHb8bfRmqqytS1bKTb7JDJ8jE7YC
jdJqAgwGfciliIZxiMA5hChgoudIng5Gcxim0LHzEx2ikuT9qQgvbkH2qtNA3MJX
8K2KkdOP4+U6HSAj5QGMxWlDyZj+r5lO9c2n5T02d6FjiwkEiyg04vlTLVc5Br8F
hrrBiyK+urqFWG48N7urC6erDj7tWNOLpg0gWPwvfOH0qx7Oe153KC21WWBNga05
58QNE5vyxgR0svCX4O6DjPiOnejex+gbPeTylV/5aCNEC2j8hHgDT/oqN+0ts8IT
PEBSjrQ4R7CKyZuoPmNKzbBLtlGH97DpFDByqe3uzh8uBtWCwX3kHDLrBheWQnhH
Pi4WJekCq0ch1ND0A4kbhCjQbzCVTq+NA3ogEU0LbKcKvL/fbVbqtjbSxhVtot5q
bLutICUAjuQ=
=izti
-END PGP SIGNATURE-


Accepted:
apt-cdrom-setup_0.61_all.udeb
  to main/a/apt-setup/apt-cdrom-setup_0.61_all.udeb
apt-mirror-setup_0.61_all.udeb
  to main/a/apt-setup/apt-mirror-setup_0.61_all.udeb
apt-setup-udeb_0.61_all.udeb
  to main/a/apt-setup/apt-setup-udeb_0.61_all.udeb
apt-setup_0.61.dsc
  to main/a/apt-setup/apt-setup_0.61.dsc
apt-setup_0.61.tar.gz
  to main/a/apt-setup/apt-setup_0.61.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/e1sgjpd-0001f5...@franck.debian.org



Accepted cpl 6.1.1-1 (source i386 all)

2012-06-17 Thread Ole Streicher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 11 Jun 2012 10:00:00 +0200
Source: cpl
Binary: libcpl-dev libcpl-doc libcplcore20 libcpldfs20 libcpldrs20 libcplui20 
libcext0 libcext-dev libcext-doc libcplgasgano20
Architecture: source i386 all
Version: 6.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Ole Streicher deb...@liska.ath.cx
Description: 
 libcext-dev - Commonly used utility functions for C programs (development files
 libcext-doc - API documentation for ESO's C utility library libcext
 libcext0   - Commonly used utility functions for C programs
 libcpl-dev - ESO library for automated astronomical data-reduction
 libcpl-doc - API documentation for the Common Pipeline Library
 libcplcore20 - Fundamental CPL data types and functions
 libcpldfs20 - CPL functions for Data Flow System compatibility
 libcpldrs20 - CPL higher level data processing algorithms
 libcplgasgano20 - CPL Java Native Interface library
 libcplui20 - CPL framework interface library
Closes: 671675 676759 676762
Changes: 
 cpl (6.1.1-1) unstable; urgency=low
 .
   * New upstream version
   * Re-insert package libcext-dev. Closes: #671675, #676759, #676762
   * Set DM-Upload-Allowed
   * Loose required accuracy for some unit tests
Checksums-Sha1: 
 2e72e0fd4f7a44e597b5cc20505704ec93dde736 1859 cpl_6.1.1-1.dsc
 8663c95c09101d8196857a68d649ecb00ac0bebd 2846557 cpl_6.1.1.orig.tar.gz
 c0e1fcac14d03dec89ea5cee7797b3ce1b8edbf4 10599 cpl_6.1.1-1.debian.tar.gz
 f153788b389a92558f2de45c03b87acefd265e6d 916504 libcpl-dev_6.1.1-1_i386.deb
 dbb6ff39d02446d38560407e263cc9b37005cae7 572512 libcpl-doc_6.1.1-1_all.deb
 c86a75a115773e0e6bfe54723d89776698051ca4 685120 libcplcore20_6.1.1-1_i386.deb
 1a11b40991ef2748ba4f00c76c0904a9ab4009e6 168154 libcpldfs20_6.1.1-1_i386.deb
 7605bd47a8061e27d14d22f3d7b943fefb224160 237304 libcpldrs20_6.1.1-1_i386.deb
 e0d66c1356c97a1555e6c4712bf2b3aae0c5c3ca 187434 libcplui20_6.1.1-1_i386.deb
 3ff485e3dab0725c3a593f7593488ce91bbd 188602 libcext0_6.1.1-1_i386.deb
 145014ec5dc28c57d51fbdad03fe39be1a58685b 194112 libcext-dev_6.1.1-1_i386.deb
 adc4da2ccc677fc13a987963d7dfe9e6b894bc76 289912 libcext-doc_6.1.1-1_all.deb
 a4c312ea62848a336facb72a6ef1901511ca5544 166466 
libcplgasgano20_6.1.1-1_i386.deb
Checksums-Sha256: 
 b80dd3f1e8fcee19c9adc0d5636e0f9ff732219777e10eeafd414a81e643dd6e 1859 
cpl_6.1.1-1.dsc
 74250d8459dcee4a0b814488d3f0f5691bf9888fde3931b66033673575eb95e7 2846557 
cpl_6.1.1.orig.tar.gz
 c9ca52579b9cfed40ed8fdc437d1cedae7691ee4091cdc5323e5c69e292ce7bf 10599 
cpl_6.1.1-1.debian.tar.gz
 8259cfdf2114ef6ee1a4f8368fc441f289850f44949ec8f276f42e4df5f9932d 916504 
libcpl-dev_6.1.1-1_i386.deb
 d1eaf135072e7882ad8c80054e427ffca9ceeb42aa321eee6de68d3f6ce712c6 572512 
libcpl-doc_6.1.1-1_all.deb
 28da6c82383565a8c9ecd5e85f3cb4ece6a7b564fdcb078d0d70a686e5563be8 685120 
libcplcore20_6.1.1-1_i386.deb
 60a27ec2875986d813bfdf933db329b4c320025b284c49920ea4c751bc990c3b 168154 
libcpldfs20_6.1.1-1_i386.deb
 e6418cc67a184f05329711cdfee775988ad9c2584c6e96afb5babedd64f92b8c 237304 
libcpldrs20_6.1.1-1_i386.deb
 27fa209739d45bb79f73f74aae1a93c49e3b3c70cfe0ecace3e6699e8d177f97 187434 
libcplui20_6.1.1-1_i386.deb
 cddecb3135f701bd32e1ec94b4d955478189883e10fa403929511cc6c13c5e94 188602 
libcext0_6.1.1-1_i386.deb
 bf4a3adf36de25e5d9f43095d486eff1cf367c379760ddcb403c557c581af93b 194112 
libcext-dev_6.1.1-1_i386.deb
 e2cab32d98de51f40897047860c604ad51ec201f6ad23dcd6fecfd8f19d970b9 289912 
libcext-doc_6.1.1-1_all.deb
 cf12cad07c79df529beca434674896b6141091ca3baf92d5e26cb0daf7c4c7ad 166466 
libcplgasgano20_6.1.1-1_i386.deb
Files: 
 93d610d9ee833876ef63d0afa3d8b06b 1859 science optional cpl_6.1.1-1.dsc
 d6836bb86c4d74b5b50bcdef5a60c170 2846557 science optional cpl_6.1.1.orig.tar.gz
 0198f4e5bb6a9076496bc466b385bc91 10599 science optional 
cpl_6.1.1-1.debian.tar.gz
 a95aff87498de462abe18a9814761679 916504 libdevel optional 
libcpl-dev_6.1.1-1_i386.deb
 26f4a784d63877249de3e880a9056d22 572512 doc optional libcpl-doc_6.1.1-1_all.deb
 c19b158ff5bb7114b4464efe7423245a 685120 libs optional 
libcplcore20_6.1.1-1_i386.deb
 6c5aa07d7170d97620c1773c7ed78646 168154 libs optional 
libcpldfs20_6.1.1-1_i386.deb
 e457af5525c51d7bb6859f6dff0eafbe 237304 libs optional 
libcpldrs20_6.1.1-1_i386.deb
 878835985f3c9a9c9a46826df89f7f71 187434 libs optional 
libcplui20_6.1.1-1_i386.deb
 ed0cc0b151f4f386492305629ce11f0b 188602 libs optional libcext0_6.1.1-1_i386.deb
 d9bb69eb920da02c527289441d68c55a 194112 libdevel optional 
libcext-dev_6.1.1-1_i386.deb
 ad44d0365e7c7d11c970a1b48d2ce82f 289912 doc optional 
libcext-doc_6.1.1-1_all.deb
 c2ab58c53ad559aab92b56f6949ac7a3 166466 contrib/java optional 
libcplgasgano20_6.1.1-1_i386.deb

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

iEYEARECAAYFAk/eF+MACgkQiOXXM92JlhB3xACeLKqLxcstp9NuP9CN9PeVfx8K
s3kAnA7+G/Ai0g4Cor4O1dehfuAcWcNM
=RzlT
-END PGP SIGNATURE-


Accepted:

Accepted qtruby 4:4.8.4-1 (source i386 all)

2012-06-17 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 02 Mar 2012 15:31:10 -0500
Source: qtruby
Binary: libqtruby4shared2 libqtruby4shared-dev ruby-qscintilla2 ruby-qt4 
ruby-qt4-declarative ruby-qt4-dbg ruby-phonon ruby-qt4-script ruby-qt4-test 
ruby-qt4-uitools ruby-qt4-webkit libqt4-ruby libqt4-ruby1.8
Architecture: source i386 all
Version: 4:4.8.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Description: 
 libqt4-ruby - transitional package for ruby-qt4
 libqt4-ruby1.8 - transitional package for ruby-qt4
 libqtruby4shared-dev - internal library for Qt 4 Ruby bindings -- development
 libqtruby4shared2 - internal library for Qt 4 Ruby bindings
 ruby-phonon - Phonon bindings for the Ruby language
 ruby-qscintilla2 - QScintilla2 bindings for the Ruby language
 ruby-qt4   - Qt 4 bindings for the Ruby language
 ruby-qt4-dbg - Qt 4 bindings for the Ruby language -- debug symbols
 ruby-qt4-declarative - QtDeclarative bindings for the Ruby language
 ruby-qt4-script - QtScript bindings for the Ruby language
 ruby-qt4-test - QtTest bindings for the Ruby language
 ruby-qt4-uitools - QtUiTools bindings for the Ruby language
 ruby-qt4-webkit - QtWebKit bindings for the Ruby language
Changes: 
 qtruby (4:4.8.4-1) unstable; urgency=low
 .
   * New upstream release.
 - bump smoke-dev-tools and libsmokeqt4 builddependencies
Checksums-Sha1: 
 43c9462363f42f18ecc4e0d82bbe673992cf56a0 2216 qtruby_4.8.4-1.dsc
 ce9f9b45d7e9edc839257a1f1c53b1e699503b47 547772 qtruby_4.8.4.orig.tar.xz
 34c0b0252ea6696cddad0fa643e7ec16ed2162f6 11561 qtruby_4.8.4-1.debian.tar.gz
 215d66a204263f613935b2349d3291d4e0bff3de 187694 
libqtruby4shared2_4.8.4-1_i386.deb
 ab129db61c5373c923f3f7c3db3fd742d153cd51 59014 
libqtruby4shared-dev_4.8.4-1_i386.deb
 d8a2c5287624a573c6ac2bc626b710111d42e01a 56036 
ruby-qscintilla2_4.8.4-1_i386.deb
 212a28c8a509d8766f22ec8698c6b8b3d456ac17 879482 ruby-qt4_4.8.4-1_i386.deb
 c537e7794478a465b491203e28911196481ad15f 56458 
ruby-qt4-declarative_4.8.4-1_i386.deb
 1824836935a191867fbec00d290e73a61b2a2412 3802424 ruby-qt4-dbg_4.8.4-1_i386.deb
 853b47f9c916a325f912b94008f44870053df296 61624 ruby-phonon_4.8.4-1_i386.deb
 86f54cf0d185efde97967b9af3628ef6a8a40011 56656 ruby-qt4-script_4.8.4-1_i386.deb
 8337c87ac51cbc70189a48f27308aa1d0ec944d1 57840 ruby-qt4-test_4.8.4-1_i386.deb
 5ea4278df3b68eae1f82af0d0ed771dbaff1a1e5 53244 
ruby-qt4-uitools_4.8.4-1_i386.deb
 0e6d8ce785ec3e377dd455637143a61e90e77cbe 57972 ruby-qt4-webkit_4.8.4-1_i386.deb
 2bc410b9f65d2da45983bae91610a4ebd1b6d095 47118 libqt4-ruby_4.8.4-1_all.deb
 678e2776b516ac46d3b6b26e5ad184bafdf089e5 47164 libqt4-ruby1.8_4.8.4-1_all.deb
Checksums-Sha256: 
 a8b307c8d5d941085a355ba0ecdf3b636cdb2348321b2d0bb44c85bc90deb626 2216 
qtruby_4.8.4-1.dsc
 e8bf72c03b9a2228a23ad8572e5d0b145b13f963e3a694159fb7dfb0d544abc7 547772 
qtruby_4.8.4.orig.tar.xz
 922ffd17873cdab8d1f6b99cd6832b0982404ab77a03697f9b53c5863c792456 11561 
qtruby_4.8.4-1.debian.tar.gz
 8ee4d646a09fd4bc9d0d23444d41c9912594081ea8243c1e9495ecce671ad08d 187694 
libqtruby4shared2_4.8.4-1_i386.deb
 09e86b3b9c6fe9bcce2925290f6789e046c891ddc331b6ba1b9e1ab48b791e5a 59014 
libqtruby4shared-dev_4.8.4-1_i386.deb
 b20ad88fa8f36232285ed01a4893e1494cd4faa6a9b0acd5fae9b043ff1417b5 56036 
ruby-qscintilla2_4.8.4-1_i386.deb
 8e285c2957e9d41efbee7a4a4f480ca0aab8b9be721eddb86e8e1fddeffeb4e0 879482 
ruby-qt4_4.8.4-1_i386.deb
 5ea11522e860e015443c1cb4ed802d82d7d2a09f2457695d39130f4c6b9884e8 56458 
ruby-qt4-declarative_4.8.4-1_i386.deb
 c039be7426dc9ebb49e21c056307bd7e042d06a8e4dfc454fb0b8d25bfdbb527 3802424 
ruby-qt4-dbg_4.8.4-1_i386.deb
 18c777a608ba7186cb6e0aa351539b6fbad9cb4d27f5fd291e789cd6ad59bea1 61624 
ruby-phonon_4.8.4-1_i386.deb
 c886bb934648254e1be9c55d2fe091100704c1c60ad5905f3b4c1259f1b9f109 56656 
ruby-qt4-script_4.8.4-1_i386.deb
 84ce75039a894ece76c9a04df0a5c63a22870c8da129f13851f9f8c270b34a42 57840 
ruby-qt4-test_4.8.4-1_i386.deb
 703e99c794d1c22816e0ae8ffd8f74a2069443b11c57c5349901d77f0fb0fcd1 53244 
ruby-qt4-uitools_4.8.4-1_i386.deb
 7b321728025f799e920f1cb867800f3e11fc618954ef3fade5b9942373748dca 57972 
ruby-qt4-webkit_4.8.4-1_i386.deb
 399b49b5ce55067f4dca2cee9f7410f9d5708932808b79e194727243b4bbc1ef 47118 
libqt4-ruby_4.8.4-1_all.deb
 08dd6b7a7140142938e4f5e7e3fb90e8c0d65e52bbb7a49b93e81edb27b7000b 47164 
libqt4-ruby1.8_4.8.4-1_all.deb
Files: 
 f1928fbe07b64d49161aa7d2c2618568 2216 ruby optional qtruby_4.8.4-1.dsc
 5360cc6f24eab4190be4ede7b871b1ce 547772 ruby optional qtruby_4.8.4.orig.tar.xz
 81704ba01fb266de14454112ca5ed224 11561 ruby optional 
qtruby_4.8.4-1.debian.tar.gz
 8e727796e3a668c8f7d58c3be1e331bb 187694 libs optional 
libqtruby4shared2_4.8.4-1_i386.deb
 c1356b4b60d4c152c9282e6a8ba53ed9 59014 libdevel optional 
libqtruby4shared-dev_4.8.4-1_i386.deb
 a86073cba745be883c8fc57ced7cdb7c 56036 ruby optional 
ruby-qscintilla2_4.8.4-1_i386.deb
 

Accepted smokekde 4:4.8.4-1 (source i386)

2012-06-17 Thread Sune Vuorela
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Jun 2012 17:55:53 +0200
Source: smokekde
Binary: libsmokekdecore4-3 libsmokekdeui4-3 libsmokekfile3 libsmokekparts3 
libsmokektexteditor3 libsmokekutils3 libsmokesolid3 libsmokeattica3 
libsmokekhtml3 libsmokekio3 libsmokeknewstuff2-3 libsmokeknewstuff3-3 
libsmokeokular3 libsmokeplasma3 libsmokeakonadi3 libsmokenepomuk3 
libsmokenepomukquery3 libsmokesoprano3 libsmokesopranoclient3 
libsmokesopranoserver3 libsmokekde4-dbg libsmokekde-dev
Architecture: source i386
Version: 4:4.8.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Sune Vuorela s...@debian.org
Description: 
 libsmokeakonadi3 - Akonadi SMOKE library
 libsmokeattica3 - Attica SMOKE library
 libsmokekde-dev - KDE SMOKE libraries -- development files
 libsmokekde4-dbg - KDE SMOKE libraries -- debug symbols
 libsmokekdecore4-3 - KDE Core SMOKE libraries
 libsmokekdeui4-3 - KDE Ui SMOKE libraries
 libsmokekfile3 - KFile SMOKE library
 libsmokekhtml3 - KHTML SMOKE library
 libsmokekio3 - KIO SMOKE library
 libsmokeknewstuff2-3 - KNewStuff2 SMOKE library
 libsmokeknewstuff3-3 - KNewStuff3 SMOKE library
 libsmokekparts3 - KParts SMOKE libraries
 libsmokektexteditor3 - KTextEditor SMOKE libraries
 libsmokekutils3 - KUtils SMOKE libraries
 libsmokenepomuk3 - Nepomuk SMOKE libraries
 libsmokenepomukquery3 - Nepomuk Query SMOKE libraries
 libsmokeokular3 - Okular SMOKE bindings
 libsmokeplasma3 - Plasma SMOKE library
 libsmokesolid3 - Solid SMOKE libraries
 libsmokesoprano3 - Soprano SMOKE library
 libsmokesopranoclient3 - Soprano Client SMOKE library
 libsmokesopranoserver3 - Soprano Server SMOKE library
Changes: 
 smokekde (4:4.8.4-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 b58874162789687a147a12b28d02f95658f6a281 2845 smokekde_4.8.4-1.dsc
 d028d68485bc32cfe6bc60dbd597d8f72c9e70ef 40564 smokekde_4.8.4.orig.tar.xz
 13100ab04a8cc31a042ef023ced37bcb4173982f 4402 smokekde_4.8.4-1.debian.tar.gz
 e704a6a2ea9e68f98dc0117ac00b6a3a8f8af54a 279636 
libsmokekdecore4-3_4.8.4-1_i386.deb
 c16b05c99b0d457b110fc03bfc308d62eefc55e5 681592 
libsmokekdeui4-3_4.8.4-1_i386.deb
 3a225842dad3a65e5923ad59c9833fff1920e003 110902 libsmokekfile3_4.8.4-1_i386.deb
 2b50ef5fa521a949f72115f8c631d164a077ce2c 101718 
libsmokekparts3_4.8.4-1_i386.deb
 1cddd2fa1891c6ff3ef236ca28e281eeaf47a055 107862 
libsmokektexteditor3_4.8.4-1_i386.deb
 97b8a2c5883eb4a2325db808a9ae2e49f456771f 68174 libsmokekutils3_4.8.4-1_i386.deb
 fc516213d89dcb267a0048995beb8c6133d98015 43192 libsmokesolid3_4.8.4-1_i386.deb
 9688036ca62bfeddfd660fc8b9de0acd68e657fd 45234 libsmokeattica3_4.8.4-1_i386.deb
 69b55dae5bf9f67aa4e6271d2d22aa6538886d1e 168628 libsmokekhtml3_4.8.4-1_i386.deb
 0a1cce5b7e2ba80c2dd9e27c919b70746fdb6175 341634 libsmokekio3_4.8.4-1_i386.deb
 5861d483672eee6cb45484fd3ddc3e1e01837d26 43238 
libsmokeknewstuff2-3_4.8.4-1_i386.deb
 b295af5cf809bceee496a55d3a1172856a7b4acd 46318 
libsmokeknewstuff3-3_4.8.4-1_i386.deb
 9edaf3786f2f5ef9b1082fbef6f2c74a981569ab 93266 libsmokeokular3_4.8.4-1_i386.deb
 7f99c650b28cebd29dc5ee2c684b5a069a2d4dc5 331610 
libsmokeplasma3_4.8.4-1_i386.deb
 eecc92ece6753667d22d47f8b5354ae068143218 273068 
libsmokeakonadi3_4.8.4-1_i386.deb
 fc76a7b07d57cacd728b88cd73ca163133a7b8de 68618 
libsmokenepomuk3_4.8.4-1_i386.deb
 0a25ce4bf4192a853c889c682af55a4509c56cd9 36050 
libsmokenepomukquery3_4.8.4-1_i386.deb
 8aa5b197442b9c34ecf00bf978cc146ecde5cb5f 95054 
libsmokesoprano3_4.8.4-1_i386.deb
 0a6d83e06fd54a3e5835bda09263eda7ca05cae3 28238 
libsmokesopranoclient3_4.8.4-1_i386.deb
 886720d4a07649101b804dd0aa590104d4763b2a 22520 
libsmokesopranoserver3_4.8.4-1_i386.deb
 6b7e0751d9f6a92cc9c2c5ef7fe78e898892d55c 25693172 
libsmokekde4-dbg_4.8.4-1_i386.deb
 43982167034bb6897e323c70ab8678ebd6a02ecc 5948 libsmokekde-dev_4.8.4-1_i386.deb
Checksums-Sha256: 
 69e336ce69370a845b28daeaae1e8d2b26f92d4996f3d34fca688dbb4bb0eb6a 2845 
smokekde_4.8.4-1.dsc
 02a5694d61d63f5d77da1c336dbfeba697d5b94dbc98d2c5a3b1ae2a503b19cd 40564 
smokekde_4.8.4.orig.tar.xz
 26a4972f6ddeabc52f8ecbea4ac3f27c3321335cf15872843df5fc7b4eca3781 4402 
smokekde_4.8.4-1.debian.tar.gz
 512c7538dfc684808cdc0ceb2b72b53f312a113336014e778de156ac12213350 279636 
libsmokekdecore4-3_4.8.4-1_i386.deb
 2662baa9cfa5b271a5409fbd6ac50e158e2c7bf3e1a51e37154ce42719694b9a 681592 
libsmokekdeui4-3_4.8.4-1_i386.deb
 7ebe7d85ca35bd3f45abb79c193b5ec9a85930e1461e5f8a011770b7ada62ee1 110902 
libsmokekfile3_4.8.4-1_i386.deb
 c15809c993798187406d3b370c8cd05a8950245573cf66491748a3518f43cdf4 101718 
libsmokekparts3_4.8.4-1_i386.deb
 401351886a9e1b1518a26d51687699e2881517fde5dd4a5541f48e065d02d00b 107862 
libsmokektexteditor3_4.8.4-1_i386.deb
 6fbdb6efabe6ebdffb1f77e21fa49ef3a47df8b7ff301152a1b1353e913b4b3f 68174 
libsmokekutils3_4.8.4-1_i386.deb
 f2a1e6498e7b94256c18397215cf9ae669a6ef90ce55c35c0fa10a07f3d0826e 43192 
libsmokesolid3_4.8.4-1_i386.deb
 

Accepted arcboot-installer 1.17 (source mips)

2012-06-17 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Jun 2012 17:56:31 +0200
Source: arcboot-installer
Binary: arcboot-installer
Architecture: source mips
Version: 1.17
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 arcboot-installer - Install Arcboot on a hard disk (udeb)
Changes: 
 arcboot-installer (1.17) unstable; urgency=low
 .
   [ Updated translations ]
   * Tibetan (bo.po) by Tennom
   * Welsh (cy.po) by Dafydd Tomos
   * Basque (eu.po) by Piarres Beobide
   * Galician (gl.po) by Jorge Barreiro
   * Lithuanian (lt.po) by Rimas Kudelis
   * Latvian (lv.po) by Rūdolfs Mazurs
   * Macedonian (mk.po) by Arangel Angov
   * Panjabi (pa.po) by A S Alam
   * Portuguese (Brazil) (pt_BR.po) by Felipe Augusto van de Wiel (faw)
Checksums-Sha1: 
 d8fb6a282a6a464c6ca60cb27e000b4524ee0309 985 arcboot-installer_1.17.dsc
 2783dc3aa94cfcb33c93d34e1c48782f7f1c1e79 83434 arcboot-installer_1.17.tar.gz
 d358aa682e0e6c1da4529096375d9ec5651e70bc 55388 arcboot-installer_1.17_mips.udeb
Checksums-Sha256: 
 0c3aee7b953d2abe3baf1832c00e12b6801940465cc0565ed3de8fa889617a9f 985 
arcboot-installer_1.17.dsc
 83652d7095cddfff922590208a4c0eff6875788862fea965a7c38262227571be 83434 
arcboot-installer_1.17.tar.gz
 cca4ca6df944ca9855a859918972eba9775551992288d9d1ca30010f07c0d04a 55388 
arcboot-installer_1.17_mips.udeb
Files: 
 dc8e2cdccb9dee4579ca8c65e6388d8f 985 debian-installer standard 
arcboot-installer_1.17.dsc
 76e4c231621e76f7a80a9e92f1ccf0ff 83434 debian-installer standard 
arcboot-installer_1.17.tar.gz
 6e0ab31484e2dce0d1fea6f118822a59 55388 debian-installer standard 
arcboot-installer_1.17_mips.udeb
Package-Type: udeb

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

iD8DBQFP3g7Qw3ao2vG823MRAhaxAJ9Yf2S/28b+rE1fhKtwgM7KwQHBrACfQ6fR
0hOj574C3SVzkZS8wdB/9gM=
=MbTl
-END PGP SIGNATURE-


Accepted:
arcboot-installer_1.17.dsc
  to main/a/arcboot-installer/arcboot-installer_1.17.dsc
arcboot-installer_1.17.tar.gz
  to main/a/arcboot-installer/arcboot-installer_1.17.tar.gz
arcboot-installer_1.17_mips.udeb
  to main/a/arcboot-installer/arcboot-installer_1.17_mips.udeb


-- 
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/e1sgkh7-0003im...@franck.debian.org



Accepted partconf 1.38 (source mipsel)

2012-06-17 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Jun 2012 17:59:30 +0200
Source: partconf
Binary: partconf partconf-find-partitions partconf-mkfstab
Architecture: source mipsel
Version: 1.38
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 partconf   - Configure and Mount Partitions (udeb)
 partconf-find-partitions - debian-installer utility for finding partitions 
(udeb)
 partconf-mkfstab - debian-installer utility for creating fstab file (udeb)
Changes: 
 partconf (1.38) unstable; urgency=low
 .
   [ Updated translations ]
   * Asturian (ast.po) by Mikel González
   * Bulgarian (bg.po) by Damyan Ivanov
   * Tibetan (bo.po) by Tennom
   * Czech (cs.po) by Miroslav Kure
   * Welsh (cy.po) by Dafydd Tomos
   * German (de.po) by Holger Wansing
   * Esperanto (eo.po) by Felipe Castro
   * Estonian (et.po) by Mattias Põldaru
   * Basque (eu.po) by Piarres Beobide
   * Galician (gl.po) by Jorge Barreirod
   * Hebrew (he.po) by Lior Kaplanc
   * Hindi (hi.po) by Kumar Appaiah
   * Indonesian (id.po) by Mahyuddin Susantoh
   * Icelandic (is.po) by Sveinn í Felli
   * Italian (it.po) by Milo Casagrande
   * Kannada (kn.po) by Prabodh C P
   * Korean (ko.po) by Changwoo Ryu-
   * Lithuanian (lt.po) by Rimas Kudelis
   * Latvian (lv.po) by Rūdolfs Mazurs
   * Macedonian (mk.po) by Arangel Angov
   * Nepali (ne.po)i
   * Dutch (nl.po) by Jeroen Schot
   * Panjabi (pa.po) by A S Alam
   * Polish (pl.po) by Marcin Owsiany
   * Romanian (ro.po) by Ioan Eugen Stan
   * Russian (ru.po) by Yuri Kozlov
   * Sinhala (si.po)
   * Slovak (sk.po) by Ivan Masár
   * Swedish (sv.po) by Daniel Nylander
   * Uyghur (ug.po) by Sahran
   * Ukrainian (uk.po) by Borys Yanovych
   * Simplified Chinese (zh_CN.po) by YunQiang Su
   * Traditional Chinese (zh_TW.po) by Yao Wei (魏銘廷)
Checksums-Sha1: 
 8eaf89b8a21a974a270b5d2b224893216aafe259 1164 partconf_1.38.dsc
 3fcee0ef7e5b420c7fe785b1ffdfcf6b9f10829f 150373 partconf_1.38.tar.gz
 2ab2572d1aa43f22506a5ce6d1fd3b518a9ff33c 5844 
partconf-find-partitions_1.38_mipsel.udeb
 fe8307dbcd7ef87686a0f83b3a9ae6b1f7bd045e 5552 partconf-mkfstab_1.38_mipsel.udeb
Checksums-Sha256: 
 d580b64b9d5c112e7e582be213c8f53e71172da1faf6b087d1562ccc309f8a0f 1164 
partconf_1.38.dsc
 11570fd18c27367976a1ffae74e1396a27f7421a16d388ae615e8d9e124fa51c 150373 
partconf_1.38.tar.gz
 b2d82e086e6f092079bf6415e350f72af2809d20f644cfe33c10f528c782c229 5844 
partconf-find-partitions_1.38_mipsel.udeb
 bccc754800fbaa12d3fdf06b3f163fe77d28033c1769803200e8b3b443a65634 5552 
partconf-mkfstab_1.38_mipsel.udeb
Files: 
 dcd349bdbaba4f93e595d3206db97e60 1164 debian-installer standard 
partconf_1.38.dsc
 bd83bf5db9f66d2ccd96aff606986b31 150373 debian-installer standard 
partconf_1.38.tar.gz
 1247a06291843c59bf27b612afa1f8de 5844 debian-installer optional 
partconf-find-partitions_1.38_mipsel.udeb
 30f2c4d57e5243ab2dbd40cad1ce414d 5552 debian-installer optional 
partconf-mkfstab_1.38_mipsel.udeb
Package-Type: udeb

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

iD8DBQFP3g7Zw3ao2vG823MRAsZtAJ0YXZni/DrCpUwc8K5/SbhKEPgvvwCeKH9b
em46DP3g8fpsLth0z2Y5C9s=
=aLRU
-END PGP SIGNATURE-


Accepted:
partconf-find-partitions_1.38_mipsel.udeb
  to main/p/partconf/partconf-find-partitions_1.38_mipsel.udeb
partconf-mkfstab_1.38_mipsel.udeb
  to main/p/partconf/partconf-mkfstab_1.38_mipsel.udeb
partconf_1.38.dsc
  to main/p/partconf/partconf_1.38.dsc
partconf_1.38.tar.gz
  to main/p/partconf/partconf_1.38.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/e1sgkkp-0004od...@franck.debian.org



Accepted shorewall 4.5.5.1-1 (source all)

2012-06-17 Thread Roberto C. Sanchez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Jun 2012 14:13:04 -0400
Source: shorewall
Binary: shorewall
Architecture: source all
Version: 4.5.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Roberto C. Sanchez robe...@connexer.com
Changed-By: Roberto C. Sanchez robe...@connexer.com
Description: 
 shorewall  - Shoreline Firewall, netfilter configurator
Changes: 
 shorewall (4.5.5.1-1) unstable; urgency=low
 .
   * New Upstream Version
Checksums-Sha1: 
 b97d5d8088c8d88d6ef62bf4cdb0bd39e5f07cce 1914 shorewall_4.5.5.1-1.dsc
 032ee884d9b93872490d73a114bfcd71811564bb 620554 shorewall_4.5.5.1.orig.tar.gz
 54b1e6ba8a80ffbfe868087f00ce95878f39b417 41211 
shorewall_4.5.5.1-1.debian.tar.gz
 bd586ed3c5c1a7b66e643c65fde2ed688e76e3e3 679164 shorewall_4.5.5.1-1_all.deb
Checksums-Sha256: 
 cbb1ac4966ece9acb97da3d9f6b6f706fb1a5d309aa1c433a7e3802871b2b0a5 1914 
shorewall_4.5.5.1-1.dsc
 7b2b0ca7994cc32e27340e88c4a909f885afe9798017ccd3c62da93fcd387fcb 620554 
shorewall_4.5.5.1.orig.tar.gz
 3ed72c7eae866c918ed4b08bf08397a28b58059511498f9ea35e8c2e79ef3ccd 41211 
shorewall_4.5.5.1-1.debian.tar.gz
 06211289487e189e29dc285320273ebe2bceb0d82a8113f577ec0dd3657ec9ee 679164 
shorewall_4.5.5.1-1_all.deb
Files: 
 6b5e82fb930695e4f7e5aeba472c8da5 1914 net optional shorewall_4.5.5.1-1.dsc
 c4e9a1bb0da8442937b82cbca0694891 620554 net optional 
shorewall_4.5.5.1.orig.tar.gz
 ad9c82a533ce6df92163127752129038 41211 net optional 
shorewall_4.5.5.1-1.debian.tar.gz
 3f8e8485b1eec85df2f33f37ae4acdb9 679164 net optional 
shorewall_4.5.5.1-1_all.deb

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

iQIcBAEBCAAGBQJP3iHwAAoJECzXeF7dp7IPsagQAIxslzRFKfFi38167Wc+TJsg
IvfZNL6Ww8Ot8JcggIsnm4j50njltj/agPtdbAbZHZd914dK0SmJceh3ettTbxH/
6PCmaP8zwbdSJ7Qtp+z3byCOBSbHeUAX2/pWWxqkXCSHzIc3Q+RqWYwTtG7pMjxy
5eMa+CjStsSQrncTSJoNr9EhXann9mBoYzhTpUWhuyJRjv4nBJSRXB2+r59D9yZk
HqeAnXoQJiUcctkjn/z1fgYZHj6RReg4gUJxCjYiNnbB3TY64S9AQXS+HkTqTYi2
057kkrIwbLppgb9dgIay8jYwBp4mXP7oYIFlev/gGg3fEapuDwrHJJG9U3KLbkUk
e+nqyYuIXHplgF/0ojxfx3UbWYubn/UHiixNRHATjoqtpRtxO2EeFHWaGTcw2gDz
yJl+N2aThplriCkfiFFFztDMtQE0cWDMOZOE0jEvvgV2qPnu5ROBSxMfZodwPoRc
Jp86U7uvgiOrfdIpACFfroekPCTYjp2YhNquOPnMXKX6BJ5Ye3qJbqo0i+aDIGrT
HGzIBuO28oQXR6zBNP0YHv0aDEAScjYlOnj3g7HQ2KvJLThkrH99L7IUdK6UHiz4
36hlJsNf/BqT0PP3Yp/0aUcV9WkfayAu4rxKqRCD/CC1rrdR6WUvaf5VaG46DeKG
oLDr6pghSn4kqomPrrrn
=00GI
-END PGP SIGNATURE-


Accepted:
shorewall_4.5.5.1-1.debian.tar.gz
  to main/s/shorewall/shorewall_4.5.5.1-1.debian.tar.gz
shorewall_4.5.5.1-1.dsc
  to main/s/shorewall/shorewall_4.5.5.1-1.dsc
shorewall_4.5.5.1-1_all.deb
  to main/s/shorewall/shorewall_4.5.5.1-1_all.deb
shorewall_4.5.5.1.orig.tar.gz
  to main/s/shorewall/shorewall_4.5.5.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/e1sgkyu-0005uj...@franck.debian.org



Accepted shorewall-core 4.5.5.1-1 (source all)

2012-06-17 Thread Roberto C. Sanchez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Jun 2012 14:12:31 -0400
Source: shorewall-core
Binary: shorewall-core
Architecture: source all
Version: 4.5.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Roberto C. Sanchez robe...@connexer.com
Changed-By: Roberto C. Sanchez robe...@connexer.com
Description: 
 shorewall-core - Shorewall core components
Changes: 
 shorewall-core (4.5.5.1-1) unstable; urgency=low
 .
   * New Upstream Version
Checksums-Sha1: 
 0b89df4dacb4e9aeac53f767c1fc63e859cf6397 1941 shorewall-core_4.5.5.1-1.dsc
 4b11fbe9df8c1ccdc4767d49788e7d109412bfab 60063 
shorewall-core_4.5.5.1.orig.tar.gz
 f557cd2d9e5af65d0773ac69d84270adb5f694cc 2017 
shorewall-core_4.5.5.1-1.debian.tar.gz
 50aebb80d8956dc12afc20ca0a543c1f7581b2b0 48508 shorewall-core_4.5.5.1-1_all.deb
Checksums-Sha256: 
 03281174903f79af3182a9de209005966c731a86c2941b894d276fc9a4f56ce0 1941 
shorewall-core_4.5.5.1-1.dsc
 5c82d56198e414ba80aacb534f91e2137f7f82f6d58d74c3a4f2682c25b12e34 60063 
shorewall-core_4.5.5.1.orig.tar.gz
 f3dcdee8c7515a7cac7e93de7226fe67b1ff1f403298109f9a4907781378e381 2017 
shorewall-core_4.5.5.1-1.debian.tar.gz
 d5f470201ee3feae2a6e6f49c8936ab20f58ba15b316dac0917d515316691046 48508 
shorewall-core_4.5.5.1-1_all.deb
Files: 
 239955cb06edfe8cda73ecf55f27b442 1941 net optional shorewall-core_4.5.5.1-1.dsc
 1bdf2723ede8c32cc7b8b677de176037 60063 net optional 
shorewall-core_4.5.5.1.orig.tar.gz
 b0896e91e09b8e4e4f0e295d7157135a 2017 net optional 
shorewall-core_4.5.5.1-1.debian.tar.gz
 9fd2f19cce28961de91210caeefbc0cf 48508 net optional 
shorewall-core_4.5.5.1-1_all.deb

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

iQIcBAEBCAAGBQJP3iHuAAoJECzXeF7dp7IP4uQQAIBwGJRxJ4aRkmZ2sVTRBJMW
a7UpgdqIKkZKf83UjNdj7I/FTuAp06mqSYJ3d03xne2S69I/r3juqufvlkz+HGkS
3sC4xu/j1VTCuQdTdN5unfbvrUPrcFdTuO8kYWP6b4KdJvvPPYcR/TJCkDwoibYm
pA61ot7ULyFktA8l734PXxxVrU3Tt/eWb26SYvn5cFCFtrdrTLpaqxopEC+/K/r9
nwKZaI9POiDSNyMpm4P/QEiT3dle2qt/vhzqnNJLX0shpqmAcfS+Ij5nIP+HFf3F
35Pxd5oeLgc38oy8Jse3hX0UxvafHbc2cf1zTLxRCR24F2BEHkBR8DSQ8zs+/hW1
XcLnZaQjhkVVBk9lnmfM6gthjwYdTW6/+/WSgiZXwINthBS5eI+xah/h12Xg1aRe
0GhydZ3eUtrbr8zdOXipvpQi8+c7l1COitUYVo8YulKhUPR3SAyucQsDYDP+TnJl
6jv1VE86jlU5Dl/2MEG2+GYDn62vauVLwMkV1Lm0WMeXmP6hyEkSl9M46gDQ+NS0
Bu01Bl11oDSfi97gGufDujLfgzQbuaZ2W/g7YBOFDivii/smaBIbtzNJrWKWeHk2
fbVXW8I5CcHXWU5uDuZPx2HiTGR5exbLpyWEZp8RRUHYGJ5fSCoUbvu/OuP3caEe
7HR+1BEWvpNbM5q3WfmN
=fW3t
-END PGP SIGNATURE-


Accepted:
shorewall-core_4.5.5.1-1.debian.tar.gz
  to main/s/shorewall-core/shorewall-core_4.5.5.1-1.debian.tar.gz
shorewall-core_4.5.5.1-1.dsc
  to main/s/shorewall-core/shorewall-core_4.5.5.1-1.dsc
shorewall-core_4.5.5.1-1_all.deb
  to main/s/shorewall-core/shorewall-core_4.5.5.1-1_all.deb
shorewall-core_4.5.5.1.orig.tar.gz
  to main/s/shorewall-core/shorewall-core_4.5.5.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/e1sgkyl-0005uv...@franck.debian.org



Accepted shorewall-init 4.5.5.1-1 (source all)

2012-06-17 Thread Roberto C. Sanchez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Jun 2012 14:11:26 -0400
Source: shorewall-init
Binary: shorewall-init
Architecture: source all
Version: 4.5.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Roberto C. Sanchez robe...@connexer.com
Changed-By: Roberto C. Sanchez robe...@connexer.com
Description: 
 shorewall-init - Shorewall initialization
Changes: 
 shorewall-init (4.5.5.1-1) unstable; urgency=low
 .
   * New Upstream Version
Checksums-Sha1: 
 52b101e3da3ece844934f31b66377a1af7ade543 1941 shorewall-init_4.5.5.1-1.dsc
 3d170fd2caa984cf91c22b262bf61544a790 40085 
shorewall-init_4.5.5.1.orig.tar.gz
 ccb8b2b7f572368b5cd469fecc7ff4b5554d5f19 2897 
shorewall-init_4.5.5.1-1.debian.tar.gz
 676bfb7325ca74418065477a7480cfe4677854fa 27454 shorewall-init_4.5.5.1-1_all.deb
Checksums-Sha256: 
 748d938f68f92b424cfc26902b0bbb07102873b6f044669dea6e47038cceb64c 1941 
shorewall-init_4.5.5.1-1.dsc
 c42764328f52f3d20e6d169f54f0ebdc756ed3882e83a23b49753f542358f0f9 40085 
shorewall-init_4.5.5.1.orig.tar.gz
 f59e417ee7aa312cae109559fca3d0a37c98bd49afce3006be5eb524e24e1cf5 2897 
shorewall-init_4.5.5.1-1.debian.tar.gz
 5ae5ccc9069e046967946e385cfa18f13e1140ed652e5a2e7048c238bc287b45 27454 
shorewall-init_4.5.5.1-1_all.deb
Files: 
 328dbf88f8dc051e8939ea32f938d74a 1941 net optional shorewall-init_4.5.5.1-1.dsc
 cd327c24eedd5412ab8294bad424f5fa 40085 net optional 
shorewall-init_4.5.5.1.orig.tar.gz
 695c5bf66f00fb57330f11719241fe84 2897 net optional 
shorewall-init_4.5.5.1-1.debian.tar.gz
 95d5694eb021af6f84a837f1f208e00a 27454 net optional 
shorewall-init_4.5.5.1-1_all.deb

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

iQIcBAEBCAAGBQJP3iHuAAoJECzXeF7dp7IPaUsP/A01d0IddJg9ULkt2k12zgYP
yP/2QZ5brnKTrQGAUhDfFu3wdOgfB3fArBTU+NgBry6VNOwtPSOFUh8CpJtJDacb
9P12LrdVcDK6cj5UPQJuLnqDdDZPkhvcu0A+x4fhEMTgcaslMSRhUHIamDRQY3EL
SfxOT/aGiBgYqYaEpE8OFpCLbB+vROAmjAnM/w1+L8ysH82jXedfsDt0jT1xeL2a
YLIeP63LXlsAxBZNcHTPnurJisb6y2G5+/lghUFXKlhLZm87ql4Q7dSuC/hHxRXs
kO/0RHSD7xYbotd5qlTces62zFyUQEXtawI7N73mcfySwUBq0xV78r7pstaq/R7t
vJIrLOpXQumhLtGL9BijLPp+Hr3eDd4lRZq/5UcJa6DxT1IDIbBnLGcw9D7qug8o
NnIOHEr/FVBgzA2eP0o5bNCQRxtvYJUX1W0Vh/RuvWBuxS1hnx7+jmgiHktqd5ts
3MDsUvtrbQgsivmSk0SWow2xKRgcNGwXiybEh0X1gpl/+lLvWP0ecEAT4pfKDJUU
b/aIOGHoR7pJ7VDJTRYhCw97XYdz2/4/kC5k/NgR+GevZ0azdP9kmNPpEVXn5jvS
u2m7iTSy7OSzewIJLqMj2G8QSYfgYUinEeSe9QtNIpmowgSSgZQE/Afqqq82NJbj
Xxnjjs2aBKlBmcOG6Rfa
=nwYr
-END PGP SIGNATURE-


Accepted:
shorewall-init_4.5.5.1-1.debian.tar.gz
  to main/s/shorewall-init/shorewall-init_4.5.5.1-1.debian.tar.gz
shorewall-init_4.5.5.1-1.dsc
  to main/s/shorewall-init/shorewall-init_4.5.5.1-1.dsc
shorewall-init_4.5.5.1-1_all.deb
  to main/s/shorewall-init/shorewall-init_4.5.5.1-1_all.deb
shorewall-init_4.5.5.1.orig.tar.gz
  to main/s/shorewall-init/shorewall-init_4.5.5.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/e1sgkz2-0005vu...@franck.debian.org



Accepted shorewall-lite 4.5.5.1-1 (source all)

2012-06-17 Thread Roberto C. Sanchez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Jun 2012 14:14:14 -0400
Source: shorewall-lite
Binary: shorewall-lite
Architecture: source all
Version: 4.5.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Roberto C. Sanchez robe...@connexer.com
Changed-By: Roberto C. Sanchez robe...@connexer.com
Description: 
 shorewall-lite - Shorewall (lite version), a high-level tool for configuring 
Netfi
Changes: 
 shorewall-lite (4.5.5.1-1) unstable; urgency=low
 .
   * New Upstream Version
Checksums-Sha1: 
 1745e45922dd8f6f7204c98342ddf2de09498875 1941 shorewall-lite_4.5.5.1-1.dsc
 4751320e3f63f8a94ec3fc9f6878968e78d92c1d 57903 
shorewall-lite_4.5.5.1.orig.tar.gz
 64d11358cd448306e5a4f9ad6419b90a842c601c 5212 
shorewall-lite_4.5.5.1-1.debian.tar.gz
 3840cd958a215dc814fb184aa743b05a6d47b7c6 23420 shorewall-lite_4.5.5.1-1_all.deb
Checksums-Sha256: 
 403d911eebcc5519df36416b7755caee3ae42f7dcd5c54f3da95351a12d078e6 1941 
shorewall-lite_4.5.5.1-1.dsc
 ef806718607c15e84556df6d12f5ae0ffb378d106e49ddbe53cb63a14c30c7b0 57903 
shorewall-lite_4.5.5.1.orig.tar.gz
 e35bb2811669c25012d3fcc040bc541b7d65a9593c8d35a3ec448fd9e0c5327c 5212 
shorewall-lite_4.5.5.1-1.debian.tar.gz
 77f346c66b52fcee079cdd49273cc95f3ee413823c6e5155791fae7ea016c647 23420 
shorewall-lite_4.5.5.1-1_all.deb
Files: 
 5023b92ab2afcf3ee424379f59b0404c 1941 net optional shorewall-lite_4.5.5.1-1.dsc
 84a7fa90e2a2e4a4084cae659bc4b8ca 57903 net optional 
shorewall-lite_4.5.5.1.orig.tar.gz
 1936b4cd25ce4dfb61b89f0032e1bfa0 5212 net optional 
shorewall-lite_4.5.5.1-1.debian.tar.gz
 c3825cb69251f35ea6995f39f3bc135a 23420 net optional 
shorewall-lite_4.5.5.1-1_all.deb

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

iQIcBAEBCAAGBQJP3iHuAAoJECzXeF7dp7IPFK4P/2vyGzVs8ey29QRfIh+vkql4
By7Wol43vlqt8FeIjaSB7lr1/Zl9pRU1EmAxOH+69xT8ZKqi4Atof5qy3pjmYsph
OPCEYSQUE0Y1/ca5a3DNwAsD0xBEsYtN7XY9L5BODZK6fNBaRkfzaT0j+W0ps3Lg
NiGozLk0nkWArkfuUTxXUA65PqreR1wTeBLt2ftLh4l+SKSfe0uscEu8B9HMbUO0
VB7xETAiUqndSBEjdQaREEPAr74DGU+j0eW158LfuSXLaaX5bzwde31gQkqfx4Iv
HC3dhb59cCkCza8dgW6DtUGc5qooe1dh8bK9eRKpRCieHMiuc4vTCP/WK+9LpYCM
jRn/M/8MVzGhT3jRgz/tkFkoLcrh4nDMmrvIzkvoJtrDCjgo9xmlsEO4Cnd9qV/4
4BjJUffHCa3EBU3jZ+EoRJ3eaJuqx0reKzTi2sH8vuygrH9VODXuIkoYdcO6tB/v
qImxDpmIPZcNZY/y9wYcfrpOEaWgzwrrUaR+1/EYOthote6INgELapRmBENjdi4s
mrie9maLG0/vTufuyB2LwiI3TlpcbIc4nyULXqCMO2EVivsahUYCFRgiJTkUzv74
3MUeAYHqEmMz86rhayneqR0ax9+e8ihW4YghWHSz+Y1He/Sxb5Yo9C1jAfHdVual
3v9DTH092L2gZ3YqR7R8
=TygE
-END PGP SIGNATURE-


Accepted:
shorewall-lite_4.5.5.1-1.debian.tar.gz
  to main/s/shorewall-lite/shorewall-lite_4.5.5.1-1.debian.tar.gz
shorewall-lite_4.5.5.1-1.dsc
  to main/s/shorewall-lite/shorewall-lite_4.5.5.1-1.dsc
shorewall-lite_4.5.5.1-1_all.deb
  to main/s/shorewall-lite/shorewall-lite_4.5.5.1-1_all.deb
shorewall-lite_4.5.5.1.orig.tar.gz
  to main/s/shorewall-lite/shorewall-lite_4.5.5.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/e1sgkzj-0005w8...@franck.debian.org



  1   2   >