Re: [MBF] Handling python2.4 removal

2009-12-24 Thread Luk Claes
Luca Falavigna wrote:
 Il giorno Tue, 15 Dec 2009 23:11:18 +0100
 Luca Falavigna dktrkr...@debian.org ha scritto:

 Here's a follow-up to include some more packages, and to remove those
 which were already fixed in the meantime.

 --
 PACKAGES TO BE REMOVED
 --
 
 These packages ship modules or extensions already provided by python2.5
 or newer Python versions, so they should be not needed anymore, a RM
 request will be filed. Maintainers of packages that build-depend or
 depend on these should update their packages. This will be the subject
 for a future MBF.
 
 SZALAY Attila s...@debian.org
zorp

no reverse (build) dependencies

 Debian Python Modules Team python-modules-t...@lists.alioth.debian.org
celementtree

# Broken Depends:
coherence: python-coherence
libpam-usb: pamusb-tools [alpha amd64 armel hppa i386 ia64 mips mipsel
powerpc s390 sparc]
osc: osc
yum: yum

# Broken Build-Depends:
html5lib: python-celementtree

ctypes (U)

# Broken Depends:
coherence: python-coherence
drobo-utils: drobo-utils
hcluster: python-hcluster
libextractor-python: python-extractor
libktoblzcheck: python-ktoblzcheck
libmusicbrainz-2.1: python-musicbrainz
libtunepimp: python-tunepimp
picard: picard
pyenchant: python-enchant
pynetsnmp: python-pynetsnmp
python-gnutls: python-gnutls
python-multiprocessing: python-multiprocessing [alpha amd64 armel hppa
i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc]

# Broken Build-Depends:
hcluster: python-ctypes
liblouis: python2.4-ctypes
pyenchant: python-ctypes
pymvpa: python-ctypes (= 1.0.1)
python-multiprocessing: python-ctypes

elementtree

# Broken Depends:
celementtree: python-celementtree
coherence: python-coherence
elementtidy: python-elementtidy
exaile: exaile
freevo: python-freevo
kid: python-kid
plone3: zope-plone3
postr: postr
python-jtoolkit: python-jtoolkit
python-meld3: python-meld3
soya: python-soya
timer-applet: timer-applet

# Broken Build-Depends:
html5lib: python-elementtree
kid: python-elementtree (= 1.2.6-7)
pymsn: python-elementtree

 Matthias Klose d...@debian.org
python2.4-doc

no reverse (build) dependencies

 Python Modules Packaging Team
  python-modules-t...@lists.alioth.debian.org
python-wsgiref (U)

no reverse (build) dependencies

Cheers

Luk


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Switch on compiler hardening defaults

2009-12-24 Thread Kees Cook
[dropped debian-gcc from the CCs as this is probably rather off topic now]

Hi Petter,

On Mon, Dec 21, 2009 at 08:16:08AM +0100, Petter Reinholdtsen wrote:
 [Kees Cook]
  As an example, I have a debdiff against openssh to use it:
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561887
 
  With the new package, the arch-specific logic for hardening defaults
  is in one place, and a maintainer can selectively disable anything they
  don't want on by default.
 
 This might be a good compromise to get network services hardened
 without changing the default build system.  Is there a plan for which

That's certainly a viable plan.  This is kind of the approach we took in
Ubuntu for the PIE feature.  We also considered packages with a less than
stellar security history.  The list of packages built with PIE in Ubuntu
is: (see https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/BuiltPIE )

 amavisd-new apache2 asterisk bind9 cups cyrus-sasl2 dhcp3 dovecot exim4
 ipsec-tools mysql-dfsg-5.1 nagios3 nagios-plugins ntp openbsd-inetd
 openldap openssh postfix postgreqsl-8.3 samba sendmail squid wireshark
 xinetd

Many of these (and others) are already building in Debian with
hardening-wrapper:

 aria2 bind9 bird confget cookietool cups dma donkey grap hexer hfsprogs
 isoquery jd jed kaptain libdebug limo mysql-dfsg-5.1 nast postfix
 postgresql-8.3 postgresql-8.4 prips quagga robodoc rtpproxy ser slrn
 squid strongswan switchsh tnftp wireshark worker xmahjongg zoem

And built with hardening-includes:

 openbsd-inetd

 packages to convert first?  A patch for my netplan package would be
 most welcome. :) I guess starting with the most popular ones is a good
 idea, and realise netplan is not one of these. :)

Well, every package is a little different in how CFLAGS and LDFLAGS get
passed into the upstream build, so there isn't a strict recipe.  Probably
the most common would be to declare CFLAGS and LDFLAGS to the configure
environment.  For example in debian/rules:

include /usr/share/hardening-includes/hardening.make

CFLAGS += $(HARDENING_CFLAGS)
LDFLAGS += $(HARDENING_LDFLAGS)
...

binary-arch: ...
...
CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS ./configure
...

You can check the results of the build with hardening-check (in
hardening-includes version 1.19).  See its manpage for more details.

 Personally I would prefer the build default to change instead, and a
 mechanism to disable in per package for those that can't use the
 hardening defaults, but realise it might be a risky path to take.

I couldn't agree more.  See /usr/share/hardening-includes/hardening.make
for details, but a package trying to avoid the hardening flags could just
set DEB_BUILD_HARDENING=0 in debian/rules.

-Kees

-- 
Kees Cook@debian.org


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562252: ITP: haskell-cautious-file -- Haskell library to write a file cautiously

2009-12-24 Thread Giovanni Mascellani
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org

   Package name: haskell-cautious-file
Version: 0.1.5
Upstream Author: Robin Green gree...@greenrd.org
URL: http://hackage.haskell.org/package/cautious-file
License: BSD
Description: Haskell library to write a file cautiously

Uses some techniques to reduce the chances of problems such as data loss
due to crashes or power failures.

