Re: GIT for pdiff generation

2011-03-28 Thread Joerg Jaspert
 Right now the source contents of unstable has, unpacked, 220MB. (Packed
 gzip its 28MB, while the binary contents per have each have 18MB
 packed).
 That should not be a problem in any non-joke box.  Unless you'll run it
 in a memory-constrained vm or something.

Well. For our archives it is turned on in the main and backports one. I
dont think main will ever run in trouble there:
 total   used   free sharedbuffers cached
Mem:  33006584   292417803764804  02343936   20783680

while backports isnt as big but still large enough:
 total   used   free sharedbuffers cached
Mem:   81980847352164 845920  010630125650672

 Lets add a safety margin: 350MB is a good guess for the largest.
 A packages file nearly doesnt count compared to them, unpacked its just
 some 34mb
 I.e. something very easy to keep in RAM on a server class or desktop
 class box.

Yes.

  Other than that, git loads entire objects to memory to manipulate them,
  which AFAIK CAN cause problems in datasets with very large files (the
  problem is not usually the size of the repository, but rather the size
  of the largest object).  You probably want to test your use case with
  several worst-case files AND a large safety margin to ensure it won't
  break on us anytime soon, using something to track git memory usage.
 Well, yes.
 At the sizes you explained now (I thought it would deal with objects 7GB
 in size, not 7GB worth of objects at most 0.5GB in size), it should not
 be a problem in any box with a reasonable ammount of free RAM and vm
 space (say, 1GB).

Right, could have written that better.

-- 
bye, Joerg
liw I'm a blabbermouth


-- 
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/87fwq73fqh@gkar.ganneff.de



Re: MBF alert: packages with very long source / .deb filenames

2011-03-28 Thread Goswin von Brederlow
Joey Hess jo...@debian.org writes:

 Steve McIntyre wrote:
 There are uses I've heard about, including (apparently quite common)
 using CDs and DVDs to seed a mirror on a Windows server.

 If I had to chose between that working, and not needing to worry about
 filename lengths, I'd choose the latter.

 Is it possible to provide Joliet filenames for only a subset of files?
 
 It is, yes. But not something I'd like to do if we can avoid it.

 One approach then would be to omit joliet filenames for the few long
 packages. This would not even impact your use case above much, since
 any mirror seeded from files from CDs needs a further sync step.

And how would users then get those files? If you have a kernel without
udf filesystem support then apt/aptitude/... would suddenly fail to find
some files. Same if udf isn't the default filesystem for cds.

The files could be renamed and the new name be used in Packages/Sources
files on the CD. But then the dsc files are broken. And they are signed
so they can't be edited without loosing the signature.

MfG
Goswin


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



Re: Suggestion to remove (eventually) libtar from Debian

2011-03-28 Thread Goswin von Brederlow
Magnus Holmgren holmg...@debian.org writes:

 libtar popped up on wnpp-alert, so I ITAd it, but now I'm having second 
 thoughts. I've done one upload now though.

 - No new releases since 2003. Upstream hasn't bothered building a dynamic 
 library, that's a Debian patch (and a corresponding patch in other distros).

 - libarchive is superior (I suppose).

 - The API has some problems: th_get_pathname() sometimes returns a pointer 
 into the TAR struct passed to it and sometimes a pointer to malloc()ed memory 
 (a strdup() of a local buffer). It has been suggested to always strdup() the 
 result instead, but it's also been suggested to return a pointer to a static 
 buffer in applicable cases, which I think may be better (you have to copy the 
 returned string anyway since the TAR struct is updated as you iterate over 
 the 
 tar contents). Thoughts?

Thread safety and rentrancy is a problem there.

A third option is to pass a buffer to the function (plus its size) and
fill it with the name. I would probide both a strdup() and a buffer
passing version of the function so people can choose.

 - Another problem is the tartype_t struct that you can pass to tar_open() to 
 provide your own functions for opening, reading and writing the underlying 
 file, e.g. to handle compressed tar files. Unfortunately you have to put your 
 context in an int instead of a more versatile void*.

 - It is riddled with MAXPATHLEN, so getting it to build on HURD doesn't seem 
 worthwile.

 - It has few rdepends:
   barry - uses th_get_pathname() (with the comment FIXME (leak) - someday,
   when all distros use a patched version of libtar, we may be able to
   avoid this memory leak, but th_get_pathname() does not consistently
   return a user-freeable string on all distros.
   composite - already supports libarchive, it seems.
   lordsawar - Not sure about this one.
   osmo  - Uses libtar very simply to make and restore backups. Should be easy
   to convert to libarchive.
   stopmotion - Not sure about this one.
   vlc   - The skins2 UI module uses libtar to unpack skins. Should be easy
   to convert to libarchive.

 Any thoughts?

 -- 
 Magnus Holmgrenholmg...@debian.org
 Debian Developer 

I guess the maintainers of the rdepends should make the choice (and do
the work :).

MfG
Goswin


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



Re: Ruby changes for Wheezy

2011-03-28 Thread Deepak Tripathi
At Fri, 4 Mar 2011 09:59:47 +0100,
Lucas Nussbaum wrote:

Lucas/Antonio,
Thanks for all your good work, going through all mail thread and wiki, I have 
couple of questions.

1) All existing packages will be renamed or only new packages will be updated.
2) After renaming, package will be in experimental or unstable.


--
Thanks
Deepak

 http://wiki.debian.org/Teams/Ruby/RubyInWheezy
 Don't hesitate to ask for details if needed.

 - Lucas


 --
 To UNSUBSCRIBE, email to debian-ruby-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: http://lists.debian.org/20110304085947.ga4...@xanadu.blop.info



pgpZ9jUnNSUSU.pgp
Description: PGP signature


Bug#619885: ITP: vo-aacenc -- Free AAC encoder

2011-03-28 Thread Reinhard Tartler
Package: wnpp
Owner: Reinhard Tartler siret...@tauware.de
Severity: wishlist

* Package name: vo-aacenc
  Version : 0.1.0-rc1
  Upstream Author : Martin Storsjö mar...@martin.st
* URL or Web page : http://opencore-amr.git.sourceforge.net/
* License : Apache License 2.0
  Description : Free AAC encoder

I received the following message from Martin:

From: Martin Storsjö mar...@martin.st
Subject: vo-aacenc, vo-amrwbenc prerelease
To: Reinhard Tartler siret...@tauware.de, Luca Barbato lu_z...@gentoo.org
Date: Mon, 28 Mar 2011 10:24:15 +0300 (EEST)

Hi,

As discussed on irc earlier, I've added the vo-aacenc and vo-amrwbenc 
libraries into the opencore-amr project on sourceforge, 
http://opencore-amr.git.sourceforge.net/.

I've got a prerelease of the libraries up on 
http://albin.abo.fi/~mstorsjo/vo-aacenc-0.1.0-rc1.tar.gz and 
http://albin.abo.fi/~mstorsjo/vo-amrwbenc-0.1.0-rc1.tar.gz. I'd appreciate 
if you'd give it a look and let me know if there's any issues with 
packaging these. If everything goes well, I'll release this version soon 
and announce them.

The libraries include small encoding apps for testing the basic library 
functionality, but they don't need to be included in any .deb at least, 
I'd say.

Patches for using them from libav are available at 
https://github.com/mstorsjo/ffmpeg.

// Martin


Martin, Andres, or any other pkg-multimedia team member, would you be
willing to co-maintain this package with me?

Same question for vo-amrwbenc, which ITP will be following shortly.

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



--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/87wrjj7jjw@faui44a.informatik.uni-erlangen.de



Re: Ruby changes for Wheezy

2011-03-28 Thread Lucas Nussbaum
On 28/03/11 at 14:08 +0530, Deepak Tripathi wrote:
 At Fri, 4 Mar 2011 09:59:47 +0100,
 Lucas Nussbaum wrote:
 
 Lucas/Antonio,
 Thanks for all your good work, going through all mail thread and wiki, I have 
 couple of questions.
 
 1) All existing packages will be renamed or only new packages will be updated.

The goal is to have all binary packages renamed by the wheezy release.

Since we will have only one binary package per source package, and our
infrastructure generally deals better when the source package name is
the same as the binary package name, we will also upload new source
packages.

 2) After renaming, package will be in experimental or unstable.

I think that we can go for unstable now. The breakages should be
minimal.

Lucas


-- 
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/20110328091250.ga21...@xanadu.blop.info



Re: MBF alert: packages with very long source / .deb filenames

2011-03-28 Thread Thomas Schmitt
Hi,

some technical facts about name lenght in Debian ISO 9660 images:

Raphael Hertzog wrote:
 What happens if you try to put too-long filenames on the CD with Joliet
 enabled?

libisofs, which produces the Debian i386 and amd64 images, truncates
oversized Joliet names. Collisions get resolved by truncating them
further and adding decimal counting numbers (aka mangling).

Currently released libisofs is unable to write Joliet names longer
than 64 characters. I have freshly implemented a relaxed limit of 103.
Tests look good so far. The experimental code is uploaded as
  http://www.gnu.org/software/xorriso/xorriso-1.0.5.tar.gz

Test reports from reading such an ISO image by a real Windows machine
would be interesting ... :)
E.g. with a file name of 100 characters:

  xorriso -as mkisofs -o test.iso -J -joliet-long -graft-points \
  
/0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789=/some/file/on/disk


Steve McIntyre wrote:
 We already have arbitrary limits on filename length (~200 bytes or so
 on RockRidge),

Rock Ridge specs allow unlimited name length.
But libisofs allows only 255 currently. A name overflow of Rock Ridge is
a FAILURE event which normally leads to an abort of the xorriso run.
This abort is adjustable.
In any case a file with overly long name will not get into the image.

It seems unwise to exceed the X/Open minimum specification of 255
characters unless one knows that the reader can stand that.
(http://pubs.opengroup.org/onlinepubs/009695399/basedefs/limits.h.html
 NAME_MAX = _XOPEN_NAME_MAX = 255 )
My own linux/limits.h says local NAME_MAX is 255.

I will check this more thoroughly before the next release and might
optionally allow longer Rock Ridge names.




As for UDF (of which the specs are hard to read):

ECMA-167, 14.4 File Identifier Descriptor, counts the file identifier
length (L_FI) in a single byte field (Uint8).
This limits name length to 255.
It might be that the upper specification layer (e.g. UDF-2.60)
provides means to represent longer names.

One could make experiments with read-write mountable UDF on a
machine that has NAME_MAX  255.



Have a nice day :)

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/95980563027983@192.168.2.69



Re: Meeting Minutes, FTPMaster meeting March 2011

2011-03-28 Thread Wouter Verhelst
On Sun, Mar 27, 2011 at 10:56:28AM +0200, Joerg Jaspert wrote:
 - The long standing project of enabling autosigning for the buildds also
   got finished. That means that packages successfully built can now be
   uploaded automatically, without waiting for the buildd admin to wake
   up/come back from holiday/whatever. The rules for this are simple
* the buildd host must be maintained by DSA and have restricted access
* the key must have a size of 4096 or higher and the private part
  must never leave the buildd
* the key expires within 120 days
* there are not more than 2 keys per buildd (so they can do a key
  rollover)
* no network access during build time/for the build part
 
   We maintain a set of keyrings, one per architecture, together with a
   shell script which allows the wanna-build admins to add and remove
   keys as necessary.

So, AIUI, only members of the wbadm GID can change keys, not any random
buildd admin.

If I'm supposed to be maintaining a buildd host, I should be able to
update the key allowed for signing, or I can't do my job properly. We've
had a situation where only a limited group of people could activate
buildd machines in the past, and it was broken; I have no desire to get
back to that situation.

