Re: parsing/using *.dsc *.changes, *.deb etc., from Python

2007-10-29 Thread Martin Zobel-Helas
Hi, 

On Mon Oct 29, 2007 at 01:18:27 +0100, Ondrej Certik wrote:
 Hi,
 
 when writing scripts to manage Debian repository, many people
 including me use Python. Is there some official way of doing it? It
 seems to me everyone is writing his own parsers. I know about of at
 least 5 different projects doing it:

See if http://ftp-master.debian.org/bzr/debian-archive-kit/ helps you. 

Greetings
Martin

-- 
[EMAIL PROTECTED] /root]# man real-life
No manual entry for real-life


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Szia!

2007-10-29 Thread Root User
Szia! 

 Szeretnél letölteni Magyarország legnagyobb letöltooldaláról? Ezen az oldalon 
megtalálhatóak a legujabb, legsikeresebb filmek! A filmek divx, dvd minoségben 
is megtalálhatóak! Ha pedig egy kis pornót szeretnél nézni, itt azt is 
megtalálhatod, gyönyöru lányok filmeit a Szexfilmek menü alatt! Ha játszani 
lesz kedved, arra sem lesz gond, mivel PC-re, PS2-re, sot XBOX -ra is vannak 
játékaink nem is kis mennyiségben! Mostmár nem tartalak vissza nézd meg Te is 
az oldalt! 

 http://premiers.no-ip.biz 

 http://premiers.no-ip.biz 

 premiers.no-ip.biz 

 Jó letöltést kívánunk minden leendo ügyfelünknek!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: parsing/using *.dsc *.changes, *.deb etc., from Python

2007-10-29 Thread Stefano Zacchiroli
On Mon, Oct 29, 2007 at 01:18:27AM +0100, Ondrej Certik wrote:
 2) http://www.bononia.it/~zack/blog/posts/2007/07/python_debfile.html
 3) http://packages.debian.org/unstable/devel/python-debian

Those 2 are actually one. python-debfile was a proposed addition to
python-debian and has since long been integrated into the latter.

python-debian aims to be a bundle of Python libraries to deal with
Debian-specific file formats. As such I would consider it to be the
official tool (disclaimer: but I'm one of the maintainers, so my
judgment is biased for sure!).

Note that for some of its jobs, python-debian at times uses external
libraries as, for example, python-apt.

 I am just putting it here for future reference if someone tries to
 unify these to spare him some time investigating the options.

python-debian aims at unifying stuff, maybe it's just not so widespread
(yet).

Cheers.

-- 
Stefano Zacchiroli -*- PhD in Computer Science ... now what?
[EMAIL PROTECTED],debian.org,bononia.it} -%- http://www.bononia.it/zack/
(15:56:48)  Zack: e la demo dema ?/\All one has to do is hit the
(15:57:15)  Bac: no, la demo scema\/right keys at the right time


signature.asc
Description: Digital signature


Re: Bug#447712: Package could be non-free in the United Kingdom

2007-10-29 Thread MJ Ray
Lars Wirzenius [EMAIL PROTECTED] wrote:
 ti, 2007-10-23 kello 09:44 -0500, Steve Greenland kirjoitti:
  But the license on the package itself doesn't make that restriction.

 If I have understood things correctly, in England (and the rest of the
 UK?) the copyright is owned by the crown and therefore it is the crown
 that sets the license. [...]
 But don't trust me on this, I am merely speculating.

AFAICT, that's incorrect: this restriction is from the letters patent,
not the copyright (which has long since expired).  Wikipedia seems to
have been corrected on this since I last looked.

Also, it's also not clear whether the patent is actively enforced and
it's well-known as not enforced against most printing outside the UK
(the KJV is frequently printed in the US, for example, isn't it?) even
by Englishmen.

So, does debian really need to remove packages of such importance
because of a trivially-avoidable not-obviously-enforced patent?

Surprised,
-- 
MJR/slef
My Opinion Only: see http://people.debian.org/~mjr/
Please follow http://www.uk.debian.org/MailingLists/#codeofconduct


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Bug#447712: Package could be non-free in the United Kingdom

2007-10-29 Thread Philip Charles
On Monday 29 October 2007 23:42, MJ Ray wrote:
 Lars Wirzenius [EMAIL PROTECTED] wrote:
  ti, 2007-10-23 kello 09:44 -0500, Steve Greenland kirjoitti:
   But the license on the package itself doesn't make that
   restriction.
 
  If I have understood things correctly, in England (and the rest of
  the UK?) the copyright is owned by the crown and therefore it is the
  crown that sets the license. [...]
  But don't trust me on this, I am merely speculating.

 AFAICT, that's incorrect: this restriction is from the letters patent,
 not the copyright (which has long since expired).  Wikipedia seems to
 have been corrected on this since I last looked.

 Also, it's also not clear whether the patent is actively enforced and
 it's well-known as not enforced against most printing outside the UK
 (the KJV is frequently printed in the US, for example, isn't it?) even
 by Englishmen.

 So, does debian really need to remove packages of such importance
 because of a trivially-avoidable not-obviously-enforced patent?

Queen Elizabeth II authorised William Collins of Glasgow to print my copy 
of the Scotish* version of the Authorised Vesion of the Old and New 
Testaments, under the same Letters Patent granted by Queen Victoria in 
1839. I do not think that Her Majesty and her advisers would be worried 
about electronic copies, they could well take a different stand on 
printed versions.
*While the version for the Church of Scotland is the most common and is 
the version under discussion, it is a shortened version of the original.
 
Phil.
-- 
  Philip Charles; 39a Paterson Street, Abbotsford, Dunedin, New Zealand
   +64 3 488 2818Fax +64 3 488 2875Mobile 027 663 4453
   [EMAIL PROTECTED] - personal.[EMAIL PROTECTED] - business


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: parsing/using *.dsc *.changes, *.deb etc., from Python

2007-10-29 Thread Ondrej Certik
 See if http://ftp-master.debian.org/bzr/debian-archive-kit/ helps you.

This looks good, thanks!

 python-debian aims to be a bundle of Python libraries to deal with
 Debian-specific file formats. As such I would consider it to be the
 official tool (disclaimer: but I'm one of the maintainers, so my
 judgment is biased for sure!).

 Note that for some of its jobs, python-debian at times uses external
 libraries as, for example, python-apt.

  I am just putting it here for future reference if someone tries to
  unify these to spare him some time investigating the options.

 python-debian aims at unifying stuff, maybe it's just not so widespread
 (yet).

Awesome. Maybe you could help for example the maintainer of
git-hgbuildpackage to use python-debian, so that all the code is on
one place.

BTW, I tried your example
/usr/share/doc/python-debian/examples/packages/grep-maintainer and it
doesn't work:

$ ./grep-maintainer stefano
Traceback (most recent call last):
  File ./grep-maintainer, line 26, in ?
if maint_RE.search(pkg['maintainer']):
TypeError: list indices must be integers


so please apply this patch to get it work:

diff -r bb09c7963ded grep-maintainer
--- a/grep-maintainer   Mon Oct 29 12:42:59 2007 +0100
+++ b/grep-maintainer   Mon Oct 29 12:48:08 2007 +0100
@@ -23,6 +23,7 @@ except:

 packages = PackageFile('/var/lib/dpkg/status')
 for pkg in packages:
-if maint_RE.search(pkg['maintainer']):
+pkg = dict(pkg)
+if maintainer in pkg and maint_RE.search(pkg['maintainer']):
 print pkg['package']


Now it works:

$ ./grep-maintainer stefano
mc


Ondrej


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: parsing/using *.dsc *.changes, *.deb etc., from Python

2007-10-29 Thread Stefano Zacchiroli
On Mon, Oct 29, 2007 at 12:53:33PM +0100, Ondrej Certik wrote:
 Awesome. Maybe you could help for example the maintainer of
 git-hgbuildpackage to use python-debian, so that all the code is on
 one place.

No problem, but I won't ping him in advance via mediation :), but feel
free to tell him that he is very welcome to post questions either
directly to me or to the python-debian maintainers team.

More generally, feel free to point to us people who have alternative
implementations of the code available in python-debian. We'll be very
happy to merge features available elsewhere and help porting stuff to
python-debian.

 BTW, I tried your example
 /usr/share/doc/python-debian/examples/packages/grep-maintainer and it
 doesn't work:

No wonder, the example is based on some old API. You can indeed notice
that that example is not part of python-debian. Please consider only the
examples you can currently find under
/usr/share/doc/python-debian/examples/debfile/.

Cheers.

-- 
Stefano Zacchiroli -*- PhD in Computer Science ... now what?
[EMAIL PROTECTED],debian.org,bononia.it} -%- http://www.bononia.it/zack/
(15:56:48)  Zack: e la demo dema ?/\All one has to do is hit the
(15:57:15)  Bac: no, la demo scema\/right keys at the right time


signature.asc
Description: Digital signature


Friendly reminder: the Vcs-Browser field is now official

2007-10-29 Thread Romain Francoise
Hi all,

The packages listed below use the 'XS-Vcs-Browse' field, which has
been obsoleted by the new, official 'Vcs-Browser' field.  Please
consider upgrading your control files to use that.  Also note that
the proper capitalization is 'Vcs-Browser', not 'VCS-Browser'.
Thanks.


Gregory Colpart (evolix) [EMAIL PROTECTED]
   ingo1 (U)
   kronolith2 (U)
   mnemo2 (U)
   turba2 (U)

Clint Adams [EMAIL PROTECTED]
   arch-perl
   archway
   archzoom
   axp

Daniel Baumann [EMAIL PROTECTED]
   live-helper (U)
   live-initramfs (U)
   virtualbox-ose (U)

Marcus Better [EMAIL PROTECTED]
   commons-daemon (U)
   emma-coverage (U)
   ganymed-ssh2 (U)
   input-utils
   kernel-patch-exec-shield
   libcommons-modeler-java (U)
   libjaxen-java (U)
   libxalan2-java (U)
   mysql-connector-java (U)
   rhino (U)
   stylebook (U)
   tomcat5.5 (U)

Paul Cager [EMAIL PROTECTED]
   rhino (U)

Debian Java Maintainers [EMAIL PROTECTED]
   commons-daemon
   emma-coverage
   ganymed-ssh2
   libcommons-modeler-java
   libjaxen-java
   libxalan2-java
   mysql-connector-java
   rhino
   stylebook
   tomcat5.5

Debian Live [EMAIL PROTECTED]
   live-helper
   live-initramfs

Debian Virtualbox Team  [EMAIL PROTECTED]
   virtualbox-ose

Hector Garcia [EMAIL PROTECTED]
   mailman (U)

Tollef Fog Heen [EMAIL PROTECTED]
   mailman (U)

Horde Maintainers [EMAIL PROTECTED]
   ingo1
   kronolith2
   mnemo2
   turba2

Philipp Hug [EMAIL PROTECTED]
   virtualbox-ose (U)

Philipp Kern [EMAIL PROTECTED]
   aiccu

Thijs Kinkhorst [EMAIL PROTECTED]
   dutch
   mailman (U)
   php-http-request
   phpbb2 (U)

Julian Andres Klode [EMAIL PROTECTED]
   ndisgtk

Matthias Klose [EMAIL PROTECTED]
   libxalan2-java (U)

Michael Koch [EMAIL PROTECTED]
   commons-daemon (U)
   emma-coverage (U)
   ganymed-ssh2 (U)
   libcommons-modeler-java (U)
   mysql-connector-java (U)
   stylebook (U)
   tomcat5.5 (U)

Alexander Kotelnikov [EMAIL PROTECTED]
   fvwm (U)

martin f. krafft [EMAIL PROTECTED]
   mailplate

Chris Lamb [EMAIL PROTECTED]
   cakephp
   cakephp-instaweb
   cakephp1.2
   trac-bzr

Ola Lundqvist [EMAIL PROTECTED]
   ingo1 (U)
   kronolith2 (U)
   mnemo2 (U)
   turba2 (U)

Mailman for Debian [EMAIL PROTECTED]
   mailman

Lionel Elie Mamane [EMAIL PROTECTED]
   ingo1 (U)
   kronolith2 (U)
   mailman (U)
   mnemo2 (U)
   turba2 (U)

Michael Meskes [EMAIL PROTECTED]
   virtualbox-ose (U)

Kurt Roeckx [EMAIL PROTECTED]
   dutch (U)

Erich Schubert [EMAIL PROTECTED]
   refpolicy (U)

Manoj Srivastava [EMAIL PROTECTED]
   checkpolicy
   cvs-buildpackage
   dist
   flex
   fvwm
   fvwm (U)
   kernel-package
   libcgi-perl
   liblog-log4perl-perl
   libselinux
   libsemanage
   libsepol
   mailagent
   policycoreutils
   psgml
   refpolicy
   slat
   ucf
   vm

Marvin Stark [EMAIL PROTECTED]
   virtualbox-ose (U)

Arnaud Vandyck [EMAIL PROTECTED]
   commons-daemon (U)
   libcommons-modeler-java (U)
   libjaxen-java (U)
   libxalan2-java (U)
   mysql-connector-java (U)
   rhino (U)
   tomcat5.5 (U)

Patrick Winnertz [EMAIL PROTECTED]
   virtualbox-ose (U)

Jeroen van Wolffelaar [EMAIL PROTECTED]
   phpbb2

-- 
  ,''`.
 : :' :Romain Francoise [EMAIL PROTECTED]
 `. `' http://people.debian.org/~rfrancoise/
   `-


pgpIda8x90CqY.pgp
Description: PGP signature


Re: Friendly reminder: the Vcs-Browser field is now official

2007-10-29 Thread Nico Golde
Hi Cyril,
* Cyril Brulebois [EMAIL PROTECTED] [2007-10-29 21:45]:
 Nico Golde [EMAIL PROTECTED] (29/10/2007):
  That only helps people who look now at it and it should be (I guess it
  will be) at least documented in the developers reference.
 
 I know, just pointing to the existing bits of documentation I know of.
 
  Btw, looking at Vcs-* the changelog only says:
  * Add Vcs-Browser and Vcs-Git fields to debian/control.
 
 You can also look at the previous entry, which contains others.

And this was exactly the reason why I said the changelog 
does not really help ;)
Kind regards
Nico
-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpwxAOSwb06Z.pgp
Description: PGP signature


Re: Friendly reminder: the Vcs-Browser field is now official

2007-10-29 Thread Cyril Brulebois
Nico Golde [EMAIL PROTECTED] (29/10/2007):
 That only helps people who look now at it and it should be (I guess it
 will be) at least documented in the developers reference.

I know, just pointing to the existing bits of documentation I know of.

 Btw, looking at Vcs-* the changelog only says:
 * Add Vcs-Browser and Vcs-Git fields to debian/control.

You can also look at the previous entry, which contains others.

Cheers,

-- 
Cyril Brulebois


signature.asc
Description: Digital signature


Re: Friendly reminder: the Vcs-Browser field is now official

2007-10-29 Thread Nico Golde
Hi Cyril,
* Cyril Brulebois [EMAIL PROTECTED] [2007-10-29 21:31]:
 Michael Biebl [EMAIL PROTECTED] (29/10/2007):
  So, should we use XS-Vcs-* or Vcs-* [1] in debian/control now?
 
 Vcs-*.
 
  Is there a documentation/wiki/etc. of valid fields somewhere?
 
 There's dpkg changelog in ???etc.???.

That only helps people who look now at it and it should be 
(I guess it will be) at least documented in the developers reference.
Btw, looking at Vcs-* the changelog only says:
* Add Vcs-Browser and Vcs-Git fields to debian/control.

Kind regards
Nico
-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgp8ZelOJnFUh.pgp
Description: PGP signature


Re: Friendly reminder: the Vcs-Browser field is now official

2007-10-29 Thread Michael Biebl
Romain Francoise schrieb:
 Hi all,
 
 The packages listed below use the 'XS-Vcs-Browse' field, which has
 been obsoleted by the new, official 'Vcs-Browser' field.  Please
 consider upgrading your control files to use that.  Also note that
 the proper capitalization is 'Vcs-Browser', not 'VCS-Browser'.
 Thanks.
 

So, should we use XS-Vcs-* or Vcs-* [1] in debian/control now?
Is there a documentation/wiki/etc. of valid fields somewhere?

Michael

[1] * being Vcs-Browser, Vcs-Arch, Vcs-Bzr, Vcs-Cvs, Vcs-Darcs,
Vcs-Git, Vcs-Hg, Vcs-Mtn or Vcs-Svn
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Re: Friendly reminder: the Vcs-Browser field is now official

2007-10-29 Thread Frank Lichtenheld
On Mon, Oct 29, 2007 at 08:33:24PM +0100, Romain Francoise wrote:
 The packages listed below use the 'XS-Vcs-Browse' field, which has
 been obsoleted by the new, official 'Vcs-Browser' field.  Please
 consider upgrading your control files to use that.  Also note that
 the proper capitalization is 'Vcs-Browser', not 'VCS-Browser'.
 Thanks.

There is really no such thing as proper capitalization, but that is
what dpkg will normalise it to, yeah.

Gruesse,
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#448532: ITP: phpmyvisites -- free web analytics

2007-10-29 Thread Frederic Daniel Luc Lehobey
Package: wnpp
Severity: wishlist
Owner: Frederic Daniel Luc Lehobey [EMAIL PROTECTED]

* Package name: phpmyvisites
  Version : 2.3~b4 (2.3 beta4)
  Upstream Author : phpMyVisites team
* URL : http://www.phpmyvisites.us/
* License : GPL-any
  Programming Lang: PHP
  Description : free web analytics

 phpMyVisites is a free and powerful open source (GNU/GPL) software for websites
 statistics and audience measurements. 
 phpMyVisites gives a lot of information on websites visitors, visited pages,
 software/hardware utilization, etc... The GUI Interface is fun and practical.
 The installation is entirely automated and very simple.
 Statistics are very complete and use many clear graphics to present data. The
 web analytics software is translated in more than 30 languages!

For the beta4 release (expected to be the 2.3 final release), I will
target only experimental and move to unstable once 2.3 is really out.

I put below a temptative copyright file following the new proposal
http://wiki.debian.org/Proposals/CopyrightFormat

Best regards,
Frédéric Lehobey

--
This package was downloaded from http://www.phpmyvisites.us/

