Bug#572737: RFP: maven-scala-plugin -- A maven plugin for compiling, testing and running scala code in maven

2010-03-06 Thread Ramakrishnan Muthukrishnan
Package: wnpp
Severity: wishlist

* Package name: maven-scala-plugin
  Version : 2.12
  Upstream Author : David Bernard
* URL or Web page : 
http://scala-tools.org/mvnsites/maven-scala-plugin/index.html
* License : Apache License 2.0
  Description : A maven plugin for compiling, tetsing and running scala 
code in maven






-- 
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/e1nnorc-0001mc...@rkrishnant61



Re: md5sums files

2010-03-06 Thread Andreas Metzler
Russ Allbery r...@debian.org wrote:
 Don Armstrong d...@debian.org writes:
[...]
 Is there any reason why we can't just modify dpkg-deb to create
 DEBIAN/md5sums and DEBIAN/sha512sums and get archive coverage relatively
 quickly, automatically, as things get rebuilt?

 Figuring out a better solution for why the files in /var/lib/ispell and
 /var/lib/aspell are excluded from the md5sums generation because they
 change after installation is probably needed
[...]

Hello,
I think these hash files are not arch independent. Which is why the
packages only ship empty files in the deb and generate the correct
binary data in postinst. This way the hash files are listed in dpkg
-L, and dpkg takes care of removal instead of relying on
maintainerscripts.

cu andreas


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/d9g967-3i3@argenau.downhill.at.eu.org



Re: md5sums files

2010-03-06 Thread Jean-Christophe Dubacq
On 06/03/2010 09:27, Andreas Metzler wrote:
 Russ Allbery r...@debian.org wrote:
 Don Armstrong d...@debian.org writes:
 [...]
 Is there any reason why we can't just modify dpkg-deb to create
 DEBIAN/md5sums and DEBIAN/sha512sums and get archive coverage relatively
 quickly, automatically, as things get rebuilt?
 
 Figuring out a better solution for why the files in /var/lib/ispell and
 /var/lib/aspell are excluded from the md5sums generation because they
 change after installation is probably needed
 [...]
 
 Hello,
 I think these hash files are not arch independent. Which is why the
 packages only ship empty files in the deb and generate the correct
 binary data in postinst. This way the hash files are listed in dpkg
 -L, and dpkg takes care of removal instead of relying on
 maintainerscripts.

Anyway, there are many more cases where dpkg -L does not list all files
pertaining to a single package. Configuration files managed by
postinsts, for example, instances data, etc.

It's a shame there is no standard way to declare the (package-)ownership
of a file (the cruft(1) format is good enough, but is under-used, to say
the least).

I have recently taken an interest in obsolete conffiles and it's a real
mess to check whether a conffile is really obsolete (can be removed) or
is now managed by postinst (or ucf). Some conffiles left behind can have
side-effects (usually not important ones).
-- 
Jean-Christophe Dubacq


-- 
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/4b9223ef.6040...@free.fr



Re: Cmap file are now free: List of package to move to main

2010-03-06 Thread Yves-Alexis Perez
On lun., 2010-03-01 at 10:19 +0100, Bastien ROUCARIES wrote:
 
 I have send this mail two months ago and no answer, therefore I
 resend. Please add cmap to main. 

Maybe you just need to report bugs against concerned packages so the
maintainer changes the section.

Cheers,
-- 
Yves-Alexis


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


Re: md5sums files

2010-03-06 Thread Michael Banck
On Fri, Mar 05, 2010 at 07:54:29PM +0100, Goswin von Brederlow wrote:
 Bernd Zeimetz be...@bzed.de writes:
  I think its about time to require to generate checksums for packages and 
  make
  all packages which do not do so RC buggy.
 
 If a checksum file becomes required then it really is not the job of the
 package to build it. Instead dpkg should generate one and include it
 automatically. 

Following that logic, dpkg should do everything anyway (like rpm), no
need for debhelper, dh, or anything.

I don't think that just because something is required, it should be
necessarily part of dpkg.  So far, we are talking about a policy of
including md5sum in our .debs, *not* about changing the .deb format to
require md5sums (at least, as far as I can tell).

Once the former works out fine for squeeze, we can still think about
doing the latter by modifying dpkg-builddeb or something, but I think
this is premature at this point (in the release cycle).


Michael


-- 
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/20100306114901.gb13...@nighthawk.chemicalconnection.dyndns.org



RE : Re: Cmap file are now free: List of package to move to main

2010-03-06 Thread Bastien ROUCARIES
the bug report are already made.

Le 6 mars 2010 12:06, Yves-Alexis Perez cor...@debian.org a écrit :

On lun., 2010-03-01 at 10:19 +0100, Bastien ROUCARIES wrote:

 I have send this mail two months a...
Maybe you just need to report bugs against concerned packages so the
maintainer changes the section.

Cheers,
--
Yves-Alexis


dpkg-deb temporary storage directory

2010-03-06 Thread Adam C Powell IV
Greetings,

I'm working on a package for Salomé, and some of its binaries are really
huge -- way too big, I'll split them up at some point.

But in the meantime, I'm getting the following error and want to avoid
it:

dpkg-deb: building package `salome-doc' in `../salome-doc_5.1.3-5opvk1_all.deb'.
dpkg-deb (subprocess): data: internal gzip error: read(4096) != write(0): No 
space left on device
dpkg-deb: subprocess compress from tar -cf returned error exit status 2
dh_builddeb: dpkg-deb returned exit code 2

The partition where I'm building this has 6 gigs of free space, which is
more than enough room, and building within a chroot on that partition
works fine.  So I guess it's trying to build a tarball in a temporary
storage directory, and / has only 380 megs free.

How can I change the temporary directory where it builds the tarballs?
I don't see anything in the manpage or dpkg-deb --help output.

[Please CC me in replies.]

-Adam
-- 
GPG fingerprint: D54D 1AEE B11C CE9B A02B  C5DD 526F 01E8 564E E4B6

Engineering consulting with open source tools
http://www.opennovation.com/


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


Re: dpkg-deb temporary storage directory

2010-03-06 Thread Cyril Brulebois
Adam C Powell IV hazel...@debian.org (06/03/2010):
 How can I change the temporary directory where it builds the
 tarballs? I don't see anything in the manpage or dpkg-deb --help
 output.

(Untested)

It probably honours TMP/TMPDIR environment variables.

 [Please CC me in replies.]

[Done.]

Mraw,
KiBi.


signature.asc
Description: Digital signature


Re: linux-image-*-dbg for squeeze?

2010-03-06 Thread Lucas Nussbaum
[ Adding ftpmasters to To: ]

On 05/03/10 at 19:34 +0100, Bastian Blank wrote:
 On Fri, Mar 05, 2010 at 09:07:50AM +0100, Lucas Nussbaum wrote:
  I wonder what we (as Debian) could do about it. Would it make sense to
  sponsor a very fast machine that the kernel team could use to build the
  kernels and upload from, replacing kernel-archive.buildserver.net ?
 
 The easiest fix is the official blessing by the ftp team to upload only
 the architecture independant packages and build all architectures on the
 buildds.

Ftpmasters, would it be acceptable for the kernel team to upload only
the architecture independant packages ?
It would allow to provide debug packages on fast architectures without
forcing the developers to upload them using their slow internet
connections, solving #365349.
-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


-- 
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/20100306180621.ga21...@xanadu.blop.info



Ban muon 1 shop online?

2010-03-06 Thread vipharcovn
 1267903060456-1267903060456-1267903060456


Ban muon rao vat? Muon mua ban tren mang? Ban muon co 1 khong gian rieng 
online? 1 cua hang online? 1 blog rieng? 1 web site rieng?Hay vao 
http://IMARKET.VN


 1267903060456-1267903060456-1267903060456


--
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/2.4.1267903060...@localhost



Re: md5sums files

2010-03-06 Thread Anthony Towns
(I'm not subscribed to this list, so go ahead and Cc me)

On Thu, Mar 4, 2010 at 02:05, Peter Samuelson pe...@p12n.org wrote:
 [Wouter Verhelst]
  I must say I was somewhat surprised by these numbers. Out of 2483
  packages installed on my laptop, 2340 install md5sums.
 The surprising part, perhaps, is that dpkg itself didn't just generate
 the other 143 md5sums files at installation time.

The easy (and usually correct) reason for things like that is dpkg's
source is scary.

 I suggested this a long time ago and of course was met with so where's
 your patch?  Of course I was not willing to do the work.

See? Anyway, my patch is attached. It makes dpkg create a foo.hashes
when unpacking foo, whose contents looks like:

MD5:32b5e22f8e336b2f34e0dd87652e6dfc  usr/share/doc/mawk/changelog.gz
MD5:87a34f1f55ac3f7fec2c7fc82565e8eb  usr/share/doc/mawk/changelog.Debian.gz
...

Verification is a matter of something like:

$ cat /var/lib/dpkg/info/*.hashes | sed -n 's/^MD5://p' | (cd /;
md5sum -c) | grep -v ': OK$'

There's an option (--hash) that you can set to none to avoid
spending time calculating md5s if you so choose. Adding support for
sha1/sha256/whatever should be straightforward; afaik dpkg only has
code for md5 already built in though (though just invoking
/usr/bin/sha1sum etc would be an option of course).

Of course another option is just to pull the md5sums directly from the deb:

$ ar p /var/cache/apt/archives/ifupdown_0.6.9_i386.deb data.tar.gz |
tar --to-command='printf %s%s\n $(md5sum - | sed s/-$//)
${TAR_FILENAME#./}'  -xzf - |
diff - /var/lib/dpkg/info/ifupdown.md5sums
1,3d0
 346208729633adf45e2fa3f2bd3b19c6  etc/init.d/ifupdown
 c6fffaae03271f1641920105ce68796b  etc/init.d/ifupdown-clean
 fab851ca87c5deb9d6f665e610184648  etc/default/ifupdown
4a2
 a0f11cf1809a468c49b72e0aa0a8e26b  sbin/ifup

(md5sums doesn't normally list conffiles, but does list hardlinks; the
above command does the opposite)

 But
 fundamentally, shipping a md5sums file is really just a tradeoff in
 download size vs. installation speed, not unlike gzip vs. bzip2.

Advantages of doing in when unpacking:
 - choice of checksum is the admin's decision
 - we can quickly roll out support for sha1/sha256/crc/... checksums
by just changing one package
 - admin has hashes of exactly what was unpacked, no matter the source
 - no concerns about bugs in dh_md5sums or similar resulting in bad checksums

Advantages of doing it when uploading:
 - provides some sort of double check of what's being uploaded
 - saves CPU time on users' machines

For me, I'd rather have dpkg generate the hashes.

Cheers,
aj

--
Anthony Towns a...@erisian.com.au
diff -urb dpkg-1.15.5.6/debian/changelog dpkg-1.15.5.6-aj/debian/changelog
--- dpkg-1.15.5.6/debian/changelog	2010-01-09 04:02:03.0 +1000
+++ dpkg-1.15.5.6-aj/debian/changelog	2010-03-07 04:13:03.171356041 +1000
@@ -1,3 +1,11 @@
+dpkg (1.15.5.6+aj) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Automatically create /var/lib/dpkg/info/pkg.hashes containing MD5 hashes
+for unpacked files.
+
+ -- Anthony Towns a...@lazuline  Sun, 07 Mar 2010 04:12:32 +1000
+
 dpkg (1.15.5.6) unstable; urgency=low
 
   * dpkg-source: with format 3.0 (quilt) ensure quilt's .pc directory is
diff -urb dpkg-1.15.5.6/configure.ac dpkg-1.15.5.6-aj/configure.ac
--- dpkg-1.15.5.6/configure.ac	2010-01-08 18:00:34.0 +1000
+++ dpkg-1.15.5.6-aj/configure.ac	2010-03-07 04:38:32.547372468 +1000
@@ -51,6 +51,16 @@
 esac])
 AC_SUBST(admindir)
 
+# Allow alternative default hash function
+hashtype=md5
+AC_ARG_WITH(hashtype,
+	AS_HELP_STRING([--with-hashtype=HASH],
+	   [hash function to use for .hashes files]),
+[case $with_hashtype in
+  md5|none) hashtype=$with_hashtype ;;
+  *) AC_MSG_ERROR([invalid hashtype specified]) ;;
+esac])
+AC_SUBST(hashtype)
 
 # Checks for programs.
 AC_PROG_CC
diff -urb dpkg-1.15.5.6/src/Makefile.am dpkg-1.15.5.6-aj/src/Makefile.am
--- dpkg-1.15.5.6/src/Makefile.am	2010-01-09 03:23:06.0 +1000
+++ dpkg-1.15.5.6-aj/src/Makefile.am	2010-03-07 04:28:18.771356095 +1000
@@ -6,6 +6,7 @@
 AM_CPPFLAGS = \
 	-DLOCALEDIR=\$(localedir)\ \
 	-DADMINDIR=\$(admindir)\ \
+	-DHASHTYPE=\$(hashtype)\ \
 	-idirafter $(top_srcdir)/lib/compat \
 	-I$(top_builddir) \
 	-I$(top_srcdir)/lib
diff -urb dpkg-1.15.5.6/src/main.c dpkg-1.15.5.6-aj/src/main.c
--- dpkg-1.15.5.6/src/main.c	2010-01-09 03:23:06.0 +1000
+++ dpkg-1.15.5.6-aj/src/main.c	2010-03-07 04:29:59.271360858 +1000
@@ -187,6 +187,7 @@
 const char *admindir= ADMINDIR;
 const char *instdir= ;
 struct pkg_list *ignoredependss = NULL;
+const char *hashtype= HASHTYPE;
 
 static const struct forceinfo {
   const char *name;
@@ -516,6 +517,7 @@
   { admindir,  0,   1, NULL,  admindir, NULL,  0 },
   { instdir,   0,   1, NULL,  instdir,  NULL,  0 },
   { ignore-depends,0,   1, NULL,  NULL,  ignoredepends, 0 },
+  { hash,  0,   1, NULL,  

Re: dpkg-deb temporary storage directory

2010-03-06 Thread Adam C Powell IV
On Sat, 2010-03-06 at 18:15 +0100, Cyril Brulebois wrote:
 Adam C Powell IV hazel...@debian.org (06/03/2010):
  How can I change the temporary directory where it builds the
  tarballs? I don't see anything in the manpage or dpkg-deb --help
  output.
 
 (Untested)
 
 It probably honours TMP/TMPDIR environment variables.

Ah yes, a search for dpkg-deb TMPDIR turns up bug 247086 where someone
asked to include this in the documentation.  The reply: but it's so
obvious, no need to include it.  Version 1.10.22 claimed to fix it, but
only fixed one part of the bug, the TMPDIR issue remained.

I've been a DD for ten years and didn't think of it, so I can't agree
about the obviousness...  I think I'll open a new bug.

  [Please CC me in replies.]
 
 [Done.]

Thanks!

-Adam
-- 
GPG fingerprint: D54D 1AEE B11C CE9B A02B  C5DD 526F 01E8 564E E4B6

Engineering consulting with open source tools
http://www.opennovation.com/


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


Re: md5sums files

2010-03-06 Thread Don Armstrong
On Sat, 06 Mar 2010, Andreas Metzler wrote:
 Russ Allbery r...@debian.org wrote:
  Figuring out a better solution for why the files in
  /var/lib/ispell and /var/lib/aspell are excluded from the md5sums
  generation because they change after installation is probably
  needed

 I think these hash files are not arch independent. Which is why the
 packages only ship empty files in the deb and generate the correct
 binary data in postinst. This way the hash files are listed in dpkg
 -L, and dpkg takes care of removal instead of relying on
 maintainerscripts.

So there's a period on upgrade where the file has been overwritten
with an file before the new file has been generated?

That's just wrong.

This is why you don't ship files in the package that you're going to
regenerate later. It's not like they can't be removed upon purge or
removal fairly trivially.


Don Armstrong

-- 
I shall require that [a scientific system's] logical form shall be
such that it can be singled out, by means of emperical tests, in a
negative sense: it must be possible for an emperical scientific system
to be refuted by experience.
 -- Sir Karl Popper _Logic of Scientific Discovery_ §6

http://www.donarmstrong.com  http://rzlab.ucr.edu


--
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/20100306222825.gp28...@volo.donarmstrong.com



Re: dpkg-deb temporary storage directory

2010-03-06 Thread Roberto C . Sánchez
On Sat, Mar 06, 2010 at 05:14:48PM -0500, Adam C Powell IV wrote:
 On Sat, 2010-03-06 at 18:15 +0100, Cyril Brulebois wrote:
  Adam C Powell IV hazel...@debian.org (06/03/2010):
   How can I change the temporary directory where it builds the
   tarballs? I don't see anything in the manpage or dpkg-deb --help
   output.
  
  (Untested)
  
  It probably honours TMP/TMPDIR environment variables.
 
 Ah yes, a search for dpkg-deb TMPDIR turns up bug 247086 where someone
 asked to include this in the documentation.  The reply: but it's so
 obvious, no need to include it.  Version 1.10.22 claimed to fix it, but
 only fixed one part of the bug, the TMPDIR issue remained.
 
 I've been a DD for ten years and didn't think of it, so I can't agree
 about the obviousness...  I think I'll open a new bug.
 
This makes me wonder if it would be a good idea to include something
in policy about applications respecting TMP/TMPDIR.  I have run across
several applications in Debian at various times that do not really
support TMP and TMPDIR to the degree that one would expect.

Regards,

-Roberto

-- 
Roberto C. Sánchez
http://people.connexer.com/~roberto
http://www.connexer.com


signature.asc
Description: Digital signature


Re: md5sums files

2010-03-06 Thread Goswin von Brederlow
Peter Samuelson pe...@p12n.org writes:

  On Wed, Mar  3, 2010 at 10:05:11 -0600, Peter Samuelson wrote:
  fundamentally, shipping a md5sums file is really just a tradeoff in
  download size vs. installation speed, not unlike gzip vs. bzip2.  One

 Julien Cristau jcris...@debian.org writes:
  Only if you assume that disks never fail and thus files never get
  corrupted when the package gets unpacked.

 [Goswin von Brederlow]
 Or the memory, the cpu, the pci bus, the ide bus, ... have a bit
 toggler. There are many ways file can be corrupted between being
 downloaded (where apt checks them) and them being unpacked and
 checksumed locally.

 Be that as it may, I don't think the md5sums file was ever intended to
 be an integrity check of the .deb itself.  Fortunately, the .deb also
 includes checksums of control.tar.gz and data.tar.gz, thanks to use of
 the gzip container format.

That is not about the integrity of the deb. It is about the integrity of
the files on the system. And if you do have faulty memory (or any of the
other problems) then calculating the checksum locally will have a high
risk of calculating it from already corrupted data and miss the error.

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/87zl2louls@frosties.localdomain



Re: md5sums files

2010-03-06 Thread Goswin von Brederlow
Michael Banck mba...@debian.org writes:

 On Fri, Mar 05, 2010 at 07:54:29PM +0100, Goswin von Brederlow wrote:
 Bernd Zeimetz be...@bzed.de writes:
  I think its about time to require to generate checksums for packages and 
  make
  all packages which do not do so RC buggy.
 
 If a checksum file becomes required then it really is not the job of the
 package to build it. Instead dpkg should generate one and include it
 automatically. 

 Following that logic, dpkg should do everything anyway (like rpm), no
 need for debhelper, dh, or anything.

That does not follow. Nobody says you MUST use debhelper but people in
this thread want you MUST have a checksum file.

 I don't think that just because something is required, it should be
 necessarily part of dpkg.  So far, we are talking about a policy of
 including md5sum in our .debs, *not* about changing the .deb format to
 require md5sums (at least, as far as I can tell).

Yes we do. If not having a md5sum (or rather sha256sum) file in the
package is a policy violation of a MUST directive then the .deb format
is effectively changed.

 Once the former works out fine for squeeze, we can still think about
 doing the latter by modifying dpkg-builddeb or something, but I think
 this is premature at this point (in the release cycle).

Doing the later already solves the former without any extra work for any
(other) maintainer. Every single deb being build from then on would
instantly and automatically have the new checksum field. No need for
every maintainer for add a dh_sha256sum to debian/rules. Having every
maintainer add/change the checksum generation just so they can remove it
again in the next phase would be truely pointless. No package would
become RC buggy due to lack of generating the checksum file.

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/87vdd9ou47@frosties.localdomain



Re: md5sums files

2010-03-06 Thread Goswin von Brederlow
Anthony Towns a...@erisian.com.au writes:

 (I'm not subscribed to this list, so go ahead and Cc me)

 On Thu, Mar 4, 2010 at 02:05, Peter Samuelson pe...@p12n.org wrote:
 [Wouter Verhelst]
  I must say I was somewhat surprised by these numbers. Out of 2483
  packages installed on my laptop, 2340 install md5sums.
 The surprising part, perhaps, is that dpkg itself didn't just generate
 the other 143 md5sums files at installation time.

 The easy (and usually correct) reason for things like that is dpkg's
 source is scary.

 I suggested this a long time ago and of course was met with so where's
 your patch?  Of course I was not willing to do the work.

 See? Anyway, my patch is attached. It makes dpkg create a foo.hashes
 when unpacking foo, whose contents looks like:

 MD5:32b5e22f8e336b2f34e0dd87652e6dfc  usr/share/doc/mawk/changelog.gz
 MD5:87a34f1f55ac3f7fec2c7fc82565e8eb  usr/share/doc/mawk/changelog.Debian.gz
 ...

 Verification is a matter of something like:

 $ cat /var/lib/dpkg/info/*.hashes | sed -n 's/^MD5://p' | (cd /;
 md5sum -c) | grep -v ': OK$'

 There's an option (--hash) that you can set to none to avoid
 spending time calculating md5s if you so choose. Adding support for
 sha1/sha256/whatever should be straightforward; afaik dpkg only has
 code for md5 already built in though (though just invoking
 /usr/bin/sha1sum etc would be an option of course).

 Of course another option is just to pull the md5sums directly from the deb:

 $ ar p /var/cache/apt/archives/ifupdown_0.6.9_i386.deb data.tar.gz |
 tar --to-command='printf %s%s\n $(md5sum - | sed s/-$//)
 ${TAR_FILENAME#./}'  -xzf - |
 diff - /var/lib/dpkg/info/ifupdown.md5sums
 1,3d0
  346208729633adf45e2fa3f2bd3b19c6  etc/init.d/ifupdown
  c6fffaae03271f1641920105ce68796b  etc/init.d/ifupdown-clean
  fab851ca87c5deb9d6f665e610184648  etc/default/ifupdown
 4a2
 a0f11cf1809a468c49b72e0aa0a8e26b  sbin/ifup

 (md5sums doesn't normally list conffiles, but does list hardlinks; the
 above command does the opposite)

 But
 fundamentally, shipping a md5sums file is really just a tradeoff in
 download size vs. installation speed, not unlike gzip vs. bzip2.

 Advantages of doing in when unpacking:
  - choice of checksum is the admin's decision
  - we can quickly roll out support for sha1/sha256/crc/... checksums
 by just changing one package
  - admin has hashes of exactly what was unpacked, no matter the source
  - no concerns about bugs in dh_md5sums or similar resulting in bad checksums

 Advantages of doing it when uploading:
  - provides some sort of double check of what's being uploaded
  - saves CPU time on users' machines
   - avoids having bad checksums due to the user having bad hardware
 (which is one big use case of the files)

 For me, I'd rather have dpkg generate the hashes.

 Cheers,
 aj

 --
 Anthony Towns a...@erisian.com.au

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/87r5nxou09@frosties.localdomain



Re: Bug#572733: support for mounting other kernel filesystems

2010-03-06 Thread Marco d'Itri
On Mar 06, Petter Reinholdtsen p...@hungry.com wrote:

  - cgroups (needed for accounting and management of system resources)
 I thought the libcgroup package handled this one, but might be wrong.
I understand that the cgconfig program from cgroup-bin does mount it
(in /mnt/cgroups/cpu, which I believe to be totally broken since /mnt
is not supposed to have subdirectories), but I do not think everybody
needs or wants to use cgconfig.

 In my opinion initscripts should limit itself to mount special file
 system that should be available on all or almost all installations and
 that do not introduce a security problem when mounted, and leave it to
 other packages to handle mounting of less common file system types.
Write access to cgroups and hugetlbfs is restricted to root by default.

 The request for mounting debugfs by default has so far been denied, as
 it have a rather special use case and can be seen as a security
 problem.
debugfs also already has a /sys/kernel/debug/ so it can easily be dealt
with in fstab. Since AFAIK it is not used by regular programs I see no
harm in having to configure it manually.

 For file system that should be mounted on Linux, depending on udev
 mith be ok, but for file systems that also should be mounted on
 kFreeBSD, I am told udev do not work and using udev is not an option.
 I suspect cgroups and hugetlbfs are linux specific, but wanted to
 mention the issue to be sure it is known.
Obviously these are Linux-specific filesystems. The porters to other
kernels will deal with their own system-specific filesystems...

 On Linux, using udev is supposed to be optional, but it is getter
 harder and harder to to avoid it, so I am not sure we want to spend
 extra effort to make it easier to drop udev from an installation.
udev is not intended to be optional, even if some systems currently work
well enough without udev nobody should rely on this to be true in the
future as well.

 I have no opinion on the mount point location, but would like all
 distributions to agree on the same location to make it easier for
 users and application writers to move applications from OS to OS.
Good luck. Obviously this will not happen in time for squeeze, so we
need a solution anyway.
The cgroups upstream maintainers stated that they are not interested in
mandating any specific location.

  The upstream developers do not take a position either, but
  /dev/cgroup/ and /dev/cgroups/ are popular choices.
 What are the other choices?  What do Ubuntu, SuSe, Mandriva, Gentoo
 and the other distributions do?  Which mount point is most commonly
 used?
I do not think other distributions have infrastructure to mount this
filesystem except for what is provided by cgconfig.
The upstream developers stated that they do not want to recommend any
specific directory, I think the only common alternative I have seen is
/cgroups/.

 Do not know.  For me it depend on how many installations should have
 these file systems mounted.  If it is all or almost all - init.d
 scripts in the initscripts package and if it is some instalations -
 sysadmin can add it himself or separate pacage.
The sysadmin currently CANNOT mount these filesystems by itself below
/dev because there is no mount point at boot time.
This may be the best solution, but it still needs some work in a
standard package.


On Mar 06, Mike Hommey m...@glandium.org wrote:

 /dev/something just feels so wrong. /dev contains block and character
 devices, and almost nothing else (except some udev and initramfs files)
 Why should cgroups control files, which are hardly device files, be
 found under /dev ?
Why not? /dev/pts/ is a kernel filesystem mounted below /dev, and /dev
itself is a kernel filesystem (tmpfs or devtmpfs).
And /dev will still be much less controversial than mount points in / .

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: md5sums files

2010-03-06 Thread Peter Samuelson

 Peter Samuelson pe...@p12n.org writes:
  Be that as it may, I don't think the md5sums file was ever intended to
  be an integrity check of the .deb itself.  Fortunately, the .deb also
  includes checksums of control.tar.gz and data.tar.gz, thanks to use of
  the gzip container format.

[Goswin von Brederlow]
 That is not about the integrity of the deb. It is about the integrity of
 the files on the system. And if you do have faulty memory (or any of the
 other problems) then calculating the checksum locally will have a high
 risk of calculating it from already corrupted data and miss the error.

How many times do I have to say the .deb also includes checksums of
control.tar.gz and data.tar.gz, thanks to use of the gzip container
format before you notice?
-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100307032816.gm18...@p12n.org



including full package source code in the debian release

2010-03-06 Thread Jamie Morken
Hi,

Debian releases have 25,000 or so packages and don't include the source to 
them, so to recompile the package you use apt-get to connect to the internet 
and download the source to one package at a time if you want the source code.  
I did some calculations to see how much bulk adding the package source code to 
the debian release would add and using high compression it appears that it 
would increase the overall release size by less than 1%.  Most users won't care 
or benefit from having the source code to these 25,000 packages included in the 
distribution, but some will probably like the ability to be able to have this 
source code and be able to recompile packages without requiring internet access 
to download package source code.

Here are my calculations, they are rough estimates:

packages included in Debian 4.0 etch (283 million lines of code)
source: http://en.wikipedia.org/wiki/Debian

assuming 32KB per 1000 lines of code, this would be about 8.6GB for 283 million 
lines of code.

assuming a factor of 100 for the compression of this code, this would give 
approx 88MB of extra space required in the debian distribution for all of this 
source code.

the total size of the current full Debian distribution is over 18GB:
http://cdimage.debian.org/debian-cd/5.0.4/i386/iso-dvd/

so including compressed package source code would have a very minor impact on 
the overall file size of the debian release.

cheers,
Jamie





Re: including full package source code in the debian release

2010-03-06 Thread Russ Allbery
Jamie Morken jmor...@shaw.ca writes:

 Debian releases have 25,000 or so packages and don't include the source to
 them,

Huh?  We most certainly do.

-- 
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/87lje4n688@windlord.stanford.edu



Re: including full package source code in the debian release

2010-03-06 Thread Michael Gilbert
On Sat, 06 Mar 2010 19:29:22 -0800 Jamie Morken wrote:
 so including compressed package source code would have a very minor impact on 
 the overall file size of the debian release.

you can achieve your goal by burning the isos and having them on hand.
or you can create less physical waste by loop mounting the isos.

mike


-- 
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/20100306225243.5b36de6c.michael.s.gilb...@gmail.com



Bug#572853: ITP: thunarx-python -- Python bindings for the Thunar file manager

2010-03-06 Thread Jason Heeris
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org

   Package name: thunarx-python
Version: 0.2.0
Upstream Author: Adam Plumb adampl...@gmail.com
URL: http://github.com/adamplumb/thunarx-python
License: GPL3+
Description:  Python bindings for the Thunar file manager, allowing
property page and menu extensions to be written in Python.



-- 
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/4b9325b5.5070...@gmail.com



Team uploads.

2010-03-06 Thread Charles Plessy
Dear all,

It was proposed in 2009 to formalise Team uploads in analogy to the QA
uploads, as a special case of NMU, where most conventions are relaxed.

http://lists.debian.org/e13a36b30904052052g73850787vcc8b2035640d7...@mail.gmail.com

While there was interest, the discussion eventually ended with no action.

In the context of the Debian Med packaging team, I have started to make “Team
uploads”, for packages that are maintained by my team but for which I do not
want to add myself in the Uploaders field.

For these NMUs, I apply the following exceptions:

 - Normal incementation of version number,
 - no delay,
 - no patch to the BTS, but a direct commit to our repository,
 - start the changelog by a “Team upload.” entry.

This triggers Lintian warnings, that I ignore. The attached untested patch
may solve the problem.

If others are interested to follow the same approach, I propose to use the 
following
wiki page to draft a common reference: http://wiki.debian.org/TeamUpload.

Have a nice sunday,

-- 
Charles Plessy
Debian Med packaging team,
http://www.debian.org/devel/debian-med
Tsurumi, Kanagawa, Japan
diff --git a/checks/nmu b/checks/nmu
index fd2febf..80a5eb5 100644
--- a/checks/nmu
+++ b/checks/nmu
@@ -42,6 +42,7 @@ my $info = shift;
 my $changelog_mentions_nmu = 0;
 my $changelog_mentions_local = 0;
 my $changelog_mentions_qa = 0;
+my $changelog_mentions_team_upload = 0;
 
 # This isn't really an NMU check, but right now no other check looks at
 # debian/changelog in source packages.  Catch a debian/changelog file that's a
@@ -60,7 +61,7 @@ my $changes = $entry-Changes;
 $changes =~ s/^(\s*\n)+//;
 my $firstline = (split('\n', $changes))[0];
 
-# Check the first line for QA and NMU mentions.
+# Check the first line for QA, NMU or team upload mentions.
 if ($firstline) {
 	local $_ = $firstline;
 	if (/\bnmu\b/i or /non-maintainer upload/i) {
@@ -70,6 +71,8 @@ if ($firstline) {
 	}
 	$changelog_mentions_local = 1 if /\blocal\s+package\b/i;
 	$changelog_mentions_qa = 1 if /orphan/i or /qa (?:group )?upload/i;
+	$changelog_mentions_team_upload = 1 if /* Team upload/i;
+
 }
 
 my $version = $info-field(version);
@@ -111,6 +114,9 @@ if ($maintainer =~ /packag...@qa.debian.org/) {
 		if $version_nmuness == 1;
 	tag changelog-should-mention-qa, 
 		if !$changelog_mentions_qa;
+} elsif ($changelog_mentions_team_upload) {
+	tag team-upload-has-incorrect-version-number, $version
+		if $version_nmuness == 1;
 } else {
 	# Local packages may be either NMUs or not.
 	unless ($changelog_mentions_local || $version_local) {


Re: md5sums files

2010-03-06 Thread Anthony Towns
On Sun, Mar 7, 2010 at 10:28, Goswin von Brederlow goswin-...@web.de wrote:
 Anthony Towns a...@erisian.com.au writes:
 Advantages of doing it when uploading:
  - provides some sort of double check of what's being uploaded
  - saves CPU time on users' machines
   - avoids having bad checksums due to the user having bad hardware
     (which is one big use case of the files)

Big? It only makes a difference if:
  a) the corruption happens as soon as it's written, not after some time
  b) the file is too big/the system is too loaded to keep the file in
the page cache
  c) the system memory is corrupted just enough to screw the file but
not everything else

Compared to random make install invocations changing files in the
system and similar, that doesn't strike me as a big use case.

In any event, it's fairly easy to generate the checksum in the same
pass as generating the file, see the attached patch. (It's not as easy
to generalise to other hashes as the previous one, unfortunately)

If you're still worried, perhaps about having read() return bogus data
from the .deb that happens to still be valid when passed through
ungzip and untar and after you've already verified the entire file by
md5/sha1/sha256 when downloading, you're getting to the point of
trying to safely install on an actively malicious system, and
nothing's going to make that work.

Cheers,
aj

-- 
Anthony Towns a...@erisian.com.au
diff -x configure -x '*.m4' -x Makefile.in -urbN dpkg-1.15.5.6/configure.ac dpkg-1.15.5.6-aj/configure.ac
--- dpkg-1.15.5.6/configure.ac	2010-01-08 18:00:34.0 +1000
+++ dpkg-1.15.5.6-aj/configure.ac	2010-03-07 04:38:32.547372468 +1000
@@ -51,6 +51,16 @@
 esac])
 AC_SUBST(admindir)
 
+# Allow alternative default hash function
+hashtype=md5
+AC_ARG_WITH(hashtype,
+	AS_HELP_STRING([--with-hashtype=HASH],
+	   [hash function to use for .hashes files]),
+[case $with_hashtype in
+  md5|none) hashtype=$with_hashtype ;;
+  *) AC_MSG_ERROR([invalid hashtype specified]) ;;
+esac])
+AC_SUBST(hashtype)
 
 # Checks for programs.
 AC_PROG_CC
diff -x configure -x '*.m4' -x Makefile.in -urbN dpkg-1.15.5.6/debian/changelog dpkg-1.15.5.6-aj/debian/changelog
--- dpkg-1.15.5.6/debian/changelog	2010-01-09 04:02:03.0 +1000
+++ dpkg-1.15.5.6-aj/debian/changelog	2010-03-07 04:13:03.171356041 +1000
@@ -1,3 +1,11 @@
+dpkg (1.15.5.6+aj) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Automatically create /var/lib/dpkg/info/pkg.hashes containing MD5 hashes
+for unpacked files.
+
+ -- Anthony Towns a...@lazuline  Sun, 07 Mar 2010 04:12:32 +1000
+
 dpkg (1.15.5.6) unstable; urgency=low
 
   * dpkg-source: with format 3.0 (quilt) ensure quilt's .pc directory is
diff -x configure -x '*.m4' -x Makefile.in -urbN dpkg-1.15.5.6/lib/dpkg/buffer.c dpkg-1.15.5.6-aj/lib/dpkg/buffer.c
--- dpkg-1.15.5.6/lib/dpkg/buffer.c	2010-01-09 03:23:06.0 +1000
+++ dpkg-1.15.5.6-aj/lib/dpkg/buffer.c	2010-03-07 15:50:33.379710844 +1000
@@ -60,6 +60,13 @@
 	case BUFFER_WRITE_MD5:
 		buffer_md5_init(write_data);
 		break;
+	case BUFFER_WRITE_DUP:
+		{
+		  struct buffer_data *bddup = write_data-arg.ptr;
+		  buffer_init(NULL, bddup[0]);
+		  buffer_init(NULL, bddup[1]);
+		}
+		break;
 	}
 	return 0;
 }
@@ -90,6 +97,13 @@
 	case BUFFER_WRITE_MD5:
 		buffer_md5_done(write_data);
 		break;
+	case BUFFER_WRITE_DUP:
+		{
+		  struct buffer_data *bddup = write_data-arg.ptr;
+		  buffer_done(NULL, bddup[0]);
+		  buffer_done(NULL, bddup[1]);
+		}
+		break;
 	}
 	return 0;
 }
@@ -126,6 +140,14 @@
 	case BUFFER_WRITE_MD5:
 		MD5Updatestruct buffer_write_md5ctx *)data-arg.ptr)-ctx), buf, length);
 		break;
+	case BUFFER_WRITE_DUP:
+		{
+		  struct buffer_data *bddup = data-arg.ptr;
+  ret = buffer_write(bddup[0], buf, length, desc);
+		  if (ret != length) return ret;
+  ret = buffer_write(bddup[1], buf, length, desc);
+		}
+		break;
 	default:
 		internerr(unknown data type '%i' in buffer_write,
 		  data-type);
diff -x configure -x '*.m4' -x Makefile.in -urbN dpkg-1.15.5.6/lib/dpkg/buffer.h dpkg-1.15.5.6-aj/lib/dpkg/buffer.h
--- dpkg-1.15.5.6/lib/dpkg/buffer.h	2010-01-08 18:00:34.0 +1000
+++ dpkg-1.15.5.6-aj/lib/dpkg/buffer.h	2010-03-07 15:53:23.319707965 +1000
@@ -36,6 +36,7 @@
 #define BUFFER_WRITE_NULL		3
 #define BUFFER_WRITE_STREAM		4
 #define BUFFER_WRITE_MD5		5
+#define BUFFER_WRITE_DUP		6
 
 #define BUFFER_READ_FD			0
 #define BUFFER_READ_STREAM		1
@@ -52,6 +53,14 @@
 	buffer_hash(buf, hash, BUFFER_WRITE_MD5, limit)
 
 #if HAVE_C99
+# define fd_fdmd5(fd1, fd2, hash, limit, ...) \
+	do { \
+	struct buffer_data fdhash[2]; \
+fdhash[0].arg.i = fd2; fdhash[0].type = BUFFER_WRITE_FD; \
+fdhash[1].arg.ptr = hash; fdhash[1].type = BUFFER_WRITE_MD5; \
+buffer_copy_IntPtr(fd1, BUFFER_READ_FD, fdhash, BUFFER_WRITE_DUP, \
+	   limit, __VA_ARGS__); \
+} while(0)
 # define fd_md5(fd, hash, limit, ...) \
 	

Accepted k3b 1.90.0~rc1-1 (source all amd64)

2010-03-06 Thread Fathi Boudra
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Mar 2010 20:18:39 +0100
Source: k3b
Binary: k3b k3b-data k3b-extrathemes k3b-i18n libk3b-dev libk3b6 
libk3b6-extracodecs k3b-dbg
Architecture: source amd64 all
Version: 1.90.0~rc1-1
Distribution: unstable
Urgency: low
Maintainer: Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org
Changed-By: Fathi Boudra f...@debian.org
Description: 
 k3b- A sophisticated CD/DVD burning application
 k3b-data   - A sophisticated CD/DVD burning application - data files
 k3b-dbg- A sophisticated CD/DVD burning application - debugging symbols
 k3b-extrathemes - A sophisticated CD/DVD burning application - extra themes
 k3b-i18n   - A sophisticated CD/DVD burning application - localizations files
 libk3b-dev - The KDE CD/DVD burning application library - development files
 libk3b6- The KDE CD/DVD burning application library - runtime files
 libk3b6-extracodecs - The KDE CD/DVD burning application library - extra 
decoders
Closes: 568035 569839
Changes: 
 k3b (1.90.0~rc1-1) unstable; urgency=low
 .
   * New upstream release:
 - Empty Blu-ray medium not detected properly. (Closes: #568035)
 - Cannot edit time values in Split Audio Track and Edit Audio Track
   dialogs. (Closes: #569839)
   * Merge k3b-i18n package. It doesn't have his own source package anymore.
   * Remove patches:
 - 113_add_kfreebsd_support.diff - merged upstream.
 - 114_fix_ftbfs_kfreebsd.diff - stolen upstream.
   * Update debian/control:
 - bump build dependencies (debhelper and pkg-kde-tools).
 - remove libpolkit-qt-dev build dependency.
   * Update debian/rules:
 - disable k3bsetup to build with kdelibs 4.3.x.
Checksums-Sha1: 
 864a678134c04b143610882b141b28eb52908fe9 1753 k3b_1.90.0~rc1-1.dsc
 1a6c98c071694055f30245b09a1d1be9e1598e5e 12615535 k3b_1.90.0~rc1.orig.tar.bz2
 05a810c0679e8a71691435ff3371326743b62e5d 24868 k3b_1.90.0~rc1-1.debian.tar.gz
 1ea03ae0e2282cd2172ac34c854b5c6317695152 774546 k3b_1.90.0~rc1-1_amd64.deb
 d5a5e7e1904634c76662450cbe487b8a74b46415 7678776 k3b-data_1.90.0~rc1-1_all.deb
 46d1ed9b3cc2d964a63d3a77464da41abc76d751 807356 
k3b-extrathemes_1.90.0~rc1-1_all.deb
 4b294e3bc15bed2ab0738704a5034d2335e47c43 4811996 k3b-i18n_1.90.0~rc1-1_all.deb
 3f11eeff79bbb1d4474da895d1bbd15781946d15 126416 
libk3b-dev_1.90.0~rc1-1_amd64.deb
 6d00422e79a9b052e96de700a14d510cc79dffbf 1044732 libk3b6_1.90.0~rc1-1_amd64.deb
 e4bf31489b05b732b797e77d14fbe494d20a1100 70204 
libk3b6-extracodecs_1.90.0~rc1-1_amd64.deb
 61dfdffaf9cfd3381d65bf39bcfeabef0b5df8db 18104054 
k3b-dbg_1.90.0~rc1-1_amd64.deb
Checksums-Sha256: 
 e76ae22e003d45f7b43f66ff33e678c4a21ef1e7f82a9105781143b87bc33b26 1753 
k3b_1.90.0~rc1-1.dsc
 a8a4091ebab35e3de617c1ea9ce2a451fd195e8c27e52444565d493a3e74e4fd 12615535 
k3b_1.90.0~rc1.orig.tar.bz2
 64f6db7dba3074ad585c882aeab7713d13f48f950edfbc901e32ca62fde7fb41 24868 
k3b_1.90.0~rc1-1.debian.tar.gz
 5340aefc481a53002d165a25b699c91e8f3fe27a7d4728064829e6a95f4c46b4 774546 
k3b_1.90.0~rc1-1_amd64.deb
 89c475a200bf2f983cdde6bd8e7441cdeb5e5d5e5e6e0afaec41a2da847150d5 7678776 
k3b-data_1.90.0~rc1-1_all.deb
 e85e28b075bdecf4a0d8d1d3c9e8b0d362c8b4651882950f2ee25a2ebe8c0c96 807356 
k3b-extrathemes_1.90.0~rc1-1_all.deb
 2eae17ffcd0eac82028413462bcca793e777b48ecca4e04797e3fe8ab267ec08 4811996 
k3b-i18n_1.90.0~rc1-1_all.deb
 1639e31dea525c6c72d4ec0c0c1474ece4fc680221ed609469babac0a21b577e 126416 
libk3b-dev_1.90.0~rc1-1_amd64.deb
 346ef4b8bf02af090a24f7c43fb6045358761fa98fd98e9d234c3a3552e5dc5b 1044732 
libk3b6_1.90.0~rc1-1_amd64.deb
 7a5fc94d1b6d643184826d053c446be3363e42d22cba3c5b65322cc2f8920fd9 70204 
libk3b6-extracodecs_1.90.0~rc1-1_amd64.deb
 b69b6d525bc29f1c7ad8a70903ef2d4f7642e1ac41039a4708b6b99884038b28 18104054 
k3b-dbg_1.90.0~rc1-1_amd64.deb
Files: 
 2e1269a25723d41a24b612ea5377a4a0 1753 utils optional k3b_1.90.0~rc1-1.dsc
 8ebba067980f5c124e10093b582d8a74 12615535 utils optional 
k3b_1.90.0~rc1.orig.tar.bz2
 af55485fdb3ce69c9ee0070a52898831 24868 utils optional 
k3b_1.90.0~rc1-1.debian.tar.gz
 ac6fd755231c68767151c664e7432c54 774546 utils optional 
k3b_1.90.0~rc1-1_amd64.deb
 35f925d489496edaa17ac5ef148f754c 7678776 utils optional 
k3b-data_1.90.0~rc1-1_all.deb
 bcc5f87dcf9e1be34d4f13a8ca78 807356 utils optional 
k3b-extrathemes_1.90.0~rc1-1_all.deb
 ae3bd4e2978553324153e85fc920b8e1 4811996 localization optional 
k3b-i18n_1.90.0~rc1-1_all.deb
 493b19dd9f068266f367d2044c9665b8 126416 libdevel optional 
libk3b-dev_1.90.0~rc1-1_amd64.deb
 ff8176de709c7611612fc48dd020f2e3 1044732 libs optional 
libk3b6_1.90.0~rc1-1_amd64.deb
 173935b868c9345fe19e832e3e28ff57 70204 libs optional 
libk3b6-extracodecs_1.90.0~rc1-1_amd64.deb
 e09a67a206d4722f6d71c994bef420f9 18104054 debug extra 
k3b-dbg_1.90.0~rc1-1_amd64.deb

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

iJwEAQECAAYFAkuSD7cACgkQjPU19mqlcvc5gQQA1e3kRc6hv5xC1SlJQMF/vMM6
FwqCymBaaRHaSUNHX5FZ2qoYJCNOy3T8CGoK6RKJlhMAZgw1YKgElhfkCz1Li42K

Accepted nginx 0.7.65-2 (source amd64)

2010-03-06 Thread Kartik Mistry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 13:14:48 +0530
Source: nginx
Binary: nginx nginx-dbg
Architecture: source amd64
Version: 0.7.65-2
Distribution: unstable
Urgency: low
Maintainer: Jose Parrella bure...@debian.org
Changed-By: Kartik Mistry kar...@debian.org
Description: 
 nginx  - small, but very powerful and efficient web server and mail proxy
 nginx-dbg  - Debugging symbols for nginx
Closes: 507419 572513
Changes: 
 nginx (0.7.65-2) unstable; urgency=low
 .
   * debian/README.Debian:
 + Added explanation about not installing files in /var/www/
   (Closes: #572513)
   * debian/rules:
 + Readded realip module support (Closes: #507419)
Checksums-Sha1: 
 1c2b4afe2e6209d4fae483ccdd886b0a363f5817 1283 nginx_0.7.65-2.dsc
 91a7908849a8b2fd956dd4ed108e15e92dd6d60b 23298 nginx_0.7.65-2.debian.tar.gz
 5a8cd9a03f9e83d11e49619028532066c752d2d5 349868 nginx_0.7.65-2_amd64.deb
 933fc06496d9815de79a636d1e8d0104652edb04 1915170 nginx-dbg_0.7.65-2_amd64.deb
Checksums-Sha256: 
 80aec6388909f9cd63156683c992da748e0e644421c7d110a6cd4211aa537c7f 1283 
nginx_0.7.65-2.dsc
 89d1bdb1df4be545cd731044ad45927fb796f74d432034566d1b008b273f8883 23298 
nginx_0.7.65-2.debian.tar.gz
 2a8a2cdf813df9e0299df9735325c34439ea2fa887cc1d52002dbe77a1913ca2 349868 
nginx_0.7.65-2_amd64.deb
 e26cbb89e1a2908aa0f9e44db0c601ccb4fdc0c88eb237a35696ef20e7479eee 1915170 
nginx-dbg_0.7.65-2_amd64.deb
Files: 
 d25736d034b1a2e8f2364338592342f8 1283 httpd optional nginx_0.7.65-2.dsc
 f825ad25d0fb1e75f37850932c39ad8b 23298 httpd optional 
nginx_0.7.65-2.debian.tar.gz
 93b0d108ff4ab2fae2095203a5d3065d 349868 httpd optional nginx_0.7.65-2_amd64.deb
 60c8772166c2dedf11207522def9f681 1915170 debug extra 
nginx-dbg_0.7.65-2_amd64.deb

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

iEYEARECAAYFAkuSCcoACgkQoRg/jtECjI0wAgCgldePm0xYVSN49ziDWCiYzkD+
DAIAn2ghafF+2tnUUg6wV9bjItpREVbm
=JBs1
-END PGP SIGNATURE-


Accepted:
nginx-dbg_0.7.65-2_amd64.deb
  to main/n/nginx/nginx-dbg_0.7.65-2_amd64.deb
nginx_0.7.65-2.debian.tar.gz
  to main/n/nginx/nginx_0.7.65-2.debian.tar.gz
nginx_0.7.65-2.dsc
  to main/n/nginx/nginx_0.7.65-2.dsc
nginx_0.7.65-2_amd64.deb
  to main/n/nginx/nginx_0.7.65-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/e1nnqkb-000235...@ries.debian.org



Accepted gnunet 0.8.1b-1 (source all i386)

2010-03-06 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 10:50:09 +0100
Source: gnunet
Binary: gnunet gnunet-client gnunet-common gnunet-dbg gnunet-server gnunet-dev 
gnunet-tools
Architecture: source all i386
Version: 0.8.1b-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNUnet Maintainers gnu...@lists.debian-maintainers.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 gnunet - secure, trust-based peer-to-peer framework (meta)
 gnunet-client - secure, trust-based peer-to-peer framework (client)
 gnunet-common - secure, trust-based peer-to-peer framework (common)
 gnunet-dbg - secure, trust-based peer-to-peer framework (debug)
 gnunet-dev - secure, trust-based peer-to-peer framework (development)
 gnunet-server - secure, trust-based peer-to-peer framework (server)
 gnunet-tools - secure, trust-based peer-to-peer framework (tools)
Changes: 
 gnunet (0.8.1b-1) unstable; urgency=low
 .
   * Merging upstream version 0.8.1b.
   * Updating build-depends, depends, and conflicts on libextractor.
Checksums-Sha1: 
 449a08ff618f81f52b446f2865a0b554eca420a0 1640 gnunet_0.8.1b-1.dsc
 ec348e6359236b280e66876117055384c6e86ec7 2366646 gnunet_0.8.1b.orig.tar.gz
 e75b4c5000fa961663c7742fd1456f6eabdd6b65 22646 gnunet_0.8.1b-1.diff.gz
 e453ef46cc627e687cba74921d515cf0c9ac7c28 39546 gnunet_0.8.1b-1_all.deb
 fe9a62e0c3f6e4d756b7cd151866f0aac6a2c33c 224926 gnunet-client_0.8.1b-1_i386.deb
 64fde20ce646acfbe143d6871967ba7425c6f482 221006 gnunet-common_0.8.1b-1_i386.deb
 5cd61dea6160989783360ae0ddc0174c2db8cfb2 1168284 gnunet-dbg_0.8.1b-1_i386.deb
 69dc4cab5863eebb296c83a79f74ca40166ab3ba 321666 gnunet-server_0.8.1b-1_i386.deb
 1d6e3c8c267894ada3fa08f878804a690e925d2b 133194 gnunet-dev_0.8.1b-1_i386.deb
 6d13b606a299b0bcefeaa297b361b28216b0 251258 gnunet-tools_0.8.1b-1_i386.deb
Checksums-Sha256: 
 d86f49ce9ef6568ae65d167dcb1ba44ed89415811a91d42727d44d9b045318dd 1640 
gnunet_0.8.1b-1.dsc
 7c854d2ef5ee592193bb04d8746a8b0ffc20f568674145a1f9a2e8f2bbced64c 2366646 
gnunet_0.8.1b.orig.tar.gz
 d04f73518364b12600f5fa308cb9984a1d30802a1a96b5d2102220671c703ec5 22646 
gnunet_0.8.1b-1.diff.gz
 54c7bd5dcc65fa80d4d304d1704acf0a6807722b55aea276c2c5a6befac36cac 39546 
gnunet_0.8.1b-1_all.deb
 8278540a3abc46191e34e86a39f22ae65a1334b6caa10da3e3a15f31a840946a 224926 
gnunet-client_0.8.1b-1_i386.deb
 d8e5b4694b615d31b890147efbfa10e6dc01eeca71a15e0b469b54a749eed309 221006 
gnunet-common_0.8.1b-1_i386.deb
 25e1a26214462844ea43c300ed53ddebdfc6752129ff85994d7ff9f2fc408bc2 1168284 
gnunet-dbg_0.8.1b-1_i386.deb
 a31eb7495a5083334cc60ae674f65f64c4a3a4aa61a73e3513f480172a76 321666 
gnunet-server_0.8.1b-1_i386.deb
 d6856c7abf100193ffc6f7305f35e54417b6ea79c44392b7f6d4689406d3aa14 133194 
gnunet-dev_0.8.1b-1_i386.deb
 28326ab5167ade0082988fa124b7b30a8373f35a36ed793ba225de868947ea29 251258 
gnunet-tools_0.8.1b-1_i386.deb
Files: 
 cb00ca54ac407037b40059b2bf4d211e 1640 net optional gnunet_0.8.1b-1.dsc
 f1b625aa52389e22258bad9fb6bd7f32 2366646 net optional gnunet_0.8.1b.orig.tar.gz
 d3624a2c5255902ba67e90fbc5b9e839 22646 net optional gnunet_0.8.1b-1.diff.gz
 8f082ba9ab94b6bd300eb04b9117a82e 39546 net optional gnunet_0.8.1b-1_all.deb
 52fb5f0032089962a9bb1bcb51ae6ccd 224926 net optional 
gnunet-client_0.8.1b-1_i386.deb
 9ac68d6ca3f29f2e3849dde4b9dc31e9 221006 net optional 
gnunet-common_0.8.1b-1_i386.deb
 7b9b850eae9bf5c77c3cf0ffcdd033c1 1168284 debug extra 
gnunet-dbg_0.8.1b-1_i386.deb
 4bca16c2f5f3d19b132a4a4f8657b0a4 321666 net optional 
gnunet-server_0.8.1b-1_i386.deb
 de72e31d77f3a114d0fbf238aea38cf1 133194 libdevel optional 
gnunet-dev_0.8.1b-1_i386.deb
 0d4ef120b5436db74a49293bc239c60f 251258 net optional 
gnunet-tools_0.8.1b-1_i386.deb

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

iEYEARECAAYFAkuSJlwACgkQ+C5cwEsrK54PBwCgxjxO2E2gyKeFpgk3kKcnyinS
zfoAoIhmzXYcdXUvRRLGHv9jscQsArOL
=8e+t
-END PGP SIGNATURE-


Accepted:
gnunet-client_0.8.1b-1_i386.deb
  to main/g/gnunet/gnunet-client_0.8.1b-1_i386.deb
gnunet-common_0.8.1b-1_i386.deb
  to main/g/gnunet/gnunet-common_0.8.1b-1_i386.deb
gnunet-dbg_0.8.1b-1_i386.deb
  to main/g/gnunet/gnunet-dbg_0.8.1b-1_i386.deb
gnunet-dev_0.8.1b-1_i386.deb
  to main/g/gnunet/gnunet-dev_0.8.1b-1_i386.deb
gnunet-server_0.8.1b-1_i386.deb
  to main/g/gnunet/gnunet-server_0.8.1b-1_i386.deb
gnunet-tools_0.8.1b-1_i386.deb
  to main/g/gnunet/gnunet-tools_0.8.1b-1_i386.deb
gnunet_0.8.1b-1.diff.gz
  to main/g/gnunet/gnunet_0.8.1b-1.diff.gz
gnunet_0.8.1b-1.dsc
  to main/g/gnunet/gnunet_0.8.1b-1.dsc
gnunet_0.8.1b-1_all.deb
  to main/g/gnunet/gnunet_0.8.1b-1_all.deb
gnunet_0.8.1b.orig.tar.gz
  to main/g/gnunet/gnunet_0.8.1b.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/e1nnrji-0004tm...@ries.debian.org



Accepted kid3 1.4-1 (source i386)

2010-03-06 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 11:11:43 +0100
Source: kid3
Binary: kid3 kid3-qt
Architecture: source i386
Version: 1.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org
Changed-By: Patrick Matthäi pmatth...@debian.org
Description: 
 kid3   - KDE MP3 ID3 tag editor
 kid3-qt- Audio tag editor
Changes: 
 kid3 (1.4-1) unstable; urgency=low
 .
   * New upstream release.
   * Bump Standards-Version to 3.8.4 (no changes needed).
   * Convert package to the 3.0 (quilt) format.
Checksums-Sha1: 
 4f5b8892f23a244dbc86a5b5f0d7f89cf645e499 1436 kid3_1.4-1.dsc
 4c53ac9f23449c6643bf3d9d7547978c41146922 1539244 kid3_1.4.orig.tar.gz
 d21a50c7acab91b74034ff11e12685dc0d6eee2a 6481 kid3_1.4-1.debian.tar.gz
 6d821b07e9a8c46f820d31b6cc8ae4b5f61cc332 590610 kid3_1.4-1_i386.deb
 e1ed9504b295dc06a46ce73953d1834315b14319 935094 kid3-qt_1.4-1_i386.deb
Checksums-Sha256: 
 c83ac1591da647c5e5294c93f35bf08dbb0355f49704c6b58e76e4d618571935 1436 
kid3_1.4-1.dsc
 dc3f79617cfe2e3fcc3414542d65424ea22864b289d93f3552853c2ba14df418 1539244 
kid3_1.4.orig.tar.gz
 cc04e1dd83d57635d0c5e1c00d44cc76b35fecfbfb525085ae89bc21f16bdbe3 6481 
kid3_1.4-1.debian.tar.gz
 ca3accced6bfd548899d7f9ae281db18111514e7815a594464bb5832890f75df 590610 
kid3_1.4-1_i386.deb
 9cc88af02cbe916fe40ff7673d057c9b845b1a30c8e0f9a9dcf49852f6bd2b1b 935094 
kid3-qt_1.4-1_i386.deb
Files: 
 37a39a5c9eb7bd514ec94088cfff1929 1436 kde optional kid3_1.4-1.dsc
 296b503ae163b32eaee7385105f13ba1 1539244 kde optional kid3_1.4.orig.tar.gz
 f6a2360e3cc72faf7d2c600e076f87f7 6481 kde optional kid3_1.4-1.debian.tar.gz
 38ec6a8d6f0569c08057459af596484d 590610 kde optional kid3_1.4-1_i386.deb
 79096dccd2137139f7f4396429885e25 935094 kde optional kid3-qt_1.4-1_i386.deb

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

iEYEARECAAYFAkuSLTAACgkQ2XA5inpabMfkDwCgm8Sv7Fqa8cTgRIc2yZ91wtN9
ja4AnRNz16mMjKwk3EtIDWsLLpa+Ds+Z
=TQEv
-END PGP SIGNATURE-


Accepted:
kid3-qt_1.4-1_i386.deb
  to main/k/kid3/kid3-qt_1.4-1_i386.deb
kid3_1.4-1.debian.tar.gz
  to main/k/kid3/kid3_1.4-1.debian.tar.gz
kid3_1.4-1.dsc
  to main/k/kid3/kid3_1.4-1.dsc
kid3_1.4-1_i386.deb
  to main/k/kid3/kid3_1.4-1_i386.deb
kid3_1.4.orig.tar.gz
  to main/k/kid3/kid3_1.4.orig.tar.gz


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



Accepted libextractor 0.6.0-2 (source i386)

2010-03-06 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 10:44:08 +0100
Source: libextractor
Binary: libextractor3 libextractor-plugins libextractor-dbg libextractor-dev 
extract
Architecture: source i386
Version: 0.6.0-2
Distribution: experimental
Urgency: low
Maintainer: Debian GNUnet Maintainers gnu...@lists.debian-maintainers.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 extract- displays meta-data from files of arbitrary type
 libextractor-dbg - extracts meta-data from files of arbitrary type (debug)
 libextractor-dev - extracts meta-data from files of arbitrary type 
(development)
 libextractor-plugins - extracts meta-data from files of arbitrary type 
(plugins)
 libextractor3 - extracts meta-data from files of arbitrary type (library)
Closes: 570879 571071
Changes: 
 libextractor (0.6.0-2) experimental; urgency=low
 .
   [ Daniel Baumann ]
   * Adding conflics/replaces to libextractor1c2a (Closes: #570879).
 .
   [ Paul Menzel ]
   * Fixing typo in package long-description of libextractor-plugins
 (Closes: #571071).
Checksums-Sha1: 
 c443cc10bda93274df83142952ad9bee61af0f3c 1547 libextractor_0.6.0-2.dsc
 66b6a74a06238075ea21d6b727bf695fb5c5e114 938254 libextractor_0.6.0.orig.tar.gz
 63e8fad3d673cdfdbb8b8bc8275f650984ae5b25 7489 libextractor_0.6.0-2.diff.gz
 0c329f40be307bbf2df0d7a25772231881a14c8a 120370 libextractor3_0.6.0-2_i386.deb
 969cbfc9f3a2742e3c483d56a4ee2ee44c8acfdb 43444 
libextractor-plugins_0.6.0-2_i386.deb
 91d29aadce90e86d4e7b17db1700918a172e4793 318146 
libextractor-dbg_0.6.0-2_i386.deb
 a744c73e34467ae0352712498d2c1edd2397b60d 23746 
libextractor-dev_0.6.0-2_i386.deb
 9cd245e2f39a4d3e00388564ccb35d6e9d084cbb 79262 extract_0.6.0-2_i386.deb
Checksums-Sha256: 
 4c96ed64c3d9d388ac997c185231ad3277b3ffcf458d184d6bd81dcc3411d261 1547 
libextractor_0.6.0-2.dsc
 42dfded7d8b53c5c19127bd5e8a2cd10485b67dce076f4381aa7d69437491055 938254 
libextractor_0.6.0.orig.tar.gz
 437a30dbc06fa62bcc12452d486a76c4f72fa2a73323a66c701b6e0a6c023bd0 7489 
libextractor_0.6.0-2.diff.gz
 cdb28fafdce0d07ff05c59c29bb4f76f0c2c2755381d43dd0eb3bf86352c35dc 120370 
libextractor3_0.6.0-2_i386.deb
 706f9f5d51f597355d5cb94ea9d281b49c5a6b19510d3d12aa39ae7eb570f9d2 43444 
libextractor-plugins_0.6.0-2_i386.deb
 66cacbe700b40625bfe7728ab73f87349ec45b3b6ccea6595aeed92a598730bf 318146 
libextractor-dbg_0.6.0-2_i386.deb
 76448163ba60829e61a6492d3969bccce5fef5152ca64f9d9aa64c69e1451783 23746 
libextractor-dev_0.6.0-2_i386.deb
 1f1a3569658395eb72efe14baed11767034400dc3177b14dd63ee27eb444c409 79262 
extract_0.6.0-2_i386.deb
Files: 
 4cd4a32bfc5a1b115799a5073e6b2ad5 1547 libs optional libextractor_0.6.0-2.dsc
 aaf648989edbd1510f72bcf75ab72e59 938254 libs optional 
libextractor_0.6.0.orig.tar.gz
 a98097730b921b6f8057b6b39cec3bb8 7489 libs optional 
libextractor_0.6.0-2.diff.gz
 abdbfdcd0ef807d4f4272c89389b5492 120370 libs optional 
libextractor3_0.6.0-2_i386.deb
 5f86c0e676a4e162bb4e014689b138db 43444 libs optional 
libextractor-plugins_0.6.0-2_i386.deb
 9bcb52b7f80304a665c952b3cf9b8baa 318146 debug extra 
libextractor-dbg_0.6.0-2_i386.deb
 802c72ebfac8e521a8c7a19089c7fd5f 23746 libdevel optional 
libextractor-dev_0.6.0-2_i386.deb
 1cb15db111809dcf88169991dcd6518e 79262 utils optional extract_0.6.0-2_i386.deb

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

iEYEARECAAYFAkuSJLgACgkQ+C5cwEsrK57+/ACePHWtAL+0yoO0AbXfy6Z0dwBT
BC0AoNuZB3l2COhml8VMpcloqtBbLSQw
=c85b
-END PGP SIGNATURE-


Accepted:
extract_0.6.0-2_i386.deb
  to main/libe/libextractor/extract_0.6.0-2_i386.deb
libextractor-dbg_0.6.0-2_i386.deb
  to main/libe/libextractor/libextractor-dbg_0.6.0-2_i386.deb
libextractor-dev_0.6.0-2_i386.deb
  to main/libe/libextractor/libextractor-dev_0.6.0-2_i386.deb
libextractor-plugins_0.6.0-2_i386.deb
  to main/libe/libextractor/libextractor-plugins_0.6.0-2_i386.deb
libextractor3_0.6.0-2_i386.deb
  to main/libe/libextractor/libextractor3_0.6.0-2_i386.deb
libextractor_0.6.0-2.diff.gz
  to main/libe/libextractor/libextractor_0.6.0-2.diff.gz
libextractor_0.6.0-2.dsc
  to main/libe/libextractor/libextractor_0.6.0-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/e1nnrjt-0004th...@ries.debian.org



Accepted libbio-graphics-perl 2.01-1 (source all)

2010-03-06 Thread Charles Plessy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 19:21:41 +0900
Source: libbio-graphics-perl
Binary: libbio-graphics-perl
Architecture: source all
Version: 2.01-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Charles Plessy ple...@debian.org
Description: 
 libbio-graphics-perl - Generate GD images of Bio::Seq objects
Changes: 
 libbio-graphics-perl (2.01-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 ad4420bf96a7ccbb62c187c4deaf3085d742463f 1478 libbio-graphics-perl_2.01-1.dsc
 afc7169dcf3093fd04c238902693ffeb7ee31650 641695 
libbio-graphics-perl_2.01.orig.tar.gz
 dcd69fa6a7ed105f254264fd931907ed1a2b306e 7238 
libbio-graphics-perl_2.01-1.diff.gz
 6f9d28b252d83c8ab5a81002e2c7acc02d799557 628256 
libbio-graphics-perl_2.01-1_all.deb
Checksums-Sha256: 
 c10323f12cac59050fa1e00e56d400c614e2cac2b1c10a8acd453d2a3c17ea15 1478 
libbio-graphics-perl_2.01-1.dsc
 4a4adf49365076ce06cd2610f1715ac98b0f7cfb578346a7b4bf1389fd9b8c2a 641695 
libbio-graphics-perl_2.01.orig.tar.gz
 b938f899553debaf6cc52f43b36fbdd028c35ac035b34f2c76500d0f403cb151 7238 
libbio-graphics-perl_2.01-1.diff.gz
 6fd9a00854baaae34d15c73236cf4b92cd08021551ba9cf6531d1ad5ace5b9c6 628256 
libbio-graphics-perl_2.01-1_all.deb
Files: 
 12e40875873689e44a50bd53c42522d5 1478 perl optional 
libbio-graphics-perl_2.01-1.dsc
 b515db436c26e98c0a0f79f448f319ec 641695 perl optional 
libbio-graphics-perl_2.01.orig.tar.gz
 bce115a7c3bd5709b80e70d712c906a1 7238 perl optional 
libbio-graphics-perl_2.01-1.diff.gz
 aa69cd4868473668bfb36343f232cd55 628256 perl optional 
libbio-graphics-perl_2.01-1_all.deb

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

iEYEARECAAYFAkuSOVMACgkQdYl1krr+x/LI/ACfVoY8sshdhXnqlaZm3Lxt2W/v
hXIAniAXrLH1kt18cIGzxuLL2sFx33Ug
=VpJd
-END PGP SIGNATURE-


Accepted:
libbio-graphics-perl_2.01-1.diff.gz
  to main/libb/libbio-graphics-perl/libbio-graphics-perl_2.01-1.diff.gz
libbio-graphics-perl_2.01-1.dsc
  to main/libb/libbio-graphics-perl/libbio-graphics-perl_2.01-1.dsc
libbio-graphics-perl_2.01-1_all.deb
  to main/libb/libbio-graphics-perl/libbio-graphics-perl_2.01-1_all.deb
libbio-graphics-perl_2.01.orig.tar.gz
  to main/libb/libbio-graphics-perl/libbio-graphics-perl_2.01.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/e1nnseq-ff...@ries.debian.org



Accepted libbio-samtools-perl 1.11-1 (source amd64)

2010-03-06 Thread Charles Plessy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 20:29:02 +0900
Source: libbio-samtools-perl
Binary: libbio-samtools-perl
Architecture: source amd64
Version: 1.11-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Charles Plessy ple...@debian.org
Description: 
 libbio-samtools-perl - read SAM/BAM nucleotide sequence aligment database files
Changes: 
 libbio-samtools-perl (1.11-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 b4ec4daabc8900c252ab09755ea1b7d6aa8d8639 1423 libbio-samtools-perl_1.11-1.dsc
 a1e2e2318baeb849d2dd1b7444afdcde82250678 296366 
libbio-samtools-perl_1.11.orig.tar.gz
 b7e5ca9c4bcb59456762a49f6a7842a21f6e3fda 5912 
libbio-samtools-perl_1.11-1.diff.gz
 1831aabfb5462867e7e1d3449c136dda160bf5f3 187174 
libbio-samtools-perl_1.11-1_amd64.deb
Checksums-Sha256: 
 7f22e458b5e5b79804ea4c5dcd89120363230d3c94668ecf8790b2f3bd2a1716 1423 
libbio-samtools-perl_1.11-1.dsc
 09a4fe5cd5b14e02a14e5a8a2b43a898d3b5b6980c3f2a2f87202b9e94202ed6 296366 
libbio-samtools-perl_1.11.orig.tar.gz
 9564134d00b26e519fccd9b87a868c154b77f2cc2d5600d04ac526a6f4a31992 5912 
libbio-samtools-perl_1.11-1.diff.gz
 d6350efe56b607bb2e86cb48078fd81f1f813f4963cb83cdef07b832031376aa 187174 
libbio-samtools-perl_1.11-1_amd64.deb
Files: 
 0f7d90695d93a6ec39d22738e99614f4 1423 perl optional 
libbio-samtools-perl_1.11-1.dsc
 6de6e3ab1a408c9e52a802632c2f277c 296366 perl optional 
libbio-samtools-perl_1.11.orig.tar.gz
 e75e2db958ce088c212b1edd4a49b89e 5912 perl optional 
libbio-samtools-perl_1.11-1.diff.gz
 6b09b50c33408db8eab8e635a92c9920 187174 perl optional 
libbio-samtools-perl_1.11-1_amd64.deb

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

iEYEARECAAYFAkuSPO4ACgkQdYl1krr+x/LHJACeNLB4U7MfbqGDinIx1ZDzJTMg
RhYAn0UNmnmzRsdiO06syJCI0d/nE7MB
=EHf4
-END PGP SIGNATURE-


Accepted:
libbio-samtools-perl_1.11-1.diff.gz
  to main/libb/libbio-samtools-perl/libbio-samtools-perl_1.11-1.diff.gz
libbio-samtools-perl_1.11-1.dsc
  to main/libb/libbio-samtools-perl/libbio-samtools-perl_1.11-1.dsc
libbio-samtools-perl_1.11-1_amd64.deb
  to main/libb/libbio-samtools-perl/libbio-samtools-perl_1.11-1_amd64.deb
libbio-samtools-perl_1.11.orig.tar.gz
  to main/libb/libbio-samtools-perl/libbio-samtools-perl_1.11.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/e1nnstk-0001aq...@ries.debian.org



Accepted libchipcard 4.2.9-2 (source i386 all)

2010-03-06 Thread Micha Lenk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 12:41:58 +0100
Source: libchipcard
Binary: libchipcard-dev libchipcardc2 libchipcard-ctapi0 libchipcard-data 
libchipcard-tools libchipcard-libgwenhywfar47-plugins
Architecture: source i386 all
Version: 4.2.9-2
Distribution: unstable
Urgency: low
Maintainer: Micha Lenk mi...@debian.org
Changed-By: Micha Lenk mi...@debian.org
Description: 
 libchipcard-ctapi0 - library for accessing smartcards
 libchipcard-data - configuration files for libchipcard
 libchipcard-dev - API for smartcard readers
 libchipcard-libgwenhywfar47-plugins - crypttoken plugin to libgwenhywfar
 libchipcard-tools - tools for accessing chipcards
 libchipcardc2 - library for accessing smartcards
Closes: 563086
Changes: 
 libchipcard (4.2.9-2) unstable; urgency=low
 .
   * Update udev rules now using ATTR{} instead of SYSFS{} attributes
 (closes: #563086).
   * Package is compliant to Debian Policy 3.8.4 (no changes needed).
Checksums-Sha1: 
 bfc0e1ecfdd937b0cef45c257cb720d080b869db 1356 libchipcard_4.2.9-2.dsc
 96d6ffbb40e86294c581063d0d35e4f64fe67864 21579 libchipcard_4.2.9-2.diff.gz
 ff331dc49a1e8780b3e4a08ab2e7c0d72c4f77b9 56102 libchipcard-dev_4.2.9-2_i386.deb
 1dbb67d6bb4823c1b2c1b9d1806d1efbb07514da 185544 libchipcardc2_4.2.9-2_i386.deb
 11cf569adc88bfcb6b3609cb1b8b9e7f88093f53 41118 
libchipcard-ctapi0_4.2.9-2_i386.deb
 b57e979de5e8b2814570b0cf4d66a1a1beba84f0 292774 
libchipcard-tools_4.2.9-2_i386.deb
 3b95f293f4cd3342453a5ac315f14151a90a2f7d 47932 
libchipcard-libgwenhywfar47-plugins_4.2.9-2_i386.deb
 1700dc3c3cb50012e950cf119378601c3b603449 60132 libchipcard-data_4.2.9-2_all.deb
Checksums-Sha256: 
 215a97c941e817f71c342df8302500a61a15c54ba8a173850abb6de04beb17a7 1356 
libchipcard_4.2.9-2.dsc
 d9bc37af48b6252bd1a888dfc9f33c2d90855ebb516ac04fc78b91596e8f78b4 21579 
libchipcard_4.2.9-2.diff.gz
 dab522a9867979eb197d8ea8944ef7aa7913ff60abae2b8d1dc1421ee007466e 56102 
libchipcard-dev_4.2.9-2_i386.deb
 fdc733b0efefa1731278c1a5231beec46a5ea10a6a5f7a92375c040478ff290c 185544 
libchipcardc2_4.2.9-2_i386.deb
 70c30e6b31547d3a470e277cf106a49176af724bc6bbc13833da61d9c57b200c 41118 
libchipcard-ctapi0_4.2.9-2_i386.deb
 f31bbbf281d5a8708c7375e04f088905feeb0068df88cd317fdb07cd2c8bc8f3 292774 
libchipcard-tools_4.2.9-2_i386.deb
 1eef0ffd2feffba76a57e30a6cf02fc40a3a53f12c0285dadde45739a9029f31 47932 
libchipcard-libgwenhywfar47-plugins_4.2.9-2_i386.deb
 e6db4f54b3210d0a0a6f33fc204e9261de964ab286015718add528095232725b 60132 
libchipcard-data_4.2.9-2_all.deb
Files: 
 ef66bb77792ec1c8994c76b6e0fe2781 1356 libs optional libchipcard_4.2.9-2.dsc
 ef534e6c99e067d95043506bc5ec08e9 21579 libs optional 
libchipcard_4.2.9-2.diff.gz
 701cd235c48c2cb0a2decdd27db8eb88 56102 libdevel extra 
libchipcard-dev_4.2.9-2_i386.deb
 2762f1f77e9059b35d3aacc7f557cab0 185544 libs optional 
libchipcardc2_4.2.9-2_i386.deb
 332b0de29ac39c90a05ef4aa2eae31a5 41118 libs optional 
libchipcard-ctapi0_4.2.9-2_i386.deb
 0f04e9aa091f76e2f1f69f1358ab2d67 292774 misc optional 
libchipcard-tools_4.2.9-2_i386.deb
 e0dd3fea80fce7992339c8b1833fe226 47932 misc optional 
libchipcard-libgwenhywfar47-plugins_4.2.9-2_i386.deb
 49fc58556f4c410869394190e254b5ac 60132 libs optional 
libchipcard-data_4.2.9-2_all.deb

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

iEYEARECAAYFAkuSQPwACgkQWN0/4pnhQbT3aACgoQe0IRchYGjpIKrYgI/p0xOq
1+cAn1S8daSw2k/87bpbOKWoeNtTS8HH
=ghcn
-END PGP SIGNATURE-


Accepted:
libchipcard-ctapi0_4.2.9-2_i386.deb
  to main/libc/libchipcard/libchipcard-ctapi0_4.2.9-2_i386.deb
libchipcard-data_4.2.9-2_all.deb
  to main/libc/libchipcard/libchipcard-data_4.2.9-2_all.deb
libchipcard-dev_4.2.9-2_i386.deb
  to main/libc/libchipcard/libchipcard-dev_4.2.9-2_i386.deb
libchipcard-libgwenhywfar47-plugins_4.2.9-2_i386.deb
  to main/libc/libchipcard/libchipcard-libgwenhywfar47-plugins_4.2.9-2_i386.deb
libchipcard-tools_4.2.9-2_i386.deb
  to main/libc/libchipcard/libchipcard-tools_4.2.9-2_i386.deb
libchipcard_4.2.9-2.diff.gz
  to main/libc/libchipcard/libchipcard_4.2.9-2.diff.gz
libchipcard_4.2.9-2.dsc
  to main/libc/libchipcard/libchipcard_4.2.9-2.dsc
libchipcardc2_4.2.9-2_i386.deb
  to main/libc/libchipcard/libchipcardc2_4.2.9-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/e1nnsi0-0002yf...@ries.debian.org



Accepted python-mox 0.5.1-2 (source all)

2010-03-06 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 06 Mar 2010 12:38:42 +0100
Source: python-mox
Binary: python-mox
Architecture: source all
Version: 0.5.1-2
Distribution: unstable
Urgency: low
Maintainer: Iustin Pop ius...@debian.org
Changed-By: Iustin Pop ius...@debian.org
Description: 
 python-mox - a mock object framework for Python
Changes: 
 python-mox (0.5.1-2) unstable; urgency=low
 .
   * Remove build-deps on -dev package (not needed)
   * Switch to my debian address and remove DM-Upload-Allowed
   * Standards version 3.8.4 (no changes needed)
   * Switch to dpkg-source 3.0 (quilt) format
Checksums-Sha1: 
 023c416d6c60a15029345ece44b355988d287d73 1889 python-mox_0.5.1-2.dsc
 03fc58767a20d424956a20fa0a159d5ff998e7cb 1899 python-mox_0.5.1-2.debian.tar.gz
 9f25a2a3921bf1b9f0222824902ee46a50d6a57f 16226 python-mox_0.5.1-2_all.deb
Checksums-Sha256: 
 aff65659950bfb3dcdbb34df5ff704d5fbbc109f7beb4d1f049892ec9be1604f 1889 
python-mox_0.5.1-2.dsc
 f310960a7e893bc8e9901f8c37e7514e61f22cf280d593b061f2a14a1f4f556a 1899 
python-mox_0.5.1-2.debian.tar.gz
 c4012ed178f941fdb647bb070b8595ba1152cd4355ac6c2338a167ad36d4c869 16226 
python-mox_0.5.1-2_all.deb
Files: 
 3a3b189aa01d3863e97b960ed30843b2 1889 python extra python-mox_0.5.1-2.dsc
 5db0092171d646e2d982ccf78829b10b 1899 python extra 
python-mox_0.5.1-2.debian.tar.gz
 14f3b623f6a36b54bf632fd7ccc1f57e 16226 python extra python-mox_0.5.1-2_all.deb

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

iQIcBAEBCgAGBQJLkkCNAAoJEPZuPkGfhPTeZWQP/iZrqfj3ZLHyEs6j5fSC7u+t
utnIhO7DuNulh4b9gBrKy+D5WP5irx37VJPTSUwc8cnrlGyuafr0ftfJclwjb3ib
cQg7ilUPyOru3OrT2H1M8iAI3AABAreF+11fsH7JPw5d3HuD8g0TEq7CsrZdJZCi
BAY4Dz2Kn+pYToBTLVnAIhfHJFlLE8yqz0P/fwQhc47hL2IuesUJ78JtBRkmmLU3
One/OoXx9J/sLDKfgE+kdty8zFlvLn25TvxeYtuRAFJJ9PhnQYfMguVjDjobl8YR
rXSFG6iKWFaZS+hBzo4kal9/rQQw/OuYCunTRl4LTC/tVhFy8hWTu6W7TOcI5uMx
U8kpVJB9dzlIBpHPK5C9uyjQXWc/SnCQnuX2X2CHyyR7QNYMczam2P4kJsJtW+Ak
SPxcbjWLfVOdB98ymgJkYYlUAbMFLFBOgl1tpBwQ/wS/MZIhwg77yYF7h29ld/Nv
oI4m6sCoztYllQbzth+uj6r7kk25AI99NlvrgEqzpMti3ZmVN5b3yHWYVVzgdAL/
+ca1bjlu2rIFLEsoWZ5fTJxeIFpNJxs7bn5kqmtcGkoyft9j0TY96QLD8tH/yPLN
+mvzoKs4TIWv43z3qSUjzpHjXnm6TkLr4aFZKMdoVhbB5Hm90u2vcsLvo/Ihi4xJ
accMcIe8IgCMPpeANICZ
=Fec9
-END PGP SIGNATURE-


Accepted:
python-mox_0.5.1-2.debian.tar.gz
  to main/p/python-mox/python-mox_0.5.1-2.debian.tar.gz
python-mox_0.5.1-2.dsc
  to main/p/python-mox/python-mox_0.5.1-2.dsc
python-mox_0.5.1-2_all.deb
  to main/p/python-mox/python-mox_0.5.1-2_all.deb


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



Accepted debian-edu-artwork 0.0.30-3 (source all i386)

2010-03-06 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 12:09:00 +0100
Source: debian-edu-artwork
Binary: debian-edu-artwork debian-edu-artwork-usplash
Architecture: source all i386
Version: 0.0.30-3
Distribution: unstable
Urgency: low
Maintainer: Debian Edu developers debian-...@lists.debian.org
Changed-By: Petter Reinholdtsen p...@debian.org
Description: 
 debian-edu-artwork - Debian Edu themes and artwork
 debian-edu-artwork-usplash - Debian Edu artwork for usplash
Closes: 548249 570369
Changes: 
 debian-edu-artwork (0.0.30-3) unstable; urgency=low
 .
   [ Jonas Smedegaard ]
   * Add myself as uploader.
   * Add dummy debian/watch documenting Alioth SVN as origin of tarballs.
 .
   [ Vagrant Cascadian ]
   * debian/watch: Check Skolelinux repositories for newer versions.
   * Update email address to use vagr...@debian.org.
 .
   [ Holger Levsen ]
   * debian-edu-artwork.preinst: call dpkg-divert without --quiet.
 (Closes: #548249)
   * Update Standards-Version to 3.8.3, no changes needed.
   * debian/control: Add armel to the list of supported architectures of
 debian-edu-artwork-usplash.
   * debian/watch: check both the Debian and the Debian Edu repository for
 newer versions.
 .
   [ Petter Reinholdtsen ]
   * Add KdmGreeterTheme.desktop to kdm theme, to make kdm from KDE 4
 recognize the theme (Closes: #570369).
   * Indent the KDM and GDM theme XML files using http://xmlindent.com/
 to make them easier to read.
Checksums-Sha1: 
 cbbb195e6a51a261a8ee804ae4eee53a1a93cc17 1437 debian-edu-artwork_0.0.30-3.dsc
 c07684588b76fa4f027775afd848c6d19bf75d4c 13693 
debian-edu-artwork_0.0.30-3.diff.gz
 c2d553aa3fa43eb488bfd3478fc16acd6afe2b89 5687290 
debian-edu-artwork_0.0.30-3_all.deb
 ecf0dc0805412cc2022d4f94acdb90755d15ec4e 197594 
debian-edu-artwork-usplash_0.0.30-3_i386.deb
Checksums-Sha256: 
 9c6d98dacafed07fab5fad273c8fbd401833e9afeeda1df266ba69898ac4a79f 1437 
debian-edu-artwork_0.0.30-3.dsc
 29faaeff7d1f5e47cb52bd2b1985ece3da227be67751fc8343cf93f24956fbdf 13693 
debian-edu-artwork_0.0.30-3.diff.gz
 e94a093f22d4dc04d823c968b3555c5286a2e3613993df528f8121f997bf10a8 5687290 
debian-edu-artwork_0.0.30-3_all.deb
 fcdac0eeb075033e1f75943f6dbe80d2fd28fbc071c1bad41db6c2a90e6890f0 197594 
debian-edu-artwork-usplash_0.0.30-3_i386.deb
Files: 
 77b54f9d7295c2d1f7a2622098f24eac 1437 graphics optional 
debian-edu-artwork_0.0.30-3.dsc
 b470318e4bb9f0c51b8fad78af1dc210 13693 graphics optional 
debian-edu-artwork_0.0.30-3.diff.gz
 691a49ab40d381504d8dd50909f75db1 5687290 graphics optional 
debian-edu-artwork_0.0.30-3_all.deb
 7b8a24bf4f6ca29aed881ef55a3310b8 197594 graphics optional 
debian-edu-artwork-usplash_0.0.30-3_i386.deb

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

iD8DBQFLkkK120zMSyow1ykRAqcEAJ9ugqfoXtS7QX2kCvOPHP3Uav6XcACglEfm
l2+BTu9s0AXX0RVWkQE34w0=
=n5RM
-END PGP SIGNATURE-


Accepted:
debian-edu-artwork-usplash_0.0.30-3_i386.deb
  to main/d/debian-edu-artwork/debian-edu-artwork-usplash_0.0.30-3_i386.deb
debian-edu-artwork_0.0.30-3.diff.gz
  to main/d/debian-edu-artwork/debian-edu-artwork_0.0.30-3.diff.gz
debian-edu-artwork_0.0.30-3.dsc
  to main/d/debian-edu-artwork/debian-edu-artwork_0.0.30-3.dsc
debian-edu-artwork_0.0.30-3_all.deb
  to main/d/debian-edu-artwork/debian-edu-artwork_0.0.30-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/e1nnsws-0003o4...@ries.debian.org



Accepted haskell-hsql-mysql 1.7.1-3 (source all amd64)

2010-03-06 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 13:01:45 +0100
Source: haskell-hsql-mysql
Binary: libghc6-hsql-mysql-dev libghc6-hsql-mysql-prof haskell-hsql-mysql-doc
Architecture: source all amd64
Version: 1.7.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 haskell-hsql-mysql-doc - API documentation of the hsql-mysql library for 
Haskell
 libghc6-hsql-mysql-dev - MySQL driver of the HSQL library for GHC6
 libghc6-hsql-mysql-prof - MySQL driver of the HSQL library for GHC6; profiling 
libraries
Changes: 
 haskell-hsql-mysql (1.7.1-3) unstable; urgency=low
 .
   [ Marco Túlio Gontijo e Silva ]
   * debian/source/format: Use 3.0 (quilt).
 .
   [ Joachim Breitner ]
   * Used wrong version in depenendency on haskell-devscript
Checksums-Sha1: 
 e10f8663e835fba004c93dee3c972be77b973b48 1576 haskell-hsql-mysql_1.7.1-3.dsc
 0b7762edb8afbf3aac5e6325116384b61626d312 3079 
haskell-hsql-mysql_1.7.1-3.debian.tar.gz
 90b30f35f85e267faf317786d4f334bdb8369318 3252 
haskell-hsql-mysql-doc_1.7.1-3_all.deb
 c480b3b0104af2f0050452b744e6fa6399706143 3270 
libghc6-hsql-mysql-dev_1.7.1-3_amd64.deb
 394786e2c86aea1b7528bb5d5d81f494ec30e993 3266 
libghc6-hsql-mysql-prof_1.7.1-3_amd64.deb
Checksums-Sha256: 
 a88a371f0d77f4b46c3e797a3309c13576d3591e60d883310cbf6b237f28bcac 1576 
haskell-hsql-mysql_1.7.1-3.dsc
 8f89b6b246234ac1d8425018e6cbc694b0c3d252aa0c4a32643f8671330443aa 3079 
haskell-hsql-mysql_1.7.1-3.debian.tar.gz
 33fcb059332314bb032000373ddde9103094e3dd6e73ada880c0b232e20e4e83 3252 
haskell-hsql-mysql-doc_1.7.1-3_all.deb
 0909632f50efbc08c6380c4cfa03715ad281d3c936e789733f3aff0219d7b71c 3270 
libghc6-hsql-mysql-dev_1.7.1-3_amd64.deb
 a92643b63d0690c374a57966d574be36a3a206964cb268108a1c0a44ae3e4296 3266 
libghc6-hsql-mysql-prof_1.7.1-3_amd64.deb
Files: 
 c3f013f0bdfc0f05f93682d803cfbde2 1576 haskell extra 
haskell-hsql-mysql_1.7.1-3.dsc
 08cf21fbd9e6d6559d22fa9f25ac41c9 3079 haskell extra 
haskell-hsql-mysql_1.7.1-3.debian.tar.gz
 dfc994bb686720133810ce3c504fb6cf 3252 doc extra 
haskell-hsql-mysql-doc_1.7.1-3_all.deb
 02341372e875bf7d8250715750218f73 3270 haskell extra 
libghc6-hsql-mysql-dev_1.7.1-3_amd64.deb
 7b70438a4904b6a09d16b836586325d1 3266 haskell extra 
libghc6-hsql-mysql-prof_1.7.1-3_amd64.deb

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

iEYEARECAAYFAkuSREAACgkQ9ijrk0dDIGx5CQCfWLXzCgnnPtJ1nMX06RGZoFlM
s9UAnjtpIBcxq/kGOy11EON9fkAtlO2v
=kQxg
-END PGP SIGNATURE-


Accepted:
haskell-hsql-mysql-doc_1.7.1-3_all.deb
  to main/h/haskell-hsql-mysql/haskell-hsql-mysql-doc_1.7.1-3_all.deb
haskell-hsql-mysql_1.7.1-3.debian.tar.gz
  to main/h/haskell-hsql-mysql/haskell-hsql-mysql_1.7.1-3.debian.tar.gz
haskell-hsql-mysql_1.7.1-3.dsc
  to main/h/haskell-hsql-mysql/haskell-hsql-mysql_1.7.1-3.dsc
libghc6-hsql-mysql-dev_1.7.1-3_amd64.deb
  to main/h/haskell-hsql-mysql/libghc6-hsql-mysql-dev_1.7.1-3_amd64.deb
libghc6-hsql-mysql-prof_1.7.1-3_amd64.deb
  to main/h/haskell-hsql-mysql/libghc6-hsql-mysql-prof_1.7.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/e1nnswh-0003ro...@ries.debian.org



Accepted liferea 1.6.3-1 (source all i386)

2010-03-06 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 12:53:32 +0100
Source: liferea
Binary: liferea liferea-data liferea-dbg
Architecture: source all i386
Version: 1.6.3-1
Distribution: unstable
Urgency: low
Maintainer: Luis Rodrigo Gallardo Cruz rodr...@debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 liferea- feed aggregator for GNOME
 liferea-data - architecture independent data for liferea
 liferea-dbg - liferea debug symbols
Changes: 
 liferea (1.6.3-1) unstable; urgency=low
 .
   * New upstream bugfix release.
 - debian/patches/relibtoolize:
   + Removed, no longer needed.
   * debian/rules:
 - Backup config.sub and config.guess and restore them in the clean
   target.
Checksums-Sha1: 
 1f39a8efa5583b2cfdfdbe49128a43ef2be06206 1577 liferea_1.6.3-1.dsc
 ed88a4216f4fb6f7b678044dd7f1b8748c550193 1743574 liferea_1.6.3.orig.tar.gz
 24091fd710fd28f83e3e886d9ebfd1ba18e0618b 18561 liferea_1.6.3-1.diff.gz
 d4dedce1766793abe268efddbb5753923ab189ce 851996 liferea-data_1.6.3-1_all.deb
 fc15bddefb1c8f722867823d999c6739097ec0ca 239828 liferea_1.6.3-1_i386.deb
 4c93bf7783d9776333fc11b563969cf56eaa8d51 628410 liferea-dbg_1.6.3-1_i386.deb
Checksums-Sha256: 
 06d6fc1645463c9271a513381a07a9f4dcec6166bab89c5a61069444f1139d1e 1577 
liferea_1.6.3-1.dsc
 bcfc83be8089b4cd6f80cd9086b36db961b74e38751c445602d335dafca88ed4 1743574 
liferea_1.6.3.orig.tar.gz
 15e888770889c98a701929367cbced24dfc30665c4a3b5dbcd68cb39e5e7188b 18561 
liferea_1.6.3-1.diff.gz
 19bf9c4ac54e76ab73d025eb2b1d7d7b4822a2b1429d23d41698d15a1ea97fc2 851996 
liferea-data_1.6.3-1_all.deb
 3d0a61d10c5a0bb224eaadc12fbbf19b8771dcdd3c77bdc378f1db450d7929e4 239828 
liferea_1.6.3-1_i386.deb
 704b058b252c5cb5da11933dee4fd2ea5fa9ff7566a49cf95cc18d93f157593b 628410 
liferea-dbg_1.6.3-1_i386.deb
Files: 
 21a6e1641a8772106580682a4d25587d 1577 web optional liferea_1.6.3-1.dsc
 ca354e526bd4e22da0b90083a68b8530 1743574 web optional liferea_1.6.3.orig.tar.gz
 a3cb2ccc3dcd5ddf8739fb2b829a2842 18561 web optional liferea_1.6.3-1.diff.gz
 8b24b3d51308ed0cad215deb8235b11c 851996 web optional 
liferea-data_1.6.3-1_all.deb
 a5e45f84a85756997dc8639f8c8ddef6 239828 web optional liferea_1.6.3-1_i386.deb
 3e83def7c9d5914d934c39c366befce0 628410 debug extra 
liferea-dbg_1.6.3-1_i386.deb

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

iEYEARECAAYFAkuSQ9UACgkQhTV17EoIsv6voACgsuk0Ft4R+F0qVc8ml8bIwhhF
Be4An2ztq4xdEq9LBG+Eyvl+mUZCFgej
=63bX
-END PGP SIGNATURE-


Accepted:
liferea-data_1.6.3-1_all.deb
  to main/l/liferea/liferea-data_1.6.3-1_all.deb
liferea-dbg_1.6.3-1_i386.deb
  to main/l/liferea/liferea-dbg_1.6.3-1_i386.deb
liferea_1.6.3-1.diff.gz
  to main/l/liferea/liferea_1.6.3-1.diff.gz
liferea_1.6.3-1.dsc
  to main/l/liferea/liferea_1.6.3-1.dsc
liferea_1.6.3-1_i386.deb
  to main/l/liferea/liferea_1.6.3-1_i386.deb
liferea_1.6.3.orig.tar.gz
  to main/l/liferea/liferea_1.6.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/e1nnsxq-0003ym...@ries.debian.org



Accepted sharutils 1:4.9-1 (source all amd64)

2010-03-06 Thread Santiago Vila
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 06 Mar 2010 12:54:34 +0100
Source: sharutils
Binary: sharutils sharutils-doc
Architecture: source all amd64
Version: 1:4.9-1
Distribution: unstable
Urgency: low
Maintainer: Santiago Vila sanv...@debian.org
Changed-By: Santiago Vila sanv...@debian.org
Description: 
 sharutils  - shar, unshar, uuencode, uudecode
 sharutils-doc - Documentation for GNU sharutils
Changes: 
 sharutils (1:4.9-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 b8fd8205cf183e38e8a7a56d90afb3550fee2400 1343 sharutils_4.9-1.dsc
 c73d1d0108c3c8c63c49e673e3521a428e5382f9 925433 sharutils_4.9.orig.tar.bz2
 0064f5cf3d93f5957a1eb7505b620e8554b1914e 7487 sharutils_4.9-1.debian.tar.gz
 31b81197cb9b8a63a93c1fa93b1d4dd90e4f1381 43224 sharutils-doc_4.9-1_all.deb
 40c462454d5a911f2b19f9082998858ba5b93eec 197692 sharutils_4.9-1_amd64.deb
Checksums-Sha256: 
 313def9a7db529c9bc991e48f479e6f2e3dda299cabe968c3e17de2aea066cd4 1343 
sharutils_4.9-1.dsc
 d561bf4abdd635d94361b58bc26128b339579e4fe6d877c772715a133be9b666 925433 
sharutils_4.9.orig.tar.bz2
 f2a399c05c485cf11b8b186f9f9082a0c89b807ef7eef83f6ceb0eb2915ea03a 7487 
sharutils_4.9-1.debian.tar.gz
 b3ffe91730798a27252ac9f2a9b0a9ee72d54d5acc97d8d82c3047d0bc4489c9 43224 
sharutils-doc_4.9-1_all.deb
 b34d7658d83679ae962a5259e685a529b494c60bb33e397d9fb457dd2382f454 197692 
sharutils_4.9-1_amd64.deb
Files: 
 122207223cca4154951d64b704e5f2f5 1343 utils optional sharutils_4.9-1.dsc
 dd5e006504851563e3ca27640d9e7abd 925433 utils optional 
sharutils_4.9.orig.tar.bz2
 7435e10dfb9d3725beeda406b4242f43 7487 utils optional 
sharutils_4.9-1.debian.tar.gz
 82decc60308baf95bac986fced432bac 43224 doc optional sharutils-doc_4.9-1_all.deb
 4c3f72340c8a4b55ce4f99867ff9c1c4 197692 utils optional 
sharutils_4.9-1_amd64.deb

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

iQEcBAEBCAAGBQJLkkLhAAoJEEHOfwufG4syxSMIAIch22MfSo2FajkKiSmeqkd8
aMuL2noYnGC4yEr8aQYDQgxKuN87gSFRyzC0pY9JWtk7ZGu78biBxo3Na+w9kZoh
Zeav0WFlnH4IDyTI4CnMiJ7ugNPiHIrf08GUcUYKefGbjytki8qTzOrlucIM+M7b
dAQS2exQ/PeqYmR23++DC3bJrLlAAYwQES1jIGv4mCm7rnu0SoO6scMarjXRxVwB
FITe06VxhP8ECT9WXQvi8DiddQBygEsbpsUE/AwQ0DGopPQjUpjAkudGDU6TTSWE
/nuQ6YLt0Z6lyr5RdiKu6KaFE8qu90Cc/Q+jRhlDAkBLauP4MyqN6wYd03sUmwg=
=XbK9
-END PGP SIGNATURE-


Accepted:
sharutils-doc_4.9-1_all.deb
  to main/s/sharutils/sharutils-doc_4.9-1_all.deb
sharutils_4.9-1.debian.tar.gz
  to main/s/sharutils/sharutils_4.9-1.debian.tar.gz
sharutils_4.9-1.dsc
  to main/s/sharutils/sharutils_4.9-1.dsc
sharutils_4.9-1_amd64.deb
  to main/s/sharutils/sharutils_4.9-1_amd64.deb
sharutils_4.9.orig.tar.bz2
  to main/s/sharutils/sharutils_4.9.orig.tar.bz2


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nnsxf-00042e...@ries.debian.org



Accepted pyfits 1:2.2.2-1 (source amd64)

2010-03-06 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 12:50:46 +0100
Source: pyfits
Binary: python-pyfits
Architecture: source amd64
Version: 1:2.2.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 python-pyfits - Python module for reading, writing, and manipulating FITS files
Closes: 572698
Changes: 
 pyfits (1:2.2.2-1) unstable; urgency=low
 .
   * New upstream version (Closes: #572698).
   * Bump Standards-Version to 3.8.4 (no changes).
   * Switch python-pyfits package to arch any:
 - Move Build-Depends-indep packages to Build-Depends.
 - Build-depends on python-all-dev.
 - Build for all version of pythons.
   * Remove python-pyfits-doc package.
Checksums-Sha1: 
 694fef725fa28e759b44ed57541e85134b8efa9d 1303 pyfits_2.2.2-1.dsc
 966bf909e9776c54dfe3fba216f54fd7c13bff69 2909559 pyfits_2.2.2.orig.tar.gz
 2d54ba0d0e498e291f8433f869cd7b73dda12156 19864 pyfits_2.2.2-1.diff.gz
 9ca84a28e1abe0d64904f6ea4ac380f406a5f670 2746076 
python-pyfits_2.2.2-1_amd64.deb
Checksums-Sha256: 
 8c1ef47b88613f41f9ad71fccc19b7f9d600aa8dd519e22974184286ae40accb 1303 
pyfits_2.2.2-1.dsc
 fd53300a0d4ac48a357055ed40a22a4756566bf948d9f37ecb6c591993f14116 2909559 
pyfits_2.2.2.orig.tar.gz
 6db12769326aa7909a14d79a3b355f53fcd9e21e3cb744df390695220863eae4 19864 
pyfits_2.2.2-1.diff.gz
 b1bd6acc6f063910ca23b2f953f4527f36924fea757ca74355bd494aa79af423 2746076 
python-pyfits_2.2.2-1_amd64.deb
Files: 
 d270bd4e9e02a0ff50141d6345f0fa85 1303 python optional pyfits_2.2.2-1.dsc
 d4df35c78775745956f67ba5bec4f10f 2909559 python optional 
pyfits_2.2.2.orig.tar.gz
 74ef7748f32a5b0db926fa491fe15941 19864 python optional pyfits_2.2.2-1.diff.gz
 449510d6fca5e08add843509b25fa86b 2746076 python optional 
python-pyfits_2.2.2-1_amd64.deb

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

iD8DBQFLkkwIw3ao2vG823MRApblAJ9RW7IbgoB/MO1Siijd9JhErlOMzACfS6FT
7Sz/QOkHkAEp5buwFQcreOY=
=4BT9
-END PGP SIGNATURE-


Accepted:
pyfits_2.2.2-1.diff.gz
  to main/p/pyfits/pyfits_2.2.2-1.diff.gz
pyfits_2.2.2-1.dsc
  to main/p/pyfits/pyfits_2.2.2-1.dsc
pyfits_2.2.2.orig.tar.gz
  to main/p/pyfits/pyfits_2.2.2.orig.tar.gz
python-pyfits_2.2.2-1_amd64.deb
  to main/p/pyfits/python-pyfits_2.2.2-1_amd64.deb


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



Accepted t-prot 2.97-1 (source all)

2010-03-06 Thread Gerfried Fuchs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 13:11:54 +0100
Source: t-prot
Binary: t-prot
Architecture: source all
Version: 2.97-1
Distribution: unstable
Urgency: low
Maintainer: Gerfried Fuchs rho...@debian.at
Changed-By: Gerfried Fuchs rho...@debian.at
Description: 
 t-prot - display filter for RFC822 messages
Changes: 
 t-prot (2.97-1) unstable; urgency=low
 .
   * New upstream release using Getopt::Long by default to not break existing
 configuration.
   * Dropping libgetopt-mixed-perl dependency because of that.
Checksums-Sha1: 
 479cef4d7109d70c8e9637deadeca18243532b10 1110 t-prot_2.97-1.dsc
 54f5f9f418ff0ba5047d1c80797b668d99e9d80e 45881 t-prot_2.97.orig.tar.gz
 0be64c54dca152577f3603840df72850b4b205d3 18882 t-prot_2.97-1.diff.gz
 2543068c9096194ada53b77333f26e4e5f02cca9 62494 t-prot_2.97-1_all.deb
Checksums-Sha256: 
 6501831df41383d3de1e02701f43dc5809ca7829c1606ef5e870b758c481465f 1110 
t-prot_2.97-1.dsc
 a47b37cc76059a33f48b4a964b10a1c760b37e0ad000e05c4b937a03d56516b9 45881 
t-prot_2.97.orig.tar.gz
 93fd276e8b5bc75a0798c006c3675ae171a7d08e0932cb34db7cb85f0654ad8a 18882 
t-prot_2.97-1.diff.gz
 a9bd591f2874638344726fea58ce4201045449ae6c9a8f348da8f2d8678c4943 62494 
t-prot_2.97-1_all.deb
Files: 
 ca3b5a14f1d1741508ae0cd772aefb4d 1110 mail optional t-prot_2.97-1.dsc
 ce6dd1677fe4202b6a8fcc072fe387ed 45881 mail optional t-prot_2.97.orig.tar.gz
 c74b6b8ca50e2b2e6ed7514065c7053b 18882 mail optional t-prot_2.97-1.diff.gz
 fac17594f39756341bb6f358939a9ffc 62494 mail optional t-prot_2.97-1_all.deb

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

iEYEARECAAYFAkuSS1wACgkQELuA/Ba9d8byvACg9Recph+oDTGTYDm7d6OyFkz1
vhUAn2VZwtyXRT3M4fU/C6ELlcLldT1L
=XoWA
-END PGP SIGNATURE-


Accepted:
t-prot_2.97-1.diff.gz
  to main/t/t-prot/t-prot_2.97-1.diff.gz
t-prot_2.97-1.dsc
  to main/t/t-prot/t-prot_2.97-1.dsc
t-prot_2.97-1_all.deb
  to main/t/t-prot/t-prot_2.97-1_all.deb
t-prot_2.97.orig.tar.gz
  to main/t/t-prot/t-prot_2.97.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/e1nntq7-0005ta...@ries.debian.org



Accepted ubuntu-dev-tools 0.93debian1 (source all)

2010-03-06 Thread Luca Falavigna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 13:20:51 +0100
Source: ubuntu-dev-tools
Binary: ubuntu-dev-tools
Architecture: source all
Version: 0.93debian1
Distribution: unstable
Urgency: low
Maintainer: Luca Falavigna dktrkr...@debian.org
Changed-By: Luca Falavigna dktrkr...@debian.org
Description: 
 ubuntu-dev-tools - useful tools for Ubuntu developers
Closes: 572091
Changes: 
 ubuntu-dev-tools (0.93debian1) unstable; urgency=low
 .
   * 404main:
 - Implement python-apt 0-8 API, apply patch provided by Julian Andres
   Klode, thank you! (Closes: #572091).
   * debian/control:
 - python-apt (= 0.7.93~) is required.
 - Bump Standards-Version to 3.8.4, no changes required.
 .
 ubuntu-dev-tools (0.93) lucid; urgency=low
 .
   [ Scott Moser ]
   * rename mk-sbuild-lv to mk-sbuild, support union-type=aufs
 .
   [ Emmet Hikory ]
   * Support qemu-arm-static - qemu-kvm-extras-static transition
   * mk-sbuild: automatically install qemu-kvm-extras-static if requested
   * mk-sbuild: conditionally install lvm2 only for lvm-snapshot schroots
   * mk-sbuild: rationalise architecture variables
   * mk-sbuild: Generalise --type support and add file SCHROOT_TYPE
   * mk-sbuild.1: Document the --type argument
 .
   [ Loïc Minier ]
   * Demote qemu-kvm-extras-static to a Suggests since most people don't build
 for armel.
 .
   [ Kees Cook ]
   * requestsync: add -C to allow manually adding changelog when missing
 (LP: #518574).
   * mk-sbuild: clean up and make slight adjustments to new lvm/dir/file logic.
   * mk-sbuild.1: update documentation to reflect alternative config file
 names for distro and schroot type overrides.
   * mk-sbuild, docs/mk-sbuild.1: document DEBOOTSTRAP_MIRROR for good
 measure, thanks to Paul Holcomb.
 .
   [ Michael Bienia ]
   * ubuntutools/requestsync/mail.py: Encode the report to utf-8 before passing
 it to gpg for signing (LP: #522316).
   * Add support for the other LP service roots (edge is still default)
   * Depend on python-launchpadlib = 1.5.4
   * Also check package sets for upload permissions.
   * lp-set-dup: Don't crash when accessing private bugs (LP: #525539)
   * requestsync: Subscribe 'ubuntu-release' to Feature Freeze exceptions
 (updated to current policy; LP: #532740)
 .
   [ Michael Vogt ]
   * edit-patch: add wrapper around cdbs-edit-patch, dpatch-edit-patch, quilt
 to transparently deal with the various patch systems.
 .
   [ Colin Watson ]
   * lp-shell: Disable default apport excepthook, as this is intended for
 interactive use.
 .
 ubuntu-dev-tools (0.92) lucid; urgency=low
 .
   [ Siegfried-Angel Gevatter Pujals ]
   * bash_completion/pbuilder-dist:
  - Enable tab-completion for pbuilder-lucid and cowbuilder-lucid.
 .
   [ Emmet Hikory ]
   * mk-sbuild-lv: support foreign armel schroots
   * mk-sbuild-lv: use --arch=foo rather than --arch foo for debootstrap
   * pbuilder-dist: Allow architecture-switching to armel on i386/amd64
   * pbuilder-dist: use --arch=foo rather than --arch foo for debootstrap
   * pbuilder-dist: change --mirror logic to use -ports when appropriate
   * docs/pbuilder-dist.1: Document architecture-switching for armel
   * debian/control: add qemu-arm-static to Recommends:
 .
   [ Michael Bienia ]
   * ubuntutools/requestsync/mail.py:
 Map sid back to unstable (and squeeze to testing) else rmadison
 gets a Python traceback from the remote site instead of the expected data
 (lp: #508794).
 .
   [ Kees Cook ]
   * mk-sbuild-lv: adjust schroot.conf template to document the -source
 change further.
 .
 ubuntu-dev-tools (0.91) lucid; urgency=low
 .
   * mk-sbuild-lv: drop deprecated keys from schroot.conf template
   * mk-sbuild-lv: enable -source access after security improvements of
   schroot.conf template in 0.88
   * mk-sbuild-lv: document sudo requirement for -source access in final output
Checksums-Sha1: 
 e059d854497d2296a47c837909f5861ee7ecaff8 1177 ubuntu-dev-tools_0.93debian1.dsc
 234003f3499f414af2dc2ea2793a2eca721d89a4 115414 
ubuntu-dev-tools_0.93debian1.tar.gz
 189960785a78db4d0cb69eaebd0bce13b62a5a6a 110466 
ubuntu-dev-tools_0.93debian1_all.deb
Checksums-Sha256: 
 5070772785ffb6d4d76adae15da501e9f07eebd85aa3b57031b8d01a212c17ea 1177 
ubuntu-dev-tools_0.93debian1.dsc
 c8e66616c9aea337eeb81308b16ec691de1c1d8008021bfe15ba76e516158462 115414 
ubuntu-dev-tools_0.93debian1.tar.gz
 b273da619b44272ff7c36fc0783aa6da4a04bebddca4cdb3fa2c71de967d 110466 
ubuntu-dev-tools_0.93debian1_all.deb
Files: 
 3f02f658a6d18eaeea2bbed7e4eec595 1177 devel optional 
ubuntu-dev-tools_0.93debian1.dsc
 58c44365d39db5ac204dee5797b3fafc 115414 devel optional 
ubuntu-dev-tools_0.93debian1.tar.gz
 bb2f7dd09761133f051851ba852663cc 110466 devel optional 
ubuntu-dev-tools_0.93debian1_all.deb

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

iEYEARECAAYFAkuSSioACgkQnXjXEYa8KlBwMgCfXO944F+yaOjNITVeUbo2XyV4

Accepted mako 0.3.0-1 (source all)

2010-03-06 Thread Piotr Ożarowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Feb 2010 19:53:42 +0100
Source: mako
Binary: python-mako
Architecture: source all
Version: 0.3.0-1
Distribution: unstable
Urgency: low
Maintainer: Piotr Ożarowski pi...@debian.org
Changed-By: Piotr Ożarowski pi...@debian.org
Description: 
 python-mako - fast and lightweight templating for the Python platform
Closes: 569986
Changes: 
 mako (0.3.0-1) unstable; urgency=low
 .
   * New upstream release
   * Move python-beaker from Recommends to Suggests (closes: #569986)
   * Install Vim syntax and indent files in /usr/share/vim/addons/
 Use `vim-addons install mako` to enable it
   * Standards-Version bumped to 3.8.4 (no changes needed)
Checksums-Sha1: 
 c743a1f0a4f8c192190d2d0695f451da9c973208 1337 mako_0.3.0-1.dsc
 4c92a246acf6c78af0405b42af52e150b81d9ddf 242601 mako_0.3.0.orig.tar.gz
 148dd44c67ba38278c28b1d3e91b49505ed8fae5 9279 mako_0.3.0-1.diff.gz
 76a2b73e3fbc62f49be65e6708dd31b38da081f2 131740 python-mako_0.3.0-1_all.deb
Checksums-Sha256: 
 b918e69d53f09836e31082fde0c2ef34cf3092a0fd355777cba62f8c0641b1ca 1337 
mako_0.3.0-1.dsc
 a6aea34a2dfda9dd54ee35be78244dc6f7a97bd74d7811e69add190c00a0b3a8 242601 
mako_0.3.0.orig.tar.gz
 34bcbd5408bb014d434e0374c68b0860d889907a4b1b35bb2e151373f8de4172 9279 
mako_0.3.0-1.diff.gz
 0dcf68c93ed34aa71e4a3bec6dd284b22894c2574c275c19011c727573d3663d 131740 
python-mako_0.3.0-1_all.deb
Files: 
 95b8057a1f6f0511bd078662cecd1e47 1337 python optional mako_0.3.0-1.dsc
 d02dacb4aa324808e03308c7c1f473b4 242601 python optional mako_0.3.0.orig.tar.gz
 15ef8ba1d9f631d009029d81ef6911a0 9279 python optional mako_0.3.0-1.diff.gz
 5780612f5b7b90f4e238bb5a2092c29d 131740 python optional 
python-mako_0.3.0-1_all.deb

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

iEYEARECAAYFAkuSUUcACgkQB01zfu119Zl1RgCdFCb7iVoMmge9OzOqcn2wuSEG
k6wAn1u6vwDNJslsLnazlNsJwQQClBr2
=hslo
-END PGP SIGNATURE-


Accepted:
mako_0.3.0-1.diff.gz
  to main/m/mako/mako_0.3.0-1.diff.gz
mako_0.3.0-1.dsc
  to main/m/mako/mako_0.3.0-1.dsc
mako_0.3.0.orig.tar.gz
  to main/m/mako/mako_0.3.0.orig.tar.gz
python-mako_0.3.0-1_all.deb
  to main/m/mako/python-mako_0.3.0-1_all.deb


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



Accepted qemu-kvm 0.12.3+dfsg-1 (source i386)

2010-03-06 Thread Jan Lübbe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Mar 2010 22:25:47 +0100
Source: qemu-kvm
Binary: qemu-kvm qemu-kvm-dbg kvm
Architecture: source i386
Version: 0.12.3+dfsg-1
Distribution: sid
Urgency: low
Maintainer: Jan Lübbe jlue...@debian.org
Changed-By: Jan Lübbe jlue...@debian.org
Description: 
 kvm- dummy transitional pacakge from kvm to qemu-kvm
 qemu-kvm   - Full virtualization on x86 hardware
 qemu-kvm-dbg - Debugging info for qemu-kvm
Closes: 557766 565547 568804 570245
Changes: 
 qemu-kvm (0.12.3+dfsg-1) UNRELEASED; urgency=low
 .
   [ Michael Tokarev ]
   * New Upstream Version 0.12. (closes: #568804)
 (Apparently closes: #570245)
   * update list of files to remove for DFSG,
 and reorganize the procedure a bit
   * add sources for vgabios and seabios as patches from qemu-0.12.3.tar.gz
 (since qemu-kvm-0.12.x.tar.gz does not have them).  For now we can't use
 an external package (#489442) because qemu(-kvm) is too closely tied to
 bios versions and the risk to get a non-working system with external
 packages is still too high.
   * ship kvm transitional package; set version number for it so it will
 be higher than real kvm, and conflict/replace that old kvm in qemu-kvm.
 (closes: #565547)
   * remove some irrelevant patches (10-ksm-support, 07_set_sdl_title,
 09_qemu-fix-qcow2-backing-file-with-virtio,
 from-debian-qemu/22_net_tuntap_stall)
   * remove/backup /etc/init.d/kvm in preinst, so that only one startup
 script will provide kvm service, and also remove other kvm conffile
 leftovers. (closes: #557766)
   * split get-orig-source rule into two (tarball + dfsg)
   * update Standards-Version to 3.8.4 (no changes needed)
 .
   [ Jan Lübbe ]
   * Build-Depend on python for seabios
Checksums-Sha1: 
 4f0e4a603c785835523a357c9e6f384963ed815c 1566 qemu-kvm_0.12.3+dfsg-1.dsc
 d12b446992165550997fff0fbd09bc7c9e5dacb6 3796836 
qemu-kvm_0.12.3+dfsg.orig.tar.gz
 8d313028701644717b50668ed4d49fea9f5c6573 350536 qemu-kvm_0.12.3+dfsg-1.diff.gz
 fc063ce5fa12ae39f85f45430da2bfe2b8d42fbd 1475598 
qemu-kvm_0.12.3+dfsg-1_i386.deb
 965b366648fd10b61e040442482b6494c0212bc0 2752208 
qemu-kvm-dbg_0.12.3+dfsg-1_i386.deb
 978f3ea604dfe42360b96edff1e8ce689eee4915 5694 kvm_0.12.3+dfsg-1_i386.deb
Checksums-Sha256: 
 da7d8e5a195cd3e302c13c34916afa8df96c833087340c59144f700e9ae8493d 1566 
qemu-kvm_0.12.3+dfsg-1.dsc
 61512f2554927eecc87ab71e2b8e69381c2d515909fe1b0a47ed907a59b0b5eb 3796836 
qemu-kvm_0.12.3+dfsg.orig.tar.gz
 512509b479404f4446f90829630d6ff3de5b795abdc0c5cf73e47a9a7243c8c2 350536 
qemu-kvm_0.12.3+dfsg-1.diff.gz
 f8ef54f1a4b2e85715e36bb600db7fec5d5730ad770631350a3705db45901f25 1475598 
qemu-kvm_0.12.3+dfsg-1_i386.deb
 45c9f91eac49b9bc0b020e6d4c34077a3bdabdff6b6e5c07c64384e7916381b0 2752208 
qemu-kvm-dbg_0.12.3+dfsg-1_i386.deb
 bcc3b6fb382b8570df49425169c90f3427d56639efe48d5f3a520697ce1d7264 5694 
kvm_0.12.3+dfsg-1_i386.deb
Files: 
 b241cc4337e871584682a32c4fd1a896 1566 misc optional qemu-kvm_0.12.3+dfsg-1.dsc
 2448489c043ad809ba120d619da9c590 3796836 misc optional 
qemu-kvm_0.12.3+dfsg.orig.tar.gz
 1a836db061b2c0c93f59478ec28f5522 350536 misc optional 
qemu-kvm_0.12.3+dfsg-1.diff.gz
 3b58b3552514e2389cea4188718740db 1475598 misc optional 
qemu-kvm_0.12.3+dfsg-1_i386.deb
 74b42e770e33cceef4a53a292cfa287d 2752208 debug extra 
qemu-kvm-dbg_0.12.3+dfsg-1_i386.deb
 8f6333451a625257e385828bbe55a76a 5694 oldlibs optional 
kvm_0.12.3+dfsg-1_i386.deb

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

iEYEARECAAYFAkuSUH8ACgkQioOL5NhIDy62jwCgtCpRzOx5NtvrpebTywIuy8mk
RlwAn0jCQ1ROpmH9eReL7n6G9OvztJY0
=PHDp
-END PGP SIGNATURE-


Accepted:
kvm_0.12.3+dfsg-1_i386.deb
  to main/q/qemu-kvm/kvm_0.12.3+dfsg-1_i386.deb
qemu-kvm-dbg_0.12.3+dfsg-1_i386.deb
  to main/q/qemu-kvm/qemu-kvm-dbg_0.12.3+dfsg-1_i386.deb
qemu-kvm_0.12.3+dfsg-1.diff.gz
  to main/q/qemu-kvm/qemu-kvm_0.12.3+dfsg-1.diff.gz
qemu-kvm_0.12.3+dfsg-1.dsc
  to main/q/qemu-kvm/qemu-kvm_0.12.3+dfsg-1.dsc
qemu-kvm_0.12.3+dfsg-1_i386.deb
  to main/q/qemu-kvm/qemu-kvm_0.12.3+dfsg-1_i386.deb
qemu-kvm_0.12.3+dfsg.orig.tar.gz
  to main/q/qemu-kvm/qemu-kvm_0.12.3+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/e1nntim-00082o...@ries.debian.org




Accepted cpphs 1.11-1 (source all amd64)

2010-03-06 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 13:45:41 +0100
Source: cpphs
Binary: cpphs libghc6-cpphs-dev libghc6-cpphs-prof haskell-cpphs-doc
Architecture: source all amd64
Version: 1.11-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 cpphs  - Simplified cpp-a-like preprocessor for Haskell
 haskell-cpphs-doc - cpphs-library for haskell; documentation
 libghc6-cpphs-dev - cpphs-library for haskell
 libghc6-cpphs-prof - cpphs-library for haskell; profiling libraries
Changes: 
 cpphs (1.11-1) unstable; urgency=low
 .
   [ Joachim Breitner ]
   * Remove debian/clean, functionality in haskell-devscripts now
 .
   [ Marco Túlio Gontijo e Silva ]
   * debian/source/format: Use 3.0 (quilt).
 .
   [ Joachim Breitner ]
   * New upstream release, required for new hlint
Checksums-Sha1: 
 85a02732177154a16b64f1f13aadf0d7733533b7 1330 cpphs_1.11-1.dsc
 96070f5d3bf43bb51462d5637dd8a3676ea0db4a 68421 cpphs_1.11.orig.tar.gz
 70558ff273100a79f1ac31f78a24ae8db9f79233 3233 cpphs_1.11-1.debian.tar.gz
 9bcfe60aecd1f67a867b0e85fa21821bf7dffeb6 47778 haskell-cpphs-doc_1.11-1_all.deb
 1b623811a6cbcf1a91cc85125be20d69e2681f95 306148 cpphs_1.11-1_amd64.deb
 3140b550a58dd6cb53834536d2515f2fcbd9d7bb 266696 
libghc6-cpphs-dev_1.11-1_amd64.deb
 d3eb98b6a88f959bf58f874ca3602d2e88a92813 271686 
libghc6-cpphs-prof_1.11-1_amd64.deb
Checksums-Sha256: 
 5d392b9b65fe878412cbcc6ac1e4da887cd1ce28e5743a643ceeae3daaf13be0 1330 
cpphs_1.11-1.dsc
 26124ca2b1af9a9804ba37c627dbbca3977bde93925f979f08b342895548db01 68421 
cpphs_1.11.orig.tar.gz
 e99824216fc841692c4871188c2fab94f3fd01334d3771960790b8b013356209 3233 
cpphs_1.11-1.debian.tar.gz
 f1d10967f9bb97fe7ecda4aa1724f80eee2fe49192dc79605a8bbf47c9e980bd 47778 
haskell-cpphs-doc_1.11-1_all.deb
 92c09fa0e9ec421f25e390daf82f555ffc0b54df3a1376e60bdd36e503fe835b 306148 
cpphs_1.11-1_amd64.deb
 0ccf4e1e0ffe37f6d9d1ac4a31cf745545754249a92686ce605e798cf2efc7ff 266696 
libghc6-cpphs-dev_1.11-1_amd64.deb
 e892ff62db233dd5b893089daf400171d01a43d459d9b2741e1684124c23aea6 271686 
libghc6-cpphs-prof_1.11-1_amd64.deb
Files: 
 c2b1104d577e09d66f4002caba408d5b 1330 haskell extra cpphs_1.11-1.dsc
 ece7f9a5335a8fd569f0b8c7153ecfaa 68421 haskell extra cpphs_1.11.orig.tar.gz
 75988c4fbffed6bdc0d7f86fb50ff7cf 3233 haskell extra cpphs_1.11-1.debian.tar.gz
 44734faba2482448316851e20af52967 47778 doc extra 
haskell-cpphs-doc_1.11-1_all.deb
 f930e0c4c41d826dcc42466b5d9924da 306148 haskell extra cpphs_1.11-1_amd64.deb
 e778fba585178979497ab92150b99351 266696 haskell extra 
libghc6-cpphs-dev_1.11-1_amd64.deb
 901bc245f07dd2859125a823bc92cc4c 271686 haskell extra 
libghc6-cpphs-prof_1.11-1_amd64.deb

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

iEYEARECAAYFAkuSTqcACgkQ9ijrk0dDIGwHQACfcMFfj06/R42cW3hPfJpOkcBT
jugAnjDme4kPX7GJyBq+FZdMHY1kiEUn
=W3bx
-END PGP SIGNATURE-


Accepted:
cpphs_1.11-1.debian.tar.gz
  to main/c/cpphs/cpphs_1.11-1.debian.tar.gz
cpphs_1.11-1.dsc
  to main/c/cpphs/cpphs_1.11-1.dsc
cpphs_1.11-1_amd64.deb
  to main/c/cpphs/cpphs_1.11-1_amd64.deb
cpphs_1.11.orig.tar.gz
  to main/c/cpphs/cpphs_1.11.orig.tar.gz
haskell-cpphs-doc_1.11-1_all.deb
  to main/c/cpphs/haskell-cpphs-doc_1.11-1_all.deb
libghc6-cpphs-dev_1.11-1_amd64.deb
  to main/c/cpphs/libghc6-cpphs-dev_1.11-1_amd64.deb
libghc6-cpphs-prof_1.11-1_amd64.deb
  to main/c/cpphs/libghc6-cpphs-prof_1.11-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/e1nntsu-0008vv...@ries.debian.org



Accepted haskell-src-exts 1.8.2-1 (source all amd64)

2010-03-06 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 13:34:04 +0100
Source: haskell-src-exts
Binary: libghc6-src-exts-dev libghc6-src-exts-prof haskell-src-exts-doc
Architecture: source all amd64
Version: 1.8.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 haskell-src-exts-doc - API documentation of the haskell-src-exts library
 libghc6-src-exts-dev - Haskell-Source with eXtensions library for GHC6
 libghc6-src-exts-prof - Haskell-Source with eXtensions library for GHC6; 
profiling librar
Closes: 569499
Changes: 
 haskell-src-exts (1.8.2-1) unstable; urgency=low
 .
   [ Joachim Breitner ]
   * Remove debian/clean, functionality in haskell-devscripts now
 .
   [ Marco Túlio Gontijo e Silva ]
   * debian/source/format: Use 3.0 (quilt).
 .
   [ Joachim Breitner ]
   * Update to new version, required for hsx and hlint (Closes: #569499)
Checksums-Sha1: 
 99976c2ca4a4b19ae0cf76aefa541900cde984ef 1539 haskell-src-exts_1.8.2-1.dsc
 ba2dad5ab2e0fdc7fe3ad6ccf3852da9a5b0915b 176608 
haskell-src-exts_1.8.2.orig.tar.gz
 82234ccad19877a43690be2dae254c0daf32c5fc 5772 
haskell-src-exts_1.8.2-1.debian.tar.gz
 58f45689d95932c1570962b02929ed719dee39e2 408402 
haskell-src-exts-doc_1.8.2-1_all.deb
 2c039c3336813bc72394e903654a0b189d33106b 5443342 
libghc6-src-exts-dev_1.8.2-1_amd64.deb
 9f0d8d36bfa195880d941182107ee65ee6192818 6098670 
libghc6-src-exts-prof_1.8.2-1_amd64.deb
Checksums-Sha256: 
 42e54cf92ec91c1a329f7efee024739d791447cb79cff3ca66accda18a3660d5 1539 
haskell-src-exts_1.8.2-1.dsc
 f4a83d158064584b1113e9dc955978a23175057cda066bb6b52e38c42074af44 176608 
haskell-src-exts_1.8.2.orig.tar.gz
 b7d45e3ff6b0d127745fd61a1750d1329edfc3f02c2771b24ab974186e01d096 5772 
haskell-src-exts_1.8.2-1.debian.tar.gz
 0ad587e88f2885d071a4479bf1ef6cca23befbcbfda6a2b154569be5649c23e4 408402 
haskell-src-exts-doc_1.8.2-1_all.deb
 7d0b425b71d18bc39a10eff5c4f7071cae09705d230dc69fa1aaaec0db0a181a 5443342 
libghc6-src-exts-dev_1.8.2-1_amd64.deb
 53024335677d69a0ff1590ee9cc80e834a7a63ea19b812582b51240172eb3e90 6098670 
libghc6-src-exts-prof_1.8.2-1_amd64.deb
Files: 
 3e06d7a73d5e0eaf648ad8ab3d641a46 1539 haskell extra 
haskell-src-exts_1.8.2-1.dsc
 ef24815fd1f08e3d90448a52c648f629 176608 haskell extra 
haskell-src-exts_1.8.2.orig.tar.gz
 1175566b26c5c8aade8bbd766d5688d8 5772 haskell extra 
haskell-src-exts_1.8.2-1.debian.tar.gz
 4d634ea06599eab739fb8d0cea59f969 408402 doc extra 
haskell-src-exts-doc_1.8.2-1_all.deb
 9f7afbc385d50b48f02cf5a8859ba9c2 5443342 haskell extra 
libghc6-src-exts-dev_1.8.2-1_amd64.deb
 ba40687695403f658c6cf18d72ccb35f 6098670 haskell extra 
libghc6-src-exts-prof_1.8.2-1_amd64.deb

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

iEYEARECAAYFAkuSUC0ACgkQ9ijrk0dDIGwlbACgztjvrGll1IwfNI+5wU/hXWi5
EeoAnRr/svMz9DIbo3d1U1Az7nTPJehU
=ogpG
-END PGP SIGNATURE-


Accepted:
haskell-src-exts-doc_1.8.2-1_all.deb
  to main/h/haskell-src-exts/haskell-src-exts-doc_1.8.2-1_all.deb
haskell-src-exts_1.8.2-1.debian.tar.gz
  to main/h/haskell-src-exts/haskell-src-exts_1.8.2-1.debian.tar.gz
haskell-src-exts_1.8.2-1.dsc
  to main/h/haskell-src-exts/haskell-src-exts_1.8.2-1.dsc
haskell-src-exts_1.8.2.orig.tar.gz
  to main/h/haskell-src-exts/haskell-src-exts_1.8.2.orig.tar.gz
libghc6-src-exts-dev_1.8.2-1_amd64.deb
  to main/h/haskell-src-exts/libghc6-src-exts-dev_1.8.2-1_amd64.deb
libghc6-src-exts-prof_1.8.2-1_amd64.deb
  to main/h/haskell-src-exts/libghc6-src-exts-prof_1.8.2-1_amd64.deb


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



Accepted haskell-uniplate 1.5.1-1 (source all amd64)

2010-03-06 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 13:42:58 +0100
Source: haskell-uniplate
Binary: libghc6-uniplate-dev libghc6-uniplate-prof libghc6-uniplate-doc
Architecture: source all amd64
Version: 1.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 libghc6-uniplate-dev - A Haskell library for uniform type generic traversals
 libghc6-uniplate-doc - Documentation for uniform type generic traversals
 libghc6-uniplate-prof - Profiling libraries for uniform type generic traversals
Changes: 
 haskell-uniplate (1.5.1-1) unstable; urgency=low
 .
   [ Marco Túlio Gontijo e Silva ]
   * debian/source/format: Use 3.0 (quilt).
 .
   [ Joachim Breitner ]
   * New upstream release, required for new hlint
Checksums-Sha1: 
 123c9c5f87c444b25525c1c1777a6eec8b24f660 1487 haskell-uniplate_1.5.1-1.dsc
 b46ef149e1f5e3f73c011bc49b1d7d54c08d5759 23941 
haskell-uniplate_1.5.1.orig.tar.gz
 da6ca887744e6350dbfa72136884fdbac127a39b 2974 
haskell-uniplate_1.5.1-1.debian.tar.gz
 de83c7e4ff5daf11ce20b50a85aa5aa6c61615da 73442 
libghc6-uniplate-doc_1.5.1-1_all.deb
 e37b640c6252c7e648159e532d99be1388ff1982 238360 
libghc6-uniplate-dev_1.5.1-1_amd64.deb
 87b0f2734ef8e0949289b94418f724539fa45a04 248072 
libghc6-uniplate-prof_1.5.1-1_amd64.deb
Checksums-Sha256: 
 22456a81921f2c314e11017936e3fd1fea3939532e2c3a2fd85729fa757fcc72 1487 
haskell-uniplate_1.5.1-1.dsc
 cfebbbe318992df0c51a0c04729b22dac244f415b80a3b388708ed9cfc33 23941 
haskell-uniplate_1.5.1.orig.tar.gz
 953f80b19e4d633f857474e1e80a73a613136a0bc73e7a6593952f58c0ac5cb6 2974 
haskell-uniplate_1.5.1-1.debian.tar.gz
 39c5cfa1d9ff26d38b3be7f1201f1df022f9ab16c7ac6101393125b6495e0870 73442 
libghc6-uniplate-doc_1.5.1-1_all.deb
 198e311e5f00ed1699232e58a70089364c555de76f2e4dec2dbe2b9485c1c4e6 238360 
libghc6-uniplate-dev_1.5.1-1_amd64.deb
 0cbf792dec17baba2870a1f807b9b425b4e9ca5e96b22f3ed375fcd1158441fe 248072 
libghc6-uniplate-prof_1.5.1-1_amd64.deb
Files: 
 c8f7c1a703a40f990a127a840a7c205d 1487 haskell extra 
haskell-uniplate_1.5.1-1.dsc
 78c7bdc6021b78f5cb650ccd5ab00973 23941 haskell extra 
haskell-uniplate_1.5.1.orig.tar.gz
 53c89b56962a1c907988268bd9058edd 2974 haskell extra 
haskell-uniplate_1.5.1-1.debian.tar.gz
 ebcd7747620b59de48da8c46fe5fd6d7 73442 doc extra 
libghc6-uniplate-doc_1.5.1-1_all.deb
 6385a2eff16a1a17fa2980b2ccf4168d 238360 haskell extra 
libghc6-uniplate-dev_1.5.1-1_amd64.deb
 41a861964723bab72fdd1357a6c7e861 248072 haskell extra 
libghc6-uniplate-prof_1.5.1-1_amd64.deb

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

iEYEARECAAYFAkuSTfgACgkQ9ijrk0dDIGwCLQCfet2EQRcxV2VBe5JmCI6olQbF
lAQAniUpHzOWGnPeTT58D2xq4omAzDdC
=jsgc
-END PGP SIGNATURE-


Accepted:
haskell-uniplate_1.5.1-1.debian.tar.gz
  to main/h/haskell-uniplate/haskell-uniplate_1.5.1-1.debian.tar.gz
haskell-uniplate_1.5.1-1.dsc
  to main/h/haskell-uniplate/haskell-uniplate_1.5.1-1.dsc
haskell-uniplate_1.5.1.orig.tar.gz
  to main/h/haskell-uniplate/haskell-uniplate_1.5.1.orig.tar.gz
libghc6-uniplate-dev_1.5.1-1_amd64.deb
  to main/h/haskell-uniplate/libghc6-uniplate-dev_1.5.1-1_amd64.deb
libghc6-uniplate-doc_1.5.1-1_all.deb
  to main/h/haskell-uniplate/libghc6-uniplate-doc_1.5.1-1_all.deb
libghc6-uniplate-prof_1.5.1-1_amd64.deb
  to main/h/haskell-uniplate/libghc6-uniplate-prof_1.5.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/e1nnttz-dk...@ries.debian.org



Accepted hlint 1.6.20-1 (source amd64)

2010-03-06 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 13:40:29 +0100
Source: hlint
Binary: hlint
Architecture: source amd64
Version: 1.6.20-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 hlint  - Haskell source code suggestions
Changes: 
 hlint (1.6.20-1) unstable; urgency=low
 .
   [ Marco Túlio Gontijo e Silva ]
   * debian/watch: Use format that works for --download-current-version.
   * debian/watch: Add .tar.gz to downloaded filename.
   * debian/watch: Include package name in downloaded .tar.gz.
   * debian/watch: Remove spaces, since they're not allowed by uscan.
   * debian/control: Use Vcs-Browser: field.
   * debian/control: Bump Standards-Version: to 3.8.4, no changes needed.
   * debian/source/format: Use 3.0 (quilt).
 .
   [ Joachim Breitner ]
   * New upstream version
Checksums-Sha1: 
 5ab28ec01f354db99ce7b926a1c7193bc9e60368 1552 hlint_1.6.20-1.dsc
 bd9b28901ec913c835dbc28617326e79bf57410c 52950 hlint_1.6.20.orig.tar.gz
 5d7c34b03f267831c7c2de72c655ff546bad45d1 3012 hlint_1.6.20-1.debian.tar.gz
 434e80feaa61ba4868c846fe319a594e04af956b 2847606 hlint_1.6.20-1_amd64.deb
Checksums-Sha256: 
 d7ecf4b5beeb0ad3e299a863f4b8811fee6b5d322af88200462b7d870390b645 1552 
hlint_1.6.20-1.dsc
 2ca8d64b688da0689ab603174c86a5df160a0c046cb5ba53aab0ca3a61e5a680 52950 
hlint_1.6.20.orig.tar.gz
 0b56beec00045ff986963507d10b8feb28cf014e613a25336fcb00f2227dc238 3012 
hlint_1.6.20-1.debian.tar.gz
 f6095206c03b59a733008a3ddc265fc37825886b725e6d82fa7b88a6ccc7c808 2847606 
hlint_1.6.20-1_amd64.deb
Files: 
 4fa1217e61df9b02df4c1f68d11101a8 1552 haskell extra hlint_1.6.20-1.dsc
 6c1be9a1d0835d5aa5028ac1de5dcee3 52950 haskell extra hlint_1.6.20.orig.tar.gz
 23c06f49264c9d12e89dd4fda5312c5e 3012 haskell extra 
hlint_1.6.20-1.debian.tar.gz
 8f3175e8f8613b875448e2d6fe27f6b7 2847606 haskell extra hlint_1.6.20-1_amd64.deb

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

iEYEARECAAYFAkuSUtEACgkQ9ijrk0dDIGxZ3gCgvr7+f6j3oKm3BeVzcYblKY1w
N/MAmgPpywgEkYyuVCEeBslfy6li0tJl
=sV/x
-END PGP SIGNATURE-


Accepted:
hlint_1.6.20-1.debian.tar.gz
  to main/h/hlint/hlint_1.6.20-1.debian.tar.gz
hlint_1.6.20-1.dsc
  to main/h/hlint/hlint_1.6.20-1.dsc
hlint_1.6.20-1_amd64.deb
  to main/h/hlint/hlint_1.6.20-1_amd64.deb
hlint_1.6.20.orig.tar.gz
  to main/h/hlint/hlint_1.6.20.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/e1nnttn-gj...@ries.debian.org



Accepted otf-yozvox-yozfont 12.18~beta32-dfsg-1 (source all)

2010-03-06 Thread Debian-JP
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 21:40:35 +0900
Source: otf-yozvox-yozfont
Binary: otf-yozvox-yozfont otf-yozvox-yozfont-new-kana 
otf-yozvox-yozfont-standard-kana otf-yozvox-yozfont-antique 
otf-yozvox-yozfont-cute otf-yozvox-yozfont-edu
Architecture: source all
Version: 12.18~beta32-dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org
Changed-By: Hideki Yamane (Debian-JP) henr...@debian.or.jp
Description: 
 otf-yozvox-yozfont - Japanese proportional Handwriting OpenType font
 otf-yozvox-yozfont-antique - Japanese proportional Handwriting OpenType font 
(antique kana)
 otf-yozvox-yozfont-cute - Japanese proportional Handwriting OpenType font 
(cute kana)
 otf-yozvox-yozfont-edu - Japanese proportional Handwriting OpenType font 
(educational cana
 otf-yozvox-yozfont-new-kana - Japanese proportional Handwriting OpenType font 
(new kana)
 otf-yozvox-yozfont-standard-kana - Japanese proportional Handwriting OpenType 
font (standard kana)
Changes: 
 otf-yozvox-yozfont (12.18~beta32-dfsg-1) unstable; urgency=low
 .
   * New upstream release
 - add new font files, YOzBSP.TTC (Standard Kana Proportional Bold) and
   YOzBAP.TTC (Antique Proportional Bold)
 - fix YOzRSP.TTC and YOzRAP.TTC
Checksums-Sha1: 
 e778162e82b57788929df9fceaeff9ee9c75fc56 1631 
otf-yozvox-yozfont_12.18~beta32-dfsg-1.dsc
 bbaea4492cd4bb6646cd166d6a67f5f72701f121 176808870 
otf-yozvox-yozfont_12.18~beta32-dfsg.orig.tar.gz
 5518f74ae9ef2ccb3b690f0dbf5b82d9a5a35ad6 4269 
otf-yozvox-yozfont_12.18~beta32-dfsg-1.debian.tar.gz
 cb08c85f2d98bfbba144a7f4acd9504a6424a767 4364 
otf-yozvox-yozfont_12.18~beta32-dfsg-1_all.deb
 bbe9ea11905f7735c80e9c59ea0ed1ec04e2b21a 30144398 
otf-yozvox-yozfont-new-kana_12.18~beta32-dfsg-1_all.deb
 087cc3113180445d0036d94b5617ce230e558c66 42796728 
otf-yozvox-yozfont-standard-kana_12.18~beta32-dfsg-1_all.deb
 a887b0d8db2bb253e5dda48c58e1a0bdf2186a2c 42807608 
otf-yozvox-yozfont-antique_12.18~beta32-dfsg-1_all.deb
 a2e973ba0c87cb0748c27acd6d476d501e93f977 30156996 
otf-yozvox-yozfont-cute_12.18~beta32-dfsg-1_all.deb
 622ba28e54530222bc2bad20b1c32af1b978a71e 30150466 
otf-yozvox-yozfont-edu_12.18~beta32-dfsg-1_all.deb
Checksums-Sha256: 
 563a01b36c977433f8e5ec7a0888fa8809c3d35f6fd34c144b8bb77df2baf370 1631 
otf-yozvox-yozfont_12.18~beta32-dfsg-1.dsc
 e5d7d20b9068e20c488c0d87a8ad483fb39adfe83d47d4ea2e45247a8cb02136 176808870 
otf-yozvox-yozfont_12.18~beta32-dfsg.orig.tar.gz
 ccfd33092e6fe70ba99a3d0adb42fcf1fd765518e655fc90cb70359b72086502 4269 
otf-yozvox-yozfont_12.18~beta32-dfsg-1.debian.tar.gz
 a9bfd73f5a2f696b77947208e96f44d3009131bf746425132c36fda967336834 4364 
otf-yozvox-yozfont_12.18~beta32-dfsg-1_all.deb
 dcdeef6ced9991e1822bfdbb8de8cb1d348a9d8dca13fecfbcdd69a9c46b1f22 30144398 
otf-yozvox-yozfont-new-kana_12.18~beta32-dfsg-1_all.deb
 614558f354f1f430c7bc833961749075c8616a8ede74e1a5d62967f4d2fab04d 42796728 
otf-yozvox-yozfont-standard-kana_12.18~beta32-dfsg-1_all.deb
 6cbbf41e2b6acb83081fe6f884bde6dc94cd0f1da338d5685a346bb71228a034 42807608 
otf-yozvox-yozfont-antique_12.18~beta32-dfsg-1_all.deb
 acc7134b4417b24a02e9af499492fc0ffc487ae040c6f4b4d49b4be4d82ab520 30156996 
otf-yozvox-yozfont-cute_12.18~beta32-dfsg-1_all.deb
 30f3ba2bb4747abb24870022f30fe4fbf042c2049b139601d840e23430969251 30150466 
otf-yozvox-yozfont-edu_12.18~beta32-dfsg-1_all.deb
Files: 
 aeb435ae85df4f3b9a0b888bebb6c584 1631 fonts extra 
otf-yozvox-yozfont_12.18~beta32-dfsg-1.dsc
 cb4e65d5fcae7feb728c617d6b04b306 176808870 fonts extra 
otf-yozvox-yozfont_12.18~beta32-dfsg.orig.tar.gz
 18b357f48aa32cdacde2aff7559fc584 4269 fonts extra 
otf-yozvox-yozfont_12.18~beta32-dfsg-1.debian.tar.gz
 dd8a12e311453885b06fe47b88648d6a 4364 fonts extra 
otf-yozvox-yozfont_12.18~beta32-dfsg-1_all.deb
 ee7a4044d01c839e1f85d34f052d7438 30144398 fonts extra 
otf-yozvox-yozfont-new-kana_12.18~beta32-dfsg-1_all.deb
 757458f6391114030a306cc4310fcea2 42796728 fonts extra 
otf-yozvox-yozfont-standard-kana_12.18~beta32-dfsg-1_all.deb
 234daaf9836f3f9e187f6eee41ce9a2b 42807608 fonts extra 
otf-yozvox-yozfont-antique_12.18~beta32-dfsg-1_all.deb
 cede4ec433c666e5ce2685f0994a8ec2 30156996 fonts extra 
otf-yozvox-yozfont-cute_12.18~beta32-dfsg-1_all.deb
 a4d21694b9bc85ac11b051c602b71672 30150466 fonts extra 
otf-yozvox-yozfont-edu_12.18~beta32-dfsg-1_all.deb

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

iEYEARECAAYFAkuSUooACgkQIu0hy8THJkufOACdEBLz5cJ+Eia9JlsHPOBf8p6Z
rRkAniegAbwz+D7jWy3A7sVVJO1g9wo3
=fT3q
-END PGP SIGNATURE-


Accepted:
otf-yozvox-yozfont-antique_12.18~beta32-dfsg-1_all.deb
  to 
main/o/otf-yozvox-yozfont/otf-yozvox-yozfont-antique_12.18~beta32-dfsg-1_all.deb
otf-yozvox-yozfont-cute_12.18~beta32-dfsg-1_all.deb
  to 
main/o/otf-yozvox-yozfont/otf-yozvox-yozfont-cute_12.18~beta32-dfsg-1_all.deb
otf-yozvox-yozfont-edu_12.18~beta32-dfsg-1_all.deb
  to 

Accepted yaml-mode 0.0.5-2 (source all)

2010-03-06 Thread Vincent Fourmond
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 13:57:50 +0100
Source: yaml-mode
Binary: yaml-mode
Architecture: source all
Version: 0.0.5-2
Distribution: unstable
Urgency: medium
Maintainer: Vincent Fourmond fourm...@debian.org
Changed-By: Vincent Fourmond fourm...@debian.org
Description: 
 yaml-mode  - emacs mode for YAML files
Closes: 572562
Changes: 
 yaml-mode (0.0.5-2) unstable; urgency=medium
 .
   * Emacsen installation scripts now make sure the target file do not
 exist before symlinking (closes: #572562)
   * Urgency medium to fix RC bug in testing
Checksums-Sha1: 
 bad1deae4c26d014228ea7be689253d1b88962b0 1165 yaml-mode_0.0.5-2.dsc
 84b9a8a70b75ae14c49eb47a702120c70d1156ed 4450 yaml-mode_0.0.5-2.diff.gz
 e7e86bdbe48fc8908b3c77393c9949194f9de7f7 10242 yaml-mode_0.0.5-2_all.deb
Checksums-Sha256: 
 a1e2eb89cfc8d0d82cc9218e9401d7f75ddb7385042c9ef6663415a39367e9c6 1165 
yaml-mode_0.0.5-2.dsc
 c6405478047710310306b4565083cf2f625651d7404773803dc84c00d73e922e 4450 
yaml-mode_0.0.5-2.diff.gz
 a80526873f6ed82c7ecc25eef2abe3350f673ad72ba17d84ebd11006b8465cda 10242 
yaml-mode_0.0.5-2_all.deb
Files: 
 5a098ac16312459be4823e8d41aa7f8d 1165 editors optional yaml-mode_0.0.5-2.dsc
 2c524feb50c2161ef94b311cda1389b6 4450 editors optional 
yaml-mode_0.0.5-2.diff.gz
 c979fbc15c74ad44df650257e210adab 10242 editors optional 
yaml-mode_0.0.5-2_all.deb

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

iEYEARECAAYFAkuSUsIACgkQx/UhwSKygspevwCeOvaH6oW353sIWFM1QyLPZiJ2
/dMAoLSCUA1MPyZxLzQrH9Lm2bufAIS6
=xBSL
-END PGP SIGNATURE-


Accepted:
yaml-mode_0.0.5-2.diff.gz
  to main/y/yaml-mode/yaml-mode_0.0.5-2.diff.gz
yaml-mode_0.0.5-2.dsc
  to main/y/yaml-mode/yaml-mode_0.0.5-2.dsc
yaml-mode_0.0.5-2_all.deb
  to main/y/yaml-mode/yaml-mode_0.0.5-2_all.deb


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



Accepted coreutils 8.4-2 (source all i386)

2010-03-06 Thread mstone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 05 Mar 2010 19:06:22 -0500
Source: coreutils
Binary: coreutils mktemp
Architecture: source all i386
Version: 8.4-2
Distribution: unstable
Urgency: low
Maintainer: Michael Stone mst...@debian.org
Changed-By: mst...@debian.org
Description: 
 coreutils  - GNU core utilities
 mktemp - coreutils mktemp transitional package
Closes: 569020
Changes: 
 coreutils (8.4-2) unstable; urgency=low
 .
   * Fix kfbsd build test problems (Closes: #569020)
Checksums-Sha1: 
 2295d6570800d59baa96d26e970e9789c18bde03 1264 coreutils_8.4-2.dsc
 8b4974543dcc78e978713b9d2bcf7780c5ac53a0 20514 coreutils_8.4-2.diff.gz
 8e958c319e1c95d996138ae0d308d2773845ce69 14752 mktemp_8.4-2_all.deb
 c701cb9ed92078d24c4acd559b30a7e86d1c9ec7 4305342 coreutils_8.4-2_i386.deb
Checksums-Sha256: 
 8a4d1e195032a3ba8c6d25d5228535d4d0c7c203a1190e8831172c233c78d0b9 1264 
coreutils_8.4-2.dsc
 c85d3c365643f0f855b9c4a37473c205acbbabc5813922a02a494842c3eb94ac 20514 
coreutils_8.4-2.diff.gz
 3033cb56e6f2d6ff418553678b8c80f955f79018bbf3759352ed6450b3afd63c 14752 
mktemp_8.4-2_all.deb
 2f45c4fbb1de6656f09474826de5a2afbf890ba96b10f7fdee0c37d92e9f5493 4305342 
coreutils_8.4-2_i386.deb
Files: 
 3650d63890abbdb2e02af70180c9faba 1264 utils required coreutils_8.4-2.dsc
 6c075ed0bab48c73041485e40454f03a 20514 utils required coreutils_8.4-2.diff.gz
 0f7013223714c6f2aa678478bee00ae3 14752 oldlibs extra mktemp_8.4-2_all.deb
 922bdbe2f987c2c81cf0ba5636b892b3 4305342 utils required 
coreutils_8.4-2_i386.deb

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

iQCVAwUBS5JX/Q0hVr09l8FJAQjtIAP/c+AEm/YIjjDqHtHXo54UDW86AXoWVyZe
L5hrj2RXzhA91P49XVKyc2jz75PpFfcfm8V9ILZNKykOZECBtTqGvjArG0hQ+GYK
jurJj9k0jHaYNMVfe2zi0amFKJUoUY++lyz1sAQF5UOMDbVowLJvIx0zap6tZE+G
MzKHgC+BpBQ=
=ND0u
-END PGP SIGNATURE-


Accepted:
coreutils_8.4-2.diff.gz
  to main/c/coreutils/coreutils_8.4-2.diff.gz
coreutils_8.4-2.dsc
  to main/c/coreutils/coreutils_8.4-2.dsc
coreutils_8.4-2_i386.deb
  to main/c/coreutils/coreutils_8.4-2_i386.deb
mktemp_8.4-2_all.deb
  to main/c/coreutils/mktemp_8.4-2_all.deb


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



Accepted gauche 0.9-4 (source i386 all)

2010-03-06 Thread NIIBE Yutaka
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 14:10:49 +0900
Source: gauche
Binary: gauche gauche-gdbm gauche-dev gauche-doc
Architecture: source i386 all
Version: 0.9-4
Distribution: unstable
Urgency: low
Maintainer: Hatta Shuzo hat...@debian.org
Changed-By: NIIBE Yutaka gni...@fsij.org
Description: 
 gauche - A Scheme implementation designed for script writing
 gauche-dev - Development files for Gauche
 gauche-doc - Reference manual of Gauche
 gauche-gdbm - gdbm binding for Gauche
Changes: 
 gauche (0.9-4) unstable; urgency=low
 .
   * debian/README.Debian: Added a note for ia64.
   * debian/patches/05_libgc_fix.patch: Added local change of disabling
 THREAD_LOCAL_ALLOC for ia64-*-linux*.
   * debian/rules (override_dh_auto_build): New entry.
   (less_optimization_for_vm_compilation): New variable.
Checksums-Sha1: 
 f0e5d9c0a64599a87441dcaeaea433c05a6b13f2 1234 gauche_0.9-4.dsc
 aeb4c7d04ded69bd5cf309256fcef8f75f2cf40a 49942 gauche_0.9-4.debian.tar.gz
 184526fca5196d0d0a6e770c54ea09e95fc91060 2057862 gauche_0.9-4_i386.deb
 c699e52e174def4d223d6f5c79353fae054ce908 182888 gauche-gdbm_0.9-4_i386.deb
 95b23e4e11a6e0c77654cd2e2cbc4d5305b67d6e 274604 gauche-dev_0.9-4_i386.deb
 480556ec35ea3656b589aa1be75e8e1456a2c6dd 1014296 gauche-doc_0.9-4_all.deb
Checksums-Sha256: 
 1c9cdd8b28e042647747dd7e05fee69f1e96b78cb0bb6b6b0a7783ff1e8d079e 1234 
gauche_0.9-4.dsc
 f1ddd4299ac86f641ba9e7b1ef1eabc8a6649f86d9ad725a2f03640fafed14f7 49942 
gauche_0.9-4.debian.tar.gz
 3d824236b767307bd9769749f6289be2f8affc931694eab31ddaab1b05ec0408 2057862 
gauche_0.9-4_i386.deb
 8afa2080c032c01517a64c247a34dd5391ccde29a0fcc50ea7ca9856a33bb580 182888 
gauche-gdbm_0.9-4_i386.deb
 5f34ca99dcdb8728cb7319c8a871705323bbad53ed4dcb112eabf9457828eff9 274604 
gauche-dev_0.9-4_i386.deb
 adbd442e7794256ba68fdfd493131f545a2fadb7615347452e810a9249034273 1014296 
gauche-doc_0.9-4_all.deb
Files: 
 1c3f8ea1e5c8656816592381247a7d81 1234 lisp optional gauche_0.9-4.dsc
 3c6f9150c324fb14f4f9717b2931dbf3 49942 lisp optional gauche_0.9-4.debian.tar.gz
 efa92ab028e8b8a132116358c6ec5120 2057862 lisp optional gauche_0.9-4_i386.deb
 44cf6ee62839213f5326e82083d0cbe6 182888 lisp optional 
gauche-gdbm_0.9-4_i386.deb
 16508fbc5fefe186c91080c4b10925f9 274604 devel optional 
gauche-dev_0.9-4_i386.deb
 b0728c241f75c7bb3263ad74731e3a0b 1014296 doc optional gauche-doc_0.9-4_all.deb

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

iEYEARECAAYFAkuSVeEACgkQBB45r3HV9DoPqgCg3t3nV4bhbuXxSmKOFduIkO8A
F2QAnA78PuY0p0p0iAHQSDyvVnMwlDe4
=FrOr
-END PGP SIGNATURE-


Accepted:
gauche-dev_0.9-4_i386.deb
  to main/g/gauche/gauche-dev_0.9-4_i386.deb
gauche-doc_0.9-4_all.deb
  to main/g/gauche/gauche-doc_0.9-4_all.deb
gauche-gdbm_0.9-4_i386.deb
  to main/g/gauche/gauche-gdbm_0.9-4_i386.deb
gauche_0.9-4.debian.tar.gz
  to main/g/gauche/gauche_0.9-4.debian.tar.gz
gauche_0.9-4.dsc
  to main/g/gauche/gauche_0.9-4.dsc
gauche_0.9-4_i386.deb
  to main/g/gauche/gauche_0.9-4_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nnu7u-00022n...@ries.debian.org



Accepted ttf-ipafont-jisx0208 00103-14 (source all)

2010-03-06 Thread Debian-JP
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 21:16:41 +0900
Source: ttf-ipafont-jisx0208
Binary: ttf-ipafont-jisx0208
Architecture: source all
Version: 00103-14
Distribution: unstable
Urgency: low
Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org
Changed-By: Hideki Yamane (Debian-JP) henr...@debian.or.jp
Description: 
 ttf-ipafont-jisx0208 - Japanese TrueType font, IPAfont (JISX0208)
Changes: 
 ttf-ipafont-jisx0208 (00103-14) unstable; urgency=low
 .
   [ Christian Perrier ]
   * Drop x-ttcidfont-conf, fontconfig et al. from Suggests
 .
   [ Hideki Yamane (Debian-JP) ]
   * debian/control
 - set Standards-Version: 3.8.4
 - change from Recommends: ttf-ipafont to Suggests: otf-ipafont
   * debian/watch
 - update to deal with upstream's change
Checksums-Sha1: 
 709c1c63856853f1c64b002229d562c3c5b64f20 1427 ttf-ipafont-jisx0208_00103-14.dsc
 eecb6d2e81fe6a82050d392b5607178523bf4ba7 9735 
ttf-ipafont-jisx0208_00103-14.debian.tar.gz
 0445f681af24f8854187efeebb66acbff9448a24 9500720 
ttf-ipafont-jisx0208_00103-14_all.deb
Checksums-Sha256: 
 ac4c0772f7c32dc76609958e6ffb1b8367c15c0cf5b08f8b75988e71df8d175c 1427 
ttf-ipafont-jisx0208_00103-14.dsc
 6893916375c1aa802350280e2b340ce46f70613265107268f272b33c0d235e9b 9735 
ttf-ipafont-jisx0208_00103-14.debian.tar.gz
 3e3978cfa1fdb4004e108f1e5b0d21f6a980784939a9f1a8ed9de8330d1c6c08 9500720 
ttf-ipafont-jisx0208_00103-14_all.deb
Files: 
 c1e764cb3da384211db67e1ab3518b9e 1427 non-free/fonts optional 
ttf-ipafont-jisx0208_00103-14.dsc
 b0b798ee4ca39346f2197736e56a7626 9735 non-free/fonts optional 
ttf-ipafont-jisx0208_00103-14.debian.tar.gz
 f03fad4e90eab7efd041880b15169240 9500720 non-free/fonts optional 
ttf-ipafont-jisx0208_00103-14_all.deb

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

iEYEARECAAYFAkuSVVUACgkQIu0hy8THJkuCawCfdfMY/A8zZChTxCutdU6bmwP2
QgYAniizBBWvx4so3sGUv5VUrBPNHGO/
=c0ja
-END PGP SIGNATURE-


Accepted:
ttf-ipafont-jisx0208_00103-14.debian.tar.gz
  to non-free/t/ttf-ipafont-jisx0208/ttf-ipafont-jisx0208_00103-14.debian.tar.gz
ttf-ipafont-jisx0208_00103-14.dsc
  to non-free/t/ttf-ipafont-jisx0208/ttf-ipafont-jisx0208_00103-14.dsc
ttf-ipafont-jisx0208_00103-14_all.deb
  to non-free/t/ttf-ipafont-jisx0208/ttf-ipafont-jisx0208_00103-14_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/e1nnuaf-0002nm...@ries.debian.org



Accepted openturns 0.13.2-1 (source all amd64)

2010-03-06 Thread Christophe Prud'homme
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 01 Mar 2010 13:13:47 +0100
Source: openturns
Binary: libopenturns0 libopenturns-dev libopenturns-dbg python-openturns 
openturns-examples openturns-wrapper openturns-validation
Architecture: source all amd64
Version: 0.13.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Christophe Prud'homme prudh...@debian.org
Description: 
 libopenturns-dbg - debug symbols for OpenTURNS
 libopenturns-dev - headers and development libraries for OpenTURNS
 libopenturns0 - dynamic libraries for OpenTURNS
 openturns-examples - examples of OpenTURNS functionalities
 openturns-validation - validation files for OpenTURNS
 openturns-wrapper - example of a wrapper for OpenTURNS
 python-openturns - Python front-end of OpenTURNS (aka TUI)
Changes: 
 openturns (0.13.2-1) unstable; urgency=low
 .
   * New upstream release
   * debian/libopenturns0.install: move lib to /usr/lib
   * Fixed almost all lintian warnings and errors
   * debian/control: update to Standard-Versions 3.8.4 (no change)
   * debian/patches/fix_ftbfs_on_arm_and_mips: removed, applied upstream
Checksums-Sha1: 
 8523cca330186a772c68c5597fe0f0831aa79fe6 1669 openturns_0.13.2-1.dsc
 d3160e2180fc5cd88d1b53e30ca056b57cd55024 5375056 openturns_0.13.2.orig.tar.gz
 284c8d5d5de834fae6c442564180b97d97003fd6 23420 openturns_0.13.2-1.diff.gz
 56e5aa8a2cb16ccfa1bb9f5fa823f01ac0f3db86 158170 
openturns-validation_0.13.2-1_all.deb
 86e00ed87374c11bd9363f2dc5f79a377546aa6a 2511714 
libopenturns0_0.13.2-1_amd64.deb
 cb5a531046e6620feb22153e6afd3e398e6f1081 8499628 
libopenturns-dev_0.13.2-1_amd64.deb
 21cbf0ce5b5d304a81c7c478ab037610d53bdd7a 58494498 
libopenturns-dbg_0.13.2-1_amd64.deb
 351e7f593fe01f5195ddbd3d824430098ee02679 26836432 
python-openturns_0.13.2-1_amd64.deb
 611868f145790fca653b0cd7a836b049d91f7ecb 7261638 
openturns-examples_0.13.2-1_amd64.deb
 8deafc914c747dcc79737884500033c6a4741cc4 626220 
openturns-wrapper_0.13.2-1_amd64.deb
Checksums-Sha256: 
 0a2ba074bcfba53a66113898a7e9d950055b0565073f545a822fd42cab65b518 1669 
openturns_0.13.2-1.dsc
 7db4bb772566470d2daccf2914713120bcc5f8857f4ef20fcd5b3c375caed8b9 5375056 
openturns_0.13.2.orig.tar.gz
 a4e58d7cbb5c40adb2376fc0fef125ad2ab052dbd9cfba46040f8eb5ac15830a 23420 
openturns_0.13.2-1.diff.gz
 c115e560c11801c63b990e1ec41e58376f1ae8e4d38e8a48d2cf11acba0866da 158170 
openturns-validation_0.13.2-1_all.deb
 4bb35c1b7e293fcd75fb19bc15ab0581f3f59ec79a6f1a631a751e6e2de1fd59 2511714 
libopenturns0_0.13.2-1_amd64.deb
 6f9acaa6ed273fd1f8244821b656a40c3a251591170fc83033c58f0689018bf0 8499628 
libopenturns-dev_0.13.2-1_amd64.deb
 e1d98c90d2afd9a238e9f4cd922a4e99c35d9b102486372653aaba60056b389b 58494498 
libopenturns-dbg_0.13.2-1_amd64.deb
 e4c454710fc714f7e5b2977b12a0da4fa0edc3a83cf1a616b35306720c33594a 26836432 
python-openturns_0.13.2-1_amd64.deb
 12547b522be5f90f6068b7252eb0ba45199cce38fcb66c7856b9866b3a85c7a0 7261638 
openturns-examples_0.13.2-1_amd64.deb
 c8d8d16e80703cc95ca61426ca601ed319a42dc7547c891b54bc55920d4a9d12 626220 
openturns-wrapper_0.13.2-1_amd64.deb
Files: 
 24a1535761b0070f22e3b89c00eb0001 1669 science extra openturns_0.13.2-1.dsc
 194df6437d4bc95e88bc1fd32f2b6f4d 5375056 science extra 
openturns_0.13.2.orig.tar.gz
 25324413cec0bc4ff1cab88ada8a5023 23420 science extra openturns_0.13.2-1.diff.gz
 f7561dae6ae1cd1bb4b313c2a6357b61 158170 science extra 
openturns-validation_0.13.2-1_all.deb
 7aef0a7068132cb46fb204e636199cb9 2511714 libs extra 
libopenturns0_0.13.2-1_amd64.deb
 95c264e7d80ebecf54d256a92dd6f938 8499628 libdevel extra 
libopenturns-dev_0.13.2-1_amd64.deb
 627ac5d3bb29cf729e31762a027025e0 58494498 debug extra 
libopenturns-dbg_0.13.2-1_amd64.deb
 5660641ef56b85b6edb0a1ed51fb77d0 26836432 python extra 
python-openturns_0.13.2-1_amd64.deb
 0e22b0ba7627c102cca46e6c1cc56027 7261638 science extra 
openturns-examples_0.13.2-1_amd64.deb
 7a5b08d3bcdd913e5c43a02e07a69837 626220 science extra 
openturns-wrapper_0.13.2-1_amd64.deb

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

iD8DBQFLklc/oY+0C9S+FFARAhamAKCCf6uv9sRmtjiGfHjyaBYG4KdfxACfYmP+
MBSm1QGFasbEzBx8/tpHHCg=
=KHeW
-END PGP SIGNATURE-


Accepted:
libopenturns-dbg_0.13.2-1_amd64.deb
  to main/o/openturns/libopenturns-dbg_0.13.2-1_amd64.deb
libopenturns-dev_0.13.2-1_amd64.deb
  to main/o/openturns/libopenturns-dev_0.13.2-1_amd64.deb
libopenturns0_0.13.2-1_amd64.deb
  to main/o/openturns/libopenturns0_0.13.2-1_amd64.deb
openturns-examples_0.13.2-1_amd64.deb
  to main/o/openturns/openturns-examples_0.13.2-1_amd64.deb
openturns-validation_0.13.2-1_all.deb
  to main/o/openturns/openturns-validation_0.13.2-1_all.deb
openturns-wrapper_0.13.2-1_amd64.deb
  to main/o/openturns/openturns-wrapper_0.13.2-1_amd64.deb
openturns_0.13.2-1.diff.gz
  to main/o/openturns/openturns_0.13.2-1.diff.gz
openturns_0.13.2-1.dsc
  to main/o/openturns/openturns_0.13.2-1.dsc

Accepted arno-iptables-firewall 1.9.2.j-1 (source all)

2010-03-06 Thread Michael Hanke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 09:54:36 -0500
Source: arno-iptables-firewall
Binary: arno-iptables-firewall
Architecture: source all
Version: 1.9.2.j-1
Distribution: unstable
Urgency: low
Maintainer: Michael Hanke michael.ha...@gmail.com
Changed-By: Michael Hanke michael.ha...@gmail.com
Description: 
 arno-iptables-firewall - single- and multi-homed firewall script with DSL/ADSL 
support
Changes: 
 arno-iptables-firewall (1.9.2.j-1) unstable; urgency=low
 .
   * New upstream release.
   * Bumped Standards-Version to 3.8.4.0; no changes necessary.
Checksums-Sha1: 
 98e6c0f56dded80b2b8c6b877b33149950129eb7 1296 
arno-iptables-firewall_1.9.2.j-1.dsc
 46957d6579a165f5a2d866af7c091be8b65a17f4 105501 
arno-iptables-firewall_1.9.2.j.orig.tar.gz
 6f42b40fbbe49cbf0c3883d1110f31257d972a1a 44060 
arno-iptables-firewall_1.9.2.j-1.diff.gz
 7a7e822338bfba2e0f57080c2d0fbc862c51b929 130624 
arno-iptables-firewall_1.9.2.j-1_all.deb
Checksums-Sha256: 
 d2bb105faa0e57487ffdf697b7a19859e63730ddc72ec0e60247c4271b705e22 1296 
arno-iptables-firewall_1.9.2.j-1.dsc
 d490aa76a0e2d942e7b677e60140cd95fe76dd5c9f6bd1189461a9ac1a545f49 105501 
arno-iptables-firewall_1.9.2.j.orig.tar.gz
 dedf59d2bde0162e03486b03c7cdcf95d6a419157e53a1644ab0d81dcd0a0bff 44060 
arno-iptables-firewall_1.9.2.j-1.diff.gz
 0c41a3f9e9dfd926d21d64e99259b19741751e5345b91c8095991aa6e580f350 130624 
arno-iptables-firewall_1.9.2.j-1_all.deb
Files: 
 1581ad0e0658bfb6f4c293f177d223f1 1296 net optional 
arno-iptables-firewall_1.9.2.j-1.dsc
 cf1c45d8b0adfaf4da2d27b186b19bf2 105501 net optional 
arno-iptables-firewall_1.9.2.j.orig.tar.gz
 a6614176f5648246270a24c5f67feb59 44060 net optional 
arno-iptables-firewall_1.9.2.j-1.diff.gz
 5f8a95cdc7271005ed6f824e1859f3e6 130624 net optional 
arno-iptables-firewall_1.9.2.j-1_all.deb

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

iEYEARECAAYFAkuSb2AACgkQ93+NsjFEvg/PfACglXzYXxdNgN82XDtErkzkfNLx
ReAAnA0zHDpFRwjZs59yQPT30b0RELL3
=H08D
-END PGP SIGNATURE-


Accepted:
arno-iptables-firewall_1.9.2.j-1.diff.gz
  to main/a/arno-iptables-firewall/arno-iptables-firewall_1.9.2.j-1.diff.gz
arno-iptables-firewall_1.9.2.j-1.dsc
  to main/a/arno-iptables-firewall/arno-iptables-firewall_1.9.2.j-1.dsc
arno-iptables-firewall_1.9.2.j-1_all.deb
  to main/a/arno-iptables-firewall/arno-iptables-firewall_1.9.2.j-1_all.deb
arno-iptables-firewall_1.9.2.j.orig.tar.gz
  to main/a/arno-iptables-firewall/arno-iptables-firewall_1.9.2.j.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/e1nnwsv-7r...@ries.debian.org



Accepted debian-reference 2.39 (source all)

2010-03-06 Thread Osamu Aoki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 05:23:25 +0900
Source: debian-reference
Binary: debian-reference-common debian-reference debian-reference-en 
debian-reference-fr debian-reference-it debian-reference-ja debian-reference-es 
debian-reference-de debian-reference-pt-br debian-reference-pl 
debian-reference-zh-tw debian-reference-zh-cn
Architecture: source all
Version: 2.39
Distribution: unstable
Urgency: low
Maintainer: Osamu Aoki os...@debian.org
Changed-By: Osamu Aoki os...@debian.org
Description: 
 debian-reference - metapackage to install (all) translations of Debian 
Reference
 debian-reference-common - Debian system administration guide, common files
 debian-reference-de - Debian system administration guide, German translation
 debian-reference-en - Debian system administration guide, English original
 debian-reference-es - Debian system administration guide, Spanish translation
 debian-reference-fr - Debian system administration guide, French translation
 debian-reference-it - Debian system administration guide, Italian translation
 debian-reference-ja - Debian system administration guide, Japanese translation
 debian-reference-pl - Debian system administration guide, Polish translation
 debian-reference-pt-br - Debian system administration guide, Portuguese 
translation
 debian-reference-zh-cn - Debian system administration guide, Chinese(CN) 
translation
 debian-reference-zh-tw - Debian system administration guide, Chinese(TW) 
translation
Closes: 566721
Changes: 
 debian-reference (2.39) unstable; urgency=low
 .
   * Added TCPMSS comment.
   * Added xz-uils reference.
   * Fixed group(5) reference per Davide Prina. Closes: 566721
   * Added list of boot utilities for the Debian system and concurrency
 reference.
   * Build system touch ups.
Checksums-Sha1: 
 6e6a2534fcb4c4c6898c7d4bdbf51053aaa4292b 1336 debian-reference_2.39.dsc
 283a4b464cc818e777adf60b0573ed779e5e2a39 3410312 debian-reference_2.39.tar.gz
 9d037725d1764ac14382606a2ea7fc53f84eeb8b 29768 
debian-reference-common_2.39_all.deb
 926a444b3ed64acb0f52b4696387f665c3cf65be 15452 debian-reference_2.39_all.deb
 4326862b50ee91ca5d07a5c549ae7076a50dff51 865512 
debian-reference-en_2.39_all.deb
 14d68a877be8c522934a1942f3c470e67e20c552 1009272 
debian-reference-fr_2.39_all.deb
 efd8bc8a89ae1120eb459302e5aac7831ea41253 819452 
debian-reference-it_2.39_all.deb
 bd889e116bb8ff431379745350d3cca0957870aa 994290 
debian-reference-ja_2.39_all.deb
 cab9acf312000e8151dae181f979367f01fa55e7 791876 
debian-reference-es_2.39_all.deb
 60203481b7fee8c32ae81ed921b7b2bba1ac323d 745864 
debian-reference-de_2.39_all.deb
 21a7df284aa88a6951c0cdb0c514667de41d41af 808984 
debian-reference-pt-br_2.39_all.deb
 aad30c955d8c8a0836f65c4d57facbe2c44499d7 855970 
debian-reference-pl_2.39_all.deb
 7c13a9ef95c4e50ee850a684d3bff3e99892c6c5 819454 
debian-reference-zh-tw_2.39_all.deb
 50a034f559fe6b065726a6ae99c19e53f883ee50 814080 
debian-reference-zh-cn_2.39_all.deb
Checksums-Sha256: 
 cdcda12509c467fd57ada99bbc52d516ccffdfc75817ce48eb11ff628c734960 1336 
debian-reference_2.39.dsc
 2704e391e25c3f3c302e72035854c7d395de193f31361506276fdad07d9e6c46 3410312 
debian-reference_2.39.tar.gz
 634b1ff395a1b687a7dcdbc92f2dd2fece934cf2514bfb633ee8a09fe16232b9 29768 
debian-reference-common_2.39_all.deb
 b54cc3c7374d26ffd5ef5fbc77e319068c63fac56dc32e11c1d6ba57941344b2 15452 
debian-reference_2.39_all.deb
 a2301aae8670abd76d6b9080df8cbbb5909c4b2ee31becf40f974090e15ef5ae 865512 
debian-reference-en_2.39_all.deb
 072854a5c6533034bfc7fddb518e1e6232a18ca9eeab609f73dc013cd60a91f3 1009272 
debian-reference-fr_2.39_all.deb
 fe82b06be1ca620275aa61e7029fa4a71b1525bf687478c9cc077d088b9fa686 819452 
debian-reference-it_2.39_all.deb
 9b75701d17a4bfacd26d50fb8c76a6f89741be22aacb60d9c7d92ea7b206c3cc 994290 
debian-reference-ja_2.39_all.deb
 868cc99c82a02925b702d91e72108514cf2e2c919d77554aff596773ce73a9d5 791876 
debian-reference-es_2.39_all.deb
 4ed1beca756aec2054de6bba9ecd20e2be9ba07e14455aa58fbee95fe37d3dd3 745864 
debian-reference-de_2.39_all.deb
 f0bb5fa391113ae5ac6dcf70bccd6872629e5b1f35fe45bdc33b48a4cbb79052 808984 
debian-reference-pt-br_2.39_all.deb
 1c0a43efd87b54cc3b2b773a2c3e7a56d8ed8ec58c215e33303f06e8b9568332 855970 
debian-reference-pl_2.39_all.deb
 767c04ee0993c7f3ca3aaf752fba238491f44d5f4646e751429ab99c35770bf8 819454 
debian-reference-zh-tw_2.39_all.deb
 a6d80b0dc0eb7c0ead6c169c99e3658e1b600f6e9042d6d21cb14a3a0684a1ca 814080 
debian-reference-zh-cn_2.39_all.deb
Files: 
 eaae829e58bff2a8bc714fcdfdc825b8 1336 doc optional debian-reference_2.39.dsc
 7dd986530e87e90cd2687b4f7b5abad5 3410312 doc optional 
debian-reference_2.39.tar.gz
 203f3c36483f1543397cc92e3a502b10 29768 doc optional 
debian-reference-common_2.39_all.deb
 385d6156087815ec701a0a51c1cb 15452 doc optional 
debian-reference_2.39_all.deb
 fada758211511c66f565f031e349d63a 865512 doc optional 
debian-reference-en_2.39_all.deb
 f833508ac584619242a0e9edcb85b2ac 1009272 doc 

Accepted garmindev 0.3.3-1 (source i386)

2010-03-06 Thread Michael Hanke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 10:09:21 -0500
Source: garmindev
Binary: qlandkartegt-garmin
Architecture: source i386
Version: 0.3.3-1
Distribution: unstable
Urgency: low
Maintainer: Michael Hanke michael.ha...@gmail.com
Changed-By: Michael Hanke michael.ha...@gmail.com
Description: 
 qlandkartegt-garmin - QLandkarteGT plugins to access Garmin devices
Changes: 
 garmindev (0.3.3-1) unstable; urgency=low
 .
   * New upstream release. Added support for GPSMap60C.
Checksums-Sha1: 
 b48a5e50dbfbd72ad580d422a0c97dd29ce206a2 1237 garmindev_0.3.3-1.dsc
 50a06296352ffe3ff7d0c17011d44bfdb3b0a09f 76209 garmindev_0.3.3.orig.tar.gz
 1460058c132772492cd101d80f3346baeadb2eb6 1474 garmindev_0.3.3-1.diff.gz
 e39d6aaf14b6aa1b3897800eda1e7d445fac919b 182214 
qlandkartegt-garmin_0.3.3-1_i386.deb
Checksums-Sha256: 
 27e2ae7ee4ee25f6b23c211f9f4dfa6206430911f3b38278c00f2f8679bb5e3f 1237 
garmindev_0.3.3-1.dsc
 6c22fc1f514965eb7fe209b41cb376994fff80dbb1081fb323840ff10d516676 76209 
garmindev_0.3.3.orig.tar.gz
 6e827ce7ee06614fdbb5def9a044cbfc9d9ed961194ef49cc54186f6656584ad 1474 
garmindev_0.3.3-1.diff.gz
 e23425d6f1543afcd00ed0cf71ba7732c79f3fcb2419b9b26f5d8abce0e1 182214 
qlandkartegt-garmin_0.3.3-1_i386.deb
Files: 
 e1921addf3bdfdbc32ade9cbe7d6174a 1237 utils optional garmindev_0.3.3-1.dsc
 7c4130a78452995bc57295bf74f55a54 76209 utils optional 
garmindev_0.3.3.orig.tar.gz
 cf5d419457ee3406669f93a62b532da4 1474 utils optional garmindev_0.3.3-1.diff.gz
 69a3046ff7e023ad846164bf03cace1b 182214 utils optional 
qlandkartegt-garmin_0.3.3-1_i386.deb

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

iEYEARECAAYFAkuSdZ8ACgkQ93+NsjFEvg+OggCgjJz9lAMqFjnwqVzv3GbU0cdL
JfIAoITuuKQkvvn03vBc2VBLwlSExly6
=UtsK
-END PGP SIGNATURE-


Accepted:
garmindev_0.3.3-1.diff.gz
  to main/g/garmindev/garmindev_0.3.3-1.diff.gz
garmindev_0.3.3-1.dsc
  to main/g/garmindev/garmindev_0.3.3-1.dsc
garmindev_0.3.3.orig.tar.gz
  to main/g/garmindev/garmindev_0.3.3.orig.tar.gz
qlandkartegt-garmin_0.3.3-1_i386.deb
  to main/g/garmindev/qlandkartegt-garmin_0.3.3-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/e1nnww5-ma...@ries.debian.org



Accepted kompozer 1:0.8~b3-1 (source all i386)

2010-03-06 Thread Giuseppe Iuculano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 14:00:43 +0100
Source: kompozer
Binary: kompozer kompozer-dev kompozer-data
Architecture: source all i386
Version: 1:0.8~b3-1
Distribution: unstable
Urgency: low
Maintainer: Giuseppe Iuculano iucul...@debian.org
Changed-By: Giuseppe Iuculano iucul...@debian.org
Description: 
 kompozer   - complete Web Authoring System
 kompozer-data - kompozer data files
 kompozer-dev - KompoZer development files
Changes: 
 kompozer (1:0.8~b3-1) unstable; urgency=low
 .
   * [d96ad32] Imported Upstream version 0.8~b3
   * [b4de246] Bump standard-version, addedd ${misc:Depends} in Depends
   * [4424b3a] Updated watch file
   * [785a393] Support parallel builds
   * [cda0453] Refreshed patches
Checksums-Sha1: 
 23158ece5f036bd80823cd23d1794009e13e6cad 1308 kompozer_0.8~b3-1.dsc
 60f525c890f80550cf815ca5dc29513a3a32be34 47372663 kompozer_0.8~b3.orig.tar.gz
 ae9c9540ae6f09e1d501e35d27830617735b7b6a 65816 kompozer_0.8~b3-1.diff.gz
 a4b7f1ad816776ed6d399448b4fdb8c9caf8e4ef 3070444 kompozer-dev_0.8~b3-1_all.deb
 1d19cbd4f16e6e374d77ff603fca5bc88424ef86 2163558 kompozer-data_0.8~b3-1_all.deb
 bdbe3a4c34a630582aae84e77b62ed689c6dc57b 6688756 kompozer_0.8~b3-1_i386.deb
Checksums-Sha256: 
 ab3158fa8797b76074f264121e56ac678cad03655d2cedf13cc894b0b2297dbb 1308 
kompozer_0.8~b3-1.dsc
 29e60b86ddd2c8f2899ece7987bbc420c592d7b69ec24504e637a73877941a55 47372663 
kompozer_0.8~b3.orig.tar.gz
 c112f9fee27f4fd098f6f20fd09dd770216a34d97e694986920155ea89c7a248 65816 
kompozer_0.8~b3-1.diff.gz
 1526cb1f57078b6c700bb5ed180027362608e68fba7d43841e5c317cea49a26b 3070444 
kompozer-dev_0.8~b3-1_all.deb
 d192a0b0f4a9bb1e5efb8d0d3351f1e0a38088e63169d3d42fe69085fc5ed6a5 2163558 
kompozer-data_0.8~b3-1_all.deb
 90402915fb3bdbd329bad49cbe95ff1493633012b96d9cd12e4ed432e7ef496d 6688756 
kompozer_0.8~b3-1_i386.deb
Files: 
 6c61d4755c039df5b2c967a73cd2f365 1308 web optional kompozer_0.8~b3-1.dsc
 44f5541057a3dbf366ed5a05e6cfc13a 47372663 web optional 
kompozer_0.8~b3.orig.tar.gz
 fe58f7f77b567408d7880d634e250c83 65816 web optional kompozer_0.8~b3-1.diff.gz
 bf79b68e2fadfd064f244eaa75c37d83 3070444 devel optional 
kompozer-dev_0.8~b3-1_all.deb
 00df9d5e64a3f71e7cb989fc64549450 2163558 web optional 
kompozer-data_0.8~b3-1_all.deb
 1976c5d012f5b2ef9ba0185d6e679898 6688756 web optional 
kompozer_0.8~b3-1_i386.deb

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

iEYEARECAAYFAkuSazYACgkQNxpp46476apUMgCgmQVAH5FS3XDylHoI8yd2TpPP
tC8AoIGP5Eejmi+6+qGW0IhvZl7xryx2
=IjWa
-END PGP SIGNATURE-


Accepted:
kompozer-data_0.8~b3-1_all.deb
  to main/k/kompozer/kompozer-data_0.8~b3-1_all.deb
kompozer-dev_0.8~b3-1_all.deb
  to main/k/kompozer/kompozer-dev_0.8~b3-1_all.deb
kompozer_0.8~b3-1.diff.gz
  to main/k/kompozer/kompozer_0.8~b3-1.diff.gz
kompozer_0.8~b3-1.dsc
  to main/k/kompozer/kompozer_0.8~b3-1.dsc
kompozer_0.8~b3-1_i386.deb
  to main/k/kompozer/kompozer_0.8~b3-1_i386.deb
kompozer_0.8~b3.orig.tar.gz
  to main/k/kompozer/kompozer_0.8~b3.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/e1nnwb1-0001by...@ries.debian.org



Accepted liblingua-stem-snowball-perl 0.952-2 (source i386)

2010-03-06 Thread Dominic Hargreaves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 15:25:31 +
Source: liblingua-stem-snowball-perl
Binary: liblingua-stem-snowball-perl
Architecture: source i386
Version: 0.952-2
Distribution: unstable
Urgency: low
Maintainer: Dominic Hargreaves d...@earth.li
Changed-By: Dominic Hargreaves d...@earth.li
Description: 
 liblingua-stem-snowball-perl - Perl interface to Snowball stemmers
Closes: 572129
Changes: 
 liblingua-stem-snowball-perl (0.952-2) unstable; urgency=low
 .
   * Include the snowball to C compiler and the algorithms in the
 source distribution (Closes: #572129)
   * Update Standards-Version (no changes)
Checksums-Sha1: 
 eb05053a609bf8f20d172deac94b951db18b2d9c 1280 
liblingua-stem-snowball-perl_0.952-2.dsc
 87ec939d374ecdbe2724a2f7bd9b60edacbad815 69032 
liblingua-stem-snowball-perl_0.952-2.diff.gz
 b6ae23353e9fbb3c207fe99c068f62cef1c03b29 93800 
liblingua-stem-snowball-perl_0.952-2_i386.deb
Checksums-Sha256: 
 b14772215bbb747088386cbe45b8bfae461799dbbd044fc4daae83178ffea4c3 1280 
liblingua-stem-snowball-perl_0.952-2.dsc
 9e7f0db1c723e65c0cf9803b5461d354a8300aa7df7e54843418b5c309d549f0 69032 
liblingua-stem-snowball-perl_0.952-2.diff.gz
 29eddfaf35c0acff9823c2309291b3b4871a8a1332b203f7a2d136c4205e8bd2 93800 
liblingua-stem-snowball-perl_0.952-2_i386.deb
Files: 
 91044b6965b23f5094da1986a548b52f 1280 perl optional 
liblingua-stem-snowball-perl_0.952-2.dsc
 4d3d310cb7df7758ddb7cd6d931873d0 69032 perl optional 
liblingua-stem-snowball-perl_0.952-2.diff.gz
 606e6e17f2c97558abc4fbfcb3dc231b 93800 perl optional 
liblingua-stem-snowball-perl_0.952-2_i386.deb

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

iD8DBQFLknTXYzuFKFF44qURAktuAJ99lWn2YA9bBsjtmPGt7c1paPYt4ACePR4U
27DUyQZHzsY0kw1TMN3gHGE=
=iQS9
-END PGP SIGNATURE-


Accepted:
liblingua-stem-snowball-perl_0.952-2.diff.gz
  to 
main/libl/liblingua-stem-snowball-perl/liblingua-stem-snowball-perl_0.952-2.diff.gz
liblingua-stem-snowball-perl_0.952-2.dsc
  to 
main/libl/liblingua-stem-snowball-perl/liblingua-stem-snowball-perl_0.952-2.dsc
liblingua-stem-snowball-perl_0.952-2_i386.deb
  to 
main/libl/liblingua-stem-snowball-perl/liblingua-stem-snowball-perl_0.952-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/e1nnwcp-0001he...@ries.debian.org



Accepted liblocale-maketext-lexicon-perl 0.79-1 (source all)

2010-03-06 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 06 Mar 2010 16:42:28 +0100
Source: liblocale-maketext-lexicon-perl
Binary: liblocale-maketext-lexicon-perl
Architecture: source all
Version: 0.79-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 liblocale-maketext-lexicon-perl - lexicon-handling backends for 
Locale::Maketext
Changes: 
 liblocale-maketext-lexicon-perl (0.79-1) unstable; urgency=low
 .
   [ Jonathan Yu ]
   * New upstream release 0.78
   * Update copyright to new DEP5 format
   * Standards-Version 3.8.4 (drop perl version dep)
   * Add myself to Uploaders and Copyright
   * Rewrite control description
 .
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 .
   [ gregor herrmann ]
   * New upstream release 0.79.
   * Make some build dependencies versioned.
   * Minimize debian/rules.
   * Add patch to fix spelling mistakes.
   * Convert to source format 3.0 (quilt).
Checksums-Sha1: 
 510c334e173e6be040f7d1fbaad50b0069894497 2381 
liblocale-maketext-lexicon-perl_0.79-1.dsc
 dc374e5b3ac8c689116dbc259b930505fa3856a6 116244 
liblocale-maketext-lexicon-perl_0.79.orig.tar.gz
 902391ee90f129ed053fd2dfd803f53e8b156f37 5868 
liblocale-maketext-lexicon-perl_0.79-1.debian.tar.gz
 19c8e8a13f07aeb02f86d0bf5538bd6165b94d86 105290 
liblocale-maketext-lexicon-perl_0.79-1_all.deb
Checksums-Sha256: 
 af9fa5b8c614f35ea0bbf830b2d17204949610b8a98ec4de92aa5b2c66848935 2381 
liblocale-maketext-lexicon-perl_0.79-1.dsc
 bd6e9964085298908171bff19f57eeb9592cab6c74303865b4eaa92174ed9c29 116244 
liblocale-maketext-lexicon-perl_0.79.orig.tar.gz
 16300090b3a26b9a6d4a62fe8df536b818893faa4497b7034c100bbfa51eba75 5868 
liblocale-maketext-lexicon-perl_0.79-1.debian.tar.gz
 a05d1a2b39f04c7ca3d217b6db828ffebdc0a72b4c085edf8495fe5b63bbe436 105290 
liblocale-maketext-lexicon-perl_0.79-1_all.deb
Files: 
 70fe164eff600f6160864e2343c42d77 2381 perl optional 
liblocale-maketext-lexicon-perl_0.79-1.dsc
 2441758ba031a619981a626a46d5f3c6 116244 perl optional 
liblocale-maketext-lexicon-perl_0.79.orig.tar.gz
 8e1faeb2aab02cecfe3a5891e6845518 5868 perl optional 
liblocale-maketext-lexicon-perl_0.79-1.debian.tar.gz
 66e04300f9b2450b56900d0f48006145 105290 perl optional 
liblocale-maketext-lexicon-perl_0.79-1_all.deb

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

iQIcBAEBCAAGBQJLknglAAoJELs6aAGGSaoGMgQP/3OhX3DH+JJKqfig1G3RPwxq
7bO//e4Oi1XLKZqC/wgTqeoCm0pwGup+P/2bTQerjgMmr4J94aLHtZhq5t9HoX40
QXQTq5gmBKYOfoBy8c10JqF0/z/GX67tncPS6oOm2Wmg3EANskYhwMYIoSlmiUax
gtXNLnGSednyJWkVSPo79tgrDDj60eLRI+8vyN4ODbFgjbu7s+srkOjmqgnB5Y++
/4PzL6sixv0GMivV9gnnXkwKpGzLz6p/RUqEoQqnMg47u24pOW8k5SMzeJcnoTzs
ZRLMqozxfgv9JzLodxBorYszytzsbgSA686vPm1WNg5DtiSW8DC5RwN9nPrMikKQ
Ywp0yxSvlVl7Ahh5VH4QoWIBb+q9gLvtghWUQg3r2Eby5GeiqPDv5qI6XcjVtTGW
7HNxAdzpe84SAuX0Iw25+DrOsfIBu7b+kdzcy5c25s5xmdMbPJR4eqsSrtbHOOwF
GgWUjA3rrDemJqg8EVEY4vHIvGTp7dPWe9qg206P0kBqmLmme+/lEoPHT+Fd71CR
soT/LScuzUVH8nFiSPVJLwNo6hv+KOMlSvkyaIaXjKvYotXkTVyinUKjhowLwISN
5wYj0Pe4+aeqlT/VvL1WLJU6U8Gt8xxBtwNJupMTrTGqx83SKINC6s39Jr/FHkDG
7NK5RgOhUeEmKg9HOWPt
=zzbr
-END PGP SIGNATURE-


Accepted:
liblocale-maketext-lexicon-perl_0.79-1.debian.tar.gz
  to 
main/libl/liblocale-maketext-lexicon-perl/liblocale-maketext-lexicon-perl_0.79-1.debian.tar.gz
liblocale-maketext-lexicon-perl_0.79-1.dsc
  to 
main/libl/liblocale-maketext-lexicon-perl/liblocale-maketext-lexicon-perl_0.79-1.dsc
liblocale-maketext-lexicon-perl_0.79-1_all.deb
  to 
main/libl/liblocale-maketext-lexicon-perl/liblocale-maketext-lexicon-perl_0.79-1_all.deb
liblocale-maketext-lexicon-perl_0.79.orig.tar.gz
  to 
main/libl/liblocale-maketext-lexicon-perl/liblocale-maketext-lexicon-perl_0.79.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/e1nnwd3-0001jo...@ries.debian.org



Accepted ocaml-batteries 1.1.0-1 (source all amd64)

2010-03-06 Thread Stefano Zacchiroli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 16:03:38 +0100
Source: ocaml-batteries
Binary: libbatteries-ocaml-dev libbatteries-ocaml-doc ocaml-batteries-included
Architecture: source amd64 all
Version: 1.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Stefano Zacchiroli z...@debian.org
Description: 
 libbatteries-ocaml-dev - Batteries included: OCaml development platform - 
development file
 libbatteries-ocaml-doc - Batteries included - OCaml development platform - 
documentation
 ocaml-batteries-included - Batteries included: OCaml development platform - 
metapackage
Closes: 514265 569455
Changes: 
 ocaml-batteries (1.1.0-1) unstable; urgency=low
 .
   * New upstream release
 - major changes, diet version of the library
 - fix old FTBFS error, due to major code changes (Closes: #569455)
   * Revamp packaging
 - adapt to new stuff shipped by upstream
 - switch from CDBS to dh
 - adapt dependencies (generally: reduce them)
   * debian/patches/
 - remove old debian/patches/{debian-specific-installation-paths,
   debian-specific-info-on-doc-availability} as obsolete
 - new patch 0001-install-fix-for-bytecode-only-build: avoid
   installing *.a files with bytecode only compilation
   * debian/libbatteries-ocaml-dev.links: remove file, shortend
 /usr/bin/ocaml-batteries to the top-level no longer exists
   * remove debian/README.Debian (previous content is now obsolete)
   * bump Standards-Version to 3.8.4 (no changes needed)
   * debian/watch: update to match new upstream version convention
   * debian/libbatteries-ocaml-{dev,doc}.{docs,examples}: ship only doc
 file from the root dir, other stuff is currently out of date
 (Closes: #514265)
Checksums-Sha1: 
 48b14cced457c0413da3bdf7a3f3357a5b836626 1500 ocaml-batteries_1.1.0-1.dsc
 01efb5ca0e1639cc95a0967ee48de15ebfb84592 577074 
ocaml-batteries_1.1.0.orig.tar.gz
 6ddb34f76ca0416d565a473f226e97d76bbb750f 7351 ocaml-batteries_1.1.0-1.diff.gz
 7049d23161cfa6b4d11de7c723ba3f9b89db1a65 5003836 
libbatteries-ocaml-dev_1.1.0-1_amd64.deb
 01066cd1f5f0de61499f163860b2784bb98cf925 573616 
libbatteries-ocaml-doc_1.1.0-1_all.deb
 7f4e13df504b311be2bc8cac853da070f5edb767 6934 
ocaml-batteries-included_1.1.0-1_all.deb
Checksums-Sha256: 
 afa1dd8f0e933ab04b61c9dc10251af4f1099d7d65778bffba783bff43a0fd82 1500 
ocaml-batteries_1.1.0-1.dsc
 cb298e3b5400750fa332c3e7b58efa870a3164e2d9a141026955331b8ca7a14f 577074 
ocaml-batteries_1.1.0.orig.tar.gz
 a5107e2226d710835f50069f05345df24acca234bf117de4c0e5c6fd9349e5da 7351 
ocaml-batteries_1.1.0-1.diff.gz
 743290c69e46d79a3a9edcdbcf558d2a5c587ba1ef2cb9484f7fc81b54875996 5003836 
libbatteries-ocaml-dev_1.1.0-1_amd64.deb
 889b59bd7bb3b799a33b3c117f5d1c9f399e28db63ec4b8a0008a83571745549 573616 
libbatteries-ocaml-doc_1.1.0-1_all.deb
 40da37dea089b547a32fdd119ca219b1c91f9531d29ee80efb64c2efd7b38539 6934 
ocaml-batteries-included_1.1.0-1_all.deb
Files: 
 06eac811b89f9f1b368c3c3c29c9a5fd 1500 ocaml optional 
ocaml-batteries_1.1.0-1.dsc
 9daa7dad88d4f9a62c91ce89423de540 577074 ocaml optional 
ocaml-batteries_1.1.0.orig.tar.gz
 5e6da6e41ecf6adc233628b7de2870e4 7351 ocaml optional 
ocaml-batteries_1.1.0-1.diff.gz
 5bb223240cbfb64611252d4a22de5709 5003836 ocaml optional 
libbatteries-ocaml-dev_1.1.0-1_amd64.deb
 87e0323aa23b598805abd613a9e2 573616 doc optional 
libbatteries-ocaml-doc_1.1.0-1_all.deb
 2fa458acafc2d115feb07bdb29dc2649 6934 ocaml optional 
ocaml-batteries-included_1.1.0-1_all.deb

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

iD8DBQFLknN41cqbBPLEI7wRAl1oAJ4tMtxMkEdhcPCPASEhF6eqfyv+LQCgqGwc
BKQe/CG+PXPe6Kx458hf5GA=
=PYN5
-END PGP SIGNATURE-


Accepted:
libbatteries-ocaml-dev_1.1.0-1_amd64.deb
  to main/o/ocaml-batteries/libbatteries-ocaml-dev_1.1.0-1_amd64.deb
libbatteries-ocaml-doc_1.1.0-1_all.deb
  to main/o/ocaml-batteries/libbatteries-ocaml-doc_1.1.0-1_all.deb
ocaml-batteries-included_1.1.0-1_all.deb
  to main/o/ocaml-batteries/ocaml-batteries-included_1.1.0-1_all.deb
ocaml-batteries_1.1.0-1.diff.gz
  to main/o/ocaml-batteries/ocaml-batteries_1.1.0-1.diff.gz
ocaml-batteries_1.1.0-1.dsc
  to main/o/ocaml-batteries/ocaml-batteries_1.1.0-1.dsc
ocaml-batteries_1.1.0.orig.tar.gz
  to main/o/ocaml-batteries/ocaml-batteries_1.1.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/e1nnwft-0001yz...@ries.debian.org



Accepted otf-ipafont 00302-3 (source all)

2010-03-06 Thread Debian-JP
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 07 Mar 2010 00:35:28 +0900
Source: otf-ipafont
Binary: otf-ipafont otf-ipafont-gothic otf-ipafont-mincho
Architecture: source all
Version: 00302-3
Distribution: unstable
Urgency: low
Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org
Changed-By: Hideki Yamane (Debian-JP) henr...@debian.or.jp
Description: 
 otf-ipafont - Japanese OpenType font set, IPAfont
 otf-ipafont-gothic - Japanese OpenType font set, IPA Gothic font
 otf-ipafont-mincho - Japanese OpenType font set, IPA Mincho font
Changes: 
 otf-ipafont (00302-3) unstable; urgency=low
 .
   * debian/control
 - set Conflicts: ttf-ipafont (= 00203-13)
Checksums-Sha1: 
 8dd8a65fcfe66feeb214b10f0bb59e33fe56c941 1369 otf-ipafont_00302-3.dsc
 3b1b2378e38a206ffb01a2bfd870d1e8ff08818f 11800 
otf-ipafont_00302-3.debian.tar.gz
 f51852a19d62e9618c9fac9603a361e3336b42cc 10596 otf-ipafont_00302-3_all.deb
 1ee3fa2165a890eeb53afc8cacdedd6929453c0d 8558976 
otf-ipafont-gothic_00302-3_all.deb
 dc28aa9964cf6d895aa00c3cc1cb5cdf91fc108d 11492192 
otf-ipafont-mincho_00302-3_all.deb
Checksums-Sha256: 
 8527b724c5ad7eaf96652ec414df7af30a39960c594326180c6c5ccec871e746 1369 
otf-ipafont_00302-3.dsc
 ee26fbc80fd6ea84c282a764f544d6fd4e740251f2ec72de424462051ec10339 11800 
otf-ipafont_00302-3.debian.tar.gz
 27f0437f7135fbb1006e7c36458b3b56d6b024b60bd6584114908bb2dd9d894a 10596 
otf-ipafont_00302-3_all.deb
 eed764e5640829abcc47dffab08a91e3f3257e89cc26ff8c7c09c16dbe656b83 8558976 
otf-ipafont-gothic_00302-3_all.deb
 bec60f0d48e560c53fe1bdfad3fa696c48da437984c6abc97f23925104e46366 11492192 
otf-ipafont-mincho_00302-3_all.deb
Files: 
 fa07ed20ac86b007fdad9978a9554027 1369 fonts optional otf-ipafont_00302-3.dsc
 2f516bf1e616f9662362196543d22cd1 11800 fonts optional 
otf-ipafont_00302-3.debian.tar.gz
 ba6ce9aa8ba7a9017d00329dce75ddbf 10596 fonts optional 
otf-ipafont_00302-3_all.deb
 b0d7430d7f8cedcbd228e9c36b47dba6 8558976 fonts optional 
otf-ipafont-gothic_00302-3_all.deb
 747f5f05d3573d26a6ca2063a6d8b1ce 11492192 fonts optional 
otf-ipafont-mincho_00302-3_all.deb

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

iEYEARECAAYFAkuSdv0ACgkQIu0hy8THJkvCJQCbBwsl95zi5EOALGY/l2ORMBgd
/icAn11XrrvaOoWs2j2SVcwtLWk4qjZQ
=SrEJ
-END PGP SIGNATURE-


Accepted:
otf-ipafont-gothic_00302-3_all.deb
  to main/o/otf-ipafont/otf-ipafont-gothic_00302-3_all.deb
otf-ipafont-mincho_00302-3_all.deb
  to main/o/otf-ipafont/otf-ipafont-mincho_00302-3_all.deb
otf-ipafont_00302-3.debian.tar.gz
  to main/o/otf-ipafont/otf-ipafont_00302-3.debian.tar.gz
otf-ipafont_00302-3.dsc
  to main/o/otf-ipafont/otf-ipafont_00302-3.dsc
otf-ipafont_00302-3_all.deb
  to main/o/otf-ipafont/otf-ipafont_00302-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/e1nnwha-0002aq...@ries.debian.org



Accepted partman-reiserfs 46 (source all)

2010-03-06 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 15:35:12 +0100
Source: partman-reiserfs
Binary: partman-reiserfs
Architecture: source all
Version: 46
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Frans Pop f...@debian.org
Description: 
 partman-reiserfs - Add to partman support for reiserfs (udeb)
Changes: 
 partman-reiserfs (46) unstable; urgency=low
 .
   [ Colin Watson ]
   * Upgrade to debhelper v7.
 .
   [ Frans Pop ]
   * Remove no longer needed Lintian override for missing Standards-Version
 field.
   * Make reiserfs support optional: partman-reiserfs will no longer be
 included by default but must be manually selected in anna (enabled
 by adding menu item 9).
 .
   [ Joey Hess ]
   * Remove unused partman-reiserfs/check_failed template.
   * Remove unused partman-reiserfs/progress_checking template.
   * Convert code to use template from partman-basicfilesystems, and remove
 partman-reiserfs/create_failed template.
   * Convert code to use template from partman-basicfilesystems, and remove
 partman-reiserfs/no_mount_point template.
   * Convert code to use template from partman-basicfilesystems, and remove
 identical partman-reiserfs/text/specify_mountpoint template.
 .
   [ Updated translations ]
   * Amharic (am.po) by Tegegne Tefera
   * Arabic (ar.po) by Ossama M. Khayat
   * Asturian (ast.po) by marquinos
   * Belarusian (be.po) by Pavel Piatruk
   * Bulgarian (bg.po) by Damyan Ivanov
   * Bengali (bn.po) by Israt Jahan
   * Czech (cs.po) by Miroslav Kure
   * Danish (da.po) by Ask Hjorth Larsen
   * German (de.po) by Holger Wansing
   * Greek, Modern (1453-) (el.po)
   * Esperanto (eo.po) by Felipe Castro
   * Spanish (es.po) by Javier Fernández-Sanguino Peña
   * Estonian (et.po) by Mattias Põldaru
   * Basque (eu.po) by Piarres Beobide
   * Finnish (fi.po) by Esko Arajärvi
   * French (fr.po) by Christian Perrier
   * Galician (gl.po) by Marce Villarino
   * Hebrew (he.po) by Omer Zak
   * Hindi (hi.po)
   * Hungarian (hu.po) by SZERVÁC Attila
   * Italian (it.po) by Milo Casagrande
   * Japanese (ja.po) by Kenshi Muto
   * Korean (ko.po) by Changwoo Ryu
   * Lithuanian (lt.po) by Kęstutis Biliūnas
   * Marathi (mr.po) by Sampada
   * Bokmål, Norwegian (nb.po) by Hans Fredrik Nordhaug
   * Dutch (nl.po) by Frans Pop
   * Panjabi (pa.po) by A S Alam
   * Polish (pl.po) by Bartosz Fenski
   * Portuguese (pt.po) by Miguel Figueiredo
   * Romanian (ro.po) by Eddy Petrișor
   * Russian (ru.po) by Yuri Kozlov
   * Slovak (sk.po) by Ivan Masár
   * Slovenian (sl.po) by Vanja Cvelbar
   * Albanian (sq.po) by Elian Myftiu
   * Swedish (sv.po) by Daniel Nylander
   * Thai (th.po) by Theppitak Karoonboonyanan
   * Turkish (tr.po) by Mert Dirik
   * Vietnamese (vi.po) by Clytie Siddall
   * Wolof (wo.po) by Mouhamadou Mamoune Mbacke
   * Simplified Chinese (zh_CN.po) by 苏运强
Checksums-Sha1: 
 736d84feefb052005bdd38b58648d332ae8cc729 910 partman-reiserfs_46.dsc
 f5eaa9904e42e2b650ff3929352bf38a5cbff8f6 26243 partman-reiserfs_46.tar.gz
 12e54e354319f5656d33a64a42a4a8b70524bcfc 5866 partman-reiserfs_46_all.udeb
Checksums-Sha256: 
 cc7d0a4341a42e1605d0779bf25b0717091a6dd5a843a7ac61dc8910400685eb 910 
partman-reiserfs_46.dsc
 f12131d0d8f4982ac15bb5b3f4724596c02f607a395325b5b9d68dd9a3310e8e 26243 
partman-reiserfs_46.tar.gz
 b581038399fb72287c6672d602e740488f3f59ffa99e169ecd09ab5f4aa81d09 5866 
partman-reiserfs_46_all.udeb
Files: 
 cc4183f0743952d20d7d56c416352749 910 debian-installer optional 
partman-reiserfs_46.dsc
 2f2ade786e308fa528778e662ce03438 26243 debian-installer optional 
partman-reiserfs_46.tar.gz
 dac2ee18a76ec8a80dd27f57a88207f6 5866 debian-installer optional 
partman-reiserfs_46_all.udeb
Package-Type: udeb

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

iEYEARECAAYFAkuSaQkACgkQgm/Kwh6ICoTdswCdEFwDhgKS5plCdjPRzD41YNb6
GDcAoKDEfluf0PueeySwI0LDFIOedQqw
=Intv
-END PGP SIGNATURE-


Accepted:
partman-reiserfs_46.dsc
  to main/p/partman-reiserfs/partman-reiserfs_46.dsc
partman-reiserfs_46.tar.gz
  to main/p/partman-reiserfs/partman-reiserfs_46.tar.gz
partman-reiserfs_46_all.udeb
  to main/p/partman-reiserfs/partman-reiserfs_46_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/e1nnwhz-0002dg...@ries.debian.org



Accepted python-launchpadlib 1.5.6-1 (source all)

2010-03-06 Thread Luca Falavigna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 15:27:48 +0100
Source: python-launchpadlib
Binary: python-launchpadlib
Architecture: source all
Version: 1.5.6-1
Distribution: unstable
Urgency: low
Maintainer: Luca Falavigna dktrkr...@debian.org
Changed-By: Luca Falavigna dktrkr...@debian.org
Description: 
 python-launchpadlib - Launchpad web services client library
Changes: 
 python-launchpadlib (1.5.6-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control:
 - Move myself as Maintainer, DPMT as Uploaders.
   * debian/rules:
 - Install upstream changelog.
Checksums-Sha1: 
 6add3c89bfc075be0e3cd376b233429d92a21066 1462 python-launchpadlib_1.5.6-1.dsc
 4bb8d8662010572d5ef59d26536ce59bfe6fa457 49138 
python-launchpadlib_1.5.6.orig.tar.gz
 9b64a69da99eb22be0b9dca316e9b163ebccd388 3378 
python-launchpadlib_1.5.6-1.diff.gz
 7a080d3df6741b6d48128ca6ba1899f3661b50cb 48232 
python-launchpadlib_1.5.6-1_all.deb
Checksums-Sha256: 
 04e5fa40b9f7ff3f13fbfa301fe07470240a1a966d54326580610cdbcbff616e 1462 
python-launchpadlib_1.5.6-1.dsc
 9673e4e075db9e6384a8e68df7551b149a7de3b985136973b81364d9ad09 49138 
python-launchpadlib_1.5.6.orig.tar.gz
 dbf104ad2038fc7b6d3456ae20d8c48aefd9727393f8f98248c9b6a37ff6c824 3378 
python-launchpadlib_1.5.6-1.diff.gz
 9c19f5191545d3b557aaa7d0f940d61e8ba8bf1c8730a6908eb94a28a495ce80 48232 
python-launchpadlib_1.5.6-1_all.deb
Files: 
 b647c2f7c802d1d4b51bbf3ffb7df91c 1462 python optional 
python-launchpadlib_1.5.6-1.dsc
 9cb706d2b2ee3c8cc61b97ac0fe95b28 49138 python optional 
python-launchpadlib_1.5.6.orig.tar.gz
 e1878bd7befe0f06afd9f0073cd94201 3378 python optional 
python-launchpadlib_1.5.6-1.diff.gz
 10a07ccae7066610b3a0ab4280f5593e 48232 python optional 
python-launchpadlib_1.5.6-1_all.deb

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

iEYEARECAAYFAkuSZz4ACgkQnXjXEYa8KlAF4QCeIfuhRGhS9H6n9TtvDpU1i8TE
cXEAnRjnR+60ASXU6GdfR5idM3FY/Stg
=76Ml
-END PGP SIGNATURE-


Accepted:
python-launchpadlib_1.5.6-1.diff.gz
  to main/p/python-launchpadlib/python-launchpadlib_1.5.6-1.diff.gz
python-launchpadlib_1.5.6-1.dsc
  to main/p/python-launchpadlib/python-launchpadlib_1.5.6-1.dsc
python-launchpadlib_1.5.6-1_all.deb
  to main/p/python-launchpadlib/python-launchpadlib_1.5.6-1_all.deb
python-launchpadlib_1.5.6.orig.tar.gz
  to main/p/python-launchpadlib/python-launchpadlib_1.5.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/e1nnwiu-0002gr...@ries.debian.org



Accepted qemu-kvm 0.12.3+dfsg-2 (source i386)

2010-03-06 Thread Jan Lübbe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 16:25:45 +0100
Source: qemu-kvm
Binary: qemu-kvm qemu-kvm-dbg kvm
Architecture: source i386
Version: 0.12.3+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Jan Lübbe jlue...@debian.org
Changed-By: Jan Lübbe jlue...@debian.org
Description: 
 kvm- dummy transitional pacakge from kvm to qemu-kvm
 qemu-kvm   - Full virtualization on x86 hardware
 qemu-kvm-dbg - Debugging info for qemu-kvm
Changes: 
 qemu-kvm (0.12.3+dfsg-2) unstable; urgency=low
 .
   [ Jan Lübbe ]
   * Build qemu-kvm-dbg and kvm packages only on i386 and amd64.
 .
   [ Michael Tokarev ]
   * build seabios and vgabios with verbose logging
Checksums-Sha1: 
 21fd6e560d1fb91d7d8c2f2c80463b0edbae0f1b 1573 qemu-kvm_0.12.3+dfsg-2.dsc
 c05234edbfa57ccf58926effe5baf11d5270bda0 350630 qemu-kvm_0.12.3+dfsg-2.diff.gz
 b90baac20ecc523dcbfa05ef62edf5bb75ffe885 1473848 
qemu-kvm_0.12.3+dfsg-2_i386.deb
 7d23f275ca1f07f45122dc8c9725b30cc7835b72 2748556 
qemu-kvm-dbg_0.12.3+dfsg-2_i386.deb
 59752f11908f3f9070a8076bbd79072612ed8b15 5744 kvm_0.12.3+dfsg-2_i386.deb
Checksums-Sha256: 
 f4de00af8c05f6644183c79e0890605e1b36721264d9364083387ae1cf0d1458 1573 
qemu-kvm_0.12.3+dfsg-2.dsc
 92bc944c08bf83b07db7060e7705193e4fe0e01e26a6f9ec0f33cac324df9ada 350630 
qemu-kvm_0.12.3+dfsg-2.diff.gz
 6ae0399875c37d122c4b56cf9ad07734101456e4a728a4555d726243d56f2a06 1473848 
qemu-kvm_0.12.3+dfsg-2_i386.deb
 7722ca386f9ce084e993abdfcae46dd6806626c575be54e5ee6501c4647a167b 2748556 
qemu-kvm-dbg_0.12.3+dfsg-2_i386.deb
 e38b57529616f4337df4334bffd954b76972118c25c7f0c91649745e8830cccd 5744 
kvm_0.12.3+dfsg-2_i386.deb
Files: 
 55e2106371889d69b6c4a074d45ba4ad 1573 misc optional qemu-kvm_0.12.3+dfsg-2.dsc
 68acdf6ebfb81c94d877bd170616b789 350630 misc optional 
qemu-kvm_0.12.3+dfsg-2.diff.gz
 3cb813ae3869d75a4b91db814d83b8cd 1473848 misc optional 
qemu-kvm_0.12.3+dfsg-2_i386.deb
 ff9a26de02606239d6a4b4dd257afcdd 2748556 debug extra 
qemu-kvm-dbg_0.12.3+dfsg-2_i386.deb
 1678cc4737facd1375511cdc47d4be2e 5744 oldlibs optional 
kvm_0.12.3+dfsg-2_i386.deb

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

iEYEARECAAYFAkuSdXEACgkQioOL5NhIDy6H5ACg68KqUaVOJMGAo6s4SiubwEqr
YaYAn1poLk5ClhpemyGVoZpJdBCEhirj
=I+fY
-END PGP SIGNATURE-


Accepted:
kvm_0.12.3+dfsg-2_i386.deb
  to main/q/qemu-kvm/kvm_0.12.3+dfsg-2_i386.deb
qemu-kvm-dbg_0.12.3+dfsg-2_i386.deb
  to main/q/qemu-kvm/qemu-kvm-dbg_0.12.3+dfsg-2_i386.deb
qemu-kvm_0.12.3+dfsg-2.diff.gz
  to main/q/qemu-kvm/qemu-kvm_0.12.3+dfsg-2.diff.gz
qemu-kvm_0.12.3+dfsg-2.dsc
  to main/q/qemu-kvm/qemu-kvm_0.12.3+dfsg-2.dsc
qemu-kvm_0.12.3+dfsg-2_i386.deb
  to main/q/qemu-kvm/qemu-kvm_0.12.3+dfsg-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/e1nnwis-0002ms...@ries.debian.org



Accepted qlandkartegt 0.18.0-1 (source all i386)

2010-03-06 Thread Michael Hanke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 08:36:48 -0500
Source: qlandkartegt
Binary: qlandkartegt qlandkarte
Architecture: source all i386
Version: 0.18.0-1
Distribution: unstable
Urgency: low
Maintainer: Michael Hanke michael.ha...@gmail.com
Changed-By: Michael Hanke michael.ha...@gmail.com
Description: 
 qlandkarte - Transitional package for QLandkarteGT
 qlandkartegt - GPS mapping (GeoTiff and vector) and GPSr management
Changes: 
 qlandkartegt (0.18.0-1) unstable; urgency=low
 .
   * New upstream release -- merged all Debian patches.
Checksums-Sha1: 
 4fda3d59fbfdbbb7fe69621c8ccfc8ac26598d97 1417 qlandkartegt_0.18.0-1.dsc
 d370b25961a9241d960f1a8660f75c39415774fc 3643310 
qlandkartegt_0.18.0.orig.tar.gz
 fe48585675c1aebf39a292ab6ce021aa15e24cdb 2792 qlandkartegt_0.18.0-1.diff.gz
 c6c67a446609c010b47297b5d3c1d6d7320b7a63 2684 qlandkarte_0.18.0-1_all.deb
 f3bbf3cd9681d81ea448dadf778e1773d6844d16 2884452 qlandkartegt_0.18.0-1_i386.deb
Checksums-Sha256: 
 2d4a0b39788cb43403eb14f177ef64e8fef775b40bccf972843758e2e36df032 1417 
qlandkartegt_0.18.0-1.dsc
 9e2c90cdc78ae0b9f7c11c72e2c2820360986cdc15ebdfdf5814e269a2f0caf1 3643310 
qlandkartegt_0.18.0.orig.tar.gz
 f65c09c265f650023a6a6472daf0b1bc2c760ba2ebd0bb1a685e7fa9e8110811 2792 
qlandkartegt_0.18.0-1.diff.gz
 b1de0ee31c9693d31ffc1893aa9213dfd18d896a438a5c6807a9013283281e4d 2684 
qlandkarte_0.18.0-1_all.deb
 1b4be9de9fd50829a3ce362b9b76f279c07783c1482682e876a0fbc78ac2d412 2884452 
qlandkartegt_0.18.0-1_i386.deb
Files: 
 f2a4fa3c9a0cfd801c71a0c1fa9f46fe 1417 x11 optional qlandkartegt_0.18.0-1.dsc
 61a05a90e5eb895639efb99c6a1e33a1 3643310 x11 optional 
qlandkartegt_0.18.0.orig.tar.gz
 bc0805643b2e6924df702285bd20a5a9 2792 x11 optional 
qlandkartegt_0.18.0-1.diff.gz
 6e819f78e088a07da6b9801c86411bdc 2684 x11 optional qlandkarte_0.18.0-1_all.deb
 c11900c2d6e7ed4df2c49e4fcc47642f 2884452 x11 optional 
qlandkartegt_0.18.0-1_i386.deb

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

iEYEARECAAYFAkuSYusACgkQ93+NsjFEvg+s1ACgwxM+auETJliVnm3zghODSxdB
P2UAn3Pjb/dGDHaID5FmyUJWOcUB1X50
=tP43
-END PGP SIGNATURE-


Accepted:
qlandkarte_0.18.0-1_all.deb
  to main/q/qlandkartegt/qlandkarte_0.18.0-1_all.deb
qlandkartegt_0.18.0-1.diff.gz
  to main/q/qlandkartegt/qlandkartegt_0.18.0-1.diff.gz
qlandkartegt_0.18.0-1.dsc
  to main/q/qlandkartegt/qlandkartegt_0.18.0-1.dsc
qlandkartegt_0.18.0-1_i386.deb
  to main/q/qlandkartegt/qlandkartegt_0.18.0-1_i386.deb
qlandkartegt_0.18.0.orig.tar.gz
  to main/q/qlandkartegt/qlandkartegt_0.18.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/e1nnwja-0002qa...@ries.debian.org



Accepted scuttle 0.7.4-4 (source all)

2010-03-06 Thread metal
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 11:29:42 -0300
Source: scuttle
Binary: scuttle
Architecture: source all
Version: 0.7.4-4
Distribution: unstable
Urgency: low
Maintainer: Marcelo Jorge Vieira (metal) me...@debian.org
Changed-By: Marcelo Jorge Vieira (metal) me...@debian.org
Description: 
 scuttle- Web-based social bookmarking system
Closes: 571804
Changes: 
 scuttle (0.7.4-4) unstable; urgency=low
 .
   * Many PHP warnings (Closes: #571804)
 - Assigning the return value of new by reference is deprecated
 - Fixed default timezone
   * Setting PHP dependency to = 5.1.0
   * Wrapping depends field
   * Changing my email for Debian address
   * Removed DM-Upload-Allowed field
   * Updated Standards-Version to 3.8.4 (no changes)
Checksums-Sha1: 
 da6b6f22cb5f1f0f20a00c2304c700dc86aafc50 1155 scuttle_0.7.4-4.dsc
 b4f2ae119fd2da5fc4157430eb6050e881f65a46 9994 scuttle_0.7.4-4.diff.gz
 ec1b4efcd7df80748bbf13258540fb23e6d8e9ce 184850 scuttle_0.7.4-4_all.deb
Checksums-Sha256: 
 e1db42f320cabfe1dada3ee83c98760bf77129228400fbb3d0e901f83fe1a2de 1155 
scuttle_0.7.4-4.dsc
 b2a0265304304c9ec9b9b9c8f2eecd889f6387f6cf443a77ffb51c770bfd26c3 9994 
scuttle_0.7.4-4.diff.gz
 ebf6cc383c6e4394b5e89e62401288af6385fee1fb84eb8c5cd34ad098efdbdd 184850 
scuttle_0.7.4-4_all.deb
Files: 
 f030a9d429c26b18aadfdb29ec547489 1155 web optional scuttle_0.7.4-4.dsc
 dbbdcff2558b8fea75e5c45d8fab7bba 9994 web optional scuttle_0.7.4-4.diff.gz
 22ae6f31a2b1864b225ab202b9eadaff 184850 web optional scuttle_0.7.4-4_all.deb

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

iEYEARECAAYFAkuSaUMACgkQZEUVIYCd4BKC1QCgmdwSx4zXowBOFsQVjYgB5VHG
cgQAniAz/0Cy52WsoUQ2fpas/FvZljad
=2Dcm
-END PGP SIGNATURE-


Accepted:
scuttle_0.7.4-4.diff.gz
  to main/s/scuttle/scuttle_0.7.4-4.diff.gz
scuttle_0.7.4-4.dsc
  to main/s/scuttle/scuttle_0.7.4-4.dsc
scuttle_0.7.4-4_all.deb
  to main/s/scuttle/scuttle_0.7.4-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/e1nnwkk-0002av...@ries.debian.org



Accepted smb4k 0.10.5-1 (source amd64)

2010-03-06 Thread Fathi Boudra
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 09:33:27 +0100
Source: smb4k
Binary: smb4k
Architecture: source amd64
Version: 0.10.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org
Changed-By: Fathi Boudra f...@debian.org
Description: 
 smb4k  - A Samba (SMB) share advanced browser for KDE
Closes: 555215 569838
Changes: 
 smb4k (0.10.5-1) unstable; urgency=low
 .
   * New upstream release.
   * Switch to dpkg-source 3.0 (quilt) format.
   * Add Portuguese translation. (Closes: #569838)
 Thanks to Américo Monteiro.
   * Update debian/control:
 - Bump build dependencies versions
   (debhelper, pkg-kde-tools and kdelibs5-dev).
 - Bump Standards-Version to 3.8.4 (no changes needed).
 - Remove super dependency. (Closes: #555215)
   * Update debian/rules:
 - Enable parallel build (pass --parallel option to dh).
 - Remove override_dh_compress target - not needed anymore.
Checksums-Sha1: 
 45c87cb10f8d9ef7a5faac4c644756d34fc45841 1392 smb4k_0.10.5-1.dsc
 290bd619c429c820a38b7bc805182d840738b77c 1855271 smb4k_0.10.5.orig.tar.bz2
 3e16985f6b320a6e467a2d24c364d63bae1e0a20 38227 smb4k_0.10.5-1.debian.tar.gz
 263a13ce0b1c90b3cfac0ecd53f29bf8cab183ed 2256154 smb4k_0.10.5-1_amd64.deb
Checksums-Sha256: 
 a8d8388693177fd1df818bb62ae5dc76bc661e1ef0c0df3a5b96fe4ad6d7ae44 1392 
smb4k_0.10.5-1.dsc
 5cfed1322d82af867dce446db5389197b98a7a3450c71fd888ea4c2fc0d6e7d5 1855271 
smb4k_0.10.5.orig.tar.bz2
 de9ae66bf9727cfd8989d2527e9f4025c08974e7ffef5d0a6b0aea6cfc8e11c9 38227 
smb4k_0.10.5-1.debian.tar.gz
 1b917343b4c21d193b4a8648f16d1fbb454d7ac2ec5c96ecde2aa4f0d1e24246 2256154 
smb4k_0.10.5-1_amd64.deb
Files: 
 d5cfdf6197422077904c738b1e01b38c 1392 utils optional smb4k_0.10.5-1.dsc
 c5af218f28f71d47900f97d4a8a4501c 1855271 utils optional 
smb4k_0.10.5.orig.tar.bz2
 9b0ef6988e60c2b6ef8d1626494cb7e7 38227 utils optional 
smb4k_0.10.5-1.debian.tar.gz
 af0a8bb35a08e01482e7ce6bfaf4c200 2256154 utils optional 
smb4k_0.10.5-1_amd64.deb

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

iJwEAQECAAYFAkuSaS8ACgkQjPU19mqlcvf3/gP/TBJMc0wE/a4fJHU9+XFhZEQc
tS+me9Tv0I/ox447nPAXLTyq3py6OC8xPAX4U2Xjn6JPdLyDPejQD4xC1Gb4SSJG
CD5jN00qvHagwEwI1tOC2nFTBleexXnY08uf/jI4vO8AasWSBFoXlcA0Aby+zdac
OhEbzuGiOIpN1x2kZAo=
=q6tl
-END PGP SIGNATURE-


Accepted:
smb4k_0.10.5-1.debian.tar.gz
  to main/s/smb4k/smb4k_0.10.5-1.debian.tar.gz
smb4k_0.10.5-1.dsc
  to main/s/smb4k/smb4k_0.10.5-1.dsc
smb4k_0.10.5-1_amd64.deb
  to main/s/smb4k/smb4k_0.10.5-1_amd64.deb
smb4k_0.10.5.orig.tar.bz2
  to main/s/smb4k/smb4k_0.10.5.orig.tar.bz2


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



Accepted libmldbm-perl 2.03-1 (source all)

2010-03-06 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 06 Mar 2010 17:26:06 +0100
Source: libmldbm-perl
Binary: libmldbm-perl
Architecture: source all
Version: 2.03-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libmldbm-perl - module for storing multidimensional hash structures in perl 
tied
Changes: 
 libmldbm-perl (2.03-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/copyright: refresh formatting and list of upstream copyright
 holders.
   * Add testmldbm.pag to debian/clean, remove override in debian/rules, lower
 debhelper depenceny in debian/control. Set debian/compat to 7, with 6
 debian/clean is ignored. Also remove testmldbm and testmldbm.dir,
 otherwise the package fails to build twice.
   * Add /me to Uploaders.
   * debian/control: make short description a noun phrase.
Checksums-Sha1: 
 48080593bf8db4fbe33b2eff7fd75bc14554468b 1999 libmldbm-perl_2.03-1.dsc
 74473fcfbbabf0f573be11224797beecb22da337 12524 libmldbm-perl_2.03.orig.tar.gz
 4f91990b0b5817ac3a545a8f776d5eea2efc79b3 3102 
libmldbm-perl_2.03-1.debian.tar.gz
 db6bc5d8e824ca1207ec5efc62407b1676e38323 18956 libmldbm-perl_2.03-1_all.deb
Checksums-Sha256: 
 f531f96c4577b9638cef930d6ac96b5f1d4b17bcc35c916caa43de4f164b98d9 1999 
libmldbm-perl_2.03-1.dsc
 85157ab549fde4fb52e2b9f2fae795178a4f2be80e5ae5fc93e4500bdca1b5e9 12524 
libmldbm-perl_2.03.orig.tar.gz
 8251b2fd7fa3b304b44e8d9e5c79fb550da941ad92e3b18a94b7759faff8a0fd 3102 
libmldbm-perl_2.03-1.debian.tar.gz
 9ecdb966740437d54c183daf9ab11c8d235642df39bbd9ddbf1693a8c559c428 18956 
libmldbm-perl_2.03-1_all.deb
Files: 
 4db7bac333a1c049cacdc61978907135 1999 perl optional libmldbm-perl_2.03-1.dsc
 6346177255986ac051362d86306d5f6a 12524 perl optional 
libmldbm-perl_2.03.orig.tar.gz
 31d3c20b33b3a05e0d1a330f8f3f470e 3102 perl optional 
libmldbm-perl_2.03-1.debian.tar.gz
 b30eb177eab30cef6af074330373648e 18956 perl optional 
libmldbm-perl_2.03-1_all.deb

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

iQIcBAEBCAAGBQJLkoJdAAoJELs6aAGGSaoGEucP/1YMbepwPkvzDHmqee/2Q4+t
+ng2xgJcdX+E+6+L9jcgTWYqGAsg8qJpiRHDAcM1HY4xBLxUWEM0RL3KlMJLUJWF
rIF+Z59dvV/RgQXDRknq7ubJe4KhxcQqqj5cfUB6LGvW4wOYAKXEWDaPMk36hAMG
q/kU0R2VCRlzKDocQ7j7axO+5OJsFrbTTT8NhXGUjvBuDoWPLKiARfICAzJbqeYA
t6Au0WMvevgPJ/Gjj9zhmxbJ/b763G2Q8MJATLQhrtq0Y7ESLB23F1cAbK/geaF1
uKYrkuWPH5Qm0V3U+dIwHJJK8Q7PEMGvpZd8Um9q/M8Wvth3DT0UQDzSLgZRtXlC
Q4kPVhcqX4s0phk3Ezb0yfJi2cA+OuKE/EFEGkJijmjcx2VlFobsLNW5LSUuzDOn
1bQQxHQCOF8qVDnOk3e4a0QYoYBTnM2+SLUuatVX5Y+VSSJ3nx+zmmmcHNvnYwmB
kIyiLg0/d07HHjiP41kslpqv9sP0HH13w0yzzWua+UTDd1orMaftP4XoKgdRSw/6
CL2IlyeM8AUW2yShTa4hEJmKFYzwCe3XOELHbHZ9PQRmCpOArjQSSJEEg2Z5uZY/
zcHG69Ysa2Wxk22r4gcEJzV19HEbnT8SCZ4G3BdJ2wjnlFbj3IBJwUdfYPay7L7w
oEDBDiCAHN9Wpv3N7XIV
=PJIx
-END PGP SIGNATURE-


Accepted:
libmldbm-perl_2.03-1.debian.tar.gz
  to main/libm/libmldbm-perl/libmldbm-perl_2.03-1.debian.tar.gz
libmldbm-perl_2.03-1.dsc
  to main/libm/libmldbm-perl/libmldbm-perl_2.03-1.dsc
libmldbm-perl_2.03-1_all.deb
  to main/libm/libmldbm-perl/libmldbm-perl_2.03-1_all.deb
libmldbm-perl_2.03.orig.tar.gz
  to main/libm/libmldbm-perl/libmldbm-perl_2.03.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/e1nnwwp-0003fz...@ries.debian.org



Accepted liburcu 0.4.2-1 (source amd64)

2010-03-06 Thread Jon Bernard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 11:16:01 -0500
Source: liburcu
Binary: liburcu-dev liburcu0
Architecture: source amd64
Version: 0.4.2-1
Distribution: unstable
Urgency: low
Maintainer: Jon Bernard jbern...@debian.org
Changed-By: Jon Bernard jbern...@debian.org
Description: 
 liburcu-dev - a userspace RCU (read-copy-update) library - development files
 liburcu0   - a userspace RCU (read-copy-update) library
Changes: 
 liburcu (0.4.2-1) unstable; urgency=low
 .
   * Imported Upstream version 0.4.2
   * Remove redundant section definition for liburcu0
Checksums-Sha1: 
 06d88612c419d474f3255e69ac40d3152f9b4712 1068 liburcu_0.4.2-1.dsc
 69097eb1b072562fa4d29be75b3a0171c7f7ea26 425485 liburcu_0.4.2.orig.tar.gz
 41dd0c4aa9b7fdc7d7dba702d4b45fc05e239d3e 3150 liburcu_0.4.2-1.diff.gz
 861a1c4f3c546c0603cf69d2286365141ff85451 35206 liburcu-dev_0.4.2-1_amd64.deb
 c797339d244ab199bcce22e77ac2b31065f0612c 17362 liburcu0_0.4.2-1_amd64.deb
Checksums-Sha256: 
 5dea3108a2ea76047ff4192630f0d7fb4c9cf988e0f1194518865df0327d3492 1068 
liburcu_0.4.2-1.dsc
 adeb55d8628e59d3502ca409a22e7a017ddc43c26c87a1901d38713a8583f9ce 425485 
liburcu_0.4.2.orig.tar.gz
 9fc9039a268544573343aa92ac1974d132829d7085afe6c0a7566e16b3d5790b 3150 
liburcu_0.4.2-1.diff.gz
 27dbc7a1ad8a9a5d92e50c21114dcbdd9e4d21bd01f5368cda7503c65ac1261e 35206 
liburcu-dev_0.4.2-1_amd64.deb
 4ada6d2e1ae8da3a04ae4a13ff3d8276e7eebdc409e596bf1e2cf28a1320d13a 17362 
liburcu0_0.4.2-1_amd64.deb
Files: 
 2e0319caecaf1405ed89828b7ecf717c 1068 libs extra liburcu_0.4.2-1.dsc
 92fd562e1154db04cad43091a7a9c331 425485 libs extra liburcu_0.4.2.orig.tar.gz
 50bc28b3a1a389f66a19bb200181e9db 3150 libs extra liburcu_0.4.2-1.diff.gz
 e891ab254b8229c2361d90b92c07cb73 35206 libdevel extra 
liburcu-dev_0.4.2-1_amd64.deb
 e54fa4b78bfc33b8f3fc1770fd195731 17362 libs extra liburcu0_0.4.2-1_amd64.deb

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

iEYEARECAAYFAkuSgFgACgkQwAT2A1kSwn6INACggJpYJOglUWvBaIitDoSoMyua
9s8AnRE116vX+31sCKsi2x/t14ZaNe7V
=7OOa
-END PGP SIGNATURE-


Accepted:
liburcu-dev_0.4.2-1_amd64.deb
  to main/libu/liburcu/liburcu-dev_0.4.2-1_amd64.deb
liburcu0_0.4.2-1_amd64.deb
  to main/libu/liburcu/liburcu0_0.4.2-1_amd64.deb
liburcu_0.4.2-1.diff.gz
  to main/libu/liburcu/liburcu_0.4.2-1.diff.gz
liburcu_0.4.2-1.dsc
  to main/libu/liburcu/liburcu_0.4.2-1.dsc
liburcu_0.4.2.orig.tar.gz
  to main/libu/liburcu/liburcu_0.4.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/e1nnwwf-0003k4...@ries.debian.org



Accepted uzbl 0.0.0~git.20100202-1 (source amd64)

2010-03-06 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 15:07:00 +0100
Source: uzbl
Binary: uzbl
Architecture: source amd64
Version: 0.0.0~git.20100202-1
Distribution: unstable
Urgency: low
Maintainer: Stefan Ritter x...@thehappy.de
Changed-By: Luca Bruno lu...@debian.org
Description: 
 uzbl   - Lightweight Webkit browser following the UNIX philosophy
Closes: 564067 572159
Changes: 
 uzbl (0.0.0~git.20100202-1) unstable; urgency=low
 .
   [ Luca Bruno ]
   * New upstream version, git-tag 2010.02.02 (Closes: #572159)
 + uzbl-tabbed and linkfollowing should be working again, with newer
   default config
   * Refreshed patches, dropping those already fixed upstream
   * Updated Standards-Version to 3.8.4
 .
   [ Stefan Ritter ]
   * Added manpages for uzbl-cookie-daemon and uzbl-event-manager
   * Added alternative for x-www-browser, now providing www-browser too
 (Closes: #564067)
Checksums-Sha1: 
 a3512cca266b6fea07a517bde76f296041dfd5ce 1348 uzbl_0.0.0~git.20100202-1.dsc
 a24565f554cb15e49e990a381e6f3322eaf4c5c6 136063 
uzbl_0.0.0~git.20100202.orig.tar.gz
 5c64fa9c138513a780f7aac246fdb1d83f370575 7358 uzbl_0.0.0~git.20100202-1.diff.gz
 6f93ff48ed776366b85a02385ab0daf8e891888e 154590 
uzbl_0.0.0~git.20100202-1_amd64.deb
Checksums-Sha256: 
 096d4258fe8ef1ab2abc5aa86b6c0c132ed1f542e50cca2d6590ff6276964086 1348 
uzbl_0.0.0~git.20100202-1.dsc
 23b1e7b7b0ce40605e838f2af70cabd7f430a4f4b55f0b7e73a89296c40f2a6a 136063 
uzbl_0.0.0~git.20100202.orig.tar.gz
 9c56529d417538c8882ea4c3f945581db5300f380d8bd3c4efb5f81a16030922 7358 
uzbl_0.0.0~git.20100202-1.diff.gz
 0f9b38c5a78a48abbe13f10536a9b7925ef8f46a62d63bea217ca95c82259909 154590 
uzbl_0.0.0~git.20100202-1_amd64.deb
Files: 
 a8610676f4a647b042e840712474fd47 1348 web extra uzbl_0.0.0~git.20100202-1.dsc
 70a5d47655d5ec11f68ff5b7a7bd68b5 136063 web extra 
uzbl_0.0.0~git.20100202.orig.tar.gz
 cc3b8ec184551c8f6a3de40d0bae03d8 7358 web extra 
uzbl_0.0.0~git.20100202-1.diff.gz
 7092e13d183141f251d2ac3969b373ef 154590 web extra 
uzbl_0.0.0~git.20100202-1_amd64.deb

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

iEYEARECAAYFAkuSfFIACgkQRqobajv7n7OMgACeLaKCmLjHNDz52cGCeMAc52CY
Kw0AnAv/o76LZaAyg4dasjGO0KSYuPQ/
=p2sy
-END PGP SIGNATURE-


Accepted:
uzbl_0.0.0~git.20100202-1.diff.gz
  to main/u/uzbl/uzbl_0.0.0~git.20100202-1.diff.gz
uzbl_0.0.0~git.20100202-1.dsc
  to main/u/uzbl/uzbl_0.0.0~git.20100202-1.dsc
uzbl_0.0.0~git.20100202-1_amd64.deb
  to main/u/uzbl/uzbl_0.0.0~git.20100202-1_amd64.deb
uzbl_0.0.0~git.20100202.orig.tar.gz
  to main/u/uzbl/uzbl_0.0.0~git.20100202.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/e1nnwxt-0003nl...@ries.debian.org



Accepted libnagios-object-perl 0.21.10-1 (source all)

2010-03-06 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 06 Mar 2010 17:33:04 +0100
Source: libnagios-object-perl
Binary: libnagios-object-perl
Architecture: source all
Version: 0.21.10-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libnagios-object-perl - module to parse and represent Nagios configuration as 
objects
Changes: 
 libnagios-object-perl (0.21.10-1) unstable; urgency=low
 .
   * New upstream release.
   * Convert to source format 3.0 (quilt).
Checksums-Sha1: 
 f47507515910514f121bb5ea98ffe3efa7129733 2235 
libnagios-object-perl_0.21.10-1.dsc
 9aff519eccaef45aa19e0dca958f2bd740abf2db 169888 
libnagios-object-perl_0.21.10.orig.tar.gz
 7ab215e347f8e64855ca1c5bedf6bc2b54d499aa 3497 
libnagios-object-perl_0.21.10-1.debian.tar.gz
 902c264139227f185edd5ce8ed3295b5554197b5 63494 
libnagios-object-perl_0.21.10-1_all.deb
Checksums-Sha256: 
 19b1a2dae66803570e1031c2a3e473bb08f00429cff34c7d819ee53721b8a862 2235 
libnagios-object-perl_0.21.10-1.dsc
 625fa97c5752150e053cc511eb8af627e4552fc3a7bb7b83ea41b5ce6acf58ef 169888 
libnagios-object-perl_0.21.10.orig.tar.gz
 34f7a987442e98bffb1ac65a18bd78141c627c655289072c63b7e3c6a88e0219 3497 
libnagios-object-perl_0.21.10-1.debian.tar.gz
 bc25ff09c89362609c13e432ff09e756ebed138817af57e8286e6b0028c7e5d7 63494 
libnagios-object-perl_0.21.10-1_all.deb
Files: 
 e703d46e1de54f69ee7714c4e15cdecb 2235 perl optional 
libnagios-object-perl_0.21.10-1.dsc
 c33d05353fb45b28d85a8520575c395b 169888 perl optional 
libnagios-object-perl_0.21.10.orig.tar.gz
 ac121d0e83eeab8a864a1a8253e53ec4 3497 perl optional 
libnagios-object-perl_0.21.10-1.debian.tar.gz
 8e058fe72e3d7bebee2bf7b7184a2842 63494 perl optional 
libnagios-object-perl_0.21.10-1_all.deb

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

iQIcBAEBCAAGBQJLkoTiAAoJELs6aAGGSaoGOpEP/i59vMJ8jYzLyEQa6SU/8KgZ
E0Sw3C6d2Q1Qu34wm4f/E4P6CyrwnEv5/vvDCQqFfBg3UQIEY5l49TLTlLOcE0Tk
u5WwliVHYAq2qCtjb3rp4qb5R+GFXF0vLLfZzWyAWW/Jc1/0gwsR4tW1fQEoVvOL
89IH29ehost4Gq7tBpw2NBJ8w7WNWbCqDNMs5/mFftY9STPcnXaymiZAHbka2y6Y
4/kqf2jLdk2G8KLW8jNmcd+1XwOGxTg3YYHBPCvOxJi0IKzFpKRh3WzfTuX07WUn
NIKzt2IeM8qqRaCM+OcQrxNl62MSqoiCTVatnIbb0kfncAN5cbhgyM8P+m4j1Jgo
qhKUb2gEqtyPPkRq6Injcq+KDZRgBomZIJCe6CoyN6pYWs13+ppVSAgUnm3w9ch/
fzgBWKspKaep0OhSvvsJMuSrH/eBzHhuG0HJCGjKTbUTJB2ludzIH52Q2HyRarRh
R9OdgPiCkdnSO1duU3nTOYpVeF07m6UCtrkknIUCDHwOU+hdeVi7NW2fMmIaC4Hk
sxis4H1NpboSVFQ3ELlpYZNs2X8bkQcdvzDNvRciNPz2Sjlxyfj6lyq7rWNJ5Zki
adMcX68Sqy0FR7R25RRt0E4gjVrnByHQACmClQ97c2DhCh7sg/Ua5Z0rjn5lpgy7
HwhUdoaYWLny9mjUwLj4
=yZLX
-END PGP SIGNATURE-


Accepted:
libnagios-object-perl_0.21.10-1.debian.tar.gz
  to 
main/libn/libnagios-object-perl/libnagios-object-perl_0.21.10-1.debian.tar.gz
libnagios-object-perl_0.21.10-1.dsc
  to main/libn/libnagios-object-perl/libnagios-object-perl_0.21.10-1.dsc
libnagios-object-perl_0.21.10-1_all.deb
  to main/libn/libnagios-object-perl/libnagios-object-perl_0.21.10-1_all.deb
libnagios-object-perl_0.21.10.orig.tar.gz
  to main/libn/libnagios-object-perl/libnagios-object-perl_0.21.10.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/e1nnx9g-0004eg...@ries.debian.org



Accepted nmon 13d+debian-1 (source i386)

2010-03-06 Thread Giuseppe Iuculano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 17:26:56 +0100
Source: nmon
Binary: nmon
Architecture: source i386
Version: 13d+debian-1
Distribution: unstable
Urgency: low
Maintainer: Giuseppe Iuculano iucul...@debian.org
Changed-By: Giuseppe Iuculano iucul...@debian.org
Description: 
 nmon   - performance monitoring tool for Linux
Changes: 
 nmon (13d+debian-1) unstable; urgency=low
 .
   * [580471e] Imported Upstream version 13d+debian
   * [7f724fa] Bump standards-version, no changes needed
Checksums-Sha1: 
 4116b38cfe690187b1348e175548e604fe02bef0 1141 nmon_13d+debian-1.dsc
 3e208df04be2a11dcd40d7a0ba66d27875d6a003 40703 nmon_13d+debian.orig.tar.gz
 4f9cb890be94a5cd5d67774917b4cf2c6ddc652b 2976 nmon_13d+debian-1.diff.gz
 de84ac6df7d063abe0672c574ba13e258724f082 48042 nmon_13d+debian-1_i386.deb
Checksums-Sha256: 
 8027d040d65eb06eec1cef4b3aeed63496b408713cd1349db263fa50fe35238a 1141 
nmon_13d+debian-1.dsc
 87e090b3fc71a639bd830f08a315b63919a3cab349d681529215cd6be18b6492 40703 
nmon_13d+debian.orig.tar.gz
 602ed86ccdf3da3cc203e213563e55b2f1c56f3642144df9921b6b5a11c99b5e 2976 
nmon_13d+debian-1.diff.gz
 a3cfd5b4d07619292c2f713348281cb357125ad7926b93ac13298d2af8448d8b 48042 
nmon_13d+debian-1_i386.deb
Files: 
 eb18df510dab263acc3d515fef288f98 1141 utils optional nmon_13d+debian-1.dsc
 fd76c13ee728097227ce1a083c1a8f4c 40703 utils optional 
nmon_13d+debian.orig.tar.gz
 08b46c7737b6cbe177d2668bab218be7 2976 utils optional nmon_13d+debian-1.diff.gz
 c2cbe7557811f268fba091b6150a135c 48042 utils optional 
nmon_13d+debian-1_i386.deb

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

iEYEARECAAYFAkuSg0cACgkQNxpp46476aqYtwCgmmuSkGy/dbYEoax1t3bC9C4J
lCAAn1DGYQFQuTchCJYvBWSr/b0gb02G
=ZvYx
-END PGP SIGNATURE-


Accepted:
nmon_13d+debian-1.diff.gz
  to main/n/nmon/nmon_13d+debian-1.diff.gz
nmon_13d+debian-1.dsc
  to main/n/nmon/nmon_13d+debian-1.dsc
nmon_13d+debian-1_i386.deb
  to main/n/nmon/nmon_13d+debian-1_i386.deb
nmon_13d+debian.orig.tar.gz
  to main/n/nmon/nmon_13d+debian.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/e1nnx9t-0004gj...@ries.debian.org



Accepted atlas 3.8.3-11 (source all i386)

2010-03-06 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 00:29:33 +0100
Source: atlas
Binary: libatlas3gf-base libatlas-base-dev libatlas-dev libatlas-test 
libatlas-doc libatlas3gf-sse libatlas-sse-dev libatlas3gf-sse2 
libatlas-sse2-dev libatlas3gf-sse3 libatlas-sse3-dev libatlas3gf-core2sse3 
libatlas-core2sse3-dev libatlas3gf-amd64sse3 libatlas-amd64sse3-dev 
libatlas3gf-corei7sse3 libatlas-corei7sse3-dev libatlas3gf-altivec 
libatlas-altivec-dev libatlas3gf-v9 libatlas-v9-dev libatlas3gf-ev6 
libatlas-ev6-dev libatlas3gf-2.0 libatlas-2.0-dev
Architecture: source all i386
Version: 3.8.3-11
Distribution: experimental
Urgency: low
Maintainer: Debian Scientific Computing Team 
pkg-scicomp-de...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description: 
 libatlas-2.0-dev - Automatically Tuned Linear Algebra Software, 2.0 static
 libatlas-altivec-dev - Automatically Tuned Linear Algebra Software, altivec 
static
 libatlas-amd64sse3-dev - Automatically Tuned Linear Algebra Software, 
AMD64SSE3 static
 libatlas-base-dev - Automatically Tuned Linear Algebra Software, generic static
 libatlas-core2sse3-dev - Automatically Tuned Linear Algebra Software, 
CORE2SSE3 static
 libatlas-corei7sse3-dev - Automatically Tuned Linear Algebra Software, 
COREI7SSE3 static
 libatlas-dev - Automatically Tuned Linear Algebra Software, C header files
 libatlas-doc - Automatically Tuned Linear Algebra Software, documentation
 libatlas-ev6-dev - Automatically Tuned Linear Algebra Software, EV6 static
 libatlas-sse-dev - Automatically Tuned Linear Algebra Software, SSE1 static
 libatlas-sse2-dev - Automatically Tuned Linear Algebra Software, SSE2 static
 libatlas-sse3-dev - Automatically Tuned Linear Algebra Software, SSE3 static
 libatlas-test - Automatically Tuned Linear Algebra Software, test programs
 libatlas-v9-dev - Automatically Tuned Linear Algebra Software, v9 static
 libatlas3gf-2.0 - Automatically Tuned Linear Algebra Software, 2.0 shared
 libatlas3gf-altivec - Automatically Tuned Linear Algebra Software, altivec 
shared
 libatlas3gf-amd64sse3 - Automatically Tuned Linear Algebra Software, AMD64SSE3 
shared
 libatlas3gf-base - Automatically Tuned Linear Algebra Software, generic shared
 libatlas3gf-core2sse3 - Automatically Tuned Linear Algebra Software, CORE2SSE3 
shared
 libatlas3gf-corei7sse3 - Automatically Tuned Linear Algebra Software, 
COREI7SSE3 shared
 libatlas3gf-ev6 - Automatically Tuned Linear Algebra Software, EV6 shared
 libatlas3gf-sse - Automatically Tuned Linear Algebra Software, SSE1 shared
 libatlas3gf-sse2 - Automatically Tuned Linear Algebra Software, SSE2 shared
 libatlas3gf-sse3 - Automatically Tuned Linear Algebra Software, SSE3 shared
 libatlas3gf-v9 - Automatically Tuned Linear Algebra Software, v9 shared
Changes: 
 atlas (3.8.3-11) experimental; urgency=low
 .
   * Explicit link against lgfortran  libgcc_s
   * Old useless / non sense conflicts removed
Checksums-Sha1: 
 ac5d72800b932f58d12fbe8aa0e0ea5180632c31 1787 atlas_3.8.3-11.dsc
 545fdd6c07fabfb1a99ed1a9ef0c9c95c67e61ae 39892 atlas_3.8.3-11.diff.gz
 08c9e9ec631781fb39591f978f76e2492264d567 26410 libatlas-dev_3.8.3-11_all.deb
 dc394f5e0e3dad4ceb665acd537d058422e54530 1130412 libatlas-doc_3.8.3-11_all.deb
 3d1fc150685a2bde5bef27bfdf402c76b14d8377 4753770 
libatlas3gf-base_3.8.3-11_i386.deb
 62617a45ebfb6c1c455ffb814cb9a1bfd802b823 5672768 
libatlas-base-dev_3.8.3-11_i386.deb
 9b876269c63949f89fed12b4eb537a6f83429bc6 16850 libatlas-test_3.8.3-11_i386.deb
 73a7998424a4842ee5c97da0342a00b77c1e2014 4809286 
libatlas3gf-sse_3.8.3-11_i386.deb
 134c05928b18ec2570e3d886bbfa12da27b7a19b 5746452 
libatlas-sse-dev_3.8.3-11_i386.deb
 c93dd1e101cb21b900de63cce3b238bd700c5d16 4931236 
libatlas3gf-sse2_3.8.3-11_i386.deb
 a043fe4d9a7b87dfa90fb01226863eb8d8ddd6dd 5858766 
libatlas-sse2-dev_3.8.3-11_i386.deb
 c3875c082c7d318960935c2c45906927c9032e22 4877736 
libatlas3gf-sse3_3.8.3-11_i386.deb
 0edac17e02999cfeabb65e091d22efa28c877f2b 5834458 
libatlas-sse3-dev_3.8.3-11_i386.deb
 18523e05fe10f6a300c4a362e2a03e85afc329d8 5225366 
libatlas3gf-core2sse3_3.8.3-11_i386.deb
 5ec79387b9dd6488ab35a93c98588e42e75fe76e 6253374 
libatlas-core2sse3-dev_3.8.3-11_i386.deb
Checksums-Sha256: 
 139ad1c2507abb2791f6ed2b5943fe2ba68f56b033f952200ba71b61bb73462d 1787 
atlas_3.8.3-11.dsc
 69b7a5b88d81bc7182a03bb4c1281b0caab4c12bbd75d8ade3299cc0166325b2 39892 
atlas_3.8.3-11.diff.gz
 9b2ed3dbb3c770cb7228975bd8928c81ff3790fd88f5610a2ba31bf5974b3aa8 26410 
libatlas-dev_3.8.3-11_all.deb
 76b516093288a7ed77296b3b2a8f80f24a5d22e3b7fc747e5d2637b8f99a6adc 1130412 
libatlas-doc_3.8.3-11_all.deb
 53c15b640cbf6f7b3821d9ed34016f7712ae66ff30227184fbb7a0260b4d6d57 4753770 
libatlas3gf-base_3.8.3-11_i386.deb
 e42a5d5ede53d55892c3263cef3dd726720a3904e1e445c5d472138af6e4ca09 5672768 
libatlas-base-dev_3.8.3-11_i386.deb
 df3cdf3b9caffe4e8e1b24424ca76785a29ca0ebe826b1405bdf5541d5ecc6c6 16850 
libatlas-test_3.8.3-11_i386.deb
 

Accepted hplip 3.10.2-1 (source all i386)

2010-03-06 Thread Mark Purcell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 02 Mar 2010 13:32:59 +1100
Source: hplip
Binary: hplip hplip-data hplip-gui hplip-dbg hplip-doc hpijs-ppds hpijs 
hplip-cups libhpmud0 libhpmud-dev
Architecture: source all i386
Version: 3.10.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian HPIJS and HPLIP maintainers 
pkg-hpijs-de...@lists.alioth.debian.org
Changed-By: Mark Purcell m...@debian.org
Description: 
 hpijs  - HP Linux Printing and Imaging - gs IJS driver (hpijs)
 hpijs-ppds - HP Linux Printing and Imaging - HPIJS PPD files
 hplip  - HP Linux Printing and Imaging System (HPLIP)
 hplip-cups - HP Linux Printing and Imaging - CUPS Raster driver (hpcups)
 hplip-data - HP Linux Printing and Imaging - data files
 hplip-dbg  - HP Linux Printing and Imaging - debugging information
 hplip-doc  - HP Linux Printing and Imaging - documentation
 hplip-gui  - HP Linux Printing and Imaging - GUI utilities
 libhpmud-dev - HP Multi-Point Transport Driver (hpmud) development libraries
 libhpmud0  - HP Multi-Point Transport Driver (hpmud) run-time libraries
Closes: 559289
Changes: 
 hplip (3.10.2-1) unstable; urgency=low
 .
   * New Upstream Release
   * debian/patches/udev-rules-use-attrs-not-sysfs.dpatch
 - Fixes /lib/udev/rules.d/56-hpmud_support.rules: udev warnings:
 SYSFS{}= will be removed in a future udev version... (Closes: #559289)
Checksums-Sha1: 
 7851e229be6016c7ab1bd76f4b4f9e71a9d51fb1 1850 hplip_3.10.2-1.dsc
 7cdbb879cc122152aa9e3d5dc2d7dd3baf3b0604 21446275 hplip_3.10.2.orig.tar.gz
 3604dc4520af219900366406890d717091fbe133 85901 hplip_3.10.2-1.diff.gz
 36e02e9a9f1d164a7ddc6ee181e07175b9c423de 11598398 hplip-data_3.10.2-1_all.deb
 3900a8c514b1065a716116cc4c3c74fcf8f8d8ee 71398 hplip-gui_3.10.2-1_all.deb
 343c2d1f41b8802d912bf1bce079a5bfeeefec6d 662554 hplip-doc_3.10.2-1_all.deb
 0e86804f7781bc420639665dc35f657ab4795e1c 593400 hpijs-ppds_3.10.2-1_all.deb
 f83febaf725a078d1b0dc992f4bb7ce839442963 200424 hplip_3.10.2-1_i386.deb
 14593729c5ff873c324f24e40da24a000b70409e 1002622 hplip-dbg_3.10.2-1_i386.deb
 a5d9125180c107f3ab8c6be5ab912c2cb21387a8 422480 hpijs_3.10.2-1_i386.deb
 4c24f0b091b7ff023a9a72ae99658da5426e1d18 340540 hplip-cups_3.10.2-1_i386.deb
 52931fe969caab86e5006c32897080334b2143ca 158530 libhpmud0_3.10.2-1_i386.deb
 2ee39a0e0e051c2d74f5b68d05788097c2b2f7fc 67226 libhpmud-dev_3.10.2-1_i386.deb
Checksums-Sha256: 
 731998984a74288bee192beb5a3c22dc51403bbe4cb0cfe4b183817b98a9bc9a 1850 
hplip_3.10.2-1.dsc
 bb9a3aeda9a8d31f0cc790e629f14d2122f9bff111b0d3cc97ac19a8607d7956 21446275 
hplip_3.10.2.orig.tar.gz
 0135dd19b6a5d9d19f490ac3e12ac2413a2392a06d1f13e00e2620e8e18ee097 85901 
hplip_3.10.2-1.diff.gz
 09cfda88c643563b778fc82a4369dfff7226052c5c42998f0e178e5997dbbac4 11598398 
hplip-data_3.10.2-1_all.deb
 65fbd5a4fb4b03c6865fd289876662bb5e3c8933777bee09a3183c7000c32c5c 71398 
hplip-gui_3.10.2-1_all.deb
 3f166a15d7a2770bfb93c77aec42569f734d7987d4346e61b5064939f3e4430b 662554 
hplip-doc_3.10.2-1_all.deb
 f108c83b3a430dcad4573156c1fe7c4ecf33dae0689111eb89eed40d9b9ee126 593400 
hpijs-ppds_3.10.2-1_all.deb
 0cda44e47945605a3098b440ce594356c0f7fe98be8dd937d1f098233711335b 200424 
hplip_3.10.2-1_i386.deb
 4ea3177737e9f654f429cf7b07549646b8435b25ec166ff94d0e680eea0f9d65 1002622 
hplip-dbg_3.10.2-1_i386.deb
 c0b3c8588e14791f23be2e74df17ea88a9c42ddacf618acfb652eff7e4069598 422480 
hpijs_3.10.2-1_i386.deb
 01a3f1c24cc69bca6cadab05c0da8f0cc8431707e9468ecb26453f8c3218a413 340540 
hplip-cups_3.10.2-1_i386.deb
 dfcf4cfd1f8f46c38535868c1ffc6f809faa02334692f68b90a97bb33b06a2f9 158530 
libhpmud0_3.10.2-1_i386.deb
 aa81779356d2349cf57848f38a2a1fab2da758402275f2b5008e7d1d0f470363 67226 
libhpmud-dev_3.10.2-1_i386.deb
Files: 
 a315291ec04e5eab75bcdcd043151059 1850 utils optional hplip_3.10.2-1.dsc
 4df6f16c47ae7edd015bf2cf5155f26f 21446275 utils optional 
hplip_3.10.2.orig.tar.gz
 14557ec2c30953d01bbe766b163354f2 85901 utils optional hplip_3.10.2-1.diff.gz
 5913aa78275eff9951565a609bc1ebf5 11598398 utils optional 
hplip-data_3.10.2-1_all.deb
 4d12ccec8f3529aa2fbee332671cdefc 71398 utils optional 
hplip-gui_3.10.2-1_all.deb
 0b6aac5d80b37a67218f212c3d84023b 662554 doc optional hplip-doc_3.10.2-1_all.deb
 9128492a5e421b242a6b5b6a06918361 593400 utils optional 
hpijs-ppds_3.10.2-1_all.deb
 161c64d19a4af70221bfb3516af14ccf 200424 utils optional hplip_3.10.2-1_i386.deb
 b80a2c5e2ca853038e0cb1f87202d4ee 1002622 debug extra 
hplip-dbg_3.10.2-1_i386.deb
 664ad5574cdc49b475b2267b4b405760 422480 text optional hpijs_3.10.2-1_i386.deb
 bffd71ec7034279632bfdbd4d9631ee5 340540 text optional 
hplip-cups_3.10.2-1_i386.deb
 964412f7306bd5c431fedead7bec60ed 158530 libs optional 
libhpmud0_3.10.2-1_i386.deb
 24c48d5c8ce60c5be767acd6d6c32d26 67226 libdevel optional 
libhpmud-dev_3.10.2-1_i386.deb

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

iEYEARECAAYFAkuSh/YACgkQoCzanz0IthLTgACfeTzSGDKMSjoTloYqC65Tctpc
zmAAn1m2TlMkWpmN+l1MvMIMPTTuzmx5
=n7n4
-END PGP SIGNATURE-


Accepted libnet-patricia-perl 1.16-1 (source i386)

2010-03-06 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 06 Mar 2010 17:57:44 +0100
Source: libnet-patricia-perl
Binary: libnet-patricia-perl
Architecture: source i386
Version: 1.16-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libnet-patricia-perl - Perl module for fast IP address lookups
Closes: 540824
Changes: 
 libnet-patricia-perl (1.16-1) unstable; urgency=low
 .
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 .
   [ Jonathan Yu ]
   * Removed Michael Zehrer from Uploaders (Closes: #540824)
 .
   [ Ryan Niebur ]
   * Update ryan52's email address
 .
   [ gregor herrmann ]
   * New upstream release.
   * Add (build) dependency on libsocket6-perl.
   * Set Standards-Version to 3.8.4, remove version from perl build dependency.
   * Convert to source format 3.0 (quilt).
   * Simplify debian/rules.
Checksums-Sha1: 
 465416fa4fa2bfafbd088f3fc0b205463ec5df9e 2091 libnet-patricia-perl_1.16-1.dsc
 6cbbff58e48e2a309ff06c1abcb09c94f9969f80 24967 
libnet-patricia-perl_1.16.orig.tar.gz
 2372a654cdb6ef51020f05383f4fe6fdf601d102 4880 
libnet-patricia-perl_1.16-1.debian.tar.gz
 cf649fa718e0a1416e072d36f41dfa4362b5f672 31014 
libnet-patricia-perl_1.16-1_i386.deb
Checksums-Sha256: 
 f46dae47170a6c35f69c665a49f326376933a2298fb8467d54d62f1b08b7c442 2091 
libnet-patricia-perl_1.16-1.dsc
 5d92759e2198cb1e990fefc524f4d70b682dad26905a6406f996720a8f435887 24967 
libnet-patricia-perl_1.16.orig.tar.gz
 f0db93c02fbb68970f254db9e65b0fd4d84d3a8996262f349a31928d20ee7ace 4880 
libnet-patricia-perl_1.16-1.debian.tar.gz
 05c9ba861a08ce0fe788952925c5952cbc840506668fa98b4fa4ab7eb1e2e10a 31014 
libnet-patricia-perl_1.16-1_i386.deb
Files: 
 b44f8befd0bf4b3488b182d4567707f0 2091 perl optional 
libnet-patricia-perl_1.16-1.dsc
 0b3d6bdc2426ababe0c95304fd58d6eb 24967 perl optional 
libnet-patricia-perl_1.16.orig.tar.gz
 85ba3593de4f233e18bb2afca2346228 4880 perl optional 
libnet-patricia-perl_1.16-1.debian.tar.gz
 f0a4487e395dca0d1bdfdee2cc49d15a 31014 perl optional 
libnet-patricia-perl_1.16-1_i386.deb

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

iQIcBAEBCAAGBQJLkonDAAoJELs6aAGGSaoG5moP/jm8+NovTmV5tWkqLlmXTzar
EKWqLe/Kx+jMUunZbto1JIVINcShUe5Eg6cLgwxEoVFWM4a0IRAwuWwgXLxD9c+Y
YQUeLLQfBYX4Ls6vcamaI0lISkLIXCfY1K0pdU3E1nN7kMXzGXkLFCFXRDlqydyt
eG8txXsnQJUZVF6NMwXsOvt5ST9ax8TiImCDD3DAtPHN8kfr5m8MMJSDhlh6cAGs
b78cR2cHaGq3wttbZz3T5LRbUZfRnxyncxOkqLpJHI6eTb4JKNlotG7vy4cW4kfs
ezKthB5e9KnXIlPcXQXlF1NlBG++woYrQ2d+OcDGQtj2MtQQutkDmQoUVE6fMlJL
r3S/e4CzuQ8K4bgxWAZ0bQoE18cY1d/MDo/lfr1BHgIgJls2kPA0iV0gHXoLrcv0
cEWOFVgjPsYTOPLCWYQYUUDcp0LtrDBpKWKWpP6Qj01yRWRNVAf/19iTDBQSOsJn
mHn+QE1cfuWuq7XM1evlGR5Vx5YW0ekmXEH1eMCdn7twdcxH6sp8RZOvJN7mOpLB
81yTOkpDgghwWn8GXhrdl7vxZ5t2hVTwchK3FCkvQIXn0QBKylOQc+IdVgNaR8Yk
jU+cptym6ABLJogML/4rCOgIB8G14TB0YgosbPIM6C4F+DGCH20y4XD3UY0OTfMt
XspTqf4nOPqfmD4HU62G
=Xhcj
-END PGP SIGNATURE-


Accepted:
libnet-patricia-perl_1.16-1.debian.tar.gz
  to main/libn/libnet-patricia-perl/libnet-patricia-perl_1.16-1.debian.tar.gz
libnet-patricia-perl_1.16-1.dsc
  to main/libn/libnet-patricia-perl/libnet-patricia-perl_1.16-1.dsc
libnet-patricia-perl_1.16-1_i386.deb
  to main/libn/libnet-patricia-perl/libnet-patricia-perl_1.16-1_i386.deb
libnet-patricia-perl_1.16.orig.tar.gz
  to main/libn/libnet-patricia-perl/libnet-patricia-perl_1.16.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/e1nnxqd-0006c2...@ries.debian.org



Accepted fsl 4.1.5.2-2 (source i386 all)

2010-03-06 Thread Michael Hanke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 08:28:38 -0500
Source: fsl
Binary: fsl fsl-doc
Architecture: source i386 all
Version: 4.1.5.2-2
Distribution: unstable
Urgency: low
Maintainer: Michael Hanke michael.ha...@gmail.com
Changed-By: Michael Hanke michael.ha...@gmail.com
Description: 
 fsl- analysis tools for FMRI, MRI and DTI brain imaging
 fsl-doc- documentation for FSL
Closes: 572763
Changes: 
 fsl (4.1.5.2-2) unstable; urgency=low
 .
   * Fix broken fslmaths option (-tfce). Thanks to Clark Johnson and Matthew
 Webster.
   * Bumped Standard version to 3.8.4.0 -- no changes necessary.
   * Remove support for octave2.1 dependency and allow for octave3.2.
 Thanks to Thomas Weber for the report (Closes: #572763).
 fsl (4.1.5.2-1) unstable; urgency=low
 .
   * New upstream service release. Fixes issues with broken FNIRT scripts.
   * Include `fslecho` script in the binary package (Closes: #567133). Thanks to
 Petr Hlustík for reporting.
Checksums-Sha1: 
 5fd7f27980590d455e1ff31649b0ce2caf7e94ef 1442 fsl_4.1.5.2-2.dsc
 d332c1af2d38f82d3341f623e863a93dac26edc5 15052783 fsl_4.1.5.2.orig.tar.gz
 c07c50dbf002ece76bd9fdd02b01012d85dd23d8 27757 fsl_4.1.5.2-2.diff.gz
 c17272c024f14767ff5b83314234febf1e13fc63 10208772 fsl_4.1.5.2-2_i386.deb
 91bd6589d92f7d7505f456c7c08f7ff9f88df23d 11149254 fsl-doc_4.1.5.2-2_all.deb
Checksums-Sha256: 
 2720c5a124c30231aaadc7674f02d8bd6a25edda4162f8c6f25d5b0da00ea108 1442 
fsl_4.1.5.2-2.dsc
 8da9251ae47fbeec0f085b7ca30c2a50cbb75eb1240e9a40f5253eb3249eca5e 15052783 
fsl_4.1.5.2.orig.tar.gz
 4b760c0acff9925a7ff6543e4c3e1e341e9676120c4c16ab80d655f713db7530 27757 
fsl_4.1.5.2-2.diff.gz
 804ea37f30a371fe5bfa9f6c42b68ffdda6a61b6ae507faff3187eec631b4614 10208772 
fsl_4.1.5.2-2_i386.deb
 c38b90288b9531cd97e5f15e1b3e0fd9d521051f9e96ff87a10fdc0bf4b45f07 11149254 
fsl-doc_4.1.5.2-2_all.deb
Files: 
 0fefbff68e7e50e969c8f4c896491b4d 1442 non-free/science optional 
fsl_4.1.5.2-2.dsc
 94a66d60362a8def21ce0d877ea49314 15052783 non-free/science optional 
fsl_4.1.5.2.orig.tar.gz
 d35967e1c0282eed97e5cac1b43e2766 27757 non-free/science optional 
fsl_4.1.5.2-2.diff.gz
 60614d5f1d26d6ff13ae74c02ebd7328 10208772 non-free/science optional 
fsl_4.1.5.2-2_i386.deb
 aacf36707558dd57e2d5c0cf50ab2d79 11149254 non-free/doc optional 
fsl-doc_4.1.5.2-2_all.deb

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

iEYEARECAAYFAkuSkBgACgkQ93+NsjFEvg8awgCgielWw7pJGsV2slUTWf9hhfPn
RAsAoNFq07gYP+flz94SKQWvVJ6rk1X+
=m5nd
-END PGP SIGNATURE-


Accepted:
fsl-doc_4.1.5.2-2_all.deb
  to non-free/f/fsl/fsl-doc_4.1.5.2-2_all.deb
fsl_4.1.5.2-2.diff.gz
  to non-free/f/fsl/fsl_4.1.5.2-2.diff.gz
fsl_4.1.5.2-2.dsc
  to non-free/f/fsl/fsl_4.1.5.2-2.dsc
fsl_4.1.5.2-2_i386.deb
  to non-free/f/fsl/fsl_4.1.5.2-2_i386.deb
fsl_4.1.5.2.orig.tar.gz
  to non-free/f/fsl/fsl_4.1.5.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/e1nnxrr-an...@ries.debian.org



Accepted highlighting-kate 0.2.5-5 (source all amd64)

2010-03-06 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 18:20:27 +0100
Source: highlighting-kate
Binary: libghc6-highlighting-kate-dev libghc6-highlighting-kate-prof 
libghc6-highlighting-kate-doc
Architecture: source all amd64
Version: 0.2.5-5
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 libghc6-highlighting-kate-dev - syntax highlighting library based on Kate 
syntax descriptions
 libghc6-highlighting-kate-doc - library documentation for highlighting-kate
 libghc6-highlighting-kate-prof - highlighting-kate library with profiling 
enabled
Changes: 
 highlighting-kate (0.2.5-5) unstable; urgency=low
 .
   * Massively reduce compile time by tricking ghc not to inline a large word
 list
Checksums-Sha1: 
 e7956b49ce3a57e5a1bd2e0a1d34cdce804e6d5c 1681 highlighting-kate_0.2.5-5.dsc
 1c855e424aa73443da0cfb5c4ce72e431f3cc4e4 112747 
highlighting-kate_0.2.5-5.debian.tar.gz
 f3675c84bff207dee952cc698e9bccc2da631289 382206 
libghc6-highlighting-kate-doc_0.2.5-5_all.deb
 64c21a852734d4a36ab50f9659d5001acdd57b96 6475260 
libghc6-highlighting-kate-dev_0.2.5-5_amd64.deb
 bbd507dbc8266dd21c91387fc6660f96e14d93e6 9811544 
libghc6-highlighting-kate-prof_0.2.5-5_amd64.deb
Checksums-Sha256: 
 6a4326b5de029f0c458018eb1f65376891567e1a89c4cb5e6e854d53dca63fcb 1681 
highlighting-kate_0.2.5-5.dsc
 6463723c3ecc4121156bdc2db24368bd52db341628c5ea16aa13959c99fd2bb0 112747 
highlighting-kate_0.2.5-5.debian.tar.gz
 c9984aab7a6c4f33bb8b116a640cd495ed683efed4da10045826dabace60a8b3 382206 
libghc6-highlighting-kate-doc_0.2.5-5_all.deb
 c5914eb379e3f21e66a14e52abe77a778280949c533a194b7dc9c88d8c8e6038 6475260 
libghc6-highlighting-kate-dev_0.2.5-5_amd64.deb
 8de9d8f1e34fc6428941a5347f5e0c914a2f9176249feb5b0753288710d6d667 9811544 
libghc6-highlighting-kate-prof_0.2.5-5_amd64.deb
Files: 
 d5e763b069958a426864a928667d5c5c 1681 haskell optional 
highlighting-kate_0.2.5-5.dsc
 4b5653f0b2dbbd02ed57897f80ac1f9c 112747 haskell optional 
highlighting-kate_0.2.5-5.debian.tar.gz
 693d7b16eec2e50121ff458ae322cf54 382206 doc optional 
libghc6-highlighting-kate-doc_0.2.5-5_all.deb
 afa051b4d4f0be482d6ccacda745b427 6475260 haskell optional 
libghc6-highlighting-kate-dev_0.2.5-5_amd64.deb
 683dd847698e14852433935c12362c6a 9811544 haskell optional 
libghc6-highlighting-kate-prof_0.2.5-5_amd64.deb

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

iEYEARECAAYFAkuSkTMACgkQ9ijrk0dDIGx+pQCgxqRzfl45InAmICv1VywJ98ya
2n4An0CXxcgbnfH06fk79+rlolxIbMfa
=n4Dp
-END PGP SIGNATURE-


Accepted:
highlighting-kate_0.2.5-5.debian.tar.gz
  to main/h/highlighting-kate/highlighting-kate_0.2.5-5.debian.tar.gz
highlighting-kate_0.2.5-5.dsc
  to main/h/highlighting-kate/highlighting-kate_0.2.5-5.dsc
libghc6-highlighting-kate-dev_0.2.5-5_amd64.deb
  to main/h/highlighting-kate/libghc6-highlighting-kate-dev_0.2.5-5_amd64.deb
libghc6-highlighting-kate-doc_0.2.5-5_all.deb
  to main/h/highlighting-kate/libghc6-highlighting-kate-doc_0.2.5-5_all.deb
libghc6-highlighting-kate-prof_0.2.5-5_amd64.deb
  to main/h/highlighting-kate/libghc6-highlighting-kate-prof_0.2.5-5_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/e1nny5z-0001zy...@ries.debian.org



Accepted libobject-insideout-perl 3.63-1 (source all)

2010-03-06 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 06 Mar 2010 18:30:20 +0100
Source: libobject-insideout-perl
Binary: libobject-insideout-perl
Architecture: source all
Version: 3.63-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libobject-insideout-perl - comprehensive inside-out object construction kit
Changes: 
 libobject-insideout-perl (3.63-1) unstable; urgency=low
 .
   * New upstream release.
   * Set Standards-Version to 3.8.4 (no changes).
   * Add /me to Uploaders.
Checksums-Sha1: 
 4f3f8f021464ddb9112134a54705c131c8e81583 2106 
libobject-insideout-perl_3.63-1.dsc
 9238a6a062beffd6bc9fc5d1e4c58e1722f8908a 115956 
libobject-insideout-perl_3.63.orig.tar.gz
 f156dc4a3bbcf0dc65ea708eaa7303c1a9a8edb4 1430 
libobject-insideout-perl_3.63-1.diff.gz
 ae49a60a206ccc290d3fe765a7c392e6b4d8ee5d 132934 
libobject-insideout-perl_3.63-1_all.deb
Checksums-Sha256: 
 1c05e315e19d2aefc958e956f56e451e5c89bba983b08a547874d5cf513c792e 2106 
libobject-insideout-perl_3.63-1.dsc
 8952e373a2d0306e4a45b0e0b3e6c3197084317bd623eb295bd3f967a23360ce 115956 
libobject-insideout-perl_3.63.orig.tar.gz
 7c9202529be25bf0237ae49163e0b9430e7bc4832ce5b46d18d9e5010d4d7a7e 1430 
libobject-insideout-perl_3.63-1.diff.gz
 67b2a88a464f7be764d71bccc9bf06be9c17c4ab31b14e6dd2de0368d16da265 132934 
libobject-insideout-perl_3.63-1_all.deb
Files: 
 7a2fd40945342f428263972868430a42 2106 perl optional 
libobject-insideout-perl_3.63-1.dsc
 632359e9f8d005b44c3645355760e273 115956 perl optional 
libobject-insideout-perl_3.63.orig.tar.gz
 ac7d1b09b78788c136dcecbf7f6d9b76 1430 perl optional 
libobject-insideout-perl_3.63-1.diff.gz
 f139b9c600458243e5ca8f759d594593 132934 perl optional 
libobject-insideout-perl_3.63-1_all.deb

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

iQIcBAEBCAAGBQJLkpF8AAoJELs6aAGGSaoG4X8P/0HKK2sS6eawmMSL3YQn1iJM
uUCEa2yZmIrx8Bn8D+dyuJvxQQ0d2mTzHcICPKcOaT8fLSc+0KGBDQJ4AuPPXlni
+wJV97FpC891UVtRJO/mzcvQh+tjGcGTr6aEfYNsOeocvv2jV7tH8G3BLbHyRWYg
0b3GMeu16zQP014RyjEjgqu3t3crX9s/OZn0BtAtf9ZjmQ6j4dPbaiG+YvWuTTl1
ARan01zyxmp5lueGuKC0+WB6Oj09+roXxV8w7YFBhj6HTa3Jv3Bn1XWcVogUyHWI
8N3tHozcM3LXpYX01xzU86Siyc2dKqFsRYldSMFIPnupDeSJmNuX7eKC4xOJOptq
BO4Z82Xiln0Fc/1CIsvjdhpNZNBjafKgwpEfDztV60ommpzyyO3+m6rrdFJ9IWbA
FOmNs7U7whIhS0lfO6zq7Cyq2otTgVzzNzS7BoMA2omC7pfXvmv0BfrByrkSM2QQ
XnyJB32Toj9ZpZYsVeKdioTLZfKKEBkzM5nDx+OKjIuAMKChtkYjYh0VL7gnax2t
LfwzBDZuu6KJx16m3wtTb3xi8boa7Yi/7iagv9a4DKaRoYalDOHb+ETzZA71pmKA
5UjZUxvZcbvN1t3J3O+1nbYXWpLYpGkbgGIk4YCLOy8BOvBG7iYMgw9RnQOBKj9M
VfbmboOxMCtOeuBymDuK
=g5+B
-END PGP SIGNATURE-


Accepted:
libobject-insideout-perl_3.63-1.diff.gz
  to main/libo/libobject-insideout-perl/libobject-insideout-perl_3.63-1.diff.gz
libobject-insideout-perl_3.63-1.dsc
  to main/libo/libobject-insideout-perl/libobject-insideout-perl_3.63-1.dsc
libobject-insideout-perl_3.63-1_all.deb
  to main/libo/libobject-insideout-perl/libobject-insideout-perl_3.63-1_all.deb
libobject-insideout-perl_3.63.orig.tar.gz
  to 
main/libo/libobject-insideout-perl/libobject-insideout-perl_3.63.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/e1nny6o-0001hy...@ries.debian.org



Accepted rlvm 0.08-1 (source i386)

2010-03-06 Thread PaulLiu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 06 Mar 2010 08:17:59 +0800
Source: rlvm
Binary: rlvm
Architecture: source i386
Version: 0.08-1
Distribution: unstable
Urgency: low
Maintainer: Ying-Chun Liu (PaulLiu) paul...@debian.org
Changed-By: Ying-Chun Liu (PaulLiu) paul...@debian.org
Description: 
 rlvm   - RealLive virtual machine clone
Changes: 
 rlvm (0.08-1) unstable; urgency=low
 .
   * New upstream release
   * Remove 002_Disable_OpenGL_abort.patch: already in upstream
   * Bump Standards-Version to 3.8.4: nothing need to be changed
   * Remove some changes in 001_Use_system_library.patch: already in upstream
Checksums-Sha1: 
 e67b8fb4fe263b61fb802e22f9e3baadc1a1b432 2111 rlvm_0.08-1.dsc
 46c537d4a7f36cfc1901a4b8dd4112837837ab19 1332865 rlvm_0.08.orig.tar.gz
 58e5783fb6142f886b176ee34d535dc44406ffe6 10453 rlvm_0.08-1.debian.tar.gz
 cebc76bfded6e624f454341ad75f0fa2f804cbbd 711592 rlvm_0.08-1_i386.deb
Checksums-Sha256: 
 e6e922e679d131cf2a5ad6c11cc21cd8b693283cb73fada7ccae208a3cfb2976 2111 
rlvm_0.08-1.dsc
 933c0139516f8e4912fba89e44047f4b36071706ac45100fe1bc081696d14322 1332865 
rlvm_0.08.orig.tar.gz
 aae5f5de2e18b7b12e88a1a59f8176530ba5cf686e2397fee363596b80ef7325 10453 
rlvm_0.08-1.debian.tar.gz
 165bd9147d5475f758316925f31daf76ec7e454d0dd1a41784b8d7bc90c5 711592 
rlvm_0.08-1_i386.deb
Files: 
 b0d472db5453eedfd4439a989d6aeb61 2111 games optional rlvm_0.08-1.dsc
 8bdab8146866e6c027c86a236eab6af3 1332865 games optional rlvm_0.08.orig.tar.gz
 5ffa0ac1d7b48b9931528242fe1c858f 10453 games optional rlvm_0.08-1.debian.tar.gz
 bd16cdf87e98e864eae55932cad2834e 711592 games optional rlvm_0.08-1_i386.deb

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

iQIcBAEBCgAGBQJLkpK8AAoJEPgLgUbQQog2tRAP+gJgM3qnF8OoY/ZMsADCz55f
vnFciDI9OAzV2bDyA9rcLsFOayUMEgSB/+GXNIhWLFo79zlYMq/DlEhd+yfVuZCi
qzix5+UZ/zfYfrdT2U/oRF6ZVqjXeaAyJuLqSumsp0xdrWu44laBdRubqIUVNcfP
uvfNOEG0HS0BwsQOID5qnEyDJ03jvSK3LVZfZj8fOUrSXLQEAZm2d7ZbtNREsrJ9
thHp9/dZdPuC9mvha7Gm1dX1V23mxzrWNtWAYwxJtQ4PV8CM6Jjw40tp3DLKOPnd
Qs3uqAB7Wej5THdhnPvJDpXnZmfIsaIe5EDP8d4PclUP8HfER6q4QexhVyYBvG45
bQmyXB4wwDG0LkReI994Luj7LJAF81Zvy9J5uVyMq60mf8DXoIF9VvUEdNz/Q3te
8heZV0aj1I0DnFfc/PSjnnBMFWDzL01IvrAx5T0k1G5ST3PBk7pRK+qsFWWBBOjQ
nRxHaG/VZd+bc7TV+s5ClUbG60zzJ69V+tKnZa4D4eWpoQw9bsuvyUkm4/dy047T
qe/8IGl/iS9kuSaum0HeS0HEtEneSQtrckKgJBMf/nLgGCK/KVevHYkcRYyMy2Qz
BaX8dnH/cAjknSD/0hdeyrbr6ZLTHu5MwFN6G09r61u8VHrDVLLc/jeQLtM3ELG+
E3TXiUpJLAX+PkHfdPRB
=y1Gm
-END PGP SIGNATURE-


Accepted:
rlvm_0.08-1.debian.tar.gz
  to main/r/rlvm/rlvm_0.08-1.debian.tar.gz
rlvm_0.08-1.dsc
  to main/r/rlvm/rlvm_0.08-1.dsc
rlvm_0.08-1_i386.deb
  to main/r/rlvm/rlvm_0.08-1_i386.deb
rlvm_0.08.orig.tar.gz
  to main/r/rlvm/rlvm_0.08.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/e1nny6e-0001jy...@ries.debian.org



Accepted dahdi-linux 1:2.2.1+dfsg-1 (source all)

2010-03-06 Thread Mark Purcell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 07 Mar 2010 04:41:21 +1100
Source: dahdi-linux
Binary: dahdi-linux dahdi-source
Architecture: source all
Version: 1:2.2.1+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team pkg-voip-maintain...@lists.alioth.debian.org
Changed-By: Mark Purcell m...@debian.org
Description: 
 dahdi-linux - DAHDI telephony interface - Linux userspace parts
 dahdi-source - DAHDI telephony interface - source code for kernel driver
Closes: 546329 562024 564720 564739
Changes: 
 dahdi-linux (1:2.2.1+dfsg-1) unstable; urgency=low
 .
   [ Tzafrir Cohen ]
   * New upstream release (Closes: #564739).
   * Dropped patch wcfxo_reset_fix: merged upstream.
   * Section name of dahdi-source: kernel
   * Also provide an example xpp.conf .
   * Patch uk_rotary (Closes: #546329).
   * Override the bogus lintian warning for 'm-a a-i dahdi'
   * Remove some remaining Zaptel left-overs.
   * Replaced extra drivers and patches with huge patch dahdi_linux_extra
 (Closes: #564720).
   * Patch xpp_udev_rules_2632: fix XPP udev rules (Closes: #562024).
   * Also copy the .version file, to make sure modules have versions.
   * Move xpp udev rules under /lib. Name still kept for the sake of
 simplicity (thanks, Lintian).
   * Patch no_dummy: use dahdi internal timing instead of dahdi_dummy.
   * Patch chanmute: Enable CHANMUTE optimization (for xpp, mostly).
 .
   [ Mark Purcell ]
   * Cleanup debian/watch
Checksums-Sha1: 
 37f0af3ef086d9a9663b39331541de58a17df5f5 1333 dahdi-linux_2.2.1+dfsg-1.dsc
 bf9186270260ab48849f0b6cefba5d9950d3d4d0 1036224 
dahdi-linux_2.2.1+dfsg.orig.tar.gz
 63e28ba9058efaf79bcb8dda02aff0fe3823c968 139252 
dahdi-linux_2.2.1+dfsg-1.diff.gz
 2e96e0ea61798749c004646e020d00d3235c8af5 87584 dahdi-linux_2.2.1+dfsg-1_all.deb
 28192cacb32d44cf1ccb535f337e68ba5cc8f4db 858780 
dahdi-source_2.2.1+dfsg-1_all.deb
Checksums-Sha256: 
 5e876a9b411e9da876a5d67d1b974360dc72899ad660c742c7622fb5fc4bffb9 1333 
dahdi-linux_2.2.1+dfsg-1.dsc
 af80c5f188a574cc2a7631a51b552956aa713b58c1b029fa17767e192440f2e1 1036224 
dahdi-linux_2.2.1+dfsg.orig.tar.gz
 84e879f69f3388f21945242411b901a36e4acf1972856d26ad59de6011e56a20 139252 
dahdi-linux_2.2.1+dfsg-1.diff.gz
 a0d7ebeaffe9b4c8f709ca49740f280410a7cb5888d8b9208cbc63ff8d800e95 87584 
dahdi-linux_2.2.1+dfsg-1_all.deb
 e637bab90cc9282a8f97d6612fdf5c79d9189853134566ed348f55b8a01e78ff 858780 
dahdi-source_2.2.1+dfsg-1_all.deb
Files: 
 bad7bc83f36e9e4c3e554b1dbc64922f 1333 comm optional 
dahdi-linux_2.2.1+dfsg-1.dsc
 de8a030363b5f9d987cca3f320c61d97 1036224 comm optional 
dahdi-linux_2.2.1+dfsg.orig.tar.gz
 e6251d9a19c42d0b83d2ace0d7392512 139252 comm optional 
dahdi-linux_2.2.1+dfsg-1.diff.gz
 9ffd9f3ba70f1b979870c3638da029ea 87584 comm optional 
dahdi-linux_2.2.1+dfsg-1_all.deb
 2cddb06c04b233d952ba8f24ac316187 858780 kernel optional 
dahdi-source_2.2.1+dfsg-1_all.deb

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

iEYEARECAAYFAkuSk9oACgkQoCzanz0IthJFDQCfRfYkZOl4PHji5ygtETf9qyi/
groAn2DjnQzsrmTEjpsZsDmlsprrxlM2
=oFpf
-END PGP SIGNATURE-


Accepted:
dahdi-linux_2.2.1+dfsg-1.diff.gz
  to main/d/dahdi-linux/dahdi-linux_2.2.1+dfsg-1.diff.gz
dahdi-linux_2.2.1+dfsg-1.dsc
  to main/d/dahdi-linux/dahdi-linux_2.2.1+dfsg-1.dsc
dahdi-linux_2.2.1+dfsg-1_all.deb
  to main/d/dahdi-linux/dahdi-linux_2.2.1+dfsg-1_all.deb
dahdi-linux_2.2.1+dfsg.orig.tar.gz
  to main/d/dahdi-linux/dahdi-linux_2.2.1+dfsg.orig.tar.gz
dahdi-source_2.2.1+dfsg-1_all.deb
  to main/d/dahdi-linux/dahdi-source_2.2.1+dfsg-1_all.deb


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



Accepted dahdi-tools 1:2.2.1-1 (source i386)

2010-03-06 Thread Tzafrir Cohen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 07 Mar 2010 04:43:13 +1100
Source: dahdi-tools
Binary: dahdi libtonezone2.0 libtonezone-dev
Architecture: source i386
Version: 1:2.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team pkg-voip-maintain...@lists.alioth.debian.org
Changed-By: Tzafrir Cohen tzafrir.co...@xorcom.com
Description: 
 dahdi  - utilities for using the DAHDI kernel modules
 libtonezone-dev - tonezone library (development)
 libtonezone2.0 - tonezone library (runtime)
Closes: 536257 564381
Changes: 
 dahdi-tools (1:2.2.1-1) unstable; urgency=low
 .
   [ Tzafrir Cohen ]
   * New upstream release (Closes: #536257, #564381).
   * Patch 'bashism' dropped: merged upstream.
   * Patch xpp_no_extra_at dropped: merged upstream.
   * Add an example genconf_parameters.
   * Compat level 7.
   * Bump standars version to 3.8.3.0 (no change needed)
   * Udev rules are now in dahdi-linux.
   * Patches perl_fix_noserial, perl_fix_transportdir: Fixes for some
 minor perl issues.
   * Add the missing ${misc:Depends}, as per lintian.
   * Patch astribank_allow_ignoreend: an extra missing patch from upstream.
   * Patches init_unload_modules and init_unload_oslec: also unload OSLEC
 when unloading all modules.
Checksums-Sha1: 
 0b28da897de918626fc2b1bb44d94fe9ce954984 1381 dahdi-tools_2.2.1-1.dsc
 159a8a6a0f8d5a322ab5158ad20d5953b66cf6e6 504014 dahdi-tools_2.2.1.orig.tar.gz
 f883489c3b1a338fc4aba837ddfa878c4ca617e9 25326 dahdi-tools_2.2.1-1.diff.gz
 7098f9447db76d32ec66065fb5e9a9352c13ea5f 324048 dahdi_2.2.1-1_i386.deb
 9777364a22c1bdc4657cbf803ab94173c5fc64c5 42364 libtonezone2.0_2.2.1-1_i386.deb
 cf3bf9963bcf9503609d6082bc4e001ffeec2b4a 43412 libtonezone-dev_2.2.1-1_i386.deb
Checksums-Sha256: 
 769543583391373023995a1e59f1c7c8442e96dcc64fcac31fb2a8074b7a 1381 
dahdi-tools_2.2.1-1.dsc
 142d61ef4c81eff8c1eaa7146fecfc800765f03fc6126798670ac4b6232a36ef 504014 
dahdi-tools_2.2.1.orig.tar.gz
 0076fe5397e3d791bb5f0e68cea8fdfbbaf0a2621f4befd9de7b5efdfff8a5a4 25326 
dahdi-tools_2.2.1-1.diff.gz
 530d980a69c58427071e8d29923792483087881830307423d69350561004228e 324048 
dahdi_2.2.1-1_i386.deb
 365c0f05b262ef33d620691b5b331875d816b7107610c22640fc53946572351c 42364 
libtonezone2.0_2.2.1-1_i386.deb
 c96c618574bc2979eaae9106b103eead8f14f8042c43956f3981562933c04e30 43412 
libtonezone-dev_2.2.1-1_i386.deb
Files: 
 d3638cae8ee0cdcc3f115a224ab0d7ed 1381 comm optional dahdi-tools_2.2.1-1.dsc
 04e7097929851f744f777400125180db 504014 comm optional 
dahdi-tools_2.2.1.orig.tar.gz
 ed8a90ebb767fb0b73b1fced4166b631 25326 comm optional 
dahdi-tools_2.2.1-1.diff.gz
 8df15471c4f043e728eaea5938bdbea4 324048 comm optional dahdi_2.2.1-1_i386.deb
 f4559d3452246e1b6241d92ca34682c9 42364 libs optional 
libtonezone2.0_2.2.1-1_i386.deb
 d408afeae84b43265829ae41ecd534d4 43412 libdevel optional 
libtonezone-dev_2.2.1-1_i386.deb

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

iEYEARECAAYFAkuSlI8ACgkQoCzanz0IthJxvACeKREOGYddDzkRA3RKB1V8fJMa
t4sAnjzlCb1sz3Jq3LwHjs/KvEZp+85F
=bbg6
-END PGP SIGNATURE-


Accepted:
dahdi-tools_2.2.1-1.diff.gz
  to main/d/dahdi-tools/dahdi-tools_2.2.1-1.diff.gz
dahdi-tools_2.2.1-1.dsc
  to main/d/dahdi-tools/dahdi-tools_2.2.1-1.dsc
dahdi-tools_2.2.1.orig.tar.gz
  to main/d/dahdi-tools/dahdi-tools_2.2.1.orig.tar.gz
dahdi_2.2.1-1_i386.deb
  to main/d/dahdi-tools/dahdi_2.2.1-1_i386.deb
libtonezone-dev_2.2.1-1_i386.deb
  to main/d/dahdi-tools/libtonezone-dev_2.2.1-1_i386.deb
libtonezone2.0_2.2.1-1_i386.deb
  to main/d/dahdi-tools/libtonezone2.0_2.2.1-1_i386.deb


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



Accepted gecko-mediaplayer 0.9.9.2-1 (source amd64)

2010-03-06 Thread Cesare Tirabassi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 27 Feb 2010 17:04:42 +0100
Source: gecko-mediaplayer
Binary: gecko-mediaplayer
Architecture: source amd64
Version: 0.9.9.2-1
Distribution: unstable
Urgency: low
Maintainer: Cesare Tirabassi norse...@ubuntu.com
Changed-By: Cesare Tirabassi norse...@ubuntu.com
Description: 
 gecko-mediaplayer - Multimedia plug-in for Gecko browsers
Changes: 
 gecko-mediaplayer (0.9.9.2-1) unstable; urgency=low
 .
   * Point fix release (LP: #523793):
 - Use proper NPERR and NPRES codes in the URLNotify and DestroyStream
 - Fix Apple HD Gallery site
 - Improved handling of .m3u playlists
 - Opera still has issues with apple.com/trailers sites,
   due to user agent issues.
   * Add chromium-browser ( 4.0) as a compatible browser
Checksums-Sha1: 
 048df2e23b7b044b8f1d1267ba06b84e02047f05 1585 gecko-mediaplayer_0.9.9.2-1.dsc
 fb9620bbb9e4df27a7e588dcf3d0b6e55188c262 262053 
gecko-mediaplayer_0.9.9.2.orig.tar.gz
 930630346c2949baf89eb88ed0eb10794c16a706 5826 
gecko-mediaplayer_0.9.9.2-1.debian.tar.gz
 a62d1a2a623f3f95878a7c1385260fb2958055af 203840 
gecko-mediaplayer_0.9.9.2-1_amd64.deb
Checksums-Sha256: 
 8ad9c6a611c37fffe91bfbcfcb8eef7112374a5c1e7aee83b5c8229a663da407 1585 
gecko-mediaplayer_0.9.9.2-1.dsc
 378b6c149e41efd5f0e47c8a711d7b3e108409cb72c6f9504ac4a8791de83cd6 262053 
gecko-mediaplayer_0.9.9.2.orig.tar.gz
 fa32ce3a9ebe8ed9af5722970f428098a304cce848e10704131a2daf0b0bf0cb 5826 
gecko-mediaplayer_0.9.9.2-1.debian.tar.gz
 9e1bb07a5da80bcf1859d22d3ebcbe51bdca3cadbc6a5a0d5cd79f0ccb292ece 203840 
gecko-mediaplayer_0.9.9.2-1_amd64.deb
Files: 
 4ea6455680b2b1409b9b7e84f502f58f 1585 video optional 
gecko-mediaplayer_0.9.9.2-1.dsc
 deb41a4bcbde2b78d548dc37b684cfbb 262053 video optional 
gecko-mediaplayer_0.9.9.2.orig.tar.gz
 dd34bd339658b4b312855cb61030743a 5826 video optional 
gecko-mediaplayer_0.9.9.2-1.debian.tar.gz
 f7cb85f96b8f7ed2a87861e874895fb8 203840 video optional 
gecko-mediaplayer_0.9.9.2-1_amd64.deb

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

iJwEAQECAAYFAkuSlqMACgkQ78RAoABp8o+JFwP/f3VmK8+mTasQX1gQufbkPTv3
waGDRXYkk0fcCSO5bB261mhQ7tZdI1HWjty7qhbwVZeBzmXi8icWH6ZFkXBdIZND
aiM3dPP0a60LY59ApxQl2jY/9NoE9P63/7KLwDkgZkwe7aE1JUlJsT+rBg+G7AH6
bVBODzhbaHKistYSXR8=
=xmMr
-END PGP SIGNATURE-


Accepted:
gecko-mediaplayer_0.9.9.2-1.debian.tar.gz
  to main/g/gecko-mediaplayer/gecko-mediaplayer_0.9.9.2-1.debian.tar.gz
gecko-mediaplayer_0.9.9.2-1.dsc
  to main/g/gecko-mediaplayer/gecko-mediaplayer_0.9.9.2-1.dsc
gecko-mediaplayer_0.9.9.2-1_amd64.deb
  to main/g/gecko-mediaplayer/gecko-mediaplayer_0.9.9.2-1_amd64.deb
gecko-mediaplayer_0.9.9.2.orig.tar.gz
  to main/g/gecko-mediaplayer/gecko-mediaplayer_0.9.9.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/e1nnykm-0003ds...@ries.debian.org



Accepted sisu 2.0.0-1 (source all)

2010-03-06 Thread Ralph Amissah
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 06:50:00 -0500
Source: sisu
Binary: sisu sisu-complete sisu-pdf sisu-postgresql sisu-sqlite
Architecture: source all
Version: 2.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Ralph Amissah ra...@amissah.com
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 (2.0.0-1) unstable; urgency=low
 .
   * new upstream, introducing v2 with new middle layer and downstream
 libraries; includes epub output
 .
   * sisu v2 installed by default as sisu
 .
   * debian/sisu.install now installs version 1 and version 2 libraries
 .
   * debian/control package description adds mention of Epub output introduced
 with this version
 .
   * same lintian overrides added to version 2 as were in version 1, some sample
 scripts are provided as text, and not intended to be executable
 .
   * debian News provided for this version, warning of incompatibility with
 version 1 markup, brought about by change to document header
Checksums-Sha1: 
 cae1e2ed28b86fded6705c994b3b0e2300812e9b 1145 sisu_2.0.0-1.dsc
 923e7badb7767f3a8af4ccd521011bc8a364f9b5 2733550 sisu_2.0.0.orig.tar.gz
 0a7e7e12376ca4ed461104697684c5a54898c3a8 275302 sisu_2.0.0-1.diff.gz
 93fbde9b9562281404992c374a7a98f9127b98fa 3671294 sisu_2.0.0-1_all.deb
 d3fdb884f6be64904f567d815cde88a45f4bbe53 28122 sisu-complete_2.0.0-1_all.deb
 8c17033732fe307a5984880a620ff4e5c02453b1 29078 sisu-pdf_2.0.0-1_all.deb
 9ee6a58b9096f5a5a1745157bd2049d8f11da9a3 29428 sisu-postgresql_2.0.0-1_all.deb
 0144619a5c9a129eab20801f63a1098fa2392339 29416 sisu-sqlite_2.0.0-1_all.deb
Checksums-Sha256: 
 6a157cbfc838f8141b352ab1513ac67bb43802db22f62902275df48ba41c5a0f 1145 
sisu_2.0.0-1.dsc
 4fc214d40542e0d2ba7447e9ff06de3612d857d9015e8233877f9b4f93a9875f 2733550 
sisu_2.0.0.orig.tar.gz
 799b5b0b47df7356d774ac6c26529dcc57d7195a86401981cb2e89028cd795ea 275302 
sisu_2.0.0-1.diff.gz
 52c8c3cb35551570417efd9b926181d7fadac8e9557e81552a9c64c310c49507 3671294 
sisu_2.0.0-1_all.deb
 b1db0ba1bad3d77d8800c02c8533007f1c0e3f18405d64a8516e1472975e9dfb 28122 
sisu-complete_2.0.0-1_all.deb
 bc7738a5290064c8671c6cb24a522386995d28c161f21a103ff54ead0b5f84c7 29078 
sisu-pdf_2.0.0-1_all.deb
 671dbf4414697b0fce31f74fd8dc91ad7c82104bd7b66649939bd3100cbfbb8f 29428 
sisu-postgresql_2.0.0-1_all.deb
 206c97b7aa1a3d2b59be8d1f6b5ea08f008fc589ec382bbf36139f4edb096b5b 29416 
sisu-sqlite_2.0.0-1_all.deb
Files: 
 f11a1808d541080dee9f7baae0edd3a5 1145 text optional sisu_2.0.0-1.dsc
 49fedd017b26c3c9daa3c55cf6c766f6 2733550 text optional sisu_2.0.0.orig.tar.gz
 b585b02af4154a3d0c4759a5e4e6cf21 275302 text optional sisu_2.0.0-1.diff.gz
 49927f223b1d79fb1d2dfdf2002a8fef 3671294 text optional sisu_2.0.0-1_all.deb
 fdc1e03fb5d1f20aaa7127b15bc67afd 28122 text optional 
sisu-complete_2.0.0-1_all.deb
 cc4b60d1d880ca26c75f28f205e15386 29078 text optional sisu-pdf_2.0.0-1_all.deb
 e40142b229aa1f3c5d54990631b819bb 29428 text optional 
sisu-postgresql_2.0.0-1_all.deb
 84709c307e9e92361190cb52014849de 29416 text optional 
sisu-sqlite_2.0.0-1_all.deb

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

iEYEARECAAYFAkuSb6EACgkQb3gYqbmPYrGjgACdH7HnDpHHBClZemRJHHNY6L3L
AmYAn0fZ7fAFjyxOLKyCnxCePldGD/60
=nRqi
-END PGP SIGNATURE-


Accepted:
sisu-complete_2.0.0-1_all.deb
  to main/s/sisu/sisu-complete_2.0.0-1_all.deb
sisu-pdf_2.0.0-1_all.deb
  to main/s/sisu/sisu-pdf_2.0.0-1_all.deb
sisu-postgresql_2.0.0-1_all.deb
  to main/s/sisu/sisu-postgresql_2.0.0-1_all.deb
sisu-sqlite_2.0.0-1_all.deb
  to main/s/sisu/sisu-sqlite_2.0.0-1_all.deb
sisu_2.0.0-1.diff.gz
  to main/s/sisu/sisu_2.0.0-1.diff.gz
sisu_2.0.0-1.dsc
  to main/s/sisu/sisu_2.0.0-1.dsc
sisu_2.0.0-1_all.deb
  to main/s/sisu/sisu_2.0.0-1_all.deb
sisu_2.0.0.orig.tar.gz
  to main/s/sisu/sisu_2.0.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/e1nnylk-0003jd...@ries.debian.org



Accepted sisu-markup-samples 2.0.0-1 (source all)

2010-03-06 Thread Ralph Amissah
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 08:37:43 -0500
Source: sisu-markup-samples
Binary: sisu-markup-samples
Architecture: source all
Version: 2.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Ralph Amissah ra...@amissah.com
Changed-By: Ralph Amissah ra...@amissah.com
Description: 
 sisu-markup-samples - document markup examples for sisu, publish and search 
framework
Changes: 
 sisu-markup-samples (2.0.0-1) unstable; urgency=low
 .
   * introduce version 2, installs markup samples for both sisu version 1 and 2,
 both sets of libraries being available in sisu v2
 .
   * debian policy Standards-Version 3.8.4
Checksums-Sha1: 
 59edd9dd1d333b8f58aaf7d19ea5f9460ddd873d 1235 sisu-markup-samples_2.0.0-1.dsc
 a91bb51a7f782fa6d9cf8f75de61054beed1c660 12878458 
sisu-markup-samples_2.0.0.orig.tar.gz
 8cf3fa81358aa9dbdc1c0f80ac8da8d08a2945d9 5010 
sisu-markup-samples_2.0.0-1.diff.gz
 2297f7cc3a62fde7e4f12d40e66cb9a9d6ae1c96 12900820 
sisu-markup-samples_2.0.0-1_all.deb
Checksums-Sha256: 
 99c377991bc36cdce27fac7e3f602b40219a2789036994a8acb97d57292cf4cc 1235 
sisu-markup-samples_2.0.0-1.dsc
 a62f195143a13adec1107463c6cb5c87887fd619c8e093e10216e742e4934caf 12878458 
sisu-markup-samples_2.0.0.orig.tar.gz
 7a268cb3b779e0b413bd5c5785c0339d050ed743f3478119a3d4b550d9c39254 5010 
sisu-markup-samples_2.0.0-1.diff.gz
 721d29f71e6b44a56ad02f454e04427dac227959b61064014ca53780155b644d 12900820 
sisu-markup-samples_2.0.0-1_all.deb
Files: 
 b6252ed9d72ce5edceb7ed7723550f6d 1235 non-free/text extra 
sisu-markup-samples_2.0.0-1.dsc
 db7339bd1e969fec7ba592f10eed514e 12878458 non-free/text extra 
sisu-markup-samples_2.0.0.orig.tar.gz
 9f73780e3bdc34e7198987fd5d503fe6 5010 non-free/text extra 
sisu-markup-samples_2.0.0-1.diff.gz
 16424fe8c9ea0d1b080567dce921a9b6 12900820 non-free/text extra 
sisu-markup-samples_2.0.0-1_all.deb

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

iEYEARECAAYFAkuSbiMACgkQb3gYqbmPYrH4NACfeLceSk82bPWcmLrecJMA/9TU
g9sAn3m0IJ+Oil5aTr2aBVVw2R+VpL4z
=za9G
-END PGP SIGNATURE-


Accepted:
sisu-markup-samples_2.0.0-1.diff.gz
  to non-free/s/sisu-markup-samples/sisu-markup-samples_2.0.0-1.diff.gz
sisu-markup-samples_2.0.0-1.dsc
  to non-free/s/sisu-markup-samples/sisu-markup-samples_2.0.0-1.dsc
sisu-markup-samples_2.0.0-1_all.deb
  to non-free/s/sisu-markup-samples/sisu-markup-samples_2.0.0-1_all.deb
sisu-markup-samples_2.0.0.orig.tar.gz
  to non-free/s/sisu-markup-samples/sisu-markup-samples_2.0.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/e1nnylb-0003ll...@ries.debian.org



Accepted xerces-c 3.1.0-2 (source all amd64)

2010-03-06 Thread Jay Berkenbilt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 12:44:16 -0500
Source: xerces-c
Binary: libxerces-c3.1 libxerces-c-dev libxerces-c-doc libxerces-c-samples
Architecture: source all amd64
Version: 3.1.0-2
Distribution: unstable
Urgency: low
Maintainer: Jay Berkenbilt q...@debian.org
Changed-By: Jay Berkenbilt q...@debian.org
Description: 
 libxerces-c-dev - validating XML parser library for C++ (development files)
 libxerces-c-doc - validating XML parser library for C++ (documentation)
 libxerces-c-samples - validating XML parser library for C++ (compiled samples)
 libxerces-c3.1 - validating XML parser library for C++
Closes: 572293
Changes: 
 xerces-c (3.1.0-2) unstable; urgency=low
 .
   * Fix importNode so that it works with xmlns=; patch from upstream.
 (Closes: #572293)
Checksums-Sha1: 
 c951cddef73588fe01d32ec4cb14ff807125ed59 1071 xerces-c_3.1.0-2.dsc
 f2ae7f7d1b74c5a23d201dbca6330df36b1ebb43 5164 xerces-c_3.1.0-2.debian.tar.gz
 884b92dbb9a2d8458b59182b11a0340bfcb4888e 2604218 
libxerces-c-doc_3.1.0-2_all.deb
 d4f5f767da2395c04ba189b7e02172dfd54e29ad 1156730 
libxerces-c3.1_3.1.0-2_amd64.deb
 823fa4cc13070da35cbd726998d33222059891d6 2871584 
libxerces-c-dev_3.1.0-2_amd64.deb
 b5da8ddad9dbe7a6c4273e3d43506bb2ed0501be 215560 
libxerces-c-samples_3.1.0-2_amd64.deb
Checksums-Sha256: 
 1385f59a36277e1f05d79efca5030ab17a9be27d621ebe55b99465ad465e6d3e 1071 
xerces-c_3.1.0-2.dsc
 b1c9458c46858bb399f2754b03e27fd0f446aecaca0ac75cb230ed8ea306eefc 5164 
xerces-c_3.1.0-2.debian.tar.gz
 c309c3ceb5bcbc3355e77f19cd2ea2439effd9b108a5eed20357a7ddaa78bb86 2604218 
libxerces-c-doc_3.1.0-2_all.deb
 93427f11b5d9581716e51b76c7479b04b702a5b4ad95dce87e675870f8dbd5a0 1156730 
libxerces-c3.1_3.1.0-2_amd64.deb
 fdc522a38c8b9528e34a68a7dca41ed032cc80442c5d882f4cd4cd339d62eb78 2871584 
libxerces-c-dev_3.1.0-2_amd64.deb
 d536ef5d71562938a232eeddea22fd893dbc8c15359fb0597e82538815d3646c 215560 
libxerces-c-samples_3.1.0-2_amd64.deb
Files: 
 4f552a4c259f48d2a9795c7d2b148e6f 1071 libs optional xerces-c_3.1.0-2.dsc
 a89912f44350599a027fe8e3576e5693 5164 libs optional 
xerces-c_3.1.0-2.debian.tar.gz
 0ff9e907dd2f22b8b4f5ff14bbf5cae3 2604218 doc optional 
libxerces-c-doc_3.1.0-2_all.deb
 fd21d6e7a1219f4f5e16da6be5c8304a 1156730 libs optional 
libxerces-c3.1_3.1.0-2_amd64.deb
 0ebb0e23d89a9567b97dd7e0e8d92cab 2871584 libdevel optional 
libxerces-c-dev_3.1.0-2_amd64.deb
 9326a3c42d6eef693c9c140b3dba060a 215560 devel optional 
libxerces-c-samples_3.1.0-2_amd64.deb

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

iEYEARECAAYFAkuSl4EACgkQEBVk6taI4KdPBACgnEM46vKXY/K/KMFhncHW7cUP
aBgAniHGwAuoq3oKEu08EzkTlFBleGH3
=V2Pf
-END PGP SIGNATURE-


Accepted:
libxerces-c-dev_3.1.0-2_amd64.deb
  to main/x/xerces-c/libxerces-c-dev_3.1.0-2_amd64.deb
libxerces-c-doc_3.1.0-2_all.deb
  to main/x/xerces-c/libxerces-c-doc_3.1.0-2_all.deb
libxerces-c-samples_3.1.0-2_amd64.deb
  to main/x/xerces-c/libxerces-c-samples_3.1.0-2_amd64.deb
libxerces-c3.1_3.1.0-2_amd64.deb
  to main/x/xerces-c/libxerces-c3.1_3.1.0-2_amd64.deb
xerces-c_3.1.0-2.debian.tar.gz
  to main/x/xerces-c/xerces-c_3.1.0-2.debian.tar.gz
xerces-c_3.1.0-2.dsc
  to main/x/xerces-c/xerces-c_3.1.0-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/e1nnym5-0003td...@ries.debian.org



Accepted libsearch-gin-perl 0.04-1 (source all)

2010-03-06 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 06 Mar 2010 19:08:41 +0100
Source: libsearch-gin-perl
Binary: libsearch-gin-perl
Architecture: source all
Version: 0.04-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libsearch-gin-perl - Perl module for Generalized Inverted Indexing
Changes: 
 libsearch-gin-perl (0.04-1) unstable; urgency=low
 .
   * New upstream release.
   * Remove patch (applied upstream) and quilt framework.
   * debian/copyright: update formatting and years of upstream copyright;
 remove notice, copyright/license is now included.
   * Set Standards-Version to 3.8.4 (no changes).
   * Add /me to Uploaders.
   * debian/rules: install more manpages.
Checksums-Sha1: 
 80f3d4d16c88932704fd0b82f7ef0d3e26bcc7ac 2304 libsearch-gin-perl_0.04-1.dsc
 5f19fc031278a88e1f20c3a3c220f51644e88467 11204 
libsearch-gin-perl_0.04.orig.tar.gz
 0a143efc591d517c22f49e70882cda2d3befd5c7 1913 libsearch-gin-perl_0.04-1.diff.gz
 43be9e5b26aedba94fd2267509f41f14bac75ec2 20650 
libsearch-gin-perl_0.04-1_all.deb
Checksums-Sha256: 
 8716153b334df5781e11882f8f457c5df3edbcf42f38475f065978ab9494a0ab 2304 
libsearch-gin-perl_0.04-1.dsc
 a0709d098bc4912b281afd79ef99cd2b0ce6dd6d152bfa72c767a6b16d0f9750 11204 
libsearch-gin-perl_0.04.orig.tar.gz
 c443d62e2e923489491104d4865c6c7c8349a57bf9ce00594de4562b485ea874 1913 
libsearch-gin-perl_0.04-1.diff.gz
 81ace6ec310fa3408a7825311ee298a9bc119806de146a02ad169b0e8140bc2d 20650 
libsearch-gin-perl_0.04-1_all.deb
Files: 
 4e1cdfaf42f4f058257eedf9b1642a91 2304 perl optional 
libsearch-gin-perl_0.04-1.dsc
 228f6c87770d19c5a344791863cf93cd 11204 perl optional 
libsearch-gin-perl_0.04.orig.tar.gz
 1501adcf1080396242342630d5c8884b 1913 perl optional 
libsearch-gin-perl_0.04-1.diff.gz
 6f26eab52ac0da53d02033a763e989a3 20650 perl optional 
libsearch-gin-perl_0.04-1_all.deb

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

iQIcBAEBCAAGBQJLkpphAAoJELs6aAGGSaoGPf8P/iWpxnwn/01FS5eQL+m1cEmf
IVB51RzFyY3T8UIZtY2kM3L/Kr1o0GNdP9pxE53F73b8kY4qqgRAn+RpErqgb6e/
3I25FgdDud3cbrVM5Pa8oVRaTrlxa4UqIs4EMNJu8bekby5eKYy6j2xEwNw0jQLG
9UdCt+XzPu1McCa2p2gDklH2J6za/q2CjtwGLhNFdFCQ4yTSkx1sGMQ/C9xIU/qh
qXXFLASwNKoH+4Ljc7YeBb3WFwUVdLtBgLUCAsrMWphwX51qT0y42ngbryvqJPD2
54hZfu4LN1U55n5aS+yAwVIjxaiNGAHUu6cDfxOyTW7S6XThpNHxf9X2vf4pMW9j
wjlSbdH7IWD0jtGeKuzSniTtefAyBOwlZJygHiAlhtIzlSI6lHmX0Ik5xaGd1Iu1
lKQWmPJqOnHC7N+sskVgjHnjZegNS+hPtQCrFksJa2dbDaO9q9b1IrMXWXg3gcrH
shHL+Qgn701GNQi7zvptbfVOYkYTEui/w+qV5Q0QYktDDOLNVMSWpNbPq3EwufTK
TPbHOtMFinDRU0KZH74zZ+wdIt7yd7U4EPAJOPI6xNukvA8QZPfqM+l0vcLwhNTF
BKrqBfWAg3/zq2lGW8iuGqLUFnM9DP/muSs7yb0HNJIJMyNsL66iVrAzKfhw4o70
8u8mFBF5EKCuUAeJ422A
=ZK4k
-END PGP SIGNATURE-


Accepted:
libsearch-gin-perl_0.04-1.diff.gz
  to main/libs/libsearch-gin-perl/libsearch-gin-perl_0.04-1.diff.gz
libsearch-gin-perl_0.04-1.dsc
  to main/libs/libsearch-gin-perl/libsearch-gin-perl_0.04-1.dsc
libsearch-gin-perl_0.04-1_all.deb
  to main/libs/libsearch-gin-perl/libsearch-gin-perl_0.04-1_all.deb
libsearch-gin-perl_0.04.orig.tar.gz
  to main/libs/libsearch-gin-perl/libsearch-gin-perl_0.04.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/e1nnybg-0004sc...@ries.debian.org



Accepted libdata-formvalidator-perl 4.66-1 (source all)

2010-03-06 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 06 Mar 2010 19:22:36 +0100
Source: libdata-formvalidator-perl
Binary: libdata-formvalidator-perl
Architecture: source all
Version: 4.66-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libdata-formvalidator-perl - module to validate user input, mainly for HTML 
forms
Changes: 
 libdata-formvalidator-perl (4.66-1) unstable; urgency=low
 .
   [ Jonathan Yu ]
   * New upstream release
   * Remove POD spelling patch, applied upstream
   * Standards-Version 3.8.4 (no changes)
Checksums-Sha1: 
 45b22626c7ebd56540e37209863f1f32ab125985 2619 
libdata-formvalidator-perl_4.66-1.dsc
 0d3b0fd71544ab4568e2480f8f6e095530a3fba8 97145 
libdata-formvalidator-perl_4.66.orig.tar.gz
 3833fcad3e4cc754c85cdf8607cc0be5b1fdf366 3712 
libdata-formvalidator-perl_4.66-1.diff.gz
 2a1c183e8938cdc787789464e0942db0c2514717 97978 
libdata-formvalidator-perl_4.66-1_all.deb
Checksums-Sha256: 
 080479ef6c05e89026e5abf0d47864c9970424fdfe147b1a22715799977bb439 2619 
libdata-formvalidator-perl_4.66-1.dsc
 e68635286ef3e5f51df0b2884c8a7463cd55f727827aa4ef8c10532fd346f3a5 97145 
libdata-formvalidator-perl_4.66.orig.tar.gz
 2311f76c7907be934a683c05a8e93fbaca8298b5b2a5ee9dd156f0ba1edaa284 3712 
libdata-formvalidator-perl_4.66-1.diff.gz
 33b1fb347e7fc97744924a387fc7d44e3fe4b66530a89ae5aa610c2f3e57c043 97978 
libdata-formvalidator-perl_4.66-1_all.deb
Files: 
 dd9c2c9e4418ecc4f565f7cb67491001 2619 perl optional 
libdata-formvalidator-perl_4.66-1.dsc
 730da0fec7b0f80a18d17b6134af3898 97145 perl optional 
libdata-formvalidator-perl_4.66.orig.tar.gz
 956b545b958cd1cde3535311f4e5e7ab 3712 perl optional 
libdata-formvalidator-perl_4.66-1.diff.gz
 f8e47c38e8d1cf8b47aa68d0b3a7c865 97978 perl optional 
libdata-formvalidator-perl_4.66-1_all.deb

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

iQIcBAEBCAAGBQJLkp3AAAoJELs6aAGGSaoGtmAQAKKfNTFVqJ1QVBzwJuY9Zkkb
CPwBp/LLopH1pnaNTS/oIcf+xG9iHC85qLi4cBWC9tl4S4uz+7Rey8qk9DldRTjr
7DXWXYitoKDKlxq//WxeR58Ft8TE31k3f6cLPaMMsK3CWoGYW9LrOJGlMO7BvV7M
VZbjJVQM0cn0IESXgXVmq8H1biIQvWKpSg12tO5X/jtmkY+UAtB2yhiy3bwpwlks
7Hm+DK9ibmkbhqPQDXapPO6FPlUEcSwe4fgVAz37Fa4oUrM+0uUhe1R2R/VgO8Gv
+DqOR6FWjigQuG/ZzSsWnt2cY6Tj+NXkN5t6gf265s+pUuqDmn7rvwBXoouhe2Ry
c3zoi281ez0FoVgSn9dOW7as5H6tdvg0LkVVvhKtDX/veIEQzin5P2f6OVGCe5Zy
45u4YfWCHklGhVo1gg8xdgB0yJku+XhcR7ELZP4MAD63+z8lujkpGcMipk553g8/
IwZEN9Nutpj1ZH7IoMHbFS3j4U/Z+OymsoN4F/9FKoxyTnp+qJLzgKswLynHO5Z/
1zXba9RYPcqmHScs6OkDF+sCD5go452XHcrqATflFAkNgDWf6fRjTxNP/PwfncgL
Bmb3NTQPUFLnbG8uXmcOYxY8vmfIooOfuyBMnaKRep7RtUcy/sqScdTXPZ1pQRNN
sqKLGX36vqWuoq9TZWMH
=df7U
-END PGP SIGNATURE-


Accepted:
libdata-formvalidator-perl_4.66-1.diff.gz
  to 
main/libd/libdata-formvalidator-perl/libdata-formvalidator-perl_4.66-1.diff.gz
libdata-formvalidator-perl_4.66-1.dsc
  to main/libd/libdata-formvalidator-perl/libdata-formvalidator-perl_4.66-1.dsc
libdata-formvalidator-perl_4.66-1_all.deb
  to 
main/libd/libdata-formvalidator-perl/libdata-formvalidator-perl_4.66-1_all.deb
libdata-formvalidator-perl_4.66.orig.tar.gz
  to 
main/libd/libdata-formvalidator-perl/libdata-formvalidator-perl_4.66.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/e1nnynk-0005x0...@ries.debian.org



Accepted librestclient-ruby 1.4.1-1 (source all)

2010-03-06 Thread Lucas Nussbaum
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 19:13:00 +0100
Source: librestclient-ruby
Binary: librestclient-ruby1.8 librestclient-ruby
Architecture: source all
Version: 1.4.1-1
Distribution: unstable
Urgency: medium
Maintainer: Lucas Nussbaum lu...@lucas-nussbaum.net
Changed-By: Lucas Nussbaum lu...@lucas-nussbaum.net
Description: 
 librestclient-ruby - simple REST client for Ruby
 librestclient-ruby1.8 - simple REST client for Ruby
Changes: 
 librestclient-ruby (1.4.1-1) unstable; urgency=medium
 .
   * New upstream release.
   * Bugfix-only release, upload with urgency: medium.
Checksums-Sha1: 
 255262d2dd7bd57f6c5527f67dad642ca7c4b692 1427 librestclient-ruby_1.4.1-1.dsc
 c22730240963046562833784b26bb03e6a971202 47917 
librestclient-ruby_1.4.1.orig.tar.gz
 0539125ec9a6920c424e6a0ee4ac676bd643f32f 2128 
librestclient-ruby_1.4.1-1.diff.gz
 b2ad9f183db05780699270e7718419e88e45cc41 17294 
librestclient-ruby1.8_1.4.1-1_all.deb
 935805f511f128a6389936b185ebdbcd86054307 6086 
librestclient-ruby_1.4.1-1_all.deb
Checksums-Sha256: 
 2982721387eda9f9d50fb6d1380ff70bb0d2e59673e06310c8dee4cd504b37e6 1427 
librestclient-ruby_1.4.1-1.dsc
 029b2b4443f40fbd9151081f98a75843b5dcc3dad3253c036cbc56f96b19b1ba 47917 
librestclient-ruby_1.4.1.orig.tar.gz
 373fcc023d2629a7069d58741663a4163ec4ac769962513b1ba25d41f721cd87 2128 
librestclient-ruby_1.4.1-1.diff.gz
 91581fc29e7d928884e18b59ccc45f4ce8e2aa1aacc487de4bc7b608abb434b8 17294 
librestclient-ruby1.8_1.4.1-1_all.deb
 e32794fcfa401e06f04fe515e706dbfa947c6541da9d8bf1fda57e963f80e447 6086 
librestclient-ruby_1.4.1-1_all.deb
Files: 
 d2df7e48b10fd88c5ec72fab167f689a 1427 ruby extra librestclient-ruby_1.4.1-1.dsc
 ddb21943f51f0b901f73fe7c870e009f 47917 ruby extra 
librestclient-ruby_1.4.1.orig.tar.gz
 29b641e92310c672bbea6431723819e6 2128 ruby extra 
librestclient-ruby_1.4.1-1.diff.gz
 1352569d3b4fe8e9b737c901b585e286 17294 ruby extra 
librestclient-ruby1.8_1.4.1-1_all.deb
 4886142972a501a2bab85d009e6a777f 6086 ruby extra 
librestclient-ruby_1.4.1-1_all.deb

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

iD8DBQFLkp3e2hliNwI7P08RAqP4AKC8gfm/VWUS3olI8+03wd36k+02fgCdHlXJ
jhBxutdQCDWco4zee5mdrCw=
=UnCO
-END PGP SIGNATURE-


Accepted:
librestclient-ruby1.8_1.4.1-1_all.deb
  to main/libr/librestclient-ruby/librestclient-ruby1.8_1.4.1-1_all.deb
librestclient-ruby_1.4.1-1.diff.gz
  to main/libr/librestclient-ruby/librestclient-ruby_1.4.1-1.diff.gz
librestclient-ruby_1.4.1-1.dsc
  to main/libr/librestclient-ruby/librestclient-ruby_1.4.1-1.dsc
librestclient-ruby_1.4.1-1_all.deb
  to main/libr/librestclient-ruby/librestclient-ruby_1.4.1-1_all.deb
librestclient-ruby_1.4.1.orig.tar.gz
  to main/libr/librestclient-ruby/librestclient-ruby_1.4.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/e1nnynz-0005zu...@ries.debian.org



Accepted libtest-eol-perl 0.7-1 (source all)

2010-03-06 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 06 Mar 2010 19:15:39 +0100
Source: libtest-eol-perl
Binary: libtest-eol-perl
Architecture: source all
Version: 0.7-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libtest-eol-perl - module to check for non-Unix line endings
Changes: 
 libtest-eol-perl (0.7-1) unstable; urgency=low
 .
   * New upstream release.
   * Set Standards-Version to 3.8.4 (no changes).
   * Add /me to Uploaders.
Checksums-Sha1: 
 d6d5007140a5af4ddb826973d5d3593188733070 2004 libtest-eol-perl_0.7-1.dsc
 f3cd3425a05b436d8597c50a63570fd1b7d502cf 18264 libtest-eol-perl_0.7.orig.tar.gz
 5415dd7d653b48e259ea3c911518b508d3dce821 1361 libtest-eol-perl_0.7-1.diff.gz
 cae655b27e02f000e3658407833c9985fba46d42 8748 libtest-eol-perl_0.7-1_all.deb
Checksums-Sha256: 
 b2e787a4a3c071ca0a8f5ab9f6c6ec5093bd71e3566c68761384ce0ffb77159b 2004 
libtest-eol-perl_0.7-1.dsc
 6060f51003f994ef88978d9472d5bf002750e9ab25e67b01528d4f7f6bba394d 18264 
libtest-eol-perl_0.7.orig.tar.gz
 e4021ca4e05edb646c2338bc7f1fcd8ad34b7d315766ddb609ec98a8589712eb 1361 
libtest-eol-perl_0.7-1.diff.gz
 cc7067b4315649ca2d1c423ce1dca5fdb17034d406a85cf9bdc45098145926f4 8748 
libtest-eol-perl_0.7-1_all.deb
Files: 
 a33138259ec4589fd24a12be33b48e1a 2004 perl optional libtest-eol-perl_0.7-1.dsc
 92ee0e3b76dd2c387a00ef0fb099bce7 18264 perl optional 
libtest-eol-perl_0.7.orig.tar.gz
 4fdf775e4766679b333f8ceda47b8cf3 1361 perl optional 
libtest-eol-perl_0.7-1.diff.gz
 eac63fa62f88896d4803ae00cbac3f11 8748 perl optional 
libtest-eol-perl_0.7-1_all.deb

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

iQIcBAEBCAAGBQJLkpwFAAoJELs6aAGGSaoG8sgQAIf84zztINb3VVsP6eFxdygR
cFyaBCE9VRDEjPh+o7dim44WPIzM3HJFXE0B+lvRGtzNomUl0n/OnPTEqGA6sdHM
rl+uNKUt10xsPK2F6fMvQN+MPmRnO8T1cY7Pbux+BRa5sQAklqn1iTX7ohvKTI++
kK9QrrMi/pUkH1EpMbdO+Qj0A4r5bAgRqutzEEdpCtImw8Rag8wt8wGYaP00FOce
/rO61CPNyoqutV7u8dR+A2DSGmAi1Ilr/jdQmWib8RrIwPC+EoZ+qQ6eS/oAMrZ+
pPFRSwoppJuvHpL63I010gktAWfYj8dqXNmVevfNdtxT5CZO7OVA7Dqe2SLqBpeR
AJR3qjWiIAqmhx26eHpKOtORnXv1aWaGyH4Jai69AcuwGnU4R1idqkwqTp5rTdtD
Au+0uchC2ACiiq2c/5lfngP30UrqxnXR6IP2xzBVS9t8CF8vr1kFZvuPv0OJqq/F
GxLFF9C42IPmkmImHUFTw7Fl8SBcdmFz9UOaAh0m/DZWZp2B9E1CGQ3SYMZz1XpF
0y8HpJqYCQtGGek5xK39k9HzZaoGF99MAJ2+0YUKqVLjN3i6P/WiJeiDhjp5lTrE
/euW3k90ssrZXPxRkuCm3SRwKs9FJuj+QoHkXMIvwkzQn7kkRrgmxwr7YcYPuP6t
Px7334TOziFPXOeVkeBA
=adEC
-END PGP SIGNATURE-


Accepted:
libtest-eol-perl_0.7-1.diff.gz
  to main/libt/libtest-eol-perl/libtest-eol-perl_0.7-1.diff.gz
libtest-eol-perl_0.7-1.dsc
  to main/libt/libtest-eol-perl/libtest-eol-perl_0.7-1.dsc
libtest-eol-perl_0.7-1_all.deb
  to main/libt/libtest-eol-perl/libtest-eol-perl_0.7-1_all.deb
libtest-eol-perl_0.7.orig.tar.gz
  to main/libt/libtest-eol-perl/libtest-eol-perl_0.7.orig.tar.gz


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



Accepted gnet 2.0.8-2 (source i386)

2010-03-06 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 19:32:24 +0100
Source: gnet
Binary: libgnet-dev libgnet2.0-0
Architecture: source i386
Version: 2.0.8-2
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 libgnet-dev - Developer files for GNet network library
 libgnet2.0-0 - GNet network library
Closes: 325182 569378
Changes: 
 gnet (2.0.8-2) unstable; urgency=low
 .
   [ Josselin Mouette ]
   * Drop .la file, it’s not referenced anywhere.
 .
   [ Emilio Pozuelo Monfort ]
   * debian/libgnet-dev.install:
 - Ship the documentation in libgnet-dev. Closes: #325182.
   * debian/patches/01_move_define.patch:
 - Fix FTBFS by moving a #define before it's used. Closes: #569378.
   * debian/control.in:
 - Standards-Version is 3.8.4, no changes needed.
Checksums-Sha1: 
 51621f8444a8c6a0b85fba803b830db7221764ab 1194 gnet_2.0.8-2.dsc
 db8f9d48a54f288c624ed29f39e53d2f5915c546 4803 gnet_2.0.8-2.diff.gz
 ae282020297ffebeb786affc44aad954717f60ec 203468 libgnet-dev_2.0.8-2_i386.deb
 a6e6d024ed96ea5e5605a2a1f67b9341f5e10656 107822 libgnet2.0-0_2.0.8-2_i386.deb
Checksums-Sha256: 
 12ff166ebbed45b25ae3048326778d2465e7bcafafc6a752229fa03b79d064d5 1194 
gnet_2.0.8-2.dsc
 4dc3af413cb885892c19950bbab0a5715f426bd6d2a5f397a7fb08d64182f4e3 4803 
gnet_2.0.8-2.diff.gz
 4b737866a1f134b74d81f4092fdd4eeb6b8866a40fbc1b8ad454a6b82a3b284f 203468 
libgnet-dev_2.0.8-2_i386.deb
 c2352356a6cf8627efa041f67e9fc30f0e4090092917651d4d03a79ee21491af 107822 
libgnet2.0-0_2.0.8-2_i386.deb
Files: 
 6124aac4c22d350f5179b4f80628f383 1194 libs optional gnet_2.0.8-2.dsc
 0752bb785b1afeddb3949c48fd4b41b8 4803 libs optional gnet_2.0.8-2.diff.gz
 b1a9e08748f9d2522a86b24e3e833a9f 203468 libdevel optional 
libgnet-dev_2.0.8-2_i386.deb
 05a826715773bc2db51d46764a9abc0e 107822 libs optional 
libgnet2.0-0_2.0.8-2_i386.deb

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

iEYEARECAAYFAkuSojgACgkQhTV17EoIsv4BTACaAxQrWmBATFEx2GtTMMC1IkBX
13cAnRNjCofUSdO+xcGUNIv1U+WfdKuS
=OCQu
-END PGP SIGNATURE-


Accepted:
gnet_2.0.8-2.diff.gz
  to main/g/gnet/gnet_2.0.8-2.diff.gz
gnet_2.0.8-2.dsc
  to main/g/gnet/gnet_2.0.8-2.dsc
libgnet-dev_2.0.8-2_i386.deb
  to main/g/gnet/libgnet-dev_2.0.8-2_i386.deb
libgnet2.0-0_2.0.8-2_i386.deb
  to main/g/gnet/libgnet2.0-0_2.0.8-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/e1nnz1q-0006r2...@ries.debian.org



Accepted libdbd-mysql-perl 4.013-1 (source i386)

2010-03-06 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 06 Mar 2010 19:53:06 +0100
Source: libdbd-mysql-perl
Binary: libdbd-mysql-perl
Architecture: source i386
Version: 4.013-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libdbd-mysql-perl - Perl5 database interface to the MySQL database
Changes: 
 libdbd-mysql-perl (4.013-1) unstable; urgency=low
 .
   [ Raphaël Hertzog ]
   * Remove myself from Uploaders.
 .
   [ Tim Retout ]
   * New upstream version.
   * debian/control:
 + Remove versioning from perl Build-Depends.
 + Build-Depend on libmysqlclient-dev.
 .
   [ gregor herrmann ]
   * Set Standards-Version to 3.8.4 (no changes).
   * debian/control: remove leading article from short description.
   * Refresh patch and add header.
   * Convert to source format 3.0 (quilt). Remove quilt framework.
   * debian/rules: convert to dh.
   * Refresh lintian override.
   * Rename debhelper helper files in debian/ to $pkg.*.
   * Add new patch to fix a spelling mistake.
   * debian/copyright: use DEP5 format.
Checksums-Sha1: 
 ecc6282530f428e9a015e97c3bb2343e837ce193 2117 libdbd-mysql-perl_4.013-1.dsc
 c0486d6860ec73e9ffd1c51d7c460c8ddf716981 129065 
libdbd-mysql-perl_4.013.orig.tar.gz
 7b65d13e79ec779cbd104168fc97d29f2e532f3f 7400 
libdbd-mysql-perl_4.013-1.debian.tar.gz
 bf6e561bc226b8324a30b1ad1e49388d57cb8f32 135644 
libdbd-mysql-perl_4.013-1_i386.deb
Checksums-Sha256: 
 23033af705fc31e686b9ba083599b7a0de2c9e1cc2cd0010e30e2950041b1059 2117 
libdbd-mysql-perl_4.013-1.dsc
 a9270edae22ac9e6e051c7cb0f0fa08fa8134b8d9c2a14495529aed4dca8921c 129065 
libdbd-mysql-perl_4.013.orig.tar.gz
 d41d57325a2194686476db5ee812f4c8f711af98a3f53ae65cd738f2892503a8 7400 
libdbd-mysql-perl_4.013-1.debian.tar.gz
 fa66ee0c162355a1ab6edb9268740b36509a54e6a8a07738a67cc0a26ffe7200 135644 
libdbd-mysql-perl_4.013-1_i386.deb
Files: 
 a4a41e2b5c33af6afe8eedef00ae7553 2117 perl optional 
libdbd-mysql-perl_4.013-1.dsc
 0b28c245eb4cc49d5071db91bd8819b1 129065 perl optional 
libdbd-mysql-perl_4.013.orig.tar.gz
 e208bd7b7a2219561b7500efa05af9e9 7400 perl optional 
libdbd-mysql-perl_4.013-1.debian.tar.gz
 4853571d71a5a801547975c1af22a805 135644 perl optional 
libdbd-mysql-perl_4.013-1_i386.deb

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

iQIcBAEBCAAGBQJLkqTjAAoJELs6aAGGSaoGiFUP/0kjmILguI1C15IONPf4puyo
4YMQ4jioyUmVb6EjJ6dWCHrJ3r+yuojHfz1H1JcAiF+wqesXCcPNSw7jvYbGlGKt
obtt6zWAOXxlZC3thl0Jw6lW26fj0DTEY2jibcbZJ/5gJgqXbkylhkGfWHsW0G92
VqGel2hahO1wTg9WjSzOAxiOzRB1cA7MJPx0ne61F8lg+vocUyGNU0rYK0EwA2zl
MuAiOjwdbcqvE7z1abR9jpA7CAPwbZRFkMZxJf9ugaVjDpKthPP3X0PLoQvpmZkz
iehXoubOuQRxUCVXwK2V4BtIM+BJ1BxbzuV69oQyVh/UflJA1a64A0eE1E0O/ae0
nd99Aa/rokdvttQJ9GzfnT2ielhE6wRemyUoQ+tgsonTRpHhiH1h31Sc6lDlqHVw
E1sjw1wPBT4gZlLihXAy0tgy97+KdDC6DvQdtsk8FfJPSJqJULrQW71V0hQe2rOZ
IK/4k8kb1OUhYlW4n/Z2K5AWL62fl3Sis9lY5BduX3ICVNMRmwBpXeOiH3Uus/SD
6BPI8ssdi6wvYlSlFDHgCbvcMSgNXfD6dNtKYu6vHfF1hYptL8VJ8wr8oc450/wI
91jskUoTCE/GcMUa60PcnYdTeg/N7lnFNApnZTW5YfIrO/hTa0JFO/Xm/kTyc+MD
mxs/7SpKM6JpX5RJNC3b
=+n26
-END PGP SIGNATURE-


Accepted:
libdbd-mysql-perl_4.013-1.debian.tar.gz
  to main/libd/libdbd-mysql-perl/libdbd-mysql-perl_4.013-1.debian.tar.gz
libdbd-mysql-perl_4.013-1.dsc
  to main/libd/libdbd-mysql-perl/libdbd-mysql-perl_4.013-1.dsc
libdbd-mysql-perl_4.013-1_i386.deb
  to main/libd/libdbd-mysql-perl/libdbd-mysql-perl_4.013-1_i386.deb
libdbd-mysql-perl_4.013.orig.tar.gz
  to main/libd/libdbd-mysql-perl/libdbd-mysql-perl_4.013.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/e1nnzgj-0007rv...@ries.debian.org



Accepted libfile-fu-perl 0.0.7-1 (source all)

2010-03-06 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 06 Mar 2010 20:02:11 +0100
Source: libfile-fu-perl
Binary: libfile-fu-perl
Architecture: source all
Version: 0.0.7-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libfile-fu-perl - module for manipulating files and directories as objects
Changes: 
 libfile-fu-perl (0.0.7-1) unstable; urgency=low
 .
   [ Jonathan Yu ]
   * New upstream release
   * Standards-Version 3.8.4 (no changes)
   * Rewrite control description
 .
   [ Salvatore Bonaccorso ]
   * debian/control: Changed: Replace versioned (build-)dependency on
 perl (= 5.6.0-{12,16}) with an unversioned dependency on perl (as
 permitted by Debian Policy 3.8.3).
 .
   [ Ryan Niebur ]
   * Update jawnsy's email address
 .
   [ gregor herrmann ]
   * debian/control: Changed: (build-)depend on perl instead of perl-
 modules.
   * Add /me to Uploaders.
   * Convert to source format 3.0 (quilt).
   * Add patch to fix a spelling mistake.
Checksums-Sha1: 
 6c02e1b4067334c8a4a0402a113b28ae6614e0fb 2097 libfile-fu-perl_0.0.7-1.dsc
 cc0903c95c205e326c7c3a804a3ae74eb08787d4 25139 
libfile-fu-perl_0.0.7.orig.tar.gz
 bd15045f00aaf02c84bdd1eb4cd83831f36b0d22 2177 
libfile-fu-perl_0.0.7-1.debian.tar.gz
 d03510721a2afcb3a1f99135123f8dd080e44282 40102 libfile-fu-perl_0.0.7-1_all.deb
Checksums-Sha256: 
 b1b1f7549407f49ee46b44e03d58e05dd9ae29c65ff92cd5ebaaae3948ff3548 2097 
libfile-fu-perl_0.0.7-1.dsc
 8986b59b3937c8c93523fd8f3e442350d90fe65e2686627b163dc9e5e60fc632 25139 
libfile-fu-perl_0.0.7.orig.tar.gz
 450239b67aec148b495bd5d2b604de81a4a898f8bfb1d8b2e40960a59e9bdd65 2177 
libfile-fu-perl_0.0.7-1.debian.tar.gz
 cc38f52d0d0d98f65e088cc1b4a8027b45a410b30b68d5b0a435ca9ec7a15240 40102 
libfile-fu-perl_0.0.7-1_all.deb
Files: 
 0addb8d3f48a15519960030e500c5609 2097 perl optional libfile-fu-perl_0.0.7-1.dsc
 183b7d804ce00cb565cbc6f62ecd5fd2 25139 perl optional 
libfile-fu-perl_0.0.7.orig.tar.gz
 fc80132304a934b4bc342aa2de045c3f 2177 perl optional 
libfile-fu-perl_0.0.7-1.debian.tar.gz
 047019b75b447450ddcbacca7d489391 40102 perl optional 
libfile-fu-perl_0.0.7-1_all.deb

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

iQIcBAEBCAAGBQJLkqbnAAoJELs6aAGGSaoG/IIQAKv2McF2j9UvqMWTCPiNgojy
e6PPiOd94/I/1V6d/uYRygN8Nosc+bbUtxf3HudXAPY0qvlrBv98Ow5g7b48D6Aa
g3sVUA3CQxisnQkZBXJsDArM9F6YzrUt1oUt4/oCxeVCj2NrzGyvtIrE84J9oAWY
zU+kayyYQqaPbwRaz466U072z6W0aUOLq85+DySPAEhLKMxLJ0jkSxpN7CX91hwH
eLV4xHrB3vyQHJ7VntXAJ+pHlh+Jdv/TRrGd+DcOZgvhe5NGQhJjzT5IDkBAhDTp
7rc6vUUb28SE9j8eTZOhJ7/bMZZ4rIHtl2CIXDyJSybYn0v1AOwMaK7nOpbxpkAv
/uM66Hn9KOHZmrtv2WjHX/CiTLupB/zj3AyFAvfrkJiclka79Cz1qF03XnsABU4T
x7GdjIrtr5pVV4NtfE3SD164Rt5DHyQHNRys+tWz1QnnwzX/PxXnf9/m3Fz6S9We
mqobz19hQ2/4IKO/YzRqIs/9ogKGk62WJjtrArQnCwiD/HgqO/FzhR6MM/TPEqoY
FIoPju0hFXsrZvRrIBK23wJRtsK3nJvOFJYpKqjwt2CMJmYraXwTt4lszibx2TG6
Bm/9l+aUleb2nfqNsJzZ+ZcMptB8CulFWovDMFj8+dLFNNb7VMu6ntyq5wkT1QGD
W64r0+x7WKlSH7HRzd88
=ulcF
-END PGP SIGNATURE-


Accepted:
libfile-fu-perl_0.0.7-1.debian.tar.gz
  to main/libf/libfile-fu-perl/libfile-fu-perl_0.0.7-1.debian.tar.gz
libfile-fu-perl_0.0.7-1.dsc
  to main/libf/libfile-fu-perl/libfile-fu-perl_0.0.7-1.dsc
libfile-fu-perl_0.0.7-1_all.deb
  to main/libf/libfile-fu-perl/libfile-fu-perl_0.0.7-1_all.deb
libfile-fu-perl_0.0.7.orig.tar.gz
  to main/libf/libfile-fu-perl/libfile-fu-perl_0.0.7.orig.tar.gz


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



Accepted gnome-speech 1:0.4.25-2 (source i386)

2010-03-06 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 20:11:21 +0100
Source: gnome-speech
Binary: libgnome-speech7 libgnome-speech-dev gnome-speech-swift 
gnome-speech-dectalk gnome-speech-ibmtts
Architecture: source i386
Version: 1:0.4.25-2
Distribution: unstable
Urgency: low
Maintainer: Mario Lang ml...@debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 gnome-speech-dectalk - GNOME text-to-speech library (Fonix DECtalk engine 
support)
 gnome-speech-ibmtts - GNOME text-to-speech library (IBMTTS engine support)
 gnome-speech-swift - GNOME text-to-speech library (Cepstral swift engine 
support)
 libgnome-speech-dev - GNOME text-to-speech library (development headers)
 libgnome-speech7 - GNOME text-to-speech library
Changes: 
 gnome-speech (1:0.4.25-2) unstable; urgency=low
 .
   [ Mario Lang ]
   * Fix override disparity: libgnome-speech-dev libdevel -devel.
 .
   [ Josselin Mouette ]
   * Drop useless .la file.
 .
   [ Emilio Pozuelo Monfort ]
   * debian/gnome-speech-*.{postinst,prerm}:
 - Add #DEBHELPER# so that debhelper snippets are included.
   * debian/control.in:
 - libgnome-speech-dev is section libdevel.
 - Let libgnome-speech7 and libgnome-speech-dev depend on
   ${misc:Depends}.
Checksums-Sha1: 
 b0443fb80591195cdfed2809e65a3bfc23a9b8cb 1348 gnome-speech_0.4.25-2.dsc
 b568b0053eaf49bfd9d31dc682775d910bc353c7 13090 gnome-speech_0.4.25-2.diff.gz
 a13c073ec78371837f75c70674fff914f91990ef 55302 
libgnome-speech7_0.4.25-2_i386.deb
 034b763a0d9e0d6e42876c8b2d924ccf26a6aae2 47756 
libgnome-speech-dev_0.4.25-2_i386.deb
 105acc13a41ae7420e72686dc3688d8804155632 38738 
gnome-speech-swift_0.4.25-2_i386.deb
 a2fa8b1427e5246d61ed11a72f97115f1d1ec2e4 40036 
gnome-speech-dectalk_0.4.25-2_i386.deb
 d44aff8bf6667a0a9aea207289cad443e8c4ff3c 39828 
gnome-speech-ibmtts_0.4.25-2_i386.deb
Checksums-Sha256: 
 241cb4d7a857db3de3755ca2c1dd0e217ce3501146a2bb424b2c38d27e082696 1348 
gnome-speech_0.4.25-2.dsc
 720de264250b0b4783ee7b2100c60d1fbc5135091dbfc74eda3e4cae30c626f7 13090 
gnome-speech_0.4.25-2.diff.gz
 557aae82511062283d6e5f2036a67da2a7af3d5a429f69988a85ab3a2ec55188 55302 
libgnome-speech7_0.4.25-2_i386.deb
 d4ba0b98a77325556d958ebe5d6bd9525bd7661260bbe3ea03c33edd97687931 47756 
libgnome-speech-dev_0.4.25-2_i386.deb
 ff8cfb73faf0a4221903cd8c052558c62efe9279e203a90b37b88a90cf275ab8 38738 
gnome-speech-swift_0.4.25-2_i386.deb
 0da4599cefb250321aa8852dffd17bf658042140408398582a9147d374719248 40036 
gnome-speech-dectalk_0.4.25-2_i386.deb
 439c692b78e45d4c8c939174d352313b58b5fac2eb5e30b7a08c44e7e57d2b2d 39828 
gnome-speech-ibmtts_0.4.25-2_i386.deb
Files: 
 09aa97a8d17c8dedd32b0d10f69093b0 1348 libs optional gnome-speech_0.4.25-2.dsc
 60e915d44b6eefe5b6167c3912402494 13090 libs optional 
gnome-speech_0.4.25-2.diff.gz
 1df754432cd0fcbc8dd38795a8350433 55302 libs optional 
libgnome-speech7_0.4.25-2_i386.deb
 16fcbe89050dc50119dabfbb040d6fdd 47756 libdevel optional 
libgnome-speech-dev_0.4.25-2_i386.deb
 e4a80666c60891ca95d9e0f423ee8c6b 38738 contrib/libs optional 
gnome-speech-swift_0.4.25-2_i386.deb
 f0ece4eb66469550e989c0547d3db57a 40036 contrib/libs optional 
gnome-speech-dectalk_0.4.25-2_i386.deb
 a866c6bdfc765ae9a337a7194e8e05c8 39828 contrib/libs optional 
gnome-speech-ibmtts_0.4.25-2_i386.deb

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

iEYEARECAAYFAkuSqpoACgkQhTV17EoIsv6JagCeKpFmTzWr932Js4tNoZnKpbYL
zZwAn2+KeQQx+KgfplRWWzKXdss8CKJy
=JW22
-END PGP SIGNATURE-


Accepted:
gnome-speech-dectalk_0.4.25-2_i386.deb
  to contrib/g/gnome-speech/gnome-speech-dectalk_0.4.25-2_i386.deb
gnome-speech-ibmtts_0.4.25-2_i386.deb
  to contrib/g/gnome-speech/gnome-speech-ibmtts_0.4.25-2_i386.deb
gnome-speech-swift_0.4.25-2_i386.deb
  to contrib/g/gnome-speech/gnome-speech-swift_0.4.25-2_i386.deb
gnome-speech_0.4.25-2.diff.gz
  to main/g/gnome-speech/gnome-speech_0.4.25-2.diff.gz
gnome-speech_0.4.25-2.dsc
  to main/g/gnome-speech/gnome-speech_0.4.25-2.dsc
libgnome-speech-dev_0.4.25-2_i386.deb
  to main/g/gnome-speech/libgnome-speech-dev_0.4.25-2_i386.deb
libgnome-speech7_0.4.25-2_i386.deb
  to main/g/gnome-speech/libgnome-speech7_0.4.25-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/e1nnzjk-0001kp...@ries.debian.org



Accepted dia 0.97.1-2 (source all i386)

2010-03-06 Thread Roland Stigge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 20:00:35 +0100
Source: dia
Binary: dia-common dia-libs dia dia-gnome
Architecture: source all i386
Version: 0.97.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Dia Team pkg-dia-t...@lists.alioth.debian.org
Changed-By: Roland Stigge sti...@antcom.de
Description: 
 dia- Diagram editor
 dia-common - Diagram editor (common files)
 dia-gnome  - Diagram editor (GNOME version)
 dia-libs   - Diagram editor (library files)
Closes: 572235
Changes: 
 dia (0.97.1-2) unstable; urgency=low
 .
   * Use generated man page now (instead of old one) (Closes: #572235)
Checksums-Sha1: 
 0e8f37c5839761d2ed024533e94817094620c337 1345 dia_0.97.1-2.dsc
 e5ff083eb501f6811f2a4bf33423caf10f5e90ea 154679 dia_0.97.1-2.diff.gz
 e576e51e523f9717a6e4be5e44ee661c492e9466 5878810 dia-common_0.97.1-2_all.deb
 8d3fc593fff124deba6d5217271bc44bc57fe5f5 841886 dia-libs_0.97.1-2_i386.deb
 5e8c7ae78696524008dc66b1da10c49eb216aeaa 201682 dia_0.97.1-2_i386.deb
 8619254d56b7b6aa8abdef34586cc20a1bbac153 202194 dia-gnome_0.97.1-2_i386.deb
Checksums-Sha256: 
 99fb8b524123c5dca57a56d62f5ce2cd340aaebbe221df61b375f1875ddf7378 1345 
dia_0.97.1-2.dsc
 d158276e04c999e73c248fedca2ad08010645f6b02ef73416bd47019c5effa1e 154679 
dia_0.97.1-2.diff.gz
 d22726915b00d5f38681bbc6d7f4614a41cb83068694b6138873f1e9be099b63 5878810 
dia-common_0.97.1-2_all.deb
 d213d9b63aa3b4c4d07caf77211de4cdb4eb6132a9d4e2261083b1417f870ac0 841886 
dia-libs_0.97.1-2_i386.deb
 b2785956e577bfaafb745a2d9b13451b572ef244c22b9edb326a8ca49eacf762 201682 
dia_0.97.1-2_i386.deb
 9504cef75414781e5cc394ccece629b5b1ec446feeb7652f02e674ee9a65a6cb 202194 
dia-gnome_0.97.1-2_i386.deb
Files: 
 8bd7c5bd6b6043253c2831605571cd60 1345 graphics optional dia_0.97.1-2.dsc
 9ff9b6a82c2fcea0ee190b35818c51a7 154679 graphics optional dia_0.97.1-2.diff.gz
 d46ac6b0749b8223012f66b85f077106 5878810 graphics optional 
dia-common_0.97.1-2_all.deb
 8935660d2764198947d60229dd1e50e7 841886 graphics optional 
dia-libs_0.97.1-2_i386.deb
 1199a4503886860d4b924a01549c6ad8 201682 graphics optional dia_0.97.1-2_i386.deb
 a56fab124697e91b08a18c4bd6a8ec60 202194 gnome optional 
dia-gnome_0.97.1-2_i386.deb

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

iD8DBQFLkrtRcaH/YBv43g8RAlljAJ9BRmJfMB816VCK8QptOGro3MuFagCgjD7z
K3uFz5oG7jY1nc9v0CvB7jw=
=MNu/
-END PGP SIGNATURE-


Accepted:
dia-common_0.97.1-2_all.deb
  to main/d/dia/dia-common_0.97.1-2_all.deb
dia-gnome_0.97.1-2_i386.deb
  to main/d/dia/dia-gnome_0.97.1-2_i386.deb
dia-libs_0.97.1-2_i386.deb
  to main/d/dia/dia-libs_0.97.1-2_i386.deb
dia_0.97.1-2.diff.gz
  to main/d/dia/dia_0.97.1-2.diff.gz
dia_0.97.1-2.dsc
  to main/d/dia/dia_0.97.1-2.dsc
dia_0.97.1-2_i386.deb
  to main/d/dia/dia_0.97.1-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/e1no1cm-0002xd...@ries.debian.org



Accepted enscript 1.6.5.1-1 (source i386)

2010-03-06 Thread Tim Retout
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 20:50:17 +
Source: enscript
Binary: enscript
Architecture: source i386
Version: 1.6.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Tim Retout dioc...@debian.org
Changed-By: Tim Retout dioc...@debian.org
Description: 
 enscript   - converts text to Postscript, HTML or RTF with syntax highlighting
Closes: 572467
Changes: 
 enscript (1.6.5.1-1) unstable; urgency=low
 .
   * New upstream version.
 + Remove patch applied upstream: manpage-spelling-errors
   * debian/control:
 + Build-Depend on autopoint, and remove gettext and cvs.
   (Closes: #572467)
 + Remove quilt from Build-Depends.
 + Bump Standards-Version to 3.8.4 (no changes needed).
Checksums-Sha1: 
 68a6baa38948108282a21a92a8d8f982473e5da5 1279 enscript_1.6.5.1-1.dsc
 e17ae80b780d01fdc2e66bfb0e92859207bac276 1314983 enscript_1.6.5.1.orig.tar.gz
 1ea4864d41d500f85eeb8e5553a3b64778beaeaf 22617 enscript_1.6.5.1-1.debian.tar.gz
 ead6f94691313a861c0cf2640cab64c1c572acfe 538776 enscript_1.6.5.1-1_i386.deb
Checksums-Sha256: 
 82f8b0227763caa49f8498169684814b8f59f1ffefd600da420b339a381650bb 1279 
enscript_1.6.5.1-1.dsc
 57bf356c1c44bcb02865c6f7337a18d0b51042388d5f10e6bbbcdd15e368f58b 1314983 
enscript_1.6.5.1.orig.tar.gz
 931da272896c97beaa0b25799485acf602515053f52421e37320094d50e41abc 22617 
enscript_1.6.5.1-1.debian.tar.gz
 b5e18500f832df8bfaa8a39db649e3d000fa3709f08d41e53b4c42235f28167c 538776 
enscript_1.6.5.1-1_i386.deb
Files: 
 ea440bc4bd2cfbeb3cb555a2a1451133 1279 text optional enscript_1.6.5.1-1.dsc
 2d9568800bfa2831c82b6e216adaad78 1314983 text optional 
enscript_1.6.5.1.orig.tar.gz
 cf745ec92b0e5ea356730213470c0fc4 22617 text optional 
enscript_1.6.5.1-1.debian.tar.gz
 1d754587a3fb6d2992b3093833541b0d 538776 text optional 
enscript_1.6.5.1-1_i386.deb

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

iEYEARECAAYFAkuSxBcACgkQOHNNd4eQFFKH6QCcCQMv0AiIHW8g0hJrXzWvZayT
jk8AoNUSE14MAKCpHWi2873pDBYOe8tG
=/uDS
-END PGP SIGNATURE-


Accepted:
enscript_1.6.5.1-1.debian.tar.gz
  to main/e/enscript/enscript_1.6.5.1-1.debian.tar.gz
enscript_1.6.5.1-1.dsc
  to main/e/enscript/enscript_1.6.5.1-1.dsc
enscript_1.6.5.1-1_i386.deb
  to main/e/enscript/enscript_1.6.5.1-1_i386.deb
enscript_1.6.5.1.orig.tar.gz
  to main/e/enscript/enscript_1.6.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/e1no1dv-0002cx...@ries.debian.org



Accepted fop 1:0.95.dfsg-10 (source all)

2010-03-06 Thread Vincent Fourmond
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 21:02:37 +0100
Source: fop
Binary: fop fop-doc
Architecture: source all
Version: 1:0.95.dfsg-10
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Vincent Fourmond fourm...@debian.org
Description: 
 fop- XML to PDF Translator
 fop-doc- Documentation for fop
Closes: 551294 570095
Changes: 
 fop (1:0.95.dfsg-10) unstable; urgency=low
 .
   * Pull in new patch from Mathieu Malaterre mathieu.malate...@gmail.com
 to really fix the segfaults with anchors (closes: #570095)
   * Drop dependency on headed packages (closes: #551294)
   * Refreshed old patches and switch to using the full 3.0 (quilt) power
Checksums-Sha1: 
 a51a65e4832b714f9c636f980b6e2fc36d3a09eb 1663 fop_0.95.dfsg-10.dsc
 5d0316d65862201aee3aff4af537a036241c451b 12372 fop_0.95.dfsg-10.debian.tar.gz
 fcac60c9cd5effaef1d533ef7cd9c862e0c0daff 2086382 fop_0.95.dfsg-10_all.deb
 895c412510d2ac98e68a35f7007c3d3565909a20 4086226 fop-doc_0.95.dfsg-10_all.deb
Checksums-Sha256: 
 d46304894717caf721877d96300ace446cb6907fe19cbdf6f5ca9fb67fe31013 1663 
fop_0.95.dfsg-10.dsc
 b4800291ada693015dfd965820d3828cdfc8cc9c36fb4149f8672c6c35e0fbe6 12372 
fop_0.95.dfsg-10.debian.tar.gz
 cad0306fe9ec0f7346b759b1e9b42924e9072afd171259462d336a81ce18a2bb 2086382 
fop_0.95.dfsg-10_all.deb
 013deb4fbb8a6e3c4c32cdf85a824dda9ecc6d3be43777aca42d20db59566550 4086226 
fop-doc_0.95.dfsg-10_all.deb
Files: 
 1b191b0da68f0760cfde7d4ee748d917 1663 text optional fop_0.95.dfsg-10.dsc
 d895886c182acad170f8f831da82c91e 12372 text optional 
fop_0.95.dfsg-10.debian.tar.gz
 a9a69f1a01434c764fbaf17cf6e94771 2086382 text optional fop_0.95.dfsg-10_all.deb
 ff1dd79b343870687d5696f893c33927 4086226 doc optional 
fop-doc_0.95.dfsg-10_all.deb

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

iEYEARECAAYFAkuSuUIACgkQx/UhwSKygsrqWQCfQ0J+/G7RUUmRkNUEMiTD1Vq4
paoAniU+S31h7OmkrJFJGH2r+ExMs+7O
=GQ6A
-END PGP SIGNATURE-


Accepted:
fop-doc_0.95.dfsg-10_all.deb
  to main/f/fop/fop-doc_0.95.dfsg-10_all.deb
fop_0.95.dfsg-10.debian.tar.gz
  to main/f/fop/fop_0.95.dfsg-10.debian.tar.gz
fop_0.95.dfsg-10.dsc
  to main/f/fop/fop_0.95.dfsg-10.dsc
fop_0.95.dfsg-10_all.deb
  to main/f/fop/fop_0.95.dfsg-10_all.deb


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



Accepted hachoir-metadata 1.3.2-1 (source all)

2010-03-06 Thread Michel Casabona
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 02 Mar 2010 21:24:41 +0100
Source: hachoir-metadata
Binary: python-hachoir-metadata
Architecture: source all
Version: 1.3.2-1
Distribution: unstable
Urgency: low
Maintainer: Michel Casabona michel.casab...@free.fr
Changed-By: Michel Casabona michel.casab...@free.fr
Description: 
 python-hachoir-metadata - Program to extract metadata using Hachoir library
Closes: 505426 505427
Changes: 
 hachoir-metadata (1.3.2-1) unstable; urgency=low
 .
   [ Michel Casabona ]
   * New upstream release
 - hachoir-metadata-gtk: fix typos, accept filename as argument
   (closes: #505426, #505427).
   * bump Standards-Version to 3.8.4
   * bump python-hachoir-parser minimum required version to 1.3
   * debian/control:
 - Build-Depends on pyqt4-dev-tools
 - Suggests python-gtk2 for hachoir-metadata-gtk
 - Suggests python-qt4 for hachoir-metadata-qt
 - Depends on ${misc:Depends}
 - Build-Depends-Indep on python-all instead of python-all-dev
 - new Homepage
 .
   [ Sandro Tosi ]
   * debian/control
 - switch Vcs-Browser field to viewsvn
Checksums-Sha1: 
 808cf6b35c30812cab77a4bd0da2f7d3468c29d4 1464 hachoir-metadata_1.3.2-1.dsc
 787266f87999a17e3fd2f7db350ef2e92cde 51837 
hachoir-metadata_1.3.2.orig.tar.gz
 dfae3a58ee60825959d78b0db9f4b3d3b4e525fe 4148 hachoir-metadata_1.3.2-1.diff.gz
 1c3d7e05e2004e074781c3d82c8e5ded9ea243c1 44168 
python-hachoir-metadata_1.3.2-1_all.deb
Checksums-Sha256: 
 cd20039e7b9daf6154f67718a8f3107bf722d253a3e22ed1aefa4c9afecfaf1a 1464 
hachoir-metadata_1.3.2-1.dsc
 f13aa356b78aa0d7497588be604e4fa6b5e9b4dc950fac67d6079bad5e19530a 51837 
hachoir-metadata_1.3.2.orig.tar.gz
 b12edccb941e7094cfd3b7db3abbebf682afda464c73a482795c02087f73 4148 
hachoir-metadata_1.3.2-1.diff.gz
 6e079513a3e45b1b13a894c59dab97040afb40255e177aaec15368b1f867c397 44168 
python-hachoir-metadata_1.3.2-1_all.deb
Files: 
 85f32ab36b85770d0ad28bb7a3d9c831 1464 python optional 
hachoir-metadata_1.3.2-1.dsc
 15ba740838a326c4c9e45d6db8efe886 51837 python optional 
hachoir-metadata_1.3.2.orig.tar.gz
 f7a622caac3bc625c8600e9a7f96b386 4148 python optional 
hachoir-metadata_1.3.2-1.diff.gz
 5ad97653bb4632b79e2606fbc6f2fc46 44168 python optional 
python-hachoir-metadata_1.3.2-1_all.deb

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

iEYEARECAAYFAkuSstIACgkQB01zfu119Zn/6QCgzjofgb/PnbvojcXqJX7oPiGr
MIUAnA6bJ0xu6hZlC2+iGrZ7ovHuIVcJ
=+tQ7
-END PGP SIGNATURE-


Accepted:
hachoir-metadata_1.3.2-1.diff.gz
  to main/h/hachoir-metadata/hachoir-metadata_1.3.2-1.diff.gz
hachoir-metadata_1.3.2-1.dsc
  to main/h/hachoir-metadata/hachoir-metadata_1.3.2-1.dsc
hachoir-metadata_1.3.2.orig.tar.gz
  to main/h/hachoir-metadata/hachoir-metadata_1.3.2.orig.tar.gz
python-hachoir-metadata_1.3.2-1_all.deb
  to main/h/hachoir-metadata/python-hachoir-metadata_1.3.2-1_all.deb


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



Accepted mp4h 1.3.1-4.1 (source i386)

2010-03-06 Thread Thorsten Glaser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA384

Format: 1.8
Date: Thu, 04 Mar 2010 19:30:06 +
Source: mp4h
Binary: mp4h
Architecture: source i386
Version: 1.3.1-4.1
Distribution: unstable
Urgency: high
Maintainer: Felipe Augusto van de Wiel (faw) f...@debian.org
Changed-By: Thorsten Glaser t...@mirbsd.de
Description: 
 mp4h   - Macro processor for HTML documents
Closes: 559822
Changes: 
 mp4h (1.3.1-4.1) unstable; urgency=high
 .
   * Non-maintainer upload.
   * Update the autotools/libtool subsystem, use libltdl from
 the system instead of our own. (CVE-2009-3736) (Closes: #559822)
   * Fix lintian copyright-without-copyright-notice (possible REJECT cause)
   * Add missing ${misc:Depends} for debhelper to get them right
Checksums-Sha1: 
 687ae666b726b6479ef3f05b07af361ee0607446 1699 mp4h_1.3.1-4.1.dsc
 2684832bf6aa5ce3febe36ce89252140ebd1c9f0 6167 mp4h_1.3.1-4.1.diff.gz
 34800394c7d19ab23d3dcc6df51ef3bbe98a28ab 147118 mp4h_1.3.1-4.1_i386.deb
Checksums-Sha256: 
 066d702af8c2fb198a337f0fa6f6c0b045238ea0cfbc9d7307b12168c56bea3b 1699 
mp4h_1.3.1-4.1.dsc
 bdf386812f1e7218d5d17e6dab186aad600c8e9b170400a852352bb6d1fb06a9 6167 
mp4h_1.3.1-4.1.diff.gz
 8bd67962ab5825942ca8daeacaaf1a758bb1d8809d961a40be43dc64dc17f0fc 147118 
mp4h_1.3.1-4.1_i386.deb
Files: 
 33b17a54875628fa6cceaa554dba93bb 1699 web optional mp4h_1.3.1-4.1.dsc
 b7689650170fb3ed2e492a0b5ca6141d 6167 web optional mp4h_1.3.1-4.1.diff.gz
 5e663343b24434cdccd3d14b2e0fed6f 147118 web optional mp4h_1.3.1-4.1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MirBSD)

iQIVAwUBS5APgXa1NLLpkAfgAQmX9xAAp5zBscPBQSXoVKAt7YtGlb5Hs2aPawo0
ttpvod/fh+jsa/XQMiLIGhUlP8u+R8BDino1iQkff0NSuxT4vb7X9ExXFT0epEC+
VV7UmT1mNmH3+RumdZj115tecPzTEj1VyS34cg/blJslWM1lTZPCEAA/gqVkSVUU
1+eYIjMSDsxWKmAjfzPc2cO2yzcVm27x0GJgN6XikhBQ9iPndpjdEJpop67h2lY4
CcadPOnS/G2n5hS6vLn0wmq6+QBAyIolruYC2NEkF7Z0GI0fNxuS4eUUNcDABLRA
F6iZgAZ3XpuiA7i6n5Yo31MbEn4DDzuXTfe450vsRo3qs0s3Iwhxz2U/XomihxEX
dkzojY6PQCxeRMVXShkrB9NcqOpjdOCCoR+MGc7ANEELCOXY9fhWWeLG14AYzUki
3Rx31fcVNlyNRlT4ORRECAaSBUa5Gqhr+qm/NGqqqSkkdqVPqs1oANlLCJ7OlP4X
YPzrhkX7nyflkxzH8zpBY4tssTRu/fQy963PZdlnvXAIh+OgVq2ctoHOkTrRsCmA
9DomRxekVvTzaEwmOTakVlgLV6OXW9jLhGJ51Chxh+UgmpaB5WEkcK/Q4gowt6MF
chM8yyyUGbxxqfOKAyiWReuBLMVaQNYkr32Nr01lLn+ReBPUxn9eKHiWZw333SAd
r+W2k3A1IFU=
=Symq
-END PGP SIGNATURE-


Accepted:
mp4h_1.3.1-4.1.diff.gz
  to main/m/mp4h/mp4h_1.3.1-4.1.diff.gz
mp4h_1.3.1-4.1.dsc
  to main/m/mp4h/mp4h_1.3.1-4.1.dsc
mp4h_1.3.1-4.1_i386.deb
  to main/m/mp4h/mp4h_1.3.1-4.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/e1no1js-00040n...@ries.debian.org



Accepted ontv 3.0.0-4 (source i386)

2010-03-06 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 21:36:07 +0100
Source: ontv
Binary: ontv
Architecture: source i386
Version: 3.0.0-4
Distribution: unstable
Urgency: low
Maintainer: Jeremy Guitton debo...@free.fr
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 ontv   - GNOME Applet for monitoring current and upcoming TV programs
Changes: 
 ontv (3.0.0-4) unstable; urgency=low
 .
   * debian/rules:
 - Don't install *.la and *.a files.
   * debian/control.in:
 - Build depend on python-dev rather than on python2.5-dev.
 - Standards-Version is 3.8.4, no changes needed.
   * debian/patches/01_shebang.patch:
 - Don't hardcode python2.5 in the shebang to avoid a dependency on
   python2.5.
Checksums-Sha1: 
 3a76b1ea0d12ef9064e2070a10b43094a6b48db4 1508 ontv_3.0.0-4.dsc
 487a84493998b5ffac4d05ca175a8ecc32b9ad81 4926 ontv_3.0.0-4.diff.gz
 881967fd33181ad1daca5e1923a9001b4f4624a6 128138 ontv_3.0.0-4_i386.deb
Checksums-Sha256: 
 c15a92fe9875f482fc9bbc6bdba60240e9fadc200a88b5c20eaa5d71ed4c3b62 1508 
ontv_3.0.0-4.dsc
 7f8234cdcda418a6682c66028f058a33755abeee1999419ddbea5b84c6497df9 4926 
ontv_3.0.0-4.diff.gz
 1fcaccafb76269a5036633b6a61fe56e560040104092cdd320ad0f1d72f14358 128138 
ontv_3.0.0-4_i386.deb
Files: 
 07d3c70eceab03725e1260f8551e 1508 gnome optional ontv_3.0.0-4.dsc
 260d25e5a1f7789a86734a09c78e74c5 4926 gnome optional ontv_3.0.0-4.diff.gz
 ff34d5188a0a19e8ea43431aca1f2f8a 128138 gnome optional ontv_3.0.0-4_i386.deb

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

iEYEARECAAYFAkuSvuYACgkQhTV17EoIsv5fDACgviuY8Vq9d43AdTKNHItouDvs
a9cAoITof1FGbqtX4mbjtWj2T6ldSH3n
=sEsC
-END PGP SIGNATURE-


Accepted:
ontv_3.0.0-4.diff.gz
  to main/o/ontv/ontv_3.0.0-4.diff.gz
ontv_3.0.0-4.dsc
  to main/o/ontv/ontv_3.0.0-4.dsc
ontv_3.0.0-4_i386.deb
  to main/o/ontv/ontv_3.0.0-4_i386.deb


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



Accepted vlc 1.0.5-2 (source all amd64)

2010-03-06 Thread Christophe Mutricy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 02 Mar 2010 00:30:56 +0100
Source: vlc
Binary: vlc vlc-dbg vlc-nox libvlccore2 libvlc2 libvlccore-dev libvlc-dev 
vlc-plugin-sdl vlc-plugin-ggi mozilla-plugin-vlc vlc-plugin-svgalib 
vlc-plugin-jack vlc-plugin-pulse vlc-plugin-svg vlc-data
Architecture: source all amd64
Version: 1.0.5-2
Distribution: unstable
Urgency: medium
Maintainer: Debian multimedia packages maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Christophe Mutricy xto...@videolan.org
Description: 
 libvlc-dev - development files for libvlc
 libvlc2- multimedia player and streamer library
 libvlccore-dev - development files for libvlccore
 libvlccore2 - base library for VLC and its modules
 mozilla-plugin-vlc - multimedia plugin for web browsers based on VLC
 vlc- multimedia player and streamer
 vlc-data   - Common data for VLC
 vlc-dbg- debugging symbols for vlc
 vlc-nox- multimedia player and streamer (without X support)
 vlc-plugin-ggi - GGI video output plugin for VLC
 vlc-plugin-jack - Jack audio plugins for VLC
 vlc-plugin-pulse - PulseAudio plugin for VLC
 vlc-plugin-sdl - SDL video and audio output plugin for VLC
 vlc-plugin-svg - SVG plugin for VLC
 vlc-plugin-svgalib - SVGAlib video output plugin for VLC
Closes: 569151 570749
Changes: 
 vlc (1.0.5-2) unstable; urgency=medium
 .
   [ Christophe Mutricy ]
   * Install reportbug files also in vlc-data (LP: #472893)
   * Fix symlinks
   * vlc-data Replaces very old vlc as well as vlc-nox (Closes: #570749)
   * Set urgency to medium as we fix RC bug
   * Fix crash on malformed rtmp stream. (Closes: #569151)
   * Fix crash in FTP url handling (LP: #465560)
 .
   [ Benjamin Drung ]
   * Install icons in all available sizes (LP: #521744).
Checksums-Sha1: 
 a120dba4b1f710639b234b0764cf87cbb19fb795 3381 vlc_1.0.5-2.dsc
 d34794b956431addbb93e6c30381805f3500fda9 63393 vlc_1.0.5-2.diff.gz
 d79cb889c83ade88a526c80dff91b99644546fcf 7131990 vlc-data_1.0.5-2_all.deb
 4c670f50990fabab5aba2145b01fcc45a99a9552 1610738 vlc_1.0.5-2_amd64.deb
 17eb4dc58283227531568c4e7c3bd31d6788ab7c 12513548 vlc-dbg_1.0.5-2_amd64.deb
 d18b2e1c5531ffdaf0903bf00435521edcb4f181 2792234 vlc-nox_1.0.5-2_amd64.deb
 02d4588a3b257d92fbd5c1f32c3b4fd989edbae1 398372 libvlccore2_1.0.5-2_amd64.deb
 ff8c0e643dd4f1c067ab56806f72bd66f4994e51 52282 libvlc2_1.0.5-2_amd64.deb
 dbe3246e719ea5c6b878bc4fc162283b9c163ede 580624 
libvlccore-dev_1.0.5-2_amd64.deb
 cf75b1fa101bba55c102a929f32f222808b48ef0 75982 libvlc-dev_1.0.5-2_amd64.deb
 09248fff6c8c13ecf2a2cc69618fce66baf8bbae 12210 vlc-plugin-sdl_1.0.5-2_amd64.deb
 2db5a54bc7f7ad0a7fec2143450c38fa73b266c1 6294 vlc-plugin-ggi_1.0.5-2_amd64.deb
 5f6979c01235fe8a1f6fecf131b5f38e6352073f 33794 
mozilla-plugin-vlc_1.0.5-2_amd64.deb
 3410b66d17c52aa4dfa46171c569551b6cde5e44 4952 
vlc-plugin-svgalib_1.0.5-2_amd64.deb
 349faad8ab5c18b46200e67afbc7ac82354b7918 11300 
vlc-plugin-jack_1.0.5-2_amd64.deb
 1f25a2dff9d349967dd21d4dcdbdb99bb3d98255 7062 
vlc-plugin-pulse_1.0.5-2_amd64.deb
 4634af966e4af507a7882ff4c03bf015a7ca3425 6646 vlc-plugin-svg_1.0.5-2_amd64.deb
Checksums-Sha256: 
 c9eb72d059ca398322a5e766568f936a50d81725455c9facd36110f228b2bc55 3381 
vlc_1.0.5-2.dsc
 1a109d2c6fd51e67d5baa820139d4798f8528d06bb67dde7c3545015bf152999 63393 
vlc_1.0.5-2.diff.gz
 3a14bdebf02933cf4321e2db4dca3bb94d7dd868ace201946f74f0e662119b26 7131990 
vlc-data_1.0.5-2_all.deb
 7b368ded254eeaf2766748a0ef47b97cd49e5d524ba927e836470a3c09fa50dc 1610738 
vlc_1.0.5-2_amd64.deb
 b293cc94f1e3d97840d25928ca4f4c793f2b188e370c52bc60f9a5c3b683b578 12513548 
vlc-dbg_1.0.5-2_amd64.deb
 f28181f9ba026b22e805e0d38eab24b4f85db90d863f69aba9e6218d4b24ae0d 2792234 
vlc-nox_1.0.5-2_amd64.deb
 983ee31c3f63f981ad2cb7f9c3d23131c9e3e2d45f79dd491f1b7cb0372557b1 398372 
libvlccore2_1.0.5-2_amd64.deb
 35022a2f1ad096c0a316493a5bceb3b39c10bc5855ef54d69f519e12d6cde493 52282 
libvlc2_1.0.5-2_amd64.deb
 038648fd764e3215762e46a92867d7aeb5b79f2386ab8a3b768fc62dfbdd5c18 580624 
libvlccore-dev_1.0.5-2_amd64.deb
 d8de1f65375a84e3c1f035c8d83070a613d1a7333fd8e8c9a09c1b79c1b52821 75982 
libvlc-dev_1.0.5-2_amd64.deb
 6e762e65970292dbfc30b3a00cef08a31d079c969ec9ece4d3142ab4ebffe2bf 12210 
vlc-plugin-sdl_1.0.5-2_amd64.deb
 2404fe7c4b00ea720e4abe84812b8c008a2edb8c55ef750e66972d0925e02b8e 6294 
vlc-plugin-ggi_1.0.5-2_amd64.deb
 5b0d0a33dc57eaa09c4a1876545351b53bb7babcdc1b08e647536a8dc54eff95 33794 
mozilla-plugin-vlc_1.0.5-2_amd64.deb
 49259cad99dd7e1b255da7b31f0ed5c654875f4016332b231362f303ba739a49 4952 
vlc-plugin-svgalib_1.0.5-2_amd64.deb
 8c26b493b1deb4715d3b2673c94aa2e8cd0321b24d7795ff1bf37424b4dc577e 11300 
vlc-plugin-jack_1.0.5-2_amd64.deb
 48830498d4783426a78255dafb3a123c7ad870c9dc09c141b39c4f8e6454150e 7062 
vlc-plugin-pulse_1.0.5-2_amd64.deb
 5cad650b400deb67cc17b65f5876f471ea787937e5ae0e59e709ce1a8f8ea6ff 6646 
vlc-plugin-svg_1.0.5-2_amd64.deb
Files: 
 eded702e377ddface0d5366bb25f329f 3381 video optional vlc_1.0.5-2.dsc
 

  1   2   >