Bug#701166: ITP: haskell-derive -- Deriving instances for data types in Haskell

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

* Package name: haskell-derive
  Version : 2.5.11
  Upstream Author : Neil Mitchell ndmitch...@gmail.com
* URL : http://hackage.haskell.org/package/derive-2.5.11
* License : BSD
  Programming Lang: Haskell
  Description : Deriving instances for data types in Haskell

 Data.Derive is a library and a tool for deriving instances for Haskell 
 programs.  It is designed to work with custom derivations, SYB and 
 Template Haskell mechanisms.  The tool requires GHC, but the generated 
 code is portable to all compilers.  This tool can be regarded as a 
 competitor to DrIFT.


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



Re: realise diff-updates with dpkg

2013-02-22 Thread iceWave IT

 I don't know how big your squidguard blacklists are (its a good idea to
 include details when asking questions), but the largest one I could find
 was 20MB [...]

My biggest list is 22MB and gets daily updates. But because it uses much
RAM when be loaded I check all entrys one time per week so that only online
servers are in these list. So the total size is now about 16MB. All in all
that are 16 Lists between 1 and 16 MB. No problem for your internet
connection - the connection of my client sometimes gets only 42kb/s!


Anyway, rsync sounds like the most appropriate mechanism to transfer these
 particular databases.

My blacklists should be available for everyone not only for those who can
connect with my server via ssh...


Re: NDEBUG when building packages?

2013-02-22 Thread Mathieu Malaterre
On Tue, Feb 19, 2013 at 5:30 PM, Ian Jackson
ijack...@chiark.greenend.org.uk wrote:
 Daniel Pocock writes (NDEBUG when building packages?):
 I notice some upstreams hack NDEBUG into their Makefile, while others
 leave it at the discretion of the user

 Is there any distribution policy for this?  Should I be adding something
 into debian/rules to set -DNDEBUG when I prepare a package for release?

 -DNDEBUG is (normally) EBW.

http://en.wikipedia.org/wiki/EBW ?

 Unless your packages are weird in some way, you shouldn't set it.
 Even if upstream specify it it can be right to remove it.

In that case, this should really be clarified. A lot of debian/cmake
packages are actually doing:

-DCMAKE_BUILD_TYPE:STRING=Release

within there debian/rules files. This settings by default compiles
with: `-O3 -DNDEBUG`

2cts


-- 
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/ca+7wusypgyth9thhokhxak-bf2gv1mdoxx8hzc-qjix9srf...@mail.gmail.com



Re: realise diff-updates with dpkg

2013-02-22 Thread Peter Samuelson

  Anyway, rsync sounds like the most appropriate mechanism to
  transfer these particular databases.

[iceWave IT]
 My blacklists should be available for everyone not only for those who
 can connect with my server via ssh...

rsync doesn't require ssh; for your scenario you probably just want
'rsync --daemon' from inetd.  And yes, this is very much a job for
rsync.  Or go with zsync, if you want to use http as a transport.
Don't try to emulate rsync with dpkg, it will not go well.  dpkg
doesn't add anything you can't get with a little scripting (and
producing your incremental debs definitely requires some scripting
too).

(If reloading a full dataset into your database is _that_ expensive,
what you want to do is 'ln'-backup the old file, rsync the new, 'diff'
them, and use the diff output to generate a database import script.)


-- 
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/20130222193824.gt4...@p12n.org



Re: NDEBUG when building packages?

2013-02-22 Thread Daniel Pocock


Mathieu Malaterre ma...@debian.org wrote:

On Tue, Feb 19, 2013 at 5:30 PM, Ian Jackson
ijack...@chiark.greenend.org.uk wrote:
 Daniel Pocock writes (NDEBUG when building packages?):
 I notice some upstreams hack NDEBUG into their Makefile, while
others
 leave it at the discretion of the user

 Is there any distribution policy for this?  Should I be adding
something
 into debian/rules to set -DNDEBUG when I prepare a package for
release?

 -DNDEBUG is (normally) EBW.

http://en.wikipedia.org/wiki/EBW ?

My understanding is that he means

Evil
Bad
Wrong

Some people argue that assert itself is just as bad


 Unless your packages are weird in some way, you shouldn't set it.
 Even if upstream specify it it can be right to remove it.

In that case, this should really be clarified. A lot of debian/cmake
packages are actually doing:

-DCMAKE_BUILD_TYPE:STRING=Release

within there debian/rules files. This settings by default compiles
with: `-O3 -DNDEBUG`


Changing this would, in the short term, cause many new crashes to be observed.

In the long term, the feedback about such issues (assuming the assert stderr 
output is captured by the users and reported upstream) could lead to an 
improvement in quality and the resolution/prevention of more obscure issues.

+1 to ban NDEBUG in jessie





-- 
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/0725397c-d31f-4c55-8d8a-ccf0f6454...@email.android.com



Bug#701174: ITP: haskell-pointedlist -- zipper-like comonad which works as a list, tracking a position

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

* Package name: haskell-pointedlist
  Version : 0.4.0.4
  Upstream Author : Jeff Wheeler jeffwhee...@gmail.com
* URL : http://hackage.haskell.org/package/pointedlist-0.4.0.4
* License : BSD
  Programming Lang: Haskell
  Description : zipper-like comonad which works as a list, tracking a 
position

This Haskell library provides PointedList, which tracks the position in a 
non-empty list which works similarly to a zipper. A current item is always 
required, and therefore the list may never be empty. A circular PointedList 
wraps around to the other end when progressing past the actual edge.


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



Re: NDEBUG when building packages?

2013-02-22 Thread Ian Jackson
Mathieu Malaterre writes (Re: NDEBUG when building packages?):
 On Tue, Feb 19, 2013 at 5:30 PM, Ian Jackson
 ijack...@chiark.greenend.org.uk wrote:
  Daniel Pocock writes (NDEBUG when building packages?):
  I notice some upstreams hack NDEBUG into their Makefile, while others
  leave it at the discretion of the user
 
  Is there any distribution policy for this?  Should I be adding something
  into debian/rules to set -DNDEBUG when I prepare a package for release?
 
  -DNDEBUG is (normally) EBW.
 
 http://en.wikipedia.org/wiki/EBW ?

Evil, Bad and Wrong.

  Unless your packages are weird in some way, you shouldn't set it.
  Even if upstream specify it it can be right to remove it.
 
 In that case, this should really be clarified. A lot of debian/cmake
 packages are actually doing:
 
 -DCMAKE_BUILD_TYPE:STRING=Release
 
 within there debian/rules files. This settings by default compiles
 with: `-O3 -DNDEBUG`

OMG WTF BBQ

Certainly -DNDEBUG should never be used unless upstream explicitly say
that it's intended to be supported, and usually not even then.

Pretty much the only reason to use it is if it is necessary to disable
time-consuming checks, but most upstreams are more sensible than to
throw the assert() baby out with the expensive consistency check
bathwater.

Ian.


-- 
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/20775.38178.57144.518...@chiark.greenend.org.uk



Re: NDEBUG when building packages?

2013-02-22 Thread Russ Allbery
Ian Jackson ijack...@chiark.greenend.org.uk writes:
 Mathieu Malaterre writes (Re: NDEBUG when building packages?):

 In that case, this should really be clarified. A lot of debian/cmake
 packages are actually doing:

 -DCMAKE_BUILD_TYPE:STRING=Release

 within there debian/rules files. This settings by default compiles
 with: `-O3 -DNDEBUG`

 OMG WTF BBQ

 Certainly -DNDEBUG should never be used unless upstream explicitly say
 that it's intended to be supported, and usually not even then.

Also, -O3 is generally considered rather iffy.  It's not very well-tested
and in various versions of GCC it tended to make the code slower, not
faster (usually because it unrolled loops too far and blew the CPU cache).
It's also had various code generation bugs from time to time.

I wouldn't use -O3 without benchmarking of that specific code to confirm
that it really improves matters.

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87mwuw9imi@windlord.stanford.edu



Bug#701221: ITP: libdancer2-perl -- lightweight yet powerful web application framework

2013-02-22 Thread gregor herrmann
Package: wnpp
Owner: gregor herrmann gre...@debian.org
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libdancer2-perl
  Version : 2.01
  Upstream Author : Alexis Sukrieh suk...@sukria.net
* URL : https://metacpan.org/release/Dancer/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : lightweight yet powerful web application framework

Dancer2 is the new generation lightweight web-framework for Perl. It's a
complete rewrite of Dancer based on Moo.


-- 
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/20130223022322.ga5...@jadzia.comodo.priv.at



Accepted python-eventlet 0.12.0-1 (source all)

2013-02-22 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 22 Feb 2013 07:25:50 +
Source: python-eventlet
Binary: python-eventlet
Architecture: source all
Version: 0.12.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Thomas Goirand z...@debian.org
Description: 
 python-eventlet - concurrent networking library for Python
Changes: 
 python-eventlet (0.12.0-1) experimental; urgency=low
 .
   * New upstream version.
   * Uploading to experimental during the freeze.
   * X-Python-Version now = 2.6.
   * Now using compat and debhelper 9.
   * Requires python-all (= 2.6.6-3~).
   * Drops retry-on-timeout and threading-leak patches no longer needed.
Checksums-Sha1: 
 6a7cca9ca90705f0f1c6c65c38bfa04c35eb43da 1610 python-eventlet_0.12.0-1.dsc
 2adb6a1c6f25d3a96b336a287cb32d3499d26a4b 268208 
python-eventlet_0.12.0.orig.tar.gz
 195bca43b6516a02233befa272744161c7d49a05 5762 
python-eventlet_0.12.0-1.debian.tar.gz
 cc1654a36b08eb8fc39ca10cd0a3ddeb63dcc4ef 300750 
python-eventlet_0.12.0-1_all.deb
Checksums-Sha256: 
 2518afcf2fa59712ec8dd678fc893d9b0c7ed4ea5c7af97a26d59a66b155ef4c 1610 
python-eventlet_0.12.0-1.dsc
 157316a57f5ff28825564f5b2463ce9e2827726f466613d5e5d639bc5aedfb86 268208 
python-eventlet_0.12.0.orig.tar.gz
 da60bd9c0d46a80114871da086863ab58b0697bcd00cd534440ac1db2877427c 5762 
python-eventlet_0.12.0-1.debian.tar.gz
 c1c8691387d08b2d03a3f36ba5b890f0c999cbd99f2d5a2978f855aac0148086 300750 
python-eventlet_0.12.0-1_all.deb
Files: 
 5ab1b7d6d91423c72a465164bc022277 1610 python optional 
python-eventlet_0.12.0-1.dsc
 6cfd34f287f78d64a3c5c43c66c4bd33 268208 python optional 
python-eventlet_0.12.0.orig.tar.gz
 46efe64e3cb94657083e191d61ff6c6e 5762 python optional 
python-eventlet_0.12.0-1.debian.tar.gz
 b554863aef1465c6e1f4c5de61714a74 300750 python optional 
python-eventlet_0.12.0-1_all.deb

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

iEYEARECAAYFAlEnJswACgkQl4M9yZjvmklQjACgpOhRiCsIv6rMLp8SKKkd9viH
E9IAoNBSzpw2zgNHdMivjJM8Gjuzbt1+
=6ydJ
-END PGP SIGNATURE-


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



Accepted dicom3tools 1.0~20130220b-1 (source amd64)

2013-02-22 Thread Mathieu Malaterre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 22 Feb 2013 09:46:12 +0100
Source: dicom3tools
Binary: dicom3tools
Architecture: source amd64
Version: 1.0~20130220b-1
Distribution: experimental
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Mathieu Malaterre ma...@debian.org
Description: 
 dicom3tools - DICOM medical image files manipulation and conversion tools
Changes: 
 dicom3tools (1.0~20130220b-1) experimental; urgency=low
 .
   * New upstream
   * Add code for Sup 162 (SCOORD3D)
Checksums-Sha1: 
 f9108a4195e8dd36b71192549e797521dce67d59 2110 dicom3tools_1.0~20130220b-1.dsc
 ffad7a23e3d7605293ba3d5914154683cba34eca 907082 
dicom3tools_1.0~20130220b.orig.tar.bz2
 83a753cb927beb9980d1c23cd3f8766109a9e3bc 11367 
dicom3tools_1.0~20130220b-1.debian.tar.gz
 478818d81854c90336cd381daa6d2efc27803988 7807310 
dicom3tools_1.0~20130220b-1_amd64.deb
Checksums-Sha256: 
 1b222aa6b3c48f102fe99315d3df93358d7eb7f66c05bcf456e4d24fa940a978 2110 
dicom3tools_1.0~20130220b-1.dsc
 a0ef7e8e1db80f0aa39f0c2a74dac44bc1c3dda83b7833c5303ac132fece7069 907082 
dicom3tools_1.0~20130220b.orig.tar.bz2
 eccf22b4587441144c07d01c53974531c83da50ea0adbbfe2713d9249c165de7 11367 
dicom3tools_1.0~20130220b-1.debian.tar.gz
 18c066e7e349308e790d56c7ed51ba5ede92178c577dd7b3e65a6231f346f83b 7807310 
dicom3tools_1.0~20130220b-1_amd64.deb
Files: 
 634aae37ba4da84b40aac92e614673c0 2110 graphics extra 
dicom3tools_1.0~20130220b-1.dsc
 1f6ac1f79dabfe3ed834bb641b791881 907082 graphics extra 
dicom3tools_1.0~20130220b.orig.tar.bz2
 602da6ac78f933f3481ededa27d781c2 11367 graphics extra 
dicom3tools_1.0~20130220b-1.debian.tar.gz
 76387dbc00f7b5bd7353f05e81ed3769 7807310 graphics extra 
dicom3tools_1.0~20130220b-1_amd64.deb

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