Files: debian/*
Copyright: © 2007 Frederic Daniel Luc Lehobey [EMAIL PROTECTED]
License: GPL-3+
 The Debian packaging is under the GPL, version 3 or later

Files: *
Copyright: © 2002-2006 phpMyVisites team
License: GPL-any

Files: libs/artichow/*
Licence: PD

Files: libs/artichow/fonts/DejaVuSans.ttf
Copyright: © 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is
  a trademark of Bitstream, Inc.
Licence: other
   Permission is hereby granted, free of charge, to any person obtaining a copy
   of the fonts accompanying this license (Fonts) and associated
   documentation files (the Font Software), to reproduce and distribute the
   Font Software, including without limitation the rights to use, copy, merge,
   publish, distribute, and/or sell copies of the Font Software, and to permit
   persons to whom the Font Software is furnished to do so, subject to the
   following conditions:
 .
   The above copyright and trademark notices and this permission notice shall
   be included in all copies of one or more of the Font Software typefaces.
 .
   The Font Software may be modified, altered, or added to, and in particular
   the designs of glyphs or characters in the Fonts may be modified and
   additional glyphs or characters may be added to the Fonts, only if the fonts
   are renamed to names not containing either the words Bitstream or the word
   Vera.
 .
   This License becomes null and void to the extent applicable to Fonts or Font
   Software that has been modified and is distributed under the Bitstream
   Vera names.
 .
   The Font Software may be sold as part of a larger software package but no
   copy of one or more of the Font Software typefaces may be sold by itself.
 .
   THE FONT SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS
   OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
   TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME
   FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING
   ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
   WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
   THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE
   FONT SOFTWARE.
 .
   Except as contained in this notice, the names of Gnome, the Gnome
   Foundation, and Bitstream Inc., shall not be used in advertising or
   otherwise to promote the sale, use or other dealings in this Font Software
   without prior written authorization from the Gnome Foundation or Bitstream
   Inc., respectively. For further information, contact: fonts at gnome dot
   org. 

Files: libs/artichow/fonts/Tuffy.ttf
Copyright: © 2006 by Tavmjong Bah. All Rights Reserved.
Licence: other
   Permission is hereby granted, free of charge, to any person obtaining
   a copy of the fonts accompanying this license (Fonts) and
   associated documentation files (the Font Software), to reproduce
   and distribute the modifications to the Bitstream Vera Font Software,
   including without limitation the rights to use, copy, merge, publish,
   distribute, and/or sell copies of the Font Software, and to permit
   persons to whom the Font Software is furnished to do so, subject to
   the following conditions:
 .
   The above copyright and trademark notices and this permission notice
   shall be included in all copies of one or more of the Font Software
   typefaces.
 .
   The Font Software may be modified, altered, or added to, and in
   particular the designs of glyphs or characters in the Fonts may be
   modified and additional glyphs or characters may be added to the
   Fonts, only 

Re: Friendly reminder: the Vcs-Browser field is now official

2007-10-29 Thread Cyril Brulebois
Michael Biebl [EMAIL PROTECTED] (29/10/2007):
 So, should we use XS-Vcs-* or Vcs-* [1] in debian/control now?

Vcs-*.

 Is there a documentation/wiki/etc. of valid fields somewhere?

There's dpkg changelog in “etc.”.

Cheers,

-- 
Cyril Brulebois


signature.asc
Description: Digital signature


Re: Friendly reminder: the Vcs-Browser field is now official

2007-10-29 Thread Stefano Zacchiroli
On Mon, Oct 29, 2007 at 09:23:17PM +0100, Michael Biebl wrote:
 So, should we use XS-Vcs-* or Vcs-* [1] in debian/control now?
 Is there a documentation/wiki/etc. of valid fields somewhere?

There have been documentation for XS-Vcs-* since ages in the BTS as an
addendum for the devref (#391023), with patch. The documentation should
be ok, except that you can forget the trailing XS- prefix since now
the fields are officially supported by dpkg.

I don't know where now this stuff should be documented (and I've lost a
bit of enthusiasm at documenting ...), but feel free to take the current
patch text and divert it where appropriate.

Cheers.

-- 
Stefano Zacchiroli -*- PhD in Computer Science ... now what?
[EMAIL PROTECTED],debian.org,bononia.it} -%- http://www.bononia.it/zack/
(15:56:48)  Zack: e la demo dema ?/\All one has to do is hit the
(15:57:15)  Bac: no, la demo scema\/right keys at the right time


signature.asc
Description: Digital signature


Re: Friendly reminder: the Vcs-Browser field is now official

2007-10-29 Thread Stefano Zacchiroli
On Mon, Oct 29, 2007 at 09:40:15PM +0100, Nico Golde wrote:
 That only helps people who look now at it and it should be 
 (I guess it will be) at least documented in the developers reference.

See #391023, it has been there since a few days after I announced the
support of Vcs-* fields in the PTS.

Still there.

-- 
Stefano Zacchiroli -*- PhD in Computer Science ... now what?
[EMAIL PROTECTED],debian.org,bononia.it} -%- http://www.bononia.it/zack/
(15:56:48)  Zack: e la demo dema ?/\All one has to do is hit the
(15:57:15)  Bac: no, la demo scema\/right keys at the right time


signature.asc
Description: Digital signature


Bug#448540: ITP: html5-validator -- WHATWG HTML5 markup validator

2007-10-29 Thread Kai Hendry
Package: wnpp
Severity: wishlist
Owner: Kai Hendry [EMAIL PROTECTED]

* Package name: html5-validator
  Version : 2.1
  Upstream Author : Henri Sivonen [EMAIL PROTECTED]
* URL : http://validator.nu/
* License : GPL3 compatible
  Programming Lang: Java
  Description : WHATWG HTML5 markup validator

 * RELAX NG and Schematron component for (non-SGML) HTML5 parsing and
   validation
 * No text/html XHTML http://www.hixie.ch/advocacy/xhtml
 * Takes directions from the Web Hypertext Application Technology
   Working Group http://www.whatwg.org/
 * Supporting HTML5 
   http://www.whatwg.org/specs/web-apps/current-work/
 * Background from An HTML5 Conformance Checker thesis
   http://hsivonen.iki.fi/thesis/

For users who want a guaranteed level of service or want privacy.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: what's up with sparc?

2007-10-29 Thread Hamish Moffatt
On Sun, Oct 28, 2007 at 01:19:04PM +0100, Michael Banck wrote:
 On Sun, Oct 28, 2007 at 11:08:07PM +1100, Hamish Moffatt wrote:
  Thanks. OK so now a few of my packages have been built after a long
  wait, but 2.5 days later still not uploaded apparently. Are they just
  waiting for manual processing of some kind?
 
 The .changes needs to get signed manually, as for every other upload.

What's the typical frequency of that? Still no action on sparc.

Hamish
-- 
Hamish Moffatt VK3SB [EMAIL PROTECTED] [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Friendly reminder: the Vcs-Browser field is now official

2007-10-29 Thread Frank Lichtenheld
On Mon, Oct 29, 2007 at 09:40:15PM +0100, Nico Golde wrote:
 * Cyril Brulebois [EMAIL PROTECTED] [2007-10-29 21:31]:
  Michael Biebl [EMAIL PROTECTED] (29/10/2007):
   So, should we use XS-Vcs-* or Vcs-* [1] in debian/control now?
  
  Vcs-*.
  
   Is there a documentation/wiki/etc. of valid fields somewhere?
  
  There's dpkg changelog in ???etc.???.
 
 That only helps people who look now at it and it should be 
 (I guess it will be) at least documented in the developers reference.
 Btw, looking at Vcs-* the changelog only says:
 * Add Vcs-Browser and Vcs-Git fields to debian/control.

There is the deb-control(5) page, but that only applies to binary
packages. If someone would create a equivalent for source packages...
(It is somewhere on my dpkg TODO list)

Gruesse,
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Friendly reminder: the Vcs-Browser field is now official

2007-10-29 Thread Daniel Burrows
On Mon, Oct 29, 2007 at 08:33:24PM +0100, Romain Francoise [EMAIL PROTECTED] 
was heard to say:
 The packages listed below use the 'XS-Vcs-Browse' field, which has
 been obsoleted by the new, official 'Vcs-Browser' field.  Please
 consider upgrading your control files to use that.  Also note that
 the proper capitalization is 'Vcs-Browser', not 'VCS-Browser'.
 Thanks.

  Is this field meant to point at the Debian repository or the
upstream repository?  (I assume the Debian one)

  Daniel


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted spamassassin 3.2.3-1 (source all i386)

2007-10-29 Thread Duncan Findlay
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 28 Oct 2007 22:52:20 -0700
Source: spamassassin
Binary: spamassassin spamc
Architecture: source all i386
Version: 3.2.3-1
Distribution: unstable
Urgency: low
Maintainer: Duncan Findlay [EMAIL PROTECTED]
Changed-By: Duncan Findlay [EMAIL PROTECTED]
Description: 
 spamassassin - Perl-based spam filter using text analysis
 spamc  - Client for SpamAssassin spam filtering daemon
Closes: 376380 428319 435144 437816 442734
Changes: 
 spamassassin (3.2.3-1) unstable; urgency=low
 .
   * New upstream release (Closes: #435144)
 - Fixes errors with allow_user_rules (Closes: #437816)
 - Fix spamc -x (Closes: #376380)
   * Avoid DOSing with sa-update by sleeping a random interval less than an
 hour before downloading and compiling updates. (Closes: #428319)
   * Check for existence of Makefile instead of using -$(MAKE) veryclean
 in debian/rules (to satisfy lintian)
   * Fix spurious inclusion of INSTALL.orig in
 10_change_config_paths.dpatch, causing debian/rules clean to
 fail. (Closes: #442734)
Files: 
 54d0d257380d9024e5007f0737149e58 765 mail optional spamassassin_3.2.3-1.dsc
 2e356b70b9458b44a828c19f6e816521 1202082 mail optional 
spamassassin_3.2.3.orig.tar.gz
 83c2f0f8e4098f6a4f8f92d695fa79e8 29573 mail optional 
spamassassin_3.2.3-1.diff.gz
 b64c456217db72e0d1f2d274da589ae6 1064968 mail optional 
spamassassin_3.2.3-1_all.deb
 72e9f44bf6100f9076ec6dba4511f1e4 69748 mail optional spamc_3.2.3-1_i386.deb

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

iD8DBQFHJZJSqjUzNGvmnNARAvKAAJ4ojuOMHt9T/9YOCxLPCrlsfO7dlACfT4Ve
7saqvymtMJeT8y65veMTE7w=
=JfB3
-END PGP SIGNATURE-


Accepted:
spamassassin_3.2.3-1.diff.gz
  to pool/main/s/spamassassin/spamassassin_3.2.3-1.diff.gz
spamassassin_3.2.3-1.dsc
  to pool/main/s/spamassassin/spamassassin_3.2.3-1.dsc
spamassassin_3.2.3-1_all.deb
  to pool/main/s/spamassassin/spamassassin_3.2.3-1_all.deb
spamassassin_3.2.3.orig.tar.gz
  to pool/main/s/spamassassin/spamassassin_3.2.3.orig.tar.gz
spamc_3.2.3-1_i386.deb
  to pool/main/s/spamassassin/spamc_3.2.3-1_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted libpam-mount 0.29-3 (source i386)

2007-10-29 Thread Bastian Kleineidam
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 29 Oct 2007 09:01:39 +0100
Source: libpam-mount
Binary: libpam-mount
Architecture: source i386
Version: 0.29-3
Distribution: unstable
Urgency: low
Maintainer: Bastian Kleineidam [EMAIL PROTECTED]
Changed-By: Bastian Kleineidam [EMAIL PROTECTED]
Description: 
 libpam-mount - PAM module that can mount volumes for a user session
Closes: 448417
Changes: 
 libpam-mount (0.29-3) unstable; urgency=low
 .
   * New patch 02_check_null_options: check if options are NULL
 before using them. (Closes: #448417)
Files: 
 9ccec1ec2e1c4424c46f25a2578c57b8 711 admin extra libpam-mount_0.29-3.dsc
 27073d50b255e424d81f25952912cfc9 18822 admin extra libpam-mount_0.29-3.diff.gz
 81779223c18c62f0599fc4df42a84505 83892 admin extra libpam-mount_0.29-3_i386.deb

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

iD8DBQFHJaGHeBwlBDLsbz4RArlIAKCPLwINFJePpQxXfl/mlFMyROaPLgCgtMGA
5XJg7xMU+HYgSsuWNmN++aE=
=nqsK
-END PGP SIGNATURE-


Accepted:
libpam-mount_0.29-3.diff.gz
  to pool/main/libp/libpam-mount/libpam-mount_0.29-3.diff.gz
libpam-mount_0.29-3.dsc
  to pool/main/libp/libpam-mount/libpam-mount_0.29-3.dsc
libpam-mount_0.29-3_i386.deb
  to pool/main/libp/libpam-mount/libpam-mount_0.29-3_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted anthy 9100d-1 (source i386 all)

2007-10-29 Thread NOKUBI Takatsugu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 29 Oct 2007 16:11:10 +0900
Source: anthy
Binary: libanthy-dev libanthy0 anthy-el anthy
Architecture: source i386 all
Version: 9100d-1
Distribution: unstable
Urgency: low
Maintainer: NOKUBI Takatsugu [EMAIL PROTECTED]
Changed-By: NOKUBI Takatsugu [EMAIL PROTECTED]
Description: 
 anthy  - A Japanese input method (backend, dictionary and utility)
 anthy-el   - A Japanese input method (elisp fronted)
 libanthy-dev - Anthy static library, headers and documets for developers
 libanthy0  - Anthy runtime library
Changes: 
 anthy (9100d-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 9e7f132a7022cb6979c6508dac2f878a 672 utils optional anthy_9100d-1.dsc
 4f629d34034de402c3fb647713bdb0ad 4184988 utils optional anthy_9100d.orig.tar.gz
 d36ed9830e882920892163a5c9f2da33 75385 utils optional anthy_9100d-1.diff.gz
 fd1b050771006fb51890a0a2850f3d61 35928 utils optional anthy-el_9100d-1_all.deb
 fb96cf2825f34c754039c328e9f51282 3335912 utils optional anthy_9100d-1_i386.deb
 146f6e1d3e60ffa97f8d3f4b094bc754 166434 libs optional 
libanthy0_9100d-1_i386.deb
 39c93d0e7cbf94e2d7e4e7e03764a02b 199260 libdevel optional 
libanthy-dev_9100d-1_i386.deb

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

iD8DBQFHJZyhK6gmAsLOgJkRAkrwAKCFD+ZxYqXyoJ1VIZxJlEEZn+9EfwCePiWt
FD9TW6NnizU9TEsLOJToJ8U=
=dTTF
-END PGP SIGNATURE-


Accepted:
anthy-el_9100d-1_all.deb
  to pool/main/a/anthy/anthy-el_9100d-1_all.deb
anthy_9100d-1.diff.gz
  to pool/main/a/anthy/anthy_9100d-1.diff.gz
anthy_9100d-1.dsc
  to pool/main/a/anthy/anthy_9100d-1.dsc
anthy_9100d-1_i386.deb
  to pool/main/a/anthy/anthy_9100d-1_i386.deb
anthy_9100d.orig.tar.gz
  to pool/main/a/anthy/anthy_9100d.orig.tar.gz
libanthy-dev_9100d-1_i386.deb
  to pool/main/a/anthy/libanthy-dev_9100d-1_i386.deb
libanthy0_9100d-1_i386.deb
  to pool/main/a/anthy/libanthy0_9100d-1_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted ftp.app 0.1-2 (source i386)

2007-10-29 Thread Gürkan Sengün
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 29 Oct 2007 00:42:05 +0100
Source: ftp.app
Binary: ftp.app
Architecture: source i386
Version: 0.1-2
Distribution: unstable
Urgency: low
Maintainer: Gürkan Sengün [EMAIL PROTECTED]
Changed-By: Gürkan Sengün [EMAIL PROTECTED]
Description: 
 ftp.app- File transfer protocol application for GNUstep
Closes: 363530 447364
Changes: 
 ftp.app (0.1-2) unstable; urgency=low
 .
   * GNUstep transition. (Closes: #447364)
 + Fix spelling error in the long description. (Closes: #363530)
 + Updated debian/rules.
 + Updated debian/copyright.
   * debian/compat: Bump version, no changes needed.
   * debian/control: Bump debhelper version to (= 5.0.0).
   * Added a desktop file.
Files: 
 beb42995615d880e568bd7f3c2e39fd2 647 net optional ftp.app_0.1-2.dsc
 3d9d66cfd368c87a39e558b618dc515b 2431 net optional ftp.app_0.1-2.diff.gz
 4679fc2408d72b149c98cb7aff63a8af 37538 net optional ftp.app_0.1-2_i386.deb

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

iD8DBQFHJaj+J9EDSN0bDvcRAiw1AJ9EFyHy7GDK+kdaS6xKVGpEIqf4CACeKWxt
eJcRjfkWUN133FwsUSAphHU=
=j8FO
-END PGP SIGNATURE-


Accepted:
ftp.app_0.1-2.diff.gz
  to pool/main/f/ftp.app/ftp.app_0.1-2.diff.gz
ftp.app_0.1-2.dsc
  to pool/main/f/ftp.app/ftp.app_0.1-2.dsc
ftp.app_0.1-2_i386.deb
  to pool/main/f/ftp.app/ftp.app_0.1-2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted gtkmathview 0.8.0-1 (source i386)

2007-10-29 Thread Stefano Zacchiroli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 29 Oct 2007 10:34:45 +0100
Source: gtkmathview
Binary: libgtkmathview-dev libgtkmathview-bin libgtkmathview0c2a
Architecture: source i386
Version: 0.8.0-1
Distribution: unstable
Urgency: low
Maintainer: Stefano Zacchiroli [EMAIL PROTECTED]
Changed-By: Stefano Zacchiroli [EMAIL PROTECTED]
Description: 
 libgtkmathview-bin - rendering engine for MathML documents
 libgtkmathview-dev - rendering engine for MathML documents
 libgtkmathview0c2a - rendering engine for MathML documents
Closes: 442590
Changes: 
 gtkmathview (0.8.0-1) unstable; urgency=low
 .
   * new upstream release
 - some cleaning stuff during the build process has been moved from
   distclean to maintainerclean, fixing FTBFS when built more than once in
   a row (closes: #442590) ...
   * ... as a consequence revert explicit force in debian/rules to use clean
 as a clean target, distclean is just fine
   * debian/control:
 - s/Source-Version/binary:Version/ (deprecated substvar)
 - bump t1lib build dep to the minimum required version with the proper Xpm
   deps (recently NMUed)
   * bump debhelper deps and compatibility level to 5
   * promote Homepage, Vcs-Svn, Vcs-Browser to real debian/control fields
Files: 
 35ba027d7946f020553eae1438ce22c9 1037 devel optional gtkmathview_0.8.0-1.dsc
 b8f70f12df248d787819550fa8d01a9c 987322 devel optional 
gtkmathview_0.8.0.orig.tar.gz
 cec141343f6818962b39711e13946f4c 6689 devel optional 
gtkmathview_0.8.0-1.diff.gz
 6f9ba1e9751367d992817633cc8ce00f 1021234 libs optional 
libgtkmathview0c2a_0.8.0-1_i386.deb
 f6a5c9089bd0e8fa2c0bf917a7de9eb9 1426494 libdevel optional 
libgtkmathview-dev_0.8.0-1_i386.deb
 bba8f4ddf4348b18a19dfc53b06e8b04 80620 misc optional 
libgtkmathview-bin_0.8.0-1_i386.deb

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

iD8DBQFHJa0B1cqbBPLEI7wRAm3IAJ0TVomw75+yiLdYHct9wsVXqn4/XgCffphK
WExCBsaJx9ojCXwi0nIpLVo=
=hREC
-END PGP SIGNATURE-


Accepted:
gtkmathview_0.8.0-1.diff.gz
  to pool/main/g/gtkmathview/gtkmathview_0.8.0-1.diff.gz
gtkmathview_0.8.0-1.dsc
  to pool/main/g/gtkmathview/gtkmathview_0.8.0-1.dsc
gtkmathview_0.8.0.orig.tar.gz
  to pool/main/g/gtkmathview/gtkmathview_0.8.0.orig.tar.gz
libgtkmathview-bin_0.8.0-1_i386.deb
  to pool/main/g/gtkmathview/libgtkmathview-bin_0.8.0-1_i386.deb
libgtkmathview-dev_0.8.0-1_i386.deb
  to pool/main/g/gtkmathview/libgtkmathview-dev_0.8.0-1_i386.deb
libgtkmathview0c2a_0.8.0-1_i386.deb
  to pool/main/g/gtkmathview/libgtkmathview0c2a_0.8.0-1_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted live-helper 1.0~a33-1 (source all)

2007-10-29 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 22 Oct 2007 00:00:00 +0200
Source: live-helper
Binary: live-helper
Architecture: source all
Version: 1.0~a33-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Live [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 live-helper - Debian Live helper programs
Changes: 
 live-helper (1.0~a33-1) unstable; urgency=medium
 .
   [ Daniel Baumann ]
   * New upstream release.
   * Preparing live-helper 1.0~a33-1.
   * Adding cryptsetup.
   * Removing ubuntu support.
   * Removing mkisofs support.
   * Setting default union filesystem to for etch to unionfs.
 .
   [ Alex Owen ]
   * fix lh_chroot_sources to actually install *.deb from
 config/chroot_sources
 .
   [ Jesse Hathaway ]
   * add exposedroot option which exposes the root fs as ro
 .
   [ Maarten ter Huurne ]
   * Remove .img from kernel image file name.
   * Added feature to exclude paths from the root filesystem.
Files: 
 5619564b102249635de843f9b6de22af 852 misc optional live-helper_1.0~a33-1.dsc
 cb651440a1d76c3c8a69b668dd9a844a 1959577 misc optional 
live-helper_1.0~a33.orig.tar.gz
 840cf8f1ec8448e9f9a04ce35fd25925 7754 misc optional 
live-helper_1.0~a33-1.diff.gz
 24e9ada0f7bce45bed85faa3a4333607 1906596 misc optional 
live-helper_1.0~a33-1_all.deb

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

iD8DBQFHJby/+C5cwEsrK54RAlGKAJ0cVqi435FjKjJPV1VOMs6C5bHXpwCg2PwE
k5jpHLi9e9tlikQs74v5CBg=
=CoAm
-END PGP SIGNATURE-


Accepted:
live-helper_1.0~a33-1.diff.gz
  to pool/main/l/live-helper/live-helper_1.0~a33-1.diff.gz
live-helper_1.0~a33-1.dsc
  to pool/main/l/live-helper/live-helper_1.0~a33-1.dsc
live-helper_1.0~a33-1_all.deb
  to pool/main/l/live-helper/live-helper_1.0~a33-1_all.deb
live-helper_1.0~a33.orig.tar.gz
  to pool/main/l/live-helper/live-helper_1.0~a33.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted yada 0.54 (source all)

2007-10-29 Thread Piotr Roszatycki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 28 Oct 2007 19:10:13 +0100
Source: yada
Binary: yada-doc yada
Architecture: source all
Version: 0.54
Distribution: unstable
Urgency: low
Maintainer: Piotr Roszatycki [EMAIL PROTECTED]
Changed-By: Piotr Roszatycki [EMAIL PROTECTED]
Description: 
 yada   - Yet Another Debianisation Aid
 yada-doc   - Yet Another Debianisation Aid - documentation and examples
Closes: 446815
Changes: 
 yada (0.54) unstable; urgency=low
 .
   * debian/yada:
 - New field Homepage replaces Home-Page. The field is available for source
   and binary paragraphs. Closes: #446815.
 - New fields for source paragraph: Format, Vcs-*.
 - New fields for binary paragraph: Tag, Breaks.
 - New architectures: armeb, armel, kfreebsd-amd64, lpia, solaris-amd64,
   solaris-i386, solaris-sparc.
 - Print copyright info only with --version argument.
 - Do not put dot after homepage URL in copyright file.
Files: 
 9ece3f71bc531c74a227d4434cc8f8f8 624 devel optional yada_0.54.dsc
 e6ac707b4af00c500761ed86c5e36a1c 300892 devel optional yada_0.54.tar.gz
 8cf5d79a9b28c309f7d2a46bb4c5519c 48792 devel optional yada_0.54_all.deb
 9c27661147330f5c0748d36e393768ff 276532 devel optional yada-doc_0.54_all.deb

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

iD8DBQFHJbighMHHe8CxClsRAl8OAJ4sil8cnLvzF/pwBUhcBCUwyNX58ACgsdUK
SNNqKWmtUueAO3IbRU68SD0=
=E0XS
-END PGP SIGNATURE-


Accepted:
yada-doc_0.54_all.deb
  to pool/main/y/yada/yada-doc_0.54_all.deb
yada_0.54.dsc
  to pool/main/y/yada/yada_0.54.dsc
yada_0.54.tar.gz
  to pool/main/y/yada/yada_0.54.tar.gz
yada_0.54_all.deb
  to pool/main/y/yada/yada_0.54_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted opal 2.2.11~dfsg1-3 (source all i386)

2007-10-29 Thread Kilian Krause
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 29 Oct 2007 10:43:48 +0100
Source: opal
Binary: libopal-doc simpleopal libopal-2.2-ptrace libopal-dev 
libopal-2.2-develop libopal-2.2 libopal-dbg
Architecture: source all i386
Version: 2.2.11~dfsg1-3
Distribution: unstable
Urgency: high
Maintainer: Debian VoIP Team [EMAIL PROTECTED]
Changed-By: Kilian Krause [EMAIL PROTECTED]
Description: 
 libopal-2.2 - Open Phone Abstraction Library - successor of OpenH323
 libopal-2.2-develop - Open Phone Abstraction Library - full debug runtime with 
ptrace
 libopal-2.2-ptrace - Open Phone Abstraction Library - Ptrace enabled version 
for exten
 libopal-dbg - OPAL library debug symbols
 libopal-dev - OPAL library header files
 libopal-doc - OPAL library documentation files
 simpleopal - Simple example from the OPAL project
Closes: 448285
Changes: 
 opal (2.2.11~dfsg1-3) unstable; urgency=high
 .
   * Add ~ suffix after upstream version to shlibs generation.
 (Closes: #448285)
Files: 
 6a806db53e56e5d22940aded7dc2ea37 1320 libs optional opal_2.2.11~dfsg1-3.dsc
 6156a4ebacd98a28894b53c54cad6f4a 16404 libs optional 
opal_2.2.11~dfsg1-3.diff.gz
 fe7a25f98f2c0ecf81d4222130b8c909 2535020 libs optional 
libopal-2.2_2.2.11~dfsg1-3_i386.deb
 88fbecde82ca7d215b109415b622d37d 10797602 libs optional 
libopal-2.2-ptrace_2.2.11~dfsg1-3_i386.deb
 2e4cd0eb9a7166c4b64855fb26c75d8d 8834702 libs optional 
libopal-2.2-develop_2.2.11~dfsg1-3_i386.deb
 14eb0a98bd2351df8a6b6c9d6c7d24dd 13210652 libdevel optional 
libopal-dev_2.2.11~dfsg1-3_i386.deb
 848e4e1795083d2916a1012c8177aa01 154764 comm optional 
simpleopal_2.2.11~dfsg1-3_i386.deb
 7c7c8a1df905ee40567d7e80ac247049 6257806 libdevel extra 
libopal-dbg_2.2.11~dfsg1-3_i386.deb
 7622a9fbdeec58233b563aec58dc9f9c 8020112 doc extra 
libopal-doc_2.2.11~dfsg1-3_all.deb

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

iD8DBQFHJbrQvdkzt4X+wX8RAomuAJ9SJNKu5EkvuzuIDW+D6YAKWjWc4wCfUGrq
enGV3YPgaGxNLiYklyF5mME=
=TLrX
-END PGP SIGNATURE-


Accepted:
libopal-2.2-develop_2.2.11~dfsg1-3_i386.deb
  to pool/main/o/opal/libopal-2.2-develop_2.2.11~dfsg1-3_i386.deb
libopal-2.2-ptrace_2.2.11~dfsg1-3_i386.deb
  to pool/main/o/opal/libopal-2.2-ptrace_2.2.11~dfsg1-3_i386.deb
libopal-2.2_2.2.11~dfsg1-3_i386.deb
  to pool/main/o/opal/libopal-2.2_2.2.11~dfsg1-3_i386.deb
libopal-dbg_2.2.11~dfsg1-3_i386.deb
  to pool/main/o/opal/libopal-dbg_2.2.11~dfsg1-3_i386.deb
libopal-dev_2.2.11~dfsg1-3_i386.deb
  to pool/main/o/opal/libopal-dev_2.2.11~dfsg1-3_i386.deb
libopal-doc_2.2.11~dfsg1-3_all.deb
  to pool/main/o/opal/libopal-doc_2.2.11~dfsg1-3_all.deb
opal_2.2.11~dfsg1-3.diff.gz
  to pool/main/o/opal/opal_2.2.11~dfsg1-3.diff.gz
opal_2.2.11~dfsg1-3.dsc
  to pool/main/o/opal/opal_2.2.11~dfsg1-3.dsc
simpleopal_2.2.11~dfsg1-3_i386.deb
  to pool/main/o/opal/simpleopal_2.2.11~dfsg1-3_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted openh323-titan 1.19.1~dfsg-3 (source i386 all)

2007-10-29 Thread Kilian Krause
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 29 Oct 2007 10:05:32 +0100
Source: openh323-titan
Binary: libopenh323-1.19.1-dbg libopenh323-1.19.1-doc libopenh323-1.19.1-dev 
simph323-titan libopenh323-1.19.1 libopenh323-1.19.1-develop
Architecture: source i386 all
Version: 1.19.1~dfsg-3
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team [EMAIL PROTECTED]
Changed-By: Kilian Krause [EMAIL PROTECTED]
Description: 
 libopenh323-1.19.1 - H.323 aka VoIP library
 libopenh323-1.19.1-dbg - H.323 aka VoIP library development debug files
 libopenh323-1.19.1-dev - H.323 aka VoIP library development files
 libopenh323-1.19.1-develop - H.323 aka VoIP library
 libopenh323-1.19.1-doc - H.323 aka VoIP library documentation files
 simph323-titan - Simple example from the OpenH323 project
Closes: 447858 447859
Changes: 
 openh323-titan (1.19.1~dfsg-3) unstable; urgency=low
 .
   * Add missing Conflicts on simph323 and libopenh323-dbg
 (Closes: #447858, #447859)
Files: 
 87f505231560e7bf20a58a4adad60a11 1435 libs optional 
openh323-titan_1.19.1~dfsg-3.dsc
 7ea2fc26fe36cdcb82981e759c998245 34920 libs optional 
openh323-titan_1.19.1~dfsg-3.diff.gz
 5a10cdca1c09024d894821b4dd86fcc0 2461256 libs optional 
libopenh323-1.19.1_1.19.1~dfsg-3_i386.deb
 cf83ac53d2a30fb7f25151275c9d5a90 9656040 libs optional 
libopenh323-1.19.1-develop_1.19.1~dfsg-3_i386.deb
 8592e37f80bed7a787fff30e2c1ca166 7332382 libdevel optional 
libopenh323-1.19.1-dev_1.19.1~dfsg-3_i386.deb
 188d2a41ce218d97075a70a4c894ce18 48800 comm optional 
simph323-titan_1.19.1~dfsg-3_i386.deb
 cf09b91ece8c61146042288a5bac61b0 6143288 libdevel extra 
libopenh323-1.19.1-dbg_1.19.1~dfsg-3_i386.deb
 783f96ed692396d869f462413598cc6b 6982306 doc extra 
libopenh323-1.19.1-doc_1.19.1~dfsg-3_all.deb

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

iD8DBQFHJbravdkzt4X+wX8RAsPIAJ0Z4tVjediCFx3rEMkEsg6muAhpHACeM8VN
Ispy6cTk4KE51Pp8YkevLS4=
=rpvT
-END PGP SIGNATURE-


Accepted:
libopenh323-1.19.1-dbg_1.19.1~dfsg-3_i386.deb
  to pool/main/o/openh323-titan/libopenh323-1.19.1-dbg_1.19.1~dfsg-3_i386.deb
libopenh323-1.19.1-dev_1.19.1~dfsg-3_i386.deb
  to pool/main/o/openh323-titan/libopenh323-1.19.1-dev_1.19.1~dfsg-3_i386.deb
libopenh323-1.19.1-develop_1.19.1~dfsg-3_i386.deb
  to 
pool/main/o/openh323-titan/libopenh323-1.19.1-develop_1.19.1~dfsg-3_i386.deb
libopenh323-1.19.1-doc_1.19.1~dfsg-3_all.deb
  to pool/main/o/openh323-titan/libopenh323-1.19.1-doc_1.19.1~dfsg-3_all.deb
libopenh323-1.19.1_1.19.1~dfsg-3_i386.deb
  to pool/main/o/openh323-titan/libopenh323-1.19.1_1.19.1~dfsg-3_i386.deb
openh323-titan_1.19.1~dfsg-3.diff.gz
  to pool/main/o/openh323-titan/openh323-titan_1.19.1~dfsg-3.diff.gz
openh323-titan_1.19.1~dfsg-3.dsc
  to pool/main/o/openh323-titan/openh323-titan_1.19.1~dfsg-3.dsc
simph323-titan_1.19.1~dfsg-3_i386.deb
  to pool/main/o/openh323-titan/simph323-titan_1.19.1~dfsg-3_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted mercurial 0.9.5-1 (source i386)

2007-10-29 Thread Vincent Danjean
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 29 Oct 2007 10:22:45 +0100
Source: mercurial
Binary: mercurial
Architecture: i386 source 
Version: 0.9.5-1
Distribution: unstable
Urgency: low
Maintainer: Vincent Danjean [EMAIL PROTECTED]
Changed-By: Vincent Danjean [EMAIL PROTECTED]
Description: 
 mercurial  - Scalable distributed version control system
Closes: 316347 418780 425841 427808 427851 435636 440175 443428 446972 447094 
447095 447663 448376
Changes: 
 mercurial (0.9.5-1) unstable; urgency=low
 .
   * New upstream release
 Closes: #435636 (erroneous multiple heads after commit)
 Closes: #427808 (hgweb/hgwebdir do not work with flup (FastCGI))
 Closes: #418780 (partial hgweb listings)
 Closes: #440175 (please include record extension)
 Closes: #447663 (0.9.5 available)
 Closes: #427851 (RSS feeds have wrong URL with https)
 New features:
  * Handle symlinks on systems without symlink support
  * hg archive supports symlinks
  * Display executable/symlink bit with hg manifest -v (see UpgradeNotes)
  * Improved hg verify diagostics
  * Faster revlog handling
  * Faster handling of large directories
  * Greatly improved handling of large files
  * Atom syndication support in hgweb
  * Improved test suite with parallel execution
 .
 Fixes:
  * Fixes for some file copy and rename corner cases
  * Allow moving newly-added files before commit
  * Improve hg diff whitespace handling
  * Disallow fast-forward merge with an ancestor
  * Fix adding untracked files on directory renames
  * Fix hg archive %r format specifier
  * Fix re: and glob: patterns in .hgignore
  * Improve hg executable path resolution
  * Many options and hgrc parsing improvements
  * Better handling of VFAT filesystems on Linux
  * Fix tgz archival on Windows
  * Fix hg serve on Windows requiring pywin32 modules
  * Fix --profile under Windows
 .
 New extensions:
  * alias - allow user-defined command aliases
  * children - show the children of the given or working dir revision
  * imerge - incremental interactive merging
  * interhg - modify changelog text as in InterWiki
  * record - darcs-style interactive change selection during commit
 .
 New extension features:
  * convert
* Now supports Subversion, Darcs and Mercurial as source SCMs
* Use clone's behaviour for the default destination name
* Force encoding to UTF-8 for converted repository
* Support new-style .cvspass file format
* Filter the files and directories to import
* Remap paths to new locations during import
  * hgk
* Fix hgk stopping because of untrusted repository warnings
* Handle filenames with spaces
* Improved documentation
  * mq
* Autodetect --git patches on qrefresh
 .
   * Improve README.Debian about Emacs
 Closes: #446972 (mercurial.el: autoload)
 Thanks to Trent W. Buck for its explainations added to the README.Debian
   * Apply several patches to hgmerge:
 - use /bin/bash for hgmerge: 'type' is not POSIX (Closes: #447094)
 - patch hgmerge to do minimum check of its arguments (Closes: #443428)
 - use $VISUAL and default to 'editor' instead of 'vi'
   (Closes: #447095, #448376) [mercurial/command.py modified too]
   * Correct wrong link to web docs in README.Debian (Closes: #425841)
   * [debian/control] Recommends: meld (used to hgmerge) (Closes: #316347)
Files: 
 a9dd54bcb87ca332315ce83293816e37 670808 devel optional 
mercurial_0.9.5.orig.tar.gz
 bffb6349b06eb2237bdcaac3b26d1a90 688 devel optional mercurial_0.9.5-1.dsc
 d8eebc8bb7928c0639f10a4fb87a22e4 16882 devel optional mercurial_0.9.5-1.diff.gz
 f7996c5f4bde62c4d22fe0ae70e257f9 463700 devel optional 
mercurial_0.9.5-1_i386.deb

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

iD8DBQFHJcU0C/d4Z50CXocRArH3AKDDl2fj4W1tNv6c0JQdpswXBfj1CACfYU08
/17LEzGgTxDecYQaDrjFWq8=
=Mlog
-END PGP SIGNATURE-


Accepted:
mercurial_0.9.5-1.diff.gz
  to pool/main/m/mercurial/mercurial_0.9.5-1.diff.gz
mercurial_0.9.5-1.dsc
  to pool/main/m/mercurial/mercurial_0.9.5-1.dsc
mercurial_0.9.5-1_i386.deb
  to pool/main/m/mercurial/mercurial_0.9.5-1_i386.deb
mercurial_0.9.5.orig.tar.gz
  to pool/main/m/mercurial/mercurial_0.9.5.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted lua-svn 0.2.6-1 (source amd64)

2007-10-29 Thread Enrico Tassi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 29 Oct 2007 12:48:33 +0100
Source: lua-svn
Binary: liblua5.1-svn1 liblua5.1-svn-dev
Architecture: source amd64
Version: 0.2.6-1
Distribution: unstable
Urgency: low
Maintainer: Enrico Tassi [EMAIL PROTECTED]
Changed-By: Enrico Tassi [EMAIL PROTECTED]
Description: 
 liblua5.1-svn-dev - Development files for the Subversion library for the lua 
language
 liblua5.1-svn1 - Subversion library for the lua language version 5.1
Changes: 
 lua-svn (0.2.6-1) unstable; urgency=low
 .
   * new upstream release
   * added Homepage field in control file
Files: 
 7837ebf9f3ce01005432dbe4d7c4aad1 762 interpreters optional lua-svn_0.2.6-1.dsc
 39786982b487e82ff14a1da53690ccf8 12642 interpreters optional 
lua-svn_0.2.6.orig.tar.gz
 2e453c1287d2eb4075b376e3b9b6eaa9 3124 interpreters optional 
lua-svn_0.2.6-1.diff.gz
 2958764e5acb5ac49f06343b5acb34f3 13820 interpreters optional 
liblua5.1-svn1_0.2.6-1_amd64.deb
 35be4993ca807e2e5cc087196d38ce68 19516 interpreters optional 
liblua5.1-svn-dev_0.2.6-1_amd64.deb

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

iD8DBQFHJcnC7kkcPgEj8vIRAvK3AJ9anfjyrNc+bgyCbMzA01YzgWaMXgCgmWen
L9KjFPGjQePcfDjhbse343E=
=+4bp
-END PGP SIGNATURE-


Accepted:
liblua5.1-svn-dev_0.2.6-1_amd64.deb
  to pool/main/l/lua-svn/liblua5.1-svn-dev_0.2.6-1_amd64.deb
liblua5.1-svn1_0.2.6-1_amd64.deb
  to pool/main/l/lua-svn/liblua5.1-svn1_0.2.6-1_amd64.deb
lua-svn_0.2.6-1.diff.gz
  to pool/main/l/lua-svn/lua-svn_0.2.6-1.diff.gz
lua-svn_0.2.6-1.dsc
  to pool/main/l/lua-svn/lua-svn_0.2.6-1.dsc
lua-svn_0.2.6.orig.tar.gz
  to pool/main/l/lua-svn/lua-svn_0.2.6.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted live-initramfs 1.110.3-1 (source all)

2007-10-29 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 22 Oct 2007 00:00:00 +0200
Source: live-initramfs
Binary: live-initramfs
Architecture: source all
Version: 1.110.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Live [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 live-initramfs - Debian Live initramfs hook
Changes: 
 live-initramfs (1.110.3-1) unstable; urgency=medium
 .
   [ Daniel Baumann ]
   * New upstream release.
   * Preparing live-initramfs 1.110.3-1.
   * Removing ubuntu support.
 .
   [ Alex Owen ]
   * Fix typo to get serial console to work
 .
   [ Jesse Hathaway ]
   * add support for exposedroot option for live-helper
Files: 
 dfa21c1144326b76db4651cfdf3c045b 901 misc optional live-initramfs_1.110.3-1.dsc
 ebabea56e3304a540a7c3957b13d6b90 61922 misc optional 
live-initramfs_1.110.3.orig.tar.gz
 a150eb8b54385db3abdb593d4f339108 4315 misc optional 
live-initramfs_1.110.3-1.diff.gz
 23cf2e1d20c2b475c874b22defad44e7 63856 misc optional 
live-initramfs_1.110.3-1_all.deb

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

iD8DBQFHJcgm+C5cwEsrK54RAvQoAJ4lhiajyQUt6sqSaB4A2tWDXB8KrACeJmdw
u2r2ZkYJS9BWFVepSoJBKy8=
=2/OK
-END PGP SIGNATURE-


Accepted:
live-initramfs_1.110.3-1.diff.gz
  to pool/main/l/live-initramfs/live-initramfs_1.110.3-1.diff.gz
live-initramfs_1.110.3-1.dsc
  to pool/main/l/live-initramfs/live-initramfs_1.110.3-1.dsc
live-initramfs_1.110.3-1_all.deb
  to pool/main/l/live-initramfs/live-initramfs_1.110.3-1_all.deb
live-initramfs_1.110.3.orig.tar.gz
  to pool/main/l/live-initramfs/live-initramfs_1.110.3.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted wmi 1:0.1.5-1 (source i386)

2007-10-29 Thread Bernd Zeimetz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 26 Oct 2007 18:25:33 +0200
Source: wmi
Binary: wmi-client python-wmi
Architecture: source i386
Version: 1:0.1.5-1
Distribution: unstable
Urgency: low
Maintainer: Zenoss Packaging Team [EMAIL PROTECTED]
Changed-By: Bernd Zeimetz [EMAIL PROTECTED]
Description: 
 python-wmi - DCOM/WMI client implementation, Python bindings
 wmi-client - DCOM/WMI client implementation
Changes: 
 wmi (1:0.1.5-1) unstable; urgency=low
 .
   * New upstream version
   * debian/control: Adding Provides: ${python:Provides} to the python package
 as required by the new Python policy.
Files: 
 d6e42cce2a15c5c41e58b64aa8f15d5f 758 python optional wmi_0.1.5-1.dsc
 eea445320f702cc533fee9c82ace9f50 4039041 python optional wmi_0.1.5.orig.tar.gz
 4a9a00683ea0cdb8d42c632a94bba104 6348 python optional wmi_0.1.5-1.diff.gz
 f07c7fe25773cb427a7ff5d6da1c4add 2540448 python optional 
wmi-client_0.1.5-1_i386.deb
 8f592c327c3dd1495dd21d8091bb4b21 3073454 python optional 
python-wmi_0.1.5-1_i386.deb

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

iD8DBQFHJda/1cqbBPLEI7wRAtOoAJ45kO2BG0X/WlyYin3RZavT3qIeagCePQYN
flZHwuplEcj2zIbdaG7ZC9Y=
=A3zi
-END PGP SIGNATURE-


Accepted:
python-wmi_0.1.5-1_i386.deb
  to pool/main/w/wmi/python-wmi_0.1.5-1_i386.deb
wmi-client_0.1.5-1_i386.deb
  to pool/main/w/wmi/wmi-client_0.1.5-1_i386.deb
wmi_0.1.5-1.diff.gz
  to pool/main/w/wmi/wmi_0.1.5-1.diff.gz
wmi_0.1.5-1.dsc
  to pool/main/w/wmi/wmi_0.1.5-1.dsc
wmi_0.1.5.orig.tar.gz
  to pool/main/w/wmi/wmi_0.1.5.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted fglrx-driver 8.42.3-2 (source all amd64)

2007-10-29 Thread Romain Beauxis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 29 Oct 2007 14:35:48 +0100
Source: fglrx-driver
Binary: fglrx-amdcccle fglrx-kernel-src fglrx-driver fglrx-control
Architecture: source all amd64
Version: 8.42.3-2
Distribution: unstable
Urgency: low
Maintainer: Romain Beauxis [EMAIL PROTECTED]
Changed-By: Romain Beauxis [EMAIL PROTECTED]
Description: 
 fglrx-amdcccle - kernel module source for the ATI graphics cards
 fglrx-control - control panel for the ATI graphics cards
 fglrx-driver - display driver for the ATI graphics cards
 fglrx-kernel-src - kernel module source for the ATI graphics cards
Closes: 401584 446967
Changes: 
 fglrx-driver (8.42.3-2) unstable; urgency=low
 .
   * Upload to unstable. Release does not seem good, but at least it works.
   * Added instruction to get XV driver work with this release.
   * Module build fixed for 2.6.23. It was applied with last release, but I
 forgot to close.. (Closes: #446967)
   * Compatibility with standard mesa GL support is confirmed on my machine.
 (Closes: #401584)
Files: 
 697e0ccfee5bae399550534dff195661 894 non-free/x11 extra 
fglrx-driver_8.42.3-2.dsc
 b88dd6ac0889a67dbd5bb5cf05459a3f 168109 non-free/x11 extra 
fglrx-driver_8.42.3-2.diff.gz
 ed75077dcb41cf157e7a7086bb4e706c 7900944 non-free/x11 extra 
fglrx-driver_8.42.3-2_amd64.deb
 225b14cbd96444d488a5f8d612535d8a 1169556 non-free/x11 extra 
fglrx-kernel-src_8.42.3-2_amd64.deb
 6ede7818450b3796fddb0c7d5918c7d5 5232256 non-free/x11 extra 
fglrx-control_8.42.3-2_amd64.deb
 8c71a52046f41bbde37af796400d80c4 16678 non-free/x11 extra 
fglrx-amdcccle_8.42.3-2_all.deb

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

iD8DBQFHJePcnuQ3Rt5ZmAARAtjHAJ9FQHAU3i1O1Z8/+C6OTECBFcGrZQCgqLFH
zzo3XzGT/3byC6PCRMlsq0E=
=JRJo
-END PGP SIGNATURE-


Accepted:
fglrx-amdcccle_8.42.3-2_all.deb
  to pool/non-free/f/fglrx-driver/fglrx-amdcccle_8.42.3-2_all.deb
fglrx-control_8.42.3-2_amd64.deb
  to pool/non-free/f/fglrx-driver/fglrx-control_8.42.3-2_amd64.deb
fglrx-driver_8.42.3-2.diff.gz
  to pool/non-free/f/fglrx-driver/fglrx-driver_8.42.3-2.diff.gz
fglrx-driver_8.42.3-2.dsc
  to pool/non-free/f/fglrx-driver/fglrx-driver_8.42.3-2.dsc
fglrx-driver_8.42.3-2_amd64.deb
  to pool/non-free/f/fglrx-driver/fglrx-driver_8.42.3-2_amd64.deb
fglrx-kernel-src_8.42.3-2_amd64.deb
  to pool/non-free/f/fglrx-driver/fglrx-kernel-src_8.42.3-2_amd64.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted abiword 2.4.6-3 (source i386 all)

2007-10-29 Thread mhatta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 29 Oct 2007 21:26:06 +0900
Source: abiword
Binary: abiword-plugins-gnome abiword-gnome abiword-help abiword 
abiword-plugins abiword-common
Architecture: source i386 all
Version: 2.4.6-3
Distribution: unstable
Urgency: low
Maintainer: Masayuki Hatta (mhatta) [EMAIL PROTECTED]
Changed-By: Masayuki Hatta (mhatta) [EMAIL PROTECTED]
Description: 
 abiword- WYSIWYG word processor based on GTK2
 abiword-common - WYSIWYG word processor based on GTK2
 abiword-gnome - WYSIWYG word processor based on GTK2/GNOME2
 abiword-help - online help for AbiWord
 abiword-plugins - plugins for AbiWord
 abiword-plugins-gnome - plugins for AbiWord (with GNOME dependency)
Closes: 425066 445031 447376
Changes: 
 abiword (2.4.6-3) unstable; urgency=low
 .
   * Maintainer upload, acknowledged NMU - closes: #425066
   * Updated menu section - closes: #445031
   * Now recommends aspell-dictionary - closes: #447376
   * Enabled psion plugin again.
   * Disabled abigochart plugin for now, since its build fails with the current 
libgoffice-0-5.  I'll investigate this issue later.
   * Removed a mysterious file named debian/j.  Is this joshk's?
Files: 
 0470a7021c2d0476fde188834d615939 1330 gnome optional abiword_2.4.6-3.dsc
 618a6656be5c530a370b5f68ddbbf1f7 299180 gnome optional abiword_2.4.6-3.diff.gz
 7029622723f0d7611b854ac537722cef 1851804 editors optional 
abiword-common_2.4.6-3_all.deb
 783223081ca25ffb5c420e529d5de504 589138 doc optional 
abiword-help_2.4.6-3_all.deb
 1066f49ca990079b1f156ecf558e9f4b 2674922 editors optional 
abiword_2.4.6-3_i386.deb
 48809715feec51e5448157893dec870f 2634868 gnome optional 
abiword-gnome_2.4.6-3_i386.deb
 da5f2c90e31269b177111c82dbffa63e 705404 editors optional 
abiword-plugins_2.4.6-3_i386.deb
 ac7c8c374d63714708c42503aa19a7d4 24790 gnome optional 
abiword-plugins-gnome_2.4.6-3_i386.deb

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

iD8DBQFHJeqYy2+jQOcHWlQRApN1AKC53VVPJtl3sZSprNYE2TvGkKUl8gCfVRc4
A66w5Fr7EMVDdxF1YYdTJcg=
=MW0c
-END PGP SIGNATURE-


Accepted:
abiword-common_2.4.6-3_all.deb
  to pool/main/a/abiword/abiword-common_2.4.6-3_all.deb
abiword-gnome_2.4.6-3_i386.deb
  to pool/main/a/abiword/abiword-gnome_2.4.6-3_i386.deb
abiword-help_2.4.6-3_all.deb
  to pool/main/a/abiword/abiword-help_2.4.6-3_all.deb
abiword-plugins-gnome_2.4.6-3_i386.deb
  to pool/main/a/abiword/abiword-plugins-gnome_2.4.6-3_i386.deb
abiword-plugins_2.4.6-3_i386.deb
  to pool/main/a/abiword/abiword-plugins_2.4.6-3_i386.deb
abiword_2.4.6-3.diff.gz
  to pool/main/a/abiword/abiword_2.4.6-3.diff.gz
abiword_2.4.6-3.dsc
  to pool/main/a/abiword/abiword_2.4.6-3.dsc
abiword_2.4.6-3_i386.deb
  to pool/main/a/abiword/abiword_2.4.6-3_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted kbibtex 0.2-1 (source i386)

2007-10-29 Thread Michael Hanke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 28 Oct 2007 10:21:01 +0100
Source: kbibtex
Binary: kbibtex
Architecture: source i386
Version: 0.2-1
Distribution: unstable
Urgency: low
Maintainer: Yaroslav Halchenko [EMAIL PROTECTED]
Changed-By: Michael Hanke [EMAIL PROTECTED]
Description: 
 kbibtex- BibTeX editor for KDE
Closes: 427983 434746
Changes: 
 kbibtex (0.2-1) unstable; urgency=low
 .
   * New Upstream Version
   * Moved homepage link to new Homepage filed in debian/control.
   * Added VCS information to debian/control.
   * KBibTeX now notices when a file was modified outside and asks whether
 it should reload that file (Closes: #427983).
 .
 kbibtex (0.1.5.55-1) unstable; urgency=low
 .
   * New upstream release. Merged patches with upstream.
   * Packaging is now maintained in a GIT repository. Removing obsolete dpatch
 build-dependency.
   * Merge functionality was added (Closes: #434746).
   * Support for exporting to Reference Manager RIS format was added.
   * Updated menu file for the new menu policy.
Files: 
 d36127c04de8a180bc1567d3dd0093d9 793 kde optional kbibtex_0.2-1.dsc
 6186a49fd5740c6d0b6a102a6919d825 835285 kde optional kbibtex_0.2.orig.tar.gz
 8924047f7d417b033d7017a678d218cf 2665 kde optional kbibtex_0.2-1.diff.gz
 f759a6619d137472f9441d58759da05c 404360 kde optional kbibtex_0.2-1_i386.deb

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

iD8DBQFHJe1vjRFFY3XAJMgRAmn0AJ0RsauLW01Hylu6lUVjoQnIk3u53ACfVoz1
/LHRwGs0o5A/kpL8hgrwlTI=
=7/FH
-END PGP SIGNATURE-


Accepted:
kbibtex_0.2-1.diff.gz
  to pool/main/k/kbibtex/kbibtex_0.2-1.diff.gz
kbibtex_0.2-1.dsc
  to pool/main/k/kbibtex/kbibtex_0.2-1.dsc
kbibtex_0.2-1_i386.deb
  to pool/main/k/kbibtex/kbibtex_0.2-1_i386.deb
kbibtex_0.2.orig.tar.gz
  to pool/main/k/kbibtex/kbibtex_0.2.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted glpk 4.23-1 (source i386 all)

2007-10-29 Thread Rafael Laboissiere
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 29 Oct 2007 13:48:48 +0100
Source: glpk
Binary: libglpk0 glpk libglpk-dev glpk-utils glpk-doc
Architecture: source i386 all
Version: 4.23-1
Distribution: unstable
Urgency: low
Maintainer: Debian Scientific Computation Team [EMAIL PROTECTED]
Changed-By: Rafael Laboissiere [EMAIL PROTECTED]
Description: 
 glpk   - linear programming kit - documentation files
 glpk-doc   - linear programming kit - documentation files
 glpk-utils - linear programming kit - documentation files
 libglpk-dev - linear programming kit - development files
 libglpk0   - linear programming kit with integer (MIP) support
Closes: 445565
Changes: 
 glpk (4.23-1) unstable; urgency=low
 .
   * New upstream release.  Advanced API routine glp_free_env was added. It
 may be used by the application program to free all resources allocated
 by GLPK routines. (Closes: #445565)
   * debian/glpsol.1: Updated man page with new options introduced in this
 version
Files: 
 b97711d63f513de5a9abfaa9c555adaf 902 math optional glpk_4.23-1.dsc
 7a232c91ddae5bc38f857a982af87103 1430603 math optional glpk_4.23.orig.tar.gz
 58712e4a045ff2ba42ffb2b78fae6a68 8422 math optional glpk_4.23-1.diff.gz
 ce2d6103c9e92b7ec1289ff3d68bfa5b 410194 doc optional glpk-doc_4.23-1_all.deb
 a77403e75ba8fddc61fe0787e7802de1 317440 math optional libglpk0_4.23-1_i386.deb
 0617debba727da0cf3baafa3831f1744 354852 devel optional 
libglpk-dev_4.23-1_i386.deb
 3c5fda4dc3e49aeeb0c2338a560a9cfe 91400 math optional glpk-utils_4.23-1_i386.deb
 2fa63490baa535f20da48003f2955f65 34450 math optional glpk_4.23-1_i386.deb

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

iD8DBQFHJfLXk3oga0pdcv4RAjnvAJ9fcDanTbIeOJF0+aKMmGenQg4CmACgjhhr
CIZUY651sSEiVI6CPTNyQDM=
=PeOv
-END PGP SIGNATURE-


Accepted:
glpk-doc_4.23-1_all.deb
  to pool/main/g/glpk/glpk-doc_4.23-1_all.deb
glpk-utils_4.23-1_i386.deb
  to pool/main/g/glpk/glpk-utils_4.23-1_i386.deb
glpk_4.23-1.diff.gz
  to pool/main/g/glpk/glpk_4.23-1.diff.gz
glpk_4.23-1.dsc
  to pool/main/g/glpk/glpk_4.23-1.dsc
glpk_4.23-1_i386.deb
  to pool/main/g/glpk/glpk_4.23-1_i386.deb
glpk_4.23.orig.tar.gz
  to pool/main/g/glpk/glpk_4.23.orig.tar.gz
libglpk-dev_4.23-1_i386.deb
  to pool/main/g/glpk/libglpk-dev_4.23-1_i386.deb
libglpk0_4.23-1_i386.deb
  to pool/main/g/glpk/libglpk0_4.23-1_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted zsh-beta 4.3.4-dev-1+20071029-1 (source all)

2007-10-29 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 29 Oct 2007 10:03:07 -0400
Source: zsh-beta
Binary: zsh-beta-static zsh-beta-doc zsh-beta
Architecture: source all
Version: 4.3.4-dev-1+20071029-1
Distribution: unstable
Urgency: low
Maintainer: Clint Adams [EMAIL PROTECTED]
Changed-By: Clint Adams [EMAIL PROTECTED]
Description: 
 zsh-beta   - A shell with lots of features (dev tree)
 zsh-beta-doc - zsh beta documentation - info/HTML format
Changes: 
 zsh-beta (4.3.4-dev-1+20071029-1) unstable; urgency=low
 .
   * Update to HEAD.
Files: 
 02550cacab9875b1b11954235f098a49 788 shells optional 
zsh-beta_4.3.4-dev-1+20071029-1.dsc
 5316badb80a91d40a2bdd6f4139aff25 2387299 shells optional 
zsh-beta_4.3.4-dev-1+20071029.orig.tar.gz
 5babba3c0e7248107985f24b7757cc1d 767962 shells optional 
zsh-beta_4.3.4-dev-1+20071029-1.diff.gz
 f65fa8aedb3a2d16ecd257073de36f7b 784660 doc optional 
zsh-beta-doc_4.3.4-dev-1+20071029-1_all.deb

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

iD8DBQFHJfFs5m0u66uWM3ARAjScAJ45awx1S2xVobEGaREDVZyaF1Vg9QCeP93e
zNR+fm3XyLBPuViU2HX3Umg=
=85TS
-END PGP SIGNATURE-


Accepted:
zsh-beta-doc_4.3.4-dev-1+20071029-1_all.deb
  to pool/main/z/zsh-beta/zsh-beta-doc_4.3.4-dev-1+20071029-1_all.deb
zsh-beta_4.3.4-dev-1+20071029-1.diff.gz
  to pool/main/z/zsh-beta/zsh-beta_4.3.4-dev-1+20071029-1.diff.gz
zsh-beta_4.3.4-dev-1+20071029-1.dsc
  to pool/main/z/zsh-beta/zsh-beta_4.3.4-dev-1+20071029-1.dsc
zsh-beta_4.3.4-dev-1+20071029.orig.tar.gz
  to pool/main/z/zsh-beta/zsh-beta_4.3.4-dev-1+20071029.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted libcgic 2.05-1 (source i386)

2007-10-29 Thread Bart Martens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Aug 2007 09:18:53 +0200
Source: libcgic
Binary: libcgic-dev libcgic2
Architecture: source i386
Version: 2.05-1
Distribution: unstable
Urgency: low
Maintainer: Bart Martens [EMAIL PROTECTED]
Changed-By: Bart Martens [EMAIL PROTECTED]
Description: 
 libcgic-dev - C library for developing CGI applications
 libcgic2   - C library for developing CGI applications
Closes: 438643
Changes: 
 libcgic (2.05-1) unstable; urgency=low
 .
   * New maitnainer.  Closes: #438643.
   * New upstream release.
   * debian/*: Repackaged with cdbs.
   * debian/changelog-upstream.html: Removed.
   * debian/Makefile.examples: Removed.
   * debian/README.Debian: Removed.
   * debian/copyright: Updated.
   * debian/watch: Updated.
Files: 
 018742c43133f17aff1020175610f624 569 libs optional libcgic_2.05-1.dsc
 727e9e23a24d9e39ba329694e673b1bb 50263 libs optional libcgic_2.05.orig.tar.gz
 1129c692dfcdae709a630a83926e336a 4380 libs optional libcgic_2.05-1.diff.gz
 3c3847bcf402c5c68e232228508bd57a 18248 libs optional libcgic2_2.05-1_i386.deb
 737ce2d5e30ebe84e657fa2922938a8c 50830 libdevel optional 
libcgic-dev_2.05-1_i386.deb

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

iD8DBQFGx/r1bMaawmho9B8RAmeYAKCkWoJcDI0WIy560M0c7SJcHI0ZXQCgpZs4
s8cHDTOJrc9ku/7vCNqpEhs=
=fIhz
-END PGP SIGNATURE-


Accepted:
libcgic-dev_2.05-1_i386.deb
  to pool/main/libc/libcgic/libcgic-dev_2.05-1_i386.deb
libcgic2_2.05-1_i386.deb
  to pool/main/libc/libcgic/libcgic2_2.05-1_i386.deb
libcgic_2.05-1.diff.gz
  to pool/main/libc/libcgic/libcgic_2.05-1.diff.gz
libcgic_2.05-1.dsc
  to pool/main/libc/libcgic/libcgic_2.05-1.dsc
libcgic_2.05.orig.tar.gz
  to pool/main/libc/libcgic/libcgic_2.05.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted gpodder 0.10.1-1 (source all)

2007-10-29 Thread Thomas Perl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 29 Oct 2007 13:18:08 +0100
Source: gpodder
Binary: gpodder
Architecture: source all
Version: 0.10.1-1
Distribution: unstable
Urgency: low
Maintainer: Thomas Perl [EMAIL PROTECTED]
Changed-By: Thomas Perl [EMAIL PROTECTED]
Description: 
 gpodder- A GTK+ Media aggregator and Podcast catcher
Changes: 
 gpodder (0.10.1-1) unstable; urgency=low
 .
   * The Nukular, das Wort heißt Nukular release
Files: 
 f2b08aaec03e41d60f1cfeefb9776ff0 654 x11 optional gpodder_0.10.1-1.dsc
 39e07f2641abb2ec3e19cbf0d34d3087 186559 x11 optional gpodder_0.10.1.orig.tar.gz
 ac5e436c37f9ec62d49fe48f51e53125 3536 x11 optional gpodder_0.10.1-1.diff.gz
 c6d5d341b58436c2fc147abe696f367a 140746 x11 optional gpodder_0.10.1-1_all.deb

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

iD8DBQFHJgc/pdwBkPlyvgMRAkK7AJ9GDkLgvi5eYz8uzNtPN/GN48yROQCeIrSn
Eh7D9U/8mSwq/XuebdbZmDU=
=T2sw
-END PGP SIGNATURE-


Accepted:
gpodder_0.10.1-1.diff.gz
  to pool/main/g/gpodder/gpodder_0.10.1-1.diff.gz
gpodder_0.10.1-1.dsc
  to pool/main/g/gpodder/gpodder_0.10.1-1.dsc
gpodder_0.10.1-1_all.deb
  to pool/main/g/gpodder/gpodder_0.10.1-1_all.deb
gpodder_0.10.1.orig.tar.gz
  to pool/main/g/gpodder/gpodder_0.10.1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted tftpy 0.4.3-1 (source all)

2007-10-29 Thread Carlos Galisteo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 06 Aug 2007 11:52:50 +
Source: tftpy
Binary: python-tftpy
Architecture: source all
Version: 0.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Carlos Galisteo [EMAIL PROTECTED]
Changed-By: Carlos Galisteo [EMAIL PROTECTED]
Description: 
 python-tftpy - A Pure-Python library for TFTP
Closes: 430522
Changes: 
 tftpy (0.4.3-1) unstable; urgency=low
 .
   * Initial release (Closes: #430522)
Files: 
 1cc164702e4b8205d2fc1159fc7dc8ff 840 python optional tftpy_0.4.3-1.dsc
 b9bcfebde14f2b12734dc0d055377f74 17523 python optional tftpy_0.4.3.orig.tar.gz
 0a7f5d19b8ac3ca566910156bcfe6095 2991 python optional tftpy_0.4.3-1.diff.gz
 0d61c5dbbca0f919b503de80de9d9eda 19680 python optional 
python-tftpy_0.4.3-1_all.deb

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

iD8DBQFGvDxaB01zfu119ZkRAoC5AKC7+6j0B3w7aKIyO99rsd9tGhtGAACgkZGU
CU4CmpnuP6N5W9obZe2OK7s=
=z+mU
-END PGP SIGNATURE-


Accepted:
python-tftpy_0.4.3-1_all.deb
  to pool/main/t/tftpy/python-tftpy_0.4.3-1_all.deb
tftpy_0.4.3-1.diff.gz
  to pool/main/t/tftpy/tftpy_0.4.3-1.diff.gz
tftpy_0.4.3-1.dsc
  to pool/main/t/tftpy/tftpy_0.4.3-1.dsc
tftpy_0.4.3.orig.tar.gz
  to pool/main/t/tftpy/tftpy_0.4.3.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted jhove 1.1g-5 (source all)

2007-10-29 Thread Jeff Breidenbach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 15 Oct 2007 18:23:21 -0700
Source: jhove
Binary: jhove
Architecture: source all
Version: 1.1g-5
Distribution: unstable
Urgency: low
Maintainer: Jeff Breidenbach [EMAIL PROTECTED]
Changed-By: Jeff Breidenbach [EMAIL PROTECTED]
Description: 
 jhove  - JSTOR/Harvard Object Validation Environment
Changes: 
 jhove (1.1g-5) unstable; urgency=low
 .
   * Switching to non-free
Files: 
 f85e69ea059511ffd5db70fdd4d37869 655 non-free/utils optional jhove_1.1g-5.dsc
 5a784bc6a9b8db24fa3bffd4db122ae0 1273205 non-free/utils optional 
jhove_1.1g.orig.tar.gz
 9432e2a38126ed0e4f6c17abfa9c6593 4508 non-free/utils optional 
jhove_1.1g-5.diff.gz
 048b46a9e7c1536bc6c3f3fe565ba6c1 1986036 non-free/utils optional 
jhove_1.1g-5_all.deb

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

iD8DBQFHFBPRazfo3TSzaFYRAnMUAJ9SSYitmJAnVFhweiQmQLThUdXIQACgozUJ
Mk+kWf1s7ommBwU4rYTbbE8=
=5rdt
-END PGP SIGNATURE-


Accepted:
jhove_1.1g-5.diff.gz
  to pool/non-free/j/jhove/jhove_1.1g-5.diff.gz
jhove_1.1g-5.dsc
  to pool/non-free/j/jhove/jhove_1.1g-5.dsc
jhove_1.1g-5_all.deb
  to pool/non-free/j/jhove/jhove_1.1g-5_all.deb
jhove_1.1g.orig.tar.gz
  to pool/non-free/j/jhove/jhove_1.1g.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted libsnmp-info-perl 1.04-1 (source all)

2007-10-29 Thread Christoph Martin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 18 Oct 2007 10:31:49 +0200
Source: libsnmp-info-perl
Binary: libsnmp-info-perl
Architecture: source all
Version: 1.04-1
Distribution: unstable
Urgency: low
Maintainer: Oliver Gorwits [EMAIL PROTECTED]
Changed-By: Christoph Martin [EMAIL PROTECTED]
Description: 
 libsnmp-info-perl - Object Oriented Perl5 Interface to Network devices and 
MIBs throu
Changes: 
 libsnmp-info-perl (1.04-1) unstable; urgency=low
 .
   [ Oliver Gorwits ]
   * Initial Release.
   * Closes ITP Debian Bug #434518
 .
   [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
 field (source stanza); Homepage field (source stanza). Removed: XS-
 Vcs-Svn fields.
 .
   [ Christoph Martin ]
   * add Uploaders: line
   * correct Depends: line (perl dependencies)
   * correct phrasing and line breaks in Description
Files: 
 cffe703d78b720c87edd6f42beed 920 perl optional libsnmp-info-perl_1.04-1.dsc
 2cf580f142b7300fc12336b83c85f5eb 131106 perl optional 
libsnmp-info-perl_1.04.orig.tar.gz
 1ff3d572d03a9dbf6491709c8ad7abb0 3258 perl optional 
libsnmp-info-perl_1.04-1.diff.gz
 301e1368c4c23d56b97d7c21ad072e2b 315018 perl optional 
libsnmp-info-perl_1.04-1_all.deb

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

iD8DBQFHFya7geVih7XOVJcRAuziAJ4jArUk6y6Xlu/OpleSoAhSwJsrgwCgkMbo
MIn/nhzp7jOIyZ538Xu3qVw=
=Cv02
-END PGP SIGNATURE-


Accepted:
libsnmp-info-perl_1.04-1.diff.gz
  to pool/main/libs/libsnmp-info-perl/libsnmp-info-perl_1.04-1.diff.gz
libsnmp-info-perl_1.04-1.dsc
  to pool/main/libs/libsnmp-info-perl/libsnmp-info-perl_1.04-1.dsc
libsnmp-info-perl_1.04-1_all.deb
  to pool/main/libs/libsnmp-info-perl/libsnmp-info-perl_1.04-1_all.deb
libsnmp-info-perl_1.04.orig.tar.gz
  to pool/main/libs/libsnmp-info-perl/libsnmp-info-perl_1.04.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted gpsdrive 2.10~pre4-1 (source all i386)

2007-10-29 Thread Andreas Putzo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 16 Oct 2007 20:00:05 +
Source: gpsdrive
Binary: openstreetmap-map-icons-square gpsdrive gpsdrive-scripts 
openstreetmap-map-icons-scalable openstreetmap-map-icons-classic
Architecture: source all i386
Version: 2.10~pre4-1
Distribution: unstable
Urgency: low
Maintainer: Francesco Paolo Lovergine [EMAIL PROTECTED]
Changed-By: Andreas Putzo [EMAIL PROTECTED]
Description: 
 gpsdrive   - Car navigation system
 gpsdrive-scripts - Various scripts for gpsdrive
 openstreetmap-map-icons-classic - Collection of map icons
 openstreetmap-map-icons-scalable - Collection of map icons
 openstreetmap-map-icons-square - Collection of map icons
Changes: 
 gpsdrive (2.10~pre4-1) unstable; urgency=low
 .
   * New upstream release.
   * Split the package to lower dependencies (-scripts) and
 disk space usage (map-icons).
   * Repackage upstream tarball to remove the debian/ dir.
 Added get-orig-source target to debian/rules.
   * Removed gpsfetchmap.pl from upstream tarball due to license issues.
 A new version has been released under GPL which will be installed from
 debian/scripts/gpsfetchmap.pl now. Updated the manpage for that reason.
   * Removed map-icons with unclear licenses.
   * Updated debian/copyright.
   * Add Homepage field in debian/control.
   * Bumped to debhelper compat level 5.
   * Removed some docs and install some of the scripts as examples.
   * Added Build-Depends on automake1.9.
   * Add 01-make.dpatch to remove unneeded dirs from Makefile.{am,in}
 and to remove checks for perl modules in configure.ac
   * Add 03-manpage.dpatch, merged typo fixes for manpage from old patch.
   * Add 10-mapnikdir.dpatch to install mapnik files in gpsdrive dir.
   * Add 20-homedir.dpatch to avoid overriding files in user's homedir.
   * Add 30-icons.dpatch so that the icons are found.
   * Add 40-backported.dpatch to include some bugfixes from upstream VCS.
   * Add 50-scripts.dpatch to use python2.5.
   * Add 60-sql.dpatch, merged from old patch.
   * Add 70-perl.dpatch to avoid namespace clashes for the perl modules.
   * Removed 04_missing_includes.dpatch - package builds fine with gcc-4.3.
   * Removed 05_start_gpsd.dpatch - feature has been removed.
   * Added postgres and osm2pgsql to Suggests in debian/control.
   * Updated dependencies.
   * Updated debian readme file with install/upgrade hints.
Files: 
 fac33b121f258a6e9cae70441804272f 1012 utils optional gpsdrive_2.10~pre4-1.dsc
 28e44119be9d266f965d9a77f7e5dd1f 4733088 utils optional 
gpsdrive_2.10~pre4.orig.tar.gz
 3b9f1be936945621385db51684b430d8 45120 utils optional 
gpsdrive_2.10~pre4-1.diff.gz
 7e181f2b6105daf117d9fc8de55afff5 2820060 utils optional 
gpsdrive_2.10~pre4-1_i386.deb
 3dc15c46546b29891781364ae4d39ded 154726 utils optional 
gpsdrive-scripts_2.10~pre4-1_all.deb
 8499888f2f3071323fe2cc6987338e04 307170 utils optional 
openstreetmap-map-icons-classic_2.10~pre4-1_all.deb
 6a5b4a8b8ee2a4b9fa3ae821581f0d5c 351118 utils optional 
openstreetmap-map-icons-square_2.10~pre4-1_all.deb
 4a9a6d91fe7bf4b9cf0746d12fff9802 171376 utils optional 
openstreetmap-map-icons-scalable_2.10~pre4-1_all.deb

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

iD8DBQFHFm2ZpFNRmenyx0cRArbrAJ9OH+/siWn2Egyix/8fEpSDzhDDXQCeIqnm
+TmWxn0cjAGv6q4Z1UE5yjY=
=2Xlt
-END PGP SIGNATURE-


Accepted:
gpsdrive-scripts_2.10~pre4-1_all.deb
  to pool/main/g/gpsdrive/gpsdrive-scripts_2.10~pre4-1_all.deb
gpsdrive_2.10~pre4-1.diff.gz
  to pool/main/g/gpsdrive/gpsdrive_2.10~pre4-1.diff.gz
gpsdrive_2.10~pre4-1.dsc
  to pool/main/g/gpsdrive/gpsdrive_2.10~pre4-1.dsc
gpsdrive_2.10~pre4-1_i386.deb
  to pool/main/g/gpsdrive/gpsdrive_2.10~pre4-1_i386.deb
gpsdrive_2.10~pre4.orig.tar.gz
  to pool/main/g/gpsdrive/gpsdrive_2.10~pre4.orig.tar.gz
openstreetmap-map-icons-classic_2.10~pre4-1_all.deb
  to pool/main/g/gpsdrive/openstreetmap-map-icons-classic_2.10~pre4-1_all.deb
openstreetmap-map-icons-scalable_2.10~pre4-1_all.deb
  to pool/main/g/gpsdrive/openstreetmap-map-icons-scalable_2.10~pre4-1_all.deb
openstreetmap-map-icons-square_2.10~pre4-1_all.deb
  to pool/main/g/gpsdrive/openstreetmap-map-icons-square_2.10~pre4-1_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted libktoblzcheck 1.15-2 (source all i386)

2007-10-29 Thread Thomas Viehmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Oct 2007 23:08:08 +0200
Source: libktoblzcheck
Binary: ktoblzcheck python-ktoblzcheck libktoblzcheck1c2a libktoblzcheck1-dev
Architecture: source all i386
Version: 1.15-2
Distribution: unstable
Urgency: low
Maintainer: Micha Lenk [EMAIL PROTECTED]
Changed-By: Thomas Viehmann [EMAIL PROTECTED]
Description: 
 ktoblzcheck - command line tool to check German account numbers and bank codes
 libktoblzcheck1-dev - development files for libktoblzcheck1
 libktoblzcheck1c2a - library to check German account numbers and bank codes
 python-ktoblzcheck - Python modules for libktoblzcheck
Closes: 417335
Changes: 
 libktoblzcheck (1.15-2) unstable; urgency=low
 .
   [ Georg W. Leonhardt ]
   * debian/control: Change package name from python-libktoblzcheck
 to python-ktoblzcheck, because the python package should have the
 same name like the python module
 .
   [ Thomas Viehmann ]
   * Clean up after python package rename
 .
 libktoblzcheck (1.15-1) unstable; urgency=low
 .
   [ Georg W. Leonhardt ]
   * Adding myself to uploaders
   * Introduce new package python-libktoblzcheck providing python binding
 for libktoblzcheck
 - add file debian/pycompat
 - debian/control: add python-central and python-all-dev to build-deps
 - debian/control: add XS-Python-Version: all to source section
   * Bump debian/compat. debhelper's changed behaviour doesn't affect the
   package.
   * debian/rules: Add DEB_DH_INSTALL_SOURCEDIR=$(CURDIR)/debian/tmp and
 clean up the *.install files accordingly.
 .
   [ Micha Lenk ]
   * New upstream release
 - drop patch 01_missing_includes_for_gcc_4_3.dpatch (included upstream)
 - drop build depend on dpatch (not needed any more)
   * Rename package libktoblzcheck-bin to ktoblzcheck. This way it matches the
 binary name and is easier to find.
   * debian/control: Switch from deprecated ${Source-Version} to
 ${binary:Version}, making the package binNMU safe.
 .
 libktoblzcheck (1.14-2) unstable; urgency=low
 .
   * Build depend on dpatch
   * Apply Martin Michlmayr's patch to include header files needed by GCC 4.3
 (closes: #417335)
 .
 libktoblzcheck (1.14-1) unstable; urgency=low
 .
   * New upstream release
   * debian/copyright: FSF address update
   * bump standards version (no changes needed)
Files: 
 24fa65c5c0791e9d704b3f6de1672c4d 861 libs optional libktoblzcheck_1.15-2.dsc
 5f108b92abe332c6ca3701c6cb98fd76 573929 libs optional 
libktoblzcheck_1.15.orig.tar.gz
 d6b6931719994cc3e590571eaf3b4a9c 16905 libs optional 
libktoblzcheck_1.15-2.diff.gz
 e40ae62ac38d715c34b14f1ebd8fb99a 17664 python optional 
python-ktoblzcheck_1.15-2_all.deb
 253136a7ea462988e5472189d78230fd 23080 libdevel optional 
libktoblzcheck1-dev_1.15-2_i386.deb
 4af9feabd7ddf98c6f33d64478f74dee 230670 libs optional 
libktoblzcheck1c2a_1.15-2_i386.deb
 09a77c9df0fb27e6e5777b59531731d3 28076 misc optional 
ktoblzcheck_1.15-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: GnuPG key at http://thomas.viehmann.net/

iD8DBQFHFnuXriZpaaIa1PkRAkdCAJ95FPLH5HpByjGs7V6ROdH76h3lXQCcD9ha
z3Fia8qW5drjzIwmHyzD7V4=
=u+Tc
-END PGP SIGNATURE-


Accepted:
ktoblzcheck_1.15-2_i386.deb
  to pool/main/libk/libktoblzcheck/ktoblzcheck_1.15-2_i386.deb
libktoblzcheck1-dev_1.15-2_i386.deb
  to pool/main/libk/libktoblzcheck/libktoblzcheck1-dev_1.15-2_i386.deb
libktoblzcheck1c2a_1.15-2_i386.deb
  to pool/main/libk/libktoblzcheck/libktoblzcheck1c2a_1.15-2_i386.deb
libktoblzcheck_1.15-2.diff.gz
  to pool/main/libk/libktoblzcheck/libktoblzcheck_1.15-2.diff.gz
libktoblzcheck_1.15-2.dsc
  to pool/main/libk/libktoblzcheck/libktoblzcheck_1.15-2.dsc
libktoblzcheck_1.15.orig.tar.gz
  to pool/main/libk/libktoblzcheck/libktoblzcheck_1.15.orig.tar.gz
python-ktoblzcheck_1.15-2_all.deb
  to pool/main/libk/libktoblzcheck/python-ktoblzcheck_1.15-2_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted lzma 4.43-10 (source i386 all)

2007-10-29 Thread Arnaud Fontaine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 18 Oct 2007 12:15:12 +0100
Source: lzma
Binary: lzma-source lzma-dev lzma
Architecture: source i386 all
Version: 4.43-10
Distribution: experimental
Urgency: low
Maintainer: Mohammed Adnène Trojette [EMAIL PROTECTED]
Changed-By: Arnaud Fontaine [EMAIL PROTECTED]
Description: 
 lzma   - Compression method of 7z format in 7-Zip program
 lzma-dev   - Compression method of 7z format in 7-Zip program - development fi
 lzma-source - Source for the lzma kernel module
Closes: 443844
Changes: 
 lzma (4.43-10) experimental; urgency=low
 .
   * debian/control:
 + Add myself as Uploaders.
   * debian/docs:
 + Remove useless LGPL.txt file because it is already provided by
   Debian.
   * Install history.txt as the changelog in /usr/share/doc/.
   * Add support for squashfs. Closes: #443844.
 + Add lzma-dev which contains headers and static libraries.
 + Add lzma-source which contains kernel modules needed for squashfs.
 + Add patch from sqlzma project.
Files: 
 fe6ebb649e6fbfcfce7e61b134013095 649 utils optional lzma_4.43-10.dsc
 caba4a90d00e66fd642bfc7de1b1f3fb 21498 utils optional lzma_4.43-10.diff.gz
 6c95bbb967c6fb94ca2109e83ffe09ac 113056 utils optional lzma_4.43-10_i386.deb
 1e58034582543c6fa7652c15761b17fc 48984 utils optional lzma-dev_4.43-10_i386.deb
 f510de08705cf7e0c96aa7881b3d1364 16116 utils optional 
lzma-source_4.43-10_all.deb

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

iD8DBQFHF0kELqiZQEml+FURAo2fAJ43gixdDIREHFdUP3YUVGpxYbXgCACgporC
52jEsQed0qx7rjnCuNQG/Rc=
=N2J4
-END PGP SIGNATURE-


Accepted:
lzma-dev_4.43-10_i386.deb
  to pool/main/l/lzma/lzma-dev_4.43-10_i386.deb
lzma-source_4.43-10_all.deb
  to pool/main/l/lzma/lzma-source_4.43-10_all.deb
lzma_4.43-10.diff.gz
  to pool/main/l/lzma/lzma_4.43-10.diff.gz
lzma_4.43-10.dsc
  to pool/main/l/lzma/lzma_4.43-10.dsc
lzma_4.43-10_i386.deb
  to pool/main/l/lzma/lzma_4.43-10_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted netcfg 1.40 (source i386)

2007-10-29 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 29 Oct 2007 13:34:15 -0400
Source: netcfg
Binary: netcfg-static netcfg
Architecture: source i386
Version: 1.40
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team [EMAIL PROTECTED]
Changed-By: Joey Hess [EMAIL PROTECTED]
Description: 
 netcfg - Configure the network (udeb)
 netcfg-static - Configure a static network (udeb)
Closes: 433936
Changes: 
 netcfg (1.40) unstable; urgency=low
 .
   [ Frans Pop ]
   * Remove alternative dependencies for DHCP clients (not supported by udpkg).
 .
   [ Colin Watson ]
   * Revert change to copy udev's persistent-net rules to the target system,
 as udev-udeb already does this. Closes: #433936.
 .
   [ Joey Hess ]
   * Stop mentioning FireWire in generic description for ethX devices, to avoid
 confusing users. ;-)
 I think this is ok to drop as since hw-detect 1.47, devnames should have
 descriptions for firewire devices. When #405421 was filed,
 sysfs-update-devnames had not been fixed to look in
 /sys/class/net/foo/device/bus and so firewire interfaces lacked special
 descriptions.
 .
   [ dann frazier ]
   * Remove unused extern declaration for netcfg_get_dhcp() function in
 netcfg.h. This function was removed in r15113.
   * Request ntp-servers option from dhcp server and store in
 netcfg/dhcp_ntp_servers for later processing by clock-setup.
 See #447071
   * Use POSIX-compliant 'printf' instead of 'echo -n' in dhclient-script
 .
   [ Updated translations ]
   * Belarusian (be.po) by Hleb Rubanau
   * Bulgarian (bg.po) by Damyan Ivanov
   * Bengali (bn.po) by Jamil Ahmed
   * Catalan (ca.po) by Jordi Mallach
   * Czech (cs.po) by Miroslav Kure
   * German (de.po) by Jens Seidel
   * Esperanto (eo.po) by Serge Leblanc
   * Spanish (es.po) by Javier Fernández-Sanguino Peña
   * Basque (eu.po) by Piarres Beobide
   * French (fr.po) by Christian Perrier
   * Galician (gl.po) by Jacobo Tarrio
   * Hebrew (he.po) by Lior Kaplan
   * Hungarian (hu.po) by SZERVÁC Attila
   * Italian (it.po) by Stefano Canepa
   * Japanese (ja.po) by Kenshi Muto
   * Korean (ko.po) by Sunjae Park
   * Lithuanian (lt.po) by Kęstutis Biliūnas
   * Nepali (ne.po) by Nabin Gautam
   * Dutch (nl.po) by Bart Cornelis
   * Norwegian Nynorsk (nn.po) by HÃ¥vard Korsvoll
   * Panjabi (pa.po) by A S Alam
   * Polish (pl.po) by Bartosz Fenski
   * Portuguese (pt.po) by Miguel Figueiredo
   * Portuguese (Brazil) (pt_BR.po) by Felipe Augusto van de Wiel (faw)
   * Romanian (ro.po) by Eddy Petrișor
   * Russian (ru.po) by Yuri Kozlov
   * Slovak (sk.po) by Peter Mann
   * Albanian (sq.po) by Elian Myftiu
   * Swedish (sv.po) by Daniel Nylander
   * Tamil (ta.po) by Dr.T.Vasudevan
   * Thai (th.po) by Theppitak Karoonboonyanan
   * Vietnamese (vi.po) by Clytie Siddall
   * Simplified Chinese (zh_CN.po) by Ming Hua
Files: 
 5061cb4a6e18e91641f022c5947c1f19 977 debian-installer optional netcfg_1.40.dsc
 7cb71894cf739762b9af9403cbdd9b01 325271 debian-installer optional 
netcfg_1.40.tar.gz
 1d4d3854ff5f3fcec599871e52ebb994 261584 debian-installer optional 
netcfg_1.40_i386.udeb
 faa4c39422a91ef1692a4d95cf371128 202834 debian-installer optional 
netcfg-static_1.40_i386.udeb
Package-Type: udeb

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

iD8DBQFHJhr52tp5zXiKP0wRAhQFAKCMqTN08CC141oN7lfbYKZD2ETzjQCaA1S1
DYRtucuMNIhhT14Eg/Somow=
=RPUE
-END PGP SIGNATURE-


Accepted:
netcfg-static_1.40_i386.udeb
  to pool/main/n/netcfg/netcfg-static_1.40_i386.udeb
netcfg_1.40.dsc
  to pool/main/n/netcfg/netcfg_1.40.dsc
netcfg_1.40.tar.gz
  to pool/main/n/netcfg/netcfg_1.40.tar.gz
netcfg_1.40_i386.udeb
  to pool/main/n/netcfg/netcfg_1.40_i386.udeb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted boinc 5.10.27-1 (source i386)

2007-10-29 Thread Frank S. Thomas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 25 Oct 2007 20:54:09 +0200
Source: boinc
Binary: boinc-manager boinc-dbg boinc-dev boinc-client
Architecture: source i386
Version: 5.10.27-1
Distribution: unstable
Urgency: low
Maintainer: Debian BOINC Maintainers [EMAIL PROTECTED]
Changed-By: Frank S. Thomas [EMAIL PROTECTED]
Description: 
 boinc-client - core client for the BOINC distributed computing infrastructure
 boinc-dbg  - debugging symbols for BOINC binaries
 boinc-dev  - development files to build applications for BOINC projects
 boinc-manager - GUI to control and monitor the BOINC core client
Closes: 437326 437459 447320 447929
Changes: 
 boinc (5.10.27-1) unstable; urgency=low
 .
   [ Frank S. Thomas ]
   * New upstream release. (closes: #447929)
 - Handles change in /proc/cpuinfo on powerpc introduced in Linux 2.6.23.
   Thanks to Thibaut VARENE [EMAIL PROTECTED] for the patch.
   (closes: #437459)
 - Allows to set arbitrary many alternate platforms in the client's config
   file cc_config.xml with the alt_platform element which is a direct
   child of the options element. (closes: #437326)
 - BOINC Manager: At account creation check if wxGetUserName() returned an
   empty string and if it did use the output of wxGetUserId() instead.
   Thanks to Morita Sho [EMAIL PROTECTED] for the
   excellent bug report. (closes: #447320)
   * debian/control:
 - Moved Homepage pseudo field in the long descriptions to the source stanza
   because this is now a propper debian/control field supported by dpkg.
 - Removed XS- prefix from Vcs fields since they are now officially
   supported by dpkg.
   * debian/boinc-client.init: Print the scheduling status of boinc_client's
 children only if there are any present, otherwise schedtool would be
 called without arguments and would print its usage text.
   * debian/icons/: Use icons with transparent background.
   * debian/boinc-manager.desktop:
 - Addded Portuguese translations for GenericName and Comment, thanks to
   Marco Rodrigues [EMAIL PROTECTED].
 - Monitor is a subcategory of the System main category, so use System
   instead of Utility.
 - Removed the Encoding key since it is deprecated in the Desktop Entry
   Specification 1.0 and added the Version key.
Files: 
 b9f1ef8e1aa3458fe007603cf48a25d0 1257 net optional boinc_5.10.27-1.dsc
 2c456417e27ff243459f8d27658d4601 9222455 net optional boinc_5.10.27.orig.tar.gz
 39fd0e3c672739f33e0cd3039d6888a4 49990 net optional boinc_5.10.27-1.diff.gz
 d040a97c7a884f34a7c1333865404df0 403160 net optional 
boinc-client_5.10.27-1_i386.deb
 7fb2e7fca0ecf2cdbbfb1254d998bc31 1801736 x11 optional 
boinc-manager_5.10.27-1_i386.deb
 62258cc3b9fcaba0b788499dfeb855c3 447270 devel optional 
boinc-dev_5.10.27-1_i386.deb
 b8c1509bea5ad034b7ee0b1397945c53 7142370 devel extra 
boinc-dbg_5.10.27-1_i386.deb

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

iD8DBQFHJhojgeVih7XOVJcRAqzfAJ0UVANTCT179gSyg9sUxArrXWTMEQCfYVgj
lmdKv+49RiFlBWnspzOeKNc=
=YjZ3
-END PGP SIGNATURE-


Accepted:
boinc-client_5.10.27-1_i386.deb
  to pool/main/b/boinc/boinc-client_5.10.27-1_i386.deb
boinc-dbg_5.10.27-1_i386.deb
  to pool/main/b/boinc/boinc-dbg_5.10.27-1_i386.deb
boinc-dev_5.10.27-1_i386.deb
  to pool/main/b/boinc/boinc-dev_5.10.27-1_i386.deb
boinc-manager_5.10.27-1_i386.deb
  to pool/main/b/boinc/boinc-manager_5.10.27-1_i386.deb
boinc_5.10.27-1.diff.gz
  to pool/main/b/boinc/boinc_5.10.27-1.diff.gz
boinc_5.10.27-1.dsc
  to pool/main/b/boinc/boinc_5.10.27-1.dsc
boinc_5.10.27.orig.tar.gz
  to pool/main/b/boinc/boinc_5.10.27.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted cglib2.1 2.1.3.dfsg.1-1 (source all)

2007-10-29 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 10 Apr 2007 17:48:55 +0200
Source: cglib2.1
Binary: libcglib2.1-java-doc libcglib2.1-java
Architecture: source all
Version: 2.1.3.dfsg.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers [EMAIL PROTECTED]
Changed-By: Torsten Werner [EMAIL PROTECTED]
Description: 
 libcglib2.1-java - code generation library for Java
 libcglib2.1-java-doc - code generation library for Java
Closes: 386101
Changes: 
 cglib2.1 (2.1.3.dfsg.1-1) unstable; urgency=low
 .
   * Initial Release (closes: #386101).
Files: 
 17985d2bafd5044ecc0a7e744d6abc82 807 contrib/libs optional 
cglib2.1_2.1.3.dfsg.1-1.dsc
 ca963324ce74c61ba1c30c93bf90ee75 122902 contrib/libs optional 
cglib2.1_2.1.3.dfsg.1.orig.tar.gz
 35b7792a76ce52f196a3303a94a4e673 6761 contrib/libs optional 
cglib2.1_2.1.3.dfsg.1-1.diff.gz
 2b41e514c5f680a7584b3eb79d6f827b 263974 contrib/libs optional 
libcglib2.1-java_2.1.3.dfsg.1-1_all.deb
 9b2e6cc45ca9562ea697e5374b5bb95c 138672 contrib/doc optional 
libcglib2.1-java-doc_2.1.3.dfsg.1-1_all.deb

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

iD8DBQFHEfcNfY3dicTPjsMRAr0HAKCTEu/s1IqRHhNEbxb7bUo72GStTgCfRzqP
GULZBOdRcn/6vX9mIuyRkJE=
=4rQj
-END PGP SIGNATURE-


Accepted:
cglib2.1_2.1.3.dfsg.1-1.diff.gz
  to pool/contrib/c/cglib2.1/cglib2.1_2.1.3.dfsg.1-1.diff.gz
cglib2.1_2.1.3.dfsg.1-1.dsc
  to pool/contrib/c/cglib2.1/cglib2.1_2.1.3.dfsg.1-1.dsc
cglib2.1_2.1.3.dfsg.1.orig.tar.gz
  to pool/contrib/c/cglib2.1/cglib2.1_2.1.3.dfsg.1.orig.tar.gz
libcglib2.1-java-doc_2.1.3.dfsg.1-1_all.deb
  to pool/contrib/c/cglib2.1/libcglib2.1-java-doc_2.1.3.dfsg.1-1_all.deb
libcglib2.1-java_2.1.3.dfsg.1-1_all.deb
  to pool/contrib/c/cglib2.1/libcglib2.1-java_2.1.3.dfsg.1-1_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted kickseed 0.46 (source all)

2007-10-29 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 05 Oct 2007 14:49:18 +0100
Source: kickseed
Binary: initrd-kickseed kickseed-common
Architecture: source all
Version: 0.46
Distribution: unstable
Urgency: low
Maintainer: Colin Watson [EMAIL PROTECTED]
Changed-By: Colin Watson [EMAIL PROTECTED]
Description: 
 initrd-kickseed - Load Kickstart file from the initrd (udeb)
 kickseed-common - Common files for Kickstart compatibility (udeb)
Changes: 
 kickseed (0.46) unstable; urgency=low
 .
   * Moved to d-i SVN; maintaining it here henceforth.
   * Update copyright dates.
   * Remove Ubuntu-specific hostname in setup/net.
   * Unbrand an Ubuntu-specific error message.
   * Remove some old base-config cruft.
   * The Ubuntu standard tasks are now just called 'standard', and this makes
 more sense for Debian too.
Files: 
 cbcffba157785fe5d1fc1e214c557781 572 debian-installer optional 
kickseed_0.46.dsc
 30c242550015caf57bb021848c341018 20153 debian-installer optional 
kickseed_0.46.tar.gz
 342ddde0fcf5de617ee64dc684fa3454 10586 debian-installer standard 
kickseed-common_0.46_all.udeb
 b1b0162256560663e2790632d401a88a 4014 debian-installer optional 
initrd-kickseed_0.46_all.udeb
Package-Type: udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Colin Watson [EMAIL PROTECTED] -- Debian developer

iD8DBQFHBkEs9t0zAhD6TNERAoyUAJ9qrgLPjcXkVL3p/G1K6zFtOdEOMACeLEvt
ACQtCl6/oXR08ikC20QuTAM=
=dJiU
-END PGP SIGNATURE-


Accepted:
initrd-kickseed_0.46_all.udeb
  to pool/main/k/kickseed/initrd-kickseed_0.46_all.udeb
kickseed-common_0.46_all.udeb
  to pool/main/k/kickseed/kickseed-common_0.46_all.udeb
kickseed_0.46.dsc
  to pool/main/k/kickseed/kickseed_0.46.dsc
kickseed_0.46.tar.gz
  to pool/main/k/kickseed/kickseed_0.46.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted kickseed 0.47 (source all)

2007-10-29 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 28 Oct 2007 15:26:48 +
Source: kickseed
Binary: initrd-kickseed kickseed-common
Architecture: source all
Version: 0.47
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team [EMAIL PROTECTED]
Changed-By: Colin Watson [EMAIL PROTECTED]
Description: 
 initrd-kickseed - Load Kickstart file from the initrd (udeb)
 kickseed-common - Common files for Kickstart compatibility (udeb)
Changes: 
 kickseed (0.47) unstable; urgency=low
 .
   * Set Maintainer to debian-boot.
   * Use in-target to run chrooted %post scripts.
   * Use /lib/partman/display.d rather than /lib/partman/auto.d.
Files: 
 93c8db7b353f46b936bf49875b737973 641 debian-installer optional 
kickseed_0.47.dsc
 0e80fda28c2456ac5a279f6f28b0241e 20251 debian-installer optional 
kickseed_0.47.tar.gz
 769fcdadaa13ab65067959dca340685f 10604 debian-installer standard 
kickseed-common_0.47_all.udeb
 e97a06590c7a98341c8b9e1770a4eb32 4018 debian-installer optional 
initrd-kickseed_0.47_all.udeb
Package-Type: udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Colin Watson [EMAIL PROTECTED] -- Debian developer

iD8DBQFHJKqP9t0zAhD6TNERAmIfAJ0R5fmQtOfjPKbHbtpCoEpa2QWMDQCfRjbZ
x+x4K8jmnyITL0RKr+18kQY=
=xBOY
-END PGP SIGNATURE-


Accepted:
initrd-kickseed_0.47_all.udeb
  to pool/main/k/kickseed/initrd-kickseed_0.47_all.udeb
kickseed-common_0.47_all.udeb
  to pool/main/k/kickseed/kickseed-common_0.47_all.udeb
kickseed_0.47.dsc
  to pool/main/k/kickseed/kickseed_0.47.dsc
kickseed_0.47.tar.gz
  to pool/main/k/kickseed/kickseed_0.47.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted ows 0.070913 (source all)

2007-10-29 Thread David Villa Alises
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 13 Sep 2007 21:06:32 +0200
Source: ows
Binary: ows
Architecture: source all
Version: 0.070913
Distribution: unstable
Urgency: low
Maintainer: David Villa Alises [EMAIL PROTECTED]
Changed-By: David Villa Alises [EMAIL PROTECTED]
Description: 
 ows- OSD Woskspace Switcher Applet
Changes: 
 ows (0.070913) unstable; urgency=low
 .
   * New release
Files: 
 38ea3a4cb9faf43e670a4f3c54788da6 636 utils extra ows_0.070913.dsc
 386a40a71b17c4d34c91b9e9b827797a 217220 utils extra ows_0.070913.tar.gz
 7d877073cc9b86b3a4c98f275e26e9e5 18994 utils extra ows_0.070913_all.deb

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

iD8DBQFHAlywOaI3yygJ5hoRAqmNAKC6ZSDnSbw5QwK4yoAu7+zVdTg3DgCfVbNc
Y5a/+HSuSfCk2u+FANHuuHE=
=wQe3
-END PGP SIGNATURE-


Accepted:
ows_0.070913.dsc
  to pool/main/o/ows/ows_0.070913.dsc
ows_0.070913.tar.gz
  to pool/main/o/ows/ows_0.070913.tar.gz
ows_0.070913_all.deb
  to pool/main/o/ows/ows_0.070913_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted ows 0.071001 (source all)

2007-10-29 Thread David Villa Alises
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 01 Oct 2007 13:05:27 +0200
Source: ows
Binary: ows
Architecture: source all
Version: 0.071001
Distribution: unstable
Urgency: low
Maintainer: David Villa Alises [EMAIL PROTECTED]
Changed-By: David Villa Alises [EMAIL PROTECTED]
Description: 
 ows- OSD Woskspace Switcher Applet
Changes: 
 ows (0.071001) unstable; urgency=low
 .
   * New release
Files: 
 1b34b01518e0f48194bad4172317a14c 636 utils extra ows_0.071001.dsc
 3c9f5f264a59de6feff3a00102490452 437419 utils extra ows_0.071001.tar.gz
 dcb8d169e1dcc154f48ce1dd49f65a40 19018 utils extra ows_0.071001_all.deb

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

iD8DBQFHAmMSOaI3yygJ5hoRAt0OAJ0VpB6J63ykQQu8KaZbcZj7mjHVBACeNKG7
adDV83w6Hk1H8ebRzQP/CnE=
=eFpD
-END PGP SIGNATURE-


Accepted:
ows_0.071001.dsc
  to pool/main/o/ows/ows_0.071001.dsc
ows_0.071001.tar.gz
  to pool/main/o/ows/ows_0.071001.tar.gz
ows_0.071001_all.deb
  to pool/main/o/ows/ows_0.071001_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted ows 0.071011 (source all)

2007-10-29 Thread David Villa Alises
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 11 Oct 2007 21:24:20 +0200
Source: ows
Binary: ows
Architecture: source all
Version: 0.071011
Distribution: unstable
Urgency: low
Maintainer: David Villa Alises [EMAIL PROTECTED]
Changed-By: David Villa Alises [EMAIL PROTECTED]
Description: 
 ows- OSD Woskspace Switcher Applet
Changes: 
 ows (0.071011) unstable; urgency=low
 .
   * Comments from ftpmaster fixed
Files: 
 f6f83169293c699a77596a65e9434341 636 utils extra ows_0.071011.dsc
 eb757705af63f7be79e6d944b204543b 217273 utils extra ows_0.071011.tar.gz
 2ab32c1250b0cb26817daf900a3d4263 19032 utils extra ows_0.071011_all.deb

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

iD8DBQFHFIV2OaI3yygJ5hoRAvWwAKDnV/8fX9lBPpkVegm6eAQZMMFZ/gCeJf1V
+qg7kiQNcE34n1iqlkd2Eh8=
=Hjk0
-END PGP SIGNATURE-


Accepted:
ows_0.071011.dsc
  to pool/main/o/ows/ows_0.071011.dsc
ows_0.071011.tar.gz
  to pool/main/o/ows/ows_0.071011.tar.gz
ows_0.071011_all.deb
  to pool/main/o/ows/ows_0.071011_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted nfs-utils 1:1.1.1-4 (source i386)

2007-10-29 Thread Steinar H. Gunderson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 29 Oct 2007 18:33:15 +0100
Source: nfs-utils
Binary: nfs-kernel-server nfs-common
Architecture: source i386
Version: 1:1.1.1-4
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Changed-By: Steinar H. Gunderson [EMAIL PROTECTED]
Description: 
 nfs-common - NFS support files common to client and server
 nfs-kernel-server - support for NFS kernel server
Closes: 443591 448234 448251
Changes: 
 nfs-utils (1:1.1.1-4) unstable; urgency=low
 .
   * Remove broken hack introduced in 1.1.1-3.
   * Fix init script to work if the package has been removed but not purged;
 patch adapted from Morita Sho. (Closes: #448251)
   * Patch init script to allow not running rpc.statd or rpc.mountd (via
 settings in /etc/default/), since they are not needed for an NFSv4-only
 setup; patch adapted from David Härdeman. (Closes: #448234)
   * Clarify language in the exportfs man page; patch adapted from
 David Liontooth. (Closes: #443591)
Files: 
 70925a117a572f7aabfe4c3c435678d2 860 net standard nfs-utils_1.1.1-4.dsc
 3d1e023a8aa598951e7f94c2d7c9e827 31366 net standard nfs-utils_1.1.1-4.diff.gz
 ea53c06656a59edaa66c9700a3a2d10a 310088 net optional 
nfs-kernel-server_1.1.1-4_i386.deb
 364516e46def94c400e4dbb1ef322f53 389068 net standard 
nfs-common_1.1.1-4_i386.deb

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

iD8DBQFHJh05XKRQ3lK3SH4RAmuKAKCYYAreG+9LTn01CxjE72+o7+7/ywCg0xlZ
OsO4m8zvyIcovXEFrCOFXBE=
=vj8i
-END PGP SIGNATURE-


Accepted:
nfs-common_1.1.1-4_i386.deb
  to pool/main/n/nfs-utils/nfs-common_1.1.1-4_i386.deb
nfs-kernel-server_1.1.1-4_i386.deb
  to pool/main/n/nfs-utils/nfs-kernel-server_1.1.1-4_i386.deb
nfs-utils_1.1.1-4.diff.gz
  to pool/main/n/nfs-utils/nfs-utils_1.1.1-4.diff.gz
nfs-utils_1.1.1-4.dsc
  to pool/main/n/nfs-utils/nfs-utils_1.1.1-4.dsc


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted swt-gtk 3.3.1-1 (source i386 all)

2007-10-29 Thread Shaun Jackman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 15 Oct 2007 21:02:38 -0700
Source: swt-gtk
Binary: libswt-mozilla-gtk-dev libswt-gnome-gtk-3.3-jni libswt-gtk-3.3-jni 
libswt-gtk-3.3-java libswt-mozilla-gtk-3.3-jni libswt-mozilla-gtk-3.3 
libswt-gtk-dev libswt-gtk-3.3
Architecture: source i386 all
Version: 3.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Shaun Jackman [EMAIL PROTECTED]
Changed-By: Shaun Jackman [EMAIL PROTECTED]
Description: 
 libswt-gnome-gtk-3.3-jni - Standard Widget Toolkit for GTK Gnome JNI library
 libswt-gtk-3.3 - Standard Widget Toolkit for GTK native library
 libswt-gtk-3.3-java - Standard Widget Toolkit for GTK Java library
 libswt-gtk-3.3-jni - Standard Widget Toolkit for GTK JNI library
 libswt-gtk-dev - Standard Widget Toolkit for GTK development
 libswt-mozilla-gtk-3.3 - Standard Widget Toolkit for GTK Mozilla Java library
 libswt-mozilla-gtk-3.3-jni - Standard Widget Toolkit for GTK Mozilla JNI 
library
 libswt-mozilla-gtk-dev - Standard Widget Toolkit for GTK Mozilla JNI library
Changes: 
 swt-gtk (3.3.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Bump the soname version to 3.3.
   * Bump the alternatives priority to 103.
Files: 
 479c5b934784ee4340a0d638ad2b1d96 817 libs optional swt-gtk_3.3.1-1.dsc
 3f6f6bed7c55709310ef73f639da5103 1112417 libs optional 
swt-gtk_3.3.1.orig.tar.gz
 e0b45a9a061e96c102e25e706fa6bebb 354259 libs optional swt-gtk_3.3.1-1.diff.gz
 16ead7bd7a2345d6bd79017dbc9fdd4c 16406 libdevel optional 
libswt-gtk-dev_3.3.1-1_all.deb
 a22cbd06e835995707ee3f67e616a058 16168 libdevel optional 
libswt-mozilla-gtk-dev_3.3.1-1_all.deb
 2bbb3e7414ed47504191105f76eba3f5 2045318 libs optional 
libswt-gtk-3.3_3.3.1-1_i386.deb
 a274a27d09362bce701451632909cb9e 117694 libs optional 
libswt-gtk-3.3-jni_3.3.1-1_i386.deb
 ddedb11d01c873ea8537b6d1e09b407a 20362 libs optional 
libswt-gnome-gtk-3.3-jni_3.3.1-1_i386.deb
 719d09d5d57a27f71f258b2a696f410b 1272526 libs optional 
libswt-gtk-3.3-java_3.3.1-1_i386.deb
 4d34a87696f02d7d6cb144a529de02ea 980856 libs optional 
libswt-mozilla-gtk-3.3_3.3.1-1_i386.deb
 3778c9142e94fb0c545caa222725ff16 24966 libs optional 
libswt-mozilla-gtk-3.3-jni_3.3.1-1_i386.deb

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

iD8DBQFHFSBfvFdYF1IwUUoRAuDlAJ9thQYN0SfJosO6HDR9rz0oSLeeTgCgk9af
nsVuFbZYbiwVd1NT/sAdpi0=
=e1Oe
-END PGP SIGNATURE-


Accepted:
libswt-gnome-gtk-3.3-jni_3.3.1-1_i386.deb
  to pool/main/s/swt-gtk/libswt-gnome-gtk-3.3-jni_3.3.1-1_i386.deb
libswt-gtk-3.3-java_3.3.1-1_i386.deb
  to pool/main/s/swt-gtk/libswt-gtk-3.3-java_3.3.1-1_i386.deb
libswt-gtk-3.3-jni_3.3.1-1_i386.deb
  to pool/main/s/swt-gtk/libswt-gtk-3.3-jni_3.3.1-1_i386.deb
libswt-gtk-3.3_3.3.1-1_i386.deb
  to pool/main/s/swt-gtk/libswt-gtk-3.3_3.3.1-1_i386.deb
libswt-gtk-dev_3.3.1-1_all.deb
  to pool/main/s/swt-gtk/libswt-gtk-dev_3.3.1-1_all.deb
libswt-mozilla-gtk-3.3-jni_3.3.1-1_i386.deb
  to pool/main/s/swt-gtk/libswt-mozilla-gtk-3.3-jni_3.3.1-1_i386.deb
libswt-mozilla-gtk-3.3_3.3.1-1_i386.deb
  to pool/main/s/swt-gtk/libswt-mozilla-gtk-3.3_3.3.1-1_i386.deb
libswt-mozilla-gtk-dev_3.3.1-1_all.deb
  to pool/main/s/swt-gtk/libswt-mozilla-gtk-dev_3.3.1-1_all.deb
swt-gtk_3.3.1-1.diff.gz
  to pool/main/s/swt-gtk/swt-gtk_3.3.1-1.diff.gz
swt-gtk_3.3.1-1.dsc
  to pool/main/s/swt-gtk/swt-gtk_3.3.1-1.dsc
swt-gtk_3.3.1.orig.tar.gz
  to pool/main/s/swt-gtk/swt-gtk_3.3.1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted xfce4-wmdock-plugin 0.1.6-1 (source amd64)

2007-10-29 Thread Enrique Monge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 14 Oct 2007 09:36:13 -0600
Source: xfce4-wmdock-plugin
Binary: xfce4-wmdock-plugin
Architecture: source amd64
Version: 0.1.6-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers [EMAIL PROTECTED]
Changed-By: Enrique Monge [EMAIL PROTECTED]
Description: 
 xfce4-wmdock-plugin - Compatibility layer for running WindowMaker dockapps on 
the XFCE 
Closes: 446652
Changes: 
 xfce4-wmdock-plugin (0.1.6-1) unstable; urgency=low
 .
   [ Enrique Monge ]
   * Initial release closes: #446652
Files: 
 5e10a452d0355ad2ae404ffb441b88ff 902 x11 optional 
xfce4-wmdock-plugin_0.1.6-1.dsc
 1ffc879812cfbf04e2ee91ca51abed0a 364222 x11 optional 
xfce4-wmdock-plugin_0.1.6.orig.tar.gz
 abed75c8bf8d6ab62e0bbc0d3b185f4c 1381 x11 optional 
xfce4-wmdock-plugin_0.1.6-1.diff.gz
 849b98189efff494dfed2405ec4d08fc 25200 x11 optional 
xfce4-wmdock-plugin_0.1.6-1_amd64.deb

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

iD8DBQFHGyyXMQdl+99c4rQRAkGFAKCA+YHt6BOZmpCBBSvvQQ7Ow/dl7QCfQqxY
eDx+mxkHVXshNwzuThXAxdo=
=D2rK
-END PGP SIGNATURE-


Accepted:
xfce4-wmdock-plugin_0.1.6-1.diff.gz
  to pool/main/x/xfce4-wmdock-plugin/xfce4-wmdock-plugin_0.1.6-1.diff.gz
xfce4-wmdock-plugin_0.1.6-1.dsc
  to pool/main/x/xfce4-wmdock-plugin/xfce4-wmdock-plugin_0.1.6-1.dsc
xfce4-wmdock-plugin_0.1.6-1_amd64.deb
  to pool/main/x/xfce4-wmdock-plugin/xfce4-wmdock-plugin_0.1.6-1_amd64.deb
xfce4-wmdock-plugin_0.1.6.orig.tar.gz
  to pool/main/x/xfce4-wmdock-plugin/xfce4-wmdock-plugin_0.1.6.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted bordeaux-threads 0.0.2-1 (source all)

2007-10-29 Thread Pierre THIERRY
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 01 Oct 2007 21:23:55 +0200
Source: bordeaux-threads
Binary: cl-bordeaux-threads
Architecture: source all
Version: 0.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Pierre THIERRY [EMAIL PROTECTED]
Changed-By: Pierre THIERRY [EMAIL PROTECTED]
Description: 
 cl-bordeaux-threads - Portable shared-state concurrency for Common Lisp
Closes: 444911
Changes: 
 bordeaux-threads (0.0.2-1) unstable; urgency=low
 .
   * New upstream release. (Closes: #444911)
Files: 
 51cfa6e3e89fc6b2e77ca819bd82217e 642 libs optional bordeaux-threads_0.0.2-1.dsc
 211be1ec2970e67791b62cdc1609f071 11842 libs optional 
bordeaux-threads_0.0.2.orig.tar.gz
 6cbde27418d182a171e918de85c3f782 1351 libs optional 
bordeaux-threads_0.0.2-1.diff.gz
 8ebbab2390bf9d90a0e8ffc7167ceee0 13834 libs optional 
cl-bordeaux-threads_0.0.2-1_all.deb

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

iD8DBQFHG2F3XrnnKiKKOuQRAhgTAKDAH0DdlI9T49Vlf4ysVe1/VN5MZQCePmsg
HB6e/OxjoGTHRhaGeF9cDr0=
=97Oq
-END PGP SIGNATURE-


Accepted:
bordeaux-threads_0.0.2-1.diff.gz
  to pool/main/b/bordeaux-threads/bordeaux-threads_0.0.2-1.diff.gz
bordeaux-threads_0.0.2-1.dsc
  to pool/main/b/bordeaux-threads/bordeaux-threads_0.0.2-1.dsc
bordeaux-threads_0.0.2.orig.tar.gz
  to pool/main/b/bordeaux-threads/bordeaux-threads_0.0.2.orig.tar.gz
cl-bordeaux-threads_0.0.2-1_all.deb
  to pool/main/b/bordeaux-threads/cl-bordeaux-threads_0.0.2-1_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted tcltk-defaults 8.4.16-1 (source all)

2007-10-29 Thread Sergei Golovan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 19 Oct 2007 20:57:49 +0400
Source: tcltk-defaults
Binary: tcl-doc tcl tk tcl-dev tk-dev tk-doc
Architecture: source all
Version: 8.4.16-1
Distribution: unstable
Urgency: low
Maintainer: Tcl/Tk Debian Packagers [EMAIL PROTECTED]
Changed-By: Sergei Golovan [EMAIL PROTECTED]
Description: 
 tcl- The Tool Command Language (default version) - run-time files
 tcl-dev- The Tool Command Language (default version) - development files
 tcl-doc- The Tool Command Language (default version) - manual pages
 tk - The Tk toolkit for Tcl and X11 (default version) - run-time files
 tk-dev - The Tk toolkit for Tcl and X11 (default version) - development fi
 tk-doc - The Tk toolkit for Tcl and X11 (default version) - manual pages
Changes: 
 tcltk-defaults (8.4.16-1) unstable; urgency=low
 .
   * Initial release of the default Tcl/Tk packages. Corresponds to tcl8.4
 8.4.16-2 and tk8.4 8.4.16-2 (and newer).
Files: 
 d158f72e1fc1a239e8ccac324fb1cfd1 837 interpreters optional 
tcltk-defaults_8.4.16-1.dsc
 c3506fd8d80c4e8954a643e0da8d140f 13242 interpreters optional 
tcltk-defaults_8.4.16-1.tar.gz
 84ec8d1345eaf40e4e08f16d45e6e12c 3736 interpreters optional 
tcl_8.4.16-1_all.deb
 b7f70ae6ca7bf3d345d6a4863a76d89b 115586 doc optional tcl-doc_8.4.16-1_all.deb
 5a2174722dff749b543e6acc070c0f76 6008 devel optional tcl-dev_8.4.16-1_all.deb
 07f6a83ff996359b710469da6df74667 3772 libs optional tk_8.4.16-1_all.deb
 553ad2de08102891864ea740cb25e407 872 doc optional tk-doc_8.4.16-1_all.deb
 1b57f419a45ed904d342914c37327386 3644 devel optional tk-dev_8.4.16-1_all.deb

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

iD8DBQFHGy3uIcdH02pGEFIRAmj2AJ998FX7y/LLtJAPOauSagv+wk1VGQCglm5t
8AK+YLFaMMpbWkzldIDlQAU=
=ZZAQ
-END PGP SIGNATURE-


Accepted:
tcl-dev_8.4.16-1_all.deb
  to pool/main/t/tcltk-defaults/tcl-dev_8.4.16-1_all.deb
tcl-doc_8.4.16-1_all.deb
  to pool/main/t/tcltk-defaults/tcl-doc_8.4.16-1_all.deb
tcl_8.4.16-1_all.deb
  to pool/main/t/tcltk-defaults/tcl_8.4.16-1_all.deb
tcltk-defaults_8.4.16-1.dsc
  to pool/main/t/tcltk-defaults/tcltk-defaults_8.4.16-1.dsc
tcltk-defaults_8.4.16-1.tar.gz
  to pool/main/t/tcltk-defaults/tcltk-defaults_8.4.16-1.tar.gz
tk-dev_8.4.16-1_all.deb
  to pool/main/t/tcltk-defaults/tk-dev_8.4.16-1_all.deb
tk-doc_8.4.16-1_all.deb
  to pool/main/t/tcltk-defaults/tk-doc_8.4.16-1_all.deb
tk_8.4.16-1_all.deb
  to pool/main/t/tcltk-defaults/tk_8.4.16-1_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted netrw 1.3.2-1 (source i386)

2007-10-29 Thread Giovanni Mascellani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 19 Oct 2007 15:19:43 +0200
Source: netrw
Binary: netrw
Architecture: source i386
Version: 1.3.2-1
Distribution: unstable
Urgency: low
Maintainer: Giovanni Mascellani [EMAIL PROTECTED]
Changed-By: Giovanni Mascellani [EMAIL PROTECTED]
Description: 
 netrw  - netcat like tool with nice features to transport files over netwo
Closes: 446601
Changes: 
 netrw (1.3.2-1) unstable; urgency=low
 .
   * Initial release (Closes: #446601)
Files: 
 5e278473d284bd19f1f604c9fe7bee17 706 net optional netrw_1.3.2-1.dsc
 40d18662da17a673c728c59deeb4217b 159324 net optional netrw_1.3.2.orig.tar.gz
 c83cb72289b758006e7cb4c65e4e9086 2897 net optional netrw_1.3.2-1.diff.gz
 0e6ea3d6d0dc059a353c956ba9f1062a 25290 net optional netrw_1.3.2-1_i386.deb

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

iD8DBQFHGgAuHYflSXNkfP8RApcOAKCDZfKy+X8Ip/BeSNSWpjJJ1sKOqwCgty3K
XLEyETc18JaX8gVu7fx5TMI=
=PUFs
-END PGP SIGNATURE-


Accepted:
netrw_1.3.2-1.diff.gz
  to pool/main/n/netrw/netrw_1.3.2-1.diff.gz
netrw_1.3.2-1.dsc
  to pool/main/n/netrw/netrw_1.3.2-1.dsc
netrw_1.3.2-1_i386.deb
  to pool/main/n/netrw/netrw_1.3.2-1_i386.deb
netrw_1.3.2.orig.tar.gz
  to pool/main/n/netrw/netrw_1.3.2.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted gdal 1.4.2-3 (source i386 all)

2007-10-29 Thread Francesco Paolo Lovergine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 19 Oct 2007 23:46:07 +0200
Source: gdal
Binary: libgdal-ruby1.8 libgdal1-1.4.0 python-gdal libgdal-doc libgdal-ruby 
libgdal1-dev gdal-bin libgdal-perl
Architecture: source i386 all
Version: 1.4.2-3
Distribution: unstable
Urgency: low
Maintainer: Francesco Paolo Lovergine [EMAIL PROTECTED]
Changed-By: Francesco Paolo Lovergine [EMAIL PROTECTED]
Description: 
 gdal-bin   - Geospatial Data Abstraction Library - Utility programs
 libgdal-doc - Documentation for the Geospatial Data Abstraction Library
 libgdal-perl - Perl bindings to the Geospatial Data Abstraction Library
 libgdal-ruby - Ruby bindings to the Geospatial Data Abstraction Library
 libgdal-ruby1.8 - Ruby 1.8 bindings to the Geospatial Data Abstraction Library
 libgdal1-1.4.0 - Geospatial Data Abstraction Library
 libgdal1-dev - Geospatial Data Abstraction Library - Development files
 python-gdal - Python bindings to the Geospatial Data Abstraction Library
Closes: 393167
Changes: 
 gdal (1.4.2-3) unstable; urgency=low
 .
   * Fixed debian-rules-ignores-make-clean-error lintian warning
   * Removes embedded rpath in perl extensions and MakeMaker .packlist files.
 .
 gdal (1.4.2-2) unstable; urgency=low
 .
   [ Paul Wise ]
   * Switch to new Homepage field
 .
   [ Francesco Paolo Lovergine ]
   * Migrated obsolete ${Source-Version} to ${binary:Version} in debian/control
   * Added perl and ruby binding and a couple of new binary packages for that.
 (closes: #393167)
   * Build-deps updated.
   * Missing gdal_rasterize binary and python tools added to *.files
   * Missing man pages added to *.files
   * Added build dependency for install target in rules.
   * Fixed swig/perl/Makefile.PL on fly via libname.dpatch to build correctly 
perl binding.
   * Added debian/TODO file
   * Added patch rubymakefile.dpatch to fix ruby module building.
Files: 
 b92b53b0795756000eb705009092b751 1378 science extra gdal_1.4.2-3.dsc
 3d027c9d71ff6c65049f2925990e9b2f 85429 science extra gdal_1.4.2-3.diff.gz
 4117e5162cadd4969126cafdcd4a655c 2058260 libs extra 
libgdal1-1.4.0_1.4.2-3_i386.deb
 8cb4dddba9a4687d419f801e19d1e41e 2334338 libdevel extra 
libgdal1-dev_1.4.2-3_i386.deb
 8d8cd5280a5648483a60cfb5b1e04bb5 92474 science extra gdal-bin_1.4.2-3_i386.deb
 99e14a321cb53e0ff693bad65106efa7 246914 python extra 
python-gdal_1.4.2-3_i386.deb
 2c81c91c3b5a19e73f6dc45787d7d036 232140 perl extra 
libgdal-perl_1.4.2-3_i386.deb
 b3e4b024dd56425b589469cdcc92e6e9 125692 interpreters extra 
libgdal-ruby1.8_1.4.2-3_i386.deb
 24da2d50d5766b8090cc84aa8a4a9a59 24842 interpreters extra 
libgdal-ruby_1.4.2-3_i386.deb
 c54a3fa5d7af5575328bfe1667c28439 1158890 doc extra libgdal-doc_1.4.2-3_all.deb

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

iD8DBQFHGadapFNRmenyx0cRAr6lAKDu9mtRIniM4mOpRdtZdjZn8meB3ACfQQAp
H7OcRJpplrE+JB8ctNpdCIo=
=og8c
-END PGP SIGNATURE-


Accepted:
gdal-bin_1.4.2-3_i386.deb
  to pool/main/g/gdal/gdal-bin_1.4.2-3_i386.deb
gdal_1.4.2-3.diff.gz
  to pool/main/g/gdal/gdal_1.4.2-3.diff.gz
gdal_1.4.2-3.dsc
  to pool/main/g/gdal/gdal_1.4.2-3.dsc
libgdal-doc_1.4.2-3_all.deb
  to pool/main/g/gdal/libgdal-doc_1.4.2-3_all.deb
libgdal-perl_1.4.2-3_i386.deb
  to pool/main/g/gdal/libgdal-perl_1.4.2-3_i386.deb
libgdal-ruby1.8_1.4.2-3_i386.deb
  to pool/main/g/gdal/libgdal-ruby1.8_1.4.2-3_i386.deb
libgdal-ruby_1.4.2-3_i386.deb
  to pool/main/g/gdal/libgdal-ruby_1.4.2-3_i386.deb
libgdal1-1.4.0_1.4.2-3_i386.deb
  to pool/main/g/gdal/libgdal1-1.4.0_1.4.2-3_i386.deb
libgdal1-dev_1.4.2-3_i386.deb
  to pool/main/g/gdal/libgdal1-dev_1.4.2-3_i386.deb
python-gdal_1.4.2-3_i386.deb
  to pool/main/g/gdal/python-gdal_1.4.2-3_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted rcolorbrewer 1.0-2-1 (source all)

2007-10-29 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 22 Oct 2007 20:09:25 -0500
Source: rcolorbrewer
Binary: r-cran-rcolorbrewer
Architecture: source all
Version: 1.0-2-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel [EMAIL PROTECTED]
Changed-By: Dirk Eddelbuettel [EMAIL PROTECTED]
Description: 
 r-cran-rcolorbrewer - GNU R package providing suitable color palettes
Changes: 
 rcolorbrewer (1.0-2-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 4cc62fa14ee85521df3b0baaff67c750 623 math optional rcolorbrewer_1.0-2-1.dsc
 2f687dded2419de414133e9364097383 10445 math optional 
rcolorbrewer_1.0-2.orig.tar.gz
 b6addc917ac1fce048b26df7204ff490 2442 math optional 
rcolorbrewer_1.0-2-1.diff.gz
 a207335afbb6f78f1ec6088bafae9bf7 24010 math optional 
r-cran-rcolorbrewer_1.0-2-1_all.deb

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

iD8DBQFHHUn8CZSR95Gw07cRAtm/AJ4h/74ZUDXqF8v7w396N8eim20f3wCgikm8
ACBNDpkFiNPY0gQMDZPHPrM=
=ivTU
-END PGP SIGNATURE-


Accepted:
r-cran-rcolorbrewer_1.0-2-1_all.deb
  to pool/main/r/rcolorbrewer/r-cran-rcolorbrewer_1.0-2-1_all.deb
rcolorbrewer_1.0-2-1.diff.gz
  to pool/main/r/rcolorbrewer/rcolorbrewer_1.0-2-1.diff.gz
rcolorbrewer_1.0-2-1.dsc
  to pool/main/r/rcolorbrewer/rcolorbrewer_1.0-2-1.dsc
rcolorbrewer_1.0-2.orig.tar.gz
  to pool/main/r/rcolorbrewer/rcolorbrewer_1.0-2.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted xfce4-places-plugin 0.9.991-1 (source amd64)

2007-10-29 Thread David Paleino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 12 Sep 2007 11:53:45 +0200
Source: xfce4-places-plugin
Binary: xfce4-places-plugin
Architecture: source amd64
Version: 0.9.991-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers [EMAIL PROTECTED]
Changed-By: David Paleino [EMAIL PROTECTED]
Description: 
 xfce4-places-plugin - quick access to folders, documents and removable media
Closes: 442001
Changes: 
 xfce4-places-plugin (0.9.991-1) unstable; urgency=low
 .
   * Initial release closes: #442001
Files: 
 e4963e4dad61a166dff2032920a3da22 1303 utils optional 
xfce4-places-plugin_0.9.991-1.dsc
 1079d943f2d4fa8c9070ea09f5163113 391608 utils optional 
xfce4-places-plugin_0.9.991.orig.tar.gz
 326a67c1db3c39d4ebe74c446433e0c7 2147 utils optional 
xfce4-places-plugin_0.9.991-1.diff.gz
 451ecaa77f2540f50cd95707a9bb5808 30622 utils optional 
xfce4-places-plugin_0.9.991-1_amd64.deb

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

iD8DBQFHGyyTMQdl+99c4rQRAsbjAJ9JZwV7C4L5hZxCIo+WhCyN96v0nQCgi6Uv
ChcAW5gTima5cJVWPIrw9aI=
=UvJb
-END PGP SIGNATURE-


Accepted:
xfce4-places-plugin_0.9.991-1.diff.gz
  to pool/main/x/xfce4-places-plugin/xfce4-places-plugin_0.9.991-1.diff.gz
xfce4-places-plugin_0.9.991-1.dsc
  to pool/main/x/xfce4-places-plugin/xfce4-places-plugin_0.9.991-1.dsc
xfce4-places-plugin_0.9.991-1_amd64.deb
  to pool/main/x/xfce4-places-plugin/xfce4-places-plugin_0.9.991-1_amd64.deb
xfce4-places-plugin_0.9.991.orig.tar.gz
  to pool/main/x/xfce4-places-plugin/xfce4-places-plugin_0.9.991.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted libreadonly-perl 1.03-1 (source all)

2007-10-29 Thread Rene Mayorga
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 22 Oct 2007 20:42:47 -0600
Source: libreadonly-perl
Binary: libreadonly-perl
Architecture: source all
Version: 1.03-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Rene Mayorga [EMAIL PROTECTED]
Description: 
 libreadonly-perl - Facility for creating read-only scalars, arrays and hashes
Closes: 447685
Changes: 
 libreadonly-perl (1.03-1) unstable; urgency=low
 .
   * Initial release (Closes: #447685)
Files: 
 9f68d3e7b184f0d0b129402a08ff4d5f 879 perl optional libreadonly-perl_1.03-1.dsc
 0acef3a995ac9ecf575f66a726d638f4 13677 perl optional 
libreadonly-perl_1.03.orig.tar.gz
 ca0e756e6cdc81cd13f771b9f6461989 1532 perl optional 
libreadonly-perl_1.03-1.diff.gz
 29fbee4d15b80aee5bf4873dcae1ec2f 19576 perl optional 
libreadonly-perl_1.03-1_all.deb

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

iD8DBQFHHZaoHqjlqpcl9jsRAuRnAKCVcyY4vaTl7s7z8hUPUDStauyyvwCgkZCC
UahnSNcF8mEFL15dhyG29cU=
=lEW6
-END PGP SIGNATURE-


Accepted:
libreadonly-perl_1.03-1.diff.gz
  to pool/main/libr/libreadonly-perl/libreadonly-perl_1.03-1.diff.gz
libreadonly-perl_1.03-1.dsc
  to pool/main/libr/libreadonly-perl/libreadonly-perl_1.03-1.dsc
libreadonly-perl_1.03-1_all.deb
  to pool/main/libr/libreadonly-perl/libreadonly-perl_1.03-1_all.deb
libreadonly-perl_1.03.orig.tar.gz
  to pool/main/libr/libreadonly-perl/libreadonly-perl_1.03.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted python-qt4 4.3.1-1 (source i386 all)

2007-10-29 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 22 Oct 2007 18:35:19 +0200
Source: python-qt4
Binary: python-qt4-sql-dbg python-qt4-common python-qt4-dev python-qt4-dbg 
python-qt4-gl-dbg python-qt4-gl pyqt4-dev-tools python-qt4-dbus 
python-qt4-dbus-dbg python-qt4-doc python-qt4 python-qt4-sql
Architecture: source i386 all
Version: 4.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Torsten Marek [EMAIL PROTECTED]
Changed-By: Torsten Marek [EMAIL PROTECTED]
Description: 
 pyqt4-dev-tools - Development tools for PyQt4
 python-qt4 - Python bindings for Qt4
 python-qt4-common - Shared files for PyQt4
 python-qt4-dbg - Python bindings for Qt4 (debug extensions)
 python-qt4-dbus - DBus Support for PyQt4
 python-qt4-dbus-dbg - DBus Support for PyQt4 (debug extensions)
 python-qt4-dev - Development files for PyQt4
 python-qt4-doc - Documentation and examples for PyQt4
 python-qt4-gl - Python bindings for Qt4's OpenGL module
 python-qt4-gl-dbg - Python bindings for Qt4's OpenGL module (debug extension)
 python-qt4-sql - Python bindings for Qt4's SQL module
 python-qt4-sql-dbg - Python bindings for Qt4's SQL module (debug extension)
Closes: 445337
Changes: 
 python-qt4 (4.3.1-1) unstable; urgency=low
 .
   [ Piotr Ożarowski ]
   * Vcs-Svn, Vcs-Browser and Homepage fields added
 .
   [ Torsten Marek ]
   * New upstream release. (Closes: #445337)
   * Added python-qt4-dbus-dbg package.
Files: 
 61a056826fc91fa47a88d9ae2acddabe 1311 python optional python-qt4_4.3.1-1.dsc
 5d0095d7f08a973b4a04e09e7f6ab568 6176590 python optional 
python-qt4_4.3.1.orig.tar.gz
 decabe4db36487430280d046723dea99 12992 python optional 
python-qt4_4.3.1-1.diff.gz
 7c4ba78dbeae7d42bd90bed22ced9d69 4404098 python optional 
python-qt4_4.3.1-1_i386.deb
 6a7b580695457606fef14d0e92729b70 35583500 python extra 
python-qt4-dbg_4.3.1-1_i386.deb
 751e20628ef4a128cacefec792c655c8 59340 python optional 
python-qt4-dbus_4.3.1-1_i386.deb
 dd45f95e5b58c256ac50bc2e854c8d95 176568 python optional 
python-qt4-dbus-dbg_4.3.1-1_i386.deb
 740fc4109dd6d3141c528fe99c070d44 130270 python optional 
python-qt4-gl_4.3.1-1_i386.deb
 13a8982058dc5117f37f042ad69f79f7 380 python extra 
python-qt4-gl-dbg_4.3.1-1_i386.deb
 b91fae564c42e169ba6728dc78ab2fb2 205820 python optional 
python-qt4-sql_4.3.1-1_i386.deb
 cf5130e94e49eae57d0f1c962535e9b8 2210286 python extra 
python-qt4-sql-dbg_4.3.1-1_i386.deb
 0987cb6ba989ce2332d8bd34fac5c306 141998 python optional 
pyqt4-dev-tools_4.3.1-1_i386.deb
 020dcca14a1a3f28d0aa24a331c04a51 273634 python optional 
python-qt4-dev_4.3.1-1_all.deb
 5496ba288e3338e3349ba645b3430809 52132 python optional 
python-qt4-common_4.3.1-1_all.deb
 0f1e2b73a4c31bfc0d6d7fe298b2fbf3 5783380 doc optional 
python-qt4-doc_4.3.1-1_all.deb

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

iD8DBQFHHPcOfMVFHqJEyFgRAqE7AJ9FjYPHQSOOIKcniVCeRy5j+adEIgCdHCBE
RFbeoJzZxLFyjprhgrBrSFo=
=ODF4
-END PGP SIGNATURE-


Accepted:
pyqt4-dev-tools_4.3.1-1_i386.deb
  to pool/main/p/python-qt4/pyqt4-dev-tools_4.3.1-1_i386.deb
python-qt4-common_4.3.1-1_all.deb
  to pool/main/p/python-qt4/python-qt4-common_4.3.1-1_all.deb
python-qt4-dbg_4.3.1-1_i386.deb
  to pool/main/p/python-qt4/python-qt4-dbg_4.3.1-1_i386.deb
python-qt4-dbus-dbg_4.3.1-1_i386.deb
  to pool/main/p/python-qt4/python-qt4-dbus-dbg_4.3.1-1_i386.deb
python-qt4-dbus_4.3.1-1_i386.deb
  to pool/main/p/python-qt4/python-qt4-dbus_4.3.1-1_i386.deb
python-qt4-dev_4.3.1-1_all.deb
  to pool/main/p/python-qt4/python-qt4-dev_4.3.1-1_all.deb
python-qt4-doc_4.3.1-1_all.deb
  to pool/main/p/python-qt4/python-qt4-doc_4.3.1-1_all.deb
python-qt4-gl-dbg_4.3.1-1_i386.deb
  to pool/main/p/python-qt4/python-qt4-gl-dbg_4.3.1-1_i386.deb
python-qt4-gl_4.3.1-1_i386.deb
  to pool/main/p/python-qt4/python-qt4-gl_4.3.1-1_i386.deb
python-qt4-sql-dbg_4.3.1-1_i386.deb
  to pool/main/p/python-qt4/python-qt4-sql-dbg_4.3.1-1_i386.deb
python-qt4-sql_4.3.1-1_i386.deb
  to pool/main/p/python-qt4/python-qt4-sql_4.3.1-1_i386.deb
python-qt4_4.3.1-1.diff.gz
  to pool/main/p/python-qt4/python-qt4_4.3.1-1.diff.gz
python-qt4_4.3.1-1.dsc
  to pool/main/p/python-qt4/python-qt4_4.3.1-1.dsc
python-qt4_4.3.1-1_i386.deb
  to pool/main/p/python-qt4/python-qt4_4.3.1-1_i386.deb
python-qt4_4.3.1.orig.tar.gz
  to pool/main/p/python-qt4/python-qt4_4.3.1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted bittwist 0.80-1 (source amd64)

2007-10-29 Thread Joao Eriberto Mota Filho
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 27 Jul 2007 09:49:34 -0300
Source: bittwist
Binary: bittwist
Architecture: source amd64
Version: 0.80-1
Distribution: unstable
Urgency: low
Maintainer: Joao Eriberto Mota Filho [EMAIL PROTECTED]
Changed-By: Joao Eriberto Mota Filho [EMAIL PROTECTED]
Description: 
 bittwist   - libpcap-based Ethernet packet generator
Closes: 432724
Changes: 
 bittwist (0.80-1) unstable; urgency=low
 .
   * Initial release (Closes: #432724)
Files: 
 4b44026c33ea06c39395e083f95936a1 739 net optional bittwist_0.80-1.dsc
 372d527e6b7135abd2d23fa18f62a1ce 39978 net optional bittwist_0.80.orig.tar.gz
 1796d0048132fa8c34fc7b893f782dcb 2437 net optional bittwist_0.80-1.diff.gz
 8e7dcfbd24e8ff908fe60e828a9dfa03 37444 net optional bittwist_0.80-1_amd64.deb

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

iD8DBQFHHXFTCjAO0JDlykYRAvU8AJ9SEASqEgl9x8h8fvoEog2y2JX9qQCgwpgN
N6uqWsg62CXjTzxaB5VwdxY=
=91jF
-END PGP SIGNATURE-


Accepted:
bittwist_0.80-1.diff.gz
  to pool/main/b/bittwist/bittwist_0.80-1.diff.gz
bittwist_0.80-1.dsc
  to pool/main/b/bittwist/bittwist_0.80-1.dsc
bittwist_0.80-1_amd64.deb
  to pool/main/b/bittwist/bittwist_0.80-1_amd64.deb
bittwist_0.80.orig.tar.gz
  to pool/main/b/bittwist/bittwist_0.80.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted gnome-device-manager 0.2-1 (source i386)

2007-10-29 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Oct 2007 15:57:42 +0200
Source: gnome-device-manager
Binary: libgnome-device-manager-dev gnome-device-manager 
libgnome-device-manager0
Architecture: source i386
Version: 0.2-1
Distribution: unstable
Urgency: low
Maintainer: Utopia Maintenance Team [EMAIL PROTECTED]
Changed-By: Michael Biebl [EMAIL PROTECTED]
Description: 
 gnome-device-manager - GNOME device manager based on HAL
 libgnome-device-manager-dev - GNOME device manager based on HAL - development 
files
 libgnome-device-manager0 - GNOME device manager based on HAL - libraries
Closes: 447027
Changes: 
 gnome-device-manager (0.2-1) unstable; urgency=low
 .
   * Initial release. (Closes: #447027)
Files: 
 356282ef2913fa4eb7abc86ef1173e24 1202 gnome optional 
gnome-device-manager_0.2-1.dsc
 27c073dd61307bb88ec6285fff50eb83 529568 gnome optional 
gnome-device-manager_0.2.orig.tar.gz
 ca68939648650c466c6207a31141c96c 1984 gnome optional 
gnome-device-manager_0.2-1.diff.gz
 9cc191f0b4df509573fa3103c0aefcd9 113164 gnome optional 
gnome-device-manager_0.2-1_i386.deb
 cb5677532ced6d95b41fcc54b58327bb 35222 libs optional 
libgnome-device-manager0_0.2-1_i386.deb
 13f35465423c7a84f33005f8e2212fbb 40196 libdevel optional 
libgnome-device-manager-dev_0.2-1_i386.deb

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

iD8DBQFHHLrih7PER70FhVQRAiiPAJ0ZvPX7Hjkd5Z3XnKs5RVG1DwigCACfe/tk
QLlZvLA9jHNSgcrz0bhgn5c=
=uZqJ
-END PGP SIGNATURE-


Accepted:
gnome-device-manager_0.2-1.diff.gz
  to pool/main/g/gnome-device-manager/gnome-device-manager_0.2-1.diff.gz
gnome-device-manager_0.2-1.dsc
  to pool/main/g/gnome-device-manager/gnome-device-manager_0.2-1.dsc
gnome-device-manager_0.2-1_i386.deb
  to pool/main/g/gnome-device-manager/gnome-device-manager_0.2-1_i386.deb
gnome-device-manager_0.2.orig.tar.gz
  to pool/main/g/gnome-device-manager/gnome-device-manager_0.2.orig.tar.gz
libgnome-device-manager-dev_0.2-1_i386.deb
  to pool/main/g/gnome-device-manager/libgnome-device-manager-dev_0.2-1_i386.deb
libgnome-device-manager0_0.2-1_i386.deb
  to pool/main/g/gnome-device-manager/libgnome-device-manager0_0.2-1_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted libmowgli 0.5.0-1 (source i386)

2007-10-29 Thread Patrick Schoenfeld
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 15:53:56 +0200
Source: libmowgli
Binary: libmowgli1 libmowgli1-dbg libmowgli-dev
Architecture: source i386
Version: 0.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Patrick Schoenfeld [EMAIL PROTECTED]
Changed-By: Patrick Schoenfeld [EMAIL PROTECTED]
Description: 
 libmowgli-dev - a high performance development framework for C
 libmowgli1 - a high performance development framework for C
 libmowgli1-dbg - a high performance development framework for C
Closes: 444334 447410
Changes: 
 libmowgli (0.5.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #444334, #447410).
Files: 
 ee8551396588f9d68663b2950e45316a 754 libs optional libmowgli_0.5.0-1.dsc
 b8ba57aa4c674765b0852b44798227cb 107810 libs optional 
libmowgli_0.5.0.orig.tar.gz
 cb109113e3b61a9893a27733151779e6 4545 libs optional libmowgli_0.5.0-1.diff.gz
 32a304c6dd9179808d41ded53163d40d 18804 libdevel optional 
libmowgli-dev_0.5.0-1_i386.deb
 ec98a4665d3b053ccf83e6a39563ae20 22834 libs optional 
libmowgli1_0.5.0-1_i386.deb
 f54b81fa4aa1a4af71db58fd5e279e77 42814 libdevel optional 
libmowgli1-dbg_0.5.0-1_i386.deb

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

iD8DBQFHHMC0AQwuptkwlkQRAoELAJ9u7mO/EQ6b6JsPbC8OA35yUrW5bQCghTsI
yfZNNzHaZUEuMkzEflTQZbk=
=lKdi
-END PGP SIGNATURE-


Accepted:
libmowgli-dev_0.5.0-1_i386.deb
  to pool/main/libm/libmowgli/libmowgli-dev_0.5.0-1_i386.deb
libmowgli1-dbg_0.5.0-1_i386.deb
  to pool/main/libm/libmowgli/libmowgli1-dbg_0.5.0-1_i386.deb
libmowgli1_0.5.0-1_i386.deb
  to pool/main/libm/libmowgli/libmowgli1_0.5.0-1_i386.deb
libmowgli_0.5.0-1.diff.gz
  to pool/main/libm/libmowgli/libmowgli_0.5.0-1.diff.gz
libmowgli_0.5.0-1.dsc
  to pool/main/libm/libmowgli/libmowgli_0.5.0-1.dsc
libmowgli_0.5.0.orig.tar.gz
  to pool/main/libm/libmowgli/libmowgli_0.5.0.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted libmowgli 0.5.0-2 (source i386)

2007-10-29 Thread Patrick Schoenfeld
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 24 Oct 2007 21:14:58 +0200
Source: libmowgli
Binary: libmowgli1 libmowgli1-dbg libmowgli-dev
Architecture: source i386
Version: 0.5.0-2
Distribution: unstable
Urgency: low
Maintainer: Patrick Schoenfeld [EMAIL PROTECTED]
Changed-By: Patrick Schoenfeld [EMAIL PROTECTED]
Description: 
 libmowgli-dev - a high performance development framework for C
 libmowgli1 - a high performance development framework for C
 libmowgli1-dbg - a high performance development framework for C
Changes: 
 libmowgli (0.5.0-2) unstable; urgency=low
 .
   * Fixed issues with copyright file (Accidentally we stated that the library
 ilicensed under the terms of the BSD license)
Files: 
 5f19c159d33d5a573063df21da20fc34 754 libs optional libmowgli_0.5.0-2.dsc
 a20880a0f1514aafa1468525d4b3c9b7 4558 libs optional libmowgli_0.5.0-2.diff.gz
 d48b737e10eb78237a574ae6018612f0 18852 libdevel optional 
libmowgli-dev_0.5.0-2_i386.deb
 cbbab6776dfa145e6a1fece65b5e484e 22950 libs optional 
libmowgli1_0.5.0-2_i386.deb
 9ee38fdde02877b7d2dd45f83138b563 42946 libdevel optional 
libmowgli1-dbg_0.5.0-2_i386.deb

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

iD8DBQFHH6B/AQwuptkwlkQRAtagAJ4n0+mpjkpCMTaO7198PHZB49JzfACeNHF2
jNa457qWnmJRVvAHWNF1mLY=
=13Fc
-END PGP SIGNATURE-


Accepted:
libmowgli-dev_0.5.0-2_i386.deb
  to pool/main/libm/libmowgli/libmowgli-dev_0.5.0-2_i386.deb
libmowgli1-dbg_0.5.0-2_i386.deb
  to pool/main/libm/libmowgli/libmowgli1-dbg_0.5.0-2_i386.deb
libmowgli1_0.5.0-2_i386.deb
  to pool/main/libm/libmowgli/libmowgli1_0.5.0-2_i386.deb
libmowgli_0.5.0-2.diff.gz
  to pool/main/libm/libmowgli/libmowgli_0.5.0-2.diff.gz
libmowgli_0.5.0-2.dsc
  to pool/main/libm/libmowgli/libmowgli_0.5.0-2.dsc


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted libtest-without-module-perl 0.15-1 (source all)

2007-10-29 Thread David Paleino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 22 Oct 2007 12:21:20 +0300
Source: libtest-without-module-perl
Binary: libtest-without-module-perl
Architecture: source all
Version: 0.15-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: David Paleino [EMAIL PROTECTED]
Description: 
 libtest-without-module-perl - test fallback behaviour in absence of modules
Changes: 
 libtest-without-module-perl (0.15-1) unstable; urgency=low
 .
   * Initial Release.
Files: 
 8d4cf98bb303f749a31fbccb63e3edab 991 perl optional 
libtest-without-module-perl_0.15-1.dsc
 a390620655966f5b2839db077b9529be 6417 perl optional 
libtest-without-module-perl_0.15.orig.tar.gz
 8c37a74bf17f956e9e02153c9a18d5c6 1815 perl optional 
libtest-without-module-perl_0.15-1.diff.gz
 02c4e35eb0f9dfe9fa78070478814ebd 7806 perl optional 
libtest-without-module-perl_0.15-1_all.deb

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

iD8DBQFHHG++Hqjlqpcl9jsRAn48AKCfxdNpeWc2vUp1oIWMWVD5Bj/cmACfW8fJ
SEIz5n6UIfaMweQiMneDasc=
=7xFt
-END PGP SIGNATURE-


Accepted:
libtest-without-module-perl_0.15-1.diff.gz
  to 
pool/main/libt/libtest-without-module-perl/libtest-without-module-perl_0.15-1.diff.gz
libtest-without-module-perl_0.15-1.dsc
  to 
pool/main/libt/libtest-without-module-perl/libtest-without-module-perl_0.15-1.dsc
libtest-without-module-perl_0.15-1_all.deb
  to 
pool/main/libt/libtest-without-module-perl/libtest-without-module-perl_0.15-1_all.deb
libtest-without-module-perl_0.15.orig.tar.gz
  to 
pool/main/libt/libtest-without-module-perl/libtest-without-module-perl_0.15.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted libparent-perl 0.219-1 (source all)

2007-10-29 Thread David Paleino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 20 Oct 2007 19:42:25 +0200
Source: libparent-perl
Binary: libparent-perl
Architecture: source all
Version: 0.219-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: David Paleino [EMAIL PROTECTED]
Description: 
 libparent-perl - establish an ISA relationship with base classes at compile 
time
Changes: 
 libparent-perl (0.219-1) unstable; urgency=low
 .
   * Initial Release. Required bu libhtml-display-perl, which is required by
 new upstream release of libwww-mechanize-shell-perl
Files: 
 b3e6a7d2bbefd0d948df2b215920309d 885 perl optional libparent-perl_0.219-1.dsc
 3ec8a1f83a22493c367bfb6f08aead88 5113 perl optional 
libparent-perl_0.219.orig.tar.gz
 2434599572ac525729e87c69a4d6e407 1857 perl optional 
libparent-perl_0.219-1.diff.gz
 5a6ead4278b59022dfd0344b728bfeb3 7216 perl optional 
libparent-perl_0.219-1_all.deb

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

iD8DBQFHHGpfHqjlqpcl9jsRAm3KAJ4qrKcYXO2t+A5P5DYwVZcgL+uoPQCgh2/c
7MTyRsdKjzGeSBFg9dlF0DI=
=FnKE
-END PGP SIGNATURE-


Accepted:
libparent-perl_0.219-1.diff.gz
  to pool/main/libp/libparent-perl/libparent-perl_0.219-1.diff.gz
libparent-perl_0.219-1.dsc
  to pool/main/libp/libparent-perl/libparent-perl_0.219-1.dsc
libparent-perl_0.219-1_all.deb
  to pool/main/libp/libparent-perl/libparent-perl_0.219-1_all.deb
libparent-perl_0.219.orig.tar.gz
  to pool/main/libp/libparent-perl/libparent-perl_0.219.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted rcolorbrewer 1.0-1-1 (source all)

2007-10-29 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 21 Oct 2007 17:54:54 -0500
Source: rcolorbrewer
Binary: r-cran-rcolorbrewer
Architecture: source all
Version: 1.0-1-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel [EMAIL PROTECTED]
Changed-By: Dirk Eddelbuettel [EMAIL PROTECTED]
Description: 
 r-cran-rcolorbrewer - GNU R package providing suitable color palettes
Changes: 
 rcolorbrewer (1.0-1-1) unstable; urgency=low
 .
   * Initial Debian packaging
Files: 
 a60e7c89ef6021174edfe613d299f1ca 623 math optional rcolorbrewer_1.0-1-1.dsc
 5b5ebee0812ce2d55677058f8348026b 10413 math optional 
rcolorbrewer_1.0-1.orig.tar.gz
 22f5fcfb3dbc420bce6de67d4a234c44 2405 math optional 
rcolorbrewer_1.0-1-1.diff.gz
 817d035208ef46c9a9376004644ef055 23754 math optional 
r-cran-rcolorbrewer_1.0-1-1_all.deb

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

iD8DBQFHG9u+CZSR95Gw07cRAmTTAJ9QPwLerYnQstL4rQbT7vxm1AN8twCghpHT
lnCxp1eRmKiYwUP3eJB4gzw=
=y0gy
-END PGP SIGNATURE-


Accepted:
r-cran-rcolorbrewer_1.0-1-1_all.deb
  to pool/main/r/rcolorbrewer/r-cran-rcolorbrewer_1.0-1-1_all.deb
rcolorbrewer_1.0-1-1.diff.gz
  to pool/main/r/rcolorbrewer/rcolorbrewer_1.0-1-1.diff.gz
rcolorbrewer_1.0-1-1.dsc
  to pool/main/r/rcolorbrewer/rcolorbrewer_1.0-1-1.dsc
rcolorbrewer_1.0-1.orig.tar.gz
  to pool/main/r/rcolorbrewer/rcolorbrewer_1.0-1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted lapack3 3.1.1-0.1 (source i386 all)

2007-10-29 Thread Kumar Appaiah
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 25 Oct 2007 07:31:46 +0200
Source: lapack3
Binary: lapack3gf lapack3-dev lapack3-doc lapack3-test lapack3-pic
Architecture: source i386 all
Version: 3.1.1-0.1
Distribution: experimental
Urgency: low
Maintainer: Camm Maguire [EMAIL PROTECTED]
Changed-By: Kumar Appaiah [EMAIL PROTECTED]
Description: 
 lapack3-dev - library of linear algebra routines 3 - static version
 lapack3-doc - library of linear algebra routines 3 - documentation
 lapack3-pic - library of linear algebra routines 3 - static PIC version
 lapack3-test - library of linear algebra routines 3 - testing programs
 lapack3gf  - library of linear algebra routines 3 - shared version
Changes: 
 lapack3 (3.1.1-0.1) experimental; urgency=low
 .
   * Non-maintainer upload.
   * New upstream release.
   * Remove ALL patches (beware on non-x86 architectures!)
   * debian/control:
 + Build-Depend on gfortran, refblas3-dev (built with gfortran)
 + Conflict with, and provide lapack3
 + Use binary:Version for binNMUs.
   * debian/rules:
 + Use a small subset of the original rules file.
   Remove everything relating to documentation etc.
   and leave only the build things.
 + Move to gfortran.
Files: 
 33869a12d58feeeac3b2a100989cc743 655 libs optional lapack3_3.1.1-0.1.dsc
 00b21551a899bcfbaa7b8443e1faeef9 10407595 libs optional 
lapack3_3.1.1.orig.tar.gz
 3a6a83bb3382f06b8098d3d2f320a652 15118 libs optional lapack3_3.1.1-0.1.diff.gz
 0a92ae8d59a56fa5e12001732316a9d5 6338 doc optional 
lapack3-doc_3.1.1-0.1_all.deb
 8d06bbb17e0c06c41cbf328d782c31d2 3093056 libs optional 
lapack3gf_3.1.1-0.1_i386.deb
 9fe67eb34701e447a2e9acc75bb5b411 3237752 devel optional 
lapack3-dev_3.1.1-0.1_i386.deb
 c19fd4d2e27c46f4a78f7e9ea34c4542 3380984 libs optional 
lapack3-pic_3.1.1-0.1_i386.deb
 8f1c909810a647b715d59bad4227334d 6341114 libs optional 
lapack3-test_3.1.1-0.1_i386.deb

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

iD8DBQFHIDCHStlRaw+TLJwRAjenAJ9XsmMKcj03zAtLolyeWLA+nlNquACfR4QE
iNRETggZqg/SGtSn6SVC9ps=
=EqSu
-END PGP SIGNATURE-


Accepted:
lapack3-dev_3.1.1-0.1_i386.deb
  to pool/main/l/lapack3/lapack3-dev_3.1.1-0.1_i386.deb
lapack3-doc_3.1.1-0.1_all.deb
  to pool/main/l/lapack3/lapack3-doc_3.1.1-0.1_all.deb
lapack3-pic_3.1.1-0.1_i386.deb
  to pool/main/l/lapack3/lapack3-pic_3.1.1-0.1_i386.deb
lapack3-test_3.1.1-0.1_i386.deb
  to pool/main/l/lapack3/lapack3-test_3.1.1-0.1_i386.deb
lapack3_3.1.1-0.1.diff.gz
  to pool/main/l/lapack3/lapack3_3.1.1-0.1.diff.gz
lapack3_3.1.1-0.1.dsc
  to pool/main/l/lapack3/lapack3_3.1.1-0.1.dsc
lapack3_3.1.1.orig.tar.gz
  to pool/main/l/lapack3/lapack3_3.1.1.orig.tar.gz
lapack3gf_3.1.1-0.1_i386.deb
  to pool/main/l/lapack3/lapack3gf_3.1.1-0.1_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted debianutils 2.27 (source i386)

2007-10-29 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 29 Oct 2007 15:22:45 -0400
Source: debianutils
Binary: debianutils
Architecture: source i386
Version: 2.27
Distribution: unstable
Urgency: low
Maintainer: Clint Adams [EMAIL PROTECTED]
Changed-By: Clint Adams [EMAIL PROTECTED]
Description: 
 debianutils - Miscellaneous utilities specific to Debian
Closes: 259932
Changes: 
 debianutils (2.27) unstable; urgency=low
 .
   * run-parts, run-parts.8: patch from Roman Francoise to add
 --new-session option, making setsid() optional and off by
 default.  closes: #259932.
Files: 
 bf51cac87b3d7e64a1f30c896c904c8a 480 utils required debianutils_2.27.dsc
 2817e593f962763e173ac351ff557802 137687 utils required debianutils_2.27.tar.gz
 7e6df48bf3c8a8070fa49fd3b4a0085b 54480 utils required debianutils_2.27_i386.deb

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

iD8DBQFHJjUM5m0u66uWM3ARAienAJ9rGg9H5D2XxvKVRURk5s8nV2u54wCeJMxr
79gEUAXtggNyt4Yd+etiM7k=
=li4I
-END PGP SIGNATURE-


Accepted:
debianutils_2.27.dsc
  to pool/main/d/debianutils/debianutils_2.27.dsc
debianutils_2.27.tar.gz
  to pool/main/d/debianutils/debianutils_2.27.tar.gz
debianutils_2.27_i386.deb
  to pool/main/d/debianutils/debianutils_2.27_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted nufw 2.2.7-1 (source all amd64)

2007-10-29 Thread Pierre Chifflier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 29 Oct 2007 20:09:27 +0100
Source: nufw
Binary: nuauth-log-pgsql libnuclient-dev nuauth-extra nufw nutcpc 
nuauth-log-mysql nuauth libpam-nufw nuauth-utils libnuclient3
Architecture: source all amd64
Version: 2.2.7-1
Distribution: unstable
Urgency: low
Maintainer: Pierre Chifflier [EMAIL PROTECTED]
Changed-By: Pierre Chifflier [EMAIL PROTECTED]
Description: 
 libnuclient-dev - Development files for nufw client library
 libnuclient3 - client library for nufw authentication
 libpam-nufw - Pluggable Authentication module for nufw authentication
 nuauth - The authentication daemon from the nufw package
 nuauth-extra - The authentication daemon from the nufw package
 nuauth-log-mysql - Module for nuauth logging into mysql databases
 nuauth-log-pgsql - Module for nuauth logging into PostgreSQL databases
 nuauth-utils - Set of tools useful to nuauth admin
 nufw   - a per-user firewalling daemon that interferes with libipq
 nutcpc - a linux client for the nufw authentication gateway system
Changes: 
 nufw (2.2.7-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 c2a57dd19eed7d7ef8afe30614295588 1020 net optional nufw_2.2.7-1.dsc
 2dc3dbbf8f936de7ffbd974e84a51f21 1139886 net optional nufw_2.2.7.orig.tar.gz
 7dc1a95ee0b1bc2b4787a28ecc7b2919 3373 net optional nufw_2.2.7-1.diff.gz
 3532f0ed6f87f6379e65fab5ff60be8b 38352 net optional nufw_2.2.7-1_amd64.deb
 d060fc1b67ea4041738d010be7330d8a 175218 net optional nuauth_2.2.7-1_amd64.deb
 edb31634c6278a656188ac6b52315c2c 25922 net optional nutcpc_2.2.7-1_amd64.deb
 d1aab01c5e058370d5c323525a224e8d 33092 net optional 
libnuclient3_2.2.7-1_amd64.deb
 366430d678c8219ae561c6495f14e3bb 19614 net optional 
libnuclient-dev_2.2.7-1_amd64.deb
 d3b81c3f15b452faf533b3f33952c881 18554 net optional 
nuauth-extra_2.2.7-1_amd64.deb
 2c886b9a96c1f328542589b46a3294c0 31902 net optional 
nuauth-log-mysql_2.2.7-1_amd64.deb
 1b88e6c9c001e87ae7d098b12b1ef68b 27288 net optional 
nuauth-log-pgsql_2.2.7-1_amd64.deb
 be93b36b6c440b60619ac291c5cd9216 22248 net optional 
libpam-nufw_2.2.7-1_amd64.deb
 9594afb9ac4bcdf112b955904fe83ed9 31792 net optional 
nuauth-utils_2.2.7-1_all.deb

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

iD8DBQFHJjD2twVrWo1fQMsRAlejAJ9IGNJQ3B+yT4lwq4gp3gX++hdZTACeNu+a
MQrJyeOwZArkhYCodIUUs1w=
=r9Hj
-END PGP SIGNATURE-


Accepted:
libnuclient-dev_2.2.7-1_amd64.deb
  to pool/main/n/nufw/libnuclient-dev_2.2.7-1_amd64.deb
libnuclient3_2.2.7-1_amd64.deb
  to pool/main/n/nufw/libnuclient3_2.2.7-1_amd64.deb
libpam-nufw_2.2.7-1_amd64.deb
  to pool/main/n/nufw/libpam-nufw_2.2.7-1_amd64.deb
nuauth-extra_2.2.7-1_amd64.deb
  to pool/main/n/nufw/nuauth-extra_2.2.7-1_amd64.deb
nuauth-log-mysql_2.2.7-1_amd64.deb
  to pool/main/n/nufw/nuauth-log-mysql_2.2.7-1_amd64.deb
nuauth-log-pgsql_2.2.7-1_amd64.deb
  to pool/main/n/nufw/nuauth-log-pgsql_2.2.7-1_amd64.deb
nuauth-utils_2.2.7-1_all.deb
  to pool/main/n/nufw/nuauth-utils_2.2.7-1_all.deb
nuauth_2.2.7-1_amd64.deb
  to pool/main/n/nufw/nuauth_2.2.7-1_amd64.deb
nufw_2.2.7-1.diff.gz
  to pool/main/n/nufw/nufw_2.2.7-1.diff.gz
nufw_2.2.7-1.dsc
  to pool/main/n/nufw/nufw_2.2.7-1.dsc
nufw_2.2.7-1_amd64.deb
  to pool/main/n/nufw/nufw_2.2.7-1_amd64.deb
nufw_2.2.7.orig.tar.gz
  to pool/main/n/nufw/nufw_2.2.7.orig.tar.gz
nutcpc_2.2.7-1_amd64.deb
  to pool/main/n/nufw/nutcpc_2.2.7-1_amd64.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted cntlm 0.34.1-1 (source i386)

2007-10-29 Thread David Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 23 Oct 2007 22:02:38 +0100
Source: cntlm
Binary: cntlm
Architecture: source i386
Version: 0.34.1-1
Distribution: unstable
Urgency: low
Maintainer: David Watson [EMAIL PROTECTED]
Changed-By: David Watson [EMAIL PROTECTED]
Description: 
 cntlm  - Fast NTLM authentication proxy with tunneling
Changes: 
 cntlm (0.34.1-1) unstable; urgency=low
 .
   * New upstream release
   * Move Homepage field from description
Files: 
 f8d7b295e0d619acc1dd1d6ac9cbfdde 599 net optional cntlm_0.34.1-1.dsc
 1eccee18dea4e8c93524368c0b32cde0 69776 net optional cntlm_0.34.1.orig.tar.gz
 7c9388f8ddd34cf54cc80ad1cd5dcb78 4222 net optional cntlm_0.34.1-1.diff.gz
 4a0ac6f77585ce444d70870ee86cd14c 53180 net optional cntlm_0.34.1-1_i386.deb

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

iD8DBQFHHm0sDeh5nqfWrnkRAiHDAJ92dr/OMmAytXEIwVYIoKzs6LU3MwCg3Jur
Ulh6hq4rQ27N0NMaAqgai+M=
=ZhOt
-END PGP SIGNATURE-


Accepted:
cntlm_0.34.1-1.diff.gz
  to pool/main/c/cntlm/cntlm_0.34.1-1.diff.gz
cntlm_0.34.1-1.dsc
  to pool/main/c/cntlm/cntlm_0.34.1-1.dsc
cntlm_0.34.1-1_i386.deb
  to pool/main/c/cntlm/cntlm_0.34.1-1_i386.deb
cntlm_0.34.1.orig.tar.gz
  to pool/main/c/cntlm/cntlm_0.34.1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted mysql-proxy 0.6.0-1 (source i386)

2007-10-29 Thread Norbert Tretkowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 19 Oct 2007 23:41:43 +0200
Source: mysql-proxy
Binary: mysql-proxy
Architecture: source i386
Version: 0.6.0-1
Distribution: unstable
Urgency: low
Maintainer: Norbert Tretkowski [EMAIL PROTECTED]
Changed-By: Norbert Tretkowski [EMAIL PROTECTED]
Description: 
 mysql-proxy - proxy for high availability, load balancing and query modificatio
Closes: 446727
Changes: 
 mysql-proxy (0.6.0-1) unstable; urgency=low
 .
   * Initial release (closes: 446727).
Files: 
 fb724e2b8bd3bb3cbf97f8ad81eab5d2 676 misc extra mysql-proxy_0.6.0-1.dsc
 b76ad6f059f78b9aaca49c8c29cb2719 480322 misc extra 
mysql-proxy_0.6.0.orig.tar.gz
 05d8eda24631ce32dad4f97641a0e58d 2148 misc extra mysql-proxy_0.6.0-1.diff.gz
 a7d65f85dc1f352b40499d353210ab39 64260 misc extra mysql-proxy_0.6.0-1_i386.deb

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

iD8DBQFHHP5Gr/RnCw96jQERAptjAJ9Gag8USa4Z3c97AgoJZNM3fuqrhgCgruiz
QRxfd0kzb+r3sNpLAX7erKk=
=9suv
-END PGP SIGNATURE-


Accepted:
mysql-proxy_0.6.0-1.diff.gz
  to pool/main/m/mysql-proxy/mysql-proxy_0.6.0-1.diff.gz
mysql-proxy_0.6.0-1.dsc
  to pool/main/m/mysql-proxy/mysql-proxy_0.6.0-1.dsc
mysql-proxy_0.6.0-1_i386.deb
  to pool/main/m/mysql-proxy/mysql-proxy_0.6.0-1_i386.deb
mysql-proxy_0.6.0.orig.tar.gz
  to pool/main/m/mysql-proxy/mysql-proxy_0.6.0.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted libpod-spell-perl 1.01-1 (source all)

2007-10-29 Thread Rene Mayorga
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 22 Oct 2007 08:30:19 -0600
Source: libpod-spell-perl
Binary: libpod-spell-perl
Architecture: source all
Version: 1.01-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Rene Mayorga [EMAIL PROTECTED]
Description: 
 libpod-spell-perl - formatter for spellchecking Pod
Closes: 442764
Changes: 
 libpod-spell-perl (1.01-1) unstable; urgency=low
 .
   * Initial release ( Closes: #442764 )
Files: 
 2abfb78bc91e7a1ef92a203f0dcf408b 907 perl optional libpod-spell-perl_1.01-1.dsc
 aa4964844da2586562aae5208e2dbe61 12846 perl optional 
libpod-spell-perl_1.01.orig.tar.gz
 1ed163ce21d317e3f5f5a37998ee 2047 perl optional 
libpod-spell-perl_1.01-1.diff.gz
 f1be82367ff2087ca5f7855624eb79be 24390 perl optional 
libpod-spell-perl_1.01-1_all.deb

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

iD8DBQFHHkVfHqjlqpcl9jsRAkK/AJwNMBDqngyuv+xXd5JWwu+8MdEi2gCgpsx2
Vg4GsmTEBTv2iwF19m3Jn/Y=
=K2SO
-END PGP SIGNATURE-


Accepted:
libpod-spell-perl_1.01-1.diff.gz
  to pool/main/libp/libpod-spell-perl/libpod-spell-perl_1.01-1.diff.gz
libpod-spell-perl_1.01-1.dsc
  to pool/main/libp/libpod-spell-perl/libpod-spell-perl_1.01-1.dsc
libpod-spell-perl_1.01-1_all.deb
  to pool/main/libp/libpod-spell-perl/libpod-spell-perl_1.01-1_all.deb
libpod-spell-perl_1.01.orig.tar.gz
  to pool/main/libp/libpod-spell-perl/libpod-spell-perl_1.01.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted util-linux 2.13-10 (source all i386)

2007-10-29 Thread LaMont Jones
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 29 Oct 2007 14:29:49 -0600
Source: util-linux
Binary: util-linux cfdisk-udeb fdisk-udeb util-linux-locales bsdutils mount
Architecture: all i386 source 
Version: 2.13-10
Distribution: unstable
Urgency: low
Maintainer: LaMont Jones [EMAIL PROTECTED]
Changed-By: LaMont Jones [EMAIL PROTECTED]
Description: 
 bsdutils   - Basic utilities from 4.4BSD-Lite
 cfdisk-udeb - Partition a hard drive (cfdisk)
 fdisk-udeb - Partition a hard drive (manual)
 mount  - Tools for mounting and manipulating filesystems
 util-linux - Miscellaneous system utilities
 util-linux-locales - Locales files for util-linux
Closes: 446939
Changes: 
 util-linux (2.13-10) unstable; urgency=low
 .
   [KaiGai Kohei]
 .
   * mkswap: possible to crash with SELinux relabeling support
 .
   [Karel Zak]
 .
   * docs: add info about .bugfix releases and branches
 .
   [LaMont Jones]
 .
   * build: don't deliver col* and ul as part of bsdutils for now.  Closes: 
#446939
Files: 
 1eec735a8bdca278d5bdd351aebd04b9 1324128 utils optional 
util-linux-locales_2.13-10_all.deb
 26a9d269a8292f884ac332e0572579a4 66068 debian-installer extra 
fdisk-udeb_2.13-10_i386.udeb
 763bfc2b7257e7be44be098a84880c39 384205 base required 
util-linux_2.13-10.diff.gz
 c37919b6335e59b76145e0fa7ad394a4 1316826 debian-installer extra 
cfdisk-udeb_2.13-10_i386.udeb
 cd98fab36fc24a316cd8acd485018822 135898 admin required mount_2.13-10_i386.deb
 3c596d8849b873e31f6eb35d2287e503 940 base required util-linux_2.13-10.dsc
 d856faeb04bafb57da20d87bdf7a04b9 66818 utils required bsdutils_2.13-10_i386.deb
 d86736561f4382f162c9b74d01202af8 434910 utils required 
util-linux_2.13-10_i386.deb

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

iD8DBQFHJkyYzN/kmwoKyScRAhPRAJ9mUDizKxE3KN9Ygeag3iYeCfQChQCfX2nb
BdtgiHuCF9B5LW3QC7OYi4E=
=jCf5
-END PGP SIGNATURE-


Accepted:
bsdutils_2.13-10_i386.deb
  to pool/main/u/util-linux/bsdutils_2.13-10_i386.deb
cfdisk-udeb_2.13-10_i386.udeb
  to pool/main/u/util-linux/cfdisk-udeb_2.13-10_i386.udeb
fdisk-udeb_2.13-10_i386.udeb
  to pool/main/u/util-linux/fdisk-udeb_2.13-10_i386.udeb
mount_2.13-10_i386.deb
  to pool/main/u/util-linux/mount_2.13-10_i386.deb
util-linux-locales_2.13-10_all.deb
  to pool/main/u/util-linux/util-linux-locales_2.13-10_all.deb
util-linux_2.13-10.diff.gz
  to pool/main/u/util-linux/util-linux_2.13-10.diff.gz
util-linux_2.13-10.dsc
  to pool/main/u/util-linux/util-linux_2.13-10.dsc
util-linux_2.13-10_i386.deb
  to pool/main/u/util-linux/util-linux_2.13-10_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted tor 0.1.2.18-1 (source i386)

2007-10-29 Thread Peter Palfrader
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 29 Oct 2007 20:36:38 +0100
Source: tor
Binary: tor-dbg tor
Architecture: source i386
Version: 0.1.2.18-1
Distribution: unstable
Urgency: low
Maintainer: Peter Palfrader [EMAIL PROTECTED]
Changed-By: Peter Palfrader [EMAIL PROTECTED]
Description: 
 tor- anonymizing overlay network for TCP
 tor-dbg- debugging symbols for Tor
Changes: 
 tor (0.1.2.18-1) unstable; urgency=low
 .
   * New upstream version.
Files: 
 a3d7e9d2369461b57db2b6405d6735aa 729 comm optional tor_0.1.2.18-1.dsc
 6cfe65643f3874a9709f0c19e7c648e0 1257011 comm optional tor_0.1.2.18.orig.tar.gz
 88645e539bd2b85331c2ccb17dd2ad55 72576 comm optional tor_0.1.2.18-1.diff.gz
 85ce5bb0450910e2e9cf1d95855f560e 963536 comm optional tor_0.1.2.18-1_i386.deb
 0727d39660cb1e2b044e205cf50008fe 521816 comm extra tor-dbg_0.1.2.18-1_i386.deb

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

iD8DBQFHJkAEz/ccs6+kS90RAigmAJ9SlyonoDgJRWieVOhySQO8e4HabgCgixnH
GkUvSWwh85f8AgB+yFpiqt8=
=rdkx
-END PGP SIGNATURE-


Accepted:
tor-dbg_0.1.2.18-1_i386.deb
  to pool/main/t/tor/tor-dbg_0.1.2.18-1_i386.deb
tor_0.1.2.18-1.diff.gz
  to pool/main/t/tor/tor_0.1.2.18-1.diff.gz
tor_0.1.2.18-1.dsc
  to pool/main/t/tor/tor_0.1.2.18-1.dsc
tor_0.1.2.18-1_i386.deb
  to pool/main/t/tor/tor_0.1.2.18-1_i386.deb
tor_0.1.2.18.orig.tar.gz
  to pool/main/t/tor/tor_0.1.2.18.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted libdata-serializer-perl 0.42-1 (source all)

2007-10-29 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 29 Oct 2007 22:12:10 +0200
Source: libdata-serializer-perl
Binary: libdata-serializer-perl
Architecture: source all
Version: 0.42-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Damyan Ivanov [EMAIL PROTECTED]
Description: 
 libdata-serializer-perl - module that serialize data structures
Changes: 
 libdata-serializer-perl (0.42-1) unstable; urgency=low
 .
   [ gregor herrmann ]
   * New upstream release.
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
 field (source stanza); Homepage field (source stanza). Removed: XS-
 Vcs-Svn fields.
   * Update debian/copyright according to README and add download URL.
   * Add a couple of packages to Build-Depends-Indep which are used during
 tests.
   * Clean up debian/rules (remove OPTIMIZE, remove unused dh_* calls, move
 tests to build target, move dh_clean before make clean).
 .
   [ Damyan Ivanov ]
   * debian/watch: version=3, stop capturing file extension
Files: 
 5a115885d52c3371b203fd10232c5121 1232 perl optional 
libdata-serializer-perl_0.42-1.dsc
 1b66183de871e6e38552b244cdef970d 26440 perl optional 
libdata-serializer-perl_0.42.orig.tar.gz
 02b5961044f0320d40caf51277661888 2452 perl optional 
libdata-serializer-perl_0.42-1.diff.gz
 d24b5e9801942561f48e04b6b83a8aac 62882 perl optional 
libdata-serializer-perl_0.42-1_all.deb

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

iD8DBQFHJkB0Hqjlqpcl9jsRAljWAJ4nVB7rQu52HWJ8cpZxT3qt/nh53QCgm4i3
jib6H5CuAO/IDwa3yAdFPSU=
=O+lj
-END PGP SIGNATURE-


Accepted:
libdata-serializer-perl_0.42-1.diff.gz
  to 
pool/main/libd/libdata-serializer-perl/libdata-serializer-perl_0.42-1.diff.gz
libdata-serializer-perl_0.42-1.dsc
  to pool/main/libd/libdata-serializer-perl/libdata-serializer-perl_0.42-1.dsc
libdata-serializer-perl_0.42-1_all.deb
  to 
pool/main/libd/libdata-serializer-perl/libdata-serializer-perl_0.42-1_all.deb
libdata-serializer-perl_0.42.orig.tar.gz
  to 
pool/main/libd/libdata-serializer-perl/libdata-serializer-perl_0.42.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted libdata-integer-perl 0.003-1 (source all)

2007-10-29 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 28 Oct 2007 18:22:54 +0100
Source: libdata-integer-perl
Binary: libdata-integer-perl
Architecture: source all
Version: 0.003-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: gregor herrmann [EMAIL PROTECTED]
Description: 
 libdata-integer-perl - Perl modules handling details of the native integer 
data type
Changes: 
 libdata-integer-perl (0.003-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
 field (source stanza). Removed: XS-Vcs-Svn fields.
   * Don't create .packlist file.
Files: 
 20279baa4f23c2e623180b8a478f6f50 1035 perl optional 
libdata-integer-perl_0.003-1.dsc
 d365c86d9fb9228180c0768732f78262 19092 perl optional 
libdata-integer-perl_0.003.orig.tar.gz
 a7d9c2f47b5ec8a89d5ea1643d146176 2150 perl optional 
libdata-integer-perl_0.003-1.diff.gz
 61321ed4dc60178c28732ac58f354075 21426 perl optional 
libdata-integer-perl_0.003-1_all.deb

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

iD8DBQFHJj1rHqjlqpcl9jsRAhngAJ4p13+KEn2H5MOJgx+JWW99mAZy1wCeOqZ0
EH78UlvOAQ3qFzx3oFYQTCg=
=3eoK
-END PGP SIGNATURE-


Accepted:
libdata-integer-perl_0.003-1.diff.gz
  to pool/main/libd/libdata-integer-perl/libdata-integer-perl_0.003-1.diff.gz
libdata-integer-perl_0.003-1.dsc
  to pool/main/libd/libdata-integer-perl/libdata-integer-perl_0.003-1.dsc
libdata-integer-perl_0.003-1_all.deb
  to pool/main/libd/libdata-integer-perl/libdata-integer-perl_0.003-1_all.deb
libdata-integer-perl_0.003.orig.tar.gz
  to pool/main/libd/libdata-integer-perl/libdata-integer-perl_0.003.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted linux-modules-extra-2.6 2.6.22-6 (source i386)

2007-10-29 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 29 Oct 2007 22:10:00 +0100
Source: linux-modules-extra-2.6
Binary: btrfs-modules-2.6-atari iscsitarget-modules-2.6-alpha-generic 
iscsitarget-modules-2.6-powerpc64 gspca-modules-2.6.22-3-686-bigmem 
btrfs-modules-2.6-amiga unionfs-modules-2.6-qemu 
squashfs-modules-2.6.22-3-sb1-bcm91250a iscsitarget-modules-2.6.22-3-r4k-ip22 
aufs-modules-2.6-vserver-mckinley squashfs-modules-2.6-itanium 
btrfs-modules-2.6.22-3-atari aufs-modules-2.6-vserver-itanium 
unionfs-modules-2.6.22-3-ixp4xx aufs-modules-2.6-vserver-alpha 
unionfs-modules-2.6-parisc64 aufs-modules-2.6.22-3-powerpc-smp 
unionfs-modules-2.6.22-3-s390x squashfs-modules-2.6-alpha-legacy 
iscsitarget-modules-2.6.22-3-s390x iscsitarget-modules-2.6.22-3-atari 
squashfs-modules-2.6.22-3-versatile mol-modules-2.6-vserver-powerpc 
squashfs-modules-2.6-686 btrfs-modules-2.6-alpha-smp gspca-modules-2.6-k7 
squashfs-modules-2.6-sb1-bcm91250a unionfs-modules-2.6.22-3-r4k-ip22 
squashfs-modules-2.6.22-3-vserver-k7 squashfs-modules-2.6-mckinley 
gspca-modules-2.6.22-3-k7 iscsitarget-modules-2.6.22-3-versatile 
iscsitarget-modules-2.6-sb1-bcm91250a iscsitarget-modules-2.6.22-3-parisc64-smp 
unionfs-modules-2.6-sparc64 gspca-modules-2.6-vserver-686 
aufs-modules-2.6-686-bigmem unionfs-modules-2.6.22-3-atari 
iscsitarget-modules-2.6-itanium gspca-modules-2.6-powerpc-miboot 
aufs-modules-2.6-mckinley aufs-modules-2.6-alpha-generic 
squashfs-modules-2.6.22-3-amiga aufs-modules-2.6-vserver-686 
aufs-modules-2.6.22-3-iop32x squashfs-modules-2.6.22-3-r5k-cobalt 
unionfs-modules-2.6.22-3-powerpc iscsitarget-modules-2.6-486 
iscsitarget-modules-2.6-powerpc-smp aufs-modules-2.6-parisc 
gspca-modules-2.6.22-3-486 btrfs-modules-2.6-s390x btrfs-modules-2.6-686-bigmem 
iscsitarget-modules-2.6.22-3-footbridge squashfs-modules-2.6-alpha-smp 
iscsitarget-modules-2.6.22-3-qemu squashfs-modules-2.6.22-3-atari 
gspca-modules-2.6-vserver-powerpc btrfs-modules-2.6.22-3-s390x 
squashfs-modules-2.6-vserver-686 unionfs-modules-2.6-amiga 
gspca-modules-2.6.22-3-vserver-686 squashfs-modules-2.6.22-3-4kc-malta 
iscsitarget-modules-2.6.22-3-4kc-malta iscsitarget-modules-2.6-amiga 
unionfs-modules-2.6.22-3-qemu aufs-modules-2.6.22-3-sb1-bcm91250a 
btrfs-modules-2.6.22-3-vserver-amd64 btrfs-modules-2.6.22-3-mac 
aufs-modules-2.6-vserver-powerpc unionfs-modules-2.6.22-3-parisc 
unionfs-modules-2.6.22-3-alpha-generic iscsitarget-modules-2.6.22-3-ixp4xx 
aufs-modules-2.6.22-3-parisc-smp squashfs-modules-2.6-486 
iscsitarget-modules-2.6.22-3-powerpc-miboot aufs-modules-2.6-s390 
squashfs-modules-2.6-686-bigmem aufs-modules-2.6-qemu 
unionfs-modules-2.6-alpha-generic gspca-modules-2.6-powerpc 
iscsitarget-modules-2.6-r5k-cobalt iscsitarget-modules-2.6.22-3-amiga 
squashfs-modules-2.6.22-3-vserver-mckinley squashfs-modules-2.6-mac 
iscsitarget-modules-2.6-parisc-smp aufs-modules-2.6.22-3-k7 
btrfs-modules-2.6.22-3-686-bigmem iscsitarget-modules-2.6.22-3-sparc64 
aufs-modules-2.6.22-3-parisc64-smp squashfs-modules-2.6.22-3-sb1a-bcm91480b 
unionfs-modules-2.6.22-3-r5k-ip32 iscsitarget-modules-2.6-vserver-mckinley 
unionfs-modules-2.6.22-3-powerpc-smp unionfs-modules-2.6.22-3-itanium 
aufs-modules-2.6.22-3-alpha-generic iscsitarget-modules-2.6-amd64 
iscsitarget-modules-2.6.22-3-vserver-sparc64 
iscsitarget-modules-2.6.22-3-vserver-s390x unionfs-modules-2.6.22-3-mckinley 
squashfs-modules-2.6.22-3-iop32x iscsitarget-modules-2.6.22-3-vserver-powerpc64 
aufs-modules-2.6.22-3-4kc-malta squashfs-modules-2.6-r5k-cobalt 
aufs-modules-2.6.22-3-vserver-s390x aufs-modules-2.6-itanium 
iscsitarget-modules-2.6-parisc64-smp unionfs-modules-2.6-parisc 
aufs-modules-2.6.22-3-amiga gspca-modules-2.6.22-3-686 
iscsitarget-modules-2.6-powerpc-miboot gspca-modules-2.6.22-3-powerpc-smp 
mol-modules-2.6-powerpc gspca-modules-2.6.22-3-powerpc 
iscsitarget-modules-2.6-4kc-malta gspca-modules-2.6-vserver-k7 
squashfs-modules-2.6.22-3-alpha-smp squashfs-modules-2.6.22-3-vserver-686 
iscsitarget-modules-2.6.22-3-vserver-mckinley unionfs-modules-2.6-alpha-smp 
iscsitarget-modules-2.6.22-3-486 gspca-modules-2.6-vserver-amd64 
iscsitarget-modules-2.6.22-3-vserver-686 aufs-modules-2.6-parisc64-smp 
gspca-modules-2.6.22-3-vserver-powerpc64 aufs-modules-2.6.22-3-vserver-alpha 
squashfs-modules-2.6-versatile gspca-modules-2.6-686 
aufs-modules-2.6-vserver-k7 iscsitarget-modules-2.6-sparc64-smp 
aufs-modules-2.6.22-3-vserver-powerpc iscsitarget-modules-2.6-parisc 
aufs-modules-2.6-sb1-bcm91250a squashfs-modules-2.6.22-3-itanium 
aufs-modules-2.6-sb1a-bcm91480b iscsitarget-modules-2.6-r4k-ip22 
aufs-modules-2.6.22-3-itanium aufs-modules-2.6-alpha-legacy 
squashfs-modules-2.6.22-3-sparc64 btrfs-modules-2.6.22-3-s390 
unionfs-modules-2.6.22-3-sb1a-bcm91480b aufs-modules-2.6.22-3-s390x 
iscsitarget-modules-2.6-alpha-legacy gspca-modules-2.6.22-3-amd64 
aufs-modules-2.6-alpha-smp aufs-modules-2.6.22-3-r4k-ip22 
squashfs-modules-2.6-vserver-s390x squashfs-modules-2.6-s390x 

Accepted kfreebsd-7 7.0~cvs20071023-1 (source all)

2007-10-29 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 23 Oct 2007 17:20:02 +0200
Source: kfreebsd-7
Binary: kfreebsd-headers-7-486 kfreebsd-source-7.0 kfreebsd-headers-7.0-1-486 
kfreebsd-image-7-686-smp kfreebsd-image-7-amd64-generic 
kfreebsd-image-7-em64t-p4-smp kfreebsd-image-7.0-1-amd64-k8-smp 
kfreebsd-headers-7.0-1-em64t-p4-smp kfreebsd-image-7.0-1-586-smp 
kfreebsd-headers-7-586-smp kfreebsd-headers-7.0-1-amd64-k8 
kfreebsd-headers-7-686 kfreebsd-image-7-586-smp kfreebsd-image-7.0-1-486 
kfreebsd-headers-7-686-smp ndiswrapper-modules-7.0-1-686-smp 
kfreebsd-headers-7.0-1-em64t-p4 ndiswrapper-modules-7.0-1-586 
kfreebsd-headers-7.0-1 kfreebsd-image-7.0-1-686-smp kfreebsd-image-7-586 
kfreebsd-headers-7.0-1-686 ndiswrapper-modules-7.0-1-em64t-p4 
ndiswrapper-modules-7.0-1-486 ndiswrapper-modules-7.0-1-amd64-k8 
ndiswrapper-modules-7.0-1-586-smp kfreebsd-headers-7.0-1-586-smp 
kfreebsd-image-7-amd64-k8 kfreebsd-image-7-686 kfreebsd-headers-7-586 
kfreebsd-headers-7.0-1-amd64-generic kfreebsd-headers-7.0-1-686-smp 
ndiswrapper-modules-7.0-1-686 ndiswrapper-modules-7.0-1-amd64-generic 
kfreebsd-headers-7.0-1-amd64-k8-smp kfreebsd-image-7.0-1-em64t-p4 
kfreebsd-headers-7-amd64-k8-smp kfreebsd-image-7.0-1-amd64-generic 
kfreebsd-image-7-amd64-k8-smp kfreebsd-image-7.0-1-em64t-p4-smp 
ndiswrapper-modules-7.0-1-em64t-p4-smp kfreebsd-image-7.0-1-686 
kfreebsd-headers-7-amd64-generic kfreebsd-headers-7.0-1-586 
kfreebsd-image-7-em64t-p4 ndiswrapper-modules-7.0-1-amd64-k8-smp 
kfreebsd-headers-7-amd64-k8 kfreebsd-headers-7-em64t-p4-smp 
kfreebsd-image-7-486 kfreebsd-headers-7-em64t-p4 kfreebsd-image-7.0-1-amd64-k8 
kfreebsd-image-7.0-1-586
Architecture: source all
Version: 7.0~cvs20071023-1
Distribution: experimental
Urgency: low
Maintainer: Aurelien Jarno [EMAIL PROTECTED]
Changed-By: Aurelien Jarno [EMAIL PROTECTED]
Description: 
 kfreebsd-source-7.0 - source code for kernel of FreeBSD 7.0 with Debian patches
Changes: 
 kfreebsd-7 (7.0~cvs20071023-1) experimental; urgency=low
 .
   [ Aurelien Jarno ]
   * Initial upload to experimental.
 .
   [ Petr Salinger ]
   * New upstream snapshot of RELENG_7
  - refresh of some patches
   * Restrict some Build-Depends only for kfreebsd architectures
Files: 
 10817289ef44001e3f17bb9e650cff73 2541 devel optional 
kfreebsd-7_7.0~cvs20071023-1.dsc
 9f900229b1bffd8193e5ab783c69488d 17393430 devel optional 
kfreebsd-7_7.0~cvs20071023.orig.tar.gz
 cf10cbc53f5fe0e61e341604f8240130 29221 devel optional 
kfreebsd-7_7.0~cvs20071023-1.diff.gz
 148681eaca7eb1bda2845a023be454b9 17460900 devel optional 
kfreebsd-source-7.0_7.0~cvs20071023-1_all.deb

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

iD8DBQFHHl0Mw3ao2vG823MRAkEnAJ4y0sHIun1ia5j+oDEuzg1pVfsgtQCgiI+h
zzlvbvrZ9p6/L6sHAZaROTU=
=q0Tw
-END PGP SIGNATURE-


Accepted:
kfreebsd-7_7.0~cvs20071023-1.diff.gz
  to pool/main/k/kfreebsd-7/kfreebsd-7_7.0~cvs20071023-1.diff.gz
kfreebsd-7_7.0~cvs20071023-1.dsc
  to pool/main/k/kfreebsd-7/kfreebsd-7_7.0~cvs20071023-1.dsc
kfreebsd-7_7.0~cvs20071023.orig.tar.gz
  to pool/main/k/kfreebsd-7/kfreebsd-7_7.0~cvs20071023.orig.tar.gz
kfreebsd-source-7.0_7.0~cvs20071023-1_all.deb
  to pool/main/k/kfreebsd-7/kfreebsd-source-7.0_7.0~cvs20071023-1_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted libdbd-oracle-perl 1.19-1 (source i386)

2007-10-29 Thread Peter Eisentraut
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 24 Oct 2007 16:47:28 +0200
Source: libdbd-oracle-perl
Binary: libdbd-oracle-perl
Architecture: source i386
Version: 1.19-1
Distribution: unstable
Urgency: low
Maintainer: Peter Eisentraut [EMAIL PROTECTED]
Changed-By: Peter Eisentraut [EMAIL PROTECTED]
Description: 
 libdbd-oracle-perl - Perl DBI driver for Oracle
Changes: 
 libdbd-oracle-perl (1.19-1) unstable; urgency=low
 .
   * Initial release
Files: 
 2cc48d8932570c02498c176e036344c5 783 contrib/perl extra 
libdbd-oracle-perl_1.19-1.dsc
 0d7cea4cf22a90bda29a4e9d0faf825d 369617 contrib/perl extra 
libdbd-oracle-perl_1.19.orig.tar.gz
 f7a30ea91f39af844e5754a2f5a54670 1708 contrib/perl extra 
libdbd-oracle-perl_1.19-1.diff.gz
 24cc06f2cd7134a89b89ff5933758389 214088 contrib/perl extra 
libdbd-oracle-perl_1.19-1_i386.deb

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

iD8DBQFHH1zPTTx8oVVPtMYRAljAAJ9uGsnSpcfdxQTyrgwpH6mWLs+/0QCfWL6Z
Vr8XXp91SW6WNSCUmQu0VCE=
=Y4Ap
-END PGP SIGNATURE-


Accepted:
libdbd-oracle-perl_1.19-1.diff.gz
  to pool/contrib/libd/libdbd-oracle-perl/libdbd-oracle-perl_1.19-1.diff.gz
libdbd-oracle-perl_1.19-1.dsc
  to pool/contrib/libd/libdbd-oracle-perl/libdbd-oracle-perl_1.19-1.dsc
libdbd-oracle-perl_1.19-1_i386.deb
  to pool/contrib/libd/libdbd-oracle-perl/libdbd-oracle-perl_1.19-1_i386.deb
libdbd-oracle-perl_1.19.orig.tar.gz
  to pool/contrib/libd/libdbd-oracle-perl/libdbd-oracle-perl_1.19.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted cmigrep 1.4-3 (source all)

2007-10-29 Thread Ralf Treinen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 29 Oct 2007 21:01:05 +0100
Source: cmigrep
Binary: cmigrep
Architecture: source all
Version: 1.4-3
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers [EMAIL PROTECTED]
Changed-By: Ralf Treinen [EMAIL PROTECTED]
Description: 
 cmigrep- search in ocaml compiled interface files
Closes: 448142
Changes: 
 cmigrep (1.4-3) unstable; urgency=low
 .
   * Install emacs mode into its own subdirectory to comply with emacs
 policy 6.C (closes: Bug#448142).
Files: 
 e7a5d0d83351ed331545dfdd7b8468a6 1034 devel extra cmigrep_1.4-3.dsc
 a40a4736137b99d3b97008d20ea1665a 3867 devel extra cmigrep_1.4-3.diff.gz
 08c97913e01ca6211819919979a201f1 185948 devel extra cmigrep_1.4-3_all.deb

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

iD8DBQFHJjy/tzWmSeC6BMERAsS4AKCtQWLERs2mNgplV24bduPkfpI9mgCeJApq
WuBziQLykmSU2SdZ9ZEypVc=
=ThPE
-END PGP SIGNATURE-


Accepted:
cmigrep_1.4-3.diff.gz
  to pool/main/c/cmigrep/cmigrep_1.4-3.diff.gz
cmigrep_1.4-3.dsc
  to pool/main/c/cmigrep/cmigrep_1.4-3.dsc
cmigrep_1.4-3_all.deb
  to pool/main/c/cmigrep/cmigrep_1.4-3_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted libtk-pod-perl 0.9936-1 (source all)

2007-10-29 Thread Rene Mayorga
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 26 Oct 2007 18:26:45 -0600
Source: libtk-pod-perl
Binary: libtk-pod-perl
Architecture: source all
Version: 0.9936-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Rene Mayorga [EMAIL PROTECTED]
Description: 
 libtk-pod-perl - Tk Pod browser widget with hypertext capability
Changes: 
 libtk-pod-perl (0.9936-1) unstable; urgency=low
 .
   [ Gregor Herrmann]
   * debian/control: Added:
  + Vcs-Svn field (source stanza); Vcs-Browser field (source stanza);
  + Homepage field (source stanza).
  + Removed: XS-Vcs-Svn fields.
 .
   [ Rene Mayorga ]
   * New upstream release
   * Move changes to Pod/ files into a patch
 + quilt added to B-D
   * debian/control:
  + wrap uploaders and Build-D-I fields
  + added myself to uploaders field
   * debian/copyright:
  + Update upstream URL
  + update copyright year for main upstream
  + add copyright notices from other contributors
  + Add a copyright statement for the Debian packaging
   * debian/rules:
  + move tests from install target to build-target
  + remove unused dh_* calls
  + change $(MAKE) clean for $(MAKE) realclean at clean target
   * debian/watch
  + Change URL from 'by-author' to 'by-module'
Files: 
 b40e6148c4bb79e8f2804fc1d873035c 1161 perl optional libtk-pod-perl_0.9936-1.dsc
 6a378238e8cdf7f01c7a019da713a07e 66506 perl optional 
libtk-pod-perl_0.9936.orig.tar.gz
 13c6d44e07d13639ebd37fd0aabc9321 3247 perl optional 
libtk-pod-perl_0.9936-1.diff.gz
 b79c212dc068dbb460e8a4357124c1a6 100558 perl optional 
libtk-pod-perl_0.9936-1_all.deb

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

iD8DBQFHJjp9Hqjlqpcl9jsRAiuXAKCh+ju/IDHwlu46vtAaMxtmQNsk4wCgvV1m
Cckm4QSW9qVB1XT+vALH868=
=/lyY
-END PGP SIGNATURE-


Accepted:
libtk-pod-perl_0.9936-1.diff.gz
  to pool/main/libt/libtk-pod-perl/libtk-pod-perl_0.9936-1.diff.gz
libtk-pod-perl_0.9936-1.dsc
  to pool/main/libt/libtk-pod-perl/libtk-pod-perl_0.9936-1.dsc
libtk-pod-perl_0.9936-1_all.deb
  to pool/main/libt/libtk-pod-perl/libtk-pod-perl_0.9936-1_all.deb
libtk-pod-perl_0.9936.orig.tar.gz
  to pool/main/libt/libtk-pod-perl/libtk-pod-perl_0.9936.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted dbmail 2.2.7-1 (source i386)

2007-10-29 Thread Paul J Stevens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 27 Oct 2007 14:28:36 +0200
Source: dbmail
Binary: dbmail dbmail-pgsql dbmail-mysql
Architecture: source i386
Version: 2.2.7-1
Distribution: unstable
Urgency: low
Maintainer: Paul J Stevens [EMAIL PROTECTED]
Changed-By: Paul J Stevens [EMAIL PROTECTED]
Description: 
 dbmail - base package for the dbmail email solution
 dbmail-mysql - MySQL module for Dbmail
 dbmail-pgsql - Postgresql module for Dbmail
Changes: 
 dbmail (2.2.7-1) unstable; urgency=low
 .
   * new upstream release
Files: 
 7a70ddb40c1cd50355f4cfcdd2184d63 1118 mail optional dbmail_2.2.7-1.dsc
 2d50867e5833de28a3ec19a968ecfd86 895586 mail optional dbmail_2.2.7.orig.tar.gz
 a920a6d4c5b1f7bfef4390c5ca63e428 266 mail optional dbmail_2.2.7-1.diff.gz
 0f732ddeeae2ab607d7459d4bbf97821 310236 mail optional dbmail_2.2.7-1_i386.deb
 7ac2c7a316353aeb574fa301dbc0b549 17044 mail optional 
dbmail-pgsql_2.2.7-1_i386.deb
 60f574c163eb6881233621c67287a202 17604 mail optional 
dbmail-mysql_2.2.7-1_i386.deb

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

iQEVAwUBRyZcz2z0hbPcukPfAQLKSAf7BtsnQSZjhk0TBI2JSqMD9JI9ExGELIS4
FFDmtiD9jm3RLkw1yuI5YTdF5cOEKYqjYHOb3/V5js25Bv5b0DhvdJKnvwYKmzCN
Z8xTc0AI5kIaOwFbGulP57OSeiNhdmu8NnSyytIraRLl2Mw5XEaARO3VYPcjDfWR
338zyVp5gMRORyoYx5gy0Nwj4/BLyTZNFumPopWafYqpsgaFmEPx2+rSFmYyy+U/
+mwyMXE4CRXvPmMYp8g170rdaJ/2KN5RZhIJRaPEKtAfYnTz2Ok4uJ+JAQV9rM3W
RFQ85mYs0Q7dj6l4hD973Pspppuk4fGjKWaKuja2GtvN7pfpn+YQwg==
=Mbv3
-END PGP SIGNATURE-


Accepted:
dbmail-mysql_2.2.7-1_i386.deb
  to pool/main/d/dbmail/dbmail-mysql_2.2.7-1_i386.deb
dbmail-pgsql_2.2.7-1_i386.deb
  to pool/main/d/dbmail/dbmail-pgsql_2.2.7-1_i386.deb
dbmail_2.2.7-1.diff.gz
  to pool/main/d/dbmail/dbmail_2.2.7-1.diff.gz
dbmail_2.2.7-1.dsc
  to pool/main/d/dbmail/dbmail_2.2.7-1.dsc
dbmail_2.2.7-1_i386.deb
  to pool/main/d/dbmail/dbmail_2.2.7-1_i386.deb
dbmail_2.2.7.orig.tar.gz
  to pool/main/d/dbmail/dbmail_2.2.7.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted latticeextra 0.3-1-1 (source i386)

2007-10-29 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 29 Oct 2007 17:20:08 -0500
Source: latticeextra
Binary: r-cran-latticeextra
Architecture: source i386
Version: 0.3-1-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel [EMAIL PROTECTED]
Changed-By: Dirk Eddelbuettel [EMAIL PROTECTED]
Description: 
 r-cran-latticeextra - GNU R package of additional graphical displays based on 
lattice
Changes: 
 latticeextra (0.3-1-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control: Added (Build-)Depends: on new r-cran-rcolorbrewer package
 .
   * Built with R 2.6.0, so setting (Build-)Depends: to
 'r-base-(core|dev) = 2.6.0' to prevent move to testing before R 2.6.0
Files: 
 d40f45d884e45556122c1baff99ee4b9 703 math optional latticeextra_0.3-1-1.dsc
 690a19503ddde0c688e8c1cdb5e80e0e 1824553 math optional 
latticeextra_0.3-1.orig.tar.gz
 84f6a1ad2e0a5a0054dd518f9cac25b5 1874 math optional 
latticeextra_0.3-1-1.diff.gz
 539d0e99eb807e0c5ab747bf71282dbc 1873456 math optional 
r-cran-latticeextra_0.3-1-1_i386.deb

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

iD8DBQFHJl0xCZSR95Gw07cRAkPuAJ9QICrs+qVnTONO0p3WPh0sdvNXEQCfedqW
p64/+5nB2xyCWJDdPl1WfMI=
=7oQb
-END PGP SIGNATURE-


Accepted:
latticeextra_0.3-1-1.diff.gz
  to pool/main/l/latticeextra/latticeextra_0.3-1-1.diff.gz
latticeextra_0.3-1-1.dsc
  to pool/main/l/latticeextra/latticeextra_0.3-1-1.dsc
latticeextra_0.3-1.orig.tar.gz
  to pool/main/l/latticeextra/latticeextra_0.3-1.orig.tar.gz
r-cran-latticeextra_0.3-1-1_i386.deb
  to pool/main/l/latticeextra/r-cran-latticeextra_0.3-1-1_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted elixir 0.4.0-1 (source all)

2007-10-29 Thread Piotr Ożarowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 29 Oct 2007 21:09:13 +0100
Source: elixir
Binary: python-elixir
Architecture: source all
Version: 0.4.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team [EMAIL PROTECTED]
Changed-By: Piotr Ożarowski [EMAIL PROTECTED]
Description: 
 python-elixir - Declarative Mapper for SQLAlchemy
Changes: 
 elixir (0.4.0-1) unstable; urgency=low
 .
   * New upstream release
   * Bump python-sqlalchemy required version to 0.3.9
   * Homepage field added
   * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)
   * Remove useless Provides field
Files: 
 63174655c56098a2aae4ceea858596eb 1030 python optional elixir_0.4.0-1.dsc
 84f1199a7d3ca36620c65592d13dc509 94750 python optional elixir_0.4.0.orig.tar.gz
 51689295eafc33c6b89a474d5c353471 2841 python optional elixir_0.4.0-1.diff.gz
 7941510061bd57f771b1eef2a322bb02 86596 python optional 
python-elixir_0.4.0-1_all.deb

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

iD8DBQFHJlQzB01zfu119ZkRAhNCAJoCBoA9TtQbmnco3wGqpUEf1LJ5hACfZ+ZN
H2EckBCkeWxgFDpjpsH2/3c=
=rG74
-END PGP SIGNATURE-


Accepted:
elixir_0.4.0-1.diff.gz
  to pool/main/e/elixir/elixir_0.4.0-1.diff.gz
elixir_0.4.0-1.dsc
  to pool/main/e/elixir/elixir_0.4.0-1.dsc
elixir_0.4.0.orig.tar.gz
  to pool/main/e/elixir/elixir_0.4.0.orig.tar.gz
python-elixir_0.4.0-1_all.deb
  to pool/main/e/elixir/python-elixir_0.4.0-1_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted ldtp 0.9.2-2 (source i386 all)

2007-10-29 Thread Kartik Mistry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 10:26:38 +0530
Source: ldtp
Binary: ldtp python-ldtp
Architecture: source i386 all
Version: 0.9.2-2
Distribution: unstable
Urgency: low
Maintainer: Kartik Mistry [EMAIL PROTECTED]
Changed-By: Kartik Mistry [EMAIL PROTECTED]
Description: 
 ldtp   - GNU/Linux Desktop Testing Project (GNU/LDTP)
 python-ldtp - Python bindings for GNU/Linux Desktop Testing Project
Changes: 
 ldtp (0.9.2-2) unstable; urgency=low
 .
   * debian/python-ldtp.install: added missing ldtplib/*.py, Thanks to Fernando
 Ribeiro [EMAIL PROTECTED] for help
   * debian/watch: updated according to latest upstream url
   * debian/rules: fixed permission of files from newly added ldtplib/*.py
Files: 
 32bf2006909f2621ec4d15b4c0232c87 690 devel optional ldtp_0.9.2-2.dsc
 2b81b75d2da920083b031aa1adc8598b 7806 devel optional ldtp_0.9.2-2.diff.gz
 bffb463b8a0d0cf6fc5b78221f04ac9c 70668 devel optional 
python-ldtp_0.9.2-2_all.deb
 47c04af633b2f8ee26836a01445f680f 90960 devel optional ldtp_0.9.2-2_i386.deb

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

iD8DBQFHJl9FOU3FkQ7XBOoRArszAKCyLsjQOG/HV3t02C4KNZ1r8eSKSwCcCciu
J5rWLJ7ceaj8mlvlGos1Vv8=
=i6Mk
-END PGP SIGNATURE-


Accepted:
ldtp_0.9.2-2.diff.gz
  to pool/main/l/ldtp/ldtp_0.9.2-2.diff.gz
ldtp_0.9.2-2.dsc
  to pool/main/l/ldtp/ldtp_0.9.2-2.dsc
ldtp_0.9.2-2_i386.deb
  to pool/main/l/ldtp/ldtp_0.9.2-2_i386.deb
python-ldtp_0.9.2-2_all.deb
  to pool/main/l/ldtp/python-ldtp_0.9.2-2_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted phpmyadmin 4:2.11.2-1 (source all)

2007-10-29 Thread Thijs Kinkhorst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 29 Oct 2007 22:50:22 +0100
Source: phpmyadmin
Binary: phpmyadmin
Architecture: source all
Version: 4:2.11.2-1
Distribution: unstable
Urgency: low
Maintainer: Thijs Kinkhorst [EMAIL PROTECTED]
Changed-By: Thijs Kinkhorst [EMAIL PROTECTED]
Description: 
 phpmyadmin - Administrate MySQL over the WWW
Changes: 
 phpmyadmin (4:2.11.2-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 c25fbf31710b570818301a3525d4b848 1107 web extra phpmyadmin_2.11.2-1.dsc
 152861930d3092e04a18d8b434c0cb99 2858090 web extra 
phpmyadmin_2.11.2.orig.tar.gz
 2381ca0ac579cb801a0bca43d6573f8b 31628 web extra phpmyadmin_2.11.2-1.diff.gz
 2197e7715e9f63bf2efab7c37d951171 2858500 web extra phpmyadmin_2.11.2-1_all.deb

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

iQEVAwUBRyZV/2z0hbPcukPfAQIFiQgAx+RlHlCf0xUlH6+K1daMci3t+jug7zSz
yISfkk9FIiLLVVPeSQWuzwHCa+wr3nPmy2EqQgDJ45fQQolKkv26PZXmdNrj025p
PFFIgmtteGfTFT/Hp58XQ0ftaHYoZu2MM2Ioj/BxGm+mfz2mUxUvqNvP2G8DapgW
+4Heu1/oDKsHOHDrJby3WbC2w3+ebqZiq/okleUcVhIfPhfrjuXZLVuJyK2ucarU
5S5BfEfd3kpGXoNzbzRr39QpEn3OMZUJeBWi8GxNS90RADrlqp3kXUyhw7MFxS3/
MHVcay3RQv5GI0JaLxS092fesIG9a30CRQ+4H4WyRHp8k2oVKirOjA==
=33gB
-END PGP SIGNATURE-


Accepted:
phpmyadmin_2.11.2-1.diff.gz
  to pool/main/p/phpmyadmin/phpmyadmin_2.11.2-1.diff.gz
phpmyadmin_2.11.2-1.dsc
  to pool/main/p/phpmyadmin/phpmyadmin_2.11.2-1.dsc
phpmyadmin_2.11.2-1_all.deb
  to pool/main/p/phpmyadmin/phpmyadmin_2.11.2-1_all.deb
phpmyadmin_2.11.2.orig.tar.gz
  to pool/main/p/phpmyadmin/phpmyadmin_2.11.2.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted php-http-request 1.4.2-1 (source all)

2007-10-29 Thread Thijs Kinkhorst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 29 Oct 2007 22:59:02 +0100
Source: php-http-request
Binary: php-http-request
Architecture: source all
Version: 1.4.2-1
Distribution: unstable
Urgency: low
Maintainer: Thijs Kinkhorst [EMAIL PROTECTED]
Changed-By: Thijs Kinkhorst [EMAIL PROTECTED]
Description: 
 php-http-request - provides an easy way to perform HTTP requests
Changes: 
 php-http-request (1.4.2-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 ee0f3fe23906c85503a30522482235d0 1109 web optional php-http-request_1.4.2-1.dsc
 e5963ed69fb67fa9d2afdf74261a25f5 16398 web optional 
php-http-request_1.4.2.orig.tar.gz
 e5ff82c0d5bdfba2506ffaa3710eee45 2694 web optional 
php-http-request_1.4.2-1.diff.gz
 a32a470acc9d60ec3d8f632fa4639ae8 20508 web optional 
php-http-request_1.4.2-1_all.deb

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

iQEVAwUBRyZYOWz0hbPcukPfAQIIhQf/e1bAEBzHApu3S720Tb1RWZ2kNJW025KO
bAZiRZhHAdWMm2mpbE9W23IEdAYD1d//SD225bKASSoSy+Nsb5v7Hm2oHv12FtCi
h0tMMorNWnEGYE8oWHLq++h1dk1kT8CYvL5o/uKxTTEoorhMT7ycTaTKNMEBqcwt
VYFoQYNTzI5AgHTzKRWZD+YJkJGfFSWdOA9T5V+KpDDHaPdLnTSbmrOfXppYKLnE
iJsrBH9qzxFxGfS6fY2gh/Ece99T5ft1BiCJCsFXBYyY9xbK3ks6Fl/nhbJm/L0Z
jMcPrCV2z3Zg/d4SiHOQuiyeZV/7Pi569Eo2eCw5dN37DOLf1BsOOQ==
=ZHhq
-END PGP SIGNATURE-


Accepted:
php-http-request_1.4.2-1.diff.gz
  to pool/main/p/php-http-request/php-http-request_1.4.2-1.diff.gz
php-http-request_1.4.2-1.dsc
  to pool/main/p/php-http-request/php-http-request_1.4.2-1.dsc
php-http-request_1.4.2-1_all.deb
  to pool/main/p/php-http-request/php-http-request_1.4.2-1_all.deb
php-http-request_1.4.2.orig.tar.gz
  to pool/main/p/php-http-request/php-http-request_1.4.2.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted liblaf-widget-java 3.2~dev-1 (source all)

2007-10-29 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 15 Oct 2007 18:38:49 +0530
Source: liblaf-widget-java
Binary: liblaf-widget-java
Architecture: source all
Version: 3.2~dev-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers [EMAIL PROTECTED]
Changed-By: Torsten Werner [EMAIL PROTECTED]
Description: 
 liblaf-widget-java - support for common feel widgets in look-and-feel libraries
Changes: 
 liblaf-widget-java (3.2~dev-1) unstable; urgency=low
 .
   * New upstream release
   * Move the package to pkg-java svn.
   * Set Maintainer to Debian Java Maintainers and add myself to Uploaders.
   * Move the build scripts to debian dir.
Files: 
 a80cd57d7f5657e8488042a33adecab0 980 non-free/libs optional 
liblaf-widget-java_3.2~dev-1.dsc
 1288794788cc3a6fd45ba9947c21634c 1010303 non-free/libs optional 
liblaf-widget-java_3.2~dev.orig.tar.gz
 9af3ef473081e9404260603bf9d20107 12658 non-free/libs optional 
liblaf-widget-java_3.2~dev-1.diff.gz
 db7186c7c45ed7e31b503624733b0b22 1511226 non-free/libs optional 
liblaf-widget-java_3.2~dev-1_all.deb

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

iD8DBQFHJmQVfY3dicTPjsMRApg3AJ9rLebUVWQrM3JX04e5kJWfwW9NrQCfXY4H
ba5Npefq8UvRt5smscU7nw8=
=uwkD
-END PGP SIGNATURE-


Accepted:
liblaf-widget-java_3.2~dev-1.diff.gz
  to pool/non-free/libl/liblaf-widget-java/liblaf-widget-java_3.2~dev-1.diff.gz
liblaf-widget-java_3.2~dev-1.dsc
  to pool/non-free/libl/liblaf-widget-java/liblaf-widget-java_3.2~dev-1.dsc
liblaf-widget-java_3.2~dev-1_all.deb
  to pool/non-free/libl/liblaf-widget-java/liblaf-widget-java_3.2~dev-1_all.deb
liblaf-widget-java_3.2~dev.orig.tar.gz
  to 
pool/non-free/libl/liblaf-widget-java/liblaf-widget-java_3.2~dev.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted squashfs 1:3.2r2-9exp1 (source i386 all)

2007-10-29 Thread Arnaud Fontaine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 18 Oct 2007 13:11:35 +0100
Source: squashfs
Binary: squashfs-tools squashfs-source
Architecture: source i386 all
Version: 1:3.2r2-9exp1
Distribution: experimental
Urgency: low
Maintainer: Arnaud Fontaine [EMAIL PROTECTED]
Changed-By: Arnaud Fontaine [EMAIL PROTECTED]
Description: 
 squashfs-source - Source for the squash filesystem
 squashfs-tools - Tool to create and append to squashfs filesystems
Closes: 414563
Changes: 
 squashfs (1:3.2r2-9exp1) experimental; urgency=low
 .
   * debian/NEWS:
 + Add informations about LZMA support.
   * debian/copyright:
 + Update GPL path.
   * debian/control:
 + Remove useless depends of squashfs-source on dpatch.
   * Add lzma support. Closes: #414563.
 + Add lzma-source to squashfs-tools Suggests field in debian/control.
 + Add squashfs lzma headers.
 + Add lzma support to kernel module.
 + Add lzma support for squashfs tools.
 + Add ``-nolzma'' options to mksquashfs help and also in its manpage.
Files: 
 374fd099ccf89c80810a79de7ceb54e4 1007 admin optional squashfs_3.2r2-9exp1.dsc
 3be63297fb081e4bc0e49435eb4d258d 35856 admin optional 
squashfs_3.2r2-9exp1.diff.gz
 5cf2360a480631729e7937250766f3f5 36632 admin optional 
squashfs-source_3.2r2-9exp1_all.deb
 e107db40da8b2a667fa54aede194e471 129014 admin optional 
squashfs-tools_3.2r2-9exp1_i386.deb

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

iD8DBQFHJmNuLqiZQEml+FURAv1qAJ9JIF7p4y4Eyrv1s2m1O6flTWExogCfX0Ij
LD0CPMRBFsuYUiXTL95LhoM=
=9H05
-END PGP SIGNATURE-


Accepted:
squashfs-source_3.2r2-9exp1_all.deb
  to pool/main/s/squashfs/squashfs-source_3.2r2-9exp1_all.deb
squashfs-tools_3.2r2-9exp1_i386.deb
  to pool/main/s/squashfs/squashfs-tools_3.2r2-9exp1_i386.deb
squashfs_3.2r2-9exp1.diff.gz
  to pool/main/s/squashfs/squashfs_3.2r2-9exp1.diff.gz
squashfs_3.2r2-9exp1.dsc
  to pool/main/s/squashfs/squashfs_3.2r2-9exp1.dsc


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted cellwriter 1.3.0-1 (source i386)

2007-10-29 Thread Michael Levin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 27 Oct 2007 20:36:00 -0500
Source: cellwriter
Binary: cellwriter
Architecture: source i386
Version: 1.3.0-1
Distribution: unstable
Urgency: low
Maintainer: Michael Levin [EMAIL PROTECTED]
Changed-By: Michael Levin [EMAIL PROTECTED]
Description: 
 cellwriter - grid-entry handwriting input panel
Closes: 446322
Changes: 
 cellwriter (1.3.0-1) unstable; urgency=low
 .
   * New upstream release (Closes: #446322)
Files: 
 a43c218b0cd0eb4f21662646936e6e76 644 gnome optional cellwriter_1.3.0-1.dsc
 79c3d337c6507d7cd63dee34d3506321 281913 gnome optional 
cellwriter_1.3.0.orig.tar.gz
 6b0a1391da05d5cc1a9fe4acaf87b2b7 2364 gnome optional cellwriter_1.3.0-1.diff.gz
 0f6587ad3c58bb4eb7a10e6d9943de9d 152862 gnome optional 
cellwriter_1.3.0-1_i386.deb

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

iD8DBQFHJmH6AQwuptkwlkQRAuNUAJwMNvimTHIrGgkyypZgRqZffTSoOgCcCRAa
byaNrYfi7zLEC/ToYKiSIDY=
=darG
-END PGP SIGNATURE-


Accepted:
cellwriter_1.3.0-1.diff.gz
  to pool/main/c/cellwriter/cellwriter_1.3.0-1.diff.gz
cellwriter_1.3.0-1.dsc
  to pool/main/c/cellwriter/cellwriter_1.3.0-1.dsc
cellwriter_1.3.0-1_i386.deb
  to pool/main/c/cellwriter/cellwriter_1.3.0-1_i386.deb
cellwriter_1.3.0.orig.tar.gz
  to pool/main/c/cellwriter/cellwriter_1.3.0.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted dhcp 2.0pl5dfsg1-20.2 (source i386)

2007-10-29 Thread Nico Golde
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 29 Oct 2007 22:40:21 +0100
Source: dhcp
Binary: dhcp dhcp-client dhcp-client-udeb dhcp-relay
Architecture: source i386
Version: 2.0pl5dfsg1-20.2
Distribution: unstable
Urgency: high
Maintainer: Andreas Barth [EMAIL PROTECTED]
Changed-By: Nico Golde [EMAIL PROTECTED]
Description: 
 dhcp   - DHCP server for automatic IP address assignment
 dhcp-client - DHCP Client
 dhcp-client-udeb - DHCP Client for debian-installer (udeb)
 dhcp-relay - DHCP Relay
Closes: 446354
Changes: 
 dhcp (2.0pl5dfsg1-20.2) unstable; urgency=high
 .
   * Non-maintainer upload by testing-security team.
   * Updated 305_CVE-2007-5365.patch to fix incomplete
 upstream patch for CVE-2007-5365 (Closes: #446354).
Files: 
 e0ac8b9214247ed5d788f1acdc5f28ea 645 net optional dhcp_2.0pl5dfsg1-20.2.dsc
 551bf1a80a3cc86e73b85458f731fd0f 58279 net optional 
dhcp_2.0pl5dfsg1-20.2.diff.gz
 58d5d91aa6310c034b31f653fad168b5 110374 net optional 
dhcp_2.0pl5dfsg1-20.2_i386.deb
 df243d5d1aa2e68c3d83593d021f47c1 103004 net extra 
dhcp-client_2.0pl5dfsg1-20.2_i386.deb
 0424e791315327491754385e94ce7727 72022 net extra 
dhcp-relay_2.0pl5dfsg1-20.2_i386.deb
 f83b550b9c0b9cc11f98c3552c474907 40412 debian-installer extra 
dhcp-client-udeb_2.0pl5dfsg1-20.2_i386.udeb

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

iD8DBQFHJldSHYflSXNkfP8RAhFsAJ9oEToGldwXNo/WNSY5zRLynDpQewCgoKBi
EtN194gqxKQrscQJHlbqEO8=
=KGEW
-END PGP SIGNATURE-


Accepted:
dhcp-client-udeb_2.0pl5dfsg1-20.2_i386.udeb
  to pool/main/d/dhcp/dhcp-client-udeb_2.0pl5dfsg1-20.2_i386.udeb
dhcp-client_2.0pl5dfsg1-20.2_i386.deb
  to pool/main/d/dhcp/dhcp-client_2.0pl5dfsg1-20.2_i386.deb
dhcp-relay_2.0pl5dfsg1-20.2_i386.deb
  to pool/main/d/dhcp/dhcp-relay_2.0pl5dfsg1-20.2_i386.deb
dhcp_2.0pl5dfsg1-20.2.diff.gz
  to pool/main/d/dhcp/dhcp_2.0pl5dfsg1-20.2.diff.gz
dhcp_2.0pl5dfsg1-20.2.dsc
  to pool/main/d/dhcp/dhcp_2.0pl5dfsg1-20.2.dsc
dhcp_2.0pl5dfsg1-20.2_i386.deb
  to pool/main/d/dhcp/dhcp_2.0pl5dfsg1-20.2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted bioperl 1.5.2.102-1 (source all)

2007-10-29 Thread Charles Plessy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 21 Sep 2007 22:52:22 +0900
Source: bioperl
Binary: bioperl
Architecture: source all
Version: 1.5.2.102-1
Distribution: unstable
Urgency: low
Maintainer: Debian-Med Packaging Team [EMAIL PROTECTED]
Changed-By: Charles Plessy [EMAIL PROTECTED]
Description: 
 bioperl- Perl tools for computational molecular biology
Changes: 
 bioperl (1.5.2.102-1) unstable; urgency=low
 .
   * Developer release.
   * Upgraded source package to debhelper 5 and standards-version 3.7.2.
   * Added libmodule-build-perl and libtest-harness-perl to
 build-depends-indep.
   * Disabled automatic CRAN download.
   * Using quilt instead of .diff.gz to manage modifications.
   * Updated Recommends list for the binary package.
   * Moved the production-quality scripts to /usr/bin/.
   * New maintainer: Debian-Med packaging team mailing list.
   * New uploaders: Charles Plessy and Steffen Moeller.
   * Updated Depends, Recommends and Suggests.
   * Imported in Debian-Med's SVN repository on Alioth.
   * Executing the regression tests during package building.
   * Moved the Homepage: field out from the package's description.
   * Updated watch file.
Files: 
 1089548bea8a051119db4b37d306b74c 1021 science optional bioperl_1.5.2.102-1.dsc
 4890481c5beb33e129b65b922fb0c126 5919092 science optional 
bioperl_1.5.2.102.orig.tar.gz
 b502f384fe37bb27b1b53508e99690ed 3934 science optional 
bioperl_1.5.2.102-1.diff.gz
 6e365f8ebffcc2780f829c4445cf8889 5787622 science optional 
bioperl_1.5.2.102-1_all.deb

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

iD8DBQFHJmP/1gXdnL6dUzkRAgZbAKCgtopnNFJP1ZNNJGVUQlbJ08RgoACfZlik
9/tcnLRdOUqEzTJtCdftvAQ=
=r5Kv
-END PGP SIGNATURE-


Accepted:
bioperl_1.5.2.102-1.diff.gz
  to pool/main/b/bioperl/bioperl_1.5.2.102-1.diff.gz
bioperl_1.5.2.102-1.dsc
  to pool/main/b/bioperl/bioperl_1.5.2.102-1.dsc
bioperl_1.5.2.102-1_all.deb
  to pool/main/b/bioperl/bioperl_1.5.2.102-1_all.deb
bioperl_1.5.2.102.orig.tar.gz
  to pool/main/b/bioperl/bioperl_1.5.2.102.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted shorewall-doc 4.0.5-2 (source all)

2007-10-29 Thread Roberto C. Sanchez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 29 Oct 2007 19:29:15 -0400
Source: shorewall-doc
Binary: shorewall-doc
Architecture: source all
Version: 4.0.5-2
Distribution: experimental
Urgency: low
Maintainer: Roberto C. Sanchez [EMAIL PROTECTED]
Changed-By: Roberto C. Sanchez [EMAIL PROTECTED]
Description: 
 shorewall-doc - documentation for Shoreline Firewall (Shorewall)
Changes: 
 shorewall-doc (4.0.5-2) experimental; urgency=low
 .
   * debian/control: Add Vcs-Browser and Vcs-Svn tags
   * debian/copyright: Correct license statement to say GFDL instead of GPL
Files: 
 247f00ed6291f429a55a77db1ca76d7e 816 net optional shorewall-doc_4.0.5-2.dsc
 4b1c10330bdbc54c240090196038a378 11396 net optional 
shorewall-doc_4.0.5-2.diff.gz
 19ca536fcb642e599ffd098527faef3b 5133394 net optional 
shorewall-doc_4.0.5-2_all.deb

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

iD8DBQFHJm4v5SXWIKfIlGQRAg2YAJ4vOalN68MNbBtkhiYvqK0NOH+WSgCgnO98
ThBatltwCE8/zQ2o9gGI92k=
=fM+L
-END PGP SIGNATURE-


Accepted:
shorewall-doc_4.0.5-2.diff.gz
  to pool/main/s/shorewall-doc/shorewall-doc_4.0.5-2.diff.gz
shorewall-doc_4.0.5-2.dsc
  to pool/main/s/shorewall-doc/shorewall-doc_4.0.5-2.dsc
shorewall-doc_4.0.5-2_all.deb
  to pool/main/s/shorewall-doc/shorewall-doc_4.0.5-2_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



  1   2   >