Re: .deb package for a library generation

2010-08-10 Thread Yves-Alexis Perez
I won't comment on the main issue since other people gave you the
solution.

On dim., 2010-08-08 at 16:45 +0300, Zvi Dubitzky wrote:
 I need to generate a Debian package for a library 
 As an exercise I tried it with   libvirt . 

Note that libvirt is already packaged so you can inspire you of the
existing packaging.

 I am running a Ubuntu 8.10 . and use the libvirt.0.6.1 tar.gz 
 
 
 For the library package I followed the Ubuntu instructions at  : 
 https://wiki.ubuntu.com/PackagingGuide/Basic 

You might want to look at :

http://www.debian.org/doc/maint-guide/ [New maintainer's guide]
http://www.debian.org/doc/debian-policy/ [Debian policy]
http://wiki.debian.org/HowToPackageForDebian [Packaging howto]
http://www.netfort.gr.jp/~dancer/column/libpkg-guide/libpkg-guide.html
[Library packaging guide]

Cheers,
-- 
Yves-Alexis


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


Re: It's realy working,

2010-08-10 Thread maria
Hi thanks For forwarding this mail which help many people to earn if it is
not fake could You please send some proofs so that we can ensure that the
company is paying and tell us how to make a use of it and the whole process
.


Maria


why are there /bin and /usr/bin...

2010-08-10 Thread Bruce Sass
/sbin and /usr/sbin, /lib and /usr/lib directories?

AFAICT, the reason is so that a minimal but functional system is 
guaranteed to exist so long as a local HDD with a root filesystem is 
available (which doesn't necessarily include /usr); and that is a good 
thing to have because it gives developers a core set of software tools 
they can count on to always exist and facilitates troubleshooting or 
repairs if something breaks (e.g., bug# 592361, where I've worked 
around the problem by using /bin/nano to reconfigure the box with a 
static IP address).

If that is a good reason, perhaps even The reason, for having both /bin 
and /usr/bin, etc., then doesn't it follow that all files required by 
executables residing in /bin and /sbin should also be available so long 
as a local HDD with a root filesystem is available (otherwise those 
executables are either broken or crippled)?

I suppose there could be cases where the broken or crippled 
functionality is not useful or required when a properly populated /usr 
doesn't exist, but I expect those would be special cases, because, 
generally, crippled or broken programs are a bad thing. ya?

I'm trying to understand the logic behind it not being an automatic bug 
(i.e., something which is a good candidate to check for at build-time) 
for stuff in /bin and /sbin to require stuff in /usr; and I've gotten 
onto this because of bugs like #592361 and #589123, and the observation 
that over the last couple/few years I seem to be running up against 
problems related to this issue more and more frequently.

With bugs in scripts (e.g., #589123) it should be good enough that a 
text editor is available, but with broken binaries (e.g., #592361) the 
potential to be put in a not-so-easy-to-fix situation is pretty high 
(remember, dpkg is not around when /usr is missing and the fix is going 
to arrive in a .deb)--so maybe that one should generate a warning of 
some sort.

I was curious so...
$ for f in /bin/* /sbin/*; do if [ `file $f | grep ELF` !=  ] ; then 
if [ `ldd $f | grep /usr` !=  ] ; then echo `dpkg -S $f`; ldd $f; 
fi; fi; done
iputils-ping: /bin/ping6
linux-gate.so.1 =  (0xb770d000)
libresolv.so.2 = /lib/i686/cmov/libresolv.so.2 (0x472dc000)
libcrypto.so.0.9.8 = /usr/lib/i686/cmov/libcrypto.so.0.9.8 
(0x4882b000)
libc.so.6 = /lib/i686/cmov/libc.so.6 (0x46bcc000)
libdl.so.2 = /lib/i686/cmov/libdl.so.2 (0x46d3d000)
libz.so.1 = /usr/lib/libz.so.1 (0x46d5e000)
/lib/ld-linux.so.2 (0x46bad000)
isc-dhcp-client: /sbin/dhclient
linux-gate.so.1 =  (0xb770c000)
libcrypto.so.0.9.8 = /usr/lib/i686/cmov/libcrypto.so.0.9.8 
(0x4882b000)
libc.so.6 = /lib/i686/cmov/libc.so.6 (0x46bcc000)
libdl.so.2 = /lib/i686/cmov/libdl.so.2 (0x46d3d000)
libz.so.1 = /usr/lib/libz.so.1 (0x46d5e000)
/lib/ld-linux.so.2 (0x46bad000)
discover: /sbin/discover
linux-gate.so.1 =  (0xb78f5000)
libdiscover.so.2 = /usr/lib/libdiscover.so.2 (0x46d15000)
libexpat.so.1 = /usr/lib/libexpat.so.1 (0x47109000)
libc.so.6 = /lib/i686/cmov/libc.so.6 (0x46bcc000)
/lib/ld-linux.so.2 (0x46bad000)
util-linux: /sbin/fsck.cramfs
linux-gate.so.1 =  (0xb7893000)
libz.so.1 = /usr/lib/libz.so.1 (0x46d5e000)
libc.so.6 = /lib/i686/cmov/libc.so.6 (0x46bcc000)
/lib/ld-linux.so.2 (0x46bad000)
util-linux: /sbin/mkfs.cramfs
linux-gate.so.1 =  (0xb7755000)
libz.so.1 = /usr/lib/libz.so.1 (0x46d5e000)
libc.so.6 = /lib/i686/cmov/libc.so.6 (0x46bcc000)
/lib/ld-linux.so.2 (0x46bad000)
iptables: /sbin/nfnl_osf
linux-gate.so.1 =  (0xb785f000)
libnfnetlink.so.0 = /usr/lib/libnfnetlink.so.0 (0x46d15000)
libc.so.6 = /lib/i686/cmov/libc.so.6 (0x46bcc000)
/lib/ld-linux.so.2 (0x46bad000)
udisks: /sbin/umount.udisks
linux-gate.so.1 =  (0xb78ac000)
libdbus-glib-1.so.2 = /usr/lib/libdbus-glib-1.so.2 (0x4b1bb000)
libpthread.so.0 = /lib/i686/cmov/libpthread.so.0 (0x46d43000)
libgobject-2.0.so.0 = /usr/lib/libgobject-2.0.so.0 (0x47277000)
libglib-2.0.so.0 = /lib/libglib-2.0.so.0 (0x47027000)
libc.so.6 = /lib/i686/cmov/libc.so.6 (0x46bcc000)
libdbus-1.so.3 = /lib/libdbus-1.so.3 (0x4b18)
libgthread-2.0.so.0 = /usr/lib/libgthread-2.0.so.0 (0x470f8000)
librt.so.1 = /lib/i686/cmov/librt.so.1 (0x46eba000)
/lib/ld-linux.so.2 (0x46bad000)
libpcre.so.3 = /lib/libpcre.so.3 (0xb7856000)

Are these bugs just waiting to bite, or frustrate troubleshooting 
efforts because some program is broken just when it is needed most?


later,

- Bruce


-- 
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/201008100315.36920.bms...@shaw.ca



Re: why are there /bin and /usr/bin...

2010-08-10 Thread Stanislav Maslovski
On Tue, Aug 10, 2010 at 03:15:35AM -0600, Bruce Sass wrote:
 /sbin and /usr/sbin, /lib and /usr/lib directories?
 
 AFAICT, the reason is so that a minimal but functional system is 
 guaranteed to exist so long as a local HDD with a root filesystem is 
 available (which doesn't necessarily include /usr); and that is a good 
 thing to have because it gives developers a core set of software tools 
 they can count on to always exist and facilitates troubleshooting or 
 repairs if something breaks (e.g., bug# 592361, where I've worked 
 around the problem by using /bin/nano to reconfigure the box with a 
 static IP address).

Not just to repair. First of all, / must have enough tools to
bring the system up to the point where the other file systems can be
mounted (i.g., over the network).

 If that is a good reason, perhaps even The reason, for having both /bin 
 and /usr/bin, etc., then doesn't it follow that all files required by 
 executables residing in /bin and /sbin should also be available so long 
 as a local HDD with a root filesystem is available (otherwise those 
 executables are either broken or crippled)?

All files that a tool requires to operate must be there, for sure.

 I suppose there could be cases where the broken or crippled 
 functionality is not useful or required when a properly populated /usr 
 doesn't exist, but I expect those would be special cases, because, 
 generally, crippled or broken programs are a bad thing. ya?

Can you give examples of such special cases?

 I'm trying to understand the logic behind it not being an automatic bug 
 (i.e., something which is a good candidate to check for at build-time) 
 for stuff in /bin and /sbin to require stuff in /usr; and I've gotten 
 onto this because of bugs like #592361 and #589123, and the observation 
 that over the last couple/few years I seem to be running up against 
 problems related to this issue more and more frequently.

This is an unfortunate consequence of the fact that less and less
developers separate /, /usr, /var, etc. partitions on their machines.
In the past I always did it on my workstations, however, stopped doing
it around the time of lenny's release.

 With bugs in scripts (e.g., #589123) it should be good enough that a 
 text editor is available, but with broken binaries (e.g., #592361) the 
 potential to be put in a not-so-easy-to-fix situation is pretty high 
 (remember, dpkg is not around when /usr is missing and the fix is going 
 to arrive in a .deb)--so maybe that one should generate a warning of 
 some sort.

Well, just the other day I was helping a user on #debian to repare his
Debian installation, using mostly sed to edit the config files. Nano
was not functional without /usr and it seemed he did not have any
other editor.

-- 
Stanislav


-- 
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/20100810101810.ga11...@kaiba.homelan



Re: why are there /bin and /usr/bin...

2010-08-10 Thread Simon McVittie
On Tue, 10 Aug 2010 at 03:15:35 -0600, Bruce Sass wrote:
 AFAICT, the reason is so that a minimal but functional system is 
 guaranteed to exist so long as a local HDD with a root filesystem is 
 available

The fact that you can use it for troubleshooting/repairs is a nice (and
desirable) side-effect, but the actual requirement is that you have enough
binaries, libraries etc. to mount your /usr filesystem. The situation you
have (NFS /usr) is meant to be supported, if I understand correctly, but
as you've observed, it's not heavily tested.

In theory, I believe NFS /var is also supported, but that's likely to be even
less well-tested.

 If that is a good reason, perhaps even The reason, for having both /bin 
 and /usr/bin, etc., then doesn't it follow that all files required by 
 executables residing in /bin and /sbin should also be available so long 
 as a local HDD with a root filesystem is available (otherwise those 
 executables are either broken or crippled)?

There need to be enough libraries in /lib for the binaries in /bin and /sbin
to run and carry out core functionality, including anything that's normally
done before /usr is mounted. Beyond that, I think it's OK if binaries there
work sub-optimally, as long as they work.

(For instance, if /bin/vi is vim, it's OK if it can't do syntax highlighting
until /usr is mounted, as long as it can edit text.)

It might be worth having a Lintian check for the situation you describe,
since missing libraries will generally prevent the executable from starting
up at all, whereas missing bits of /usr/share or /var might not be so
important.

If you're filing bugs for this, they should be against the thing that doesn't
work (e.g. isc-dhcp-client), not the library it requires (I see Kurt has
reassigned your isc-dhcp-client bug already).

 iputils-ping: /bin/ping6

Looks likely to be a bug, but probably of 'normal' severity; it doesn't
affect most people, and you don't need ping in order to boot (although it's
a good troubleshooting tool).

 isc-dhcp-client: /sbin/dhclient

If you're using DHCP and NFS /usr on the same machine , you're braver than
me :-) but yes, if that's the situation you have, then the DHCP client is
in the critical path for booting.

 discover: /sbin/discover

It may be worth checking why discover is on the root filesystem at all?

 util-linux: /sbin/fsck.cramfs
 libz.so.1 = /usr/lib/libz.so.1 (0x46d5e000)

Ubuntu has moved zlib to /lib for some other reason,
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591013 requests that Debian
do the same.

 util-linux: /sbin/mkfs.cramfs
 libz.so.1 = /usr/lib/libz.so.1 (0x46d5e000)

The FHS says mkfs.* have to be on the root filesystem. I'm not entirely clear
why this is.

 iptables: /sbin/nfnl_osf
 libnfnetlink.so.0 = /usr/lib/libnfnetlink.so.0 (0x46d15000)

Looks like a bug, but nfnl_osf has no man page, so I have no idea what it does
or whether/why it needs to be in /sbin...

 udisks: /sbin/umount.udisks
 libdbus-glib-1.so.2 = /usr/lib/libdbus-glib-1.so.2 (0x4b1bb000)
 libgobject-2.0.so.0 = /usr/lib/libgobject-2.0.so.0 (0x47277000)
 libgthread-2.0.so.0 = /usr/lib/libgthread-2.0.so.0 (0x470f8000)

This needs to be in /sbin because umount looks for /sbin/umount.$FILESYSTEM
and udisks acts like a pseudo-filesystem, but I don't think unmounting things
that were mounted with udisks in the absence of /usr really needs to be a
supported use case, so I'd say this is 'minor' severity.


-- 
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/20100810102507.ga18...@reptile.pseudorandom.co.uk



Re: why are there /bin and /usr/bin...

2010-08-10 Thread Mario 'BitKoenig' Holbe
Simon McVittie s...@debian.org wrote:
 The FHS says mkfs.* have to be on the root filesystem. I'm not entirely clear
 why this is.

Well, I personally believe this holds for at least two of the purposes
listed in FHS Chapter 3:
* To enable recovery and/or repair of a system
* To restore a system

To recover a damaged filesystem you need to be able to create a new one:
either to copy files away from the (partially) damaged filesystem - i.e.
recovery, or to restore a backup to it.

Btw... the FHS says:
The following files, or symbolic links to files, must be in
/sbin if the corresponding subsystem is installed:
...
mkfs.*   Command to build a specific filesystem (optional)

Is the following worth submitting a bug then or does this conform to the
symbolic link clause?
/sbin/mkfs.ntfs - /usr/sbin/mkntfs


regards
   Mario
-- 
Do I contradict myself?
Very well, then I contradict myself, I am large, I contain multitudes.
   -- Walt Whitman


-- 
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/slrni62ddc.7r9.mario.ho...@darkside.dyn.samba-tng.org



Re: why are there /bin and /usr/bin...

2010-08-10 Thread Bruce Sass
On August 10, 2010 04:18:10 am Stanislav Maslovski wrote:
 On Tue, Aug 10, 2010 at 03:15:35AM -0600, Bruce Sass wrote:
  /sbin and /usr/sbin, /lib and /usr/lib directories?
 
  AFAICT, the reason is so that a minimal but functional system is
  guaranteed to exist so long as a local HDD with a root filesystem
  is available (which doesn't necessarily include /usr); and that is
  a good thing to have because it gives developers a core set of
  software tools they can count on to always exist and facilitates
  troubleshooting or repairs if something breaks (e.g., bug# 592361,
  where I've worked around the problem by using /bin/nano to
  reconfigure the box with a static IP address).

 Not just to repair. First of all, / must have enough tools to
 bring the system up to the point where the other file systems can be
 mounted (i.g., over the network).

Ya, I consider that to be the main use for the `core set of tools that 
can be counted on'.

  If that is a good reason, perhaps even The reason, for having both
  /bin and /usr/bin, etc., then doesn't it follow that all files
  required by executables residing in /bin and /sbin should also be
  available so long as a local HDD with a root filesystem is
  available (otherwise those executables are either broken or
  crippled)?

 All files that a tool requires to operate must be there, for sure.

  I suppose there could be cases where the broken or crippled
  functionality is not useful or required when a properly populated
  /usr doesn't exist, but I expect those would be special cases,
  because, generally, crippled or broken programs are a bad thing.
  ya?

 Can you give examples of such special cases?

Nope, it just seemed short-sighted to ignore the possibility. Simon 
McVittie mentioned an even better/plausible situation where some 
crippling wouldn't really matter...
  (For instance, if /bin/vi is vim, it's OK if it can't do syntax
  highlighting until /usr is mounted, as long as it can edit text.)

  I'm trying to understand the logic behind it not being an automatic
  bug (i.e., something which is a good candidate to check for at
  build-time) for stuff in /bin and /sbin to require stuff in /usr;
  and I've gotten onto this because of bugs like #592361 and #589123,
  and the observation that over the last couple/few years I seem to
  be running up against problems related to this issue more and more
  frequently.

 This is an unfortunate consequence of the fact that less and less
 developers separate /, /usr, /var, etc. partitions on their machines.
 In the past I always did it on my workstations, however, stopped
 doing it around the time of lenny's release.

Hehe... never run into a process that starts filling up the HDD, or 
perhaps had to use an HDD small enough that the possibility even 
existed. shrug

  With bugs in scripts (e.g., #589123) it should be good enough that
  a text editor is available, but with broken binaries (e.g.,
  #592361) the potential to be put in a not-so-easy-to-fix situation
  is pretty high (remember, dpkg is not around when /usr is missing
  and the fix is going to arrive in a .deb)--so maybe that one should
  generate a warning of some sort.

 Well, just the other day I was helping a user on #debian to repare
 his Debian installation, using mostly sed to edit the config files.
 Nano was not functional without /usr and it seemed he did not have
 any other editor.

Hmm, /bin/nano worked for me. It spit out a screen full of warnings 
about stuff from /usr it couldn't find, then asked if it should 
continue. I don't know what it was missing but it worked well enough to 
edit /etc/network/interfaces.


Thanks.

- Bruce


-- 
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/201008100632.03036.bms...@shaw.ca



Re: why are there /bin and /usr/bin...

2010-08-10 Thread Bruce Sass
On August 10, 2010 04:25:07 am Simon McVittie wrote:
 On Tue, 10 Aug 2010 at 03:15:35 -0600, Bruce Sass wrote:
  AFAICT, the reason is so that a minimal but functional system is
  guaranteed to exist so long as a local HDD with a root filesystem
  is available

 The fact that you can use it for troubleshooting/repairs is a nice
 (and desirable) side-effect, but the actual requirement is that you
 have enough binaries, libraries etc. to mount your /usr filesystem.
 The situation you have (NFS /usr) is meant to be supported, if I
 understand correctly, but as you've observed, it's not heavily
 tested.

 In theory, I believe NFS /var is also supported, but that's likely to
 be even less well-tested.

  If that is a good reason, perhaps even The reason, for having both
  /bin and /usr/bin, etc., then doesn't it follow that all files
  required by executables residing in /bin and /sbin should also be
  available so long as a local HDD with a root filesystem is
  available (otherwise those executables are either broken or
  crippled)?

 There need to be enough libraries in /lib for the binaries in /bin
 and /sbin to run and carry out core functionality, including anything
 that's normally done before /usr is mounted. Beyond that, I think
 it's OK if binaries there work sub-optimally, as long as they work.

 (For instance, if /bin/vi is vim, it's OK if it can't do syntax
 highlighting until /usr is mounted, as long as it can edit text.)

 It might be worth having a Lintian check for the situation you
 describe, since missing libraries will generally prevent the
 executable from starting up at all, whereas missing bits of
 /usr/share or /var might not be so important.

Ya, my thoughts exactly, it is easy to check for and provides the most 
potential benefit.

 If you're filing bugs for this, they should be against the thing that
 doesn't work (e.g. isc-dhcp-client), not the library it requires (I
 see Kurt has reassigned your isc-dhcp-client bug already).

I saw it as a bit of a toss up whether to file against isc-dhcp-client 
or the lib's package--either seemed just as likely to end up getting 
reassigned, and changing the location of the lib should be the 
quicker/easier/safer fix (regardless of whether that is the technically 
the most correct fix or not)... more so now that I've had a chance to 
look at the isc-dhcp-client source package and see that it would most 
likely be necessary to muck around with code itself (new code during a 
freeze, eh).

  iputils-ping: /bin/ping6

 Looks likely to be a bug, but probably of 'normal' severity; it
 doesn't affect most people, and you don't need ping in order to boot
 (although it's a good troubleshooting tool).

  isc-dhcp-client: /sbin/dhclient

 If you're using DHCP and NFS /usr on the same machine , you're braver
 than me :-) but yes, if that's the situation you have, then the DHCP
 client is in the critical path for booting.

  discover: /sbin/discover

 It may be worth checking why discover is on the root filesystem at
 all?

  util-linux: /sbin/fsck.cramfs
  libz.so.1 = /usr/lib/libz.so.1 (0x46d5e000)

 Ubuntu has moved zlib to /lib for some other reason,
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591013 requests that
 Debian do the same.

  util-linux: /sbin/mkfs.cramfs
  libz.so.1 = /usr/lib/libz.so.1 (0x46d5e000)

 The FHS says mkfs.* have to be on the root filesystem. I'm not
 entirely clear why this is.

  iptables: /sbin/nfnl_osf
  libnfnetlink.so.0 = /usr/lib/libnfnetlink.so.0
  (0x46d15000)

 Looks like a bug, but nfnl_osf has no man page, so I have no idea
 what it does or whether/why it needs to be in /sbin...

lhttp://www.ioremap.net/projects/osf

Presumably OS Fingerprinting based filter actions are useful early on. 
shrug

  udisks: /sbin/umount.udisks
  libdbus-glib-1.so.2 = /usr/lib/libdbus-glib-1.so.2
  (0x4b1bb000) libgobject-2.0.so.0 = /usr/lib/libgobject-2.0.so.0
  (0x47277000) libgthread-2.0.so.0 = /usr/lib/libgthread-2.0.so.0
  (0x470f8000)

 This needs to be in /sbin because umount looks for
 /sbin/umount.$FILESYSTEM and udisks acts like a pseudo-filesystem,
 but I don't think unmounting things that were mounted with udisks in
 the absence of /usr really needs to be a supported use case, so I'd
 say this is 'minor' severity.

Thanks.

- Bruce


-- 
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/201008100842.14592.bms...@shaw.ca



Is Jonas Genannt MIA?

2010-08-10 Thread Ernesto Hernández-Novich
I am particularly interested in liblog-dispatch-perl [1] because it's
blocking other things I need to fix in webgui. Regardless, his QA page
shows little activity. Has anyone seen any sign of him?

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576912
-- 
Ernesto Hernández-Novich - @iamemhn - Unix: Live free or die!
Geek by nature, Linux by choice, Debian of course.
If you can't aptitude it, it isn't useful or doesn't exist.
GPG Key Fingerprint = 438C 49A2 A8C7 E7D7 1500 C507 96D6 A3D6 2F4C 85E3


-- 
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/1281450998.3660.298.ca...@deepthought.ius.cc



Re: why are there /bin and /usr/bin...

2010-08-10 Thread Russ Allbery
Simon McVittie s...@debian.org writes:

 It might be worth having a Lintian check for the situation you describe,
 since missing libraries will generally prevent the executable from
 starting up at all, whereas missing bits of /usr/share or /var might not
 be so important.

Unfortunately, there isn't any way to check this in Lintian since Lintian
has no idea whether a given library will be found in /lib or in /usr/lib.
It's one of those things that needs to be done in a cross-archive check
that has access to data about multiple packages at once.

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


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



Re: More advanced home directory creation in Debian?

2010-08-10 Thread Ian Jackson
Petter Reinholdtsen writes (More advanced home directory creation in Debian?):
 It would be nice if all the tools copying /etc/skel/ also had a common
 location for their post-creating scripts, making sure users created
 by for example adduser, lwat, libpam-mkhomedir and libpam-mklocaluser
 get the same content.

From adduser(8):

   If  the  file /usr/local/sbin/adduser.local exists, it will be executed
   after the user account has been set up in order to do any local  setup.
   The arguments passed to adduser.local are:
   username uid gid home-directory
   The  environment  variable  VERBOSE  is  set according to the following
   rule:

   0 if --quiet is specified

   1 if neither --quiet nor --debug is specified

   2 if --debug is specified

  (The same applies to the variable DEBUG, but DEBUG is deprecated
  and will be removed in a later version of adduser.)

So while it doesn't use run-parts, it's halfway there already.
I use adduser.local on chiark.

Ian.


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



Re: chromium-browser from experimental has included h.264 by default?

2010-08-10 Thread Adam D. Barratt
On Tue, 2010-05-11 at 20:55 +0200, Moritz Muehlenhoff wrote:
 On 2010-05-11, Reinhard Tartler siret...@debian.org wrote:
  Surely not. Chromium ships a *private* copy of ffmpeg, more precisely, a
  fork of ffmpeg called ffmpeg-mt. Debian does not include ffmpeg-mt
  because of bug #575600 (tagged wontfix). Moreover, Debian's copy of
  ffmpeg will always be out-of-date.
 
  I wonder why the security team hasn't vetoed this move...
 
 Chromium isn't meant to be released with Squeeze. We'll reevaluate for
 Squeeze+1.

Is that still the case?

chromium-browser isn't in squeeze yet, but the only thing holding it out
right now is the fact that we haven't finished the icu transition and
chromium-browser depends on libicu44.

Regards,

Adam


--
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/1281468359.5975.292.ca...@kaa.jungle.aubergine.my-net-space.net



Usage of /var/lib for databases not properly described in policy

2010-08-10 Thread Andreas Tille
Hi,

I just tried to give some advise about proper placement of database
files in a Debian package and I was sure I could simply link to the
relevant paragraph in policy but there is none.  Is the usage of
/var/lib/pkgname just a reasonable habit which is shared by
postgresql, mysql and probably others and I could for instance invent
a directory

/var/my_super_duper_database

and keep the data there?  I do not actually intend to do so, but
shouldn't this be fixed somewhere in the policy.  FHS[1] is not
giving any explicite advise here and so we can not relay on the
predefinition there and thus should rather make our own.

Or did I missed something?

Kind regards

 Andreas.

[1] http://www.pathname.com/fhs/pub/fhs-2.3.html

-- 
http://fam-tille.de


-- 
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/20100810202939.gb5...@an3as.eu



Sprints (Was: (seasoned) bits from the DPL: comm, derivatives, delegations, money)

2010-08-10 Thread Andreas Tille
On Tue, Aug 10, 2010 at 04:30:14PM +0200, Stefano Zacchiroli wrote:
 - I've been contacting (thanks to Sune Vuorela and Michael Prokop)
   people from the KDE e.V. board about their incredibly successful
   sprint program [11].  I'm still fleshing out details (ATM we have
   significantly less resources than them, so we have more constraints),
   but I hope to be able to start something similar next fall. In the
   meantime, start thinking whether your pet Debian team can benefit from
   a sprint!
 
 [9]  
 http://upsilon.cc/~zack/blog/posts/2010/07/debian_meeting_sponsoring_guidelines/
 [10] http://wiki.debian.org/Teams/DPL/SponsoringGuidelines
 [11] http://community.kde.org/KDE_e.V./Sprints

If I understand sprints correctly it is what we once called Extremadura
work meetings which actually were really successful.  The only problem
is that Junta de Extramadura seems to have stopped this and we would
need just need some organisers and some money, right?  I'm really in
favour of this and I could imagine some Blends meetings.

Kind regards and thanks for the DPL bits

 Andreas.

-- 
http://fam-tille.de


-- 
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/20100810205031.gd5...@an3as.eu



Re: Usage of /var/lib for databases not properly described in policy

2010-08-10 Thread Don Armstrong
On Tue, 10 Aug 2010, Andreas Tille wrote:
 I just tried to give some advise about proper placement of database
 files in a Debian package and I was sure I could simply link to the
 relevant paragraph in policy but there is none. Is the usage of
 /var/lib/pkgname just a reasonable habit which is shared by
 postgresql, mysql and probably others and I could for instance
 invent a directory
 
 /var/my_super_duper_database
 
 and keep the data there?  I do not actually intend to do so, but
 shouldn't this be fixed somewhere in the policy.  FHS[1] is not
 giving any explicite advise here and so we can not relay on the
 predefinition there and thus should rather make our own.

FHS actually does define this. See Chapter 5, Purpose:

Applications must generally not add directories to the top level of
/var. Such directories should only be added if they have some
system-wide implication, and in consultation with the FHS mailing
list.

Coupled with

/var/cache is intended for cached data from applications. Such data
is locally generated as a result of time-consuming I/O or calculation.
The application must be able to regenerate or restore the data. Unlike
/var/spool, the cached files can be deleted without data loss.

and 

This hierarchy holds state information pertaining to an application
or the system. State information is data that programs modify while
they run, and that pertains to one specific host. Users must never
need to modify files in /var/lib to configure a package's operation.


Don Armstrong

-- 
Of course, there are cases where only a rare individual will have the
vision to perceive a system which governs many people's lives; a
system which had never before even been recognized as a system; then
such people often devote their lives to convincing other people that
the system really is there and that it aught to be exited from. 
 -- Douglas R. Hofstadter _Gödel Escher Bach. Eternal Golden Braid_

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/20100810204749.gg31...@rzlab.ucr.edu



Re: More advanced home directory creation in Debian?

2010-08-10 Thread Petter Reinholdtsen
[Ian Jackson]
 So while it doesn't use run-parts, it's halfway there already.  I
 use adduser.local on chiark.

Definitely useful, but not enought, as the debian-edu-config package
would break policy if it included a file in /usr/local/, and only one
package can provide this script at the time while I expect to include
several scripts to adjust parts of the created home directory, so we
could not provide a package for the universtity setup while also
having debian-edu-config intstalled.  For this, I believe a .d
directory with scripts executed by run-parts is needed.

It could either be in /etc/, or in /usr/lib/, or perhaps in both these
locations.  Say /usr/lib/adduser/skel.d/ for debian-edu-config and our
university package, and /etc/skel.d/ for host specific setup?  To make
it easy to get right for adduser libpam-mklocaluser and pam_mkhomedir
and other systems that should use it, I believe it would be best to
create a new script doing the work, which could be called mkhomedir or
something like that.  It would make sure all these systems create home
directories the same way.  Not sure what arguments the scripts should
get, but the path to the new home directory and the name of the user
being created is a must.  It would also be used by tools creating
users in LDAP and NIS, which would first create the entry in LDAP or
NIS, and then create the home directory using this new script.

Anyone else that would find such mechanism useful to have in Debian?

Happy hacking,
-- 
Petter Reinholdtsen


-- 
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/20100810203658.gd18...@login1.uio.no



Re: Usage of /var/lib for databases not properly described in policy

2010-08-10 Thread Steve Langasek
On Tue, Aug 10, 2010 at 10:29:39PM +0200, Andreas Tille wrote:
 I just tried to give some advise about proper placement of database
 files in a Debian package and I was sure I could simply link to the
 relevant paragraph in policy but there is none.  Is the usage of
 /var/lib/pkgname just a reasonable habit which is shared by
 postgresql, mysql and probably others and I could for instance invent
 a directory

 /var/my_super_duper_database

 and keep the data there?  I do not actually intend to do so, but
 shouldn't this be fixed somewhere in the policy.  FHS[1] is not
 giving any explicite advise here and so we can not relay on the
 predefinition there and thus should rather make our own.

 Or did I missed something?

  Applications must generally not add directories to the top level of /var.
  Such directories should only be added if they have some system-wide
  implication, and in consultation with the FHS mailing list.

  http://www.pathname.com/fhs/pub/fhs-2.3.html#THEVARHIERARCHY

-- 
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: why are there /bin and /usr/bin...

2010-08-10 Thread Goswin von Brederlow
Bruce Sass bms...@shaw.ca writes:

 I was curious so...
 $ for f in /bin/* /sbin/*; do if [ `file $f | grep ELF` !=  ] ; then 
 if [ `ldd $f | grep /usr` !=  ] ; then echo `dpkg -S $f`; ldd $f; 
 fi; fi; done
 iputils-ping: /bin/ping6
 linux-gate.so.1 =  (0xb770d000)
 libresolv.so.2 = /lib/i686/cmov/libresolv.so.2 (0x472dc000)
 libcrypto.so.0.9.8 = /usr/lib/i686/cmov/libcrypto.so.0.9.8 
 (0x4882b000)

Note that there is /lib/libcrypt* (at least here). This is just the more
optimized flavour the ld.so picks when the cpu supports it. But ping6
will run fine with the basic library if /usr is missing.

A better test might be to do this without /usr mounted.

MfG
Goswin


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



Re: why are there /bin and /usr/bin...

2010-08-10 Thread Steve Langasek
On Tue, Aug 10, 2010 at 11:53:10PM +0200, Goswin von Brederlow wrote:
 Bruce Sass bms...@shaw.ca writes:

 Note that there is /lib/libcrypt* (at least here). This is just the more
 optimized flavour the ld.so picks when the cpu supports it.

libcrypt != libcrypto.

-- 
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: why are there /bin and /usr/bin...

2010-08-10 Thread brian m. carlson
On Tue, Aug 10, 2010 at 11:53:10PM +0200, Goswin von Brederlow wrote:
 Bruce Sass bms...@shaw.ca writes:
 
  I was curious so...
  $ for f in /bin/* /sbin/*; do if [ `file $f | grep ELF` !=  ] ; then 
  if [ `ldd $f | grep /usr` !=  ] ; then echo `dpkg -S $f`; ldd $f; 
  fi; fi; done
  iputils-ping: /bin/ping6
  linux-gate.so.1 =  (0xb770d000)
  libresolv.so.2 = /lib/i686/cmov/libresolv.so.2 (0x472dc000)
  libcrypto.so.0.9.8 = /usr/lib/i686/cmov/libcrypto.so.0.9.8 
  (0x4882b000)
 
 Note that there is /lib/libcrypt* (at least here). This is just the more
 optimized flavour the ld.so picks when the cpu supports it. But ping6
 will run fine with the basic library if /usr is missing.

libcrypt is the library that provides crypt(3).  libcrypto is the part
of OpenSSL that provides the cryptographic primitives.  They are very
different.  On my amd64 machine, libcrypto.so.0.9.8 is definitely in
/usr/lib, and that's not just the optimized version (since such a
version doesn't exist for amd64).

The code it uses from libcrypto is only MD5.  There are several
interface-compatible versions out there if it's decided that ping6
shouldn't link to libcrypto.  Colin Plumb wrote a public domain one, for
example.

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187


signature.asc
Description: Digital signature


Re: why are there /bin and /usr/bin...

2010-08-10 Thread Bruce Sass
On August 10, 2010 03:53:10 pm Goswin von Brederlow wrote:
 Bruce Sass bms...@shaw.ca writes:
  I was curious so...
  $ for f in /bin/* /sbin/*; do if [ `file $f | grep ELF` !=  ] ;
  then if [ `ldd $f | grep /usr` !=  ] ; then echo `dpkg -S $f`;
  ldd $f; fi; fi; done
  iputils-ping: /bin/ping6
  linux-gate.so.1 =  (0xb770d000)
  libresolv.so.2 = /lib/i686/cmov/libresolv.so.2
  (0x472dc000) libcrypto.so.0.9.8 =
  /usr/lib/i686/cmov/libcrypto.so.0.9.8 (0x4882b000)

 Note that there is /lib/libcrypt* (at least here).

Yes, libcrypt (from the libc6 package) exists as a regular file 
under /lib and a symlink under /usr/lib... if libcrypto (from the 
libssl0.9.8 package) did the same dhclient wouldn't have failed on me 
and I wouldn't be here. :)


-- 
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/201008101631.18368.bms...@shaw.ca



Re: why are there /bin and /usr/bin...

2010-08-10 Thread Steve Langasek
On Tue, Aug 10, 2010 at 03:15:35AM -0600, Bruce Sass wrote:
 iputils-ping: /bin/ping6
 linux-gate.so.1 =  (0xb770d000)
 libresolv.so.2 = /lib/i686/cmov/libresolv.so.2 (0x472dc000)
 libcrypto.so.0.9.8 = /usr/lib/i686/cmov/libcrypto.so.0.9.8 
 (0x4882b000)
 libc.so.6 = /lib/i686/cmov/libc.so.6 (0x46bcc000)
 libdl.so.2 = /lib/i686/cmov/libdl.so.2 (0x46d3d000)
 libz.so.1 = /usr/lib/libz.so.1 (0x46d5e000)
 /lib/ld-linux.so.2 (0x46bad000)

Recent behavior change; reasonably using libcrypto for MD5 support instead
of reimplementing it.  Should be fixed by moving libcrypto and libz to /lib.

 isc-dhcp-client: /sbin/dhclient
 linux-gate.so.1 =  (0xb770c000)
 libcrypto.so.0.9.8 = /usr/lib/i686/cmov/libcrypto.so.0.9.8 
 (0x4882b000)
 libc.so.6 = /lib/i686/cmov/libc.so.6 (0x46bcc000)
 libdl.so.2 = /lib/i686/cmov/libdl.so.2 (0x46d3d000)
 libz.so.1 = /usr/lib/libz.so.1 (0x46d5e000)
 /lib/ld-linux.so.2 (0x46bad000)

From the bug that was filed, this appears to be a spurious linkage against
libcrypto.  Moving libcrypto to main (per above) will reduce the impact of
this, though binaries should generally not link to libraries they don't use.

 discover: /sbin/discover
 linux-gate.so.1 =  (0xb78f5000)
 libdiscover.so.2 = /usr/lib/libdiscover.so.2 (0x46d15000)
 libexpat.so.1 = /usr/lib/libexpat.so.1 (0x47109000)
 libc.so.6 = /lib/i686/cmov/libc.so.6 (0x46bcc000)
 /lib/ld-linux.so.2 (0x46bad000)

As others have commented, I'm not sure why we need this in /sbin.  Probably
a historical usage that's been superseded by udev?

wpa_supplicant also links against libssl, and may also be a prerequisite for
getting /usr on NFS mounted.  So there's ample reason to move openssl to
/lib.

-- 
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: doc-base is hugely unloved; bug mass-filing needed?

2010-08-10 Thread Ian Zimmerman
Steve Langasek vorlon at debian.org writes:

 But again, as Thomas points out, you can address this use case with much
 less per-package effort.  A centralized ten-line shell script would be
 enough to locate all the installed packages on the system that ship files
 under /usr/share/doc not matching the pattern
 {copyright,NEWS*,changelog*,README*} and grab the short description of the
 responsible package.  If you want to be really clever, some introspection of
 html documents could give you document titles.  Then you only need to worry
 about the minority of cases where autodetection fails.
 

PDFs have titles too, and they can't be snarfed in any way I know of.

Also, doc-base has another benefit that you're throwing under the bus, namely
the subject classification hierarchy.  Of course it is not perfect, there's
overlap among the topics, but so what.  Still much better than plain linear
search which is what you're suggesting.

So what I'm gonna do, in chronological order:

1. Scratch my itch, which as I can now see will have to happen without help from
the distribution.

2. Look into debhelper and try to come up with a patch for auto-snarfing, then
file a debhelper bug as Zack suggests.

3. If by then the coming global energy crisis hasn't arrived yet and I have a
working computer, I'll fix the list of offending packages.

Back to my cave.  OH and btw, given the state of affairs revealed by this
thread, should doc-base really be in policy?


  PS.: I am not subscribed to the list, so please Cc me on replies.  Is
  Mail-Copies-To another good idea that has fallen by the wayside? 
 
 I think you want Mail-Followup-To, which is actually implemented by a fair
 number of mailers.
 

Yes, thanks.  Been in the cave too long :-)





-- 
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/loom.20100810t194233-...@post.gmane.org



Notes from the DebConf Source Format BoF

2010-08-10 Thread Russ Allbery
After a discussion on IRC, I organized a BoF at DebConf10 to discuss new
source formats, specifically 3.0 (git).  Below are the notes from that
discussion.  I tried to take reasonably comprehensive notes, but I'm sure
that I missed things.  Other participants, please add any additional bits
that I forgot!

Notes for source package format ad hoc session
Friday, 2010-08-06, 10:30 - 11:30 (EDT)

Agenda
 * 3.0 (git)
 * ftp-team worries about VCS-embedded source package formats
 * git push as an upload mechanism
 * how much does debcheckout make this irrelevant?
 * 4.0?

ftp-team is concerned about doing license checks across the entire git
archive Colin points out that we're in the same situation with Alioth for
redistributability.  However, it is easier to withdraw things from Alioth
than from the archive.  And redistributability (the legal requirement) is
a lot less of a bar than what we check for DFSG.
 - shallow clones do bound the amount of work that has to be done here
   * Colin thinks that people may want to upload a lot more than that, but
 Joey doesn't think they will.
 - Colin: straw man: why is the answer not a shallow clone containing one
   revision?
   * You can pick how much you can include
   * ftp-master can make their own policy, only allow for native packages,
 limit to shallow clones
 - Lintian for that check if possible
   * Remember internal use where 3.0 (git) may be a lot more attractive
   * The default should be something ftp-master would accept

10 revisions doesn't really multiply the work by 10; it's equivalent to a
3.0 (quilt) package with 10 patches.  Is that enough history?  How do we
manage the size of the history versus the ftp-master review to keep from
imposing lots of additional work on ftp-master?
 * Having policy in advance is important; decisions on the fly cause arguments
   and frustration.

Concern that 3.0 (git) formats require Git to unpack.
Colin has heard from people who are auditing what's in Debian packages didn't
want to have to troll through version control repositories and would rather
see something more akin to what you get from a patch system.
 - Question: isn't that what you get from VCS log?
   - Answer: no, because a single change may be spread across lots of commits
 stgit/topgit, bzr loom and hg patch queues do something like this, but
 those are all still vaguely experimental

For people who are trying to figure out what we're doing, without following
what we're doing with VCS, they may be better served by 3.0 (quilt).

Joey says he pretty much agrees right now, but tools will improve and change.

You can sign a tag or branch: would it be possible for ftp-master to use a
signature or tag to mark where they've done the review to?  This would require
resigning the source package, so probably not.
 - It's unlikely that ftp-master would be doing incremental checks

Pluses for the format:
* Working in a VCS and exporting to patches is really clumsy
* TopGit and the like are rather cludgy and kind of annoying
* Part of Joey's motivation is that if you look at GitHub, the people using it
  a lot consider Git to be a source package format, and Debian should think
  about how we attract those people and how we work with them.  That does
  suggest non-native may be key in the long run, though.
  - If we're trying to get these people to be Debian contributors, native may
be okay.

* Colin talked to quite a lot of people trying to understand our source
  packages and from their point of view they know what a patch is but
  beyond that it gets fairly variable.
  - Joey: that may get back to whether we have it for non-native packages.
Maybe just start with native packages.

rra has tried TopGit and finds it rather annoying, and ends up using single
Debian patch with 3.0 (quilt) and essentially having 1.0.
 - One big patch is not really a seller.
 - Sponsors have not been looking at the Git repository and just building that;
   they're in a mode of getting the source package and looking at it, which
   makes clean 3.0 (quilt) formats important.
 - Packaging teams review from the VCS.

Colin uses a patch system and double-commits, because it becomes more readable
in the end.

Why not use debcheckout and some simple package format?
- I don't trust your repository will be up -- but if it's a shallow clone, you
  still don't get the history.  But at least you get something.
  * Does that give you anything that useful, though?  it's a lot less than
what you get from debcheckout.  debcheckout doesn't work all that
much, though.
- Colin wonders why we don't have a central directory of all the source
  package packaging repositories rather than putting it in package metadata.
  * Even with that, if you look at stuff in stable, the chances are that a
lot of those repositories have gone away.
- debcheckout is only really useful if you're about to do development
  * There's no uniform way to get a particular revision of the package.
  

Bug#592572: ITP: Marave -- A text editor that helps you focus on writing.

2010-08-10 Thread Chris Silva
Package: wnpp
Severity: wishlist
Owner: Chris Silva rac...@makeworld.com


* Package name: Marave
  Version : 0.7
  Upstream Author : Roberto Alsina rals...@netmanagers.com.ar
* URL : http://code.google.com/p/marave/
* License : GPL-2+
  Programming Lang: Python
  Description : A text editor that helps you focus on writing.

Inspired by ommwriter and other similar projects, marave 
(it means nothing or it doesn't matter in guaraní) aims 
to be a simple, clean text editor that doesn't distract you 
from your writing.

   * Clean interface. Most of the time: NO interface 

   * Pretty 

   * Customizable 

You can have a nice background, or just a color. You can have a 
realtime spellchecker or not. Syntax highlighting or not. You can 
have background music, keyboard feedback, or silence. Marave will 
try to be the way you want it to be.



-- 
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/20100811035505.19030.11729.report...@chris.makeworld.com



Re: doc-base is hugely unloved; bug mass-filing needed?

2010-08-10 Thread brian m. carlson
On Tue, Aug 10, 2010 at 06:08:50PM +, Ian Zimmerman wrote:
 PDFs have titles too, and they can't be snarfed in any way I know of.

pdftk will dump the info dictionary for PDFs, but if you want something
a little less heavyweight, try:

  lakeview ok % zgrep -a '^/Title' 
/usr/share/doc/texmf/latex-xcolor/xcolor.pdf.gz | sed -re 's,/Title *\(,,g; 
s/\)$//; s/\\\(/(/g; s/\\\)/)/g'
  xcolor v2.11 (2007/01/21)

Of course, this only works when the generating software sets the info
dictionary, and it doesn't work for XMP.  Still, it's better than
nothing.

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187


signature.asc
Description: Digital signature


Accepted autoconf-nonfree 2.67-1 (source all)

2010-08-10 Thread Russ Allbery
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Aug 2010 23:13:03 -0700
Source: autoconf-nonfree
Binary: autoconf-doc
Architecture: source all
Version: 2.67-1
Distribution: unstable
Urgency: low
Maintainer: Russ Allbery r...@debian.org
Changed-By: Russ Allbery r...@debian.org
Description: 
 autoconf-doc - automatic configure script builder documentation
Changes: 
 autoconf-nonfree (2.67-1) unstable; urgency=low
 .
   * New upstream release.
   * Build-depend on texlive-latex-recommended to get the EC font set, now
 required to build the PDF version of the manual.
   * Switch to 3.0 (quilt) source format.
   * Update standards version to 3.9.1 (no changes required).
Checksums-Sha1: 
 89c24982372fe3e8da254bf13d8c3fccf3d9e799 1299 autoconf-nonfree_2.67-1.dsc
 12e84642336a8d23fb8320d4027fc860f25c9b60 1837052 
autoconf-nonfree_2.67.orig.tar.gz
 32ef2b67c0857550fc0d66e83259b7020f640e41 4857 
autoconf-nonfree_2.67-1.debian.tar.gz
 4d78667d1c7476cbbc956c8ad80c4a80ad49080f 3070336 autoconf-doc_2.67-1_all.deb
Checksums-Sha256: 
 ef84f2e3235a3d6766af23ba95351d438c02374b4309829e0b518fa2c6bf33da 1299 
autoconf-nonfree_2.67-1.dsc
 26b752c4276472d3b21fa2a6cfdfb4957e39d5d6108a4f4020b13234ffba66d1 1837052 
autoconf-nonfree_2.67.orig.tar.gz
 4addd2929d627b00fb101a2e5100e848c14f5715990565e51b44afd02ebaa613 4857 
autoconf-nonfree_2.67-1.debian.tar.gz
 07cdb7533b0337d9b225ece741437150518973533f03e322aa3e5b95e988b919 3070336 
autoconf-doc_2.67-1_all.deb
Files: 
 364d8513effaae4dc56c8bec3d5c6c58 1299 non-free/doc optional 
autoconf-nonfree_2.67-1.dsc
 6078f53dfda911bdfb523e39f4d7fb2d 1837052 non-free/doc optional 
autoconf-nonfree_2.67.orig.tar.gz
 e2a51cb71f288b2a4fe3ad48c817a603 4857 non-free/doc optional 
autoconf-nonfree_2.67-1.debian.tar.gz
 8aeac4f165ff310490ba36ea837908ae 3070336 non-free/doc optional 
autoconf-doc_2.67-1_all.deb

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

iEYEARECAAYFAkxg7ooACgkQ+YXjQAr8dHZJ6wCgxPBnKAHVCgYfn2lFPZzj6MKq
xBIAoIOhLL9bbWE338CuMKKerSlSDsM6
=o+9C
-END PGP SIGNATURE-


Accepted:
autoconf-doc_2.67-1_all.deb
  to non-free/a/autoconf-nonfree/autoconf-doc_2.67-1_all.deb
autoconf-nonfree_2.67-1.debian.tar.gz
  to non-free/a/autoconf-nonfree/autoconf-nonfree_2.67-1.debian.tar.gz
autoconf-nonfree_2.67-1.dsc
  to non-free/a/autoconf-nonfree/autoconf-nonfree_2.67-1.dsc
autoconf-nonfree_2.67.orig.tar.gz
  to non-free/a/autoconf-nonfree/autoconf-nonfree_2.67.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/e1oiink-0008ef...@franck.debian.org



Accepted imsniff 0.04-6 (source i386)

2010-08-10 Thread Juan Angulo Moreno
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Mon, 09 Aug 2010 16:41:13 -0430
Source: imsniff
Binary: imsniff
Architecture: source i386
Version: 0.04-6
Distribution: unstable
Urgency: low
Maintainer: Juan Angulo Moreno j...@apuntale.com
Changed-By: Juan Angulo Moreno j...@apuntale.com
Description: 
 imsniff- Simple program to log Instant Messaging activity on the network
Closes: 592344
Changes: 
 imsniff (0.04-6) unstable; urgency=low
 .
   * Fixed: FTBFS on GNU/kFreeBSD. (Closes: #592344). Thanks Petr Salinger
Checksums-Sha1: 
 b84238e47216fc81c741034d36ca513059f6c8c6 1051 imsniff_0.04-6.dsc
 872bbe6dcead89d92a4bff31922c553304af4374 6613 imsniff_0.04-6.debian.tar.gz
 d28498f5a2524a329576ea2762c75a728697212f 23648 imsniff_0.04-6_i386.deb
Checksums-Sha256: 
 bf161d8c5d93dbe9cf0c249e87f6d77cf13c00ff7ed65953231c03a4b297d972 1051 
imsniff_0.04-6.dsc
 1c77c3f18ecdc72e26b15e210746ad32bab77adcd1b6a9f8765d65bd3f91b2bf 6613 
imsniff_0.04-6.debian.tar.gz
 9aa99f62fb50d83e0d6d08f871714fd86d4305f0742b6f07da347400ffd6e142 23648 
imsniff_0.04-6_i386.deb
Files: 
 a05db3edd5e97d00617c0d01078edb89 1051 net extra imsniff_0.04-6.dsc
 771c5b8b367a4d99781e7965e56692b9 6613 net extra imsniff_0.04-6.debian.tar.gz
 8ebc50d632508971a935e9cb9dc28858 23648 net extra imsniff_0.04-6_i386.deb

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

iEYEAREDAAYFAkxg778ACgkQOKCtW8rKsRh1yACfXhHCcQCCJtZJyuhEbuJx8K/K
AMwAoKwduNNgeGPCmKAtzMBXJwo/1rr7
=kFKi
-END PGP SIGNATURE-


Accepted:
imsniff_0.04-6.debian.tar.gz
  to main/i/imsniff/imsniff_0.04-6.debian.tar.gz
imsniff_0.04-6.dsc
  to main/i/imsniff/imsniff_0.04-6.dsc
imsniff_0.04-6_i386.deb
  to main/i/imsniff/imsniff_0.04-6_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/e1oiio2-0008ht...@franck.debian.org



Accepted motion 3.2.12-2 (source i386)

2010-08-10 Thread Juan Angulo Moreno
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sun, 08 Aug 2010 17:20:01 -0430
Source: motion
Binary: motion
Architecture: source i386
Version: 3.2.12-2
Distribution: unstable
Urgency: low
Maintainer: Juan Angulo Moreno j...@apuntale.com
Changed-By: Juan Angulo Moreno j...@apuntale.com
Description: 
 motion - V4L capture program supporting motion detection
Closes: 550689 580379 589011
Changes: 
 motion (3.2.12-2) unstable; urgency=low
 .
   * Bumped Standards-Version to 3.9.1
   * Fixed: Depends on unversioned libmysqlclient-dev (Closes: #589011).
 Thanks Angel Abad.
   * Fixed: Wrong implementation of the init-functions (Closes: #580379).
   * Fixed: motion randomly segfaults (Closes: #550689).
Checksums-Sha1: 
 56492e2e2a44f723ddde0c1dc18e6de9f3776f13 1117 motion_3.2.12-2.dsc
 44db124f06be734edf6167e33134015157ce0fa2 32370 motion_3.2.12-2.debian.tar.gz
 2407dd417abff6468ddd59a162b4874bfb986f88 291314 motion_3.2.12-2_i386.deb
Checksums-Sha256: 
 4721aca26b0c8e8aa845eeddea95c4b0d45dbdbb6b92bedf681669ffcdb6167f 1117 
motion_3.2.12-2.dsc
 bdef3fa7876c971862c2636c2b7af009a21aec3f74c05c5c1d53f45e01307f05 32370 
motion_3.2.12-2.debian.tar.gz
 94c1b96a1df77a6c81089442b115088e9d94f2449382799a068429680f95bf9c 291314 
motion_3.2.12-2_i386.deb
Files: 
 8cc84dbd458ee735151bbdac6bcd0d00 1117 graphics optional motion_3.2.12-2.dsc
 df2fa45e0378228b7c6358329685ac5d 32370 graphics optional 
motion_3.2.12-2.debian.tar.gz
 e6665637733076437db059b836915c57 291314 graphics optional 
motion_3.2.12-2_i386.deb

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

iEYEAREDAAYFAkxg8Z0ACgkQOKCtW8rKsRg27gCfY0KhfpJxw+aIHlyAX2/PikoA
pEoAn3vXrFbLAQ99lwVspZ75q0FwPT7X
=MU95
-END PGP SIGNATURE-


Accepted:
motion_3.2.12-2.debian.tar.gz
  to main/m/motion/motion_3.2.12-2.debian.tar.gz
motion_3.2.12-2.dsc
  to main/m/motion/motion_3.2.12-2.dsc
motion_3.2.12-2_i386.deb
  to main/m/motion/motion_3.2.12-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/e1oiio9-0008ko...@franck.debian.org



Accepted poppler 0.12.4-1.1 (source amd64)

2010-08-10 Thread Michael Gilbert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 06 Aug 2010 18:51:54 -0400
Source: poppler
Binary: libpoppler5 libpoppler-dev libpoppler-glib4 libpoppler-glib-dev 
libpoppler-qt2 libpoppler-qt-dev libpoppler-qt4-3 libpoppler-qt4-dev 
poppler-utils poppler-dbg
Architecture: source amd64
Version: 0.12.4-1.1
Distribution: unstable
Urgency: high
Maintainer: Loic Minier l...@dooz.org
Changed-By: Michael Gilbert michael.s.gilb...@gmail.com
Description: 
 libpoppler-dev - PDF rendering library -- development files
 libpoppler-glib-dev - PDF rendering library -- development files (GLib 
interface)
 libpoppler-glib4 - PDF rendering library (GLib-based shared library)
 libpoppler-qt-dev - PDF rendering library -- development files (Qt 3 interface)
 libpoppler-qt2 - PDF rendering library (Qt 3 based shared library)
 libpoppler-qt4-3 - PDF rendering library (Qt 4 based shared library)
 libpoppler-qt4-dev - PDF rendering library -- development files (Qt 4 
interface)
 libpoppler5 - PDF rendering library
 poppler-dbg - PDF rendering library - detached debugging symbols
 poppler-utils - PDF utilitites (based on libpoppler)
Closes: 586620
Changes: 
 poppler (0.12.4-1.1) unstable; urgency=high
 .
   * Non-maintainer upload.
   * Do not conflict with newer versions of xpdf-utils (closes: #586620).
Checksums-Sha1: 
 04838036bbf5aca8978a20579af43ebe4dcf55a2 1617 poppler_0.12.4-1.1.dsc
 c7fb500ddc4b43dbb410933e152383fe28d7a700 19472 poppler_0.12.4-1.1.diff.gz
 a002a0527ecd9cf4a5f535865602a236da69daf6 954814 
libpoppler5_0.12.4-1.1_amd64.deb
 27fbc4d373183743a28724d8ea757c59c6594aec 1262136 
libpoppler-dev_0.12.4-1.1_amd64.deb
 eedca32d10c0d94ca2b2f055b5dd969772bcc3ac 302192 
libpoppler-glib4_0.12.4-1.1_amd64.deb
 ff51cab3a8678825d5e42db9374bb9d634b643f7 377032 
libpoppler-glib-dev_0.12.4-1.1_amd64.deb
 17330bc0a417f2631ee649e57f98f7bedead25e7 252454 
libpoppler-qt2_0.12.4-1.1_amd64.deb
 a86b81d8e02567bb4708ea9245a2836abfe31368 259920 
libpoppler-qt-dev_0.12.4-1.1_amd64.deb
 b7677ce500178294c9ca8f58ea03bc5ece802507 399842 
libpoppler-qt4-3_0.12.4-1.1_amd64.deb
 2cf1fd2599c5a272bf280994534780226ca60dad 455152 
libpoppler-qt4-dev_0.12.4-1.1_amd64.deb
 7fa323e46036f3c99743b44dadc1bcccb8cbd9a5 309008 
poppler-utils_0.12.4-1.1_amd64.deb
 4fe5bbba5aad45f1fec4594450582ade69680b69 3574058 
poppler-dbg_0.12.4-1.1_amd64.deb
Checksums-Sha256: 
 ea0b156f38fff8943b1bc3e124c016c698b8fcda0febc5d5cb5892fe5735c58f 1617 
poppler_0.12.4-1.1.dsc
 8ef4b0358fd231c53cd289ce142c985a029c1a4bd9454078e9fa0820686a3d57 19472 
poppler_0.12.4-1.1.diff.gz
 fe447c403818cee6e37f591559d75a8e2b323eb2ac197cb9649cb67896f03090 954814 
libpoppler5_0.12.4-1.1_amd64.deb
 0ed67ae6560228efdfcdd4dcaef21846a01253d44c9ae67a39276ef6c802bf05 1262136 
libpoppler-dev_0.12.4-1.1_amd64.deb
 050bd99140dbffc61a609456da337bcd88e81ff54e7cd1cee0dd2694ee00be06 302192 
libpoppler-glib4_0.12.4-1.1_amd64.deb
 e195c39f3b205d5a4eea92bf3c730794be7ba796d1e1430709a47805dceed7ae 377032 
libpoppler-glib-dev_0.12.4-1.1_amd64.deb
 3f4bde12da5f19bdd4b0480f4641cdf1c96b3764a7da88303b0c0fe1914a2508 252454 
libpoppler-qt2_0.12.4-1.1_amd64.deb
 fa72af835b6d08d1c484d01714472681c5134aa559a76d0d48645a2a25ef4e97 259920 
libpoppler-qt-dev_0.12.4-1.1_amd64.deb
 f91a377a2d05a3d111f80c3cf282d7db026ec9c825064660c74e034b0d464fe5 399842 
libpoppler-qt4-3_0.12.4-1.1_amd64.deb
 ab550a7c033fb02ed4efdefd65c9603152ed33c83a67231d6d01f9fcfbc30f42 455152 
libpoppler-qt4-dev_0.12.4-1.1_amd64.deb
 009e59c20fd51922d30329917a3305428a52e310287803941dd7a753ec467d7d 309008 
poppler-utils_0.12.4-1.1_amd64.deb
 d1d5dfaa4bee6a280f5ab4f057b4540257e3067a2c4aded3172e8dbbd00747a4 3574058 
poppler-dbg_0.12.4-1.1_amd64.deb
Files: 
 1a97f60eaeff58bad2a15709076044c9 1617 devel optional poppler_0.12.4-1.1.dsc
 f5fd874857be70fb908cf75778cedaec 19472 devel optional 
poppler_0.12.4-1.1.diff.gz
 dbfddfb9d09343e3d789638d1f194256 954814 libs optional 
libpoppler5_0.12.4-1.1_amd64.deb
 d56559d8f31cb3cce23fbb78d147d3b0 1262136 libdevel optional 
libpoppler-dev_0.12.4-1.1_amd64.deb
 e1969b25988f1d9aec66585ca8b471d9 302192 libs optional 
libpoppler-glib4_0.12.4-1.1_amd64.deb
 5cee0faec0daa9428f735be988b5ebfa 377032 libdevel optional 
libpoppler-glib-dev_0.12.4-1.1_amd64.deb
 90396aeaf2b8e47988b9513150504c30 252454 libs optional 
libpoppler-qt2_0.12.4-1.1_amd64.deb
 9b12ba1b545b67b03b6dc04c4615cfb9 259920 libdevel optional 
libpoppler-qt-dev_0.12.4-1.1_amd64.deb
 a5cda8e92489c83aa8c6e2b9d04ece0b 399842 libs optional 
libpoppler-qt4-3_0.12.4-1.1_amd64.deb
 30b0cd2c7da229455b36fe3c79e8d5ba 455152 libdevel optional 
libpoppler-qt4-dev_0.12.4-1.1_amd64.deb
 7ab8a34e23aa6d059b36b1a38ffdd6f3 309008 utils optional 
poppler-utils_0.12.4-1.1_amd64.deb
 919f024ca7b94f4a1a093ddc15fa7413 3574058 debug extra 
poppler-dbg_0.12.4-1.1_amd64.deb

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

iEYEARECAAYFAkxeaREACgkQ6A/EwagGHzK8xQCfQnsACeFR7BhVVTTViHZ9XHbc
obYAn1EshzwMcWNkYDA319Vzzq1QdQKm
=hydG
-END PGP SIGNATURE-



Accepted spectacle 0.18+git19+4768025-1 (source all)

2010-08-10 Thread Fathi Boudra
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 08 Aug 2010 20:01:42 +0300
Source: spectacle
Binary: spectacle
Architecture: source all
Version: 0.18+git19+4768025-1
Distribution: unstable
Urgency: low
Maintainer: Fathi Boudra f...@debian.org
Changed-By: Fathi Boudra f...@debian.org
Description: 
 spectacle  - RPM Spec file generator and management tool
Closes: 592311
Changes: 
 spectacle (0.18+git19+4768025-1) unstable; urgency=low
 .
   * Initial release (Closes: #592311)
Checksums-Sha1: 
 b38fed83bd2e2618046bc1f81d0149cdb630077e 1337 
spectacle_0.18+git19+4768025-1.dsc
 8a6d3f0e395b7ced0dbdc8932f520e426b76ce10 68095 
spectacle_0.18+git19+4768025.orig.tar.gz
 dabbeb09f6c802e706344f74361a0f3e6f2ed1fa 2685 
spectacle_0.18+git19+4768025-1.debian.tar.gz
 e6974e933e198702f3ed443b3cf3c5eebf30b392 66116 
spectacle_0.18+git19+4768025-1_all.deb
Checksums-Sha256: 
 f19c18bf637c17b08de49b22750b3c70fa170cf8b5d283b6a17f4a4cfd6e130c 1337 
spectacle_0.18+git19+4768025-1.dsc
 6c8a64164a3ca5aba2143dc0444a1fb0f1f48a741281332b317fb0c8244a9354 68095 
spectacle_0.18+git19+4768025.orig.tar.gz
 997f4c0099e7c678cd085812470402fad666793ac06596fb4c8509676d3525f0 2685 
spectacle_0.18+git19+4768025-1.debian.tar.gz
 b314e8d9badbd38c2f5d8428c9a61a99553d180ee247973c47f7cf8f7f47550e 66116 
spectacle_0.18+git19+4768025-1_all.deb
Files: 
 c832431f83874b02cb1cdf0878c98331 1337 devel optional 
spectacle_0.18+git19+4768025-1.dsc
 ae44ac8ff0a5a87655cfb90271da272d 68095 devel optional 
spectacle_0.18+git19+4768025.orig.tar.gz
 5366c36fb97b028ebde7a96f4d2b88df 2685 devel optional 
spectacle_0.18+git19+4768025-1.debian.tar.gz
 e4f6c71ee5057faa0dbda9cb35683c66 66116 devel optional 
spectacle_0.18+git19+4768025-1_all.deb

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

iJwEAQECAAYFAkxfsJsACgkQjPU19mqlcvdXagQAm1jYNAEXmoi/u4Mh5//quR4k
LsP9RSnL8gSGBSWjQrxyYb3RZt27zvtQcWNi+52Msnufb50d8u8T2pUTW6zMPELP
dbGx2eWPrbo0Ny1HLO+HblC0m3T9mTUPmPRW0Vpz615DVFdKTKRr59Nu1pW3KuLk
MSMbKmaLMVIo2dPa46A=
=sUHj
-END PGP SIGNATURE-


Accepted:
spectacle_0.18+git19+4768025-1.debian.tar.gz
  to main/s/spectacle/spectacle_0.18+git19+4768025-1.debian.tar.gz
spectacle_0.18+git19+4768025-1.dsc
  to main/s/spectacle/spectacle_0.18+git19+4768025-1.dsc
spectacle_0.18+git19+4768025-1_all.deb
  to main/s/spectacle/spectacle_0.18+git19+4768025-1_all.deb
spectacle_0.18+git19+4768025.orig.tar.gz
  to main/s/spectacle/spectacle_0.18+git19+4768025.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/e1oilqt-0003ka...@franck.debian.org



Accepted kdebase-workspace 4:4.4.5-3 (source all amd64)

2010-08-10 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 02 Aug 2010 23:23:41 +0200
Source: kdebase-workspace
Binary: kdebase-workspace plasma-desktop plasma-netbook kdebase-workspace-bin 
kdebase-workspace-data kdebase-workspace-dev plasma-dataengines-workspace 
plasma-widgets-workspace plasma-scriptengines plasma-scriptengine-qedje 
plasma-scriptengine-ruby plasma-scriptengine-python plasma-scriptengine-webkit 
plasma-scriptengine-googlegadgets kdm klipper ksysguardd ksysguard 
kde-window-manager libkdecorations4 libkwineffects1a systemsettings 
kdebase-workspace-kgreet-plugins libkephal4 libkscreensaver5 libksgrd4 
libksignalplotter4 libkworkspace4 liblsofui4 libplasmaclock4a 
libplasma-geolocation-interface4 libplasmagenericshell4 libprocesscore4a 
libprocessui4a libsolidcontrol4 libsolidcontrolifaces4 libtaskmanager4a 
libweather-ion4a kdebase-workspace-dbg
Architecture: source all amd64
Version: 4:4.4.5-3
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Description: 
 kde-window-manager - the K window manager (KWin)
 kdebase-workspace - KDE Plasma Workspace components
 kdebase-workspace-bin - core binaries for the KDE Plasma Workspace
 kdebase-workspace-data - shared data files for the KDE Plasma Workspace
 kdebase-workspace-dbg - debugging symbols for the KDE Plasma Workspaces
 kdebase-workspace-dev - development files for the KDE Plasma Workspace
 kdebase-workspace-kgreet-plugins - KDE greet libraries for authentication
 kdm- KDE Display Manager for X11
 klipper- clipboard manager
 ksysguard  - process monitor and system statistics
 ksysguardd - System Guard Daemon
 libkdecorations4 - library used by decorations for the KDE window manager
 libkephal4 - API for easier handling of multihead systems
 libkscreensaver5 - library of the KDE Screensaver system
 libksgrd4  - library for ksysguard
 libksignalplotter4 - the KSignalPlotter widget
 libkwineffects1a - library used by effects for the KDE window manager
 libkworkspace4 - library for the kdebase workspace
 liblsofui4 - library for ksysguard based priority scheduling
 libplasma-geolocation-interface4 - library for the Plasma geolocation
 libplasmaclock4a - library for Plasma clocks
 libplasmagenericshell4 - shared elements for all the plasma shells
 libprocesscore4a - library for ksysguard based process view
 libprocessui4a - library for ksysguard process user interface
 libsolidcontrol4 - library for Solid based network management
 libsolidcontrolifaces4 - library for Solid based network interface management
 libtaskmanager4a - library which provides task management facilities
 libweather-ion4a - library which provides an interface for weather information 
servi
 plasma-dataengines-workspace - KDE Plasma data engines
 plasma-desktop - The KDE Plasma workspace for desktop and laptop computers
 plasma-netbook - The KDE Plasma workspace for netbook computers
 plasma-scriptengine-googlegadgets - Google Gadgets script engine for Plasma
 plasma-scriptengine-python - Python script engine for Plasma
 plasma-scriptengine-qedje - QEdje script engine for Plasma
 plasma-scriptengine-ruby - Ruby script engine for Plasma
 plasma-scriptengine-webkit - Web and Mac OS X dashboard widget support for 
Plasma
 plasma-scriptengines - a metapackage to install all Plasma script engines
 plasma-widgets-workspace - plasma widgets and containments for the KDE Plasma 
Workspace
 systemsettings - System Settings
Closes: 592278
Changes: 
 kdebase-workspace (4:4.4.5-3) unstable; urgency=low
 .
   [ Sune Vuorela ]
   * Don't use ntrack on !linux. It doesn't work/exist there, and fix
 patch to actually work in all cases.
 .
   [ Pino Toscano ]
   * Fix a typo in description of libksgrd4, which slipped in my previous
 changes. (Closes: #592278)
Checksums-Sha1: 
 eda06eb09bfe969a017cf587120fd051895a4d2d 3483 kdebase-workspace_4.4.5-3.dsc
 8dc7f5db910f7c952f07748aeedf6086dc0e12e1 130849 
kdebase-workspace_4.4.5-3.debian.tar.gz
 c8226208c7d406b592bb431d9724c63bc3e1997d 30518 
kdebase-workspace_4.4.5-3_all.deb
 affb65092db343aa9d730b01a511cd4dcca049be 68153212 
kdebase-workspace-data_4.4.5-3_all.deb
 7900bc3162abe2384e8472e1bb19956b97fcd2fc 29056 
plasma-scriptengines_4.4.5-3_all.deb
 e0dfcb1a38f68420854f8ba8fc31665589540538 36834 
plasma-scriptengine-ruby_4.4.5-3_all.deb
 276ae6f8ca0424dcf037d13f571cac20051f5d25 43428 
plasma-scriptengine-python_4.4.5-3_all.deb
 a9b400d3dc51586fab1bcb136eebae94c36054ed 632864 
plasma-desktop_4.4.5-3_amd64.deb
 13aee841ef398ee655bf11d513e25d3d5a374c6b 323498 
plasma-netbook_4.4.5-3_amd64.deb
 c0c8cca578ea302c05a0f59a7ecea6032b1b236b 3473280 
kdebase-workspace-bin_4.4.5-3_amd64.deb
 86f1ce3a3535959853a2f93503f7d8ec1cce9763 173930 
kdebase-workspace-dev_4.4.5-3_amd64.deb
 c3e5b84e41ee0864d95e89ecf5545bf49c787070 689110 
plasma-dataengines-workspace_4.4.5-3_amd64.deb
 

Accepted ejabberd-mod-shared-roster-ldap 0.5.1-1 (source all)

2010-08-10 Thread Thorsten Glaser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA384

Format: 1.8
Date: Mon, 09 Aug 2010 16:14:16 +0200
Source: ejabberd-mod-shared-roster-ldap
Binary: ejabberd-mod-shared-roster-ldap
Architecture: source all
Version: 0.5.1-1
Distribution: experimental
Urgency: low
Maintainer: Thorsten Glaser t...@mirbsd.de
Changed-By: Thorsten Glaser t...@mirbsd.de
Description: 
 ejabberd-mod-shared-roster-ldap - Shared Roster via LDAP for ejabberd
Closes: 592353
Changes: 
 ejabberd-mod-shared-roster-ldap (0.5.1-1) experimental; urgency=low
 .
   * Initial release. (Closes: #592353)
Checksums-Sha1: 
 37432ffabe5077d27b37520996901c40dbf7228e 1889 
ejabberd-mod-shared-roster-ldap_0.5.1-1.dsc
 a9498d26e17752b882b3341b633d1804075d74ef 607758 
ejabberd-mod-shared-roster-ldap_0.5.1.orig.tar.gz
 2ef4c6ac88005361367bdd842948e11b8a2a16b7 1992 
ejabberd-mod-shared-roster-ldap_0.5.1-1.diff.gz
 ba46219bbf0b5283a5269196d0c565ebcbac6b65 610258 
ejabberd-mod-shared-roster-ldap_0.5.1-1_all.deb
Checksums-Sha256: 
 a7c29695f4400dd950e6562158f672e1b32f6d1b63ac9fd56f98839c7bc4e34d 1889 
ejabberd-mod-shared-roster-ldap_0.5.1-1.dsc
 60e4ba0921d1ac65f9cca04fa2a7a3bbe3a9af52a26ad1a4fca4a3c6f1f0cc19 607758 
ejabberd-mod-shared-roster-ldap_0.5.1.orig.tar.gz
 ed71149fe361f042897c11eb7e331cc4a42724b21f1f338e3abc238f7dc91e5b 1992 
ejabberd-mod-shared-roster-ldap_0.5.1-1.diff.gz
 61d6ea5311d063bb504cfb4f1cf17d09e291f2a4757a4e7c3131caf102dbd82c 610258 
ejabberd-mod-shared-roster-ldap_0.5.1-1_all.deb
Files: 
 0c4e2d3a36a9cd0ed3d10fd35ecdc7ff 1889 net optional 
ejabberd-mod-shared-roster-ldap_0.5.1-1.dsc
 9633c19d72e9ef0e59b82a3d33a34a89 607758 net optional 
ejabberd-mod-shared-roster-ldap_0.5.1.orig.tar.gz
 777f6f3dcb61e93d0aaee65d05f1ffe9 1992 net optional 
ejabberd-mod-shared-roster-ldap_0.5.1-1.diff.gz
 88b2b351add15d976dbb5d75151e5e34 610258 net optional 
ejabberd-mod-shared-roster-ldap_0.5.1-1_all.deb

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

iQIVAwUBTGEOY3a1NLLpkAfgAQlC2hAAw1C9BCmQabB/qjS8ajWpyzx/6kmedJXh
Kyo0wN0ETWlfQJYRjMajfqRYfi4zrDFKfWgunkJE5krecr65qPQJE0oc92Go0O1r
AS7JDUJhnmLCBmjJUfJVRNM8PaG628n1jc1eeW0A8EF2hwEwt8OcI0ugEd9hhucz
q962tUZEusb+6YpsREVCtMJ28gVfhv6ETEnd9zLbW38Lb24KXWyLstBfB7BGRUzh
rxffusQkC6e55lS040EdANAhiZLWRVLIcIjhaHvuxI8qF+/PLtCMZGjorvvlxQHd
LQa7A1wW5gz/XkyHtLlGeCpTyCfeM7HQJHZU0q7zRaXO94g8FODOkMNqRoQzcqm3
kYusT8lzeZC8WOXgSgspgQvCWrDqa3ywtwtxTb6wZei6fXd6aOyAgQr6YIa6UTKP
HBz/Of2E/XUPQPOXUjL7vWtNUiuWS0JiISElga8mRCbpUDQeYIauGyQX0Rvmx/iU
bYioaad3GE4EaumYrKqExYbCbHq5jZzqFquWAhA2gvq/cjx+q7Rllo0YngHS54aM
KB3SLYMynGuPhTvFzcbM6QjQZV0chppCHwEpOQxEiyh74h4DDZaJvN3GPioIdBnb
QW/qSHB6GtGxw6dybYncG/EP/epaEgBJpodLBzpFHf97yVTayIhHT0c3JpL3QU+p
Am11HJL66gs=
=qMF2
-END PGP SIGNATURE-


Accepted:
ejabberd-mod-shared-roster-ldap_0.5.1-1.diff.gz
  to 
main/e/ejabberd-mod-shared-roster-ldap/ejabberd-mod-shared-roster-ldap_0.5.1-1.diff.gz
ejabberd-mod-shared-roster-ldap_0.5.1-1.dsc
  to 
main/e/ejabberd-mod-shared-roster-ldap/ejabberd-mod-shared-roster-ldap_0.5.1-1.dsc
ejabberd-mod-shared-roster-ldap_0.5.1-1_all.deb
  to 
main/e/ejabberd-mod-shared-roster-ldap/ejabberd-mod-shared-roster-ldap_0.5.1-1_all.deb
ejabberd-mod-shared-roster-ldap_0.5.1.orig.tar.gz
  to 
main/e/ejabberd-mod-shared-roster-ldap/ejabberd-mod-shared-roster-ldap_0.5.1.orig.tar.gz


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



Accepted ibus-table-others 1.3.0.20100528-1 (source all)

2010-08-10 Thread LI Daobing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Aug 2010 22:23:53 +0800
Source: ibus-table-others
Binary: ibus-table-compose ibus-table-ipa-x-sampa ibus-table-translit 
ibus-table-translit-ua ibus-table-rustrad ibus-table-yawerty ibus-table-thai 
ibus-table-viqr ibus-table-latex ibus-table-cns11643 ibus-table-emoji
Architecture: source all
Version: 1.3.0.20100528-1
Distribution: unstable
Urgency: low
Maintainer: IME Packaging Team pkg-ime-de...@lists.alioth.debian.org
Changed-By: LI Daobing lidaob...@debian.org
Description: 
 ibus-table-cns11643 - ibus-table input method: Cns11643
 ibus-table-compose - ibus-table input method: Compose
 ibus-table-emoji - ibus-table input method: Emoji
 ibus-table-ipa-x-sampa - ibus-table input method: IPA-X-SAMPA
 ibus-table-latex - ibus-table input method: LaTeX
 ibus-table-rustrad - ibus-table input method: Russian Traditional
 ibus-table-thai - ibus-table input method: Thai
 ibus-table-translit - ibus-table input method: Translit
 ibus-table-translit-ua - ibus-table input method:  Ukrainian Translit
 ibus-table-viqr - ibus-table input method: Viqr
 ibus-table-yawerty - ibus-table input method: Yawerty
Closes: 584760
Changes: 
 ibus-table-others (1.3.0.20100528-1) unstable; urgency=low
 .
   [ Asias He ]
   * Initial release (Closes: #584760)
Checksums-Sha1: 
 b782c314d644194f953815d765135911dab4fddd 1653 
ibus-table-others_1.3.0.20100528-1.dsc
 bb977bb8041b05d7b34aac6c19a3950167fa177d 585347 
ibus-table-others_1.3.0.20100528.orig.tar.gz
 023b3dfe48f5291c31e051f960009f3fda0608d7 3268 
ibus-table-others_1.3.0.20100528-1.debian.tar.gz
 17b8258de39b0070e426ff4aebb7566ab01015b2 19118 
ibus-table-compose_1.3.0.20100528-1_all.deb
 59e2928e41fb35aff07a53a77eb689394775f9cc 10224 
ibus-table-ipa-x-sampa_1.3.0.20100528-1_all.deb
 cce13ff43da5523a1b77c29ba70c43be3b2e8d57 8956 
ibus-table-translit_1.3.0.20100528-1_all.deb
 8198cc57779c8416cd939422c9a8704f9b1e8f92 8972 
ibus-table-translit-ua_1.3.0.20100528-1_all.deb
 abf171b1082feff79c6d7bf4e7a7d79d65360e58 9046 
ibus-table-rustrad_1.3.0.20100528-1_all.deb
 45e4f30e70e1a785bf4db50dcd07ce6ae6da0932 6180 
ibus-table-yawerty_1.3.0.20100528-1_all.deb
 82d60522c4d15407d1212e01c2471f7b6ad20b80 7162 
ibus-table-thai_1.3.0.20100528-1_all.deb
 692b551737716afadace8fa55049e40f35e49802 9568 
ibus-table-viqr_1.3.0.20100528-1_all.deb
 4d7cbd200d7da6f065fb8b537e91e01ebeb51341 18608 
ibus-table-latex_1.3.0.20100528-1_all.deb
 8a24f60bae3074d64e87e7bddc58fe257b85bf1a 1925702 
ibus-table-cns11643_1.3.0.20100528-1_all.deb
 35988115cbfa6a18f96e6d4a00a9d6a6f3b858a9 38342 
ibus-table-emoji_1.3.0.20100528-1_all.deb
Checksums-Sha256: 
 1754db76462bb2f744bb4680f78f4cfadc67d4a17c5f7c495aeaf133e5b67ee6 1653 
ibus-table-others_1.3.0.20100528-1.dsc
 2127051c38f4bbc2b8d1953c06a4189d6172f4eee689f37dad47e92391b861ed 585347 
ibus-table-others_1.3.0.20100528.orig.tar.gz
 a58467cb19618b7ce7e82fc1d0a360cd014ddbb4e17fddac1f5308238d550a2c 3268 
ibus-table-others_1.3.0.20100528-1.debian.tar.gz
 6ff34466708889c06e23476df3ea62418740e8c14bfa27462f649ad2261f67b5 19118 
ibus-table-compose_1.3.0.20100528-1_all.deb
 56196a3b28f4fc3f80cbe134dd9809aaade241fc42a84b90e134e631beca0452 10224 
ibus-table-ipa-x-sampa_1.3.0.20100528-1_all.deb
 a7a28617d481d205b57b24b57bdb003d9cb8da902d28d8d3d2003a2f5e5eb771 8956 
ibus-table-translit_1.3.0.20100528-1_all.deb
 9dded033485c449e4c9e166c117d3833ba7f0b0b49945c63ab9cbef67d4bdfe4 8972 
ibus-table-translit-ua_1.3.0.20100528-1_all.deb
 d1579a5b86fa0780adbcae2f08473b8250925a46675a7bb73f019c493e8c71cb 9046 
ibus-table-rustrad_1.3.0.20100528-1_all.deb
 8519f5d88a051475ad28b8b767b71e9636f89d443b2c1c43f115291bfce8028a 6180 
ibus-table-yawerty_1.3.0.20100528-1_all.deb
 2025ac81adad2d51cbc3346878210cdd5c4c3bbe1aa35b0ae700e4ea0df19223 7162 
ibus-table-thai_1.3.0.20100528-1_all.deb
 f0e9eba2db2af62f3d8410d195ffa5742ad8e92ec689dfc54f38ef3715ba2708 9568 
ibus-table-viqr_1.3.0.20100528-1_all.deb
 c9c6e68318420740f7cba0f4001bde3b65f3d9fd65c3f81d5e4d964e89f7ac51 18608 
ibus-table-latex_1.3.0.20100528-1_all.deb
 451bed721fb758e5d15e2a3efa012705fd69b9608b862bda149f2983feb5df7f 1925702 
ibus-table-cns11643_1.3.0.20100528-1_all.deb
 c35bb03a9c363cbcb85e471bfcc22455af7f1ff32f5077b60a582a859ad3bc05 38342 
ibus-table-emoji_1.3.0.20100528-1_all.deb
Files: 
 9aa0b71bf088ccb7c005d106ab5680d9 1653 utils optional 
ibus-table-others_1.3.0.20100528-1.dsc
 59cb263505ea668ef546738e8b68132d 585347 utils optional 
ibus-table-others_1.3.0.20100528.orig.tar.gz
 ecc0e6f30d44c509b9e3cdde8207ae9b 3268 utils optional 
ibus-table-others_1.3.0.20100528-1.debian.tar.gz
 42ce49c57e93314e783d92f6e42e3e90 19118 utils optional 
ibus-table-compose_1.3.0.20100528-1_all.deb
 4a009d2d21168f78932b0589d2eae3fa 10224 utils optional 
ibus-table-ipa-x-sampa_1.3.0.20100528-1_all.deb
 c0cc4babf278a7da9e0d6929086809c1 8956 utils optional 
ibus-table-translit_1.3.0.20100528-1_all.deb
 fadb10ea56a9a0c4c1737ed48647d182 8972 utils optional 

Accepted libaudio-ecasound-perl 1.01-1 (source amd64)

2010-08-10 Thread Joel Roth
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 07 Aug 2010 12:36:04 -1000
Source: libaudio-ecasound-perl
Binary: libaudio-ecasound-perl
Architecture: source amd64
Version: 1.01-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Joel Roth jo...@pobox.com
Description: 
 libaudio-ecasound-perl - Perl binding to the ecasound sampler, recorder, 
fx-processor
Closes: 585498
Changes: 
 libaudio-ecasound-perl (1.01-1) unstable; urgency=low
 .
   [ Joel Roth ]
   * Initial Release (closes: #585498)
 .
   [ Tim Retout ]
   * debian/control: Bump Standards-Version to 3.9.1.
Checksums-Sha1: 
 a7510b2f9b4f2e63fb10d1b5a5025f11d31ba6d1 1421 libaudio-ecasound-perl_1.01-1.dsc
 9ab054158d020caf241a9a54de3a591125d8b339 11770 
libaudio-ecasound-perl_1.01.orig.tar.gz
 835b895ced2dd48f419867d554cbb441b576a299 5153 
libaudio-ecasound-perl_1.01-1.debian.tar.gz
 cd666fa830025c5909a6380a1a2434b22e1722b5 37348 
libaudio-ecasound-perl_1.01-1_amd64.deb
Checksums-Sha256: 
 8d35f9732324e205ac7ff7f331af9e6a60fc9b66159f92c5283032b9e8bba0ab 1421 
libaudio-ecasound-perl_1.01-1.dsc
 32e6af320d8a9dc04cb5a14152e64f699e07a31f44e78d0cf8f47b469c4f6572 11770 
libaudio-ecasound-perl_1.01.orig.tar.gz
 98ed8e0a07bd0b200d7842b08a44feebd7a9d6d2adec70e57294927628c19741 5153 
libaudio-ecasound-perl_1.01-1.debian.tar.gz
 6557bd9dd39ce34e08c51ae8a6f9ae9516358a1280a5ed4a472ff3afe3bf02b3 37348 
libaudio-ecasound-perl_1.01-1_amd64.deb
Files: 
 f163e6effe1c2294744926cf3a034c38 1421 perl optional 
libaudio-ecasound-perl_1.01-1.dsc
 dfa32c87cfa1fe8432c94c041acd4b09 11770 perl optional 
libaudio-ecasound-perl_1.01.orig.tar.gz
 3b6652e56d76a3e0c8b1b82f11a9c76e 5153 perl optional 
libaudio-ecasound-perl_1.01-1.debian.tar.gz
 ed27a3010453ed7cf2cba911f7095348 37348 perl optional 
libaudio-ecasound-perl_1.01-1_amd64.deb

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

iEYEARECAAYFAkxg0wkACgkQOHNNd4eQFFJ9dwCfeU0/K/XoB91zHu4uK7MwUmCO
w04An2XMR6jjwWfimxXJggoC5InNJiAx
=067U
-END PGP SIGNATURE-


Accepted:
libaudio-ecasound-perl_1.01-1.debian.tar.gz
  to 
main/liba/libaudio-ecasound-perl/libaudio-ecasound-perl_1.01-1.debian.tar.gz
libaudio-ecasound-perl_1.01-1.dsc
  to main/liba/libaudio-ecasound-perl/libaudio-ecasound-perl_1.01-1.dsc
libaudio-ecasound-perl_1.01-1_amd64.deb
  to main/liba/libaudio-ecasound-perl/libaudio-ecasound-perl_1.01-1_amd64.deb
libaudio-ecasound-perl_1.01.orig.tar.gz
  to main/liba/libaudio-ecasound-perl/libaudio-ecasound-perl_1.01.orig.tar.gz


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



Accepted libdevice-usb-perl 0.35-1 (source amd64)

2010-08-10 Thread Tim Retout
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Aug 2010 03:31:28 +0100
Source: libdevice-usb-perl
Binary: libdevice-usb-perl
Architecture: source amd64
Version: 0.35-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Tim Retout dioc...@debian.org
Description: 
 libdevice-usb-perl - Perl module to access USB devices using libusb
Closes: 592193
Changes: 
 libdevice-usb-perl (0.35-1) unstable; urgency=low
 .
   * Initial Release. (Closes: #592193)
Checksums-Sha1: 
 4b560759cbe031e98d30ec06149ea8c50457a66f 1392 libdevice-usb-perl_0.35-1.dsc
 e0d8dc816d46b6aed3ae352633ee2158c74eefe0 30124 
libdevice-usb-perl_0.35.orig.tar.gz
 796bc6380ff88e000e5c7d18a51c9ae5bd253018 2342 
libdevice-usb-perl_0.35-1.debian.tar.gz
 5b9ce7d6f2854376d5a417922599a5931f538fe0 67412 
libdevice-usb-perl_0.35-1_amd64.deb
Checksums-Sha256: 
 27b8e4345bf857a315eedbb9a3ff4b280f7862cfce57f44906901840e21f1461 1392 
libdevice-usb-perl_0.35-1.dsc
 5cba3db828356705b33cc2c9dfba49420a53cdc889048f53ea0c2a17b8f98302 30124 
libdevice-usb-perl_0.35.orig.tar.gz
 b211dd0dc2f0a4178d6c9fd205d06551a9f9849177c3bf0f7a4b50146f927ea2 2342 
libdevice-usb-perl_0.35-1.debian.tar.gz
 55ce5400a6222dcf5d5bfc05eb1b7be20bf524a20e5b73c309bbe6dfd25b4191 67412 
libdevice-usb-perl_0.35-1_amd64.deb
Files: 
 313d6b60808d3dc1950a545211cb9a0f 1392 perl optional 
libdevice-usb-perl_0.35-1.dsc
 8ce79b0c26336dafd3d29f8cb534a925 30124 perl optional 
libdevice-usb-perl_0.35.orig.tar.gz
 5c395b05dd0882f2d2a0e031df8fecc8 2342 perl optional 
libdevice-usb-perl_0.35-1.debian.tar.gz
 98d0cf573989986a837185c9eabb5bc4 67412 perl optional 
libdevice-usb-perl_0.35-1_amd64.deb

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

iEUEARECAAYFAkxgutwACgkQOHNNd4eQFFLiMwCYvX/gNP/UQaC+W/dqKvPLVJTZ
TACgk2Humt2ZdxYfG6OtoJ+MbNgG3p8=
=xhOT
-END PGP SIGNATURE-


Accepted:
libdevice-usb-perl_0.35-1.debian.tar.gz
  to main/libd/libdevice-usb-perl/libdevice-usb-perl_0.35-1.debian.tar.gz
libdevice-usb-perl_0.35-1.dsc
  to main/libd/libdevice-usb-perl/libdevice-usb-perl_0.35-1.dsc
libdevice-usb-perl_0.35-1_amd64.deb
  to main/libd/libdevice-usb-perl/libdevice-usb-perl_0.35-1_amd64.deb
libdevice-usb-perl_0.35.orig.tar.gz
  to main/libd/libdevice-usb-perl/libdevice-usb-perl_0.35.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/e1oilfc-0008o4...@franck.debian.org



Accepted libdigest-jhash-perl 0.06-1 (source i386)

2010-08-10 Thread USB
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Mon, 09 Aug 2010 18:50:49 -0430
Source: libdigest-jhash-perl
Binary: libdigest-jhash-perl
Architecture: source i386
Version: 0.06-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Ernesto Hernández-Novich (USB) e...@usb.ve
Description: 
 libdigest-jhash-perl - Perl extension for 32 bit Jenkins Hashing Algorithm
Closes: 591877
Changes: 
 libdigest-jhash-perl (0.06-1) unstable; urgency=low
 .
   * Initial Release (Closes: #591877).
Checksums-Sha1: 
 057af61ff4b79de8c98a48f25b811298550abf50 1402 libdigest-jhash-perl_0.06-1.dsc
 0dde6cc8263b0240444e0be5c5e6c44a8014af03 9629 
libdigest-jhash-perl_0.06.orig.tar.gz
 c9a16a0b8f424329c29789a44b1efd397a52c0bf 5122 
libdigest-jhash-perl_0.06-1.debian.tar.gz
 4b936c1faab94573a91f7a78b5faaa921c31a21e 15086 
libdigest-jhash-perl_0.06-1_i386.deb
Checksums-Sha256: 
 b32b39247d420b81341c4d049b4acb0bdd815eca849cf824ed8b85dad0e8aadb 1402 
libdigest-jhash-perl_0.06-1.dsc
 0d9f61e2676f8c88bacad43b9ecc17fc29772738a4567ad6fb76fd36a53e21b2 9629 
libdigest-jhash-perl_0.06.orig.tar.gz
 7d7fe254e7330c2e9234274fd268098a4eb790cfbe28d340e13e11cbcb16c436 5122 
libdigest-jhash-perl_0.06-1.debian.tar.gz
 7f4582bbcf8c2bac67cedb1f4e30e624049f9a47798d77667ed2921d1fe35530 15086 
libdigest-jhash-perl_0.06-1_i386.deb
Files: 
 2fb6d12459af4ecb312bf2023972970a 1402 perl optional 
libdigest-jhash-perl_0.06-1.dsc
 21da427e499297e8f9144b850602fa80 9629 perl optional 
libdigest-jhash-perl_0.06.orig.tar.gz
 8830c05ea0e7ba3a0acfd72a0f5cb372 5122 perl optional 
libdigest-jhash-perl_0.06-1.debian.tar.gz
 64e0a8757f8420a4f47e4885d5615dc8 15086 perl optional 
libdigest-jhash-perl_0.06-1_i386.deb

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

iEYEAREDAAYFAkxg1bUACgkQOKCtW8rKsRjQYwCg0uYzzve30wph2oWVInv9eRWQ
bqAAoLhgIzsrjk2MHba8KRduBd0U2lR2
=j3O/
-END PGP SIGNATURE-


Accepted:
libdigest-jhash-perl_0.06-1.debian.tar.gz
  to main/libd/libdigest-jhash-perl/libdigest-jhash-perl_0.06-1.debian.tar.gz
libdigest-jhash-perl_0.06-1.dsc
  to main/libd/libdigest-jhash-perl/libdigest-jhash-perl_0.06-1.dsc
libdigest-jhash-perl_0.06-1_i386.deb
  to main/libd/libdigest-jhash-perl/libdigest-jhash-perl_0.06-1_i386.deb
libdigest-jhash-perl_0.06.orig.tar.gz
  to main/libd/libdigest-jhash-perl/libdigest-jhash-perl_0.06.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/e1oilfj-0008qm...@franck.debian.org



Accepted libencode-jis2k-perl 0.02-1 (source amd64)

2010-08-10 Thread Nicholas Bamber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 28 Jul 2010 11:12:46 +0100
Source: libencode-jis2k-perl
Binary: libencode-jis2k-perl
Architecture: source amd64
Version: 0.02-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Nicholas Bamber nicho...@periapt.co.uk
Description: 
 libencode-jis2k-perl - perl module providing JIS X 0212 (aka JIS 2000) 
Encodings
Closes: 590058
Changes: 
 libencode-jis2k-perl (0.02-1) unstable; urgency=low
 .
   [ Nicholas Bamber ]
   * Initial Release. (Closes: #590058)
 .
   [ Tim Retout ]
   * debian/copyright: Refer to 'GPL-1' file rather than 'GPL' symlink.
   * debian/libencode-jis2k-perl.docs: Remove.
Checksums-Sha1: 
 78e6167d639d45da7f7b98792b36d0f02278a6e5 1353 libencode-jis2k-perl_0.02-1.dsc
 18cbf86bb6bf30e17b50b991c60c11ebe405b026 401178 
libencode-jis2k-perl_0.02.orig.tar.gz
 7181a55fa32e03ad7302d83776792a161d51a07a 1625 
libencode-jis2k-perl_0.02-1.debian.tar.gz
 404153b3f687fe7338197f72602a5cf19c36e67b 534244 
libencode-jis2k-perl_0.02-1_amd64.deb
Checksums-Sha256: 
 fa058b0876f9529cc0732174e786071d0c1a2146e6bd22e5f9b9a4d997bd085f 1353 
libencode-jis2k-perl_0.02-1.dsc
 5d718add5857f37fc270f24360bc9d100b72e0e13a11ca3149fe4e4d7c7cc4bf 401178 
libencode-jis2k-perl_0.02.orig.tar.gz
 7dec7a2c0df143213b6b7c7acf24b0f2aa9391b6db5c1d114e8e8e31ca04cc33 1625 
libencode-jis2k-perl_0.02-1.debian.tar.gz
 12a90dc6bf59fa388358d65282150edc5efa7ff3ae0e5ec3e68e3a805eb95d31 534244 
libencode-jis2k-perl_0.02-1_amd64.deb
Files: 
 44525ae8043274161cd940e534546520 1353 perl optional 
libencode-jis2k-perl_0.02-1.dsc
 00e73ee943fb2f882b00b7b61e4c9db1 401178 perl optional 
libencode-jis2k-perl_0.02.orig.tar.gz
 edb2fff478a36425f833f99f2158cf4e 1625 perl optional 
libencode-jis2k-perl_0.02-1.debian.tar.gz
 f3cb2bc47a3a84823a054b40d1f06d58 534244 perl optional 
libencode-jis2k-perl_0.02-1_amd64.deb

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

iEYEARECAAYFAkxgxQIACgkQOHNNd4eQFFKBOgCgnqq8WuMLvH3rftR2m9Tk8AUc
CfIAoKfM0+00LHRplvEqdHSN30AaYY/L
=cOtR
-END PGP SIGNATURE-


Accepted:
libencode-jis2k-perl_0.02-1.debian.tar.gz
  to main/libe/libencode-jis2k-perl/libencode-jis2k-perl_0.02-1.debian.tar.gz
libencode-jis2k-perl_0.02-1.dsc
  to main/libe/libencode-jis2k-perl/libencode-jis2k-perl_0.02-1.dsc
libencode-jis2k-perl_0.02-1_amd64.deb
  to main/libe/libencode-jis2k-perl/libencode-jis2k-perl_0.02-1_amd64.deb
libencode-jis2k-perl_0.02.orig.tar.gz
  to main/libe/libencode-jis2k-perl/libencode-jis2k-perl_0.02.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/e1oilfp-0008sh...@franck.debian.org



Accepted libhash-moreutils-perl 0.02-1 (source all)

2010-08-10 Thread USB
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Mon, 09 Aug 2010 18:51:36 -0430
Source: libhash-moreutils-perl
Binary: libhash-moreutils-perl
Architecture: source all
Version: 0.02-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Ernesto Hernández-Novich (USB) e...@usb.ve
Description: 
 libhash-moreutils-perl - Perl module with additional hash functions not found 
in Hash::Uti
Closes: 592030
Changes: 
 libhash-moreutils-perl (0.02-1) unstable; urgency=low
 .
   * Initial Release (Closes: #592030).
Checksums-Sha1: 
 4aa9c23224a767e0af4c8ea9bd87b1f89bcfde48 1438 libhash-moreutils-perl_0.02-1.dsc
 a15d0638d3f9614a7f4f306a776062081407c73f 5372 
libhash-moreutils-perl_0.02.orig.tar.gz
 e753689d79f770a2a677d293b31d33bedd669abf 1593 
libhash-moreutils-perl_0.02-1.debian.tar.gz
 60651658befc8f686de8a772df9a43c51a3176f5 8292 
libhash-moreutils-perl_0.02-1_all.deb
Checksums-Sha256: 
 5f92f1d81dd963e055faba0e3cb7928ff605676ef75eef6d4e717d442e73be99 1438 
libhash-moreutils-perl_0.02-1.dsc
 df3e073c57132075100bc4d9f7ff4adf5980f6727cf16339db94b2a65f176b64 5372 
libhash-moreutils-perl_0.02.orig.tar.gz
 ac92a81172a6a92ccb2852a426f7e16157f826f68a5234b24670c6b7a2266d86 1593 
libhash-moreutils-perl_0.02-1.debian.tar.gz
 79a46da659c5eed73420f29bcab2efd578844d0c30ad277035b1685c255d742a 8292 
libhash-moreutils-perl_0.02-1_all.deb
Files: 
 95a18096cc5f9c563f34535b5779b470 1438 perl optional 
libhash-moreutils-perl_0.02-1.dsc
 07350a6b0813fbe88b8b48ef786dda98 5372 perl optional 
libhash-moreutils-perl_0.02.orig.tar.gz
 2cad66d5d580c9c0d480c368cc94fa24 1593 perl optional 
libhash-moreutils-perl_0.02-1.debian.tar.gz
 128e6b832fbaf160580100b9c6d837b0 8292 perl optional 
libhash-moreutils-perl_0.02-1_all.deb

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

iEYEAREDAAYFAkxgwxUACgkQOKCtW8rKsRj/uwCgs0npV2AGOiQuecSfybKucTij
0YAAnRKbNDE50rIhqg3loFGZsXjztAoE
=8HHg
-END PGP SIGNATURE-


Accepted:
libhash-moreutils-perl_0.02-1.debian.tar.gz
  to 
main/libh/libhash-moreutils-perl/libhash-moreutils-perl_0.02-1.debian.tar.gz
libhash-moreutils-perl_0.02-1.dsc
  to main/libh/libhash-moreutils-perl/libhash-moreutils-perl_0.02-1.dsc
libhash-moreutils-perl_0.02-1_all.deb
  to main/libh/libhash-moreutils-perl/libhash-moreutils-perl_0.02-1_all.deb
libhash-moreutils-perl_0.02.orig.tar.gz
  to main/libh/libhash-moreutils-perl/libhash-moreutils-perl_0.02.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/e1oilfw-0008uo...@franck.debian.org



Accepted meego-packaging-tools 0.5.1-1 (source all)

2010-08-10 Thread Fathi Boudra
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 07 Aug 2010 10:25:47 +0300
Source: meego-packaging-tools
Binary: meego-packaging-tools
Architecture: source all
Version: 0.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Fathi Boudra f...@debian.org
Changed-By: Fathi Boudra f...@debian.org
Description: 
 meego-packaging-tools - MeeGo packaging tools
Closes: 592314
Changes: 
 meego-packaging-tools (0.5.1-1) unstable; urgency=low
 .
   * Initial release (Closes: #592314)
Checksums-Sha1: 
 706a261ed205152afd577a2cb408b35d4893cab0 1201 meego-packaging-tools_0.5.1-1.dsc
 96a1fc678253cf642d6ca1480f86e1fa3b7d3e7f 14905 
meego-packaging-tools_0.5.1.orig.tar.gz
 6db1dd6c4c4bc0adf5d61805f06f9fbfdb19d424 10213 
meego-packaging-tools_0.5.1-1.debian.tar.gz
 1d46df1cf6afb3f95fcffaaa29377467089359bc 14702 
meego-packaging-tools_0.5.1-1_all.deb
Checksums-Sha256: 
 fee450903f6ae6694ba1fa0d6dbc8f82ab0e5fd3f434e988761ad263fdd0076f 1201 
meego-packaging-tools_0.5.1-1.dsc
 dc3b207158bae791e661a5f223e353d6d03578b0da09715c6bb4a2b1b2206b90 14905 
meego-packaging-tools_0.5.1.orig.tar.gz
 fee1a62cabc1d82d01e4757c8396b68d0653139f4ead304d6dccd7f4a74feab6 10213 
meego-packaging-tools_0.5.1-1.debian.tar.gz
 a49d2c54162075d65a5d60094312b1fcbc585c148cc46e97c1eb1b65bf45492a 14702 
meego-packaging-tools_0.5.1-1_all.deb
Files: 
 0a5004bbcc46875be32a60fa21c89e25 1201 devel optional 
meego-packaging-tools_0.5.1-1.dsc
 0bc24323b9242806c63b28b221e4e1b7 14905 devel optional 
meego-packaging-tools_0.5.1.orig.tar.gz
 27b0d7626036a1ba85509506aa7f83c9 10213 devel optional 
meego-packaging-tools_0.5.1-1.debian.tar.gz
 b43860cfde6b507b273aaae3ba916adb 14702 devel optional 
meego-packaging-tools_0.5.1-1_all.deb

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

iJwEAQECAAYFAkxfsnUACgkQjPU19mqlcvf/zwQAhN1aMMY39CEuqzvnicHFJRxJ
YsDWHjoaTK8uwCLv9ZIU8lyLhjOrpiTzSrmBzBl9h6QPoH1El6qggz9OSzrUM+4i
hB3cYX1VVv8pzUXHZCiaG5VrWgPgTPpNzreoVNGL2lQAS8LctqODf0apOlJtg8tl
/Jx6h3R3D4EwZCL8cWE=
=KDwT
-END PGP SIGNATURE-


Accepted:
meego-packaging-tools_0.5.1-1.debian.tar.gz
  to main/m/meego-packaging-tools/meego-packaging-tools_0.5.1-1.debian.tar.gz
meego-packaging-tools_0.5.1-1.dsc
  to main/m/meego-packaging-tools/meego-packaging-tools_0.5.1-1.dsc
meego-packaging-tools_0.5.1-1_all.deb
  to main/m/meego-packaging-tools/meego-packaging-tools_0.5.1-1_all.deb
meego-packaging-tools_0.5.1.orig.tar.gz
  to main/m/meego-packaging-tools/meego-packaging-tools_0.5.1.orig.tar.gz


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



Accepted wordpress-shibboleth 1.3-1 (source all)

2010-08-10 Thread Dominic Hargreaves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Aug 2010 16:17:07 +0100
Source: wordpress-shibboleth
Binary: wordpress-shibboleth
Architecture: source all
Version: 1.3-1
Distribution: unstable
Urgency: low
Maintainer: Dominic Hargreaves d...@earth.li
Changed-By: Dominic Hargreaves d...@earth.li
Description: 
 wordpress-shibboleth - Shibboleth plugin for WordPress
Closes: 590852
Changes: 
 wordpress-shibboleth (1.3-1) unstable; urgency=low
 .
   * Initial release based on wordpress-openid package (Closes: #590852)
   * Include bugfix for 
http://wordpress.org/support/topic/shibboleth-plugin-does-not-hold-managed-settings
Checksums-Sha1: 
 c29061c92d8d946bec8272e36c11236f5e703f2c 1225 wordpress-shibboleth_1.3-1.dsc
 12aacb9a8fa8162d4bc3e569f113ef2bbe295363 490375 
wordpress-shibboleth_1.3.orig.tar.gz
 ed28e8932f9b3834d341a33e8535d0622f1c982b 2135 
wordpress-shibboleth_1.3-1.diff.gz
 01edff97ef544436e73c55c82a0d0f67fd8bae0f 20068 
wordpress-shibboleth_1.3-1_all.deb
Checksums-Sha256: 
 50409570361ff0cd39c56c4a4dc760bb3c2de3856ffa7935f50b4937db439a0e 1225 
wordpress-shibboleth_1.3-1.dsc
 8d550ede65516cad5cfb21fa31a5952d59d39694f0b5ca412b02249bca6dbbbf 490375 
wordpress-shibboleth_1.3.orig.tar.gz
 a57e527fdc99f14fa7a346afd8f75cda691be9cae63e48cc4e2e643539bd31f7 2135 
wordpress-shibboleth_1.3-1.diff.gz
 388be7332211da2d42e2725e44f8592c223540cba555d0b22fdabfd947301b93 20068 
wordpress-shibboleth_1.3-1_all.deb
Files: 
 e565870d372d9c7212578e743ee02c69 1225 php optional 
wordpress-shibboleth_1.3-1.dsc
 8974266b786b537975afb74f1b3b9936 490375 php optional 
wordpress-shibboleth_1.3.orig.tar.gz
 0ee212808e0cefff56dafff87eed90ef 2135 php optional 
wordpress-shibboleth_1.3-1.diff.gz
 9be95b91b426ac4c75df71b2796f4101 20068 php optional 
wordpress-shibboleth_1.3-1_all.deb

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

iD8DBQFMYDyZYzuFKFF44qURAnXOAJ4iA1mcoEV4LrCYkg0dpMPszN5S/wCg9+UC
FPPkG6WSEN0GH0bTRumIiSI=
=EZZl
-END PGP SIGNATURE-


Accepted:
wordpress-shibboleth_1.3-1.diff.gz
  to main/w/wordpress-shibboleth/wordpress-shibboleth_1.3-1.diff.gz
wordpress-shibboleth_1.3-1.dsc
  to main/w/wordpress-shibboleth/wordpress-shibboleth_1.3-1.dsc
wordpress-shibboleth_1.3-1_all.deb
  to main/w/wordpress-shibboleth/wordpress-shibboleth_1.3-1_all.deb
wordpress-shibboleth_1.3.orig.tar.gz
  to main/w/wordpress-shibboleth/wordpress-shibboleth_1.3.orig.tar.gz


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



Accepted imagej 1.44e-1 (source all)

2010-08-10 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Aug 2010 09:14:17 +0200
Source: imagej
Binary: imagej
Architecture: source all
Version: 1.44e-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description: 
 imagej - Image processing program inspired by NIH Image for the Macintosh
Changes: 
 imagej (1.44e-1) unstable; urgency=low
 .
   * New upstream version
   * Standards-Version: 3.9.1 (no changes needed)
Checksums-Sha1: 
 4295a2e1e32ff80a7eb99de60719c5f9612d2a35 1333 imagej_1.44e-1.dsc
 e7b8f0158286a4d63196e86cc3eaa49d92aba2f5 853493 imagej_1.44e.orig.tar.gz
 097ca2f19845824db3ea34bde414854d99a2f9eb 13604 imagej_1.44e-1.debian.tar.gz
 ff54f4597cfa090b9d16334cddec4278dd870c8f 1572110 imagej_1.44e-1_all.deb
Checksums-Sha256: 
 52276ba1b9270fdc6f39745ee16981c0ce261a912f824dd7a6d6e51a5d730940 1333 
imagej_1.44e-1.dsc
 78469946bd7bdd034f15c6557d228d5913bd7353712c4db761bbed7aad372218 853493 
imagej_1.44e.orig.tar.gz
 46109b987226c4a472acdf33ebaf3b41a9cb129a0b71aa337ba90e532135bec0 13604 
imagej_1.44e-1.debian.tar.gz
 f0a746070bb8ad78d7cdd0c569bc66556f945eaa08da36c9c3a8557f2a54033c 1572110 
imagej_1.44e-1_all.deb
Files: 
 3385fe3a4c34f8518618dd22c241fd82 1333 science optional imagej_1.44e-1.dsc
 6e9dfc2b42bf03f928589d889bd6e836 853493 science optional 
imagej_1.44e.orig.tar.gz
 fefda8a6a4ce949cf4465da7df936589 13604 science optional 
imagej_1.44e-1.debian.tar.gz
 9b554aaa514ba9c525687cccf883773a 1572110 science optional 
imagej_1.44e-1_all.deb

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

iD8DBQFMYR+LYDBbMcCf01oRApEgAJ9T10gIdbVDvHxB375CWCFLqqBfnQCeJI6a
86U8PVHP5Y7rinhWDZ7puYg=
=Q+9C
-END PGP SIGNATURE-


Accepted:
imagej_1.44e-1.debian.tar.gz
  to main/i/imagej/imagej_1.44e-1.debian.tar.gz
imagej_1.44e-1.dsc
  to main/i/imagej/imagej_1.44e-1.dsc
imagej_1.44e-1_all.deb
  to main/i/imagej/imagej_1.44e-1_all.deb
imagej_1.44e.orig.tar.gz
  to main/i/imagej/imagej_1.44e.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/e1oilfr-9i...@franck.debian.org



Accepted thinkfan 0.7.1-2 (source amd64)

2010-08-10 Thread Evgeni Golov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Aug 2010 11:55:10 +0200
Source: thinkfan
Binary: thinkfan
Architecture: source amd64
Version: 0.7.1-2
Distribution: unstable
Urgency: high
Maintainer: Evgeni Golov evg...@debian.org
Changed-By: Evgeni Golov evg...@debian.org
Description: 
 thinkfan   - simple and lightweight fan control program
Closes: 592321
Changes: 
 thinkfan (0.7.1-2) unstable; urgency=high
 .
   * debian/control:
 + Add missing Vcs-* fields for Git.
 + Standards-Version: 3.9.1
   * debian/rules:
 + Install upstreams init-scripts. (Closes: #592321)
Checksums-Sha1: 
 57d854230c3a457686a8ecf415034e1dce1e8317 1124 thinkfan_0.7.1-2.dsc
 f3ba813d84f2213e0d86b57519b1dc804cfbc07e 8326 thinkfan_0.7.1-2.diff.gz
 70c2816e8c3a4cc93b0ee554944d4fa36ca9f797 37790 thinkfan_0.7.1-2_amd64.deb
Checksums-Sha256: 
 f73feef0b6f11ab57334b1f857a826f2cdfdb9090cd1f0c5afcf33a279dcc221 1124 
thinkfan_0.7.1-2.dsc
 299f23a73e95e1b426df482560bb609b25b3bfb35a8089ca15c3661a2cd62884 8326 
thinkfan_0.7.1-2.diff.gz
 204b5d59f0099cdfca90c776802284cbfb6ffb5a6f5c7d5991615ea29545085b 37790 
thinkfan_0.7.1-2_amd64.deb
Files: 
 7978d7ed0b3cf5f944bc7539eaee170a 1124 misc extra thinkfan_0.7.1-2.dsc
 08a4e9d4992bff79293e251635cff192 8326 misc extra thinkfan_0.7.1-2.diff.gz
 918f354e4ca7924d9c2de463a2a04c9a 37790 misc extra thinkfan_0.7.1-2_amd64.deb

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

iEYEARECAAYFAkxhJUkACgkQJKAUGKwVtQyOQQCgiy1K7DP8f6JKLxZeeieNgr/A
IBUAn1Hc6OFYmVVgquCzakpl+7uaR7Ru
=EFtx
-END PGP SIGNATURE-


Accepted:
thinkfan_0.7.1-2.diff.gz
  to main/t/thinkfan/thinkfan_0.7.1-2.diff.gz
thinkfan_0.7.1-2.dsc
  to main/t/thinkfan/thinkfan_0.7.1-2.dsc
thinkfan_0.7.1-2_amd64.deb
  to main/t/thinkfan/thinkfan_0.7.1-2_amd64.deb


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



Accepted mono-addins 0.4-8 (source all)

2010-08-10 Thread Jo Shields
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 10 Aug 2010 13:43:50 +0100
Source: mono-addins
Binary: libmono-addins0.2-cil libmono-addins-cil-dev libmono-addins-gui0.2-cil 
libmono-addins-gui-cil-dev mono-addins-utils
Architecture: source all
Version: 0.4-8
Distribution: unstable
Urgency: medium
Maintainer: Debian CLI Libraries Team 
pkg-cli-libs-t...@lists.alioth.debian.org
Changed-By: Jo Shields direct...@apebox.org
Description: 
 libmono-addins-cil-dev - addin framework for extensible CLI 
applications/libraries
 libmono-addins-gui-cil-dev - GTK# frontend library for Mono.Addins
 libmono-addins-gui0.2-cil - GTK# frontend library for Mono.Addins
 libmono-addins0.2-cil - addin framework for extensible CLI 
applications/libraries
 mono-addins-utils - Command-line utility for Mono.Addins management
Changes: 
 mono-addins (0.4-8) unstable; urgency=medium
 .
   * Rebuild of 0.4-7 which doesn't introduce a dependency on Mono from
 Debian Experimental
Checksums-Sha1: 
 aa9f9177dca345ca898f38a439a2ce213d1ee0a7 1864 mono-addins_0.4-8.dsc
 56f7525bb2e69883e39f28e84b752fc6a53724b2 9240 mono-addins_0.4-8.diff.gz
 096e079ef5ff8d36799eb01e45930c1f0b225594 267094 
libmono-addins0.2-cil_0.4-8_all.deb
 b1baca2aefc00056797a4a08801d1d2634e30543 5666 
libmono-addins-cil-dev_0.4-8_all.deb
 9f1d030524b959c9455293ca8cf5390f622dafa2 45334 
libmono-addins-gui0.2-cil_0.4-8_all.deb
 b506285c6911c8299c52d81b1189c95fd239a236 5604 
libmono-addins-gui-cil-dev_0.4-8_all.deb
 ee8f67bd981e561283c003aac818fae3bf7b400e 9076 mono-addins-utils_0.4-8_all.deb
Checksums-Sha256: 
 57e670992b02d54643b51de0b1bcf55e07c74f2188af610f5243a660f1a9d810 1864 
mono-addins_0.4-8.dsc
 2c77ef72ac2f92f839b7f1a67a66d728503d06cb289aec541827055020a9963d 9240 
mono-addins_0.4-8.diff.gz
 44819d417ca6b091e112f710f7ba3913b57f07db25842fae180190e554e75146 267094 
libmono-addins0.2-cil_0.4-8_all.deb
 cac2168fd6057e8eed1afc81333c10451f6c64c9d3411063d29f459f123fd2a9 5666 
libmono-addins-cil-dev_0.4-8_all.deb
 49d4068680e1a2c74be0ee6acdd396d4e15da05551db7dd6fae8c70b9e126634 45334 
libmono-addins-gui0.2-cil_0.4-8_all.deb
 fd2f4c85bfbcf4714870c6a02cda72b31b8e64751a8d4f0121fd53c36cbb5ee7 5604 
libmono-addins-gui-cil-dev_0.4-8_all.deb
 15b1f97aa6a0ada84aa36fbdb08f4fd7369ca8f8a735a87c90ae8819d4fbd6cf 9076 
mono-addins-utils_0.4-8_all.deb
Files: 
 b2e9a5d8a9ce8a79bfb16db2bd9ce60d 1864 cli-mono optional mono-addins_0.4-8.dsc
 9dde5c4af7d976a849dfad9257d58c2c 9240 cli-mono optional 
mono-addins_0.4-8.diff.gz
 e37c14ad98c411734bea5ea55aa0ba97 267094 cli-mono optional 
libmono-addins0.2-cil_0.4-8_all.deb
 5e791270dc3f5bec1a3c1a2851f6194c 5666 cli-mono optional 
libmono-addins-cil-dev_0.4-8_all.deb
 1dc3bf5ff23b006bcfc64e4352901769 45334 cli-mono optional 
libmono-addins-gui0.2-cil_0.4-8_all.deb
 959eb35ca5284ff426890cec18777454 5604 cli-mono optional 
libmono-addins-gui-cil-dev_0.4-8_all.deb
 28569b72535e36333e98c7a4459a8281 9076 cli-mono optional 
mono-addins-utils_0.4-8_all.deb

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

iQEcBAEBCAAGBQJMYUtRAAoJEMkPnLkOH60Mt3oH/jUySDgI/36E0e6FT5B8xiwT
StBIdRQsYmmgFvYpSt+iMP/iV0Tfm5b8vHyJ6E701KZTiGkW1iVnXzFH+HfXPu1m
p29t0kV6skjt4KqfttCPA5CB3fZ6pBOXeDFj9K+UBarTsOHSaDol1AL1IdQQ5If2
zZZsv78RaymK+lZR9cX+Jl4Yt4Jc5CoTLWzfWK9Htt0oe+379YZ7Du5zjmgHz/Er
JFi0W0IPsqPEpsHTP7JDoF9u4FRPGJW+A4kyi4HSR3lBG54nprUdg/eGLLWcaFnK
pxfKyFQovELxWJGVBMWV5/1kfKE9UT/23za5wEqgsl+6dR3tdt9tmHXX8RCk0uk=
=cNWt
-END PGP SIGNATURE-


Accepted:
libmono-addins-cil-dev_0.4-8_all.deb
  to main/m/mono-addins/libmono-addins-cil-dev_0.4-8_all.deb
libmono-addins-gui-cil-dev_0.4-8_all.deb
  to main/m/mono-addins/libmono-addins-gui-cil-dev_0.4-8_all.deb
libmono-addins-gui0.2-cil_0.4-8_all.deb
  to main/m/mono-addins/libmono-addins-gui0.2-cil_0.4-8_all.deb
libmono-addins0.2-cil_0.4-8_all.deb
  to main/m/mono-addins/libmono-addins0.2-cil_0.4-8_all.deb
mono-addins-utils_0.4-8_all.deb
  to main/m/mono-addins/mono-addins-utils_0.4-8_all.deb
mono-addins_0.4-8.diff.gz
  to main/m/mono-addins/mono-addins_0.4-8.diff.gz
mono-addins_0.4-8.dsc
  to main/m/mono-addins/mono-addins_0.4-8.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/e1oiotk-0003bt...@franck.debian.org



Accepted gnustep-base 1.20.1-2 (source all i386)

2010-08-10 Thread Yavor Doganov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Aug 2010 14:02:25 +0300
Source: gnustep-base
Binary: gnustep-base-common gnustep-base-runtime libgnustep-base1.20 
libgnustep-base-dev libgnustep-base1.20-dbg gnustep-base-examples 
gnustep-base-doc
Architecture: source all i386
Version: 1.20.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian GNUstep maintainers 
pkg-gnustep-maintain...@lists.alioth.debian.org
Changed-By: Yavor Doganov ya...@gnu.org
Description: 
 gnustep-base-common - GNUstep Base library - common files
 gnustep-base-doc - Documentation for the GNUstep Base Library
 gnustep-base-examples - Examples using the GNUstep Base Library
 gnustep-base-runtime - GNUstep Base library - daemons and tools
 libgnustep-base-dev - GNUstep Base header files and development libraries
 libgnustep-base1.20 - GNUstep Base library
 libgnustep-base1.20-dbg - GNUstep Base library - debugging symbols
Changes: 
 gnustep-base (1.20.1-2) unstable; urgency=low
 .
   * Upload to unstable.
   * debian/control.m4 (libgnustep-base`'SOV_BASE-dbg) Conflicts:
 Add libgnustep-base1.16-dbg, libgnustep-base1.16-libffi-dbg,
 libgnustep-base1.19-dbg.
 (Standards-Version): Compliant with 3.9.1; no changes needed.
   * debian/control: Regenerate.
Checksums-Sha1: 
 40a7e143f3a3da96cc3532c6de8feaa1588d91df 1692 gnustep-base_1.20.1-2.dsc
 b2cf2d00ae5eaae4d187375c399a4c100e4318cf 147834 gnustep-base_1.20.1-2.diff.gz
 2661ea34109279217de4c0225b76b0fc9ddf8279 176198 
gnustep-base-common_1.20.1-2_all.deb
 675ff26c6432a7571929a6507b453bee8cacc72a 16232 
gnustep-base-examples_1.20.1-2_all.deb
 e88d22bda36ab7a2365e989fe093425615c66ac4 1804194 
gnustep-base-doc_1.20.1-2_all.deb
 765b9acaaf39986f211fa9b984be59e3860a6256 222632 
gnustep-base-runtime_1.20.1-2_i386.deb
 82a11496eabcc0f0de73318f1cc75495fe6a0cf5 1227452 
libgnustep-base1.20_1.20.1-2_i386.deb
 4f17bf5a974cfc077b0073c8c416f959d317e417 2087056 
libgnustep-base-dev_1.20.1-2_i386.deb
 973b284c1d80b928a13bffadae0daf94f9172b23 1862330 
libgnustep-base1.20-dbg_1.20.1-2_i386.deb
Checksums-Sha256: 
 7567bbdf2ab23584af8db1d1c38f8a5ab9846266f4a4f5668ceeaea379962b64 1692 
gnustep-base_1.20.1-2.dsc
 57a1c86062476855aadb8ce8c3831fd1c9b077b7d1f731e0c184821f4dfb2e46 147834 
gnustep-base_1.20.1-2.diff.gz
 3a746a05b7880e350ae66f1a9655b4c35d79dd0c407a20f312d3f4c4f370e514 176198 
gnustep-base-common_1.20.1-2_all.deb
 d8e284e5a72ee34a3fa53ee0e7087057d615dfe39fad133d4e3371a9f41619ae 16232 
gnustep-base-examples_1.20.1-2_all.deb
 812047405bed41e6f9efa3419d17e8c510f45008ad55f3be21f3969b85fdf764 1804194 
gnustep-base-doc_1.20.1-2_all.deb
 c2053791c0cb71658b7d3d92946518cbd9404278fd29c3931c4b40f37d916350 222632 
gnustep-base-runtime_1.20.1-2_i386.deb
 110deb2d0482134cf99d6a625945cc59bc6ad2ce216bb13437af050e0cb88544 1227452 
libgnustep-base1.20_1.20.1-2_i386.deb
 6b226e22ff1a15b5a5c5a676ded599c997dcc082d658018756827f4e1766cbe8 2087056 
libgnustep-base-dev_1.20.1-2_i386.deb
 947a20d15cc5b5bc1b4cfaca64b3fe145a634d7b9fa96c2bb88c30d6a1caf761 1862330 
libgnustep-base1.20-dbg_1.20.1-2_i386.deb
Files: 
 a8889a48e68797dc4e7ef7a13c349a56 1692 gnustep optional 
gnustep-base_1.20.1-2.dsc
 9c6d81ab00303a48983829827280debe 147834 gnustep optional 
gnustep-base_1.20.1-2.diff.gz
 744cc7ad237c6b14af2ded1f888018fc 176198 gnustep optional 
gnustep-base-common_1.20.1-2_all.deb
 7416b580072f6146425821a86e74ff67 16232 gnustep optional 
gnustep-base-examples_1.20.1-2_all.deb
 ebae2adb5fc843339f966a4a12737f64 1804194 doc optional 
gnustep-base-doc_1.20.1-2_all.deb
 5feb937c38890134a26d95e05fccd01f 222632 gnustep optional 
gnustep-base-runtime_1.20.1-2_i386.deb
 aeca4374eaa4d9598ec49b426dca 1227452 libs optional 
libgnustep-base1.20_1.20.1-2_i386.deb
 cc1b4ac685d50cdf0185d0873f6709ac 2087056 libdevel optional 
libgnustep-base-dev_1.20.1-2_i386.deb
 adb3e925afc20edcf30168553c913f2f 1862330 debug extra 
libgnustep-base1.20-dbg_1.20.1-2_i386.deb

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

iEYEARECAAYFAkxhUBUACgkQnXjXEYa8KlDj8QCfYh5xS58Y4+CuC+dodKPFut4p
fTQAn1QVv9H6UZTvBVl+i1RRt66FY54S
=4lao
-END PGP SIGNATURE-


Accepted:
gnustep-base-common_1.20.1-2_all.deb
  to main/g/gnustep-base/gnustep-base-common_1.20.1-2_all.deb
gnustep-base-doc_1.20.1-2_all.deb
  to main/g/gnustep-base/gnustep-base-doc_1.20.1-2_all.deb
gnustep-base-examples_1.20.1-2_all.deb
  to main/g/gnustep-base/gnustep-base-examples_1.20.1-2_all.deb
gnustep-base-runtime_1.20.1-2_i386.deb
  to main/g/gnustep-base/gnustep-base-runtime_1.20.1-2_i386.deb
gnustep-base_1.20.1-2.diff.gz
  to main/g/gnustep-base/gnustep-base_1.20.1-2.diff.gz
gnustep-base_1.20.1-2.dsc
  to main/g/gnustep-base/gnustep-base_1.20.1-2.dsc
libgnustep-base-dev_1.20.1-2_i386.deb
  to main/g/gnustep-base/libgnustep-base-dev_1.20.1-2_i386.deb
libgnustep-base1.20-dbg_1.20.1-2_i386.deb
  to main/g/gnustep-base/libgnustep-base1.20-dbg_1.20.1-2_i386.deb
libgnustep-base1.20_1.20.1-2_i386.deb
  to 

Accepted mozplugger 1.14.1-1~exp1 (source amd64)

2010-08-10 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Aug 2010 15:09:53 +0200
Source: mozplugger
Binary: mozplugger
Architecture: source amd64
Version: 1.14.1-1~exp1
Distribution: experimental
Urgency: low
Maintainer: Alessio Treglia ales...@debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 mozplugger - Plugin allowing external viewers to be launched inside Mozilla
Closes: 588130
Changes: 
 mozplugger (1.14.1-1~exp1) experimental; urgency=low
 .
   * New upstream bugfix-only release:
 - Don't store temporary files in $HOME (Closes: #588130).
 - Use NPP_StreamAsFile with webkit based browsers.
 - Embedded objects now have a property called isPlaying, which
   return true if the application is running, false otherwise.
   * Merge Ubuntu changelog entries.
   * Update Standards to 3.9.1.
   * Update watch file.
   * Refresh debian/patches/01-manpages.patch patch.
Checksums-Sha1: 
 130e7666550fee7e149ace895d2bba3075ab0d92 1237 mozplugger_1.14.1-1~exp1.dsc
 e22a0a784498bc852963dbf090ba71866484abb8 92861 mozplugger_1.14.1.orig.tar.gz
 ec04e9ef447398dd8bfe7ef7ae8724410a829d86 17972 
mozplugger_1.14.1-1~exp1.debian.tar.gz
 827ca73cd93d66c2f6f5fad0137b1c3933ff5fa4 79306 
mozplugger_1.14.1-1~exp1_amd64.deb
Checksums-Sha256: 
 190e2531c7b3d51324b398565834e598e3826d302850a57edc929cd6bb25854c 1237 
mozplugger_1.14.1-1~exp1.dsc
 629ff31a651c76e4e60a505507304c7081494b38a8bd1f71a53e3a20de46190e 92861 
mozplugger_1.14.1.orig.tar.gz
 8bbadd9dd956512f4f7f94c1400158abfcbbcc5714acbc6969c71adbaa03e7c3 17972 
mozplugger_1.14.1-1~exp1.debian.tar.gz
 4a53726602810b2128828e185bbb0304b910c0a7bb7477430335cbc544fe4532 79306 
mozplugger_1.14.1-1~exp1_amd64.deb
Files: 
 c1cc9d408fcfce6da83642e7788f210a 1237 web optional mozplugger_1.14.1-1~exp1.dsc
 272b379cc290e4552ecd7f74f085c7ed 92861 web optional 
mozplugger_1.14.1.orig.tar.gz
 d46ae983f607154502e61b224d44086e 17972 web optional 
mozplugger_1.14.1-1~exp1.debian.tar.gz
 867dac97d0b922c47441b740e29cb3b1 79306 web optional 
mozplugger_1.14.1-1~exp1_amd64.deb

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

iEYEARECAAYFAkxhUzYACgkQRdSMfNz8P9CcfQCeMQeDVo5mTuQZf96NDL3XaYoY
WTQAn3nkr04GZH05EByInwZGlw598co9
=2NR7
-END PGP SIGNATURE-


Accepted:
mozplugger_1.14.1-1~exp1.debian.tar.gz
  to main/m/mozplugger/mozplugger_1.14.1-1~exp1.debian.tar.gz
mozplugger_1.14.1-1~exp1.dsc
  to main/m/mozplugger/mozplugger_1.14.1-1~exp1.dsc
mozplugger_1.14.1-1~exp1_amd64.deb
  to main/m/mozplugger/mozplugger_1.14.1-1~exp1_amd64.deb
mozplugger_1.14.1.orig.tar.gz
  to main/m/mozplugger/mozplugger_1.14.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/e1oiowk-0006si...@franck.debian.org



Accepted bzr-rewrite 0.6.1-1 (source all)

2010-08-10 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Aug 2010 16:08:21 +0200
Source: bzr-rewrite
Binary: bzr-rewrite bzr-rebase
Architecture: source all
Version: 0.6.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Bazaar Maintainers pkg-bazaar-ma...@lists.alioth.debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 bzr-rebase - transitional dummy package for bzr-rewrite
 bzr-rewrite - History rewriting plugin for Bazaar
Closes: 592438
Changes: 
 bzr-rewrite (0.6.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Mark as supporting Bazaar 2.2. Closes: #592438
   * Bump standards version to 3.9.1.
Checksums-Sha1: 
 8ac4697131eb06ae6f061126665172a6e3ce233d 1310 bzr-rewrite_0.6.1-1.dsc
 db9193fcf8146900d1293320e19492c1e5c973c2 30876 bzr-rewrite_0.6.1.orig.tar.gz
 3c66bbec5269ff20c0897f02463c76f7555a1fa4 2991 bzr-rewrite_0.6.1-1.debian.tar.gz
 f7d806ebbb278f58a5f7ba1aaac301a3f2e33eb0 28996 bzr-rewrite_0.6.1-1_all.deb
 9abf46ee0039a45dd78f3ca071eefe9d264a5574 1662 bzr-rebase_0.6.1-1_all.deb
Checksums-Sha256: 
 5ebb81ded05066d97b0cf8042ff293a7822d0811d98cf0da71135421f39fb8d1 1310 
bzr-rewrite_0.6.1-1.dsc
 45dc7c5babe58057eda8f25db68bac1f477d0eb0ba3aefceca703b707709689d 30876 
bzr-rewrite_0.6.1.orig.tar.gz
 78027f3d91d8dd9a341a11adb4c42ff065202b168026d57221c77fb39f225a38 2991 
bzr-rewrite_0.6.1-1.debian.tar.gz
 c4d3805aec83b778a7a787c0d74ca17786075261afb21d85da9cc73e75d5dc36 28996 
bzr-rewrite_0.6.1-1_all.deb
 5fd413193d0eb5eba86b88605a6d11def03db9646bdc4bdd1abda4cdeea96938 1662 
bzr-rebase_0.6.1-1_all.deb
Files: 
 86c111ca11068a7d795c7f26c39144e6 1310 vcs optional bzr-rewrite_0.6.1-1.dsc
 0e43d97fe048b24fb560a1c7925a3f85 30876 vcs optional 
bzr-rewrite_0.6.1.orig.tar.gz
 3d3f8b7348324cee0e4fb6a3d1e10f59 2991 vcs optional 
bzr-rewrite_0.6.1-1.debian.tar.gz
 ddd88471da65d852f9c0738552daa986 28996 vcs optional bzr-rewrite_0.6.1-1_all.deb
 dac02f865fc135bb02357141925640b5 1662 vcs optional bzr-rebase_0.6.1-1_all.deb

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

iEYEARECAAYFAkxhXacACgkQPa9Uoh7vUnbQbQCfT6fUoKbOI7ONtxWMGzhm1Djg
TUcAn2fJav4r4PK4qySztkCtKXKxuoyI
=osSp
-END PGP SIGNATURE-


Accepted:
bzr-rebase_0.6.1-1_all.deb
  to main/b/bzr-rewrite/bzr-rebase_0.6.1-1_all.deb
bzr-rewrite_0.6.1-1.debian.tar.gz
  to main/b/bzr-rewrite/bzr-rewrite_0.6.1-1.debian.tar.gz
bzr-rewrite_0.6.1-1.dsc
  to main/b/bzr-rewrite/bzr-rewrite_0.6.1-1.dsc
bzr-rewrite_0.6.1-1_all.deb
  to main/b/bzr-rewrite/bzr-rewrite_0.6.1-1_all.deb
bzr-rewrite_0.6.1.orig.tar.gz
  to main/b/bzr-rewrite/bzr-rewrite_0.6.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/e1oiq6r-0003ms...@franck.debian.org



Accepted font-manager 0.5.6-1 (source i386)

2010-08-10 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Aug 2010 15:59:35 +0200
Source: font-manager
Binary: font-manager
Architecture: source i386
Version: 0.5.6-1
Distribution: unstable
Urgency: low
Maintainer: Alessio Treglia ales...@debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 font-manager - font management application for the GNOME desktop
Changes: 
 font-manager (0.5.6-1) unstable; urgency=low
 .
   * New upstream release.
   * Build-Depends on libpango1.0-dev.
   * Add Vcs fields.
   * Drop 01-desktop_file.patch, applied upstream.
   * Pass -Wl,--as-needed to the linker.
   * Use 'dh  --with foo' for compatibility with DH v8.
   * Add the kind Andrea Colangelo to the Uploaders list.
Checksums-Sha1: 
 80b0a2fb67ab0051438430864819159178e5465e 1392 font-manager_0.5.6-1.dsc
 8ed8563ff55ffb550eb8ae0bfd8d6306a84e8e29 716848 font-manager_0.5.6.orig.tar.bz2
 38764b4cb67d09863cac438a251b91b89934b1cc 2785 
font-manager_0.5.6-1.debian.tar.gz
 d7c96abf76daa5d640961cecee7d9b4d6c778866 673516 font-manager_0.5.6-1_i386.deb
Checksums-Sha256: 
 e0b4d32f2c7c8ad496f2d711cc5ffef44f47df619166ec5628e8fdd8c5081026 1392 
font-manager_0.5.6-1.dsc
 be0fb85f14095ddb1d952cef99d6d51ec05c7ec5561a5300de459ada998f3257 716848 
font-manager_0.5.6.orig.tar.bz2
 deb903e3380019157e747f3628a81dc22b494047e91ac6b944bc34c552921be5 2785 
font-manager_0.5.6-1.debian.tar.gz
 1bf0eca428fffe9d24a442559968fa91fd90b12f74e4edd60e23a40848ee0b7b 673516 
font-manager_0.5.6-1_i386.deb
Files: 
 e1cd9fa4785357cea5a012393d4e63b7 1392 graphics optional 
font-manager_0.5.6-1.dsc
 7cda59dadf2d47ad6f5e07d3d6d25e04 716848 graphics optional 
font-manager_0.5.6.orig.tar.bz2
 cafdcca5a63cd04ea58f93705626f2f4 2785 graphics optional 
font-manager_0.5.6-1.debian.tar.gz
 1120c1254632d28902da72c0f8596a19 673516 graphics optional 
font-manager_0.5.6-1_i386.deb

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

iEYEARECAAYFAkxhXKMACgkQRdSMfNz8P9AVkQCfVDRgp65Pc+IoqbxR8lMCk8DW
/XIAn2wyazYu24vwIiNBXy3IFWiPLTbj
=ATml
-END PGP SIGNATURE-


Accepted:
font-manager_0.5.6-1.debian.tar.gz
  to main/f/font-manager/font-manager_0.5.6-1.debian.tar.gz
font-manager_0.5.6-1.dsc
  to main/f/font-manager/font-manager_0.5.6-1.dsc
font-manager_0.5.6-1_i386.deb
  to main/f/font-manager/font-manager_0.5.6-1_i386.deb
font-manager_0.5.6.orig.tar.bz2
  to main/f/font-manager/font-manager_0.5.6.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/e1oiq77-0003r4...@franck.debian.org



Accepted pyxplot 0.8.2-1 (source all amd64)

2010-08-10 Thread Stuart Prescott
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 07 Aug 2010 18:33:29 +0100
Source: pyxplot
Binary: pyxplot pyxplot-doc
Architecture: source amd64 all
Version: 0.8.2-1
Distribution: unstable
Urgency: low
Maintainer: Stuart Prescott stuart+deb...@nanonanonano.net
Changed-By: Stuart Prescott stuart+deb...@nanonanonano.net
Description: 
 pyxplot- data plotting program producing publication-quality output
 pyxplot-doc - documentation for pyxplot data plotting program
Closes: 591538
Changes: 
 pyxplot (0.8.2-1) unstable; urgency=low
 .
   * New upstream release.
 - pyxplot now works on big-endian architectures too (Closes: #591538).
   * Drop gv-not-found.patch (incorporated upstream).
   * Bump standards version to 3.9.1 (no changes required).
Checksums-Sha1: 
 9f485f471bc57a502cd95a80fe27b8b153bc849e 1642 pyxplot_0.8.2-1.dsc
 a3ecb758f26ef3ceb2e7b750a77d50bdc675605b 3698885 pyxplot_0.8.2.orig.tar.gz
 1ba2a41208d4e25ae14e62e1f57f303a7cd50d0a 11500 pyxplot_0.8.2-1.debian.tar.gz
 40a3738c22fb252cda816d3e4cf4b500f21fa35e 631874 pyxplot_0.8.2-1_amd64.deb
 0440b8a3eff018c509641e4acece78f3fce92074 17045232 pyxplot-doc_0.8.2-1_all.deb
Checksums-Sha256: 
 437fe266cf83a4cf017264b9855031128525b8e09b467736c3a7f9a133700f9e 1642 
pyxplot_0.8.2-1.dsc
 ea6acc896a70ca4aca0effe0133be45d3e09f2077bea50dd7abd716233f5af2a 3698885 
pyxplot_0.8.2.orig.tar.gz
 803a2e153893cf8e23d0c59851878bbdabc4231eaed71876e6cfeaf2c8769c84 11500 
pyxplot_0.8.2-1.debian.tar.gz
 bea418ad200bfa322af6ec41d7acd0f9cd60680325f18b75f55c2de5c8871daf 631874 
pyxplot_0.8.2-1_amd64.deb
 c276d5e34abe60b4dab877212659d72caf10504151cb0e993965242fe51667df 17045232 
pyxplot-doc_0.8.2-1_all.deb
Files: 
 1a5e77f917a9b1783631092cac19c971 1642 math optional pyxplot_0.8.2-1.dsc
 895e96d210db56e650ea4e586ad4a9ce 3698885 math optional 
pyxplot_0.8.2.orig.tar.gz
 0dce6bd83b1dcac5ba638bff952feb95 11500 math optional 
pyxplot_0.8.2-1.debian.tar.gz
 75eb546e82a7dbf423e6be23863b4197 631874 math optional pyxplot_0.8.2-1_amd64.deb
 05c8154b9f30b23ead8128c5669865b8 17045232 doc optional 
pyxplot-doc_0.8.2-1_all.deb

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

iQEcBAEBCAAGBQJMYWMIAAoJEF7K+wCjrkSkMWAH/jsqsgRfG1+lrKv+8osxMLM/
f1V/AIFhq1TPEJvuv6zTmClNHIcj+FsfKh/AAkbT/v0mv+c6JOtBiDd8a3PodrYt
cpOKMVTPKS4b9DEu5hmkwMaSwxtsvNDfT5+c1stZeUdSz6mLyn0F8Z118wCSVX9D
UrGGerscMBc4H4xmZJ1uHZoj8CgQeEZx52/IdhKJ8EdpjG0JLpVyZUjGc5281RZ2
gAR1w051euSF6N3tVW77L69cx4qc2JRKpsWGbKMRIkHR2METCxhVJIrwZuDs6MLb
wmSiNtMDoAzw50MhidREwlHdWyUQsRp7pgL0hDHrkLr4VxG7TL8yzzrN3jy3jCw=
=EY+Q
-END PGP SIGNATURE-


Accepted:
pyxplot-doc_0.8.2-1_all.deb
  to main/p/pyxplot/pyxplot-doc_0.8.2-1_all.deb
pyxplot_0.8.2-1.debian.tar.gz
  to main/p/pyxplot/pyxplot_0.8.2-1.debian.tar.gz
pyxplot_0.8.2-1.dsc
  to main/p/pyxplot/pyxplot_0.8.2-1.dsc
pyxplot_0.8.2-1_amd64.deb
  to main/p/pyxplot/pyxplot_0.8.2-1_amd64.deb
pyxplot_0.8.2.orig.tar.gz
  to main/p/pyxplot/pyxplot_0.8.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/e1oiqbb-0004oq...@franck.debian.org



Accepted fsl 4.1.6-3 (source all amd64)

2010-08-10 Thread Michael Hanke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 08 Aug 2010 12:20:38 -0400
Source: fsl
Binary: fsl fsl-4.1 fsl-doc-4.1
Architecture: source amd64 all
Version: 4.1.6-3
Distribution: unstable
Urgency: low
Maintainer: NeuroDebian Team t...@neuro.debian.net
Changed-By: Michael Hanke michael.ha...@gmail.com
Description: 
 fsl- analysis tools for FMRI, MRI and DTI brain imaging
 fsl-4.1- analysis tools for FMRI, MRI and DTI brain imaging
 fsl-doc-4.1 - documentation for FSL
Closes: 592242
Changes: 
 fsl (4.1.6-3) unstable; urgency=low
 .
   * Add package conflict between 'fsl' and 'cyrus-clients-2.2', due to file
 conflict (Closes: #592242). Thanks to Ralf Treinen for detecting.
Checksums-Sha1: 
 39f23cff4199ad67346e5a71400867d2cecb2a13 1562 fsl_4.1.6-3.dsc
 4e44693d8acbb886300027017ac5d66b4fbc8828 37548 fsl_4.1.6-3.debian.tar.gz
 71ff3f5bd1b605c91b6398ab96c84170ad24a9b9 10388916 fsl-4.1_4.1.6-3_amd64.deb
 9db499c4cb1c979aa6592120a436506de76b6245 24540 fsl_4.1.6-3_all.deb
 afca4fd7f41ced210fb63b540d4aa84cb95712b2 11172936 fsl-doc-4.1_4.1.6-3_all.deb
Checksums-Sha256: 
 9674d6f8f018f35b91ddfd88ca8dde2e7b9c226962af9ba2feb69e92963b4ec7 1562 
fsl_4.1.6-3.dsc
 af335e19227c3d6921cf5576d1a2f18cb5bacb905443e688319c93a0999aa22e 37548 
fsl_4.1.6-3.debian.tar.gz
 320b114522f0ceaff1c911fc44a4b1b5f2161dd758c4487f5c078cb0fcb6110b 10388916 
fsl-4.1_4.1.6-3_amd64.deb
 330b56de3a30fab32b5048faad6fe8fb8d074f45739a09139114ad21b3689db2 24540 
fsl_4.1.6-3_all.deb
 adff9f85923e140f0fd30b332c8c378dd24a414bb1de56dad7804f3f8fe4a3bb 11172936 
fsl-doc-4.1_4.1.6-3_all.deb
Files: 
 cf40f96fdc34f9b4c7ba40d24f22b7b4 1562 non-free/science optional fsl_4.1.6-3.dsc
 121de5efa7ccf6f57f6a6d85ecf8b39f 37548 non-free/science optional 
fsl_4.1.6-3.debian.tar.gz
 7fe29bc07b5c4cba8e3ab8d79731d830 10388916 non-free/science optional 
fsl-4.1_4.1.6-3_amd64.deb
 08e83608737b3331eb13748eaaf21cfd 24540 non-free/science optional 
fsl_4.1.6-3_all.deb
 3b8464d670a6ee78195b3025b763505c 11172936 non-free/doc optional 
fsl-doc-4.1_4.1.6-3_all.deb

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

iEYEARECAAYFAkxhcRwACgkQjRFFY3XAJMh/0wCfQADUhqB5n1D6NWWSI4uQwlj3
G9UAn2U4hn7uARHY1Jr3F52wFWPqlrwY
=2faS
-END PGP SIGNATURE-


Accepted:
fsl-4.1_4.1.6-3_amd64.deb
  to non-free/f/fsl/fsl-4.1_4.1.6-3_amd64.deb
fsl-doc-4.1_4.1.6-3_all.deb
  to non-free/f/fsl/fsl-doc-4.1_4.1.6-3_all.deb
fsl_4.1.6-3.debian.tar.gz
  to non-free/f/fsl/fsl_4.1.6-3.debian.tar.gz
fsl_4.1.6-3.dsc
  to non-free/f/fsl/fsl_4.1.6-3.dsc
fsl_4.1.6-3_all.deb
  to non-free/f/fsl/fsl_4.1.6-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/e1oir2w-0001wk...@franck.debian.org



Accepted software-center 2.0.7debian4 (source all)

2010-08-10 Thread Julian Andres Klode
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Tue, 10 Aug 2010 17:31:39 +0200
Source: software-center
Binary: software-center gnome-app-install
Architecture: source all
Version: 2.0.7debian4
Distribution: unstable
Urgency: low
Maintainer: Julian Andres Klode j...@debian.org
Changed-By: Julian Andres Klode j...@debian.org
Description: 
 gnome-app-install - dummy upgrade package for gnome-app-install - 
software-center
 software-center - Utility for browsing, installing, and removing applications
Changes: 
 software-center (2.0.7debian4) unstable; urgency=low
 .
   * Determine CODENAME, DISTRO, RELEASE in version.py at run-time using
 lsb_release instead of defining them at build-time.
Checksums-Sha1: 
 23de85934e6684b4e868e433fc7a5e438ce5f3c2 1018 software-center_2.0.7debian4.dsc
 7e75b959089671b784c7a7952e718b9f84827560 462480 
software-center_2.0.7debian4.tar.gz
 e9bd7f7c1ebfad9405c7e792b21b18cba760300c 277570 
software-center_2.0.7debian4_all.deb
 c2e7687340029b81af451dff4284b6ec4bb51bf1 19842 
gnome-app-install_2.0.7debian4_all.deb
Checksums-Sha256: 
 f3e6e6aaf2589182dacee204f69c297e10b49dc551c7a5988bf9a8583b44d299 1018 
software-center_2.0.7debian4.dsc
 847d833717c93aa405180dca12601fb23db89a916b7a05bc76c766a3e6093e4a 462480 
software-center_2.0.7debian4.tar.gz
 f096dfa7eb0be93b27f062dfefc76a16044203e1c15e8793a99595a61a5fae53 277570 
software-center_2.0.7debian4_all.deb
 f9a1e3785e903b9534b4a161b91bc4729dd51633bbf0d21347efb4884f556744 19842 
gnome-app-install_2.0.7debian4_all.deb
Files: 
 fa115e54fae04b089fafab38f16e8089 1018 gnome optional 
software-center_2.0.7debian4.dsc
 9467b6eff3b0364cc9e5fba3c7181287 462480 gnome optional 
software-center_2.0.7debian4.tar.gz
 a596bd32c0d0bed244e72e4ca7db56dc 277570 gnome optional 
software-center_2.0.7debian4_all.deb
 e6d0b8c7e6013f90bd809dcaec8d4123 19842 oldlibs optional 
gnome-app-install_2.0.7debian4_all.deb

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

iEYEAREDAAYFAkxhc40ACgkQrCpf/gCCPsLSFACdG8kYqNMR4hngd8k8ImsuzPDY
pb8AoLNNw9rUzW3zuW7B4Som9pRgo94n
=Fs6M
-END PGP SIGNATURE-


Accepted:
gnome-app-install_2.0.7debian4_all.deb
  to main/s/software-center/gnome-app-install_2.0.7debian4_all.deb
software-center_2.0.7debian4.dsc
  to main/s/software-center/software-center_2.0.7debian4.dsc
software-center_2.0.7debian4.tar.gz
  to main/s/software-center/software-center_2.0.7debian4.tar.gz
software-center_2.0.7debian4_all.deb
  to main/s/software-center/software-center_2.0.7debian4_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/e1oir34-0001z6...@franck.debian.org



Accepted bugzilla 3.6.2.0-1 (source all)

2010-08-10 Thread Raphael Bossek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 08 Aug 2010 15:38:06 +0200
Source: bugzilla
Binary: bugzilla3 bugzilla3-doc
Architecture: source all
Version: 3.6.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Raphael Bossek boss...@debian.org
Changed-By: Raphael Bossek boss...@debian.org
Description: 
 bugzilla3  - web-based bug tracking system
 bugzilla3-doc - comprehensive guide to Bugzilla
Closes: 557357 591943 592036 592160 592212
Changes: 
 bugzilla (3.6.2.0-1) unstable; urgency=low
 .
   * New upstream release. Closes: #592212
   * Increased Standards-Version to 3.9.1; no changes.
   * Due to tons of bug reports with missconfigured database server environment
 I've disabled the DB check at installation time ($db_check=0) and added
 more code to handle database connect errors at installation/configuration
 time.
 LP: #584827, #546954, #584819
   * Bugzilla will be disabled if configuration/installation failes.
 Closes: #557357
   * [Debconf translation updates]
 - Czech (Slavko). Closes: #591943
 - Swedish (Martin Bagge). Closes: #592036
 - Portuguese. Closes: #592160
Checksums-Sha1: 
 0565d953bfc09cc5ec924523eb612c68ab6c4027 1143 bugzilla_3.6.2.0-1.dsc
 d6152f6bbfe3c685c00865bfc324ca3f1f1a8450 4452904 bugzilla_3.6.2.0.orig.tar.gz
 f87501fc7d4b22b20683979506abb6c25a47 87725 bugzilla_3.6.2.0-1.debian.tar.gz
 7e7b98e059111f2579909c36c6ddffe259718468 2755856 bugzilla3_3.6.2.0-1_all.deb
 37139af3d7ca864fd2d5cdc52f9c52440bf1a40a 1418156 
bugzilla3-doc_3.6.2.0-1_all.deb
Checksums-Sha256: 
 e5e6791c8de9422e7218af1a63cbf5cb31fd3780cbdeb23c9ce8988fe247cd6f 1143 
bugzilla_3.6.2.0-1.dsc
 3f31675b546f76eab611c37ceaa7462ab0fb207f7edd6b2820c6b56f598f37f2 4452904 
bugzilla_3.6.2.0.orig.tar.gz
 4c126fc99c61c7226aee194c54f5605313886030ce43a4e9820a463c0f488828 87725 
bugzilla_3.6.2.0-1.debian.tar.gz
 9290ed1c7b2779550c8dd17106f8149caf7932108fd0ebc53b17e3c0a0f20f1f 2755856 
bugzilla3_3.6.2.0-1_all.deb
 32f743d6fcbcf97dc1f3e7870ce41451abf7acee74e0b9014217f1048fa43119 1418156 
bugzilla3-doc_3.6.2.0-1_all.deb
Files: 
 d64d231fff0952428ab5da85754ff249 1143 web optional bugzilla_3.6.2.0-1.dsc
 07ba25fb3c6aa9de846813fd9dedf1d7 4452904 web optional 
bugzilla_3.6.2.0.orig.tar.gz
 d0f072c5123f2c05b5d8279369162fa9 87725 web optional 
bugzilla_3.6.2.0-1.debian.tar.gz
 55ed012998e6705c6231b303c53007a5 2755856 web optional 
bugzilla3_3.6.2.0-1_all.deb
 fc602a4c63dc19616489bbb5fabb590d 1418156 doc optional 
bugzilla3-doc_3.6.2.0-1_all.deb

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

iD8DBQFMYXX5N2lBq4Nesv8RAtIkAJ9vJsClnjUQQyC5qj5wQx3CYluyIgCggNkJ
fLAH3tpxIgIoQJGaEOS5Lvs=
=ziFp
-END PGP SIGNATURE-


Accepted:
bugzilla3-doc_3.6.2.0-1_all.deb
  to main/b/bugzilla/bugzilla3-doc_3.6.2.0-1_all.deb
bugzilla3_3.6.2.0-1_all.deb
  to main/b/bugzilla/bugzilla3_3.6.2.0-1_all.deb
bugzilla_3.6.2.0-1.debian.tar.gz
  to main/b/bugzilla/bugzilla_3.6.2.0-1.debian.tar.gz
bugzilla_3.6.2.0-1.dsc
  to main/b/bugzilla/bugzilla_3.6.2.0-1.dsc
bugzilla_3.6.2.0.orig.tar.gz
  to main/b/bugzilla/bugzilla_3.6.2.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/e1oirvo-0004nc...@franck.debian.org



Accepted gnash 0.8.8~bzr20100810.1427-1 (source amd64)

2010-08-10 Thread Miriam Ruiz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 14 Aug 2010 14:27:00 +0200
Source: gnash
Binary: gnash-common gnash-common-opengl gnash gnash-opengl klash klash-opengl 
gnash-tools gnash-cygnal mozilla-plugin-gnash konqueror-plugin-gnash
Architecture: source amd64
Version: 0.8.8~bzr20100810.1427-1
Distribution: experimental
Urgency: low
Maintainer: Miriam Ruiz little_m...@yahoo.es
Changed-By: Miriam Ruiz little_m...@yahoo.es
Description: 
 gnash  - free Shockwave Flash (SWF) movie player
 gnash-common - free Shockwave Flash (SWF) movie player - common files/libraries
 gnash-common-opengl - free Shockwave Flash (SWF) movie player - common 
files/libraries
 gnash-cygnal - free Shockwave Flash (SWF) movie player - Media server
 gnash-opengl - free Shockwave Flash (SWF) movie player
 gnash-tools - free Shockwave Flash (SWF) movie player - Command-line Tools
 klash  - free Shockwave Flash (SWF) movie player - standalone player for K
 klash-opengl - free Shockwave Flash (SWF) movie player - standalone player for 
K
 konqueror-plugin-gnash - free Shockwave Flash (SWF) movie player - Plugin for 
Konqueror
 mozilla-plugin-gnash - free Shockwave Flash (SWF) movie player - Plugin for 
Mozilla and
Changes: 
 gnash (0.8.8~bzr20100810.1427-1) experimental; urgency=low
 .
   * New Upstream Release. Downloaded from Bazaar.
   * Added --enable-hwaccel=none to ./configure
   * Removed the -opengl packages
   * Removed --enable-avm2, it doesn't compile otherwise
Checksums-Sha1: 
 481462a625386386a18c5701800261c6d6360e88 2083 
gnash_0.8.8~bzr20100810.1427-1.dsc
 a378ae341cce15a74203a46ed8037ca1bec4ba00 117748775 
gnash_0.8.8~bzr20100810.1427.orig.tar.gz
 a43c651c866e6764cf59fd30fa7251d409d8e949 31837 
gnash_0.8.8~bzr20100810.1427-1.diff.gz
 d07cf6c75b717ee7c4d2f1cf65d6d3d21228eb67 2531482 
gnash-common_0.8.8~bzr20100810.1427-1_amd64.deb
 270efed82dbffdd4b4de3cbf60234b22c7bad15f 25780 
gnash-common-opengl_0.8.8~bzr20100810.1427-1_amd64.deb
 cf64d0f75cf07ab91f87e07630e5e4e1a5fc7263 182240 
gnash_0.8.8~bzr20100810.1427-1_amd64.deb
 24c46a4546a3c977b059021b00a16d706f735394 25756 
gnash-opengl_0.8.8~bzr20100810.1427-1_amd64.deb
 2c0856c37e4511bd7dca8b0337e496c6880c72d0 182274 
klash_0.8.8~bzr20100810.1427-1_amd64.deb
 bbe8adb253cf91fb40d5ed0db825d4ddf14609e3 25774 
klash-opengl_0.8.8~bzr20100810.1427-1_amd64.deb
 9b163f767e215638c71521ee5e3d9a8d5e1d82c2 158254 
gnash-tools_0.8.8~bzr20100810.1427-1_amd64.deb
 fc431c6854d32973b4973f37d3e2934fc5147014 160464 
gnash-cygnal_0.8.8~bzr20100810.1427-1_amd64.deb
 9c16f40e21073fba8b6814be74859cc9ec2487df 131036 
mozilla-plugin-gnash_0.8.8~bzr20100810.1427-1_amd64.deb
 9587b578b214ad8a42f8168049dbfe5f70e78e0a 55764 
konqueror-plugin-gnash_0.8.8~bzr20100810.1427-1_amd64.deb
Checksums-Sha256: 
 1172922c63dd445645025e0a10f2c4a351406e9961ced3719510e9d1e3dd9ae1 2083 
gnash_0.8.8~bzr20100810.1427-1.dsc
 8be42d8e5c3f6e1d084439e74edb658318782003ca114d6a829d885a648c8899 117748775 
gnash_0.8.8~bzr20100810.1427.orig.tar.gz
 76de9cfa25acd21350f032c0de4658fc0378a4cddbf9ef0c4ac843a6c38a6d12 31837 
gnash_0.8.8~bzr20100810.1427-1.diff.gz
 9b95e7314ea11908a7611ccd2f5554d5ea275aaa209b49b6385153b8450739cd 2531482 
gnash-common_0.8.8~bzr20100810.1427-1_amd64.deb
 51424b096489f0071389f927f312e9df644c3a258f745a5c1c5ccb0940ff0146 25780 
gnash-common-opengl_0.8.8~bzr20100810.1427-1_amd64.deb
 3607341561733e02c31d22eec97f9d9f9f03aca17b2feef1e823fc21d1b68501 182240 
gnash_0.8.8~bzr20100810.1427-1_amd64.deb
 4e1d5179f4124a9f5b263119cfaa1ae4a0073872c629a7ef2b9b4a9010cabd16 25756 
gnash-opengl_0.8.8~bzr20100810.1427-1_amd64.deb
 c7312a034a2276433b7a45c12744741894f7a39d41f10e95e978ddede0bb6332 182274 
klash_0.8.8~bzr20100810.1427-1_amd64.deb
 bde54ad596a687da5fe336ced1fee3cef2b06bee252006aa83e583fe37c09add 25774 
klash-opengl_0.8.8~bzr20100810.1427-1_amd64.deb
 7f13e531c560f706cf166693c0252b50317b9ea26c09ab90f5eb7c349571f433 158254 
gnash-tools_0.8.8~bzr20100810.1427-1_amd64.deb
 a4ce153dcec671dcddf12a7aaed7636a9d2d80b1f397b091314dae203a658508 160464 
gnash-cygnal_0.8.8~bzr20100810.1427-1_amd64.deb
 9f1ee5fb13b6e648d2328b6b2c334beb8b263b14784bcd8631acbf53f866aac2 131036 
mozilla-plugin-gnash_0.8.8~bzr20100810.1427-1_amd64.deb
 87d603f0cf335b1ff1db120c141092c07733781bfd07724cb960ddc37a6d54da 55764 
konqueror-plugin-gnash_0.8.8~bzr20100810.1427-1_amd64.deb
Files: 
 79b75da397297a4d11e4d9e04c891a1c 2083 utils optional 
gnash_0.8.8~bzr20100810.1427-1.dsc
 4c26b3beac27da8f4e9079e62fc1a56f 117748775 utils optional 
gnash_0.8.8~bzr20100810.1427.orig.tar.gz
 4533e216d51c84930b7df4fb4bb07f21 31837 utils optional 
gnash_0.8.8~bzr20100810.1427-1.diff.gz
 8a4d23938e7d5f2bc7a141771b419465 2531482 libs optional 
gnash-common_0.8.8~bzr20100810.1427-1_amd64.deb
 2a3ba357a0f8e3532f808a0dc2bfd80d 25780 libs optional 
gnash-common-opengl_0.8.8~bzr20100810.1427-1_amd64.deb
 808b647d657c280c6e63ea37c75eb175 182240 utils optional 
gnash_0.8.8~bzr20100810.1427-1_amd64.deb
 041b029eca2f8d3ab49e05391c66555d 25756 

Accepted knowledgeroot 0.9.9.5-5 (source all)

2010-08-10 Thread Frank Habermann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 08 Aug 2010 22:14:00 +0200
Source: knowledgeroot
Binary: knowledgeroot
Architecture: source all
Version: 0.9.9.5-5
Distribution: unstable
Urgency: low
Maintainer: Frank Habermann lordla...@lordlamer.de
Changed-By: Frank Habermann lordla...@lordlamer.de
Description: 
 knowledgeroot - web-based knowledgebase system
Changes: 
 knowledgeroot (0.9.9.5-5) unstable; urgency=low
 .
   * require php-htmlpurifier [CVE-2010-2479]
   * changed standars version to 3.9.1
Checksums-Sha1: 
 3217fadbf5be393c3352bf8c20321b846e3091a7 1039 knowledgeroot_0.9.9.5-5.dsc
 0618ce28483b82b9fdb869a47bd3424dcc4a1c53 8729 knowledgeroot_0.9.9.5-5.diff.gz
 e3749d5181be58eac5013e44da98e8e4d5fe2538 229946 knowledgeroot_0.9.9.5-5_all.deb
Checksums-Sha256: 
 975b600ff3a4fec72f7de066d1ed16a28d73b2edec549b6db2939b690eceafec 1039 
knowledgeroot_0.9.9.5-5.dsc
 16c588097ba73b37dd915e9dcca13d93f68440aa4891e43b5c73af94431d886d 8729 
knowledgeroot_0.9.9.5-5.diff.gz
 435c56b6ea01520afe935425e1b1c3d287ee0880bc59366c26476b06b8661c69 229946 
knowledgeroot_0.9.9.5-5_all.deb
Files: 
 f7aa56b8add1c5dfef99e896c875ab80 1039 web optional knowledgeroot_0.9.9.5-5.dsc
 48a8dc5cc20ec1481788f81454f2686a 8729 web optional 
knowledgeroot_0.9.9.5-5.diff.gz
 d5091268461aea4e533bdef7403b7caa 229946 web optional 
knowledgeroot_0.9.9.5-5_all.deb

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

iEYEARECAAYFAkxhehYACgkQ+C5cwEsrK57CMgCgiznrg/0G8zEeIeRQJDQs3QIV
VxUAnRwJ4FSvyxxmRntguk2B9kOInzar
=x9qP
-END PGP SIGNATURE-


Accepted:
knowledgeroot_0.9.9.5-5.diff.gz
  to main/k/knowledgeroot/knowledgeroot_0.9.9.5-5.diff.gz
knowledgeroot_0.9.9.5-5.dsc
  to main/k/knowledgeroot/knowledgeroot_0.9.9.5-5.dsc
knowledgeroot_0.9.9.5-5_all.deb
  to main/k/knowledgeroot/knowledgeroot_0.9.9.5-5_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/e1oirwp-0004dc...@franck.debian.org



Accepted phonefsod 0.1+git20100802-2 (source amd64)

2010-08-10 Thread Sebastian Reichel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Aug 2010 17:29:27 +0200
Source: phonefsod
Binary: phonefsod
Architecture: source amd64
Version: 0.1+git20100802-2
Distribution: unstable
Urgency: low
Maintainer: Debian freesmartphone.org Team 
pkg-fso-ma...@lists.alioth.debian.org
Changed-By: Sebastian Reichel elektra...@gmail.com
Description: 
 phonefsod  - SHR daemon for freesmartphone.org interaction
Changes: 
 phonefsod (0.1+git20100802-2) unstable; urgency=low
 .
   * Install phonefsod to the correct location
Checksums-Sha1: 
 bd9e80c536e083841e420bbe50583c8c1aca6bd6 1576 phonefsod_0.1+git20100802-2.dsc
 4a3cc8c01199aaf8e2d1a3d71f44e53687d1110c 4633 
phonefsod_0.1+git20100802-2.debian.tar.gz
 cb32cb0da117ebac20b406caa9b3a171ccb038a9 23400 
phonefsod_0.1+git20100802-2_amd64.deb
Checksums-Sha256: 
 553a4f7cc7b0441d8d2d664b04df0ea3087325ed8f399e694e38f72325671553 1576 
phonefsod_0.1+git20100802-2.dsc
 121c05746c5b49c4fe1b984ff88017904dde8301aa71d5153f59e6d34ade621a 4633 
phonefsod_0.1+git20100802-2.debian.tar.gz
 09a2e3be2a76b729039a0b08c91cb2bd2aca5546954bae7f4dd15884eae70a46 23400 
phonefsod_0.1+git20100802-2_amd64.deb
Files: 
 42bacb13be9f4c7acf6555ba4edf7d8c 1576 misc extra 
phonefsod_0.1+git20100802-2.dsc
 d95ae2c2f4facd10c7fb82a39746afc4 4633 misc extra 
phonefsod_0.1+git20100802-2.debian.tar.gz
 886de18d4f4d1d9f7d9d5e7c20111de7 23400 misc extra 
phonefsod_0.1+git20100802-2_amd64.deb

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

iEYEARECAAYFAkxhfNcACgkQH0JwilpTmKiaEACbBdDzTHQ0anB57oX5lyRmxDTV
/EYAoIa/An+iE0u2A6GgQjkCkspldLDv
=lnUP
-END PGP SIGNATURE-


Accepted:
phonefsod_0.1+git20100802-2.debian.tar.gz
  to main/p/phonefsod/phonefsod_0.1+git20100802-2.debian.tar.gz
phonefsod_0.1+git20100802-2.dsc
  to main/p/phonefsod/phonefsod_0.1+git20100802-2.dsc
phonefsod_0.1+git20100802-2_amd64.deb
  to main/p/phonefsod/phonefsod_0.1+git20100802-2_amd64.deb


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



Accepted commons-daemon 1.0.3-1 (source all amd64)

2010-08-10 Thread Damien Raude-Morvan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 05 Aug 2010 18:00:06 +0200
Source: commons-daemon
Binary: libcommons-daemon-java jsvc
Architecture: source all amd64
Version: 1.0.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Damien Raude-Morvan draz...@debian.org
Description: 
 jsvc   - wrapper to launch Java applications as daemons
 libcommons-daemon-java - library to launch Java applications as daemons
Changes: 
 commons-daemon (1.0.3-1) unstable; urgency=low
 .
   * New upstream release.
 - debian/patches/old_capabilities.diff: merged upstream.
 - no more prebuilt ELF objects in source tarball.
   * d/pacthes/syslog.diff: Updated to keep timestamp when SYSLOG support
 is not enabled.
   * d/patches/hurd_support.diff: tentative support for GNU/Hurd OS.
   * d/control: B-D on libcap-dev for all Linux OS.
Checksums-Sha1: 
 d580a4cdfd8669f00b1923857ad4981193184924 1496 commons-daemon_1.0.3-1.dsc
 9ec25049bd308df27525b1b7bff38e5385f064c9 213815 
commons-daemon_1.0.3.orig.tar.gz
 4dcddb59a0166d1490295231a9fe2db99d5577aa 9371 
commons-daemon_1.0.3-1.debian.tar.gz
 3f1834e9d8bb4212a03332cef91859523bed9720 43026 
libcommons-daemon-java_1.0.3-1_all.deb
 627ba9e5b0d5b03ffbc22a0b8772eb307354e0b3 25622 jsvc_1.0.3-1_amd64.deb
Checksums-Sha256: 
 8992f0d215a0823229490dbe298630e28e9119a01f4134bc1b98632d680dcae8 1496 
commons-daemon_1.0.3-1.dsc
 7bf530e4202e695decb4c6005d5155daa2c578a03276e968ea3550f1f1b18393 213815 
commons-daemon_1.0.3.orig.tar.gz
 50a807a8a0f7505be7b9f44310709611c8c2473c8c4638e9040c97a1745b6237 9371 
commons-daemon_1.0.3-1.debian.tar.gz
 562889833af8c8232e99320e7c7015cf8785cdbd90b1d29481fbd592ec1f 43026 
libcommons-daemon-java_1.0.3-1_all.deb
 66e835698ba5f406e470eb500d7feecf2b9f5de2688d4be833219833bb464112 25622 
jsvc_1.0.3-1_amd64.deb
Files: 
 2d30f49b813e3643ff5a1bcc9fc4d154 1496 java optional commons-daemon_1.0.3-1.dsc
 d39c01c625df709a4943cd1007b5d834 213815 java optional 
commons-daemon_1.0.3.orig.tar.gz
 80a90d34bbb23988d2d39b36bd54662f 9371 java optional 
commons-daemon_1.0.3-1.debian.tar.gz
 f13cb8da8105fd15019375b5ceb51acd 43026 java optional 
libcommons-daemon-java_1.0.3-1_all.deb
 0475a4f1db3c9c129d563f0e363e8dbd 25622 utils optional jsvc_1.0.3-1_amd64.deb

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

iEYEARECAAYFAkxa5G8ACgkQyIFXyIXHk4kGnwCgobwhG1kcQFEDVzb6rWtuzExz
DogAoMdHuWT28qu4/9yn0Llw4Rg+JDgs
=rZRa
-END PGP SIGNATURE-


Accepted:
commons-daemon_1.0.3-1.debian.tar.gz
  to main/c/commons-daemon/commons-daemon_1.0.3-1.debian.tar.gz
commons-daemon_1.0.3-1.dsc
  to main/c/commons-daemon/commons-daemon_1.0.3-1.dsc
commons-daemon_1.0.3.orig.tar.gz
  to main/c/commons-daemon/commons-daemon_1.0.3.orig.tar.gz
jsvc_1.0.3-1_amd64.deb
  to main/c/commons-daemon/jsvc_1.0.3-1_amd64.deb
libcommons-daemon-java_1.0.3-1_all.deb
  to main/c/commons-daemon/libcommons-daemon-java_1.0.3-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/e1oirym-0006rx...@franck.debian.org



Accepted zendframework 1.10.7-1 (source all)

2010-08-10 Thread Frank Habermann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 08 Aug 2010 22:01:00 +0200
Source: zendframework
Binary: zendframework zendframework-bin
Architecture: source all
Version: 1.10.7-1
Distribution: unstable
Urgency: low
Maintainer: Frank Habermann lordla...@lordlamer.de
Changed-By: Frank Habermann lordla...@lordlamer.de
Description: 
 zendframework - powerful PHP framework
 zendframework-bin - binary scripts for zendframework
Changes: 
 zendframework (1.10.7-1) unstable; urgency=low
 .
   * new upstream release
   * changed Standards-Version to 3.9.1
Checksums-Sha1: 
 70b75bc702e7082614a1d2161602dfbda83ed16b 1087 zendframework_1.10.7-1.dsc
 6e3d68f7bbe0e460bfdfb4eaea96a2f61e38bcfb 3600995 
zendframework_1.10.7.orig.tar.gz
 fd0f8771872d5de4c3156c2f3f0800e2712f3a04 4228 zendframework_1.10.7-1.diff.gz
 39d3338ac160ea95da9bde3a6b27569a28f647a7 3593582 zendframework_1.10.7-1_all.deb
 e4c45d7074291e65dcc9bea5876827c0edff59d7 9206 
zendframework-bin_1.10.7-1_all.deb
Checksums-Sha256: 
 ccf8761fc8c8aeed3d222f050ea4be0123ceddaa7e49c433fbc6a1e490c9982f 1087 
zendframework_1.10.7-1.dsc
 162f0376a498c88a5253aafe154be8d14b0b4a839c8ab78b8787575121144007 3600995 
zendframework_1.10.7.orig.tar.gz
 027db3a3eba6147cda641f306a784031f21d0a15124344c1fca82529ba235ee5 4228 
zendframework_1.10.7-1.diff.gz
 facff119116607f16925895ed9f42b22c65b8533e38cfc73319c759617e45fb6 3593582 
zendframework_1.10.7-1_all.deb
 d84c1050a687fdfb2ee32ddee7e3c1c27397a274ea5040003019873a99d04239 9206 
zendframework-bin_1.10.7-1_all.deb
Files: 
 b91dd48bb4a0da8454e9bb3f06f1f7b8 1087 web optional zendframework_1.10.7-1.dsc
 2c1cc8951cdac812b026e89e29f93a6b 3600995 web optional 
zendframework_1.10.7.orig.tar.gz
 dafa31d043e08cbbb5b7376d8e970155 4228 web optional 
zendframework_1.10.7-1.diff.gz
 e335f4032abf4537a8f0142c9b1dc577 3593582 web optional 
zendframework_1.10.7-1_all.deb
 1b530a6be2053e2b25637d0b903ce3d4 9206 web optional 
zendframework-bin_1.10.7-1_all.deb

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

iEYEARECAAYFAkxhey0ACgkQ+C5cwEsrK541FwCglOWjT7sOrNd19LwCQ6EExnO5
jgMAoJth/mOOUaFFEjsGLBVX3od/wZwg
=A/hd
-END PGP SIGNATURE-


Accepted:
zendframework-bin_1.10.7-1_all.deb
  to main/z/zendframework/zendframework-bin_1.10.7-1_all.deb
zendframework_1.10.7-1.diff.gz
  to main/z/zendframework/zendframework_1.10.7-1.diff.gz
zendframework_1.10.7-1.dsc
  to main/z/zendframework/zendframework_1.10.7-1.dsc
zendframework_1.10.7-1_all.deb
  to main/z/zendframework/zendframework_1.10.7-1_all.deb
zendframework_1.10.7.orig.tar.gz
  to main/z/zendframework/zendframework_1.10.7.orig.tar.gz


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



Accepted liburcu 0.4.6-2 (source amd64)

2010-08-10 Thread Jon Bernard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Aug 2010 13:11:59 -0400
Source: liburcu
Binary: liburcu-dev liburcu0
Architecture: source amd64
Version: 0.4.6-2
Distribution: unstable
Urgency: low
Maintainer: Jon Bernard jbern...@debian.org
Changed-By: Jon Bernard jbern...@debian.org
Description: 
 liburcu-dev - a userspace RCU (read-copy-update) library - development files
 liburcu0   - a userspace RCU (read-copy-update) library
Changes: 
 liburcu (0.4.6-2) unstable; urgency=low
 .
   * [8d60a0] Set debian source format to 3.0 (quilt)
   * [518f07] Add patch to fix sparc host cpu detection
   * [a39d2a] Bump standards version to 3.9.1, no changes necessary
Checksums-Sha1: 
 921519265a4aa6bca208604aec4e0c4519525c05 1233 liburcu_0.4.6-2.dsc
 f22a7a64bbda85c790723f50ca29356e8451a7b4 4175 liburcu_0.4.6-2.debian.tar.gz
 e94fbf1ca2c3f8e137534a46900664a39a3060e5 35394 liburcu-dev_0.4.6-2_amd64.deb
 a729ace46f16c066ce642120ce038a65416335b2 17678 liburcu0_0.4.6-2_amd64.deb
Checksums-Sha256: 
 499c6788b9f9848a3c689fb3f9ac6e7d3ce26b95ef18d27c1b468b5d479c866b 1233 
liburcu_0.4.6-2.dsc
 143fe1e7622efa533a21282ccc4ab1ec19b8badab3a6524c225b5f2ceb76643f 4175 
liburcu_0.4.6-2.debian.tar.gz
 8d38fa93b819f46cedd29828a6a0186b5d4eb1819ed0a2fddf330df77297f9e6 35394 
liburcu-dev_0.4.6-2_amd64.deb
 83285074582ceff9c5ff760745da3e3bbf28b88b5339198bd1ead7a40c25320c 17678 
liburcu0_0.4.6-2_amd64.deb
Files: 
 7969cb3ed44e7971c84c63d50671ecd6 1233 libs extra liburcu_0.4.6-2.dsc
 ced4cfa2bff4980e4ece305c3287b332 4175 libs extra liburcu_0.4.6-2.debian.tar.gz
 3f30cc31eef00fdbdb70f5b1dfcce473 35394 libdevel extra 
liburcu-dev_0.4.6-2_amd64.deb
 0d019d795463ffeec6c15f93efa5d162 17678 libs extra liburcu0_0.4.6-2_amd64.deb

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

iEYEARECAAYFAkxhiQ4ACgkQwAT2A1kSwn72bwCfYltrLnKXzLENcvbXGYVoZXuq
wkUAoLe1BnYTBEoxztsw1m5b+demxSlF
=o+7o
-END PGP SIGNATURE-


Accepted:
liburcu-dev_0.4.6-2_amd64.deb
  to main/libu/liburcu/liburcu-dev_0.4.6-2_amd64.deb
liburcu0_0.4.6-2_amd64.deb
  to main/libu/liburcu/liburcu0_0.4.6-2_amd64.deb
liburcu_0.4.6-2.debian.tar.gz
  to main/libu/liburcu/liburcu_0.4.6-2.debian.tar.gz
liburcu_0.4.6-2.dsc
  to main/libu/liburcu/liburcu_0.4.6-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/e1oisrn-0001vd...@franck.debian.org



Accepted illuminator 0.11.0-7 (source all amd64)

2010-08-10 Thread Adam C. Powell, IV
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Aug 2010 11:05:35 -0400
Source: illuminator
Binary: libluminate-dev libluminate7 illuminator-doc illuminator-demo
Architecture: source all amd64
Version: 0.11.0-7
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Adam C. Powell, IV hazel...@debian.org
Description: 
 illuminator-demo - Illuminator Distributed Visualization Library: demos
 illuminator-doc - Illuminator Distributed Visualization Library: documentation
 libluminate-dev - Illuminator Distributed Visualization Library: development 
files
 libluminate7 - Illuminator Distributed Visualization Library: shared library
Closes: 592191
Changes: 
 illuminator (0.11.0-7) unstable; urgency=low
 .
   * Hard-coded libpetsc-dev dependency in both Build-Depends and -dev package
 Depends (closes: #592191).
Checksums-Sha1: 
 580e3c3ed2c3843d1ea3f2dee2d285e56c3fab7e 1616 illuminator_0.11.0-7.dsc
 55711beb146cfa4d019cf4b53e2b7658bca90a09 10145 
illuminator_0.11.0-7.debian.tar.gz
 e096fe994f2ab4e1e13f7fdfdca4b4e0d4354724 1126248 
illuminator-doc_0.11.0-7_all.deb
 3229825d3b1a4481a95ef81cf0cd2a063f1b2e9b 47560 
libluminate-dev_0.11.0-7_amd64.deb
 e69ee75a33170fe30506a8b54d583f0c45f82f07 40320 libluminate7_0.11.0-7_amd64.deb
 7355226023bdeab8f421c1768ac9ea2ee692a839 89958 
illuminator-demo_0.11.0-7_amd64.deb
Checksums-Sha256: 
 55a2fc4df9965df52e2b5298846aac7e74889e1a205c06db5ae2cc992851a769 1616 
illuminator_0.11.0-7.dsc
 3240a32bbd894f37c660c9581ba7b8aec52278a87474c04c25ea17d0ca791073 10145 
illuminator_0.11.0-7.debian.tar.gz
 e8d80f7e7a763641bb4cad72ad35df830b5670c411d8a619b740c27139fb7694 1126248 
illuminator-doc_0.11.0-7_all.deb
 98a3f5f9200271167ee9194bab96529b4923a8f7eb09401f82c2aa24b6d70408 47560 
libluminate-dev_0.11.0-7_amd64.deb
 a49328768057e9aaa6b3bd0e6da1ba3d4c83dafac1a1d9020425f5cd454ca9ad 40320 
libluminate7_0.11.0-7_amd64.deb
 a913fb6694be2044caef82b00c0be6bf969fab28c638f86ef975f79198a2e04b 89958 
illuminator-demo_0.11.0-7_amd64.deb
Files: 
 4e91277db5c55d782b8b283583f7e531 1616 graphics extra illuminator_0.11.0-7.dsc
 b11cb9041957d8d772aff13753db1442 10145 graphics extra 
illuminator_0.11.0-7.debian.tar.gz
 e3483cf0ec16274c505d92da3064bfe0 1126248 doc extra 
illuminator-doc_0.11.0-7_all.deb
 725750983fec9de8eaec89e89869fd60 47560 libdevel extra 
libluminate-dev_0.11.0-7_amd64.deb
 fd21ec773fb1c8983b9d3d28b5819151 40320 libs extra 
libluminate7_0.11.0-7_amd64.deb
 3380bd09ffba6d693cb8e9a069133349 89958 graphics extra 
illuminator-demo_0.11.0-7_amd64.deb

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

iEYEARECAAYFAkxhbHIACgkQUm8B6FZO5LZw8gCfTCsv6ASOuZvx/3HVaxRv7IGh
RmAAnifHUawTcnsEhSoILkI6q+C4OPLm
=PyYG
-END PGP SIGNATURE-


Accepted:
illuminator-demo_0.11.0-7_amd64.deb
  to main/i/illuminator/illuminator-demo_0.11.0-7_amd64.deb
illuminator-doc_0.11.0-7_all.deb
  to main/i/illuminator/illuminator-doc_0.11.0-7_all.deb
illuminator_0.11.0-7.debian.tar.gz
  to main/i/illuminator/illuminator_0.11.0-7.debian.tar.gz
illuminator_0.11.0-7.dsc
  to main/i/illuminator/illuminator_0.11.0-7.dsc
libluminate-dev_0.11.0-7_amd64.deb
  to main/i/illuminator/libluminate-dev_0.11.0-7_amd64.deb
libluminate7_0.11.0-7_amd64.deb
  to main/i/illuminator/libluminate7_0.11.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/e1oit9e-0005ho...@franck.debian.org



Accepted coq 8.3~rc1+dfsg-1 (source all amd64)

2010-08-10 Thread Stéphane Glondu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 10 Aug 2010 19:22:15 +0200
Source: coq
Binary: coq coqide coq-theories libcoq-ocaml libcoq-ocaml-dev
Architecture: source amd64 all
Version: 8.3~rc1+dfsg-1
Distribution: experimental
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Stéphane Glondu glo...@debian.org
Description: 
 coq- proof assistant for higher-order logic (toplevel and compiler)
 coq-theories - proof assistant for higher-order logic (theories)
 coqide - proof assistant for higher-order logic (gtk interface)
 libcoq-ocaml - runtime libraries for Coq
 libcoq-ocaml-dev - development libraries and tools for Coq
Changes: 
 coq (8.3~rc1+dfsg-1) experimental; urgency=low
 .
   * New upstream release candidate
Checksums-Sha1: 
 8153fb327b249d12a99231bbcad619ba9fff468d 2173 coq_8.3~rc1+dfsg-1.dsc
 80174826ed7b57c6a05c7459389d06e6d827f522 3133798 coq_8.3~rc1+dfsg.orig.tar.gz
 92f296f19b6135309d11d5cf6fc1177048c5ea27 15924 coq_8.3~rc1+dfsg-1.debian.tar.gz
 6040167d8ac2ce03fd2e507cc728a8797f804af7 5573974 coq_8.3~rc1+dfsg-1_amd64.deb
 61126d6b94b33b9d05a231f234f56cb03eb6de78 5525054 
coqide_8.3~rc1+dfsg-1_amd64.deb
 405f696f876ad4b2723529d5ebaa035a272010d1 52839732 
coq-theories_8.3~rc1+dfsg-1_all.deb
 d1cc872eaa0a90c36d248e73153e5077611dfb78 2084036 
libcoq-ocaml_8.3~rc1+dfsg-1_amd64.deb
 4f540fa194da258771c681f49a701b15842c6148 5864998 
libcoq-ocaml-dev_8.3~rc1+dfsg-1_amd64.deb
Checksums-Sha256: 
 5cc38643b3d27aafcd67f3edd83122a9c5e8d341c1a5892c85e49e1d78583d3d 2173 
coq_8.3~rc1+dfsg-1.dsc
 64c8cf78f00e2c1bfd181ae742c619d4150fc4d1d7d9cdf001fdc82229107ba7 3133798 
coq_8.3~rc1+dfsg.orig.tar.gz
 199c9640397c29726fd97b91e86998892f6cc8d7cd03e4edeabf64b2a3c1353e 15924 
coq_8.3~rc1+dfsg-1.debian.tar.gz
 b693330542b4c01337143af2970b25095f993f1813578d647b78e41243d76580 5573974 
coq_8.3~rc1+dfsg-1_amd64.deb
 176b37a70b2d906d5dfbf89f6104dd9945f447a9d9630dc1e0b7444bea12cfc0 5525054 
coqide_8.3~rc1+dfsg-1_amd64.deb
 4ba740b4a17bf49064efe9a3aeadff649a57c6855cfc2027e010ebdc99e5fc23 52839732 
coq-theories_8.3~rc1+dfsg-1_all.deb
 8a2962d584bc613328562625d1e038e46b528a24cdd10b20f275af300760431c 2084036 
libcoq-ocaml_8.3~rc1+dfsg-1_amd64.deb
 8e9802a8af5cd8fab05046dd812a3921586370b86b49fa6ccef22da0fbeaeb88 5864998 
libcoq-ocaml-dev_8.3~rc1+dfsg-1_amd64.deb
Files: 
 c7d9fd49b08ccdf8b966b6672d3ddf13 2173 math optional coq_8.3~rc1+dfsg-1.dsc
 51be0b54bad97ec11911e8c963accea2 3133798 math optional 
coq_8.3~rc1+dfsg.orig.tar.gz
 bb076719eb8a45b3405121d48d242562 15924 math optional 
coq_8.3~rc1+dfsg-1.debian.tar.gz
 9274ad6efa372cd8199be31079e75576 5573974 math optional 
coq_8.3~rc1+dfsg-1_amd64.deb
 13df361547d7e3215bd2f4eb13e8960a 5525054 math optional 
coqide_8.3~rc1+dfsg-1_amd64.deb
 e55d42f623e29957191051b198cfd0f5 52839732 math optional 
coq-theories_8.3~rc1+dfsg-1_all.deb
 faa1fc6e80fffe8deab625963e3e61e7 2084036 ocaml optional 
libcoq-ocaml_8.3~rc1+dfsg-1_amd64.deb
 8ccf5a1310e288305a103ee3fbc23794 5864998 ocaml optional 
libcoq-ocaml-dev_8.3~rc1+dfsg-1_amd64.deb

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

iQIcBAEBCgAGBQJMYZKHAAoJEHhT2k1JiBrTIjMQAI2og2wisJe29qV9wwxhWeCB
SgczQMfqpUVoU+U7ARdghXE8nBRAl+Ee+JbpM+M4tGWAR7jHHIJtdFg4pUsoF8/k
Pe+jG3oRXW34YTMGTDHxHWcinwQp3ngup+sWkmOaB5D4MqaDURHRaJlbQK4Tl6FX
gIKC91fQhvBgRIp+s4QB25CRyVuOz+NAgNdaC/E8TYwr4A8UpYvL/lls1zn016Ho
JSK8BeDQocyFYO85hi+4waFNnnG/tZCvGqnyJ50Nh2Jfj8iVnoJ5Qbkk9eHMVzJb
UQP5U0g4EQ6qfhYahexLdUfRq5D7QDditWYHP6WLny4EXLl5SGArE/kvaujd4Arn
Q7XggySvdsouXAyYdS0RPqoLsp2P12ZTCNnhW0tDoKX6GbZp+hf8yyPlhHDT/NEn
he5JEV9QKji2XWDmrYAd+USCuXnIB4QlOGeJbbmgExDSeH4Osy1dAyVWk+jj0h44
aoz2IONL/TYjRvUzPdbceJYSW56hRKgX3yjnkKhRZZgmMsZ7+aIb6cUfx3looN5/
s4fY0QGAGHnSZZRkIPFmHSt94OxHHxwjd7AoissgT6XEMXE1qUJZ4tOcecxuz3T0
1tolcQ6N0M1vtY9W000RfgoMGtqJ+PG/xTWLvm5EAHkac/jjotgeAXK/wLRzxpSC
yTDbtdEE33d5SmxaAhR+
=2JW6
-END PGP SIGNATURE-


Accepted:
coq-theories_8.3~rc1+dfsg-1_all.deb
  to main/c/coq/coq-theories_8.3~rc1+dfsg-1_all.deb
coq_8.3~rc1+dfsg-1.debian.tar.gz
  to main/c/coq/coq_8.3~rc1+dfsg-1.debian.tar.gz
coq_8.3~rc1+dfsg-1.dsc
  to main/c/coq/coq_8.3~rc1+dfsg-1.dsc
coq_8.3~rc1+dfsg-1_amd64.deb
  to main/c/coq/coq_8.3~rc1+dfsg-1_amd64.deb
coq_8.3~rc1+dfsg.orig.tar.gz
  to main/c/coq/coq_8.3~rc1+dfsg.orig.tar.gz
coqide_8.3~rc1+dfsg-1_amd64.deb
  to main/c/coq/coqide_8.3~rc1+dfsg-1_amd64.deb
libcoq-ocaml-dev_8.3~rc1+dfsg-1_amd64.deb
  to main/c/coq/libcoq-ocaml-dev_8.3~rc1+dfsg-1_amd64.deb
libcoq-ocaml_8.3~rc1+dfsg-1_amd64.deb
  to main/c/coq/libcoq-ocaml_8.3~rc1+dfsg-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/e1oito7-0006ov...@franck.debian.org



Accepted pstack 1.2-2 (source i386)

2010-08-10 Thread Thomas Preud'homme
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 10 Aug 2010 01:05:59 +0200
Source: pstack
Binary: pstack
Architecture: source i386
Version: 1.2-2
Distribution: unstable
Urgency: low
Maintainer: Thomas Preud'homme robo...@celest.fr
Changed-By: Thomas Preud'homme robo...@celest.fr
Description: 
 pstack - Display stack trace of a running process
Closes: 360922 568574
Changes: 
 pstack (1.2-2) unstable; urgency=low
 .
   * New maintainer. (Closes: #568574)
   * Fix fails to open object file error. (Closes: #360922)
   * debian/control
 - Remove reference to upstream repository from package description
 - Bump Standard-Version from 3.6.1 to 3.8.4 (no changes needed).
 - Set Vcs-Browser and Vcs-Git fields.
   * debian/compat
 - Bump debhelper compatibility from 4 to 7 (no changes needed).
Checksums-Sha1: 
 ed2820527bc4c2869aacc5d9109600d16a1f9a80 1353 pstack_1.2-2.dsc
 b96ccacf852e0d24f75de073fbe1bb59d3abba63 1981 pstack_1.2-2.diff.gz
 8c2adcc3f58413e36336359f37a43180f24bcbfb 10010 pstack_1.2-2_i386.deb
Checksums-Sha256: 
 b959c91451d4ed4422d210dc1c05f43275a02aa351f43ab8dd08a2aae6b9d81f 1353 
pstack_1.2-2.dsc
 57b4bb9357134a8372b16c81d52c78ca07c731e97c895202a7dfa6e204dc52f9 1981 
pstack_1.2-2.diff.gz
 f7abe0ff7dbdebc616386da39e9faa2e7d4be8646e6c1e54c0ad78d820ac24ec 10010 
pstack_1.2-2_i386.deb
Files: 
 e48e42305ca12e600b3104b862269620 1353 devel optional pstack_1.2-2.dsc
 4761f93600eb206bd91f60b67f59fc12 1981 devel optional pstack_1.2-2.diff.gz
 c9c4952e45c34a733d959ba795fd70cf 10010 devel optional pstack_1.2-2_i386.deb

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

iQEcBAEBCAAGBQJMYZb5AAoJEEHOfwufG4syYy8H/3xiiIychNzjOet8Qs36D+CD
2+0i4S3aS9eoo0/72QemIx5gEsVt+J17UCmLMF7W9L1LYLHm5/jxhnXT5dOkXl+w
jcPJyWwGHj5BknpIhhph5kmKBhh44woVnssDS9PINUpE2cC80FyCPTMK2IpHg+ZA
2Mz2rDRl3SikHduGCNfjipmRGdpehV33fBUeND0RatiFhKimQZQF0hl2yFfPcubw
8RyVlU5nyw9vnDu9ByeB/YzjQDTM/Qnp4XSstrq0sxxwzPg5Vqjt5Sj2V412ZmpU
W+gw0fz/KAhhIS305FRHluHZY6W7OlKqYr0+3ovZzMA3/TYSrdb8zEpidAJ4G1g=
=z67y
-END PGP SIGNATURE-


Accepted:
pstack_1.2-2.diff.gz
  to main/p/pstack/pstack_1.2-2.diff.gz
pstack_1.2-2.dsc
  to main/p/pstack/pstack_1.2-2.dsc
pstack_1.2-2_i386.deb
  to main/p/pstack/pstack_1.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/e1oitcn-0007xg...@franck.debian.org



Accepted tcc 0.9.25-4 (source amd64)

2010-08-10 Thread Thomas Preud'homme
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 10 Aug 2010 00:10:30 +0200
Source: tcc
Binary: tcc libtcc-dev
Architecture: source amd64
Version: 0.9.25-4
Distribution: unstable
Urgency: low
Maintainer: Aurélien GÉRÔME a...@debian.org
Changed-By: Thomas Preud'homme robo...@celest.fr
Description: 
 libtcc-dev - Fast library for dynamic code generation
 tcc- the smallest ANSI C compiler
Changes: 
 tcc (0.9.25-4) unstable; urgency=low
 .
   * Fix bashims in configure and gcctestsuite.sh.
   * Add support for indirect functions as externals.
   * Bump Standard-Version from 3.8.4 to 3.9.1 (no changes needed).
   * debian/control:
 - Improve package description for libtcc-dev.
Checksums-Sha1: 
 4a1c8f4c867bbe9fb6feb3a91d3a61fa314bf8db 1606 tcc_0.9.25-4.dsc
 3226a5f965282f91563d7e680fdcdda91d9d99e5 25618 tcc_0.9.25-4.debian.tar.gz
 48519cef6d41f2fa8b1f4f429525c80297ada53d 133680 tcc_0.9.25-4_amd64.deb
 a95f0d9a7be569b31dfbd55983ea5d40b7650eae 98146 libtcc-dev_0.9.25-4_amd64.deb
Checksums-Sha256: 
 5eabcbcc7f2c95c397f7d8a932b5ee297761c75c8efeb163aa41c98687d31b23 1606 
tcc_0.9.25-4.dsc
 e6a74d892dd96bdcbcf65608730a7e02085fa4360706d56ff389a6b8d9b2aae1 25618 
tcc_0.9.25-4.debian.tar.gz
 16662f9f91fa4208c7cb9fad574f36193e49617defabf1845c827b1347d6217b 133680 
tcc_0.9.25-4_amd64.deb
 24abd96ac8966d28353a3d2e0f0c1a77a395d0902592021edfa747cae10d8fc5 98146 
libtcc-dev_0.9.25-4_amd64.deb
Files: 
 69578adf2693d5d7f6bb71aa6bc951c9 1606 devel optional tcc_0.9.25-4.dsc
 151aa6e0fd5b82166975f7e61323a081 25618 devel optional 
tcc_0.9.25-4.debian.tar.gz
 9af0b70df1a60eb02c646a54f5df8824 133680 devel optional tcc_0.9.25-4_amd64.deb
 954c992091e3f31aa0656ba3b441ce01 98146 libdevel optional 
libtcc-dev_0.9.25-4_amd64.deb

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

iQEcBAEBCAAGBQJMYY0uAAoJEEHOfwufG4syomEH/R9jLYMCo1smqI1xCRewgSNz
bNGjYH7+skOkKQlNlPlTrRrEOCTAo1KZOsm+l0rsHDoizITwVgePyshrA5teSmZY
qlafbS5BsTTQBCsRb4mDQie5KfILqmxVJ8ExxQUUV4AsHJ+VDOiHwQbkCpMTV8wW
fa6+pwBFzIFFMH0NKj/zNhw45iUkCzcbM6CgyVcBNL21DMBkrbY2548a5g5Qlhvd
+ksws1/b2zNo6QsyPCokmKk6o9gD7tVOY28XoqKEOqPxprfMEtRZUW0Z4UrRzPhr
O9mKyYNwSbcfRYl0NDc6nI4dNJLlHCSrNq0D1AxKfmcPEEvOy/L9wxF+zTRT1F8=
=rr8z
-END PGP SIGNATURE-


Accepted:
libtcc-dev_0.9.25-4_amd64.deb
  to main/t/tcc/libtcc-dev_0.9.25-4_amd64.deb
tcc_0.9.25-4.debian.tar.gz
  to main/t/tcc/tcc_0.9.25-4.debian.tar.gz
tcc_0.9.25-4.dsc
  to main/t/tcc/tcc_0.9.25-4.dsc
tcc_0.9.25-4_amd64.deb
  to main/t/tcc/tcc_0.9.25-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/e1oitcv-0007bm...@franck.debian.org



Accepted zsh-beta 4.3.10-dev-2+20100810-1 (source all)

2010-08-10 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 10 Aug 2010 14:27:03 -0400
Source: zsh-beta
Binary: zsh-beta zsh-beta-doc zsh-beta-static
Architecture: source all
Version: 4.3.10-dev-2+20100810-1
Distribution: unstable
Urgency: low
Maintainer: Clint Adams sch...@debian.org
Changed-By: Clint Adams sch...@debian.org
Description: 
 zsh-beta   - A shell with lots of features (dev tree)
 zsh-beta-doc - zsh beta documentation - info/HTML format
 zsh-beta-static - A shell with lots of features (dev tree - static link)
Changes: 
 zsh-beta (4.3.10-dev-2+20100810-1) unstable; urgency=low
 .
   * Update to HEAD.
Checksums-Sha1: 
 ef9ff3900ca451f9cd787b4ccdd2fbe3d19c3e10 1933 
zsh-beta_4.3.10-dev-2+20100810-1.dsc
 a1cbd8c4c24cf3a98e11f49397dc253bc89d3be8 094 
zsh-beta_4.3.10-dev-2+20100810.orig.tar.bz2
 dbeb1dc6f577bce7f1f08b78643266ff2543c801 876602 
zsh-beta_4.3.10-dev-2+20100810-1.debian.tar.gz
 39f318d59db060c2fb5fd277d5ee7b1e70a76cec 953376 
zsh-beta-doc_4.3.10-dev-2+20100810-1_all.deb
Checksums-Sha256: 
 b7c06ff159ae4f100cbd60508213bad5847822a91bc772cd8f3cb64a9c7499d9 1933 
zsh-beta_4.3.10-dev-2+20100810-1.dsc
 8e1331ab3ee4df7f4025407326a3eb975989b7c7cf4f8f5f835e07946a7e03ac 094 
zsh-beta_4.3.10-dev-2+20100810.orig.tar.bz2
 f0bb17ad1713a86e86185935912ee1038ac38614bf54f2d0aa83d42fec9d9b8b 876602 
zsh-beta_4.3.10-dev-2+20100810-1.debian.tar.gz
 7b4d31d2bab52efdfe6f9bb43045a6f03f7d27220925f2ad417630b61fb142e1 953376 
zsh-beta-doc_4.3.10-dev-2+20100810-1_all.deb
Files: 
 21d0b1d0fbd73e18f32ccb8e3f1cee09 1933 shells optional 
zsh-beta_4.3.10-dev-2+20100810-1.dsc
 36b19384339367ef9237a34248ca6de9 094 shells optional 
zsh-beta_4.3.10-dev-2+20100810.orig.tar.bz2
 fdfdc32f1700c9ba5ce8a1ee9cd3ce72 876602 shells optional 
zsh-beta_4.3.10-dev-2+20100810-1.debian.tar.gz
 f394a8467c1c3cc2aebfa054a8a632d7 953376 doc optional 
zsh-beta-doc_4.3.10-dev-2+20100810-1_all.deb

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

iQIcBAEBCgAGBQJMYZu1AAoJEFWSMx4ZnTio6cQP/R/cPK1TvYJXN9KQ+eKhHZcg
FbD8uz5IBqnw/QiYwI8XY8qaQZy/BpB3BwE9TM6UiFXMBsUUPFoTTG6Xbb8bSS0u
1XPlY04ibP56K9aQ/9RSiWDlmogCBNNTyNvCPBhSg+HHGofovJkVNR0E8Bnc7fB2
L368uxY/FD21CJce4jm+Og5kNVr8FdzCCTmvkySY8vMZl4jYFtEJ69UTSJ1oT6kv
k2rCD7NEOtimZ1/+R1nLQouiC/oegF1UHVig+jTAP3Fa3H66xeBfFBhDckrWbAby
owlfmfIe2nkzl52OsKvsRe2LUedm7O0ufGf/D37f0xF1NGuQn0IR7xmrN+Z3a5iY
+cvzCdbSbzM/cdJPK6l+sSLvL7Fhz9MSlKFsVg0kahN8XbiLphFPYx5E4mSMIEJz
54PnQFk0gZKieK7tSVxWiEV+J3ujjQxYjvdzDmENuSWE8138oYUHtPnKMezVzFY+
EpoaKhYEhqkfQSYstjRVACfT5P+R5hwaZgQUwiTIEZxkFzE3/Vfn5rn1mKe/tPrE
4zE4oxuS8Wa6+oL000GNaxnjrWwL7uucmjDPiLut3W/UX860LeUjqGgPLyCXap2z
RhrIx4sLSmIgV+D2bUfxaUZj+Ci3In83j8eZg3Q/ImbcPPDNc2bKrsgCDfsyhayS
U8plhT3H+3cpP96AB/mx
=YDRW
-END PGP SIGNATURE-


Accepted:
zsh-beta-doc_4.3.10-dev-2+20100810-1_all.deb
  to main/z/zsh-beta/zsh-beta-doc_4.3.10-dev-2+20100810-1_all.deb
zsh-beta_4.3.10-dev-2+20100810-1.debian.tar.gz
  to main/z/zsh-beta/zsh-beta_4.3.10-dev-2+20100810-1.debian.tar.gz
zsh-beta_4.3.10-dev-2+20100810-1.dsc
  to main/z/zsh-beta/zsh-beta_4.3.10-dev-2+20100810-1.dsc
zsh-beta_4.3.10-dev-2+20100810.orig.tar.bz2
  to main/z/zsh-beta/zsh-beta_4.3.10-dev-2+20100810.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/e1oitqx-5c...@franck.debian.org



Accepted libetpan 1.0-2 (source all i386)

2010-08-10 Thread Nikita V. Youshchenko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Aug 2010 22:45:55 +0400
Source: libetpan
Binary: libetpan15 libetpan-dev libetpan-doc libetpan-dbg
Architecture: source all i386
Version: 1.0-2
Distribution: experimental
Urgency: low
Maintainer: Nikita V. Youshchenko yo...@debian.org
Changed-By: Nikita V. Youshchenko yo...@debian.org
Description: 
 libetpan-dbg - debugging symbols for libetpan
 libetpan-dev - mail handling library - development files
 libetpan-doc - mail handling library - API documentation
 libetpan15 - mail handling library
Closes: 591554
Changes: 
 libetpan (1.0-2) experimental; urgency=low
 .
   * Stop providing /usr/lib/libetpan.la in -dev package (Closes: #591554).
   * Update Standards-Version to 3.9.1.
Checksums-Sha1: 
 9ca9763914b800ed85f11ad07a205b5c884a0de8 1310 libetpan_1.0-2.dsc
 be182482a610808d861bc23140e92e91b7134c5c 17402 libetpan_1.0-2.debian.tar.gz
 a5e43b00f038854d876a5790ed04ca37ffc4d985 86854 libetpan-doc_1.0-2_all.deb
 aa6277de93dddbb51e30c18b717c7e0461021bb6 306742 libetpan15_1.0-2_i386.deb
 a08e6c1f866ceac75dd7d0797aa9dbdc6addcd99 416692 libetpan-dev_1.0-2_i386.deb
 1872fa5dbd5f01c449736b45592046891896aa71 758936 libetpan-dbg_1.0-2_i386.deb
Checksums-Sha256: 
 491a7d5f45f655f005282c88537079219af8fc528ed48abea433945ece6181c6 1310 
libetpan_1.0-2.dsc
 a21f088d29087a431d4b11178aa11158f02a8e0f4c4260aa8607f8d7c025c848 17402 
libetpan_1.0-2.debian.tar.gz
 3f0308662a5edfeddfcd117dc75fec942d269d7caa7432ac9d062a6033fdd593 86854 
libetpan-doc_1.0-2_all.deb
 67d9e1243f27c565703b51c3e6d2f8062ae8200a1167a951a5e549679f80d442 306742 
libetpan15_1.0-2_i386.deb
 1b537dc04b0f7c1afc7cb9fa0339c2b9d5fd879f4c869a01b1054dbaba5c7818 416692 
libetpan-dev_1.0-2_i386.deb
 d68e7d781ae239bab0c82d43082cc1802c523a8e0ea25884afc25a6742e20b4f 758936 
libetpan-dbg_1.0-2_i386.deb
Files: 
 2bf1f3a94a8959d2941e40905b7ec740 1310 mail optional libetpan_1.0-2.dsc
 e0b0b38edfc094e92f4ed690b75369a4 17402 mail optional 
libetpan_1.0-2.debian.tar.gz
 e0297868ccc1746595b3407d6ae8ef83 86854 doc optional libetpan-doc_1.0-2_all.deb
 dfd174ce39a41395f61ebcbbdaec1ae1 306742 libs optional libetpan15_1.0-2_i386.deb
 b2eb7849e7a52df218a05a0af5eadb59 416692 libdevel extra 
libetpan-dev_1.0-2_i386.deb
 f44d75e5075f24d718440ed41e9eeaa9 758936 debug extra libetpan-dbg_1.0-2_i386.deb

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

iEYEARECAAYFAkxhofYACgkQv3x5OskTLdt7CwCfZz9vClMfbE/recM/02hhWP2Q
0IsAniHdBWHps/e8OvVgfUr2g3qz7rnE
=gDqz
-END PGP SIGNATURE-


Accepted:
libetpan-dbg_1.0-2_i386.deb
  to main/libe/libetpan/libetpan-dbg_1.0-2_i386.deb
libetpan-dev_1.0-2_i386.deb
  to main/libe/libetpan/libetpan-dev_1.0-2_i386.deb
libetpan-doc_1.0-2_all.deb
  to main/libe/libetpan/libetpan-doc_1.0-2_all.deb
libetpan15_1.0-2_i386.deb
  to main/libe/libetpan/libetpan15_1.0-2_i386.deb
libetpan_1.0-2.debian.tar.gz
  to main/libe/libetpan/libetpan_1.0-2.debian.tar.gz
libetpan_1.0-2.dsc
  to main/libe/libetpan/libetpan_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/e1oiujz-0003fe...@franck.debian.org



Accepted zsh 4.3.10-15 (source all)

2010-08-10 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 10 Aug 2010 14:58:58 -0400
Source: zsh
Binary: zsh zsh-doc zsh-static zsh-dev zsh-dbg
Architecture: source all
Version: 4.3.10-15
Distribution: unstable
Urgency: low
Maintainer: Clint Adams sch...@debian.org
Changed-By: Clint Adams sch...@debian.org
Description: 
 zsh- A shell with lots of features
 zsh-dbg- A shell with lots of features (debugging symbols)
 zsh-dev- A shell with lots of features (development files)
 zsh-doc- zsh documentation - info/HTML format
 zsh-static - A shell with lots of features (static link)
Closes: 590736 591144
Changes: 
 zsh (4.3.10-15) unstable; urgency=low
 .
   * Update carstenh.zshrc example.
   * Patch from Александр Новиченко to fix recexact segfault in
 completion.  closes: #590736.
   * Bump to Standards-Version 3.9.1.
   * Fix zsh-newuser-install newline placement.  closes: #591144.
Checksums-Sha1: 
 20d86b7e211e1c4c18934661bb4e7755edf4972b 1956 zsh_4.3.10-15.dsc
 13ff5cd0bb6c2f6bdfe2e99b47173c5b1f7b1ccc 127570 zsh_4.3.10-15.debian.tar.gz
 a23e1193ce23ce04cd5ddb389f6fbccf3a48cd7d 2438528 zsh-doc_4.3.10-15_all.deb
Checksums-Sha256: 
 b2dd654ddef025d152cd813d27d37289e3c52586a9917f86bfef55a1e9718781 1956 
zsh_4.3.10-15.dsc
 e52d836738fe792fe178589266bb2330c826665948e0933b6c066a2c21ddb83a 127570 
zsh_4.3.10-15.debian.tar.gz
 11d798cf13b1637b6a552cd9796c29de5e5eed7a4191506e073963241a41622e 2438528 
zsh-doc_4.3.10-15_all.deb
Files: 
 d558cd3fe2eb84459c4fc8918693521e 1956 shells optional zsh_4.3.10-15.dsc
 b11db53ecfdd13d404d343cd2218eedc 127570 shells optional 
zsh_4.3.10-15.debian.tar.gz
 bdd07ebd9a1b4ebb19b74f5aeb9fdd5e 2438528 doc optional zsh-doc_4.3.10-15_all.deb

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

iQIcBAEBCgAGBQJMYaPTAAoJEFWSMx4ZnTioO7kQAKnmVrNnartdSyGBHBQ1qE5/
AfzRxgHLUPyEETmtFm21IhGKLV9z//XpSxx/ZYq0H9tSxy4QBouYw0SbwCGSZZRI
81TS+BBrlV0zGk2sz14gDf8tFDt5aL3lgZk8eaMHnRBkiyg0nNNasOet0PPLwDbl
qeySuvRB6jT33Qp3NIyx5PijdRBKPG1LV5fC+gvlD8TNRIHQqcJLPyf6Bp+FX5A2
D9AIJeruQiaAECkytjM45JhE29Fwu+BDr1bjGtqu7JOTOCcIIZov6doEGQMi0zz0
XxuRsitAcRfg7pFW+j4PbtCFRDhM7dy2rvGnfDAI65ux+DUmRqLPb9E7qKJZE+N/
4oY6hLz2TpqXACYcPkRWZvwSFYvs/xnTbv+tPzkGU6eucVYapNsMt2A7XgfAwhBQ
F7rwJNjMmMrRIehyxBVKaLecFq0EULQisUtW4SEqcWOD2ab2pp3SAb6QAPkXpM0a
3MiwGCxF5+0LBApKNzg+i2dWLXSFLWzxb1yxj4Phh4DMPMZMkAh8OvMXcUdBqktB
/rnfQn06/9WV47xL3lPLymWRV6hIWnowoikdfDjyOj2CBzvjiwx5Ztawq2CiP24p
yY7g8oB1Yk+Cx8JUPcrqxPIpSL8q8Wjln7CICdyAGq5Dk6OyCk9vOFbLzBaO8in5
m2nMYQhdtgVIToa1R4Nq
=laE8
-END PGP SIGNATURE-


Accepted:
zsh-doc_4.3.10-15_all.deb
  to main/z/zsh/zsh-doc_4.3.10-15_all.deb
zsh_4.3.10-15.debian.tar.gz
  to main/z/zsh/zsh_4.3.10-15.debian.tar.gz
zsh_4.3.10-15.dsc
  to main/z/zsh/zsh_4.3.10-15.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/e1oiuk9-0003ht...@franck.debian.org



Accepted eina 0.9.9.49898-2 (source all amd64)

2010-08-10 Thread Albin Tonnerre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 10 Aug 2010 21:17:25 +0200
Source: eina
Binary: libeina-svn-06 libeina-dev libeina-doc libeina-dbg
Architecture: source all amd64
Version: 0.9.9.49898-2
Distribution: unstable
Urgency: low
Maintainer: Debian Pkg-e Team pkg-e-de...@lists.alioth.debian.org
Changed-By: Albin Tonnerre lu...@debian.org
Description: 
 libeina-dbg - debugging symbols for use with libeina
 libeina-dev - Development files for libeina
 libeina-doc - Documentation for use with libeina
 libeina-svn-06 - Enlightenment Foundation Library providing optimized data 
types
Closes: 592522
Changes: 
 eina (0.9.9.49898-2) unstable; urgency=low
 .
   * Add patches/01_fix_mempool_alignment_issues.diff. The memory
 allocator now returns correctly aligned data, fixes issues on SPARC
 (Closes: #592522)
   * Bump Standards-Version, no change required
Checksums-Sha1: 
 310d18eee411b4c688e08342a44564fc184691f3 1976 eina_0.9.9.49898-2.dsc
 f07f2b3ea67c19706150a2355310452919d79668 7196 eina_0.9.9.49898-2.debian.tar.gz
 506d3a243c3295e81694d0f2a0bee925ef515a37 162166 
libeina-doc_0.9.9.49898-2_all.deb
 a3815e83e36335900bb83aef71e8d20f2784d3d6 85608 
libeina-svn-06_0.9.9.49898-2_amd64.deb
 3d505f39d71a9accdef53639056c101853c14443 134552 
libeina-dev_0.9.9.49898-2_amd64.deb
 9052c0dc5b9f6455ff79201f1289ed96a6155c3a 135852 
libeina-dbg_0.9.9.49898-2_amd64.deb
Checksums-Sha256: 
 8c005707ab341d7c24d099cc398a5e8d2883e110be58cf84f4ec4b32e569dbe5 1976 
eina_0.9.9.49898-2.dsc
 c617634b78d03c83dc6b99b0a5d58a3287a19dd131ad492fc3c92530d0ebf666 7196 
eina_0.9.9.49898-2.debian.tar.gz
 648f4c2f0be8af577a062d31cbd3e12510149a17a438e72bebbd92c00f8b7f0d 162166 
libeina-doc_0.9.9.49898-2_all.deb
 e5a308593d95342fb8cc8fd1d005d94072f163f73e83baeb8b8a2cd8203f1ee7 85608 
libeina-svn-06_0.9.9.49898-2_amd64.deb
 8c6cfdb78bc00e5280b33bb6f8708c16eada01c581f1bc033dcc2406e4219726 134552 
libeina-dev_0.9.9.49898-2_amd64.deb
 193c80a42855dc2825157317bdfd11b2bee08d7b2b1836a30cfb02750dd58b3e 135852 
libeina-dbg_0.9.9.49898-2_amd64.deb
Files: 
 d45e3d72a6c0ccfcda0c5de457cbf5fa 1976 libs optional eina_0.9.9.49898-2.dsc
 47cb71aa6b6a4ed11caeeff2e27ae8fa 7196 libs optional 
eina_0.9.9.49898-2.debian.tar.gz
 757facd85a86d9ad2edd216c69e9f2bf 162166 doc optional 
libeina-doc_0.9.9.49898-2_all.deb
 910c2b41d2e00c304040103b8968bf2d 85608 libs optional 
libeina-svn-06_0.9.9.49898-2_amd64.deb
 3b86f5ccf486bd0c9506bf8650753b9d 134552 libdevel optional 
libeina-dev_0.9.9.49898-2_amd64.deb
 51d27aaa99f1616ab082fce0d58851e1 135852 debug extra 
libeina-dbg_0.9.9.49898-2_amd64.deb

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

iQIcBAEBCAAGBQJMYacPAAoJEBEG8gBbtuSlW0AP/3hWKQQFvJETvr+00AB+Lc97
aoVZk2J8IFq2VqZGwGpzWSHZeFhC6XTqNTfUNFHKv8+LV5ahQI6YSb9L643jGX8P
BLhVfrvTfKL+dOCbeQWcNX9ynfsWeWpzZutwd0cSDyRHH77jzodbRRIOluNG+EvO
hWji3Hdqe+mnQ7OJMoEfb2sUBnBSzOuYQOnkkl3Hnk5q464nDZkfIC2wpYvsIYe8
ZUFHftaxOR/XHeTY5RI0ri2kIYC/1R3DUkhonSnmu3Oa3WxcTUkLP2awGBbPpqbi
oYj0hk9VQQaZhY18MKOuOTgd8ytUsn2u/vDkQ6ccoXN6FmRt3M/pnhr1GocASbX2
70D7Y/JPF4SFov/MomInFfsz+PJ/MBKE145p36ykat1JloPK/k1L8SqLxBzR4iGT
ire52uR091jMcKzs9Q5df289UY68avz+Z3zH1lH7RTBte8MHg7BOoQCByMBl8D7s
14L4gJ2yhNmGEj//+0iqnJ4O/vFIr668LddkGe8MGiiW7BKfcvjfJFHV+eeVDOpq
6sxcKUAG81CTEFYPI39EPBxWwOKOjxw5niCJQy1D4lnf/h658y/Wg5LUGMm5eyEu
0O2TPwiKna7FrY1xL8ZW1zx05ZkKbQK7Cwd0ihvqqKFsid1FS0aj0YYet8lAA77I
6jkTwdGPElVl/Y0SavEs
=vu8f
-END PGP SIGNATURE-


Accepted:
eina_0.9.9.49898-2.debian.tar.gz
  to main/e/eina/eina_0.9.9.49898-2.debian.tar.gz
eina_0.9.9.49898-2.dsc
  to main/e/eina/eina_0.9.9.49898-2.dsc
libeina-dbg_0.9.9.49898-2_amd64.deb
  to main/e/eina/libeina-dbg_0.9.9.49898-2_amd64.deb
libeina-dev_0.9.9.49898-2_amd64.deb
  to main/e/eina/libeina-dev_0.9.9.49898-2_amd64.deb
libeina-doc_0.9.9.49898-2_all.deb
  to main/e/eina/libeina-doc_0.9.9.49898-2_all.deb
libeina-svn-06_0.9.9.49898-2_amd64.deb
  to main/e/eina/libeina-svn-06_0.9.9.49898-2_amd64.deb


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



Accepted stackapplet 1.2.0-2 (source all)

2010-08-10 Thread Luke Faraone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Aug 2010 15:45:13 -0400
Source: stackapplet
Binary: stackapplet
Architecture: source all
Version: 1.2.0-2
Distribution: unstable
Urgency: low
Maintainer: Luke Faraone lfara...@debian.org
Changed-By: Luke Faraone lfara...@debian.org
Description: 
 stackapplet - panel applet to track reputation on StackExchange sites
Changes: 
 stackapplet (1.2.0-2) unstable; urgency=low
 .
   * Include deps not automatically resolved.
   * Update email address for my Debian account.
Checksums-Sha1: 
 563cf7c1a11775bbdd0bbafbd6d6df0af81f6618 1215 stackapplet_1.2.0-2.dsc
 2a5c554ed9f5e4c5f042dc700a38b7abe79b2628 2410 stackapplet_1.2.0-2.debian.tar.gz
 7461091f8fdb2f325c04e2bddd65623a7a11ec8c 17594 stackapplet_1.2.0-2_all.deb
Checksums-Sha256: 
 8d5969f120a2f8b2c7f7782d0d87ae02d1698171993bebeaa174cb6e65e882f0 1215 
stackapplet_1.2.0-2.dsc
 1f8dc15006272840478b7d55c48f5db5e4b106bc2f52ddab3bcb584b29ad7e44 2410 
stackapplet_1.2.0-2.debian.tar.gz
 b0fd670a95b1d5ec2fb24a42bcbddf66e712a7c1e5085b99124ad7bde8106ee4 17594 
stackapplet_1.2.0-2_all.deb
Files: 
 92e82426a6bc081fadfbbce90f245acc 1215 gnome optional stackapplet_1.2.0-2.dsc
 2044c9a55855a271bb26de3460e67b5b 2410 gnome optional 
stackapplet_1.2.0-2.debian.tar.gz
 5e4419784fa64eda2e812f8942e1dc1c 17594 gnome optional 
stackapplet_1.2.0-2_all.deb

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

iEYEARECAAYFAkxhrf4ACgkQtrC51grHAgashQCgoVCIG5LdHo9JDdNCREJXcQgm
DwcAnjPIGRtOUKEU9azM74aygc40Bn18
=8JDU
-END PGP SIGNATURE-


Accepted:
stackapplet_1.2.0-2.debian.tar.gz
  to main/s/stackapplet/stackapplet_1.2.0-2.debian.tar.gz
stackapplet_1.2.0-2.dsc
  to main/s/stackapplet/stackapplet_1.2.0-2.dsc
stackapplet_1.2.0-2_all.deb
  to main/s/stackapplet/stackapplet_1.2.0-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/e1oivj8-00012b...@franck.debian.org



Accepted sugar-toolkit-0.84 0.84.12-1 (source amd64)

2010-08-10 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 10 Aug 2010 11:15:38 -0400
Source: sugar-toolkit-0.84
Binary: python-sugar-toolkit-0.84
Architecture: source amd64
Version: 0.84.12-1
Distribution: unstable
Urgency: low
Maintainer: Debian OLPC debian-olpc-de...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 python-sugar-toolkit-0.84 - Sugar graphical shell - core widgets
Changes: 
 sugar-toolkit-0.84 (0.84.12-1) unstable; urgency=low
 .
   * New upstream maintenance release.
   * Bump Policy compliance to standards-version 3.9.1.
Checksums-Sha1: 
 931aba0399c1783c74bb0ed1270e58decb1c7696 2266 sugar-toolkit-0.84_0.84.12-1.dsc
 a9cf306813b43de673e4f76c55f7dcdea8be371d 415121 
sugar-toolkit-0.84_0.84.12.orig.tar.bz2
 89645f9e719aa86613c95de36017881d7acf4cab 17909 
sugar-toolkit-0.84_0.84.12-1.debian.tar.gz
 217652d4c9018932c54e60b78c91865f98e72a3d 232336 
python-sugar-toolkit-0.84_0.84.12-1_amd64.deb
Checksums-Sha256: 
 8222823b5780edafffaf9cabf6ff36d55bee880ea471d087713d64cbcd012067 2266 
sugar-toolkit-0.84_0.84.12-1.dsc
 eac0dedd1d4eab476a480d913e284740c0133b08f23015c5bdd40533b1d53353 415121 
sugar-toolkit-0.84_0.84.12.orig.tar.bz2
 763845633a6138d0624b4a8c7dbd72f4dcc18d9bb283e9ec32a82feabf0ba101 17909 
sugar-toolkit-0.84_0.84.12-1.debian.tar.gz
 6ea52f67761dbb1ffa237f494fd4d1df75067c100622261e54752ba24f463dc4 232336 
python-sugar-toolkit-0.84_0.84.12-1_amd64.deb
Files: 
 29ad6894e1ea210702d211ff49e0dc35 2266 python optional 
sugar-toolkit-0.84_0.84.12-1.dsc
 da26a41eba57e2e9b69c3c775fbc8021 415121 python optional 
sugar-toolkit-0.84_0.84.12.orig.tar.bz2
 5a2b37fbb55183ec69ef813c67d2b107 17909 python optional 
sugar-toolkit-0.84_0.84.12-1.debian.tar.gz
 c95dbc7712338debe123bbb6911fa838 232336 python optional 
python-sugar-toolkit-0.84_0.84.12-1_amd64.deb

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

iQIcBAEBCgAGBQJMYbWeAAoJECx8MUbBoAEh+k8P/iO0gVw842zQjWohfmi9Vrw4
bVaQEVoJy/yiijGBHPghrTVQqNYoDnmYTy66aVV3nY2Lj1d4+fTHIrdo4zW3fiwW
1EIy9OX6dBPEfUHLQArKjHSm5kvRApM6djYLS+4fn4UgH/NziFpFvNvnndkxiqVc
WSS0vHOXXpXw/9aNTfXStatDkO5MAa5LaWcbuZW1sf2XnwyGZuRbV+f1WvQdjnpN
X+sN7c7pgqsOfeeataScX+h7I7lR8QFacp45EoEolEsU0WXMkZcLOTvXs2wX21rQ
Arksx198p6Xk7AAXI9vWwHuaaBg3BN/kalft72FPNRswP6a1FdiWahPDvQEI6KXF
iTjLgSRta/9B6sQrZNM0DQ5mJaGisayJe+QA0Xm/9oF0XpTdNr46BFOsl3G7fCsl
pVvyHfgrEVIOZaZFx1dmEr60MlpiJ95dIaJE1MobyKV86vhpgygDrcUfY6Ggumvf
cUFdqhOuU5xb5+YDnSDXTZwMJX1+4u/y19ff++6q9TJXvmM2dwOsttB7+VCz8ziQ
d8h6LWgd9pCm+pEK5cYL3Q380gnBYw0ZhjTTGbmrVEuvcbeFucXaSiPzsBg96EpA
E8eEztoTOSopC8nvUqamRmhPWYra4AGBhtGjx8+Xw/rxCtl9MT2TlsHY0QAtZSPp
Za7okzaG1b8G1TUA4UTT
=6YSz
-END PGP SIGNATURE-


Accepted:
python-sugar-toolkit-0.84_0.84.12-1_amd64.deb
  to main/s/sugar-toolkit-0.84/python-sugar-toolkit-0.84_0.84.12-1_amd64.deb
sugar-toolkit-0.84_0.84.12-1.debian.tar.gz
  to main/s/sugar-toolkit-0.84/sugar-toolkit-0.84_0.84.12-1.debian.tar.gz
sugar-toolkit-0.84_0.84.12-1.dsc
  to main/s/sugar-toolkit-0.84/sugar-toolkit-0.84_0.84.12-1.dsc
sugar-toolkit-0.84_0.84.12.orig.tar.bz2
  to main/s/sugar-toolkit-0.84/sugar-toolkit-0.84_0.84.12.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/e1oivjg-00015b...@franck.debian.org



Accepted mercurial 1.6.2-1 (source all amd64)

2010-08-10 Thread Javi Merino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 06 Aug 2010 10:43:06 +0200
Source: mercurial
Binary: mercurial-common mercurial
Architecture: all amd64 source
Version: 1.6.2-1
Distribution: unstable
Urgency: low
Maintainer: Python Applications Packaging Team 
python-apps-t...@lists.alioth.debian.org
Changed-By: Javi Merino cibervi...@gmail.com
Closes: 586907 588671
Description: 
 mercurial-common - scalable distributed version control system (common files)
 mercurial  - scalable distributed version control system
Changes: 
 mercurial (1.6.2-1) unstable; urgency=low
 .
   * New upstream release 1.6.2
   * Dropped build-depend on quilt (Closes: #588671)
   * Added a patch from upstream that works around a bug in python 2.6.5
   (Closes: #586907)
   * Updated Standards-Version to 3.9.1.0 (no change needed)
   * Deleted patch for_upstream__add_doc_url_in_example_files.patch which
   is now in upstream.
Checksums-Sha1: 
 da1e203df7a4bb7725e01ff9ce962f023c5fbf55 2118 mercurial_1.6.2-1.dsc
 99ba14237fe805a848329a1cffc15f55aab83548 2200926 mercurial_1.6.2.orig.tar.gz
 80e8f41439c1094ae5cd341bd0dbb8031ee66181 32531 mercurial_1.6.2-1.debian.tar.gz
 e259d4faa33b0e592298a64f44cfcc8fdcb745fa 1315626 
mercurial-common_1.6.2-1_all.deb
 cfd023f447deca9e6fd95ba8a33c28de09229b3c 77186 mercurial_1.6.2-1_amd64.deb
Checksums-Sha256: 
 4269ba16b8a44cecade5a56a7d3b9fa01e3274569e90005f11911c0a28ba601b 2118 
mercurial_1.6.2-1.dsc
 11f5de717bae7c53f6ca209ed6119ab49ebb02caa828e7d8f2d163037b3c7abf 2200926 
mercurial_1.6.2.orig.tar.gz
 73e379e762275e418e374f5ac54ee6e8908a7f430028348844a98111a9df6ab7 32531 
mercurial_1.6.2-1.debian.tar.gz
 94347789762516333c26309ae4f6e49fc6007b909c0a60c52bfba35bd7da5816 1315626 
mercurial-common_1.6.2-1_all.deb
 5dd59f3cab1a0ad4481fe2a6584a743d740e0c26710806c19523a00df9d85a97 77186 
mercurial_1.6.2-1_amd64.deb
Files: 
 a814d6b2c67763ff706b02278dc291b3 2118 vcs optional mercurial_1.6.2-1.dsc
 847359d7488caf8074a69d4b87ca64d2 2200926 vcs optional 
mercurial_1.6.2.orig.tar.gz
 dd03f788c8e96bcabcedf816ebcc936a 32531 vcs optional 
mercurial_1.6.2-1.debian.tar.gz
 fe8d4f82b656ec6f1989503f2f6fc5a8 1315626 vcs optional 
mercurial-common_1.6.2-1_all.deb
 cba66e1e28bfcc3b00a3116c6d664845 77186 vcs optional mercurial_1.6.2-1_amd64.deb

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

iQIVAwUBTGG6ndT1zgD6DpudAQjDLQ//QqrHX3aryZVBlSnczwrocnrlI9t6HcuS
CUOzEisxSEFhjIbMul8S5JelOOo4MYoWDpFBz0iecdz0fAoiqjvVSbbTxm/lE5Gr
YVY/jyfEcS5KL4mvgauPNAc77z7V7Z9V5YHuG8xVF8pRSAi4qN+pUlhtLm6XrUYP
ZjN+Av4esVc1Bvm4RmixDBJ4ltbnkXbhfutmTLIdtsDNnue7Zk36dKrYGg/5deS5
NWr36PkopdAq7/22QA/0v4B9HUY3/3NnhSoivjXHabwtBWrOsj/c4/S/M/ySBZuB
acK43IzkG2xY52663SfYlGBLDgSJbwiLNY5CEjNgwhs/b+r5KA66G4paA6IQkcwc
DOJ3W37RLlreABXy4jfxLfQ5WIsk2C6I9iiJRblhSR9hT6fskkHfgghSl/x4oxPd
GcB8AM1p6ijba42ZjPEETleMCDxoulHkBsoMUkxmza/FRuCKsdC7SU6+8SbwZ32l
FUgLDWlFSVfeOzKyAOsVGQTa7dyuRcv1KC5kqH4W10OyPdsWuP468T26Pet2aqQ6
8exNQq0bQg3+aNfz7W54u2zGvbS6L6/HJKbqRI6GHduTnnUwTSU3DDvjGI76J6CZ
BszKgp83Av3jESS4QKaDvYMeZRnY8SBWm9TQhhkqxySc4gU1rhdyO6PUagTrX8/K
/EPhaweAEik=
=IioJ
-END PGP SIGNATURE-


Accepted:
mercurial-common_1.6.2-1_all.deb
  to main/m/mercurial/mercurial-common_1.6.2-1_all.deb
mercurial_1.6.2-1.debian.tar.gz
  to main/m/mercurial/mercurial_1.6.2-1.debian.tar.gz
mercurial_1.6.2-1.dsc
  to main/m/mercurial/mercurial_1.6.2-1.dsc
mercurial_1.6.2-1_amd64.deb
  to main/m/mercurial/mercurial_1.6.2-1_amd64.deb
mercurial_1.6.2.orig.tar.gz
  to main/m/mercurial/mercurial_1.6.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/e1oivxa-0003qb...@franck.debian.org



Accepted shorewall 4.4.11.2-1 (source all)

2010-08-10 Thread Roberto C. Sanchez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Aug 2010 21:05:05 -0400
Source: shorewall
Binary: shorewall shorewall-shell shorewall-perl shorewall-common
Architecture: source all
Version: 4.4.11.2-1
Distribution: unstable
Urgency: low
Maintainer: Roberto C. Sanchez robe...@connexer.com
Changed-By: Roberto C. Sanchez robe...@connexer.com
Description: 
 shorewall  - Shoreline Firewall, netfilter configurator
 shorewall-common - Shoreline Firewall, netfilter configurator - transition 
package
 shorewall-perl - Shoreline Firewall, netfilter configurator - transition 
package
 shorewall-shell - Shoreline Firewall, netfilter configurator - transition 
package
Changes: 
 shorewall (4.4.11.2-1) unstable; urgency=low
 .
   * New Upstream Version
Checksums-Sha1: 
 157cbd9d29b0358d13c3cc7a4c6dd6534b194d8e 1284 shorewall_4.4.11.2-1.dsc
 002ea4ca611b7af39a57ef6823cf4fe06de20ba6 337567 shorewall_4.4.11.2.orig.tar.gz
 d0b0dda3ac10da7a30b96b6a17828c872d93ceb0 39722 
shorewall_4.4.11.2-1.debian.tar.gz
 2809b65523af3210dc039e6773ca52cf3cdf2aec 373896 shorewall_4.4.11.2-1_all.deb
 d7332eb0ba19b89293d83807d73311c5f0acec97 37714 
shorewall-shell_4.4.11.2-1_all.deb
 ecc10fb869ec0f3b8b7cde91b895599d5409f1da 37714 
shorewall-perl_4.4.11.2-1_all.deb
 178669763cd646ce1c8efbf4cb0133eb514d0efa 37714 
shorewall-common_4.4.11.2-1_all.deb
Checksums-Sha256: 
 15de1ae277fda5e55b66905350dd3887119beb2a466683f90d5af4764fadfd2d 1284 
shorewall_4.4.11.2-1.dsc
 a88f403475e94970e7591dcc49016ae80e3a29a8e1d50fcf8ef99674ae40420a 337567 
shorewall_4.4.11.2.orig.tar.gz
 3aabf79c4e58d2685963285029e33db803dad30a1c9b0ff948e2694e2f61e10f 39722 
shorewall_4.4.11.2-1.debian.tar.gz
 0c3bcbf3741f92620c2d05ea3e8ee8b84349677f959e9c9a3840b022585b8639 373896 
shorewall_4.4.11.2-1_all.deb
 42b4fe7cf136378f06c5a535547091c13d96dda622b8a56e565e6c56acbf 37714 
shorewall-shell_4.4.11.2-1_all.deb
 c27cecc7eed382d01ccdc360f738543bfbc205f79fc5f2d849b158ee2681e1df 37714 
shorewall-perl_4.4.11.2-1_all.deb
 910ba44ce6b6c25a64e2fc232837bd1a1eab82bfa85479d4b489daa75e05b4fd 37714 
shorewall-common_4.4.11.2-1_all.deb
Files: 
 ee321f883647384769fc013eddde440c 1284 net optional shorewall_4.4.11.2-1.dsc
 ffd5f1c94efad0148ff88d716a811b35 337567 net optional 
shorewall_4.4.11.2.orig.tar.gz
 84c97e8d6d1b20d167fbe918b892310a 39722 net optional 
shorewall_4.4.11.2-1.debian.tar.gz
 f2214a3b519fe9cfa01000700dfd35db 373896 net optional 
shorewall_4.4.11.2-1_all.deb
 33dc68e1387d7911195fad538f26e40c 37714 net optional 
shorewall-shell_4.4.11.2-1_all.deb
 fa475d079a3b98b196602b9a28838f32 37714 net optional 
shorewall-perl_4.4.11.2-1_all.deb
 bb1f61f1ead9552dbfc657fece08192d 37714 net optional 
shorewall-common_4.4.11.2-1_all.deb

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

iEYEARECAAYFAkxgrEAACgkQ5SXWIKfIlGQ9jwCgsb5PuYijA3ncnsZXCfJb+9tg
oFEAn2nHRlZhMMIRXy7jO++GTA6rSibC
=Io8+
-END PGP SIGNATURE-


Accepted:
shorewall-common_4.4.11.2-1_all.deb
  to main/s/shorewall/shorewall-common_4.4.11.2-1_all.deb
shorewall-perl_4.4.11.2-1_all.deb
  to main/s/shorewall/shorewall-perl_4.4.11.2-1_all.deb
shorewall-shell_4.4.11.2-1_all.deb
  to main/s/shorewall/shorewall-shell_4.4.11.2-1_all.deb
shorewall_4.4.11.2-1.debian.tar.gz
  to main/s/shorewall/shorewall_4.4.11.2-1.debian.tar.gz
shorewall_4.4.11.2-1.dsc
  to main/s/shorewall/shorewall_4.4.11.2-1.dsc
shorewall_4.4.11.2-1_all.deb
  to main/s/shorewall/shorewall_4.4.11.2-1_all.deb
shorewall_4.4.11.2.orig.tar.gz
  to main/s/shorewall/shorewall_4.4.11.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/e1oivxl-0003va...@franck.debian.org



Accepted shorewall-init 4.4.11.2-1 (source all)

2010-08-10 Thread Roberto C. Sanchez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Aug 2010 21:06:50 -0400
Source: shorewall-init
Binary: shorewall-init
Architecture: source all
Version: 4.4.11.2-1
Distribution: unstable
Urgency: low
Maintainer: Roberto C. Sanchez robe...@connexer.com
Changed-By: Roberto C. Sanchez robe...@connexer.com
Description: 
 shorewall-init - Shorewall initialization
Changes: 
 shorewall-init (4.4.11.2-1) unstable; urgency=low
 .
   * New Upstream Version
Checksums-Sha1: 
 638238a0cbd1b77bc628a554619735ef68f611a8 1255 shorewall-init_4.4.11.2-1.dsc
 16f6fedf3cac8e05557b40e15e6458e8e2b1384b 47164 
shorewall-init_4.4.11.2.orig.tar.gz
 a73e93f946d79b6cc4ff9c0affbef33f4794fb46 2319 
shorewall-init_4.4.11.2-1.debian.tar.gz
 d742db95e5d94f5aa7e0e05ee28b3414f371f922 40348 
shorewall-init_4.4.11.2-1_all.deb
Checksums-Sha256: 
 984174e4fd72052585ff0fb52f9d5738ed0c7dadc7679a94073664fe78e7fe07 1255 
shorewall-init_4.4.11.2-1.dsc
 3d4cb5f8a33bb9b53f458d457bea2a0879e28c583c421adf3fa48e35dc7dd65c 47164 
shorewall-init_4.4.11.2.orig.tar.gz
 aa7feeb3a5c2b175981eea05d7194bb1d31ea925ee32798fdb9dafb9312506f9 2319 
shorewall-init_4.4.11.2-1.debian.tar.gz
 20311d8eb1bb94852e0f4bad8f632d25f8f2dc55576b468f67bc253eabf310a9 40348 
shorewall-init_4.4.11.2-1_all.deb
Files: 
 e88584c5baaa0ffdafced968c930cacf 1255 net optional 
shorewall-init_4.4.11.2-1.dsc
 1453accf97fa30e95b424a8b26e03cb7 47164 net optional 
shorewall-init_4.4.11.2.orig.tar.gz
 07af72709f71f4c156b08ca3b5a53c72 2319 net optional 
shorewall-init_4.4.11.2-1.debian.tar.gz
 dd503a2b199435323341a55297f3 40348 net optional 
shorewall-init_4.4.11.2-1_all.deb

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

iEYEARECAAYFAkxgrD8ACgkQ5SXWIKfIlGS6AgCfXLu6nJ/PGh5LL+zsvb8xf2HH
qdkAoMy5D/ZNYKogpxzzXrJyhNhgh9Ij
=rDhd
-END PGP SIGNATURE-


Accepted:
shorewall-init_4.4.11.2-1.debian.tar.gz
  to main/s/shorewall-init/shorewall-init_4.4.11.2-1.debian.tar.gz
shorewall-init_4.4.11.2-1.dsc
  to main/s/shorewall-init/shorewall-init_4.4.11.2-1.dsc
shorewall-init_4.4.11.2-1_all.deb
  to main/s/shorewall-init/shorewall-init_4.4.11.2-1_all.deb
shorewall-init_4.4.11.2.orig.tar.gz
  to main/s/shorewall-init/shorewall-init_4.4.11.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/e1oivxr-0003xd...@franck.debian.org



Accepted shorewall-lite 4.4.11.2-1 (source all)

2010-08-10 Thread Roberto C. Sanchez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Aug 2010 21:07:10 -0400
Source: shorewall-lite
Binary: shorewall-lite
Architecture: source all
Version: 4.4.11.2-1
Distribution: unstable
Urgency: low
Maintainer: Roberto C. Sanchez robe...@connexer.com
Changed-By: Roberto C. Sanchez robe...@connexer.com
Description: 
 shorewall-lite - Shorewall (lite version), a high-level tool for configuring 
Netfi
Changes: 
 shorewall-lite (4.4.11.2-1) unstable; urgency=low
 .
   * New Upstream Version
Checksums-Sha1: 
 ca5a87cba0319a7dbc5420de905f02bbffe1d7aa 1255 shorewall-lite_4.4.11.2-1.dsc
 f4758d048412bc738e645bc969164edef2eee19f 79065 
shorewall-lite_4.4.11.2.orig.tar.gz
 5f32b8f94e6b3502a43d473eb2f1835495db1e54 5815 
shorewall-lite_4.4.11.2-1.debian.tar.gz
 86f9d05ced7c53cffa4dbd38e3ab836d6f6e17a0 73126 
shorewall-lite_4.4.11.2-1_all.deb
Checksums-Sha256: 
 ed30974ca81dca7e206d81ff2756121e96f9696c0c4c3c5b8b220cf98960ff7d 1255 
shorewall-lite_4.4.11.2-1.dsc
 4acddec24ff725828c52db8a23d47f259b79e3050fb2b8dd32e7c2efd05c5509 79065 
shorewall-lite_4.4.11.2.orig.tar.gz
 fa1c4918f74d5644e29fea57cb36898224e172dfb2244f4a5e928e75bd060599 5815 
shorewall-lite_4.4.11.2-1.debian.tar.gz
 bd644404817d859d3e96ade0471d45cd2304a3b23934dd06920e9dbc2e89329b 73126 
shorewall-lite_4.4.11.2-1_all.deb
Files: 
 13d587d0d7b16a3bbd12f5f4fd12e247 1255 net optional 
shorewall-lite_4.4.11.2-1.dsc
 2e6127b2a5e23381a43580e5a5d42e3a 79065 net optional 
shorewall-lite_4.4.11.2.orig.tar.gz
 8de3cdec304877127475f59a5c3e5db7 5815 net optional 
shorewall-lite_4.4.11.2-1.debian.tar.gz
 c394a5dffc7c6819c4e0fcc092953588 73126 net optional 
shorewall-lite_4.4.11.2-1_all.deb

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

iEYEARECAAYFAkxgrEAACgkQ5SXWIKfIlGTuAQCgr0DZYr8FkZTkvBevoX8855XX
MzMAn3Vb/Pmei2tdS4fUM0uC3J6SqO0x
=MLnV
-END PGP SIGNATURE-


Accepted:
shorewall-lite_4.4.11.2-1.debian.tar.gz
  to main/s/shorewall-lite/shorewall-lite_4.4.11.2-1.debian.tar.gz
shorewall-lite_4.4.11.2-1.dsc
  to main/s/shorewall-lite/shorewall-lite_4.4.11.2-1.dsc
shorewall-lite_4.4.11.2-1_all.deb
  to main/s/shorewall-lite/shorewall-lite_4.4.11.2-1_all.deb
shorewall-lite_4.4.11.2.orig.tar.gz
  to main/s/shorewall-lite/shorewall-lite_4.4.11.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/e1oivxz-0003zn...@franck.debian.org



Accepted shorewall6 4.4.11.2-1 (source all)

2010-08-10 Thread Roberto C. Sanchez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Aug 2010 21:07:58 -0400
Source: shorewall6
Binary: shorewall6
Architecture: source all
Version: 4.4.11.2-1
Distribution: unstable
Urgency: low
Maintainer: Roberto C. Sanchez robe...@connexer.com
Changed-By: Roberto C. Sanchez robe...@connexer.com
Description: 
 shorewall6 - Shoreline Firewall (IPv6 version), netfilter configurator
Changes: 
 shorewall6 (4.4.11.2-1) unstable; urgency=low
 .
   * New Upstream Version
Checksums-Sha1: 
 89981e48a6020313d3b2fe6215c1e39fedc8dbfb 1241 shorewall6_4.4.11.2-1.dsc
 4f7f2ff4f9e60346c09706d4a397fc417997a8dc 154326 shorewall6_4.4.11.2.orig.tar.gz
 c452dfae3f1eb425ac14d81906c25ff065c7f0f2 36784 
shorewall6_4.4.11.2-1.debian.tar.gz
 a1498b79f1c34fde021de910ef5eee7237c5f839 167992 shorewall6_4.4.11.2-1_all.deb
Checksums-Sha256: 
 4fd888b27a1db957be8c01ed1fcd9602b0c8a631e1003a97f5bd65df1eda90a6 1241 
shorewall6_4.4.11.2-1.dsc
 d768f8f510625edab456037ac7e15541c381bc5fe85b86ada3d687a5bcc23714 154326 
shorewall6_4.4.11.2.orig.tar.gz
 0bac9ee8436cf5a78ea6a9ec39c7059e6ef524ba73cd7e2c23c79df80beca643 36784 
shorewall6_4.4.11.2-1.debian.tar.gz
 09028493f62a7a774ecb1e25b2ce37d85ff063bd37197048b2d9f23b013e544a 167992 
shorewall6_4.4.11.2-1_all.deb
Files: 
 83c3d680e980517ea4ee68789eb4ca91 1241 net optional shorewall6_4.4.11.2-1.dsc
 9efb5b3c87beaa401fbab93c483bfcd6 154326 net optional 
shorewall6_4.4.11.2.orig.tar.gz
 c5e23db1eaab432e25478a623e23f53b 36784 net optional 
shorewall6_4.4.11.2-1.debian.tar.gz
 894dbc6208ad19eb53829ad5b8b59178 167992 net optional 
shorewall6_4.4.11.2-1_all.deb

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

iEYEARECAAYFAkxgrEAACgkQ5SXWIKfIlGS+qACgyeo8xTev5NOPUN+mRS217dPS
8zIAni+vte69n39A6l3UlhSkj4x3+8+C
=HzKD
-END PGP SIGNATURE-


Accepted:
shorewall6_4.4.11.2-1.debian.tar.gz
  to main/s/shorewall6/shorewall6_4.4.11.2-1.debian.tar.gz
shorewall6_4.4.11.2-1.dsc
  to main/s/shorewall6/shorewall6_4.4.11.2-1.dsc
shorewall6_4.4.11.2-1_all.deb
  to main/s/shorewall6/shorewall6_4.4.11.2-1_all.deb
shorewall6_4.4.11.2.orig.tar.gz
  to main/s/shorewall6/shorewall6_4.4.11.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/e1oivy6-0003bz...@franck.debian.org



Accepted shorewall6-lite 4.4.11.2-1 (source all)

2010-08-10 Thread Roberto C. Sanchez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Aug 2010 21:07:32 -0400
Source: shorewall6-lite
Binary: shorewall6-lite
Architecture: source all
Version: 4.4.11.2-1
Distribution: unstable
Urgency: low
Maintainer: Roberto C. Sanchez robe...@connexer.com
Changed-By: Roberto C. Sanchez robe...@connexer.com
Description: 
 shorewall6-lite - Shorewall (lite version with IPv6 support)
Changes: 
 shorewall6-lite (4.4.11.2-1) unstable; urgency=low
 .
   * New Upstream Version
Checksums-Sha1: 
 4b04940a800e76c736f443e182fb67cbf28e6481 1263 shorewall6-lite_4.4.11.2-1.dsc
 ce29c92f970909da63aeb33d571ef5fa8a4de1bb 74061 
shorewall6-lite_4.4.11.2.orig.tar.gz
 bbf440db0de9c8ec20b706cd4801f8ff2029080c 5043 
shorewall6-lite_4.4.11.2-1.debian.tar.gz
 e4e3341809683f05a13a0249de5daf92e616435a 69742 
shorewall6-lite_4.4.11.2-1_all.deb
Checksums-Sha256: 
 7b6215cb1b924625900bd880a8a09f264295b7f7fc8219d0bbe8f3bc2285fbe3 1263 
shorewall6-lite_4.4.11.2-1.dsc
 92d90076212f4dc593aee3877bd0c0b49fe98a1c9bb6a8f71d66ddf90395b128 74061 
shorewall6-lite_4.4.11.2.orig.tar.gz
 6c7875e85ff0c532c67a1b31521ae58a690aed4904c5f46f2ca72d5ca2327e74 5043 
shorewall6-lite_4.4.11.2-1.debian.tar.gz
 ae44623d4aa8c47438403cea507773bc3df1dba60639c120d0f09bc53cf45913 69742 
shorewall6-lite_4.4.11.2-1_all.deb
Files: 
 aebfd1e9417f1d19a5558dcd84c0e7bf 1263 net optional 
shorewall6-lite_4.4.11.2-1.dsc
 85a0ca843c0e41a509759b548fc98980 74061 net optional 
shorewall6-lite_4.4.11.2.orig.tar.gz
 f9ff13f2c6a5c13b1eca0954d31145f9 5043 net optional 
shorewall6-lite_4.4.11.2-1.debian.tar.gz
 ffec20547f91381ca643626120e98c72 69742 net optional 
shorewall6-lite_4.4.11.2-1_all.deb

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

iEYEARECAAYFAkxgrEAACgkQ5SXWIKfIlGTBIQCglfkzRivT/nlVpDdK/HUMPOl+
cv8An1at75LTGhaz3EPoShxa1f93a1nw
=EjqA
-END PGP SIGNATURE-


Accepted:
shorewall6-lite_4.4.11.2-1.debian.tar.gz
  to main/s/shorewall6-lite/shorewall6-lite_4.4.11.2-1.debian.tar.gz
shorewall6-lite_4.4.11.2-1.dsc
  to main/s/shorewall6-lite/shorewall6-lite_4.4.11.2-1.dsc
shorewall6-lite_4.4.11.2-1_all.deb
  to main/s/shorewall6-lite/shorewall6-lite_4.4.11.2-1_all.deb
shorewall6-lite_4.4.11.2.orig.tar.gz
  to main/s/shorewall6-lite/shorewall6-lite_4.4.11.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/e1oivyd-0003dg...@franck.debian.org



Accepted jbossas4 4.2.3.GA-4 (source all)

2010-08-10 Thread Miguel Landaeta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 08 Aug 2010 11:52:03 -0430
Source: jbossas4
Binary: jbossas4 libjboss-test-java libjboss-jmx-java libjboss-system-java 
libjboss-j2ee-java libjboss-ejb3-java libjboss-ejb3x-java libjboss-naming-java 
libjboss-deployment-java libjboss-transaction-java libjboss-security-java 
libjboss-server-java libjboss-messaging-java libjboss-management-java 
libjboss-cluster-java libjboss-aspects-java libjboss-connector-java 
libjboss-jms-java libjboss-webservices-java
Architecture: source all
Version: 4.2.3.GA-4
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Miguel Landaeta mig...@miguel.cc
Description: 
 jbossas4   - JBoss Application Server
 libjboss-aspects-java - JBoss Aspects
 libjboss-cluster-java - JBoss Cluster
 libjboss-connector-java - JBoss Connector
 libjboss-deployment-java - JBoss Deployment
 libjboss-ejb3-java - JBoss Enterprise Java Beans (EJB) 3.0
 libjboss-ejb3x-java - JBoss Enterprise Java Beans (EJB3X)
 libjboss-j2ee-java - JBoss J2EE core libraries
 libjboss-jms-java - JBoss Java Message Service (JMS)
 libjboss-jmx-java - JBoss Java Management Extensions
 libjboss-management-java - JBoss Management
 libjboss-messaging-java - JBoss Messaging
 libjboss-naming-java - JBoss Naming
 libjboss-security-java - JBoss Security
 libjboss-server-java - JBoss Server
 libjboss-system-java - JBoss System
 libjboss-test-java - JBoss Test Suite
 libjboss-transaction-java - JBoss Transaction
 libjboss-webservices-java - JBoss Web Services
Closes: 592236
Changes: 
 jbossas4 (4.2.3.GA-4) unstable; urgency=low
 .
   * Team upload.
   * Upload to unstable. (Closes: #592236).
   * Bump Standards-Version to 3.9.1. No changes were needed.
Checksums-Sha1: 
 417d810dcf737d5d2f857a4110885cdd0d10ad73 2397 jbossas4_4.2.3.GA-4.dsc
 10c11449a76707d4ee0ceb4ae11d487750bd0617 25705 
jbossas4_4.2.3.GA-4.debian.tar.gz
 b3705248986ca18c398bbeb9e3085281ffebacd4 39628 jbossas4_4.2.3.GA-4_all.deb
 c2820c79ba407f7b955817a9b3a00dc422216abd 53788 
libjboss-test-java_4.2.3.GA-4_all.deb
 32e6ef7a608afa67fbea6aa2187f8cf3a6dd7e37 561836 
libjboss-jmx-java_4.2.3.GA-4_all.deb
 a03104996bb2d3ef54d2d82e9d43559a051c963d 247072 
libjboss-system-java_4.2.3.GA-4_all.deb
 59ef51e91f8928c5929e4fb9a1b1d9c2636aca00 131380 
libjboss-j2ee-java_4.2.3.GA-4_all.deb
 3d27c552e7651c3a9d7cb37f62cea9c68d7bb367 736938 
libjboss-ejb3-java_4.2.3.GA-4_all.deb
 970dcb37edde6f0dbe4532f54aabe522ee9da120 22426 
libjboss-ejb3x-java_4.2.3.GA-4_all.deb
 6528e72f2306235a2fd4399891449cf0188edb88 82056 
libjboss-naming-java_4.2.3.GA-4_all.deb
 d49082be8ea03e3caa078e18a13e63fe2c5aea1f 65690 
libjboss-deployment-java_4.2.3.GA-4_all.deb
 f4f160e298205dffbbedbe74c61da56efea8f46c 58510 
libjboss-transaction-java_4.2.3.GA-4_all.deb
 5f1307e89630a72e7efee46c5b875a028fefd0bd 300108 
libjboss-security-java_4.2.3.GA-4_all.deb
 c8c52bf9b508893e79941d14284b6dbcc94a7b34 916192 
libjboss-server-java_4.2.3.GA-4_all.deb
 ca6e09e0f3478f934c75443b5b9bf8a917cb21d5 515820 
libjboss-messaging-java_4.2.3.GA-4_all.deb
 826bae2ea2a5b5e426e6a4ffe48c644820707fe5 135038 
libjboss-management-java_4.2.3.GA-4_all.deb
 94b8d0c7bec9948a97660d431dca95333ed8033d 126642 
libjboss-cluster-java_4.2.3.GA-4_all.deb
 7830d532bd2a3eedb1486f1352ca2f1cc3713ec9 229034 
libjboss-aspects-java_4.2.3.GA-4_all.deb
 921726e72b87d39b3d030b38d4503b8ddd579dfe 411768 
libjboss-connector-java_4.2.3.GA-4_all.deb
 d8fd4a164092975fac70d734c8f84167028ac7bd 155642 
libjboss-jms-java_4.2.3.GA-4_all.deb
 5703eb3ae067ddad3aff71bf3ba2272de7c0b36f 78444 
libjboss-webservices-java_4.2.3.GA-4_all.deb
Checksums-Sha256: 
 ed9d100b030542cdc60704310001a3bf9199d974f0ada927a20d7f7b27a40818 2397 
jbossas4_4.2.3.GA-4.dsc
 e1d6f1fe164e28ddcc92fdf14c6358325a34dbf6f2603db25ad2621ac2db7423 25705 
jbossas4_4.2.3.GA-4.debian.tar.gz
 027111a65386690519b89b4d8cbf23285948a1f4068dae773e5e3f0e8ffe5501 39628 
jbossas4_4.2.3.GA-4_all.deb
 bced6bcbe78cd9e797f9d0a990db33f31472e2309a9e053eaa85a63e3faec37d 53788 
libjboss-test-java_4.2.3.GA-4_all.deb
 11c016148475b3dfaa722f04166a0110f7fc77e221311b1e7a849265b6c1b1b3 561836 
libjboss-jmx-java_4.2.3.GA-4_all.deb
 c4a3e08e74d227c78d1c2417d2510ba3afa35fffd8d5990ee7658da5caf914fc 247072 
libjboss-system-java_4.2.3.GA-4_all.deb
 c54b98e0981952223ebeb1fa5ddb7936a3a46834e84058a8af9a29aeb97ef01d 131380 
libjboss-j2ee-java_4.2.3.GA-4_all.deb
 61be7e762839b242bb0f3d90b1baacdee91e3744e24e70de8feb33cd5bdc7c8d 736938 
libjboss-ejb3-java_4.2.3.GA-4_all.deb
 2bdb2c8e08248240a3b0844472bdd31dac6b4816c76bc17ec1d645ca1ffbb73c 22426 
libjboss-ejb3x-java_4.2.3.GA-4_all.deb
 133f24846c27525fea674bb31f67948e778a338d9afbf08420d08b49d3ea0450 82056 
libjboss-naming-java_4.2.3.GA-4_all.deb
 98e1b6f8e98369e3e927632231662d20a510fa32df6bf8a28be0e7ccb8f82fc3 65690 
libjboss-deployment-java_4.2.3.GA-4_all.deb
 8e85dc8c96e3789d742d0173aa5ffc9e28433df0bac12beb2a5b8593550da42d 58510 

Accepted sensors-applet 2.2.7-2 (source amd64)

2010-08-10 Thread Sam Morris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Aug 2010 22:20:53 +0100
Source: sensors-applet
Binary: sensors-applet libsensors-applet-plugin0 libsensors-applet-plugin-dev
Architecture: source amd64
Version: 2.2.7-2
Distribution: unstable
Urgency: low
Maintainer: Sam Morris s...@robots.org.uk
Changed-By: Sam Morris s...@robots.org.uk
Description: 
 libsensors-applet-plugin-dev - Create plugins for the 'sensors-applet' package
 libsensors-applet-plugin0 - Library for plugins for the 'sensors-applet' 
package
 sensors-applet - Display readings from hardware sensors in your Gnome panel
Closes: 592489
Changes: 
 sensors-applet (2.2.7-2) unstable; urgency=low
 .
   * Again, don't build-depend on libatasmart-dev for kfreebsd architectures.
 Closes: #592489.
Checksums-Sha1: 
 2fcee778a76f50dcd372f6528197069eafa84782 1715 sensors-applet_2.2.7-2.dsc
 70d0df8b64ea2051f3fa37e4c1db8d657cea06e0 14142 
sensors-applet_2.2.7-2.debian.tar.gz
 f2102303ae23b375525c75608046803f19b50522 123046 
sensors-applet_2.2.7-2_amd64.deb
 813da958a0236c0f4ce730714f923e010f21d4d2 24930 
libsensors-applet-plugin0_2.2.7-2_amd64.deb
 f4a559b6801ed00b6c11f1c717bb74f71e12d622 25312 
libsensors-applet-plugin-dev_2.2.7-2_amd64.deb
Checksums-Sha256: 
 9fd3bdbfbc27f2b4d7398ded9c12c4e5832cf061bb22d65dbb3763b28415984c 1715 
sensors-applet_2.2.7-2.dsc
 4b63a29ba97eef82f3af45b89e7d42e22b1c4b78e3cba6143db4aa133561cdfb 14142 
sensors-applet_2.2.7-2.debian.tar.gz
 4a99e6ce1a9381a348b0ed6f172923fedb43deffbfcdca6612b10b1a2db50ed4 123046 
sensors-applet_2.2.7-2_amd64.deb
 1643bf30f05f3a1730b3fad8702e8518b2d19b0d192e48e3292b84cb27eae7df 24930 
libsensors-applet-plugin0_2.2.7-2_amd64.deb
 8247bd231741d862843c3f1c901260161550984e58dc7591b24048a5bfe175ea 25312 
libsensors-applet-plugin-dev_2.2.7-2_amd64.deb
Files: 
 b2b3f9d2c3979c971372595b256311eb 1715 gnome optional sensors-applet_2.2.7-2.dsc
 6bd79e9f887b6b37d86f22466844f6c0 14142 gnome optional 
sensors-applet_2.2.7-2.debian.tar.gz
 b5594208c01e7b711a63640a808ccb09 123046 gnome optional 
sensors-applet_2.2.7-2_amd64.deb
 4ab6b7e8bb9d726d270de26c8014a844 24930 libs optional 
libsensors-applet-plugin0_2.2.7-2_amd64.deb
 be1b43eb4d65ec5f1dab9c4999363b52 25312 libdevel optional 
libsensors-applet-plugin-dev_2.2.7-2_amd64.deb

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

iEYEARECAAYFAkxhzUUACgkQshl/216gEHiCkACgtSNLUb8MbjeiC6wBI2v2ozwq
oNYAnR00e3RcKhpMYsKBGe6JRHO6zXoW
=urPm
-END PGP SIGNATURE-


Accepted:
libsensors-applet-plugin-dev_2.2.7-2_amd64.deb
  to main/s/sensors-applet/libsensors-applet-plugin-dev_2.2.7-2_amd64.deb
libsensors-applet-plugin0_2.2.7-2_amd64.deb
  to main/s/sensors-applet/libsensors-applet-plugin0_2.2.7-2_amd64.deb
sensors-applet_2.2.7-2.debian.tar.gz
  to main/s/sensors-applet/sensors-applet_2.2.7-2.debian.tar.gz
sensors-applet_2.2.7-2.dsc
  to main/s/sensors-applet/sensors-applet_2.2.7-2.dsc
sensors-applet_2.2.7-2_amd64.deb
  to main/s/sensors-applet/sensors-applet_2.2.7-2_amd64.deb


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



Accepted libgpod 0.7.93-0.2 (source i386 all)

2010-08-10 Thread Hideki Yamane
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 11 Aug 2010 07:46:28 +0900
Source: libgpod
Binary: libgpod-nogtk-dev libgpod4-nogtk libgpod-dev libgpod4 libgpod-common 
libgpod-doc python-gpod
Architecture: source i386 all
Version: 0.7.93-0.2
Distribution: unstable
Urgency: high
Maintainer: gtkpod Maintainers pkg-gtkpod-de...@lists.alioth.debian.org
Changed-By: Hideki Yamane henr...@debian.org
Description: 
 libgpod-common - common files for libgpod
 libgpod-dev - development files for libgpod
 libgpod-doc - documentation for libgpod
 libgpod-nogtk-dev - development files for libgpod (version without artwork 
support)
 libgpod4   - library to read and write songs and artwork to an iPod
 libgpod4-nogtk - library to read and write songs to an iPod
 python-gpod - Python bindings for libgpod
Closes: 591254
Changes: 
 libgpod (0.7.93-0.2) unstable; urgency=high
 .
   * NMU, again.
   * debian/rules
 - deal with kfreebsd FTBFS (Closes: #591254)
   Thanks to Petr Salinger petr.salin...@seznam.cz
Checksums-Sha1: 
 0fe17bf4827c6e59bcd71295fdd665aa2b79bf80 2309 libgpod_0.7.93-0.2.dsc
 285f6ea74c1b6a99329b5534fffeca6e448585c3 15573 libgpod_0.7.93-0.2.diff.gz
 f85093fc023a259b1c6f8491a37c2835ddc50518 130604 
libgpod-nogtk-dev_0.7.93-0.2_i386.deb
 a20e55bb12e7db5df8ee3eb04b93f9766d8c1634 150592 
libgpod4-nogtk_0.7.93-0.2_i386.deb
 a2221ef50d2f5ed15ac0eecbbe68d28fef8bf3fd 242012 libgpod-dev_0.7.93-0.2_i386.deb
 bb95f3e76e0687852520a80b8a0fa477762c57a3 257558 libgpod4_0.7.93-0.2_i386.deb
 8dc08abb4edfbf5dfad6549e96a37a2e6619ca3a 106310 
libgpod-common_0.7.93-0.2_i386.deb
 0109f063ca1da17eec3a0b7d76f641077690ee87 595318 python-gpod_0.7.93-0.2_i386.deb
 01e19379e93ef66ff1c9d0c34ce7d495d4ac59eb 145650 libgpod-doc_0.7.93-0.2_all.deb
Checksums-Sha256: 
 18d259adbfce5739e9f6c38aa174f15f4e342242c8378346665b4bb3fbbd4698 2309 
libgpod_0.7.93-0.2.dsc
 13a05b697d6c54f254a86b81d7c693e9258cd5b3e84d6955841d73966542e5c1 15573 
libgpod_0.7.93-0.2.diff.gz
 ee4b1955ac9fdbe2db51bc1c385b1e6e1d6ae6bf1043ff53a71ce21b0e19c2d2 130604 
libgpod-nogtk-dev_0.7.93-0.2_i386.deb
 8d221f56a6af5685a37d061070723bddbe63862ff9ebb4bdd5295a34f01e1362 150592 
libgpod4-nogtk_0.7.93-0.2_i386.deb
 2c030ccaea4890183a43b667a2081fbd8d460ad5c61ac8b015f89154b6e1f4db 242012 
libgpod-dev_0.7.93-0.2_i386.deb
 f04b756a332a58d8169c3b04bb9fea69ad4ed867c99e2ace1055d9a1f3e62749 257558 
libgpod4_0.7.93-0.2_i386.deb
 3bff3000ca8bbf0059609d896767f5bace545410e9e9fea3bdecb0994d784784 106310 
libgpod-common_0.7.93-0.2_i386.deb
 7ff1870669a649f50e09d2b8b172f5556a85422153cc8ce0ba4ffe5ce6d9f805 595318 
python-gpod_0.7.93-0.2_i386.deb
 bcdaaf53e2cc68766ff4d111eec7b278012c348e10f599cdf86e0d35fdaa8319 145650 
libgpod-doc_0.7.93-0.2_all.deb
Files: 
 651682c346bffc33df7a138976ebb7be 2309 libs optional libgpod_0.7.93-0.2.dsc
 cdb0cbc413456835d6868ccb43302dbd 15573 libs optional libgpod_0.7.93-0.2.diff.gz
 2c64dfe8d9fff208e73ee33bfba594b1 130604 libdevel extra 
libgpod-nogtk-dev_0.7.93-0.2_i386.deb
 77c1784b1ba5cae4b8dc94210427d719 150592 libs extra 
libgpod4-nogtk_0.7.93-0.2_i386.deb
 5e5d4bdd429fd46dcf8fad0a21ec07d2 242012 libdevel optional 
libgpod-dev_0.7.93-0.2_i386.deb
 6393a9d22d60c58b21d8c07d2f7da6ad 257558 libs optional 
libgpod4_0.7.93-0.2_i386.deb
 86a7fb81168b79895ffc56297adaf3ae 106310 libs optional 
libgpod-common_0.7.93-0.2_i386.deb
 1fecf5aff7493fe6a3322b47b21713bc 595318 python optional 
python-gpod_0.7.93-0.2_i386.deb
 326fed4e6a39a80154bf6331c96e4fa2 145650 doc optional 
libgpod-doc_0.7.93-0.2_all.deb

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

iQIcBAEBCgAGBQJMYdhuAAoJEF0yjQgqqrFAxeMP/3I2jNkIlxuB4koY7pa+dIqr
yX6gYTUj1/tX/mbvKDXC8C47wcVVf2fpZOVlf9mpZCPj4X7GwZh8Sk6tPKRpZouY
9jjDePDFL0L8lFqHICZJXLFneD1UcfBv+SejpbChTX1W6EP1YfvuyIOEys08SZv9
jC/o8e+9qYkDcHjrfpQUwnu8F1dPtwBw6BULcCQRVsx21cW0RdDpC97hdsqj/Zc+
CotD1wNq3zoe6ws04rrI3J2zmD1M18gy1PYZ6n5TI8eD9ZUI15+Wtsaybg83I6LU
0/srdLmCSV2hCIAW9WcumCPvkOxadkmuXh3637rwwpoqNUI8bpOcZAWe4jSI8vui
bnRpidtHXJr81WR3n6q6zivIFVAdF4EoUp5w52Gm26i0ygCDi04Nj6i9apz2AHb2
dZBl7GqZrDfLrsnrurvyGBRtmfh4usJvqKxRJG/J2H1FVxvpnuwVFuXsYQD6xw8e
swUXhrDb/UNvxMxT0Qkt0tkuiwEQIBuetDrxnI/nyLoNNVvAD+YqygSj7kJlTghu
NopueckKaC5KO2MjW3pMEn1FSfF8/2QPjFahtg4GXrddAFmZvk/Jyj/o7EVU8Yjm
yKdAZapNDi14oyecbRMzURDIqALnHBVDuGrt1lN6DUk8OgvqhrW+tpf9XeXKfl3q
1cyZIHjNsm3HUKhLrGTh
=fcEx
-END PGP SIGNATURE-


Accepted:
libgpod-common_0.7.93-0.2_i386.deb
  to main/libg/libgpod/libgpod-common_0.7.93-0.2_i386.deb
libgpod-dev_0.7.93-0.2_i386.deb
  to main/libg/libgpod/libgpod-dev_0.7.93-0.2_i386.deb
libgpod-doc_0.7.93-0.2_all.deb
  to main/libg/libgpod/libgpod-doc_0.7.93-0.2_all.deb
libgpod-nogtk-dev_0.7.93-0.2_i386.deb
  to main/libg/libgpod/libgpod-nogtk-dev_0.7.93-0.2_i386.deb
libgpod4-nogtk_0.7.93-0.2_i386.deb
  to main/libg/libgpod/libgpod4-nogtk_0.7.93-0.2_i386.deb
libgpod4_0.7.93-0.2_i386.deb
  to main/libg/libgpod/libgpod4_0.7.93-0.2_i386.deb
libgpod_0.7.93-0.2.diff.gz
  to main/libg/libgpod/libgpod_0.7.93-0.2.diff.gz

Accepted deskbar-applet 2.30.1-2 (source i386)

2010-08-10 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 11 Aug 2010 01:14:22 +0200
Source: deskbar-applet
Binary: deskbar-applet
Architecture: source i386
Version: 2.30.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 deskbar-applet - universal search and navigation bar for GNOME
Closes: 592397
Changes: 
 deskbar-applet (2.30.1-2) unstable; urgency=low
 .
   * debian/control.in:
 - Stop recommending python-beagle, which is going to be removed from
   the archive. Closes: #592397.
 - Remove trailing whitespaces.
   * debian/gconf-defaults:
 - Stop enabling the Tracker handler, it no longer exists.
Checksums-Sha1: 
 b8c84d6322c1c17ba984f138bf6b9d930ba1f302 1665 deskbar-applet_2.30.1-2.dsc
 06da8ce67ba9eae4126a114c5ddf3ce2a8911c5d 7331 deskbar-applet_2.30.1-2.diff.gz
 c94d86fe381da3bab150c8741d81f758dbe66795 1281976 
deskbar-applet_2.30.1-2_i386.deb
Checksums-Sha256: 
 12f8abee1787dd4a10b7856a5b5a46b68d8d854d0b126edfbd5d0a118153c853 1665 
deskbar-applet_2.30.1-2.dsc
 b22e08b99fe672730506a9c504984033851a683cef851f363654d28f7656f44b 7331 
deskbar-applet_2.30.1-2.diff.gz
 6c8c4144b46c443fb8f5efccefa53e2bb9149406a96d041b3c218200598c4305 1281976 
deskbar-applet_2.30.1-2_i386.deb
Files: 
 93fa6339668054b12d472e13dd5f15c7 1665 gnome optional 
deskbar-applet_2.30.1-2.dsc
 f8ca3bd6cbebf37d245310e69a0ba6e0 7331 gnome optional 
deskbar-applet_2.30.1-2.diff.gz
 ca03c73e1855cfb1055628c3006cfc1d 1281976 gnome optional 
deskbar-applet_2.30.1-2_i386.deb

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

iEYEARECAAYFAkxh344ACgkQhTV17EoIsv4DKwCeILjoLG/m5GwaiJiLcaUaOkg1
GJ8AnR7qL+fHNjdXWKv+g2m0as3bnU08
=kXv7
-END PGP SIGNATURE-


Accepted:
deskbar-applet_2.30.1-2.diff.gz
  to main/d/deskbar-applet/deskbar-applet_2.30.1-2.diff.gz
deskbar-applet_2.30.1-2.dsc
  to main/d/deskbar-applet/deskbar-applet_2.30.1-2.dsc
deskbar-applet_2.30.1-2_i386.deb
  to main/d/deskbar-applet/deskbar-applet_2.30.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/e1oiyij-0001n9...@franck.debian.org



Accepted ethtool 1:2.6.34-3 (source i386)

2010-08-10 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 11 Aug 2010 00:37:27 +0100
Source: ethtool
Binary: ethtool
Architecture: i386 source
Version: 1:2.6.34-3
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Ben Hutchings b...@decadent.org.uk
Closes: 589123
Description: 
 ethtool- display or change Ethernet device settings
Changes: 
 ethtool (1:2.6.34-3) unstable; urgency=low
 .
   * Add control fields pointing to the new git repository
   * ethtool.if-up: Remove dependency on commands installed under /usr
 (Closes: #589123)
Checksums-Sha1: 
 c7ad9e20294a5540abd1efea4887482c64c03ff3 1849 ethtool_2.6.34-3.dsc
 95d460ff3bbb5fbdc7f5174905d207302580c635 6251 ethtool_2.6.34-3.debian.tar.bz2
 c0df7b187f4ae14400f75c88e9f3275785154a3e 71778 ethtool_2.6.34-3_i386.deb
Checksums-Sha256: 
 66ee75d4adcb524ae26ebebe31b9c928d9305e9c32080937f2f25f9efafc8526 1849 
ethtool_2.6.34-3.dsc
 428a49c026d7e75010b15ca4c5de78e37b502ecd6a54b9cc2268356b8ea3d3b3 6251 
ethtool_2.6.34-3.debian.tar.bz2
 764e71fe12a6d0abcbd8321fe029d7b6907e6efb52cea62481d676cb952315c2 71778 
ethtool_2.6.34-3_i386.deb
Files: 
 56e8e74bba5c71f828c59cce387c39d8 1849 net optional ethtool_2.6.34-3.dsc
 46fe9c05244890965554532dea603c11 6251 net optional 
ethtool_2.6.34-3.debian.tar.bz2
 b940609c4bf2283e749759d0889ef63b 71778 net optional ethtool_2.6.34-3_i386.deb

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

iQIVAwUBTGHmMue/yOyVhhEJAQoushAAtDK05S4+MLZdaCOmrSERlkJtAw5GZ6U0
mA8w+5t3HmUO8QDy1FKxjTx4lMoYNl7XCQp8Q1R4/b96dxToSDiSps+EX21tziaH
mTQqo6FwgfuG5BdMsVLH1PNqWIGkM3YIZrvAfzD7H9BHZ8Q5Y89FeMXzT6Z2sHR4
EYeCiwKOwHGl8sO5VjVAe7OT2f4NN/5assYoOMS31nu6G2U2ZC2hXiBjvyydNjop
abUXLTC9YYthuHjIzMwMsUEdIk6GZ8Abphd9Z2CNYDwAJNRKYwMHYnx85ullkqKH
MCLdkJwLp9vPHJA2mHjZrzB/K8ZfC4P/jR+g6Q6VgESjAHAhgG8vMfPxpy9W17at
dIkMpI4u2RzDxC40hA7T/6IIi79ousj1gBV7qwgQ7ZhCjrStzRHUEi3BxfmnuJIq
kRx71GL4K58VMymURZIRBcFqI3RjnoZoz9GSmf6GI7hKNwr9dbZJfhWN7r1/35+v
HVgLMuDVYhg0S+ZsMBjsVBqFASvugMYHMAZAJVF6adCZ2tzBJ6FsN4qP7WlqVwKD
4hOOuKQi65RUeKMBo8gwO/JUJYk5vaYQhQ5vq797HKHPzFbJhQ6gClsQWhgNsOwT
0ZzXUDgZcn5cJReva2Pc0Xm9KLfnrLnawQO1aLnkJmmlTgYPSX2IR2Hfv86eYpQf
MGMrOskOLAQ=
=YXhX
-END PGP SIGNATURE-


Accepted:
ethtool_2.6.34-3.debian.tar.bz2
  to main/e/ethtool/ethtool_2.6.34-3.debian.tar.bz2
ethtool_2.6.34-3.dsc
  to main/e/ethtool/ethtool_2.6.34-3.dsc
ethtool_2.6.34-3_i386.deb
  to main/e/ethtool/ethtool_2.6.34-3_i386.deb


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



Accepted control-center 1:2.30.1-2 (source all i386)

2010-08-10 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 11 Aug 2010 01:37:07 +0200
Source: control-center
Binary: gnome-control-center capplets-data libgnome-window-settings1 
libgnome-window-settings-dev gnome-control-center-dev
Architecture: source all i386
Version: 1:2.30.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 capplets-data - configuration applets for GNOME - data files
 gnome-control-center - utilities to configure the GNOME desktop
 gnome-control-center-dev - utilities to configure the GNOME desktop
 libgnome-window-settings-dev - Utility library for getting window manager 
settings (headers)
 libgnome-window-settings1 - Utility library for getting window manager settings
Closes: 592525
Changes: 
 control-center (1:2.30.1-2) unstable; urgency=low
 .
   * debian/control.in:
 - Let gnome-control-center depend on evolution-data-server, instead of
   only recommending it. It's needed by gnome-about-me. Closes: #592525.
Checksums-Sha1: 
 e92b5574ce1b6a2dd35dd6d560c88fe0c17ed502 2029 control-center_2.30.1-2.dsc
 3e84959976ada914bc7492363516c7b03c5990ed 79034 control-center_2.30.1-2.diff.gz
 a08cec461e3b7c5bef7624141b52586cfabdec03 3473430 capplets-data_2.30.1-2_all.deb
 516968506640a3a3c4c531ee59486dd84f71ae91 1058316 
gnome-control-center-dev_2.30.1-2_all.deb
 a19699ad87af44af4762a6b13456e8a9b607f797 1371822 
gnome-control-center_2.30.1-2_i386.deb
 3fd187681b58c3a5821cded258c5ff40fca2e954 1067732 
libgnome-window-settings1_2.30.1-2_i386.deb
 5e9b977a5e034395e28d128ea309f397962734e0 1060968 
libgnome-window-settings-dev_2.30.1-2_i386.deb
Checksums-Sha256: 
 77c7a68ed6b3d81cd9c2c59499f2815c1e52ae6eb44a6ae9d9b25fb510c81708 2029 
control-center_2.30.1-2.dsc
 2fe192ac8d7070b1c5b51bdcf7397e10d507274bae6407f8b56db073fecb4892 79034 
control-center_2.30.1-2.diff.gz
 758d45fb3860dea013959cbb18101ccb88d69ad737e108e0fc25eb7394fb13a7 3473430 
capplets-data_2.30.1-2_all.deb
 5899ab3276b36dd163a201ae9ca47906b511aca08831def5dd13ad12194afc44 1058316 
gnome-control-center-dev_2.30.1-2_all.deb
 421459025aa5d7af46facfba1ecf91581b6e0d0f34e32b84adfe9c9bb73d9b9a 1371822 
gnome-control-center_2.30.1-2_i386.deb
 3c490a43f7032af4725dfcd1a8bf47b217d4e15dc09161e5cd0a05f011d04dd6 1067732 
libgnome-window-settings1_2.30.1-2_i386.deb
 5f72b51946ed60dc0861e93bbdcbd39a50306adcc07368d0b9ad8cf1bb3beeb3 1060968 
libgnome-window-settings-dev_2.30.1-2_i386.deb
Files: 
 c6efca3cd1aae47a63a991eca466cf1c 2029 gnome optional 
control-center_2.30.1-2.dsc
 cdd4abc50bd44c81ee84f7bb13117230 79034 gnome optional 
control-center_2.30.1-2.diff.gz
 ad123a45cec58f3659920ac50d7c3d8c 3473430 gnome optional 
capplets-data_2.30.1-2_all.deb
 41afd390a131ab1d2c45317dfcff2142 1058316 devel optional 
gnome-control-center-dev_2.30.1-2_all.deb
 0754f71172a70739b124776160dff641 1371822 gnome optional 
gnome-control-center_2.30.1-2_i386.deb
 d440dbfcc5bb30dfa34a2a80c92335da 1067732 libs optional 
libgnome-window-settings1_2.30.1-2_i386.deb
 030a414054125cc6ee2e0566de28f80d 1060968 libdevel optional 
libgnome-window-settings-dev_2.30.1-2_i386.deb

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

iEYEARECAAYFAkxh6G8ACgkQhTV17EoIsv7QVACfe0V8SXldbjSHw2gHzpetGO29
4d8AoKUl/O2DExzh0g2cRM/TQguGkUzk
=n6o+
-END PGP SIGNATURE-


Accepted:
capplets-data_2.30.1-2_all.deb
  to main/c/control-center/capplets-data_2.30.1-2_all.deb
control-center_2.30.1-2.diff.gz
  to main/c/control-center/control-center_2.30.1-2.diff.gz
control-center_2.30.1-2.dsc
  to main/c/control-center/control-center_2.30.1-2.dsc
gnome-control-center-dev_2.30.1-2_all.deb
  to main/c/control-center/gnome-control-center-dev_2.30.1-2_all.deb
gnome-control-center_2.30.1-2_i386.deb
  to main/c/control-center/gnome-control-center_2.30.1-2_i386.deb
libgnome-window-settings-dev_2.30.1-2_i386.deb
  to main/c/control-center/libgnome-window-settings-dev_2.30.1-2_i386.deb
libgnome-window-settings1_2.30.1-2_i386.deb
  to main/c/control-center/libgnome-window-settings1_2.30.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/e1oiz0k-0006z8...@franck.debian.org



Accepted webkit 1.2.3-2 (source all amd64)

2010-08-10 Thread Gustavo Noronha Silva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 10 Aug 2010 20:04:20 -0300
Source: webkit
Binary: libwebkit-1.0-2 libwebkit-dev libwebkit-1.0-common libwebkit-1.0-2-dbg 
gir1.0-webkit-1.0
Architecture: source all amd64
Version: 1.2.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian WebKit Maintainers 
pkg-webkit-maintain...@lists.alioth.debian.org
Changed-By: Gustavo Noronha Silva k...@debian.org
Description: 
 gir1.0-webkit-1.0 - GObject introspection data for the WebKit library
 libwebkit-1.0-2 - Web content engine library for Gtk+
 libwebkit-1.0-2-dbg - Web content engine library for Gtk+ - Debugging symbols
 libwebkit-1.0-common - Web content engine library for Gtk+ - data files
 libwebkit-dev - Web content engine library for Gtk+ - Development files
Closes: 567311
Changes: 
 webkit (1.2.3-2) unstable; urgency=low
 .
   * debian/patches/04-spoof-user-agent-to-google.patch:
   - spoof User Agent when talking to Google servers;
 this should make Youtube HTML5 work again (Closes: #567311)
Checksums-Sha1: 
 db925c460ac7d4efd261cfaed811a4af0a0be035 2004 webkit_1.2.3-2.dsc
 64b6007e1723083814e9f7b0f0e1c76a976a0687 28087 webkit_1.2.3-2.debian.tar.gz
 610259fa6d307ca38af1d0265b9dc18785d93ad4 784932 
libwebkit-1.0-common_1.2.3-2_all.deb
 6bf192171a3a3cfb0cbf75de5ff05334ea2583dc 5764898 
libwebkit-1.0-2_1.2.3-2_amd64.deb
 394e2ba94519c49174cca44a8d1beefb9ece3fc8 129466 libwebkit-dev_1.2.3-2_amd64.deb
 7c0fe4c48ec68cd88231cbd938a797bd34f7ba9c 139176760 
libwebkit-1.0-2-dbg_1.2.3-2_amd64.deb
 308335b20fc7731f656a4c345e5634f3f3f62cd8 31092 
gir1.0-webkit-1.0_1.2.3-2_amd64.deb
Checksums-Sha256: 
 8def4bf1b6b3022a48c7e5ab38e022f71191978cc14db0a494c846e079a49a77 2004 
webkit_1.2.3-2.dsc
 26c9f27ce18545e297d0faf0521bc28597f48c71285ca5f2559aa9c5ecc15584 28087 
webkit_1.2.3-2.debian.tar.gz
 b455495acafb38218c067020fbe3ba62231c039e0c4756717ff01853a62a3948 784932 
libwebkit-1.0-common_1.2.3-2_all.deb
 4453f5561cd256cdf84962995b83f25a88f2480cf42a799cbcfbc739145676ea 5764898 
libwebkit-1.0-2_1.2.3-2_amd64.deb
 a5a81bb8e3afe2163c94d617249f29561b3d2a65fdfbd677ceec737e3ef8e893 129466 
libwebkit-dev_1.2.3-2_amd64.deb
 e5df245f981413e8930cc3454b809474602ba109968e387da0447ce11678c86a 139176760 
libwebkit-1.0-2-dbg_1.2.3-2_amd64.deb
 d3bd6c38f92bba32dba874c9aae8621164b58130d64148ef4481dc4a2297c770 31092 
gir1.0-webkit-1.0_1.2.3-2_amd64.deb
Files: 
 bb90930652c18b22cb8095e08b3cfd57 2004 web optional webkit_1.2.3-2.dsc
 75d6bf38d4487169c72a514caa5d9477 28087 web optional 
webkit_1.2.3-2.debian.tar.gz
 5ac288405b0c76185b29dbadb0e9d81a 784932 libs optional 
libwebkit-1.0-common_1.2.3-2_all.deb
 397b5877f7ce092ebde42bcc17fe54c1 5764898 libs optional 
libwebkit-1.0-2_1.2.3-2_amd64.deb
 7d8e4f9ff7dc483698b29869e3eac153 129466 libdevel extra 
libwebkit-dev_1.2.3-2_amd64.deb
 f32021590b1f8f381fdf69ccc5ba9874 139176760 debug extra 
libwebkit-1.0-2-dbg_1.2.3-2_amd64.deb
 d2df0c4d6aaefcb93dbe46482b98b34d 31092 libs optional 
gir1.0-webkit-1.0_1.2.3-2_amd64.deb

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

iQEcBAEBCAAGBQJMYeQEAAoJENIA6zCg+12mw0gIAIhmyiI/wnA0+lk98otTNtYa
MK2lTt4gw3YxRS0Aj41g3F0ZaxGhyINrWRFIRN/Xb2X+198noQFeNecYZXea34hh
Qp324JFlNMPKw10CoxJLsuMsxlDrkJ3csze6R1giaDIjVrk8j4EaoqSxW/Asmw2V
w/83TGhnrKcxf+lN68n5g5CavLRFqG6FQSJlu6oMjr9qsW+3h4O3oKeXYefScfZM
hW8XL5OPt9FuyZ8o1Apu/WdlsETFj9+KuRguLjDR+wFpjZ19dTB11dLeDhGOwgnl
r4uvsloHIOcezxylLMXZhdMXxW5Rc5nicuOCmN8eDrMzlC768ECSbng2F2/6xqU=
=01HM
-END PGP SIGNATURE-


Accepted:
gir1.0-webkit-1.0_1.2.3-2_amd64.deb
  to main/w/webkit/gir1.0-webkit-1.0_1.2.3-2_amd64.deb
libwebkit-1.0-2-dbg_1.2.3-2_amd64.deb
  to main/w/webkit/libwebkit-1.0-2-dbg_1.2.3-2_amd64.deb
libwebkit-1.0-2_1.2.3-2_amd64.deb
  to main/w/webkit/libwebkit-1.0-2_1.2.3-2_amd64.deb
libwebkit-1.0-common_1.2.3-2_all.deb
  to main/w/webkit/libwebkit-1.0-common_1.2.3-2_all.deb
libwebkit-dev_1.2.3-2_amd64.deb
  to main/w/webkit/libwebkit-dev_1.2.3-2_amd64.deb
webkit_1.2.3-2.debian.tar.gz
  to main/w/webkit/webkit_1.2.3-2.debian.tar.gz
webkit_1.2.3-2.dsc
  to main/w/webkit/webkit_1.2.3-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/e1oiz0p-00076e...@franck.debian.org



Accepted orville-write 2.55-2.3 (source i386)

2010-08-10 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 03 Aug 2010 14:53:12 -0400
Source: orville-write
Binary: orville-write
Architecture: source i386
Version: 2.55-2.3
Distribution: unstable
Urgency: low
Maintainer: Shane Wegner sh...@debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description: 
 orville-write - An alternative to the standard write program
Closes: 555689 591224
Changes: 
 orville-write (2.55-2.3) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Clean config.log in the clean rule
   * Bump debhelper compatibility to 7
   * Accordingly, replace dh_clean -k by dh_prep
   * Fix pending l10n issues. Debconf translations:
 - Japanese (Hideki Yamane (Debian-JP)).  Closes: #555689
 - Danish (Joe Hansen).  Closes: #591224
Checksums-Sha1: 
 eed825fb81a29fa2627ec8124bee7b6c5c2dc433 983 orville-write_2.55-2.3.dsc
 f21b8bbd9d75df3ee3bd55aa9307048970ddb343 37288 orville-write_2.55-2.3.diff.gz
 a2413a16d9f865be2683c997e388710508c8f87b 58844 orville-write_2.55-2.3_i386.deb
Checksums-Sha256: 
 137b0f41499bc7a1f62e5aa0a60ae781a9db7ed25bd3a4f4c788d1f235258c35 983 
orville-write_2.55-2.3.dsc
 58223555266444fd70d818c08ad24992c360123b27f8c75e6d5fbb7064e6e041 37288 
orville-write_2.55-2.3.diff.gz
 72c2ec38dba8e2cc38e1bd351cff92f591fa325134105c773cffe2a65c80b8cb 58844 
orville-write_2.55-2.3_i386.deb
Files: 
 2877a1f08a1ebde62b0f84161bc725c1 983 utils extra orville-write_2.55-2.3.dsc
 57045b4159bca09a1f97dcaaf112d3e1 37288 utils extra 
orville-write_2.55-2.3.diff.gz
 14a3f1f4c13a71f23feae9762d60cb34 58844 utils extra 
orville-write_2.55-2.3_i386.deb

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

iD8DBQFMWK5W1OXtrMAUPS0RAgL1AJ9X5546TAezjk1UANtTZGYiRnLWXQCfUJ8M
yCZqTAWHiMRnf7sW63qEmqg=
=RQrk
-END PGP SIGNATURE-


Accepted:
orville-write_2.55-2.3.diff.gz
  to main/o/orville-write/orville-write_2.55-2.3.diff.gz
orville-write_2.55-2.3.dsc
  to main/o/orville-write/orville-write_2.55-2.3.dsc
orville-write_2.55-2.3_i386.deb
  to main/o/orville-write/orville-write_2.55-2.3_i386.deb


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



Accepted fprint-demo 20080303git-5 (source amd64)

2010-08-10 Thread dererk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 10 Aug 2010 21:20:44 -0300
Source: fprint-demo
Binary: fprint-demo
Architecture: source amd64
Version: 20080303git-5
Distribution: unstable
Urgency: low
Maintainer: FingerForce Team fingerforce-de...@lists.alioth.debian.org
Changed-By: der...@debian.org
Description: 
 fprint-demo - simple GTK+ testing libfprint's functions
Changes: 
 fprint-demo (20080303git-5) unstable; urgency=low
 .
   * Generated proper patch file to handle re-configure'ing (some cleanup).
   * Bumped Standard-Version to 3.9.1; no changes needed.
Checksums-Sha1: 
 9fef81398449ceef4a47cea1653e055619759882 1903 fprint-demo_20080303git-5.dsc
 e00ba57311f4b0a03514d6111c4976682b361bd6 5869 
fprint-demo_20080303git-5.debian.tar.gz
 f8dc25ed063af877b5c6a6415c73a54170ca74e5 75912 
fprint-demo_20080303git-5_amd64.deb
Checksums-Sha256: 
 97381235a650e3b55b83d92f6bde9373dac9e17aee9fc31b088e30c9d03a7ae3 1903 
fprint-demo_20080303git-5.dsc
 3c43dffe806b484f07b2897ee00d1d8eb1e2762c716d19500eae1ffd23cd9f3b 5869 
fprint-demo_20080303git-5.debian.tar.gz
 d9561d9e37a5c2f52a9216145708e857565fea53e8fb03e93c0e59e6613cdd4b 75912 
fprint-demo_20080303git-5_amd64.deb
Files: 
 99267fd028434ff44e0ef66974cbd0c2 1903 x11 extra fprint-demo_20080303git-5.dsc
 b01a1ceea74af158e47ce5512babdb19 5869 x11 extra 
fprint-demo_20080303git-5.debian.tar.gz
 b30297aec17462905b19aac00962bbcc 75912 x11 extra 
fprint-demo_20080303git-5_amd64.deb

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

iQIcBAEBCAAGBQJMYfIyAAoJEGin9OG0lUUK7s0P/2cYuJP+PInEmAaNWpchyebt
zTSXEJ1RwSJmLF+XLpetH9bB3TXiy50Suacu77dFSMF3aoCoLRi+8H0jbbSq4A4c
hkOGc8C2vKnjTCtyyJZLTb84XnCoxlK124GL+kiRKunoa2mB+4Hy0i0zjgF2rkMS
IhPiTZrMZNtV9s/9kU+NSbm6M+b90u44UY6eF3t7t/xCBtw89IxJ10el7TqvKllS
ovceaQB6OQKdMCVDg6+NUPP4JwWrXp57h2KbAz7Nz2T4y76Vb01wsVWXl7aLcPJY
gXHmoYs/nGE2phCQmxstCONdk8ld15rBj87ApaFMj85DpY19DJvBiJ1qOkI4eZrt
fiNl6vAJQl03YAW5bi83mzibT6E6S280SzD+WZaOed/X6f0qBPvQHalpo1cmhiIR
EA1wtbLH40t5VKbhL7d7JNWB5HaYe5KK2LloaKgLpKbfwgYznjy2Vo3nlOwtfxC4
qUPuyTCSA9zhcfQafRzu0ZVhIixBKC1q5qk7xdIUU9o9uXDWPvkATNcNkswmxFx0
Hj3GQdXj30Yd37haJfQcrIQQp5bRLmxrtz49DVZMvJCXpepFIS4bE3EvTqFmLYq1
XjEOiKiEW/a11paGKs29Z0zNXyQDKxgVE1H7Bel+O9N+0G3TZPGzjUcTzsqEih+2
DD60CuqtV2SIT0+F5CTi
=ip+Z
-END PGP SIGNATURE-


Accepted:
fprint-demo_20080303git-5.debian.tar.gz
  to main/f/fprint-demo/fprint-demo_20080303git-5.debian.tar.gz
fprint-demo_20080303git-5.dsc
  to main/f/fprint-demo/fprint-demo_20080303git-5.dsc
fprint-demo_20080303git-5_amd64.deb
  to main/f/fprint-demo/fprint-demo_20080303git-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/e1oizth-0001wl...@franck.debian.org



Accepted gnuserv 3.12.8-2 (source amd64)

2010-08-10 Thread Mike O'Connor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 10 Aug 2010 20:19:20 -0400
Source: gnuserv
Binary: gnuserv
Architecture: source amd64
Version: 3.12.8-2
Distribution: unstable
Urgency: low
Maintainer: Mike O'Connor s...@debian.org
Changed-By: Mike O'Connor s...@debian.org
Description: 
 gnuserv- Allows you to attach to an already running Emacs
Closes: 542476
Changes: 
 gnuserv (3.12.8-2) unstable; urgency=low
 .
   * add documentation about loading gnuserv-compat (Closes: 542476)
   * upgrade policy to 3.9.1 (no changes needed)
   * change depends to emacs | emacs23
Checksums-Sha1: 
 0b23c48e080f0e7854b2b4289e547ca9a4cbd07c 1298 gnuserv_3.12.8-2.dsc
 13d1ae910b5e55096d46989279c3f082413df08f 11221 gnuserv_3.12.8-2.diff.gz
 549929c9db78e84fd619bb95b29375f347c53999 49960 gnuserv_3.12.8-2_amd64.deb
Checksums-Sha256: 
 0fea9f455547162b62c6012f5192787696c2ab94fd9fdab7a7cbca9bf42c4e3d 1298 
gnuserv_3.12.8-2.dsc
 e9046bb90662c26ec6db78d9aff627a52592818194c652cff5b92f819acfebc7 11221 
gnuserv_3.12.8-2.diff.gz
 4ded499e5389912528c67585a5c608c71e3b6e85623cf00c918ce4756be1976f 49960 
gnuserv_3.12.8-2_amd64.deb
Files: 
 040e224a6836ecc7b1c4169857744425 1298 editors optional gnuserv_3.12.8-2.dsc
 7c6c4a6404329a58d73b96682b5ac086 11221 editors optional 
gnuserv_3.12.8-2.diff.gz
 f04cb90a54cc79153cc522f202c1e253 49960 editors optional 
gnuserv_3.12.8-2_amd64.deb

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

iQEcBAEBCAAGBQJMYfYHAAoJEF7K+wCjrkSkEssH/0zovZu0EcK+kMp3s/CXAWoC
tkxHyvFLGYgOhNf61kLHFLDAh1YqLdbf40nmf6BR6TQOmhb+JBlA/lO0rWlI1u1+
RxG8cI/4s3uZRDkPel3NbUPCjiMurx4x/Ht/GyRgMr0IudKeEOY+LO0knvuTn9qv
30JNlmHZq+2oz6z315XJRkraI9lXc3vhNX4zy14Z7ossbmDRR48wr3XcQiI1BfJI
lgxXHit13gjT8nWaY7tXiNOognYFR01ZggohhK6PWQoZg6v8doqeOSIJ3tpAYjMb
YYGyLe/+DUkuYpTOkS2teoFKFyl1sXYRkJJCmPKjHKtNnTmmM7Zzu4M43TrqEsU=
=VSqZ
-END PGP SIGNATURE-


Accepted:
gnuserv_3.12.8-2.diff.gz
  to main/g/gnuserv/gnuserv_3.12.8-2.diff.gz
gnuserv_3.12.8-2.dsc
  to main/g/gnuserv/gnuserv_3.12.8-2.dsc
gnuserv_3.12.8-2_amd64.deb
  to main/g/gnuserv/gnuserv_3.12.8-2_amd64.deb


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



Accepted freetype 2.4.2-1 (source amd64)

2010-08-10 Thread Steve Langasek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 10 Aug 2010 00:19:04 -0700
Source: freetype
Binary: libfreetype6 libfreetype6-dev freetype2-demos libfreetype6-udeb
Architecture: source amd64
Version: 2.4.2-1
Distribution: unstable
Urgency: high
Maintainer: Steve Langasek vor...@debian.org
Changed-By: Steve Langasek vor...@debian.org
Description: 
 freetype2-demos - FreeType 2 demonstration programs
 libfreetype6 - FreeType 2 font engine, shared library files
 libfreetype6-dev - FreeType 2 font engine, development files
 libfreetype6-udeb - FreeType 2 font engine for the debian-installer (udeb)
Closes: 592399
Changes: 
 freetype (2.4.2-1) unstable; urgency=high
 .
   * New upstream release
 - High urgency upload for RC security bugfix.
 - Corrects a stack overflow in the interpreter for CFF fonts
   (CVE-2010-1797).  Closes: #592399.
 - drop debian/patches-freetype/opentype-missing-glyphs, included
   upstream.
   * Update libfreetype6.symbols for two new functions.
Checksums-Sha1: 
 d31f3eadc730c440651aaa4eb13a4a6e6372b84e 1823 freetype_2.4.2-1.dsc
 d83cec6d0ec900e076a722fc36e0aebbbf23f46c 1698742 freetype_2.4.2.orig.tar.gz
 d28a96c06074962a35d6f4629090cf28a0d3fe4d 35572 freetype_2.4.2-1.diff.gz
 30ca07dafe2d547901d3ee01632d9266d80014ec 376294 libfreetype6_2.4.2-1_amd64.deb
 4cdc26449f07cc04681710c016b58c6fbcaa2eb2 748086 
libfreetype6-dev_2.4.2-1_amd64.deb
 a8c72f6c4dcffaa8b1765ead81fe4c10abdac012 221080 
freetype2-demos_2.4.2-1_amd64.deb
 2b11cf14841f6b75158fe951e11e6f86edce108f 282544 
libfreetype6-udeb_2.4.2-1_amd64.udeb
Checksums-Sha256: 
 6a496549888c584df283e2726e4d14937aa290774d77186a0dc960bf40d72e7b 1823 
freetype_2.4.2-1.dsc
 412f2a071c17562efd6d095a1c52f39036d36ef2c490bf7c1104f83329247f2e 1698742 
freetype_2.4.2.orig.tar.gz
 38d5910c07e48adba7645ad4ab15b5de405c6f5807f18008b60baf0f1c0bc1a3 35572 
freetype_2.4.2-1.diff.gz
 08533925a9d45fcb60051cf0d43872a312bee73ba77c8a07bfbd617bbd45360f 376294 
libfreetype6_2.4.2-1_amd64.deb
 2edd32d2bf547089aea6c19a44625cf62bfbc7198f80462c5f64ce2521d19546 748086 
libfreetype6-dev_2.4.2-1_amd64.deb
 c585be509644e8c6d86c31134cc5cd019a91b9fb699d7073a413d6a9e962638b 221080 
freetype2-demos_2.4.2-1_amd64.deb
 685307c07c71c8c60353baf0e7bb621e0c062a09645c84d558bfa5ca43a94d9e 282544 
libfreetype6-udeb_2.4.2-1_amd64.udeb
Files: 
 0dcffa4cbb5fbf192a16f0f761bf323c 1823 libs optional freetype_2.4.2-1.dsc
 291045832ef23f34acc8cca7bd0ab834 1698742 libs optional 
freetype_2.4.2.orig.tar.gz
 f7a705cfbfdf829943f682165f9dd47e 35572 libs optional freetype_2.4.2-1.diff.gz
 2248b3af27849946fd3e129ad5209594 376294 libs optional 
libfreetype6_2.4.2-1_amd64.deb
 52bb8bb1c69127582e874ca5e10ca3b6 748086 libdevel optional 
libfreetype6-dev_2.4.2-1_amd64.deb
 7dabcbd496000684a49dbc08f4a8b691 221080 utils optional 
freetype2-demos_2.4.2-1_amd64.deb
 ad7c9cd8df5c7f46d04b4a18786a34f3 282544 debian-installer extra 
libfreetype6-udeb_2.4.2-1_amd64.udeb
Package-Type: udeb

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

iQIVAwUBTGH3jVaNMPMhshM9AQiomg//QfD0pX0o8tCMm/FRuGUzaeLEgpiq/zFE
snnRI7qRdv7Q3IEJImhHImysAEw/OMt+8wn0d0hfxe3cGJUPprt0JwuLGcqzh5VZ
1DafTYV9cL+F+WXSHvIS233l0HzeCEf9Ji+NRFhOvR4mbLUldrhFijQWBu1kApp4
/QMzJhkdIHaftllO2SPc1knOcoU+JxUa7h/5Xv/Uc0jQ5PL75N5h2N4nepbP7aK2
zcoaWF2bs5TmrDerfMyCv4PE7enj7r5ku3DlpzxCmiyxSCn2w3++SUdMcrvHjL26
sMlxh1bOgnedZC+WcB0oOsfyyeDnWHQkiDy2dHIp7E9cvHpxU4kLLlkAVQz6aHUf
XAY+Y8Cf11kWutwY7EeUrQFI0mmCKcXZ2585O2BgEmZbXigImomb0R0W2s1o5kNR
szAKrOzSaQAl9YZImljExFGXyrTe+w0MGAEAEjPWi2N2yCz1BLPH+DQF2Jd22p8L
pjAAcA2+pX+fcghASsHpcVpgBxolQO7LJc/xhhqLzaTEVNlvQMiVuC98uAlQ/5oX
ooknNlep0+lEsFKXPZlrkyP4aBKA2g1rYxbzJ9SbIlYCDJD4NXSwqNiZ2qMQ88E6
kO+dNdiHwlc4tjJkU2hxQUDBG6MznWIIym9mKs/+hJoTWh21Vi8tg8OqmZMJIfL1
PSJidPZTQdU=
=y10x
-END PGP SIGNATURE-


Accepted:
freetype2-demos_2.4.2-1_amd64.deb
  to main/f/freetype/freetype2-demos_2.4.2-1_amd64.deb
freetype_2.4.2-1.diff.gz
  to main/f/freetype/freetype_2.4.2-1.diff.gz
freetype_2.4.2-1.dsc
  to main/f/freetype/freetype_2.4.2-1.dsc
freetype_2.4.2.orig.tar.gz
  to main/f/freetype/freetype_2.4.2.orig.tar.gz
libfreetype6-dev_2.4.2-1_amd64.deb
  to main/f/freetype/libfreetype6-dev_2.4.2-1_amd64.deb
libfreetype6-udeb_2.4.2-1_amd64.udeb
  to main/f/freetype/libfreetype6-udeb_2.4.2-1_amd64.udeb
libfreetype6_2.4.2-1_amd64.deb
  to main/f/freetype/libfreetype6_2.4.2-1_amd64.deb


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



Accepted pius 2.0.7-2 (source all)

2010-08-10 Thread Luke Cycon
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 08 Aug 2010 23:04:01 -0700
Source: pius
Binary: pius
Architecture: source all
Version: 2.0.7-2
Distribution: unstable
Urgency: low
Maintainer: Luke Cycon lcy...@gmail.com
Changed-By: Luke Cycon lcy...@gmail.com
Description: 
 pius   - Quick and easy signing of each UID on a PGP keyring
Closes: 592304
Changes: 
 pius (2.0.7-2) unstable; urgency=low
 .
   * Add README to debian/docs (Closes: #592304)
- Thanks to Eric Dorland for noticing its absence
   * Bump Standards-Version: No changes.
Checksums-Sha1: 
 698ee889450630d34c1f66433e47ce76da4f532a 999 pius_2.0.7-2.dsc
 47174cce3d3405353f5f8649051ed569a33c2448 3145 pius_2.0.7-2.debian.tar.gz
 d0e31e61199c8cf8e0fafc5ebace8fe27c90bc37 24298 pius_2.0.7-2_all.deb
Checksums-Sha256: 
 41382efe8c30d14082f5c0484fac62aea70631e01f5fbf8513dd941b9f5a4a36 999 
pius_2.0.7-2.dsc
 8c50322ca68939b44134b01a27a6f94af76e6b71dd095779447316102d210a52 3145 
pius_2.0.7-2.debian.tar.gz
 acf2d3a94c5032935f163f237769d71c654aadb05a64911eb76ccf1b52fbd530 24298 
pius_2.0.7-2_all.deb
Files: 
 b92f10d89b55dcb77bf0d7e112831561 999 python extra pius_2.0.7-2.dsc
 a3d0cf08124fd50f6127cb579391fefb 3145 python extra pius_2.0.7-2.debian.tar.gz
 f252326b094cd158e4a9ee0aad7a26ff 24298 python extra pius_2.0.7-2_all.deb

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

iEYEARECAAYFAkxh8UYACgkQtrC51grHAgZePgCfX4jwpuKopplwQuBf60pQZOtB
LzwAnjr9jvSqtrsclu5tUK3HDP4FuVZ2
=Ren0
-END PGP SIGNATURE-


Accepted:
pius_2.0.7-2.debian.tar.gz
  to main/p/pius/pius_2.0.7-2.debian.tar.gz
pius_2.0.7-2.dsc
  to main/p/pius/pius_2.0.7-2.dsc
pius_2.0.7-2_all.deb
  to main/p/pius/pius_2.0.7-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/e1oj0ci-00081l...@franck.debian.org



Accepted smbnetfs 0.5.3-1 (source amd64)

2010-08-10 Thread Mikhail Kshevetskiy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 07 Aug 2010 04:20:18 +0400
Source: smbnetfs
Binary: smbnetfs
Architecture: source amd64
Version: 0.5.3-1
Distribution: unstable
Urgency: low
Maintainer: Mikhail Kshevetskiy mikhail.kshevets...@gmail.com
Changed-By: Mikhail Kshevetskiy mikhail.kshevets...@gmail.com
Description: 
 smbnetfs   - User-space filesystem for SMB/NMB (Windows) network servers and s
Changes: 
 smbnetfs (0.5.3-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control: Add versioned Build-Depends:
 libgnome-keyring-dev (= 2.28)
   * Update manpage
   * Update NEWS file
   * Bump Standards-Version to 3.9.1
   * dpkg-source format 3.0 support
Checksums-Sha1: 
 8bd5b3d126b3f39cab1f9315c0d856df6824b1c6 1296 smbnetfs_0.5.3-1.dsc
 975662b4f2fd46ccb333ec926b3f89236d5b2f31 233501 smbnetfs_0.5.3.orig.tar.gz
 35fe81a7f8afdf668e73e8baf774f743b56612d4 5346 smbnetfs_0.5.3-1.debian.tar.gz
 3ee5866fbaed9ec142bedb5d2db04059563c4a8d 69578 smbnetfs_0.5.3-1_amd64.deb
Checksums-Sha256: 
 6d514998ee28ecbe5075defabd6c96286c1fc49d9d08497dc32cdbb01e20b125 1296 
smbnetfs_0.5.3-1.dsc
 deaa0c2e610503f7d3e56c1311e080e85ab5f32b34379642744147e4e07e5aa3 233501 
smbnetfs_0.5.3.orig.tar.gz
 98b7bf8bcec8fb3a5b79542bb54c6595f642c84a030e768c8c1a46327d002144 5346 
smbnetfs_0.5.3-1.debian.tar.gz
 1e7205e48285ee5fb8a9b75458560187df02efe39f4c39c89ee16b37ff7ae5c5 69578 
smbnetfs_0.5.3-1_amd64.deb
Files: 
 5eeba78233c14484549128af81ee6f0b 1296 net optional smbnetfs_0.5.3-1.dsc
 079e910fa521d5dde258690647145b77 233501 net optional smbnetfs_0.5.3.orig.tar.gz
 b5f8d093ddf5f53dd479be2b6ad2d552 5346 net optional 
smbnetfs_0.5.3-1.debian.tar.gz
 ba1ab9c1546cdf54424a488759b38c3b 69578 net optional smbnetfs_0.5.3-1_amd64.deb

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

iD8DBQFMYgObPEFSUMxFMZcRAsH4AKDbTqyx76OKlfmdbVQq+6p4rdqLtgCgheSq
kXZ+WjfV21+T3aiJRuF3apQ=
=yGMx
-END PGP SIGNATURE-


Accepted:
smbnetfs_0.5.3-1.debian.tar.gz
  to main/s/smbnetfs/smbnetfs_0.5.3-1.debian.tar.gz
smbnetfs_0.5.3-1.dsc
  to main/s/smbnetfs/smbnetfs_0.5.3-1.dsc
smbnetfs_0.5.3-1_amd64.deb
  to main/s/smbnetfs/smbnetfs_0.5.3-1_amd64.deb
smbnetfs_0.5.3.orig.tar.gz
  to main/s/smbnetfs/smbnetfs_0.5.3.orig.tar.gz


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



Accepted fortunes-ru 1.52-2 (source all)

2010-08-10 Thread Simon Fondrie-Teitler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Aug 2010 17:31:39 -0400
Source: fortunes-ru
Binary: fortunes-ru
Architecture: source all
Version: 1.52-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Simon Fondrie-Teitler simo...@riseup.net
Description: 
 fortunes-ru - Russian data files for fortune
Changes: 
 fortunes-ru (1.52-2) unstable; urgency=low
 .
   * QA upload.
   * Set maintainer to Debian QA.
   * Fixed several lintian warnings
   * Updated debian/watch file to watch for new updates
Checksums-Sha1: 
 65a47f38efc85fdd072714b8707a54938421bcb4 1003 fortunes-ru_1.52-2.dsc
 7322b2ad5c0a33e411c5ebec96dc326dc6bffb56 2991 fortunes-ru_1.52-2.debian.tar.gz
 d1132a3df0670fb5e277611017594d1dcc186e11 1087902 fortunes-ru_1.52-2_all.deb
Checksums-Sha256: 
 2089be2963274331d93354c0738472f3aaf68c5bfb1fad15d8c829e6be4feac4 1003 
fortunes-ru_1.52-2.dsc
 e9a00174a5d908254c4cfed98b8bbea42dd50b98f3bbceacc46773f87004d6f1 2991 
fortunes-ru_1.52-2.debian.tar.gz
 3e73bf5c9ca074808a12e48f4900dd6f5b4c5c20691679e297b4a10199268adf 1087902 
fortunes-ru_1.52-2_all.deb
Files: 
 ce3e04c4692fbd0c2e5bc8e1074ec443 1003 games optional fortunes-ru_1.52-2.dsc
 62ae4a15b66cd9f7cfc909a5f8a48545 2991 games optional 
fortunes-ru_1.52-2.debian.tar.gz
 53e1d206c761a318c289d47034febdf0 1087902 games optional 
fortunes-ru_1.52-2_all.deb

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

iEYEARECAAYFAkxiFjgACgkQtrC51grHAgan6QCdG4XVxJ+vTQ5PdGkoocHFCtBN
coMAoKNwWslVVn+6oOScLbibYehfNpI7
=F0IE
-END PGP SIGNATURE-


Accepted:
fortunes-ru_1.52-2.debian.tar.gz
  to main/f/fortunes-ru/fortunes-ru_1.52-2.debian.tar.gz
fortunes-ru_1.52-2.dsc
  to main/f/fortunes-ru/fortunes-ru_1.52-2.dsc
fortunes-ru_1.52-2_all.deb
  to main/f/fortunes-ru/fortunes-ru_1.52-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/e1oj22z-0003yv...@franck.debian.org



Accepted tzdata 2010k-1 (source all)

2010-08-10 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 10 Aug 2010 23:50:20 -0400
Source: tzdata
Binary: tzdata tzdata-java
Architecture: source all
Version: 2010k-1
Distribution: unstable
Urgency: low
Maintainer: GNU Libc Maintainers debian-gl...@lists.debian.org
Changed-By: Clint Adams sch...@debian.org
Description: 
 tzdata - time zone and daylight-saving time data
 tzdata-java - time zone and daylight-saving time data for use by java runtimes
Changes: 
 tzdata (2010k-1) unstable; urgency=low
 .
   * New upstream release.
   * Bump to Standards-Version 3.9.1.
Checksums-Sha1: 
 7824671504d07cffb6872228791089d2ebea4a95 1795 tzdata_2010k-1.dsc
 46d26a7709860aaef3a7dfdab7e05c94ce9ad233 191382 tzdata_2010k.orig.tar.gz
 8609c978256d58361f08656801653d68a338cffd 243312 tzdata_2010k-1.debian.tar.gz
 1d70959f8e969cf6c0a9bc7f0f5d9c943f7d24b5 763548 tzdata_2010k-1_all.deb
 fa652771c6afd5670adff578eabf351c8613aa43 151244 tzdata-java_2010k-1_all.deb
Checksums-Sha256: 
 ac3d5d77c425cfc39d6e23588e47a3de6c71e63e420f84edcc34828501e4e972 1795 
tzdata_2010k-1.dsc
 ef69c99504c0fd9864ba8ef1daae5f2d4df097cf7dc350f09b8f70386272408d 191382 
tzdata_2010k.orig.tar.gz
 32bdfdaa8a4ea909a3d08b54a52ac441dacaf34bda3bdba0c1b9189d3d9518f7 243312 
tzdata_2010k-1.debian.tar.gz
 47855befdcaa463906262aeb1cbd2d22d9b60c05db4a9a411738c028f8cc2ebf 763548 
tzdata_2010k-1_all.deb
 75df3a912c6c8d20a789dfea9272f50ec8bd681100d9783f149dbac3aefaf74d 151244 
tzdata-java_2010k-1_all.deb
Files: 
 2ac1f49fb58e5ac930ef078a3192e479 1795 libs required tzdata_2010k-1.dsc
 5e2086249d6a6bb116534d358661ad3f 191382 libs required tzdata_2010k.orig.tar.gz
 256b927418575d1cb2e72b9e3b3b459a 243312 libs required 
tzdata_2010k-1.debian.tar.gz
 ad7c3b0f5e934a47a6ce688c48bb7ee7 763548 libs required tzdata_2010k-1_all.deb
 aa1ef377452e06d0f589b2d9406f7712 151244 java optional 
tzdata-java_2010k-1_all.deb

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

iQIcBAEBCgAGBQJMYh9tAAoJEFWSMx4ZnTioMFsQAIekhzl+VGO+QGcQplhyRw4U
QQLo2WclecldPiqxyit9kC0HUMelflzrImd9NGhuiSz8062I/PNiUWauD8q7vMbt
frS5SwzU4PQ2kNBp02j+rlj1lnc7/jpkhKsBYTBYRFlDEgYik4JGYRByNpgKpV7y
1RWN/LKrUrs5r6bfdsmp+cTAkWFPQu+/w4NyGiPexBMYtuEq/0ZitSC9pO/kpRcE
gGumPUY0Bpb+IvR66wFk8TfBMZ6cZ23ft9dH8ly1X2jG8SawvtMXDZZBfhsigYif
R332EtQXPD8inI7P7OZaptYrXepCF1O93FdW8CwyJjrAD05L7on4NhCBJ56mRy1d
2vyU+HkmUkAzIVVw0Y7ZNy7wVe7mr2dRG25ufdfcTII1Rrd9ZFEGzSYu8A1xEEtX
FLqGSpaEX2isTDBtFXJgG7MoGXK4P2UqGOaujEe9gkUbkO+zzOWzfOPdbRilpTvv
5xeKobMwUvD3NLT7zA3XhHqwYsigYRJDNuVUF1wDgdlFZRbx9Iv6HkZAl7OLYJAR
7AOENtSNy/k7h7fU7GU9WqEzaGQ3qHPX0s519Gdvn41C4q1xUbI/3t22O+75wbSA
YHCIeNw640NXp34dqS+vDSAurH/rcybG3dzttt518Esk6vS2hl1I9VPTWaCdvfIK
JiLdyrdLNvZhB3fcvyC6
=1Wdx
-END PGP SIGNATURE-


Accepted:
tzdata-java_2010k-1_all.deb
  to main/t/tzdata/tzdata-java_2010k-1_all.deb
tzdata_2010k-1.debian.tar.gz
  to main/t/tzdata/tzdata_2010k-1.debian.tar.gz
tzdata_2010k-1.dsc
  to main/t/tzdata/tzdata_2010k-1.dsc
tzdata_2010k-1_all.deb
  to main/t/tzdata/tzdata_2010k-1_all.deb
tzdata_2010k.orig.tar.gz
  to main/t/tzdata/tzdata_2010k.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/e1oj2w1-00082w...@franck.debian.org



Accepted nbd 1:2.9.16-3 (source amd64)

2010-08-10 Thread Wouter Verhelst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Aug 2010 10:53:04 -0400
Source: nbd
Binary: nbd-server nbd-client nbd-client-udeb
Architecture: source amd64
Version: 1:2.9.16-3
Distribution: unstable
Urgency: low
Maintainer: Wouter Verhelst wou...@debian.org
Changed-By: Wouter Verhelst wou...@debian.org
Description: 
 nbd-client - Network Block Device protocol - client
 nbd-client-udeb - Network Block Device protocol - client for Debian Installer 
(udeb)
 nbd-server - Network Block Device protocol - server
Closes: 591019 591095 591239 591275 591309 591845 592352
Changes: 
 nbd (1:2.9.16-3) unstable; urgency=low
 .
   * Updated translations:
 - Portuguese, by Américo Monteiro; Closes: #591019.
 - French, by Christian Perrier; Closes: #591095.
 - Russian, by Yuri Kozlov; Closes: #591239.
 - Dutch, by myself. Apparently I missed some strings last time
   around.
 - Swedish, by Martin Bagge; Closes: #591309.
 - Czech, by Miroslav Kure; Closes: #591845.
 - German, by Chris Leick; Closes: #592352.
   * Make nbd-client initramfs script not try to do networking unless
 root-on-NBD was actually requested; also, make root kernel command
 line parameter override the NBD device of the 3-option version of
 nbdroot, so that order no longer matters. Thanks, Niall Walsh;
 Closes: #591275. initramfs scripts *suck*.
   * Fix regression, steal commit 02a1a143 from git HEAD: Return the
 right value on nbd-client -c. This is necessary so that the scripts
 don't get confused on what is connected and what isn't.
   * Fix regression: update nbd.h so nbd-client -timeout works again.
Checksums-Sha1: 
 d19b11fcf73a3dda5f0ee094a85009d9c1b39e9c 1133 nbd_2.9.16-3.dsc
 41e8cf00646d42aa01f1c935109b490890c7ce0c 72964 nbd_2.9.16-3.diff.gz
 a054576f7237c4bacb22cb019e17298fa1a5e6c3 59986 nbd-server_2.9.16-3_amd64.deb
 99b30f34a99f1aaed17c53c70b1f90b53e4c1bae 50090 nbd-client_2.9.16-3_amd64.deb
 e49c7ef795c6d20b4523058102c0920ce70e4ca6 6952 
nbd-client-udeb_2.9.16-3_amd64.udeb
Checksums-Sha256: 
 6ae9a8062da8d972b3b3152265e14d509366c4523f6712d19fc1b782dd63c955 1133 
nbd_2.9.16-3.dsc
 0fa1dede247a6d21bfc5410df36e3a20df0437d4fc4a15fd4ac3d90e3d2fdd5c 72964 
nbd_2.9.16-3.diff.gz
 78c7fd202fc5ba8d4b430c0d29b33de2d37464240e31327f5fa3bc833bbc192e 59986 
nbd-server_2.9.16-3_amd64.deb
 0e754739ff08bc6854526ec179f45c66a0bdd82e6f3a4dc264f5c3cd985eb466 50090 
nbd-client_2.9.16-3_amd64.deb
 73e8afe5197aa22bd6e0960241f28484b02e5fd21a983a70eff8e308b6978fa2 6952 
nbd-client-udeb_2.9.16-3_amd64.udeb
Files: 
 f8f7ea5588ac8967938cce43d291cd96 1133 admin optional nbd_2.9.16-3.dsc
 165c82f30dd6df7dfd7d46ce68aaf121 72964 admin optional nbd_2.9.16-3.diff.gz
 d0b06878b501f4ed232daf05bf6144fa 59986 admin optional 
nbd-server_2.9.16-3_amd64.deb
 0223f8c218654a2f5cd512291dfe854a 50090 admin optional 
nbd-client_2.9.16-3_amd64.deb
 d80e558acc745858f3eef6c5d4582b1b 6952 debian-installer optional 
nbd-client-udeb_2.9.16-3_amd64.udeb
Package-Type: udeb

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

iEYEARECAAYFAkxiI80ACgkQhbxvHru886xuZwCbB1pwF9ZgBIkgYPb8xxj8CWUM
ET8An0k9MuSow9s1huVWmZbbS8Zk0b8F
=2RG0
-END PGP SIGNATURE-


Accepted:
nbd-client-udeb_2.9.16-3_amd64.udeb
  to main/n/nbd/nbd-client-udeb_2.9.16-3_amd64.udeb
nbd-client_2.9.16-3_amd64.deb
  to main/n/nbd/nbd-client_2.9.16-3_amd64.deb
nbd-server_2.9.16-3_amd64.deb
  to main/n/nbd/nbd-server_2.9.16-3_amd64.deb
nbd_2.9.16-3.diff.gz
  to main/n/nbd/nbd_2.9.16-3.diff.gz
nbd_2.9.16-3.dsc
  to main/n/nbd/nbd_2.9.16-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/e1oj2kw-xx...@franck.debian.org



Accepted pidgin 2.7.3-1 (source all amd64)

2010-08-10 Thread Ari Pollak
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Wed, 11 Aug 2010 00:42:09 -0400
Source: pidgin
Binary: libpurple0 pidgin pidgin-data pidgin-dev pidgin-dbg finch finch-dev 
libpurple-dev libpurple-bin
Architecture: source all amd64
Version: 2.7.3-1
Distribution: unstable
Urgency: low
Maintainer: Ari Pollak a...@debian.org
Changed-By: Ari Pollak a...@debian.org
Description: 
 finch  - text-based multi-protocol instant messaging client
 finch-dev  - text-based multi-protocol instant messaging client - development
 libpurple-bin - multi-protocol instant messaging library - extra utilities
 libpurple-dev - multi-protocol instant messaging library - development files
 libpurple0 - multi-protocol instant messaging library
 pidgin - graphical multi-protocol instant messaging client for X
 pidgin-data - multi-protocol instant messaging client - data files
 pidgin-dbg - Debugging symbols for Pidgin
 pidgin-dev - multi-protocol instant messaging client - development files
Changes: 
 pidgin (2.7.3-1) unstable; urgency=low
 .
   * Imported Upstream version 2.7.3
   * Fix lintian weak-library-dev-dependency error
   * Move package VCS to git
Checksums-Sha1: 
 d16b3e17e832817d4a8606cbfaf82b0aa976ac90 1880 pidgin_2.7.3-1.dsc
 81b9b5591ddbdf36aa656ddd90ff935ae090e940 9746117 pidgin_2.7.3.orig.tar.bz2
 f59030cae9321cc5fb2b1ad7f7a92c0245524473 58014 pidgin_2.7.3-1.debian.tar.gz
 79495f72bac5db3d0033e9c87427199a9f804911 8402554 pidgin-data_2.7.3-1_all.deb
 c6e408f5bcbcb59eae5ad3840217c5ee3ffb46a1 1807604 pidgin-dev_2.7.3-1_all.deb
 72a7da522f7f6ec302865880277b4c052e040d5f 132042 finch-dev_2.7.3-1_all.deb
 0911096c18676f9d26e011d43c54f13293a565b0 292708 libpurple-dev_2.7.3-1_all.deb
 38636b0bcf491873cbb2fa43ce2c3e74db03c822 105930 libpurple-bin_2.7.3-1_all.deb
 3bc9179b2fe81a99c6aa8dc562a334698ec5903b 2017872 libpurple0_2.7.3-1_amd64.deb
 bf0710fa92410f021155eff3eb257e226cac39da 779330 pidgin_2.7.3-1_amd64.deb
 b7db8faabfa08dd5637b0e0090066d1eec35e4a3 6323814 pidgin-dbg_2.7.3-1_amd64.deb
 dfa03bed986c27cd7d6f2fa38604ef274b3f4865 337822 finch_2.7.3-1_amd64.deb
Checksums-Sha256: 
 8b4ab76660e22cf0692967d46d5114e133baf0d2e1cf996a9e9a176ecf4b47df 1880 
pidgin_2.7.3-1.dsc
 8b5788aa7b8c3fa372e6c5f671592731c86e41322bcc09facb6bbe6127e323f2 9746117 
pidgin_2.7.3.orig.tar.bz2
 ee5c256124b2273f4d6138bdab5995730eb3b19013d704938ca8ee3df7d79f5e 58014 
pidgin_2.7.3-1.debian.tar.gz
 0f4460e9803628905e03608a2f9a34b2f3270b388ab9a21510c845ba3da9526d 8402554 
pidgin-data_2.7.3-1_all.deb
 0d88437c2160cb53c37fdeb7e0fe11ceb4c34a1373ac5a29ec075625ea8ac816 1807604 
pidgin-dev_2.7.3-1_all.deb
 d6c8e8b51a41f202428fbcfd7f6b343b40a9e561e6042a3d34bf9c215616d3f9 132042 
finch-dev_2.7.3-1_all.deb
 22d2111e4be5a97295841e32fa590b3f65f0a6e85bab0f1dba54d913208beb21 292708 
libpurple-dev_2.7.3-1_all.deb
 e6b673f1e39702f4382777fe7424d232982a5ec4e8c1e0f40d163521dc9b1702 105930 
libpurple-bin_2.7.3-1_all.deb
 cd2c7e5eb4f8546154518f0e7997d42d354ad33777f740c858bc94a6fa78ac66 2017872 
libpurple0_2.7.3-1_amd64.deb
 087e096a631cf1f775641116f2c385c61be5b4c55929576631e3db4fb265ad1f 779330 
pidgin_2.7.3-1_amd64.deb
 059d5c83611b1aebba1759a58de0f0bbe99e11248caebdcfa06b74603fcaa8a7 6323814 
pidgin-dbg_2.7.3-1_amd64.deb
 42c067fe5d81a75c1a836f1aff59b116a28eb7a00e8b00d87164321d77577a2d 337822 
finch_2.7.3-1_amd64.deb
Files: 
 d0865a8082e22631749dd06d696de3c0 1880 net optional pidgin_2.7.3-1.dsc
 e4bbadadae85e5e008690b52dd51f102 9746117 net optional pidgin_2.7.3.orig.tar.bz2
 daac08ad72ebc73691451ebb6e724f57 58014 net optional 
pidgin_2.7.3-1.debian.tar.gz
 592e1bb1f3d73232b634c220cfb598e5 8402554 net optional 
pidgin-data_2.7.3-1_all.deb
 85ac17fab03da698f50f415d997d4851 1807604 devel optional 
pidgin-dev_2.7.3-1_all.deb
 8344bc6ef42e0545dbd29462bf196263 132042 devel optional 
finch-dev_2.7.3-1_all.deb
 f0a2dc51f9f649c51d6c6e7f6193d7c3 292708 libdevel optional 
libpurple-dev_2.7.3-1_all.deb
 af481ed93b12688b631a9a3b4d01f421 105930 net optional 
libpurple-bin_2.7.3-1_all.deb
 de0cae75b9988d325e6472ce19315ee7 2017872 net optional 
libpurple0_2.7.3-1_amd64.deb
 59f336bc9581961274726b74fdc50176 779330 net optional pidgin_2.7.3-1_amd64.deb
 8dd9b86186359a8f6744b72995f12dd3 6323814 debug extra 
pidgin-dbg_2.7.3-1_amd64.deb
 255f711adb95face27ed69240ebdbc67 337822 net optional finch_2.7.3-1_amd64.deb

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

iEYEAREDAAYFAkxiL8UACgkQwO+u47cOQDu8IQCfQ/TBtj0RZxLlLjMBeK50EjjJ
6JEAniN41jzoQIlEcEJ8lE2lHtiZAzr0
=9o6R
-END PGP SIGNATURE-


Accepted:
finch-dev_2.7.3-1_all.deb
  to main/p/pidgin/finch-dev_2.7.3-1_all.deb
finch_2.7.3-1_amd64.deb
  to main/p/pidgin/finch_2.7.3-1_amd64.deb
libpurple-bin_2.7.3-1_all.deb
  to main/p/pidgin/libpurple-bin_2.7.3-1_all.deb
libpurple-dev_2.7.3-1_all.deb
  to main/p/pidgin/libpurple-dev_2.7.3-1_all.deb
libpurple0_2.7.3-1_amd64.deb
  to main/p/pidgin/libpurple0_2.7.3-1_amd64.deb
pidgin-data_2.7.3-1_all.deb
  to main/p/pidgin/pidgin-data_2.7.3-1_all.deb