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

2011-06-05 Thread Vincent Bernat

On Sat, 4 Jun 2011 21:54:11 +0200, Jonas Smedegaard wrote:


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


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


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



Re: [ANNOUNCE] dh_splitpackage 0.2.2

2011-06-05 Thread Vincent Bernat

On Sat, 04 Jun 2011 22:56:24 +0200, Zygmunt Krynicki wrote:


[libfoo-dev]
include=**/*.h
include=**/*.la
include=**/*.a
# Just for demonstration, never pick any shared objects
exclude=**/*.so


I know this is just an exemple to show exclude but .so files have to be 
put in -dev packages. Exclude should be **/*.so.*. Moreover, there is an 
ongoing effort to drop .la files. Here is an updated example (with a 
real use of exclude)


[libfoo-dev]
include=**/*.h
include=**/*.a
include=**/*.so
exclude=**/libnotfoo.*



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



Re: distinguish between core and main?

2011-06-05 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Neil,

On 06/04/11 19:01, Neil Williams wrote:
 
 Testing compatibility is the larger problem. Automated tests can only
 go so far. Dependencies are one thing, bugs which arise because one
 setup is using a version which has already been replaced in testing.
 

As a consumer I would like to get a system that keeps up to date
(as today's testing does), but with a stable core package set. I
would like to install the most recent stable core system, and use
testing for everything else.

All these APIs and dynamic libraries are meant to provide backward
compatibility. We also have versioned package names to work around
compatibility problems. But we don't really rely on this, except for
updates within testing or unstable.

 If you sincerely want the Debian system which has had the most testing
 of all possible variants and which Debian can honestly describe as the
 most likely candidate for a system where packages work together as
 nicely as it is practical to achieve you MUST use stable and then keep
 that up to date with the stable point releases and security updates.

 The problem with this is Debian's long release cycle (+2 years, as it
 seems). Its difficult to get help from upstream if the source code in
 
 Then use chroots, as explained in my first message but which you appear
 to have ignored.
 

Probably I had misunderstood your Building stuff then takes place in
chroots, e.g. using pbuilder. I had associated pbuilder with building
packages.

 I do this every single working day. I run a number of boxes using
 stable - each has pbuilder support for sid and most have pdebuild-cross
 support for cross-building for armel based on stable or unstable.
 

Instead of pbuilder I am using virtual machines (kvm  vserver)
with testing today. Their biggest advantages (as with pbuilder I
would guess) are hiding the real hardware and keeping things separate
from each other.

The downside is that everything gets more complex, but not necessarily
more stable. You've got even more systems to run and more packages to
install, not to mention that updates of the virtualization server
are more difficult to do.

My virtualization servers themselves were running testing, too, but
since Squeeze has been released testing is changing rapidly. Currently
I cannot rely upon testing for server installations.

 The long release cycle arises from the very thing you appear to cherish
 - the quality and stability of the stable release. It takes time and
 people to generate quality. That's the entire problem - there are not
 enough people to do that testing twice over.
 
 
 Testers = people. There are as many permutations as there are testers -
 or if you really want the figures, work out how many possible
 permutations there are for installing 1,500 packages out of a total
 selection of 31,000. Then find people to test each permutation on a
 daily, regular usage basis - ensuring that each person fully tests
 EVERY application in their particular set.
 

Understood. If you reduce the number of packages to be released by
focusing on a core package set with 1000 or 1500 packages instead
of +3, then your can do more rapid releases because there are
fewer packages to wait for matching the release criteria.

Of course this doesn't make the +29000 packages outside of the
proposed core repository go away. But I think we already agreed to
use testing for installations of non-core packages.

I would guess most testing happens in unstable, before a package
gets promoted to testing, anyway.


Regards

Harri
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk3rIiIACgkQUTlbRTxpHjfh3QCfXMKW16yza5S9sG4t7vZdNMgx
ZsYAni1DtpWYxf9ubYmwCATbGXhS7LAW
=lBo9
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4deb222f.8020...@afaics.de



Re: Rolling release prototype

2011-06-05 Thread Raphael Hertzog
Hi Josselin,

On Sun, 05 Jun 2011, Josselin Mouette wrote:
 I have prepared a quick and dirty implementation for my rolling release
 proposal[1].

Where are the sources ? :)

 The APT lines you need are the following:
   deb http://your.favorite.mirror/ testing main contrib non-free
   deb http://rolling.debian.net/ rolling main contrib non-free
 You will also need the temporary archive key[2].

I would like to see rolling a full suite and not an overlay of testing.

For the experiment it's fine (in particular to not overload your server),
but we should be able to switch to a full suite when integrated on
ftp-master.debian.org.

(I'm willing to contribute the required code if necessary.)

 The suite has been codenamed bob[3]. Thanks Martin Bagge for the idea.
 
 Don’t rush! Currently the rolling archive is empty. The first task is to
 fill it. Therefore I’m now looking for people who are running testing on
 their machines. The idea is to find which major bugs and usability
 issues happen in testing, and to prove that the rolling concept
 effectively makes the machines usable without a need for manual
 intervention. Another good start is probably the list of RC bugs that
 are fixed in unstable but not in testing.

http://udd.debian.org/bugs.cgi?release=wheezy_not_sidmerged=igndone=onlyfnewerval=7rc=1sortby=popconsorto=desc

Some interesting candidates could be:
- fuse: security issues fixed in unstable
- digikam: fix a crasher (might be blocked by dependencies)
- libvirt: security issues fixed in unstable

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Follow my Debian News ▶ http://RaphaelHertzog.com (English)
  ▶ http://RaphaelHertzog.fr (Français)


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110605083157.gi20...@rivendell.home.ouaza.com



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

2011-06-05 Thread Joerg Jaspert

 I have noticed several times package changes like the following (from 
 cairomm entering testing today):
   * debian/control:
 - Drop build dependencies on doxygen and graphviz, since upstream 
   now ships the generated documentation

Definitely not the prefered thing to do, imo.

 Do we have some consensus on what is ok to redistribute as-is and what 
 not?

You need to ensure that (package in main. contrib/non-free are different)

 - you can build everything you ship inside main,
 - the thing you ship in your package is what the shipped source will
   end up producing when someone builts it (minus things like timestamps).

The easiest way to do this is to actually build it yourself. Especially
so if you need to fix something in there and want to have that fix
appear...

-- 
bye, Joerg
If you’re going to get mad at me every time I do something stupid, then
I guess I’ll just have to stop doing stupid things!


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87oc2c8xbn@gkar.ganneff.de



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

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

True for a normal build.  Not true when building from git.

Yes, there are other possible approaches than restoring (i.e. adding 
them to .gitignore) but simply deleteing is not enough.


Regards,

 - Jonas

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

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


signature.asc
Description: Digital signature


Bug#629278: ITP: python-sphinx-aafig -- Embedded ASCII art figures in Sphinx documentations

2011-06-05 Thread Nicolas CANIART
Package: wnpp
Severity: wishlist
Owner: Nicolas CANIART nico...@caniart.net

* Package name: python-sphinx-aafig
  Version : 1.0
  Upstream Author : Leandro Lucarella llucax at gmail com
* URL : http://pypi.python.org/sphinxcontrib-aafig/
* License : BOLA
  Programming Lang: Python
  Description : Embedded ASCII art figures in Sphinx documentations



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



Bug#629279: ITP: libhtml-html5-microdata-parser-perl -- fairly experimental parser for HTML 'microdata'

2011-06-05 Thread Jonas Smedegaard
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard d...@jones.dk

* Package name: libhtml-html5-microdata-parser-perl
  Version : 0.031
  Upstream Author : Toby Inkster toby...@cpan.org
* URL : http://search.cpan.org/dist/HTML-HTML5-Microdata-Parser/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : fairly experimental parser for HTML 'microdata'

 Resource Description Framework (RDF) is a standard model for data
 interchange on the Web.
 .
 Microdata is an experimental metadata format, not in wide use, for
 extending HTML5 to support RDF.
 .
 HTML::HTML5::Microdata::Parser is a Perl library providing a flexible
 microdata parser for working with an RDF::Trine::Model that can be
 queried with SPARQL.



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



Lintian backport on ftp-master

2011-06-05 Thread Joerg Jaspert
Heyho,

just to inform you: lintian 2.5.0 (via backports) is on ftp-master. As
such that one is doing the autorejects now, so whatever you do, you want
to check against it.

While doing this, there have been some small changes to the autoreject
tag list:

non-fatal:
- embedded-zlib
+ embedded-library
+ missing-pre-dependency-on-multiarch-support
+ install-info-used-in-maintainer-script

fatal:
- package-installs-python-pyc
+ package-installs-python-bytecode

As usual, the latest and greatest list of lintian tags in use can be
found in our git tree[1] or at http://ftp-master.debian.org/static/lintian.tags

[1] git clone https://ftp-master.debian.org/git/dak.git
file config/debian/lintian.tags

-- 
bye, Joerg
Just because I don't care doesn't mean I don't understand.


pgpanUxCWqnsG.pgp
Description: PGP signature


Re: distinguish between core and main?

2011-06-05 Thread Tshepang Lekhonkhobe
On Sun, 2011-06-05 at 08:29 +0200, Harald Dunkel wrote:
 Hi Neil,
 
 On 06/04/11 19:01, Neil Williams wrote:
  
  Testing compatibility is the larger problem. Automated tests can only
  go so far. Dependencies are one thing, bugs which arise because one
  setup is using a version which has already been replaced in testing.
  
 
 As a consumer I would like to get a system that keeps up to date
 (as today's testing does), but with a stable core package set. I
 would like to install the most recent stable core system, and use
 testing for everything else.
 
 All these APIs and dynamic libraries are meant to provide backward
 compatibility. We also have versioned package names to work around
 compatibility problems. But we don't really rely on this, except for
 updates within testing or unstable.
 
  If you sincerely want the Debian system which has had the most testing
  of all possible variants and which Debian can honestly describe as the
  most likely candidate for a system where packages work together as
  nicely as it is practical to achieve you MUST use stable and then keep
  that up to date with the stable point releases and security updates.
 
  The problem with this is Debian's long release cycle (+2 years, as it
  seems). Its difficult to get help from upstream if the source code in
  
  Then use chroots, as explained in my first message but which you appear
  to have ignored.
  
 
 Probably I had misunderstood your Building stuff then takes place in
 chroots, e.g. using pbuilder. I had associated pbuilder with building
 packages.
 
  I do this every single working day. I run a number of boxes using
  stable - each has pbuilder support for sid and most have pdebuild-cross
  support for cross-building for armel based on stable or unstable.
  
 
 Instead of pbuilder I am using virtual machines (kvm  vserver)
 with testing today. Their biggest advantages (as with pbuilder I
 would guess) are hiding the real hardware and keeping things separate
 from each other.
 
 The downside is that everything gets more complex, but not necessarily
 more stable. You've got even more systems to run and more packages to
 install, not to mention that updates of the virtualization server
 are more difficult to do.
 
 My virtualization servers themselves were running testing, too, but
 since Squeeze has been released testing is changing rapidly. Currently
 I cannot rely upon testing for server installations.
 
  The long release cycle arises from the very thing you appear to cherish
  - the quality and stability of the stable release. It takes time and
  people to generate quality. That's the entire problem - there are not
  enough people to do that testing twice over.
  
  
  Testers = people. There are as many permutations as there are testers -
  or if you really want the figures, work out how many possible
  permutations there are for installing 1,500 packages out of a total
  selection of 31,000. Then find people to test each permutation on a
  daily, regular usage basis - ensuring that each person fully tests
  EVERY application in their particular set.
  
 
 Understood. If you reduce the number of packages to be released by
 focusing on a core package set with 1000 or 1500 packages instead
 of +3, then your can do more rapid releases because there are
 fewer packages to wait for matching the release criteria.

By rapid releases, are you referring to core/stable or main/testing? How
rapid? Do you mean people would now do system upgrades in less than 2-3
years (life of a Debian release)?

 Of course this doesn't make the +29000 packages outside of the
 proposed core repository go away. But I think we already agreed to
 use testing for installations of non-core packages.

But it makes them second-class. Also, backports is supposed to fix this
anyway. All needed there is volunteers willing to do the work. Why would
you want a different scheme?



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



Link-time optimization in debian packages

2011-06-05 Thread Emil Langrock
Hi,

I have currently the problem that I have to use large, computing intensive 
applications [1,2]. These are usually implemented in many source files. I used 
in the past pseudo c files which include all other c files [3]. Of course, 
this is a hack and don't work in many situation due to conflicting local 
symbols.

I played around a little bit with GCC's LTO [4]. It is really impressive for 
this kind of applications. I had a size reduction and speed increase with the 
tested applications. Of course, it was just a small testset and not really 
scientific.

Link time-optimization exchanges the meaning of flags slightly [5]. It is 
currently necessary to provide the optimization related flags from 
CFLAGS/CXXFLAGS also in LDFLAGS. Otherwise the LTO will not really to a 
optimization step.

I already found some smaller problems related to weird asm usage in some pic 
library code [6], but I would doubt that this is a big show blocker and will 
be fixed soon(tm).

My question is now whether there are already plans to use LTO in Debian 
packages, any big debian related studies, policies, release goals, ...? It 
could also be interesting for large projects like Iceweasel, LibreOffice, ... 
Maybe the KDE Debian Package maintainer have a reason why they don't use 
KDE4_ENABLE_FINAL --- which would also be an argument against LTO.

[1] http://packages.qa.debian.org/p/povray.html
[2] http://packages.qa.debian.org/m/mednafen.html
[3] see KDE4_ENABLE_FINAL in all KDE libraries/applications 
[4] http://gcc.gnu.org/wiki/LinkTimeOptimization
[5] http://gcc.gnu.org/wiki/lto/OptionHandling
[6] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49286
-- 
Emil Langrock


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201106051318.43581.emil.langr...@gmx.de



Re: Rolling release prototype

2011-06-05 Thread Josselin Mouette
Le dimanche 05 juin 2011 à 10:31 +0200, Raphael Hertzog a écrit : 
 Where are the sources ? :)

I’m somehow ashamed to share such crappy code, but it’s on
ries:/home/joss/rolling/make_rolling.py

  The APT lines you need are the following:
deb http://your.favorite.mirror/ testing main contrib non-free
deb http://rolling.debian.net/ rolling main contrib non-free
  You will also need the temporary archive key[2].
 
 I would like to see rolling a full suite and not an overlay of testing.
 
 For the experiment it's fine (in particular to not overload your server),
 but we should be able to switch to a full suite when integrated on
 ftp-master.debian.org.

Yes, once we use the same dak instance as testing and unstable, it
should be trivial. This is why I haven’t bothered with the cleanness of
the archive generation code.

 http://udd.debian.org/bugs.cgi?release=wheezy_not_sidmerged=igndone=onlyfnewerval=7rc=1sortby=popconsorto=desc
 
 Some interesting candidates could be:
 - fuse: security issues fixed in unstable
 - digikam: fix a crasher (might be blocked by dependencies)
 - libvirt: security issues fixed in unstable

I’m not sure the digikam bug really affects testing. And even if it did,
this would mandate a t-p-u upload instead.

Still, I’ve added it as a proof of concept, since it shows the limits of
the fully manual implementation.

So on one hand we need some kind of automation, on the other one I don’t
think bringing automatically the dependencies for a given package is a
good idea. What we need is a tool to explain which dependencies are
needed to bring in a given package, but still requiring to add them
manually in the override file. I guess APT might be the correct tool to
do that.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'
  `-


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


Re: Bug#629278: ITP: python-sphinx-aafig -- Embedded ASCII art figures in Sphinx documentations

2011-06-05 Thread Jakub Wilk

* Nicolas CANIART nico...@caniart.net, 2011-06-05, 12:06:

* Package name: python-sphinx-aafig


Why such a package name? It's neither the upstream name 
(sphinxcontrib-aafig) nor policy-compliant[0] name for the binary 
package (python-sphinxcontrib-aafig).



* URL : http://pypi.python.org/sphinxcontrib-aafig/


I think you meant: http://packages.python.org/sphinxcontrib-aafig/


* License : BOLA


This is not a good license[1]. Please tell upstream to use something 
sane, e.g. the Expat license[2].



 Description : Embedded ASCII art figures in Sphinx documentations


sphinxcontrib-aafig would depend on aafigure, which is currently 
orphaned. Please consider adopting it.



[0] 
http://www.debian.org/doc/packaging-manuals/python-policy/ch-module_packages.html#s-package_names
[1] http://lists.debian.org/debian-legal/2011/01/msg00054.html
[2] http://www.jclark.com/xml/copying.txt

--
Jakub Wilk


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



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

2011-06-05 Thread Henrique de Moraes Holschuh
On Sun, 05 Jun 2011, Jonas Smedegaard wrote:
 On 11-06-05 at 05:39am, Vincent Bernat wrote:
  On Sat, 4 Jun 2011 21:54:11 +0200, Jonas Smedegaard wrote:
  What I do is use upstream provided tarballs, then put aside 
  autotools-generated files, then autogenerate myself, and in the clean 
  rule put back the upstream-provided files (because I want not only 
  minimal required build routines idempotent but also building with 
  git-buildpackage).
  
  In the clean rules, you can just delete those autogenerated files.
 
 True for a normal build.  Not true when building from git.
 
 Yes, there are other possible approaches than restoring (i.e. adding 
 them to .gitignore) but simply deleteing is not enough.

Well, we've known for more than 10 years that commiting any auto-generated
file to the [development] VCS tree is a Bad Idea.  It was a lot worse with
CVS than it is with git, of course, but it has always been trouble.

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


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110605124809.ga10...@khazad-dum.debian.net



Re: Rolling release prototype

2011-06-05 Thread Aurelien Jarno
On Sun, Jun 05, 2011 at 01:59:57PM +0200, Josselin Mouette wrote:
 Le dimanche 05 juin 2011 à 10:31 +0200, Raphael Hertzog a écrit : 
  Where are the sources ? :)
 
 I’m somehow ashamed to share such crappy code, but it’s on
 ries:/home/joss/rolling/make_rolling.py
 
   The APT lines you need are the following:
 deb http://your.favorite.mirror/ testing main contrib non-free
 deb http://rolling.debian.net/ rolling main contrib non-free
   You will also need the temporary archive key[2].
  
  I would like to see rolling a full suite and not an overlay of testing.
  
  For the experiment it's fine (in particular to not overload your server),
  but we should be able to switch to a full suite when integrated on
  ftp-master.debian.org.
 
 Yes, once we use the same dak instance as testing and unstable, it
 should be trivial. This is why I haven’t bothered with the cleanness of
 the archive generation code.
 
  http://udd.debian.org/bugs.cgi?release=wheezy_not_sidmerged=igndone=onlyfnewerval=7rc=1sortby=popconsorto=desc
  
  Some interesting candidates could be:
  - fuse: security issues fixed in unstable
  - digikam: fix a crasher (might be blocked by dependencies)
  - libvirt: security issues fixed in unstable
 
 I’m not sure the digikam bug really affects testing. And even if it did,
 this would mandate a t-p-u upload instead.

Or even a s-p-u upload. According to the date and version it also
affects Squeeze... Looks like the problem is deeper, and fixing it
through a rolling distribution is probably the wrong answer.

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110605125944.ga19...@hall.aurel32.net



Bug#629304: ITP: indicator-datetime -- A very, very simple clock

2011-06-05 Thread Evgeni Golov
Package: wnpp
Severity: wishlist
Owner: The Ayatana Packagers pkg-ayatana-de...@lists.alioth.debian.org

* Package name: indicator-datetime
  Version : 0.2.3
  Upstream Author : Ted Gould t...@canonical.com
* URL : https://launchpad.net/indicator-datetime
* License : GPL-2+, GPL-3, public-domain
  Programming Lang: C
  Description : A very, very simple clock

 A simple clock appearing in the indicator bar

 [description to be improved]



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



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

2011-06-05 Thread Jonas Smedegaard
On 11-06-05 at 09:48am, Henrique de Moraes Holschuh wrote:
 On Sun, 05 Jun 2011, Jonas Smedegaard wrote:
  On 11-06-05 at 05:39am, Vincent Bernat wrote:
   On Sat, 4 Jun 2011 21:54:11 +0200, Jonas Smedegaard wrote:
   What I do is use upstream provided tarballs, then put aside 
   autotools-generated files, then autogenerate myself, and in the 
   clean rule put back the upstream-provided files (because I want 
   not only minimal required build routines idempotent but also 
   building with git-buildpackage).
   
   In the clean rules, you can just delete those autogenerated files.
  
  True for a normal build.  Not true when building from git.
  
  Yes, there are other possible approaches than restoring (i.e. adding 
  them to .gitignore) but simply deleteing is not enough.
 
 Well, we've known for more than 10 years that commiting any 
 auto-generated file to the [development] VCS tree is a Bad Idea.  It 
 was a lot worse with CVS than it is with git, of course, but it has 
 always been trouble.

Depends on what you want to track in your VCS.  I want to track upstream 
released sources and our changes to them.

Discussion here is the cases when upstream intended some files to be 
treated as static but we want to regenerate anyway - and still preserve 
pristine source.

I already wrote that there are multiple approaches.  Seems you 
implicitly suggest to let go of preserving pristine source.


 - Jonas

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

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


signature.asc
Description: Digital signature


intermediate result of packaging-dev meta package discussion

2011-06-05 Thread Benjamin Drung
Hi,

A few days ago, we had a discussion about a packaging-dev meta package.
The responses were between neutral and positive. Therefore I created a
initial draft [1] and tried to incorporate all suggestions made in the
discussion.

The list looks currently like this:

Depends: build-essential,
 debhelper,
 devscripts,
 dput | dupload,
 lintian,
 pbuilder | cowbuilder | sbuild,
 quilt,
 ${misc:Depends}
Recommends: apt-file,
autoconf,
automake,
autotools-dev,
bzr-builddeb,
cdbs,
cmake,
debian-policy,
developers-reference,
git-buildpackage,
gnupg,
libtool,
piuparts,
svn-buildpackage,
${vendor-specific:Recommends}
Suggests: dh-make

${vendor-specific:Recommends} will be evaluated to ubuntu-dev-tools on
Ubuntu.

Please let me know if there is something missing, should be demoted, or
removed.

This package is just for packaging, not for developing. So gdb, pylint
and co. won't go into it. This package should be installed by packagers.
No other package should depend or build-depend on packaging-dev.

[1] http://anonscm.debian.org/gitweb/?p=collab-maint/packaging-dev.git

-- 
Benjamin Drung
Debian  Ubuntu Developer


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


Re: intermediate result of packaging-dev meta package discussion

2011-06-05 Thread Neil Williams
On Sun, 05 Jun 2011 15:46:44 +0200
Benjamin Drung bdr...@debian.org wrote:

 A few days ago, we had a discussion about a packaging-dev meta package.

 This package is just for packaging, not for developing. So gdb, pylint
 and co. won't go into it. This package should be installed by packagers.
 No other package should depend or build-depend on packaging-dev.

I'd suggest that a wishlist bug is filed against lintian to set an
error if any package (source or binary) lists a dependency (or even
Recommends) on the packaging-dev binary. Time should be allowed for
lintian to implement this check before this package is uploaded,
unless the lintian maintainers disagree.

It would also be sensible to have a summary of the quoted paragraph in
the package description.

-- 


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



pgp0OvFTLVChl.pgp
Description: PGP signature


Re: intermediate result of packaging-dev meta package discussion

2011-06-05 Thread Benjamin Drung
Am Sonntag, den 05.06.2011, 15:11 +0100 schrieb Neil Williams:
 On Sun, 05 Jun 2011 15:46:44 +0200
 Benjamin Drung bdr...@debian.org wrote:
 
  A few days ago, we had a discussion about a packaging-dev meta package.
 
  This package is just for packaging, not for developing. So gdb, pylint
  and co. won't go into it. This package should be installed by packagers.
  No other package should depend or build-depend on packaging-dev.
 
 I'd suggest that a wishlist bug is filed against lintian to set an
 error if any package (source or binary) lists a dependency (or even
 Recommends) on the packaging-dev binary. Time should be allowed for
 lintian to implement this check before this package is uploaded,
 unless the lintian maintainers disagree.

Done (bug #629308).

 It would also be sensible to have a summary of the quoted paragraph in
 the package description.

Done, but a proper long description is still missing. Anyone with good
writing skills volunteering?

-- 
Benjamin Drung
Debian  Ubuntu Developer


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


Bug#629313: ITP: python-sphinx-seqdiag -- Sphinx seqdiag extention

2011-06-05 Thread Kouhei Maeda
Package: wnpp
Severity: wishlist
Owner: Kouhei Maeda mkou...@palmtb.net


* Package name: python-sphinx-seqdiag
  Version : 0.1.1
  Upstream Author : Takeshi Komiya i.tkom...@gmail.com
* URL : http://bitbucket.org/birkenfeld/sphinx-contrib
* License : BSD
  Programming Lang: Python
  Description : Sphinx seqdiag extention

 This package contains the seqdiag Sphinx extension.
 This extension enable you to insert sequence diagrams in your Sphinx document. 
 This module needs seqdiag.



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



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

2011-06-05 Thread Joachim Breitner
Hi,

Am Sonntag, den 05.06.2011, 11:03 +0200 schrieb Joerg Jaspert:
 You need to ensure that (package in main. contrib/non-free are
 different)
 
  - you can build everything you ship inside main,
  - the thing you ship in your package is what the shipped source will
end up producing when someone builts it (minus things like
 timestamps).
 
 The easiest way to do this is to actually build it yourself. Especially
 so if you need to fix something in there and want to have that fix
 appear... 

if I do regenerate the files for shipping (or don’t ship them in the
binary packages), is it ok to leave the upstream-generated files in
the .orig.tar.gz, even though I have no hard guarantee that they are
built from these sources (assuming I have no reason to assume that they
are not), or should every such .orig.tar.gz be re-packaged and stripped
of all generated files?

Greetings,
Joachim

-- 
Joachim nomeata Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata


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


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

2011-06-05 Thread David Bremner
On Sun, 05 Jun 2011 16:49:14 +0200, Joachim Breitner nome...@debian.org wrote:
Non-text part: multipart/signed
 
 if I do regenerate the files for shipping (or don’t ship them in the
 binary packages), is it ok to leave the upstream-generated files in
 the .orig.tar.gz, even though I have no hard guarantee that they are
 built from these sources (assuming I have no reason to assume that they
 are not), or should every such .orig.tar.gz be re-packaged and stripped
 of all generated files?
 

Personally I think overwriting files in .orig.tar.gz is does not require
re-packing. If it did, then every package that calls autoreconf or
equivalent is buggy.  Saving the extra complication of saving and
restoring files (or just deleting the generated ones in the clean step)
doesn't seem to me be worth the losing pristine original source.

d


pgpPPkTHziA6L.pgp
Description: PGP signature


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

2011-06-05 Thread Peter Samuelson

[Joachim Breitner]
 if I do regenerate the files for shipping (or don’t ship them in the
 binary packages), is it ok to leave the upstream-generated files in
 the .orig.tar.gz, even though I have no hard guarantee that they are
 built from these sources (assuming I have no reason to assume that
 they are not), or should every such .orig.tar.gz be re-packaged and
 stripped of all generated files?

The only time it's _necessary_ to repackage the source tarball is if
there's good reason to believe it has non-free content in it.  So, in
your case, there's no need.  Additionally, though, if the generated
files you're looking at are really large in comparison to the rest of
the package, then it might be best to drop them to save bandwidth for
uploads and downloads.  But I'd say autoconf and automake output isn't
nearly large enough to be worth worry about.

-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/


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



Re: distinguish between core and main?

2011-06-05 Thread Kyle Willmon
On Sat, Jun 04, 2011 at 05:07:26PM +0200, Harald Dunkel wrote:
 About the package set dependencies:  The core package sets would be
 self contained, i.e. they would not depend upon packages outside of
 their own core set. The new main/testing repository would be meant
 to work with both core/stable and core/testing.
 
 Using some very rough numbers:
 Instead of main repositories for stable and testing with 3
 packages each we would have core repositories for stable and testing
 with 1000 packages each, and a common non-core repository with 29000
 packages, to be used together with both core/stable and core/testing.
 That would be 6 packages vs 31000 packages.

Based on these numbers, your suggestion removes stable/main and uses
testing/main for all stable systems. This introduces the idea that
packages in a system that we consider to be stable have only been
tested for 10 days (the time it takes for a low priority package to
migrate from unstable to testing).

The idea further says nothing about oldstable, which is a supported
Debian release. It takes the benefit of installing a system and knowing
that it will be supported for the next 4yrs away completely and this is
something than many Debian users cherish.

 Drbd, libvirt and other virtualization solutions,
 third party software, etc. are examples.

The idea of second-class packages means specializing what Debian is used
for. You may consider it alright that your virtualization software has
only been tested for 10 days. Other people would rather have the
virtualization software that has been tested for much longer and won't
crash their production virtual machines. So, does that virtualization
software belong in core or main? We've already seen what you think, but
I'd be willing to bet many Debian users would disagree.

Debian is the universal operating system. If you want to specialize what
Debian does, please consider starting a Debian derivative. Assuming you
are not alone in your ideas, you may have some future user base waiting
for you.

Thanks
--
Kyle Willmon


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



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

2011-06-05 Thread Henrique de Moraes Holschuh
On Sun, 05 Jun 2011, Jonas Smedegaard wrote:
 On 11-06-05 at 09:48am, Henrique de Moraes Holschuh wrote:
  On Sun, 05 Jun 2011, Jonas Smedegaard wrote:
   On 11-06-05 at 05:39am, Vincent Bernat wrote:
On Sat, 4 Jun 2011 21:54:11 +0200, Jonas Smedegaard wrote:
What I do is use upstream provided tarballs, then put aside 
autotools-generated files, then autogenerate myself, and in the 
clean rule put back the upstream-provided files (because I want 
not only minimal required build routines idempotent but also 
building with git-buildpackage).

In the clean rules, you can just delete those autogenerated files.
   
   True for a normal build.  Not true when building from git.
   
   Yes, there are other possible approaches than restoring (i.e. adding 
   them to .gitignore) but simply deleteing is not enough.
  
  Well, we've known for more than 10 years that commiting any 
  auto-generated file to the [development] VCS tree is a Bad Idea.  It 
  was a lot worse with CVS than it is with git, of course, but it has 
  always been trouble.
 
 Depends on what you want to track in your VCS.  I want to track upstream 
 released sources and our changes to them.

That would be why I specified the development tree as the one for which
Best Known Practice is to never track auto-generated files.

What you track in downstream trees or release trees depends on what is
auto-generated in that tree, after all.

IME, it is worth keeping in mind that git can be quite UNhelpful if you
decided to not track anymore something you used to in that history branch.
That could be a shortcoming of my git skills, though (in which case I'd
appreciate some hints on how to get git to stop paying attention to a
previously tracked file in another thread or by private email. gitignore
seems not to be enough across merges from a branch that does track that
file).

 Discussion here is the cases when upstream intended some files to be 
 treated as static but we want to regenerate anyway - and still preserve 
 pristine source.

Best practice in Debian is to rebuild from source everything you can rebuild
from source.  This keeps upstream honest, forces you to detect missing
prefered source files, uncovers bit-rot, and improves overall package
quality.

However, it does so at the expense of more work (sometimes a LOT more work)
for the downstream (Debian) maintainer.   Sometimes that cost is too high to
tack at once when packaging (or at all), but IME that would be the
exception, and not the rule... and the maintainer *IS* supposed to have a
decent knowledge of the build systems his upstream uses (often, aquiring
that knowledge can be very annoying or frustating) to do his job right.  It
can [easily] happen that you will find yourself fixing upstream's build
system and negotiating with upstream for them to incorporate those updates.

I abid to that principle on all packages I maintain, to the point of
regenerating raster images in documentation from their xfig/svg sources, for
example.

 I already wrote that there are multiple approaches.  Seems you 
 implicitly suggest to let go of preserving pristine source.

I have always advocated that the task of preserving pristine source is
restricted to the pristine tarball.   Sometimes we cannot even do that, and
have to remove undistributable files.  I advocate that the Debian package
tree, after unpacking, cleaning and patching, is to build the best possible
Debian package: it has no ties to the task of distributing upstream pristine
source, that would be a job for the upstream tarball and upstream
repositories in the first place.

Although it should NOT make it very hard to produce patches that can be sent
upstream.  Our new source package formats have mostly solved this problem,
if not always in the best possible way for a given package, it certainly
solves it to an acceptable level.

And if you happen to be both upstream AND downstream, Best Known Practice
has been to separate both tasks (although they *can* live in the same git
repository, etc) for a long time.  That helps a lot should you happen to
find yourself with more downstream maintainers (other distros), or even
ports (other kernels).

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


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110605153317.ga25...@khazad-dum.debian.net



Re: distinguish between core and main?

2011-06-05 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 06/05/11 13:17, Tshepang Lekhonkhobe wrote:
 On Sun, 2011-06-05 at 08:29 +0200, Harald Dunkel wrote:

 Understood. If you reduce the number of packages to be released by
 focusing on a core package set with 1000 or 1500 packages instead
 of +3, then your can do more rapid releases because there are
 fewer packages to wait for matching the release criteria.
 
 By rapid releases, are you referring to core/stable or main/testing? How
 rapid? Do you mean people would now do system upgrades in less than 2-3
 years (life of a Debian release)?
 

Only core/stable should be released. The rest comes from
main/testing.

I cannot speak for others, but I don't wait 3 years. I do
regular updates/upgrades to include the most recent security
and bug fixes. We've scheduled regular maintenance weekends
every 3 months for this. Important updates are installed
immediately.

 Of course this doesn't make the +29000 packages outside of the
 proposed core repository go away. But I think we already agreed to
 use testing for installations of non-core packages.
 
 But it makes them second-class.

They are surely not second-class, they are just not within core/stable.
Debian already classifies packages in different priorities, to
be used today when package updates are pushed into testing, for
example. I just cannot use these priorities in sources.list, _and_ I
cannot rely upon the packages in today's testing to work with the
core packages in stable

 Also, backports is supposed to fix this
 anyway. All needed there is volunteers willing to do the work. Why would
 you want a different scheme?
 

Because backports is not supported as good as the current
testing repo. Why have a 3rd repository next to stable and
testing with a similar package set, instead of keeping an
eye upon compatibility right from the start?

I understand that splitting main into core/stable and
main/testing would be a deep cut. Surely I do not expect it
to happen within the next few weeks or months. Just think
about it.


Regards

Harri
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk3rqIYACgkQUTlbRTxpHjcGBQCeLcGloib4F3WXlHz/GeHCazyd
ja4An2lzCyVvGrQUyVLjWvXipyZyY0cO
=Bz2S
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4deba886.5000...@afaics.de



Re: distinguish between core and main?

2011-06-05 Thread Bernhard R. Link
* Harald Dunkel ha...@afaics.de [110605 18:02]:
 Only core/stable should be released. The rest comes from
 main/testing.

 I cannot speak for others, but I don't wait 3 years. I do
 regular updates/upgrades to include the most recent security
 and bug fixes. We've scheduled regular maintenance weekends
 every 3 months for this. Important updates are installed
 immediately.

And have to explain every user every 3 months that their browser is
now looking slightly different and their window manager is behaving
differently and all the other programs no longer do what they want?

There is simply no way to test stuff and get enough bugs out of the
installation in only 3 months. Having some software newer is possible
if one is enough into those projects to understand what exactly is
changing, but everything else is core, and as every admin is interested
about different things, all of Debian has to be core to be useful.

Bernhard R. Link


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20110605160830.ga4...@pcpool00.mathematik.uni-freiburg.de



Bug#629323: ITP: python-actdiag -- generate activity-diagram image file from spec-text file

2011-06-05 Thread Kouhei Maeda
Package: wnpp
Severity: wishlist
Owner: Kouhei Maeda mkou...@palmtb.net


* Package name: python-actdiag
  Version : 0.1.5
  Upstream Author : Takeshi Komiya i.tkom...@gmail.com
* URL : https://bitbucket.org/tk0miya/actdiag
* License : Apache
  Programming Lang: Python
  Description : generate activity-diagram image file from spec-text file

 Generate activity-diagram from dot like text (basic feature).
 Multilingualization for node-label (utf-8 only).
 You can get some examples and generated images on 
 http://tk0miya.bitbucket.org/actdiag/build/html/index.html



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



Re: distinguish between core and main?

2011-06-05 Thread Philip Hands
On Sun, 05 Jun 2011 08:29:03 +0200, Harald Dunkel ha...@afaics.de wrote:
...
 My virtualization servers themselves were running testing, too, but
 since Squeeze has been released testing is changing rapidly. Currently
 I cannot rely upon testing for server installations.

So use stable + backports for now, and once testing has settled down a
bit, and you've accumulated enough backports to make that a pain, switch
to testing.  That cycle of usage is part of what ensures that the next
release gets enough testing.

Your pipe-dream of an effortless, stable, and up to date system is just
that -- pick any two.

Cheers, Phil.
-- 
|)|  Philip Hands [+44 (0)20 8530 9560]http://www.hands.com/
|-|  HANDS.COM Ltd.http://www.uk.debian.org/
|(|  10 Onslow Gardens, South Woodford, London  E18 1NE  ENGLAND


pgpo3kyWv0zWZ.pgp
Description: PGP signature


Re: [ANNOUNCE] dh_splitpackage 0.2.2

2011-06-05 Thread Olivier Berger
Hi.

Le samedi 04 juin 2011 à 20:46 +0200, Zygmunt Krynicki a écrit :

 
 I wrote dh_splitpackage, a helper script that unambiguously splits the 
 files of a binary package into multiple packages based on a 
 configuration file.
 

Uh... Maybe I missed the point of this tool which was obvious to many
others, but could you provide a typical use case for using it ?

As is, I didn't find the description you provided potentially applying
to the kind of tasks I'd be doing on my packages.

Thanks in advance.

Best regards,
-- 
Olivier BERGER (Debian developer)
(OpenPGP: 4096R/7C5BB6A5)
http://www.olivierberger.com/weblog/


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1307290930.4252.2.ca...@inf-8657.int-evry.fr



Re: distinguish between core and main?

2011-06-05 Thread Timo Juhani Lindfors
Hi,

Philip Hands p...@hands.com writes:
 On Sun, 05 Jun 2011 08:29:03 +0200, Harald Dunkel ha...@afaics.de wrote:
 Your pipe-dream of an effortless, stable, and up to date system is just
 that -- pick any two.

I personally prefer stable system with unstable chroot. This gives me
best of both worlds. I can use both stable and unstable version of the
same package if I want. I can still report bugs to debian since the
packages are unmodified.

With suitable bind mounts even freedesktop.org applications work quite
ok.

My current recipe is

1) sudo apt-get install debootstrap schroot
2) sudo mkdir /sid
3) sudo debootstrap sid /sid http://ftp.fi.debian.org/debian
4) Add the following to /etc/schroot/schroot.conf

[sid]
description=Debian sid (unstable)
location=/sid
aliases=unstable,default
users=user1,user2

where user1 and user2 are users that are allowed to use the chroot
(change them!).

5) Add the following to /etc/fstab

/home /sid/homenone bind 0 0
/dev  /sid/dev none bind 0 0
/dev/pts  /sid/dev/pts none bind 0 0
/dev/shm  /sid/dev/shm none bind 0 0
/proc /sid/procnone bind 0 0
/sys  /sid/sys none bind 0 0
/tmp  /sid/tmp none bind 0 0
/var/run/dbus /sid/var/run/dbusnone bind 0 0

5.1) sudo mkdir /sid/var/run/dbus

6) sudo mount -a

7) sudo cp /etc/sudoers /etc/hosts /etc/hostname /etc/passwd /etc/shadow
/etc/group /sid/etc

8) Create /usr/local/bin/sid with the following lines

#!/bin/sh
schroot -c sid -p -q -- $@

8.1) sudo chmod a+x /usr/local/bin/sid

9) Create /sid/usr/sbin/policy-rc.d to prevent daemons from starting
accidentally inside the chroot with the following lines

#!/bin/sh
logger sid $0 invoked with $@
exit 101

9.1) sudo chmod a+x /sid/usr/sbin/policy-rc.d

10) (just an example) sudo sid apt-get install openoffice.org

11) (just an example) sid openoffice.org


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



Re: Rolling release prototype

2011-06-05 Thread Ben Hutchings
On Sun, 2011-06-05 at 10:31 +0200, Raphael Hertzog wrote:
 Hi Josselin,
 
 On Sun, 05 Jun 2011, Josselin Mouette wrote:
[...]
  Don’t rush! Currently the rolling archive is empty. The first task is to
  fill it. Therefore I’m now looking for people who are running testing on
  their machines. The idea is to find which major bugs and usability
  issues happen in testing, and to prove that the rolling concept
  effectively makes the machines usable without a need for manual
  intervention. Another good start is probably the list of RC bugs that
  are fixed in unstable but not in testing.
 
 http://udd.debian.org/bugs.cgi?release=wheezy_not_sidmerged=igndone=onlyfnewerval=7rc=1sortby=popconsorto=desc
 
 Some interesting candidates could be:
 - fuse: security issues fixed in unstable
 - digikam: fix a crasher (might be blocked by dependencies)
 - libvirt: security issues fixed in unstable

linux-2.6 (plus linux-kbuild-2.6, linux-latest-2.6):
security issues fixed in unstable: CVE-2011-1748, CVE-2011-1759,
CVE-2011-1581, CVE-2011-1770, CVE-2011-1776, CVE-2011-1927

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


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


Re: distinguish between core and main?

2011-06-05 Thread Tshepang Lekhonkhobe
On Sun, 2011-06-05 at 18:02 +0200, Harald Dunkel wrote:
 I cannot speak for others, but I don't wait 3 years. I do
 regular updates/upgrades to include the most recent security
 and bug fixes. We've scheduled regular maintenance weekends
 every 3 months for this. Important updates are installed
 immediately.

NOTE: I specifically chose the words system upgrade, so as to be clear
I'm not including security updates and stability fixes.

So, you want Debian to change its release management to suit you, while
neglecting what is likely its largest userbase. I'm here referring to
users who don't want to do system upgrades every 3 months.

  Of course this doesn't make the +29000 packages outside of the
  proposed core repository go away. But I think we already agreed to
  use testing for installations of non-core packages.
  
  But it makes them second-class.
 
 They are surely not second-class, they are just not within core/stable.
 Debian already classifies packages in different priorities, to
 be used today when package updates are pushed into testing, for
 example. I just cannot use these priorities in sources.list, _and_ I
 cannot rely upon the packages in today's testing to work with the
 core packages in stable

Hmmm...

  Also, backports is supposed to fix this
  anyway. All needed there is volunteers willing to do the work. Why would
  you want a different scheme?
  
 
 Because backports is not supported as good as the current
 testing repo. Why have a 3rd repository next to stable and
 testing with a similar package set, instead of keeping an
 eye upon compatibility right from the start?

What do you mean by backports is not supported as good as the current
testing repo? Do you mean the packages there are too small in number?

Talking about your proposed scheme, let's assume that the GNU toolchain
would be part of core/stable. Would you agree that keeping it compatible
with the rest of the system means building the rest of the system with
it? That means keeping it hostage and not updating it for a set period
of time. Now what backports does is that you'll use build tools in
stable to build newer software than is available in stable, to avoid
upgrading a certified stable base. And this is a compromise between
stability and freshness. If I'm accurate thus far, it means you are
asking for making a backports system the main way of doing Debian, and
neglecting about everyone else. I'm saying this because we can't have a
main/testing system that's built both by a core/stable version of this
toolchain and a main/testing version. Am I missing anything (sorry if
I'm making you repeat yourself)?




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



Bug#629344: ITP: plastimatch -- medical image reconstruction and registration

2011-06-05 Thread Greg Sharp
Package: wnpp
Severity: wishlist
Owner: Greg Sharp gregsharp@yahoo.com


* Package name: plastimatch
  Version : 1.5
  Upstream Author : Greg Sharp gregsharp@yahoo.com
* URL : http://plastimatch.org/
* License : BSD-style
  Programming Lang: C, C++
  Description : medical image reconstruction and registration



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



Re: distinguish between core and main?

2011-06-05 Thread Adam D. Barratt

On Sun, 05 Jun 2011 18:02:14 +0200, Harald Dunkel wrote:

Debian already classifies packages in different priorities, to
be used today when package updates are pushed into testing, for
example.


You appear to have confused package priority and upload urgency.  
Testing migration is affected by the latter, not the former.


Regards,

Adam


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/40730830c631d8131964ae5792db3...@adsl.funky-badger.org



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

2011-06-05 Thread Tollef Fog Heen
]] Bernd Zeimetz 

| On 05/26/2011 07:54 AM, Tollef Fog Heen wrote:
|  ]] Scott Kitterman 
|  
|  | Was there some discussion of this with Alioth users before it got
|  | changed?
|  
|  No.
|  
|  And while I apologise for the problems we've had with the migration, I'd
|  like to ask people to just accept some of the changes we've made even
|  though you think it makes URLs uglier.  They're done to avoid cyclic
|  dependencies between services.
| 
| Please explain that.

vasks has the copy of the repositories.

wagner NFS mounts the repositories read-only.

vasks is {git,svn,…}.debian.org (so ssh://git.d.o/ continues working),
making svn:// and similar protocols work requires TCP proxying.

ergo, circular dependencies between the hosts.  This is something we
want to avoid.

| And I still think loosing the old names is a very annoying PITA.

I'll add SRV records the moment git and svn support resolving resources
using SRV record, you can have the old names back then.

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


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



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

2011-06-05 Thread Ben Hutchings
On Sun, 2011-06-05 at 21:15 +0200, Tollef Fog Heen wrote:
 ]] Bernd Zeimetz 
 
 | On 05/26/2011 07:54 AM, Tollef Fog Heen wrote:
 |  ]] Scott Kitterman 
 |  
 |  | Was there some discussion of this with Alioth users before it got
 |  | changed?
 |  
 |  No.
 |  
 |  And while I apologise for the problems we've had with the migration, I'd
 |  like to ask people to just accept some of the changes we've made even
 |  though you think it makes URLs uglier.  They're done to avoid cyclic
 |  dependencies between services.
 | 
 | Please explain that.
 
 vasks has the copy of the repositories.
 
 wagner NFS mounts the repositories read-only.
 
 vasks is {git,svn,…}.debian.org (so ssh://git.d.o/ continues working),
 making svn:// and similar protocols work requires TCP proxying.
[...]

The majority of published references to VCS repositories are URLs for
anonymous access.  Also regular Alioth users will be more aware of the
Alioth reconfiguration than others, and will know that they need to
change the read-write/push URLs.  Therefore I think it is more important
that the URLs for anonymous access continue to work.

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


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


Re: [ANNOUNCE] dh_splitpackage 0.2.2

2011-06-05 Thread David Bremner
On Sun, 05 Jun 2011 18:22:10 +0200, Olivier Berger ober...@debian.org wrote:

 Uh... Maybe I missed the point of this tool which was obvious to many
 others, but could you provide a typical use case for using it ?

I assume it is a matter of not wanting to manually maintain $pkg.install
files.

Here is an except from d/rules for darktable.

PLUGIN_EXCLUDES=$(patsubst %,-X%, \
 $(notdir $(shell cat $(wildcard debian/darktable-plugins-*.install

override_dh_install:
dh_install -pdarktable $(PLUGIN_EXCLUDES)
dh_install --remaining-packages

The top level directory /usr/lib/darktable is listed in
darktable.install, but any files under that installed in other packages
will be excluded.

As usual with such cleverness, one can question the tradeoff of
fragility versus ease of maintenance.

David


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87vcwk2f4k.fsf@zancas.localnet



Re: Bug#629278: ITP: python-sphinx-aafig -- Embedded ASCII art figures in Sphinx documentations

2011-06-05 Thread Nicolas CANIART
2011/6/5 Jakub Wilk jw...@debian.org:
 * Nicolas CANIART nico...@caniart.net, 2011-06-05, 12:06:

 * Package name    : python-sphinx-aafig

 Why such a package name? [...]

Done.


 * URL             : http://pypi.python.org/sphinxcontrib-aafig/
 I think you meant: http://packages.python.org/sphinxcontrib-aafig/

Yep that's the one I put in the control file, sorry.


 * License         : BOLA

 This is not a good license[1]. Please tell upstream to use something sane,
 e.g. the Expat license[2].


Asked, but upstream does not seem to agree with Gunnar statements...
More over this license was discussed back in 2006 [1,2] on
debial-legal and was said dfsg compliant. It is also mentioned in
other places like [3], but is not either in the free or non-free list
found at [4].

  Description     : Embedded ASCII art figures in Sphinx documentations

 sphinxcontrib-aafig would depend on aafigure, which is currently orphaned.
 Please consider adopting it.


I might, if we can agree on the license problem. And then I am still
looking for a sponsor

Regards,
Nicolas

1: http://lists.debian.org/debian-legal/2006/01/msg00098.html
2: http://lists.debian.org/debian-legal/2006/03/msg00508.html
3: http://wiki.debian.org/CopyrightNotices
4: http://wiki.debian.org/DFSGLicenses
5: http://www.debian.org/legal/licenses/index.html (en or fr)


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



Re: distinguish between core and main?

2011-06-05 Thread Josselin Mouette
Le dimanche 05 juin 2011 à 18:02 +0200, Harald Dunkel a écrit : 
 I understand that splitting main into core/stable and
 main/testing would be a deep cut. Surely I do not expect it
 to happen within the next few weeks or months. Just think
 about it.

What you do not understand is how presumptuous and condescending it is
to come with vague ideas of new release schemes without any experience
of the problems behind, and tell people to “think about it”.

If the current release process doesn’t suit your needs, just tell us in
what ways. You’re not the first one, and a lot of us already “think
about it”. We might even be close to provide a solution to an entire
class of problems with the rolling release concept.

As you might have noticed in the discussion, the broad consensus among
developers is that splitting the distribution is not an option. Apart
from the core toolchain (and still, you will find some loose adherence
with it in various pieces of software), it is not possible to release a
part of the distribution separately. The kernel is tied to desktops,
desktops are tied to server components, server components are tied to
web frameworks, web applications are tied to interpreters and
interpreters are tied to desktop applications… there’s no end to it.
Those who split the distribution, like Ubuntu, only do it for levels of
support, not for release schedules.

Another broad consensus is that stopping to provide stable releases is
not an option either. If you want to propose an evolution in the release
process, you have to wonder how it affects stable releases too.

These are two good reasons why your idea, in its current state, is not
even remotely applicable. Now if you want to be listened to, you need to
talk with people familiar with these problems, come up with new ideas
and explain what problems they solve. It’s better than asking people to
“think about it”.

Cheers,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'
  `-


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