iQIcBAEBAgAGBQJRJzUMAAoJEAFx4YKK4JNFiccP/3dGqz4s4u8SqcoQtbLPYKTN
LW3aqnQX17bIH5jnHSo1QTfaOd7lX4ts+sVTEJoHIyaV6bR19YS1k8R6IKOXH9Hv
vBYncwrRNTnuNo/0Tf4/HqUezKV0uF4R+wx9fLFRWlAH/4F1xuvFpx9Mpl4iFkC3
+4AacfDQjOEVZ7aROSR+inLS1LYMvKoFqi3ef8yVnOQBJL15mJ26tBQU16uUUbzr
dY9BMYdXaSpxicb3CfyTHjzVpyOL6Apq9eCQRSIJfc8OAkp7DwtXlFOoADbb8uYS
9Jd4nIBJXNJdo6hamhmbgUlzRYlrsA2pvvSz56NNGMmEtFqRUU4EfSpriYFKSmn3
SEZ8eSf/LX4KwUSqXuFkeoXNH1QySugbUAFhGWd5FzMcm/cN5kfXDDAY9la6metg
y3CCfN7CUYHkOwPovqhIPOZsubpUe/jQhdyQk0i0Pg+WB2wJIRytRGNLvHc5h0hk
P5sA40NzDLlC7yR4edRZ8mWlNmCf5uaSaHn56dJKzu2S965l1o7bO7HAlVMFnqwO
++XiQoCYiaAIMNvmW8kVx8k4eZEUQ8vxj/ERezFSBWHpKHAjgU/BFQqkVFhET6jE
4dOgS/TuiIa8UKA/vg0mTqjVNjJwNck4f80bAupScavO/C5R2yRvPwbIF2DfULH0
hm/e17dKlhjcabWjWuuD
=fhE3
-END PGP SIGNATURE-


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



Accepted openmpi1.6 1.6.4-1 (source amd64 all)

2013-02-22 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 22 Feb 2013 09:27:09 +0100
Source: openmpi1.6
Binary: openmpi1.6-bin libopenmpi1.6-dev libopenmpi1.6 openmpi1.6-common 
openmpi1.6-doc libopenmpi1.6-dbg openmpi1.6-checkpoint
Architecture: source amd64 all
Version: 1.6.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Open MPI Maintainers 
pkg-openmpi-maintain...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description: 
 libopenmpi1.6 - high performance message passing library -- shared library
 libopenmpi1.6-dbg - high performance message passing library -- debug library
 libopenmpi1.6-dev - high performance message passing library -- header files
 openmpi1.6-bin - high performance message passing library -- binaries
 openmpi1.6-checkpoint - high performance message passing library -- checkpoint 
support
 openmpi1.6-common - high performance message passing library -- common files
 openmpi1.6-doc - high performance message passing library -- man pages
