Bug#672565: ITP: libnet-traceroute-perl -- traceroute(1) functionality in perl

2012-05-12 Thread Taku YASUI
Package: wnpp
Severity: wishlist
Owner: Taku YASUI t...@debian.org

* Package name: libnet-traceroute-perl
  Version : 1.13
  Upstream Author : Daniel Hagerty h...@ai.mit.edu
* URL : http://search.cpan.org/dist/Net-Traceroute/
* License : MIT
  Programming Lang: Perl
  Description : traceroute(1) functionality in perl

 This module implements a parser for various traceroute implementations. At 
present,
 it can parse most LBL traceroute derivatives used on typical unixes, and the
 traceroute of cisco IOS. Traceroutes known not to be supported include that of
 Microsoft Windows and HP-UX.
 .
 This module has two basic modes of operation, one, where it will run traceroute
 for you, and the other where you provide text from previously runing traceroute
 to parse.



-- 
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/20120512.154408.193719686.t...@debian.org



Bug#672566: ITP: libnet-traceroute-pureperl-perl - traceroute(1) functionality in perl via raw sockets

2012-05-12 Thread Taku YASUI
Package: wnpp
Severity: wishlist
Owner: Taku YASUI t...@debian.org

* Package name: libnet-traceroute-pureperl-perl
  Version : 0.10
  Upstream Author : Tom Scanlan tscan...@openreach.com
* URL : http://search.cpan.org/dist/Net-Traceroute-PurePerl/
* License : Perl
  Programming Lang: Perl
  Description : traceroute(1) functionality in perl via raw sockets

This module implements traceroute(1) functionality for perl5. It allows you
to trace the path IP packets take to a destination. It is implemented by
using raw sockets to act just like the regular traceroute.
.
You must also be root to use the raw sockets.



-- 
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/20120512.154842.71124621.t...@debian.org



Re: RFC: OpenRC as Init System for Debian

2012-05-12 Thread Andreas Metzler
Uoti Urpala uoti.urp...@pp1.inet.fi wrote:
 George Danchev wrote:
[...]
 For some reason or another the vast majority of applications have
 not been following this approach. I'm not going to argue whether is
 makes sense or not.

 The reason why most old applications do not follow that approach (at
 least not yet) is pretty obvious: their authors never considered it.
 etc-overrides-lib semantics have only become a seriously considered
 alternative fairly recently.

Having settings in one (optional) file overide settings in another
one is far from being a new/fresh idea though. See pine.

cu andreas


-- 
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/npi189-n4l@argenau.downhill.at.eu.org



Bug#672581: ITP: feincms-elephantblog -- simplistic blog engine for FeinCMS

2012-05-12 Thread Michael Fladischer
Package: wnpp
Severity: wishlist
Owner: Michael Fladischer fladischermich...@fladi.at

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* Package name: feincms-elephantblog
  Version : 0.1.0
  Upstream Author : Simon Baechler s...@feinheit.ch
* URL : https://github.com/feincms/feincms-elephantblog/
* License : BSD
  Programming Lang: Python
  Description : simplistic blog engine for FeinCMS

Following the principles of FeinCMS, ElephantBlog tries to offer simple and 
basic blog functionality, but remains extensible. Basically, ElephantBlog just 
uses what FeinCMS already has in a blog way. 
..
A blog way means multiple entries in a timeline. One blogentry is similar to 
a FeinCMS page, it can have multiple content types and some meta information 
like title, slug or publishing date.
..
ElephantBlog can also be integrated as application content in an existing 
FeinCMS site, but it does not require the FeinCMS page module to be activated.
..
Features:
 * Pretty URLs
 * Feed creation
 * Time-based publishing
 * Based on FeinCMS item editor with the ability to integrate all of those 
   FeinCMS content types
 * Disqus comments
 * Pinging
 * Categories
 * Multilingual support
 * Pingback  Trackback support


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

iEYEARECAAYFAk+uJpAACgkQeJ3z1zFMUGbPHQCcCRphdbISNwKCgm3VXPU1RplY
WB0An06IacHklN/U1kwXN/3gvLoq57NG
=H3PC
-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/20120512090002.25796.17358.report...@root.fladi.at



Re: RFC: OpenRC as Init System for Debian

2012-05-12 Thread Thomas Goirand
On 05/12/2012 01:34 AM, Jean-Christophe Dubacq wrote:
 I think it would be really great to have some program being able to
 output all manual differences to all /etc files really useful for
 maintenance. I used to do that, but some rapidly evolving configuration
 files make it quickly unmaintainable (php.ini comes to mind: I always
 have to put back the upload_max_filesize to a superior value, and this
 one-line difference makes something that should be really, really simple
 (upgrading php, even using stable+security) a pain because one gets
 manually prompted about the differences, even if they are trivial to merge.
   
Yes, I truly agree with the above. We need something to handle changes
better than what we have currently.

Thomas


-- 
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/4fae2952.3040...@debian.org



Re: RFC: OpenRC as Init System for Debian

2012-05-12 Thread Thomas Goirand
On 05/12/2012 03:19 AM, Gergely Nagy wrote:
 The solution, however, is very simple: wrap dpkg calls, and have a list
 of files to watch for. Whenever a package touches a file that's on the
 list, fire a trigger, that can run a hook. Said hook can be something
 provided by etckeeper or similar, that would extract the appropriate
 file from the deb, and commit it to the upstream branch of /etc, for
 example.
   
I like the idea of using Git. Because a new configuration file
with new values would simply get merged with Git, who is quite
smart about doing such merges. Only in complicated merge
conflicts, we'd have to manually solve the issue. For such merge
problems, it'd be great to simply pop a text editor so the user
can decide how to solve the merge conflict.

Thomas


-- 
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/4fae2a10.8060...@debian.org



Re: RFC: OpenRC as Init System for Debian

2012-05-12 Thread Thomas Goirand
On 05/12/2012 03:19 AM, Gergely Nagy wrote:
 It's perfectly able to notice changes
 in /lib/systemd too, or pretty much anywhere else.
   
I thought these were only default which we shouldn't
have to care about?!? :)

Thomas


-- 
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/4fae2a5c.6090...@debian.org



Re: RFC: OpenRC as Init System for Debian

2012-05-12 Thread Thomas Goirand
On 05/12/2012 03:29 AM, Gergely Nagy wrote:
 It's not etc-overrides-lib that is the problem. It's defaults changing
 without notice that is.

Then, let me ask this:
Do you expect that systemd's default in /lib will change often?

By the way, I finally found the time to try systemd, and I was
shocked to see how fast it booted! :)
The only thing is that I had no clue what started: nothing were
prompted on my screen. Is there a way to have it more verbose?

Thomas


-- 
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/4fae2b7f.3000...@debian.org



Re: RFC: OpenRC as Init System for Debian

2012-05-12 Thread Thomas Goirand
On 05/11/2012 05:07 PM, Gergely Nagy wrote:
 I'll turn this around: how do you handle cases where the defaults of
 packages like apt, exim or syslogd change? Where the defaults are
 embedded in the executable.
   
The thing is, if you put the default in a file, it's because you
expect these to change, at least more often than things that
are compiled-in. Otherwise, what's the point in having stuff
stored in a file that can be edited? Why not just do a .h with
the values you need?

Thomas

P.S: I'm continuing to ask, even though you guys are slowly
succeeding in convincing me... :) Not fully though... which
is why I'm continuing this (I believe interesting) discussion.


-- 
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/4fae2ca5.8020...@debian.org



on the use of chmod/chown in maintainer scripts

2012-05-12 Thread Peter Palfrader
Hey all,

A lot of daemon packages in Debian nowadays create their own user and groups
during installation.  Usually this also implies that a couple of files and
directories are created, and then chmodded and chowned to some appropriate
value for the service in question.

In some cases[1], this chmodding and chowning is done on each package upgrade,
either because things changed over time and just doing it unconditionally seems
like the easiest thing, or just because hey, it doesn't hurt, does it?

Unfortunately, this can be a problem.  Consider a tree /var/lib/example/ that
is owned or writeable by exuid.  If, on upgrades, the package runs chown or
chmod -R /var/lib/example/, or does a chown or chmod on a specific node in that
tree, this implies the possibility of privilige escalation.

A process with uid exuid can just put a hardlink or symlink to
/var/lib/example/ and wait for the next package upgrade.  Voila, they control
/etc/shadow.

| unbound@defiant:~$ pwd
| /var/lib/unbound
| unbound@defiant:~$ id
| uid=112(unbound) gid=120(unbound) groups=120(unbound)
| unbound@defiant:~$ rm root.key
| unbound@defiant:~$ ln -s /etc/shadow root.key
| unbound@defiant:~$ ls -l /etc/shadow
| -rw-r- 1 root shadow 1272 May 12 11:37 /etc/shadow

[wait for the package to be upgraded]

| unbound@defiant:~$ ls -l /etc/shadow
| -rw-r- 1 unbound unbound 1272 May 12 11:37 /etc/shadow

There are some limitations: for instance using symlinks instead of hardlinks
does not usually work when you have to rely on the ch{own,mod} being recursive
- it does work when there is an explicity change for a specific file, e.g.
/var/log/icinga/archives.  Also, recent debian linux kernels carry a patch that
by default limits who can hardlink what[2].  But this will not protect users of
other kernels or people who run earlier linux versions or have that flag
disabled.

This may not be entirely trivial to solve.  find | xargs constructs at best
mitigate this to a race.  While chown does have a --no-derefence flag, this
does not protect us in the case of hardlinks.  chmod has no such flag, and it'd
useful only for symlinks anyway.  Neither tool has a --only-if-link-count-is-one
flag.

What might be needed for the general case is some means that allows packages to
securely upgrade the modes of a tree owned by them, maybe involving
fstat/fchown/fchmod and open with no-follow, also maybe in a declarative way.
Once we had that we could outlaw the use of naive chown and chmod in maintainer
scripts.

Any ideas what we should do?

Aloha,
weasel

1: I didn't do any count of the affected packages, but I come accross these
   issues so often and in packages so prominent, that I feel this survey could
   be delayed until we come to an agreement on whether this is an actually
   issue.  Examples include our exim package, ntp, stunnel4, incinga, and more.

2: fs.protected_hardlinks, see
   https://lists.debian.org/20120302051158.gu12...@decadent.org.uk
-- 
   |  .''`.   ** Debian **
  Peter Palfrader  | : :' :  The  universal
 http://www.palfrader.org/ | `. `'  Operating System
   |   `-http://www.debian.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/20120512102349.gd19...@anguilla.noreply.org



Re: on the use of chmod/chown in maintainer scripts

2012-05-12 Thread Charles Plessy
Le Sat, May 12, 2012 at 12:23:49PM +0200, Peter Palfrader a écrit :
 
 In some cases[1], this chmodding and chowning is done on each package upgrade,
 either because things changed over time and just doing it unconditionally 
 seems
 like the easiest thing, or just because hey, it doesn't hurt, does it?
 
 Unfortunately, this can be a problem.  Consider a tree /var/lib/example/ that
 is owned or writeable by exuid.  If, on upgrades, the package runs chown or
 chmod -R /var/lib/example/, or does a chown or chmod on a specific node in 
 that
 tree, this implies the possibility of privilige escalation.

Hi all,

I was always wondering:

Unless we expect that two different binary packages that can be co-installed
will distribute the same directory under different ownership or permissions for
a good reason, why not simply let dpkg apply ownership and permissions found in
data.tar.{gz|bz2|xz}, and treat it the same as a file conflict when unpacking a
package on a system where another package has already set different ownersip
and permissions ?

Cheers,

-- 
Charles Plessy
Tsurumi, Kanagawa, Japan


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120512111010.gc31...@falafel.plessy.net



Re: RFC: OpenRC as Init System for Debian

2012-05-12 Thread Gergely Nagy
Thomas Goirand z...@debian.org writes:

 On 05/12/2012 03:29 AM, Gergely Nagy wrote:
 It's not etc-overrides-lib that is the problem. It's defaults changing
 without notice that is.

 Then, let me ask this:
 Do you expect that systemd's default in /lib will change often?

Nope.

 The only thing is that I had no clue what started: nothing were
 prompted on my screen. Is there a way to have it more verbose?

If you remove 'quiet' from the kernel command line, yes.

-- 
|8]


-- 
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/87obpt8y4x@luthien.mhp



Re: RFC: OpenRC as Init System for Debian

2012-05-12 Thread Gergely Nagy
Thomas Goirand z...@debian.org writes:

 On 05/12/2012 03:19 AM, Gergely Nagy wrote:
 It's perfectly able to notice changes
 in /lib/systemd too, or pretty much anywhere else.
   
 I thought these were only default which we shouldn't
 have to care about?!? :)

You don't change defaults, but if you get notified when they do change,
that's nice. I personally don't care, because there's only two things I
override (syslog.service and media.mount), and I couldn't care less of
the default in either case. :P

But since there were a lot of but if it changes I get no
notification!!!1! shoutings going on in here, I figured I'll mention
that this solution is suitable for that notification purpose as well.

It will notify you of all two cases that'll happen in the next year or
two! :)

-- 
|8]


-- 
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/87havl8xy2@luthien.mhp



Re: RFC: OpenRC as Init System for Debian

2012-05-12 Thread Jon Dowland
On Sat, May 12, 2012 at 05:21:03PM +0800, Thomas Goirand wrote:
 By the way, I finally found the time to try systemd, and I was
 shocked to see how fast it booted! :)
 The only thing is that I had no clue what started: nothing were
 prompted on my screen. Is there a way to have it more verbose?

This is probably better directed at a user-oriented list, or a systemd
specific list. (Although I have seen the answer posted in this thread
at least once.)


-- 
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/20120512110535.GB30842@debian



Re: RFC: OpenRC as Init System for Debian

2012-05-12 Thread Michael Biebl
On 12.05.2012 11:21, Thomas Goirand wrote:
 By the way, I finally found the time to try systemd, and I was
 shocked to see how fast it booted! :)
 The only thing is that I had no clue what started: nothing were
 prompted on my screen. Is there a way to have it more verbose?

1/ Remove quiet from the kernel command line. This also has influence
on the verbosity of the kernel itself. If you don't like the kernel message:
2/ Add systemd.sysv_console=true systemd.show_status=true to the
kernel command line.

man 1 systemd → KERNEL COMMAND LINE

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Re: on the use of chmod/chown in maintainer scripts

2012-05-12 Thread Roger Leigh
On Sat, May 12, 2012 at 12:23:49PM +0200, Peter Palfrader wrote:
 A lot of daemon packages in Debian nowadays create their own user and groups
 during installation.  Usually this also implies that a couple of files and
 directories are created, and then chmodded and chowned to some appropriate
 value for the service in question.
 
 Any ideas what we should do?

Like for other parts of the packaging and maintainer scripts, I think
this is something which should be entirely declarative, and handled
at the dpkg or debhelper level.

In the case of adding users and groups, it would be helpful to have
e.g. a dh_user and/or dh_group script which look at
debian/${package}.(user|group) and put the appropriate
adduser/useradd commands into the package preinst or postinst, and
depends/pre-depends on the needed tools as appropriate.
This can also add the appropriate commands for removal in the postrm
(or not, as the consensus currently appears to be).  But the policy
for that can be set by debhelper.

Why the preinst?  If all static or dynamic users and groups are made
available before unpacking the data.tar, we can just unpack the tar
and the users/groups in the files and directories could be
automatically used.  No manual chmod/chown would be required, since
this would all be handled transparently by dpkg.

With the above approach, the only hard question is how to set the
ownership during the package build.  fakeroot handles this just fine,
but it does require the user/group to be present on the build
system, which will not always be the case.  Is there an alternative
means to set/override the ownership during packing of a tarfile?


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linuxhttp://people.debian.org/~rleigh/
 `. `'   schroot and sbuild  http://alioth.debian.org/projects/buildd-tools
   `-GPG Public Key  F33D 281D 470A B443 6756 147C 07B3 C8BC 4083 E800


-- 
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/20120512112827.gq23...@codelibre.net



Re: on the use of chmod/chown in maintainer scripts

2012-05-12 Thread Sven Joachim
On 2012-05-12 13:10 +0200, Charles Plessy wrote:

 I was always wondering:

 Unless we expect that two different binary packages that can be co-installed
 will distribute the same directory under different ownership or permissions 
 for
 a good reason, why not simply let dpkg apply ownership and permissions found 
 in
 data.tar.{gz|bz2|xz}, and treat it the same as a file conflict when unpacking 
 a
 package on a system where another package has already set different ownersip
 and permissions ?

An obvious obstacle is that dpkg does not currently track ownership and
permissions of installed files and directories in its database.

Cheers,
   Sven


-- 
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/87zk9dpqr1@turtle.gmx.de



Re: RFC: OpenRC as Init System for Debian

2012-05-12 Thread Roger Leigh
On Sat, May 12, 2012 at 05:25:57PM +0800, Thomas Goirand wrote:
 On 05/11/2012 05:07 PM, Gergely Nagy wrote:
  I'll turn this around: how do you handle cases where the defaults of
  packages like apt, exim or syslogd change? Where the defaults are
  embedded in the executable.

 The thing is, if you put the default in a file, it's because you
 expect these to change, at least more often than things that
 are compiled-in. Otherwise, what's the point in having stuff
 stored in a file that can be edited? Why not just do a .h with
 the values you need?
 
 P.S: I'm continuing to ask, even though you guys are slowly
 succeeding in convincing me... :) Not fully though... which
 is why I'm continuing this (I believe interesting) discussion.

At this point, I think all the pros and cons of all the various
different strategies have been discussed ad nauseam--there's not
much of value in continuing this further on this list.  It's not
adding anything new or useful.


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linuxhttp://people.debian.org/~rleigh/
 `. `'   schroot and sbuild  http://alioth.debian.org/projects/buildd-tools
   `-GPG Public Key  F33D 281D 470A B443 6756 147C 07B3 C8BC 4083 E800


-- 
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/20120512113200.gr23...@codelibre.net



Re: Directory /boot/console-setup

2012-05-12 Thread Anton Zinoviev
On Fri, May 11, 2012 at 09:07:57AM +0200, Tollef Fog Heen wrote:
 ]] Steve Langasek 
 
  My complaint is that this is excessively ugly.  For persistent variable data
  that needs to be available during early boot, even when this is binary data
  that the user won't edit, /etc is the normal place to keep it - it's the
  creation of a a .cache subdirectory that I object to.
 
 Very strongly agreed, if we could outright ban using dot directories

Ok, then it will be /etc/console-setup/cache (no dot).

On Thu, May 10, 2012 at 02:54:16PM -0700, Steve Langasek wrote:
 On Thu, May 10, 2012 at 07:43:46PM +0300, Anton Zinoviev wrote:
  Currently it creates files in the directory /etc/console-setup.  As 
  a result when the package is purged it is impossible to tell which 
  files in /etc/console-setup are automatically generated (so they 
  have to be removed) and which are put there by the admin (so we are 
  not permitted to remove them).
 
 I think your premise here is false.  The /etc/console-setup directory is
 owned by the console-setup package; there are certain predictable filenames

The file names are not predictable unless one has acces to all previous 
versions of the configuration files.  But even if they were predictable 
we would need MD5 or other hash to be sure the files have not be 
modified somehow by the admin.

Yves-Alexis Perez wrote on debian-devel:
 
 What do you mean with “this doesn't work in Debian”? Some people do use
 encrypted root and they do have a working console asking for the
 passphrase.

As far as I know currently the console works with default settings, 
meaning the keyboard is standard US-QWERTY layout.

Anton Zinoviev



-- 
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/20120512120431.ga22...@logic.fmi.uni-sofia.bg



Re: on the use of chmod/chown in maintainer scripts

2012-05-12 Thread Guillem Jover
On Sat, 2012-05-12 at 12:28:27 +0100, Roger Leigh wrote:
 On Sat, May 12, 2012 at 12:23:49PM +0200, Peter Palfrader wrote:
  A lot of daemon packages in Debian nowadays create their own user and groups
  during installation.  Usually this also implies that a couple of files and
  directories are created, and then chmodded and chowned to some appropriate
  value for the service in question.
  
  Any ideas what we should do?
 
 Like for other parts of the packaging and maintainer scripts, I think
 this is something which should be entirely declarative, and handled
 at the dpkg or debhelper level.
 
 In the case of adding users and groups, it would be helpful to have
 e.g. a dh_user and/or dh_group script which look at
 debian/${package}.(user|group) and put the appropriate
 adduser/useradd commands into the package preinst or postinst, and
 depends/pre-depends on the needed tools as appropriate.
 This can also add the appropriate commands for removal in the postrm
 (or not, as the consensus currently appears to be).  But the policy
 for that can be set by debhelper.
 
 Why the preinst?  If all static or dynamic users and groups are made
 available before unpacking the data.tar, we can just unpack the tar
 and the users/groups in the files and directories could be
 automatically used.  No manual chmod/chown would be required, since
 this would all be handled transparently by dpkg.

Right, this came up some time ago when Lars blogged about it, my reply
to that can be found there:

  http://blog.liw.fi/posts/addsysuser/

 With the above approach, the only hard question is how to set the
 ownership during the package build.  fakeroot handles this just fine,
 but it does require the user/group to be present on the build
 system, which will not always be the case.  Is there an alternative
 means to set/override the ownership during packing of a tarfile?

One option would be to make dpkg-deb use an internal tar implementation,
and add a file describing the attributes of the to be packaged files.
That might make needing root privs (either through fakeroot or sudo)
unneeded in most of the cases too.

regards,
guillem


-- 
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/20120512135523.ga...@gaara.hadrons.org



Re: Bug#632240: pylucene status

2012-05-12 Thread Adam D. Barratt

On 20.04.2012 17:16, Dmitry Nezhevenko wrote:

On Fri, Apr 20, 2012 at 08:50:24AM -0700, Jeff Breidenbach wrote:
You can package a modern pylucene and take over as the maintainer. 
Nothing

would make me happier.


Thanks a lot! I'll try to do this


Any news on that?  I'm looking at old FTBFS issues as part of the York 
BSP and right now pyluence looks like an RM candidate.


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/e6d09decc060853b74c9917d2f4e4...@mail.adsl.funky-badger.org



Re: Directory /boot/console-setup

2012-05-12 Thread Steve Langasek
On Sat, May 12, 2012 at 03:04:31PM +0300, Anton Zinoviev wrote:
 On Thu, May 10, 2012 at 02:54:16PM -0700, Steve Langasek wrote:
  On Thu, May 10, 2012 at 07:43:46PM +0300, Anton Zinoviev wrote:
   Currently it creates files in the directory /etc/console-setup.  As 
   a result when the package is purged it is impossible to tell which 
   files in /etc/console-setup are automatically generated (so they 
   have to be removed) and which are put there by the admin (so we are 
   not permitted to remove them).

  I think your premise here is false.  The /etc/console-setup directory is
  owned by the console-setup package; there are certain predictable filenames

 The file names are not predictable unless one has acces to all previous 
 versions of the configuration files.  But even if they were predictable 
 we would need MD5 or other hash to be sure the files have not be 
 modified somehow by the admin.

No, you absolutely do *not* need this.  The policy rule isn't on purge,
remove all config files if the admin hasn't edited them, it's on purge,
remove *all configuration files*.

This cache subdirectory is pointless complexity.  The existing rm -rf
behavior is appropriate.

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


signature.asc
Description: Digital signature


Re: Bug#632240: pylucene status

2012-05-12 Thread Dmitry Nezhevenko
On Sat, May 12, 2012 at 03:00:11PM +0100, Adam D. Barratt wrote:
 On 20.04.2012 17:16, Dmitry Nezhevenko wrote:
 On Fri, Apr 20, 2012 at 08:50:24AM -0700, Jeff Breidenbach wrote:
 You can package a modern pylucene and take over as the
 maintainer. Nothing
 would make me happier.
 
 Thanks a lot! I'll try to do this
 
 Any news on that?  I'm looking at old FTBFS issues as part of the
 York BSP and right now pyluence looks like an RM candidate.

Hi,

I'm very motivated to support this package since it's optional dependency
of ReviewBoard package. I'm not DD so can't upload it. That's why I've
uploaded new version of pylucene to mentors and looking for sponsor:

Bug#670204: RFS: pylucene/3.5.0-1 ITA -- Python extension for accessing Java 
Lucene 

Holger Levsen will probably take a look to it in a week. He is on a
vacation now but proposed sponsorship for reviewboard in it's ITP.

-- 
WBR, Dmitry


signature.asc
Description: Digital signature


ITP: italc2 -- Intelligent Teaching and Learning with Computers

2012-05-12 Thread Mike Gabriel

Package: wnpp
Severity: wishlist
Owner: Mike Gabriel mike.gabr...@das-netzwerkteam.de

  Package name: italc2
  Version : 2.0.0
  Upstream Author : Tobias Doerffel toby...@users.sf.net
  URL : http://italc.sourceforge.net/home.php
  License : GPLv2+
  Programming Lang: C++/Qt
  Description : Intelligent Teaching and Learning with Computers

iTALC2 is a useful and powerful didactical tool for teachers. It lets  
you view and control other computers in your network in several ways.  
It supports Linux and Windows XP, Vista and 7 and it even can be used  
transparently in mixed environments!


iTALC2 has been designed for usage in school. Therefore it offers a  
lot of possibilities to teachers, such as


  * see what's going on in computer-labs by using overview mode and make
  snapshots
  * remote control computers to support and help other people
  * show a demo (either in fullscreen or in a window) - the teacher's  
screen is

  shown on all student's computers in realtime
  * lock workstations for moving undivided attention to teacher
  * send text messages to students
  * powering on/off and rebooting computers per remote
  * remote logon and logoff and remote execution of arbitrary commands/scripts
  * home schooling - iTALC's network-technology is not restricted to a subnet
 and therefore students at home can join lessons via VPN-connections just
 by installing iTALC client

Furthermore iTALC is optimized for usage on multi-core systems (by  
making heavy use of threads). No matter how many cores you have, iTALC  
can make use of all of them.


The italc2 src:package will finally supersede the currently available  
Debian src:package italc.



--

DAS-NETZWERKTEAM
mike gabriel, dorfstr. 27, 24245 barmissen
fon: +49 (4302) 281418, fax: +49 (4302) 281419

GnuPG Key ID 0xB588399B
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpUWZzvpu0PS.pgp
Description: Digitale PGP-Unterschrift


Re: RFC: OpenRC as Init System for Debian

2012-05-12 Thread Nikolaus Rath
Thomas Goirand z...@debian.org writes:
 On 05/11/2012 05:07 PM, Gergely Nagy wrote:
 I'll turn this around: how do you handle cases where the defaults of
 packages like apt, exim or syslogd change? Where the defaults are
 embedded in the executable.
   
 The thing is, if you put the default in a file, it's because you
 expect these to change, at least more often than things that
 are compiled-in. Otherwise, what's the point in having stuff
 stored in a file that can be edited? Why not just do a .h with
 the values you need?

The advantage of having the defaults in a file is that it makes it much
easier to inspect them. A .h file would typically not be installed, so
it wouldn't be readily available. In addition to that, it is much less
expressive. The nice thing about storing the default values in the same
format used by the configuration file is that if you find a default that
you'd like to change, you immediately know what to put in the
configuration file in order to change it.


Best,

   -Nikolaus

-- 
 »Time flies like an arrow, fruit flies like a Banana.«

  PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6  02CF A9AD B7F8 AE4E 425C


-- 
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/87k40hh502@vostro.rath.org



Re: Licenses not in /usr/share/common-licenses

2012-05-12 Thread Thomas Preud'homme
Le samedi 12 mai 2012 04:25:08, Russ Allbery a écrit :
 Michael Gilbert michael.s.gilb...@gmail.com writes:
  So, I think [0] is the most astute message in that thread.
  
  [0] http://lists.debian.org/debian-policy/2000/11/msg00251.html
 
 I thought that too when I first read it, but later in the thread are very
 cogent arguments for why it's wrong and providing a complete copy of the
 GPL with binaries is required.

Are you referring to [1]? Because the full paragraph is about Program's source 
code.

[1] http://lists.debian.org/debian-policy/2000/11/msg00260.html

  1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.

To me Program should be read here as Program in source code form

As to point 3 referring to points 1, it says:

  3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following(…)

I don't think it means the object code must provide a license, just that the 
program which is redistributed respect points 1 and 2.


Best regards.


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


Wheezy release: CDs are not big enough any more...

2012-05-12 Thread Steve McIntyre
Hey folks,

Remembering the fun that we had during the Squeeze release with trying
to make single-CD installations work well, it's time to consider what
we're going to *claim* to support in Wheezy. We've had a history of
supporting the following single-CD installations:

 * Gnome desktop from CD#1
 * KDE desktop from KDE CD#1
 * XFCE desktop from light CD#1
 * LXDE desktop from light CD#1
 * base system only from netinst CD

At this point, I'm skeptical that either of the first two are going to
work acceptably with Wheezy. If that's the case, then we should warn
people that they will need to use at least one of:

 * more CDs
 * a DVD
 * a network mirror

to get a useful/useable installation.

Gnome/KDE people: if you *can* do a single-CD installation for Wheezy,
please say so. If not, we'll need to make sure we get documents
updated (like the Release Manual), and maybe even consider extra
release images (e.g. a 2GB USB stick image).

Talk to me, please...

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
Into the distance, a ribbon of black
Stretched to the point of no turning back


-- 
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/20120512160416.gm24...@einval.com



Re: Strange bug in Qt program after build with gcc 4.7

2012-05-12 Thread Boris Pek
Hi,

Problem is solved. Thanks a lot to Pino Toscano.

Regards,
Boris


-- 
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/1164201336840...@web15e.yandex.ru



Re: Bug#672160: Directory /boot/console-setup

2012-05-12 Thread Anton Zinoviev
On Sat, May 12, 2012 at 07:01:20AM -0700, Steve Langasek wrote:
 
 No, you absolutely do *not* need this.  The policy rule isn't on purge,
 remove all config files if the admin hasn't edited them, it's on purge,
 remove *all configuration files*.

All configuration files owned by the package.  There is no way to tell 
whether a file in /etc/console-setup is owned by the package console-setup
or it has been put there by the admin and is unrelated to console-setup.

Anton Zinoviev


-- 
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/20120512170415.ga23...@logic.fmi.uni-sofia.bg



Re: Wheezy release: CDs are not big enough any more...

2012-05-12 Thread Adam Borowski
On Sat, May 12, 2012 at 05:04:16PM +0100, Steve McIntyre wrote:
 Hey folks,
 
 Remembering the fun that we had during the Squeeze release with trying
 to make single-CD installations work well, it's time to consider what
 we're going to *claim* to support in Wheezy. We've had a history of
 supporting the following single-CD installations:
 
  * Gnome desktop from CD#1
  * KDE desktop from KDE CD#1
 
 At this point, I'm skeptical that either of the first two are going to
 work acceptably with Wheezy.

There is an easy solution: switch binary packages to xz compression.

amd64's CD 1 is reduced to 2/3 of its current size (data from June(?) 2010).

If you remember, I also did some research for the whole archive:

Thread: https://lists.debian.org/debian-devel/2011/08/msg00220.html
Raw data: http://angband.pl/deb/xz/debs.txt

There is a misconception that only big packages are worth compressing.  Ten
small packages give almost as good savings as one big.  xz is indeed worse
than gzip for smallest packages (~1-2KB) but the total savings that could be
gained by a smart selection of the compression method are so small that
they're not worth any extra complexity.

xz has decompression speed hardly slower than gzip (as opposed to bzip2). 
It has vastly slower compression, though: testing on three packages, on
amd64 it slows package builds by ~5%, on armel by ~2% (it was a _really_
unexhaustive test, though).  And if this is a blocker, you can repack
binaries afterwards, possibly on one of idle cores on that big amd64 machine
standing near your armel/m68k buildd.

Unlike last August when we had that discussion, neither debootstrap nor d-i
have any problems with xz anymore.


Thus, let's just switch dpkg-deb's default to xz.  Lowering bandwidth usage
is worth the extra build time cost.

-- 
// If you believe in so-called intellectual property, please immediately
// cease using counterfeit alphabets.  Instead, contact the nearest temple
// of Amon, whose priests will provide you with scribal services for all
// your writing needs, for Reasonable and Non-Discriminatory prices.


signature.asc
Description: Digital signature


Bug#672659: ITP: libmkv -- Alternative to the official libmatroska/libebml libraries

2012-05-12 Thread Andres Mejia
Package: wnpp
Severity: wishlist
Owner: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org

* Package name: libmkv
  Version : 0.6.5.1
  Upstream Author : saint...@gmail.com
* URL : https://github.com/saintdev/libmkv
* License : GPLv2+
  Programming Lang: C
  Description : Alternative to the official libmatroska/libebml libraries

This library is meant to be an alternative to the official libmatroska
library.  It is writen (Thanks Haali) in plain C, and intended to be very
portable.



-- 
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/4faea0de.09b4e00a.7d9b.1...@mx.google.com



Re: Wheezy release: CDs are not big enough any more...

2012-05-12 Thread Philipp Kern
On Sat, May 12, 2012 at 07:33:49PM +0200, Adam Borowski wrote:
 Unlike last August when we had that discussion, neither debootstrap nor d-i
 have any problems with xz anymore.

For udebs it will come after alpha 1.

Kind regards
Philipp Kern


signature.asc
Description: Digital signature


Re: Wheezy release: CDs are not big enough any more...

2012-05-12 Thread Adam Borowski
On Sat, May 12, 2012 at 08:07:13PM +0200, Philipp Kern wrote:
 On Sat, May 12, 2012 at 07:33:49PM +0200, Adam Borowski wrote:
  Unlike last August when we had that discussion, neither debootstrap nor d-i
  have any problems with xz anymore.
 
 For udebs it will come after alpha 1.

Regular debs are unpacked far from any memory-critical paths (it's unpack,
configure, unpack, configure), but I don't know enough about d-i to risk
increasing the minimal memory requirement, which would be likely to happen
if udebs switched to xz (unpacking takes ~10MB memory).

So I didn't even look at any potential gains for udebs themselves, sorry for
forgetting to mention that.

-- 
// If you believe in so-called intellectual property, please immediately
// cease using counterfeit alphabets.  Instead, contact the nearest temple
// of Amon, whose priests will provide you with scribal services for all
// your writing needs, for Reasonable and Non-Discriminatory prices.


signature.asc
Description: Digital signature


Re: RFC: OpenRC as Init System for Debian

2012-05-12 Thread Thomas Goirand
On 05/12/2012 10:02 PM, Nikolaus Rath wrote:
 The advantage of having the defaults in a file is that it makes it much
 easier to inspect them. A .h file would typically not be installed, so
 it wouldn't be readily available. In addition to that, it is much less
 expressive. The nice thing about storing the default values in the same
 format used by the configuration file is that if you find a default that
 you'd like to change, you immediately know what to put in the
 configuration file in order to change it.
   
Then why not simply write this in /usr/share/doc/package/examples ?

Thomas


-- 
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/4faeb2b9.1080...@debian.org



Re: RFC: OpenRC as Init System for Debian

2012-05-12 Thread Vincent Bernat
OoO  Pendant le  journal télévisé  du samedi  12 mai  2012,  vers 20:58,
Thomas Goirand z...@debian.org disait :

 The advantage of having the defaults in a file is that it makes it much
 easier to inspect them. A .h file would typically not be installed, so
 it wouldn't be readily available. In addition to that, it is much less
 expressive. The nice thing about storing the default values in the same
 format used by the configuration file is that if you find a default that
 you'd like to change, you immediately know what to put in the
 configuration file in order to change it.
 
 Then why not simply write this in /usr/share/doc/package/examples ?

Because they  are the  defaults of the  application, not  examples. This
conversation is going nowhere.
-- 
Vincent Bernat ☯ http://vincent.bernat.im

 /* Thanks to Rob `CmdrTaco' Malda for not influencing this code in any
  * way.
  */
2.4.3 linux/net/core/netfilter.c


pgppM9vVpexlQ.pgp
Description: PGP signature


Re: Bug#672160: Directory /boot/console-setup

2012-05-12 Thread Steve Langasek
On Sat, May 12, 2012 at 08:04:15PM +0300, Anton Zinoviev wrote:
 On Sat, May 12, 2012 at 07:01:20AM -0700, Steve Langasek wrote:

  No, you absolutely do *not* need this.  The policy rule isn't on purge,
  remove all config files if the admin hasn't edited them, it's on purge,
  remove *all configuration files*.

 All configuration files owned by the package.

This is not an interesting distinction.

 There is no way to tell whether a file in /etc/console-setup is owned by
 the package console-setup or it has been put there by the admin and is
 unrelated to console-setup.

Who cares?  If the admin is putting files in a directory named
/etc/console-setup that are *unrelated to console-setup*, there's no
reason to coddle them by making the console-setup's maintainer scripts more
complex.

And most package maintainers have not bothered to implement such handling. 
So an admin who hasn't yet learned the lesson to not put random files in
unrelated directories under /etc will have plenty of opportunities to learn
it before purging such a basic package as console-setup.

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


signature.asc
Description: Digital signature


Re: Wheezy release: CDs are not big enough any more...

2012-05-12 Thread Timo Juhani Lindfors
Steve McIntyre st...@einval.com writes:
 At this point, I'm skeptical that either of the first two are going to
 work acceptably with Wheezy. If that's the case, then we should warn
 people that they will need to use at least one of:

I agree. I tried installing debian gnome desktop from CD1 during last
debconf and ended up getting a system that does not have network manager
or support for suspend:

http://lists.debian.org/debian-boot/2011/08/msg00172.html

Since Debian is universal I can understand that we can't fit the desktop
to CD1 but I think we should clearly state that so that users are not
surprised by the crippled system they get after the installation is
finished.