Re: Link-time optimization in debian packages

2011-06-05 Thread Mike Hommey
On Sun, Jun 05, 2011 at 01:18:43PM +0200, Emil Langrock wrote:
 Hi,
 
 I have currently the problem that I have to use large, computing intensive 
 applications [1,2]. These are usually implemented in many source files. I 
 used 
 in the past pseudo c files which include all other c files [3]. Of course, 
 this is a hack and don't work in many situation due to conflicting local 
 symbols.
 
 I played around a little bit with GCC's LTO [4]. It is really impressive for 
 this kind of applications. I had a size reduction and speed increase with the 
 tested applications. Of course, it was just a small testset and not really 
 scientific.
 
 Link time-optimization exchanges the meaning of flags slightly [5]. It is 
 currently necessary to provide the optimization related flags from 
 CFLAGS/CXXFLAGS also in LDFLAGS. Otherwise the LTO will not really to a 
 optimization step.
 
 I already found some smaller problems related to weird asm usage in some pic 
 library code [6], but I would doubt that this is a big show blocker and will 
 be fixed soon(tm).
 
 My question is now whether there are already plans to use LTO in Debian 
 packages, any big debian related studies, policies, release goals, ...? It 
 could also be interesting for large projects like Iceweasel, LibreOffice, ... 
 Maybe the KDE Debian Package maintainer have a reason why they don't use 
 KDE4_ENABLE_FINAL --- which would also be an argument against LTO.

On the large projects you are mentioning, LTO is simply not possible to
use at all on gcc 4.6. For instance, the linking phase for Firefox
requires more memory than the address space on 32-bits machines permit,
which means we'd need a) buildds with a lot of RAM b) to cross compile
32-bits code with 64-bits toolchains.

gcc 4.7 should be better, though.

Mike


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



Re: Link-time optimization in debian packages

2011-06-05 Thread Adam Borowski
On Sun, Jun 05, 2011 at 01:18:43PM +0200, Emil Langrock wrote:
 I played around a little bit with GCC's LTO [4]. It is really impressive for 
 this kind of applications. I had a size reduction and speed increase with the 
 tested applications. Of course, it was just a small testset and not really 
 scientific.
 
 Link time-optimization exchanges the meaning of flags slightly [5]. It is 
 currently necessary to provide the optimization related flags from 
 CFLAGS/CXXFLAGS also in LDFLAGS. Otherwise the LTO will not really to a 
 optimization step.

 My question is now whether there are already plans to use LTO in Debian 
 packages, any big debian related studies, policies, release goals, ...?

I'm afraid that it's not as simple.  Every package has to be changed on
their own.  For a systemic solution it might be better to talk to autotools
folks and their competition.

What needs to be changed:
* as you said, optimization flags need to be added to LDFLAGS as well
* the invocation of gcc (at least the one called for link) has to be
  prefixed with +, and you need to add -flto=jobserver to the above.
  Otherwise, that massive link step will be done using only one thread.

There's a cost of greatly increased memory usage, although not above what a
typical parallel compilation would take.  You just lose the option of doing
many one-threaded builds in parallel unless your memory is insane.  This
affects only Debian buildds rather than actual developers, though.

Even worse, for some strange reason, GCC folks decided to do the compilation
_twice_.  The -c invocation will go through the front-end and store the
gimple tree in the .o file, but then it will proceed with useless
compilation and add actual code into .o as well.  During the link step, the
code is thrown away and the gimple trees are compiled again.

As far as I know, the only rationale for that is so if you forget to specify
-flto during link you still end up with a slow but working executable. 
IMHO, it'd be so much better to throw a fatal error in that case: if the
user asked for LTO, he should be notified that something is wrong.  No
backward compatibility is lost since old code won't have -flto.

With that double compilation misfeature, build time is roughly doubled:

make -j6 +gcc -O3
real1m11.545s
user5m55.626s
sys 0m18.689s

make -j6 +gcc -O3 -flto=jobserver
real2m15.786s
user10m16.195s
sys 0m26.114s

Speed gains for compiled executables are great, though: around 20%[2].

 I already found some smaller problems related to weird asm usage in some pic 
 library code [6], but I would doubt that this is a big show blocker and will 
 be fixed soon(tm).

There are some bugs, too.  LTO was utterly useless in gcc-4.5, throwing an
ICE for anything slightly more complex than hello world[1].  It works well in
gcc-4.6, good enough for production usage as long as you're prepared to deal
with the occasional bug.

 It could also be interesting for large projects like Iceweasel,
 LibreOffice, ...

If the buildds can handle them.  It is sad that architectures that care
about code speed and size the most would be unable to use LTO builds because
of 1-core Pentium3-equivalent speed buildds with 256MB ram when there's a
349823492357-way amd64 machine standing idle next to them.  An amd64-armel
build takes as long as an amd64-amd64 one, while armel-armel is a matter
of eight hours on the code above without LTO and would keep swapping until
the heat death of the machine with LTO.

Thus, before enabling LTO on anything large, you'd have to ensure the
buildds have enough ram to handle that...


[1]. As proven by exhaustive research by testing on a random 16 kLOC C
project, a 330 kLOC C++ one and an 8 kLOC C library.

[2]. It depends on the code in question, of course.  Something with a good
locality of calls will see no gain, something that jumps between different
source files in an intense area can see more.  Not needing to cram
everything into a single file can increase readability...

-- 
1KB // Microsoft corollary to Hanlon's razor:
//  Never attribute to stupidity what can be
//  adequately explained by malice.


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



How do I join the development team?

2011-06-05 Thread Jason Hsu
I would like to join the Debian development team.  How do I get started?

The two things I would like to work on are:
1.  Lightweight programs for burning CDs and DVDs: The KDE and GNOME distros 
come with CD/DVD burning programs that INCLUDE verification.  Most lightweight 
distros do not.  I use antiX/Swift Linux, and I dual-boot with Puppy Linux for 
its PBurn and iso2cd programs that provide verification WITHOUT bloat.  I want 
to provide PBurn and iso2cd for my Swift Linux users, and I think that users of 
other Debian-based distros would also appreciate lightweight CD/DVD burning 
programs that offer verification without bloat.
2.  A trash program: GNOME and KDE come with trash/recycle bins but ROX 
pinboard does not.  I've had difficulty getting libtrash to work properly.  
Again, a trash/recycle bin is a feature that the heavyweight distros have that 
I think can be implemented in a lightweight package.  Again, this is something 
that users of all Debian-based distros would be interested in.

P.S.  I am seeking developers for antiX-based Swift Linux.  Think of antiX as 
the Ubuntu of the lower part of the Linux market.  Swift Linux is analogous to 
Linux Mint.  My target markets are Windows XP users and the Ubuntu/Mint users 
scraping by on only 512 MB of RAM.