Changes: 
 openmpi1.6 (1.6.4-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 48f357a5e3066db29d53c9b638a351e56b7e151e 2043 openmpi1.6_1.6.4-1.dsc
 3acfe95f80b19a11b300cae40ce6649dff6df5cf 15478766 openmpi1.6_1.6.4.orig.tar.gz
 579b6d3ad90e9121de10eed4d4f4d58b71c27879 29103 openmpi1.6_1.6.4-1.debian.tar.gz
 c36eb9c16207c420ae61439dfe669a73cd962190 175172 
openmpi1.6-bin_1.6.4-1_amd64.deb
 0fe7d999c0f2ee07e04e728f758a146c9f124577 563360 
libopenmpi1.6-dev_1.6.4-1_amd64.deb
 693c78af55d01e36adabebf243e27cf8eafbb114 2219536 
libopenmpi1.6_1.6.4-1_amd64.deb
 4349151a4edbca6e838b033b5e55807857ced334 117738 
openmpi1.6-common_1.6.4-1_all.deb
 c93f7aa3c3732a4e7344bbe82a10053a36d988b8 493344 openmpi1.6-doc_1.6.4-1_all.deb
 4aad4092f6a736a6f4a2078a38a7bbe3029bbfe7 9498654 
libopenmpi1.6-dbg_1.6.4-1_amd64.deb
 78914ad641114f9958a633812fb424a4a357c5d0 99642 
openmpi1.6-checkpoint_1.6.4-1_amd64.deb
Checksums-Sha256: 
 e6edefe7996e09e5d1c586c4ca35fc9ca9a36b283150c4ca811891a926ca6998 2043 
openmpi1.6_1.6.4-1.dsc
 d8b507309dcbd463b76c1ae504998a8c6221292e6bf10533880ea264be604dc4 15478766 
openmpi1.6_1.6.4.orig.tar.gz
 9ad89724bc0ef1665796a3d5b3335346038d975267ebf6f42f9968ca0abe1422 29103 
openmpi1.6_1.6.4-1.debian.tar.gz
 a41c6e076632de208561c00c3f7862741951ba6398ee75e1a51bf58b6d6eefd7 175172 
openmpi1.6-bin_1.6.4-1_amd64.deb
 344a8faab7f468289e4451e7a98b376366ca265aa882c6239592cbfe9fc57ddd 563360 
libopenmpi1.6-dev_1.6.4-1_amd64.deb
 aeaa2c70dd53afaf7b2dce35ded9d293661ba1ab7e114810cc573dc9b6d97099 2219536 
libopenmpi1.6_1.6.4-1_amd64.deb
 100dddcdfc39723bb41a45930e72e0739ecfbf47d7deccf15d68f4356206d48f 117738 
openmpi1.6-common_1.6.4-1_all.deb
 42cbeb96c0a7d0b6c0f669a4a0228249c4a0e2987a303f5eccbbb3e5019d150c 493344 
openmpi1.6-doc_1.6.4-1_all.deb
 2b21a57490cb6513281c63b810b3719cf933e84d3b0a97c1e68ee9e0fb1e96df 9498654 
libopenmpi1.6-dbg_1.6.4-1_amd64.deb
 ff6c2b9c969bc2607aa8dae2f9de79bb579592ca4f9d53ec0b1a19b1468f2de9 99642 
openmpi1.6-checkpoint_1.6.4-1_amd64.deb
Files: 
 707256b707d6ab974a5707d776331197 2043 net extra openmpi1.6_1.6.4-1.dsc
 70aa9b6271d904c6b337ca326e6613d1 15478766 net extra 
openmpi1.6_1.6.4.orig.tar.gz
 b2d901efa602453d318041dbe4248c89 29103 net extra 
openmpi1.6_1.6.4-1.debian.tar.gz
 99c91f3113bb14ad3a598f3aa845e87f 175172 net extra 
openmpi1.6-bin_1.6.4-1_amd64.deb
 0d180faa10a4742dda53c483cf94772c 563360 libdevel extra 
libopenmpi1.6-dev_1.6.4-1_amd64.deb
 28150ef1bf51a90ef8bb32a66b0df7d9 2219536 libs extra 
libopenmpi1.6_1.6.4-1_amd64.deb
 7e3899abc887dc02335d4ef13e76385c 117738 net extra 
openmpi1.6-common_1.6.4-1_all.deb
 bdccd85e3d936e915cb10c043a269182 493344 doc extra 
openmpi1.6-doc_1.6.4-1_all.deb
 16fdd23cd9274982522088f14343569d 9498654 debug extra 
libopenmpi1.6-dbg_1.6.4-1_amd64.deb
 25e62ae9cf6267555dd470f5284c06e4 99642 net extra 
openmpi1.6-checkpoint_1.6.4-1_amd64.deb

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

iEYEARECAAYFAlEnQNoACgkQiOXXM92JlhAbWwCg7gaO2I7GU85DMmuvhbGWwtlf
EM8AoNZ7lHABf2shzac9WE2JwxJLcLsC
=fApS
-END PGP SIGNATURE-


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



Accepted parser 3.4.2-5 (source all amd64)

2013-02-22 Thread Sergey B Kirpichev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 22 Feb 2013 19:49:43 +0400
Source: parser
Binary: parser3 parser3-common parser3-cgi libapache2-mod-parser3 parser3-dev
Architecture: source all amd64
Version: 3.4.2-5
Distribution: unstable
Urgency: low
Maintainer: Sergey B Kirpichev skirpic...@gmail.com
Changed-By: Sergey B Kirpichev skirpic...@gmail.com
Description: 
 libapache2-mod-parser3 - Parser 3, HTML-embedded scripting language (Apache2 
module)
 parser3- Parser 3, HTML-embedded scripting language (metapackage)
 parser3-cgi - Parser 3, HTML-embedded scripting language (CGI binary)
 parser3-common - Common files for packages built from the Parser 3 source
 parser3-dev - Files for Parser 3 module development
Changes: 
 parser (3.4.2-5) unstable; urgency=low
 .
   * LIBXML2_NEW_BUFFER API changes in patch 108 (from Ubuntu) to fix
 FTBFS with newer libxml2
Checksums-Sha1: 
 01d2cce7142b1f80ab20c79d3d920f1a5fb74d1d 2153 parser_3.4.2-5.dsc
 b61aaeed85e672171adc5533ca032b819cc76868 52520 parser_3.4.2-5.debian.tar.gz
 ac2f7ba31a53753669d5ad4cbe540394f97c4311 1058 parser3_3.4.2-5_all.deb
 8ab3eafe076d9334d90fa7c70bd11ddf3e0aa4a0 118792 
parser3-common_3.4.2-5_amd64.deb
 8e51bad953a1ef3fbe016c19d6e474cfbb0fd87e 469432 parser3-cgi_3.4.2-5_amd64.deb
 bde7bc8d8fcafb90416d52833722755a5109ce7b 524282 
libapache2-mod-parser3_3.4.2-5_amd64.deb
 d1a4f0b483895e892559883cc180366e8a4e793a 3080 parser3-dev_3.4.2-5_amd64.deb
Checksums-Sha256: 
 10be7c12a61fa7a2fbae25c35544a123e0ce5e045da3c5216aae471cec63 2153 
parser_3.4.2-5.dsc
 5de51717d9076800da4a0423f990dbf4987cf2e4476b411e2ea02e5b5ec91dcc 52520 
parser_3.4.2-5.debian.tar.gz
 887db3a74b62702e78484b115b70fb3350e6a6db10179e8bbce7aa7774ac8eb9 1058 
parser3_3.4.2-5_all.deb
 838f74f1e307d747f47edf8b4245a2281fb38db96e350a2a74c3acf5f2dde5f6 118792 
parser3-common_3.4.2-5_amd64.deb
 c5738a926b21df0cdedc548c0e9b7f6369248e1e42f765d13fa73034c54cba8e 469432 
parser3-cgi_3.4.2-5_amd64.deb
 935365c3fa9e5d5f4a9ac985a5ea47258857667eb4aa96300f886f437bb3bee1 524282 
libapache2-mod-parser3_3.4.2-5_amd64.deb
 fd11ba53c1394ed299d8aa2200a8b34e154742142b8a9a87d598356368c2185c 3080 
parser3-dev_3.4.2-5_amd64.deb
Files: 
 02703362a96f8149800805d717513ed1 2153 web optional parser_3.4.2-5.dsc
 37e16da0a451c9fe276e1cf1e7d2b298 52520 web optional 
parser_3.4.2-5.debian.tar.gz
 39b5c4e02f8804e379b1755a56f2a6e2 1058 web optional parser3_3.4.2-5_all.deb
 dc8cf8ba83ff73946e3da72378e905cd 118792 web optional 
parser3-common_3.4.2-5_amd64.deb
 4f10cba31f1060b4a19dd7364c9927f5 469432 web optional 
parser3-cgi_3.4.2-5_amd64.deb
 b227dcca1e7a2a01e7e797a36f9abf32 524282 web optional 
libapache2-mod-parser3_3.4.2-5_amd64.deb
 fce5bd321e2be40b15cfa9df95537271 3080 devel optional 
parser3-dev_3.4.2-5_amd64.deb

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

iQIcBAEBCAAGBQJRJ5X6AAoJEDnJoLZAJirwBJ4P/j3gdb1nmnX+BzMvT7R1dcxV
vIQcYPmhu1AVqDtt10zWW+9hm93joymTGZPr7vJrsp3Z1rMBJ78gOcc6sAKbjrC/
7e61uJBcxoe1aYVsUjR68Ehoq88z4Ha1qImRLAZs2r8Arl1uJwVy5C2U6CSLOFgK
kGAzF1xXe0jJpMuA9k2IBxDJGKCUIdj2hT5f59qdns63r/KfxZqUOVTUrIwtpDbw
VJq85dZdRaASbQC/VtjF6OeszwbQcZ1T4ZX3FzfZFdTOrQvHOw72q+uXf2YgqNpN
Mq05hDVJPzCEDGGRgnoowdt7KMhfiYwXkRZ/M/9aExPlKtN6nWX5fWiH1ZEMAsTw
j2/UP0/UI3CwLsVuSVZxqpGqeFi5XMRfXXQ/OxEdp9hidzcGTacgZUjtfuDIwld7
/YJ9MlezYQ5K4OFtd+MrjnQahqoGDG6jrJIatHpsaDkl03ivILz6adtg9bop9SNE
X20SemMZBWW8UDwidmx9il9nfFIGeaIqux0JhpvCH/PqNxav2+x+OA54jSaiuMl7
9SBs6UAXPfL8bhxev4nJs8IHNHqBUjcan6kZbcKq1AyZMItHExsvGxd0Y70pDnR1
5hFhwy6toVQ2XJaSQXs+9VHxY4svOIEhPLoaYRgDwdwjUW2ARkGKzX74KFcB63MU
CuEqICnOFKf2taJxxs//
=TROE
-END PGP SIGNATURE-


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



Accepted love 0.8.0-4 (source all amd64)

2013-02-22 Thread Jonathan Dowland
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 21 Feb 2013 23:05:10 +
Source: love
Binary: love love-dbg love-doc
Architecture: source all amd64
Version: 0.8.0-4
Distribution: experimental
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Jonathan Dowland j...@debian.org
Description: 
 love   - 2D game development framework based on Lua and OpenGL
 love-dbg   - 2D game development framework - debugging symbols
 love-doc   - 2D game development framework - documentation
Closes: 628438
Changes: 
 love (0.8.0-4) experimental; urgency=low
 .
   * Team upload.
   * Update Vcs-Browser control file field.
   * If binfmt-tools is installed, associate .love files with
 /usr/bin/love. Closes: #628438.
   * Lintian override for mention of LGPL in copyright file.
   * Lintian override for /usr/bin/love in .desktop file.
   * Call dh_lintian to install the overrides.
   * Don't ship a duplicate changelog at changes.txt.gz
Checksums-Sha1: 
 a99761b68329ad1939d98d36483544eab6c36674 2843 love_0.8.0-4.dsc
 1c433e26c8eb926c7e55766ba0b76df5b4657bda 106228 love_0.8.0-4.debian.tar.bz2
 d0b395d363c418c53f576e2e021bf274474f99d2 897386 love-doc_0.8.0-4_all.deb
 707ad9f16e2082b3bba2adbac211971fd150b7e5 879156 love_0.8.0-4_amd64.deb
 4fbd913a8d083d9a7841ce122115bcf5dc25af4f 3015574 love-dbg_0.8.0-4_amd64.deb
Checksums-Sha256: 
 3650f9b1b615878096c8ea3687df738fa549d180e0755e2ea4491f4eb850abd0 2843 
love_0.8.0-4.dsc
 40d07a7e543e38afbdad8c9a23bebee69a2c3188c01f7a421cbb1c4ff844 106228 
love_0.8.0-4.debian.tar.bz2
 2bfb64a19351ba6cd2760500921251b33d44ceb4b5f85c887e8267ad73522c55 897386 
love-doc_0.8.0-4_all.deb
 0722bf08e335ff370b8d3ed351e4679ebfb01ac5c4a7198eb7748ca399b28b1c 879156 
love_0.8.0-4_amd64.deb
 cf4a52a19865acc8a6b7194e55b41fb05d60709d66b5b78d7e1ac343a2d23608 3015574 
love-dbg_0.8.0-4_amd64.deb
Files: 
 b8e7bb85bb204379bcce781efd8dfff4 2843 interpreters optional love_0.8.0-4.dsc
 988b4becce7a0ab431f8174aa88d19da 106228 interpreters optional 
love_0.8.0-4.debian.tar.bz2
 2593e0b8ff4cc2c585e8db28cf70b80d 897386 doc optional love-doc_0.8.0-4_all.deb
 e90f536428ff5299cb50408000ca1ad4 879156 interpreters optional 
love_0.8.0-4_amd64.deb
 9ea23836f2d945bc6d05a48529558b8d 3015574 debug extra love-dbg_0.8.0-4_amd64.deb

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

iQIcBAEBCAAGBQJRJ5teAAoJEAkHQJYGqvgP/34oAI72nse6t/2KFvd4mkWP
/K/eBnGeOYkBF6Yu3C2Hqq7BvM+7eVDJ8iHoBoNcYD9aoSvI1T76gYDX9FsjsoO3
yLe/p28jN0B6qPv6yUtqN45IuqYnupegR+Eiix8wlOvql3UwODojfcyZt8tx6I1t
1jeIkfIIebPxZQgnhZJbIhW44mrBcu5+B5cPSLuUWu2JXZRJshVfQCq2I8p/BVJ5
nWe7ykJzE4WxkWt69+R5xMXE0r3n0ruJIir5Ka8mRENovZqT1YpjuXoe4eghh70c
px7zbXPA9GNIk5AyppB88X0DPeDNqAWiEZqXw4D/IMkaUKpbc0HR6vsHaTx2RMxG
geLsEDAWMwDsUYhEZipcpyHLosChb0j9IVe3OtTcOpn2hzTRDYI8eY+QJ2cgdMJz
LfDINF+h4vQWU4khxl2dwLUWKwzLG17NrSXADBlVLYXPhgRRYf4fXF6BrI+Rvrw7
8iOKPmHliXIl+QDuxZ3PYZEzwQ8qXFWM9BHcTC4l87HgsPZo/G3OLK+Sx2LMxM3E
OVeUcn2KE0p2C6AU1nLQB1L3N4rCQGkGA/Dlclf2IUk1VbhosFRKIF0rCFURlfBa
mHWYsnQxzvFoq8jV1k6T+Mkzhld3UN4qUOI3ZhWFxDJAEJ1PqUtVmM6fZV3Byrul
DUTXvlLXFWM2u+Hg1ide
=vEe7
-END PGP SIGNATURE-


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



Accepted iso-codes 3.41-1 (source all)

2013-02-22 Thread Tobias Quathamer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 22 Feb 2013 14:53:00 +0100
Source: iso-codes
Binary: iso-codes
Architecture: source all
Version: 3.41-1
Distribution: unstable
Urgency: low
Maintainer: Tobias Quathamer to...@debian.org
Changed-By: Tobias Quathamer to...@debian.org
Description: 
 iso-codes  - ISO language, territory, currency, script codes and their transla
Closes: 693791 695663 695680 698391 700379 700400 700417 700440 700451 700460 
700478 700519 700698 701066
Changes: 
 iso-codes (3.41-1) unstable; urgency=low
 .
   * Imported Upstream version 3.41
 - Update ISO-3166 after publication of ISO-3166 maintenance agency
   Newsletter VI-14 dated 2013-02-06:
   - Change name for the State of Palestine
 - ISO 639-2: Update to 2012-11-21 (addition of zgh)
 - Translation updates for ISO 3166, among those:
   - Indonesian by Mahyuddin Susanto. Closes: #695663
   - Portuguese by Miguel Figueiredo. Closes: #698391
   - Kazakh by Baurzhan Muftakhidinov.  Closes: #700379
   - Norwegian Nynorsk by Haavard Korsvoll. Closes: #700400
   - Hindi by Kumar Appaiah. Closes: #700417
   - Greek by Nick Andrik. Closes: #700440
   - Basque by Iñaki Larrañaga Murgoitio. Closes: #700460
   - Gujarati by Kartik Mistry. Closes: #700478
   - Portuguese by Miguel Figueiredo. Closes: #700451
   - Estonian by Tõivo Leedjärv. Closes: #700519
   - Lithuanian by Rimas Kudelis. Closes: #700698
   - Turkish by Atila KOÇ. Closes: #693791, #701066
 - Translation updates for ISO 4217, among those:
   - Fix encoding for Mongolian. Closes: #695680
 Thanks to Jakub Wilk
 - Translation updates for ISO 639
 - Translation updates for ISO 639-3
 - Translation updates for ISO 3166-2
 - Translation updates for ISO 15924
Checksums-Sha1: 
 a09bf1fd2dc0cc52b8461ef40002cf2f343407cf 1987 iso-codes_3.41-1.dsc
 ac652fce28b6270b956623fcdd4be3b0c2cd1354 3669252 iso-codes_3.41.orig.tar.xz
 9d271bfb916a05a115ce175b8324a2f1328b13c1 21310 iso-codes_3.41-1.debian.tar.gz
 f10fabb1eb245268332c9c6f7ac9644e40c70cce 2067670 iso-codes_3.41-1_all.deb
Checksums-Sha256: 
 aefe3a30424b36ac3308bbe03f70bbc007fa83ff30da4a477611813c922f6bec 1987 
iso-codes_3.41-1.dsc
 c2e637e43e6c2e8516a898be10180dc620b33b4d7f803281d7db62820ab41275 3669252 
iso-codes_3.41.orig.tar.xz
 4da5a8e26a449a01b3f33cc1527cab2822879e6891350e4505379e9dda7f 21310 
iso-codes_3.41-1.debian.tar.gz
 aa25a4e07024fe6b62be2682f9e6b1f9536ecf171ba363e1552168033b489443 2067670 
iso-codes_3.41-1_all.deb
Files: 
 ab4f3860650318590dc6027f6f1a76f7 1987 misc optional iso-codes_3.41-1.dsc
 ee13ecb5c97176c981f996cfd7bce6e8 3669252 misc optional 
iso-codes_3.41.orig.tar.xz
 4a1d686d2468d535f825a0cb6a89910c 21310 misc optional 
iso-codes_3.41-1.debian.tar.gz
 ab5b93bde13549079948aca7224eb494 2067670 misc optional iso-codes_3.41-1_all.deb

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

iQIcBAEBCAAGBQJRJ3lSAAoJEIP9HEaC0TjgLFkP/RX3KhbwZE5T5KANU4C9QgB1
2BDjfMOEX1JWr1PiK2TWZxy4+RgqUAeMd36227R3mqTMCVHXeWE3h8/2uqFg95wk
HJ39wWv53VeIVeGXpSwop4Sxel5ky3Eh5Sk2dmVBSnKDT6cZL07SQ4PcO2JPr/5z
P9WygNqcntCyQ2CyEaTXRzmFaFucnO5nUJO58Abo0jo7kyTMXBrKYmysRzTvoesn
FGxC8gU/6pf1aQB4wQmI7S+HvMKWbMADy0yc+Kv+oQrVOrssiPGL2/bo9viY2rep
I5myN8HzqJomP5sCLhZYrBsXsXQaa0BX0U3dXjByV2AnoOlgw4vXIvOMJkjY5GTI
b4nYiQYrbwU0XoNqI4VCMSFAB3K5ry+nOUoXR1iKUqUEft5CL15+SSMNdOaEqbgg
VtaY7Tj7ivkE52leSPldhAj5nS5MGDjCKqfwarYyDzH8wY+J97+5rAaLf6H+k4do
YTXgN710lSBYZxaOdiyBjEmLowPEPt5ZW8lA3Ik2a3N6KtqrzAbmx+Huu/Fprv7v
TRpNFqGIVILf6c9EzBS7VRjz2DmnBOCApsyNm2ZF7lvSYBLVP/HXJK9YvmslS1go
5IRumMfht6s8O/22Lxz4w7QjeLsRgoUJOiucNCyLGxcolumPhVMjhuiG78DFrT0g
fYqbQEslf8wAxzTiu7HV
=Bejt
-END PGP SIGNATURE-


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



Accepted im-switch 1.23 (source all)

2013-02-22 Thread Osamu Aoki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 22 Feb 2013 22:46:40 +0900
Source: im-switch
Binary: im-switch
Architecture: source all
Version: 1.23
Distribution: unstable
Urgency: low
Maintainer: Osamu Aoki os...@debian.org
Changed-By: Osamu Aoki os...@debian.org
Description: 
 im-switch  - Input method switch framework
Closes: 701181
Changes: 
 im-switch (1.23) unstable; urgency=low
 .
   * Disable hook script if package is removed.  Closes: #701181
Checksums-Sha1: 
 0ca9725013d94a45cd8fcf3d6e0f6026289b8e00 925 im-switch_1.23.dsc
 150e66e88dc7225cc4f4e2f0b4f89b449e7b97f4 23821 im-switch_1.23.tar.gz
 b8014fba1669612f06409dd1eb979673c1d7bd9b 18628 im-switch_1.23_all.deb
Checksums-Sha256: 
 3a1d0af1805699daa638ba963a2f41bfbf21052b5b38dba916696a63eb1cd08a 925 
im-switch_1.23.dsc
 faac7833515455dd002294db0e7354fe9b1b6aa62f57891d4f110d5e454b8748 23821 
im-switch_1.23.tar.gz
 10f1ea2291ed26c6520f8cb5654b38da03e3ca65a0c75fb89c9eeb3b5bc4ddd5 18628 
im-switch_1.23_all.deb
Files: 
 0ce15acb273259aa6bd474710b8e0683 925 oldlibs optional im-switch_1.23.dsc
 acb4270b1de43ea922d051228a3508a9 23821 oldlibs optional im-switch_1.23.tar.gz
 6b6a60b53404d1b654f964cfd6891b81 18628 oldlibs optional im-switch_1.23_all.deb

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

iEYEARECAAYFAlEnme8ACgkQ6A/EwagGHzJBZwCfTr+2yL6jfR418E5hhl12jHcn
LFoAn0NPOvZDy6uRLy4nIa984SCdxSjj
=fHbb
-END PGP SIGNATURE-


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



Accepted gssdp 0.14.1-1 (source all amd64)

2013-02-22 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 22 Feb 2013 18:34:00 +0100
Source: gssdp
Binary: libgssdp-1.0-3 gir1.2-gssdp-1.0 libgssdp-1.0-dev libgssdp-1.0-dbg 
libgssdp-doc gssdp-tools
Architecture: source all amd64
Version: 0.14.1-1
Distribution: experimental
Urgency: low
Maintainer: Ross Burton r...@debian.org
Changed-By: Andreas Henriksson andr...@fatal.se
Description: 
 gir1.2-gssdp-1.0 - GObject introspection data for the GSSDP library
 gssdp-tools - GObject-based library for SSDP (tools)
 libgssdp-1.0-3 - GObject-based library for SSDP
 libgssdp-1.0-dbg - GObject-based library for SSDP (debug symbols)
 libgssdp-1.0-dev - GObject-based library for SSDP (development files)
 libgssdp-doc - GObject-based library for SSDP (documentation)
Changes: 
 gssdp (0.14.1-1) experimental; urgency=low
 .
   * Imported Upstream version 0.14.1
   * Bump glib build-dep version to 2.32 according to configure.ac
Checksums-Sha1: 
 476d6b0ad0c351b0018829cd0233ea24ff2d3c6d 1659 gssdp_0.14.1-1.dsc
 ba18ab5b999506eb97f7ba5c4704063bbf30aaa3 273868 gssdp_0.14.1.orig.tar.xz
 ae5b088e38e8691e0c08446f8b238a943d5cb3eb 4710 gssdp_0.14.1-1.debian.tar.gz
 82dab8500e4acde9e1bf17cae2e08e6fe076085f 23504 libgssdp-doc_0.14.1-1_all.deb
 1ec4f89637012ced4d549e5ca894d70fa8161055 32126 
libgssdp-1.0-3_0.14.1-1_amd64.deb
 258c2687d4a150a1543cc4b34313ca11d8a34d29 10822 
gir1.2-gssdp-1.0_0.14.1-1_amd64.deb
 e9129c273229c883eaedbc63431146068732b1a8 40716 
libgssdp-1.0-dev_0.14.1-1_amd64.deb
 81978ecc0bcf23d43dae55b4b1dc63ec50c1864f 104284 
libgssdp-1.0-dbg_0.14.1-1_amd64.deb
 a8b8b2b6bcb07d73e855bf497d62eee1e42dcf65 20378 gssdp-tools_0.14.1-1_amd64.deb
Checksums-Sha256: 
 03ec95a7ac96ca7e3d15d66fe903e599d98c3731418124619e1394739171dd05 1659 
gssdp_0.14.1-1.dsc
 6da0ff81aa5bd17f749282d16d128383b79b8ffdb08f86db8a0291f7484cda46 273868 
gssdp_0.14.1.orig.tar.xz
 ba5457331a55548402d122bb559e754a27ffc3a869d093a9bc2472742d6870ee 4710 
gssdp_0.14.1-1.debian.tar.gz
 c03b98e1ea19d554f05ded8f36056ab50b3ab641296f93e5e81fadfb9a434f40 23504 
libgssdp-doc_0.14.1-1_all.deb
 43ebb03cb3a70fe61b317d30aa5fb606846067cb0699fb5989a74e53ed4ea721 32126 
libgssdp-1.0-3_0.14.1-1_amd64.deb
 7d2bafe321b317c6697293a79d65c7f4b2c6fcfd2f17bfd67a421cf21e5786f2 10822 
gir1.2-gssdp-1.0_0.14.1-1_amd64.deb
 d8159d00e09cc915ef3bf0677eddd08fd3cd1428386cc539950de45966fe4b4e 40716 
libgssdp-1.0-dev_0.14.1-1_amd64.deb
 2c69933a63c2b2e87c2debfe929a51b995053b7a3362137f363f115b7a023611 104284 
libgssdp-1.0-dbg_0.14.1-1_amd64.deb
 212b349f9e171b51e9524ddc520c1826372cb4ea7b97bc963063aecc7187de64 20378 
gssdp-tools_0.14.1-1_amd64.deb
Files: 
 cb797175fa1f0e2ba6f5678e67498fb7 1659 libs optional gssdp_0.14.1-1.dsc
 e086b58fe3de6d1c102ca2b3383eae4d 273868 libs optional gssdp_0.14.1.orig.tar.xz
 81e52ecbcbad063b17b164207daa401b 4710 libs optional 
gssdp_0.14.1-1.debian.tar.gz
 0ce9bfcb730fb4361c764039e73b93de 23504 doc optional 
libgssdp-doc_0.14.1-1_all.deb
 63c3fb97aefef2d85003bec3e9a9 32126 libs optional 
libgssdp-1.0-3_0.14.1-1_amd64.deb
 2dcc899c88b6657f95f68e180424c7e2 10822 introspection optional 
gir1.2-gssdp-1.0_0.14.1-1_amd64.deb
 0520fc7b67115c8dd84b9092c2b6587d 40716 libdevel optional 
libgssdp-1.0-dev_0.14.1-1_amd64.deb
 055a208bd356b563d5dc0aa55a550603 104284 debug extra 
libgssdp-1.0-dbg_0.14.1-1_amd64.deb
 b71ef9b4d00bb3535c600a4773337b2e 20378 net optional 
gssdp-tools_0.14.1-1_amd64.deb

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

iEYEARECAAYFAlEns6cACgkQcgQ2cL3l8e4ycQCfZVNAsfkrfROQBPPGIasOWNcF
bzMAn35d03SWiuY50Z8Nj9LVeMB9Pq4K
=i1GN
-END PGP SIGNATURE-


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



Accepted evilwm 1.1.0-1 (source amd64)

2013-02-22 Thread Mateusz Łukasik
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 22 Feb 2013 12:12:03 +0100
Source: evilwm
Binary: evilwm
Architecture: source amd64
Version: 1.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Mateusz Łukasik mat...@linuxmint.pl
Changed-By: Mateusz Łukasik mat...@linuxmint.pl
Description: 
 evilwm - minimalist window manager for X11
Closes: 330046 436821 504065 512548 542343 554846
Changes: 
 evilwm (1.1.0-1) unstable; urgency=low
 .
   * New maintainer.
   * New upstream release. (Closes: #542343)
 + Fixes hangs with 100% CPU if no .xinirc provided (Closes: #554846)
 + Fixes hangs instead of shutting down when killed (Closes: #512548)
   * Update debian/control:
 + change maintainer.
 + bump standard options to 3.9.4
 + add xfonts-75dpi, xfonts-100dpi to package depends (Closes LP: #217502).
 + add Vcs links.
   * Add xorg to suggest depends.
   * Change format to 3.0 (quilt).
 + Add source/format file.
 + Switching to xz compression.
   * debian/compat bump to 9.
   * Update debian/postinst and debian/prerm scripts.
   * Update debian/copyright.
   * Fix interaction with X and signal handler on shutdown (closes: #512548).
   * Call dh_installmenu (closes: #504065).
   * Don't strip by default (closes: #436821).
   * Include basic .desktop file (closes: #330046).
   * Configuration file $HOME/.evilwmrc read on startup.
   * evilwm-specific window properties track old dimensions on maximise.
   * Much larger subset of EWMH 1.3 supported.
Checksums-Sha1: 
 e3ca6c37762a63653cc765984b27782494553a93 1842 evilwm_1.1.0-1.dsc
 e56beaed55d48768115f6b972063a14c2e489ac8 40309 evilwm_1.1.0.orig.tar.gz
 28512e2c91af1901d0488d0976efab5dd0c2004f 4496 evilwm_1.1.0-1.debian.tar.xz
 26cc51aa0dd4b6c37128dcad27bae2039bf99783 37452 evilwm_1.1.0-1_amd64.deb
Checksums-Sha256: 
 04b5c96279079707bd84231bfca87b868c349e296e8fa0fe7fda97ec9748637f 1842 
evilwm_1.1.0-1.dsc
 cdc763c875b64ee3734f3cb764249e91ec659f550177ec1bb564304260ef0c75 40309 
evilwm_1.1.0.orig.tar.gz
 9a1eafaf748927aa476f98ee3e13a6a6c1521f64f0c2df5449afc4ac81df65fd 4496 
evilwm_1.1.0-1.debian.tar.xz
 7440e7040438d0f40f9f6a83424627c2c2810f98470013634e47262e99beacc8 37452 
evilwm_1.1.0-1_amd64.deb
Files: 
 52acfbceb228e57bdd7d9cb006a7ae52 1842 x11 optional evilwm_1.1.0-1.dsc
 5f14cc3019320860c85bb07c60a76bd7 40309 x11 optional evilwm_1.1.0.orig.tar.gz
 ae92248ee6e8465eb4efbe5e6a08c14c 4496 x11 optional evilwm_1.1.0-1.debian.tar.xz
 d0609a9f442ea5e49f96c42dd9801e81 37452 x11 optional evilwm_1.1.0-1_amd64.deb

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

iQIcBAEBCAAGBQJRJ6iLAAoJEHQmOzf1tfkTu4kQAJkCgyuI2GTfHgfhKj8tCqjC
uu6o14Y9cH/OmJxhg9v7w2xBLFMq28Bfg7U5yo/OdjPsfmUhcQ+nvLvpLEAMdmwZ
7EiyEsTfHYBWLqFgSCxIKH39iZkdaebq4vJTBvr/hDM+UdM/e/6QqbYadefrqOF9
LdT928NtS9YQ40rkLAciJK+uhUVrWo8jkN8k29vzAiS9VWIJA+A7uGMyM2d6x/WH
IoQETYyADFAUfd+HuRkjFj8P5dEA08yihUgfWHpTvWX5zFEyWvRjbQKvUGC36QGB
yD/H2iaZH8GxKVQI9xfwsjho/LteQaSRqV0fOKkEv0aaXy8LY/Ef7nzWN6a0q71D
9EJZp7cqJsgqpYCgpjb1cQ1eHKYvpRpvcVlJDTbL2ZyVsO87DWebgNID/kH/8j30
xZSpaWfmcF04K2NVKAjZIrC87xcAsjpv4iyDlG4NJmR6rxH3cpNYeWBcqOgMZqpO
oDtrtQM21wzfRO9+ph2u6MdfN9UeUA1FFTXroyeBcxN2SDwk19FqrgjrfHwY44u/
ZWzyX4md7s4ZSghNhTbCgV62eHQqXDfGdzNBNL1/2l6yDFtNbKR2MpYSznl6Gwdy
cmJ+tveJt1yehAIZZRaUz4T+nYAUC6z2c2M18u/xfKF1vT3j/m7D/1mr7twu0vqM
WQI1Qe3XB61RVn6sCCvn
=ljAK
-END PGP SIGNATURE-


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



Accepted dbus 1.7.0-1 (source amd64 all)

2013-02-22 Thread Simon McVittie
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 22 Feb 2013 15:20:10 +
Source: dbus
Binary: dbus dbus-x11 libdbus-1-3 dbus-1-doc libdbus-1-dev dbus-1-dbg
Architecture: source amd64 all
Version: 1.7.0-1
Distribution: experimental
Urgency: low
Maintainer: Utopia Maintenance Team 
pkg-utopia-maintain...@lists.alioth.debian.org
Changed-By: Simon McVittie s...@debian.org
Description: 
 dbus   - simple interprocess messaging system (daemon and utilities)
 dbus-1-dbg - simple interprocess messaging system (debug symbols)
 dbus-1-doc - simple interprocess messaging system (documentation)
 dbus-x11   - simple interprocess messaging system (X11 deps)
 libdbus-1-3 - simple interprocess messaging system (library)
 libdbus-1-dev - simple interprocess messaging system (development headers)
Closes: 689071
Changes: 
 dbus (1.7.0-1) experimental; urgency=low
 .
   * Branch for experimental
   * New upstream development release
   * On architectures where it's currently supported, do the
 debug build with --with-valgrind for better instrumentation
   * debian/rules: factor out production and debug configure flags
   * Add support for DEB_BUILD_OPTIONS=nodocs, which omits most documentation
 (allowing doxygen and xmlto to be avoided) and the dbus-1-doc package
   * Add support for DEB_BUILD_PROFILE=stage1, which does the same as nodocs
 and additionally makes the debug build not insist on building all tests
   * Make the development and debugging packages Multi-Arch: same,
 since their arch-dependent files are all arch-segregated
 (/usr/lib/TUPLE) or named according to a build-ID (/usr/lib/debug)
 (Closes: #689071). This is not actually useful until pkg-config
 becomes M-A: foreign (#631275).
Checksums-Sha1: 
 5c9afd859d6e648e364b8e195a27a927c6bc523a 2567 dbus_1.7.0-1.dsc
 676ba5211d85f5273ff5748e72e3b48b5104e7ea 1850868 dbus_1.7.0.orig.tar.gz
 7073ac9d84aa233df072e565aaa6baca82755105 34885 dbus_1.7.0-1.debian.tar.gz
 ee5bb8a39acda9d4b832eec1f2861fa923426368 403436 dbus_1.7.0-1_amd64.deb
 6f9dcd1e60881286ce5b557d87134045c97ca90f 61378 dbus-x11_1.7.0-1_amd64.deb
 9dfa9b0eca08a33657e36cd65623d6025c017e94 174876 libdbus-1-3_1.7.0-1_amd64.deb
 acc526cebaebd80ee002ba2d169cd7b97880e6fc 2409018 dbus-1-doc_1.7.0-1_all.deb
 efa1c36831f3da6d9cdfbd69faac9363e68277b2 248690 libdbus-1-dev_1.7.0-1_amd64.deb
 8c45bbdf9d1b3e7abba5cd5cf8c558805889751c 8329302 dbus-1-dbg_1.7.0-1_amd64.deb
Checksums-Sha256: 
 b21acb9947ce2bc6495d7260566e31e4abff3165ae9ca559c11ae646832b8ca1 2567 
dbus_1.7.0-1.dsc
 379fe32538a9ce52f84d491e3c49fc1f6183dbaea9877cc034d1cdeb6056be0d 1850868 
dbus_1.7.0.orig.tar.gz
 272a75ba5f8f7ecf3d0e0c0c7d7efdc93d9acf2951115f77d1c2aa9c3d3f3ad3 34885 
dbus_1.7.0-1.debian.tar.gz
 ba10c7e80491884a1af01d97f435e3cb030f1d8c471eacf6ca0ac5bea316a88b 403436 
dbus_1.7.0-1_amd64.deb
 52b66f2bc175d3070013d003cfc7385a44a22de60774c4ac29baaa4fef4d7900 61378 
dbus-x11_1.7.0-1_amd64.deb
 b54b5164ef3c44af559dab8c064543cb08f7addf1113cdab2a81702486d3f2de 174876 
libdbus-1-3_1.7.0-1_amd64.deb
 3319c0ac11e066fb46cab8c5ad82d32718e21ea23ead398315d9656bee909bb4 2409018 
dbus-1-doc_1.7.0-1_all.deb
 dd19ee7c6f5d8978a6fdd5470321cba7de0759716e66832473ab69a8e813fead 248690 
libdbus-1-dev_1.7.0-1_amd64.deb
 a2a8b3d6f2c901712c4a9b9f5e62411441cda6efbd8aab9a50812049a6d5d45f 8329302 
dbus-1-dbg_1.7.0-1_amd64.deb
Files: 
 7426b70b9157e898ecdaa9b2459fa5e3 2567 admin optional dbus_1.7.0-1.dsc
 a23c223efd7003b88bef6a4d32d82a99 1850868 admin optional dbus_1.7.0.orig.tar.gz
 79ff29ac8d450c4c487fe700ed402420 34885 admin optional 
dbus_1.7.0-1.debian.tar.gz
 c853698d617c21a0741643a51515bef7 403436 admin optional dbus_1.7.0-1_amd64.deb
 94e81957f9393c7e967911fe9327fcf8 61378 x11 optional dbus-x11_1.7.0-1_amd64.deb
 bda978397ed0c3ca9f470fcd78ed2052 174876 libs optional 
libdbus-1-3_1.7.0-1_amd64.deb
 2903f2208e07e7b3915aa6b7176a4580 2409018 doc optional 
dbus-1-doc_1.7.0-1_all.deb
 7217887cd82a52eeb762ada3731cb5d1 248690 libdevel optional 
libdbus-1-dev_1.7.0-1_amd64.deb
 43295cde80400110a4e55ba24c5ba69f 8329302 debug extra 
dbus-1-dbg_1.7.0-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIVAwUBUSfbTU3o/ypjx8yQAQi0cw/6Au1y+3POI33cbD08uTCUpdJXIu2HU5ZT
+NfgPx8g8GxvOlHKq6EEc2q0Ezj/eFP0one5fPWUd7f3jb8roYtUBGP6PkocnWtx
sXKnnKbDCOIZiI3YTvAbXihKZ6VBXHtG9LUVrUo5seZJwDTZNJkj2mXyvajeV2Cz
jU09/IeMvY5f0YzNF5z0vnBK94TnRETrTV36FUZ+BgJeksJYJM/yuZvRfFUOKrMX
oM5FP3S1/XkHMCahTS246APd+AaP258qBVRdcuS2lCJrO/UxEY5BfG3vzyMQ7wog
s4Auowq8d6fdFVBNIE2ZOv3lz1xh5Wms3tqdi9nlU1xGx2vniGwLYUkOspStIdrY
m7QWlnF8fnkywyM19/bKOEYNRXJcu0QNJj7XoLnhb/GB5NpCk+To2M6GnqSTMPki
ZdLFoptNkn4cvc2Cx8MjzwFvG7XH0TYe3Pup6zEx0TAj4i5HkXI+mAkHK4ouUICK
qkBZiv9zoKUihjALbkpVaKVgfsct1oalS20wmyr0YFkw3c6xp04VTRxmlM6UnioS
jBEb3TClRl+nBW3e/Uo3jDX5JsQ9hC3KMbh9jvZkSLox5I57MPE4ie51Wj9H06wZ
BhcQTM93PyiJWK9jq0V56t9blSBV86oCjfr/Mfn56YKoyGXR7UDoKN3QtqdhWSr1
KwQoY5M8QBk=
=z/qW
-END PGP SIGNATURE-


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

Accepted gwyddion 2.31-1 (source all amd64)

2013-02-22 Thread Jan Beyer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 22 Feb 2013 21:07:16 +0100
Source: gwyddion
Binary: gwyddion gwyddion-common gwyddion-plugins libgwyddion2-0 
libgwyddion20-dev libgwyddion20-doc
Architecture: source all amd64
Version: 2.31-1
Distribution: experimental
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Jan Beyer j...@beathovn.de
Description: 
 gwyddion   - Scanning Probe Microscopy visualization and analysis tool
 gwyddion-common - architecture-independent files for Gwyddion SPM analysis tool
 gwyddion-plugins - plugins for Gwyddion SPM analysis tool
 libgwyddion2-0 - libraries for Gwyddion SPM analysis tool
 libgwyddion20-dev - header files for Gwyddion SPM analysis tool
 libgwyddion20-doc - HTML library API documentation for Gwyddion SPM analysis 
tool
Changes: 
 gwyddion (2.31-1) experimental; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 9cad1c8776e6559e9825c5f1624940c586fbd6eb 1835 gwyddion_2.31-1.dsc
 0e0b78970bd3c8272f69f48fc5c7180514c859a1 2823012 gwyddion_2.31.orig.tar.xz
 2fc9e62daafaa0d0fed8d3462d0954ed0022a7d4 13929 gwyddion_2.31-1.debian.tar.gz
 73cb6b821ad2b0d1aef566f185bbe3f50ef02a19 417736 gwyddion-common_2.31-1_all.deb
 f9c93f7a6be1b62a0122db7086206ca5a59fea79 475542 
libgwyddion20-doc_2.31-1_all.deb
 639fc91c5cabf624149e31b9e7621e4265ba23b5 1101660 gwyddion_2.31-1_amd64.deb
 7ccc1ed8f8ab936f2cab239039ebf699c0f7e4ca 61550 
gwyddion-plugins_2.31-1_amd64.deb
 f287b04bc4a5d2c31b106f857c141b735c32a57f 660670 libgwyddion2-0_2.31-1_amd64.deb
 d85b58c246f82c0de0d5a7dc4af19d941bf4e087 113764 
libgwyddion20-dev_2.31-1_amd64.deb
Checksums-Sha256: 
 ff3d2d9e1bff4c37307e1c5fb9b81b0446f7917700ab530867f58afaad85b8df 1835 
gwyddion_2.31-1.dsc
 31d8aa15142a8e28d8a0cc0d2bc35903b112b1efc3da08452f89f6cac5f45276 2823012 
gwyddion_2.31.orig.tar.xz
 a596fc968881a8bb4c27d61d95f335bf47f6151bde8a835e48a4677d462b2a28 13929 
gwyddion_2.31-1.debian.tar.gz
 ba6904fb89c76bd2888ab144ba65f328ade1d5d4c9654d76a786e27b41a37b87 417736 
gwyddion-common_2.31-1_all.deb
 91b397640eb147200f601e81b3802c713b1eae2c969f09d0f5464ceaac96f85c 475542 
libgwyddion20-doc_2.31-1_all.deb
 9fc31e86aea6e10876331816628fa475941d3ef1069a4e8080d141a72be88e6e 1101660 
gwyddion_2.31-1_amd64.deb
 32c6b984a3cd65d984bf0c00fa4ed7f6995028d1f4501406ff9d35e281a28516 61550 
gwyddion-plugins_2.31-1_amd64.deb
 e64ff90235c89ca0179a04a9d13d9c4ffe7224acb849e279e01e0d1e57de4838 660670 
libgwyddion2-0_2.31-1_amd64.deb
 3a60c0885baba9750de803533f41766d986ad76dd392c50e162404921859b463 113764 
libgwyddion20-dev_2.31-1_amd64.deb
Files: 
 eb09c2fd8d1296d06247b334b382f37a 1835 science optional gwyddion_2.31-1.dsc
 ef2fd93d20478c9b709fe5f8818845f8 2823012 science optional 
gwyddion_2.31.orig.tar.xz
 ea63bc62ba74c38c2f031f1c66fcff8c 13929 science optional 
gwyddion_2.31-1.debian.tar.gz
 aa1cfa8bf29c6fc82ae971a26c933dc4 417736 science optional 
gwyddion-common_2.31-1_all.deb
 14a7af35133e7220071a77c401f431cf 475542 doc optional 
libgwyddion20-doc_2.31-1_all.deb
 2109f182933a866a21f2cdad95afceac 1101660 science optional 
gwyddion_2.31-1_amd64.deb
 41140e9b2d3a2629514046e8f506789b 61550 science optional 
gwyddion-plugins_2.31-1_amd64.deb
 8e5b14baba4ad1891bacc189912e439d 660670 libs optional 
libgwyddion2-0_2.31-1_amd64.deb
 98c02a30f6c9502003a56e448645fa17 113764 libdevel optional 
libgwyddion20-dev_2.31-1_amd64.deb

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

iEYEARECAAYFAlEn2bEACgkQ8eMP5QymtKpR+gCg5Q2rY6ir9s1Pe+bWYjZFl+7D
HaYAmwRZAjdqgGmZYIqEmMDfeiTevZgn
=bUeG
-END PGP SIGNATURE-


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



Accepted openlp 2.0.1-1 (source all)

2013-02-22 Thread Raoul Snyman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 22 Feb 2013 21:39:51 +0200
Source: openlp
Binary: openlp
Architecture: source all
Version: 2.0.1-1
Distribution: experimental
Urgency: low
Maintainer: Raoul Snyman raoulsny...@openlp.org
Changed-By: Raoul Snyman raoulsny...@openlp.org
Description: 
 openlp - Church lyrics projection application
Changes: 
 openlp (2.0.1-1) experimental; urgency=low
 .
   * New upstream release
   * Patched source to remove version check
Checksums-Sha1: 
 a15d27efc8d9b177542e5655afcbdd953e8e98f7 1859 openlp_2.0.1-1.dsc
 aef8ff5dc34758e2cede9c17c8cfa0049c9f38f5 5787649 openlp_2.0.1.orig.tar.gz
 d519e2653c7fa94ee2b785fd10f010cc7ce7ab1e 3790 openlp_2.0.1-1.debian.tar.gz
 345a14c8314cbe79a6e8aeb7b6b37271baa18f9d 3170160 openlp_2.0.1-1_all.deb
Checksums-Sha256: 
 68d29a1d34160d0d48795466923a205b80cbbef419efc2f28889b9c3c33ba52f 1859 
openlp_2.0.1-1.dsc
 1568f5957f7752b00de998cc5ddf60db2370948c2e74c6b271bb0b4611f559aa 5787649 
openlp_2.0.1.orig.tar.gz
 f9ad8fdd16519fc20608420400210a5a8e91f676bbc96bd33fb5a4888a007053 3790 
openlp_2.0.1-1.debian.tar.gz
 cc0414ba393d28a642282b1182899abf17ca2848177f415abb7325e393c764f8 3170160 
openlp_2.0.1-1_all.deb
Files: 
 4b09f55c13fe00b0d4d571c6ea7efa07 1859 x11 optional openlp_2.0.1-1.dsc
 2d0a5392760490bd77b89fbc3a98ccf2 5787649 x11 optional openlp_2.0.1.orig.tar.gz
 c0348413c63dbf3bebae1257ba05ccab 3790 x11 optional openlp_2.0.1-1.debian.tar.gz
 4f11878a21ab074c391ab8f89db31c09 3170160 x11 optional openlp_2.0.1-1_all.deb

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

iQIcBAEBCgAGBQJRJ+FUAAoJEACQ/CG1zRrMNnMP/iWahVXBj+STusV4gww+RB9V
+JlZTOgLmu7QrA5Djb6s7DBAKf2ggUhRORpWJK3M1cDuO3vr+arCYfI9hoiErXjI
FJYeZjGM43r6i4uHO/mcWP2DtVABti6YuGMzkSF8QJK2bFbtzkjvvKPd2YfQjAT4
PTOaIkzXrGnLbQEXNnubDwhn8OFWzc8cY6pPHM+Re2iG4uweN0OVFp6uZDb3KBct
FaMFz1OZy5OeSn8JLPhdBoW2JJ3zHrljyGNL42g/FST8diWFe5AlintbL0urCm/X
m1H/ThKLnUW8a+WF5EMSTDT7IX/aWKhlWIZm06aJtZfgmQJY1iuYoPSu6VH4iGQ/
Kzr+TU+xxLKy0ZcCmFZevTh6cjbU9AJT6Afr/AjZk3SFeoCJxSEWZtfLdt77Aeyj
mdzhzLK/g3/csyjWUZcJ2b/RNlYzv+ZmzVYwUIvaH67cG+I2TEnln5lKBNZFis+x
lhr92yXlxIbGzllhx0S0BYdP99PaGw1zwCpQ4pKDE4MZivnTeJo3GeFCgxNUqH4k
8ZE5ZuqdMLlJ0Y9N2eYNIMfV5YmeRgyWNi9Bwh5RqEFKsjThJk9wfW+Q62iyHb2Q
A7vZfRC+ywmc3uCAAZgEF9CtAixjHrR+DYHAjyQ4MgzaAKJFlFOfIjb/W7Z+fvCy
fp8y+QmBG7kfKvGLktKc
=sSv1
-END PGP SIGNATURE-


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



Accepted diffstat 1.55-4 (source amd64)

2013-02-22 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 22 Feb 2013 22:50:22 +0100
Source: diffstat
Binary: diffstat
Architecture: source amd64
Version: 1.55-4
Distribution: experimental
Urgency: low
Maintainer: Sandro Tosi mo...@debian.org
Changed-By: Sandro Tosi mo...@debian.org
Description: 
 diffstat   - produces graph of changes introduced by a diff file
Closes: 700118
Changes: 
 diffstat (1.55-4) experimental; urgency=low
 .
   * debian/{control,rules}
 - use autotools-dev to update config.guess and config.sub automatically;
   thanks to Colin Watson for the report and patch; Closes: #700118
   * debian/copyright
 - extended packaging copyright years
Checksums-Sha1: 
 4c28aa853c1ee4065a7c47040ef06300f80eefe8 1223 diffstat_1.55-4.dsc
 ad15b9e0884464624d9b332107b98e6410c98dc8 5553 diffstat_1.55-4.debian.tar.gz
 fa79318aee05ab1a8d4308d7ff61adb552310169 30134 diffstat_1.55-4_amd64.deb
Checksums-Sha256: 
 5552cf7f2281ceb46c9541b04116579a9c7d66638d59ac2491f78b84793d1859 1223 
diffstat_1.55-4.dsc
 5989e755d5274fb9bc24c4c845d849ed1e070b21fcb7ef4f11b52d99ae0b9eff 5553 
diffstat_1.55-4.debian.tar.gz
 32fc39c4c527a91cb61d2fcfbc1f824796219cb3bc2eb3b66d9f71f6399d3e8e 30134 
diffstat_1.55-4_amd64.deb
Files: 
 81c06cf184847d6ec54341b8bf567ce7 1223 devel optional diffstat_1.55-4.dsc
 70ca84474a54d5b5ef6b4639e6ac5673 5553 devel optional 
diffstat_1.55-4.debian.tar.gz
 329cd5c82a0a55647514356e9fe4b683 30134 devel optional diffstat_1.55-4_amd64.deb

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

iEYEARECAAYFAlEn6SQACgkQAukwV0RN2VDGswCdFQGZCoWbaDcm6aion4yX9YDy
TRAAmQFGGDxnfJNLWkzA0B9k3RxukEfq
=US77
-END PGP SIGNATURE-


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



Accepted gssdp 0.12.2.1-2 (source all amd64)

2013-02-22 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 22 Feb 2013 22:18:33 +0100
Source: gssdp
Binary: libgssdp-1.0-3 gir1.2-gssdp-1.0 libgssdp-1.0-dev libgssdp-1.0-dbg 
libgssdp-doc gssdp-tools
Architecture: source all amd64
Version: 0.12.2.1-2
Distribution: unstable
Urgency: low
Maintainer: Ross Burton r...@debian.org
Changed-By: Andreas Henriksson andr...@fatal.se
Description: 
 gir1.2-gssdp-1.0 - GObject introspection data for the GSSDP library
 gssdp-tools - GObject-based library for SSDP (tools)
 libgssdp-1.0-3 - GObject-based library for SSDP
 libgssdp-1.0-dbg - GObject-based library for SSDP (debug symbols)
 libgssdp-1.0-dev - GObject-based library for SSDP (development files)
 libgssdp-doc - GObject-based library for SSDP (documentation)
Closes: 696099
Changes: 
 gssdp (0.12.2.1-2) unstable; urgency=low
 .
   * libgssdp-1.0-dev now breaks gupnp-vala (= 0.10.4) for policy compliance.
 Thanks to to Andreas Beckmann for finding and describing the problem.
 (Closes: #696099)
   * Also break (the ancient) gir-repository-dev (= 0.6.5-5) for correctness
Checksums-Sha1: 
 0269a9b86614bc0a839e6033af8bf7c0baa176e1 1673 gssdp_0.12.2.1-2.dsc
 99baa2ae71080583805e5506a997cab1e354be17 4555 gssdp_0.12.2.1-2.debian.tar.gz
 6baf756c9bac94d406d77dfe3aac38316d0643eb 22678 libgssdp-doc_0.12.2.1-2_all.deb
 35cc9261554e4ace8a26f3005dbf53049bf514c7 30838 
libgssdp-1.0-3_0.12.2.1-2_amd64.deb
 e1283338b825c7601223877161682c40f7751272 10028 
gir1.2-gssdp-1.0_0.12.2.1-2_amd64.deb
 c870fdbed4bed405d5021c0140488d8123896c35 39024 
libgssdp-1.0-dev_0.12.2.1-2_amd64.deb
 10e2e6e80e26f823e6fb6a56541c787890357b80 102572 
libgssdp-1.0-dbg_0.12.2.1-2_amd64.deb
 bc529f45c12c49232bb2c788166ad55be972a7ac 19600 gssdp-tools_0.12.2.1-2_amd64.deb
Checksums-Sha256: 
 638ad2e77d6aa3d3a09178c105a1b4c04ee389cd32d7b4a6d8502ed97135 1673 
gssdp_0.12.2.1-2.dsc
 71d8296c2ba874dc89cc329c75b31a1784f90857da57a1168ac9ecadae3917b9 4555 
gssdp_0.12.2.1-2.debian.tar.gz
 814572aef5c4e8bbb618d875b768c1dba8ea9cb506c95cca6dc7836e5f33098c 22678 
libgssdp-doc_0.12.2.1-2_all.deb
 eac32bbfb28853df71b6614a2956d465196d5026214fc70d7351db62480e0d62 30838 
libgssdp-1.0-3_0.12.2.1-2_amd64.deb
 b9c004830a2cf0fadd8ed79b111d683d44a659ba186f42660b627f5cc2fbfcaa 10028 
gir1.2-gssdp-1.0_0.12.2.1-2_amd64.deb
 11e9f810a0976c1150668689d6c03c93b0835cf3cc3628ae5b41c176b8dbd4c5 39024 
libgssdp-1.0-dev_0.12.2.1-2_amd64.deb
 258ed4de277b5f0b4cb0e2d551d736dfbc26fc7be800753f23c493924b8f8826 102572 
libgssdp-1.0-dbg_0.12.2.1-2_amd64.deb
 a5d57529333ac84136959bbffebf97478f40fc3a615cad5d3d0a20225230748d 19600 
gssdp-tools_0.12.2.1-2_amd64.deb
Files: 
 ab871cd424251887dd02274bcd58162b 1673 libs optional gssdp_0.12.2.1-2.dsc
 ba1f2e259d7bf1effd8c405947779a16 4555 libs optional 
gssdp_0.12.2.1-2.debian.tar.gz
 ed002e050494976b417e4184a24bd20c 22678 doc optional 
libgssdp-doc_0.12.2.1-2_all.deb
 9318502ccac42b2bdc01040c09640e1d 30838 libs optional 
libgssdp-1.0-3_0.12.2.1-2_amd64.deb
 acdb2d3d06233cb20f3dd14ef8d5 10028 introspection optional 
gir1.2-gssdp-1.0_0.12.2.1-2_amd64.deb
 3348c592467c1b2fad83f07febd9c207 39024 libdevel optional 
libgssdp-1.0-dev_0.12.2.1-2_amd64.deb
 f2e52b2096bb45cfc29257a19e30ec62 102572 debug extra 
libgssdp-1.0-dbg_0.12.2.1-2_amd64.deb
 b4f7fa727f7a8e5c809bae650d046ef0 19600 net optional 
gssdp-tools_0.12.2.1-2_amd64.deb

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

iEYEARECAAYFAlEn5/IACgkQcgQ2cL3l8e5+PACdEZE+QCTVbBVpiK+SaCZ42YAZ
M58An1t8Oqb28Sy/hOwzdFvJAodOH9gd
=jP1D
-END PGP SIGNATURE-


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



Accepted hedgewars 0.9.18-0.2 (source all amd64)

2013-02-22 Thread Gianfranco Costamagna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 21 Feb 2013 17:26:19 +0100
Source: hedgewars
Binary: hedgewars hedgewars-data
Architecture: source all amd64
Version: 0.9.18-0.2
Distribution: experimental
Urgency: low
Maintainer: Dmitry E. Oboukhov un...@debian.org
Changed-By: Gianfranco Costamagna costamagnagianfra...@yahoo.it
Description: 
 hedgewars  - Worms style game
 hedgewars-data - Data files for hedgewars
Changes: 
 hedgewars (0.9.18-0.2) experimental; urgency=low
 .
   * Non-maintainer upload
   * Added patch from upstream to fix a FTBFS with haskell 7.6
Checksums-Sha1: 
 5d099cf144d18df09bfa7a08dbc17c60e89a7d8f 1868 hedgewars_0.9.18-0.2.dsc
 42182addd030f0d1f0cf6e9aea30812dde663f7b 73539 
hedgewars_0.9.18-0.2.debian.tar.gz
 2e9dce0a4f320fa396fe3ffb72dbe5cd27b81d78 118665412 
hedgewars-data_0.9.18-0.2_all.deb
 a211c402c925d90a858ab428645c3b521662ced1 3803590 hedgewars_0.9.18-0.2_amd64.deb
Checksums-Sha256: 
 dbcc6881b178deca488df46d95cfa4ec4a9aa0296746235b8ae6a4e3ae2a4ca1 1868 
hedgewars_0.9.18-0.2.dsc
 1ccb9c36006e5015babff310df820b1f5dcb9e32cc2e23b0bd184f32043d4cbf 73539 
hedgewars_0.9.18-0.2.debian.tar.gz
 902c5f998f807ddb8052e8ef4228db1110855cea76298a14bb783619e5d19002 118665412 
hedgewars-data_0.9.18-0.2_all.deb
 c36b35836af03090b39f8bcf329e6f2b11aabd8750ca2fd148bf389dd419778b 3803590 
hedgewars_0.9.18-0.2_amd64.deb
Files: 
 fe5b62722932b8d9a716ee38ac59ae74 1868 games extra hedgewars_0.9.18-0.2.dsc
 6df8167b41b8667f7a1124a1fc06f8d6 73539 games extra 
hedgewars_0.9.18-0.2.debian.tar.gz
 72ab62b8367b7f96085ab5e5ee228562 118665412 games extra 
hedgewars-data_0.9.18-0.2_all.deb
 90651b919ba2eedf07c17edec28cd3a0 3803590 games extra 
hedgewars_0.9.18-0.2_amd64.deb

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

iEYEARECAAYFAlEn8jYACgkQRqobajv7n7MscQCeO3bKijVReP124hbUT39HBGrq
abQAniS9Mx0P7KnP2sipYCLNEHaSmXnB
=+Hgw
-END PGP SIGNATURE-


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



Accepted openntpd 20080406p-5 (source amd64)

2013-02-22 Thread dererk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 22 Feb 2013 17:49:57 -0300
Source: openntpd
Binary: openntpd
Architecture: source amd64
Version: 20080406p-5
Distribution: unstable
Urgency: low
Maintainer: Ulises Vitulli der...@debian.org
Changed-By: der...@debian.org
Description: 
 openntpd   - OpenBSD NTP daemon
Closes: 701204 701212
Changes: 
 openntpd (20080406p-5) unstable; urgency=low
 .
   * Create driftfile at postinst script, don't mess pkg's checksums, specially
 for security tools like debsums. Thanks Edi Meier (Closes: #701204).
   * Do not reload daemon when no network interface is declared, for example,
 if the user brings up any network interface manually.
 Thanks Valery Masiutsin (Closes: #701212).
Checksums-Sha1: 
 163c8d45344a7648fe9f26fec979c0ff17d71e38 1913 openntpd_20080406p-5.dsc
 7ceab3b16983c4a199e81eaf036c5b3672c9a532 11645 
openntpd_20080406p-5.debian.tar.gz
 40565779dcb726110816b15a39286b26c93da53d 64128 openntpd_20080406p-5_amd64.deb
Checksums-Sha256: 
 09f0c7ffc87b0e9963c4c19b7ba2864319665e85884d5dd7a754a04d4aff146c 1913 
openntpd_20080406p-5.dsc
 175f2520d9a726d283d48ad6cb537a52c5778d74b3d58f15326e8932b054beb0 11645 
openntpd_20080406p-5.debian.tar.gz
 f7b40f8521f325cf6932a6cc0a38dfac7b54c26c61969e93bf50e3207531f355 64128 
openntpd_20080406p-5_amd64.deb
Files: 
 feeb9c2e381e93cf2a431fb3337437ae 1913 net optional openntpd_20080406p-5.dsc
 a4f11fd8212f424f61a529d84da1ad25 11645 net optional 
openntpd_20080406p-5.debian.tar.gz
 20cf7acfb77fbaff66247352868295db 64128 net optional 
openntpd_20080406p-5_amd64.deb

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

iQIcBAEBCgAGBQJRJ+5jAAoJEGin9OG0lUUK5yYQALf+B3Eb5EAYLn7c6IwQEnQg
687bXCFgd+iAJy9e0jN3EcIAbXfkyvOwRwhl40xKbQqSp64QEwWwIg4ltH0R1XeY
vgs7FGiNJLZhLab0hBBkmDTjdAUeIaAESuBim9mKCulEepKe3C0yJxVd3cHmhcl8
c3jUUFOeBxLTq10QnP9vsu90lxpM7lGDogWo2qLEvtITZHdTJrMULZnpGo7Y0wvR
LkX+3ywWG9zu1BfLEPEr3DKCdubWLXIXrSoNJFhGzhyxAw5zcjpz96jLOSL+6/pa
sPSJALSjP7rolLlr9+vovPq6Ckpg6ynoz9YaOq01keeFt3xR6pWtpuV5mh8/ozlm
2bC86JVcTYX8nuHkmRvdZ2pJv46wKN9EDNn74CnMLc33l0vCN6xIF3gwIB+UDMc2
nLeQZ/x15PtYdzE6RgrHC+1PdJZtgcgzdlWo807C9cGf/9Km4P70UicMLzmFhem1
Wk1Q2e5x823Jt0jK7N6CRwwA+MK3XU+/0rMb8tyqM0tXYBpaPReNe1ZiO7FfjPE2
XuL/W75MEYmsKJ8GxHDjBFrMkEkH1K97Gd+MyW54Ef8g0PaQmsnx7sXQqhwotXvJ
1h7OLrhhuEo/Fjx7mntte0z7HSd9PKvBDpYc13mydN6tGRtTtD7EYYj3DtV/eRTO
a1h4vpJysXC9/CcEv3td
=Ym+J
-END PGP SIGNATURE-


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



Accepted autoconf-archive 20111221-2 (source all)

2013-02-22 Thread Bastien ROUCARIÈS
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Feb 2013 20:56:01 +0100
Source: autoconf-archive
Binary: autoconf-archive
Architecture: source all
Version: 20111221-2
Distribution: unstable
Urgency: low
Maintainer: Bastien ROUCARIÈS roucaries.bastien+deb...@gmail.com
Changed-By: Bastien ROUCARIÈS roucaries.bastien+deb...@gmail.com
Description: 
 autoconf-archive - Autoconf Macro Archive
Closes: 700789
Changes: 
 autoconf-archive (20111221-2) unstable; urgency=low
 .
   * Bug fix: unhandled symlink to directory conversion:
 /usr/share/doc/PACKAGE, thanks to Andreas Beckmann (Closes: #700789).
 Remove old symlink /usr/share/doc/autoconf-archive/html and old target
 /usr/share/autoconf-archive/html using preinst and postinst scripts.
Checksums-Sha1: 
 fb3d67dc8fc70ba3a9d68d9a1410945bacafdd99 2055 autoconf-archive_20111221-2.dsc
 494d43de7c52395abfa649f4ea76823380fb0662 16894 
autoconf-archive_20111221-2.debian.tar.bz2
 509a096359888243611e45ff1bc58a108998e048 734380 
autoconf-archive_20111221-2_all.deb
Checksums-Sha256: 
 5e71831b8eae737c4f4a07c6c0fe19ca1f881cf92aec118a76c60e8694f2e065 2055 
autoconf-archive_20111221-2.dsc
 e76f57a063d8c5e9eb96eed6647726864c4e7d6568dd43b4f4c58916b5925d45 16894 
autoconf-archive_20111221-2.debian.tar.bz2
 17279aa2276f95b4a2cb50883b0e7d6f688a19ee3edc948dd18503c139e024b7 734380 
autoconf-archive_20111221-2_all.deb
Files: 
 d8791f774f3c7135991d6b4ee0301d05 2055 devel optional 
autoconf-archive_20111221-2.dsc
 74416408c0dd4427a5c0301a8ebfe1fd 16894 devel optional 
autoconf-archive_20111221-2.debian.tar.bz2
 9d933531992f55a2df7f9ea9a3e8b7e1 734380 devel optional 
autoconf-archive_20111221-2_all.deb

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

iQIcBAEBCAAGBQJRJBuqAAoJEF+zP5NZ6e0IZugQAIfi4615VScVoQuu0gYeJnCp
LMsVXcs5NhZrq6zmjwWiyoBttetd8qXfd+d/QDr7up0jyIvEePlWSZfXkbGCzkcM
yLCx9Ljw94csw/wbortxWBDweoMA1Hqju6kdkHPiMdcGuXF/aNy9EmOyYh+IYjSi
dAHsDIxrqq/ew6feaadXJK9Oe9gzWkl6TsO6YpwdOYF0W4oDDhfhS+XGk/wPpBT1
osz7PBoGKYZeNV+cK4E4sNV9tUR1vdQF4B2ht2OQs9dfn22EP8nBnqHIfA6Q0I9q
hDY+RqFH9N2mYObQzrbAipXvF8l/h3mYhAY76ykMECj2qQdi8xTIw7b0cSQoMhuR
Q68UHc4rsW7+snOnUaMNQ+CHgs9cI2S0OOY3jWy7tCulQ5j57+NgBQzEe6EjHr94
P8KpW+A3oe+oMqLslwlMLonIvRJkvn06Lb9jkS07aIu9mQzTatx3w1OeSjtzHnBU
uBCGNCMfR8pApAeomzN/Z0mdHvu5/Lx/BYlp3tMC+AFvgxOXlVrkzAj1cCl1IwQ4
46Sf8iENhc0cJgeBo10BkYWHUDYfN9rdqlxYjr5R1CfyQPhXVlQ9xhDcKTTfGp+0
NBwzx/Dy4/9VjhDoCprZ9gutp3+Lr/6i+GG/1iK8wzdKUkUMMYtPOcI1NObnsSbH
9TAGKK2Dm/5SLyhSA8QD
=0cPR
-END PGP SIGNATURE-


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



Accepted binutils 2.22-8 (source all amd64)

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

Format: 1.8
Date: Sat, 23 Feb 2013 02:28:11 +0100
Source: binutils
Binary: binutils binutils-dev binutils-multiarch binutils-gold binutils-hppa64 
binutils-spu binutils-doc binutils-source
Architecture: source all amd64
Version: 2.22-8
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose d...@debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 binutils   - GNU assembler, linker and binary utilities
 binutils-dev - GNU binary utilities (BFD development files)
 binutils-doc - Documentation for the GNU assembler, linker and binary utilities
 binutils-gold - GNU gold linker utility
 binutils-hppa64 - GNU assembler, linker and binary utilities targeted for 
hppa64-li
 binutils-multiarch - Binary utilities that support multi-arch targets
 binutils-source - GNU assembler, linker and binary utilities (source)
 binutils-spu - GNU assembler, linker and binary utilities targeted for spu-elf
Closes: 688951
Changes: 
 binutils (2.22-8) unstable; urgency=low
 .
   * Fix PR other/54411: integer overflow in objalloc_alloc.
 CVE-2012-3509. Closes: #688951.
Checksums-Sha1: 
 f12560e8ab0f05d3e0d75c58d5821671930d8f0a 1690 binutils_2.22-8.dsc
 489190650145b0661efaecb81b65400a8727dee1 131140 binutils_2.22-8.diff.gz
 bec24c6a40909fa57491251a8bc5bcea152f96e9 581660 binutils-doc_2.22-8_all.deb
 01b0a9af3668bde6b81420e7b5d60a572715264b 14705190 
binutils-source_2.22-8_all.deb
 3d1fb7c57aa32ef5a122cb832a9f83de7e3b2a71 4799776 binutils_2.22-8_amd64.deb
 3789318d04177e6a65fc12e0708d1100625a3fb0 4515576 binutils-dev_2.22-8_amd64.deb
 7606d7c7d0f92fb21b90bd551f5bc7a06f9cfd05 2241522 
binutils-multiarch_2.22-8_amd64.deb
 1e2cbd2af050e16b75f961559746251d56ded2d7 1388 binutils-gold_2.22-8_amd64.deb
Checksums-Sha256: 
 9851457df71b244bf8cd0d92f4cd82f5c76c9d8eca049f202f556d7e04879104 1690 
binutils_2.22-8.dsc
 fbb161e7fab25d347a31ea2dd13a4da241a1a4af1d9080d9f1c412e163d8ec67 131140 
binutils_2.22-8.diff.gz
 5dbf7ca6c222c237d48fed68d6c04ebe1c259d299177f0e6d6efbc8dc713d1be 581660 
binutils-doc_2.22-8_all.deb
 41969dfc3c092de36007ef0c9bb59732989b4f94396d85958cbedbc787e62ff8 14705190 
binutils-source_2.22-8_all.deb
 af964da7cda4e134ba39b492d5608ab70146054cf4ff3967ce4e2a2e652d 4799776 
binutils_2.22-8_amd64.deb
 1e1c5705999cbebb2ac1e60c4346e80e4160062fd95b4ecb89290fa6bae0e251 4515576 
binutils-dev_2.22-8_amd64.deb
 d0ab58be6f78c95471dc0195f85fa3f996a5be8da0391a86b73cbd3ebdbd6921 2241522 
binutils-multiarch_2.22-8_amd64.deb
 a00a6d8e8cdd93a6ae39914c8ba42b5cfb37fb4194adc3d26586b8645955964c 1388 
binutils-gold_2.22-8_amd64.deb
Files: 
 1344f562b7b8cb3f755ff8e52bf5e5d7 1690 devel optional binutils_2.22-8.dsc
 59f2dc1b773f264c3c24351d1aae9b33 131140 devel optional binutils_2.22-8.diff.gz
 1e8a4082692b413a8364eee3265c2e3c 581660 doc optional 
binutils-doc_2.22-8_all.deb
 0a6f42f98eb272e74da0f18c6872f396 14705190 devel optional 
binutils-source_2.22-8_all.deb
 11ff1f1d331c608aebb6d2585d601522 4799776 devel optional 
binutils_2.22-8_amd64.deb
 8cc14fb0e01dd38ce07be9b2d856d8cb 4515576 devel extra 
binutils-dev_2.22-8_amd64.deb
 96ffcab7e861357438b1aefa7f0b8211 2241522 devel extra 
binutils-multiarch_2.22-8_amd64.deb
 2b48591f98acdeeac025bb1863848004 1388 devel extra 
binutils-gold_2.22-8_amd64.deb

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

iEYEARECAAYFAlEoJO0ACgkQStlRaw+TLJzXEQCeOs12WGQkuXoY/dEuTTMk3VwF
nL0An0C2tIphKsY0H7U2S2rYX1FdJMJ5
=vtqD
-END PGP SIGNATURE-


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



Accepted binutils 2.23.1-1~exp6 (source all amd64)

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

Format: 1.8
Date: Sat, 23 Feb 2013 01:57:30 +0100
Source: binutils
Binary: binutils binutils-dev binutils-multiarch binutils-gold binutils-hppa64 
binutils-spu binutils-doc binutils-source
Architecture: source all amd64
Version: 2.23.1-1~exp6
Distribution: experimental
Urgency: low
Maintainer: Matthias Klose d...@debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 binutils   - GNU assembler, linker and binary utilities
 binutils-dev - GNU binary utilities (BFD development files)
 binutils-doc - Documentation for the GNU assembler, linker and binary utilities
 binutils-gold - GNU gold linker utility
 binutils-hppa64 - GNU assembler, linker and binary utilities targeted for 
hppa64-li
 binutils-multiarch - Binary utilities that support multi-arch targets
 binutils-source - GNU assembler, linker and binary utilities (source)
 binutils-spu - GNU assembler, linker and binary utilities targeted for spu-elf
Changes: 
 binutils (2.23.1-1~exp6) experimental; urgency=low
 .
   * Update from the 2.23 branch (20130222).
   * For cross builds, add the tool libdir to the library search path.
   * Revert broken patch:
 - Recognize DEB_TARGET_ARCH for cross builds.
Checksums-Sha1: 
 f2a30c35fdfd9aa376d9c9cca42fb397b6299d40 1724 binutils_2.23.1-1~exp6.dsc
 59a07005ca29b33d890b1c1428dd709b39771bbe 246187 binutils_2.23.1-1~exp6.diff.gz
 e2d410c142cf162cefbfb7874cee9149127e4caa 477996 
binutils-doc_2.23.1-1~exp6_all.deb
 546e1bdc7227fb205a92db3e2ff573724b87813b 15690826 
binutils-source_2.23.1-1~exp6_all.deb
 c4211d37865b7841a566e28a0d8338499d5fc874 4963270 
binutils_2.23.1-1~exp6_amd64.deb
 0b7ed540040d428f17ed0697f307d6e64f43ad81 4785604 
binutils-dev_2.23.1-1~exp6_amd64.deb
 8cf7877f3d8cc56126a829ec1b272155d1133554 2375448 
binutils-multiarch_2.23.1-1~exp6_amd64.deb
 f8b0e07c67aa4a2bab1dbbc586c9ddb1681cdbd1 1472 
binutils-gold_2.23.1-1~exp6_amd64.deb
Checksums-Sha256: 
 fc0040a980f830320c271a37159a9e6e22255650b798d75b8e37244c1f4f5540 1724 
binutils_2.23.1-1~exp6.dsc
 059f2f83c1c03030dc16780f09ce8a6543a5f38c748266fedf09d054bde46bad 246187 
binutils_2.23.1-1~exp6.diff.gz
 99e0bb44d5bd50437973b203795461216b984dfc55aacc2e3e9573e02f161489 477996 
binutils-doc_2.23.1-1~exp6_all.deb
 2393674d038477627bed3d3033b59021ad833c3d3b8310a7473002f8faa6d0fe 15690826 
binutils-source_2.23.1-1~exp6_all.deb
 28d4a7d1eda5885208eee991839e5eea0debb573bf993adafebac32373433b18 4963270 
binutils_2.23.1-1~exp6_amd64.deb
 e0320ddc57d46a0218b38acaafbbc7c25cac9f45c8ebeac0b218e2f517808018 4785604 
binutils-dev_2.23.1-1~exp6_amd64.deb
 08951b756ba9bdc9618598541e8b6d26a12d838e56a252b09d8dff00d82f6520 2375448 
binutils-multiarch_2.23.1-1~exp6_amd64.deb
 0edc63c84e289a7102dfaa47bd964e0ed58be1fcb9576328385889e73b68883a 1472 
binutils-gold_2.23.1-1~exp6_amd64.deb
Files: 
 a1c57bc42e9ee983a00c7c62580fd0bc 1724 devel optional binutils_2.23.1-1~exp6.dsc
 8b9c9a97ca194d2bce80512a062a2219 246187 devel optional 
binutils_2.23.1-1~exp6.diff.gz
 bd5e7b5e27566df33eddfa0ed2355585 477996 doc optional 
binutils-doc_2.23.1-1~exp6_all.deb
 72c46aff26d9a3c7224779dae6336e73 15690826 devel optional 
binutils-source_2.23.1-1~exp6_all.deb
 101ec12568fbe99ed8fbfbc12afc9738 4963270 devel optional 
binutils_2.23.1-1~exp6_amd64.deb
 711c61eb6490c23d601320f9415cc2ab 4785604 devel extra 
binutils-dev_2.23.1-1~exp6_amd64.deb
 ff94bda3c2dac81a81aa5626294d1ea8 2375448 devel extra 
binutils-multiarch_2.23.1-1~exp6_amd64.deb
 8e8f2c96828343ea42949fe97ea53dd7 1472 devel extra 
binutils-gold_2.23.1-1~exp6_amd64.deb

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

iEYEARECAAYFAlEoIY0ACgkQStlRaw+TLJyIswCeL5rzfY3eSYKoUI71Fy+mztJD
FzQAnia6MNLd0iKFbCx3a2o9vLBKXRq0
=Os3o
-END PGP SIGNATURE-


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



Accepted kismet 2011.03.R2-1 (source amd64)

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

Format: 1.8
Date: Sat, 23 Feb 2013 02:03:31 +0100
Source: kismet
Binary: kismet kismet-plugins
Architecture: source amd64
Version: 2011.03.R2-1
Distribution: unstable
Urgency: low
Maintainer: Nick Andrik nick.and...@gmail.com
Changed-By: Nick Andrik nick.and...@gmail.com
Description: 
 kismet - wireless sniffer and monitor - core
 kismet-plugins - wireless sniffer and monitor - plugins
Closes: 416106 455213 530111 534884 551994 551997 558773 563264 572593 662105 
683709 693259 693708 693737 693836 693943 693955 694110 694787 695538 696253 
696444 697292
Changes: 
 kismet (2011.03.R2-1) unstable; urgency=low
 .
   * New upstream release (Closes: #534884, #558773, #572593, LP: #407972)
   * New maintainer (Closes: #662105)
   * Patches
 - Removed gcc-4.3 and wsp100_support patches since they are included
   upstream.
 - fix_gpsmap_bashism: Fixes a bashism in multi-gpsmap example
   (Closes: #530111)
 - support_for_libnl3: Add support to build using libnl-3
 - fix_makefile: Fixes Makefile.inc.in to allow for passing compiler
   options to plugins build environment, useful for hardening
 - fix_manpage: Fixes some minor issues in kismet manpage
 - support_kfreebsd: Add support for kfreebsd systems
   * Source package builts two binary packages
 - Details documented in README.Debian (Closes: #416106)
 - Updated descriptions in control (Closes: #455213, LP: #70015)
   * Kismet no longer uses /var/{log,lib} folders. Removed mentions in postrm,
 kismet.dirs
   * Allow support for non-linux systems
 - Make libnl-dev, libbluetooth-dev and libcap-dev build-deps relevant only
   for linux systems
 - Add support for kfreebsd build
   * kismet.1 manpage
 - Fixed spelling typos (Closes: #683709)
 - Removed blank lines that make mdoc complain (Closes: #551994)
 - Corrected date syntax (Closes: #551997)
 - Added links for kismet_client and kismet_server manpages pointing to the
   main manpage
 - Override lintian warning for lack of manpage for kismet_capture (it is
   not run by user anyway)
   * Removed unnecessary link /etc/others-menu/_kismet.desktop
 (Closes: #563264)
   * Converted package to CDBS
 - Simplificaton of rules file
 - Added 3.0 (quilt) in source/format
   * Added hardening support
 - Specified debhelper version 9 in compat file
 - Added hardening options in rules file
   + Added explicit versioned dpkg-dev build dependency for dpkg-buildflags
 - Patched Makefile.inc.in to allow passing build options for plugins
 - lintian overrides for false positives in spectool_*.so plugins
   * Kismet allows for suid/priv dropping configured via debconf
 - Available debconf options are specified in the templates file
 - postinst creates the kismet user group if necessary and postrm removes
   it on package purge
   * Added full support for po-debconf
 - config and templates files
 - lintian override for suid install question
 - build dependency on po-debconf
 - po/POTFILES.in translation templates
 - translations include:
   + Japanese
   + Danish (Closes: #693259)
   + Russian(Closes: #693708, #696253)
   + Italian(Closes: #693737)
   + German (Closes: #693836)
   + Galician   (Closes: #693943)
   + French (Closes: #693955)
   + Polish (Closes: #694110)
   + Czech  (Closes: #694787)
   + Spanish(Closes: #695538)
   + Portuguese (Closes: #696444)
   + Swedish(Closes: #697292)
   * Added RELEASENOTES.txt in docs
   * Updated the watch file
 - URL can now include versions after 2009
 - Mangling in order to use dots instead of dashes in the version
   * Copyright file
 - Updated in dep5 format
 - Extended packaging copyright
 - Extended source copyright
 - Updated license for tcpdump-extract.h file (BSD-4 clause instead of
   BSD-3 clause)
   * Package maintenance in control
 - Bumped standars version to 3.9.4
 - Added project homepage
 - Dropped unnecessary build-deps
Checksums-Sha1: 
 8cd88ecc56de9523af11d05230068133cb26d44c 2097 kismet_2011.03.R2-1.dsc
 c01706b0441a3ea412386930bcbaf56187c66d27 924988 kismet_2011.03.R2.orig.tar.gz
 63726591047c8740c1b09aa1e4987a1b039c1aaf 49329 
kismet_2011.03.R2-1.debian.tar.gz
 063b30c9c81ef907c341ef3860e0b7d0f5f04190 1907862 kismet_2011.03.R2-1_amd64.deb
 6b368cf960f5c87b27b0972b6d08dba270e9c566 213000 
kismet-plugins_2011.03.R2-1_amd64.deb
Checksums-Sha256: 
 8d3ae2b678f6a918c355b7738cb6dad11f5851fdb9fedd69bbafd6b9840da990 2097 
kismet_2011.03.R2-1.dsc
 71a099fb724951cdd55c28e492432ca21657534c91a536c206f3e0a8686d2a64 924988 
kismet_2011.03.R2.orig.tar.gz
 e91511345989a2a308c5df33c1067abfc669760d687780d460a14b55da054327 49329 
kismet_2011.03.R2-1.debian.tar.gz
 669ebd5bc2e4d6ae224b94a80a11ced2b9fda3106ec4d33bb0234bed4d28e705 1907862 

Accepted sisu 4.0.9-1 (source all)

2013-02-22 Thread Ralph Amissah
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 22 Feb 2013 21:49:45 -0500
Source: sisu
Binary: sisu sisu-complete sisu-pdf sisu-postgresql sisu-sqlite
Architecture: source all
Version: 4.0.9-1
Distribution: experimental
Urgency: low
Maintainer: SiSU Project s...@lists.sisudoc.org
Changed-By: Ralph Amissah ra...@amissah.com
Description: 
 sisu   - documents - structuring, publishing in multiple formats and searc
 sisu-complete - installs all SiSU related packages
 sisu-pdf   - dependencies to convert SiSU LaTeX output to pdf
 sisu-postgresql - SiSU dependencies for use with PostgreSQL database
 sisu-sqlite - SiSU dependencies for use with SQLite database
Changes: 
 sisu (4.0.9-1) experimental; urgency=low
 .
   * uploaded to experimental due to Debian freeze for Wheezy
   * [b097acb] v4: version  changelog
   * [9916bc2] v4: dal, markup: line across page divider -..- introduced
 * an alternative to page breaks -\\-  =\\=, significantly affects pdf  
odf
 * output formats modified to include (pdf, odf, epub, html, plaintext)
   * [5d116fe] v4: vim syntax, sisu.vim
   * [90ab101] v4: emacs, sisu-mode.el
   * [f6f8918] v4: documentation, sisu markup (sisu_markup.sst, man page sisu.1,
   sisu.1.html)
Checksums-Sha1: 
 cf95e32f76eec329f01356f31a72cd23b443242c 1356 sisu_4.0.9-1.dsc
 9d2e25110d2a3ae8dc78c59bef649b6cbb7ea8cd 1398512 sisu_4.0.9.orig.tar.xz
 06ae3c2501806432aa4f93585e7b08c4486585d3 61983 sisu_4.0.9-1.debian.tar.gz
 052a25a4ba8b2cf7ba123493afbb628f2010c3dd 1532086 sisu_4.0.9-1_all.deb
 e8847dbdc4f6e6dbae2486e821e21eea29c9c5a7 57696 sisu-complete_4.0.9-1_all.deb
 3fbb3f96fb97770e628477d60c2644881e42d66b 58298 sisu-pdf_4.0.9-1_all.deb
 d202ede025734afb21e0942212c638ab116557b7 58730 sisu-postgresql_4.0.9-1_all.deb
 02957ea1dea81ec8a1b73e478ee841fdb56ec644 58686 sisu-sqlite_4.0.9-1_all.deb
Checksums-Sha256: 
 b88896745b42608d7e3b54483c07110fdf908a902b30fc57b04df2a6adbe549b 1356 
sisu_4.0.9-1.dsc
 cb2a94f00ae54d1dac81f67251590f98fdb2dc3191d106a3927630077e079f01 1398512 
sisu_4.0.9.orig.tar.xz
 03697dd22a5c6be8fa9a8b921c2ee999519b33757a1f326536c358d6c670c5c3 61983 
sisu_4.0.9-1.debian.tar.gz
 057a9dae9473b7ea1e7f554c026726f3b1187fd78698ac40af513054383b1f05 1532086 
sisu_4.0.9-1_all.deb
 c71c014a4a5fc1b9665cd22f61f569cd125dcdc0056e25775728b79fc69ca744 57696 
sisu-complete_4.0.9-1_all.deb
 03dd6b08ca6a2469d9b74ef428f1d96c2953ae78be7fc097c142b4eb57a0018d 58298 
sisu-pdf_4.0.9-1_all.deb
 c530eb597af45c7203d3c7fe40fb48223a5d92e83cec9e0705f604e569f9ff6c 58730 
sisu-postgresql_4.0.9-1_all.deb
 3615477873c0d47f1b6301310ef2c3cec52b86a31fbac6f5a1ed70f1a4b68fed 58686 
sisu-sqlite_4.0.9-1_all.deb
Files: 
 fc8286ed0db71b3b89717c03a4d4187d 1356 text optional sisu_4.0.9-1.dsc
 85e0b07503371b0969d234cc49d5e9e3 1398512 text optional sisu_4.0.9.orig.tar.xz
 6003fb01b64bccaaa9c4eddc2a1e2221 61983 text optional sisu_4.0.9-1.debian.tar.gz
 79ee341cd53dabfe46d99723e78f1516 1532086 text optional sisu_4.0.9-1_all.deb
 cc33797e9ffe2536351c2fc4bb2e484d 57696 text optional 
sisu-complete_4.0.9-1_all.deb
 d6ba4d836af9c998a39af52aa8a1ca74 58298 text optional sisu-pdf_4.0.9-1_all.deb
 90092259dab284c809841f62970fd191 58730 text optional 
sisu-postgresql_4.0.9-1_all.deb
 eb1757da24a96664924165134d497369 58686 text optional 
sisu-sqlite_4.0.9-1_all.deb

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

iEYEARECAAYFAlEoLs8ACgkQb3gYqbmPYrFPTwCeJUXKYY53k+XfG57EExn0mhYE
Yu4AnjGMOo+jsSonYn0T+Jh41ucU74Wd
=nVGS
-END PGP SIGNATURE-


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



Accepted sox 14.4.1-2 (source amd64)

2013-02-22 Thread Pascal Giard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 22 Feb 2013 22:38:19 -0500
Source: sox
Binary: sox libsox2 libsox-fmt-base libsox-fmt-alsa libsox-fmt-ao 
libsox-fmt-mp3 libsox-fmt-oss libsox-fmt-pulse libsox-fmt-all libsox-dev
Architecture: source amd64
Version: 14.4.1-2
Distribution: unstable
Urgency: low
Maintainer: Pascal Giard pas...@debian.org
Changed-By: Pascal Giard pas...@debian.org
Description: 
 libsox-dev - Development files for the SoX library
 libsox-fmt-all - All SoX format libraries
 libsox-fmt-alsa - SoX alsa format I/O library
 libsox-fmt-ao - SoX Libao format I/O library
 libsox-fmt-base - Minimal set of SoX format libraries
 libsox-fmt-mp3 - SoX MP2 and MP3 format library
 libsox-fmt-oss - SoX OSS format I/O library
 libsox-fmt-pulse - SoX PulseAudio format I/O library
 libsox2- SoX library of audio effects and processing
 sox- Swiss army knife of sound processing
Changes: 
 sox (14.4.1-2) unstable; urgency=low
 .
   * [debian/libsox-fmt-base.install.in]:
 - Added all missing sndfile-derived formats. Thanks to Ulrich Klauer
   ulr...@chirlu.de for the patch (LP: #1086889).
   * [debian/control]:
 - Removed duplicate section field for sox. Fixes lintian warning.
 - Added Build-Dep on autotools-dev for dh_autotools_dev.
   * [debian/rules]:
 - Use dh_autotools_dev to update the outdated autotools helper files.
   Fixes lintian warning.
Checksums-Sha1: 
 bd9d40c49e7acd15fc8c2622f983e576a869836a 1967 sox_14.4.1-2.dsc
 f60b3e1f2e733258d2627988ad1135a17dcf9bbc 13975 sox_14.4.1-2.debian.tar.gz
 a7045e9ec49bab3d1a60ed9db59a5c62903718f1 136600 sox_14.4.1-2_amd64.deb
 c985ad4bcfb842f4ba26cc64859f3c7e41257aa3 300474 libsox2_14.4.1-2_amd64.deb
 5868d15ae5db96f86da8d1d6019d9dae807e4e98 90954 
libsox-fmt-base_14.4.1-2_amd64.deb
 497bfacf6375b1e402c60da0581ae49f948a51a5 47480 
libsox-fmt-alsa_14.4.1-2_amd64.deb
 8c26182dce1115af26b6c9ffe83545e0c4bf0ff1 43686 libsox-fmt-ao_14.4.1-2_amd64.deb
 de2e8dffdfd9317d5d33a41f753b20087d212bc3 53964 
libsox-fmt-mp3_14.4.1-2_amd64.deb
 ee9087dccf7050dc10c129af92ed743af119e1ae 44182 
libsox-fmt-oss_14.4.1-2_amd64.deb
 a0cc9d4ca962b0ecc125778e3d57d61d2a4ffd5e 43570 
libsox-fmt-pulse_14.4.1-2_amd64.deb
 0f2669213bbed1973074088411abf4c7ad4ca25d 40622 
libsox-fmt-all_14.4.1-2_amd64.deb
 2cfe72549eb926c557f639430f70ecaadde97468 467596 libsox-dev_14.4.1-2_amd64.deb
Checksums-Sha256: 
 092bb5ff5a514b6efd778697af77c1ae63bb2640fd3d45d229e91f4b7f0ba6fc 1967 
sox_14.4.1-2.dsc
 932faba38170fd43b6f3310f44d7cbf45bb713a6b8f3ed73664f5144849bb3a2 13975 
sox_14.4.1-2.debian.tar.gz
 270816725b57fbbd0d7b35a201977213a914108118643950527ddcd35bb295cc 136600 
sox_14.4.1-2_amd64.deb
 cb1abe9318860ec4c3d0320d5c890f82d61eb5d1f81a4700a91f4c7dcf95815f 300474 
libsox2_14.4.1-2_amd64.deb
 45c7c1770b603819b38a88effc49ab06fbdd0e56b7f7db777bc1a33ef17c8b01 90954 
libsox-fmt-base_14.4.1-2_amd64.deb
 9cd688aa1bc45f1b98e0156996f37c52e676c7eb9a13e9615937d0addd3dcbd1 47480 
libsox-fmt-alsa_14.4.1-2_amd64.deb
 939c7b6bbda60b61ad51287d4b6dc2dce20441c6b95fc327a6f231531054f31a 43686 
libsox-fmt-ao_14.4.1-2_amd64.deb
 10d5b6bfde4062f54e6aa149f0ed53c0de429895ad20d1679b4a5dddbd062411 53964 
libsox-fmt-mp3_14.4.1-2_amd64.deb
 4d5abfd88700f5c3d2e0bd5d2b097f2bb1f2667c5ecb874587f6df40df6e9a75 44182 
libsox-fmt-oss_14.4.1-2_amd64.deb
 a8e034566483dc0f04975600767b3574b6cfa49af0b2562b1daef2c47cb9dff3 43570 
libsox-fmt-pulse_14.4.1-2_amd64.deb
 d7b78d734ac081a0e7ab377ab92a7e35ef5c97facec9cc1208d60b9d41c874ef 40622 
libsox-fmt-all_14.4.1-2_amd64.deb
 774a42927c6fb0930915570d4a12fd36f050ad24c53500148b79a8671c217f7b 467596 
libsox-dev_14.4.1-2_amd64.deb
Files: 
 dd6b6695abc76d4c42dd7efc2829f68e 1967 sound optional sox_14.4.1-2.dsc
 b6968730a06402172a0960185432f3c6 13975 sound optional 
sox_14.4.1-2.debian.tar.gz
 6254a56f98b22db01c27fb0d3f4b0403 136600 sound optional sox_14.4.1-2_amd64.deb
 3f576f134541911567e2f042fc134560 300474 libs optional 
libsox2_14.4.1-2_amd64.deb
 7a5ae3b456ab8f0a25403b4a4e30c4cf 90954 libs optional 
libsox-fmt-base_14.4.1-2_amd64.deb
 036308d4409eb9bc833c03190f23287a 47480 libs optional 
libsox-fmt-alsa_14.4.1-2_amd64.deb
 a75ca64dcc887ef190c672f3d9a7c8dd 43686 libs optional 
libsox-fmt-ao_14.4.1-2_amd64.deb
 9a262a4ac624a4e2bd8105a79475902f 53964 libs optional 
libsox-fmt-mp3_14.4.1-2_amd64.deb
 4d5a2bade89f8e025a44c30017cf1864 44182 libs optional 
libsox-fmt-oss_14.4.1-2_amd64.deb
 5080fa5bc6b14b9719c6ae13dad26712 43570 libs optional 
libsox-fmt-pulse_14.4.1-2_amd64.deb
 c4f09af25abe6682c79a85b1db2999f2 40622 libs optional 
libsox-fmt-all_14.4.1-2_amd64.deb
 97de2bf5b5089657bf1c68528292e135 467596 libdevel optional 
libsox-dev_14.4.1-2_amd64.deb

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

iEYEARECAAYFAlEoSJkACgkQ1Lfd97FsypXiQACgi20sObwd2zt1VOt1iTkcy26l
yCUAnjbZqztvgli2xkXY14KLAvC3uExw
=AnZv
-END PGP SIGNATURE-


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