-- 
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/84wr4h5gq0@sauna.l.org



Re: Licenses not in /usr/share/common-licenses

2012-05-12 Thread Russ Allbery
Thomas Preud'homme robo...@celest.fr writes:

 Are you referring to [1]? Because the full paragraph is about Program's
 source code.

 [1] http://lists.debian.org/debian-policy/2000/11/msg00260.html

  1. You may copy and distribute verbatim copies of the Program's source
 code as you receive it, in any medium, provided that you conspicuously
 and appropriately publish on each copy an appropriate copyright notice
 and disclaimer of warranty; keep intact all the notices that refer to
 this License and to the absence of any warranty; and give any other
 recipients of the Program a copy of this License along with the
 Program.

 To me Program should be read here as Program in source code form

Program is explicitly defined in the GPL and that's not what the
definition is.

This License applies to any program or other work which contains a
notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License.  The Program, below,
refers to any such program or work, and a work based on the Program
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language.

So Program is anything with a notice saying that the GPL applies to it.
And since you're required to preserve such a notice in derivative works as
another one of the requirements in point 1 (which is incorporated into
point 3), all derivative works will have such a notice.

It's not phrased very clearly, certainly.  The GPL 3 fixes this.  But you
have to split a lot of hairs to convince yourself that Program refers only
to source code distributions.  (Which didn't stop people in that
discussion from splitting those hairs, but I didn't find it convincing.)

 As to point 3 referring to points 1, it says:

  3. You may copy and distribute the Program (or a work based on it,
 under Section 2) in object code or executable form under the terms of
 Sections 1 and 2 above provided that you also do one of the
 following(…)

 I don't think it means the object code must provide a license, just that
 the program which is redistributed respect points 1 and 2.

Point 3 says that, when distributing the Program, you have to comply with
all of the requirements of point 1.  Point 1 says ...and give any other
recipients of the Program a copy of this License along with the Program.

In order to believe that this requirement does not apply, you have to
believe that, because point 1 says the Program's source code at the
start, that means that it doesn't apply to distributions of the Program
that are not source code, despite the fact that point 3 explicitly says
that the requirements of point 1 apply.  I don't think that's a reasonable
interpretation, since by that reading the statement in point 3 that you
have to follow point 1 is meaningless (it doesn't add any additional
requirements).  There's a standard rule in US contract law that says that
you must always favor the interpretation of a contract that does not make
parts of the contract meaningless.

The GPL 3 fixes this ambiguity too, btw, by making it explicit that you
have to distribute a copy of the license with binary works, which is more
evidence of what the intent is.

-- 
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/87fwb5rud4@windlord.stanford.edu



Re: on the use of chmod/chown in maintainer scripts

2012-05-12 Thread Russ Allbery
Charles Plessy ple...@debian.org writes:

 Unless we expect that two different binary packages that can be
 co-installed will distribute the same directory under different
 ownership or permissions for a good reason, why not simply let dpkg
 apply ownership and permissions found in data.tar.{gz|bz2|xz},

Usually because the UID is dynamically assigned and the user is created in
the postinst, so there's no way for dpkg do do this at unpack.

You would need to apply permissions by name, not UID/GID, and you would
need to create all users in preinst prior to unpack, which would require
Pre-Depends on adduser with all the complexity that entails.  I haven't
thought through that path to see if there are any other problems.

-- 
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/878vgxrtx3@windlord.stanford.edu



Re: Wheezy release: CDs are not big enough any more...

2012-05-12 Thread Marco d'Itri
On May 12, Adam Borowski kilob...@angband.pl wrote:

 Thus, let's just switch dpkg-deb's default to xz.  Lowering bandwidth usage
 is worth the extra build time cost.
Agreed, this looks like a good idea.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: on the use of chmod/chown in maintainer scripts

2012-05-12 Thread Roger Leigh
On Sat, May 12, 2012 at 03:55:24PM +0200, Guillem Jover wrote:
 On Sat, 2012-05-12 at 12:28:27 +0100, Roger Leigh wrote:
  On Sat, May 12, 2012 at 12:23:49PM +0200, Peter Palfrader wrote:
  With the above approach, the only hard question is how to set the
  ownership during the package build.  fakeroot handles this just fine,
  but it does require the user/group to be present on the build
  system, which will not always be the case.  Is there an alternative
  means to set/override the ownership during packing of a tarfile?
 
 One option would be to make dpkg-deb use an internal tar implementation,
 and add a file describing the attributes of the to be packaged files.
 That might make needing root privs (either through fakeroot or sudo)
 unneeded in most of the cases too.

I found that this functionality is already present in BSD tar,
according to the manpage.  You can provide a file containing
all the files to pack, plus their ownership and perms etc.,
rather than just specifying the files on the command-line.

bsdtar(1)
An input file in mtree(5) format can be used to create an output archive
with arbitrary ownership, permissions, or names that differ from existing
data on disk:

 $ cat input.mtree
 #mtree
 usr/bin uid=0 gid=0 mode=0755 type=dir
 usr/bin/ls uid=0 gid=0 mode=0755 type=file content=myls
 $ tar -cvf output.tar @input.mtree
-

I can't see an equivalent in GNU tar.  But BSD tar is available
in Debian.


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linuxhttp://people.debian.org/~rleigh/
 `. `'   schroot and sbuild  http://alioth.debian.org/projects/buildd-tools
   `-GPG Public Key  F33D 281D 470A B443 6756 147C 07B3 C8BC 4083 E800


-- 
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/20120512214722.gl23...@codelibre.net



Bug#672695: wordpress: no sane way for security updates in stable releases

2012-05-12 Thread Bernd Zeimetz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Package: wordpress
Severity: grave
Version: 3.3.2+dfsg-1

[CC-in d-devel@l.d.o to discuss this]

Hi,

although I think the wordpress maintainer are doing all they can do to keep
wordpress in a good shape in Debian, I do not think that it is possible to
support a stable version with security fixes as we expect it for our releases.
The last security update shows that the wordpress upstream is not interested
in helping by documenting their patches or shipping proper point-releases to
at least some versions.

Being forced to upgrade to a new major version by a stable security support is
nothing we should force our users to. Debian stable is known for (usually)
painfree updates and bugfixes only, not for shipping completely new versions
with a forced migration. Therefore - in my opinion - we should not ship
wordpress in Wheezy, at least not until upstream handles such issues in a sane
way.


Cheers,

Bernd



-  Original Message 
Subject: [SECURITY] [DSA 2670-1] wordpress security update
Resent-Date: Fri, 11 May 2012 20:41:44 + (UTC)
Resent-From: debian-security-annou...@lists.debian.org
Date: Fri, 11 May 2012 22:41:14 +0200
From: Yves-Alexis Perez cor...@debian.org
Reply-To: debian-secur...@lists.debian.org
To: debian-security-annou...@lists.debian.org

- -BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

- - -
Debian Security Advisory DSA-2670-1   secur...@debian.org
http://www.debian.org/security/ Yves-Alexis Perez
May 11, 2012   http://www.debian.org/security/faq
- - -

Package: wordpress
Vulnerability  : several
Problem type   : remote
Debian-specific: no
CVE ID : CVE-2011-3122 CVE-2011-3125 CVE-2011-3126 CVE-2011-3127
 CVE-2011-3128 CVE-2011-3129 CVE-2011-3130 CVE-2011-4956
 CVE-2011-4957 CVE-2012-2399 CVE-2012-2400 CVE-2012-2401
 CVE-2012-2402 CVE-2012-2403 CVE-2012-2404
Debian Bug : 670124

Several vulnerabilities were identified in Wordpress, a web blogging
tool.  As the CVEs were allocated from releases announcements and
specific fixes are usually not identified, it has been decided to
upgrade the Wordpress package to the latest upstream version instead
of backporting the patches.

This means extra care should be taken when upgrading, especially when
using third-party plugins or themes, since compatibility may have been
impacted along the way.  We recommend that users check their install
before doing the upgrade.

For the stable distribution (squeeze), those problems have been fixed in
version 3.3.2+dfsg-1~squeeze1.

For the testing distribution (wheezy) and the unstable distribution
(sid), those problems have been fixed in version 3.3.2+dfsg-1.

We recommend that you upgrade your wordpress packages.

Further information about Debian Security Advisories, how to apply
these updates to your system and frequently asked questions can be
found at: http://www.debian.org/security/

Mailing list: debian-security-annou...@lists.debian.org
- -BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQEcBAEBAgAGBQJPrXyJAAoJEL97/wQC1SS+4EcH/1nAhgTx17pMJF7JbWFNG2ZY
/xSD6v4MDj3pLiZrntRx4c3y+Kbx91QKBN6KgqDxyHjDLoZgoNVVGwyozGjS2VBn
m2OwnjzLUJVqd77R+mUj5h3yEVS1d4O+VcYRcpugPTaD17d90rlPGL2HkZXnQAk1
OjOKGns+yiapuLpcHmNz5cjwvJxaNe355aZlwSUjFWumqtGjQcgyJeKy1XGW0s2o
h9YnLXGRNwtihXz0P+5qx7Qwcri3PXLn1Uapp2RSJStkNfiRjSJoqUkb5wqvhT7x
O6GhUWShBF6pZ11uvOySY2yU5jPOQDufSUn6T4R5CL4hYJ6Bif6iqkHznPubHeE=
=M38G
- -END PGP SIGNATURE-


- -- 
To UNSUBSCRIBE, email to debian-security-announce-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87ipg2e9hx@mid.deneb.enyo.de

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

iQIcBAEBCAAGBQJPrtniAAoJEOs2Fxpv+UNf1TMP/RsGS4DGRSe0i6F2dt/QVnvF
Vcbe9UPTnNxfQlN62hDuhvck+v3c4wNwoXW5iblJ9FCJXjCM9Lvl/6aRXnE4E0QH
1TUf2vzDNmI6IUVtD+bdbVopBuqhOpmJOG+96HQua/aPIIhgjw6C4SzcFU+WyE6R
AC2Vm98/spmr73fBn/bXH0NPlcOERoJl8rwORsM+fnevRgnknbWasmwHNeKXJwKT
dN6HnWtEHjRqEqus2JUOJpqL0bYvWLo22WSdZIETuPWVHslMtgDsfWEuEN4bJtq8
aYqYBJ3SCYK4phSYfBpdukFkmOkVhB5mG+PqwG+32Ib9TEufH+guxmMj0Gpt3lMj
KddKDSIFrwUUKESVy0NYRIJLiGPpHW1Tb/dc7HJry7+ls+2+iAvQjDMFuJ1MtO2t
zemN7uKAqL72JBLkvC44i8PXuKvvGaaroC2HGTKpxz9JesZlw/yDzvama268w4bY
RBkCeewPklMsKesJXzWM6NzcFnFr4s1PKO+dGHkCut83tlRY2u8O95agGNeFkxIt
+skWpaAoV5BM7XFcyzzY2s6u6/nDGMaANHJDimci0YCT0fQbZms3KhXYU5eow/tv
U7/ynZvEMrRkaNlKoBSzn1rAgeP9bFsCAtob7xfP2rtB862Va1MzsdXfWfdS+w8a
FLRn9NVg5kWeH01K9kQJ
=UM+T
-END PGP SIGNATURE-



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

Re: Wheezy release: CDs are not big enough any more...

2012-05-12 Thread Charles Plessy
Le Sat, May 12, 2012 at 07:33:49PM +0200, Adam Borowski a écrit :
 
 There is an easy solution: switch binary packages to xz compression.
 
 amd64's CD 1 is reduced to 2/3 of its current size (data from June(?) 2010).
 
 If you remember, I also did some research for the whole archive:
 
 Thread: https://lists.debian.org/debian-devel/2011/08/msg00220.html
 Raw data: http://angband.pl/deb/xz/debs.txt
 
 There is a misconception that only big packages are worth compressing.  Ten
 small packages give almost as good savings as one big.  xz is indeed worse
 than gzip for smallest packages (~1-2KB) but the total savings that could be
 gained by a smart selection of the compression method are so small that
 they're not worth any extra complexity.

In my experience, xz gives the biggest gains, like halving the size of a
package, when its contents are rich in binary files.  So if heuristics are
needed, perhaps that could be a direction...

Another gain from xz compression is mirror space.  Consider the gain doubled
when the same provider also has a Ubuntu mirror !  Disk space may be cheap, but
they require energy to operate, and that is becoming something more and more
precious in our world.

Have a nice Sunday,

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


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



Re: Directory /boot/console-setup

2012-05-12 Thread intrigeri
Hi,

Anton Zinoviev wrote (12 May 2012 12:04:31 GMT) :
 Yves-Alexis Perez wrote on debian-devel:
 
 What do you mean with “this doesn't work in Debian”? Some people do use
 encrypted root and they do have a working console asking for the
 passphrase.

 As far as I know currently the console works with default settings,
 meaning the keyboard is standard US-QWERTY layout.

Well, while this is currently true as far as testing/sid is concerned,
but this is actually a regression:

On Squeeze, one may happily use a non-US layout in the initramfs to
enter their encrypted root passphrase.

On Wheezy, this is currently broken, at least for fresh installs
(#619711).


--
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/85boltq7fd@boum.org



Re: Wheezy release: CDs are not big enough any more...

2012-05-12 Thread Guillem Jover
On Sat, 2012-05-12 at 17:04:16 +0100, Steve McIntyre wrote:
 Remembering the fun that we had during the Squeeze release with trying
 to make single-CD installations work well, it's time to consider what
 we're going to *claim* to support in Wheezy. We've had a history of
 supporting the following single-CD installations:

Yes, I'd not see any problem from my side with switching the default
dpkg-deb compression to xz for 1.16.4, if people are fine with that (as
long as it's not conditional). Last time there were some concerns about
slow architectures or low memory systems, but the default preset is
quite conservative so I don't really see the issue. And if specific
packages are problematic they can always decide to use another
compression type or level. Also if udeb:s are going to be using
xz then it makes even more sense to use it for everything.

thanks,
guillem


-- 
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/20120513000625.ga6...@gaara.hadrons.org



Re: on the use of chmod/chown in maintainer scripts

2012-05-12 Thread Guillem Jover
On Sat, 2012-05-12 at 22:47:22 +0100, Roger Leigh wrote:
 On Sat, May 12, 2012 at 03:55:24PM +0200, Guillem Jover wrote:
  One option would be to make dpkg-deb use an internal tar implementation,
  and add a file describing the attributes of the to be packaged files.
  That might make needing root privs (either through fakeroot or sudo)
  unneeded in most of the cases too.
 
 I found that this functionality is already present in BSD tar,
 according to the manpage.  You can provide a file containing
 all the files to pack, plus their ownership and perms etc.,
 rather than just specifying the files on the command-line.
 
 bsdtar(1)
 An input file in mtree(5) format can be used to create an output archive
 with arbitrary ownership, permissions, or names that differ from existing
 data on disk:
[...]
 -

Yeah, mtree is actually one of the things I've been having in mind
when considering ways to store file metadata in the dpkg suite.

 I can't see an equivalent in GNU tar.  But BSD tar is available
 in Debian.

This would imply BSD tar needs to be promoted to the Essential set
alongside GNU tar, at which point I might as well just use an
internal tar implementation.

thanks,
guillem


-- 
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/20120513001013.gb6...@gaara.hadrons.org



Re: on the use of chmod/chown in maintainer scripts

2012-05-12 Thread Roger Leigh
On Sun, May 13, 2012 at 02:10:13AM +0200, Guillem Jover wrote:
 On Sat, 2012-05-12 at 22:47:22 +0100, Roger Leigh wrote:
  On Sat, May 12, 2012 at 03:55:24PM +0200, Guillem Jover wrote:
   One option would be to make dpkg-deb use an internal tar implementation,
   and add a file describing the attributes of the to be packaged files.
   That might make needing root privs (either through fakeroot or sudo)
   unneeded in most of the cases too.
  
  I found that this functionality is already present in BSD tar,
  according to the manpage.  You can provide a file containing
  all the files to pack, plus their ownership and perms etc.,
  rather than just specifying the files on the command-line.
  
  bsdtar(1)
  An input file in mtree(5) format can be used to create an output archive
  with arbitrary ownership, permissions, or names that differ from existing
  data on disk:
 [...]
  -
 
 Yeah, mtree is actually one of the things I've been having in mind
 when considering ways to store file metadata in the dpkg suite.
 
  I can't see an equivalent in GNU tar.  But BSD tar is available
  in Debian.
 
 This would imply BSD tar needs to be promoted to the Essential set
 alongside GNU tar, at which point I might as well just use an
 internal tar implementation.

Won't this only be needed for /packing/ the archive though?  Can't
any tar implementation still be used for unpacking?  Or would
dpkg-deb be constrained to a single tar for both operations?


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linuxhttp://people.debian.org/~rleigh/
 `. `'   schroot and sbuild  http://alioth.debian.org/projects/buildd-tools
   `-GPG Public Key  F33D 281D 470A B443 6756 147C 07B3 C8BC 4083 E800


-- 
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/20120513001735.gp23...@codelibre.net



Re: on the use of chmod/chown in maintainer scripts

2012-05-12 Thread Charles Plessy
Le Sat, May 12, 2012 at 02:06:16PM -0700, Russ Allbery a écrit :
 
 Usually because the UID is dynamically assigned and the user is created in
 the postinst, so there's no way for dpkg do do this at unpack.
 
 You would need to apply permissions by name, not UID/GID, and you would
 need to create all users in preinst prior to unpack, which would require
 Pre-Depends on adduser with all the complexity that entails.  I haven't
 thought through that path to see if there are any other problems.

I see,

[please do not hesitate to answer on -mentors if I am getting trivial]

in some of my packages, I give the ownership on some directories in /var to
www-data without checking that the www-data group exists, but I guess it is
acceptable because it is globally allocated by base-passwd.

The way I do is simply to set the ownership when building the package, and let
dpkg do the rest for me.  For instance in emboss-explorer:

$ dpkg -c emboss-explorer_2.2.0-7_all.deb | grep -C 2 www-data
drwxr-xr-x root/root 0 2008-12-07 23:41 ./var/lib/
drwxr-xr-x root/root 0 2008-12-07 23:41 ./var/lib/emboss-explorer/
drwxr-xr-x www-data/www-data 0 2008-12-07 23:41 
./var/lib/emboss-explorer/output/
drwxr-xr-x root/root 0 2008-12-07 23:41 ./usr/
drwxr-xr-x root/root 0 2008-12-07 23:41 ./usr/lib/

Dpkg will not update permissions or ownership, but when creating the directory
it will apply the ones in the 'data' tar archive.  So if there was no package
released with wrong settings, I assume this is safe.  Or am I simply relying on
something undocumented and unwaranteed ?

Have a nice Sunday,

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


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120513003701.gd19...@falafel.plessy.net



Re: on the use of chmod/chown in maintainer scripts

2012-05-12 Thread Guillem Jover
On Sun, 2012-05-13 at 01:17:35 +0100, Roger Leigh wrote:
 On Sun, May 13, 2012 at 02:10:13AM +0200, Guillem Jover wrote:
  This would imply BSD tar needs to be promoted to the Essential set
  alongside GNU tar, at which point I might as well just use an
  internal tar implementation.
 
 Won't this only be needed for /packing/ the archive though?  Can't
 any tar implementation still be used for unpacking?  Or would
 dpkg-deb be constrained to a single tar for both operations?

Well strictly speaking, yes it would only be needed for «dpkg-deb -b».
For dpkg --unpack, GNU tar is not even used, an internal implementation
is used instead, so that proper control of what's going on can be done.

But having dpkg-deb either use BSD tar only for extraction or for both
building and extraction would require for it to depend on BSD tar
being present, and I don't think we can get rid of GNU tar from
Essential at this point in time anyway, that's where my comment was
coming from.

And making dpkg-deb use either GNU or BSD tar depending on which one is
present does not seem too compelling.

Also because some of the code has to be written anyway for the
internal tar extractor, it should not be much work to add the building
side.

thanks,
guillem


-- 
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/20120513004805.ga9...@gaara.hadrons.org



Re: on the use of chmod/chown in maintainer scripts

2012-05-12 Thread Russ Allbery
Charles Plessy ple...@debian.org writes:

 in some of my packages, I give the ownership on some directories in /var
 to www-data without checking that the www-data group exists, but I guess
 it is acceptable because it is globally allocated by base-passwd.

Right.

 Dpkg will not update permissions or ownership, but when creating the
 directory it will apply the ones in the 'data' tar archive.  So if there
 was no package released with wrong settings, I assume this is safe.  Or
 am I simply relying on something undocumented and unwaranteed ?

No, this is fine.  But it only works for globally-allocated IDs in
base-passwd.  If you instead need to dynamically generate a system user on
the fly and then set ownership of files to that user, which is a
reasonably common case, this is more complex.

-- 
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/87aa1crji4@windlord.stanford.edu



Re: Bug#672695: wordpress: no sane way for security updates in stable releases

2012-05-12 Thread Russell Coker
On Sun, 13 May 2012, Bernd Zeimetz be...@bzed.de wrote:
 Being forced to upgrade to a new major version by a stable security support
 is nothing we should force our users to. Debian stable is known for
 (usually) painfree updates and bugfixes only, not for shipping completely
 new versions with a forced migration. Therefore - in my opinion - we
 should not ship wordpress in Wheezy, at least not until upstream handles
 such issues in a sane way.

Forcing users to manually install and update it or to use a package from 
outside Debian are also options that aren't good for users.

deb http://www.coker.com.au squeeze wordpress

I run my own repository of Wordpress packages at the above APT source.  That 
includes some Wordpress plugins that are licensed suitably for Debian but 
which have the same update issue.

One thing about Wordpress and it's plugins and themes is that you have to 
assume that every new release fixes some security issues.  They just don't 
document things well enough to allow you to assume otherwise.

-- 
My Main Blog http://etbe.coker.com.au/
My Documents Bloghttp://doc.coker.com.au/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201205131113.06212.russ...@coker.com.au



Accepted rotix 0.83-4 (source amd64)

2012-05-12 Thread Chris Taylor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 May 2012 05:02:32 +
Source: rotix
Binary: rotix
Architecture: source amd64
Version: 0.83-4
Distribution: unstable
Urgency: low
Maintainer: Chris Taylor ctay...@debian.org
Changed-By: Chris Taylor ctay...@debian.org
Description: 
 rotix  - A program to generate rotational obfuscations
Changes: 
 rotix (0.83-4) unstable; urgency=low
 .
   * Bump compat to 9.
   * Bump standards-version.
   * Bump versioned build-dep on debhelper.
   * Remove build-dep on quilt.
   * Update debian/copyright.
Checksums-Sha1: 
 9637d568d4422cb770ec3bc688aa73e96b62d37f 991 rotix_0.83-4.dsc
 7e3aeb799b2fc41253eab4ec29d9286c5ac6caab 2700 rotix_0.83-4.debian.tar.gz
 62b44b31b5547b04c6a03477cb76803be7173011 10648 rotix_0.83-4_amd64.deb
Checksums-Sha256: 
 c91763b8b8f894d531ba8978c114afa73df86eb990c781b15969fdf3529447ef 991 
rotix_0.83-4.dsc
 281afd33ede48bda3b88ae02a9411f5ca235ba29750eaa26bfcef1051229397c 2700 
rotix_0.83-4.debian.tar.gz
 4c7a354e808dfbe4f45644ad478877d2f65babedb532b2f2ffc538fbae319210 10648 
rotix_0.83-4_amd64.deb
Files: 
 922bffb6fd0789105b69cdc345bdc5db 991 text optional rotix_0.83-4.dsc
 ca68b964dfc91e4ce6657ba98027e528 2700 text optional rotix_0.83-4.debian.tar.gz
 a8de5588331bc3f40b6b3fe570d8f721 10648 text optional rotix_0.83-4_amd64.deb

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

iEYEARECAAYFAk+t/J4ACgkQLpNUoan9SCHB4QCgkvGJiiINiIsQSt6gP6Yk4OI8
3jUAoIVqZzpPCs2DX5c1/1mMPhpV1QX4
=wfAH
-END PGP SIGNATURE-


Accepted:
rotix_0.83-4.debian.tar.gz
  to main/r/rotix/rotix_0.83-4.debian.tar.gz
rotix_0.83-4.dsc
  to main/r/rotix/rotix_0.83-4.dsc
rotix_0.83-4_amd64.deb
  to main/r/rotix/rotix_0.83-4_amd64.deb


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



Accepted price.app 1.1.0-1 (source amd64)

2012-05-12 Thread Gürkan Sengün
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 11 May 2012 11:46:05 +0200
Source: price.app
Binary: price.app
Architecture: source amd64
Version: 1.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Gürkan Sengün gur...@phys.ethz.ch
Changed-By: Gürkan Sengün gur...@phys.ethz.ch
Description: 
 price.app  - Image filtering and manipulation using GNUstep
Changes: 
 price.app (1.1.0-1) unstable; urgency=low
 .
   * New upstream version.
   * Bump standards version to 3.9.3.
   * Bump debhelper version to 8.
   * debian/rules: Drop installation of manual since
 it is not shipped with the source package. Find
 it on the webpage instead.
Checksums-Sha1: 
 0dfc89f4644e5d7fda288c14b202ee3f95629ce7 1221 price.app_1.1.0-1.dsc
 954417f69696345acb7615ea2f72030512a360dd 253467 price.app_1.1.0.orig.tar.gz
 b597e962e18f79c9051ee354d3c82213f04fbe24 3198 price.app_1.1.0-1.diff.gz
 02b1986cf06ede6792667b62784b18bcfdbb60b2 162892 price.app_1.1.0-1_amd64.deb
Checksums-Sha256: 
 8aa66973bda2915470dc659bb7eb4c3be60d3cf9d3e6f1815cdbe8b1a1d4fe8a 1221 
price.app_1.1.0-1.dsc
 01df4bfaa686bbaa01d8b5b23a14e9a53709a19fa2df448122850fd076111c9e 253467 
price.app_1.1.0.orig.tar.gz
 ad5d7cbee9ff95ca9c650cd3933ab49d2f9089397324246505a0affd6a99cfcb 3198 
price.app_1.1.0-1.diff.gz
 a9671de3b6572659e8a76e64fa303a5ca087839d4f8f0d547ab55b8b681693ae 162892 
price.app_1.1.0-1_amd64.deb
Files: 
 db281b78f1f870cc64917cb536f67547 1221 gnustep optional price.app_1.1.0-1.dsc
 139a1e739e1df73d08a1c1ec31316180 253467 gnustep optional 
price.app_1.1.0.orig.tar.gz
 05a22d00c3ff726b9f0162f6424c31a8 3198 gnustep optional 
price.app_1.1.0-1.diff.gz
 b8be75e318f9b6e252de4d6c502e73cb 162892 gnustep optional 
price.app_1.1.0-1_amd64.deb

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

iEYEARECAAYFAk+uAG8ACgkQfNdgYxVXvBCY1ACgg68cO3Jn+ptVib3Ii/GEmCrO
HQIAoLPU85BmuJC+//vZMUO3930SERMx
=6+17
-END PGP SIGNATURE-


Accepted:
price.app_1.1.0-1.diff.gz
  to main/p/price.app/price.app_1.1.0-1.diff.gz
price.app_1.1.0-1.dsc
  to main/p/price.app/price.app_1.1.0-1.dsc
price.app_1.1.0-1_amd64.deb
  to main/p/price.app/price.app_1.1.0-1_amd64.deb
price.app_1.1.0.orig.tar.gz
  to main/p/price.app/price.app_1.1.0.orig.tar.gz


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



Accepted valgrind 1:3.7.0-4 (source amd64)

2012-05-12 Thread Alessandro Ghedini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 11 May 2012 17:09:35 +0200
Source: valgrind
Binary: valgrind
Architecture: source amd64
Version: 1:3.7.0-4
Distribution: unstable
Urgency: low
Maintainer: Alessandro Ghedini gh...@debian.org
Changed-By: Alessandro Ghedini gh...@debian.org
Description: 
 valgrind   - memory debugger and profiler
Closes: 632822 643834
Changes: 
 valgrind (1:3.7.0-4) unstable; urgency=low
 .
   [ Pierre Habouzit ]
   * Remove myself as a Maintainer, pass the package to Alessandro.
 .
   [ Alessandro Ghedini ]
   * Remove versioned build depends already satisfied in stable
   * Bump Standards-Version to 3.9.3
   * Add debian/watch
   * Pass CPPFLAGS and LDFLAGS from dpkg-buildflags too
   * Replace UNRELEASED with unstable in debian/{changelog,NEWS} entry for
 3.6.1-5 (fixes debian-news-entry-has-strange-distribution)
   * Add 0007-fix-spelling-in-binary.patch
   * Add 0008-fix-spelling-in-manpage.patch
   * Add more DEP3 headers to the patches
   * Remove useless debian/dirs file
   * Use dh_bash-completion to install bash completion file
   * Use debian/clean file instead of overriding dh_clean
   * Register HTML manual with doc-base
   * Install NEWS as upstream changelog
   * Add Roland to Uploaders
   * Fix typo in long description (Closes: #643834)
   * Provide a valgrind-listener manpage
 - Add 0009-valgrind-listener-manpage.patch
   Thanks to Cristian Greco (Closes: #632822)
Checksums-Sha1: 
 35939a8333a2258c23a5b735830d9697b090603c 2019 valgrind_3.7.0-4.dsc
 8b43cae33d561272d6972955fe833cb33f9f01c5 27313 valgrind_3.7.0-4.debian.tar.gz
 9733bc10c549ab74f66e93fd49d6df00b30ff15f 28756836 valgrind_3.7.0-4_amd64.deb
Checksums-Sha256: 
 8fe44bf14acb9438ae82f883fedf62852f08cff4b29f0978a746154e8f88f116 2019 
valgrind_3.7.0-4.dsc
 ea88d3c2aabbbd639196a1460231f9ce2c2bb8906414836bd9870d27c9d6374f 27313 
valgrind_3.7.0-4.debian.tar.gz
 d77a47c55edb0e8862257fe84897dd91da762d1ebb07c03b8314fe6f84492654 28756836 
valgrind_3.7.0-4_amd64.deb
Files: 
 4dc2690715f3882c054ce1cc8f00 2019 devel optional valgrind_3.7.0-4.dsc
 14f21abc880303ba896e5440a56b1c88 27313 devel optional 
valgrind_3.7.0-4.debian.tar.gz
 97be1fb3e914be8656f6f02338466900 28756836 devel optional 
valgrind_3.7.0-4_amd64.deb

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

iQIcBAEBAgAGBQJPrgfwAAoJEK+lG9bN5XPLVyUP/2s2v+lIM5mlBhZ2NOJNGKr7
Y3liKC6pfmMbyKIPCaJlGmUavvCKdXBF12vB9I1/q1XDhlnjYq3+DuB/yliT+n8Y
dkchpE0XF+2AGiGdLLyFKT2fugjfLHlQ245IEq50L2YNGK14IevamtreIfjQraTI
0rEBY6sv4T9EDENy0M+POYYyi68FHl6LTdD65tfh5zjyBxHobaH9RyxJvGD7rCEf
vjtCJhcbPIkrGWbomCoDZsFgt3Xq9K3NdUnvkwbxpTkGM3YP5QQjkEYVdGvLdzQn
+rlfL9MrtBf6ZSPOesxWzCniZv+HQ6dMFqVSyqkGjPEvQII6RA+PMzi0ZOKENxcq
8lVKrmpiIv4ud5BRvqsn2LH/OK5j2+mzhiYGAw6UOKhqhlZ5FFzHDjBMFvnXVr9T
xayB5GEBMg+owwkNcFIEJQL6jskdYdWlVHHD8vSAmUF5npLVo4QjzPv/bvwX3gYO
nTrcFSks5IppalzC88fP+bhMoROkY0iqu5aZEcXWvOTL7rWVg377px7BXrfsDKWP
qBChfU9FaZfVDN7v/ZH4aVDECGedaVGGQmTCNVK5KACkiwXmqxRIWYBSOFwGaSRc
GlNhNIaF6MY4mxwWiMl5YFzQALalF8MbNg6jhermf01RuFkaZutZRJaCtpyKFfw5
5/BrxALepLc7VRJT3Znj
=D1gl
-END PGP SIGNATURE-


Accepted:
valgrind_3.7.0-4.debian.tar.gz
  to main/v/valgrind/valgrind_3.7.0-4.debian.tar.gz
valgrind_3.7.0-4.dsc
  to main/v/valgrind/valgrind_3.7.0-4.dsc
valgrind_3.7.0-4_amd64.deb
  to main/v/valgrind/valgrind_3.7.0-4_amd64.deb


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



Accepted tabix 0.2.5-3 (source amd64)

2012-05-12 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 11 May 2012 13:32:56 +0200
Source: tabix
Binary: tabix
Architecture: source amd64
Version: 0.2.5-3
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description: 
 tabix  - generic indexer for TAB-delimited genome position files
Closes: 632150 670759
Changes: 
 tabix (0.2.5-3) unstable; urgency=low
 .
   * debian/patches/use-dpkg-buildflags.patch: Really enable hardening
 build flags (Thanks for the patch to Simon Ruderich si...@ruderich.org)
 Closes: #670759
   * debian/patches/ld-as-needed.patch:  Enable building with --as-needed
 (Thanks to David Shorten dpshor...@gmail.com for the patch)
 Closes: #632150
Checksums-Sha1: 
 62bee830d5724f21c4730c849bc674c583d3dac2 1313 tabix_0.2.5-3.dsc
 36053ce76e175f7168ba2df178533f2fbf35ee79 4989 tabix_0.2.5-3.debian.tar.gz
 da97933582a1b7ee8476c8df50e420564d7c4b0d 55020 tabix_0.2.5-3_amd64.deb
Checksums-Sha256: 
 ee7af9907e1079925a1359d269fba0214434abf5ecea636a1301e6bcb65c8820 1313 
tabix_0.2.5-3.dsc
 aa2b27fac8e2f362689098d1513ec36087c5505f96e184a31ecc4ceb1602f6f0 4989 
tabix_0.2.5-3.debian.tar.gz
 c153945da24d7e0c70f68e65077e322380e404703f4597e379f42953620b5f45 55020 
tabix_0.2.5-3_amd64.deb
Files: 
 a05047a467f6325ce8bedcb615443c23 1313 science optional tabix_0.2.5-3.dsc
 a7e6a00c6b6fb954ecf64aac496352bc 4989 science optional 
tabix_0.2.5-3.debian.tar.gz
 1754b1ab623ebe2a8ed3646c42e958b1 55020 science optional tabix_0.2.5-3_amd64.deb

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

iEYEARECAAYFAk+uC9gACgkQYDBbMcCf01r2zQCbBX3H45IHxs80HLYFnqSNGuYY
9pMAoJnP6yMmH0IRXMQTVPHXzCfdOyXz
=j++L
-END PGP SIGNATURE-


Accepted:
tabix_0.2.5-3.debian.tar.gz
  to main/t/tabix/tabix_0.2.5-3.debian.tar.gz
tabix_0.2.5-3.dsc
  to main/t/tabix/tabix_0.2.5-3.dsc
tabix_0.2.5-3_amd64.deb
  to main/t/tabix/tabix_0.2.5-3_amd64.deb


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



Accepted kbdd 0.6-4 (source amd64)

2012-05-12 Thread Stanislav Maslovski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 03 May 2012 05:57:47 +0400
Source: kbdd
Binary: kbdd
Architecture: source amd64
Version: 0.6-4
Distribution: unstable
Urgency: low
Maintainer: Stanislav Maslovski stanislav.maslov...@gmail.com
Changed-By: Stanislav Maslovski stanislav.maslov...@gmail.com
Description: 
 kbdd   - Per-window keyboard layout switching daemon for X
Closes: 644661
Changes: 
 kbdd (0.6-4) unstable; urgency=low
 .
   * debian/patches:
 - add group-lost-on-focus-change-fix patch (Closes: #644661).
   * debian/rules:
 - allow for a debug build.
   * debian/control
 - amend debhelper dependency to = 7.0.50~.
Checksums-Sha1: 
 244811ab438176d002a3ad1cbe1094f3d5f80387 1733 kbdd_0.6-4.dsc
 7acefa41cf032d512bac615da1e95f5b2ee1feb1 4986 kbdd_0.6-4.debian.tar.gz
 55f518e2115f7c8d3a6968ba974cdcf7a1787e92 17558 kbdd_0.6-4_amd64.deb
Checksums-Sha256: 
 393c128cdc6e912c492eb9284f96b7077994f5c66416187c0aa6e796278ffb4b 1733 
kbdd_0.6-4.dsc
 8f199218601310d2626573bacafc04b84f007c5b4ead3fab72a169c6b75ac001 4986 
kbdd_0.6-4.debian.tar.gz
 dfdb368ced2cec09e7dab52a941728dcc5984f0175438297416edaff523fb688 17558 
kbdd_0.6-4_amd64.deb
Files: 
 f2eaaefb35d8b8b138390307933cfeef 1733 x11 extra kbdd_0.6-4.dsc
 303fadf5653f58928d5dda92e8c2ade0 4986 x11 extra kbdd_0.6-4.debian.tar.gz
 92370962b5047d5f7621e3bf02d5ed30 17558 x11 extra kbdd_0.6-4_amd64.deb

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

iQIcBAEBCAAGBQJPrg6gAAoJEDNV9NY7WCHMCF4P/0nffgZfBoOg53smSonU6RgD
a5OvWf5r1TdZAndrqfATgeZpXaqHOdBI9+LYkTqinRhlzTjqKaca5CECBubu34Wh
ExnTCDso/1rPKv5RmDoOs6JYQ2oVyCDXaZ7aaBnM91an4BQWVbNpwGh/X0tSweRn
k5L5wa2K6ghDRhvP4KyenwVASxpLURd9TL+c9HLyYYTaAA41yb3Q7uzTthd02XlG
MMRcABe0vNwPw2oG+W8BAeDHcqqKTpe7jMoWzPx7NM6g3WWkL/TSOo3nOz4Epk4o
BD8CG5cwG1j/v3fQOGPZJR4FpzkxzX6QlglASxCGioJFUyXXRLgSYV/UB8TprIXz
zJa0yauaIKYtwiFkUC1rNFIhoCBpTW2T0Lg+1wtJ3Ck69qjXbp8sm6Ta0Kmg0xdK
eC/GkhN7IPgaKCE8Yr4aYrWSqSTDiaP6EqpfuiodvDPzhAP6AgDplILVIB8lt6Tq
mJkkhj7VDy1qvO/vDKL4G1QShHy1SJ0NFeA0u5rrraSQsN16SXTPu7aHAJsQeSOS
qL4U9rtoJQF9GyDCfAMi6uWWjswMvufquj2ZiD7xyke7pVvANsQyf2JvFaL4ktt8
GCyDBRVZX09ZNq+ZD3WBWOswJXH6PZNce1nu/AghcjlA2CEA8CEv4snQW1kD5OE5
RVoTzXqw5eNd4lsQFDtE
=sHs/
-END PGP SIGNATURE-


Accepted:
kbdd_0.6-4.debian.tar.gz
  to main/k/kbdd/kbdd_0.6-4.debian.tar.gz
kbdd_0.6-4.dsc
  to main/k/kbdd/kbdd_0.6-4.dsc
kbdd_0.6-4_amd64.deb
  to main/k/kbdd/kbdd_0.6-4_amd64.deb


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



Accepted micro-evtd 3.4-2 (source armel)

2012-05-12 Thread Ryan Tandy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 15 Apr 2012 19:14:52 -0700
Source: micro-evtd
Binary: micro-evtd micro-evtd-udeb
Architecture: source armel
Version: 3.4-2
Distribution: unstable
Urgency: low
Maintainer: Ryan Tandy r...@nardis.ca
Changed-By: Ryan Tandy r...@nardis.ca
Description: 
 micro-evtd - Linkstation Pro/Kurobox Pro special features support
 micro-evtd-udeb - Linkstation Pro/Kurobox Pro special features support - udeb 
(udeb)
Closes: 666218
Changes: 
 micro-evtd (3.4-2) unstable; urgency=low
 .
   * debian/udeb/micro-evtd.command: Fixed bashisms. Thanks to Martin Michlmayr
 for the report and patch. (Closes: #666218)
   * debian/copyright: Update Format URL and debian/ copyright declaration.
   * debian/control: Update Standards-Version to 3.9.3.
   * debian/patches/bashisms.patch: Patch out remaining bashisms from scripts.
   * debian/patches/dont-copy-eventscript.patch: Place runtime files (e.g.
 micro-evtd.status) in /var/run instead of next to the program.
   * debian/micro-evtd.postinst: Clean up runtime files accidentally placed
 into /usr/sbin in previous revision.
Checksums-Sha1: 
 b8a416137459f775644678dccde8a8f37b102001 1786 micro-evtd_3.4-2.dsc
 fe7576cbd27da065d666aaa7bc9c297436e6518d 10216 micro-evtd_3.4-2.debian.tar.gz
 3a0fd5937f247deabb618587e9caac1b1b0e37d2 31584 micro-evtd_3.4-2_armel.deb
 fd94bace030551abbd8d3ce0672d8b00334a0bc2 16648 micro-evtd-udeb_3.4-2_armel.udeb
Checksums-Sha256: 
 9c52b2c4a66029259d5d26268f4b4f3bd247b11126c996baa72546124648a812 1786 
micro-evtd_3.4-2.dsc
 d930803194bd66a748bbfa969eddef7ac5303c42a50b8f4828e486d4b440992e 10216 
micro-evtd_3.4-2.debian.tar.gz
 21981cadee1c3fd31ca6700cbf8f094e4903d82f11e8a9b1b69f06abaa698302 31584 
micro-evtd_3.4-2_armel.deb
 43f558add89bdcbf6b5dc014a2319549a7b333223bbdf800f419ab2eaafa7ada 16648 
micro-evtd-udeb_3.4-2_armel.udeb
Files: 
 e47f3d9962bbb4fcb7302bfec4a623b2 1786 utils optional micro-evtd_3.4-2.dsc
 8de04f439a0ef4ea383989a0d639026e 10216 utils optional 
micro-evtd_3.4-2.debian.tar.gz
 658b255f9ace3459e2ebd05f09bb8e2e 31584 utils optional 
micro-evtd_3.4-2_armel.deb
 5f7223758503cdc8b61f48eeb86e74bc 16648 debian-installer optional 
micro-evtd-udeb_3.4-2_armel.udeb
Package-Type: udeb

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

iQIcBAEBCgAGBQJPrhr6AAoJEK8ig6p24qx7C4wP/0ziFyZOdGeASsVjNnw3B683
ikAxvsB5mVJID/mMMHRKXMYRJQVL2ETPUCewPsB2Ec96netpa41zlvErUye2+zFJ
L0A3aB1Ior9Ogz1Ay28CTaXkP4fXkjEMTObWrQgoOg3efg8NplqkKhPHTipVxna2
lL9g9UTfDrOWVP+QOUiziHspLmztMv2zUtkU2k9T5neaxxUW3xroeTfmMNM53K9n
ed2cIS087tVTpbWpIHt0rsQoyZ9oXzkJu/3vslR++l08x36LI/K3LHLGsVnRy/aL
97ckwiXGZc7iXIYc8Kb6+RHd0aN8vCQHMq2ZOUg2I0aOUduGtuI9MsKaPjOvEgUS
w2HXdZDMMinXgtww7gVpHlWcHQ/ItQKB7VTWY28uihmy7Q03dcIHYIZDrJhEJhgh
0tQNywImW8VNinslcFIkbAZdbcVH2ZjK6Q9/2BNzOg6x1+SR0MArX4J9cdoUFpzs
RudIltWdoWSjm72joIJmJVRghY0L2eBHrpodVgK+dGNcAIAI5lu5uxH3i8fWDrAD
c7OdnkXkQxIzvxCzvsO+lkuA793F307juskFtOivPJ8mJ4r/iUSVszJpIZHpXaUT
TMF4FH10DXoZfhqJK/TcrHPN32UAxNZ+6HZ0XdRWapmUFP5b5fZ4nXRkIDfrbPsx
JN5D6j52dfiSMVxzk+ov
=jNM5
-END PGP SIGNATURE-


Accepted:
micro-evtd-udeb_3.4-2_armel.udeb
  to main/m/micro-evtd/micro-evtd-udeb_3.4-2_armel.udeb
micro-evtd_3.4-2.debian.tar.gz
  to main/m/micro-evtd/micro-evtd_3.4-2.debian.tar.gz
micro-evtd_3.4-2.dsc
  to main/m/micro-evtd/micro-evtd_3.4-2.dsc
micro-evtd_3.4-2_armel.deb
  to main/m/micro-evtd/micro-evtd_3.4-2_armel.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/e1st8u2-00031b...@franck.debian.org



Accepted vcftools 0.1.9-1 (source amd64)

2012-05-12 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 May 2012 09:31:58 +0200
Source: vcftools
Binary: vcftools
Architecture: source amd64
Version: 0.1.9-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description: 
 vcftools   - designed for working with VCF files
Changes: 
 vcftools (0.1.9-1) unstable; urgency=low
 .
   * New upstream version
   * debian/upstream: Added citations
   * debian/control:Standards-Version: 3.9.3 (no changes needed)
   * debian/{get-orig-source,rules,watch}: Make sure we always get the
 latest version
   * debhelper 9 (control+compat)
   * debian/{rules,install,examples}: use debhelper files to install
 files (upstream changed some targets so the old copying mechanism
 did not worked any more)
   * debian/patches/use-dpkg-buildflags.patch: Enable propagation of
 hardening flags
Checksums-Sha1: 
 2d6a26fc6bf1ce450c4896f957630e9c2fc44e44 1375 vcftools_0.1.9-1.dsc
 19e16d43e2b82faf42b41cc4a16f1c7e47e247f1 196227 vcftools_0.1.9.orig.tar.gz
 002433d0ef90b74af844d2fcf8efda9a6d4d67ad 14674 vcftools_0.1.9-1.debian.tar.gz
 cd5aa5547d0178a6c31bb3e654bdea29be513669 352596 vcftools_0.1.9-1_amd64.deb
Checksums-Sha256: 
 d27aa399824b41958b787493b705a781dc52b6f109d3e1f83f5fcb1b0e35db4c 1375 
vcftools_0.1.9-1.dsc
 d249d60b42f7a6fc5263409b776fc695bb5ee5177689d60abe49b219fafe8a36 196227 
vcftools_0.1.9.orig.tar.gz
 7b28dd74a994a060a569eee051272ce03283443bec0bd4a671b66f889fa87821 14674 
vcftools_0.1.9-1.debian.tar.gz
 8b868be9a1601570f454158d4fd1c1bd1480020332e7e0b73051f49f15ee2a68 352596 
vcftools_0.1.9-1_amd64.deb
Files: 
 5bef71e2aaeb3a9b9f664e527b795d78 1375 science extra vcftools_0.1.9-1.dsc
 584d4eff29a771b34ccdfdc273f1cda8 196227 science extra 
vcftools_0.1.9.orig.tar.gz
 02fffd916e5c7c4e59d3901e98c4b786 14674 science extra 
vcftools_0.1.9-1.debian.tar.gz
 1c4a5d7ddf106ee012e085307243e906 352596 science extra 
vcftools_0.1.9-1_amd64.deb

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

iEYEARECAAYFAk+uHXIACgkQYDBbMcCf01rZUgCguWOEQnoW/5af9oQQTZqiASW9
0kMAn0LVtQYFPJiSzAinS5KYmjmJdKkK
=k12n
-END PGP SIGNATURE-


Accepted:
vcftools_0.1.9-1.debian.tar.gz
  to main/v/vcftools/vcftools_0.1.9-1.debian.tar.gz
vcftools_0.1.9-1.dsc
  to main/v/vcftools/vcftools_0.1.9-1.dsc
vcftools_0.1.9-1_amd64.deb
  to main/v/vcftools/vcftools_0.1.9-1_amd64.deb
vcftools_0.1.9.orig.tar.gz
  to main/v/vcftools/vcftools_0.1.9.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/e1st8wr-0003ro...@franck.debian.org



Accepted all-in-one-sidebar 0.7.16-1 (source all)

2012-05-12 Thread Fabrizio Regalli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 May 2012 11:01:51 +0200
Source: all-in-one-sidebar
Binary: xul-ext-all-in-one-sidebar
Architecture: source all
Version: 0.7.16-1
Distribution: unstable
Urgency: low
Maintainer: Debian Mozilla Extension Maintainers 
pkg-mozext-maintain...@lists.alioth.debian.org
Changed-By: Fabrizio Regalli fab...@fabreg.it
Description: 
 xul-ext-all-in-one-sidebar - sidebar extension for Iceweasel/Firefox
Changes: 
 all-in-one-sidebar (0.7.16-1) experimental; urgency=low
 .
   * Imported Upstream version 0.7.16
   * debian/watch:
 - Add xpi-repack for repackaging the extension
   directly from uscan
Checksums-Sha1: 
 16ce946304128710d20893057cb94a43e4d79e33 2204 all-in-one-sidebar_0.7.16-1.dsc
 a7245c6c5de2c3495195ead9ae0f966bdcc471c6 283588 
all-in-one-sidebar_0.7.16.orig.tar.bz2
 dd5d02d10ee72fa922372c42673628d28d91268e 13353 
all-in-one-sidebar_0.7.16-1.debian.tar.gz
 b4cde193eb1a68a346f5669eefa4b2dba3c82f51 341426 
xul-ext-all-in-one-sidebar_0.7.16-1_all.deb
Checksums-Sha256: 
 b51f340ff5da5b6f3b31512744cb3d5be0ecf87373202e4c99db5beb54475c4f 2204 
all-in-one-sidebar_0.7.16-1.dsc
 c9cfe493e314d41951e351340d134e94622885b6be644e3b02c533e581e86ea0 283588 
all-in-one-sidebar_0.7.16.orig.tar.bz2
 ced07773ddccb7aac29f2d1507c24c1cd1478c21094fcdf1a9c802302e360bb1 13353 
all-in-one-sidebar_0.7.16-1.debian.tar.gz
 bceaa2329e9d96ff990cea124f928def474b1a9315fbd811a1ce6064f1f7f3b8 341426 
xul-ext-all-in-one-sidebar_0.7.16-1_all.deb
Files: 
 9d5f93975d5b377d07489bd710085708 2204 web optional 
all-in-one-sidebar_0.7.16-1.dsc
 e6455b5ccbeafb29560da499be471b1a 283588 web optional 
all-in-one-sidebar_0.7.16.orig.tar.bz2
 b2c3000d02c7d2f789d16f103d106e06 13353 web optional 
all-in-one-sidebar_0.7.16-1.debian.tar.gz
 4ec4f1f91fc5d208eb8580a1bfde10cb 341426 web optional 
xul-ext-all-in-one-sidebar_0.7.16-1_all.deb

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

iQIcBAEBAgAGBQJPrieUAAoJEEwEP+tcfPCyKH8P/1qGhvutz87dA5mvhjhh90yk
vAgI9e2qgXPjf/koAMx0nD2jYkH3hN5GRD2W1a88l62OxacNmRFe6pO45EgOZvoa
hiAraQJWa7dBMuD3U0UgfPf0r+LG2J0m30QZr6+iV1M1sDCcpda5foPfkxy0Q+8e
8Gzhn/VI27qBW/3OSYEw8DvoigwEse9/xXlaIGup2THVY9dFiJPmbcX9rs/Bc7gD
hkIk/KfgGD8613SQN852qj0c6aUXEps7kcKJ8USXrEJdRrRkX5142Uz6npzI3A6u
VFqcUXb84ztmsixGR2fcEx44BgyCc7tkYPu2z6YcIpI2DK7+zrIcDK+1/UN/+Pcf
9rg9EzBVnqIThWXTR//REGQSjGC+ec5/8E5wnvBSK3wQ/ZWj0mMAd1mJMwz51QzP
GPvxs7k5tsNNqRxnWhqEU/qKZZc9kIDTn+h5DBL/GVlp4pB3jNjrDvdsjGQRPtxc
0U+KnTBQch0a4Fp+rpv+AvUmvnS0k45p9MCAF461psrHEE8+sITOAhhZhRXxjUPp
C/RUI5os4ff37GfrPttED62SlZNJyXLMnLKhS/NQ/YxX8fOp+l7qRvaOPuRpQICs
bR3EKsPDPiZaY1JLI92xtY9pAZ9Edr3IoVVjfliJIRH2AbyW24a7Hr7Dt5y21SSu
iRRHYhugx8T7m58HPNQb
=RHgO
-END PGP SIGNATURE-


Accepted:
all-in-one-sidebar_0.7.16-1.debian.tar.gz
  to main/a/all-in-one-sidebar/all-in-one-sidebar_0.7.16-1.debian.tar.gz
all-in-one-sidebar_0.7.16-1.dsc
  to main/a/all-in-one-sidebar/all-in-one-sidebar_0.7.16-1.dsc
all-in-one-sidebar_0.7.16.orig.tar.bz2
  to main/a/all-in-one-sidebar/all-in-one-sidebar_0.7.16.orig.tar.bz2
xul-ext-all-in-one-sidebar_0.7.16-1_all.deb
  to main/a/all-in-one-sidebar/xul-ext-all-in-one-sidebar_0.7.16-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/e1st8gs-0006at...@franck.debian.org



Accepted gtkwave 3.3.36-1 (source amd64)

2012-05-12 Thread Ahmed El-Mahmoudy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 12 May 2012 10:32:02 +0200
Source: gtkwave
Binary: gtkwave
Architecture: source amd64
Version: 3.3.36-1
Distribution: unstable
Urgency: low
Maintainer: Debian Electronics Team 
pkg-electronics-de...@lists.alioth.debian.org
Changed-By: أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmo...@sabily.org
Description: 
 gtkwave- VCD (Value Change Dump) file waveform viewer
Changes: 
 gtkwave (3.3.36-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/watch: Use Debian redirector only.
Checksums-Sha1: 
 80a54c38e62a305a6a8948c0eb245ab1e3dddee5 1820 gtkwave_3.3.36-1.dsc
 b6e7c17c97f33f332a326494659e947198189b7c 3799740 gtkwave_3.3.36.orig.tar.gz
 54d48e0c01549fe163190a523014f0ec2c14af0a 6327 gtkwave_3.3.36-1.debian.tar.gz
 9ed8b8bcfdf1924442f5cd32a8e23a8b1efa68df 2504512 gtkwave_3.3.36-1_amd64.deb
Checksums-Sha256: 
 8a01293540d5dea9731c24d48c1a60093f277e300b792c8e0347f60d5a03af24 1820 
gtkwave_3.3.36-1.dsc
 98124f279b411afd115c6cbf5286755b1a43142fa382318fd0d12fe9e9c6d68a 3799740 
gtkwave_3.3.36.orig.tar.gz
 67015074694a0a7c66e9b5221c51be9680267d6dbea26d52686ceaf898ad897a 6327 
gtkwave_3.3.36-1.debian.tar.gz
 3d4d4a5f046fb6cdf7373c03edcad08696e035b2a573dec8a581447bbca379f7 2504512 
gtkwave_3.3.36-1_amd64.deb
Files: 
 bb16463ef9d27fdf1d57798b9f6346d2 1820 electronics optional gtkwave_3.3.36-1.dsc
 a4275363369b0b7011afbaa7ec1667e6 3799740 electronics optional 
gtkwave_3.3.36.orig.tar.gz
 a30dc84142e882e35c795ae0870e7887 6327 electronics optional 
gtkwave_3.3.36-1.debian.tar.gz
 1ca8b7a16fa2726e51d1de4f5bc5 2504512 electronics optional 
gtkwave_3.3.36-1_amd64.deb

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

iQEcBAEBCAAGBQJPriUfAAoJELwZapTt3aG3ai4H/jVBI3gM5Dh7MMJpUPhWfaxX
JeSpCyszKgAmdX8FkiOo8nAgBFQWaE35tMwT6RFUrLvsvB+JgDQkFBvWLkzugyTZ
1DIdL8GVZ1yLZ095rJDHfJKFdo5q4LOnEDMNsDVnUlJLs7dcS1mP/Wlb9r6KhbvJ
6kpGwxWMjCz3oc5LUofCjpjMpZX+8coZwoSXhDPISBUqTyoJIXFDmJf5A6VW9772
yEu2KzJRdx39ijuIpLRMGaaXnE/yedcBoAM/mgBxeGyJj63yqubYhbxNaRupcMem
b/7vBZB8Awo7Ieev/V4FiLhhUBY2VGfFvtVommTKgRDk0eK/M7EI+ZsNXqGFIvw=
=3FAT
-END PGP SIGNATURE-


Accepted:
gtkwave_3.3.36-1.debian.tar.gz
  to main/g/gtkwave/gtkwave_3.3.36-1.debian.tar.gz
gtkwave_3.3.36-1.dsc
  to main/g/gtkwave/gtkwave_3.3.36-1.dsc
gtkwave_3.3.36-1_amd64.deb
  to main/g/gtkwave/gtkwave_3.3.36-1_amd64.deb
gtkwave_3.3.36.orig.tar.gz
  to main/g/gtkwave/gtkwave_3.3.36.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/e1st8hh-0006ww...@franck.debian.org



Accepted gtranslator 2.91.4-1 (source amd64)

2012-05-12 Thread Jordi Mallach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 11 May 2012 23:37:15 +0200
Source: gtranslator
Binary: gtranslator
Architecture: source amd64
Version: 2.91.4-1
Distribution: unstable
Urgency: low
Maintainer: Jordi Mallach jo...@debian.org
Changed-By: Jordi Mallach jo...@debian.org
Description: 
 gtranslator - PO-file editor for the GNOME Desktop
Changes: 
 gtranslator (2.91.4-1) unstable; urgency=low
 .
   * New upstream release.
   * Bump GTK+ build-dependency as per configure.ac.
   * Drop patches, all merged upstream.
Checksums-Sha1: 
 ec26e79429a65eb9bef097ea4c2026737135e34b 1937 gtranslator_2.91.4-1.dsc
 dea2c5ed40b212c5253e804cd8ff4f13b3138c7a 4565740 gtranslator_2.91.4.orig.tar.xz
 336eeb0d9b58f4872e65ea196a52cca9efb13a42 9822 
gtranslator_2.91.4-1.debian.tar.gz
 8375c2bcdb901480df9380d63e90cded656ac60e 4863944 gtranslator_2.91.4-1_amd64.deb
Checksums-Sha256: 
 f413cac951eaea1c40f24a7d83f90042ca79465b565a57f85f5f36849a391695 1937 
gtranslator_2.91.4-1.dsc
 af4ede1495c0c52ecc1e7bd36c8ee6ce0bb35525144d687d1ce7cb4bf6630826 4565740 
gtranslator_2.91.4.orig.tar.xz
 ff6cfb35d307be3ab20fc73c35ae2ba3092e067a2b2ead1772ad0dc9aef7cca2 9822 
gtranslator_2.91.4-1.debian.tar.gz
 ac8705e9c03c7f6b4e130b63ec9c94f4c4ee0381da367d3ee55900c116b905cc 4863944 
gtranslator_2.91.4-1_amd64.deb
Files: 
 0fd640611a9bce2c4b92d4d4696514cf 1937 gnome optional gtranslator_2.91.4-1.dsc
 47bee9b004dc9377f2d78d3d804e8fde 4565740 gnome optional 
gtranslator_2.91.4.orig.tar.xz
 55fa9e86e9f66d691a0a3b4d11f91f63 9822 gnome optional 
gtranslator_2.91.4-1.debian.tar.gz
 72d3b099003e5ed17c18dfff66abca8d 4863944 gnome optional 
gtranslator_2.91.4-1_amd64.deb

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

iEUEARECAAYFAk+uHTMACgkQJYSUupF6Il6u0ACeJdd6f6Ws2DDSMAkHu2sI5TYK
DpUAl3f6OeKZXaS9BelzSahvgSc4ZiM=
=J7Wd
-END PGP SIGNATURE-


Accepted:
gtranslator_2.91.4-1.debian.tar.gz
  to main/g/gtranslator/gtranslator_2.91.4-1.debian.tar.gz
gtranslator_2.91.4-1.dsc
  to main/g/gtranslator/gtranslator_2.91.4-1.dsc
gtranslator_2.91.4-1_amd64.deb
  to main/g/gtranslator/gtranslator_2.91.4-1_amd64.deb
gtranslator_2.91.4.orig.tar.xz
  to main/g/gtranslator/gtranslator_2.91.4.orig.tar.xz


-- 
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/e1st8i1-00074y...@franck.debian.org



Accepted ntp 1:4.2.6.p5+dfsg-2 (source all i386)

2012-05-12 Thread Peter Eisentraut
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 May 2012 12:04:06 +0300
Source: ntp
Binary: ntp ntpdate ntp-doc
Architecture: source all i386
Version: 1:4.2.6.p5+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian NTP Team pkg-ntp-maintain...@lists.alioth.debian.org
Changed-By: Peter Eisentraut pet...@debian.org
Description: 
 ntp- Network Time Protocol daemon and utility programs
 ntp-doc- Network Time Protocol documentation
 ntpdate- client for setting system time from NTP servers
Closes: 670662
Changes: 
 ntp (1:4.2.6.p5+dfsg-2) unstable; urgency=medium
 .
   * Re-enable crypto support by pointing openssl libdir to multiarch dir.
 Also increase libssl-dev build dependency to the first multiarch
 version. (closes: #670662)
Checksums-Sha1: 
 eb53e7903373086c9bc05310458b040b9958e8f8 1566 ntp_4.2.6.p5+dfsg-2.dsc
 9677aeb5d07799025de594e2c25c9a6330cc5252 104044 
ntp_4.2.6.p5+dfsg-2.debian.tar.gz
 e95058dd22ea48ac92ffac5ac6a0b924f6994fa3 1143034 
ntp-doc_4.2.6.p5+dfsg-2_all.deb
 b6f53b250a5fa5e4eec265630925ab788a471ed3 541616 ntp_4.2.6.p5+dfsg-2_i386.deb
 f0d7c8bd0fb9e94e797a584a256d2902e264741e 80522 ntpdate_4.2.6.p5+dfsg-2_i386.deb
Checksums-Sha256: 
 452b904383969ced87853be4a04016eb75fd6005b0d2d9be31ae923e7f8474e6 1566 
ntp_4.2.6.p5+dfsg-2.dsc
 7a9a834d9456de80c9762d06b8366a3bc650fa935cda038d1a6e4a482bc0568d 104044 
ntp_4.2.6.p5+dfsg-2.debian.tar.gz
 6bf751399f11010db3d45a84b5860c27c6a2948e3844016aad84db3ee51a1b20 1143034 
ntp-doc_4.2.6.p5+dfsg-2_all.deb
 566de3487a74a04b0239d4d4e93db33639066b9947133c5833ee3ce50e3e4c9b 541616 
ntp_4.2.6.p5+dfsg-2_i386.deb
 e6639ac95b1efd5a8f5392d3e24f76b6546f2f4f712762d0fedbaeac2e3e53ec 80522 
ntpdate_4.2.6.p5+dfsg-2_i386.deb
Files: 
 bb7e0157d61ac8bcc1f0e4a6f536cc7a 1566 net optional ntp_4.2.6.p5+dfsg-2.dsc
 45a5e5ec05807f981b61a91d5a74a400 104044 net optional 
ntp_4.2.6.p5+dfsg-2.debian.tar.gz
 0a6ab6bfeb7673f592e3b4a96c963532 1143034 doc optional 
ntp-doc_4.2.6.p5+dfsg-2_all.deb
 05eee5acc2303c3612b5d9e5dd6e2e8e 541616 net optional 
ntp_4.2.6.p5+dfsg-2_i386.deb
 827483cf25f252ab5a976097b917cf52 80522 net optional 
ntpdate_4.2.6.p5+dfsg-2_i386.deb

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

iEYEARECAAYFAk+uKFgACgkQTTx8oVVPtMZJCQCgpXwko9wsRcuc0WOwZ/0fAHy4
VvAAn3EgBcJwF06y0xSPi0OY5tYNxUav
=uo88
-END PGP SIGNATURE-


Accepted:
ntp-doc_4.2.6.p5+dfsg-2_all.deb
  to main/n/ntp/ntp-doc_4.2.6.p5+dfsg-2_all.deb
ntp_4.2.6.p5+dfsg-2.debian.tar.gz
  to main/n/ntp/ntp_4.2.6.p5+dfsg-2.debian.tar.gz
ntp_4.2.6.p5+dfsg-2.dsc
  to main/n/ntp/ntp_4.2.6.p5+dfsg-2.dsc
ntp_4.2.6.p5+dfsg-2_i386.deb
  to main/n/ntp/ntp_4.2.6.p5+dfsg-2_i386.deb
ntpdate_4.2.6.p5+dfsg-2_i386.deb
  to main/n/ntp/ntpdate_4.2.6.p5+dfsg-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/e1st8ne-0008cb...@franck.debian.org



Accepted pyfribidi 0.11.0+repack-1 (source amd64)

2012-05-12 Thread Ahmed El-Mahmoudy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 12 May 2012 10:14:14 +0200
Source: pyfribidi
Binary: python-pyfribidi python-pyfribidi-dbg
Architecture: source amd64
Version: 0.11.0+repack-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmo...@sabily.org
Description: 
 python-pyfribidi - FriBidi Python bindings
 python-pyfribidi-dbg - FriBidi Python bindings (debug symbols)
Closes: 671321
Changes: 
 pyfribidi (0.11.0+repack-1) unstable; urgency=low
 .
   * Repack pyfribidi to remove convenience copy of fribidi library.
 (Closes: #671321)
Checksums-Sha1: 
 e8db14837540c2841a18fd78646bc401a6902a46 1982 pyfribidi_0.11.0+repack-1.dsc
 79ef6f8cd0f7309282a7786baafadf66ce52821b 15619 
pyfribidi_0.11.0+repack.orig.tar.gz
 4384359919cfcc8dabda335d7c110df363b9b64d 4550 
pyfribidi_0.11.0+repack-1.debian.tar.gz
 c710c43e966d9a1c3149415796376c6d20edb52b 11808 
python-pyfribidi_0.11.0+repack-1_amd64.deb
 5a5758732b19babe4d9bad8c7d2811ab0347 29200 
python-pyfribidi-dbg_0.11.0+repack-1_amd64.deb
Checksums-Sha256: 
 c4087378f7cf4672600382f509134c3241116b5eafaac03ac5b58f440671fff2 1982 
pyfribidi_0.11.0+repack-1.dsc
 886f4dec40d697aa93260e51219df5ab8559d350951256bcc04f5ebaad565032 15619 
pyfribidi_0.11.0+repack.orig.tar.gz
 fe48f7747d8227e113596f8392bc62ef1ef49ad697e09a5827dcd80410f93bd4 4550 
pyfribidi_0.11.0+repack-1.debian.tar.gz
 4fd54251c0da9ee5bb3707bd5e0194e44b1876ca37e77e32dad8955ea5ccc704 11808 
python-pyfribidi_0.11.0+repack-1_amd64.deb
 1779ad4cf166588bb38f1ef3b6460a5cbdb43ff2a6a0058638c71885efb98cca 29200 
python-pyfribidi-dbg_0.11.0+repack-1_amd64.deb
Files: 
 abd680a52a3d4da4230f9ed21cb38be0 1982 python optional 
pyfribidi_0.11.0+repack-1.dsc
 e2bd56f11e6d7b65b338ad6c7511ed8d 15619 python optional 
pyfribidi_0.11.0+repack.orig.tar.gz
 85af32926b4e6c46e1d70aa12512475f 4550 python optional 
pyfribidi_0.11.0+repack-1.debian.tar.gz
 9082a37e1fab45d64faec180e8ef8cc9 11808 python optional 
python-pyfribidi_0.11.0+repack-1_amd64.deb
 a444a891b33d4c151c929bec7aa1ae45 29200 debug extra 
python-pyfribidi-dbg_0.11.0+repack-1_amd64.deb

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

iQEcBAEBCAAGBQJPriKBAAoJELwZapTt3aG35J0IAJJUmyjq+Ikujxdl01Uj2ZJk
ovW7m5zwRczFZH3TrlEzTYdY4LYuUV6l/3zOhBCKsQ3ECq64wf4uhS6xFW2GicDs
EEZtyZQn/0sjkZU1MPiRg+boF+aEIjUJxhw1iGPhFnHopHDjUGfeU2vLSpxWmleM
TP2E2gd8MFelEexfMh+B+0UE2N0yykeYf2QG7lT67Dd8OARca53+bNEZEKyCdGDM
qfAs7D2NPuTnIrOwtSfeXSmDo39tuGsQmkbYwQ/3ROLk4aUai2kGJCMllZ8mcqLa
wcG/7jLD/BJm1vxhkiMr+UwBZkrftFGnwb7kvqQSlSWxcIi5kDJ0KnHUhuBFARY=
=7FMp
-END PGP SIGNATURE-


Accepted:
pyfribidi_0.11.0+repack-1.debian.tar.gz
  to main/p/pyfribidi/pyfribidi_0.11.0+repack-1.debian.tar.gz
pyfribidi_0.11.0+repack-1.dsc
  to main/p/pyfribidi/pyfribidi_0.11.0+repack-1.dsc
pyfribidi_0.11.0+repack.orig.tar.gz
  to main/p/pyfribidi/pyfribidi_0.11.0+repack.orig.tar.gz
python-pyfribidi-dbg_0.11.0+repack-1_amd64.deb
  to main/p/pyfribidi/python-pyfribidi-dbg_0.11.0+repack-1_amd64.deb
python-pyfribidi_0.11.0+repack-1_amd64.deb
  to main/p/pyfribidi/python-pyfribidi_0.11.0+repack-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/e1st8ng-0008ld...@franck.debian.org



Accepted python-netaddr 0.7.6-2 (source all)

2012-05-12 Thread Vincent Bernat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 May 2012 11:09:42 +0200
Source: python-netaddr
Binary: python-netaddr
Architecture: source all
Version: 0.7.6-2
Distribution: unstable
Urgency: low
Maintainer: Vincent Bernat ber...@debian.org
Changed-By: Vincent Bernat ber...@debian.org
Description: 
 python-netaddr - manipulation of various common network address notations
Closes: 671344
Changes: 
 python-netaddr (0.7.6-2) unstable; urgency=low
 .
   * Clean generated documentation. Closes: #671344.
   * Bump Standards-Version.
Checksums-Sha1: 
 c8152ef7d8f076d260f96d90c90f682abc8cca8a 1462 python-netaddr_0.7.6-2.dsc
 7238b191ec0a42bdaf0957711ab0d26b4052f5d5 4060 
python-netaddr_0.7.6-2.debian.tar.gz
 ac1aaad76c17445ac3f261e0ca963fbec343c708 1297836 python-netaddr_0.7.6-2_all.deb
Checksums-Sha256: 
 121fe01da86f0f9b2264615ba251c67940210159716cc1f79453698c09960c09 1462 
python-netaddr_0.7.6-2.dsc
 ed8f07d0602986e335c29495a3da326608f2e325a47ad46830882a6d7e9e23ee 4060 
python-netaddr_0.7.6-2.debian.tar.gz
 5597bf9e3c18b48b10f4c3b1b38b470f62707cfec39b2eee8dfb22b0ffd76ad1 1297836 
python-netaddr_0.7.6-2_all.deb
Files: 
 244b70516ce375e5c805904203a3b9e6 1462 python optional 
python-netaddr_0.7.6-2.dsc
 97e8c33ef834dd053bc0e620811928ae 4060 python optional 
python-netaddr_0.7.6-2.debian.tar.gz
 6bc944c888c815e4d62554a9273d66b1 1297836 python optional 
python-netaddr_0.7.6-2_all.deb

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

iEYEARECAAYFAk+uLLYACgkQKFvXofIqeU6znACfZqnnjO+TIuMjkIWGsAedZJw/
UncAoIZto0ubBdg+Cmrf+Ww1V/lktnRz
=x6u0
-END PGP SIGNATURE-


Accepted:
python-netaddr_0.7.6-2.debian.tar.gz
  to main/p/python-netaddr/python-netaddr_0.7.6-2.debian.tar.gz
python-netaddr_0.7.6-2.dsc
  to main/p/python-netaddr/python-netaddr_0.7.6-2.dsc
python-netaddr_0.7.6-2_all.deb
  to main/p/python-netaddr/python-netaddr_0.7.6-2_all.deb


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



Accepted greasemonkey 0.9.19-1 (source all)

2012-05-12 Thread Fabrizio Regalli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 May 2012 11:37:00 +0200
Source: greasemonkey
Binary: xul-ext-greasemonkey
Architecture: source all
Version: 0.9.19-1
Distribution: unstable
Urgency: low
Maintainer: Dmitry E. Oboukhov un...@debian.org
Changed-By: Fabrizio Regalli fab...@fabreg.it
Description: 
 xul-ext-greasemonkey - extension that enables customization of webpages with 
user script
Changes: 
 greasemonkey (0.9.19-1) unstable; urgency=low
 .
   * Imported Upstream version 0.9.19
Checksums-Sha1: 
 8b635e4853eb2854b9ab95d9f9ef0485b17d38d0 2115 greasemonkey_0.9.19-1.dsc
 0d2bd89226fe3f6bd36647e599ef02cfa45b7db9 126582 
greasemonkey_0.9.19.orig.tar.bz2
 d65ca9f18d8565b757eff30f36bb874e6b996359 4725 
greasemonkey_0.9.19-1.debian.tar.gz
 3c79a8567d11e0c57599c1d6af8d5c79e1f5f030 213474 
xul-ext-greasemonkey_0.9.19-1_all.deb
Checksums-Sha256: 
 d053ae9d64ba6297856ce211eb590a9d395c4fe236cc4794c8ae2cfc74a48d8e 2115 
greasemonkey_0.9.19-1.dsc
 a4417fb9717a672a1d51b82190d8f845341e70e2ae5afce178bf247f4b145aa8 126582 
greasemonkey_0.9.19.orig.tar.bz2
 e092d7e7678207adca5cb2df854f8c5b571a3be7133bc0015b5e5982ac599c6d 4725 
greasemonkey_0.9.19-1.debian.tar.gz
 8cb2514fc425ae4dfda73eb02f7b1b607d785ae4cffdd38c99d2c27c54213528 213474 
xul-ext-greasemonkey_0.9.19-1_all.deb
Files: 
 ebefc1607c24ea2d42e3e16b735493d8 2115 web optional greasemonkey_0.9.19-1.dsc
 7c066d42269deeff14e9b112f53f6141 126582 web optional 
greasemonkey_0.9.19.orig.tar.bz2
 da7266d123a6c08b4053e18c338f14fc 4725 web optional 
greasemonkey_0.9.19-1.debian.tar.gz
 a8efa0c6dcd23506973faa94362b5a6b 213474 web optional 
xul-ext-greasemonkey_0.9.19-1_all.deb

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

iQIcBAEBAgAGBQJPri/6AAoJEEwEP+tcfPCyIKUP/1LvKXQFaWq+SERTJ2EPNaYV
Q20gbc6hwlKFBqsSqwW21zppCtWeGHf7Uv0MBpmx6CDmL1Dr0I9VfmEHB3ZD2sbs
aaasV5kppWhug113oOVHGftagAHxfvBlvHnelJ1ZnQAJlKvHmCg6QDSRx4uGyppe
6waaAEK3yI7HFMc2ckDp2VSjeHzDfeWxLpMAfQIgBePXvasD5V7arZB3aq6IMaEv
SXPQYtGkzq2Btn9vHMD4sBbLzWkM9sgVUl25mOnn73m4Z2d0wxgEIwJAjpkjf4bt
Ps0xn7ENq3/1urZdcv17lKSesIOYovMQb4m3hy8p9FiVMkNaJnigzAFWunUZxMji
EePPuFI96nZL/GB68yPwacL+Fn0dO5QhUuyU/0fBxuPf0AE+ljsYo+KH5r44aOI8
bDGfifFBA+TKYwVSI8RFJjJzIq38ao9NeK8pDe6Eu8YHutvMjmhf/ZbEq4LYYQ6B
L2scqa85q7CJA2RdJgmZi8MCqoqkLk6le8uFg0p4I7PCb9QkoKt7Gap57zp+dU2q
c/fHpLaSquHsD3bq7ssSKypEbEbHQMy0y3W4FpvX7lyeKq07jCI8jIE9oWz12w1g
tfIOF/F1L0P/REXCXpYioPgkB8XShTLlcsSR/o5L4wFyGaTidmjTnexLJQdxHVZK
TV/h9Lw87jgRbGTc2wqr
=g+xP
-END PGP SIGNATURE-


Accepted:
greasemonkey_0.9.19-1.debian.tar.gz
  to main/g/greasemonkey/greasemonkey_0.9.19-1.debian.tar.gz
greasemonkey_0.9.19-1.dsc
  to main/g/greasemonkey/greasemonkey_0.9.19-1.dsc
greasemonkey_0.9.19.orig.tar.bz2
  to main/g/greasemonkey/greasemonkey_0.9.19.orig.tar.bz2
xul-ext-greasemonkey_0.9.19-1_all.deb
  to main/g/greasemonkey/xul-ext-greasemonkey_0.9.19-1_all.deb


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



Accepted manpages-pl 1:0.2-1 (source all)

2012-05-12 Thread Robert Luberda
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 May 2012 10:18:59 +0200
Source: manpages-pl
Binary: manpages-pl-dev manpages-pl
Architecture: source all
Version: 1:0.2-1
Distribution: unstable
Urgency: low
Maintainer: Robert Luberda rob...@debian.org
Changed-By: Robert Luberda rob...@debian.org
Description: 
 manpages-pl - Polish man pages
 manpages-pl-dev - Polish man pages for developers
Changes: 
 manpages-pl (1:0.2-1) unstable; urgency=low
 .
   * New upstream version.
   * Drop Debian patches, all of them have been applied by upstream.
   * Update debian/copyright.
   * debian/move.list:
 + remove no longer needed entries;
 + install shred(1) man page again as it has been updated (the page
   was removed in 20060617-4).
Checksums-Sha1: 
 2f1ca1749c657823353b8e616a715d65f9b0c9e9 1298 manpages-pl_0.2-1.dsc
 cd3ea3ad349877020502e124006eee4103debc46 2317002 manpages-pl_0.2.orig.tar.bz2
 b69ee9a9850e052d87620ad157ccc9936f16cf4d 8606 manpages-pl_0.2-1.debian.tar.gz
 a353eaa32d3f6ab386061acafcfea21d4473e65c 730426 manpages-pl-dev_0.2-1_all.deb
 af0d8afb9e05dede4f90889bcf89b9fa8982b13f 2189292 manpages-pl_0.2-1_all.deb
Checksums-Sha256: 
 8ddebb7b2274ab34fc29a8558da11548d939806c632601dad603c5a6bf495ca5 1298 
manpages-pl_0.2-1.dsc
 7f157e48f5b8ca3de7d90dac362aaead34879b8c17bf65683de4630eef769595 2317002 
manpages-pl_0.2.orig.tar.bz2
 48fd896fd796761dc6bd05e6c56224e17f3490fde780ada9d6bfdeb63064e680 8606 
manpages-pl_0.2-1.debian.tar.gz
 80c9681432476290bbc50a1959d0d72a30a1cec8c5f501133c5736195a7a44e1 730426 
manpages-pl-dev_0.2-1_all.deb
 7f0fed2d22f7be4c600fddaeeddfd778886886cb3d96ea9f80bc46ee2ea3783d 2189292 
manpages-pl_0.2-1_all.deb
Files: 
 0999afd2da067cd93ba96fe794c1b8a5 1298 doc optional manpages-pl_0.2-1.dsc
 cb32bd44a720a1107804550e51fab6bf 2317002 doc optional 
manpages-pl_0.2.orig.tar.bz2
 2b44f64ceb723cd73c3e22e410178284 8606 doc optional 
manpages-pl_0.2-1.debian.tar.gz
 3808a47c4d7bad3de541d33f51f514c1 730426 doc optional 
manpages-pl-dev_0.2-1_all.deb
 aebb9cd53642241aef93b6411deaa497 2189292 doc optional manpages-pl_0.2-1_all.deb

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

iEYEARECAAYFAk+uH1oACgkQThh1cJ0wnDsJywCfT9PrmzbDnMBf48x+ONrHCngZ
AHkAnR1A3F7YBH4bqc5lCJzr5IX6iljc
=79DR
-END PGP SIGNATURE-


Accepted:
manpages-pl-dev_0.2-1_all.deb
  to main/m/manpages-pl/manpages-pl-dev_0.2-1_all.deb
manpages-pl_0.2-1.debian.tar.gz
  to main/m/manpages-pl/manpages-pl_0.2-1.debian.tar.gz
manpages-pl_0.2-1.dsc
  to main/m/manpages-pl/manpages-pl_0.2-1.dsc
manpages-pl_0.2-1_all.deb
  to main/m/manpages-pl/manpages-pl_0.2-1_all.deb
manpages-pl_0.2.orig.tar.bz2
  to main/m/manpages-pl/manpages-pl_0.2.orig.tar.bz2


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



Accepted soya 0.15~rc1-8 (source amd64)

2012-05-12 Thread Vincent Bernat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 May 2012 11:28:09 +0200
Source: soya
Binary: python-soya python-soya-dbg
Architecture: source amd64
Version: 0.15~rc1-8
Distribution: unstable
Urgency: low
Maintainer: Vincent Bernat ber...@debian.org
Changed-By: Vincent Bernat ber...@debian.org
Description: 
 python-soya - high level 3D engine for Python
 python-soya-dbg - high level 3D engine for Python - debug extension
Changes: 
 soya (0.15~rc1-8) unstable; urgency=low
 .
   * Remove whole build directory on clean.
Checksums-Sha1: 
 7fe631f3ba89bff091be3594c5a0e27ce8576574 1679 soya_0.15~rc1-8.dsc
 92de1a698cfd398ca144dd4b720464dc37524af7 10702 soya_0.15~rc1-8.debian.tar.gz
 dea1c596384d016cbdd624f9212feac9e7beb90e 1426424 
python-soya_0.15~rc1-8_amd64.deb
 a8a7c5a377af4b0d3d5fc3d65abe3d95a2686ee1 5021746 
python-soya-dbg_0.15~rc1-8_amd64.deb
Checksums-Sha256: 
 271b3a8246aed44b6a3eaab03d381bc044b3e1398d629498f9cc29881c7266db 1679 
soya_0.15~rc1-8.dsc
 62ca60488a94768aca27867f8d23beaa83deda3c3664c50335cc495bb240d617 10702 
soya_0.15~rc1-8.debian.tar.gz
 34f2d7c6c02c00888f63dcc624d0ae49c9379143b9eab58e32c7accbc81f44b3 1426424 
python-soya_0.15~rc1-8_amd64.deb
 309d5f648c5abe2e817b00ffa5c923dc28cac664d3227b1668aa865c71c67859 5021746 
python-soya-dbg_0.15~rc1-8_amd64.deb
Files: 
 d09dd529c889e863e53d5367741a31d1 1679 python optional soya_0.15~rc1-8.dsc
 bb6caa8a01dbf5f913714e57fbfac4c6 10702 python optional 
soya_0.15~rc1-8.debian.tar.gz
 9b564c33dd170f06d14e72b3cab6b31c 1426424 python optional 
python-soya_0.15~rc1-8_amd64.deb
 f5550eb60064e58cd879f5a1f7c0c515 5021746 debug extra 
python-soya-dbg_0.15~rc1-8_amd64.deb

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

iEYEARECAAYFAk+uMacACgkQKFvXofIqeU4fFACgnJOPTST6z0PnLA213pm3nGxM
m8MAoI+POKAejRjeKshLBpGQRrg+DzHo
=8wb/
-END PGP SIGNATURE-


Accepted:
python-soya-dbg_0.15~rc1-8_amd64.deb
  to main/s/soya/python-soya-dbg_0.15~rc1-8_amd64.deb
python-soya_0.15~rc1-8_amd64.deb
  to main/s/soya/python-soya_0.15~rc1-8_amd64.deb
soya_0.15~rc1-8.debian.tar.gz
  to main/s/soya/soya_0.15~rc1-8.debian.tar.gz
soya_0.15~rc1-8.dsc
  to main/s/soya/soya_0.15~rc1-8.dsc


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



Accepted maildir-utils 0.9.8.4-1 (source all amd64)

2012-05-12 Thread Norbert Preining
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 10 May 2012 09:13:30 +0900
Source: maildir-utils
Binary: maildir-utils mu4e maildir-utils-extra
Architecture: source amd64 all
Version: 0.9.8.4-1
Distribution: unstable
Urgency: low
Maintainer: Norbert Preining prein...@debian.org
Changed-By: Norbert Preining prein...@debian.org
Description: 
 maildir-utils - Set of utilities to deal with Maildirs (upstream name mu)
 maildir-utils-extra - Extra utilities for maildir-utils
 mu4e   - e-mail client for Emacs based on mu (maildir-utils)
Changes: 
 maildir-utils (0.9.8.4-1) unstable; urgency=low
 .
   * new upstream release
   * unfuzzify and adapt patches
   * install new toy msg2pdf into maildir-utils-extra
   * package emacs mu4e into a separate package, and install emacs support
   * remove quilt from build-deps, and add emacsen-common
Checksums-Sha1: 
 1263345817ea9a0ae14a9df3f187ded1e22bb98f 1468 maildir-utils_0.9.8.4-1.dsc
 d586dddcc5b2f73e0bc1c835c199644a65c0f5b5 1070145 
maildir-utils_0.9.8.4.orig.tar.gz
 0fd3c89cb2f407d9fe44506bfa855c5e72a4284f 9888 
maildir-utils_0.9.8.4-1.debian.tar.gz
 69bcd144d9ad4a94521b80d45a7c74408b946198 131284 
maildir-utils_0.9.8.4-1_amd64.deb
 e824e547873955232b31032726d511c7f47672dc 86980 mu4e_0.9.8.4-1_all.deb
 02d0ef4a17309fa8c792f7ecb80756e5dc538452 136834 
maildir-utils-extra_0.9.8.4-1_amd64.deb
Checksums-Sha256: 
 6043db05a4a397f9736d64b319e7a12f18914e980f1a3514a60b12bc8f10c568 1468 
maildir-utils_0.9.8.4-1.dsc
 822fa2ce16c6103481b914b1a4341cf3891e32d5c36ef96228f5f57622648fe4 1070145 
maildir-utils_0.9.8.4.orig.tar.gz
 985593ff36f19412ec978577c496367d4566fdae1623d4c35774f8bbc9ba3d72 9888 
maildir-utils_0.9.8.4-1.debian.tar.gz
 e7a0b71b11131d06f1b69475d79ba64f81eb3fe680f67bf193f74f0ea61cd32a 131284 
maildir-utils_0.9.8.4-1_amd64.deb
 51efa1d8ebd41d13b9b05ac7c11a012f1188e39e3f026fe655a7e99571eef7ab 86980 
mu4e_0.9.8.4-1_all.deb
 893a326612cfb5c475adf8d36f79de89ca88cfc741ac8c39dc9fbc0c30bd27a6 136834 
maildir-utils-extra_0.9.8.4-1_amd64.deb
Files: 
 f740ff427bc4a0f23e268a590f9e9df5 1468 mail optional maildir-utils_0.9.8.4-1.dsc
 4a30b116e6ffb23e0977b0ba497a3ee2 1070145 mail optional 
maildir-utils_0.9.8.4.orig.tar.gz
 557a8566d82efe2db880d799516d252c 9888 mail optional 
maildir-utils_0.9.8.4-1.debian.tar.gz
 c11666870a029c285767f277fe989fed 131284 mail optional 
maildir-utils_0.9.8.4-1_amd64.deb
 45377bbdc905676c7a90176d26e32746 86980 lisp optional mu4e_0.9.8.4-1_all.deb
 7255012b4925cd2b795b91ec3fd39e56 136834 mail optional 
maildir-utils-extra_0.9.8.4-1_amd64.deb

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

iD8DBQFPqwof0r9KownFsJQRAvq+AJ4gcuxb9hAi9SG+JvaEeey21sBFugCfcJCt
MAszMn63HvTUSctoOdcSRaU=
=203Y
-END PGP SIGNATURE-


Accepted:
maildir-utils-extra_0.9.8.4-1_amd64.deb
  to main/m/maildir-utils/maildir-utils-extra_0.9.8.4-1_amd64.deb
maildir-utils_0.9.8.4-1.debian.tar.gz
  to main/m/maildir-utils/maildir-utils_0.9.8.4-1.debian.tar.gz
maildir-utils_0.9.8.4-1.dsc
  to main/m/maildir-utils/maildir-utils_0.9.8.4-1.dsc
maildir-utils_0.9.8.4-1_amd64.deb
  to main/m/maildir-utils/maildir-utils_0.9.8.4-1_amd64.deb
maildir-utils_0.9.8.4.orig.tar.gz
  to main/m/maildir-utils/maildir-utils_0.9.8.4.orig.tar.gz
mu4e_0.9.8.4-1_all.deb
  to main/m/maildir-utils/mu4e_0.9.8.4-1_all.deb


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



Accepted gpsman 6.4.3-1 (source all)

2012-05-12 Thread Rogerio Reis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 May 2012 10:24:26 +0100
Source: gpsman
Binary: gpsman
Architecture: source all
Version: 6.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Rogerio Reis r...@debian.org
Changed-By: Rogerio Reis r...@debian.org
Description: 
 gpsman - A GPS data graphical manager
Changes: 
 gpsman (6.4.3-1) unstable; urgency=low
 .
   * New upstream release
   * TK8.4 dependency removed
Checksums-Sha1: 
 26b3704093b50df668458f6dcc5ccfb0cf023768 978 gpsman_6.4.3-1.dsc
 aa79846ec88db28af226ec38f84141e41580735d 1417420 gpsman_6.4.3.orig.tar.gz
 1c19e3e6dc1086b790e8b0e94f6be0214a34439e 5006 gpsman_6.4.3-1.diff.gz
 32326f7e54226962ccb87da16cde433b17453ef4 1411280 gpsman_6.4.3-1_all.deb
Checksums-Sha256: 
 c4e111550d61ee4c6e19327664324a7dba38b6d050e8fc4999d85bed53b02a98 978 
gpsman_6.4.3-1.dsc
 d5b0406b5f715c979c6e939a8927e2d4cabda4bd4a0b7caca54f7c12ed9b2e48 1417420 
gpsman_6.4.3.orig.tar.gz
 4cbd7a8f69b2016650b704ef77b2d54523548b50634a5a5ee5f950185781594d 5006 
gpsman_6.4.3-1.diff.gz
 6f0adb9a8395c6c1967abe69619fc0548f34dcf10735bbb20c51146fed20bbb8 1411280 
gpsman_6.4.3-1_all.deb
Files: 
 f2b97d964e612a32697cb9578fbda162 978 misc optional gpsman_6.4.3-1.dsc
 60bb733826d1bc14a449e08de7e2fe1f 1417420 misc optional gpsman_6.4.3.orig.tar.gz
 446864f6ffa2a8c8df130b956f6ff685 5006 misc optional gpsman_6.4.3-1.diff.gz
 7be229f5bb96d22b092c71b95f8023ea 1411280 misc optional gpsman_6.4.3-1_all.deb

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

iEYEARECAAYFAk+uMVkACgkQQxSObRjqNFfZ0gCeNO8fq0SUdX3/TQ/cbFspmq8C
5foAn28mSmsnoEK08pkZI05bp40c1KhP
=eE1Q
-END PGP SIGNATURE-


Accepted:
gpsman_6.4.3-1.diff.gz
  to main/g/gpsman/gpsman_6.4.3-1.diff.gz
gpsman_6.4.3-1.dsc
  to main/g/gpsman/gpsman_6.4.3-1.dsc
gpsman_6.4.3-1_all.deb
  to main/g/gpsman/gpsman_6.4.3-1_all.deb
gpsman_6.4.3.orig.tar.gz
  to main/g/gpsman/gpsman_6.4.3.orig.tar.gz


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



Accepted db 5.1.29-3 (source all amd64)

2012-05-12 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 11 May 2012 14:07:18 +0200
Source: db
Binary: db5.1-doc libdb5.1-dev libdb5.1 db5.1-util db5.1-sql-util libdb5.1++ 
libdb5.1++-dev libdb5.1-tcl libdb5.1-dbg libdb5.1-java-jni libdb5.1-java 
libdb5.1-java-gcj libdb5.1-java-dev libdb5.1-sql-dev libdb5.1-sql 
libdb5.1-stl-dev libdb5.1-stl
Architecture: source all amd64
Version: 5.1.29-3
Distribution: unstable
Urgency: low
Maintainer: Debian Berkeley DB Group pkg-db-de...@lists.alioth.debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 db5.1-doc  - Berkeley v5.1 Database Documentation [html]
 db5.1-sql-util - Berkeley v5.1 SQL Database Utilities
 db5.1-util - Berkeley v5.1 Database Utilities
 libdb5.1   - Berkeley v5.1 Database Libraries [runtime]
 libdb5.1++ - Berkeley v5.1 Database Libraries for C++ [runtime]
 libdb5.1++-dev - Berkeley v5.1 Database Libraries for C++ [development]
 libdb5.1-dbg - Berkeley v5.1 Database Libraries [debug]
 libdb5.1-dev - Berkeley v5.1 Database Libraries [development]
 libdb5.1-java - Berkeley v5.1 Database Libraries for Java
 libdb5.1-java-dev - Berkeley v5.1 Database Libraries for Java [development]
 libdb5.1-java-gcj - Berkeley v5.1 Database Libraries for Java (native code)
 libdb5.1-java-jni - Berkeley v5.1 Database Libraries for Java
 libdb5.1-sql - Berkeley v5.1 Database Libraries [SQL runtime]
 libdb5.1-sql-dev - Berkeley v5.1 Database Libraries [SQL development]
 libdb5.1-stl - Berkeley v5.1 Database Libraries [STL runtime]
 libdb5.1-stl-dev - Berkeley v5.1 Database Libraries [STL development]
 libdb5.1-tcl - Berkeley v5.1 Database Libraries for Tcl [module]
Closes: 669991 670664 672463
Changes: 
 db (5.1.29-3) unstable; urgency=low
 .
   * Reverse dependency between -java and -java-jni package to not break
 our reverse dependencies (Closes: #672463)
   * Suggests instead of Recommends for libdb5.1-java-gcj (Closes: #670664)
   * Explicitly depend on debhelper (= 9) (Closes: #669991)
   * Fix binNMUability and bump standards to 3.9.3
Checksums-Sha1: 
 5fa4200f0407b85ae7c869456b40f9b1b4b9869c 2113 db_5.1.29-3.dsc
 77d52bec33321cfe65e0d605eb70e1bad996675a 28494 db_5.1.29-3.debian.tar.gz
 e0a6f3079253b18bf0aad490404a7c7ffc5fd7cf 17311630 db5.1-doc_5.1.29-3_all.deb
 3fc2fff3b91b9df83809247308d0001aec1f9633 881578 libdb5.1-dev_5.1.29-3_amd64.deb
 a0b999e86e51d436c9b4ff344592c6245c3fc46b 722842 libdb5.1_5.1.29-3_amd64.deb
 574b0fb2a870357ee8a00e71e3d19f5ff2ecf4ae 87438 db5.1-util_5.1.29-3_amd64.deb
 26296a7832b96563440387b58f32ba32ee6e2cf6 22030 
db5.1-sql-util_5.1.29-3_amd64.deb
 98fb8e1d3e4cbb30c9a0996cabfab7709de87b55 756740 libdb5.1++_5.1.29-3_amd64.deb
 19b60037dd4816de1219c7ea2887e23151bf5eae 1802292 
libdb5.1++-dev_5.1.29-3_amd64.deb
 22bc676b90a6bf1fd63a4d3a69fe2a4768afed95 2695246 
libdb5.1-tcl_5.1.29-3_amd64.deb
 eab6cb1c89fdb187d0df17417103e91c624a2acd 33216260 
libdb5.1-dbg_5.1.29-3_amd64.deb
 2bb080c441cca973191b6f5ae6e1cc959c1d8c1a 762542 
libdb5.1-java-jni_5.1.29-3_amd64.deb
 6b567bff339fa6ac7c1112355d16ec3a5a68a1b4 526186 libdb5.1-java_5.1.29-3_all.deb
 13de1c86661471230cfacb96b23b42c505bb751f 798644 
libdb5.1-java-gcj_5.1.29-3_amd64.deb
 9a9c0ea6c524dfc3d1d1feda42679e9fce70b0fb 904500 
libdb5.1-java-dev_5.1.29-3_amd64.deb
 6a0cce330605e5c9eab52f19306ec80c7c66905b 2305734 
libdb5.1-sql-dev_5.1.29-3_amd64.deb
 e542b8041d83edd4bed8228696e099bdc5018287 959622 libdb5.1-sql_5.1.29-3_amd64.deb
 9004d4f1141f0ef838e7bcd880a0783065e1bbbc 1963540 
libdb5.1-stl-dev_5.1.29-3_amd64.deb
 1775923526f0baf34ef01856bbed074f6fbfb5a4 786000 libdb5.1-stl_5.1.29-3_amd64.deb
Checksums-Sha256: 
 2cc84029b17f73fbc3205b3d4236e2cac95fb721e87360dbb5c10e92fc72b898 2113 
db_5.1.29-3.dsc
 6cb1eff1b50d59ae96f2ade4e5d5604efa001720290b037f540e013c74a34eae 28494 
db_5.1.29-3.debian.tar.gz
 54b09572cc70f70b152b2348d0f66f84b66c8cfb4240dfbd772f73044ec1c514 17311630 
db5.1-doc_5.1.29-3_all.deb
 ff95a5523c68177e888cf7355b2fc38dea166366d97f52508495328b650264e6 881578 
libdb5.1-dev_5.1.29-3_amd64.deb
 4fb90477d3b251cfab68acaee596fe80c41f2426f50c0771156f23a171989a6a 722842 
libdb5.1_5.1.29-3_amd64.deb
 2e6b45e3db847bec1d0d439773f72263a0641da55a54e38b8a565c0084bcb4dd 87438 
db5.1-util_5.1.29-3_amd64.deb
 b23fc35e1981d2c40aa60126fa5d2cbee7949ac34544bbf28ef65a450376877c 22030 
db5.1-sql-util_5.1.29-3_amd64.deb
 f632aa00c8f062328d30b5e86fd9c64e33529e9fb0df5e37506103381581769b 756740 
libdb5.1++_5.1.29-3_amd64.deb
 7d5e7cf360a419f0a0be135a34fc82213747d598e920ba75a2e536d943345473 1802292 
libdb5.1++-dev_5.1.29-3_amd64.deb
 24f8e5b8fffda01bbe5cd92afe92a4ff25ef3948c794a0be622b279416e9a0ea 2695246 
libdb5.1-tcl_5.1.29-3_amd64.deb
 1585b79e434326a8f6d8e0b5bd2b94dca85bc72730efd965bcbf20638f8eec0b 33216260 
libdb5.1-dbg_5.1.29-3_amd64.deb
 afa2b8c0cba90ba43d83f145dbfcc3e57d452636dddecdb8fa417bdb40e0b2a9 762542 
libdb5.1-java-jni_5.1.29-3_amd64.deb
 b18b8208aace8a08c15fa557e79bc57ea9dfc892f3bd71cf278e968a15d40eb2 526186 
libdb5.1-java_5.1.29-3_all.deb
 

Accepted db5.3 5.3.15-4 (source all amd64)

2012-05-12 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 11 May 2012 14:22:34 +0200
Source: db5.3
Binary: db5.3-doc libdb5.3-dev libdb5.3 db5.3-util db5.3-sql-util libdb5.3++ 
libdb5.3++-dev libdb5.3-tcl libdb5.3-dbg libdb5.3-java-jni libdb5.3-java 
libdb5.3-java-gcj libdb5.3-java-dev libdb5.3-sql-dev libdb5.3-sql 
libdb5.3-stl-dev libdb5.3-stl
Architecture: source all amd64
Version: 5.3.15-4
Distribution: unstable
Urgency: low
Maintainer: Debian Berkeley DB Group pkg-db-de...@lists.alioth.debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 db5.3-doc  - Berkeley v5.3 Database Documentation [html]
 db5.3-sql-util - Berkeley v5.3 SQL Database Utilities
 db5.3-util - Berkeley v5.3 Database Utilities
 libdb5.3   - Berkeley v5.3 Database Libraries [runtime]
 libdb5.3++ - Berkeley v5.3 Database Libraries for C++ [runtime]
 libdb5.3++-dev - Berkeley v5.3 Database Libraries for C++ [development]
 libdb5.3-dbg - Berkeley v5.3 Database Libraries [debug]
 libdb5.3-dev - Berkeley v5.3 Database Libraries [development]
 libdb5.3-java - Berkeley v5.3 Database Libraries for Java
 libdb5.3-java-dev - Berkeley v5.3 Database Libraries for Java [development]
 libdb5.3-java-gcj - Berkeley v5.3 Database Libraries for Java (native code)
 libdb5.3-java-jni - Berkeley v5.3 Database Libraries for Java
 libdb5.3-sql - Berkeley v5.3 Database Libraries [SQL runtime]
 libdb5.3-sql-dev - Berkeley v5.3 Database Libraries [SQL development]
 libdb5.3-stl - Berkeley v5.3 Database Libraries [STL runtime]
 libdb5.3-stl-dev - Berkeley v5.3 Database Libraries [STL development]
 libdb5.3-tcl - Berkeley v5.3 Database Libraries for Tcl [module]
Closes: 669992
Changes: 
 db5.3 (5.3.15-4) unstable; urgency=low
 .
   * Suggests instead of Recommends for libdb5.3-java-gcj
   * Explicitly depend on debhelper (= 9)
   * Split libdb5.3-java to arch independent libdb5.3-java and move JNI
 libraries to libdb5.3-java-jni (Closes: #669992)
   * Fix E: db source: not-binnmuable-any-depends-all libdb5.1-java-dev -
  libdb5.1-java and W: db source: out-of-date-standards-version
 3.9.2 (current is 3.9.3)
Checksums-Sha1: 
 827e10c5f1c983febfaf3acc833672db0d45ff8d 2140 db5.3_5.3.15-4.dsc
 9b83267a6119976916842ac61c3cfc108c43135f 28601 db5.3_5.3.15-4.debian.tar.gz
 e95f73f35eb7d7aa5ae7d57288617f12e34edf37 22955806 db5.3-doc_5.3.15-4_all.deb
 17cbf05e1900eabb8b156d478c2fb45de07c5be3 983600 libdb5.3-dev_5.3.15-4_amd64.deb
 eeb506b39b6252825f0f14329d50ea2c9827b695 806028 libdb5.3_5.3.15-4_amd64.deb
 8a42fc768156509b543e3482c72b7e79db1bd9c4 83638 db5.3-util_5.3.15-4_amd64.deb
 aa9f8aa455c779746c87310795a23989e4d04f26 23798 
db5.3-sql-util_5.3.15-4_amd64.deb
 9a70c5b6fbb1a960ea3f5208f9d368e7952b2672 843232 libdb5.3++_5.3.15-4_amd64.deb
 55d6f99084355691fd032e074db9615b5bfbaff7 2013530 
libdb5.3++-dev_5.3.15-4_amd64.deb
 78442c01966c6106dbfbf001d6ea9ca9afde86fb 2867940 
libdb5.3-tcl_5.3.15-4_amd64.deb
 da591ae7e79b42097ceb9ff64b955e624797a27a 39793808 
libdb5.3-dbg_5.3.15-4_amd64.deb
 0fe1f60a2c9ceacbb8bc281a90fef63825edf347 852558 
libdb5.3-java-jni_5.3.15-4_amd64.deb
 ad735d7129fade1cff51d350b60fed89f0e622b6 558708 libdb5.3-java_5.3.15-4_all.deb
 c65482a4ccbc505362aa2790b216ba6c43eb847a 846728 
libdb5.3-java-gcj_5.3.15-4_amd64.deb
 0143facdc6c19df239396fab4579f1f3f1d0dd18 1009032 
libdb5.3-java-dev_5.3.15-4_amd64.deb
 12c3fd513f1530e9752e276eb4c288250113233c 2559804 
libdb5.3-sql-dev_5.3.15-4_amd64.deb
 66485f305acfec9ed5e7fc504ea1950c2e034216 1064992 
libdb5.3-sql_5.3.15-4_amd64.deb
 4f02df543c82dae555ec35cda5125e2e2ed645f4 2174578 
libdb5.3-stl-dev_5.3.15-4_amd64.deb
 ac467cf90e018629752c20cf0aa0d97822aaa3fe 873864 libdb5.3-stl_5.3.15-4_amd64.deb
Checksums-Sha256: 
 e1c959d2b161851a5934e74370c7fd58ad556577a9d6e67716090b311645d493 2140 
db5.3_5.3.15-4.dsc
 a6328a0104ed8f1dc30122ec81e5c4e329eefd16e0d7a84f02d6ffe01616882f 28601 
db5.3_5.3.15-4.debian.tar.gz
 eb0e192be4e675840ce23b261ee8bd5577f95c903470167713987366641ff140 22955806 
db5.3-doc_5.3.15-4_all.deb
 f8628204687b3504c86d85cb00cb5dc6cacf01f6dfcfa6f77cb4c4d403f46f47 983600 
libdb5.3-dev_5.3.15-4_amd64.deb
 e21ef310cf4b0412b2ccae5211f4050a1db1b958ea5a04b7039693b43d84936f 806028 
libdb5.3_5.3.15-4_amd64.deb
 fd639f3377bb1936b5a6278f7da812a29ded9fc2cd116aaa6499187a91ad8c83 83638 
db5.3-util_5.3.15-4_amd64.deb
 f9be9b97a63c0540dd1311e15e13f1d704ca49adf7ebbb1a6ac946d84c2aafc6 23798 
db5.3-sql-util_5.3.15-4_amd64.deb
 e73bc415161dd99fc297f69190105a03c490185ff099e70de53ca0631a41cbeb 843232 
libdb5.3++_5.3.15-4_amd64.deb
 235b25fd99779bee1149a31b646015b1e52251a14233ca9656b1aa2a429a44ea 2013530 
libdb5.3++-dev_5.3.15-4_amd64.deb
 5ff6e40ce0982528b5c866979f626a5b548f3b3bf6e884b9790bd48bc44e2637 2867940 
libdb5.3-tcl_5.3.15-4_amd64.deb
 a4f5b65638cfb752117b12ff67e72988895a8129c814c2036989e58db003364e 39793808 
libdb5.3-dbg_5.3.15-4_amd64.deb
 a2d8ab088d6e349f4e32b52ed5755b9615613423a89308f680bb21d6f5b900d0 852558 
libdb5.3-java-jni_5.3.15-4_amd64.deb
 

Accepted hyperestraier 1.4.13-4 (source all amd64)

2012-05-12 Thread KURASHIKI Satoru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 17 Apr 2012 20:10:30 +0900
Source: hyperestraier
Binary: hyperestraier libestraier8 libestraier-dev ruby-hyperestraier 
ruby-hyperestraier-doc libestraier-ruby libestraier-ruby1.8 
libestraier-ruby1.9.1 libestraier-ruby-doc libestraier-java libestraier-perl
Architecture: source amd64 all
Version: 1.4.13-4
Distribution: unstable
Urgency: low
Maintainer: KURASHIKI Satoru lur...@gmail.com
Changed-By: KURASHIKI Satoru lur...@gmail.com
Description: 
 hyperestraier - full-text search system for communities
 libestraier-dev - full-text search system Libraries [development]
 libestraier-java - Hyper Estraier Node API Libraries for Java
 libestraier-perl - Hyper Estraier node API Libraries for Perl
 libestraier-ruby - Hyper Estraier Node API Libraries for Ruby (transitional 
package)
 libestraier-ruby-doc - Hyper Estraier Node API Libraries for Ruby doc 
(transitional pack
 libestraier-ruby1.8 - Hyper Estraier Node API Libraries for Ruby 1.8 
(transitional pack
 libestraier-ruby1.9.1 - Hyper Estraier Node API Libraries for Ruby 1.9.1 
(transitional pa
 libestraier8 - full-text search system Libraries [runtime]
 ruby-hyperestraier - Hyper Estraier Node API Libraries for Ruby
 ruby-hyperestraier-doc - Hyper Estraier Node API Libraries for Ruby 
(documentation)
Closes: 558586 666332
Changes: 
 hyperestraier (1.4.13-4) unstable; urgency=low
 .
   * New Standards-Version: 3.9.3
   * update ruby packaging for wheezy
   * debian/copyright: migrate DEP-5 format
   * fix unconditional PATH_MAX issue on hurd (Closes: #558586)
   * debian/rules: rewrite binary-{arch,indep}. (Closes: #666332)
Checksums-Sha1: 
 67c429a68ebf690e5a2a4b4bcfcf51476ec0df3a 2655 hyperestraier_1.4.13-4.dsc
 23e79eda5406b2c9b8de072356f4c4a19f187286 19938 
hyperestraier_1.4.13-4.debian.tar.gz
 7b806010e2752040eba11b71de5689d48c65384f 544188 
hyperestraier_1.4.13-4_amd64.deb
 2d8fb12997c2c94f24b609603fb4b2a59d714be5 145968 libestraier8_1.4.13-4_amd64.deb
 d60b99143f98ab5e82cb66d72512f8d1597c3e56 184732 
libestraier-dev_1.4.13-4_amd64.deb
 d08ad72db507d872ba2fae8560e02b4806a6ed50 62570 
ruby-hyperestraier_1.4.13-4_amd64.deb
 958c1638a107fcd18f80c7f57b582039ae8065c4 13898 
libestraier-ruby_1.4.13-4_amd64.deb
 2207340965a60594be19095d26803067940b8727 13900 
libestraier-ruby1.8_1.4.13-4_amd64.deb
 9993e81ea5fed294c577367bbab5f77f581640c4 13904 
libestraier-ruby1.9.1_1.4.13-4_amd64.deb
 306baf6be555c4708a44ba214e9f877f77c1c78f 103354 
libestraier-java_1.4.13-4_amd64.deb
 2b252d9f4775c99de4ef967a8232b9a3b3ed2938 57774 
libestraier-perl_1.4.13-4_amd64.deb
 9a255ab1c6afe81e482867732802b239eb721d59 57082 
ruby-hyperestraier-doc_1.4.13-4_all.deb
 a2e771f53c7ecaf0a35b32cd639ba93fdddf3481 13892 
libestraier-ruby-doc_1.4.13-4_all.deb
Checksums-Sha256: 
 711452248b14681e813f1b7cea13b55ccf8fd610c75169b60909873664b32fb0 2655 
hyperestraier_1.4.13-4.dsc
 2f79eb22db88d37bfe3bd67fc50cffd0841ba708b4a2add77821614bfd9596fc 19938 
hyperestraier_1.4.13-4.debian.tar.gz
 f770b079705cd932373a8b83b814bb2524e485d3cf50cec9d515dd5e7afc940a 544188 
hyperestraier_1.4.13-4_amd64.deb
 634cc46b96d57914d6bb04a9faf4bf8627967aece250c2da1d58e9d99627f7a4 145968 
libestraier8_1.4.13-4_amd64.deb
 e58bd4a594a587364105f0c2c494503f4bded1364ec5f7f2195c40f53ab9c18b 184732 
libestraier-dev_1.4.13-4_amd64.deb
 f0ba1eff9ab21785725424d755efda00850ce8d0313b829f63b288517eb45642 62570 
ruby-hyperestraier_1.4.13-4_amd64.deb
 436ba32d4ebb0d19114a9c01b2726efc5bf23e2735c400a612ef2b3c81f3e1d3 13898 
libestraier-ruby_1.4.13-4_amd64.deb
 dcb61d7ddb469ecb3512382ae798147b3fee0859e1609044870ed5a03e828af2 13900 
libestraier-ruby1.8_1.4.13-4_amd64.deb
 32b661ad250661ec0f1d3939ce913e7c22360e72f634c1c3894c945840dae054 13904 
libestraier-ruby1.9.1_1.4.13-4_amd64.deb
 ab1a4a62be32cbfbfe1ccf4adb825ae32469d3ee6a5c8f2f6a121a9232304b3f 103354 
libestraier-java_1.4.13-4_amd64.deb
 45cbf7b2f48c1f1988caad0a194f9deb81a0cd1a8598751ddf58c95ad74788ff 57774 
libestraier-perl_1.4.13-4_amd64.deb
 9691e603e87d6e832be1082b2488a0db22953c2588639559af31b354a7f0a78f 57082 
ruby-hyperestraier-doc_1.4.13-4_all.deb
 58cf31d80b209cad960b9c8dd94148eb74320e0e5bb36ccf8adce738f1b971d2 13892 
libestraier-ruby-doc_1.4.13-4_all.deb
Files: 
 2b5955dd945066fd54705244316f1092 2655 text optional hyperestraier_1.4.13-4.dsc
 a07df483ac8a60ba604b9136f0bd 19938 text optional 
hyperestraier_1.4.13-4.debian.tar.gz
 d4a1e0dbb194eb350b433ff56b7fcda2 544188 text optional 
hyperestraier_1.4.13-4_amd64.deb
 e1978d463e6e79e4082a851c9ed9f990 145968 text optional 
libestraier8_1.4.13-4_amd64.deb
 c41cf8e76a634104b0e9480a4d488fdc 184732 libdevel optional 
libestraier-dev_1.4.13-4_amd64.deb
 4bdc7ec8414a33e827fe89a5b5bbbe69 62570 ruby optional 
ruby-hyperestraier_1.4.13-4_amd64.deb
 c4e4c0ac9eba9e4f07696f5177954d19 13898 oldlibs extra 
libestraier-ruby_1.4.13-4_amd64.deb
 e2b78af988ca768373cba89e1f82 13900 oldlibs extra 
libestraier-ruby1.8_1.4.13-4_amd64.deb
 c3ce5ca498f1bf48b101fdfc4f3fc2e6 

Accepted ngraph-gtk 6.06.05-1 (source all amd64)

2012-05-12 Thread Koichi Akabe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 07 May 2012 22:34:01 +0900
Source: ngraph-gtk
Binary: ngraph-gtk ngraph-gtk-addins-base ngraph-gtk-addins 
ngraph-gtk-addin-import-ps ngraph-gtk-addin-tex-equation ngraph-gtk-doc
Architecture: source amd64 all
Version: 6.06.05-1
Distribution: unstable
Urgency: low
Maintainer: Koichi Akabe vbkaise...@gmail.com
Changed-By: Koichi Akabe vbkaise...@gmail.com
Description: 
 ngraph-gtk - create scientific 2-dimensional graphs
 ngraph-gtk-addin-import-ps - import-ps addin of Ngraph-gtk
 ngraph-gtk-addin-tex-equation - tex-equation addin of Ngraph-gtk
 ngraph-gtk-addins - addin collection of Ngraph-gtk
 ngraph-gtk-addins-base - addins of Ngraph-gtk - base programs
 ngraph-gtk-doc - documents of Ngraph-gtk
Changes: 
 ngraph-gtk (6.06.05-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control
- add build-depends: libreadline6-dev
- add suggests: fonts-liberation
- add ngraph-gtk-addin-import-ps and ngraph-gtk-addin-tex-equation packages
- add descriptions for each addins
- allow DM upload
   * debian/copyright
- update format uri
   * debian/patches/20_replace_to_free_fonts.patch
- change settings to use free fonts
   * debian/ngraph-gtk-addins.install
- removed import-ps and tex-equation addins to split a package
   * debian/ngraph-gtk-addin-import-ps.install
- add import-ps addin
   * debian/ngraph-gtk-addin-tex-equation.install
- add tex-equation addin
Checksums-Sha1: 
 2ca6cf9c327e58c4eae0e5f5e3aeabb25be3bbbf 2217 ngraph-gtk_6.06.05-1.dsc
 682a7e0cb484dc1d94c8aa2d356b5dacd2848210 2632089 ngraph-gtk_6.06.05.orig.tar.gz
 e12e90068fe7a64075970b17a895a3e548be579c 4673 
ngraph-gtk_6.06.05-1.debian.tar.gz
 c24f3ee25332d7f974f4b2a1c94eb62ac28cd16f 660906 ngraph-gtk_6.06.05-1_amd64.deb
 c0f665ab36694cbe6e1af071631928ea90b06bce 107804 
ngraph-gtk-addins-base_6.06.05-1_amd64.deb
 04268b238cf9721798a0841de75d4818f4cae257 83178 
ngraph-gtk-addins_6.06.05-1_all.deb
 70fd8da7c9eb7d0028aea9929766615087e89699 84744 
ngraph-gtk-addin-import-ps_6.06.05-1_all.deb
 94fa8567ba1a7dc081b7ff9847ec9709cf86bc66 80350 
ngraph-gtk-addin-tex-equation_6.06.05-1_all.deb
 e3addf35187b02c351b0baf3a44071e2da50d660 1524394 
ngraph-gtk-doc_6.06.05-1_all.deb
Checksums-Sha256: 
 3f765eb72b190756235ba6944bd5ccfb9363ebcf590e76eb87fe6c0510c4c198 2217 
ngraph-gtk_6.06.05-1.dsc
 215a95f80ca3555b48fdfdbbf6a7ac1b459f5cb290cb7bfab3645401db04b2f3 2632089 
ngraph-gtk_6.06.05.orig.tar.gz
 b316c5ab280b2f1e5aaa267b8911e4a3a78622728f832599df2719740f17 4673 
ngraph-gtk_6.06.05-1.debian.tar.gz
 0c7edc5b22c8fee351f9370bc003fcf343a51352c404d3ee05f58050b5cad781 660906 
ngraph-gtk_6.06.05-1_amd64.deb
 241f6eb8f83b37775ce217b5a72eb59863c028b8f8d81194ce9fd1cff23745fa 107804 
ngraph-gtk-addins-base_6.06.05-1_amd64.deb
 801217b80ee57260302dc2b9062795c8fbe16891d1bd47c3f390779daab80eb6 83178 
ngraph-gtk-addins_6.06.05-1_all.deb
 8ee9adb3e5d0eaec575d2173d9b7e0864fe465749f50f43fce229687f9252ee2 84744 
ngraph-gtk-addin-import-ps_6.06.05-1_all.deb
 632f6c96ac4e880bd0e0f4af43aa4886024c3685ae734d4b5c024816c9ea653d 80350 
ngraph-gtk-addin-tex-equation_6.06.05-1_all.deb
 c7b6ead6d8a4d381cdc2c61a2aa0f6d685762625686c072b9103f5cd434dc359 1524394 
ngraph-gtk-doc_6.06.05-1_all.deb
Files: 
 2aedff93b9b4c6cf3d2cc1955b451c44 2217 graphics extra ngraph-gtk_6.06.05-1.dsc
 43c3e4c3fc484120dce0c8929a285e4e 2632089 graphics extra 
ngraph-gtk_6.06.05.orig.tar.gz
 1e092383ee2d1a107a68bc8957e546cc 4673 graphics extra 
ngraph-gtk_6.06.05-1.debian.tar.gz
 380c93f06b5f88608c69888ea8b362b5 660906 graphics extra 
ngraph-gtk_6.06.05-1_amd64.deb
 7263b35bed16e9f68166c4a50cd50f2b 107804 graphics extra 
ngraph-gtk-addins-base_6.06.05-1_amd64.deb
 fcb3a00099bf91abb60b2cad5d463c5f 83178 graphics extra 
ngraph-gtk-addins_6.06.05-1_all.deb
 ae9caa3832e4d5a3cce2ad06270f4258 84744 graphics extra 
ngraph-gtk-addin-import-ps_6.06.05-1_all.deb
 1aac83fa6bf61ba81f954c4dcd278638 80350 graphics extra 
ngraph-gtk-addin-tex-equation_6.06.05-1_all.deb
 8a66167fa5d196c067807d86f368ebfe 1524394 doc extra 
ngraph-gtk-doc_6.06.05-1_all.deb

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

iQIcBAEBCAAGBQJPrEpnAAoJEDIkf7tArR+ms/oP/A+p8FA5s0eLSH6AbPnTsAaH
Dxses1X9A6N51Te6MNriOPuHkRO6PjlHuT4iWr0z93TKb17+V4SsnwGPf6viAAEi
P77AUinNu3JDw/wRBnwFOoABvG/cGm8JX+n1JaTwyCsbgX9asfiJu8xRFWSNYIa1
UQrKnra+caB+aksM1C1y2NHSAUdXN3tc9d2PhCAQsBjUqXtmpQXZAteV3ZDcKQLf
PB8eVrdicZQuVTK4nYCI2OLlE2olFBZWARcMruKAUpNXEsq4uu08p4YXBrRYu6HT
PA9H6VEjpQf6uzYMU5dAhzZQXgm/qSeeG0K6h3AXxcdvajBbKJTLrFFzSeDCLgBH
OOnR0YdezrRm9nq6qd0CkP2A7JQ0RFg7/6QpNTATbtv4zVXoc3GspC7nP5LzOsX/
zCi2uEE+6owhTBwCNpDrgyMWOeaXpXs0NVBB19bmmLVSCEYrcMgvq1JzETwK4bjU
wBEAc8y944qU+WW8CJNJMGkpcWKsAAb3yTNMYoI7iwM1J1E6sPOFZ8JQRsdvlZzw
PcUhn9oK7Au+cjtN5ec900YfPAJHbHAVZPpuP3DLu9c2Bp+iUV//FeV4ZsRIAe1X
tyI/ALbSFOL1CHguRUL8yVQ1+77X4usmHmJIGny5iltJ5A/sVw+sm3fLZK1WZ92m
8r5h4np2JTbPfS4zlWVA
=hcAN
-END PGP SIGNATURE-


Accepted:

Accepted nunit 2.6.0.12051+dfsg-1 (source all)

2012-05-12 Thread Julian Taylor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 15 Apr 2012 17:12:48 +0200
Source: nunit
Binary: nunit-console nunit-gui libnunit2.6-cil libnunit-cil-dev libnunit-doc 
monodoc-nunit-manual nunit
Architecture: source all
Version: 2.6.0.12051+dfsg-1
Distribution: experimental
Urgency: low
Maintainer: Debian CLI Libraries Team 
pkg-cli-libs-t...@lists.alioth.debian.org
Changed-By: Julian Taylor jtaylor.deb...@googlemail.com
Description: 
 libnunit-cil-dev - Unit test framework for CLI - Development files
 libnunit-doc - Unit test framework for CLI - Documentation
 libnunit2.6-cil - Unit test framework for CLI - Assemblies
 monodoc-nunit-manual - compiled XML documentation for NUnit - monodoc manual
 nunit  - Unit test framework for CLI
 nunit-console - Unit test framework for CLI - Console test runner
 nunit-gui  - Unit test framework for CLI - GUI test runner
Changes: 
 nunit (2.6.0.12051+dfsg-1) experimental; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 6a7ed9156dc88801d4a26c226d96db28c776b7e4 2065 nunit_2.6.0.12051+dfsg-1.dsc
 cf8453484d3871428bfb02cac2a7f8e0ffa2c12e 2594848 
nunit_2.6.0.12051+dfsg.orig.tar.gz
 ec79a770d30dae02a47a10fd0de9aa96d8ea47dd 9440 
nunit_2.6.0.12051+dfsg-1.debian.tar.gz
 e241eae698a85fc949769e2b04c655503927a44d 18402 
nunit-console_2.6.0.12051+dfsg-1_all.deb
 1da5179bb512ff5f905f6141190edbfc03203b3d 146698 
nunit-gui_2.6.0.12051+dfsg-1_all.deb
 2e665c753d0ac08390a43699f1e9a74c2cebe3ce 178784 
libnunit2.6-cil_2.6.0.12051+dfsg-1_all.deb
 f16ef13f83d1c2a2429113b307e1ffb2cb115ce5 5170 
libnunit-cil-dev_2.6.0.12051+dfsg-1_all.deb
 b0f565c8e2fdd9e7c0e889f07ecc55f1f2ef7077 1742588 
libnunit-doc_2.6.0.12051+dfsg-1_all.deb
 2932e01fd047c78afc93d70cd68c1c751319acbc 328162 
monodoc-nunit-manual_2.6.0.12051+dfsg-1_all.deb
 38c3df9c3b1f64b72f10d57ae98f8798d01878c5 4828 nunit_2.6.0.12051+dfsg-1_all.deb
Checksums-Sha256: 
 7ce64522ee5d9f16492ed842d4b564cf4e45a4857ac9e36f4b24e0076e27a54e 2065 
nunit_2.6.0.12051+dfsg-1.dsc
 ecac613c7ce00cc744f611acf7ef0213b9f3b8f21fd5e09a9d65b7dffad13d8b 2594848 
nunit_2.6.0.12051+dfsg.orig.tar.gz
 9f9523b1034a406654b27c8572b6f0da94afe27c61aa1e5173931e4cd99622d6 9440 
nunit_2.6.0.12051+dfsg-1.debian.tar.gz
 28a0de218c783dd1a5e28f2e711f956275091c80f032f69f06e242ff4caf30a8 18402 
nunit-console_2.6.0.12051+dfsg-1_all.deb
 2b308397a559d86b05080c1397079ff7da1146ec18f137f284eb018e830dc2e1 146698 
nunit-gui_2.6.0.12051+dfsg-1_all.deb
 cb0832f78e664e39c04b30f3817d131b897681247bcae45f015bd22da1fa4064 178784 
libnunit2.6-cil_2.6.0.12051+dfsg-1_all.deb
 2f6c032be397ca107eeac698f91a0d306580573d6e7fedcd913ba8044d296edb 5170 
libnunit-cil-dev_2.6.0.12051+dfsg-1_all.deb
 1b7e6aa88427ef91524f022176ff89c6ed41a883ce200b26418e3849f5b1d38b 1742588 
libnunit-doc_2.6.0.12051+dfsg-1_all.deb
 edcb6d33f6e2f1dd9dc3d2c1fcff15e5253abb42e101e2a516e8d6c748a7a340 328162 
monodoc-nunit-manual_2.6.0.12051+dfsg-1_all.deb
 92d90cf46d6d1310bc0ed38313495a45e10511f3a0dda810e6591d2317daac1c 4828 
nunit_2.6.0.12051+dfsg-1_all.deb
Files: 
 c721b2550ac7431504776db1eb085734 2065 devel optional 
nunit_2.6.0.12051+dfsg-1.dsc
 509d82c124ee560b21551541b4b085ae 2594848 devel optional 
nunit_2.6.0.12051+dfsg.orig.tar.gz
 a3d7e30c5d8680fa34b1361654020bbe 9440 devel optional 
nunit_2.6.0.12051+dfsg-1.debian.tar.gz
 9ba49f8f35082283b32c6dc0edf2a79b 18402 devel optional 
nunit-console_2.6.0.12051+dfsg-1_all.deb
 fabf873da7dff42ec4a41b2047682681 146698 devel optional 
nunit-gui_2.6.0.12051+dfsg-1_all.deb
 ccedd0610c25ffd5930283a130b11de2 178784 cli-mono optional 
libnunit2.6-cil_2.6.0.12051+dfsg-1_all.deb
 8926ec5d348c05bc575ae96c8fe0b4f3 5170 devel optional 
libnunit-cil-dev_2.6.0.12051+dfsg-1_all.deb
 ad0254177de49d257b5026930c604c79 1742588 doc optional 
libnunit-doc_2.6.0.12051+dfsg-1_all.deb
 12c657453b7436a4025b366e6f905ba6 328162 doc optional 
monodoc-nunit-manual_2.6.0.12051+dfsg-1_all.deb
 f0384f2ed1c3e41e3ee5ad69a4caf829 4828 devel optional 
nunit_2.6.0.12051+dfsg-1_all.deb

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

iQEcBAEBAgAGBQJPq98cAAoJEMkPnLkOH60M3/MH+gML4Cp1mB3LxSBLtC6hcbBm
628lGl9N9+pWMVFAybf9YxabMELAYePm4YzUEVDe8gEVbK/BY5OtFE2WGmYcqLQK
juCuYdJgkrw+88dMz4udOfvi8AGO1gNftR0pfDUZOU3o84/mOgVuhZwTvnAn5fOi
N/cMsCaEXWAVHQFwhlsvyp6W+hBZgOMrKwX/WdurCy2SPzQfaXL3rf/K3loW2bCP
NBINMBdHkE6XG/Oc/WlJl1d+C902l4gTUJrASrQXGxfLCorhCNu6LCLmlgtW3G/+
pXt0V8sazhiimANhzfp/gOqPmxBfWjmFKA+eP47/wHlCPlRCUs/lDzXpIpE5jr8=
=QoiQ
-END PGP SIGNATURE-


Accepted:
libnunit-cil-dev_2.6.0.12051+dfsg-1_all.deb
  to main/n/nunit/libnunit-cil-dev_2.6.0.12051+dfsg-1_all.deb
libnunit-doc_2.6.0.12051+dfsg-1_all.deb
  to main/n/nunit/libnunit-doc_2.6.0.12051+dfsg-1_all.deb
libnunit2.6-cil_2.6.0.12051+dfsg-1_all.deb
  to main/n/nunit/libnunit2.6-cil_2.6.0.12051+dfsg-1_all.deb
monodoc-nunit-manual_2.6.0.12051+dfsg-1_all.deb
  to main/n/nunit/monodoc-nunit-manual_2.6.0.12051+dfsg-1_all.deb
nunit-console_2.6.0.12051+dfsg-1_all.deb
  to 

Accepted pdfcube 0.0.4-2 (source amd64)

2012-05-12 Thread Andreas Moog
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 05 Mar 2012 21:04:59 +0100
Source: pdfcube
Binary: pdfcube pdfcube-dbg
Architecture: source amd64
Version: 0.0.4-2
Distribution: unstable
Urgency: low
Maintainer: Andreas Moog am...@ubuntu.com
Changed-By: Andreas Moog am...@ubuntu.com
Description: 
 pdfcube- PDF document viewer with 3D effects
 pdfcube-dbg - PDF document viewer with 3D effects - debug symbols
Closes: 662235 662240
Changes: 
 pdfcube (0.0.4-2) unstable; urgency=low
 .
   * debian/source/format: Use 3.0 (quilt) source format
   * debian/rules: Use DEB_LDFLAGS_MAINT_APPEND instead of LDFLAGS to ensure
 that all hardening flags are passed correctly. (Closes: #662235)
 Thanks Simon Ruderich simon AT ruderich.org
   * debian/patches/array_bounds.patch: The top_color array is defined as
 containing 4 elements, yet the fifth element was accessed.
 (Closes: #662240)
 Thanks Simon Ruderich simon AT ruderich.org
   * debian/control, d/rules, d/pdfcube.install, d/pdfcube.manpages:
 - add pdfcube-dbg package
Checksums-Sha1: 
 e47e85085bfcb06d322544e220e1b73a9467dc06 1987 pdfcube_0.0.4-2.dsc
 c3223eff5d42413e48002cb1b434637cb2a3c5f2 3027 pdfcube_0.0.4-2.debian.tar.gz
 122f3297931fd496ab930479190aefaf079bf7e0 40104 pdfcube_0.0.4-2_amd64.deb
 b6f702a4fdb86ed0219d827ff1a59767e1df4de5 163362 pdfcube-dbg_0.0.4-2_amd64.deb
Checksums-Sha256: 
 df21f1fd6d8196fee95c4afd333de3be85e265795819f5e3fc3a0b9ad7791c87 1987 
pdfcube_0.0.4-2.dsc
 241eef29faa3b6a8c52d2f61876530abb11974f41e0ae56771eb3a20dab41246 3027 
pdfcube_0.0.4-2.debian.tar.gz
 5b37ccc8360ebfe3c6243ed7c4de49cd7ce175730abeaf874b40dc52f38633e4 40104 
pdfcube_0.0.4-2_amd64.deb
 5063a93c059d9f3f7aa001b7271794827e3cecd07bcb06b28148eb0d92259a21 163362 
pdfcube-dbg_0.0.4-2_amd64.deb
Files: 
 1cb9f61ad6b09e8f9abb2efac325aecc 1987 text optional pdfcube_0.0.4-2.dsc
 8e68791ae77c5c5b245730902285d5e6 3027 text optional 
pdfcube_0.0.4-2.debian.tar.gz
 08bacb053464ba3d2cb482aa3439d6e4 40104 text optional pdfcube_0.0.4-2_amd64.deb
 a5e22845de8f0822f362fbc45d00 163362 debug extra 
pdfcube-dbg_0.0.4-2_amd64.deb

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

iQIcBAEBCAAGBQJPrhE5AAoJEDNV9NY7WCHMBp4P/2j41qNoJk7bdkybyM7XjZdP
ukV2h7CtdGqu2L0sBrFfWzO3tYJOsp+JUmbn7YnMRGvSPOHQkdPYI6qAdWk6+U/n
YBZ7QMgWzk9i+muLESuRLsMfZM1AMjG2sjTZNCk5OjTvfGPYxkLdigWrCIQ6dCiN
PmyDuKSwrTm3DArmgUyMPBUfm4gBo4p+60Y4bO3LmRQMZ0Gy8s7TYdE6K3VNuwto
BkmZeND9kTSQ+3aHEikb9LetWYQy8+xGJL9fRV32cSfCyeutCDAQnv4/cvM0bmbU
r+RPyPRrctzR/vAi81rVwkhaohmUgNHgLtpvf3G6MFY6j4RGf/bCDDmetq2b0NNc
6qUD/DnSwKk7vg15if7yATcizuD/r8xtprbgTIUre6eXPLC4Q/1KKj03kjc6JD2G
r6UDTHQ4Mtdo12DD3HQWYqJV7aLvGvXXH62Uft3IaMfh5NL3U6TYTzfjqGHPFoZE
dBCqM2ElA1QUiztWgkfqNCo5ni5y3xKlKaY/nff5C+sM3DWbXAO63p8WgWKhRwK1
HZM5P7eWg2G7MnVOM53EvBlfZxRzoSZ4QRibJ06mCGljdc/zY8y78nlKMXpwZ3SA
NxNOMNXm4mA+sLKFjByTyuVXJCpnQEhMcaH4jtWivQzv1EtLKiQLUtQRlirTfLfM
gMI4oJWd10cIFrBGRWIX
=1Ia2
-END PGP SIGNATURE-


Accepted:
pdfcube-dbg_0.0.4-2_amd64.deb
  to main/p/pdfcube/pdfcube-dbg_0.0.4-2_amd64.deb
pdfcube_0.0.4-2.debian.tar.gz
  to main/p/pdfcube/pdfcube_0.0.4-2.debian.tar.gz
pdfcube_0.0.4-2.dsc
  to main/p/pdfcube/pdfcube_0.0.4-2.dsc
pdfcube_0.0.4-2_amd64.deb
  to main/p/pdfcube/pdfcube_0.0.4-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/e1st9fc-0006xo...@franck.debian.org



Accepted mame 0.145-1 (source all amd64)

2012-05-12 Thread Jordi Mallach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 May 2012 11:01:21 +0200
Source: mame
Binary: mame xmame-sdl xmame-svga xmame-x sdlmame
Architecture: source amd64 all
Version: 0.145-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Jordi Mallach jo...@debian.org
Description: 
 mame   - Multiple Arcade Machine Emulator (MAME)
 sdlmame- Transitional package for sdlmame
 xmame-sdl  - Transitional package for xmame-sdl
 xmame-svga - Transitional package for xmame-svga
 xmame-x- Transitional package for xmame-x
Closes: 663429
Changes: 
 mame (0.145-1) unstable; urgency=low
 .
   [ Emmanuel Kasper ]
   * New upstream release (closes: #663429)
   * New patch: makefile switch to link system flac library
   * Remove all from build target as we build the tools in mess package
   * Yet another batch of syntax errors in DEP5 copyright file corrected
 .
   [ Cesare Falco ]
   * Improve backward compatibility in Ubuntu:
 * Added /usr/local/* paths in mame.ini
 * Some cleanup and refactoring in control
   * Make lintian happier:
 * Included BSD licence in copyright
 * Fixed Section: header in control
   * New patch: makefile switch to link system jpeg library
   * nplayers packaged is now a supplemental tarball
 .
   [ Jordi Mallach ]
   * gnu_fixes.patch: Add a check for __GNU__ to fix builds on the Hurd.
   * Point to the 1.0 machine-readable copyright format spec.
   * Make get-orig-source target drop tarballs in the current directory,
 as policy mandates.
   * Bump Standards-Version to 3.9.3.
   * Remove leading slashes from mame.dirs.
   * Add back Section field for transitional packages, but switch to oldlibs
 (as opposed to metapackages), which apparently is what everyone is doing
 due to lintian.
Checksums-Sha1: 
 e632dcad3ce54c53efdbeb2466eb5605f8ed7946 1973 mame_0.145-1.dsc
 41c095dd86d4453728074e17a20f7446e1aacac8 52892 mame_0.145.orig-nplayers.tar.xz
 b0804e289736461c378406dee1793d9d602639af 14826804 mame_0.145.orig.tar.xz
 3d00043c1fa99be149a30a9b0b85701702bb446f 45744 mame_0.145-1.debian.tar.xz
 e5a2d06da9cc8b192cb0a43a2557fd38d6687d44 19859252 mame_0.145-1_amd64.deb
 44ed46353a800d036d72f879e07fc92a6f928d6e 36886 xmame-sdl_0.145-1_all.deb
 7e9b6bf06a110fe8781150bd2320d34100d29540 36876 xmame-x_0.145-1_all.deb
 14a3b7d0ca597d70d02071024d5ac84820431a07 36876 sdlmame_0.145-1_amd64.deb
Checksums-Sha256: 
 894497b144ecaea3c56030e17cef5e26292d2399203e7f00075b5af9f35dddfe 1973 
mame_0.145-1.dsc
 d02d227897e8d683cb7da3d3d6186746d1677e48e2464e7ad91ec59df0ace083 52892 
mame_0.145.orig-nplayers.tar.xz
 bcd22c62cd7290ea7589067b30388cd438742a94721468013b08b09c7057a39b 14826804 
mame_0.145.orig.tar.xz
 5ff2dcb32e618f68151de10c8657a0366bce18134e1d0d4c52f557426cc7127b 45744 
mame_0.145-1.debian.tar.xz
 315a37b441513e8b34d3df2da99b59f65104a36f00641a9a4a71ef1456fcec28 19859252 
mame_0.145-1_amd64.deb
 6f81b37c73d0f3ee9c339cae110f49a9b69cab1fbfc75e234f880ffbf2fcc0d9 36886 
xmame-sdl_0.145-1_all.deb
 507a1b12b8d5b3fe5a68bb4d951ba9fade4b316e2a6f113918d0dedc9d8a4383 36876 
xmame-x_0.145-1_all.deb
 865711d3dd85963545eb3eb6107e88162ef1693e3051d2168e993fa0d4e44787 36876 
sdlmame_0.145-1_amd64.deb
Files: 
 2bed4ac639043983d017a44c29fb1001 1973 non-free/games optional mame_0.145-1.dsc
 84569be314f5badc997427dfae1caa10 52892 non-free/games optional 
mame_0.145.orig-nplayers.tar.xz
 29d54787089eca5004a63ed461abbe1e 14826804 non-free/games optional 
mame_0.145.orig.tar.xz
 04f64d67b2d64c8f6f87c0bd823ca3bd 45744 non-free/games optional 
mame_0.145-1.debian.tar.xz
 ee57edc8fcf9818862e6ce34abddeff2 19859252 non-free/games optional 
mame_0.145-1_amd64.deb
 2311bc02288ac72e638daf2f074f6f31 36886 non-free/oldlibs extra 
xmame-sdl_0.145-1_all.deb
 c2fa697b04ccaf334bba3e73eb0c9148 36876 non-free/oldlibs extra 
xmame-x_0.145-1_all.deb
 b0111ee133e8b2cf5bccedbf092f64b7 36876 non-free/oldlibs extra 
sdlmame_0.145-1_amd64.deb

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

iEYEARECAAYFAk+uN+cACgkQJYSUupF6Il7TVgCgq4zhVnQoqkglBF6R2ca9M1In
nbcAniFSXb5dY8onOO29Hh3qAiBu+utr
=Rcps
-END PGP SIGNATURE-


Accepted:
mame_0.145-1.debian.tar.xz
  to non-free/m/mame/mame_0.145-1.debian.tar.xz
mame_0.145-1.dsc
  to non-free/m/mame/mame_0.145-1.dsc
mame_0.145-1_amd64.deb
  to non-free/m/mame/mame_0.145-1_amd64.deb
mame_0.145.orig-nplayers.tar.xz
  to non-free/m/mame/mame_0.145.orig-nplayers.tar.xz
mame_0.145.orig.tar.xz
  to non-free/m/mame/mame_0.145.orig.tar.xz
sdlmame_0.145-1_amd64.deb
  to non-free/m/mame/sdlmame_0.145-1_amd64.deb
xmame-sdl_0.145-1_all.deb
  to non-free/m/mame/xmame-sdl_0.145-1_all.deb
xmame-x_0.145-1_all.deb
  to non-free/m/mame/xmame-x_0.145-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/e1st9hm-0007df...@franck.debian.org



Accepted nmapsi4 0.3.1-1 (source i386)

2012-05-12 Thread Giuseppe Iuculano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 May 2012 12:02:21 +0200
Source: nmapsi4
Binary: nmapsi4
Architecture: source i386
Version: 0.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Giuseppe Iuculano iucul...@debian.org
Changed-By: Giuseppe Iuculano iucul...@debian.org
Description: 
 nmapsi4- graphical interface to nmap, the network scanner
Closes: 667298
Changes: 
 nmapsi4 (0.3.1-1) unstable; urgency=low
 .
   * [59cbf87] Imported Upstream version 0.3.1
   * [44e36de] Refreshed patches
   * [0986f29] Fix ftbfs with GCC-4.7, thanks to Francesco Cecconi.
 (Closes: #667298)
   * [a7a0b60] Depends on nmap (= 5.51)
   * [87c716b] Added recommended target build-indep and build-arch
   * [904b991] Fixed watch file
   * [4411387] remove quilt from build-depends
   * [28c4be0] Bump standards-version 3.9.3 (no chanes needed)
Checksums-Sha1: 
 04a30ab8cb6cb392c5d9e9f0af6aedb6b00aebfc 1234 nmapsi4_0.3.1-1.dsc
 71c923dff67c998a6892812beb64f8b2833e5797 3401344 nmapsi4_0.3.1.orig.tar.bz2
 b0578b97fc879ba2d52b241f9465c75a3d13cb64 4661 nmapsi4_0.3.1-1.debian.tar.gz
 657e3197c8d80c42dcb405235e8df5ad2c241c78 643588 nmapsi4_0.3.1-1_i386.deb
Checksums-Sha256: 
 32693a7ef61eb80744b5c5d7c58d29f0d43b9f0b467afe3aa55ba0a9fa0efeea 1234 
nmapsi4_0.3.1-1.dsc
 21fe5b03111fedeae4bbfe028250faa090aa974d5a1bfc96e8a5f0b13c1e061e 3401344 
nmapsi4_0.3.1.orig.tar.bz2
 95c9b6d5f2e6d47dc618ce524bfae4b62c68637da6c3390b7dfba0d7bf7ae551 4661 
nmapsi4_0.3.1-1.debian.tar.gz
 8260638a819fe9e82c60d2565e47d6f09968445a3e3106104124204441b74f9c 643588 
nmapsi4_0.3.1-1_i386.deb
Files: 
 7faff4bafedfd2fb85037feb3800991c 1234 net extra nmapsi4_0.3.1-1.dsc
 e843b46ccf84e4d18131d615c49e93c5 3401344 net extra nmapsi4_0.3.1.orig.tar.bz2
 043da661b835c55afd1c529d0df89ef2 4661 net extra nmapsi4_0.3.1-1.debian.tar.gz
 0c568cebe57144c174da2a2daf99cdad 643588 net extra nmapsi4_0.3.1-1_i386.deb

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

iEYEARECAAYFAk+uObkACgkQNxpp46476aqIVACeJD5wT8jrHjLbp4dILgCKUQGM
QJcAn360bnGEypZoutK3RlslOK7aw5Cx
=wEy2
-END PGP SIGNATURE-


Accepted:
nmapsi4_0.3.1-1.debian.tar.gz
  to main/n/nmapsi4/nmapsi4_0.3.1-1.debian.tar.gz
nmapsi4_0.3.1-1.dsc
  to main/n/nmapsi4/nmapsi4_0.3.1-1.dsc
nmapsi4_0.3.1-1_i386.deb
  to main/n/nmapsi4/nmapsi4_0.3.1-1_i386.deb
nmapsi4_0.3.1.orig.tar.bz2
  to main/n/nmapsi4/nmapsi4_0.3.1.orig.tar.bz2


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



Accepted libtemplate-plugin-latex-perl 3.02-1 (source all)

2012-05-12 Thread Robert James Clay
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 04 May 2012 09:10:27 -0400
Source: libtemplate-plugin-latex-perl
Binary: libtemplate-plugin-latex-perl
Architecture: source all
Version: 3.02-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Robert James Clay j...@rocasa.us
Description: 
 libtemplate-plugin-latex-perl - LaTeX support for the Template Toolkit
Closes: 670552
Changes: 
 libtemplate-plugin-latex-perl (3.02-1) unstable; urgency=low
 .
   * Initial Release. (Closes: #670552)
Checksums-Sha1: 
 5bccac223a2b3b37ac9da73940429e0b4976a307 2268 
libtemplate-plugin-latex-perl_3.02-1.dsc
 77643d4dc9da5c1c9d254e452511d4d03eebc815 22048 
libtemplate-plugin-latex-perl_3.02.orig.tar.gz
 eb5d3972a459c50246f55c98b6ef5577a22e979d 1522 
libtemplate-plugin-latex-perl_3.02-1.debian.tar.gz
 c4f6cd916bb9f85696517db116bf31c98c618d1e 27662 
libtemplate-plugin-latex-perl_3.02-1_all.deb
Checksums-Sha256: 
 3c2be09f96cf4bd1cbcd958c2bd3c36a7e7525f7cd30c084345de9a2b2e583bb 2268 
libtemplate-plugin-latex-perl_3.02-1.dsc
 1474a514889acb206d8b80feca635fdbeb2ebeefcdd8a601d886fae27f19a17a 22048 
libtemplate-plugin-latex-perl_3.02.orig.tar.gz
 a5b2d3d5b5de3c132f88e517303b123ff791803cdc5cdb26ba191a8174dba5ad 1522 
libtemplate-plugin-latex-perl_3.02-1.debian.tar.gz
 8e38b78c2d58a2ed3f21d14932ca504c5f8b0afa8ee7a5fc018fae6f00539850 27662 
libtemplate-plugin-latex-perl_3.02-1_all.deb
Files: 
 501b53b4b26c64280bb4c1a642de5547 2268 perl optional 
libtemplate-plugin-latex-perl_3.02-1.dsc
 805bb693302fe14f7c6189a81e2c3605 22048 perl optional 
libtemplate-plugin-latex-perl_3.02.orig.tar.gz
 3f5a54109f7349b9bb1e3da6bdc2a043 1522 perl optional 
libtemplate-plugin-latex-perl_3.02-1.debian.tar.gz
 b70170946d0a59626581e0394cba6a37 27662 perl optional 
libtemplate-plugin-latex-perl_3.02-1_all.deb

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

iQIcBAEBCAAGBQJPo9cqAAoJELs6aAGGSaoGc+QQALuyZacWOh8rVi0NLrb359Fu
/vxjHpwc/Ky1Fg0B+i6ZvRIBhLfTi/16nJeRM+g2yvJg8+EzYl6gD8j18ENnMzjG
f9oqaCPw+mHcEbdAUVZ4eqQVkoCXoEjD/nRc3R0feYHTFBKtn6X9oScvvMSKFPLm
tK8aR4LB3gX6xlds8FcLfrC6sDU7KCF1L4gmgh8jcbmDHuDO2YQycc0+cyJHcMDH
XB9F4RLbxNty3p1RhonEJmihbk5zCcuhPlUsf1nPeBR5weeTP5q81u0cOEASoCwx
EDYNKvnP0nHs3hss3wDR4oepmRaJWpXS4dVcmiGo3PrpnDs24Yrp71Jo2JC63rEw
P8wT2Yh2u4iLpekfAQ7jvH+jtxSkfOZYGEDq1QkazkJEi/4Nuxkri08NJki6XAhA
nyP+bxCFkVH9yMtG/5eisK805kbzuYPt5wr/4DjpXBwMIZ7y+VXfVXfZ0lRDOUGd
cAzwdsWz5Y5WHw2RLcRiRbM9hnTBflrrBMFOgLnW9JhN0hUhg8gHjUeihJRJKFQ7
7HnHxPAnp6DjVKq5OtLtmQg43F7pN9v2H3ZZ6vtd9AkYe83EJYTADgzjr3GU+paf
TQBQs5ydl/HDb0eNz4ZHtiuiHBfWLvXgFTqOf9+kOYT998gmGUIbslQybCJ5Q/IO
kKdB3RUweAarhio1zR6E
=tpgk
-END PGP SIGNATURE-


Accepted:
libtemplate-plugin-latex-perl_3.02-1.debian.tar.gz
  to 
main/libt/libtemplate-plugin-latex-perl/libtemplate-plugin-latex-perl_3.02-1.debian.tar.gz
libtemplate-plugin-latex-perl_3.02-1.dsc
  to 
main/libt/libtemplate-plugin-latex-perl/libtemplate-plugin-latex-perl_3.02-1.dsc
libtemplate-plugin-latex-perl_3.02-1_all.deb
  to 
main/libt/libtemplate-plugin-latex-perl/libtemplate-plugin-latex-perl_3.02-1_all.deb
libtemplate-plugin-latex-perl_3.02.orig.tar.gz
  to 
main/libt/libtemplate-plugin-latex-perl/libtemplate-plugin-latex-perl_3.02.orig.tar.gz


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



Accepted ruby-chronic 0.6.7-1 (source all)

2012-05-12 Thread Per Andersson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 15 Apr 2012 12:46:15 +0200
Source: ruby-chronic
Binary: ruby-chronic libchronic-ruby
Architecture: source all
Version: 0.6.7-1
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Per Andersson avtob...@gmail.com
Description: 
 libchronic-ruby - Transitional package for ruby-chronic
 ruby-chronic - natural language date parser
Closes: 542491 578467 660501
Changes: 
 ruby-chronic (0.6.7-1) unstable; urgency=low
 .
   * New maintainer. (Closes: #660501)
   * New upstream version. (Closes: #578467, #542491)
   * Bumped standards version to 3.9.3 (no changes needed).
   * Changed to gem2deb packaging.
 - Rename source and binary packages to ruby-chronic.
 - Add libchronic-ruby transitional package.
 - Run tests during build.
 - BUild for all ruby versions.
   * Cosmetic update of description.
   * Update copyright file to DEP-5 format.
   * Use source format 3.0 (quilt).
   * Add watch file.
   * Update docs.
 - README.txt renamed README.md.
 - Add HISTORY.md.
Checksums-Sha1: 
 931aea705270f88a07c90ebf83702d872f325735 2095 ruby-chronic_0.6.7-1.dsc
 452c71dedeaf237abcd40a525d6a3fddac6958f9 33160 ruby-chronic_0.6.7.orig.tar.gz
 1a9b9753d4aaadb104f974021fe9be3d6ce3c782 2821 
ruby-chronic_0.6.7-1.debian.tar.gz
 4781e80f4fad31b97b258d1b47ca4cfc2c81f192 27674 ruby-chronic_0.6.7-1_all.deb
 6d9c7c380663aa3d621d47337c5ca195efb9b34c 2768 libchronic-ruby_0.6.7-1_all.deb
Checksums-Sha256: 
 6be3677a716db8cc5e50f7da20e8ee68c2b578e0c4a16d1dfe25e8c9e67695a5 2095 
ruby-chronic_0.6.7-1.dsc
 6e1abfcd379b364cf5657e7072da25d9b1e4deed1e0c0be07a9a6dc6d82a847d 33160 
ruby-chronic_0.6.7.orig.tar.gz
 56797ff1ed5fffb72f6fbfcbd912cf5b3dbb1aaa09782da5c517eebbb4d0609b 2821 
ruby-chronic_0.6.7-1.debian.tar.gz
 5f54fd46a6f345c934b15acc0169ba943add165e6716f4be4c9ce9b8ed866a9d 27674 
ruby-chronic_0.6.7-1_all.deb
 fccacde0f2e932a2889ac2d946d706d07b6937c7a0777645c2d5dc2a4af2e785 2768 
libchronic-ruby_0.6.7-1_all.deb
Files: 
 27334e99cde50d9e926fff6cafba319e 2095 ruby optional ruby-chronic_0.6.7-1.dsc
 c5dc8227e873f1c24aea2c43d13a4b89 33160 ruby optional 
ruby-chronic_0.6.7.orig.tar.gz
 69f33f887271003338983e4a6fa0c191 2821 ruby optional 
ruby-chronic_0.6.7-1.debian.tar.gz
 4d8ff6be2bf9e7566bfdefd9e42a8e73 27674 ruby optional 
ruby-chronic_0.6.7-1_all.deb
 c8cdd9d7f39ec1d6dae019f060fd5230 2768 oldlibs extra 
libchronic-ruby_0.6.7-1_all.deb

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

iQIcBAEBCAAGBQJPm0xIAAoJEGc6A+TB25IfMr4QALuECKoFBVxWU28mecx8fX4a
RV1htE+48vE2ZjQ1VUtojcHl4Y4Mo0SJLg1WNwUtfSm33ekE0x0D7niy/DQTTWFf
Nc9R3CYl9MG1+NvfP5phfvglarayw6SQ8MEUuDlB5EcJoyZRWBYE/HT7wG0rzofq
RO08uxjmdY/zl2kMFq14DyCWCxq6biOU861qC72cHrgHDr9tXlnOfe0++KyPmMHF
Ju/4TEBoiUIgrbPuINNnOEFzDOYuKNjg39P7NK4CvOEYD6peWwyqzzahH6jXBn6M
6Pt65fxE3+80Uoytm5GyvuhVV9sE4ZSuMtMYZYpw0ZqliOKFtFDRdswH+7DdSuJN
4y+8oHh7vD8zDMvlPNfahUjZmPy6lZ4VKRa8xVYeBch9f1SbGfdzuzMgaoyJLLYA
iOGudO76ZWTVqZuPuHlykOjD/npWEntUfdbEEtsJ0UKrJUNhQw/XOmTNO0+X7jl6
YB1VCATjzUC7Tke2YoqRKIM+PnFge0I16g+4vaopuL7/efFtHznDGCVs9cqWBj1v
bjV5dJ1V1nsE0a5iypByqh0acJWWFG3VEGCUQqbJ3q8jpG8BVE8H7iGLWghShlCL
MpvQGLCFynY1UAie6tJ6l5YTiAfp2KwhzlCiShqhQjH/bwUucGFtJrXp+d54imuE
5XVmYmmsgtuwGivfJuJ0
=qz+x
-END PGP SIGNATURE-


Accepted:
libchronic-ruby_0.6.7-1_all.deb
  to main/r/ruby-chronic/libchronic-ruby_0.6.7-1_all.deb
ruby-chronic_0.6.7-1.debian.tar.gz
  to main/r/ruby-chronic/ruby-chronic_0.6.7-1.debian.tar.gz
ruby-chronic_0.6.7-1.dsc
  to main/r/ruby-chronic/ruby-chronic_0.6.7-1.dsc
ruby-chronic_0.6.7-1_all.deb
  to main/r/ruby-chronic/ruby-chronic_0.6.7-1_all.deb
ruby-chronic_0.6.7.orig.tar.gz
  to main/r/ruby-chronic/ruby-chronic_0.6.7.orig.tar.gz


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



Accepted ruby-extlib 0.9.15-2 (source all)

2012-05-12 Thread Tollef Fog Heen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 02 May 2012 17:22:04 +0200
Source: ruby-extlib
Binary: ruby-extlib libextlib-ruby libextlib-ruby1.8 libextlib-ruby1.9.1 
libextlib-ruby-doc
Architecture: source all
Version: 0.9.15-2
Distribution: unstable
Urgency: low
Maintainer: Bryan McLellan b...@loftninjas.org
Changed-By: Tollef Fog Heen tfh...@debian.org
Description: 
 libextlib-ruby - Transitional package for ruby-extlib
 libextlib-ruby-doc - Transitional package for ruby-extlib
 libextlib-ruby1.8 - Transitional package for ruby-extlib
 libextlib-ruby1.9.1 - Transitional package for ruby-extlib
 ruby-extlib - general Ruby class extensions for DataMapper and Merb
Changes: 
 ruby-extlib (0.9.15-2) unstable; urgency=low
 .
   * Add full text of the Ruby licence.
Checksums-Sha1: 
 d8f514be7faedfef0bb83b0c5a1958f7f3941793 2247 ruby-extlib_0.9.15-2.dsc
 da262764d18ac7834c386ce8357785909b54caac 63703 ruby-extlib_0.9.15.orig.tar.gz
 5692593fc2dacf27cee65b5d6bdf29196a45c757 3835 ruby-extlib_0.9.15-2.diff.gz
 124b90ded1d49242fad64d14b689379d95a05137 34140 ruby-extlib_0.9.15-2_all.deb
 e6bd7c3f22afa95c79574a728b8825a95aa15f3a 3976 libextlib-ruby_0.9.15-2_all.deb
 d0af43c304b8d165feb820fd3bd5c1f734d48702 3982 
libextlib-ruby1.8_0.9.15-2_all.deb
 78acd505fa3183bd7060fdcc646a826bfa5b15aa 3986 
libextlib-ruby1.9.1_0.9.15-2_all.deb
 10c69f8bf37de91aef93a83f08fa01a58e608c7f 3978 
libextlib-ruby-doc_0.9.15-2_all.deb
Checksums-Sha256: 
 784ba06e16bce2bf6225ae3d8d8a22f7be64691f41cbf3fe85209fc1fd740a25 2247 
ruby-extlib_0.9.15-2.dsc
 6054397f881d56b71f09ce8ab571ab832f6867fd057233dc1ad55302ceaffc45 63703 
ruby-extlib_0.9.15.orig.tar.gz
 d5d43e5fbd5af00313dabaf72ca56764c39b9a98dd86d3a66225ef93ccdf8206 3835 
ruby-extlib_0.9.15-2.diff.gz
 8b9399d39dfead9a1390b78af08d243b6847e85ff68c2c31bc5bc0a736fdd25c 34140 
ruby-extlib_0.9.15-2_all.deb
 7449e8a80e5ec92ccba61698818a63a944b3f877c0fcaec0b047b35729fd04d1 3976 
libextlib-ruby_0.9.15-2_all.deb
 dca47912d3900d2e0c9df878d2dbf4e60d64f2b87b3d1ea632c7e61a3b26396c 3982 
libextlib-ruby1.8_0.9.15-2_all.deb
 6f93627d480803d1924b852b8740448c52b6ffefad0ea5dc5205232a6d064eec 3986 
libextlib-ruby1.9.1_0.9.15-2_all.deb
 79caaa4d623b3c1a8499aa0f06889a0dff466ca077a83803122b113525ad0909 3978 
libextlib-ruby-doc_0.9.15-2_all.deb
Files: 
 4109f4a221c670b7c2cb99b9a1e2af20 2247 ruby extra ruby-extlib_0.9.15-2.dsc
 7edeaa988ce99cb59cbd7509b557da73 63703 ruby extra 
ruby-extlib_0.9.15.orig.tar.gz
 9ecc245eb212ededb618d530b8ae2aba 3835 ruby extra ruby-extlib_0.9.15-2.diff.gz
 9d5622991b8f7a828aef317f4aa93a33 34140 ruby extra ruby-extlib_0.9.15-2_all.deb
 aceea5b540fe75ee31b47f86ad2ce313 3976 oldlibs extra 
libextlib-ruby_0.9.15-2_all.deb
 f62f20aa67ca3266ff8399f6ade620ad 3982 oldlibs extra 
libextlib-ruby1.8_0.9.15-2_all.deb
 7a41c919f857ef873f39496ed22b77b7 3986 oldlibs extra 
libextlib-ruby1.9.1_0.9.15-2_all.deb
 8eeecd8e15b4e79fe861b740b656d4e0 3978 oldlibs extra 
libextlib-ruby-doc_0.9.15-2_all.deb

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

iQIcBAEBCAAGBQJPoV57AAoJELZaSHHKGdcXvegQAIv8litGcDlvY2YdFbs4eM8O
ugTTXVOVGKlVsTAaE9641M6jwUfOCDTWJjne+5DTxCBaAN6FgbOnPZ9hxtMIFvSq
GmA7FQbKkl3ON1PqhSqRQmfGz8oUSs4fJC+YHh7IKEt7kRPLMcwxP9rzn+nMUP8S
NTA9FSyfbK+cxypw8odE/6UMMP0koskRcPsLLv5F94xRHVYhF+dV58s97eLWuVrY
0sHY+6fKKIj6DGZ+KT9pOfSeOJ9cx86DoJvpqI7WUCmE16B+u2zXFABv404Eqr1F
gmfSQkK/yntys8VhBeO4RixcnqooIVstUpnu/t/rWJwgZu8ZYnGjPj0II/KNPvs5
t1uvU3Z8EAMNUCH+7wNqyQq4n9XidH1A57LJv7tOK/6y5Z5OCuYaVNWowBubFPu8
oEyGmLByPj2h5dTb3lPr3uwSIhwSwKrMYisqN/DlEfNAYoy6LZWBVHyvWctUYKuU
88riFC4kBF3k5+ISG2RXY/FciKy8kPOLvolKNKr98qCVhJszN8Y8wEye/6fi+OH3
sXSaIJg94s5aaruVdAGinINZpHiKfPsB77mz+PRX0Mx56TbITB7h0vyK9Y85iIa+
798GVnhkFQYzlMtpXKWEAPVgYcZQtHcmPOxIfHkyES8PWEHbgz29n/nMmjWbcgpf
HPsRlbBcLvSiByOouLWA
=FMNC
-END PGP SIGNATURE-


Accepted:
libextlib-ruby-doc_0.9.15-2_all.deb
  to main/r/ruby-extlib/libextlib-ruby-doc_0.9.15-2_all.deb
libextlib-ruby1.8_0.9.15-2_all.deb
  to main/r/ruby-extlib/libextlib-ruby1.8_0.9.15-2_all.deb
libextlib-ruby1.9.1_0.9.15-2_all.deb
  to main/r/ruby-extlib/libextlib-ruby1.9.1_0.9.15-2_all.deb
libextlib-ruby_0.9.15-2_all.deb
  to main/r/ruby-extlib/libextlib-ruby_0.9.15-2_all.deb
ruby-extlib_0.9.15-2.diff.gz
  to main/r/ruby-extlib/ruby-extlib_0.9.15-2.diff.gz
ruby-extlib_0.9.15-2.dsc
  to main/r/ruby-extlib/ruby-extlib_0.9.15-2.dsc
ruby-extlib_0.9.15-2_all.deb
  to main/r/ruby-extlib/ruby-extlib_0.9.15-2_all.deb
ruby-extlib_0.9.15.orig.tar.gz
  to main/r/ruby-extlib/ruby-extlib_0.9.15.orig.tar.gz


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



Accepted wpa 1.0~rc3-1 (source amd64)

2012-05-12 Thread Kel Modderman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 21 Apr 2012 15:59:32 +1000
Source: wpa
Binary: hostapd wpagui wpasupplicant wpasupplicant-udeb
Architecture: source amd64
Version: 1.0~rc3-1
Distribution: experimental
Urgency: low
Maintainer: Debian/Ubuntu wpasupplicant Maintainers 
pkg-wpa-de...@lists.alioth.debian.org
Changed-By: Kel Modderman k...@otaku42.de
Description: 
 hostapd- user space IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authentica
 wpagui - graphical user interface for wpa_supplicant
 wpasupplicant - client support for WPA and WPA2 (IEEE 802.11i)
 wpasupplicant-udeb - Client support for WPA and WPA2 (IEEE 802.11i) (udeb)
Closes: 483924 655129 657332 659059 667416
Changes: 
 wpa (1.0~rc3-1) experimental; urgency=low
 .
   [ Stefan Lippers-Hollmann ]
   * import new upstream snapshot 1.0-rc3:
 - fixes:
   - hostapd: Fails to authenticate on wpa2 password (Closes: #483924)
   - hostapd: EAPOL reauthentication/rekeying timeout loop when using WMM
 (Closes: #655129, #659059)
 - rebase patches:
   - libnl3-includes
 - update hostapd configs.
 - update wpa_supplicant configs.
   * merge source packages for hostapd and wpasupplicant under the new name
 wpa, which is also used by upstream.
   * restrict wpasupplicant to linux-any and kfreebsd-any, hurd lacks kernel
 support.
   * bump standards version to 3.9.3, no changes necessary.
   * update dep-5 version to final 1.0, no changes necessary:
 - order licenses alphabetically.
   * build-depend on docbook-to-man explicitly.
   * convert packaging to Multi-Arch, bump compat level to 9 and debhelper
 build-dependency accordingly; all binaries are Multi-Arch=foreign.
   * update debian/copyright for wpa 1.0~rc2 and merged sources.
   * fix clean target and make sure to succeed building twice in a row.
   * drop build-dependency on libreadline-dev, it's no longer needed with
 WPA_CLI_EDIT.
   * remove watch file, there is no corresponding upstream tarballs at the
 moment.
   * add (temporary?) get-orig-source target to debian/rules, which fetches the
 last tagged upstream version corresponding to debian/changelog.
 - add a lintian override for this, upstream doesn't want to release
   tarballs at the moment.
   * use epoche only for hostapd binaries.
 .
   [ Kel Modderman ]
   * export BINDIR=/sbin, the build system now requires it when patching
 D-Bus/systemd configuration.
   * quieten the upstream build system so that errors/warning are more visible.
   * assist with adaptation of debian/rules for merge of wpa_supplicant/hostapd:
 - add docbook-utils to build dependency list and make documentation from
   sgml source
 - ensure shared code under src/ is cleaned between wpa_supplicant/hostapd
   builds
 - put wpa_supplicant/hostapd ifupdown hooks in their own namespace, adapt
   installation of ifupdown hooks
   * drop the netdev_wrapper script from wpagui and associated patch
   * install systemd service unit file
   * refresh D-Bus service activation file patch which starts process with
 syslog and control socket support, also patch systemd service file
   * drop 09_dbus_emit_change_events.patch, applied upstream.
   * fix ftbfs with gcc/g++ 4.7 (Closes: 667416)
   * unfortunately, hostapd package historically added an epoch, so an epoch
 must now be added to this source package too.
   * enable hardened build flags. (Closes: #657332)
   * remove DEB_BUILD_OPTIONS=noopt handling from debian/rules, no longer
 required since dpkg-buildflags honors it.
   * Add ability to set CC for cross building support (untested).
   * Remove Faidon Liambotis parav...@debian.org from Uploaders as per
 his request, many thanks for all past efforts Faidon.
   * Only build manpages from docbook source, we do not currently use the
 html or pdf products.
Checksums-Sha1: 
 5c37021d8905a3c70c6ce2afd39ff7f16d4f9857 2457 wpa_1.0~rc3-1.dsc
 14ce1c0607c43379113b1db323b4a87fb204728e 1969087 wpa_1.0~rc3.orig.tar.gz
 ac2c47c52106553b7148457293b52c19d8b68529 84992 wpa_1.0~rc3-1.debian.tar.gz
 49f4099a4e896df6e36b560f1297b41b34df2fb2 472212 hostapd_1.0~rc3-1_amd64.deb
 d39e492cf84683442c75e22dadcb56005d6b53e6 367668 wpagui_1.0~rc3-1_amd64.deb
 1b582f4a26142c7c1d5212df8cd12d925837a73f 597672 
wpasupplicant_1.0~rc3-1_amd64.deb
 a709ae463a7a85a6e4177baab9637ce1d8e44d85 182208 
wpasupplicant-udeb_1.0~rc3-1_amd64.udeb
Checksums-Sha256: 
 938ae8051d0654a2ea002cd10a729513f0a277d44cd86b6dbb5863a7bd01acb3 2457 
wpa_1.0~rc3-1.dsc
 742e7e8c87d90fb655b2e0b79ce5ce20c570d19aa37f21bd68282ec29b97be2a 1969087 
wpa_1.0~rc3.orig.tar.gz
 d36a9a42b627bd761864ccf713a8edecda9f5b6c6c389d993909f6eac74c8be7 84992 
wpa_1.0~rc3-1.debian.tar.gz
 e6ee8e379d8a16dda334abc1aab8f10025306614996e4e4056ece9869079bdab 472212 
hostapd_1.0~rc3-1_amd64.deb
 e5f4e17e3ba00709034996a18ae1e392558dde494d90b1af7b031c96cd724a2d 367668 
wpagui_1.0~rc3-1_amd64.deb
 

Accepted wpa 1.0-1 (source amd64)

2012-05-12 Thread Kel Modderman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 11 May 2012 13:58:51 +1000
Source: wpa
Binary: hostapd wpagui wpasupplicant wpasupplicant-udeb
Architecture: source amd64
Version: 1.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian/Ubuntu wpasupplicant Maintainers 
pkg-wpa-de...@lists.alioth.debian.org
Changed-By: Kel Modderman k...@otaku42.de
Description: 
 hostapd- user space IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authentica
 wpagui - graphical user interface for wpa_supplicant
 wpasupplicant - client support for WPA and WPA2 (IEEE 802.11i)
 wpasupplicant-udeb - Client support for WPA and WPA2 (IEEE 802.11i) (udeb)
Closes: 483924 655129 657332 659059 667416
Changes: 
 wpa (1.0-1) unstable; urgency=low
 .
   [ Stefan Lippers-Hollmann ]
   * New upstream release, no code changes since 1.0~rc3.
   * upload to unstable, to fix FTBS with gcc-4.7.
   * update debian/README.source.
 .
   [ Kel Modderman ]
   * No longer explicitly add --as-needed to LDFLAGS, it is no longer
 required since wpa_cli stopped linking to libreadline (WPA_CLI_EDIT=y).
 .
 wpa (1.0~rc3-1) experimental; urgency=low
 .
   [ Stefan Lippers-Hollmann ]
   * import new upstream snapshot 1.0-rc3:
 - fixes:
   - hostapd: Fails to authenticate on wpa2 password (Closes: #483924)
   - hostapd: EAPOL reauthentication/rekeying timeout loop when using WMM
 (Closes: #655129, #659059)
 - rebase patches:
   - libnl3-includes
 - update hostapd configs.
 - update wpa_supplicant configs.
   * merge source packages for hostapd and wpasupplicant under the new name
 wpa, which is also used by upstream.
   * restrict wpasupplicant to linux-any and kfreebsd-any, hurd lacks kernel
 support.
   * bump standards version to 3.9.3, no changes necessary.
   * update dep-5 version to final 1.0, no changes necessary:
 - order licenses alphabetically.
   * build-depend on docbook-to-man explicitly.
   * convert packaging to Multi-Arch, bump compat level to 9 and debhelper
 build-dependency accordingly; all binaries are Multi-Arch=foreign.
   * update debian/copyright for wpa 1.0~rc2 and merged sources.
   * fix clean target and make sure to succeed building twice in a row.
   * drop build-dependency on libreadline-dev, it's no longer needed with
 WPA_CLI_EDIT.
   * remove watch file, there is no corresponding upstream tarballs at the
 moment.
   * add (temporary?) get-orig-source target to debian/rules, which fetches the
 last tagged upstream version corresponding to debian/changelog.
 - add a lintian override for this, upstream doesn't want to release
   tarballs at the moment.
   * use epoche only for hostapd binaries.
 .
   [ Kel Modderman ]
   * export BINDIR=/sbin, the build system now requires it when patching
 D-Bus/systemd configuration.
   * quieten the upstream build system so that errors/warning are more visible.
   * assist with adaptation of debian/rules for merge of wpa_supplicant/hostapd:
 - add docbook-utils to build dependency list and make documentation from
   sgml source
 - ensure shared code under src/ is cleaned between wpa_supplicant/hostapd
   builds
 - put wpa_supplicant/hostapd ifupdown hooks in their own namespace, adapt
   installation of ifupdown hooks
   * drop the netdev_wrapper script from wpagui and associated patch
   * install systemd service unit file
   * refresh D-Bus service activation file patch which starts process with
 syslog and control socket support, also patch systemd service file
   * drop 09_dbus_emit_change_events.patch, applied upstream.
   * fix ftbfs with gcc/g++ 4.7 (Closes: 667416)
   * enable hardened build flags. (Closes: #657332)
   * remove DEB_BUILD_OPTIONS=noopt handling from debian/rules, no longer
 required since dpkg-buildflags honors it.
   * Add ability to set CC for cross building support (untested).
   * Remove Faidon Liambotis parav...@debian.org from Uploaders as per
 his request, many thanks for all past efforts Faidon.
   * Only build manpages from docbook source, we do not currently use the
 html or pdf products.
Checksums-Sha1: 
 f18de23e554af348e327e5c7134a34a6e9d503fc 2429 wpa_1.0-1.dsc
 f89b69e4795eec697e4542309430b3003473704c 1973926 wpa_1.0.orig.tar.gz
 29adb0fd4f8dc41052ea87ee6608a40de3d06b3a 85527 wpa_1.0-1.debian.tar.gz
 2678adb19b6d4b88e2ff2890a00e764fa17220b3 474354 hostapd_1.0-1_amd64.deb
 aec6464c172edac640b8a74326644e1cf51937a1 367038 wpagui_1.0-1_amd64.deb
 0102a754226221126112037538f43621a28f2824 601810 wpasupplicant_1.0-1_amd64.deb
 8a2994513d81546e428615e29e428fdfbdfa1f63 181712 
wpasupplicant-udeb_1.0-1_amd64.udeb
Checksums-Sha256: 
 9b12f30f18bef9816005f713dda9773724b177fd02ff0078772425728e4a49d8 2429 
wpa_1.0-1.dsc
 f2e91686ed250850b4929d8b48a8eae0b7b13c333ebbf4230d173379964240ef 1973926 
wpa_1.0.orig.tar.gz
 e5ff54791bd268435adb68643d081da92359e1d20decbe193195479231466c4c 85527 
wpa_1.0-1.debian.tar.gz
 

Accepted xserver-xorg-video-neomagic 1:1.2.6-1 (source amd64)

2012-05-12 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 12 May 2012 12:33:21 +0200
Source: xserver-xorg-video-neomagic
Binary: xserver-xorg-video-neomagic
Architecture: source amd64
Version: 1:1.2.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 xserver-xorg-video-neomagic - X.Org X server -- Neomagic display driver
Changes: 
 xserver-xorg-video-neomagic (1:1.2.6-1) unstable; urgency=medium
 .
   * New upstream release, fixes compatibility with xserver 1.12.
Checksums-Sha1: 
 0cad8547ab9557dcb5af3aa74c81d94417b4ff3c 2261 
xserver-xorg-video-neomagic_1.2.6-1.dsc
 336ed37592cf71def5942c4765c0c987fa1343c2 390766 
xserver-xorg-video-neomagic_1.2.6.orig.tar.gz
 89bd8b5878248e302d0eb7ae795ce88a55a0c3fb 6286 
xserver-xorg-video-neomagic_1.2.6-1.diff.gz
 12885c555a7346532b446c1d310bda6d63ec1f49 48430 
xserver-xorg-video-neomagic_1.2.6-1_amd64.deb
Checksums-Sha256: 
 b1657fb5108da891e41808350e7981b0025b6292793412fb81476dc3a5d111f8 2261 
xserver-xorg-video-neomagic_1.2.6-1.dsc
 2374f64655aa179b6a0a58a6255abacd995863d75c5a3dee215df136ad5c6cf9 390766 
xserver-xorg-video-neomagic_1.2.6.orig.tar.gz
 7d8f8c8bce8a83b6e04f18b3dabbc9bfc2e55562872ce46f7116daf263daea8f 6286 
xserver-xorg-video-neomagic_1.2.6-1.diff.gz
 239d9a3d835ba1fcc3538211567a7007a41bfb1eea4671a3c50e1fb455cdfc35 48430 
xserver-xorg-video-neomagic_1.2.6-1_amd64.deb
Files: 
 6a967c7f3829730eab56f70d04592863 2261 x11 optional 
xserver-xorg-video-neomagic_1.2.6-1.dsc
 52af77505c4ab5eb5a1f8938253697d6 390766 x11 optional 
xserver-xorg-video-neomagic_1.2.6.orig.tar.gz
 f7456ba51e471373839be9fe4c90bca5 6286 x11 optional 
xserver-xorg-video-neomagic_1.2.6-1.diff.gz
 21abdadb730769f53730237df13c7c06 48430 x11 optional 
xserver-xorg-video-neomagic_1.2.6-1_amd64.deb

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

iQIcBAEBCAAGBQJPrj0LAAoJEDEBgAUJBeQM8v4QAKlJ9spom2e1WkSGI6QriLmg
ypkJ3SbFStUatYeTfEOOLX5pJIHAmGOkJVgZht0zF6gwGKPVytUQiBrhsk3FlKxm
7cXR0NRpWNdVn4x6s+gDJWjWg+q+taReaINq4UJ1+bGQzWndQ5HQiX3omUf+ljgk
kFUgPVg5VhNQ537oFtj4EKGOmHAft2xzX4CLvULxpk6096ZcW+26zs4GnztNpAsu
W5bUYs63vc4/4aGwBAtoGVnfBUaECgyM1jWhTWjM9FtWsh831rJ+d5tNjdd3SQWz
sAa4AjkG3k1aOHCavqd0IISgHLagfXXQJk2HRXWcVfPAO4W1K8OIncVIKnCfX+ab
mE3ylnj/gHgeF4Jm44tv0ZjgOUTcK3oCSSRZLuHZ3xqv9DEWAZSo7fLa9zAoNDNg
Z2+755GKm2Nvslc/0BpzqNDFPkU19pjVwEo/NPclTC8zsngCungGfBF6XIHJGnIn
852dqaeuFWEfLlh9PqGHEBav2ZMELByJ2Jg9YonskUfjRF0zn8PDZi0JE+u63k0o
4yawlTil3NtyqvFW3tKAl0ru9X75XA/fVdtSEgciC2GefgWOIw4TZQUXgnpL5J+l
ioK9IUB3jQlUshOWsZ8HkJ8BVBc7oVqIYN6Gm+IpijZiDhN91/jNJo61V1u2ITRw
O4cHxVBqydQekc/E4FZo
=c+/R
-END PGP SIGNATURE-


Accepted:
xserver-xorg-video-neomagic_1.2.6-1.diff.gz
  to 
main/x/xserver-xorg-video-neomagic/xserver-xorg-video-neomagic_1.2.6-1.diff.gz
xserver-xorg-video-neomagic_1.2.6-1.dsc
  to main/x/xserver-xorg-video-neomagic/xserver-xorg-video-neomagic_1.2.6-1.dsc
xserver-xorg-video-neomagic_1.2.6-1_amd64.deb
  to 
main/x/xserver-xorg-video-neomagic/xserver-xorg-video-neomagic_1.2.6-1_amd64.deb
xserver-xorg-video-neomagic_1.2.6.orig.tar.gz
  to 
main/x/xserver-xorg-video-neomagic/xserver-xorg-video-neomagic_1.2.6.orig.tar.gz


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



Accepted libdancer-logger-psgi-perl 0.04-1 (source all)

2012-05-12 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 07 May 2012 01:45:48 +0200
Source: libdancer-logger-psgi-perl
Binary: libdancer-logger-psgi-perl
Architecture: source all
Version: 0.04-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 libdancer-logger-psgi-perl - PSGI Log handler for Dancer
Closes: 671797
Changes: 
 libdancer-logger-psgi-perl (0.04-1) unstable; urgency=low
 .
   * Initial packaging release.
 Closes: bug#671797.
Checksums-Sha1: 
 9bb21ec9d1e26b2f593ca978c90b09ac4c836a5f 2296 
libdancer-logger-psgi-perl_0.04-1.dsc
 369cbf6b249569c73d3d04f87166a962675ce6f6 12815 
libdancer-logger-psgi-perl_0.04.orig.tar.gz
 7e89f3c10c51b25a2a21fbc501a7597699f8dc1e 2960 
libdancer-logger-psgi-perl_0.04-1.debian.tar.gz
 021e626165e4f8c3fd9cf5780dc4b3caeb93f327 8872 
libdancer-logger-psgi-perl_0.04-1_all.deb
Checksums-Sha256: 
 83a7ddaec18e43b7612a64044ba7cecbaf77dcec4eb5c3c5865e62776da95db3 2296 
libdancer-logger-psgi-perl_0.04-1.dsc
 838ae88e3302afa32c2f5dd56c40f527e269cdbc5ee71f0ea2fb474bafd95988 12815 
libdancer-logger-psgi-perl_0.04.orig.tar.gz
 72c09082a8c1ef5cc8b5f094162046ef6568aeca4002c8c771882119d015d76b 2960 
libdancer-logger-psgi-perl_0.04-1.debian.tar.gz
 6a5e61d0b1c10bec1d21b2d73ed31e7c0253cf91e8366039cf9e9c67e3c84890 8872 
libdancer-logger-psgi-perl_0.04-1_all.deb
Files: 
 cab97ed21e496eecc9f570c71a590e8e 2296 perl optional 
libdancer-logger-psgi-perl_0.04-1.dsc
 acc2eadcfb93923aa50b593d641082e9 12815 perl optional 
libdancer-logger-psgi-perl_0.04.orig.tar.gz
 85b52b04c0cc0971c576ac12635b7365 2960 perl optional 
libdancer-logger-psgi-perl_0.04-1.debian.tar.gz
 c0649c56eace9c19379a7861771e380b 8872 perl optional 
libdancer-logger-psgi-perl_0.04-1_all.deb

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

iQIcBAEBCgAGBQJPpxATAAoJECx8MUbBoAEhAdQP/jGVjZrEWc6PAGrsc+42vAiB
pFn9TpvJc7HYkwhoh0reZKEZ2fevrxJh/mGYbm7yUNAoNpiQSOIQWxBAnqmvTZyU
2ahmju0Y1bJejkbQDKlcpqZMfXwH4fikd0IicKEK0JS3ALHbISlum2y74uZWd2+e
oCQzrBBqhJn+vJlS1NxvC4AS2WCs7cA1d2RvMxLZkg/qcHrJP1varKpSqX4XRuUE
MmEWTRgk6Mcx0ZAOtsc1s+G7e+S50CDqLIfKySQ536czp18XM/htiXXx99bVlpX+
Vrnhp0uRHlgYvBr58IvTK40iY+HebcpHvzi27LphGm7G5sDK9OceqVNc5Ynnv67X
/M/vHTqKiuCT33oESQfnZGNnSu9V6hMrHYWJMxpchxj8c26rDfWFGgOxOOfakkkF
iGBmq6Qns+lhRO23hKwAphXNYQwsLOhZx1lJ07XeV46I42AeHU/Dora1HbpN3n5s
t3VDegZufbbzM6VAS4PEqiCfB3oO6rDsNqLjps2qPop9UEn3D2wQElQwM3cMCXWF
EaipMusXAFQpjUX0ulXu07mmDoLUL5/so3+QRU9oCEib7S6ILG0Toai51VmptxYy
ugDw7BnFjF+QNOVGQbC5kt8H0wfx84sH+Esi9BAeFee3DOOtHxUWnyC1/Uothqlz
nqZVOyK+0se9HCG+Qra+
=bEDM
-END PGP SIGNATURE-


Accepted:
libdancer-logger-psgi-perl_0.04-1.debian.tar.gz
  to 
main/libd/libdancer-logger-psgi-perl/libdancer-logger-psgi-perl_0.04-1.debian.tar.gz
libdancer-logger-psgi-perl_0.04-1.dsc
  to main/libd/libdancer-logger-psgi-perl/libdancer-logger-psgi-perl_0.04-1.dsc
libdancer-logger-psgi-perl_0.04-1_all.deb
  to 
main/libd/libdancer-logger-psgi-perl/libdancer-logger-psgi-perl_0.04-1_all.deb
libdancer-logger-psgi-perl_0.04.orig.tar.gz
  to 
main/libd/libdancer-logger-psgi-perl/libdancer-logger-psgi-perl_0.04.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/e1sta5s-00030k...@franck.debian.org



Accepted libdancer-logger-psgi-perl 0.04-2 (source all)

2012-05-12 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 07 May 2012 02:16:24 +0200
Source: libdancer-logger-psgi-perl
Binary: libdancer-logger-psgi-perl
Architecture: source all
Version: 0.04-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 libdancer-logger-psgi-perl - PSGI Log handler for Dancer
Changes: 
 libdancer-logger-psgi-perl (0.04-2) unstable; urgency=low
 .
   * Fix build-depend on recent perl, or alternatively a recent
 libmodule-build-perl.
Checksums-Sha1: 
 4da77d0fc1c54d561f44369f1ad58c59e6ff881e 2343 
libdancer-logger-psgi-perl_0.04-2.dsc
 8f0962d12709dcae9b3c99af68aac2a668008c4a 3039 
libdancer-logger-psgi-perl_0.04-2.debian.tar.gz
 dd8d6fe1fe23b83604978e89361d71930c7e4998 8940 
libdancer-logger-psgi-perl_0.04-2_all.deb
Checksums-Sha256: 
 94ab9e85acc1c822b89e510b0ee529e8c65be7a53874db1f27dd6e72b7e092a5 2343 
libdancer-logger-psgi-perl_0.04-2.dsc
 7b484d0b4d034177a2cabd5dba48b86e2a791f35129bec23022a62c655cd3496 3039 
libdancer-logger-psgi-perl_0.04-2.debian.tar.gz
 e3789f7f142e585c61762a5861c830ab047f8b955c28fefdc841c7978c8a1a21 8940 
libdancer-logger-psgi-perl_0.04-2_all.deb
Files: 
 3d1d0c8200de07db86f08173f47a62b7 2343 perl optional 
libdancer-logger-psgi-perl_0.04-2.dsc
 612b776bb93b1c846ec38bbb771a1f43 3039 perl optional 
libdancer-logger-psgi-perl_0.04-2.debian.tar.gz
 faca118255178845b2fc68af0f17116d 8940 perl optional 
libdancer-logger-psgi-perl_0.04-2_all.deb

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

iQIcBAEBCgAGBQJPpxUAAAoJECx8MUbBoAEhMw0P/iv35BXpoYHbGH4kpgGZFx8T
9z3XCrV5epD7o6FN3zaCZ7z2e9esU5E7c/UwPIPKV8nUKtgkzlHc93JIU3B3mtHx
2qvsahvuJbhwc3+HwYuQBDY8fl8dhF62d6kT6WfcsNFHs/eZxxqbzXJZRVA19eDx
Wr4upMZzNAx6LEyuSMYVFMq4rmGmrgehG+b7q7Zv1eNLj4F6CSuSyeauXOpILj89
8A9xYVi+6kg81RbGXwI/SFUY0ou1i4oeEwYt/uvCCDrNRwon4j9aBIdDfTkkIGnH
pkkd+faqXVF6XUie4J9tj4oxWf6bNFYgM6fRClicS2kqZfYSnXwb7HnDc0TBvv2t
rNT2J+Dh7dK42co+ARaCnJpyOhEcJ6lAh3Efb1Uwx1rDi6vpq2zI2+RJDStUENaN
1TPWd1QfTtPYxv5RC71iuLzR5J1O+2F07w5nhfHzrYS09xIAG+DOSGNMHCfDXNF/
tgt1CID+6shYJRmgg0Yt1es2Z9358aB4PfIBXrr6h5xMffEHoazkudzr4bTY9Ywa
JNCQHf+JJ5PVugeFGmCH0qq3E+kpTLb8G5bFX8qMRqPPkEiMwNhX8AXODRiob6Ol
gSCAF47K+fhZfzZ2mSVJLgxybV+25OisraJVpnyBip57ppby2Xd7TcCDshoH6MLF
yFHFent/6PFFz1VMxOij
=/BX5
-END PGP SIGNATURE-


Accepted:
libdancer-logger-psgi-perl_0.04-2.debian.tar.gz
  to 
main/libd/libdancer-logger-psgi-perl/libdancer-logger-psgi-perl_0.04-2.debian.tar.gz
libdancer-logger-psgi-perl_0.04-2.dsc
  to main/libd/libdancer-logger-psgi-perl/libdancer-logger-psgi-perl_0.04-2.dsc
libdancer-logger-psgi-perl_0.04-2_all.deb
  to 
main/libd/libdancer-logger-psgi-perl/libdancer-logger-psgi-perl_0.04-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/e1sta5f-00033j...@franck.debian.org



Accepted libexcel-template-plus-perl 0.05-1 (source all)

2012-05-12 Thread Robert James Clay
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 06 May 2012 14:39:57 -0400
Source: libexcel-template-plus-perl
Binary: libexcel-template-plus-perl
Architecture: source all
Version: 0.05-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Robert James Clay j...@rocasa.us
Description: 
 libexcel-template-plus-perl - module for testing and comparing Excel files
Closes: 651013
Changes: 
 libexcel-template-plus-perl (0.05-1) unstable; urgency=low
 .
   * Initial Release. (Closes: #651013)
Checksums-Sha1: 
 698bdcc1ef597c4daeb232e732e1cf81d4fa6209 2376 
libexcel-template-plus-perl_0.05-1.dsc
 10daab4be6aaecabf62a174408a50556e7b803ea 8808 
libexcel-template-plus-perl_0.05.orig.tar.gz
 b423947fdd4ff15d0d1c9b72f50c0630cabaa366 1515 
libexcel-template-plus-perl_0.05-1.debian.tar.gz
 e1e6b0c250298f5cf3848f585bcd4ca4c6e7789d 16526 
libexcel-template-plus-perl_0.05-1_all.deb
Checksums-Sha256: 
 1f9aa0ce0d7e6be2f608dba51ecd3e178cb72158bb205ec8e0446db2005ea8d3 2376 
libexcel-template-plus-perl_0.05-1.dsc
 630c8eb73a54ee940651a8ebd4f701279e86a85ecca72ef532b843567a62bc72 8808 
libexcel-template-plus-perl_0.05.orig.tar.gz
 cd9910b92a2f95dabc9605e0a060e467379d6e22edeb1a1599c186e53d6f23ec 1515 
libexcel-template-plus-perl_0.05-1.debian.tar.gz
 fb8f058ab065300cb8a5128c81bd93a60c4ad74ecb3d1b3c4e15fe7b5485c033 16526 
libexcel-template-plus-perl_0.05-1_all.deb
Files: 
 5d810bed18a54eedca7d6f6beb94de0d 2376 perl optional 
libexcel-template-plus-perl_0.05-1.dsc
 1d6c1c9ed09249c8433250fa6a2c1368 8808 perl optional 
libexcel-template-plus-perl_0.05.orig.tar.gz
 dfb853293b41e1c940b5eded5c32 1515 perl optional 
libexcel-template-plus-perl_0.05-1.debian.tar.gz
 245908cc1b4be8a5ee17cc2f52a17a77 16526 perl optional 
libexcel-template-plus-perl_0.05-1_all.deb

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

iQIcBAEBCAAGBQJPpuB/AAoJELs6aAGGSaoGCGsP/jffVMR200rVaXBlYjZ7YTdZ
loSNpRAI2qN5ZqdE0mtuF1uMk+GQYRNmgPWz2pcCUMaKhchrBSktyQ3/f3i3qeww
uJj6VzD+EvawAW0Tx6S+qYFUZaFmN87DsY+gQ7F/YauGH463ljpBbwsp+i8xOXPO
LRY/TOK4tpOmCzZY1iZUb0/C+NOcDyzjx4bcodiywDFo1XKd+NlxokjKG9UpW0sI
fdu0nbSOEhmXgqyDBs+0pBQ3u5IVrpAWMxqWEi50Y6n/ORRr7x49acHZfgKfhTCb
8wDlElMn/pGvJk5sSwVSFyIANtQpjzq2wKYZceky6teWbtwMnbQa8MmwZJ053b1V
uw18XNwHgU4OQB9P25UQs3BP0bDOahuTYAt6KDR8WFNU4x1jkYHR7V7UDUXBZzpt
XeSEK70nG5549373JNKE0idabWemggo54LYH1yeknN1xNaabLkM2l076zfSb/OgZ
buYgnJDVNhVtnIrCMabxYeEsOIMzitsEmwFtUaa2QM8qJ18GpbDhZMxmnVWvn4e9
MscL2Z+qiCuwIrx7eQwOwLr1XW/zNRR4vu/sfEtVRmvwGbiWs3+yEEPyZ8VMTDpk
14Vm7mE8QvWz7BLbl7I5Sw6rLiou0XzJeor0KaxvOitEmh6jxNSBOdpozqLkVN5O
EClgotdeD5zVMYSotDbI
=OPsg
-END PGP SIGNATURE-


Accepted:
libexcel-template-plus-perl_0.05-1.debian.tar.gz
  to 
main/libe/libexcel-template-plus-perl/libexcel-template-plus-perl_0.05-1.debian.tar.gz
libexcel-template-plus-perl_0.05-1.dsc
  to 
main/libe/libexcel-template-plus-perl/libexcel-template-plus-perl_0.05-1.dsc
libexcel-template-plus-perl_0.05-1_all.deb
  to 
main/libe/libexcel-template-plus-perl/libexcel-template-plus-perl_0.05-1_all.deb
libexcel-template-plus-perl_0.05.orig.tar.gz
  to 
main/libe/libexcel-template-plus-perl/libexcel-template-plus-perl_0.05.orig.tar.gz


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



Accepted libfile-spec-native-perl 1.003-1 (source all)

2012-05-12 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 05 May 2012 18:13:38 +0200
Source: libfile-spec-native-perl
Binary: libfile-spec-native-perl
Architecture: source all
Version: 1.003-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libfile-spec-native-perl - module for using native OS implementation of 
File::Spec from a su
Closes: 671650
Changes: 
 libfile-spec-native-perl (1.003-1) unstable; urgency=low
 .
   * Initial release (closes: #671650).
Checksums-Sha1: 
 93d5ee2bcd2c6f8ac38369c53c84e3baf38830e2 2163 
libfile-spec-native-perl_1.003-1.dsc
 aca28fcc548b89c98a3b2e45e40db5a1a61c95a9 15799 
libfile-spec-native-perl_1.003.orig.tar.gz
 c902a9b1fe0f889c85e1903815fdfb7a67bb77b2 1587 
libfile-spec-native-perl_1.003-1.debian.tar.gz
 7a4fbcc351fd4757f40872d2daffc30e083c3325 7974 
libfile-spec-native-perl_1.003-1_all.deb
Checksums-Sha256: 
 28a05dc4de80a1c0803610cf1e3b9e1f60065f4fb1505341f5df80c08c2def99 2163 
libfile-spec-native-perl_1.003-1.dsc
 bbb22c53d8cfdd3389f0b4bcf90077847347ef851d297026352eb9e5bb218156 15799 
libfile-spec-native-perl_1.003.orig.tar.gz
 e916afa792cc3ab5ce2c9b45ebb239273420f3dd501fdc9caa9befd97a516519 1587 
libfile-spec-native-perl_1.003-1.debian.tar.gz
 f4cb8cd6459b5427a28e65ebe5922fcf5100f8c104c21852f06e411891315864 7974 
libfile-spec-native-perl_1.003-1_all.deb
Files: 
 1fd1da75eb53346d57d4716f687b9da1 2163 perl optional 
libfile-spec-native-perl_1.003-1.dsc
 080779b8ff5623d57644fea781653a8a 15799 perl optional 
libfile-spec-native-perl_1.003.orig.tar.gz
 57784792c348d0998f8ddabf03d8c1a1 1587 perl optional 
libfile-spec-native-perl_1.003-1.debian.tar.gz
 10365551c9ebf0f28d07ca5e52ae599e 7974 perl optional 
libfile-spec-native-perl_1.003-1_all.deb

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

iQIcBAEBCAAGBQJPpVHJAAoJELs6aAGGSaoGcUkP/2J5BuGygAUBO6HdPxylFzS+
IApp9ERzGNA9KgObicW5kTcXNftwXHPmjzZRV6UUtkKErX2fenTYrHrftP1z2ONK
ZlMXKcPRODNAQqr/7eMHWtYbLdg+uNlqocAbU5SVSM4pbQ5zQ/al/B+AATWj4U8d
CtBi2FbEwG0C6qs+5DOWotMVFu2qwXRtSp9caMHLOtSDmz9EdY6zpZ9kr89OjRIB
eU3EK79idLPvYDFco42N42fEKBC6RkAN8so7g0ZqpI8Z7V9lZsfhbN+c7Uz8ji6R
QDDJlSFlkT295ia3ygslnCgCaZbNiYqbuGZMhsL69t+xGmMON93gLxSuPknJvMfv
G6zWSg7arOeaz/X/untNzos5jjqJz8zcVvA1uhwboHY77OkOcMjDbWOT4fz8lxlI
6Lffalu6CDH3GPrE+Mc7NnjZkXtyqfOBLYh7ZK8uOpsS2H7DY1Y8rHV2jl+YDswN
yzwn3Fvv0jXKqpqJeypkh7wo9fsaU7x6ZLfFmcb6tFmI1Ttg0P+SuvOLLlzXV7gg
D4yV65d2hnpnRCNw9goPRSztIi8IJbbQEfpvyRTqPeO7FSR1fzRo12snDkYva7Dz
1F8q0W5lNAxTfcadx91tkpfkD0xQuxufT+p9PzmMTJgRmgkwJqCk6xCTlmpQ8u7J
/uvd5DhCeCWavKFEucqv
=1SyZ
-END PGP SIGNATURE-


Accepted:
libfile-spec-native-perl_1.003-1.debian.tar.gz
  to 
main/libf/libfile-spec-native-perl/libfile-spec-native-perl_1.003-1.debian.tar.gz
libfile-spec-native-perl_1.003-1.dsc
  to main/libf/libfile-spec-native-perl/libfile-spec-native-perl_1.003-1.dsc
libfile-spec-native-perl_1.003-1_all.deb
  to main/libf/libfile-spec-native-perl/libfile-spec-native-perl_1.003-1_all.deb
libfile-spec-native-perl_1.003.orig.tar.gz
  to 
main/libf/libfile-spec-native-perl/libfile-spec-native-perl_1.003.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/e1sta6a-00039l...@franck.debian.org



Accepted libgeo-point-perl 0.93-1 (source all)

2012-05-12 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 05 May 2012 15:16:10 +0200
Source: libgeo-point-perl
Binary: libgeo-point-perl
Architecture: source all
Version: 0.93-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 libgeo-point-perl - module to simplify handling geographic points
Closes: 671615
Changes: 
 libgeo-point-perl (0.93-1) unstable; urgency=low
 .
   * Initial packaging release.
 Closes: bug#671615.
Checksums-Sha1: 
 f34d0834774b25b2df9c566387c7dfa7a6f6a256 2140 libgeo-point-perl_0.93-1.dsc
 7470ebff1ada9b7cd69baa73129b64a2a02930b0 22625 
libgeo-point-perl_0.93.orig.tar.gz
 fcdc7f22c101048ac515d302c86b5ee82ed1347a 2982 
libgeo-point-perl_0.93-1.debian.tar.gz
 292df9b2aeed4b27894d1fc91df7beadebeca97d 52844 libgeo-point-perl_0.93-1_all.deb
Checksums-Sha256: 
 7974f9cf8ce8e1ccb2e7d2d2556daf1fb57cc433588c4b9eefd01c7dcd0a08bf 2140 
libgeo-point-perl_0.93-1.dsc
 cdbb374b2b660e5f9f65dba5b920b2e26b135c17070edc615832fc8cf1aedecc 22625 
libgeo-point-perl_0.93.orig.tar.gz
 cfb1393ae43809d4204232d052de17ac9eb2ba17762431d47e5596da7e9f7b54 2982 
libgeo-point-perl_0.93-1.debian.tar.gz
 8a3043b95bc615120daf641bbb6ddb124995d7e74849230a90b7bdad79983d87 52844 
libgeo-point-perl_0.93-1_all.deb
Files: 
 f7f0db35361e1876183aa9f3d2c7c987 2140 perl optional 
libgeo-point-perl_0.93-1.dsc
 a25e7dfbd9fb483005b3e1ceba21ee1c 22625 perl optional 
libgeo-point-perl_0.93.orig.tar.gz
 c06d08a2b9141f86769d1ae0926a82dc 2982 perl optional 
libgeo-point-perl_0.93-1.debian.tar.gz
 06de79facaaccc49ef017ec3f3887cd0 52844 perl optional 
libgeo-point-perl_0.93-1_all.deb

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

iQIcBAEBCgAGBQJPpSn9AAoJECx8MUbBoAEhkwcQAKBG42+TsabZ34S/nqbLxLjp
it0cYSO46CfaPPmaWPdj/78IYr1Rggszmj81x6/OqOC2xhlGtWBBFsGMS6nHgJ39
593k7b+ZGV228wni45xxbMDaXrJUC8GO87gA9+qAKJjRtRE5OzdIs4FwrVFQ2mdM
K4JRLTY1UlKqbLd8wV98a1Ed9QSLk+RKtUxhmL9m7D3GP1eIqm2v9unIP1NoxArP
nr7Oy59QD2tH+joBBAaOlyNr3fnSlSwJXJWHT1wtLzroa2/lxf6wDXR8VlGFgPFl
EQtKA3AHe6IlIuQ36GC/jmCsvosCpSk7/tc+AlX4O/JDIESBzVag1B9mNW5nuxc0
/NtvMF26f922HpTiS/UgCabRkSQeqteWpfb45gQoYI0HZdlPX/vApvEE8xY1SBmu
30naLgl5XZ57gqaqK9AJXv7TOA2+2AobqU++V+//GHiUD8Am/mpprK9Tiyoo7N4V
bdKbhvETrPLbKn4c66ANKwb3iaFUL4nIsIHgbYvWDBwLSVH9o8vxNXb7teMwpTZ0
so76/bVV49mOhxUa9ChHtbmXG9ytpQhr7c8D1UpE2zsEYKnsRa5/FcZhch25vt4F
6BRGlbs0+7QoJRPg6JOgShkdJJDMgvNA88cpMVmT4zgo2Zk1ceHsRThPBFz6VTyB
e7W0MOG1oZbwKJHDyzeN
=Zxqm
-END PGP SIGNATURE-


Accepted:
libgeo-point-perl_0.93-1.debian.tar.gz
  to main/libg/libgeo-point-perl/libgeo-point-perl_0.93-1.debian.tar.gz
libgeo-point-perl_0.93-1.dsc
  to main/libg/libgeo-point-perl/libgeo-point-perl_0.93-1.dsc
libgeo-point-perl_0.93-1_all.deb
  to main/libg/libgeo-point-perl/libgeo-point-perl_0.93-1_all.deb
libgeo-point-perl_0.93.orig.tar.gz
  to main/libg/libgeo-point-perl/libgeo-point-perl_0.93.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/e1sta6m-0003cl...@franck.debian.org



Accepted libtext-rewriterules-perl 0.23-1 (source all)

2012-05-12 Thread Nuno Carvalho
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 24 Apr 2012 23:01:09 +0100
Source: libtext-rewriterules-perl
Binary: libtext-rewriterules-perl
Architecture: source all
Version: 0.23-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Nuno Carvalho sm...@cpan.org
Description: 
 libtext-rewriterules-perl - system for rewriting text using regexp-based rules
Closes: 670327
Changes: 
 libtext-rewriterules-perl (0.23-1) unstable; urgency=low
 .
   * Initial Release. (Closes: #670327)
Checksums-Sha1: 
 f9035038cd59a0551b5f0838ca016d0d63e27d15 2178 
libtext-rewriterules-perl_0.23-1.dsc
 b9103b15a828cd2b978a04e940df1ecd4589d45a 15235 
libtext-rewriterules-perl_0.23.orig.tar.gz
 4db19c6aa642ae68b8ca7079a6ec97a19207a11b 2761 
libtext-rewriterules-perl_0.23-1.debian.tar.gz
 29996f86aba6461c827322fedab952f01b4e6cfc 20674 
libtext-rewriterules-perl_0.23-1_all.deb
Checksums-Sha256: 
 97af3af021006fcd0cfe6b1a550506b95d799c810fa302e76c7b09f8773e5381 2178 
libtext-rewriterules-perl_0.23-1.dsc
 573a830685dd716a2a91f06d1c0be88d77c214237906b92e6dbfff8aa581a646 15235 
libtext-rewriterules-perl_0.23.orig.tar.gz
 43aa43dd715d198e751ab82c93b9b48826f2c5a1835f1e7905c96cf48919d826 2761 
libtext-rewriterules-perl_0.23-1.debian.tar.gz
 52fe7144c766c7fa087b1ab8fd7a6fe4bf245d922653a5fe417e612429cce6cb 20674 
libtext-rewriterules-perl_0.23-1_all.deb
Files: 
 9c05a41481f81812cbd95ee957317e3b 2178 perl optional 
libtext-rewriterules-perl_0.23-1.dsc
 b2f56c8b8737d11b69a78a1c94ca405f 15235 perl optional 
libtext-rewriterules-perl_0.23.orig.tar.gz
 00d0a2b13efd39b5eb3a8f9f4dddf217 2761 perl optional 
libtext-rewriterules-perl_0.23-1.debian.tar.gz
 5205586f64f394dba09df625a3862421 20674 perl optional 
libtext-rewriterules-perl_0.23-1_all.deb

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

iQIcBAEBCAAGBQJPo+R8AAoJELs6aAGGSaoGi7YP/1ma15gDFp1WIyx+Locd+rO6
m32NYfVeJOyTf7abccG4iiaa+yMBrSGXILTx0f2rIa6zio0sVmRrjLmb7lQENu+n
QOFLQjKkg0tC/u5ugagq8gOw4M6THCsZ+51Y9ip0FCViG/IiTzgGp+dkgz0yHk5H
NTa2dATL1I43iGr7fON/WcEjltux1ABnfyYP7GnZxCIvsD1xpSuJdzb5GHWncUd4
Xph2BDVL3gPug0Yn42bA7G3746bZLxIajmiFowR2UJ2v7OzQ64XSD/yWxSXECt2r
ugkXorxuhHkVVl8SsrCu/ajsBXDtFFLNFsv4t+S8PEf54Wc22NY2V4VDgku4YEGA
KTSZGTnpdp21cmyzMXnJV0AZFwjKePdQjnDOKs8gEAtc31vkfqKbAewUN5kMAlIc
ZfL/LCfBVy6R/cRdWGEidnzhj/m1WBNZL4BFwlNsf4RbSBe8puwUNp1rpu9//81H
iX0clGza6Dfy8X3m1Au90uGd1plTfb9MSAr/+ckfGyvwHwRKohrfP3ZR4f3j2GIF
5CjWC7eT/MxASQmBQzyoFymHZOQrWZWzeHgc7lnxNVMm1ifqjDSprCQM0CZMYtGg
gltb7NNeMMOq/rcwljZhGHfEUfbST5vzL8mqPGGPVVgIZMmcTIhEYpEtm73spgVf
9rnQAuAHhWIAlUSh8iyK
=X9O+
-END PGP SIGNATURE-


Accepted:
libtext-rewriterules-perl_0.23-1.debian.tar.gz
  to 
main/libt/libtext-rewriterules-perl/libtext-rewriterules-perl_0.23-1.debian.tar.gz
libtext-rewriterules-perl_0.23-1.dsc
  to main/libt/libtext-rewriterules-perl/libtext-rewriterules-perl_0.23-1.dsc
libtext-rewriterules-perl_0.23-1_all.deb
  to 
main/libt/libtext-rewriterules-perl/libtext-rewriterules-perl_0.23-1_all.deb
libtext-rewriterules-perl_0.23.orig.tar.gz
  to 
main/libt/libtext-rewriterules-perl/libtext-rewriterules-perl_0.23.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/e1sta6b-0003fk...@franck.debian.org



Accepted libxml-tmx-perl 0.20-1 (source all)

2012-05-12 Thread Nuno Carvalho
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 24 Apr 2012 15:08:42 +0100
Source: libxml-tmx-perl
Binary: libxml-tmx-perl
Architecture: source all
Version: 0.20-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Nuno Carvalho sm...@cpan.org
Description: 
 libxml-tmx-perl - Perl extensions for managing TMX files
Closes: 670261
Changes: 
 libxml-tmx-perl (0.20-1) unstable; urgency=low
 .
   * Initial Release. (Closes: #670261)
Checksums-Sha1: 
 dca2e5d507204c9f2bdc45db8d51b668fab710e3 2084 libxml-tmx-perl_0.20-1.dsc
 8f3113fb6d3750399be94df470c202238b6801ab 18937 libxml-tmx-perl_0.20.orig.tar.gz
 83d7c8d6141647d2d97e02363c71dd729d576f7f 2271 
libxml-tmx-perl_0.20-1.debian.tar.gz
 a2f6b84d2c00fac98eeef07009133d119cdd23ea 46378 libxml-tmx-perl_0.20-1_all.deb
Checksums-Sha256: 
 2ee6881636da612936de74f13fac80c51e0f294c6f840f8407ec0357cc735995 2084 
libxml-tmx-perl_0.20-1.dsc
 af10ef26779a5512ad0cf0455955230c208dd58f8caee880b5581afe919381f9 18937 
libxml-tmx-perl_0.20.orig.tar.gz
 37eb87a0abd726a916e6a15d568eb92bf3b67bb75943f74a094e2d8033e04144 2271 
libxml-tmx-perl_0.20-1.debian.tar.gz
 45e3e64b2625c8fd85fab98bdea0e2fd3f1d1a7bbc5bee7019c6b35253b6d221 46378 
libxml-tmx-perl_0.20-1_all.deb
Files: 
 3ae7b9e2bd2a5358e5ebced9ed34d411 2084 perl optional libxml-tmx-perl_0.20-1.dsc
 aaec8ba8bd813be2cb02cd593469f40a 18937 perl optional 
libxml-tmx-perl_0.20.orig.tar.gz
 ed2f6e2f9e423a9677ae1e7dcdce64c6 2271 perl optional 
libxml-tmx-perl_0.20-1.debian.tar.gz
 70016ec6b922b4af3cd3b1c61b5a0131 46378 perl optional 
libxml-tmx-perl_0.20-1_all.deb

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

iQIcBAEBCAAGBQJPo9aIAAoJELs6aAGGSaoGaDIP+wT4p+R0SOVbsL1JjWq1XTwh
16cvivxEXq8K64dkF0JUtBx4j/UYZSLi9Z58/KK6rs9Tkzf6TH7IgASWNGPyD8Rh
A7XrjELzeW69M9YPNbqgYdB5enwDcRu00v4zXWZY9d13YlKDCHGOLGMwgJE1YTyN
5JbaFyMzUUjh2RtiN48QSaSra7fZG183Fn9yZEpROSJRtMQdAsPBuJkDvAZsbZyp
Ep3SUelPBku9woDeGNeOBud5Il0Mn5pQTktxNP82IZSMcCHw8a/M7G5ezvMQ/e23
H8b2nPda4UIyrmGPAjclWKRRhJf5Def32ySCQeJFd6SKUzCQZjA8OcN5O3rWc12B
gRUXHdg91Ivcoxw/of8b9ZKPSsJmyaxp1UXFXg4p53j04sppOHR0k49wJwL5mkkK
0ZLy9yl3Ce+ebg+syfTHbYS/+PpsCKyKAB5qP9LJIkF6w2eoY99EQJD0sbWmO9I4
Ae5t/tKU3Vg1iYYOi9t4n+Zc7fI/TV9/qa8o2r0Mr5+3ZYxLobebvqmF0RDkEAhQ
B+zfNGy6uzYyA8r8joIJHzta2KNAyxKOf50oGFhhzEU4yuI5LzlBIMX0g1PvRrk4
MNhye+6dzy6P3FLA6ejE4BfvqwQvKnQLKEjK0n8c+lcUse3D8zO23B+iOXtug5Fj
echSFfQAsM8xK0jYN2y1
=33Bt
-END PGP SIGNATURE-


Accepted:
libxml-tmx-perl_0.20-1.debian.tar.gz
  to main/libx/libxml-tmx-perl/libxml-tmx-perl_0.20-1.debian.tar.gz
libxml-tmx-perl_0.20-1.dsc
  to main/libx/libxml-tmx-perl/libxml-tmx-perl_0.20-1.dsc
libxml-tmx-perl_0.20-1_all.deb
  to main/libx/libxml-tmx-perl/libxml-tmx-perl_0.20-1_all.deb
libxml-tmx-perl_0.20.orig.tar.gz
  to main/libx/libxml-tmx-perl/libxml-tmx-perl_0.20.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/e1sta6q-0003hc...@franck.debian.org



Accepted ruby-uconv 0.5.3-2 (source all amd64)

2012-05-12 Thread Taku YASUI
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 06 May 2012 15:27:44 +0900
Source: ruby-uconv
Binary: ruby-uconv libuconv-ruby1.8 libuconv-ruby1.9.1
Architecture: source amd64 all
Version: 0.5.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Taku YASUI t...@debian.org
Description: 
 libuconv-ruby1.8 - Unicode/EUC-JP translation module for Ruby (transitional 
package)
 libuconv-ruby1.9.1 - Unicode/EUC-JP translation module for Ruby (transitional 
package)
 ruby-uconv - Unicode/EUC-JP translation module for Ruby
Changes: 
 ruby-uconv (0.5.3-2) unstable; urgency=low
 .
   * Ruby package transition
 - Change package name to ruby-uconv
   * Change maintainer to Debian Ruby Extras Maintainers.
 - akira yamada ak...@debian.org and Taku YASUI t...@debian.org
   are uploaders.
   * Commit debian source to git.debian.org.
 - git://git.debian.org/pkg-ruby-extras/ruby-uconv.git
 - Add Vcs metadata to debian/control.
   * Change source format to '3.0 (quilt)'.
   * Bump Standards-Verson to 3.9.3.
   * Use gem2deb to build package.
Checksums-Sha1: 
 ca756022939a6ed56e3c3a3dc39535477cdfbc8d 2148 ruby-uconv_0.5.3-2.dsc
 599dde8214ebe61e66afc4d5e816b97c608ee8fc 685438 ruby-uconv_0.5.3.orig.tar.gz
 dc0a181a486ae5cad3e9660249c5b02578ed3d0b 3609 ruby-uconv_0.5.3-2.debian.tar.gz
 c500373334b952c5233e12f9ef4f719138c7db6b 364538 ruby-uconv_0.5.3-2_amd64.deb
 2c7285fb2276284691795573990ba0217a415d4e 3744 libuconv-ruby1.8_0.5.3-2_all.deb
 376527268b3c2ccb3a7896bd678690cda80fcdab 3744 
libuconv-ruby1.9.1_0.5.3-2_all.deb
Checksums-Sha256: 
 2d798113c94828c29ba793822709704acc66c1a09a82ccbc39436ec5a0236c81 2148 
ruby-uconv_0.5.3-2.dsc
 c7ec7df3a4ccf62569410a40cb67b14acf2475111e09ad69ff7fe35e6805676b 685438 
ruby-uconv_0.5.3.orig.tar.gz
 39cf238db66a2466e90748ddf08e2ae817829d6aed0bf0bfed9b8128ca1475cb 3609 
ruby-uconv_0.5.3-2.debian.tar.gz
 c7400a81a2dce9436f69f07f25ad656b9ad4b6f010be5213aab5d2d214b7392c 364538 
ruby-uconv_0.5.3-2_amd64.deb
 fc31a5f749eb57f603d74c1821b52170c9abc740e77443842bf8df5fda30b8f1 3744 
libuconv-ruby1.8_0.5.3-2_all.deb
 3d044bff8a8df0c708e8d30ce23a27804c63507bdfe220a4b0cdc79e8580 3744 
libuconv-ruby1.9.1_0.5.3-2_all.deb
Files: 
 6404bfb7388d563fb729aa26b1b9f425 2148 ruby optional ruby-uconv_0.5.3-2.dsc
 a477148bdc98f20269ce76d136515dc2 685438 ruby optional 
ruby-uconv_0.5.3.orig.tar.gz
 8cc3e93e313bed504a6863ca903bd321 3609 ruby optional 
ruby-uconv_0.5.3-2.debian.tar.gz
 28d694b2e0bc54c608deb002dd1bf487 364538 ruby optional 
ruby-uconv_0.5.3-2_amd64.deb
 60046d60398bd4ef64f6e6a4039dda8e 3744 oldlibs extra 
libuconv-ruby1.8_0.5.3-2_all.deb
 04e2ea3bc9b73a8d80deda9b9cc869c3 3744 oldlibs extra 
libuconv-ruby1.9.1_0.5.3-2_all.deb

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

iQIcBAEBCAAGBQJPphyhAAoJEEDXFs/pCc3uOEUQAMaqT4LMhh75x7cODRK/kLL4
rDNsg1TvQA2jj2XX/Bo444nb5z1/xd7eLFSaaPIk7e4DwjIBtfuGnfPnam4H3b5L
+YoheknsyKLDNNFyySa7VaxxPc0lloR+92XYjE4BZSp3xviLyclQvB3bqQ29HyeN
gVOuYgX/GNRBh/aviOHljyLSgvKwhn99A/VzfXcOMMGcNSGTcFJub8k/uF2qyTIp
9hIGGJW/W5GG+EF29eTk9UjEvbzyWvhuQlUK5DIo3hyNw2aKPYGw0TWODbJjEdwz
g9ngSmMOZr3QBMkqVpCOozz6BTIqGJT33gKEt9fqJHSVlhxjb7RKqn+XBGleqo87
PFo6d62Wb0p9w6fq29cnTadi6sXnhdIUALflYTY0/zk4n9Mhr1IRY3uT71WWDspj
6i8hLD/sR6auTE6Nu7FzuDNNi8nCXJUqGWSMwBwJwexsURGpX/Fy6zorK6TgYctk
eFPW6bWehn3R+7BsSkDzjj6ohN3K/pPsZ9U+9tDL68yTFIzsQUVHw3q0cTNrRk4X
lfHi6Mx7fQzuJXYTLds/TiMe2ddI0PqH8xmJ1+BDNvIPqtlpN+N7eoH0zuXY5M1j
azaHD2ebbKyNGwaKmV0aZt0xRF7YGZiOlSElxEo+jN9QuGgE6anInUYAhCZ3NBjZ
ohebX8Zs7xWCWVTCKcfg
=d4l+
-END PGP SIGNATURE-


Accepted:
libuconv-ruby1.8_0.5.3-2_all.deb
  to main/r/ruby-uconv/libuconv-ruby1.8_0.5.3-2_all.deb
libuconv-ruby1.9.1_0.5.3-2_all.deb
  to main/r/ruby-uconv/libuconv-ruby1.9.1_0.5.3-2_all.deb
ruby-uconv_0.5.3-2.debian.tar.gz
  to main/r/ruby-uconv/ruby-uconv_0.5.3-2.debian.tar.gz
ruby-uconv_0.5.3-2.dsc
  to main/r/ruby-uconv/ruby-uconv_0.5.3-2.dsc
ruby-uconv_0.5.3-2_amd64.deb
  to main/r/ruby-uconv/ruby-uconv_0.5.3-2_amd64.deb
ruby-uconv_0.5.3.orig.tar.gz
  to main/r/ruby-uconv/ruby-uconv_0.5.3.orig.tar.gz


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



Accepted sass-elisp 3.0.15-1 (source all)

2012-05-12 Thread Gastón Ramos
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 1 May 2012 14:01:39 -0300
Source: sass-elisp
Binary: sass-elisp
Architecture: source all
Version: 3.0.15-1
Distribution: unstable
Urgency: low
Maintainer: Gastón Ramos ramos.gas...@gmail.com
Changed-By: Gastón Ramos ramos.gas...@gmail.com
Description: 
 sass-elisp - Emacs Lisp mode for the Sass markup language
Changes: 
 sass-elisp (3.0.15-1) unstable; urgency=low
 .
   * Initial release
Checksums-Sha1: 
 46639453ebfb98ac517be7d279ac570a1d41 1860 sass-elisp_3.0.15-1.dsc
 81e1c3132ba237c67ffb2722321d098e61d5380f 3435 sass-elisp_3.0.15.orig.tar.gz
 0cabc2699ab8489df20ce84d540dab297f5aef17 3036 sass-elisp_3.0.15-1.debian.tar.gz
 37386baf692493526ba1c402ebbd96a26ed5760e 6376 sass-elisp_3.0.15-1_all.deb
Checksums-Sha256: 
 c268fd54a02f87ea481b54a66ed68010fb5cbd801127ce757e43a4dc4bd06964 1860 
sass-elisp_3.0.15-1.dsc
 35308cfbade63184602b19cb0b662dba618bd1ef24964c19829977174641667a 3435 
sass-elisp_3.0.15.orig.tar.gz
 79fed8f79041ad2f8e59debe4a451f560c770bd89949e3154f5068f0701f43e9 3036 
sass-elisp_3.0.15-1.debian.tar.gz
 dae4a14521dc126de9897bea228b3283af9939ae145886d023fcad1809902436 6376 
sass-elisp_3.0.15-1_all.deb
Files: 
 26e5b3fba4a3b0b9df6bedf51c550acf 1860 lisp optional sass-elisp_3.0.15-1.dsc
 32831a9543b48645598d0d1aab4cddb8 3435 lisp optional 
sass-elisp_3.0.15.orig.tar.gz
 3d226e7b98f419807174555b933bebbf 3036 lisp optional 
sass-elisp_3.0.15-1.debian.tar.gz
 942757e1d58b7280326161174d0416cc 6376 lisp optional sass-elisp_3.0.15-1_all.deb

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

iQIcBAEBCAAGBQJPpBp3AAoJEGc6A+TB25If4PYP/i7CqEVsmnCiyhFzszG4EYWM
dRtThjeH8dXRyymH3c+uPS3O9owpViPagBy9SGJXZ+2i2QBuT2hetnaiCKjcIG49
uuKscFm9usoyWpPsgssyWiH4psJbnowWUb4EXZ3rnhedJ3kscsbnC6ntMeH7xfuO
kgXKVqZzyayxv8WZHJG1D1BDOg3mAUAscHolZfyMCkUqRaPijmszHBDuTDHz2l/g
13awSsc340nXXukmov+RpBi6dHBtGNrcoQ6is7o5eObDLlM8qftReWDIEus/ff4b
cKQ1DxBtHbkZkbAlIRBb3vuzsjAZidouELYbI+kpqB5hILKCiGta0V4IBuS0E5eT
jYPhwznQ3fkUzFiF42BLhLKobRTiJXEi/HJEEpEbieRnxbmxaKoMPS2pE3Mt04Hl
fWOvpxDxt4tBL9UVhJmIse9ERpeZdn8ofAb9fMJ67tHDivbTxz9o4rYDUdEpLWF3
P+QMYYMh/AYBsApcy9txWi6jBuCXOV3gcSoN88rfVPBo9l1rBnR4xEMjaBL6F+kv
WEKqwngOJX0Vh/Yyr2r4KIn6b4WqXrwN622vDy45MewmYellFWKU50GTyiI/bnxK
95loaOf5K8JC9KuoQLxdNe+218HibcqFq/4rsMjAXCgyPgUfE/VYx7txczmZcp9H
cye7Tl2F959dW/ngYGH9
=tiLm
-END PGP SIGNATURE-


Accepted:
sass-elisp_3.0.15-1.debian.tar.gz
  to main/s/sass-elisp/sass-elisp_3.0.15-1.debian.tar.gz
sass-elisp_3.0.15-1.dsc
  to main/s/sass-elisp/sass-elisp_3.0.15-1.dsc
sass-elisp_3.0.15-1_all.deb
  to main/s/sass-elisp/sass-elisp_3.0.15-1_all.deb
sass-elisp_3.0.15.orig.tar.gz
  to main/s/sass-elisp/sass-elisp_3.0.15.orig.tar.gz


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



Accepted padre 0.96+dfsg1-1 (source all)

2012-05-12 Thread Dominique Dumont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 May 2012 12:40:00 +0200
Source: padre
Binary: padre
Architecture: source all
Version: 0.96+dfsg1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Dominique Dumont d...@debian.org
Description: 
 padre  - Perl Application Development and Refactoring Environment
Changes: 
 padre (0.96+dfsg1-1) unstable; urgency=low
 .
   * new upstream version
   * control:
  * updated dependencies versions
  - removed  libformat-human-bytes-perl
  * cleanup unneeded version dependencies
  - removed provides on padre-plugin-api-2. The only remaining packages
depending on this meta package are already incompatible with new
padre  (and broken upstream)
  * no need to depend on libtest-warn-perl 0.24, 0.23 is enough
   * patches:
  - removed hack-missing-context-menu (obsolete)
  + Skip upstream test that broke with new DBI. See patch header
for more details
  + fix spellings reported by lintian
Checksums-Sha1: 
 b85fc03fe22c24a4d5174ea2443271b63cd04146 3579 padre_0.96+dfsg1-1.dsc
 ce4a5856b5e6409cbf808ce60ad9cc19bf51eb29 1919132 padre_0.96+dfsg1.orig.tar.gz
 746e3433f15fc583b3179075c2fd1df5ddee6499 22661 padre_0.96+dfsg1-1.debian.tar.gz
 6e616098a54fab4e8883b4acf56dcee28e2bf85f 1749196 padre_0.96+dfsg1-1_all.deb
Checksums-Sha256: 
 fdd8313a69efe721bd79dfc8410c152daad7fa6a368112724aedaa4474aff173 3579 
padre_0.96+dfsg1-1.dsc
 ce727f17792ef25f4bffc9dc2dc8fd71357bbabad407320c77700889272b856b 1919132 
padre_0.96+dfsg1.orig.tar.gz
 18c559c9dc303c73a892984a03f10887b551af55b71551b70bd035269960b319 22661 
padre_0.96+dfsg1-1.debian.tar.gz
 6511dc4e54b9ab6fc71611ffd3d4ffeb8fd047d7229bde3c5b67abe1afe38687 1749196 
padre_0.96+dfsg1-1_all.deb
Files: 
 1ea86265087f6d395dbf69ea8d950615 3579 perl optional padre_0.96+dfsg1-1.dsc
 1f57c2ae88b6e7015a786cc52dfe9281 1919132 perl optional 
padre_0.96+dfsg1.orig.tar.gz
 bc768882771d9ad0814a7dbb430f5e19 22661 perl optional 
padre_0.96+dfsg1-1.debian.tar.gz
 c1d2c4f98138e0726cfa65f12867d168 1749196 perl optional 
padre_0.96+dfsg1-1_all.deb

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

iQIcBAEBAgAGBQJPrkF+AAoJEMMfT9lJqyts9W8P/3NHRw52TxlV2agPaPw7DV0n
oxFWQXYMrZWehhQrwEhVFHM2vUzG3a/84UxFK40S4BLF2E9bPZCwp5/D1k1uiYQa
Cw1vgI8DO+sV4hF+8rCjGh9dmLb2eNAdr81I/yTLXyrk8+G7wyVGYMJCPW320zL8
yQfYSxB1bvA95Cq7Lr594Yl2qamv4dtUvlvZMNHxBC78jIiFs+1kxSR7iK4BXimE
ICR5QfWNLtSW0D7AoBwvkZfdx+BeIvcRjZXtT184AaG3C3xq77o+/DCE0q0azrlQ
Xkyz/GlCCfg45zQ71e+TOqQe9qo7BNskoDrNEH1u1Pn+nJvOXu6kyCVRfiDpWJ3C
74VFbgbOTK21K3sYVZiqIZ6efpMa0uXg80bqaCDj3yruzN6ukAiRtxFgmDvFTO0u
07u8uuhCFSADcg/E4BU6pt4QaD8uMXM92uwry8x/NtIoeUAn2RP/9BCMIQ2zXIrq
yifdJJrkEZT9/YwHIM6mICc50ml3Y2cqyaZdeym3xgXHoXRGJoGHFEjW9krxT09t
br9XB2js5H1YIv0EY4FkiS2DxlnOZMEmfB17iGM5d7Ww9kWJNwqVdtGvucMBz99J
rh8xIh50YqJ8P+JsIARatwKe3al5lBpLtkRM3CrEBmbXiuGU/S28hhur5Jeb5jHe
TgfzeItBmfMIDtqCKe7H
=Y6ge
-END PGP SIGNATURE-


Accepted:
padre_0.96+dfsg1-1.debian.tar.gz
  to main/p/padre/padre_0.96+dfsg1-1.debian.tar.gz
padre_0.96+dfsg1-1.dsc
  to main/p/padre/padre_0.96+dfsg1-1.dsc
padre_0.96+dfsg1-1_all.deb
  to main/p/padre/padre_0.96+dfsg1-1_all.deb
padre_0.96+dfsg1.orig.tar.gz
  to main/p/padre/padre_0.96+dfsg1.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/e1sta8o-0003ah...@franck.debian.org



Accepted all-in-one-sidebar 0.7.16+really-0.7.14-1 (source all)

2012-05-12 Thread Fabrizio Regalli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 May 2012 14:06:05 +0200
Source: all-in-one-sidebar
Binary: xul-ext-all-in-one-sidebar
Architecture: source all
Version: 0.7.16+really-0.7.14-1
Distribution: unstable
Urgency: low
Maintainer: Debian Mozilla Extension Maintainers 
pkg-mozext-maintain...@lists.alioth.debian.org
Changed-By: Fabrizio Regalli fab...@fabreg.it
Description: 
 xul-ext-all-in-one-sidebar - sidebar extension for Iceweasel/Firefox
Changes: 
 all-in-one-sidebar (0.7.16+really-0.7.14-1) unstable; urgency=low
 .
   * Imported Upstream version 0.7.16+really-0.7.14
 - Latest upload was incompatible with the current Iceweasel's release,
   thus we need to get back to the 0.14 release.
   The 0.16 release will be updated in the experimental suite
   * Upload to unstable
Checksums-Sha1: 
 3b1f9124e9671092f37f85b85665e7aaa5eac1a6 2299 
all-in-one-sidebar_0.7.16+really-0.7.14-1.dsc
 5d428fb5be286833619bb8c05a1fd8bd456b355c 345079 
all-in-one-sidebar_0.7.16+really-0.7.14.orig.tar.gz
 df6a6c2f0375368a66c4b9c23673f9c55151d716 13433 
all-in-one-sidebar_0.7.16+really-0.7.14-1.debian.tar.gz
 e5397726bd082f55cc4cb8a668e13b58c212ef79 352396 
xul-ext-all-in-one-sidebar_0.7.16+really-0.7.14-1_all.deb
Checksums-Sha256: 
 1ea22a4c93c52e76f70d25547daf3bd13dcff0dd5c44ce10d9cc4201efec 2299 
all-in-one-sidebar_0.7.16+really-0.7.14-1.dsc
 8ac1a3851ec73cd924cfa7ca1547f33b41bfccb0270d60db71de5fa0116b05ae 345079 
all-in-one-sidebar_0.7.16+really-0.7.14.orig.tar.gz
 8c112bc36efce45ce928429321e7a5608d6eb747585caa64af0b79b86b6f295f 13433 
all-in-one-sidebar_0.7.16+really-0.7.14-1.debian.tar.gz
 4aadf76603576872756f43cac577c445fd83ab2ce864900d7c0d7f654a9faed9 352396 
xul-ext-all-in-one-sidebar_0.7.16+really-0.7.14-1_all.deb
Files: 
 83feab87da8ec32913d9822b1b6dd391 2299 web optional 
all-in-one-sidebar_0.7.16+really-0.7.14-1.dsc
 ecfdb4be6724473d45147bd267a20503 345079 web optional 
all-in-one-sidebar_0.7.16+really-0.7.14.orig.tar.gz
 caa31447a2c3f9af91fb01e68f63a1ad 13433 web optional 
all-in-one-sidebar_0.7.16+really-0.7.14-1.debian.tar.gz
 cdb7ccf37dd32525fab0b18d7c3f66a6 352396 web optional 
xul-ext-all-in-one-sidebar_0.7.16+really-0.7.14-1_all.deb

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

iQIcBAEBAgAGBQJPrlkZAAoJEEwEP+tcfPCy5hkP/110lHXoSO4HaUuvwaNt+kxN
dKddG3mJ5qUNFiiScdLfTKI4NXmo6sVwfV7iAT6BGuILMJdilu4v5JdfEVOfImP9
Iie2ZPqQqT1Jy4a83GmTBoqcKGPfuOHfEuKMsBPW80VLE6iY2v3xAmmyP6CZBU7g
83rW2vymrf3GWTvomGUhiBMrglh2K2XS/JUVBB9UOL3kPOOCY7iehxpaNdOp8QWj
olxGlT/9p0dzPcZv2bZPDT9yIjcNkj6mnfF4zC4vUSjd7rATDhAUbOLDJLgpvLBl
koqUeOe/ndpuj7pkoALlsLQ+vC2UipOQj0XX62fjti1ae7rzyetvLwlVDm4t0F0R
HHtFzMxz6efT2QlFhllRin513H9AVVyRP+xtd3naPzNzdiCNGE0JRq9dD7rZjQRn
hhwR6Jz1hiD0pi0u5zSNAWN5e9UQ4pX6fDxLkpB16SsEH1LpYY3V6BhY//aYTWRr
JGrn9+r121GrIfOQVb57xlZt2jf6PKs4YLLQ89tI0j0pU+7xrJ1B1b+CnMylDoB4
f16H/fLDaDjDq+t4gU6wKmXm0KKrTFRNyaPhRQH/VdPV+009hHuTmTKgBdBiUHWP
fKL6R2xA3qbM76kKA1ZphvdacJDsPDej4EpalpNw2bjKb67yoM0O6IhgfQpMrzuX
FMVPPvH6gYTadTN26R6L
=wMEq
-END PGP SIGNATURE-


Accepted:
all-in-one-sidebar_0.7.16+really-0.7.14-1.debian.tar.gz
  to 
main/a/all-in-one-sidebar/all-in-one-sidebar_0.7.16+really-0.7.14-1.debian.tar.gz
all-in-one-sidebar_0.7.16+really-0.7.14-1.dsc
  to main/a/all-in-one-sidebar/all-in-one-sidebar_0.7.16+really-0.7.14-1.dsc
all-in-one-sidebar_0.7.16+really-0.7.14.orig.tar.gz
  to 
main/a/all-in-one-sidebar/all-in-one-sidebar_0.7.16+really-0.7.14.orig.tar.gz
xul-ext-all-in-one-sidebar_0.7.16+really-0.7.14-1_all.deb
  to 
main/a/all-in-one-sidebar/xul-ext-all-in-one-sidebar_0.7.16+really-0.7.14-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/e1stccb-0005vy...@franck.debian.org



Accepted firebird2.5 2.5.2~svn+54476.ds4-1 (source all amd64)

2012-05-12 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 12 May 2012 15:30:11 +0300
Source: firebird2.5
Binary: firebird2.5-super firebird2.5-classic firebird2.5-superclassic 
libfbclient2 libfbembed2.5 libib-util firebird2.5-common 
firebird2.5-server-common firebird2.5-classic-common firebird-dev 
firebird2.5-examples firebird2.5-doc firebird2.5-common-doc 
firebird2.5-super-dbg firebird2.5-classic-dbg libfbclient2-dbg
Architecture: source all amd64
Version: 2.5.2~svn+54476.ds4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Firebird Group pkg-firebird-gene...@lists.alioth.debian.org
Changed-By: Damyan Ivanov d...@debian.org
Description: 
 firebird-dev - Development files for Firebird - an RDBMS based on InterBase 6.0
 firebird2.5-classic - Firebird Classic Server - an RDBMS based on InterBase 
6.0 code
 firebird2.5-classic-common - common files for firebird 2.5 classic and 
superclassic
 firebird2.5-classic-dbg - collected debug symbols for firebird2.5-classic and 
-superclassic
 firebird2.5-common - common files for firebird 2.5 servers and clients
 firebird2.5-common-doc - copyright, licnesing and changelogs of firebird2.5
 firebird2.5-doc - Documentation files for firebird database version 2.5
 firebird2.5-examples - Examples for Firebird - an RDBMS based on InterBase 6.0 
code
 firebird2.5-server-common - common files for firebird 2.5 servers
 firebird2.5-super - Firebird Super Server - an RDBMS based on InterBase 6.0 
code
 firebird2.5-super-dbg - collected debug symbols for firebird2.5-super
 firebird2.5-superclassic - Firebird SuperClassic Server - an RDBMS based on 
InterBase 6.0 co
 libfbclient2 - Firebird client library
 libfbclient2-dbg - collected debug symbols for libfbclient2
 libfbembed2.5 - Firebird embedded client/server library
 libib-util - Firebird UDF support library
Changes: 
 firebird2.5 (2.5.2~svn+54476.ds4-1) unstable; urgency=low
 .
   * Snapshot from upstream's 2.5 branch, revision 54476
+ CORE-3841: Corrupted database after inserting rows
+ CORE-3844: Validation not detecting one specific case of index corruption
+ Fixed regression in the fix for CORE-3777
+ CORE-3814: SuperClassic server crashes when performing a database
  shutdown with forced writes off
+ CORE-3598: Tracing: add statistics of actions that were after transaction
  finish
+ Trace errors raised by failed ON TRANSACTION ROLLBACK and ON DISCONNECT
  triggers
+ CORE-3539: Tracing: add ability to log errors that occur in runtime
  (lock conflicts, PK/UK/FK violations etc.)
 .
   * drop transitional firebird2.5-dev package
Checksums-Sha1: 
 121058e08970134165170841895dc1000dfb8c0d 3149 
firebird2.5_2.5.2~svn+54476.ds4-1.dsc
 7893940cab685e0822ba1f5d3c70b51c7c7f6158 3908384 
firebird2.5_2.5.2~svn+54476.ds4.orig.tar.xz
 7cdfe72045af1550363c6015b98d70bee2affdbb 134133 
firebird2.5_2.5.2~svn+54476.ds4-1.debian.tar.gz
 9c3064dae6004a009afd1178fc524dada131d188 96224 
firebird2.5-common_2.5.2~svn+54476.ds4-1_all.deb
 0be1f19456fef7d51958ac920bb79eec8dd1372e 164526 
firebird2.5-examples_2.5.2~svn+54476.ds4-1_all.deb
 dc51c02489cb377069ec286b702ad90f7d029c0d 167198 
firebird2.5-doc_2.5.2~svn+54476.ds4-1_all.deb
 d3cdc4667096181213c31bc9e23771a1e684aabf 633862 
firebird2.5-common-doc_2.5.2~svn+54476.ds4-1_all.deb
 450bf3cabbed8eee9a42c7d22e82ef9efef7 2076488 
firebird2.5-super_2.5.2~svn+54476.ds4-1_amd64.deb
 0e0e38b61b4527b0a9d666578358f2904abf5155 33316 
firebird2.5-classic_2.5.2~svn+54476.ds4-1_amd64.deb
 160418a155a7c7bafb444cad5bbc797a2bed40da 181448 
firebird2.5-superclassic_2.5.2~svn+54476.ds4-1_amd64.deb
 4f4e7bffb3183dcfca92264c4b904ee62435d352 272530 
libfbclient2_2.5.2~svn+54476.ds4-1_amd64.deb
 328234c61b9ca5ff87638b52a5c70de41f487acb 1454434 
libfbembed2.5_2.5.2~svn+54476.ds4-1_amd64.deb
 8853d1b2c40ed8c7bb8214a3613ade9d65824322 3750 
libib-util_2.5.2~svn+54476.ds4-1_amd64.deb
 2e84fbc5b0230d52a63170240bf9da73746fa953 527822 
firebird2.5-server-common_2.5.2~svn+54476.ds4-1_amd64.deb
 976f6159209f9a051afcf021ffdb6b625bc89e0d 799706 
firebird2.5-classic-common_2.5.2~svn+54476.ds4-1_amd64.deb
 25add186592c6d64327e142d50393296747cff30 30676 
firebird-dev_2.5.2~svn+54476.ds4-1_amd64.deb
 363f21bcfff51c5f1a9daa926f2bddac1d0aa6e9 15307396 
firebird2.5-super-dbg_2.5.2~svn+54476.ds4-1_amd64.deb
 c192413fc99287af5eb0bb31640ba3bed12b88ed 16050196 
firebird2.5-classic-dbg_2.5.2~svn+54476.ds4-1_amd64.deb
 ff5bb7f3f2f433d22e6d1fb70de185734cf078d0 1177664 
libfbclient2-dbg_2.5.2~svn+54476.ds4-1_amd64.deb
Checksums-Sha256: 
 c5ae3ab6171cb6991b5b80c434cd8a95be660f058319e29a10bf7d1160a87455 3149 
firebird2.5_2.5.2~svn+54476.ds4-1.dsc
 e61a617da0d5ea2e22472b6d69b09c8b0193395ade0de56ecd14e51fb0c0ab09 3908384 
firebird2.5_2.5.2~svn+54476.ds4.orig.tar.xz
 39086f07aa8bfa0fa9be32d43ecd72210bc2535b7bb02d00eca7094cb6ce46fe 134133 
firebird2.5_2.5.2~svn+54476.ds4-1.debian.tar.gz
 a2a5482adeb2965f35f4ce555aeddbd7e40c7d5be56aab53360001037c595982 96224 

Accepted hardlink 0.2.0 (source amd64)

2012-05-12 Thread Julian Andres Klode
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 May 2012 12:57:02 +0200
Source: hardlink
Binary: hardlink
Architecture: source amd64
Version: 0.2.0
Distribution: unstable
Urgency: low
Maintainer: Julian Andres Klode j...@debian.org
Changed-By: Julian Andres Klode j...@debian.org
Description: 
 hardlink   - Hardlinks multiple copies of the same file
Changes: 
 hardlink (0.2.0) unstable; urgency=low
 .
   [ Diego Elio Pettenò ]
   * Fix positioning of LDLIBS flags, order is important.
 .
   [ Julian Andres Klode ]
   * Final release of 0.2.0; upload to unstable
Checksums-Sha1: 
 3b127ccd2c61cfea005ab1def227798310e11003 949 hardlink_0.2.0.dsc
 6ba0fe26bbdf4feac6483550f647b4424e614cb9 12478 hardlink_0.2.0.tar.gz
 395ecc8ccb69d81524175845270cb2bdff00c6c0 12394 hardlink_0.2.0_amd64.deb
Checksums-Sha256: 
 c9791439c3e1611bbd0b47429b8a8d080568b10de33cca8b5b18bb551a7155cd 949 
hardlink_0.2.0.dsc
 7dbacf6bcc090f75511b204b73ca8f9da7816c4e9ea384eee5261aaef8d1 12478 
hardlink_0.2.0.tar.gz
 f249d9398e2ac689840187b7bb203efeb1bb2708f71c2bd8845a0d2273173be3 12394 
hardlink_0.2.0_amd64.deb
Files: 
 10b060c096932100bcd165ca0cc8162e 949 utils optional hardlink_0.2.0.dsc
 4c1621ee7850a1c8b316735a7bced993 12478 utils optional hardlink_0.2.0.tar.gz
 16c2dc278b4f1c4fff5d87e75fed76d6 12394 utils optional hardlink_0.2.0_amd64.deb

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

iEUEARECAAYFAk+uQ/8ACgkQrCpf/gCCPsKU5ACdEyviAqQoXpHfsK/qO7z4OXBA
yrsAmOlat2M1byeTP+7Hb87Nez0eftA=
=F3Fi
-END PGP SIGNATURE-


Accepted:
hardlink_0.2.0.dsc
  to main/h/hardlink/hardlink_0.2.0.dsc
hardlink_0.2.0.tar.gz
  to main/h/hardlink/hardlink_0.2.0.tar.gz
hardlink_0.2.0_amd64.deb
  to main/h/hardlink/hardlink_0.2.0_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/e1stcj5-00070m...@franck.debian.org



Accepted kdepimlibs 4:4.7.4-3 (source amd64)

2012-05-12 Thread Modestas Vainius
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 May 2012 15:20:20 +0300
Source: kdepimlibs
Binary: kdepimlibs5-dev kdepimlibs-kio-plugins libakonadi-contact4 
libakonadi-kabc4 libakonadi-kcal4 libakonadi-kde4 libakonadi-kmime4 libgpgme++2 
libkabc4 libkblog4 libkcal4 libkcalcore4 libkcalutils4 libkholidays4 libkimap4 
libkldap4 libkmbox4 libakonadi-calendar4 libkmime4 libkontactinterface4 
libkpimidentities4 libkpimtextedit4 libkpimutils4 libkresources4 libktnef4 
libkxmlrpcclient4 libmailtransport4 libmicroblog4 libqgpgme1 libsyndication4 
kdepimlibs-dbg
Architecture: source amd64
Version: 4:4.7.4-3
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Modestas Vainius mo...@debian.org
Description: 
 kdepimlibs-dbg - debugging symbols for the KDE Development Platform PIM 
libraries
 kdepimlibs-kio-plugins - kio slaves used by KDE PIM applications
 kdepimlibs5-dev - development files for the KDE Development Platform PIM 
libraries
 libakonadi-calendar4 - library providing calendar helpers for Akonadi items
 libakonadi-contact4 - library for using the Akonadi PIM data server
 libakonadi-kabc4 - library for using the Akonadi PIM data server
 libakonadi-kcal4 - library for using the Akonadi PIM data server
 libakonadi-kde4 - library for using the Akonadi PIM data server
 libakonadi-kmime4 - library for using the Akonadi PIM data server
 libgpgme++2 - c++ wrapper library for gpgme
 libkabc4   - library for handling address book data
 libkblog4  - client-side support library for web application remote blogging A
 libkcal4   - library for handling calendar data
 libkcalcore4 - library for handling calendar data
 libkcalutils4 - library with utility functions for the handling of calendar 
data
 libkholidays4 - holidays calculation library
 libkimap4  - library for handling IMAP data
 libkldap4  - library for accessing LDAP
 libkmbox4  - library for handling mbox mailboxes
 libkmime4  - library for handling MIME data
 libkontactinterface4 - Kontact interface library
 libkpimidentities4 - library for managing user identities
 libkpimtextedit4 - library that provides a textedit with PIM-specific features
 libkpimutils4 - library for dealing with email addresses
 libkresources4 - KDE Resource framework library
 libktnef4  - library for handling TNEF data
 libkxmlrpcclient4 - simple XML-RPC client library
 libmailtransport4 - mail transport service library
 libmicroblog4 - library for using the Microblog Akonadi Resource
 libqgpgme1 - library for GpgME++ integration with Qt
 libsyndication4 - parser library for RSS and Atom feeds
Closes: 667220 671893
Changes: 
 kdepimlibs (4:4.7.4-3) unstable; urgency=low
 .
   * Team upload.
 .
   [ Pino Toscano ]
   * Backport upstream commit b886894bd1afc515947c24883169d0a5107a86d5 to fix
 building with GCC 4.7; patch
 upstream_Disambiguations-necessary-for-building-with-clang.patch.
 (Closes: #667220)
   * Bump Standards-Version to 3.9.3, no changes required.
   * The rebuild also updates the libphonon.so path to the new multiarch path.
 (Closes: #671893)
 .
   [ Modestas Vainius ]
   * Update symbol files.
Checksums-Sha1: 
 8ae55ea57b369ae04d01d2be5091ef3d85f236b9 3295 kdepimlibs_4.7.4-3.dsc
 95501d0a67c10e0f598467e5cbc0e37fe003d96a 139911 
kdepimlibs_4.7.4-3.debian.tar.gz
 553e6f572de8b4d88c8f8d9747eda6c9c11781c2 572980 
kdepimlibs5-dev_4.7.4-3_amd64.deb
 e6f8fd26c050db0d97eee4a0b69b80c81dfc0db5 311332 
kdepimlibs-kio-plugins_4.7.4-3_amd64.deb
 44e2e91ba974d87ff94216cb92bf5ab738807970 434588 
libakonadi-contact4_4.7.4-3_amd64.deb
 dd610300a4c8721917bbc51c12effd0d262bcc36 17422 
libakonadi-kabc4_4.7.4-3_amd64.deb
 a097f694f81fb0c874452efbcaf3ea0c5525b48f 20804 
libakonadi-kcal4_4.7.4-3_amd64.deb
 1d9f3883b1771acd3ab97009282c7143a6e091c2 914212 
libakonadi-kde4_4.7.4-3_amd64.deb
 a280dffe633be162ccfe9a21dc028a6a57c5bffc 126380 
libakonadi-kmime4_4.7.4-3_amd64.deb
 f5ddea4fb7d037937f744cdec6d41682ba91cdfe 372276 libgpgme++2_4.7.4-3_amd64.deb
 cfb81ecde34192f989294aa7ecfe115b904f476f 383220 libkabc4_4.7.4-3_amd64.deb
 ad4f8a5d988b25d8998c649155b291490c69abd2 120734 libkblog4_4.7.4-3_amd64.deb
 826ebd35fd1fb37f1e909e93f61a7435d1ef6449 435002 libkcal4_4.7.4-3_amd64.deb
 cbb39f988067db7f47f1742b7e9ff3836edc5f9d 307706 libkcalcore4_4.7.4-3_amd64.deb
 2257df1c9c25111fa51af0bdbee3c4de2cdfd4c6 145530 libkcalutils4_4.7.4-3_amd64.deb
 2dab2c3838bb861e43a50d8a54317346ca55f160 172138 libkholidays4_4.7.4-3_amd64.deb
 674905df2900c30355ca50c1cb704d35c0a0772f 195360 libkimap4_4.7.4-3_amd64.deb
 9b426a8cb81eca6a6c3bff57637e5c94b0d699aa 102866 libkldap4_4.7.4-3_amd64.deb
 076e93885f4aec0ead3ce66c87047372105c7f2a 34434 libkmbox4_4.7.4-3_amd64.deb
 48757b7e4ff6e062398e974e4138d053af7775e2 43126 
libakonadi-calendar4_4.7.4-3_amd64.deb
 98db49f42c761e8484791c22e9a0e6e90a695eaa 207658 libkmime4_4.7.4-3_amd64.deb
 74c09b5be787f4f54202aade9efcd004b9f4a1ed 50344 
libkontactinterface4_4.7.4-3_amd64.deb
 

Accepted libfile-rsyncp-perl 0.70-1 (source i386)

2012-05-12 Thread Ludovic Drolez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 10 May 2012 13:43:12 +0200
Source: libfile-rsyncp-perl
Binary: libfile-rsyncp-perl
Architecture: source i386
Version: 0.70-1
Distribution: unstable
Urgency: low
Maintainer: Ludovic Drolez ldro...@debian.org
Changed-By: Ludovic Drolez ldro...@debian.org
Description: 
 libfile-rsyncp-perl - Perl based implementation of an Rsync client
Changes: 
 libfile-rsyncp-perl (0.70-1) unstable; urgency=low
 .
   * New upstream release
   * Updated the watch file
Checksums-Sha1: 
 257ea9474158af90dde61f587fe320624d90932e 1094 libfile-rsyncp-perl_0.70-1.dsc
 5ef21c8b0a5e62cdc0d0bdf697a5bd9caaeafc94 160281 
libfile-rsyncp-perl_0.70.orig.tar.gz
 ad854de0a309529e7374c4c8e43a72d4dcceca2e 17504 
libfile-rsyncp-perl_0.70-1.diff.gz
 12a748861fa1bbb32b730a5af24276eb70fbaff8 97176 
libfile-rsyncp-perl_0.70-1_i386.deb
Checksums-Sha256: 
 be6794598574e3b2cd9ea68644661c9e2b31582dd302d96acca57360faf4 1094 
libfile-rsyncp-perl_0.70-1.dsc
 d4f6127650393a65ed7d66d14b3a126827c99e8422c3cf205481a9f7ebce9994 160281 
libfile-rsyncp-perl_0.70.orig.tar.gz
 c9ff9e8eb3e2e2d2a1f478110f0aff544db134d473600ea4194f1724b060c9bb 17504 
libfile-rsyncp-perl_0.70-1.diff.gz
 fc66d3ceea133c1a5136bdc851045216bddfc2ee8f6168a21e8c82fe50612893 97176 
libfile-rsyncp-perl_0.70-1_i386.deb
Files: 
 58def8029c984626ef9a335a42d3fcbd 1094 perl optional 
libfile-rsyncp-perl_0.70-1.dsc
 f244372d15a2991b8700f62e73ac51e4 160281 perl optional 
libfile-rsyncp-perl_0.70.orig.tar.gz
 585b43d516af931512874e7cf7194438 17504 perl optional 
libfile-rsyncp-perl_0.70-1.diff.gz
 fd6e9c2e9d7c3e55da476132749c1e78 97176 perl optional 
libfile-rsyncp-perl_0.70-1_i386.deb

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

iEYEARECAAYFAk+uXGsACgkQsRlQAP1GppiIJQCeMUxEb7rEIHbIuZRwWYdI/HX+
QpcAoI46FvNhv/gX0Vkm38ljnDO7eYUJ
=ybWr
-END PGP SIGNATURE-


Accepted:
libfile-rsyncp-perl_0.70-1.diff.gz
  to main/libf/libfile-rsyncp-perl/libfile-rsyncp-perl_0.70-1.diff.gz
libfile-rsyncp-perl_0.70-1.dsc
  to main/libf/libfile-rsyncp-perl/libfile-rsyncp-perl_0.70-1.dsc
libfile-rsyncp-perl_0.70-1_i386.deb
  to main/libf/libfile-rsyncp-perl/libfile-rsyncp-perl_0.70-1_i386.deb
libfile-rsyncp-perl_0.70.orig.tar.gz
  to main/libf/libfile-rsyncp-perl/libfile-rsyncp-perl_0.70.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/e1stczb-ka...@franck.debian.org



Accepted libio-dirent-perl 0.05-1 (source i386)

2012-05-12 Thread Ludovic Drolez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 10 May 2012 12:24:38 +0200
Source: libio-dirent-perl
Binary: libio-dirent-perl
Architecture: source i386
Version: 0.05-1
Distribution: unstable
Urgency: low
Maintainer: Ludovic Drolez ldro...@debian.org
Changed-By: Ludovic Drolez ldro...@debian.org
Description: 
 libio-dirent-perl - Perl module for accessing dirent structs returned by 
readdir
Changes: 
 libio-dirent-perl (0.05-1) unstable; urgency=low
 .
   * New upstream release
   * Added a watch file
Checksums-Sha1: 
 e3944d2be2994f726f824cce8b53d233c4e10559 1091 libio-dirent-perl_0.05-1.dsc
 df93a07e2211dbec647cede8e888444bb7052792 5300 
libio-dirent-perl_0.05.orig.tar.gz
 216d7013864c4ad6556d8f264f185c82eb9ad0b0 2187 libio-dirent-perl_0.05-1.diff.gz
 8b26785d3e52ad0285878e35091e21f9b9d6ca64 11488 
libio-dirent-perl_0.05-1_i386.deb
Checksums-Sha256: 
 232673410355f842a00e559790f4c7313d1b1b5d482697f1224a09b4585b6c01 1091 
libio-dirent-perl_0.05-1.dsc
 10b775f23123e527e67745af52a03da4f216b4c4e7797c4570be9c1be36cd97c 5300 
libio-dirent-perl_0.05.orig.tar.gz
 1bee586d52d34e3e0ee369596d6a973d522e5eaad3660058761b27d625a2b665 2187 
libio-dirent-perl_0.05-1.diff.gz
 81406d46b0b95c62563bdc7263fb8b7a79960f81f18b8772f719dc25f2ce6a54 11488 
libio-dirent-perl_0.05-1_i386.deb
Files: 
 1b68bc852edd22829579853f08707e53 1091 perl optional 
libio-dirent-perl_0.05-1.dsc
 248ab22c31a310c3482fd99592ae550c 5300 perl optional 
libio-dirent-perl_0.05.orig.tar.gz
 1596e8581a7ca8779b07c80440ad10db 2187 perl optional 
libio-dirent-perl_0.05-1.diff.gz
 ccafd19cea74107c6e6175127faacc03 11488 perl optional 
libio-dirent-perl_0.05-1_i386.deb

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

iEYEARECAAYFAk+uXHUACgkQsRlQAP1GppgRagCfXfEtJ74MNRupvfKksH4cLmW5
218AoImR4RU7WKRy/JZ+qmwtjRYwNeiQ
=aE+k
-END PGP SIGNATURE-


Accepted:
libio-dirent-perl_0.05-1.diff.gz
  to main/libi/libio-dirent-perl/libio-dirent-perl_0.05-1.diff.gz
libio-dirent-perl_0.05-1.dsc
  to main/libi/libio-dirent-perl/libio-dirent-perl_0.05-1.dsc
libio-dirent-perl_0.05-1_i386.deb
  to main/libi/libio-dirent-perl/libio-dirent-perl_0.05-1_i386.deb
libio-dirent-perl_0.05.orig.tar.gz
  to main/libi/libio-dirent-perl/libio-dirent-perl_0.05.orig.tar.gz


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



Accepted libnet-sftp-foreign-perl 1.73+dfsg-1 (source all)

2012-05-12 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 12 May 2012 13:50:43 +0200
Source: libnet-sftp-foreign-perl
Binary: libnet-sftp-foreign-perl
Architecture: source all
Version: 1.73+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libnet-sftp-foreign-perl - client for the Secure File Transfer Protocol
Changes: 
 libnet-sftp-foreign-perl (1.73+dfsg-1) unstable; urgency=low
 .
   * Imported Upstream version 1.73+dfsg
Checksums-Sha1: 
 fd4ce965e565b68aee2fa81a3cac922c8597057e 2390 
libnet-sftp-foreign-perl_1.73+dfsg-1.dsc
 812c7c61193b0028b678d116e7f34a15bbce 87730 
libnet-sftp-foreign-perl_1.73+dfsg.orig.tar.gz
 b85bbd6c2cc813fe64b87b154fa7c6a2d0b9432e 4926 
libnet-sftp-foreign-perl_1.73+dfsg-1.debian.tar.gz
 7dfdde5e6230ac92e621fc69cca009bdb93d9ea0 116382 
libnet-sftp-foreign-perl_1.73+dfsg-1_all.deb
Checksums-Sha256: 
 b493ebebef73d47a4751b81715538adfb5a642ab6369e749b0bd732401fa2eee 2390 
libnet-sftp-foreign-perl_1.73+dfsg-1.dsc
 ecba38572eb2613e5cf5b08dedae6d5ef29132a022e4b80cd348d0afa06cf5fc 87730 
libnet-sftp-foreign-perl_1.73+dfsg.orig.tar.gz
 23b76b2d4914907071517e9107fe158860afb13c523f590dd97f1381457e11d5 4926 
libnet-sftp-foreign-perl_1.73+dfsg-1.debian.tar.gz
 09efede08c862f48efa65e80e0e62ff11f84c204fe854456b189adafa98eb91a 116382 
libnet-sftp-foreign-perl_1.73+dfsg-1_all.deb
Files: 
 28222d8a5efe7e7cfbad03abe87317ef 2390 perl optional 
libnet-sftp-foreign-perl_1.73+dfsg-1.dsc
 5ec724f5e5bc1535c6d868560f482d32 87730 perl optional 
libnet-sftp-foreign-perl_1.73+dfsg.orig.tar.gz
 422c871e4f6f72d772be38d5237682b8 4926 perl optional 
libnet-sftp-foreign-perl_1.73+dfsg-1.debian.tar.gz
 ff28d825c7884ea660465beee7fff569 116382 perl optional 
libnet-sftp-foreign-perl_1.73+dfsg-1_all.deb

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

iQIcBAEBCAAGBQJPrk8jAAoJEHidbwV/2GP+HlwP/3biQGsDXiv2m6lqDBXQwO7N
0XGb0BYEPiR6N5QwDhptsu55lAE1YtOy0pUXbIWR2bnx1W8lNi0JQM8vFc5HyBpA
nX24tWeRmLh4oeGsOhFakeydK0WNBD8o0IZIKeFKXKbe95tLhKf/iY8dX6neJtGX
GoQVBV96H3BwfPAylSU9XQo+M+1VVPDq8N6X8SjARDJKTPFukZm4DZp3125w0N8W
jO6U3KqNh7aPj9frXiEcB5tEH/1gPa4VVQ53YaEidK9CLN4Uo/ZlEdp4WmxfHPTM
76zj7LLBBCHLlo3piqEpVw8/Kk1kThmpdjMYN8SQv55xDCotryNrIfANSWKDRKjf
P554zdHjcSTxRDjwR067uZoJaCIskcsyk8v3YxTGvfqqavdJLL7MEbY8oEBpdfxa
bL07omXBzhTzlv5JVSywrXJ2xVvE/MliXdBJIMhGZHhCwrWKWaPfc8gbc6LBudjI
jl1Kp4bFqrkfa+DhMXpcuTOtt8+PpVWRnm7IqxRniRKJTNdkXD8jsR6egz47Uv5P
afD7zQqg8Y+b13bS7pgyBYQ4snWbWBpqBLZ/fx/yAmB0cW8JsP+KCLp3+Br0rAFN
UHhEkYAOgayquMHPQLs/ej9QVqK0rcj48jBsFX2fuAHeRGr6gINdLQyedgQ9kWrO
xdY15GFhoayERTKsAaMM
=fE7H
-END PGP SIGNATURE-


Accepted:
libnet-sftp-foreign-perl_1.73+dfsg-1.debian.tar.gz
  to 
main/libn/libnet-sftp-foreign-perl/libnet-sftp-foreign-perl_1.73+dfsg-1.debian.tar.gz
libnet-sftp-foreign-perl_1.73+dfsg-1.dsc
  to main/libn/libnet-sftp-foreign-perl/libnet-sftp-foreign-perl_1.73+dfsg-1.dsc
libnet-sftp-foreign-perl_1.73+dfsg-1_all.deb
  to 
main/libn/libnet-sftp-foreign-perl/libnet-sftp-foreign-perl_1.73+dfsg-1_all.deb
libnet-sftp-foreign-perl_1.73+dfsg.orig.tar.gz
  to 
main/libn/libnet-sftp-foreign-perl/libnet-sftp-foreign-perl_1.73+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/e1stczf-oj...@franck.debian.org



  1   2   >