Re: upload lost ???

2010-02-02 Thread Norbert Preining
On Di, 02 Feb 2010, Luk Claes wrote:
 The upload was rejected as you can see on merkel in
 /srv/ftp.debian.org/queue/rejected/*.reason

Why didn't I got an email?

And the reason is according to this file:
no signature found in maildir-utils_0.6-1_amd64.changes.

But:
$ gpg --verify maildir-utils_0.6-1_amd64.changes 
gpg: Signature made Mon 01 Feb 2010 10:23:10 AM JST using DSA key ID 09C5B094
gpg: Good signature from Norbert Preining prein...@debian.org
gpg: aka Norbert Preining prein...@logic.at

That is the one I uploaded.

and furthermore:
$ gpg --keyring /usr/share/keyrings/debian-keyring.gpg --list-key 
prein...@debian.org
pub   1024D/09C5B094 2000-01-10
uid  Norbert Preining prein...@debian.org
uid  Norbert Preining prein...@logic.at
sub   1024g/9500 2000-01-10

pub   1024D/09C5B094 2000-01-10
uid  Norbert Preining prein...@debian.org
uid  Norbert Preining prein...@logic.at
sub   1024g/9500 2000-01-10


Can someone explain me what was going on here?

Best wishes

Norbert

Norbert Preiningprein...@{jaist.ac.jp, logic.at, debian.org}
JAIST, JapanTU Wien, Austria   Debian TeX Task Force
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094

LINDISFARNE (adj.)
Descriptive of the pleasant smell of an empty biscuit tin.
--- Douglas Adams, The Meaning of Liff


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



dpkg-gensymbols and C++ (once again)

2010-02-02 Thread Michael Tautschnig
Hi all,

With the recent upload of diagnostics I've again been bitten by dpkg-gensymbols
[1]. As you might notice, the symbol is/was there, just the mangling scheme
seems to have changed. For one, the next upload will be the third upload just to
fix changed symbol names on alpha. One could argue that I should have built the
package on an alpha system beforehand to avoid such brokenness. Well, I did.
Most probably the g++ versions used on albeniz.d.o and goetz just don't match.
Similarly, archive-rebuilds will show more or less spurious FTBFS (e.g.,
#562397 -- I'm building binary packages on amd64 myself).

I understand that symbol files could help to improve quality of our archives
and, as diagnostics is about software quality as well, I'd tend to support this
as well as possible. At the current stage, however, this seems hardly feasible
with C++ libraries, unless I'm doing something wrong.

Couldn't the following be implemented, maybe as some C++ mode of 
dpkg-gensymbols? 
- Instead of mangled symbol names, source packages should ship demangled symbol
  files. This way, package maintainers could truly inspect those lists of
  symbols and maintain them in a sane way (like manually adding symbols as the
  API evolves). The symbol names would remain independent of the architecture
  and sorted in some logical way (i.e., by C++ namespace and class names),
  unintended symbols as part of those lists would become obvious, etc. 
- Pending realizability using g++ or the like, these lists are converted to
  their architecture-specific variants consisting of mangled names by
  dpkg-gensymbols.
- Subsequently, the mangled list and the contents of the library should be
  compared and (as done currently) deviances reported. It would be nice, of
  course, to demangle missing and/or additional symbol names.
- The mangled list (generated from the list of the source package) should then
  be shipped in the binary package.

I guess the facilities to mangle/demangle are there, I just don't know whether
they are accessible from the command line.

Best,
Michael

[1] https://buildd.debian.org/~luk/status/package.php?p=diagnostics



pgpDFz904Y6fU.pgp
Description: PGP signature


Re: Re: correct/ideal way to obtain root from a shell script

2010-02-02 Thread Fabian Greffrath

Hi Bill,


We need a solution that still works if user enable root password and disable
sudo after installation. Shadow will note tell you whether root has a password
or not. Maybe menu should have a debconf question (do you use sudo ?) that will
be prefilled by d-i. Technical advices and patches welcome.


I know that's a rather pragmatic solution, but why don't you simply 
drop the automatic installation of the package and display the user a 
message like Congratulations, a package has been created in your home 
directory, please become root and install it. instead?


Cheers,
Fabian

--
Dipl.-Phys. Fabian Greffrath

Ruhr-Universität Bochum
Lehrstuhl für Energieanlagen und Energieprozesstechnik (LEAT)
Universitätsstr. 150, IB 3/134
D-44780 Bochum

Telefon: +49 (0)234 / 32-26334
Fax: +49 (0)234 / 32-14227
E-Mail:  greffr...@leat.ruhr-uni-bochum.de


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



Re: Bug#568039: ITP: gatling -- a small, high performance http and ftp server

2010-02-02 Thread Steve McIntyre
vedran.fu...@gmail.com wrote:
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org

A small, high performance http and ftp server

   Package name: gatling
Version: latest
Upstream Author: Felix von Leitner felix-gatl...@fefe.de
URL: http://www.fefe.de/gatling
License: GPL
Description: a small, high performance http and ftp server

Do we really need another ftp server or another http server? What
makes this any better than the other alternatives?

Also:

jack:~$ w3m -dump http://www.fefe.de/gatling
No such file or directory.

is not very inspiring...

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
I suspect most samba developers are already technically insane... Of
 course, since many of them are Australians, you can't tell. -- Linus Torvalds


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



Re: dpkg-gensymbols and C++ (once again)

2010-02-02 Thread Reinhard Tartler
On Di, Feb 02, 2010 at 10:04:04 (CET), Michael Tautschnig wrote:

 I guess the facilities to mangle/demangle are there, I just don't know
 whether they are accessible from the command line.

cf. c++filt(1)

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4


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



Re: Bug#568039: ITP: gatling -- a small, high performance http and ftp server

2010-02-02 Thread Ralf Hildebrandt
* Steve McIntyre st...@einval.com:

 Do we really need another ftp server or another http server? What
 makes this any better than the other alternatives?

* Small! (125k static Linux-x86 binary with HTTP, FTP and SMB support)
* Fast! (measure for yourself, please)
* Scalable! (see this document, measured using tools that are included in the 
gatling distribution.
* Uses platform-specific performance and scalability APIs on Linux 2.4, Linux 
2.6, NetBSD current (2.0+), FreeBSD 4+, OpenBSD 3.4+, Solaris 9+, AIX 5L, IRIX 
6.5+, MacOS X Panther+, HP-UX 11+
* connection keep-alive
* el-cheapo virtual domains (similar to thttpd)
* IPv6 support
* Content-Range
* transparent content negotiation (will serve foo.html.gz if foo.html was asked 
for and browser indicates it understands deflate)
* With optional directory index generation
* Will only serve world readable files (so you don't export files accidentally)
* Supports FTP and FTP upload as well (upload only to world writable 
directories and the files won't be downloadable unless you chmod a+r them 
manually)
* CGI support for HTTP, also SCGI and FastCGI (over IP sockets, not Unix Domain 
yet)
* El-cheapo .htaccess support (see README.htaccess)
* Quick-and-dirty SSL/TLS support (see README.tls)
* Can detect some common mime types itself, like file(1)
* Read-only SMB support (good enough to read a specific file from Windows or 
using smbclient from Samba) 
 
 Also:
 
 jack:~$ w3m -dump http://www.fefe.de/gatling
 No such file or directory.

It's http://www.fefe.de/gatling/
with a trailing /

-- 
Ralf Hildebrandt
  Geschäftsbereich IT | Abteilung Netzwerk
  Charité - Universitätsmedizin Berlin
  Campus Benjamin Franklin
  Hindenburgdamm 30 | D-12203 Berlin
  Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
  ralf.hildebra...@charite.de | http://www.charite.de



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



Re: Bug#568039: ITP: gatling -- a small, high performance http and ftp server

2010-02-02 Thread Jan Dittberner
On Tue, Feb 02, 2010 at 09:00:46AM +, Steve McIntyre wrote:
 vedran.fu...@gmail.com wrote:
 Package: wnpp
 Severity: wishlist
 X-Debbugs-CC: debian-devel@lists.debian.org
 
 A small, high performance http and ftp server
 
Package name: gatling
 Version: latest
 Upstream Author: Felix von Leitner felix-gatl...@fefe.de
 URL: http://www.fefe.de/gatling
 License: GPL
 Description: a small, high performance http and ftp server
 
 Do we really need another ftp server or another http server? What
 makes this any better than the other alternatives?

I don't know whether we need it, but maybe the feature list at the (corrected)
web site URL and Felix's scalability page [1] may help to find an answer.

[1] http://bulk.fefe.de/scalability/

 Also:
 
 jack:~$ w3m -dump http://www.fefe.de/gatling
 No such file or directory.

Hi Steve,

he missed the trailing /

http://www.fefe.de/gatling/


Regards
Jan

-- 
Jan Dittberner - Debian Developer
GPG-key: 4096R/558FB8DD 2009-05-10
 B2FF 1D95 CE8F 7A22 DF4C  F09B A73E 0055 558F B8DD
http://www.dittberner.info/


signature.asc
Description: Digital signature


is xdg-utils upstream alive? Was: correct/ideal way to obtain root from a shell script

2010-02-02 Thread Reinhard Tartler
On Mo, Feb 01, 2010 at 20:37:57 (CET), Bill Allombert wrote:

 or manage to convince xdg-utils upstream to provide xdg-su instead of
 asking everyone to switch to policykit ?

Is xdg-utils actually maintained upstream? Last time I looked, it seemed
to me the last freedesktop project that has not been moved (yet) to git
and the last cvs commit was ages ago. The mailing list seem pretty quiet
as well.

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4


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



Re: dpkg-gensymbols and C++ (once again)

2010-02-02 Thread Raphael Hertzog
On Tue, 02 Feb 2010, Michael Tautschnig wrote:
 Couldn't the following be implemented, maybe as some C++ mode of 
 dpkg-gensymbols? 
 - Instead of mangled symbol names, source packages should ship demangled 
 symbol
   files. This way, package maintainers could truly inspect those lists of
   symbols and maintain them in a sane way (like manually adding symbols as the
   API evolves). The symbol names would remain independent of the architecture
   and sorted in some logical way (i.e., by C++ namespace and class names),
   unintended symbols as part of those lists would become obvious, etc. 

The next version of dpkg will support this. See
http://bugs.debian.org/563752

 - Pending realizability using g++ or the like, these lists are converted to
   their architecture-specific variants consisting of mangled names by
   dpkg-gensymbols.

Note that the mangled name is what constitutes the ABI. So when the
compiler/build environment changes the mangling, the ABI is broken even if
the package generation is able to find a new match for the demangled
symbol (this happened recently for armel with gcc 4.4).

Cheers,
-- 
Raphaël Hertzog


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



Re: [Pkg-mozext-maintainers] Bits from the Mozilla Extension Packaging Team

2010-02-02 Thread Benjamin Drung
2010/2/2 Mike Hommey m...@glandium.org:
 On Mon, Feb 01, 2010 at 08:34:31PM +0100, Benjamin Drung wrote:
 Hi,

 This mail targets all developers, which maintain Mozilla extensions.

 Source package name
 ===

 The source package name for extension should not contain the name of the
 enhanced application. These prefixes should be dropped from the source
 name:

 firefox-
 iceape-
 icedove-
 iceweasel-
 mozilla-
 thunderbird-

 If the remaining string is too generic (for example, notify or sage),
 the source package name should append -extension. For example,
 firefoxnotify was renamed to notify-extension.

 I don't remember this has been discussed, and i certainly disagree with
 this naming scheme. Also, existing extensions sources shouldn't be renamed.

Yes, we only discussed binary names. The same rules apply for source
package names. Why should Debian have a source package with firefox in
its name (for example, firefox-notify) and why should Ubuntu have a
source package with icedove in its name (for example,
icedove-quotecolors)? This would be similar to the python name scheme.
For example the source package matplotlib provides the binary package
python-matplotlib.

 Binary package name
 ===

 The Mozilla extension packaging team decided to use xul-ext- (instead of
 mozilla-, iceweasel-, etc.) as prefix for all Mozilla extensions [1].
 This will group the extensions visually. There are currently 18
 extensions that use this naming scheme already. Please rename the binary
 package if not already done.

 Note the policy proposal has not been updated with the latest
 propositions (for which i was hoping more feedback, btw). See the team
 list archives.

I read the archives. There are still some parts of the policy proposal
that needs more discussion (for example the directory question). The
binary naming part was discussed and we reached the consensus that
using xul-ext- as prefix is the lesser of the two evils, didn't we?

 Use mozilla-devscripts
 ==

 To make packaging extensions dead simple we have mozilla-devscripts. In
 most cases debian/rules can be reduces to three or four lines (shebang,
 two includes and maybe one variable). We highly recommend using it. An
 additional benefit of using mozilla-devscripts is that derived
 distribution can use the source code without modifying it.
 mozilla-devscripts take care of the distributions specialities. The
 usage is explained in the Wiki [2].

 Joining our team
 

 You are welcome to join our team. We maintain all packages in git in the
 pkg-mozext group. You can contact us via email or IRC [3]. Please let us
 know, if you need help implementing the above mentioned items.

 Work needing package
 

 Here is a list of source package that need to updated. Please let me
 know, if I missed some packages.

 I have a lintian check that checks most of the policy, except it was
 written before lintian 2.3 and doesn't work anymore. If someone has the
 time to update the script before me, I'll send it to them.

What will be checked by that?


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



Re: [Pkg-mozext-maintainers] Bits from the Mozilla Extension Packaging Team

2010-02-02 Thread Mike Hommey
On Tue, Feb 02, 2010 at 12:11:07PM +0100, Benjamin Drung wrote:
 2010/2/2 Mike Hommey m...@glandium.org:
  On Mon, Feb 01, 2010 at 08:34:31PM +0100, Benjamin Drung wrote:
  Hi,
 
  This mail targets all developers, which maintain Mozilla extensions.
 
  Source package name
  ===
 
  The source package name for extension should not contain the name of the
  enhanced application. These prefixes should be dropped from the source
  name:
 
  firefox-
  iceape-
  icedove-
  iceweasel-
  mozilla-
  thunderbird-
 
  If the remaining string is too generic (for example, notify or sage),
  the source package name should append -extension. For example,
  firefoxnotify was renamed to notify-extension.
 
  I don't remember this has been discussed, and i certainly disagree with
  this naming scheme. Also, existing extensions sources shouldn't be renamed.
 
 Yes, we only discussed binary names. The same rules apply for source
 package names. Why should Debian have a source package with firefox in
 its name (for example, firefox-notify) and why should Ubuntu have a
 source package with icedove in its name (for example,
 icedove-quotecolors)? This would be similar to the python name scheme.
 For example the source package matplotlib provides the binary package
 python-matplotlib.

I for one think the source should be named with the upstream name.
firefox-notify is the upstream name, I don't see why there would be a
need to change that, even if the name is lame.

  Binary package name
  ===
 
  The Mozilla extension packaging team decided to use xul-ext- (instead of
  mozilla-, iceweasel-, etc.) as prefix for all Mozilla extensions [1].
  This will group the extensions visually. There are currently 18
  extensions that use this naming scheme already. Please rename the binary
  package if not already done.
 
  Note the policy proposal has not been updated with the latest
  propositions (for which i was hoping more feedback, btw). See the team
  list archives.
 
 I read the archives. There are still some parts of the policy proposal
 that needs more discussion (for example the directory question). The
 binary naming part was discussed and we reached the consensus that
 using xul-ext- as prefix is the lesser of the two evils, didn't we?

Yes, but as said in one of my messages there, there are exceptions we
may want to grant, for localizations, for example.

  Use mozilla-devscripts
  ==
 
  To make packaging extensions dead simple we have mozilla-devscripts. In
  most cases debian/rules can be reduces to three or four lines (shebang,
  two includes and maybe one variable). We highly recommend using it. An
  additional benefit of using mozilla-devscripts is that derived
  distribution can use the source code without modifying it.
  mozilla-devscripts take care of the distributions specialities. The
  usage is explained in the Wiki [2].
 
  Joining our team
  
 
  You are welcome to join our team. We maintain all packages in git in the
  pkg-mozext group. You can contact us via email or IRC [3]. Please let us
  know, if you need help implementing the above mentioned items.
 
  Work needing package
  
 
  Here is a list of source package that need to updated. Please let me
  know, if I missed some packages.
 
  I have a lintian check that checks most of the policy, except it was
  written before lintian 2.3 and doesn't work anymore. If someone has the
  time to update the script before me, I'll send it to them.
 
 What will be checked by that?

The current tags are:
Tag: xul-extension-wrong-package-name
Tag: xul-extension-missing-provides
Tag: xul-extension-missing-enhances
Tag: xul-extension-in-application-directory
Tag: xul-chrome-in-application-directory
Tag: xpcom-component-in-application-directory
Tag: non-extension-or-plugin-in-mozilla-directory
Tag: plugin-in-application-directory
Tag: xul-extension-incompatible-with-iceape-before-2-0
Tag: file-in-deprecated-var-lib-application-chrome.d
Tag: file-in-deprecated-var-lib-application-extension.d
Tag: deprecated-extension-uninstall
Tag: xpcom-standalone-glue-without-xulrunner-dependency
Tag: contains-xulrunner-stub

Mike


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



Re: Debian policy update (3.8.4.0)

2010-02-02 Thread Goswin von Brederlow
Simon McVittie s...@debian.org writes:

 On Mon, 01 Feb 2010 at 20:46:18 +0100, Goswin von Brederlow wrote:
  Goswin wrote:
  Looks fine from here. How does your -dev package look? The .so link, .la
  and .pc files (if any) are specifically important.
 
  The -dev package has no Multi-Arch field, which seems to be how the 
  multiarch
  spec on the Ubuntu wiki intends things to be done? As such, I'm still using
  /usr/lib for the -dev part.
 
 Initialy yes. But esspecially for cross compiles multiarch dev packages
 would be nice. But that will need more developement.

 In the meantime, is there consensus that shuffling the development files into
 /usr/lib/triplet too is at least harmless, and that Multi-Arch: same is
 appropriate for -dev packages where all the arch-dependent files are in
 arch-specific directories? I'd rather not break future work if -dev packages
 aren't really settled yet.

You can move headers, the *.so link and static libs. But .pc and .la
files can not be in the triplet dir yet afaik. So that is a no go for
now. But if you want you can try and see what changes libtool and
pkgconfig would need for this.

  It'd be somewhat more complex to rearrange things for a multiarch -dev 
  package,
  but could be done; I assume the recommended way to do that would be to use
  ./configure --libdir=/usr/lib/${DEB_HOST_GNU_TYPE}?
 
 How do you get the libs into /usr/lib/${DEB_HOST_GNU_TYPE} currently?

 Currently, with dh_install - libdbus happens to not hard-code paths, and thus
 work correctly when it's just moved around (Michael already moved it from
 /usr/lib to /lib for Upstart's benefit, so this definitely does work). I
 realise this doesn't generalize to all libraries, in particular those that
 hard-code paths (generally to load plugins, like you said).

 Architecture dependent header files belong under
 
 /usr/include/triplet/

 Is there consensus that that's the right place? I don't see any mention on
 https://wiki.ubuntu.com/MultiarchSpec, which is the nearest I've seen to
 a canonical description of the current state of multiarch (no pun intended).

Maybe that is documented in gcc somewhere.

 For packages like libdbus that already split out arch-dep headers to ${libdir}
 there doesn't seem any point in trying to override that, but for packages
 that don't necessarily make sure their headers are arch-indep, would it be
 appropriate to use --includedir=/usr/include/triplet, i.e. pessimistically
 assume that every header is arch-specific?

I believe so. /usr/include/triplet is at least preferable to
/usr/lib/triplet/package/include as the former is in the default include
path and works without -I option.

 In particular, generic tools that run configure automatically, like
 dh_auto_configure and cdbs, would probably have to assume that every package
 contains arch-specific headers unless told otherwise; am I right?

I would rather assume the opposite, that headers are arch independent
and dpkg will then makes sure of that during install at the latest. So
while the assumption might be wrong it is not dangerous.

 (Some concrete examples: GLib and GDK also have one arch-specific header in
 ${libdir} each; expat is one of several with a version of config.h in
 /usr/include; Python has pyconfig.h in a /usr/include subdirectory.)

Most of /usr/lib/glib-2.0/include/glibconfig.h is already arch
independent or can trivialy be rewritten as such using C99. Imho that
would be preferable. But short of that those have to go into a triplet
dir eventually. The common theme here seems to be that it is *config.h
as generated by configure. Maybe some automatism can be added to
autoconf/automake to automatically put such files into
/usr/include/triplet.

As said, developement packages still need work to figure out the best
practices and adjust the toolchain. So for now keep them as is.

 Regards,
 Simon

MfG
Goswin


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



Bug#568102: ITP: libhsm -- library for interfacing PKCS#11 Hardware Security Modules

2010-02-02 Thread Ondřej Surý
Package: wnpp
Severity: wishlist
Owner: Ondřej Surý ond...@debian.org

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


* Package name: libhsm
  Version : 1.0.0~rc3
  Upstream Author : Alex Dalitz, Jakob Schlyter, Rickard Bellgrim, Jelte 
Jansen, Sion Lloyd
* URL : http://www.opendnssec.org/
* License : BSD
  Programming Lang: C
  Description : library for interfacing PKCS#11 Hardware Security Modules

 OpenDNSSEC is a complete DNSSEC zone signing system which is very
 easy to use with stability and security in mind.  There are a lot of
 details in signing zone files with DNSSEC and OpenDNSSEC covers most
 of it.
 .
 Support library for interfacing PKCS#11 compatible Hardware Security
 Modules (HSM).  This library allows programs to use cryptografic
 secure storages for keying material such as softhsm (HSM implemented
 in software), SCA6000, Aladdin eToken, OpenSC, nCipher or AEP Keyper.

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

iEYEARECAAYFAktoJPYACgkQ9OZqfMIN8nN/DACgiho8KVzx4DCMNDtvD48NLuti
R1cAn0/b64qrAwj5wqsKQsKshHgEhhDQ
=33cy
-END PGP SIGNATURE-



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



Re: GPL-licensed software linked against libssl on buildds!

2010-02-02 Thread Roger Leigh
On Tue, Feb 02, 2010 at 07:59:53AM +0100, Lucas Nussbaum wrote:
 On 02/02/10 at 01:07 +0100, Wouter Verhelst wrote:
  At any rate, here are some facts:
  - A package that builds differently because something is (or is not)
installed on the build system is buggy. Period. It has nothing to do
with the build system, it's the package.
 
 ... but I question that it is a bug that we want to spend time fixing.
 
  - A clean chroot takes time and processing power. You need to drop and
recreate the chroot between builds, upgrade the same Build-Essential
packages every time you do an upgrade, copy the apt cache in and out
of the chroot (or keep downloading the same packages over and over),
and various other things. LVM snapshots fix some, though not all, of
those problems, and introduce a few of their own.
I don't know about you, but I'd rather have the buildd spend
processing power on building packages. Having it fail at producing a
good package because the maintainer didn't do a good enough job is
nothing new -- they do that all the time.
 
 I think that the question is whether we would rather have the maintainer
 spend time fixing those issues, or the buildd spend time dealing with
 the consequences of using LVM snapshots.

The crux of the problem is that we can provably build all packages
in a clean minimal chroot, at the expense of not necessarily having
all potential Build-Conflicts identified.  If we build in a dirty
chroot, we might potentially trip up over the odd missing Build-
Conflict, but we can't prove that they are correct unless we test
building with /every/ possible combination of additional packages
(which is not practical, and wastes a lot of CPU time for little to
no real benefit).  i.e. we can have provably correct Build-Depends,
but realistically /not/ Build-Conflicts.

The whole point of Build-Depends/Conflicts is to be able to reliably
build a package.  If we start from a clean state, the need for
Build-Conflicts is no longer there, except for things the developer
notices on their system.  It's just not worth the developer time
to identify potentially conflicting packages if they aren't a
problem in reality, and by starting from a clean slate we effectively
reduce the need for Build-Conflicts altogether.

 I personally think that if we have a way to use CPU time to solve a
 problem that would require maintainer time otherwise, we should use it.

Well, from my experience, LVM snapshots use /less/ CPU time than
plain chroots.  sbuild needs to clean up the chroot after a build,
and this means removing all of the build-deps installed at the
start.  This can take a lot of time, certainly much more than the
time taken to delete a snapshot.  snapshots are copy-on-write,
which makes creation very fast, and deleting them is similarly
quick (and we completely skip the chroot cleanup).  The obvious
advantage is that cleanup can fail, and leave the chroot in a dirty
state; snapshots guarantee an identical initial state for every build.

In short, starting each build from a known clean base chroot
is not an additional overhead in any cases I've seen.

We also have the ability to use unionfs/aufs in place of snapshots,
which are perhaps even more lightweight.  And once we have btrfs
subvolume snapshots (work in progress), they will be even more
efficient.


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


multiarch and pkg-config

2010-02-02 Thread Simon McVittie
On Tue, 02 Feb 2010 at 14:22:49 +0100, Goswin von Brederlow wrote:
 You can move headers, the *.so link and static libs. But .pc and .la
 files can not be in the triplet dir yet afaik. So that is a no go for
 now. But if you want you can try and see what changes libtool and
 pkgconfig would need for this.

Removing .la files (in the right order, leaf packages first) is a release goal
anyway, so I think it would be reasonable to say that only -dev packages that
have already lost their .la files (like dbus) can be multiarch.

`pkg-config --debug 21 | grep i486` (on my i386) reveals that pkg-config
already looks in /usr/lib/pkgconfig/i486-linux-gnu; perhaps it could be made
to search /usr/lib/TRIPLET/pkgconfig too (hackish version:
/usr/lib/pkgconfig/TRIPLET could be a symlink there, on Debian).

However, this would also require that pkg-config itself was multiarch or
otherwise supported cross-compilation (/usr/bin/i486-linux-gnu-pkg-config,
like AC_CHECK_TOOL would use? pkg-config --arch=i486-linux-gnu? etc.); until
then, it's not useful for pkg-config-using libraries to be multiarch (if
I have i386 and amd64 versions of libdbus-1-dev, but only the one whose
architecture matches my version of pkg-config actually works, then I might
as well uninstall the other version of libdbus-1-dev).

I'd be interested to hear from Tollef what the plan is regarding pkg-config
and multiarch.

In the meantime, from the point of view of the multiarch cabal, which of these
is most correct?

* pkg-config'd libraries should not be multiarch until pkg-config supports it,
  but the .a, .so should go in /usr/lib/TRIPLET as soon as possible

* pkg-config'd libraries should not be multiarch until pkg-config supports it,
  and until then they should ensure that the .a, .so stay in /usr/lib

* pkg-config'd libraries may do whichever of those is most straightforward

 /usr/include/triplet is at least preferable to
 /usr/lib/triplet/package/include as the former is in the default include
 path and works without -I option.

That defeats the purpose of using the dbus-1.0 subdirectory, which is precisely
to *not* be on the default inclusion path, for parallel-installability across
some future API break, perhaps to dbus-1.5 or dbus-2.0 or something (D-Bus
hasn't needed to do this, but the migration from Gtk 1.2 to 2.0 did, and
Qt 3 - 4 appears to do the same).

Whether you personally consider this design broken or not, it exists and is
widespread, and multiarch should cope; the major advantage is that it avoids
the need for the mutual Conflicts seen in e.g. libdb4.x-dev.

In cases where an API-specific subdirectory is used by upstream for that
purpose, sticking to upstream's choice of
/usr/lib/TRIPLET/PACKAGE-API/include vs. /usr/include/TRIPLET/PACKAGE-API
is considerably easier than not, and I don't really see a technical argument
one way or the other when the default -I path is no longer relevant; is
there one that I'm missing?

  (Some concrete examples: GLib and GDK also have one arch-specific header in
  ${libdir} each; expat is one of several with a version of config.h in
  /usr/include; Python has pyconfig.h in a /usr/include subdirectory.)
 
 Most of /usr/lib/glib-2.0/include/glibconfig.h is already arch
 independent or can trivialy be rewritten as such using C99.

GLib upstream supports pre-C99 compilers, so that's unlikely to be feasible
(unless you want Debian to fork GLib, which seems like a recipe for disaster).

Regards,
Simon


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



Bug#568124: ITP: liblayout-manager-perl -- module for managing layout of graphical components

2010-02-02 Thread Jonathan Yu
Package: wnpp
Owner: Jonathan Yu jaw...@cpan.org
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: liblayout-manager-perl
  Version : 0.31
  Upstream Author : Cory G Watson gp...@cpan.org
* URL : http://search.cpan.org/dist/Layout-Manager/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : module for managing layout of graphical components

Layout::Manager is a Perl module that provides a framework for working with
layout managers, which are classes that determine the size and position of
arbitrary components within a container. A few managers are provided for
reference purposes, but this module is intended to serve as a basis for other
implementations.

This module uses Graphics::Primitive::Container as a source of its components
(see libgraphics-primitive-perl for details).



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



Re: [Pkg-mozext-maintainers] Bits from the Mozilla Extension Packaging Team

2010-02-02 Thread Raphael Geissert
Mike Hommey wrote:
 
 I have a lintian check that checks most of the policy, except it was
 written before lintian 2.3 and doesn't work anymore. If someone has the
 time to update the script before me, I'll send it to them.

If your plan is to get it into lintian itself (and I wouldn't see any reason 
not to do it,) please send it to the BTS (including test cases under t/tests 
would be great).

FWIW, the necessary changes to make it work can be found at:
http://bugs.debian.org/562776

Cheers,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net


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



Re: ossp-uuid: Orphaning, a new upload or removal?

2010-02-02 Thread Marco Nenciarini
Marco Nenciarini ha scritto:
 Marco Nenciarini ha scritto:
 Kai Wasserbäch ha scritto:
 Please note: because the next release starts to appear on the horizon and 
 any
 action regarding ossp-uuid would have to be taken before the freeze, I'll 
 expect
 your answer within 20 days (2010-02-15). I don't intend to give an offence 
 by
 this, it's just to make sure, somebody might have time to step up and take 
 over
 the package, in case that should be needed.

 I'm interested in maintaining it. If the maintainer agree and no-one
 have any objection I'll try to make an updated package based on latest
 release and the latest packaging from Ubuntu.

 Kind regards,
 Marco

 
 I've done some work on ossp-uuid package. I've just put it in a git
 repository on alioth[1]. It fixes almost all open bugs in BTS.
 
 It's still version 1.5.1 because 1.6.2 version require a soname change.
 
 Of course, I'll upload it only if needed, otherwise I hope my patches
 will help the previous maintainer to do his work.
 
 Kind regards,
 Marco
 
 [1] http://git.debian.org/?p=collab-maint/ossp-uuid.git
 
 

Since I didn't see any response from Piotr I'm going ahead to hijack the
package. I've just upload version 1.5.1-2 version in the DELAYED-10 queue.

Kind regards,
Marco

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




signature.asc
Description: OpenPGP digital signature


Bug#568135: ITP: gpsprune -- visualize, edit, convert and prune GPS data

2010-02-02 Thread David Paleino
Package: wnpp
Severity: wishlist
Owner: David Paleino da...@debian.org

* Package name: gpsprune
  Version : 8
  Upstream Author : Tim ...? [0]
* URL : http://activityworkshop.net/software/prune/index.html
* License : GPL-2+
  Programming Lang: Java
  Description : visualize, edit, convert and prune GPS data

 Prune is an application for viewing, editing and converting coordinate
 data from GPS systems. Basically it's a tool to let you play with your
 GPS data after you get home from your trip.
 .
 It can load data from arbitrary text-based formats (for example, any
 tab-separated or comma-separated file) or XML, or directly from a GPS
 receiver. It can display the data (as map view using OpenStreetMap
 images and as altitude profile), edit this data (for example delete
 points and ranges, sort waypoints, compress tracks), and save the data
 (in various text-based formats). It can also export data as a GPX
 file, or as KML/KMZ for import into Google Earth, or send it to a GPS
 receiver.
 .
 Some example uses of Prune include cleaning up tracks by deleting
 wayward points - either recorded by error or by unintended detours. It
 can also be used to compare and combine tracks, convert to and from
 various formats, compress tracks, export data to Google Earth, or to
 analyse data to calculate distances, altitudes and so on.
 .
 Furthermore, Prune is able to display the tracks in 3d format and
 lets you spin the model round to look at it from various directions.
 You can also export the model in POV format so that you can render a
 nice picture using Povray. You can also create charts of altitudes or
 speeds. It can also load Jpegs and read their coordinates from the
 EXIF tags, and export thumbnails of these photos to Kmz format so that
 they appear as popups in Google Earth. If your photos don't have
 coordinates yet, Prune can be used to connect them (either manually or
 automatically using the photo timestamps) to data points, and write
 these coordinates into the EXIF tags.


[0] the source is missing the author name, I only know Tim, without any
surname. I contacted upstream in this regard.

Kindly,
David

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 |
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


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


Bug#568132: ITP: libio-interactive-perl -- Utility functions for interactive I/O

2010-02-02 Thread Maximilian Gass
Package: wnpp
Owner: Maximilian Gass m...@cloudconnected.org
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libio-interactive-perl
  Version : 0.0.6
  Upstream Author : Damian Conway dcon...@cpan.org
* URL : http://search.cpan.org/dist/IO-Interactive/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Utility functions for interactive I/O

IO::Interactive provides three utility subroutines that make it easier to
develop interactive applications: is_interactive, interactive and busy.



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



Bug#568134: ITP: libfile-countlines-perl -- Efficiently count the number of line breaks in a file

2010-02-02 Thread Maximilian Gass
Package: wnpp
Owner: Maximilian Gass m...@cloudconnected.org
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libfile-countlines-perl
  Version : 0.0.2
  Upstream Author : Moritz Lenz
* URL : http://search.cpan.org/dist/File-CountLines/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Efficiently count the number of line breaks in a file

perlfaq5 answers the question on how to count the number of lines in a file.
File::CountLines is a convenient wrapper around that method, with additional
options.

More specifically, it counts the number of line breaks rather than lines. On
Unix systems nearlly all text files end with a newline (by convention), so
usually the number of lines and number of line breaks is equal.



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



Bug#568144: ITP: libtext-trim-perl -- Removes leading and/or trailing whitespace from strings

2010-02-02 Thread Maximilian Gass
Package: wnpp
Owner: Maximilian Gass m...@cloudconnected.org
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libtext-trim-perl
  Version : 1.01
  Upstream Author : Matt Lawrence matt...@cpan.org
* URL : http://search.cpan.org/dist/Text-Trim/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Removes leading and/or trailing whitespace from strings

Text::Trim provides functions for removing leading and/or trailing whitespace
from strings. It is basically a wrapper around some simple regexes with a
flexible context-based interface.



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



Bug#568147: ITP: libtest-exit-perl -- Tests whether code exits without terminating testing

2010-02-02 Thread Maximilian Gass
Package: wnpp
Owner: Maximilian Gass m...@cloudconnected.org
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libtest-exit-perl
  Version : 0.03
  Upstream Author : Andrew Rodland and...@hbslabs.com
* URL : http://search.cpan.org/dist/Test-Exit/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Tests whether code exits without terminating testing

Test::Exit provides some simple tools for testing that code does or does not
call exit(), while stopping code that does exit at the point of the exit().
Currently it does so by means of exceptions, so it will not function properly
if the code under test calls exit() inside of an eval block or string.

The only criterion tested is that the supplied code does or does not call
exit(). If the code throws an exception, the exception will be propagated and
you will have to call it yourself. die()ing is not exiting for the purpose of
these tests.



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



Binary package names for mozilla plugins [Was: Bits from the Mozilla Extension Packaging Team]

2010-02-02 Thread Fabian Greffrath
Hi -devel,

 The Mozilla extension packaging team decided to use xul-ext- (instead of
 mozilla-, iceweasel-, etc.) as prefix for all Mozilla extensions [1].
 This will group the extensions visually. There are currently 18
 extensions that use this naming scheme already. Please rename the binary
 package if not already done.

while we are at it, maybe we could take the opportunity and introduce a
similar scheme for all packages providing mozilla-compatible browser
plugins as well?

Let's have a look at what's maybe installed on an average (i.e. my)
system:
- flashplugin-nonfree
- icedtea6-plugin
- mozilla-openoffice.org
- totem-mozilla
- and maybe some more...

It seems to be common practice to either prefix or suffix the package
name with one of plugin or mozilla, which is both inconsistent and
bad. First, because -plugin is way to general and second, because AFAIUI
we currently fork the Mozilla applications to stay out of their name
space.

I remember this discussion has been here before. My favourite approach
these days was to suffix all packages with -browserplugin, because that
perfectly describes what the package contains, but is a little bit too
long, maybe. Given the current approach, I think some prefix like
xul-plugin- would fit better and feel more consistent with the naming
scheme of the extensions packages. What do you think?

 - Fabian



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



Bug#568152: ITP: libhailo-perl -- Pluggable Markov engine analogous to MegaHAL

2010-02-02 Thread Maximilian Gass
Package: wnpp
Owner: Maximilian Gass m...@cloudconnected.org
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libhailo-perl
  Version : 0.06
  Upstream Author : Hinrik Örn Sigurðsson hinrik@gmail.com
* URL : http://search.cpan.org/dist/Hailo/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Pluggable Markov engine analogous to MegaHAL

Hailo is a fast and lightweight markov engine intended to replace
AI::MegaHAL. It has a lightweight Moose-based core with pluggable
storage, tokenizer and engine backends.

It's faster than MegaHAL and can handle huge brains easily with the default
SQLite backend. It can be used, amongst other things, to implement IRC chat
bots with POE::Component::IRC. In fact, there exists a POE::Component::IRC
plugin|POE::Component::IRC::Plugin::Hailo for just that purpose.



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



Re: Debian policy update (3.8.4.0)

2010-02-02 Thread Tollef Fog Heen
]] Simon McVittie 

| In the meantime, is there consensus that shuffling the development files into
| /usr/lib/triplet too is at least harmless, and that Multi-Arch: same is
| appropriate for -dev packages where all the arch-dependent files are in
| arch-specific directories? I'd rather not break future work if -dev packages
| aren't really settled yet.

while it probably doesn't hurt, it's not been specified yet.
Personally, I'd rather see us get the necessary changes to support
running multiarch binaries in place before starting to move development
libraries.

[...]

|  Architecture dependent header files belong under
|  
|  /usr/include/triplet/
| 
| Is there consensus that that's the right place? I don't see any mention on
| https://wiki.ubuntu.com/MultiarchSpec, which is the nearest I've seen to
| a canonical description of the current state of multiarch (no pun intended).

It's the only place that has been discussed, but again, the spec is for
running multiarchified binaries, not compiling against them.  I wouldn't
upload packages containing includes in triplet directories yet.

| For packages like libdbus that already split out arch-dep headers to ${libdir}
| there doesn't seem any point in trying to override that, but for packages
| that don't necessarily make sure their headers are arch-indep, would it be
| appropriate to use --includedir=/usr/include/triplet, i.e. pessimistically
| assume that every header is arch-specific?

Given that the only cost is disk space, I think that's a tradeoff that
makes sense.

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


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



Re: multiarch and pkg-config

2010-02-02 Thread Hendrik Sattler
Am Dienstag 02 Februar 2010 16:14:27 schrieb Simon McVittie:
 However, this would also require that pkg-config itself was multiarch or
 otherwise supported cross-compilation (/usr/bin/i486-linux-gnu-pkg-config,
 like AC_CHECK_TOOL would use? pkg-config --arch=i486-linux-gnu? etc.);
  until then, it's not useful for pkg-config-using libraries to be multiarch
  (if I have i386 and amd64 versions of libdbus-1-dev, but only the one
  whose architecture matches my version of pkg-config actually works, then I
  might as well uninstall the other version of libdbus-1-dev).

pkg-config actually does support relocation of the libraries but for a strange 
reason only on Windows. That means that for cross-compiling, you have to fixup 
all paths it returns. The patch would be trivial.

The undocumented pcfiledir variable can be used to hack around it, probably 
better to convinve upstream to make pkg-config more cross-compile-friendly.
Thus, it may be possible to a generic shell script as cross-pkg-config wrapper 
that does what you want (with many symlinks to make autotools happy).

HS


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



Re: multiarch and pkg-config

2010-02-02 Thread Tollef Fog Heen
]] Simon McVittie 

| `pkg-config --debug 21 | grep i486` (on my i386) reveals that pkg-config
| already looks in /usr/lib/pkgconfig/i486-linux-gnu; perhaps it could be made
| to search /usr/lib/TRIPLET/pkgconfig too (hackish version:
| /usr/lib/pkgconfig/TRIPLET could be a symlink there, on Debian).

Yeah, I should probably change that around.  It's just a configure
option, and given I don't believe anybody uses the triplet dir today,
I'll probably just move it.

| However, this would also require that pkg-config itself was multiarch or
| otherwise supported cross-compilation (/usr/bin/i486-linux-gnu-pkg-config,
| like AC_CHECK_TOOL would use? pkg-config --arch=i486-linux-gnu? etc.); until
| then, it's not useful for pkg-config-using libraries to be multiarch (if
| I have i386 and amd64 versions of libdbus-1-dev, but only the one whose
| architecture matches my version of pkg-config actually works, then I might
| as well uninstall the other version of libdbus-1-dev).
| 
| I'd be interested to hear from Tollef what the plan is regarding pkg-config
| and multiarch.

I discussed this with Loïc Minier during UDS in Dallas and we did at
least talk about using AC_CHECK_TOOL in pkg.m4.  I'd then need to
implement some magic in pkg-config which feels a bit hackish, but which
I could live with.  If somebody has feedback on the preferred way, I'm
open to suggestions.

| In the meantime, from the point of view of the multiarch cabal, which of these
| is most correct?
| 
| * pkg-config'd libraries should not be multiarch until pkg-config supports it,
|   but the .a, .so should go in /usr/lib/TRIPLET as soon as possible
|
| * pkg-config'd libraries should not be multiarch until pkg-config supports it,
|   and until then they should ensure that the .a, .so stay in /usr/lib
| 
| * pkg-config'd libraries may do whichever of those is most straightforward

If we want to support multiarch compilation, this sounds ok to me.  I'm
personally not convinced by the point of doing it.  Though.

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


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



Re: [RFC] Collecting changelog entries in projectb

2010-02-02 Thread Tollef Fog Heen
]] Luca Falavigna 

| Can you imagine a useful thing that is worth having every entry in
| projectb? If so, here's your chance :)

Searching for CVEs springs to mind.  (You can have one which only
affects the version in unstable, in which case it would never hit a
policy queue.)

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


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



Re: multiarch and pkg-config

2010-02-02 Thread Tollef Fog Heen
]] Hendrik Sattler 

| Am Dienstag 02 Februar 2010 16:14:27 schrieb Simon McVittie:
|  However, this would also require that pkg-config itself was multiarch or
|  otherwise supported cross-compilation (/usr/bin/i486-linux-gnu-pkg-config,
|  like AC_CHECK_TOOL would use? pkg-config --arch=i486-linux-gnu? etc.);
|   until then, it's not useful for pkg-config-using libraries to be multiarch
|   (if I have i386 and amd64 versions of libdbus-1-dev, but only the one
|   whose architecture matches my version of pkg-config actually works, then I
|   might as well uninstall the other version of libdbus-1-dev).
| 
| pkg-config actually does support relocation of the libraries but for a
| strange reason only on Windows. That means that for cross-compiling,
| you have to fixup all paths it returns. The patch would be trivial.

Uhm, no.  You make sure the generated .pc files are correct and it will
Just Work.

| The undocumented pcfiledir variable can be used to hack around it,
| probably better to convinve upstream to make pkg-config more
| cross-compile-friendly. Thus, it may be possible to a generic shell
| script as cross-pkg-config wrapper that does what you want (with many
| symlinks to make autotools happy).

Feel free to try to convince me.

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


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



Bug#568161: ITP: tacacs+ -- TACACS+ authentication daemon

2010-02-02 Thread Tourneur Henry-Nicolas
Package: wnpp
Severity: wishlist
Owner: Tourneur Henry-Nicolas henry.nico...@tourneur.be


* Package name: tacacs+
  Version : 4.0.4.19
  Upstream Author : Shrubbery
* URL : http://www.shrubbery.net/tac_plus/
* License : No license, only a copyright file
  Programming Lang: C
  Description : TACACS+ authentication daemon

 TACACS+ is a protocol (not TACACS or XTACACS) for authentication,
 authorization and accounting (AAA) services for routers and network devices.



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



Bug#568172: ITP: libgraphics-primitive-driver-cairo-perl -- backend providing graphics support using Cairo

2010-02-02 Thread Jonathan Yu
Package: wnpp
Owner: Jonathan Yu jaw...@cpan.org
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libgraphics-primitive-driver-cairo-perl
  Version : 0.42
  Upstream Author : Cory G Watson gp...@cpan.org
* URL : http://search.cpan.org/dist/Graphics-Primitive-Driver-Cairo/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : backend providing graphics support using Cairo

Graphics::Primitive::Driver::Cairo is a backend implementation using Cairo
that draws Graphics::Primitive objects (see libgraphics-primitive-perl). In
most cases, this module will not be used directly, but rather as part of your
application using Graphics::Primitive.



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



Bug#568174: ITP: clvault -- Command-Line utility to store and retrieve passwords

2010-02-02 Thread Carl Chenet
Package: wnpp
Severity: wishlist
Owner: Carl Chenet cha...@ohmytux.com


* Package name: clvault
  Version : 0.4
  Upstream Author : Tarek Ziade ta...@ziade.org
* URL : http://pypi.python.org/pypi/CLVault
* License : PSF
  Programming Lang: Python
  Description : Command-Line utility to store and retrieve passwords

CLVault uses python-keyring to provide a command-line utility to safely store 
and retrieve passwords.
When invoked, the retrieved password is stored in your clipboard.



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



Re: Binary package names for mozilla plugins [Was: Bits from the Mozilla Extension Packaging Team]

2010-02-02 Thread brian m. carlson
On Tue, Feb 02, 2010 at 07:59:04PM +0100, Fabian Greffrath wrote:
 while we are at it, maybe we could take the opportunity and introduce a
 similar scheme for all packages providing mozilla-compatible browser
 plugins as well?

I hope you mean NPAPI[0] plugins, since those will work on non-Gecko
browsers.  In general, there's few good reasons to have plugins that
work only on Gecko browsers, especially since that means that a large
number of browsers that Debian supports (such as Konqueror and
Webkit-based browsers like Epiphany) are left without useful plugins.

 I remember this discussion has been here before. My favourite approach
 these days was to suffix all packages with -browserplugin, because that
 perfectly describes what the package contains, but is a little bit too
 long, maybe. Given the current approach, I think some prefix like
 xul-plugin- would fit better and feel more consistent with the naming
 scheme of the extensions packages. What do you think?

I think xul-plugin- is only okay if it will only work on Gecko-based
browsers.  It is inaccurate and misleading to use xul-plugin- unless the
plugin is designed to do something specifically with Gecko.  I would
suggest npapi- as a prefix for plugins that use that interface.  I would
suggest that plugins that do not use that interface adopt it forthwith.
:-)

[0] Or NPRuntime.

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


signature.asc
Description: Digital signature


Using ucf other than from maintainer scripts

2010-02-02 Thread Frank Küster
Hi,

I am wondering whether it is possible to use ucf from a script that is
provided by a package to simplify local changes to a configuration file.

The case I'm thinking of is texconfig, a script in texlive-binaries that
(among other things) allows to set the default paper size for a couple
of applications.  The files that are changed to accomplish that are
currently conffiles.  I want to use a hook in /etc/libpaper.d/ to set
the correct default paper, but that would mean to change conffiles in
maintainer scripts (maybe not by the letter of the rule, since a hook is
not a maintainer script, but by its meaning, and by dpkg's annyoing
questions).

The obvious way out is to use ucf to handle the changes - but of course
the texconfig script can also be invoked manually by the admin.  Is it
okay to use ucf in this case?

The script would always take the existing version, apply its changes to
the papersize setting, and commit it with ucf - hence no
three-way-merge situation is possible here.  When other settings in that
files, besides papersize, change in an upload, that would be handled the
usual ucf way by texlive-binaries' postinst script.

Would that work?  

TIA, Frank

P.S. In that case, can I pass --debconf-ok to ucf even for the case
where it is invoked manually by the admin with no debconf already
running; I mean, will debconf still *check* whether there's a debconf
instance running?
-- 
Dr. Frank Küster
Debian Developer (TeXLive)
VCD Aschaffenburg-Miltenberg, ADFC Miltenberg
B90/Grüne KV Miltenberg


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



Re: Binary package names for mozilla plugins [Was: Bits from the Mozilla Extension Packaging Team]

2010-02-02 Thread Benjamin Drung
Am Dienstag, den 02.02.2010, 21:32 + schrieb brian m. carlson:
 On Tue, Feb 02, 2010 at 07:59:04PM +0100, Fabian Greffrath wrote:
  while we are at it, maybe we could take the opportunity and introduce a
  similar scheme for all packages providing mozilla-compatible browser
  plugins as well?
 
 I hope you mean NPAPI[0] plugins, since those will work on non-Gecko
 browsers.  In general, there's few good reasons to have plugins that
 work only on Gecko browsers, especially since that means that a large
 number of browsers that Debian supports (such as Konqueror and
 Webkit-based browsers like Epiphany) are left without useful plugins.
 
  I remember this discussion has been here before. My favourite approach
  these days was to suffix all packages with -browserplugin, because that
  perfectly describes what the package contains, but is a little bit too
  long, maybe. Given the current approach, I think some prefix like
  xul-plugin- would fit better and feel more consistent with the naming
  scheme of the extensions packages. What do you think?
 
 I think xul-plugin- is only okay if it will only work on Gecko-based
 browsers.  It is inaccurate and misleading to use xul-plugin- unless the
 plugin is designed to do something specifically with Gecko.  I would
 suggest npapi- as a prefix for plugins that use that interface.  I would
 suggest that plugins that do not use that interface adopt it forthwith.
 :-)

npapi- prefix is not very user friendly. It reminds me of the PCMCIA
card. xul-plugin- sounds better, but do not fit. The least evil proposal
was to append -browserplugin. Better suggestions are welcome.

-- 
Benjamin Drung
Ubuntu Developer (www.ubuntu.com) | Debian Maintainer (www.debian.org)


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: Debian policy update (3.8.4.0)

2010-02-02 Thread Steve Langasek
On Mon, Feb 01, 2010 at 11:17:19PM +, Simon McVittie wrote:
 On Mon, 01 Feb 2010 at 20:46:18 +0100, Goswin von Brederlow wrote:
   Goswin wrote:
   Looks fine from here. How does your -dev package look? The .so link, .la
   and .pc files (if any) are specifically important.

   The -dev package has no Multi-Arch field, which seems to be how the 
   multiarch
   spec on the Ubuntu wiki intends things to be done? As such, I'm still 
   using
   /usr/lib for the -dev part.

  Initialy yes. But esspecially for cross compiles multiarch dev packages
  would be nice. But that will need more developement.

 In the meantime, is there consensus that shuffling the development files into
 /usr/lib/triplet too is at least harmless, and that Multi-Arch: same is
 appropriate for -dev packages where all the arch-dependent files are in
 arch-specific directories? I'd rather not break future work if -dev packages
 aren't really settled yet.

The policy exception is currently not written to permit this.  Please don't
upload packages to the archive that violate policy.

(-dev is not handled because there hasn't been enough time yet for a
fleshed-out proposal with enough eyeballs on it to make sure something
hasn't been misdesigned.  It /seems/ obvious that -dev packages should be
able to follow the same rules as runtime lib packages, but .pc and .la
files, for example, add new wrinkles, and we shouldn't be pushing to the
archive before we're confident we have it right.)

-- 
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


New Graphviz version 2.26.3 in experimental: please test

2010-02-02 Thread David Claughton
Hi,


Version 2.26.3 of Graphviz has been uploaded to experimental.  This new
version is a significant jump from the existing 2.20 versions in stable
and testing.

The main differences are :

1. libagraph is no longer available - all packages now need to use
libcgraph instead.  This should already be the case with the sole
exception of python-pygraphviz.  This needs to be upgraded to a newer
upstream release (at least 0.99.1).  I've filed a bug for this.

2. The old libgraphviz4 package which used to contain all the libraries
has now been split into separate packages - libgraph4, libcgraph5,
libcdt4, libpathplan4 and libgvc5.  This is due to the soname changes
for cgraph and gvc.  Since the other libraries have not changed the new
packages conflict against libgraphviz4, which means the two versions
cannot co-exist.

3. Dot output formats -Tdia and -Tmif are no longer available, at least
for now.  These were removed upstream due to code reorganisation so it's
possible they will reappear in a future release.

I would really appreciate it if some people could test the new version,
both the command line tools and packages that use either the libraries
or invoke the commands.

Please let me know how you get on, either here, by email or on
#debian-devel where I can be found most evenings as eclecticdave.  I'm
hoping to get the new version into unstable in time for the freeze, so
any feedback I can get will be most helpful.

Cheers,

David.


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



Re: upload lost ???

2010-02-02 Thread Joerg Jaspert
 Why didn't I got an email?

Because we couldnt parse the changes file - no mail address - no mail.
(dqueued with Uploaded to localhost doesnt care and would blindly mail
everyone if just written in Maintainer:. dak does not)

 And the reason is according to this file:
   no signature found in maildir-utils_0.6-1_amd64.changes.

 But:
 $ gpg --verify maildir-utils_0.6-1_amd64.changes 
 gpg: Signature made Mon 01 Feb 2010 10:23:10 AM JST using DSA key ID 09C5B094
 gpg: Good signature from Norbert Preining prein...@debian.org
 gpg: aka Norbert Preining prein...@logic.at
 That is the one I uploaded.

gpg: no valid OpenPGP data found.
gpg: block_filter: 1st length byte missing
gpg: cleartext signature without data
gpg: no signature found
gpg: the signature could not be verified.
Please remember that the signature file (.sig or .asc)
should be the first file given on the command line.

Is the one we have.

Everything below the Files: entries is missing, ie the whole signature
part is just not there.

 Can someone explain me what was going on here?

Done.

Reupload and it should go through, when the file is complete this
time. :)

-- 
bye, Joerg
Getty Wie würdet ihr remote die Netzwerk-Config restarten?
Myon Sehr vorsichtig?


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



Re: upload lost ???

2010-02-02 Thread Norbert Preining
On Mi, 03 Feb 2010, Joerg Jaspert wrote:
 Because we couldnt parse the changes file - no mail address - no mail.
 (dqueued with Uploaded to localhost doesnt care and would blindly mail
 everyone if just written in Maintainer:. dak does not)

Very very strange. The upload seems to have been hosed. I always
do it with dput which checks signatures. 

 gpg: no valid OpenPGP data found.
 gpg: block_filter: 1st length byte missing
 gpg: cleartext signature without data

Umpf, not understandable to me what has happened here.


 Everything below the Files: entries is missing, ie the whole signature
 part is just not there.

Ok, thanks for the explanation. I wanted to see the .changes file 
but didn't have the permissions, only the reject reason file I could
see.

 Reupload and it should go through, when the file is complete this
 time. :)

Done, so let us see if that works now.

Thanks for the explanations.

Best wishes

Norbert

Norbert Preiningprein...@{jaist.ac.jp, logic.at, debian.org}
JAIST, JapanTU Wien, Austria   Debian TeX Task Force
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094

`That young girl is one of the least benightedly
unintelligent organic life forms it has been my profound
lack of pleasure not to be able to avoid meeting.'
 --- Marvin's first ever compliment about anybody.
 --- Douglas Adams, The Hitchhikers Guide to the Galaxy


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



Re: upload lost ???

2010-02-02 Thread Norbert Preining
On Mi, 03 Feb 2010, Norbert Preining wrote:
  Reupload and it should go through, when the file is complete this
  time. :)
 
 Done, so let us see if that works now.

Argg...
/maildir-utils_0.6-1_amd64.changes is already present on target host:
maildir-utils_0.6-1_amd64.deb
Either you already uploaded it, or someone else came first.
Job maildir-utils_0.6-1_amd64.changes removed.


Where is my dcut memory ...

Best wishes

Norbert

Norbert Preiningprein...@{jaist.ac.jp, logic.at, debian.org}
JAIST, JapanTU Wien, Austria   Debian TeX Task Force
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094

MILWAUKEE (n.)
The melodious whistling, chanting and humming tone of the milwaukee
can be heard whenever a public lavatory is entered. It is the way the
occupants of the cubicles have of telling you there's no lock on their
door and you can't come in.
--- Douglas Adams, The Meaning of Liff


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



Re: Debian policy update (3.8.4.0)

2010-02-02 Thread Simon McVittie
Steve Langasek wrote:
 On Mon, Feb 01, 2010 at 11:17:19PM +, Simon McVittie wrote:
  In the meantime, is there consensus that shuffling the development files 
  into
  /usr/lib/triplet too is at least harmless, and that Multi-Arch: same is
  appropriate for -dev packages where all the arch-dependent files are in
  arch-specific directories? I'd rather not break future work if -dev packages
  aren't really settled yet.

 The policy exception is currently not written to permit this.  Please don't
 upload packages to the archive that violate policy.

I'd interpreted Policy §9.1.1 (3) as allowing anything that would normally be
installed to [/usr]/lib to be installed to [/usr]/lib/TRIPLET, but looking
at it again, it does indeed specify object files, internal binaries, and
libraries. Am I right in thinking that this means the following?

* the real runtime library (libdbus-1.so.3.4.0) and the SONAME symlink
  (libdbus-1.so.3) SHOULD move to the multiarch directory

* binaries appropriate for ${libexecdir} SHOULD move to a subdirectory of the
  multiarch directory

* the development symlink (libdbus-1.so) and the static library (libdbus-1.a)
  MAY move to the multiarch directory

* plugins (e.g. /usr/lib/gtk-2.0/modules) MAY move to a subdirectory of the
  multiarch directory (but this will need coordination between the maintainers
  of the plugin loader and the plugins)

* .la files MUST NOT move to a subdirectory of the multiarch directory;
  http://wiki.debian.org/ReleaseGoals/LAFileRemoval will eventually make this 
  irrelevant
  [rationale: earlier in the thread, Goswin explained that this doesn't work]

* architecture-specific header files currently found in /usr/lib (on my
  system: D-Bus, GLib, Gtk, ejabberd) MUST NOT move to a multiarch directory
  [rationale: Policy doesn't yet say they can]

* miscellaneous architecture-specific non-library data (pkg-config .pc files)
  MUST NOT move to a multiarch directory
  [rationale: Policy doesn't yet say they can]

In each case where I'm wrong, could you please explain whether putting those
files in multiarch directories is currently forbidden, discouraged, encouraged
or recommended?

For autotools packages that hard-code paths, usually because they have plugins
(gtk-2.0 is a good example), the only reliable way to divert the runtime
library into /usr/lib seems to be to use `./configure --libdir=TRIPLET`,
which means that files destined for any directory of the form ${libdir}/foo
will get diverted too, even if current Policy forbids this. Should maintainers
be using --libdir and then moving forbidden files (e.g. pkg-config files)
back to the arch-neutral location, or encouraging upstreams to provide
more --whateverdir switches, or what?

A concrete example: if I understand correctly, Goswin suggests I use --libdir
on dbus, to make it more exemplary, and in particular not misleading for
maintainers of packages that do hard-code paths. However, I would then need
to move the .pc file and the arch-specific header back out of the multiarch
directory to comply with what you said, editing the .pc file to have the
right path for the arch-specific header in the process, unless I patch
configure.ac to add some sort of --archincludedir option, autoreconf, and
use that option.

Regards,
Simon


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



Re: Binary package names for mozilla plugins [Was: Bits from the Mozilla Extension Packaging Team]

2010-02-02 Thread Mike Hommey
On Tue, Feb 02, 2010 at 07:59:04PM +0100, Fabian Greffrath wrote:
 Hi -devel,
 
  The Mozilla extension packaging team decided to use xul-ext- (instead of
  mozilla-, iceweasel-, etc.) as prefix for all Mozilla extensions [1].
  This will group the extensions visually. There are currently 18
  extensions that use this naming scheme already. Please rename the binary
  package if not already done.
 
 while we are at it, maybe we could take the opportunity and introduce a
 similar scheme for all packages providing mozilla-compatible browser
 plugins as well?
 
 Let's have a look at what's maybe installed on an average (i.e. my)
 system:
 - flashplugin-nonfree
 - icedtea6-plugin
 - mozilla-openoffice.org
 - totem-mozilla
 - and maybe some more...
 
 It seems to be common practice to either prefix or suffix the package
 name with one of plugin or mozilla, which is both inconsistent and
 bad. First, because -plugin is way to general and second, because AFAIUI
 we currently fork the Mozilla applications to stay out of their name
 space.
 
 I remember this discussion has been here before. My favourite approach
 these days was to suffix all packages with -browserplugin, because that
 perfectly describes what the package contains, but is a little bit too
 long, maybe. Given the current approach, I think some prefix like
 xul-plugin- would fit better and feel more consistent with the naming
 scheme of the extensions packages. What do you think?

I'd go for the -browserplugin suffix.

Speaking of plugins, I see there are several plugin packages that put
plugins in various places. Here is a breaking news: the canonical place
for plugins is /usr/lib/mozilla/plugins. Nowhere else.

Why ? Because it's where most of the plugins already are (but some
packages like to put their files in several places, which is pointless),
and it's where all applications are already looking for plugins.

Mike


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



Re: Binary package names for mozilla plugins [Was: Bits from the Mozilla Extension Packaging Team]

2010-02-02 Thread Charles Plessy
Le Tue, Feb 02, 2010 at 11:10:07PM +0100, Benjamin Drung a écrit :
 
 npapi- prefix is not very user friendly. It reminds me of the PCMCIA
 card. xul-plugin- sounds better, but do not fit. The least evil proposal
 was to append -browserplugin. Better suggestions are welcome.

Hi Benjamin,

I think that Debtags allow to everything you would like to do with the naming
scheme you proposed, and in a much more user-friendly way. It will be much less
time-consuming to properly document already existing binary packages through
debtags than to do a mass renaming that need uploads and passage through to the
NEW queue. For source package names, I also recommend to stick to the upstream
tarball name whenever possible.

Have a nice day,

-- 
Charles Plessy
Tsurumi, Kanagawa, Japan


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



Accepted libpreludedb 1.0.0~rc1-1 (source amd64)

2010-02-02 Thread Pierre Chifflier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 02 Feb 2010 08:46:05 +0100
Source: libpreludedb
Binary: libpreludedb-dev libpreludedb0 libpreludedb-perl python-preludedb
Architecture: source amd64
Version: 1.0.0~rc1-1
Distribution: unstable
Urgency: low
Maintainer: Mickael Profeta prof...@debian.org
Changed-By: Pierre Chifflier pol...@debian.org
Description: 
 libpreludedb-dev - Security Information Management System [ Development files ]
 libpreludedb-perl - Security Information Management System [ Base library ]
 libpreludedb0 - Security Information Management System [ Base library ]
 python-preludedb - Security Information Management System [ Base library ]
Closes: 531555
Changes: 
 libpreludedb (1.0.0~rc1-1) unstable; urgency=low
 .
   * New upstream release
   * Bump standards version to 3.8.3
   * Rebuild with support for Python 2.6 (Closes: #531555)
Checksums-Sha1: 
 74330615ad72048f5abaea42f4adb228f49599e1 1328 libpreludedb_1.0.0~rc1-1.dsc
 dd9b3a9d3e8baf5316f8317d6c2cb405bf04c91b 929028 
libpreludedb_1.0.0~rc1.orig.tar.gz
 f163127b6536c9adc91b56f7b8c0197caa121921 3844 libpreludedb_1.0.0~rc1-1.diff.gz
 9208ad9dd995fbdcbad729f299b2b75b67f4795f 93784 
libpreludedb-dev_1.0.0~rc1-1_amd64.deb
 8972ec2f86aebb8f7a35ee7d013f7b0c297f7f73 220690 
libpreludedb0_1.0.0~rc1-1_amd64.deb
 c4504f590b51b7683081a3c4bf5078fd5265bb4c 136686 
libpreludedb-perl_1.0.0~rc1-1_amd64.deb
 9067f81521d4d04cb46ff365fefc06a32a79c07a 154990 
python-preludedb_1.0.0~rc1-1_amd64.deb
Checksums-Sha256: 
 cca0c6af238e0b7c51aaa9dd14eae9f148a1337b547b4210e1a461b7a652cb85 1328 
libpreludedb_1.0.0~rc1-1.dsc
 32c4e4b4705998696938b7d75a6999d365a0500bbb06734b90b9410f5946c358 929028 
libpreludedb_1.0.0~rc1.orig.tar.gz
 5fd00e00adfc4f2f7348284dbded3c4a69d14b22230ce16fd7dcadae41b38ebb 3844 
libpreludedb_1.0.0~rc1-1.diff.gz
 6f943006a25d7ad00cc74fab0e66d88a209d6a9d1592a87426db7f4c7dc74cf9 93784 
libpreludedb-dev_1.0.0~rc1-1_amd64.deb
 1b2327697247f7da7fe5e9b24bff0f77af4b4357bc8c60ebbb07a544970e2853 220690 
libpreludedb0_1.0.0~rc1-1_amd64.deb
 11dcd6d4e926dbf01d835be0ab9c186163f1dc800ce6cae9ec0a2d3775651ca1 136686 
libpreludedb-perl_1.0.0~rc1-1_amd64.deb
 9b97dfbd61d7be58e835c4f28a2ffb73ffb73ac3b8e9687a4eba88a8212d1759 154990 
python-preludedb_1.0.0~rc1-1_amd64.deb
Files: 
 68edc2d0f91d378ffa495174e600db01 1328 libs extra libpreludedb_1.0.0~rc1-1.dsc
 c85a1041fbd999a7875656c8d04413ec 929028 libs extra 
libpreludedb_1.0.0~rc1.orig.tar.gz
 5b1c97271e1b9ec375203de4ff3fa92a 3844 libs extra 
libpreludedb_1.0.0~rc1-1.diff.gz
 e4deef70758f0cb1db54b435e2402fbb 93784 libdevel extra 
libpreludedb-dev_1.0.0~rc1-1_amd64.deb
 693a52da9a9e5979b9664552700c80f8 220690 libs extra 
libpreludedb0_1.0.0~rc1-1_amd64.deb
 30869d952bc7c724bbea7c6e6d417031 136686 perl extra 
libpreludedb-perl_1.0.0~rc1-1_amd64.deb
 1999b9733183fc428cf56b57597e266e 154990 python extra 
python-preludedb_1.0.0~rc1-1_amd64.deb

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

iD8DBQFLZ934twVrWo1fQMsRAh7MAKCEAAqgvPmM59rJTIYbwpaA67dxhgCgqwzU
JFU+2B4A6iLtLkZ1rbMdsEg=
=O6AG
-END PGP SIGNATURE-


Accepted:
libpreludedb-dev_1.0.0~rc1-1_amd64.deb
  to main/libp/libpreludedb/libpreludedb-dev_1.0.0~rc1-1_amd64.deb
libpreludedb-perl_1.0.0~rc1-1_amd64.deb
  to main/libp/libpreludedb/libpreludedb-perl_1.0.0~rc1-1_amd64.deb
libpreludedb0_1.0.0~rc1-1_amd64.deb
  to main/libp/libpreludedb/libpreludedb0_1.0.0~rc1-1_amd64.deb
libpreludedb_1.0.0~rc1-1.diff.gz
  to main/libp/libpreludedb/libpreludedb_1.0.0~rc1-1.diff.gz
libpreludedb_1.0.0~rc1-1.dsc
  to main/libp/libpreludedb/libpreludedb_1.0.0~rc1-1.dsc
libpreludedb_1.0.0~rc1.orig.tar.gz
  to main/libp/libpreludedb/libpreludedb_1.0.0~rc1.orig.tar.gz
python-preludedb_1.0.0~rc1-1_amd64.deb
  to main/libp/libpreludedb/python-preludedb_1.0.0~rc1-1_amd64.deb


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



Accepted maatkit 5686-1 (source all)

2010-02-02 Thread Dario Minnucci
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 02 Feb 2010 10:05:00 +0100
Source: maatkit
Binary: maatkit
Architecture: source all
Version: 5686-1
Distribution: unstable
Urgency: low
Maintainer: Baron Schwartz baron.schwa...@gmail.com
Changed-By: Dario Minnucci mid...@debian.org
Description: 
 maatkit- Command-line utilities for MySQL
Changes: 
 maatkit (5686-1) unstable; urgency=low
 .
   * New upstream release (5686)
 + bin/mk-audit: Removed.
 + bin/mk-error-log: Added.
   * Dropped patches (changes included in upstream version):
 + 000_fixes_FSSTND-dir-in-manual-page.diff
 + 000_fixes_on_bin_mk-table-checksum.spelling.diff
 + 000_fixes_on_bin_mk-query-digest.diff
   * Bumped Standards-Version to 3.8.4. (No changes)
Checksums-Sha1: 
 39bb0c89c08998d99c9832cfa7472d78b0554a5c 1983 maatkit_5686-1.dsc
 ef779eeb525392625c1c3586207e50083f005782 839282 maatkit_5686.orig.tar.gz
 838a74a5f73931595dbd27ed504f32baf9b44bce 5015 maatkit_5686-1.debian.tar.gz
 187ef1c411a68b7f6ec2598c0c5f520dc117e0a8 1071854 maatkit_5686-1_all.deb
Checksums-Sha256: 
 2b9df6a3c7d6c7d9057cf33775b45f9fc73b943132adbad752a7db52154b4a2d 1983 
maatkit_5686-1.dsc
 09d718cd1bbe3969c7f30189c5b1d31f70e887de6a389837cfc83b49eaa8ceb0 839282 
maatkit_5686.orig.tar.gz
 0fbba6621e8620467834a1b28231cb0bf9d07436d4ae2dd0d6fc6c5df55bbffc 5015 
maatkit_5686-1.debian.tar.gz
 2c69335511e843b1c997dbed7701de6038da3f1ac29bab94de30acd007222e7d 1071854 
maatkit_5686-1_all.deb
Files: 
 9504f71c3f1b56c0925db2b5af55f8f5 1983 utils optional maatkit_5686-1.dsc
 f5ecf05fbe8be7bc3847b676d91e9a25 839282 utils optional maatkit_5686.orig.tar.gz
 160126ee5151d61e0db8ff9299e9a892 5015 utils optional 
maatkit_5686-1.debian.tar.gz
 8a9f75d4750dfc70319e20158611104b 1071854 utils optional maatkit_5686-1_all.deb

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

iQIcBAEBCAAGBQJLZ+z2AAoJEPyEGy2CyLcRmBsP/Ate333PQmdbQq4ntB5BM3hf
YChs7WKxnFgICYtwcNz0JCJbaMxV8HLUqj8DZTX+SIIVfSI0dNqyklKX2kulLGiK
g0dr7CbqKHjeXX6yaB7Ym1izcZv86NUgE4bVjwrjox1WiEcQIxuhQwaZMzx/V5Ut
HYOqj7xPHCY8JiS62a/I6hUIkDMYi4oHze9LETI+v47O5vgfCVinbbH51mg6RiTB
y4m8VMK8ecQMbbjDv7QIFtnPdnXaXr9t3+Kb2fBfPPhkzlfgKf+ZlcTvvcHxy0gU
p0wuyT/DViS6MOzc/9nzU/0tMg8CJfsM6Os4WXn1avRXcmpHXqhCqJ0ttNECY5qg
LWr8qZYTtP3SBhksPi0Fvn1YgEMec+YOtDkOSHNIUR9Vs21acPpEieRkkOxSfZ1K
L+PdddTFJp5VGFUr+IAj0HiHOR1F0M2Dr2uhYzc7Q/22ZKHLNnaNKDogtVyzd8gR
23cb6m5KcuoBRXmzY+lQA/3svaHqi9vOOcL3Iv3y2glD661GluFCuJZdKzfd8IH0
qZRD5Wl+EXwKA+6zHQoXhnNXW+hCNmz6KIamw4mtcw/fFrBtALpRtaWHJ8idamQm
6fqNSf6C3kWlLfsTWwcGRKCNEi4WUUtQJsx1HW5wlIJyqIVaoTFi2XwEJog+tCNb
uo8lQUasWtbOMHAbV8Tb
=Y3KV
-END PGP SIGNATURE-


Accepted:
maatkit_5686-1.debian.tar.gz
  to main/m/maatkit/maatkit_5686-1.debian.tar.gz
maatkit_5686-1.dsc
  to main/m/maatkit/maatkit_5686-1.dsc
maatkit_5686-1_all.deb
  to main/m/maatkit/maatkit_5686-1_all.deb
maatkit_5686.orig.tar.gz
  to main/m/maatkit/maatkit_5686.orig.tar.gz


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



Accepted rttool 1.0.3-2 (source all)

2010-02-02 Thread Youhei SASAKI
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 01 Feb 2010 11:07:46 +0900
Source: rttool
Binary: rttool librt-ruby1.8
Architecture: source all
Version: 1.0.3-2
Distribution: unstable
Urgency: low
Maintainer: Youhei SASAKI uwab...@gfd-dennou.org
Changed-By: Youhei SASAKI uwab...@gfd-dennou.org
Description: 
 librt-ruby1.8 - RTtool library for Ruby1.8
 rttool - RT table formatter
Changes: 
 rttool (1.0.3-2) unstable; urgency=low
 .
   * debian/copyright: add copyright about setup.rb
   * debian/control: typo fixed
Checksums-Sha1: 
 aa7206517d76968639babe3414533f601f505569 1094 rttool_1.0.3-2.dsc
 bb13a7664760b4c12fa551ad02d5ccc99b47beb7 2794 rttool_1.0.3-2.diff.gz
 6af23ad6db191dedc05547699bf0d9a3a3193b14 15902 rttool_1.0.3-2_all.deb
 8796993b6ab04eead8a37210d3086a1e9af0d116 15716 librt-ruby1.8_1.0.3-2_all.deb
Checksums-Sha256: 
 6023733907629991bf3e7886839111096fe7308a5f3eefa73aa335d108b4cb33 1094 
rttool_1.0.3-2.dsc
 f55d48ae57dd6da6236e8a0fe38811932858d3c0b611b1b53af68648bf8c0f56 2794 
rttool_1.0.3-2.diff.gz
 cd057c9a13b90ce51088ed2936cb40b3af5330fc6d4e336f76b14d506b20366e 15902 
rttool_1.0.3-2_all.deb
 568e9b05a2536aaf84e1f4e9d23913d41cda0c83bd9e62d9e55bed3f1547717f 15716 
librt-ruby1.8_1.0.3-2_all.deb
Files: 
 4dd783824d9b9c8b77497a831ccfe72c 1094 text extra rttool_1.0.3-2.dsc
 a6bef0f6ddcdd203afa22a4d4c68546f 2794 text extra rttool_1.0.3-2.diff.gz
 16af269a7299ce49e008b18431672aba 15902 text extra rttool_1.0.3-2_all.deb
 f1a6b8a633812a45e6b34830129cc3fd 15716 ruby extra librt-ruby1.8_1.0.3-2_all.deb

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

iEYEARECAAYFAktn3PQACgkQQSHHQzFw6+lEegCgis4bZh0TIExW5wOfDbt5ToKE
ZfUAn3CDanuwNwcxTyiik4VbTHncQvIV
=bY0n
-END PGP SIGNATURE-


Accepted:
librt-ruby1.8_1.0.3-2_all.deb
  to main/r/rttool/librt-ruby1.8_1.0.3-2_all.deb
rttool_1.0.3-2.diff.gz
  to main/r/rttool/rttool_1.0.3-2.diff.gz
rttool_1.0.3-2.dsc
  to main/r/rttool/rttool_1.0.3-2.dsc
rttool_1.0.3-2_all.deb
  to main/r/rttool/rttool_1.0.3-2_all.deb


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



Accepted xulrunner 1.9.1.6-2 (source all amd64)

2010-02-02 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 02 Feb 2010 08:44:43 +0100
Source: xulrunner
Binary: xulrunner-1.9.1 libmozjs2d libmozjs-dev libmozjs2d-dbg spidermonkey-bin 
xulrunner-dev xulrunner-1.9.1-dbg libmozillainterfaces-java python-xpcom
Architecture: source all amd64
Version: 1.9.1.6-2
Distribution: unstable
Urgency: low
Maintainer: Maintainers of Mozilla-related packages 
pkg-mozilla-maintain...@lists.alioth.debian.org
Changed-By: Mike Hommey gland...@debian.org
Description: 
 libmozillainterfaces-java - XPCOM bindings for Java
 libmozjs-dev - Development files for the Mozilla SpiderMonkey JavaScript 
library
 libmozjs2d - The Mozilla SpiderMonkey JavaScript library
 libmozjs2d-dbg - Development files for the Mozilla SpiderMonkey JavaScript 
library
 python-xpcom - XPCOM bindings for Python
 spidermonkey-bin - standalone JavaScript/ECMAScript (ECMA-262) interpreter
 xulrunner-1.9.1 - XUL + XPCOM application runner
 xulrunner-1.9.1-dbg - Development files for the Gecko engine library
 xulrunner-dev - Development files for the Gecko engine library
Closes: 417961 551701 559501 559926 560404 567746
Changes: 
 xulrunner (1.9.1.6-2) unstable; urgency=low
 .
   * modules/libpref/src/prefapi.cpp: Fix crash with SwitchProxy installed.
 Closes: #559501.
   * toolkit/components/console/jsconsole-clhandler.js,
 toolkit/xre/nsAppRunner.cpp: Fix misalignments in --help command line.
 bz#458631, xulrunner part.
   * debian/extra-stuff/Makefile.in, debian/extra-stuff/addonsInfo.js,
 debian/extra-stuff/reportbug-helper-script, debian/rules,
 debian/xulrunner-1.9.1.install: Add a component that dumps addons
 information, and a helper script for reportbug
   * debian/rules: Move debAbout component into debian/extra-stuff.
   * debian/extra-stuff/debAbout.js: Simplify debAbout component by using
 XPCOMUtils.
   * debian/control, debian/rules, debian/xulrunner-1.9.1-gnome-support.install,
 debian/xulrunner-1.9.1.install: Merge xulrunner-1.9.1-gnome-support into
 xulrunner-1.9.1.
   * toolkit/mozapps/update/src/nsUpdateService.js.in: Avoid creating the
 updates directory when update service is disabled. bz#538933.
   * toolkit/xre/nsXREDirProvider.cpp: Avoid creating
 /usr/lib/mozilla/extensions 0700 when running as root. bz#538929.
 Closes: #559926.
   * build/Makefile.in, build/automation-build.mk, build/automation.py.in,
 build/pgo/Makefile.in, layout/tools/reftest/Makefile.in,
 testing/mochitest/Makefile.in: Don't remove build/automationutils.py
 on make clean. bz#525047.
   * Makefile.in, config/config.mk, config/rules.mk, js/src/config/config.mk,
 js/src/config/rules.mk: Avoid creating config/my{config,rules}.mk.
 bz#541767.
   * build/automation-build.mk: Remove automation.py in make clean. bz#541768.
   * build/Makefile.in: Remove leaktest files in make clean. bz#541769.
   * js/src/Makefile.in: Remove generated files from js/src during make
 distclean. bz#541770.
   * js/src/xpconnect/src/Makefile.in: Cleanup idl-parser leftovers in make
 clean. bz#541774.
   * xulrunner/installer/Makefile.in: Properly clean
 xulrunner/installer/*.system.conf.
   * debian/control: Remove build dependency against liblcms1-dev.
   * configure.in, configure: Remove --enable-system-lcms check, which somehow
 resisted merges with upstream.
   * debian/mozconfig: cookie, permissions and spellcheck are no longer
 extensions.
   * debian/control, debian/mozconfig, debian/rules, debian/test/*: Remove the
 custom test application and use upstream xpcshell-tests instead.
   * debian/rules:
 + Remove useless setting of JAVA_HOME when ./configure'ing.
 + Correctly handle the nocheck DEB_BUILD_OPTIONS flag.
 + Replace findstring with filter when checking DEB_BUILD_OPTIONS.
 + Remove xpcshell-tests that are known and expected to fail, at least for
   now.
   * toolkit/mozapps/extensions/src/nsExtensionManager.js.in: Avoid extension
 manager failure when there is no branding (like in the testsuite).
 Workaround for bz#455238.
   * extensions/java/xpcom/Makefile.in: Disable javaxpcom tests at build time
 when DEB_NO_JAR is unset.
   * debian/extra-stuff/Makefile.in: Add basic places preferences by default.
 These are required for places to work properly in xul applications that
 wouldn't set them.
   * js/src/config/check-sync-dirs.py, js/src/config/check-sync-exceptions:
 Add (obvious) exceptions for js/src/config/check-sync-dirs.py. We also
 modify the script so that given directories can be ignored. bz#542468.
   * debian/rules, debian/control: Also run make check in the test target.
   * extensions/python/xpcom/Makefile.in: Disable python-xpcom tests for now.
   * debian/control: Build-Conflict with libhildonmime-dev and libosso-dev.
   * config/rules.mk, js/src/config/rules.mk: Synchronize config/rules.mk and
 js/src/config/rules.mk for check-sync-dirs.py.
   * 

Accepted scrapbook 1.3.6-1 (source all)

2010-02-02 Thread Benjamin Drung
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Thu, 28 Jan 2010 22:40:00 +0100
Source: scrapbook
Binary: xul-ext-scrapbook iceweasel-scrapbook
Architecture: source all
Version: 1.3.6-1
Distribution: unstable
Urgency: low
Maintainer: Debian Mozilla Extension Maintainers 
pkg-mozext-maintain...@lists.alioth.debian.org
Changed-By: Benjamin Drung bdr...@ubuntu.com
Description: 
 iceweasel-scrapbook - transitional dummy package
 xul-ext-scrapbook - Iceweasel/Firefox extension to save and manage Web pages
Changes: 
 scrapbook (1.3.6-1) unstable; urgency=low
 .
   * New upstream release.
   * Use ${xpi:Recommends}, ${xpi:Provides}, and ${xpi:Enhances}.
   * Add myself to uploaders.
   * Bump Standards-Version to 3.8.4.
   * Rename binary package from iceweasel-scrapbook to xul-ext-scrapbook
 according to new policy.
   * Update debian/watch file.
   * Mention Iceweasel and Firefox in description.
Checksums-Sha1: 
 86b7958a85dad68ae596dbcb2f0ee2bd09b158d2 1361 scrapbook_1.3.6-1.dsc
 fa8cd56c13a9f187fa7c158718530a7e1f84b762 305811 scrapbook_1.3.6.orig.tar.gz
 d16eef7ac22cdf3ab4210b0c312b187fd0a0b9c0 2476 scrapbook_1.3.6-1.diff.gz
 60425fbb3b9140eb17ec3bd348c3030ce640487e 402130 
xul-ext-scrapbook_1.3.6-1_all.deb
 41c895a344c4c668b14bb62183376cd7d6642165 2846 
iceweasel-scrapbook_1.3.6-1_all.deb
Checksums-Sha256: 
 3cc368943e183314d2d95c66fd1fb409145635ee6c418c69ed71591419b732e4 1361 
scrapbook_1.3.6-1.dsc
 f9f329763e3f279633b184f3358e3cfc95434c1202fd2167802621ac8ca32020 305811 
scrapbook_1.3.6.orig.tar.gz
 577b3959f782e5f1c656e75b08ce5ba5d0629893439178530d0c365a0a47ab7b 2476 
scrapbook_1.3.6-1.diff.gz
 30b905b5be5ec2055eb20825daed11c9e143d9b287adbf00ec2c99c7c1ac01a2 402130 
xul-ext-scrapbook_1.3.6-1_all.deb
 f6318776c90b165995548953c8e987fa578158d378a84d757d6824b63e83b975 2846 
iceweasel-scrapbook_1.3.6-1_all.deb
Files: 
 3f28ad39b9ec8aef2f28c1cf69608d8f 1361 web optional scrapbook_1.3.6-1.dsc
 002dba338767fd1729c60be4b7e9b46c 305811 web optional 
scrapbook_1.3.6.orig.tar.gz
 cf079ca62cf6e85cd6f0fbe517793775 2476 web optional scrapbook_1.3.6-1.diff.gz
 11200f0068de3a0cf30ce8d3cb970a47 402130 web optional 
xul-ext-scrapbook_1.3.6-1_all.deb
 0c718b088006a0711d365741541eaeb8 2846 web optional 
iceweasel-scrapbook_1.3.6-1_all.deb

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

iEYEAREDAAYFAktnyfsACgkQq4wAz/jiZTeTvgCfXBntZh43S1eLUsubNPmE+aLX
M7IAn1FB2SR9T/L2vrsB7oQdTEyVNDwF
=vvsu
-END PGP SIGNATURE-


Accepted:
iceweasel-scrapbook_1.3.6-1_all.deb
  to main/s/scrapbook/iceweasel-scrapbook_1.3.6-1_all.deb
scrapbook_1.3.6-1.diff.gz
  to main/s/scrapbook/scrapbook_1.3.6-1.diff.gz
scrapbook_1.3.6-1.dsc
  to main/s/scrapbook/scrapbook_1.3.6-1.dsc
scrapbook_1.3.6.orig.tar.gz
  to main/s/scrapbook/scrapbook_1.3.6.orig.tar.gz
xul-ext-scrapbook_1.3.6-1_all.deb
  to main/s/scrapbook/xul-ext-scrapbook_1.3.6-1_all.deb


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



Accepted torbutton 1.2.4-2 (source all)

2010-02-02 Thread Benjamin Drung
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Thu, 28 Jan 2010 23:42:03 +0100
Source: torbutton
Binary: xul-ext-torbutton iceweasel-torbutton
Architecture: source all
Version: 1.2.4-2
Distribution: unstable
Urgency: low
Maintainer: Jérémy Bobbio lu...@debian.org
Changed-By: Benjamin Drung bdr...@ubuntu.com
Description: 
 iceweasel-torbutton - transitional dummy package
 xul-ext-torbutton - Iceweasel/Firefox extension enabling 1-click toggle of Tor 
usage
Changes: 
 torbutton (1.2.4-2) unstable; urgency=low
 .
   * Use mozilla-devscripts 0.19 and dh 7 to build the package.
   * Mention Firefox in description.
   * Add myself to uploaders.
   * Bump Standards-Version to 3.8.4.
   * Update debian/watch.
   * Switch to 3.0 (quilt) source format and create localhost-proxy.patch.
   * Rename binary package from iceweasel-torbutton to xul-ext-torbutton
 according to new policy.
Checksums-Sha1: 
 5ba2b1bde6d87e89e7a0e605f2733efe73a00fd7 1393 torbutton_1.2.4-2.dsc
 18f8443af60f79ce36a533aff73718f4978acd47 5674 torbutton_1.2.4-2.debian.tar.gz
 4103640d7cfdbf0a7f086d5faabc0599c0f758fe 261950 
xul-ext-torbutton_1.2.4-2_all.deb
 c09da4ecc5f73944d2dd2418b845ace3e551744f 12284 
iceweasel-torbutton_1.2.4-2_all.deb
Checksums-Sha256: 
 8b4a63e9bdbefa5c6db90254cd54b44396ce6c3fec0eebc57a8cac68129acd1c 1393 
torbutton_1.2.4-2.dsc
 f3e13b6017881bd634ba55d59abdbdb8878b190a62af2ddd8364d8168b16f839 5674 
torbutton_1.2.4-2.debian.tar.gz
 f6bff4a0ba59e970528e1dcda8a7a669c7d3c9a3b7da820d09b89d4e256e2e16 261950 
xul-ext-torbutton_1.2.4-2_all.deb
 7955408c4220c16b2ccd7b206b57065fa04dcb025738bfa0f106db26158b61cf 12284 
iceweasel-torbutton_1.2.4-2_all.deb
Files: 
 d93a1a8634c8cb3afb8c0f659eedd654 1393 web optional torbutton_1.2.4-2.dsc
 402b931f2e4344d8fc00d6ded45fbb10 5674 web optional 
torbutton_1.2.4-2.debian.tar.gz
 a2d3922aa5494614bfd2e3a06648f364 261950 web optional 
xul-ext-torbutton_1.2.4-2_all.deb
 f037122a9fac04bfa513484078db1d42 12284 web optional 
iceweasel-torbutton_1.2.4-2_all.deb

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

iEYEAREDAAYFAktnywIACgkQq4wAz/jiZTdfMACgkIix4H1ver8RHxi4dDeDDpHW
k14AoLYa7oc5hpmY38GUnYu/x/g8kk1D
=CmXv
-END PGP SIGNATURE-


Accepted:
iceweasel-torbutton_1.2.4-2_all.deb
  to main/t/torbutton/iceweasel-torbutton_1.2.4-2_all.deb
torbutton_1.2.4-2.debian.tar.gz
  to main/t/torbutton/torbutton_1.2.4-2.debian.tar.gz
torbutton_1.2.4-2.dsc
  to main/t/torbutton/torbutton_1.2.4-2.dsc
xul-ext-torbutton_1.2.4-2_all.deb
  to main/t/torbutton/xul-ext-torbutton_1.2.4-2_all.deb


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



Accepted haxe 1:2.5-1 (source i386)

2010-02-02 Thread Jens Peter Secher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Jan 2010 23:08:43 +0100
Source: haxe
Binary: haxe
Architecture: source i386
Version: 1:2.5-1
Distribution: unstable
Urgency: low
Maintainer: Jens Peter Secher j...@debian.org
Changed-By: Jens Peter Secher j...@debian.org
Description: 
 haxe   - Web-oriented universal programming language
Changes: 
 haxe (1:2.5-1) unstable; urgency=low
 .
   * New upstream version, taken from new upstream subversion repository.
Checksums-Sha1: 
 450d98369c1fb4ec8ea021963733f8d5c34d2b08 1292 haxe_2.5-1.dsc
 69b8c517651c083b47302a6d4d865f501d80be61 645184 haxe_2.5.orig.tar.gz
 a9e7a81edf63f0e8886fa768afd996534cd6631c 14864 haxe_2.5-1.debian.tar.gz
 21438fd8fe23e270e70da2b7b568423e7c3a5d38 1021146 haxe_2.5-1_i386.deb
Checksums-Sha256: 
 0e2d418a62cfbffd6b409e11bc8fccf3b1b4dbf9108c98afad789c9b0efc48ff 1292 
haxe_2.5-1.dsc
 8eba7c3d2839b925c182726b00ab4aa1ffd42781aa41afc7406c63d39ee18ff8 645184 
haxe_2.5.orig.tar.gz
 e982f92ca267870545bf76fad0cc50f9b50e98064e96257a758b2bca2cd93c22 14864 
haxe_2.5-1.debian.tar.gz
 cfc49eed3d984483bed96b4af32c1ef360c66c0b0ab65607a3b1b70f7015801b 1021146 
haxe_2.5-1_i386.deb
Files: 
 3d49417e28baaae56676f3fc931bb85d 1292 devel optional haxe_2.5-1.dsc
 67ef99293b4ed8938b2f6277bf07f6ce 645184 devel optional haxe_2.5.orig.tar.gz
 b3d1bde28ff1862b7264fcc942960966 14864 devel optional haxe_2.5-1.debian.tar.gz
 a2bcb32160585851f0d11cb48d0ba949 1021146 devel optional haxe_2.5-1_i386.deb

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

iJwEAQECAAYFAktn/VIACgkQiFVdEFPVQL9cqgP/TKV5NcGNMpYB8WF/p6MqjaCG
d4ucY4VJzB2XZLzwe8FlvQgh43Caw2+qsiuIkcdsUV7c5SbRHsvKA4m3Lp3Cr541
+dxqsQgAeee4MnghIdGceeJvmUky2uhOxUO1Wv7aCoER4ki/9PegBXIKVhyrm8Di
uhrkYIbC+bflOSwJYE8=
=j6fH
-END PGP SIGNATURE-


Accepted:
haxe_2.5-1.debian.tar.gz
  to main/h/haxe/haxe_2.5-1.debian.tar.gz
haxe_2.5-1.dsc
  to main/h/haxe/haxe_2.5-1.dsc
haxe_2.5-1_i386.deb
  to main/h/haxe/haxe_2.5-1_i386.deb
haxe_2.5.orig.tar.gz
  to main/h/haxe/haxe_2.5.orig.tar.gz


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



Accepted network-manager-openconnect 0.7.2~20090715-2 (source amd64)

2010-02-02 Thread Ross Burton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 02 Feb 2010 08:09:18 +
Source: network-manager-openconnect
Binary: network-manager-openconnect
Architecture: source amd64
Version: 0.7.2~20090715-2
Distribution: unstable
Urgency: low
Maintainer: Ross Burton r...@debian.org
Changed-By: Ross Burton r...@debian.org
Description: 
 network-manager-openconnect - AnyConnect plugin for Network Manager
Changes: 
 network-manager-openconnect (0.7.2~20090715-2) unstable; urgency=low
 .
   * Rebuild against new NM libs
Checksums-Sha1: 
 8b977043ebca53c4216afaa4ae5ad482884640d9 1367 
network-manager-openconnect_0.7.2~20090715-2.dsc
 9a309e9148d659c626ca3aa1a4393448b6e45258 1427 
network-manager-openconnect_0.7.2~20090715-2.diff.gz
 ec24811b4b2aa17720059a410c57b9fea39a8dfd 43888 
network-manager-openconnect_0.7.2~20090715-2_amd64.deb
Checksums-Sha256: 
 84c54579051fdc1b635c086aec7a519ccb7becfce3eb0c2b3e8df7f50c89335c 1367 
network-manager-openconnect_0.7.2~20090715-2.dsc
 d7cbb92f32d26fa143647d43dbf4be46041ed61245c34c9c1e240221c87515da 1427 
network-manager-openconnect_0.7.2~20090715-2.diff.gz
 39ce10ef4c11d1507feac87951b5e119c6c55688f489c7fb768329ba847c412f 43888 
network-manager-openconnect_0.7.2~20090715-2_amd64.deb
Files: 
 2ba3bb6d784f437da710f3ff0ff9d021 1367 net optional 
network-manager-openconnect_0.7.2~20090715-2.dsc
 fa22f73c5d35ef699b85d2ec2b6b04e0 1427 net optional 
network-manager-openconnect_0.7.2~20090715-2.diff.gz
 2bd46534fc82e83babda2aebebc6e942 43888 net optional 
network-manager-openconnect_0.7.2~20090715-2_amd64.deb

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

iD8DBQFLZ/3RLQnkR9C0M98RAuWgAJ9ICVBU6OiwI29rffW8ViaQUT2F4QCePtMV
JLEXLSv7aLYfnMPFgP83gmo=
=mmHc
-END PGP SIGNATURE-


Accepted:
network-manager-openconnect_0.7.2~20090715-2.diff.gz
  to 
main/n/network-manager-openconnect/network-manager-openconnect_0.7.2~20090715-2.diff.gz
network-manager-openconnect_0.7.2~20090715-2.dsc
  to 
main/n/network-manager-openconnect/network-manager-openconnect_0.7.2~20090715-2.dsc
network-manager-openconnect_0.7.2~20090715-2_amd64.deb
  to 
main/n/network-manager-openconnect/network-manager-openconnect_0.7.2~20090715-2_amd64.deb


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



Accepted libtuxcap 1.4.0.dfsg2-1 (source amd64)

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

Format: 1.8
Date: Thu, 14 Jan 2010 11:53:40 +
Source: libtuxcap
Binary: libtuxcap-dev libtuxcap4.0 libtuxcap4.0-dbg
Architecture: source amd64
Version: 1.4.0.dfsg2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Miriam Ruiz little_m...@yahoo.es
Description: 
 libtuxcap-dev - framework for developing 2D games - development files
 libtuxcap4.0 - framework for developing 2D games - runtime libraries
 libtuxcap4.0-dbg - framework for developing 2D games - debugging symbols
Closes: 536867
Changes: 
 libtuxcap (1.4.0.dfsg2-1) unstable; urgency=low
 .
   * Initial release. Closes: #536867
Checksums-Sha1: 
 70b26d4cb82ea91712d913e81bc30547e359a0d6 1452 libtuxcap_1.4.0.dfsg2-1.dsc
 e43841699894a5d2c58bd310fb59d116576253ff 1124521 
libtuxcap_1.4.0.dfsg2.orig.tar.gz
 f8ecc2babb15d5fa915ba342214bf2821ad76a87 9538 libtuxcap_1.4.0.dfsg2-1.diff.gz
 0c5e75a764e0fa3e1a4b80bbed5af1f370262949 958700 
libtuxcap-dev_1.4.0.dfsg2-1_amd64.deb
 756d6c452920912c0d1747fe9b0323d9b4bcc1fc 588054 
libtuxcap4.0_1.4.0.dfsg2-1_amd64.deb
 6eae80fbdd7ec63934969bdfba83762d7f4e1d30 1709416 
libtuxcap4.0-dbg_1.4.0.dfsg2-1_amd64.deb
Checksums-Sha256: 
 67bd860a15b614af69b41b34b49ccae8df4ca3eb6f431dfede28430488cc5c78 1452 
libtuxcap_1.4.0.dfsg2-1.dsc
 2cf2a0c181b107f993ebae2f292a7d2a586dfa1de2a9da432c8b597565f70905 1124521 
libtuxcap_1.4.0.dfsg2.orig.tar.gz
 b74726c124d7faeb52bba0fd5c3ed34b711040248850982ccd2df6cb9c02319a 9538 
libtuxcap_1.4.0.dfsg2-1.diff.gz
 a9cc946fc6278d232cb1400200a9327cdfb15a0ea19f1c9939943870dc87776b 958700 
libtuxcap-dev_1.4.0.dfsg2-1_amd64.deb
 d5f497c7aeb8f44b68aedfe27cf5d2b993b115a815f438346e47acf43854d87f 588054 
libtuxcap4.0_1.4.0.dfsg2-1_amd64.deb
 a2ea9b7a12b67d304ed7d5748c029c540bce0308a0c478e3257ffcfaf4fd7be2 1709416 
libtuxcap4.0-dbg_1.4.0.dfsg2-1_amd64.deb
Files: 
 d0e03a6b32faa8acf7ff0fa580f6e692 1452 libs optional libtuxcap_1.4.0.dfsg2-1.dsc
 82c2fe71c9088b56c3aa01f96a0af765 1124521 libs optional 
libtuxcap_1.4.0.dfsg2.orig.tar.gz
 2b49e56a88ae26d1dd00f4a42a4880e0 9538 libs optional 
libtuxcap_1.4.0.dfsg2-1.diff.gz
 6e7c62690eb123615b5e2417bfe8ab4a 958700 libdevel optional 
libtuxcap-dev_1.4.0.dfsg2-1_amd64.deb
 d63045f82151744bb8f8f2506053894d 588054 libs optional 
libtuxcap4.0_1.4.0.dfsg2-1_amd64.deb
 203bc366c67afecb7219835f78d113ca 1709416 debug extra 
libtuxcap4.0-dbg_1.4.0.dfsg2-1_amd64.deb

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

iEYEARECAAYFAktjeZMACgkQfbltLjbuCGEsFwCfZXdJLrS7t5q05puFUednC5ws
S3cAn38okJ448d+0fzgTNLo4Ctgf7Ctn
=XO/a
-END PGP SIGNATURE-


Accepted:
libtuxcap-dev_1.4.0.dfsg2-1_amd64.deb
  to main/libt/libtuxcap/libtuxcap-dev_1.4.0.dfsg2-1_amd64.deb
libtuxcap4.0-dbg_1.4.0.dfsg2-1_amd64.deb
  to main/libt/libtuxcap/libtuxcap4.0-dbg_1.4.0.dfsg2-1_amd64.deb
libtuxcap4.0_1.4.0.dfsg2-1_amd64.deb
  to main/libt/libtuxcap/libtuxcap4.0_1.4.0.dfsg2-1_amd64.deb
libtuxcap_1.4.0.dfsg2-1.diff.gz
  to main/libt/libtuxcap/libtuxcap_1.4.0.dfsg2-1.diff.gz
libtuxcap_1.4.0.dfsg2-1.dsc
  to main/libt/libtuxcap/libtuxcap_1.4.0.dfsg2-1.dsc
libtuxcap_1.4.0.dfsg2.orig.tar.gz
  to main/libt/libtuxcap/libtuxcap_1.4.0.dfsg2.orig.tar.gz


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



Accepted qgis 1.4.0+12730-1 (source i386 all)

2010-02-02 Thread Francesco Paolo Lovergine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 01 Feb 2010 15:20:01 +0100
Source: qgis
Binary: qgis qgis-common libqgis1.4.0 libqgis-dev qgis-plugin-grass 
qgis-plugin-grass-common python-qgis python-qgis-common
Architecture: source i386 all
Version: 1.4.0+12730-1
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project pkg-grass-de...@lists.alioth.debian.org
Changed-By: Francesco Paolo Lovergine fran...@debian.org
Description: 
 libqgis-dev - Quantum GIS - development files
 libqgis1.4.0 - Quantum GIS - shared libraries
 python-qgis - Python bindings to Quantum GIS
 python-qgis-common - Python bindings to Quantum GIS - architecture-independent 
files
 qgis   - Geographic Information System (GIS)
 qgis-common - Quantum GIS - architecture-independent data
 qgis-plugin-grass - GRASS plugin for Quantum GIS
 qgis-plugin-grass-common - GRASS plugin for Quantum GIS - 
architecture-independent data
Changes: 
 qgis (1.4.0+12730-1) unstable; urgency=low
 .
   The George A. Romero rocks release.
 .
   * Ready for sid (again) with removed multi-distribution support.
   * Policy updated to 3.8.4.
   * Based on 1.4.0 branch snapshot r12730 as taken from Qgis repository.
   * Debhelper moved to level 7.
   * Now using dh_prep instead of dh_clean -k.
   * Introduced templating for the grass directory name.
   * Still retaining conflict/replace items related to previuous unreleased
 packages to be friendly with past users.
   * Removed obsolete dh_desktop call at all.
   * Removed the whole distribution dependent script snippets.
   * Added qgis.sh.in template file.
   * Added missing debhelper token to preinst script.
   * debian/copyright file revised to add explicitly upstream authors.
Checksums-Sha1: 
 4f668d49bc66c7cb9cdb8d6d5df9be55c9e06f5d 1857 qgis_1.4.0+12730-1.dsc
 3857734012c3fbfa72d65392450762f69af35413 17172504 qgis_1.4.0+12730.orig.tar.gz
 6b0e844617f74666e122d3507762121acd88dc80 13899 qgis_1.4.0+12730-1.diff.gz
 7447cb027415d9534051fd91efb241d9ce3ff7b4 3567616 qgis_1.4.0+12730-1_i386.deb
 5884446dc941024ba455813c275351bb96ab1a91 4269544 
qgis-common_1.4.0+12730-1_all.deb
 2ae84e70eeb0eac4026c4ae337cba051818208cd 1918514 
libqgis1.4.0_1.4.0+12730-1_i386.deb
 c62ca7096bcf02a14d7787d23bec12d15a33546d 185506 
libqgis-dev_1.4.0+12730-1_i386.deb
 1548388dedc8a4342b93f9debd39846b22688ae0 1175336 
qgis-plugin-grass_1.4.0+12730-1_i386.deb
 c2c7d0d2019886c2fa0a57b2919eead049b7a8db 1091584 
qgis-plugin-grass-common_1.4.0+12730-1_all.deb
 767413b25227beab56949e74e5ed73f0bcecb1bf 583786 
python-qgis_1.4.0+12730-1_i386.deb
 ef0df1221875d5a577b2d98c5eed87f400113ccc 701236 
python-qgis-common_1.4.0+12730-1_all.deb
Checksums-Sha256: 
 14559e0cf78a6943969b861c0caa21e644f84be199d09e2778cab9bfaf7f4cf4 1857 
qgis_1.4.0+12730-1.dsc
 3402cbf670a62bb46ee9af906813c1c27140899abd9925b88b085777f1912ab0 17172504 
qgis_1.4.0+12730.orig.tar.gz
 af528e19423cacd144043ade462e252b0ea52e203caf52889e19a424e3595163 13899 
qgis_1.4.0+12730-1.diff.gz
 ac95b8460d0c35b3ca8f1e7a26a2dfe6ee4d173710781edeb48998c93711ef32 3567616 
qgis_1.4.0+12730-1_i386.deb
 40f2e4c5cabfec301725f34aed173e0f37a446ed045c68bb34d9339f3432 4269544 
qgis-common_1.4.0+12730-1_all.deb
 51bebfb5779dadd7f07c6100e50add4226598844e04477ab5adc6c1bd4892149 1918514 
libqgis1.4.0_1.4.0+12730-1_i386.deb
 db624687f17a417b06f8225b00c75feaf137c0e0376553b07b8a9be17e44ddef 185506 
libqgis-dev_1.4.0+12730-1_i386.deb
 2743d82c38e1d3dc07b8b74065025be3ed2ae47fea21603088db05b59972ab06 1175336 
qgis-plugin-grass_1.4.0+12730-1_i386.deb
 5f5db94bcdd7847683db1bb5f35e4f422bdf5e049b4d46ff793ea87117ffebfe 1091584 
qgis-plugin-grass-common_1.4.0+12730-1_all.deb
 0db08466711f84b6260eb29a45d4c4ea3a23167a1741d5d4cb7af65c35b1d72f 583786 
python-qgis_1.4.0+12730-1_i386.deb
 38f0904268f0febca15adf03a168fee54a510db2a28f3b3e94233e5e09a9f4db 701236 
python-qgis-common_1.4.0+12730-1_all.deb
Files: 
 33fa072667ef1e236f10f74a1a469d9a 1857 science extra qgis_1.4.0+12730-1.dsc
 ffcdb7b24cf16a311d45f4f882d55b49 17172504 science extra 
qgis_1.4.0+12730.orig.tar.gz
 1aa374c487ebe89828a53c5e2dae1284 13899 science extra qgis_1.4.0+12730-1.diff.gz
 ad8259361699e19005ed53c5ccc70f56 3567616 science extra 
qgis_1.4.0+12730-1_i386.deb
 7b1a9a2851e83c989d17130dc3ffbe1a 4269544 science extra 
qgis-common_1.4.0+12730-1_all.deb
 6476ef211b65f3663aa8eb889a2bcade 1918514 science extra 
libqgis1.4.0_1.4.0+12730-1_i386.deb
 291eb89ab07fa5f9712583fde9e89968 185506 libdevel extra 
libqgis-dev_1.4.0+12730-1_i386.deb
 da616af1135b1cc124684dbdaf653bff 1175336 science extra 
qgis-plugin-grass_1.4.0+12730-1_i386.deb
 da52eb943ba8cb2faa066d4b43adee1b 1091584 science extra 
qgis-plugin-grass-common_1.4.0+12730-1_all.deb
 3067925e532dc59f189541d1fca2eb8f 583786 python extra 
python-qgis_1.4.0+12730-1_i386.deb
 aa929d1cc770bda2b055cbf809018f8c 701236 python extra 
python-qgis-common_1.4.0+12730-1_all.deb

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


Accepted filtergen 0.12.4-5 (source amd64)

2010-02-02 Thread Matt Palmer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 02 Feb 2010 16:51:39 +1100
Source: filtergen
Binary: filtergen
Architecture: source amd64
Version: 0.12.4-5
Distribution: unstable
Urgency: low
Maintainer: Matt Palmer mpal...@debian.org
Changed-By: Matt Palmer mpal...@debian.org
Description: 
 filtergen  - packet filter generator for various firewall systems
Closes: 543434
Changes: 
 filtergen (0.12.4-5) unstable; urgency=low
 .
   * New maintainer.  Closes: #543434.
   * Bump standards version:
 - Added Homepage field.
Checksums-Sha1: 
 5cdc9a2efee07660d2f1328d84e0503e1667cc58 1027 filtergen_0.12.4-5.dsc
 7ac5df6a5fbc65f7020f662a36d37a564091bd05 18543 filtergen_0.12.4-5.diff.gz
 91fdaa2117da9e3f5622b59c404f79c6b1cdc9cf 54106 filtergen_0.12.4-5_amd64.deb
Checksums-Sha256: 
 ba18c541ffc02db7be552f0d0d495ee8816e43a37864857ab4eaa2e0e1017e26 1027 
filtergen_0.12.4-5.dsc
 d75f690a50b85db26924c2ccb39d8e63ffdb166f39cd6c343d7127251262a1fc 18543 
filtergen_0.12.4-5.diff.gz
 465247c223f6a7796f1cf25322ab8f6e111cae6f476e8b3d2f42cc5fdcefdf05 54106 
filtergen_0.12.4-5_amd64.deb
Files: 
 3f36050124f3f6548721d4ef1402dd45 1027 net optional filtergen_0.12.4-5.dsc
 4e1da46a60fc1f40c1390310e1b9cab5 18543 net optional filtergen_0.12.4-5.diff.gz
 ef0116f724f68a7b2985f3b3fb791203 54106 net optional 
filtergen_0.12.4-5_amd64.deb

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

iD8DBQFLaAGxBEnrTWk1E4cRAuwhAJ9YO39nTgxSFl/cuGCghFYZN41PJQCeIij7
E3lBC+alPwDOdzPEtZUSR6w=
=7Snl
-END PGP SIGNATURE-


Accepted:
filtergen_0.12.4-5.diff.gz
  to main/f/filtergen/filtergen_0.12.4-5.diff.gz
filtergen_0.12.4-5.dsc
  to main/f/filtergen/filtergen_0.12.4-5.dsc
filtergen_0.12.4-5_amd64.deb
  to main/f/filtergen/filtergen_0.12.4-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



Accepted network-manager-openconnect 0.7.999-1 (source amd64)

2010-02-02 Thread Ross Burton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 02 Feb 2010 10:27:56 +
Source: network-manager-openconnect
Binary: network-manager-openconnect
Architecture: source amd64
Version: 0.7.999-1
Distribution: unstable
Urgency: low
Maintainer: Ross Burton r...@debian.org
Changed-By: Ross Burton r...@debian.org
Description: 
 network-manager-openconnect - AnyConnect plugin for Network Manager
Changes: 
 network-manager-openconnect (0.7.999-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 dd25a4c606f4120bc288e64ba26cf1393090a164 1318 
network-manager-openconnect_0.7.999-1.dsc
 c3b2df383234a885d7fea4d4f11b3c4023df65bc 348511 
network-manager-openconnect_0.7.999.orig.tar.gz
 ebbc38764540cbee1c533f1e4882f5d1f49a4cb9 1445 
network-manager-openconnect_0.7.999-1.diff.gz
 8e149ef258a207e137c912d88e234971bca34271 50436 
network-manager-openconnect_0.7.999-1_amd64.deb
Checksums-Sha256: 
 20b2d3ace4452c289c4373cbaad18af80d66f11fb78fedc38974d8e33b55fa94 1318 
network-manager-openconnect_0.7.999-1.dsc
 da7724f98cc69713152736905361894bca48c1750f9eb1db753618d6336eeda4 348511 
network-manager-openconnect_0.7.999.orig.tar.gz
 445d2bbea590ccdad63a3e22559bbc651f78e1220f38bbfd634674d5735384b6 1445 
network-manager-openconnect_0.7.999-1.diff.gz
 b4768063b13fd2ff9d1303140346d26b6bb1d087d0f3618f92c0e2578eec6399 50436 
network-manager-openconnect_0.7.999-1_amd64.deb
Files: 
 2fd2b64a39ecc91497dab1c6fcd8684f 1318 net optional 
network-manager-openconnect_0.7.999-1.dsc
 091e17977ec7c8362a723718974d7c55 348511 net optional 
network-manager-openconnect_0.7.999.orig.tar.gz
 f1ed1e417b7b0140e3e06fc6a52a3b8a 1445 net optional 
network-manager-openconnect_0.7.999-1.diff.gz
 037957767461fb95280ce4c1c1abb933 50436 net optional 
network-manager-openconnect_0.7.999-1_amd64.deb

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

iD8DBQFLZ/5LLQnkR9C0M98RAuyuAJ0Rv1FQjQo9ZXCGc6tLcMHTHX7GXwCgir9p
enPSGK6sx72gUoYhXw34GDE=
=zFLW
-END PGP SIGNATURE-


Accepted:
network-manager-openconnect_0.7.999-1.diff.gz
  to 
main/n/network-manager-openconnect/network-manager-openconnect_0.7.999-1.diff.gz
network-manager-openconnect_0.7.999-1.dsc
  to 
main/n/network-manager-openconnect/network-manager-openconnect_0.7.999-1.dsc
network-manager-openconnect_0.7.999-1_amd64.deb
  to 
main/n/network-manager-openconnect/network-manager-openconnect_0.7.999-1_amd64.deb
network-manager-openconnect_0.7.999.orig.tar.gz
  to 
main/n/network-manager-openconnect/network-manager-openconnect_0.7.999.orig.tar.gz


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



Accepted libgeier 0.11-1 (source amd64)

2010-02-02 Thread Marvin Stark
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Jan 2010 13:10:29 +0100
Source: libgeier
Binary: libgeier-dev libgeier0
Architecture: source amd64
Version: 0.11-1
Distribution: unstable
Urgency: low
Maintainer: Marvin Stark m...@der-marv.de
Changed-By: Marvin Stark m...@der-marv.de
Description: 
 libgeier-dev - Development files for the libgeier library
 libgeier0  - Elster client library (German tax declarations)
Changes: 
 libgeier (0.11-1) unstable; urgency=low
 .
   * New Upstream Version
   * debian/control:
 - Updated Standards-Version to 3.8.4
Checksums-Sha1: 
 3db0ee0f280bb3fd6c07df65f6675589a0aa6cd5 1043 libgeier_0.11-1.dsc
 b57a86e6014fc23d7554af06253f4f4d82ca9a3a 465751 libgeier_0.11.orig.tar.gz
 b4afd56709776c245da23a45eda4b52a09ce0448 2370 libgeier_0.11-1.diff.gz
 ca34d7624cead37432b302719aeac1edc8fda23d 33892 libgeier-dev_0.11-1_amd64.deb
 20fb931b72a3709d08ca92ad08439bee9577ae4a 103582 libgeier0_0.11-1_amd64.deb
Checksums-Sha256: 
 f82d3035919c00b4ef288e6545ba4956ebbb2c906c2be0ca89218b7ba8804672 1043 
libgeier_0.11-1.dsc
 5e96850af5448445d0edcf55848f12eabaa7fe85d41980aa862a17071d04ad1f 465751 
libgeier_0.11.orig.tar.gz
 94faf709de9f58b7c909af4ffa5de5ffbfaff36b3add3c6798fb6e6a2c5e19c7 2370 
libgeier_0.11-1.diff.gz
 5622b418d7b87d5e72a69838b532cbf980239a0dd2f8d6f513bae7324184f5ff 33892 
libgeier-dev_0.11-1_amd64.deb
 dbc1fde3b64997fd7191df05ca1470048d8effc92fb8c277569b6952983ae79d 103582 
libgeier0_0.11-1_amd64.deb
Files: 
 2b5650c1e54cce44686543245b489e25 1043 libs optional libgeier_0.11-1.dsc
 a2070a0b89904aef414e6529e77bf8b6 465751 libs optional libgeier_0.11.orig.tar.gz
 e5b0d01b846429414d4cfcc1f8b2a828 2370 libs optional libgeier_0.11-1.diff.gz
 fb158e5da47d471158c1fe881517370d 33892 libdevel optional 
libgeier-dev_0.11-1_amd64.deb
 de801892609e6877336f4e87c08b1928 103582 libs optional 
libgeier0_0.11-1_amd64.deb

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

iEYEARECAAYFAktoAxYACgkQzgm26bkTFDpjQgCgp5BjWul/3CQwLQR6gwlVNHuA
QrMAnAgSli577Hn0ShVCMBsmz8c/UURz
=bhWe
-END PGP SIGNATURE-


Accepted:
libgeier-dev_0.11-1_amd64.deb
  to main/libg/libgeier/libgeier-dev_0.11-1_amd64.deb
libgeier0_0.11-1_amd64.deb
  to main/libg/libgeier/libgeier0_0.11-1_amd64.deb
libgeier_0.11-1.diff.gz
  to main/libg/libgeier/libgeier_0.11-1.diff.gz
libgeier_0.11-1.dsc
  to main/libg/libgeier/libgeier_0.11-1.dsc
libgeier_0.11.orig.tar.gz
  to main/libg/libgeier/libgeier_0.11.orig.tar.gz


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



Accepted taxbird 0.15-1 (source amd64)

2010-02-02 Thread Marvin Stark
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Jan 2010 13:24:32 +0100
Source: taxbird
Binary: taxbird
Architecture: source amd64
Version: 0.15-1
Distribution: unstable
Urgency: low
Maintainer: Marvin Stark m...@der-marv.de
Changed-By: Marvin Stark m...@der-marv.de
Description: 
 taxbird- The first free Elster client (German Tax Declarations)
Changes: 
 taxbird (0.15-1) unstable; urgency=low
 .
   * New Upstream Release
   * debian/control
 - Updated Standards-Version to 3.8.4
 - Updatet libgeier dependency to 0.11
Checksums-Sha1: 
 3abfbee437bbea20a764c65d1061a6e3677006dd 1077 taxbird_0.15-1.dsc
 f073b52e4453d6094be5837fb5f87f3cd9d414b6 413787 taxbird_0.15.orig.tar.gz
 c5e4657239548a2d65ec92986e9601d143852601 5473 taxbird_0.15-1.diff.gz
 43f7f493cba1443db2f8adfc048940a02767c81b 93628 taxbird_0.15-1_amd64.deb
Checksums-Sha256: 
 2033eb12e1e8ff398efb9c1b3c101fd425d8c3ad116ac5975665c9e3bfbefa90 1077 
taxbird_0.15-1.dsc
 eefdab14ced41906d909c6418ffa41839c920bd669db113208b645ac75eff777 413787 
taxbird_0.15.orig.tar.gz
 b8999d96c519ca15a3a2c631c54990e8b7cfc832655faa1b97f21a637699c7b3 5473 
taxbird_0.15-1.diff.gz
 1cff0aa3fc1d2741b72668688106a1bb27cc97ef71833f786eeb89f6871d4c29 93628 
taxbird_0.15-1_amd64.deb
Files: 
 3b273d926f7b2dfc833c68711490a199 1077 gnome optional taxbird_0.15-1.dsc
 4807b9118070cc60864465378bc0fc6a 413787 gnome optional taxbird_0.15.orig.tar.gz
 bde842c4b80b2d244429ffc33ff3fadf 5473 gnome optional taxbird_0.15-1.diff.gz
 0ea88a6823dc9ce175631f2d6c5323c1 93628 gnome optional taxbird_0.15-1_amd64.deb

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

iEYEARECAAYFAktoBWoACgkQzgm26bkTFDo2hACdFqTisgr/Quebcq9bwDFBRcYy
0T8An1b+2+nW+yNBleaz0o4An4pSzi/L
=c4Ns
-END PGP SIGNATURE-


Accepted:
taxbird_0.15-1.diff.gz
  to main/t/taxbird/taxbird_0.15-1.diff.gz
taxbird_0.15-1.dsc
  to main/t/taxbird/taxbird_0.15-1.dsc
taxbird_0.15-1_amd64.deb
  to main/t/taxbird/taxbird_0.15-1_amd64.deb
taxbird_0.15.orig.tar.gz
  to main/t/taxbird/taxbird_0.15.orig.tar.gz


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



Accepted apcupsd 3.14.8-2 (source i386 all)

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

Format: 1.8
Date: Tue, 02 Feb 2010 11:29:07 +0100
Source: apcupsd
Binary: apcupsd apcupsd-cgi apcupsd-doc
Architecture: source i386 all
Version: 3.14.8-2
Distribution: unstable
Urgency: low
Maintainer: Giuseppe Iuculano iucul...@debian.org
Changed-By: Giuseppe Iuculano iucul...@debian.org
Description: 
 apcupsd- APC UPS Power Management (daemon)
 apcupsd-cgi - APC UPS Power Management (web interface)
 apcupsd-doc - APC UPS Power Management (documentation/examples)
Closes: 502329 525460
Changes: 
 apcupsd (3.14.8-2) unstable; urgency=low
 .
   [ Stefan Ritter ]
   * [0501677] Added myself to maintainers
   * [78e21ff] Fixed broken links in documentation, thanks to Ross Boylan
 (Closes: #525460)
   * [cbbe4c8] Bump to Standards-Version 3.8.4
   * [f31ba10] Added libusb-dev to build-depends
   * [8e5f563] Added doc-base registration for apcupsd-doc
 .
   [ Giuseppe Iuculano ]
   * [952c130] Fixed Document field in apcupsd-doc.doc-base
   * [5443fe8] Do not fail if $ISCONFIGURED is commented in
 /etc/default/apcupsd (Closes: #502329)
Checksums-Sha1: 
 262c36a0d2699224d79c15124aa2c2f13ea2a4ef 1267 apcupsd_3.14.8-2.dsc
 922662c61369623d723fa8518bf6398340882d28 16246 apcupsd_3.14.8-2.diff.gz
 a2c76708d9da1758e12df37f14dfc7ad0df5b79b 271756 apcupsd_3.14.8-2_i386.deb
 9dd15f0add6532d64721c766e6af7f21385261d2 64006 apcupsd-cgi_3.14.8-2_i386.deb
 ebea1f1c5ed280fc352a5f19340c3155beeeac24 640536 apcupsd-doc_3.14.8-2_all.deb
Checksums-Sha256: 
 fc1de1001a052e2d0ed0af34cba3b770ca24edd2e02ad68223a4c5ef198102c9 1267 
apcupsd_3.14.8-2.dsc
 563caed73d0610135e4ae708509b37119461bddeba46366b272eaf4c6b05127d 16246 
apcupsd_3.14.8-2.diff.gz
 e5d2163ed8fe2a46b74aef280789a1dd2b48ba8a9c372c7d5fcbac2f86e9172e 271756 
apcupsd_3.14.8-2_i386.deb
 1b0827335f64ce8248f62fdc1d392118683e332c2cc0a20ca300f5fd0c5214ea 64006 
apcupsd-cgi_3.14.8-2_i386.deb
 4b58e663f9b340745340be86c3854e35ddd972089b403c9386e7174dd469a295 640536 
apcupsd-doc_3.14.8-2_all.deb
Files: 
 becdf168182a2da4e3690a00bed2cb9b 1267 admin extra apcupsd_3.14.8-2.dsc
 82efbfe3e07b656ea03e2ab894b27f1c 16246 admin extra apcupsd_3.14.8-2.diff.gz
 01204fecca8e026a6ce73e967e379cb4 271756 admin extra apcupsd_3.14.8-2_i386.deb
 3e47d2d700e33eb317f572e166700e42 64006 web extra apcupsd-cgi_3.14.8-2_i386.deb
 8cb1eda6fa317b198bd9da9bf7b98ecd 640536 doc extra apcupsd-doc_3.14.8-2_all.deb

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

iEYEARECAAYFAktoBjMACgkQNxpp46476arpdwCcDL/O68YGlz3thRUQZQ4U/L0v
Q04AnRjS2RlW8Howi36eBDQWFBrYojcE
=OZIQ
-END PGP SIGNATURE-


Accepted:
apcupsd-cgi_3.14.8-2_i386.deb
  to main/a/apcupsd/apcupsd-cgi_3.14.8-2_i386.deb
apcupsd-doc_3.14.8-2_all.deb
  to main/a/apcupsd/apcupsd-doc_3.14.8-2_all.deb
apcupsd_3.14.8-2.diff.gz
  to main/a/apcupsd/apcupsd_3.14.8-2.diff.gz
apcupsd_3.14.8-2.dsc
  to main/a/apcupsd/apcupsd_3.14.8-2.dsc
apcupsd_3.14.8-2_i386.deb
  to main/a/apcupsd/apcupsd_3.14.8-2_i386.deb


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



Accepted orc 0.4.3-5 (source all amd64)

2010-02-02 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 02 Feb 2010 12:19:33 +0100
Source: orc
Binary: liborc-0.4-0 liborc-0.4-dev liborc-0.4-0-dbg liborc-0.4-doc
Architecture: source all amd64
Version: 0.4.3-5
Distribution: unstable
Urgency: low
Maintainer: Maintainers of GStreamer packages 
pkg-gstreamer-maintain...@lists.alioth.debian.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 liborc-0.4-0 - Library of Optimized Inner Loops Runtime Compiler
 liborc-0.4-0-dbg - Library of Optimized Inner Loops Runtime Compiler (debug 
package)
 liborc-0.4-dev - Library of Optimized Inner Loops Runtime Compiler 
(development he
 liborc-0.4-doc - Library of Optimized Inner Loops Runtime Compiler 
(documentation)
Closes: 537273
Changes: 
 orc (0.4.3-5) unstable; urgency=low
 .
   * debian/patches/03_orcutils.patch,
 debian/patches/99_autoreconf.patch:
 + Add missing source file to fix FTBFS on armel (Closes: #537273).
Checksums-Sha1: 
 b29355adcab123e2071588b300138622e431cd03 1211 orc_0.4.3-5.dsc
 5e10054f337f5f41724d1f60f65f09f0d2a857d1 108629 orc_0.4.3-5.debian.tar.gz
 395f670d361497240c7cf91216e5d12b28e63752 58050 liborc-0.4-doc_0.4.3-5_all.deb
 e1ed200405ab72a3412b4f7643936bca2f2a507c 106574 liborc-0.4-0_0.4.3-5_amd64.deb
 5932b68ef6f244ad55720cd0ff052063915bdebb 160870 
liborc-0.4-dev_0.4.3-5_amd64.deb
 fbbb20bb91121fb10ee5cea05f5e147d56660d9a 176426 
liborc-0.4-0-dbg_0.4.3-5_amd64.deb
Checksums-Sha256: 
 2af862d0770b73915b44073f777cf87bf5c84d58aae9acefc9b702b1726ea541 1211 
orc_0.4.3-5.dsc
 c7fbef0bcc53cc8b1adbb2a502b79e19fbfb2227de97c215f623f9296207c7dd 108629 
orc_0.4.3-5.debian.tar.gz
 2bba61562028c41203db5c4443bd94312e15b888b5f98ba7c4405ebd6f09b3bf 58050 
liborc-0.4-doc_0.4.3-5_all.deb
 94ce1c345f63917c11175e28ce9d99d827957542aeb09b608dba16dfcce55b9c 106574 
liborc-0.4-0_0.4.3-5_amd64.deb
 175c23bb19b0877c1e0d606243138ae27e9e6e81e8803b3e6942dcaa767f5398 160870 
liborc-0.4-dev_0.4.3-5_amd64.deb
 b68697d66dc64765cb3011c43df017d386592d4a1568775e626f301fbf5d204f 176426 
liborc-0.4-0-dbg_0.4.3-5_amd64.deb
Files: 
 e14f71cae3ae885e5912d20f01928319 1211 devel optional orc_0.4.3-5.dsc
 104679a631b763a991152ee25d8164e2 108629 devel optional 
orc_0.4.3-5.debian.tar.gz
 83470f091a571092df864c6afde11485 58050 doc optional 
liborc-0.4-doc_0.4.3-5_all.deb
 d5946fa6da7c0caa432ee1eae277c2d3 106574 libs optional 
liborc-0.4-0_0.4.3-5_amd64.deb
 dd4c45901212208ef99d3a6f27c07764 160870 libdevel optional 
liborc-0.4-dev_0.4.3-5_amd64.deb
 cdfde30c91a23f2bc27e41569eead52d 176426 debug extra 
liborc-0.4-0-dbg_0.4.3-5_amd64.deb

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

iEYEARECAAYFAktoC34ACgkQBsBdh1vkHyFV/gCeOqLbPjMawAXEdR6951VRdg2u
YhAAn35LRd41if4KY9sRD6vdFxr0EfcK
=AW8Y
-END PGP SIGNATURE-


Accepted:
liborc-0.4-0-dbg_0.4.3-5_amd64.deb
  to main/o/orc/liborc-0.4-0-dbg_0.4.3-5_amd64.deb
liborc-0.4-0_0.4.3-5_amd64.deb
  to main/o/orc/liborc-0.4-0_0.4.3-5_amd64.deb
liborc-0.4-dev_0.4.3-5_amd64.deb
  to main/o/orc/liborc-0.4-dev_0.4.3-5_amd64.deb
liborc-0.4-doc_0.4.3-5_all.deb
  to main/o/orc/liborc-0.4-doc_0.4.3-5_all.deb
orc_0.4.3-5.debian.tar.gz
  to main/o/orc/orc_0.4.3-5.debian.tar.gz
orc_0.4.3-5.dsc
  to main/o/orc/orc_0.4.3-5.dsc


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



Accepted ttf-umefont 412-1 (source all)

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

Format: 1.8
Date: Tue, 02 Feb 2010 06:29:43 +0900
Source: ttf-umefont
Binary: ttf-umefont
Architecture: source all
Version: 412-1
Distribution: unstable
Urgency: low
Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org
Changed-By: Hideki Yamane (Debian-JP) henr...@debian.or.jp
Description: 
 ttf-umefont - Japanese TrueType font, Ume-font
Changes: 
 ttf-umefont (412-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control:
 - set Standards-Version: 3.8.4 with no change
Checksums-Sha1: 
 eabe2f29cfa021c59a87afe7b514640cbb80d673 1311 ttf-umefont_412-1.dsc
 646f1695c8e9e7009c7c87e00eda554646cc18f1 51223253 ttf-umefont_412.orig.tar.gz
 9b901796720f6d2a9475ddd3505c3fae6f6b86f7 3898 ttf-umefont_412-1.debian.tar.gz
 96fbda9987a432d49936e4ada65a76e399343740 51283966 ttf-umefont_412-1_all.deb
Checksums-Sha256: 
 604eeabfdfb48f791f72651bff9dd45a73fe905c405d0dddc6330f2ae536fd95 1311 
ttf-umefont_412-1.dsc
 4aeab12cf28ec29c69db1b4e681f15118f462ab78c855576e62a34597a041b8a 51223253 
ttf-umefont_412.orig.tar.gz
 72a5c79bd6f99868c4402a8718195b7fcfadc5a3c25ad2e6ac099dbca4f642d9 3898 
ttf-umefont_412-1.debian.tar.gz
 f17b199b00cfec7963d0b9b13f02b865b5f115b1a20896baca64590a7c54994a 51283966 
ttf-umefont_412-1_all.deb
Files: 
 e71b6b7a5617b17c91aabc53e38f83de 1311 fonts optional ttf-umefont_412-1.dsc
 1e502b63cfe50c6a96b6f58f85663552 51223253 fonts optional 
ttf-umefont_412.orig.tar.gz
 3a9596dfa9bfe8d5c5075cb7f2b05fc4 3898 fonts optional 
ttf-umefont_412-1.debian.tar.gz
 6a8111957f8edc9b94654ccd507b8690 51283966 fonts optional 
ttf-umefont_412-1_all.deb

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

iEYEARECAAYFAktoA8sACgkQIu0hy8THJksSRACdEYWG9e4n5EtrNyVmSu0L/7WB
TEoAoK8qpMK/ixyzLO4vPjg7X9jYskHp
=16wf
-END PGP SIGNATURE-


Accepted:
ttf-umefont_412-1.debian.tar.gz
  to main/t/ttf-umefont/ttf-umefont_412-1.debian.tar.gz
ttf-umefont_412-1.dsc
  to main/t/ttf-umefont/ttf-umefont_412-1.dsc
ttf-umefont_412-1_all.deb
  to main/t/ttf-umefont/ttf-umefont_412-1_all.deb
ttf-umefont_412.orig.tar.gz
  to main/t/ttf-umefont/ttf-umefont_412.orig.tar.gz


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



Accepted gnome-codec-install 0.4.3 (source all)

2010-02-02 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 02 Feb 2010 12:26:59 +0100
Source: gnome-codec-install
Binary: gnome-codec-install
Architecture: source all
Version: 0.4.3
Distribution: unstable
Urgency: low
Maintainer: Sebastian Dröge sl...@debian.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 gnome-codec-install - GStreamer codec installer
Closes: 566112
Changes: 
 gnome-codec-install (0.4.3) unstable; urgency=low
 .
   * GnomeCodecInstall/PackageWorker.py,
 GnomeCodecInstall/MainWindow.py:
 + If no codecs are found, check if the apt package lists
   are complete and if not ask if the user wants to perform
   a update and redo the search (Closes: #566112).
   Thanks to Michael Vogt for the patch.
Checksums-Sha1: 
 d394c1fa76511e7664de8d65936d153c47166db4 991 gnome-codec-install_0.4.3.dsc
 818c005c6165651053ba3f167e024dc44af3fbd5 51906 gnome-codec-install_0.4.3.tar.gz
 b618907818c886e0f24b9dc5ffe828c9f8e73cbc 43694 
gnome-codec-install_0.4.3_all.deb
Checksums-Sha256: 
 a1bbbf20d560da0ab3aee26903248fbe1b5e754a62d62bdde7467331fce4b289 991 
gnome-codec-install_0.4.3.dsc
 7c7c4bccaa654756c628ffdc1d79c9aca3592eff03bdb4c516ccd7473d48de2d 51906 
gnome-codec-install_0.4.3.tar.gz
 dd6a5c9b6d1c973f9882dc10e92cdb776e29e1ef3f6890654a856d014c7cc2ee 43694 
gnome-codec-install_0.4.3_all.deb
Files: 
 41bcb402b5b4f2f28331bebe865244c3 991 gnome optional 
gnome-codec-install_0.4.3.dsc
 7fc4f784df5685c913c828d64a101f72 51906 gnome optional 
gnome-codec-install_0.4.3.tar.gz
 0a3a9406ed1de3f7c066e088352b3ada 43694 gnome optional 
gnome-codec-install_0.4.3_all.deb

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

iEYEARECAAYFAktoDQcACgkQBsBdh1vkHyFhfwCfZARVjYfqi1xZnP3OkPx1OxFf
1ycAniXaDu9FoiLCgxwxeC1w6pXpbOTJ
=Yim8
-END PGP SIGNATURE-


Accepted:
gnome-codec-install_0.4.3.dsc
  to main/g/gnome-codec-install/gnome-codec-install_0.4.3.dsc
gnome-codec-install_0.4.3.tar.gz
  to main/g/gnome-codec-install/gnome-codec-install_0.4.3.tar.gz
gnome-codec-install_0.4.3_all.deb
  to main/g/gnome-codec-install/gnome-codec-install_0.4.3_all.deb


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



Accepted ttf-konatu 26-1 (source all)

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

Format: 1.8
Date: Tue, 02 Feb 2010 20:23:10 +0900
Source: ttf-konatu
Binary: ttf-konatu
Architecture: source all
Version: 26-1
Distribution: unstable
Urgency: low
Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org
Changed-By: Hideki Yamane (Debian-JP) henr...@debian.or.jp
Description: 
 ttf-konatu - TrueType Font originally for BeOS
Changes: 
 ttf-konatu (26-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control:
 - set Standards-Version: 3.8.4 without changes
Checksums-Sha1: 
 21f9ac3ab7aa1ef871a32654352de6c7cd770ac4 1286 ttf-konatu_26-1.dsc
 1e65cc283526bb3ce1d5976fd3ef344849129b7d 8503483 ttf-konatu_26.orig.tar.gz
 d8e85ef43733543ddfba578a4f6c85c2a5bdb090 9720 ttf-konatu_26-1.debian.tar.gz
 a27758affde229b7ddcfafff50ef3556cef7d54c 8423732 ttf-konatu_26-1_all.deb
Checksums-Sha256: 
 91d5806a2539dceb5c3e7968ca0448abdebb2fcfaf9289bf8b82c2469238e418 1286 
ttf-konatu_26-1.dsc
 f3d39276b2ffd02ee27f65403baa1c397a93cd93b490dc2a5be6b63135601691 8503483 
ttf-konatu_26.orig.tar.gz
 913e9b6dc4da560ef42376e87884a183035b2961da8077ecfa45ff6c574e8e5a 9720 
ttf-konatu_26-1.debian.tar.gz
 9f0837d3198209d569acd6ecb11da4ebc63d73172b58b35a12c40ca8818328dc 8423732 
ttf-konatu_26-1_all.deb
Files: 
 52d8ff0a707284d4d52713788a9bf936 1286 fonts optional ttf-konatu_26-1.dsc
 7b8da7d6be203d40c709bb4046365d83 8503483 fonts optional 
ttf-konatu_26.orig.tar.gz
 be2a24654739c4ac6de8428c8f5c48bc 9720 fonts optional 
ttf-konatu_26-1.debian.tar.gz
 95e88e496636ae434c00772d720a323b 8423732 fonts optional ttf-konatu_26-1_all.deb

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

iEYEARECAAYFAktoDBwACgkQIu0hy8THJktHLQCgmsGvNOifZ0ymOUFfAtHZzcJC
aj0AnR59oAo9hpX0XOkgYY+VOSh2sAyO
=AU83
-END PGP SIGNATURE-


Accepted:
ttf-konatu_26-1.debian.tar.gz
  to main/t/ttf-konatu/ttf-konatu_26-1.debian.tar.gz
ttf-konatu_26-1.dsc
  to main/t/ttf-konatu/ttf-konatu_26-1.dsc
ttf-konatu_26-1_all.deb
  to main/t/ttf-konatu/ttf-konatu_26-1_all.deb
ttf-konatu_26.orig.tar.gz
  to main/t/ttf-konatu/ttf-konatu_26.orig.tar.gz


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



Accepted ttf-sawarabi-gothic 20100131-1 (source all)

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

Format: 1.8
Date: Tue, 02 Feb 2010 20:31:06 +0900
Source: ttf-sawarabi-gothic
Binary: ttf-sawarabi-gothic
Architecture: source all
Version: 20100131-1
Distribution: unstable
Urgency: low
Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org
Changed-By: Hideki Yamane (Debian-JP) henr...@debian.or.jp
Description: 
 ttf-sawarabi-gothic - gothic font for Japanese
Changes: 
 ttf-sawarabi-gothic (20100131-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control:
 - set Standards-Version: 3.8.4 without changes.
 - improve description, it includes 1,600 glyphs now.
Checksums-Sha1: 
 df0183ea27b8a2c21fbc46330f78a4646fb322c6 1411 
ttf-sawarabi-gothic_20100131-1.dsc
 74d58a9be54e3e4a818dd6102773cf2c25c1301b 520040 
ttf-sawarabi-gothic_20100131.orig.tar.gz
 aae498ecbfaf460e92c08d1bba94ddafdb95233b 9616 
ttf-sawarabi-gothic_20100131-1.debian.tar.gz
 f79559798f9557c03cabcc14f95c9144a9710316 529348 
ttf-sawarabi-gothic_20100131-1_all.deb
Checksums-Sha256: 
 b8e89fca69492ef2cb770cac69662436eade462a543b58d75587fc67f4388c3a 1411 
ttf-sawarabi-gothic_20100131-1.dsc
 f7508cb96f8553af92ef0f3e8c87f9b40674ec8dbc4eff97f9c36e2e8f6750d0 520040 
ttf-sawarabi-gothic_20100131.orig.tar.gz
 9208dd6d6ac4024fa83d31893306a3a3b1b635df8406e518998ed720699e7645 9616 
ttf-sawarabi-gothic_20100131-1.debian.tar.gz
 874f0b468759368d7e30e8acb4b155e96538dd7fbbb6437b98b168448c49adf6 529348 
ttf-sawarabi-gothic_20100131-1_all.deb
Files: 
 1ed0c256787aba962a37de628c392d56 1411 fonts optional 
ttf-sawarabi-gothic_20100131-1.dsc
 75b931c00095085a0ee30b606e6e9758 520040 fonts optional 
ttf-sawarabi-gothic_20100131.orig.tar.gz
 418f0fc147e158470dd2fdc52091a40f 9616 fonts optional 
ttf-sawarabi-gothic_20100131-1.debian.tar.gz
 f4f23b5a740fa224c2b56f66061ec3d1 529348 fonts optional 
ttf-sawarabi-gothic_20100131-1_all.deb

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

iEYEARECAAYFAktoDhIACgkQIu0hy8THJkvkOwCfV6uXXCG65LVayXQUXFY7erpe
IAoAn3IFwnosZmvkXv6gOjVz2a5WLtes
=dgYB
-END PGP SIGNATURE-


Accepted:
ttf-sawarabi-gothic_20100131-1.debian.tar.gz
  to main/t/ttf-sawarabi-gothic/ttf-sawarabi-gothic_20100131-1.debian.tar.gz
ttf-sawarabi-gothic_20100131-1.dsc
  to main/t/ttf-sawarabi-gothic/ttf-sawarabi-gothic_20100131-1.dsc
ttf-sawarabi-gothic_20100131-1_all.deb
  to main/t/ttf-sawarabi-gothic/ttf-sawarabi-gothic_20100131-1_all.deb
ttf-sawarabi-gothic_20100131.orig.tar.gz
  to main/t/ttf-sawarabi-gothic/ttf-sawarabi-gothic_20100131.orig.tar.gz


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



Accepted claws-mail-extra-plugins 3.7.4-2 (source all amd64)

2010-02-02 Thread Ricardo Mones
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 02 Feb 2010 11:04:44 +0100
Source: claws-mail-extra-plugins
Binary: claws-mail-extra-plugins claws-mail-extra-plugins-dbg 
claws-mail-vcalendar-plugin claws-mail-perl-filter claws-mail-feeds-reader 
claws-mail-mailmbox-plugin claws-mail-html2-viewer claws-mail-acpi-notifier 
claws-mail-attach-remover claws-mail-cache-saver claws-mail-fetchinfo-plugin 
claws-mail-newmail-plugin claws-mail-multi-notifier claws-mail-synce-plugin 
claws-mail-attach-warner claws-mail-spam-report claws-mail-tnef-parser 
claws-mail-archiver-plugin claws-mail-bsfilter-plugin claws-mail-fancy-plugin 
claws-mail-python-plugin claws-mail-geolocation-plugin
Architecture: source all amd64
Version: 3.7.4-2
Distribution: unstable
Urgency: low
Maintainer: Ricardo Mones mo...@debian.org
Changed-By: Ricardo Mones mo...@debian.org
Description: 
 claws-mail-acpi-notifier - Laptop's Mail LED control for Claws Mail
 claws-mail-archiver-plugin - Archiver plugin for Claws Mail
 claws-mail-attach-remover - Mail attachment remover for Claws Mail
 claws-mail-attach-warner - Missing attachment warnings for Claws Mail
 claws-mail-bsfilter-plugin - Spam filtering using bsfilter for Claws Mail
 claws-mail-cache-saver - Internal cache saver for Claws Mail mailer
 claws-mail-extra-plugins - Extra plugins collection for Claws Mail mailer
 claws-mail-extra-plugins-dbg - Debug symbols for Claws Mail Extra Plugins 
packages
 claws-mail-fancy-plugin - HTML mail viewer using GTK+ WebKit
 claws-mail-feeds-reader - Feeds (RSS/Atom) reader plugin for Claws Mail
 claws-mail-fetchinfo-plugin - X-FETCH headers adder for Claws Mail mailer
 claws-mail-geolocation-plugin - Geolocation of senders for claws mail
 claws-mail-html2-viewer - HTML mail/attachment viewer for Claws Mail mailer
 claws-mail-mailmbox-plugin - mbox format mailboxes handler for Claws Mail 
mailer
 claws-mail-multi-notifier - A variety of new mail notifiers for Claws Mail
 claws-mail-newmail-plugin - New mail logger plugin for Claws Mail mailer
 claws-mail-perl-filter - Message filtering plugin using perl for Claws Mail
 claws-mail-python-plugin - Python plugin and console for claws mail
 claws-mail-spam-report - Spam reporting plugin for Claws Mail
 claws-mail-synce-plugin - Addressbook synchronization with Windows CE devices
 claws-mail-tnef-parser - TNEF attachment handler for Claws Mail
 claws-mail-vcalendar-plugin - vCalendar message handling plugin for Claws Mail
Closes: 564604 565125 565211
Changes: 
 claws-mail-extra-plugins (3.7.4-2) unstable; urgency=low
 .
   * debian/rules, debian/control, debian/get-claws-last.sh
   - Make plugins depend on claws-mail version less than the last
 version computed from current (Closes: #564604, #565125)
   - Fix missing dependencies on a couple of plugins
   - Remove Conflicts/Replaces/Provides entries for the renamed
 sylpheed-claws-gtk2 packages.
   - Fix c-m-python-plugin dependency (Closes: #565211)
Checksums-Sha1: 
 3cf8883a30e7f9abee6f940acf76e9ba2738ed83 2066 
claws-mail-extra-plugins_3.7.4-2.dsc
 3cd51b22c2f765b85ee525a1322263340983e52e 30910 
claws-mail-extra-plugins_3.7.4-2.diff.gz
 e88d88db2e42fb5ad0676095cd324ff90cad30d3 11420 
claws-mail-extra-plugins_3.7.4-2_all.deb
 2681127f617d78578f7c38c1e1fbd2ac987fbb1f 2220356 
claws-mail-extra-plugins-dbg_3.7.4-2_amd64.deb
 dedb010ac0d02bfe6b22ea37e7fddfc9df58f99b 309120 
claws-mail-vcalendar-plugin_3.7.4-2_amd64.deb
 b84393454e0717aea7224a04c4acf1f215188df3 49728 
claws-mail-perl-filter_3.7.4-2_amd64.deb
 f0f278ce14a850b68e625f4983e8f781dfc3a4ac 102188 
claws-mail-feeds-reader_3.7.4-2_amd64.deb
 e169056a72bd0437ef54315ac3cc74f89be22638 64266 
claws-mail-mailmbox-plugin_3.7.4-2_amd64.deb
 2f0d55cb864d2ecb7d3a91ef3670c9dc8fc36308 211324 
claws-mail-html2-viewer_3.7.4-2_amd64.deb
 46df8d9ad815fcb3f3946a843c4c3b095153542f 32208 
claws-mail-acpi-notifier_3.7.4-2_amd64.deb
 a7f7ef1b7b121374b782330ad7beeafefd8e7645 17696 
claws-mail-attach-remover_3.7.4-2_amd64.deb
 7830227e4770b9a947c37d3958b7829ccab47c44 10618 
claws-mail-cache-saver_3.7.4-2_amd64.deb
 7754baad8bc453bb378462204cdd2f3bf5506253 16550 
claws-mail-fetchinfo-plugin_3.7.4-2_amd64.deb
 6aebbe90b883af8e1a12a017116c7e1cce79ccec 12168 
claws-mail-newmail-plugin_3.7.4-2_amd64.deb
 e7c76eac9dce82f429ab5d2ceafc6a9385052e36 121616 
claws-mail-multi-notifier_3.7.4-2_amd64.deb
 524c2058b4553fca354b300223ade2c2f6538199 17610 
claws-mail-synce-plugin_3.7.4-2_amd64.deb
 8d03caab39ac4ccf46ac1f43907b6598c9826aaf 27854 
claws-mail-attach-warner_3.7.4-2_amd64.deb
 b3e90209ff9468bc9d34fc059f0aaa7062c1d2bf 24050 
claws-mail-spam-report_3.7.4-2_amd64.deb
 cba46235c42db36d3d8028c82e665b25c584a149 41420 
claws-mail-tnef-parser_3.7.4-2_amd64.deb
 2e88c88d197e35f62f82a60da8a06e477d73a728 66114 
claws-mail-archiver-plugin_3.7.4-2_amd64.deb
 bb2c140a3a9661a86cc5c8b3b8aa51f7ac0fef41 36258 
claws-mail-bsfilter-plugin_3.7.4-2_amd64.deb
 1d22cf09072730c5ca88c0c841f63ed55ff1ff54 29044 

Accepted gpsshogi 0.2.0-1 (source all amd64)

2010-02-02 Thread Daigo Moriwaki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 30 Jan 2010 18:48:02 +0900
Source: gpsshogi
Binary: gpsshogi gpsshogi-data gpsshogi-dbg
Architecture: source all amd64
Version: 0.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Daigo Moriwaki da...@debian.org
Changed-By: Daigo Moriwaki da...@debian.org
Description: 
 gpsshogi   - Shogi playing program based on OpenShogiLib
 gpsshogi-data - data files for gpsshogi
 gpsshogi-dbg - Shogi playing program based on OpenShogiLib
Closes: 567621
Changes: 
 gpsshogi (0.2.0-1) unstable; urgency=low
 .
   * Initial release. (Closes: #567621)
Checksums-Sha1: 
 30396ae8cff3ab2850f7fed97baf12aad46ff4e1 1168 gpsshogi_0.2.0-1.dsc
 187afc0e07d91373567d3a7bd8103e9cb1324a85 17022127 gpsshogi_0.2.0.orig.tar.gz
 24a29545f4d69ec5849c142b386e3186a7fdbcb3 850 gpsshogi_0.2.0-1.diff.gz
 917c0607945c4044d75a9b0f7f1f0ccb948820d3 11649374 gpsshogi-data_0.2.0-1_all.deb
 e278a6fde474a3a3c0e3f9b970faa949846a8f57 129502 gpsshogi_0.2.0-1_amd64.deb
 bf2a68fa616573a8b54e508d5b0e27545712ca9c 22962 gpsshogi-dbg_0.2.0-1_amd64.deb
Checksums-Sha256: 
 df577b737845c0127a18b0e2c474c3be35cf0e0463929a515dd4605128c088d2 1168 
gpsshogi_0.2.0-1.dsc
 1f53a8938110af16e1ee7807b2f5158adbc8c9f776adb9c9962ac22867aee6cd 17022127 
gpsshogi_0.2.0.orig.tar.gz
 5f3f274178fa2e8f09aa824e824b7e93301c89ebc0841334cf1c6589671660cb 850 
gpsshogi_0.2.0-1.diff.gz
 31b7eb7f34be0836bf36772096d4e25d0246b93088ee8905663110d237bccab4 11649374 
gpsshogi-data_0.2.0-1_all.deb
 704c8c0926bb8ce858643b7354f4e76d93ab88bbb94ab1324cc018d5e3ea16de 129502 
gpsshogi_0.2.0-1_amd64.deb
 04c4ca36844759603600257a311f975dbe7664912f2ff547f1066d3d4d0e4a40 22962 
gpsshogi-dbg_0.2.0-1_amd64.deb
Files: 
 a9515ee53ca00f7c5d5f48f68dee5b6f 1168 games optional gpsshogi_0.2.0-1.dsc
 86a727c578b744ea8511c9d9e0f6e49c 17022127 games optional 
gpsshogi_0.2.0.orig.tar.gz
 beaa1bf94f8d4887f3d5b350d655b97b 850 games optional gpsshogi_0.2.0-1.diff.gz
 945d066a272db363f217330a54a6d742 11649374 games optional 
gpsshogi-data_0.2.0-1_all.deb
 734be877967522326b126e0a38a7b82a 129502 games optional 
gpsshogi_0.2.0-1_amd64.deb
 1c0d485b2f9bce59c4f510b51abb491c 22962 debug extra 
gpsshogi-dbg_0.2.0-1_amd64.deb

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

iEYEARECAAYFAktlF5sACgkQNcPj+ukc0lBLewCg0LCjEgVnkg4RghhmhSIOtqA0
gv0An2thyuLn33DhigseK/8RNU14OAaW
=PGu7
-END PGP SIGNATURE-


Accepted:
gpsshogi-data_0.2.0-1_all.deb
  to main/g/gpsshogi/gpsshogi-data_0.2.0-1_all.deb
gpsshogi-dbg_0.2.0-1_amd64.deb
  to main/g/gpsshogi/gpsshogi-dbg_0.2.0-1_amd64.deb
gpsshogi_0.2.0-1.diff.gz
  to main/g/gpsshogi/gpsshogi_0.2.0-1.diff.gz
gpsshogi_0.2.0-1.dsc
  to main/g/gpsshogi/gpsshogi_0.2.0-1.dsc
gpsshogi_0.2.0-1_amd64.deb
  to main/g/gpsshogi/gpsshogi_0.2.0-1_amd64.deb
gpsshogi_0.2.0.orig.tar.gz
  to main/g/gpsshogi/gpsshogi_0.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



Accepted libosl 0.2.0-1 (source all amd64)

2010-02-02 Thread Daigo Moriwaki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 09 Jan 2010 00:02:46 +0900
Source: libosl
Binary: libosl1 libosl-dev libosl1-dbg libosl-doc
Architecture: source all amd64
Version: 0.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Daigo Moriwaki da...@debian.org
Changed-By: Daigo Moriwaki da...@debian.org
Description: 
 libosl-dev - library for Shogi playing programs
 libosl-doc - library for Shogi playing programs
 libosl1- library for Shogi playing programs
 libosl1-dbg - library for Shogi playing programs
Closes: 564231
Changes: 
 libosl (0.2.0-1) unstable; urgency=low
 .
   * Initial release. (Closes: #564231)
Checksums-Sha1: 
 82d8738dc00dbb58dfe759a60d27ad9355679740 1257 libosl_0.2.0-1.dsc
 80ff3268e64608f1559c1b8f4066bd0eea72c79b 146794881 libosl_0.2.0.orig.tar.gz
 fdb30a52f5ff85d9426840568941c586ee6a79ec 998 libosl_0.2.0-1.diff.gz
 2839064422f328dd6362dcd1551dd0c7a639facf 146495354 libosl-doc_0.2.0-1_all.deb
 8f03806f57a384ebdf576f735dfe179dcaa8e67d 1769914 libosl1_0.2.0-1_amd64.deb
 698e90c377207df7776585ef513eca9af1b02674 2750832 libosl-dev_0.2.0-1_amd64.deb
 dd3a4a533013bba12708c0e2b18e280ad945d358 11743204 libosl1-dbg_0.2.0-1_amd64.deb
Checksums-Sha256: 
 4464834996c573c792b54c11aa0b67c42ca11b8b1c7ad6487a4e5b0e0a5aba94 1257 
libosl_0.2.0-1.dsc
 9a6e3ab2eb2cc619b019f6e8a692e340dce5b00bd15f23338aa1443c1e72ede1 146794881 
libosl_0.2.0.orig.tar.gz
 48ef3d267f9cc82a0840aa0a5dfaed0ce93120160475b6395234cc17e5e36c3f 998 
libosl_0.2.0-1.diff.gz
 d419729617007530d85767378e46c58151e955170c0f1aaa01fe101f60403f92 146495354 
libosl-doc_0.2.0-1_all.deb
 cb6532aa011411bff658ee1067e1ca1cce08e398c4b9ce0da2ca29d0c7a51afc 1769914 
libosl1_0.2.0-1_amd64.deb
 2d13e10bc5c4f3254eb6cfa172b9c0cd93768ee7b49d5827626a2bbf44ef8c19 2750832 
libosl-dev_0.2.0-1_amd64.deb
 300468098cdd064a9e0531d034ca0f09ed7bab8c59924212bd5e2fcc4cd9fd83 11743204 
libosl1-dbg_0.2.0-1_amd64.deb
Files: 
 921fb0c14e6a24d1554eb62c46a9a538 1257 libs optional libosl_0.2.0-1.dsc
 fd59328375ce5f4c63b9882866e2d075 146794881 libs optional 
libosl_0.2.0.orig.tar.gz
 8ee5cb519ee54aa590bb7f21896f2e1c 998 libs optional libosl_0.2.0-1.diff.gz
 e39d5f5dded46a41c9c3d01317ad4e4d 146495354 doc optional 
libosl-doc_0.2.0-1_all.deb
 b0912a191e6764c4fcf8270352cf37ee 1769914 libs optional 
libosl1_0.2.0-1_amd64.deb
 345054b5594938833fcc7196e58055bb 2750832 libdevel optional 
libosl-dev_0.2.0-1_amd64.deb
 90fdea0f765d8f7b55bc576d23ce4d6f 11743204 debug extra 
libosl1-dbg_0.2.0-1_amd64.deb

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

iEYEARECAAYFAktlF3UACgkQNcPj+ukc0lB/8gCfRAJFyjE5wfc++dmns9PyBUgN
BZwAn3xmn0WCxY6BIdCxsdYzx5dMY9Qk
=3vF4
-END PGP SIGNATURE-


Accepted:
libosl-dev_0.2.0-1_amd64.deb
  to main/libo/libosl/libosl-dev_0.2.0-1_amd64.deb
libosl-doc_0.2.0-1_all.deb
  to main/libo/libosl/libosl-doc_0.2.0-1_all.deb
libosl1-dbg_0.2.0-1_amd64.deb
  to main/libo/libosl/libosl1-dbg_0.2.0-1_amd64.deb
libosl1_0.2.0-1_amd64.deb
  to main/libo/libosl/libosl1_0.2.0-1_amd64.deb
libosl_0.2.0-1.diff.gz
  to main/libo/libosl/libosl_0.2.0-1.diff.gz
libosl_0.2.0-1.dsc
  to main/libo/libosl/libosl_0.2.0-1.dsc
libosl_0.2.0.orig.tar.gz
  to main/libo/libosl/libosl_0.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



Accepted mercurial-buildpackage 0.8 (source i386)

2010-02-02 Thread Jens Peter Secher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 21 Jan 2010 23:43:03 +0100
Source: mercurial-buildpackage
Binary: mercurial-buildpackage
Architecture: source i386
Version: 0.8
Distribution: unstable
Urgency: low
Maintainer: Jens Peter Secher j...@debian.org
Changed-By: Jens Peter Secher j...@debian.org
Description: 
 mercurial-buildpackage - Suite to maintain Debian packages in Mercurial 
repository
Changes: 
 mercurial-buildpackage (0.8) unstable; urgency=low
 .
   * For dpkg-source format 3.0 (quilt), the repository is now supposed to
 have all Quilt patches fully applied and the .pc directory committed.
 After importorig, the Quilt patches need to be applied manually.
   * Be more careful about precious and interfering files when processing
 directory entries.
Checksums-Sha1: 
 413809cdc573bb59ac49e39c30c2198d4a94dbbd 987 mercurial-buildpackage_0.8.dsc
 fd4a2a41861f5e84c1af5027d24301d189ce6444 27563 
mercurial-buildpackage_0.8.tar.gz
 848aeb2ac30cb7d4039e77795663922b7d807445 221246 
mercurial-buildpackage_0.8_i386.deb
Checksums-Sha256: 
 928501db8a57a516b3b25cb9e876472543daf241eaed1f53b349d3eeec3c2736 987 
mercurial-buildpackage_0.8.dsc
 288119469f72879643be9838c34b3c26112b8e5ea15d2fd940731bc843c46ba6 27563 
mercurial-buildpackage_0.8.tar.gz
 8f65b0eba2fba2c16f7addd516028f5376b2a7c1cf91e42b495ac78b955bed05 221246 
mercurial-buildpackage_0.8_i386.deb
Files: 
 95fb06dfa23f1086daa8e0105ecd624a 987 devel optional 
mercurial-buildpackage_0.8.dsc
 d2fdb69eb075f27b4da305a9809082ea 27563 devel optional 
mercurial-buildpackage_0.8.tar.gz
 06bd4182710e91c83c281f01eec387c4 221246 devel optional 
mercurial-buildpackage_0.8_i386.deb

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

iJwEAQECAAYFAktoE6QACgkQiFVdEFPVQL8sFQP5AQacW1FjZ7/ImTMQMJoQHn3H
6hzqtfc6O8tpcoKa5LGB8w61yMEWgj4C0WtQS2n6biDiFUCw/xl0AwjvNIYzhyz8
EV+JHmmPOv8hzLT1byk6TYoIyvrHdFjwJj1BxW8thPqNaT/fVnmqjcfh0pNtdpzz
Qr80kP5ROi4Yp2FSXjk=
=evON
-END PGP SIGNATURE-


Accepted:
mercurial-buildpackage_0.8.dsc
  to main/m/mercurial-buildpackage/mercurial-buildpackage_0.8.dsc
mercurial-buildpackage_0.8.tar.gz
  to main/m/mercurial-buildpackage/mercurial-buildpackage_0.8.tar.gz
mercurial-buildpackage_0.8_i386.deb
  to main/m/mercurial-buildpackage/mercurial-buildpackage_0.8_i386.deb


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



Accepted ttf-dejima-mincho 227-1 (source all)

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

Format: 1.8
Date: Tue, 02 Feb 2010 20:52:06 +0900
Source: ttf-dejima-mincho
Binary: ttf-dejima-mincho
Architecture: source all
Version: 227-1
Distribution: unstable
Urgency: low
Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org
Changed-By: Hideki Yamane (Debian-JP) henr...@debian.or.jp
Description: 
 ttf-dejima-mincho - antique-looking Japanese TrueType Mincho font
Changes: 
 ttf-dejima-mincho (227-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control:
 - set Standards-Version: 3.8.4 without changes.
Checksums-Sha1: 
 200b6183acb29f5c05379f7067a588426e2f5b7b 1352 ttf-dejima-mincho_227-1.dsc
 a48d2d56a4ddc95e5417f57f41f0dc29196a822f 2430975 
ttf-dejima-mincho_227.orig.tar.gz
 7aa52ed9c2efe4e969e53797b7820a0cc79db48f 3309 
ttf-dejima-mincho_227-1.debian.tar.gz
 1cb87dd959cb6dfbe17eca61b685fcf03b9b134e 2433238 
ttf-dejima-mincho_227-1_all.deb
Checksums-Sha256: 
 9936a0cb99c2ccce4912cada5275f29a2708a1a5b7385580aea342ed90ca01e0 1352 
ttf-dejima-mincho_227-1.dsc
 24cfdb19d03f0bf57c67dcac5cdc72b1119fdd655346de10d320a4e52c30f444 2430975 
ttf-dejima-mincho_227.orig.tar.gz
 8a4f4ae11e85cd1bb09e9160af77fbdb49e1c61535b167b6166007286d177fda 3309 
ttf-dejima-mincho_227-1.debian.tar.gz
 8f2e72b74d96d25cc57c0bb76cfd8a63e1f85d8e1fa73ac1f1c8841bafacd227 2433238 
ttf-dejima-mincho_227-1_all.deb
Files: 
 976776bbc821e611a08253379bf561e0 1352 fonts optional 
ttf-dejima-mincho_227-1.dsc
 edeb1abd45201ead5e7ff2bdca141aec 2430975 fonts optional 
ttf-dejima-mincho_227.orig.tar.gz
 bbfd5cff6d2408be872694f5b75a2ec4 3309 fonts optional 
ttf-dejima-mincho_227-1.debian.tar.gz
 eceea3d1e849cc42a4c7b9fb89863791 2433238 fonts optional 
ttf-dejima-mincho_227-1_all.deb

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

iEYEARECAAYFAktoEvQACgkQIu0hy8THJks92wCfVhiJBykGtPAo0TiK3ZZqbOAT
yxwAniso+TqWyezsZ4p7IjvQ7iqFg11j
=BA0I
-END PGP SIGNATURE-


Accepted:
ttf-dejima-mincho_227-1.debian.tar.gz
  to main/t/ttf-dejima-mincho/ttf-dejima-mincho_227-1.debian.tar.gz
ttf-dejima-mincho_227-1.dsc
  to main/t/ttf-dejima-mincho/ttf-dejima-mincho_227-1.dsc
ttf-dejima-mincho_227-1_all.deb
  to main/t/ttf-dejima-mincho/ttf-dejima-mincho_227-1_all.deb
ttf-dejima-mincho_227.orig.tar.gz
  to main/t/ttf-dejima-mincho/ttf-dejima-mincho_227.orig.tar.gz


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



Accepted hdf5 1.8.4-5 (source all i386)

2010-02-02 Thread Francesco Paolo Lovergine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 02 Feb 2010 12:29:07 +0100
Source: hdf5
Binary: libhdf5-serial-1.8.4 libhdf5-serial-dev libhdf5-lam-1.8.4 
libhdf5-lam-dev libhdf5-openmpi-1.8.4 libhdf5-openmpi-dev libhdf5-mpich-1.8.4 
libhdf5-mpich-dev libhdf5-doc hdf5-tools
Architecture: source all i386
Version: 1.8.4-5
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project pkg-grass-de...@lists.alioth.debian.org
Changed-By: Francesco Paolo Lovergine fran...@debian.org
Description: 
 hdf5-tools - Hierarchical Data Format 5 (HDF5) - Runtime tools
 libhdf5-doc - Hierarchical Data Format 5 (HDF5) - Documentation
 libhdf5-lam-1.8.4 - Hierarchical Data Format 5 (HDF5) - runtime files - LAM 
version
 libhdf5-lam-dev - Hierarchical Data Format 5 (HDF5) - development files - LAM 
versi
 libhdf5-mpich-1.8.4 - Hierarchical Data Format 5 (HDF5) - runtime files - 
MPICH version
 libhdf5-mpich-dev - Hierarchical Data Format 5 (HDF5) - development files - 
MPICH ver
 libhdf5-openmpi-1.8.4 - Hierarchical Data Format 5 (HDF5) - runtime files - 
OpenMPI versi
 libhdf5-openmpi-dev - Hierarchical Data Format 5 (HDF5) - development files - 
OpenMPI v
 libhdf5-serial-1.8.4 - Hierarchical Data Format 5 (HDF5) - runtime files - 
serial versio
 libhdf5-serial-dev - Hierarchical Data Format 5 (HDF5) - development files - 
serial ve
Changes: 
 hdf5 (1.8.4-5) unstable; urgency=low
 .
   * Now forces optimization off (-O0) in debian/rules due to some known 
problems
 with gcc 4.3+ for 1.8.4. This is required to override Debian build 
evnironment
 settings.
Checksums-Sha1: 
 7909a5f5f73ab2cce43d82b102875d10c9fc89a4 1683 hdf5_1.8.4-5.dsc
 6d117aa42501bd0cd013efe7ae593482dd45fe82 12773208 hdf5_1.8.4-5.diff.gz
 94839dfc90d4bc45cdd67457788e050245230e6c 11923594 libhdf5-doc_1.8.4-5_all.deb
 b5db9d15e36964c4c87bd8e3d7aa57dfa9e34ab2 1173670 
libhdf5-serial-1.8.4_1.8.4-5_i386.deb
 19e140f6138fabd3dbad847301b4a4103f23e9e3 2097884 
libhdf5-serial-dev_1.8.4-5_i386.deb
 0ddaed11ac8c0bef47101c7351a4e65989eb15b5 966302 
libhdf5-lam-1.8.4_1.8.4-5_i386.deb
 da2fe80d99d68889c782be32dc93f2b2029d91ce 1297668 
libhdf5-lam-dev_1.8.4-5_i386.deb
 80819f511e52bf5bcbbb40b66bc04ca125f40625 1053756 
libhdf5-openmpi-1.8.4_1.8.4-5_i386.deb
 a639810cf5a7b8e98f0f2b689a0cf0924ef3a655 1977190 
libhdf5-openmpi-dev_1.8.4-5_i386.deb
 052cfd793b097f1efdd3472de0d23e561ae00df8 1255258 
libhdf5-mpich-1.8.4_1.8.4-5_i386.deb
 ca35ac9988c88163abe17ed93407405c52b722f9 1976848 
libhdf5-mpich-dev_1.8.4-5_i386.deb
 a31c3811bbacec2fa5aa507ebf3135ca6cddc4c7 453064 hdf5-tools_1.8.4-5_i386.deb
Checksums-Sha256: 
 3bddf02b0c0d4bbeccef679ce613e95dfeaaa730cfecd4a7e3e446ab72f0f346 1683 
hdf5_1.8.4-5.dsc
 19d0ccd435a2f97806074167b651f6de76f171c9fb45a9303f3c80e877e61acd 12773208 
hdf5_1.8.4-5.diff.gz
 daa59629a76970f1dc89614da566a799f0f4a23b5944f54cb7b4c593c0d2ac0b 11923594 
libhdf5-doc_1.8.4-5_all.deb
 169927eb617a174dc6558068cbf328913f11a599ab3d549f06c006791617dead 1173670 
libhdf5-serial-1.8.4_1.8.4-5_i386.deb
 f79567fc49c38ad184ae74be502173d21ff23f1cb4ee35fbaf1aafd349d00b25 2097884 
libhdf5-serial-dev_1.8.4-5_i386.deb
 53b4196f62f5136547545e098bfa6ea7ec497c1e0f2a3aa93b329cfee6e4bf53 966302 
libhdf5-lam-1.8.4_1.8.4-5_i386.deb
 b2a456991e67a6f9c88bfb318e4d0d8ad0e7ab5eaf36c6ef8561b46e2c86e42f 1297668 
libhdf5-lam-dev_1.8.4-5_i386.deb
 71ebd7a7ff12c42e9dd41066363ddcc36f893659ec1eec6984b88485676c6ce2 1053756 
libhdf5-openmpi-1.8.4_1.8.4-5_i386.deb
 b7a15040978607aadfebd63adab23e3fd46c9090dc1f8caed9d174cbdcc03c01 1977190 
libhdf5-openmpi-dev_1.8.4-5_i386.deb
 f2c00f2497a020f5c43cdd56afcdf30532c7578cf1683032efeb07c09b4cd86d 1255258 
libhdf5-mpich-1.8.4_1.8.4-5_i386.deb
 74a8bc265af41709203c28c8a603ae1927be2e049dc9f323c86537598c61b6b2 1976848 
libhdf5-mpich-dev_1.8.4-5_i386.deb
 851fc424f38a1ebc63d805d42f4f0efafa2d8893bf17059cbbe040d391ea5889 453064 
hdf5-tools_1.8.4-5_i386.deb
Files: 
 3953ea70e58b24ac1d8078af2829850f 1683 science optional hdf5_1.8.4-5.dsc
 485d7bb105c856918190904f0ef5a12f 12773208 science optional hdf5_1.8.4-5.diff.gz
 45a997aca1114861b890fba5c009c1f9 11923594 doc optional 
libhdf5-doc_1.8.4-5_all.deb
 e515f3ef8491b463027aba82de3957aa 1173670 libs optional 
libhdf5-serial-1.8.4_1.8.4-5_i386.deb
 27cc776de38fafed6cc00736ab76f509 2097884 libdevel optional 
libhdf5-serial-dev_1.8.4-5_i386.deb
 e015e86472d7e69d067dbcfc923bff4c 966302 libs extra 
libhdf5-lam-1.8.4_1.8.4-5_i386.deb
 096cedf30894b6364d6c4ab3f3e4bb3b 1297668 libdevel extra 
libhdf5-lam-dev_1.8.4-5_i386.deb
 338526b1e4a7bfdba8d730f60719f474 1053756 libs extra 
libhdf5-openmpi-1.8.4_1.8.4-5_i386.deb
 9b6b393106659740458e934d57c50f9c 1977190 libdevel extra 
libhdf5-openmpi-dev_1.8.4-5_i386.deb
 3a8bff8a96896cb7896ad13b75794f50 1255258 libs extra 
libhdf5-mpich-1.8.4_1.8.4-5_i386.deb
 118d403902b3f66260d1442a8d6bb5c7 1976848 libdevel extra 
libhdf5-mpich-dev_1.8.4-5_i386.deb
 0d4d06bf885f897dbbea110df41b3a84 453064 science optional 
hdf5-tools_1.8.4-5_i386.deb

-BEGIN PGP 

Accepted ttf-komatuna 20100114-1 (source all)

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

Format: 1.8
Date: Tue, 02 Feb 2010 21:47:22 +0900
Source: ttf-komatuna
Binary: ttf-komatuna
Architecture: source all
Version: 20100114-1
Distribution: unstable
Urgency: low
Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org
Changed-By: Hideki Yamane (Debian-JP) henr...@debian.or.jp
Description: 
 ttf-komatuna - modified Konatu and M+fonts, Komatuna
Changes: 
 ttf-komatuna (20100114-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control:
 - set Standars-Version: 3.8.4 without changes
Checksums-Sha1: 
 06b362c7bff1699314a677ec284689c88afe38a1 1375 ttf-komatuna_20100114-1.dsc
 560597d919bcbfe1cae79deef592015adf2614bb 3221960 
ttf-komatuna_20100114.orig.tar.bz2
 8ed1b5fa3dce9db617c02a74011f90f01df1bc05 8430 
ttf-komatuna_20100114-1.debian.tar.gz
 077f8e0e0152b2e9fe4ce6d298f6e277cfdab3c8 3493738 
ttf-komatuna_20100114-1_all.deb
Checksums-Sha256: 
 d8476349563b9220bcb5bdb68dff3b640be4db88a42efad4daa3a9a987f90421 1375 
ttf-komatuna_20100114-1.dsc
 1df38c9c5ed65c21ba7088d8739a70ad7aa310e22fb8443be4721e089bb12c3a 3221960 
ttf-komatuna_20100114.orig.tar.bz2
 0a57137439ce1a6c2fbb8d28e8cc2ad24bceabdb4d23a380dfef025bd17f3da7 8430 
ttf-komatuna_20100114-1.debian.tar.gz
 2b94203e3314a7f258f4632ed0cd002227c3ed5b9a7dcaa04b0604e556be9e0e 3493738 
ttf-komatuna_20100114-1_all.deb
Files: 
 fe9d6aaa464ffdd39b6e743d5e69c893 1375 fonts extra ttf-komatuna_20100114-1.dsc
 fe78a0db6e2c332d13459b5e9531fc9c 3221960 fonts extra 
ttf-komatuna_20100114.orig.tar.bz2
 0d5406e39e49eb832d31c8b77ba89a7b 8430 fonts extra 
ttf-komatuna_20100114-1.debian.tar.gz
 0816a353485c54dcbbaa507c87b498df 3493738 fonts extra 
ttf-komatuna_20100114-1_all.deb

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

iEYEARECAAYFAktoH2AACgkQIu0hy8THJkt3JQCffWyhTNK1L690lnNsj8fzI+tN
r6QAniiaUYghMXi4GCuBdAE8LFme7OQM
=yXFz
-END PGP SIGNATURE-


Accepted:
ttf-komatuna_20100114-1.debian.tar.gz
  to main/t/ttf-komatuna/ttf-komatuna_20100114-1.debian.tar.gz
ttf-komatuna_20100114-1.dsc
  to main/t/ttf-komatuna/ttf-komatuna_20100114-1.dsc
ttf-komatuna_20100114-1_all.deb
  to main/t/ttf-komatuna/ttf-komatuna_20100114-1_all.deb
ttf-komatuna_20100114.orig.tar.bz2
  to main/t/ttf-komatuna/ttf-komatuna_20100114.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



Accepted ttf-umeplus 20100106-1 (source all)

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

Format: 1.8
Date: Tue, 02 Feb 2010 21:34:41 +0900
Source: ttf-umeplus
Binary: ttf-umeplus
Architecture: source all
Version: 20100106-1
Distribution: unstable
Urgency: low
Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org
Changed-By: Hideki Yamane (Debian-JP) henr...@debian.or.jp
Description: 
 ttf-umeplus - Japanese TrueType gothic fonts, based on Umefont and M+Font
Changes: 
 ttf-umeplus (20100106-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control:
 - set Standards-Version: 3.8.4 without changes
Checksums-Sha1: 
 05b28570934a9cefb319465a7a077f4520e46e97 1345 ttf-umeplus_20100106-1.dsc
 2167f5de7bd997de6e86732a595957c4dcf49039 4924525 
ttf-umeplus_20100106.orig.tar.bz2
 77e0b816949693d3edc2378e4485d27b6554d8b8 3400 
ttf-umeplus_20100106-1.debian.tar.gz
 9634e8859abd00cd7f69f7466325cabc88fb065e 5475406 ttf-umeplus_20100106-1_all.deb
Checksums-Sha256: 
 5255850953fdd555ab9db37d463491de7c5a653a98eb0769748445ab752607ad 1345 
ttf-umeplus_20100106-1.dsc
 85a7a29548729c2596c84fea8c557a27aba5fdf58e1d3abbe74e97ee85ca87c9 4924525 
ttf-umeplus_20100106.orig.tar.bz2
 f32445a3bd4db46202a77ead8570c879fffe2ef18e416bd853af4169cff25b55 3400 
ttf-umeplus_20100106-1.debian.tar.gz
 1c953d565d2940ee8859e40817316181bd4622c672f05c3274ed72bb704a5a74 5475406 
ttf-umeplus_20100106-1_all.deb
Files: 
 b9c8b92bf40f632cceaad9dbffeed48b 1345 fonts optional ttf-umeplus_20100106-1.dsc
 3445ab80044c3bbaf02df8059995e93a 4924525 fonts optional 
ttf-umeplus_20100106.orig.tar.bz2
 4ef03652e929ca8d660a98fbad08e1d0 3400 fonts optional 
ttf-umeplus_20100106-1.debian.tar.gz
 eded0ccf8f44420d5b48d0deba4d8c45 5475406 fonts optional 
ttf-umeplus_20100106-1_all.deb

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

iEYEARECAAYFAktoHS0ACgkQIu0hy8THJkvALwCgm68Mgi+J6CWDaLlDBEDc0GUv
W/IAoJfp4H8qMypvnwaGUVYb5Ne5Nt1M
=7XsC
-END PGP SIGNATURE-


Accepted:
ttf-umeplus_20100106-1.debian.tar.gz
  to main/t/ttf-umeplus/ttf-umeplus_20100106-1.debian.tar.gz
ttf-umeplus_20100106-1.dsc
  to main/t/ttf-umeplus/ttf-umeplus_20100106-1.dsc
ttf-umeplus_20100106-1_all.deb
  to main/t/ttf-umeplus/ttf-umeplus_20100106-1_all.deb
ttf-umeplus_20100106.orig.tar.bz2
  to main/t/ttf-umeplus/ttf-umeplus_20100106.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



Accepted haskell-qio 1.0-1 (source all amd64)

2010-02-02 Thread Iain Lane
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 29 Jan 2010 15:41:52 +
Source: haskell-qio
Binary: libghc6-qio-dev libghc6-qio-prof libghc6-qio-doc
Architecture: source all amd64
Version: 1.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Iain Lane la...@ubuntu.com
Description: 
 libghc6-qio-dev - a language for defining quantum computations
 libghc6-qio-doc - a language for defining quantum computations; documentation
 libghc6-qio-prof - a language for defining quantum computations; profiling 
libraries
Closes: 567632
Changes: 
 haskell-qio (1.0-1) unstable; urgency=low
 .
   * Initial release. (Closes: #567632)
Checksums-Sha1: 
 7f2e48da4abade0a13b4b04b7816f2f4110b10c1 1441 haskell-qio_1.0-1.dsc
 b32530058509ec456b03b6cb35f1accb97becedd 10900 haskell-qio_1.0.orig.tar.gz
 052e49e4554c67ac044887319dc161e16a3477bb 1925 haskell-qio_1.0-1.diff.gz
 7cf160577c6d38d810a5497e70973b70b0fdcd81 43268 libghc6-qio-doc_1.0-1_all.deb
 228e9ae31c0cc10b967cb28e54e17eaccd6f2697 228630 libghc6-qio-dev_1.0-1_amd64.deb
 d008c148b3fe825db4d13e2916fc285255061ab0 241934 
libghc6-qio-prof_1.0-1_amd64.deb
Checksums-Sha256: 
 c9cf6e68bbef22907afb04fbaeaed9a8414c4397efb73b812649c0fbc108cff9 1441 
haskell-qio_1.0-1.dsc
 8d8b7077228eef60348d889fc7cf9b04aca4d86bf10c0403e296d35c63792603 10900 
haskell-qio_1.0.orig.tar.gz
 7558f1b010b6121962cc9b4615a7933efcfb55e7a29aa634ae6216f89ec49e5e 1925 
haskell-qio_1.0-1.diff.gz
 ed0d4b8605517bb20a698dcc3a9a3e269d1f16adbd553991d9ee940c156e6546 43268 
libghc6-qio-doc_1.0-1_all.deb
 001b51b496eeb47d27bb4094911386eb0e032faa28befde7730fabaa89429652 228630 
libghc6-qio-dev_1.0-1_amd64.deb
 8eed0130b79ed5bb58e6a2520fd2e1b5f32ce449a34a9f74ae921c8da8bf02e9 241934 
libghc6-qio-prof_1.0-1_amd64.deb
Files: 
 3fdc774699236733c55978e251aebae6 1441 haskell extra haskell-qio_1.0-1.dsc
 c3260dce4c4a4244e4e448eb39b488d4 10900 haskell extra 
haskell-qio_1.0.orig.tar.gz
 c100d717cdfca5cf5aaed83c0d3e9b8d 1925 haskell extra haskell-qio_1.0-1.diff.gz
 994523d123c74ea3e6bf31cb05246628 43268 doc extra libghc6-qio-doc_1.0-1_all.deb
 1716d7270ad18fc2fcfc4ec53226c67e 228630 haskell extra 
libghc6-qio-dev_1.0-1_amd64.deb
 f41925c55d24015433bacefc91e9343e 241934 haskell extra 
libghc6-qio-prof_1.0-1_amd64.deb

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

iEYEARECAAYFAktnNkkACgkQhAwOmkV1TkR8lACfdej2RbbFCUj1rKundY2gnbsM
94oAoLkJaRK/N+P3ohmVQKFn6SbtKFMc
=BZ9J
-END PGP SIGNATURE-


Accepted:
haskell-qio_1.0-1.diff.gz
  to main/h/haskell-qio/haskell-qio_1.0-1.diff.gz
haskell-qio_1.0-1.dsc
  to main/h/haskell-qio/haskell-qio_1.0-1.dsc
haskell-qio_1.0.orig.tar.gz
  to main/h/haskell-qio/haskell-qio_1.0.orig.tar.gz
libghc6-qio-dev_1.0-1_amd64.deb
  to main/h/haskell-qio/libghc6-qio-dev_1.0-1_amd64.deb
libghc6-qio-doc_1.0-1_all.deb
  to main/h/haskell-qio/libghc6-qio-doc_1.0-1_all.deb
libghc6-qio-prof_1.0-1_amd64.deb
  to main/h/haskell-qio/libghc6-qio-prof_1.0-1_amd64.deb


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



Accepted dnsruby 1.43-1 (source all)

2010-02-02 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 02 Feb 2010 13:40:37 +0100
Source: dnsruby
Binary: libdns-ruby1.8 libdns-ruby libdns-ruby-doc
Architecture: source all
Version: 1.43-1
Distribution: unstable
Urgency: low
Maintainer: Ondřej Surý ond...@debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 libdns-ruby - Ruby DNS client library (dummy package)
 libdns-ruby-doc - Documentation for libdns-ruby (dnsruby)
 libdns-ruby1.8 - Ruby DNS client library
Changes: 
 dnsruby (1.43-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 6f5e4c0ef6a71109bb508c65cc0feebfc3ab5ddd 1328 dnsruby_1.43-1.dsc
 1333524ed019957480c6591a7a68e979758e3379 342884 dnsruby_1.43.orig.tar.gz
 3b02317a4d6de6c57367c1e9a8f705c085cb565a 1583 dnsruby_1.43-1.diff.gz
 66bf04fd312bf0de745238a12beaa6b5c8e03da6 272578 libdns-ruby1.8_1.43-1_all.deb
 c6f78c98ad29eaa8968558e51302b8bd4c027252 3070 libdns-ruby_1.43-1_all.deb
 c35167b2f840dec07d4c66f8540988212c4c932b 36043282 
libdns-ruby-doc_1.43-1_all.deb
Checksums-Sha256: 
 19dce5886ad0a7218e291149a26469c8c7e5a67965c6a2296a1a654b95ae9796 1328 
dnsruby_1.43-1.dsc
 14237a5b61e609bd19dbc009f79703e5fbd3484088a084a2407f5320259496bf 342884 
dnsruby_1.43.orig.tar.gz
 8c13a14d231f8f5b9176140a4f3318813b80f6760c87f2c3c925b5a8306c3afa 1583 
dnsruby_1.43-1.diff.gz
 d1991d54c36aaa307e27a347a4f550f52c4e229dd5e99b97a6a7ff649ae0cd1c 272578 
libdns-ruby1.8_1.43-1_all.deb
 8d4220ec8227b9c423f9f7c302d76ba5f8310b743f1729429f26a048217085f2 3070 
libdns-ruby_1.43-1_all.deb
 156615f2bfa74ae7fb744bc75af087e9ecf831793e843b82fb54de532b8af67b 36043282 
libdns-ruby-doc_1.43-1_all.deb
Files: 
 da59116c5257547a029a6a30561a7308 1328 ruby optional dnsruby_1.43-1.dsc
 037df73ae49b465647a38de2c78af847 342884 ruby optional dnsruby_1.43.orig.tar.gz
 b4ba8c3d8061ce705ce920c013259492 1583 ruby optional dnsruby_1.43-1.diff.gz
 6723cfdb45372ed80849e925bb84e33d 272578 ruby optional 
libdns-ruby1.8_1.43-1_all.deb
 5c77614770bf1480419c5386a357a3f2 3070 ruby optional libdns-ruby_1.43-1_all.deb
 03fbd16ca4b8263ceb1e6df0af7f1700 36043282 doc optional 
libdns-ruby-doc_1.43-1_all.deb

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

iEYEARECAAYFAktoJo4ACgkQ9OZqfMIN8nMoTgCfVdQNymDokdJqd3Hmy6IQBiUw
hiYAni7EHiQOxmiw4NEoHY4AU9V9ZJw0
=x0pz
-END PGP SIGNATURE-


Accepted:
dnsruby_1.43-1.diff.gz
  to main/d/dnsruby/dnsruby_1.43-1.diff.gz
dnsruby_1.43-1.dsc
  to main/d/dnsruby/dnsruby_1.43-1.dsc
dnsruby_1.43.orig.tar.gz
  to main/d/dnsruby/dnsruby_1.43.orig.tar.gz
libdns-ruby-doc_1.43-1_all.deb
  to main/d/dnsruby/libdns-ruby-doc_1.43-1_all.deb
libdns-ruby1.8_1.43-1_all.deb
  to main/d/dnsruby/libdns-ruby1.8_1.43-1_all.deb
libdns-ruby_1.43-1_all.deb
  to main/d/dnsruby/libdns-ruby_1.43-1_all.deb


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



Accepted freecraft 1:1.19-2 (source i386)

2010-02-02 Thread Lincoln de Sousa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 13 Nov 2009 19:54:21 -0200
Source: freecraft
Binary: freecraft freecraft-dbg
Architecture: source i386
Version: 1:1.19-2
Distribution: unstable
Urgency: high
Maintainer: Lincoln de Sousa linc...@minaslivre.org
Changed-By: Lincoln de Sousa linc...@minaslivre.org
Description: 
 freecraft  - Realtime fantasy strategy game for Unix and X
 freecraft-dbg - Realtime fantasy strategy game - Debugging simbols
Closes: 558657
Changes: 
 freecraft (1:1.19-2) unstable; urgency=high
 .
   * Fixing Build-Depends list by adding pkg-config (Closes: #558657)
Checksums-Sha1: 
 a34595cbb9d9b98f3b97bccf924f6cb3c073c0b5 1119 freecraft_1.19-2.dsc
 4b95cd048cdd7b0d47db60204b5c49fd85026038 11979 freecraft_1.19-2.diff.gz
 5140c580455ae7acfcbb228ca99cf1966405c78d 540394 freecraft_1.19-2_i386.deb
 c75730f26192b3d239b580e49e53e175481f1297 11684 freecraft-dbg_1.19-2_i386.deb
Checksums-Sha256: 
 7ace6ab1e07e90c746be9146c8630b8bd88afa5841a50c89d2018642c97da4d0 1119 
freecraft_1.19-2.dsc
 a109e55b38e985fab4c2885277ddde2339dc41c2959c213322c4c28eb13dd340 11979 
freecraft_1.19-2.diff.gz
 9a3067bee4bb3e9d47ea7c9aaf5bc3f30222067f60cb8e52c386c0b9587a2acf 540394 
freecraft_1.19-2_i386.deb
 2af72ce7d230918ce71279fb4ad7217f44b85f1bfc0ccee88d4458dbf99a477d 11684 
freecraft-dbg_1.19-2_i386.deb
Files: 
 efa655da8a89e11c2b87f2db2ee6a488 1119 games optional freecraft_1.19-2.dsc
 d8c336a4b6619b9b4649d0ad941c9c3e 11979 games optional freecraft_1.19-2.diff.gz
 921e3292df2e5aa8cff3cb97a9e1ba1a 540394 games optional 
freecraft_1.19-2_i386.deb
 3b0cc20974e85e3b05eab426be91c533 11684 debug extra 
freecraft-dbg_1.19-2_i386.deb

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

iEYEARECAAYFAktoMdoACgkQZEUVIYCd4BJFBwCfWl8kV5hwRWvEXBrDhv8exJIE
rAcAoN26Us9EE5h7mqZ2Z09KhjTlcxmK
=wLVj
-END PGP SIGNATURE-


Accepted:
freecraft-dbg_1.19-2_i386.deb
  to main/f/freecraft/freecraft-dbg_1.19-2_i386.deb
freecraft_1.19-2.diff.gz
  to main/f/freecraft/freecraft_1.19-2.diff.gz
freecraft_1.19-2.dsc
  to main/f/freecraft/freecraft_1.19-2.dsc
freecraft_1.19-2_i386.deb
  to main/f/freecraft/freecraft_1.19-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



Accepted ldns 1.6.4-3 (source amd64)

2010-02-02 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 02 Feb 2010 14:51:07 +0100
Source: ldns
Binary: libldns1 libldns-dev ldnsutils python-ldns
Architecture: source amd64
Version: 1.6.4-3
Distribution: unstable
Urgency: low
Maintainer: Ondřej Surý ond...@debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 ldnsutils  - ldns library for DNS programming
 libldns-dev - ldns library for DNS programming
 libldns1   - ldns library for DNS programming
 python-ldns - Python bindings for the ldns library for DNS programming
Changes: 
 ldns (1.6.4-3) unstable; urgency=low
 .
   * Disable building with binutils-gold
Checksums-Sha1: 
 57170afbbb048b990cb247ff879760be70fa6527 1176 ldns_1.6.4-3.dsc
 8572957e4d5680021a72251b8157c3832dd09473 13734 ldns_1.6.4-3.debian.tar.gz
 072dd9e70ff57b8b876a5213bff695a49c12327c 134058 libldns1_1.6.4-3_amd64.deb
 0d4bc5ae476cea0fe5cf87c6f513518bf17a8abd 576412 libldns-dev_1.6.4-3_amd64.deb
 1f6fc04b209a267b269e40ab8559344e50d0b681 152308 ldnsutils_1.6.4-3_amd64.deb
 e51c79f0a4a36b75aa125db257aa02dd154e4e04 213868 python-ldns_1.6.4-3_amd64.deb
Checksums-Sha256: 
 f83b92586d7340a6338a49f5e9e531ef68af5de87910cad2d6cadecfc32ecce7 1176 
ldns_1.6.4-3.dsc
 648bfbf173cf6e9affa2d0dfdd14a56f2deb631c4245865f392a4b6474c649c3 13734 
ldns_1.6.4-3.debian.tar.gz
 751cede444e1157b3c68f688f6686c5b1518c4803b4b3bf7c5f996624044a182 134058 
libldns1_1.6.4-3_amd64.deb
 e47b3dcdbc70d22a0a622885efa8247e4f08850d6136287bfbf88a72b982b922 576412 
libldns-dev_1.6.4-3_amd64.deb
 fd78cf423932b89d0dab8e3242d3d3571a42356ff90baaf914d416c8dd73025d 152308 
ldnsutils_1.6.4-3_amd64.deb
 d081c770eacae091af09fe9ce50f81d19f1cb6989ede715e44064d3718852ccc 213868 
python-ldns_1.6.4-3_amd64.deb
Files: 
 449abe9b800a140a64ba632045b32817 1176 net extra ldns_1.6.4-3.dsc
 2a57f9598050d1b4160a9c3f2b388e0a 13734 net extra ldns_1.6.4-3.debian.tar.gz
 f2b6489b74bce4cfa98efcc17d5e80fe 134058 libs extra libldns1_1.6.4-3_amd64.deb
 4ec8b055c230cac0e0576a3afa78e374 576412 libdevel extra 
libldns-dev_1.6.4-3_amd64.deb
 6b639b71f28b606ebc61c3938414427a 152308 net extra ldnsutils_1.6.4-3_amd64.deb
 98ecc29bbdae844922be9e96a6b98351 213868 python extra 
python-ldns_1.6.4-3_amd64.deb

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

iEYEARECAAYFAktoM78ACgkQ9OZqfMIN8nP5ZgCdFF/L4ulGji0v9fvkHsGqyqR+
DiEAnRBnGiUN9iQYNjWvoFLA/jFclhlE
=pA4r
-END PGP SIGNATURE-


Accepted:
ldns_1.6.4-3.debian.tar.gz
  to main/l/ldns/ldns_1.6.4-3.debian.tar.gz
ldns_1.6.4-3.dsc
  to main/l/ldns/ldns_1.6.4-3.dsc
ldnsutils_1.6.4-3_amd64.deb
  to main/l/ldns/ldnsutils_1.6.4-3_amd64.deb
libldns-dev_1.6.4-3_amd64.deb
  to main/l/ldns/libldns-dev_1.6.4-3_amd64.deb
libldns1_1.6.4-3_amd64.deb
  to main/l/ldns/libldns1_1.6.4-3_amd64.deb
python-ldns_1.6.4-3_amd64.deb
  to main/l/ldns/python-ldns_1.6.4-3_amd64.deb


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



Accepted moblin-gtk-engine 1.0.5-1 (source i386)

2010-02-02 Thread Zhengpeng Hou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 28 Jan 2010 10:37:54 +
Source: moblin-gtk-engine
Binary: gtk2-engines-moblin
Architecture: source i386
Version: 1.0.5-1
Distribution: unstable
Urgency: low
Maintainer: Zhengpeng Hou zhengpeng-...@ubuntu.com
Changed-By: Zhengpeng Hou zhengpeng-...@ubuntu.com
Description: 
 gtk2-engines-moblin - gtk2 engines for moblin
Changes: 
 moblin-gtk-engine (1.0.5-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 442b44e90b1043efcdb5f3d866ccbf3ce5536c12 1811 moblin-gtk-engine_1.0.5-1.dsc
 954dea9bac78f1531d5a413558778179f6569f66 29520 
moblin-gtk-engine_1.0.5.orig.tar.gz
 87baadbc80768a995d5dee1eb003ba4358eee903 1966 moblin-gtk-engine_1.0.5-1.diff.gz
 484435db7f923ae4ddb06de624867669f81d2009 26318 
gtk2-engines-moblin_1.0.5-1_i386.deb
Checksums-Sha256: 
 63bbce085d2c7f297b321d25c7a2c87bd3ff7a000cba9df5f2131b906f7fd0b4 1811 
moblin-gtk-engine_1.0.5-1.dsc
 ba4eb7d192b71e6802bea42c50f167b449b8ca6cbf97d20ae31db0d2c49b0833 29520 
moblin-gtk-engine_1.0.5.orig.tar.gz
 4e7b5eaf03af39f11bfc9fa342970770073a40c1ddcbedc8f621213a982b1e1e 1966 
moblin-gtk-engine_1.0.5-1.diff.gz
 124cf580aa607edcff8594ded890011264f9b8b383513ff9da493753b7dfffda 26318 
gtk2-engines-moblin_1.0.5-1_i386.deb
Files: 
 9d90a0f8eecc7841f02974315323fb58 1811 x11 optional 
moblin-gtk-engine_1.0.5-1.dsc
 752ea59b37bd0bab3e5bd1f26ad4d7ce 29520 x11 optional 
moblin-gtk-engine_1.0.5.orig.tar.gz
 a9cef5c6b3b11298558840b2172db507 1966 x11 optional 
moblin-gtk-engine_1.0.5-1.diff.gz
 d8d3ad38b9c75e1c083ac070c9f9406e 26318 x11 optional 
gtk2-engines-moblin_1.0.5-1_i386.deb

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

iQIcBAEBCgAGBQJLaDUNAAoJEPgLgUbQQog2VY8QAJ4vihu813AECpZKRPC7Ms7U
3EXzieRT3eq0nqKHwNAw2p/wmlIU/yUsljvHoEoWP2YpGJTES8GQQQwtcDOL564v
te+7PGK8GI5Oe4iooa6dGF+CtVItfH6fnIwPVzOW0VdEqgAIQWoGi3y2M0ILe6zS
6L6yhIrl0laogxQDF7VsxjuQfa1BS4DI+hEN0Vuu0AdLcHW1nrXrYoflucw2kDPd
Xnh6M+JZTTkF+v4zJbJQj2EmI/NbO2sB7DmQYc73jARnipTTYzvSbC1HlCjI/vC/
B2uDp/eQdRKbiYbE35/HUpqji0Qez8thm+cKvgeSpUM8vhBjHSHVDAwu8Mn3T6fg
n2OEGDcyQNwoKEut4UUc2vYwhJDjJKarB5CwmtghxhKtdUe2/dcQMau6mf3kfGkX
vLEg/TOwVbO/Ob+K6nYyd0quZ2GOi3nxBu0mJ1hHPJfnhZmx4wH4N5EPv3dxtx4m
FRRmZnrIeEtNgL1XnrKGBBgxw0DMTitXukoEeEdguQwawmDXz9rqXlZXnStBPXFG
SXX5ZStb86pNL9JHdF3DQl83FPR4fah5QH+JhUcs5n/esU+oNnj+syEVoujnVF6C
/cSK/s7pMYtpifGpc7gqfpzSIAoYtIG52jPWCDueAI4rLEH1CVMWNyqqG7Z12JJ1
xLon2K2mniU1GULsu702
=FeJb
-END PGP SIGNATURE-


Accepted:
gtk2-engines-moblin_1.0.5-1_i386.deb
  to main/m/moblin-gtk-engine/gtk2-engines-moblin_1.0.5-1_i386.deb
moblin-gtk-engine_1.0.5-1.diff.gz
  to main/m/moblin-gtk-engine/moblin-gtk-engine_1.0.5-1.diff.gz
moblin-gtk-engine_1.0.5-1.dsc
  to main/m/moblin-gtk-engine/moblin-gtk-engine_1.0.5-1.dsc
moblin-gtk-engine_1.0.5.orig.tar.gz
  to main/m/moblin-gtk-engine/moblin-gtk-engine_1.0.5.orig.tar.gz


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



Accepted asunder 1.9.1-1 (source i386)

2010-02-02 Thread Jens Peter Secher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 02 Feb 2010 17:00:47 +0100
Source: asunder
Binary: asunder
Architecture: source i386
Version: 1.9.1-1
Distribution: unstable
Urgency: low
Maintainer: Jens Peter Secher j...@debian.org
Changed-By: Jens Peter Secher j...@debian.org
Description: 
 asunder- graphical audio CD ripper and encoder
Closes: 567883
Changes: 
 asunder (1.9.1-1) unstable; urgency=low
 .
   * New upstream version.
 (Closes: #567883)
Checksums-Sha1: 
 71661b9edb9c6ce75b5c83398c08e6aa3ab39174 1242 asunder_1.9.1-1.dsc
 36c4b0eb881f6fa3feaf1a157c693c9121564eca 217005 asunder_1.9.1.orig.tar.bz2
 4a349263169b27913e943b39dae85ba34e52364d 7617 asunder_1.9.1-1.debian.tar.gz
 44f238fa20ee748fbc6812201dc3f698b779c68f 110176 asunder_1.9.1-1_i386.deb
Checksums-Sha256: 
 b40cbda3e907843137df9e73be66b48e4c95d7d0e75f17a882f7bfff226b1c87 1242 
asunder_1.9.1-1.dsc
 9fefd50b74d6457c0b6157387434cb91cb1db95ac1aa806c2b39734038bdb700 217005 
asunder_1.9.1.orig.tar.bz2
 81e72560523ec69aabe690980ddbcecca844bc3e5b2e12ab58c2e2d08f9c87c9 7617 
asunder_1.9.1-1.debian.tar.gz
 ad2ba15ae5408734b17e9d236725ab107103695fc4b1c0fb5175c1d30319e344 110176 
asunder_1.9.1-1_i386.deb
Files: 
 bdeb98de3761ced54e5c1c5edb79a1e4 1242 sound optional asunder_1.9.1-1.dsc
 91e1939978e4379f1328d8ededf4bb06 217005 sound optional 
asunder_1.9.1.orig.tar.bz2
 bb4ad282a87dc0d9d9ae7c3be1106c98 7617 sound optional 
asunder_1.9.1-1.debian.tar.gz
 802848db77fab7a5dbdd9adbb3b6df07 110176 sound optional asunder_1.9.1-1_i386.deb

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

iJwEAQECAAYFAktoUi0ACgkQiFVdEFPVQL/rXwP/bD638ihozlFZN/acEuWrW5iS
tP9swVCeutplmlwJCVpHlf/NJkAImHP+FBeqUb1mgGWIKFAc4vDvNR6DzKhvFzCi
t4teMch1CzUNUm7nSk1PoPmHWk+uZTY15/ZwisRP4piWZ7bF9qHNfVdgO03M4HPe
Azf/J8T+zfc7IxAYvE4=
=DF9+
-END PGP SIGNATURE-


Accepted:
asunder_1.9.1-1.debian.tar.gz
  to main/a/asunder/asunder_1.9.1-1.debian.tar.gz
asunder_1.9.1-1.dsc
  to main/a/asunder/asunder_1.9.1-1.dsc
asunder_1.9.1-1_i386.deb
  to main/a/asunder/asunder_1.9.1-1_i386.deb
asunder_1.9.1.orig.tar.bz2
  to main/a/asunder/asunder_1.9.1.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



Accepted libcrypt-gcrypt-perl 1.24-1 (source i386)

2010-02-02 Thread Daniel Kahn Gillmor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 02 Feb 2010 11:42:09 -0500
Source: libcrypt-gcrypt-perl
Binary: libcrypt-gcrypt-perl
Architecture: source i386
Version: 1.24-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Kahn Gillmor d...@fifthhorseman.net
Changed-By: Daniel Kahn Gillmor d...@fifthhorseman.net
Description: 
 libcrypt-gcrypt-perl - Perl interface to the GNU Cryptographic library
Changes: 
 libcrypt-gcrypt-perl (1.24-1) unstable; urgency=low
 .
   * New Upstream Release.
- adds Crypt::GCrypt::MPI (multi-precision integer support)
   * Switch to dpkg-source 3.0 (quilt) format
   * Bumped Standards-Version to 3.8.4 (no changes needed)
Checksums-Sha1: 
 944f1692fe1189cfd91a6667f18827f9c5ec7dfc 1901 libcrypt-gcrypt-perl_1.24-1.dsc
 4f69934456b58730ebe9ea006e0eb6f724b2a1e4 38695 
libcrypt-gcrypt-perl_1.24.orig.tar.gz
 577592f1fc8ffce812ec856b858e6cb0378496d7 1602 
libcrypt-gcrypt-perl_1.24-1.debian.tar.gz
 a2999059c71bbf50a8a0e14ef7767e53149bb69c 46200 
libcrypt-gcrypt-perl_1.24-1_i386.deb
Checksums-Sha256: 
 0ebb27d66e685f9b3ba74199f34cd1ef51a0490a23ba535da5acf098bfcf6226 1901 
libcrypt-gcrypt-perl_1.24-1.dsc
 19606112e9cb9da1cad64d064b482ae60fbb7786e51b98296bb8189c661b5b95 38695 
libcrypt-gcrypt-perl_1.24.orig.tar.gz
 55bccba61f614c5a6a81c94974d83804703702ae4d2e54923109877a6be74e25 1602 
libcrypt-gcrypt-perl_1.24-1.debian.tar.gz
 9efe100582ba4a60e077e6ac1188b54be58db159f440e2aa18048428ca8477cd 46200 
libcrypt-gcrypt-perl_1.24-1_i386.deb
Files: 
 16748797b758430cc38bd5e725d55110 1901 perl optional 
libcrypt-gcrypt-perl_1.24-1.dsc
 f9412b1b5c6cd03af46f2023db0ba18f 38695 perl optional 
libcrypt-gcrypt-perl_1.24.orig.tar.gz
 eb5d20c5d4a24fe657c49d17ff45df7c 1602 perl optional 
libcrypt-gcrypt-perl_1.24-1.debian.tar.gz
 1008bf7054b6be9c3eaf98e5ed7e468e 46200 perl optional 
libcrypt-gcrypt-perl_1.24-1_i386.deb

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

iQIVAwUBS2hYgMzS7ZTSFznpAQrFXxAAm0w14PRn75AXT4E2nEKSNbeF6GJIfPJq
cb0B641tv+lQcZjiKE0p+YqbyX7sWkWc0Msw7E8vBeaTcAM3CtQQ+baVIDKNnH7E
kVFjZw/F1Utjtd90wEQxc0oExdy/TaWkUXnYQ91xaTh++xYIxWDYrcu4WqVu2AQk
145VhGQE9erwTmBuQd7liBwDiR3CIKf90W43eZ9pxAjDhW0Vt53ShJn3vRodhpO5
kGqS91XWJJS5bob9L5TKA4f3iK5rWkW04B4WNLY4MUSuISKNC3XOLL4NHNgAEyi8
ofnEgxn31sW3JXEq8jW4rZE/WfWC90PPlla7O41lXdQRTVEXgLLR0I+Eo3YfMZQR
rtk7sXnZ+Rx/QBaf4+Qs/7nGBMLyAcIyTsfZLuYj7Yzivpa3aMI/tq8i1oZdgLlm
o4ZLHTuuoBuciX60L+o7ezmkI/nND//c4ks7SWgSOvHI0OLeDpHDQ4VAVunzImlo
CoZ8m+c70cw75j5PCXmYqQEdXz6z8tRSpIE0JUjaqPwUYtiT0xX6I7n67hWJ4O8C
khOxKn14V6r6p0MymvusGh/jcUG+HY9Bkc9HxUxpPpa77u1SZRtHbDIWzg2f/ivE
TmG2jFtJjkZUD37RMywHHHXBaSuRLCdBM72tIXmhtWv2f2UE2LNgsa8HHUb4cTZX
LFH9p1DgsXU=
=FZCQ
-END PGP SIGNATURE-


Accepted:
libcrypt-gcrypt-perl_1.24-1.debian.tar.gz
  to main/libc/libcrypt-gcrypt-perl/libcrypt-gcrypt-perl_1.24-1.debian.tar.gz
libcrypt-gcrypt-perl_1.24-1.dsc
  to main/libc/libcrypt-gcrypt-perl/libcrypt-gcrypt-perl_1.24-1.dsc
libcrypt-gcrypt-perl_1.24-1_i386.deb
  to main/libc/libcrypt-gcrypt-perl/libcrypt-gcrypt-perl_1.24-1_i386.deb
libcrypt-gcrypt-perl_1.24.orig.tar.gz
  to main/libc/libcrypt-gcrypt-perl/libcrypt-gcrypt-perl_1.24.orig.tar.gz


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



Accepted jeex 12.0.2-1 (source amd64)

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

Format: 1.8
Date: Tue, 02 Feb 2010 17:47:37 +0100
Source: jeex
Binary: jeex
Architecture: source amd64
Version: 12.0.2-1
Distribution: unstable
Urgency: low
Maintainer: David Paleino da...@debian.org
Changed-By: Alessio Treglia quadris...@ubuntu.com
Description: 
 jeex   - visual editor to view and edit files in hexadecimal
Changes: 
 jeex (12.0.2-1) unstable; urgency=low
 .
   * New upstream release.
   * Bump Standards.
   * Drop all patches that have been applied by upstream.
Checksums-Sha1: 
 35d324f798f18264ac18f55a862c99e49d1da6ef 1212 jeex_12.0.2-1.dsc
 ce2b4c011b5395d9a9819cef53b644f981a14814 110329 jeex_12.0.2.orig.tar.bz2
 8afc4250340a1a91a65131df9fe3f62601601e03 4327 jeex_12.0.2-1.debian.tar.gz
 d68645cd50769cd6fdfbd882dfeb08964d108e32 117046 jeex_12.0.2-1_amd64.deb
Checksums-Sha256: 
 8afa74337ead63883d49170b73928381d03cd179138f8ee890f0e5ac06a36747 1212 
jeex_12.0.2-1.dsc
 844c6854d17ee27cd00440761be07c99c3771afdaed8d9340f1f33eb42dea9c8 110329 
jeex_12.0.2.orig.tar.bz2
 fe28333dc599f0664c2d6167b8e6d0e44aee1d921db878974f67b1868dde79fc 4327 
jeex_12.0.2-1.debian.tar.gz
 76f79f96d60eedaf58ba2cfc2d242e303f625340d0c8863eb8d5599c52a8a4e6 117046 
jeex_12.0.2-1_amd64.deb
Files: 
 9103cde4d3ae426347ad91abb18d42ce 1212 editors optional jeex_12.0.2-1.dsc
 db748f3251b751ce3c4788b6acf62e35 110329 editors optional 
jeex_12.0.2.orig.tar.bz2
 c7bcf9a23e75be64456063b648dc90fa 4327 editors optional 
jeex_12.0.2-1.debian.tar.gz
 555dd6767b1d747ec77b3287db3d01cf 117046 editors optional 
jeex_12.0.2-1_amd64.deb

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

iEYEARECAAYFAktoWlgACgkQRdSMfNz8P9DH4QCfVCuaxLeU8VQ6IF7A5YwdZyZ4
9bwAn3pgbDRMfGF1AVl0UoNyWRXpcgEI
=AivG
-END PGP SIGNATURE-


Accepted:
jeex_12.0.2-1.debian.tar.gz
  to main/j/jeex/jeex_12.0.2-1.debian.tar.gz
jeex_12.0.2-1.dsc
  to main/j/jeex/jeex_12.0.2-1.dsc
jeex_12.0.2-1_amd64.deb
  to main/j/jeex/jeex_12.0.2-1_amd64.deb
jeex_12.0.2.orig.tar.bz2
  to main/j/jeex/jeex_12.0.2.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



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

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

Format: 1.8
Date: Tue, 02 Feb 2010 11:40:59 -0500
Source: zsh-beta
Binary: zsh-beta zsh-beta-doc zsh-beta-static
Architecture: source all
Version: 4.3.10-dev-1+20100202-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-1+20100202-1) unstable; urgency=low
 .
   * Update to HEAD.
Checksums-Sha1: 
 77c0ca5fe463b863f5d3ef50ccd640f4f0f4e8bb 1933 
zsh-beta_4.3.10-dev-1+20100202-1.dsc
 40431588ddfb3822f821c0a18f13dc1572039ef3 2176100 
zsh-beta_4.3.10-dev-1+20100202.orig.tar.bz2
 1c2aa071cdddaf45f0a709804421547c1c1b3450 823020 
zsh-beta_4.3.10-dev-1+20100202-1.debian.tar.gz
 aa5579d33363f221afd3d8594c793a5b100afe13 922008 
zsh-beta-doc_4.3.10-dev-1+20100202-1_all.deb
Checksums-Sha256: 
 095a12748c7b19f42d259ad9db1f9a715b728d6401cea7393494637cb4fa2da9 1933 
zsh-beta_4.3.10-dev-1+20100202-1.dsc
 284c7af04da15a2b4dc299ad4759a93b5776bf6a0a0375868b6d8f3f2111e27c 2176100 
zsh-beta_4.3.10-dev-1+20100202.orig.tar.bz2
 dc8936df4f7b7d3d70db768e3af97cf213b14f34f9205bc88eb969d1162dc96c 823020 
zsh-beta_4.3.10-dev-1+20100202-1.debian.tar.gz
 3d6c910413c22aeb6c2a3824b27f887471000a892e40c79de700f728965b7d09 922008 
zsh-beta-doc_4.3.10-dev-1+20100202-1_all.deb
Files: 
 759be3cdd7a353f8fc4228123888a922 1933 shells optional 
zsh-beta_4.3.10-dev-1+20100202-1.dsc
 9b88c95bd4e38434c780b922fecd3ab7 2176100 shells optional 
zsh-beta_4.3.10-dev-1+20100202.orig.tar.bz2
 ecd379bf89ff9d75add60c1529abe7ad 823020 shells optional 
zsh-beta_4.3.10-dev-1+20100202-1.debian.tar.gz
 a844d54d3f3e446d1611ce4f95a60dae 922008 doc optional 
zsh-beta-doc_4.3.10-dev-1+20100202-1_all.deb

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

iQIcBAEBCgAGBQJLaFo6AAoJEFWSMx4ZnTioIPoP/1To+TwZum0eJjv7qLLwVaos
9YHQT28R1AqGnaTJB1BMyBdRLru5j2Y/2kvlqFaQWyD2at80cou8H0BlCyRH+d92
5pqkIoZ9NzPQBVW+lPflJRWoaGY9jMLYXm7P6ZjP5dlDHzEwI6AqJGC/syvAW3OV
P29UwV+jZFnuqlbbnPPbWY9/M4zGowvL4Tet9PT9bPHUtL3H4EHK47Ex+bR8Ak8L
EsN/jA2Ybj1iSM2OSnrPLHgljGyrDDaLhQTUVKon04QlHYnneYxiPnQFbAI25fdk
8MrjyizfnJDjubbk8tpB/3e7k1a0V7uvyluU8OXZpEgbtUZirvWcs8xFuyYNURQi
4ghp+XllUKR9ET3yh/jcHbM4TS1rpjvJTfrEiCrAZksT8D557MOV7vKbw7GSon8P
M3tTn4/temdCEul46RyJ2Jq78FTplnO+EP3pKo+9e62KoxT+xN/OZX3OvQiW0aqM
P6hL/qelFI7tN23Q38EgOtB4y6QzBJyljsX7KhKwcNGuxseEiYSTWVaxKd4rcDfO
IdD2+RnKRzxniFsBwRPqjOJpdVYqTvfbbvJd12PQr2U9FEFH1XGl5/3IF31w9tZi
vFn7RIgaouyZM55fAci0BS6VAeckAfoCDJCSKXQMIZI31iE0p62j9ARb5SeWC33y
oW1qJn3jc2YQXvm//0iF
=8YPR
-END PGP SIGNATURE-


Accepted:
zsh-beta-doc_4.3.10-dev-1+20100202-1_all.deb
  to main/z/zsh-beta/zsh-beta-doc_4.3.10-dev-1+20100202-1_all.deb
zsh-beta_4.3.10-dev-1+20100202-1.debian.tar.gz
  to main/z/zsh-beta/zsh-beta_4.3.10-dev-1+20100202-1.debian.tar.gz
zsh-beta_4.3.10-dev-1+20100202-1.dsc
  to main/z/zsh-beta/zsh-beta_4.3.10-dev-1+20100202-1.dsc
zsh-beta_4.3.10-dev-1+20100202.orig.tar.bz2
  to main/z/zsh-beta/zsh-beta_4.3.10-dev-1+20100202.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



Accepted debhelper 7.4.13 (source all)

2010-02-02 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 02 Feb 2010 12:15:41 -0500
Source: debhelper
Binary: debhelper
Architecture: source all
Version: 7.4.13
Distribution: unstable
Urgency: low
Maintainer: Joey Hess jo...@debian.org
Changed-By: Joey Hess jo...@debian.org
Description: 
 debhelper  - helper programs for debian/rules
Closes: 567586 568081
Changes: 
 debhelper (7.4.13) unstable; urgency=low
 .
   * dh_compress: Avoid compressing images in /usr/share/info. Closes: #567586
   * Fix handling of -O with options specified by commands. Closes: #568081
Checksums-Sha1: 
 275cf24f3edd6099e0ff891eca9a63db9f7142d0 1551 debhelper_7.4.13.dsc
 d3ba2b916ce4fda7ed76054ae5180540da2404c8 352733 debhelper_7.4.13.tar.gz
 570fa3a3f06bf992de28387cfa0172b5a5f270e4 454662 debhelper_7.4.13_all.deb
Checksums-Sha256: 
 ce34a6c745b91bb9386aa7d96adda280cdde605cbf814934da4633d9172567d7 1551 
debhelper_7.4.13.dsc
 881076ee0f42ce7bd43157064dd14d4025db93fab4d023e761fad02b823de612 352733 
debhelper_7.4.13.tar.gz
 6b9804ce059eeec26f32ab22656e63f9610222e30d34d559df119932111837bd 454662 
debhelper_7.4.13_all.deb
Files: 
 52607cafcc3dfafa2ffc9a2b3c34682b 1551 devel optional debhelper_7.4.13.dsc
 f84942d601f62d1243599955109ca17f 352733 devel optional debhelper_7.4.13.tar.gz
 20c87d9422dc0841ec8fca31bb7a6751 454662 devel optional debhelper_7.4.13_all.deb

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

iQIVAwUBS2hejskQ2SIlEuPHAQj2vBAAphP462Lp5+Fio/b8duZDfU7DUl9wiPUg
U7tcDELtkBYd+8l+Qwrc//BXbc+IvaxZ40Hwd5Hs5DGds+BBb8PbLcxMm7lConx5
3dZ9Pz8Jz5z0YzDfk3V6unU53AO3LHDoq56onCIjRN+b0Vudg3b5PAZAdURM6JBx
UwBVjGTadA/t/vfbcZYzjTzV7W6hOdlkQV1qTmv7kWgoHp5wM4XunKQR3ngE9mpg
zBJGrdgcvyiUQ9ztcUTBmqOPkH6RSU2FHdVRU9rfI/uTTOIaABVAoUDC2rC+LeCH
9uxwaNifBBD4k7E/VX+Mgc1fDtRgnnICRwBxzP5gSXScsNPWpSX/xglVY3axi+Km
V+WR5i2WsV0z1k2KRGxHILFZvuZGeom4SLOeWVE7Tu+1ve8EJlyo31aVQTvmg2PW
4lZ6E3cYEcKH98vbb4ndF4PyGWEHDfkpdYDZO/ZnppZ4ipDySsiJSd16vgkUpXlo
AnvVjr+O1w3mkXBuC5mP6ElG2hvvuua9YZe71kHcSy3IJQHNiwr9UTeG9WvujpCQ
qwAi+cau8H/CqDL7NNcqajkbdz0Y8rFqB5WUTzqB/juRSbaaCYg/dE2MrfUI16bt
XQYMnAmxWudquSu3nhR8VKo0JF/lfPeFuvgwkap0yOIfFjBWE8YR4zzniywcPpAd
KWEre3Mxw68=
=PtOw
-END PGP SIGNATURE-


Accepted:
debhelper_7.4.13.dsc
  to main/d/debhelper/debhelper_7.4.13.dsc
debhelper_7.4.13.tar.gz
  to main/d/debhelper/debhelper_7.4.13.tar.gz
debhelper_7.4.13_all.deb
  to main/d/debhelper/debhelper_7.4.13_all.deb


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



Accepted shared-mime-info 0.71-1 (source amd64)

2010-02-02 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 02 Feb 2010 18:37:49 +0100
Source: shared-mime-info
Binary: shared-mime-info
Architecture: source amd64
Version: 0.71-1
Distribution: unstable
Urgency: low
Maintainer: Filip Van Raemdonck mecha...@debian.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 shared-mime-info - FreeDesktop.org shared MIME database and spec
Changes: 
 shared-mime-info (0.71-1) unstable; urgency=low
 .
   * New upstream release:
 + debian/patches/240_D_is_not_C.patch:
   - Dropped, merged upstream.
Checksums-Sha1: 
 46dbde42e35e34fb015b3b02e6b97e3c0ce1446b 1207 shared-mime-info_0.71-1.dsc
 529ab62f1b99ddfef55599209fc1780726d8273d 772925 
shared-mime-info_0.71.orig.tar.gz
 5fec73cb69dea2f578ea20bf9cf6626f121d0b6a 9348 shared-mime-info_0.71-1.diff.gz
 67ef54a05dddf37eddd4dd2da7770cca16a14944 840774 
shared-mime-info_0.71-1_amd64.deb
Checksums-Sha256: 
 2c7c00789888513f9836885ec2a3719a4b7e33c90e0970e04a52a6f9cea896e9 1207 
shared-mime-info_0.71-1.dsc
 c3d0ee495c44edfa2b8974aec13ff795ac1f5006447e4aacb93ebc7b006a90fa 772925 
shared-mime-info_0.71.orig.tar.gz
 b27f23a37975921448bd428897ce8d89501515524d047a5d1a07f0658021c591 9348 
shared-mime-info_0.71-1.diff.gz
 8da38bed700e40687768fca87a0ddb50337d2a77d06319605b09c145de8c2ca5 840774 
shared-mime-info_0.71-1_amd64.deb
Files: 
 f5260b6596e04552fa5836349afb3688 1207 misc optional shared-mime-info_0.71-1.dsc
 c0c23355390046425a2baaf80d20db77 772925 misc optional 
shared-mime-info_0.71.orig.tar.gz
 620680d5eab0f72da5882aa46a1ff384 9348 misc optional 
shared-mime-info_0.71-1.diff.gz
 e7cee087888046a6e380e30830defb36 840774 misc optional 
shared-mime-info_0.71-1_amd64.deb

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

iEYEARECAAYFAktoZG8ACgkQBsBdh1vkHyHK6QCfXrgezgFav6XfHescH8qJp7vk
JiwAoIEL03qnqYgxkoTGVTrbZsfbYVeS
=jZOY
-END PGP SIGNATURE-


Accepted:
shared-mime-info_0.71-1.diff.gz
  to main/s/shared-mime-info/shared-mime-info_0.71-1.diff.gz
shared-mime-info_0.71-1.dsc
  to main/s/shared-mime-info/shared-mime-info_0.71-1.dsc
shared-mime-info_0.71-1_amd64.deb
  to main/s/shared-mime-info/shared-mime-info_0.71-1_amd64.deb
shared-mime-info_0.71.orig.tar.gz
  to main/s/shared-mime-info/shared-mime-info_0.71.orig.tar.gz


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



Accepted iso-codes 3.13-1 (source all)

2010-02-02 Thread Tobias Quathamer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 02 Feb 2010 18:34:56 +0100
Source: iso-codes
Binary: iso-codes
Architecture: source all
Version: 3.13-1
Distribution: unstable
Urgency: low
Maintainer: Tobias Quathamer to...@debian.org
Changed-By: Tobias Quathamer to...@debian.org
Description: 
 iso-codes  - ISO language, territory, currency, script codes and their transla
Closes: 564039
Changes: 
 iso-codes (3.13-1) unstable; urgency=low
 .
   * New upstream release. This closes the following bugs from Debian
 BTS:
 - ISO-3166: Traditional Chinese by Tetralet. Closes: #564039
   * Update to Standards-Version 3.8.4, no changes needed
Checksums-Sha1: 
 c69c4b929821767b301248a2cba9fcc3c57b92bf 1292 iso-codes_3.13-1.dsc
 97f9f2d8e27d5ac1a9692486a07437abb1dadb4f 5635512 iso-codes_3.13.orig.tar.bz2
 40bc6aa04537f623e983f202ec91f1f1036f2faa 19154 iso-codes_3.13-1.debian.tar.gz
 93e80a76b86c60f2d4d7e8c9b72f4c1c9b7ad264 2811778 iso-codes_3.13-1_all.deb
Checksums-Sha256: 
 ef2d70dca09ebbb06041f7d0a7284435c01a36fc7334a1ad2495c688baaf 1292 
iso-codes_3.13-1.dsc
 815f99a26566e2ec77294d42530583866e58af98d495f39420187491f76eb650 5635512 
iso-codes_3.13.orig.tar.bz2
 71702e63a95f5c881785de447b4e4b06169c9a585ff53cf8f9664cc55c67ea4b 19154 
iso-codes_3.13-1.debian.tar.gz
 3bd7580eefd07bab7592a6901204de151f1acb1d8d70f79bc61f73ac80af38d1 2811778 
iso-codes_3.13-1_all.deb
Files: 
 6272c681487a197b8893601dc15aef85 1292 misc optional iso-codes_3.13-1.dsc
 14fa1ead51e96ebd6a2f4baeb0e3adaf 5635512 misc optional 
iso-codes_3.13.orig.tar.bz2
 0e40250ca4a5a2f9559cca0c44909e1b 19154 misc optional 
iso-codes_3.13-1.debian.tar.gz
 85d9ccbfb322254a398233e6d94b9ac7 2811778 misc optional iso-codes_3.13-1_all.deb

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

iEYEARECAAYFAktoZGUACgkQ3UXUABXir9Y4QwCeML+T47tfUpblcj9Z47nwvpaO
sbQAnRtbreAlHEk2FMpP1mNGzgK4ZXzO
=fPov
-END PGP SIGNATURE-


Accepted:
iso-codes_3.13-1.debian.tar.gz
  to main/i/iso-codes/iso-codes_3.13-1.debian.tar.gz
iso-codes_3.13-1.dsc
  to main/i/iso-codes/iso-codes_3.13-1.dsc
iso-codes_3.13-1_all.deb
  to main/i/iso-codes/iso-codes_3.13-1_all.deb
iso-codes_3.13.orig.tar.bz2
  to main/i/iso-codes/iso-codes_3.13.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



Accepted barnowl 1.5-1 (source i386)

2010-02-02 Thread Sam Hartman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 02 Feb 2010 13:16:41 -0500
Source: barnowl
Binary: barnowl
Architecture: source i386
Version: 1.5-1
Distribution: unstable
Urgency: medium
Maintainer: Sam Hartman hartm...@debian.org
Changed-By: Sam Hartman hartm...@debian.org
Description: 
 barnowl- A curses-based tty Jabber, IRC, AIM  and Zephyr client
Changes: 
 barnowl (1.5-1) unstable; urgency=medium
 .
   * New upstream release
Checksums-Sha1: 
 d0254b4746504eb10756dd852fb469257275b357 1247 barnowl_1.5-1.dsc
 f5f3b7c5cd8174c4de63132958540673493851b1 826059 barnowl_1.5.orig.tar.gz
 bbf7fbf1f42aebddf6bedf3380f72ff28fb5a378 5748 barnowl_1.5-1.diff.gz
 7ec940424e6443702796c767d863bae2e19b3d26 490848 barnowl_1.5-1_i386.deb
Checksums-Sha256: 
 40cd7c03f6a7f772e450e36615aeb0a5b18f9e845732d606f1956f1ba0eb056d 1247 
barnowl_1.5-1.dsc
 8dc0c849234445ea5eb5d25d5de841b722d20a36d621c62d5ff4a9e4a4388039 826059 
barnowl_1.5.orig.tar.gz
 fe0430005d9c0cf5abe780920b048e4ee631a752ea9a98d98749fd4f222c84a4 5748 
barnowl_1.5-1.diff.gz
 fcf96eab121c8f231be6067d1fc97486d49c81b14ca753c40fc3c0e70b3929a5 490848 
barnowl_1.5-1_i386.deb
Files: 
 913f5befccfbb6a194b5b77f9e030df7 1247 net optional barnowl_1.5-1.dsc
 53f81c6bcc1714e433449c96c677f66b 826059 net optional barnowl_1.5.orig.tar.gz
 677c378f366bbebfec7092021eef769a 5748 net optional barnowl_1.5-1.diff.gz
 070598fa0fcb031c49cd2cb84cf182fd 490848 net optional barnowl_1.5-1_i386.deb

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

iEYEARECAAYFAktobRoACgkQ/I12czyGJg8ibACeOyj6eHUBAWzuGwp6Vp62A+Tn
bdQAoKuexc6fmzeot3i8DFqpM4MD0TJS
=iR+B
-END PGP SIGNATURE-


Accepted:
barnowl_1.5-1.diff.gz
  to main/b/barnowl/barnowl_1.5-1.diff.gz
barnowl_1.5-1.dsc
  to main/b/barnowl/barnowl_1.5-1.dsc
barnowl_1.5-1_i386.deb
  to main/b/barnowl/barnowl_1.5-1_i386.deb
barnowl_1.5.orig.tar.gz
  to main/b/barnowl/barnowl_1.5.orig.tar.gz


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



Accepted pymvpa 0.4.4-1 (source all amd64)

2010-02-02 Thread Yaroslav Halchenko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 01 Feb 2010 20:51:42 -0500
Source: pymvpa
Binary: python-mvpa python-mvpa-doc python-mvpa-lib
Architecture: source all amd64
Version: 0.4.4-1
Distribution: unstable
Urgency: low
Maintainer: Yaroslav Halchenko deb...@onerussian.com
Changed-By: Yaroslav Halchenko deb...@onerussian.com
Description: 
 python-mvpa - multivariate pattern analysis with Python
 python-mvpa-doc - documentation and examples for PyMVPA
 python-mvpa-lib - low-level implementations and bindings for PyMVPA
Changes: 
 pymvpa (0.4.4-1) unstable; urgency=low
 .
   * New upstream release.
   * Dropping building of entire doc collection -- from now only HTML
 versions of documents gets shipped within -doc.  That lightens
 -doc package and quickens package building (unneeded
 build-depends got dropped: texlive, texlive-latex-extra)
   * Adding shogun-python-modular into Build-Depends since it is needed
 for documentation inheritance_diagram extension.
   * Bump Standards-Version to 3.8.4 -- no changes necessary.
   * Updated suggests for new naming of openopt package, fixed spelling
 error in short description of -doc package.
   * Dropped patching of upstream Makefile to don't build 3rd party code,
 now control is done via variable PYMVPA_NO_3RD.
Checksums-Sha1: 
 fb43fb23782df343c482d258ee7673f6cab32bd1 1630 pymvpa_0.4.4-1.dsc
 646d08c2d26d2e8e2d8fc83a3f9b109c16f760f8 5051309 pymvpa_0.4.4.orig.tar.gz
 edcf67a8915490c637dda5e41b6efef29f4dc2ec 6388 pymvpa_0.4.4-1.diff.gz
 50458a01dadca394038fe9ee31247f63b7636ac4 2163166 python-mvpa_0.4.4-1_all.deb
 40026c3ac03881a5439252f7ee04f6e90f6de35b 9841492 
python-mvpa-doc_0.4.4-1_all.deb
 711cc98e727a2ed639d0afe732fbecca0ba9b46f 68128 
python-mvpa-lib_0.4.4-1_amd64.deb
Checksums-Sha256: 
 477076537d311bc6da3a46c7b298e52e480f7c068c728358bc2c07b1819e48dd 1630 
pymvpa_0.4.4-1.dsc
 aff3d9ee6fb6ae2e145b1ee6a8d97eaedf100658fca013ddecd01e5075f9e081 5051309 
pymvpa_0.4.4.orig.tar.gz
 edcecf0505773ad9268dde9aa165d1af6f76bacd784541a0e5cd423abf848076 6388 
pymvpa_0.4.4-1.diff.gz
 d4a069386b66d751310f93206721eab15d42e662b09bb3fde07685a14a20041d 2163166 
python-mvpa_0.4.4-1_all.deb
 919a3973e1ad9e213c6be0fc6b5b63b0066ecc0e8b3c5e7c0e28a685287b451b 9841492 
python-mvpa-doc_0.4.4-1_all.deb
 216ad596dc6d5b07c22d461dbeb008e4e2d8763459c42fecfc473e78dd35b0a5 68128 
python-mvpa-lib_0.4.4-1_amd64.deb
Files: 
 665f19d7cbe80ec22fa51eb3372de0fe 1630 python optional pymvpa_0.4.4-1.dsc
 ae218d349fdb447ab3c67e2a24c1787b 5051309 python optional 
pymvpa_0.4.4.orig.tar.gz
 f8603a2702ab21856c45935b3b463822 6388 python optional pymvpa_0.4.4-1.diff.gz
 8c0c9e23020389fe74dc9a9d0c2f5913 2163166 python optional 
python-mvpa_0.4.4-1_all.deb
 25a28d298ac677ed0380ad8185c579e1 9841492 doc optional 
python-mvpa-doc_0.4.4-1_all.deb
 c882afedd76538be2cdb36056592f687 68128 python optional 
python-mvpa-lib_0.4.4-1_amd64.deb

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

iEYEARECAAYFAktodCUACgkQjRFFY3XAJMjZyACeOENdgvr4zbfoF/C053daVIAh
DaUAn2TSOU6h3qW5vIFAJ527R+cJSZta
=Hwhl
-END PGP SIGNATURE-


Accepted:
pymvpa_0.4.4-1.diff.gz
  to main/p/pymvpa/pymvpa_0.4.4-1.diff.gz
pymvpa_0.4.4-1.dsc
  to main/p/pymvpa/pymvpa_0.4.4-1.dsc
pymvpa_0.4.4.orig.tar.gz
  to main/p/pymvpa/pymvpa_0.4.4.orig.tar.gz
python-mvpa-doc_0.4.4-1_all.deb
  to main/p/pymvpa/python-mvpa-doc_0.4.4-1_all.deb
python-mvpa-lib_0.4.4-1_amd64.deb
  to main/p/pymvpa/python-mvpa-lib_0.4.4-1_amd64.deb
python-mvpa_0.4.4-1_all.deb
  to main/p/pymvpa/python-mvpa_0.4.4-1_all.deb


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



Accepted life 0.9.16-1 (source all amd64)

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

Format: 1.8
Date: Tue, 02 Feb 2010 10:58:51 +0100
Source: life
Binary: liblife liblife-dev liblife-dbg life-apps life-doc
Architecture: source all amd64
Version: 0.9.16-1
Distribution: unstable
Urgency: low
Maintainer: Debian Scientific Computing Team 
pkg-scicomp-de...@lists.alioth.debian.org
Changed-By: Christophe Prud'homme prudh...@debian.org
Description: 
 liblife- A library for the finite element method
 liblife-dbg - A library for the finite element method
 liblife-dev - A library for the finite element method
 life-apps  - A library for the finite element method
 life-doc   - A library for the finite element method
Changes: 
 life (0.9.16-1) unstable; urgency=low
 .
   * New upstream release
- make trilinos optional. That should ease the porting on platforms where
  trilinos does not compile (yet)
- improvements in the kdtree data structure
   * debian/control: disable trilinos build-depends on hppa and hurd,
 disable mpi on hurd
Checksums-Sha1: 
 b664455904612781fedcfcb6bf23f8b8fde16689 1688 life_0.9.16-1.dsc
 a350da528de140874882ebca43d9a06e190f7a5f 2723796 life_0.9.16.orig.tar.gz
 f948e9e297749d1c4152afacbb9cabf0ac5716c6 8013 life_0.9.16-1.diff.gz
 e7f4616201e5ca473b7ba5f67f982aa9c0c52c75 1445640 life-doc_0.9.16-1_all.deb
 0f701e5786e9cd314c8bdd4b241e8f1fbd40f911 3140240 liblife_0.9.16-1_amd64.deb
 9e69fde82430b11b09b7802b46702fff55726ca9 747988 liblife-dev_0.9.16-1_amd64.deb
 80a4623cbda6c9ad00e53fd240a144fe1a5eac1e 539356 liblife-dbg_0.9.16-1_amd64.deb
 289b52ef430db9a2f722357c3d70837f2e520e77 38925208 life-apps_0.9.16-1_amd64.deb
Checksums-Sha256: 
 7127e445da03d821a85695095f2b6bc981e81ed2c7da235e969b3bd7f67583e8 1688 
life_0.9.16-1.dsc
 ce96f325a066e25cd965d90d681d367e895d641bdae0f58d17a6895135789665 2723796 
life_0.9.16.orig.tar.gz
 2e33425a68cc8505adc6db72e2e02a84d0cb74a4489e41929658ad9a50f028f5 8013 
life_0.9.16-1.diff.gz
 1e332ddc9e15dc1683274027ab9115a0cd9247354408eab3321f8581fee0e628 1445640 
life-doc_0.9.16-1_all.deb
 78911decbce56d8ce6b7f6bffc08d52678e4f7e580002bf900faf7e22fd09ed2 3140240 
liblife_0.9.16-1_amd64.deb
 1f3fcd8e168878acf8eeeaa1d0b1ec19bce8a637626c1f9e8aae6f150008 747988 
liblife-dev_0.9.16-1_amd64.deb
 1f3af10657e5f441bec820744433c7fa968f0163ac1d57818a2c05c4f50c6246 539356 
liblife-dbg_0.9.16-1_amd64.deb
 f79abf9ea7613c0748fd36378c62d9d040f0983f10357b35e1007637122b466f 38925208 
life-apps_0.9.16-1_amd64.deb
Files: 
 00346b56239edcd84640172743880b82 1688 science extra life_0.9.16-1.dsc
 1a3e91e4903275d8233141f6ad2dc42e 2723796 science extra life_0.9.16.orig.tar.gz
 979fd192c64c1017983466787533bd54 8013 science extra life_0.9.16-1.diff.gz
 515c27b466dcc1dbdad68c30369ea9e0 1445640 doc extra life-doc_0.9.16-1_all.deb
 904e7715945370608826321e57855460 3140240 libs extra liblife_0.9.16-1_amd64.deb
 948c3dcc85e0f80f1730cf87daa1dd63 747988 libdevel extra 
liblife-dev_0.9.16-1_amd64.deb
 3cfbcfa6c45d0c3520226307fd79e407 539356 debug extra 
liblife-dbg_0.9.16-1_amd64.deb
 d3b2068f540ce1cc5fd4e009470b64df 38925208 science extra 
life-apps_0.9.16-1_amd64.deb

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

iD8DBQFLaHlYoY+0C9S+FFARApnrAJ9xdpaHcCsn76wUoCI1dmpZYyzbxQCffLp1
5HQsUby+DB01bUpWQ5u7BLQ=
=C74T
-END PGP SIGNATURE-


Accepted:
liblife-dbg_0.9.16-1_amd64.deb
  to main/l/life/liblife-dbg_0.9.16-1_amd64.deb
liblife-dev_0.9.16-1_amd64.deb
  to main/l/life/liblife-dev_0.9.16-1_amd64.deb
liblife_0.9.16-1_amd64.deb
  to main/l/life/liblife_0.9.16-1_amd64.deb
life-apps_0.9.16-1_amd64.deb
  to main/l/life/life-apps_0.9.16-1_amd64.deb
life-doc_0.9.16-1_all.deb
  to main/l/life/life-doc_0.9.16-1_all.deb
life_0.9.16-1.diff.gz
  to main/l/life/life_0.9.16-1.diff.gz
life_0.9.16-1.dsc
  to main/l/life/life_0.9.16-1.dsc
life_0.9.16.orig.tar.gz
  to main/l/life/life_0.9.16.orig.tar.gz


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



Accepted webgui 7.7.31-1 (source all)

2010-02-02 Thread USB
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 02 Feb 2010 11:45:47 -0430
Source: webgui
Binary: webgui
Architecture: source all
Version: 7.7.31-1
Distribution: unstable
Urgency: low
Maintainer: Ernesto Hernández-Novich (USB) e...@usb.ve
Changed-By: Ernesto Hernández-Novich (USB) e...@usb.ve
Description: 
 webgui - Content management platform to maintain complex web sites
Changes: 
 webgui (7.7.31-1) unstable; urgency=low
 .
   * New upstream release.
   * Updated Standards-Version.
   * Added new dependency on libdatetime-format-http-perl.
   * Added copyright notice for a JavaScript fragment provided as
 collateral for testing purposes.
   * The JavaScript fragment is named jquery.js, however it is not
 the same as the JQuery JavaScript library included with Debian,
 so a lintian override has been added.
   * Package now needs dh_lintian, so added a versioned Build Depends
 on debhelper 6.0.7.
Checksums-Sha1: 
 82ddf4d7ce7c7af6d3097942086ffc5247230520 1693 webgui_7.7.31-1.dsc
 bda73eea63c5ce5b5d58f522ec08410effca59b5 17766756 webgui_7.7.31.orig.tar.gz
 a960039005f586775a4aff154e231cd4a7886585 43308 webgui_7.7.31-1.diff.gz
 69bdb215cdb789909a634e8b147227ee123e1177 8990444 webgui_7.7.31-1_all.deb
Checksums-Sha256: 
 41cd4cd18727a89705718d10067c7e1975c5773154767e816e852e04ebf6c8b1 1693 
webgui_7.7.31-1.dsc
 f5622a548dd4baea11dae617754b4bf2413b9b8e0f2e7c8a73e8d8f6265c80ef 17766756 
webgui_7.7.31.orig.tar.gz
 fd764e5c5b023c8c40415d22f0e5f5f3137368938137e6f6b2f836757045872f 43308 
webgui_7.7.31-1.diff.gz
 2d7cdc0514bd2f20d8376d534b763793b27b301103277cdba078ec510bb8496b 8990444 
webgui_7.7.31-1_all.deb
Files: 
 b01076dee0da9105b860b7ae1aeda00b 1693 web optional webgui_7.7.31-1.dsc
 55f1fc13b8ad2af6040dfd3e715611e9 17766756 web optional 
webgui_7.7.31.orig.tar.gz
 f487b1e60a8431e474a61b6ab62bf353 43308 web optional webgui_7.7.31-1.diff.gz
 b932057059a5b6d4aa691e73842dcb48 8990444 web optional webgui_7.7.31-1_all.deb

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

iQIcBAEBCAAGBQJLaH6QAAoJELs6aAGGSaoGeGoQAICs8rp+nIdGk7FzWdLMzJjj
oZu+4jCbUZGqYI25Udwb2Giy7YEU0s0SlHIWYvC+WfdiFVW+TpiFMrqFNRM2POuX
D/nHkzhR9ZQB21dWTATl+y+jTN5voeW0LIvT1ASrMegnwVqMu1sx3zvQPIepqSvP
WrjiLxyJZDgdB1W9Oksel9pqq8bayruDVbAWtOvZ4YNGwQnHcpwT/9D/ZKLXZPKR
ZIePuw4ezzMbvju+rTBDaFs10gWW+WMh8zoy+9sdI2CZLVq3OglEnS2TfOX+tedv
withz2AYg4rFSyy4w+f5tfF0q2oL5u7uZ1KOcuwlgSh3j48ICCBih8pqovZhbsE4
4h3nKSpZjSGEfjPev9/alJ58QwVhQin6mrNDTgU4pxSh9hCVcD1v5I/2rf5G2a05
YInZwzAbscAPzJYndK6Ty6l09US9wmAdz4wBxzEnroLygZ29oJXKw46pGYkik4aZ
/4R0WAM+5IalUYEqd5wd8gshoFbGaBXXrg+4BJMXJhkOML8YhlVUlOLCgzv+YpaE
ZZbOlkMTVqQb6zL5ZGFrQtjlxvVXw+QiIYrHti54pNZR0JU/7GBar91sXUjZLyjS
OBzjQ1PYBfubSUWykhUpTTG7BZ9ZjRhbzulXFgFFqcqimlWQVKPPWXVygKQw0FAJ
ISPlsUQwEhslVHHR3LQB
=aRJC
-END PGP SIGNATURE-


Accepted:
webgui_7.7.31-1.diff.gz
  to main/w/webgui/webgui_7.7.31-1.diff.gz
webgui_7.7.31-1.dsc
  to main/w/webgui/webgui_7.7.31-1.dsc
webgui_7.7.31-1_all.deb
  to main/w/webgui/webgui_7.7.31-1_all.deb
webgui_7.7.31.orig.tar.gz
  to main/w/webgui/webgui_7.7.31.orig.tar.gz


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



Accepted xz-utils 4.999.9beta+20100131-1 (source all amd64)

2010-02-02 Thread Jonathan Nieder
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Jan 2010 17:32:02 -0600
Source: xz-utils
Binary: liblzma2 xz-utils liblzma-dev liblzma-doc
Architecture: source amd64 all
Version: 4.999.9beta+20100131-1
Distribution: unstable
Urgency: low
Maintainer: Jonathan Nieder jrnie...@gmail.com
Changed-By: Jonathan Nieder jrnie...@gmail.com
Description: 
 liblzma-dev - XZ-format compression library - development files
 liblzma-doc - XZ-format compression library - API documentation
 liblzma2   - XZ-format compression library
 xz-utils   - XZ-format compression utilities
Changes: 
 xz-utils (4.999.9beta+20100131-1) unstable; urgency=low
 .
   * New upstream snapshot, taken from upstream commit f9dd797a.
  + xz: the --list option to display information about a compressed
file (e.g., its uncompressed size) is now functional.  The output
of the xz --robot --list command still may change in future
versions.
   * xz-utils: NEWS.Debian.gz: Clarify how interleaved output can
 go wrong.
   * debian/rules: Simplify:
  - remove support for comma as a delimiter for $(DEB_BUILD_OPTIONS).
  - rely on dh --parallel instead of tricky logic of our own to
handle parallel builds.  Build-Depends: debhelper (= 7.4.10).
   * Correct some typos in the 4.999.9beta+20100117-1 changelog entry.
   * Standards-Version: 3.8.4 (checked).
   * Update copyright file.
Checksums-Sha1: 
 9d9031b94c420ff8ac4f29c5893c0ac04d8f6b1b 1435 
xz-utils_4.999.9beta+20100131-1.dsc
 4058d65ef7909edddef7d0688c8428c76c0fcf16 493173 
xz-utils_4.999.9beta+20100131.orig.tar.gz
 6a3823fa619b7fdf74b12d59d189e49b5e12da24 92363 
xz-utils_4.999.9beta+20100131-1.debian.tar.gz
 9f07407367608c84832bd8ca7b154766fab6e52b 161594 
liblzma2_4.999.9beta+20100131-1_amd64.deb
 0042b4bda7e57c9d190bad83cd562e9a06069e37 246060 
xz-utils_4.999.9beta+20100131-1_amd64.deb
 5b53ed27d7252b105261d23048d2666e3b8eebb2 228386 
liblzma-dev_4.999.9beta+20100131-1_amd64.deb
 298da9ef93419166579dbd9b674ca84e0336cad4 488028 
liblzma-doc_4.999.9beta+20100131-1_all.deb
Checksums-Sha256: 
 a74a7b198ddd9e93c852e8ad8ebe38102f4a6bdaaee48ee4ea3cb9dc5b9a3385 1435 
xz-utils_4.999.9beta+20100131-1.dsc
 b9be082caad4b57cdd4a40133ae965fb7374571ca972e5db9f69b664b2806ae5 493173 
xz-utils_4.999.9beta+20100131.orig.tar.gz
 c59f3c0a317e177ebf769156178b675a01c8175223d2cf4187ff761b82fd16c1 92363 
xz-utils_4.999.9beta+20100131-1.debian.tar.gz
 82520ed32bf3eb18be3b372cd4405e2a1a5877e22022cbea78f1ac6378d1c3dc 161594 
liblzma2_4.999.9beta+20100131-1_amd64.deb
 f9630b11417ee6b7dd1847d007a11f609cd2b4c3cdf6659cbcfa3953ef7c4b55 246060 
xz-utils_4.999.9beta+20100131-1_amd64.deb
 589e9044514cc57ca43471abba8fb2b3c323b1516e780406ecf1a8a8e3a82532 228386 
liblzma-dev_4.999.9beta+20100131-1_amd64.deb
 1eca5c388cf824e8d5b2564f8cd5bf3f7b786ac62c1d3bc916a6cdd9d2f59c82 488028 
liblzma-doc_4.999.9beta+20100131-1_all.deb
Files: 
 d9fdcf6ea6b37009a8de4b3675ba6129 1435 utils optional 
xz-utils_4.999.9beta+20100131-1.dsc
 937e9c5ed4b831c342e0585aa4eb07c6 493173 utils optional 
xz-utils_4.999.9beta+20100131.orig.tar.gz
 6f76ab661054b3105d754ebc36c25f05 92363 utils optional 
xz-utils_4.999.9beta+20100131-1.debian.tar.gz
 c8c097c3939feb22f122bf9d1d5c6e7a 161594 libs optional 
liblzma2_4.999.9beta+20100131-1_amd64.deb
 d424ce0104e68f1a470ba4a1ba311389 246060 utils optional 
xz-utils_4.999.9beta+20100131-1_amd64.deb
 0511d7c23831e86dbad06b3b81048b58 228386 libdevel optional 
liblzma-dev_4.999.9beta+20100131-1_amd64.deb
 004958227e469d2d1e1ebd643e18c2a9 488028 doc optional 
liblzma-doc_4.999.9beta+20100131-1_all.deb

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

iEYEARECAAYFAktn+8oACgkQ3DVS6DbnVgSgQgCg/E/zn5pEXydTMkesTwztRenn
tw4An3fidlmIg7RJayORAqqoFda9MZbI
=Miy/
-END PGP SIGNATURE-


Accepted:
liblzma-dev_4.999.9beta+20100131-1_amd64.deb
  to main/x/xz-utils/liblzma-dev_4.999.9beta+20100131-1_amd64.deb
liblzma-doc_4.999.9beta+20100131-1_all.deb
  to main/x/xz-utils/liblzma-doc_4.999.9beta+20100131-1_all.deb
liblzma2_4.999.9beta+20100131-1_amd64.deb
  to main/x/xz-utils/liblzma2_4.999.9beta+20100131-1_amd64.deb
xz-utils_4.999.9beta+20100131-1.debian.tar.gz
  to main/x/xz-utils/xz-utils_4.999.9beta+20100131-1.debian.tar.gz
xz-utils_4.999.9beta+20100131-1.dsc
  to main/x/xz-utils/xz-utils_4.999.9beta+20100131-1.dsc
xz-utils_4.999.9beta+20100131-1_amd64.deb
  to main/x/xz-utils/xz-utils_4.999.9beta+20100131-1_amd64.deb
xz-utils_4.999.9beta+20100131.orig.tar.gz
  to main/x/xz-utils/xz-utils_4.999.9beta+20100131.orig.tar.gz


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



Accepted aqsis 1.2.0-2.2 (source amd64)

2010-02-02 Thread Mehdi Dogguy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 31 Jan 2010 17:47:00 +0100
Source: aqsis
Binary: aqsis aqsis-libsc2a aqsis-libs-dev
Architecture: source amd64
Version: 1.2.0-2.2
Distribution: unstable
Urgency: low
Maintainer: David Martínez Moreno en...@debian.org
Changed-By: Mehdi Dogguy me...@debian.org
Description: 
 aqsis  - suite of applications implementing the RenderMan Interface
 aqsis-libs-dev - suite of applications implementing the RenderMan Interface - 
deve
 aqsis-libsc2a - suite of applications implementing the RenderMan Interface - 
libr
Closes: 504858 549806 564207
Changes: 
 aqsis (1.2.0-2.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS with GCC 4.4 (missing #include), (Closes: #504858).
 Thanks to Martin Michlmayr who reported the issue and provided a
 patch (added 02_gcc_4.4_fixes.patch).
   * Use env.Clone instead of env.Copy in various SConscript files
 (added 03_env_clone.patch) (Closes: #549806, #564207)
Checksums-Sha1: 
 aed370d9c40893022b11b16a656602d1b7afeb76 1757 aqsis_1.2.0-2.2.dsc
 ceb4aa436370abfc11546b31bbaa59cf49733fb4 13437 aqsis_1.2.0-2.2.diff.gz
 ce840659ec1aa88bc52d8a4913f5b4b244fd7c78 337770 aqsis_1.2.0-2.2_amd64.deb
 d7e426c7878b178e335f13829ba3b3581113f32f 1546328 
aqsis-libsc2a_1.2.0-2.2_amd64.deb
 5bb4f74ea15d7d621b7c0065666b2138d1eac0e1 31350 
aqsis-libs-dev_1.2.0-2.2_amd64.deb
Checksums-Sha256: 
 b796db2b8f96bfc3e6c4356debd18122acd87cfcffc0736094a20be35f8104a0 1757 
aqsis_1.2.0-2.2.dsc
 c603adf52a5272dc2afddffafda2ec730f2c70ae7c9b4068f3d023e36bf2460c 13437 
aqsis_1.2.0-2.2.diff.gz
 fd394bb1c17249b013dcd7af9aaaee2479212c0cb2b00e07201a04755147dcb8 337770 
aqsis_1.2.0-2.2_amd64.deb
 3f1a00f5aedeee24a14ec99d8526518fcc95e28de4b3c07d6d2730b98ae8 1546328 
aqsis-libsc2a_1.2.0-2.2_amd64.deb
 2180c29418f09c382ccabdde854d9ea4e700ba6b91f3e75ca2a301ff78798c6c 31350 
aqsis-libs-dev_1.2.0-2.2_amd64.deb
Files: 
 3bbe65fabc5e11b0348a8cf8ba7a233b 1757 graphics optional aqsis_1.2.0-2.2.dsc
 12dcb69c425824e7a64f4e9933c05085 13437 graphics optional 
aqsis_1.2.0-2.2.diff.gz
 ff6b8c620290eaececca8717f175c5f4 337770 graphics optional 
aqsis_1.2.0-2.2_amd64.deb
 8dd73c175939d5cfb3f509fbca47cfb0 1546328 libs optional 
aqsis-libsc2a_1.2.0-2.2_amd64.deb
 e309c3918e2ee935026d9faad47ec904 31350 libdevel optional 
aqsis-libs-dev_1.2.0-2.2_amd64.deb

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

iQIcBAEBCAAGBQJLZedyAAoJEDO+GgqMLtj/+AkP/2N4BbioKNCPtwqRieE5ivyx
qeuLnOFqZQYJIyhCC3Nxcl003LXjOM4lLOm10JcVjbbN/l4UkRdYYvvF8WcPK4zx
5EE2yChIsfxZ8dNR2QXB6gxijPGJO9LU4GL0nRmEEVVigwfqfYIWIVm2CDKwq5cs
2dk96d10/jDRzPEI1dSyZ+yJUHsleih4HggqT+Z0wPRNM1l3YpnjIW9P3utH78vs
IH+21hBFegNlw85QO0VHz4HknVQosQ2MztroiLOOm231oHJrxAykTbANHr3p1aTg
2U0mYjE+vquzGyJO7P3Kl1NIpMDujP0nZn7ucP11OHcpxcLBSzfIdPQfHGYC15L8
pfwzAQCw/vRrUW92MZhvVq/Gu2RCbMatv0O1V+8W3vleDmVEN6s57y+HbE98Jjcm
t11hJ04YyUe4yiAs6Nzz2mo1bYf63mRSjawDU6qfDGWn3TG6Is55cvz2qTKD6dIA
OzlEkWl04cJvNFbxGVfkbHo3X993dYyyaf3HqvfN7mkmSbbUozrgoFwXxEGUqmXP
3CyBcstcxQ4V39K4FJG0gNWxQK/BVMXvYyVJ+cKaM3tm/RkgN11zhBQ6nfgUUT2F
tvT8fm3A/xOVRDOqI4I11yibLamYjMyKnKqQuQx4+fzUnvu78zjGfW6qyYwU83Ye
te1xiXUdWmcGK8QxocBB
=tPql
-END PGP SIGNATURE-


Accepted:
aqsis-libs-dev_1.2.0-2.2_amd64.deb
  to main/a/aqsis/aqsis-libs-dev_1.2.0-2.2_amd64.deb
aqsis-libsc2a_1.2.0-2.2_amd64.deb
  to main/a/aqsis/aqsis-libsc2a_1.2.0-2.2_amd64.deb
aqsis_1.2.0-2.2.diff.gz
  to main/a/aqsis/aqsis_1.2.0-2.2.diff.gz
aqsis_1.2.0-2.2.dsc
  to main/a/aqsis/aqsis_1.2.0-2.2.dsc
aqsis_1.2.0-2.2_amd64.deb
  to main/a/aqsis/aqsis_1.2.0-2.2_amd64.deb


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



Accepted gnurobbo 0.65.6+dfsg-1 (source kfreebsd-i386)

2010-02-02 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 01 Feb 2010 20:52:56 +0100
Source: gnurobbo
Binary: gnurobbo
Architecture: kfreebsd-i386 source
Version: 0.65.6+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Stephen Kitt st...@sk2.org
Description: 
 gnurobbo   - logic game ported from ATARI XE/XL
Changes: 
 gnurobbo (0.65.6+dfsg-1) unstable; urgency=low
 .
   * New upstream version (packaged without sound support for Debian,
 since the sound license is CC Sampling Plus 1.0 which is considered
 non-free).
Checksums-Sha1: 
 85d0391f63dadaa21ff8355ba5262e45ac455ada 877440 
gnurobbo_0.65.6+dfsg-1_kfreebsd-i386.deb
 10facbc941142660ec286296fa4085c37b868107 1971 gnurobbo_0.65.6+dfsg-1.dsc
 7287f9c1064fd4c036ab918b388665e21f4aa1b6 979346 
gnurobbo_0.65.6+dfsg.orig.tar.gz
 1e239611474d63fbf4915ebb48f7f4caced17177 5072 gnurobbo_0.65.6+dfsg-1.diff.gz
Checksums-Sha256: 
 0504a582eb056e1a0e75f9bfe5066776838e8525c8e7f52732b545c3cb0fb68c 877440 
gnurobbo_0.65.6+dfsg-1_kfreebsd-i386.deb
 cf74689a9c3c4d824ce0065a1e8c83a1ed0b9b7d905a093bad209ee8d59190b8 1971 
gnurobbo_0.65.6+dfsg-1.dsc
 7c316979d24b57bd63ba96d0c63a1d2edb7fd62fd54887a32fec01a7b625077b 979346 
gnurobbo_0.65.6+dfsg.orig.tar.gz
 94b1a2a681979448c42872301fca8776be9e14d414d34f3f81a6639dc04833ce 5072 
gnurobbo_0.65.6+dfsg-1.diff.gz
Files: 
 5456f8c039b2b61efda71966a163493a 877440 games optional 
gnurobbo_0.65.6+dfsg-1_kfreebsd-i386.deb
 a6f20deafbaa417d4a6c966c69462dc9 1971 games optional gnurobbo_0.65.6+dfsg-1.dsc
 cb2de74990ad488b16c58231aec9c55f 979346 games optional 
gnurobbo_0.65.6+dfsg.orig.tar.gz
 bf053ff49e752e0dce4eb52b7e1c7234 5072 games optional 
gnurobbo_0.65.6+dfsg-1.diff.gz

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

iQIcBAEBCgAGBQJLaIxAAAoJEKv/7bJACMb5AVsP/iKvdVLYHGa53YDh1AtI+Ks4
45oAFv0sE+liGxVrZlTjvYEouXYTqJ/X6ngid+FxUpk4S/Bvu/mUww983fuukz6F
SK1oAHfxQrMAxHZY1X7Azzhu6DRQHJbV/06XUAsNOP0Uc2Lwp3SaaI+0bFow9gC/
+FCNbKU8MykajEt6cel7g8XAGZEUbAWIIEV2jfjRilDQsAcgKHwe3MabXLQgFmeh
QY/NknmnA3meQ9Fg3Bi5TJO4fC9LyThjZQnwdNIm+yIP7Qnfxv8I8lTeEATfD8hm
1kRzVzm0D8f9xrgTcIRfICwQnYMuYFQbBNMQtVuA3wtpETN0BoPb331/pD/HFaJN
FnZBe3xbPNT+TN7KRVuaWGoy41Dis7ywzIYTMaBBI4Z5VPrOSeovxmJrRs53aspp
BkhUV0ZXhUIwp3GR3witW+/+mrz8Et0mh5tCSuX8vwpFBy2PpNkeQVbGmeJdK0NJ
JLG1Mvj/ScRuPm04AS3WJwUKdWPzdEXUuVlBCVMW/ZwNkEiO5S5g1B6k+J9rHb2z
Auzs2QDdE9nONjwisIoL5Rxf43XX2SK5ZCB/bpOi5EGQelzRy46ttqA2aQzTZqrp
m1NnL7/iC8kNUMoH5AihvIai7GrV3KHX4auaaGk9trp2iZh/coisQBgWexgcN5Wz
UDygsMvi+a+9LPVYAXLS
=Fufd
-END PGP SIGNATURE-


Accepted:
gnurobbo_0.65.6+dfsg-1.diff.gz
  to main/g/gnurobbo/gnurobbo_0.65.6+dfsg-1.diff.gz
gnurobbo_0.65.6+dfsg-1.dsc
  to main/g/gnurobbo/gnurobbo_0.65.6+dfsg-1.dsc
gnurobbo_0.65.6+dfsg-1_kfreebsd-i386.deb
  to main/g/gnurobbo/gnurobbo_0.65.6+dfsg-1_kfreebsd-i386.deb
gnurobbo_0.65.6+dfsg.orig.tar.gz
  to main/g/gnurobbo/gnurobbo_0.65.6+dfsg.orig.tar.gz


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



Accepted guake 0.4.1-1 (source i386)

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

Format: 1.8
Date: Tue, 02 Feb 2010 20:03:43 +0100
Source: guake
Binary: guake
Architecture: source i386
Version: 0.4.1-1
Distribution: unstable
Urgency: low
Maintainer: Sylvestre Ledru sylves...@debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description: 
 guake  - A drop-down terminal for GNOME Desktop Environment
Closes: 510506 529181 533711
Changes: 
 guake (0.4.1-1) unstable; urgency=low
 .
   * New upstream release (Closes: #533711, #529181, #510506)
 (LP: #437880, #348018, #400081)
   * Change of my email address
   * Torsten removed from the uploader (on his request)
   * Update of Standards-Version to version 3.8.4
   * DM-Upload-Allowed removed
Checksums-Sha1: 
 98f54ca3ce3b7937e8dd018c1094fd938a242e60 1270 guake_0.4.1-1.dsc
 dca2c16ce22b9d2a01e85428d541b2238e89fbb4 435217 guake_0.4.1.orig.tar.gz
 25ca1142826abcc4e28af210c89d6a0f6c661278 2964 guake_0.4.1-1.diff.gz
 7c525bf340eadb50f0b9d35808d287ec8aa826b2 150616 guake_0.4.1-1_i386.deb
Checksums-Sha256: 
 9a3d832098c6823081a16ea87903a23ae3dd82ccdc1241fa506ac12ddabc4eb2 1270 
guake_0.4.1-1.dsc
 28e687147112cf0f0fbfadbcfb84113bedfc81eaca99a55f8ee4c7d55fe371ee 435217 
guake_0.4.1.orig.tar.gz
 d16194a4b32a02b38ca9786d3a07314124173a918be8e44c778d9fe03ff220a6 2964 
guake_0.4.1-1.diff.gz
 243a9e50d2b44f98b11a2310da6bc0a74c25a9c8f30180f4430e6b5ef358afb7 150616 
guake_0.4.1-1_i386.deb
Files: 
 bd95370ee94933f4d6f57576970a1dd4 1270 x11 optional guake_0.4.1-1.dsc
 c3bd763f0a7c91cb453c32d8045fa6ca 435217 x11 optional guake_0.4.1.orig.tar.gz
 66360924e6d7b0da99058488a6ec74f1 2964 x11 optional guake_0.4.1-1.diff.gz
 5ee0af1285e36369d8b60634754f0afe 150616 x11 optional guake_0.4.1-1_i386.deb

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

iEYEARECAAYFAktoggYACgkQiOXXM92JlhBj9gCfbAXMPui+vk3KdAP8VpvhLfC/
ICsAoLw9GnDDlZNXM2TYLjN9iLXDiYtX
=GwM3
-END PGP SIGNATURE-


Accepted:
guake_0.4.1-1.diff.gz
  to main/g/guake/guake_0.4.1-1.diff.gz
guake_0.4.1-1.dsc
  to main/g/guake/guake_0.4.1-1.dsc
guake_0.4.1-1_i386.deb
  to main/g/guake/guake_0.4.1-1_i386.deb
guake_0.4.1.orig.tar.gz
  to main/g/guake/guake_0.4.1.orig.tar.gz


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



Accepted python-application 1.2.2-1 (source all)

2010-02-02 Thread Bernd Zeimetz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 02 Feb 2010 21:08:00 +0100
Source: python-application
Binary: python-application
Architecture: source all
Version: 1.2.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Bernd Zeimetz b...@debian.org
Description: 
 python-application - Basic building blocks for Python applications
Changes: 
 python-application (1.2.2-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 549f7820bae0088467f35905f7b49f1f35e8e87d 1456 python-application_1.2.2-1.dsc
 7e889b91da1f818c97ae2029f4895b96a7caeaef 36736 
python-application_1.2.2.orig.tar.gz
 f3ea616ac71abfba783c9ded6fd2bc75b66b06c9 2580 
python-application_1.2.2-1.diff.gz
 b38d5246b59216c597237136e544d03314a23fda 43394 
python-application_1.2.2-1_all.deb
Checksums-Sha256: 
 f745c4e47cf0d03e9badea4afc5d3ef40ac8e571cba3a13b0c173f2f0152d93c 1456 
python-application_1.2.2-1.dsc
 bc8f5d71510249ed042c5db464eef6c0f73fb6194205a45684edbc36d9eeb870 36736 
python-application_1.2.2.orig.tar.gz
 b82452331f4092061b60e7efe3c7cec429ccaf7544bd503df1199fd168882e9f 2580 
python-application_1.2.2-1.diff.gz
 eea25ad53f4a33e0e2f1a131d24be8fbb3cd667b828af3161a8edf68e9112655 43394 
python-application_1.2.2-1_all.deb
Files: 
 22e93e15086b2279beaca43f77abd180 1456 python optional 
python-application_1.2.2-1.dsc
 0b9485f01cfd2d8140e91b4b51855ff8 36736 python optional 
python-application_1.2.2.orig.tar.gz
 a1127ba66bf21ae0675b9e103dd9eaf1 2580 python optional 
python-application_1.2.2-1.diff.gz
 b4efe178b0dd9294124ade4f9b2b8f2f 43394 python optional 
python-application_1.2.2-1_all.deb

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

iEUEARECAAYFAktohwcACgkQBnqtBMk7/3m3tQCY8WuaV8O6eaEEDsidmdsku0IH
lwCfWxxijTwSxvmtbB4qfBarKj8DG1U=
=m5zE
-END PGP SIGNATURE-


Accepted:
python-application_1.2.2-1.diff.gz
  to main/p/python-application/python-application_1.2.2-1.diff.gz
python-application_1.2.2-1.dsc
  to main/p/python-application/python-application_1.2.2-1.dsc
python-application_1.2.2-1_all.deb
  to main/p/python-application/python-application_1.2.2-1_all.deb
python-application_1.2.2.orig.tar.gz
  to main/p/python-application/python-application_1.2.2.orig.tar.gz


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



Accepted python-gnutls 1.2.0-1 (source amd64)

2010-02-02 Thread Bernd Zeimetz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 02 Feb 2010 21:14:38 +0100
Source: python-gnutls
Binary: python-gnutls
Architecture: source amd64
Version: 1.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Bernd Zeimetz b...@debian.org
Description: 
 python-gnutls - Python wrapper for the GNUTLS library
Changes: 
 python-gnutls (1.2.0-1) unstable; urgency=low
 .
   * New upstream version.
Checksums-Sha1: 
 ca6e71ff1aee80ebbbeefcc887becd33a47a770c 1436 python-gnutls_1.2.0-1.dsc
 47fbd96a787913be58cc2999455ee97091d721e1 43115 python-gnutls_1.2.0.orig.tar.gz
 75f4ba5fcb6ffbfcaa365ed1953feb89f17b7c52 2487 python-gnutls_1.2.0-1.diff.gz
 63786fa4e0eed979eb7f5b3c6d97d82f2dbf8471 48218 python-gnutls_1.2.0-1_amd64.deb
Checksums-Sha256: 
 01a567ee00f87d7e8384b43ad95c4e9dc2c817503aa0a237ee32096bdb6add43 1436 
python-gnutls_1.2.0-1.dsc
 483469a5e0af09c2bd04c67600734e0f5c9b19573321d379f05a38701ef16fe9 43115 
python-gnutls_1.2.0.orig.tar.gz
 6e72a35b27e97b6cde9bb86fb02c5e481b400e98fe159cb9a903a9066bdc1115 2487 
python-gnutls_1.2.0-1.diff.gz
 591843afb286c4485afac0fb548d71353a1c160603fff4f91ff0806631aa4331 48218 
python-gnutls_1.2.0-1_amd64.deb
Files: 
 ee2f1d6e8d018e3f2578a012b31b6eb7 1436 python optional python-gnutls_1.2.0-1.dsc
 18a7b92abdc1598b916d7ff5019b72bf 43115 python optional 
python-gnutls_1.2.0.orig.tar.gz
 c01f59075a0b965536f1afc7769d8a1f 2487 python optional 
python-gnutls_1.2.0-1.diff.gz
 fceea9961669074722b02b2b905be49f 48218 python optional 
python-gnutls_1.2.0-1_amd64.deb

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

iEYEARECAAYFAktojNwACgkQBnqtBMk7/3m5xQCeM0F+6nhUUs6isJN6hGmihoG0
xlEAoIcw7UQ6Mg1rIUNzq5iM3JN0kIXf
=KNXP
-END PGP SIGNATURE-


Accepted:
python-gnutls_1.2.0-1.diff.gz
  to main/p/python-gnutls/python-gnutls_1.2.0-1.diff.gz
python-gnutls_1.2.0-1.dsc
  to main/p/python-gnutls/python-gnutls_1.2.0-1.dsc
python-gnutls_1.2.0-1_amd64.deb
  to main/p/python-gnutls/python-gnutls_1.2.0-1_amd64.deb
python-gnutls_1.2.0.orig.tar.gz
  to main/p/python-gnutls/python-gnutls_1.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



Accepted trayer 1.0-4 (source i386)

2010-02-02 Thread Jens Peter Secher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 02 Feb 2010 18:56:45 +0100
Source: trayer
Binary: trayer
Architecture: source i386
Version: 1.0-4
Distribution: unstable
Urgency: low
Maintainer: Jens Peter Secher j...@debian.org
Changed-By: Jens Peter Secher j...@debian.org
Description: 
 trayer - lightweight GTK2-based systray for UNIX desktop
Closes: 556502
Changes: 
 trayer (1.0-4) unstable; urgency=low
 .
   * New --distancefrom parameter for better placement control, thanks for
 patch from Yury Akudovich.
   * Explicitly link to X11.
 (Closes: #556502)
Checksums-Sha1: 
 5e8a5b11794d17326c83ce7322e20e80c2b23a43 1115 trayer_1.0-4.dsc
 55a5b6f152b0f7b7758ea9cbd0e8641ec8c278f1 6858 trayer_1.0-4.diff.gz
 85b9fc80516a78fddcbd7008cd394896123852fe 27002 trayer_1.0-4_i386.deb
Checksums-Sha256: 
 7546ae3240911c00b50fa84611ef43fcc1893285ef53115c8e2bb95fd035606b 1115 
trayer_1.0-4.dsc
 000ac304668d4f39afad1574c75746d879e614e1a9f4254626af1de1c83d3b0c 6858 
trayer_1.0-4.diff.gz
 a41d72a4b29dfe69097d5c69bdbdd816b57e69f49992deefb92c8a354ed9535d 27002 
trayer_1.0-4_i386.deb
Files: 
 8e66ef10bcea0f9890c25380f9e7cb9e 1115 x11 optional trayer_1.0-4.dsc
 ba2ba339f0ceed5b0772ad659a6a429f 6858 x11 optional trayer_1.0-4.diff.gz
 6dd04faec73263e33d9b4965b7b0b005 27002 x11 optional trayer_1.0-4_i386.deb

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

iJwEAQECAAYFAktogFgACgkQiFVdEFPVQL94/gQAiioFmOM+VCJbjZUlXKG/FPsn
y5tfWhJx4LSgNLyGSpOlsdPeCw8iKPTKshwtYqExbQxY8KGGIKzgtdhjklhjzHRC
+LUP/gfpqlqm2qpfACXQuf4R5PPnNKMolv5TBe9DijUaB7qcTKtj0XHXaTggn8wb
3iMRRUijLvgDPDbBCoQ=
=NVwR
-END PGP SIGNATURE-


Accepted:
trayer_1.0-4.diff.gz
  to main/t/trayer/trayer_1.0-4.diff.gz
trayer_1.0-4.dsc
  to main/t/trayer/trayer_1.0-4.dsc
trayer_1.0-4_i386.deb
  to main/t/trayer/trayer_1.0-4_i386.deb


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



Accepted virt-viewer 0.2.1-1 (source i386)

2010-02-02 Thread Guido Günther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 02 Feb 2010 21:27:29 +0100
Source: virt-viewer
Binary: virt-viewer mozilla-virt-viewer
Architecture: source i386
Version: 0.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Libvirt Maintainers 
pkg-libvirt-maintain...@lists.alioth.debian.org
Changed-By: Guido Günther a...@sigxcpu.org
Description: 
 mozilla-virt-viewer - A virt-viewer widget for GTK+ (mozilla plugin)
 virt-viewer - Displaying the graphical console of a virtual machine
Changes: 
 virt-viewer (0.2.1-1) unstable; urgency=low
 .
   [ Guido Günther ]
   * [c2945b4] bump standards version
   * [8ca5ea3] exclude plugins from dh_makeshlibs
 .
   [ Laurent Léonard ]
   * [39043d7] Remove libtool issue fix.
   * [a460a21] Revert Remove libtool issue fix. This reverts commit
 39043d7460220d7aeecb30b7b489e9064b591440.
   * [9ab8056] Bump Debhelper version to 7.
   * [366e279] Bump Standards-Version to 3.8.3.
   * [0a4e524] Clean debian/rules.
   * [e662ab7] Remove debian/docs.
   * [409e5bf] Update clean target in debian/rules.
   * [a57c8ba] Allow DM upload and add myself as uploader.
   * [2f26f4f] Clean debian/watch.
 .
   [ Guido Günther ]
   * [6806613] Imported Upstream version 0.2.1
   * [b956a6e] Build-dep on intltool
   * [b6fa2e2] Use xulrunner-dev instead of iceape-dev
   * [431a46e] New patch 0001-Fix-build-with-xulrunner-1.9.1.patch: Fix build
 with xulrunner 1.9.1
   * [c3381c5] New patch 0002-Define-GLADE_DIR.patch: Define GLADE_DIR
   * [720c999] Depend on virt-viewer
   * [94828c7] New patch 0003-Add-some-docs.patch: Adds some docs
   * [8aaf986] Add example web page
   * [ae04386] Warn about security implications
Checksums-Sha1: 
 cb89938816027c099cd2b2d5a759cecde13774ff 1514 virt-viewer_0.2.1-1.dsc
 0cf03caeb10b24b33ab3dd142dc4f58df336e694 355403 virt-viewer_0.2.1.orig.tar.gz
 a0b275d97c80d07deef3f4fd9387162c06a934b7 6597 virt-viewer_0.2.1-1.diff.gz
 a9b4a4c141d90ec8b27a0a38a156bd9be6a9bdbd 31100 virt-viewer_0.2.1-1_i386.deb
 88edc6329d2c064ef99f4d1f9b18ac9d96c3e658 28298 
mozilla-virt-viewer_0.2.1-1_i386.deb
Checksums-Sha256: 
 2547c483f76b401b7fad97f9f42fdaddada91d90c97182f3bb6f18c6585a835c 1514 
virt-viewer_0.2.1-1.dsc
 29b38b2bc4229deacedb2f1fee24544660d63c63522bcb0e3300c478f8965b24 355403 
virt-viewer_0.2.1.orig.tar.gz
 d31c8ab4957bad22dd51a6f897a1f90e7f3991fd8bee47ed102d9b742afe4430 6597 
virt-viewer_0.2.1-1.diff.gz
 7745cb75f205a1108e27c19459a5ce9f31f157b5acf08488045b7817139defef 31100 
virt-viewer_0.2.1-1_i386.deb
 8077da196657570c9a366bd056866a7b574819ca60ae9956cfc85a1226334885 28298 
mozilla-virt-viewer_0.2.1-1_i386.deb
Files: 
 15c780fb6dcacddfa5195962dce54904 1514 admin extra virt-viewer_0.2.1-1.dsc
 4e846786fab0fdcfa89720bfec802b26 355403 admin extra 
virt-viewer_0.2.1.orig.tar.gz
 f6221f857abbf608e3b0544f27ef9eb4 6597 admin extra virt-viewer_0.2.1-1.diff.gz
 5b30d586ea14f100d7f7225695893fb8 31100 admin extra virt-viewer_0.2.1-1_i386.deb
 ba39d8b08c27b2c2ba007d54b9cf7686 28298 web extra 
mozilla-virt-viewer_0.2.1-1_i386.deb

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

iD8DBQFLaIvtn88szT8+ZCYRAhE4AJ42tqC8iI+w+bOEzPgUicLynPnEJgCeOqau
w3yHiXcOVWxknPtZ1rU+Jas=
=K+Zq
-END PGP SIGNATURE-


Accepted:
mozilla-virt-viewer_0.2.1-1_i386.deb
  to main/v/virt-viewer/mozilla-virt-viewer_0.2.1-1_i386.deb
virt-viewer_0.2.1-1.diff.gz
  to main/v/virt-viewer/virt-viewer_0.2.1-1.diff.gz
virt-viewer_0.2.1-1.dsc
  to main/v/virt-viewer/virt-viewer_0.2.1-1.dsc
virt-viewer_0.2.1-1_i386.deb
  to main/v/virt-viewer/virt-viewer_0.2.1-1_i386.deb
virt-viewer_0.2.1.orig.tar.gz
  to main/v/virt-viewer/virt-viewer_0.2.1.orig.tar.gz


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



Accepted gdb 7.0.1-2 (source all amd64)

2010-02-02 Thread Daniel Jacobowitz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 02 Feb 2010 14:59:41 -0500
Source: gdb
Binary: gdb gdb-minimal gdb64 gdbserver libgdb-dev gdb-source
Architecture: source all amd64
Version: 7.0.1-2
Distribution: unstable
Urgency: low
Maintainer: Daniel Jacobowitz d...@debian.org
Changed-By: Daniel Jacobowitz d...@debian.org
Description: 
 gdb- The GNU Debugger
 gdb-minimal - The GNU Debugger
 gdb-source - The GNU Debugger (source)
 gdb64  - The GNU Debugger (64-bit)
 gdbserver  - The GNU Debugger (remote server)
 libgdb-dev - The GNU Debugger (libgdb.a)
Closes: 561924 567925 568018
Changes: 
 gdb (7.0.1-2) unstable; urgency=low
 .
   * Add Replaces to the new gdbserver package (Closes: #567925, #568018).
   * Add patch to fix FreeBSD build (Closes: #561924).
Checksums-Sha1: 
 fe2c60d02014a352bce0eaf217d762bd12ff488c 1913 gdb_7.0.1-2.dsc
 60e80e67d622340284f847cf17d7845b261d53d0 28991 gdb_7.0.1-2.debian.tar.gz
 238cd69d8b422052bda012f7e7b8d858ca7fd125 17620080 gdb-source_7.0.1-2_all.deb
 63c677077a617372ac9042e5c618815d48679fc6 2091260 gdb_7.0.1-2_amd64.deb
 258ccd5ea8bc9fcbd7a00fdf89b98c2fa11960da 1730046 gdb-minimal_7.0.1-2_amd64.deb
 dd6b5c78678a148ca1b2157fd66b30a867b8843e 193080 gdbserver_7.0.1-2_amd64.deb
 9206a59b27eb895e8bdb4827408859d77a990874 2476352 libgdb-dev_7.0.1-2_amd64.deb
Checksums-Sha256: 
 c43d3bc4b1d84889661d5083df33395f59c97640fb26f8ec27fad3a4ec739a86 1913 
gdb_7.0.1-2.dsc
 7b2a1dcf0a954b3d6b9979b7e6cdb76c5cbdc46697dd6f70b66349de59f3b771 28991 
gdb_7.0.1-2.debian.tar.gz
 0297a4bce44817c6b4db8bb12c760c7506c5f7ef9c69a3ed3ce414571fbf6f05 17620080 
gdb-source_7.0.1-2_all.deb
 3173d85362bbeb510c13e5f09fc918def362cca23ec449540d2de7f7fa9c2b40 2091260 
gdb_7.0.1-2_amd64.deb
 22680e92add01b0a904ecf2517d8327eea2b9f12987fd4a543d388149bca76c6 1730046 
gdb-minimal_7.0.1-2_amd64.deb
 432ceab7dbe3e2c160ca1898d44823f60743960f44d8d3ec646ee52ec51623dc 193080 
gdbserver_7.0.1-2_amd64.deb
 eb1ac59c459ebe6c94c5845b8176c07c1071deb0c1decbd1a90bf8d5354ec3f4 2476352 
libgdb-dev_7.0.1-2_amd64.deb
Files: 
 d5d0815c516d48b6c3c8e7abe64e43d9 1913 devel optional gdb_7.0.1-2.dsc
 58f0bd2e698ec49f5cb8eb9bece75c36 28991 devel optional gdb_7.0.1-2.debian.tar.gz
 746c55e573ef1c2d09b4c33ce46084ac 17620080 devel optional 
gdb-source_7.0.1-2_all.deb
 b0d7f74b847725d5c65fbca48f2c8fb7 2091260 devel optional gdb_7.0.1-2_amd64.deb
 8872377c52dfac6863d0d5d20a210a41 1730046 devel optional 
gdb-minimal_7.0.1-2_amd64.deb
 e773f03b60bd2958649473c96a03f9c4 193080 devel optional 
gdbserver_7.0.1-2_amd64.deb
 08e3896f61a4289220f0296c5bb475ae 2476352 libdevel extra 
libgdb-dev_7.0.1-2_amd64.deb

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

iD8DBQFLaJnfbgOPXuCjg3cRAp0lAJ9RvFh3669TjUQdtHDFTGzy74QIrgCeJapr
6zzwNHgtZMhIZjxh6HfCveQ=
=8mpt
-END PGP SIGNATURE-


Accepted:
gdb-minimal_7.0.1-2_amd64.deb
  to main/g/gdb/gdb-minimal_7.0.1-2_amd64.deb
gdb-source_7.0.1-2_all.deb
  to main/g/gdb/gdb-source_7.0.1-2_all.deb
gdb_7.0.1-2.debian.tar.gz
  to main/g/gdb/gdb_7.0.1-2.debian.tar.gz
gdb_7.0.1-2.dsc
  to main/g/gdb/gdb_7.0.1-2.dsc
gdb_7.0.1-2_amd64.deb
  to main/g/gdb/gdb_7.0.1-2_amd64.deb
gdbserver_7.0.1-2_amd64.deb
  to main/g/gdb/gdbserver_7.0.1-2_amd64.deb
libgdb-dev_7.0.1-2_amd64.deb
  to main/g/gdb/libgdb-dev_7.0.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



Accepted tesseract-eng 2.00-2 (source all)

2010-02-02 Thread Jeffrey Ratcliffe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 09 Jan 2010 22:49:34 +0100
Source: tesseract-eng
Binary: tesseract-ocr-eng
Architecture: source all
Version: 2.00-2
Distribution: unstable
Urgency: low
Maintainer: Jeffrey Ratcliffe jeffrey.ratcli...@gmail.com
Changed-By: Jeffrey Ratcliffe jeffrey.ratcli...@gmail.com
Description: 
 tesseract-ocr-eng - tesseract-ocr language files for English text
Closes: 562195
Changes: 
 tesseract-eng (2.00-2) unstable; urgency=low
 .
   * Demoted tesseract-ocr dependency to recommends to prevent circular
 dependency (closes: #562195)
   * Fixed minor syntax error in description
   * Added watch file
   * Bumped standards to 3.8.3 (no changes required)
   * Moved homepage to field
   * Removed full apache-2 license from copyright file
   * Changed Debian licensing to apache-2
Checksums-Sha1: 
 d772b458ab0ab6f1d9526bcd15fc192e6ecc68a6 1694 tesseract-eng_2.00-2.dsc
 9efad3c763937fe924dd40eaaed4320f67612602 1518 tesseract-eng_2.00-2.diff.gz
 a07e3579ea45f32023cfb9ae5846d8e9d99290d9 1011270 
tesseract-ocr-eng_2.00-2_all.deb
Checksums-Sha256: 
 5152f94289dede13e90b4bfaa0f4a83ecbadb8b30b442e9aced494b6634dcdca 1694 
tesseract-eng_2.00-2.dsc
 443135e4ee9867805aa3ef4a926af7d146d1c03ae605cfccf45a689a14481f2b 1518 
tesseract-eng_2.00-2.diff.gz
 d08a82b090e40912ba8c26eff4f06fa96bda75eeeaf33b0156e4bbed8244 1011270 
tesseract-ocr-eng_2.00-2_all.deb
Files: 
 060e5376501ab6450564848d409e3fd5 1694 graphics optional 
tesseract-eng_2.00-2.dsc
 544a5cc0bafe312f41edd515d6f2c033 1518 graphics optional 
tesseract-eng_2.00-2.diff.gz
 50d2c97c5e362c8727451302da6b755e 1011270 graphics optional 
tesseract-ocr-eng_2.00-2_all.deb

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

iQIcBAEBCAAGBQJLaJrAAAoJEC1Os6YBVHX1lg8P/133LhTBK6nkqbu/Wk7ySEag
XadCM2z9oGIumyY9TU69VojvX4sNh70F45rBzxT9M/ry8tqDqeRSoXfWHpxJ9KBF
6G4uSejpTIRTQnaoLxlNho+cgX4ghwyd8Sr9a+gq6aP0Ir4+3RmQj6F8Qrjt6fvM
7VSHOEJiQO8Ei0C9CJXIpWZwRcI+0NIa1F5FZa/M9FQEOqT4pZ4vp3GgSYnMoz6C
R4+vQmYeBGIFapgKNURfwlc8AH6CPXqravSbeMbcyGuG40VZ5Sv3sGMAsXGc/gdu
x8lQOMc1jiuFxFfV0xageAuyjHvUkSrPdyxNcb+0IaftvRbUNkDlVH86suEgdI0V
1HZQwVBLDzT/3zMe9J5ZwT9pJgwAuOIxKUI1NtX8h5P/0Btt4rYtv8178fpWwqV9
z/+qu4hHnCMr7OHgztT4JITu8Ti1M9d8oHKQiH2gE5Yerr9mNZ+N4cjK5EWdNjkH
OMECIug80Bs3HrDNJ9oubdjteMgHMBQkxnlg6IEvzHEiN+JFYNCLGaN3sjOwhOXh
45iqRwH5sughq4rPhw2ccK/7iECL1evAAOvNK+QDnwmE0r2J7RyXlny6gu3+bBjS
gT5d8eADjNiVEW5WwQY5Mkrixsq/2w5U6fdxwilUFEfZ6Oo98XIijzhNvZTYn67/
8o3lSf+4Lq55PLngzF/2
=xriq
-END PGP SIGNATURE-


Accepted:
tesseract-eng_2.00-2.diff.gz
  to main/t/tesseract-eng/tesseract-eng_2.00-2.diff.gz
tesseract-eng_2.00-2.dsc
  to main/t/tesseract-eng/tesseract-eng_2.00-2.dsc
tesseract-ocr-eng_2.00-2_all.deb
  to main/t/tesseract-eng/tesseract-ocr-eng_2.00-2_all.deb


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



Accepted python-memcache 1.45-1 (source all)

2010-02-02 Thread Carl Chenet
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 02 Feb 2010 20:42:02 +0100
Source: python-memcache
Binary: python-memcache
Architecture: source all
Version: 1.45-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Carl Chenet cha...@ohmytux.com
Description: 
 python-memcache - pure python memcached client
Changes: 
 python-memcache (1.45-1) unstable; urgency=low
 .
   * New upstream version.
   * debian/control
 - Switched the Maintainer field to DPMT.
 - Switched the Uploader field to Carl Chenet cha...@ohmytux.com.
 - Bump the Standards-Version field to 3.8.4
Checksums-Sha1: 
 cf8be709c61229498d78c5d0d45965d699bcc90d 1402 python-memcache_1.45-1.dsc
 869919041c85bb1215108b928b724a0cfb404706 36457 python-memcache_1.45.orig.tar.gz
 e29e57f01ea79abc48f0ee77d59f29e807148a7c 2632 python-memcache_1.45-1.diff.gz
 952d8f13b5f657a15cf66dcc625b6a5166cc1c43 20612 python-memcache_1.45-1_all.deb
Checksums-Sha256: 
 f32a3356f998a072141d3317f89aa7c40f2646f3f8e25dcee11f8e6929ddaa9a 1402 
python-memcache_1.45-1.dsc
 944d29235e63fe724f917bfe80e717e12e017b35dbec6a6f7b7adf9f9644618c 36457 
python-memcache_1.45.orig.tar.gz
 a20d63e718a78cd3a520b6fb6afcc911d0e7c3e70f01049eb141be45b6e1fed2 2632 
python-memcache_1.45-1.diff.gz
 a8aaa3629aa33b86bfca693a774e8aff97fb1c6a4ecf5dac41335b0d6fe0943c 20612 
python-memcache_1.45-1_all.deb
Files: 
 e36547969e231719a322b844b9910056 1402 python optional 
python-memcache_1.45-1.dsc
 8ced76d87f13bc0a3a1b6c343ae83413 36457 python optional 
python-memcache_1.45.orig.tar.gz
 7870cfdc26b47f9ae35307a8d79672e7 2632 python optional 
python-memcache_1.45-1.diff.gz
 a08333802c42e098953962390f7cae5e 20612 python optional 
python-memcache_1.45-1_all.deb

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

iEYEARECAAYFAktondMACgkQB01zfu119ZkM0ACeM8TMjITHACRRgocsPzWiOeSj
amAAoMoNn+uJrFF8t9hfTCxxh9Ox+hUP
=8DSD
-END PGP SIGNATURE-


Accepted:
python-memcache_1.45-1.diff.gz
  to main/p/python-memcache/python-memcache_1.45-1.diff.gz
python-memcache_1.45-1.dsc
  to main/p/python-memcache/python-memcache_1.45-1.dsc
python-memcache_1.45-1_all.deb
  to main/p/python-memcache/python-memcache_1.45-1_all.deb
python-memcache_1.45.orig.tar.gz
  to main/p/python-memcache/python-memcache_1.45.orig.tar.gz


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



Accepted strongswan 4.3.2-1.2 (source all i386)

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

Format: 1.8
Date: Tue, 26 Jan 2010 22:12:07 +0100
Source: strongswan
Binary: strongswan libstrongswan strongswan-starter strongswan-ikev1 
strongswan-ikev2 strongswan-nm
Architecture: source all i386
Version: 4.3.2-1.2
Distribution: unstable
Urgency: low
Maintainer: Rene Mayrhofer rm...@debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description: 
 libstrongswan - strongSwan utility and crypto library
 strongswan - IPsec VPN solution metapackage
 strongswan-ikev1 - strongSwan Internet Key Exchange (v1) daemon
 strongswan-ikev2 - strongSwan Internet Key Exchange (v2) daemon
 strongswan-nm - strongSwan plugin to interact with NetworkManager
 strongswan-starter - strongSwan daemon starter and configuration file parser
Closes: 539904 542822 546324 566157
Changes: 
 strongswan (4.3.2-1.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix pending l10n issues. Debconf translations:
 - Basque (Piarres Beobide).  Closes: #539904
 - German (Hermann J. Beckers).  Closes: #542822
 - Japanese (Hideki Yamane (Debian-JP)).  Closes: #546324
 - Italian (Vincenzo Campanella).  Closes: #566157
Checksums-Sha1: 
 952462ec1e5ed1202b1dd98c2df029f3fa3cbbde 1488 strongswan_4.3.2-1.2.dsc
 f9ebca4276e9dac930253d316c70a782758da94e 83192 strongswan_4.3.2-1.2.diff.gz
 ff0953d4039d2af632dd913e7aad2e0191c8fb5a 70304 strongswan_4.3.2-1.2_all.deb
 cf0eab059a0e8caae080d7ff64b218e3dc056527 174754 
libstrongswan_4.3.2-1.2_i386.deb
 16b87e4f9a34699ab3b2fb66892a3a82da761200 271990 
strongswan-starter_4.3.2-1.2_i386.deb
 c0a3638f374bf8fb82259cdb3732f650c61892f0 331210 
strongswan-ikev1_4.3.2-1.2_i386.deb
 4833552f3613427a4944f7299c2ce49ef35c990a 228666 
strongswan-ikev2_4.3.2-1.2_i386.deb
 908f92b66bab37723d24ac80ed5382c942c8ef4e 44196 strongswan-nm_4.3.2-1.2_i386.deb
Checksums-Sha256: 
 41937472bbe720f11044d3f671ca0fc909ccbcf9fcf56d161eff68fcae745603 1488 
strongswan_4.3.2-1.2.dsc
 180a3fafacf5d3e6525f21544c4c37253b720c4bef75e70cf77bea7dbc048a94 83192 
strongswan_4.3.2-1.2.diff.gz
 8e4f5becb3037a29b81835d4a3d70661227b3103469b79c58ebe791b862fe69d 70304 
strongswan_4.3.2-1.2_all.deb
 43cacdc0d1070ba4c523a881d8baf27b85e079bd8aa5a9b4ae454e8bb94402e0 174754 
libstrongswan_4.3.2-1.2_i386.deb
 22cc3f2bcc480a6c80543fdf5551dafd9aa44b401097ba5522c1fc7b2fe8213d 271990 
strongswan-starter_4.3.2-1.2_i386.deb
 8e5a0de934ee8ae307e5556f0a9d5e9982a8c7f496efb4f9064b0cb169061b7c 331210 
strongswan-ikev1_4.3.2-1.2_i386.deb
 7fa6975a41758d5e6e1b82d549919608d0e353ab59d0faa9e3cd4f387eedcb05 228666 
strongswan-ikev2_4.3.2-1.2_i386.deb
 3db0fdfef0ce4b9f89fcd3602fbfa471a77d5f0a021887e90cee1807d72f3576 44196 
strongswan-nm_4.3.2-1.2_i386.deb
Files: 
 0883058f02ff775357a2c6ba3e1cdbda 1488 net optional strongswan_4.3.2-1.2.dsc
 74de6de93a2c67228a7ca0336073181e 83192 net optional 
strongswan_4.3.2-1.2.diff.gz
 23b43424c90516c8cb6bf3e017cbcb21 70304 net optional 
strongswan_4.3.2-1.2_all.deb
 53360dc5e3f6b4317658a31055763469 174754 net optional 
libstrongswan_4.3.2-1.2_i386.deb
 604d4e08f3764b25d2336820742ec482 271990 net optional 
strongswan-starter_4.3.2-1.2_i386.deb
 7c6cfee803f844ff2d0e3c0ebf64c55a 331210 net optional 
strongswan-ikev1_4.3.2-1.2_i386.deb
 a38dc28a4d9e06adb8ab9335eb01d943 228666 net optional 
strongswan-ikev2_4.3.2-1.2_i386.deb
 cfeb60908b860bc923b81e2fea608f19 44196 net optional 
strongswan-nm_4.3.2-1.2_i386.deb

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

iD8DBQFLX13d1OXtrMAUPS0RAh47AKCRX8knInUqRfD9zjA6Fp/A0osn8gCgh/Mf
2ITl4U1RjoE+1Ie405jp1pY=
=kgE5
-END PGP SIGNATURE-


Accepted:
libstrongswan_4.3.2-1.2_i386.deb
  to main/s/strongswan/libstrongswan_4.3.2-1.2_i386.deb
strongswan-ikev1_4.3.2-1.2_i386.deb
  to main/s/strongswan/strongswan-ikev1_4.3.2-1.2_i386.deb
strongswan-ikev2_4.3.2-1.2_i386.deb
  to main/s/strongswan/strongswan-ikev2_4.3.2-1.2_i386.deb
strongswan-nm_4.3.2-1.2_i386.deb
  to main/s/strongswan/strongswan-nm_4.3.2-1.2_i386.deb
strongswan-starter_4.3.2-1.2_i386.deb
  to main/s/strongswan/strongswan-starter_4.3.2-1.2_i386.deb
strongswan_4.3.2-1.2.diff.gz
  to main/s/strongswan/strongswan_4.3.2-1.2.diff.gz
strongswan_4.3.2-1.2.dsc
  to main/s/strongswan/strongswan_4.3.2-1.2.dsc
strongswan_4.3.2-1.2_all.deb
  to main/s/strongswan/strongswan_4.3.2-1.2_all.deb


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



  1   2   >