Re: Bug#629276: NFS needs same dispensation to use DES as AFS

2011-06-07 Thread Steve Langasek
On Tue, Jun 07, 2011 at 01:29:33PM +1000, Brian May wrote:
 What should I do with this bug?

 I did build a version for unstable, but I am not convinced this change
 is needed for unstable.

 I am doubtful it will get accepted in stable, because it isn't fixing
 a grave bug.

I would recommend asking the stable release manager.  He might say yes.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: Digital signature


Re: Bug#629276: NFS needs same dispensation to use DES as AFS

2011-06-07 Thread Sergio Gelato
* Brian May [2011-06-07 13:29:33 +1000]:
 Hello debian-devel,
 
 What should I do with this bug?
 
 I did build a version for unstable, but I am not convinced this change
 is needed for unstable.

Let me argue that it is still needed for the next Debian release. When
that comes out, squeeze will remain supported for another 12 months, and
any KDC serving an environment where Kerberized NFS is used on squeeze
hosts will need something like this. And that's even without considering
support for other distributions or operating systems, which may have
their own, possibly glacial paces for migrating to strong crypto.

The patch does not prevent the use of stronger enctypes, it just enables
the use of DES if requested (and if the service principal has a DES
enctype in the KDC database; one can always use del_enctype if need be).

 I am doubtful it will get accepted in stable, because it isn't fixing
 a grave bug.
 
 I am not sure it is appropriate for backports, because the change
 isn't in unstable.
 
 Thanks
 
 On 5 June 2011 19:25, Sergio Gelato sergio.gel...@astro.su.se wrote:
  Package: heimdal-kdc
  Version: 1.4.0~git20100726.dfsg.1-1
  Tags: patch
 
  Recent Heimdal KDC disables DES encryption types on the (valid) grounds that
  they are too weak. An exception is made where the service principal is afs
  since the work to upgrade AFS to support stronger crypto is still very much
  in progress.
 
  Unfortunately, Kerberized NFS has a similar problem. Support for stronger
  enctypes didn't make it into the Linux kernel until 2.6.35 (post-squeeze).
  Until all NFS servers and clients have been upgraded to support stronger
  enctypes, a site will want to enable DES enctypes for nfs service
  principals. Here is a patch that does just that; I've successfully tested
  it. I think it would be highly desirable to have this in squeeze; more
  so, in fact, than in later releases since the need for DES support with
  NFS service principals ought to decrease with time.
 
  Without this patch, the KDC rejects AS requests that specify DES enctypes
  with krb5_crypto_init failed: encryption type (1|2|3) not supported
  (illustrating another oddity, namely that krb5_crypto_init() uses the
  same error message whether the enctype is unknown or known but disabled;
  krb5_enctype_valid() has two distinct error messages) and TGS requests
  result in Server (nfs/f.q.d.n) has no support for etypes (also in the
  KDC's log). The client did have [libdefaults]allow_weak_crypto=true, as
  shown by the fact that the AS and TGS requests asked for a DES enctype.
 -- 
 Brian May br...@microcomaustralia.com.au


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110607071057.ga6...@hanuman.astro.su.se



Re: throw away debs and source only uploads

2011-06-07 Thread Andreas Barth
* Don Armstrong (d...@debian.org) [110607 04:25]:
 On Mon, 06 Jun 2011, Philipp Kern wrote:
  I.e. I think we should still allow non-buildd binaries, e.g. for
  those cases you mentioned.
 
 Non-buildd binaries should still be allowed, but they should be
 followed immediately by a binNMU. [Are there any cases where we
 wouldn't want to rebuild the package after it was bootstrapped?]

There are cases where porters need to upload, because of funny
issues. Or hand-builds within sane buildd chroots where the buildd
software refuses. Or similar. (I think I did less than 10 such uploads
recently.)



Andi


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110607074538.gu15...@mails.so.argh.org



Bug#629504: general: Error during compiling kernel module at generating file vnode_if.h.

2011-06-07 Thread Cimini Mario
Package: general
Severity: minor


Warning: Object directory not changed from original 
/usr/src/kfreebsd-source-8.1/sys/fs/puffs/puffs
awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -p
awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -q
awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -h
cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   
-I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 
--param large-function-growth=1000 -fno-common -g 
-I/usr/src/kfreebsd-source-8.1/sys/fs/puffs/puffs 
-I/usr/src/kfreebsd-source-8.1/sys/fs/puffs/puffs/../putter -DPUFFSDEBUG 
-mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 
-ffreestanding -std=iso9899:1999  -c puffs_msgif.c
In file included from @/sys/vnode.h:563,
 from puffs_msgif.c:44:
../vnode_if.h:13: error: expected specifier-qualifier-list before ‘IN’
../vnode_if.h:22: error: expected ‘)’ before ‘struct’
../vnode_if.h:33: error: expected specifier-qualifier-list before ‘IN’
../vnode_if.h:44: error: expected ‘)’ before ‘struct’
../vnode_if.h:59: error: expected specifier-qualifier-list before ‘IN’
../vnode_if.h:70: error: expected ‘)’ before ‘struct’
../vnode_if.h:85: error: expected specifier-qualifier-list before ‘IN’
../vnode_if.h:97: error: expected ‘)’ before ‘struct’
../vnode_if.h:114: error: expected specifier-qualifier-list before ‘IN’
../vnode_if.h:125: error: expected ‘)’ before ‘struct’
../vnode_if.h:140: error: expected specifier-qualifier-list before ‘IN’
../vnode_if.h:152: error: expected ‘)’ before ‘struct’
../vnode_if.h:169: error: expected specifier-qualifier-list before ‘IN’
../vnode_if.h:182: error: expected ‘)’ before ‘struct’
../vnode_if.h:201: error: expected specifier-qualifier-list before ‘IN’
../vnode_if.h:213: error: expected ‘)’ before ‘struct’
../vnode_if.h:230: error: expected specifier-qualifier-list before ‘IN’
../vnode_if.h:242: error: expected ‘)’ before ‘struct’
../vnode_if.h:259: error: expected specifier-qualifier-list before ‘IN’
../vnode_if.h:271: error: expected ‘)’ before ‘struct’
../vnode_if.h:288: error: expected specifier-qualifier-list before ‘IN’
../vnode_if.h:299: error: expected ‘)’ before ‘struct’
../vnode_if.h:314: error: expected specifier-qualifier-list before ‘IN’
../vnode_if.h:325: error: expected ‘)’ before ‘struct’
../vnode_if.h:340: error: expected specifier-qualifier-list before ‘IN’
../vnode_if.h:349: error: expected ‘)’ before ‘struct’
../vnode_if.h:360: error: expected specifier-qualifier-list before ‘IN’
../vnode_if.h:372: error: expected ‘)’ before ‘struct’
../vnode_if.h:389: error: expected specifier-qualifier-list before ‘IN’
../vnode_if.h:401: error: expected ‘)’ before ‘struct’
../vnode_if.h:418: error: expected specifier-qualifier-list before ‘IN’
../vnode_if.h:432: error: expected ‘)’ before ‘struct’
../vnode_if.h:453: error: expected specifier-qualifier-list before ‘IN’
../vnode_if.h:465: error: expected ‘)’ before ‘struct’
../vnode_if.h:482: error: expected specifier-qualifier-list before ‘IN’
../vnode_if.h:492: error: expected ‘)’ before ‘struct’
../vnode_if.h:505: error: expected specifier-qualifier-list before ‘IN’
../vnode_if.h:515: error: expected ‘)’ before ‘struct’
../vnode_if.h:528: error: expected specifier-qualifier-list before ‘IN’
../vnode_if.h:539: error: expected ‘)’ before ‘struct’
../vnode_if.h:554: error: expected specifier-qualifier-list before ‘IN’
../vnode_if.h:565: error: expected ‘)’ before ‘struct’
../vnode_if.h:580: error: expected specifier-qualifier-list before ‘IN’
../vnode_if.h:591: error: expected ‘)’ before ‘struct’
../vnode_if.h:606: error: expected specifier-qualifier-list before ‘IN’
../vnode_if.h:620: error: expected ‘)’ before ‘WILLRELE’
../vnode_if.h:641: error: expected specifier-qualifier-list before ‘IN’
../vnode_if.h:653: error: expected ‘)’ before ‘struct’
../vnode_if.h:670: error: expected specifier-qualifier-list before ‘IN’
../vnode_if.h:681: error: expected ‘)’ before ‘struct’
../vnode_if.h:696: error: expected specifier-qualifier-list before ‘IN’
../vnode_if.h:709: error: expected ‘)’ before ‘struct’
../vnode_if.h:728: error: expected specifier-qualifier-list before ‘IN’
../vnode_if.h:742: error: expected ‘)’ before ‘struct’
../vnode_if.h:763: error: expected specifier-qualifier-list before ‘IN’
../vnode_if.h:774: error: expected ‘)’ before ‘struct’
../vnode_if.h:789: error: expected specifier-qualifier-list before ‘IN’
../vnode_if.h:799: error: expected ‘)’ before ‘struct’
../vnode_if.h:812: error: expected specifier-qualifier-list before ‘IN’
../vnode_if.h:822: error: expected ‘)’ before ‘struct’
../vnode_if.h:835: error: expected specifier-qualifier-list before ‘IN’
../vnode_if.h:847: error: expected ‘)’ before ‘struct’
../vnode_if.h:864: error: expected specifier-qualifier-list before ‘IN’
../vnode_if.h:874: error: expected ‘)’ before ‘struct’
../vnode_if.h:887: error: expected specifier-qualifier-list before ‘IN’
../vnode_if.h:901: error: expected 

Bug#629504: My Workaround

2011-06-07 Thread Mario Cimini
My Workaround is delete by hand IN,OUT,INOUT,WILLRELE!!


Bug#629508: ITP: robust-http-client -- Robust HTTP client library for Java

2011-06-07 Thread James Page
Package: wnpp
Severity: wishlist
Owner: James Page james.p...@canonical.com


* Package name: robust-http-client
  Version : 1.1
  Upstream Author : Kohsuke Kawaguchi
* URL : http://java.net/projects/robust-http-client
* License : MIT
  Programming Lang: Java
  Description : Robust HTTP client library for Java

 This library provides a Java InputStream implementation around a 
 HTTP connection that automatically reconnects if the connection 
 fails in the middle of communication.

 This library is a dependency for packaging jenkins.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20110607085312.3339.90020.reportbug@hendrix.shouse.local



Re: Bug#629276: NFS needs same dispensation to use DES as AFS

2011-06-07 Thread Marco d'Itri
On Jun 07, Brian May br...@microcomaustralia.com.au wrote:

 I am doubtful it will get accepted in stable, because it isn't fixing
 a grave bug.
Sure it does: it fixes a serious interoperability problem, i.e. breaks
unrelated software.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: intermediate result of packaging-dev meta package discussion

2011-06-07 Thread Vincent Danjean
  Hi,

On 05/06/2011 15:46, Benjamin Drung wrote:
 Hi,
 
 A few days ago, we had a discussion about a packaging-dev meta package.
 The responses were between neutral and positive. Therefore I created a
 initial draft [1] and tried to incorporate all suggestions made in the
 discussion.
 
 The list looks currently like this:
 
 Depends: [...]
  pbuilder | cowbuilder | sbuild,

  My laptop, where I do all my packaging work but final build, has
none of them installed. I've a separate machine with several chroots
(lenny, squeeze, unstable and several for ubuntu) managed with sbuild that
I use when I want to really build the package I will upload. Due to disk
space, I cannot instal them (chroots) on my laptop.
  I other people work like me, these tools can be moved to Recommends
instead of Depends.

  Regards,
Vincent

  quilt,
  ${misc:Depends}
 Recommends: apt-file,
 autoconf,
 automake,
 autotools-dev,
 bzr-builddeb,
 cdbs,
 cmake,
 debian-policy,
 developers-reference,
 git-buildpackage,
 gnupg,
 libtool,
 piuparts,
 svn-buildpackage,
 ${vendor-specific:Recommends}
 Suggests: dh-make
 
 ${vendor-specific:Recommends} will be evaluated to ubuntu-dev-tools on
 Ubuntu.
 
 Please let me know if there is something missing, should be demoted, or
 removed.
 
 This package is just for packaging, not for developing. So gdb, pylint
 and co. won't go into it. This package should be installed by packagers.
 No other package should depend or build-depend on packaging-dev.
 
 [1] http://anonscm.debian.org/gitweb/?p=collab-maint/packaging-dev.git
 


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


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4dedf0a6.9040...@free.fr



Re: intermediate result of packaging-dev meta package discussion

2011-06-07 Thread Neil Williams
On Tue, 07 Jun 2011 11:34:30 +0200
Vincent Danjean vdanjean...@free.fr wrote:

  A few days ago, we had a discussion about a packaging-dev meta package.
  The responses were between neutral and positive. Therefore I created a
  initial draft [1] and tried to incorporate all suggestions made in the
  discussion.
  
  The list looks currently like this:
  
  Depends: [...]
   pbuilder | cowbuilder | sbuild,
 
   My laptop, where I do all my packaging work but final build, has
 none of them installed. I've a separate machine with several chroots
 (lenny, squeeze, unstable and several for ubuntu) managed with sbuild that
 I use when I want to really build the package I will upload. Due to disk
 space, I cannot instal them (chroots) on my laptop.
   I other people work like me, these tools can be moved to Recommends

I disagree. pbuilder or the alternatives are fundamental to best
practice Debian packaging. The needs of Debian are wider than a single
user having a problem with a single machine.

This package is trying to express best practice for packaging, to get a
baseline. You admit that you have a way of building in a chroot and it
isn't required that everyone uploading to Debian has this package
installed, it is simply a way of making it simple for most people to
have a standard set of build tools.

Most people would have space for a pbuilder chroot (it's only a few
hundred megabytes even unpacked, it's the apt cache which takes up the
space and that can be cleared with a configuration change) and everyone
using packaging-dev should be expected (required) to use a chroot to
build packages prior to upload.

Recommending chroot build tools is not strong enough.

-- 


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



pgpNF7f46yK1d.pgp
Description: PGP signature


Re: Bug#629276: NFS needs same dispensation to use DES as AFS

2011-06-07 Thread Philipp Kern
On 2011-06-07, Marco d'Itri m...@linux.it wrote:
 On Jun 07, Brian May br...@microcomaustralia.com.au wrote:
 I am doubtful it will get accepted in stable, because it isn't fixing
 a grave bug.
 Sure it does: it fixes a serious interoperability problem, i.e. breaks
 unrelated software.

Apart from debian-devel being the wrong venue, Kerberized NFS isn't exactly
unrelated to the KDC.

Kind regards
Phliipp Kern


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/slrniuruiv.nsr.tr...@kelgar.0x539.de



Re: Ok to use upstream doumentation as-is (i.e. not regenerate)?

2011-06-07 Thread Vincent Danjean
On 05/06/2011 07:39, Vincent Bernat wrote:
 On Sat, 4 Jun 2011 21:54:11 +0200, Jonas Smedegaard wrote:
 
 What I do is use upstream provided tarballs, then put aside
 autotools-generated files, then autogenerate myself, and in the clean
 rule put back the upstream-provided files (because I want not only
 minimal required build routines idempotent but also building with
 git-buildpackage).
 
 In the clean rules, you can just delete those autogenerated files.

If you do not want git-buildpackage to complain (of
not committed changes), you need to restore them.

I often use this in my rules:
clean:
[...]
# if this is a git repository, restore removed files that would have
# been ignored by dpkg-source
-test -d .git  git checkout -- $$(git status | \
sed -e 
'/^#[[:space:]]*deleted:[[:space:]]*/s/^#[[:space:]]*deleted:[[:space:]]*//p;d' 
| \
grep -v '^debian/')


 


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


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4dee035f.3060...@free.fr



100+ Unique Comments on high PR Forums in just $20

2011-06-07 Thread Camille James
Hello, brbrI have just noticed your requirement for Forum Posting  
services. brbrIf the requirement is still open with you, I would love  
to do this job. brWe are a dedicated team of talented writers who do  
forum posting br and blog commenting for our clients. brbrWe will  
post you unique content on every forum. brIn one week, we can offer 100  
comments on all high PR forums brwith live signature links in just  
$20brbrWe may negotiate it further, if you are interested. br  
brPlease post your requirement details a  
href=http://www.ezdia.com/jsp/index.do?showui=postprojamp;utm_source=bp-em-0706amp;utm_medium=fp;  
target=_blankhere/a. brbrWaiting for your reply, brbrBest  
Regards,brbrCamille Jamesbr Business Development Executive.brSan  
Francisco


Bug#629522: ITP: machina -- polyphonic MIDI sequencer based on finite-state automata

2011-06-07 Thread Alessio Treglia
Package: wnpp
Severity: wishlist
Owner: Alessio Treglia ales...@debian.org

* Package name: machina
  Version : 0~svn3366
  Upstream Author : David Robillard d...@drobilla.net
* URL : http://www.drobilla.net/software/machina/
* License : GPL
  Programming Lang: C++
  Description : polyphonic MIDI sequencer based on finite-state automata

 Machina is probabilistic (i.e. very small machines can produce interesting
 non-repetitive output) but also capable of deterministically representing
 any piece of “discrete note music” - or anything in between. There is also
 experimental support for evolving machines (using a Genetic Algorithm) to
 play similar (but not identical) music to an existing piece (from a MIDI
 file or real-time MIDI instrument input).

-- 
Alessio Treglia  | www.alessiotreglia.com
Debian Developer | ales...@debian.org
Ubuntu Core Developer| quadris...@ubuntu.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110607114509.GA30571@alessio-laptop



Bug#629504: general: Error during compiling kernel module at generating file vnode_if.h.

2011-06-07 Thread Petr Salinger

-I/usr/src/kfreebsd-source-8.1/sys/fs/puffs/puffs/../putter -DPUFFSDEBUG
-mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2
-mno-sse3 -ffreestanding -std=iso9899:1999  -c puffs_msgif.c In file
included from @/sys/vnode.h:563,
 from puffs_msgif.c:44:



Stop in /usr/src/kfreebsd-source-8.1/sys/fs/puffs/puffs.


Where is puffs from ?

http://www.netbsd.org/docs/puffs/ ?

It is not included in our kernel source package.

Petr




--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/alpine.lrh.2.02.1106071350240.16...@sci.felk.cvut.cz



Processed: Re: Bug#629504: general: Error during compiling kernel module at generating file vnode_if.h.

2011-06-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 629504 kfreebsd-source-8.1
Bug #629504 [general] general: Error during compiling kernel module at 
generating file vnode_if.h.
Bug reassigned from package 'general' to 'kfreebsd-source-8.1'.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
629504: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=629504
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.130744493129971.transcr...@bugs.debian.org



Bug#629529: ITP: jcaptcha -- Java framework for CAPTCHA definition and integration

2011-06-07 Thread James Page
Package: wnpp
Severity: wishlist
Owner: James Page james.p...@canonical.com


* Package name: jcaptcha
  Version : 2.0~alpha1
* URL : http://www.jcaptcha.net/
* License : LGPL-2.1
  Programming Lang: Java
  Description : Java framework for CAPTCHA definition and integration

 (J)ava (C)ompletely (A)utomated (P)ublic (T)est to tell (C)omputers
 and (H)umans (A) part. This library provides:
 .
  * Robust and reliable CAPTCHA implementation framework for JAVA
  * Accessible CAPTCHA implementations
  * Multi-type challenge (text, sound, image)

 This package is required to support the packaging of jenkins.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20110607124942.8250.7241.reportbug@hendrix.shouse.local



Re: Ok to use upstream doumentation as-is (i.e. not regenerate)?

2011-06-07 Thread Osamu Aoki
On Tue, Jun 07, 2011 at 12:54:23PM +0200, Vincent Danjean wrote:
 On 05/06/2011 07:39, Vincent Bernat wrote:
  On Sat, 4 Jun 2011 21:54:11 +0200, Jonas Smedegaard wrote:
  
  What I do is use upstream provided tarballs, then put aside
  autotools-generated files, then autogenerate myself, and in the clean
  rule put back the upstream-provided files (because I want not only
  minimal required build routines idempotent but also building with
  git-buildpackage).
  
  In the clean rules, you can just delete those autogenerated files.
 
 If you do not want git-buildpackage to complain (of
 not committed changes), you need to restore them.
 
 I often use this in my rules:
 clean:
   [...]
 # if this is a git repository, restore removed files that would have
 # been ignored by dpkg-source
 -test -d .git  git checkout -- $$(git status | \
 sed -e 
 '/^#[[:space:]]*deleted:[[:space:]]*/s/^#[[:space:]]*deleted:[[:space:]]*//p;d'
  | \
 grep -v '^debian/')

I thought git reset --hard; git clean -f is enough to get pristine
state under git for manual operation.  I am curious why this is done
with this fancy script?  Maybe this is something to do with
git-buildpackage which I should know.

(I was thinking , as long as git reflect pristine source situation, this
shorter type-able sequence restores source tree for me.  If inside
debian tree should not be recorded in git, we can add .gitignore with
debian in it.)
 

Osamu 


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



Re: Ok to use upstream doumentation as-is (i.e. not regenerate)?

2011-06-07 Thread Vincent Danjean
On 07/06/2011 14:36, Osamu Aoki wrote:
 On Tue, Jun 07, 2011 at 12:54:23PM +0200, Vincent Danjean wrote:
 On 05/06/2011 07:39, Vincent Bernat wrote:
 On Sat, 4 Jun 2011 21:54:11 +0200, Jonas Smedegaard wrote:

 What I do is use upstream provided tarballs, then put aside
 autotools-generated files, then autogenerate myself, and in the clean
 rule put back the upstream-provided files (because I want not only
 minimal required build routines idempotent but also building with
 git-buildpackage).

 In the clean rules, you can just delete those autogenerated files.

 If you do not want git-buildpackage to complain (of
 not committed changes), you need to restore them.

 I often use this in my rules:
 clean:
  [...]
 # if this is a git repository, restore removed files that would have
 # been ignored by dpkg-source
 -test -d .git  git checkout -- $$(git status | \
 sed -e 
 '/^#[[:space:]]*deleted:[[:space:]]*/s/^#[[:space:]]*deleted:[[:space:]]*//p;d'
  | \
 grep -v '^debian/')
 
 I thought git reset --hard; git clean -f is enough to get pristine
 state under git for manual operation.  I am curious why this is done
 with this fancy script?  Maybe this is something to do with
 git-buildpackage which I should know.

I do not want to do a reset if some files are modified/added and not
commited (the standard behavior of git-buildpackage, ie complaining, is
ok for me in this case).
  I only want that git-buildpackage ignores missing files as dpkg-source
does. It is also a quick a dirty script and I would be very pleased
to know a better way to do this.

  Regards,
Vincent

 (I was thinking , as long as git reflect pristine source situation, this
 shorter type-able sequence restores source tree for me.  If inside
 debian tree should not be recorded in git, we can add .gitignore with
 debian in it.)
  
 
 Osamu 
 
 


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


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4dee24b1.3010...@free.fr



ITP: racktables - Datacenter asset management system

2011-06-07 Thread david hannequin
Package: wnpp
Version: N/A; reported 2011-06-07
Severity: wishlist

Package name: racktables
Version: 0.19.4
Upstream Author: Denis Ovsienko infrastat...@yandex.ru
URL: http://racktables.org/
License: GPL-2 
https://sourceforge.net/projects/racktables/files/RackTables-0.19.4.tar.gz/download
Description:  Racktables is a solution for datacenter and server room
asset management.
Source: 
http://downloads.sourceforge.net/project/racktables/RackTables-0.19.4.tar.gz

-- 
David Hannequin
Systèmes  Réseaux

FullSave
26 rue de Gironis - 31100 Toulouse
Tél +33 (0) 5 62 24 34 18
Fax +33 (0) 5 62 24 46 78


-- 
David Hannequin


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/banlktin_klo-an_9cuexx_xtqv8cui+...@mail.gmail.com



Re: Ok to use upstream doumentation as-is (i.e. not regenerate)?

2011-06-07 Thread Jonas Smedegaard
On 11-06-07 at 12:54pm, Vincent Danjean wrote:
 On 05/06/2011 07:39, Vincent Bernat wrote:
  On Sat, 4 Jun 2011 21:54:11 +0200, Jonas Smedegaard wrote:
  
  What I do is use upstream provided tarballs, then put aside 
  autotools-generated files, then autogenerate myself, and in the 
  clean rule put back the upstream-provided files (because I want not 
  only minimal required build routines idempotent but also building 
  with git-buildpackage).
  
  In the clean rules, you can just delete those autogenerated files.
 
 If you do not want git-buildpackage to complain (of
 not committed changes), you need to restore them.
 
 I often use this in my rules:
 clean:
   [...]
 # if this is a git repository, restore removed files that would have
 # been ignored by dpkg-source
 -test -d .git  git checkout -- $$(git status | \
 sed -e 
 '/^#[[:space:]]*deleted:[[:space:]]*/s/^#[[:space:]]*deleted:[[:space:]]*//p;d'
  | \
 grep -v '^debian/')

I strongly believe Debian packaging rules should always behave the same 
- at least the main rules required by Debian Policy.

Therefore I dislike patterns like above, which behaves different based 
on the presence of some files in source during build!


 - Jonas

-- 
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Bugs against packages from BPO

2011-06-07 Thread Mehdi Dogguy

Hi.

For now users of packages from BPO have to send a mail to debian-backports
mailing-list, according to [1]. I don't know how you handle those bugs,
but they seem very easy to miss (even if d-b@l.d.o isn't a high traffic list).

I was wondering if it makes sense to ask (kindly) debbugs's maintainer to
add new special tags (e.g. “squeeze-backports”, “lenny-backports”) that
would work exactly like “sid”, “squeeze”, … tags that we already have. It
would help to have a better integration of BPO and makes bugreporting less
confusing for users. When implemented in debbugs, reportbug could
automatically add those tags if the package comes from BPO.

From a maintainer point of view, this could mean more burden. But, if ever
implemented, debbugs can send a copy of the bugreport to the backporter
only, and avoid sending it to the usual maintainer of the package.

What do you think?
- from debbugs POV, is it feasible?
- from maintainers POV, would you accept that?
- from backports FTP masters POV, do you think it's a good idea?

If we can't agree on this proposal, can somebody tell me why we didn't try
to have a BTS for backports? I personally think that we could have those
bugreports on bugs.d.o directly and that there is no need for another
instance of debbugs, because their number isn't insane, as most of us tend
to think.

[1] http://backports.debian.org/FAQ/

Regards,

-- 
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4dee3d9a.3080...@dogguy.org



Re: Bugs against packages from BPO

2011-06-07 Thread Julien Cristau
On Tue, Jun  7, 2011 at 17:02:50 +0200, Mehdi Dogguy wrote:

 From a maintainer point of view, this could mean more burden. But, if ever
 implemented, debbugs can send a copy of the bugreport to the backporter
 only, and avoid sending it to the usual maintainer of the package.
 
That was discussed a while ago (shortly after bpo moved to debian.org,
iirc), and it's still vaporware.  Excuse me while I don't hold my
breath.

Cheers,
Julien


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110607150749.gc25...@coloquinte.cristau.org



Re: Bugs against packages from BPO

2011-06-07 Thread Paul Wise
I like this idea and also think that bugs reported against backports
package versions could be automatically directed towards the
backporter instead of the maintainer. First bugs.debian.org would have
to learn about backports package versions.

--
bye,
pabs

http://wiki.debian.org/PaulWise


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/BANLkTimJJGBVGKQWSxKcV6MXALp1XS6R=q...@mail.gmail.com



Bug#629541: ITP: pkg-php-tools -- various packaging tools and scripts for PHP PEAR packages

2011-06-07 Thread Mathieu Parent
Package: wnpp
Severity: wishlist
Owner: Mathieu Parent math.par...@gmail.com

* Package name: pkg-php-tools
* Version : 0.1
* Upstream Author : Mathieu Parent math.par...@gmail.com
* URL : none
* License : LGPL-3.0
* Programming Lang: Perl, PHP
* Description : various packaging tools and scripts for PHP PEAR packages


See announce on http://lists.alioth.debian.org/pipermail/pkg-php-
pear/2011-May/000106.html



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20110607152223.2786.66295.report...@tourthieu.sathieu.net



Re: Bugs against packages from BPO

2011-06-07 Thread Gerfried Fuchs
   Hey,

* Mehdi Dogguy me...@dogguy.org [2011-06-07 17:02:50 CEST]:
 For now users of packages from BPO have to send a mail to
 debian-backports mailing-list, according to [1]. I don't know how you
 handle those bugs, but they seem very easy to miss (even if d-b@l.d.o
 isn't a high traffic list).

 This is correct.

 I was wondering if it makes sense to ask (kindly) debbugs's maintainer to
 add new special tags (e.g. “squeeze-backports”, “lenny-backports”) that
 would work exactly like “sid”, “squeeze”, … tags that we already have.

 I think you misinterpret these release tags: Setting them on a bug
means that the bug affects only that specific release. It happens though
quite regularly that bugs in backports aren't backport specific but also
affect testing/unstable, and through such an approach you would be
hiding the bugs from that view.

 It would help to have a better integration of BPO and makes
 bugreporting less confusing for users. When implemented in debbugs,
 reportbug could automatically add those tags if the package comes from
 BPO.

 The real issue with having backports bugs in the BTS is version
tracking: The BTS doesn't know about backports versions - and as long as
that is the case the BTS can't track bugs for backports. It's as simple
as that -- understanding-wise, unfortunately not coding-wise; otherwise
it would had been implemented in the meantime already.

 From what I understand help to get this fixed is more than just
welcomed.

 - from debbugs POV, is it feasible?

 Currently no, that's the first blocker on this road.

 - from maintainers POV, would you accept that?

 I've heard from very few people that would actually dislike it, but it
would be the right way to go in so many senses.

 - from backports FTP masters POV, do you think it's a good idea?

 I can only speak for myself (because partly I believe last time it was
brought up Alex had a different opinion on this than me), but yes, it
would be a good idea. Potentially we will manage to get a short BoF on
this topic at debconf with people from all involved parties attending to
improve this.

 But still, it needs people actually working on getting things
implemented.

 If we can't agree on this proposal, can somebody tell me why we didn't try
 to have a BTS for backports?

 Because a seperate BTS doesn't make much sense, the maintenance
overhead simply isn't that benefitial when the clean solution is to get
version tracking for backports adopted into the regular BTS.

 I personally think that we could have those bugreports on bugs.d.o
 directly and that there is no need for another instance of debbugs,
 because their number isn't insane, as most of us tend to think.

 Noone is thinking about insane numbers of bugs, at least not to the
best of my knowledge. But that's not the issue. Also you might want to
dig the archives of debian-devel from september last year, subject
Backports service becoming official, starting at
http://lists.debian.org/19589.7233.954544.903...@chiark.greenend.org.uk

 Enjoy!
Rhonda 
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110607153540.ga17...@anguilla.debian.or.at



Re: Bugs against packages from BPO

2011-06-07 Thread Mehdi Dogguy
On 07/06/2011 17:35, Gerfried Fuchs wrote:
 
 I think you misinterpret these release tags:

No.

 Setting them on a bug means that the bug affects only that specific
 release. It happens though quite regularly that bugs in backports
 aren't backport specific but also affect testing/unstable, and through
 such an approach you would be hiding the bugs from that view.
 

Yes. But, one can still check and remove those tags when appropriate.
My approach was just to avoid as much as possible to send false bugreports
to the usual maintainer. The reporter can remove those tags if he's sure
that it also applies to testing/unstable.

Thanks for your other answers on debugs.

Regards,

-- 
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4dee46c5.5090...@dogguy.org



Re: Bugs against packages from BPO

2011-06-07 Thread Gerfried Fuchs
   Hey again,

* Mehdi Dogguy me...@dogguy.org [2011-06-07 17:41:57 CEST]:
 Yes. But, one can still check and remove those tags when appropriate.
 My approach was just to avoid as much as possible to send false bugreports
 to the usual maintainer. The reporter can remove those tags if he's sure
 that it also applies to testing/unstable.

 Ah right, that was the second big issue, that the BTS can't currently
handle maintainer contact information for different branches of
development. Personally I would assume that the backporter should also
care about watching the bugreports in the regular pool because they also
potentially affect their endusers, but the other way round is something
that not everyone is totally interested in; and even though it might be
rather low traffic, people should at least have the possibility to
filter them out conveniently.

 Thanks for bringing that point back to my mind. :)
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110607155028.ga20...@anguilla.debian.or.at



Re: throw away debs and source only uploads

2011-06-07 Thread Don Armstrong
On Tue, 07 Jun 2011, Andreas Barth wrote:
 * Don Armstrong (d...@debian.org) [110607 04:25]:
  On Mon, 06 Jun 2011, Philipp Kern wrote:
   I.e. I think we should still allow non-buildd binaries, e.g. for
   those cases you mentioned.
  
  Non-buildd binaries should still be allowed, but they should be
  followed immediately by a binNMU. [Are there any cases where we
  wouldn't want to rebuild the package after it was bootstrapped?]
 
 There are cases where porters need to upload, because of funny
 issues. Or hand-builds within sane buildd chroots where the buildd
 software refuses. Or similar. (I think I did less than 10 such
 uploads recently.)

Ok. Am I correct that these odd cases are bugs which should be fixed?

If so, it seems reasonable to queue a binNMU, and then file bugs
appropriately if it failed.


Don Armstrong

-- 
[T]he question of whether Machines Can Think, [...] is about as
relevant as the question of whether Submarines Can Swim.
 -- Edsger W. Dijkstra The threats to computing science

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


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110607155947.gv4...@rzlab.ucr.edu



Re: Bugs against packages from BPO

2011-06-07 Thread Ondřej Surý
 - from maintainers POV, would you accept that?

  I've heard from very few people that would actually dislike it, but it
 would be the right way to go in so many senses.

The bugreport against the backported package at least needs to be
copied to whoever did the backport, which complicates the things. The
agreement between me and my backporters (and vice versa) is that they
are responsible for the backport.

 I think you misinterpret these release tags: Setting them on a bug
 means that the bug affects only that specific release. It happens though
 quite regularly that bugs in backports aren't backport specific but also
 affect testing/unstable, and through such an approach you would be
 hiding the bugs from that view.

That would be the backporters responsibility to check the bug and
remove/add tags as needed.

O.
-- 
Ondřej Surý ond...@sury.org


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/BANLkTimShCM=5ihkecvmSmE79qLsBK8GY3=mbionj2se...@mail.gmail.com



Re: Anonymous read-only access and Vcs-* [Re: Alioth status update, take 3]

2011-06-07 Thread Tollef Fog Heen
]] Ben Finney 

| Neither the VCS repository link nor the VCS browse link work for
| URL:http://packages.qa.debian.org/c/comixcursors.html.

These have been fixed now.

| The VCS browse link doesn't work for
| URL:http://packages.qa.debian.org/l/lojban-common.html.

Ditto.

(Now, loggerhead has fallen over or is a fragile piece of software, so
that bit's still broken, but the apache config is at least correct.)

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87wrgxioqu@qurzaw.varnish-software.com



Re: intermediate result of packaging-dev meta package discussion

2011-06-07 Thread Benjamin Drung
Am Dienstag, den 07.06.2011, 10:46 +0100 schrieb Neil Williams:
 On Tue, 07 Jun 2011 11:34:30 +0200
 Vincent Danjean vdanjean...@free.fr wrote:
 
   A few days ago, we had a discussion about a packaging-dev meta package.
   The responses were between neutral and positive. Therefore I created a
   initial draft [1] and tried to incorporate all suggestions made in the
   discussion.
   
   The list looks currently like this:
   
   Depends: [...]
pbuilder | cowbuilder | sbuild,
  
My laptop, where I do all my packaging work but final build, has
  none of them installed. I've a separate machine with several chroots
  (lenny, squeeze, unstable and several for ubuntu) managed with sbuild that
  I use when I want to really build the package I will upload. Due to disk
  space, I cannot instal them (chroots) on my laptop.
I other people work like me, these tools can be moved to Recommends
 
 I disagree. pbuilder or the alternatives are fundamental to best
 practice Debian packaging. The needs of Debian are wider than a single
 user having a problem with a single machine.
 
 This package is trying to express best practice for packaging, to get a
 baseline. You admit that you have a way of building in a chroot and it
 isn't required that everyone uploading to Debian has this package
 installed, it is simply a way of making it simple for most people to
 have a standard set of build tools.
 
 Most people would have space for a pbuilder chroot (it's only a few
 hundred megabytes even unpacked, it's the apt cache which takes up the
 space and that can be cleared with a configuration change) and everyone
 using packaging-dev should be expected (required) to use a chroot to
 build packages prior to upload.
 
 Recommending chroot build tools is not strong enough.

Beginners are the target, not experienced packagers. That's why Neil's
reasons seems to be stronger for me than Vincent's. Therefore I will
leave the chroot dependency as dependency unless more people are in
favor of moving them to Recommends.

-- 
Benjamin Drung
Debian  Ubuntu Developer


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


Re: throw away debs and source only uploads

2011-06-07 Thread Andreas Barth
* Don Armstrong (d...@debian.org) [110607 18:11]:
 On Tue, 07 Jun 2011, Andreas Barth wrote:
  * Don Armstrong (d...@debian.org) [110607 04:25]:
   On Mon, 06 Jun 2011, Philipp Kern wrote:
I.e. I think we should still allow non-buildd binaries, e.g. for
those cases you mentioned.
   
   Non-buildd binaries should still be allowed, but they should be
   followed immediately by a binNMU. [Are there any cases where we
   wouldn't want to rebuild the package after it was bootstrapped?]
  
  There are cases where porters need to upload, because of funny
  issues. Or hand-builds within sane buildd chroots where the buildd
  software refuses. Or similar. (I think I did less than 10 such
  uploads recently.)
 
 Ok. Am I correct that these odd cases are bugs which should be fixed?

Usually yes. 

 If so, it seems reasonable to queue a binNMU, and then file bugs
 appropriately if it failed.

It's reasonable to queue a binNMU, but it's not to assume that it's
successful. Or that there might be transient issues, e.g. a hand-build
to just complete the transition to testing, and the next source
version is uploaded directly after the transition and built normally.
Or issues, where we don't need to wait for the binNMU to fail, but
just directly file the bug - of course I'm happy to fail the build by
hand in such cases.

As said, all that are exceptions to the rule.



Andi


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110607165245.gh2...@mails.so.argh.org



Re: How do I join the development team?

2011-06-07 Thread Martin Bagge / brother

On Sun, 5 Jun 2011, Jason Hsu wrote:


2.  A trash program: GNOME and KDE come with trash/recycle bins but ROX 
pinboard does not.


PCManFM with libfm has a trashbin. Lightweight enough?

--
/brother
http://martin.bagge.nu
On Bruce Schneier's birthday, a person standing at the very center of 
Stonehenge casts a shadow in the shape of Bruce Schneier's PGP public key 
fingerprint.


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/alpine.deb.2.00.1106071918290.16...@salyut.bsnet.se



Bug#629577: ITP: jtreg -- Regression Test Harness for the OpenJDK platform

2011-06-07 Thread Guillaume Mazoyer
Package: wnpp
Severity: wishlist
Owner: Guillaume Mazoyer guilla...@octane.info9.net


* Package name: jtreg
  Version : 4.1
  Upstream Author : Sun Microsystems, Inc.
* URL : http://openjdk.java.net/jtreg/
* License : GNU General Public License, version 2, with the Classpath 
Exception
  Programming Lang: Java
  Description : Regression Test Harness for the OpenJDK platform

jtreg is the test harness used by the OpenJDK test framework.
This framework is intended primarily for regression tests.
It can also be used for unit tests, functional tests, and even simple product
tests -- in other words, just about any type of test except a conformance test,
which belong in a TCK.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20110607202005.9502.76650.report...@octane.info9.net



Bug#629584: ITP: dino -- Integrated MIDI piano roll editor and sequencer engine

2011-06-07 Thread Alessio Treglia
Package: wnpp
Severity: wishlist
Owner: Alessio Treglia ales...@debian.org

* Package name: dino
  Version : 0.2.8
  Upstream Author : Lars Luthman lars.luth...@gmail.com
* URL : http://dino.nongnu.org
* License : GPL
  Programming Lang: C++
  Description : Integrated MIDI piano roll editor and sequencer engine

 Dino is a pattern-based sequencer which allows users to write
 small patterns of MIDI events and repeat and arrange them to
 create a whole song. Each track has its own patterns, so it
 is possible for example to play the same drum pattern over
 and over again while different lead synth patterns and basslines
 are playing.


-- 
Alessio Treglia  | www.alessiotreglia.com
Debian Developer | ales...@debian.org
Ubuntu Core Developer| quadris...@ubuntu.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110607205653.GA3269@alessio-laptop



Bug#629587: ITP: cqrlog -- Advanced logging program for hamradio operators

2011-06-07 Thread Petr Hlozek
Package: wnpp
Severity: wishlist
Owner: Petr Hlozek p...@ok2cqr.com


* Package name: cqrlog
  Version : 1.0.0
  Upstream Author : Petr Hlozek p...@ok2cqr.com, Martin Kratoska 
mar...@ok1rr.com
* URL : http://www.cqrlog.com/
* License : GPL
  Programming Lang: Object-Pascal (Lazarus)
  Description : Advanced logging program for hamradio operators



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110607213936.14334.20140.reportbug@turbo-zaba



Bug#629597: ITP: bedtools -- suite of utilities for comparing genomic features

2011-06-07 Thread Charles Plessy
Package: wnpp
Severity: wishlist
Owner: Charles Plessy ple...@debian.org

  Package name: bedtools
  Version : 2.12.0
  Upstream Author : Aaron Quinlan
  URL : http://code.google.com/p/bedtools/
  License : GPL-2+
  Programming Lang: C++
  Description : suite of utilities for comparing genomic features

 The BEDTools utilities allow one to address common genomics tasks such as
 finding feature overlaps and computing coverage. The utilities are largely
 based on four widely-used file formats: BED, GFF/GTF, VCF, and SAM/BAM. Using
 BEDTools, one can develop sophisticated pipelines that answer complicated
 research questions by streaming several BEDTools together.

BEDTools is very popular in its field and will be a nice addition to Debian.  A
package is almost ready at http://git.debian.org/?p=debian-med/bedtools.git

Have a nice day,

-- 
Charles Plessy
Debian Med packaging team
http://www.debian.org/devel/debian-med
Tsurumi, Kanagawa, Japan



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20110607233751.4153.68459.reportbug@chouca.igloo



Re: Anonymous read-only access and Vcs-* [Re: Alioth status update, take 3]

2011-06-07 Thread Ben Finney
Tollef Fog Heen tfh...@err.no writes:

 ]] Ben Finney 

 | Neither the VCS repository link nor the VCS browse link work for
 | URL:http://packages.qa.debian.org/c/comixcursors.html.

 These have been fixed now.

Not for me. The VCS repository link just gives a 404 error.

(Note that the correct response will look like an empty directory;
the VCS's hidden directory won't show up on a default directory listing
from the web server.)

 | The VCS browse link doesn't work for
 | URL:http://packages.qa.debian.org/l/lojban-common.html.

 Ditto.

That one's fixed.


I highlight these two because they're using different ways of getting at
the VCS repositories; previously both of the following would work:

$VCSNAME.debian.org/$VCSNAME/$PROJECTPATH/
$VCSNAME.debian.org/$PROJECTPATH/

-- 
 \ “Oh, I realize it's a penny here and a penny there, but look at |
  `\  me: I've worked myself up from nothing to a state of extreme |
_o__)  poverty.” —Groucho Marx |
Ben Finney


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87r575ynwd@benfinney.id.au



Re: Anonymous read-only access and Vcs-* [Re: Alioth status update, take 3]

2011-06-07 Thread Steve M. Robbins
Tollef,

 ]] Ben Finney 

 | Neither the VCS repository link nor the VCS browse link work for
 | URL:http://packages.qa.debian.org/c/comixcursors.html.

 These have been fixed now.
 
 | The VCS browse link doesn't work for
 | URL:http://packages.qa.debian.org/l/lojban-common.html.

 Ditto.

Great!  

Can the SVN ones be similarly fixed; e.g.
http://packages.qa.debian.org/i/insighttoolkit.html


Thanks,
-Steve


signature.asc
Description: Digital signature


Re: Anonymous read-only access and Vcs-* [Re: Alioth status update, take 3]

2011-06-07 Thread Tollef Fog Heen
]] Steve M. Robbins 

| Can the SVN ones be similarly fixed; e.g.
| http://packages.qa.debian.org/i/insighttoolkit.html

wsvn is already on the list of stuff still to fix as listed on
http://titanpad.com/yyhfwA9Pyr .

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87d3ioj422@qurzaw.varnish-software.com



Re: Anonymous read-only access and Vcs-* [Re: Alioth status update, take 3]

2011-06-07 Thread Tollef Fog Heen
]] Ben Finney 

| Tollef Fog Heen tfh...@err.no writes:
| 
|  ]] Ben Finney 
| 
|  | Neither the VCS repository link nor the VCS browse link work for
|  | URL:http://packages.qa.debian.org/c/comixcursors.html.
| 
|  These have been fixed now.
| 
| Not for me. The VCS repository link just gives a 404 error.

Indeed, fixed now.

| (Note that the correct response will look like an empty directory;
| the VCS's hidden directory won't show up on a default directory listing
| from the web server.)

I know about this, and I think it's a terrible decision from the bzr
team to by default point people to what looks like a completely empty
directory.  This is quite separate from wrong redirects, though.

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/878vtcj3um@qurzaw.varnish-software.com



Accepted kfreebsd-kernel-headers 0.55 (source kfreebsd-amd64)

2011-06-07 Thread Guillem Jover
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Jun 2011 07:32:13 +0200
Source: kfreebsd-kernel-headers
Binary: kfreebsd-kernel-headers
Architecture: source kfreebsd-amd64
Version: 0.55
Distribution: unstable
Urgency: low
Maintainer: GNU/kFreeBSD Maintainers debian-...@lists.debian.org
Changed-By: Guillem Jover guil...@debian.org
Description: 
 kfreebsd-kernel-headers - kernel of FreeBSD headers for development
Closes: 629211 629444
Changes: 
 kfreebsd-kernel-headers (0.55) unstable; urgency=low
 .
   * Swap build-arch and build-indep; install-arch and install-indep targets.
   * Use double underscore protected internal types in sys/ucred.h so that
 glibc can access them w/o needing to define _BSD_SOURCE. Closes: #629211
   * Make sys/sbuf.h usable while libsbuf-dev does not yet provides its own
 version. Closes: #629444
Checksums-Sha1: 
 149d923dcde2d9e3d8b9ad5225271dfe08210c16 1106 kfreebsd-kernel-headers_0.55.dsc
 0d5e97dfea1747488555468aadedf70f030faa57 39705 
kfreebsd-kernel-headers_0.55.tar.gz
 b39d7691dd9c439bd0e791f26b9cde8932862a00 4035474 
kfreebsd-kernel-headers_0.55_kfreebsd-amd64.deb
Checksums-Sha256: 
 282eeda3b944c885a37bcec6c65399145a21ecc4c52184f4fcc80c236fbf0c5f 1106 
kfreebsd-kernel-headers_0.55.dsc
 bc065f0cc24c1020d7b08abce16d48e06078284203fd5e3d7243f76e30231135 39705 
kfreebsd-kernel-headers_0.55.tar.gz
 81f032acd2e0608e08507f3a0e0e5163df30cfb464433887f56b016485bf7a79 4035474 
kfreebsd-kernel-headers_0.55_kfreebsd-amd64.deb
Files: 
 f7f53248307494eb20e303e68a30e536 1106 kernel standard 
kfreebsd-kernel-headers_0.55.dsc
 2535443ee5810acf5383c9aaad76aa99 39705 kernel standard 
kfreebsd-kernel-headers_0.55.tar.gz
 9edb439054c255d724d369bc4a0ab1ce 4035474 kernel standard 
kfreebsd-kernel-headers_0.55_kfreebsd-amd64.deb

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

iEYEARECAAYFAk3tub0ACgkQuW9ciZ2SjJtNFACg9pGwvdb2bN64tYyesbaBINwt
ZpIAnigtfaFvTYqX0983KFfBAasjf7U4
=LYAO
-END PGP SIGNATURE-


Accepted:
kfreebsd-kernel-headers_0.55.dsc
  to main/k/kfreebsd-kernel-headers/kfreebsd-kernel-headers_0.55.dsc
kfreebsd-kernel-headers_0.55.tar.gz
  to main/k/kfreebsd-kernel-headers/kfreebsd-kernel-headers_0.55.tar.gz
kfreebsd-kernel-headers_0.55_kfreebsd-amd64.deb
  to 
main/k/kfreebsd-kernel-headers/kfreebsd-kernel-headers_0.55_kfreebsd-amd64.deb


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



Accepted freebsd-libs 8.2-1 (source all kfreebsd-amd64)

2011-06-07 Thread Guillem Jover
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Jun 2011 07:43:42 +0200
Source: freebsd-libs
Binary: libsbuf0 libsbuf0-udeb libsbuf-dev libcam0 libcam-dev libgeom0 
libgeom-dev libgeom0-udeb libusbhid4 libusbhid-common libusbhid-dev libusb2 
libusb2-dev libusb2-udeb libkvm0 libkvm-dev libdevstat7 libdevstat-dev 
libmemstat3 libmemstat-dev libnetgraph4 libnetgraph-dev libipx2 libipx-dev 
libipx2-udeb libkiconv4 libkiconv-dev
Architecture: source kfreebsd-amd64 all
Version: 8.2-1
Distribution: unstable
Urgency: low
Maintainer: GNU/kFreeBSD Maintainers debian-...@lists.debian.org
Changed-By: Guillem Jover guil...@debian.org
Description: 
 libcam-dev - Development files for libcam
 libcam0- FreeBSD CAM (Common Access Method) library
 libdevstat-dev - Development files for libdevstat
 libdevstat7 - FreeBSD devstat (kernel interface) library
 libgeom-dev - Development files for libgeom
 libgeom0   - FreeBSD GEOM library
 libgeom0-udeb - FreeBSD GEOM library (udeb) (udeb)
 libipx-dev - Development files for libipx
 libipx2- FreeBSD IPX address conversion support library
 libipx2-udeb - FreeBSD IPX address conversion support library (udeb) (udeb)
 libkiconv-dev - Development files for libkiconv
 libkiconv4 - FreeBSD kernel side iconv library (udeb)
 libkvm-dev - Development files for libkvm
 libkvm0- FreeBSD kvm (kernel memory interface) library
 libmemstat-dev - Development files for libmemstat
 libmemstat3 - FreeBSD memstat (kernel interface) library
 libnetgraph-dev - Development files for libnetgraph
 libnetgraph4 - FreeBSD memstat (kernel interface) library
 libsbuf-dev - Development files for libsbuf
 libsbuf0   - FreeBSD string buffer library
 libsbuf0-udeb - FreeBSD string buffer library (udeb) (udeb)
 libusb2- FreeBSD userspace USB programming library
 libusb2-dev - Development files for libusb2
 libusb2-udeb - Development files for libusb2 (udeb) (udeb)
 libusbhid-common - Common files for the USB HID devices FreeBSD library
 libusbhid-dev - Development files for libusbhid
 libusbhid4 - FreeBSD library to access USB HID devices
Closes: 602766
Changes: 
 freebsd-libs (8.2-1) unstable; urgency=low
 .
   [ Petr Salinger ]
   * Based on FreeBSD 8.2.
 .
   [ Robert Millan ]
   * Build libsbuf-dev on non-kFreeBSD systems.  (Closes: #602766)
 .
   [ Guillem Jover ]
   * Now using Standards-Version 3.9.2 (no changes needed).
   * Switch to source format “3.0 (quilt)”.
 - Remove quilt from Build-Depends.
 - Remove patch target in debian/rules.
 - Remove now unneeded README.source.
 - Refresh all patches.
   * Add myself to Uploaders.
   * Refactor source and tar name into SOURCE and TARNAME in debian/rules.
   * Line-wrap CFLAGS and PMAKE variables in debian/rules.
   * Intersperse Build-Depends description comments between the actual
 dependencies.
   * Set numeric user and group id to 0 for files in get-orig-source.
   * Add symbols files for all shared libraries.
Checksums-Sha1: 
 9a5d879a5fe840216e019a44c2c390dc998ee07d 1770 freebsd-libs_8.2-1.dsc
 828f759dc59dccc686d3194c469d5f179537a43c 511199 freebsd-libs_8.2.orig.tar.gz
 1df7899f8a6617cf1664ee870a5a1dd697ffe2f2 22452 freebsd-libs_8.2-1.debian.tar.gz
 9e14ef144860704ca8f23982f4370452675c853a 10860 
libsbuf0_8.2-1_kfreebsd-amd64.deb
 edc128a9931cdc6044c2aa219b415650d43a56d3 4338 
libsbuf0-udeb_8.2-1_kfreebsd-amd64.udeb
 35725f7a67c916595bd03f5be5925e20f281efc0 10396 
libsbuf-dev_8.2-1_kfreebsd-amd64.deb
 90634db6263819ceeb86d96d8fef18c29cd45dea 48662 libcam0_8.2-1_kfreebsd-amd64.deb
 3b7cad692f74ac83358dbc158beb2fc3dc1c1c33 64524 
libcam-dev_8.2-1_kfreebsd-amd64.deb
 acfdf4d3e4b7cc7147c912e95a8eba0858c1480d 17384 
libgeom0_8.2-1_kfreebsd-amd64.deb
 b0786d0fa116f092cc39013171750d38dd173852 22688 
libgeom-dev_8.2-1_kfreebsd-amd64.deb
 97b29dc125c72f57a0590a162af16ea6e040b345 10592 
libgeom0-udeb_8.2-1_kfreebsd-amd64.udeb
 f61c8235e38ee297e9ad8b786656ecc0d82b75d7 14288 
libusbhid4_8.2-1_kfreebsd-amd64.deb
 740abb7a205ba8cc853ceccf06f0c7a73fc9acc0 17898 
libusbhid-dev_8.2-1_kfreebsd-amd64.deb
 43ecc9017f66b11ee06d8571cdcb237955be5e2b 38690 libusb2_8.2-1_kfreebsd-amd64.deb
 650687c3680168e1c1e864bc182b371f2bb4aa65 61842 
libusb2-dev_8.2-1_kfreebsd-amd64.deb
 242a280f7ab1d4ecd4b9d03bdb005f81c0312abb 30858 
libusb2-udeb_8.2-1_kfreebsd-amd64.udeb
 a50fc993e0b3ee15d5025fd75bbab02b0f37e4fa 22956 libkvm0_8.2-1_kfreebsd-amd64.deb
 9218d4f3b4c7f25784e3908d85bf206603c2470c 46394 
libkvm-dev_8.2-1_kfreebsd-amd64.deb
 5c9eac1567022cbbfba3ecd630e03e342a24fb62 16864 
libdevstat7_8.2-1_kfreebsd-amd64.deb
 d38ba8b412d5ff119475f3f8b59fe61bbd1e 24498 
libdevstat-dev_8.2-1_kfreebsd-amd64.deb
 7d6e0c2377dd5b4c3860ea34b93ae92ed74f6164 14652 
libmemstat3_8.2-1_kfreebsd-amd64.deb
 3ef05bfc71786a2b07f5c9fb7d1899866d32e355 21712 
libmemstat-dev_8.2-1_kfreebsd-amd64.deb
 ea157231a2d45d72f56f58cf0669308f9c76d885 15372 
libnetgraph4_8.2-1_kfreebsd-amd64.deb
 6032354d27eeae82be551f321046450afe44e0d2 21018 

Accepted freebsd-utils 8.2-1 (source kfreebsd-amd64)

2011-06-07 Thread Guillem Jover
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Jun 2011 08:00:15 +0200
Source: freebsd-utils
Binary: freebsd-utils freebsd-utils-udeb kldutils kldutils-udeb kbdcontrol 
vidcontrol freebsd-net-tools freebsd-net-tools-udeb
Architecture: source kfreebsd-amd64
Version: 8.2-1
Distribution: unstable
Urgency: low
Maintainer: GNU/kFreeBSD Maintainers debian-...@lists.debian.org
Changed-By: Guillem Jover guil...@debian.org
Description: 
 freebsd-net-tools - FreeBSD networking tools
 freebsd-net-tools-udeb - FreeBSD networking tools (udeb)
 freebsd-utils - FreeBSD utilities needed for GNU/kFreeBSD
 freebsd-utils-udeb - FreeBSD utilities needed for GNU/kFreeBSD (udeb)
 kbdcontrol - command-line tool to change keyboard layout on GNU/kFreeBSD
 kldutils   - tools for managing kFreeBSD modules
 kldutils-udeb - tools for managing kFreeBSD modules (udeb)
 vidcontrol - command-line tool to control the system console on GNU/kFreeBSD
Closes: 595040 605723 609574 627129
Changes: 
 freebsd-utils (8.2-1) unstable; urgency=low
 .
   [ Petr Salinger ]
   * Based on FreeBSD 8.2.
 .
   [ Mats Erik Andersson ]
   * Add IPv6 support into route wrapper. Closes: #605723.
   * Update mount wrapper for remount requests. Closes: #609574.
 .
   [ Robert Millan ]
   * Require kfreebsd-kernel-headers = 0.54.
   * Add mkuzip.
   * Set freebsd-net-tools-udeb to kfreebsd-any.
   * Remove dependency on ufsutils. (Closes: #595040)
 .
   [ Tuco Xyz ]
   * Add dumpon and savecore.
 .
   [ Guillem Jover ]
   * Translate mount -f (--fake) to -d in the wrapper.
   * Now using Standards-Version 3.9.2 (no changes needed).
   * Move local headers to debian/local/include/.
   * Move local scripts and devfs.d directories to debian/local/.
   * Switch to source format “3.0 (quilt)”.
 - Remove quilt from Build-Depends.
 - Remove patch target in debian/rules.
 - Remove now unneeded README.source.
 - Refresh all patches.
   * Link camcontrol, mdconfig and dmesg directly to libbsd. Closes: #627129
   * Refactor source and tar name into SOURCE and TARNAME in debian/rules.
   * Line-wrap PMAKE variable in debian/rules.
   * Intersperse Build-Depends description comments between the actual
 dependencies.
   * Remove skeleton comment from init scripts.
Checksums-Sha1: 
 bf7e06373e24f5334be8a76beb06f4d27d37cb00 1674 freebsd-utils_8.2-1.dsc
 4284551c3f303a55f5b774b35b3bc9eaf9837365 1539945 freebsd-utils_8.2.orig.tar.gz
 e888a832f900e66cb3ca3b9f924a8ba872415d26 75935 
freebsd-utils_8.2-1.debian.tar.gz
 dbb7afa7553e600880b3be0e2de2df278830608a 286946 
freebsd-utils_8.2-1_kfreebsd-amd64.deb
 e9a4114d0a4d59fc4d55999eef07db7042d8f73d 39992 
freebsd-utils-udeb_8.2-1_kfreebsd-amd64.udeb
 b2d63dcbc2ad95291e59ce5ecc1a2005375508be 35994 
kldutils_8.2-1_kfreebsd-amd64.deb
 bb62a095e07e53e1885e43a54804471d11fa5928 7432 
kldutils-udeb_8.2-1_kfreebsd-amd64.udeb
 8b5f467ba7022b2043f506471fe788bf794f5843 108740 
kbdcontrol_8.2-1_kfreebsd-amd64.deb
 c4459331daa2d48874697315939b89e3ecd9105b 99972 
vidcontrol_8.2-1_kfreebsd-amd64.deb
 a89f0fd88d168bb51cdeeb649016fc6107ee3635 347824 
freebsd-net-tools_8.2-1_kfreebsd-amd64.deb
 73a44e7506be7e9e2dc5a6a78ad2f468f6f8e3d5 41458 
freebsd-net-tools-udeb_8.2-1_kfreebsd-amd64.udeb
Checksums-Sha256: 
 60d6e34a3cfd2a3828a295b7d06a8aba4cb234d9d395c077ee7c636c94c4c8a7 1674 
freebsd-utils_8.2-1.dsc
 ff006ea9b9387c647d0e92b87515fb5fe660b7fa63954a47642c7e4e45183b2a 1539945 
freebsd-utils_8.2.orig.tar.gz
 d663ea931bd2d34bb188a3b22525d0ec3f6d6ca7664766b775eb78d087632e7d 75935 
freebsd-utils_8.2-1.debian.tar.gz
 f5309120dcb8cac5c9535c38f05dc3bf16d7c4f4405f696afdecbb5a569f3fe2 286946 
freebsd-utils_8.2-1_kfreebsd-amd64.deb
 ed5d848bc5c98e01b6694677b7145c1e144da07908146d60e2dbab3713acfe8a 39992 
freebsd-utils-udeb_8.2-1_kfreebsd-amd64.udeb
 33cb9d8aa7023a470cfc3cc2fe6e8da40f8079c20d66b2d228259d06f420489c 35994 
kldutils_8.2-1_kfreebsd-amd64.deb
 6e98fe6854c87a249484fa0485be9adca65e6b128a1314102a213723db2693d6 7432 
kldutils-udeb_8.2-1_kfreebsd-amd64.udeb
 5e7c758b339239f1b224204a846f82f451a7971893d5b273af2243a146e3a5ad 108740 
kbdcontrol_8.2-1_kfreebsd-amd64.deb
 0f8fa66bdef6ca4289023b7cafc958757c7a7727fe9c1460afd603fd40656e43 99972 
vidcontrol_8.2-1_kfreebsd-amd64.deb
 8d5cf98d49bce92bb458520cde3a0ab2714ab7c848e94c08c041aa2641d5774f 347824 
freebsd-net-tools_8.2-1_kfreebsd-amd64.deb
 53c0165eef25d3a9d82ae2db3c5fbb69957989fe96c941419be0175b3a20813c 41458 
freebsd-net-tools-udeb_8.2-1_kfreebsd-amd64.udeb
Files: 
 f09d74442ba10c4b85bdd66d7d20e9fe 1674 utils important freebsd-utils_8.2-1.dsc
 74dd231ec18ec2f535c4b16fde4ea034 1539945 utils important 
freebsd-utils_8.2.orig.tar.gz
 4e6a622610684fb9982f7da60c2520b1 75935 utils important 
freebsd-utils_8.2-1.debian.tar.gz
 5796f8fc3fe22e7a8403d4254856fdc0 286946 utils required 
freebsd-utils_8.2-1_kfreebsd-amd64.deb
 a5fe207122647f66be9eb0e8daaaec90 39992 debian-installer optional 
freebsd-utils-udeb_8.2-1_kfreebsd-amd64.udeb
 430ed7bf21c5acfc62ab100c4c705684 35994 

Accepted tor 0.2.2.28-beta-1 (source all i386)

2011-06-07 Thread Peter Palfrader
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun,  5 Jun 2011 17:53:55 UTC
Source: tor
Binary: tor tor-dbg tor-geoipdb
Architecture: source all i386
Version: 0.2.2.28-beta-1
Distribution: experimental
Urgency: low
Maintainer: Peter Palfrader wea...@debian.org
Changed-By: Peter Palfrader wea...@debian.org
Description: 
 tor- anonymizing overlay network for TCP
 tor-dbg- debugging symbols for Tor
 tor-geoipdb - geoIP database for Tor
Checksums-Sha1: 
 1f556302fd75e4bd044a177666c7d6b2490d4d5e 1587 tor_0.2.2.28-beta-1.dsc
 d8a9b6963aaad7b28947759595934ab790f53ff3 2645753 tor_0.2.2.28-beta.orig.tar.gz
 1d323ebe9bc4c66abf73206a68006bd10cefe71b 31451 tor_0.2.2.28-beta-1.diff.gz
 324a161b8fd8feeb83e3802e873847239186e252 1196328 
tor-geoipdb_0.2.2.28-beta-1_all.deb
 bb7e15df4abaf67faf39ebe670148148fbe3a3fa 985778 tor_0.2.2.28-beta-1_i386.deb
 3b131a844cbd0994166eaf8d980f36168dfc3b12 1242978 
tor-dbg_0.2.2.28-beta-1_i386.deb
Checksums-Sha256: 
 685b7a30ec26ea47ae9092e43d27ba76a1a518370f0efaa9d6ca1e33551aaf6c 1587 
tor_0.2.2.28-beta-1.dsc
 b3d5e6ad70ac7efa1e70566a0c15ea1feeff96720229f768a361bd4956a4c374 2645753 
tor_0.2.2.28-beta.orig.tar.gz
 fa76a1d7289ab1b3fbf6aa1c6a35c41b99399b832b9c8bc72ca976e95895e666 31451 
tor_0.2.2.28-beta-1.diff.gz
 ed1c3dc9ae96c949993911c34f9138598ff1357b2acc8611a5fcc8ea2638bc28 1196328 
tor-geoipdb_0.2.2.28-beta-1_all.deb
 f901c4e3f7758e73706c20d156cfc7af1aec88d353a6c4860136a069226ba3c2 985778 
tor_0.2.2.28-beta-1_i386.deb
 e7dc5ce03ad6690ca28ce7dd4a1807217ef3e8a47c197b177de4eb83950408c7 1242978 
tor-dbg_0.2.2.28-beta-1_i386.deb
Changes: 
 tor (0.2.2.28-beta-1) experimental; urgency=low
 .
   * New upstream version.
Files: 
 5fbfd516724dcf97a5b671c8f7af0a0f 1587 net optional tor_0.2.2.28-beta-1.dsc
 30cc46d32c4199a521f98cb3cac51ac2 2645753 net optional 
tor_0.2.2.28-beta.orig.tar.gz
 6f9f8d6cecef464b00cd14f857904704 31451 net optional tor_0.2.2.28-beta-1.diff.gz
 504e3b7d12953dc8c7c32946fe8449d8 1196328 net extra 
tor-geoipdb_0.2.2.28-beta-1_all.deb
 ba4f72b9baf244d740fc49fe423fa910 985778 net optional 
tor_0.2.2.28-beta-1_i386.deb
 36fc4d404ca3b8e46b6319076ea53e84 1242978 debug extra 
tor-dbg_0.2.2.28-beta-1_i386.deb

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

iQEcBAEBAgAGBQJN7eL7AAoJEDTSCgbh3sV3QXEH/RNqmppeDSnaMyZIQMMPBofB
ddoKtIydPq8lUziXTD25MQUY4MtZ5+3vIixo0ZsK/J4k3b+cy0wASs2lKKx6Vwq/
G4rbfLFKWDpjsqIcUi5rEVl/AL9IdRYWZ4BczqnWW8ZpuufhC/5kKEhXLiGAySJo
gU3lkjSXVraTi7lrf9wDjDBLKcw9fEY+ldjitOX7mhFLGOCd78CfUIoZdHPTGWiE
bZUDZSsQygEe7bZZLJ86MbBj6SWxDWQWJOBa5Q2XuDWD0fIIHIjawjuejSdyMt6b
shGe1Nvi0o3bxFg6kh0d5LGR5AqK2OX0i40upf8nylVbMdrmKNsZoeZdoE3zUKY=
=qNov
-END PGP SIGNATURE-


Accepted:
tor-dbg_0.2.2.28-beta-1_i386.deb
  to main/t/tor/tor-dbg_0.2.2.28-beta-1_i386.deb
tor-geoipdb_0.2.2.28-beta-1_all.deb
  to main/t/tor/tor-geoipdb_0.2.2.28-beta-1_all.deb
tor_0.2.2.28-beta-1.diff.gz
  to main/t/tor/tor_0.2.2.28-beta-1.diff.gz
tor_0.2.2.28-beta-1.dsc
  to main/t/tor/tor_0.2.2.28-beta-1.dsc
tor_0.2.2.28-beta-1_i386.deb
  to main/t/tor/tor_0.2.2.28-beta-1_i386.deb
tor_0.2.2.28-beta.orig.tar.gz
  to main/t/tor/tor_0.2.2.28-beta.orig.tar.gz


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



Accepted geos 3.2.2-2 (source all i386)

2011-06-07 Thread Francesco Paolo Lovergine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 25 May 2011 15:33:37 +0200
Source: geos
Binary: libgeos-dev libgeos-c1 libgeos-3.2.2 libgeos-doc libgeos-ruby1.8 
libgeos-dbg
Architecture: source all i386
Version: 3.2.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project pkg-grass-de...@lists.alioth.debian.org
Changed-By: Francesco Paolo Lovergine fran...@debian.org
Description: 
 libgeos-3.2.2 - Geometry engine for Geographic Information Systems - C++ 
Library
 libgeos-c1 - Geometry engine for Geographic Information Systems - C Library
 libgeos-dbg - Debugging symbols for the GEOS library
 libgeos-dev - Geometry engine for GIS - Development files
 libgeos-doc - Documentation for the GEOS GIS geometry engine library
 libgeos-ruby1.8 - GEOS bindings for Ruby
Closes: 624949
Changes: 
 geos (3.2.2-2) unstable; urgency=low
 .
   * Policy bumped to 3.9.2, no changes.
   * Fixed previous changelog entry.
   * Added CoordinateSequenceFactory.h patch to fix a missing declaration.
 (closes: #624949)
   * Added Bintree.cpp, Node.cpp, MonotoneChainBuilder.h, AbstractNode.cpp,
 and other patches to fix a missing cstddef header file inclusion in
 some files and use of std namespace. This is required in current
 default gcc flavor.
   * Use -fpermessive at building time to work around some minor compatibility
 problems which prevent a successuful building.
Checksums-Sha1: 
 6dd33b38846ea3f490fee121c4ec1df44dae1376 1340 geos_3.2.2-2.dsc
 7561e674823fe3db25d36a62921814db66be4229 10074 geos_3.2.2-2.debian.tar.gz
 d57cc72b9cc2eba109286420f87f41449e4a3f54 1481354 libgeos-doc_3.2.2-2_all.deb
 8c41b70edc541f264bda90c6f3526f9d6e55c4df 1325102 libgeos-dev_3.2.2-2_i386.deb
 dae7f8a312c36520204b2fe957b7096540f7c0db 136716 libgeos-c1_3.2.2-2_i386.deb
 c7f61464ed0090584dd54cce88a5d7872183dd76 613240 libgeos-3.2.2_3.2.2-2_i386.deb
 339a98223b7d93de8493b7c277cf729d238c98cf 305194 
libgeos-ruby1.8_3.2.2-2_i386.deb
 b85788deca3e04ec02dccf9c61e0e725911ccb46 5271400 libgeos-dbg_3.2.2-2_i386.deb
Checksums-Sha256: 
 37e53b6ae83771e02dbacb5354ab28c8aad53518f35faeaa416adde3202352c2 1340 
geos_3.2.2-2.dsc
 ea76730a05926af433cae8a2e438beede8d83393203e4e89783f4864835c98d2 10074 
geos_3.2.2-2.debian.tar.gz
 a828d7895e58236100b561e8a17161b719db970e46f261b7d2c92074e20333f4 1481354 
libgeos-doc_3.2.2-2_all.deb
 4cbe73dd6de1ba5dae7f8e75f6a4e07f19038ed9024f4742ccab56e6a9c9826d 1325102 
libgeos-dev_3.2.2-2_i386.deb
 f053a65cc6298659c567438903250a1fb019f032b11b2de485f0d1ded8f3069f 136716 
libgeos-c1_3.2.2-2_i386.deb
 6dbd1d364b49961c45be329bd48378bfc79c668a9478bc9e03900d59f3e15eab 613240 
libgeos-3.2.2_3.2.2-2_i386.deb
 ea02d69a572f4bb96076dbed80b03bc0413b1079799f9ecec130a316f25be672 305194 
libgeos-ruby1.8_3.2.2-2_i386.deb
 c8e91cceeb7b05ad48b0e29486517bc71defca8891230fd0f2ed1f2854bc8b08 5271400 
libgeos-dbg_3.2.2-2_i386.deb
Files: 
 95e682e5fcdbd6eab750135abf6a1f66 1340 science optional geos_3.2.2-2.dsc
 3467bc631deb55b1475f11bbf6476e24 10074 science optional 
geos_3.2.2-2.debian.tar.gz
 cd47ac664f1d53d1019f8a3e57bc5b8f 1481354 doc optional 
libgeos-doc_3.2.2-2_all.deb
 ba558ee24ad3b2cfdc10e27c9acd 1325102 libdevel optional 
libgeos-dev_3.2.2-2_i386.deb
 348f7fa8be127b569c98e40d15c4b4d9 136716 libs optional 
libgeos-c1_3.2.2-2_i386.deb
 540e926d0aaa3eacf92be9b9b9b7fea2 613240 libs optional 
libgeos-3.2.2_3.2.2-2_i386.deb
 d845613665bbfbf1b87d979bfd1e8489 305194 ruby optional 
libgeos-ruby1.8_3.2.2-2_i386.deb
 ae00a29907fca434fcda7ad46f77ed62 5271400 debug extra 
libgeos-dbg_3.2.2-2_i386.deb

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

iEYEARECAAYFAk3t5hkACgkQpFNRmenyx0d1+gCcCAJS4gYSMlUSWqvPTRrBC0EN
Yz4An27aiE5qYCXFzzWR4it44Hj9Js2h
=f6aH
-END PGP SIGNATURE-


Accepted:
geos_3.2.2-2.debian.tar.gz
  to main/g/geos/geos_3.2.2-2.debian.tar.gz
geos_3.2.2-2.dsc
  to main/g/geos/geos_3.2.2-2.dsc
libgeos-3.2.2_3.2.2-2_i386.deb
  to main/g/geos/libgeos-3.2.2_3.2.2-2_i386.deb
libgeos-c1_3.2.2-2_i386.deb
  to main/g/geos/libgeos-c1_3.2.2-2_i386.deb
libgeos-dbg_3.2.2-2_i386.deb
  to main/g/geos/libgeos-dbg_3.2.2-2_i386.deb
libgeos-dev_3.2.2-2_i386.deb
  to main/g/geos/libgeos-dev_3.2.2-2_i386.deb
libgeos-doc_3.2.2-2_all.deb
  to main/g/geos/libgeos-doc_3.2.2-2_all.deb
libgeos-ruby1.8_3.2.2-2_i386.deb
  to main/g/geos/libgeos-ruby1.8_3.2.2-2_i386.deb


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



Accepted telepathy-glib 0.15.1-1 (source all amd64)

2011-06-07 Thread Jonny Lamb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 07 Jun 2011 09:58:07 +0100
Source: telepathy-glib
Binary: libtelepathy-glib0 libtelepathy-glib-dev libtelepathy-glib0-dbg 
libtelepathy-glib-doc gir1.2-telepathyglib-0.12
Architecture: source amd64 all
Version: 0.15.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Telepathy maintainers 
pkg-telepathy-maintain...@lists.alioth.debian.org
Changed-By: Jonny Lamb jo...@debian.org
Description: 
 gir1.2-telepathyglib-0.12 - GLib Telepathy connection manager library 
(GObject-Introspection)
 libtelepathy-glib-dev - GLib Telepathy connection manager library (headers)
 libtelepathy-glib-doc - GLib Telepathy library (documentation)
 libtelepathy-glib0 - Telepathy framework - GLib library
 libtelepathy-glib0-dbg - GLib Telepathy library (debug symbols)
Changes: 
 telepathy-glib (0.15.1-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/libtelepathy-glib0.symbols: Update for new release.
Checksums-Sha1: 
 8dc726f0cea598943366041a971a1de268d1f983 2555 telepathy-glib_0.15.1-1.dsc
 d5aa1560cf8c9e9fb7278ca4a379f697294d9b75 3066067 
telepathy-glib_0.15.1.orig.tar.gz
 922f32563da6155276a0673eebbb20e55dc2dff0 26814 
telepathy-glib_0.15.1-1.debian.tar.gz
 8d90ead22f3fe98c2e4dd050906947058cf481f7 812568 
libtelepathy-glib0_0.15.1-1_amd64.deb
 5e4d2d9c14ae5687662ea8027c1903d718161538 1041052 
libtelepathy-glib-dev_0.15.1-1_amd64.deb
 06a8b4d153ac79d1c0ded1b677f6bb95c3a6b9b6 1284276 
libtelepathy-glib0-dbg_0.15.1-1_amd64.deb
 3cbbd0806c4943ec8231430fc349a20ce2ed06a6 1383742 
libtelepathy-glib-doc_0.15.1-1_all.deb
 7e5fc87425a09607b0481309b276e4bc79f6529c 45352 
gir1.2-telepathyglib-0.12_0.15.1-1_amd64.deb
Checksums-Sha256: 
 1431e887437664bd262dbeec367d5a8c79d944aeb1e01542b1f22d6d4de9c108 2555 
telepathy-glib_0.15.1-1.dsc
 2c395f5dafe01add15e9266d1e32f59f915df07980a88f7035eec429780dfe6e 3066067 
telepathy-glib_0.15.1.orig.tar.gz
 da494f881d9e87d6091101bc1a8757393678fd68fea393df418dd93f69cfd92e 26814 
telepathy-glib_0.15.1-1.debian.tar.gz
 4312577c4b3253aeee41dea07989fa8f47004951ddaa2f7fa2dbfa9aa656bc6d 812568 
libtelepathy-glib0_0.15.1-1_amd64.deb
 334678ac4fb5a4247eb8bfd4032b7220c42f58baf33aec44f037d9e5017fb34d 1041052 
libtelepathy-glib-dev_0.15.1-1_amd64.deb
 0c74fc2e2416c0f97c06dc12d6a4377f111ff1c479285710bd651fa040d5d294 1284276 
libtelepathy-glib0-dbg_0.15.1-1_amd64.deb
 482cd54776b518202fe760181842525572c0e162babaad05124b7daa751def47 1383742 
libtelepathy-glib-doc_0.15.1-1_all.deb
 049abda1b0eb459dbd06b186c7a10154a001a46c794220b3b2f8ce5254a6989c 45352 
gir1.2-telepathyglib-0.12_0.15.1-1_amd64.deb
Files: 
 026f09ec7beab69e9607d93f2cd0028a 2555 libs optional telepathy-glib_0.15.1-1.dsc
 5e7ff2219734cc0ba08d53fc0ef7105d 3066067 libs optional 
telepathy-glib_0.15.1.orig.tar.gz
 ba6641de5f65751781dc1306527a9fdb 26814 libs optional 
telepathy-glib_0.15.1-1.debian.tar.gz
 2392d4026cf213da19045295c290473f 812568 libs optional 
libtelepathy-glib0_0.15.1-1_amd64.deb
 9155e1cd995b91e79e15189139b4351a 1041052 libdevel optional 
libtelepathy-glib-dev_0.15.1-1_amd64.deb
 92874038010309471408d23b7450e792 1284276 debug extra 
libtelepathy-glib0-dbg_0.15.1-1_amd64.deb
 1387020302e1ebd865da7ca43d1a5157 1383742 doc optional 
libtelepathy-glib-doc_0.15.1-1_all.deb
 bfc4edd127fdc722b0ffa71fe2c8f5b6 45352 libs optional 
gir1.2-telepathyglib-0.12_0.15.1-1_amd64.deb

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

iQIcBAEBCgAGBQJN7emUAAoJEIGBI4OtKJdVRvEP/03/FByd2Ep8zTeKF5r3JY9h
b/mkmwRLd25++V6c19nD5KOvO4X3ssri2DzhHjktihm8C+1B7uA3klN3UM7yd0Dp
klcgWZb+uh8SjvRF3sFwcItk230HXhAQUGKZAUY27hgyp4PF+BgtmnmA0mQbBx+r
SUOO8WATmczaG16VxXJbT5o1FnkpBR6wHxoVZ+SxlRp4MznVgiDJ7ADDPSw2WBPK
H3EQVMS5FU5DzdzMM0Qtb4ykV2b4JvMbYn7RTNDwWmY6Ye7BaWnF3g7rkX+Y+UkJ
7ZDqiNV61VMu8a076vDQQqUG2ys81/ygye85/FIAOB8vj0w3ST1/S30v6oC9ruu/
B3YGa39vUSkZ45rUnxDN7GIu8rBHiXHQxiVQrpWOPftRRSjd6n71H1P0pkxKljbQ
O1190mTxAUZRmhn7wbVEAKD452kt6JfhFELLnUSAZcL/wwSQXedGXO9eItrg0CZT
p7rPzD/S0N70kJEDoJxSl303GafMHApEGftCa73/iu1ONJ4OXEUezBaecZ8ijvjI
LBLVTgFXSqvFKvneYCY2eoflS+ZwVrieKJa9r2K4eWizo/XhcdjjNKksTZx8qcUh
RG1ud6gndg0r7m2LVio/aB5hKIy4TbdIhfkV1AFUTqjw0wkrI2vxSO4+vNdtne9v
oWXR9YU6tgF2OLmr6Gdb
=PEag
-END PGP SIGNATURE-


Accepted:
gir1.2-telepathyglib-0.12_0.15.1-1_amd64.deb
  to main/t/telepathy-glib/gir1.2-telepathyglib-0.12_0.15.1-1_amd64.deb
libtelepathy-glib-dev_0.15.1-1_amd64.deb
  to main/t/telepathy-glib/libtelepathy-glib-dev_0.15.1-1_amd64.deb
libtelepathy-glib-doc_0.15.1-1_all.deb
  to main/t/telepathy-glib/libtelepathy-glib-doc_0.15.1-1_all.deb
libtelepathy-glib0-dbg_0.15.1-1_amd64.deb
  to main/t/telepathy-glib/libtelepathy-glib0-dbg_0.15.1-1_amd64.deb
libtelepathy-glib0_0.15.1-1_amd64.deb
  to main/t/telepathy-glib/libtelepathy-glib0_0.15.1-1_amd64.deb
telepathy-glib_0.15.1-1.debian.tar.gz
  to main/t/telepathy-glib/telepathy-glib_0.15.1-1.debian.tar.gz
telepathy-glib_0.15.1-1.dsc
  to main/t/telepathy-glib/telepathy-glib_0.15.1-1.dsc
telepathy-glib_0.15.1.orig.tar.gz
 

Accepted haskell-chart 0.14-1 (source all amd64)

2011-06-07 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 02 Jun 2011 10:37:55 -0400
Source: haskell-chart
Binary: libghc-chart-dev libghc-chart-prof libghc-chart-doc
Architecture: source all amd64
Version: 0.14-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Clint Adams cl...@debian.org
Description: 
 libghc-chart-dev - library for generating 2D Charts and Plots
 libghc-chart-doc - library for generating 2D Charts and Plots; documentation
 libghc-chart-prof - library for generating 2D Charts and Plots; profiling 
libraries
Changes: 
 haskell-chart (0.14-1) unstable; urgency=low
 .
   * Initial release.
Checksums-Sha1: 
 4d586b3d701c5c239664f1c185d49f297b7ea9d1 2357 haskell-chart_0.14-1.dsc
 bd4a034f7e67523a83c7eeab94132168880562c2 54875 haskell-chart_0.14.orig.tar.gz
 5e2d20d6d5464759353d3326a886d25612788bdf 2417 
haskell-chart_0.14-1.debian.tar.gz
 080315aac47df1c2e1711c4ca0805c3766afc03e 184336 libghc-chart-doc_0.14-1_all.deb
 82ff67106feec1d7d0079b6be8a221312d7206f9 776072 
libghc-chart-dev_0.14-1_amd64.deb
 bcf1f7f8affbd7605da4168086f1006ea3962e91 813968 
libghc-chart-prof_0.14-1_amd64.deb
Checksums-Sha256: 
 f46a13b78e48f8e8457b8921d82882572050a6f1e8c43c9034f072e6961fb7a4 2357 
haskell-chart_0.14-1.dsc
 c2e521b39667f394e1813ff8949f1d51e369e4093a74d8b2ffc52fc1880c284a 54875 
haskell-chart_0.14.orig.tar.gz
 3fdd914a49173bdecc7b822eda90ea99a6a8fd28982f5ee454ed615cb6d4f6bc 2417 
haskell-chart_0.14-1.debian.tar.gz
 fac25188909d8ddf5c8afdb2b8d023661c95782938c9bb22e8a8b1dbe98a8a46 184336 
libghc-chart-doc_0.14-1_all.deb
 4c6381e32f841eacb513caa0f320c296ffa10487dcec2082647b243e424702ed 776072 
libghc-chart-dev_0.14-1_amd64.deb
 ad5e82180b379bbee95a43d12d1a27eed39b6045c0706787bcb3493e15322d42 813968 
libghc-chart-prof_0.14-1_amd64.deb
Files: 
 6fd0c8e079a418ea9a6a53f3ae0bab25 2357 haskell extra haskell-chart_0.14-1.dsc
 a7189cd1483d50e2de7f2b20bb3f97d8 54875 haskell extra 
haskell-chart_0.14.orig.tar.gz
 9a1259fa15921998bb6b2698dde86c5f 2417 haskell extra 
haskell-chart_0.14-1.debian.tar.gz
 b059305f4f4c695c2516170a33614966 184336 doc extra 
libghc-chart-doc_0.14-1_all.deb
 16f9c5fcf93685ba43bdda8123347dbd 776072 haskell extra 
libghc-chart-dev_0.14-1_amd64.deb
 e89ffcf9a507de3d53df8bc9b805881f 813968 haskell extra 
libghc-chart-prof_0.14-1_amd64.deb

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

iQIcBAEBCgAGBQJN7ZhvAAoJEFWSMx4ZnTioQCkP/15lNUtpgujf7M9JAGBzftIn
Fxdv9qgHfcZbALOYbkX5a8daWeedojgcXfOILm7zusUyt7ZYjs++wTXyKAqtvJNK
Sd7//VKWb+/31T5tBvs4cOUWFrkPc5w2445Y0JhirkxwfMs03f+8+j4JpvFQbzh7
yOnwqwXnNl1miVJzSgjuyC6XGt55Ny5cO0Sg2gysLSN5ZY5u4siP9m5+eH7edl3k
MqbqxzGLrKUu46PIOJZabyJlzX0GopxD7hdvHFUAwF3tK+CDvZ9W9qaMJi6zwO5j
WBsa812D+VsmlUx3FpPCbOvWR+IALvDkAdii/dxPJ5kCsfk6dkoVvvWNYb3VUGVg
Zj/c8H/YvQYitXQJPwTnVew1CRrgrELzhZev+d6nmaa4E3mFX75kMCQBgG9DuXDm
m4oPGPW8kvqDea3iUn9ysZnsduevmzJMCpW8ugBn6HQj6Z2JNNv3Bgzhzbzda8z8
R9rQRWe+3QDQxm/AMNgkrBaGJTmvFVPSW3vjOJ17jq6h14AuxgodNdb2J0rdxNYs
VRhVcJwhcm9HYWT4UrZ4VY6kh1RqNQXbGpI+c6InFGyTBAuw2X5OhTG5yBVyL3S3
kqQJnczVJ5iAohH2qK+pw8RH+jDVsBt69lJbgG7NW1ipB8rfV9uNAuzWV2bEgfFA
xU2Z6Uo7TPDTt6OlkGhl
=yu52
-END PGP SIGNATURE-


Accepted:
haskell-chart_0.14-1.debian.tar.gz
  to main/h/haskell-chart/haskell-chart_0.14-1.debian.tar.gz
haskell-chart_0.14-1.dsc
  to main/h/haskell-chart/haskell-chart_0.14-1.dsc
haskell-chart_0.14.orig.tar.gz
  to main/h/haskell-chart/haskell-chart_0.14.orig.tar.gz
libghc-chart-dev_0.14-1_amd64.deb
  to main/h/haskell-chart/libghc-chart-dev_0.14-1_amd64.deb
libghc-chart-doc_0.14-1_all.deb
  to main/h/haskell-chart/libghc-chart-doc_0.14-1_all.deb
libghc-chart-prof_0.14-1_amd64.deb
  to main/h/haskell-chart/libghc-chart-prof_0.14-1_amd64.deb


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



Accepted liblouisutdml 1.9.0-1 (source all amd64)

2011-06-07 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 10 Apr 2011 20:02:31 +0200
Source: liblouisutdml
Binary: liblouisutdml-dev liblouisutdml5 liblouisutdml-java 
liblouisutdml-java-doc liblouisutdml-data liblouisutdml-bin
Architecture: source all amd64
Version: 1.9.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Accessibility Team debian-accessibil...@lists.debian.org
Changed-By: Samuel Thibault sthiba...@debian.org
Description: 
 liblouisutdml-bin - Braille UTDML translation utilities
 liblouisutdml-data - Braille UTDML translation library - data
 liblouisutdml-dev - Braille UTDML translation library - static libs and headers
 liblouisutdml-java - Braille UTDML translation library - java bindings
 liblouisutdml-java-doc - Braille UTDML translation library - java bindings 
documentation
 liblouisutdml5 - Braille UTDML translation library - shared libs
Changes: 
 liblouisutdml (1.9.0-1) unstable; urgency=low
 .
   * New upstream release, It should be free of bugs.
   * debian/control:
 - Rename liblouisutdml1 to liblouisutdml5 due to soname change.
 - Build-depend on dpkg-dev (= 1.16).
 - Bump Standards-Version to 3.9.2.
 - Make liblouisutdml5 pre-depend on multiarch-support.
   * debian/copyright: update.
   * debian/rules: use DEB_HOST_MULTIARCH for /usr/lib path.
Checksums-Sha1: 
 9d4a9a2e5943f7ae1856b70bfaabe2f463d60b2c 1541 liblouisutdml_1.9.0-1.dsc
 0579257f9057276512310cc6d06c2d6c94f04cdb 194818 liblouisutdml_1.9.0.orig.tar.gz
 ff322165498994e3593cf725a04556da92880fa3 4205 liblouisutdml_1.9.0-1.diff.gz
 b0f3674cd55d8adb35a57b0d185050e885f6d65e 6854 
liblouisutdml-java_1.9.0-1_all.deb
 f2ba5b5083c63ada7e2f25e92da48c5b9b9abf61 16832 
liblouisutdml-java-doc_1.9.0-1_all.deb
 67a6e0037990bf27974e43959588e2036e0b67ef 40078 
liblouisutdml-data_1.9.0-1_all.deb
 f377207fb281abbcb7e42017dba08459ddc9d481 216730 
liblouisutdml-dev_1.9.0-1_amd64.deb
 6c2e4c463c5bca3d707338ff98d1511ed374be42 68302 liblouisutdml5_1.9.0-1_amd64.deb
 9b3381740fd0bf43b1f33b2d91f0d87dca9a28f3 13060 
liblouisutdml-bin_1.9.0-1_amd64.deb
Checksums-Sha256: 
 4327b0a84def54b13eeb9dbcf40eecee8da0d9751eb724b1acab1ee648d4302a 1541 
liblouisutdml_1.9.0-1.dsc
 76b3f60e1a4d25e5c74c7f520aeed455fb2e4963381d0ba9cc664a8bb6e6f6e0 194818 
liblouisutdml_1.9.0.orig.tar.gz
 44f499858ea92c4f219a980c369ef1840bf4ebe74f750b043aa8a67a90fc 4205 
liblouisutdml_1.9.0-1.diff.gz
 20839c01b3768d2fa383c1ab4f2ef30d6d85597ba414f823af887a6f91747cf2 6854 
liblouisutdml-java_1.9.0-1_all.deb
 e236d5b3100f0292663138b22ec2788ad6a2f2c31d03c7177042abafcc577339 16832 
liblouisutdml-java-doc_1.9.0-1_all.deb
 a0a228bc24c2499412d1ff1370b9dd698a3ba9abf435bb17dad547394836cace 40078 
liblouisutdml-data_1.9.0-1_all.deb
 313fa9f9d97566ddd1c44b54e9c4b60143b0d56737d3b713edd5d7ff2f42ed84 216730 
liblouisutdml-dev_1.9.0-1_amd64.deb
 4d71eaf5354616a3f813392962170a3bf619df9549b9dd010388a6cbcf18d779 68302 
liblouisutdml5_1.9.0-1_amd64.deb
 ff9ee13cbc36fc1cda5b3babff0affb5082d16d89c1954f6a867f5c0bb5a17b2 13060 
liblouisutdml-bin_1.9.0-1_amd64.deb
Files: 
 1de6d8248e226f7e94b9ae7ecc80ca4c 1541 libs extra liblouisutdml_1.9.0-1.dsc
 b656bc49f7c6467a85d8c1aa9b85b7ea 194818 libs extra 
liblouisutdml_1.9.0.orig.tar.gz
 93c9b54d138fd68ca22cdc61fc655c89 4205 libs extra liblouisutdml_1.9.0-1.diff.gz
 750396e24a0239c5dee56606850fc931 6854 java extra 
liblouisutdml-java_1.9.0-1_all.deb
 6ca84a4ee296b9dfd13288b7ec5dad8b 16832 doc extra 
liblouisutdml-java-doc_1.9.0-1_all.deb
 e09c5361e139bbc8c2aeee2efab7b9a3 40078 text extra 
liblouisutdml-data_1.9.0-1_all.deb
 f3c199cf5909bf0c3e95a5a6dd5e0a2e 216730 libdevel extra 
liblouisutdml-dev_1.9.0-1_amd64.deb
 3506719f62f7eb3b69f6e9041da7fb5f 68302 libs extra 
liblouisutdml5_1.9.0-1_amd64.deb
 89ae6ce01955a83dc3669a8ab6a91eb0 13060 text extra 
liblouisutdml-bin_1.9.0-1_amd64.deb

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

iF4EAREIAAYFAk3tWc8ACgkQg7iRWpzNNcO/KAD/ej3zMsrrEWuzmTOifSFKNCcg
8tdTaXSi4evONQeRSU0A/3c1E/CbM60fckFSMz2ytuhFdsaFB/i36V9vd5yk7lSm
=yZpv
-END PGP SIGNATURE-


Accepted:
liblouisutdml-bin_1.9.0-1_amd64.deb
  to main/libl/liblouisutdml/liblouisutdml-bin_1.9.0-1_amd64.deb
liblouisutdml-data_1.9.0-1_all.deb
  to main/libl/liblouisutdml/liblouisutdml-data_1.9.0-1_all.deb
liblouisutdml-dev_1.9.0-1_amd64.deb
  to main/libl/liblouisutdml/liblouisutdml-dev_1.9.0-1_amd64.deb
liblouisutdml-java-doc_1.9.0-1_all.deb
  to main/libl/liblouisutdml/liblouisutdml-java-doc_1.9.0-1_all.deb
liblouisutdml-java_1.9.0-1_all.deb
  to main/libl/liblouisutdml/liblouisutdml-java_1.9.0-1_all.deb
liblouisutdml5_1.9.0-1_amd64.deb
  to main/libl/liblouisutdml/liblouisutdml5_1.9.0-1_amd64.deb
liblouisutdml_1.9.0-1.diff.gz
  to main/libl/liblouisutdml/liblouisutdml_1.9.0-1.diff.gz
liblouisutdml_1.9.0-1.dsc
  to main/libl/liblouisutdml/liblouisutdml_1.9.0-1.dsc
liblouisutdml_1.9.0.orig.tar.gz
  to main/libl/liblouisutdml/liblouisutdml_1.9.0.orig.tar.gz


-- 
To UNSUBSCRIBE, email to 

Accepted ruby-rmagick 2.13.1-3 (source all amd64)

2011-06-07 Thread Vincent Fourmond
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Jun 2011 01:46:12 +0200
Source: ruby-rmagick
Binary: ruby-rmagick ruby-rmagick-doc libimagemagick-ruby-doc 
libimagemagick-ruby libimagemagick-ruby1.8
Architecture: source amd64 all
Version: 2.13.1-3
Distribution: experimental
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Vincent Fourmond fourm...@debian.org
Description: 
 libimagemagick-ruby - Transitional package for ruby-imagemagick
 libimagemagick-ruby-doc - Transitional package for ruby-imagemagick
 libimagemagick-ruby1.8 - Transitional package for ruby-imagemagick
 ruby-rmagick - ImageMagick API for Ruby (documentation)
 ruby-rmagick-doc - ImageMagick API for Ruby (documentation)
Changes: 
 ruby-rmagick (2.13.1-3) experimental; urgency=low
 .
   [ Gunnar Wolf ]
   * Updated packaging infrastructure to gem2deb
   * Now also finally supports Ruby 1.9.1!
 .
   [ Vincent Fourmond ]
   * Upload to experimental to avoid disturbing ongoing imagemagick
 transition
   * Use the new rubysetuprb build system
   * buid-samples-unconditionally.diff to force rebuilding of examples for
 all versions of ruby
   * Rename package to ruby-rmagick and provide dummy transition packages
Checksums-Sha1: 
 6b7492046df7e0fcd735b383c6e6edcad9e7f3b3 1637 ruby-rmagick_2.13.1-3.dsc
 5d98f66235261714d27c427f5d359f3f670c8ed6 1301783 
ruby-rmagick_2.13.1.orig.tar.gz
 0907ae438d9d6befe5b4a517b0e07212b0b57d16 9525 
ruby-rmagick_2.13.1-3.debian.tar.gz
 3f765d9105b650cb822ad69fdb90cb9041b7225d 365240 ruby-rmagick_2.13.1-3_amd64.deb
 1f5ce9d09b7610a17ba9ea4155e49b3d7faf8339 6486512 
ruby-rmagick-doc_2.13.1-3_all.deb
 6d0f473c015444af5cb8b09f422f2bf0fe02237f 17668 
libimagemagick-ruby-doc_2.13.1-3_all.deb
 2913302c3b218378fad68af0111b9a28fde87e0b 17662 
libimagemagick-ruby_2.13.1-3_all.deb
 2f4a919e81f7cb083f220c74357803c0e1546861 17666 
libimagemagick-ruby1.8_2.13.1-3_all.deb
Checksums-Sha256: 
 4c8c3bfee94af77483053f95b6ea8902608521c8947d1b3b9920df3740277ce8 1637 
ruby-rmagick_2.13.1-3.dsc
 4612b2c36f1cc9231708d9b45518533346d65adae4105285a0f589941244ee03 1301783 
ruby-rmagick_2.13.1.orig.tar.gz
 aed3bcf850948aa89b5a4e0e028e933612e69af43935891f7c19b45ac481c489 9525 
ruby-rmagick_2.13.1-3.debian.tar.gz
 8adf2ad48b38a5445c4d2d44c21698cf5350d4d1fed1cc3ad5c38a87c7b39b88 365240 
ruby-rmagick_2.13.1-3_amd64.deb
 b736a5157a27963cd38abcd16e06de33709e0a2d2fcb63fab88f147696135c6c 6486512 
ruby-rmagick-doc_2.13.1-3_all.deb
 c65b2928f8e78611ad9f804533feda54a982b5cf409c9cf6ec61a870eb50b7eb 17668 
libimagemagick-ruby-doc_2.13.1-3_all.deb
 75ec3dd3a490b37ca061134f51daf5bf65cff6860c5288938f16e28163a3848b 17662 
libimagemagick-ruby_2.13.1-3_all.deb
 ef2cd316bccf24c98bd08c5e1bbde42a8fddefd94c9a05f8906a4737e76fe2f9 17666 
libimagemagick-ruby1.8_2.13.1-3_all.deb
Files: 
 f41c995319b76a0dd5259b1e5c854e6a 1637 ruby optional ruby-rmagick_2.13.1-3.dsc
 4e121d70f86cf2afee97f791edc303c6 1301783 ruby optional 
ruby-rmagick_2.13.1.orig.tar.gz
 681628b3ad85e22010733db877c23a39 9525 ruby optional 
ruby-rmagick_2.13.1-3.debian.tar.gz
 1fc7f3e628b9c9348ddf13cdf80df093 365240 ruby optional 
ruby-rmagick_2.13.1-3_amd64.deb
 66245ee74465ae3587555a251720ebcb 6486512 doc optional 
ruby-rmagick-doc_2.13.1-3_all.deb
 b776b7317da561e9944163637863b0f3 17668 oldlibs optional 
libimagemagick-ruby-doc_2.13.1-3_all.deb
 08fd3f73b2e29721acf9be3837a2802a 17662 oldlibs optional 
libimagemagick-ruby_2.13.1-3_all.deb
 f8f0a0e0422035a1875f0b2bdeb40385 17666 oldlibs optional 
libimagemagick-ruby1.8_2.13.1-3_all.deb

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

iEYEARECAAYFAk3tbiEACgkQx/UhwSKygsomKACgnDvoIDjn2bKNL7LaeZikiGYh
yekAoLlcPiCIqjItvjNyxJ7VrnCuqTTU
=kGYp
-END PGP SIGNATURE-


Accepted:
libimagemagick-ruby-doc_2.13.1-3_all.deb
  to main/r/ruby-rmagick/libimagemagick-ruby-doc_2.13.1-3_all.deb
libimagemagick-ruby1.8_2.13.1-3_all.deb
  to main/r/ruby-rmagick/libimagemagick-ruby1.8_2.13.1-3_all.deb
libimagemagick-ruby_2.13.1-3_all.deb
  to main/r/ruby-rmagick/libimagemagick-ruby_2.13.1-3_all.deb
ruby-rmagick-doc_2.13.1-3_all.deb
  to main/r/ruby-rmagick/ruby-rmagick-doc_2.13.1-3_all.deb
ruby-rmagick_2.13.1-3.debian.tar.gz
  to main/r/ruby-rmagick/ruby-rmagick_2.13.1-3.debian.tar.gz
ruby-rmagick_2.13.1-3.dsc
  to main/r/ruby-rmagick/ruby-rmagick_2.13.1-3.dsc
ruby-rmagick_2.13.1-3_amd64.deb
  to main/r/ruby-rmagick/ruby-rmagick_2.13.1-3_amd64.deb
ruby-rmagick_2.13.1.orig.tar.gz
  to main/r/ruby-rmagick/ruby-rmagick_2.13.1.orig.tar.gz


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



Accepted ruby-rmagick 2.13.1-4 (source all amd64)

2011-06-07 Thread Vincent Fourmond
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Jun 2011 02:36:06 +0200
Source: ruby-rmagick
Binary: ruby-rmagick ruby-rmagick-doc librmagick-ruby-doc librmagick-ruby 
librmagick-ruby1.8
Architecture: source amd64 all
Version: 2.13.1-4
Distribution: experimental
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Vincent Fourmond fourm...@debian.org
Description: 
 librmagick-ruby - Transitional package for ruby-imagemagick
 librmagick-ruby-doc - Transitional package for ruby-imagemagick
 librmagick-ruby1.8 - Transitional package for ruby-imagemagick
 ruby-rmagick - ImageMagick API for Ruby (documentation)
 ruby-rmagick-doc - ImageMagick API for Ruby (documentation)
Changes: 
 ruby-rmagick (2.13.1-4) experimental; urgency=low
 .
   * Name the transition packages correctly !
Checksums-Sha1: 
 a9b9b4de4357d8528683e2ecfa66955366d372a7 1625 ruby-rmagick_2.13.1-4.dsc
 846ced87f2104527ee93883432a5c5c2cb2ff79a 9651 
ruby-rmagick_2.13.1-4.debian.tar.gz
 72b54af21ed9ea65a72532ace9ecedeeaf38c47d 365256 ruby-rmagick_2.13.1-4_amd64.deb
 08b5fe7c4ff9e7bfff15d801ce423a020ec47030 6484882 
ruby-rmagick-doc_2.13.1-4_all.deb
 32869381d202bb4da2592a7c5aa4c70d16065edb 17694 
librmagick-ruby-doc_2.13.1-4_all.deb
 bc4a4a8950c588a3f162fb21143dc78171ff2480 17686 librmagick-ruby_2.13.1-4_all.deb
 f82574034756afb467a0dcf0011e67ef616fa09e 17694 
librmagick-ruby1.8_2.13.1-4_all.deb
Checksums-Sha256: 
 eb4edc74f2559848f76af2c3f792aca6412ed57635fb1a1df8b647d1dc9925e4 1625 
ruby-rmagick_2.13.1-4.dsc
 78281cd25b43a915eee30b90a754ec90132a244142d801fd729d1e332f26bcc7 9651 
ruby-rmagick_2.13.1-4.debian.tar.gz
 c335e1caf503540bd00cb7e08e3c6d536cd47e4ac74290dc182fc0166eeff20c 365256 
ruby-rmagick_2.13.1-4_amd64.deb
 3a0e98c4613cbedaefba3b192044a3e8d6a3c14c8492c2112a4e1a472aa3077e 6484882 
ruby-rmagick-doc_2.13.1-4_all.deb
 236d66fceba050887db09e12719a4ee1448425e04921f4973b864df39d4bc7e0 17694 
librmagick-ruby-doc_2.13.1-4_all.deb
 59bc15ec18625ec09831a1941693ba98b7030fca8d73fcfd0433c4f811baaadb 17686 
librmagick-ruby_2.13.1-4_all.deb
 02a09a2179ee5fa7c836a0bb8bc88d94699901188c611819995e36396bbf112a 17694 
librmagick-ruby1.8_2.13.1-4_all.deb
Files: 
 d0c6a17e29945e2392c22a9880f420b3 1625 ruby optional ruby-rmagick_2.13.1-4.dsc
 34bb70b38343eed774afd628df51519b 9651 ruby optional 
ruby-rmagick_2.13.1-4.debian.tar.gz
 6143ffa56a59d20e698068570b6225b6 365256 ruby optional 
ruby-rmagick_2.13.1-4_amd64.deb
 c1d915d8a375bea51003cdb447dab7c6 6484882 doc optional 
ruby-rmagick-doc_2.13.1-4_all.deb
 b6850628e312d12a43c2e51e9148bfd2 17694 oldlibs optional 
librmagick-ruby-doc_2.13.1-4_all.deb
 f354de3730c13c20a65c64470a6b491f 17686 oldlibs optional 
librmagick-ruby_2.13.1-4_all.deb
 7df05d4f32047e1b2bb08c8cdf0a2c58 17694 oldlibs optional 
librmagick-ruby1.8_2.13.1-4_all.deb

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

iEYEARECAAYFAk3tdMYACgkQx/UhwSKygsqK4gCdGPkOWrJeSe9Lyoe8UlzSloW0
LhUAnRLMH2wc92dDXo3CS2QnRy77DtEe
=55Ya
-END PGP SIGNATURE-


Accepted:
librmagick-ruby-doc_2.13.1-4_all.deb
  to main/r/ruby-rmagick/librmagick-ruby-doc_2.13.1-4_all.deb
librmagick-ruby1.8_2.13.1-4_all.deb
  to main/r/ruby-rmagick/librmagick-ruby1.8_2.13.1-4_all.deb
librmagick-ruby_2.13.1-4_all.deb
  to main/r/ruby-rmagick/librmagick-ruby_2.13.1-4_all.deb
ruby-rmagick-doc_2.13.1-4_all.deb
  to main/r/ruby-rmagick/ruby-rmagick-doc_2.13.1-4_all.deb
ruby-rmagick_2.13.1-4.debian.tar.gz
  to main/r/ruby-rmagick/ruby-rmagick_2.13.1-4.debian.tar.gz
ruby-rmagick_2.13.1-4.dsc
  to main/r/ruby-rmagick/ruby-rmagick_2.13.1-4.dsc
ruby-rmagick_2.13.1-4_amd64.deb
  to main/r/ruby-rmagick/ruby-rmagick_2.13.1-4_amd64.deb


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



Accepted ruby-tioga 1.13-4 (source all amd64)

2011-06-07 Thread Vincent Fourmond
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Jun 2011 00:23:02 +0200
Source: ruby-tioga
Binary: ruby-tioga tioga libtioga-ruby1.8 libtioga-ruby1.9.1 libtioga-ruby 
ruby-tioga-doc libtioga-ruby-doc
Architecture: source amd64 all
Version: 1.13-4
Distribution: unstable
Urgency: low
Maintainer: Vincent Fourmond fourm...@debian.org
Changed-By: Vincent Fourmond fourm...@debian.org
Description: 
 libtioga-ruby - Ruby library for scientific graphs [transition package]
 libtioga-ruby-doc - Ruby library for scientific graphs [transition package]
 libtioga-ruby1.8 - Ruby library for scientific graphs [transition package]
 libtioga-ruby1.9.1 - Ruby library for scientific graphs [transition package]
 ruby-tioga - Ruby library for scientific graphs
 ruby-tioga-doc - Ruby library for scientific graphs
 tioga  - Ruby library for scientific graphs [transition package]
Changes: 
 ruby-tioga (1.13-4) unstable; urgency=low
 .
   * Package name change to follow the new ruby policy naming convention
 - two new packages: ruby-tioga and ruby-tioga-doc
   * New VCS location
   * Switch to dh 7 + gem2deb + rubysetuprb
   * Turn old packages into transition packages
   * Drop alternatives on preinst for transition packages libtioga-ruby1.*
   * Drop dependency on cdbs
   * Properly build documentation
   * disable-require-rubygems.diff to disable the use of rubygems
Checksums-Sha1: 
 537e41a70cb9c21917b1c16565ba2b4226e96ba1 1490 ruby-tioga_1.13-4.dsc
 694be7fa92ba39ab8481a9e50235a2e39592ed03 6567144 ruby-tioga_1.13.orig.tar.gz
 b7247d3803ea5c5ab678623eb5d686d48c9ec91c 7201 ruby-tioga_1.13-4.debian.tar.gz
 bbd6da6031c166da656f1684af49a48dda420a06 459580 ruby-tioga_1.13-4_amd64.deb
 bd1fccc4cb585f7c7a407e96107afea296b632d5 4976 tioga_1.13-4_all.deb
 d4ec9731b040d242a2e6946769706f187a00e824 5158 libtioga-ruby1.8_1.13-4_all.deb
 cb2ece60c29f43cbad945355c347057e87d35686 5156 libtioga-ruby1.9.1_1.13-4_all.deb
 c951cd9b09ca164fe5b7e9a63176d15575752ab9 4984 libtioga-ruby_1.13-4_all.deb
 cd4ea6b13b06d4e42767cbae991432f6452c84a5 5367610 ruby-tioga-doc_1.13-4_all.deb
 ecb4315f13444936209d051b0ad5f863d774308d 4992 libtioga-ruby-doc_1.13-4_all.deb
Checksums-Sha256: 
 a12e784bd51dcae1205119859814b4ee4222b9d640a57d21497164d02712db7e 1490 
ruby-tioga_1.13-4.dsc
 b4b31d6caf45bfdcbc4ebf84bd072716c9918485870a7f1d24bdf0b64921cab4 6567144 
ruby-tioga_1.13.orig.tar.gz
 cec13532f5cfa4b39d595fab7775d7d1d18bdc9c9f5461bc44704b44a790 7201 
ruby-tioga_1.13-4.debian.tar.gz
 c4299f7a8d3a72d6e3c03ea865cbaa5c3432435771b78bfe569103462854849b 459580 
ruby-tioga_1.13-4_amd64.deb
 d48708bc35e4b3e39da85876cce0ce9b5ae165a738713ce42e7ce93bc9d4ed43 4976 
tioga_1.13-4_all.deb
 1f18a50344fb028c7b3ba93351ddd4329b669627af64d82fae6b5d3ae90d3bd6 5158 
libtioga-ruby1.8_1.13-4_all.deb
 7c2d43810b858bfc5102c1e3194f5a67a939c72d076fbdc789f1e2d0d3f73ad5 5156 
libtioga-ruby1.9.1_1.13-4_all.deb
 1163d156482ef5127db937f3ca51d8246b20c81e4dc651e52cbaf9f2fb6ecd91 4984 
libtioga-ruby_1.13-4_all.deb
 a6e7f36b72a375039b054de23bbda4f873ead24687545c9c60fd60ebfe003d62 5367610 
ruby-tioga-doc_1.13-4_all.deb
 8afce2526fa2ff96a0a31bca5c7c3797afae6c84172c093f6efcd8796884140d 4992 
libtioga-ruby-doc_1.13-4_all.deb
Files: 
 ea9cf5f3522c61790cba7847bfa03328 1490 ruby optional ruby-tioga_1.13-4.dsc
 64e35978226862366fb111b2cc5a9a77 6567144 ruby optional 
ruby-tioga_1.13.orig.tar.gz
 ce566c08d92f77d265a090a126a71ecb 7201 ruby optional 
ruby-tioga_1.13-4.debian.tar.gz
 4f86c2dbe964909add8b3743c4115777 459580 ruby optional 
ruby-tioga_1.13-4_amd64.deb
 d4d074e6debea99ba1d2075f5d5e1510 4976 graphics optional tioga_1.13-4_all.deb
 bf69cb70c8ec3b126c11212b46b09d4d 5158 oldlibs optional 
libtioga-ruby1.8_1.13-4_all.deb
 47fc39c30de92d267b1fbd24345d1a89 5156 oldlibs optional 
libtioga-ruby1.9.1_1.13-4_all.deb
 ae8804ab3b87657acbe1578fe926e5ba 4984 ruby optional 
libtioga-ruby_1.13-4_all.deb
 9286aed5e813e81457e0c7d2a02b94dd 5367610 doc optional 
ruby-tioga-doc_1.13-4_all.deb
 218abc75861c85060b77f024c796d3f9 4992 oldlibs optional 
libtioga-ruby-doc_1.13-4_all.deb

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

iEYEARECAAYFAk3tWXcACgkQx/UhwSKygsqSFwCfdCvsmrIL4ARyDlZGuT0yIuyG
/VIAn12JgokmvtNzd4G905HFXKca+pP/
=eo3f
-END PGP SIGNATURE-


Accepted:
libtioga-ruby-doc_1.13-4_all.deb
  to main/r/ruby-tioga/libtioga-ruby-doc_1.13-4_all.deb
libtioga-ruby1.8_1.13-4_all.deb
  to main/r/ruby-tioga/libtioga-ruby1.8_1.13-4_all.deb
libtioga-ruby1.9.1_1.13-4_all.deb
  to main/r/ruby-tioga/libtioga-ruby1.9.1_1.13-4_all.deb
libtioga-ruby_1.13-4_all.deb
  to main/r/ruby-tioga/libtioga-ruby_1.13-4_all.deb
ruby-tioga-doc_1.13-4_all.deb
  to main/r/ruby-tioga/ruby-tioga-doc_1.13-4_all.deb
ruby-tioga_1.13-4.debian.tar.gz
  to main/r/ruby-tioga/ruby-tioga_1.13-4.debian.tar.gz
ruby-tioga_1.13-4.dsc
  to main/r/ruby-tioga/ruby-tioga_1.13-4.dsc
ruby-tioga_1.13-4_amd64.deb
  to main/r/ruby-tioga/ruby-tioga_1.13-4_amd64.deb
ruby-tioga_1.13.orig.tar.gz
  to 

Accepted telepathy-gabble 0.13.0-1 (source amd64)

2011-06-07 Thread Jonny Lamb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 07 Jun 2011 10:17:18 +0100
Source: telepathy-gabble
Binary: telepathy-gabble telepathy-gabble-dbg
Architecture: source amd64
Version: 0.13.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Telepathy maintainers 
pkg-telepathy-maintain...@lists.alioth.debian.org
Changed-By: Jonny Lamb jo...@debian.org
Description: 
 telepathy-gabble - Jabber/XMPP connection manager
 telepathy-gabble-dbg - Jabber/XMPP connection manager (debug symbols)
Changes: 
 telepathy-gabble (0.13.0-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 16399a6789f15cc9c6599f62cc914825518f3c14 2411 telepathy-gabble_0.13.0-1.dsc
 fd78214328913584c461ea5ceb673b7fd7e17a1c 3579850 
telepathy-gabble_0.13.0.orig.tar.gz
 5eef3695a259bf1a3562eec377c5e321f123bec0 12268 
telepathy-gabble_0.13.0-1.debian.tar.gz
 87754ce2eb5ecc1e8cbb79c1bbae7ee96e66d614 1386262 
telepathy-gabble_0.13.0-1_amd64.deb
 51e6244ee8e4e20de43b882b1c9cbe4aef624051 2125502 
telepathy-gabble-dbg_0.13.0-1_amd64.deb
Checksums-Sha256: 
 59e4073c1f6a57ae898993011c0e45aa5d1a1adcc508af32953a0eddf3583867 2411 
telepathy-gabble_0.13.0-1.dsc
 89e241fc367752d78f2061d6e602ca45c471045f7013368c118b77f03d7429fb 3579850 
telepathy-gabble_0.13.0.orig.tar.gz
 9a534dabd52f7f1daf38d96e13f3e874b92d5c6537c63fb961ba2934ec3d86f5 12268 
telepathy-gabble_0.13.0-1.debian.tar.gz
 0bbfd13d130943b746d9691a6430d57ffd7d142269ccc78f02b23228b711c121 1386262 
telepathy-gabble_0.13.0-1_amd64.deb
 a3685b88f444013459b4edd18d64ab30ffe9059b4a7311077f5aa6064e290479 2125502 
telepathy-gabble-dbg_0.13.0-1_amd64.deb
Files: 
 426a90a96af227959ae2897f4d36416c 2411 net optional 
telepathy-gabble_0.13.0-1.dsc
 ebfc444658e023f3900c3f3f1c9ad165 3579850 net optional 
telepathy-gabble_0.13.0.orig.tar.gz
 3559fe11920efa5bf7a16ee0e16f0c86 12268 net optional 
telepathy-gabble_0.13.0-1.debian.tar.gz
 e38fe2f7a09061c67df6caeb534ebfb8 1386262 net optional 
telepathy-gabble_0.13.0-1_amd64.deb
 4c61ed354300f9f8313db78709b957f2 2125502 debug extra 
telepathy-gabble-dbg_0.13.0-1_amd64.deb

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

iQIcBAEBCgAGBQJN7e1gAAoJEIGBI4OtKJdVHocP/jvUtwJE59jydYtmRQgxIY7p
68SNibgu45cB0wndIZArA6e2h/nizjb29QxsFsA0R9WAxWWAZsU+lPlvKi3iK6Mx
m6n34ol9aC5shnwyUbkl+qkOhTtOnNGAdMEyKCX8mzhk0dJVCkckViSHXeJPDwxX
1+DYly1BvXysrpMWtulPz3u7H56Mc01QJrkkJZZQ0yY1y9UnNHUOLPRXq4nm2GQR
fs/RK7g2z1IblYDEY+2p93pN8vTQkakbsJTTYvEL/L+ve9CDMG49jVlO/H3SXWF3
i5fynk05lMYRA1nJUtdbXJOyFHWNz867UkwbdzwZE3ybQaNViiS/qsBbDTsti3aG
/QoWIWnrX2E7lFckXeoWTrLQ3SBbjV6uQwNWoaRC5TZIyjbJJvFBoshOO9MrXjap
1V3PMMX+zxsMSEb41IGS8gBM0aXva6otyeC4W2CHXUUE2SNDUOnCwL/4wA115nJi
1eg3AIC1oAW3F3kGEtMDFp5Ooe+UFXpo2krWDpaFZZDPyGJEn04L9aNRwQ/Ghhvr
0GhqUa8C6chpsSpFNGbFNOLzS+qHPNPoa5YeJsjgJfsK2wI4+6ZmK8ekBVjgJpnE
ErIcOJae2MHFfnGrfvq0FL9O7HuYWugT7et8zfraaGmehllDtTxayr0/Qkt5YI6X
vR7gxykEiLfChWTpeaTQ
=VJ1o
-END PGP SIGNATURE-


Accepted:
telepathy-gabble-dbg_0.13.0-1_amd64.deb
  to main/t/telepathy-gabble/telepathy-gabble-dbg_0.13.0-1_amd64.deb
telepathy-gabble_0.13.0-1.debian.tar.gz
  to main/t/telepathy-gabble/telepathy-gabble_0.13.0-1.debian.tar.gz
telepathy-gabble_0.13.0-1.dsc
  to main/t/telepathy-gabble/telepathy-gabble_0.13.0-1.dsc
telepathy-gabble_0.13.0-1_amd64.deb
  to main/t/telepathy-gabble/telepathy-gabble_0.13.0-1_amd64.deb
telepathy-gabble_0.13.0.orig.tar.gz
  to main/t/telepathy-gabble/telepathy-gabble_0.13.0.orig.tar.gz


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



Accepted telepathy-logger 0.2.10-1 (source all amd64)

2011-06-07 Thread Jonny Lamb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 07 Jun 2011 10:26:37 +0100
Source: telepathy-logger
Binary: telepathy-logger libtelepathy-logger2 libtelepathy-logger-dev 
libtelepathy-logger2-dbg libtelepathy-logger-doc gir1.2-telepathylogger-0.2
Architecture: source amd64 all
Version: 0.2.10-1
Distribution: unstable
Urgency: low
Maintainer: Debian Telepathy maintainers 
pkg-telepathy-maintain...@lists.alioth.debian.org
Changed-By: Jonny Lamb jo...@debian.org
Description: 
 gir1.2-telepathylogger-0.2 - Telepathy logger service - introspection
 libtelepathy-logger-dev - Telepathy logger service -- utility library (headers)
 libtelepathy-logger-doc - Telepathy logger service -- documentation
 libtelepathy-logger2 - Telepathy logger service - utility library
 libtelepathy-logger2-dbg - Telepathy logger service -- debug symbols
 telepathy-logger - Telepathy logger service - Daemon
Changes: 
 telepathy-logger (0.2.10-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/libtelepathy-logger2.symbols: Updated for new release.
Checksums-Sha1: 
 19f03be5f029f35f601dbbee96bf3589f24023df 2598 telepathy-logger_0.2.10-1.dsc
 3381e46e52c48f41c5e89488df540c4ce0b93d43 449495 
telepathy-logger_0.2.10.orig.tar.bz2
 e3c919af6c373a846ad33aa48d5ac046d3ce37dc 5159 
telepathy-logger_0.2.10-1.debian.tar.gz
 0d648e51689e26aa1812f031dbdf64585abfc925 8466 
telepathy-logger_0.2.10-1_amd64.deb
 813d34bf3dbaccea563ec754fbc226907483e513 77170 
libtelepathy-logger2_0.2.10-1_amd64.deb
 cfbbeecce39bbc9933eaadee00df6b78dcc33d08 103420 
libtelepathy-logger-dev_0.2.10-1_amd64.deb
 50ce254b236e6ecf86f730431f5f0c1fee7db0fe 172724 
libtelepathy-logger2-dbg_0.2.10-1_amd64.deb
 16a5260a98932536fe402b0ead523b0d32cbc4e8 21258 
libtelepathy-logger-doc_0.2.10-1_all.deb
 cfcd8984e1a7335b8b5f450cb5f10517068a1ba0 5584 
gir1.2-telepathylogger-0.2_0.2.10-1_amd64.deb
Checksums-Sha256: 
 66cdb79e586fbcf0da5c49aec08eb64311a58d13b03eaecb261c5af7ca7cbf19 2598 
telepathy-logger_0.2.10-1.dsc
 6496a31ea975217c5c36a4e8f1e0544c7e523f527ef423385f20bfd85da45fc0 449495 
telepathy-logger_0.2.10.orig.tar.bz2
 96fd6d15ed01fcac9f460db8b55b4eb91e4092bda35ae3b58a8a9da5f0b31c05 5159 
telepathy-logger_0.2.10-1.debian.tar.gz
 43fedf139e9e1fc86f5e18fe17d00681e0dbc750c6ffe68363acef54a9ead9d7 8466 
telepathy-logger_0.2.10-1_amd64.deb
 727073f487a795c697a465400aae0cc79a62edd81c273b3f670191c0921c3436 77170 
libtelepathy-logger2_0.2.10-1_amd64.deb
 f84c8ea1fa5daf6e2bdcc9a9f4616b3ae2938e361febb66d4238f2013f0b447f 103420 
libtelepathy-logger-dev_0.2.10-1_amd64.deb
 5e382a35a16b6d7061f3528bca4374593c933ddbfa4025e0857cf88d277bbace 172724 
libtelepathy-logger2-dbg_0.2.10-1_amd64.deb
 a3f1acd4482faf5feec676588fc05096016249fb1782d842d80402d8f87c4cd1 21258 
libtelepathy-logger-doc_0.2.10-1_all.deb
 d79ceb8c9ea2ba9d78a3b0fe903658f1839b2304d0b51c0324394ef58c2e22bf 5584 
gir1.2-telepathylogger-0.2_0.2.10-1_amd64.deb
Files: 
 03ee95ac5fa6778b691e0dbd1b186bb2 2598 libs optional 
telepathy-logger_0.2.10-1.dsc
 ec01a8f99fc11406e85153095433c155 449495 libs optional 
telepathy-logger_0.2.10.orig.tar.bz2
 80d20c9a1b577e580aaa197ffa60 5159 libs optional 
telepathy-logger_0.2.10-1.debian.tar.gz
 bdc11f62356481ce74c60f4897365ea6 8466 libs optional 
telepathy-logger_0.2.10-1_amd64.deb
 c0b3141e1deef42f8a7ef3a65c3e9a12 77170 libs optional 
libtelepathy-logger2_0.2.10-1_amd64.deb
 38b790c50a50c4440d53a6ed8d7e4559 103420 libdevel optional 
libtelepathy-logger-dev_0.2.10-1_amd64.deb
 c629fc7d9826f2049c6a12b70b463ad1 172724 debug extra 
libtelepathy-logger2-dbg_0.2.10-1_amd64.deb
 fc59277e9d6dc952f1c153e82e152c38 21258 doc optional 
libtelepathy-logger-doc_0.2.10-1_all.deb
 0a8785d0ed5549069b90c9e276b9666c 5584 libs optional 
gir1.2-telepathylogger-0.2_0.2.10-1_amd64.deb

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

iQIcBAEBCgAGBQJN7e8HAAoJEIGBI4OtKJdVSBcQAKsplH95FkXV8EX9XvlFmYxK
FGUzNdJ3LNj3+RnzecWPdjG8w3zFTDkNvg1045UqeJe6doVfGYEWC7y0QpNzD0Pm
1MFWZppwogwtkpfFx6xMeSFSxYesBW5NMGEK7x8UUscL4xDfpReAm8bIl+Aw56Eb
PdYUxgVDmzjHzkja6K6HGdcoI9Tb3v+KCDrk+8Fis5MAyKOiP+DK/KBCRt4rDmMX
jkqGj5pFPTzs7Nl9SgFWGZjVj+3PKgtGQTpufezWwarH+u45xLEXYG83gnvNKvaT
gpKbMOJ2oGGHRbQt/Pa0Cq90kd1Xmxzb+3eeP6mKrY62VRRQZmipXCQaQ/4rJNiS
Vh4YrKIcm27aJ8JYz0iECO3GrhCNqVNFb9/IJHbtp5JEQNRrwcLm+m5gKOKP0sBX
XrZ1GsbE+ICDbKv2JJyEiAouV9ZXyEuz+tZxG/Fpi5LHEUpizXEZP6fxRidltu2R
fwE7odfc5t2PueCIOvbxQHvwXayZwOLcHBk2VnAPnjwaUchxVQkkCUhw4ohIQv6/
kP03To7lA9NKmlAgWKlkPFIm7SxScwYENp3em5tEr2yGsf6Xb1L0NdQkvzX22SpY
OtpHkEU8vw/u6XvtX2EUfw8jqFT8eDwyYtckLe4Yie72fa67QPKoH+0EllNV3Cuz
g9xR6qnWNrL5Gf2jR+Js
=fJ4q
-END PGP SIGNATURE-


Accepted:
gir1.2-telepathylogger-0.2_0.2.10-1_amd64.deb
  to main/t/telepathy-logger/gir1.2-telepathylogger-0.2_0.2.10-1_amd64.deb
libtelepathy-logger-dev_0.2.10-1_amd64.deb
  to main/t/telepathy-logger/libtelepathy-logger-dev_0.2.10-1_amd64.deb
libtelepathy-logger-doc_0.2.10-1_all.deb
  to main/t/telepathy-logger/libtelepathy-logger-doc_0.2.10-1_all.deb

Accepted haskell-tls 0.6.4-1 (source all amd64)

2011-06-07 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 06 Jun 2011 19:19:39 -0400
Source: haskell-tls
Binary: libghc-tls-dev libghc-tls-prof libghc-tls-doc
Architecture: source all amd64
Version: 0.6.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Clint Adams cl...@debian.org
Description: 
 libghc-tls-dev - utility libraries for Lambdabot
 libghc-tls-doc - utility libraries for Lambdabot; documentation
 libghc-tls-prof - utility libraries for Lambdabot; profiling libraries
Changes: 
 haskell-tls (0.6.4-1) unstable; urgency=low
 .
   * Initial release.
Checksums-Sha1: 
 a8a84473a377bbbac49958f1266fc1aac17b5d83 2436 haskell-tls_0.6.4-1.dsc
 e21ea0c13a551eb0d3cd26ff9263443d89c24e48 24518 haskell-tls_0.6.4.orig.tar.gz
 99cbfa8a7536ec502eff208bd6b00408266fc017 2477 haskell-tls_0.6.4-1.debian.tar.gz
 c100426e57a51c1db9a8c700e4bd584a7ac96e0b 82094 libghc-tls-doc_0.6.4-1_all.deb
 8a59c4899f5dc62b714685ab880b4ffc41d5fc12 500324 
libghc-tls-dev_0.6.4-1_amd64.deb
 6f9da8a21d83f0a2db668ab579c1d1d8b34fdf77 574742 
libghc-tls-prof_0.6.4-1_amd64.deb
Checksums-Sha256: 
 be312beeef9010e5dea4a33eb2f47852ab1badddb10a385324866e04b8068ce1 2436 
haskell-tls_0.6.4-1.dsc
 2e9c5c2fe783a40eb8ef6ed829a134ab11f94cf3608eb008818a9378afe4e217 24518 
haskell-tls_0.6.4.orig.tar.gz
 63de394e1815acfc7472345c054ac01fbd4bc0265ee1bb9ad1a79b330d69fe1f 2477 
haskell-tls_0.6.4-1.debian.tar.gz
 f97a99e460e097bfab84f0960c2be33c55bdeea92d5990181c1b45535ab57b04 82094 
libghc-tls-doc_0.6.4-1_all.deb
 061393b7982b31e0ad48d849d10ff1e570b18bf9e36434a21e1b3a086f914dba 500324 
libghc-tls-dev_0.6.4-1_amd64.deb
 7a0fb4df0ced7f34918c9f8d763442601dff67be4f0ca66f5a32fa0a2fcd3dc2 574742 
libghc-tls-prof_0.6.4-1_amd64.deb
Files: 
 74d4bf58966b5fb5eb901559866c253c 2436 haskell extra haskell-tls_0.6.4-1.dsc
 5877a830f250d82d060b154a4930597b 24518 haskell extra 
haskell-tls_0.6.4.orig.tar.gz
 8312e4a5d8b16c85da8da7ba7d1042ce 2477 haskell extra 
haskell-tls_0.6.4-1.debian.tar.gz
 494fb8bc620ee547323d5172c69e132d 82094 doc extra libghc-tls-doc_0.6.4-1_all.deb
 f2b7452f1b107621e2aa49db41d6e5a8 500324 haskell extra 
libghc-tls-dev_0.6.4-1_amd64.deb
 c940678729ff61ac1e71bb20c41a3bc6 574742 haskell extra 
libghc-tls-prof_0.6.4-1_amd64.deb

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

iQIcBAEBCgAGBQJN7ZeyAAoJEFWSMx4ZnTio5BYQAJfcEF2dqLJyMDqAPgbedDSi
28ZvRHCG1se3me7N/np/A10xkHGyLtsVLjSZQ+GsmnTHUs8OWjmswujFOV01XNqH
+ujxMkBi2ZdZfHZTA9ZN0zpMImZVb6Ifoo+Asu8gqVHMSyJC8PUlx7U4SjsRXRiN
JnlF1izdlCcOkOlZ7Yal7R1RzI0viKxLGfkIliJapFZEHJcXMSalaZuyFiWl9vep
ZwPcKkjLmtQy76Rl9QCYjbqhLXboE/E1Lx15gSxVsZE0lI9NjJd+xsR43Ga7NXCE
bKezR2iLhci+K7kkAgTDydgeBK3AkvOB+Wmx7XIi6xF+i7eROfXej6ban+vrrPiJ
B4tRpUgRm7ZkSblgiPPIJLl4GoiV7/MhXv497b6oZFBnHngt77IEbXAr0KX08z/k
izEpkUXDqYgZCEncfD+JwvgFmJmJq3q1BBFErf+9nvJiurJ7bYspdUrEVxEwvReo
Zye2mm8ktvNYLLYocs4jvyfyaqRRKV9sNOp4njohUN2yikdf+anPc/w6dVU2CHYG
BPEDj3TJQatVpd8uVqLBjwd/ASE3FxpPKl4iJ2MFPHw8kTtQ9WV3XcAFA00pY+CO
63Z7WOViqvwCLJGj4e/tUoN/tz5KjREUkAh6U9Bberv0cElo5LscT3UAC9yFdVbX
ZKWfM86nBVfwxzc8TcF2
=L9ln
-END PGP SIGNATURE-


Accepted:
haskell-tls_0.6.4-1.debian.tar.gz
  to main/h/haskell-tls/haskell-tls_0.6.4-1.debian.tar.gz
haskell-tls_0.6.4-1.dsc
  to main/h/haskell-tls/haskell-tls_0.6.4-1.dsc
haskell-tls_0.6.4.orig.tar.gz
  to main/h/haskell-tls/haskell-tls_0.6.4.orig.tar.gz
libghc-tls-dev_0.6.4-1_amd64.deb
  to main/h/haskell-tls/libghc-tls-dev_0.6.4-1_amd64.deb
libghc-tls-doc_0.6.4-1_all.deb
  to main/h/haskell-tls/libghc-tls-doc_0.6.4-1_all.deb
libghc-tls-prof_0.6.4-1_amd64.deb
  to main/h/haskell-tls/libghc-tls-prof_0.6.4-1_amd64.deb


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



Accepted haskell-yesod 0.6.7-1 (source all amd64)

2011-06-07 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 06 Jun 2011 18:59:43 -0400
Source: haskell-yesod
Binary: yesod libghc-yesod-dev libghc-yesod-prof libghc-yesod-doc
Architecture: source all amd64
Version: 0.6.7-1
Distribution: unstable
Urgency: low
Maintainer: Clint Adams cl...@debian.org
Changed-By: Clint Adams cl...@debian.org
Description: 
 libghc-yesod-dev - framework for type-safe, RESTful web applications
 libghc-yesod-doc - framework for type-safe, RESTful web applications; 
documentation
 libghc-yesod-prof - framework for type-safe, RESTful web applications; 
profiling libr
 yesod  - framework for type-safe, RESTful web applications
Changes: 
 haskell-yesod (0.6.7-1) unstable; urgency=low
 .
   * Initial release.
Checksums-Sha1: 
 89d35a406bd39ce83c6bece65ea3fa532684ddab 3370 haskell-yesod_0.6.7-1.dsc
 06be935162cbae560201a5309dab4808051f2eae 54376 haskell-yesod_0.6.7.orig.tar.gz
 6262b8278af1e26cb84f0807392eac73b50f15c6 2525 
haskell-yesod_0.6.7-1.debian.tar.gz
 3375fb934a8ee3c8493638ff82d6a9c19dc7c4c6 191644 
libghc-yesod-doc_0.6.7-1_all.deb
 6e7e080d341a0974d1e3eba8e0afcb099b40b916 730230 yesod_0.6.7-1_amd64.deb
 e3bda88335fe0b72c7486a8968106af0b0c72314 1340392 
libghc-yesod-dev_0.6.7-1_amd64.deb
 2384fcb3b29a8ea26327195f9cfccf697775c1c2 1734072 
libghc-yesod-prof_0.6.7-1_amd64.deb
Checksums-Sha256: 
 5306c2fb413e0cfc55aac50e99ad96b08439d25c7d4c7c6712bb7d45650639aa 3370 
haskell-yesod_0.6.7-1.dsc
 86cc00335485c899ca852d6ee62ad659cc98cea55a15f0e1bd9b84742faf1093 54376 
haskell-yesod_0.6.7.orig.tar.gz
 b6058aa71f086a845ff209861cb2be6e234cb5db849845cd15bc674de957f444 2525 
haskell-yesod_0.6.7-1.debian.tar.gz
 60e0dd9dfd369973ed94b5232e051513ed69885116cfd09d4a4d16328b03c516 191644 
libghc-yesod-doc_0.6.7-1_all.deb
 42f8a0ad631244ce3e29214cb73fc7df218290ebd856e58e978d51b0c4f56bf9 730230 
yesod_0.6.7-1_amd64.deb
 564c0c19d812f3941e49b1fc91ad112e50e6419d30b07f08437660906bf22604 1340392 
libghc-yesod-dev_0.6.7-1_amd64.deb
 1406e065281a94fad0c36146788b27b3668984e098d4cf027ed7693c04b3b79c 1734072 
libghc-yesod-prof_0.6.7-1_amd64.deb
Files: 
 8ea21267321e77cd1cf029895b314cba 3370 haskell extra haskell-yesod_0.6.7-1.dsc
 1919e69fad2981024b26f694a04ab21a 54376 haskell extra 
haskell-yesod_0.6.7.orig.tar.gz
 b7b27491b6dec4ef83ea3913f0672886 2525 haskell extra 
haskell-yesod_0.6.7-1.debian.tar.gz
 3023a2f4be92040b176a9650f0adf691 191644 doc extra 
libghc-yesod-doc_0.6.7-1_all.deb
 d579beba425e41494db4c38d6f0bb6ef 730230 haskell extra yesod_0.6.7-1_amd64.deb
 9d0ab76084aac1ffeb28347f69ee8c4b 1340392 haskell extra 
libghc-yesod-dev_0.6.7-1_amd64.deb
 896a32da76fe45dabb15f56f745986dc 1734072 haskell extra 
libghc-yesod-prof_0.6.7-1_amd64.deb

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

iQIcBAEBCgAGBQJN7ZyMAAoJEFWSMx4ZnTiorJgP/2qbtbqmp6frHCFlaw1VSwB/
Sw0xit9v2G0kiYF4d+P9cB8rin4f/IwT6mXbz0MkiVRD8Zw58QMs22mxamTEGmvL
1L/Qo1DTGMcdySSDiILPXkaL5F5HJtqKXnkk5MLxcc3ijicYfgWro6PRrhUH11oX
G7CffaHuUJj1CopCDZRcSoycaNBdrAyB981V+CgP6a/nNeOyXCBUsiuKycR0ibxl
QzaUvF5vknTNuwwaVzyp0uUvqjTZPtkdZFeHX6aUvPhwHJkbKos2qD9qJExJXWTk
QCR0EcCQ/6TmLrUkbKXFwg02STpiURT9u/9fNLzYTpzsXv8JCyOV82tOudwp7J2j
hKgozw9+uplRpRyBBIubqoqKKd2vHznKw79E6wPVgo4N81SK0+2P8s3jP0ItD262
VGzUcL6sCKZJC/+QUOCcVq6elyoXASmnIV2gitkRMYKn8rsFkE7FswKJ+KpC4rwJ
5vCTC8aKvaBdHz+ZCXYmreiE6ad9t8zKOC9+kET2eixRU/bWx3sORRRPNgg+It1+
i54sVngef27r8x71efvKG29ZA57mKnZ6srkjprDSevaq8wH5cf52KhTg6nUq9j6l
DbwpFk329quOWHhD1gljbovdjoaDYb/hTh7a3CdIXohPUwxmdfH5XB+Drk2dWBNU
knci6o8lmZ/dJmwvtN3i
=/ijm
-END PGP SIGNATURE-


Accepted:
haskell-yesod_0.6.7-1.debian.tar.gz
  to main/h/haskell-yesod/haskell-yesod_0.6.7-1.debian.tar.gz
haskell-yesod_0.6.7-1.dsc
  to main/h/haskell-yesod/haskell-yesod_0.6.7-1.dsc
haskell-yesod_0.6.7.orig.tar.gz
  to main/h/haskell-yesod/haskell-yesod_0.6.7.orig.tar.gz
libghc-yesod-dev_0.6.7-1_amd64.deb
  to main/h/haskell-yesod/libghc-yesod-dev_0.6.7-1_amd64.deb
libghc-yesod-doc_0.6.7-1_all.deb
  to main/h/haskell-yesod/libghc-yesod-doc_0.6.7-1_all.deb
libghc-yesod-prof_0.6.7-1_amd64.deb
  to main/h/haskell-yesod/libghc-yesod-prof_0.6.7-1_amd64.deb
yesod_0.6.7-1_amd64.deb
  to main/h/haskell-yesod/yesod_0.6.7-1_amd64.deb


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



Accepted indicator-me 0.2.19-1 (source amd64)

2011-06-07 Thread Evgeni Golov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 04 Jun 2011 22:45:27 +0200
Source: indicator-me
Binary: indicator-me
Architecture: source amd64
Version: 0.2.19-1
Distribution: unstable
Urgency: low
Maintainer: The Ayatana Packagers pkg-ayatana-de...@lists.alioth.debian.org
Changed-By: Evgeni Golov evg...@debian.org
Description: 
 indicator-me - indicator showing user information and status
Closes: 629249
Changes: 
 indicator-me (0.2.19-1) unstable; urgency=low
 .
   * Merge from Ubuntu.
 Closes: #629249
   * Standards-Version: 3.9.2
   * Revert recommends unity rather than indicator-applet-session as
 Debian does not have Unity yet.
   * Improve debian/copyright to match DEP5.
Checksums-Sha1: 
 5d1f64fba2fad43552c736775ec56c585960f4f1 1564 indicator-me_0.2.19-1.dsc
 46b2d3a37993191b10835ad8254faa9f1bddd7b3 436912 indicator-me_0.2.19.orig.tar.gz
 c9823df0f31c1ea27ce52e7750c8e1b0d680c3fc 3873 indicator-me_0.2.19-1.diff.gz
 5b127a8c2194d58d5c33f7fd2e8bbb1c79392700 83358 indicator-me_0.2.19-1_amd64.deb
Checksums-Sha256: 
 c71e5e25ff7b0ac5056e90a81d009f051b2f7afd1947ff27b8b77ede96f2b6f4 1564 
indicator-me_0.2.19-1.dsc
 2202dcc91274f114468a26b67101d85bfdfa3a6778af1aab0436cc552c0136ec 436912 
indicator-me_0.2.19.orig.tar.gz
 d91ec98d9e8ca1ffaa2891bb13810e35faa1d95704add1205074498af0f7869d 3873 
indicator-me_0.2.19-1.diff.gz
 141f8a0372e7cff43027d4cab4d7a58b2c827eb219388b9434675e22d0c639d5 83358 
indicator-me_0.2.19-1_amd64.deb
Files: 
 91a8d4df1f560142c6d45742f97fbcfe 1564 gnome optional indicator-me_0.2.19-1.dsc
 e7c42d169b38c6c44109f11aee11801d 436912 gnome optional 
indicator-me_0.2.19.orig.tar.gz
 846fbf2c726cd7785004b1675e259d94 3873 gnome optional 
indicator-me_0.2.19-1.diff.gz
 34a0878fea79b147f78d56d295d15274 83358 gnome optional 
indicator-me_0.2.19-1_amd64.deb

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

iEYEARECAAYFAk3tzc0ACgkQJKAUGKwVtQw4MwCdHMkPEl1fV7uC77CbTrZoj/Iq
MxgAnjBg8Yf2LLvGI4L+HNNo8x0iUqaX
=rtH/
-END PGP SIGNATURE-


Accepted:
indicator-me_0.2.19-1.diff.gz
  to main/i/indicator-me/indicator-me_0.2.19-1.diff.gz
indicator-me_0.2.19-1.dsc
  to main/i/indicator-me/indicator-me_0.2.19-1.dsc
indicator-me_0.2.19-1_amd64.deb
  to main/i/indicator-me/indicator-me_0.2.19-1_amd64.deb
indicator-me_0.2.19.orig.tar.gz
  to main/i/indicator-me/indicator-me_0.2.19.orig.tar.gz


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



Accepted ois 1.3.0+dfsg0-3 (source i386)

2011-06-07 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Jun 2011 11:32:06 +0200
Source: ois
Binary: libois-dev libois-1.3.0
Architecture: source i386
Version: 1.3.0+dfsg0-3
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 libois-1.3.0 - Object Oriented Input System library (C++)
 libois-dev - Object Oriented Input System library (C++ development headers)
Closes: 629471
Changes: 
 ois (1.3.0+dfsg0-3) unstable; urgency=low
 .
   * Team upload.
   * Remove symbols file for now (Closes: #629471).
Checksums-Sha1: 
 4ba154fa9ac86f3ff5d8e8a94e566976c408409f 1381 ois_1.3.0+dfsg0-3.dsc
 e900ed74fb569042805eaf5c1d0862f00218c1c9 7287 ois_1.3.0+dfsg0-3.debian.tar.gz
 7820119b7e322e39ccfa87a9d84d5c1123424f9f 103470 
libois-dev_1.3.0+dfsg0-3_i386.deb
 f4b3ffe6979c996d50e56d9d4f54326b0cd4e377 55266 
libois-1.3.0_1.3.0+dfsg0-3_i386.deb
Checksums-Sha256: 
 6b555f5f21d94fd219d78bc5de8abd56292feb28f5507c921162aec98a616a11 1381 
ois_1.3.0+dfsg0-3.dsc
 c73151060ee26644009731a9d2791de7f985e5a2a1dd10899a6d3f8f226cf3cc 7287 
ois_1.3.0+dfsg0-3.debian.tar.gz
 1de13eb0d797cc1bff5785d76a58b98fc2b44d9719c431216661431cc11e49f2 103470 
libois-dev_1.3.0+dfsg0-3_i386.deb
 171193f015c9fa202fb7caa63be6ddfb96c9e547b7d4dff52736716401148aef 55266 
libois-1.3.0_1.3.0+dfsg0-3_i386.deb
Files: 
 0a5262ca8574afb3833b1da09445b493 1381 libs extra ois_1.3.0+dfsg0-3.dsc
 e663c7b6421a0a1b41bc36833c90348f 7287 libs extra 
ois_1.3.0+dfsg0-3.debian.tar.gz
 a5ce2a537ea881d786941a542f3f9141 103470 libdevel extra 
libois-dev_1.3.0+dfsg0-3_i386.deb
 f230f676beab92c012aeab5ebb529f07 55266 libs extra 
libois-1.3.0_1.3.0+dfsg0-3_i386.deb

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

iEYEARECAAYFAk3t8W4ACgkQRdSMfNz8P9AmWACfdAch3AfqIgssx+z1kCzFDKMO
wisAn1632eBQKmW8UxYTHs0KHfvqeWpU
=VX+6
-END PGP SIGNATURE-


Accepted:
libois-1.3.0_1.3.0+dfsg0-3_i386.deb
  to main/o/ois/libois-1.3.0_1.3.0+dfsg0-3_i386.deb
libois-dev_1.3.0+dfsg0-3_i386.deb
  to main/o/ois/libois-dev_1.3.0+dfsg0-3_i386.deb
ois_1.3.0+dfsg0-3.debian.tar.gz
  to main/o/ois/ois_1.3.0+dfsg0-3.debian.tar.gz
ois_1.3.0+dfsg0-3.dsc
  to main/o/ois/ois_1.3.0+dfsg0-3.dsc


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



Accepted abuse-sdl 1:0.8-2 (source i386 all)

2011-06-07 Thread Fuddl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Jun 2011 12:09:11 +0200
Source: abuse-sdl
Binary: abuse abuse-lib
Architecture: source i386 all
Version: 1:0.8-2
Distribution: unstable
Urgency: low
Maintainer: Bruno Fuddl Kleinert fu...@debian.org
Changed-By: Bruno Fuddl Kleinert fu...@debian.org
Description: 
 abuse  - classic Abuse action game
 abuse-lib  - levels and graphics for Abuse
Closes: 626555
Changes: 
 abuse-sdl (1:0.8-2) unstable; urgency=low
 .
   * Team upload.
   * Lower Recommends: abuse to Enhances: abuse in abuse-lib binary package to
 fix a circular dependency between abuse and abuse-lib. Thanks to Bill
 Allombert for reporting this bug! (Closes: #626555)
Checksums-Sha1: 
 c750366dc9226be5781209e002c30f4498f44a36 1279 abuse-sdl_0.8-2.dsc
 681127fd7bd655b665ddba89a29c5b14f0da292e 8032 abuse-sdl_0.8-2.diff.gz
 38c5228bebecdc29dae093f1afc29931c8c25b49 358318 abuse_0.8-2_i386.deb
 43552c3b48fcd89b7b289d633904c85f736d86ee 3636386 abuse-lib_0.8-2_all.deb
Checksums-Sha256: 
 a9c8c4e1200bafbe888d765bcbccce48625075c6bd263456e370ab49d33cf96f 1279 
abuse-sdl_0.8-2.dsc
 00062b0c311e70d09387f3b451938aaec748556607a23dae608eae2bdb3f1125 8032 
abuse-sdl_0.8-2.diff.gz
 b41181277e2750f681a2e1172b4711beac197a0c14740d07187ebc0e7c3ee412 358318 
abuse_0.8-2_i386.deb
 1e2239b5c0cb8b6b533d4e9022722628396aef67eeb8082e3c94628e5e9dc65f 3636386 
abuse-lib_0.8-2_all.deb
Files: 
 5b1e3f06c15c4b8b9bea0e34840f9c36 1279 games optional abuse-sdl_0.8-2.dsc
 371e38274ef85580bb92f8993d3a0343 8032 games optional abuse-sdl_0.8-2.diff.gz
 8f074b435bbcabbba3fb66c8ec1e2046 358318 games optional abuse_0.8-2_i386.deb
 ca450a7d812bb12f3d5fb903b5fa2ea3 3636386 games optional abuse-lib_0.8-2_all.deb

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

iEYEARECAAYFAk3t/FYACgkQurEs8MfFj3ynagCfRMrc4OF/gNhC0+QpwOo9u5cX
x58AniNDn5QSqw4mV+Lsd5q15jf4819Z
=fc/L
-END PGP SIGNATURE-


Accepted:
abuse-lib_0.8-2_all.deb
  to main/a/abuse-sdl/abuse-lib_0.8-2_all.deb
abuse-sdl_0.8-2.diff.gz
  to main/a/abuse-sdl/abuse-sdl_0.8-2.diff.gz
abuse-sdl_0.8-2.dsc
  to main/a/abuse-sdl/abuse-sdl_0.8-2.dsc
abuse_0.8-2_i386.deb
  to main/a/abuse-sdl/abuse_0.8-2_i386.deb


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



Accepted cyrus-sasl2 2.1.24~rc1.dfsg1+cvs2011-05-23-3 (source all amd64)

2011-06-07 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Jun 2011 11:14:18 +0200
Source: cyrus-sasl2
Binary: sasl2-bin cyrus-sasl2-doc libsasl2-2 libsasl2-modules 
libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql 
libsasl2-modules-gssapi-mit libsasl2-dev libsasl2-modules-gssapi-heimdal 
cyrus-sasl2-dbg cyrus-sasl2-mit-dbg cyrus-sasl2-heimdal-dbg
Architecture: source amd64 all
Version: 2.1.24~rc1.dfsg1+cvs2011-05-23-3
Distribution: unstable
Urgency: low
Maintainer: Debian Cyrus SASL Team 
pkg-cyrus-sasl2-debian-de...@lists.alioth.debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 cyrus-sasl2-dbg - Cyrus SASL - debugging symbols
 cyrus-sasl2-doc - Cyrus SASL - documentation
 cyrus-sasl2-heimdal-dbg - Cyrus SASL - debugging symbols for Heimdal modules
 cyrus-sasl2-mit-dbg - Cyrus SASL - debugging symbols for MIT modules
 libsasl2-2 - Cyrus SASL - authentication abstraction library
 libsasl2-dev - Cyrus SASL - development files for authentication abstraction 
lib
 libsasl2-modules - Cyrus SASL - pluggable authentication modules
 libsasl2-modules-gssapi-heimdal - Pluggable Authentication Modules for SASL 
(GSSAPI)
 libsasl2-modules-gssapi-mit - Cyrus SASL - pluggable authentication modules 
(GSSAPI)
 libsasl2-modules-ldap - Cyrus SASL - pluggable authentication modules (LDAP)
 libsasl2-modules-otp - Cyrus SASL - pluggable authentication modules (OTP)
 libsasl2-modules-sql - Cyrus SASL - pluggable authentication modules (SQL)
 sasl2-bin  - Cyrus SASL - administration programs for SASL users database
Closes: 628525
Changes: 
 cyrus-sasl2 (2.1.24~rc1.dfsg1+cvs2011-05-23-3) unstable; urgency=low
 .
   [ Dan White ]
   * Fix GSSAPI breakage by reverting revision 1.103 of plugins/gssapi.c
 (Closes: #628525)
Checksums-Sha1: 
 599afbb44dfc5e657ba0a68f4a6054e595cb1f00 2188 
cyrus-sasl2_2.1.24~rc1.dfsg1+cvs2011-05-23-3.dsc
 e5ca165e16e0189987d549c6167c3b780a0ded62 104618 
cyrus-sasl2_2.1.24~rc1.dfsg1+cvs2011-05-23-3.debian.tar.gz
 43b3aa76e874bac9493dae8ae731af1113434bf4 185788 
sasl2-bin_2.1.24~rc1.dfsg1+cvs2011-05-23-3_amd64.deb
 1bfc71a8a03adfa364ef1245fcf80d2f829e0b97 113438 
cyrus-sasl2-doc_2.1.24~rc1.dfsg1+cvs2011-05-23-3_all.deb
 9f3d11ad31bdf0d34711a74619066e3fda5d2d38 118510 
libsasl2-2_2.1.24~rc1.dfsg1+cvs2011-05-23-3_amd64.deb
 abaa7c2a344f819d9c2fc60a6d85cfa8bb321ea1 109992 
libsasl2-modules_2.1.24~rc1.dfsg1+cvs2011-05-23-3_amd64.deb
 83f8db5822d37ec97c236a7ec2676c1213395f3b 62602 
libsasl2-modules-ldap_2.1.24~rc1.dfsg1+cvs2011-05-23-3_amd64.deb
 a9f680dc29b28234d480ffc3ec1b9868b7e07402 86868 
libsasl2-modules-otp_2.1.24~rc1.dfsg1+cvs2011-05-23-3_amd64.deb
 e1e5681c689f5904a5b7c6e3304d233369849cf8 65720 
libsasl2-modules-sql_2.1.24~rc1.dfsg1+cvs2011-05-23-3_amd64.deb
 383f0881edf96d5f46f1bcad9621c1dc88e24599 97758 
libsasl2-modules-gssapi-mit_2.1.24~rc1.dfsg1+cvs2011-05-23-3_amd64.deb
 b56779efbc413b9fdf23489e1954fe6aed2513d1 359516 
libsasl2-dev_2.1.24~rc1.dfsg1+cvs2011-05-23-3_amd64.deb
 f98b1ca8428c272c3d827a528407c7f8f4ea91f7 67592 
libsasl2-modules-gssapi-heimdal_2.1.24~rc1.dfsg1+cvs2011-05-23-3_amd64.deb
 93da8688029ec3c3e49eaf5daac04efa88830bd5 732348 
cyrus-sasl2-dbg_2.1.24~rc1.dfsg1+cvs2011-05-23-3_amd64.deb
 b03b697eedcde14f74de6ac30732a5c6168fd960 80862 
cyrus-sasl2-mit-dbg_2.1.24~rc1.dfsg1+cvs2011-05-23-3_amd64.deb
 946446a9b52bed67cda123809dabc0d8c67d82a9 81186 
cyrus-sasl2-heimdal-dbg_2.1.24~rc1.dfsg1+cvs2011-05-23-3_amd64.deb
Checksums-Sha256: 
 b37b29df07927d8be6f0f5bb101f730629532a0ebb24c1a340661491fbf5ff12 2188 
cyrus-sasl2_2.1.24~rc1.dfsg1+cvs2011-05-23-3.dsc
 eb8668e52ee3e41ed433a1156598e6a7a30c184c0169a466b55f7f2d60b35c1a 104618 
cyrus-sasl2_2.1.24~rc1.dfsg1+cvs2011-05-23-3.debian.tar.gz
 20e77645357ef886550dd2dcd3d222f756751324747d5ade0e2ec0beb152de21 185788 
sasl2-bin_2.1.24~rc1.dfsg1+cvs2011-05-23-3_amd64.deb
 017443f70677abca329910b73235e223a8304d10a04b7337053a1325928c6d74 113438 
cyrus-sasl2-doc_2.1.24~rc1.dfsg1+cvs2011-05-23-3_all.deb
 d3f71701cb2d1f4833c6264e103fed2c66769d4a7bf5b14cabee73b2e4c39810 118510 
libsasl2-2_2.1.24~rc1.dfsg1+cvs2011-05-23-3_amd64.deb
 5e57006edadf871384556b4f2bbb60afbd5e279792a0237ead9d7811421b2013 109992 
libsasl2-modules_2.1.24~rc1.dfsg1+cvs2011-05-23-3_amd64.deb
 b2202a98cfa27148c004aa13f7ae0beae89194147c52504be83d2c62eb690da5 62602 
libsasl2-modules-ldap_2.1.24~rc1.dfsg1+cvs2011-05-23-3_amd64.deb
 5d93d669e3762275d12d98b637883226e388d28267d17c679bd5c46df17f989a 86868 
libsasl2-modules-otp_2.1.24~rc1.dfsg1+cvs2011-05-23-3_amd64.deb
 4884291f39429443f04926361da29fa31d1dbb955e61c89f8b9a44b6fff86ed9 65720 
libsasl2-modules-sql_2.1.24~rc1.dfsg1+cvs2011-05-23-3_amd64.deb
 79c0bfb42630cd795774cad1db32ae27f425342fe6c230215dbef7d469286405 97758 
libsasl2-modules-gssapi-mit_2.1.24~rc1.dfsg1+cvs2011-05-23-3_amd64.deb
 b6255da054a635ccd62d163812b5bd7bc2c681552f72de1fee222b20c12bda26 359516 
libsasl2-dev_2.1.24~rc1.dfsg1+cvs2011-05-23-3_amd64.deb
 e060bcb0cae969e6d0c213a219111f71dc259b64a044b153939d4e90842189d7 

Accepted lv2file 0.8-1 (source amd64)

2011-06-07 Thread Jeremy Salwen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 06 Jun 2011 01:49:59 -0400
Source: lv2file
Binary: lv2file
Architecture: source amd64
Version: 0.8-1
Distribution: unstable
Urgency: low
Maintainer: Jeremy Salwen jeremysal...@gmail.com
Changed-By: Jeremy Salwen jeremysal...@gmail.com
Description: 
 lv2file- Command-line program to apply LV2 effects to files
Changes: 
 lv2file (0.8-1) unstable; urgency=low
 .
   * Properly clip if audio is too loud
   * Warn on clipping
   * Fix error in error message when nonexistent port is specified
   * Added provides: lv2-host
   * Updated to 3.0 (quilt) format
Checksums-Sha1: 
 d939a5abc09fe19e47485391e86394905edb718c 1056 lv2file_0.8-1.dsc
 071726660f27836c2a1f2fbc5f9a0feb4283e0ed 6708 lv2file_0.8.orig.tar.gz
 a2e9e5b1cdcc39303ccbf25019dbeb85bad4feb2 3652 lv2file_0.8-1.debian.tar.gz
 304baf2c70fe859b2dab9145b3fc0fa1f396ff2b 13164 lv2file_0.8-1_amd64.deb
Checksums-Sha256: 
 9464ffec5514f59f275e0f258649994da642f3982d7297a9cb25bb48561af046 1056 
lv2file_0.8-1.dsc
 ddbddb56bb3988714269630c0518736ef8bee74899010381dac5190f74df825e 6708 
lv2file_0.8.orig.tar.gz
 50eb76db296ca5db36073e1ffa81d685e93a9b7356807f09601c4922d73b5344 3652 
lv2file_0.8-1.debian.tar.gz
 48877534d5f061df48c9059c56c18a6c6f4df067b10573896db6e62cbcd1ed77 13164 
lv2file_0.8-1_amd64.deb
Files: 
 fcf4b3a9562cc77a214db1409fa2a192 1056 sound optional lv2file_0.8-1.dsc
 b8e86be23777fe251140edfe071b5336 6708 sound optional lv2file_0.8.orig.tar.gz
 8f612127808a7eca3afc0a697fed1463 3652 sound optional 
lv2file_0.8-1.debian.tar.gz
 3ed96dfdcc457a6451b2942efeab0e08 13164 sound optional lv2file_0.8-1_amd64.deb

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

iEYEARECAAYFAk3t/aAACgkQRdSMfNz8P9DdhACfc0/KF4OBJLcD6FXM8LDjwzxI
Y1wAn1z+AkSgOG3W3xGAutW5MfR0lbhY
=2ga8
-END PGP SIGNATURE-


Accepted:
lv2file_0.8-1.debian.tar.gz
  to main/l/lv2file/lv2file_0.8-1.debian.tar.gz
lv2file_0.8-1.dsc
  to main/l/lv2file/lv2file_0.8-1.dsc
lv2file_0.8-1_amd64.deb
  to main/l/lv2file/lv2file_0.8-1_amd64.deb
lv2file_0.8.orig.tar.gz
  to main/l/lv2file/lv2file_0.8.orig.tar.gz


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



Accepted mp3diags 1.0.08.053-1 (source all amd64)

2011-06-07 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Jun 2011 12:23:02 +0200
Source: mp3diags
Binary: mp3diags mp3diags-doc
Architecture: source amd64 all
Version: 1.0.08.053-1
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 mp3diags   - find issues in MP3 files and help to solve them
 mp3diags-doc - MP3 Diags documentation
Changes: 
 mp3diags (1.0.08.053-1) unstable; urgency=low
 .
   * QA upload.
   * Imported Upstream version 1.0.08.053:
 - Fix crash when trying to save after error at startup.
   * Enable parallel builds.
   * Bump Standards.
Checksums-Sha1: 
 94072ccb8e15ad17bb9fb4c7f69f7cdd8260cef2 1263 mp3diags_1.0.08.053-1.dsc
 acc3742fe61c0bb8146cdbf3d22480468f706684 2785261 
mp3diags_1.0.08.053.orig.tar.gz
 27d43a6620c45368e973995102ff070010bf18e5 5740 
mp3diags_1.0.08.053-1.debian.tar.gz
 fb2a53094033e39fdaf0f44dd394972732efc33e 1474110 
mp3diags_1.0.08.053-1_amd64.deb
 6cfad09d2ce6054003160983569a7a7e90a541f8 1800412 
mp3diags-doc_1.0.08.053-1_all.deb
Checksums-Sha256: 
 172cbb4e400105cb0c2654c1cb53020c3fd64bc349e7102da5f8023f2a12f3bb 1263 
mp3diags_1.0.08.053-1.dsc
 0c3fae22b0dd90e6901607a2ffa5dbcacfb511249a502fccecdcdadbc650e374 2785261 
mp3diags_1.0.08.053.orig.tar.gz
 a4c39a8b1610f0e09a8cb2541b60523b04038dff63eacdf48dc4a9878679fff9 5740 
mp3diags_1.0.08.053-1.debian.tar.gz
 47825ac1c31a6332664b8b4bcc28f0a005ecd9470e71c3e77ca6215d8482e34c 1474110 
mp3diags_1.0.08.053-1_amd64.deb
 9982f21d91af2291ce494791dbaf633cad1293a8ab0a3cd517bb3d860fb72561 1800412 
mp3diags-doc_1.0.08.053-1_all.deb
Files: 
 6d3191e190374b1673a51052296b8e7a 1263 sound optional mp3diags_1.0.08.053-1.dsc
 f912516cc72185f2602fe51bf7f490b4 2785261 sound optional 
mp3diags_1.0.08.053.orig.tar.gz
 b905bcd7d57173992263a4fa9b553bf9 5740 sound optional 
mp3diags_1.0.08.053-1.debian.tar.gz
 22673edc4bc854ee3cc721a1f567c8db 1474110 sound optional 
mp3diags_1.0.08.053-1_amd64.deb
 44f5ca53ea57ead9d090772ef5954e4e 1800412 doc optional 
mp3diags-doc_1.0.08.053-1_all.deb

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

iEYEARECAAYFAk3t/hAACgkQRdSMfNz8P9CVRQCfWtvMAQKbHJ+RzutBjJb0nylx
nVwAn0SpyJJC3HTZNuH7VeXCTiVw6edY
=I30/
-END PGP SIGNATURE-


Accepted:
mp3diags-doc_1.0.08.053-1_all.deb
  to main/m/mp3diags/mp3diags-doc_1.0.08.053-1_all.deb
mp3diags_1.0.08.053-1.debian.tar.gz
  to main/m/mp3diags/mp3diags_1.0.08.053-1.debian.tar.gz
mp3diags_1.0.08.053-1.dsc
  to main/m/mp3diags/mp3diags_1.0.08.053-1.dsc
mp3diags_1.0.08.053-1_amd64.deb
  to main/m/mp3diags/mp3diags_1.0.08.053-1_amd64.deb
mp3diags_1.0.08.053.orig.tar.gz
  to main/m/mp3diags/mp3diags_1.0.08.053.orig.tar.gz


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



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

2011-06-07 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 07 Jun 2011 13:48:47 +0300
Source: libdata-formvalidator-perl
Binary: libdata-formvalidator-perl
Architecture: source all
Version: 4.66-3
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Damyan Ivanov d...@debian.org
Description: 
 libdata-formvalidator-perl - module to validate user input, mainly for HTML 
forms
Closes: 629511
Changes: 
 libdata-formvalidator-perl (4.66-3) unstable; urgency=low
 .
   * add a patch fixing a possible passing of invalid data in untaint mode
 Closes: #629511
   * Claim conformance with Policy 3.9.2 (no changes)
Checksums-Sha1: 
 161dd19820f4f8ae64dc25856787b3b128ec4c55 2525 
libdata-formvalidator-perl_4.66-3.dsc
 9b9b2adce753416b4b2919a6bfa11a04ba27af14 5082 
libdata-formvalidator-perl_4.66-3.debian.tar.gz
 0d9f8df8a72b2a745d97dfc242aadbf1e4ceadb6 98302 
libdata-formvalidator-perl_4.66-3_all.deb
Checksums-Sha256: 
 f2bc9d3d780e98a3b3a2d1197fe4d89e37a30f9110e068f5bdb7b4ae7efff476 2525 
libdata-formvalidator-perl_4.66-3.dsc
 418510d1e5aa63c27b24ea67b192128a057d0a342650148584de5e83e15c6eed 5082 
libdata-formvalidator-perl_4.66-3.debian.tar.gz
 039bd0eafc763633024d8770647d13ed49585bc6a56a2e5151e58e41a05f96f2 98302 
libdata-formvalidator-perl_4.66-3_all.deb
Files: 
 9542b7f81374ea9d5bf512953608b4ed 2525 perl optional 
libdata-formvalidator-perl_4.66-3.dsc
 01c64832e114eb9381979f8ab95e886c 5082 perl optional 
libdata-formvalidator-perl_4.66-3.debian.tar.gz
 016e7086a486be6856a40cb2467c38d5 98302 perl optional 
libdata-formvalidator-perl_4.66-3_all.deb

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

iQIcBAEBCAAGBQJN7gJMAAoJEOQbTFV/DYC+0qcP/RpKI44moQHjhGfu5OAmD4Z0
sSUWIYVIQEhz7XLJ48/eEQKCv1MEvrPG05KPZ0Lgf9+JuOtR3KK90BpoeTcacqe3
hvpBx0CsF9KbsaIs7Q2zfzLQGI0h4Eb58sikZGu0m8Yi3WnqdQZ/hf1kh3twJZPp
hJJgXbVte151TpN8YhOT0hSugaD6hiu7Hu+lY2DaepvozjjmOnNlZbbahh3mqopL
iXusuqLwCkkqYNUyszTivFaWuZy933R0vqmQd28QwZkyHY5PnV86bnamAfMq16Bn
Als1WbyqKxGJlkqsKZ9WCnv+Vmy191EIDNcw4uwhlWGv1JMCfRp1Lm/G1KX9vcVW
saPWNDkUDPezvF8x4q1jnhczuU6m8UXi6TXeYGD/LTSZUlB6GC/VarVRnnp+6ek+
LqMYUJkMyVRXjnLgpL9GfEQMDxhk826DRbxeomemZH5HRAl9hgE3sQ2SQpzt0f1V
20jVGSPAZwA8pXiXQmoBwrYiADi0nQpx/8IdHcrDE0G9NGKWknRHSW+DKYhG56yI
XB8OAtqsW0NbEH5wT1zlmDv7RWoxvHjQicnV3kokwpIawRg9mDV1G9DhC59CkazZ
K8Rzs5alqA6rNk2JdiQaTWxOgtV/zsBXvpUZGaQlj70SRcBNaacK8N3XnPKrr2xR
p1gY1VVAQdu8s72k4f/f
=jNoH
-END PGP SIGNATURE-


Accepted:
libdata-formvalidator-perl_4.66-3.debian.tar.gz
  to 
main/libd/libdata-formvalidator-perl/libdata-formvalidator-perl_4.66-3.debian.tar.gz
libdata-formvalidator-perl_4.66-3.dsc
  to main/libd/libdata-formvalidator-perl/libdata-formvalidator-perl_4.66-3.dsc
libdata-formvalidator-perl_4.66-3_all.deb
  to 
main/libd/libdata-formvalidator-perl/libdata-formvalidator-perl_4.66-3_all.deb


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



Accepted rox 2.10-3 (source i386)

2011-06-07 Thread Francesco Paolo Lovergine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Jun 2011 13:09:22 +0200
Source: rox
Binary: rox-filer
Architecture: source i386
Version: 2.10-3
Distribution: unstable
Urgency: low
Maintainer: Francesco Paolo Lovergine fran...@debian.org
Changed-By: Francesco Paolo Lovergine fran...@debian.org
Description: 
 rox-filer  - A simple graphical file manager for X11
Closes: 556327
Changes: 
 rox (2.10-3) unstable; urgency=low
 .
   * Added asneeded.dpatch to fix a missing libdl linking.
 Thanks Mahyuddin Susanto.
 (closes: #556327)
Checksums-Sha1: 
 634aa8e12b9721c7ca51a984d9fd82929aa2f34f 1505 rox_2.10-3.dsc
 0bffbc96fc687d45cba779efd9bb530464437f65 63768 rox_2.10-3.diff.gz
 5db108ec3e2786809470d4cecd49965ff9baf1d3 1599490 rox-filer_2.10-3_i386.deb
Checksums-Sha256: 
 db63f8b2d956adfb8c4b28cbe869960fa2c7351fef3912acd75a7bb04fc8f5a8 1505 
rox_2.10-3.dsc
 0d4b2e487e389d42e2edcb4bace186fffc6f5133767f0c101e403e078021d8c7 63768 
rox_2.10-3.diff.gz
 44d7989929195fb930c66ad2ed5cae604db4088fb89a0a368b43dfda09bb9a0f 1599490 
rox-filer_2.10-3_i386.deb
Files: 
 7709a0edd0c3baca5ed6cf9287eab294 1505 x11 optional rox_2.10-3.dsc
 290f6c0cb118a785b28764df2fd3e101 63768 x11 optional rox_2.10-3.diff.gz
 ad5aeeed946b4ccd138a82a70c86a21d 1599490 x11 optional rox-filer_2.10-3_i386.deb

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

iEYEARECAAYFAk3uDcoACgkQpFNRmenyx0eqUgCeMVdiTCRfL8Kr/0GGt/zTkRoT
WL4AmgK/G4GNMAJvTnbUrpJSP+3KKxtl
=vFLU
-END PGP SIGNATURE-


Accepted:
rox-filer_2.10-3_i386.deb
  to main/r/rox/rox-filer_2.10-3_i386.deb
rox_2.10-3.diff.gz
  to main/r/rox/rox_2.10-3.diff.gz
rox_2.10-3.dsc
  to main/r/rox/rox_2.10-3.dsc


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



Accepted stealth 2.02.00-1 (source all amd64)

2011-06-07 Thread Frank B. Brokken
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Jun 2011 13:14:50 +0200
Source: stealth
Binary: stealth stealth-doc
Architecture: source amd64 all
Version: 2.02.00-1
Distribution: unstable
Urgency: low
Maintainer: Frank B. Brokken f.b.brok...@rug.nl
Changed-By: Frank B. Brokken f.b.brok...@rug.nl
Description: 
 stealth- stealthy File Integrity Checker
 stealth-doc - stealthy File Integrity Checker
Changes: 
 stealth (2.02.00-1) unstable; urgency=low
 .
   * New upstream release.
   * [FB] build depend on bobcat = 2.17.00.
   * [GD] honor noopt via DEB_BUILD_OPTIONS.
Checksums-Sha1: 
 63b73cdcb5054b744da9d3f20aa339a80259fc58 2112 stealth_2.02.00-1.dsc
 4e3d0ae3926d3ee5337cd5591d3be7bf995452fc 85274 stealth_2.02.00.orig.tar.gz
 1f9336adfcb382e5478b5989e205136bed02e3d5 8740 stealth_2.02.00-1.debian.tar.gz
 72414a8635f1a4da328e552decd81d00c984a84d 89132 stealth_2.02.00-1_amd64.deb
 4886cd6be265860dbbc0299e55b7c54fbc0c05e1 417966 stealth-doc_2.02.00-1_all.deb
Checksums-Sha256: 
 7b8aae05b8a014d5ae1b2d8d26bd3edcf6ad81c2b783bfce74d8fad003b65cc8 2112 
stealth_2.02.00-1.dsc
 c7d38abfab85d61b1e674b98318f8e984419479b0f7d1105ba1b5665a83c5bbf 85274 
stealth_2.02.00.orig.tar.gz
 1b39f85a3fad831af3945f8bb4df913812814f17cdb45f8597dd685da7b9e228 8740 
stealth_2.02.00-1.debian.tar.gz
 b3cd46fd337ba662d45964958a7180e6c75f5fc9c80c73ce01064e227f4c 89132 
stealth_2.02.00-1_amd64.deb
 ee4921f56dd2993c89baf284ea9b5140a7efbc85e1fd48d6925624f07229c6ca 417966 
stealth-doc_2.02.00-1_all.deb
Files: 
 cb0f96adaf41b9b79606ef5f990396b4 2112 admin optional stealth_2.02.00-1.dsc
 af61f8dba631499fd0b5763f72155c40 85274 admin optional 
stealth_2.02.00.orig.tar.gz
 5d4312687231bb514d9a9aa1b8ed7052 8740 admin optional 
stealth_2.02.00-1.debian.tar.gz
 a9a2d67897c4b6c84d4d453a86f5fe30 89132 admin optional 
stealth_2.02.00-1_amd64.deb
 0ec8f017087194ac117277657b8d0051 417966 doc optional 
stealth-doc_2.02.00-1_all.deb

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

iQIcBAEBAgAGBQJN7hj0AAoJEBxXDIkOS9CrKwkP/301VHMML37UI4B/HwtZkyhF
JN5bSLtLoa2UvlAWtgzqM4L1WAVgTytkyCRnzsf40+qaFRqSCvVw2d1uQcWZDFmy
I2+kcKLDctXJZ71fdU5Jw/Nf1SvZ4orlVzRdT5N+W6wHBuZikMd8X7JAJVNVuVCk
J/m8clMmrEDsqNXJhCw9FPvS+Dh34BuoF0T901hunBDzlK9y//OXm1HoxFGORMJy
fvjZGTCeM345OBI3YAsSnDBBs9FZ4kNkYXqt2nr8Bkofhw9/ARJGz1OtOwJ7bGCX
2FyMyqnQYQnxONZLAGWBQXrXNdOTbrVYqRkn0bf5N27ZXewAWHohx3WADYsf+23O
BpArwTb1bXnGPQN+dvoN5Yvid0B32n0x9cs8/vLFH1FexGDoJerGbF5K/iCodVgq
Vp6pdfhPZ5h2QqBts3b4mMsIPMQkPbl7/w0fPApCfV7g3V0w5lub5lt3XrAYVeQI
0fT/7cXrU/9nYsXms25y5SMAiSrtS4+DBFdLo+bEwuldFnEebYQ8qFjTKGSKupGZ
Ff9hdmVR00Dw3xF/xi85RJEjFzEKenbvkCG6bF11doxRIcrFrpcN+fEapp4oPdU1
jy1zsb5m4i+cMDpW86uCPXKlHOEGezZjpDIWTd0n6+UKd45k42/g+7DSKE1w+Tw/
M8rECzW6rOTXhIDobURE
=vixE
-END PGP SIGNATURE-


Accepted:
stealth-doc_2.02.00-1_all.deb
  to main/s/stealth/stealth-doc_2.02.00-1_all.deb
stealth_2.02.00-1.debian.tar.gz
  to main/s/stealth/stealth_2.02.00-1.debian.tar.gz
stealth_2.02.00-1.dsc
  to main/s/stealth/stealth_2.02.00-1.dsc
stealth_2.02.00-1_amd64.deb
  to main/s/stealth/stealth_2.02.00-1_amd64.deb
stealth_2.02.00.orig.tar.gz
  to main/s/stealth/stealth_2.02.00.orig.tar.gz


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



Accepted phpmyadmin 4:3.4.2-1 (source all)

2011-06-07 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 07 Jun 2011 14:30:15 +0200
Source: phpmyadmin
Binary: phpmyadmin
Architecture: source all
Version: 4:3.4.2-1
Distribution: unstable
Urgency: low
Maintainer: Thijs Kinkhorst th...@debian.org
Changed-By: Michal Čihař ni...@debian.org
Description: 
 phpmyadmin - MySQL web administration tool
Changes: 
 phpmyadmin (4:3.4.2-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 84d7e017314ccb5a02a3c3f05d61d2ad052a39be 1865 phpmyadmin_3.4.2-1.dsc
 5481953cd850f9e371f156dd6c8666a9f8d9e869 5720720 phpmyadmin_3.4.2.orig.tar.gz
 eb2654c472b4075eb387a69d7b22f484dda75b79 52529 phpmyadmin_3.4.2-1.debian.tar.gz
 9cbefaff417eabd09f672b7988295d94b120cf0d 5393080 phpmyadmin_3.4.2-1_all.deb
Checksums-Sha256: 
 dc3caabbb287ac9ef50d66006c02f0d00c46eca51aa0a330c9833c30b99f94bb 1865 
phpmyadmin_3.4.2-1.dsc
 79aa1bd659ca349ed076be6e43ba4303e1bdc7f88654bfcf4b08620f34dadffd 5720720 
phpmyadmin_3.4.2.orig.tar.gz
 d64d5174297d95a46fa2c7651a71695dddfdbd2f501d4f88d26907e9c3009b0c 52529 
phpmyadmin_3.4.2-1.debian.tar.gz
 2d97036c1c7e7eb29d956ff3f5d5778e87310ecf07afc0eb4e4f2d91a34a3849 5393080 
phpmyadmin_3.4.2-1_all.deb
Files: 
 d0e007675dd727b366778eb0f681dfcd 1865 web extra phpmyadmin_3.4.2-1.dsc
 589b26fa2f1bdb21b4114f3be6aa3b65 5720720 web extra phpmyadmin_3.4.2.orig.tar.gz
 7b0baa352882a38638b9a15b98c3d120 52529 web extra 
phpmyadmin_3.4.2-1.debian.tar.gz
 7a3a69347b228be86534ec4d9bf9c127 5393080 web extra phpmyadmin_3.4.2-1_all.deb

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

iQIcBAEBCAAGBQJN7hrPAAoJEGo39bHX+xdNtr0P/jDj7ztKdfgijTAWwOorcRO3
bzZY8D9oCS9In5PyKMwMvGW5XHvGI78DeEaBV2mKz99L6AOj9i95lXgCUsVqH2Wg
siV4pI/Z62IONZXKUwKezccTgohOX6Fs8+bcFtmeKAPIoJ2zAgne2ebzJSORuV2b
YCgNxNb/eOTORaWCC3B3vLpFlIv2JZ9fxrUerZ8strvyki0qZq7c+z1jrYa9iftL
hZ78Fv99NXrj5esSwuPQnY//uRVfLUwjZ8jKdxdc89j2wSmBva+zVPZvyIQ7R+Z8
s8QShqUqbGKvO7sfTwG9iW/+Ui/MhMNJqj07uCzVN/Rmiw1Nz0ortsAckw0tCdgh
sy5T5CUdO5s/adyD15nr+eKRevInYkhbFXndWtUud6TjvYSOma24E57mJcZ+S91x
JcklALVDz8C301m9aauMbGEyeorFgsgic//2M/u642DrGkowXxbenrYdvMF4tn63
QQl9n9WsZxTbEKxGD0pL0Fc9yan+TFGiVDRE7l9m7fI2dc3GkyXdy/jFfTru+7oi
jrugVrDPPtwuSsCKGB3ZsIxNVcsSlPSxScO48Qm26d8piShA8jpNdGm2j2tWqXY4
czpucztnZGx4s0D0rY2Ru2P/SPCHdHNNlPgDnEuRs8GhSJvdWxHHO08IfXxkuBty
ovrgcvjphNeiK99O4FaN
=v/Ng
-END PGP SIGNATURE-


Accepted:
phpmyadmin_3.4.2-1.debian.tar.gz
  to main/p/phpmyadmin/phpmyadmin_3.4.2-1.debian.tar.gz
phpmyadmin_3.4.2-1.dsc
  to main/p/phpmyadmin/phpmyadmin_3.4.2-1.dsc
phpmyadmin_3.4.2-1_all.deb
  to main/p/phpmyadmin/phpmyadmin_3.4.2-1_all.deb
phpmyadmin_3.4.2.orig.tar.gz
  to main/p/phpmyadmin/phpmyadmin_3.4.2.orig.tar.gz


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



Accepted clutter-gst 1.3.12-1 (source all amd64)

2011-06-07 Thread Ross Burton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 06 Jun 2011 16:30:40 +0100
Source: clutter-gst
Binary: libclutter-gst-1.0-0 libclutter-gst-dev libclutter-gst-1.0-dbg 
libclutter-gst-doc gir1.2-clutter-gst-1.0
Architecture: source all amd64
Version: 1.3.12-1
Distribution: unstable
Urgency: low
Maintainer: Ross Burton r...@debian.org
Changed-By: Ross Burton r...@debian.org
Description: 
 gir1.2-clutter-gst-1.0 - Gobject introspection data for Clutter GStreamer 
elements
 libclutter-gst-1.0-0 - Open GL based interactive canvas library GStreamer 
elements
 libclutter-gst-1.0-dbg - Open GL based interactive canvas library GStreamer 
elements (debu
 libclutter-gst-dev - Open GL based interactive canvas library GStreamer 
elements (deve
 libclutter-gst-doc - Open GL based interactive canvas library GStreamer 
elements (docu
Changes: 
 clutter-gst (1.3.12-1) unstable; urgency=low
 .
   [ Ross Burton ]
   * New upstream release.
   * Remove gtk dependency from the -dev package.
   * Update symbols
 .
   [ Josselin Mouette ]
   * Make the -dev package depend on the gir package.
Checksums-Sha1: 
 d4a3d5d4499e495caef60a35a9155e624e3a7e58 1550 clutter-gst_1.3.12-1.dsc
 4376d5f246e8b1c7629c901b2e07eafe6e5438fc 468562 clutter-gst_1.3.12.orig.tar.bz2
 c5632db1bd35fbddea7072b857edef2da1bc5da5 3686 
clutter-gst_1.3.12-1.debian.tar.gz
 aedf97b07d3a09cf93b269f1d63ac7a878adbd46 21490 
libclutter-gst-doc_1.3.12-1_all.deb
 0af98c32395e0a8e57e86d86437484a1186fbf60 32422 
libclutter-gst-1.0-0_1.3.12-1_amd64.deb
 581bf1a459b25b455e561bf0c81b5e96bd23086b 133524 
libclutter-gst-dev_1.3.12-1_amd64.deb
 9dc3b82ad2e9a9d43cbd4900ae78eba9b61c67ee 67332 
libclutter-gst-1.0-dbg_1.3.12-1_amd64.deb
 2a39462d2d12f3c76d53426ea5575198334d872e 7650 
gir1.2-clutter-gst-1.0_1.3.12-1_amd64.deb
Checksums-Sha256: 
 d90a7e84f795afd0be7c8bb79b74963cb3d8a257b2770f218d34cfe3cb70fb1e 1550 
clutter-gst_1.3.12-1.dsc
 bfb652721469a73badb2c2c0470a8a45c784bce7abf14bb41dd2bd633417556d 468562 
clutter-gst_1.3.12.orig.tar.bz2
 231c2141e92d414be882d0e10268532e571a6719b24d6a216c734fc3c22a651d 3686 
clutter-gst_1.3.12-1.debian.tar.gz
 6af15eaeb42d5cdfd1cf4934b48343a205917bc15018868cd460d14fab6209c3 21490 
libclutter-gst-doc_1.3.12-1_all.deb
 5d75b4b7514c612d95f52cbb4e3d52aca5a8e992365cc478c5d16c6ad6d61330 32422 
libclutter-gst-1.0-0_1.3.12-1_amd64.deb
 3fa4c54636c0d3c35799d183e58afea3bc1182aecbec2ad2edac373c69399428 133524 
libclutter-gst-dev_1.3.12-1_amd64.deb
 e811613864b6c459538f04ce9ee7fc0824b2e2be303cd7f71daf2fce85e821d3 67332 
libclutter-gst-1.0-dbg_1.3.12-1_amd64.deb
 f0eb06467e973b0c61c903ce2f1ee71e29d65135e3a518979493626c9905b487 7650 
gir1.2-clutter-gst-1.0_1.3.12-1_amd64.deb
Files: 
 b03112a2184c4860f6b5b39935d5f841 1550 libs optional clutter-gst_1.3.12-1.dsc
 567b4ae004e2669452ca806d9e2fb81c 468562 libs optional 
clutter-gst_1.3.12.orig.tar.bz2
 29c52f32ed242e27b9cb44b3ee168798 3686 libs optional 
clutter-gst_1.3.12-1.debian.tar.gz
 da9f24c92c4efb18d0467d79770bdceb 21490 doc optional 
libclutter-gst-doc_1.3.12-1_all.deb
 f344fe8ef2993bc4c8a499f078f2e3cd 32422 libs optional 
libclutter-gst-1.0-0_1.3.12-1_amd64.deb
 ac3abf3b797f610c82affae37ddffed6 133524 libdevel optional 
libclutter-gst-dev_1.3.12-1_amd64.deb
 fa89da22ee11396e9078fc09cf250252 67332 debug extra 
libclutter-gst-1.0-dbg_1.3.12-1_amd64.deb
 1dbdba5d01367632038bf5b107675774 7650 libs optional 
gir1.2-clutter-gst-1.0_1.3.12-1_amd64.deb

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

iD8DBQFN7Q+gLQnkR9C0M98RAk03AJ9lHc39BS8YpSaAyURkCFjoF1nDhQCfXabW
PFRHdgmBIXDBUssJaw5zL7k=
=7yLD
-END PGP SIGNATURE-


Accepted:
clutter-gst_1.3.12-1.debian.tar.gz
  to main/c/clutter-gst/clutter-gst_1.3.12-1.debian.tar.gz
clutter-gst_1.3.12-1.dsc
  to main/c/clutter-gst/clutter-gst_1.3.12-1.dsc
clutter-gst_1.3.12.orig.tar.bz2
  to main/c/clutter-gst/clutter-gst_1.3.12.orig.tar.bz2
gir1.2-clutter-gst-1.0_1.3.12-1_amd64.deb
  to main/c/clutter-gst/gir1.2-clutter-gst-1.0_1.3.12-1_amd64.deb
libclutter-gst-1.0-0_1.3.12-1_amd64.deb
  to main/c/clutter-gst/libclutter-gst-1.0-0_1.3.12-1_amd64.deb
libclutter-gst-1.0-dbg_1.3.12-1_amd64.deb
  to main/c/clutter-gst/libclutter-gst-1.0-dbg_1.3.12-1_amd64.deb
libclutter-gst-dev_1.3.12-1_amd64.deb
  to main/c/clutter-gst/libclutter-gst-dev_1.3.12-1_amd64.deb
libclutter-gst-doc_1.3.12-1_all.deb
  to main/c/clutter-gst/libclutter-gst-doc_1.3.12-1_all.deb


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



Accepted ruby-activerecord-2.3 2.3.11-3 (source all)

2011-06-07 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Jun 2011 15:31:40 +0200
Source: ruby-activerecord-2.3
Binary: ruby-activerecord-2.3
Architecture: source all
Version: 2.3.11-3
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 ruby-activerecord-2.3 - ORD database interface for ruby
Changes: 
 ruby-activerecord-2.3 (2.3.11-3) unstable; urgency=low
 .
   * Merged a patch from src:rails to fix for binary data corruption with
 PostgreSQL backend. This occurred whenever the binary data included
 ASCII value of \ followed by three numbers.
Checksums-Sha1: 
 6f09c3e6985c6a3523f5574a914829a64fdbe373 1518 
ruby-activerecord-2.3_2.3.11-3.dsc
 65475716e21d02630e6a222e73e328d793d72f4f 10343 
ruby-activerecord-2.3_2.3.11-3.debian.tar.gz
 2ab324bef411308e2f11739581965d9497719ab2 302498 
ruby-activerecord-2.3_2.3.11-3_all.deb
Checksums-Sha256: 
 d5cc9c0b0a0a3616aa66df8f7e8b2b880d2a0c0b54bbb5d67c989c627ee3a3e3 1518 
ruby-activerecord-2.3_2.3.11-3.dsc
 e9d63723cbb5f49685331a2ff702d0eb3f9b94a589952381e8d9be7ef3a01262 10343 
ruby-activerecord-2.3_2.3.11-3.debian.tar.gz
 6e69dc1b4a29034bac7256796270d772869eec65814c013ca0492b63a86b7af5 302498 
ruby-activerecord-2.3_2.3.11-3_all.deb
Files: 
 28b0463eb0e4d22457b58dea810ce4da 1518 ruby optional 
ruby-activerecord-2.3_2.3.11-3.dsc
 eda4e9660d1b55bbffd608fa0bc27c1e 10343 ruby optional 
ruby-activerecord-2.3_2.3.11-3.debian.tar.gz
 65f5a2d1f9fbbdee0ab1a8f5acf01311 302498 ruby optional 
ruby-activerecord-2.3_2.3.11-3_all.deb

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

iEYEARECAAYFAk3uKOEACgkQ9OZqfMIN8nMP1wCghrfEVmerhEwYc/ack5QJXi3C
1SkAn1vhjJB5s21pZpbKJ/qdqAHX2gaB
=huX0
-END PGP SIGNATURE-


Accepted:
ruby-activerecord-2.3_2.3.11-3.debian.tar.gz
  to main/r/ruby-activerecord-2.3/ruby-activerecord-2.3_2.3.11-3.debian.tar.gz
ruby-activerecord-2.3_2.3.11-3.dsc
  to main/r/ruby-activerecord-2.3/ruby-activerecord-2.3_2.3.11-3.dsc
ruby-activerecord-2.3_2.3.11-3_all.deb
  to main/r/ruby-activerecord-2.3/ruby-activerecord-2.3_2.3.11-3_all.deb


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



Accepted ifetch-tools 0.15.23a-1 (source all)

2011-06-07 Thread Richard Nelson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 6 Jun 2011 14:06:00 -0600
Source: ifetch-tools
Binary: ifetch-tools
Architecture: source all
Version: 0.15.23a-1
Distribution: unstable
Urgency: low
Maintainer: Richard Nelson unix...@gmail.com
Changed-By: Richard Nelson unix...@gmail.com
Description: 
 ifetch-tools - Collect, monitor, and view images from ip cameras
Changes: 
 ifetch-tools (0.15.23a-1) unstable; urgency=low
 .
   * Fix missing  on navigation default.
   * Close option tag on navigation.
 .
 ifetch-tools (0.15.23-1) unstable; urgency=low
 .
   * Add timeout for execution on pullimage call.
   * Cleanup on mdpp inclusion for monitor page.
   * Initial add of logging for mdpp tests.
   * Initial add of mdpplog.jpg image.
   * Initial add of mdpp log access from monitor page.
Checksums-Sha1: 
 1a5fd1766e0d84bfbadec1767d3d71a14c268bff 1055 ifetch-tools_0.15.23a-1.dsc
 5e33246c5fe8b3766aa7b2cff23c39e4eab4a077 87027 
ifetch-tools_0.15.23a.orig.tar.gz
 1e89f2e185ddd7c6d7441f4c5ea7100d875aea64 10250 ifetch-tools_0.15.23a-1.diff.gz
 d39bf145b88ff3ecfdbf7f0ddeeb289c09faf1ff 72632 ifetch-tools_0.15.23a-1_all.deb
Checksums-Sha256: 
 9552d6611e12bb77648ef4a36332cecab56b73d14fdf35eb8314888b137d6721 1055 
ifetch-tools_0.15.23a-1.dsc
 4e0c962427cc4432dbf513f784e2152ec3a2e7517020f2b801c6b55fd450dc6d 87027 
ifetch-tools_0.15.23a.orig.tar.gz
 025541c83e0d7d59b39d4b406b98bcccd666ee3b7ddd38f35fdcf75d8121c565 10250 
ifetch-tools_0.15.23a-1.diff.gz
 a46b9d52fec15f9336c5bdffd76723a6725e5d5defab09e1ba2d307c16c1f151 72632 
ifetch-tools_0.15.23a-1_all.deb
Files: 
 540707028ea6a2b069d5e167a72ba789 1055 web optional ifetch-tools_0.15.23a-1.dsc
 4e9dec2b3b051e27aa579b2dde3325ef 87027 web optional 
ifetch-tools_0.15.23a.orig.tar.gz
 15c38e86ff32fe59972e469e4a72ff85 10250 web optional 
ifetch-tools_0.15.23a-1.diff.gz
 44a3b356841410af3799385eb10ca1ca 72632 web optional 
ifetch-tools_0.15.23a-1_all.deb

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

iEYEARECAAYFAk3uMD4ACgkQ+C5cwEsrK57K6ACgjwgyVdllZCVq9i0qGX2Ec5jv
+/oAoM2rHJ+rKkLRjKEigG0StWy5+oOW
=eXN5
-END PGP SIGNATURE-


Accepted:
ifetch-tools_0.15.23a-1.diff.gz
  to main/i/ifetch-tools/ifetch-tools_0.15.23a-1.diff.gz
ifetch-tools_0.15.23a-1.dsc
  to main/i/ifetch-tools/ifetch-tools_0.15.23a-1.dsc
ifetch-tools_0.15.23a-1_all.deb
  to main/i/ifetch-tools/ifetch-tools_0.15.23a-1_all.deb
ifetch-tools_0.15.23a.orig.tar.gz
  to main/i/ifetch-tools/ifetch-tools_0.15.23a.orig.tar.gz


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



Accepted xdelta3 3.0.0.dfsg-1 (source i386)

2011-06-07 Thread A Mennucc1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 29 May 2011 22:59:32 +0200
Source: xdelta3
Binary: xdelta3 python-xdelta3
Architecture: source i386
Version: 3.0.0.dfsg-1
Distribution: unstable
Urgency: low
Maintainer: A Mennucc1 mennu...@debian.org
Changed-By: A Mennucc1 mennu...@debian.org
Description: 
 python-xdelta3 - Xdelta3 python module
 xdelta3- A diff utility which works with binary files
Changes: 
 xdelta3 (3.0.0.dfsg-1) unstable; urgency=low
 .
   * New upstream release, 3.0 is a stable release series
   * Remove unused build-dependency 'cdbs'
   * Thanks Luca for NMU
Checksums-Sha1: 
 2f269aa0cc2b72fec1b22061e944db836fe6c253 1073 xdelta3_3.0.0.dfsg-1.dsc
 ca8ffc1a74f5808411d3abb3f83bb1f978725295 173789 xdelta3_3.0.0.dfsg.orig.tar.bz2
 89d611f2e8b467b5cb5038d15a7be4df2401acd4 9213 
xdelta3_3.0.0.dfsg-1.debian.tar.gz
 cc00cb2eb8ac07d1074d14990a8ba31a03acb8c3 82474 xdelta3_3.0.0.dfsg-1_i386.deb
 b9762ba6bd618ee36df79b1f02f86358ec52b3cf 149900 
python-xdelta3_3.0.0.dfsg-1_i386.deb
Checksums-Sha256: 
 10065956a72c7cfe4c07c7ecb095f3a1d45a3cd65e2dfdfb92a2b7b28351bd41 1073 
xdelta3_3.0.0.dfsg-1.dsc
 dc486b24600aa21a40e5bf28308fdfecd54c2fd64d5ca78a81c9036521fd2fc3 173789 
xdelta3_3.0.0.dfsg.orig.tar.bz2
 5fd1a689660fdc74e85c0b8c4469ec0ce5f5b6ad212d420362b848ff4d6fa210 9213 
xdelta3_3.0.0.dfsg-1.debian.tar.gz
 f89c32e9b3163f4242baaf569d612adf218b0bab886fcf2b7871cdcb7193caf1 82474 
xdelta3_3.0.0.dfsg-1_i386.deb
 5d9fff86df558098c448d825bf4ad2e1d4c22814d62e0bef8799de67f3d95853 149900 
python-xdelta3_3.0.0.dfsg-1_i386.deb
Files: 
 2236c0ae0e0b2a79c047464a95d3f501 1073 utils optional xdelta3_3.0.0.dfsg-1.dsc
 a0753ef32a6aac97caf718e193b83172 173789 utils optional 
xdelta3_3.0.0.dfsg.orig.tar.bz2
 c0fa41f8af872392e30fbda2163ee110 9213 utils optional 
xdelta3_3.0.0.dfsg-1.debian.tar.gz
 12ebdbab043138c2681dbcc6b2a7c2e4 82474 utils optional 
xdelta3_3.0.0.dfsg-1_i386.deb
 44f261e5ded5f9335e212c9cc0eba4c2 149900 python optional 
python-xdelta3_3.0.0.dfsg-1_i386.deb

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

iEYEARECAAYFAk3itIgACgkQ9B/tjjP8QKSKLgCghRGnMXEsX1/TFPpXeIc1wuWF
fgUAoKU7ms8iU8s5EJqV3fmwauY0M1Tz
=ZVzx
-END PGP SIGNATURE-


Accepted:
python-xdelta3_3.0.0.dfsg-1_i386.deb
  to main/x/xdelta3/python-xdelta3_3.0.0.dfsg-1_i386.deb
xdelta3_3.0.0.dfsg-1.debian.tar.gz
  to main/x/xdelta3/xdelta3_3.0.0.dfsg-1.debian.tar.gz
xdelta3_3.0.0.dfsg-1.dsc
  to main/x/xdelta3/xdelta3_3.0.0.dfsg-1.dsc
xdelta3_3.0.0.dfsg-1_i386.deb
  to main/x/xdelta3/xdelta3_3.0.0.dfsg-1_i386.deb
xdelta3_3.0.0.dfsg.orig.tar.bz2
  to main/x/xdelta3/xdelta3_3.0.0.dfsg.orig.tar.bz2


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



Accepted dictionaries-common 1.11.3 (source all)

2011-06-07 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Jun 2011 14:57:11 +0200
Source: dictionaries-common
Binary: dictionaries-common dictionaries-common-dev
Architecture: source all
Version: 1.11.3
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo agmar...@debian.org
Changed-By: Agustin Martin Domingo agmar...@debian.org
Description: 
 dictionaries-common - Common utilities for spelling dictionary tools
 dictionaries-common-dev - Developer tools and Policy for spelling dictionary 
tools
Changes: 
 dictionaries-common (1.11.3) unstable; urgency=low
 .
   * debian/control: No need to break old myspell/hunspell
 packages until update-openoffice-dicts is actually removed.
Checksums-Sha1: 
 50029ff1976225feeff2c9added21b3af29b9ca8 1132 dictionaries-common_1.11.3.dsc
 1e7c1f36f0a5f06d28b755a13d4e4de79858c8fc 327469 
dictionaries-common_1.11.3.tar.gz
 3e2532d681a9df7f011ca8b160cfd3426b9ebcef 298118 
dictionaries-common_1.11.3_all.deb
 a883b13755d3a313db48a0a5276fc892e5a459e4 130482 
dictionaries-common-dev_1.11.3_all.deb
Checksums-Sha256: 
 8152d1dea26760e05d66b19e3896bee6f9c785db08738245ff4b43b84fe282da 1132 
dictionaries-common_1.11.3.dsc
 aec965f1a173bb3f396aadba4f4972a492ad6bf68877d7143d02b8b4c8882102 327469 
dictionaries-common_1.11.3.tar.gz
 c8d97de3418b4400950cbe4d0845716efb085f8f45cc1d9dd778b6660d8d1062 298118 
dictionaries-common_1.11.3_all.deb
 52e0db459349309d3bc6edd0336343462f8fd2e8866dc22f4a50b8c8c82f120e 130482 
dictionaries-common-dev_1.11.3_all.deb
Files: 
 61ee88dd0da2e83d7a23192062ee6609 1132 text optional 
dictionaries-common_1.11.3.dsc
 43caf41b411cbeb1ff4a4c3256041d5e 327469 text optional 
dictionaries-common_1.11.3.tar.gz
 fe7c0ca6d5e8a3e67e6134ef76a27fb8 298118 text optional 
dictionaries-common_1.11.3_all.deb
 76b5f1155cd337e69809bce076de65e3 130482 devel extra 
dictionaries-common-dev_1.11.3_all.deb

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

iD8DBQFN7jSHTShHqj72DpwRAtOJAJ4oT8HTWiZvjh12Qg2mx1zZZwnYrACfXe/L
H03h2qDDzQ7zJcu9Qw811Oc=
=U9Jz
-END PGP SIGNATURE-


Accepted:
dictionaries-common-dev_1.11.3_all.deb
  to main/d/dictionaries-common/dictionaries-common-dev_1.11.3_all.deb
dictionaries-common_1.11.3.dsc
  to main/d/dictionaries-common/dictionaries-common_1.11.3.dsc
dictionaries-common_1.11.3.tar.gz
  to main/d/dictionaries-common/dictionaries-common_1.11.3.tar.gz
dictionaries-common_1.11.3_all.deb
  to main/d/dictionaries-common/dictionaries-common_1.11.3_all.deb


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



Accepted myspell-pt-br 20101030-2 (source all)

2011-06-07 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Jun 2011 16:48:10 +0200
Source: myspell-pt-br
Binary: myspell-pt-br aspell-pt-br
Architecture: source all
Version: 20101030-2
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo agmar...@debian.org
Changed-By: Agustin Martin Domingo agmar...@debian.org
Description: 
 aspell-pt-br - Brazilian Portuguese dictionary for GNU Aspell
 myspell-pt-br - Brazilian Portuguese dictionary for myspell
Changes: 
 myspell-pt-br (20101030-2) unstable; urgency=low
 .
   * Build Depends on at least dictionaries-common-dev (= 1.10.5)
 to stop installing update-openoffice-dicts snippets.
   * Bump Standards-Version. No changes needed.
Checksums-Sha1: 
 38d05c90eabd3fefafed4dc79a67c6acf60f5f57 1324 myspell-pt-br_20101030-2.dsc
 accfca789321980a30744f4030f39bc5a39bf81c 5638 myspell-pt-br_20101030-2.diff.gz
 854d47e3dc2b397cf2d336f8e10473b87713ba40 1341080 
myspell-pt-br_20101030-2_all.deb
 baedf37ff0d00e8150847f012ba8cb3a330df9db 1056564 
aspell-pt-br_20101030-2_all.deb
Checksums-Sha256: 
 0b8375212f5244a51b23fd195cc556b005fc704ae9f79038a8c6a97e1e5fbf0a 1324 
myspell-pt-br_20101030-2.dsc
 6c81e7994219144dc978aba646a5e3f5ca452dfbd2bd89ef4f59517ab2dfaf73 5638 
myspell-pt-br_20101030-2.diff.gz
 b79488dd35607209eda6827c70d1c0ae7ed04b08bd010cd321b73b60d9d0ea21 1341080 
myspell-pt-br_20101030-2_all.deb
 c16e2e0db2a2a47744663caa5ac014a87f3807f52d739fc34372143156a08fb9 1056564 
aspell-pt-br_20101030-2_all.deb
Files: 
 9f16e41efd575534133a3e4bf29cb348 1324 text optional 
myspell-pt-br_20101030-2.dsc
 e661f4796788219bb440fbbee5006d43 5638 text optional 
myspell-pt-br_20101030-2.diff.gz
 b5cdf3bb28467017aed7665b265800d5 1341080 text optional 
myspell-pt-br_20101030-2_all.deb
 6ed4daf085cf0687b2038307a1b19b0d 1056564 text optional 
aspell-pt-br_20101030-2_all.deb

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

iD8DBQFN7jpkTShHqj72DpwRAkbKAJ4snqbT1YCm31Q6KXRVONUMablBNwCgkWll
XfFuQUktPJ6pEsVIGBNYNEQ=
=sdVh
-END PGP SIGNATURE-


Accepted:
aspell-pt-br_20101030-2_all.deb
  to main/m/myspell-pt-br/aspell-pt-br_20101030-2_all.deb
myspell-pt-br_20101030-2.diff.gz
  to main/m/myspell-pt-br/myspell-pt-br_20101030-2.diff.gz
myspell-pt-br_20101030-2.dsc
  to main/m/myspell-pt-br/myspell-pt-br_20101030-2.dsc
myspell-pt-br_20101030-2_all.deb
  to main/m/myspell-pt-br/myspell-pt-br_20101030-2_all.deb


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



Accepted myspell.pt 20091013-3 (source all)

2011-06-07 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Jun 2011 16:46:18 +0200
Source: myspell.pt
Binary: myspell-pt-pt myspell-pt aspell-pt-pt
Architecture: source all
Version: 20091013-3
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo agmar...@debian.org
Changed-By: Agustin Martin Domingo agmar...@debian.org
Description: 
 aspell-pt-pt - European Portuguese dictionary for GNU Aspell
 myspell-pt - Portuguese dictionaries for myspell
 myspell-pt-pt - European Portuguese dictionary for myspell
Changes: 
 myspell.pt (20091013-3) unstable; urgency=low
 .
   * Build Depends on at least dictionaries-common-dev (= 1.10.5)
 to stop installing update-openoffice-dicts snippets.
   * Bump Standards-Version. No changes needed.
Checksums-Sha1: 
 2a7910d64109fd2d2d3789a37f6795e6e926d736 1296 myspell.pt_20091013-3.dsc
 bda89c6d71ac73f9cb4d7202bd1a2e6fc8354458 5032 myspell.pt_20091013-3.diff.gz
 fc4a99271f68ce91a75d299becd794b2a6efc47b 160254 
myspell-pt-pt_20091013-3_all.deb
 7621fa32cc992d58a6fdabc06b9e6d71c5117a6f 3088 myspell-pt_20091013-3_all.deb
 a32ca7a6424363168de13a01c12cbdafb78a56e3 116632 aspell-pt-pt_20091013-3_all.deb
Checksums-Sha256: 
 c497362dca1d1153a5c3fc7182f3a465519da569d73d2f6f2a425cbfadf6ec3c 1296 
myspell.pt_20091013-3.dsc
 1c6b524b152821ae23c64822e98e49dc3d193c7ff8d89173ccdb7706fb17137c 5032 
myspell.pt_20091013-3.diff.gz
 4f6c73ee843fdc36c01a21c5c273679697cc6257227e8a997efb360abd976b6e 160254 
myspell-pt-pt_20091013-3_all.deb
 3fa5f8260d3e7b057ffe26c4459a4b58cccd548ba46a292ec6f6bc6c914b660f 3088 
myspell-pt_20091013-3_all.deb
 2b548c27e9c47d79702b861a6d050eb61b25a767247a508d2050f89a56b2c6db 116632 
aspell-pt-pt_20091013-3_all.deb
Files: 
 99a9218151f931515769d8fe93aeeb3b 1296 text optional myspell.pt_20091013-3.dsc
 cf334d06ae1dfe90a9b7cfd2e73f656a 5032 text optional 
myspell.pt_20091013-3.diff.gz
 26511b1d50fe20c989b325f110ba74b5 160254 text optional 
myspell-pt-pt_20091013-3_all.deb
 b36cca4e524a07761903e64a85cf7b60 3088 text optional 
myspell-pt_20091013-3_all.deb
 16f78c3345fbcbd767ebee71e6c8bead 116632 text optional 
aspell-pt-pt_20091013-3_all.deb

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

iD8DBQFN7jqcTShHqj72DpwRAkzFAJ0fMFrKH0owCYNc3sNJMARR9QjMSQCfS1Ez
SyZ3tykErkpYPVfwEBgsL+8=
=/Pxl
-END PGP SIGNATURE-


Accepted:
aspell-pt-pt_20091013-3_all.deb
  to main/m/myspell.pt/aspell-pt-pt_20091013-3_all.deb
myspell-pt-pt_20091013-3_all.deb
  to main/m/myspell.pt/myspell-pt-pt_20091013-3_all.deb
myspell-pt_20091013-3_all.deb
  to main/m/myspell.pt/myspell-pt_20091013-3_all.deb
myspell.pt_20091013-3.diff.gz
  to main/m/myspell.pt/myspell.pt_20091013-3.diff.gz
myspell.pt_20091013-3.dsc
  to main/m/myspell.pt/myspell.pt_20091013-3.dsc


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



Accepted 3depict 0.0.6-1 (source i386)

2011-06-07 Thread D Haley
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 31 May 2011 22:23:53 +0100
Source: 3depict
Binary: 3depict
Architecture: source i386
Version: 0.0.6-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: D Haley my...@yahoo.com
Description: 
 3depict- visualisation and analysis for single valued point data
Changes: 
 3depict (0.0.6-1) unstable; urgency=low
 .
   * New upstream version
   * Patch for new debian font dir layout (hierarchy, not flat)
   * Revert to quilt 1.0 format, as 3.0 does not patch in build
Checksums-Sha1: 
 192ccd591ce1c17fd60643a48d186ef5610901a8 1389 3depict_0.0.6-1.dsc
 f4914b5ed9660cbec1b1910250bc59188f23c3b9 3835916 3depict_0.0.6.orig.tar.gz
 3b4d1c773553be62bf29b8f6f3699fccd9141345 5081 3depict_0.0.6-1.diff.gz
 52cf5d0134bd2a5182dd814c9f36434b908b917e 787202 3depict_0.0.6-1_i386.deb
Checksums-Sha256: 
 a6730abaa9b18f2fa0970648dcc6ad9c44a25b154b07bf6e056ad6e650579d7c 1389 
3depict_0.0.6-1.dsc
 b3a315b30618f7006ff92f96d969f0477239a5b6ce5cc2461713fa251479fba4 3835916 
3depict_0.0.6.orig.tar.gz
 abdd351b5fd45a075990f46769649a3ce1cf6af0f45a2e0660bb74b5fd26d732 5081 
3depict_0.0.6-1.diff.gz
 56e6dd601addcd7695c448f80439850bce0882c982269c0f29e20d27ba050da4 787202 
3depict_0.0.6-1_i386.deb
Files: 
 e210210532cd55431b67f75624befbd8 1389 science optional 3depict_0.0.6-1.dsc
 5e3f5c85460500d64d24845c3112c69f 3835916 science optional 
3depict_0.0.6.orig.tar.gz
 39881fd700679725839f60c80871f4a3 5081 science optional 3depict_0.0.6-1.diff.gz
 3a338da5564047223f61e4f8de59ce9f 787202 science optional 
3depict_0.0.6-1_i386.deb

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

iEYEARECAAYFAk3uP7QACgkQiOXXM92JlhDhjACffH0hlYouGJJWImEBLPHJB6DU
27kAoJe/SMvE6OaLDfZsEzxhKVUlN91/
=yym1
-END PGP SIGNATURE-


Accepted:
3depict_0.0.6-1.diff.gz
  to main/3/3depict/3depict_0.0.6-1.diff.gz
3depict_0.0.6-1.dsc
  to main/3/3depict/3depict_0.0.6-1.dsc
3depict_0.0.6-1_i386.deb
  to main/3/3depict/3depict_0.0.6-1_i386.deb
3depict_0.0.6.orig.tar.gz
  to main/3/3depict/3depict_0.0.6.orig.tar.gz


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



Accepted eo-spell 2.1.2000.02.25-43 (source all)

2011-06-07 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Jun 2011 16:31:30 +0200
Source: eo-spell
Binary: iesperanto myspell-eo aspell-eo
Architecture: source all
Version: 2.1.2000.02.25-43
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo agmar...@debian.org
Changed-By: Agustin Martin Domingo agmar...@debian.org
Description: 
 aspell-eo  - Esperanto dictionary for aspell
 iesperanto - Esperanto dictionary for ispell
 myspell-eo - Esperanto dictionary for myspell
Changes: 
 eo-spell (2.1.2000.02.25-43) unstable; urgency=low
 .
   * Build Depends on at least dictionaries-common-dev (= 1.10.5)
 to stop installing update-openoffice-dicts snippets.
   * Bump Standards-Version. No changes needed.
Checksums-Sha1: 
 1f8f1994fdd72e3c0a6c142b8f40484ba138738e 1334 eo-spell_2.1.2000.02.25-43.dsc
 5674561313083babe5d4d0aeb4d88adba44d41bb 8906 
eo-spell_2.1.2000.02.25-43.diff.gz
 da6651ec91c406f7ac6f0893981409fb43566a64 103064 
iesperanto_2.1.2000.02.25-43_all.deb
 5d64aae6a6b7604c7d22a9c6eccb13612884c72c 101428 
myspell-eo_2.1.2000.02.25-43_all.deb
 f81385f4346a9750fe8d06bdc2644a0348a2f4fa 86956 
aspell-eo_2.1.2000.02.25-43_all.deb
Checksums-Sha256: 
 76745061285e0942ecd386fa1a7dfd7803276d32639dc558ed83d3158bf118e3 1334 
eo-spell_2.1.2000.02.25-43.dsc
 ff781ea676b3a416fa4575b5c753441c0b46849ae1371b4cb1cf7c236b650a6a 8906 
eo-spell_2.1.2000.02.25-43.diff.gz
 f9c95363d4ebb5553ed4cd8a68ff2bc74adc0471929395b53ed9dd0c8d686f8a 103064 
iesperanto_2.1.2000.02.25-43_all.deb
 bc32804dc62633fbf87ff046f1fa5687e781b97bf65fd0294050eccbb155c6de 101428 
myspell-eo_2.1.2000.02.25-43_all.deb
 84adb3506796ce2aa9b22213761176d5a69ed859e4e81e30fe3880d634e1e361 86956 
aspell-eo_2.1.2000.02.25-43_all.deb
Files: 
 c5c9ff2df7e76943f5f89fb059cf 1334 text optional 
eo-spell_2.1.2000.02.25-43.dsc
 317a3264e7758c7d89cd8ba2f829ebb5 8906 text optional 
eo-spell_2.1.2000.02.25-43.diff.gz
 2a42c63247e6984435c42d822aab6721 103064 text optional 
iesperanto_2.1.2000.02.25-43_all.deb
 45e30f23a846620e936b02dd36cbbd93 101428 text optional 
myspell-eo_2.1.2000.02.25-43_all.deb
 0387e486914ca872f3792138200772a3 86956 text optional 
aspell-eo_2.1.2000.02.25-43_all.deb

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

iD8DBQFN7jZ7TShHqj72DpwRAkctAJ9YbF0n3CBPdCoab8vTfJ1ImLySfwCfencR
dNuduAeXF3eJik6JDJPOeBM=
=YWa6
-END PGP SIGNATURE-


Accepted:
aspell-eo_2.1.2000.02.25-43_all.deb
  to main/e/eo-spell/aspell-eo_2.1.2000.02.25-43_all.deb
eo-spell_2.1.2000.02.25-43.diff.gz
  to main/e/eo-spell/eo-spell_2.1.2000.02.25-43.diff.gz
eo-spell_2.1.2000.02.25-43.dsc
  to main/e/eo-spell/eo-spell_2.1.2000.02.25-43.dsc
iesperanto_2.1.2000.02.25-43_all.deb
  to main/e/eo-spell/iesperanto_2.1.2000.02.25-43_all.deb
myspell-eo_2.1.2000.02.25-43_all.deb
  to main/e/eo-spell/myspell-eo_2.1.2000.02.25-43_all.deb


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



Accepted hunspell-gl-es 2.2a-9 (source all)

2011-06-07 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Jun 2011 16:34:27 +0200
Source: hunspell-gl-es
Binary: hunspell-gl-es
Architecture: source all
Version: 2.2a-9
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo agmar...@debian.org
Changed-By: Agustin Martin Domingo agmar...@debian.org
Description: 
 hunspell-gl-es - Galician dictionary for hunspell
Changes: 
 hunspell-gl-es (2.2a-9) unstable; urgency=low
 .
   * Build Depends on at least dictionaries-common-dev (= 1.10.5)
 to stop installing update-openoffice-dicts snippets.
   * Bump Standards-Version. No changes needed.
Checksums-Sha1: 
 74457823ada5f710083eb478a0a1b1f4ab7c403b 1263 hunspell-gl-es_2.2a-9.dsc
 0f81b1315dd7e9c006aaa00c8eb7d5f64e6ff702 4523 hunspell-gl-es_2.2a-9.diff.gz
 6d478d463602affd2aa5d059622922d1ca340b8d 223558 hunspell-gl-es_2.2a-9_all.deb
Checksums-Sha256: 
 52a5ce59890d1067aa09db713a19942402486d47ca1e1d474c4a8eac86f08bc5 1263 
hunspell-gl-es_2.2a-9.dsc
 53513eb47305bde10102e078d065b3d8a22e6fe23a7cc9ebe2a0ca548f8a4f9b 4523 
hunspell-gl-es_2.2a-9.diff.gz
 a33c072fb7a7e433b7e156fb82230888543ae028d1e0fd4972bd1141bbbf3821 223558 
hunspell-gl-es_2.2a-9_all.deb
Files: 
 46abd158061a0d78c8484d5d52d43dc5 1263 text optional hunspell-gl-es_2.2a-9.dsc
 7bf6404173d84329bb7b4ac73f9d3a9a 4523 text optional 
hunspell-gl-es_2.2a-9.diff.gz
 8f3f11cb6551f2de2b069e2486b394cc 223558 text optional 
hunspell-gl-es_2.2a-9_all.deb

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

iD8DBQFN7jc/TShHqj72DpwRAkn0AKCRzmBBBVcNmUNtoSx5Jo4LcJwUcACfagIB
F9oWdqHow6RAZPI3Tix0qEc=
=+Ncd
-END PGP SIGNATURE-


Accepted:
hunspell-gl-es_2.2a-9.diff.gz
  to main/h/hunspell-gl-es/hunspell-gl-es_2.2a-9.diff.gz
hunspell-gl-es_2.2a-9.dsc
  to main/h/hunspell-gl-es/hunspell-gl-es_2.2a-9.dsc
hunspell-gl-es_2.2a-9_all.deb
  to main/h/hunspell-gl-es/hunspell-gl-es_2.2a-9_all.deb


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



Accepted aspell-tl 0.4-0-8 (source all)

2011-06-07 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Jun 2011 17:10:04 +0200
Source: aspell-tl
Binary: aspell-tl myspell-tl
Architecture: source all
Version: 0.4-0-8
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo agmar...@debian.org
Changed-By: Agustin Martin Domingo agmar...@debian.org
Description: 
 aspell-tl  - The Tagalog dictionary for GNU Aspell
 myspell-tl - The Tagalog dictionary for myspell/hunspell
Changes: 
 aspell-tl (0.4-0-8) unstable; urgency=low
 .
   * Build Depends on at least dictionaries-common-dev (= 1.10.5)
 to stop installing update-openoffice-dicts snippets.
   * Bump Standards-Version. No changes needed.
Checksums-Sha1: 
 60049bb08361203d07d10dc033abf650fba27945 1234 aspell-tl_0.4-0-8.dsc
 f965761f993dd1fe611bc3afbcf8fabe6599aa2b 4837 aspell-tl_0.4-0-8.diff.gz
 4389283a2c1b7e288ebdcd942a1f286af7ee1e2e 48236 aspell-tl_0.4-0-8_all.deb
 2f857e70aff9381275b093b928663fc29197626b 61652 myspell-tl_0.4-0-8_all.deb
Checksums-Sha256: 
 e6d15a3292f27b9744943be2fa5c7244b9cb36ca002c23517255b9d4523904dc 1234 
aspell-tl_0.4-0-8.dsc
 f9ad9308349bb6cc29d2eaaf540a1c3d63d9a7c9f1860dd686124e0d4870bce5 4837 
aspell-tl_0.4-0-8.diff.gz
 0df4700b1adc23d7859bc501509fe16161456b60bca044c085dfe3be567be618 48236 
aspell-tl_0.4-0-8_all.deb
 12c8d7de27547074a751254ecd208522a7606679d6198c0ccfa3856721954f7c 61652 
myspell-tl_0.4-0-8_all.deb
Files: 
 397e80985521fe96f644818329123cc7 1234 text optional aspell-tl_0.4-0-8.dsc
 d6cd27a3b6b2f172a794b92a9cb95801 4837 text optional aspell-tl_0.4-0-8.diff.gz
 ff146a3008becef573b3e9705807189d 48236 text optional aspell-tl_0.4-0-8_all.deb
 0b03234d746e577cb3f956b0e8fdd8cb 61652 text optional myspell-tl_0.4-0-8_all.deb

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

iD8DBQFN7j+2TShHqj72DpwRAhdgAJ9qvofXWlEYNHw/PA423PWCKXPOIACfe6Y/
4TsK+E7I7Nd6g6oRj1LLjAo=
=xycO
-END PGP SIGNATURE-


Accepted:
aspell-tl_0.4-0-8.diff.gz
  to main/a/aspell-tl/aspell-tl_0.4-0-8.diff.gz
aspell-tl_0.4-0-8.dsc
  to main/a/aspell-tl/aspell-tl_0.4-0-8.dsc
aspell-tl_0.4-0-8_all.deb
  to main/a/aspell-tl/aspell-tl_0.4-0-8_all.deb
myspell-tl_0.4-0-8_all.deb
  to main/a/aspell-tl/myspell-tl_0.4-0-8_all.deb


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



Accepted kfreebsd-8 8.2-1.1 (source all kfreebsd-amd64)

2011-06-07 Thread Robert Millan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Jun 2011 16:11:12 +0200
Source: kfreebsd-8
Binary: kfreebsd-source-8.2 kfreebsd-headers-8.2-1 kfreebsd-image-8.2-1-amd64 
kfreebsd-image-8-amd64 kfreebsd-headers-8.2-1-amd64 kfreebsd-headers-8-amd64 
kfreebsd-image-8.2-1-486 kfreebsd-image-8-486 kfreebsd-headers-8.2-1-486 
kfreebsd-headers-8-486 kfreebsd-image-8.2-1-686 kfreebsd-image-8-686 
kfreebsd-headers-8.2-1-686 kfreebsd-headers-8-686 kfreebsd-image-8.2-1-686-smp 
kfreebsd-image-8-686-smp kfreebsd-headers-8.2-1-686-smp 
kfreebsd-headers-8-686-smp kfreebsd-image-8.2-1-xen kfreebsd-image-8-xen 
kfreebsd-headers-8.2-1-xen kfreebsd-headers-8-xen kfreebsd-image-8.2-1-malta 
kfreebsd-image-8-malta kfreebsd-headers-8.2-1-malta kfreebsd-headers-8-malta
Architecture: source all kfreebsd-amd64
Version: 8.2-1.1
Distribution: experimental
Urgency: low
Maintainer: GNU/kFreeBSD Maintainers debian-...@lists.debian.org
Changed-By: Robert Millan r...@debian.org
Description: 
 kfreebsd-headers-8-486 - header files for kernel of FreeBSD 8
 kfreebsd-headers-8-686 - header files for kernel of FreeBSD 8
 kfreebsd-headers-8-686-smp - header files for kernel of FreeBSD 8
 kfreebsd-headers-8-amd64 - header files for kernel of FreeBSD 8
 kfreebsd-headers-8-malta - header files for kernel of FreeBSD 8
 kfreebsd-headers-8-xen - header files for kernel of FreeBSD 8
 kfreebsd-headers-8.2-1 - Common architecture-specific header files for kernel 
of FreeBSD 8
 kfreebsd-headers-8.2-1-486 - header files for kernel of FreeBSD 8.2
 kfreebsd-headers-8.2-1-686 - header files for kernel of FreeBSD 8.2
 kfreebsd-headers-8.2-1-686-smp - header files for kernel of FreeBSD 8.2
 kfreebsd-headers-8.2-1-amd64 - header files for kernel of FreeBSD 8.2
 kfreebsd-headers-8.2-1-malta - header files for kernel of FreeBSD 8.2
 kfreebsd-headers-8.2-1-xen - header files for kernel of FreeBSD 8.2
 kfreebsd-image-8-486 - kernel of FreeBSD 8 image
 kfreebsd-image-8-686 - kernel of FreeBSD 8 image
 kfreebsd-image-8-686-smp - kernel of FreeBSD 8 image
 kfreebsd-image-8-amd64 - kernel of FreeBSD 8 image
 kfreebsd-image-8-malta - kernel of FreeBSD 8 image
 kfreebsd-image-8-xen - kernel of FreeBSD 8 image
 kfreebsd-image-8.2-1-486 - kernel of FreeBSD 8.2 image
 kfreebsd-image-8.2-1-686 - kernel of FreeBSD 8.2 image
 kfreebsd-image-8.2-1-686-smp - kernel of FreeBSD 8.2 image
 kfreebsd-image-8.2-1-amd64 - kernel of FreeBSD 8.2 image
 kfreebsd-image-8.2-1-malta - kernel of FreeBSD 8.2 image
 kfreebsd-image-8.2-1-xen - kernel of FreeBSD 8.2 image
 kfreebsd-source-8.2 - source code for kernel of FreeBSD 8.2 with Debian patches
Closes: 594288
Changes: 
 kfreebsd-8 (8.2-1.1) experimental; urgency=low
 .
   * Non-maintainer upload.
 .
   [ Guillem Jover ]
   * Now using Standards-Version 3.9.2 (no changes needed).
   * Switch to source format “3.0 (quilt)”.
 - Remove quilt from Build-Depends.
 - Remove patch target in debian/rules.
 - Remove now unneeded README.source.
 - Refresh all patches.
 .
   [ Robert Millan ]
   * Add lintian override for embedded-library (zlib.ko).
   * Automatically propagate GCC version dependency to debian/control.
   * Build by GCC 4.6.  (Closes: #594288).
Checksums-Sha1: 
 6bdbc79316444db53f54e1dac26533ad1c444d90 2067 kfreebsd-8_8.2-1.1.dsc
 a0a29e9c8c218d3bfe308ff88d750ddd92a662ac 88804 kfreebsd-8_8.2-1.1.debian.tar.gz
 34db3216b5e4806a7e336d840d7a63969930cd78 18545996 
kfreebsd-source-8.2_8.2-1.1_all.deb
 9fa6bf9718c91a4afbc73172238cb3a0e349c283 7308394 
kfreebsd-headers-8.2-1_8.2-1.1_kfreebsd-amd64.deb
 17153947d730f6614f1c13fa77b4499095626727 11011560 
kfreebsd-image-8.2-1-amd64_8.2-1.1_kfreebsd-amd64.deb
 a0f7197029fbd47fb07a7ff68758ae292fa97023 47922 
kfreebsd-image-8-amd64_8.2-1.1_kfreebsd-amd64.deb
 93ef05ae0d2e97455e35982486177bd4b6407342 325392 
kfreebsd-headers-8.2-1-amd64_8.2-1.1_kfreebsd-amd64.deb
 afab89aa7a22a5bc03f3eef52bc486484be343d3 47922 
kfreebsd-headers-8-amd64_8.2-1.1_kfreebsd-amd64.deb
Checksums-Sha256: 
 3904d2453c5d98b875d8b43e6c86d5e48fcf8d862b39735ada3748a3c8d604f5 2067 
kfreebsd-8_8.2-1.1.dsc
 ef8a81333d2e899d55895d0a6a1ecd59af80551ce3d1d0ca7aa56b6bf36aa944 88804 
kfreebsd-8_8.2-1.1.debian.tar.gz
 eea41dc4ffbda6910506a15707265de472102e11cfd24b3281b413f6f25760ed 18545996 
kfreebsd-source-8.2_8.2-1.1_all.deb
 8115eb5064ae2c975ea3d2ad8ee722052924124ce8eebdaa325898162a4d7c58 7308394 
kfreebsd-headers-8.2-1_8.2-1.1_kfreebsd-amd64.deb
 947c930c78491c6aa0fa74e92714d9bf4e4b2bb53dd8deb05729cec28f326e23 11011560 
kfreebsd-image-8.2-1-amd64_8.2-1.1_kfreebsd-amd64.deb
 0ddacc4e0b52658176efbe3295ce494be15e2dce1351941b40ce510498845e26 47922 
kfreebsd-image-8-amd64_8.2-1.1_kfreebsd-amd64.deb
 dc2735c816acd262a76d4cbc710fbf43175d123c53a8093600818adc238e339a 325392 
kfreebsd-headers-8.2-1-amd64_8.2-1.1_kfreebsd-amd64.deb
 b75908673e60c099214467351e8ebf09f1398e829fd2e9665f375ea75da80896 47922 
kfreebsd-headers-8-amd64_8.2-1.1_kfreebsd-amd64.deb
Files: 
 12070ad85afe2820972c28a573d080e6 2067 

Accepted omins 0.2.0-7 (source amd64)

2011-06-07 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Jun 2011 17:38:03 +0200
Source: omins
Binary: omins
Architecture: source amd64
Version: 0.2.0-7
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 omins  - collection of LADSPA plugins aimed at modular synthesizers
Changes: 
 omins (0.2.0-7) unstable; urgency=low
 .
   * Team upload
   * Update Standards to 3.9.2.
   * Fix gbp config file
   * Use dh $@ --with foo syntax for compatibility with DH8.
   * Improve description.
   * Remove myself from the Uploaders field.
Checksums-Sha1: 
 937b6d7ee24bc7218b5cf432b9544f64cfa47967 1312 omins_0.2.0-7.dsc
 82359b59a65c8f1335df1ed35716570fc980 2491 omins_0.2.0-7.debian.tar.gz
 0b75598c6adcadc8841190494d58dd3683a7db56 34478 omins_0.2.0-7_amd64.deb
Checksums-Sha256: 
 de0bfe074336aabc00a6516846ab58c47750c30b04bcbb5a3523a51b4d4f3d07 1312 
omins_0.2.0-7.dsc
 6e7d14769e7b50f6634846b7975618246420c008e862475537251150e4897853 2491 
omins_0.2.0-7.debian.tar.gz
 34a5e6c53be9858c84db163b15993b760aab9609bab798f67688348ec3c2c608 34478 
omins_0.2.0-7_amd64.deb
Files: 
 023a39391ab0133c5a8945af9617ae39 1312 sound optional omins_0.2.0-7.dsc
 845eac8184a2e45cc494ea555fa2abff 2491 sound optional 
omins_0.2.0-7.debian.tar.gz
 c4b1ea6cf40b882448fdb5edfa006104 34478 sound optional omins_0.2.0-7_amd64.deb

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

iEYEARECAAYFAk3uRpEACgkQRdSMfNz8P9AXRQCghhtKZHGm5SmzRJO0OW2JmIdE
VQIAnRXNeUNY2O1NiNfvcAW+Muz6MzsR
=JH0W
-END PGP SIGNATURE-


Accepted:
omins_0.2.0-7.debian.tar.gz
  to main/o/omins/omins_0.2.0-7.debian.tar.gz
omins_0.2.0-7.dsc
  to main/o/omins/omins_0.2.0-7.dsc
omins_0.2.0-7_amd64.deb
  to main/o/omins/omins_0.2.0-7_amd64.deb


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



Accepted binutils-mingw-w64 0.3 (source amd64)

2011-06-07 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 24 May 2011 23:44:32 +0200
Source: binutils-mingw-w64
Binary: binutils-mingw-w64
Architecture: source amd64
Version: 0.3
Distribution: unstable
Urgency: low
Maintainer: Stephen Kitt st...@sk2.org
Changed-By: Stephen Kitt st...@sk2.org
Description: 
 binutils-mingw-w64 - Cross-binutils for Win32 and Win64 using MinGW-w64
Closes: 626285
Changes: 
 binutils-mingw-w64 (0.3) unstable; urgency=low
 .
   * Enable LTO (Closes: #626285).
   * Require binutils-source 2.21.51.20110523 which provides fully
 working LTO plugin support for COFF targets.
Checksums-Sha1: 
 d1b8d9eaa776944abb6064022eaacf8ceb62f9b0 1130 binutils-mingw-w64_0.3.dsc
 1bb7745f1431235b2c900be849fb7584fa57a64b 3351 binutils-mingw-w64_0.3.tar.gz
 744e67421de1ede5038bae92ca0dc8dfbd65b7c3 13069524 
binutils-mingw-w64_2.21.51.20110523-1_amd64.deb
Checksums-Sha256: 
 c260528edabfde6d0b859be0718742fd3d7d8b621c926f13056e3b7b82fcf63e 1130 
binutils-mingw-w64_0.3.dsc
 d5b532512c1afd2611e8adedd2b10d2d49bc5249b7b7b13825460cf9583a7611 3351 
binutils-mingw-w64_0.3.tar.gz
 7bf86d01dfd6e3b09205389bbf07d3394dda45839be4087a90f906cdcdc55f14 13069524 
binutils-mingw-w64_2.21.51.20110523-1_amd64.deb
Files: 
 93b9cff2e0f36263d58f2cce236bb9de 1130 devel extra binutils-mingw-w64_0.3.dsc
 8f3d618cb7dec2b94f3a07011271cb43 3351 devel extra binutils-mingw-w64_0.3.tar.gz
 b2d3ac9778e1853b08182312a8dd4240 13069524 devel extra 
binutils-mingw-w64_2.21.51.20110523-1_amd64.deb

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

iJwEAQECAAYFAk3uR4kACgkQKA1Vt+jBwDgbwQP7BBxguaFSZo82X7TukHsBQZ2M
kU+4Vsctu/Myv0ZL2i+ni141ub5YWlpyn11A3MLHpQHceqCsoLpn1ZKVDt4LJcqJ
6JG50FZZ3h/C1Pq2OyMzWPEX0/ShMadFC05FwSKqfwkjiNw23IEUBk1u7ICEOWkI
3oSVcIrtnm3qqi/cjwA=
=D+Ed
-END PGP SIGNATURE-


Accepted:
binutils-mingw-w64_0.3.dsc
  to main/b/binutils-mingw-w64/binutils-mingw-w64_0.3.dsc
binutils-mingw-w64_0.3.tar.gz
  to main/b/binutils-mingw-w64/binutils-mingw-w64_0.3.tar.gz
binutils-mingw-w64_2.21.51.20110523-1_amd64.deb
  to main/b/binutils-mingw-w64/binutils-mingw-w64_2.21.51.20110523-1_amd64.deb


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



Accepted gcc-mingw-w64 0.3 (source amd64)

2011-06-07 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 31 May 2011 23:40:07 +0200
Source: gcc-mingw-w64
Binary: gcc-mingw-w64
Architecture: source amd64
Version: 0.3
Distribution: unstable
Urgency: low
Maintainer: Stephen Kitt st...@sk2.org
Changed-By: Stephen Kitt st...@sk2.org
Description: 
 gcc-mingw-w64 - GNU Compiler Collection for MinGW-w64
Closes: 625901 626117 626956
Changes: 
 gcc-mingw-w64 (0.3) unstable; urgency=low
 .
   * Ship libiberty (Closes: #626117).
   * Enable fully dynamic strings (Closes: #626956).
   * Switch to gcc 4.6.
   * Install the LTO plugin (Closes: #625901).
   * Require binutils 2.21.51.20110523 to avoid LTO-related segfaults (see
 http://sourceware.org/bugzilla/show_bug.cgi?id=12693 for details).
   * Avoid attempting to build libstdc++-pic.a.
   * Drop leading The from the package description.
   * Strip the libraries.
   * Build-depend on libcloog-ppl-dev to enable extra optimisations.
   * Link with --as-needed to limit dependencies to those actually
 needed.
Checksums-Sha1: 
 c4f592eb3d74eae310eefacf5a77a69ae863d8a7 1234 gcc-mingw-w64_0.3.dsc
 4aadb431b59194bf71d469b00872f1c5f5596527 11177 gcc-mingw-w64_0.3.tar.gz
 fa78c6bc0c650d7fa171aa8273b99ac418074c68 48102212 
gcc-mingw-w64_4.6.0-11_amd64.deb
Checksums-Sha256: 
 4c1667a504cef99eb2f3ec563f8050998c1c9840bcb32ae81918261e0eb599d1 1234 
gcc-mingw-w64_0.3.dsc
 feb10320657a12d6bc0afb2c8f25104feb2546c503dcc1570f71c9442fc534d4 11177 
gcc-mingw-w64_0.3.tar.gz
 c0288ad4e7d094eff80f95baa28b00742f46b29e888b25677b8f84af9d02f9f0 48102212 
gcc-mingw-w64_4.6.0-11_amd64.deb
Files: 
 d9eb901470ca0ac32f2f068801140361 1234 devel extra gcc-mingw-w64_0.3.dsc
 00c83e0fc8196ff1d557a61fe5634500 11177 devel extra gcc-mingw-w64_0.3.tar.gz
 fc2724e03db391734547358edad4c3de 48102212 devel extra 
gcc-mingw-w64_4.6.0-11_amd64.deb

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

iJwEAQECAAYFAk3uRxwACgkQKA1Vt+jBwDjNZwP/fsHgHkDRXN1alTY/Rkp2a731
1bnFZp1Kdg2a1mjysGn9T58orudwV7DXKctdl18DyWwIl0Xvuu1+emkJ0Ngn59T2
7BNI+z/P7XOy2XyvijCj0FIp9M1z/ot1GrisdjeMeP2e7Mgz2LngWmt21xAEm692
6USouVmg/idaX7ea6Ls=
=8a7v
-END PGP SIGNATURE-


Accepted:
gcc-mingw-w64_0.3.dsc
  to main/g/gcc-mingw-w64/gcc-mingw-w64_0.3.dsc
gcc-mingw-w64_0.3.tar.gz
  to main/g/gcc-mingw-w64/gcc-mingw-w64_0.3.tar.gz
gcc-mingw-w64_4.6.0-11_amd64.deb
  to main/g/gcc-mingw-w64/gcc-mingw-w64_4.6.0-11_amd64.deb


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



Accepted mingw-w64 1.0+20110428-1 (source all)

2011-06-07 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 04 Jun 2011 00:52:35 +0200
Source: mingw-w64
Binary: mingw-w64-dev mingw-w64
Architecture: source all
Version: 1.0+20110428-1
Distribution: unstable
Urgency: low
Maintainer: Stephen Kitt st...@sk2.org
Changed-By: Stephen Kitt st...@sk2.org
Description: 
 mingw-w64  - Development environment targetting 32- and 64-bit Windows
 mingw-w64-dev - Development files for MinGW-w64
Closes: 625496 626437
Changes: 
 mingw-w64 (1.0+20110428-1) unstable; urgency=low
 .
   * New upstream snapshot.
   * Enable all SDKs, including DirectX. (Closes: #625496.)
   * Correctly define arch and indep targets and dependencies.
   * Standards-Version 3.9.2, no change required.
   * Use MinGW version of mb_wc_common.h. (Closes: #626437.)
   * Update float.h to include gcc 4.6 changes.
Checksums-Sha1: 
 ac2bbba97e3991912530833b488f9f09bfd6feef 1400 mingw-w64_1.0+20110428-1.dsc
 e34c85101f65a7e0f281ac72d16c42fa60c13afe 4583158 
mingw-w64_1.0+20110428.orig.tar.bz2
 a5ec2cd8139146c70be4157ebfad4de1598fed76 7858 
mingw-w64_1.0+20110428-1.debian.tar.gz
 bca1343666e7c8ab170e37f72122ec9b11c8c6f5 13611252 
mingw-w64-dev_1.0+20110428-1_all.deb
 809701c71b3bb47238ae55d7833701a8c5012282 5168 mingw-w64_1.0+20110428-1_all.deb
Checksums-Sha256: 
 395221cab0891d3d514b43cf32163c7af7ef1bcc0c24dace4c3e3b19cf3ef271 1400 
mingw-w64_1.0+20110428-1.dsc
 59a58ba623e0c3fdc5137ec1909eaf02885cd9964b1d50b1923e92cce021560d 4583158 
mingw-w64_1.0+20110428.orig.tar.bz2
 d661ca3eac47a88cc2bb48e3a7b374a767ec718254984f70bc68937b7e43b5b1 7858 
mingw-w64_1.0+20110428-1.debian.tar.gz
 e303939dd318ad0df5b9e9609b7d752f8a540c4d59cbe57da7778d3d8467c5b3 13611252 
mingw-w64-dev_1.0+20110428-1_all.deb
 c62f543fe31df8f69de6fda7f0a3304d060ba01bfdb89c3f70054c35d2fc5de6 5168 
mingw-w64_1.0+20110428-1_all.deb
Files: 
 d9e91ff4a0a0742ae2efc8bdd3a51a8e 1400 devel extra mingw-w64_1.0+20110428-1.dsc
 7d6415b11fe7a74b51d5b64712030358 4583158 devel extra 
mingw-w64_1.0+20110428.orig.tar.bz2
 594ba189d07ea2e693004b7d07f9be54 7858 devel extra 
mingw-w64_1.0+20110428-1.debian.tar.gz
 e756ee8702daf9ce90e2b8483c629913 13611252 devel extra 
mingw-w64-dev_1.0+20110428-1_all.deb
 e7d186cd9e57a37175de753d0b848620 5168 devel extra 
mingw-w64_1.0+20110428-1_all.deb

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

iJwEAQECAAYFAk3uRgIACgkQKA1Vt+jBwDjHrQP8DrgUiexPc+yeIXr3g5ZqnwB7
Db+o9iplxFWkWKfPJ1cFUfoPCrFaMw0Q0+/3oAfU39bJ7xcHG9Yi2N9+3TxK2wj1
uT7TUQXUGSFRzKHDblqY6uumsWRikjWXwHo/6/MSy0c/G5Gb1Yd79c5SUJ47Gn2V
jyJaU1xVSLU5V5QgjJg=
=HCp9
-END PGP SIGNATURE-


Accepted:
mingw-w64-dev_1.0+20110428-1_all.deb
  to main/m/mingw-w64/mingw-w64-dev_1.0+20110428-1_all.deb
mingw-w64_1.0+20110428-1.debian.tar.gz
  to main/m/mingw-w64/mingw-w64_1.0+20110428-1.debian.tar.gz
mingw-w64_1.0+20110428-1.dsc
  to main/m/mingw-w64/mingw-w64_1.0+20110428-1.dsc
mingw-w64_1.0+20110428-1_all.deb
  to main/m/mingw-w64/mingw-w64_1.0+20110428-1_all.deb
mingw-w64_1.0+20110428.orig.tar.bz2
  to main/m/mingw-w64/mingw-w64_1.0+20110428.orig.tar.bz2


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



Accepted redis 2:2.2.8-1 (source all amd64)

2011-06-07 Thread Chris Lamb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Jun 2011 16:43:58 +0100
Source: redis
Binary: redis-server redis-doc
Architecture: source amd64 all
Version: 2:2.2.8-1
Distribution: unstable
Urgency: low
Maintainer: Chris Lamb la...@debian.org
Changed-By: Chris Lamb la...@debian.org
Description: 
 redis-doc  - Persistent key-value database with network interface (Documentati
 redis-server - Persistent key-value database with network interface
Closes: 628056
Changes: 
 redis (2:2.2.8-1) unstable; urgency=low
 .
   * New upstream release.
   * Add patch from Ubuntu to fix FTBFS due to --as-needed linking.
 Thanks to Nigel Babu nigelb...@ubuntu.com. (Closes: #628056)
Checksums-Sha1: 
 ccaf5127a3e88217157ac29ec5c325dbdb1c5860 1097 redis_2.2.8-1.dsc
 30fb67ed71c179a7294d06d2c83c9b074a98fb79 448877 redis_2.2.8.orig.tar.gz
 97a87478097da9f9248ea9af656e0b2a9cb88a56 16067 redis_2.2.8-1.debian.tar.gz
 54f30cb339189e46e38ffe6d7cf55cb89a35b447 217342 redis-server_2.2.8-1_amd64.deb
 70445dbe6c0b5584ebdead1deaa640702f547b10 167994 redis-doc_2.2.8-1_all.deb
Checksums-Sha256: 
 812cd7c326f22e0ebc6c6d69b25901603324e3cf6ac087c3232d6bf2723c0680 1097 
redis_2.2.8-1.dsc
 d438fde47fd8a34d8b135744a4264214274e57bc7f132d0cf4ee4e98a6551bb3 448877 
redis_2.2.8.orig.tar.gz
 f2f5154ed86abc8a928203a0b0b48428c7ff3a3451aafcc4c1959059c9248013 16067 
redis_2.2.8-1.debian.tar.gz
 78aee9c3d1ec881b0ee7cfc95b3fadf9dd14d9ee674db988211e323ebf026155 217342 
redis-server_2.2.8-1_amd64.deb
 9e91ed71dc5f522002a9da0036be85bd8de2a6a0e00f7d5d1994a347635877b4 167994 
redis-doc_2.2.8-1_all.deb
Files: 
 d469056c59c82ffb2100c8b1f9915160 1097 database optional redis_2.2.8-1.dsc
 106af5e3d4646588fd27be499227e14c 448877 database optional 
redis_2.2.8.orig.tar.gz
 1428fc400285264377f94230da956605 16067 database optional 
redis_2.2.8-1.debian.tar.gz
 45fe9fb41b2420cef66c2116126dcf4d 217342 database optional 
redis-server_2.2.8-1_amd64.deb
 6662eaa492a1ee6d088f1cb24fa0b325 167994 doc optional redis-doc_2.2.8-1_all.deb

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

iEYEARECAAYFAk3uR5sACgkQ5/8uW2NPmiBOwQCfbTVBjrc2ohoFWk+uv7HhZrtA
BfMAn1tYv2yMw/Qqk//WL8UySkj0qEcv
=RMpG
-END PGP SIGNATURE-


Accepted:
redis-doc_2.2.8-1_all.deb
  to main/r/redis/redis-doc_2.2.8-1_all.deb
redis-server_2.2.8-1_amd64.deb
  to main/r/redis/redis-server_2.2.8-1_amd64.deb
redis_2.2.8-1.debian.tar.gz
  to main/r/redis/redis_2.2.8-1.debian.tar.gz
redis_2.2.8-1.dsc
  to main/r/redis/redis_2.2.8-1.dsc
redis_2.2.8.orig.tar.gz
  to main/r/redis/redis_2.2.8.orig.tar.gz


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



Accepted xcfa 4.1.0-1 (source amd64)

2011-06-07 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Jun 2011 17:39:43 +0200
Source: xcfa
Binary: xcfa xcfa-dbg
Architecture: source amd64
Version: 4.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 xcfa   - X Convert File Audio
 xcfa-dbg   - X Convert File Audio - debugging symbols
Changes: 
 xcfa (4.1.0-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 d7d34deea02a6f08bf448c49981b452ee62ac2e8 1339 xcfa_4.1.0-1.dsc
 0ddcaec02907d54a57a71b461928e2decd9d21b1 983908 xcfa_4.1.0.orig.tar.gz
 8d6156562c70969c1e25aa3b55bf48769e3482a8 2921 xcfa_4.1.0-1.debian.tar.gz
 2c08ec1bc9ae50124045b87d6a481f54706aa23c 606112 xcfa_4.1.0-1_amd64.deb
 2a5b048e91a1f01ac44739986f99a8aae36d04f1 636534 xcfa-dbg_4.1.0-1_amd64.deb
Checksums-Sha256: 
 cf7b82fb48a5cd1dcb9e558c6d207d0882e6155cd7b4a591f8335fb1fb97dc03 1339 
xcfa_4.1.0-1.dsc
 c5050c17be3ec0353178f6f8e44a5a970216b418beda54962918f69afee0315c 983908 
xcfa_4.1.0.orig.tar.gz
 30fa551233fdcafde22a018009330cd98e0223fa28057fa9cab07cf80a9b9cff 2921 
xcfa_4.1.0-1.debian.tar.gz
 40fe0de9bfdaf727c9616d13aa349e7cb21e28633f136be61ffab1c843b96418 606112 
xcfa_4.1.0-1_amd64.deb
 cb619eb8c373d7dbbfb866652f367b6acac204c9293b215ef25536fb5b9b472a 636534 
xcfa-dbg_4.1.0-1_amd64.deb
Files: 
 d95cfecc64829ba6469616a33120e1c0 1339 sound optional xcfa_4.1.0-1.dsc
 598bc767c434aaff72e5584431238a96 983908 sound optional xcfa_4.1.0.orig.tar.gz
 6087df2c552f48bab47bf934ba5cf878 2921 sound optional xcfa_4.1.0-1.debian.tar.gz
 c6d5e73443bf972e6fd9e94b1d4e08e6 606112 sound optional xcfa_4.1.0-1_amd64.deb
 bbc09a079c5e1f734b1056dbe5c4e7cc 636534 debug extra xcfa-dbg_4.1.0-1_amd64.deb

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

iEYEARECAAYFAk3uR4AACgkQRdSMfNz8P9DUMwCffK0dhfZb/GA/pQeVb1ocueRQ
BRcAmwZvRHfcm/hZi8+LylgR3tim6hmi
=bOJ/
-END PGP SIGNATURE-


Accepted:
xcfa-dbg_4.1.0-1_amd64.deb
  to main/x/xcfa/xcfa-dbg_4.1.0-1_amd64.deb
xcfa_4.1.0-1.debian.tar.gz
  to main/x/xcfa/xcfa_4.1.0-1.debian.tar.gz
xcfa_4.1.0-1.dsc
  to main/x/xcfa/xcfa_4.1.0-1.dsc
xcfa_4.1.0-1_amd64.deb
  to main/x/xcfa/xcfa_4.1.0-1_amd64.deb
xcfa_4.1.0.orig.tar.gz
  to main/x/xcfa/xcfa_4.1.0.orig.tar.gz


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



Accepted libuser 1:0.56.9.dfsg.1-1.2 (source i386)

2011-06-07 Thread Luk Claes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 02 Jun 2011 18:27:14 +0200
Source: libuser
Binary: libuser libuser1-dev libuser1 python-libuser
Architecture: source i386
Version: 1:0.56.9.dfsg.1-1.2
Distribution: unstable
Urgency: low
Maintainer: Ghe Rivero g...@debian.org
Changed-By: Luk Claes l...@debian.org
Description: 
 libuser- user and group account administration library
 libuser1   - user and group account administration library (shared libraries)
 libuser1-dev - user and group account administration library (development 
files)
 python-libuser - user and group account administration library (development 
files)
Closes: 620594
Changes: 
 libuser (1:0.56.9.dfsg.1-1.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Remove references to other libraries from dependency_libs field
 Closes: #620594
Checksums-Sha1: 
 5ee3fc74e66280530f0b09c9bd738b1e6f474a7f 1244 libuser_0.56.9.dfsg.1-1.2.dsc
 ac1fa46fe6ad4c1f6f408c26b72e27277b504005 8556 libuser_0.56.9.dfsg.1-1.2.diff.gz
 ffa595433734e8097d5f55e88de0e1a163db80a1 410246 
libuser_0.56.9.dfsg.1-1.2_i386.deb
 efc91177d3cfe270069c63f1a913e200e627e277 30694 
libuser1-dev_0.56.9.dfsg.1-1.2_i386.deb
 fbad88ce0dab0358537332dd3f08c49088552c32 91748 
libuser1_0.56.9.dfsg.1-1.2_i386.deb
 27e0163f05333d4bde30d9cd80c1a4c1b0e258be 61798 
python-libuser_0.56.9.dfsg.1-1.2_i386.deb
Checksums-Sha256: 
 0dc028c4c6a0c9184218b1ae8b1ef44f97abf57e7b6abd2e0b7715e6d6031299 1244 
libuser_0.56.9.dfsg.1-1.2.dsc
 2ea20d291c8b33d0897614f8c332314e2ec12a3c9ddb74411af5ac6bcc7c9da7 8556 
libuser_0.56.9.dfsg.1-1.2.diff.gz
 c0ca3778938b7aa1cc07f78c4faad3e37d3ce2996d8f19441abdcd9b1687e969 410246 
libuser_0.56.9.dfsg.1-1.2_i386.deb
 da07ffa277395cf3389f310d443064694a77ff9d155354380c41d9580aa50908 30694 
libuser1-dev_0.56.9.dfsg.1-1.2_i386.deb
 7c13f33a5b0ed39d1bc8585ace84ed59fb0c3e9b1839544918ae383479adb700 91748 
libuser1_0.56.9.dfsg.1-1.2_i386.deb
 2aee668a211887e6046ccbee63a9e37141e0ea35631d1f0cbcf432413d7dfc8e 61798 
python-libuser_0.56.9.dfsg.1-1.2_i386.deb
Files: 
 ce64d02be41859f06c53755119ca87b3 1244 admin optional 
libuser_0.56.9.dfsg.1-1.2.dsc
 d935b41ac074eb71b54ae5f928964d03 8556 admin optional 
libuser_0.56.9.dfsg.1-1.2.diff.gz
 2c4e453b37914fb7538cde14c6ffd1b3 410246 admin optional 
libuser_0.56.9.dfsg.1-1.2_i386.deb
 0f8578b4142bf4174d80468d3fce39cb 30694 libdevel optional 
libuser1-dev_0.56.9.dfsg.1-1.2_i386.deb
 78352745f6fce071a007afe67127ecf4 91748 libs optional 
libuser1_0.56.9.dfsg.1-1.2_i386.deb
 f1a08a8dbd643c03f8d5577724b54ecf 61798 admin optional 
python-libuser_0.56.9.dfsg.1-1.2_i386.deb

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

iEYEARECAAYFAk3nu9cACgkQ5UTeB5t8Mo0OCwCfbr1hKn948eXwkuHZtuGT1r3T
/8YAoLwxXsmcbeKtjaPBw+JE+1YrcQHT
=MrRZ
-END PGP SIGNATURE-


Accepted:
libuser1-dev_0.56.9.dfsg.1-1.2_i386.deb
  to main/libu/libuser/libuser1-dev_0.56.9.dfsg.1-1.2_i386.deb
libuser1_0.56.9.dfsg.1-1.2_i386.deb
  to main/libu/libuser/libuser1_0.56.9.dfsg.1-1.2_i386.deb
libuser_0.56.9.dfsg.1-1.2.diff.gz
  to main/libu/libuser/libuser_0.56.9.dfsg.1-1.2.diff.gz
libuser_0.56.9.dfsg.1-1.2.dsc
  to main/libu/libuser/libuser_0.56.9.dfsg.1-1.2.dsc
libuser_0.56.9.dfsg.1-1.2_i386.deb
  to main/libu/libuser/libuser_0.56.9.dfsg.1-1.2_i386.deb
python-libuser_0.56.9.dfsg.1-1.2_i386.deb
  to main/libu/libuser/python-libuser_0.56.9.dfsg.1-1.2_i386.deb


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



Accepted libatombus-perl 1.0404-4 (source all)

2011-06-07 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 07 Jun 2011 19:11:16 +0200
Source: libatombus-perl
Binary: libatombus-perl
Architecture: source all
Version: 1.0404-4
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 libatombus-perl - AtomPub server for messaging.
Changes: 
 libatombus-perl (1.0404-4) unstable; urgency=low
 .
   * Fix patch 1001: Provide Location using start_at query keyword (not
 bogus fragment).
   * Update copyright file:
 + Fix add explicit license statement.
 + Quote license names in License field comments, and rewrap at 72
   chars.
Checksums-Sha1: 
 8eb05c8687239e20a57f3b58ef67216163441593 2212 libatombus-perl_1.0404-4.dsc
 afccd673edb599d5b3368b0ae0f0871a48045584 4305 
libatombus-perl_1.0404-4.debian.tar.gz
 ba6dec362c5a11a83dec3c576529f29cb245e4ff 31258 libatombus-perl_1.0404-4_all.deb
Checksums-Sha256: 
 e4ca4103ee64c7162da0506a3e4f65bd372d4ca66e2f7e5b70ab57bcf55e24f8 2212 
libatombus-perl_1.0404-4.dsc
 d7c8f41e38db039bb1f0cbde8a3b91c439416e0ffef70b28d618a693383d3c29 4305 
libatombus-perl_1.0404-4.debian.tar.gz
 ada54a40403c53874cffe8a77328d2ac555263f775d395d8751505b3e55dbad8 31258 
libatombus-perl_1.0404-4_all.deb
Files: 
 fd1b6e7e5b7828c1f0c8c3f34d2ee233 2212 perl optional 
libatombus-perl_1.0404-4.dsc
 bc1f62d42db80726e9b7beba6d666db7 4305 perl optional 
libatombus-perl_1.0404-4.debian.tar.gz
 263bf29a07f9ee1d483565e10cc92e37 31258 perl optional 
libatombus-perl_1.0404-4_all.deb

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

iQIcBAEBCgAGBQJN7lyzAAoJECx8MUbBoAEhT8kP/19XHE80ZFU1bwBCUumhKDKg
qOtaJuP6K0ZkfOa6z3LjyFvvw7o/poWhCqts2qosw8OOYHCBPHAEL63Qg5rctMv/
r8J0I6CYCdh3wF7VbcGtd+GemuvcDsvxFpXjeSy3ro4fecSmbyS5sCMFNRhfCBkd
I4T8ti9TGetE0Oa2BC/GRJGQm+iRP8j7PPsF/+W7BiJ/QEkp9h0vPrpP9oVrJ+2r
G6FCkPeVUu/ZwWGt44tExhjG78Y4Nx4aqj1p6SZa6OnTFzArea52/UfH42/S5k9j
aNoPJp8O3UE357N75CFBD3MGxF3ebX5/YhS+/ruLGM/4Iw/sOYrFhNeEoghWS4w5
HPtdyKGKqJ/mqZy9oHsyhxghURnTL9f30dwIPXcjj0bHraVmNhyOXy9Db19nJvvM
2SVudIwSoCvQK3e4MRsOmh94HLM/i2+XgR1GKOD3VDxALxTs78Z/zHIXo1+U1GR7
Fk0SKECCiU2VO7l2hW37atunRbvPnUuavJVHuYntFWfgMUiK5MxhD2lL2aT2fr/s
WuQZ7qjdzaUT+MvNPi4wIaGVfI5bAJ3vVwrUwvqIvCOPsBsE/o+bWd6+oFdl+IM5
xkxifigajwIKlU+ce63gbTaoH9wtP70fYeLY0rhPM/i/t6p4eIeHIFq14WTZXFhC
XK/MqCT+x1LCt1386i2Y
=vMZ1
-END PGP SIGNATURE-


Accepted:
libatombus-perl_1.0404-4.debian.tar.gz
  to main/liba/libatombus-perl/libatombus-perl_1.0404-4.debian.tar.gz
libatombus-perl_1.0404-4.dsc
  to main/liba/libatombus-perl/libatombus-perl_1.0404-4.dsc
libatombus-perl_1.0404-4_all.deb
  to main/liba/libatombus-perl/libatombus-perl_1.0404-4_all.deb


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



Accepted libview 0.6.6-2.1 (source i386)

2011-06-07 Thread Luk Claes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 02 Jun 2011 18:38:08 +0200
Source: libview
Binary: libview2 libview-dev libview2-dbg
Architecture: source i386
Version: 0.6.6-2.1
Distribution: unstable
Urgency: low
Maintainer: Bradley Smith bradsm...@debian.org
Changed-By: Luk Claes l...@debian.org
Description: 
 libview-dev - VMware's Incredibly Exciting Widgets
 libview2   - VMware's Incredibly Exciting Widgets
 libview2-dbg - VMware's Incredibly Exciting Widgets
Closes: 620597
Changes: 
 libview (0.6.6-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Remove references to other libraries from dependency_libs field
 Closes: #620597.
Checksums-Sha1: 
 2d6839a5538ec58b75758298b4c47840d7c61db7 1210 libview_0.6.6-2.1.dsc
 bbd6b35ac51324c9f86519157f33914f80a85024 4620 libview_0.6.6-2.1.debian.tar.gz
 dd64b6daddeb8da089c0e182ecfb3604dcf90617 119162 libview2_0.6.6-2.1_i386.deb
 90fb70e7b4beb22c59f5cd6a0f66fe3e96a0e02b 155900 libview-dev_0.6.6-2.1_i386.deb
 ddc508b0942a40efab38bd443a5258ee462a5260 608290 libview2-dbg_0.6.6-2.1_i386.deb
Checksums-Sha256: 
 ec2b5a98a6de65305b42648f57df71fe688d723c068fa24a6cb1488fcaf5e0fa 1210 
libview_0.6.6-2.1.dsc
 06a8176cf9aad173b0d37aec3f7ff9edb782558d3eb636f746f4f41ff318c3ec 4620 
libview_0.6.6-2.1.debian.tar.gz
 8c6f733d76f88f58c427e4870df95c2619df209c2af73dba61ee37782765bc8d 119162 
libview2_0.6.6-2.1_i386.deb
 1d8794a019cce302e660f5bc713e6b1617fccf737c892ebcefc8dbf26bd8e36f 155900 
libview-dev_0.6.6-2.1_i386.deb
 aae2912e26793a07c9d4619127940da1a6a98b02c56d8d678879573d7e9eed74 608290 
libview2-dbg_0.6.6-2.1_i386.deb
Files: 
 c2d22553359b7e1928003975649e294c 1210 libs optional libview_0.6.6-2.1.dsc
 80ff58df28b4f32644d067d4d6ed3529 4620 libs optional 
libview_0.6.6-2.1.debian.tar.gz
 f2dfe6d20822862601f5c302d28292c3 119162 libs optional 
libview2_0.6.6-2.1_i386.deb
 7b6fb6340d176598d98b1827b81fc81a 155900 libdevel optional 
libview-dev_0.6.6-2.1_i386.deb
 d6741f15bdee90bba1d78a371a1868ac 608290 debug extra 
libview2-dbg_0.6.6-2.1_i386.deb

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

iEYEARECAAYFAk3nva8ACgkQ5UTeB5t8Mo05pwCaAvugMo6H21TZehBcIv3z7iK4
xVcAoMbBKiXyTUOVUUTUoj8F4bibC6e2
=B486
-END PGP SIGNATURE-


Accepted:
libview-dev_0.6.6-2.1_i386.deb
  to main/libv/libview/libview-dev_0.6.6-2.1_i386.deb
libview2-dbg_0.6.6-2.1_i386.deb
  to main/libv/libview/libview2-dbg_0.6.6-2.1_i386.deb
libview2_0.6.6-2.1_i386.deb
  to main/libv/libview/libview2_0.6.6-2.1_i386.deb
libview_0.6.6-2.1.debian.tar.gz
  to main/libv/libview/libview_0.6.6-2.1.debian.tar.gz
libview_0.6.6-2.1.dsc
  to main/libv/libview/libview_0.6.6-2.1.dsc


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



Accepted gloox 1.0-1.1 (source all i386)

2011-06-07 Thread Luk Claes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 02 Jun 2011 18:54:11 +0200
Source: gloox
Binary: libgloox-dev libgloox8 libgloox-dbg libgloox-doc
Architecture: source all i386
Version: 1.0-1.1
Distribution: unstable
Urgency: low
Maintainer: Jose Carlos Garcia Sogo js...@debian.org
Changed-By: Luk Claes l...@debian.org
Description: 
 libgloox-dbg - C++ jabber/xmpp library debug symbols
 libgloox-dev - C++ jabber/xmpp library devel files
 libgloox-doc - C++ jabber/xmpp library API documentation
 libgloox8  - C++ jabber/xmpp library
Closes: 620704
Changes: 
 gloox (1.0-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Stop shipping .la file (Closes: #620704)
Checksums-Sha1: 
 4ebe90ab44b2f73f645f34054443c6a86be96f66 1247 gloox_1.0-1.1.dsc
 efd68436dabdfd6602310669269b2a41b63efc06 6455 gloox_1.0-1.1.diff.gz
 c8b4dbfa9341357b255cf2eb2c160612a9850842 2514484 libgloox-doc_1.0-1.1_all.deb
 af7e5812398be2c7dafef0d5d7bd693735aa3f3b 803940 libgloox-dev_1.0-1.1_i386.deb
 569577ff9ae915929c3a2353fd2ee26228fc3666 493338 libgloox8_1.0-1.1_i386.deb
 2c70442d8de23759471f0d0e53a764253d2dcc57 2906152 libgloox-dbg_1.0-1.1_i386.deb
Checksums-Sha256: 
 4f734232c4c22cf4529d1996c68246da30c3bf069e1bdf93d23c1fde4fb108a5 1247 
gloox_1.0-1.1.dsc
 f46d65a462c81c824db969d75519eb94120c66ba6532a5930c83e64e0715bbe6 6455 
gloox_1.0-1.1.diff.gz
 762a33120af44929bc8c358c649ec9e749ce1c2a204a65a1d8564a3261041fa0 2514484 
libgloox-doc_1.0-1.1_all.deb
 310c6822792102d732eb9c43ba8689a3496c21f2fc4a6dd14ff047a652bc6c9c 803940 
libgloox-dev_1.0-1.1_i386.deb
 bc59cc020469849ebcc5b6f6ae90a720de65ddc90e953ab63c7ea64ed537681a 493338 
libgloox8_1.0-1.1_i386.deb
 0ddf490369277169f58721568e353c1db664e1ba281893bd951cc25d973d9b58 2906152 
libgloox-dbg_1.0-1.1_i386.deb
Files: 
 262209c7c54e9fe6c3580b4c8f20e19c 1247 libs optional gloox_1.0-1.1.dsc
 1ecedd7527e496018ce5f3478c9a9f6f 6455 libs optional gloox_1.0-1.1.diff.gz
 e9ef393b494af57c90c4971c0809ec2f 2514484 doc extra libgloox-doc_1.0-1.1_all.deb
 63df00a1f5eded16b47f21464ab26f6b 803940 libdevel optional 
libgloox-dev_1.0-1.1_i386.deb
 62a64ae21055810d1c1a6f3a6ce92b53 493338 libs optional 
libgloox8_1.0-1.1_i386.deb
 6a62f92ee9cbc5f0862709b3d0a1a7e0 2906152 libs extra 
libgloox-dbg_1.0-1.1_i386.deb

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

iEYEARECAAYFAk3nwocACgkQ5UTeB5t8Mo2TqgCeLeaPJ1H8QPO3CtxYrl55zDTo
4KkAn1JtgX40zgTRzk43m9puKiNmDAtt
=EE8h
-END PGP SIGNATURE-


Accepted:
gloox_1.0-1.1.diff.gz
  to main/g/gloox/gloox_1.0-1.1.diff.gz
gloox_1.0-1.1.dsc
  to main/g/gloox/gloox_1.0-1.1.dsc
libgloox-dbg_1.0-1.1_i386.deb
  to main/g/gloox/libgloox-dbg_1.0-1.1_i386.deb
libgloox-dev_1.0-1.1_i386.deb
  to main/g/gloox/libgloox-dev_1.0-1.1_i386.deb
libgloox-doc_1.0-1.1_all.deb
  to main/g/gloox/libgloox-doc_1.0-1.1_all.deb
libgloox8_1.0-1.1_i386.deb
  to main/g/gloox/libgloox8_1.0-1.1_i386.deb


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



Accepted libxr 1.0-2.1 (source i386)

2011-06-07 Thread Luk Claes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 02 Jun 2011 18:44:47 +0200
Source: libxr
Binary: libxr1 libxr1-dev libxr1-dbg
Architecture: source i386
Version: 1.0-2.1
Distribution: unstable
Urgency: low
Maintainer: Fabien Boucher fabien.dot.bouc...@gmail.com
Changed-By: Luk Claes l...@debian.org
Description: 
 libxr1 - SSL-capable XML-RPC implementation - shared libraries
 libxr1-dbg - SSL-capable XML-RPC implementation - debug symbols
 libxr1-dev - SSL-capable XML-RPC implementation - development files
Closes: 620601
Changes: 
 libxr (1.0-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Stop shipping .la file (Closes: #620601)
Checksums-Sha1: 
 d2eee4561927a8fcb19890f710ceea26a4fa78cb 1138 libxr_1.0-2.1.dsc
 5020fef3657c5087d75e1612de8c8400a393e50e 3318 libxr_1.0-2.1.debian.tar.gz
 70141697fecba7048043b45749e6b01a2b13467e 43586 libxr1_1.0-2.1_i386.deb
 97f96ef46094ffbabefc00e125b81e3b2822887b 251558 libxr1-dev_1.0-2.1_i386.deb
 e04e2b4b616393f75e2043ef720d3b4082c60b59 116584 libxr1-dbg_1.0-2.1_i386.deb
Checksums-Sha256: 
 f5f6f0bd8b94c41e5a682038e2dd9ec5603c4698c8da7f3b00baa5718571ddec 1138 
libxr_1.0-2.1.dsc
 39cecba4a37eb383055cb146668bb6417659a935a6717fa36c4a000a4b285113 3318 
libxr_1.0-2.1.debian.tar.gz
 42a89dc9a2a3f58dbd5e7205d6ad50b6cfed2fe4f807f9ea54134f4489c62661 43586 
libxr1_1.0-2.1_i386.deb
 4e47a3ac26a40b777979729a7a7e8e6b324480fd36367ea654c9ca2af08d66d1 251558 
libxr1-dev_1.0-2.1_i386.deb
 0701d8a1d8d58c6c1cf5d8aba0d959e66aa831ccdd242612beba87f3d2426e34 116584 
libxr1-dbg_1.0-2.1_i386.deb
Files: 
 b5b85c99e29144f251389635a0d45d31 1138 libs extra libxr_1.0-2.1.dsc
 da9bd9a29a35a2de500b1c2bfa4b56c2 3318 libs extra libxr_1.0-2.1.debian.tar.gz
 534f70ccd5e352f457054e3c0b95c166 43586 libs extra libxr1_1.0-2.1_i386.deb
 537ebe5ea51e94be237e3a10895dccdc 251558 libdevel extra 
libxr1-dev_1.0-2.1_i386.deb
 64400c8dbc6ff474dbfe7d876dedd528 116584 debug extra libxr1-dbg_1.0-2.1_i386.deb

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

iEYEARECAAYFAk3nv5QACgkQ5UTeB5t8Mo2mQwCeK+z4ceAEUfw7v6XG1LqbYD0B
MHoAnAk3uFEC5fLiM1hWTrghoYKavd3K
=PaPZ
-END PGP SIGNATURE-


Accepted:
libxr1-dbg_1.0-2.1_i386.deb
  to main/libx/libxr/libxr1-dbg_1.0-2.1_i386.deb
libxr1-dev_1.0-2.1_i386.deb
  to main/libx/libxr/libxr1-dev_1.0-2.1_i386.deb
libxr1_1.0-2.1_i386.deb
  to main/libx/libxr/libxr1_1.0-2.1_i386.deb
libxr_1.0-2.1.debian.tar.gz
  to main/libx/libxr/libxr_1.0-2.1.debian.tar.gz
libxr_1.0-2.1.dsc
  to main/libx/libxr/libxr_1.0-2.1.dsc


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



Accepted gksu-polkit 0.0.2-2.1 (source i386)

2011-06-07 Thread Luk Claes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 02 Jun 2011 19:11:26 +0200
Source: gksu-polkit
Binary: libgksu-polkit0 libgksu-polkit-dev gksu-polkit
Architecture: source i386
Version: 0.0.2-2.1
Distribution: unstable
Urgency: low
Maintainer: Gustavo Noronha Silva k...@debian.org
Changed-By: Luk Claes l...@debian.org
Description: 
 gksu-polkit - command line utility to run programs as root
 libgksu-polkit-dev - simple gobject-based API to run programs as root 
(development fil
 libgksu-polkit0 - simple gobject-based API to run programs as root
Closes: 620751
Changes: 
 gksu-polkit (0.0.2-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Remove references to other libraries from dependency_libs field
 (Closes: #620751)
Checksums-Sha1: 
 789d00cb4bc74f325ceb01c63aacd9da156df928 1349 gksu-polkit_0.0.2-2.1.dsc
 875c73171177bc7b4c90ccd0c00b6064dc1e49de 82205 gksu-polkit_0.0.2-2.1.diff.gz
 782d1c1b1c0a11bcfbadde95ee242c485b0e5d93 38158 
libgksu-polkit0_0.0.2-2.1_i386.deb
 fae31eb724ed50da55e491dc72edc58e4e581d37 15876 
libgksu-polkit-dev_0.0.2-2.1_i386.deb
 ab4cfc046bd2083ff31a570cbeaff1a67edec519 6286 gksu-polkit_0.0.2-2.1_i386.deb
Checksums-Sha256: 
 7479d1f31815334350e8068e2a465aa71a286b3b4d66146228d30bb9297e1998 1349 
gksu-polkit_0.0.2-2.1.dsc
 31bcef47b3ea470a188d8f95c872db316a9ede83dc6d79ae8c8c328a0ed4c69c 82205 
gksu-polkit_0.0.2-2.1.diff.gz
 563e412b1a237fb2c8f9b11a69c4a5fec2103bb0e5a23d6add3416de990146e5 38158 
libgksu-polkit0_0.0.2-2.1_i386.deb
 25387d57d1d5707f7a3792f8ae2e21cf4b38cedbd9ab0d1a6490205268fa576b 15876 
libgksu-polkit-dev_0.0.2-2.1_i386.deb
 3b7cc5ff56301d23940be979ce520f2cbd3527141cf68845241f4df4df2f0700 6286 
gksu-polkit_0.0.2-2.1_i386.deb
Files: 
 f5eb8217904b8d71843ed92bb6b60b31 1349 admin extra gksu-polkit_0.0.2-2.1.dsc
 43079c0948b9b0a8a6f9be1185cdd548 82205 admin extra 
gksu-polkit_0.0.2-2.1.diff.gz
 d4cf02b433ba5e950b9cefb9fd0767ee 38158 libs extra 
libgksu-polkit0_0.0.2-2.1_i386.deb
 f903ea3a32655266c549ef27cecf 15876 libdevel extra 
libgksu-polkit-dev_0.0.2-2.1_i386.deb
 62c34c7c59ac5f35a2b3659bf902d120 6286 admin extra 
gksu-polkit_0.0.2-2.1_i386.deb

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

iEYEARECAAYFAk3nxSoACgkQ5UTeB5t8Mo0sTwCcDylhpV6XcAhFpYLfYovQ6ilp
WA8AoKOEvo0enlsPbqC9jRLhMRqtBIE5
=RlGN
-END PGP SIGNATURE-


Accepted:
gksu-polkit_0.0.2-2.1.diff.gz
  to main/g/gksu-polkit/gksu-polkit_0.0.2-2.1.diff.gz
gksu-polkit_0.0.2-2.1.dsc
  to main/g/gksu-polkit/gksu-polkit_0.0.2-2.1.dsc
gksu-polkit_0.0.2-2.1_i386.deb
  to main/g/gksu-polkit/gksu-polkit_0.0.2-2.1_i386.deb
libgksu-polkit-dev_0.0.2-2.1_i386.deb
  to main/g/gksu-polkit/libgksu-polkit-dev_0.0.2-2.1_i386.deb
libgksu-polkit0_0.0.2-2.1_i386.deb
  to main/g/gksu-polkit/libgksu-polkit0_0.0.2-2.1_i386.deb


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



Accepted ensymble 0.28-2 (source all)

2011-06-07 Thread Dominic Hargreaves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Jun 2011 18:57:45 +0100
Source: ensymble
Binary: ensymble
Architecture: source all
Version: 0.28-2
Distribution: unstable
Urgency: low
Maintainer: Dominic Hargreaves d...@earth.li
Changed-By: Dominic Hargreaves d...@earth.li
Description: 
 ensymble   - developer utilities for Symbian OS
Closes: 629148
Changes: 
 ensymble (0.28-2) unstable; urgency=low
 .
   * Acknowledge NMU
   * Include changes from Jakub Wilk to fix builds against Python 2.7
 (Closes: #629148)
   * Update Vcs-* to reflect new Git repository
   * Add missing ${misc:Depends} (thanks, Lintian)
   * Improve clean target to remove ensymble.1
   * Update Standards-Version (no changes)
Checksums-Sha1: 
 85ec0137db5756aa906489045e314961f6904723 1161 ensymble_0.28-2.dsc
 eb793ec5e5a0cac31d77f14db87037f826271b2a 5079 ensymble_0.28-2.diff.gz
 504751c7d75fa7067863f9e93a28703216ab7706 83410 ensymble_0.28-2_all.deb
Checksums-Sha256: 
 a89db02b6542ae9ab0ac9cbcdacf36b67258ae26d8ad0ae2848b0a2b22d35abc 1161 
ensymble_0.28-2.dsc
 1b66c482d1e05be77b5e0dfc8bcb0dc2f3caa73daec227cededd8c34a958b9ea 5079 
ensymble_0.28-2.diff.gz
 3fa42495a1781c90a2669a2372aded9db646062bc56b8fc1d1f03246a6f0af69 83410 
ensymble_0.28-2_all.deb
Files: 
 7a5b26269c7ada41ffd95b6b14ecac46 1161 devel extra ensymble_0.28-2.dsc
 caff1819831c378e9ec1bae9c3eac59b 5079 devel extra ensymble_0.28-2.diff.gz
 16da7043c8e136bbd865a86a732c9a90 83410 devel extra ensymble_0.28-2_all.deb

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

iD8DBQFN7mbAYzuFKFF44qURAoLEAJ0aXdGo3sMQXMvxoYZbzRb7jP7lVgCdHisf
NpSF6Kv4FVdRKW9aIgxoFoY=
=WUmT
-END PGP SIGNATURE-


Accepted:
ensymble_0.28-2.diff.gz
  to main/e/ensymble/ensymble_0.28-2.diff.gz
ensymble_0.28-2.dsc
  to main/e/ensymble/ensymble_0.28-2.dsc
ensymble_0.28-2_all.deb
  to main/e/ensymble/ensymble_0.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
Archive: http://lists.debian.org/e1qu0br-0002fs...@franck.debian.org



Accepted glrr-widgets 20050529-3.1 (source i386)

2011-06-07 Thread Luk Claes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 02 Jun 2011 19:29:35 +0200
Source: glrr-widgets
Binary: libglrr-widgets-dev libglrr-widgets0
Architecture: source i386
Version: 20050529-3.1
Distribution: unstable
Urgency: low
Maintainer: NIIBE Yutaka gni...@fsij.org
Changed-By: Luk Claes l...@debian.org
Description: 
 libglrr-widgets-dev - Development library of Grift's widgets
 libglrr-widgets0 - Miscellaneous gtk+ widgets for Grift
Closes: 620900
Changes: 
 glrr-widgets (20050529-3.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Remove references to other libraries from dependency_libs field
 (Closes: #620900).
Checksums-Sha1: 
 e930d51cd7dd8ab1b468e35ba3678764351746ea 1226 glrr-widgets_20050529-3.1.dsc
 47b9a28b12ee2ff340ebd0e78b53040973843521 237611 
glrr-widgets_20050529-3.1.debian.tar.gz
 cfe76095effc44fec1e8251676ceb0480a0f40f8 36852 
libglrr-widgets-dev_20050529-3.1_i386.deb
 4700c55dae66b41d5ff6d6ad2ac7adcd1efd78d3 31016 
libglrr-widgets0_20050529-3.1_i386.deb
Checksums-Sha256: 
 66191bb559ef3605abe3c9ae356dce85c2a50240a62ec7beea9398e75b69ead9 1226 
glrr-widgets_20050529-3.1.dsc
 e3763499054c2d352b658924604190a6ef7c3cebfc43cdc6ff09e84c29b9d1e0 237611 
glrr-widgets_20050529-3.1.debian.tar.gz
 2b2bafb10ee0f19afa01825dc9d92f14b57211fe9dea7c570de75c9e67df161a 36852 
libglrr-widgets-dev_20050529-3.1_i386.deb
 37227b0783c37d77013c2d15c8a62c4febd6aa16a862d80e96cdac873c5bf77a 31016 
libglrr-widgets0_20050529-3.1_i386.deb
Files: 
 72d05bbec74309eb24421fced75f085b 1226 libs extra glrr-widgets_20050529-3.1.dsc
 734b219249b00616feed75d0f5622506 237611 libs extra 
glrr-widgets_20050529-3.1.debian.tar.gz
 2f70d8cf3498d3d91363e65392a0c346 36852 libdevel extra 
libglrr-widgets-dev_20050529-3.1_i386.deb
 d52e1c8cd286020e8731f949a8cc3aef 31016 libs extra 
libglrr-widgets0_20050529-3.1_i386.deb

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

iEYEARECAAYFAk3nySQACgkQ5UTeB5t8Mo04QACfQdK4OrhBGXvmdJnJLT6fo2Kn
zSQAoJPLC60JCcpyVzyIMS1UmuUmoKbQ
=X20m
-END PGP SIGNATURE-


Accepted:
glrr-widgets_20050529-3.1.debian.tar.gz
  to main/g/glrr-widgets/glrr-widgets_20050529-3.1.debian.tar.gz
glrr-widgets_20050529-3.1.dsc
  to main/g/glrr-widgets/glrr-widgets_20050529-3.1.dsc
libglrr-widgets-dev_20050529-3.1_i386.deb
  to main/g/glrr-widgets/libglrr-widgets-dev_20050529-3.1_i386.deb
libglrr-widgets0_20050529-3.1_i386.deb
  to main/g/glrr-widgets/libglrr-widgets0_20050529-3.1_i386.deb


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



Accepted darkstat 3.0.714+dfsg-1 (source amd64)

2011-06-07 Thread Rene Mayorga
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 07 Jun 2011 08:53:58 -0600
Source: darkstat
Binary: darkstat
Architecture: source amd64
Version: 3.0.714+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Rene Mayorga rmayo...@debian.org
Changed-By: Rene Mayorga rmayo...@debian.org
Description: 
 darkstat   - network traffic analyzer
Closes: 593900 621868
Changes: 
 darkstat (3.0.714+dfsg-1) unstable; urgency=low
 .
   * New upstream release
 + IPv6 support added by upstream (Closes: #593900)
   * debian/control: replace the old homepage
   * Added Brazilian Portuguese debconf template, thanks
 to Flamarion Jorge flamarili...@yahoo.com.br (Closes: #621868)
   * debian/watch:
 + update to new homepage
 + call rpack.sh to recreate +dfsg.orig.tar.gz
 + add dversionmangle, now we are using +dfsg
   * debian/copyright:
 + update copyright info
   * Remove contrib/darkproxy.php from tarball and repack as DFSG,
 this file does not have any valid license.
 + Add script rpack.sh based on repack.sh from pkg-perl
 + Add README.Source to document the repacked tarball.
Checksums-Sha1: 
 6cedbe6f1d52bdf095454b28800c1ab412306494 1762 darkstat_3.0.714+dfsg-1.dsc
 770a883849e28258ca0cabc25aa6d3bc1a8b96ae 129396 
darkstat_3.0.714+dfsg.orig.tar.gz
 ff26026a6ef5b6734f0bf1e7874cde6ff54006ce 19029 
darkstat_3.0.714+dfsg-1.debian.tar.gz
 f06943e147a157cd6536a0cc928b36f3193539cd 69854 
darkstat_3.0.714+dfsg-1_amd64.deb
Checksums-Sha256: 
 4baf809c06e47310a98adfb2c8dcaedda0f09d45a2a5367ed39e217ec27c60c0 1762 
darkstat_3.0.714+dfsg-1.dsc
 7092e8d2653ebd1a6c122d8c5bc5d35bc3275ca48c586ffcea729778b8c385c4 129396 
darkstat_3.0.714+dfsg.orig.tar.gz
 48f67232b94df3deb43760c651197da14264407b0a2c36bc5f6452c13b16bc61 19029 
darkstat_3.0.714+dfsg-1.debian.tar.gz
 0663a9d5c88df0444dff6fec8372adf4ecb39581c5a804716215676447be55e4 69854 
darkstat_3.0.714+dfsg-1_amd64.deb
Files: 
 e71f6aca32829fb5a919b9d91250f9cc 1762 net optional darkstat_3.0.714+dfsg-1.dsc
 a003b347e7afa0ef25add42c5262cb89 129396 net optional 
darkstat_3.0.714+dfsg.orig.tar.gz
 81bcf6d5c9b48cdae6d2cacfe652796e 19029 net optional 
darkstat_3.0.714+dfsg-1.debian.tar.gz
 600816014a96213a0cac076cbe6d0a4d 69854 net optional 
darkstat_3.0.714+dfsg-1_amd64.deb

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

iQIcBAEBCAAGBQJN7me6AAoJELsgrCDgt9a+jCYP/RGwchfXAm4XsYqsYmRttnpO
kZISqD5NJa0eaTsiPBsbW6N9Az5+vYAzIpecRwOHNAqbi9wsHjpIPwE9+vpS500l
EdA3ZVTzlHUytbu8iUJAeG6S8WH4Wap3U2OrXKVycta/WY2SCujLPo/hO3MctwsN
QPn0JpIF2Y9rcH0XwBAgR03NRcfv5v4gScgdFIpzmuerZwkrDmElgwZTdHFRI5fI
iF9lAPUSBcAc55xPDW2fs6gAefXjb5sFOHiMvz1RKw/SRPEttH8aVgMZ5jvMob/Y
XGRw95uloCr9zw1EAoK2CpT0xv7yMGXi7ay/CoC7IArJCTVd+vFVmx8t5KmL8LY+
j1e/xF/tYrFDA7N4ec5yHS2jaZFptsfiijCDWWuii9YqSinqWmryu2LaehP7A8pI
KAfHL7dkJZCMtz3xUq1xQRfexjQlkomDYGHYSgho0T7JCzRLr7oP+tYjh2En3LZg
D2BuUU1vCztOaL1bfydsZXmoeIV1dCO/QZoxz6pZak0E9cPOXe+/zlxD67ERyW+Q
s4JT4mmi7aFbyviX+g0c/fKiczGsON40ods2ztWTwCrzSQCSBHvw3FNYcc+u5/8f
QlPcassImJTEKDjqCBwj2148R2XwoU/O+9VB8H37GnIENPLKPHBS1/tU9eO1QOEj
upc8yy6ZUrioov0zFVv3
=KiyO
-END PGP SIGNATURE-


Accepted:
darkstat_3.0.714+dfsg-1.debian.tar.gz
  to main/d/darkstat/darkstat_3.0.714+dfsg-1.debian.tar.gz
darkstat_3.0.714+dfsg-1.dsc
  to main/d/darkstat/darkstat_3.0.714+dfsg-1.dsc
darkstat_3.0.714+dfsg-1_amd64.deb
  to main/d/darkstat/darkstat_3.0.714+dfsg-1_amd64.deb
darkstat_3.0.714+dfsg.orig.tar.gz
  to main/d/darkstat/darkstat_3.0.714+dfsg.orig.tar.gz


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



Accepted astk 1.8.4-3 (source all)

2011-06-07 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Jun 2011 20:28:03 +0200
Source: astk
Binary: code-aster-gui code-aster-run
Architecture: source all
Version: 1.8.4-3
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description: 
 code-aster-gui - Graphical user interface for Code_Aster - client
 code-aster-run - Graphical user interface for Code_Aster - server
Closes: 627540
Changes: 
 astk (1.8.4-3) unstable; urgency=low
 .
   * Standards-Version updated to version 3.9.2
 .
   [ Christophe Trophime ]
   * debian/rules: add mpirun_template to code-aster-run (Closes: #627540)
Checksums-Sha1: 
 89385d109765ce0c54ea90f681d770cf682d21d2 1432 astk_1.8.4-3.dsc
 0c802733d2959fbf1c3c01f5a6519e5a6235adec 27692 astk_1.8.4-3.debian.tar.gz
 a664747b1e6ffd8898d78497220d8f6404714228 368178 code-aster-gui_1.8.4-3_all.deb
 3ca0b1d91ebca45d66254f5e38ea7e2f449a10bf 228914 code-aster-run_1.8.4-3_all.deb
Checksums-Sha256: 
 9423baa0fbb607e5b742e9f621a4ad8b59f7ba746fc32414f4592f3f9b13cee3 1432 
astk_1.8.4-3.dsc
 8f53c085249645111719edee469b605a7d3206b2c3a77b5fac54a83f83e44a6b 27692 
astk_1.8.4-3.debian.tar.gz
 e87ee7d3beac60089ab638694ac04bf451f979df067f0c819164ce2ff80fed18 368178 
code-aster-gui_1.8.4-3_all.deb
 8c7cfc2ddaa53a28026d7ba7a57e6e684a437802002952c96047dd8340643115 228914 
code-aster-run_1.8.4-3_all.deb
Files: 
 feff2211585edc4b77ddbf7dbf84eacb 1432 science extra astk_1.8.4-3.dsc
 405bd228331e93a68f0bb712f1afe409 27692 science extra astk_1.8.4-3.debian.tar.gz
 43477cae6d3ebed19d517c48f842a336 368178 science extra 
code-aster-gui_1.8.4-3_all.deb
 6655e7fba06e30fae5b21d5673d448cc 228914 science extra 
code-aster-run_1.8.4-3_all.deb

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

iEYEARECAAYFAk3ubwAACgkQiOXXM92JlhALOgCfYwdME5xDuOVk4kDuuOErZtQH
uEwAoOWLpDZ89xvxyjk3VA6/bcXXdjHk
=TX0O
-END PGP SIGNATURE-


Accepted:
astk_1.8.4-3.debian.tar.gz
  to main/a/astk/astk_1.8.4-3.debian.tar.gz
astk_1.8.4-3.dsc
  to main/a/astk/astk_1.8.4-3.dsc
code-aster-gui_1.8.4-3_all.deb
  to main/a/astk/code-aster-gui_1.8.4-3_all.deb
code-aster-run_1.8.4-3_all.deb
  to main/a/astk/code-aster-run_1.8.4-3_all.deb


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



Accepted libxdmcp 1:1.1.0-2 (source amd64)

2011-06-07 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 07 Jun 2011 20:09:40 +0200
Source: libxdmcp
Binary: libxdmcp6 libxdmcp6-udeb libxdmcp6-dbg libxdmcp-dev
Architecture: source amd64
Version: 1:1.1.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 libxdmcp-dev - X11 authorisation library (development headers)
 libxdmcp6  - X11 Display Manager Control Protocol library
 libxdmcp6-dbg - X11 authorisation library (debug package)
 libxdmcp6-udeb - X11 Display Manager Control Protocol library (udeb)
Changes: 
 libxdmcp (1:1.1.0-2) unstable; urgency=low
 .
   * Team upload.
 .
   [ Steve Langasek ]
   * Build for multiarch.
 .
   [ Julien Cristau ]
   * Remove David Nusinow from Uploaders.
   * Standards-Version bumped to 3.9.2.
Checksums-Sha1: 
 e16997a31df13e12c059f08973cdfc0201290b7a 1944 libxdmcp_1.1.0-2.dsc
 07a84a786d4f23bd89fdf160cedc856a6ae965ae 14792 libxdmcp_1.1.0-2.diff.gz
 9e6fc5c8c9608c3c9e4677885019181806e93c8d 22820 libxdmcp6_1.1.0-2_amd64.deb
 d713d461a9b9acf62d8929b0697a004c9ccd8dc5 9412 libxdmcp6-udeb_1.1.0-2_amd64.udeb
 c4249d415f38ae6b4211a9f933b47228167804a1 36642 libxdmcp6-dbg_1.1.0-2_amd64.deb
 76049e07e1ac37cfde48008cc4fef54d9163247e 56458 libxdmcp-dev_1.1.0-2_amd64.deb
Checksums-Sha256: 
 133ced24176f2d3cefc043604f782cf5ba15caa2e2e8e27c622bb22d1139028d 1944 
libxdmcp_1.1.0-2.dsc
 1c7abc91f626bf1fb24497f8da0f3a928779c134a3e34dcd50c5de4ffef571cb 14792 
libxdmcp_1.1.0-2.diff.gz
 07bea0128c0afe11b59b6c799d2b5c7e12fd613a6551d20db83c336f1b1903fd 22820 
libxdmcp6_1.1.0-2_amd64.deb
 c7ab017f91a815ee9fd3e7a7c053b7eaf41ce565e8556876121bccc56ae848e0 9412 
libxdmcp6-udeb_1.1.0-2_amd64.udeb
 4bfbbdb6c2bd2488b9d91b01286a97f85fbac72bbe7e8e5c96aa4ab4ae3f7b8f 36642 
libxdmcp6-dbg_1.1.0-2_amd64.deb
 ea00462abcf54bd594eedc2dd69fe6ed162fd6dd0d21ffa0ce14660ba6042c93 56458 
libxdmcp-dev_1.1.0-2_amd64.deb
Files: 
 5d0a32b608ea1180be5e6e1d1b776cc7 1944 x11 optional libxdmcp_1.1.0-2.dsc
 cee51eb178d7733e20158ef87ee7eb1f 14792 x11 optional libxdmcp_1.1.0-2.diff.gz
 1fae28d3252a7557815f8e9aed6b4be2 22820 libs optional 
libxdmcp6_1.1.0-2_amd64.deb
 ce50b1932f95f512ef6a66da1380185a 9412 debian-installer optional 
libxdmcp6-udeb_1.1.0-2_amd64.udeb
 7ecc3e05706aae09be481f28650d90d2 36642 debug extra 
libxdmcp6-dbg_1.1.0-2_amd64.deb
 03d0cf1381aa5855a758b0db1aa5fcf8 56458 libdevel optional 
libxdmcp-dev_1.1.0-2_amd64.deb
Package-Type: udeb

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

iQIcBAEBCAAGBQJN7m3bAAoJEDEBgAUJBeQMalgQAK9WeL/g7UDjZe2J/oRqXaA/
QwYr1htEtUFfEihVo0bE0/Qr+JS46TxRG/mmEp9Ut6Vht5a0fAd+sNDksqCoHF4F
U2QheCJQrF8OMmKCKrEemBK4mVeYWRMjAxajY6Mh7YXPSs4KUN46ZfelQ7wxJ8Df
V3mKl0cLy7iRq45JV0zvRbP+vI00LNGybhxtnfVrguvaSala5iSXhhj2n5TyAr7a
59D7eg2dCYyenbvS1MMR0hac7OQpKAz0XAYZh7bYIaZU3yyku/pcP18NeVB9rLqv
MaMDlxijfl1S849OaxmRZKR3kb9eRSP+MiPjqeuT03+0M2+VuCWhoVtfuwrRdfej
IqJUHEhj3ttJ/mk68A4KavVtMMCCGvM7vHk9QXP8f/Pt6uuRCZJBcpwCrNQiPaoX
OgPCIIxmk9V5lqkXkdQPU1nrA0UMok9+yCgFaNwuZiEKtbhmxXE76KzvT4/nogMK
0FwnS7tRRyjqirzwlBZ6SN7lIPutl4+He6mBOVFLs+KkHyUNr+2qG86dHZbqLx0A
RlI+2n6ujcuXsQSb7weZMkvZx+i0uApArM3eY7QS6Jv4jfZ+piUzYuqT5V4Z8uS1
DvyZlx3PeQ/+M2TR8iwSPtI6xlf//OKh8Syk+DNOZL33Y+xq5L3nbqtnkFd/QCmm
nRnF/z0NDFTOcXxudpql
=0B2f
-END PGP SIGNATURE-


Accepted:
libxdmcp-dev_1.1.0-2_amd64.deb
  to main/libx/libxdmcp/libxdmcp-dev_1.1.0-2_amd64.deb
libxdmcp6-dbg_1.1.0-2_amd64.deb
  to main/libx/libxdmcp/libxdmcp6-dbg_1.1.0-2_amd64.deb
libxdmcp6-udeb_1.1.0-2_amd64.udeb
  to main/libx/libxdmcp/libxdmcp6-udeb_1.1.0-2_amd64.udeb
libxdmcp6_1.1.0-2_amd64.deb
  to main/libx/libxdmcp/libxdmcp6_1.1.0-2_amd64.deb
libxdmcp_1.1.0-2.diff.gz
  to main/libx/libxdmcp/libxdmcp_1.1.0-2.diff.gz
libxdmcp_1.1.0-2.dsc
  to main/libx/libxdmcp/libxdmcp_1.1.0-2.dsc


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



Accepted pppconfig 2.3.18+nmu3 (source all)

2011-06-07 Thread Helge Kreutzmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jun 2011 14:31:44 +0200
Source: pppconfig
Binary: pppconfig
Architecture: source all
Version: 2.3.18+nmu3
Distribution: unstable
Urgency: low
Maintainer: John Hasler jhas...@debian.org
Changed-By: Helge Kreutzmann deb...@helgefjell.de
Description: 
 pppconfig  - A text menu based utility for configuring ppp
Closes: 266819 577171 579298 579305 587803 601075 603541 603884 628464 628766 
628767
Changes: 
 pppconfig (2.3.18+nmu3) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Correct encoding of po/de.po and fix a typo. This Closes: #628464
   * Fix typos and ungarble --help. This Closes: #577171, #603541
   * Unfuzzy previously complete translations,
 i.e. cs, de, he, fr, ja, lt, sk and sv,
 as far as possible.
   * Add a missing slash in po/fr.po
   * Add --previous to msgmerge in po/update.sh
   * Update Swedish translation. Thanks Martin Bagge. Closes: #579298
   * Update Hebrew translation. Thanks Omer Zak. Closes: #579305
   * Update Slovak translation. Thanks Ivan Masár. Closes: #587803
 Added the missing \n in one string.
   * Update Czech translation. Thanks Miroslav Kure. Closes: #601075
   * Add German man page translation. Closes: #628766
 Update man/po4a.cfg and debian/rules to actually build and install it
   * Trival update of French man page translation. Closes: #603884
   * Fix formatting errors in man page and unfuzzy translations. Closes:
 #628767
   * Suggest resolvconf. Closes: #266819
Checksums-Sha1: 
 288255c3cc0571ba0d208b3df0f399c5f50148f7 1422 pppconfig_2.3.18+nmu3.dsc
 1eb88cc8401b5fc97805f9489867ea293ee025b6 400435 pppconfig_2.3.18+nmu3.tar.gz
 04df55cd25900a0e035ba0cf5e29c46dcb9c7aa9 176452 pppconfig_2.3.18+nmu3_all.deb
Checksums-Sha256: 
 79364ab2cd919b1dd1166750aa38154789b06b16ea61149a53afa355d3dd2068 1422 
pppconfig_2.3.18+nmu3.dsc
 d4072650a6aedf491cd93e4c2bd443e327a482a6ac79f43a2898376fbc178a35 400435 
pppconfig_2.3.18+nmu3.tar.gz
 d050b06fdd0c2c18113c10fc18289effe2138a2ae7fe96b3e8e182ff326df711 176452 
pppconfig_2.3.18+nmu3_all.deb
Files: 
 a5bd1df7891ce25eca117fc7ec76919e 1422 admin optional pppconfig_2.3.18+nmu3.dsc
 88469cd4deefff72c9f57360f86a1751 400435 admin optional 
pppconfig_2.3.18+nmu3.tar.gz
 21bd3a2864878b41ad6636a22d24939f 176452 admin optional 
pppconfig_2.3.18+nmu3_all.deb

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

iQIVAwUBTe5vL4cvcCxNbiWoAQJ6HRAAo0cg+no7lk5Z+NlIcc/erdTPSP9sSlr8
XHQWvVb0FiGMl3vCesD72izRTCgBF96bare6EiwPOlfvNmhrh0r9/RbmIcyXSudp
wvrvOKHE42CclXBIrh+aNtPmvCC5wCIdEBC2TIU6kfqZS03VSNsxXPefaJq6jL9O
BwIn/BWTr8aWbhGHsMHmD+pr0FcvLbIbZATIflKAJJeEQvzkspbG0/0wOr7sYbug
KLjkD3HGOmF+TNusghX0JUqEiy2RJu+PLFx0vG3Mfo885Q004JkuNxvF4I2wAlbU
BC7gYwtP3SSEUn+TQ0JIOkyOuy+JXDI9l9nxxPDcu/1T9cpGEcjd+4zWl64iDD3/
y8ZWCuUihwvKHmxY1xxyYjer4gTDLBi3CFJf05EjiRS8Qm0PYhIdrvxUnfARlmwB
4H8VM5u5f04RFgqDUWq1EP9I+IhAOJue2AE1RppOR4Y1j07vcoXjQpBlGDreEIGi
hsm75fEXdciXFw4SJcHXrFRNpfwV39tP8BEjaApSiS2gMfTC8EDfBUZpl7IaQJHs
un/qam9qLXtj/u8mm+JpR7WEUVXiI4Yxdw1vMhSGLpKQm6u3ycIv9GjN8Qdq/YD7
uxktYXPG9POcA60CGk5Tb0a5i9ZIvFn+CKCjQmZZgwnBaqf9drvvtWGxJ9kK2xK8
q06kiksSPFg=
=AQgt
-END PGP SIGNATURE-


Accepted:
pppconfig_2.3.18+nmu3.dsc
  to main/p/pppconfig/pppconfig_2.3.18+nmu3.dsc
pppconfig_2.3.18+nmu3.tar.gz
  to main/p/pppconfig/pppconfig_2.3.18+nmu3.tar.gz
pppconfig_2.3.18+nmu3_all.deb
  to main/p/pppconfig/pppconfig_2.3.18+nmu3_all.deb


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



Accepted freebsd-utils 8.2-2 (source kfreebsd-amd64)

2011-06-07 Thread Guillem Jover
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Jun 2011 20:56:10 +0200
Source: freebsd-utils
Binary: freebsd-utils freebsd-utils-udeb kldutils kldutils-udeb kbdcontrol 
vidcontrol freebsd-net-tools freebsd-net-tools-udeb
Architecture: source kfreebsd-amd64
Version: 8.2-2
Distribution: unstable
Urgency: low
Maintainer: GNU/kFreeBSD Maintainers debian-...@lists.debian.org
Changed-By: Guillem Jover guil...@debian.org
Description: 
 freebsd-net-tools - FreeBSD networking tools
 freebsd-net-tools-udeb - FreeBSD networking tools (udeb)
 freebsd-utils - FreeBSD utilities needed for GNU/kFreeBSD
 freebsd-utils-udeb - FreeBSD utilities needed for GNU/kFreeBSD (udeb)
 kbdcontrol - command-line tool to change keyboard layout on GNU/kFreeBSD
 kldutils   - tools for managing kFreeBSD modules
 kldutils-udeb - tools for managing kFreeBSD modules (udeb)
 vidcontrol - command-line tool to control the system console on GNU/kFreeBSD
Closes: 550398 600940
Changes: 
 freebsd-utils (8.2-2) unstable; urgency=low
 .
   * Add missing zlib1g-dev to Build-Depends, needed by savecore.
   * Remove mentions of -F option from mount and umount man pages.
 Closes: #600940
   * Add Spanish Dvorak keyboard layout to kbdcontrol.
 Thanks to Javier jamego1...@andaluciajunta.es. Closes: #550398
Checksums-Sha1: 
 d3c09af34a131086be86bf71ed70e127d09398cd 1686 freebsd-utils_8.2-2.dsc
 1081d1366e88eb796a60f93561a79c0c136d4fd9 77830 
freebsd-utils_8.2-2.debian.tar.gz
 27b30ab673c36451202d4b2e7333f5c2a637 287120 
freebsd-utils_8.2-2_kfreebsd-amd64.deb
 f76e1d86555c1af18063219352ba3c2c2a9f19d2 39980 
freebsd-utils-udeb_8.2-2_kfreebsd-amd64.udeb
 53acb0367ace65ee209efd45d28807b60aca5a4b 36150 
kldutils_8.2-2_kfreebsd-amd64.deb
 90c1191e77fef878bda8ca4b6950a1b7a2c67564 7440 
kldutils-udeb_8.2-2_kfreebsd-amd64.udeb
 196886e938a5cd3ffc3ee8cedc70fedfd42c952d 109530 
kbdcontrol_8.2-2_kfreebsd-amd64.deb
 32a80c53b4d8e5099a918cd313e553d632bafd09 100106 
vidcontrol_8.2-2_kfreebsd-amd64.deb
 1448d6d9aad4cb255a3352b4555d26440b1476e2 347940 
freebsd-net-tools_8.2-2_kfreebsd-amd64.deb
 016f0d026acb0ef41f2a73739596116ef24b3c75 41470 
freebsd-net-tools-udeb_8.2-2_kfreebsd-amd64.udeb
Checksums-Sha256: 
 36ed1c53cdcf2e0a6ef18f720aef329c14977749d1d5ecaa6bcb22a66c4ba68a 1686 
freebsd-utils_8.2-2.dsc
 3268225a324c23c1de2f68527ebc270b996a4d99c9ad34292121174ed9d59a23 77830 
freebsd-utils_8.2-2.debian.tar.gz
 890092e57117a59c221d87a86ea48c293a7752da20ecd8f60092bc70775489ea 287120 
freebsd-utils_8.2-2_kfreebsd-amd64.deb
 5d13cc682b0989c4450ffe316c70c1bc9db0d5d10fd150db75eb0aacaec4a481 39980 
freebsd-utils-udeb_8.2-2_kfreebsd-amd64.udeb
 57f34e0d02fab800dbc77bb5386291c9a981fb2abaa0a4d946c4ff1c22b9ea47 36150 
kldutils_8.2-2_kfreebsd-amd64.deb
 2bbbd7a620cf750eb16854e6aaa49d25b7f5b010d71598b40012cec792bc9107 7440 
kldutils-udeb_8.2-2_kfreebsd-amd64.udeb
 5da6de05e723bf8b0d84f02e33e57253b157ac92b01eda6307f1a32456a28c04 109530 
kbdcontrol_8.2-2_kfreebsd-amd64.deb
 695080bee0ab11edfc9f72ca73fc3b762225e874d4adf93eafd847f2ff9c2b87 100106 
vidcontrol_8.2-2_kfreebsd-amd64.deb
 e73071ef89ca8f135f789d3028e83c643d05a9689e7dc0bde8ae5834a88fcfee 347940 
freebsd-net-tools_8.2-2_kfreebsd-amd64.deb
 be10ebccc413d75c053b0633bfb6d4046e1312fdc87a84669a6c89369689998c 41470 
freebsd-net-tools-udeb_8.2-2_kfreebsd-amd64.udeb
Files: 
 8e78aa0adae87a8ffc0d366d984fb00e 1686 utils important freebsd-utils_8.2-2.dsc
 4c549b6daa334e8b102634923808d17b 77830 utils important 
freebsd-utils_8.2-2.debian.tar.gz
 5c3f06dbaa4e6de89b75f2be05ed903d 287120 utils required 
freebsd-utils_8.2-2_kfreebsd-amd64.deb
 10110bf451cfaa7c0bc33be826fc5335 39980 debian-installer optional 
freebsd-utils-udeb_8.2-2_kfreebsd-amd64.udeb
 4cd4486ae4c7d642418ad85d6902f5b0 36150 utils important 
kldutils_8.2-2_kfreebsd-amd64.deb
 07e0af18365e91f0670b9a84b4ff61c2 7440 debian-installer optional 
kldutils-udeb_8.2-2_kfreebsd-amd64.udeb
 2df2bf6b4507ec1564e5ef493879fc15 109530 utils important 
kbdcontrol_8.2-2_kfreebsd-amd64.deb
 27776040ed606c32649ba7510258a9b7 100106 utils important 
vidcontrol_8.2-2_kfreebsd-amd64.deb
 53257763e05a4cbf9982ef4a435d675b 347940 net important 
freebsd-net-tools_8.2-2_kfreebsd-amd64.deb
 a9a7c8ed2d2348aa0ef222f4d81d218a 41470 debian-installer important 
freebsd-net-tools-udeb_8.2-2_kfreebsd-amd64.udeb
Package-Type: udeb

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

iEYEARECAAYFAk3udcQACgkQuW9ciZ2SjJsPVwCfW3m6zriGtpLegn83lW+zi8ja
WkQAnRwEnz678aN297PL32Zc4x3gxUmz
=/sXw
-END PGP SIGNATURE-


Accepted:
freebsd-net-tools-udeb_8.2-2_kfreebsd-amd64.udeb
  to main/f/freebsd-utils/freebsd-net-tools-udeb_8.2-2_kfreebsd-amd64.udeb
freebsd-net-tools_8.2-2_kfreebsd-amd64.deb
  to main/f/freebsd-utils/freebsd-net-tools_8.2-2_kfreebsd-amd64.deb
freebsd-utils-udeb_8.2-2_kfreebsd-amd64.udeb
  to main/f/freebsd-utils/freebsd-utils-udeb_8.2-2_kfreebsd-amd64.udeb
freebsd-utils_8.2-2.debian.tar.gz
  to main/f/freebsd-utils/freebsd-utils_8.2-2.debian.tar.gz

Accepted ctioga2 0.2-3 (source all)

2011-06-07 Thread Vincent Fourmond
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Jun 2011 21:17:02 +0200
Source: ctioga2
Binary: ctioga2
Architecture: source all
Version: 0.2-3
Distribution: unstable
Urgency: low
Maintainer: Vincent Fourmond fourm...@debian.org
Changed-By: Vincent Fourmond fourm...@debian.org
Description: 
 ctioga2- polymorphic plotting program
Changes: 
 ctioga2 (0.2-3) unstable; urgency=low
 .
   * Do not forget the Ruby-Versions field in the binary packages
   * Update the (Build)?-Depend to the newer ruby-tioga package
   * fix-ugly-coding.diff: fix the ugly coding: undecided emacs-induced
 stuff that actually prevent ctioga2 from running with ruby1.9.1
 (though it still doesn't, funnily enough...)
Checksums-Sha1: 
 bb63fee837be084efa41a1bc5d0b656f9fdbce14 1348 ctioga2_0.2-3.dsc
 cf891f751d79dc70a03eaf84e07f770967e258ba 2688 ctioga2_0.2-3.debian.tar.gz
 94608560e0c78eef92b70b0dc18fc5c29fc5cd44 144412 ctioga2_0.2-3_all.deb
Checksums-Sha256: 
 5bc572570ff5ed12db18a83d2799d6d5ac9eb966d9b58426880b25f57d525666 1348 
ctioga2_0.2-3.dsc
 c310de3444ac8f60d91a257d11cfc7cfd600301de8322cffbbc0ef758e9e8fee 2688 
ctioga2_0.2-3.debian.tar.gz
 a6e47f2ac1a9880b83b77c4199ea2831fbb8af1b48d93d4e1b4d42c1e210805d 144412 
ctioga2_0.2-3_all.deb
Files: 
 798c3a31c476f362b859c312b2448a0d 1348 graphics optional ctioga2_0.2-3.dsc
 7a15848e03bab337784aa0f568b7f82b 2688 graphics optional 
ctioga2_0.2-3.debian.tar.gz
 979908a6ec21a68f990e97ac9ff97297 144412 graphics optional ctioga2_0.2-3_all.deb

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

iEYEARECAAYFAk3uer4ACgkQx/UhwSKygsr58wCgrH3BItK4QrBGs3ROGmc1FbDx
gSsAn0PSip2Bx+3dLqKu3+4vMUwBS0jj
=fZJY
-END PGP SIGNATURE-


Accepted:
ctioga2_0.2-3.debian.tar.gz
  to main/c/ctioga2/ctioga2_0.2-3.debian.tar.gz
ctioga2_0.2-3.dsc
  to main/c/ctioga2/ctioga2_0.2-3.dsc
ctioga2_0.2-3_all.deb
  to main/c/ctioga2/ctioga2_0.2-3_all.deb


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



Accepted globus-authz 0.7-5 (source amd64)

2011-06-07 Thread Mattias Ellert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Jun 2011 06:05:08 +0200
Source: globus-authz
Binary: libglobus-authz0 libglobus-authz-dev libglobus-authz-doc 
globus-authz-dbg
Architecture: source amd64
Version: 0.7-5
Distribution: unstable
Urgency: low
Maintainer: Mattias Ellert mattias.ell...@fysast.uu.se
Changed-By: Mattias Ellert mattias.ell...@fysast.uu.se
Description: 
 globus-authz-dbg - Globus Toolkit - Globus authz library Debug Symbols
 libglobus-authz-dev - Globus Toolkit - Globus authz library Development Files
 libglobus-authz-doc - Globus Toolkit - Globus authz library Documentation Files
 libglobus-authz0 - Globus Toolkit - Globus authz library
Changes: 
 globus-authz (0.7-5) unstable; urgency=low
 .
   * Use system jquery script
Checksums-Sha1: 
 03cb1a78480ea3fb7667ea1bce5f161a93f3fc8d 1543 globus-authz_0.7-5.dsc
 8c1f33f1456489b7981e14148fbb046c1e319456 4666 globus-authz_0.7-5.debian.tar.gz
 b28a052ef0b13e0da5e7c9d694e7ddfbfd177ed4 7748 libglobus-authz0_0.7-5_amd64.deb
 bbb075f664414f17a172e81311546580202f3532 7478 
libglobus-authz-dev_0.7-5_amd64.deb
 1055dc3e4ab7ed4d0119870580176039239b1a04 113144 
libglobus-authz-doc_0.7-5_amd64.deb
 e696eec4cce67b0c7c643fb52ad88c436d39f497 9712 globus-authz-dbg_0.7-5_amd64.deb
Checksums-Sha256: 
 1310a5181c9ec76234c43c9895cde1b3bb40f7adbc0b29fd3a439a461a108c3d 1543 
globus-authz_0.7-5.dsc
 fae54635359896581ffe169341b6637131928e858df628ae90afe8d2f57dac66 4666 
globus-authz_0.7-5.debian.tar.gz
 5436b87c9cab679b68c76f9c90f8b31b06d3c3bfa64b0e7ad7ce95ef67da6de8 7748 
libglobus-authz0_0.7-5_amd64.deb
 1f28167da8266c4744e5ac3a650b990a5ccabb473d136aea36ba43410ea64a94 7478 
libglobus-authz-dev_0.7-5_amd64.deb
 3cf62c2301689350393af4a9e30371c0e068f90dd1ac7d0f7b9af51a92e16329 113144 
libglobus-authz-doc_0.7-5_amd64.deb
 fec89a548e54fc1a766f476f02f1ef5d1bac189a4b7791f12a35494be739a1c2 9712 
globus-authz-dbg_0.7-5_amd64.deb
Files: 
 7c3731f13434348e5294cf0f68da40f2 1543 net optional globus-authz_0.7-5.dsc
 8a124138409259e14163b02d700606ea 4666 net optional 
globus-authz_0.7-5.debian.tar.gz
 6cc6df3a5cb3a911bca347eee253e13d 7748 libs optional 
libglobus-authz0_0.7-5_amd64.deb
 19ff531664eae4c2d41d9030f3f20d0b 7478 libdevel optional 
libglobus-authz-dev_0.7-5_amd64.deb
 cfbe27e9288eeb7317ea5781c4f06306 113144 doc optional 
libglobus-authz-doc_0.7-5_amd64.deb
 896b368760a672051aeb7152a5e2ec17 9712 debug extra 
globus-authz-dbg_0.7-5_amd64.deb

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

iEYEARECAAYFAk3ueZcACgkQeJY7S99W//I3FACfWGDGMMmkOEK14+lCg6SkHqua
w8MAoLopkxfDkm2MnPp59UAu3301c/U/
=sWUT
-END PGP SIGNATURE-


Accepted:
globus-authz-dbg_0.7-5_amd64.deb
  to main/g/globus-authz/globus-authz-dbg_0.7-5_amd64.deb
globus-authz_0.7-5.debian.tar.gz
  to main/g/globus-authz/globus-authz_0.7-5.debian.tar.gz
globus-authz_0.7-5.dsc
  to main/g/globus-authz/globus-authz_0.7-5.dsc
libglobus-authz-dev_0.7-5_amd64.deb
  to main/g/globus-authz/libglobus-authz-dev_0.7-5_amd64.deb
libglobus-authz-doc_0.7-5_amd64.deb
  to main/g/globus-authz/libglobus-authz-doc_0.7-5_amd64.deb
libglobus-authz0_0.7-5_amd64.deb
  to main/g/globus-authz/libglobus-authz0_0.7-5_amd64.deb


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



Accepted globus-authz-callout-error 0.5-4 (source amd64)

2011-06-07 Thread Mattias Ellert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Jun 2011 06:02:51 +0200
Source: globus-authz-callout-error
Binary: libglobus-authz-callout-error0 libglobus-authz-callout-error-dev 
libglobus-authz-callout-error-doc globus-authz-callout-error-dbg
Architecture: source amd64
Version: 0.5-4
Distribution: unstable
Urgency: low
Maintainer: Mattias Ellert mattias.ell...@fysast.uu.se
Changed-By: Mattias Ellert mattias.ell...@fysast.uu.se
Description: 
 globus-authz-callout-error-dbg - Globus Toolkit - Globus authz error library 
Debug Symbols
 libglobus-authz-callout-error-dev - Globus Toolkit - Globus authz error 
library Development Files
 libglobus-authz-callout-error-doc - Globus Toolkit - Globus authz error 
library Documentation Files
 libglobus-authz-callout-error0 - Globus Toolkit - Globus authz error library
Changes: 
 globus-authz-callout-error (0.5-4) unstable; urgency=low
 .
   * Use system jquery script
Checksums-Sha1: 
 36593fbbe817cf00411cfed405cd1508d1635e1e 1639 
globus-authz-callout-error_0.5-4.dsc
 b8289382b09981103e43abb30e1025dedb7972c1 4498 
globus-authz-callout-error_0.5-4.debian.tar.gz
 ac59f5ba483fa6fa4d508d5f2f2728814be42e43 5002 
libglobus-authz-callout-error0_0.5-4_amd64.deb
 3ea5dcd763e167bfda9af13a068d5c056291057e 5004 
libglobus-authz-callout-error-dev_0.5-4_amd64.deb
 90c58f3dee9442517a2cf811174c9b8146921004 80956 
libglobus-authz-callout-error-doc_0.5-4_amd64.deb
 714ee4e4b2e1ccbfa5682f03de1ef832a7d73125 5606 
globus-authz-callout-error-dbg_0.5-4_amd64.deb
Checksums-Sha256: 
 1c0de2f5a2bc89645aa222b7b18bf93c4debc1d376f0b2d4a857b623c038b79a 1639 
globus-authz-callout-error_0.5-4.dsc
 53a2510317124b4b5a2633598cf7c8ebaa9fff2fb79bf855b23c208136cf6ee9 4498 
globus-authz-callout-error_0.5-4.debian.tar.gz
 e4aabc4a26804ee5e3539a2e6dafcb57719cae4389e70d7f83934418d9826777 5002 
libglobus-authz-callout-error0_0.5-4_amd64.deb
 29990cab30e578d02f3df54fff56a5aa2bc26d6d0e50537fa8bc65f3aa1075f0 5004 
libglobus-authz-callout-error-dev_0.5-4_amd64.deb
 c046fb7227b4e8c5a2ab15fe74fe2f7fb5812cf83774bab046340a5647575423 80956 
libglobus-authz-callout-error-doc_0.5-4_amd64.deb
 b88c54aca26c85e02f1b68eae9792d779d446dbfda7526e4df45862e627c6eaf 5606 
globus-authz-callout-error-dbg_0.5-4_amd64.deb
Files: 
 7968efbbefa6ebd4d3b8be5c1ec9a9a6 1639 net optional 
globus-authz-callout-error_0.5-4.dsc
 289de028660ca81284be58f30fb485cf 4498 net optional 
globus-authz-callout-error_0.5-4.debian.tar.gz
 4d186c76be1d444857013e05f61bec2f 5002 libs optional 
libglobus-authz-callout-error0_0.5-4_amd64.deb
 143ed6f1b7b205ef592cd52f0b9639f4 5004 libdevel optional 
libglobus-authz-callout-error-dev_0.5-4_amd64.deb
 3cdf4463aa6ab86a78bbacf73473d38f 80956 doc optional 
libglobus-authz-callout-error-doc_0.5-4_amd64.deb
 cefd62b4c76bbea33610586a3bfbec7c 5606 debug extra 
globus-authz-callout-error-dbg_0.5-4_amd64.deb

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

iEYEARECAAYFAk3ueZcACgkQeJY7S99W//KF6ACfTHnJAWC00JryTrofaGBxEFNo
jpkAn2ELtHEjIE9uUQ0LehHcznjJvlIo
=icaW
-END PGP SIGNATURE-


Accepted:
globus-authz-callout-error-dbg_0.5-4_amd64.deb
  to 
main/g/globus-authz-callout-error/globus-authz-callout-error-dbg_0.5-4_amd64.deb
globus-authz-callout-error_0.5-4.debian.tar.gz
  to 
main/g/globus-authz-callout-error/globus-authz-callout-error_0.5-4.debian.tar.gz
globus-authz-callout-error_0.5-4.dsc
  to main/g/globus-authz-callout-error/globus-authz-callout-error_0.5-4.dsc
libglobus-authz-callout-error-dev_0.5-4_amd64.deb
  to 
main/g/globus-authz-callout-error/libglobus-authz-callout-error-dev_0.5-4_amd64.deb
libglobus-authz-callout-error-doc_0.5-4_amd64.deb
  to 
main/g/globus-authz-callout-error/libglobus-authz-callout-error-doc_0.5-4_amd64.deb
libglobus-authz-callout-error0_0.5-4_amd64.deb
  to 
main/g/globus-authz-callout-error/libglobus-authz-callout-error0_0.5-4_amd64.deb


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



  1   2   >