Rationale: is a dependency of gitit (bug #556099).

Regards, Giovanni.
-- 
Giovanni Mascellani mascell...@poisson.phc.unipi.it
Pisa, Italy

Web: http://poisson.phc.unipi.it/~mascellani
Jabber: g.mascell...@jabber.org / giova...@elabor.homelinux.org





signature.asc
Description: OpenPGP digital signature


Bug#562255: ITP: haskell-deepseq - Deep version for Haskell seq

2009-12-24 Thread Giovanni Mascellani
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org

   Package name: haskell-deepseq
Version: 1.1.0.0
Upstream Author: Simon Marlow marlo...@gmail.com
URL: http://hackage.haskell.org/package/deepseq
License: BSD
Description: Deep version for Haskell seq

Evaluates a full Haskell data structure, where the lazy Haskell compiler
normally would skip it.

Rationale: is a dependency of gitit (bug #556099).

Regards, Giovanni.
-- 
Giovanni Mascellani mascell...@poisson.phc.unipi.it
Pisa, Italy

Web: http://poisson.phc.unipi.it/~mascellani
Jabber: g.mascell...@jabber.org / giova...@elabor.homelinux.org






signature.asc
Description: PGP signature


signature.asc
Description: OpenPGP digital signature


Bug#562258: ITP: haskell-hstringtemplate -- Haskell port of the Java library StringTemplate

2009-12-24 Thread Giovanni Mascellani
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org

   Package name: haskell-hstringtemplate
Version: 0.6.2
Upstream Author: Sterling Clover s.clo...@gmail.com
URL: http://hackage.haskell.org/package/HStringTemplate
License: BSD
Description: Haskell port of the Java library StringTemplate

This is a Haskell template engine. Its API is mainly inspired to that of
the Java library StringTemplate, but it is implemented in a Haskellish
manner.

It implements the basic 3.1 grammar, lacking group files (though not
groups themselves), Regions, and Interfaces and extends it by allowing
the application of alternating attributes to anonymous as well as
regular templates, including therefore sets of alternating attributes.

Rationale: is a dependency of gitit (bug #556099).

Regards, Giovanni.
-- 
Giovanni Mascellani mascell...@poisson.phc.unipi.it
Pisa, Italy

Web: http://poisson.phc.unipi.it/~mascellani
Jabber: g.mascell...@jabber.org / giova...@elabor.homelinux.org








signature.asc
Description: OpenPGP digital signature


Increasing developer productivity through tools

2009-12-24 Thread Florian Weimer
Have you got any suggestions for increasing productivity with proper
IDE support for medium-sized C and C++ code bases?

I've got a hunch that proper browsing support (searching for
definitions/references, displaying static call trees) might help me to
navigate unfamiliar code bases, making it easier to review and apply
fixes.  Ctags does not seem to be reliable enough.  I would prefer
something based on a real C/C++ implementation, honoring effective
preprocessor #defines and so on.  (C++ is desirable, but optional.)

The last time I looked at Eclipse CDT, it was somewhat approximate in
nature (just like ctags).  So I wonder if there are other options.  My
trouble with evaluating them myself is that I often can't tell whether
a certain feature is buggy or not reliably supported, or if the
project setup is wrong and the IDE cannot extract the required data
from the source files.

The IDE does not have to run on Debian.  It can be proprietary, but
obviously, it must be possible to get a single-seat license, and it
shouldn't cost significantly more than the computer it will run.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562286: ITP: haskell-text -- An efficient packed Unicode text type for Haskell

2009-12-24 Thread Giovanni Mascellani
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org

   Package name: haskell-text
Version: 0.7.0.1
Upstream Author: Tom Harper rthar...@aftereternity.co.uk and others
URL: http://hackage.haskell.org/package/text
License: BSD
Description: An efficient packed Unicode text type for Haskell

This is a Haskell time and space-efficient implementation of Unicode
text using packed Word16 arrays.  Suitable for performance critical use,
both in terms of large data quantities and high speed.

It supports many basic string operations and has some substring search
tools.

Rationale: is a dependency of gitit (bug #556099).

Regards, Giovanni.
-- 
Giovanni Mascellani mascell...@poisson.phc.unipi.it
Pisa, Italy

Web: http://poisson.phc.unipi.it/~mascellani
Jabber: g.mascell...@jabber.org / giova...@elabor.homelinux.org









signature.asc
Description: PGP signature


signature.asc
Description: OpenPGP digital signature


Re: Some questions on format 3.0 (quilt) multi-origin

2009-12-24 Thread Marco Nenciarini
Rene Engelhard ha scritto:
 Hi,
 
 On Fri, Nov 20, 2009 at 11:28:56AM +0100, Marco Nenciarini wrote:
 3) When a new version of a component is released, how to handle it in  
 the new source format? I can't find any standard place where to put meta  
 informations regarding extra origin tarball.
 
 I don't think there exist one. And as the .tar.gz has to change names
 anyway because otherwise it'd be the same I think the only option
 left in this case is something like
 
 dovecot_1.2.7.orig-libsieve-0.1.13.tar.gz
 
 Unfortunately that needs a stable update (1.14.27) before you can use this...
 (because of the -) :( And if you need a libsieve dir then you need to create
 a symlink.
 
 /me has to do the same game for openoffice.org and ooo-build.

After some thinking I believe this isn't a good idea.

I think the right way to include a new component or to update one is to
bump the package source version. Something like:

dovecot_1.2.7+plugin1.orig-libsieve.tar.gz

This avoids to let dpkg-source (and the maintainer also) confused when
you try to build the source, because it uses a completely new namespace.

Moreover I think that the orig tarball should not be changed without a
version bump, even if it is composed by multiple files.

Any comments?

Regards,
Marco

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4




signature.asc
Description: OpenPGP digital signature


Re: Switch on compiler hardening defaults

2009-12-24 Thread Stefan Fritsch

On Thu, 24 Dec 2009, Kees Cook wrote:

With the new package, the arch-specific logic for hardening defaults
is in one place, and a maintainer can selectively disable anything they
don't want on by default.


This might be a good compromise to get network services hardened
without changing the default build system.  Is there a plan for which


That's certainly a viable plan.  This is kind of the approach we took in
Ubuntu for the PIE feature.  We also considered packages with a less than
stellar security history.  The list of packages built with PIE in Ubuntu
is: (see https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/BuiltPIE )

amavisd-new apache2 asterisk bind9 cups cyrus-sasl2 dhcp3 dovecot exim4
ipsec-tools mysql-dfsg-5.1 nagios3 nagios-plugins ntp openbsd-inetd
openldap openssh postfix postgreqsl-8.3 samba sendmail squid wireshark
xinetd


The problem with PIE is that it is not supported by Debian's gdb 
(#346409). That's why I disabled it again for apache2.


IIRC, there were also some apps (python?) that have performance problems 
with PIE. Therefore, PIE should not be switched on by default yet.



For the other options, I agree.


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Some questions on format 3.0 (quilt) multi-origin

2009-12-24 Thread Goswin von Brederlow
Marco Nenciarini mnen...@debian.org writes:

 Rene Engelhard ha scritto:
 Hi,
 
 On Fri, Nov 20, 2009 at 11:28:56AM +0100, Marco Nenciarini wrote:
 3) When a new version of a component is released, how to handle it in  
 the new source format? I can't find any standard place where to put meta  
 informations regarding extra origin tarball.
 
 I don't think there exist one. And as the .tar.gz has to change names
 anyway because otherwise it'd be the same I think the only option
 left in this case is something like
 
 dovecot_1.2.7.orig-libsieve-0.1.13.tar.gz

Looking at man dpkg-source I too don't see anything that would allow
building dovecot 1.2.7-1 with libsieve-0.1.13 and dovecot 1.2.7-2 with
libsieve-0.1.14. So for a libsieve update it looks like you need to
use something like

dovecot_1.2.7.orig-libsieve-0.1.13.tar.gz
dovecot_1.2.7+p1.orig-libsieve-0.1.14.tar.gz

See below for how ugly that is.
 
 Unfortunately that needs a stable update (1.14.27) before you can use this...
 (because of the -) :( And if you need a libsieve dir then you need to create
 a symlink.
 
 /me has to do the same game for openoffice.org and ooo-build.

 After some thinking I believe this isn't a good idea.

 I think the right way to include a new component or to update one is to
 bump the package source version. Something like:

 dovecot_1.2.7+plugin1.orig-libsieve.tar.gz

 This avoids to let dpkg-source (and the maintainer also) confused when
 you try to build the source, because it uses a completely new namespace.

But then you have

dovecot_1.2.7.orig.tar.gz 
dovecot_1.2.7+plugin1.orig.tar.gz 

dovecot_1.2.7.orig-libfoo.tar.gz 
dovecot_1.2.7+plugin1.orig-libfoo.tar.gz 

dovecot_1.2.7.orig-libbar.tar.gz 
dovecot_1.2.7+plugin1.orig-libbar.tar.gz 
...

all being duplicates. You might have to duplicate 100MB of source for
a 50k component update.

 Moreover I think that the orig tarball should not be changed without a
 version bump, even if it is composed by multiple files.

 Any comments?

 Regards,
 Marco

Why not split the source into dovecot and libsieve? If they are
released seperately and dovecot can build against multiple versions of
libsieve then that indicates they should be seperated (by/with
upstream) enough to allow building them seperately.

MfG
Goswin


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: defaulting to net.ipv6.bindv6only=1 for squeeze

2009-12-24 Thread Hendrik Sattler
Am Mittwoch 23 Dezember 2009 14:07:54 schrieb Jarek Kamiński:
 Na grupie linux.debian.devel napisałe(a)ś:
  I have failures now with a client that cannot connect() to the IPv4
  address but get an ENETUNREACH instead.
  The application DOES set this socket option:
  socket(PF_INET6, SOCK_STREAM, IPPROTO_IP) = 3
 
 ^-- You meant IPPROTO_TCP?
 
  setsockopt(3, SOL_IPV6, IPV6_V6ONLY, [0], 4) = 0
  bind(3, {sa_family=AF_INET6,) = 0
  listen(3, ) = 0
 
  Did you ever test that setting this option back to 0 by a program before
  bind() and listen() actually works?
 
 Yes. Following code actually works (runs with bindv6only enabled,
 listens on [::]:1234 and accepts connection made to localhost:1234):
 #v+
 #include sys/socket.h
 #include netinet/in.h
 
 int main ()
 {
   int no = 0;
   int listenfd = socket (AF_INET6, SOCK_STREAM, IPPROTO_TCP);
   int clientfd;
   char buf[1024];
   ssize_t rv;
   struct sockaddr_in6 addr = { AF_INET6, htons(1234), 0, IN6ADDR_ANY_INIT 
 };
   setsockopt (listenfd, SOL_IPV6, IPV6_V6ONLY, no, sizeof(no));
   bind (listenfd, (void*)addr, sizeof(addr));
   listen (listenfd, 1);
   clientfd = accept (listenfd, 0, 0);
   while ((rv = read (clientfd, buf, sizeof(buf)))  0)
   write (1, buf, rv);
   return 0;
 }

I do:
int v6only = 0;
int fd = socket(AF_INET6, SOCK_STREAM, 0);
setsockopt(fd, IPPROTO_IPV6, IPV6_V6ONLY, (void*)v6only, sizeof(v6only));
bind(fd, (struct sockaddr *) my_sock, sizeof(struct sockaddr_in6));
listen(fd, 2);
...

And the client cannot connect! The value of IPPROTO_IPV6 and SOL_IPV6 are both 
41, thus this cannot be the cause.
Maybe the difference is the 0 vs. IPPROTO_TCP? 0 is supposed to work, 
though.

Additionally: what happens when I want to open an :::127.0.0.1 as an IPv6 
socket?
But even when using IN6ADDR_ANY, the client cannot connect to 127.0.0.1.

Thanks

HS


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: defaulting to net.ipv6.bindv6only=1 for squeeze

2009-12-24 Thread Julien Cristau
On Thu, Dec 24, 2009 at 13:24:11 +0100, Hendrik Sattler wrote:

 I do:
 int v6only = 0;
 int fd = socket(AF_INET6, SOCK_STREAM, 0);
 setsockopt(fd, IPPROTO_IPV6, IPV6_V6ONLY, (void*)v6only, sizeof(v6only));
 bind(fd, (struct sockaddr *) my_sock, sizeof(struct sockaddr_in6));
 listen(fd, 2);
 ...
 
Not knowing what my_sock is, this isn't very helpful…

Cheers,
Julien


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: defaulting to net.ipv6.bindv6only=1 for squeeze

2009-12-24 Thread Hendrik Sattler
Am Mittwoch 23 Dezember 2009 13:41:57 schrieb Marco d'Itri:
 On Dec 23, Hendrik Sattler p...@hendrik-sattler.de wrote:
  1. It obviously doesn't do this only on new installation but also on
  upgrades.
 
 This is correct.
 
  2. You cite RFC3493 but your request (and action) obviously violates it:
 
 RFC3493 is informational.

  Did you ever test that setting this option back to 0 by a program before
  bind() and listen() actually works?
 
 Yes.

Nevermind, it's the client not calling the socket option.
I still don't agree...

HS


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Switch on compiler hardening defaults

2009-12-24 Thread Romain Francoise
Kees Cook k...@debian.org writes:

 And built with hardening-includes:

  openbsd-inetd
   tcpdump

-- 
Romain Francoise rfranco...@debian.org
http://people.debian.org/~rfrancoise/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Some questions on format 3.0 (quilt) multi-origin

2009-12-24 Thread Marco Nenciarini
Goswin von Brederlow ha scritto:
 Marco Nenciarini mnen...@debian.org writes:  
 I think the right way to include a new component or to update one is to
 bump the package source version. Something like:

 dovecot_1.2.7+plugin1.orig-libsieve.tar.gz

 This avoids to let dpkg-source (and the maintainer also) confused when
 you try to build the source, because it uses a completely new namespace.
 
 But then you have
 
 dovecot_1.2.7.orig.tar.gz 
 dovecot_1.2.7+plugin1.orig.tar.gz 
 
 dovecot_1.2.7.orig-libfoo.tar.gz 
 dovecot_1.2.7+plugin1.orig-libfoo.tar.gz 
 
 dovecot_1.2.7.orig-libbar.tar.gz 
 dovecot_1.2.7+plugin1.orig-libbar.tar.gz 
 ...
 
 all being duplicates. You might have to duplicate 100MB of source for
 a 50k component update.
 

This is surely a drawback, but it happens with every new upstream release.

 Moreover I think that the orig tarball should not be changed without a
 version bump, even if it is composed by multiple files.

 
 Why not split the source into dovecot and libsieve? If they are
 released seperately and dovecot can build against multiple versions of
 libsieve then that indicates they should be seperated (by/with
 upstream) enough to allow building them seperately.
 

The relation is inverted. (Lib)sieve is a plugin of dovecot, and it must
be used only with the very same version on which is built. Managesieve
plugin has the same problem and perhaps the right solution to [2] is to
merge dovecot-antispam too. ATM both managesieve and sieve are included
as patches, but I wish to make them additional tarballs.

Regards,
Marco

[1] http://bugs.debian.org/544588

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4




signature.asc
Description: OpenPGP digital signature


Re: elegant(?) debian topgit workflow?

2009-12-24 Thread Felipe Contreras
On Wed, Dec 16, 2009 at 12:13 PM, Thomas Koch tho...@koch.ro wrote:
 branches
 

 upstream

I would call it 'master'. That's how upstream would call it.

 debian/*, fixes/*, features/* - topgit branches based on upstream
 patches - the hero
 master - contains the debian/ dir and is the branch we build from

Think about other systems, like Ubuntu and Maemo, it would be nice to
have branches both for Maemo and Debian on the same repo:
debian - what you call 'master'
debian-patches - what you call 'patches'
maemo5 - contains the debian/ dir, but for Maemo 5
maemo5-patches - patches for Maemo 5, might be based on top of debian-patches

-- 
Felipe Contreras


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: elegant(?) debian topgit workflow?

2009-12-24 Thread David Greaves
Felipe Contreras wrote:
 On Wed, Dec 16, 2009 at 12:13 PM, Thomas Koch tho...@koch.ro wrote:
 branches
 

 upstream
 
 I would call it 'master'. That's how upstream would call it.
 
 debian/*, fixes/*, features/* - topgit branches based on upstream
 patches - the hero
 master - contains the debian/ dir and is the branch we build from
 
 Think about other systems, like Ubuntu and Maemo, it would be nice to
 have branches both for Maemo and Debian on the same repo:
 debian - what you call 'master'
 debian-patches - what you call 'patches'
 maemo5 - contains the debian/ dir, but for Maemo 5
 maemo5-patches - patches for Maemo 5, might be based on top of debian-patches

I've been touting for feedback on this for a while :)

http://wiki.maemo.org/Mer/Build/UsingGitorious

David

-- 
Don't worry, you'll be fine; I saw it work in a cartoon once...


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Switch on compiler hardening defaults

2009-12-24 Thread Henrique de Moraes Holschuh
On Thu, 24 Dec 2009, Kees Cook wrote:
 That's certainly a viable plan.  This is kind of the approach we took in
 Ubuntu for the PIE feature.  We also considered packages with a less than
 stellar security history.  The list of packages built with PIE in Ubuntu
 is: (see https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/BuiltPIE )
 
  amavisd-new apache2 asterisk bind9 cups cyrus-sasl2 dhcp3 dovecot exim4

amavisd-new is perl, does that need PIE?  Or do you mean the C utilities
(which are not network services but on the other hand are not
performance-sensitive anyway so might as well enable it just in case)?

Anyway, I'd appreciate a bug report against amavisd-new with whatever
information is pertinent about PIE, if you guys want us to add it to the
package.

 I couldn't agree more.  See /usr/share/hardening-includes/hardening.make
 for details, but a package trying to avoid the hardening flags could just
 set DEB_BUILD_HARDENING=0 in debian/rules.

Can we get a standard DEB_BUILD_OPTIONS while that is still possible?

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562484: ITP: multiboot -- The Multiboot specification

2009-12-24 Thread Robert Millan
Package: wnpp
Severity: wishlist
Owner: Robert Millan rmh.debian@aybabtu.com

* Package name: multiboot
  Version : 0.6.96
  Upstream Author : GNU project
* URL : http://alpha.gnu.org/gnu/grub/
* License : GPLv2+
  Programming Lang: Texinfo for the manual
C and i8086 / ia32 assembly for the example kernel
  Description : The Multiboot specification

 This specification, created in 1995, describes a method of loading various
 multiboot kernels using a single compliant boot loader (such as GNU GRUB)
 on i386-based computers.
 .
 It is used by a variety of kernel images, such as the Hurd, Xen, or NetBSD
 kernels.
 .
 An example implementation of a Multiboot kernel is provided.
 .
 For an example implementation of a Multiboot loader, check GRUB Legacy
 (grub-legacy package), or GRUB 2 (grub-pc package, and others).


Note: a previous version of this manual is already in Debian, as part of
GRUB Legacy package.  However since GRUB Legacy is now obsolete, upstream
provides new versions of Multiboot in a separate package.

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Increasing developer productivity through tools

2009-12-24 Thread Sebastian Krause
Florian Weimer f...@deneb.enyo.de wrote:
 Have you got any suggestions for increasing productivity with proper
 IDE support for medium-sized C and C++ code bases?

I've had a pretty good experience with Qt Creator.

http://qt.nokia.com/products/developer-tools
http://packages.debian.org/search?keywords=qtcreator

Even though it's a bit specialized on writing Qt applications, it
should work well with general C/C++ source. For me code browsing
worked pretty reliably, but I don't know how well it handles
#defines etc.

I suggest compiling version 1.3.0 on your own because it has a lot
of improvements over Sid's 1.2.1. But you'll need Qt 4.6.0 from
Experimental to compile it.

Sebastian


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Work-needing packages report for Dec 25, 2009

2009-12-24 Thread wnpp
The following is a listing of packages for which help has been requested
through the WNPP (Work-Needing and Prospective Packages) system in the
last week.

Total number of orphaned packages: 649 (new: 3)
Total number of packages offered up for adoption: 132 (new: 2)
Total number of packages requested help for: 54 (new: 0)

Please refer to http://www.debian.org/devel/wnpp/ for more information.



The following packages have been orphaned:

   and (#562220), orphaned yesterday
 Description: Auto Nice Daemon
 Installations reported by Popcon: 139

   gnuserv (#562130), orphaned yesterday
 Description: Allows you to attach to an already running Emacs
 Installations reported by Popcon: 314

   halevt (#562131), orphaned yesterday
 Description: Generic handler for HAL events
 Installations reported by Popcon: 137

646 older packages have been omitted from this listing, see
http://www.debian.org/devel/wnpp/orphaned for a complete list.



The following packages have been given up for adoption:

   mrtg-ping-probe (#561919), offered 3 days ago
 Description: Ping module for Multi Router Traffic Grapher
 Installations reported by Popcon: 227

   pearpc (#562128), offered 2 days ago
 Description: PowerPC architecture emulator
 Installations reported by Popcon: 129

130 older packages have been omitted from this listing, see
http://www.debian.org/devel/wnpp/rfa_bypackage for a complete list.



For the following packages help is requested:

   apt-cross (#540341), requested 139 days ago
 Description: retrieve, build and install libraries for
   cross-compiling
 Reverse Depends: apt-cross emdebian-buildsupport emdebian-qa
   emdebian-rootfs emdebian-tools libemdebian-tools-perl
 Installations reported by Popcon: 322

   ara (#450876), requested 774 days ago
 Description: utility for searching the Debian package database
 Installations reported by Popcon: 112

   asymptote (#517342), requested 300 days ago
 Description: script-based vector graphics language inspired by
   MetaPost
 Installations reported by Popcon: 1161

   athcool (#278442), requested 1885 days ago
 Description: Enable powersaving mode for Athlon/Duron processors
 Installations reported by Popcon: 166

   boinc (#511243), requested 350 days ago
 Description: BOINC distributed computing
 Reverse Depends: boinc-app-milkyway boinc-app-seti boinc-dbg
 Installations reported by Popcon: 1671

   cvs (#354176), requested 1400 days ago
 Description: Concurrent Versions System
 Reverse Depends: crossvc cvs-autoreleasedeb cvs-buildpackage cvs2cl
   cvs2html cvschangelogbuilder cvsconnect cvsd cvsps cvsservice (10
   more omitted)
 Installations reported by Popcon: 25192

   dctrl-tools (#448284), requested 789 days ago
 Description: Command-line tools to process Debian package
   information
 Reverse Depends: aptfs debian-goodies debtree dlocate
   haskell-devscripts libsbuild-perl linux-patch-debianlogo mlmmj
   simple-cdd ubuntu-dev-tools
 Installations reported by Popcon: 13401

   dietlibc (#544060), requested 118 days ago
 Description: diet libc - a libc optimized for small size
 Reverse Depends: libowfat-dev
 Installations reported by Popcon: 236

   dpkg (#282283), requested 1859 days ago
 Description: dselect: a user tool to manage Debian packages
 Reverse Depends: adacontrol advi advi-examples alien alqalam
   alsa-source am-utils-doc apt-build apt-cross apt-src (448 more
   omitted)
 Installations reported by Popcon: 89438

   elvis (#432298), requested 899 days ago
 Description: powerful clone of the vi/ex text editor (with X11
   support)
 Reverse Depends: elvis elvis-console elvis-tools
 Installations reported by Popcon: 415

   emdebian-tools (#540333), requested 139 days ago
 Description: emdebian crossbuilding tool set
 Reverse Depends: emdebian-buildsupport emdebian-qa emdebian-rootfs
   emdebian-tools
 Installations reported by Popcon: 181

   flightgear (#487388), requested 551 days ago
 Description: Flight Gear Flight Simulator
 Installations reported by Popcon: 663

   fluxbox (#552328), requested 60 days ago
 Description: Highly configurable and low resource X11 Window manager
 Reverse Depends: bbmail
 Installations reported by Popcon: 3108

   gentoo (#422498), requested 963 days ago
 Description: a fully GUI-configurable, two-pane X file manager
 Installations reported by Popcon: 218

   gnat-4.4 (#539562), requested 623 days ago
 Description: help needed to execute test cases
 Reverse Depends: adabrowse adacontrol asis-programs gnat gnat-4.4
   libasis2008 libasis2008-dev 

Re: Switch on compiler hardening defaults

2009-12-24 Thread Kees Cook
Hi Henrique,

On Thu, Dec 24, 2009 at 03:25:32PM -0200, Henrique de Moraes Holschuh wrote:
 On Thu, 24 Dec 2009, Kees Cook wrote:
  That's certainly a viable plan.  This is kind of the approach we took in
  Ubuntu for the PIE feature.  We also considered packages with a less than
  stellar security history.  The list of packages built with PIE in Ubuntu
  is: (see https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/BuiltPIE )
  
   amavisd-new apache2 asterisk bind9 cups cyrus-sasl2 dhcp3 dovecot exim4
 
 amavisd-new is perl, does that need PIE?  Or do you mean the C utilities
 (which are not network services but on the other hand are not
 performance-sensitive anyway so might as well enable it just in case)?

Right, though there are two ELFs in amavisd-new-milter.  PIE is not
the only benefit, it's just the only non-default hardening feature in
Ubuntu, so we had an explicit list of programs that we wanted to be more
complete with.

 Anyway, I'd appreciate a bug report against amavisd-new with whatever
 information is pertinent about PIE, if you guys want us to add it to the
 package.

I already opened it in August when I added the patch for it in Ubuntu.  :)
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542722

  I couldn't agree more.  See /usr/share/hardening-includes/hardening.make
  for details, but a package trying to avoid the hardening flags could just
  set DEB_BUILD_HARDENING=0 in debian/rules.
 
 Can we get a standard DEB_BUILD_OPTIONS while that is still possible?

DEB_BUILD_OPTIONS are external to the build, so I'm a bit unclear on the
benefit.  Usually it's just for doing specialize builds (like noopt,
nostrip) or tweaking build behavior (parallel=N).  I'd be happy to
implement the logic anyway, since it might help with debugging specific
build issues.  I actually did this (though there are no users of it) in
dpkg-buildpackage in Ubuntu:

  Additionally, when used with the hardening-wrapper package,
  the values hardening and nohardening will be converted into
  their respective DEB_BUILD_HARDENING values.  The hardening
  option can also  include (optionally  prefixed with no) the
  following sub-options:  stackprotector format fortify pie
  relro   For example, DEB_BUILD_OPTIONS=hardening=nopie would cause
  DEB_BUILD_HARDENING_PIE=0 to be set, or DEB_BUILD_OPTIONS=nohardening
  would cause DEB_BUILD_HARDENING=0 to be set.

I could easily move this logic into hardening.make too.  Does that sound
good?

-Kees

-- 
Kees Cook@debian.org


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562511: ITP: python-tracer -- Centralized trace management using sys.settrace

2009-12-24 Thread Yaroslav Halchenko
Package: wnpp
Severity: wishlist
Owner: Yaroslav Halchenko deb...@onerussian.com


* Package name: python-tracer
  Version : 0.2.3
  Upstream Author : Rocky Bernstein ro...@gnu.org
* URL : http://code.google.com/p/pytracer/
* License : GPL-3+
  Programming Lang: Python
  Description : Centralized trace management using sys.settrace
tracer module allows several trace hooks to get registered and unregistered and
allow tracing to be turned on and off temporarily without losing the trace
hooks. You can also indicate filters on events for which trace hooks
should fire and mark methods that should automatically be ignored.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted dvipng 1.12-3 (source amd64)

2009-12-24 Thread Varun Hiremath
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Dec 2009 03:18:25 -0500
Source: dvipng
Binary: dvipng
Architecture: source amd64
Version: 1.12-3
Distribution: unstable
Urgency: low
Maintainer: Varun Hiremath va...@debian.org
Changed-By: Varun Hiremath va...@debian.org
Description: 
 dvipng - convert DVI files to PNG graphics
Closes: 561925
Changes: 
 dvipng (1.12-3) unstable; urgency=low
 .
   * Rebuild to link against new libkpathsea (Closes: #561925)
Checksums-Sha1: 
 2966a213c80351cb4c1d1a0e737fb699015703d2 1156 dvipng_1.12-3.dsc
 16b9b7f0782449066ece23b6727daa04e7979316 4157 dvipng_1.12-3.diff.gz
 f3d0ce0a71aff57a38a613af0298be40e8acfe1b 89414 dvipng_1.12-3_amd64.deb
Checksums-Sha256: 
 07fc2530805b588989bc7a34de08c8595f0fee4ebe4e26b05639d73003f93512 1156 
dvipng_1.12-3.dsc
 da9d9a713605ad6473ffbde8413289c91c3fb22f25eb0c13b08f35aafdf28874 4157 
dvipng_1.12-3.diff.gz
 1114a02bf3a000bc955c482f99c106664ead9c8f246e77e271b108c7239d484b 89414 
dvipng_1.12-3_amd64.deb
Files: 
 b526f9b1c2594b543be6cfebc866d94b 1156 utils optional dvipng_1.12-3.dsc
 aba00b88fcc4f315d8fedcb8bb5ae65b 4157 utils optional dvipng_1.12-3.diff.gz
 ed75b9070c6b35f78792470e110c0731 89414 utils optional dvipng_1.12-3_amd64.deb

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

iD8DBQFLMyS2PEFSUMxFMZcRAo9dAKCRJbWopwVEPcGSJHbvUQDuU0yMcACfQL09
Vt2Cq2sgKsb4T6z0U25ehT0=
=zgco
-END PGP SIGNATURE-


Accepted:
dvipng_1.12-3.diff.gz
  to main/d/dvipng/dvipng_1.12-3.diff.gz
dvipng_1.12-3.dsc
  to main/d/dvipng/dvipng_1.12-3.dsc
dvipng_1.12-3_amd64.deb
  to main/d/dvipng/dvipng_1.12-3_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted hardening-wrapper 1.19 (source all amd64)

2009-12-24 Thread Kees Cook
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Dec 2009 00:02:02 -0800
Source: hardening-wrapper
Binary: hardening-wrapper hardening-includes
Architecture: source all amd64
Version: 1.19
Distribution: unstable
Urgency: low
Maintainer: Package Hardening hardening-disc...@lists.alioth.debian.org
Changed-By: Kees Cook k...@debian.org
Description: 
 hardening-includes - Makefile for enabling compiler flags for security 
hardening
 hardening-wrapper - experimental compiler wrapper to enable security hardening 
flags
Changes: 
 hardening-wrapper (1.19) unstable; urgency=low
 .
   * debian/rules: fix up arch/arch-indep rules to avoid rebuilding
 arch-indep bits repeatedly.
   * hardening-check, debian/{rules,hardening-includes.manpages},
 tests/Makefile.common: add helper utility to allow users of
 hardening-includes to evaluate the state of a given binary's
 resulting hardening features.
   * debian/rules: add gcc-4.5 to the diversion list.
Checksums-Sha1: 
 2aa54c552ba670f174e9d533d6ba9a6cdeb8f438 1074 hardening-wrapper_1.19.dsc
 a49f91544e6d6601a014b8590fb7fbbd91b3170c 13222 hardening-wrapper_1.19.tar.gz
 35e8ce83754e383d8326f92a62276fa6f5717013 11082 hardening-includes_1.19_all.deb
 864c1d895de0d2aa31cee1e760e110fe2332d804 11000 hardening-wrapper_1.19_amd64.deb
Checksums-Sha256: 
 cff08977374f80acb48fb5d09b94897a347c43437b7727d9f9afa4181686c34f 1074 
hardening-wrapper_1.19.dsc
 bb8eb41835ab5f639a1f70b23462deeb77c256def6a2505118015ea6a388975d 13222 
hardening-wrapper_1.19.tar.gz
 b84ad96730c098f1e6cb5db582246fadbc8d89da2b87e5158a89d7ee7f820b86 11082 
hardening-includes_1.19_all.deb
 a417438db06ef52437a40020581526906b74b2d08781438908a9e240498bdbd5 11000 
hardening-wrapper_1.19_amd64.deb
Files: 
 7ec62da3d14da6aa544d19349c1c818a 1074 devel extra hardening-wrapper_1.19.dsc
 07d4d3a7e7f790536db0b3a970b61173 13222 devel extra 
hardening-wrapper_1.19.tar.gz
 3c978bb98846b0d6fb8a3944def1db9f 11082 devel extra 
hardening-includes_1.19_all.deb
 1e0f5c54ac881bc7411bc4c77b32c5b3 11000 devel extra 
hardening-wrapper_1.19_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Kees Cook k...@outflux.net

iEYEARECAAYFAkszIFMACgkQH/9LqRcGPm0UbgCfeCtqnliQM8Sbkgk72Stb/u6p
4+oAmwef/XLH1J4D+9Wh4EhP1QUs+OIq
=ElQ3
-END PGP SIGNATURE-


Accepted:
hardening-includes_1.19_all.deb
  to main/h/hardening-wrapper/hardening-includes_1.19_all.deb
hardening-wrapper_1.19.dsc
  to main/h/hardening-wrapper/hardening-wrapper_1.19.dsc
hardening-wrapper_1.19.tar.gz
  to main/h/hardening-wrapper/hardening-wrapper_1.19.tar.gz
hardening-wrapper_1.19_amd64.deb
  to main/h/hardening-wrapper/hardening-wrapper_1.19_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted lucene2 2.9.1+ds1-3~pre1 (source all)

2009-12-24 Thread Jan-Pascal van Best
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Dec 2009 09:53:01 +0100
Source: lucene2
Binary: liblucene2-java liblucene2-java-doc
Architecture: source all
Version: 2.9.1+ds1-3~pre1
Distribution: experimental
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Jan-Pascal van Best janpas...@vanbest.org
Description: 
 liblucene2-java - Full-text search engine library for Java(TM)
 liblucene2-java-doc - Documentation for Lucene
Closes: 558355
Changes: 
 lucene2 (2.9.1+ds1-3~pre1) experimental; urgency=low
 .
   * Mention in this changelog that CVE-2007-2383 has been fixed
 (Closes: #558355; Fix CVE-2007-2383)
   * First try at providing OSGi metadata in the Manifest for the
 core and analysis packages (needed for building Eclipse)
Checksums-Sha1: 
 dccbaefcf1598105ca4df378d39b248f19d16a4c 1872 lucene2_2.9.1+ds1-3~pre1.dsc
 d6b6a3e8b6b909cf3774d401814f57bca4cdbf83 16018 lucene2_2.9.1+ds1-3~pre1.diff.gz
 dec7b28f0fe7c1cd320157da5d6447b082fcc631 5842174 
liblucene2-java_2.9.1+ds1-3~pre1_all.deb
 43d29baf46c952e8691cc9a6573a418014857c64 7295774 
liblucene2-java-doc_2.9.1+ds1-3~pre1_all.deb
Checksums-Sha256: 
 942358f940e72c7d38c63c00b5e09c1b54570aec1191ad38f77dc0b8ce2f0326 1872 
lucene2_2.9.1+ds1-3~pre1.dsc
 1eba4a81dd0584f27f4020ee823d291b779861ffcc6a4d5ffa927b42bee1263f 16018 
lucene2_2.9.1+ds1-3~pre1.diff.gz
 34a423c15c5d57a5f2ea365f51657d1de5a8ee0df6725f8de9299fb4caca18c7 5842174 
liblucene2-java_2.9.1+ds1-3~pre1_all.deb
 5b1a3b9068a29c85d48fbfd30011596b72ed016b47bbaaa42dbdf533da446eec 7295774 
liblucene2-java-doc_2.9.1+ds1-3~pre1_all.deb
Files: 
 0c01e93d8ca6f0babc18cc8439f67810 1872 java optional 
lucene2_2.9.1+ds1-3~pre1.dsc
 4f8240aba34489384df529856aa1847b 16018 java optional 
lucene2_2.9.1+ds1-3~pre1.diff.gz
 3cd0e8e7088602b7029c9ee8d21772cd 5842174 java optional 
liblucene2-java_2.9.1+ds1-3~pre1_all.deb
 438ad53e42b3136a68dd12f912ea4eed 7295774 doc optional 
liblucene2-java-doc_2.9.1+ds1-3~pre1_all.deb

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

iEYEARECAAYFAkszML0ACgkQOkyycBqJzCNK+QCeNQOkscxwckLOhsN76PSO+i8e
dbIAoKPXufAYBjle5eQFmU4JNnN/qkTs
=w6yx
-END PGP SIGNATURE-


Accepted:
liblucene2-java-doc_2.9.1+ds1-3~pre1_all.deb
  to main/l/lucene2/liblucene2-java-doc_2.9.1+ds1-3~pre1_all.deb
liblucene2-java_2.9.1+ds1-3~pre1_all.deb
  to main/l/lucene2/liblucene2-java_2.9.1+ds1-3~pre1_all.deb
lucene2_2.9.1+ds1-3~pre1.diff.gz
  to main/l/lucene2/lucene2_2.9.1+ds1-3~pre1.diff.gz
lucene2_2.9.1+ds1-3~pre1.dsc
  to main/l/lucene2/lucene2_2.9.1+ds1-3~pre1.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted mumble-django 1.0-1 (source all)

2009-12-24 Thread Michael Ziegler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Dec 2009 09:32:40 +0100
Source: mumble-django
Binary: python-django-mumble mumble-django
Architecture: source all
Version: 1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian VoIP Team pkg-voip-maintain...@lists.alioth.debian.org
Changed-By: Michael Ziegler diese-a...@funzt-halt.net
Description: 
 mumble-django - A Mumble-Server web interface
 python-django-mumble - A Mumble-Server config application for Django
Changes: 
 mumble-django (1.0-1) unstable; urgency=medium
 .
   [ Michael Ziegler ]
   * New upstream release v1.0.
   * Bump dependency for mumble-server to 1.2.0.
   * Remove hunk that changes the SLICE_VERSION variable in settings.py.
   * Remove chmod for ja/LC_MESSAGES/django.po (fixed upstream).
   * Patch DEFAULT_CONNSTR variable in settings.py to point to Ice.
   * Add patch to fix the bug that prevents the channel viewer from loading when
 a player without a valid email address joins the server (see upstream
 changeset 09afc1bf3580).
Checksums-Sha1: 
 5a0221c14fa7e6044a8269e4652402f73adba5e9 1432 mumble-django_1.0-1.dsc
 f2c52fddd824a2834048f61b95f00165bf77a11d 782162 mumble-django_1.0.orig.tar.bz2
 e3326451e873b7d498d3969adee8ea3661d49bff 11440 
mumble-django_1.0-1.debian.tar.gz
 30868c68fa896916603384239ca1e97e089a27d3 60008 
python-django-mumble_1.0-1_all.deb
 a33fd93b196b05e2ff18fee212900d9642095695 908662 mumble-django_1.0-1_all.deb
Checksums-Sha256: 
 43654c6862d70ea8e0a8de906dda58b92d4e081c76d13b8c8a93e161e64bd1d4 1432 
mumble-django_1.0-1.dsc
 399aa766d97a7dadce44eb882458050ec237ce45f29a2a2f6ee230d7209ebc26 782162 
mumble-django_1.0.orig.tar.bz2
 6c20fe88ab4ce11196fb50e32ff537f962d34363220741ebfc20a146b2dc3b8e 11440 
mumble-django_1.0-1.debian.tar.gz
 1a6bff03d8307779cefca39268be581531c2da1fd050b1cefa6efce76d4a91b7 60008 
python-django-mumble_1.0-1_all.deb
 bedd4bb59b002b3b402a323c944f5e75d5cc7c448cf1b56db841fc1da9e8bd89 908662 
mumble-django_1.0-1_all.deb
Files: 
 9ae9df7f475b1e36c0fec2885ed3084d 1432 python optional mumble-django_1.0-1.dsc
 3e76a77510ab768fe2419c5b7d759020 782162 python optional 
mumble-django_1.0.orig.tar.bz2
 283ec95a3b995886931b01f06f2e2aaa 11440 python optional 
mumble-django_1.0-1.debian.tar.gz
 1f2fc4714e426dd2014ddadbac4676bc 60008 python optional 
python-django-mumble_1.0-1_all.deb
 60349a461f1f863724c49ee01227b833 908662 python optional 
mumble-django_1.0-1_all.deb

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

iEYEARECAAYFAkszKTEACgkQ2XA5inpabMeT6ACfTdGAic9xgj/HoddG0+DW6gmg
wZMAoK0IhnwTq+5KcuffRUNT6HeRn4YD
=pQfS
-END PGP SIGNATURE-


Accepted:
mumble-django_1.0-1.debian.tar.gz
  to main/m/mumble-django/mumble-django_1.0-1.debian.tar.gz
mumble-django_1.0-1.dsc
  to main/m/mumble-django/mumble-django_1.0-1.dsc
mumble-django_1.0-1_all.deb
  to main/m/mumble-django/mumble-django_1.0-1_all.deb
mumble-django_1.0.orig.tar.bz2
  to main/m/mumble-django/mumble-django_1.0.orig.tar.bz2
python-django-mumble_1.0-1_all.deb
  to main/m/mumble-django/python-django-mumble_1.0-1_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted munin 1.4.2-2 (source all)

2009-12-24 Thread Tom Feiner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Dec 2009 08:50:58 +0200
Source: munin
Binary: munin-node munin-plugins-extra munin-java-plugins munin munin-common
Architecture: source all
Version: 1.4.2-2
Distribution: unstable
Urgency: low
Maintainer: Munin Debian Maintainers munin-deb-ma...@linpro.no
Changed-By: Tom Feiner feiner@gmail.com
Description: 
 munin  - network-wide graphing framework (grapher/gatherer)
 munin-common - network-wide graphing framework (common)
 munin-java-plugins - network-wide graphing framework (java plugins for node)
 munin-node - network-wide graphing framework (node)
 munin-plugins-extra - network-wide graphing framework (user contributed 
plugins for nod
Closes: 561682 561984 562097
Changes: 
 munin (1.4.2-2) unstable; urgency=low
 .
   * Fix lintian warnings regarding DejaVuSans.ttf.
   * /etc/munin/apache.conf uses IfModule mod_expires,
 should use IfModule mod_expires.c. (Closes: #561984)
   * Add vserver plugins autoconf/suggest support. (Closes: #561682)
   * Fix group for exim_mailqueue plugin. Closes: #562097).
Checksums-Sha1: 
 7a335e08d8f5ec38db26602e0cd9412813aa45c8 1498 munin_1.4.2-2.dsc
 602ee0b92c988a6ad755179541db244c0a5dba3e 34239 munin_1.4.2-2.diff.gz
 ad05d350f31229e336e70f2b61c7cf62cc6e9c97 83532 munin-common_1.4.2-2_all.deb
 744507b6c6c4e9d6da56d0f965720bd4d23cb2e7 204068 munin_1.4.2-2_all.deb
 c58720e44dac463401b3cda7da2e8324bc9e819b 360328 munin-node_1.4.2-2_all.deb
 313756e2f43dee112de9a9a5fa306a311edabb5d 92 
munin-plugins-extra_1.4.2-2_all.deb
 7e261159143ca255ebca88cce2187f7b9dc01985 119986 
munin-java-plugins_1.4.2-2_all.deb
Checksums-Sha256: 
 47ee6c119e5a18cc0863845365363e251ddfd00b262d21e252b8c1972b66806f 1498 
munin_1.4.2-2.dsc
 b2aa5fa77d2553bab054382296bfb47653466a9852f41ad2a295c0faa0329092 34239 
munin_1.4.2-2.diff.gz
 4306a5afb60625229e357bf12fd2599ffa0cfa2a391c4d5ca397b8bf10023a8c 83532 
munin-common_1.4.2-2_all.deb
 e1b98a07b80ba59a3af00d4c1751c9ff3995b866cd149303e644a233d57fd7c9 204068 
munin_1.4.2-2_all.deb
 deaafd01fd397739ed89cb221cdad627ee0c8e522d88ab17da0c1b48fca55a89 360328 
munin-node_1.4.2-2_all.deb
 0c6e80bfcc2cf7685c0f5a619f26c558f5f4ab5142a46d63b8a92ab3dd9e5f49 92 
munin-plugins-extra_1.4.2-2_all.deb
 dfeb839a27c229e1ebe0d12aefa99c89712d9ae5f82281751ca563796ca52170 119986 
munin-java-plugins_1.4.2-2_all.deb
Files: 
 3101769bb7158fdca9285e77a0e0a58b 1498 net optional munin_1.4.2-2.dsc
 36773e64fba55258795694043ebf602a 34239 net optional munin_1.4.2-2.diff.gz
 2ff18d5cee029ebc3b29c01e47c9fe55 83532 net optional 
munin-common_1.4.2-2_all.deb
 0758e2fea1494dcf95f70af3a3d600f0 204068 net optional munin_1.4.2-2_all.deb
 fd2d576ac3b8265018da1d27290b1f2d 360328 net optional munin-node_1.4.2-2_all.deb
 02460572eddecf5d1357ce3b33c281b6 92 net optional 
munin-plugins-extra_1.4.2-2_all.deb
 48adcd223710f9cfee8887547a478dcd 119986 net optional 
munin-java-plugins_1.4.2-2_all.deb

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

iD8DBQFLMysVUHLQNqxYNSARAvkcAKCgDsNco7sBmp+QcCKTGnqdVuV6eQCgugnp
Zk6cfm6pDu3RK0M+4tY5Z8A=
=yiQ/
-END PGP SIGNATURE-


Accepted:
munin-common_1.4.2-2_all.deb
  to main/m/munin/munin-common_1.4.2-2_all.deb
munin-java-plugins_1.4.2-2_all.deb
  to main/m/munin/munin-java-plugins_1.4.2-2_all.deb
munin-node_1.4.2-2_all.deb
  to main/m/munin/munin-node_1.4.2-2_all.deb
munin-plugins-extra_1.4.2-2_all.deb
  to main/m/munin/munin-plugins-extra_1.4.2-2_all.deb
munin_1.4.2-2.diff.gz
  to main/m/munin/munin_1.4.2-2.diff.gz
munin_1.4.2-2.dsc
  to main/m/munin/munin_1.4.2-2.dsc
munin_1.4.2-2_all.deb
  to main/m/munin/munin_1.4.2-2_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted dosfstools 3.0.7-1 (source i386)

2009-12-24 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Dec 2009 10:57:15 +0100
Source: dosfstools
Binary: dosfstools dosfstools-dbg
Architecture: source i386
Version: 3.0.7-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@lists.debian-maintainers.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 dosfstools - utilities for making and checking MS-DOS FAT filesystems
 dosfstools-dbg - utilities for making and checking MS-DOS FAT filesystems 
(debug)
Closes: 559985
Changes: 
 dosfstools (3.0.7-1) unstable; urgency=low
 .
   * Correcting wrong vcs-browser field.
   * Adding explicit debian source version 1.0 until switch to 3.0.
   * Merging upstream version 3.0.7:
 - Fixes dosfslabel to set volume label in the right place (Closes: 
#559985).
Checksums-Sha1: 
 5f9cf08d1e6798db81f6fcfee2aed79f49136512 1250 dosfstools_3.0.7-1.dsc
 8eb0b2d73a5ff2430e38452589357287d6aa0605 78076 dosfstools_3.0.7.orig.tar.gz
 c1a9813e16e0ac8f4efb1a2acdbe340fe18781cb 7850 dosfstools_3.0.7-1.diff.gz
 86316d1cef6f737b7141b29b4f3bd1f57e35bbcb 87934 dosfstools_3.0.7-1_i386.deb
 7fb03bbffda12541f356eef10fdb277e22a7af66 81814 dosfstools-dbg_3.0.7-1_i386.deb
Checksums-Sha256: 
 1e84dd21dfd99941eb8ce9dd597aac3b2be74a68aa13fd07879edc64a11c8364 1250 
dosfstools_3.0.7-1.dsc
 c3cadaf4015ce3957a9463fc970f40d9cbfd0980ed4d5d53c140565660393988 78076 
dosfstools_3.0.7.orig.tar.gz
 6833165fd4fdf9cedb5eeeb5ea3de59d897000f7c0b66c1b567a511229c9fc1c 7850 
dosfstools_3.0.7-1.diff.gz
 c08b63d34621eee00946dccc3de98cdcdc66c20c37375716473f000bff3a0b78 87934 
dosfstools_3.0.7-1_i386.deb
 20b319f11d33d4a6662252fef7d4b5547bd1ed47c8c648ad67155a83daff2cc6 81814 
dosfstools-dbg_3.0.7-1_i386.deb
Files: 
 11781cdebc59faaf301855cb3cc4a121 1250 otherosfs optional dosfstools_3.0.7-1.dsc
 5d4d97c79e8dae60bb08c2fba36c94d6 78076 otherosfs optional 
dosfstools_3.0.7.orig.tar.gz
 2515b63a048ab3a2bfce2e71584c697a 7850 otherosfs optional 
dosfstools_3.0.7-1.diff.gz
 40a2bbb663cd2276321e924e15cb6f81 87934 otherosfs optional 
dosfstools_3.0.7-1_i386.deb
 aab9b6fbe539a8c3863dd7c48be0dbd4 81814 debug extra 
dosfstools-dbg_3.0.7-1_i386.deb

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

iEYEARECAAYFAkszOywACgkQ+C5cwEsrK56tgQCgikcoifOf+2ToRSFpVhrX+Wpz
a+oAn23og36xZe+7oDo2ze7gzUI/qHpY
=iQxv
-END PGP SIGNATURE-


Accepted:
dosfstools-dbg_3.0.7-1_i386.deb
  to main/d/dosfstools/dosfstools-dbg_3.0.7-1_i386.deb
dosfstools_3.0.7-1.diff.gz
  to main/d/dosfstools/dosfstools_3.0.7-1.diff.gz
dosfstools_3.0.7-1.dsc
  to main/d/dosfstools/dosfstools_3.0.7-1.dsc
dosfstools_3.0.7-1_i386.deb
  to main/d/dosfstools/dosfstools_3.0.7-1_i386.deb
dosfstools_3.0.7.orig.tar.gz
  to main/d/dosfstools/dosfstools_3.0.7.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted otrs2 2.4.5-3 (source all)

2009-12-24 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Dec 2009 12:01:19 +0100
Source: otrs2
Binary: otrs2
Architecture: source all
Version: 2.4.5-3
Distribution: unstable
Urgency: high
Maintainer: Patrick Matthäi pmatth...@debian.org
Changed-By: Patrick Matthäi pmatth...@debian.org
Description: 
 otrs2  - Open Ticket Request System
Closes: 561889
Changes: 
 otrs2 (2.4.5-3) unstable; urgency=high
 .
   * Move libapache2-mod-perl2 to depends.
 Closes: #561889
   * Do not use the embedded fckeditor.
Checksums-Sha1: 
 a2d150ac03fdfcc8b0088f103738d7ac06a2840b 1039 otrs2_2.4.5-3.dsc
 f52eb8a8994ab2a6f49f19706aa54b911e378172 24412 otrs2_2.4.5-3.debian.tar.gz
 1c022bd029c3bf9c85cbec6acb0fa434654031b8 5411772 otrs2_2.4.5-3_all.deb
Checksums-Sha256: 
 866380032b435afc0b10c58422c9c98e836c59d987524860c850f1de5641e719 1039 
otrs2_2.4.5-3.dsc
 71c3d16ef4d81a780af7a12972273517d952d479cc841442a37e50e139a665fe 24412 
otrs2_2.4.5-3.debian.tar.gz
 8c2e375af80f133ae13fe87bc54220ad3035e8d3c67868d6d960070f1ada9339 5411772 
otrs2_2.4.5-3_all.deb
Files: 
 9e14c0c197668d79c306f151c2e522cc 1039 web optional otrs2_2.4.5-3.dsc
 703346d8fe0fdaf96cbcd8e428241180 24412 web optional otrs2_2.4.5-3.debian.tar.gz
 be18fe45fa3115f89f1be554a1fc9bd7 5411772 web optional otrs2_2.4.5-3_all.deb

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

iEYEARECAAYFAkszSwcACgkQ2XA5inpabMe6FgCeNOxETQ/v2pe89SGkTAlZRdAS
TQMAoKaDi0HeRj6NR+pyN7CGsKJpIf8I
=BOxz
-END PGP SIGNATURE-


Accepted:
otrs2_2.4.5-3.debian.tar.gz
  to main/o/otrs2/otrs2_2.4.5-3.debian.tar.gz
otrs2_2.4.5-3.dsc
  to main/o/otrs2/otrs2_2.4.5-3.dsc
otrs2_2.4.5-3_all.deb
  to main/o/otrs2/otrs2_2.4.5-3_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted scilab 5.2.0-1 (source all i386)

2009-12-24 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 22 Dec 2009 13:47:23 +0100
Source: scilab
Binary: scilab scilab-data scilab-include scilab-bin scilab-bin-dbg 
libscilab-java scilab-doc scilab-doc-fr scilab-test
Architecture: source all i386
Version: 5.2.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description: 
 libscilab-java - Scientific software package for numerical computations (Java 
API)
 scilab - Scientific software package for numerical computations
 scilab-bin - Scientific software package for numerical computations (binary fi
 scilab-bin-dbg - Scientific software package for numerical computations 
(debugging
 scilab-data - Scientific software package for numerical computations (data file
 scilab-doc - Scientific software package for numerical computations (documenta
 scilab-doc-fr - Scientific software package for numerical computations (french 
do
 scilab-include - Scientific software package for numerical computations 
(include f
 scilab-test - Scientific software package for numerical computations (test file
Changes: 
 scilab (5.2.0-1) experimental; urgency=low
 .
   * New upstream release (dependencies added: jlatexmath, jhdf, hdf5,
 libjgraphx)
   * alphabuild.diff, exitincode.diff, fpu_control.diff, jvm-powerpc.diff
 javaruntimedetection.diff, malloc.diff, z_java_debug.diff,
 z_mipsel_arm_mgmt.diff, autoconf-libs-filed-updated.diff,
 ocaml-not-available.diff, typo.diff removed (applied upstream)
   * PVM_ROOT set is no longer required
Checksums-Sha1: 
 b839bed23a711fea8dcee6be5e2f83ba52efe782 1995 scilab_5.2.0-1.dsc
 ba919f9af86ac97b22e8be915302e1de104fbc01 54656677 scilab_5.2.0.orig.tar.gz
 b830a496e1901dc8a05788a4e45e6bfce983f666 31277 scilab_5.2.0-1.diff.gz
 ba7b96c7f9d41f67a94bf37f496d550fab19dcdd 217248 scilab_5.2.0-1_all.deb
 569d338f1700056f8173bd84f27e402ee75c4f28 11644740 scilab-data_5.2.0-1_all.deb
 003d51457db4d254faa2c1b824419c8281e7a673 88128 scilab-include_5.2.0-1_all.deb
 777f023b83a1c6696db27c0def41dc0546387374 39516 libscilab-java_5.2.0-1_all.deb
 33f9acfb10fc78730292ad2e540593a39c65a051 9881556 scilab-doc_5.2.0-1_all.deb
 a4dc25d32c984334c1e9d2a028f4bb71642b143a 7879424 scilab-doc-fr_5.2.0-1_all.deb
 10653db8d069350840cf6b7c39eeb5d6ebc162b3 32142122 scilab-test_5.2.0-1_all.deb
 afc62784fdb0d7e72dc946eaf76e7cd82b53652c 3851128 scilab-bin_5.2.0-1_i386.deb
 52c3569b51b35e72c7c249fd4d2e85fd0c278e06 7782546 
scilab-bin-dbg_5.2.0-1_i386.deb
Checksums-Sha256: 
 b7b24c4b4a651c6bda5dff94140f9d3b3751062890b03a4c11c5e7b3f5cb4f93 1995 
scilab_5.2.0-1.dsc
 3412d4343cd3ca6ba0b03b28fec66a00f643d4d73f13dc28c0f6596ccb9f386a 54656677 
scilab_5.2.0.orig.tar.gz
 685aeff350d3b62fbdf691360278489682c2fd54c42ffe3e0cbafb8fbd86123f 31277 
scilab_5.2.0-1.diff.gz
 c8c122b12ce7f94d2b4287a3e4ff3f7a0d0c62fba475a53df127ef8f2eb4f24e 217248 
scilab_5.2.0-1_all.deb
 3b04fb62395420c7271af6de4a5a00117ce4cfd86e94ec87b464f967ef479812 11644740 
scilab-data_5.2.0-1_all.deb
 921ac9b36d7ff5a5f0c41f87c4b66fd2404956777ca1e45ac85d721c8faf1d1d 88128 
scilab-include_5.2.0-1_all.deb
 ed420bd95e18a488ce40da356d638d976bd0c20ebd3be03edafa5e5b88cbd2fe 39516 
libscilab-java_5.2.0-1_all.deb
 f33ab8a3ce7b18691b7b0277436c7f69e098a9fa3f09bc7dec070b3c121d2367 9881556 
scilab-doc_5.2.0-1_all.deb
 ab1bb94ce0444527979b58b431140bede9e00810a849fe196b0f0f300929ca8f 7879424 
scilab-doc-fr_5.2.0-1_all.deb
 9878a69fba2908f9138e57d90f03d2ff3bf266c8e85d28e34af4e6c9571cc74e 32142122 
scilab-test_5.2.0-1_all.deb
 d266ba3084f0b150115b70602a31ee790cac8718625c72a5045fcc9c819b3ff2 3851128 
scilab-bin_5.2.0-1_i386.deb
 ee1c08de7691d056870d9c57c33fa9b151647e9d9c6c9f16344b30a633d1a73b 7782546 
scilab-bin-dbg_5.2.0-1_i386.deb
Files: 
 38852a2b4f0d6c95ad66b9e77ec6d1c7 1995 math optional scilab_5.2.0-1.dsc
 d751abfd5f1a2f7a69bffa4d421dd666 54656677 math optional 
scilab_5.2.0.orig.tar.gz
 f60702a3043d9f949542bd9e4c9e11ad 31277 math optional scilab_5.2.0-1.diff.gz
 8ab12e30eea6f4505c65f419d7f55052 217248 math optional scilab_5.2.0-1_all.deb
 d27f714b8b76f40ac99a6073744f45df 11644740 math optional 
scilab-data_5.2.0-1_all.deb
 d7116c9a64b3468e8c71c43609325f85 88128 math optional 
scilab-include_5.2.0-1_all.deb
 f019c4ad90301679bcb13f8127e1e374 39516 java optional 
libscilab-java_5.2.0-1_all.deb
 ae31f10bcb74ed2a164c0661cb46fd44 9881556 doc optional 
scilab-doc_5.2.0-1_all.deb
 afed19cfa261a20919d41525bbf99e66 7879424 doc optional 
scilab-doc-fr_5.2.0-1_all.deb
 b0902ed46533741f116a697b59b97d2b 32142122 math optional 
scilab-test_5.2.0-1_all.deb
 ad0db4d7d9c07f1228b6f6bea1638990 3851128 math optional 
scilab-bin_5.2.0-1_i386.deb
 ee614516298eb76774175debf5e54464 7782546 debug extra 
scilab-bin-dbg_5.2.0-1_i386.deb

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

iEYEARECAAYFAkszTG4ACgkQiOXXM92JlhBCKACgnLPxLROuAM7oXseVZ5VZ0ViH
TLkAn1QXlbIAjnekdboKGbLfCOdE5aRH
=fXVI

Accepted trac 0.11.6-2 (source all)

2009-12-24 Thread W. Martin Borgert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Dec 2009 08:43:08 +
Source: trac
Binary: trac
Architecture: source all
Version: 0.11.6-2
Distribution: unstable
Urgency: low
Maintainer: Python Applications Packaging Team 
python-apps-t...@lists.alioth.debian.org
Changed-By: W. Martin Borgert deba...@debian.org
Description: 
 trac   - Enhanced wiki and issue tracking system for software development
Closes: 561406 562145
Changes: 
 trac (0.11.6-2) unstable; urgency=low
 .
   * Create jQuery symlink at install time, as the file might not
 exist at that moment. (Closes: #562145). Thanks, Clint Adams.
   * Fix a typo in tracd HTTP header, thanks to Sebastien Couret
 for fixing. (Closes: #561406).
Checksums-Sha1: 
 85eeb6c897935912eeba05d36c0fa8a670f52045 1463 trac_0.11.6-2.dsc
 f55fa70fd1f8245081e7992e0f05211e63a18faf 34910 trac_0.11.6-2.diff.gz
 83c29760466c63f336a81ceaae82aef6eb0a7ee7 613130 trac_0.11.6-2_all.deb
Checksums-Sha256: 
 4e86e2a97ad72c636a83f5edaa0dc14b9d8e8025520e685afd0e17e428c8684b 1463 
trac_0.11.6-2.dsc
 7831499374ce2e5d6c75107bab16121df122c6cbcd0c55dbd467abcfc2976346 34910 
trac_0.11.6-2.diff.gz
 b4ff3ae6da2b85e9932d952fcef6ba8e7732be6a30734cd0cef3f3ff214501af 613130 
trac_0.11.6-2_all.deb
Files: 
 020a75e09e0c3dce641b93ba66e2f187 1463 web optional trac_0.11.6-2.dsc
 ac98a53da49992b2423d894239262cee 34910 web optional trac_0.11.6-2.diff.gz
 ca41bb3e03d23feafdb8b295d3f3081e 613130 web optional trac_0.11.6-2_all.deb

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

iEYEARECAAYFAkszU0AACgkQ+xM0OFfj6Igx7ACbBcLpEKpiR9DyPHkM1a4UWGZe
F/oAoIp2VmllXVtB8gr7CN3CC71idEuI
=wG7k
-END PGP SIGNATURE-


Accepted:
trac_0.11.6-2.diff.gz
  to main/t/trac/trac_0.11.6-2.diff.gz
trac_0.11.6-2.dsc
  to main/t/trac/trac_0.11.6-2.dsc
trac_0.11.6-2_all.deb
  to main/t/trac/trac_0.11.6-2_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted tcpdump 4.0.0-6 (source amd64)

2009-12-24 Thread Romain Francoise
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Dec 2009 11:51:12 +0100
Source: tcpdump
Binary: tcpdump
Architecture: source amd64
Version: 4.0.0-6
Distribution: unstable
Urgency: low
Maintainer: Romain Francoise rfranco...@debian.org
Changed-By: Romain Francoise rfranco...@debian.org
Description: 
 tcpdump- A powerful tool for network monitoring and data acquisition
Changes: 
 tcpdump (4.0.0-6) unstable; urgency=low
 .
   * debian/control: Build-depend on hardening-includes.
   * debian/rules: Use hardening.make.
Checksums-Sha1: 
 6aafa7f1d915de171f6ff4245870ef6e8c726984 1214 tcpdump_4.0.0-6.dsc
 181600f1d2fde54c2dc186b2194709a6a5cd256d 12165 tcpdump_4.0.0-6.debian.tar.gz
 7e44ee411d0a90c7aa6c403ec6cf745277d55806 385100 tcpdump_4.0.0-6_amd64.deb
Checksums-Sha256: 
 62bb4af6a15d4bb57378d244cfff9106bd8075b881ab7eaf0f80317d0a7ee8c5 1214 
tcpdump_4.0.0-6.dsc
 663a5f4319580fcc133d570859ae4a3815affeb2db819cf72a2180f6c64fc812 12165 
tcpdump_4.0.0-6.debian.tar.gz
 ee19389d5067367c08a29f19d2af309b4b1b8969f94c8d3fa65deffa7cb83ea7 385100 
tcpdump_4.0.0-6_amd64.deb
Files: 
 172f036d4fd3ecae927eb2eff9cb23b8 1214 net optional tcpdump_4.0.0-6.dsc
 022984ab69e7f41cbc6b686e92eb9e21 12165 net optional 
tcpdump_4.0.0-6.debian.tar.gz
 05614ca044f55832daf5da374e71c301 385100 net optional tcpdump_4.0.0-6_amd64.deb

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

iD8DBQFLM1kvogN2vsA8Vt8RAonSAJsHtvPehDik7r8mAFndkspr7UVseACgzCtw
0WBcrgM82foMRT021jI1Pgo=
=t7FJ
-END PGP SIGNATURE-


Accepted:
tcpdump_4.0.0-6.debian.tar.gz
  to main/t/tcpdump/tcpdump_4.0.0-6.debian.tar.gz
tcpdump_4.0.0-6.dsc
  to main/t/tcpdump/tcpdump_4.0.0-6.dsc
tcpdump_4.0.0-6_amd64.deb
  to main/t/tcpdump/tcpdump_4.0.0-6_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted ttf-kiloji 1:2.1.0-12 (source all)

2009-12-24 Thread Debian-JP
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Dec 2009 21:30:58 +0900
Source: ttf-kiloji
Binary: ttf-kiloji
Architecture: source all
Version: 1:2.1.0-12
Distribution: unstable
Urgency: low
Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org
Changed-By: Hideki Yamane (Debian-JP) henr...@debian.or.jp
Description: 
 ttf-kiloji - Japanese Truetype font like longhand made by kilo
Closes: 562360
Changes: 
 ttf-kiloji (1:2.1.0-12) unstable; urgency=low
 .
   * debian/control:
 - add Build-Depends: unzip to fix FTBFS: /bin/sh: unzip: not found
  (Closes: #562360)
 - Drop x-ttcidfont-conf, fontconfig et al. from Suggests
Checksums-Sha1: 
 b2a2b2784143ad1eb0dd4c5debe119d3d7df0ea2 1318 ttf-kiloji_2.1.0-12.dsc
 682a06648cebf3d17eba5e99e8d8d94085045549 4037 ttf-kiloji_2.1.0-12.debian.tar.gz
 915dbf3dd9aa994bcefba0df704a1d8e26beeb1c 13183664 ttf-kiloji_2.1.0-12_all.deb
Checksums-Sha256: 
 dde68653ca1682c3da368ad549630fb5c01d672474c7f4983513e1085ae6cc9b 1318 
ttf-kiloji_2.1.0-12.dsc
 b0873bfae7796b25677501ec839173c0b1dcc90a0497ea12503282c76331edc5 4037 
ttf-kiloji_2.1.0-12.debian.tar.gz
 1b88c1cba14b7acce00ff18288ff9f359d460bd684bc90a3dd301670a1558da5 13183664 
ttf-kiloji_2.1.0-12_all.deb
Files: 
 f117817809dc27139581dda19e4884bd 1318 fonts optional ttf-kiloji_2.1.0-12.dsc
 420de6ba0f36f2d608d3ccbc61bb2dbb 4037 fonts optional 
ttf-kiloji_2.1.0-12.debian.tar.gz
 4c565f9d62712ef20f449da27e7b9c22 13183664 fonts optional 
ttf-kiloji_2.1.0-12_all.deb

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

iEYEARECAAYFAkszYA8ACgkQIu0hy8THJkvGLQCeP0GLWGDpMYd7RnuGDXojPzTV
A+UAoK3Si60lPwH8RIsIQadWUf9QZTUS
=73hT
-END PGP SIGNATURE-


Accepted:
ttf-kiloji_2.1.0-12.debian.tar.gz
  to main/t/ttf-kiloji/ttf-kiloji_2.1.0-12.debian.tar.gz
ttf-kiloji_2.1.0-12.dsc
  to main/t/ttf-kiloji/ttf-kiloji_2.1.0-12.dsc
ttf-kiloji_2.1.0-12_all.deb
  to main/t/ttf-kiloji/ttf-kiloji_2.1.0-12_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted gorm.app 1.2.10-1 (source i386)

2009-12-24 Thread Gürkan Sengün
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 18 Nov 2009 14:10:02 +0100
Source: gorm.app
Binary: gorm.app
Architecture: source i386
Version: 1.2.10-1
Distribution: unstable
Urgency: low
Maintainer: Gürkan Sengün gur...@phys.ethz.ch
Changed-By: Gürkan Sengün gur...@phys.ethz.ch
Description: 
 gorm.app   - Visual Interface Builder for GNUstep
Changes: 
 gorm.app (1.2.10-1) unstable; urgency=low
 .
   * New upstream version.
   * Replace texlive-base-bin b-d with texlive-latex-base.
   * Fix up doc-base file.
   * Bump standards version.
Checksums-Sha1: 
 83e4f63eb82a85f1de20c188f9eab575f2d1b5f3 1163 gorm.app_1.2.10-1.dsc
 a41c9d087546c7688e1fbba1c11d1a64fcc7f785 669568 gorm.app_1.2.10.orig.tar.gz
 cae9c70cfaecfb9d0c53270226f10c3223953637 5185 gorm.app_1.2.10-1.diff.gz
 aeef2a1bc2a8eb4d752c6f97bf7249d82ee579cc 1539912 gorm.app_1.2.10-1_i386.deb
Checksums-Sha256: 
 8cd79cd538dec5c1b528936e9375dfab2156123167bdddcb6b54988b8d56819b 1163 
gorm.app_1.2.10-1.dsc
 652979354a31d5adf30d21bfaa652a7db67624cd3020931d5b3323a55f60afcc 669568 
gorm.app_1.2.10.orig.tar.gz
 ec9c3f5b05af7382821cf630306679c2d2d9b881e5306f751bf65893b3a784c4 5185 
gorm.app_1.2.10-1.diff.gz
 3b5a77291f3063479392612e0b292d28862481d647afcf7fc6fd93ba6971b6b3 1539912 
gorm.app_1.2.10-1_i386.deb
Files: 
 17011940a7607673e68c5af22accf02e 1163 gnustep optional gorm.app_1.2.10-1.dsc
 6850db9bf21667b2d47d867ee28c6460 669568 gnustep optional 
gorm.app_1.2.10.orig.tar.gz
 ba477e70efadac79eaadff1c965e1ed4 5185 gnustep optional 
gorm.app_1.2.10-1.diff.gz
 88dac2a119a2ff1c96bf03762c9e27a3 1539912 gnustep optional 
gorm.app_1.2.10-1_i386.deb

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

iEYEARECAAYFAkszeB4ACgkQ5ItltUs5T366swCg0jS0fsjC27kBOiMGu3jIa7Xg
+MMAoKV2FXusdF0YG4An7277W5+mcns5
=VrSn
-END PGP SIGNATURE-


Accepted:
gorm.app_1.2.10-1.diff.gz
  to main/g/gorm.app/gorm.app_1.2.10-1.diff.gz
gorm.app_1.2.10-1.dsc
  to main/g/gorm.app/gorm.app_1.2.10-1.dsc
gorm.app_1.2.10-1_i386.deb
  to main/g/gorm.app/gorm.app_1.2.10-1_i386.deb
gorm.app_1.2.10.orig.tar.gz
  to main/g/gorm.app/gorm.app_1.2.10.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted usbmount 0.0.19 (source all)

2009-12-24 Thread Rogério Brito
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Dec 2009 12:58:46 -0200
Source: usbmount
Binary: usbmount
Architecture: source all
Version: 0.0.19
Distribution: unstable
Urgency: low
Maintainer: Rogério Brito rbr...@ime.usp.br
Changed-By: Rogério Brito rbr...@ime.usp.br
Description: 
 usbmount   - automatically mount and unmount USB mass storage devices
Changes: 
 usbmount (0.0.19) unstable; urgency=low
 .
   * The Ho, Ho, Ho release.
   * new strategy in usbmount, potentially less complicated.
   * usbmount:
 + simplify the usbmount script.
 + strive for legibility.
 + avoid use of awk.
 + make fewer calls to blkid.
 + various code cleanups (Many, many thanks to Cristian Ionescu-Idbohrn).
 + log unexpected actions.
 + removes unecessary delay.
 + much more to come.
   * include dependency on util-linux ( 2.16).
   * include recommends on pmount.
Checksums-Sha1: 
 d988076366041420df6ae9edfd163561cb3c6887 885 usbmount_0.0.19.dsc
 34018d02ef2b01d9ee1ae4a4bdbe6d9aa1a8 12162 usbmount_0.0.19.tar.gz
 3827a8e7a4085080c60fbb9636f3b777ec61d8da 15310 usbmount_0.0.19_all.deb
Checksums-Sha256: 
 a3a25ba2942085eb66e9f99e5ff8da4d56af51d79a7711def71677f3fd00f91c 885 
usbmount_0.0.19.dsc
 7b361402790444716a28c625d6c3a3a37948fbb8e1ed81e1a4df9e974c6eba04 12162 
usbmount_0.0.19.tar.gz
 0092d04979394cd90a512a651595aba1b4935c9e08020d1fc661f333af03d3b5 15310 
usbmount_0.0.19_all.deb
Files: 
 9b62462b602707a0aed20623fd620724 885 admin extra usbmount_0.0.19.dsc
 437d12561984fca189288c674ba2c06e 12162 admin extra usbmount_0.0.19.tar.gz
 8d2d5857ae5850df57918412ea1baae5 15310 admin extra usbmount_0.0.19_all.deb

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

iEYEARECAAYFAkszhfUACgkQCFqbMnwsrrgLAQCfRwn2HSdI/7ffxLP01gt1Jjww
2u4AoIg30Y7wBnf2f3IOwEJJL8/nUokC
=NWnw
-END PGP SIGNATURE-


Accepted:
usbmount_0.0.19.dsc
  to main/u/usbmount/usbmount_0.0.19.dsc
usbmount_0.0.19.tar.gz
  to main/u/usbmount/usbmount_0.0.19.tar.gz
usbmount_0.0.19_all.deb
  to main/u/usbmount/usbmount_0.0.19_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted xml-commons-external 1.3.05-1 (source all)

2009-12-24 Thread Onkar Shinde
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 Dec 2009 19:28:17 +0530
Source: xml-commons-external
Binary: libxml-commons-external-java libxml-commons-external-java-doc
Architecture: source all
Version: 1.3.05-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Onkar Shinde onkarshi...@ubuntu.com
Description: 
 libxml-commons-external-java - XML Commons external code - DOM, SAX, and JAXP, 
etc
 libxml-commons-external-java-doc - Documentation of XML Commons external API
Closes: 551547
Changes: 
 xml-commons-external (1.3.05-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control
 - Add myself to uploaders.
 - Update standards version.
 - Build-dep default-jdk-builddep - default-jdk.
 - Fix Vcs-* headers.
 - Change dependencies from -jre to to -jre-headless. (Closes: #551547)
 - Misc lintian fixes.
   * debian/rules
 - Use DEB_UPSTREAM_VERSION instead of hard coded version.
 - Change JAVA_HOME to correspond to default-jdk.
 - Add javac argument to compile for target JVM 1.4.
 - Change folder for api docs.
 - Add get-orig-source target.
   * debian/watch
 - Keep watch on master distribution site.
Checksums-Sha1: 
 51e5bc9f59e26c634267561d8368f0304e764a9b 1446 xml-commons-external_1.3.05-1.dsc
 d01a2489cb13cc5525cee70f622030c6353628eb 346753 
xml-commons-external_1.3.05.orig.tar.gz
 d706cfe891d0b2d903b73265e3073be200600167 4367 
xml-commons-external_1.3.05-1.diff.gz
 e63b31fa7e8bba5c36626d6e37d454dddbfe02fe 102748 
libxml-commons-external-java_1.3.05-1_all.deb
 4ace160f98c17803273e455cd7c7e7201ede33e6 148102 
libxml-commons-external-java-doc_1.3.05-1_all.deb
Checksums-Sha256: 
 d3b2603746d175f4ca8103b4134fa503fbe9c1c8fcce6e2d33d2376c19f10c6b 1446 
xml-commons-external_1.3.05-1.dsc
 cd47228a9187c0b666d4b72c6cf0a9649d879a2ea3467d669fd6d731b4ad6f7f 346753 
xml-commons-external_1.3.05.orig.tar.gz
 e1dddcd443b17be72cc1d89d4dc04563adbc113c796be306529e53c621d158d0 4367 
xml-commons-external_1.3.05-1.diff.gz
 baa14b372055e042be81099aeea0692f5acd0601051948aa3664a65e3b6dddbc 102748 
libxml-commons-external-java_1.3.05-1_all.deb
 4ef2518bbb21f9c08aa5ef4034209b97c3833dc56f1386b0eb75331d9d7601e7 148102 
libxml-commons-external-java-doc_1.3.05-1_all.deb
Files: 
 30abe3cec0c867898b1ac0db19e1758a 1446 libs optional 
xml-commons-external_1.3.05-1.dsc
 7d896d90a2bf6ce4519153fbc4bd042b 346753 libs optional 
xml-commons-external_1.3.05.orig.tar.gz
 995c0cbc5ba451b5631e8d872769a6c3 4367 libs optional 
xml-commons-external_1.3.05-1.diff.gz
 015364278f899df1b59b7380ff091e32 102748 java optional 
libxml-commons-external-java_1.3.05-1_all.deb
 df12cede7ab7ef12d8a6e02baa660775 148102 doc optional 
libxml-commons-external-java-doc_1.3.05-1_all.deb

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

iEYEARECAAYFAkszgZkACgkQpldmHVvob7lAgwCgkz4wvXg37TdJ5PmkdcxYgNt8
BagAnRYqS6l/t56v4uCeiQKZ0hqn0ZvX
=HfTG
-END PGP SIGNATURE-


Accepted:
libxml-commons-external-java-doc_1.3.05-1_all.deb
  to 
main/x/xml-commons-external/libxml-commons-external-java-doc_1.3.05-1_all.deb
libxml-commons-external-java_1.3.05-1_all.deb
  to main/x/xml-commons-external/libxml-commons-external-java_1.3.05-1_all.deb
xml-commons-external_1.3.05-1.diff.gz
  to main/x/xml-commons-external/xml-commons-external_1.3.05-1.diff.gz
xml-commons-external_1.3.05-1.dsc
  to main/x/xml-commons-external/xml-commons-external_1.3.05-1.dsc
xml-commons-external_1.3.05.orig.tar.gz
  to main/x/xml-commons-external/xml-commons-external_1.3.05.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted roundup 1.4.11-1 (source all)

2009-12-24 Thread Toni Mueller
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Dec 2009 15:27:20 +0100
Source: roundup
Binary: roundup
Architecture: source all
Version: 1.4.11-1
Distribution: unstable
Urgency: high
Maintainer: Toni Mueller t...@debian.org
Changed-By: Toni Mueller t...@debian.org
Description: 
 roundup- an issue-tracking system
Closes: 284394
Changes: 
 roundup (1.4.11-1) unstable; urgency=high
 .
   * new upstream
   * fixes a security hole
   * amended README.Debian (closes: #284394)
Checksums-Sha1: 
 257292676122491d271e3ebb44dfbb1d3971f3cd 1042 roundup_1.4.11-1.dsc
 d49b85e3e0c6e750e25ee40f870b531884f39571 1264096 roundup_1.4.11.orig.tar.gz
 b214a8f67ce62286b7978d5394cacee72c36d8d3 22111 roundup_1.4.11-1.diff.gz
 97a9f246657867b8f5ee778d360c58df17d633c9 1173614 roundup_1.4.11-1_all.deb
Checksums-Sha256: 
 c8223480ada26e4e5e267c641ea2243b93cc8b13a3b7f76446257629d2e08a69 1042 
roundup_1.4.11-1.dsc
 b893c8399ba90ff25539eb8bb27656af9d081f28e31a747a0677f9aad7e74a5d 1264096 
roundup_1.4.11.orig.tar.gz
 b3002c8f5d2bd7fb84fccf110c1b2bc2a565e7c8d9d41adcca67c0ef3299f435 22111 
roundup_1.4.11-1.diff.gz
 10024cf5a9ffe46bceee0d06adb170d0a14c402644c5ecc1f3a751901a5a05e5 1173614 
roundup_1.4.11-1_all.deb
Files: 
 6b9f1296fc7cc76ca4745bd5ab5270b6 1042 web optional roundup_1.4.11-1.dsc
 4f04c27d2990d1b15e7b782eacbb36bf 1264096 web optional 
roundup_1.4.11.orig.tar.gz
 1a18701afd4d2928830bf6dad68ec47e 22111 web optional roundup_1.4.11-1.diff.gz
 b68c42f8ef8466fa2db67b2ebafd792f 1173614 web optional roundup_1.4.11-1_all.deb

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

iEYEARECAAYFAkszjVYACgkQfoEUoHXLGtL8qgCgijAj3+eYXjllcigVYu8f/Vgl
ZREAoKHzFuVzE5gA9ZOObigi5dj42uS8
=cGNS
-END PGP SIGNATURE-


Accepted:
roundup_1.4.11-1.diff.gz
  to main/r/roundup/roundup_1.4.11-1.diff.gz
roundup_1.4.11-1.dsc
  to main/r/roundup/roundup_1.4.11-1.dsc
roundup_1.4.11-1_all.deb
  to main/r/roundup/roundup_1.4.11-1_all.deb
roundup_1.4.11.orig.tar.gz
  to main/r/roundup/roundup_1.4.11.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted tgt 1:1.0.0-1 (source amd64)

2009-12-24 Thread Frederik Schüler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Dec 2009 16:34:17 +0100
Source: tgt
Binary: tgt
Architecture: source amd64
Version: 1:1.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Kernel Team debian-ker...@lists.debian.org
Changed-By: Frederik Schüler f...@debian.org
Description: 
 tgt- Linux SCSI target user-space tools
Closes: 560710
Changes: 
 tgt (1:1.0.0-1) unstable; urgency=low
 .
   * New upstream release.
 - Drop GPL digest patch, upstream has other implementation.
   * Add dependency on libconfig-general-perl. (Closes: #560710)
   * Build iSER driver, too.
Checksums-Sha1: 
 b00bc501b3737deec18f56f0381c486b083e9697 1103 tgt_1.0.0-1.dsc
 14ffbd426d2bd9e20b8cd05dbfd68f68eb6e63e2 303689 tgt_1.0.0.orig.tar.gz
 43d1c082b4b924b5021fead47252d3dee858983c 4615 tgt_1.0.0-1.debian.tar.gz
 15fe6d6bbea77fe080198b4475e2fe1326f4555f 193328 tgt_1.0.0-1_amd64.deb
Checksums-Sha256: 
 9c2936503556ba3474e853accb2281f95105f3d8d84acd939e53b17c3929a644 1103 
tgt_1.0.0-1.dsc
 a3291ac57c348363c08abaa3caf98ab7117bdd2d2121e78a345611203f679da1 303689 
tgt_1.0.0.orig.tar.gz
 588dc1cfbe88711eee8429efc0595ed380c444b695503c5c30ea43313ccc81d9 4615 
tgt_1.0.0-1.debian.tar.gz
 db3bbcfea7fc42357269b58e1396982df8950ffd101997f6790b5ef5d600fbcc 193328 
tgt_1.0.0-1_amd64.deb
Files: 
 f3860e3484cb61ccf193a44e474d3f86 1103 net optional tgt_1.0.0-1.dsc
 c83f05eda1e49f20cb714ea2a44eef2e 303689 net optional tgt_1.0.0.orig.tar.gz
 19708573a0e276fad0d2a46747f611e4 4615 net optional tgt_1.0.0-1.debian.tar.gz
 d2b2002678e48bac91d40af7f2f704f8 193328 net optional tgt_1.0.0-1_amd64.deb

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

iEYEARECAAYFAkszjMcACgkQ6n7So0GVSSBxfACghxOMzGUk8OjGYEDc/d4TsIUN
tMMAn1lNFjRmQ0Ov0fAEenL/HuOtWtg1
=QZHe
-END PGP SIGNATURE-


Accepted:
tgt_1.0.0-1.debian.tar.gz
  to main/t/tgt/tgt_1.0.0-1.debian.tar.gz
tgt_1.0.0-1.dsc
  to main/t/tgt/tgt_1.0.0-1.dsc
tgt_1.0.0-1_amd64.deb
  to main/t/tgt/tgt_1.0.0-1_amd64.deb
tgt_1.0.0.orig.tar.gz
  to main/t/tgt/tgt_1.0.0.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted nwsclient 1.6.4-3 (source all)

2009-12-24 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Dec 2009 09:57:23 -0600
Source: nwsclient
Binary: python-nwsclient
Architecture: source all
Version: 1.6.4-3
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 python-nwsclient - NetWorkSpaces client for distributed Python applications
Closes: 562419
Changes: 
 nwsclient (1.6.4-3) unstable; urgency=low
 .
   * Rebuilt using current Python to skip Python 2.4 (Closes: #562419)
Checksums-Sha1: 
 8f028b2e82a4c77e78aa0681ed5758f56b1ff388 1040 nwsclient_1.6.4-3.dsc
 3f7d38bf3c2fe418b0f82fab7b575b1f26933f2f 2418 nwsclient_1.6.4-3.diff.gz
 0206a04299e358f9cced2ae09045f33b573fdacc 102666 
python-nwsclient_1.6.4-3_all.deb
Checksums-Sha256: 
 13271928e8bb8f4fa40e6929fdde9efa2545755f94b10a060204da4452b55569 1040 
nwsclient_1.6.4-3.dsc
 b45133eb4ef069fed44ab2193265446b4703571b1df6de49b32625126ce87f69 2418 
nwsclient_1.6.4-3.diff.gz
 2082898e05804daf4bc6b5d85b44337eea7bf1243ea1d55e6f84862f4d4f34c7 102666 
python-nwsclient_1.6.4-3_all.deb
Files: 
 ecae651c6344d427046a23c558b0c78b 1040 python optional nwsclient_1.6.4-3.dsc
 45bd6876bf5bf0d8cae2790d8a04814c 2418 python optional nwsclient_1.6.4-3.diff.gz
 19b1afd48c989c80c1b1c34e40d97ea8 102666 python optional 
python-nwsclient_1.6.4-3_all.deb

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

iD8DBQFLM5AZCZSR95Gw07cRAr9/AJ9G2JIaS1eHO7Pi053NLX4sDjix2gCeLrpn
+dpJse2cpAZMqZkgiaEkgm8=
=ji/+
-END PGP SIGNATURE-


Accepted:
nwsclient_1.6.4-3.diff.gz
  to main/n/nwsclient/nwsclient_1.6.4-3.diff.gz
nwsclient_1.6.4-3.dsc
  to main/n/nwsclient/nwsclient_1.6.4-3.dsc
python-nwsclient_1.6.4-3_all.deb
  to main/n/nwsclient/python-nwsclient_1.6.4-3_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted coinor-dylp 1.5.0-3 (source all amd64)

2009-12-24 Thread Soeren Sonnenburg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 24 Dec 2009 17:09:04 +0100
Source: coinor-dylp
Binary: coinor-libdylp0 coinor-libdylp-dev coinor-libdylp-doc 
coinor-libdylp0-dbg
Architecture: source all amd64
Version: 1.5.0-3
Distribution: unstable
Urgency: low
Maintainer: Soeren Sonnenburg so...@debian.org
Changed-By: Soeren Sonnenburg so...@debian.org
Description: 
 coinor-libdylp-dev - Linear programming solver using of the dynamic simplex 
algorithm
 coinor-libdylp-doc - Linear programming solver using of the dynamic simplex 
algorithm
 coinor-libdylp0 - Linear programming solver using the dynamic simplex algorithm
 coinor-libdylp0-dbg - Linear programming solver using of the dynamic simplex 
algorithm
Closes: 562328
Changes: 
 coinor-dylp (1.5.0-3) unstable; urgency=low
 .
   * Build depend on texlive-latex-extra and texlive-font-utils (Closes: 
#562328)
Checksums-Sha1: 
 8fcd7e472646737f814869c3cbb1c34420c99a5c 2085 coinor-dylp_1.5.0-3.dsc
 ce75499b48e8fc0823a5ed49f7efa455fa06d7f1 8194 coinor-dylp_1.5.0-3.diff.gz
 b3b01189e2f318f310d821256011bc5de86d7781 1500650 
coinor-libdylp-doc_1.5.0-3_all.deb
 85a1284a042807b883f3d5d0dc3c1e3c1ff1992f 229112 
coinor-libdylp0_1.5.0-3_amd64.deb
 d327195f2a16825a25dd144182ae4bf535b71b22 318908 
coinor-libdylp-dev_1.5.0-3_amd64.deb
 bdc183d63f87f0002da3926d25abfe1e45aa573a 238324 
coinor-libdylp0-dbg_1.5.0-3_amd64.deb
Checksums-Sha256: 
 3ed545ea0e2a2c6caf00f79db4686ec82d6ffdb7b9cac840a913b3b58f7db980 2085 
coinor-dylp_1.5.0-3.dsc
 a733503ba782c675984e39e4fd0a2b160b34e48a9d14b9d05a22c289d67a98d7 8194 
coinor-dylp_1.5.0-3.diff.gz
 09f17059ff4bfa3a61ec3edb47ba07a374ef40e9b521cf213fde95d997167f31 1500650 
coinor-libdylp-doc_1.5.0-3_all.deb
 85af8a9381ea9583b134516f6fafb1ca7c38ff5e565307a18b27f52c4332f49e 229112 
coinor-libdylp0_1.5.0-3_amd64.deb
 e8a362b637b5f32305f8586f19b4dab8547dae67147e7dc7cd42383839afde7c 318908 
coinor-libdylp-dev_1.5.0-3_amd64.deb
 1191ad7977d2fcbbfcdd462dc72808f82d10ef072b269be9e7fd25c52ab71aba 238324 
coinor-libdylp0-dbg_1.5.0-3_amd64.deb
Files: 
 0b5eb43cc313734feeb3b2afafd4145f 2085 science extra coinor-dylp_1.5.0-3.dsc
 9ff291256981020f91795bbc1a2f5fd3 8194 science extra coinor-dylp_1.5.0-3.diff.gz
 a04d526f2c576ba68363833b3b6169ca 1500650 doc extra 
coinor-libdylp-doc_1.5.0-3_all.deb
 bba882d5f078d24d25c1f5b2f5dea8a0 229112 science extra 
coinor-libdylp0_1.5.0-3_amd64.deb
 383871abf5bc0bcba494f2d50dd4b8d1 318908 libdevel extra 
coinor-libdylp-dev_1.5.0-3_amd64.deb
 8e0f5862c400121a269f8ea6b5fedbff 238324 debug extra 
coinor-libdylp0-dbg_1.5.0-3_amd64.deb

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

iQIcBAEBCAAGBQJLM5aJAAoJEH82z1Wqh6p3s74P/jL/fsa4WteeqjkgOFxV9LMY
EVjL5kxmnllzC1o5xuu0msp3oT1hZO9n4DIAresXWzPOUFrWa6pE5H8xSp2w+iLs
MJjh3McfxktoQ5WFwD26xUrMDn+C+/vcIdqQyoeveVJ68Dp51M7CsPvAMwcbuMrh
jiG5JQjBL3+IZcheugH5ftOyrUofLvE4J0A4FP6rBlrrotpDL2xEjfCiLIro0f7i
95K49ICErux52anWU/Y8v+4Rx9HO0YSk7EIcEjeR2jKPyr5D4Ice/DXgiyIUtjl+
7ercxclD3ft6TuZBFaVqRgFy5nIcJLzh17fybUsfTxC/xXndhtFfPputAIV6XvvA
i26koQsRvFn1OpTN5r59dZXJ38afzBwGyth33yU4eKVyB8+SkL+qNYO/LDz9qUXO
3IQZwJaHL+QNHLbc7WeUkisjihVKI5ROYg48a/y2cb1RYnyau0oZoI7G4qnB+VUK
DtH0UIjSH93Z4vCc26M70gyoTFzZsuDzS/U58lwTFu7CgBvM+FPA9bYvno1Ia5F8
xdpxkShJ7NIBGAP+BRPmRj/8NcTyBTugKmFuboJILBxIfUECRUkMOxXoBjzdvxgo
sKPyqFRXm/6pX3jvI3e3Pa9AOHRPwJuTuwTps0Jq/P3oMVVvucC7rsrmZSgvkjNa
LrPlnwall937Wa+Wmmx7
=iRrL
-END PGP SIGNATURE-


Accepted:
coinor-dylp_1.5.0-3.diff.gz
  to main/c/coinor-dylp/coinor-dylp_1.5.0-3.diff.gz
coinor-dylp_1.5.0-3.dsc
  to main/c/coinor-dylp/coinor-dylp_1.5.0-3.dsc
coinor-libdylp-dev_1.5.0-3_amd64.deb
  to main/c/coinor-dylp/coinor-libdylp-dev_1.5.0-3_amd64.deb
coinor-libdylp-doc_1.5.0-3_all.deb
  to main/c/coinor-dylp/coinor-libdylp-doc_1.5.0-3_all.deb
coinor-libdylp0-dbg_1.5.0-3_amd64.deb
  to main/c/coinor-dylp/coinor-libdylp0-dbg_1.5.0-3_amd64.deb
coinor-libdylp0_1.5.0-3_amd64.deb
  to main/c/coinor-dylp/coinor-libdylp0_1.5.0-3_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted mbuffer 20091213-1 (source i386)

2009-12-24 Thread Peter Pentchev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 24 Dec 2009 17:51:50 +0200
Source: mbuffer
Binary: mbuffer
Architecture: source i386
Version: 20091213-1
Distribution: unstable
Urgency: low
Maintainer: Peter Pentchev r...@ringlet.net
Changed-By: Peter Pentchev r...@ringlet.net
Description: 
 mbuffer- tool for buffering data streams
Closes: 560750 562112
Changes: 
 mbuffer (20091213-1) unstable; urgency=low
 .
   * Fix FTBFS on GNU/kFreeBSD.  Closes: #560750
   * Honor upstream's preference for libmhash and drop the GnuTLS patch.
 Pointed out by: Mats Erik Andersson mats.anders...@gisladisker.se
   * New upstream version:
 - integrate the test suite and the hstrerror -lresolv patches
 - honor the user's CFLAGS, so no need for the CFLAGS patch
 - link with -lrt for clock_gettime(3) and friends
 - portability fixes: read a monotonic clock, make IPv6 really optional,
   check the input device's block size
   * Fix a segfault when terminating in quiet mode.  Closes: #562112.
Checksums-Sha1: 
 23a4ba52c621fe31f0c0c5bf390de08523087f31 1912 mbuffer_20091213-1.dsc
 38aba48c0de0735f761482dd42891954f923c831 114533 mbuffer_20091213.orig.tar.gz
 87f941bc9d9a4e37c3cd9bd341f67ef95e12be99 2617 mbuffer_20091213-1.debian.tar.gz
 a87a00347986c8e7c47775cfaec64af4bd4789e8 39138 mbuffer_20091213-1_i386.deb
Checksums-Sha256: 
 1872d9d2bdce03dd2534842c13d0973a08e9ab4b8c27e051a0c33019636b6996 1912 
mbuffer_20091213-1.dsc
 e8c078cc66462640082db7a9e2aafec77655c093397bcb43728136ab29f7c920 114533 
mbuffer_20091213.orig.tar.gz
 9078aa9f317100338a1ca4d6bc09034b5d98c8677c312ef6cd16ca58d318902b 2617 
mbuffer_20091213-1.debian.tar.gz
 4aa86f332cc65b78b787336fbbea90ba6509977a55e50c49d426634e20f911eb 39138 
mbuffer_20091213-1_i386.deb
Files: 
 1d547ea9b8773130cc1bddb074afc1ef 1912 utils optional mbuffer_20091213-1.dsc
 6a4d2d95332d78ee35349f6b6e86a62d 114533 utils optional 
mbuffer_20091213.orig.tar.gz
 4e8dd1840eefd6a3952ad43f6a6e688a 2617 utils optional 
mbuffer_20091213-1.debian.tar.gz
 94cc7aba17e659b87414e03f73c184a4 39138 utils optional 
mbuffer_20091213-1_i386.deb

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

iQIcBAEBCAAGBQJLM6n0AAoJEK8ig6p24qx7Y2cP/1AEXfpEA434yQoHp3P1nUSO
gsLoN5l+mDB5f8r4L8EaGn3Gg/yOdFCHTuzYcMfBp+KommJhWjPh/DY5Dq0WUAYl
sC3/Pq6uovdrVJ5WVYZuS5jPFsPqpH0HcEAw6BmQFnUAf2mXEY6BNP+Ujmn8gP4S
+7kVICV2RF7kFOBUxsSNYDcryfRTsVrHLb7+C+V9erWP1pD3t+a7ln6M9B1Oq8p3
HiXUFn8pwHNk+fmRCdLpaaWY0k+FnRvd9a0SpNI17nCBe0A6bBvRmWGT+G5j54vt
1pqrHKfXOrPKJDiafJ2Gn2yHZFvYY1213CwmRg+Reyn/YzSkXHJ7WUil3hgzcn3R
cxGziql9bxZsKnGpDbavZfgQzQ5d+Bc6WexslleYiWq26ny2tnjiMX30i0xXmFJK
/JmvUrLi9BJR3eFcGRXngUcDB3pyqugH/qCkhsox9uWxj6JcGp8oRlUJgN1A0kTu
K+3VSE0K4W9oNRy9y9fN2vmdQjPUV9vVaWljyjzlHCewqRyfKbyyHJ+idNMkNMu/
SIvSrxVl4CwYG8OFzuSWOjvDvJuAab/sjNzKDyOHDF9NyLCItUwXbLmqLu5DlC1b
sWkVGspAxTjlFhpmuvU0VI3DcpJ+NS3diqUO31SvVSiplyMGtu0pYYmMXqVXsC9A
Bc2xxEFKuHbd05JRF7l2
=K8ee
-END PGP SIGNATURE-


Accepted:
mbuffer_20091213-1.debian.tar.gz
  to main/m/mbuffer/mbuffer_20091213-1.debian.tar.gz
mbuffer_20091213-1.dsc
  to main/m/mbuffer/mbuffer_20091213-1.dsc
mbuffer_20091213-1_i386.deb
  to main/m/mbuffer/mbuffer_20091213-1_i386.deb
mbuffer_20091213.orig.tar.gz
  to main/m/mbuffer/mbuffer_20091213.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted sane-backends 1.0.20-11 (source amd64)

2009-12-24 Thread Julien BLACHE
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Dec 2009 17:33:35 +0100
Source: sane-backends
Binary: sane-utils libsane libsane-dev libsane-dbg
Architecture: source amd64
Version: 1.0.20-11
Distribution: unstable
Urgency: medium
Maintainer: Julien BLACHE jbla...@debian.org
Changed-By: Julien BLACHE jbla...@debian.org
Description: 
 libsane- API library for scanners
 libsane-dbg - API development library for scanners [debug symbols]
 libsane-dev - API development library for scanners [development files]
 sane-utils - API library for scanners -- utilities
Closes: 562248
Changes: 
 sane-backends (1.0.20-11) unstable; urgency=medium
 .
   * Urgency set to medium to unbreak saned in testing.
 .
   * debian/patches/12_saned_polling_fix.dpatch:
 + Added; unbreak saned's polling loop for more than 1 fds (closes: 
#562248).
   * debian/patches/13_saned_aliasing_fix.dpatch:
 + Added; fix strict aliasing issues in saned for gcc 4.4.
Checksums-Sha1: 
 2d5fc34e8c0fed8a6ee0389de67b58277afc650c 1464 sane-backends_1.0.20-11.dsc
 5fb37d1997fbde9729653d264694d547cd0e7ac8 117736 sane-backends_1.0.20-11.diff.gz
 a7c90f1a77b563679f74a7333697f789d656f3f5 244056 sane-utils_1.0.20-11_amd64.deb
 9d5a4b2af6fe5c2267ef90d3e168663003ce03b0 4205086 libsane_1.0.20-11_amd64.deb
 fa162d0e2118dd2cc509125b491d58f23bed3043 3967106 
libsane-dev_1.0.20-11_amd64.deb
 acd0dbf3f5be9f1a4cd49c20fef137566ca31264 4107290 
libsane-dbg_1.0.20-11_amd64.deb
Checksums-Sha256: 
 b6cd6207ef1b0a1e97059c8c924b14b6764e557d909cba5b088734dc76d7e2dd 1464 
sane-backends_1.0.20-11.dsc
 edce98207cfe3e0afbb2eb834d97ca9466e4a4f8a5b4af8c443b5b0d302a2989 117736 
sane-backends_1.0.20-11.diff.gz
 7b938c8a01a1f065ee4dcc1b6263f7a3f068cfda50f10a98ef1be4858bdd3890 244056 
sane-utils_1.0.20-11_amd64.deb
 8e12f2aa71072447c6172b30aed0e2a0912ca33f0081cc22adc7ef563407bf73 4205086 
libsane_1.0.20-11_amd64.deb
 5a7a1464ac92418d278e4aedaf70c8e16124c4ba8ffa8e7e8326034ce0ea 3967106 
libsane-dev_1.0.20-11_amd64.deb
 e0197685bf2ef9a74c43c8d9fa23714cea245e18a880fd993a8db2b8c26c6ea7 4107290 
libsane-dbg_1.0.20-11_amd64.deb
Files: 
 5d5df2b2a93c040fcfb5b477aecea450 1464 graphics optional 
sane-backends_1.0.20-11.dsc
 b1ad1f0e6c6e5a52332543818c8bdfea 117736 graphics optional 
sane-backends_1.0.20-11.diff.gz
 5463e9dc6436182b8d9409ace7f1f080 244056 graphics optional 
sane-utils_1.0.20-11_amd64.deb
 9ea40e02410c6dac0ba6a7680cfffd75 4205086 libs optional 
libsane_1.0.20-11_amd64.deb
 0d6a75ab4cae35785933ec67784c715f 3967106 libdevel optional 
libsane-dev_1.0.20-11_amd64.deb
 00b759e156a3e3d15a4df750b899c053 4107290 debug extra 
libsane-dbg_1.0.20-11_amd64.deb

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

iD8DBQFLM5odzWFP1/XWUWkRAtalAJwKJp5MrdZy+6NTKTCUeOP2XNFU+gCgwdzl
R/iqh15Cfmb1BZ4mwd4IMTU=
=ZYBo
-END PGP SIGNATURE-


Accepted:
libsane-dbg_1.0.20-11_amd64.deb
  to main/s/sane-backends/libsane-dbg_1.0.20-11_amd64.deb
libsane-dev_1.0.20-11_amd64.deb
  to main/s/sane-backends/libsane-dev_1.0.20-11_amd64.deb
libsane_1.0.20-11_amd64.deb
  to main/s/sane-backends/libsane_1.0.20-11_amd64.deb
sane-backends_1.0.20-11.diff.gz
  to main/s/sane-backends/sane-backends_1.0.20-11.diff.gz
sane-backends_1.0.20-11.dsc
  to main/s/sane-backends/sane-backends_1.0.20-11.dsc
sane-utils_1.0.20-11_amd64.deb
  to main/s/sane-backends/sane-utils_1.0.20-11_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted pan 0.133-1.1 (source amd64)

2009-12-24 Thread Lucas Nussbaum
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 21 Dec 2009 17:45:48 +0100
Source: pan
Binary: pan
Architecture: source amd64
Version: 0.133-1.1
Distribution: unstable
Urgency: high
Maintainer: Mario Iseli ad...@marioiseli.com
Changed-By: Lucas Nussbaum lu...@lucas-nussbaum.net
Description: 
 pan- A Newsreader based on GTK2, which looks like Forte Agent
Closes: 504900 512467 534517
Changes: 
 pan (0.133-1.1) unstable; urgency=high
 .
   * Non-maintainer upload.
   * Upload to unstable. The maintainer said he planned to anyway
 in #534517. Closes: #512467, #534517.
   * Fix FTBFS with GCC 4.4 by adding Ubuntu's patch
 (03_ftbfs-gcc-4.4.dpatch). Closes: #504900.
Checksums-Sha1: 
 f4c5bff2be1d9890e46a4c65be795a111c3958ce 1148 pan_0.133-1.1.dsc
 9e07a4f6e4c3e3b0f6735aa3e44f5f970dfd44f8 18904 pan_0.133-1.1.diff.gz
 591309134e06efa840af82495cc5202b780c8a73 1127590 pan_0.133-1.1_amd64.deb
Checksums-Sha256: 
 c6a836fde0aac37496e91aded1c326cf872423122180a2e51738ec3c5ffd954c 1148 
pan_0.133-1.1.dsc
 78c3f9d0350a4e89d31ab13da3ae4b894f7858f512b9a5967c22366b3dc5b8b3 18904 
pan_0.133-1.1.diff.gz
 0a9d4e27ffa33db348f57f1274c4f9513575f0f0c693a2aa9b1853e03b15d693 1127590 
pan_0.133-1.1_amd64.deb
Files: 
 16201083ab2edd3b22f4ce011ffe2f6e 1148 news optional pan_0.133-1.1.dsc
 a7a77f017a296befaf473475b2727019 18904 news optional pan_0.133-1.1.diff.gz
 a9b7631cac598b02355cc9f5950da5d2 1127590 news optional pan_0.133-1.1_amd64.deb

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

iD8DBQFLL6uh2hliNwI7P08RAj5cAJ9wHOoIb4D+In0Hrqq18UbO8gecZgCgsyGn
GEF2Rv1WNAjC+GbschUxN/0=
=wZXt
-END PGP SIGNATURE-


Accepted:
pan_0.133-1.1.diff.gz
  to main/p/pan/pan_0.133-1.1.diff.gz
pan_0.133-1.1.dsc
  to main/p/pan/pan_0.133-1.1.dsc
pan_0.133-1.1_amd64.deb
  to main/p/pan/pan_0.133-1.1_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted uzbl 0.0.0~git.20091222-1 (source i386)

2009-12-24 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Dec 2009 17:41:34 +0100
Source: uzbl
Binary: uzbl
Architecture: source i386
Version: 0.0.0~git.20091222-1
Distribution: unstable
Urgency: low
Maintainer: Stefan Ritter x...@thehappy.de
Changed-By: Luca Bruno lu...@debian.org
Description: 
 uzbl   - Lightweight Webkit browser following the UNIX philosophy
Changes: 
 uzbl (0.0.0~git.20091222-1) unstable; urgency=low
 .
   * New upstream version, git-tag 2009.12.22
Checksums-Sha1: 
 eb19ebe9426339729e8461e56466652040a05c18 1348 uzbl_0.0.0~git.20091222-1.dsc
 ae3e3fa10ea81ec1e9b6501528ca14d463de5492 134336 
uzbl_0.0.0~git.20091222.orig.tar.gz
 cc14df6799a70b46b0b633f063ceff1f6f681510 6609 uzbl_0.0.0~git.20091222-1.diff.gz
 a75f95f8ce1a5a4bd1d51a71c2b9e806b8935cc4 147098 
uzbl_0.0.0~git.20091222-1_i386.deb
Checksums-Sha256: 
 02b820e429fe9f10a7cf06b2bf8aefac58465e8002407d5dbdd4bbecf9e2f3e6 1348 
uzbl_0.0.0~git.20091222-1.dsc
 500967cd8bf9a1ed87d59e0b47bd69475e13c610e2986b2fdf121151dc9c466f 134336 
uzbl_0.0.0~git.20091222.orig.tar.gz
 63df7becc4bdedf2e0a0e51def16433e6cc7e35f0a4e02bebbe3f022b1415fb0 6609 
uzbl_0.0.0~git.20091222-1.diff.gz
 5910f1c1be9cb4329303383d14092b3997a1820defd43c4f48964414ced9ff8f 147098 
uzbl_0.0.0~git.20091222-1_i386.deb
Files: 
 fd0184380dd2465347b0c639841a6fff 1348 web extra uzbl_0.0.0~git.20091222-1.dsc
 8cf1bd7c2fe6c14345b1671160f0214f 134336 web extra 
uzbl_0.0.0~git.20091222.orig.tar.gz
 2dcfe045c0415a212fd8ef72e84034a7 6609 web extra 
uzbl_0.0.0~git.20091222-1.diff.gz
 ae40b6f2f6991f548cd3ea779d2b1c94 147098 web extra 
uzbl_0.0.0~git.20091222-1_i386.deb

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

iEYEARECAAYFAkszoHUACgkQRqobajv7n7MlEACdH2wlO3eSWi8fkepJSLQS5UyR
RA0Amwfo1LWwGQg+277QV4V3ktTkZhhR
=MZxv
-END PGP SIGNATURE-


Accepted:
uzbl_0.0.0~git.20091222-1.diff.gz
  to main/u/uzbl/uzbl_0.0.0~git.20091222-1.diff.gz
uzbl_0.0.0~git.20091222-1.dsc
  to main/u/uzbl/uzbl_0.0.0~git.20091222-1.dsc
uzbl_0.0.0~git.20091222-1_i386.deb
  to main/u/uzbl/uzbl_0.0.0~git.20091222-1_i386.deb
uzbl_0.0.0~git.20091222.orig.tar.gz
  to main/u/uzbl/uzbl_0.0.0~git.20091222.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted zlib 1:1.2.3.4.dfsg-1 (source amd64)

2009-12-24 Thread Mark Brown
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Dec 2009 17:35:16 +
Source: zlib
Binary: zlib1g zlib1g-dev zlib1g-dbg zlib-bin zlib1g-udeb lib64z1 lib64z1-dev 
lib32z1 lib32z1-dev libn32z1 libn32z1-dev
Architecture: source amd64
Version: 1:1.2.3.4.dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Mark Brown broo...@debian.org
Changed-By: Mark Brown broo...@debian.org
Description: 
 lib32z1- compression library - 32 bit runtime
 lib32z1-dev - compression library - 32 bit development
 lib64z1- compression library - 64 bit runtime
 lib64z1-dev - compression library - 64 bit development
 libn32z1   - compression library - n32 runtime
 libn32z1-dev - compression library - n32 development
 zlib-bin   - compression library - sample programs
 zlib1g - compression library - runtime
 zlib1g-dbg - compression library - development
 zlib1g-dev - compression library - development
 zlib1g-udeb - compression library - runtime for Debian installer (udeb)
Closes: 301283 439980
Changes: 
 zlib (1:1.2.3.4.dfsg-1) unstable; urgency=low
 .
   * New upstream release.
   * This release contains refactored handling of 64 bit types which should
 stop warnings being generated in some configurations (closes: #439980).
   * This release also fixes handling of EOF in gzio (closes: #301283).
   * Fix symbol version for inflateUndermine.
   * Move -dbg to debug section.
   * Add upstream home page.
   * Policy 3.8.3.
Checksums-Sha1: 
 785496a5bd435c397d5ebb9a76786eb8162f0a6a 1330 zlib_1.2.3.4.dfsg-1.dsc
 7a62fece01a8ae22cc62c66e32c2158d4dcd8799 561812 zlib_1.2.3.4.dfsg.orig.tar.gz
 dd8671eb590a37349b684cf45b23679d056344e1 15352 
zlib_1.2.3.4.dfsg-1.debian.tar.gz
 23d83981266559f8074d60d7f35ba2dc85bb2a49 79064 zlib1g_1.2.3.4.dfsg-1_amd64.deb
 300684e7b6db013c286e9e4e536fc5a5815adb10 191512 
zlib1g-dev_1.2.3.4.dfsg-1_amd64.deb
 fd8af25c5fc88cacbb67fe5ccc23fb19a309f999 160164 
zlib1g-dbg_1.2.3.4.dfsg-1_amd64.deb
 ae37128bc01c2f99e98fb54029b9261f734b93c9 51886 
zlib-bin_1.2.3.4.dfsg-1_amd64.deb
 506334e396ffa2c83ddabc466ba8ecd84917dba2 49462 
zlib1g-udeb_1.2.3.4.dfsg-1_amd64.udeb
 21607e7550a9d31d8ef77b8529cb190f4c733da9 75946 lib32z1_1.2.3.4.dfsg-1_amd64.deb
 eda73abd850811f31f2bf2a9a71a2c257274feb0 75552 
lib32z1-dev_1.2.3.4.dfsg-1_amd64.deb
Checksums-Sha256: 
 bac404484dcb551999efb7fd1d3b337eeab8cf09ed4c7a70eca96268a639 1330 
zlib_1.2.3.4.dfsg-1.dsc
 2d83fe0866cc4831c31ba04bc5d91f5df5c2b42a7ad408a06b3d924662f90601 561812 
zlib_1.2.3.4.dfsg.orig.tar.gz
 800987940571544973c6f5b2f656f480deaa37041b60623727f28ef3cfbc7243 15352 
zlib_1.2.3.4.dfsg-1.debian.tar.gz
 91d29a0105001ae67d66b9dd878aa3792e8b24f54fd263f1c309157bcc6ee7a4 79064 
zlib1g_1.2.3.4.dfsg-1_amd64.deb
 e1cd6d11dd59ad2668f0657d9d4c8f3407049ede8dab71b9f886a34101333da2 191512 
zlib1g-dev_1.2.3.4.dfsg-1_amd64.deb
 6e8a33497f1390ca386efc765c7066f38214f96e1caddb1a941a5e5788cdbb63 160164 
zlib1g-dbg_1.2.3.4.dfsg-1_amd64.deb
 d2d877365bd1739cbac832ee7631459156acae8b5329d0e85a3af9dd3d64a9de 51886 
zlib-bin_1.2.3.4.dfsg-1_amd64.deb
 3931662b4be6fcb381bef54d8248a36b486330c051cfedc7471810108b5354bb 49462 
zlib1g-udeb_1.2.3.4.dfsg-1_amd64.udeb
 0c6b052a1f3baa7517e3e092e2983e4110426d83b621c5f5a6b7f6ba9f0a7b7d 75946 
lib32z1_1.2.3.4.dfsg-1_amd64.deb
 ff8c9cff1783b93af1a1422efe22b9e84de0949d07bd176eb76180a475d004fb 75552 
lib32z1-dev_1.2.3.4.dfsg-1_amd64.deb
Files: 
 7b4b836c6f058e1296dd2ce91f6e6618 1330 libs optional zlib_1.2.3.4.dfsg-1.dsc
 4fa87835052482c2b07f2d6f6cc9acd4 561812 libs optional 
zlib_1.2.3.4.dfsg.orig.tar.gz
 52c5e817cdc12c50101b904d5f6bac34 15352 libs optional 
zlib_1.2.3.4.dfsg-1.debian.tar.gz
 93d56731fbb81ca9c04683919654d636 79064 libs required 
zlib1g_1.2.3.4.dfsg-1_amd64.deb
 31e6f0b54f69921f5aa39c389715d65a 191512 libdevel optional 
zlib1g-dev_1.2.3.4.dfsg-1_amd64.deb
 039f08447d2d3c788844786769e54e00 160164 debug extra 
zlib1g-dbg_1.2.3.4.dfsg-1_amd64.deb
 fceeeaf872fe233eabae60d1e87239fc 51886 utils optional 
zlib-bin_1.2.3.4.dfsg-1_amd64.deb
 ea675b021799a30d07b6868c0061f557 49462 debian-installer optional 
zlib1g-udeb_1.2.3.4.dfsg-1_amd64.udeb
 a2f77d0773af5333eb3e5ada982f1075 75946 libs optional 
lib32z1_1.2.3.4.dfsg-1_amd64.deb
 bc1ca0b7154ae7c538d088126b919b71 75552 libdevel optional 
lib32z1-dev_1.2.3.4.dfsg-1_amd64.deb
Package-Type: udeb

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

iEYEARECAAYFAkszp4cACgkQJ2Vo11xhU616RQCdF8GCA9GnP7CBZkVA7aIEZjV1
kb0AniqKcJMASDwvly8etZDZs8SOXple
=L5/w
-END PGP SIGNATURE-


Accepted:
lib32z1-dev_1.2.3.4.dfsg-1_amd64.deb
  to main/z/zlib/lib32z1-dev_1.2.3.4.dfsg-1_amd64.deb
lib32z1_1.2.3.4.dfsg-1_amd64.deb
  to main/z/zlib/lib32z1_1.2.3.4.dfsg-1_amd64.deb
zlib-bin_1.2.3.4.dfsg-1_amd64.deb
  to main/z/zlib/zlib-bin_1.2.3.4.dfsg-1_amd64.deb
zlib1g-dbg_1.2.3.4.dfsg-1_amd64.deb
  to main/z/zlib/zlib1g-dbg_1.2.3.4.dfsg-1_amd64.deb
zlib1g-dev_1.2.3.4.dfsg-1_amd64.deb
  to main/z/zlib/zlib1g-dev_1.2.3.4.dfsg-1_amd64.deb

Accepted leafnode 1.11.7.rel-2 (source amd64)

2009-12-24 Thread Robert Grimm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 Dec 2009 09:40:57 +0100
Source: leafnode
Binary: leafnode
Architecture: source amd64
Version: 1.11.7.rel-2
Distribution: unstable
Urgency: low
Maintainer: Robert Grimm r...@robgri.de
Changed-By: Robert Grimm r...@robgri.de
Description: 
 leafnode   - NNTP server for small sites
Closes: 424949 536023
Changes: 
 leafnode (1.11.7.rel-2) unstable; urgency=low
 .
   * Standards version 3.8.3 (no changes).
   * Mentioned in README.Debian that the need to use touch_newsgroups is
 considered a bug.
   * Removed tabstop in the last line of filters (closes: #424949).
   * New Maintainer (closes: #536023).
Checksums-Sha1: 
 d0d74739247d700f5ca00882b361729c35a92683 1001 leafnode_1.11.7.rel-2.dsc
 b49e9a31657aef551cc0f488978220320c542843 50812 leafnode_1.11.7.rel-2.diff.gz
 da92cecc9b69ccb998e35b748735904b7c6e93df 356342 leafnode_1.11.7.rel-2_amd64.deb
Checksums-Sha256: 
 fd1c8978a9680cd8511a092f3cbb05d60ab012f3a0d5e30e644333230b69a65b 1001 
leafnode_1.11.7.rel-2.dsc
 c6f667a4678f0a4dd9a72a702638e5eafe628f5d3c9ff5e01a8dce3b96a11288 50812 
leafnode_1.11.7.rel-2.diff.gz
 b7fd010e3767a757b07e9795d9e6955d5337d84a62ba8f0085a8734c5f76ea1f 356342 
leafnode_1.11.7.rel-2_amd64.deb
Files: 
 989b18c3adcee049a51a655ebd55f5fb 1001 news extra leafnode_1.11.7.rel-2.dsc
 ca8317e8eb424d3905f6961418bc1ed3 50812 news extra leafnode_1.11.7.rel-2.diff.gz
 dca9d2668c32d5a0bd74823739ebaa41 356342 news extra 
leafnode_1.11.7.rel-2_amd64.deb

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

iEYEARECAAYFAkszrLQACgkQJ2Vo11xhU60IVACgvkb7YaPa7v29zJ2unNaMiENq
lowAoPjbgLzj6x/m1l7AZIJofti0uC2w
=Xi/s
-END PGP SIGNATURE-


Accepted:
leafnode_1.11.7.rel-2.diff.gz
  to main/l/leafnode/leafnode_1.11.7.rel-2.diff.gz
leafnode_1.11.7.rel-2.dsc
  to main/l/leafnode/leafnode_1.11.7.rel-2.dsc
leafnode_1.11.7.rel-2_amd64.deb
  to main/l/leafnode/leafnode_1.11.7.rel-2_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted poppler 0.12.2-2.1 (source i386)

2009-12-24 Thread Giuseppe Iuculano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 22 Dec 2009 16:11:27 +0100
Source: poppler
Binary: libpoppler5 libpoppler-dev libpoppler-glib4 libpoppler-glib-dev 
libpoppler-qt2 libpoppler-qt-dev libpoppler-qt4-3 libpoppler-qt4-dev 
poppler-utils poppler-dbg
Architecture: source i386
Version: 0.12.2-2.1
Distribution: unstable
Urgency: high
Maintainer: Loic Minier l...@dooz.org
Changed-By: Giuseppe Iuculano iucul...@debian.org
Description: 
 libpoppler-dev - PDF rendering library -- development files
 libpoppler-glib-dev - PDF rendering library -- development files (GLib 
interface)
 libpoppler-glib4 - PDF rendering library (GLib-based shared library)
 libpoppler-qt-dev - PDF rendering library -- development files (Qt 3 interface)
 libpoppler-qt2 - PDF rendering library (Qt 3 based shared library)
 libpoppler-qt4-3 - PDF rendering library (Qt 4 based shared library)
 libpoppler-qt4-dev - PDF rendering library -- development files (Qt 4 
interface)
 libpoppler5 - PDF rendering library
 poppler-dbg - PDF rendering library - detached debugging symbols
 poppler-utils - PDF utilitites (based on libpoppler)
Closes: 534680
Changes: 
 poppler (0.12.2-2.1) unstable; urgency=high
 .
   * Non-maintainer upload by the Security Team.
   * Fixed CVE-2009-3938 (Closes: #534680)
Checksums-Sha1: 
 06acb101223ed166d288a173d6e9b462bd305bd2 1617 poppler_0.12.2-2.1.dsc
 e35db06c90c27b755e1133800c56da2fcd78e98b 18997 poppler_0.12.2-2.1.diff.gz
 8dbab31b865f3111f92d941fdf3d6323caaee658 921038 libpoppler5_0.12.2-2.1_i386.deb
 aad6c758ac45506517707c380779cc1feeeb7a28 1196024 
libpoppler-dev_0.12.2-2.1_i386.deb
 267921dda84efebf89fa64c1f1c1f3acdba5f2c1 296562 
libpoppler-glib4_0.12.2-2.1_i386.deb
 ee9e3c33d1296b2cb64a4dc23c71602d524a0b1f 366260 
libpoppler-glib-dev_0.12.2-2.1_i386.deb
 5b00d0d97b6aba22e13c3759b3aedc7f935241cb 249546 
libpoppler-qt2_0.12.2-2.1_i386.deb
 e3c2ffb0781831fd1ba863edcfee32e821d3ac8d 254662 
libpoppler-qt-dev_0.12.2-2.1_i386.deb
 948e12c7ae7ae415021b988af7a95b70cde07b9b 394092 
libpoppler-qt4-3_0.12.2-2.1_i386.deb
 458abd6070b618b6a4dd9f38eb03164e21329994 433182 
libpoppler-qt4-dev_0.12.2-2.1_i386.deb
 0b90d4b8e7e182d279bf2795236601119f5cf7c9 302192 
poppler-utils_0.12.2-2.1_i386.deb
 239fe723130060674c982de146d91336451d7528 3467310 
poppler-dbg_0.12.2-2.1_i386.deb
Checksums-Sha256: 
 981814a50d375db9675e2b5fddd91e5bbfb6ee16683e1deee85ccfdfd0494706 1617 
poppler_0.12.2-2.1.dsc
 9a5e775d159a6cf58f51b2586cfbeec8108295ae0363e8745066cfd40431e85d 18997 
poppler_0.12.2-2.1.diff.gz
 ea3bc9e428ea628e5343b6f7b47c3bf67bae6475a959f02a118715fe7e53e4c3 921038 
libpoppler5_0.12.2-2.1_i386.deb
 b9b0900d89823badd3a3efae732f72b95d6affda814081f03ae0990ac7a901db 1196024 
libpoppler-dev_0.12.2-2.1_i386.deb
 5618bcae854a38167b443842772a6296da18a6fb711b3d530653d41329867468 296562 
libpoppler-glib4_0.12.2-2.1_i386.deb
 369f361c70aba61a61a14b86a0fab39b5171cb6524244bfc179029c0913d7b47 366260 
libpoppler-glib-dev_0.12.2-2.1_i386.deb
 3b54c8431d05a5a111b4246437e080be61645b8e81ac46c1312bd1b947b81193 249546 
libpoppler-qt2_0.12.2-2.1_i386.deb
 f45ea730fbf73f235378b296966ece877485d67e26e694df3749d0cb8e788db9 254662 
libpoppler-qt-dev_0.12.2-2.1_i386.deb
 9cea828110108a4117b40e9c8070f6eb2a6a918b6cc448fb2f8ffa56fefb2636 394092 
libpoppler-qt4-3_0.12.2-2.1_i386.deb
 bb56c0cc43278fcd1361e101ba9f3d25b7d481e68fecbeb0a5b394d4c0669dda 433182 
libpoppler-qt4-dev_0.12.2-2.1_i386.deb
 d34acbd16fd3a597323dfeb60bd5d1f2e6e98262a87b17b01f723f05acdbe1bd 302192 
poppler-utils_0.12.2-2.1_i386.deb
 9dde1e5f0f41b4341f54baf25816732d336b8c0022daf24cb2b955f6e8ea491c 3467310 
poppler-dbg_0.12.2-2.1_i386.deb
Files: 
 6c63156ee0101d463198606ded409649 1617 devel optional poppler_0.12.2-2.1.dsc
 f59101ff2915d8b2c5f20156cdfa6522 18997 devel optional 
poppler_0.12.2-2.1.diff.gz
 3d3c44b87e082f5a6bb2a35aee2ed466 921038 libs optional 
libpoppler5_0.12.2-2.1_i386.deb
 bf97abc19857f0e30442dd604430f1c6 1196024 libdevel optional 
libpoppler-dev_0.12.2-2.1_i386.deb
 b66e66153afb85b5e0edfa40ff204b2f 296562 libs optional 
libpoppler-glib4_0.12.2-2.1_i386.deb
 a01d4609cb96abeac9eb737a89aef86e 366260 libdevel optional 
libpoppler-glib-dev_0.12.2-2.1_i386.deb
 b2b1807250cb1f3d3a99030b6971700f 249546 libs optional 
libpoppler-qt2_0.12.2-2.1_i386.deb
 f57c3998c61b433b88b03f91752db125 254662 libdevel optional 
libpoppler-qt-dev_0.12.2-2.1_i386.deb
 e0180aa51e26f2468178bf4c597ea756 394092 libs optional 
libpoppler-qt4-3_0.12.2-2.1_i386.deb
 0e9e54343d2211056c38e31c370e1243 433182 libdevel optional 
libpoppler-qt4-dev_0.12.2-2.1_i386.deb
 79f19aa552d6370c6d47a468d4ba71e1 302192 utils optional 
poppler-utils_0.12.2-2.1_i386.deb
 881a479070f3402dc6b1d1467c8e64fe 3467310 debug extra 
poppler-dbg_0.12.2-2.1_i386.deb

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

iEYEARECAAYFAksw56wACgkQNxpp46476arNFACfdb53hcx9JpzfLj2taqLqqo4E
GkIAn1YKHjS4rYX0RlkfQ7m+ASGqT22S
=l0+G
-END PGP SIGNATURE-


Accepted:
libpoppler-dev_0.12.2-2.1_i386.deb
  to 

Accepted csound 1:5.11.1~dfsg-3 (source all amd64)

2009-12-24 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Wed, 23 Dec 2009 18:51:51 +0100
Source: csound
Binary: csound csound-gui csound-utils libcsound64-5.2 libcsnd-java 
libcsound64-dev libcsnd-dev libcsoundac-dev pd-csound python-csound libcsnd5.2 
liblua5.1-luacsnd5.2 tclcsound libcsoundac5.2 python-csoundac csladspa 
libcsound64-doc
Architecture: source all amd64
Version: 1:5.11.1~dfsg-3
Distribution: unstable
Urgency: low
Maintainer: Felipe Sateler fsate...@gmail.com
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 csladspa   - LADSPA plugin for Csound
 csound - powerful and versatile sound synthesis software
 csound-gui - GUI interfaces and opcodes for Csound
 csound-utils - miscellaneous utilities for the Csound system
 libcsnd-dev - development files for Csound -- C++ API
 libcsnd-java - Java bindings for the Csound API
 libcsnd5.2 - C++ bindings for the Csound API
 libcsound64-5.2 - main library for Csound
 libcsound64-dev - development files for Csound
 libcsound64-doc - Csound API documentation
 libcsoundac-dev - development files for CsoundAC
 libcsoundac5.2 - the Csound Algorithmic Composition library
 liblua5.1-luacsnd5.2 - Lua bindings for the Csound API
 pd-csound  - Csound external for PureData
 python-csound - Python bindings for Csound
 python-csoundac - Python bindings for CsoundAC
 tclcsound  - Tcl bindings and interpreters for Csound
Closes: 561128 561131
Changes: 
 csound (1:5.11.1~dfsg-3) unstable; urgency=low
 .
   [ Felipe Sateler ]
   * Be more verbose on mv-inside-for-loops
   * Rename the lua module (Closes: #561131)
   * Do not link against the lua library (Closes: #561128)
   * Rename the lua module as per the lua policy
   * Correct SONAME and package name of the lua bindings
   * Regenerate control file
Checksums-Sha1: 
 309bd96c587540534c55cbc2697194126f514578 2093 csound_5.11.1~dfsg-3.dsc
 20e9edfce5e71f38936a68278776b8e70db3452c 41991 
csound_5.11.1~dfsg-3.debian.tar.gz
 a9c438e72766741689fea62ed4f9ef59cd25a53e 178980 
libcsound64-dev_5.11.1~dfsg-3_all.deb
 249a2e9e5727464922216a66739cf9dabb5ff5bd 141512 
libcsnd-dev_5.11.1~dfsg-3_all.deb
 dec848a4b89abcde26d613a810e873f996c00438 159840 
libcsoundac-dev_5.11.1~dfsg-3_all.deb
 f65b640fb315e76d80a49592c7fd699fa3334635 1681908 
libcsound64-doc_5.11.1~dfsg-3_all.deb
 18429298f888c8afa8d5b91ebc78e38ec5f10da4 295750 csound_5.11.1~dfsg-3_amd64.deb
 854df6fe0c6e9371d0fdebee9030c745aa2523a9 402180 
csound-gui_5.11.1~dfsg-3_amd64.deb
 53e99f6bc61150517620ababd053f6f80babe15e 173534 
csound-utils_5.11.1~dfsg-3_amd64.deb
 59c8b2d6b1eff88039c9e8d96fcd7e6b16f90e68 1311872 
libcsound64-5.2_5.11.1~dfsg-3_amd64.deb
 470758a8efb2f0d0f15532a31d501fbd133a1db9 285400 
libcsnd-java_5.11.1~dfsg-3_amd64.deb
 9228ca6b2864a59ab1673f744e07050cee74930e 141444 
pd-csound_5.11.1~dfsg-3_amd64.deb
 73597ab52dde95db43af2c93a9aea53c85bfe2a0 405512 
python-csound_5.11.1~dfsg-3_amd64.deb
 a3c8cb67c989f45177001e4d72ccfe3fe94fe4e4 195082 
libcsnd5.2_5.11.1~dfsg-3_amd64.deb
 adcdd63cbd89b6e781f76a1580d367d7e9c4f2cd 130992 
liblua5.1-luacsnd5.2_5.11.1~dfsg-3_amd64.deb
 0add7019b84920ae766f6bf27d1baf6904884233 162416 
tclcsound_5.11.1~dfsg-3_amd64.deb
 6da82e69ca3cfc573d8395bc88ab87cc03052aa2 386674 
libcsoundac5.2_5.11.1~dfsg-3_amd64.deb
 cfa19b24313ec67c4efcf842d139c09c11c56443 571892 
python-csoundac_5.11.1~dfsg-3_amd64.deb
 96193ed9aa0bd7418c487021b15cfa5693ccf257 151906 
csladspa_5.11.1~dfsg-3_amd64.deb
Checksums-Sha256: 
 59d3b0e23ab1289883e4f8cda1addea9b5548b62d36ab19369901af67ac66c85 2093 
csound_5.11.1~dfsg-3.dsc
 deeb4d04f57abcb2706fa383fb80c755a7f00436d02455d717af68142be0195b 41991 
csound_5.11.1~dfsg-3.debian.tar.gz
 9ab48d599dcb585ccdf902afd6890dbb3984e3bcdc9f0b4e3f9dd969db32c0e7 178980 
libcsound64-dev_5.11.1~dfsg-3_all.deb
 a9cb829f595f5e7584bd594a3546b689773087849f15066ed21a94b0c37ad118 141512 
libcsnd-dev_5.11.1~dfsg-3_all.deb
 96f19d3194a23b539da9e9c037a4c5ff5c7fdb25fa40f3693a0ce86926d2b9e5 159840 
libcsoundac-dev_5.11.1~dfsg-3_all.deb
 3a8e97321cdaae6b0702dd7b3c2b09d83a7f266d148e2c6ff5b4e1307e4fccbf 1681908 
libcsound64-doc_5.11.1~dfsg-3_all.deb
 de4d76ebf35496f8ad61b13b2cc09a7dd3aed8ee78667db5ca57cb378af88ef2 295750 
csound_5.11.1~dfsg-3_amd64.deb
 ab4b70ee2f0d777f3ce0b757859211c5c6ea60a0ce1dc4669a5b21e7c96da2ce 402180 
csound-gui_5.11.1~dfsg-3_amd64.deb
 80a533b6721864fb7cd9f79debd4913542db4c1da46be8d7c2be8a65ee5e68ac 173534 
csound-utils_5.11.1~dfsg-3_amd64.deb
 a8f3cb2bd7a8c3d9f5d1f26cc89a6da1cf668b112a6233492d94791512b3 1311872 
libcsound64-5.2_5.11.1~dfsg-3_amd64.deb
 31a4730ba8a2834b1976d664aa42c5c9e8a263752e4ec2a91405ed063489bcde 285400 
libcsnd-java_5.11.1~dfsg-3_amd64.deb
 ebec60cb6b9f80778643eb7489bac413b0354494b9bf2b9699cd984d42003a91 141444 
pd-csound_5.11.1~dfsg-3_amd64.deb
 054724121493bcb93fa04c0a5e0e590cb19f1f48809e5e2f4570ff5a00742baf 405512 
python-csound_5.11.1~dfsg-3_amd64.deb
 b4bcaeed27496cc56a67eacc5346a7f2e32025e4624fb7f0db52ff21eb296543 195082 
libcsnd5.2_5.11.1~dfsg-3_amd64.deb
 

Accepted gnelib 0.75+svn20091130-1 (source i386)

2009-12-24 Thread Barry deFreese
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 30 Nov 2009 11:53:49 -0500
Source: gnelib
Binary: libgnelib-dev libgnelib0 libgnelib0-dbg libgnelib-doc
Architecture: source i386
Version: 0.75+svn20091130-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Barry deFreese bdefre...@debian.org
Description: 
 libgnelib-dev - the Game Networking Engine (development headers)
 libgnelib-doc - the Game Networking Engine (Documentation)
 libgnelib0 - the Game Networking Engine
 libgnelib0-dbg - the Game Networking Engine
Closes: 558985
Changes: 
 gnelib (0.75+svn20091130-1) unstable; urgency=low
 .
   [ Barry deFreese ]
   * Initial release. (Closes: #558985).
 + Add symlink for libgne.so since some apps use it, not libgnelib.
Checksums-Sha1: 
 8e8fdb84d38735701b158538435b0c4b92cc467e 1385 gnelib_0.75+svn20091130-1.dsc
 467c4bfde8b881b701e3bd4aebfc82b165248f67 210343 
gnelib_0.75+svn20091130.orig.tar.gz
 9e0aba4e9dd047cb52c464c60bcadee6155e5e46 3300 gnelib_0.75+svn20091130-1.diff.gz
 3dda9b08d343103efe9c693b1bac7de7fb3e093e 244696 
libgnelib-dev_0.75+svn20091130-1_i386.deb
 eafa8d593b1a0dc744defac7cfbad31e44b31a97 137734 
libgnelib0_0.75+svn20091130-1_i386.deb
 f5e3f5b4177d0a2c5a91544fadc6d1dcb5c04d1e 677142 
libgnelib0-dbg_0.75+svn20091130-1_i386.deb
 192ed86965c0d08da8fa54580ed3a5deb5e69d23 379068 
libgnelib-doc_0.75+svn20091130-1_i386.deb
Checksums-Sha256: 
 d0f47110166c377ba6f052279cde2c3b8494ad21715f54c25ad6384b045c7ad9 1385 
gnelib_0.75+svn20091130-1.dsc
 384ec7385ecce336a4a70b76c8141a4aa3c8ca821a2e8c743ec89ae37f95c918 210343 
gnelib_0.75+svn20091130.orig.tar.gz
 90763f6e8d27a8b9576330d9140117949c8dc8384f592c9671f6ea46e3e87292 3300 
gnelib_0.75+svn20091130-1.diff.gz
 54637ff4d3debaf0e5a49f36aa3e407d21962bcc36d07b6b6661b32af6c74ab5 244696 
libgnelib-dev_0.75+svn20091130-1_i386.deb
 d41a97ac943db4fdf9b90d47433e9084a6231df29dc414d85ce05491018a8168 137734 
libgnelib0_0.75+svn20091130-1_i386.deb
 c3cdccac6e5c88bbabfa326002e9003b8a70f6dea971d3e46e835b39c89fec70 677142 
libgnelib0-dbg_0.75+svn20091130-1_i386.deb
 1421dacb7218136e661a9a2eb27063f46169bef9ce35e53fd3dc75181bb67a3d 379068 
libgnelib-doc_0.75+svn20091130-1_i386.deb
Files: 
 67f0120fbedbf53e03df272a41f28889 1385 libs optional 
gnelib_0.75+svn20091130-1.dsc
 d84fc66b39f8f2897d30717c5c21ae12 210343 libs optional 
gnelib_0.75+svn20091130.orig.tar.gz
 a21060f42971926fb14173f5dae5c9eb 3300 libs optional 
gnelib_0.75+svn20091130-1.diff.gz
 a75524e990ae1525f6c4e7a4b8c733c8 244696 libdevel optional 
libgnelib-dev_0.75+svn20091130-1_i386.deb
 86d004bc910c833adc134505630d54a3 137734 libs optional 
libgnelib0_0.75+svn20091130-1_i386.deb
 1bd2c74f7b0aed2b563408985c45b020 677142 debug extra 
libgnelib0-dbg_0.75+svn20091130-1_i386.deb
 c7204ca47d1cc7b2213fcfe6471dd4e4 379068 doc extra 
libgnelib-doc_0.75+svn20091130-1_i386.deb

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

iEYEARECAAYFAksveksACgkQ5ItltUs5T37QhwCfTMMHMxRiFIELiAFL0SKGTICA
HywAoJ/Oe4rehFWb+9aPJMp8QWOvLRYN
=Y6oQ
-END PGP SIGNATURE-


Accepted:
gnelib_0.75+svn20091130-1.diff.gz
  to main/g/gnelib/gnelib_0.75+svn20091130-1.diff.gz
gnelib_0.75+svn20091130-1.dsc
  to main/g/gnelib/gnelib_0.75+svn20091130-1.dsc
gnelib_0.75+svn20091130.orig.tar.gz
  to main/g/gnelib/gnelib_0.75+svn20091130.orig.tar.gz
libgnelib-dev_0.75+svn20091130-1_i386.deb
  to main/g/gnelib/libgnelib-dev_0.75+svn20091130-1_i386.deb
libgnelib-doc_0.75+svn20091130-1_i386.deb
  to main/g/gnelib/libgnelib-doc_0.75+svn20091130-1_i386.deb
libgnelib0-dbg_0.75+svn20091130-1_i386.deb
  to main/g/gnelib/libgnelib0-dbg_0.75+svn20091130-1_i386.deb
libgnelib0_0.75+svn20091130-1_i386.deb
  to main/g/gnelib/libgnelib0_0.75+svn20091130-1_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted libpod-elemental-perl 0.093280-1 (source all)

2009-12-24 Thread Jonathan Yu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 23 Dec 2009 13:18:59 -0500
Source: libpod-elemental-perl
Binary: libpod-elemental-perl
Architecture: source all
Version: 0.093280-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonathan Yu jaw...@cpan.org
Description: 
 libpod-elemental-perl - module for manipulating POD elements
Closes: 562108
Changes: 
 libpod-elemental-perl (0.093280-1) unstable; urgency=low
 .
   * Initial Release (Closes: #562108)
Checksums-Sha1: 
 35b494d401df7aea653e02cba255dea01d2c2a44 2352 
libpod-elemental-perl_0.093280-1.dsc
 2ec803fc356209736aa0f52b7c7a53e119531e90 28134 
libpod-elemental-perl_0.093280.orig.tar.gz
 a6e97f5d407427ef91139e4dd0c1230baa558eff 1522 
libpod-elemental-perl_0.093280-1.diff.gz
 2f58d501812dfc8ac3cc81ab373a0e4008ba28e1 76226 
libpod-elemental-perl_0.093280-1_all.deb
Checksums-Sha256: 
 68f0c98c5911048d603cbae78780d3151d098c858cc22ce5c83ee92dff48 2352 
libpod-elemental-perl_0.093280-1.dsc
 1e0c273cd8595dc50b7de9407be132410bd982e385292600a8279ec7b546c30c 28134 
libpod-elemental-perl_0.093280.orig.tar.gz
 ec7d5e055c8ccdad4146b730bd859aeda5e19a49b6e794d613d463bd7d8f9f19 1522 
libpod-elemental-perl_0.093280-1.diff.gz
 b8e7e25f256faf4cf0c9c8c041b08ffaf47f963442d0bf6f17bfb98d08e76f88 76226 
libpod-elemental-perl_0.093280-1_all.deb
Files: 
 60778c29c074cc27962031b9ef858e53 2352 perl optional 
libpod-elemental-perl_0.093280-1.dsc
 0dae4f0ed4269ef08a4bd7f9fd9abd2f 28134 perl optional 
libpod-elemental-perl_0.093280.orig.tar.gz
 731c04659f45b9f550f83b16fbc9f167 1522 perl optional 
libpod-elemental-perl_0.093280-1.diff.gz
 9848bcba9eb9052d064b2b94f93ff1da 76226 perl optional 
libpod-elemental-perl_0.093280-1_all.deb

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

iQIcBAEBCAAGBQJLMpgbAAoJELs6aAGGSaoGqoIQAMMhhsqkwCO5AaHBY3PLqxj9
gfhnoV/alZfXNb7IAeutuUxfmcin35/U1qEDu8at/Ncao2ANyIgNcCo1AHguAPTg
zxRNRivMz/HdIR4klgMldd8cSxGlVJJjBuWbzgeBLVe2wRlX8mnRWWeNnBZLT6n2
1CH9mqsj6seeXwQMc7oIumDJzK89X9yXc0YCFsp1/+nW/0ECiqBfRKE1Bv0ncHss
V3Hr9oPuUvBuNu/XwW8x8/3pY9ulOFfgmFoF0QcqmMqQylB8qjTRjOfwfKOdcAph
+9Zr+lP223rqNwg+TQ0S3khkqh0yvp9KEcewwuJLUkGW78hxQmZ20Ir09hh/N1/V
8a1jyAeEzWpuWkinOMWyfmeDla/EKLl2ZaUABt6kX57nQK2IcUC8Jqm6MthyD02a
UQrwuVwcKPSL1kjRxbK7WkDI3Vbzqj3+/CLFzXRQ+/QlRcWJBnULlDSPIhqwZvaj
AykR4BQtolHL0Q/TI7fIiRxF/FRwwIlgdDzcBc8AOpok9vW2yZqVSIikgAykUv89
/LClrhmY4Uy2NjpJm8iphD23E3CEvrMUWpnryr7LKIiRGA2mfPa0GxovVi6lhLDs
OZBIwjX4ew6UgjtDZwF5oZij9ZE2AUTMccInsipResjv4T1raGL1H5KVnufnKdcO
t+u8xIAm2G1ObFVN6w2X
=Dpev
-END PGP SIGNATURE-


Accepted:
libpod-elemental-perl_0.093280-1.diff.gz
  to main/libp/libpod-elemental-perl/libpod-elemental-perl_0.093280-1.diff.gz
libpod-elemental-perl_0.093280-1.dsc
  to main/libp/libpod-elemental-perl/libpod-elemental-perl_0.093280-1.dsc
libpod-elemental-perl_0.093280-1_all.deb
  to main/libp/libpod-elemental-perl/libpod-elemental-perl_0.093280-1_all.deb
libpod-elemental-perl_0.093280.orig.tar.gz
  to main/libp/libpod-elemental-perl/libpod-elemental-perl_0.093280.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted blender 2.50~alpha~0~svn24834-1 (source amd64)

2009-12-24 Thread Cyril Brulebois
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Dec 2009 19:20:08 +0100
Source: blender
Binary: blender
Architecture: source amd64
Version: 2.50~alpha~0~svn24834-1
Distribution: experimental
Urgency: low
Maintainer: Cyril Brulebois k...@debian.org
Changed-By: Cyril Brulebois k...@debian.org
Description: 
 blender- Very fast and versatile 3D modeller/renderer
Changes: 
 blender (2.50~alpha~0~svn24834-1) experimental; urgency=low
 .
   * New upstream snapshot:
  - Use the blender-2.50-release tag, svn revision 24834.
  - Upstream codename is 2.5 alpha 0.
  - “Repack” as documented in debian/copyright.
   * Drop all patches for now.
   * Great cleanup / Switch from debhelper 5 to dh 7:
  - Bump versioned Build-Depends on debhelper.
  - Bump debian/compat.
  - Get rid of the current debian/rules, start over with a tiny one,
only using the quilt addon, and the cmake buildsystem. Given there
are at least scons and cmake files, let's give a hint to dh.
  - Get rid of debian/{install,links}: no longer needed.
  - Get rid of lintian overrides: no longer needed.
  - Get rid of the wrapper: hopefully no longer needed.
   * Add patches:
  - 10_build_configuration: configure the build for Debian using the
top-level CMakeLists.txt file. Currently, it enables the following
items: ffmpeg, openjpeg, fftw3, jack, sndfile.
  - 20_install_in_usr_lib: arch-dep files have to go to /usr/lib, they
don't belong to /usr/share. Only needed if embedded python isn't
removed from the final binary (see below), disabled for now.
  - 30_use_systemwide_libraries: Use system-wide glew and openjpeg
libraries, and do not use -lstdc++ for linking.
   * Update Build-Depends:
  - Replace scons with cmake in Build-Depends.
  - Add libsndfile-dev, libjack-dev, libsamplerate0-dev, libfftw3-dev,
and libglew1.5-dev.
  - Finally wrap them!
  - Drop unneeded libdc1394-22-dev.
   * Switch python version as needed upstream, from 2.5 to 3.1:
  - Update Build-Depends on pythonX.Y-dev.
  - Update debian/pyversions.
  - Unfortunately, python (= 3.1) gets added to Depends, which makes
the resulting binary uninstallable even in experimental.
  - Replace ${python:Version} with hardcoded python3.1 for now.
  - Disable dh_pysupport for now, there's no support for 3.* in
python-support yet.
   * Get rid of embedded python by overriding dh_auto_install:
  - Blender should fall back to the system python if there's no
embedded one.
   * Remove apparently-unneeded dotfiles:
  - At the moment, that's .bfont.ttf and .Blanguages.
  - Even when the latter is here, lang selection doesn't seem to work.
  - Here, “apparently” means “does not show up in strace”.
   * Adjust README.source to mention $VCS.
   * Remove README.Debian, quite obsolete.
   * Add a NEWS file.
   * Update debian/copyright:
  - No longer mention extern/bFTGL, no longer in SVN.
  - Add extern/glew.
Checksums-Sha1: 
 af7dc92041dac698a0ede1339d410201f52eecbb 1660 
blender_2.50~alpha~0~svn24834-1.dsc
 68cf2b72ec07a49a5e1da4acda2c699a672faffb 14646472 
blender_2.50~alpha~0~svn24834.orig.tar.gz
 99d94de3d8c24512d82e88a9533c8116c4b815a8 25954 
blender_2.50~alpha~0~svn24834-1.diff.gz
 938731e466589dbc1df7655a9c51cf55d24cd375 8252164 
blender_2.50~alpha~0~svn24834-1_amd64.deb
Checksums-Sha256: 
 2ed721014c1211d0fd85a2b49757b3f8de1668cd079b8afd12de21d65ed3c490 1660 
blender_2.50~alpha~0~svn24834-1.dsc
 56e0d47211f75e926b50de8e025ae631c48ae80fb8a0b07d5631095876c398e3 14646472 
blender_2.50~alpha~0~svn24834.orig.tar.gz
 f6bc6648962967e55b0ea61946a08e63ee362735c53dc4800b80562a6dc130a0 25954 
blender_2.50~alpha~0~svn24834-1.diff.gz
 fbe492b1aa2d8efb6b35dd12e5aabbdcc841e97c757e3ea42770b9947fc3cbcd 8252164 
blender_2.50~alpha~0~svn24834-1_amd64.deb
Files: 
 7c2744564bb8de28b44d96c1d64ba73f 1660 graphics optional 
blender_2.50~alpha~0~svn24834-1.dsc
 ad6f5dad756be3abdbabc386f726b2c0 14646472 graphics optional 
blender_2.50~alpha~0~svn24834.orig.tar.gz
 bf0c38fcb45b2b6e350a96faef6a463d 25954 graphics optional 
blender_2.50~alpha~0~svn24834-1.diff.gz
 96493aa691f3157eccca5a82f911da4a 8252164 graphics optional 
blender_2.50~alpha~0~svn24834-1_amd64.deb

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

iEYEARECAAYFAksztY0ACgkQeGfVPHR5Nd01ugCg0J+vUXJ26Ej+YDRkLGxL0M8g
INsAn3JbhR2tUUdkpgEcVs4rN+LD09bf
=PKBU
-END PGP SIGNATURE-


Accepted:
blender_2.50~alpha~0~svn24834-1.diff.gz
  to main/b/blender/blender_2.50~alpha~0~svn24834-1.diff.gz
blender_2.50~alpha~0~svn24834-1.dsc
  to main/b/blender/blender_2.50~alpha~0~svn24834-1.dsc
blender_2.50~alpha~0~svn24834-1_amd64.deb
  to main/b/blender/blender_2.50~alpha~0~svn24834-1_amd64.deb
blender_2.50~alpha~0~svn24834.orig.tar.gz
  to main/b/blender/blender_2.50~alpha~0~svn24834.orig.tar.gz


-- 
To UNSUBSCRIBE, email to 

Accepted mono-debugger 2.4.3-1 (source amd64)

2009-12-24 Thread Jo Shields
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 24 Dec 2009 11:39:50 +
Source: mono-debugger
Binary: mono-debugger
Architecture: source amd64
Version: 2.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Mono Group pkg-mono-gr...@lists.alioth.debian.org
Changed-By: Jo Shields direct...@apebox.org
Description: 
 mono-debugger - Debugger for Mono
Closes: 562282
Changes: 
 mono-debugger (2.4.3-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control:
 + Build-depend on mono-devel 2.4.3, remove individual library
   dependencies which are no longer required
   * debian/rules:
 + Use mono-csc as compiler, not csc (Closes: #562282)
   * debian/patches/use_real_nunit.dpatch:
 + Refresh
   * debian/shlibs:
 + Provide a shlibs file, to prevent Lintian-based explosions
Checksums-Sha1: 
 bf5b780a461d92c03276822488af6e2f2ee496a3 1726 mono-debugger_2.4.3-1.dsc
 608a9cbdb574ccef2064921847857e6dc15d0b6e 1934461 
mono-debugger_2.4.3.orig.tar.gz
 e9b203f768b54676bd23d08f4298c73a1b871975 7887 mono-debugger_2.4.3-1.diff.gz
 963ba572d0cb9e6c02682a01133e96c3f60d8967 1088022 
mono-debugger_2.4.3-1_amd64.deb
Checksums-Sha256: 
 d510b97b99eca33dabae4847e05a74729db7fa963dc9d8340c312d5731973465 1726 
mono-debugger_2.4.3-1.dsc
 807adb0e16b77231e836a8842d0caf42c691d01aa499cef745ec0cb002a5762c 1934461 
mono-debugger_2.4.3.orig.tar.gz
 4605b46b799122e9e0b803af028f9a2ecb26b31d9aa861085cc15bb3a7db 7887 
mono-debugger_2.4.3-1.diff.gz
 e1bb454ec35de14b907cf5961c0d5833dfedf00f9bd6f28e098028d5b7e15330 1088022 
mono-debugger_2.4.3-1_amd64.deb
Files: 
 28aad4b4273fc013272301e75f13bb38 1726 devel optional mono-debugger_2.4.3-1.dsc
 db4cff281aecd4fca6c47f4a43048b73 1934461 devel optional 
mono-debugger_2.4.3.orig.tar.gz
 458305a639c80760b29d22a6615c16c5 7887 devel optional 
mono-debugger_2.4.3-1.diff.gz
 06dc523d247ce3f4fc7c220e22fb0caa 1088022 devel optional 
mono-debugger_2.4.3-1_amd64.deb

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

iQEcBAEBCAAGBQJLM7M3AAoJEMkPnLkOH60MwhUIAIAAhk0QG9jp7eB4xQzAGsOM
p70P0TDJgc5zGZKzELQxXAjGABDR0i9FnTkm0upFfDZLyuhiU+6wX0mAQuLpU99K
LEZZpKEi8ILlWlelLjOXVBswXFoAr65e/gayK2mbPO5TsofHeCxN0OekvAe5Apof
Vv2nlIzvd2RDCKGZ41usML15BsCOPmtCGb6e8lJ5pBO1jNZkvqus5r90AJAzR2ET
HHTihJ0QrFdt5m4FOXlTsGfaFLSQ7+kTPsjW7M90W+JzglrgDukq+hw/t2dkxsSu
LdeXvjiZCGy1hKf8bLczTIoJXBmmcsOZQ5OclxSUIPE+KThyC9vcJmS2eCH0LyM=
=zUJ4
-END PGP SIGNATURE-


Accepted:
mono-debugger_2.4.3-1.diff.gz
  to main/m/mono-debugger/mono-debugger_2.4.3-1.diff.gz
mono-debugger_2.4.3-1.dsc
  to main/m/mono-debugger/mono-debugger_2.4.3-1.dsc
mono-debugger_2.4.3-1_amd64.deb
  to main/m/mono-debugger/mono-debugger_2.4.3-1_amd64.deb
mono-debugger_2.4.3.orig.tar.gz
  to main/m/mono-debugger/mono-debugger_2.4.3.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted emdebian-grip 2.2.3 (source all)

2009-12-24 Thread Neil Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 22 Dec 2009 23:37:36 +
Source: emdebian-grip
Binary: emdebian-grip-server emdebian-grip emdebian-tdeb 
libdebian-packages-compare-perl
Architecture: source all
Version: 2.2.3
Distribution: unstable
Urgency: low
Maintainer: Neil Williams codeh...@debian.org
Changed-By: Neil Williams codeh...@debian.org
Description: 
 emdebian-grip - support for the Grip flavour of Emdebian
 emdebian-grip-server - server-side support for Emdebian Grip
 emdebian-tdeb - transition package for TDeb handling scripts
 libdebian-packages-compare-perl - emdebian repository comparison support
Changes: 
 emdebian-grip (2.2.3) unstable; urgency=low
 .
   * Reduce autogrip workload by simplifying the parser.
   * emgrip-dupes : Protect source packages in main when purging.
   * Add emgrip-dupes output to grip-cron logfile.
   * Add emgrip-remove - helper to remove packages from the repository
 and the filter.
   * Add component support to grip-override-replace.pl
   * Allow XS-Python-Version (python-mutagen support).
Checksums-Sha1: 
 654838a80977b42f003443d9e04ae8ed82e1d174 1152 emdebian-grip_2.2.3.dsc
 71b9f79fa5244613db8f58148a79844ccd8a5342 99485 emdebian-grip_2.2.3.tar.gz
 973032b7977f6bc9f4c3803a6cb7af5cc7fd9c8a 84454 
emdebian-grip-server_2.2.3_all.deb
 4245badfd54a5d551aa5e34c8cc3a5063489ad88 32136 emdebian-grip_2.2.3_all.deb
 b45ca298828ea1dcc7eadb12194514ccff369262 52830 emdebian-tdeb_2.2.3_all.deb
 1c32f75a338997c0974ae525b3f88e180feddd28 15300 
libdebian-packages-compare-perl_2.2.3_all.deb
Checksums-Sha256: 
 dde81fbed47f487559a281b382bfb252e62fb2829333ba339e52b0c9df028de1 1152 
emdebian-grip_2.2.3.dsc
 9fab31dad0d555ce2c8f60788b08c7ce940f7386279df750ec17bfa93bfb53b8 99485 
emdebian-grip_2.2.3.tar.gz
 7e73a879e298b9e87c643af01a1f12e13f13f5c9dd6725313bec6cdabd67353a 84454 
emdebian-grip-server_2.2.3_all.deb
 44523d636bed1efce218d2e18c4d62a3016f23768b9845226094210890872f77 32136 
emdebian-grip_2.2.3_all.deb
 9853d558f7686d5a2f4deb2139eec8faac8d3c07b3d5853289b2a2de448d2f3f 52830 
emdebian-tdeb_2.2.3_all.deb
 b20b4225676e64913a3f65a70fcf0ceb33a09af7285db94b7eecd771e27a85cf 15300 
libdebian-packages-compare-perl_2.2.3_all.deb
Files: 
 7314498622acccef06e2c0330607de0e 1152 utils extra emdebian-grip_2.2.3.dsc
 4817e8c4fa480c0d522e7720a9ffbcd4 99485 utils extra emdebian-grip_2.2.3.tar.gz
 3ee816c03e8f81896aa75639260385f7 84454 utils extra 
emdebian-grip-server_2.2.3_all.deb
 00b471659054781352c0005c033932ab 32136 utils extra emdebian-grip_2.2.3_all.deb
 d23a88d7e303301bed9a178115b0b4ad 52830 utils extra emdebian-tdeb_2.2.3_all.deb
 2b0ba220d4d47d1400c4830f7605517f 15300 perl extra 
libdebian-packages-compare-perl_2.2.3_all.deb

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

iEYEARECAAYFAkszuyoACgkQiAEJSii8s+NVCACgwJPtOE8xRE1/lGsfJaEHRjZ8
k1UAoPD+caoZxOvo9YqDrl8qNAlaX09D
=J/75
-END PGP SIGNATURE-


Accepted:
emdebian-grip-server_2.2.3_all.deb
  to main/e/emdebian-grip/emdebian-grip-server_2.2.3_all.deb
emdebian-grip_2.2.3.dsc
  to main/e/emdebian-grip/emdebian-grip_2.2.3.dsc
emdebian-grip_2.2.3.tar.gz
  to main/e/emdebian-grip/emdebian-grip_2.2.3.tar.gz
emdebian-grip_2.2.3_all.deb
  to main/e/emdebian-grip/emdebian-grip_2.2.3_all.deb
emdebian-tdeb_2.2.3_all.deb
  to main/e/emdebian-grip/emdebian-tdeb_2.2.3_all.deb
libdebian-packages-compare-perl_2.2.3_all.deb
  to main/e/emdebian-grip/libdebian-packages-compare-perl_2.2.3_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted gcc-mingw32 4.4.2-2 (source amd64)

2009-12-24 Thread Robert Millan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Dec 2009 17:26:07 +0100
Source: gcc-mingw32
Binary: gcc-mingw32
Architecture: source amd64
Version: 4.4.2-2
Distribution: unstable
Urgency: low
Maintainer: Robert Millan rmh.deb...@aybabtu.com
Changed-By: Robert Millan rmh.deb...@aybabtu.com
Description: 
 gcc-mingw32 - The GNU Compiler Collection (cross compiler for MingW32)
Closes: 562094
Changes: 
 gcc-mingw32 (4.4.2-2) unstable; urgency=low
 .
   * rules: Don't remove $target libiberty.a.  (Closes: #562094)
Checksums-Sha1: 
 7d63216086178f4e08c316130f142ba39b31ff93 1278 gcc-mingw32_4.4.2-2.dsc
 3895004729f87e771651eabb29af50b806b6bd82 2536 gcc-mingw32_4.4.2-2.diff.gz
 f9c920348135b1105b3ef94ed39cc134c3b63995 13877430 gcc-mingw32_4.4.2-2_amd64.deb
Checksums-Sha256: 
 65db71b193079964e33c94a053acbba6a82ee75628c5a3be4b2f027ad43122f2 1278 
gcc-mingw32_4.4.2-2.dsc
 676f1df570916e7d3da6644fd6183f11bfb549f0bf76c2e0d60c29296c498800 2536 
gcc-mingw32_4.4.2-2.diff.gz
 30cc1dd3f75e694271bc4781047ee428e8184d14408b34bc8653be64135d7bfa 13877430 
gcc-mingw32_4.4.2-2_amd64.deb
Files: 
 1bd23ecbe664bd8b154edad26f90f8a4 1278 devel extra gcc-mingw32_4.4.2-2.dsc
 aa5814a6d0776eb49b7fc1a4a69bbbee 2536 devel extra gcc-mingw32_4.4.2-2.diff.gz
 876451097bf8420d491795f450d2c73c 13877430 devel extra 
gcc-mingw32_4.4.2-2_amd64.deb

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

iEYEARECAAYFAkszu/YACgkQC19io6rUCv9lAACghBve2Ziu0iS4fQgUyn7ce36J
2OIAnjhs29TGzbhri3UqhepMVykwcb5t
=PQxt
-END PGP SIGNATURE-


Accepted:
gcc-mingw32_4.4.2-2.diff.gz
  to main/g/gcc-mingw32/gcc-mingw32_4.4.2-2.diff.gz
gcc-mingw32_4.4.2-2.dsc
  to main/g/gcc-mingw32/gcc-mingw32_4.4.2-2.dsc
gcc-mingw32_4.4.2-2_amd64.deb
  to main/g/gcc-mingw32/gcc-mingw32_4.4.2-2_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted dh-make-drupal 0.5-1 (source all)

2009-12-24 Thread Gunnar Wolf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 24 Dec 2009 13:50:05 -0600
Source: dh-make-drupal
Binary: dh-make-drupal
Architecture: source all
Version: 0.5-1
Distribution: unstable
Urgency: low
Maintainer: Gunnar Wolf gw...@debian.org
Changed-By: Gunnar Wolf gw...@debian.org
Description: 
 dh-make-drupal - Create Debian packages from Drupal modules and themes
Closes: 561946
Changes: 
 dh-make-drupal (0.5-1) unstable; urgency=low
 .
   * New upstream release (Closes: #561946)
Checksums-Sha1: 
 5f65775d72fe296574cc7621c7d57b27bcfcb285 1841 dh-make-drupal_0.5-1.dsc
 e627fd33d1fc69c5b8a9c5bcd01691e0d5241342 24868 dh-make-drupal_0.5.orig.tar.gz
 6fd1106e266b7aea9e61ec5c26141203408ef820 1850 dh-make-drupal_0.5-1.diff.gz
 578bfe3fda9eb334874688844934cc67d585167c 17956 dh-make-drupal_0.5-1_all.deb
Checksums-Sha256: 
 7a452d69a5213407f0d6398d05c7c381a72ca3e65df26a5b2dd77d2392600a08 1841 
dh-make-drupal_0.5-1.dsc
 01c3294a511d969854adde72d7624ba30e28560fcfd79bf8ec1a3c0e181b5d59 24868 
dh-make-drupal_0.5.orig.tar.gz
 1a5208fc55911465ff985725d18120e848cfd0785577f77203d3686b1d7966ed 1850 
dh-make-drupal_0.5-1.diff.gz
 b6198797386547ad48e3f03ca1007a58bed09b9df45d625e095dfd1079523f3a 17956 
dh-make-drupal_0.5-1_all.deb
Files: 
 7dd956bc9eec943312bbc5a72871f42d 1841 web extra dh-make-drupal_0.5-1.dsc
 a36c1bb2827e84f32cdc78ca82f76c08 24868 web extra dh-make-drupal_0.5.orig.tar.gz
 3043f1ec45dda759303e968e9fdb53e8 1850 web extra dh-make-drupal_0.5-1.diff.gz
 95bb89628bbf7a4afd0baa8af5eb7d31 17956 web extra dh-make-drupal_0.5-1_all.deb

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

iQIcBAEBCAAGBQJLM8a8AAoJEGc6A+TB25IfJiMP/36hLxa2MNhShCbjmvhaQDWg
9yD1SzP41x1FPgfhxr4f2sVE/nMlFlQANZTRojZOAvDiZLbvDTE0CyMpPsVPEt7n
MuM0FQ6xCYw9Rl5g7gClZrgidtoX+6ENlsiSVUJoSJDIFwgLEOeMbn5HPf4K8uIY
jvmtUhVVygWs9TbpnBY/AUgV55KI4YINTyewkBHMYI2jObX+Ri/3gSmHm3HHBjRD
r1o/oYlujorNqYzEx8m+s7v9V0tSEyEpKLCWiLL4LdgUSdCc8dsvHBAKtvTfL/ST
U61uPEmVLJ0d98g1pTNGndsONQSzBMOM8Tn0ndhZXnd7DI9/XRrTFp124F+iaHva
FSYWF6AYAJHzACnxOEd/+necBmCuMDUWuOgs/n7jt6ENVcAETg9G96NG/b00lLcQ
nzJnX5OKWFrCGn1NNuJFey7XNsedLrjEFOGTMKDh5F5lf27RbwwtYYlLA6X/hjhj
Osw/5qiTSqiSJUo4D2c/MCO0GC8YA2EIBBjfMTDXIeCeBWrJALjwueb/VafrVPev
eQqRD1OotP54w9fJt7v5zRS9p3FJY8K9fHgrD8rPdzlpMqyZ4hN1Py5VhJp8IrTg
GuJytPkfZeqMAcQJ8FHL/IHg+6AjO6JCSz0gaUrneNELWK8eQThS1KO/hWBBnUgY
rfjMw+SDr5Fb8ogdpqgh
=+YS/
-END PGP SIGNATURE-


Accepted:
dh-make-drupal_0.5-1.diff.gz
  to main/d/dh-make-drupal/dh-make-drupal_0.5-1.diff.gz
dh-make-drupal_0.5-1.dsc
  to main/d/dh-make-drupal/dh-make-drupal_0.5-1.dsc
dh-make-drupal_0.5-1_all.deb
  to main/d/dh-make-drupal/dh-make-drupal_0.5-1_all.deb
dh-make-drupal_0.5.orig.tar.gz
  to main/d/dh-make-drupal/dh-make-drupal_0.5.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted libwx-perl 0.94-1 (source i386)

2009-12-24 Thread Ryan Niebur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Dec 2009 12:23:28 -0800
Source: libwx-perl
Binary: libwx-perl
Architecture: source i386
Version: 0.94-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Ryan Niebur r...@debian.org
Description: 
 libwx-perl - interface to wxWidgets cross-platform GUI toolkit
Closes: 499740
Changes: 
 libwx-perl (0.94-1) unstable; urgency=low
 .
   [ Roberto C. Sanchez ]
   * New upstream release
 .
   [ Ryan Niebur ]
   * remove wrap_get_raw_keycode.patch, applied upstream
   * skip the failing tests (Closes: #499740)
Checksums-Sha1: 
 0caf11de348031ceb4b51881f3be1d8cbe032a3e 1481 libwx-perl_0.94-1.dsc
 b1f73eef0caf477db62c016e4463baa2f7e4e601 353476 libwx-perl_0.94.orig.tar.gz
 236a2927ff84e89ca1b89b7f0d73027856d725cb 4114 libwx-perl_0.94-1.diff.gz
 a24171c8df642c3b6b38c8aeca031a023412cff9 1821594 libwx-perl_0.94-1_i386.deb
Checksums-Sha256: 
 8e2bf4f81318f644ee4bd2f073a49d2cdb67a2f48152747fac75c0d70e5d495c 1481 
libwx-perl_0.94-1.dsc
 fb610f64f12c80b482257ce0ed346f7506695d83e13b344481546a5170059153 353476 
libwx-perl_0.94.orig.tar.gz
 6b9490c3ff676ecc6668a3790d52cb5ec11d736a3f8e05387ba2246390aa7547 4114 
libwx-perl_0.94-1.diff.gz
 7ca40ecf020c82640059a7fd01b4ce3d70c22b65c5f268a441fd7124bbf07ce9 1821594 
libwx-perl_0.94-1_i386.deb
Files: 
 5da1db46227a497839998f9627e4640e 1481 perl optional libwx-perl_0.94-1.dsc
 401e2eaa723fd61e5dded7256de89804 353476 perl optional 
libwx-perl_0.94.orig.tar.gz
 098c25c36a2b825a5220f447cda4fa96 4114 perl optional libwx-perl_0.94-1.diff.gz
 552615348b2b277d2699878eeb7fd829 1821594 perl optional 
libwx-perl_0.94-1_i386.deb

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

iEYEARECAAYFAkszz6EACgkQMihv+PacasUxfACeJQsyswrIAOb1CV1TOfGtI3dk
ZYEAn2QJ+GQkrsa3Pe3zO2F1oz+Q5nvc
=3xP4
-END PGP SIGNATURE-


Accepted:
libwx-perl_0.94-1.diff.gz
  to main/libw/libwx-perl/libwx-perl_0.94-1.diff.gz
libwx-perl_0.94-1.dsc
  to main/libw/libwx-perl/libwx-perl_0.94-1.dsc
libwx-perl_0.94-1_i386.deb
  to main/libw/libwx-perl/libwx-perl_0.94-1_i386.deb
libwx-perl_0.94.orig.tar.gz
  to main/libw/libwx-perl/libwx-perl_0.94.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted shorewall 4.4.5.4-1 (source all)

2009-12-24 Thread Roberto C. Sanchez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Dec 2009 15:09:32 -0500
Source: shorewall
Binary: shorewall shorewall-shell shorewall-perl shorewall-common
Architecture: source all
Version: 4.4.5.4-1
Distribution: unstable
Urgency: low
Maintainer: Roberto C. Sanchez robe...@connexer.com
Changed-By: Roberto C. Sanchez robe...@connexer.com
Description: 
 shorewall  - Shoreline Firewall, netfilter configurator
 shorewall-common - Shoreline Firewall, netfilter configurator - transition 
package
 shorewall-perl - Shoreline Firewall, netfilter configurator - transition 
package
 shorewall-shell - Shoreline Firewall, netfilter configurator - transition 
package
Changes: 
 shorewall (4.4.5.4-1) unstable; urgency=low
 .
   * New Upstream Version
Checksums-Sha1: 
 5dad2a1e5403c839007df0928c002e979982e161 1258 shorewall_4.4.5.4-1.dsc
 55b596550aee9bfb53f083449e97e0d9b1c323de 303994 shorewall_4.4.5.4.orig.tar.gz
 f2668ecea75becb8031d306449bcad8a4afcb6c9 36535 shorewall_4.4.5.4-1.diff.gz
 572520b2f28297c7d412583840ecabd8ab7cabfe 334312 shorewall_4.4.5.4-1_all.deb
 a1bf53a6138f397a525ba38432008f4419d0 24956 
shorewall-shell_4.4.5.4-1_all.deb
 85de62c6932458e883eeed5d7bb7089638ee 24950 shorewall-perl_4.4.5.4-1_all.deb
 19e29f1117d0a966ed89100f87c70f220dbcec4b 24946 
shorewall-common_4.4.5.4-1_all.deb
Checksums-Sha256: 
 4f9125d1bd8a721334d0609bf73e2c896e43aa66378a58f82b99126daa96f0dc 1258 
shorewall_4.4.5.4-1.dsc
 6f9ea4832d8491080dabee803fcb16d1fa14217d2bf76f040081ec0c5cc64666 303994 
shorewall_4.4.5.4.orig.tar.gz
 1ab9fe1096baf61996aab270b401a762db4c5a3ffdacca204129a90bb6328ed4 36535 
shorewall_4.4.5.4-1.diff.gz
 e2c81d9fc12d56bc663ad923a6d70c7e3d2ac4af0d4b03a84ed7f68c754bca0b 334312 
shorewall_4.4.5.4-1_all.deb
 2bb5d3a01ee86c762dcc095fde31c0f9fff2720c43472ded22ef5040b0a0526a 24956 
shorewall-shell_4.4.5.4-1_all.deb
 c8478c6009c45374e596010832c59eb36b755e34537851e522787637446d0b09 24950 
shorewall-perl_4.4.5.4-1_all.deb
 5a4df760433cfbe93422bcda1f68777cee22fe37db0c2dae4574dce71379d999 24946 
shorewall-common_4.4.5.4-1_all.deb
Files: 
 f8167d04578d2da19f5d318cf410d438 1258 net optional shorewall_4.4.5.4-1.dsc
 3c30e84f55c3a92bd0a4351952f1133c 303994 net optional 
shorewall_4.4.5.4.orig.tar.gz
 1fd2924e97218e8534116cb323fee797 36535 net optional shorewall_4.4.5.4-1.diff.gz
 be315b5f93444dccac23b8f158b37af7 334312 net optional 
shorewall_4.4.5.4-1_all.deb
 a7fba55a6a19c74da3993df48c723f1c 24956 net optional 
shorewall-shell_4.4.5.4-1_all.deb
 082b2b94e3c78dcb86a66f58e72dbf35 24950 net optional 
shorewall-perl_4.4.5.4-1_all.deb
 9d3c98fcf6086f594af9168a839d3e19 24946 net optional 
shorewall-common_4.4.5.4-1_all.deb

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

iEYEARECAAYFAksz0REACgkQ5u8aIkK1qfZdzwCdEQlac2ClFMjkGws3yxw6gBUt
1NgAnA5EIfQr6/kaFJmkjHSmdv8/VMMH
=m0ga
-END PGP SIGNATURE-


Accepted:
shorewall-common_4.4.5.4-1_all.deb
  to main/s/shorewall/shorewall-common_4.4.5.4-1_all.deb
shorewall-perl_4.4.5.4-1_all.deb
  to main/s/shorewall/shorewall-perl_4.4.5.4-1_all.deb
shorewall-shell_4.4.5.4-1_all.deb
  to main/s/shorewall/shorewall-shell_4.4.5.4-1_all.deb
shorewall_4.4.5.4-1.diff.gz
  to main/s/shorewall/shorewall_4.4.5.4-1.diff.gz
shorewall_4.4.5.4-1.dsc
  to main/s/shorewall/shorewall_4.4.5.4-1.dsc
shorewall_4.4.5.4-1_all.deb
  to main/s/shorewall/shorewall_4.4.5.4-1_all.deb
shorewall_4.4.5.4.orig.tar.gz
  to main/s/shorewall/shorewall_4.4.5.4.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted shorewall-doc 4.4.5-1 (source all)

2009-12-24 Thread Roberto C. Sanchez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 19 Dec 2009 14:14:15 -0500
Source: shorewall-doc
Binary: shorewall-doc
Architecture: source all
Version: 4.4.5-1
Distribution: unstable
Urgency: low
Maintainer: Roberto C. Sanchez robe...@connexer.com
Changed-By: Roberto C. Sanchez robe...@connexer.com
Description: 
 shorewall-doc - documentation for Shoreline Firewall (Shorewall)
Changes: 
 shorewall-doc (4.4.5-1) unstable; urgency=low
 .
   * New Upstream Version
Checksums-Sha1: 
 a05ea7c6cc97c785a09a56e3e6a3163a77ce0bf3 1262 shorewall-doc_4.4.5-1.dsc
 8eb640c93b9569a19890f4a760922fcea0cfb882 6129197 
shorewall-doc_4.4.5.orig.tar.gz
 1c28408253baa8fa2790a21a3ba6bb9f06163bdf 4307 shorewall-doc_4.4.5-1.diff.gz
 7b36d8faa719af0478056371cfed5a1759b6f4b8 6068482 shorewall-doc_4.4.5-1_all.deb
Checksums-Sha256: 
 db0237642e8c8047809693387228731422ad40b2912a985af57094ad039ffcf4 1262 
shorewall-doc_4.4.5-1.dsc
 979fa1ea2e599fea74909bbf8c21d799ad34240d6b625717c0deed6d1a159c80 6129197 
shorewall-doc_4.4.5.orig.tar.gz
 1033ad018a0bbe2d29a1f66c9fb181c917cc44bb830c7174fda4dccd2242021a 4307 
shorewall-doc_4.4.5-1.diff.gz
 097af106a38fb10e325a10b7144c4275097f9827d98b31e8cc53414d4908144c 6068482 
shorewall-doc_4.4.5-1_all.deb
Files: 
 fad65851a1bbdc5c8c6e6dafdb8118fd 1262 doc optional shorewall-doc_4.4.5-1.dsc
 c6549eda55a21452672372d4118442e4 6129197 doc optional 
shorewall-doc_4.4.5.orig.tar.gz
 4c00b321848d85221508a5131c79fd6d 4307 doc optional 
shorewall-doc_4.4.5-1.diff.gz
 e899dc41cbe7afd6dd3d3d41260ff2f0 6068482 doc optional 
shorewall-doc_4.4.5-1_all.deb

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

iEYEARECAAYFAkstK4kACgkQ5u8aIkK1qfaVIwCbBhh857/x7rH/yAbaG+h5lfQd
GewAn00vamTozNPRi/ugBnrbqSzk2lQa
=+I4d
-END PGP SIGNATURE-


Accepted:
shorewall-doc_4.4.5-1.diff.gz
  to main/s/shorewall-doc/shorewall-doc_4.4.5-1.diff.gz
shorewall-doc_4.4.5-1.dsc
  to main/s/shorewall-doc/shorewall-doc_4.4.5-1.dsc
shorewall-doc_4.4.5-1_all.deb
  to main/s/shorewall-doc/shorewall-doc_4.4.5-1_all.deb
shorewall-doc_4.4.5.orig.tar.gz
  to main/s/shorewall-doc/shorewall-doc_4.4.5.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted shorewall-lite 4.4.5.4-1 (source all)

2009-12-24 Thread Roberto C. Sanchez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Dec 2009 15:10:05 -0500
Source: shorewall-lite
Binary: shorewall-lite
Architecture: source all
Version: 4.4.5.4-1
Distribution: unstable
Urgency: low
Maintainer: Roberto C. Sanchez robe...@connexer.com
Changed-By: Roberto C. Sanchez robe...@connexer.com
Description: 
 shorewall-lite - Shorewall (lite version), a high-level tool for configuring 
Netfi
Changes: 
 shorewall-lite (4.4.5.4-1) unstable; urgency=low
 .
   * New Upstream Version
Checksums-Sha1: 
 151e1bd52f21468f1ee8926bb0ab84d3db0e506f 1222 shorewall-lite_4.4.5.4-1.dsc
 64549defd6c5fdf423a12b36ded03968fcd68390 64074 
shorewall-lite_4.4.5.4.orig.tar.gz
 45ed19452334bc488334421f9b687d8e05d81343 4973 shorewall-lite_4.4.5.4-1.diff.gz
 4d0320b8a1528869e25728eb8f89e41017a575df 60848 shorewall-lite_4.4.5.4-1_all.deb
Checksums-Sha256: 
 7b08d310c89a4c277fb5fc4e66196ab6ab58b18b4efe8ee8ce4e0139a9e56f01 1222 
shorewall-lite_4.4.5.4-1.dsc
 5ebc820682bdaa4980d4495b276c780908f3406d00c09d0624c6f1d366b75462 64074 
shorewall-lite_4.4.5.4.orig.tar.gz
 dff305e88d94a01e74c64a03d745d7bfeb5d6d6243734caddb114cad60b23d99 4973 
shorewall-lite_4.4.5.4-1.diff.gz
 1ba3d864b4a4cad29e6453f7157ad8f9bc3218d01bdc29f50d79fda962d58cb9 60848 
shorewall-lite_4.4.5.4-1_all.deb
Files: 
 aebc89d3db7c86d13df6995351085487 1222 net optional shorewall-lite_4.4.5.4-1.dsc
 bac3b29f2635d7fcffe7b5f01c5f8e10 64074 net optional 
shorewall-lite_4.4.5.4.orig.tar.gz
 31aa121d7c46d169588312d4d8a03171 4973 net optional 
shorewall-lite_4.4.5.4-1.diff.gz
 692f02285f07257e3cbe0346707278dd 60848 net optional 
shorewall-lite_4.4.5.4-1_all.deb

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

iEYEARECAAYFAksz0RIACgkQ5u8aIkK1qfYBJQCdGXSf00gFpqWa7zQumjBMBAiE
ODUAn19U5xx6eKBg3m0Ol6H8wxjZRImS
=kdI5
-END PGP SIGNATURE-


Accepted:
shorewall-lite_4.4.5.4-1.diff.gz
  to main/s/shorewall-lite/shorewall-lite_4.4.5.4-1.diff.gz
shorewall-lite_4.4.5.4-1.dsc
  to main/s/shorewall-lite/shorewall-lite_4.4.5.4-1.dsc
shorewall-lite_4.4.5.4-1_all.deb
  to main/s/shorewall-lite/shorewall-lite_4.4.5.4-1_all.deb
shorewall-lite_4.4.5.4.orig.tar.gz
  to main/s/shorewall-lite/shorewall-lite_4.4.5.4.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted shorewall6 4.4.5.4-1 (source all)

2009-12-24 Thread Roberto C. Sanchez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Dec 2009 15:09:52 -0500
Source: shorewall6
Binary: shorewall6
Architecture: source all
Version: 4.4.5.4-1
Distribution: unstable
Urgency: low
Maintainer: Roberto C. Sanchez robe...@connexer.com
Changed-By: Roberto C. Sanchez robe...@connexer.com
Description: 
 shorewall6 - Shoreline Firewall (IPv6 version), netfilter configurator
Changes: 
 shorewall6 (4.4.5.4-1) unstable; urgency=low
 .
   * New Upstream Version
Checksums-Sha1: 
 7ba60e7789b32c9f32e9c4c85ea36cb12d48df53 1215 shorewall6_4.4.5.4-1.dsc
 b94e827a1ab8e8be3486651f863bfc198f0737cf 136058 shorewall6_4.4.5.4.orig.tar.gz
 c149ee4cf344f2a779d53f47571fed4b0d2d6098 32968 shorewall6_4.4.5.4-1.diff.gz
 ff665738e69bde07495d14550f46fc17799c5b45 148170 shorewall6_4.4.5.4-1_all.deb
Checksums-Sha256: 
 963d9c6049279c23df9f4ddc3addb7be30ea50fa072b721ca37bec5abcc5a5fe 1215 
shorewall6_4.4.5.4-1.dsc
 261f394337f41e349178c858f70dfff3da4d773650de7486a6ece23ea6e24b3d 136058 
shorewall6_4.4.5.4.orig.tar.gz
 ab9b9dbee83bf5df32594eae7dc7362897cbc35447c985bad777e77f6fb4d08f 32968 
shorewall6_4.4.5.4-1.diff.gz
 f088d38ca16b91136c3d0dc2f19815f8a708b2cadc5b32586306f5ff5fea5ecb 148170 
shorewall6_4.4.5.4-1_all.deb
Files: 
 41b6992cf9fd53155bcb16324244b99c 1215 net optional shorewall6_4.4.5.4-1.dsc
 b1ac4842135bc85c8d78acabded6ab3c 136058 net optional 
shorewall6_4.4.5.4.orig.tar.gz
 84212e946a1ba17b265021f44674f291 32968 net optional 
shorewall6_4.4.5.4-1.diff.gz
 d29a5e7e493f4ce8f561afe067cedb43 148170 net optional 
shorewall6_4.4.5.4-1_all.deb

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

iEYEARECAAYFAksz0RIACgkQ5u8aIkK1qfY66ACeIQm3rD1IX/ejtmMLQ8a20B84
HrEAn0datMqDVjNUehkjnk7yiYKPCnnG
=qeCd
-END PGP SIGNATURE-


Accepted:
shorewall6_4.4.5.4-1.diff.gz
  to main/s/shorewall6/shorewall6_4.4.5.4-1.diff.gz
shorewall6_4.4.5.4-1.dsc
  to main/s/shorewall6/shorewall6_4.4.5.4-1.dsc
shorewall6_4.4.5.4-1_all.deb
  to main/s/shorewall6/shorewall6_4.4.5.4-1_all.deb
shorewall6_4.4.5.4.orig.tar.gz
  to main/s/shorewall6/shorewall6_4.4.5.4.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted shorewall6-lite 4.4.5.4-1 (source all)

2009-12-24 Thread Roberto C. Sanchez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Dec 2009 15:10:17 -0500
Source: shorewall6-lite
Binary: shorewall6-lite
Architecture: source all
Version: 4.4.5.4-1
Distribution: unstable
Urgency: low
Maintainer: Roberto C. Sanchez robe...@connexer.com
Changed-By: Roberto C. Sanchez robe...@connexer.com
Description: 
 shorewall6-lite - Shorewall (lite version with IPv6 support)
Changes: 
 shorewall6-lite (4.4.5.4-1) unstable; urgency=low
 .
   * New Upstream Version
Checksums-Sha1: 
 d46c0b4d488750136b5e71c4584d732e09016c72 1230 shorewall6-lite_4.4.5.4-1.dsc
 70310f965c7e26bd9a577ceb8b2d0b5eb5f9e730 61930 
shorewall6-lite_4.4.5.4.orig.tar.gz
 287c6a35ac81e62d86a5aca74aa390d059a7bbbd 4234 shorewall6-lite_4.4.5.4-1.diff.gz
 bd9eb8cbd22c57278e695ff4dedff86605942439 55510 
shorewall6-lite_4.4.5.4-1_all.deb
Checksums-Sha256: 
 50c99bef6db98fc8e00d10c89e96497affe1b67574282051a8a0d4bf1fdb0723 1230 
shorewall6-lite_4.4.5.4-1.dsc
 9fb8815e5882596957411201178f06a10ba2d62f5f264a3f412517431ee58d93 61930 
shorewall6-lite_4.4.5.4.orig.tar.gz
 4a12ae26f7ec0ab1b43374851fdcf31ae09e0fe0af81c16997a7c6329d5d81d6 4234 
shorewall6-lite_4.4.5.4-1.diff.gz
 7da14dca9c627426cdf6db1d31eeadf5d896d31b9e7f72b61b7643558f4d4896 55510 
shorewall6-lite_4.4.5.4-1_all.deb
Files: 
 1fc0a5ae81d59a45bc9af8dcacb17a3d 1230 net optional 
shorewall6-lite_4.4.5.4-1.dsc
 00e2e4ac0c62da8fec0105daa2edce1a 61930 net optional 
shorewall6-lite_4.4.5.4.orig.tar.gz
 e7d13c51c233ef78b8d27c915a0be0e6 4234 net optional 
shorewall6-lite_4.4.5.4-1.diff.gz
 bc7c10c09921bddb584e04d8b1021c0b 55510 net optional 
shorewall6-lite_4.4.5.4-1_all.deb

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

iEYEARECAAYFAksz0RIACgkQ5u8aIkK1qfYRVQCfc2XsdgfNnObYCJMZp4KHV9Sa
9KgAn17FYD+NN5lKBF8DxF0Sad79eusi
=YbIj
-END PGP SIGNATURE-


Accepted:
shorewall6-lite_4.4.5.4-1.diff.gz
  to main/s/shorewall6-lite/shorewall6-lite_4.4.5.4-1.diff.gz
shorewall6-lite_4.4.5.4-1.dsc
  to main/s/shorewall6-lite/shorewall6-lite_4.4.5.4-1.dsc
shorewall6-lite_4.4.5.4-1_all.deb
  to main/s/shorewall6-lite/shorewall6-lite_4.4.5.4-1_all.deb
shorewall6-lite_4.4.5.4.orig.tar.gz
  to main/s/shorewall6-lite/shorewall6-lite_4.4.5.4.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted tin 1:1.9.5-1 (source i386)

2009-12-24 Thread Marco d'Itri
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Dec 2009 14:40:30 +0100
Source: tin
Binary: tin
Architecture: source i386
Version: 1:1.9.5-1
Distribution: unstable
Urgency: low
Maintainer: Marco d'Itri m...@linux.it
Changed-By: Marco d'Itri m...@linux.it
Description: 
 tin- A full-screen easy to use Usenet newsreader
Closes: 534747 541472 541764 557528
Changes: 
 tin (1:1.9.5-1) unstable; urgency=low
 .
   * New upstream release.
 + Adds dead connection detection. (Closes: #534747)
 + Adds support for marking articles as read/unread. (Closes: #541472)
 + Fixes segfaults in feed_articles(). (Closes: #557528)
   * New debconf translation: ru. (Closes: #541764)
Checksums-Sha1: 
 70092dd1746553f612ee48359bca2b07ac60e9ca 1016 tin_1.9.5-1.dsc
 6edc10938499bc61ea37f93b8120e634de943193 2257637 tin_1.9.5.orig.tar.gz
 90f75080bd1db9c14d4e9cecf3f02cc1433fe91f 11945 tin_1.9.5-1.diff.gz
 0e6c2b9b68a89c3779029ab20a4234c2066d2a28 477262 tin_1.9.5-1_i386.deb
Checksums-Sha256: 
 c4d1e2f6fd703db03497496f0f85ae3244ae5484030157296add9f51232ca117 1016 
tin_1.9.5-1.dsc
 86c6664ab23ddc93eedc4c7397e39a1475fef376e31f13fe45511aa3b99c5a05 2257637 
tin_1.9.5.orig.tar.gz
 ba1331998330e63e5cbcc324cb7b5c848785d9fa6e82853b34c5c620feda94db 11945 
tin_1.9.5-1.diff.gz
 801f65d7522c7eac44422c8afd12ac24de29b23bb780e976c1ee663fb5c084c2 477262 
tin_1.9.5-1_i386.deb
Files: 
 53f6faf2742e2a5d625eb2e5d5ede730 1016 news optional tin_1.9.5-1.dsc
 51661ec8ae10aa7ccf97cbf309cbbf11 2257637 news optional tin_1.9.5.orig.tar.gz
 bf056947c81ded8e949203627f9b860a 11945 news optional tin_1.9.5-1.diff.gz
 181ff79b9401618d467df46b763e2804 477262 news optional tin_1.9.5-1_i386.deb

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

iEYEARECAAYFAkszc+UACgkQFGfw2OHuP7FeyQCbBwAQHxRqvoqC6BqgM+a9GKjs
i8UAoJ5ca1C7QxIS0VJI9d5pgBBCwIV1
=+CDm
-END PGP SIGNATURE-


Accepted:
tin_1.9.5-1.diff.gz
  to main/t/tin/tin_1.9.5-1.diff.gz
tin_1.9.5-1.dsc
  to main/t/tin/tin_1.9.5-1.dsc
tin_1.9.5-1_i386.deb
  to main/t/tin/tin_1.9.5-1_i386.deb
tin_1.9.5.orig.tar.gz
  to main/t/tin/tin_1.9.5.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted inotify-tools 3.13-3 (source i386)

2009-12-24 Thread Ryan Niebur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Dec 2009 13:31:36 -0800
Source: inotify-tools
Binary: libinotifytools0 libinotifytools0-dev inotify-tools
Architecture: source i386
Version: 3.13-3
Distribution: unstable
Urgency: low
Maintainer: Ryan Niebur r...@debian.org
Changed-By: Ryan Niebur r...@debian.org
Description: 
 inotify-tools - command-line programs providing a simple interface to inotify
 libinotifytools0 - utility wrapper around inotify
 libinotifytools0-dev - Development library and header files for 
libinotifytools0
Closes: 558981
Changes: 
 inotify-tools (3.13-3) unstable; urgency=low
 .
   * fix FTBFS by fixing the tests to not make bad assumptions (Closes:
 #558981)
   * prevent segfault in csv mode when there's no filename associated
 with the watch descriptor (LP: #408805)
   * update my email address
Checksums-Sha1: 
 9ac07fa89554d98c22ce295b451da3dbedc9145b 1272 inotify-tools_3.13-3.dsc
 978af545358a2ae2092b5576bf0b772920eec5fb 6581 inotify-tools_3.13-3.diff.gz
 f82c27aeabaa27d559e449628fb5c96f8a59894a 21552 libinotifytools0_3.13-3_i386.deb
 7f88c8789ff939b785fc0f32fa8236975d6b8d36 64896 
libinotifytools0-dev_3.13-3_i386.deb
 43a016f8dad39ba5b7ef2cac4658bc437d8f9c28 27124 inotify-tools_3.13-3_i386.deb
Checksums-Sha256: 
 6fcefd2e6397e7b08d02308aff1fa7395485e14a21b50381929ca68463260b8f 1272 
inotify-tools_3.13-3.dsc
 a70dafa395790db86a774c7e00735c314466b7af4028a8d2d659c81d49c95415 6581 
inotify-tools_3.13-3.diff.gz
 7dc4381f3d5d2a9a60de6e79a899061b71070388977db5c271987deddeb54f74 21552 
libinotifytools0_3.13-3_i386.deb
 8f7d952a350c64dcf0a0e2ec2f87c08ba8e0cb70ecf8d5a9544b2c76f3ed020d 64896 
libinotifytools0-dev_3.13-3_i386.deb
 c42ea7b4105816464ff21e988c1c49947fa5ad3e97c9c42ed104583b889aee48 27124 
inotify-tools_3.13-3_i386.deb
Files: 
 45856fef55ad6ebbea0cbbf3ec91bd8b 1272 misc optional inotify-tools_3.13-3.dsc
 7aeeecc8372638dab360dc0af4b3cb67 6581 misc optional 
inotify-tools_3.13-3.diff.gz
 b5dca4db8300c792c6fe3b900517cd2d 21552 libs optional 
libinotifytools0_3.13-3_i386.deb
 6f261308da73603025b1f2ade4fd7048 64896 libdevel optional 
libinotifytools0-dev_3.13-3_i386.deb
 fa0c941c44add3e28f0e2cb62ed1e3bd 27124 misc optional 
inotify-tools_3.13-3_i386.deb

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

iEYEARECAAYFAksz8OwACgkQMihv+PacasUKkACePS3PYOYVZJ79I5SLPxeM1qp8
Z1UAnRENot5kqR7nvoF91e/4kdrObs5T
=8pjG
-END PGP SIGNATURE-


Accepted:
inotify-tools_3.13-3.diff.gz
  to main/i/inotify-tools/inotify-tools_3.13-3.diff.gz
inotify-tools_3.13-3.dsc
  to main/i/inotify-tools/inotify-tools_3.13-3.dsc
inotify-tools_3.13-3_i386.deb
  to main/i/inotify-tools/inotify-tools_3.13-3_i386.deb
libinotifytools0-dev_3.13-3_i386.deb
  to main/i/inotify-tools/libinotifytools0-dev_3.13-3_i386.deb
libinotifytools0_3.13-3_i386.deb
  to main/i/inotify-tools/libinotifytools0_3.13-3_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted distributed-net 2.9105.511b-1 (source i386)

2009-12-24 Thread James E. Stark
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Dec 2009 14:17:44 -0500
Source: distributed-net
Binary: distributed-net
Architecture: source i386
Version: 2.9105.511b-1
Distribution: unstable
Urgency: low
Maintainer: James E. Stark jst...@ieee.org
Changed-By: James E. Stark jst...@ieee.org
Description: 
 distributed-net - donate unused CPU cycles - client for distributed.net
Closes: 235252
Changes: 
 distributed-net (2.9105.511b-1) unstable; urgency=low
 .
   * Bump Standards-Version to 3.8.3
   * New upstream 2.9105.511b for ppc (Closes: #235252)
   * New upstream 2.9104.510 for i386
   * Really drop hppa32
   * Adjust debin/watch to allow for letters in version numbers
   * Remove all apm/acpi support is distributed.net is supposed to be
 able to handle this itself. (LP: 385949)
   * Add a README.source
Checksums-Sha1: 
 70ba29fda1839ba4a3ad40fdd14d3a1f90613f10 1109 distributed-net_2.9105.511b-1.dsc
 efa6d10c5602f0f11bfe641906fe13dcfc5013a2 4092413 
distributed-net_2.9105.511b.orig.tar.gz
 ecb84f53be676b332b155a9f3a87d4124e3ac1be 19318 
distributed-net_2.9105.511b-1.diff.gz
 5fb093323515532d1b1df6629c57b12ee46842e1 697730 
distributed-net_2.9105.511b-1_i386.deb
Checksums-Sha256: 
 0a812901beecd0621e3bf0c25e382cc7bb0b54020324a993077dc7f5f8c0a33f 1109 
distributed-net_2.9105.511b-1.dsc
 5cd0283291276c51d4dab3aea06d8fd2d24c487ff43d4edd2db049d82c754f85 4092413 
distributed-net_2.9105.511b.orig.tar.gz
 006fa5997bd6f46da8c4db50cb1f9b4d6ad8d3d98dc782c3c931279a7d85cd65 19318 
distributed-net_2.9105.511b-1.diff.gz
 fd2ccf5e4a4b5d5f4ed01df1254509c82918c06b709c1e5e4a0eb1c731d9e010 697730 
distributed-net_2.9105.511b-1_i386.deb
Files: 
 c9e15e2c376b8f2c3b854d4db2f17bf4 1109 non-free/misc optional 
distributed-net_2.9105.511b-1.dsc
 1335bbefd10eb666956d0baf6db38c83 4092413 non-free/misc optional 
distributed-net_2.9105.511b.orig.tar.gz
 a4f76558a3001026bd21680ccb325e64 19318 non-free/misc optional 
distributed-net_2.9105.511b-1.diff.gz
 fbd90aab2dd6b9f2342ca823b246bd20 697730 non-free/misc optional 
distributed-net_2.9105.511b-1_i386.deb

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

iEYEARECAAYFAksz+MAACgkQpdwBkPlyvgPy9wCdG/70xrN8OPlCG9elw0DCIv8r
GT8AniBeNr7DITNyU05C+d5UrFt+NL+O
=Z3AL
-END PGP SIGNATURE-


Accepted:
distributed-net_2.9105.511b-1.diff.gz
  to non-free/d/distributed-net/distributed-net_2.9105.511b-1.diff.gz
distributed-net_2.9105.511b-1.dsc
  to non-free/d/distributed-net/distributed-net_2.9105.511b-1.dsc
distributed-net_2.9105.511b-1_i386.deb
  to non-free/d/distributed-net/distributed-net_2.9105.511b-1_i386.deb
distributed-net_2.9105.511b.orig.tar.gz
  to non-free/d/distributed-net/distributed-net_2.9105.511b.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted python-boto 1.9b-1 (source all)

2009-12-24 Thread Eric Evans
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Dec 2009 13:27:40 -0600
Source: python-boto
Binary: python-boto
Architecture: source all
Version: 1.9b-1
Distribution: unstable
Urgency: low
Maintainer: Eric Evans eev...@debian.org
Changed-By: Eric Evans eev...@debian.org
Description: 
 python-boto - Python interface to Amazon's Web Services
Changes: 
 python-boto (1.9b-1) unstable; urgency=low
 .
   * New upstream version.
Checksums-Sha1: 
 bf0a1808314bce78fdfeb7bbf58a4e3cf5330c20 1152 python-boto_1.9b-1.dsc
 00a033b0a593c3ca82927867950f73d88b831155 218406 python-boto_1.9b.orig.tar.gz
 261b8cde4adb9f8e1d0ee45623b1fa50b9273e9e 3071 python-boto_1.9b-1.diff.gz
 f88061bfa61ae297a4501b4bb22b5080b7dada53 182178 python-boto_1.9b-1_all.deb
Checksums-Sha256: 
 f4ecece802bb1a3e893bb0e85b691a8b4321d3a90cf99c153b6104716abd9cc4 1152 
python-boto_1.9b-1.dsc
 9f2372515a73260199aa041b93e490ef63bb6eaf9f95c58f6b3da7535b1b394e 218406 
python-boto_1.9b.orig.tar.gz
 9562223707c3c9181b88d38c6b6619ccce64a93ca182318023926cc775fb3561 3071 
python-boto_1.9b-1.diff.gz
 58825eda3f746ecadcf6817f229f31727ecd1ccec94e98af3eaf0ed9ef4457f3 182178 
python-boto_1.9b-1_all.deb
Files: 
 7a6258f15ebd5f7020df27c5473fcb30 1152 python optional python-boto_1.9b-1.dsc
 4fc2fd7b70a971b1363f8465aafe7091 218406 python optional 
python-boto_1.9b.orig.tar.gz
 dbf344425ef9145d54c7a4481d4db2bf 3071 python optional 
python-boto_1.9b-1.diff.gz
 edd50936ef257e36c50c5fb0b7c70b60 182178 python optional 
python-boto_1.9b-1_all.deb

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

iEYEARECAAYFAks0CO4ACgkQ+DWPovKDPJM8TQCaA+ZmkcXCesFWeXP9UhySJ3n+
8Y8AoLZ3CSo059JdPGsJClX9XokgBIUY
=p9x6
-END PGP SIGNATURE-


Accepted:
python-boto_1.9b-1.diff.gz
  to main/p/python-boto/python-boto_1.9b-1.diff.gz
python-boto_1.9b-1.dsc
  to main/p/python-boto/python-boto_1.9b-1.dsc
python-boto_1.9b-1_all.deb
  to main/p/python-boto/python-boto_1.9b-1_all.deb
python-boto_1.9b.orig.tar.gz
  to main/p/python-boto/python-boto_1.9b.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted luatex 0.50.0-1 (source amd64)

2009-12-24 Thread Norbert Preining
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 25 Dec 2009 09:47:05 +0900
Source: luatex
Binary: luatex
Architecture: source amd64
Version: 0.50.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian TeX Maintainers debian-tex-ma...@lists.debian.org
Changed-By: Norbert Preining prein...@debian.org
Description: 
 luatex - next generation TeX engine
Changes: 
 luatex (0.50.0-1) unstable; urgency=low
 .
   * new upstream release
   * disable fix-hurd-ftbfs patch, included upstream
   * disable upstram-fixes, included upstream
   * disable ubuntu_libpoppler-0.11, not needed anymore
Checksums-Sha1: 
 8270f95416b3dc446f766000342b90b067651723 1313 luatex_0.50.0-1.dsc
 12ca9606f6be653d3a2d75ca83f549a7fe9f9d51 6982028 luatex_0.50.0.orig.tar.gz
 cb26e5f0b0636e2efb3ffb279325c274bf8f3c3f 50501 luatex_0.50.0-1.diff.gz
 879f0e3dc9e4e7b369fae16019a5ac39c9a2ca19 2346848 luatex_0.50.0-1_amd64.deb
Checksums-Sha256: 
 d3099aed2e73c783614d49dd186707651690801cf1c6a87ef9922b6a92af0f75 1313 
luatex_0.50.0-1.dsc
 2e3db1ab04815a8ae5d31223037d25f2cbcc4e2794eed36da04e7cf1c22d627c 6982028 
luatex_0.50.0.orig.tar.gz
 d7ad3d929021262216dcf204c7f6bfb0a6fe64bcc6ffb508e8afb81fe769f7ca 50501 
luatex_0.50.0-1.diff.gz
 96cf75bddd7748fc1142dfab525772fe861f987efffbc0c498f5347ecb668bf0 2346848 
luatex_0.50.0-1_amd64.deb
Files: 
 e5769283ae0b90a1eb293bc43b90280e 1313 tex optional luatex_0.50.0-1.dsc
 d01a5f7efb845680b778d02002c1076b 6982028 tex optional luatex_0.50.0.orig.tar.gz
 a199a31e5ae6201d19337c55e92851c6 50501 tex optional luatex_0.50.0-1.diff.gz
 37b2a11b57c721b35276757c0c9e4434 2346848 tex optional luatex_0.50.0-1_amd64.deb

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

iD8DBQFLNAzX0r9KownFsJQRAi0oAKCOqg686GKzVKZ0FGFtoMM0aPz99QCfU1DI
H4WI668vHXEjPsN2iZMzqhw=
=e0Pq
-END PGP SIGNATURE-


Accepted:
luatex_0.50.0-1.diff.gz
  to main/l/luatex/luatex_0.50.0-1.diff.gz
luatex_0.50.0-1.dsc
  to main/l/luatex/luatex_0.50.0-1.dsc
luatex_0.50.0-1_amd64.deb
  to main/l/luatex/luatex_0.50.0-1_amd64.deb
luatex_0.50.0.orig.tar.gz
  to main/l/luatex/luatex_0.50.0.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted midori 0.2.2-1 (source i386)

2009-12-24 Thread Ryan Niebur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Dec 2009 18:30:46 -0800
Source: midori
Binary: midori midori-dbg
Architecture: source i386
Version: 0.2.2-1
Distribution: unstable
Urgency: low
Maintainer: Ryan Niebur r...@debian.org
Changed-By: Ryan Niebur r...@debian.org
Description: 
 midori - fast, lightweight graphical web browser
 midori-dbg - fast, lightweight graphical web browser (debug symbols)
Closes: 514435 538327 545251 547584 550844 556184 558339 559989 560866 561451 
562501
Changes: 
 midori (0.2.2-1) unstable; urgency=low
 .
   * New Upstream Version (Closes: #556184, #558339)
 - fixes local uri handling (Closes: #560866, #550844)
 - move libnotify from Recommends to Build-Deps to follow upstream
 - update debian/copyright to match upstream changes
 - fixes handling of URLs like some.url?%00 (Closes: #561451)
 - running twice doesn't crash the browser (Closes: #514435)
 - Ctrl-w on last tab now closes it but still not the browser
   (Closes: #545251)
 - Ctrl-u in urlbar with emacs key binding theme works (Closes: #538327)
   * move libjs-mootools to Recommends, it's not required (Closes:
 #547584)
   * tell the user to report the bug against libwebkit-1.0-2 if they
 reproduce it in the Webkit test browser. Figure out the package name
 and the path to GtkLauncher automagically during build. (Closes:
 #562501)
   * switch to system waf
 - the FTBFS #559989 is no longer the fault of anything in my package,
   and I've set #561130 in the BTS to affect midori, so (Closes: #559989)
   * refresh patch
Checksums-Sha1: 
 845152eac802c04c53edf61fb435d5fd6067e467 1493 midori_0.2.2-1.dsc
 6e1dff0f35b3ca459c205efdf8208fb7568f6e41 903075 midori_0.2.2.orig.tar.gz
 2cefe04d97c0c7a91c584423276f7bc07f8a7914 12386 midori_0.2.2-1.diff.gz
 e419c8cb9890a45ea1433fd3b80dda568e4d4db1 771746 midori_0.2.2-1_i386.deb
 18377c540eccd3e6e079631ff141695c67804666 620602 midori-dbg_0.2.2-1_i386.deb
Checksums-Sha256: 
 e9ab999bd114f15e1b73642c87961ac2f7eaa8adcfa4a2334b38d4ce2d4944f4 1493 
midori_0.2.2-1.dsc
 7fe2a85a8343fcd432ce034a21b0b51cde7f78b572957224e8af46210262926b 903075 
midori_0.2.2.orig.tar.gz
 e48de71b5f4aed66d701cf6c840565df521549153880e1b2901ba50b0902310d 12386 
midori_0.2.2-1.diff.gz
 f665b7aed582e77b64c3f74a97a657c56b1b19c893088e45e4d1be377a3f8943 771746 
midori_0.2.2-1_i386.deb
 6d1020c032e33078fbd8fca9230ecdcc492bb4fbe6d86426c1b1f4ebca74309d 620602 
midori-dbg_0.2.2-1_i386.deb
Files: 
 ccb7c0984816bb2043cbdadbe0f12e62 1493 web optional midori_0.2.2-1.dsc
 aa3a8941dc32b1370514a819efc32542 903075 web optional midori_0.2.2.orig.tar.gz
 f415b66955136e3b0d35d285a1272504 12386 web optional midori_0.2.2-1.diff.gz
 82f7ed54ddb0564907cdc064e6adf01a 771746 web optional midori_0.2.2-1_i386.deb
 52b35844eb4ef84dd2f9f04a42d0 620602 debug extra midori-dbg_0.2.2-1_i386.deb

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

iEYEARECAAYFAks0JpYACgkQMihv+PacasWcpwCeJ87pV7Gzs+plkXh938C5yXn8
gssAoL0fY5fRobYJ0N27qP1KY8Ze9J9z
=ClxQ
-END PGP SIGNATURE-


Accepted:
midori-dbg_0.2.2-1_i386.deb
  to main/m/midori/midori-dbg_0.2.2-1_i386.deb
midori_0.2.2-1.diff.gz
  to main/m/midori/midori_0.2.2-1.diff.gz
midori_0.2.2-1.dsc
  to main/m/midori/midori_0.2.2-1.dsc
midori_0.2.2-1_i386.deb
  to main/m/midori/midori_0.2.2-1_i386.deb
midori_0.2.2.orig.tar.gz
  to main/m/midori/midori_0.2.2.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted remotefs 0.11+debian-3 (source i386)

2009-12-24 Thread Barry deFreese
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Dec 2009 20:16:28 -0500
Source: remotefs
Binary: rfs-client rfs-server
Architecture: source i386
Version: 0.11+debian-3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Barry deFreese bdefre...@debian.org
Description: 
 rfs-client - simple user-space network file system for embedded systems (clien
 rfs-server - simple user-space network file system for embedded systems (serve
Closes: 526671
Changes: 
 remotefs (0.11+debian-3) unstable; urgency=low
 .
   * QA upload.
   * Add quilt patch system.
   * 01_gcc_44.diff - Fix aliasing with gcc-4.4. (Closes: #526671).
 + Patch taken from David Sugar at Ubuntu, thanks.
   * Update init to check if file exists. (Policy 9.3.2).
   * Add watch file.
Checksums-Sha1: 
 d5be9efcad936c26eca853bfb4df69d1e9073b89 1097 remotefs_0.11+debian-3.dsc
 b4e086277e09cca16b5d944aa97e3ee1d3dd1e8b 4492 remotefs_0.11+debian-3.diff.gz
 7b3b40225aaa56f100c176117474158c24f40470 36424 
rfs-client_0.11+debian-3_i386.deb
 66d1d60d0e61ba22890b22678e4228819ff0508d 36206 
rfs-server_0.11+debian-3_i386.deb
Checksums-Sha256: 
 ee51fe4782ec76e687d34c2d1933dd10503db28994aa93483297b7979b84a3e6 1097 
remotefs_0.11+debian-3.dsc
 8b3034cc3ac6b2b634b460ea2ff1758cca2b732a0ab6238d88011bc1ddf27565 4492 
remotefs_0.11+debian-3.diff.gz
 511b7770269501fdf57a568cf2f004a9c53ac857abbdf54d4e474c3a1a7a67dd 36424 
rfs-client_0.11+debian-3_i386.deb
 fd42bd49e6a764c1ccc598ddab3a0a30623c7f7320e63a4616ba3c960dbeb699 36206 
rfs-server_0.11+debian-3_i386.deb
Files: 
 cedab4915bc91a140e3e12c8b274418c 1097 net optional remotefs_0.11+debian-3.dsc
 100b192cd8dc8bc82d7f895065fbf685 4492 net optional 
remotefs_0.11+debian-3.diff.gz
 c776169fdf165e4f46623ae1ab3d953d 36424 net optional 
rfs-client_0.11+debian-3_i386.deb
 9f0de34b4b68cac919d254bbfe481efb 36206 net optional 
rfs-server_0.11+debian-3_i386.deb

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

iEYEARECAAYFAks0IvYACgkQ5ItltUs5T34ctACdHt+/EUjVLyjUMpzUrQJtDSS6
HRUAmgKfrJDE3t20gO9JwDoJYIaYabUA
=cJeO
-END PGP SIGNATURE-


Accepted:
remotefs_0.11+debian-3.diff.gz
  to main/r/remotefs/remotefs_0.11+debian-3.diff.gz
remotefs_0.11+debian-3.dsc
  to main/r/remotefs/remotefs_0.11+debian-3.dsc
rfs-client_0.11+debian-3_i386.deb
  to main/r/remotefs/rfs-client_0.11+debian-3_i386.deb
rfs-server_0.11+debian-3_i386.deb
  to main/r/remotefs/rfs-server_0.11+debian-3_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted usbmount 0.0.19.1 (source all)

2009-12-24 Thread Rogério Brito
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 25 Dec 2009 00:39:37 -0200
Source: usbmount
Binary: usbmount
Architecture: source all
Version: 0.0.19.1
Distribution: unstable
Urgency: low
Maintainer: Rogério Brito rbr...@ime.usp.br
Changed-By: Rogério Brito rbr...@ime.usp.br
Description: 
 usbmount   - automatically mount and unmount USB mass storage devices
Closes: 562496
Changes: 
 usbmount (0.0.19.1) unstable; urgency=low
 .
   * The Oh, oh, oh release.
   * Hotfix a bug discovered by Gregor Herrmann. Closes: #562496.
   * Change space character classes to blank, as suggested by Cristian
 Ionescu-Idbohrn.
Checksums-Sha1: 
 9b7cf341e2132804b1bef76984b47cde55f10df1 893 usbmount_0.0.19.1.dsc
 42f825e7e795b964afdca1bb91b5b61e650ca052 12272 usbmount_0.0.19.1.tar.gz
 cc90b1377d4d7c85c6cc39e7d5978b26b6d6ead7 15440 usbmount_0.0.19.1_all.deb
Checksums-Sha256: 
 699bcf78e14cd0d22573c402dc2b623995ad31eec7580a304490e5e46efb4a64 893 
usbmount_0.0.19.1.dsc
 fc0ac6229f93d46e1e91b1702e801505945ec12b3778468cb55eaaa5fe013558 12272 
usbmount_0.0.19.1.tar.gz
 dbf7801c54a4afed7d46d71bbb0193669d0786d6a4d738d6aa988237abb93153 15440 
usbmount_0.0.19.1_all.deb
Files: 
 c1b0f8fe022bc15d96c25f2b99c6e480 893 admin extra usbmount_0.0.19.1.dsc
 84528f153494d01a0e828d360779aaf2 12272 admin extra usbmount_0.0.19.1.tar.gz
 139ac96268f7954b7e943e717efb0ec7 15440 admin extra usbmount_0.0.19.1_all.deb

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

iEYEARECAAYFAks0KisACgkQCFqbMnwsrrhUvwCcDk14+e8HDFI97eKZFlVepwr/
MwgAoIshCDvgLFDJAMDiZmh43Ceb3xX2
=fmzM
-END PGP SIGNATURE-


Accepted:
usbmount_0.0.19.1.dsc
  to main/u/usbmount/usbmount_0.0.19.1.dsc
usbmount_0.0.19.1.tar.gz
  to main/u/usbmount/usbmount_0.0.19.1.tar.gz
usbmount_0.0.19.1_all.deb
  to main/u/usbmount/usbmount_0.0.19.1_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted ack-grep 1.92-1 (source all)

2009-12-24 Thread Ryan Niebur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Dec 2009 20:54:35 -0800
Source: ack-grep
Binary: ack-grep
Architecture: source all
Version: 1.92-1
Distribution: unstable
Urgency: low
Maintainer: Ryan Niebur r...@debian.org
Changed-By: Ryan Niebur r...@debian.org
Description: 
 ack-grep   - grep-like program specifically for large source trees
Changes: 
 ack-grep (1.92-1) unstable; urgency=low
 .
   * change section to utils to match the override
   * New Upstream Version
   * refresh/improve some patches
   * remove patches fixed upstream
Checksums-Sha1: 
 6158c323f9acd3ff19d2c0bb1017522cd174924e 1209 ack-grep_1.92-1.dsc
 6ea70ccab642909e7f274b372efdb6b0161e0d1e 103454 ack-grep_1.92.orig.tar.gz
 738edc6c74d6dd8116a31b3635de5475018c1eb9 10473 ack-grep_1.92-1.diff.gz
 8214ee55a5ff24aa61d0c333e3e9d355d6a0f6d5 54700 ack-grep_1.92-1_all.deb
Checksums-Sha256: 
 970faf00b84e2246ecb8037ce3dd27751c3083cf970c7cd2c153b6037294a2c5 1209 
ack-grep_1.92-1.dsc
 8689156cb0639ff60adee47fc4b77e656cf0fc58e6c123ee6c481d9d48e99b88 103454 
ack-grep_1.92.orig.tar.gz
 36d04a3a77f7ae9891a52dcef80f643bde07fd5022d3b004350bf106aaabf83d 10473 
ack-grep_1.92-1.diff.gz
 6127244d034e30268ef28a6e24775964ded5210624bc4fd3ce03ac84a36732fa 54700 
ack-grep_1.92-1_all.deb
Files: 
 90bfb190038b32fd96e24a215954318e 1209 utils optional ack-grep_1.92-1.dsc
 c25b5a16d0a27386a75c91d531b86cea 103454 utils optional 
ack-grep_1.92.orig.tar.gz
 09946c239d91c2d7a5d9700b6b94f16c 10473 utils optional ack-grep_1.92-1.diff.gz
 e28e37d75f73d28e70ecebc901dbe3b8 54700 utils optional ack-grep_1.92-1_all.deb

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

iEYEARECAAYFAks0RwUACgkQMihv+PacasXl3QCgzWuZ6MkmTkzgXhJyNHOb5tF4
Ve8Ani2O/lZqEf3YGEnvfvj0GsQq4nYY
=EIiY
-END PGP SIGNATURE-


Accepted:
ack-grep_1.92-1.diff.gz
  to main/a/ack-grep/ack-grep_1.92-1.diff.gz
ack-grep_1.92-1.dsc
  to main/a/ack-grep/ack-grep_1.92-1.dsc
ack-grep_1.92-1_all.deb
  to main/a/ack-grep/ack-grep_1.92-1_all.deb
ack-grep_1.92.orig.tar.gz
  to main/a/ack-grep/ack-grep_1.92.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted shutter 0.85.1-1 (source all)

2009-12-24 Thread Ryan Niebur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Dec 2009 21:47:06 -0800
Source: shutter
Binary: shutter
Architecture: source all
Version: 0.85.1-1
Distribution: unstable
Urgency: low
Maintainer: Ryan Niebur r...@debian.org
Changed-By: Ryan Niebur r...@debian.org
Description: 
 shutter- feature-rich screenshot program
Changes: 
 shutter (0.85.1-1) unstable; urgency=low
 .
   * New Upstream Version
   * update and change some deps
   * update email address
   * set Standards-Version to 3.8.3
Checksums-Sha1: 
 4e52464852bd4bef828f8d0005fb2bc3c32a2041 1090 shutter_0.85.1-1.dsc
 2a22536c4e71d910b5685976d51fcc0342ef3cc5 2275740 shutter_0.85.1.orig.tar.gz
 dc9bc46a0f61122aebe514e0ad4bb3081fdc215e 3837 shutter_0.85.1-1.diff.gz
 3b13b6e7890a5375224860962b89bf47eeba0b39 207 shutter_0.85.1-1_all.deb
Checksums-Sha256: 
 84f24f6d33d65fa08dccca19959fe5cd2356686ec1f5d927cbd954cfc4dee9f1 1090 
shutter_0.85.1-1.dsc
 2049237b27022c5051683138da9e0113b9ced4e6f00d8a1aa330495ccfabd93a 2275740 
shutter_0.85.1.orig.tar.gz
 a7604d35260b72eb00802531e88307c53582075707c5253d2effdf0d5b1ea003 3837 
shutter_0.85.1-1.diff.gz
 2f02b5426fd9b8029b21800109f5d75fae1433fb7b6f67dab8c7fb623c990614 207 
shutter_0.85.1-1_all.deb
Files: 
 47f7b960a5350007b8cd9b0ba4a1d6d4 1090 graphics optional shutter_0.85.1-1.dsc
 65523d7b3199ac1d03c1577e68725e36 2275740 graphics optional 
shutter_0.85.1.orig.tar.gz
 3f30e6e087df024efa604e1efd92 3837 graphics optional 
shutter_0.85.1-1.diff.gz
 68009710ff348d90e0ecb36180bfbb0d 207 graphics optional 
shutter_0.85.1-1_all.deb

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

iEUEARECAAYFAks0VJcACgkQMihv+PacasXizgCeOQc4qlKk755KwSw6yh0pgOlG
4kkAlA9PQoUnfEy0ueuvQulzkY27ug8=
=GK4t
-END PGP SIGNATURE-


Accepted:
shutter_0.85.1-1.diff.gz
  to main/s/shutter/shutter_0.85.1-1.diff.gz
shutter_0.85.1-1.dsc
  to main/s/shutter/shutter_0.85.1-1.dsc
shutter_0.85.1-1_all.deb
  to main/s/shutter/shutter_0.85.1-1_all.deb
shutter_0.85.1.orig.tar.gz
  to main/s/shutter/shutter_0.85.1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted clusterssh 3.28-2 (source all)

2009-12-24 Thread tony mancill
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Dec 2009 22:40:07 -0800
Source: clusterssh
Binary: clusterssh
Architecture: source all
Version: 3.28-2
Distribution: unstable
Urgency: low
Maintainer: tony mancill tmanc...@debian.org
Changed-By: tony mancill tmanc...@debian.org
Description: 
 clusterssh - administer multiple ssh or rsh shells simultaneously
Changes: 
 clusterssh (3.28-2) unstable; urgency=low
 .
   * Convert to quilt source format.
   * Remove Build-Depend on quilt.
   * Set debian/compat to 7.
   * Rework (simplify) debian/rules.
Checksums-Sha1: 
 cf1136fabc7e12fa7b1458065a477fd7230789af 1242 clusterssh_3.28-2.dsc
 f830b1092575903a94e3c1c80d249ff7d29ac99b 14123 clusterssh_3.28-2.debian.tar.gz
 91f876960469e8ea8259c14b2e3259f072349b0a 56124 clusterssh_3.28-2_all.deb
Checksums-Sha256: 
 89105e971b53974ac165926eacc06a6837f825b9c8ba23aadb9e8f42f68054c4 1242 
clusterssh_3.28-2.dsc
 fd6ebc2da367acd2de4c5538ef2fb23e02221e092a331251447336f67d0885f9 14123 
clusterssh_3.28-2.debian.tar.gz
 ab51489cc38807be84c9ba728aabf6df94e3d3a724bef17cd7dd73f5cddcc35d 56124 
clusterssh_3.28-2_all.deb
Files: 
 73461d26321b140407932510a60b6d53 1242 admin optional clusterssh_3.28-2.dsc
 1dd9f292eba36d40e7f40065d2a959ae 14123 admin optional 
clusterssh_3.28-2.debian.tar.gz
 624ace5e2e3febbabc71f8cfadfc1d7c 56124 admin optional clusterssh_3.28-2_all.deb

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

iEYEARECAAYFAks0YHcACgkQpdwBkPlyvgOVzACeM90nEFXPK6FPF/SdsL5sjRJF
fMQAnRMIKEurBeocYcZR15vQ1OgalVU4
=dAWn
-END PGP SIGNATURE-


Accepted:
clusterssh_3.28-2.debian.tar.gz
  to main/c/clusterssh/clusterssh_3.28-2.debian.tar.gz
clusterssh_3.28-2.dsc
  to main/c/clusterssh/clusterssh_3.28-2.dsc
clusterssh_3.28-2_all.deb
  to main/c/clusterssh/clusterssh_3.28-2_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org