-- 
Jason Hsu jhsu802...@jasonhsu.com
Founder and lead developer of Swift Linux (http://www.swiftlinux.org)


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110605180306.08a716a6.jhsu802...@jasonhsu.com



Bug#629370: ITP: python-requests -- an elegant and simple HTTP library for Python, built for human beings

2011-06-05 Thread Daniele Tricoli
Package: wnpp
Severity: wishlist
Owner: Daniele Tricoli er...@mornie.org

* Package name: python-requests
  Version : 0.4.1
  Upstream Author : Kenneth Reitz m...@kennethreitz.com
* URL : http://python-requests.org
* License : ISC
  Programming Lang: Python
  Description : an elegant and simple HTTP library for Python, built for 
human beings

  python-requests allow you to send GET, HEAD, PUT, POST, and DELETE
  HTTP requests. You can add headers, form data, multipart files, and
  parameters with simple Python dictionaries, and access the response
  data in the same way. It's powered by urllib2, but it does all the
  hard work and crazy hacks for you.

The package will be maintained under the umbrella of the Debian Python
Modules Team.



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



Oferta sprzedaży (bez VAT) hali 1.683 m2 w Gryficach 499.000 zł - okazja !!! na działce 1,4 ha

2011-06-05 Thread Kazimierz Kocik

Umowa sprzedaży nie podlego opodatkowaniu VAT !!

Witam, 
 
  oferta sprzedaży hali w Gryficach woj. zachodniopomorskie 28 km od Mrzeżyna nad morzem. Więcej informacji ...


http://www.gremius.pl/pl/nieruchomosci-gryfice/obiekty/sprzedaz/GRE-HS-649 


  Na sprzedaż hala produkcyjno-magazynowa z zapleczem biurowo-socjalnym 
położona w Gryficach przy drodze wojewódzkiej nr 109.
 Na nieruchomość składa się grunt o pow. 1.40 ha, ogrodzony, częściowo 
utwardzony.
Teren zabudowany jest dwoma połączonymi budynkami - halą produkcyjną oraz 
budynkiem socjalno-biurowym o łącznej pow. 1.683m2.

Specyfikacja budynków:
1. Budynek socjalno-biurowy - o pow. użytkowej 579m2, kubaturze 2.246m3 i dwóch kondygnacjach nadziemnych. Materiał ścian - suporeks z cegłą.Parter budynku został poddany 2006 r. remontowi - stan pomieszczeń dobry. 
Na tą część budynku składają się 2 pomieszczenia biurowe o łącznej pow. 71 m2, pomieszczenia socjalne (jadalnia, szatnia męska, szatnia damska, 3 toalety, 2 łazienki z natryskami), magazyn o pow. 53 m2 oraz 2 pomieszczenia produkcyjne (montaż i pakowanie elementów) o łącznej powierzchni 66,5 m2.Pierwsze piętro budynku ma pow. 290m2 (9 pomieszczeń) i aktualnie nie jest wykorzystywane.

  2. Hala produkcyjna - o pow. użytkowej 1.040 m2, kubaturze 13.550 m2. Ściany 
wykonane z płyty Pw-3 montowanej do konstrukcji stalowej, słupy stalowe, dach z 
płyt stalowych profilowanych ocieplony wełną mineralną kryty 2-oma warstwami 
papy.Obiekt posiada następujące instalacje - elektryczna, wodno-kanalizacyjna. 
Ogrzewanie w części biurowo-socjalnej - elektryczne. Ciepła woda z bojlera 
elektrycznego.Przed budynkiem parking oraz plac manewrowy. Całość terenu 
ogrodzona. Na hali jest zamontowana suwnica 5 ton natorowa z kabiną - wyłączona 
z ruchu - mechanicznie kompletna, cała instalacja elektryczna suwnicy jest do 
wymiany.

Uporządkowany stan prawny

Cena do negocjacji.

Pozdrawiam 
Kazimierz Kocik

W razie potrzeby proszę o kontakt na adres:
kazimierz.ko...@wp.pl 


tel. 721 211 654  lub

tel. 790 600 512



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



Re: Link-time optimization in debian packages

2011-06-05 Thread brian m. carlson
On Mon, Jun 06, 2011 at 01:15:29AM +0200, Adam Borowski wrote:
 Speed gains for compiled executables are great, though: around 20%[2].

It depends.  I have code where using -flto causes no significant
improvement ( 2%) in some cases and major performance losses (-7 to
-37%) in others.  This is not something that is a boon in every case and
certainly not something that should automatically be used project-wide.

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


signature.asc
Description: Digital signature


Re: How do I join the development team?

2011-06-05 Thread Paul Wise
[CCing you since I assume you are not subscribed]

On Mon, Jun 6, 2011 at 7:03 AM, Jason Hsu wrote:

 I would like to join the Debian development team.  How do I get started?

In general:

http://www.debian.org/devel/join/

 1.  ... I want to provide PBurn and iso2cd ...

Neither of these is available in Debian, so please file two Intent To
Package (ITP) bugs, create the packages and get them uploaded to
Debian via a sponsor. More information about that in the links below:

http://www.debian.org/devel/wnpp/#l1
http://www.debian.org/doc/manuals/maint-guide/
http://wiki.debian.org/DebianMentorsFaq

 2.  A trash program: GNOME and KDE come with trash/recycle bins but ROX 
 pinboard does not.  I've had difficulty getting libtrash to work properly.  
 Again, a trash/recycle bin is a feature that the heavyweight distros have 
 that I think can be implemented in a lightweight package.  Again, this is 
 something that users of all Debian-based distros would be interested in.

If there exists software to do this, please file ITP bugs for the
relevant software, create the packages and get them uploaded to Debian
via a sponsor.

If the software doesn't exist yet, you will need to create it or find
someone to create it for you before performing the above steps.

 P.S.  I am seeking developers for antiX-based Swift Linux.  Think of antiX as 
 the Ubuntu of the lower part of the Linux market.  Swift Linux is analogous 
 to Linux Mint.  My target markets are Windows XP users and the Ubuntu/Mint 
 users scraping by on only 512 MB of RAM.

Since you are producing a Debian derivative you might be interested in
the activities of the Debian derivatives group:

http://wiki.debian.org/DerivativesFrontDesk
http://wiki.debian.org/DerivativesFrontDesk/FAQ
http://wiki.debian.org/Derivatives/Census
http://wiki.debian.org/Derivatives/Guidelines
http://wiki.debian.org/Derivatives

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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



Re: distinguish between core and main?

2011-06-05 Thread Paul Wise
On Sat, Jun 4, 2011 at 2:54 PM, Harald Dunkel wrote:
 On 06/04/11 07:56, Paul Wise wrote:
 Sounds like you are looking for backports.debian.org?

 Backports for Squeeze contains just about 400 package,

Hmm, I'm getting the impression that what you want is a
squeeze-backports-auto suite that contains packages from testing like
stable-backports but fully automatically built and with no QA by
maintainers to ensure it builds/works on stable?

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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



Re: distinguish between core and main?

2011-06-05 Thread Russ Allbery
Paul Wise p...@debian.org writes:
 On Sat, Jun 4, 2011 at 2:54 PM, Harald Dunkel wrote:
 On 06/04/11 07:56, Paul Wise wrote:

 Sounds like you are looking for backports.debian.org?

 Backports for Squeeze contains just about 400 package,

 Hmm, I'm getting the impression that what you want is a
 squeeze-backports-auto suite that contains packages from testing like
 stable-backports but fully automatically built and with no QA by
 maintainers to ensure it builds/works on stable?

I still think this whole conversation is based on a false premise.  I
think the original request originated from a belief that there is some
separable part of core Debian which could be held stable, and that
keeping that portion stable while using testing packages for everything
else would improve the stability of the system.

I don't think either of those assumptions are true.  There is a *lot* of
entanglement between new packages and new libraries that goes deep into
what one would call core, and the few things that are so stable that
they wouldn't require upgrading to support testing packages also hardly
change from release to release and are really unlikely to break in
testing.

In other words, yes, you can use stable tar on a system otherwise using
testing, but the chances of the testing version of tar being unstable are
very low.  I can see wanting to keep using a stable version of GTK+, but
then you're not going to be able to upgrade GNOME packages, which probably
includes some of the stuff one particularly wanted to upgrade.

In other words, just use testing.  It will be just as stable as this
constructed distribution, if not more so.

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


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



Accepted g15daemon 1.9.5.3-8.2 (source i386)

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

Format: 1.8
Date: Tue, 31 May 2011 07:33:52 +0200
Source: g15daemon
Binary: g15daemon libg15daemon-client1 libg15daemon-client-dev
Architecture: source i386
Version: 1.9.5.3-8.2
Distribution: unstable
Urgency: low
Maintainer: Giacomo Catenazzi c...@debian.org
Changed-By: Luk Claes l...@debian.org
Description: 
 g15daemon  - Screen multiplexer for Logitech G15 Keyboard
 libg15daemon-client-dev - Development packages for libg15daemon-client
 libg15daemon-client1 - Development packages for libg15daemon-client
Closes: 573434 629592
Changes: 
 g15daemon (1.9.5.3-8.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Use ATTR instead of SYSFS in udev rules (closes: #573434).
   * Remove references to other libraries from dependency_libs field
 (closes: #629592).
Checksums-Sha1: 
 4bbfd2b05b6687984490cc97cc59f54e51a9cf9f 1199 g15daemon_1.9.5.3-8.2.dsc
 5b5d3d96390d17ffde9558b634f52a75f3bceada 11503 g15daemon_1.9.5.3-8.2.diff.gz
 b6870dded371139358971d299dd9c2e2dd0949cc 43832 g15daemon_1.9.5.3-8.2_i386.deb
 d3e8347a3aefd5a7eb70df9b47198ade1472c282 17554 
libg15daemon-client1_1.9.5.3-8.2_i386.deb
 2a53ac05e7cb311c44dd4e56669b117d9523df33 17430 
libg15daemon-client-dev_1.9.5.3-8.2_i386.deb
Checksums-Sha256: 
 9ba8ff6a56ece3a5462db07d1a2dafdf15ff8f4944363f02500ee6cfebfb8ee7 1199 
g15daemon_1.9.5.3-8.2.dsc
 43c8022151a7059ab56f61c5655d664ff69f0865b1bde5834991b8f84ec0e948 11503 
g15daemon_1.9.5.3-8.2.diff.gz
 6670f63ae3876af6c7c397a56476a81faeb7613245d8534119060dcfa4938ca9 43832 
g15daemon_1.9.5.3-8.2_i386.deb
 be286a95fd2c24f0edbaf9765d26be4c0abba37bed0f34b93e7432116467c740 17554 
libg15daemon-client1_1.9.5.3-8.2_i386.deb
 40e30e6716715330a6f4eb9b849710a38bdee71dd009e3f4b5f5dd4816591aef 17430 
libg15daemon-client-dev_1.9.5.3-8.2_i386.deb
Files: 
 5f2a930c91215c8e6aeba3fb7ce7abef 1199 utils extra g15daemon_1.9.5.3-8.2.dsc
 eadc9c04c976209f52f16f5b8af02523 11503 utils extra 
g15daemon_1.9.5.3-8.2.diff.gz
 31c9e417e4fc5fccd98f8f356f21a5f4 43832 utils extra 
g15daemon_1.9.5.3-8.2_i386.deb
 47b22cc515e2445728a1a1298e6df918 17554 libs optional 
libg15daemon-client1_1.9.5.3-8.2_i386.deb
 2196a263fadb07723b007cbe57dc719f 17430 libdevel extra 
libg15daemon-client-dev_1.9.5.3-8.2_i386.deb

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

iEYEARECAAYFAk3kfxkACgkQ5UTeB5t8Mo1+qACgpg8RCSxPJ/5s4i7pnCFjraLW
Qe4AoM47diqCi/cx244I5mPei61jgwck
=EvFz
-END PGP SIGNATURE-


Accepted:
g15daemon_1.9.5.3-8.2.diff.gz
  to main/g/g15daemon/g15daemon_1.9.5.3-8.2.diff.gz
g15daemon_1.9.5.3-8.2.dsc
  to main/g/g15daemon/g15daemon_1.9.5.3-8.2.dsc
g15daemon_1.9.5.3-8.2_i386.deb
  to main/g/g15daemon/g15daemon_1.9.5.3-8.2_i386.deb
libg15daemon-client-dev_1.9.5.3-8.2_i386.deb
  to main/g/g15daemon/libg15daemon-client-dev_1.9.5.3-8.2_i386.deb
libg15daemon-client1_1.9.5.3-8.2_i386.deb
  to main/g/g15daemon/libg15daemon-client1_1.9.5.3-8.2_i386.deb


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



Accepted zsh-beta 4.3.12-dev-0+20110604-1 (source all amd64)

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

Format: 1.8
Date: Sun, 05 Jun 2011 01:18:30 -0400
Source: zsh-beta
Binary: zsh-beta zsh-beta-doc zsh-beta-static
Architecture: source all amd64
Version: 4.3.12-dev-0+20110604-1
Distribution: unstable
Urgency: medium
Maintainer: Clint Adams cl...@debian.org
Changed-By: Clint Adams cl...@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.12-dev-0+20110604-1) unstable; urgency=medium
 .
   * Update to HEAD.
Checksums-Sha1: 
 68afebdbe9bddd7c2ebb0cdf258edc9cdc706197 1932 
zsh-beta_4.3.12-dev-0+20110604-1.dsc
 0f3658a5f1d80ea5b08ca829eb92feda3918fe66 2295919 
zsh-beta_4.3.12-dev-0+20110604.orig.tar.bz2
 637136849013b3f4f8d8ed7e7cbafcd27a2e33eb 890898 
zsh-beta_4.3.12-dev-0+20110604-1.debian.tar.gz
 11ff2abc04b8eafb123db49ef036e60a6dd3a3af 968246 
zsh-beta-doc_4.3.12-dev-0+20110604-1_all.deb
 168ace8acd00ab3174896992ee933936152707ae 4768200 
zsh-beta_4.3.12-dev-0+20110604-1_amd64.deb
Checksums-Sha256: 
 9af8db6c69f7c8619da62b81b07bb14dbaa5f50def7ede9f8f23f8ee5cf80433 1932 
zsh-beta_4.3.12-dev-0+20110604-1.dsc
 0a364e5de6eeb1308440d55da2a7bf6faa3e6280c3fc60693f63c207b91cbde7 2295919 
zsh-beta_4.3.12-dev-0+20110604.orig.tar.bz2
 9299b7c447342591dacdf55c463a333c73e5e7d2bd6c414b978f47e3a1c5ce51 890898 
zsh-beta_4.3.12-dev-0+20110604-1.debian.tar.gz
 b48b166d4b6fab667f8c8796b809dea758dd6bb250e3577fc8390a315709d0fe 968246 
zsh-beta-doc_4.3.12-dev-0+20110604-1_all.deb
 d4bf6bb732c43c8fc85b9f563b2ff3fdd9f84737f013159832041e23ac8101d2 4768200 
zsh-beta_4.3.12-dev-0+20110604-1_amd64.deb
Files: 
 d7c9069a52daf5110b10c0c077b6 1932 shells optional 
zsh-beta_4.3.12-dev-0+20110604-1.dsc
 ca27099054beba4846d4dc9191e85dbe 2295919 shells optional 
zsh-beta_4.3.12-dev-0+20110604.orig.tar.bz2
 31fde010fe815e276c29594560984d51 890898 shells optional 
zsh-beta_4.3.12-dev-0+20110604-1.debian.tar.gz
 b107ee8285c2c38f3ead155112a4c3ce 968246 doc optional 
zsh-beta-doc_4.3.12-dev-0+20110604-1_all.deb
 744c740e2f8eacc3095a52d32bdf0629 4768200 shells optional 
zsh-beta_4.3.12-dev-0+20110604-1_amd64.deb

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

iQIcBAEBCgAGBQJN6xs4AAoJEFWSMx4ZnTioaGoQAJmDkO++jYj1Bk9lO8I1SXC5
LIOzR/IC7aaw53r6/RswvMEQUG9pmJuCtVFRudIaAu0I0fc62Kn1pRuFHMH+zHND
cAYFU4FBTGrAqHq6GyvVLIVfwmAuB8dty/sIRmykdjbpa7KumwmvVGzFnfYTtWp6
p3aBBLWzhM4jgkH+P/4kq6Zb/aWGQ/AlIyidkZ0Vz7ATzCWzePAj2iwXAcBxHfmo
RxVs9RW632TbCAHD84d3eUZ0R31iAR56wtW+OsDquVoH7jdOOKgFL6SBE4xZjgDP
qRW5eEyo9D7f/dv4celax3wTldBUFYpqPJQtj0U1kkAyNDZkV9kYwGsKjX/m3qY3
VqU5+9uRd3Ha0//VyOA0jabkNVECG8tz5y/YeS4MFwXp3M5aQci30mF5MDdgWpL8
7gIx/RJJ83GY9Aca4/gCekvrqtOMS91HYg++JWroU+ISBg/7rX0sI3L2Cgagn5X1
ZpJBZQcRqM+f70uf6jdS8M2AfFxqbd4PMwY8fzyvo4G4npNW+rLKh8rwqeam3enR
FAkzJ2aDBrn9ZCHBUsYUfP9rZxa15KT8mwz2UQTZHebeftzfC5LYcOmUMFuUz3wa
7CSnBniCidwN9vxSDfTc3bblxUDfLGVvTJ5WTCo3bNbB9baPZ3QnnkGKGwYg46yT
QFmQfJieq0qgwQEL1Iu7
=4mhX
-END PGP SIGNATURE-


Accepted:
zsh-beta-doc_4.3.12-dev-0+20110604-1_all.deb
  to main/z/zsh-beta/zsh-beta-doc_4.3.12-dev-0+20110604-1_all.deb
zsh-beta_4.3.12-dev-0+20110604-1.debian.tar.gz
  to main/z/zsh-beta/zsh-beta_4.3.12-dev-0+20110604-1.debian.tar.gz
zsh-beta_4.3.12-dev-0+20110604-1.dsc
  to main/z/zsh-beta/zsh-beta_4.3.12-dev-0+20110604-1.dsc
zsh-beta_4.3.12-dev-0+20110604-1_amd64.deb
  to main/z/zsh-beta/zsh-beta_4.3.12-dev-0+20110604-1_amd64.deb
zsh-beta_4.3.12-dev-0+20110604.orig.tar.bz2
  to main/z/zsh-beta/zsh-beta_4.3.12-dev-0+20110604.orig.tar.bz2


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



Accepted aspell-te 0.01-2-3 (source all)

2011-06-05 Thread Debian-IN Team
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 05 Jun 2011 11:17:06 +0530
Source: aspell-te
Binary: aspell-te
Architecture: source all
Version: 0.01-2-3
Distribution: unstable
Urgency: low
Maintainer: Debian-IN Team debian-in-work...@lists.alioth.debian.org
Changed-By: Debian-IN Team debian-in-work...@lists.alioth.debian.org
Description: 
 aspell-te  - Telugu (te) dictionary for GNU aspell
Changes: 
 aspell-te (0.01-2-3) unstable; urgency=low
 .
   [Vasudev Kamath]
   * debian/control:
 + Bumped Standards-Version to 3.9.2 (no changes needed)
 + Removed cdbs dependency
   * debian/copyright:
 + Updated to latest DEP-5 specifications
   * debian/rules:
 + Changed from cdbs to dh7 build system
Checksums-Sha1: 
 f9aed2b08110445a2ac54c8c2181f51ed9642fd9 1375 aspell-te_0.01-2-3.dsc
 78d0ff99f28966195fa606909afd5ad95e50f2b2 2604 aspell-te_0.01-2-3.debian.tar.gz
 4d38ed9380c8b2761fd4b4e2a1ffb865bc7c243b 1464880 aspell-te_0.01-2-3_all.deb
Checksums-Sha256: 
 298fa60c25648d2dae618b22b6a087544d749b8268faa5bc03f89767b81b6d13 1375 
aspell-te_0.01-2-3.dsc
 8ef493a405f7e14a0129e41e6745d23169da0fa685a2b18dbb08aa48454c5865 2604 
aspell-te_0.01-2-3.debian.tar.gz
 86ff6c37452a495ce8eaa0f1462dafc7d0f7983ef7e22abe7d479c4dd1b8e05e 1464880 
aspell-te_0.01-2-3_all.deb
Files: 
 1d3d5e83a77377007e8a5eb01678b297 1375 text optional aspell-te_0.01-2-3.dsc
 cd518aa23049c6a86c44ca2e3d766eec 2604 text optional 
aspell-te_0.01-2-3.debian.tar.gz
 b218e1476cfc18ccf915141f71b8228a 1464880 text optional 
aspell-te_0.01-2-3_all.deb

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

iEYEARECAAYFAk3rIXcACgkQoRg/jtECjI1IKwCfWr5R0+hyeNQtNRb5sawz/jIi
tZkAn1k0g8CTHKGiGrtNbbYqiVIk/JeL
=B3DE
-END PGP SIGNATURE-


Accepted:
aspell-te_0.01-2-3.debian.tar.gz
  to main/a/aspell-te/aspell-te_0.01-2-3.debian.tar.gz
aspell-te_0.01-2-3.dsc
  to main/a/aspell-te/aspell-te_0.01-2-3.dsc
aspell-te_0.01-2-3_all.deb
  to main/a/aspell-te/aspell-te_0.01-2-3_all.deb


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



Accepted gdome2 0.8.1+debian-4.1 (source i386)

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

Format: 1.8
Date: Tue, 31 May 2011 07:54:25 +0200
Source: gdome2
Binary: libgdome2-dev libgdome2-0
Architecture: source i386
Version: 0.8.1+debian-4.1
Distribution: unstable
Urgency: low
Maintainer: Jan Christoph Nordholz he...@pool.math.tu-berlin.de
Changed-By: Luk Claes l...@debian.org
Description: 
 libgdome2-0 - DOM level2 library for accessing XML files
 libgdome2-dev - Development files for libgdome2
Closes: 620595
Changes: 
 gdome2 (0.8.1+debian-4.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Remove references to other libraries from dependency_libs field
 (closes: #620595)
Checksums-Sha1: 
 c137cb5486b7ca17f3a25f190c3c45fcaa72c53d 1156 gdome2_0.8.1+debian-4.1.dsc
 d680a879a61a15db8daeae34443a9740fd9867ce 5049 gdome2_0.8.1+debian-4.1.diff.gz
 7c78f1eec0a08eb8a6537be0054460d065f3e779 284626 
libgdome2-dev_0.8.1+debian-4.1_i386.deb
 6dcf4377f33bc947e1808ffd649cfa08c8c00622 08 
libgdome2-0_0.8.1+debian-4.1_i386.deb
Checksums-Sha256: 
 fbb5f02ea6a9bbeac14f95ac5dac479dfcae037c2474a289e301bcf4fdec6ad8 1156 
gdome2_0.8.1+debian-4.1.dsc
 92eeb7f84a3c8b9c7330da3cdc7d9a55c3ea7b721efd2af60c5ba64d6fdf3ed6 5049 
gdome2_0.8.1+debian-4.1.diff.gz
 6ce6802f075ac57629cf2f440ed2299c72a2221dc7943e182abb074bf34f0369 284626 
libgdome2-dev_0.8.1+debian-4.1_i386.deb
 184e1bc33cf2bcb434ff8afb65141b6551fa2bcc846dcd0a4717476ade375e2c 08 
libgdome2-0_0.8.1+debian-4.1_i386.deb
Files: 
 6b322b732da23a8a8852ef0623a2b5cf 1156 libdevel optional 
gdome2_0.8.1+debian-4.1.dsc
 87ef91477409422ae67ad12068559d7f 5049 libdevel optional 
gdome2_0.8.1+debian-4.1.diff.gz
 1fe6906b1eb5f6ace273f58155712a23 284626 libdevel optional 
libgdome2-dev_0.8.1+debian-4.1_i386.deb
 ae12f3294e6b83a523e80aff7e9d65f9 08 libs optional 
libgdome2-0_0.8.1+debian-4.1_i386.deb

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

iEYEARECAAYFAk3kg4kACgkQ5UTeB5t8Mo16mACfU6Lt3HOMUju02mOPbQgpFCDi
WMEAn3urkiwNKRUwkoFO4GIA1GHeKqYJ
=JhGX
-END PGP SIGNATURE-


Accepted:
gdome2_0.8.1+debian-4.1.diff.gz
  to main/g/gdome2/gdome2_0.8.1+debian-4.1.diff.gz
gdome2_0.8.1+debian-4.1.dsc
  to main/g/gdome2/gdome2_0.8.1+debian-4.1.dsc
libgdome2-0_0.8.1+debian-4.1_i386.deb
  to main/g/gdome2/libgdome2-0_0.8.1+debian-4.1_i386.deb
libgdome2-dev_0.8.1+debian-4.1_i386.deb
  to main/g/gdome2/libgdome2-dev_0.8.1+debian-4.1_i386.deb


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



Accepted aspell-ta 0.01-6 (source all)

2011-06-05 Thread Debian-IN Team
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 05 Jun 2011 12:03:22 +0530
Source: aspell-ta
Binary: aspell-ta
Architecture: source all
Version: 0.01-6
Distribution: unstable
Urgency: low
Maintainer: Debian-IN Team debian-in-work...@lists.alioth.debian.org
Changed-By: Debian-IN Team debian-in-work...@lists.alioth.debian.org
Description: 
 aspell-ta  - Tamil (ta) dictionary for GNU aspell
Changes: 
 aspell-ta (0.01-6) unstable; urgency=low
 .
   [Vasudev Kamath]
   * debian/control:
 + Bumped Standards-Version to 3.9.2 (no changes needed)
 + Removed cdbs dependency
   * debian/rules:
 + Changed from cdbs to dh7 standard
   * debian/copyright:
 + Updated to latest DEP-5 specifications
Checksums-Sha1: 
 ce5b2ff2cfad258465563f35b51cd72c2cf077da 1348 aspell-ta_0.01-6.dsc
 e5e7ed0270c1491c5becc01d7ca00b9c33beb0ce 2728 aspell-ta_0.01-6.debian.tar.gz
 bb5c3eb38504ebf90938584b873c0ea084f77205 163470 aspell-ta_0.01-6_all.deb
Checksums-Sha256: 
 516f9daac97964ea4b1859faed7caafd7366e08a83641259f3777aff6dde5c9e 1348 
aspell-ta_0.01-6.dsc
 de289085da0052b3fdf38db3ef689bb44ef93e12f331c7e4ed1ff31c70cd8e57 2728 
aspell-ta_0.01-6.debian.tar.gz
 41a9ced2dc4166d754fecff481a0b68e20c003134e3d6a2ea96e14971f40b058 163470 
aspell-ta_0.01-6_all.deb
Files: 
 36bfe0f5a172df61a98c8fa8b4d59ee1 1348 text optional aspell-ta_0.01-6.dsc
 bc44cc9252e4cdcb7d48b127538b836f 2728 text optional 
aspell-ta_0.01-6.debian.tar.gz
 cdd27aa0fd060bb9e3d0b00b6d00397c 163470 text optional aspell-ta_0.01-6_all.deb

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

iEYEARECAAYFAk3rJIAACgkQoRg/jtECjI1RoACfbGeJO3rr4EaxVTXA7gj7aTLU
NVIAnil1wZqE2xuecaCgFrrvsp6bV/jt
=4vHk
-END PGP SIGNATURE-


Accepted:
aspell-ta_0.01-6.debian.tar.gz
  to main/a/aspell-ta/aspell-ta_0.01-6.debian.tar.gz
aspell-ta_0.01-6.dsc
  to main/a/aspell-ta/aspell-ta_0.01-6.dsc
aspell-ta_0.01-6_all.deb
  to main/a/aspell-ta/aspell-ta_0.01-6_all.deb


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



Accepted gts 0.7.6+darcs110121-1.1 (source i386 all)

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

Format: 1.8
Date: Tue, 31 May 2011 08:05:34 +0200
Source: gts
Binary: libgts-0.7-5 libgts-doc libgts-dev libgts-dbg libgts-bin
Architecture: source i386 all
Version: 0.7.6+darcs110121-1.1
Distribution: unstable
Urgency: low
Maintainer: Ruben Molina rmol...@udea.edu.co
Changed-By: Luk Claes l...@debian.org
Description: 
 libgts-0.7-5 - library to deal with 3D computational surface meshes
 libgts-bin - utility binaries for libgts
 libgts-dbg - debugging symbols for libgts
 libgts-dev - development files for libgts
 libgts-doc - documentation for libgts
Closes: 620605
Changes: 
 gts (0.7.6+darcs110121-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Remove references to other libraries from dependency_libs field
 (Closes: #620605)
Checksums-Sha1: 
 8fc3808cafa5a2bbee60bd231b94ead878bb1297 1166 gts_0.7.6+darcs110121-1.1.dsc
 9e8267b0ffe20bf2ee1ca1f530898fcb2bd3fc9d 10001 
gts_0.7.6+darcs110121-1.1.debian.tar.bz2
 b69a05cb0b165ad4aea374557664b2024f539407 177182 
libgts-0.7-5_0.7.6+darcs110121-1.1_i386.deb
 6d0a777d3fcc1c560cdf8d8c1d286db938939836 11404 
libgts-doc_0.7.6+darcs110121-1.1_all.deb
 664cfc6a7a30ab2a977bc11f69021f3af2cf580e 209918 
libgts-dev_0.7.6+darcs110121-1.1_i386.deb
 4f14216daee28a19108944a71adf02cfadfc9692 331402 
libgts-dbg_0.7.6+darcs110121-1.1_i386.deb
 ece3c5ba03026b6df019563ee38a32e22fda22f4 52152 
libgts-bin_0.7.6+darcs110121-1.1_i386.deb
Checksums-Sha256: 
 7b8891925d472e2bbe40a4d7250078d5bc057c424bd8637286221af1bb9b3752 1166 
gts_0.7.6+darcs110121-1.1.dsc
 6470b0ae9a29a338d311c32044d9c12279c33779da89866ce21fff43bbfab9f2 10001 
gts_0.7.6+darcs110121-1.1.debian.tar.bz2
 fb0ec1f0b1a1ec0fe580678db5dd7509b2164acbfb0fe43580fa9ff78e27a475 177182 
libgts-0.7-5_0.7.6+darcs110121-1.1_i386.deb
 bb08b84f3d7af1815e93840bbb66fcdb90f31c3f12c24fd18d7604af02382fbe 11404 
libgts-doc_0.7.6+darcs110121-1.1_all.deb
 4386c8d0a8baea7a1fffbb4cfce7238a91e8a6c286569380a0636c624c289b92 209918 
libgts-dev_0.7.6+darcs110121-1.1_i386.deb
 090ff91c0843f85d88e3b396083650e28ec8fef46c974d3df6f8aad61a57909a 331402 
libgts-dbg_0.7.6+darcs110121-1.1_i386.deb
 08c27454d20433cea98e422f5620fa32337df9665a678f8f868ff0b4ce1f8692 52152 
libgts-bin_0.7.6+darcs110121-1.1_i386.deb
Files: 
 37d55c22343b65419b29be6fe017b8db 1166 math optional 
gts_0.7.6+darcs110121-1.1.dsc
 e48d8c2dfe83a9aaec97eef693515d48 10001 math optional 
gts_0.7.6+darcs110121-1.1.debian.tar.bz2
 40e88962ef99f5fa4202a864ca0f4627 177182 devel optional 
libgts-0.7-5_0.7.6+darcs110121-1.1_i386.deb
 7cbebcb51829ea52a9c9b162ef495c95 11404 doc optional 
libgts-doc_0.7.6+darcs110121-1.1_all.deb
 7d166775be569426a0ab69e12a1aeac3 209918 libdevel optional 
libgts-dev_0.7.6+darcs110121-1.1_i386.deb
 2435e18b4ef17b17ba2be033b84150e1 331402 debug extra 
libgts-dbg_0.7.6+darcs110121-1.1_i386.deb
 fb9c68bd4ebfb7bf3e94ffced872865c 52152 math optional 
libgts-bin_0.7.6+darcs110121-1.1_i386.deb

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

iEYEARECAAYFAk3kheMACgkQ5UTeB5t8Mo24CwCfYrQdAkfRxfJEvQNcoykmFNVT
pXEAn09my2R+xeeSFz2CIb2mRVghgY1N
=QMsj
-END PGP SIGNATURE-


Accepted:
gts_0.7.6+darcs110121-1.1.debian.tar.bz2
  to main/g/gts/gts_0.7.6+darcs110121-1.1.debian.tar.bz2
gts_0.7.6+darcs110121-1.1.dsc
  to main/g/gts/gts_0.7.6+darcs110121-1.1.dsc
libgts-0.7-5_0.7.6+darcs110121-1.1_i386.deb
  to main/g/gts/libgts-0.7-5_0.7.6+darcs110121-1.1_i386.deb
libgts-bin_0.7.6+darcs110121-1.1_i386.deb
  to main/g/gts/libgts-bin_0.7.6+darcs110121-1.1_i386.deb
libgts-dbg_0.7.6+darcs110121-1.1_i386.deb
  to main/g/gts/libgts-dbg_0.7.6+darcs110121-1.1_i386.deb
libgts-dev_0.7.6+darcs110121-1.1_i386.deb
  to main/g/gts/libgts-dev_0.7.6+darcs110121-1.1_i386.deb
libgts-doc_0.7.6+darcs110121-1.1_all.deb
  to main/g/gts/libgts-doc_0.7.6+darcs110121-1.1_all.deb


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



Accepted aspell-mr 0.10-7 (source all)

2011-06-05 Thread Debian-IN Team
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 05 Jun 2011 12:20:07 +0530
Source: aspell-mr
Binary: aspell-mr
Architecture: source all
Version: 0.10-7
Distribution: unstable
Urgency: low
Maintainer: Debian-IN Team debian-in-work...@lists.alioth.debian.org
Changed-By: Debian-IN Team debian-in-work...@lists.alioth.debian.org
Description: 
 aspell-mr  - Marathi (mr) dictionary for GNU aspell
Changes: 
 aspell-mr (0.10-7) unstable; urgency=low
 .
   [Kartik Mistry]
   * debian/control:
 + Updated Standards-Version to 3.9.2 (no changes needed).
 + Removed dependency on cdbs, updated Build/Depends for dh7 move.
   * debian/rules:
 + Simple rule file using dh7.
   * debian/copyright:
 + Updated as per latest DEP-5 specification.
 + Updated copyright year. Added Debian copyright.
   * debian/compat:
 + Set it to 7.
Checksums-Sha1: 
 5304b48264dc971f0a4e3024958ba1a9ac5477cf 1256 aspell-mr_0.10-7.dsc
 67f44137bedaac87427b59e61eefd0654b664529 2736 aspell-mr_0.10-7.debian.tar.gz
 d7b78147da46a56a9607723f66005e2c76c0e608 746516 aspell-mr_0.10-7_all.deb
Checksums-Sha256: 
 c038b264703715aada2097c2ee890bfb7da6bff7c407977d6c5a024ba48a15f6 1256 
aspell-mr_0.10-7.dsc
 fa9e8252615f2b6878c03d74ac0ab363e8a51f98dd10d2614fd478629986319c 2736 
aspell-mr_0.10-7.debian.tar.gz
 7fdb0d2adb5e220482e7d0ab47cbedb54964049e025562d8fa048d7bc130c278 746516 
aspell-mr_0.10-7_all.deb
Files: 
 df653bb3ea47be7f7e9957b51c547d03 1256 text optional aspell-mr_0.10-7.dsc
 674ab5e11e0074ecefd707a06a1091b0 2736 text optional 
aspell-mr_0.10-7.debian.tar.gz
 3471a710c4964e9b81d8a32ee5fcd07c 746516 text optional aspell-mr_0.10-7_all.deb

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

iEYEARECAAYFAk3rKO4ACgkQoRg/jtECjI0tAgCeNiuB816LGo/c1Jn37tRSSjml
WTYAn0F9hsnk0YWny1Yz1kDUyNC0KQ8F
=o0lf
-END PGP SIGNATURE-


Accepted:
aspell-mr_0.10-7.debian.tar.gz
  to main/a/aspell-mr/aspell-mr_0.10-7.debian.tar.gz
aspell-mr_0.10-7.dsc
  to main/a/aspell-mr/aspell-mr_0.10-7.dsc
aspell-mr_0.10-7_all.deb
  to main/a/aspell-mr/aspell-mr_0.10-7_all.deb


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



Accepted glrr 20050529-3.1 (source i386)

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

Format: 1.8
Date: Tue, 31 May 2011 08:29:26 +0200
Source: glrr
Binary: libglrr-gtk-dev libglrr-gtk0 libglrr-gobject-dev libglrr-gobject0 
libglrr-glib-dev libglrr-glib0
Architecture: source i386
Version: 20050529-3.1
Distribution: unstable
Urgency: low
Maintainer: NIIBE Yutaka gni...@fsij.org
Changed-By: Luk Claes l...@debian.org
Description: 
 libglrr-glib-dev - Development library of Grift (glib)
 libglrr-glib0 - Utility functions for glib of Grift
 libglrr-gobject-dev - Development library of Grift (gobject)
 libglrr-gobject0 - Utility functions for gobject of Grift
 libglrr-gtk-dev - Development library of Grift (gtk)
 libglrr-gtk0 - Utility functions for gtk+ of Grift
Closes: 620632
Changes: 
 glrr (20050529-3.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Remove references to other libraries from dependency_libs field
 (Closes: #620632).
Checksums-Sha1: 
 25de1c99615a0d9c47a53f808f1430059595f1b9 1178 glrr_20050529-3.1.dsc
 57c31e44e27c6a13d02d514785265fba3033a3f8 238327 glrr_20050529-3.1.debian.tar.gz
 dd55666d7db67d27ec9b64717b2e34f63ff11fb7 8958 
libglrr-gtk-dev_20050529-3.1_i386.deb
 47b6522c98539b0a6001f05090f82a28aac1590b 7742 
libglrr-gtk0_20050529-3.1_i386.deb
 97a7252b1884e8efefabb59094e087cdb7536c0a 9132 
libglrr-gobject-dev_20050529-3.1_i386.deb
 ca8e5f6a06f1447dd09bbcdf55e5aebff37035bb 7942 
libglrr-gobject0_20050529-3.1_i386.deb
 e30e7acbabf5d1a0c99ade4e7c1015afc1db5278 8004 
libglrr-glib-dev_20050529-3.1_i386.deb
 38b3d9c57a9cd93e3ced99d882064878f820d10e 6516 
libglrr-glib0_20050529-3.1_i386.deb
Checksums-Sha256: 
 4a3b35a58d20929fbee19d104ee1c260f122eb12732612e0b0c6aa563c6a83ee 1178 
glrr_20050529-3.1.dsc
 ac718f2a91e429d5d04d4bf46ce6302015d02a9b1b0a492fe5e24533943f2a28 238327 
glrr_20050529-3.1.debian.tar.gz
 0f0a42d111c70e698662d04a04a0dced0694e28ee429b4576627767be41afbea 8958 
libglrr-gtk-dev_20050529-3.1_i386.deb
 f7da6fa21b594aabc1c60ba39e2e42c667f17d462e2ae320e34fe21aa9dc8833 7742 
libglrr-gtk0_20050529-3.1_i386.deb
 c5a38f16684a6fafb1f85d769a5c33eeb1db626685a8db76089bf2d81ead6715 9132 
libglrr-gobject-dev_20050529-3.1_i386.deb
 95bc39f54d7b9b64536565d5aa58d77c5aa8c204dbf4b5c4c7133d59f8a54278 7942 
libglrr-gobject0_20050529-3.1_i386.deb
 90704676dc2bffe5dd01ed0753f708a251c01c5d3e86272548f841bd4b1328cb 8004 
libglrr-glib-dev_20050529-3.1_i386.deb
 25bfe6739b2f8468dc4c006ced21e2d8b7c935c943c10bb64fa45ac2cbff126d 6516 
libglrr-glib0_20050529-3.1_i386.deb
Files: 
 80b049bace0c63de8f0c6e40b9258ecc 1178 libs extra glrr_20050529-3.1.dsc
 13b3e479e86fcaeab694fe913efb8241 238327 libs extra 
glrr_20050529-3.1.debian.tar.gz
 8c166c8edeae36f8b7f63f95fc7b0e30 8958 libdevel extra 
libglrr-gtk-dev_20050529-3.1_i386.deb
 02317131238725a4b5383316a855a1db 7742 libs extra 
libglrr-gtk0_20050529-3.1_i386.deb
 7ede39618bff2ceb3e1fb0b8f90f82ca 9132 libdevel extra 
libglrr-gobject-dev_20050529-3.1_i386.deb
 b100970bc515694ad32c37d454f7 7942 libs extra 
libglrr-gobject0_20050529-3.1_i386.deb
 eae70e2866687cf7c321b5410f0c7b41 8004 libdevel extra 
libglrr-glib-dev_20050529-3.1_i386.deb
 d976ace0e8c8d6a61830ac8521600a76 6516 libs extra 
libglrr-glib0_20050529-3.1_i386.deb

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

iEYEARECAAYFAk3ki5UACgkQ5UTeB5t8Mo3qAgCfRIiAqK5pSfSFRLdDrps2U85t
NK0An2aNAkm8oU+xQE3PkCkKCxY6sGwC
=yypt
-END PGP SIGNATURE-


Accepted:
glrr_20050529-3.1.debian.tar.gz
  to main/g/glrr/glrr_20050529-3.1.debian.tar.gz
glrr_20050529-3.1.dsc
  to main/g/glrr/glrr_20050529-3.1.dsc
libglrr-glib-dev_20050529-3.1_i386.deb
  to main/g/glrr/libglrr-glib-dev_20050529-3.1_i386.deb
libglrr-glib0_20050529-3.1_i386.deb
  to main/g/glrr/libglrr-glib0_20050529-3.1_i386.deb
libglrr-gobject-dev_20050529-3.1_i386.deb
  to main/g/glrr/libglrr-gobject-dev_20050529-3.1_i386.deb
libglrr-gobject0_20050529-3.1_i386.deb
  to main/g/glrr/libglrr-gobject0_20050529-3.1_i386.deb
libglrr-gtk-dev_20050529-3.1_i386.deb
  to main/g/glrr/libglrr-gtk-dev_20050529-3.1_i386.deb
libglrr-gtk0_20050529-3.1_i386.deb
  to main/g/glrr/libglrr-gtk0_20050529-3.1_i386.deb


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



Accepted librra 0.14-1.1 (source i386)

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

Format: 1.8
Date: Tue, 31 May 2011 08:14:24 +0200
Source: librra
Binary: librra-dev librra-dbg librra0 librra-tools python-rra
Architecture: source i386
Version: 0.14-1.1
Distribution: unstable
Urgency: low
Maintainer: Jonny Lamb jo...@debian.org
Changed-By: Luk Claes l...@debian.org
Description: 
 librra-dbg - Library for synchronisation with Windows Mobile devices: debug sy
 librra-dev - Library for synchronisation with Windows Mobile devices: dev file
 librra-tools - Library for synchronisation with Windows Mobile devices (tools)
 librra0- Library for synchronisation with Windows Mobile devices
 python-rra - Library for syncing with Windows Mobile devices (Python bindings)
Closes: 620624
Changes: 
 librra (0.14-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Remove references to other libraries from dependency_libs field
 (Closes: #620624).
Checksums-Sha1: 
 242514c4d6114062fca4d24b621cec00b76f35fd 1412 librra_0.14-1.1.dsc
 4e025de80b0d7a98b4315979225756cdca8ab137 20364 librra_0.14-1.1.debian.tar.gz
 99e174bcef341ac43a51eb85eb680d559184d675 82780 librra-dev_0.14-1.1_i386.deb
 cd9683fd11633b59d2e0d717795d625c3cc3d2ba 206038 librra-dbg_0.14-1.1_i386.deb
 292d66470d2100307c21231009d2ee0b5ea7f326 72178 librra0_0.14-1.1_i386.deb
 c34602e2c466fa1951e058d9f99c64cd01d61636 37568 librra-tools_0.14-1.1_i386.deb
 44548e657c0dcf147bc9a9f6cefcb703baf330b4 41366 python-rra_0.14-1.1_i386.deb
Checksums-Sha256: 
 6da7b979ad9fb7b08ad8a31afb5172b083d445e53ae6bf28164f148a14127226 1412 
librra_0.14-1.1.dsc
 7c77d5928d43094eaa05b77475f1354172ed6d96e3c6a704e81585c26f605c91 20364 
librra_0.14-1.1.debian.tar.gz
 387608dea1a7abe59fcfe3f71d2f35221b0734524e2324e89d180724cdf3ba59 82780 
librra-dev_0.14-1.1_i386.deb
 0d648c2216c31b9d2e0a3ff7690150272d531c1653cdd346e82ff485bfdcf60d 206038 
librra-dbg_0.14-1.1_i386.deb
 eda36d13b32169fe506378c7f26760f46a3a17c4ec5234e7a55a2f6d4470 72178 
librra0_0.14-1.1_i386.deb
 dfefc2fc5e2b59130d62904b59d6af6707f9fa31342b4b2444b281cbdfa880d0 37568 
librra-tools_0.14-1.1_i386.deb
 e723ec07c5a13359be8c0a97aed175c5207035530cd74969d211c4253bf100a9 41366 
python-rra_0.14-1.1_i386.deb
Files: 
 4f053e58bf07395e526e97b7b2e67339 1412 libs optional librra_0.14-1.1.dsc
 fca62ff11c7a3de147a52af6633e7b07 20364 libs optional 
librra_0.14-1.1.debian.tar.gz
 9cd6efa019fbcdc292e71bf420dacc37 82780 libdevel optional 
librra-dev_0.14-1.1_i386.deb
 50e1134a6e7fdcd138239066a291164f 206038 debug extra 
librra-dbg_0.14-1.1_i386.deb
 cdd62db483f3aef2cdbdc295e1cd93de 72178 libs optional librra0_0.14-1.1_i386.deb
 b721704b861940de42bcc98aae394417 37568 libs optional 
librra-tools_0.14-1.1_i386.deb
 5999d5df21164105caeaf72a72afa2d4 41366 python optional 
python-rra_0.14-1.1_i386.deb

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

iEYEARECAAYFAk3kiW4ACgkQ5UTeB5t8Mo1VEQCgpkflJmDQ3Hk5h98duIUR7l19
ZdoAn2dmhIkbQjKl7nLD9KZBgGm65pnv
=AwVH
-END PGP SIGNATURE-


Accepted:
librra-dbg_0.14-1.1_i386.deb
  to main/libr/librra/librra-dbg_0.14-1.1_i386.deb
librra-dev_0.14-1.1_i386.deb
  to main/libr/librra/librra-dev_0.14-1.1_i386.deb
librra-tools_0.14-1.1_i386.deb
  to main/libr/librra/librra-tools_0.14-1.1_i386.deb
librra0_0.14-1.1_i386.deb
  to main/libr/librra/librra0_0.14-1.1_i386.deb
librra_0.14-1.1.debian.tar.gz
  to main/libr/librra/librra_0.14-1.1.debian.tar.gz
librra_0.14-1.1.dsc
  to main/libr/librra/librra_0.14-1.1.dsc
python-rra_0.14-1.1_i386.deb
  to main/libr/librra/python-rra_0.14-1.1_i386.deb


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



Accepted squidguard 1.4-4 (source i386 all)

2011-06-05 Thread Joachim Wiedorn
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 31 May 2011 20:15:26 +0200
Source: squidguard
Binary: squidguard squidguard-doc
Architecture: source i386 all
Version: 1.4-4
Distribution: unstable
Urgency: low
Maintainer: Joachim Wiedorn ad_deb...@joonet.de
Changed-By: Joachim Wiedorn ad_deb...@joonet.de
Description: 
 squidguard - filter and redirector plugin for Squid
 squidguard-doc - filter and redirector plugin for Squid - Documentation
Closes: 621376
Changes: 
 squidguard (1.4-4) unstable; urgency=low
 .
   * Add new patch to use Berkeley DB 5.x as well as 4.x. (Closes: #621376)
Checksums-Sha1: 
 a33f08746cad8578c2be3001216ea1215f44d6b8 1898 squidguard_1.4-4.dsc
 f1568dbe96dba7cb4f8f33a58a7cebe80932fb2a 26398 squidguard_1.4-4.debian.tar.gz
 549feac864e4c8ef9f116f39dd449bdccd7ac72d 111838 squidguard_1.4-4_i386.deb
 456cd927043e74a102e4fb23f83de69d82917fbe 106388 squidguard-doc_1.4-4_all.deb
Checksums-Sha256: 
 eb3f1a618ca6ee6357e1047cb7761be95d3a7347f35cea0855a02782674da9b9 1898 
squidguard_1.4-4.dsc
 25e996db9456a66be0177889bc55b7391cff0fe89902056fed7112a67d7d 26398 
squidguard_1.4-4.debian.tar.gz
 ad23ad7fb77483683c91ae8b81879902cada36761196d9983b1096ef71791b3b 111838 
squidguard_1.4-4_i386.deb
 fa076e372ab9ec5fd314c148f878f484ab25d09577923c1d4a752f496e9b91f8 106388 
squidguard-doc_1.4-4_all.deb
Files: 
 d1ab1b4e3ff2135059223f4418855994 1898 web optional squidguard_1.4-4.dsc
 0564e900ccd770bbb17df2c4eae219f1 26398 web optional 
squidguard_1.4-4.debian.tar.gz
 4c22094ac3d5a2d0ff8c5162a559c8c7 111838 web optional squidguard_1.4-4_i386.deb
 9e2a2e5753fbdb4c1964e329ee3cc209 106388 doc optional 
squidguard-doc_1.4-4_all.deb

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

iQIcBAEBCAAGBQJN6y3EAAoJEKbcJNnaJJPRvu4P/0eztBd/ZoPZCXnP/dHSZ/fr
eWv3wQblJSYOGy63rlUsFDqUJ5kW4F6xd0UpeAT32QzwPS6POQaUumE3xg7Wx+kA
F5fJP/a1ln7XR7q2ITR41NkWn9RIbVmPodONRUkJrlLGfE2HOP8WDMWcX8liJVpP
pdfPG3rQxMAiPK4Zrg4aNw9hw3YzOlxf9q2RYB8hR3rWdqUKmEmgdQnd+4WqGQjf
49y3uxOQ31MQHwX5XaSAPxHvVNxL0Je7UwBrd8e1E3Pw3f6xYp+ZN7qR18/q0P4Z
q7zbrsA+EUwpoPj9Y0KUDMZoQ2ehlJ+9z5lUggOcXisbxXT3Up7orkLL1VBvnEql
jcWp2SCgNjNGM3CYrR//wyAZBvCLx459J7GJelcdUgLRLILTeRfrVk4WJvglUnS3
6DK+U6tdw+wewAnPIKteyQEM0XKhpvRLt07DcG2wDxP11KWg76kvhhZv7iTvTYKN
lWPOdbIxYamICEmEfEgODIeOjG5zy385EYuwH8CdwbOZwGsDg7CTIBKrmu8tL6AI
+vaEmF06AbDTYhCRcgQYqeglBnK5vbhyfOBHzE8ChcE510DtSWJSjse6M/ighaGT
27J4Bq51D2aLrUKus5meglTYdnrXx2N0As/psK834GcFOhvw76b3WhHhp8fTsVHI
feUIPbxOKBaLqF9KvpBT
=/Y2l
-END PGP SIGNATURE-


Accepted:
squidguard-doc_1.4-4_all.deb
  to main/s/squidguard/squidguard-doc_1.4-4_all.deb
squidguard_1.4-4.debian.tar.gz
  to main/s/squidguard/squidguard_1.4-4.debian.tar.gz
squidguard_1.4-4.dsc
  to main/s/squidguard/squidguard_1.4-4.dsc
squidguard_1.4-4_i386.deb
  to main/s/squidguard/squidguard_1.4-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
Archive: http://lists.debian.org/e1qt7po-0003z6...@franck.debian.org



Accepted aspell-pa 0.01-1-3 (source all)

2011-06-05 Thread Debian-IN Team
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 05 Jun 2011 13:14:14 +0530
Source: aspell-pa
Binary: aspell-pa
Architecture: source all
Version: 0.01-1-3
Distribution: unstable
Urgency: low
Maintainer: Debian-IN Team debian-in-work...@lists.alioth.debian.org
Changed-By: Debian-IN Team debian-in-work...@lists.alioth.debian.org
Description: 
 aspell-pa  - Punjabi (pa) dictionary for GNU aspell
Changes: 
 aspell-pa (0.01-1-3) unstable; urgency=low
 .
   [Kartik Mistry]
   * debian/control:
 + Updated Standards-Version to 3.9.2 (no changes needed).
 + Removed cdbs dependency, Updated build/depends for dh7.
   * debian/rules:
 + Simple rules file using dh7.
   * debian/copyright:
 + Updated as per latest DEP-5 specifications.
   * debian/compat:
 + Set to 7.
Checksums-Sha1: 
 4c915f3932e065565bb2af7cd3202a099beac482 1361 aspell-pa_0.01-1-3.dsc
 355bd3340ad1548c0fc70e2a8babfd11c2ac8c74 2655 aspell-pa_0.01-1-3.debian.tar.gz
 27e52c49cfc34f378d30a9f8723fce24be0c51b3 39882 aspell-pa_0.01-1-3_all.deb
Checksums-Sha256: 
 181b5729cb7be3d754304c2da55a8d3096f5e01772c387fef0069350fdade97a 1361 
aspell-pa_0.01-1-3.dsc
 2ea64c70261c8d3242533817e52d214f29f3017213b89e57456c9c841759c735 2655 
aspell-pa_0.01-1-3.debian.tar.gz
 d53811f4e7d05f524494e8e527be5b3a8152dc3622f08f0b881ef0f260ca37ca 39882 
aspell-pa_0.01-1-3_all.deb
Files: 
 a48cfbf108ef7685d3e5658f13e19bfd 1361 text optional aspell-pa_0.01-1-3.dsc
 0b64259d22fc59f7a187b2223206e518 2655 text optional 
aspell-pa_0.01-1-3.debian.tar.gz
 d0d38b48df3095a85db759f7e4cf8708 39882 text optional aspell-pa_0.01-1-3_all.deb

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

iEYEARECAAYFAk3rOq0ACgkQoRg/jtECjI1y7ACePG/BU2+HTmVN7K5/EOvu+f/z
pzoAn0JIFO1mEbwvKYfs+nitJW6X6pkP
=obR9
-END PGP SIGNATURE-


Accepted:
aspell-pa_0.01-1-3.debian.tar.gz
  to main/a/aspell-pa/aspell-pa_0.01-1-3.debian.tar.gz
aspell-pa_0.01-1-3.dsc
  to main/a/aspell-pa/aspell-pa_0.01-1-3.dsc
aspell-pa_0.01-1-3_all.deb
  to main/a/aspell-pa/aspell-pa_0.01-1-3_all.deb


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



Accepted djvulibre 3.5.24-6 (source amd64)

2011-06-05 Thread Barak A. Pearlmutter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 05 Jun 2011 08:08:01 +0100
Source: djvulibre
Binary: libdjvulibre-dev libdjvulibre21 libdjvulibre-text djvulibre-dbg 
djvulibre-desktop djview djview3 djvuserve djvulibre-bin
Architecture: source amd64
Version: 3.5.24-6
Distribution: unstable
Urgency: low
Maintainer: Barak A. Pearlmutter b...@debian.org
Changed-By: Barak A. Pearlmutter b...@debian.org
Description: 
 djview - Transition package, djview3 to djview4
 djview3- Transition package, djview3 to djview4
 djvulibre-bin - Utilities for the DjVu image format
 djvulibre-dbg - Debug symbols for the DjVu image format
 djvulibre-desktop - Desktop support for the DjVu image format
 djvuserve  - CGI program for unbundling DjVu files on the fly
 libdjvulibre-dev - Development files for the DjVu image format
 libdjvulibre-text - Linguistic support files for libdjvulibre
 libdjvulibre21 - Runtime support for the DjVu image format
Closes: 629235
Changes: 
 djvulibre (3.5.24-6) unstable; urgency=low
 .
   * upstream GCC 4.6 fixes
   * upstream MMX fix addresses 32-bit MMX issue (closes: #629235)
Checksums-Sha1: 
 25e72782dc65aff0d69298aea39740407e4ed9b2 1454 djvulibre_3.5.24-6.dsc
 c4b6e6f08cb8ec47f619ffc23672aebc88f292dc 70510 djvulibre_3.5.24-6.debian.tar.gz
 a24240de66de2281a85e287453eacb797447a991 1752058 
libdjvulibre-dev_3.5.24-6_amd64.deb
 0692012532440d4c0abe5f3942ccd5cdad29ed2d 706676 
libdjvulibre21_3.5.24-6_amd64.deb
 cde0faf1e6d0e93ce5160d50f378a60027a7b073 74768 
libdjvulibre-text_3.5.24-6_amd64.deb
 2ebca75bfda28f6ad67eac3f15d232b478867ffe 122366 
djvulibre-dbg_3.5.24-6_amd64.deb
 0859285f1b0dd905d306884fa6205aafd15bfde3 34054 
djvulibre-desktop_3.5.24-6_amd64.deb
 e99c282b66eaa5ecf9169269ace172f57dd32625 12616 djview_3.5.24-6_amd64.deb
 bec0b704055b4ebd76dbd4dd1ad26aa81e8cda1b 12612 djview3_3.5.24-6_amd64.deb
 6965ab8e3fca0bb54a9e52fed3fc840a2d56ef9b 33488 djvuserve_3.5.24-6_amd64.deb
 5d9cd5dbb30e0b5f7b586ffeb0544757a172a198 377830 
djvulibre-bin_3.5.24-6_amd64.deb
Checksums-Sha256: 
 7b8019516017d7013a992b2c44461bf6a9176eac559cb1f57a04cf87fe562af8 1454 
djvulibre_3.5.24-6.dsc
 2afdbf3fe932ba60bb2e80b0bfafd28736ac7f8d0e6a1f404a507e576c6f7ddb 70510 
djvulibre_3.5.24-6.debian.tar.gz
 267ccf964b7c12c864005f2b16bcb7fa5bbfe05720bd4736837db308e3d67f38 1752058 
libdjvulibre-dev_3.5.24-6_amd64.deb
 2e3d9143a6debd4bf8864ee4317f6a42d5e36d97c9a2d41ff4fe29b1c27530ca 706676 
libdjvulibre21_3.5.24-6_amd64.deb
 4ca9afd70b0c11620c511fd0f3e0378fe7f46ba7a01ea485c4a9f7ff76655a80 74768 
libdjvulibre-text_3.5.24-6_amd64.deb
 d1af7ed1434ff59cda40a6b0742a1e640d757fb6e285da0378c6f9f99cb06a4b 122366 
djvulibre-dbg_3.5.24-6_amd64.deb
 42da769a4e44f5eba447b151ae24c22db3de4f7fb1370d38ce146764154b4ac7 34054 
djvulibre-desktop_3.5.24-6_amd64.deb
 5b868dca2c5e64dba1b7a3761346401931a0744040be3c85f385c73c70fd3a41 12616 
djview_3.5.24-6_amd64.deb
 c3bb3848e3a85f7e7c3c3edba2a7947295d52031500b4c53f0dc463b6975d614 12612 
djview3_3.5.24-6_amd64.deb
 1f12eb648adca4fb6ad00460f0030682066d0fb80c110f9ca26bedf5482ab27b 33488 
djvuserve_3.5.24-6_amd64.deb
 13dbc7af92c9661b3346c07be5b7df64b727ed7f6124d9a4b13610083de1d40e 377830 
djvulibre-bin_3.5.24-6_amd64.deb
Files: 
 c2032c13fdeb62c049e06fdfe84f8520 1454 libs optional djvulibre_3.5.24-6.dsc
 84b27a855af294827ce93214ab042e13 70510 libs optional 
djvulibre_3.5.24-6.debian.tar.gz
 7d838e87fc76a671bde59f84472e7030 1752058 libdevel optional 
libdjvulibre-dev_3.5.24-6_amd64.deb
 7aaadde32c4027a8d087edef145e4ef7 706676 libs optional 
libdjvulibre21_3.5.24-6_amd64.deb
 58caf136c3694b82efb1a1ed3fe952e3 74768 libs optional 
libdjvulibre-text_3.5.24-6_amd64.deb
 35f89c1b280da754bbc14e92e3ceadf9 122366 debug extra 
djvulibre-dbg_3.5.24-6_amd64.deb
 3d0c4ccbd1d7d6e602efd6ba1dff6df4 34054 libs optional 
djvulibre-desktop_3.5.24-6_amd64.deb
 c2bf9abcbcb023779c5def01fdd2f1e2 12616 graphics optional 
djview_3.5.24-6_amd64.deb
 df083b1d794aa19471dbe5469b94b3cc 12612 graphics optional 
djview3_3.5.24-6_amd64.deb
 6d9920808b36370f6cb2fbfa905706e5 33488 web optional 
djvuserve_3.5.24-6_amd64.deb
 a2b5f380cc0791ed6af45f29bc4a3845 377830 graphics optional 
djvulibre-bin_3.5.24-6_amd64.deb

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

iEYEARECAAYFAk3rOboACgkQLz4Gnv7CP7Jh7QCeOo6FWZWVWyFSg3wHIHjLqNn6
j74AnjhMU//k1Z/zYiI9UVVtt1ZktDpg
=HQ+y
-END PGP SIGNATURE-


Accepted:
djview3_3.5.24-6_amd64.deb
  to main/d/djvulibre/djview3_3.5.24-6_amd64.deb
djview_3.5.24-6_amd64.deb
  to main/d/djvulibre/djview_3.5.24-6_amd64.deb
djvulibre-bin_3.5.24-6_amd64.deb
  to main/d/djvulibre/djvulibre-bin_3.5.24-6_amd64.deb
djvulibre-dbg_3.5.24-6_amd64.deb
  to main/d/djvulibre/djvulibre-dbg_3.5.24-6_amd64.deb
djvulibre-desktop_3.5.24-6_amd64.deb
  to main/d/djvulibre/djvulibre-desktop_3.5.24-6_amd64.deb
djvulibre_3.5.24-6.debian.tar.gz
  to main/d/djvulibre/djvulibre_3.5.24-6.debian.tar.gz
djvulibre_3.5.24-6.dsc
  to main/d/djvulibre/djvulibre_3.5.24-6.dsc

Accepted stda 1.1-2 (source all)

2011-06-05 Thread Dimitar Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 03 Jun 2011 17:42:12 +0200
Source: stda
Binary: stda
Architecture: source all
Version: 1.1-2
Distribution: unstable
Urgency: low
Maintainer: Dimitar Ivanov dimitar.iva...@mirendom.net
Changed-By: Dimitar Ivanov dimitar.iva...@mirendom.net
Description: 
 stda   - simple tools for data analysis (stda)
Changes: 
 stda (1.1-2) unstable; urgency=low
 .
   * debian package source format changed to 3.0 (quilt)
 .
 stda (1.1-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 cd373b331a8d80bb67fb259ed2e5f974d7cbe950 1622 stda_1.1-2.dsc
 6597ec2092703a3db6589d67bf0d208bba5d97ac 37550 stda_1.1.orig.tar.gz
 e6f94654c3b6775eebc4155358a010fe65c7b46e 2376 stda_1.1-2.debian.tar.gz
 508e95f14db17d11cbf924cbb9e2529f8b121992 30268 stda_1.1-2_all.deb
Checksums-Sha256: 
 c05dc5c2b65b693b347ee08ba177e73d889ab3e7cf1cf86c769a6cf10d7a7ba1 1622 
stda_1.1-2.dsc
 4ab07f7895bd02176374356a036499195bb605a08b544b980c202f001e19c9e6 37550 
stda_1.1.orig.tar.gz
 dc92cc9bd8a9fc8f633ecb8e4dcd7888dc454b04319c1d479a730ae18bac0758 2376 
stda_1.1-2.debian.tar.gz
 aa8b88aedf344f174c3d153aa22ad309ad2502bf89243fff7a93965acf6a49d4 30268 
stda_1.1-2_all.deb
Files: 
 8dc4aa194aabdc50918567c570749f42 1622 math extra stda_1.1-2.dsc
 8118b2e1ebeac0e1b6f5154523c0f7b2 37550 math extra stda_1.1.orig.tar.gz
 b1fddb513ffe2e0d9c47ae7a658c50c2 2376 math extra stda_1.1-2.debian.tar.gz
 82a346021aa6a9266cc0be4517d00cb9 30268 math extra stda_1.1-2_all.deb

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

iQIcBAEBCgAGBQJN6zaBAAoJEOCD7BUSMcRlf7kP/RS0Nvp0+rG/6/DTCHAC84Hu
n+S6C/noC2IZbKNHHbk79kd91dOHJjYqxk0cYv7woJN2si2clB4ihcvlxWLHfwze
ZPk3Bn/5mgB037WbEB03SalH1ue9kE7ON2Ml2zYCIkvyI05KmJ+6ag5d2FVYYEH/
VrvfjPr1+RN/igHiJ8mtWfB3ya/ng5U4Xvf8rMyrYWTH+6Sw3VBNXWu4iK2DyyhT
0H2axYnd41JYMz6EtYtT0kyYSm2LwzEjdN460P/nw9y+VqLg7Bg94D4HZRPw2P0Y
ZTQbmVBCtxyPdHtHkxUpshuGAZIfnBmarQ7+vc8+6bMKTq2bagADG2CSY3Q71DgA
P9y4Bw0Y8tYqMwMMLOGuI4JPCy0aWCN5xgpMJAWOxdkbBxpn/z6AZMYE2ft2VQYH
4TQYWJMvpzB+/6C9PmxAPk4XR1IyTeq5pf7PQtdWartx2A/LOxPzO0AdhAAQyKXq
1sMljJs6c5Vr2rHHg/jUC1aLzHQwYehhKwPmX4/aLAzerZxX6lxgzL/k1e1zZtzr
pgxojt4e8RTXdIvhK73KPXUUh1Irsq1tQfqBQnSdf9xo8uWYVfWRLqitceEVmVMj
eBghSu1oL8lQyQSjJa3+XUxFunQqMv5e02MeBGkxskI6y+SP7sI9osDvhhKFVPaB
BgzOTRZw/BEF4JBqG/0w
=GQrR
-END PGP SIGNATURE-


Accepted:
stda_1.1-2.debian.tar.gz
  to main/s/stda/stda_1.1-2.debian.tar.gz
stda_1.1-2.dsc
  to main/s/stda/stda_1.1-2.dsc
stda_1.1-2_all.deb
  to main/s/stda/stda_1.1-2_all.deb
stda_1.1.orig.tar.gz
  to main/s/stda/stda_1.1.orig.tar.gz


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



Accepted cron 3.0pl1-118 (source i386)

2011-06-05 Thread Christian Kastner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 31 May 2011 14:50:34 +0200
Source: cron
Binary: cron
Architecture: source i386
Version: 3.0pl1-118
Distribution: unstable
Urgency: low
Maintainer: Javier Fernandez-Sanguino Pen~a j...@debian.org
Changed-By: Christian Kastner deb...@kvr.at
Description: 
 cron   - process scheduling daemon
Closes: 608874
Changes: 
 cron (3.0pl1-118) unstable; urgency=low
 .
   * debian/control
 - Limited Build-Depends for libaudit-dev to linux-any. I erroneously
   assumed it applied to other OSes as well.
   * debian/rules
 - DEB_BUILD_OPTIONS for audit support is limited to Linux platforms
 .
   [ Javier Fernandez-Sanguino]
   * debian/NEWS
 - Document the new behaviour of cron regarding logging of non-zero
   exit status cronjobs (Closes: #608874)
Checksums-Sha1: 
 66b2e8aa28bf6991769e8223131ad89509c50cdf 1231 cron_3.0pl1-118.dsc
 f8cf1dd2012cef6812d9700164da0626b27f9d1d 89519 cron_3.0pl1-118.diff.gz
 4d2bb1678bfd5206091b61f8dbb5298939e68567 96286 cron_3.0pl1-118_i386.deb
Checksums-Sha256: 
 a83595fd81ddbc0e619d963f89461b5d6992544dac0198a828cc16738b0b44fe 1231 
cron_3.0pl1-118.dsc
 33adc805175c6b6af9ed1aae71f2de6f01ed1d5f14c4858f2cf88bc1cbfd99f7 89519 
cron_3.0pl1-118.diff.gz
 14beb4263132fdce1284c0dd1162bd1026eb1f14847c85bb057b947ff46dbec1 96286 
cron_3.0pl1-118_i386.deb
Files: 
 9e718bcd9c690d3bf5ba4d3f31c6b55e 1231 admin important cron_3.0pl1-118.dsc
 d1af4a4a09fc0ed0b287e834912393f9 89519 admin important cron_3.0pl1-118.diff.gz
 80b0079d37c8804be1454e3eaf747607 96286 admin important cron_3.0pl1-118_i386.deb

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

iD8DBQFN60RAsandgtyBSwkRAnB3AKCDzo7npJdIzNt7E/RoauNJhg3VIQCfWcxJ
rjBlBErfJ/QQvyhuweo3wlw=
=+uTS
-END PGP SIGNATURE-


Accepted:
cron_3.0pl1-118.diff.gz
  to main/c/cron/cron_3.0pl1-118.diff.gz
cron_3.0pl1-118.dsc
  to main/c/cron/cron_3.0pl1-118.dsc
cron_3.0pl1-118_i386.deb
  to main/c/cron/cron_3.0pl1-118_i386.deb


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



Accepted mozart 1.4.0-8 (source i386 all)

2011-06-05 Thread Kevin Glynn
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 05 Jun 2011 10:48:56 +0200
Source: mozart
Binary: mozart mozart-doc
Architecture: source i386 all
Version: 1.4.0-8
Distribution: unstable
Urgency: low
Maintainer: Kevin Glynn kev...@debian.org
Changed-By: Kevin Glynn kev...@debian.org
Description: 
 mozart - Mozart Programming System
 mozart-doc - Mozart Programming System (Documentation)
Changes: 
 mozart (1.4.0-8) unstable; urgency=low
 .
   * Whoops, really change standards version to 3.9.2 as promised below.
   * Update Vcs fields to match new Alioth defaults.
Checksums-Sha1: 
 5ab3501feb32d66bd2d41a43f2b0174ae8560955 1391 mozart_1.4.0-8.dsc
 878ef931acd054a614ee3c93871b410d8947ee9e 446854 mozart_1.4.0-8.diff.gz
 ae2a5a985d85b78faa54262d82ca9e876d1d3701 2654082 mozart_1.4.0-8_i386.deb
 ebb69a1f220efae5fb9fa738239ae9cf3d730bf1 3764010 mozart-doc_1.4.0-8_all.deb
Checksums-Sha256: 
 b1b9b177ff7475c1cf37707ad99cb0cfdb9181a96843b8e669587baa8a83b6b9 1391 
mozart_1.4.0-8.dsc
 3a191c1bb02c1cbfb6d866aa0c32bfbf0bb7a337a647a0849b6de437c16f418c 446854 
mozart_1.4.0-8.diff.gz
 368e8d2b5e8180655bd9283e1a24737775809c41b7373fc525e8356d9525b506 2654082 
mozart_1.4.0-8_i386.deb
 d16560b4b09caa957c7e2e3a9ff163bc94eb5aaecb59a3fe2de8de5b26732287 3764010 
mozart-doc_1.4.0-8_all.deb
Files: 
 a33956ca97f94d891ef0f43532113bdd 1391 devel optional mozart_1.4.0-8.dsc
 ee4a49200af7487d509ac2252cefb1f3 446854 devel optional mozart_1.4.0-8.diff.gz
 d0caed8a39645cfc68f5b94520d21a2a 2654082 devel optional mozart_1.4.0-8_i386.deb
 a2e36cf87ad5ae90beb5cde11e3086c0 3764010 doc optional 
mozart-doc_1.4.0-8_all.deb

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

iEYEARECAAYFAk3rR1QACgkQEPqrmA6oSitBlgCfbQcIGIQySxk1JbADqugoNeKx
lLMAnRLlhMg/Iu4mcDfdBtn5RXSLqCV1
=7BiZ
-END PGP SIGNATURE-


Accepted:
mozart-doc_1.4.0-8_all.deb
  to main/m/mozart/mozart-doc_1.4.0-8_all.deb
mozart_1.4.0-8.diff.gz
  to main/m/mozart/mozart_1.4.0-8.diff.gz
mozart_1.4.0-8.dsc
  to main/m/mozart/mozart_1.4.0-8.dsc
mozart_1.4.0-8_i386.deb
  to main/m/mozart/mozart_1.4.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
Archive: http://lists.debian.org/e1qt9sd-yw...@franck.debian.org



Accepted web2py 1.96.3-1 (source all)

2011-06-05 Thread José L. Redrejo Rodríguez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 05 Jun 2011 11:18:24 +0200
Source: web2py
Binary: python-web2py python-gluon
Architecture: source all
Version: 1.96.3-1
Distribution: unstable
Urgency: low
Maintainer: José L. Redrejo Rodríguez jredr...@debian.org
Changed-By: José L. Redrejo Rodríguez jredr...@debian.org
Description: 
 python-gluon - High-level Python web development framework
 python-web2py - High-level Python web development framework
Changes: 
 web2py (1.96.3-1) unstable; urgency=low
 .
   * New upstream version
Checksums-Sha1: 
 15b357f4733a96e5270c08e3910bccfb824b402c 1388 web2py_1.96.3-1.dsc
 280cafb10cc125acea5daafe99011ba304cbabdd 6340961 web2py_1.96.3.orig.tar.gz
 de9a7d05a769b2775c38226d4fe8dce160596763 19520 web2py_1.96.3-1.debian.tar.gz
 79db32b6e41bbc7a9f6e8d65147fcf3e61a845b1 5278868 python-web2py_1.96.3-1_all.deb
 189c727015b1a43489bc5caf0d5726d9d38464a6 835226 python-gluon_1.96.3-1_all.deb
Checksums-Sha256: 
 f8bb7d188b3ff876b4f446ebd812c5479cbb62c02b1ffc8a63e741c99aa916ec 1388 
web2py_1.96.3-1.dsc
 29a0ff67349f55fc3a9346a3889a1e1c5d42c2f022f21d1aacd88b5b7eb40273 6340961 
web2py_1.96.3.orig.tar.gz
 e37f8e2f89e45817b7fab1bffad8dab3e1a55cbe8025a7ea40fe7ba42e575e31 19520 
web2py_1.96.3-1.debian.tar.gz
 79b1d8244d9cf6ffae33afc2346cd8ff0429a666d3afbaaf1312b6df461bc431 5278868 
python-web2py_1.96.3-1_all.deb
 0e882c27bf81e926c4e60d0546a8e96bbcd71c4636606d8f4676c5248eef4893 835226 
python-gluon_1.96.3-1_all.deb
Files: 
 76d99146b2d2b7855a3a593a026b4b48 1388 python optional web2py_1.96.3-1.dsc
 2ec44f53e0030da7f10992971bc28e8b 6340961 python optional 
web2py_1.96.3.orig.tar.gz
 fea3ffd49eafbdc2a8c31c33c5abd07f 19520 python optional 
web2py_1.96.3-1.debian.tar.gz
 e0cffbed1ecb18c5760d42dd19e303e0 5278868 python optional 
python-web2py_1.96.3-1_all.deb
 6f1d92f4b3016146d9bb6a52e6fb7603 835226 python optional 
python-gluon_1.96.3-1_all.deb

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

iEYEARECAAYFAk3rSmIACgkQmqVR2WapDeKe3gCfeSgbF2Z02RmevXPiEu+fE3Bz
IdIAn14mcb3KjLJA8S1LbeA5nCxsU8fp
=o35u
-END PGP SIGNATURE-


Accepted:
python-gluon_1.96.3-1_all.deb
  to main/w/web2py/python-gluon_1.96.3-1_all.deb
python-web2py_1.96.3-1_all.deb
  to main/w/web2py/python-web2py_1.96.3-1_all.deb
web2py_1.96.3-1.debian.tar.gz
  to main/w/web2py/web2py_1.96.3-1.debian.tar.gz
web2py_1.96.3-1.dsc
  to main/w/web2py/web2py_1.96.3-1.dsc
web2py_1.96.3.orig.tar.gz
  to main/w/web2py/web2py_1.96.3.orig.tar.gz


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



Accepted libunicode-escape-perl 0.0.2-2 (source all)

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

Format: 1.8
Date: Sun, 05 Jun 2011 11:41:42 +0200
Source: libunicode-escape-perl
Binary: libunicode-escape-perl
Architecture: source all
Version: 0.0.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 libunicode-escape-perl - escape and unescape Unicode characters
Changes: 
 libunicode-escape-perl (0.0.2-2) unstable; urgency=low
 .
   * Improve package relations:
 + Stop declaring package part of core Perl even in oldstable:
   - libtest-simple-perl
   - libencode-perl
   * Update copyright file:
 + Bump format to draft 174 of DEP-5.
 + Fix list separate License sections for each actual license (not
   Perl combo as single section).
 + Quote license names in License field comments.
   * Bump policy compliance to standards-version 3.9.2.
Checksums-Sha1: 
 5b35bc0be7577d33a48326f1142eae865cd319b8 2160 
libunicode-escape-perl_0.0.2-2.dsc
 708c050facecc05c83f0a0164b11b88fdab71dfc 2847 
libunicode-escape-perl_0.0.2-2.debian.tar.gz
 2b792b2758767887a944985700a32d4515666cdd 11058 
libunicode-escape-perl_0.0.2-2_all.deb
Checksums-Sha256: 
 d8f9ba447230823d85a574dc68e11682f08efad367869dcd19b75275878b384f 2160 
libunicode-escape-perl_0.0.2-2.dsc
 7bd365e3cf336ed4dcf60ddbecf740779e62618fe990690a9ac7a355db8f4824 2847 
libunicode-escape-perl_0.0.2-2.debian.tar.gz
 67b84d4255644a8f0b86c9436cea12df3e8663569986442ff55b3cf735e2c884 11058 
libunicode-escape-perl_0.0.2-2_all.deb
Files: 
 b404e9362d667f71117df68b6ee0d247 2160 perl optional 
libunicode-escape-perl_0.0.2-2.dsc
 7fa6a46d99f0474e568a08b48dfce5e8 2847 perl optional 
libunicode-escape-perl_0.0.2-2.debian.tar.gz
 101454a0f108c648b821dfa9662e3604 11058 perl optional 
libunicode-escape-perl_0.0.2-2_all.deb

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

iQIcBAEBCgAGBQJN60+uAAoJECx8MUbBoAEhVaYP/3DRRuWqGBrbLnpQTZXj2ixy
eBuNwvboY2+YtBHNqhwpJVzbyP6g/v0NaXDgxykW0shcZdkP5BzU+KMfGp0jOc9F
L39uQHyoFg/zm9L8akjad/T9FpQau0//CF49SznPe+0/WJomOuQ9sqVlW/7eDePM
I7IDnDkuEf2kKXQoxEhWLdxZXXS2NcDTnBCCj5/iPyms6IPIhxdCUm+0x8GygpAJ
3HK8e7sNWxmmimdMeeC1UiENablpUKaWMU22Casgl1WCPSDIBeQcm94456CNFxAZ
2yh1hWQaccqbc1eQA6BIuWyQKso94dU9BWmOG/fdS77V15qBLiRlqHYXXOuNFGXw
flp1sdiC46AqoScz8Va/rRGTbTRjgZ4LR9OofhIXJRQ8WokHHvmW7/b3fHy5VH/A
mSg+6B5Qk01dmuIXgX9M7B1uoU2r68Otwwof2U7dmszgXyKqvhscE4d/XJpqceLk
6SlwNuCYmg2D4ydfJa7PxTq1CN/tnhQ3avThNCRIbaKpI4DF4lEw90ThgnKBIR2e
m1zJsDQBRp83R+leMnYu4DO8J+hoMm4qTFNWM53suzr0dq2rufaWoWUl1O2qkLSr
iV1+rBeB3T/z3+7SRdX7PC2qIjVmWj6+qrgsEQlTRgBQ2uYWt00hK7+0qN16NvDf
i2crMekWVnNeJEN8+KiM
=oPnu
-END PGP SIGNATURE-


Accepted:
libunicode-escape-perl_0.0.2-2.debian.tar.gz
  to 
main/libu/libunicode-escape-perl/libunicode-escape-perl_0.0.2-2.debian.tar.gz
libunicode-escape-perl_0.0.2-2.dsc
  to main/libu/libunicode-escape-perl/libunicode-escape-perl_0.0.2-2.dsc
libunicode-escape-perl_0.0.2-2_all.deb
  to main/libu/libunicode-escape-perl/libunicode-escape-perl_0.0.2-2_all.deb


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



Accepted libxml-atom-owl-perl 0.102-2 (source all)

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

Format: 1.8
Date: Sun, 05 Jun 2011 11:52:06 +0200
Source: libxml-atom-owl-perl
Binary: libxml-atom-owl-perl
Architecture: source all
Version: 0.102-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 libxml-atom-owl-perl - parse an Atom file into RDF
Changes: 
 libxml-atom-owl-perl (0.102-2) unstable; urgency=low
 .
   * Update copyright file:
 + Bump format to draft 174 of DEP-5.
 + Fix use separate sections for Artistic and GPL-1+.
 + Improve references for convenience copy of Module::Install.
 + Quote license names in License field comments.
 + Rewrap and shorten comments.
   * Improve package relations:
 + Stop declaring package part of core Perl even in oldstable:
   - libencode-perl
   * Bump policy compliance to standards-version 3.9.2.
Checksums-Sha1: 
 bb061fc77ce1a4a41196d7c3c240959d0091154e 2187 libxml-atom-owl-perl_0.102-2.dsc
 b16137aaa6ff51bd97cda38edc00e722bddf255f 3188 
libxml-atom-owl-perl_0.102-2.debian.tar.gz
 bf498715227e3a76e61eca575e3c12aff26364a3 22918 
libxml-atom-owl-perl_0.102-2_all.deb
Checksums-Sha256: 
 b767d3c8c50f3a14367ac9437a00a6813b90782a75b777f496632f2350158137 2187 
libxml-atom-owl-perl_0.102-2.dsc
 77ce314c920b3718f9ff2145b3278395fdeef983f492358e266ef751cd0177c0 3188 
libxml-atom-owl-perl_0.102-2.debian.tar.gz
 bbf2bffa6bd3d491aaf9c3d74007ea101d8c204d1fcc93767924bd890b7a6989 22918 
libxml-atom-owl-perl_0.102-2_all.deb
Files: 
 841357ffa870b649c7d7a501cf25d243 2187 perl optional 
libxml-atom-owl-perl_0.102-2.dsc
 f5c5118965905b2b6b9a2e30c73e44da 3188 perl optional 
libxml-atom-owl-perl_0.102-2.debian.tar.gz
 b61fd2735b72198ff92097d6c017008c 22918 perl optional 
libxml-atom-owl-perl_0.102-2_all.deb

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

iQIcBAEBCgAGBQJN61J1AAoJECx8MUbBoAEhpmoQAK4tHytg3INtamlulWDf5ebM
/j+PD9VP8wBD6ixQgMRcLt9+jaDp/CQwWb92H69THjwzlOLqFf8dxBcqon7RxNuE
cWS1SJpGOSCVaAkdyKo7OOePXlBolMoM1AfDL/z58WD66L6SJKC4ZLGjN5byVfkd
BamgBu3euSdNfKHGed0t8Z2HY461jpume4mbFIDUof5eW5dX/X+wZG7uiq9v5561
z155bQ66YHElLF81JrYfevhPcuePFZml/0J4oH2q2Bi4lIXtjVWUwjJm4u3CEnFs
WyVnM/DJNCnTtThvRJiSxGqqMghL2b3FXdGJ8xlaPjCMRGIO1zPCw3QsER4ssBof
Y7bNep3OoGJHJ6LeIn/twRO/Q2mEo67iudpyXfN/zNdlImop+s/ToZV+SE9vpHGm
7fg1H0VJ+dPHTO8xpvRa8/INTFTbTfveXhW9BJquPYFJhvfCspw284J1RoEhS4XG
sWF0acxYp6CFUvnXNeunE10MoZFVssywTtWWrmzgB8AoqVE9uNyzt3VaYMO+futk
MTodXQFce18d/NbAHCFbC+dQpFcMxdLqweXKIge/dvHb9nAqafQh1Vl2ypUtBMq3
+01q1zDS1F4xIOJdugML/81KxT8zKavMCC4Iho4bqbuqs5HUEb5ImlFlxHgvBb4+
4BLSg7lBWEP7YJdS8ZG5
=LL8U
-END PGP SIGNATURE-


Accepted:
libxml-atom-owl-perl_0.102-2.debian.tar.gz
  to main/libx/libxml-atom-owl-perl/libxml-atom-owl-perl_0.102-2.debian.tar.gz
libxml-atom-owl-perl_0.102-2.dsc
  to main/libx/libxml-atom-owl-perl/libxml-atom-owl-perl_0.102-2.dsc
libxml-atom-owl-perl_0.102-2_all.deb
  to main/libx/libxml-atom-owl-perl/libxml-atom-owl-perl_0.102-2_all.deb


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



Accepted opencryptoki 2.3.1+dfsg-1 (source amd64)

2011-06-05 Thread Johann Felix Soden
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 05 Jun 2011 11:22:04 +0200
Source: opencryptoki
Binary: opencryptoki opencryptoki-dbg libopencryptoki0 libopencryptoki-dev
Architecture: source amd64
Version: 2.3.1+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Johann Felix Soden joh...@gmx.de
Description: 
 libopencryptoki-dev - PKCS#11 implementation (development)
 libopencryptoki0 - PKCS#11 implementation (library)
 opencryptoki - PKCS#11 implementation (daemon)
 opencryptoki-dbg - PKCS#11 implementation (debug)
Closes: 559405 570527
Changes: 
 opencryptoki (2.3.1+dfsg-1) unstable; urgency=low
 .
   * QA upload.
 .
   [ Johann Felix Soden ]
   * New upstream release
   * Solving a FTBFS on GNU/kFreeBSD (Closes: #559405).
 - thanks to Cyril Brulebois k...@debian.org for the prospective patch.
   * debian/rules:
- Do no install /etc/ld.so.conf.d/opencryptoki-i486.conf
- Creating instead soft-links in /usr/lib
   * Depending on autoconf, automake, libtool because of new upstream build
 procedure.
   * Adding small man-page for pkcs_slot and missing whereis entries.
   * Improving init script according to lintian.
   * Fixing wrong year in debian/copyright.
   * Adding get-orig-source target to debian/rules.
   * Adding watch file.
   * Removing the unnecessary for Linux from package descriptions.
 .
   [ Alessio Treglia ]
   * Fix dangling symlinks in /usr/lib/pkcs11/ (Closes: #570527).
Checksums-Sha1: 
 5856a535b35bf0088452bae78e6650af7683bd9f 1220 opencryptoki_2.3.1+dfsg-1.dsc
 4784cabf00ab267747a561510daca2988463ea4f 865341 
opencryptoki_2.3.1+dfsg.orig.tar.gz
 28a4f2672cf63548c9ef615eaa6f665a3730810e 15393 
opencryptoki_2.3.1+dfsg-1.debian.tar.gz
 49f3a29644b883269366f06a5962152a96b89264 57112 
opencryptoki_2.3.1+dfsg-1_amd64.deb
 90cdc1b94e210e2a6bd34d266c3aa8afd02959fe 495236 
opencryptoki-dbg_2.3.1+dfsg-1_amd64.deb
 099ca303b69fd8a733b053095b8d792cc8df6a5c 257142 
libopencryptoki0_2.3.1+dfsg-1_amd64.deb
 0894b413d044145e83351692ad7622d231054c9e 29810 
libopencryptoki-dev_2.3.1+dfsg-1_amd64.deb
Checksums-Sha256: 
 89ba0bb94a4aca2b9e2e84d530d0fd45564080409303139afa3c35f08abf1f7e 1220 
opencryptoki_2.3.1+dfsg-1.dsc
 7401e35b6c6ca577e7e12444b9bce2cd8a5ba6ff95764a832811adc6306c839c 865341 
opencryptoki_2.3.1+dfsg.orig.tar.gz
 a779fb5dd8466af6d0b27942c761f563c28c83b5137dff1066b79fc927db4689 15393 
opencryptoki_2.3.1+dfsg-1.debian.tar.gz
 c87b150dceb67df98a613da4ffdfa4acf41334b636f41c7563139bfe957f507f 57112 
opencryptoki_2.3.1+dfsg-1_amd64.deb
 ee8227d13dd50ee8baec85ce5945546549ee141cc5ab628de8c4740fbcaf4c33 495236 
opencryptoki-dbg_2.3.1+dfsg-1_amd64.deb
 779e5f6626cae923b8a96ef0d84ce3ae6cf16fae0d9f49e3a2170d55287cedcb 257142 
libopencryptoki0_2.3.1+dfsg-1_amd64.deb
 a003914740c25457298d247be6e90ff18a093fd348ce1980d613ff2fd0368a14 29810 
libopencryptoki-dev_2.3.1+dfsg-1_amd64.deb
Files: 
 d686114fec53dd3837b9362b7bafbcb6 1220 admin optional 
opencryptoki_2.3.1+dfsg-1.dsc
 f684fe374423cb67050842b4750d9a2d 865341 admin optional 
opencryptoki_2.3.1+dfsg.orig.tar.gz
 610fe836998f5f6f193ec382af64ae3a 15393 admin optional 
opencryptoki_2.3.1+dfsg-1.debian.tar.gz
 7ed031354aa18b85ff5251863be123ac 57112 admin optional 
opencryptoki_2.3.1+dfsg-1_amd64.deb
 e4c6d47c98be1273f4f06f6eecf21a8c 495236 debug extra 
opencryptoki-dbg_2.3.1+dfsg-1_amd64.deb
 641e88d0a240a0f163d1de2af759d8b3 257142 libs optional 
libopencryptoki0_2.3.1+dfsg-1_amd64.deb
 2459538f5ce24ef98cb1fe0a1ada681b 29810 libdevel optional 
libopencryptoki-dev_2.3.1+dfsg-1_amd64.deb

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

iEYEARECAAYFAk3rWN0ACgkQRdSMfNz8P9ALWQCfcf3MMR6Yg85jNogzZ0+3Ah0o
2aYAniAOt/BK0l9zD5CMXNdBS38SyVeC
=efYf
-END PGP SIGNATURE-


Accepted:
libopencryptoki-dev_2.3.1+dfsg-1_amd64.deb
  to main/o/opencryptoki/libopencryptoki-dev_2.3.1+dfsg-1_amd64.deb
libopencryptoki0_2.3.1+dfsg-1_amd64.deb
  to main/o/opencryptoki/libopencryptoki0_2.3.1+dfsg-1_amd64.deb
opencryptoki-dbg_2.3.1+dfsg-1_amd64.deb
  to main/o/opencryptoki/opencryptoki-dbg_2.3.1+dfsg-1_amd64.deb
opencryptoki_2.3.1+dfsg-1.debian.tar.gz
  to main/o/opencryptoki/opencryptoki_2.3.1+dfsg-1.debian.tar.gz
opencryptoki_2.3.1+dfsg-1.dsc
  to main/o/opencryptoki/opencryptoki_2.3.1+dfsg-1.dsc
opencryptoki_2.3.1+dfsg-1_amd64.deb
  to main/o/opencryptoki/opencryptoki_2.3.1+dfsg-1_amd64.deb
opencryptoki_2.3.1+dfsg.orig.tar.gz
  to main/o/opencryptoki/opencryptoki_2.3.1+dfsg.orig.tar.gz


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



Accepted plasma-widget-adjustableclock 2.2-2 (source amd64)

2011-06-05 Thread Davi Leal
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 05 Jun 2011 10:28:13 +
Source: plasma-widget-adjustableclock
Binary: plasma-widget-adjustableclock
Architecture: source amd64
Version: 2.2-2
Distribution: unstable
Urgency: low
Maintainer: Davi Leal d...@gnu.org
Changed-By: Davi Leal d...@gnu.org
Description: 
 plasma-widget-adjustableclock - plasma widget clock to show date and time
Closes: 618120
Changes: 
 plasma-widget-adjustableclock (2.2-2) unstable; urgency=low
 .
   * Build-Depend on 'libqtwebkit-dev' (Closes: #618120)
   * Bump Standards-Version to 3.9.2
Checksums-Sha1: 
 f861a9a9c1e68930ec81902b7a8b84ec3e4259de 1320 
plasma-widget-adjustableclock_2.2-2.dsc
 12b84d51f7622777cc027840f0b69f2ffdcf 2966 
plasma-widget-adjustableclock_2.2-2.debian.tar.gz
 b700a70a793afe7e1ce17566a41e4f7273c30c9e 58246 
plasma-widget-adjustableclock_2.2-2_amd64.deb
Checksums-Sha256: 
 5a71caab052d93b24c095e427a182fe22e1af838af7c83c6f619b67f26ae4945 1320 
plasma-widget-adjustableclock_2.2-2.dsc
 7fd65d814952789523eb5e062f8e0c53d0303bbb6d830984fee1ce4daa59443c 2966 
plasma-widget-adjustableclock_2.2-2.debian.tar.gz
 dafe0756782f09a9ffe5b0abb0edfb345f2b48b2d2604a811cc49335e12dcb67 58246 
plasma-widget-adjustableclock_2.2-2_amd64.deb
Files: 
 95bc474ccbb98280804e278414079917 1320 kde optional 
plasma-widget-adjustableclock_2.2-2.dsc
 2148af2956087c3239bd503686135e44 2966 kde optional 
plasma-widget-adjustableclock_2.2-2.debian.tar.gz
 10c0704fd37983d3e69ca97824f095a9 58246 kde optional 
plasma-widget-adjustableclock_2.2-2_amd64.deb

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

iEYEARECAAYFAk3rWckACgkQHO9JRnPq4hRpCgCff5/x402O1g1Q+iBleyPDtNtd
vSwAoOx1wPO4du4h05tU/L2zgsBO1EH4
=ti4d
-END PGP SIGNATURE-


Accepted:
plasma-widget-adjustableclock_2.2-2.debian.tar.gz
  to 
main/p/plasma-widget-adjustableclock/plasma-widget-adjustableclock_2.2-2.debian.tar.gz
plasma-widget-adjustableclock_2.2-2.dsc
  to 
main/p/plasma-widget-adjustableclock/plasma-widget-adjustableclock_2.2-2.dsc
plasma-widget-adjustableclock_2.2-2_amd64.deb
  to 
main/p/plasma-widget-adjustableclock/plasma-widget-adjustableclock_2.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
Archive: http://lists.debian.org/e1qtadt-0007hr...@franck.debian.org



Accepted accountsservice 0.6.12-2 (source amd64)

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

Format: 1.8
Date: Sun, 05 Jun 2011 12:40:37 +0200
Source: accountsservice
Binary: accountsservice libaccountsservice0 libaccountsservice-dev 
gir1.2-accountservice-1.0
Architecture: source amd64
Version: 0.6.12-2
Distribution: unstable
Urgency: low
Maintainer: Alessio Treglia ales...@debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 accountsservice - query and manipulate user account information
 gir1.2-accountservice-1.0 - GObject introspection data for AccountService
 libaccountsservice-dev - query and manipulate user account information - 
header files
 libaccountsservice0 - query and manipulate user account information - shared 
libraries
Changes: 
 accountsservice (0.6.12-2) unstable; urgency=low
 .
   * Disable 0005-gdm_config_file_path.patch in debian/patches/ubuntu.series as
 it doesn't apply to Ubuntu.
   * On Ubuntu apply 0002-create-and-manage-groups-like-on-a-ubuntu-system.patch
 instead of 0002-create-and-manage-groups-like-on-a-debian-system.patch
Checksums-Sha1: 
 284dd87a7ca7d8a3227ccd9b1a4414b69163228c 1543 accountsservice_0.6.12-2.dsc
 9cd5bc34aefe5765824e2d333e012e5f5a7ab0c9 9409 
accountsservice_0.6.12-2.debian.tar.gz
 4d7d675e41e2077a12f952fd6e3fd25ae48b848d 43104 
accountsservice_0.6.12-2_amd64.deb
 c83768c4b5292e338466d37fe15db059731f621d 29106 
libaccountsservice0_0.6.12-2_amd64.deb
 e80693b6bbf05e2302e8d9379ee4f68b123e49ba 10370 
libaccountsservice-dev_0.6.12-2_amd64.deb
 c76f7eb6334eedd1dab3fcf117138bfea9be497d 6866 
gir1.2-accountservice-1.0_0.6.12-2_amd64.deb
Checksums-Sha256: 
 67be4dda6883d2967cdfbfb311b29c5fd44eda396f9bc084b90b0896fc985276 1543 
accountsservice_0.6.12-2.dsc
 ab2a10d69c33346995d8480d118dd9794b97501b38e723a547038b775e3c9140 9409 
accountsservice_0.6.12-2.debian.tar.gz
 2d500312199ae88bcbfe64de6f693a0a4d04374b0341ca8d3c121d250d248694 43104 
accountsservice_0.6.12-2_amd64.deb
 360188dd6113e2619ef8307820fc087cbdd406b355e19504129c0ed90ad8 29106 
libaccountsservice0_0.6.12-2_amd64.deb
 643382bbc1c3021112f14232ad1d8b530ca7d361d7360868708ce8dcea15c4ed 10370 
libaccountsservice-dev_0.6.12-2_amd64.deb
 e34b9d3b3703f620e0ee342f2aee2319cffeac17a437af474c3c2493fb48d2c1 6866 
gir1.2-accountservice-1.0_0.6.12-2_amd64.deb
Files: 
 8cd3bc0e772ec2950260c1a7e73aff92 1543 admin optional 
accountsservice_0.6.12-2.dsc
 329a26e153ff73bba64cacc5f3deac96 9409 admin optional 
accountsservice_0.6.12-2.debian.tar.gz
 7b56270f1636d28d806529a8ec8e7d29 43104 admin optional 
accountsservice_0.6.12-2_amd64.deb
 acfc1505fa97aa26a1bf13266fa0ab83 29106 libs optional 
libaccountsservice0_0.6.12-2_amd64.deb
 972cb8aada22e687cc7a674e7eff9c1d 10370 libdevel optional 
libaccountsservice-dev_0.6.12-2_amd64.deb
 b2834b552fc6ac14cb8c9f452991d421 6866 libs optional 
gir1.2-accountservice-1.0_0.6.12-2_amd64.deb

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

iEYEARECAAYFAk3rXsAACgkQRdSMfNz8P9AR/gCdGLCX4kpR28eulwD+YgfTUaiV
SLIAnj94UuBV9NpV/7hLYvAEyxEVEAh3
=TXcb
-END PGP SIGNATURE-


Accepted:
accountsservice_0.6.12-2.debian.tar.gz
  to main/a/accountsservice/accountsservice_0.6.12-2.debian.tar.gz
accountsservice_0.6.12-2.dsc
  to main/a/accountsservice/accountsservice_0.6.12-2.dsc
accountsservice_0.6.12-2_amd64.deb
  to main/a/accountsservice/accountsservice_0.6.12-2_amd64.deb
gir1.2-accountservice-1.0_0.6.12-2_amd64.deb
  to main/a/accountsservice/gir1.2-accountservice-1.0_0.6.12-2_amd64.deb
libaccountsservice-dev_0.6.12-2_amd64.deb
  to main/a/accountsservice/libaccountsservice-dev_0.6.12-2_amd64.deb
libaccountsservice0_0.6.12-2_amd64.deb
  to main/a/accountsservice/libaccountsservice0_0.6.12-2_amd64.deb


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



Accepted librdf-query-perl 2.907-1 (source all)

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

Format: 1.8
Date: Sun, 05 Jun 2011 13:03:14 +0200
Source: librdf-query-perl
Binary: librdf-query-perl
Architecture: source all
Version: 2.907-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 librdf-query-perl - RDF query implementation of SPARQL/RDQL in Perl
Changes: 
 librdf-query-perl (2.907-1) unstable; urgency=low
 .
   * New upstream release.
   * Update copyright file:
 + Fix strip bogus file listing.
 + Quote license names in License field comments.
   * Improve package relations:
 + Relax versioning of package satisfied in testing and unavailable
   stable:
   - librdf-trine-perl
Checksums-Sha1: 
 941ccb631943d55012fe00d80b46fb806c5758b3 2393 librdf-query-perl_2.907-1.dsc
 f31cd2780435478bd7646d8920695430e3df48c7 323177 
librdf-query-perl_2.907.orig.tar.gz
 42a1348e974fce36995115ea64144638875fd8b1 5146 
librdf-query-perl_2.907-1.debian.tar.gz
 4fcd9417129b1d9f98f78b9f900d889db562dbbd 408144 
librdf-query-perl_2.907-1_all.deb
Checksums-Sha256: 
 51ca304d30e48df54b3267b31b00ca8c4c838caac22eaaffa0a3680e1b8adcb6 2393 
librdf-query-perl_2.907-1.dsc
 7c5b5a578e5d983ed80617e027e535cd29d55e4e0478eeb57f2e6e4c47bffb11 323177 
librdf-query-perl_2.907.orig.tar.gz
 a6b35e43bae09fe90ebeca9910d7c082f8f8fcd369ee195b41c92fafaf778abe 5146 
librdf-query-perl_2.907-1.debian.tar.gz
 b368c3a84ec7f939e24e7381dfc745021101a73dabd212a695dd6ae6d01b8872 408144 
librdf-query-perl_2.907-1_all.deb
Files: 
 2e5e197a97a76c4c5a4526f662f15be8 2393 perl optional 
librdf-query-perl_2.907-1.dsc
 c5e7e9495e9f5f9a27abbfeeb5ab8023 323177 perl optional 
librdf-query-perl_2.907.orig.tar.gz
 5b5e1693b25a5ab96fb64b27a129df1b 5146 perl optional 
librdf-query-perl_2.907-1.debian.tar.gz
 77149d00259e4c2f5afbba134bd2e3ff 408144 perl optional 
librdf-query-perl_2.907-1_all.deb

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

iQIcBAEBCgAGBQJN62N8AAoJECx8MUbBoAEh3RoP/1L2+Yk9MUBgoqESABJIa/B5
2uRMJtycKxt8bCMHbK3JtE5daUfE3v7o8rC5xGJGykSoughMr6ufYfeKLbXr6UYN
Ts+mKP8TcMdT3LgYElD5WTpFlwHJHJsRAhfBWgIQVmz694Ut/V6uTdx+2yoJtqx5
6A9Nvi5RxdaMf+oPBamy8xDXWGHPxoODdHs1W8piTFU0WsHVwz7ax+x/Ky4DWslI
SXw1OpLHLZwfcj0G+3KGbwcL5uo6fiTaHR/bHOzkYLtKlbP6F1L07Pb1KGkut14k
Db6qHTxVYFQ+b6e8tG1WqRQwjNoBhYA7XIms6+plgGgRKhvUghM0TTeCXIKH309Q
O02LZHBCNjAxN82leZFOY/216c6lEistQeX0pReA5GhP0BXI/o4dJ060r62cFG71
SUJxadje6DMlDEs/L8Sgjj2IKXdRCIAG0bIO+VOhLl4JrR/tiPnzOsQ6J2XyaKhj
g5ZIRJapPiEjdKv33fo1UdCGh1zUzoEWTl0SnMWDuSnFYYYXjt6fcTZ5Z1vQ5tnK
FaxlxpHckdcBDQoD4I3rDfP7dIWs8uF+1DQerj1TfTrX2aF0wsShoboSzTR7IU6o
4Kg8rhSlv+T8ZfZu5iuppJBQpI6w371a4bAgykemf9EjV/ZCdGslFyz6gXgcjtcM
IlCeghWNo9VPruWCQGhi
=ZWr1
-END PGP SIGNATURE-


Accepted:
librdf-query-perl_2.907-1.debian.tar.gz
  to main/libr/librdf-query-perl/librdf-query-perl_2.907-1.debian.tar.gz
librdf-query-perl_2.907-1.dsc
  to main/libr/librdf-query-perl/librdf-query-perl_2.907-1.dsc
librdf-query-perl_2.907-1_all.deb
  to main/libr/librdf-query-perl/librdf-query-perl_2.907-1_all.deb
librdf-query-perl_2.907.orig.tar.gz
  to main/libr/librdf-query-perl/librdf-query-perl_2.907.orig.tar.gz


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



Accepted necpp 1.5.0+cvs20101003-2.1 (source amd64)

2011-06-05 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 05 Jun 2011 12:51:28 +0200
Source: necpp
Binary: necpp libnecpp0 python-necpp libnecpp-dev
Architecture: source amd64
Version: 1.5.0+cvs20101003-2.1
Distribution: unstable
Urgency: low
Maintainer: Emmanuel QUEMENER emmanuel.queme...@free.fr
Changed-By: Sandro Tosi mo...@debian.org
Description: 
 libnecpp-dev - development files for libnecpp
 libnecpp0  - library to use NEC2++
 necpp  - NEC2 Evolution Antenna Modelling System
 python-necpp - Python module for using NEC2++
Closes: 625135
Changes: 
 necpp (1.5.0+cvs20101003-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Python/PyNEC/setup.py
 - fix a FTBFS with python2.7 updating location of libnumarray.h; patches
   from ubuntu; Closes: #625135
   * debian/control
 - added python-numpy to Depends of python-necpp
Checksums-Sha1: 
 5009034d87f99498a437341fa2540cf0b4576506 1211 necpp_1.5.0+cvs20101003-2.1.dsc
 c96a4ec5fa032edae5535ba2aba9be224a2a1a23 7228 
necpp_1.5.0+cvs20101003-2.1.diff.gz
 afe5dda3557a15e941dec6e7b34bc8925b81bad7 469340 
necpp_1.5.0+cvs20101003-2.1_amd64.deb
 893ba37e2f144a965595366f700282035928cb8a 196114 
libnecpp0_1.5.0+cvs20101003-2.1_amd64.deb
 5313903f8202a8962895891853865f5e547f45af 531990 
python-necpp_1.5.0+cvs20101003-2.1_amd64.deb
 d2d48fe572d03c3e88654c01baa8a9c18e69c5cd 243834 
libnecpp-dev_1.5.0+cvs20101003-2.1_amd64.deb
Checksums-Sha256: 
 c4529e69db60378a3bb4af069fd6fbde90867870996a58f7cf2663a3f5f8ef8b 1211 
necpp_1.5.0+cvs20101003-2.1.dsc
 18cba5b591bb34b4f664bd8655c9b8c08760951a1ec03579ce947752455045da 7228 
necpp_1.5.0+cvs20101003-2.1.diff.gz
 3845035f3dded7b4a0c24f9239c5194c4bef8bcc124326105e2d9a407f3f497b 469340 
necpp_1.5.0+cvs20101003-2.1_amd64.deb
 4f3a8989ac47840bf5c1d42373cf271770c27a2edf94df7052e5dc98f17dc1ad 196114 
libnecpp0_1.5.0+cvs20101003-2.1_amd64.deb
 768adb343e7435b2b9c4ff2ea8ef4268501b57fd0be18d38a9fee05e23c5aff7 531990 
python-necpp_1.5.0+cvs20101003-2.1_amd64.deb
 1c10ae254c24b373e12a7d78b39b2c59042025a3e5cc735f06125826e260006f 243834 
libnecpp-dev_1.5.0+cvs20101003-2.1_amd64.deb
Files: 
 25214a542df7b033629e4cd90683c862 1211 science optional 
necpp_1.5.0+cvs20101003-2.1.dsc
 129d7c64b3b2f34d10dc3c5930e81d37 7228 science optional 
necpp_1.5.0+cvs20101003-2.1.diff.gz
 3460a2167b88e6e6d433a545fc284996 469340 science optional 
necpp_1.5.0+cvs20101003-2.1_amd64.deb
 a58d84acc6e70ee0a23da2d1fb8c9f7e 196114 libs optional 
libnecpp0_1.5.0+cvs20101003-2.1_amd64.deb
 d762b9ef6c3a822dce2f4d50fef1eddc 531990 python optional 
python-necpp_1.5.0+cvs20101003-2.1_amd64.deb
 7f1d98e1624db127533abba011a3d2e0 243834 libdevel optional 
libnecpp-dev_1.5.0+cvs20101003-2.1_amd64.deb

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

iEYEARECAAYFAk3rYlMACgkQAukwV0RN2VDPagCfevv/y6A/rP479DS7cR8LyxTx
aEUAoI3Wc5smwRqqa9ghlAsdpgrASNYJ
=Bokf
-END PGP SIGNATURE-


Accepted:
libnecpp-dev_1.5.0+cvs20101003-2.1_amd64.deb
  to main/n/necpp/libnecpp-dev_1.5.0+cvs20101003-2.1_amd64.deb
libnecpp0_1.5.0+cvs20101003-2.1_amd64.deb
  to main/n/necpp/libnecpp0_1.5.0+cvs20101003-2.1_amd64.deb
necpp_1.5.0+cvs20101003-2.1.diff.gz
  to main/n/necpp/necpp_1.5.0+cvs20101003-2.1.diff.gz
necpp_1.5.0+cvs20101003-2.1.dsc
  to main/n/necpp/necpp_1.5.0+cvs20101003-2.1.dsc
necpp_1.5.0+cvs20101003-2.1_amd64.deb
  to main/n/necpp/necpp_1.5.0+cvs20101003-2.1_amd64.deb
python-necpp_1.5.0+cvs20101003-2.1_amd64.deb
  to main/n/necpp/python-necpp_1.5.0+cvs20101003-2.1_amd64.deb


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



Accepted indicator-messages 0.4.0-1 (source amd64)

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

Format: 1.8
Date: Sun, 05 Jun 2011 13:16:03 +0200
Source: indicator-messages
Binary: indicator-messages
Architecture: source amd64
Version: 0.4.0-1
Distribution: unstable
Urgency: low
Maintainer: The Ayatana Packagers pkg-ayatana-de...@lists.alioth.debian.org
Changed-By: Evgeni Golov evg...@debian.org
Description: 
 indicator-messages - indicator that collects messages that need a response
Changes: 
 indicator-messages (0.4.0-1) unstable; urgency=low
 .
   * Merge new upstream from Ubuntu.
   * Standards-Version: 3.9.2
Checksums-Sha1: 
 f79331fa17b42e875c00f841519d1723a9471b51 1607 indicator-messages_0.4.0-1.dsc
 759b5aba18957f013a74fe6cc40fd8495303fdfd 438625 
indicator-messages_0.4.0.orig.tar.gz
 689bd40e6d7be36b3eae59d96901796de9c6ac53 6568 
indicator-messages_0.4.0-1.debian.tar.gz
 92324e6187805c3cd39268b0b27543e2b1977feb 93456 
indicator-messages_0.4.0-1_amd64.deb
Checksums-Sha256: 
 5f1067533e8bee19678f6c26f1f16fe96f514ed98cdf2abf70a694af5a83a2be 1607 
indicator-messages_0.4.0-1.dsc
 257688c47bfc89b56903e927d9e8eac693c4a4732a2b5aeae28c55aaf2ae004a 438625 
indicator-messages_0.4.0.orig.tar.gz
 507d7a3e57f3b47c81653ee8760755a48c84f514b26fb0ab53a128df2ebb8f11 6568 
indicator-messages_0.4.0-1.debian.tar.gz
 06dbb7a7176260ef2164f6b017f6c02e010ff95c2a09d42783e532cfdac5cf18 93456 
indicator-messages_0.4.0-1_amd64.deb
Files: 
 c029344a7ed0c440007f1313d97cca57 1607 gnome optional 
indicator-messages_0.4.0-1.dsc
 3ed94b3cb1754bc6fb30a3ce75e83337 438625 gnome optional 
indicator-messages_0.4.0.orig.tar.gz
 27fd5aee5fcfcc19fb994fe371563485 6568 gnome optional 
indicator-messages_0.4.0-1.debian.tar.gz
 16525f2c01e3783a71d16968a821f23c 93456 gnome optional 
indicator-messages_0.4.0-1_amd64.deb

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

iEYEARECAAYFAk3rZs0ACgkQJKAUGKwVtQw0RACfVU9JmrQDrzGhCipiv3QlB4up
sEYAoJ35R8Lawt1NvYe+dq7F9kPMyPtg
=LX75
-END PGP SIGNATURE-


Accepted:
indicator-messages_0.4.0-1.debian.tar.gz
  to main/i/indicator-messages/indicator-messages_0.4.0-1.debian.tar.gz
indicator-messages_0.4.0-1.dsc
  to main/i/indicator-messages/indicator-messages_0.4.0-1.dsc
indicator-messages_0.4.0-1_amd64.deb
  to main/i/indicator-messages/indicator-messages_0.4.0-1_amd64.deb
indicator-messages_0.4.0.orig.tar.gz
  to main/i/indicator-messages/indicator-messages_0.4.0.orig.tar.gz


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



Accepted gosa-perl 0.2-2 (source all)

2011-06-05 Thread Benoit Mortier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 28 May 2011 12:40:07 +0200
Source: gosa-perl
Binary: libgosa-perl
Architecture: source all
Version: 0.2-2
Distribution: unstable
Urgency: low
Maintainer: GOsa packages mainteners group gosa-...@oss.gonicus.de
Changed-By: Benoit Mortier benoit.mort...@opensides.be
Description: 
 libgosa-perl - GOsa and LHM Perl libraries
Changes: 
 gosa-perl (0.2-2) unstable; urgency=low
 .
   * Converted to debian 3.0 format
   * Changed debian policy to 3.9.2
   * Reworked description to be more precise
Checksums-Sha1: 
 3a5aeff34c6e20b6b7a66a644245081860e05db5 1934 gosa-perl_0.2-2.dsc
 64307d49df1d4f318aeb1e20056de7db6d853e78 1627 gosa-perl_0.2-2.debian.tar.gz
 76ae7b02070daf87e627faa490f147047331e449 18110 libgosa-perl_0.2-2_all.deb
Checksums-Sha256: 
 3f10ccbe05ec416ee360084b0437759508ad1a635722b201bdaddc3f3f7bd172 1934 
gosa-perl_0.2-2.dsc
 459608b876b6ad0b2dd4bfbb4805fa58fed50c76bb43b643e656ad8b350c98c7 1627 
gosa-perl_0.2-2.debian.tar.gz
 7ff5027caea99e8e3d3abfd7e49f80e9d5f69db2cba80bf0d3100ea537431046 18110 
libgosa-perl_0.2-2_all.deb
Files: 
 bb365e5b7b0715805e83886fe8f90671 1934 perl optional gosa-perl_0.2-2.dsc
 774cf8879919ce0e3d176fe285ef7170 1627 perl optional 
gosa-perl_0.2-2.debian.tar.gz
 ed99a90a773ae4eee760868ee24e5a70 18110 perl optional libgosa-perl_0.2-2_all.deb

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

iQIcBAEBCAAGBQJN62tNAAoJEN/3OMLRbPuinbwP/R6igBDQrC0QYuUYFkS/cgrf
MynjHWnYVf8vj7ZU8JjhvLs/sovkcDoomvQuG3JmEUiqISSFkrWaZYZl8yX5ZL/1
y8oBshd03d0xirvF1j6xQfKJavTl2/yhbzx8QRHOsYruZ+VUBq96byTDQYtnimMN
K+5yZ+JFwNggAvzZPYe+GKBLBkFM6sV2IAehEVR9Tv0NjNrHVS+2YSlL2J5IlaGT
NcDyiVI0lQJFZN0nV92P9qVzDL+MTeYMqX6BHOaXOOK2OIaOk2iUKQOUGC8Z6+TU
ms7ELAjNS8HizMI9tiPuLNQQgiqAsfFYstKV4gaDRV5mvyJY7CavQFeDiElQ07sH
YiK9SBu5cRREvruLDcHxLvuwjVggao9A5vy83ykkTabpXA/z3TyI/LH0Oe1JxUPl
tXcooEnKJznO30F2Nvn3WMtHbvXUYb0OODnQq3a4Quc/mQ9/MvtD8dTnpuMRURuS
q0BrV/Xyw/9WSo33mC6b7c3E+ACy8Mky5yeBP/zLXFci3HRN5E62aWF5ZYCEtCMu
hnzh19Peka2nVTX/O/7fZIKsQ2aJzX7jn37CLV4EJyr4nn7aSCkINhg8TTYFlcZ8
VX2Z981kkl+hdtKvGYPjceolHRVE+CUBvX9gnQ4mVT6yN+Xe90tVezcC6dsC0BvZ
RIMQP7rsanSP/dS+mtaA
=LVem
-END PGP SIGNATURE-


Accepted:
gosa-perl_0.2-2.debian.tar.gz
  to main/g/gosa-perl/gosa-perl_0.2-2.debian.tar.gz
gosa-perl_0.2-2.dsc
  to main/g/gosa-perl/gosa-perl_0.2-2.dsc
libgosa-perl_0.2-2_all.deb
  to main/g/gosa-perl/libgosa-perl_0.2-2_all.deb


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



Accepted md5deep 3.9.1-1 (source amd64)

2011-06-05 Thread Julien Valroff
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 03 Jun 2011 08:07:40 +0200
Source: md5deep
Binary: md5deep
Architecture: source amd64
Version: 3.9.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Forensics forensics-de...@lists.alioth.debian.org
Changed-By: Julien Valroff jul...@debian.org
Description: 
 md5deep- Recursively compute hashsums or piecewise hashings
Closes: 539420 626014
Changes: 
 md5deep (3.9.1-1) unstable; urgency=low
 .
   * Team upload.
 .
   [ Christophe Monniez ]
   * Merging upstream version 3.9 (Closes: #626014)
 .
   [ Julien Valroff ]
   * New upstream release 3.9.1
   * Switch to 3.0 (quilt) package source format
   * Use dh-autoreconf (Closes: #539420)
   * Bump debhelper compat to 8
   * Bump Standards-Version to 3.9.2 (no changes needed)
Checksums-Sha1: 
 8ca67044cfcaef3f3ff4af9cf6f0ec34d4329324 1865 md5deep_3.9.1-1.dsc
 4cee07ef4fc14d0920130e1009cba2be4627ae0d 262645 md5deep_3.9.1.orig.tar.gz
 fe0dc425c4361bbd9edeb972cd812722cfc8979e 4242 md5deep_3.9.1-1.debian.tar.gz
 1b51fd0056e0c3da76c2319c32cf2282576886a2 191314 md5deep_3.9.1-1_amd64.deb
Checksums-Sha256: 
 773141b29f09b0192677f558216eb6f93e628c42c06722c20beb09ba83f683e8 1865 
md5deep_3.9.1-1.dsc
 b0f3be713f8bcf9c01cfa6deb18df737d08e8ddfc3f8d8e7f4a4463fd4c89be8 262645 
md5deep_3.9.1.orig.tar.gz
 6121097ff3ae92673591e22d785f984ebf17e29e90a58a4d6fd6efc1f9cf7f49 4242 
md5deep_3.9.1-1.debian.tar.gz
 6e86e54f08b28d267719a1758168b6c120977bc6d2a42c3520329546ece772ae 191314 
md5deep_3.9.1-1_amd64.deb
Files: 
 982473729ef08137023b2b044feb5312 1865 utils optional md5deep_3.9.1-1.dsc
 6c56126f09a324d5047b947d54b5ad65 262645 utils optional 
md5deep_3.9.1.orig.tar.gz
 9684d6a51d0a77114de7b89cb34814bb 4242 utils optional 
md5deep_3.9.1-1.debian.tar.gz
 acbcebb40a3690c928e0aa2f0e6eec84 191314 utils optional 
md5deep_3.9.1-1_amd64.deb

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

iQIcBAEBCAAGBQJN62kdAAoJEIWf72cljiaxCp0P/A/elXGCGjrJX83Tm5a/e3VH
qQcQKCUZgK2QQl8XhV2SyZ/P4OYEpyJ5btXfwOYIUH5L+7A5xlwepsAB92QujaB9
ZsqIyWPVSNm7Oopq7C89D8HYVnh8YOh/u9OjDtQkOH9U4RJ0kAZMkkhPlksu9nTD
t85kB/d7Qic2/jf9pPL6YP14uFmfYbt1/4ABiiNj/99wyaV5Ms47MUxW3IudWpbb
HJHHRgi7xxJxdEv8/9eKg232L+F5L/wURTdTE6lIYAVtBaBr7QX6DTN3aDDPzRoI
Xb5X0d5cyE3a5rCq35of8z2GVXnfmGaf2LJo54UCNq91tEqmoleSihr8pA2cmDJx
FjW2kj62UU39dPVq7fnCYSWURB+UCWeiI4uvVLkDf7LVq6tWATLYeRwLhbTFl5ID
jet5+YRp4wEYWXJTAbqA1a+VePEyI3muEk7ogIt234eqZEP3C2HK080RUiWk9px5
JQ4madUUD1QFGJpAnPCn+uoWoKgZ5068QYljkJrCJP96aJ3Ll/P4oU3lkQjJt8Rv
kykKnHSyV151HvfDYgMJYIRBt7Nw6Wld05P1XDYaDBhGdfI8sUtjMXuZ266G/SIm
2dCv8A0eVfSLn+VBEs9xxUOcG0/WFA5nZZvoNc1dDpdmeNXVQXuFqYyA40qxPHkS
2SYMJ4U/ymM7/MQ42EdX
=8p8H
-END PGP SIGNATURE-


Accepted:
md5deep_3.9.1-1.debian.tar.gz
  to main/m/md5deep/md5deep_3.9.1-1.debian.tar.gz
md5deep_3.9.1-1.dsc
  to main/m/md5deep/md5deep_3.9.1-1.dsc
md5deep_3.9.1-1_amd64.deb
  to main/m/md5deep/md5deep_3.9.1-1_amd64.deb
md5deep_3.9.1.orig.tar.gz
  to main/m/md5deep/md5deep_3.9.1.orig.tar.gz


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



Accepted mono-addins 0.6.1-1 (source all)

2011-06-05 Thread Iain Lane
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 05 Jun 2011 11:38:36 +0100
Source: mono-addins
Binary: libmono-addins0.2-cil libmono-addins-cil-dev libmono-addins-gui0.2-cil 
libmono-addins-gui-cil-dev libmono-addins-msbuild0.2-cil 
libmono-addins-msbuild-cil-dev mono-addins-utils
Architecture: source all
Version: 0.6.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian CLI Libraries Team 
pkg-cli-libs-t...@lists.alioth.debian.org
Changed-By: Iain Lane la...@debian.org
Description: 
 libmono-addins-cil-dev - addin framework for extensible CLI 
applications/libraries
 libmono-addins-gui-cil-dev - GTK# frontend library for Mono.Addins
 libmono-addins-gui0.2-cil - GTK# frontend library for Mono.Addins
 libmono-addins-msbuild-cil-dev - MSBuild task library for Mono.Addins
 libmono-addins-msbuild0.2-cil - MSBuild task library for Mono.Addins
 libmono-addins0.2-cil - addin framework for extensible CLI 
applications/libraries
 mono-addins-utils - Command-line utility for Mono.Addins management
Closes: 629152
Changes: 
 mono-addins (0.6.1-1) unstable; urgency=low
 .
   * [bdc09da] Imported Upstream version 0.6.1
 + Correctly initialises adidnInfoInstalled in the addin manager (Closes:
   #629152)
   * [2832c45] Remove obsolete fix_addin_scan patch from tree
   * [297aae5] Remove portion of fix_mono-addins-msbuild.pc.patch applied 
upstream
   * [3d60321] Standards-Version → 3.9.2, no changes required
   * [e6c491d] Remove libmono BD
Checksums-Sha1: 
 978044b3536696d2f6d6405b43f81e9837af12d9 2270 mono-addins_0.6.1-1.dsc
 2e13998a42c49a45d74d15eb364d73d1935f0bae 345641 mono-addins_0.6.1.orig.tar.bz2
 bb12591bf6bcb88db931bfc53110b085d0693937 8628 mono-addins_0.6.1-1.debian.tar.gz
 30f96e44472e5190738501cee96fefef1905f1b6 256782 
libmono-addins0.2-cil_0.6.1-1_all.deb
 97d68cd00a5d630c565fd73ca1db811a5c24f7dd 7066 
libmono-addins-cil-dev_0.6.1-1_all.deb
 4457baf457b30c7ae763a3d17c839f0352fe2eb7 77818 
libmono-addins-gui0.2-cil_0.6.1-1_all.deb
 6dd7aa6f0b19efbed9a1fbd971769cfd34a1a75b 7004 
libmono-addins-gui-cil-dev_0.6.1-1_all.deb
 cdc70a428f8fc00be239d9473734c975c26d2e90 11546 
libmono-addins-msbuild0.2-cil_0.6.1-1_all.deb
 4346f2535647bea1c8a1aae4d1126b92052f8fca 6968 
libmono-addins-msbuild-cil-dev_0.6.1-1_all.deb
 c2355c474d93c9e969ae3c7a97d6c1a5ca706420 10990 
mono-addins-utils_0.6.1-1_all.deb
Checksums-Sha256: 
 1b328ebb3ee39ecdd74ae0af3d46d27426764aa9f989dbee09028325ddafef31 2270 
mono-addins_0.6.1-1.dsc
 8010d9c0b98e8f878c2e30e336385dbc0e8cfed3fb74119bfbb6700db17a3d8f 345641 
mono-addins_0.6.1.orig.tar.bz2
 14ca78878b4c3824b20e66e7dfcbfae3b9b9c5df3fa9ee9aa9248fea8d7eb216 8628 
mono-addins_0.6.1-1.debian.tar.gz
 77a2813450a886100b0e73cf710d79c3050e86f1b76f919cb14abb1f178dda2f 256782 
libmono-addins0.2-cil_0.6.1-1_all.deb
 4ba57b0629d1e5bf2c56c4cc26c58d1a19106f048544282e16d030ab8409a494 7066 
libmono-addins-cil-dev_0.6.1-1_all.deb
 b2f2b4f8917b5e53252ae29163b9a7002ff1fde173ffbefa882ac5c3eda217ac 77818 
libmono-addins-gui0.2-cil_0.6.1-1_all.deb
 d1689f3a2c944af9d937ef503b340dbe66713523a38e755ec2458e307c017557 7004 
libmono-addins-gui-cil-dev_0.6.1-1_all.deb
 d6856a1426b09fc5ddf1814338098972a8d86c98743ac62ba0a4f13085cda3a0 11546 
libmono-addins-msbuild0.2-cil_0.6.1-1_all.deb
 36ed5e67f483a6d3f75d6ab00adb70e89f79cb6a7b49e2d2bd0ee23758226a55 6968 
libmono-addins-msbuild-cil-dev_0.6.1-1_all.deb
 7196c454c3306d0519b1583b26f9f3f6ec7245b41f9d72f9d66fbc1016e248ee 10990 
mono-addins-utils_0.6.1-1_all.deb
Files: 
 e2b7ddace66481967aa08de03ad934d7 2270 cli-mono optional mono-addins_0.6.1-1.dsc
 3694b8845690e8959ffa1254be7f3c7a 345641 cli-mono optional 
mono-addins_0.6.1.orig.tar.bz2
 0d06f1b73f4ac4d7983217ef269ba4d7 8628 cli-mono optional 
mono-addins_0.6.1-1.debian.tar.gz
 9d2b9283cfe349c2b74dbcd5e66e43f1 256782 cli-mono optional 
libmono-addins0.2-cil_0.6.1-1_all.deb
 c097bc3a74a9e49f1b4b6594f47fef25 7066 cli-mono optional 
libmono-addins-cil-dev_0.6.1-1_all.deb
 448dbfff18f0e1513c580a73f6d40e5a 77818 cli-mono optional 
libmono-addins-gui0.2-cil_0.6.1-1_all.deb
 4f9cd9166fc65f32846bfefe76b2c265 7004 cli-mono optional 
libmono-addins-gui-cil-dev_0.6.1-1_all.deb
 4659d1e725ae84546b422d9f4b81ee8a 11546 cli-mono optional 
libmono-addins-msbuild0.2-cil_0.6.1-1_all.deb
 3104772ce3827ec7f3e1bc8998b1ae9f 6968 cli-mono optional 
libmono-addins-msbuild-cil-dev_0.6.1-1_all.deb
 c2b0691e8396c819ac9532d84644312c 10990 cli-mono optional 
mono-addins-utils_0.6.1-1_all.deb

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

iQIcBAEBCAAGBQJN62fFAAoJEONS1cUcUEHUJHEQAKRO3Ljm8GUBBuMnuEEmUCjl
RGHpyMiXVkbQHhlEyKnDrF4PsypACtvXg6zGvk70K8vdYTDPvSwz1hMAv4BiFWw6
h4g2mu6HkQSyBeS7Ux2/VDk7sJd76EdqFI/rjWWze/jkhbt2438yBWm6Y20Lhd1w
AuwOCA/u4e1YYKJ3B4vEuBL611TQY6KNbvmHeM9QmpSasd0I2+KeIyrOeWDzz/8f
1TZBvlmMCzrdreiZlQYgRwkX8uqnqeqWimlT2KjpvEDaI6+IL8ueJOIneD2pBPxZ
NHnfPqtsA30hW76vEPt1Y6PKTH7OJa7dgeM9q/0ielCZNqiaZ/othzVF75hXgPI4
v9jkXPHGGUabnnzx4/5JZ7k+MzLUAjasMikV3MI61qZStlV51gijGa5DJJx+8Yw2

Accepted tryton-client 2.0.1-1 (source all)

2011-06-05 Thread Mathias Behrle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 05 Jun 2011 13:17:08 +0200
Source: tryton-client
Binary: tryton-client
Architecture: source all
Version: 2.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Tryton Maintainers try...@lists.debian-maintainers.org
Changed-By: Mathias Behrle mathi...@m9s.biz
Description: 
 tryton-client - Tryton Application Platform (Client)
Changes: 
 tryton-client (2.0.1-1) unstable; urgency=low
 .
   * Merging upstream version 2.0.1.
Checksums-Sha1: 
 fa8fbe04f5c7e509eb5efb3e10f265a6de8f6a60 2013 tryton-client_2.0.1-1.dsc
 7fd2648747aa06826946ef78736341fbc99ae8dd 610533 tryton-client_2.0.1.orig.tar.gz
 3b13ffd5e1093f9c4958107e133c4b4950c50cfa 5519 
tryton-client_2.0.1-1.debian.tar.gz
 1f2721a82855137ebfc7382f4f98e1a8ef0ee514 465866 tryton-client_2.0.1-1_all.deb
Checksums-Sha256: 
 25620dc248d456237fdb855614db7ec5f5c3a86f5e573f18f8ef00d80aca1ceb 2013 
tryton-client_2.0.1-1.dsc
 e36a78570464bb25e6df2a764272d130c44ad772bb7fe0088fd17af8e2c10954 610533 
tryton-client_2.0.1.orig.tar.gz
 0a2ebd5d0bdf66635366a3620de0ccd7f287243e3ae935c93eeb3ba1c5c17461 5519 
tryton-client_2.0.1-1.debian.tar.gz
 9e0a1df60d89ecc4d0c5587cf0b5d7700f276bb6757ab60645805ad59404b79d 465866 
tryton-client_2.0.1-1_all.deb
Files: 
 a7192d971a322f123e204fd080ef9ecd 2013 python optional tryton-client_2.0.1-1.dsc
 04a8d0e978651e4a5bba3b351cbf9fdd 610533 python optional 
tryton-client_2.0.1.orig.tar.gz
 f0ff0bc09d651c78c5d47d99099e62d5 5519 python optional 
tryton-client_2.0.1-1.debian.tar.gz
 fe6d2401f042fa4fdcfda1ce9ff36d1a 465866 python optional 
tryton-client_2.0.1-1_all.deb

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

iQIcBAEBCAAGBQJN62dQAAoJENbQm+SEBbv2UXIP/jW93UZcBx2qlHVrerXkESrd
K26qPllKKRpgWSWEwKbrDCDr8rhx1Zdfag/MC4dCEmXgCfF+f/5fP8GKCjuE/Msq
215pIfTEPpdT8DNgjnqFiS5sQZmQ61QEsIp5gl1QrcMrc+QGJbOFD0sQ9s8OKD6W
NvOSMt0aZ4RNX9TYScf+pZhb9tlbfBCmdKpwLxgrVpED4EzRRBXacL96EdihJnAs
BpDy/VGgNtnTxAufGjdlab+AhKsBnkbLVevqIWeSDaSnv3aXV0aJ80GpJkZ7p/Yx
uYJVWWAsXWYE+HiyQh01wwqufTT1uE3YKzDjAa24aXmu6H/gYJtWj3kkiAhPmeSk
Y0XzXpBta1d71rRGjg5vx1UMk1G1G1lPfPLuHj5JTGQchAiagsZt45G06+e46VGm
typCIgzKRiuY+Ea9mU2dRSTQTC83cnKeyYDcMt+mMcYnRGw9hWefPw44wDUhQrCP
jby17/RoBpeWocs/wzR2LViFT2Hgpse7sp/Ef2ko+/pcjP+O+AWYHv2YcBDoRylq
GbVIkVQwY3xoQVhYyz4jYNgXUgJnehOrT+lXJ/XpwvJ8nP4VlS2m4PaMizJzKR7U
KKW2LAi2JQ9ffh0VZXJ0+Zd3Y1sPX8OeLRzYG9HTHbMrkKGTmCE0qozyf7bEae0+
DKYw9RKsxCzZDqm/atl9
=gHml
-END PGP SIGNATURE-


Accepted:
tryton-client_2.0.1-1.debian.tar.gz
  to main/t/tryton-client/tryton-client_2.0.1-1.debian.tar.gz
tryton-client_2.0.1-1.dsc
  to main/t/tryton-client/tryton-client_2.0.1-1.dsc
tryton-client_2.0.1-1_all.deb
  to main/t/tryton-client/tryton-client_2.0.1-1_all.deb
tryton-client_2.0.1.orig.tar.gz
  to main/t/tryton-client/tryton-client_2.0.1.orig.tar.gz


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



Accepted tryton-modules-account 2.0.1-1 (source all)

2011-06-05 Thread Mathias Behrle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 05 Jun 2011 13:18:12 +0200
Source: tryton-modules-account
Binary: tryton-modules-account
Architecture: source all
Version: 2.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Tryton Maintainers try...@lists.debian-maintainers.org
Changed-By: Mathias Behrle mathi...@m9s.biz
Description: 
 tryton-modules-account - Tryton Application Platform (Financial and Accounting 
Module)
Changes: 
 tryton-modules-account (2.0.1-1) unstable; urgency=low
 .
   * Merging upstream version 2.0.1.
Checksums-Sha1: 
 93057f03063944fdad761ddb43be3c4f8360d3a8 2103 
tryton-modules-account_2.0.1-1.dsc
 303e2651cd2f66bcb4a07aeda1bee6c16655b3f0 205599 
tryton-modules-account_2.0.1.orig.tar.gz
 159304a8a3c0d5a102b5f5e82ddf4e0b9eadfa0d 3343 
tryton-modules-account_2.0.1-1.debian.tar.gz
 35922df8c0060681136981e9fe6e1030134cf58d 194192 
tryton-modules-account_2.0.1-1_all.deb
Checksums-Sha256: 
 59c7710b231ad7ffc22d09b57797be7d89e6f05145e0ab1fb57deb543efa3545 2103 
tryton-modules-account_2.0.1-1.dsc
 2f16e18710692c7eda7dadf7278f2fdaddec0d1d2a2bedd7eb3d2e80bbc53c64 205599 
tryton-modules-account_2.0.1.orig.tar.gz
 59e5ef37f4d4fca486d45e8738f6ee2f2eca359dcd664624815694284c6fa926 3343 
tryton-modules-account_2.0.1-1.debian.tar.gz
 98e5ce3bd64c06272fb14185c4a9195a8c82348cb84a943441fae9613c1e87ad 194192 
tryton-modules-account_2.0.1-1_all.deb
Files: 
 33a02142698914d3ce19a4d4c756a316 2103 python optional 
tryton-modules-account_2.0.1-1.dsc
 39387b3d7b9a2663f5e84b3076f282d4 205599 python optional 
tryton-modules-account_2.0.1.orig.tar.gz
 3f27af23c2d451a295a1b10d3df3ad03 3343 python optional 
tryton-modules-account_2.0.1-1.debian.tar.gz
 fae4bade0235b1a6929bc54fbae8cacb 194192 python optional 
tryton-modules-account_2.0.1-1_all.deb

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

iQIcBAEBCAAGBQJN62dbAAoJENbQm+SEBbv2b10P/isUyx3Mh/NfuhImfbn7ETMC
/POOgd3kGnruzo12VNs2d51CWKiwrYRVlsI9z/2sBySO64UInq/XMx6YylxV78gB
OxIkl4W5GlMv1dXy8KncWULSYbx2v0jUAayrrj+XmppwcQ9OoWIDUWPceLW4DeB1
/6XVLAjSfkOrS5TiyPEw+y65SBDz00aNj+ixDtYljwzulW7hT56/YY4c+gJJ1Cvs
o/7AZyUws+oS0h2Td9jJ/noONtykKQB8ctIeRTCRAixAUNM4lLEFq664neQCoEg0
tqWQFyKuICocpUQXiuLhJSru9vhXJ7rI1G9HqeZX1RLUqcpDzR83+tmZok1hIPcg
12D2LlVOE0ZMw6dwn8Jb+rLVqstoKMt06SR/lzU7DrPuFc/UxT2Zde6CwJG82sUB
Djh8NMu0cn0MGZ2wEeTdfdhNscF02ENmBSw1vC4VbRpGRj3sqBTJQt22f+h40HOW
5pCLyKegpm2rmtTcOeq6dVymTNiCVRGETUdHVPeFcigvMhhuUrvvlimHy7t9JnGj
tLCwMBtqlVsUQgIoliQNVh0a/fQA9iHeDTmk9Ym9pnIr3axcWKS6n8cHlJzRfzqt
9oalw9JlzgBwr4rcptOTJPhkgxA1rcNiQea8C6NBKosn8qjox/XEU4ibwr+V7VM7
s+pVsulLoOYzgonXp0Ou
=kdYm
-END PGP SIGNATURE-


Accepted:
tryton-modules-account_2.0.1-1.debian.tar.gz
  to main/t/tryton-modules-account/tryton-modules-account_2.0.1-1.debian.tar.gz
tryton-modules-account_2.0.1-1.dsc
  to main/t/tryton-modules-account/tryton-modules-account_2.0.1-1.dsc
tryton-modules-account_2.0.1-1_all.deb
  to main/t/tryton-modules-account/tryton-modules-account_2.0.1-1_all.deb
tryton-modules-account_2.0.1.orig.tar.gz
  to main/t/tryton-modules-account/tryton-modules-account_2.0.1.orig.tar.gz


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



Accepted tryton-modules-product-cost-fifo 2.0.1-1 (source all)

2011-06-05 Thread Mathias Behrle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 05 Jun 2011 13:18:27 +0200
Source: tryton-modules-product-cost-fifo
Binary: tryton-modules-product-cost-fifo
Architecture: source all
Version: 2.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Tryton Maintainers try...@lists.debian-maintainers.org
Changed-By: Mathias Behrle mathi...@m9s.biz
Description: 
 tryton-modules-product-cost-fifo - Tryton Application Platform (Product Cost 
FIFO Module)
Changes: 
 tryton-modules-product-cost-fifo (2.0.1-1) unstable; urgency=low
 .
   * Merging upstream version 2.0.1.
Checksums-Sha1: 
 af80f210db37f72d7c0e752c79f005244623fe99 2200 
tryton-modules-product-cost-fifo_2.0.1-1.dsc
 9c48f88c5c80e9323556fd46c854a7ff3e8b517b 19958 
tryton-modules-product-cost-fifo_2.0.1.orig.tar.gz
 d9102f22fe74b477e10e6d0dc8afddd30a408dc2 2760 
tryton-modules-product-cost-fifo_2.0.1-1.debian.tar.gz
 d82108dfec3e5a4725c6c329534f84025c6225b7 9002 
tryton-modules-product-cost-fifo_2.0.1-1_all.deb
Checksums-Sha256: 
 9e19c9b66bca569790076a87f92f837b9098248279e675b6df17ab48f685d771 2200 
tryton-modules-product-cost-fifo_2.0.1-1.dsc
 f91fa3b1e7391b565ef8b7c14968657a03164794b2f745596452886629caa6d9 19958 
tryton-modules-product-cost-fifo_2.0.1.orig.tar.gz
 2327e2334f640d4530e07fd817b3c1dc00824b4e526a96c96f5f686eea06c166 2760 
tryton-modules-product-cost-fifo_2.0.1-1.debian.tar.gz
 216b92498321d2d463098f77d6d81da07050e0f8084a1179068186c6b0b7c8bb 9002 
tryton-modules-product-cost-fifo_2.0.1-1_all.deb
Files: 
 8463ae9ec3c50c58f7dfcae73d8cfd7f 2200 python optional 
tryton-modules-product-cost-fifo_2.0.1-1.dsc
 f0aec3d66c41845dce009dfd3db63414 19958 python optional 
tryton-modules-product-cost-fifo_2.0.1.orig.tar.gz
 d8c027ef2ca0842520e0c0a4817e48d4 2760 python optional 
tryton-modules-product-cost-fifo_2.0.1-1.debian.tar.gz
 1678bdc48818d5bbd2d53bef51579c28 9002 python optional 
tryton-modules-product-cost-fifo_2.0.1-1_all.deb

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

iQIcBAEBCAAGBQJN62dlAAoJENbQm+SEBbv2ASkP/1YWQnMiAYwAUeDMN73vG/p4
tiL7e5Xxd+d6dwhZsFQ8usteLxyDBM1vd3OwPUDIvzrc19tcHMkIA9x6dbiAstDx
2BLSiqvyQNh+H6SCuM9JQ9v1M8LE4xzrxydI6rl3X+1Y62yPuIq4ULE5hDvd4rlL
vuLXcUB24iK984DSwuRJUgyRZ2QfhzhBEZrR9wsr7np/f5uI2EnbFXnXJ02ihwKc
+9PE/ph+UO8qDUhD7QcspxHVEz1cIN5YgwbZVnuRdWFoC/QLgIc9O4YwaY2Br/5h
GmNL39c+SDWk0O+UsLJ1a998oReJmJoQ/JdL8GadFE1AseSjS73EoylqZRSAbfe8
a6gDnD1OqDyxdlZl515j8Yxz3rgwe+xCZAX/KOoUFyna88bfpnxhTD8/bB4pflB3
H7fa7w2ypGbe3LIsoaH9kZCl+eCdYz7M4vaufXjmK1/BM4ewq+t8jF6UNQYNfMww
dWlpUqJb7HC/9a0U3XQA2c3ya2BTZKMfqg993wJ60jItS/BylLuBzFNJLkMxyxQz
b11Uw23eP3kDDsYHHRpqqha/LZ9ejk1uF3iixpuvhMUXnYvnuE5rcuLk0O+lwUhB
aRv1+sUIkKNDn2fTX2ScdizgZd5EMFxv/12YT9yCjGHKuSvgcdjJLt87Ux6jJmZz
OR1Cw2RzSdw3QjfgTE+b
=0JSi
-END PGP SIGNATURE-


Accepted:
tryton-modules-product-cost-fifo_2.0.1-1.debian.tar.gz
  to 
main/t/tryton-modules-product-cost-fifo/tryton-modules-product-cost-fifo_2.0.1-1.debian.tar.gz
tryton-modules-product-cost-fifo_2.0.1-1.dsc
  to 
main/t/tryton-modules-product-cost-fifo/tryton-modules-product-cost-fifo_2.0.1-1.dsc
tryton-modules-product-cost-fifo_2.0.1-1_all.deb
  to 
main/t/tryton-modules-product-cost-fifo/tryton-modules-product-cost-fifo_2.0.1-1_all.deb
tryton-modules-product-cost-fifo_2.0.1.orig.tar.gz
  to 
main/t/tryton-modules-product-cost-fifo/tryton-modules-product-cost-fifo_2.0.1.orig.tar.gz


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



Accepted tryton-modules-purchase 2.0.1-1 (source all)

2011-06-05 Thread Mathias Behrle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 05 Jun 2011 13:18:52 +0200
Source: tryton-modules-purchase
Binary: tryton-modules-purchase
Architecture: source all
Version: 2.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Tryton Maintainers try...@lists.debian-maintainers.org
Changed-By: Mathias Behrle mathi...@m9s.biz
Description: 
 tryton-modules-purchase - Tryton Application Platform (Purchase Module)
Changes: 
 tryton-modules-purchase (2.0.1-1) unstable; urgency=low
 .
   * Merging upstream version 2.0.1.
Checksums-Sha1: 
 69f0b77642ea0e24fc2b993ce3abace944be430d 2110 
tryton-modules-purchase_2.0.1-1.dsc
 d7d797be859c6aae78f04ee4fdf33a7a8d404185 59347 
tryton-modules-purchase_2.0.1.orig.tar.gz
 ea531a5baaed27d8f8bcabc0977f7a388841a596 3250 
tryton-modules-purchase_2.0.1-1.debian.tar.gz
 03eb4cec3f28fbc097c2b6abdfe2a0190422aca3 49184 
tryton-modules-purchase_2.0.1-1_all.deb
Checksums-Sha256: 
 163324c560cc40f05e8a21a91c314a09b89252df84e70231c54e65384d0bf73c 2110 
tryton-modules-purchase_2.0.1-1.dsc
 5c08000ec248e348a019ae7162ac07b5b468c354571c217af4e1091f497028df 59347 
tryton-modules-purchase_2.0.1.orig.tar.gz
 26ba728b7515334c97a054506605a168c187ccd017d5f36c7efc0c680604727f 3250 
tryton-modules-purchase_2.0.1-1.debian.tar.gz
 e93a3404ca79dfae30550f62b3dd9aec66cd18049fbdb661efe51f1f815615a8 49184 
tryton-modules-purchase_2.0.1-1_all.deb
Files: 
 f6922db7508017387581862ddde06dd5 2110 python optional 
tryton-modules-purchase_2.0.1-1.dsc
 66915c7cc2a10c345dc30bc6426958e7 59347 python optional 
tryton-modules-purchase_2.0.1.orig.tar.gz
 d0256bb56fa5a2156a50f0f75c6e42a9 3250 python optional 
tryton-modules-purchase_2.0.1-1.debian.tar.gz
 853d1cf2e1c33308d4c11a4568a5b4f3 49184 python optional 
tryton-modules-purchase_2.0.1-1_all.deb

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

iQIcBAEBCAAGBQJN62dvAAoJENbQm+SEBbv2vKUP/3ds3h9duN2426U1M0Fz0uzr
NdQlV2LFu0aMBLuRURPnUXu7XQb/D+tDURCkYPyxlOrfA7Nc5JM1/57k7MzoDmr8
o514yavuH129hpYYxh7W8QyTEaYpo1/+njOA73seZfW+7Q/5NJRfwz1IL5PlF9tg
W0w9dQvI5nT70TFeyFiUpDIGIUwSGpyDEKiNmp/EV7FbP8Oh5mwwY46ACqG3tNg2
O1/Q6pxAEqhzfV8xeGYpz6YPmmeCnUjIdr2uJSXCDLmEXbrVWGw+SjTV+pgSp1a4
J96/597UE9DCeRkrv0UoBnK6hnlVZ7kCAGTlFVIvEny2JejBbTIShdkz95l7oOdD
r9zTHcGAZkPWf9sAWDlK7H56d7z/AV0Q24b+mO64b0uB16reB0StSYbCe+v71mde
nypr8rHmkboHC+clPvztKT8yHn23ffwBeghIGWnMuAznC9+arbG0SvwttOvCqoUQ
Ny18X7rp4RAurdbGhJgVNODQvxjvhhvFO4m0+PH9E2P3aruCG9BGKINz+EOz0Lip
a2EgA8V5shoq8pnXnnnoMkit3ODdqSKWxhXciPguanICtiDMdQ5av18ryqwdeJc4
1WQeSXd0++1dl5I+L011whhmv4yrkdSDrUF6MlcyMJ0AGD476BkIQvibJRUcuz2C
Qi+9MQrdD/hS/ruBPy2F
=Ycog
-END PGP SIGNATURE-


Accepted:
tryton-modules-purchase_2.0.1-1.debian.tar.gz
  to 
main/t/tryton-modules-purchase/tryton-modules-purchase_2.0.1-1.debian.tar.gz
tryton-modules-purchase_2.0.1-1.dsc
  to main/t/tryton-modules-purchase/tryton-modules-purchase_2.0.1-1.dsc
tryton-modules-purchase_2.0.1-1_all.deb
  to main/t/tryton-modules-purchase/tryton-modules-purchase_2.0.1-1_all.deb
tryton-modules-purchase_2.0.1.orig.tar.gz
  to main/t/tryton-modules-purchase/tryton-modules-purchase_2.0.1.orig.tar.gz


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



Accepted tryton-modules-sale 2.0.1-1 (source all)

2011-06-05 Thread Mathias Behrle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 05 Jun 2011 13:19:09 +0200
Source: tryton-modules-sale
Binary: tryton-modules-sale
Architecture: source all
Version: 2.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Tryton Maintainers try...@lists.debian-maintainers.org
Changed-By: Mathias Behrle mathi...@m9s.biz
Description: 
 tryton-modules-sale - Tryton Application Platform (Sale Module)
Changes: 
 tryton-modules-sale (2.0.1-1) unstable; urgency=low
 .
   * Merging upstream version 2.0.1.
Checksums-Sha1: 
 ee8d6b9649dea45d6d9657f8afd586730fc5b6cd 2070 tryton-modules-sale_2.0.1-1.dsc
 6803f6fbfae421bd841a1602da999abd346ca92d 58989 
tryton-modules-sale_2.0.1.orig.tar.gz
 3f4b7c324823ef7541ba621dca775ca90adbfbe0 3266 
tryton-modules-sale_2.0.1-1.debian.tar.gz
 a744add5577e4c8398563138ca59ec8c69cb4ddb 50178 
tryton-modules-sale_2.0.1-1_all.deb
Checksums-Sha256: 
 128845503d31bb7d9a9411c95bf8a5cbed9ccc557d20d35c87b694908def596e 2070 
tryton-modules-sale_2.0.1-1.dsc
 8ba8f35341705defd887134cd31a2cbdf38c99ce06d14b9c486e2b5082e883ec 58989 
tryton-modules-sale_2.0.1.orig.tar.gz
 18b1bf2f8a43a6c370b887b7b616129d6e2f5f75b00333c61ea03cbfebdc751e 3266 
tryton-modules-sale_2.0.1-1.debian.tar.gz
 07f165f24399db30e9fb9c7a3153187b1b30ba46b5dc32b44b07e16cad37c612 50178 
tryton-modules-sale_2.0.1-1_all.deb
Files: 
 94f097e5e3afd9ee493178ebaa929750 2070 python optional 
tryton-modules-sale_2.0.1-1.dsc
 c3a3291d80c08fb0494f25b78c9aa597 58989 python optional 
tryton-modules-sale_2.0.1.orig.tar.gz
 d8861d83e1feab8cfe7a23a301419168 3266 python optional 
tryton-modules-sale_2.0.1-1.debian.tar.gz
 fd339ca243047af4e735c3f87f874925 50178 python optional 
tryton-modules-sale_2.0.1-1_all.deb

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

iQIcBAEBCAAGBQJN62d5AAoJENbQm+SEBbv2lDoP/3iNo4fcn77veUnd/RsHXu13
/OO/fBlu7bKBBkOpoFrOMkwVRK3cujfzXqQoUurI9QSFCCvBalUqnE9K9aExO3bu
wAgG0wIrE/wlsHPdkZG/4bXklMdWQQDRy/vjSnjcdar/W0gFleYIqe4iz/YpQJP5
k1qhxKnYA0LeOD6wuZJTefUqxbJjVQdwTeqtVi2kKm37z3tqROg3hG+Z+BjXMlhe
lyn4EydhlP6SchcgVfEAhSk4KnB5qJOKovjcqe1Khln44ORccFDuqu4TLKbLDJ87
ERr/2Vb4TmymEYaGE6h0qOGtTkUmDP/vzUZTcTCTNmWO1+zr02ZdnYlpNU8gbseZ
O7L61hX7q1FPzn1GbTSzaGT1Bw5+vm9gVRChAnmB17j+rfwqGoP7XRrH4JUjKkGJ
so02v+7nlj3JwiCgnZDfy+26z+hQaEphoJnxCFDWHN6Ck9N8Xd1461fSevlshGN2
TM1+JhSKEv/GlX5rj5ZSpHLcabwowN9jHJqTg2BCjasHpeLqh80BWjRaqsn4PNDm
zDOpOjXWJyMN0mo/Eqw0wZtTGH6LV3VZjoU3U8xCYKOALRyg04fqtR2jgVPAgzL5
5boZTx28TtBdmCkJkEX0wBntw/rxf8eZ/SiwnnBSBJTB9itZQA8xjnx22129tjp7
QupSBvkDdIVxZ5oEcK9/
=SLR9
-END PGP SIGNATURE-


Accepted:
tryton-modules-sale_2.0.1-1.debian.tar.gz
  to main/t/tryton-modules-sale/tryton-modules-sale_2.0.1-1.debian.tar.gz
tryton-modules-sale_2.0.1-1.dsc
  to main/t/tryton-modules-sale/tryton-modules-sale_2.0.1-1.dsc
tryton-modules-sale_2.0.1-1_all.deb
  to main/t/tryton-modules-sale/tryton-modules-sale_2.0.1-1_all.deb
tryton-modules-sale_2.0.1.orig.tar.gz
  to main/t/tryton-modules-sale/tryton-modules-sale_2.0.1.orig.tar.gz


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



Accepted tryton-modules-stock 2.0.1-1 (source all)

2011-06-05 Thread Mathias Behrle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 05 Jun 2011 13:19:24 +0200
Source: tryton-modules-stock
Binary: tryton-modules-stock
Architecture: source all
Version: 2.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Tryton Maintainers try...@lists.debian-maintainers.org
Changed-By: Mathias Behrle mathi...@m9s.biz
Description: 
 tryton-modules-stock - Tryton Application Platform (Stock Module)
Changes: 
 tryton-modules-stock (2.0.1-1) unstable; urgency=low
 .
   * Merging upstream version 2.0.1.
Checksums-Sha1: 
 f7210c71955e33d882f914e9cb428239a6bfa687 2083 tryton-modules-stock_2.0.1-1.dsc
 8180fec04fa0f672c7c488f780b4711679f64998 143311 
tryton-modules-stock_2.0.1.orig.tar.gz
 96eb0e2a97e81f81c4fd29791a63378bec307a2d 3217 
tryton-modules-stock_2.0.1-1.debian.tar.gz
 0475104441cfa15ebdb81fdef08a3575e6f8853c 129136 
tryton-modules-stock_2.0.1-1_all.deb
Checksums-Sha256: 
 e77257070cf9675ad33d3c599e663be61032e0951731e00096161a93bd0ab656 2083 
tryton-modules-stock_2.0.1-1.dsc
 e797cce57cd74c72e17319911fbc24adb9ac75c05cb39decbc21fc7b7ae98e79 143311 
tryton-modules-stock_2.0.1.orig.tar.gz
 ac2596315ad313948f972c9900f09e98b168855c17cc233ca9fc2527e4ac6762 3217 
tryton-modules-stock_2.0.1-1.debian.tar.gz
 994c2d429e0a20e18c7b636e20bcf8cb06995f969776d4d44b63af534eee5627 129136 
tryton-modules-stock_2.0.1-1_all.deb
Files: 
 21ce2bbc1c15169ac5e86f57cf42e1a0 2083 python optional 
tryton-modules-stock_2.0.1-1.dsc
 a983410f007b13d6f102e926c25d67ea 143311 python optional 
tryton-modules-stock_2.0.1.orig.tar.gz
 ab8e08e93e1f21d6aa9dc125215d469f 3217 python optional 
tryton-modules-stock_2.0.1-1.debian.tar.gz
 99a17739d5314c72764b8ea319edeb6d 129136 python optional 
tryton-modules-stock_2.0.1-1_all.deb

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

iQIcBAEBCAAGBQJN62eEAAoJENbQm+SEBbv2q6YQAKBKH0xScVVeCKHcX8ASXfdp
IaA+u+N0ghlEV4TGMQyQbKSaQZRaAqJIaCUHGevJA4IwSPw8hlFQXmPLg+qht+QV
0fbMadElgk515wMasAJgeEHJ7V8IC3RPzkMjakU5wLMtBLwDCaM94n7hmiH5p95F
harUgRuox6M7mBJ7/wAC+xCW5huSzO6nisHWpvqKOoUYIyz9Jt9wuLOOHq4ApkRE
cnyKP8jS/lVsQA/9Q8Rt4mN7IFDYtDK2Ev82CswJwcRgDQCkg8iOWuMpdwtX2hKY
hPJ6ewHMBw0SMYZgdHleFq3NprRJgpS6x3nlzb0iBLaGXyS0uFVviCKlwrNitwXc
Tc1v4Jjj7Oa2x6G6JpamY2ZSQz+CDPansqC2V1KniO0z6gUA+J+ROlYvjJ1a33Qw
1p1YKZshcbVsRBo3N8MtOenYU5MyZ99z2xpOinUbu48kxdrboVS/fLsfAwao/y8Z
/+5V4iEmfI3Nwa2g55rSgArrn2vHtsqnXp0QKpgNDUI0WJon1aQn7YvfKDzL/rBD
+kVy1sZZMydeZcxclAfbVVtKxJpz2kInS/TBCYqTf/ehWmUzkE+B8EuyV0AJWNfr
2j+ciQr669T9ab29ie6wo5uCllD944EMx1xVOl1YKAs2q3U0FN76aZHVRlTtAizi
fjXJt0XEnHs9K9JSD4PF
=DPbr
-END PGP SIGNATURE-


Accepted:
tryton-modules-stock_2.0.1-1.debian.tar.gz
  to main/t/tryton-modules-stock/tryton-modules-stock_2.0.1-1.debian.tar.gz
tryton-modules-stock_2.0.1-1.dsc
  to main/t/tryton-modules-stock/tryton-modules-stock_2.0.1-1.dsc
tryton-modules-stock_2.0.1-1_all.deb
  to main/t/tryton-modules-stock/tryton-modules-stock_2.0.1-1_all.deb
tryton-modules-stock_2.0.1.orig.tar.gz
  to main/t/tryton-modules-stock/tryton-modules-stock_2.0.1.orig.tar.gz


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



Accepted tryton-server 2.0.1-1 (source all)

2011-06-05 Thread Mathias Behrle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 05 Jun 2011 13:19:44 +0200
Source: tryton-server
Binary: tryton-server
Architecture: source all
Version: 2.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Tryton Maintainers try...@lists.debian-maintainers.org
Changed-By: Mathias Behrle mathi...@m9s.biz
Description: 
 tryton-server - Tryton Application Platform (Server)
Changes: 
 tryton-server (2.0.1-1) unstable; urgency=low
 .
   * Merging upstream version 2.0.1.
Checksums-Sha1: 
 b2177d5436a93197e2bd1c67e826ac830b5c74e4 2013 tryton-server_2.0.1-1.dsc
 f12211e5d7ff9dc4cd8972db458876c34f0b8e53 387990 tryton-server_2.0.1.orig.tar.gz
 e622e0aa87ddf15e16ac1b727473e5ef0df736b9 8302 
tryton-server_2.0.1-1.debian.tar.gz
 aaf2d774f31bb82ce3c07fef5893ca20b1f45760 359654 tryton-server_2.0.1-1_all.deb
Checksums-Sha256: 
 8af885dd916e4ace4fdfaf3a6252e8fe68fbf079d1dfd18d03807aa67706b342 2013 
tryton-server_2.0.1-1.dsc
 07116de1e3a9171216df7a8d60329cb2cdaf4459f22a9710119cc31e2f37cc9c 387990 
tryton-server_2.0.1.orig.tar.gz
 75dac0606f768e3c2582f6cad32363aa67f76881427eb4ecd3db7ac792f8b69f 8302 
tryton-server_2.0.1-1.debian.tar.gz
 ea53280c2742588475681271cf13b831ff4938749ff338c07dac8dab6bb82330 359654 
tryton-server_2.0.1-1_all.deb
Files: 
 d3fadc98bf1aef82118c37ceaf6102a4 2013 python optional tryton-server_2.0.1-1.dsc
 5803d6d3e3395cc8d1a2162377212059 387990 python optional 
tryton-server_2.0.1.orig.tar.gz
 644d4d7b4c7954fa9a69cd27c70ce0ff 8302 python optional 
tryton-server_2.0.1-1.debian.tar.gz
 79ebcb87bb7ad3d1d700de34062a3eea 359654 python optional 
tryton-server_2.0.1-1_all.deb

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

iQIcBAEBCAAGBQJN62eSAAoJENbQm+SEBbv2X1cP/1k8i7M228ekfaGqzDjYRBra
Ur5BbU3bycFznongqSx22BbP4cPUynve4v5t/rIHng0k1twqXd9a4Tc6YKqhWqFM
Ywn3uV4XpmPaiRAKrDNlBYOL2bWyv2119IqIG/k4k1kiSI/71eYTAjijpwgPvjbm
cFH9m2U1VwWvhjZYwtxolJUltkouj7QZqdHSel67FBfZDI9gkDEQ5rAOcnldsQkG
dLVXzkjAThfv2WzXwdJcgM0S06FhzfYXvkdIMkF54bsTkYS/LJ0D/aRaen8+I/sm
khkXuNr1EmHZExCcmiVU43K5Nlw81zmgPeD4t3rOiRPsxVNZ9ytIlsZKh9M76SYI
TB5kaa2NHBbykevRF4OyzzkjR2LE4uUONyNtj+1ovmPsLFb/cT7dhF5P713OxQI/
SPvz/2rx5HthKfi4klf302ldio+PKucDNKNfgdnV5MZ5gKxWOk6TTILPH9Y6DpY+
33leyYEAmHTtdJ/ZicyJf6vq6mDHfXuzVja2X3Ozp5x1TGVxT5pvdDP/XLPle4ri
CkKAUt/eO/6HeDcD4PSkTZSMkM/+fyrcP8L96VakLAk272nnZytQLCUqjQxBEnHf
FdgeTFChO4UnFAiKhMpoHSzE/X7PlHJ8np6NS1lVjyAuEHMaNnJZKSkc9x+FrlfY
hpLRn4wULKbM/R3HNNX+
=g6+p
-END PGP SIGNATURE-


Accepted:
tryton-server_2.0.1-1.debian.tar.gz
  to main/t/tryton-server/tryton-server_2.0.1-1.debian.tar.gz
tryton-server_2.0.1-1.dsc
  to main/t/tryton-server/tryton-server_2.0.1-1.dsc
tryton-server_2.0.1-1_all.deb
  to main/t/tryton-server/tryton-server_2.0.1-1_all.deb
tryton-server_2.0.1.orig.tar.gz
  to main/t/tryton-server/tryton-server_2.0.1.orig.tar.gz


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



Accepted cpuburn 1.4a-2 (source amd64)

2011-06-05 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 04 Jun 2011 19:15:53 +0200
Source: cpuburn
Binary: cpuburn cpuburn-udeb
Architecture: source amd64
Version: 1.4a-2
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 cpuburn- Collection of programs to put heavy load on CPU
 cpuburn-udeb - perform CPU stress test (burn in) - expert use only (udeb)
Closes: 604661 627247
Changes: 
 cpuburn (1.4a-2) unstable; urgency=low
 .
   * Add support for armhf (closes: #627247).
   * Improve arm an x86 manpages, based on work from Ben Wong (closes:
 #604661).
   * Bump Standards-Version to 3.9.2 (no changes).
Checksums-Sha1: 
 6cbd3cd7bbb897f5c6419ec0885b0c6a8186865f 1038 cpuburn_1.4a-2.dsc
 c678d1d909a61e22afead75968d1381dac5c6231 18801 cpuburn_1.4a-2.debian.tar.gz
 ec656f9811719c34665cb8570f0c39dad46efb3e 16226 cpuburn_1.4a-2_amd64.deb
 548ca0c0c8196dea3a6bf27add39bf9109f1c66d 7740 cpuburn-udeb_1.4a-2_amd64.udeb
Checksums-Sha256: 
 e096276d8d0c03008682b2638d5d43f03461fa55ac873b1360dbd91a010eee8f 1038 
cpuburn_1.4a-2.dsc
 a8f44c9af59984b86e08869fe6f733c64d65e8ca60d66bd6d1d048184355c967 18801 
cpuburn_1.4a-2.debian.tar.gz
 8a31068bda143ec754d334cdcb0bf9a951d91aee8f7425addcbbdbc8023bc13d 16226 
cpuburn_1.4a-2_amd64.deb
 4b1e15ffd3ea50e3b6a70e5ad2a8466607a858054c9c6f1b0caf3dd442705dec 7740 
cpuburn-udeb_1.4a-2_amd64.udeb
Files: 
 2d58ea451da0bf7a34fd9c0c78e67a07 1038 misc extra cpuburn_1.4a-2.dsc
 8a759a0acfd7c911c26a49b7ca91936b 18801 misc extra cpuburn_1.4a-2.debian.tar.gz
 d025ecc995347ada70c5dda4f135c636 16226 misc extra cpuburn_1.4a-2_amd64.deb
 66360b2262518567b9e46b3675d6ba29 7740 debian-installer optional 
cpuburn-udeb_1.4a-2_amd64.udeb
Package-Type: udeb

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

iD8DBQFN6nPKw3ao2vG823MRAre8AJ4y3zMBxll5cFVAvjI2TT8hx6UkxgCfQGf3
whDlXzn3AMMbjKW/OW/fWCk=
=zFo1
-END PGP SIGNATURE-


Accepted:
cpuburn-udeb_1.4a-2_amd64.udeb
  to main/c/cpuburn/cpuburn-udeb_1.4a-2_amd64.udeb
cpuburn_1.4a-2.debian.tar.gz
  to main/c/cpuburn/cpuburn_1.4a-2.debian.tar.gz
cpuburn_1.4a-2.dsc
  to main/c/cpuburn/cpuburn_1.4a-2.dsc
cpuburn_1.4a-2_amd64.deb
  to main/c/cpuburn/cpuburn_1.4a-2_amd64.deb


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



Accepted librdf-linkeddata-perl 0.20-3 (source all)

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

Format: 1.8
Date: Sun, 05 Jun 2011 14:05:10 +0200
Source: librdf-linkeddata-perl
Binary: librdf-linkeddata-perl
Architecture: source all
Version: 0.20-3
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 librdf-linkeddata-perl - Linked Data server implementation
Changes: 
 librdf-linkeddata-perl (0.20-3) unstable; urgency=low
 .
   * Suppress development releases in watch file.
   * Update copyright file:
 + Quote license names in License field comments.
Checksums-Sha1: 
 7982873b11a059bde006467389f2713fcd3fb326 2421 librdf-linkeddata-perl_0.20-3.dsc
 a6ae843b6d5b658d153863c9c04677fdcd8ea244 3374 
librdf-linkeddata-perl_0.20-3.debian.tar.gz
 dbaa732422a908e8ee24cf016fd5bd8685a43359 30206 
librdf-linkeddata-perl_0.20-3_all.deb
Checksums-Sha256: 
 5b940351c54d815845708e618c67eb43625f460fbbfaa8685010262d0f895281 2421 
librdf-linkeddata-perl_0.20-3.dsc
 74b397ea3463d0848ede34e93a31a655116d606d1fba65a915e6af056ec3abdd 3374 
librdf-linkeddata-perl_0.20-3.debian.tar.gz
 6de25b1a5616e2f349e5590a721030281f43f82cb77f5872f4b00c47f2f4fc5e 30206 
librdf-linkeddata-perl_0.20-3_all.deb
Files: 
 27f9a5088599d7b4ca07c9a831cd59ae 2421 perl optional 
librdf-linkeddata-perl_0.20-3.dsc
 492b11d2deacdb3adf21c72f1523b9e0 3374 perl optional 
librdf-linkeddata-perl_0.20-3.debian.tar.gz
 b10b8eb660f3321ac3de8b17e1b21189 30206 perl optional 
librdf-linkeddata-perl_0.20-3_all.deb

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

iQIcBAEBCgAGBQJN63GQAAoJECx8MUbBoAEhMJ0P/1x8Jd289LpY0a4eUibJ5FwH
OcbMFcKeYiWg40LYpbeOMx4/jTOnY/4TyM6V416hCnofq837uGwf976icP5Q2a5D
rvg2FM1yPOLAyZvVa4vi32BruEhxNIBjTC97M8lxtS9P+x8HF+LWQcHAXqkc0MBL
6nC8WxjWFfctp9uVA4WKLncjN0P7ZKQu7QyLxW/vLHeRgC6TukfzfVFrNEem/GFn
8i8CVkMZMMAisZYMcWq0ahYmBbO8wcaz10ZGEGK94uYP1P3zhL2xGhEz+uMG9I92
V9QVepUb2ezB/pcoT/fIQYSUGgeomXA7czFAmje4r40xFGgRoy5pBr96/RvCrc79
SL2XpNUGKHCqi7nx4383Nafi4sUvyWSrooeAcc2mvblwTaY9/DPGjo2mZk0cTBfs
PVwNEpupKcgGUfa3vLgsL1JIXKPq47N5h9C33StSmBMQ+orhTdSWI2RIrDDa0a4N
NhBdJaHcoRpILu/yXNvy4yQE56C/rPJ71jrfaicq+ncPn55v97EVeT8fcimCADR0
7ou5Z4X6eDqc+VXf6PaXxVJD26w7YvRL1pO5zQFm5Ei+cSNgYtyjewHfbE+FkPRS
5pyOgEwy5IdgWQt+7cAuHgPibgQNWZ7cGlxd8ZzJxTk1Pz8duhUDlFjLXLAd9Udf
Vh9SgVmGi/+cdLfUNOWx
=7NU4
-END PGP SIGNATURE-


Accepted:
librdf-linkeddata-perl_0.20-3.debian.tar.gz
  to 
main/libr/librdf-linkeddata-perl/librdf-linkeddata-perl_0.20-3.debian.tar.gz
librdf-linkeddata-perl_0.20-3.dsc
  to main/libr/librdf-linkeddata-perl/librdf-linkeddata-perl_0.20-3.dsc
librdf-linkeddata-perl_0.20-3_all.deb
  to main/libr/librdf-linkeddata-perl/librdf-linkeddata-perl_0.20-3_all.deb


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



Accepted sieve-extension 0.1.12-1 (source all)

2011-06-05 Thread Fladischer Michael
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 05 Jun 2011 08:23:02 +0200
Source: sieve-extension
Binary: xul-ext-sieve
Architecture: source all
Version: 0.1.12-1
Distribution: unstable
Urgency: low
Maintainer: Debian Mozilla Extension Maintainers 
pkg-mozext-maintain...@lists.alioth.debian.org
Changed-By: Fladischer Michael fladischermich...@fladi.at
Description: 
 xul-ext-sieve - Extension that implements the ManageSieve protocol
Changes: 
 sieve-extension (0.1.12-1) unstable; urgency=low
 .
   * New upstream release.
   * Bumped Standards-Version to 3.9.2 (no change necessary).
Checksums-Sha1: 
 9a1b5182dcfc0df842bb3d5c0dafaa36ab3107d8 2007 sieve-extension_0.1.12-1.dsc
 d50d701c0eff15560bba7380e905052ad93e47d6 157379 
sieve-extension_0.1.12.orig.tar.bz2
 71c03e65732a9e7e72ac2fdd4df6d4d64ab7b002 2113 
sieve-extension_0.1.12-1.debian.tar.gz
 ab2103285eb0ae4497efc815f0c6bd1adb138112 158322 xul-ext-sieve_0.1.12-1_all.deb
Checksums-Sha256: 
 68ea9584f2458c9aa5178636331952b0c78d579394932a5929f60fac43ea265e 2007 
sieve-extension_0.1.12-1.dsc
 8df972f65b649aed42da19c3a02ad29f060cdf19bb2763373d7461e5716a514f 157379 
sieve-extension_0.1.12.orig.tar.bz2
 5d083cafec3db2073c36e26ffbf2a4bfbcc89787ed164f37bce28b4062ed9408 2113 
sieve-extension_0.1.12-1.debian.tar.gz
 472f78bc28c4f4558f96f7dff77d26dd04dea080a97ca896a36981ac9bfd41a1 158322 
xul-ext-sieve_0.1.12-1_all.deb
Files: 
 1ddf8c6f5674ee6b3289c0acb5e0ebcf 2007 mail optional 
sieve-extension_0.1.12-1.dsc
 d9e88e3415777da6cc4f1cc8974866ac 157379 mail optional 
sieve-extension_0.1.12.orig.tar.bz2
 5aed5d257dfe3fd1a667358112aba0fc 2113 mail optional 
sieve-extension_0.1.12-1.debian.tar.gz
 4b3f73137d22d7afa6a857f308cf45fd 158322 mail optional 
xul-ext-sieve_0.1.12-1_all.deb

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

iQIcBAEBCgAGBQJN63XcAAoJEBWetcTvyHdM6f4QAIBnjFxiXgNy87Gu1KaQDraK
TZ3Q9SFu8geDoG86huigJ6NyxwAshIPUqRVclz5WKw3pBQ+o4+pWmS0Osf+88Ig4
BI+NK2G/P9r/Cn/ux3EzrIKqb2cup7zwkouI2whHhvrxRgw+kU9hss1Clu6hSqCk
K0oPDlbWY+C/PioYfmZeLUmstGfaHXTzWldHdFvNPnkDAjbljs4cxyCbG7D96kAs
UOl4+xI00zGvbZYGOzqeCYQ0pqaLdwptt4h6lxXAYQa148dl7G2l2NM74D38tx9C
0RQ46yxvYfdET58RYxDaMI0Fws9Wx1g347Xw8fPo2BQvQGeH4n5UjoS0GFjr0sAh
cc9ojIl35Au079rkHvQTD8chcJyE0R/+ofyrSod+QY7erXKN3ohr8jLmzTJRTMXU
YkGcqXFyzjpxdgvp0nY6fGle5awmUrDreEUVqBD0RIPGYAhQAQz9EpFZ0Ztu5ZUo
02Ff55xz9X5tYIjioaQnOoDZlqrzA8J5QHJDi1tNoXZajY3MwexLAr5jtig8h1EV
yrP96FjuINUryX2Cz16eX/KS9WdzSMQGPXBbc567zbGTQG266p5GgEucjeUc/ewA
uz8rJ3t8eEPCKwmKagYr8aCNpeLBW9lHMMJD8TZTzsEDPgwEmqeRA4OtDUgp7cu+
GM+41GKnkOFEoruvVYyM
=SR2G
-END PGP SIGNATURE-


Accepted:
sieve-extension_0.1.12-1.debian.tar.gz
  to main/s/sieve-extension/sieve-extension_0.1.12-1.debian.tar.gz
sieve-extension_0.1.12-1.dsc
  to main/s/sieve-extension/sieve-extension_0.1.12-1.dsc
sieve-extension_0.1.12.orig.tar.bz2
  to main/s/sieve-extension/sieve-extension_0.1.12.orig.tar.bz2
xul-ext-sieve_0.1.12-1_all.deb
  to main/s/sieve-extension/xul-ext-sieve_0.1.12-1_all.deb


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



Accepted indicator-session 0.2.17-1 (source amd64)

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

Format: 1.8
Date: Sun, 05 Jun 2011 13:28:54 +0200
Source: indicator-session
Binary: indicator-session
Architecture: source amd64
Version: 0.2.17-1
Distribution: unstable
Urgency: low
Maintainer: The Ayatana Packagers pkg-ayatana-de...@lists.alioth.debian.org
Changed-By: Evgeni Golov evg...@debian.org
Description: 
 indicator-session - indicator showing session management, status and user 
switching
Changes: 
 indicator-session (0.2.17-1) unstable; urgency=low
 .
   * Merge new upstream release from Ubuntu.
   * Standards-Version: 3.9.2
Checksums-Sha1: 
 cd8f90a65a502a215a0f45ecea20463529545c3f 1541 indicator-session_0.2.17-1.dsc
 874d1495c90d6c47dbd0f10e90d60f8982b8f3de 476611 
indicator-session_0.2.17.orig.tar.gz
 cf8930adc164b0f065622ae35ca57dbf5e74f009 7149 
indicator-session_0.2.17-1.diff.gz
 3cad61f4ebc7a8ed25ed15b69bd85d6e8d4595e3 127880 
indicator-session_0.2.17-1_amd64.deb
Checksums-Sha256: 
 c3fa895c78ea35ffafb35f229fc23882cec9f3830cb644db874a9623eee5ec85 1541 
indicator-session_0.2.17-1.dsc
 ced04ad4c040471e83365ce26159a4a93521f57049c06128b7910f864ca2edfe 476611 
indicator-session_0.2.17.orig.tar.gz
 c0d4fa2ac3cb95d89a6441bc2267cd3729a243e79ea1a407923be18bdd820048 7149 
indicator-session_0.2.17-1.diff.gz
 0f8ddbba66d3ad1293d23f0500538b6e278b0aa7e3cabaf5e1d4838bb8060c96 127880 
indicator-session_0.2.17-1_amd64.deb
Files: 
 dbe5bef6c021348481fa0914db24aa3a 1541 gnome optional 
indicator-session_0.2.17-1.dsc
 412a13b5716724af859756c4893a1c46 476611 gnome optional 
indicator-session_0.2.17.orig.tar.gz
 19c15e94e32cd67758a0120b85519d13 7149 gnome optional 
indicator-session_0.2.17-1.diff.gz
 101b90bcc1c67ab1ce5613d8b6879d2b 127880 gnome optional 
indicator-session_0.2.17-1_amd64.deb

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

iEYEARECAAYFAk3reVMACgkQJKAUGKwVtQwvrQCbB0m25m6RxvxrJbQuPwmG5xAi
piYAnjSfoL7hDZHa0oJdJ52lo7rGk3e2
=ph+D
-END PGP SIGNATURE-


Accepted:
indicator-session_0.2.17-1.diff.gz
  to main/i/indicator-session/indicator-session_0.2.17-1.diff.gz
indicator-session_0.2.17-1.dsc
  to main/i/indicator-session/indicator-session_0.2.17-1.dsc
indicator-session_0.2.17-1_amd64.deb
  to main/i/indicator-session/indicator-session_0.2.17-1_amd64.deb
indicator-session_0.2.17.orig.tar.gz
  to main/i/indicator-session/indicator-session_0.2.17.orig.tar.gz


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



Accepted openldap 2.4.25-1.1 (source amd64)

2011-06-05 Thread Thijs Kinkhorst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 31 May 2011 11:57:29 +0200
Source: openldap
Binary: slapd slapd-smbk5pwd ldap-utils libldap-2.4-2 libldap-2.4-2-dbg 
libldap2-dev slapd-dbg
Architecture: source amd64
Version: 2.4.25-1.1
Distribution: unstable
Urgency: low
Maintainer: Debian OpenLDAP Maintainers 
pkg-openldap-de...@lists.alioth.debian.org
Changed-By: Thijs Kinkhorst th...@debian.org
Description: 
 ldap-utils - OpenLDAP utilities
 libldap-2.4-2 - OpenLDAP libraries
 libldap-2.4-2-dbg - Debugging information for OpenLDAP libraries
 libldap2-dev - OpenLDAP development libraries
 slapd  - OpenLDAP server (slapd)
 slapd-dbg  - Debugging information for the OpenLDAP server (slapd)
 slapd-smbk5pwd - Keeps Samba and Kerberos passwords in sync within slapd.
Closes: 596343
Changes: 
 openldap (2.4.25-1.1) unstable; urgency=low
 .
   * Non-maintainer upload to fix RC bug.
   * Fix dpkg-reconfigure slapd. Closes: #596343
Checksums-Sha1: 
 696c0de3273604c33a29642f5c445048a9f968fb 2163 openldap_2.4.25-1.1.dsc
 ee8a081468e9cf1e8cfdce40ece007b54d523062 157721 openldap_2.4.25-1.1.diff.gz
 a3af7c6643d77d797d817f9372786d8eaeb5b88c 1611338 slapd_2.4.25-1.1_amd64.deb
 752905e31313de99858db82eb7a2a2185dd4b553 58310 
slapd-smbk5pwd_2.4.25-1.1_amd64.deb
 c964e50d35a3ea7666b594ca403b8d573fccf1ed 299154 ldap-utils_2.4.25-1.1_amd64.deb
 97effa6f322d180a7a44a12e9e762b39b1d736af 219208 
libldap-2.4-2_2.4.25-1.1_amd64.deb
 02c2725604b3459e6925fa0682a3a7560d3b6568 340286 
libldap-2.4-2-dbg_2.4.25-1.1_amd64.deb
 e33f7a2b7ab1fd1f3c9cf40e362874bbf3835a3c 972684 
libldap2-dev_2.4.25-1.1_amd64.deb
 f8fad33df924e5b88f39efde5de6521f85673f47 4184974 slapd-dbg_2.4.25-1.1_amd64.deb
Checksums-Sha256: 
 3e247c61892fa753100cebf484c13abb373b183514a0b637f1ca5e9c07c8f025 2163 
openldap_2.4.25-1.1.dsc
 8ca092cd4e823feba184d35dd8b969eddaa199ffd0cc4aa1cce0b5ad2a387ac2 157721 
openldap_2.4.25-1.1.diff.gz
 34f86fe81c36588c5174528584bf020a8423bb64c972b747be56433651a90f43 1611338 
slapd_2.4.25-1.1_amd64.deb
 2217712b9cdedab6e469560e1adddb0d9af76ddb60652182235026734bfa598a 58310 
slapd-smbk5pwd_2.4.25-1.1_amd64.deb
 5d10b9375cef2608f6031a803c0905e74a153e6c9781100936362372cb2b 299154 
ldap-utils_2.4.25-1.1_amd64.deb
 1b5a56e8aa6257e3ad2eba760df7baf2f9e35c40bfd233a7d688527bcb61e9b8 219208 
libldap-2.4-2_2.4.25-1.1_amd64.deb
 73318b04b1aae810b8ef841bb11f0106885361cc087a6555f573991ba19484e2 340286 
libldap-2.4-2-dbg_2.4.25-1.1_amd64.deb
 01906574f9fa2e845cf514508d6d416674c02dec9b0e1dbf35da14a137a56f32 972684 
libldap2-dev_2.4.25-1.1_amd64.deb
 0af0422524a03c087b46293c04f6116555ee0156201a464b636b2fc50c4833c7 4184974 
slapd-dbg_2.4.25-1.1_amd64.deb
Files: 
 f5faafadfcb1db66e37c18d9c30ae5ff 2163 net optional openldap_2.4.25-1.1.dsc
 48d318c13c6135bf57050a3fc55e4509 157721 net optional 
openldap_2.4.25-1.1.diff.gz
 9f75aa8ca94c901e1be78b00d59470df 1611338 net optional 
slapd_2.4.25-1.1_amd64.deb
 f570e2f751fef76cadb0e5eb274e1377 58310 net extra 
slapd-smbk5pwd_2.4.25-1.1_amd64.deb
 ac1b7c5ec3170c03e039fbf00f39d973 299154 net optional 
ldap-utils_2.4.25-1.1_amd64.deb
 f29b38cdced79ca3d8a75fee2974f6e5 219208 libs standard 
libldap-2.4-2_2.4.25-1.1_amd64.deb
 1a33e49e9fb3c9693a614f76b10ba7bf 340286 debug extra 
libldap-2.4-2-dbg_2.4.25-1.1_amd64.deb
 74be0c31ee5703d24e84d0cd1704d369 972684 libdevel extra 
libldap2-dev_2.4.25-1.1_amd64.deb
 557f378b1ae8ac5a22ed71b6e577a0fa 4184974 debug extra 
slapd-dbg_2.4.25-1.1_amd64.deb

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

iQEcBAEBAgAGBQJN5Nm8AAoJEOxfUAG2iX57UOIIAJNUt0dq8BDS1vhgeF+SoNvi
w04pDLvGvNinDd/ETibzYTc2AZdkjof9PPc5olCSYsJk6n9RD8ApPYdTkzD4ZL+Y
FOYKhfP7JuGdnsntNcAdUVe5Tm9UBXMXpex5XjAY0a5L8nZUQAuyBHlVLc26rASl
6fqDbdsm/HRkoec5zrWEaZ9/NNSWxhXtB1lHl+nY0ZhpA3yXUKkILHSoDOYLYJ1W
RnCL6Gh3xQ9BO2/qfqIfJyFFw55Svel2kaWK6CtM/vhn5fJsC5G3dMRCuOClFp0y
ps8765BC8SlEB5t7BKFd65tR0pKYLPOiHUD8ZvVGyvxY1mcbeAR/rfMa+0j7C5g=
=wl6R
-END PGP SIGNATURE-


Accepted:
ldap-utils_2.4.25-1.1_amd64.deb
  to main/o/openldap/ldap-utils_2.4.25-1.1_amd64.deb
libldap-2.4-2-dbg_2.4.25-1.1_amd64.deb
  to main/o/openldap/libldap-2.4-2-dbg_2.4.25-1.1_amd64.deb
libldap-2.4-2_2.4.25-1.1_amd64.deb
  to main/o/openldap/libldap-2.4-2_2.4.25-1.1_amd64.deb
libldap2-dev_2.4.25-1.1_amd64.deb
  to main/o/openldap/libldap2-dev_2.4.25-1.1_amd64.deb
openldap_2.4.25-1.1.diff.gz
  to main/o/openldap/openldap_2.4.25-1.1.diff.gz
openldap_2.4.25-1.1.dsc
  to main/o/openldap/openldap_2.4.25-1.1.dsc
slapd-dbg_2.4.25-1.1_amd64.deb
  to main/o/openldap/slapd-dbg_2.4.25-1.1_amd64.deb
slapd-smbk5pwd_2.4.25-1.1_amd64.deb
  to main/o/openldap/slapd-smbk5pwd_2.4.25-1.1_amd64.deb
slapd_2.4.25-1.1_amd64.deb
  to main/o/openldap/slapd_2.4.25-1.1_amd64.deb


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



Accepted bzr-git 0.6.0+bzr1270-1 (source all)

2011-06-05 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 05 Jun 2011 14:24:08 +0200
Source: bzr-git
Binary: bzr-git
Architecture: source all
Version: 0.6.0+bzr1270-1
Distribution: unstable
Urgency: low
Maintainer: Debian Bazaar Maintainers pkg-bazaar-ma...@lists.alioth.debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 bzr-git- Bazaar plugin providing Git integration
Changes: 
 bzr-git (0.6.0+bzr1270-1) unstable; urgency=low
 .
   * New upstream snapshot.
Checksums-Sha1: 
 6533c76218066ada8217cb25e84a56faad636fef 1444 bzr-git_0.6.0+bzr1270-1.dsc
 0fd83fcce0d3b21ca40f8d258fbdf22268a753d2 95601 
bzr-git_0.6.0+bzr1270.orig.tar.gz
 70114753a2ec0f4874f698f6b63896e3ab7f9810 3455 
bzr-git_0.6.0+bzr1270-1.debian.tar.gz
 c73715c0ba5ca5c45350aa960b4316588754999b 90568 bzr-git_0.6.0+bzr1270-1_all.deb
Checksums-Sha256: 
 69528986e7ece7d1c1d80d3fc1b0488805c1e5dda4cf67c301bf9dbbb202cce3 1444 
bzr-git_0.6.0+bzr1270-1.dsc
 ad1d855c2d8baf26383a74e1c0bbacd7268f61fbfb5b017bbce756f19daa936c 95601 
bzr-git_0.6.0+bzr1270.orig.tar.gz
 5dde4a9ffe631243ef00ac2b1ce9cce4d078e1e54361ea4388263c27fed9a25c 3455 
bzr-git_0.6.0+bzr1270-1.debian.tar.gz
 90b6369d3f0f269711eb98b2bc63be8e9dd2985862fedf1ffd32d0df4fb8dbbb 90568 
bzr-git_0.6.0+bzr1270-1_all.deb
Files: 
 1efcd35aa69d3b6038210b23c935c26d 1444 vcs optional bzr-git_0.6.0+bzr1270-1.dsc
 78149a6a273b46556f37998f130c3301 95601 vcs optional 
bzr-git_0.6.0+bzr1270.orig.tar.gz
 445575c3dd7cf1025b613a49a3dd7356 3455 vcs optional 
bzr-git_0.6.0+bzr1270-1.debian.tar.gz
 29f633383cde7493e4feae16dd667d1e 90568 vcs optional 
bzr-git_0.6.0+bzr1270-1_all.deb

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

iEYEARECAAYFAk3rdigACgkQPa9Uoh7vUnYCCwCdGSY58t+vDgrS0yfT2VmjAs9H
+1AAnjjo3rThuoNCCCBaVESOKum9pafL
=WOhc
-END PGP SIGNATURE-


Accepted:
bzr-git_0.6.0+bzr1270-1.debian.tar.gz
  to main/b/bzr-git/bzr-git_0.6.0+bzr1270-1.debian.tar.gz
bzr-git_0.6.0+bzr1270-1.dsc
  to main/b/bzr-git/bzr-git_0.6.0+bzr1270-1.dsc
bzr-git_0.6.0+bzr1270-1_all.deb
  to main/b/bzr-git/bzr-git_0.6.0+bzr1270-1_all.deb
bzr-git_0.6.0+bzr1270.orig.tar.gz
  to main/b/bzr-git/bzr-git_0.6.0+bzr1270.orig.tar.gz


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



Accepted chasen 2.4.4-14 (source i386)

2011-06-05 Thread Hideki Yamane
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 05 Jun 2011 21:45:55 +0900
Source: chasen
Binary: libchasen-dev libchasen2 chasen chasen-dictutils
Architecture: source i386
Version: 2.4.4-14
Distribution: unstable
Urgency: low
Maintainer: NOKUBI Takatsugu k...@daionet.gr.jp
Changed-By: Hideki Yamane henr...@debian.org
Description: 
 chasen - Japanese Morphological Analysis System
 chasen-dictutils - Japanese Morphological Analysis System - utilities for 
dictionary
 libchasen-dev - Japanese Morphological Analysis System (libraries and headers)
 libchasen2 - Japanese Morphological Analysis System (shared libraries)
Changes: 
 chasen (2.4.4-14) unstable; urgency=low
 .
   * debian/libchasen2.symbols.{ia64,sh4,powerpcspe,sparc}
 - add these files to avoid build failure in those architectures.
Checksums-Sha1: 
 60c27c37092ae6b706eec1040bc72ff4937dfdc1 1752 chasen_2.4.4-14.dsc
 4bbcc69d69adf2ed03255da62f26faa0211cfa52 8778 chasen_2.4.4-14.diff.gz
 fd9b5601e7e748dad40120ac286e0bdd3fb5ad04 56904 libchasen-dev_2.4.4-14_i386.deb
 164488f292ffc91c28a03da4986d91b095b66103 55090 libchasen2_2.4.4-14_i386.deb
 932cfcfc9e058a4adef7caa6b6573e5cbc3bf4a3 461180 chasen_2.4.4-14_i386.deb
 2c59fd5a60e52ee66780dea450341870a29cc071 24900 
chasen-dictutils_2.4.4-14_i386.deb
Checksums-Sha256: 
 e51ae9fd1054caa737c1404fc499d7a41442e8883180411ea6804b28ed5de30e 1752 
chasen_2.4.4-14.dsc
 e9bb1addb1366b7dac0b361902d5ed4ba0adc8366120786cfe1951a33d7db45b 8778 
chasen_2.4.4-14.diff.gz
 9a20da5c05b07f1877fd5d6312eaa9ee16588a232e812bd0676836cf0b8f66a2 56904 
libchasen-dev_2.4.4-14_i386.deb
 4d07101c8396d30d4bc18e674a00d1aefdf4a7d42e580355565636a5ed95ccbc 55090 
libchasen2_2.4.4-14_i386.deb
 28cd580b883a5c83eb6f5bdfa7d257db1fd1833017223227d7c5f68e3123fd7d 461180 
chasen_2.4.4-14_i386.deb
 565733c315ce0eaeb522f78c28c7525bc59fe5b2211529a0d7cd86b822c57a3a 24900 
chasen-dictutils_2.4.4-14_i386.deb
Files: 
 23a38a9c2c1c815884feb6ab7b90dd54 1752 misc optional chasen_2.4.4-14.dsc
 5e78b35bc608ccde53e2279879272cd4 8778 misc optional chasen_2.4.4-14.diff.gz
 e0f0f63d573be91f5690bbfe9cc88fbc 56904 libdevel optional 
libchasen-dev_2.4.4-14_i386.deb
 3c1e8d072b0b084b51f6187db63490c5 55090 libs optional 
libchasen2_2.4.4-14_i386.deb
 da3a05aaa17d0d7e53eb39c46877dd48 461180 misc optional chasen_2.4.4-14_i386.deb
 6b48bbd26de57e4d43d398e8a39fd6a2 24900 misc optional 
chasen-dictutils_2.4.4-14_i386.deb

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

iQIcBAEBCgAGBQJN630DAAoJEF0yjQgqqrFAHe4P/jeGXervnBOlONhCBB3LpgGV
ekbt3ONNGDgazpw7ktxQkiVsvary1/OqJw9TQ3o3/7W5Zf2VuS+k0Ri2DYhgfXxo
WwaPdNDfxdfQYEg3REQyMSUSDyV3RX+zSdT7dxfkDTTnttRDz0rSVMWrugFjeeEC
kO9CoDinX7vzGyZh5TCr74ptsIjaxx/T1hdAQIzdkLaRHUqRkHz10Q5wlg33Zf29
KqVBHjg2u++kFuz9YLsH7l5uF2pp7VZ+K1I9XPxjQwCXcR7f8PCccFvszPLKeHoX
Hov5pfbJAXoXroqr4arEW1K0wPrYmcjpE6Ky/HHXUZ9bwXm70e+XPlmyltktT4L+
L15oUpwGuMhRwHRs3SoYG5AUpudunXIrtlNx8/c46kBd2dYcDzcpxeZPyKoeNxNS
TfGYn4BjjYBMTsJyeMW6GUKXVxHN2b2j7aiB8IjmYulpdLhJZJOnVXNDP/JPI8z9
QIaPVzZv7p33gdWUiBSgVkRWMKgMU+7iCF8A3VNLkBshrU7pvhjLIdokoEuVXHTI
oOaDpSd0YYl2WuacAqxq6rAUbIoLgsi8rVcjWr5gg1Pqldbz6MfkrXWqJNLtmbjX
PROvtCgwoEY8aS0zlGBrtOp0M1P7VsAIaCsy80lwqjaTw8Sw1EJrjcpSVtBKhTz8
G++7fbT57URBLdFImRxv
=NLBf
-END PGP SIGNATURE-


Accepted:
chasen-dictutils_2.4.4-14_i386.deb
  to main/c/chasen/chasen-dictutils_2.4.4-14_i386.deb
chasen_2.4.4-14.diff.gz
  to main/c/chasen/chasen_2.4.4-14.diff.gz
chasen_2.4.4-14.dsc
  to main/c/chasen/chasen_2.4.4-14.dsc
chasen_2.4.4-14_i386.deb
  to main/c/chasen/chasen_2.4.4-14_i386.deb
libchasen-dev_2.4.4-14_i386.deb
  to main/c/chasen/libchasen-dev_2.4.4-14_i386.deb
libchasen2_2.4.4-14_i386.deb
  to main/c/chasen/libchasen2_2.4.4-14_i386.deb


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



Accepted jffnms 0.9.1-1 (source all)

2011-06-05 Thread Craig Small
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 05 Jun 2011 22:47:24 +1000
Source: jffnms
Binary: jffnms
Architecture: source all
Version: 0.9.1-1
Distribution: unstable
Urgency: low
Maintainer: Craig Small csm...@debian.org
Changed-By: Craig Small csm...@debian.org
Description: 
 jffnms - web-based Network Management System (NMS) for IP networks
Changes: 
 jffnms (0.9.1-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 8e543a1b9dc512cf2b13a2ec210aa2bafff4b797 983 jffnms_0.9.1-1.dsc
 dd72dac9b668454f76fce198c1148b20b0384e1f 616176 jffnms_0.9.1.orig.tar.gz
 7c3778046c20e0e8090ebb4f3a48e817b1a09bbd 92335 jffnms_0.9.1-1.diff.gz
 cd01ef5ddb9553eb08e6291627cf0dd227647a47 603076 jffnms_0.9.1-1_all.deb
Checksums-Sha256: 
 0adde509cc1b39d2999bbd943bd76203320a8d5d5ecbd51709be42918661460c 983 
jffnms_0.9.1-1.dsc
 f7fa2d23befc82014946c2d12ca1bc21ad5645a7b1d8a92f4a63924d58bd1a7c 616176 
jffnms_0.9.1.orig.tar.gz
 8be1ad9496ccb558f4ce765feb379452cd5f80323dc3165facf7956c1171f31b 92335 
jffnms_0.9.1-1.diff.gz
 b35cc019db141ba4aa2297cf25af24133112cc960b24eba4eca18b947a4ce960 603076 
jffnms_0.9.1-1_all.deb
Files: 
 9b7ba81f01691e3182699dece16fb268 983 web extra jffnms_0.9.1-1.dsc
 579ac18325b52c54f2ac7724715db153 616176 web extra jffnms_0.9.1.orig.tar.gz
 3742bc6a428788b8101dcbf5536a0343 92335 web extra jffnms_0.9.1-1.diff.gz
 26b3a69fb5d0dd4341937cdbbb665e8e 603076 web extra jffnms_0.9.1-1_all.deb

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

iEYEARECAAYFAk3rfJEACgkQx2zlrBLK36V+nQCfXzLYi/TRMOhzoJpLMI1KO7cN
AzAAn28oOGmOaiPh/tTl6/JkY1SSWT0F
=gNl8
-END PGP SIGNATURE-


Accepted:
jffnms_0.9.1-1.diff.gz
  to main/j/jffnms/jffnms_0.9.1-1.diff.gz
jffnms_0.9.1-1.dsc
  to main/j/jffnms/jffnms_0.9.1-1.dsc
jffnms_0.9.1-1_all.deb
  to main/j/jffnms/jffnms_0.9.1-1_all.deb
jffnms_0.9.1.orig.tar.gz
  to main/j/jffnms/jffnms_0.9.1.orig.tar.gz


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



Accepted kdeedu 4:4.6.3-2 (source all amd64)

2011-06-05 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 05 Jun 2011 15:43:21 +0300
Source: kdeedu
Binary: kdeedu blinken cantor cantor-backend-kalgebra cantor-backend-maxima 
cantor-backend-octave cantor-backend-r cantor-backend-sage kalgebra 
kalgebramobile kalzium kalzium-data kanagram kbruch kgeography kgeography-data 
khangman kig kiten klettres klettres-data kmplot kstars kstars-data ktouch 
kturtle kwordquiz libkdeedu-data libkdeeduui4 libkeduvocdocument4 libscience4 
libkdeedu-dev libkiten4 libkiten-dev marble marble-data marble-plugins 
libmarblewidget11 libmarble-dev parley parley-data rocs step kdeedu-kvtml-data 
kdeedu-dbg
Architecture: source all amd64
Version: 4:4.6.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Description: 
 blinken- KDE version of the Simon electronic memory game
 cantor - interface for mathematical applications
 cantor-backend-kalgebra - KAlgebra backend for Cantor
 cantor-backend-maxima - Maxima backend for Cantor
 cantor-backend-octave - Octave backend for Cantor
 cantor-backend-r - R backend for Cantor
 cantor-backend-sage - Sage backend for Cantor
 kalgebra   - algebraic graphing calculator for KDE
 kalgebramobile - algebraic graphing calculator for KDE
 kalzium- periodic table and chemistry tools for KDE
 kalzium-data - data files for Kalzium
 kanagram   - jumble word puzzle for KDE
 kbruch - fraction learning aid for KDE
 kdeedu - educational applications from the official KDE release
 kdeedu-dbg - debugging symbols for the KDE education module
 kdeedu-kvtml-data - kvtml files for kdeedu programs
 kgeography - geography learning aid for KDE
 kgeography-data - data files for KGeography
 khangman   - Hangman word puzzle for KDE
 kig- interactive geometry tool for KDE
 kiten  - Japanese reference and study aid for KDE
 klettres   - foreign alphabet tutor for KDE
 klettres-data - data files for KLettres foreign alphabet tutor
 kmplot - mathematical function plotter for KDE
 kstars - desktop planetarium for KDE
 kstars-data - data files for KStars desktop planetarium
 ktouch - touch typing tutor for KDE
 kturtle- Logo educational programming environment for KDE
 kwordquiz  - flashcard learning program for KDE
 libkdeedu-data - data files for libkdeedu
 libkdeedu-dev - development files for the KDE educational libraries
 libkdeeduui4 - library providing UI elements for KDE educational applications
 libkeduvocdocument4 - library for reading and writing vocabulary files
 libkiten-dev - development files for the Kiten Japanese reference libraries
 libkiten4  - libraries for the Kiten Japanese reference and study aid
 libmarble-dev - development files for the Marble globe widget library
 libmarblewidget11 - Marble globe widget library
 libscience4 - library providing classes for chemical data
 marble - globe and map widget
 marble-data - data files for Marble
 marble-plugins - plugins for Marble
 parley - vocabulary trainer for KDE
 parley-data - data files for the Parley vocabulary trainer
 rocs   - graph theory IDE
 step   - interactive physical simulator for KDE
Changes: 
 kdeedu (4:4.6.3-2) unstable; urgency=low
 .
   [ Pino Toscano ]
   * Remove the unused libusb-dev build dependency.
 .
   [ Modestas Vainius ]
   * Temporary drop dependency on OpenBabel as it is RC buggy. This should speed
 up migration to testing:
 - remove libopenbabel-dev, openbabel and libavogadro-dev from build
   depends, add libopenbabel-dev to build-conflicts;
 - remove libcompoundviewer* from kalzium.install.
Checksums-Sha1: 
 a4c4b1235d52c66a780c455b083bb48dd93f1c0c 2579 kdeedu_4.6.3-2.dsc
 59e3c0d92dc6c4ae7a13235c47f7d2edc8ba7570 62221 kdeedu_4.6.3-2.debian.tar.gz
 791ccffea0bbe080236855fb92a297c5196a6cee 15516 kdeedu_4.6.3-2_all.deb
 4efdfbce3e3704fda6f9ad79a5acca13a87b0102 617208 blinken_4.6.3-2_amd64.deb
 cdc90e24a576c729fc59a7c9512712b75a580d4e 412218 cantor_4.6.3-2_amd64.deb
 a3ddec663240369fc6b0e6408bb66d8dda24fd23 31246 
cantor-backend-kalgebra_4.6.3-2_amd64.deb
 0bf0ce3831cee4928934f5841ee2c483b713ee15 74754 
cantor-backend-maxima_4.6.3-2_amd64.deb
 62507a8810f3ce6665438077ac2d898db457a4c0 52416 
cantor-backend-octave_4.6.3-2_amd64.deb
 4f8be7447ba9ad962e2af1bd79573ca4f79de228 87460 
cantor-backend-r_4.6.3-2_amd64.deb
 5307739e46fae28b4bb4db19a8db549369703c70 55492 
cantor-backend-sage_4.6.3-2_amd64.deb
 84378ea97819f84088d042a1d7cdfe398f530ffd 475014 kalgebra_4.6.3-2_amd64.deb
 b5086cdee503022d7be57aa675eedf0e4c9c1509 54814 kalgebramobile_4.6.3-2_amd64.deb
 5b1d2b710a71f673c904afb1761e57cb19e75cc9 698532 kalzium_4.6.3-2_amd64.deb
 091922152a418989555c8109731b0381e40d90d0 4320344 kalzium-data_4.6.3-2_all.deb
 d309f3de74f0fde47aee327bae2ff4730e172c8e 665946 kanagram_4.6.3-2_amd64.deb
 2e93b84dfc053f911b82cb87b6422cf548577119 915704 kbruch_4.6.3-2_amd64.deb
 

Accepted libnet-ntp-perl 1.3-1 (source all)

2011-06-05 Thread Nicholas Bamber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 05 Jun 2011 10:12:27 +0100
Source: libnet-ntp-perl
Binary: libnet-ntp-perl
Architecture: source all
Version: 1.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Nicholas Bamber nicho...@periapt.co.uk
Description: 
 libnet-ntp-perl - Perl module to query NTP servers
Changes: 
 libnet-ntp-perl (1.3-1) unstable; urgency=low
 .
   [ Nicholas Bamber ]
   * New upstream release
   * Added myself to Uploaders
   * Added debian/source/format
   * Raised standards version to 3.9.2
   * Added patch for spelling mistake
   * Extended long descrption
   * Refreshed copyright
 .
   [ gregor herrmann ]
   * Add libio-socket-inet6-perl to Recommends.
   * Activate tests again, they now only 'use' the module and don't query an
 ntp server.
Checksums-Sha1: 
 2b43cbfe5ffee63ad4c45e0b6ffd4f6f329c14f0 1994 libnet-ntp-perl_1.3-1.dsc
 7a3f9230765285ebb2fc1bb8477ba97bcbd74393 4769 libnet-ntp-perl_1.3.orig.tar.gz
 a9d4539ba807134b1f74e29ab1f189aed2ffeb6b 2932 
libnet-ntp-perl_1.3-1.debian.tar.gz
 8d75336fdc8adffd4ec5717e0e00ce29ee5d 9352 libnet-ntp-perl_1.3-1_all.deb
Checksums-Sha256: 
 f69abe96e7f32d6c6d6b03d9d4f33683bbc26c78efaf0766e82908d1635988af 1994 
libnet-ntp-perl_1.3-1.dsc
 13953cdb83643bced61bbf75896106be6ce0b99058ee2978669bd622293b8f1e 4769 
libnet-ntp-perl_1.3.orig.tar.gz
 c32044e21fd8b9de49475726ca46a50853f91373d9f8c5dc7c972f412ce5e7e9 2932 
libnet-ntp-perl_1.3-1.debian.tar.gz
 c6000b656a9668bd7d3709713d43e75e2bfd49e8940976168472e1563106f3e2 9352 
libnet-ntp-perl_1.3-1_all.deb
Files: 
 185c987a9b2ddfcba6e5c94ef6080092 1994 perl optional libnet-ntp-perl_1.3-1.dsc
 ddd9b21daac0c4adad32ece4c738ae71 4769 perl optional 
libnet-ntp-perl_1.3.orig.tar.gz
 a3fc55531f2c697e94ceee70db5f23b6 2932 perl optional 
libnet-ntp-perl_1.3-1.debian.tar.gz
 e3da6805f0e9416a74e9ab8de983702e 9352 perl optional 
libnet-ntp-perl_1.3-1_all.deb

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

iQIcBAEBCAAGBQJN637UAAoJELs6aAGGSaoGw/wP/AqhgrUQmz4aOfoDUi0mkDI9
u0F9G2hj77TAbFzJPxQCM1InOHg89w6k0cpdz3AAaJIlCKvFBbxJ412AJ3z0ngsE
8KqURDIyevtOMCg2otRfJv5Y2rERXprTKhJ4YsjbWuDOsMBajV4iRHcoJ/waicp0
0EXwV1AL+2M0YRux9rOcJwENgl/C7dvTAzzTKZr2T1/wtOORrwyLUZ2NPRyL8UnF
sxzFmfASnMYIhSiHIw7TpmrlXllHRbfGwmo2xQwhEh3cmNKJCSLp6wOaS5Kwv25K
Qv3TENx+iwnGzC0Q0Lvrcv6NrmeWuoRzIPZ5N72uiNG+r20EhyecQgxqE7XUPDLm
f97onaMCEZ691YaKzvmURqqdlPi8N5goxoQvlxHWy4sRH+Qiyhs9mWbT9Tde5mVg
dhvxC53gtGVsMdz3iTDMUf0+ebUUpuGYy2J7Z61WHe3P21xBt8NBDiJ3X/BpfovW
DiHePS/bwTefouJSwyjK2deCu1SpYc9/tkr51OlJdnBLQOZrZ/hOS6UAnjJUW98E
nqALn9V30ObybjBDluE5iTxz5Z/sgqCx65OQMAYKlqzxUlxvjoa6pFPC3PShw5qf
BoJRsDMMwo5qXE1T1f7XT+HqZcomaVFauP5dCLFp4J+hr3CpCsl1tYp6ALpcyhm3
Hws1grdiMY+Dy0z5kHUk
=IpUv
-END PGP SIGNATURE-


Accepted:
libnet-ntp-perl_1.3-1.debian.tar.gz
  to main/libn/libnet-ntp-perl/libnet-ntp-perl_1.3-1.debian.tar.gz
libnet-ntp-perl_1.3-1.dsc
  to main/libn/libnet-ntp-perl/libnet-ntp-perl_1.3-1.dsc
libnet-ntp-perl_1.3-1_all.deb
  to main/libn/libnet-ntp-perl/libnet-ntp-perl_1.3-1_all.deb
libnet-ntp-perl_1.3.orig.tar.gz
  to main/libn/libnet-ntp-perl/libnet-ntp-perl_1.3.orig.tar.gz


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



Accepted libyaml-perl 0.73-1 (source all)

2011-06-05 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 05 Jun 2011 15:20:29 +0200
Source: libyaml-perl
Binary: libyaml-perl
Architecture: source all
Version: 0.73-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libyaml-perl - YAML Ain't Markup Language
Closes: 629297
Changes: 
 libyaml-perl (0.73-1) unstable; urgency=low
 .
   * New upstream release (closes: #629297).
   * Update years of copyright for inc/Module/*.
Checksums-Sha1: 
 51e0f98b03e90dc289fd1a0753916c1cbc25c634 2053 libyaml-perl_0.73-1.dsc
 dd1de7c5ab22f567c1d20d2baad5da85e2cd4469 118050 libyaml-perl_0.73.orig.tar.gz
 807f1de8edd42d02ccd8f038274cfa0c411a673e 4872 libyaml-perl_0.73-1.debian.tar.gz
 f78de16a643976aae1726e0f217d195c7e9a6903 73976 libyaml-perl_0.73-1_all.deb
Checksums-Sha256: 
 a9792eda552b0625170e7231769c5d890b15415f53f7911495a7e85e25366f4b 2053 
libyaml-perl_0.73-1.dsc
 2144bb7b0f3780fd623b1b47b539d0fd31b5b7f941f9e4e2f8bfd9c491e42e21 118050 
libyaml-perl_0.73.orig.tar.gz
 8fb9c6aed8436befcb14a5381cd754791df834dd559cf426ce1bd0e97ac9e97f 4872 
libyaml-perl_0.73-1.debian.tar.gz
 6059b9e8e3d3450b8766f1d992e12d394b3a2df46646d4451a0d9a85b1ca1990 73976 
libyaml-perl_0.73-1_all.deb
Files: 
 06d9eb1349c22cdbdcb20135450edcca 2053 perl optional libyaml-perl_0.73-1.dsc
 ef10641e699df5869da9ae006ad78719 118050 perl optional 
libyaml-perl_0.73.orig.tar.gz
 3cf737f5610d0803343f6a3bb99f492e 4872 perl optional 
libyaml-perl_0.73-1.debian.tar.gz
 6ae90faa0b60a5d5bdd620c648240944 73976 perl optional 
libyaml-perl_0.73-1_all.deb

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

iQIcBAEBCAAGBQJN64LxAAoJELs6aAGGSaoGz30P/iseLYlXNOGJ7vbbI8HbujsH
uO3V+I0M+veYSZq0sM5cx3isjMeMBLOrjwPgAEQ7/CC+tWxX0Cvr8asKbEzRi9i6
ok9iuf0KhQs8acquQCQf8/X75erw/HBLgckvGCmmNAz4zIujQmxpPbbHnzNnxQt2
GLzXCZgibRIZIgQ2e6wHLt1ixKTMB0x2pGfra79OBRnEakECU8hp/m1suzBjpBNf
FNM5c3AVJYmcM2sJpmbqeIpC+YO7x7q2jlmmQYR36USUth3/1PTbx0bjuszzng2r
wRaUHbQ3f49R4gI4HqfgxO8Ao+WtGF4SNQiaZGw+KUdRGFE+rhzl3+NXUHw66Ecp
1VDwu4KLoLNXHDqL48Cmj4vO1RzKoto40hho9vybY8eLQuE/QNOTXHJIa07WUqNm
rlLjMktMKNct+/cGYXwQ7xxVStLl+KOdSANWB0BVjqxUgnYwpAgvSIKn9qRmeALu
On+jhWH529sHH3QDK/lomBW9IGvvNDagNJPNHFVQHi1hV5xx1G8ebhUS6oUtjCRr
POughl6w6aCMMrVEWXSGEDazNOYZbiG5ggrS1TjC3nLfnRHuHxMA5CW1AXPKCk46
keG/2MpQyVtrG1mILGob3wfzHxNE0lZPnIcFl9jKOZXzV27vXLAO1k1xore5F+Ce
Jb2aiZaDr7sUQyypLo3z
=VtUR
-END PGP SIGNATURE-


Accepted:
libyaml-perl_0.73-1.debian.tar.gz
  to main/liby/libyaml-perl/libyaml-perl_0.73-1.debian.tar.gz
libyaml-perl_0.73-1.dsc
  to main/liby/libyaml-perl/libyaml-perl_0.73-1.dsc
libyaml-perl_0.73-1_all.deb
  to main/liby/libyaml-perl/libyaml-perl_0.73-1_all.deb
libyaml-perl_0.73.orig.tar.gz
  to main/liby/libyaml-perl/libyaml-perl_0.73.orig.tar.gz


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



Accepted gnutls26 2.12.6.1-1 (source all i386)

2011-06-05 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sun, 05 Jun 2011 13:18:50 +0200
Source: gnutls26
Binary: libgnutls-dev libgnutls26 libgnutls26-dbg gnutls-bin gnutls-doc 
guile-gnutls libgnutlsxx27 libgnutls-openssl27
Architecture: source all i386
Version: 2.12.6.1-1
Distribution: experimental
Urgency: low
Maintainer: Debian GnuTLS Maintainers pkg-gnutls-ma...@lists.alioth.debian.org
Changed-By: Andreas Metzler ametz...@debian.org
Description: 
 gnutls-bin - GNU TLS library - commandline utilities
 gnutls-doc - GNU TLS library - documentation and examples
 guile-gnutls - GNU TLS library - GNU Guile bindings
 libgnutls-dev - GNU TLS library - development files
 libgnutls-openssl27 - GNU TLS library - OpenSSL wrapper
 libgnutls26 - GNU TLS library - runtime library
 libgnutls26-dbg - GNU TLS library - debugger symbols
 libgnutlsxx27 - GNU TLS library - C++ runtime library
Changes: 
 gnutls26 (2.12.6.1-1) experimental; urgency=low
 .
   * New upstream version.
   * Bump shlibs, global_set_time_function() was added.
   * Stop setting CFLAGS += -Wall, it is set by default again.
   * [17_ignoretestsuitteerrors.diff] Ignore two (not serious) testsuite
 errors.
Checksums-Sha1: 
 56e9c0d463fe18c277dfa6ebcd2085e6169b5d70 1692 gnutls26_2.12.6.1-1.dsc
 c7cf31eac9c74ca2889775c7465b50346294736a 7151787 gnutls26_2.12.6.1.orig.tar.bz2
 a13de1e2e264d1e473b83eea94a78a53300431b8 22373 
gnutls26_2.12.6.1-1.debian.tar.gz
 f4bd019724fb5aa3ca1b581aa2d2b2e849883ce2 3632786 gnutls-doc_2.12.6.1-1_all.deb
 61a84f1bf29458e4b7f6d2e6058ebed8e26652cc 899086 
libgnutls-dev_2.12.6.1-1_i386.deb
 01fa7dfa6b69f2ec9449ccb09e668ba55e4f7373 778818 libgnutls26_2.12.6.1-1_i386.deb
 9b719422bb7dec9d6bf76c24e77b3f825c319f45 1547488 
libgnutls26-dbg_2.12.6.1-1_i386.deb
 66db49b606d7623c49efdc7908cbd243e43b65ca 549082 gnutls-bin_2.12.6.1-1_i386.deb
 900101ee2f3e2a99e02498968a19a93a30e77e91 433614 
guile-gnutls_2.12.6.1-1_i386.deb
 607f86c6d66f10dd38d78eac17d86160c88fbdb2 391272 
libgnutlsxx27_2.12.6.1-1_i386.deb
 a369c5376abbfae5cc499420ebca987d8b030c24 388532 
libgnutls-openssl27_2.12.6.1-1_i386.deb
Checksums-Sha256: 
 de54bfcb1823ddeb26c02d73f3362acdf6a44f728309e92f2d4bd887d25242f0 1692 
gnutls26_2.12.6.1-1.dsc
 b3c04c527076863957403246119741c3fce5ed12bf6cffcc4ab882792383499a 7151787 
gnutls26_2.12.6.1.orig.tar.bz2
 55a6ac85e58db54a1b5904fae1d382785df505a084bfe03c2a2765098a076a4f 22373 
gnutls26_2.12.6.1-1.debian.tar.gz
 b111222189ebb8a4c49d7e967020ab79abacaa68cb56044eca09ddcd6f94597f 3632786 
gnutls-doc_2.12.6.1-1_all.deb
 0ee2b850eea46782fd6252491a0dee9bfcde475259af37dc201536ab12e2b880 899086 
libgnutls-dev_2.12.6.1-1_i386.deb
 528cc0bd54cb702523696b64b913abe19ca6173e34c99e6b7d7759178a97 778818 
libgnutls26_2.12.6.1-1_i386.deb
 57201ff010293cb6235bc117091574a50e85bac1523781074604ef2d30692df3 1547488 
libgnutls26-dbg_2.12.6.1-1_i386.deb
 11248c5f36c01db11a5e9a8143f7e90a6c84e147c01fcfbdc2f5fd5698609e15 549082 
gnutls-bin_2.12.6.1-1_i386.deb
 0317f0590db2160c3f69a5b52b99efdf3abf4a3e9d211ba6a569b246bfec7758 433614 
guile-gnutls_2.12.6.1-1_i386.deb
 46e8e43941b9dec8422f8cf9f2ec312e2e2fcb658a8ab0cf6dd4df821187eb64 391272 
libgnutlsxx27_2.12.6.1-1_i386.deb
 ab931139c8d2af1424b73555b2c7429d7deb6fa91b97b0cfa02e1b2a76c55e45 388532 
libgnutls-openssl27_2.12.6.1-1_i386.deb
Files: 
 4a73a28d77c61179f9ff1d2bbd08cf39 1692 libs optional gnutls26_2.12.6.1-1.dsc
 e724e37f96984f3b0a215c11f03729bd 7151787 libs optional 
gnutls26_2.12.6.1.orig.tar.bz2
 d642fa0cd293318a098ea8b1860e9188 22373 libs optional 
gnutls26_2.12.6.1-1.debian.tar.gz
 9ebee316792cca3cb7a811ba91da73c8 3632786 doc optional 
gnutls-doc_2.12.6.1-1_all.deb
 faf5f112ac005013528fe46e5747 899086 libdevel optional 
libgnutls-dev_2.12.6.1-1_i386.deb
 73bc7e52b366f57a84b19c76e3bb7a61 778818 libs standard 
libgnutls26_2.12.6.1-1_i386.deb
 a4ef650f9d80131dd5114dfd628202ab 1547488 debug extra 
libgnutls26-dbg_2.12.6.1-1_i386.deb
 67446d37029bbe29d2c7470f69dbc905 549082 net optional 
gnutls-bin_2.12.6.1-1_i386.deb
 313d15674dc34865dc2411d3a4f3 433614 lisp optional 
guile-gnutls_2.12.6.1-1_i386.deb
 1c7c3bc9bcf3937a7e839f3943f6e637 391272 libs extra 
libgnutlsxx27_2.12.6.1-1_i386.deb
 2fd4286a6f45b62ace00eca1b9fb8ed5 388532 libs standard 
libgnutls-openssl27_2.12.6.1-1_i386.deb

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

iEYEAREDAAYFAk3rhUoACgkQHTOcZYuNdmM3bACfcObpWic5vDTuK08bJmPaoP2a
MxcAoKQffaQ/lohvJEH1qCPNqcFL0l7u
=AzA8
-END PGP SIGNATURE-


Accepted:
gnutls-bin_2.12.6.1-1_i386.deb
  to main/g/gnutls26/gnutls-bin_2.12.6.1-1_i386.deb
gnutls-doc_2.12.6.1-1_all.deb
  to main/g/gnutls26/gnutls-doc_2.12.6.1-1_all.deb
gnutls26_2.12.6.1-1.debian.tar.gz
  to main/g/gnutls26/gnutls26_2.12.6.1-1.debian.tar.gz
gnutls26_2.12.6.1-1.dsc
  to main/g/gnutls26/gnutls26_2.12.6.1-1.dsc
gnutls26_2.12.6.1.orig.tar.bz2
  to main/g/gnutls26/gnutls26_2.12.6.1.orig.tar.bz2
guile-gnutls_2.12.6.1-1_i386.deb
  to main/g/gnutls26/guile-gnutls_2.12.6.1-1_i386.deb

Accepted libclass-methodmaker-perl 2.18-1 (source i386)

2011-06-05 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 05 Jun 2011 15:39:08 +0200
Source: libclass-methodmaker-perl
Binary: libclass-methodmaker-perl
Architecture: source i386
Version: 2.18-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libclass-methodmaker-perl - Perl module for creating generic methods
Closes: 628633
Changes: 
 libclass-methodmaker-perl (2.18-1) unstable; urgency=low
 .
   [ Ryan Niebur ]
   * Email change: Jonathan Yu - jaw...@cpan.org
 .
   [ Jonathan Yu ]
   * New upstream releases 2.16, 2.17
   * Standards-Version 3.8.4 (no changes)
   * Use new 3.0 (quilt) source format
   * Remove patch to disable signature test (removed upstream)
 .
   [ gregor herrmann ]
   * New upstream release 2.18 (closes: #628633).
   * Update copyright formatting and years of upstream copyright.
   * Remove commented out line frm debian/watch.
   * Bump debhelper compatibility level to 8.
   * Set Standards-Version to 3.9.2 (no changes).
   * Add a patch to fix a small spelling mistake.
Checksums-Sha1: 
 d5193ed016823c49dc602ba91ac8e8aa9bed1dd1 2147 
libclass-methodmaker-perl_2.18-1.dsc
 a4efc1765c8e01a51c3d732d253607a04b29f980 89815 
libclass-methodmaker-perl_2.18.orig.tar.gz
 e20f4fd1abb6582184773968ce96a960e421e25a 5085 
libclass-methodmaker-perl_2.18-1.debian.tar.gz
 cc6f7a218febd07e10d0e142bbfdba320c4d8c0a 500212 
libclass-methodmaker-perl_2.18-1_i386.deb
Checksums-Sha256: 
 1b68061a2de63f86d279a1b3f6c78b36c92be08d0b45e2151f9deb21314168b9 2147 
libclass-methodmaker-perl_2.18-1.dsc
 223b7a79025e9bff984d755f9744182505e110680b13eedbac2831d45ddbeeba 89815 
libclass-methodmaker-perl_2.18.orig.tar.gz
 e0cfd05f7379d98d48a45cc0492763f91121c3711af318ffebbe47959da755c5 5085 
libclass-methodmaker-perl_2.18-1.debian.tar.gz
 83d9ca15cd1cc837b31db88b9f234958e9a46c6b5616282dabfb837e67741700 500212 
libclass-methodmaker-perl_2.18-1_i386.deb
Files: 
 e347b65c9514f8cd59b4fa60d550c54d 2147 perl optional 
libclass-methodmaker-perl_2.18-1.dsc
 99435d78e0a1754b102fe39597c6c3df 89815 perl optional 
libclass-methodmaker-perl_2.18.orig.tar.gz
 45fd4e8b91c44ca2e912ecf65600b00c 5085 perl optional 
libclass-methodmaker-perl_2.18-1.debian.tar.gz
 a8e5a48f48296d7b43e24a270fedcee1 500212 perl optional 
libclass-methodmaker-perl_2.18-1_i386.deb

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

iQIcBAEBCAAGBQJN64dZAAoJELs6aAGGSaoGoc4P/25xJNseK5ItwBzeWdIDmvcq
AuNl8w2tmM0Gm4n9Ww8Wc/x1f18bnCrwPefyp+qhnppgWcc7z2zvc/zE7my4i5DS
vzB7bsdkpEWkvlS8Fmm3TCrKwhcYl/Rt6pKhzusYp3ySC7CV9iqxg33LDCw499Nj
Kd8yf0T8hyn91msKewLKg/cYxGte+OR/FSikiCdeOnuOXMij8r3hlpurWLWQArXB
adP6GS308bDxq0gffh8OXd/3GogDEvft22AGmXIOQqiFXxvLS1hjrL58AFqXmNxv
wppGDcURxQh5bWK4Cx9j33wWJz7p5fTmRdRoHkjHyy+egJSxTPdnGuQVyV0UhOiZ
SU+DpKwgFLfvJqBq+F8LGzByBrBbefwmhYuG9V48W2ok0tx3R1wDDE4mFG8NOu1J
xJm6XZYpm6mRUK0jJNfFcnnJif0lieVH0l7rIRCKrk0bpJGgbIOLNy/hlEMSS+jH
RtprYGdDEFSqGEfSGZVo1jGXnBOQIWMuvKTzPwXgy3paZL7Xri1yFBRsf2WSUzNe
S29FHhhKUYfCzISAMjXtpKsA0WcZARNnqUtGJjf87clOUr1T2B9eKgsYi4IWm2Of
D4KsfGoN2d8HoQ6H+7SXzX8XpUvmS868qYA8XRC+9Q6sDHaG4wWYnfWyeoMCgKwd
uziSKXVmjdXewtsNuZIL
=TcBi
-END PGP SIGNATURE-


Accepted:
libclass-methodmaker-perl_2.18-1.debian.tar.gz
  to 
main/libc/libclass-methodmaker-perl/libclass-methodmaker-perl_2.18-1.debian.tar.gz
libclass-methodmaker-perl_2.18-1.dsc
  to main/libc/libclass-methodmaker-perl/libclass-methodmaker-perl_2.18-1.dsc
libclass-methodmaker-perl_2.18-1_i386.deb
  to 
main/libc/libclass-methodmaker-perl/libclass-methodmaker-perl_2.18-1_i386.deb
libclass-methodmaker-perl_2.18.orig.tar.gz
  to 
main/libc/libclass-methodmaker-perl/libclass-methodmaker-perl_2.18.orig.tar.gz


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



Accepted libconvert-uulib-perl 1:1.4~dfsg-1 (source amd64)

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

Format: 1.8
Date: Sun, 05 Jun 2011 16:16:32 +0200
Source: libconvert-uulib-perl
Binary: libconvert-uulib-perl
Architecture: source amd64
Version: 1:1.4~dfsg-1
Distribution: unstable
Urgency: high
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 libconvert-uulib-perl - Perl interface to the uulib library (a.k.a. 
uudeview/uuenview)
Closes: 616151
Changes: 
 libconvert-uulib-perl (1:1.4~dfsg-1) unstable; urgency=high
 .
   * New upstream release.
 + Fixes Secunia Advisory SA42998.
 Closes: bug#616151. Thanks to Janne Pikkarainen.
   * Bump epoch.
   * Update copyright file:
 + Rewrite using draft 174 of DEP-5 format.
 + Fix Upstream-Name.
 + Add verbatim licensing text for main Files section.
 + Quote license names in License field comments.
 + Rewrap license fields at 72 chars, and shorten comments.
   * Bump policy compliance to standards-version 3.9.2.
   * Include CDBS class perl-makemaker.mk (not deprecated perlmodule.mk).
 Tighten build-dependency on cdbs.
   * Set CFLAGS -D_GNU_SOURCE -DHAVE_CONFIG_H -fPIC, to avoid build
 failure.
   * Set urgency=high due to fixing security bugs.
Checksums-Sha1: 
 e3d972fb1422b3fcd397bf25ff2a61514945a032 2068 
libconvert-uulib-perl_1.4~dfsg-1.dsc
 c9372184330a66898f95387f86ebf61efa4cb3c4 129634 
libconvert-uulib-perl_1.4~dfsg.orig.tar.gz
 4ecd36e8ecd03290e0b778f91c70c22403a2ac38 10152 
libconvert-uulib-perl_1.4~dfsg-1.debian.tar.gz
 599ec18d64df34b3054447465ff220de46818fd4 119558 
libconvert-uulib-perl_1.4~dfsg-1_amd64.deb
Checksums-Sha256: 
 d8728254bc9a9155d5632184149395d157a69303280552cbb48f18af0a60729f 2068 
libconvert-uulib-perl_1.4~dfsg-1.dsc
 c1b20f24e81c9e739d8765215098d0ad36802233721e58fb11fc63444a455990 129634 
libconvert-uulib-perl_1.4~dfsg.orig.tar.gz
 c8b07a7184f3a999b3589db1d4bd3f108c70823e81efb6f5c0be466a65067f1f 10152 
libconvert-uulib-perl_1.4~dfsg-1.debian.tar.gz
 2684dff5dc113282f2df781d1153fb78d55988fed5d66979ebe578fa40fa188e 119558 
libconvert-uulib-perl_1.4~dfsg-1_amd64.deb
Files: 
 4b0af2a3070d0ffabd78a33e24fb75ca 2068 perl optional 
libconvert-uulib-perl_1.4~dfsg-1.dsc
 893dbfe6ceb8b1c11f32a315c5fe1058 129634 perl optional 
libconvert-uulib-perl_1.4~dfsg.orig.tar.gz
 cdabf0c3d7899c723e3a0d70c99300c5 10152 perl optional 
libconvert-uulib-perl_1.4~dfsg-1.debian.tar.gz
 71504aa9eacc171fa5be91793b0dc088 119558 perl optional 
libconvert-uulib-perl_1.4~dfsg-1_amd64.deb

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

iQIcBAEBCgAGBQJN65BtAAoJECx8MUbBoAEhjgQP/AtX2Vmr4KitDtMjT+DPa/03
sKZONH3I0q332d6tMUGLCwHLmTUMlbBlQPyIMPvtKPOxHhCTu3TDznePd2LR0wWb
+V/ZT5+hLVLG8PH5iAWqZOuW//O6ENxi1eEHWecjI9+YLUaa5ONOpseKIcS8BiYn
Frsvrvfp7v32W9U9ul7bVrU/d/SEQXcROcnxxT7/D28LAYDrVdlKOOFVxYKef9Jc
DOTT23SvozSK/DRbxayuOCA2V7hIfBzCubuP668v/ZbtvrF9DJ3Bb5/p2tGNTqqp
+ua0+VL3eEDhm3dewlgsAhv8j5sCRgd9N7SpX3lsNlDY/m0SlGS0JfdXnNFWPtP2
DhSpt/KtQQILeZQzFcjVo2wd+RmC9oyFaoWVJJIg6o7Tl57U7oeznA9YY0PJtJ5S
SljoeihhG9jAQ8XV+0ghoXpwwrENec3kPgO8gzcP9AeNDjxAFoHtGl73TU0cLAPT
1B5RkveGGuB18Nn7p8K+hO3HnqbqAWgTrff2l2SihkqVeIvTUVXPcNZA+i+bmfRS
xbSZsFlNadlmQvteiHnN3wj9d6e/k1pmqkQxzz5H0zcSm3h1HoyRTrDJ2pHbArk2
wCQkRCALHkrD5OY5xQ9DuhmyHCulu0EsSB/xhRBXlK9ItfxUdY6mw2eO0s8IE4AF
gjGbfdWGN83i/50sxJEI
=QOiL
-END PGP SIGNATURE-


Accepted:
libconvert-uulib-perl_1.4~dfsg-1.debian.tar.gz
  to 
main/libc/libconvert-uulib-perl/libconvert-uulib-perl_1.4~dfsg-1.debian.tar.gz
libconvert-uulib-perl_1.4~dfsg-1.dsc
  to main/libc/libconvert-uulib-perl/libconvert-uulib-perl_1.4~dfsg-1.dsc
libconvert-uulib-perl_1.4~dfsg-1_amd64.deb
  to main/libc/libconvert-uulib-perl/libconvert-uulib-perl_1.4~dfsg-1_amd64.deb
libconvert-uulib-perl_1.4~dfsg.orig.tar.gz
  to main/libc/libconvert-uulib-perl/libconvert-uulib-perl_1.4~dfsg.orig.tar.gz


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



Accepted libjifty-dbi-perl 0.69-1 (source all)

2011-06-05 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 05 Jun 2011 15:49:37 +0200
Source: libjifty-dbi-perl
Binary: libjifty-dbi-perl
Architecture: source all
Version: 0.69-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libjifty-dbi-perl - object-relational persistence framework for Jifty
Changes: 
 libjifty-dbi-perl (0.69-1) unstable; urgency=low
 .
   [ Ansgar Burchardt ]
   * New upstream release (perl 5.14 fixes).
 .
   [ gregor herrmann ]
   * Update years of copyright for inc/Module/*.
   * Add /me to Uploaders.
Checksums-Sha1: 
 e7964980ff99d78da85e3801588afcf72efc6907 2632 libjifty-dbi-perl_0.69-1.dsc
 2f799dd612de92397bb4e9c85ecc0d53dd148ac3 163905 
libjifty-dbi-perl_0.69.orig.tar.gz
 d5f72ae14703a01b1410557fd97280ab44be0964 3138 
libjifty-dbi-perl_0.69-1.debian.tar.gz
 b7e0aac3bae46b7909b657cd78d06cf588ee174d 203762 
libjifty-dbi-perl_0.69-1_all.deb
Checksums-Sha256: 
 1d8bd86f1e6b271884b360a01d870d3c4db226fcdc620feeea9a57b05630f152 2632 
libjifty-dbi-perl_0.69-1.dsc
 d10c39d9c3b0335e99b33cd5842085c2d4066cb4537a8f8b66356fef2f7a4efc 163905 
libjifty-dbi-perl_0.69.orig.tar.gz
 ab3e373baa017230be8b75df47c2bbd58c25acac2a0bb58093965255735e57a4 3138 
libjifty-dbi-perl_0.69-1.debian.tar.gz
 e033e8addbf035b9972621b0009dc3bd97c567591b39f3e89a8b91ee1f44f164 203762 
libjifty-dbi-perl_0.69-1_all.deb
Files: 
 fbca459f20941b14f21433f40b485cb1 2632 perl optional 
libjifty-dbi-perl_0.69-1.dsc
 7e8acf24c4ae4f57198498edfa868156 163905 perl optional 
libjifty-dbi-perl_0.69.orig.tar.gz
 aa7e5b3c97a87c0e7e07bc3372e14bd5 3138 perl optional 
libjifty-dbi-perl_0.69-1.debian.tar.gz
 4e21a58cb801eb96fa8a2e9fe8fc44b0 203762 perl optional 
libjifty-dbi-perl_0.69-1_all.deb

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

iQIcBAEBCAAGBQJN64r9AAoJELs6aAGGSaoG/3YQAIHuRheMGByEk60/Hv5Dp/22
zITO7cc02c5q7f+SrxgRgeU8irEcd8iMa9Gu99/iRnthJTrbETWVfM4Sk7h7ahZX
4YpWIz+H4X7+acqpiSYRSLBu9b2+G+qbUxxqIabukOSonvztHmNdOUD+DtXUL8GK
hk2z5GZ61kyH+ACjvq96TuHNZAtq2DD3KCeUBV+nd+7mQ1rgrW1tbLW6zZwv3z2Q
x1JEs6tPjV0Fxm9yebvA1UuhvuvjhetIS/80DnNNHHruUNSmz/O+dZ1enn84DK1h
+iEqtSGhC3kvj6zWOKq7HlUPp36acIyWK4tMONClFvZqWyn6xgPjNdrVDRpl0jJn
lcpJPuPZkpVa8zf28ciTKTfJ36ySnisY/YLbcir1U0Izz7WrR0L8MIKJAvTWrR1B
p6ZlrwVCrdTT368cZwk/Rj+09o85g0okPOZRJh+57c+Kwhxi5FL5W1sbXqbbZ8pq
JbPk92W5aXTYll7xQjYljR9aNYTy3epVNWaq3I/X4b5C+Mjyv6rmbhzWRDT3LIuA
cjbkEbhggFY5VPGlZ6Q3kmU5dAsHjHQtHZWuBabqjfnS06qyaAGY5+At1CIHZJvO
wqOcUqVkjf2Suv6gYXkb6dHivfjlsu7Q4OhSBA8wkVNNjjCtH4f/HwfY2I0Okk0l
FDozqA+zh6xQ99LDY64l
=/SM5
-END PGP SIGNATURE-


Accepted:
libjifty-dbi-perl_0.69-1.debian.tar.gz
  to main/libj/libjifty-dbi-perl/libjifty-dbi-perl_0.69-1.debian.tar.gz
libjifty-dbi-perl_0.69-1.dsc
  to main/libj/libjifty-dbi-perl/libjifty-dbi-perl_0.69-1.dsc
libjifty-dbi-perl_0.69-1_all.deb
  to main/libj/libjifty-dbi-perl/libjifty-dbi-perl_0.69-1_all.deb
libjifty-dbi-perl_0.69.orig.tar.gz
  to main/libj/libjifty-dbi-perl/libjifty-dbi-perl_0.69.orig.tar.gz


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



Accepted libjson-any-perl 1.28-1 (source all)

2011-06-05 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 05 Jun 2011 16:29:48 +0200
Source: libjson-any-perl
Binary: libjson-any-perl
Architecture: source all
Version: 1.28-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libjson-any-perl - wrapper class for the various JSON classes
Changes: 
 libjson-any-perl (1.28-1) unstable; urgency=low
 .
   [ Ansgar Burchardt ]
   * New upstream release 1.24.
   * Use source format 3.0 (quilt).
   * debian/copyright: update years of copyright for inc/Module/*; refer to
 Debian systems instead of Debian GNU/Linux systems; refer to
 /usr/share/common-licenses/GPL-1.
   * Update my email address.
 .
   [ gregor herrmann ]
   * New upstream release 1.25 (fixes for perl 5.14).
   * New upstream release 1.27.
   * New upstream release 1.28.
   * Remove build dependencies on Test::Pod::*, not used anymore.
   * Bump debhelper compatibility level to 8.
   * Set Standards-Version to 3.9.2 (no changes).
Checksums-Sha1: 
 58e5cc8538f27f68c639f1b4cf1368968a11591b 2180 libjson-any-perl_1.28-1.dsc
 67c239d43c4b5dce98cad310978c38d274910089 36871 
libjson-any-perl_1.28.orig.tar.gz
 bfc4aad21b4f95f7596fbfc0350393d987ed9750 3382 
libjson-any-perl_1.28-1.debian.tar.gz
 c85e54919025c6f95621b7a86ce423dcf23d3f43 15560 libjson-any-perl_1.28-1_all.deb
Checksums-Sha256: 
 87ddc5a0acdf64835b84d84852871f67e15f1cd33b65d71123a220a67a29316b 2180 
libjson-any-perl_1.28-1.dsc
 54f11ede7f8fadef95b69f8ade7dce851793f62fba613eea37fbafee80eb89d3 36871 
libjson-any-perl_1.28.orig.tar.gz
 cfcda1dc07b6f0be1fc00609638107fd49a3771f51d38c3cfb54808a2b976c40 3382 
libjson-any-perl_1.28-1.debian.tar.gz
 684f4ca493e80a41906598b2e5129d10db54a425a349287f63b61a95938fed64 15560 
libjson-any-perl_1.28-1_all.deb
Files: 
 83d5f1127748c12cf4cc078a2d8badd6 2180 perl optional libjson-any-perl_1.28-1.dsc
 f52a614a118f3ce6809627f27e5f018c 36871 perl optional 
libjson-any-perl_1.28.orig.tar.gz
 6bb1fb379a0cfdcc59596cf9290b577a 3382 perl optional 
libjson-any-perl_1.28-1.debian.tar.gz
 37f61381d21abceeafe3962bc3c7eb2f 15560 perl optional 
libjson-any-perl_1.28-1_all.deb

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

iQIcBAEBCAAGBQJN65MkAAoJELs6aAGGSaoGFGwP/3nmAOoS9FSi4Mp9LdajwckO
MqHLsdeNu12oKf4EGL/1Q2I/Rl56IduYW/PCzGfKXfmEBWwk7ulI3A857pO8RvrE
MuoZpPdBYpdLnEisrwn9nZYK0LxAC6aKOGNWgZqSJfOH1loaeRHIU/Q6vF0+zedu
aXKtYoF1jVwb1fGqsyRTcy9rW5LsuxHC5LJsi4jFoPOjKEptr1lHzU16h8ntPYyJ
pMX+y4wsxCckOgaOb9MZ2vT/qM/KYw6iBa5QHleX5rKLOVLzzI8KiCOZVQ0m9mUP
FXjNpWs7wB1KIp6Y/4XJsxicB3sr9d+MNlEPfGCtoMWYV7ibC3/PLvuI3i2AJ9KD
eDyC3x/BaYQKj8zb0Kc49eM2w3s75+emBG1clNDDYdZMoR6daPnsvKdiBMh/Yn/H
oOAX8N5srL2jdH0JrHwIUY8tkgwdJzGehfvEBydfyXsPAOvIV7CqAaz2xu4HnGaC
GPXFhCxSMtJ9eR8FhOpEwupUS3MdK7mkQZiNukgDDrosR0DhYL37L1kfsjQ2DBgJ
AuOdvICdTv4CKD8pL/4R5WlE5lTYnCWcAwuCvBsO5sDhCQXaUq9ROgTLW9BSs2Sh
N0EHVuaNsfQozm0eiyQIzlxKKaGQBQenfQ0S3ETr/V7ePYkx0CsizQpidSy6xyzQ
VYXiQt5w+tkrjlewZcI2
=mep5
-END PGP SIGNATURE-


Accepted:
libjson-any-perl_1.28-1.debian.tar.gz
  to main/libj/libjson-any-perl/libjson-any-perl_1.28-1.debian.tar.gz
libjson-any-perl_1.28-1.dsc
  to main/libj/libjson-any-perl/libjson-any-perl_1.28-1.dsc
libjson-any-perl_1.28-1_all.deb
  to main/libj/libjson-any-perl/libjson-any-perl_1.28-1_all.deb
libjson-any-perl_1.28.orig.tar.gz
  to main/libj/libjson-any-perl/libjson-any-perl_1.28.orig.tar.gz


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



  1   2   >