Please fix this by doing one of
- Adding me (and other buildd admins) to the wbadm group,
- Creating a new GID to which all buildd admins are added (I'd suggest
  'builddadm' for that, but apparently that's already taken and is 100%
  the same as wbadm; if that isn't used, however, it could make sense)
  which would limit who can update keys
- Changing the GID to Debian, rather than anything else (I don't think
  you lose much by doing that, but I guess there might be reasons not
  to, and it's not my call anyway)
- Finding someone else to maintain praetorius and voltaire

For clarity, the last option is *not* my preference. However, if none of
the other three are done, I'm no longer interested in spending my time
doing something I can't do properly anyway. I've been forced to work
around not being able to fix issues with connectivity between my buildd
host and the rest of the Debian infrastructure in the past, and I won't
stand for it anymore.

Thanks,

-- 
The biometric identification system at the gates of the CIA headquarters
works because there's a guard with a large gun making sure no one is
trying to fool the system.
  http://www.schneier.com/blog/archives/2009/01/biometrics.html


signature.asc
Description: Digital signature


Re: MBF alert: packages with very long source / .deb filenames

2011-03-28 Thread Alexander Reichle-Schmehl
Hi!

Am 28.03.2011 11:23, schrieb Thomas Schmitt:
 Test reports from reading such an ISO image by a real Windows machine
 would be interesting ... :)
 E.g. with a file name of 100 characters:
 
   xorriso -as mkisofs -o test.iso -J -joliet-long -graft-points \
   
 /0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789=/some/file/on/disk

Didn't worked over here with an uptodate Windows XP.  It is mountable,
but only the filename is truncated to the first 64 characters.


Best regards,
  Alexander


-- 
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/4d9054eb.8000...@debian.org



Re: Packaging Openstack for Debian: anyone else interested?

2011-03-28 Thread Stefano Zacchiroli
On Sun, Mar 27, 2011 at 09:41:31PM +0200, Soren Hansen wrote:
 Let me put this differently..
 
 If there's a DD out there who wants to work *with* us and get OpenStack
 (and all its dependencies, which is really the tedious part) into
 Debian, I'd the *thrilled* to work with you. There's a number of things
 that are needed, new packages as well as patches to existing ones, but
 given that we've made it happen once already in Ubuntu, it should
 definitely be an approachable amount of work.

Thanks for this second version Soren. I understand that in view of past,
reversed sides, complaints it's not easy to read a proposal of build
system and VCS change. Considering all this, Thomas and other people
interested to work on Openstack, can you please in the beginning try to
stay close to the build system used on the current packaging and use the
same VCS, unless you have compelling reasons not to do so?

Let's remember that in Debian we are compelled to be good downstream for
all the software we package, whether it comes from pure upstreams or
from other distribution upstreams. Staying to close to upstream is just
a basic step that will make it easier to give back our changes to
upstream.

Given the availability of Soren to work together, it would be great if
additionally you can converge to work on the same team with a common
VCS, with different branches for each target distribution.

I'm looking forward to a great set of Openstack packages for Debian,
Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
zack@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Quando anche i santi ti voltano le spalle, |  .  |. I've fans everywhere
ti resta John Fante -- V. Capossela ...| ..: |.. -- C. Adams


signature.asc
Description: Digital signature


Bug#619891: ITP: vo-amrwbenc -- AMR encoder

2011-03-28 Thread Reinhard Tartler
Package: wnpp
Owner: Reinhard Tartler siret...@tauware.de
Severity: wishlist

* Package name: vo-amrwbenc
  Version : 0.1.0-rc1
  Upstream Author : Martin Storsjö mar...@martin.st
* URL or Web page : http://opencore-amr.git.sourceforge.net/
* License : Apache License 2.0
  Description : VisualOn AMR-WB encoder library

This library contains an encoder implementation of the Adaptive Multi
Rate Wideband (AMR-WB) audio codec. The library is based on a codec
implementation by VisualOn, part of the Stagefright framework from
the Google Android project.

Similar to the sister ITP (Debian Bug #619885) I solicit for
co-maintainers in the pkg-multimedia team for this package.

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



--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/87ei5r7f3f@faui44a.informatik.uni-erlangen.de



Re: Meeting Minutes, FTPMaster meeting March 2011

2011-03-28 Thread Stefano Zacchiroli
On Sun, Mar 27, 2011 at 10:56:28AM +0200, Joerg Jaspert wrote:
 Hello world,
 
 as previously announced[1] we had a FTPMaster meeting in the
 LinuxHotel[2] in Essen during the week from March 21st till 27th. While
 there have been[3] quite[4] a number[5] of blog[6] posts[7] about this
 meeting[8], a more formal set of minutes seems to be called for, so here
 we go.

Hello FTP {masters,assistants,fanboys}, DSA, buildd admins, etc.,
  thanks for your frenetic hacking week and for the way in which you've
kept the rest of the Debian community up to date with what was going on.

For even more transparency, and its durability in time, I've updated the
sprint wiki page http://wiki.debian.org/Sprints/2011/FtpMasterSprint
with pointers to your agenda, reports, blog posts, etc. Please review it
to check I haven't overlooked anything.

(Shameless plug: sprints and their transparency are very important for
 Debian to get work done and avoid the risks of cabal-ish
 meetings. That's why I routinely ask sprint participants to help me out
 in maintaining the information at http://wiki.debian.org/Sprints
 current. It's working well, but it still is quite an amount of work. If
 anyone out there is willing to help in sprint organization and
 documentation, I would *love* that. Please mail me at leader@d.o if
 you'd like to *volunteer* as a little sprint organization helper.)

 And before we finally bore you with the details of our work, let us tell
 you that there is again a good reason to send condolences to one of our
 team members. Similar to our last meeting where we took the opportunity
 to welcome a new FTPMaster, we are now torturing Ansgar Burchardt,
 having made him FTP Assistant. And like our last promotion - he also
 didn't run away screaming.

Condolences^W Welcome on board, Ansgar!

   If you want to access the database on ries, use psql service=projectb,
   it will do the right thing for you. Should you use projectb access for
   one of your own projects, to gather whatever data it provides, keep in
   mind that we do not guarantee any kind of schema stability there. But if
   you can specify your needs we can always think about creating a view for
   you - or exporting the data in a defined format like
   RFC822/Yaml/whatever if it makes more sense or a direct projectb access
   is impractical. Just talk to us.

As I routinely end participating in discussions with DDs saying
ProjectB-what?, I've mentioned this at http://wiki.debian.org/ProjectB
and linked it from the FTPMaster wiki page. If you have suggestions on
where to better document it please let me know or, better, provide
patches!

   This is, of course, just a first step towards being able to build
   .all debs on the buildds.

Related to this, in your agendas you did mention the topic of throwaway
DD built .debs. I understand from the minutes that no specific hacking
on that has been done (understandably given how much other stuff has
been going on!), but have you advanced on the design of that? I believe
it's a very important technical advancement we need to guarantee all
packages are built equally. Do you have any other news to share about
that?

  - A dak package to upload into unstable.  Although that's coming Real
Soon Now, honest (especially as one of the ftpteam needs it...).

Neat!

Cheers.
-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
zack@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Quando anche i santi ti voltano le spalle, |  .  |. I've fans everywhere
ti resta John Fante -- V. Capossela ...| ..: |.. -- C. Adams


signature.asc
Description: Digital signature


Re: MBF alert: packages with very long source / .deb filenames

2011-03-28 Thread Thomas Schmitt
Hi,

Alexander Reichle-Schmehl wrote:
   xorriso -as mkisofs -o test.iso -J -joliet-long -graft-points \
 /012345678901234567890123456789012345678901234567890123456789012345678901234
   5678901234567890123456789=/some/file/on/disk

 Didn't worked over here with an uptodate Windows XP.  It is mountable,
 but only the filename is truncated to the first 64 characters.

Just to make sure that xorriso did it more or less right:

Do you see longer names under /mnt on Linux after
  mount -o loop,norock test.iso /mnt

(I do see all 100 characters.)

Or do you get other results with the same command when replacing
xorriso -as mkisofs by genisoimage ?


Have a nice day :)

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/95980530632701@192.168.2.69



Re: Packaging Openstack for Debian: anyone else interested?

2011-03-28 Thread Thomas Goirand

On 03/28/2011 03:18 AM, Soren Hansen wrote:

2011/3/27 Thomas Goirandz...@debian.org:

I already started in fact. I took the work made in Ubuntu, and did a
bit of rework (I didn't like the rules.tiny debhelper style with so
many overrides, or the fact that the rules didn't use setup.py...).


For years, Debian Developers have shouted and screamed whenever someone
in Ubuntu added something as benign as a patch system (so that their
indvidual changes would be easier to absorb back into Debian), and here
you are, saying you want to replace our build system altogether for no
good reason? No, I don't think having a couple of overrides is a good
reason to replace the build system, and your suggesting that our
debian/rules doesn't use setup.py really doesn't add much technical
credibility to your criticism, to be quite honest.


Calm down! It is constructive criticism. I really appreciate the work 
that you have done so far, and I intend to reuse your work, and share my 
thoughts and contributions. It's just a shame that I couldn't chat with 
you on IRC over the last days, as I believe it would have avoid such a tone.



If you want to do this on your own, fine. I think it would be sad if we
couldn't make this good example of a this is how Debian can be a
downstream of Ubuntu story, but I can't force you to do anything. If
you actually expect to work with us, I suggest you stop assuming we're
idiots who don't know how to packages stuff and start being a courteous
downstream, and let's just say you've not got much of a head start on
that account.


Where exactly did you see I wrote you were idiots? I wrote that I 
didn't like. This show my *personal tastes*, because I like to 
understand everything that happens, and not just trust blindly the 
rules.tiny style. Please read again...


The rules.tiny style does useless calls to dh_helper scripts, and makes 
it harder to track what's going on (you rely on the magic of the 
dh_auto* scripts), and also is a bit slower than it should (useless 
calls to dh_helper scripts that sometimes aren't needed, like for 
installing .desktop files and so on...), which is why I like more the 
other kind.


I would also have appreciate if we could discuss that together, I went 
on IRC to chat with you, but I had no luck with that over the last few days.


Moreover, I hope my work wont just be downstream, I hope we will 
constructively collaborate and work together! If what you expect me to 
do is just download your work, do a build, and upload blindly to Debian, 
that wont work, I'll be of no use. You should instead be happy that I 
want to improve things, and on my side, I hope we will both learn from 
each other.



Or, you know, you could stop building new silos and actually work with
us. There's no technical reason why we couldn't share our packaging
efforts.


Sure, I 100% agree with that, and I intended to do so.


Also, Openstack is using bzr, and I know only (CVS and) Git. Does
anyone have good pointers to documentation not aimed at newbies, so I
don't waste my time too much?


We tend to point people at http://wiki.openstack.org/LifeWithBzrAndLaunchpad

If you're used to a DVCS, bzr shouldn't be hard to grasp (unless you're
the sort of person who insists on rebasing a lot).


Thanks. I will try to use bzr.

On 03/28/2011 04:03 AM, Stefano Zacchiroli wrote:
 On this respect, I tend to agree with Soren. I believe it's in the
 interest of Debian to avoid unnecessary deviations from the packaging
 it's already been done for other Debian-based distro(s).

I do agree with that, and it is my intention to share my changes with 
Ubuntu guys as well, and especially with Soren.


But, if I'm not mistaking, there are things that unfortunately *have* to 
change, like the Ubuntu package using upstart-job. If I'm not mistaking, 
this isn't an option for Debian, is it? Can anyone comment on that, 
because I don't know much about upstart... What I know is that just 
leaving things the way it was lead to having dpkg willing to remove the 
sysv-rc package, which, IMHO, isn't what we want here.


 Even more so, I
 believe it would be in our interest to try to work together, having a
 single packaging team to which all interested parties have access.

Definitively!

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/4d905aa6.7020...@debian.org



Bug#619820: either bash or dash should be enough

2011-03-28 Thread Holger Levsen
reassign 619820 dash,bash
block 619820 by 540512
thanks

On Sonntag, 27. März 2011, Jonathan Nieder wrote:
 # which packages are essential affects the entire distribution
 reassign 619820 general

For the distro we have solved^wdecided this by making dash the default shell. 


cheers,
Holger


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


Processed: Re: either bash or dash should be enough

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

 reassign 619820 dash,bash
Bug #619820 [general] either bash or dash should be enough
Bug reassigned from package 'general' to 'dash,bash'.
 block 619820 by 540512
Bug #619820 [dash,bash] either bash or dash should be enough
Was not blocked by any bugs.
Added blocking bug(s) of 619820: 540512
 thanks
Stopping processing here.

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


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



Re: Is BTS down?

2011-03-28 Thread Sandro Tosi
On Mon, Mar 28, 2011 at 12:23, LUK ShunTim shuntim@polyu.edu.hk wrote:
 On 03/26/2011 11:28 PM, Sandro Tosi wrote:
 On Sat, Mar 26, 2011 at 15:41, LUK ShunTim shuntim@polyu.edu.hk wrote:
 I've not been able to connect to BTS using reportbug and only got the
 Unable to connect to Debian BTS message. Is BTS down?

 I had similar problems minutes ago, but now it seems working.

 Regards,

 Thanks for the reply. I tried again just now; but no luck. Here's what I
 got.

 $ reportbug linux-image-2.6.38-1-amd64
 ...
 Querying Debian BTS for reports on linux-2.6 (source)...
 Unable to connect to Debian BTS; continue [y|N|?]?

 Using a longer timeout option such as --timeout=300 doesn't help.

 On the other hand,

 $ reportbug reportbug
 ...
 Querying Debian BTS for reports on reportbug (source)...
 151 bug reports found:
 ...

 Don't know if it's related to one particular package (linux-2.6) or the
 BTS itself. I found a similar past bug report #571955 and also the fix
 which introduced the --timeout option.

I think it's related to the package 'linux-2.6' that has *a lot* of
bug reports, and so the information takes a lot to be loaded; if it
works for reportbug, it should work with linux-2.6 too, just increase
the timeout (are you on a slow line?).

Regards,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


-- 
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/AANLkTi=6fdDNKDTPtfPjsjarQa974b=a9tut15v2e...@mail.gmail.com



Re: Is BTS down?

2011-03-28 Thread LUK ShunTim
On 03/26/2011 11:28 PM, Sandro Tosi wrote:
 On Sat, Mar 26, 2011 at 15:41, LUK ShunTim shuntim@polyu.edu.hk wrote:
 I've not been able to connect to BTS using reportbug and only got the
 Unable to connect to Debian BTS message. Is BTS down?
 
 I had similar problems minutes ago, but now it seems working.
 
 Regards,

Thanks for the reply. I tried again just now; but no luck. Here's what I
got.

$ reportbug linux-image-2.6.38-1-amd64
...
Querying Debian BTS for reports on linux-2.6 (source)...
Unable to connect to Debian BTS; continue [y|N|?]?

Using a longer timeout option such as --timeout=300 doesn't help.

On the other hand,

$ reportbug reportbug
...
Querying Debian BTS for reports on reportbug (source)...
151 bug reports found:
...

Don't know if it's related to one particular package (linux-2.6) or the
BTS itself. I found a similar past bug report #571955 and also the fix
which introduced the --timeout option.

If there's any further testing I can help, please let me know. Regards,
ST
-- 





-- 
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/4d906191.2060...@polyu.edu.hk



Re: Packaging Openstack for Debian: anyone else interested?

2011-03-28 Thread Soren Hansen
2011/3/28 Thomas Goirand z...@debian.org:
 On 03/28/2011 03:18 AM, Soren Hansen wrote:
 2011/3/27 Thomas Goirandz...@debian.org:
 For years, Debian Developers have shouted and screamed whenever
 someone in Ubuntu added something as benign as a patch system (so
 that their indvidual changes would be easier to absorb back into
 Debian), and here you are, saying you want to replace our build
 system altogether for no good reason? No, I don't think having a
 couple of overrides is a good reason to replace the build system, and
 your suggesting that our debian/rules doesn't use setup.py really
 doesn't add much technical credibility to your criticism, to be quite
 honest.
 Calm down! It is constructive criticism.

We must have very different opinions on what constitutes constructive
criticism.

 I really appreciate the work that you have done so far, and I intend
 to reuse your work, and share my thoughts and contributions. It's just
 a shame that I couldn't chat with you on IRC over the last days, as I
 believe it would have avoid such a tone.

Since 2007, I've been logged off IRC for a total of less than 24 hours.
None of that has been in recent history. If you couldn't get onto IRC,
you could have e-mailed me (which you clearly had access to).

 If you want to do this on your own, fine. I think it would be sad if we
 couldn't make this good example of a this is how Debian can be a
 downstream of Ubuntu story, but I can't force you to do anything. If
 you actually expect to work with us, I suggest you stop assuming we're
 idiots who don't know how to packages stuff and start being a courteous
 downstream, and let's just say you've not got much of a head start on
 that account.
 Where exactly did you see I wrote you were idiots? I wrote that I
 didn't like. This show my *personal tastes*, because I like to
 understand everything that happens, and not just trust blindly the
 rules.tiny style.  Please read again...

Ok, if you don't think we're idiots, why do you go and replace our work
without even talking to us beforehand? I would expect that if you
thought our opinions were worth anything at all, you would at least have
talked to us first. If you wanted to work with us, personal preference
is not a good reason to diverge.

 The rules.tiny style does useless calls to dh_helper scripts, and
 makes it harder to track what's going on (you rely on the magic of
 the dh_auto* scripts), and also is a bit slower than it should
 (useless calls to dh_helper scripts that sometimes aren't needed, like
 for installing .desktop files and so on...), which is why I like more
 the other kind.

The *vast* majority of the build time is spent building docs or running
the test suite. You might be able to shave off 10 seconds of build time.
Let's say it takes you an hour. Let's say you make $50 an hour. You can
get 4 cores for $0.015 an hour on Rackspace Cloud Servers.

 50 dollars/hour
--- = ~5 million
0.015/4 dollars/cpu-hour * 10 seconds * 1/3600 hours/second

That's 5 million times you'd have to build this thing before you break
even (assuming the cost of a CPU hour stays static for eternity). Not
only that, the (now) superfluous dh_* calls you remove might be required
next week, so you're incurring a maintenance overhead that's not
currently there.

Hardware scales, developers do not. Also, I'm on a mission to build cool
technology, not a mission to save a cpu-hour spread over the next couple
of millenia.

 I would also have appreciate if we could discuss that together, I went
 on IRC to chat with you, but I had no luck with that over the last few
 days.

I'm there now. I'm soren (imaginatively) on IRC.

 Moreover, I hope my work wont just be downstream, I hope we will
 constructively collaborate and work together! If what you expect me to
 do is just download your work, do a build, and upload blindly to
 Debian, that wont work, I'll be of no use.

I never expected you to, and I never said that I did. I'm puzzled,
though, what you expect to happen when you replace our work with
something else without consulting us, but say you want to collaborate
and work together. If we're going to work together, that implies we'll
share our efforts. Are you expecting us to just accept your stuff and
blindly uploading it to Ubuntu?

 You should instead be happy that I want to improve things, and on my
 side, I hope we will both learn from each other.

I've seen nothing from you so far that indicates wanting to learn
anything. I'd be delighted to be proven wrong. Now would be a good time
to start.

 Or, you know, you could stop building new silos and actually work
 with us. There's no technical reason why we couldn't share our
 packaging efforts.
 Sure, I 100% agree with that, and I intended to do so.

So why are you setting up stuff on Alioth to maintain your work instead
of working with us where we do our work?

 But, if I'm not 

Re: Is BTS down?

2011-03-28 Thread LUK ShunTim
On 03/28/2011 06:28 PM, Sandro Tosi wrote:
 On Mon, Mar 28, 2011 at 12:23, LUK ShunTim shuntim@polyu.edu.hk wrote:


 $ reportbug linux-image-2.6.38-1-amd64
 ...
 Querying Debian BTS for reports on linux-2.6 (source)...
 Unable to connect to Debian BTS; continue [y|N|?]?

 Using a longer timeout option such as --timeout=300 doesn't help.

 On the other hand,

 $ reportbug reportbug
 ...
 Querying Debian BTS for reports on reportbug (source)...
 151 bug reports found:
 ...

 Don't know if it's related to one particular package (linux-2.6) or the
 BTS itself. I found a similar past bug report #571955 and also the fix
 which introduced the --timeout option.
 
 I think it's related to the package 'linux-2.6' that has *a lot* of
 bug reports, and so the information takes a lot to be loaded; if it
 works for reportbug, it should work with linux-2.6 too, just increase
 the timeout (are you on a slow line?).

No, it's on the network of university where I'm working.
And even a --timeout=600 (10 minutes!) brings no luck. :-(

Regards,
ST
-- 


-- 
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/4d906a67.8000...@polyu.edu.hk



Re: Is BTS down?

2011-03-28 Thread Adrian von Bidder
Heyho!

[bts down?]

Note that Googlebot or other bots sometimes hit (some of) the bts mirrors 
quite hard.

I repeatedly had the case where using a different bts mirror (via static 
entry in /etc/hosts) temporarily helped.

cheers
-- vbi


-- 
Think of it as a steak haché sur un petit pain aux graines de sésame,
servi sur un lit de roquette, accompagné des pommes de terre Ruisset
découpées et frites de la façon traditionelle.
-- in short: burger with french fries
   (inexplicably, this was an ad for some financial company.)


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


Re: Meeting Minutes, FTPMaster meeting March 2011

2011-03-28 Thread Joerg Jaspert
Hi

 - The long standing project of enabling autosigning for the buildds also
   got finished. That means that packages successfully built can now be
   uploaded automatically, without waiting for the buildd admin to wake
   up/come back from holiday/whatever. The rules for this are simple
* the buildd host must be maintained by DSA and have restricted
 access
* the key must have a size of 4096 or higher and the private part
  must never leave the buildd
* the key expires within 120 days
* there are not more than 2 keys per buildd (so they can do a key
  rollover)
* no network access during build time/for the build part
   We maintain a set of keyrings, one per architecture, together with a
   shell script which allows the wanna-build admins to add and remove
   keys as necessary.
 So, AIUI, only members of the wbadm GID can change keys, not any random
 buildd admin.

Correct.

 If I'm supposed to be maintaining a buildd host, I should be able to
 update the key allowed for signing, or I can't do my job properly. We've
 had a situation where only a limited group of people could activate
 buildd machines in the past, and it was broken; I have no desire to get
 back to that situation.

You can do your job properly and you can activate buildd machines. What
you can
not get is an added feature on top slightly easing the workload. I don't
think
this can seriously be called unable to do the job properly.

Now, this feature does require a whole set of people to do work before
(for example DSA to have the machine DSA maintained and secured up, getting
the ssh keys and w-b access for the buildd, getting access to incoming to
build
stuff from there), and so I really fail to see where When asking for
ssh/incoming/w-b access, get them to prepare the autosign key is much of
added trouble?

 Please fix this by doing one of
 - Adding me (and other buildd admins) to the wbadm group,

None of ftpteams call.

 - Creating a new GID to which all buildd admins are added (I'd suggest
   'builddadm' for that, but apparently that's already taken and is 100%
   the same as wbadm; if that isn't used, however, it could make sense)
   which would limit who can update keys

Also none of ftpteams call, we dont change other peoples groups.

 - Changing the GID to Debian, rather than anything else (I don't think
   you lose much by doing that, but I guess there might be reasons not
   to, and it's not my call anyway)

Now this won't happen.

 - Finding someone else to maintain praetorius and voltaire

Not my call either, even though I do think that putting it onto this single
feature is a bit over the top.

Basically this is something the people on the buildd site have to fight out
between. What we on the ftp side want is a *limited* set of people who can do
keychanges, that isn't changing too often. wbadm does seem to be a perfect
fit
for this.

 For clarity, the last option is *not* my preference. However, if none of
 the other three are done, I'm no longer interested in spending my time
 doing something I can't do properly anyway. I've been forced to work
 around not being able to fix issues with connectivity between my buildd
 host and the rest of the Debian infrastructure in the past, and I won't
 stand for it anymore.

See above. This is an *additional* thing, any buildd will be able to run even
without this (and someone mentioned you don't like this feature anyways?),
and so you can do your work as properly as you have been able until now,
so suddenly going this high up seems a bit heavy to me. (Especially since
any
serious buildd does need more other bits added and allowed before)

Anyways, as written above, this is mainly an issue for a team I have
nothing in,
deal with them. What ftpmaster wants to have we have stated. How we want
the keys
submitted is a technical issue already dealt with too, so the rest seems to
be a social issue that should be solveable in whatever way.

-- 
bye Joerg



-- 
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/469b12079792e7c91286bd1953a073e2.squir...@mail.ganneff.de



Re: Meeting Minutes, FTPMaster meeting March 2011

2011-03-28 Thread Philipp Kern
On Mon, Mar 28, 2011 at 11:25:13AM +0200, Wouter Verhelst wrote:
 On Sun, Mar 27, 2011 at 10:56:28AM +0200, Joerg Jaspert wrote:
  - The long standing project of enabling autosigning for the buildds also
got finished. That means that packages successfully built can now be
uploaded automatically, without waiting for the buildd admin to wake
up/come back from holiday/whatever. The rules for this are simple
 * the buildd host must be maintained by DSA and have restricted access
 * the key must have a size of 4096 or higher and the private part
   must never leave the buildd
 * the key expires within 120 days
 * there are not more than 2 keys per buildd (so they can do a key
   rollover)
 * no network access during build time/for the build part
  
We maintain a set of keyrings, one per architecture, together with a
shell script which allows the wanna-build admins to add and remove
keys as necessary.
 So, AIUI, only members of the wbadm GID can change keys, not any random
 buildd admin.
 
 If I'm supposed to be maintaining a buildd host, I should be able to
 update the key allowed for signing, or I can't do my job properly. We've
 had a situation where only a limited group of people could activate
 buildd machines in the past, and it was broken; I have no desire to get
 back to that situation.

AFAIR you were against autosigning on your buildds.  So nothing will change
for you anyway, unless you allow it.

As Joerg said, we still have that problem because only gid=wbadm can
change the ssh keys on grieg.  And only gid=ftp-master can change the
list for the hosts allowed to access incoming.  (To be fair: DSA now
exports a list of d.o buildds to ftp-master to automatically allow
access to ftp-master's incoming directory and to security-master.)
And you need the machine installed with the buildd profile by DSA in the
first place.

 Please fix this by doing one of
 - Adding me (and other buildd admins) to the wbadm group,
 - Creating a new GID to which all buildd admins are added (I'd suggest
   'builddadm' for that, but apparently that's already taken and is 100%
   the same as wbadm; if that isn't used, however, it could make sense)
   which would limit who can update keys
 - Changing the GID to Debian, rather than anything else (I don't think
   you lose much by doing that, but I guess there might be reasons not
   to, and it's not my call anyway)
 - Finding someone else to maintain praetorius and voltaire

The purpose of the wbadm group is the maintainance of the central
wanna-build host.  We also control who accesses our infrastructure and
how.  That's already the case since years.  Do you have any complaint
about the request turnaround time there?

The builddadm group is a group that's allowed to log in to all buildds
and thus is root-equivalent for quite some machines.  Thus the two
groups are separated.

The whole key management thing isn't really limited to gid=wbadm by
design, it's just that you need to be able to access ftp-master and
have the key signing key in the admin keyring.

The idea is that we could even do the key rotation bit for you, which
means less work for the buildd admin.

 For clarity, the last option is *not* my preference. However, if none of
 the other three are done, I'm no longer interested in spending my time
 doing something I can't do properly anyway. I've been forced to work
 around not being able to fix issues with connectivity between my buildd
 host and the rest of the Debian infrastructure in the past, and I won't
 stand for it anymore.

I'm not sure why it's more of a problem than it used to be.  I'd be sad
to lose you as a buildd admin.  I'm not actually sure why you threaten
us with it, though.

Kind regards
Philipp Kern


signature.asc
Description: Digital signature


Bug#619925: ITP: libtap-parser-sourcehandler-pgtap-perl -- Unit testing tools for pgTAP

2011-03-28 Thread Pierre Chifflier
Package: wnpp
Severity: wishlist
Owner: Pierre Chifflier pol...@debian.org


* Package name: libtap-parser-sourcehandler-pgtap-perl
  Version : 3.25
  Upstream Author : David E. Wheeler
* URL : * 
http://search.cpan.org/dist/TAP-Parser-SourceHandler-pgTAP/
* License : Artistic and GPL
  Programming Lang: Perl
  Description : Unit testing tools for pgTAP

 TAP::Parser::SourceHandler::pgTAP is a set of tools for PostgreSQL unit
 testing. 
 It contains the pg_prove and pg_tapgen scripts, which allows running
 and harnessing pgTAP tests on command-line, and summarizing the
 results.
 TAP is the Test Anything Protocol (http://testanything.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/20110328130719.23391.92345.report...@ks26688.kimsufi.com



Re: Packaging Openstack for Debian: anyone else interested?

2011-03-28 Thread Thomas Goirand

On 03/28/2011 07:06 PM, Soren Hansen wrote:

2011/3/28 Thomas Goirandz...@debian.org:

On 03/28/2011 03:18 AM, Soren Hansen wrote:

2011/3/27 Thomas Goirandz...@debian.org:
For years, Debian Developers have shouted and screamed whenever
someone in Ubuntu added something as benign as a patch system (so
that their indvidual changes would be easier to absorb back into
Debian), and here you are, saying you want to replace our build
system altogether for no good reason? No, I don't think having a
couple of overrides is a good reason to replace the build system, and
your suggesting that our debian/rules doesn't use setup.py really
doesn't add much technical credibility to your criticism, to be quite
honest.

Calm down! It is constructive criticism.


We must have very different opinions on what constitutes constructive
criticism.


Lets stop this kind of things, and be friends, shall we?


Ok, if you don't think we're idiots, why do you go and replace our work
without even talking to us beforehand? I would expect that if you
thought our opinions were worth anything at all, you would at least have
talked to us first. If you wanted to work with us, personal preference
is not a good reason to diverge.


I intended to finish my proof of concept, and show it to you once done. 
Given the way it goes, it only makes me want to give-up that idea. Never 
mind, let's continue the way you did.


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/4d9097d3.1010...@goirand.fr



Re: Meeting Minutes, FTPMaster meeting March 2011

2011-03-28 Thread Mark Hymers
On Mon, 28, Mar, 2011 at 11:54:29AM +0200, Stefano Zacchiroli spoke thus..
 Related to this, in your agendas you did mention the topic of throwaway
 DD built .debs. I understand from the minutes that no specific hacking
 on that has been done (understandably given how much other stuff has
 been going on!), but have you advanced on the design of that? I believe
 it's a very important technical advancement we need to guarantee all
 packages are built equally. Do you have any other news to share about
 that?

Ok, the situation here is the following:

The technical point of view is that source-only uploads are trivially
turned on.  Indeed, it's actually possible (as quite a few people know)
to upload only src+all debs now but not src only if your package doesn't
provide an all deb.  That's a bit of a discrepancy.  As for throwing
away non-all debs, the infrastructure is there, it just needs a
relatively small amount of code to make it happen (it's a config
setting which at the moment just causes a reject with the message This
code still to be written.

The main decision which needs to be made is whether, as a project, we
want source only uploads or to throw away DD built non-all debs.
There's not entire agreement amongst the ftpmasters about this (I err on
the side of the source-only uploads to avoid making people waste time
and bandwidth but that's not the only opinion).  One objection to
source-only is the perception that people will throw untested things at
the buildds and see what sticks.  That strikes me as a social problem,
but as a project we probably want to think how to handle it.

Once a decision is made, implementation is easy, but I'd like some form
of consensus before we go down that route.

Oh, and at the moment we'd still need .all debs uploaded and kept,
although as was said in the minutes, Phil Kern was looking into that and
some backend work in dak and dpkg was done to help with it.

Thanks,

Mark

-- 
Mark Hymers mhy at debian dot org

I never make predictions.  I never have and I never will.
 Tony Blair


signature.asc
Description: Digital signature


Re: Meeting Minutes, FTPMaster meeting March 2011

2011-03-28 Thread Bernd Zeimetz
On 03/28/2011 04:37 PM, Mark Hymers wrote:
 The main decision which needs to be made is whether, as a project, we
 want source only uploads or to throw away DD built non-all debs.
 There's not entire agreement amongst the ftpmasters about this (I err on
 the side of the source-only uploads to avoid making people waste time
 and bandwidth but that's not the only opinion).  One objection to
 source-only is the perception that people will throw untested things at
 the buildds and see what sticks.  That strikes me as a social problem,
 but as a project we probably want to think how to handle it.

Due to the problem of uploading untested stuff, accidentally or not
accidentally I'd suggest to require uploads of all binary packages
together with the source and throw away the arch:any binary packages
(after passing NEW if necessary).
Also I'd be in favour of throwing away DD built arch:all debs as soon as
soon as building them on the buildds is implemented.

Cheers,

Bernd
-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprints: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F


-- 
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/4d90b715.8020...@bzed.de



Re: MBF alert: packages with very long source / .deb filenames

2011-03-28 Thread John H. Robinson, IV
Olaf van der Spek wrote:
 On Fri, Mar 25, 2011 at 5:55 PM, John H. Robinson, IV jaq...@debian.org 
 wrote:
  Olaf van der Spek wrote:
   That's not our problem, is it?
 
  It is, if we are trying to be as compatible as possible.
 
 Compatible with what? Bugs in other implementations?
 What does that really gain us?

The ability for the discs to be read on as many systems as possible. I'm
not going to pretend to know what all someone else may need to do with
the data, but making it as readable as possible is certainly a laudable
goal.

A plausible scenario is someone having downloaded the images, burned
them, and is now trying to read them prior to installation. If they are
performing this on a Microsoft or Apple OS, and the filenames are
corrupted, the implication is that the images are either corrupt or the
burn was otherwise bad.

How many times is a person going to attempt to fix the perceived problem
before they give up? What is wrong with this so-called Universal
Operating System? I can't even read the discs!

-- 
John H. Robinson, IV  jaq...@debian.org
 http  
WARNING: I cannot be held responsible for the above, sbih.org ( )(:[
as apparently my cats have learned how to type.  spiders.html  


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



Re: MBF alert: packages with very long source / .deb filenames

2011-03-28 Thread Andreas Metzler
In gmane.linux.debian.devel.general Joey Hess jo...@debian.org wrote:
 Steve McIntyre wrote:
 There are uses I've heard about, including (apparently quite common)
 using CDs and DVDs to seed a mirror on a Windows server.

 If I had to chose between that working, and not needing to worry about
 filename lengths, I'd choose the latter.

 Is it possible to provide Joliet filenames for only a subset of files?

 It is, yes. But not something I'd like to do if we can avoid it.

 One approach then would be to omit joliet filenames for the few long
 packages. This would not even impact your use case above much, since
 any mirror seeded from files from CDs needs a further sync step.

Hello,
An alternative approach would be to use a different *filename* while
keeping the package name unchanged (This could be done on both mirrors
and CD.) Iirc apt/dpkg have absolutely no problem with foo.deb
containing version 1:3.2.1-11+squeeze2 of the 
openoffice.org-report-builder-bin i386 package. I do not know about
dak, though.

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/2mr668-ua7@argenau.downhill.at.eu.org



Re: Meeting Minutes, FTPMaster meeting March 2011

2011-03-28 Thread Philipp Kern
On 2011-03-28, Bernd Zeimetz be...@bzed.de wrote:
 On 03/28/2011 04:37 PM, Mark Hymers wrote:
 The main decision which needs to be made is whether, as a project, we
 want source only uploads or to throw away DD built non-all debs.
 There's not entire agreement amongst the ftpmasters about this (I err on
 the side of the source-only uploads to avoid making people waste time
 and bandwidth but that's not the only opinion).  One objection to
 source-only is the perception that people will throw untested things at
 the buildds and see what sticks.  That strikes me as a social problem,
 but as a project we probably want to think how to handle it.
 Due to the problem of uploading untested stuff, accidentally or not
 accidentally I'd suggest to require uploads of all binary packages
 together with the source and throw away the arch:any binary packages
 (after passing NEW if necessary).

I think people who screw up repeatedly even after being told to be careful
should have their upload privileges suspended at the discretion of the
ftp-masters.  We had that in the past as well.  Then source-only uploads
shouldn't be a problem.

.oO( Don't throw too many technical(ly inferior) solutions onto social
problems... )

Kind regards
Philipp Kern


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



Re: Bug#619820: either bash or dash should be enough

2011-03-28 Thread Luk Claes
On 03/28/2011 12:05 PM, Holger Levsen wrote:
 reassign 619820 dash,bash
 block 619820 by 540512
 thanks
 
 On Sonntag, 27. März 2011, Jonathan Nieder wrote:
 # which packages are essential affects the entire distribution
 reassign 619820 general
 
 For the distro we have solved^wdecided this by making dash the default shell. 

Well, by making dash the default *system* shell. bash is still the
default user shell.

Cheers

Luk


-- 
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/4d90c0f3.6030...@debian.org



Bug#619962: ITP: passwordmaker-cli -- creates unique, secure passwords - cli version

2011-03-28 Thread Cord Beermann
Package: wnpp
Severity: wishlist
Owner: Cord Beermann c...@debian.org

* Package name: passwordmaker-cli
  Version : 1.4.2
  Upstream Author : Eric H. Jung and LeahScape, Inc. grimho...@yahoo.com
* URL : http://www.passwordmaker.org
* License : LGPL-2.1
  Programming Lang: C++
  Description : creates unique, secure passwords - cli version

A small, lightweight, free, extension for Internet Explorer, Firefox,
Mozilla, Netscape, Flock, and Yahoo! Widgets which creates unique,
secure passwords that are very easy for you to retrieve but no one
else. Nothing is stored anywhere, anytime, so there's nothing to be
hacked, lost, or stolen.
.
This is the Command Line Version.





-- 
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/20110328170524.ga30...@cord.de



Re: Meeting Minutes, FTPMaster meeting March 2011

2011-03-28 Thread Henrique de Moraes Holschuh
On Mon, 28 Mar 2011, Bernd Zeimetz wrote:
 On 03/28/2011 04:37 PM, Mark Hymers wrote:
  The main decision which needs to be made is whether, as a project, we
  want source only uploads or to throw away DD built non-all debs.
  There's not entire agreement amongst the ftpmasters about this (I err on
  the side of the source-only uploads to avoid making people waste time
  and bandwidth but that's not the only opinion).  One objection to
  source-only is the perception that people will throw untested things at
  the buildds and see what sticks.  That strikes me as a social problem,
  but as a project we probably want to think how to handle it.
 
 Due to the problem of uploading untested stuff, accidentally or not
 accidentally I'd suggest to require uploads of all binary packages
 together with the source and throw away the arch:any binary packages
 (after passing NEW if necessary).
 Also I'd be in favour of throwing away DD built arch:all debs as soon as
 soon as building them on the buildds is implemented.

Possibly archiving interesting metadata from the discarded binary debs,
and comparing it to the autobuilt ones, etc.  This stuff has been very
well dissected in debian-devel somewhat recently.

What needs to be said is that we CAN FORGET IT about punishing DDs for
being lazy and screwing up source-only uploads that don't even built.  It
is just not going to happen in practice, even to people who do it once a
week.  What would happen instead is a lot of aggravating business in
-private, and a major waste of time and good will across a sizeable
portion of the project.

So, we have to either accept source-only uploads with the knowledge that
some people will upload even more crap, or don't accept source-only
uploads at all.  There is no punishment for the bad uploader option,
anyone proposing that is just setting the project up for a lot of
aggravation IMO.

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


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



Re: MBF alert: packages with very long source / .deb filenames

2011-03-28 Thread J.A. Bezemer


On Mon, 28 Mar 2011, John H. Robinson, IV wrote:

Olaf van der Spek wrote:

On Fri, Mar 25, 2011 at 5:55 PM, John H. Robinson, IV jaq...@debian.org wrote:

Olaf van der Spek wrote:

That's not our problem, is it?


It is, if we are trying to be as compatible as possible.


Compatible with what? Bugs in other implementations?
What does that really gain us?


The ability for the discs to be read on as many systems as possible. I'm
not going to pretend to know what all someone else may need to do with
the data, but making it as readable as possible is certainly a laudable
goal.

A plausible scenario is someone having downloaded the images, burned
them, and is now trying to read them prior to installation. If they are
performing this on a Microsoft or Apple OS, and the filenames are
corrupted, the implication is that the images are either corrupt or the
burn was otherwise bad.


Actually, note that we have a md5sum.txt on all CDs/DVDs. It would be
quite handy if it could be verified on any OS.


Best regards,

Anne Bezemer


--
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/pine.lnx.4.64.1103281918150.5...@wormhole.robuust.nl



Re: Meeting Minutes, FTPMaster meeting March 2011

2011-03-28 Thread Wouter Verhelst
On Mon, Mar 28, 2011 at 01:26:02PM +0200, Joerg Jaspert wrote:
 Hi
 
  - The long standing project of enabling autosigning for the buildds also
got finished. That means that packages successfully built can now be
uploaded automatically, without waiting for the buildd admin to wake
up/come back from holiday/whatever. The rules for this are simple
 * the buildd host must be maintained by DSA and have restricted
  access
 * the key must have a size of 4096 or higher and the private part
   must never leave the buildd
 * the key expires within 120 days
 * there are not more than 2 keys per buildd (so they can do a key
   rollover)
 * no network access during build time/for the build part
We maintain a set of keyrings, one per architecture, together with a
shell script which allows the wanna-build admins to add and remove
keys as necessary.
  So, AIUI, only members of the wbadm GID can change keys, not any random
  buildd admin.
 
 Correct.
 
  If I'm supposed to be maintaining a buildd host, I should be able to
  update the key allowed for signing, or I can't do my job properly. We've
  had a situation where only a limited group of people could activate
  buildd machines in the past, and it was broken; I have no desire to get
  back to that situation.
 
 You can do your job properly and you can activate buildd machines.
 What you can not get is an added feature on top slightly easing the
 workload. I don't think this can seriously be called unable to do the
 job properly.

Many improvements in Debian start out as an added feature on top
slightly easing the workload. Wanna-build started out as a way to not
have to run quinn-diff manually. Buildd started out as a way to not have
to run sbuild manually. Sbuild started out as a way to not have to run
dpkg-buildpackage... well, you get the idea.

It's not required today, that much is true. In two years' time, people
will have mostly forgotten about these manually-maintained buildd hosts,
and will complain when their pet package isn't uploaded into the archive
yet, five minutes after build.

(heck, they do so now, occasionally, even without autosigning)

 Now, this feature does require a whole set of people to do work before
 (for example DSA to have the machine DSA maintained and secured up,
 getting the ssh keys and w-b access for the buildd, getting access to
 incoming to build stuff from there), and so I really fail to see where
 When asking for ssh/incoming/w-b access, get them to prepare the
 autosign key is much of added trouble?

That in itself isn't, no. But the key rollover bit (which is senseble,
btw; I'm not suggesting you remove that requirement) does make it a
problem.

  Please fix this by doing one of
  - Adding me (and other buildd admins) to the wbadm group,
 
 None of ftpteams call.

Sure.

  - Creating a new GID to which all buildd admins are added (I'd suggest
'builddadm' for that, but apparently that's already taken and is 100%
the same as wbadm; if that isn't used, however, it could make sense)
which would limit who can update keys
 
 Also none of ftpteams call, we dont change other peoples groups.

I'm not asking to change other people's groups, here, just that some
other group is used. If builddadm is used for something else and that
can't be rolled into wbadm (which seems to be the case), then something
else should be used.

The point is that a buildd admin should be able to update the necessary
bits for his buildd to function properly, if the bits are broken.
Otherwise you don't need a buildd admin.

  - Changing the GID to Debian, rather than anything else (I don't think
you lose much by doing that, but I guess there might be reasons not
to, and it's not my call anyway)
 
 Now this won't happen.

fair enough.

  - Finding someone else to maintain praetorius and voltaire
 
 Not my call either, even though I do think that putting it onto this single
 feature is a bit over the top.

That's your choice, but I do have my reasons.

 Basically this is something the people on the buildd site have to fight out
 between. What we on the ftp side want is a *limited* set of people who can do
 keychanges, that isn't changing too often.

This makes sense.

 wbadm does seem to be a perfect fit for this.

This I disagree with.

  For clarity, the last option is *not* my preference. However, if none of
  the other three are done, I'm no longer interested in spending my time
  doing something I can't do properly anyway. I've been forced to work
  around not being able to fix issues with connectivity between my buildd
  host and the rest of the Debian infrastructure in the past, and I won't
  stand for it anymore.
 
 See above. This is an *additional* thing, any buildd will be able to run even
 without this (and someone mentioned you don't like this feature anyways?),

I wasn't a fan of it originally, no. However, I changed my mind, and
provided it's implemented properly I do understand 

Re: Meeting Minutes, FTPMaster meeting March 2011

2011-03-28 Thread Wouter Verhelst
Hi Phil,

[ Note: re-reading, I find that my mail could be read as heated, which
it wasn't meant to be. I'm firm in what I believe needs to be done, but
not angry :-) ]

On Mon, Mar 28, 2011 at 03:08:12PM +0200, Philipp Kern wrote:
  So, AIUI, only members of the wbadm GID can change keys, not any random
  buildd admin.
  
  If I'm supposed to be maintaining a buildd host, I should be able to
  update the key allowed for signing, or I can't do my job properly. We've
  had a situation where only a limited group of people could activate
  buildd machines in the past, and it was broken; I have no desire to get
  back to that situation.
 
 AFAIR you were against autosigning on your buildds.  So nothing will change
 for you anyway, unless you allow it.

You may remember from your wanna-build BOF during dc10 that I said
something along the lines of yes, I know I said I was against it. I
changed my mind. :-)

 As Joerg said, we still have that problem because only gid=wbadm can
 change the ssh keys on grieg.

I wasn't aware of that; I was under the impression that I could update
ssh keys when and if I needed to.

You're not helping :-)

 And only gid=ftp-master can change the list for the hosts allowed to
 access incoming.  (To be fair: DSA now exports a list of d.o buildds
 to ftp-master to automatically allow access to ftp-master's incoming
 directory and to security-master.) And you need the machine installed
 with the buildd profile by DSA in the first place.

Sure. There's always going to be some things I can't do, if we want the
machine to be running properly (that is, unless I become a member of the
appropriate teams, but given my current time constraints that isn't very
likely).

But I'd think that making sure this buildd host can still do uploads in
a timely manner when the key expires is pretty well inside the realm of
the buildd admin's responsibility.

  Please fix this by doing one of
  - Adding me (and other buildd admins) to the wbadm group,
  - Creating a new GID to which all buildd admins are added (I'd suggest
'builddadm' for that, but apparently that's already taken and is 100%
the same as wbadm; if that isn't used, however, it could make sense)
which would limit who can update keys
  - Changing the GID to Debian, rather than anything else (I don't think
you lose much by doing that, but I guess there might be reasons not
to, and it's not my call anyway)
  - Finding someone else to maintain praetorius and voltaire
 
 The purpose of the wbadm group is the maintainance of the central
 wanna-build host.  We also control who accesses our infrastructure and
 how.  That's already the case since years.  Do you have any complaint
 about the request turnaround time there?

Not currently.

However, I was not initially complaining about the request turnaround
time back when the wanna-build team consisted mostly of James and Ryan,
either. But eventually that changed, and I got very very very frustrated
with that[1]. When the buildd stuff was changed so that many more people
got involved, I was hoping that this kind of thing would never happen
again.

Now I'm not saying that every buildd admin should have full and
unlimited access to wanna-build.d.o, or that we should all be
responsible for maintaining the wanna-build software (i.e., I'm not
suggesting to make wbadm and the set of buildd admins be one and the
same group). But I do think that when you add a new responsibility, you
should figure out whether this responsibility is in the realm of the
buildd admin or not. I believe that this one is, and therefore I should
be able to do it myself without requiring outside intervention.

As said, usually the request turnaround time is very reasonable, and I
have no complaints there. But there have been times where it was
slightly longer than average, and adding more things on the heap of
stuff which only you guys can do isn't helping. And, really, when a key
rollover needs to be done, most of the work is gpg --gen-key, and
scp'ing the public key to the right system. If I can do all that, but
need one of you to run mv $key $targetloc, that's just adding needless
bureaucracy. I want to avoid that, because I don't believe it makes
sense.

If the fear is that people will add keys without following proper
procedure, then please document the procedure in a way which makes it
hard to miss, and by all means bitchslap those who fail to follow
procedure properly. The set of buildd admins is small enough that
this should be workable. But I don't think it makes sense to take an
already limited group of people (buildd admins) and limit them even
further for things that lie squarely in their area of responsibility.

I don't really care about SSH keys, because they don't change (unless
someone breaks in and steals them, but then I expect DSA to step in,
lock down the host, do forensics, reinstall, etc, and eventually
generate a new SSH key while they're at it). I wouldn't care about
signing keys if they 

Re: Packaging Openstack for Debian: anyone else interested?

2011-03-28 Thread Steve Langasek
On Mon, Mar 28, 2011 at 01:06:00PM +0200, Soren Hansen wrote:
  But, if I'm not mistaking, there are things that unfortunately *have*
  to change, like the Ubuntu package using upstart-job.

 I've tried, several times, to explain to you that the dependency on
 upstart-job exists *exclusively* in the binary packages, and it's put
 there by dh_installinit. We don't have a hard dependency on upstart. If
 Debian doesn't deal well with upstart, why does its dh_installinit let
 upstart jobs take precedence over sysvinit style init scripts?

This is my fault, I'm afraid.  The initial proposed plan for integration of
upstart support in Debian called for an upstart-job shim that would let
sysvinit handle upstart jobs directly when upstart wasn't installed; this
plan was abandoned, but not before debhelper picked up support for it.  So
currently, all packages that ship upstart jobs in Ubuntu carry a delta
between Debian and Ubuntu (or do some fancy stepping in debian/rules to make
the upstart job visible only under the right circumstances) because the
upstart jobs can't be included in the Debian package.

There is a patch for debhelper that will remove this constraint (i.e., both
upstart jobs and sysvinit scripts will be installed /together/), but there's
further groundwork to be applied in other packages before it should be
included in the Debian archive.

-- 
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: Meeting Minutes, FTPMaster meeting March 2011

2011-03-28 Thread Don Armstrong
On Mon, 28 Mar 2011, Mark Hymers wrote:
 The main decision which needs to be made is whether, as a project,
 we want source only uploads or to throw away DD built non-all debs.

There are two separate decisions here.

One is whether we throw away DD built debs (non-all, or
everything.[0])

The second is whether we allow source-only uploads.

I believe the first is relatively non-controversial;[1] the second is
contentious. However, they can certainly be decoupled, and the
non-controversial one implemented until consensus or some process
happens around the second.


Don Armstrong

0: I would personally like to see everything thrown away, including
_all... but that's certainly more technically complicated to
implement, and I wouldn't want the perfect to hold up the good.

1: Presumably someone will correct me if this actually is
controversial.
-- 
There are two types of people in this world, good and bad. The good
sleep better, but the bad seem to enjoy the waking hours much more.  
 -- Woody Allen

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


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110328195728.gz23...@teltox.donarmstrong.com



Re: Packaging Openstack for Debian: anyone else interested?

2011-03-28 Thread Thomas Goirand

On 03/29/2011 03:05 AM, Steve Langasek wrote:

This is my fault, I'm afraid.


Oh, another Vincent Cerf? :)


So
currently, all packages that ship upstart jobs in Ubuntu carry a delta
between Debian and Ubuntu (or do some fancy stepping in debian/rules to make
the upstart job visible only under the right circumstances) because the
upstart jobs can't be included in the Debian package.


Can you give me an example of fancy stepping in debian/rules to make 
the upstart job visible only under the right circumstances as you say, 
so that I can avoid the delta with Ubuntu? Or maybe you are recommending 
against that kind of hack? That may be useful anyway, if I want to 
maintain some backports, at some point.



There is a patch for debhelper that will remove this constraint (i.e., both
upstart jobs and sysvinit scripts will be installed /together/), but there's
further groundwork to be applied in other packages before it should be
included in the Debian archive.


Can you describe more what's needed? Any ETA?

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/4d90e83b.4050...@debian.org



Re: MBF alert: packages with very long source / .deb filenames

2011-03-28 Thread Olaf van der Spek
On Mon, Mar 28, 2011 at 6:43 PM, John H. Robinson, IV jaq...@debian.org wrote:
 Compatible with what? Bugs in other implementations?
 What does that really gain us?

 The ability for the discs to be read on as many systems as possible. I'm
 not going to pretend to know what all someone else may need to do with
 the data, but making it as readable as possible is certainly a laudable
 goal.

Sure, but is it more important than other goals like supporting long filenames?

 A plausible scenario is someone having downloaded the images, burned
 them, and is now trying to read them prior to installation. If they are
 performing this on a Microsoft or Apple OS, and the filenames are
 corrupted, the implication is that the images are either corrupt or the
 burn was otherwise bad.

What Apple and MS OSs are affected?

-- 
Olaf


-- 
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/AANLkTin-dxD5Nq3XKmuUs=2EJ=JzHMFFbhtxHkaep=j...@mail.gmail.com



Re: Packaging Openstack for Debian: anyone else interested?

2011-03-28 Thread Steve Langasek
On Tue, Mar 29, 2011 at 03:57:47AM +0800, Thomas Goirand wrote:
 So
 currently, all packages that ship upstart jobs in Ubuntu carry a delta
 between Debian and Ubuntu (or do some fancy stepping in debian/rules to make
 the upstart job visible only under the right circumstances) because the
 upstart jobs can't be included in the Debian package.

 Can you give me an example of fancy stepping in debian/rules to
 make the upstart job visible only under the right circumstances as
 you say, so that I can avoid the delta with Ubuntu? Or maybe you are
 recommending against that kind of hack? That may be useful anyway,
 if I want to maintain some backports, at some point.

Ship the upstart job as debian/$pkg.upstart.in, only copy it to
debian/$pkg.upstart in debian/rules if building for Ubuntu (as determined by
a check of 'dpkg-vendor --derives-from ubuntu').

 There is a patch for debhelper that will remove this constraint (i.e., both
 upstart jobs and sysvinit scripts will be installed /together/), but there's
 further groundwork to be applied in other packages before it should be
 included in the Debian archive.

 Can you describe more what's needed? Any ETA?

I'll dig up my notes and post to debian-devel about it as soon as I'm able.

-- 
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: MBF alert: packages with very long source / .deb filenames

2011-03-28 Thread Joey Hess
Goswin von Brederlow wrote:
 And how would users then get those files? If you have a kernel without
 udf filesystem support then apt/aptitude/... would suddenly fail to find
 some files. Same if udf isn't the default filesystem for cds.

That's what the Rock Ridge extensions are for.

-- 
see shy jo


signature.asc
Description: Digital signature


Re: Meeting Minutes, FTPMaster meeting March 2011

2011-03-28 Thread Philipp Kern
On 2011-03-28, Wouter Verhelst w...@uter.be wrote:
 But I'd think that making sure this buildd host can still do uploads in
 a timely manner when the key expires is pretty well inside the realm of
 the buildd admin's responsibility.

And manual signing wouldn't be timely?

I talked with Joerg at the meeting and we agreed that arch-based admin
keyrings aren't needed.  If you feel so strongly about it, I think you
should take it up yourself and make [0] support one keyring per arch.
(Or get Joerg to do it.  As I told him that he doesn't need to consider
it in the initial design it feels unfair to me to ask him now.  Either
way, if it isn't done, you don't feel strongly enough about it.  There's
no policy decision in the way this time.)

I still don't think it's necessary, as it will be mostly identical on
all archs and we'll be doing the work anyway but frankly I don't care,
as long as the keys are following the rules the ftp-masters set for
them.  We'll still monitor the expiry and if you don't react quickly
enough do it ourselves.

Kind regards
Philipp Kern

[0] scripts/debian/buildd-* in http://ftp-master.debian.org/git/dak.git/


-- 
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/slrnip22bk.3f0.tr...@kelgar.0x539.de



Re: Bug#619820: either bash or dash should be enough

2011-03-28 Thread Ben Finney
Luk Claes l...@debian.org writes:

 On 03/28/2011 12:05 PM, Holger Levsen wrote:
  On Sonntag, 27. März 2011, Jonathan Nieder wrote:
  # which packages are essential affects the entire distribution
  reassign 619820 general
  
  For the distro we have solved^wdecided this by making dash the default 
  shell. 

 Well, by making dash the default *system* shell. bash is still the
 default user shell.

So, does that mean ‘bash’ and ‘dash’ should both remain essential?

-- 
 \“There was a point to this story, but it has temporarily |
  `\escaped the chronicler's mind.” —Douglas Adams |
_o__)  |
Ben Finney b...@benfinney.id.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/8739m6rdny@benfinney.id.au



Re: Bug#619820: either bash or dash should be enough

2011-03-28 Thread Russ Allbery
Ben Finney ben+deb...@benfinney.id.au writes:
 Luk Claes l...@debian.org writes:

 Well, by making dash the default *system* shell. bash is still the
 default user shell.

 So, does that mean ‘bash’ and ‘dash’ should both remain essential?

Practically speaking, I think bash is going to have to remain essential.
There are innumerable scripts, package build rules, maintainer scripts,
and other things in Debian referencing /bin/bash without declaring a
dependency, particularly since that was one of the common solutions to
bashisms in scripts when we did the cleanup to be able to support dash as
/bin/sh.  I don't think there's much to be gained by going through all of
those and requiring them to declare a dependency, particularly given how
much third-party Linux stuff also assumes that /bin/bash is always
available.

So, I think this reduces to whether or not dash needs to remain essential.
I personally think that our default /bin/sh shell should be essential, and
the reasons why we switched to dash for that still apply, so I'm
comfortable keeping it essential.

The problem with instead making sh essential is that we'd have to be
very careful about what was allowed to Provide sh.  Other people have
discovered, for example, that zsh as /bin/sh has interesting and
surprising issues that can break software that otherwise works with more
common /bin/sh shells.  If someone sets up their /bin/sh symlink manually
to point to some other shell, more power to them, but allowing those
shells to Provide sh the way that various awk implementations Provide awk
promises somewhat more interoperability and testing than I think we can
promise.

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



¿ Te interesaría conocerme ?

2011-03-28 Thread Pilar Diaz
Hola, mi nombre es Pilar Díaz, tengo 20 años, mido 1.65, talla 5.
 

Soy estudiante de licenciatura en el Distrito Federal.

 

Busco caballero maduro que desee ser mi amigo íntimo y  me ayude a solventar 
mis gastos universitarios.

 

Soy estudiante dedicada, culta, simpática y muy buena onda.


 

Te invito a visitar mi página:

 

www.pilardiaz.net

 

Me encantará conocerte !!!

 
 
 

 

 

 

 

 

 



Re: Bug#619820: either bash or dash should be enough

2011-03-28 Thread Carsten Hey
* Russ Allbery [2011-03-28 17:20 -0700]:
 Practically speaking, I think bash is going to have to remain essential.
 There are innumerable scripts, package build rules, maintainer scripts,
 and other things in Debian referencing /bin/bash without declaring a
 dependency, ...

I agree.

 So, I think this reduces to whether or not dash needs to remain essential.
 I personally think that our default /bin/sh shell should be essential, and
 the reasons why we switched to dash for that still apply, so I'm
 comfortable keeping it essential.

If a user configures /bin/sh to point to bash, dash isn't used
anymore[1], so there is no reason to have dash installed on this user's
system.

I think dash should remain in base and be installed by default.  Reasons
for this include pretended better boot performance and simplifying writing
portable scripts with default configurations.

I also think dash should become build-essential, otherwise ./configure
might detect /bin/sh as bash on hosts with default configurations.  For
example, zgrep in Squeeze/i386 uses /bin/bash in it's shebang line, but
would use /bin/sh if it would have pointed to bash whilst ./configure
has been run.

But I do not think dash should remain essential.  Before this could be
changed, the mechanism how /bin/sh is handled should be improved (there
are two according RC bugs in dash and two important ones in bash).

 The problem with instead making sh essential is that we'd have to be
 very careful about what was allowed to Provide sh.

Given that bash would provide sh and stay essential, additionally making
sh essential wouldn't archive anything (or I do not understand what you
meant by 'making sh essential').

 Other people have discovered, for example, that zsh as /bin/sh has
 interesting and surprising issues that can break software that
 otherwise works with more common /bin/sh shells.

Grml used zsh as /bin/sh but switched to bash and later to dash[2]. Some
other shells in Debian, e.g., mksh, don't seem to have such surprising
issues when used as /bin/sh.


Regards
Carsten

 [1] unless there are really scripts in Debian that use dash in the
 shebang line
 [2] http://grml.org/faq/#zsh_binsh


-- 
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/20110329055131.ga25...@furrball.stateful.de



Accepted gnome-settings-daemon 2.91.93-1 (source amd64)

2011-03-28 Thread Frederic Peters
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 27 Mar 2011 19:15:59 +0530
Source: gnome-settings-daemon
Binary: gnome-settings-daemon gnome-settings-daemon-dev
Architecture: source amd64
Version: 2.91.93-1
Distribution: experimental
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Frederic Peters fpet...@debian.org
Description: 
 gnome-settings-daemon - daemon handling the GNOME session settings
 gnome-settings-daemon-dev - Headers for building applications communicating 
with gnome-settin
Changes: 
 gnome-settings-daemon (2.91.93-1) experimental; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 3f99e654a6de90579ebb0f6655cb802a5253a86f 2071 
gnome-settings-daemon_2.91.93-1.dsc
 5e3326e4695768b6a60537aea4b6b8718448aa80 2389958 
gnome-settings-daemon_2.91.93.orig.tar.gz
 7833b892f7a4f8be8562c2a212e01cb702a4c8d1 7767 
gnome-settings-daemon_2.91.93-1.debian.tar.gz
 d57fbd460ff0fb1b5eea1bf1644e32cfbb2fa631 1242908 
gnome-settings-daemon_2.91.93-1_amd64.deb
 df0fdfb9caa866c8d80787eed3ee058360f61c94 57966 
gnome-settings-daemon-dev_2.91.93-1_amd64.deb
Checksums-Sha256: 
 3c4ac26af878019e97bfa34b88f348cb34c0a001d9c7fdbf695eb4ba13ebb7c3 2071 
gnome-settings-daemon_2.91.93-1.dsc
 bb31fff3e460e4e4f1694803c7454ef66dabc40a669be53014e5add79518589b 2389958 
gnome-settings-daemon_2.91.93.orig.tar.gz
 21234f7073afd7cec69a5d2c70d3fc7a48f797fcc7b928c0d17d205eeddb2af5 7767 
gnome-settings-daemon_2.91.93-1.debian.tar.gz
 f1021e98458dbd25bd211a75f618d263c40eeedc14738a62c3bfec9a0adb62f1 1242908 
gnome-settings-daemon_2.91.93-1_amd64.deb
 4ce451f16be45a9e26610f67cada982513417ac2b308220e10f852d13f0cea9b 57966 
gnome-settings-daemon-dev_2.91.93-1_amd64.deb
Files: 
 71697a0dcc3b36c6031a00956a6bad16 2071 gnome optional 
gnome-settings-daemon_2.91.93-1.dsc
 67c7b6864f0d822aa215bef5f0bc0969 2389958 gnome optional 
gnome-settings-daemon_2.91.93.orig.tar.gz
 4758f5e1bff57626dfdc3074191d87d1 7767 gnome optional 
gnome-settings-daemon_2.91.93-1.debian.tar.gz
 8343e4ffee14b9023e256b79cff1758b 1242908 gnome optional 
gnome-settings-daemon_2.91.93-1_amd64.deb
 86698566053e9f653a598d23e8a581d4 57966 gnome optional 
gnome-settings-daemon-dev_2.91.93-1_amd64.deb

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

iEYEARECAAYFAk2QJP4ACgkQoR3LsWeD7V6owACcClYgJZ8urKnVU2xNwQU0UtiN
JWoAmwT5l9c2uILpx20vih2KAsR9zD6h
=1WdP
-END PGP SIGNATURE-


Accepted:
gnome-settings-daemon-dev_2.91.93-1_amd64.deb
  to main/g/gnome-settings-daemon/gnome-settings-daemon-dev_2.91.93-1_amd64.deb
gnome-settings-daemon_2.91.93-1.debian.tar.gz
  to main/g/gnome-settings-daemon/gnome-settings-daemon_2.91.93-1.debian.tar.gz
gnome-settings-daemon_2.91.93-1.dsc
  to main/g/gnome-settings-daemon/gnome-settings-daemon_2.91.93-1.dsc
gnome-settings-daemon_2.91.93-1_amd64.deb
  to main/g/gnome-settings-daemon/gnome-settings-daemon_2.91.93-1_amd64.deb
gnome-settings-daemon_2.91.93.orig.tar.gz
  to main/g/gnome-settings-daemon/gnome-settings-daemon_2.91.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/e1q45li-0001we...@franck.debian.org



Accepted chemical-structures 2.2.dfsg.0-1 (source all)

2011-03-28 Thread Georges Khaznadar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 09:47:25 +0100
Source: chemical-structures
Binary: chemical-structures
Architecture: source all
Version: 2.2.dfsg.0-1
Distribution: unstable
Urgency: low
Maintainer: Georges Khaznadar georg...@ofset.org
Changed-By: Georges Khaznadar georg...@ofset.org
Description: 
 chemical-structures - A set of molecular structures in open formats
Closes: 619570
Changes: 
 chemical-structures (2.2.dfsg.0-1) unstable; urgency=low
 .
   * fixed the purge script. Closes: #619570
   * upgraded to the newer upstream version.
Checksums-Sha1: 
 ccaff29fe8b4aee966927ec423339278f04eb8df 1199 
chemical-structures_2.2.dfsg.0-1.dsc
 0202c4f4968d9c82c29e87bd0a39089be9eb058f 509255 
chemical-structures_2.2.dfsg.0.orig.tar.gz
 89c2331c8509fa13cf0fd07a3516c497f82b2dba 16622 
chemical-structures_2.2.dfsg.0-1.debian.tar.gz
 d6e3048d98ee52c9853ee62c2764f5dec1e661e8 2160256 
chemical-structures_2.2.dfsg.0-1_all.deb
Checksums-Sha256: 
 0be7e112b976a8386de0825e35cc4847693be60bc5a4ef20be6b94b8175dfab4 1199 
chemical-structures_2.2.dfsg.0-1.dsc
 41e92b30086941533fd9188d4998627abfbfcd4a769927ec58ee0c8b63e7ed7b 509255 
chemical-structures_2.2.dfsg.0.orig.tar.gz
 7250bb2ec767013440fb8e80ff61bed9b84284be84f2e349d62ad3a4baec04a9 16622 
chemical-structures_2.2.dfsg.0-1.debian.tar.gz
 02c8030d7e5462f3c3d159290ee8ad8794378523bb39515e831c7bcf1f1274f1 2160256 
chemical-structures_2.2.dfsg.0-1_all.deb
Files: 
 452eaf5a74792fd27bd736923192a718 1199 science optional 
chemical-structures_2.2.dfsg.0-1.dsc
 5cabfcdb2d7b4a5776b95c0b5fe51261 509255 science optional 
chemical-structures_2.2.dfsg.0.orig.tar.gz
 72addf9d9be22650c3c03b64e0872866 16622 science optional 
chemical-structures_2.2.dfsg.0-1.debian.tar.gz
 3202e1cf481448ceb1ea1344953479e8 2160256 science optional 
chemical-structures_2.2.dfsg.0-1_all.deb

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

iD8DBQFNkCr5nfmb2hFpETARAnTrAJ93IRNojURwMCJ5oG1nB1CtNzEnHgCbBV5B
6dJmpcR8f1CLzuwwbkCH+nA=
=ycco
-END PGP SIGNATURE-


Accepted:
chemical-structures_2.2.dfsg.0-1.debian.tar.gz
  to main/c/chemical-structures/chemical-structures_2.2.dfsg.0-1.debian.tar.gz
chemical-structures_2.2.dfsg.0-1.dsc
  to main/c/chemical-structures/chemical-structures_2.2.dfsg.0-1.dsc
chemical-structures_2.2.dfsg.0-1_all.deb
  to main/c/chemical-structures/chemical-structures_2.2.dfsg.0-1_all.deb
chemical-structures_2.2.dfsg.0.orig.tar.gz
  to main/c/chemical-structures/chemical-structures_2.2.dfsg.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/e1q46em-0003ta...@franck.debian.org



Accepted libpeas 0.9.0-1 (source all amd64)

2011-03-28 Thread Frederic Peters
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Mar 2011 12:05:11 +0530
Source: libpeas
Binary: libpeas-1.0-0 libpeas-dev libpeas-doc libpeas-common gir1.2-peas-1.0
Architecture: source all amd64
Version: 0.9.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Frederic Peters fpet...@debian.org
Description: 
 gir1.2-peas-1.0 - Application plugin library (introspection files)
 libpeas-1.0-0 - Application plugin library
 libpeas-common - Application plugin library (common files)
 libpeas-dev - Application plugin library (development files)
 libpeas-doc - Application plugin library (documentation)
Changes: 
 libpeas (0.9.0-1) experimental; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 2922b54686e8077403b3dc3f8ffe91439439d890 1665 libpeas_0.9.0-1.dsc
 04e1286154e42e1299c9b42b39d62e546fc37349 840835 libpeas_0.9.0.orig.tar.gz
 d1b3e364da40446bb8c3f862aac2526c4d731380 3863 libpeas_0.9.0-1.debian.tar.gz
 aedf449d602d9464fc1dc1272a46f78be9979588 104446 libpeas-common_0.9.0-1_all.deb
 49f3a52f3cb00f451d664d9f4f5b3e2b6bfd3911 140518 libpeas-1.0-0_0.9.0-1_amd64.deb
 0e25d16fdb5b4728d6f4ae7df5033868c88ed961 93510 libpeas-dev_0.9.0-1_amd64.deb
 df7a49f41c632876989b2ad2d30fb4468adc90b1 145548 libpeas-doc_0.9.0-1_amd64.deb
 f69396ba958e51578c92a8c14b54212a5952b0bc 80666 
gir1.2-peas-1.0_0.9.0-1_amd64.deb
Checksums-Sha256: 
 fc5d52a79f51e3606d69a99da5cfa0a3bdaeb93e46b9d92a5133a955af796456 1665 
libpeas_0.9.0-1.dsc
 cae35e4355c4fb3e42efbff3273c9805e20a0d412ab01feb63157f83143a3cd9 840835 
libpeas_0.9.0.orig.tar.gz
 fa3dff599e00e275d69b75729c1923970308f62da70902d2b6ae0ef1a8853e5a 3863 
libpeas_0.9.0-1.debian.tar.gz
 a02f45c3b72de70fca640db18c39eb56439cc6cdd200b267eb1e29de417a726a 104446 
libpeas-common_0.9.0-1_all.deb
 524e5740df66c1ca1908ef3024b1a4076ae53a17233973b8e6b57842c956f0b4 140518 
libpeas-1.0-0_0.9.0-1_amd64.deb
 de5112aa85c9e21dff2b23ba0e1c5418556f5e21820273c214a9440c7f9be371 93510 
libpeas-dev_0.9.0-1_amd64.deb
 30c885569e9fcdc0ec80b5d93bda56c385456d0d9fd894c05246a736f6bbde6b 145548 
libpeas-doc_0.9.0-1_amd64.deb
 aa4067cd97636d4177ce1e8a053f96221acade3f059fd780156d583f82b7be6d 80666 
gir1.2-peas-1.0_0.9.0-1_amd64.deb
Files: 
 40390fa4ef9e5b31fcd05c05a01642d5 1665 libs extra libpeas_0.9.0-1.dsc
 02f5626da785b1e2eb37cd5e0989148c 840835 libs extra libpeas_0.9.0.orig.tar.gz
 bc4b78adcaeb2417372ab312460aa18c 3863 libs extra libpeas_0.9.0-1.debian.tar.gz
 4e6f44f56dccae258ebbc16fbe8bf5a4 104446 libs extra 
libpeas-common_0.9.0-1_all.deb
 b85d30172fa66739d40e666cc74b7ad1 140518 libs extra 
libpeas-1.0-0_0.9.0-1_amd64.deb
 d4a45ca5b8f402beb4be1e6516d27a20 93510 libdevel extra 
libpeas-dev_0.9.0-1_amd64.deb
 d09f124ec5142de8bddb15895ff90746 145548 doc extra libpeas-doc_0.9.0-1_amd64.deb
 15ec87f03baa5e5bc3832101c163d655 80666 libs extra 
gir1.2-peas-1.0_0.9.0-1_amd64.deb

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

iEYEARECAAYFAk2QN5gACgkQoR3LsWeD7V5C5ACeOMwKwjNK09v5nNiy+S8+Gb19
tE8An20N4l6ucT3lrX3pGO1QnDTW78A8
=P0Wc
-END PGP SIGNATURE-


Accepted:
gir1.2-peas-1.0_0.9.0-1_amd64.deb
  to main/libp/libpeas/gir1.2-peas-1.0_0.9.0-1_amd64.deb
libpeas-1.0-0_0.9.0-1_amd64.deb
  to main/libp/libpeas/libpeas-1.0-0_0.9.0-1_amd64.deb
libpeas-common_0.9.0-1_all.deb
  to main/libp/libpeas/libpeas-common_0.9.0-1_all.deb
libpeas-dev_0.9.0-1_amd64.deb
  to main/libp/libpeas/libpeas-dev_0.9.0-1_amd64.deb
libpeas-doc_0.9.0-1_amd64.deb
  to main/libp/libpeas/libpeas-doc_0.9.0-1_amd64.deb
libpeas_0.9.0-1.debian.tar.gz
  to main/libp/libpeas/libpeas_0.9.0-1.debian.tar.gz
libpeas_0.9.0-1.dsc
  to main/libp/libpeas/libpeas_0.9.0-1.dsc
libpeas_0.9.0.orig.tar.gz
  to main/libp/libpeas/libpeas_0.9.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/e1q46w3-0007ew...@franck.debian.org



Accepted qtwebkit 2.1.0~2011week09-3 (source amd64)

2011-03-28 Thread Modestas Vainius
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Mar 2011 03:36:12 +0300
Source: qtwebkit
Binary: libqtwebkit-dev libqtwebkit4 libqtwebkit4-dbg
Architecture: source amd64
Version: 2.1.0~2011week09-3
Distribution: unstable
Urgency: high
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Modestas Vainius mo...@debian.org
Description: 
 libqtwebkit-dev - Web content engine library for Qt - development files
 libqtwebkit4 - Web content engine library for Qt
 libqtwebkit4-dbg - Web content engine library for Qt - debugging symbols
Closes: 618325
Changes: 
 qtwebkit (2.1.0~2011week09-3) unstable; urgency=high
 .
   * Rename 08_powerpc_s390_no_gc_sections.diff to no_gc_sections.diff and
 extend it to cover armel and mip* as well. Full list: powerpc, s390, arm*,
 mips*.
   * Really replace -g with -gstabs on s390, mips, mipsel and armel. Previously
 it used to grab -g from environment CXXFLAGS.  Hopefully this will truly
 fix OOMs when linking. (Closes: #618325)
   * Urgency=high, transition stuff.
Checksums-Sha1: 
 ffbfafab9a5cdfe66d6b347e2e6610138bdb2612 1606 qtwebkit_2.1.0~2011week09-3.dsc
 40252374559308bc1cb7db745fa6dbe653366aa9 7921 
qtwebkit_2.1.0~2011week09-3.debian.tar.gz
 7790408ed68bee49fa1bb291c8062664383dc57c 62866 
libqtwebkit-dev_2.1.0~2011week09-3_amd64.deb
 4fb7263ceed75de7232c35d7c474d15a61b2ebc5 8047840 
libqtwebkit4_2.1.0~2011week09-3_amd64.deb
 a229bdefec64a4405d92130f5ef2d2a1f2c3 218955642 
libqtwebkit4-dbg_2.1.0~2011week09-3_amd64.deb
Checksums-Sha256: 
 8768bc151761044b3a4584a44f604c69a7f95212d18b065e1aee96a53691fa19 1606 
qtwebkit_2.1.0~2011week09-3.dsc
 1fae4a9d55add6828f56f1ad7689c1601be3ad1541481d3844c0a122d0c64bd6 7921 
qtwebkit_2.1.0~2011week09-3.debian.tar.gz
 2282c806d4f106aa94f8850166a66755bf6185787e1dc9da3bde4b4de708f3be 62866 
libqtwebkit-dev_2.1.0~2011week09-3_amd64.deb
 9156003066e54fa94cc0005f6527fe541adc1cc9ae5f2b4fbaf57ab5bd23885a 8047840 
libqtwebkit4_2.1.0~2011week09-3_amd64.deb
 6cb6908f37f572fffa715d62a4c83a2863684a8ceb995bb573ee0032e858d898 218955642 
libqtwebkit4-dbg_2.1.0~2011week09-3_amd64.deb
Files: 
 b6203b8305e40f49ee14a2abcb273162 1606 libs optional 
qtwebkit_2.1.0~2011week09-3.dsc
 68b7807ed12e6d0ef7da1a69c0e0160f 7921 libs optional 
qtwebkit_2.1.0~2011week09-3.debian.tar.gz
 af964911371b19f26bef87cc76be747c 62866 libdevel optional 
libqtwebkit-dev_2.1.0~2011week09-3_amd64.deb
 dfd867034456e3b470029441284d08fb 8047840 libs optional 
libqtwebkit4_2.1.0~2011week09-3_amd64.deb
 e707cbc2bb40c6f908cd63d6917d6014 218955642 debug extra 
libqtwebkit4-dbg_2.1.0~2011week09-3_amd64.deb

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

iEYEARECAAYFAk2QNvIACgkQHO9JRnPq4hRDZwCeMqOu4CVYnKZMJtf/pWPdkris
A8EAoPSGd5cBD7geHa7jWRed7uTVgCPA
=70nZ
-END PGP SIGNATURE-


Accepted:
libqtwebkit-dev_2.1.0~2011week09-3_amd64.deb
  to main/q/qtwebkit/libqtwebkit-dev_2.1.0~2011week09-3_amd64.deb
libqtwebkit4-dbg_2.1.0~2011week09-3_amd64.deb
  to main/q/qtwebkit/libqtwebkit4-dbg_2.1.0~2011week09-3_amd64.deb
libqtwebkit4_2.1.0~2011week09-3_amd64.deb
  to main/q/qtwebkit/libqtwebkit4_2.1.0~2011week09-3_amd64.deb
qtwebkit_2.1.0~2011week09-3.debian.tar.gz
  to main/q/qtwebkit/qtwebkit_2.1.0~2011week09-3.debian.tar.gz
qtwebkit_2.1.0~2011week09-3.dsc
  to main/q/qtwebkit/qtwebkit_2.1.0~2011week09-3.dsc


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



Accepted eog 2.91.92-1 (source all amd64)

2011-03-28 Thread Frederic Peters
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Mar 2011 11:48:04 +0530
Source: eog
Binary: eog eog-dbg eog-dev gir1.2-eog-3.0
Architecture: source all amd64
Version: 2.91.92-1
Distribution: experimental
Urgency: low
Maintainer: Guilherme de S. Pastore gpast...@debian.org
Changed-By: Frederic Peters fpet...@debian.org
Description: 
 eog- Eye of GNOME graphics viewer program
 eog-dbg- Eye of GNOME graphics viewer program - debugging symbols
 eog-dev- Development files for the Eye of GNOME
 gir1.2-eog-3.0 - GObject introspection data for the Eye of GNOME
Changes: 
 eog (2.91.92-1) experimental; urgency=low
 .
   * New upstream release.
   * debian/control.in: added missing dependency on gsettings-desktop-schemas.
Checksums-Sha1: 
 b6513918a1a28c94dbbeffe6b849f4aa600cfc9a 2063 eog_2.91.92-1.dsc
 1501020b5d35ad8b689d7c5a9097d707cd4f439f 4118152 eog_2.91.92.orig.tar.gz
 412a9e4f9df6d156c1ca4524839cd9b011f7a302 15706 eog_2.91.92-1.debian.tar.gz
 19bfb34bdee4347a770918bb359e3a68179c0234 142312 eog-dev_2.91.92-1_all.deb
 7221aecb1c9d5eaee7c6b0979abfeb49b0cce8d4 2610962 eog_2.91.92-1_amd64.deb
 86eb94c0d816a2600303efc72aff3269ff546837 633754 eog-dbg_2.91.92-1_amd64.deb
 bbc180e1636188f2455504838e0ce2ade5b5f29a 124896 
gir1.2-eog-3.0_2.91.92-1_amd64.deb
Checksums-Sha256: 
 593400cfd1f40260065f51f001929c40a89db2029800a3db22f2df6c8a17f5f4 2063 
eog_2.91.92-1.dsc
 2308fbd2dc319f446f70e710568e578a6bcd0faf00f09f68ef16ddf925f05f46 4118152 
eog_2.91.92.orig.tar.gz
 858f367df4a5ca65b42e8b5d3cc3b25e25c70c6dfc413d761861b0746ec21c99 15706 
eog_2.91.92-1.debian.tar.gz
 a878727d374fa6e8c13ff5a298ae35eb8e9d95f64192fec9ca8115d99a47a93e 142312 
eog-dev_2.91.92-1_all.deb
 79c6d488e9d29ec34ecba774c475ab35879e3a055f98286f9e7c199b150fa176 2610962 
eog_2.91.92-1_amd64.deb
 90814c934d88ccb124e1d7230a36020f6936dc7c04de446e16563a4e0ab4eafa 633754 
eog-dbg_2.91.92-1_amd64.deb
 96c1634d995b5b6c9566c0c6ac3e6f2d9a27177ec8c86745667e3aff56354709 124896 
gir1.2-eog-3.0_2.91.92-1_amd64.deb
Files: 
 02b84ef31c9344188f74cf1c842dd639 2063 gnome optional eog_2.91.92-1.dsc
 7d1bd3a14595be3e5ccf6c843fd33226 4118152 gnome optional eog_2.91.92.orig.tar.gz
 60d98afc07555cc3078d0afea63a45b3 15706 gnome optional 
eog_2.91.92-1.debian.tar.gz
 15fe6ba18d3ee1c1761e6f2229b6b9a1 142312 gnome optional 
eog-dev_2.91.92-1_all.deb
 f959d494bf7656a6b646baf7d885b11e 2610962 gnome optional eog_2.91.92-1_amd64.deb
 9e0378433365e0f40ee14945f8d2d599 633754 debug extra eog-dbg_2.91.92-1_amd64.deb
 bfa1bc5fa047a13f09476d4a84c024c4 124896 libs optional 
gir1.2-eog-3.0_2.91.92-1_amd64.deb

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

iEYEARECAAYFAk2QOOQACgkQoR3LsWeD7V7nbgCeJhhO3KeLA4FDn6OIWypZre6y
ddcAn2y4HigDILWGC2SrzIAZ9fA+km0C
=9/BA
-END PGP SIGNATURE-


Accepted:
eog-dbg_2.91.92-1_amd64.deb
  to main/e/eog/eog-dbg_2.91.92-1_amd64.deb
eog-dev_2.91.92-1_all.deb
  to main/e/eog/eog-dev_2.91.92-1_all.deb
eog_2.91.92-1.debian.tar.gz
  to main/e/eog/eog_2.91.92-1.debian.tar.gz
eog_2.91.92-1.dsc
  to main/e/eog/eog_2.91.92-1.dsc
eog_2.91.92-1_amd64.deb
  to main/e/eog/eog_2.91.92-1_amd64.deb
eog_2.91.92.orig.tar.gz
  to main/e/eog/eog_2.91.92.orig.tar.gz
gir1.2-eog-3.0_2.91.92-1_amd64.deb
  to main/e/eog/gir1.2-eog-3.0_2.91.92-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/e1q47aq-0008lv...@franck.debian.org



Accepted libperl-critic-perl 1.114-1 (source all)

2011-03-28 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 28 Mar 2011 09:17:24 +0200
Source: libperl-critic-perl
Binary: libperl-critic-perl
Architecture: source all
Version: 1.114-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libperl-critic-perl - Perl module to critique code for best practices
Changes: 
 libperl-critic-perl (1.114-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control: Bump (Build-)Depends(-Indep) on libppi-perl to (=
 1.215).
   * debian/copyright: Update copyright stanza for new file added
 upstream.
   * Add fix-manpage.patch patch to fix comment block in manpage of
 RequirePodLinksIncludeText.pm.
Checksums-Sha1: 
 94b107840125333dac8ec3018757c8da5566eed9 2700 libperl-critic-perl_1.114-1.dsc
 33ccda83f66762603fba8940d678b9b44975eeb0 635185 
libperl-critic-perl_1.114.orig.tar.gz
 ea7b85af8949741b86b9e648cbe1c9b3877e7066 8244 
libperl-critic-perl_1.114-1.debian.tar.gz
 987fb2494165832a70b56b8476e9ebb23c11ca27 945664 
libperl-critic-perl_1.114-1_all.deb
Checksums-Sha256: 
 1a41a78d6fc751ea3d16afbae6305964bb5b1223fbc1f86aa79532202cd4a5ce 2700 
libperl-critic-perl_1.114-1.dsc
 5f10ad4ca6f0e28a9324d43836fd9343fca7d3f9c7338038ed228413f6c8abba 635185 
libperl-critic-perl_1.114.orig.tar.gz
 73c0a5733d3f350b959115104942477e2981622de8aabd4988e82d8a4288b8fd 8244 
libperl-critic-perl_1.114-1.debian.tar.gz
 25408f3e9b7a61fad4c1f5c8e86887ffd6b9b0dd6dab14e644bc92f3fdcf9e90 945664 
libperl-critic-perl_1.114-1_all.deb
Files: 
 cc7255cab9e0341d04e91b45ef5c5889 2700 perl optional 
libperl-critic-perl_1.114-1.dsc
 8ad5d02388b349aa0df14c2306d11b17 635185 perl optional 
libperl-critic-perl_1.114.orig.tar.gz
 278acad929952224a9e83ee20bea7a7b 8244 perl optional 
libperl-critic-perl_1.114-1.debian.tar.gz
 e7e84359ab4fb10464b6a431ae2a1256 945664 perl optional 
libperl-critic-perl_1.114-1_all.deb

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

iQIcBAEBCAAGBQJNkDpVAAoJEHidbwV/2GP+l9YP/3Tp8wraIt+RiYCf8WMaMM3/
AbEr8fo5T8ydB0fCb3VgT3ozHIBThuLskquqInpnyYOUpt0QTCCQyhSX3kmKid5J
84TzNODUjv7opKtjiFp7VG6NGh7mSSyshk/Q7DEYKPv4c7BGLpKKSsnvPYvg8jCi
oN/kAYLrxkuSfD3u8coWaMNWH+OX9roN1eeLDerCUVu9sLW11AXT8CucWD28cBxn
y9Phj9UxmW32fOToq/BX0c38/Lk6QLXTan1T54asjrTJzHfY4vOdPxwOafE5tPzW
0L5kC00nHqxIsppNeb5L6yNaGCh4gXx+ftbljN2NgBepkEqy/yVQTkIsvfhCMw5L
AFQqRkI/4Jm1eHEcbRT8DivBRw/+VA7qgpdMBj6noZvfk+ncdhpo/7x/NKJRjh9K
F23GXUIju6845dCEe1nXMFvUatVjPaaYESieY6e0PQbTmGEP33NgOUE7culZCQdG
aHGYSLXLx4YIxSON2cexe/+PwrJhPKOKayAB48TDc7N4wEJTXvYyBJ5WrJ9tYS8K
41pa+rwzm0WZaeqRRh4boLEEr/cMso2wQRikoOa2DNieEhZN/zsmjux8024NKlty
uXI2AXlYQLQo/LUxdHtOAiqLu+6ZuFXNFDMXouT4qqBci3zSGuxOJV/qslcWrpVW
fiyBdgskn15DRj3flKUq
=Fc4m
-END PGP SIGNATURE-


Accepted:
libperl-critic-perl_1.114-1.debian.tar.gz
  to main/libp/libperl-critic-perl/libperl-critic-perl_1.114-1.debian.tar.gz
libperl-critic-perl_1.114-1.dsc
  to main/libp/libperl-critic-perl/libperl-critic-perl_1.114-1.dsc
libperl-critic-perl_1.114-1_all.deb
  to main/libp/libperl-critic-perl/libperl-critic-perl_1.114-1_all.deb
libperl-critic-perl_1.114.orig.tar.gz
  to main/libp/libperl-critic-perl/libperl-critic-perl_1.114.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/e1q47ai-0008ov...@franck.debian.org



Accepted totem-plugin-arte 0.9.2-2 (source amd64)

2011-03-28 Thread Nicolas Delvaux
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 25 Mar 2011 22:03:11 +0100
Source: totem-plugin-arte
Binary: totem-plugin-arte
Architecture: source amd64
Version: 0.9.2-2
Distribution: unstable
Urgency: low
Maintainer: Nicolas Delvaux nicolas.delv...@gmx.com
Changed-By: Nicolas Delvaux nicolas.delv...@gmx.com
Description: 
 totem-plugin-arte - A totem plugin to watch streams from arte.tv
Changes: 
 totem-plugin-arte (0.9.2-2) unstable; urgency=low
 .
   * Upload to unstable
   * debian/control:
 - Build-Depends on valac-0.10 instead of valac
 - Add Homepage
   * debian/patches: backport some code from upstream git
 - Search entry: Really set focus to the first video on return
 - Deal with video access restriction
 - New context menu: add a right click - Open in Web Browser option
 - Update translations
 - Update user agent (not from upstream)
 - Build without debug messages by default (not from upstream)
Checksums-Sha1: 
 d404350b82864f9047563d6ba1e63e723fecd5e4 1192 totem-plugin-arte_0.9.2-2.dsc
 de370d7f5086a205d5dcaf5038c859c51319f87c 8940 
totem-plugin-arte_0.9.2-2.debian.tar.gz
 0f21f8db4cfc28662a10b4838d615408bad58e39 51508 
totem-plugin-arte_0.9.2-2_amd64.deb
Checksums-Sha256: 
 4aea2c46c4c14b919e965e10d863d7efa4db53397f1109f375ac6c1507145a1d 1192 
totem-plugin-arte_0.9.2-2.dsc
 c602e5a9f9e2d4ea8ed39a594c5c46d501ed68fc42fea8b17270fa7388935ee1 8940 
totem-plugin-arte_0.9.2-2.debian.tar.gz
 6bfb2b936a23f87aab383db0d6d0fb36b365ed63b5608fd3e0232f5fec86c1d6 51508 
totem-plugin-arte_0.9.2-2_amd64.deb
Files: 
 c10e6dfe4d9f5250ac470dcf1efb53bf 1192 video optional 
totem-plugin-arte_0.9.2-2.dsc
 d6306a5e64f8673fae84cac317f0ad95 8940 video optional 
totem-plugin-arte_0.9.2-2.debian.tar.gz
 cf6fb65639b358ea096f70fda06e7a4d 51508 video optional 
totem-plugin-arte_0.9.2-2_amd64.deb

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

iEYEARECAAYFAk2QSVYACgkQBsBdh1vkHyH5gQCeIdsvAqNiqdnK3SzlIgu+umG3
yYoAn2uaRpq4L6MN1SY0Myp9elqSo5tf
=PX+c
-END PGP SIGNATURE-


Accepted:
totem-plugin-arte_0.9.2-2.debian.tar.gz
  to main/t/totem-plugin-arte/totem-plugin-arte_0.9.2-2.debian.tar.gz
totem-plugin-arte_0.9.2-2.dsc
  to main/t/totem-plugin-arte/totem-plugin-arte_0.9.2-2.dsc
totem-plugin-arte_0.9.2-2_amd64.deb
  to main/t/totem-plugin-arte/totem-plugin-arte_0.9.2-2_amd64.deb


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



Accepted lv2core 4.0-2 (source amd64)

2011-03-28 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Mar 2011 11:04:14 +0200
Source: lv2core
Binary: lv2core
Architecture: source amd64
Version: 4.0-2
Distribution: experimental
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 lv2core- LV2 audio plugin specification
Changes: 
 lv2core (4.0-2) experimental; urgency=low
 .
   * Use lv2config to create the #include directory tree:
 - Remove /usr/include/lv2.h in order to let packages build against
   this to check if they are LV2rev4-compliant. We'll reintroduce a
   symlink into /usr/include/lv2.h later in unstable, for backward
   compatibility.
   * debian/patches/0001-lv2config_bundle_prefix.patch:
 - Several improvements to lv2config, which accepts 2 options
   on the command line now:
   + -d DESTDIR
   + -b BUNDLE_PREFIX
   * debian/copyright:
 - Re-order stanzas.
 - Add copyright holders for lv2.h.
 - A bit of clean-up.
   * debian/lv2config.1:
 - Various improvements.
 - Merge upstream changes, thanks David!
   * First release of dh_lv2config, please use with caution.
   * Add debhelper sequence file for dh_lv2config.
   * Add build-dependency on perl.
Checksums-Sha1: 
 8e64fc411326ef674053ed465190cf7ffc412f8a 1304 lv2core_4.0-2.dsc
 8e0f012369a49e581979acc316f18004f7e81339 7707 lv2core_4.0-2.debian.tar.gz
 96694d172be2123c20415fdebea52a67dd77cf82 53488 lv2core_4.0-2_amd64.deb
Checksums-Sha256: 
 5fddb1521a5017fa9c2fca815373b229e2ae73c40ee0ae8eff5f263b720d8683 1304 
lv2core_4.0-2.dsc
 1adefb38ed2e4e35bc19f474c0888cc988075a3addd39242651e1a657724fd05 7707 
lv2core_4.0-2.debian.tar.gz
 9992c1d209cc1f7cd50cf0942bb467c60ef20f67bfdfe3e4920d49a2a2728285 53488 
lv2core_4.0-2_amd64.deb
Files: 
 502bc1fed87b369b0366a9aa66ee3dee 1304 sound optional lv2core_4.0-2.dsc
 a7a56cc96e23fbd20cb2b49e659d3464 7707 sound optional 
lv2core_4.0-2.debian.tar.gz
 17a27d75e75bd5eb4365e9e429641ded 53488 sound optional lv2core_4.0-2_amd64.deb

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

iEYEARECAAYFAk2QURoACgkQRdSMfNz8P9BXMwCdEKQE/m1JIU4fEUUnZspMVslR
GiUAnRueCle2PxzYybOaoGGimimIOoxs
=8Ktf
-END PGP SIGNATURE-


Accepted:
lv2core_4.0-2.debian.tar.gz
  to main/l/lv2core/lv2core_4.0-2.debian.tar.gz
lv2core_4.0-2.dsc
  to main/l/lv2core/lv2core_4.0-2.dsc
lv2core_4.0-2_amd64.deb
  to main/l/lv2core/lv2core_4.0-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/e1q48zs-00088z...@franck.debian.org



Accepted glpi 0.78.3-1 (source all)

2011-03-28 Thread Pierre Chifflier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Mar 2011 11:14:52 +0200
Source: glpi
Binary: glpi
Architecture: source all
Version: 0.78.3-1
Distribution: unstable
Urgency: low
Maintainer: Pierre Chifflier pol...@debian.org
Changed-By: Pierre Chifflier pol...@debian.org
Description: 
 glpi   - IT and Asset management software
Changes: 
 glpi (0.78.3-1) unstable; urgency=low
 .
   * Imported Upstream version 0.78.3
   * Update SQL installation file name.
Checksums-Sha1: 
 71ad20ebe9a2935dc5b5681c7315d1b8321749f3 952 glpi_0.78.3-1.dsc
 0305c274ceea8ec5a0c6af899cc9b41a93a054d3 3719923 glpi_0.78.3.orig.tar.gz
 830fe0e73840a4c5372b61eb348a0d4a7099f824 15084 glpi_0.78.3-1.debian.tar.gz
 cd6a6833aeffac5400159a2875b6cc8d5a1747b4 3725618 glpi_0.78.3-1_all.deb
Checksums-Sha256: 
 f3b476aad05bd97a038697064f5ee62a23a875fe4dd4001a301bd94ea5b57ad7 952 
glpi_0.78.3-1.dsc
 4bd383abc5454e89b89e375ac891c86c1b86187b52f909d41fb6808b5328e449 3719923 
glpi_0.78.3.orig.tar.gz
 2f43d5c09d8848f7fcf06c6855832cffd4d9400b85c37655ed1bbb099001efa0 15084 
glpi_0.78.3-1.debian.tar.gz
 175281c53fc77fc8dd4a40874c2615bd03c8fd8142423d632487f97de51577b0 3725618 
glpi_0.78.3-1_all.deb
Files: 
 d3ca2bba1186343518c51007d4565dc7 952 web optional glpi_0.78.3-1.dsc
 15d7ce501ffe41b02dfc862e6079bdf6 3719923 web optional glpi_0.78.3.orig.tar.gz
 d38430ea518222b50c4456a6866fe36a 15084 web optional glpi_0.78.3-1.debian.tar.gz
 b8eeda427a90b021d7b333aa25dcaa6b 3725618 web optional glpi_0.78.3-1_all.deb

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

iD8DBQFNkFHctwVrWo1fQMsRAr5tAJ93/0gBy1Utvzi2YuFT4FJVxd7S7ACg71GM
SvyuMdrt9ZpFu+SbZU4Tgz4=
=p/1w
-END PGP SIGNATURE-


Accepted:
glpi_0.78.3-1.debian.tar.gz
  to main/g/glpi/glpi_0.78.3-1.debian.tar.gz
glpi_0.78.3-1.dsc
  to main/g/glpi/glpi_0.78.3-1.dsc
glpi_0.78.3-1_all.deb
  to main/g/glpi/glpi_0.78.3-1_all.deb
glpi_0.78.3.orig.tar.gz
  to main/g/glpi/glpi_0.78.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/e1q48o5-qi...@franck.debian.org



Accepted ttf-mplus 037-1 (source all)

2011-03-28 Thread Gürkan Sengün
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 22 Mar 2011 16:13:31 +0100
Source: ttf-mplus
Binary: ttf-mplus
Architecture: source all
Version: 037-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: 
 ttf-mplus  - M+ sans serif fonts with different weights
Changes: 
 ttf-mplus (037-1) unstable; urgency=low
 .
   * New upstream version.
Checksums-Sha1: 
 1ecc76734c21a834bfcb847ec25b629a862cb623 1089 ttf-mplus_037-1.dsc
 5f5a1321143120aed4bb6a6b0e8d6f7c8e408cb1 22453016 ttf-mplus_037.orig.tar.gz
 d7453df6e873396cf3fc472fab05692aec0132a0 2451 ttf-mplus_037-1.diff.gz
 d38377f3eb0442acc32b7eaf7d8ad21863a71bb0 22429538 ttf-mplus_037-1_all.deb
Checksums-Sha256: 
 aff53da62898c4c959d15e0eb37e8ca600ebb8cacb350f35970683dcf08712f3 1089 
ttf-mplus_037-1.dsc
 8b6c631e4cf2d1f484ad11f8b227353623c5f1d2a68ed66f0fd49c197b22a3f4 22453016 
ttf-mplus_037.orig.tar.gz
 85a5cf01c5bada9df2f46ffc8e919d618455ed3fc1c5f046dfa00d371ee7cbbc 2451 
ttf-mplus_037-1.diff.gz
 23bacf3a4b45f72ae91f24ff7d6dfc62ca70b653ae8434f7eb9b2eb486c1039d 22429538 
ttf-mplus_037-1_all.deb
Files: 
 f1b965f6d9d552258553efb8c2117a44 1089 fonts optional ttf-mplus_037-1.dsc
 f259431b561b617b2310fb057731ff84 22453016 fonts optional 
ttf-mplus_037.orig.tar.gz
 178de4b551321ff9ec937bc49d9d0fb8 2451 fonts optional ttf-mplus_037-1.diff.gz
 dbc7196149efe889ad3ef31e2056b942 22429538 fonts optional 
ttf-mplus_037-1_all.deb

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

iEYEARECAAYFAk2QZtoACgkQwJ4diZWTDt7kLwCfe4NJ+HcougxiTCxn5pRhouiB
egIAnjHXPtmBhUKjwyV/v3tcKqciaZ9f
=o+S6
-END PGP SIGNATURE-


Accepted:
ttf-mplus_037-1.diff.gz
  to main/t/ttf-mplus/ttf-mplus_037-1.diff.gz
ttf-mplus_037-1.dsc
  to main/t/ttf-mplus/ttf-mplus_037-1.dsc
ttf-mplus_037-1_all.deb
  to main/t/ttf-mplus/ttf-mplus_037-1_all.deb
ttf-mplus_037.orig.tar.gz
  to main/t/ttf-mplus/ttf-mplus_037.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/e1q4adl-bt...@franck.debian.org



Accepted kanatest 0.4.8-2 (source amd64)

2011-03-28 Thread Evgeni Golov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Mar 2011 13:35:04 +0200
Source: kanatest
Binary: kanatest
Architecture: source amd64
Version: 0.4.8-2
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Evgeni Golov evg...@debian.org
Description: 
 kanatest   - beginner's drill game to learn Japanese kana characters
Changes: 
 kanatest (0.4.8-2) unstable; urgency=low
 .
   * debian/control:
 + Update my email address.
 + Update the homepage link.
 + Standards-Version: 3.9.1
   * debian/watch:
 + Upstream homepage has moved, update watchfile.
   * Add 002_updated_emails_and_links.patch to fix old links and emails.
 LP: #462599
   * Add 003_gtk_ftbfs_fix.patch to fix FTBFS with GTK+ = 2.22.
   * Set 1.0 in debian/source/format.
Checksums-Sha1: 
 093246a42a8e32c463745afcdee342fe2ff27471 1350 kanatest_0.4.8-2.dsc
 f5debc616cb4bede98f34845022e677a9c75a28c 11970 kanatest_0.4.8-2.diff.gz
 819445f4a7187a8b1c90a3a6ab36f793ffc5192f 181866 kanatest_0.4.8-2_amd64.deb
Checksums-Sha256: 
 812faa863bcb1a2c2607469ff732ecedfdbbc018b495a5854cd323470e71ca40 1350 
kanatest_0.4.8-2.dsc
 0f623af02878ba3f272c3ef629791fdb5d406d20640da108fdfc5c7ef083118b 11970 
kanatest_0.4.8-2.diff.gz
 81f039888ceaccab5093e7884a9c524e003aab9e8392e720419b8124c6f1c7ad 181866 
kanatest_0.4.8-2_amd64.deb
Files: 
 a11035d96b72545f679174f0db2f4e7c 1350 text optional kanatest_0.4.8-2.dsc
 f9f6c35b0d6e27acdc7aca343021c89b 11970 text optional kanatest_0.4.8-2.diff.gz
 23592562b77561066e94582d2dc8242d 181866 text optional 
kanatest_0.4.8-2_amd64.deb

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

iEYEARECAAYFAk2QczoACgkQJKAUGKwVtQxb/wCeKQQIZOMzKf9mifiJQ8AuaIyn
fJAAmweEYJx5P8b7Yf1c+LYeIFoeFUfF
=b+x9
-END PGP SIGNATURE-


Accepted:
kanatest_0.4.8-2.diff.gz
  to main/k/kanatest/kanatest_0.4.8-2.diff.gz
kanatest_0.4.8-2.dsc
  to main/k/kanatest/kanatest_0.4.8-2.dsc
kanatest_0.4.8-2_amd64.deb
  to main/k/kanatest/kanatest_0.4.8-2_amd64.deb


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



Accepted openscap 0.7.1-1 (source amd64)

2011-03-28 Thread Pierre Chifflier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Mar 2011 13:07:40 +0200
Source: openscap
Binary: libopenscap-dev libopenscap0 python-openscap libopenscap-perl 
libopenscap0-dbg
Architecture: source amd64
Version: 0.7.1-1
Distribution: unstable
Urgency: low
Maintainer: Pierre Chifflier pol...@debian.org
Changed-By: Pierre Chifflier pol...@debian.org
Description: 
 libopenscap-dev - Set of libraries enabling integration of the SCAP line of 
standar
 libopenscap-perl - Set of libraries enabling integration of the SCAP line of 
standar
 libopenscap0 - Set of libraries enabling integration of the SCAP line of 
standar
 libopenscap0-dbg - Set of libraries enabling integration of the SCAP line of 
standar
 python-openscap - Set of libraries enabling integration of the SCAP line of 
standar
Closes: 588255
Changes: 
 openscap (0.7.1-1) unstable; urgency=low
 .
   * Imported Upstream version 0.7.1
   * No more conversions between pointer and integer detected (Closes: #588255)
Checksums-Sha1: 
 cc3365e05d005f4fc11d4f956f7c12ff887291ec 1369 openscap_0.7.1-1.dsc
 5a39cc2d42fc783da2f0564cf7648f2e4b221346 3897536 openscap_0.7.1.orig.tar.gz
 baf74a25c2d66a6cfabda17952c27e7b08742153 5209 openscap_0.7.1-1.debian.tar.gz
 8f1f15a5ba79883a9757a85cf65684a95d7bd72e 1325974 
libopenscap-dev_0.7.1-1_amd64.deb
 4501122bc4c6f992f96246e86c923f83e18c0532 639872 libopenscap0_0.7.1-1_amd64.deb
 0b9b60f8574586db2ef9605d41b1494a3bfadaa2 594536 
python-openscap_0.7.1-1_amd64.deb
 8798d39d83ea2c2ee8e69ce85f1c35ee0c379e45 561568 
libopenscap-perl_0.7.1-1_amd64.deb
 8b6f9b859e36537557400e1759fec325988b0bc7 3381042 
libopenscap0-dbg_0.7.1-1_amd64.deb
Checksums-Sha256: 
 893decf16226626035a175332b86926a26fd667c518ae1a0c042118d231ddb75 1369 
openscap_0.7.1-1.dsc
 a43013fdcb2c83ba0ae52534db9f405649aac06a92e2c6ecf7fb39d5b78e7a78 3897536 
openscap_0.7.1.orig.tar.gz
 ac595fb70d7f3c3b7bd5943c01976e7cd53b4e0212326cdffe1fdfc79cde921d 5209 
openscap_0.7.1-1.debian.tar.gz
 680b15b0a1ffb751966a639e911fb5c9e5ea82cbfff3fbe42a6b0c797bdbda49 1325974 
libopenscap-dev_0.7.1-1_amd64.deb
 c9089e625cea91201aeead2f85e501d897a870066b9f44b6877ae54420afb010 639872 
libopenscap0_0.7.1-1_amd64.deb
 a06a438af92c616f7a645870828c4d18e1ebbc6bcfe463636b66801f199000d4 594536 
python-openscap_0.7.1-1_amd64.deb
 85e255f21b782b027d89b77aba030028af78c9102b0c47b80ad9f80e615bc61a 561568 
libopenscap-perl_0.7.1-1_amd64.deb
 7ae4e43d08c174fc252ac46ec10d6dfe31813e039652a6651ad165fec1b1f280 3381042 
libopenscap0-dbg_0.7.1-1_amd64.deb
Files: 
 025d03b83c5945cb021b857a914068ee 1369 libs extra openscap_0.7.1-1.dsc
 45f856c62855912416411d8d1593fc8c 3897536 libs extra openscap_0.7.1.orig.tar.gz
 362cfb89d0a733f88f5e6a737f92c44d 5209 libs extra openscap_0.7.1-1.debian.tar.gz
 56a5d64e260c052fa366d3fd1d80de52 1325974 libdevel extra 
libopenscap-dev_0.7.1-1_amd64.deb
 8d793202659d8c2a7c8280537747e1cd 639872 libs extra 
libopenscap0_0.7.1-1_amd64.deb
 7932e4cd9a6016c023bdf531a5024a6a 594536 python extra 
python-openscap_0.7.1-1_amd64.deb
 911683583816607311013bb3ddbf9f36 561568 perl extra 
libopenscap-perl_0.7.1-1_amd64.deb
 81e8d90bbb85c04cd962a6aebbcf4caf 3381042 debug extra 
libopenscap0-dbg_0.7.1-1_amd64.deb

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

iD8DBQFNkHHhtwVrWo1fQMsRAjM5AJ9Q8onMsc/Wj2JrOikRf8pBIrf2OQCghq6n
x2VjyONEOhSlFROHFj2UJRI=
=bEP2
-END PGP SIGNATURE-


Accepted:
libopenscap-dev_0.7.1-1_amd64.deb
  to main/o/openscap/libopenscap-dev_0.7.1-1_amd64.deb
libopenscap-perl_0.7.1-1_amd64.deb
  to main/o/openscap/libopenscap-perl_0.7.1-1_amd64.deb
libopenscap0-dbg_0.7.1-1_amd64.deb
  to main/o/openscap/libopenscap0-dbg_0.7.1-1_amd64.deb
libopenscap0_0.7.1-1_amd64.deb
  to main/o/openscap/libopenscap0_0.7.1-1_amd64.deb
openscap_0.7.1-1.debian.tar.gz
  to main/o/openscap/openscap_0.7.1-1.debian.tar.gz
openscap_0.7.1-1.dsc
  to main/o/openscap/openscap_0.7.1-1.dsc
openscap_0.7.1.orig.tar.gz
  to main/o/openscap/openscap_0.7.1.orig.tar.gz
python-openscap_0.7.1-1_amd64.deb
  to main/o/openscap/python-openscap_0.7.1-1_amd64.deb


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



Accepted s3cmd 1.0.0-1 (source all)

2011-03-28 Thread Mikhail Gusarov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Mar 2011 12:09:17 +0200
Source: s3cmd
Binary: s3cmd
Architecture: source all
Version: 1.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Mikhail Gusarov dotted...@dottedmag.net
Changed-By: Mikhail Gusarov dotted...@dottedmag.net
Description: 
 s3cmd  - command-line Amazon S3 client
Changes: 
 s3cmd (1.0.0-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control: Bump Standards-Version, no changes required.
   * Switch package format to 3.0 (quilt):
 - debian/control: drop quilt from Build-Depends.
 - debian/rules: simplify.
 - debian/README.source: drop.
   * Add debian/patches/fix-mangpage-typos.patch to correct typos catched
 by lintian.
Checksums-Sha1: 
 97468c35e375df3b3761c87c4b2ce707c49774d3 1577 s3cmd_1.0.0-1.dsc
 958457f10616f9af66dcfc662a2dcd1bba5a70af 57430 s3cmd_1.0.0.orig.tar.gz
 364aa7b929c1af88bedeaeba54e0c9b8ced9474c 5136 s3cmd_1.0.0-1.debian.tar.gz
 24a47fed821c74ea62cab5b3121d219b4dd44dbf 62784 s3cmd_1.0.0-1_all.deb
Checksums-Sha256: 
 6bb126f889d5b2b157fa61e9b87f374284948a4a686c06d4048efb0103587c93 1577 
s3cmd_1.0.0-1.dsc
 9796e313a22db863d92069ed573d131ef7e74723ec88fff901a345b3a08ce656 57430 
s3cmd_1.0.0.orig.tar.gz
 4c4fb6fedf4c2a581ab8440c36d8bc641f1bd4a9ea19144993fd5363445a22b2 5136 
s3cmd_1.0.0-1.debian.tar.gz
 18f238d2a4535163c0f7365027c5f242ccb062c105f2378cc552d7d594b97593 62784 
s3cmd_1.0.0-1_all.deb
Files: 
 739d22846a73f5964c94800d06a72c72 1577 utils optional s3cmd_1.0.0-1.dsc
 e82f0246479015ce50a09d8d4ada8429 57430 utils optional s3cmd_1.0.0.orig.tar.gz
 271e0250dd58c896a6dc74901298605e 5136 utils optional 
s3cmd_1.0.0-1.debian.tar.gz
 75730483e63503c8621d948de8ecb429 62784 utils optional s3cmd_1.0.0-1_all.deb

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

iQEcBAEBAgAGBQJNkHFLAAoJECpjKNNpjIPFAmYIAImmIi8NFZoRMAwmr24ULbbe
tJbCXtUDbBsu9faQBiaQKoyhagNfxgaw7qNhgQMFI0X0XVYevWaLD+4Y1QbM9PLj
m/0CXI4rq83rgtUbwpUtBj8MYk4cOg99bsyLir3d9pdVUYK1MmSeAHbElbu2Q9oD
hFBhgSym0X1et34RhycgS0MH2AOXMFmjZtNwPfNPsz3P4QK7kaFX3d9Zp79CSsHa
uG/N8Mghf8xY788ybu2YSD0N8SYaZjGEZbmqwhbrTHHUNh7nqIRBdMQzkv+nBRv7
YxQYIGY6hfXbWul60gqujdah1IY20yY4we6Nd2q349L3ZMXtJuM0ieDIw0aL6Iw=
=GnQE
-END PGP SIGNATURE-


Accepted:
s3cmd_1.0.0-1.debian.tar.gz
  to main/s/s3cmd/s3cmd_1.0.0-1.debian.tar.gz
s3cmd_1.0.0-1.dsc
  to main/s/s3cmd/s3cmd_1.0.0-1.dsc
s3cmd_1.0.0-1_all.deb
  to main/s/s3cmd/s3cmd_1.0.0-1_all.deb
s3cmd_1.0.0.orig.tar.gz
  to main/s/s3cmd/s3cmd_1.0.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/e1q4av4-0006zl...@franck.debian.org



Accepted fruit 2.1.dfsg-5 (source i386)

2011-03-28 Thread Oliver Korff
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Mar 2011 13:32:15 +0200
Source: fruit
Binary: fruit
Architecture: source i386
Version: 2.1.dfsg-5
Distribution: unstable
Urgency: low
Maintainer: Oliver Korff o...@xynyx.de
Changed-By: Oliver Korff o...@xynyx.de
Description: 
 fruit  - chess engine, to calculate chess moves
Changes: 
 fruit (2.1.dfsg-5) unstable; urgency=low
 .
   * Remove of README.Source file
   * Switch to dpkg-source 3.0 (quilt) format
   * Removed the knights dependencies, because knights is not longer
 available for updates. Removed related documentation accordingly.
   * Added no stripping to the Makefile.
   * New standards version: 3.9.1
Checksums-Sha1: 
 df08ff609ab79e98b731d151bb51c48bad9fa75a 1006 fruit_2.1.dfsg-5.dsc
 11ac29903c8d2d61963c3731f73c2ced91a0670e 4838 fruit_2.1.dfsg-5.debian.tar.gz
 b70a6fc3d9fa0ce804edaa7d56ebdff977569d8c 54570 fruit_2.1.dfsg-5_i386.deb
Checksums-Sha256: 
 42ad4f396ba9d90946398787cba3cb9af64065f43c7f12b4c121952a5e975170 1006 
fruit_2.1.dfsg-5.dsc
 a3d1d31c12585185ec0de1b926db6a5db123301b7a21909effcf398a07c0054a 4838 
fruit_2.1.dfsg-5.debian.tar.gz
 b6d4ea9cbf4bd7770b8a212d94b22c6677f7301fb686a1cc3c37e7b99331130e 54570 
fruit_2.1.dfsg-5_i386.deb
Files: 
 3b1ac5ef2d4e91ecdbeb465a68bbfdf0 1006 games optional fruit_2.1.dfsg-5.dsc
 fcea5353621aff3f786145682661a9d0 4838 games optional 
fruit_2.1.dfsg-5.debian.tar.gz
 fba9a5129ed5b7d72dc7c23c37e1a592 54570 games optional fruit_2.1.dfsg-5_i386.deb

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

iEYEARECAAYFAk2QeQIACgkQYEKwtdP5dN/rKACg2ugw/0NSCXsImDictt9kr+u/
+88An1PGVQDQx09oVbPhk8vNz+6ABuPF
=nUPU
-END PGP SIGNATURE-


Accepted:
fruit_2.1.dfsg-5.debian.tar.gz
  to main/f/fruit/fruit_2.1.dfsg-5.debian.tar.gz
fruit_2.1.dfsg-5.dsc
  to main/f/fruit/fruit_2.1.dfsg-5.dsc
fruit_2.1.dfsg-5_i386.deb
  to main/f/fruit/fruit_2.1.dfsg-5_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/e1q4bnc-kv...@franck.debian.org



Accepted pgtap 0.25.0-1 (source amd64)

2011-03-28 Thread Pierre Chifflier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Mar 2011 14:12:04 +0200
Source: pgtap
Binary: pgtap
Architecture: source amd64
Version: 0.25.0-1
Distribution: unstable
Urgency: low
Maintainer: Pierre Chifflier pol...@debian.org
Changed-By: Pierre Chifflier pol...@debian.org
Description: 
 pgtap  - Unit testing framework for PostgreSQL
Closes: 590802 618234
Changes: 
 pgtap (0.25.0-1) unstable; urgency=low
 .
   * Imported Upstream version 0.25.0
   * Update build-dep to postgresql-server-dev-9.0 (Closes: #618234)
   * Update homepage (Closes: #590802)
   * pg_prove has been removed from upstream package and is shipped in a
 separate package (TAP::Parser::SourceHandler::pgTAP)
 This is not yet packaged, but will be in a near future.
   * Bump Standards Version to 3.9.1 (no changes)
Checksums-Sha1: 
 eaf0aeec5d55a0579428148156561f552203504c 1003 pgtap_0.25.0-1.dsc
 2bcedc04f500d0c591dc46196f200ad630312e81 159974 pgtap_0.25.0.orig.tar.gz
 11d5406048e802bff91d4ea505e18c5cc585e4b2 3247 pgtap_0.25.0-1.diff.gz
 1a63895c8962f4e39fe25d196cec55ba47e7b149 80812 pgtap_0.25.0-1_amd64.deb
Checksums-Sha256: 
 6a82c3f696fc6791ebb735c30f669a6c9985bfab1acd078d4851b17ab3e553cc 1003 
pgtap_0.25.0-1.dsc
 dad74e035d35d83ba4c8e83c1649021d6ce24920672f472ab18a7c7d5cea33be 159974 
pgtap_0.25.0.orig.tar.gz
 7e3520655eeeafcfbe1dfc7d76348e0fcaf452a1e42f5673a082e0b93955e426 3247 
pgtap_0.25.0-1.diff.gz
 daf4060f4f37dd8f1d3d9096726efa233fd01aa0d6e8dc82fcd3265df9bdbcc4 80812 
pgtap_0.25.0-1_amd64.deb
Files: 
 969726dc22da75073d7aca479c12a3ae 1003 database extra pgtap_0.25.0-1.dsc
 e532195d7774928bb8f67ecda0c84ea1 159974 database extra pgtap_0.25.0.orig.tar.gz
 e24cdbd1fe8eac8c94ddf85b4408a237 3247 database extra pgtap_0.25.0-1.diff.gz
 d07b21d4d38b7bf2ba6920d2d9ae5885 80812 database extra pgtap_0.25.0-1_amd64.deb

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

iD8DBQFNkHtYtwVrWo1fQMsRAnsOAKDJwDpnHfCUkUSKQSEFuV7AD6MZzgCgxqy8
Ue+mHnrNYGio3U4GKAomGhw=
=RuPm
-END PGP SIGNATURE-


Accepted:
pgtap_0.25.0-1.diff.gz
  to main/p/pgtap/pgtap_0.25.0-1.diff.gz
pgtap_0.25.0-1.dsc
  to main/p/pgtap/pgtap_0.25.0-1.dsc
pgtap_0.25.0-1_amd64.deb
  to main/p/pgtap/pgtap_0.25.0-1_amd64.deb
pgtap_0.25.0.orig.tar.gz
  to main/p/pgtap/pgtap_0.25.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/e1q4bnq-nk...@franck.debian.org



Accepted timbl 6.4.0-1 (source amd64)

2011-03-28 Thread Joost van Baal
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 28 Mar 2011 13:45:15 +0200
Source: timbl
Binary: timbl libtimbl3-dev libtimbl3
Architecture: source amd64
Version: 6.4.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Joost van Baal joos...@debian.org
Description: 
 libtimbl3  - Tilburg Memory Based Learner - runtime
 libtimbl3-dev - Tilburg Memory Based Learner - development
 timbl  - Tilburg Memory Based Learner
Changes: 
 timbl (6.4.0-1) unstable; urgency=low
 .
   * New upstream release.
 - debian/*.install: usr/bin/Timbl is renamed to usr/bin/timbl,
   libTimbl renamed to libtimbl.
   * debian/copyright: fix old postal address of the Free Software
 Foundation (thanks lintian).
Checksums-Sha1: 
 054bb9b2793831dea4995e69e2a4afb1892cc3a3 1982 timbl_6.4.0-1.dsc
 5b0c592ad6b54ad24ff037db7bedfa53e16943d1 524978 timbl_6.4.0.orig.tar.gz
 ec2bbf68e14a7df23881ad1a177832c084a6bb72 5789 timbl_6.4.0-1.debian.tar.gz
 39c0a265460ad73609f5849ca8dc8a898b2e4f05 83742 timbl_6.4.0-1_amd64.deb
 99f74a6c7bef6700b09f9e9903cb68dde61f5732 489932 libtimbl3-dev_6.4.0-1_amd64.deb
 aefbf1d9619739548cc79ade97be88ffcbf039f6 324838 libtimbl3_6.4.0-1_amd64.deb
Checksums-Sha256: 
 c9ae980252386862c3fd6eaaca08e7231c7c8e895329921795b62b12d83eaa39 1982 
timbl_6.4.0-1.dsc
 7524cff727ea3d8425a3bf740f8322681269fdc01fa09fc470d247dd17882b1d 524978 
timbl_6.4.0.orig.tar.gz
 57fd09ea078027cf606ad71d56923d533b42d7f32d6b02d2cb94b0c2879e7b1c 5789 
timbl_6.4.0-1.debian.tar.gz
 6af750752cea74d77acf4e2b73ca9204758d25b422d08d0a941186df0877ca9a 83742 
timbl_6.4.0-1_amd64.deb
 fc5a22a39a0aa5fdc8b28403bf902b66d82b63c6ea6c138c092269f3b773e5a9 489932 
libtimbl3-dev_6.4.0-1_amd64.deb
 761af4d377173bff8f7e7d554bfaa2b555c6d8952f41c69ec22b490672503746 324838 
libtimbl3_6.4.0-1_amd64.deb
Files: 
 2aff3da112fc6e98810521e1235b5204 1982 science optional timbl_6.4.0-1.dsc
 4304afc7fc99f437b14f128bb50ee73e 524978 science optional 
timbl_6.4.0.orig.tar.gz
 b32e4b4879b2d1a713ff6a802d959bbd 5789 science optional 
timbl_6.4.0-1.debian.tar.gz
 a117beeddbefac65190b693d9ee501f7 83742 science optional timbl_6.4.0-1_amd64.deb
 8eae8eb963930e8f4e9d2f76b4a229c2 489932 libdevel optional 
libtimbl3-dev_6.4.0-1_amd64.deb
 dc9d366da508fdadc4a5bd90f1f24c92 324838 libs optional 
libtimbl3_6.4.0-1_amd64.deb

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

iQIcBAEBCAAGBQJNkHrCAAoJEPmMuyPAvGmAg2cP/1elLl3WcNSvlHgFaRRBBFwJ
bpnY51xDUjB+Oee/8YSR5QEHzaq423xOYvP8VszYmrBO/Fbwjc1vFYMcG8du8Jo1
GEG8YycFJPweXsKlzBi6huX1yXWlP8USwd5OpZ2kqjVRNXq6Vd2ZrTS0X+hgnVnF
6Z201TizzIdq1ZoiXO3bAR49pZS1UgZF7YGakJqt5t8tSgtIiudUZMtlJ2maPerg
yiEKTGui0p3hZtv49vHlWcTXpbykCAp/PdPt8LrI911QzI9F6QROlGKav2KAsYw6
0AlaeEXMuoyyRnrYGoxRRX5o/5erMT7lfvKTkeGQRBu2dLK6HNQ1mKqhhzs+WUI4
z5BRR/Da3BjvNyPpE2nERpxSfkXwd/2pytI08rYb9ZJUnwTZk4yKRFswzMXbzA4k
L+2mkx93M4WqJX0U6sVoAQWdhfrSp8w+/qI5+b1zwvZxYGtGyezSXDo6ShACe7z9
xovY9QqR5PwxmTyc9/UzsBuDHqN3blfxvqLMmKrIV9NVyVNdJnoTZPBDoH7ql/94
R/bggpdBIYNFNKEsGOk6D2wxR1rGW5ztpeEhYiuFm8nMGp1J7XweUJfWbGB/HGu+
iEmNFW1YU7a+TQuKpqU99T2kdKEzun/J5AMUDn1haaDNaxxYMXCYND2K/MeORlPa
TsUCVbrEvS0qYyFGa1Ta
=LMbT
-END PGP SIGNATURE-


Accepted:
libtimbl3-dev_6.4.0-1_amd64.deb
  to main/t/timbl/libtimbl3-dev_6.4.0-1_amd64.deb
libtimbl3_6.4.0-1_amd64.deb
  to main/t/timbl/libtimbl3_6.4.0-1_amd64.deb
timbl_6.4.0-1.debian.tar.gz
  to main/t/timbl/timbl_6.4.0-1.debian.tar.gz
timbl_6.4.0-1.dsc
  to main/t/timbl/timbl_6.4.0-1.dsc
timbl_6.4.0-1_amd64.deb
  to main/t/timbl/timbl_6.4.0-1_amd64.deb
timbl_6.4.0.orig.tar.gz
  to main/t/timbl/timbl_6.4.0.orig.tar.gz


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



Accepted lv2core 4.0-3 (source amd64)

2011-03-28 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Mar 2011 13:08:51 +0200
Source: lv2core
Binary: lv2core
Architecture: source amd64
Version: 4.0-3
Distribution: experimental
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 lv2core- LV2 audio plugin specification
Changes: 
 lv2core (4.0-3) experimental; urgency=low
 .
   * Fix dh_lv2config.
Checksums-Sha1: 
 d58bd015953f6f2b1ac034694df32f6337d64321 1304 lv2core_4.0-3.dsc
 4fa2ebf5dc1584110d44a8043ee968767ba369ea 7798 lv2core_4.0-3.debian.tar.gz
 3f4e86a19f6bbe35c5f9769017bf6b380def83d0 53518 lv2core_4.0-3_amd64.deb
Checksums-Sha256: 
 b2c7e0482943256d94380f36fc37ef838f353180e71e1a1fabf135c4c45bbdca 1304 
lv2core_4.0-3.dsc
 cc136d3d5e777a72ec4937db714aa05c79d274f00eef696f726fb94f0dc5228f 7798 
lv2core_4.0-3.debian.tar.gz
 0b75f4bf01f3a4bf8450a20ff00803ac3633eaff15fa0ad0f6394614fbb4 53518 
lv2core_4.0-3_amd64.deb
Files: 
 d2261cadb661a147d9684e33eb260c50 1304 sound optional lv2core_4.0-3.dsc
 405c9a4f0526a590a83414f9f729341d 7798 sound optional 
lv2core_4.0-3.debian.tar.gz
 435badfb79160590354847261d408aae 53518 sound optional lv2core_4.0-3_amd64.deb

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

iEYEARECAAYFAk2QgloACgkQRdSMfNz8P9D8dQCfW6NkL9bbH1qDVKsFd7ybOpaW
YUIAn2mRJaz/DhfVpkY5ITZXwvS5WJ/i
=nVK/
-END PGP SIGNATURE-


Accepted:
lv2core_4.0-3.debian.tar.gz
  to main/l/lv2core/lv2core_4.0-3.debian.tar.gz
lv2core_4.0-3.dsc
  to main/l/lv2core/lv2core_4.0-3.dsc
lv2core_4.0-3_amd64.deb
  to main/l/lv2core/lv2core_4.0-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/e1q4bqe-0004cn...@franck.debian.org



Accepted blocks-of-the-undead 1.0-4 (source all amd64)

2011-03-28 Thread Evgeni Golov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Mar 2011 14:43:33 +0200
Source: blocks-of-the-undead
Binary: blocks-of-the-undead blocks-of-the-undead-data
Architecture: source amd64 all
Version: 1.0-4
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Evgeni Golov evg...@debian.org
Description: 
 blocks-of-the-undead - Tetris Attack clone with spooky undertones
 blocks-of-the-undead-data - Tetris Attack clone with spooky undertones - data 
files
Closes: 603440 611121
Changes: 
 blocks-of-the-undead (1.0-4) unstable; urgency=low
 .
   [ Paul Wise ]
   * Fix Homepage (Closes: #611121)
 .
   [ Evgeni Golov ]
   * Don't fail if there is no sound available.
 Closes: #603440
   * debian/source/format:
 + Set 1.0 for now.
   * debian/control:
 + Standards-Version: 3.9.1
Checksums-Sha1: 
 37617be4d3a2aa1d876ce25bbfa353be9d90ec1b 1495 blocks-of-the-undead_1.0-4.dsc
 c859f848faf429b94d70e01232845d36a50a4298 6278 
blocks-of-the-undead_1.0-4.diff.gz
 a6402e413f33802ae7d9f6ade4093420ff231689 159258 
blocks-of-the-undead_1.0-4_amd64.deb
 5575ea7c6bd47d5f47a30b43e010382b519ee694 1845414 
blocks-of-the-undead-data_1.0-4_all.deb
Checksums-Sha256: 
 fd5bec1711da5e70aade02cf4fd2cb80b0145156c477cfe081748e08619a 1495 
blocks-of-the-undead_1.0-4.dsc
 4676cfb77d3ebd99bf0dd623847c3c232ffd9dd0a39c324adbc3968e43cef95b 6278 
blocks-of-the-undead_1.0-4.diff.gz
 0168270ba7e38b36f02f75f0afd8435095153383d906e47becdeefba790a57fc 159258 
blocks-of-the-undead_1.0-4_amd64.deb
 b9ef4f2460421ded13c3f03a9fc89093dfeb22f2efd37f49bdcae77375d87934 1845414 
blocks-of-the-undead-data_1.0-4_all.deb
Files: 
 12db3f6953c89371163c4eefbc8073a8 1495 games optional 
blocks-of-the-undead_1.0-4.dsc
 68e50a1bde8d8811f9cdc2403de4781e 6278 games optional 
blocks-of-the-undead_1.0-4.diff.gz
 d3a92ed5b00145524b7a6a3ba0e9f99f 159258 games optional 
blocks-of-the-undead_1.0-4_amd64.deb
 05840f2bb53816b381c2f5d590185fcb 1845414 games optional 
blocks-of-the-undead-data_1.0-4_all.deb

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

iEYEARECAAYFAk2QgxYACgkQJKAUGKwVtQyIIwCfQs0ruCtYPbKO1dGlQ6+tJ0pF
lnYAn2jd8CVf2/0ne6nwNEC4NwGpTp4N
=yxS7
-END PGP SIGNATURE-


Accepted:
blocks-of-the-undead-data_1.0-4_all.deb
  to main/b/blocks-of-the-undead/blocks-of-the-undead-data_1.0-4_all.deb
blocks-of-the-undead_1.0-4.diff.gz
  to main/b/blocks-of-the-undead/blocks-of-the-undead_1.0-4.diff.gz
blocks-of-the-undead_1.0-4.dsc
  to main/b/blocks-of-the-undead/blocks-of-the-undead_1.0-4.dsc
blocks-of-the-undead_1.0-4_amd64.deb
  to main/b/blocks-of-the-undead/blocks-of-the-undead_1.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/e1q4c5c-0005yf...@franck.debian.org



Accepted lvm2 2.02.84-3 (source amd64)

2011-03-28 Thread Bastian Blank
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Mar 2011 14:42:35 +0200
Source: lvm2
Binary: lvm2 lvm2-udeb clvm libdevmapper-dev libdevmapper1.02.1 
libdevmapper1.02.1-udeb dmsetup dmsetup-udeb liblvm2app2.2 liblvm2cmd2.02 
liblvm2-dev
Architecture: source amd64
Version: 2.02.84-3
Distribution: unstable
Urgency: low
Maintainer: Debian LVM Team pkg-lvm-maintain...@lists.alioth.debian.org
Changed-By: Bastian Blank wa...@debian.org
Description: 
 clvm   - Cluster LVM Daemon for lvm2
 dmsetup- The Linux Kernel Device Mapper userspace library
 dmsetup-udeb - The Linux Kernel Device Mapper userspace library (udeb)
 libdevmapper-dev - The Linux Kernel Device Mapper header files
 libdevmapper1.02.1 - The Linux Kernel Device Mapper userspace library
 libdevmapper1.02.1-udeb - The Linux Kernel Device Mapper userspace library 
(udeb)
 liblvm2-dev - LVM2 libraries - development files
 liblvm2app2.2 - LVM2 application library
 liblvm2cmd2.02 - LVM2 command library
 lvm2   - The Linux Logical Volume Manager
 lvm2-udeb  - The Linux Logical Volume Manager (udeb)
Closes: 543163
Changes: 
 lvm2 (2.02.84-3) unstable; urgency=low
 .
   * Remove udev dependency from init script. (closes: #543163)
   * Don't longer create device nodes in init script.
   * Don't longer try to stop devices on shutdown.
Checksums-Sha1: 
 c5d0b65af1b5789ed4014f404bef4eca23573caf 1448 lvm2_2.02.84-3.dsc
 a224cb2c9499179e9c278d50f2f310d599628ab2 32198 lvm2_2.02.84-3.debian.tar.gz
 a24bc2c67e574153ae95ead571eed0afd92371db 95720 
libdevmapper1.02.1_1.02.63-3_amd64.deb
 e01b5ab822fd9e0bd1fdec18014b160468c2aeb2 60196 
libdevmapper1.02.1-udeb_1.02.63-3_amd64.udeb
 b1ae4826dd5a8f1be035203a28f89dc128a8b466 35578 
libdevmapper-dev_1.02.63-3_amd64.deb
 22bdbf55699687190c47438c56f77d0f96f14868 60040 dmsetup_1.02.63-3_amd64.deb
 a3c796d35c3e970b5eaa816563c9b48a52052da1 22436 
dmsetup-udeb_1.02.63-3_amd64.udeb
 b2577fe29ec69bebc93bdaea43bc4e90affdd579 298824 
liblvm2app2.2_2.02.84-3_amd64.deb
 6c588cf89c2d7e613ca1c34a2eef537cdbde30aa 387700 
liblvm2cmd2.02_2.02.84-3_amd64.deb
 aa51f982debf1f19fc20fc07c0a674cbf60c3a52 62842 liblvm2-dev_2.02.84-3_amd64.deb
 ac7c5bc3185fe3b194599dfa995011893db8b415 501674 lvm2_2.02.84-3_amd64.deb
 1d1b5988d9f6fb200036c59743fb2e029943d912 303468 lvm2-udeb_2.02.84-3_amd64.udeb
 9d8bac1985a2ef46131e188a80f282c56935a995 316992 clvm_2.02.84-3_amd64.deb
Checksums-Sha256: 
 7746b15fa80e672475a40876727c591b447ae503f70e3ba76d9083671a879fca 1448 
lvm2_2.02.84-3.dsc
 76162e0ec6b081c0921e3b03826948aba956626fa565035c4eac740c23ca6eb8 32198 
lvm2_2.02.84-3.debian.tar.gz
 0dc64ab4746b6cd235c07d8fbdd22613cccb29de0deec83655ff9deb8f828b07 95720 
libdevmapper1.02.1_1.02.63-3_amd64.deb
 e7c48e0c47be1b8f7e8bb93314bf7f91a02600ea20ce650b94164ac151b9c6f3 60196 
libdevmapper1.02.1-udeb_1.02.63-3_amd64.udeb
 408e228136efe3ee64095db34fc0a84993fc2c6c2bf7a6f3bad9193c51fa5a62 35578 
libdevmapper-dev_1.02.63-3_amd64.deb
 e3c163c1496845e7211fecec4a019f744a0765b10baa30002cc1fe18bb5b46e3 60040 
dmsetup_1.02.63-3_amd64.deb
 b803146b4ef646434e6b1ccd6b978ecabda5350964c6f0b9927e2b680b8d3a74 22436 
dmsetup-udeb_1.02.63-3_amd64.udeb
 fd5594f933a21d3cb5c92de2c0e6dc8e3157b39c97f7455ae8ef1a4a2688c30b 298824 
liblvm2app2.2_2.02.84-3_amd64.deb
 9919a4b9da0728a1d52ce8ed0ea2de5e8ee485cabc7de6f1293c7900dcaa252e 387700 
liblvm2cmd2.02_2.02.84-3_amd64.deb
 ded2fc348e1769a429c1029c296f8445f52c21acd59b7b1ee924e792bd743c75 62842 
liblvm2-dev_2.02.84-3_amd64.deb
 95cd01e7960b74c89289a028a7c77b1995406a8df9db87ebf83c215879493eb5 501674 
lvm2_2.02.84-3_amd64.deb
 15c9d1da842a2d285f309ba1254a8880f2b8b601c5f4241aa862e5c1cdaa71bc 303468 
lvm2-udeb_2.02.84-3_amd64.udeb
 a3c6205162c32830710c15c7cce66dab0a56f142740951c00554147e2da371b2 316992 
clvm_2.02.84-3_amd64.deb
Files: 
 791fb0b62facc1b20a8b02694400d0b0 1448 admin optional lvm2_2.02.84-3.dsc
 ab2b5bc0f5017e596b6d5ac398f82e60 32198 admin optional 
lvm2_2.02.84-3.debian.tar.gz
 7a62b5f7eb85b20939ddc260d5a28357 95720 libs required 
libdevmapper1.02.1_1.02.63-3_amd64.deb
 ac03ac673c3e9ed7d7e380cd783f0af7 60196 debian-installer optional 
libdevmapper1.02.1-udeb_1.02.63-3_amd64.udeb
 6f5fb9e8beb39d39cb0bfbfb3e1a906b 35578 libdevel optional 
libdevmapper-dev_1.02.63-3_amd64.deb
 dbb3c08e1d3c5343f2149fcf8c0b6de9 60040 admin optional 
dmsetup_1.02.63-3_amd64.deb
 dfe89a8e7c2935beb42fb8f2306c384e 22436 debian-installer optional 
dmsetup-udeb_1.02.63-3_amd64.udeb
 282a65d6b5eb9f34a357ba2da980c496 298824 libs optional 
liblvm2app2.2_2.02.84-3_amd64.deb
 eb4d61e77b3a786f2f727d954251d92d 387700 libs optional 
liblvm2cmd2.02_2.02.84-3_amd64.deb
 5afdc0b13498317df6ba2c84dfd8ad41 62842 libdevel optional 
liblvm2-dev_2.02.84-3_amd64.deb
 9f0d0bbdf4d62b0900704f2c274f7374 501674 admin optional lvm2_2.02.84-3_amd64.deb
 8b7d4e9c7a4e4c49c7fd36d5cc53098f 303468 debian-installer optional 
lvm2-udeb_2.02.84-3_amd64.udeb
 40be0c271da01af2890f8ee324a4f6b8 316992 admin extra clvm_2.02.84-3_amd64.deb
Package-Type: udeb


Accepted pavuk 0.9.35-2.2 (source amd64)

2011-03-28 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Mar 2011 15:07:13 +0200
Source: pavuk
Binary: pavuk
Architecture: source amd64
Version: 0.9.35-2.2
Distribution: unstable
Urgency: low
Maintainer: Petr Čech c...@debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 pavuk  - Multiprotocol file grabber with textual and graphic control
Changes: 
 pavuk (0.9.35-2.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix build by adding X_LIBS to GTK_LIBS
   * Rebuild against newer libdb5.1
Checksums-Sha1: 
 0c53dffa108284c0d2a1f7b85952c7db9e999323 1088 pavuk_0.9.35-2.2.dsc
 7c8d4efa245435154c339904d8c326b33666b263 7288 pavuk_0.9.35-2.2.diff.gz
 a637546e1b1f1fedaf3a482206e4895f89176016 685892 pavuk_0.9.35-2.2_amd64.deb
Checksums-Sha256: 
 0457c5893be81021c540201f3ffe52ae69be178d0c9988fa9ffcc5f1962170df 1088 
pavuk_0.9.35-2.2.dsc
 7022be1788152823f4538ded2895fcd0ad8b5ec0eb34fbe22394a92b3fd7f39f 7288 
pavuk_0.9.35-2.2.diff.gz
 e782d52493d6b89d3f2831a3da6b30c36b8921d9bfa6bb81bf957abafd4ea3de 685892 
pavuk_0.9.35-2.2_amd64.deb
Files: 
 e97e74387ffd029e734b33f7f8f9b8ed 1088 web optional pavuk_0.9.35-2.2.dsc
 dc43e9142e07460f002e981ac8ca9606 7288 web optional pavuk_0.9.35-2.2.diff.gz
 481ffd67c4f397d28f3eec03d481803c 685892 web optional pavuk_0.9.35-2.2_amd64.deb

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

iEYEARECAAYFAk2QicwACgkQ9OZqfMIN8nMpywCfeBywMpm1ZVkpxbdT5+QYD+gd
8nAAnA+7Y4uZJshkCj4jsfoNoKLhON5t
=YqPH
-END PGP SIGNATURE-


Accepted:
pavuk_0.9.35-2.2.diff.gz
  to main/p/pavuk/pavuk_0.9.35-2.2.diff.gz
pavuk_0.9.35-2.2.dsc
  to main/p/pavuk/pavuk_0.9.35-2.2.dsc
pavuk_0.9.35-2.2_amd64.deb
  to main/p/pavuk/pavuk_0.9.35-2.2_amd64.deb


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



Accepted vacation 3.3.0-0.4 (source amd64)

2011-03-28 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Mar 2011 15:19:24 +0200
Source: vacation
Binary: vacation
Architecture: source amd64
Version: 3.3.0-0.4
Distribution: unstable
Urgency: low
Maintainer: Marco d'Itri m...@linux.it
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 vacation   - email autoresponder
Changes: 
 vacation (3.3.0-0.4) unstable; urgency=low
 .
   * NMU
   * Change build dependency to libdb-dev (= 5.1)
Checksums-Sha1: 
 436554b52880070d0b8b837d2ec74cabefabae40 729 vacation_3.3.0-0.4.dsc
 53a8989fe5f84b55030aa915862359f0cd27dd25 11473 vacation_3.3.0-0.4.tar.gz
 b3bef529057652ef6e5a9fe39c9f293bef6d3049 14762 vacation_3.3.0-0.4_amd64.deb
Checksums-Sha256: 
 564803292d12678607b7d53602858d73f660eab9e2dccfe0da2f3b8410e72f83 729 
vacation_3.3.0-0.4.dsc
 086a3dfde953aa5247a5389fa17f1f77312acd54e3cc74a0369eb363c798b567 11473 
vacation_3.3.0-0.4.tar.gz
 ad76262279ad5fdce53b883c8a2a2794d81156ee628eb4a4b76a44e15b7f10d7 14762 
vacation_3.3.0-0.4_amd64.deb
Files: 
 49a0ac7c3bde7586e5741a3f6ca26cb2 729 mail standard vacation_3.3.0-0.4.dsc
 78da2c72d477dc9682f9fc28c227d5b9 11473 mail standard vacation_3.3.0-0.4.tar.gz
 aa616f676cb0577e861031ba9caf2c5a 14762 mail standard 
vacation_3.3.0-0.4_amd64.deb

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

iEYEARECAAYFAk2Qi34ACgkQ9OZqfMIN8nMb+gCgoD9Y4USdZOp/Ho1AZn4D0Ewp
FbQAn0G5OTeSnioaj5LKYWGn8XLC9ewm
=y0bU
-END PGP SIGNATURE-


Accepted:
vacation_3.3.0-0.4.dsc
  to main/v/vacation/vacation_3.3.0-0.4.dsc
vacation_3.3.0-0.4.tar.gz
  to main/v/vacation/vacation_3.3.0-0.4.tar.gz
vacation_3.3.0-0.4_amd64.deb
  to main/v/vacation/vacation_3.3.0-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/e1q4caj-0001c2...@franck.debian.org



Accepted rt-tests 0.72-1 (source all amd64)

2011-03-28 Thread Uwe Kleine-König
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 20 Mar 2011 16:31:36 +0100
Source: rt-tests
Binary: rt-tests backfire-dkms
Architecture: source amd64 all
Version: 0.72-1
Distribution: unstable
Urgency: low
Maintainer: Uwe Kleine-König u.kleine-koe...@pengutronix.de
Changed-By: Uwe Kleine-König u.kleine-koe...@pengutronix.de
Description: 
 backfire-dkms - kernel module for signal benchmarking (DKMS)
 rt-tests   - Test programs for rt kernels
Closes: 604691
Changes: 
 rt-tests (0.72-1) unstable; urgency=low
 .
   * new upstream release
   * new patch kernvar_fix_possible_buffer_overflow
   * use Architecture: linux-any (Closes: #604691)
   * Standards-Version: 3.9.1 (no changes needed)
Checksums-Sha1: 
 df036a460aa068664f5447caaffdf7de299acd8f 1852 rt-tests_0.72-1.dsc
 7cf2daf871508a249545f5255e6cc82d7fc03552 150002 rt-tests_0.72.orig.tar.gz
 442de00fc9a670052e82dfa3553e749ba340afae 5651 rt-tests_0.72-1.debian.tar.gz
 c84c5056c694ee188322d2ae576dd4ca766b5904 125104 rt-tests_0.72-1_amd64.deb
 3046953e9e97718292e137033f71b75c228de126 41074 backfire-dkms_0.72-1_all.deb
Checksums-Sha256: 
 2c732d4cbc3f3a8c63d59da8969d3ef6242c0884abb943051994491025beaee5 1852 
rt-tests_0.72-1.dsc
 ab69d0027d8034cf96bdb1b1267843959bb26b6f4b6a6030b3b17eff1130b1fd 150002 
rt-tests_0.72.orig.tar.gz
 84a7d82bd63d094d8540ca672cef74e04dbc19d996e0b525564e18732892983c 5651 
rt-tests_0.72-1.debian.tar.gz
 f26378ea4ea9799405d7b836a59287eece8ca4f670d082c04da5443368cc0f73 125104 
rt-tests_0.72-1_amd64.deb
 66ab1c5671c32fa02db45d9f82ad46c410aac656c5ccf8e2970214959696afab 41074 
backfire-dkms_0.72-1_all.deb
Files: 
 b005af31d99239bbfae6baa8224f79de 1852 misc extra rt-tests_0.72-1.dsc
 d10cedca0b33c5b16214819a4a37c64b 150002 misc extra rt-tests_0.72.orig.tar.gz
 cdb828cd1b1252266d9bd197d4152c38 5651 misc extra rt-tests_0.72-1.debian.tar.gz
 c6dcda0a632a3ba923fedea9daf9e1f4 125104 misc extra rt-tests_0.72-1_amd64.deb
 3ad6d823cdf9c4664335cabe4ef69670 41074 misc extra backfire-dkms_0.72-1_all.deb

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

iQIcBAEBCAAGBQJNkI8/AAoJEMJLZaJnLIsSG9gP/3zdgdAGsPAKWaB4m2cnAb32
j1iO0ts5PmC2pEfpJe4NpZYRlGdCJiQgwiyph/sBUDPs5czk1XIxZqcBhUgBNsMZ
Brc/gkaEZmgAgzy+HCsD186tng8OgQX7inQMGOQ4N7x3JsEtfgR/HabznXAQ0714
zMeOtgetW5FaNcYkR8BqEQXlU3Ua5dbMjn/b9VOnFYtFus4pVWnt1sGe64BKz0VT
EFUZR2tjyvCsAqgq6IrdKvVWZw5TL+/eta8+eUYiKH7rsEzHKvZqGEcYpcwbv/p+
QI0KiXvmClznDgdRfZyPiXRdHAQS8DefkE4TsW5TAEJe/+5EcrE/VIitOX5dwE+c
kHYcqW1R0yWNhLB9NwCSAh5YudzMlBXem42pd+TSJNw7GoPmI9EO7kEqqXqlj5Ih
sDc+T8pksvxRjZK/HlsxCVbU1zcQaerVbphBNSpa33PPm/ElaLz4ywi2XAZkFPRA
XSFFR9sCMPQ1IPDiKiF5f3g8tQgn9vL4hg1lVDNLoXFfLMOSdr/wVZLLYj+qlLwk
W94ttyg0V5ws8jfhB7XKJ8HTKULejgfftNsnq461E7aKllp9qRHG+F9PBKLxXYd1
NbFUCPvFWtb6DWuJgSkv+aNHeO9W+vu8N4zOOmsqL2UQbGDzgXSHW6HTE+nlsIJq
xjp40fD5wbKvkFxi84ee
=xt+g
-END PGP SIGNATURE-


Accepted:
backfire-dkms_0.72-1_all.deb
  to main/r/rt-tests/backfire-dkms_0.72-1_all.deb
rt-tests_0.72-1.debian.tar.gz
  to main/r/rt-tests/rt-tests_0.72-1.debian.tar.gz
rt-tests_0.72-1.dsc
  to main/r/rt-tests/rt-tests_0.72-1.dsc
rt-tests_0.72-1_amd64.deb
  to main/r/rt-tests/rt-tests_0.72-1_amd64.deb
rt-tests_0.72.orig.tar.gz
  to main/r/rt-tests/rt-tests_0.72.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/e1q4cqg-00035u...@franck.debian.org



Accepted syrep 0.9-4.1 (source amd64)

2011-03-28 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Mar 2011 15:25:07 +0200
Source: syrep
Binary: syrep
Architecture: source amd64
Version: 0.9-4.1
Distribution: unstable
Urgency: low
Maintainer: Marvin Stark m...@der-marv.de
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 syrep  - A generic file repository synchronization tool
Closes: 618185
Changes: 
 syrep (0.9-4.1) unstable; urgency=low
 .
   * Build depend on libdb (= 5.1)
   * Update configure script to accept version of bdb higher than 4.3
 and not just 4.3 and 4.4 (Closes: #618185)
Checksums-Sha1: 
 29d5d00277351356fd84f257143e12c4b4f59287 1052 syrep_0.9-4.1.dsc
 8e85ba09964a1bdce2c2f7b6a5c2a6d597ab18ad 59023 syrep_0.9-4.1.diff.gz
 6ca0fa8c83f2fa6ac7443ff72b497566906fc9e1 60522 syrep_0.9-4.1_amd64.deb
Checksums-Sha256: 
 f5f62da1c08dd244f9b7e453bae116f923927f411645ba9bc01f6cd1c7d83b22 1052 
syrep_0.9-4.1.dsc
 8839e175dc54398f01e423537d72e3ecace5118a4b382652656ca89ad3d4dabb 59023 
syrep_0.9-4.1.diff.gz
 c52fb84fbbe429238bf95ef1d1fe0059dbd2900d25e7bdf8bbc946ce2ad0d329 60522 
syrep_0.9-4.1_amd64.deb
Files: 
 ba7973970f5159f1051b23938514dfc3 1052 utils optional syrep_0.9-4.1.dsc
 4af3a4366efb9168e81336d1254259f0 59023 utils optional syrep_0.9-4.1.diff.gz
 2cf63b1a89c7e245282fb9e82ffda599 60522 utils optional syrep_0.9-4.1_amd64.deb

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

iEYEARECAAYFAk2QkD4ACgkQ9OZqfMIN8nPmtwCeLAwQsH22vn0AQsfBjga8VhEt
j+IAnRvLEeLL8X+XeoLIFEPjqSNI0H9J
=QkSZ
-END PGP SIGNATURE-


Accepted:
syrep_0.9-4.1.diff.gz
  to main/s/syrep/syrep_0.9-4.1.diff.gz
syrep_0.9-4.1.dsc
  to main/s/syrep/syrep_0.9-4.1.dsc
syrep_0.9-4.1_amd64.deb
  to main/s/syrep/syrep_0.9-4.1_amd64.deb


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



Accepted alien-arena 7.51-2 (source i386)

2011-03-28 Thread Fuddl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Mar 2011 16:11:13 +0200
Source: alien-arena
Binary: alien-arena alien-arena-server
Architecture: source i386
Version: 7.51-2
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Bruno Fuddl Kleinert fu...@debian.org
Description: 
 alien-arena - Standalone 3D first person online deathmatch shooter
 alien-arena-server - Dedicated server for Alien Arena
Closes: 619887
Changes: 
 alien-arena (7.51-2) unstable; urgency=low
 .
   * Team upload.
   * Fix typo in /usr/share/applications/alien-arena.desktop. Thanks to Andrea
 Carpineti for the patch! (Closes: #619887)
   * Add an Italian translation to /usr/share/applications/alien-arena.desktop.
 Thanks again to Andrea Carpineti!
   * Add a German translation to /usr/share/applications/alien-arena.desktop.
Checksums-Sha1: 
 4d1adfbfa5ad5404095c8ab1a4cf4e63d1a22313 1634 alien-arena_7.51-2.dsc
 7dab08a46b70167c9857c119a03590165bec58c8 19776 alien-arena_7.51-2.debian.tar.gz
 0b7e5de9dba10ad482c62627752136b32fadf1ce 703126 alien-arena_7.51-2_i386.deb
 4cae581e9e1332378bf99159e3957c1ba7ef4b2d 220346 
alien-arena-server_7.51-2_i386.deb
Checksums-Sha256: 
 1a42c37e97dec0704d2b475a5074eafecb4b2abae203ef7bdec56bd05259ed20 1634 
alien-arena_7.51-2.dsc
 2ec3b8f986aeec8160e346254b04e048d032f6e02039dc7f964c9c2f434a29e2 19776 
alien-arena_7.51-2.debian.tar.gz
 e130153f8d09b92381ace0201320b3706d22cf5ebe101dcf04b14e27bc340881 703126 
alien-arena_7.51-2_i386.deb
 fd7e3f67a4ae018fd0881addfb590d17b0102f15e6d47cfbf24bc06a34ae8a1b 220346 
alien-arena-server_7.51-2_i386.deb
Files: 
 774459882c2740aa09ab17d5fc2f0291 1634 contrib/games extra 
alien-arena_7.51-2.dsc
 f976baa9fdf39abf743abd7963c4f4c7 19776 contrib/games extra 
alien-arena_7.51-2.debian.tar.gz
 6b677bd090ff58ff3f1f6cbcaab4f9eb 703126 contrib/games extra 
alien-arena_7.51-2_i386.deb
 7a6209ddc69842335e353f1688a76e9e 220346 contrib/games extra 
alien-arena-server_7.51-2_i386.deb

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

iEYEARECAAYFAk2QmrkACgkQurEs8MfFj3xdZACfdRVguyS/fNqj7uw2I5beHzSQ
GRkAn3zS7GTKzXxjfHhqm5SGajcgDY0U
=1fMK
-END PGP SIGNATURE-


Accepted:
alien-arena-server_7.51-2_i386.deb
  to contrib/a/alien-arena/alien-arena-server_7.51-2_i386.deb
alien-arena_7.51-2.debian.tar.gz
  to contrib/a/alien-arena/alien-arena_7.51-2.debian.tar.gz
alien-arena_7.51-2.dsc
  to contrib/a/alien-arena/alien-arena_7.51-2.dsc
alien-arena_7.51-2_i386.deb
  to contrib/a/alien-arena/alien-arena_7.51-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/e1q4diu-vv...@franck.debian.org



Accepted dictionaries-common 1.10.6 (source all)

2011-03-28 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Mar 2011 15:51:13 +0200
Source: dictionaries-common
Binary: dictionaries-common dictionaries-common-dev
Architecture: source all
Version: 1.10.6
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo agmar...@debian.org
Changed-By: Agustin Martin Domingo agmar...@debian.org
Description: 
 dictionaries-common - Common utilities for spelling dictionary tools
 dictionaries-common-dev - Developer tools and Policy for spelling dictionary 
tools
Closes: 619620
Changes: 
 dictionaries-common (1.10.6) unstable; urgency=low
 .
   * Make update-default-* to not enable triggers nor try to
 set symlinks when called fom dictionaries-common postinst
 (Closes: #619620).
   * DictionariesCommon.pm::dico_activate_trigger: Warn on
 enabling trigger on $debug.
   * dc-debconf-default-value.pl: Enable -huge and -insane as
 possible dict suffixes on default selection.
   * update-default.in:
 - Do not use Getopt::Long. Parse options directly.
 - Remove no longer used --ignore-symlinks external option.
 - Drop --rebuid option, rebuild always. Keep as a no-op for
   compatibility with old maintainer scripts.
 - Better manual mode handling.
 - Some code reorganization.
Checksums-Sha1: 
 aabbff09150952b09757223df6da34ee9cf6b177 1132 dictionaries-common_1.10.6.dsc
 d9eef234443ce79731ee0a5220ad9b976fc71254 321009 
dictionaries-common_1.10.6.tar.gz
 8724caff715cf43083b620b79ec8e0539ac468bc 300726 
dictionaries-common_1.10.6_all.deb
 eec1a19d68101c32724e97ef1b351fe3b15d9856 128920 
dictionaries-common-dev_1.10.6_all.deb
Checksums-Sha256: 
 d244c3d10deaef33351de7f70049da3cf12c70b28c411768f514034cce24424b 1132 
dictionaries-common_1.10.6.dsc
 6cb247c4ff8c8bcc16b1d5a3745fa829cd797af0e0c366f73612d012f260984c 321009 
dictionaries-common_1.10.6.tar.gz
 7c0908cf1361334562dc9f809ea2a1ac3285a9e7cd57259e8d92e6621056e40c 300726 
dictionaries-common_1.10.6_all.deb
 7b0fecfd051635857f3ffcb0b02f3dd476e94d1d6cbacf08f05328e3ace531c7 128920 
dictionaries-common-dev_1.10.6_all.deb
Files: 
 c33f19cec9691132c67bfdcf99d4b219 1132 text optional 
dictionaries-common_1.10.6.dsc
 fcbe11ace1f466f2e4069eaa2343820c 321009 text optional 
dictionaries-common_1.10.6.tar.gz
 5bd87ab2e895168e7864e7faa315d2f1 300726 text optional 
dictionaries-common_1.10.6_all.deb
 1734ce1a7b797b15d372b6baa513b770 128920 devel extra 
dictionaries-common-dev_1.10.6_all.deb

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

iD8DBQFNkJhxTShHqj72DpwRApWVAJ9lQblBZsVVfBoOfCV7YGFx+xWDygCfUMOa
+IGJ4Rwc1bNrZksUnd9VYFo=
=9BKw
-END PGP SIGNATURE-


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


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



Accepted ibus-chewing 1.3.9.2-2 (source amd64)

2011-03-28 Thread Asias He
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Mar 2011 14:14:16 +0800
Source: ibus-chewing
Binary: ibus-chewing
Architecture: source amd64
Version: 1.3.9.2-2
Distribution: unstable
Urgency: low
Maintainer: IME Packaging Team pkg-ime-de...@lists.alioth.debian.org
Changed-By: Asias He asias.he...@gmail.com
Description: 
 ibus-chewing - chewing input engine for IBus
Closes: 619604
Changes: 
 ibus-chewing (1.3.9.2-2) unstable; urgency=low
 .
   * Fix Cannot close candidate window with escape key since selected
 tone (Closes: #619604)
   * Set Vcs to git.debian.org
   * Set DM-Upload-Allowed to yes
Checksums-Sha1: 
 d2780d4dead0be1deda800622b224b5df92536b3 1483 ibus-chewing_1.3.9.2-2.dsc
 dcab0aedd37889747666b46ebb022992175f178d 4354 
ibus-chewing_1.3.9.2-2.debian.tar.gz
 78197ea9d28792b6c642dbdaa23d75f92f12e2a4 55506 ibus-chewing_1.3.9.2-2_amd64.deb
Checksums-Sha256: 
 fb366826815dd9e1ed28eaeea0311ce70a958dcd64f979f44b3e549c90317f43 1483 
ibus-chewing_1.3.9.2-2.dsc
 c47613cd6f62edaed3bb6c35cf550b025d10ee8902fa8c9943fa689f3b68ddb9 4354 
ibus-chewing_1.3.9.2-2.debian.tar.gz
 cc1ba044f52f5e77cf48ed4af5d5c9cd504f27bef39683214d1d64af7ade4da6 55506 
ibus-chewing_1.3.9.2-2_amd64.deb
Files: 
 92699ae395ba7c461b85b947ffdd7418 1483 utils optional ibus-chewing_1.3.9.2-2.dsc
 2284a7d779248d3b1820cd6cb1248e7c 4354 utils optional 
ibus-chewing_1.3.9.2-2.debian.tar.gz
 26a85d0839c483a034eccbd5be2d82f3 55506 utils optional 
ibus-chewing_1.3.9.2-2_amd64.deb

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

iEYEARECAAYFAk2QnscACgkQ5TUK4GCH0vgNHACeLkWfWI7kcRujNPC1fy1CSy+x
reEAmQE8aFzd0QBQjzs36g9iN4knjxw+
=YvCI
-END PGP SIGNATURE-


Accepted:
ibus-chewing_1.3.9.2-2.debian.tar.gz
  to main/i/ibus-chewing/ibus-chewing_1.3.9.2-2.debian.tar.gz
ibus-chewing_1.3.9.2-2.dsc
  to main/i/ibus-chewing/ibus-chewing_1.3.9.2-2.dsc
ibus-chewing_1.3.9.2-2_amd64.deb
  to main/i/ibus-chewing/ibus-chewing_1.3.9.2-2_amd64.deb


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



Accepted rxvt-unicode 9.10-1 (source amd64)

2011-03-28 Thread Ryan Kavanagh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 27 Mar 2011 07:36:20 -0400
Source: rxvt-unicode
Binary: rxvt-unicode rxvt-unicode-ml rxvt-unicode-256color rxvt-unicode-lite
Architecture: source amd64
Version: 9.10-1
Distribution: unstable
Urgency: low
Maintainer: Debian rxvt-unicode Maintainers 
pkg-urxvt-maintain...@lists.alioth.debian.org
Changed-By: Ryan Kavanagh ryana...@kubuntu.org
Description: 
 rxvt-unicode - RXVT-like terminal emulator with Unicode support
 rxvt-unicode-256color - multi-lingual terminal emulator with Unicode support 
for X11
 rxvt-unicode-lite - RXVT-like terminal emulator with basic Unicode support
 rxvt-unicode-ml - multi-lingual terminal emulator -- transitional package
Closes: 613076 613226 617542
Changes: 
 rxvt-unicode (9.10-1) unstable; urgency=low
 .
   * New maintainer (Closes: #617542)
   * Imported Upstream version 9.10
 - Fixes regression, urxvtd no longer forks when it shouldn't
   (Closes: #613076)
 - Dropped 09_binutils_gold.diff, no longer needed
 - Replace libafterimage-dev with libgtk2.0-dev in B-D
   * Remove a copy of part of Decklin's homedir
   * Bump standards to 3.9.1
   * Bump compat to 7 and increment debhelper version to 7.0.0
   * Split up debian-changes-9.01-1 into a series of single patches
 - Set app-defaults path in 01_app-defaults.diff
 - Use DejaVu instead of Bitstream Vera in 02_use_dejavu.diff
 - Dropped xterm scrollbar border color patch, 03_fix_xterm_scrollbar.diff
 - Dropped patch 04_no_urgency_on_focus.diff
 - Dropped set default cutchars, fix double-click word selection,
   05_cutchars.diff
 - Elide obsolete documentation in 06_debian_docs.diff
 - Set correct path to file with color names in manpage,
   07_rgb_location.diff
 - Rebuild documentation, 08_rebuild_docs.diff
   * Split debian-changes-9.09-2 into single patches
 - Link against libfontconfig to fix FTBFS with binutils-gold,
   09_binutils_gold.diff
 - Dropped the metabit patch, 10_metabit.diff
   * In debian/rules:
  - Don't ignore all make errors on clean
  - plain-scroll is no longer a configure option, dropped it from our list
  - Use dh_autotools-dev_* instead of manually replacing config.guess,
config.sub
  - dh_clean should be the last thing called in the clean target
  - Don't ship empty usr/{bin,share/pixmaps} and etc/X11/app-defaults
in rxvt-unicode-ml
  - Don't install empty directory usr/share/pixmaps in rxvt-unicode-ml
   * Depend on ncurses-term = 5.8-1 for rxvt-unicode-256color terminfo
 (Closes: #613226)
   * Fix malformed whatis entries (11_fix_lexgrog.diff)
   * Don't use hyphens as minus signs (12_hyphen_minus_sign.diff)
   * Added lintian overrides for tables that are too wide in urxvt.7. These are
 generated manpages and so these man warnings aren't really fixable.
   * Added homepage to control
   * rxvt-unicode-ml is a transition package depending on rxvt-unicode, don't
 install a menu entry since there is no accompanying binary.
   * Don't reference a symlink of the GPL from copyright file
   * set -e in maintainer scripts instead of '-e' option on #! line
   * Added Vcs-* fields
   * Upload sponsored by Yaroslav Halchenko deb...@onerussian.com
Checksums-Sha1: 
 2f90068044a1318d3544945ebd6c5d01422af18e 1550 rxvt-unicode_9.10-1.dsc
 54c896a4885b8984b0dfa652269c3c34c4d75f2d 884501 rxvt-unicode_9.10.orig.tar.bz2
 36d0066efe8c8765424795e6669ead17956762a2 29763 
rxvt-unicode_9.10-1.debian.tar.gz
 67b89d6d420f387d54c398fc8f121718717d3b06 1313314 rxvt-unicode_9.10-1_amd64.deb
 3cc0a778e8c03e6559eaceede596854ae15c4e48 42392 rxvt-unicode-ml_9.10-1_amd64.deb
 c65dc3eb66f7593dafb15fb7a9652b0088fcc4a1 1314876 
rxvt-unicode-256color_9.10-1_amd64.deb
 74cb2f6d9afbffbbd54bb170953e3c06e2588a18 1075636 
rxvt-unicode-lite_9.10-1_amd64.deb
Checksums-Sha256: 
 ca5798a6733ccced95ac9fc2ba3587a40745daf6fce990387600933753aec395 1550 
rxvt-unicode_9.10-1.dsc
 1c238f7e545b1a8da81239b826fb2a7d196c73effbcbd211db7a50995a0a067a 884501 
rxvt-unicode_9.10.orig.tar.bz2
 cd0201869ef4b0a13a9acf17df87ee5eb8c0ad42e9fd5d2c64f786d8e1e0d5c5 29763 
rxvt-unicode_9.10-1.debian.tar.gz
 c14faedd4ead8df144c51ff8896e122cfc3999046c97932a719372c94f23 1313314 
rxvt-unicode_9.10-1_amd64.deb
 83615e05a4a0a0a50acc0e82468a4b8ea8a4f3187c33882f8d5a045a30fd33b3 42392 
rxvt-unicode-ml_9.10-1_amd64.deb
 10a50104e503f7621e325990dead17a91bf958fd7a8702e27e07af59d2917e3e 1314876 
rxvt-unicode-256color_9.10-1_amd64.deb
 5a588a306d4a190166182d9887da5424dfc83683da18bb0c08beae0488c2 1075636 
rxvt-unicode-lite_9.10-1_amd64.deb
Files: 
 5d6eb22e37822934ec03269a78143bb9 1550 x11 optional rxvt-unicode_9.10-1.dsc
 a23aa40b31e843878b6f9c44768de430 884501 x11 optional 
rxvt-unicode_9.10.orig.tar.bz2
 308963cb2442de2be32f885db7a7f695 29763 x11 optional 
rxvt-unicode_9.10-1.debian.tar.gz
 24e7157a126f03c4bc75a5bc644d9671 1313314 x11 optional 
rxvt-unicode_9.10-1_amd64.deb
 

Accepted libtest-pod-content-perl 0.0.5-1 (source all)

2011-03-28 Thread Peter Pentchev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 21 Mar 2011 11:49:03 +0200
Source: libtest-pod-content-perl
Binary: libtest-pod-content-perl
Architecture: source all
Version: 0.0.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Peter Pentchev r...@ringlet.net
Description: 
 libtest-pod-content-perl - Perl module for testing POD content
Closes: 619097
Changes: 
 libtest-pod-content-perl (0.0.5-1) unstable; urgency=low
 .
   * Initial Release.  Closes: #619097
Checksums-Sha1: 
 933da2ac4fd227feae5d5e8adfec7f03a556034d 2057 
libtest-pod-content-perl_0.0.5-1.dsc
 1062f39845f15a956cee520498a1108c025d7c19 6685 
libtest-pod-content-perl_0.0.5.orig.tar.gz
 cf101f361fa1b011945ffe64549a9013f2763dd3 1600 
libtest-pod-content-perl_0.0.5-1.debian.tar.gz
 2eb996e6e8d833fc115b77fbf5816d6c7ec75f43 8478 
libtest-pod-content-perl_0.0.5-1_all.deb
Checksums-Sha256: 
 45dc78da06155d55c74ccff853eb3b06574f410cd49d8c97243913d0913b380f 2057 
libtest-pod-content-perl_0.0.5-1.dsc
 1040500fe4e7081d0245bf305c9ac2c773d143876f69b006dac64c72eacd19c7 6685 
libtest-pod-content-perl_0.0.5.orig.tar.gz
 0af84efb794252e8d7d159e0c6a1ee94a948fc37a8255860d224f726132dc772 1600 
libtest-pod-content-perl_0.0.5-1.debian.tar.gz
 d868115583e6cbddab718821637f5a5a60236101cfb7ccf9dd0179d4dc76409c 8478 
libtest-pod-content-perl_0.0.5-1_all.deb
Files: 
 3359efccee9141e67cb2df6128ae8521 2057 perl optional 
libtest-pod-content-perl_0.0.5-1.dsc
 895452aebc0d809413c865452be28d6a 6685 perl optional 
libtest-pod-content-perl_0.0.5.orig.tar.gz
 f5c39199515ba2a33d3b241b90996a80 1600 perl optional 
libtest-pod-content-perl_0.0.5-1.debian.tar.gz
 7007e5adf7ed7ebe9b91598f68609218 8478 perl optional 
libtest-pod-content-perl_0.0.5-1_all.deb

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

iQIcBAEBCAAGBQJNiPbSAAoJELs6aAGGSaoGwK0P/jpjqFP2ffLpXtZi7d4kbu8U
jvtsAz5Ne8/Cg2lVTtw4c2VV4sUKYFMkup4OYD0AzIfCat+ZlebwYFv3owoRvSK7
VtKSvwrWj2YxYM4apHeHOjqostkvqRu0amhnh69wPPf8xpqG/vdAs3dtdFrnizWg
PjI+abe7oBoZRSXnlW5qiH2MxKzTCmi1KvqT3fSewripHr2a6jaSQop0uT7YIMRa
C1A5BEgIOGfM2pf7p/opGSJPWqqOfzIWiA1dqWQrMnif3J9ydMLcvKmcDZG32b5k
O4EEmsSPIAyyvJhPsynTXqJdhyUH1l4gnJCydfQrtolhj6Ry9Dsgijxa3dn2gCA+
qU0Dran1VIjHYR2u5Nki/AjHcWPgy8LJnA4MN1qV32O754nk0yYerPv/QLQGKhYH
kQ3IJQKea5RtjvkiVWDHDoVSJE0Oy/H9uSgBE9YQCET/yCdVXA3GvL+NKiuHzSNt
lrzjwhYKdCpjW8NfaNR4+tkuujSeo5Q4T/5ipok1gk1ujpXuJ6uZ7DyEeRxIq21R
ao+TToAzBO45gm8APsxFuwGYGPEAWkfNIZaPtSwVT56nij/q+Qu2UpgAxhh0GdEG
RC4ogKExhvpnmiuF6abZWLLnY9HYawD1pJQyXG2UHHSwOUBtMQdXaIWCSq67NVnW
QOKgSbLSo1I76+Nj/cq+
=IhzU
-END PGP SIGNATURE-


Accepted:
libtest-pod-content-perl_0.0.5-1.debian.tar.gz
  to 
main/libt/libtest-pod-content-perl/libtest-pod-content-perl_0.0.5-1.debian.tar.gz
libtest-pod-content-perl_0.0.5-1.dsc
  to main/libt/libtest-pod-content-perl/libtest-pod-content-perl_0.0.5-1.dsc
libtest-pod-content-perl_0.0.5-1_all.deb
  to main/libt/libtest-pod-content-perl/libtest-pod-content-perl_0.0.5-1_all.deb
libtest-pod-content-perl_0.0.5.orig.tar.gz
  to 
main/libt/libtest-pod-content-perl/libtest-pod-content-perl_0.0.5.orig.tar.gz


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



Accepted fakeroot 1.15-1 (source amd64)

2011-03-28 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 28 Mar 2011 11:10:45 -0400
Source: fakeroot
Binary: fakeroot
Architecture: source amd64
Version: 1.15-1
Distribution: unstable
Urgency: low
Maintainer: Clint Adams cl...@debian.org
Changed-By: Clint Adams cl...@debian.org
Description: 
 fakeroot   - tool for simulating superuser privileges
Closes: 615852 618782
Changes: 
 fakeroot (1.15-1) unstable; urgency=low
 .
   * Patch from Aurelien Jarno to add lchmod() support (for GNU/kFreeBSD).
 closes: #618782.
   * Patch from Justin B. Rye to improve short and long package descriptions.
 closes: #615852.
Checksums-Sha1: 
 c203bdf9748bad7dded7423943e9327296a1bf2a 1907 fakeroot_1.15-1.dsc
 e578a267faaa2212658d02a560c9a844f6319451 280653 fakeroot_1.15.orig.tar.bz2
 17375f7c3e5e75a6548e93264b689dbf39c483eb 43973 fakeroot_1.15-1.debian.tar.gz
 432bf83ebe253e2d487ff03cffd84d317814051c 120086 fakeroot_1.15-1_amd64.deb
Checksums-Sha256: 
 eea264cd9ca792dca162a61784951e0bfdd34306183545900f07d2867e55378e 1907 
fakeroot_1.15-1.dsc
 78508793b10f7823197cafb76750bcfba071d150c40890b84e474fc5be3d1e5b 280653 
fakeroot_1.15.orig.tar.bz2
 08b194b253dadf64763a99fa120e5cc0072719b0f70a19bca45c247a7f953039 43973 
fakeroot_1.15-1.debian.tar.gz
 ef621ed95b963dff11e728aa4c21332c62fef6b3b760c214fb082c2acc9fde33 120086 
fakeroot_1.15-1_amd64.deb
Files: 
 0549b099e27fc1bac52ea6af05a230c8 1907 utils optional fakeroot_1.15-1.dsc
 932a8915a966837310e73286386405a6 280653 utils optional 
fakeroot_1.15.orig.tar.bz2
 a4a23967a556f23a4e28c37f3e6e4a21 43973 utils optional 
fakeroot_1.15-1.debian.tar.gz
 0f72948bdd53ff6ccd136228c5363122 120086 utils optional 
fakeroot_1.15-1_amd64.deb

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

iQIcBAEBCgAGBQJNkKYVAAoJEFWSMx4ZnTiog0MP/3tOxerkB+8KOug+LAPPTRoh
oayLODFe533jES2N0+p0KVKN7BYZ+xu1jxcXzo0+wHfI2if7FbmnRDVkWnnXi4zN
sXXmnM/A0LD/LlWjHFz+jIUKk/ePplPslGBYQxnIqAQutSbPvq05iFdNznx/ZRIY
R+Si9sdtcSHL6XypUbVoqucdXjxDsCFecleuNqtYMCEPLawWLgeGZq66J/y1rDUI
lRSG2sUK6Kx8Ulp7rNT+LnXGbyMhMoXM1Sd/OpDJSmSRf3Mj3ftEVwEUFh02PPX6
DfVQcGZ0HCmf36114hHTd7BhvQetlTNqeTihdKtszn3gGI75i0m7K2aTaFcOY7vT
ayYznCvE6O4F7d7yFOf7D77Kj+HvAVstPjW+equG2vlWozFek2pODfkUGDYhtq21
g4XEWnzna6+aj9GYCH7xuvAnjD4Nm4Hr/bWh3tT+gknHkdoLZ9XMDa0ZQfook34X
lro9a+1AqBhJJXijIELBGNFafgx/qliEM+qPIQtL/oiAItR9EGD72SMi8rjAlSL5
OmpLOLRy4NZsaPfwJ80sw6zsMQGy2lUwKN9mWYlrt9lFtR+zD1T4B7s+NXa+dWyW
kyrKppy13p0Zcf1eFIUELvciFQWmXOrxhm8g6t/N9u+y6nZHscXOWEx5k+ggwiwW
fcWQTP9xpHPxMig0pSzz
=/Ryr
-END PGP SIGNATURE-


Accepted:
fakeroot_1.15-1.debian.tar.gz
  to main/f/fakeroot/fakeroot_1.15-1.debian.tar.gz
fakeroot_1.15-1.dsc
  to main/f/fakeroot/fakeroot_1.15-1.dsc
fakeroot_1.15-1_amd64.deb
  to main/f/fakeroot/fakeroot_1.15-1_amd64.deb
fakeroot_1.15.orig.tar.bz2
  to main/f/fakeroot/fakeroot_1.15.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/e1q4eg1-of...@franck.debian.org



Accepted git-annex 0.20110328 (source i386)

2011-03-28 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 28 Mar 2011 10:47:29 -0400
Source: git-annex
Binary: git-annex
Architecture: source i386
Version: 0.20110328
Distribution: experimental
Urgency: low
Maintainer: Joey Hess jo...@debian.org
Changed-By: Joey Hess jo...@debian.org
Description: 
 git-annex  - manage files with git, without checking their contents into git
Changes: 
 git-annex (0.20110328) experimental; urgency=low
 .
   * annex.diskreserve can be given in arbitrary units (ie 0.5 gigabytes)
   * Generalized remotes handling, laying groundwork for remotes that are
 not regular git remotes. (Think Amazon S3.)
   * Provide a less expensive version of `git annex copy --to`, enabled
 via --fast. This assumes that location tracking information is correct,
 rather than contacting the remote for every file.
   * Bugfix: Keys could be received into v1 annexes from v2 annexes, via
 v1 git-annex-shell. This results in some oddly named keys in the v1
 annex. Recognise and fix those keys when upgrading, instead of crashing.
Checksums-Sha1: 
 1d6a12af5ff370f65832961c9e4411b4934c02d6 1554 git-annex_0.20110328.dsc
 2789179eafde4328fb21b607164ee5286b2ebf54 272753 git-annex_0.20110328.tar.gz
 a486ebd455d3169fb19cf3f218bebdf389504306 1646116 git-annex_0.20110328_i386.deb
Checksums-Sha256: 
 88c2ef09781df531bc5dcb9b39d0e0e1d8c990f029df53c1b2c4ee208e24dc85 1554 
git-annex_0.20110328.dsc
 2be4871701fc75c876dd4845cc100e0c681260ebacfd3522ae5f43df2ec3d0d0 272753 
git-annex_0.20110328.tar.gz
 7f7a48fe8002f75b8fe744723abbefe2c5bb91b3c95416f50e457339898707e7 1646116 
git-annex_0.20110328_i386.deb
Files: 
 ebc11b2f56e862731c30e79b1cd0aee6 1554 utils optional git-annex_0.20110328.dsc
 cfb1bcc2b727fb9ee2e846f739813377 272753 utils optional 
git-annex_0.20110328.tar.gz
 a65525d7ff06e98137aae3214a8b38d2 1646116 utils optional 
git-annex_0.20110328_i386.deb

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

iQIVAwUBTZClXskQ2SIlEuPHAQgcuw//UIvjWyoEVb0kTShiu1riCW0MbnDtVEj3
9zmg62NGjNh6kCO2PnfYwySCf5CtJpNjwCaGVupL5qQPPS/ZctPx+t2YiSRV5m2F
jsNHYjmkJJYqc4YvU02me6mqGDIX/CGye09jO5cb/UY6ZGKPWLhlStqYudN0RSct
dbwUC5UYN4P47QZ1ESJSpv7tRmShxkocaNmUFq+8AqI6W8u2bW9VqhZb2TedsvC8
ovyRMO6dK9I3FltW7eezMTstLCrKI8k+9PEBh9+qVp6JAppn1SAEykHO7U+Kb6M7
NFpKSwJlSW0Rh9l+HmQ4LR2Onefx3cbz1apbES0XaL8ovKHKaphICvCWBB1faZqX
U2Wu3P9hV86dScGDfR1yxg6dqu9iS6vaD2abcPyvKyEiEx4/bajTp9AonuBRactM
BfiGUq0XBask8/ewtsc/VruhOBNyW1/VappKcMhVjR7XR33bjkrXysG/CuzCGqCV
FkRJOUQXXRJu11hNxx3jquln/pbxuKaA05fR0ON8jIPguE3hcpKDB01+liJnXZq2
8pNGo5QDhRSAma387faXhlAWzzldTZU+HCxcnn6/mQVgQhbgWupnyotKvAkmzDG3
oXtuovajg9pk/jVa7ZgIG/hXpTPr+8TW912F+UED/n2ad5xd92JffCHiAO9DvHpF
55RG6nn9YeA=
=SF4Q
-END PGP SIGNATURE-


Accepted:
git-annex_0.20110328.dsc
  to main/g/git-annex/git-annex_0.20110328.dsc
git-annex_0.20110328.tar.gz
  to main/g/git-annex/git-annex_0.20110328.tar.gz
git-annex_0.20110328_i386.deb
  to main/g/git-annex/git-annex_0.20110328_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/e1q4ego-vk...@franck.debian.org



Accepted gmt 4.5.6-1 (source i386 all)

2011-03-28 Thread Francesco Paolo Lovergine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Mar 2011 12:50:08 +0200
Source: gmt
Binary: gmt libgmt4 libgmt-dev gmt-doc-pdf gmt-tutorial-pdf gmt-doc gmt-examples
Architecture: source i386 all
Version: 4.5.6-1
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project pkg-grass-de...@lists.alioth.debian.org
Changed-By: Francesco Paolo Lovergine fran...@debian.org
Description: 
 gmt- Generic Mapping Tools
 gmt-doc- HTML documentation for GMT, the Generic Mapping Tools
 gmt-doc-pdf - PDF docs for GMT, the Generic Mapping Tools
 gmt-examples - Example scripts illustrating the use of GMT
 gmt-tutorial-pdf - Tutorial for GMT, the Generic Mapping Tools (PDF)
 libgmt-dev - Generic Mapping Tools Library
 libgmt4- Generic Mapping Tools Library
Changes: 
 gmt (4.5.6-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 d5bf172911dbe2b7d0849bb10338dbe7ff6588d7 1400 gmt_4.5.6-1.dsc
 e04e7fafb966a9246d9d5b85770bdc1308aab00e 30524348 gmt_4.5.6.orig.tar.gz
 72993d024dc7ad7aacf4bad532cf830a8d600e5d 9295 gmt_4.5.6-1.debian.tar.gz
 c6da12bf50949f98b7d4fb2294d3c74eadfcfbb4 5649106 gmt_4.5.6-1_i386.deb
 1a552a9c1bc0888b41c90e9511fb377836c9d73c 575964 libgmt4_4.5.6-1_i386.deb
 1c0a33a5654b6ea1c188204908a8b837fe10cefb 720174 libgmt-dev_4.5.6-1_i386.deb
 8669070c9524430d96192ef20f59643ae688cfa0 15328094 gmt-doc-pdf_4.5.6-1_all.deb
 50abe2548e76a4b78aa4e2b418cf01a92ca3d802 351792 
gmt-tutorial-pdf_4.5.6-1_all.deb
 e1b19a0128f64f98fbc729fbc7fcc01f9c4f96a0 4978728 gmt-doc_4.5.6-1_all.deb
 06035969bffd47965319620560bd37ae4e32113a 6368510 gmt-examples_4.5.6-1_all.deb
Checksums-Sha256: 
 5e36fca7cf6ad1483c393872552b84d8ad5d244b4376928d648e34895dd115dc 1400 
gmt_4.5.6-1.dsc
 dd3c04dd05772db2399a01c75d9bc2231103bf08e1c2398ff9ae9140dc6aa163 30524348 
gmt_4.5.6.orig.tar.gz
 68504659a3fbfde4a4c34ee066d4fc9d97b77aecd96fcbdcdb0ee508a5bf72a0 9295 
gmt_4.5.6-1.debian.tar.gz
 b94e37b8af7539fd10dac7e632a3a6417e051c11161e3421a406a9b92941cbe5 5649106 
gmt_4.5.6-1_i386.deb
 ea142f8331eec5fa1bc4f30296eee804b64a0979bd0c70acf6fe27f9d01f3320 575964 
libgmt4_4.5.6-1_i386.deb
 1d71379cc0d5458fc40ca7522cd3fd0f5243d643cc39105e7b52ffae31ee66ef 720174 
libgmt-dev_4.5.6-1_i386.deb
 d47109ab6f6dae494d3c9f60e8275b4d16881e2a90aa3d50eb68bd2d6fc9522a 15328094 
gmt-doc-pdf_4.5.6-1_all.deb
 2d85f1d37ad326f65d9a9fc473e2de9cd5d0b9c7e9bdb105b863b571d5907bbd 351792 
gmt-tutorial-pdf_4.5.6-1_all.deb
 0ad0ecff262d8ec03e4e947f7cef74f06c761626cebea17efe7f8dc1c3ee56a4 4978728 
gmt-doc_4.5.6-1_all.deb
 8636f568f90f2d5a9ed99d5db8e15b00ad918d91b7e378206177deb528d306d9 6368510 
gmt-examples_4.5.6-1_all.deb
Files: 
 904a42d43cee8fdf9c22daaeb304f4af 1400 science extra gmt_4.5.6-1.dsc
 bb1fb0c5f9f5cf3fe36be501ee67101b 30524348 science extra gmt_4.5.6.orig.tar.gz
 f3cea433fdf04c4f5772ab47759a2eb4 9295 science extra gmt_4.5.6-1.debian.tar.gz
 8e4a68f48769c2624c115423af852cd4 5649106 science extra gmt_4.5.6-1_i386.deb
 2646e4226a94020d711b7811ea2dfa2d 575964 libs extra libgmt4_4.5.6-1_i386.deb
 67d70bf6df486d7069c09a04194540e6 720174 libdevel extra 
libgmt-dev_4.5.6-1_i386.deb
 4f324ab8d5279463ec2ca2baa57c01d5 15328094 doc extra gmt-doc-pdf_4.5.6-1_all.deb
 8240c07d55e0332b7f139ac764d4cf7c 351792 doc extra 
gmt-tutorial-pdf_4.5.6-1_all.deb
 493a3e033bf88e06e1be99d0642aba53 4978728 doc extra gmt-doc_4.5.6-1_all.deb
 e47f01f49811d9100639b27ccaf46cc0 6368510 doc extra gmt-examples_4.5.6-1_all.deb

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

iEYEARECAAYFAk2Qbn4ACgkQpFNRmenyx0evBACeJ9OBDrB9UQGI9RjLJsT8vipl
myUAn0igNEhtWpw66fNtcsJieMVtljBx
=0vdF
-END PGP SIGNATURE-


Accepted:
gmt-doc-pdf_4.5.6-1_all.deb
  to main/g/gmt/gmt-doc-pdf_4.5.6-1_all.deb
gmt-doc_4.5.6-1_all.deb
  to main/g/gmt/gmt-doc_4.5.6-1_all.deb
gmt-examples_4.5.6-1_all.deb
  to main/g/gmt/gmt-examples_4.5.6-1_all.deb
gmt-tutorial-pdf_4.5.6-1_all.deb
  to main/g/gmt/gmt-tutorial-pdf_4.5.6-1_all.deb
gmt_4.5.6-1.debian.tar.gz
  to main/g/gmt/gmt_4.5.6-1.debian.tar.gz
gmt_4.5.6-1.dsc
  to main/g/gmt/gmt_4.5.6-1.dsc
gmt_4.5.6-1_i386.deb
  to main/g/gmt/gmt_4.5.6-1_i386.deb
gmt_4.5.6.orig.tar.gz
  to main/g/gmt/gmt_4.5.6.orig.tar.gz
libgmt-dev_4.5.6-1_i386.deb
  to main/g/gmt/libgmt-dev_4.5.6-1_i386.deb
libgmt4_4.5.6-1_i386.deb
  to main/g/gmt/libgmt4_4.5.6-1_i386.deb


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



Accepted gmt-coast-low 1:2.1.1-1 (source all)

2011-03-28 Thread Francesco Paolo Lovergine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Mar 2011 13:47:17 +0200
Source: gmt-coast-low
Binary: gmt-coast-low
Architecture: source all
Version: 1:2.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project pkg-grass-de...@lists.alioth.debian.org
Changed-By: Francesco Paolo Lovergine fran...@debian.org
Description: 
 gmt-coast-low - Low resolution coastlines for the Generic Mapping Tools
Changes: 
 gmt-coast-low (1:2.1.1-1) unstable; urgency=low
 .
   * New upstream release for GMT 4.5.6+
   * Moved to git repository, with Vcs-* fields update in debian/control.
   * Policy bumped to 3.9.1, no changes required.
   * Debhelper level now set to 8.
   * Source format set to 3.0.
   * Updated download script to add current GSHHS version.
Checksums-Sha1: 
 edd24d5707b488ca954b58a71855079c58fe6d31 1341 gmt-coast-low_2.1.1-1.dsc
 424e0daa897e1597b5c1f66e43eb6fe4278cd8a4 4319977 
gmt-coast-low_2.1.1.orig.tar.gz
 de01de273ffc9568560b478b65bd210c2ef03199 5225 
gmt-coast-low_2.1.1-1.debian.tar.gz
 e5202aef6a9b8a2afcec40069c971d476cbce485 4661402 gmt-coast-low_2.1.1-1_all.deb
Checksums-Sha256: 
 de408e72076a8f2d3c35d9a7743830379e630da79e6ad283b2e163b1cd275455 1341 
gmt-coast-low_2.1.1-1.dsc
 477a3f320179b134683a9fcb213d77fd178041dca6feb20540c10e76f420fff0 4319977 
gmt-coast-low_2.1.1.orig.tar.gz
 07020729faeeb0b9486905b052b698d3c61efbcabd4cd5df11b16150e5505370 5225 
gmt-coast-low_2.1.1-1.debian.tar.gz
 0a05136647071c0d01ae3612abbf485632fc745738701cfbed14116eb34b0d73 4661402 
gmt-coast-low_2.1.1-1_all.deb
Files: 
 bd527c0f0235e53e00fe034ee2ca3e29 1341 misc extra gmt-coast-low_2.1.1-1.dsc
 9770a7abe41f26c736dfd713c8f3f79d 4319977 misc extra 
gmt-coast-low_2.1.1.orig.tar.gz
 a760040a9ab5a44e444bdd4240d4d95a 5225 misc extra 
gmt-coast-low_2.1.1-1.debian.tar.gz
 adaab5099011d375cf69dd292f4044d7 4661402 misc extra 
gmt-coast-low_2.1.1-1_all.deb

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

iEYEARECAAYFAk2QoecACgkQpFNRmenyx0ePpACfWMU6R4Kln7MrJJHkmGbumqy7
KPoAoJ5vVslt2a8JOVbIkLsZlBzPKN4A
=4jLU
-END PGP SIGNATURE-


Accepted:
gmt-coast-low_2.1.1-1.debian.tar.gz
  to main/g/gmt-coast-low/gmt-coast-low_2.1.1-1.debian.tar.gz
gmt-coast-low_2.1.1-1.dsc
  to main/g/gmt-coast-low/gmt-coast-low_2.1.1-1.dsc
gmt-coast-low_2.1.1-1_all.deb
  to main/g/gmt-coast-low/gmt-coast-low_2.1.1-1_all.deb
gmt-coast-low_2.1.1.orig.tar.gz
  to main/g/gmt-coast-low/gmt-coast-low_2.1.1.orig.tar.gz


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



Accepted ibus-xkbc 1.3.3.20100922-1 (source all)

2011-03-28 Thread LI Daobing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Mar 2011 23:08:33 +0800
Source: ibus-xkbc
Binary: ibus-xkbc
Architecture: source all
Version: 1.3.3.20100922-1
Distribution: unstable
Urgency: low
Maintainer: IME Packaging Team pkg-ime-de...@lists.alioth.debian.org
Changed-By: LI Daobing lidaob...@debian.org
Description: 
 ibus-xkbc  - keyboard layout emulation engine for IBus
Closes: 612080
Changes: 
 ibus-xkbc (1.3.3.20100922-1) unstable; urgency=low
 .
   [ Asias He ]
   * Set Vcs to git.debian.org
   * Add patch for autogen.sh
   * Set DM-Upload-Allowed to yes
   * Fix Configure Layout Switch button do not work (Closes: #612080)
 .
   [ LI Daobing ]
   * debian/watch: updated.
Checksums-Sha1: 
 512db7dbfe33caed77ae5b45159109c524b10d45 1508 ibus-xkbc_1.3.3.20100922-1.dsc
 cb5872b4eb05d1630b86c86e6524b71bd39bc5a4 2586360 
ibus-xkbc_1.3.3.20100922.orig.tar.gz
 212f105ab16689d5c38af28d54ffd129ffb8397d 3989 
ibus-xkbc_1.3.3.20100922-1.debian.tar.gz
 e54cbcc92089e48619d4c2e4d408a0f8bbddff4e 2463074 
ibus-xkbc_1.3.3.20100922-1_all.deb
Checksums-Sha256: 
 7f1723fd4f98ea4dd3a8a568f1e0229c931176e3cbdd3559cf442870530ecb42 1508 
ibus-xkbc_1.3.3.20100922-1.dsc
 d3f1f06f845c556db09008e118806a3c04a6709b913c693522ce9942c045fcfa 2586360 
ibus-xkbc_1.3.3.20100922.orig.tar.gz
 980fada023bd0cd968ad8fc51dbbc1bab998b4af8b1ec8d6aada6b978862f534 3989 
ibus-xkbc_1.3.3.20100922-1.debian.tar.gz
 317a2c70dcb82e73609587e2a66aebc0f37005db7c215ebdbbab1857247dfaad 2463074 
ibus-xkbc_1.3.3.20100922-1_all.deb
Files: 
 b4d82639de43b0f85f16fd7eb3e3ad45 1508 utils optional 
ibus-xkbc_1.3.3.20100922-1.dsc
 96ad4c25356e07223a862b5067c9422c 2586360 utils optional 
ibus-xkbc_1.3.3.20100922.orig.tar.gz
 f7e3c8837cf986186777d03d1c2c6137 3989 utils optional 
ibus-xkbc_1.3.3.20100922-1.debian.tar.gz
 b8a1a6b7f07976b4b370d28ce5f02383 2463074 utils optional 
ibus-xkbc_1.3.3.20100922-1_all.deb

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

iEYEARECAAYFAk2QphwACgkQ5TUK4GCH0vh1NwCfX0cHtcMMi3xS+p1sWQ8fBbQA
tTwAnibLx8mUoa+MHalO8LGDvhkT+r9E
=iy/L
-END PGP SIGNATURE-


Accepted:
ibus-xkbc_1.3.3.20100922-1.debian.tar.gz
  to main/i/ibus-xkbc/ibus-xkbc_1.3.3.20100922-1.debian.tar.gz
ibus-xkbc_1.3.3.20100922-1.dsc
  to main/i/ibus-xkbc/ibus-xkbc_1.3.3.20100922-1.dsc
ibus-xkbc_1.3.3.20100922-1_all.deb
  to main/i/ibus-xkbc/ibus-xkbc_1.3.3.20100922-1_all.deb
ibus-xkbc_1.3.3.20100922.orig.tar.gz
  to main/i/ibus-xkbc/ibus-xkbc_1.3.3.20100922.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/e1q4ehs-0001da...@franck.debian.org



Accepted crossfire-client 1.60.0-2 (source i386)

2011-03-28 Thread Kari Pahula
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Mar 2011 19:27:33 +0300
Source: crossfire-client
Binary: crossfire-client
Architecture: source i386
Version: 1.60.0-2
Distribution: unstable
Urgency: low
Maintainer: Kari Pahula k...@debian.org
Changed-By: Kari Pahula k...@debian.org
Description: 
 crossfire-client - Client for the multiplayer roguelike Crossfire
Closes: 618049
Changes: 
 crossfire-client (1.60.0-2) unstable; urgency=low
 .
   * Readd -lX11 to linker flags (Closes: #618049)
   * Install crossfire-client.desktop to /usr/share/applications/
Checksums-Sha1: 
 078a1a875b4b103cf64e0b8f5aa63a1cd4c37e19 1340 crossfire-client_1.60.0-2.dsc
 b54d824d3eeeafc7c9a79097fa3fad39e767c027 9091 
crossfire-client_1.60.0-2.debian.tar.gz
 fc5b3539c6afe4ef8df9ad42e1864016fd766ba2 366358 
crossfire-client_1.60.0-2_i386.deb
Checksums-Sha256: 
 58e512a670728096a3a40a0991c4c5a41980a8e5bc6cc3137a5df3bf9ee551a1 1340 
crossfire-client_1.60.0-2.dsc
 a2813d48d7a145c75fd05b4820fcf5e357c1653c708dde3a03eee6b6d12f27e7 9091 
crossfire-client_1.60.0-2.debian.tar.gz
 f0112111c0db5be6c1ec42797e61ccfea2ce7d1e9734c0ff8735647f90c9ecc5 366358 
crossfire-client_1.60.0-2_i386.deb
Files: 
 7c99113cdadd3ba11398b3518a44ae80 1340 games optional 
crossfire-client_1.60.0-2.dsc
 7ad455e6e3f338dfd6f184302928eb20 9091 games optional 
crossfire-client_1.60.0-2.debian.tar.gz
 a4ac1449fe50f7b059ff41289d41d23e 366358 games optional 
crossfire-client_1.60.0-2_i386.deb

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

iEYEARECAAYFAk2QtyAACgkQeYl9593Atw1DEgCfTFMK3TmEiB3ucZAo1spiFYe/
Cf0AnjgVeL1EGAOULjYCy4MA/Q5jiuxj
=aS6q
-END PGP SIGNATURE-


Accepted:
crossfire-client_1.60.0-2.debian.tar.gz
  to main/c/crossfire-client/crossfire-client_1.60.0-2.debian.tar.gz
crossfire-client_1.60.0-2.dsc
  to main/c/crossfire-client/crossfire-client_1.60.0-2.dsc
crossfire-client_1.60.0-2_i386.deb
  to main/c/crossfire-client/crossfire-client_1.60.0-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/e1q4fqs-00066q...@franck.debian.org



Accepted ikiwiki 3.20110328 (source all)

2011-03-28 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 28 Mar 2011 12:23:26 -0400
Source: ikiwiki
Binary: ikiwiki
Architecture: source all
Version: 3.20110328
Distribution: unstable
Urgency: low
Maintainer: Joey Hess jo...@debian.org
Changed-By: Joey Hess jo...@debian.org
Description: 
 ikiwiki- a wiki compiler
Changes: 
 ikiwiki (3.20110328) unstable; urgency=low
 .
   * Yaml formatted setup files are now produced by default.
 (Perl formatted setup files can still be used.)
   * Add timezone setting in setup file. This alows time zone to be configured
 via the web.
   * comment: Better fix to avoid showing comments of subpages, while
 not breaking manual inlining of comments.
   * meta: Security fix; don't allow alternative stylesheets to be added
 on pages where the htmlscrubber is enabled.
Checksums-Sha1: 
 38a5faa8543d729e74beb97501c510dc82ccd34b 1788 ikiwiki_3.20110328.dsc
 b7f83da63f1b7541fff0a651d73bcfd5b52a4787 2341626 ikiwiki_3.20110328.tar.gz
 8b5ce0efaf2d4c0effc03f4c71ebc3c524382060 1660772 ikiwiki_3.20110328_all.deb
Checksums-Sha256: 
 3f5823dc1a4ef6f873c2f0f03fcedb371d3fc4ddbe52d2b643b42c75b3737d13 1788 
ikiwiki_3.20110328.dsc
 30a985777e328217aa41274a8228021bef747a74e9e1fb6ee729e9cc34cd8ee5 2341626 
ikiwiki_3.20110328.tar.gz
 cd6eb3baa14034669766752ff30e00728b399ee1c65f42c1db9928c78020fe2c 1660772 
ikiwiki_3.20110328_all.deb
Files: 
 87fcc747b874781631594f35f05164f3 1788 web optional ikiwiki_3.20110328.dsc
 4ab9f64367c13957b1db19ed8240d6a9 2341626 web optional ikiwiki_3.20110328.tar.gz
 f9f9b5aea7f44519122086778b533e4b 1660772 web optional 
ikiwiki_3.20110328_all.deb

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

iQIVAwUBTZC3wMkQ2SIlEuPHAQhtSQ/+PXfFjrQHqiiae10eyXA9ZQTXDNDhaDgx
JJW8hOlNMV1NqnLPafTJ6oZJPvAEM5DonJ9JcUdG8pE72qVOFgnjb2O6li7Q41gy
Ba3NbWBe7Vqb7jC8neKTf8+MRbmVwAoc4J+A2MPtRvh1mexiXLy95bPatXsgjG39
guok4gWvzw5h01lTFrCX9hLx6+Ve5gq6vYXhJyYCJ5AEvpy+R1etj+xu/r1gq+HS
8DwLFah44FFGIDdkK2Gm/JYDObpGZS1tVi1m2rWtTyHi4s0Qefqxdh9ieu1PF5WS
3Kg8ybSBTrzVFgG7yodR9CkM58yvCOm6Rx2H+yiDJnEEQihSUph4IQ6iQeE2YRAy
rzojR4gDCdymJ4YgyOjTfqvjgo2pjIUGhMJnBtanR+Mizflp/yWKkM6m6cqm+Irk
WS3QYnBlVaI2hbLl4HM12Oc1A14e/a2Bv+jum4t5U4xllKGmpDMaDeXuPtvn1jZb
dbGJAfs67PSAgHmDN5lK4fiWrA8twQinWqIXHk2qpwdUqjFuUQKp0zV+YmbhmwmJ
zY5+3kJijfsB6oi2O5+nhuMHbf7IxsG2N9QQ1No1ZJzpmQfs1kDXIaTx71fKnxX5
yptY8nqhFcam2gKoCFNPDbYi2mYtElDKOPJ6vXKn8jCsV8Mi7vDAGspjBOG7ZczQ
bxo852DGaR8=
=/k4t
-END PGP SIGNATURE-


Accepted:
ikiwiki_3.20110328.dsc
  to main/i/ikiwiki/ikiwiki_3.20110328.dsc
ikiwiki_3.20110328.tar.gz
  to main/i/ikiwiki/ikiwiki_3.20110328.tar.gz
ikiwiki_3.20110328_all.deb
  to main/i/ikiwiki/ikiwiki_3.20110328_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/e1q4ftu-0006ws...@franck.debian.org



Accepted lv2core 4.0-4 (source amd64)

2011-03-28 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Mar 2011 17:42:25 +0200
Source: lv2core
Binary: lv2core
Architecture: source amd64
Version: 4.0-4
Distribution: experimental
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 lv2core- LV2 audio plugin specification
Changes: 
 lv2core (4.0-4) experimental; urgency=low
 .
   * debian/dh_lv2config:
 - Headers tree must begin with /usr/include/lv2/.
   * Provide /usr/include/lv2.h (symlink) for backward compatibility.
Checksums-Sha1: 
 0a75f79bf46aefee373fc083e56e2da1e1c2e284 1304 lv2core_4.0-4.dsc
 5a10b9694616655f712d8d826e6a6961bd8793b1 7885 lv2core_4.0-4.debian.tar.gz
 f1001cb9920792b9fb64441fca072ea48432f230 53624 lv2core_4.0-4_amd64.deb
Checksums-Sha256: 
 b260cecedffe5211db8071e66f6853664879b94fa9b0f358626b8bbf747dab05 1304 
lv2core_4.0-4.dsc
 53b531a0bc73ce932a503bc144a110dc12b87675d3bcb5226100363703eaa79f 7885 
lv2core_4.0-4.debian.tar.gz
 c7e675a582e046d8396eec11d65f178e0e4e946a80f37bab0be0e044541d2c22 53624 
lv2core_4.0-4_amd64.deb
Files: 
 f9335efaea54df211ee882501c8a9149 1304 sound optional lv2core_4.0-4.dsc
 5adc58f8c112424e7d017a46714574c6 7885 sound optional 
lv2core_4.0-4.debian.tar.gz
 5390bc95254a601b4749887e8b4ab322 53624 sound optional lv2core_4.0-4_amd64.deb

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

iEYEARECAAYFAk2QsQcACgkQRdSMfNz8P9A50gCbBsIhEgl0iKX9mn2QLX/jeST+
WsYAn2A2lFvG+XEFefVEtHHRL7Pe58nI
=ubfi
-END PGP SIGNATURE-


Accepted:
lv2core_4.0-4.debian.tar.gz
  to main/l/lv2core/lv2core_4.0-4.debian.tar.gz
lv2core_4.0-4.dsc
  to main/l/lv2core/lv2core_4.0-4.dsc
lv2core_4.0-4_amd64.deb
  to main/l/lv2core/lv2core_4.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/e1q4fuv-0006hq...@franck.debian.org



Accepted php5 5.3.6-5 (source all amd64)

2011-03-28 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Mar 2011 17:05:17 +0200
Source: php5
Binary: php5 php5-common libapache2-mod-php5 libapache2-mod-php5filter php5-cgi 
php5-cli php5-fpm php5-dev php5-dbg php-pear php5-curl php5-enchant php5-gd 
php5-gmp php5-imap php5-interbase php5-intl php5-ldap php5-mcrypt php5-mysql 
php5-odbc php5-pgsql php5-pspell php5-recode php5-snmp php5-sqlite php5-sybase 
php5-tidy php5-xmlrpc php5-xsl
Architecture: source amd64 all
Version: 5.3.6-5
Distribution: unstable
Urgency: low
Maintainer: Debian PHP Maintainers pkg-php-ma...@lists.alioth.debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 libapache2-mod-php5 - server-side, HTML-embedded scripting language (Apache 2 
module)
 libapache2-mod-php5filter - server-side, HTML-embedded scripting language 
(apache 2 filter mo
 php-pear   - PEAR - PHP Extension and Application Repository
 php5   - server-side, HTML-embedded scripting language (metapackage)
 php5-cgi   - server-side, HTML-embedded scripting language (CGI binary)
 php5-cli   - command-line interpreter for the php5 scripting language
 php5-common - Common files for packages built from the php5 source
 php5-curl  - CURL module for php5
 php5-dbg   - Debug symbols for PHP5
 php5-dev   - Files for PHP5 module development
 php5-enchant - Enchant module for php5
 php5-fpm   - server-side, HTML-embedded scripting language (FPM-CGI binary)
 php5-gd- GD module for php5
 php5-gmp   - GMP module for php5
 php5-imap  - IMAP module for php5
 php5-interbase - interbase/firebird module for php5
 php5-intl  - internationalisation module for php5
 php5-ldap  - LDAP module for php5
 php5-mcrypt - MCrypt module for php5
 php5-mysql - MySQL module for php5
 php5-odbc  - ODBC module for php5
 php5-pgsql - PostgreSQL module for php5
 php5-pspell - pspell module for php5
 php5-recode - recode module for php5
 php5-snmp  - SNMP module for php5
 php5-sqlite - SQLite module for php5
 php5-sybase - Sybase / MS SQL Server module for php5
 php5-tidy  - tidy module for php5
 php5-xmlrpc - XML-RPC module for php5
 php5-xsl   - XSL module for php5
Changes: 
 php5 (5.3.6-5) unstable; urgency=low
 .
   * Don't fail the php5-fpm init.d script if VERBOSE is `no'
   * Fix some compile errors with --enable-maintainer-zts as reported by
 Raphaël Gertz
   * Make php5-fpm init.d script even less verbose on startup
Checksums-Sha1: 
 d677cf76464dca985139405faba7a17ec3d107fe 2780 php5_5.3.6-5.dsc
 1ea96d09d2db30d8d577209d4db5a05e56eccb7e 191257 php5_5.3.6-5.diff.gz
 6ef3ef70961a89ea635c5ffa80823765cbd1d3fd 555680 php5-common_5.3.6-5_amd64.deb
 299db450d8bb5465f365af299430f4996053b0db 3089428 
libapache2-mod-php5_5.3.6-5_amd64.deb
 1677a20f00673fc9e63340c2142b5156b0787dcd 3088022 
libapache2-mod-php5filter_5.3.6-5_amd64.deb
 cf97ba6b42a193ef47ecbc98df99858cf5270a48 5995196 php5-cgi_5.3.6-5_amd64.deb
 64f002aaaebde5f014e801b6ad7f1d37ec745119 2994576 php5-cli_5.3.6-5_amd64.deb
 fdbe2541bd6cbf2cf9b6e76596b06e5818688024 3033958 php5-fpm_5.3.6-5_amd64.deb
 4243e360f9c449e715722b9525ad0a8aac038c99 411642 php5-dev_5.3.6-5_amd64.deb
 3b33c6ccef46e0b6ab9d21952cd093695cdce393 12784570 php5-dbg_5.3.6-5_amd64.deb
 908bfd2eb3c3c342808d38b4d7a6d30e7a18245c 27388 php5-curl_5.3.6-5_amd64.deb
 b8d1650b15fc153e4f297c19dc40a55d33b093cc 9126 php5-enchant_5.3.6-5_amd64.deb
 2d40f022564043587646e9a37e4cf5fb2f15cda5 39662 php5-gd_5.3.6-5_amd64.deb
 9864baef9fe5a062483b506d00d1f32b0f6de37c 16582 php5-gmp_5.3.6-5_amd64.deb
 5c63cf3191315395aa07b217ae3d28dbc943d7a9 35770 php5-imap_5.3.6-5_amd64.deb
 f9f513c5584eaa84e2fbec215d8adfd1442d2b25 50082 php5-interbase_5.3.6-5_amd64.deb
 b74f970f8bb8cba7391e296f4d1e27ac3ce09e51 61374 php5-intl_5.3.6-5_amd64.deb
 118b6fcc558189c5bf82e422dae20d7607534fc7 19968 php5-ldap_5.3.6-5_amd64.deb
 54c572b8f21ec0ac4cb4a209491f27e2865e23cd 15364 php5-mcrypt_5.3.6-5_amd64.deb
 edc2eb20701abe2f7c1b93196cabde399d1d90bb 77768 php5-mysql_5.3.6-5_amd64.deb
 22610df29ffbf705083bf37892dd42e02618b621 36824 php5-odbc_5.3.6-5_amd64.deb
 966fad13e7847fb78ad1157929035049ab244e1d 61140 php5-pgsql_5.3.6-5_amd64.deb
 a79ae5eafada422d24e6c848346715739dde8dec 8408 php5-pspell_5.3.6-5_amd64.deb
 ad655a464046d3c3c6ed03bb315bee8a59a249f3 4344 php5-recode_5.3.6-5_amd64.deb
 2c563b1c3b7afa60617867dedfb7da21ff77e2bf 11156 php5-snmp_5.3.6-5_amd64.deb
 7ce4e83069ca1aad1059b6451adc339a6c0a9733 57188 php5-sqlite_5.3.6-5_amd64.deb
 a7e15353f4fc0360c44340db5c19202ce03f41b2 26918 php5-sybase_5.3.6-5_amd64.deb
 d29c3390bf5c6e52eaa29f9f27b0da95b53fbdb9 18466 php5-tidy_5.3.6-5_amd64.deb
 79857d64cedd284e7dd245683747b334b55dee18 35722 php5-xmlrpc_5.3.6-5_amd64.deb
 2c96a61d99d61a348ccf3ebc2700aa12e3670355 13664 php5-xsl_5.3.6-5_amd64.deb
 08832c94ff35ee843bea9d3c6c5cadbca8ed2fab 1058 php5_5.3.6-5_all.deb
 a3684d56ed0690f1da98fb8f13b349012558032a 366018 php-pear_5.3.6-5_all.deb
Checksums-Sha256: 
 3fc76357b5b10b7c43f087990fff2878651082131f5713d2da1fe7837f8b2b04 2780 
php5_5.3.6-5.dsc
 

Accepted eyes.js 0.1.6~ab4f3e-1 (source all)

2011-03-28 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 28 Jan 2011 15:40:39 +0100
Source: eyes.js
Binary: libnode-eyes
Architecture: source all
Version: 0.1.6~ab4f3e-1
Distribution: experimental
Urgency: low
Maintainer: Jonas Smedegaard d...@jones.dk
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 libnode-eyes - customizable value inspector for Node
Closes: 611371
Changes: 
 eyes.js (0.1.6~ab4f3e-1) experimental; urgency=low
 .
   * Initial release.
 Closes: Bug#611371.
Checksums-Sha1: 
 8baf9122a1335951edd5e99af42d6ba88538e19e 1846 eyes.js_0.1.6~ab4f3e-1.dsc
 756c1c2ccb44e74c1e8da8f6ee964ed02fe6b73a 5143 eyes.js_0.1.6~ab4f3e.orig.tar.gz
 5fc7280a57c3e8e72bccc57203ba8ab41f82affe 2892 
eyes.js_0.1.6~ab4f3e-1.debian.tar.gz
 9ba68ec15337ce938cb6dc6da85ca6a8fd3d9989 8198 
libnode-eyes_0.1.6~ab4f3e-1_all.deb
Checksums-Sha256: 
 3c51f4c4268d22c35d9d053cf888f8de1863617b86996123fd25e16218e98734 1846 
eyes.js_0.1.6~ab4f3e-1.dsc
 41535866800dd5040c6f8952c66ed00fe7fe7619bfe7799feafc8f99f2075c9a 5143 
eyes.js_0.1.6~ab4f3e.orig.tar.gz
 eb0024d63d629aacec867b81df0ce880adb475d18234d9338ec50af5fd1eac7f 2892 
eyes.js_0.1.6~ab4f3e-1.debian.tar.gz
 2fd0e206d38c51992497511f0809611427378bf5147050c1aeb6f5625042c68e 8198 
libnode-eyes_0.1.6~ab4f3e-1_all.deb
Files: 
 abef9c83ac36914c8f612767e5ab8980 1846 web optional eyes.js_0.1.6~ab4f3e-1.dsc
 eab092533fffcdb1108d4e89a385874f 5143 web optional 
eyes.js_0.1.6~ab4f3e.orig.tar.gz
 8dea7a6f2a05aed2194c85142a08ecfe 2892 web optional 
eyes.js_0.1.6~ab4f3e-1.debian.tar.gz
 50f87103a69390e8a40fd6d33d6cdb8c 8198 web optional 
libnode-eyes_0.1.6~ab4f3e-1_all.deb

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

iQIcBAEBCgAGBQJNQtYYAAoJECx8MUbBoAEhG9kQAIBPeENkzBjv1Hbp5DCU+lX2
VSKir18VtimuoZ3iY7nh9VShvrJKzeMPdDyl5ENHaEHAY+Lt8fPVDbKv3DMKq4/H
oH/NVITyHjQ3KPO44MT1PSnrHu9MoP+jh0RuqM6Z+JfdGcMNt9Va62UZGi/qh1MP
t5LzdukePPWDBR9Ck2mEqUUntPvOB3XIPwua0z8PJbgZ3q8Tb6FegSqCvl8xfJtB
/2xo8+dya6WuMdnKPqzEiQZKIlFrZkXspG2JAkeJqHU93Mzd4w1ekCFBxpR4u3Hn
DLTGXHWzw/tUMRP30nb+uVA9r4o4B1yNtz8vLrj4Br/DFY1Xs+wqNnUad7YyA2wm
NyxnZ050SUxrEKs6NS644RISttC6jtTgMpUAUcwKWY908w9EdkdHqMJN5ASI8Zmn
bNHAHD7E1NjP3s3lmoqUsbjyBE9xB3mJgY6M2TN+0i2g3S+XRa4ac/Zlf61XcESG
oZTPjPBO8qxc1v/yDg6l0cM6476kcUkHktFaK45gY+j20gzY6i8hIA4c0jS54Tvy
AznCBA2k74dO8+XT8mM4ses2jCoIg8Vp0pT0m2olARXsa70v85azFEXLw+/tK3PV
ZNU+knpFx9XBfXlCUKyMGSi01V8bssl0JL0D0I8fcOs1HfTWQMb8+npsCeQhLlbx
XCO+TSTiJJxsHKofys0C
=f1OO
-END PGP SIGNATURE-


Accepted:
eyes.js_0.1.6~ab4f3e-1.debian.tar.gz
  to main/e/eyes.js/eyes.js_0.1.6~ab4f3e-1.debian.tar.gz
eyes.js_0.1.6~ab4f3e-1.dsc
  to main/e/eyes.js/eyes.js_0.1.6~ab4f3e-1.dsc
eyes.js_0.1.6~ab4f3e.orig.tar.gz
  to main/e/eyes.js/eyes.js_0.1.6~ab4f3e.orig.tar.gz
libnode-eyes_0.1.6~ab4f3e-1_all.deb
  to main/e/eyes.js/libnode-eyes_0.1.6~ab4f3e-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/e1q4glx-0005l6...@franck.debian.org



Accepted eyes.js 0.1.6~ab4f3e-2 (source all)

2011-03-28 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 28 Jan 2011 17:12:54 +0100
Source: eyes.js
Binary: libnode-eyes
Architecture: source all
Version: 0.1.6~ab4f3e-2
Distribution: unstable
Urgency: low
Maintainer: Jonas Smedegaard d...@jones.dk
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 libnode-eyes - customizable value inspector for Node
Changes: 
 eyes.js (0.1.6~ab4f3e-2) unstable; urgency=low
 .
   * Add year to copyright file.
   * Fix run tests conditional to DEB_BUILD_OPTIONS (not unused
 DEB_MAKE_CHECK_TARGET).
   * Support backporting to Squeeze with unusually named executable
 nodejs.
Checksums-Sha1: 
 d44838f854631f2762d09616fce2a5f8001aacf5 1846 eyes.js_0.1.6~ab4f3e-2.dsc
 487a2c8922cf763fd65a01bd80d3cdf820fb8c95 3173 
eyes.js_0.1.6~ab4f3e-2.debian.tar.gz
 f0f04ef958da84e94432d782f75567816889 8384 
libnode-eyes_0.1.6~ab4f3e-2_all.deb
Checksums-Sha256: 
 1caa62a97944ad81b60c54a5e13342f1a5c9bc8e3aaff3a0f8c8fe92e27e9cdc 1846 
eyes.js_0.1.6~ab4f3e-2.dsc
 51e0fef9b585ddcbbfd3b3d446596bc4be184ed44a1cf8e3b17b443e2fbcc73a 3173 
eyes.js_0.1.6~ab4f3e-2.debian.tar.gz
 2c364ad7c464c5b11f236897c5330249cef684de92cc87a16c2eec68cfd16c78 8384 
libnode-eyes_0.1.6~ab4f3e-2_all.deb
Files: 
 176404ad6ba245cbfa30bff53ed9f882 1846 web optional eyes.js_0.1.6~ab4f3e-2.dsc
 1d3a9901da87ef96f2b9199e39207547 3173 web optional 
eyes.js_0.1.6~ab4f3e-2.debian.tar.gz
 35eb4b26da4b589bee9fccff01be9710 8384 web optional 
libnode-eyes_0.1.6~ab4f3e-2_all.deb

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

iQIcBAEBCgAGBQJNQuwPAAoJECx8MUbBoAEhmVkP/jHoHSJ+ZYlGcWTinRsnBQqo
GuHvJ95GN00gbzpXxAvneAFFjgogDufmh2IcDYPrLT/rHYIx3z++f1lVRFv2Vr8J
xa+P/fI2gkShDYEJ71D3ozGRSbT/rRbTiVPST9Yo6tn7tcXPd81D1TXFKHt4DMcD
vXgta6pq7A52slyoWXNGZvnyI8NFS5G+k9mZ6WyDu0D1ubkshC8kV/8PbDAYrST2
hwOVbW6zp80GvfY+iPaVlpDBDAY0C+JNnLBa1HmxdamKO8umzKuLntDHC9QQrX+C
2Nb9YF5NmjDP4yn3UKsoVjW4pOXw7z37BI0xTAH418jSfy9K6HoukZ2vSjJl+un9
s+grEC2Xjqzr3JF+Ng2vtIqFMo5vXRWHPgiUuPPSJ78B3QY85j7F1nENAbg7nt+t
jbQh9yDi4uVZIUsfUjpkJtCkoO9XZ79g1a6YMGLEa4vLuVfT/5kYRClTS5WKVS5q
7UHDVemBqPyfAKONdW3Hxs+5HWyVFB5TQGHF+/hpULBYeFWiMzRbG9rgfRZxvy7o
fZYTiRRpaf6B0iuMnsQUkFQlY2pS7FMi19PbHUybDWp3wa+9tGqyXY/S2pwSdWnY
Yrk6CEwlAsUB/eKiXHB0cIIAu5cNmHFZ8BD5F30klQPe5wB8JbrBK/8F9C3Sm83T
izMD8wXS6S2NKTHwve/d
=QUfT
-END PGP SIGNATURE-


Accepted:
eyes.js_0.1.6~ab4f3e-2.debian.tar.gz
  to main/e/eyes.js/eyes.js_0.1.6~ab4f3e-2.debian.tar.gz
eyes.js_0.1.6~ab4f3e-2.dsc
  to main/e/eyes.js/eyes.js_0.1.6~ab4f3e-2.dsc
libnode-eyes_0.1.6~ab4f3e-2_all.deb
  to main/e/eyes.js/libnode-eyes_0.1.6~ab4f3e-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/e1q4gle-0005nb...@franck.debian.org



Accepted eyes.js 0.1.6~ab4f3e-3 (source all)

2011-03-28 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 18 Feb 2011 03:29:25 +0100
Source: eyes.js
Binary: libnode-eyes
Architecture: source all
Version: 0.1.6~ab4f3e-3
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 
pkg-javascript-de...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 libnode-eyes - customizable value inspector for Node
Changes: 
 eyes.js (0.1.6~ab4f3e-3) unstable; urgency=low
 .
   * Package now team-maintained:
 + Set Debian Javascript Maintainers as maintainer.
 + Set myself as uploader.
Checksums-Sha1: 
 7cdd2b53f273b018760940ac1efe6170ab67c0f8 1934 eyes.js_0.1.6~ab4f3e-3.dsc
 b73c3ab6c4e9d9bcb137bc8dcdf15406e2a43eb6 3253 
eyes.js_0.1.6~ab4f3e-3.debian.tar.gz
 f7c342de3878807516bb50fff952679fabc2b80f 8514 
libnode-eyes_0.1.6~ab4f3e-3_all.deb
Checksums-Sha256: 
 cbc9ae5f50706c70a8be6feb4890696354d67a546ed0369254f37b379ce87ec6 1934 
eyes.js_0.1.6~ab4f3e-3.dsc
 3229762269bf344ba26ce744ab42807b3d2bf2bae1443e46845c31f4f22d4dec 3253 
eyes.js_0.1.6~ab4f3e-3.debian.tar.gz
 4a78513d8727f2ea072f969904f9909e0433d87dec88a3cc3561800a08051408 8514 
libnode-eyes_0.1.6~ab4f3e-3_all.deb
Files: 
 9280d986ea0c46dbfe7ffb266b211780 1934 web optional eyes.js_0.1.6~ab4f3e-3.dsc
 b54cc8aad4b264a9395796d33d5ebec7 3253 web optional 
eyes.js_0.1.6~ab4f3e-3.debian.tar.gz
 096ae48c91459d3ddf5b20745ed55426 8514 web optional 
libnode-eyes_0.1.6~ab4f3e-3_all.deb

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

iQIcBAEBCgAGBQJNXdoZAAoJECx8MUbBoAEhrb0P/0/XX6C7vR+VPXNBaFcrhpkz
zI3DIZb6LxGA/9uYLRkc8WbT1DAHfgZ4PUk0gHSrFOsk/npMy8pJwe8QKfL3rqGF
/0pBLoJxxovKYM3+nlc+8i26wBBVy2d51LQFjvP/aoEOIBCAm+5VrR9Il8rNC0VQ
oukV8ijrhk9VVg1kRpZeBFRRdwpAytdcpzOp5hZ9CR/MrZevYrax0uHYQbDfVBNS
ZK+3q3qv3ENtg2vcG8b1hlba0g+vnPvAr/pocAAWJIeln4ayCQ0xc235xqlGFEwt
wSgDtgQ00+xOij4uauxHQSuX2vLtkJjDnX/TyslQZhKVFbAdWHD+/1HUiim8f1u/
ml6PsZoFiDJPBXN+QqSeJtmttQleC1x3omRUwURYYrEl+fEbzS2MzC8RG57rIErP
YDMRxItjhc7gOLcAA7cvOWSMpQ2aql39CfMTMxVRuDb9fUJcboINbOHuB/7Bnluq
wnuwDVOCMdWosmvBKgOsETy6Sgv5gfxvVq43LZ+fkVrMnKyzlNRI5uh+fkNn+YT9
b5Ad0p52sdpo4hoNZgIAuWjJUgZUn3w3SAriTL2Bg2Wej1tSKvYOCkr9J9kia9zG
pZRZRrdAkL0PPEaVIflwsFUBG21TE5KKJ5Xu7l7qEwHiyCQn/cC7iqK/fx0nrPIH
+UMnnBVQGmA/g3OYWD+r
=QcMf
-END PGP SIGNATURE-


Accepted:
eyes.js_0.1.6~ab4f3e-3.debian.tar.gz
  to main/e/eyes.js/eyes.js_0.1.6~ab4f3e-3.debian.tar.gz
eyes.js_0.1.6~ab4f3e-3.dsc
  to main/e/eyes.js/eyes.js_0.1.6~ab4f3e-3.dsc
libnode-eyes_0.1.6~ab4f3e-3_all.deb
  to main/e/eyes.js/libnode-eyes_0.1.6~ab4f3e-3_all.deb


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



Accepted eyes.js 0.1.6~ab4f3e-4 (source all)

2011-03-28 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 18 Feb 2011 03:43:16 +0100
Source: eyes.js
Binary: libnode-eyes
Architecture: source all
Version: 0.1.6~ab4f3e-4
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 
pkg-javascript-de...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 libnode-eyes - customizable value inspector for Node
Changes: 
 eyes.js (0.1.6~ab4f3e-4) unstable; urgency=low
 .
   * Drop unneeded support for unusually named Node (was dropped from
 Squeeze right before release).
Checksums-Sha1: 
 30cacd3a81c2a65e68fe880132861c5a92d31699 1934 eyes.js_0.1.6~ab4f3e-4.dsc
 92768c16de421f512be1059775c0adfc4a327aab 3184 
eyes.js_0.1.6~ab4f3e-4.debian.tar.gz
 bc0de723076876bebdd9cb9bd3ab773c557f0843 8582 
libnode-eyes_0.1.6~ab4f3e-4_all.deb
Checksums-Sha256: 
 6de74d3eb0dbd2b5b345fc04bf84af092e3c794f5eb787e4dd4f94ef8a4f0694 1934 
eyes.js_0.1.6~ab4f3e-4.dsc
 49ed4a7146ddbe5845c83f09b3b8350983ba61a8b1adb9475661959604c8e43f 3184 
eyes.js_0.1.6~ab4f3e-4.debian.tar.gz
 bab5bf3c156ed69271309c48082268c702e99ba035ec97fb0301fa2e70fc4f23 8582 
libnode-eyes_0.1.6~ab4f3e-4_all.deb
Files: 
 dd9578948cfdbda8dae6c7a94389f1c3 1934 web optional eyes.js_0.1.6~ab4f3e-4.dsc
 f07d00f03ec9b895c702300534e6ff0e 3184 web optional 
eyes.js_0.1.6~ab4f3e-4.debian.tar.gz
 97c18f34fb7a0161d93013575a1a5833 8582 web optional 
libnode-eyes_0.1.6~ab4f3e-4_all.deb

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

iQIcBAEBCgAGBQJNXd0oAAoJECx8MUbBoAEhu/0P/jWxpgYxFDULguvLAIEO2+YD
tfMQmntm5DIxIYKpU1J9Dkv7CHEuqKRi2BHSBly2jVO2IdsKb7mo0WSkOmHUMtGp
uHU46UjCik+wBepfZe+5CgOdUIM4jCkQleZrCVsdRrzXRU/qvhKWM3GaY4WrhYEB
qbKxmg1DsmXpwM5QUVU5gpiqMs/XWwmaCjUvRqY5ApPVSJUeemffq3F4LhD2Dh75
i6xOFz1UTLnfCwQjKeYI65euYcEhrlz7UKTUETtnxFGmRtKc3e2FUb8GprhTVBCU
DbiSWWiBLsqRn8iOYFqGiBnKJHU7cGkO5Vtyr0+uu4ppzUFJabvhPSCfNIhkasYq
k4MwmLY9+1FxMXyO2hzNcbIOwdNomGmsYheG4Aqi5KMImEITDFopu4HZcctT1qBe
2xq7xr+naEVhk7yvNe/mcPny0CD8f+trbz1ZKEyZQg/G6vYNvk/LJPK/wfzg+yvw
W7CZeDMBmxpbr7v1TBDrx2aIqkUf6d+jsoFb+dE16PSSpQhNE6/oPtykY2IEd6fC
OSYWBBeSelpmPckGiALijHkJmDNiMBJRZH+l99CeMyIa3nux0fLdilX/+VCo1SY4
K9xG9oPfeSq3l5JlqZF+xxLYXGt3oIv3y1MUH8Y4OgzvRTWp/BNc4tHQMOmAA/9n
wptcY8ZG13QogxlX3+Vx
=TxK8
-END PGP SIGNATURE-


Accepted:
eyes.js_0.1.6~ab4f3e-4.debian.tar.gz
  to main/e/eyes.js/eyes.js_0.1.6~ab4f3e-4.debian.tar.gz
eyes.js_0.1.6~ab4f3e-4.dsc
  to main/e/eyes.js/eyes.js_0.1.6~ab4f3e-4.dsc
libnode-eyes_0.1.6~ab4f3e-4_all.deb
  to main/e/eyes.js/libnode-eyes_0.1.6~ab4f3e-4_all.deb


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



Accepted gcc-defaults 1.100 (source all amd64)

2011-03-28 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 27 Mar 2011 13:05:18 +0200
Source: gcc-defaults
Binary: cpp g++ g++-multilib gobjc gobjc-multilib gobjc++ gobjc++-multilib 
gfortran gfortran-multilib gccgo gccgo-multilib libgcj-common gcj gij libgcj-bc 
gcj-jdk gcj-jre-headless gcj-jre gcc gcc-multilib gdc gcc-spu g++-spu 
gfortran-spu
Architecture: source all amd64
Version: 1.100
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers debian-...@lists.debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 cpp- The GNU C preprocessor (cpp)
 g++- The GNU C++ compiler
 g++-multilib - The GNU C++ compiler (multilib files)
 g++-spu- SPU cross-compiler (C++ compiler)
 gcc- The GNU C compiler
 gcc-multilib - The GNU C compiler (multilib files)
 gcc-spu- SPU cross-compiler (preprocessor and C compiler)
 gccgo  - The GNU Go compiler
 gccgo-multilib - The GNU Go compiler (multilib files)
 gcj- The GNU Java compiler (transitional package)
 gcj-jdk- gcj and classpath development tools for Java(TM)
 gcj-jre- Java runtime environment using GIJ/classpath
 gcj-jre-headless - Java runtime environment using GIJ/classpath (headless 
version)
 gdc- The D compiler
 gfortran   - The GNU Fortran 95 compiler
 gfortran-multilib - The GNU Fortran 95 compiler (multilib files)
 gfortran-spu - SPU cross-compiler (Fortran compiler)
 gij- The GNU Java bytecode interpreter (transitional package)
 gobjc  - The GNU Objective-C compiler
 gobjc++- The GNU Objective-C++ compiler
 gobjc++-multilib - The GNU Objective-C++ compiler (multilib files)
 gobjc-multilib - The GNU Objective-C compiler (multilib files)
 libgcj-bc  - Link time only library for use with gcj
 libgcj-common - Java runtime library (common files)
Closes: 617321 618718
Changes: 
 gcc-defaults (1.100) unstable; urgency=low
 .
   * c99: Do not accept -ansi option (Mike Miller). Closes: #617321.
   * c99: Clarify c99 error message incorrectly refering to ANSI C
 (Mike Miller). Closes: #618718.
   * On hppa, default gcc, g++, gobjc, gobjc++, gfortran to GCC-4.5.
   * Build gccgo and gccgo-multilib packages.
Checksums-Sha1: 
 d89a55508b5efe0b8eaa63cb8fa9119faaa68d00 1387 gcc-defaults_1.100.dsc
 3cb1f158b01cebab4fb3828e2523681038fdfb7d 72265 gcc-defaults_1.100.tar.gz
 1dd88252e535c21c65390b037e1de46cdeac804f 121714 libgcj-common_4.4.5-5_all.deb
 d80ec0093fd672fcac6dfd616bca889c5d213509 15244 cpp_4.5.2-3_amd64.deb
 14398658833f735d9f3130b5efcf2cc02e413760 4988 gcc_4.5.2-3_amd64.deb
 d47ea1b23bf803ec715f71cdb64100d67fec850a 818 gcc-multilib_4.5.2-3_amd64.deb
 42d5fc40a934a7fd98d12e011cd0396f9129 15286 gdc_4.4.5-5_amd64.deb
 c00552d85d1935e2528764dd49d7ac63874ea39b 1368 g++_4.5.2-3_amd64.deb
 0cf52e91bbc9a4a4046080d7161bbb3940071143 824 g++-multilib_4.5.2-3_amd64.deb
 1a85a8c685cdf5ad65f0d38fc3d0564376fb3b04 848 gobjc_4.5.2-3_amd64.deb
 d05c28decc084b1e9f1ef2fc416014e5fda19fa4 840 gobjc-multilib_4.5.2-3_amd64.deb
 4a111f5f1aa8f1d0f10c7f02d505715448845376 870 gobjc++_4.5.2-3_amd64.deb
 19a86708238bd7fe50f9f0e1d459b4313f77fcb3 844 gobjc++-multilib_4.5.2-3_amd64.deb
 e05ec1c4a39d46f65f97014e339e1aff317f3ac3 1128 gfortran_4.5.2-3_amd64.deb
 aa591f9b8355c267d119d262adf999e1210e076c 844 
gfortran-multilib_4.5.2-3_amd64.deb
 4d0be8eb1f6d50b34dc3179ded8385be668d5a1b 910 gccgo_4.6.0-1_amd64.deb
 bdfe17075a75a66bf180bbea03932a39c0136d52 866 gccgo-multilib_4.6.0-1_amd64.deb
 30939e91626ededbc9fa8b890bf771599f422d3f 870 gcj_4.4.5-5_amd64.deb
 a4ca572911457b03f9ae43fe3b341f56834d91a1 1044 gij_4.4.5-5_amd64.deb
 f52128c90b862d5c40a20cb92980a9b2ed091409 1126 libgcj-bc_4.4.5-5_amd64.deb
 067d6d797bbdbbf425ecde2d4fc3c5ae6b4eaebc 1472 
gcj-jre-headless_4.4.5-5_amd64.deb
 7b740a52f442c87cb5d5bc601415bc9402a16394 1018 gcj-jre_4.4.5-5_amd64.deb
 4328f2385b58475fc2c835cf695373c0ac3f4f1c 6212 gcj-jdk_4.4.5-5_amd64.deb
Checksums-Sha256: 
 a3cc3a1b03848063278163ce5f6081caec94236964c2377b8c0cea49d7a944b4 1387 
gcc-defaults_1.100.dsc
 c3e4fd998e08b154005b209936f0a6c0cabdd1f52e048bb68d2e6a0511afb0a4 72265 
gcc-defaults_1.100.tar.gz
 237548b0922e217c5068b578d297efdec9437d00c535a037681e9cd7d24708d7 121714 
libgcj-common_4.4.5-5_all.deb
 00648c3ed684a9bdab34403616fe11618c7dd93ba81723fc49b098218a136b10 15244 
cpp_4.5.2-3_amd64.deb
 9b069617f2b3adb631832e4adf9d7d3cfeb53d29cc83505bfa686e8c3afc015e 4988 
gcc_4.5.2-3_amd64.deb
 f3e02ec9b504433dda0f11633ae1d9c0514952572fb6d302c693b824585c33ad 818 
gcc-multilib_4.5.2-3_amd64.deb
 9266acb626da983700a0f834b2a3967701b0f9c17c02c745413869fdcdea28ff 15286 
gdc_4.4.5-5_amd64.deb
 01b0cc746a320aedfba24f332a48fb24f8008bfb4d176e7f5f1251e56ef308fa 1368 
g++_4.5.2-3_amd64.deb
 586816ef03567a520492b19c9d731e1d7825832041b2100cf9005d2aebd70905 824 
g++-multilib_4.5.2-3_amd64.deb
 b462f532d97dcdb487382ebae07dfeb1b334d3b7165ad857ccdf3b65c131911e 848 
gobjc_4.5.2-3_amd64.deb
 8936a9798de95ad8836a1e34e7913e86a4548dd43f5df1e314959b24d9f523de 840 

Accepted libhtml-form-perl 6.00-1 (source all)

2011-03-28 Thread Nicholas Bamber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 22 Mar 2011 23:42:22 +
Source: libhtml-form-perl
Binary: libhtml-form-perl
Architecture: source all
Version: 6.00-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Nicholas Bamber nicho...@periapt.co.uk
Description: 
 libhtml-form-perl - module that represents an HTML form element
Closes: 617541
Changes: 
 libhtml-form-perl (6.00-1) unstable; urgency=low
 .
   * Initial Release (Closes: #617541).
Checksums-Sha1: 
 67c2a66ae43d6eaa47b47c29079090ec254c0ab3 2033 libhtml-form-perl_6.00-1.dsc
 45fe6121ea15fbc3fad4ab6851d2dbf1c72971d1 23074 
libhtml-form-perl_6.00.orig.tar.gz
 e4e8d91044543389a4ccd2aa74ae32dca515f67f 1692 
libhtml-form-perl_6.00-1.debian.tar.gz
 b4578a03c2db0797918645182ae7307364eb33c4 22992 libhtml-form-perl_6.00-1_all.deb
Checksums-Sha256: 
 0d30e1a674dcac1701084e9fc2dd4a4e77565b7b9b3c86ac2f328ccdfe95e1c2 2033 
libhtml-form-perl_6.00-1.dsc
 b41b6f5480493d427a56974c0fb6f51e807d93938ef1518dd22454b93cad4987 23074 
libhtml-form-perl_6.00.orig.tar.gz
 d389a19c15dda00d6f9f57b80b719796d97ae993cd8268c7b7604f97617d7d58 1692 
libhtml-form-perl_6.00-1.debian.tar.gz
 2fa52a7a1a550c4efdcb7ee3afcc24f5cf1921725a1fac1a8d93f467792d8a29 22992 
libhtml-form-perl_6.00-1_all.deb
Files: 
 8433250ee7f3bb5b90042d83352e0b5f 2033 perl optional 
libhtml-form-perl_6.00-1.dsc
 3ed73402b8f825c5c5060f05105610f4 23074 perl optional 
libhtml-form-perl_6.00.orig.tar.gz
 5a959746cfdbfed6af1ae8eca4c53792 1692 perl optional 
libhtml-form-perl_6.00-1.debian.tar.gz
 d8d74e63af29d4e2c7d0cd9d4393a244 22992 perl optional 
libhtml-form-perl_6.00-1_all.deb

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

iQIcBAEBCAAGBQJNjJMjAAoJELs6aAGGSaoGHhEP/21CZPrquV8SLRuviZfWUerc
zpq4Yrma3lpuo3EkIYBJC7yqi5e1r4WjpZvlS/2CC8j3OZCuncTy0wn74s2R8ufc
9lMyNXsFEW8L5mK2YqGDEayOzD5SPDGkP161bMVLvwz1d9DxkRHidWpjbphnhMPj
//E+eOH1wRi+6fKYb4JCRTTGcEEov2Kfu/YXpgwygLZIJpLisUTYEAiF4IpMTIdq
ZucEK+GaBrAbZB1SipHvvwFezYHhn9UMnunSiGYaAMgcIy0FSlClTYZ4GWisf3Ck
c5MLMmID413xfV+4eHAl9L8ojrrOEjcj9/6FTo9E6vs3kkmcKxKAdpTboseMSnpS
aMV29YTZg08nHsyxi12itzm8l5qoxmHN4XrOqZmrV47QWEtD7XyB2g3vOmNkxmlL
bM4nCdLsr6kRKG+AtYbcG4yAGHHdtFAuCiIPIwqyeJRFrIod49NmxZzXf6SLzAcU
KeIS/7Q7zV5XeCSIP/M1g6uNNZKKU4/0faH/wWlDmsJA4lDRYcV5eDsPB3CrwN2T
QxwXAvOaJwgNnRcjqyi6SnpuBkpDOY5M+UFpPe2Qq4cKrSqomCEd345N6auoyV2g
d/ailbsornGDNDIdgTs9oBZK+/1RbOT0pwqw694gerI4tlhs+qwoVUvZm0Sdy40d
UI5XauKvEDPbVaI0SRxj
=2L70
-END PGP SIGNATURE-


Accepted:
libhtml-form-perl_6.00-1.debian.tar.gz
  to main/libh/libhtml-form-perl/libhtml-form-perl_6.00-1.debian.tar.gz
libhtml-form-perl_6.00-1.dsc
  to main/libh/libhtml-form-perl/libhtml-form-perl_6.00-1.dsc
libhtml-form-perl_6.00-1_all.deb
  to main/libh/libhtml-form-perl/libhtml-form-perl_6.00-1_all.deb
libhtml-form-perl_6.00.orig.tar.gz
  to main/libh/libhtml-form-perl/libhtml-form-perl_6.00.orig.tar.gz


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



Accepted libhttp-cookies-perl 6.00-1 (source all)

2011-03-28 Thread Nicholas Bamber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 22 Mar 2011 23:56:21 +
Source: libhttp-cookies-perl
Binary: libhttp-cookies-perl
Architecture: source all
Version: 6.00-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Nicholas Bamber nicho...@periapt.co.uk
Description: 
 libhttp-cookies-perl - HTTP cookie jars
Closes: 619335
Changes: 
 libhttp-cookies-perl (6.00-1) unstable; urgency=low
 .
   * Initial Release (Closes: #619335).
Checksums-Sha1: 
 1f394b194e529b3cafd7ba10f105f79d7ae13bf7 2051 libhttp-cookies-perl_6.00-1.dsc
 a7132472166ac32a68a2f186ad1518ba4a0c29b3 18718 
libhttp-cookies-perl_6.00.orig.tar.gz
 149de165a8e12bac104446842719da7df0f23cea 1906 
libhttp-cookies-perl_6.00-1.debian.tar.gz
 6b7a5bd0f79d9c5aaa6b253687e0d5e230e6d4c0 23424 
libhttp-cookies-perl_6.00-1_all.deb
Checksums-Sha256: 
 98dbf3d09b6bde39dd88815ff58b12137d1ba6688f172445b9fe182cfa18c5d1 2051 
libhttp-cookies-perl_6.00-1.dsc
 30b5741894696493748336226b91e1a6bda66480f5fa758f5ce10b21f360a81c 18718 
libhttp-cookies-perl_6.00.orig.tar.gz
 fe2f45e0d94fdc28f56c760eaa2ec2af1f74d0d9d1c68df7f488936a0164014c 1906 
libhttp-cookies-perl_6.00-1.debian.tar.gz
 d14b2ccaddb8329b15c1d35678cf0016cb641334a73d903508fea2fcd4d22b63 23424 
libhttp-cookies-perl_6.00-1_all.deb
Files: 
 51e6178681cb4c27f1d091062ef1ab4b 2051 perl optional 
libhttp-cookies-perl_6.00-1.dsc
 21bed72b30a46604c152b7e25cf1cb45 18718 perl optional 
libhttp-cookies-perl_6.00.orig.tar.gz
 a37a1c11cd6ad2a9d062e93a0af8c383 1906 perl optional 
libhttp-cookies-perl_6.00-1.debian.tar.gz
 4a07a194f4b44f86af76772c411d62b0 23424 perl optional 
libhttp-cookies-perl_6.00-1_all.deb

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

iQIcBAEBCAAGBQJNjJS8AAoJELs6aAGGSaoGaNQP/00pfBi26EcHrRsuRMsl+BtO
leQp922ahdj6mLW/jHImHn1Xge/TdQEM6e5/RT1yxxU3Q1+jBBbSljEKAgTpxMpp
COSgwA7ADJeUaRXFkL8R5ZS9d5aIXyQO3tWrv4otkEXfoI95xpdQtb+2PmDejcHQ
lVXUO7No9ilTo065aKvaV4hWzKukZglmXCgKWGpViCehK0Ri9q8UpH+iw3MD8HlB
sFJ2nl77IJaDbTCA7GttnQHDeeLHN66wSvelckbSMWH4OvHUI5nWx0jlnOx23YZ+
TDkpVnDhuYvJ+LKRuUMLOuqJ2sDGPOp0J0+3gFzOmvuLcA9QZ5SNFOE/dlW/8p6I
7CORnTiTG5zErsJTiQlIURzCYsmqMTwf4h3u3ie4IXfeyw1xNV36kNKOE46usQkC
ujHliyj64ezTOEhr0qMO/oOIxbCQZl3/2YW5tR6FxHxFC/Wp0BkRYmOlGVDJFvhe
h/5lCFkXitLhqaqmBAKXYySoFPaH9uNZeGUluEIbZDz5CjiRMsMMStfVO9XU4da2
A0Z5/WAXcuf//D/1e7eNO4ldBvfhJ/LD2A27o7ICQT0kujRgRnjt7iEgZPlr6Ttw
zbOYegwF1n4X+tcxqNlbr47WgBJaiw4jK3AGnPlL0rxUKsQkdL+xOC4dEN9d/o2w
gMBSP7aY1TW7UJhBDkV5
=PDUg
-END PGP SIGNATURE-


Accepted:
libhttp-cookies-perl_6.00-1.debian.tar.gz
  to main/libh/libhttp-cookies-perl/libhttp-cookies-perl_6.00-1.debian.tar.gz
libhttp-cookies-perl_6.00-1.dsc
  to main/libh/libhttp-cookies-perl/libhttp-cookies-perl_6.00-1.dsc
libhttp-cookies-perl_6.00-1_all.deb
  to main/libh/libhttp-cookies-perl/libhttp-cookies-perl_6.00-1_all.deb
libhttp-cookies-perl_6.00.orig.tar.gz
  to main/libh/libhttp-cookies-perl/libhttp-cookies-perl_6.00.orig.tar.gz


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



Accepted libhttp-daemon-perl 6.00-1 (source all)

2011-03-28 Thread Nicholas Bamber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 22 Mar 2011 23:25:10 +
Source: libhttp-daemon-perl
Binary: libhttp-daemon-perl
Architecture: source all
Version: 6.00-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Nicholas Bamber nicho...@periapt.co.uk
Description: 
 libhttp-daemon-perl - simple http server class
Closes: 617520
Changes: 
 libhttp-daemon-perl (6.00-1) unstable; urgency=low
 .
   * Initial Release (Closes: #617520).
Checksums-Sha1: 
 a5cf126fb17981efb9e57a640c002d77c3dd721f 2064 libhttp-daemon-perl_6.00-1.dsc
 cf33910549d83252f662754022b8d299f351f5bd 18512 
libhttp-daemon-perl_6.00.orig.tar.gz
 5e01dd35a220d541d5720d00906c1a7e0dfe7e0d 1926 
libhttp-daemon-perl_6.00-1.debian.tar.gz
 43e1ae55774a62a123f16238bc7f8ea6fc87c399 16912 
libhttp-daemon-perl_6.00-1_all.deb
Checksums-Sha256: 
 36a78c96b4b0a1eef0bd016f9ad509f198a9061089aa956d693a1827d619e469 2064 
libhttp-daemon-perl_6.00-1.dsc
 4801d349c52813a1e49d6b31962f45705bae76fb907279e75933596c04e0de89 18512 
libhttp-daemon-perl_6.00.orig.tar.gz
 3d8ee8dee0737d7388b95fefa1f87cb77c551e265bc0d4c2c473a0ad895f7d42 1926 
libhttp-daemon-perl_6.00-1.debian.tar.gz
 947ab6045836c719e79498a9b5443c583c89d4f675eac7f1f11f7fb2acc90dc6 16912 
libhttp-daemon-perl_6.00-1_all.deb
Files: 
 5c88c447d16b557af9be67243ccffb45 2064 perl optional 
libhttp-daemon-perl_6.00-1.dsc
 36c8048775b8b53a6fb7c9d781658926 18512 perl optional 
libhttp-daemon-perl_6.00.orig.tar.gz
 3c1bf529fca34ede3a75f617560dafe0 1926 perl optional 
libhttp-daemon-perl_6.00-1.debian.tar.gz
 8077eb51fc76f25e9403e665a08163a6 16912 perl optional 
libhttp-daemon-perl_6.00-1_all.deb

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

iQIcBAEBCAAGBQJNjJWAAAoJELs6aAGGSaoGsn0P/A/ekwryQTFGK3ogp9fKYei9
nRwD73KeCgYPf8jbwbkLCXSn0r77JtEnCQmRsDeWkAt2GuRH8ohYdyzTt7Pb9HDF
GpWk/GvBoVhpLuNe/udAdywlNLIqd7+vPcQP0R8wTnognlsg9O4YlJSJ7RDNqzh8
uL1vykJX9bDQezDKhoxCJIGaxsuH6p4hx+iOLyV80x1Hkqn0lUg6c/s6IImY/c4d
w6PR2+HAmXfXTvd+hNJKSBfZYChLLijh0SL6AvZipsAjOUrMr98Fjm/h7p1ahH8U
U/5XktBzZtNt0PN9uJ723mIizgSvKP5T30dWVNzTOMH5f+JO8tFM6UDBRxxpi3A7
LFTqD+VFVfPUMxA3UrkFIWitLx8pO4yNlUDAGE+EdEu95B6GT0S6OCJeTB7tDBIX
wMlHnOjP899Z3XB7o59GIZb9af1L3Qk+5ZTG+xbjbMOuGON+UcSzjXklQWkQisAG
b8icdB93FWYFy3qNIlgHGK1n1l0Rk+T1lWq8UvXWOgcFlsV3pOc0RbSDTN6+iB5h
yrxnLMUBfR1nKzoeazxJp1ALM7kX+O3VsniDzD0XEquJanmsv7QxM2i0XEeOffnW
C3UgWyxEmeVKoAAUdfC24YuNHA5C+pwsKsbdA4ZalaRNFaYNZ1bDvWVt0Rcg9Ekq
OIh/5C1v0Neh2kZOSn5l
=bOTa
-END PGP SIGNATURE-


Accepted:
libhttp-daemon-perl_6.00-1.debian.tar.gz
  to main/libh/libhttp-daemon-perl/libhttp-daemon-perl_6.00-1.debian.tar.gz
libhttp-daemon-perl_6.00-1.dsc
  to main/libh/libhttp-daemon-perl/libhttp-daemon-perl_6.00-1.dsc
libhttp-daemon-perl_6.00-1_all.deb
  to main/libh/libhttp-daemon-perl/libhttp-daemon-perl_6.00-1_all.deb
libhttp-daemon-perl_6.00.orig.tar.gz
  to main/libh/libhttp-daemon-perl/libhttp-daemon-perl_6.00.orig.tar.gz


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



Accepted libhttp-negotiate-perl 6.00-1 (source all)

2011-03-28 Thread Nicholas Bamber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 23 Mar 2011 09:07:04 +
Source: libhttp-negotiate-perl
Binary: libhttp-negotiate-perl
Architecture: source all
Version: 6.00-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Nicholas Bamber nicho...@periapt.co.uk
Description: 
 libhttp-negotiate-perl - implementation of content negotiation
Closes: 619336
Changes: 
 libhttp-negotiate-perl (6.00-1) unstable; urgency=low
 .
   * Initial Release (Closes: #619336).
Checksums-Sha1: 
 1db104819f2a04058a33b4bccd59413b043e8f85 2051 libhttp-negotiate-perl_6.00-1.dsc
 4ef0f026a9c710d876444dcfdc3a56cbb2c8a478 8560 
libhttp-negotiate-perl_6.00.orig.tar.gz
 f619486c1716e5c4ad25e84411efe9c44d3ce3b0 1594 
libhttp-negotiate-perl_6.00-1.debian.tar.gz
 0406b33595c16cef37b62003e38a8cb3bf70ba21 13494 
libhttp-negotiate-perl_6.00-1_all.deb
Checksums-Sha256: 
 6d871747d87bf6cd93c0467276f97e052a71823c365a118ba946d2926746f11a 2051 
libhttp-negotiate-perl_6.00-1.dsc
 4e070ea67427ab1843620debc923b820bd41b9018914dfef54bbc7af9257ae82 8560 
libhttp-negotiate-perl_6.00.orig.tar.gz
 6ece59f8da53366dacaf4d2691be61de120ff671b9e4a63fc7cb9d615c07dfa4 1594 
libhttp-negotiate-perl_6.00-1.debian.tar.gz
 7c86d915e7442adb58792cc55df15307aab335f341e50a90485affb661fab17d 13494 
libhttp-negotiate-perl_6.00-1_all.deb
Files: 
 04de61aa7d0028898b12624e98a446ba 2051 perl optional 
libhttp-negotiate-perl_6.00-1.dsc
 f2d89957d1c4f62a86f18b08e07c2328 8560 perl optional 
libhttp-negotiate-perl_6.00.orig.tar.gz
 280406915ecabe43497a0499f299d225 1594 perl optional 
libhttp-negotiate-perl_6.00-1.debian.tar.gz
 97e18d67e396ca4c4325877ec3b102f1 13494 perl optional 
libhttp-negotiate-perl_6.00-1_all.deb

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

iQIcBAEBCAAGBQJNjJYiAAoJELs6aAGGSaoG5L0P/25lM7Yn+oJbAw6ePYjPrU85
7mnlEUfmDyPsGzuKPP5yJJsQlHbwp0P9cO0CHlSijMNLgFVUy6F2WfveoW5EXBjJ
/k3LnvymD9II6IlrMSDfyaJzBo+98UDdYAN0b9DIB9PppjEk2cUPkLqRisndpke1
YN5+jDFJsbZjDpEBi30lyPDNY/V83iEILy1ix9dseETKXSbuo+BBg7569G/Ka1rd
p/+qarHTndFQspCgMhNdN4CDL3n1ABUh41SukT72LheES+Oc+NUw3WiOxtTvDbdB
lFXXZz92Zyb0M0awhcGDjqsuCLev0D3bpq3nLV9sXT5cGdM+/OvCVKm3FdW/pJo9
61i1JlkssqRiF5b2XrRCwtoTS8LcKkXdDcjvAhzbua9Ijg7J3rarZ7VD6aOXEX/P
piZTHwPk8SZBCCdOndAaq+uW0qRU8kwFnjErsqVd8JySU1ZPg9+CRvgo4cUGIXne
5Hh8jp5Z1SsFbgnwTa8Qd7GGoQ6zZmpDkE1w/TZOg2gVT8VlTltLsdukFxgDwyyv
3OAeVGjSuZPCmssnqJIzsYHzESlnc9nLjy6pCvRpSvq6Y6XP5KGHBlzPvnj2LZCZ
ejaoE5RCg4lbEkbE5yqgaZRJheY/8hQ2uiiSw2eqg/KTvNBM8HZmkpoToyRp347h
NPAYv9ICuf6WycYdOvZ1
=VqgQ
-END PGP SIGNATURE-


Accepted:
libhttp-negotiate-perl_6.00-1.debian.tar.gz
  to 
main/libh/libhttp-negotiate-perl/libhttp-negotiate-perl_6.00-1.debian.tar.gz
libhttp-negotiate-perl_6.00-1.dsc
  to main/libh/libhttp-negotiate-perl/libhttp-negotiate-perl_6.00-1.dsc
libhttp-negotiate-perl_6.00-1_all.deb
  to main/libh/libhttp-negotiate-perl/libhttp-negotiate-perl_6.00-1_all.deb
libhttp-negotiate-perl_6.00.orig.tar.gz
  to main/libh/libhttp-negotiate-perl/libhttp-negotiate-perl_6.00.orig.tar.gz


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



Accepted libindicator 0.3.21-1 (source amd64)

2011-03-28 Thread Evgeni Golov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 20 Mar 2011 15:58:35 +0100
Source: libindicator
Binary: libindicator3 libindicator-dev libindicator-tools
Architecture: source amd64
Version: 0.3.21-1
Distribution: unstable
Urgency: low
Maintainer: The Ayatana Packagers pkg-ayatana-de...@lists.alioth.debian.org
Changed-By: Evgeni Golov evg...@debian.org
Description: 
 libindicator-dev - panel indicator applet - library development files
 libindicator-tools - Tools for libindicator
 libindicator3 - panel indicator applet - shared library
Changes: 
 libindicator (0.3.21-1) unstable; urgency=low
 .
   * Merge new upstream from Ubuntu.
   * debian/control:
 + Improve descriptions of the GTK3 packages.
 + Standards-Version: 3.9.1
   * Disable GTK3 packages until libgtk-3-dev is in unstable.
Checksums-Sha1: 
 e8c3416efc93c1b2c5f711c6e4b20b24dc9f5324 1475 libindicator_0.3.21-1.dsc
 891c6121e59753b4179936df9edade540202d34e 378206 libindicator_0.3.21.orig.tar.gz
 61ef5e09e96e44247532e3ec0646023ba063c525 6523 
libindicator_0.3.21-1.debian.tar.gz
 d172912de99e59380c9e8fff78fd7bbc70d7bb28 46736 libindicator3_0.3.21-1_amd64.deb
 dd5e8224aadcbd410f814185b6e689cb5b6d15e5 53090 
libindicator-dev_0.3.21-1_amd64.deb
 26b4764e56916c96194df58b7b1e681df3ddbfa2 32134 
libindicator-tools_0.3.21-1_amd64.deb
Checksums-Sha256: 
 97b225acfc66445d2994b9821472a443ecf26c49631408bca13e5d4ff34bd334 1475 
libindicator_0.3.21-1.dsc
 3ed9c64f1a8faf6dace913d46f82486d13a48148085610d87b54bfde27eaefcc 378206 
libindicator_0.3.21.orig.tar.gz
 f05b228911af14a465a39bf2b3b64970b1ef531e583804849be023c3010edf3a 6523 
libindicator_0.3.21-1.debian.tar.gz
 3d03887d8800b4665cd530b9a41ee71be25696708adc461a5e2b911ea9869bc1 46736 
libindicator3_0.3.21-1_amd64.deb
 edfacf898a7d07fc73663236fad563d0d33d40aa8f3bf9426dfb7aa6f43fbb0a 53090 
libindicator-dev_0.3.21-1_amd64.deb
 a89d512242177d6a9730fa59aa551951247bb4557295e8de07b2197b0797a21b 32134 
libindicator-tools_0.3.21-1_amd64.deb
Files: 
 b15e05164b50707806148019ebcdf837 1475 libs optional libindicator_0.3.21-1.dsc
 6b0de7db9a497b902fc9f54ef11bf9c4 378206 libs optional 
libindicator_0.3.21.orig.tar.gz
 d7577b6e9af61c93a19e693bc6795910 6523 libs optional 
libindicator_0.3.21-1.debian.tar.gz
 9c2ab7a1a499baae3d6233ddd79e765e 46736 libs optional 
libindicator3_0.3.21-1_amd64.deb
 c57a2280bb8148b7bee7fbc38b754c43 53090 libdevel optional 
libindicator-dev_0.3.21-1_amd64.deb
 bdc703dc1326d3a4910189a19ecc4af3 32134 devel optional 
libindicator-tools_0.3.21-1_amd64.deb

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

iEYEARECAAYFAk2LIbUACgkQJKAUGKwVtQyglQCgpCXJ6yjbyyTaIaH2h0w01wtU
ZhgAnR/WsKcJYkkk3AYwpggWo6LfJxWe
=wP6b
-END PGP SIGNATURE-


Accepted:
libindicator-dev_0.3.21-1_amd64.deb
  to main/libi/libindicator/libindicator-dev_0.3.21-1_amd64.deb
libindicator-tools_0.3.21-1_amd64.deb
  to main/libi/libindicator/libindicator-tools_0.3.21-1_amd64.deb
libindicator3_0.3.21-1_amd64.deb
  to main/libi/libindicator/libindicator3_0.3.21-1_amd64.deb
libindicator_0.3.21-1.debian.tar.gz
  to main/libi/libindicator/libindicator_0.3.21-1.debian.tar.gz
libindicator_0.3.21-1.dsc
  to main/libi/libindicator/libindicator_0.3.21-1.dsc
libindicator_0.3.21.orig.tar.gz
  to main/libi/libindicator/libindicator_0.3.21.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/e1q4gmx-0005wg...@franck.debian.org



Accepted libplist 1.4-1 (source all amd64)

2011-03-28 Thread Julien Lavergne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 21 Mar 2011 17:36:21 +0100
Source: libplist
Binary: libplist1 libplist++1 libplist-dev libplist++-dev libplist-dbg 
python-plist libplist-utils libplist-doc
Architecture: source amd64 all
Version: 1.4-1
Distribution: unstable
Urgency: medium
Maintainer: Julien Lavergne julien.laver...@gmail.com
Changed-By: Julien Lavergne julien.laver...@gmail.com
Description: 
 libplist++-dev - Library for handling Apple binary and XML property lists
 libplist++1 - Library for handling Apple binary and XML property lists
 libplist-dbg - Library for handling Apple binary and XML property lists
 libplist-dev - Library for handling Apple binary and XML property lists
 libplist-doc - Library for handling Apple binary and XML property lists - docs
 libplist-utils - Apple property list converter
 libplist1  - Library for handling Apple binary and XML property lists
 python-plist - Library for handling Apple binary and XML property lists
Closes: 605846 615661 618150
Changes: 
 libplist (1.4-1) unstable; urgency=medium
 .
   * New upstream release.
   * debian/rules:
- Remove additional CFLAGS to pass correct flags.
- Add additional LDFLAGS.
- Use filter instead of findstring to find noopt.
- Build and clean doxygen documentation.
   * debian/libplist++1.symbols.amd64
- Removed, since symbols are too unstable and easily FTBFS the package.
  Closes: #605846, #615661, #618150
   * Set urgency to medium to fix RC bug.
   * debian/watch:
- Update location of the tarballs.
   * debian/docs
- Add general documentation files.
   * debian/copyright:
- Update to DEP5 format.
   * debian/01-libs.private.patch:
- Update.
   * debian/libplist-doc.doc-base  debian/libplist.install:
- Install libplist documentation.
   * debian/control:
- Build-depends on doxygen for documentation support.
- Add libplist-doc binary.
- Replace references to libiphone by libimobiledevice.
Checksums-Sha1: 
 6b2696ecce8c9e016e1200d02a43357f54b637d9 1364 libplist_1.4-1.dsc
 0bf14e28e51757958322348afa21986c79b869f5 104960 libplist_1.4.orig.tar.gz
 34826068093a76923e636542c4659fc952c403b3 6947 libplist_1.4-1.debian.tar.gz
 47fc25a23b6ec98c1a574e64ee4fb9b740140346 21538 libplist1_1.4-1_amd64.deb
 b115b13a0839aa584eb3e8d104fcc7cfa3f23083 24970 libplist++1_1.4-1_amd64.deb
 26a2ba1a3f703f2988b94f3bbe80722bcece6549 8502 libplist-dev_1.4-1_amd64.deb
 c785ac1696f80e1d15b960459ec6466a73d2936a 9668 libplist++-dev_1.4-1_amd64.deb
 fef307494cc01b1b3d3bbf1414755897e3ac863e 341356 libplist-dbg_1.4-1_amd64.deb
 a15429abe2cdaf124c0c2bfd48c099dc3af309a3 79332 python-plist_1.4-1_amd64.deb
 5aea584195a98c9e81de5a335b56a7c5da5d1aab 8740 libplist-utils_1.4-1_amd64.deb
 cfc1f5017dcb011ff7e3f85b9588caf65052f19a 48636 libplist-doc_1.4-1_all.deb
Checksums-Sha256: 
 5e1914225c02eab60a509b55bf0aacef6742cf05d4501bc0fff15ec89ca61555 1364 
libplist_1.4-1.dsc
 a9547eec65b579185726ad4b9da688ad6880946299f76a244cb43c2ae357eec1 104960 
libplist_1.4.orig.tar.gz
 4deda98c6c056eb90a0badd647748a7146542636596010dee84ba8525bf94c04 6947 
libplist_1.4-1.debian.tar.gz
 ec5e4035dd921f490c08ea5bab3b034ec1cec05ce51d2dc8e0f2ccd134614486 21538 
libplist1_1.4-1_amd64.deb
 245bf316e020eba773a0f9e7e105db616613fe7cf68f4e9aff72403410a3d5e4 24970 
libplist++1_1.4-1_amd64.deb
 dec92410794cf5d2ad6eb5e04df7f018a19d7ad22e1b8819fb0a5028bc8ca958 8502 
libplist-dev_1.4-1_amd64.deb
 16d38f2fa664cdf5200fc2282cfb25be650f2dd07cd7a00a25fb6b8785e20e61 9668 
libplist++-dev_1.4-1_amd64.deb
 21f73c09eb3b7bb6d75a30da41c29504f8c7c3f333cf531825c449ad5696d89b 341356 
libplist-dbg_1.4-1_amd64.deb
 cd72157f48dac6fc32bfd67d017ef82ce735fb2945c74e8777fd038682e3ebae 79332 
python-plist_1.4-1_amd64.deb
 b6dad8950c18fe1033fdd14f55f7ed314f254cb716e933a443b9db18aa8d0508 8740 
libplist-utils_1.4-1_amd64.deb
 6ad8b7bbdebad2a755635c34ab0c98d0813362e4b607c6734808420d95badec0 48636 
libplist-doc_1.4-1_all.deb
Files: 
 5646e1f245d21f9c294d45c0e54b107b 1364 libs optional libplist_1.4-1.dsc
 88b4ec5ad91c4dcc071456a09120f569 104960 libs optional libplist_1.4.orig.tar.gz
 db6355110128c4d72f2d4e775cf30229 6947 libs optional 
libplist_1.4-1.debian.tar.gz
 b5f0be3109f9d508ad5c3fb2a0ae3969 21538 libs optional libplist1_1.4-1_amd64.deb
 6b63935d875d98ded6d989743d6954d4 24970 libs optional 
libplist++1_1.4-1_amd64.deb
 3a76ba34a7a83fbbea992be262d0c01b 8502 libdevel optional 
libplist-dev_1.4-1_amd64.deb
 bc096bc99610581db884b6604a81e335 9668 libdevel optional 
libplist++-dev_1.4-1_amd64.deb
 7e03cf18a551f105b62d0ef23ebd48f8 341356 debug extra 
libplist-dbg_1.4-1_amd64.deb
 f4cf791305118b30ceebdccffb215551 79332 python optional 
python-plist_1.4-1_amd64.deb
 1290216128f187ca74ffeea05cc86261 8740 utils optional 
libplist-utils_1.4-1_amd64.deb
 e8939af5b97576a16a9380d49fc34f64 48636 doc optional libplist-doc_1.4-1_all.deb

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


Accepted python-gdata 2.0.14-2 (source all)

2011-03-28 Thread Andreas Noteng
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 23 Mar 2011 21:13:03 +0200
Source: python-gdata
Binary: python-gdata python-gdata-doc
Architecture: all source
Version: 2.0.14-2
Distribution: unstable
Urgency: low
Maintainer: Gustavo Franco stra...@debian.org
Changed-By: Andreas Noteng andr...@noteng.no
Closes: 571818
Description: 
 python-gdata-doc - Google Data Python client library, documentation and 
examples
 python-gdata - Google Data Python client library
Changes: 
 python-gdata (2.0.14-2) unstable; urgency=low
 .
   * Team upload.
   * Split out the documentation and examples in a separate package
 (Closes: #571818)
Checksums-Sha1: 
 3339bf9f7cf6097c783e2bf955dd694c83732761 2018 python-gdata_2.0.14-2.dsc
 c3615bcf0b604230e7118de8eb621ec5893f8bf8 6340 
python-gdata_2.0.14-2.debian.tar.gz
 593eb8fbea6eb834f76fea32e69c24133a479c3f 472564 python-gdata_2.0.14-2_all.deb
 7ab1073f4935850c61c70886fd5a539f5202e248 1142062 
python-gdata-doc_2.0.14-2_all.deb
Checksums-Sha256: 
 f584c8500c210f698c7543369e3c1961a9fbc0365f01330738090906200ce715 2018 
python-gdata_2.0.14-2.dsc
 f242c300148c8bd5e78dc06c7d1ff68c863c4d6a26cd503fb3671b68efe4e385 6340 
python-gdata_2.0.14-2.debian.tar.gz
 dad59da01dc6d014104cf0bd4aef995d926b8fcd1f0aafb4bdd2ff5844d9b668 472564 
python-gdata_2.0.14-2_all.deb
 e075960dd192a2995a02665998c46fe0bd1e6971ff60141e4e5c3a3411d4bbcd 1142062 
python-gdata-doc_2.0.14-2_all.deb
Files: 
 009a72a88ce6a8a5615dc5461e436d73 2018 python extra python-gdata_2.0.14-2.dsc
 4743b279c8038d1cbec4c6cceeecfc48 6340 python extra 
python-gdata_2.0.14-2.debian.tar.gz
 e7831431639eef0647f26250822993dc 472564 python extra 
python-gdata_2.0.14-2_all.deb
 082a18dfcbde3bbb663343fd4583cc5b 1142062 doc extra 
python-gdata-doc_2.0.14-2_all.deb

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

iQIcBAEBAgAGBQJNikc1AAoJEACQ/CG1zRrMir4P/jROoIkDoAEjaErzHDHfgE4K
/f4cpvaW7PLtxDLVgEYzHkGGUb+Xp+Kb3720WjAXY1znqAlr2lZadcrJ8Fx0qWAJ
yTQSgXN10H/CmsnqK0COWC07VZgaGY5ArA18fakXsTx+f28j04zOZzQ3TKm+FQUK
omLzVAQ8p0FE+VnsNUWOnryHgLJH9wMWjS6oA7VoESA1OT+ePMbVYz9zVzgWdu4g
trgleDqxiKZ7Egx7L4DRIg7cVWgY4wRthrFVS/DgoWkghUbF3uOg1WyvRebeb9tx
fosM3BCezf3heZqWt1HkZzWP87JmcUQgBeAi1WQwlMJs2fcjczAh341Iaz2JOb4H
oZa/prDYfnSVfhEjlk/g/ecPsELqcs1dYbv8OIkS3+BXfz+Zfy1wyW+gPexzZ0W8
WgGmEv3qhLzUw41XwXvwi06HyUSPBrcJmqyZ9DV73+38nAo9dTgTdaT4JhFXTCc4
8rQOMAPe+tPAAzzXn4qSOCw2/eug35QDVTWbpD1owyV/HFuO4c5upr91B2WHDpxZ
1X24rH8oTfCWc0/PoQdzPClY414OZT/gQu00H89U3mk4PGphAN7T5FWklIypTI8X
Xv2PYdF5WYpBRjCt+lYjvfz5R4S4koJoavKeId2RWeZK64YUAtbwJjtS6YdQUtp5
e6VqKDOUH5jp8oTH1hq6
=AkEM
-END PGP SIGNATURE-


Accepted:
python-gdata-doc_2.0.14-2_all.deb
  to main/p/python-gdata/python-gdata-doc_2.0.14-2_all.deb
python-gdata_2.0.14-2.debian.tar.gz
  to main/p/python-gdata/python-gdata_2.0.14-2.debian.tar.gz
python-gdata_2.0.14-2.dsc
  to main/p/python-gdata/python-gdata_2.0.14-2.dsc
python-gdata_2.0.14-2_all.deb
  to main/p/python-gdata/python-gdata_2.0.14-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/e1q4gnp-00068z...@franck.debian.org



Accepted undertaker 1.1-1 (source all amd64)

2011-03-28 Thread Christoph Egger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 10 Feb 2011 22:26:20 +0100
Source: undertaker
Binary: undertaker undertaker-el
Architecture: source amd64 all
Version: 1.1-1
Distribution: unstable
Urgency: low
Maintainer: Christoph Egger christ...@debian.org
Changed-By: Christoph Egger christ...@debian.org
Description: 
 undertaker - static code analysis tool checking preprocessor directives
 undertaker-el - emacs integration for undertaker
Changes: 
 undertaker (1.1-1) unstable; urgency=low
 .
   * New upstream Version
   * Change siretart's E-Mail address
   * Fix copyright information
   * Add Vcs-* Headers
Checksums-Sha1: 
 a20c0734e73e44a1ff2b26360d52f80bb0674b5d 2034 undertaker_1.1-1.dsc
 2c5fbd36434fa14bf59c4f6f4f86e03e793b2d6d 384991 undertaker_1.1.orig.tar.gz
 c7ed03abaa1761e8df40f9f266b36c2775d05984 2918 undertaker_1.1-1.debian.tar.gz
 6e6cb3b65279ba284586a8e14a2c6f5ee249063b 308636 undertaker_1.1-1_amd64.deb
 492396d75b25bd57f0ab924fdb79f7395955c169 5886 undertaker-el_1.1-1_all.deb
Checksums-Sha256: 
 314cbadc92b233de6f73faa422e322f264dacf809a52b4f2753b0a609ab3e160 2034 
undertaker_1.1-1.dsc
 d35b28161171a5361a038fa6450a787fea67f3abca068d7b119f0852898bb390 384991 
undertaker_1.1.orig.tar.gz
 704f1a8b783527567a1f1923d44fdaa9fe4917b1f77dfe59612c17b629367431 2918 
undertaker_1.1-1.debian.tar.gz
 7ba1a10c1b25bf6ba4c80ced19ae93ae775967fa98691932fe46f3cd92575e38 308636 
undertaker_1.1-1_amd64.deb
 4ceb014efb9fb40a130fb7b76c545eff2fdb4807b59a798fe87320e1e62c1363 5886 
undertaker-el_1.1-1_all.deb
Files: 
 c7e9f8415584aa89a69ddf9a483e4faa 2034 devel optional undertaker_1.1-1.dsc
 506f6fae326560d6be919c992b5dade6 384991 devel optional 
undertaker_1.1.orig.tar.gz
 c09f8c69154e026e32db3026cf07665f 2918 devel optional 
undertaker_1.1-1.debian.tar.gz
 b4efa140e28c39af6bde9dfd7b93d61c 308636 devel optional 
undertaker_1.1-1_amd64.deb
 174da50855270db796bc31a51d5a2b80 5886 devel optional 
undertaker-el_1.1-1_all.deb

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

iQIcBAEBCgAGBQJNiOZ5AAoJEKv/7bJACMb5XkQQAKsSZ6uTotM9+zspwthN4aih
pkVKXe/FADHOaWQGF0a35VhvZG6GGxur+0SeF1uHnSiOeYuCmKEetiWBBXkm9Scs
JnxQjpCEYVs2cFxkYe5SYmHbNboOmLO6DY49m6SnX/SEkV7sEeIVRmAcLJ7x8+03
W652vBt94D50GwkRGOnGRY+vln7H1A4wUOUSjEeXwnhrWJPl4uLzZD53VtGzdrky
dDQ2oCZIhA9Y3O8amy0u8vF6tFC0Y8NJN6EQw4adygPJgjuDA88WHGBpd/SijPD+
JWoRkorLT0fw+xPVPtbpwX1+tIR9djE7FXvX9ntnDS6y3P5DopdF1G7z53M0r+6B
G/KfeOVLwjNVokneX03xol5KAGWfYpZs7lGzB8Y3qpj+SqYqGD+9DdkrMA2G7dBF
VBBwbrFMTgZzM9gNkdenobUG9CIo8x9Qnmxk4G4HWdc/GvKod25nyQCGCYeZnIA1
wZ9iNWCCJo8wDg7+l/99PG9B9MrTqMyH/nAdjm2wQ1kMvllIVzqHfOhJWR7LI/+5
fVLMppH6XCq9gMdTFbYBnGw9AkXffZa6gKgXD3JhQTS8KkkuIjNGGNsJIxAZZp9U
qhW/MvNTWbZ4nc5lWCnHmnpIkcVzOdbonh7pN9p8CTnM6HBMMx9Kr/5DwDxclUCs
sGdUT9QEdhTOneXO/IPW
=lq/k
-END PGP SIGNATURE-


Accepted:
undertaker-el_1.1-1_all.deb
  to main/u/undertaker/undertaker-el_1.1-1_all.deb
undertaker_1.1-1.debian.tar.gz
  to main/u/undertaker/undertaker_1.1-1.debian.tar.gz
undertaker_1.1-1.dsc
  to main/u/undertaker/undertaker_1.1-1.dsc
undertaker_1.1-1_amd64.deb
  to main/u/undertaker/undertaker_1.1-1_amd64.deb
undertaker_1.1.orig.tar.gz
  to main/u/undertaker/undertaker_1.1.orig.tar.gz


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



Accepted vows 0.5.3+398443-1 (source all)

2011-03-28 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 28 Jan 2011 17:39:11 +0100
Source: vows
Binary: libnode-vows
Architecture: source all
Version: 0.5.3+398443-1
Distribution: experimental
Urgency: low
Maintainer: Jonas Smedegaard d...@jones.dk
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 libnode-vows - asynchronous BDD  continuous integration for Node
Closes: 611378
Changes: 
 vows (0.5.3+398443-1) experimental; urgency=low
 .
   * Initial release.
 Closes: Bug#611378.
Checksums-Sha1: 
 7ba2cb5565daf03d98c1e1eeb32f94f826ae1ff5 1818 vows_0.5.3+398443-1.dsc
 3447c2a46ebcf07933fb23d00047da5a0de9f2a6 16017 vows_0.5.3+398443.orig.tar.gz
 b36a4550753caf4a368353f8cd119c9d2309ddf7 3154 vows_0.5.3+398443-1.debian.tar.gz
 e69c7153b9025bf07a6bdc09ef126c5530ddc110 18130 
libnode-vows_0.5.3+398443-1_all.deb
Checksums-Sha256: 
 8aba6ec1cef7b89859125716cff04e217d1a989752fccb346f4e62804969b8b6 1818 
vows_0.5.3+398443-1.dsc
 8bc85e169c68a261c385f6792c6454bcb213381ddcd2ca0d9ab7d61215d9d28d 16017 
vows_0.5.3+398443.orig.tar.gz
 640af26fd21ff7a407f571d757caad54b57baff4dbc6c30c61e4acb825a1bd15 3154 
vows_0.5.3+398443-1.debian.tar.gz
 eb824b7031e50fb34e9dd1bb28530986f1d0dea3ef7be658e664f29097750fbb 18130 
libnode-vows_0.5.3+398443-1_all.deb
Files: 
 f90e5aa6756939cb72485b41838354f3 1818 web optional vows_0.5.3+398443-1.dsc
 d8221f04c2640154cd34b0094ee179e1 16017 web optional 
vows_0.5.3+398443.orig.tar.gz
 f44e4a68cc36d1169c4b8a66c568bddf 3154 web optional 
vows_0.5.3+398443-1.debian.tar.gz
 410b883d442942d2e56d92f03fbba994 18130 web optional 
libnode-vows_0.5.3+398443-1_all.deb

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

iQIcBAEBCgAGBQJNQvHjAAoJECx8MUbBoAEhPccP/i7sH63FecY1REehXrCJc5pE
Zx7kf29H5SlgSkKpCTdmCZUWY+DRV2uZg0Qa+SnlYKup97vBExIHePXGr0QkwHrh
qPvvGkBLr+0k/uJSuOgyhaOCzA4om06Dov83bJcEKZRGNeaeJALUMcCGY0GP2jQ2
XEHp/JnWnnC7DbAsUXJG5XEC0zf47T8QaGyZE6jguTYDpb7/D5IVgfVTuJs/RuFZ
rqW0O6U3hMVsHZvjdSBnTj+WCwJTr6vztzKDCzlZyBoequLO5w6I/0J9/kl3Vrg7
HamedPwsXAF1VACkxiZrWhMvX7zN35Zox52/JoUv8IUn7hilXHTYEAzJQMzIvsn0
pQkXRdFWhC6atWHx8aK5cN89HrtK7NBKHvfpLn2JGDO9WNb+kCdVFjYzpyrkHoQc
VbESVNePrqnAw4kqqYCVJY57A7hGzNLHXq9okNxfR5UvfVTqQN3fClJn+7LlEOuh
6b5SmDcO4FQL+Nuxttaw4vmikEkSQgWGPKHd+Qie9MhwrTraORc78QNo02uklrcN
9A4Ai1HZuJ9kY+ra4hCs6TK4LsX5CualI2jMLADXI6+DDLwRwCifxyYOj8XVFdO/
ZZv/w79i5FgQ6BRxGUo2Qz5/xc0oTWOst2EN+LU6nulPN356FWGCpGXMRzjEqEu2
Jg33srr/8ASZnCrAjEsW
=BT85
-END PGP SIGNATURE-


Accepted:
libnode-vows_0.5.3+398443-1_all.deb
  to main/v/vows/libnode-vows_0.5.3+398443-1_all.deb
vows_0.5.3+398443-1.debian.tar.gz
  to main/v/vows/vows_0.5.3+398443-1.debian.tar.gz
vows_0.5.3+398443-1.dsc
  to main/v/vows/vows_0.5.3+398443-1.dsc
vows_0.5.3+398443.orig.tar.gz
  to main/v/vows/vows_0.5.3+398443.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/e1q4gnf-0006eh...@franck.debian.org



Accepted vows 0.5.3+398443-2 (source all)

2011-03-28 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 28 Jan 2011 23:51:43 +0100
Source: vows
Binary: libnode-vows
Architecture: source all
Version: 0.5.3+398443-2
Distribution: experimental
Urgency: low
Maintainer: Jonas Smedegaard d...@jones.dk
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 libnode-vows - asynchronous BDD  continuous integration for Node
Changes: 
 vows (0.5.3+398443-2) experimental; urgency=low
 .
   * Hardcode upstream version in main library file (instead of looking
 up in non-shipped package.json file).
Checksums-Sha1: 
 866cf024d2591791c91a471e6bcb47dc3661fb79 1818 vows_0.5.3+398443-2.dsc
 dd7d891e785fbe3cca19e07da411cba4c53596bf 3418 vows_0.5.3+398443-2.debian.tar.gz
 0689e7b4f1b7c73e5f4d04c96c6d1d0377f55d76 18200 
libnode-vows_0.5.3+398443-2_all.deb
Checksums-Sha256: 
 81f702e98ab717acf2541decdda7194861006864775212bee5d61fd6c65e867d 1818 
vows_0.5.3+398443-2.dsc
 bc82badf44cc412ed146f9e3ecf41a2e189607a25dd662120e78e80fc7a71505 3418 
vows_0.5.3+398443-2.debian.tar.gz
 ab2fd355abf7f7b12c83c8b8c557c63b2c2dcac7ee0dfb9d0a068b9555043505 18200 
libnode-vows_0.5.3+398443-2_all.deb
Files: 
 69418665660ba611c6d987a5849082da 1818 web optional vows_0.5.3+398443-2.dsc
 c2eba6fe453e8b54a59620438b61333e 3418 web optional 
vows_0.5.3+398443-2.debian.tar.gz
 d3e964e5663fef28fa60f356f9ab1365 18200 web optional 
libnode-vows_0.5.3+398443-2_all.deb

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

iQIcBAEBCgAGBQJNQ0qvAAoJECx8MUbBoAEh7JkP/23EGxH6YGdVtsgDZ0S8jxP9
V00m+Y4jQDiGUWWjeYJUfnaNf1+sWIeTpwDDXunVWdZ40gn6nmIsf2+iTwjjKTvf
R56/eSka5/T+pG1GEwAnNncl7J3+w2r4c7FLJtugZ/8ANsaDDqSGhJwtu2muZGbj
DdhUWLSf/Cy+6jEahqcUqfHjdmUMdS6WyQ7g4OBB6vcjnViL6wOdZoJF3GlvppSx
dIQhcc84pdKLFbt7Pi9mnVvTX+LPiOyex28sdQapsm3po+XsbuacvQsLSOvDdBta
xBI4e3ncFsYJgEYqjSAu64rI74Iq3lMBhDll4oijhrjBCpV38DRrfJ++oS7RPxAW
rku3DiGJ5goxmOGtFYYZi6Qbwoi/Cvvbi3uwtgGtKRgj+ymSASaiT2Z20Ur4Eb5U
ydXsNoEAx1xV1uSPBppimThfF16wb0Bi8nyC/ZvUvSv+ma+lmdAiCTNQWRkHbdso
ys5le3KqvOE5jp3XHAphmh/4NBoifOxdbcfsQrwqSoS+ty4HTqquO05tTSJ2ZlYk
fHe7oCkN0lbF0Qi0atg4RU4mFCsRkDJwB4OG3cbVF3hJrbIdzRGLiqZQDhEvLU56
KU1tb+E5c+weCJ0vljuxCpAZx3YAx+maPiEU015jNQXz4qQjHOr8KCqPFbuIH8Gc
Z0iGv4s0aKsoJtnzLY5m
=aAGN
-END PGP SIGNATURE-


Accepted:
libnode-vows_0.5.3+398443-2_all.deb
  to main/v/vows/libnode-vows_0.5.3+398443-2_all.deb
vows_0.5.3+398443-2.debian.tar.gz
  to main/v/vows/vows_0.5.3+398443-2.debian.tar.gz
vows_0.5.3+398443-2.dsc
  to main/v/vows/vows_0.5.3+398443-2.dsc


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



Accepted vows 0.5.3+398443-3 (source all)

2011-03-28 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 29 Jan 2011 00:19:20 +0100
Source: vows
Binary: libnode-vows
Architecture: source all
Version: 0.5.3+398443-3
Distribution: experimental
Urgency: low
Maintainer: Jonas Smedegaard d...@jones.dk
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 libnode-vows - asynchronous BDD  continuous integration for Node
Changes: 
 vows (0.5.3+398443-3) experimental; urgency=low
 .
   * Fix install in root libdir.
Checksums-Sha1: 
 1f560bf0a8e905dfaa69015491825f999a375852 1818 vows_0.5.3+398443-3.dsc
 cf79b8495f4b528c7944ff86e0a9c9d645e4fd49 3415 vows_0.5.3+398443-3.debian.tar.gz
 ac99cd08eaf9ecc2a26a674585d60719eb3b41aa 18202 
libnode-vows_0.5.3+398443-3_all.deb
Checksums-Sha256: 
 551af2929d5f35c06df02d75b2f86a1bb1f1ada1d45c95df1add0809300351a4 1818 
vows_0.5.3+398443-3.dsc
 9c8fcdef2b454cb07fe7aab7e56d4c7c3478798e70ceeb1d1ad4bb300d33d7ea 3415 
vows_0.5.3+398443-3.debian.tar.gz
 2e7924b1c6e54c0461e7a2614e6a466a30f4898418401a74c3c865f33f9931b4 18202 
libnode-vows_0.5.3+398443-3_all.deb
Files: 
 b0051fc863fd2b507cad9c701e68679a 1818 web optional vows_0.5.3+398443-3.dsc
 bd5120e67e7a79660d68d76413e954b1 3415 web optional 
vows_0.5.3+398443-3.debian.tar.gz
 6788f134be8e3e81414571e7ab832453 18202 web optional 
libnode-vows_0.5.3+398443-3_all.deb

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

iQIcBAEBCgAGBQJNQ0+FAAoJECx8MUbBoAEhqagP/3T7JQkPObb5I3rh90B9+iYC
nTO5UpqOGerJ08/020xbSgtMQsl7ZvsRMTgMKv/fQ0GyjXhLc+/Yt3NUtdcObj5e
ah5G0fl23th9J6+flcShG6aN021Ru0cCFiQq1xUc8okMBELR05z7ycykUjihdv5S
LBiEOOAYwwQzJuo5d4QiYjuHhOnOb16DEhtzAMIL9jkreYDbmEU8nfNHYqpRVLRG
xD4vkOt5TCunBctSrnzzjj3+X1SUkLbvQl9Xc6IA7BddfHVPtpPaue2bQ0rpO2sR
6CgE5q5vyVLFT/8+woZ8EXss36jd4I7ojY6lLFT+XUXlTW7eykQlQoazFGUMmTn9
vxvLE9wTi0R9oMx30PXIUuCdz3XMRT2t8ZH1TQL121DemFOTHjz9bikgTcYRfelP
kI9dpCOSSbxLU/Fj7vzmDoNMitSKLnyHHrIZJgkZBZe4sztjcMc5Qrzx5toK/5Fx
m6ZhTWJE1Ory7kzpolfjY0CmuVMAhZDAPkAAbgIqdJJ3nvbsqVokbtP/KmkLNG/y
arCol+kzNX3Rm/WOArVJLcCOR3HqE8FkoSSycT0n2FbApLZVl1KtBSrm41cLJdMo
1opFZjOgO0FQdRJjHfUoIneQRUJgsQpTYi4/l4oyE9ugTsjaDfdpYD3xCfZ5QvAy
9cv/cQTvXIZQyu9PI1Sl
=3HO/
-END PGP SIGNATURE-


Accepted:
libnode-vows_0.5.3+398443-3_all.deb
  to main/v/vows/libnode-vows_0.5.3+398443-3_all.deb
vows_0.5.3+398443-3.debian.tar.gz
  to main/v/vows/vows_0.5.3+398443-3.debian.tar.gz
vows_0.5.3+398443-3.dsc
  to main/v/vows/vows_0.5.3+398443-3.dsc


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



  1   2   >