Re: Too much disruptive NMUs

2010-05-23 Thread Christian PERRIER
Quoting Ana Guerrero (a...@debian.org):

 I know this is done with the best intentions but if you think the package 
 is in bad shape or neglected by the maintainer then it might better write 
 to mia@, debian-qa@ or open a bug asking whether the package should be 
 orphaned (or even removed). Both examples below are candidates to be orphaned.

I have many of these in the packages I do NMU for l10n purposes.

My current policy is to fix my initial goal (debconf l10n) and a few
obvious QA things, by drawing the line to things I judge as
enough non-disruptive:

- fixes in debian/copyright (GPL-2, missing complete copyright
statements...)
- ${misc:Depends} in dependencies
- move to 1.0 source format mentioned explicitly (I think that 3.0
(quilt) would be too much)
- when debhelper compat is 4 or below, either:
  - bump it to 5 if the packaging is tooc complicated for me to
  investigate
  - bump it to 7 with minimal changes (usually dh_clean -k -
  dh_prep) for simple packagesand doing a little bit more check
  that it doesn't break anything (it generally doesn't as I of course
  do *not* change anything else in debian/rules)
- _Choices - __Choices in debconf templates
- Homepage: in debian/control
- and any other lintian warning I consider safe to fix (safe
usually means that I am able to fix it in a couple of seconds...because
this is a change I already did in many other packages)


I do this because I regard l10n uploads (NMU or not) as QA uploads
already anyway.

I keep a full reference of packages I NMU'ed and I intend to spend a
few days in a near future in sending a notice to the MIA team about
those packages I NMU'ed this way without any sign of life from the
maintainer.

Several of these packages looks very loosely maintained. There, it's
harder to say whether there abandoned or not or if they should be
orphaned. I personnally see my own NMUs as a sign that the package
might be a good candidate for orphaning|removal. Still, most
often, these packages don't have many bug reportsthey just seem to
be living their life quietly in the archive without much need for attention..:-)



signature.asc
Description: Digital signature


Re: Too much disruptive NMUs

2010-05-23 Thread Lucas Nussbaum
On 22/05/10 at 15:07 +0200, Ana Guerrero wrote:
 Hi,
 
 It is good to care for packages from people who are currently too busy and
 making NMUs to fix critical/very important bugs. However, lately I have been
 seeing a lot of NMUs that are being very disruptive [0], you have a couple of
 examples below [1]. (This is not against Jari or Nobihuro, they are just the 
 latest examples I have seen today).
 
 I know this is done with the best intentions but if you think the package 
 is in bad shape or neglected by the maintainer then it might better write 
 to mia@, debian-qa@ or open a bug asking whether the package should be 
 orphaned (or even removed). Both examples below are candidates to be orphaned.
 
 If you think this kind of changes are good, please start a discussion about
 changing this in the developers-reference.

Our standard process for addressing issues with such packages is the MIA
process. However, the MIA process takes quite a lot of time, and it has
happen in the past that it was completely stalled due to a lack of
manpower. Also, there are cases where the maintainer will respond to the
MIA team, preventing the orphaning of his packages, despite not working
on his packages.

So, I think that preparing an NMU that fixes small problems in the
package at the same time as contacting the MIA team is a good thing. It
helps to improve the quality of Debian, and alleviates the problem of
temporarily busy maintainer.

I'd like to encourage Jari and Nobihuro to continue that work, but to
make sure that:
- they contact the MIA team about the maintainers of the packages they
  NMU
- the packages they NMU are really _useful_ and should be kept in Debian
- they don't NMU actively maintained packages by mistake. If there are
  documented efforts to contact the maintainer, using the DELAYED queue
  with a long delay would help with that.

(Note that I witnessed one of Jari's uploads, and the procedure he
followed was fine in that regard).

 This one is not even fixing a serious bug:

So? NMUs are not only for serious bugs.
-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


-- 
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/20100523064044.ga13...@xanadu.blop.info



Re: Too much disruptive NMUs

2010-05-23 Thread Lucas Nussbaum
On 22/05/10 at 18:33 +0100, Neil Williams wrote:
 Does the MIA team take note of the WNPP reports of recently orphaned
 packages or is there a chance that an inactive maintainer whose only
 package is orphaned and then uploaded using QA, could drop off the
 radar of the MIA team? (Leaving the key in place but no packages.)

The MIA team focuses on maintainers, not on Debian Developers. DDs who
don't maintain packages are out of the scope of the MIA team. I think
that the DAMs are tracking DDs who don't maintain packages since it is
possible that some of them are inactive DDs.

Also, it's easy to find e.g developers who haven't uploaded any of
the packages in unstable with their current key in the keyring:
select login, gecos from ldap
where expire='f' and fingerprint not in (
select fingerprint from sources, upload_history
where sources.source = upload_history.source
and sources.version = upload_history.version
and sources.distribution='debian' and sources.release='sid');
-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


-- 
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/20100523073911.ga14...@xanadu.blop.info



Re: Too much disruptive NMUs

2010-05-23 Thread Jan Hauke Rahm
On Sun, May 23, 2010 at 08:40:44AM +0200, Lucas Nussbaum wrote:
 On 22/05/10 at 15:07 +0200, Ana Guerrero wrote:
  Hi,
  
  It is good to care for packages from people who are currently too busy and
  making NMUs to fix critical/very important bugs. However, lately I have been
  seeing a lot of NMUs that are being very disruptive [0], you have a couple 
  of
  examples below [1]. (This is not against Jari or Nobihuro, they are just 
  the 
  latest examples I have seen today).
  
  I know this is done with the best intentions but if you think the package 
  is in bad shape or neglected by the maintainer then it might better write 
  to mia@, debian-qa@ or open a bug asking whether the package should be 
  orphaned (or even removed). Both examples below are candidates to be 
  orphaned.
  
  If you think this kind of changes are good, please start a discussion about
  changing this in the developers-reference.
 
 Our standard process for addressing issues with such packages is the MIA
 process. However, the MIA process takes quite a lot of time, and it has
 happen in the past that it was completely stalled due to a lack of
 manpower. Also, there are cases where the maintainer will respond to the
 MIA team, preventing the orphaning of his packages, despite not working
 on his packages.

Both true, unfortunately.

 So, I think that preparing an NMU that fixes small problems in the
 package at the same time as contacting the MIA team is a good thing. It
 helps to improve the quality of Debian, and alleviates the problem of
 temporarily busy maintainer.

Ack.

 I'd like to encourage Jari and Nobihuro to continue that work, but to
 make sure that:
 - they contact the MIA team about the maintainers of the packages they
   NMU
 - the packages they NMU are really _useful_ and should be kept in Debian
 - they don't NMU actively maintained packages by mistake. If there are
   documented efforts to contact the maintainer, using the DELAYED queue
   with a long delay would help with that.

Ack but still:

- don't be too disruptive!

I don't think that changing to dh7, i.e. debian/rules to the tiniest
form, switching a package from dpatch to quilt to finally switch it to
3.0 (quilt) are changes that should be done, even if they seem useful.
And there are more examples.

I guess the problem is, as usual, where to draw the line.

Hauke

-- 
 .''`.   Jan Hauke Rahm j...@debian.org   www.jhr-online.de
: :'  :  Debian Developer www.debian.org
`. `'`   Member of the Linux Foundationwww.linux.com
  `- Fellow of the Free Software Foundation Europe  www.fsfe.org


signature.asc
Description: Digital signature


Re: Translations copyrights/licences

2010-05-23 Thread Neil Williams
On Sun, 23 May 2010 07:53:14 +0200
Julien Valroff jul...@kirya.net wrote:

 The sources contain gettext translations, the copyrights and licences
 of which are sometimes unclearly stated, eg:

Nearly all packages with translations have problems like this. It
isn't actually a problem, there's nothing realistic that can be done
about it and nearly all packages with translations would have the same
problem. If we accept that this is an issue, we'll have 14,000 RC
bugs overnight and we'll never release again.

Translators are often transient - a translation can turn up in a
package even with a Last-Translator but no further translations may
ever appear with no replies from the supplied address. Eventually
someone else might take over but a lot of packages have abandoned
translations and no usable details of Last-Translator.

I see no reason to specify these in debian/copyright.

Translator details can change more frequently than the wind and are
distributed under the same license as the package. To me, that's an end
to it.

 Sometimes, the name of the last translator isn't even stated.

s/Sometimes/Frequently/. Even when stated, the given name isn't
contactable anymore, so the prospect of getting anything in the
headers updated is zero. It's hard enough getting the translations
themselves updated.

With po files in top level po/ directories, there may be a
translator-credits msgid where the msgstr has a name but there's no
guarantee that this / these names are up to date.

Those details do appear in the UI of such programs, generally, so the
translators have some motivation to put their own names in that list,
so those can be a bit better but still not 100% up to date.

 I will obviously contact upstream so that they contact the translators
 and ask them to fix this, but I guess this will take some time and I
 would like to be able to get pino uploaded soon.

It isn't even possible in most cases. Only a minority of translators
would be able to respond. I don't think you should even contact
upstream - there's likely to be nothing upstream can do about it.

http://www.linux.codehelp.co.uk/?q=node/32

http://www.linux.codehelp.co.uk/?q=node/25

If you contacted *me* as upstream, I would refuse. Simple. It isn't
going to happen. You can threaten to remove the package from Debian,
you can threaten to remove all incomplete translations, it won't matter
- there is nothing that can be done because the people are either not
known or not contactable.

 How to deal with such unclear/incomplete headers?

As Debian Maintainer, you don't. Simple.

It's quite enough of a headache for upstream.
 
 In the case the copyright is given to the pino developers, wouldn't
 it be good to state the name of the last translator(s) in the
 copyright file? If so, is an X-Last-Translator field appropriate in
 the machine readable copyright format [2]?

NO!

Very, very, few translations are actively maintained, despite the
best efforts of upstreams to hold string freezes and contact
translators to request updates. If a package has ~40 translations, only
a handful will be at 100% at any one release. Many translations are
effectively abandoned. Many translators do not complete the headers at
all, most do not keep the headers consistently updated.

It's not just the top level po/ files either, packages have help/po,
doc/po and debian/po and some have po/ as well as po-lib/ or po-bin/
and other subdirectories - expecting all of those to be constantly
updated in debian/copyright is insane!

(Not to mention the packages which have translations that don't use
gettext formats where there might be no declaration of the
translator's details whatsoever.)

Have you any idea how much work this would be for a package like
drivel, gnucash or gedit???

The only solution for this problem is for every package to drop
90% of translations. Should make the archive a whole lot smaller and
would be really helpful to our users, not.

It is not a problem, forget it and please, do some real work that makes
a release more likely, not less. (If you've got time to waste on this,
you certainly have time to fix some existing RC bugs to help out those
who want to but don't have time to do so.)

-- 


Neil Williams
=
http://www.data-freedom.org/
http://www.linux.codehelp.co.uk/
http://e-mail.is-not-s.ms/



pgpaCuNqcNBY3.pgp
Description: PGP signature


Re: Too much disruptive NMUs

2010-05-23 Thread Jan Hauke Rahm
On Sat, May 22, 2010 at 06:33:41PM +0100, Neil Williams wrote:
 On Sat, 22 May 2010 19:20:42 +0200
 Julien BLACHE jbla...@debian.org wrote:
 
  Either it's a QA upload or it's a NMU, but it can't be a bit of
  both.
  
  If the package is effectively not maintained anymore, it's up to the
  MIA team to investigate and eventually decide to orphan the package.
 
 Do we have to wait for the MIA team or is a complete lack of response
 to a request to NMU in the BTS sufficient reason for someone who is
 interested in the package to file the bug to orphan the package
 themselves? As long as someone is interested in the package, shouldn't
 an email to the MIA team be sufficient? Someone has to be fairly
 interested in a package to consider an NMU in the first place.

I don't think that one or two mails to the BTS are sufficient to declare
a maintainer MIA and thus do all kinds of QA stuff on their packages,
regardless if those contacts have been NMU requests or whatever. On the
other hand, I acknowledge the problem that the MIA process sometimes
takes so much time, the interested NMUer even looses interest again.

Anyway, a mail to MIA is highly appreciated. Not that we can do much
more but at least we can note that as another contact attempt which
*can* lead to faster processing after all.

 Does the MIA team take note of the WNPP reports of recently orphaned
 packages or is there a chance that an inactive maintainer whose only
 package is orphaned and then uploaded using QA, could drop off the
 radar of the MIA team? (Leaving the key in place but no packages.)

There isn't enough manpower to do archive wide checks. I do from time to
time random checks, one of which being for maintainers without packages.
They are interesting to us as we have DDs who work as e.g. porters but
don't have packages. But as Lucas said, this is basically DAM's work.

  This kind of NMUs don't help; they just help the unmaintained stuff
  fly below the MIA radar longer.
 
 Agreed - so in addition to my last email, a QA upload like this, IMHO,
 should make sure that the MIA team are aware. I'd assume that, once
 contacted, the MIA team would be happy for the package to be adopted
 whilst the rest of the MIA process goes ahead.

Of course we are happy for every orphaned package to be adpoted. I,
personally, am not happy about packages being hijacked after one
unanswered NMU mail to the BTS. There are maintainers who really took
some time off without telling anyone. It's not good but it happens, and
we shouldn't take their packages away for one such mistake.

Hauke

-- 
 .''`.   Jan Hauke Rahm j...@debian.org   www.jhr-online.de
: :'  :  Debian Developer www.debian.org
`. `'`   Member of the Linux Foundationwww.linux.com
  `- Fellow of the Free Software Foundation Europe  www.fsfe.org


signature.asc
Description: Digital signature


Re: shutdown on power button?

2010-05-23 Thread Michael Meskes
On Sat, May 22, 2010 at 10:21:08AM +0200, Salvo Tomaselli wrote:
 I think i should also close the bug, and.. sorry :-)

Don't worry, stuff like this happens.

Michael

-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ 179140304, AIM/Yahoo/Skype michaelmeskes, Jabber mes...@jabber.org
VfL Borussia! Força Barça! Go SF 49ers! Use Debian GNU/Linux, PostgreSQL


-- 
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/20100523100810.ga1...@feivel.credativ.lan



Re: lilo removal in squeeze (or, please test grub2)

2010-05-23 Thread Cyril Brulebois
(Dropping -release, which isn't a discussion list.)

William Pitcock neno...@dereferenced.org (22/05/2010):
 Given that there is no active upstream and that the Debian lilo
 package carries many patches for bug fixes that are alleviated by
 standardizing on grub2, this seems like the best option for Debian.

Speaking of upstream and bug fixing, what about that?
  http://bugs.debian.org/src:grub2

 This means that users should *test grub2 extensively* before Squeeze
 is released so that any issues can be resolved now.

There should also be some folks fixing the discovered issues.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Re: lilo removal in squeeze (or, please test grub2)

2010-05-23 Thread Kurt Roeckx
On Sun, May 23, 2010 at 01:11:48PM +0200, Cyril Brulebois wrote:
 William Pitcock neno...@dereferenced.org (22/05/2010):
  This means that users should *test grub2 extensively* before Squeeze
  is released so that any issues can be resolved now.
 
 There should also be some folks fixing the discovered issues.

grub2 currently seems to be having 18 RC bugs, plus a whole bunch
of merged bugs, while lilo only has 1 RC bug.  

I think the difference is that lilo will probably not work
for a lot of people while grub2 does work for a lot of people.
And I understand that Debian's lilo maintainer basicly doesn't want
to become upstream and rewrite everything when there is an
alternative.

But I agree that a call for extensive testing would be better if
number of RC bugs would be a lot lower.


Kurt


-- 
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/20100523114251.ga3...@roeckx.be



Re: Translations copyrights/licences

2010-05-23 Thread Helge Kreutzmann
Hello,
speaking both with my translator and my Debian Maintainer hat on, I
can state the following:

a) There are lots of drive by translators. Systems like launchpad or
   DDTP even *encourage* this. In this case, it is most likely not
   possible at all to contact individual translators.
b) In structured projects (Debian, Fedora, OOo, KDE, GNOME) there are
   often language teams. In this case, translations are often
   channeled via the team. So if you want, you can try to collect
   the names in the copyright, but a team adress is more valuable.
c) Licenses are often alien to translators. They focus on the content
   and do not fill in the header. I've asked to get at least same
   license as package filled in, sometimes people respond, sometimes
   they don't. 
d) I know translators who like to do an initial translation but not
   maintenance. So if you want, you could contact the teams from b)
   (if they exist) and ask if someone would maintain the translation
   or at least provide an update. This is a lot of work, given the
   number of languages available. Just watch the efforts for d-i on
   this list.

Notwithstanding a close examination of policy I would agree with Neil:
Take what you can get (see a),), hope that some review takes place
(see b)), assume that translators want their content to be distributed
(see c), why else would they invest the time on some random web
site) and be happy if updated come in (see d)). Unless there are bug
reports regarding translations I would also agree that fixing (RC)
bugs is more important than trying to fix the copyright file with
regard to translations (though I try). 

And regarding completeness: Send a call for translations regularly
(e.g. using podebconf-report-po), giving sufficient time for
responses (depending on the size, 10 days is a good time frame), and 
then upload. It's simply impossible to get all po files at 100%. (Of
course, having an active upstream relieves you from that).

Greetings

Helge
-- 
  Dr. Helge Kreutzmann deb...@helgefjell.de
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software libre: http://www.ffii.de/


signature.asc
Description: Digital signature


Re: lilo removal in squeeze (or, please test grub2)

2010-05-23 Thread Darren Salt
I demand that William Pitcock may or may not have written...

 After some discussion about lilo on #debian-devel in IRC, it has pretty
 much been determined that kernel sizes have crossed the line past where
 lilo can reliably determine the payload size.

Working fine here on i386, whether booting a stock kernel (testing with
2.6.33 from experimental) or a custom kernel. I've not checked a stock kernel
on amd64 for some time now, but I've seen no problems with my custom kernels
(which are all initrd-free).

[snip]
 This means that users should *test grub2 extensively* before Squeeze is
 released so that any issues can be resolved now.

Well... I recall an issue with the default boot menu item no. being left
untouched and, consequently, becoming out of sync with menu content as
kernels were added or removed, although that may just be grub1.

Still, it was enough of a reason to stick with lilo.

(However, I recall extlinux being mentioned when this last came up...)

 As for removal, the following things need to be done:

 (1) The release notes need to be updated to reflect that lilo is no
 longer a bootloader option;
 (2) The debian-installer team needs to remove the lilo-installer udeb;
 (3) The ftpmasters need to remove lilo from unstable (which will be done
 using the appropriate bug filing once the above steps are made);

Alternatively, document its limitations and bugs, and let it stay.

 (4) Users need to test grub2 now.

Need? I see no need...

[snip]
-- 
| Darren Salt| linux at youmustbejoking | nr. Ashington, | Toon
| using Debian GNU/Linux | or ds,demon,co,uk| Northumberland | back!
| + I say leave it for squeeze+∞ :-)

Drive must be A: or B:, 0:1


--
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/512157417c%li...@youmustbejoking.demon.co.uk



Re: Too much disruptive NMUs

2010-05-23 Thread Jari Aalto
Ana Guerrero a...@debian.org writes:

 It is good to care for packages from people who are currently too busy and
 making NMUs to fix critical/very important bugs. However, lately I have been
 seeing a lot of NMUs that are being very disruptive

Hi Ana,

The packages I took under close look have been carefully selected and
any possible active were either contacted or notified about the
upcoming NMU. I also participated #debian-qa to ask for MIA of certain
people when in doubt.

Via email, those that I contacted, were happy to responded OK with the
changes.

We've coordinated the uploads with Tony during period of 3 months, for
the upcoming release. The uploads were always put to DELAYED/NN, and
extra time (14 days) were given for some packaged for developers to
react.

The debian/changes lists may look verbose, but the actual chages are
really minor. I prefer explicit changelogs so that peer-review is
possible.

In addition to fixing the RC bugs, minor updates were usually done at
the same time. This was done for the reasons that in case the packages
were later orphaned or the maintainer were MIA, it would be more
desireable to have a well shaped package in archive. The minor changes
include:

- update to latest debhelper (In many times no debian/rules changes;
  possibly update deprecated dh_clean to dh_prep)
- use packaging format 3.0 (delete quilt if it was used)
- update compat to 7

The DEP1 does't specifially encourage fixing anything else than the BUG
at hand, and that's a very good rule for actively maintained packages.

However these uploads you were seeing were for packages that:

- had very old bugs
- or were not actively maintained (developer not seen in years).

So I felt a shaping up would be in the spirit of good maintenance.

Jari

[1] http://dep.debian.net/deps/dep1.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/87hblyg3dx@jondo.cante.net



Re: Too much disruptive NMUs

2010-05-23 Thread Alexander Wirt
Jari Aalto schrieb am Sunday, den 23. May 2010:

Hi, 

*snip*
 In addition to fixing the RC bugs, minor updates were usually done at
 the same time. This was done for the reasons that in case the packages
 were later orphaned or the maintainer were MIA, it would be more
 desireable to have a well shaped package in archive. The minor changes
 include:
 
 - update to latest debhelper (In many times no debian/rules changes;
   possibly update deprecated dh_clean to dh_prep)
 - use packaging format 3.0 (delete quilt if it was used)
 - update compat to 7
I don't find anything of them acceptable for an nmu.
 The DEP1 does't specifially encourage fixing anything else than the BUG
 at hand, and that's a very good rule for actively maintained packages.
That dep thingys are no policy. imho these uploads violate the nmu policy. 

 
Alex


-- 
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/20100523132511.ge16...@lisa.snow-crash.org



Re: lilo removal in squeeze (or, please test grub2)

2010-05-23 Thread Julien BLACHE
Darren Salt li...@youmustbejoking.demon.co.uk wrote:

Hi,

 Working fine here on i386, whether booting a stock kernel (testing with
 2.6.33 from experimental) or a custom kernel. I've not checked a stock kernel
 on amd64 for some time now, but I've seen no problems with my custom kernels
 (which are all initrd-free).

No problems to report on amd64 either, with or without an initrd.

JB.

-- 
 Julien BLACHE - Debian  GNU/Linux Developer - jbla...@debian.org 
 
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 


-- 
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/871vd268d2@sonic.technologeek.org



Permission to NMU gcc-mingw32

2010-05-23 Thread Ove Kaaven
The lack of a suitable (i.e. non-buggy) mingw32 cross-compiler has 
blocked Wine updates for half a year now. Both the mingw32 package (gcc 
4.2.1) and the gcc-mingw32 package (gcc 4.4.2) have a bug which was 
fixed in upstream gcc 4.4.3. At least one of these should be updated, if 
we want a fully featured Wine, but neither of them seems to be updating. 
The maintainer of gcc-mingw32, Robert Millan, appears MIA, and mingw32 
appears to be blocked on some politics issue (apparently not helped by 
the existence of gcc-mingw32?).


Anyway, for me, the easiest way to be able to build an updated Wine 
package would be to NMU gcc-mingw32. Doing so seems to be just a matter 
of putting in a new gcc tarball in the source package, and I've 
confirmed that updating it to gcc 4.4.4 seems to work for what Wine needs.


Is it okay if I go ahead and do such a NMU?

Ove


--
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/4bf9320e.6020...@arcticnet.no



Re: Too much disruptive NMUs

2010-05-23 Thread Stefano Zacchiroli
On Sun, May 23, 2010 at 03:25:11PM +0200, Alexander Wirt wrote:
  The DEP1 does't specifially encourage fixing anything else than the BUG
  at hand, and that's a very good rule for actively maintained packages.
 That dep thingys are no policy. imho these uploads violate the nmu policy. 

Well, DEP1 got implemented in developer's reference, which kind of
define the NMU policy. However that's not the point IMO. At least
according to Tony reply I can see that the work-flow for NMU has been
followed properly for most parts (e.g. by using the DELAYED queue,
fixing important bugs---which *is* allowed by NMU guidelines, etc.).

The main problem is that the changes performed have been a bit too much
overzealous, even if with the best intentions. All would have been fine
if things like switching to quilt have been avoided, and we would have
been here thanking the NMU-ers.

All in all, I can also understand the desire to fix that kind of things
in a package which is clearly unmaintained, but that should come with an
upload which also orphan the package or change the maintainer (of course
according to the processes for that). The guiding principle AFAICT is
that when you NMU a package you generally hope that the proper
maintainer will eventually integrate your changes, that's why they
should be minimized. If, on the contrary, the package is de facto
orphaned, it's pointless to strive for minimality (but then, again, the
package should be orphaned or worse).


Finally, just a plea for everybody participating in this thread. NMU
guidelines should be followed properly, that's out of discussion.
Nevertheless please try not to discourage too much (properly done) NMUs,
as we've a big inertia problem in Debian about maintainers with
less-than-stellar reaction time, and NMUs are one of the best tools we
have to counter that.

Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime


signature.asc
Description: Digital signature


Re: Too much disruptive NMUs

2010-05-23 Thread Jari Aalto
Alexander Wirt formo...@formorer.de writes:
 Jari Aalto schrieb am Sunday, den 23. May 2010:

 [When package was not maintained]

 In addition to fixing the RC bugs, minor updates were usually done at
 the same time. This was done for the reasons that in case the packages
 were later orphaned or the maintainer were MIA, it would be more
 desireable to have a well shaped package in archive. The minor changes
 include:
 
 - update to latest debhelper (In many times no debian/rules changes;
   possibly update deprecated dh_clean to dh_prep)
 - use packaging format 3.0 (delete quilt if it was used)
 - update compat to 7

 I don't find anything of them acceptable for an nmu.

 The DEP1 does't specifially encourage fixing anything else than the BUG
 at hand, and that's a very good rule for actively maintained packages.

 That dep thingys are no policy. imho these uploads violate the nmu policy.

It was later turned into policy.

So there is not room for discreet judgement for cases like:

- active maintainer

- non-active maintainer and for case like: years old package, 6+
  months old FTBFS, or ancient 3.[56].x policy in debian/control?

That'd be a loss, quality wise.

Jari


-- 
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/8739xid80z@jondo.cante.net



Re: lilo removal in squeeze (or, please test grub2)

2010-05-23 Thread Marc Haber
On Sat, 22 May 2010 22:39:52 -0500, William Pitcock
neno...@dereferenced.org wrote:
This means that users should *test grub2 extensively* before Squeeze is
released so that any issues can be resolved now.

This also means that the grub2 maintainers (both Debian and Upstream)
need to work on the regressions that exist in regard to moving from
lilo or grub legacy to grub2. There are too many bug reports in the
BTS which are completely unaddressed.

Greetings
Marc
-- 
-- !! No courtesy copies, please !! -
Marc Haber |Questions are the | Mailadresse im Header
Mannheim, Germany  | Beginning of Wisdom  | http://www.zugschlus.de/
Nordisch by Nature | Lt. Worf, TNG Rightful Heir | Fon: *49 621 72739834


--
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/e1og9zh-0003pu...@swivel.zugschlus.de



Re: Too much disruptive NMUs

2010-05-23 Thread Stefano Zacchiroli
On Sun, May 23, 2010 at 05:09:32PM +0300, Jari Aalto wrote:
 - non-active maintainer and for case like: years old package, 6+
   months old FTBFS, or ancient 3.[56].x policy in debian/control?

On -qa, we tried to define some time ago work-flow for dealing with
cases like that (essentially, how to have something NMU-like which
permits to orphan a package not being the maintainer, without inducing
too much steps, too much bottlenecks, etc.). Please take this discussion
to -qa if you're interested in helping out; you can start at
http://lists.debian.org/debian-qa/2010/05/msg00045.html.

Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime


signature.asc
Description: Digital signature


Re: lilo removal in squeeze (or, please test grub2)

2010-05-23 Thread Stefano Zacchiroli
On Sun, May 23, 2010 at 02:08:59PM +0200, Marc Haber wrote:
 This also means that the grub2 maintainers (both Debian and Upstream)
 need to work on the regressions that exist in regard to moving from
 lilo or grub legacy to grub2. There are too many bug reports in the
 BTS which are completely unaddressed.

Right, but also note that there's an open RFH on grub2 #248397
(retitled/refreshed recently, despite the low bug number).

Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime


signature.asc
Description: Digital signature


Re: lilo removal in squeeze (or, please test grub2)

2010-05-23 Thread Darren Salt
I demand that Julien BLACHE may or may not have written...

 Darren Salt li...@youmustbejoking.demon.co.uk wrote:
 Working fine here on i386, whether booting a stock kernel (testing with
 2.6.33 from experimental) or a custom kernel. I've not checked a stock
 kernel on amd64 for some time now, but I've seen no problems with my
 custom kernels (which are all initrd-free).

 No problems to report on amd64 either, with or without an initrd.

You removed too much context; I'm assuming that you were testing lilo...

-- 
| Darren Salt| linux at youmustbejoking | nr. Ashington, | Toon
| using Debian GNU/Linux | or ds,demon,co,uk| Northumberland | back!
| + Burn less waste. Use less packaging. Waste less. USE FEWER RESOURCES.

Beauty is only skin deep, but ugly goes clear to the bone.


-- 
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/512165675c%li...@youmustbejoking.demon.co.uk



Re: lilo removal in squeeze (or, please test grub2)

2010-05-23 Thread Julien BLACHE
Darren Salt li...@youmustbejoking.demon.co.uk wrote:

Hi,

 Working fine here on i386, whether booting a stock kernel (testing with
 2.6.33 from experimental) or a custom kernel. I've not checked a stock
 kernel on amd64 for some time now, but I've seen no problems with my
 custom kernels (which are all initrd-free).

 No problems to report on amd64 either, with or without an initrd.

Yes indeed.

JB.

-- 
 Julien BLACHE - Debian  GNU/Linux Developer - jbla...@debian.org 
 
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 


-- 
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/87wruu4ouq@sonic.technologeek.org



Bug#582782: ITP: serp -- Java Virtual Machine bytecode manipulation framework

2010-05-23 Thread Miguel Landaeta
Package: wnpp
Severity: wishlist
Owner: Miguel Landaeta mig...@miguel.cc

* Package name: serp
  Version : 1.14.1
  Upstream Author : A. Abram White awh...@bea.com
* URL : http://serp.sourceforge.net/
* License : BSD
  Programming Lang: Java
  Description : Java Virtual Machine bytecode manipulation framework

The goal of the serp bytecode framework is to tap the full
power of bytecode modification while lowering its associated
costs.

The framework provides a set of high-level APIs for
manipulating all aspects of bytecode, from large-scale
structures like class member fields to the individual
instructions that comprise the code of methods.

While in order to perform any advanced manipulation, some
understanding of the class file format and especially of the
JVM instruction set is necessary, the framework makes it as
easy as possible to enter the world of bytecode development.

This package is needed to package OpenJPA library, which
in turn, it is needed to package Spring Framework 3.0.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche



-- 
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/20100523154356.ga24...@miguel.cc



Re: Too much disruptive NMUs

2010-05-23 Thread Osamu Aoki
Hi,

On Sat, May 22, 2010 at 06:23:25PM +0100, Neil Williams wrote:
 On Sat, 22 May 2010 09:32:02 -0700
 tony mancill tmanc...@debian.org wrote:
 
  I sponsored the upload of a number of Jari's fixes.  You state that
  they were disruptive, but I'm wondering to whom.  The uploads were to
  delayed queues and the maintainer notified via the BTS, and in all
  cases where the maintainer actually ACK'd the bug report or NMU, we
  discussed the matter with the maintainer and/or removed the NMU from
  the delayed queue.
  
  In most cases (it may be all for the packages Jari and I worked on),
  the maintainers never responded whatsoever to bug reports that were
  over a year old, nor to the intent to NMU, so in a sense they could be
  considered them QA uploads.  I.e., if a developer can't be bothered to
  even respond to a bug in the Debian BTS, then the package is
  essentially orphaned. 
 
 Then the process, as I see it, would be for the person making the
 proposed NMU to file the bug to orphan the package instead, wait the
 length of time that the proposed upload would have waited in the
 delayed queue, or maybe a bit longer, and then make a QA upload (or
 adopt the package) without using the delayed queue.

I have made few NMU upload like this myself.

Maintainer was very quiet on BTS and not updating package at all for
something like a year.

But he always responded at the last moment that he wanted to keep the
maintainer position.  After a NMU and several months, it repeated and I
made delayed NMU and got the same response.  (I told him to orphan but
he practically rejected idea by action.)  Now I got him to accept me as
uploader, next upload may not be NMU but I feel this is not the optimal
situation.

Since original package had no-so-optimal cdbs usage and funny unused
codes, I decided to use dh7 and clean these up.  In the course, I
switched from cdbs -p0 patch to 3.0 (quilt).

Really, issue is Debian does not have reasonable rule for hijacking or
automatic orphaning. If some maintainer is totally quiet on BTS report
for over 2 months, he should loose maintainer-ship.  The same goes if
the maintainer has not uploaded new upload after reminded by bug report
for 2 months without reply, he should loose maintainer-ship.  If he had
I am maintaining this without clear technical reason not-to-package
new version, this should apply too. (If he has real reason, of course he
should keep it.)

(I like idea of DM but DM should not think that their first upload
can be changing only DM-Upload-Allowed: yes without bug fix.  Is this
documnted somewhere?)

Osamu

PS: mail made with From: os...@debian.org got bounced.


-- 
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/20100523161537.ga32...@osamu.debian.net



Re: Too much disruptive NMUs

2010-05-23 Thread Lucas Nussbaum
On 24/05/10 at 01:15 +0900, Osamu Aoki wrote:
 Really, issue is Debian does not have reasonable rule for hijacking or
 automatic orphaning.

I fully agree. There are many packages that are staying with totally
outdated upstream versions simply because the maintainer went inactive,
and MIA was not able to orphan his packages (because the maintainer,
despite being inactive, might still reply I will come back in a month
and fix everything).

 If some maintainer is totally quiet on BTS report for over 2 months,
 he should loose maintainer-ship.  The same goes if the maintainer has
 not uploaded new upload after reminded by bug report for 2 months
 without reply, he should loose maintainer-ship.  If he had I am
 maintaining this without clear technical reason not-to-package new
 version, this should apply too. (If he has real reason, of course he
 should keep it.)

... but I disagree with having a strict rule that allows everybody to
hijack a package. I think that it should be the responsibility of the
hijacker to prove that he made enough efforts to contact the maintainer,
and that he is qualified to maintain the package.

For example, the candidate hijacker could send an intend to hijack foo
email to debian-devel@, with the reasons why he thinks the package
should be hijacked (date of last maintainer upload, list of open bugs
without any response from the maintainer, new upstream versions which
were not packaged, MIA status, etc).
That email would send receive public review, and if nobody objects after
some time, the hijacker could proceed.
-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


-- 
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/20100523173348.gb17...@xanadu.blop.info



Re: debian/watch problem due to http://code.google.com download page's link format change

2010-05-23 Thread Iustin Pop
On Sat, May 15, 2010 at 06:48:41PM +0900, Osamu Aoki wrote:
 Hi,
 
 On Sat, May 15, 2010 at 05:16:08PM +0800, Asias He wrote:
  Hi, All
  
  Recently, code.google.com changed the download page link format.
  As a result, the old debian/watch file in packages whose upstream source 
  code
  hosted on code.google.com did work anymore.
  
  Take the ibus project for example:
  $ cat ibus/debian/watch
  version=3
  http://code.google.com/p/ibus/downloads/list \
  http://ibus.googlecode.com/files/ibus-([0-9].*)\.tar\.gz
  
  The new download page contain the detail link, one has to follow
  the new detail link in order to find the real download url.
  something like this:
  http://code.google.com/p/ibus/downloads/list
  http://code.google.com/p/ibus/downloads/detail?name=ibus-1.3.3.tar.gzcan=2q=
  http://ibus.googlecode.com/files/ibus-1.3.3.tar.gz
  
  I believe this problem affects all the packages whose upstream source
  code is hosted on code.google.com.
  
  Is there an easy way to deal this.
 
 I guess we need to generarize situation on sf.net to other popular
 download sites.  This data is used mainly by uscan program.
 
 When the watch file has an URL matching with the Perl regexp
 ^http://sf\.net/;, the uscan program substitutes it with
 http://qa.debian.org/watch/sf.php/; and then applies this rule. The URL
 redirector service at this http://qa.debian.org/ is designed to offer a
 stable redirect service to the desired file for the watch file having
 http://sf.net/project/tar-name-(.+)\.tar\.gz. This solves issues
 related to the periodically changing URL there. 
 
 So if someone impliment similar URL redirector service, we can have
 stable link.
 
 Until then, we need to keep up each watch file manually.

I just checked and there's no open bug against code.google.com to
restore the old, plain style links. Note they do have a direct download
link, but now it's obfuscated behind a javascript onclick method.

Wouldn't it be better to ask and see if they're willing to either
restore the old link or remove the javascript bit, instead of going
ahead with a workaround?

regards,
iustin


-- 
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/20100523174659.ga16...@teal.hq.k1024.org



Possible boot ordering issues with the packages in Sid

2010-05-23 Thread Petter Reinholdtsen

Every day, I run a archive wide consistency check of all the init.d
scripts in Debian.  It detect dependencies on non-existing facilities,
duplicate provides and other problems.  Here is the complete list from
today, also available from URL: http://lintian.debian.org/~pere/ .

There are quite a few false positive here.  For example the missing
$remote_fs check look for /usr/s?bin in the script, and will report a
missing dependency also for scripts not using files in /usr/.  The
missing $syslog check look for a syslog symbol being mentioned in some
binary in the package, and do not really know if the binary is started
at boot.

Anyway, sharing this with you all, in the hope that some of you might
be motivated to review your packages init.d scripts to increase the
quality of the init.d script dependencies.  Please help me reduce the
number of init.d script dependency issues.  Most of these issues are
not reported to BTS, as it require time to verify that the reported
issue is a real problem, and I have not had time to do that for most
of these packages.

I know it would be better to order the list by maintainer, but have
not found a simple way to do that with the format I have available.

== 18 errors ==

error: script apcupsd/init.d/ups-monitor is unreadable
error: script netscript-2.4-upstart/init.d/netscript is unreadable
error: script netscript-2.4-upstart/init.d/netscript-interface is unreadable
error: script nvidia-glx-legacy-71xx/init.d/nvidia-glx-legacy-71xx is missing 
LSB header
error: script nvidia-glx-legacy-96xx/init.d/nvidia-glx-legacy-96xx is missing 
LSB header
error: script powstatd/init.d/powerfail is missing LSB header
error: script thin/init.d/thin is unreadable
error: scripts dicod/init.d/dicod,dicod/init.d/dictd provide duplicate 'dicod'
error: scripts genpower/init.d/genpower,genpower/init.d/ups-monitor provide 
duplicate 'genpower'
error: scripts busybox-syslogd/init.d/busybox-klogd,klogd/init.d/klogd provide 
duplicate 'klogd'
error: scripts postfix/init.d/postfix,xmail/init.d/xmail provide duplicate 
'mail-transport-agent'
error: scripts powstatd/init.d/powstatd,powstatd/init.d/ups-monitor provide 
duplicate 'powstatd'
error: scripts 
root-system-rootd/init.d/root-system-rootd,root-system-xrootd/init.d/root-system-xrootd
 provide duplicate 'root-file-server'
error: scripts samba/init.d/samba,samba4/init.d/samba4 provide duplicate 'samba'
error: scripts busybox-syslogd/init.d/busybox-syslogd,dsyslog/init.d/dsyslog 
provide duplicate 'syslogd'
error: script drbd8-utils/init.d/drbd do not start or stop in any runlevels
error: script honeyd/init.d/honeyd do not start or stop in any runlevels
error: script rabbitmq-server/init.d/rabbitmq-server do not start or stop in 
any runlevels

== 194 warnings ==

warning: script ample/init.d/ample possibly missing dependency on $syslog
warning: script argus-server/init.d/argus-server possibly missing dependency on 
$syslog
warning: script asterisk/init.d/asterisk possibly missing dependency on $syslog
warning: script atm-tools/init.d/atm possibly missing dependency on $syslog
warning: script auditd/init.d/auditd possibly missing dependency on $syslog
warning: script aumix-common/init.d/aumix relate to non-existing provides: 
devfsd
warning: script bastille/init.d/bastille-firewall possibly missing dependency 
on $remote_fs
warning: script blktrace/init.d/mountdebugfs possibly missing dependency on 
$remote_fs
warning: script blktrace/init.d/mountdebugfs does not start in the usual 
runlevels:  1 2 3 4 5 s
warning: script blootbot/init.d/blootbot relate to non-existing provides: 
mysql-ndb mysql-ndb-mgm
warning: script boinc-client/init.d/boinc-client possibly missing dependency on 
$syslog
warning: script c-icap/init.d/c-icap possibly missing dependency on $syslog
warning: script capi4hylafax/init.d/capi4hylafax relate to non-existing 
provides: faxq hfaxd capiinit isdnactivecards
warning: script chillispot/init.d/chillispot possibly missing dependency on 
$syslog
warning: script chrony/init.d/chrony possibly missing dependency on $syslog
warning: script clvm/init.d/clvm possibly missing dependency on $syslog
warning: script cman/init.d/cman possibly missing dependency on $remote_fs
warning: script cman/init.d/cman possibly missing dependency on $syslog
warning: script console-common/init.d/keymap.sh possibly missing dependency on 
$remote_fs
warning: script corosync/init.d/corosync possibly missing dependency on $syslog
warning: script cryptmount/init.d/cryptmount-early possibly missing dependency 
on $syslog
warning: script cryptsetup/init.d/cryptdisks possibly missing dependency on 
$remote_fs
warning: script cryptsetup/init.d/cryptdisks possibly missing dependency on 
$syslog
warning: script cryptsetup/init.d/cryptdisks-early possibly missing dependency 
on $remote_fs
warning: script cryptsetup/init.d/cryptdisks-early possibly missing dependency 
on $syslog
warning: script ctdb/init.d/ctdb possibly missing dependency on 

Re: Possible boot ordering issues with the packages in Sid

2010-05-23 Thread Patrick Matthäi

Am 23.05.2010 20:25, schrieb Petter Reinholdtsen:


Every day, I run a archive wide consistency check of all the init.d
scripts in Debian.  It detect dependencies on non-existing facilities,
duplicate provides and other problems.  Here is the complete list from
today, also available fromURL: http://lintian.debian.org/~pere/.

There are quite a few false positive here.  For example the missing
$remote_fs check look for /usr/s?bin in the script, and will report a
missing dependency also for scripts not using files in /usr/.  The
missing $syslog check look for a syslog symbol being mentioned in some
binary in the package, and do not really know if the binary is started
at boot.

Anyway, sharing this with you all, in the hope that some of you might
be motivated to review your packages init.d scripts to increase the
quality of the init.d script dependencies.  Please help me reduce the
number of init.d script dependency issues.  Most of these issues are
not reported to BTS, as it require time to verify that the reported
issue is a real problem, and I have not had time to do that for most
of these packages.

I know it would be better to order the list by maintainer, but have
not found a simple way to do that with the format I have available.


Thanks for the list, but wouldn't it be better to submit bugreports? :)

--
/*
Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 GNU/Linux Debian Developer

E-Mail: pmatth...@debian.org
patr...@linux-dev.org

Comment:
Always if we think we are right,
we were maybe wrong.
*/


--
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/4bf97797.5030...@debian.org



Re: Possible boot ordering issues with the packages in Sid

2010-05-23 Thread Petter Reinholdtsen

[Patrick Matthäi]
 Thanks for the list, but wouldn't it be better to submit bugreports? :)

Absolutely, and thank you for volunteering.

I submit bug reports as quickly as I find time to review issues and
report them (I have perhaps 5-10 minutes per day available for this),
and as you can see from the list, more people are needed to do this in
a reasonable amount of time. :)

Happy hacking,
-- 
Petter Reinholdtsen


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2flhblyzbsc@login1.uio.no



Re: Too much disruptive NMUs

2010-05-23 Thread Ana Guerrero

Hi Jari (also Tony and Nobuhiro):

On Sun, May 23, 2010 at 04:21:30PM +0300, Jari Aalto wrote:
 

I am not going to answer you detailed to this email because you are trying
to explain you did nothing wrong and I agree you did nothing wrong 
trying to fix bug and improve the quality in the archive.
My original email mentioning your upload and Nobuhiro's was adding an example,
then I cc'ed you since I was mentioning you, and your point of view about
this was interesting for the discussion.

About your mail I want to mention that what your consider minor changes
are not minor changes for other people as you can see in this thread. 
And I want to highlight the idea that when you think a package is not 
properly maintained then you (we) should force orphaning it.  I am commenting
more about this in other thread.

If you think we should change the criteria about what is ok for a NMU or not,
please follow the thread in debian-qa.

I hope this mail explain my initial mail better and keep up the good work.

Ana


-- 
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/20100523191124.ga29...@ana.debian.net



Re: lilo removal in squeeze (or, please test grub2)

2010-05-23 Thread Stephen Powell
On Sat, 22 May 2010 23:39:52 -0400 (EDT), William Pitcock wrote:
 
 After some discussion about lilo on #debian-devel in IRC, it has pretty
 much been determined that kernel sizes have crossed the line past where
 lilo can reliably determine the payload size.
 
 This bug *can* be fixed, but not without a significant rewrite of the
 way that lilo's stage2 loader code works.  Given that there is no active
 upstream and that the Debian lilo package carries many patches for bug
 fixes that are alleviated by standardizing on grub2, this seems like the
 best option for Debian.
 
 This means that users should *test grub2 extensively* before Squeeze is
 released so that any issues can be resolved now.
 
 As for removal, the following things need to be done:
 
 (1) The release notes need to be updated to reflect that lilo is no
 longer a bootloader option;
 (2) The debian-installer team needs to remove the lilo-installer udeb;
 (3) The ftpmasters need to remove lilo from unstable (which will be done
 using the appropriate bug filing once the above steps are made);
 (4) Users need to test grub2 now.

First of all, forgive me for cross-posting, which is generally a no-no.
But if you can cross-post, I can cross-reply.

Second, unless you reply to debian-user, to which I am subscribed, please
CC me.  I am not subscribed to any of the other lists.

I am not a Debian package maintainer or a Debian developer.  I am just an
ordinary system administrator.  So I'm sure that my opinion will not count
for much.  But I am opposed to the removal of lilo.  Both grub-legacy and
grub-pc use sectors on the hard disk outside of the master boot record
(cylinder 0, head 0, sector 1).  In other words they use cylinder 0, head 0,
sector 2 and possibly subsequent sectors on cylinder 0 head 0.  This breaks
the design of the backup software that my employer uses.  This backup software
backs up the master boot record and all partitions; but since the extra
sectors used by grub-legacy and grub-pc are outside the master boot record
and are not part of any partition, they don't get backed up.  Consequently,
if we have a hard drive failure and restore from a backup, we have an
unbootable machine.  Lilo uses only the master boot record.  A lilo-booted
machine can be backed up and restored with our existing backup software
just fine.  Given these requirements, I wouldn't use grub-pc even if it
were bug free and well documented.  (But neither is the case!)

As for the claims that kernels are too big now, I find that hard to
believe, especially now that we have the large-memory option available.
The standard stock Debian kernel image file that I use for Squeeze,
vmlinuz-2.6.32-3-686, is currently 2234080 bytes.  Are you trying to tell
me that there's no room for a 2M kernel below the start of the EBDA?

I am able to load *both* the kernel *and* the initial RAM filesystem
below the EBDA (i.e. the large-memory option is not used) if I use
MODULES=dep instead of MODULES=most in the initial RAM filesystem
under Lenny.  I'll bet I can do it with Squeeze too.

I realize that lilo doesn't work for everyone, and I'm not suggesting
that it be the default bootloader; but to get rid of it entirely is
unacceptable.  As far as I know, it's the only bootloader that meets
all of my requirements, and I will not voluntarily give it up.

No doubt you will tell me that I am welcome to maintain it myself.
Unfortunately, I do not have the requisite skills to do so.  All I
can do is to appeal in the name of reason that it not be dropped.

Also, please excuse my ignorance, but what exactly is this
payload size to which you refer?  Is that the same thing as the
size of the kernel?  Or is it something else?

-- 
  .''`. Stephen Powell
 : :'  :
 `. `'`
   `-


-- 
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/698259750.358730.1274641482395.javamail.r...@md01.wow.synacor.com



Re: Possible boot ordering issues with the packages in Sid

2010-05-23 Thread Kurt Roeckx
On Sun, May 23, 2010 at 08:25:34PM +0200, Petter Reinholdtsen wrote:
 warning: script ircd-irc2/init.d/ircd-irc2 possibly missing dependency on 
 $syslog

We already covered this in #469605 and it's a false positive.


Kurt


-- 
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/20100523201504.ga10...@roeckx.be



Re: lilo removal in squeeze (or, please test grub2)

2010-05-23 Thread William Pitcock
Hi,

- Stephen Powell zlinux...@wowway.com wrote:

 (blah blah blah blah)

Nobody cares if you are opposed to it.  Unless you are offering to become
lilo upstream, it's going away.

William


-- 
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/2152114.3751274645490011.javamail.r...@ifrit.dereferenced.org



Re: Too much disruptive NMUs

2010-05-23 Thread Ana Guerrero

Hi!

On Sun, May 23, 2010 at 10:01:22AM +0200, Jan Hauke Rahm wrote:
 On Sun, May 23, 2010 at 08:40:44AM +0200, Lucas Nussbaum wrote:
  On 22/05/10 at 15:07 +0200, Ana Guerrero wrote:
   Hi,
   
   It is good to care for packages from people who are currently too busy and
   making NMUs to fix critical/very important bugs. However, lately I have 
   been
   seeing a lot of NMUs that are being very disruptive [0], you have a 
   couple of
   examples below [1]. (This is not against Jari or Nobihuro, they are just 
   the 
   latest examples I have seen today).
   
   I know this is done with the best intentions but if you think the package 
   is in bad shape or neglected by the maintainer then it might better write 
   to mia@, debian-qa@ or open a bug asking whether the package should be 
   orphaned (or even removed). Both examples below are candidates to be 
   orphaned.
   
   If you think this kind of changes are good, please start a discussion 
   about
   changing this in the developers-reference.
  
  Our standard process for addressing issues with such packages is the MIA
  process. However, the MIA process takes quite a lot of time, and it has
  happen in the past that it was completely stalled due to a lack of
  manpower. Also, there are cases where the maintainer will respond to the
  MIA team, preventing the orphaning of his packages, despite not working
  on his packages.
 
 Both true, unfortunately.

I suggested in my first email also open a bug asking whether the package
should be orphaned to avoid stalling possible qa-orphaning uploads. I really
think this is the way to go there.
A lot of people when notified about a NMU of their packages do nothing, because 
they are happy somebody else is caring about their packages while they are
busy.
However if the maintainer is really inactive and get an email asking if s/he
is still interested in working in the package it is different, you are being
asked something and you should answer.
This does not mean you should not mail the MIA team at the same time, but you 
do not need to wait action from them (specially if the maintainer agrees
on orphaning), and if we can help globally on removing some work from the
shoulders of the MIA team, the better :D
If the bug keeps unanswered you can ping after some time, it is kept open
even if you do a NMU and after some months without some action, it is time of
retitling it as an orphan bug.

Partially this solves the problem Lucas pointed here, when you have a few bugs 
like those open against a package and routinely closed by the maintainer 
saying I am still interested I will work on it, you can see publically 
there is a pattern there...
Of course, private details keep going to the non public mia@ alias.


  So, I think that preparing an NMU that fixes small problems in the
  package at the same time as contacting the MIA team is a good thing. It
  helps to improve the quality of Debian, and alleviates the problem of
  temporarily busy maintainer.
 
 Ack.

If you contact the MIA team we are not talking about a temporarily
busy maintainer we are talking about somebody who seems to have been MIA
for some time.
On my experience, a temporarily busy maintainer is somebody who tells 
you: go ahead with your NMU I am busy and usually this package does not need 
too many small fixes because it is more or less maintained.


  I'd like to encourage Jari and Nobihuro to continue that work, but to
  make sure that:
  - they contact the MIA team about the maintainers of the packages they
NMU
  - the packages they NMU are really _useful_ and should be kept in Debian
  - they don't NMU actively maintained packages by mistake. If there are
documented efforts to contact the maintainer, using the DELAYED queue
with a long delay would help with that.
 
 Ack but still:
 
 - don't be too disruptive!
 
 I don't think that changing to dh7, i.e. debian/rules to the tiniest
 form, switching a package from dpatch to quilt to finally switch it to
 3.0 (quilt) are changes that should be done, even if they seem useful.
 And there are more examples.
 
 I guess the problem is, as usual, where to draw the line.

Yeah, we have here problems with the don't be too disruptive part, the 
concept of what a minimal changes seems to be *very* subjective :-)

Ana


-- 
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/20100523213425.ga30...@ana.debian.net



Re: lilo removal in squeeze (or, please test grub2)

2010-05-23 Thread Stanislav Maslovski
On Mon, May 24, 2010 at 12:11:30AM +0400, William Pitcock wrote:
 Hi,
 
 - Stephen Powell zlinux...@wowway.com wrote:
 
  (blah blah blah blah)
 
 Nobody cares if you are opposed to it.  Unless you are offering to become
 lilo upstream, it's going away.

That is why I love reading d-dev. Some debian developers are so good
at argumentation!

-- 
Stanislav


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



Bug#582831: ITP: png2ico -- png2ico converts PNG files to Windows icon resource files.

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


* Package name: png2ico
  Version : 12.08.02-1
  Upstream Author : Matthias S. Benkmann matth...@winterdrache.de
* URL : http://www.winterdrache.de/freeware/png2ico/
* License : GPL-2
  Programming Lang: G++
  Description : png2ico converts PNG files to Windows icon resource files.

png2ico takes the input files and stores them in the out
put file as a Windows icon resource. Usually the input
files would all represent the same image in different
resolutions (common resolutions are 16x16, 32x32 and 64x64).
A program reading the icon resource will pick the image
closest to its desired resolution and will then scale it
if necessary.



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



Bug#582835: ITP: ditchers -- tank digging and shooting game

2010-05-23 Thread Jan Jeroným Zvánovec
Package: wnpp
Severity: wishlist
Owner: Jan Jeroným Zvánovec j...@zvano.net

* Package name: ditchers
  Version : 1.0.4
  Upstream Author : David Slabý da...@slabi.cz
* URL : http://ditchers.sourceforge.net/
* License : GPL
  Programming Lang: C++, Lua
  Description : tank digging and shooting game

Description from homepage:
Ditchers is an action game based on principles of the legendary game Tunneler.
Underground tanks dig tunnels in the soil and their goal is to find and
destroy the opponent using a variety of weapons.


signature.asc
Description: Digital signature


Re: lilo removal in squeeze (or, please test grub2)

2010-05-23 Thread Stephen Powell
On Sun, 23 May 2010 16:11:30 -0400 (EDT), William Pitcock wrote:
 Stephen Powell zlinux...@wowway.com wrote:
 (blah blah blah blah)

 Nobody cares if you are opposed to it.  Unless you are offering to become
 lilo upstream, it's going away.
 
 William

I do understand why a Debian package maintainer does not wish to become
upstream.  And I hope that someone who is both willing and able to do
so steps up to the plate.  But withdrawing it from the distribution seems
like overkill to me, especially since you want to withdraw it from Squeeze
and not Squeeze+1.  Lilo, as it exists today, works just fine for my
purposes.  And apparently it works just fine for a lot of other people too.

The Lord bless you, William.

-- 
  .''`. Stephen Powell
 : :'  :
 `. `'`
   `-


-- 
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/1170680188.363342.1274662130640.javamail.r...@md01.wow.synacor.com



Re: lilo removal in squeeze (or, please test grub2)

2010-05-23 Thread Don Armstrong
On Sun, 23 May 2010, Stephen Powell wrote:
 But withdrawing it from the distribution seems like overkill to me,
 especially since you want to withdraw it from Squeeze and not
 Squeeze+1. Lilo, as it exists today, works just fine for my
 purposes.

If the maintainer doesn't wish to maintain it for another stable
release cycle, and no one steps up to the plate to handle it, it
should be removed.

It's not like the removal of the package from the next release will
cause your working version to be removed, after all... and you can
presumably install manually later if you actually want it.


Don Armstrong

-- 
He was wrong. Nature abhors dimensional abnormalities, and seals them
neatly away so that they don't upset people. Nature, in fact, abhors a
lot of things, including vacuums, ships called the Marie Celeste, and
the chuck keys for electric drills.
 -- Terry Pratchet _Pyramids_ p166

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/20100524030219.gk4...@teltox.donarmstrong.com



Re: lilo removal in squeeze (or, please test grub2)

2010-05-23 Thread Florian Zagler
On Monday, 24. May 2010, Stephen Powell wrote:
 I do understand why a Debian package maintainer does not wish to become
 upstream.  And I hope that someone who is both willing and able to do
 so steps up to the plate.  But withdrawing it from the distribution seems
 like overkill to me, especially since you want to withdraw it from Squeeze
 and not Squeeze+1.  Lilo, as it exists today, works just fine for my
 purposes.  And apparently it works just fine for a lot of other people too.

I think the best solution for all should be:
Don't drop lilo in squeeze but mark it orphaned. Leave it in Squeeze and 
schedule the removal for Squeeze+1. It may be unuseful for most users if the 
kernels are too large but if someone uses a (smaller) custom kernel lilo can 
be an alternative and in special cases sometimes the only way to go ...

This gives us all more time to test grub2 and other bootloaders and maybe 
someone finds a solution for Stephens backup problem (which is a good reason 
not to drop lilo now)

Florian


-- 
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/201005240518.27435...@alix.athome



Accepted yaskkserv 0.4.0-4 (source i386)

2010-05-23 Thread KURASHIKI Satoru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 19 May 2010 21:36:18 +0900
Source: yaskkserv
Binary: yaskkserv
Architecture: source i386
Version: 0.4.0-4
Distribution: unstable
Urgency: low
Maintainer: KURASHIKI Satoru lur...@gmail.com
Changed-By: KURASHIKI Satoru lur...@gmail.com
Description: 
 yaskkserv  - small and fast SKK dictionary server intended for embedded use
Changes: 
 yaskkserv (0.4.0-4) unstable; urgency=low
 .
   * Source format 3.0 (quilt)
   * New Standards-Version: 3.8.4
   * Fix document installation.
Checksums-Sha1: 
 52e9682128cb0e25b07ad733ad6bb9f08079eac3 1228 yaskkserv_0.4.0-4.dsc
 ed8d718d80586e7f05a4673694a1cd98320e991e 10336 yaskkserv_0.4.0-4.debian.tar.gz
 6136823404b0717c6b1f74859ba267ebe8dc4bc7 58118 yaskkserv_0.4.0-4_i386.deb
Checksums-Sha256: 
 7d75e2402ea9785c266f129239d78c1d29500ccff7e7a3156fe5fe6faa361021 1228 
yaskkserv_0.4.0-4.dsc
 abe87e0cc96a68fdd8db054bafbe707c70436266b9180939ebeca7a0e16a02d7 10336 
yaskkserv_0.4.0-4.debian.tar.gz
 7cee778edeb619420369cf767b723a2c4b75260527bbde688fbd64e15ba68675 58118 
yaskkserv_0.4.0-4_i386.deb
Files: 
 f31321050a9ddb429706d1278dac1784 1228 utils extra yaskkserv_0.4.0-4.dsc
 76402b006b63ab44e7caf1a4265af9f0 10336 utils extra 
yaskkserv_0.4.0-4.debian.tar.gz
 9b62b5837531a29fe9516d9ac102e8b8 58118 utils extra yaskkserv_0.4.0-4_i386.deb

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

iEYEARECAAYFAkv4wuAACgkQgV4LPvpMUpikBACfayetz+ocg/PHe0DqiG2xGo+R
e4EAoMTYz6PDRZRhfZJHZu9+Pn2B/1QJ
=i9iP
-END PGP SIGNATURE-


Accepted:
yaskkserv_0.4.0-4.debian.tar.gz
  to main/y/yaskkserv/yaskkserv_0.4.0-4.debian.tar.gz
yaskkserv_0.4.0-4.dsc
  to main/y/yaskkserv/yaskkserv_0.4.0-4.dsc
yaskkserv_0.4.0-4_i386.deb
  to main/y/yaskkserv/yaskkserv_0.4.0-4_i386.deb


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



Accepted eweouz 0.5+nmu1 (source i386)

2010-05-23 Thread Nobuhiro Iwamatsu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 21 May 2010 15:35:48 +0900
Source: eweouz
Binary: eweouz
Architecture: source i386
Version: 0.5+nmu1
Distribution: unstable
Urgency: low
Maintainer: Tollef Fog Heen tfh...@debian.org
Changed-By: Nobuhiro Iwamatsu iwama...@debian.org
Description: 
 eweouz - Emacs interface to Evolution Data Server
Closes: 571571
Changes: 
 eweouz (0.5+nmu1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Update debian/control.
  - Bump Standards-Version to 3.8.4
  - Update Depends on emacs23 instead of emacs22. (Closes: #571571)
Checksums-Sha1: 
 530cbdbf7249ea5755101d5303ace88a1213a355 810 eweouz_0.5+nmu1.dsc
 7746c49ef89674f6f19e33e0db406e03d1932ec3 308357 eweouz_0.5+nmu1.tar.gz
 ca912884ec12c4bd4e9da25324fa9750318c03ad 19934 eweouz_0.5+nmu1_i386.deb
Checksums-Sha256: 
 4ce040052740fa9b94be0d2371b4d17add35c18764885260eee985b3168fd7b3 810 
eweouz_0.5+nmu1.dsc
 b1d12b966b38de1a331ec4cade38581d5efd880ffbb194f16a5fd3790811d140 308357 
eweouz_0.5+nmu1.tar.gz
 58c19f57d5a5950e792b58f42d4ddcb68437b3e58b36cdd8255c93410e8a6f80 19934 
eweouz_0.5+nmu1_i386.deb
Files: 
 1ddee2755e9739e37cab9a12340b2616 810 mail optional eweouz_0.5+nmu1.dsc
 98d98946cdef9aba7e5dc7cb6ece97ef 308357 mail optional eweouz_0.5+nmu1.tar.gz
 b9b0c9c6797d3fbd90091716c4ac9cde 19934 mail optional eweouz_0.5+nmu1_i386.deb

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

iEYEARECAAYFAkv2Ll0ACgkQQSHHQzFw6+ky0ACfXsqUkse16urycFZB6hbPUODe
u0gAnR7KE4OvTmtSI3OdgyK72yrWrYBK
=rW0S
-END PGP SIGNATURE-


Accepted:
eweouz_0.5+nmu1.dsc
  to main/e/eweouz/eweouz_0.5+nmu1.dsc
eweouz_0.5+nmu1.tar.gz
  to main/e/eweouz/eweouz_0.5+nmu1.tar.gz
eweouz_0.5+nmu1_i386.deb
  to main/e/eweouz/eweouz_0.5+nmu1_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/e1og5qx-0001dg...@ries.debian.org



Accepted gst-fluendo-mp3 0.10.14.debian-1 (source amd64)

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

Format: 1.8
Date: Sun, 23 May 2010 10:02:35 +0200
Source: gst-fluendo-mp3
Binary: gstreamer0.10-fluendo-mp3
Architecture: source amd64
Version: 0.10.14.debian-1
Distribution: unstable
Urgency: low
Maintainer: Maintainers of GStreamer packages 
pkg-gstreamer-maintain...@lists.alioth.debian.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 gstreamer0.10-fluendo-mp3 - Fluendo mp3 decoder GStreamer plugin
Changes: 
 gst-fluendo-mp3 (0.10.14.debian-1) unstable; urgency=low
 .
   * New upstream release:
 + debian/strip-ipp.diff:
   - Updated for the new paths.
   * debian/control:
 + Line-wrap control fields.
   * debian/source/format,
 debian/compat:
 + Update to debhelper compat level 7 and source format 3.0 (quilt).
Checksums-Sha1: 
 7f28ee0d3bfa4aa13e126ca1545adf97eb80acb6 1449 
gst-fluendo-mp3_0.10.14.debian-1.dsc
 7e7acdd3ba23b97184bfee259516b80ea5ba5db2 449824 
gst-fluendo-mp3_0.10.14.debian.orig.tar.gz
 663cda60c0538cee8f020671fa30842732ff4134 6679 
gst-fluendo-mp3_0.10.14.debian-1.debian.tar.gz
 9224842db0051cd8121bedce5f99c2ec2cce10e2 101238 
gstreamer0.10-fluendo-mp3_0.10.14.debian-1_amd64.deb
Checksums-Sha256: 
 a33ccf7eae09db192a34c70f4ccfd01d0ba1f02f54b969bf5c150a55cf640469 1449 
gst-fluendo-mp3_0.10.14.debian-1.dsc
 8b2e474d1627aa75c9513f58b7a98177654a8ab405d18e6d101bc9ed6345182e 449824 
gst-fluendo-mp3_0.10.14.debian.orig.tar.gz
 d824a6509319da918dd09e1f75207f205a4db0e0d759aad0e4490aa93dc10bec 6679 
gst-fluendo-mp3_0.10.14.debian-1.debian.tar.gz
 506648c466b663dff4fc4875c1451f45bd08aef82b13f589ffd03676b462e8fd 101238 
gstreamer0.10-fluendo-mp3_0.10.14.debian-1_amd64.deb
Files: 
 b6899108494912ee191749b30638e047 1449 libs optional 
gst-fluendo-mp3_0.10.14.debian-1.dsc
 69bfdedfbd4949d9735d02f283ca8220 449824 libs optional 
gst-fluendo-mp3_0.10.14.debian.orig.tar.gz
 5d1e52b33594ae78c30fdc2d34d0fe20 6679 libs optional 
gst-fluendo-mp3_0.10.14.debian-1.debian.tar.gz
 cac6d9ce9ec25036082a6685a8dc1956 101238 libs optional 
gstreamer0.10-fluendo-mp3_0.10.14.debian-1_amd64.deb

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

iEYEARECAAYFAkv44gAACgkQBsBdh1vkHyHxUwCeIlcLRDah8kDq5bQ8UazTT0r0
On0An1gaKT/g00GikAs3CR7NjIghlwFU
=xOfk
-END PGP SIGNATURE-


Accepted:
gst-fluendo-mp3_0.10.14.debian-1.debian.tar.gz
  to main/g/gst-fluendo-mp3/gst-fluendo-mp3_0.10.14.debian-1.debian.tar.gz
gst-fluendo-mp3_0.10.14.debian-1.dsc
  to main/g/gst-fluendo-mp3/gst-fluendo-mp3_0.10.14.debian-1.dsc
gst-fluendo-mp3_0.10.14.debian.orig.tar.gz
  to main/g/gst-fluendo-mp3/gst-fluendo-mp3_0.10.14.debian.orig.tar.gz
gstreamer0.10-fluendo-mp3_0.10.14.debian-1_amd64.deb
  to main/g/gst-fluendo-mp3/gstreamer0.10-fluendo-mp3_0.10.14.debian-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/e1og7bh-0001oy...@ries.debian.org



Accepted ibus-skk 0.0.8-1 (source all)

2010-05-23 Thread Daiki Ueno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 May 2010 16:57:40 +0900
Source: ibus-skk
Binary: ibus-skk
Architecture: source all
Version: 0.0.8-1
Distribution: unstable
Urgency: low
Maintainer: Daiki Ueno u...@unixuser.org
Changed-By: Daiki Ueno u...@unixuser.org
Description: 
 ibus-skk   - SKK engine for IBus
Changes: 
 ibus-skk (0.0.8-1) unstable; urgency=low
 .
   * New upstream release.
   * Fix debian/watch entry.
Checksums-Sha1: 
 dbf6efd24398f66d9ece47699950e000df5cf6f1 1703 ibus-skk_0.0.8-1.dsc
 bf5d15f261e19101a0590d7be335b13c614463e9 397794 ibus-skk_0.0.8.orig.tar.gz
 fe743219f918279d8d89a4df6132024b24e51b0f 1770 ibus-skk_0.0.8-1.diff.gz
 99af5aa959ca6def77becabd2890a9b737085b7e 42440 ibus-skk_0.0.8-1_all.deb
Checksums-Sha256: 
 794f10b76696a049e445448767e69561c646d743ebcb9854b7cc710ab61806c8 1703 
ibus-skk_0.0.8-1.dsc
 ac2353c927eabbea0ed880a3756772ee3fabfdf52b467531aa7aa7c4691d9fcf 397794 
ibus-skk_0.0.8.orig.tar.gz
 ff3b4fdee222d372ed860694d31f0b4f6359b455121578f4949c4a0ac16a75a2 1770 
ibus-skk_0.0.8-1.diff.gz
 8c52b6d0bdfc1ffe540bd811559b5b3be037b95f803a1441df7f7e15186fb686 42440 
ibus-skk_0.0.8-1_all.deb
Files: 
 e04d2974463129c9e27fca6b454d2a79 1703 utils optional ibus-skk_0.0.8-1.dsc
 7958a12bbb622870c12b86fc599f179e 397794 utils optional 
ibus-skk_0.0.8.orig.tar.gz
 3628785c5c9e9913ed69c4f40019f7ad 1770 utils optional ibus-skk_0.0.8-1.diff.gz
 0bd8f31ba091a83ffdc4a06822682e35 42440 utils optional ibus-skk_0.0.8-1_all.deb

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

iQIcBAEBAgAGBQJL+OCpAAoJENYFhI7X5phxhjQQAIPsSns+jbxrbB/wNc/HFGey
cOf/84anqg5y8ft3ikUIlzwLoGDNI7wbiK79294cysrzOmVW3WWNqmm7RmfSXAr4
26RImSHafIqOcmeJg+oBiIu0Iqzqnt5kghWtptL1YhFX4sM703q0wmtdrpw0yTGo
JZ2jXGaKWgDktu9OxagEiiRDYM5ydPqKgE6Y6EwkClCgSQzOblJz2wCA3HPL0TVJ
N5bGzlLHH7CrKe+ITXlrMxVggtKOk4Car1DoRzoOyeyNd0ukV6l2DHliM6IYRO7H
JpWNoy9Fp206lVkyf+MWT+j4uHLQrrRSc/iR+DZM/MmSAQs7lLOg5nEAybINJmcd
q76P9xQZZmdw/YWfVRY0PsdhsBdKKQPWouhqAYUsRY2RKwuq/OYphu21w9f+mv/e
3SXNviyYP7L6kZlxZlw85fIQXG11SKgCQlO5rU8V5mf58KBDGcikdxctOl65x3mx
2NBcUtx077TyHW47SaxNOAZezQFFZQu4S7DZ05gz4EYEWcrI34iQCZoXc/4TItFn
nDYcyyc3eV78tF9/PHspzyxniSCHyej+vN8KaGva/Ji0+FrY1WfVusl6MWDf5CGp
J1Y6nN4nYipT6ZlZpspIQwGpA6X60XAYJPB/y6WApsrasEQYd7MBwTvjGezLybke
LQ3btCwbbvMTYH4nlqN0
=Meoc
-END PGP SIGNATURE-


Accepted:
ibus-skk_0.0.8-1.diff.gz
  to main/i/ibus-skk/ibus-skk_0.0.8-1.diff.gz
ibus-skk_0.0.8-1.dsc
  to main/i/ibus-skk/ibus-skk_0.0.8-1.dsc
ibus-skk_0.0.8-1_all.deb
  to main/i/ibus-skk/ibus-skk_0.0.8-1_all.deb
ibus-skk_0.0.8.orig.tar.gz
  to main/i/ibus-skk/ibus-skk_0.0.8.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/e1og7ca-0001wf...@ries.debian.org



Accepted uim 1:1.5.7-6 (source all amd64)

2010-05-23 Thread Kiwamu Okabe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 23 May 2010 17:06:45 +0900
Source: uim
Binary: uim-common uim libuim6 libuim-data libuim-dev libuim6-dbg uim-gtk2.0 
uim-qt uim-qt3 uim-xim uim-applet-gnome uim-applet-kde uim-fep uim-utils 
uim-anthy uim-canna uim-skk uim-prime uim-m17nlib uim-el uim-byeoru uim-hangul 
uim-latin uim-pinyin uim-tcode uim-viqr uim-ipa-x-sampa
Architecture: source all amd64
Version: 1:1.5.7-6
Distribution: unstable
Urgency: low
Maintainer: Kiwamu Okabe kiw...@debian.or.jp
Changed-By: Kiwamu Okabe kiw...@debian.or.jp
Description: 
 libuim-data - Data files for uim
 libuim-dev - Development files for uim
 libuim6- Simple and flexible input method collection and library
 libuim6-dbg - uim libraries and debugging symbols
 uim- Simple and flexible input method collection and library
 uim-anthy  - Anthy plugin for uim
 uim-applet-gnome - GNOME applet for uim
 uim-applet-kde - KDE applet for uim
 uim-byeoru - The Byeoru Hangul input suite for uim
 uim-canna  - Canna plugin for uim
 uim-common - Common files for uim
 uim-el - Emacs frontend for uim
 uim-fep- uim Front End Processor
 uim-gtk2.0 - GTK+2.x immodule for uim
 uim-hangul - Hangul input style(2-beol, 3-beol and Romaja) for uim
 uim-ipa-x-sampa - International Phonetic Alphabet (X-SAMPA) input style for uim
 uim-latin  - Latin and Germanic languages input style for uim
 uim-m17nlib - m17nlib plugin for uim
 uim-pinyin - Pinyin input method for uim
 uim-prime  - PRIME plugin for uim
 uim-qt - Qt 4.x immodule for uim
 uim-qt3- Qt 3.x immodule for uim
 uim-skk- SKK plugin for uim
 uim-tcode  - T-Code input style for uim
 uim-utils  - Utilities for uim
 uim-viqr   - Vietnamese Quoted-Readable input style for uim
 uim-xim- A bridge between uim and XIM
Closes: 566791 582178
Changes: 
 uim (1:1.5.7-6) unstable; urgency=low
 .
   * build-depend on cmake.
 (Closes: #582178)
   * distclean qt4.
   * [patch] uim-el: uim-el hogs CPU during emacs install.
 (Closes: #566791)
Checksums-Sha1: 
 a54a99132702b0b6ad02d476cef0b11cac7d5ef2 2598 uim_1.5.7-6.dsc
 0f9adf32004e9ee147524fc6d851ee4ebfff05e6 40196 uim_1.5.7-6.diff.gz
 a01fbc1aee4d1d1a511940a2fcc552cad2032d43 443602 uim-common_1.5.7-6_all.deb
 5c2bded6884178f7ca2aa29c65d3f16da1b7ac44 1102 uim_1.5.7-6_all.deb
 b9a6f52d286415a5cc4f81f6771603d92e9dac91 393626 uim-byeoru_1.5.7-6_all.deb
 426c0b17205ab2082a75ee0204ec7f609a49b426 120626 uim-hangul_1.5.7-6_all.deb
 2ffbcde745fc8b54b961e6b513d22dc12bea52a3 31042 uim-latin_1.5.7-6_all.deb
 7b606b258f3d6be23d4ce98496e5787ef201ef95 217466 uim-pinyin_1.5.7-6_all.deb
 d28d8cf04072561d1767a4b1a3b79dc3e41b8a26 98982 uim-tcode_1.5.7-6_all.deb
 29534d12ef45214af809a0db3d31dd34c358c044 5560 uim-viqr_1.5.7-6_all.deb
 0ecafd0f1c99d570bea114cf4bf8188eb1be3b13 5752 uim-ipa-x-sampa_1.5.7-6_all.deb
 396d585e5065c8d934fc994b98e1cf748f607860 109060 libuim6_1.5.7-6_amd64.deb
 65a655259498fcd32e3cce0140e056d64f036b98 36932 libuim-data_1.5.7-6_amd64.deb
 ff4af6df16fdab1b1f8d2c0f4e7aab56a2fd7e6e 131276 libuim-dev_1.5.7-6_amd64.deb
 f2cb1094e5799d89e7fdbb0a209a2824124fd772 2155728 libuim6-dbg_1.5.7-6_amd64.deb
 2a709efa15de5b44d75a7751def0056e143e2868 299940 uim-gtk2.0_1.5.7-6_amd64.deb
 061c65cd4cc0060462a02ec8a554aa68131c313f 209268 uim-qt_1.5.7-6_amd64.deb
 df57407838e78e02d1d971d1e6343377d6ef13ed 244002 uim-qt3_1.5.7-6_amd64.deb
 7fe5f96a972b3bb5bf04d08321da854d0814c66c 333612 uim-xim_1.5.7-6_amd64.deb
 04750844f0ad7bef7eab4a9efc1dbb8cc1f7c68e 13088 
uim-applet-gnome_1.5.7-6_amd64.deb
 383038514213b249f1427206a0516e15e4e778d0 27104 uim-applet-kde_1.5.7-6_amd64.deb
 9ef79cbad13f06cb36ac33a2e0884c9b0cdbaac4 300980 uim-fep_1.5.7-6_amd64.deb
 fefe3456101445376c5e2639d93846e7a76ab9b7 13192 uim-utils_1.5.7-6_amd64.deb
 f5154cb3c3cc0b384ecb75b02af18d1a75a6fd51 37292 uim-anthy_1.5.7-6_amd64.deb
 aca487270737fc42da87a48fa98a93902a62a1e4 20508 uim-canna_1.5.7-6_amd64.deb
 17c06874fed19a1315e12b627f06b51b99a14a46 43336 uim-skk_1.5.7-6_amd64.deb
 8bdc2f08e9cb3d41cb1770453a589561e4360890 27718 uim-prime_1.5.7-6_amd64.deb
 3da02d6a94f3811308d95a072b44d4bbeea2fb4f 12028 uim-m17nlib_1.5.7-6_amd64.deb
 f44719fea186c72f6eb46b62e1c2e60a7a54 317272 uim-el_1.5.7-6_amd64.deb
Checksums-Sha256: 
 bd433a85ed1a9ea8c78957eb2fdf087ce87f9238abc0641ef290f0c3ffbd91fb 2598 
uim_1.5.7-6.dsc
 05f6f0c1b0694417b1bcde4ca66f95edcc0de85b8c069311fd29e6b9363c30da 40196 
uim_1.5.7-6.diff.gz
 07503cafd2e3171564767d7286df0de6cb7f02634aa9bc347e931d1a3e41812c 443602 
uim-common_1.5.7-6_all.deb
 d6db55c7fc662bfdd87ce36d2e882127d5fa5a8813e2b56b4d0e46ddc52fcb42 1102 
uim_1.5.7-6_all.deb
 8ddb272d3a7ae9d24015097b83b89327d0d1024586427bec9e45a19a1a1e5cbd 393626 
uim-byeoru_1.5.7-6_all.deb
 5654e241d967533680c667d8b1d1f7c039eaba6c874c9f4447c892d8bc98d630 120626 
uim-hangul_1.5.7-6_all.deb
 fc52959e6ac00e40cfa0dab9081edfc2b6a7b3156363002c321715a3252d5a8b 31042 
uim-latin_1.5.7-6_all.deb
 

Accepted weechat 0.3.2-2 (source all amd64)

2010-05-23 Thread Emmanuel Bouthenot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 22 May 2010 23:20:05 +
Source: weechat
Binary: weechat weechat-curses weechat-core weechat-plugins weechat-doc 
weechat-dev weechat-dbg
Architecture: source all amd64
Version: 0.3.2-2
Distribution: experimental
Urgency: low
Maintainer: Emmanuel Bouthenot kol...@debian.org
Changed-By: Emmanuel Bouthenot kol...@debian.org
Description: 
 weechat- Fast, light and extensible chat client
 weechat-core - Fast, light and extensible chat client - core files
 weechat-curses - Fast, light and extensible chat client - console client
 weechat-dbg - Fast, light and extensible chat client - debugging symbols
 weechat-dev - Fast, light and extensible chat client - developement headers
 weechat-doc - Fast, light and extensible chat client - documentation
 weechat-plugins - Fast, light and extensible chat client - plugins
Closes: 580859 582588
Changes: 
 weechat (0.3.2-2) experimental; urgency=low
 .
   * Fix Vcs-Browser url (Closes: #580859).
   * Rebuild against tcl-dev (= 8.5) (Closes: #582588).
Checksums-Sha1: 
 a3c3130767dec96e1fd6da250602bed0b4415fd8 2075 weechat_0.3.2-2.dsc
 13610ad652341b7918327dc5860abb35fe9dda9a 10218 weechat_0.3.2-2.diff.gz
 df5bf7f2f15f53ef9cc9e46f9bf7f415268ed925 21804 weechat_0.3.2-2_all.deb
 b26a7629d9b434655f612089ba01c2f3be139ec6 238202 
weechat-curses_0.3.2-2_amd64.deb
 9ccc2b3381d25bf9c575f2389c44c95234453f8a 619846 weechat-core_0.3.2-2_amd64.deb
 951f188cbee6cc2fc26a4b48e742a0a422d9ff2e 338546 
weechat-plugins_0.3.2-2_amd64.deb
 769f6b036609fe63aa262ba4fc37bbef496ca678 428010 weechat-doc_0.3.2-2_all.deb
 cdc44d535b6c0aaa76decfd979ca707f9ab4b4dc 32758 weechat-dev_0.3.2-2_all.deb
 e85672ebbf6e5c9a7119e435cecd8e156b5c058e 1199606 weechat-dbg_0.3.2-2_amd64.deb
Checksums-Sha256: 
 4103465ea83a6e9d99532b5c221392ccbb397de4517b191736070bab7c54f189 2075 
weechat_0.3.2-2.dsc
 5d47ed8efa5c646597099c7f2b7c428ad1729109d73ee5ce22eba928cad073b2 10218 
weechat_0.3.2-2.diff.gz
 ad5c5f73c7c05f25fdcd05799baa9b3b45bac9afd0e9dfde45ebb9739746ea73 21804 
weechat_0.3.2-2_all.deb
 81f0a098545c069d4d2733e7a082d1af5d2763df3d7b4eb3ea8f08ea66a9a79c 238202 
weechat-curses_0.3.2-2_amd64.deb
 7f549a075e8785c38393b870c8a93ff1da7dfada011070d065cd00e956c9b954 619846 
weechat-core_0.3.2-2_amd64.deb
 b82cb10c673eee6c097f86c1bb1f8d5db4d10422ff5fc91c1797c651fa50dece 338546 
weechat-plugins_0.3.2-2_amd64.deb
 af46cd4a8a228196c48d4737d691f0ecf0594f791ea6ea4cef7b6874e4378a93 428010 
weechat-doc_0.3.2-2_all.deb
 3b2375b9dd89beb93a1e7c173e699d631bffc8dbe90fd1069e2beb23df8c7751 32758 
weechat-dev_0.3.2-2_all.deb
 1b17c4183df5973035c646d7789607916846965da1eb958ac825bf96a0bc3490 1199606 
weechat-dbg_0.3.2-2_amd64.deb
Files: 
 da621ad674b385cffcc653214f874488 2075 net optional weechat_0.3.2-2.dsc
 795ef749a3a5bda93554a0344d1d4da0 10218 net optional weechat_0.3.2-2.diff.gz
 83dc3eec3843e3ff65f686ad1007967b 21804 net optional weechat_0.3.2-2_all.deb
 ac2f43c4902c3a1fb82d9e396fd0c6d6 238202 net optional 
weechat-curses_0.3.2-2_amd64.deb
 26ba4364eec764a5bbc8128b1c1048a1 619846 net optional 
weechat-core_0.3.2-2_amd64.deb
 7e3fbae60b6ae1e6ebeb482c3d9d1513 338546 net optional 
weechat-plugins_0.3.2-2_amd64.deb
 c53f5f6cbfba70bb6161413ff2cebc2a 428010 doc optional 
weechat-doc_0.3.2-2_all.deb
 7982dbf171e9b8dfe26da9dcbe5e7691 32758 devel optional 
weechat-dev_0.3.2-2_all.deb
 2360f7446ea50610d4d866da8b2c6542 1199606 debug extra 
weechat-dbg_0.3.2-2_amd64.deb

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

iQIcBAEBCAAGBQJL+OfuAAoJEEsHdyOSnULDO/sQAJ3DdGx/mQEAblnaq7ByQTXQ
YrN5QMj9rA6bBd2KD8EmoyjfzEC534j1rEVIc6K4OKPvhCpDL8hhEz7dAFIebto1
4QSkAD/Z/i3izJo/ZH/9+z/s/eJxlAzG5OZ3ktn+YE0UrTNvGVBhsj7NEbUK0ASd
K4bDn9qT2n8A5th1Ekz0DIUcBIZ9Zqx4fZJ7fpYnsTIxOdu/3pB19zCU4lwx8qbM
Ptnqpn2/GK5GXWXj/Uop2dAdSQn5pLpyAqE1bqDoK09L0EW9+bmNZ/YhYashyN98
mUSaHS5+ZrAbxMD4fxN0Rg+9LQ8h1l6TBhjJqsguS6jdpi4LwM/Bp0uJvN1BxlgI
CsdCQ3Ix+maoaAQX3idQc2qcWBCIBq3fcAs7JjdcQ0pABtgxJF6k/Y7hsGXAspvS
AuA0LiqQKaRCwOSoTATHrdodd5uiv4dhVGJn1W9G1rxC6lhW4ibv4aaZS7ezoQ12
ryj6TabX/2b5Y3EhMNZJDGfTlR25rgJVfAJxXEFasF3/GwTpkO/GM9mXIGWbKfot
Pup3+aNPe+h8lCp3yx3TRKFf/UH9LMlaCTIlBEVKKpBBZu619iTxJq1e8CmPL4HC
w/LGIskJMrONm8u8oDsTqoGFenvPOFJu7SBt3vR51ss4RHnlBRgZdVhS5mLrviRX
2pt/I80ZDt+BFgEZg0ZO
=zS8w
-END PGP SIGNATURE-


Accepted:
weechat-core_0.3.2-2_amd64.deb
  to main/w/weechat/weechat-core_0.3.2-2_amd64.deb
weechat-curses_0.3.2-2_amd64.deb
  to main/w/weechat/weechat-curses_0.3.2-2_amd64.deb
weechat-dbg_0.3.2-2_amd64.deb
  to main/w/weechat/weechat-dbg_0.3.2-2_amd64.deb
weechat-dev_0.3.2-2_all.deb
  to main/w/weechat/weechat-dev_0.3.2-2_all.deb
weechat-doc_0.3.2-2_all.deb
  to main/w/weechat/weechat-doc_0.3.2-2_all.deb
weechat-plugins_0.3.2-2_amd64.deb
  to main/w/weechat/weechat-plugins_0.3.2-2_amd64.deb
weechat_0.3.2-2.diff.gz
  to main/w/weechat/weechat_0.3.2-2.diff.gz
weechat_0.3.2-2.dsc
  to main/w/weechat/weechat_0.3.2-2.dsc
weechat_0.3.2-2_all.deb
  to main/w/weechat/weechat_0.3.2-2_all.deb

Accepted mupen64plus 1.5+dfsg1-11 (source amd64)

2010-05-23 Thread Sven Eckelmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 May 2010 11:55:23 +0200
Source: mupen64plus
Binary: mupen64plus mupen64plus-dbg
Architecture: source amd64
Version: 1.5+dfsg1-11
Distribution: unstable
Urgency: low
Maintainer: Tobias Loose tobiaslo...@gmx.de
Changed-By: Sven Eckelmann sven.eckelm...@gmx.de
Description: 
 mupen64plus - plugin-based Nintendo 64 emulator
 mupen64plus-dbg - mupen64plus debug symbols package
Changes: 
 mupen64plus (1.5+dfsg1-11) unstable; urgency=low
 .
   * debian/patches:
 - Rename ftbfs-gvariant-type-conflicts.path to
   ftbfs-gvariant-type-conflicts.patch
 - Add rice-ati-symbols.patch, Allow to load rice on systems with missing
   opengl extensions
Checksums-Sha1: 
 c54be6a8f1e67dc105761fc8661ffbb06c15cec0 1597 mupen64plus_1.5+dfsg1-11.dsc
 0f13b05c14763d684de181fa577a395e93a5e4e4 82859 
mupen64plus_1.5+dfsg1-11.debian.tar.gz
 16296bf8379d58a7335c96036352b4772079e49d 1437720 
mupen64plus_1.5+dfsg1-11_amd64.deb
 b9ce214c78161eb2b1603f630f5a4e40b6cd6a48 1943518 
mupen64plus-dbg_1.5+dfsg1-11_amd64.deb
Checksums-Sha256: 
 d80c2ed8bee3b289249e39b204557e9341978127fc6b538cb5bc41adf32cb4d6 1597 
mupen64plus_1.5+dfsg1-11.dsc
 9a7dcbc408ffce9174a08cb99d228e6977b9da2ab82c97454fa0e61f9fcd4095 82859 
mupen64plus_1.5+dfsg1-11.debian.tar.gz
 14e6f3301881a5f1ceed55a820d0c7aa927325686d53fb1365799b0b6841bb5b 1437720 
mupen64plus_1.5+dfsg1-11_amd64.deb
 17cc6555dcc32de723248e4914a0701e7c984e6a8c42ef80632e9bb7e106 1943518 
mupen64plus-dbg_1.5+dfsg1-11_amd64.deb
Files: 
 39bb55149a4af40828ab6fedbdc75694 1597 games optional 
mupen64plus_1.5+dfsg1-11.dsc
 ddaee20f1503e783fe4c2d55b59a9f65 82859 games optional 
mupen64plus_1.5+dfsg1-11.debian.tar.gz
 a024fef25ff936b12de80cba0caefd09 1437720 games optional 
mupen64plus_1.5+dfsg1-11_amd64.deb
 a311482ddd0f748b264ad1b1e9027323 1943518 debug extra 
mupen64plus-dbg_1.5+dfsg1-11_amd64.deb

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

iEYEAREKAAYFAkv4/rAACgkQqQGwKVlMoDsXZwCgsUJrRyVAGasT08YDd+2iCzCx
OwYAnR5a3JDxzzf1oMQLYuSqwHvxHpSc
=QKke
-END PGP SIGNATURE-


Accepted:
mupen64plus-dbg_1.5+dfsg1-11_amd64.deb
  to main/m/mupen64plus/mupen64plus-dbg_1.5+dfsg1-11_amd64.deb
mupen64plus_1.5+dfsg1-11.debian.tar.gz
  to main/m/mupen64plus/mupen64plus_1.5+dfsg1-11.debian.tar.gz
mupen64plus_1.5+dfsg1-11.dsc
  to main/m/mupen64plus/mupen64plus_1.5+dfsg1-11.dsc
mupen64plus_1.5+dfsg1-11_amd64.deb
  to main/m/mupen64plus/mupen64plus_1.5+dfsg1-11_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/e1og8fa-0005qk...@ries.debian.org



Accepted libjboss-cache2-java 2.2.2.GA+ds1-1 (source all)

2010-05-23 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 May 2010 11:47:36 +0200
Source: libjboss-cache2-java
Binary: libjboss-cache2-java
Architecture: source all
Version: 2.2.2.GA+ds1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 libjboss-cache2-java - cache frequently accessed Java objects
Changes: 
 libjboss-cache2-java (2.2.2.GA+ds1-1) unstable; urgency=low
 .
   * Regenerate orig tarball from SVN tag.
   * Update Standards-Version: 3.8.4.
   * Switch to source format 3.0.
   * Install POM file as major version 2.x.
Checksums-Sha1: 
 c9cd87ae2299e2287912b2ec25ca9cfea844550a 1731 
libjboss-cache2-java_2.2.2.GA+ds1-1.dsc
 f56be849e1d9e7592c42c32f21d1eb0244e324f0 1612237 
libjboss-cache2-java_2.2.2.GA+ds1.orig.tar.gz
 f9c11c7f1b84e1877f5af6f286c741fa74960de5 3392 
libjboss-cache2-java_2.2.2.GA+ds1-1.debian.tar.gz
 a99a19f7f4b088e01f29b3daa01f2d65b4ae2c76 802904 
libjboss-cache2-java_2.2.2.GA+ds1-1_all.deb
Checksums-Sha256: 
 64c14fb811f693e9ffe8b7b3989ad0e1721a03aea3429d3a05f5c539be93c197 1731 
libjboss-cache2-java_2.2.2.GA+ds1-1.dsc
 57ce4e18e70daef19714e90aaddcc5297b75bebbc744b5b77e2846eb50568d36 1612237 
libjboss-cache2-java_2.2.2.GA+ds1.orig.tar.gz
 75acb795ffaec866cde2fc65c55fd8a5b8d5507d5631a9b44bf87cae484aa259 3392 
libjboss-cache2-java_2.2.2.GA+ds1-1.debian.tar.gz
 a009ae06d860cc675117a263c5208af4d103bebeb5e7be50ef3bec309970f355 802904 
libjboss-cache2-java_2.2.2.GA+ds1-1_all.deb
Files: 
 fb72e2acafd5272c773d6303cc97ddd5 1731 java optional 
libjboss-cache2-java_2.2.2.GA+ds1-1.dsc
 7cc5ede39ec1f14b41c564b84135e28a 1612237 java optional 
libjboss-cache2-java_2.2.2.GA+ds1.orig.tar.gz
 f6faf5ccc66b83791a55a1b27d81878f 3392 java optional 
libjboss-cache2-java_2.2.2.GA+ds1-1.debian.tar.gz
 ab90109b93385f7ebf94889bc5df0f43 802904 java optional 
libjboss-cache2-java_2.2.2.GA+ds1-1_all.deb

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

iEYEARECAAYFAkv5AXoACgkQfY3dicTPjsPmbACfcVdRyE3mPDNocAdsYnvo+Rx+
+boAnAm0B/YpP0q6ZUd3cn3tAqoTnE2F
=hpU9
-END PGP SIGNATURE-


Accepted:
libjboss-cache2-java_2.2.2.GA+ds1-1.debian.tar.gz
  to 
main/libj/libjboss-cache2-java/libjboss-cache2-java_2.2.2.GA+ds1-1.debian.tar.gz
libjboss-cache2-java_2.2.2.GA+ds1-1.dsc
  to main/libj/libjboss-cache2-java/libjboss-cache2-java_2.2.2.GA+ds1-1.dsc
libjboss-cache2-java_2.2.2.GA+ds1-1_all.deb
  to main/libj/libjboss-cache2-java/libjboss-cache2-java_2.2.2.GA+ds1-1_all.deb
libjboss-cache2-java_2.2.2.GA+ds1.orig.tar.gz
  to 
main/libj/libjboss-cache2-java/libjboss-cache2-java_2.2.2.GA+ds1.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/e1og8ta-0006ap...@ries.debian.org



Accepted dds 2.0.1+ddd105-1 (source i386)

2010-05-23 Thread Christoph Berg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 May 2010 11:56:03 +0200
Source: dds
Binary: dds libdds-dev python-pydds
Architecture: source i386
Version: 2.0.1+ddd105-1
Distribution: unstable
Urgency: low
Maintainer: Christoph Berg m...@debian.org
Changed-By: Christoph Berg m...@debian.org
Description: 
 dds- bridge double dummy solver - frontend
 libdds-dev - bridge double dummy solver - library
 python-pydds - bridge double dummy solver - Python extension
Changes: 
 dds (2.0.1+ddd105-1) unstable; urgency=low
 .
   * New dds upstream version, in some situations
 dds could wrongly reuse the transposition table contents giving an
 incorrect result.
   * Defines DDS_VERSION.
Checksums-Sha1: 
 146440933d435005f21e4537136cc37cf8aa005f 1154 dds_2.0.1+ddd105-1.dsc
 579eac514f05c7e9696ede8eb9f24e960bedffbe 167480 dds_2.0.1+ddd105.orig.tar.gz
 2f8e19ace5d6a714e0fd9e0fab5eb972455cfdb7 346 dds_2.0.1+ddd105-1.diff.gz
 0e690dd85529fab30a8bb610d9916cf5760009c5 65400 dds_2.0.1+ddd105-1_i386.deb
 03e74227b4fb85f784edcbf36b8c6d94bc9d7b94 101512 
libdds-dev_2.0.1+ddd105-1_i386.deb
 9a3d6179ded028aa746bcc38f0aaa69d511f4999 44248 
python-pydds_2.0.1+ddd105-1_i386.deb
Checksums-Sha256: 
 a6c659b9167af425ab94dffaaeb97cce330dfb1cf5c35b57b46ee03f4d4a5fdd 1154 
dds_2.0.1+ddd105-1.dsc
 1130f491df5ebbe48b18ead08b313a251759075ec6fcf12dc20f64571daa66ba 167480 
dds_2.0.1+ddd105.orig.tar.gz
 6490e814faa043130c7704f06eb39421be5e0e253290040f0470d41941ad884a 346 
dds_2.0.1+ddd105-1.diff.gz
 d23b579f379c2d37da3490eb28edb92aaf4a6fd8d706fc1c5c2f349b080cfd37 65400 
dds_2.0.1+ddd105-1_i386.deb
 f5104e3aff6d28672095263afbe23e1cf99901541dd46b13b0b9551f5bfeb675 101512 
libdds-dev_2.0.1+ddd105-1_i386.deb
 6d4882e95e052e8408cbc0317f22549acb18cedbc911f6d50144466704b3 44248 
python-pydds_2.0.1+ddd105-1_i386.deb
Files: 
 c21154ac263ebc86337e03955f87a8bf 1154 games extra dds_2.0.1+ddd105-1.dsc
 d9557eaca3746e402b429688dcc5a787 167480 games extra 
dds_2.0.1+ddd105.orig.tar.gz
 9a6ea0022f260a91adc95e5e4535f7c5 346 games extra dds_2.0.1+ddd105-1.diff.gz
 980e3d72c8a3d41a1c70e084aa690e56 65400 games extra dds_2.0.1+ddd105-1_i386.deb
 fdc89817564213a5dad466f8f1e0d032 101512 libdevel extra 
libdds-dev_2.0.1+ddd105-1_i386.deb
 b5d1785009f371a5173db13aee11c605 44248 python extra 
python-pydds_2.0.1+ddd105-1_i386.deb

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

iEYEARECAAYFAkv5A+8ACgkQxa93SlhRC1rVMwCg6tcvJdIgn4/fm8LoZF3sZ023
R2AAoLsjBtxGn57tgHuO/hIPoMAltdRC
=GHVS
-END PGP SIGNATURE-


Accepted:
dds_2.0.1+ddd105-1.diff.gz
  to main/d/dds/dds_2.0.1+ddd105-1.diff.gz
dds_2.0.1+ddd105-1.dsc
  to main/d/dds/dds_2.0.1+ddd105-1.dsc
dds_2.0.1+ddd105-1_i386.deb
  to main/d/dds/dds_2.0.1+ddd105-1_i386.deb
dds_2.0.1+ddd105.orig.tar.gz
  to main/d/dds/dds_2.0.1+ddd105.orig.tar.gz
libdds-dev_2.0.1+ddd105-1_i386.deb
  to main/d/dds/libdds-dev_2.0.1+ddd105-1_i386.deb
python-pydds_2.0.1+ddd105-1_i386.deb
  to main/d/dds/python-pydds_2.0.1+ddd105-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/e1og8i6-0006ko...@ries.debian.org



Accepted gcc-4.3 4.3.5-1 (source all amd64)

2010-05-23 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 May 2010 09:25:40 +0200
Source: gcc-4.3
Binary: gcc-4.3-base gcc-4.3 gcc-4.3-multilib gcc-4.3-hppa64 gcc-4.3-spu 
g++-4.3-spu gfortran-4.3-spu cpp-4.3 gcc-4.3-locales g++-4.3 g++-4.3-multilib 
libmudflap0-4.3-dev gobjc++-4.3 gobjc++-4.3-multilib gobjc-4.3 
gobjc-4.3-multilib gfortran-4.3 gfortran-4.3-multilib libstdc++6-4.3-dev 
libstdc++6-4.3-pic libstdc++6-4.3-dbg lib32stdc++6-4.3-dbg lib64stdc++6-4.3-dbg 
libn32stdc++6-4.3-dbg libstdc++6-4.3-doc gcc-4.3-soft-float gcc-4.3-source
Architecture: source all amd64
Version: 4.3.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers debian-...@lists.debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 cpp-4.3- The GNU C preprocessor
 g++-4.3- The GNU C++ compiler
 g++-4.3-multilib - The GNU C++ compiler (multilib files)
 g++-4.3-spu - SPU cross-compiler (C++ compiler)
 gcc-4.3- The GNU C compiler
 gcc-4.3-base - The GNU Compiler Collection (base package)
 gcc-4.3-hppa64 - The GNU C compiler (cross compiler for hppa64)
 gcc-4.3-locales - The GNU C compiler (native language support files)
 gcc-4.3-multilib - The GNU C compiler (multilib files)
 gcc-4.3-soft-float - The soft-floating-point gcc libraries (arm)
 gcc-4.3-source - Source of the GNU Compiler Collection
 gcc-4.3-spu - SPU cross-compiler (preprocessor and C compiler)
 gfortran-4.3 - The GNU Fortran 95 compiler
 gfortran-4.3-multilib - The GNU Fortran 95 compiler (multilib files)
 gfortran-4.3-spu - SPU cross-compiler (Fortran compiler)
 gobjc++-4.3 - The GNU Objective-C++ compiler
 gobjc++-4.3-multilib - The GNU Objective-C++ compiler (multilib files)
 gobjc-4.3  - The GNU Objective-C compiler
 gobjc-4.3-multilib - The GNU Objective-C compiler (multilib files)
 lib32stdc++6-4.3-dbg - The GNU Standard C++ Library v3 (debugging files)
 lib64stdc++6-4.3-dbg - The GNU Standard C++ Library v3 (debugging files)
 libmudflap0-4.3-dev - GCC mudflap support libraries (development files)
 libn32stdc++6-4.3-dbg - The GNU Standard C++ Library v3 (debugging files)
 libstdc++6-4.3-dbg - The GNU Standard C++ Library v3 (debugging files)
 libstdc++6-4.3-dev - The GNU Standard C++ Library v3 (development files)
 libstdc++6-4.3-doc - The GNU Standard C++ Library v3 (documentation files)
 libstdc++6-4.3-pic - The GNU Standard C++ Library v3 (shared library subset 
kit)
Closes: 577418 577420 577721 581240 581698
Changes: 
 gcc-4.3 (4.3.5-1) unstable; urgency=low
 .
   * GCC-4.3.5 release.
 - Fix PR tree-optimization/43769, PR target/44202, PR c++/44193,
   PR bootstrap/38591, PR other/43620, PR middle-end/38564,
   PR c++/43116, PR middle-end/38584, PR tree-optimization/43220,
   PR middle-end/38360, PR c/38957, PR c/35443, PR c/35742,
   PR c++/35335, PR rtl-optimization/43438, PR tree-optimization/43629.
 .
   [ Iain Buclaw ]
   * Revert the removal of the gdc-ice-null-tree patch. Closes: #577420.
   * Build std.c.freebsd into phobos library. Closes: #577721.
   * Fix some wrong-code bugs. Closes: #581240, #581698.
 .
   [ Matthias Klose ]
   * Provide symlink to README.Bugs. Closes: #577418.
Checksums-Sha1: 
 89a12836fa0ef1d32959124664f4d2c76f0c77cc 2736 gcc-4.3_4.3.5-1.dsc
 39de6ce7eaeaf531d12b7b8a9a64fceac54a7b42 46911432 gcc-4.3_4.3.5.orig.tar.gz
 4806c52786e06eac5122cd4a551bcdf79c47cd3d 659777 gcc-4.3_4.3.5-1.diff.gz
 6f361c5637f02161b2ec2022a0f5348c1c7d0cbc 47289252 
gcc-4.3-source_4.3.5-1_all.deb
 4626622cd55d31c261902a1b2a253e6f1072aa41 2239580 
libstdc++6-4.3-doc_4.3.5-1_all.deb
 ad899dfb717b6385e860800c6462eed682131bbc 2306386 
gcc-4.3-locales_4.3.5-1_all.deb
 a40ff2b100b3adecb1718bba6374993539e06de1 109418 gcc-4.3-base_4.3.5-1_amd64.deb
 ae937c40d8a89e63b5c9311fd2bbbd65a601e15f 3358124 cpp-4.3_4.3.5-1_amd64.deb
 c4271cf96e00f2d511795e6f50a232f594d7f12b 123400 
libmudflap0-4.3-dev_4.3.5-1_amd64.deb
 e4ef6065f40ecc973653b6fbc3af575cc6db766a 852 
gobjc++-4.3-multilib_4.3.5-1_amd64.deb
 cb5a6d3ada745942b13e64a74dcedf81a96706ea 3610384 gobjc++-4.3_4.3.5-1_amd64.deb
 a3badbe451d8724bae1bf306fc17c60f8fcbe13c 164712 
gobjc-4.3-multilib_4.3.5-1_amd64.deb
 bd10a97ccb98cdf10ae3134be4ed655388ad8d87 3516718 gobjc-4.3_4.3.5-1_amd64.deb
 d7fd1eef66d6118f320e815bc75c0baa422030bd 966968 
g++-4.3-multilib_4.3.5-1_amd64.deb
 06fef93646d66396314e8b0257f163bfa75d3b9f 4811058 g++-4.3_4.3.5-1_amd64.deb
 b0dca5d9c1e78c6f0f8af1cac878cf2321421360 4746684 
lib32stdc++6-4.3-dbg_4.3.5-1_amd64.deb
 f5196bee890b8c58ee06fd9ca4e4cf060c097ebe 1414958 
libstdc++6-4.3-dev_4.3.5-1_amd64.deb
 712fb92f1955177f32ba4d2a4863f6c065b76627 497796 
libstdc++6-4.3-pic_4.3.5-1_amd64.deb
 1e877f057ca2872310fd19ada7be454f4e52e4de 4967930 
libstdc++6-4.3-dbg_4.3.5-1_amd64.deb
 e9493eb1af9d70d258424ee25bd44e2605345279 244996 
gfortran-4.3-multilib_4.3.5-1_amd64.deb
 1b065a14e181c391dde8ef437e17a63fec489e72 3858004 gfortran-4.3_4.3.5-1_amd64.deb
 09a98931a5450cbf1cd271618b482972a97b9e45 2325480 

Accepted live-helper 2.0~a13-1 (source all)

2010-05-23 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 May 2010 12:37:33 +0200
Source: live-helper
Binary: live-helper
Architecture: source all
Version: 2.0~a13-1
Distribution: unstable
Urgency: low
Maintainer: Debian Live Project debian-l...@lists.debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 live-helper - Debian Live build scripts
Changes: 
 live-helper (2.0~a13-1) unstable; urgency=low
 .
   [ Daniel Baumann ]
   * Updating lh_config manpage wrt/ mirror defaults.
   * Once again updating path for win32-loader for squeeze and newer.
   * Visually improving test target of Makefile.
   * Updating default boot parameters to include live-config.
   * Thinking about removing openssh-server hostkeys, as they should be
 regenerated during boot anyway.
   * Using kde-plasma-desktop instead of kde-minimal for squeeze and
 newer in kde-core list, thanks to Diederik de Haas
 didi.deb...@cknow.org.
   * Updating headers of German manpage po files.
   * Applying slightly modified patch from Cody A.W. Somerville
 cody.somervi...@canonical.com to update titles for Ubuntu in live-
 media disk info.
 .
   [ Cody A.W. Somerville ]
   * Generating casper uuid file in casper initrd.
 .
   [ Daniel Baumann ]
   * Generalizing uuid handling so that we can enable it in debian later
 too.
   * Adding option for custom isohybrid arguments.
   * Also (try) unmounting /dev/shm in exit function.
   * Renaming --chroot-build to --build-with-chroot.
   * Correcting wrong apt-utils workaround in chroot_sources when using
 minimal and local packages.
   * Only installing gdm-themes for lenny in gnome packages list.
   * Using nodm instead of gdm in lxde packages list for squeeze and
 newer.
   * Adding user-setup to minimal packages list.
   * Setting version number to 2.0~a13.
Checksums-Sha1: 
 0d18b5889fd7a5e2a74e6a04dc6a6926f9afe675 1257 live-helper_2.0~a13-1.dsc
 e5e7c87a0c0e0837f1e813d6e1cf33fdc3708b86 2497173 
live-helper_2.0~a13.orig.tar.gz
 a9d6cd826e167e9b317f39b10541ffc3dcea8e4d 31273 live-helper_2.0~a13-1.diff.gz
 d22a4f6b63096fe0cd025fe7aa3e8293bc4fcbf3 1184506 live-helper_2.0~a13-1_all.deb
Checksums-Sha256: 
 b9fafc8e133befc607da09d809c93011bfe9cec61fe811a0b5f81b7f5fb5b1d8 1257 
live-helper_2.0~a13-1.dsc
 187c41eb183d70f021597ce264db8a5f20b9ce5f67744a16d5ef406e847c582b 2497173 
live-helper_2.0~a13.orig.tar.gz
 2aca592d6a1f02f818f3a87f518ae901752da35ca2a3c16ac205e71022825330 31273 
live-helper_2.0~a13-1.diff.gz
 6e49ce8c54f490221e8f7475a896fef6e4d4e743c084ebc959232ff0447c70b1 1184506 
live-helper_2.0~a13-1_all.deb
Files: 
 7b2f996e46300691253dcc076c8dfea1 1257 misc optional live-helper_2.0~a13-1.dsc
 efe99649c1e3a108e6369b11eb8d7f9e 2497173 misc optional 
live-helper_2.0~a13.orig.tar.gz
 014addfbaad094bad6a76974c3dc5ce1 31273 misc optional 
live-helper_2.0~a13-1.diff.gz
 94f1eda1a721813abe8206589d73f8d0 1184506 misc optional 
live-helper_2.0~a13-1_all.deb

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

iEYEARECAAYFAkv5BzUACgkQ+C5cwEsrK54SoQCeIjB4BCySh2FKrNULOYkiTccw
SQUAnR4hPzMkGHz/yD3Q1O1B4hb1+Ap8
=WlC/
-END PGP SIGNATURE-


Accepted:
live-helper_2.0~a13-1.diff.gz
  to main/l/live-helper/live-helper_2.0~a13-1.diff.gz
live-helper_2.0~a13-1.dsc
  to main/l/live-helper/live-helper_2.0~a13-1.dsc
live-helper_2.0~a13-1_all.deb
  to main/l/live-helper/live-helper_2.0~a13-1_all.deb
live-helper_2.0~a13.orig.tar.gz
  to main/l/live-helper/live-helper_2.0~a13.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/e1og8xs-c1...@ries.debian.org



Accepted uriparser 0.7.5-1 (source i386)

2010-05-23 Thread Taylor LeMasurier-Wren
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 15 May 2010 13:47:20 -0500
Source: uriparser
Binary: liburiparser1 liburiparser-dev
Architecture: source i386
Version: 0.7.5-1
Distribution: unstable
Urgency: low
Maintainer: Taylor LeMasurier-Wren ripps...@gmail.com
Changed-By: Taylor LeMasurier-Wren ripps...@gmail.com
Description: 
 liburiparser-dev - development files for uriparser
 liburiparser1 - URI parsing library compliant with RFC 3986
Closes: 544633
Changes: 
 uriparser (0.7.5-1) unstable; urgency=low
 .
   * New upstream release.
   * New maintainer. (Closes: #544633)
   * Use more minimalistic approach to rules using debhelper 7.
   * Add --disable-test to configure because cpptest-1.1.0 isn't packaged yet.
   * Add --disable-doc to configure to prevent generation of api docs.
   * Switch to dpkg-source 3.0 (quilt) format
   * Update *.install files to more inclusive of files to install.
   * Re-enable watch file, as it seems to work just fine with uscan.
Checksums-Sha1: 
 046a5a6e6ec1d78b21d6b3e0016fcdef25c09e23 1080 uriparser_0.7.5-1.dsc
 c7631babf4020799d7d4a0d75c742aaf58413125 532294 uriparser_0.7.5.orig.tar.gz
 3718da4fe4683d2be39ba120f52036c1f1f533dd 4102 uriparser_0.7.5-1.debian.tar.gz
 85790eb4fb6baf5b626b7dec72f386f1a216c43f 44090 liburiparser1_0.7.5-1_i386.deb
 a42744c61ed74cd96a86e435a9a8ebd5f0b8bef8 60240 
liburiparser-dev_0.7.5-1_i386.deb
Checksums-Sha256: 
 f4f65626ea7a126da2c4803dbf3e38dbbf19f21ec08d9a72f4821d40186d1000 1080 
uriparser_0.7.5-1.dsc
 fe41585df67cf125fbf3c84a08293f535f072a4ef0609dbb05313bcee56d238f 532294 
uriparser_0.7.5.orig.tar.gz
 f368855846909cf55a26d0944afb60f92cff8ff0eebe8027d5ff3ec7c39cbf66 4102 
uriparser_0.7.5-1.debian.tar.gz
 91889937b7bc0cb6186b334dc77b370063b953300b10004461a84e538b24ef49 44090 
liburiparser1_0.7.5-1_i386.deb
 b780f8f55426f7db6e0638ace23a08672753feded12020daf1486549db54a8de 60240 
liburiparser-dev_0.7.5-1_i386.deb
Files: 
 4c645fde2f55030cb9be63b27c6c 1080 libs optional uriparser_0.7.5-1.dsc
 459c2786758929b92bfbd0cee25b5aa0 532294 libs optional 
uriparser_0.7.5.orig.tar.gz
 83762f9ab4fb3c718fd436607205fd1f 4102 libs optional 
uriparser_0.7.5-1.debian.tar.gz
 af5fb53339807ecea8c0dc97b67fd0d0 44090 libs optional 
liburiparser1_0.7.5-1_i386.deb
 7a90e6d1e5822cceeb3fc306385c90cf 60240 libdevel optional 
liburiparser-dev_0.7.5-1_i386.deb

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

iEYEARECAAYFAkv5CSYACgkQ+C5cwEsrK55ukQCdFZSHJBdckAQAH7bg2YivB8V1
aKIAniDc+ECWXxaB7QzL1Vb6cZnssXxz
=uIWP
-END PGP SIGNATURE-


Accepted:
liburiparser-dev_0.7.5-1_i386.deb
  to main/u/uriparser/liburiparser-dev_0.7.5-1_i386.deb
liburiparser1_0.7.5-1_i386.deb
  to main/u/uriparser/liburiparser1_0.7.5-1_i386.deb
uriparser_0.7.5-1.debian.tar.gz
  to main/u/uriparser/uriparser_0.7.5-1.debian.tar.gz
uriparser_0.7.5-1.dsc
  to main/u/uriparser/uriparser_0.7.5-1.dsc
uriparser_0.7.5.orig.tar.gz
  to main/u/uriparser/uriparser_0.7.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/e1og8xe-f4...@ries.debian.org



Accepted libxfce4util 4.6.2-1 (source all amd64)

2010-05-23 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 May 2010 12:51:37 +0200
Source: libxfce4util
Binary: libxfce4util-dev libxfce4util4 libxfce4util4-dbg libxfce4util-bin 
libxfce4util-common
Architecture: source amd64 all
Version: 4.6.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez cor...@debian.org
Description: 
 libxfce4util-bin - tools for libxfce4util
 libxfce4util-common - common files for libxfce4util
 libxfce4util-dev - Development files for libxfce4util4
 libxfce4util4 - Utility functions library for Xfce4
 libxfce4util4-dbg - debugging informations for libxfce4util4
Changes: 
 libxfce4util (4.6.2-1) unstable; urgency=low
 .
   [Yves-Alexis Perez]
   * New upstream release.
   * debian/control:
 - bump standards version to 3.8.4.
 - add build-dep on intltool.
 - drop quilt and chrpath build-deps.
 - bump debhelper build-deps for overrides.
   * debian/rules:
 - switch to debhelper 7.
   * switch to 3.0 (quilt) source format.
 .
   [Stefan Ott]
   * debian/watch edited to track Xfce archive reorganisation.
Checksums-Sha1: 
 ae1b6a78a56b0e59101511990cb4476c56784882 2078 libxfce4util_4.6.2-1.dsc
 02e14286e4f8ea05bf353de72594ccd93031ca88 512301 libxfce4util_4.6.2.orig.tar.gz
 b6fb8a3da76a007336e4f3d9e90eddfb8c600214 6408 
libxfce4util_4.6.2-1.debian.tar.gz
 b812bb71e2d4af3594f9b45a73f4fe5b7a0b0aa2 116546 
libxfce4util-dev_4.6.2-1_amd64.deb
 c0aa0bf33ea101502a4fb8aeee4edbb29522acf4 67730 libxfce4util4_4.6.2-1_amd64.deb
 aaf90427fa723c4fe37810cd9e14fe7cb601ba6a 96172 
libxfce4util4-dbg_4.6.2-1_amd64.deb
 f3de1317e499b78491f16ca5c172d717359cfb9e 43632 
libxfce4util-bin_4.6.2-1_amd64.deb
 98a78adfad0c2a1b549787dd76db3da42c684563 80934 
libxfce4util-common_4.6.2-1_all.deb
Checksums-Sha256: 
 768ef61b2eaf140e5ba4663a722fa4ad53a155a5bb52952a9c512e5de01b8149 2078 
libxfce4util_4.6.2-1.dsc
 32106861d22fb8abbb030bc6c87c3185533542c026c36b9f68b0a003b407771c 512301 
libxfce4util_4.6.2.orig.tar.gz
 c2869a0b075e409c0df5f9db75b66ec03fd0c747a05fffacbcf27dadc9401269 6408 
libxfce4util_4.6.2-1.debian.tar.gz
 a8c7cb90fd4d0786c3b7521e3dbfd2e397dd73eab77cf253d55bac74990e6295 116546 
libxfce4util-dev_4.6.2-1_amd64.deb
 ee5be1341070af35594e0cdf3d06cd2c9a6a64ce103f946dbcf49bc4d3e1c944 67730 
libxfce4util4_4.6.2-1_amd64.deb
 29fd800607018dcf27b21c9c8672cc2c65616d8dc6fc7026b5423909203cf4e0 96172 
libxfce4util4-dbg_4.6.2-1_amd64.deb
 1ccf01772cf393a18ec7356e30c4742b643ff3b7164a9b6545df5d16f335475c 43632 
libxfce4util-bin_4.6.2-1_amd64.deb
 45df55743a12c994eff43555f13705a89faf06cad3da2c70fe886faf8bb77879 80934 
libxfce4util-common_4.6.2-1_all.deb
Files: 
 ec169d67f40b3389e526d0001d0b9c1e 2078 xfce optional libxfce4util_4.6.2-1.dsc
 03ea96a9810c5cbe7087f81e70ea750c 512301 xfce optional 
libxfce4util_4.6.2.orig.tar.gz
 f686bfbca67cbcfaaae1ff445988070b 6408 xfce optional 
libxfce4util_4.6.2-1.debian.tar.gz
 edc4de20b0ff97bb653c7abb35a93993 116546 libdevel optional 
libxfce4util-dev_4.6.2-1_amd64.deb
 ea5318559e32728179fab45b88a89a7b 67730 libs optional 
libxfce4util4_4.6.2-1_amd64.deb
 aa9b58f60408bb3a958595710972b69b 96172 debug extra 
libxfce4util4-dbg_4.6.2-1_amd64.deb
 d30ffdaa780dcff7a00f74f8f4b4bec9 43632 xfce optional 
libxfce4util-bin_4.6.2-1_amd64.deb
 9ad516c039eaf1b6a8bb82651af6f9d7 80934 xfce optional 
libxfce4util-common_4.6.2-1_all.deb

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

iQIcBAEBCgAGBQJL+QphAAoJEDBVD3hx7wuoj8YQAKFRlLk0jSavHmyuurhPXYCC
GZ8eI3QyJgWcC0dvWmZvvwtYlXQcEd61ZXpAwzRU5dZrNV6+Ki5CzoDGe1yXukCW
46EaNy9kjsZUoPXeMOW1XgShIF6vKskeS/XIC1oRqaIeOa4Kg/1jCIhmRX75FAod
rUh2xtdmpRPkyZRuWRGxv2l8K4au2cK2ZVwrl7mQgqAFTsu2UoCN4Bs5G7+m5cwK
Iwardku8YrnQjLTwUKSamyineyTb3w3EUHuCmkiGiwKLchJHP+yrYvJA0RXp/I9f
Nt4cjm3pHEALoeTRCUb7Zhr8qxJSc36NZlum5mqNxkW+kodTlyFqY+4rDHfi2MBv
I9Epdm0UJCelh5XOx1zTdGltJCKjGYKo6FBs2wc1E1pZkedyde7RNhVbwpx802fK
lNql6o69FkE8zcpYzGJ9naMZACFEMKmk2iGkR3vNaX2UbgEFCRoKgd9xpKWi8kIq
HTfy5veNjL2LjmG8xjS31k87sQS3IRkUZMYL9pfUqQONLq0kGgOd1u3n/fnLpusD
ayZDjKpMcKmO/2uOmcMmS/6MZ82ziHWfHbHF7In4YzraK7PCVUDom/+SLtDZHqOB
rOhjUDaLUNIyhH+SxJKOzb0UkI8W+P0p0zOD4Qv0ZqM/yKqcg73BzwpWB1colBL0
x+h5A7KqchhVsKoqb7Cz
=UfIK
-END PGP SIGNATURE-


Accepted:
libxfce4util-bin_4.6.2-1_amd64.deb
  to main/libx/libxfce4util/libxfce4util-bin_4.6.2-1_amd64.deb
libxfce4util-common_4.6.2-1_all.deb
  to main/libx/libxfce4util/libxfce4util-common_4.6.2-1_all.deb
libxfce4util-dev_4.6.2-1_amd64.deb
  to main/libx/libxfce4util/libxfce4util-dev_4.6.2-1_amd64.deb
libxfce4util4-dbg_4.6.2-1_amd64.deb
  to main/libx/libxfce4util/libxfce4util4-dbg_4.6.2-1_amd64.deb
libxfce4util4_4.6.2-1_amd64.deb
  to main/libx/libxfce4util/libxfce4util4_4.6.2-1_amd64.deb
libxfce4util_4.6.2-1.debian.tar.gz
  to main/libx/libxfce4util/libxfce4util_4.6.2-1.debian.tar.gz
libxfce4util_4.6.2-1.dsc
  to main/libx/libxfce4util/libxfce4util_4.6.2-1.dsc
libxfce4util_4.6.2.orig.tar.gz
  to 

Accepted anthy 9100h-6 (source i386 all)

2010-05-23 Thread Hideki Yamane
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 May 2010 19:13:05 +0900
Source: anthy
Binary: anthy anthy-common anthy-el libanthy0 libanthy-dev
Architecture: source i386 all
Version: 9100h-6
Distribution: unstable
Urgency: low
Maintainer: NOKUBI Takatsugu k...@daionet.gr.jp
Changed-By: Hideki Yamane henr...@debian.org
Description: 
 anthy  - input method for Japanese - backend, dictionary and utility
 anthy-common - input method for Japanese - common files and dictionary
 anthy-el   - input method for Japanese - elisp frontend
 libanthy-dev - input method for Japanese - development files
 libanthy0  - input method for Japanese - runtime library
Changes: 
 anthy (9100h-6) unstable; urgency=low
 .
   * upload to unstable
   * debian/control
 - add NIIBE Yutaka gni...@fsij.org to Uploaders. Welcome!
Checksums-Sha1: 
 77326ebde061103a0705f742b588a1481f2f7617 1790 anthy_9100h-6.dsc
 7f2eace798acf4ab4d94c22f5d6bceb55e288e24 91664 anthy_9100h-6.debian.tar.gz
 6653bc14919a4fa6463d9b795ba57212e9ffc580 153678 anthy_9100h-6_i386.deb
 b845e18de22e021b8997c7a6b281afeb989e984c 3369944 anthy-common_9100h-6_all.deb
 2d29e92eccc7351840a6e94f979c675e8df6d3c4 38766 anthy-el_9100h-6_all.deb
 3634d51830027208c30c95c38ae40f70c2360cf7 168830 libanthy0_9100h-6_i386.deb
 cdc460546815762116901721d57c7d40ae624089 16 libanthy-dev_9100h-6_i386.deb
Checksums-Sha256: 
 9b927dee8311124880ea2b8ba808c9631b7569ea977a1662e27a33826ee5329f 1790 
anthy_9100h-6.dsc
 893d804cba0c19ea89f8366b8fec1824f117475eb9dacb78c8b86d52d5ba36b1 91664 
anthy_9100h-6.debian.tar.gz
 e7f03c29cb2957962bd1314d579bd6d155204f7027803254ec5659a1ccdf7191 153678 
anthy_9100h-6_i386.deb
 77e30263cfc456f83b9356e37e971189d5061b5f8d4b7cca5604417e3d263059 3369944 
anthy-common_9100h-6_all.deb
 ce9f1e37683f826f15d26ff708f84260d734ed9a0232b6c3779af7fae2bb9171 38766 
anthy-el_9100h-6_all.deb
 5c8e4c415081bbf5bfad0e029ac8463182b3de0dedccf59d48341f8537d3bbc1 168830 
libanthy0_9100h-6_i386.deb
 3ba3f2927d5c094d6175e78984f8a3f5c492da91c2424abd50eb33ef008166b1 16 
libanthy-dev_9100h-6_i386.deb
Files: 
 e2cc315b227d160c523754351d259acf 1790 utils optional anthy_9100h-6.dsc
 505b012e3f41ac21b44408a2fe10f592 91664 utils optional 
anthy_9100h-6.debian.tar.gz
 19b7e162896b53113754a81bab5ca4f6 153678 utils optional anthy_9100h-6_i386.deb
 3c0947c6c76d7ec2a2b0d17f2c2e2225 3369944 utils optional 
anthy-common_9100h-6_all.deb
 1038f9d3f8f42335fac8053b0ec485b2 38766 lisp optional anthy-el_9100h-6_all.deb
 450bee65cf93d4e878ae344ae61fac55 168830 libs optional 
libanthy0_9100h-6_i386.deb
 88ad5077441a7384cac7420e9fa9d9c3 16 libdevel optional 
libanthy-dev_9100h-6_i386.deb

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

iQIcBAEBCgAGBQJL+QAvAAoJEF0yjQgqqrFArkUQAIeSlx0P3QdlXw7P7IN8yfBF
SOhC8AY0wa2XJxSzkv+/sxzNnf58X72yXCw+6XNYr2Dj5+9LAy0DBgSUQ+oqvgoX
KfGmoDQkqrR7aDWBg4nZNjjl3VDqMBV5wN0caknKzcrVArNib6UtDl15TnhejC5L
PCCRr1eJ8oV3xF2IeCi/49QDRJpwiXVBx4ITq9YXN2NbjgcbrwwZ1MMdxy1lBc2F
zWDL295i6vXxLn+3GzV3rJz5rwROwCzJMhnG0lAmnKcGH4fjH1l5MRVAH89W448I
jviwi8V69YU3WFMXpxcRF7oLNGVVnHWY5FRoSxcZQqd21/2J7gW6kzs4xMKvX/op
R301vGUcGlIMxRULQZ6mg2eCsZFJBzAiuqdVroCDlmTg+otYbek1P6Am3GsDliHX
eP/dp4zYN0V8fAkPCNAHuj0lN0U4BF4LT0wa1hgkm3T7W2S+ZpWLe3Mq4zuAW1l8
izrW6tXwcapCnvPCcUPAiKNrm02FRSnhgEYZAQjiqdeDM53TuAYXoovpHtJOeKcw
1WwAMnAYROm3OGSZdM3gzNwEt0PJ3rJKYb4OgPsb7VUzbt7APWCsXBgzDoUeCMbS
xVYBrm60VwwOEK0vQwI6dWJ2AdRcb4kQeMfhnmqQI7BKLi6PdR9l2rvuPHcK1zid
P01F+2iECfnCwMTmd6zZ
=ODpf
-END PGP SIGNATURE-


Accepted:
anthy-common_9100h-6_all.deb
  to main/a/anthy/anthy-common_9100h-6_all.deb
anthy-el_9100h-6_all.deb
  to main/a/anthy/anthy-el_9100h-6_all.deb
anthy_9100h-6.debian.tar.gz
  to main/a/anthy/anthy_9100h-6.debian.tar.gz
anthy_9100h-6.dsc
  to main/a/anthy/anthy_9100h-6.dsc
anthy_9100h-6_i386.deb
  to main/a/anthy/anthy_9100h-6_i386.deb
libanthy-dev_9100h-6_i386.deb
  to main/a/anthy/libanthy-dev_9100h-6_i386.deb
libanthy0_9100h-6_i386.deb
  to main/a/anthy/libanthy0_9100h-6_i386.deb


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



Accepted libxfce4menu 4.6.2-1 (source amd64)

2010-05-23 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 May 2010 13:21:04 +0200
Source: libxfce4menu
Binary: libxfce4menu-0.1-dev libxfce4menu-0.1-0 libxfce4menu-0.1-dbg
Architecture: source amd64
Version: 4.6.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez cor...@debian.org
Description: 
 libxfce4menu-0.1-0 - freedesktop.org compliant menu implementation for Xfce
 libxfce4menu-0.1-dbg - debugging symbols for libxfce4menu
 libxfce4menu-0.1-dev - Development files for libxfce4menu
Changes: 
 libxfce4menu (4.6.2-1) unstable; urgency=low
 .
   [ Stefan Ott ]
   * debian/watch edited to track Xfce archive reorganisation.
 .
   [ Yves-Alexis Perez ]
   * New upstream release.
   * Switch to 3.0 (quilt) source format.
   * debian/control:
 - add ${misc:Depends} to Depends.
 - bump debhelper build-dep because of dh_override use.
   * debian/rules:
 - switch to debhelper 7 tiny rules.
 - override dh_strip to create a dbg package.
 - override dh_install, add --fail-missing.
 - override dh_auto_test: don't run the testsuite which fails if X is not
   running.
   * debian/docs added, install NEWS, TODO and README.Debian.
Checksums-Sha1: 
 b54f9b5a1a09519fb19bebe8c9ec69cd809c62ee 2162 libxfce4menu_4.6.2-1.dsc
 490c85700e0566fdeb35e6047e39285734493362 501636 libxfce4menu_4.6.2.orig.tar.gz
 c4bce0d0064c708182025b6df0d30a8c5bad5cdd 3486 
libxfce4menu_4.6.2-1.debian.tar.gz
 cc4a272e65125b94c465cbd866a1163c44bcb33d 102554 
libxfce4menu-0.1-dev_4.6.2-1_amd64.deb
 2b90072dd7a6bb0f79e82ffcf6946a73c65f3b11 61940 
libxfce4menu-0.1-0_4.6.2-1_amd64.deb
 722c49b7a9b885886eaf51439678c343f0cf 93036 
libxfce4menu-0.1-dbg_4.6.2-1_amd64.deb
Checksums-Sha256: 
 70089cc0a96e58a136adacdb8e80227f7faabd9b8d88481a983b30bd48b93437 2162 
libxfce4menu_4.6.2-1.dsc
 4dbc934ed6419125d02e22b7243355e389dd16362a60b589c70f343cc802e923 501636 
libxfce4menu_4.6.2.orig.tar.gz
 1b07f97202476497afbb13a935d9a886801a7ae99f5e44a5697497825b68b0df 3486 
libxfce4menu_4.6.2-1.debian.tar.gz
 4ace7b71958d5db00fb06536df61317ddd02b5b620f13d863087b02c9cc80a7c 102554 
libxfce4menu-0.1-dev_4.6.2-1_amd64.deb
 f12be17c635f3160f22be7d3b001e65facc110107f352ae6ac2536ea972b8876 61940 
libxfce4menu-0.1-0_4.6.2-1_amd64.deb
 6f65a7c5b57634c9f8d01e09acc1d4a51e46a7677f051ca7ea32a435acccbf48 93036 
libxfce4menu-0.1-dbg_4.6.2-1_amd64.deb
Files: 
 dacb68ea99aeecbcc433ef242ab6325a 2162 xfce optional libxfce4menu_4.6.2-1.dsc
 f920d0ca5ee544e3e9f9de912a8a3adc 501636 xfce optional 
libxfce4menu_4.6.2.orig.tar.gz
 36aa9748e721ed66c2d37d93eaa64996 3486 xfce optional 
libxfce4menu_4.6.2-1.debian.tar.gz
 a67ebbe1219ed7fc7ff7151cf3afcf2f 102554 libdevel optional 
libxfce4menu-0.1-dev_4.6.2-1_amd64.deb
 f54c155881f1d874b4d4a6cc2676f848 61940 libs optional 
libxfce4menu-0.1-0_4.6.2-1_amd64.deb
 812c169efa5dffa9e5c0755cba4c86d6 93036 debug extra 
libxfce4menu-0.1-dbg_4.6.2-1_amd64.deb

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

iQIcBAEBCgAGBQJL+RCqAAoJEDBVD3hx7wuo+TAQAJWSTtB3J1VH7Yl8wy8gbsWM
otSqRzo6Ggrho7wC51X1p9RA4rjWw2PFgjGGJF/w2PjYhJQGjBEGudndDEnvD2Ts
o8FZw/W86CxPhmuNwldcBhMLtBhpys4KL1wzingbC8ssGMZbPNMOcFczWV48AQYx
0F3UABcN0SMRva7R82A8yZSg+yObSGLp5Xlbwq/VVMV6+45N6DFpSOsaQyYrYbXa
a6Oq7M7jz8HZdp/qy2aSpV2llLh1CGthPIrH7hCuPJNdL25dFwA+qXkJIhEqD7Ku
tZD4+8ESK3vq0jlZKFYfjr2SzyYyHtg6eyr6tX/Rc4UZxd6SiyPJRfI9O9H3N0+Y
3EXR+QozknkSCPBhsvjGxq+T+FjqqDDw1YO+eTcbpzX+9gOM+D5BlsF8Qcu2ZLTr
bDdfqFRQRKdcLWvMjKvDbfagwi1mvPMH3b8k23IjagUOECNRceqWEyb7gFub9wXe
8GWZs13q3+zlJDuEqn4V+ODI5gkW+IP22nygNZ88uRh75h7M1CPEHCkDbMnYV2/x
C95lXuEU1bQBpf0+nNBha+11/IJjCHFYyHU5/XTFRcTX8YP4sQ/RnDrN8X+Q75LY
y2e/rPKWMEaynj0BTv6ytYL5AuM3hI3cv+ZzUluzUL2AwwF/7Hcmik8sOB2aaaPE
JiSbYIjHVRb1TYCLtFty
=b+Wk
-END PGP SIGNATURE-


Accepted:
libxfce4menu-0.1-0_4.6.2-1_amd64.deb
  to main/libx/libxfce4menu/libxfce4menu-0.1-0_4.6.2-1_amd64.deb
libxfce4menu-0.1-dbg_4.6.2-1_amd64.deb
  to main/libx/libxfce4menu/libxfce4menu-0.1-dbg_4.6.2-1_amd64.deb
libxfce4menu-0.1-dev_4.6.2-1_amd64.deb
  to main/libx/libxfce4menu/libxfce4menu-0.1-dev_4.6.2-1_amd64.deb
libxfce4menu_4.6.2-1.debian.tar.gz
  to main/libx/libxfce4menu/libxfce4menu_4.6.2-1.debian.tar.gz
libxfce4menu_4.6.2-1.dsc
  to main/libx/libxfce4menu/libxfce4menu_4.6.2-1.dsc
libxfce4menu_4.6.2.orig.tar.gz
  to main/libx/libxfce4menu/libxfce4menu_4.6.2.orig.tar.gz


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



Accepted libxfcegui4 4.6.4-1 (source all amd64)

2010-05-23 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 May 2010 13:14:20 +0200
Source: libxfcegui4
Binary: glade-xfce libxfcegui4-dev libxfcegui4-4 libxfcegui4-4-dbg 
xfce-keyboard-shortcuts
Architecture: source amd64 all
Version: 4.6.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez cor...@debian.org
Description: 
 glade-xfce - glade modules for xfce
 libxfcegui4-4 - Basic GUI C functions for Xfce4
 libxfcegui4-4-dbg - debugging informations for libxfcegui4
 libxfcegui4-dev - Development files for libxfcegui4-4
 xfce-keyboard-shortcuts - xfce keyboard shortcuts configuration
Changes: 
 libxfcegui4 (4.6.4-1) unstable; urgency=low
 .
   * New upstream release.
   * Switch to 3.0 (quilt) source format.
   * debian/rules:
 - don't use quilt addon.
   * debian/control:
 - drop quilt build-dep.
Checksums-Sha1: 
 d5d98a95dcb5b8907895ce29161c2a52e385ee91 2281 libxfcegui4_4.6.4-1.dsc
 b103b52f9b201c59259243b57211d4f7c7a17c17 830815 libxfcegui4_4.6.4.orig.tar.gz
 20732e59963c92138831227b53d6fa4934a0b5ea 7613 libxfcegui4_4.6.4-1.debian.tar.gz
 31581affcc1142b12e9f80928be1644499511075 108506 glade-xfce_4.6.4-1_amd64.deb
 f24aa40e9b1e151a914477a2577b83f1cb61be44 345468 
libxfcegui4-dev_4.6.4-1_amd64.deb
 b8a513e734753781a141461bb5aa96f84088cb5f 346260 libxfcegui4-4_4.6.4-1_amd64.deb
 44f134a335935fe730525db7fd675145736e8a66 596572 
libxfcegui4-4-dbg_4.6.4-1_amd64.deb
 56fb227627b3acee0cda6cc4d3a896779b4e362c 97558 
xfce-keyboard-shortcuts_4.6.4-1_all.deb
Checksums-Sha256: 
 a638dfa9028db6f64fbfa349469627858820196721ccb3144325fde813fa88f8 2281 
libxfcegui4_4.6.4-1.dsc
 b3d6aa7732c8f7f5197d60401aa702daff3884d28f9dba11103dcdae858904ee 830815 
libxfcegui4_4.6.4.orig.tar.gz
 f96d68dac00c316d26f0faba6af07ef01ae8acbe963272c62cf3e7f4abf15cc9 7613 
libxfcegui4_4.6.4-1.debian.tar.gz
 0d71d9ce5f1e62b1d988cfed77630de54ffe56cb252cd36250d5c2820b22925b 108506 
glade-xfce_4.6.4-1_amd64.deb
 3a0ee5ac67eacdd21da17ccd9c0ecc22bdabf4f64cf37bd7ec47c42cf1d607dd 345468 
libxfcegui4-dev_4.6.4-1_amd64.deb
 5371369451673ab2ef6e10540103f68d8574363365e9b26e15ebe9d98c858f7f 346260 
libxfcegui4-4_4.6.4-1_amd64.deb
 3ec4a9b81c246a8e11d89d59811059be896f4d384a731a32fc7f05b346a40351 596572 
libxfcegui4-4-dbg_4.6.4-1_amd64.deb
 2520baa5cd017929c39b0e1d94fbe59b1de264b66122a310bc5abf919a75e168 97558 
xfce-keyboard-shortcuts_4.6.4-1_all.deb
Files: 
 8e6a27ed0784b8d6e5248da7c7240f01 2281 xfce optional libxfcegui4_4.6.4-1.dsc
 f6520f6d55bdec00a41681d5b809814a 830815 xfce optional 
libxfcegui4_4.6.4.orig.tar.gz
 2cc7bab694d9de9b6367a8afcd1d651d 7613 xfce optional 
libxfcegui4_4.6.4-1.debian.tar.gz
 b6b2328c5db9c6e2d3af8adcae9fd73e 108506 xfce optional 
glade-xfce_4.6.4-1_amd64.deb
 67e4227f2ddd49d66222ea2636a25ea1 345468 libdevel optional 
libxfcegui4-dev_4.6.4-1_amd64.deb
 7fc6ce651838fdc737e369781bfaabbe 346260 libs optional 
libxfcegui4-4_4.6.4-1_amd64.deb
 d2acce0d4bb812977be58911609fd445 596572 debug extra 
libxfcegui4-4-dbg_4.6.4-1_amd64.deb
 cdbde88ac39f69adb36b4fd07441a0d0 97558 xfce optional 
xfce-keyboard-shortcuts_4.6.4-1_all.deb

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

iQIcBAEBCgAGBQJL+Q+FAAoJEDBVD3hx7wuo2TQP/RugRVs/xMjKEZOPEgdB2eFr
gNvXJEWsFyXHge02Nl4acZHPg91QUrKPC6QxN0Ha4SHYJ1ogT3gSapeW+rHUV9M+
aj9jpFs6iU6IX7BD2rDR55mekFsVYMy2SMNmcNJMQ9x5ZLBWgO+Cmp8eboBt0K/8
JOvOpY4VR2awKVNU5MkMUmcHuUNzmO29+Si5KT0wu2m5qP5UW+bqeOh4qRLYoWx0
FpqGxDDA4HHdoHXTiDJr7N18k1LD5M+SZSWeFB2Pl7O2UkaGFzOGWjlBud2K3dN3
epmaFhJilYyLZ3ZS4bSZ87Ft3NIOlNWlA9gtwnuK99IRl7K56jRKKUc1anj1+9xI
Eko2t+fAoDWjRsmqs/J8zjYbg+ZehaEFcOhU72tYheHuUpRJQOWn84YwNdJjiBK4
9QIP9ipTe27sbUhA8MEx4mldvdBipQvBuvDc6S/K7zXmu3aAcuI24U86Zksbv/R3
SR1Arc6ZwimlSgCJNMX5YLeQ3dpvfNfCz6ck85A7CGQPTQ0O31k05ImxfaZhZwZA
feTu8wgyiNnCa/IsEIZauXaWmDfCvSP9wBf2B8fvrBLyyJbbR5mOx3Yx+dNJnNvs
MrH62gbxEieDalYUwr6gM4e/RPDW9F4p/qSQ/1jZY5nfUNw9XVasp3NU58H1C6M2
UECOjwh0qSWbxEILabiV
=WDZi
-END PGP SIGNATURE-


Accepted:
glade-xfce_4.6.4-1_amd64.deb
  to main/libx/libxfcegui4/glade-xfce_4.6.4-1_amd64.deb
libxfcegui4-4-dbg_4.6.4-1_amd64.deb
  to main/libx/libxfcegui4/libxfcegui4-4-dbg_4.6.4-1_amd64.deb
libxfcegui4-4_4.6.4-1_amd64.deb
  to main/libx/libxfcegui4/libxfcegui4-4_4.6.4-1_amd64.deb
libxfcegui4-dev_4.6.4-1_amd64.deb
  to main/libx/libxfcegui4/libxfcegui4-dev_4.6.4-1_amd64.deb
libxfcegui4_4.6.4-1.debian.tar.gz
  to main/libx/libxfcegui4/libxfcegui4_4.6.4-1.debian.tar.gz
libxfcegui4_4.6.4-1.dsc
  to main/libx/libxfcegui4/libxfcegui4_4.6.4-1.dsc
libxfcegui4_4.6.4.orig.tar.gz
  to main/libx/libxfcegui4/libxfcegui4_4.6.4.orig.tar.gz
xfce-keyboard-shortcuts_4.6.4-1_all.deb
  to main/libx/libxfcegui4/xfce-keyboard-shortcuts_4.6.4-1_all.deb


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



Accepted xfconf 4.6.2-1 (source amd64)

2010-05-23 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 May 2010 13:00:19 +0200
Source: xfconf
Binary: libxfconf-0-dev libxfconf-0-2 libxfconf-0-2-dbg xfconf
Architecture: source amd64
Version: 4.6.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez cor...@debian.org
Description: 
 libxfconf-0-2 - Client library for Xfce4 configure interface
 libxfconf-0-2-dbg - debugging informations for libxfconf
 libxfconf-0-dev - Development files for libxfconf
 xfconf - utilities for managing settings in Xfce
Changes: 
 xfconf (4.6.2-1) unstable; urgency=low
 .
   [ Stefan Ott ]
   * debian/watch edited to track Xfce archive reorganisation.
 .
   [ Yves-Alexis Perez ]
   * New upstream release.
   * debian/control:
 - add build-dep on intltool.
 - update standards version to 3.8.4.
   * Switch to 3.0 (quilt) source format.
 .
   [ Lionel Le Folgoc ]
   * debian/xfconf.install: refreshed.
   * debian/xfconf.manpages, debian/libxfconf-0-dev.docs: added.
   * debian/control:
 - add myself to Uploaders
 - bump debhelper b-dep to (= 7.0.50~) for overrides.
   * debian/rules:
 - switch to rules.tiny with overrides
 - disable tests, they need dbus.
Checksums-Sha1: 
 ba70f415d126638de674a80d9fa6aae05f7a903c 2189 xfconf_4.6.2-1.dsc
 591120e98bcbac25d6f753545d21cb40fd1887db 580134 xfconf_4.6.2.orig.tar.gz
 7b805297155240bccd9f26c6d4905aeab317207d 3960 xfconf_4.6.2-1.debian.tar.gz
 ef46474944a134dc46f0695413e566641d95e863 90092 
libxfconf-0-dev_4.6.2-1_amd64.deb
 bb95cba1fe8f9af7b8f7a9d5fe2f0d15471b4b08 56278 libxfconf-0-2_4.6.2-1_amd64.deb
 69d1dc13f09b624d8ac93949caaee625d0e442a1 130762 
libxfconf-0-2-dbg_4.6.2-1_amd64.deb
 c8e5c823b5e6ea94815d788db943d5ff8e5bc9c9 123714 xfconf_4.6.2-1_amd64.deb
Checksums-Sha256: 
 0385be8d434925eb598e3fbe15c2def9edf9b6fbb6f7842c8c34221d0f2e8848 2189 
xfconf_4.6.2-1.dsc
 96283923e49d2c8ba7007dc3339e8c05e692ad6b4fc34b43027ba243279f6be8 580134 
xfconf_4.6.2.orig.tar.gz
 a4583106d544cbae7ca21f746d4c9c11aa8f803392bb997416a393a2199b25a6 3960 
xfconf_4.6.2-1.debian.tar.gz
 45c5c20ea2c74257706ee4218122d75fdf0453bbe44806feebb67846ca5e1d20 90092 
libxfconf-0-dev_4.6.2-1_amd64.deb
 9e32939b02bb537f27526cf4b052efe35d912f83f9713665b3f152cb0154b21e 56278 
libxfconf-0-2_4.6.2-1_amd64.deb
 2611027b18abee46b210f9a8d4b1839e972c492ee3a028956ff1835dbb6f0570 130762 
libxfconf-0-2-dbg_4.6.2-1_amd64.deb
 1ca443cfc86ef79644cfc92192f9d1dc84559412d9a7a83a6eab877f13f9c00a 123714 
xfconf_4.6.2-1_amd64.deb
Files: 
 5cdf7cc58f206b77b441b2a67d6054d5 2189 xfce optional xfconf_4.6.2-1.dsc
 0ae3f92a5fc32183cc406bc0dd685110 580134 xfce optional xfconf_4.6.2.orig.tar.gz
 2ef2368786be67bdf4bac74b09ca4e93 3960 xfce optional 
xfconf_4.6.2-1.debian.tar.gz
 a4cf5452278599bbf074e29e742e09f9 90092 libdevel optional 
libxfconf-0-dev_4.6.2-1_amd64.deb
 998cab80dcb154856b2a0e640c337d19 56278 libs optional 
libxfconf-0-2_4.6.2-1_amd64.deb
 a7d088d1a0d50fc334f82141a281827d 130762 debug extra 
libxfconf-0-2-dbg_4.6.2-1_amd64.deb
 200ad23ca93ec784ea72f00b9ed5ef56 123714 xfce optional xfconf_4.6.2-1_amd64.deb

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

iQIcBAEBCgAGBQJL+Q3sAAoJEDBVD3hx7wuovmwP/1lJXNrMScC9bDxX0IgA3zXO
+VJpKJLjTQi6b9EQHoRXkGSiJxxiJrF7nqMgymRVXUGuylEPcYtsS4albFHRGqCB
aJqbhYDbklnn0Bk/darAjRXFSP55awwunUP8/e24k6k1VQ8XQU18AZZWfT9rx/bl
Q9PYF3IJwyF+ipITinmRu/hVjRF9cmB1Lg/yBVpf37KjH2IjfOhAje1sLilwFeH3
607jpGdoxfNpcWzF6xuSS3bRZvV0+rci3KzHMd6rH0pHURxmtBUGhLctzxnrhqT6
8X+cs2ruWtYwMuQu4NC9QHIIP+bdO8KfKFezad7TOcSl8ScASljCA2muyeDLi3Sf
VaTtXzTUsnQe6/bwyG5zHhxy7VJQexsaeyGknIenPrTr2F4SsRIcPMyTL81pGiMX
Hesf+kHIuJkI88qRjw2nwrlTnNJSF1RE9Goyr8D46Vaq7hi7rHyHENn66CuqUGxc
zBb1fVA6PmGZOOu3axoOYQ6eX4Kfhh9I/GK5KyeVN452rW3P0gHWDQ4ConXqeRgM
KGBY+E5enB969Dg13Bwbk2rtrfn1uquS4lp6L0ePPTeG1dZ2Im1HS8EH0lTsccAg
o0IJZP45wmfqIGsjdSSJi+eFdo0fMfWCbtmvV9USKgQWPHU2PYKHlkyJb+98KeXL
V+xJnm/lgRGIH/3jtrsr
=LZ9f
-END PGP SIGNATURE-


Accepted:
libxfconf-0-2-dbg_4.6.2-1_amd64.deb
  to main/x/xfconf/libxfconf-0-2-dbg_4.6.2-1_amd64.deb
libxfconf-0-2_4.6.2-1_amd64.deb
  to main/x/xfconf/libxfconf-0-2_4.6.2-1_amd64.deb
libxfconf-0-dev_4.6.2-1_amd64.deb
  to main/x/xfconf/libxfconf-0-dev_4.6.2-1_amd64.deb
xfconf_4.6.2-1.debian.tar.gz
  to main/x/xfconf/xfconf_4.6.2-1.debian.tar.gz
xfconf_4.6.2-1.dsc
  to main/x/xfconf/xfconf_4.6.2-1.dsc
xfconf_4.6.2-1_amd64.deb
  to main/x/xfconf/xfconf_4.6.2-1_amd64.deb
xfconf_4.6.2.orig.tar.gz
  to main/x/xfconf/xfconf_4.6.2.orig.tar.gz


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



Accepted exo 0.3.107-1 (source all amd64)

2010-05-23 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 May 2010 13:26:28 +0200
Source: exo
Binary: libexo-0.3-dev libexo-0.3-0 exo-utils libexo-0.3-0-dbg exo-utils-dbg 
libexo-common
Architecture: source amd64 all
Version: 0.3.107-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez cor...@debian.org
Description: 
 exo-utils  - Utility files for libexo
 exo-utils-dbg - debugging informations for exo-utils
 libexo-0.3-0 - Library with extensions for Xfce
 libexo-0.3-0-dbg - debugging informations for libexo
 libexo-0.3-dev - Development files for libexo
 libexo-common - libexo common files
Changes: 
 exo (0.3.107-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/patches:
 - 01_fix-treeview-gtk2.20.patch dropped, included upstream.
Checksums-Sha1: 
 2503e7c40f54bf9bb66f82ad5e43c19a2eec0702 2177 exo_0.3.107-1.dsc
 ed6ee55ce377c59be1fd98bfab3de2e12833d813 3214525 exo_0.3.107.orig.tar.gz
 1bbe9529797deb8db99261e4819610817f7891a7 11039 exo_0.3.107-1.debian.tar.gz
 9fb97b6310efa9ebd337f27c1df0a0bafe013c0f 459752 
libexo-0.3-dev_0.3.107-1_amd64.deb
 9cd7d98bc4543c9989eb0709ee1c7c89d57e2064 562504 
libexo-0.3-0_0.3.107-1_amd64.deb
 95043f3b82ec6e4bcfa00086ef00060f1d73344a 130468 exo-utils_0.3.107-1_amd64.deb
 01ae93bb45e24d4e2d05599347c48146690c5523 466922 
libexo-0.3-0-dbg_0.3.107-1_amd64.deb
 a9d0d03e12fbbd5af88161864933864ef7541b51 202776 
exo-utils-dbg_0.3.107-1_amd64.deb
 4886f39d136ca2cc16e411427d84cd6e3249cd6b 1346290 
libexo-common_0.3.107-1_all.deb
Checksums-Sha256: 
 6dd395ab37da7faebd015715d7d54cb6e0bd19fc6ccdb3a11f68aed14831a63b 2177 
exo_0.3.107-1.dsc
 59d9065b5496beed8c2daa461d292647f37022bd4d57f00838444fcdfb729e6e 3214525 
exo_0.3.107.orig.tar.gz
 138637fc0c922867c8adc05dc02ba1e7722eed0036022c09ea2cd3b3b15f4cc6 11039 
exo_0.3.107-1.debian.tar.gz
 f7e3662c8db517c5ad12135b0b5ae8461cae5bfc6d6973228eff358c1d25f3fe 459752 
libexo-0.3-dev_0.3.107-1_amd64.deb
 ec685f03418a5cc7e610d4d2ec381286aa4a58edc065122a224e40015cc857d9 562504 
libexo-0.3-0_0.3.107-1_amd64.deb
 1004ff9e9ac928e6636998c6a1ed97a7c7d335e39de6e3d0b6d16d6b5cba4b25 130468 
exo-utils_0.3.107-1_amd64.deb
 abcfc129631c7c0b1f0903c851976c5b5c3742b9fc46ed74f756d4baf972a88f 466922 
libexo-0.3-0-dbg_0.3.107-1_amd64.deb
 fe4b029ec58054d1659a2837e95533b9b8e9bc9b6d5a190b25e28a557f42a234 202776 
exo-utils-dbg_0.3.107-1_amd64.deb
 0210faba852f3cf3f698faadf71f50d0cfda4a17b0d1bf6a3485d129290c9861 1346290 
libexo-common_0.3.107-1_all.deb
Files: 
 1956e05cdcc2b725557704de4099a135 2177 xfce optional exo_0.3.107-1.dsc
 ff2ed4a5f3177665b341e2e864588bbf 3214525 xfce optional exo_0.3.107.orig.tar.gz
 b084229c34a0431363bb773fdff70910 11039 xfce optional 
exo_0.3.107-1.debian.tar.gz
 c53080d903a815732b21f1a4c8273d50 459752 libdevel optional 
libexo-0.3-dev_0.3.107-1_amd64.deb
 93b0aabf624a31742b98a7f921b57216 562504 libs optional 
libexo-0.3-0_0.3.107-1_amd64.deb
 e381f661f6b4971bd559eb9ed6de8e58 130468 xfce optional 
exo-utils_0.3.107-1_amd64.deb
 3170a7413397e3b97830b88ba90d8b09 466922 debug extra 
libexo-0.3-0-dbg_0.3.107-1_amd64.deb
 82cc405e7305a4f503f8281dbcc1c84e 202776 debug extra 
exo-utils-dbg_0.3.107-1_amd64.deb
 db3b71b2afdb3de09bfd101d3d08c7c3 1346290 libs extra 
libexo-common_0.3.107-1_all.deb

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

iQIcBAEBCgAGBQJL+RJ0AAoJEDBVD3hx7wuoXugP/359Yz7usyXfNUoA3J48m9JL
yIerOKrcfEN4mOZaMIwBxpy41jGoSYbryJ1+j66Se2iM0Bylka7w4xJo7rKca8TE
1IAwJFkNrdviwnukCy0c89BJ1RwCbibF+6a8tGTDq8jJA0kFQ4HbhPQknVUHv4QS
BjYougqxTXphS3oknayCXxULe3ePDtBkVpMXwF4FPsjAqf5FnKoBc9lX1MxUPMJK
h1/Uj+djyXaHRdHTa6DJ9B9N38KG0D0TaL9s4XXZMyPLhN8XYlHewc0S3+ayMgZC
hCRy6o/DmvpzUn/CutFd+v4sztAM4Hbt83qaM0r5hZb8XNrwUHVe3frcWHSLummZ
8lk2BvilJroUK8k6mog6D8jUbvl6NP83xVTKmr5u5zTshCx8eID8XNi1cOlRyUXa
rPt5Aq0Pk8me9nUdualdc7OepIkQ+7b9ZP8r7ArZl0tmOkhQUGYNNnd0L6Dwq9pm
e1V8dZ2pCTyffAOj8npS3ub5lq5dypiszA0EuFuoqujbXvm0Vj/avU6B8W0RnLaw
XU+TJt6eP0tRXrnNLgiQhqUz9NuTH6xGTwrgy/zf9lUhIBLcNXL+dDvGYlC7clWH
Lo+eFaE17ZAknpXwp/AHhMTTUGcR0545fifKi+lKMjMUGMQRgkcrQCchVmm5y5bM
goSqj0QK1N6oz9gu6QX6
=qpom
-END PGP SIGNATURE-


Accepted:
exo-utils-dbg_0.3.107-1_amd64.deb
  to main/e/exo/exo-utils-dbg_0.3.107-1_amd64.deb
exo-utils_0.3.107-1_amd64.deb
  to main/e/exo/exo-utils_0.3.107-1_amd64.deb
exo_0.3.107-1.debian.tar.gz
  to main/e/exo/exo_0.3.107-1.debian.tar.gz
exo_0.3.107-1.dsc
  to main/e/exo/exo_0.3.107-1.dsc
exo_0.3.107.orig.tar.gz
  to main/e/exo/exo_0.3.107.orig.tar.gz
libexo-0.3-0-dbg_0.3.107-1_amd64.deb
  to main/e/exo/libexo-0.3-0-dbg_0.3.107-1_amd64.deb
libexo-0.3-0_0.3.107-1_amd64.deb
  to main/e/exo/libexo-0.3-0_0.3.107-1_amd64.deb
libexo-0.3-dev_0.3.107-1_amd64.deb
  to main/e/exo/libexo-0.3-dev_0.3.107-1_amd64.deb
libexo-common_0.3.107-1_all.deb
  to main/e/exo/libexo-common_0.3.107-1_all.deb


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

Accepted libtemplate-perl 2.22-0.1 (source all amd64)

2010-05-23 Thread Laurent Bigonville
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 11 May 2010 23:46:27 +0200
Source: libtemplate-perl
Binary: libtemplate-perl libtemplate-perl-doc
Architecture: source amd64 all
Version: 2.22-0.1
Distribution: unstable
Urgency: low
Maintainer: Benjamin Mako Hill m...@debian.org
Changed-By: Laurent Bigonville bi...@debian.org
Description: 
 libtemplate-perl - template processing system written in perl
 libtemplate-perl-doc - documentation for libtemplate-perl (template toolkit)
Closes: 545553
Changes: 
 libtemplate-perl (2.22-0.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * New upstream release (Closes: #545553)
   * debian/control:
 - Bump Standards-Version to 3.8.4
 - Add Homepage field
 - Bump minimal debhelper version to 7
 - Bump {build-}dependency version on libappconfig-perl
 - Add ${misc:Depends} dependencies
 - Remove Conflicts/Replaces: libtemplate-stash-perl
   * Use '3.0 (quilt)' source format
   * debian/rules: Use debhelper 7 magic
   * Add debian/watch file
   * Add debian/libtemplate-perl.docs to install README and other stuffs
Checksums-Sha1: 
 7f47526b9ae8dec4934acb9babdca98f4ec19fb3 1749 libtemplate-perl_2.22-0.1.dsc
 1b9ed929da28ac43d02ad24fdcae1b5ce6a3d3b8 1409347 
libtemplate-perl_2.22.orig-html.tar.gz
 5e553cdb97a594e0d81c5bd7c9b5664f963ffa4f 492219 
libtemplate-perl_2.22.orig.tar.gz
 d717cb63c344530e1fd50f3fcf275f354e0b470e 4059 
libtemplate-perl_2.22-0.1.debian.tar.gz
 517a02f549f27e824cd806b27d82a8d15914973d 666996 
libtemplate-perl_2.22-0.1_amd64.deb
 35c789a4f55b6a05680bba48bbc516fc150c5199 920884 
libtemplate-perl-doc_2.22-0.1_all.deb
Checksums-Sha256: 
 8ef12732822a0ba753a1954355c95a53a8c7086fe8ef6b39595f30045b341c35 1749 
libtemplate-perl_2.22-0.1.dsc
 61e2aad6a5708a536b715b1b15c3e93f64a334dcdfb2e3e7cde28a787228281b 1409347 
libtemplate-perl_2.22.orig-html.tar.gz
 a35e93f8b421caa26c3746d64a04b9c6501a036c0163e46e41a00ee2aa597a08 492219 
libtemplate-perl_2.22.orig.tar.gz
 a2efddbaca26418ef31b8b7fd4027ed09593e0e475e4b4fc8d2a5ff30c2a0a59 4059 
libtemplate-perl_2.22-0.1.debian.tar.gz
 0308e2d826a3d8d402899c5b9e82c7ca1bb065e84d272c2d0fd8d65c9e271339 666996 
libtemplate-perl_2.22-0.1_amd64.deb
 7231f2da448fc34c00c80c001a789be66a7a3c6bc751a7c201cca4bc42ff1411 920884 
libtemplate-perl-doc_2.22-0.1_all.deb
Files: 
 786605600fb133e2246129130a78999a 1749 perl optional 
libtemplate-perl_2.22-0.1.dsc
 587d909170fd7dcbe8a51485c49fa3e0 1409347 perl optional 
libtemplate-perl_2.22.orig-html.tar.gz
 d98277f6420e5da6b93d99a8db2b3934 492219 perl optional 
libtemplate-perl_2.22.orig.tar.gz
 07fb6cb304a2c1a0f376f919c1d99414 4059 perl optional 
libtemplate-perl_2.22-0.1.debian.tar.gz
 7a40f36c8669bb82ccf4b816c85438aa 666996 perl optional 
libtemplate-perl_2.22-0.1_amd64.deb
 b8cfc5bf6985569f3caf6c0100c08fb9 920884 doc optional 
libtemplate-perl-doc_2.22-0.1_all.deb

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

iQEcBAEBCAAGBQJL7891AAoJEB/FiR66sEPV9XkH/0XyJcD94Di+rmvD1OnYYssL
qM3g68R6PAcd9wqY+0JfZzvX14iJ692fgMdR7EByfNvJIrctj+yOBN3uG+oC5JFC
9c3x6X1eH5/yKdSyZFPuR+DWcQi2rOVaXxo52TL0WEsPR9lankvvcUvI9aHBjXSk
HLkEk2uSOsFKqOMLgRU6cwn0lYr1U0/H87Q/Myuia7E7f6/+Al/t2YOeJ3lQHYin
TNTlszsvXrf4DI1bWgGzK1FXfCC8hrjBrdBqxwSsOST+gmMG2/g+APzO3fcbSrSx
xZ4c8hOGs6yX6FFD8l4llIfEJoQNWLH7oTM9rNosMl9UPvJZThD7Eg3lRKDE0gY=
=BpXT
-END PGP SIGNATURE-


Accepted:
libtemplate-perl-doc_2.22-0.1_all.deb
  to main/libt/libtemplate-perl/libtemplate-perl-doc_2.22-0.1_all.deb
libtemplate-perl_2.22-0.1.debian.tar.gz
  to main/libt/libtemplate-perl/libtemplate-perl_2.22-0.1.debian.tar.gz
libtemplate-perl_2.22-0.1.dsc
  to main/libt/libtemplate-perl/libtemplate-perl_2.22-0.1.dsc
libtemplate-perl_2.22-0.1_amd64.deb
  to main/libt/libtemplate-perl/libtemplate-perl_2.22-0.1_amd64.deb
libtemplate-perl_2.22.orig-html.tar.gz
  to main/libt/libtemplate-perl/libtemplate-perl_2.22.orig-html.tar.gz
libtemplate-perl_2.22.orig.tar.gz
  to main/libt/libtemplate-perl/libtemplate-perl_2.22.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/e1og9et-0002xz...@ries.debian.org



Accepted xfce4-settings 4.6.5-1 (source amd64)

2010-05-23 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 May 2010 13:33:54 +0200
Source: xfce4-settings
Binary: xfce4-settings
Architecture: source amd64
Version: 4.6.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez cor...@debian.org
Description: 
 xfce4-settings - graphical application for managing Xfce settings
Closes: 556701
Changes: 
 xfce4-settings (4.6.5-1) unstable; urgency=low
 .
   * New upstream release:
 - fix FTBFS with binutils-gold. closes: #556701
   * Switch to 3.0 (quilt) format.
   * debian/control:
 - drop quilt build-dep.
   * debian/rules:
 - drop quilt addon.
   * debian/patches:
 - 0001-Port-to-libxklavier-5.0-API dropped, included upstream.
Checksums-Sha1: 
 739d0b08c34453b34f671b1ab7d1b88e429a82f5  xfce4-settings_4.6.5-1.dsc
 feb69c7f051b6597f028eca53e20f3c2b157c616 829713 
xfce4-settings_4.6.5.orig.tar.gz
 491e6c16744d13bc93414abbbeb32ba7153be6e5 4683 
xfce4-settings_4.6.5-1.debian.tar.gz
 dc66823d1c512b9b612aacf5672793a19616d9c2 336914 
xfce4-settings_4.6.5-1_amd64.deb
Checksums-Sha256: 
 48454978ee8fb6f16997efa969b3ac2b37e216718741ca6a33aa99caa1121191  
xfce4-settings_4.6.5-1.dsc
 18fc5666ebcf00bd5f5e42605478978010128233c8c3eb4e85076f12f1bc6df8 829713 
xfce4-settings_4.6.5.orig.tar.gz
 8c16161280c343c5c5836ca9fc95f0126240a484bf50fd91fefec68c4da238c3 4683 
xfce4-settings_4.6.5-1.debian.tar.gz
 1de04034f721b4117f1b3c98b6e7c6747f97f674802c37f082a7a2e6da2a04bc 336914 
xfce4-settings_4.6.5-1_amd64.deb
Files: 
 1a8f1e6d9c4fb5be82ad0b57b702e2ab  xfce optional xfce4-settings_4.6.5-1.dsc
 1cb04ed6c882b198c20b37df8112e738 829713 xfce optional 
xfce4-settings_4.6.5.orig.tar.gz
 877c0a27d736476156d83ea9a7dd7966 4683 xfce optional 
xfce4-settings_4.6.5-1.debian.tar.gz
 d4eed6f46910082a2ce7ee68b7365821 336914 xfce optional 
xfce4-settings_4.6.5-1_amd64.deb

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

iQIcBAEBCgAGBQJL+RQyAAoJEDBVD3hx7wuooCQQAIqAfzAIpC3PX3Omg0SN2nbI
hY45HoBD2bnsVvfMT/tPkIYx8UIRVOjHzt0fU/aKfNRpkMNyZUixeSTIVfZeLDk9
y35xBwK5CfvuKvwS+OB5ijIFLK6xzlje6fcAUDVZUL7m3PqBN1V7NkKl+TXco7k6
Yl7+nCevlUO+ZE2SHBS0j9EPa9tMZiCAltbKoeVPSjxG4X+MVxDp2OkQ8Z3iL959
PAKHWiah849bnoPjn/1GOn9Pa6ORjjq58BVlBaqUSmRyI9qWLpm2DNC1iZctMlHp
iiQNfRsynM3XJ8mIsj31kNUP16FtXCxGzVYM5ENgtQauDK+Cs/peDXci1J04g0WA
eU/Syq8GvEVDK5hzATWW1M2Wh+tbK4wTp308cii0p8maGw70DgoqzGr8ej+/3yW+
yzRS9NseRztA2bgNc60bKYd9w3/0T1t1znH/IPvU3pvCAkfn2Jgg23D1J33h3AOO
J9Jb7ll6oEJSGZsdwNOAnguX1yMIMZ9X7n86LWzeSzhBloECrHguqpFks/BrjlaI
QRyr6tv/HmhOWNgLIzQIflC2vaj0lyaIt9q+atQ9vnam+otcVDShMg/YBpUi9hoR
OyVbGDjMuKAbKa1oShHNn03I1tLEiWT6RKcj8xPuw0QlLFGB1HdFSBi1ojVGFG6/
AcW9gOy/swRBCtSMNXnz
=VsrV
-END PGP SIGNATURE-


Accepted:
xfce4-settings_4.6.5-1.debian.tar.gz
  to main/x/xfce4-settings/xfce4-settings_4.6.5-1.debian.tar.gz
xfce4-settings_4.6.5-1.dsc
  to main/x/xfce4-settings/xfce4-settings_4.6.5-1.dsc
xfce4-settings_4.6.5-1_amd64.deb
  to main/x/xfce4-settings/xfce4-settings_4.6.5-1_amd64.deb
xfce4-settings_4.6.5.orig.tar.gz
  to main/x/xfce4-settings/xfce4-settings_4.6.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/e1og9ed-0002br...@ries.debian.org



Accepted haskell-hsx 0.6.2-2 (source all amd64)

2010-05-23 Thread Giovanni Mascellani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 21 May 2010 23:55:52 +0200
Source: haskell-hsx
Binary: libghc6-hsx-dev libghc6-hsx-prof libghc6-hsx-doc
Architecture: source all amd64
Version: 0.6.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Giovanni Mascellani mascell...@poisson.phc.unipi.it
Description: 
 libghc6-hsx-dev - Haskell support for XML in source code - GHC 6 libraries
 libghc6-hsx-doc - Haskell support for XML in source code - documentation
 libghc6-hsx-prof - Haskell support for XML in source code - GHC 6 profiling 
librarie
Closes: 581917
Changes: 
 haskell-hsx (0.6.2-2) unstable; urgency=low
 .
   * Installing trhsx. (closes: #581917)
Checksums-Sha1: 
 6ed8e1a26524a6b0285ac7eeef50cea15db50409 1631 haskell-hsx_0.6.2-2.dsc
 7d41875526c51dfb0b0a9728701edcfab7ce6e78 2607 haskell-hsx_0.6.2-2.debian.tar.gz
 86cc32ce43fccf81cd95cd82d365be8da23828ac 53718 libghc6-hsx-doc_0.6.2-2_all.deb
 58cce1e18d31390d6acda7a86aaa4eb5b34ae2e9 1561060 
libghc6-hsx-dev_0.6.2-2_amd64.deb
 a920fe56eb68b069ae1f360d4d6ad1ccf7e7b58f 206474 
libghc6-hsx-prof_0.6.2-2_amd64.deb
Checksums-Sha256: 
 5f9e317caf21d844ae3ac8a0f128c59754830c6301da99061d3c7d9350bea666 1631 
haskell-hsx_0.6.2-2.dsc
 ed384eded1bf29c5a66f8e045429a0f9ee3cb38ab684745facecf5b9524fb893 2607 
haskell-hsx_0.6.2-2.debian.tar.gz
 41e4f64b5e0cf55753237a688e0ea7e15909503c03303849f76c566c7639012e 53718 
libghc6-hsx-doc_0.6.2-2_all.deb
 34dba78e40a2bc808116375e3e58e1647d3c496323b6754b0da2572ffe1e4cdd 1561060 
libghc6-hsx-dev_0.6.2-2_amd64.deb
 3c472e5e9b3329026213e073b8b8da52d6d9085fb74f5c2fed517da3fdf0d488 206474 
libghc6-hsx-prof_0.6.2-2_amd64.deb
Files: 
 69c31b69c546af8f19ad4d9a7df9127a 1631 haskell extra haskell-hsx_0.6.2-2.dsc
 cd13574619a368c27a84c61b7a087b35 2607 haskell extra 
haskell-hsx_0.6.2-2.debian.tar.gz
 16ff3fb06885466107ca7acd887e34ec 53718 doc extra 
libghc6-hsx-doc_0.6.2-2_all.deb
 0974522afd608c269415191be480febd 1561060 haskell extra 
libghc6-hsx-dev_0.6.2-2_amd64.deb
 018f9b957b64b0ba8f19fb6058365491 206474 haskell extra 
libghc6-hsx-prof_0.6.2-2_amd64.deb

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

iEYEARECAAYFAkv5FTAACgkQ9ijrk0dDIGyJcQCfTgbMWJfXai+CUUtUyPoMWXN1
9OYAoMvoL6mCr9pmyGnL/Xz6rq7Z5WwI
=aMq1
-END PGP SIGNATURE-


Accepted:
haskell-hsx_0.6.2-2.debian.tar.gz
  to main/h/haskell-hsx/haskell-hsx_0.6.2-2.debian.tar.gz
haskell-hsx_0.6.2-2.dsc
  to main/h/haskell-hsx/haskell-hsx_0.6.2-2.dsc
libghc6-hsx-dev_0.6.2-2_amd64.deb
  to main/h/haskell-hsx/libghc6-hsx-dev_0.6.2-2_amd64.deb
libghc6-hsx-doc_0.6.2-2_all.deb
  to main/h/haskell-hsx/libghc6-hsx-doc_0.6.2-2_all.deb
libghc6-hsx-prof_0.6.2-2_amd64.deb
  to main/h/haskell-hsx/libghc6-hsx-prof_0.6.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/e1og9st-00043v...@ries.debian.org



Accepted xfce4-panel 4.6.4-1 (source amd64)

2010-05-23 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 May 2010 13:40:56 +0200
Source: xfce4-panel
Binary: xfce4-panel xfce4-panel-dev xfce4-panel-dbg
Architecture: source amd64
Version: 4.6.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez cor...@debian.org
Description: 
 xfce4-panel - The Xfce4 desktop environment panel
 xfce4-panel-dbg - debugging informations for xfce4-panel
 xfce4-panel-dev - The Xfce4 panel development files
Changes: 
 xfce4-panel (4.6.4-1) unstable; urgency=low
 .
   [Stefan Ott]
   * debian/watch edited to track Xfce archive reorganisation.
 .
   [Yves-Alexis Perez]
   * New upstream release.
   * debian/xfce4-panel.shlibs
 - conflicts against development panel.
   * Switch to 3.0 (quilt) source format.
   * debian/rules:
 - switch to debhelper 7.
   * debian/control:
 - update standards version to 3.8.4.
 - update debhelper build-dep for overrides.
Checksums-Sha1: 
 fd6428d128728e627e48126625690c87fc0a8988 2199 xfce4-panel_4.6.4-1.dsc
 d1e678ad228f3a5d95bac317f65e18507c1c53b4 1192929 xfce4-panel_4.6.4.orig.tar.gz
 dd29c5289739346f806b1bab617c52b991c7dcd6 8251 xfce4-panel_4.6.4-1.debian.tar.gz
 93646daa2a0f02ae4ee7dc8173d34bf17db09d07 629688 xfce4-panel_4.6.4-1_amd64.deb
 f79e082abd9737c8db7afcfb4a45cd31f535ee15 190584 
xfce4-panel-dev_4.6.4-1_amd64.deb
 98910ea781477b110a5948b768d6e54bc1ffed63 669886 
xfce4-panel-dbg_4.6.4-1_amd64.deb
Checksums-Sha256: 
 b209e6462a3a74102c3b80dd560b07e1d2ec94836a07ec0e8d9dace4bb2e20fc 2199 
xfce4-panel_4.6.4-1.dsc
 9e890dd7bcf1982f5b2e3fbfae2e2a3d125d6cb69c6c8c7c094290ea68c5e9bd 1192929 
xfce4-panel_4.6.4.orig.tar.gz
 0997e36fdcf4892ddb53a1617638fc529bc24ceb6037954b3ef16092dc5f0d1e 8251 
xfce4-panel_4.6.4-1.debian.tar.gz
 c084ec2b5e7d3db32de26cd39a6c2be80abb440a5ab63724167f38102f7a5b4f 629688 
xfce4-panel_4.6.4-1_amd64.deb
 87d4550067010b3935a576278f86f8a2c97d6f52bb43e4ab4b6cc6ffdbf6c0b7 190584 
xfce4-panel-dev_4.6.4-1_amd64.deb
 0d1d01e672432e84fec026089d1c67261e6ae2ea018ba047d1ce89a23aac 669886 
xfce4-panel-dbg_4.6.4-1_amd64.deb
Files: 
 4fabc94d94862ad1ac8a77ff14cf0e07 2199 xfce optional xfce4-panel_4.6.4-1.dsc
 caeead45c4534a3fb1893515a8b57da7 1192929 xfce optional 
xfce4-panel_4.6.4.orig.tar.gz
 1e843d651d414edc855787a2104dc616 8251 xfce optional 
xfce4-panel_4.6.4-1.debian.tar.gz
 7f7cfbd47182908fd2f3a5e8aa59dd7b 629688 xfce optional 
xfce4-panel_4.6.4-1_amd64.deb
 809a21031b44cafc3368f74ae787a564 190584 xfce optional 
xfce4-panel-dev_4.6.4-1_amd64.deb
 3ae7ecaa022ccd7b7d6623b9f989357b 669886 debug extra 
xfce4-panel-dbg_4.6.4-1_amd64.deb

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

iQIcBAEBCgAGBQJL+RXGAAoJEDBVD3hx7wuocXMQAMTjIlEXU4kwsVR1aF54Uasj
2sliUc/zy3uo6UlMCXQKjAr1fvOcS54n/O/ZlavMdLdA18NkFEVMLOY7C2Bw/nz8
ZPI4jSr36Sba+x8eLEe+Z/2+VZEf8UW/lXCYULH6tB9S2pJmLLK717/CkNxEXrje
UyMs1FEES3oikyspgdr99UISlaN1pSfjRBishdnFVnTiR9E4vmyAd3IW/eNr86Cc
Fw3spAvJ1BYJuG3TMbrXyjBQCjVpbWwJPZttwJSeYZnjytwKHGkVNcR4mD3Seen9
NApRM+k4Y3wYaIulBTL2RLlDSYDsG4v88hRAM1GxQPhJzBnKGzwphIO/bf1YVBMM
fw4H6V2fm7tmsKErDXXYOIyJ46lJ6zHumHhJaGC7Uuf2G+B6iw6zEkNoX/iD+EEx
+XXskpAv2Pshi/QHEdEQeeA4P0axtLCjcGSJ4SFQV+B/jMkZpGqiFs6iCkStEMtw
YTiECXlEtClSneUb0qA9tbQv8jp8YvIKYrqc/TsGQIUMRVbqWyHGZj7pvVZDjcXW
FUKjflndGLtT79gWm/Y88gkeH0QnLULPHW5Zmdiugb5vKj8KydHkeVLTO7XkJqIy
HFHMtzyrRZaCWJoze85KvdMDfgXLRE3/84ld4O7YQG99m5KwJ9I0Sn7yBBl69iyR
zgbcPIBYUhvSp0HyuSgV
=ogpU
-END PGP SIGNATURE-


Accepted:
xfce4-panel-dbg_4.6.4-1_amd64.deb
  to main/x/xfce4-panel/xfce4-panel-dbg_4.6.4-1_amd64.deb
xfce4-panel-dev_4.6.4-1_amd64.deb
  to main/x/xfce4-panel/xfce4-panel-dev_4.6.4-1_amd64.deb
xfce4-panel_4.6.4-1.debian.tar.gz
  to main/x/xfce4-panel/xfce4-panel_4.6.4-1.debian.tar.gz
xfce4-panel_4.6.4-1.dsc
  to main/x/xfce4-panel/xfce4-panel_4.6.4-1.dsc
xfce4-panel_4.6.4-1_amd64.deb
  to main/x/xfce4-panel/xfce4-panel_4.6.4-1_amd64.deb
xfce4-panel_4.6.4.orig.tar.gz
  to main/x/xfce4-panel/xfce4-panel_4.6.4.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/e1og9u1-0004jo...@ries.debian.org



Accepted xfce4-utils 4.6.2-1 (source amd64)

2010-05-23 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 May 2010 13:48:43 +0200
Source: xfce4-utils
Binary: xfce4-utils
Architecture: source amd64
Version: 4.6.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez cor...@debian.org
Description: 
 xfce4-utils - Various tools for Xfce
Changes: 
 xfce4-utils (4.6.2-1) unstable; urgency=low
 .
   [ Stefan Ott ]
   * debian/watch edited to track Xfce archive reorganisation.
 .
   [ Yves-Alexis Perez ]
   * New upstream release.
   * debian/control:
 - update standards version to 3.8.4.
 - add ${misc:Depends} to Depends.
 - update debhelper build dep for overrides.
   * Switch to 3.0 (quilt) source format.
   * debian/rules:
 - switch to tiny debhelper 7 rules.
   * debian/manpages: install manpages for scripts from dh_installman.
   * debian/docs: install docs from dh_installdocs.
   * debian/patches:
 - 04_debianize-scripts added, add iceweasel to browser list, use Thunar
   instead of xftree as filemanager.
Checksums-Sha1: 
 f1375887a92938684cd9ea21a6f67675347d6213 2068 xfce4-utils_4.6.2-1.dsc
 2895bec6ae14f6b202cdd942617029d4fee66d48 758467 xfce4-utils_4.6.2.orig.tar.gz
 c1e6c03dba821e9f8affcca97376981380febdff 9893 xfce4-utils_4.6.2-1.debian.tar.gz
 eebbda929b413944df58036c9c17fbb577644689 380682 xfce4-utils_4.6.2-1_amd64.deb
Checksums-Sha256: 
 056b41f8027651d35965906f85a15b76647fc68cdbb1b39039b435e565e355f7 2068 
xfce4-utils_4.6.2-1.dsc
 bca5a702162dc29c4b4c493a04d0d5ed01de204c34a76cb048037ceeef1f8a8d 758467 
xfce4-utils_4.6.2.orig.tar.gz
 afd4f989a8a051ddcea4c47d5bf7041e8ce01f365755c4a85e39ea957ed7b0f8 9893 
xfce4-utils_4.6.2-1.debian.tar.gz
 e00e33b989e2a1a80b39295d93d9d180b6cd5888c8b1dd01f7379771e19c327e 380682 
xfce4-utils_4.6.2-1_amd64.deb
Files: 
 9472e5c8fd3a5baacaea5f1721b98a6d 2068 xfce optional xfce4-utils_4.6.2-1.dsc
 a4839a247363053860f7135b22f184bc 758467 xfce optional 
xfce4-utils_4.6.2.orig.tar.gz
 d3186d3ae9a6eaa68bd56d15a01106fb 9893 xfce optional 
xfce4-utils_4.6.2-1.debian.tar.gz
 bc887a931a7aba61f0346e2d5fe02e99 380682 xfce optional 
xfce4-utils_4.6.2-1_amd64.deb

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

iQIcBAEBCgAGBQJL+Rd/AAoJEDBVD3hx7wuoA+AQANF4+Lfb7hV1of7weN8aiViV
p3W3cKFbk2xPYP9A47vtV9WuZQ91S1xAUc2T8CykeHAfEmCMHbswlocN0gU+TLrA
hZYRON7HV6RzdiF3j/U9A2ZqxNYCwZ6UGEFZ3ImfhNCvTgn2q+uXnAk47GE+r9QK
Ep4TLaP5TyCauQaqwCjco6Ao1I0lKvx4kQlEx76N+49QV04A+IEbWSzJC5Kv46Ls
fx4HMEz1L+rw8m93kCa3u5d09jM/bttNEfSPhdm3AMcuB83DcuziM6FoXslO5NNX
Gz+7UY6uBI2BqHBMQz12nLYm41jWuHmn3RlJ0kyNSX1cH7rNYomkODBpFHb7sd9o
nwbLM3cU3Xe8KaEt2X1jVQTXcVfU22iwxyzg/Cy7AQZdHF+0T4J+6yoSYLS61sg2
oGx04csTuZotyzbPrKJyw/DJ80sMIW7vw2/1dBkrNjbO0dy393KoxFqG2YZUGonQ
mBZ7vxGvPuqZmMkMW9Rp+RrbIwF6MYHa74UbpgZOky+LiDr8NUJ0RGFahNKBMudP
Tvqlgcs532nJPuHM1V+P1MixohZyz32gPn8rTNRuKjYd1aUEUkiaVU44GNtYRY9N
5rYkeKMvRIdstvz1wL+O5pnrIVeXG01CWvGHQ34NphJCqAwAwaxxLv21MrcJyfJu
1WzX9r6BcCtIIIqnF/17
=9+6e
-END PGP SIGNATURE-


Accepted:
xfce4-utils_4.6.2-1.debian.tar.gz
  to main/x/xfce4-utils/xfce4-utils_4.6.2-1.debian.tar.gz
xfce4-utils_4.6.2-1.dsc
  to main/x/xfce4-utils/xfce4-utils_4.6.2-1.dsc
xfce4-utils_4.6.2-1_amd64.deb
  to main/x/xfce4-utils/xfce4-utils_4.6.2-1_amd64.deb
xfce4-utils_4.6.2.orig.tar.gz
  to main/x/xfce4-utils/xfce4-utils_4.6.2.orig.tar.gz


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



Accepted pdns 2.9.22-5 (source all amd64)

2010-05-23 Thread Matthijs Mohlmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 May 2010 13:18:25 +0200
Source: pdns
Binary: pdns-server pdns-doc pdns-backend-pipe pdns-backend-ldap 
pdns-backend-geo pdns-backend-mysql pdns-backend-pgsql pdns-backend-sqlite 
pdns-backend-sqlite3
Architecture: source amd64 all
Version: 2.9.22-5
Distribution: unstable
Urgency: low
Maintainer: Matthijs Mohlmann matth...@cacholong.nl
Changed-By: Matthijs Mohlmann matth...@cacholong.nl
Description: 
 pdns-backend-geo - geo backend for PowerDNS
 pdns-backend-ldap - LDAP backend for PowerDNS
 pdns-backend-mysql - generic MySQL backend for PowerDNS
 pdns-backend-pgsql - generic PostgreSQL backend for PowerDNS
 pdns-backend-pipe - pipe/coprocess backend for PowerDNS
 pdns-backend-sqlite - sqlite backend for PowerDNS
 pdns-backend-sqlite3 - sqlite backend for PowerDNS
 pdns-doc   - PowerDNS manual
 pdns-server - extremely powerful and versatile nameserver
Closes: 580819
Changes: 
 pdns (2.9.22-5) unstable; urgency=low
 .
   * Fix FTBFS on hurd
   * Should-Start / Should-Stop added for slapd, mysql and postgresql
 Thanks to Petter Reinholdtsen (Closes: #580819)
Checksums-Sha1: 
 2e74cf841c29f0c1e17f7dde2deba3eac5d21047 1446 pdns_2.9.22-5.dsc
 b448e31457b71891c6cc0f890653c21667d4e523 36551 pdns_2.9.22-5.debian.tar.gz
 2f4b12afb08b80f432fdd7760327c1795785b7b2 803218 pdns-server_2.9.22-5_amd64.deb
 120c243d9b6384babb187a622eb80a977bad2bbe 81418 
pdns-backend-pipe_2.9.22-5_amd64.deb
 4936965df4b48838b7f256dcd10e8d07bd447d8a 282696 
pdns-backend-ldap_2.9.22-5_amd64.deb
 a39190bc03bad1760ad280d00bba5919c691ef5c 103432 
pdns-backend-geo_2.9.22-5_amd64.deb
 727d03840e4bb3c472bd838154613f88617b04bd 63760 
pdns-backend-mysql_2.9.22-5_amd64.deb
 a84d19b3e043b55dde5abea9936af78b6f4e6bd8 66620 
pdns-backend-pgsql_2.9.22-5_amd64.deb
 81708d3958d3e28fbcc67ca81551db2b94c1de01 61198 
pdns-backend-sqlite_2.9.22-5_amd64.deb
 9cfb82fd875946990bf20cf875d967689be0d99b 61116 
pdns-backend-sqlite3_2.9.22-5_amd64.deb
 9006cb381a5328f3f006c14d033cb13549cb3464 192518 pdns-doc_2.9.22-5_all.deb
Checksums-Sha256: 
 fad399e8b0c6dec8f2290b007a9d0c15c08026558008028d4ed2819e7e1e1a4f 1446 
pdns_2.9.22-5.dsc
 583ce16030c929293481f1d0d5ea111039830388c577429e76468eab6a95fb6d 36551 
pdns_2.9.22-5.debian.tar.gz
 2da14df4aec4bdaf9b6a4a321a8c3c0981b5b61833a4fe03d3b9e8268049c107 803218 
pdns-server_2.9.22-5_amd64.deb
 384f9893eeca9b13f97b2978786650f5b1c72402560b81d6b7404f661c198b3d 81418 
pdns-backend-pipe_2.9.22-5_amd64.deb
 bd4b40d5c522dd6501d51ad9f9bfb6d5682cc7fbffd2ededa66a3034282e73ef 282696 
pdns-backend-ldap_2.9.22-5_amd64.deb
 e41c1f71147609d127bfdb230bc9ddf6ab54557d32da811b368f202b0e265248 103432 
pdns-backend-geo_2.9.22-5_amd64.deb
 074faa9309563a228f43698272d9cc263931ccc1e579f49279d16b4b4af5351b 63760 
pdns-backend-mysql_2.9.22-5_amd64.deb
 ba10022adb06f3d197fbc4318d95c222ee491c3214fa5482d046f7784bd6eb7d 66620 
pdns-backend-pgsql_2.9.22-5_amd64.deb
 033ffa9b722afba72c75bc601bf81e5cb1858363b7b49320488bc7adc8b44cb8 61198 
pdns-backend-sqlite_2.9.22-5_amd64.deb
 7a1a8ecd8842a563cdf4a2713e13b50923ae3466a0ec2f27adaea71e65022896 61116 
pdns-backend-sqlite3_2.9.22-5_amd64.deb
 9700a3598cdfbef81678914265ec38de1c8221cce3e73433f884b5f0a502f862 192518 
pdns-doc_2.9.22-5_all.deb
Files: 
 904ede780f475ec571ab7abb7951403b 1446 net extra pdns_2.9.22-5.dsc
 29646d1d55098399618ffaf1a74deedc 36551 net extra pdns_2.9.22-5.debian.tar.gz
 3d13021df020e1f809866c6a0212d5eb 803218 net extra 
pdns-server_2.9.22-5_amd64.deb
 f98ee7ab228d634dd5be804a4a005c6a 81418 net extra 
pdns-backend-pipe_2.9.22-5_amd64.deb
 157f3a0f3e651303170441574dcdd1ac 282696 net extra 
pdns-backend-ldap_2.9.22-5_amd64.deb
 c063666853fbee20aa7106a53acee08d 103432 net extra 
pdns-backend-geo_2.9.22-5_amd64.deb
 63d9541abae0981998fd5e7452c99642 63760 net extra 
pdns-backend-mysql_2.9.22-5_amd64.deb
 3e6b50807bc0ed23aa44f8156ebeffd2 66620 net extra 
pdns-backend-pgsql_2.9.22-5_amd64.deb
 8d613e22ad054aa3cedb21db84be251c 61198 net extra 
pdns-backend-sqlite_2.9.22-5_amd64.deb
 3884267979f3b30057f6ab423ed6024e 61116 net extra 
pdns-backend-sqlite3_2.9.22-5_amd64.deb
 6d46f0a03ef4d6b26f926885a9cdc679 192518 doc extra pdns-doc_2.9.22-5_all.deb

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

iEYEARECAAYFAkv5GO8ACgkQ2n1ROIkXqbCv7gCePMTMvCizW0G+hFPGEu4hriKJ
uIYAnRJHzHE1+1yBfbnj8jfPvB5U/fI0
=Dk7t
-END PGP SIGNATURE-


Accepted:
pdns-backend-geo_2.9.22-5_amd64.deb
  to main/p/pdns/pdns-backend-geo_2.9.22-5_amd64.deb
pdns-backend-ldap_2.9.22-5_amd64.deb
  to main/p/pdns/pdns-backend-ldap_2.9.22-5_amd64.deb
pdns-backend-mysql_2.9.22-5_amd64.deb
  to main/p/pdns/pdns-backend-mysql_2.9.22-5_amd64.deb
pdns-backend-pgsql_2.9.22-5_amd64.deb
  to main/p/pdns/pdns-backend-pgsql_2.9.22-5_amd64.deb
pdns-backend-pipe_2.9.22-5_amd64.deb
  to main/p/pdns/pdns-backend-pipe_2.9.22-5_amd64.deb
pdns-backend-sqlite3_2.9.22-5_amd64.deb
  to main/p/pdns/pdns-backend-sqlite3_2.9.22-5_amd64.deb

Accepted xfce4-session 4.6.2-1 (source amd64)

2010-05-23 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 May 2010 13:55:01 +0200
Source: xfce4-session
Binary: xfce4-session
Architecture: source amd64
Version: 4.6.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez cor...@debian.org
Description: 
 xfce4-session - Xfce4 Session Manager
Closes: 525499
Changes: 
 xfce4-session (4.6.2-1) unstable; urgency=low
 .
   [Stefan Ott]
   * debian/watch edited to track Xfce archive reorganisation.
 .
   [Yves-Alexis Perez]
   * New upstream release:
 - fix wrong caption in german translation   closes: #525499
   * debian/README.Debian:
 - add precisions about ConsoleKit/PolicyKit setup.
   * debian/control:
 - update standards version to 3.8.4.
 - drop build-dep on quilt.
 - add dep on ${misc:Depends}.
 - update debhelper build-dep for overrides.
   * Switch to 3.0 (quilt) source format.
   * debian/rules:
 - drop quilt rules.
 - switch to debhelper 7 tiny rules.
 - make intltool ignore c files in .pc quilt dir.
Checksums-Sha1: 
 24382f405f8ca8ae7e710edb6c76d7740cc766b1 2229 xfce4-session_4.6.2-1.dsc
 0c3c4da02ca9a6a49d6a549e750fa53724174fda 1701397 
xfce4-session_4.6.2.orig.tar.gz
 1aeaf76b73a4bc7d6535960a546d1c15129cf62b 9296 
xfce4-session_4.6.2-1.debian.tar.gz
 a9ee98952daef99298f09c9c418991bb2f41e1f1 1147588 
xfce4-session_4.6.2-1_amd64.deb
Checksums-Sha256: 
 cec4d9e723a12e7c1965693b02ccbe61bbec27be7062e19eae03d2ff154e4425 2229 
xfce4-session_4.6.2-1.dsc
 d1ff4eb18cf651fa245e45be94eda90ba17f56766b7427af73ec4b37093c8e67 1701397 
xfce4-session_4.6.2.orig.tar.gz
 457a4b26d9fec525cd9faf70a61f7ffa7f00204f81310be3aeb1ea345a114c90 9296 
xfce4-session_4.6.2-1.debian.tar.gz
 16c963ed665022b2d32cf6813026d193f50745a7a78fa07d4109c79626f5b169 1147588 
xfce4-session_4.6.2-1_amd64.deb
Files: 
 3c85942bfb324d7222f64ad4fd3e205e 2229 xfce optional xfce4-session_4.6.2-1.dsc
 5eb4a79c08935cfdfd6f60198d7112a7 1701397 xfce optional 
xfce4-session_4.6.2.orig.tar.gz
 e69cbfd82812c0e8a3650fcecfb2432d 9296 xfce optional 
xfce4-session_4.6.2-1.debian.tar.gz
 b16d1d944dd28431381837754b59e1ad 1147588 xfce optional 
xfce4-session_4.6.2-1_amd64.deb

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

iQIcBAEBCgAGBQJL+RjgAAoJEDBVD3hx7wuoS2AP/2PI8EQo4tXUcsb+UDrofBYm
OOTS9aF/iwTZaEC0wVvVQIiYeGL2XWiWnfZrkDGH3GQGMTItLDEOn5VDfZESZ+/T
NchuVjm3YL5H+w7AuCaetq3TqKPJ16lcVHLSWhmb9Tpygq8BRPHxAViMuZYD7GzS
E/zjRUHHHZ+c8NC6LV6GxJ5cIswUGtza6Mg5rzXR6IzDtsS7c/hinbz10oY/qSt9
xEt47Cgegk6KKLMNoy/qEEs21AHpBnDzu2BpxSBULnYwc15qRuNEy05e8dnEt53D
ACNQ6RfXV3ixjIJ9K8ouvqXXBsc+4a+9k2unKPLTb0mn9sraUdEYfVq04gm3VjsM
l3IkuQbn1lpsDFBosJC4U0swEJ4u6DfDUavhxLtbi7/jX4/3dLrW0JXaxGD0NA68
kHm7/CYJYUvexd0VRTQP5k3yiBuTFHuT4MSB/W6CVRcsn3LT2ITVnXk+20xsfCO8
tKWr0URjJ7t0+5CCJA7Sgi380HaYrkJ9AdrhZuMmhW6T+/jm6lXz8MOtpy+MvjXr
VaoJnWrcwAEe33psCfD/N2wrjmQEMcU8HO82X9B9+g8rPnq1Ctbh/2aHwe9tpOKa
hLA5xKPzvPDURVHMMbW1QCxgLIrOXOkL8OK2heCaZnrAsTbtPnAq5aNUfOkSzFs0
L+vUuEVYEE11vbzd2n5W
=CDVS
-END PGP SIGNATURE-


Accepted:
xfce4-session_4.6.2-1.debian.tar.gz
  to main/x/xfce4-session/xfce4-session_4.6.2-1.debian.tar.gz
xfce4-session_4.6.2-1.dsc
  to main/x/xfce4-session/xfce4-session_4.6.2-1.dsc
xfce4-session_4.6.2-1_amd64.deb
  to main/x/xfce4-session/xfce4-session_4.6.2-1_amd64.deb
xfce4-session_4.6.2.orig.tar.gz
  to main/x/xfce4-session/xfce4-session_4.6.2.orig.tar.gz


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



Accepted xfwm4 4.6.2-1 (source amd64)

2010-05-23 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 May 2010 14:01:51 +0200
Source: xfwm4
Binary: xfwm4
Architecture: source amd64
Version: 4.6.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez cor...@debian.org
Description: 
 xfwm4  - window manager of the Xfce project
Changes: 
 xfwm4 (4.6.2-1) unstable; urgency=low
 .
   [ Stefan Ott ]
   * debian/watch edited to track Xfce archive reorganisation.
 .
   [ Yves-Alexis Perez ]
   * New upstream release.
   * debian/control
 - update standards version to 3.8.4.
 - add depends on ${misc:Depends}.
 - debhelper build-dep bumped for overrides support.
   * Switch to 3.0 (quilt) source format.
   * debian/rules:
 - switch to tiny debhelper 7 rules.
   * debian/docs: use dh_installdocs to install docs.
   * debian/manpages: use dh_installman to install manpages.
Checksums-Sha1: 
 a9e38093ae09a1bd08d08d7779f1bca615a265a6 2179 xfwm4_4.6.2-1.dsc
 27f73dee96d6886af930eeed93f19e6a0d768cd2 2432759 xfwm4_4.6.2.orig.tar.gz
 9e2b25ccb450a9c4b159b13bc654d174fdaae26c 7595 xfwm4_4.6.2-1.debian.tar.gz
 333b05201f8ba8c09325fc77316c24ecd2330472 1570912 xfwm4_4.6.2-1_amd64.deb
Checksums-Sha256: 
 6f60cd0801be87de52935332d9fe2dcc8f760530f2256b0f834870685f7011ad 2179 
xfwm4_4.6.2-1.dsc
 a9f3feb413912ddd79216b7c024b04936baf1ec17ddd616a7d1f42c780d29a82 2432759 
xfwm4_4.6.2.orig.tar.gz
 f699e3d6ed314784864b98eef0f18f238ad796a4d011dcba6a59c30d6f92eb34 7595 
xfwm4_4.6.2-1.debian.tar.gz
 b1f1753a9a5234e0c3d2cb5b639298212c2399493b25559f674a35b7204a863b 1570912 
xfwm4_4.6.2-1_amd64.deb
Files: 
 7c3d43e6f7c525a2c5a17220bfbc8e40 2179 xfce optional xfwm4_4.6.2-1.dsc
 b7b4aa36aaee391d2a60ec7698f3313c 2432759 xfce optional xfwm4_4.6.2.orig.tar.gz
 1c0b74ca5cd22e6ffbd8d38bc9359e22 7595 xfce optional xfwm4_4.6.2-1.debian.tar.gz
 2a8c470120d32f418b75b227b091ea7d 1570912 xfce optional xfwm4_4.6.2-1_amd64.deb

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

iQIcBAEBCgAGBQJL+RtgAAoJEDBVD3hx7wuoRjYP/jdjl1770jtwK1UFOKYbYzeZ
gkzgrCpO5Ru+FnaUB/ul6C1VPLzrJG9jXLLjzJee/b7Cy4NScUDP/9ASNEHrP29L
iCf/PN8sotqWbj3IxcX9ScaGIssQiOI7d0gmm7G+FlmuzYeNxFXvP3yJYMzYGcNO
LirsukAZJLtvB7KY0K7jgkbemV5vvwNaEziG2WIXBz8HgyrFP1jNkumTZgFZbPZV
KcvfyzS8jIyu0O9PbdnoS5wBiOOEOYuTYOstMJdBgCFyctApwGZrhqDeuXalBheF
XThJCXn4pZH5qsHnSimPB2J5RKtgh8e7YDHTsLcpjmeY/8qZu7gHxyLD9xF49PeQ
eI6EbjElPKanqRVP2v5X7p+6iFsDs5dba+k+cgrH7gmtrcpoPmMuk8L/AHCqERJT
2bY46uPRHuOwc6W0zEuMveAlGhDlHtE0jRG0cgZVU+0EuY5F7F2XulJq6PnXIIIH
WzAznAj23P9Ufe2gPasKf4xoxivgSADqKlIfQI0eqhytg3/ISohH/lIaiSuU2Dp/
WZzsJYJY0HE17NBQ7b/LJy/wBbTygtBwC4+ooYc/glMtCPLC8cg8YpnTz9O8vgSQ
NfgW1B5v29e80Yyvu1LGm+3FYvbht/NJf+EFtYaYCWfCDRJE4Yzu5SxKIN2TbKPt
Hj+UE8RLoFTABUNXhWbc
=zm4v
-END PGP SIGNATURE-


Accepted:
xfwm4_4.6.2-1.debian.tar.gz
  to main/x/xfwm4/xfwm4_4.6.2-1.debian.tar.gz
xfwm4_4.6.2-1.dsc
  to main/x/xfwm4/xfwm4_4.6.2-1.dsc
xfwm4_4.6.2-1_amd64.deb
  to main/x/xfwm4/xfwm4_4.6.2-1_amd64.deb
xfwm4_4.6.2.orig.tar.gz
  to main/x/xfwm4/xfwm4_4.6.2.orig.tar.gz


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



Accepted thunar 1.0.2-1 (source all amd64)

2010-05-23 Thread Lionel Le Folgoc
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 May 2010 14:12:33 +0200
Source: thunar
Binary: libthunar-vfs-1-dev libthunar-vfs-1-2 thunar thunar-data thunar-dbg
Architecture: source all amd64
Version: 1.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Lionel Le Folgoc mrpo...@gmail.com
Description: 
 libthunar-vfs-1-2 - VFS abstraction used in thunar
 libthunar-vfs-1-dev - Development files for libthunar-vfs
 thunar - File Manager for Xfce
 thunar-data - Provides thunar documentation, icons and translations
 thunar-dbg - debugging informations for thunar
Changes: 
 thunar (1.0.2-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/patches/04_fix-umask-handling.patch: dropped, included upstream.
   * debian/control: build-dep on libstartup-notification0-dev (= 0.4) as
 startup notification support is enabled in debian/rules.
Checksums-Sha1: 
 007d9f9813dfdfcdf01bda5074df6e57536a216e 2359 thunar_1.0.2-1.dsc
 132334c666bc54555de2701b054ae69b5658bcce 11009724 thunar_1.0.2.orig.tar.gz
 9bf6a16af8a46065d660b7061523c552cf52f64d 16012 thunar_1.0.2-1.diff.gz
 edb747a466c53cdb78d26b751d94119b0280e456 8767462 thunar-data_1.0.2-1_all.deb
 9cb4bb7b36d6ee68fbcb974a186de2e1c671f2d4 18344 
libthunar-vfs-1-dev_1.0.2-1_amd64.deb
 fb1f2379a5bbafc0990cb1136bf8de0dc39d5d16 170182 
libthunar-vfs-1-2_1.0.2-1_amd64.deb
 449206e9b9fd18bee998d7ca1b2c176502b419e1 250300 thunar_1.0.2-1_amd64.deb
 b5d07ad69b148d350e4b0b1f237f5869b2be8e24 1553764 thunar-dbg_1.0.2-1_amd64.deb
Checksums-Sha256: 
 ca9b7fa61e969fc28b0fa91b94a9dbe42dc035ebdf44488d87045c1d9b2da1bb 2359 
thunar_1.0.2-1.dsc
 8e92506c01be73c734b245942097eeba12a8085d51631f0b6166211aba72c334 11009724 
thunar_1.0.2.orig.tar.gz
 2d825627da6341d81d1c5f373a38e28345165bcc279d523584f25692783ad6ce 16012 
thunar_1.0.2-1.diff.gz
 48a5209e745f97d662db155bb7970c39c121b08f38d80b17655e93375701a045 8767462 
thunar-data_1.0.2-1_all.deb
 d02c3600d32ed2af25d51ea8bcdcd58cc06fb9c9b09b016fb62095fbceff2fef 18344 
libthunar-vfs-1-dev_1.0.2-1_amd64.deb
 ff30e2a8ca7b72c2c6d2dde2f2616fa487df59f5b4fc0f711351947727b7ec75 170182 
libthunar-vfs-1-2_1.0.2-1_amd64.deb
 3593733fe086729484a9815f31c2e55094b59596614428a7a5cbe18e2b4dacd1 250300 
thunar_1.0.2-1_amd64.deb
 33ae9bc011a54f0beebbb020530634e0fce603c2efa339630ac54d0f9f762514 1553764 
thunar-dbg_1.0.2-1_amd64.deb
Files: 
 0209f984abbc87fbbb04b5a72bcf3822 2359 xfce optional thunar_1.0.2-1.dsc
 82cda906c1a53ed9bfca69f80e4e8e5c 11009724 xfce optional 
thunar_1.0.2.orig.tar.gz
 ff26b6fbe296bd38d9ff1dcb352c313d 16012 xfce optional thunar_1.0.2-1.diff.gz
 d86281da06cafcdaaf559c2995613a37 8767462 xfce optional 
thunar-data_1.0.2-1_all.deb
 2a0384194eaa944712dcfe30c753d23e 18344 libdevel optional 
libthunar-vfs-1-dev_1.0.2-1_amd64.deb
 0e9098f28b605b1fd98fa3c37cf0b020 170182 libs optional 
libthunar-vfs-1-2_1.0.2-1_amd64.deb
 493981d502dc671426ea8869b18c44f4 250300 xfce optional thunar_1.0.2-1_amd64.deb
 e61e03dd884112149063df8c26bed0d0 1553764 debug extra 
thunar-dbg_1.0.2-1_amd64.deb

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

iQIcBAEBCgAGBQJL+R5XAAoJEDBVD3hx7wuojs4QANCDsDKUAoFBbOI5dOEmE5XU
5C0zmT9epHe67WjAmzf76Ym2rz78WspTlgiQL0lfK3bx8JUKw/SUHpoQmAZF7TgL
udLeLBwoCPkogzo0Eao/86+VM5IfHtmnqBO/J9ONQRsOLDEfFa2xlILa3QoZsqgz
aS5wkC4l/dh/IgRJvTJwm0Q8CLVjMIcp3usabaRbpV+o8Gh0YEU6ho+Aq8PWUbrY
OoLCjt27VREdclzk1vcwkgOqW2fQtxLWk43M+iZhRQDiIMz5m5Ho/JPDqUOWshTJ
zZvYbYgFGSWBgQh+mQgs8585hm/2WsXDWaAYVHDF80v7GTM5TVSrA5alNa4TejPC
N2syGj9T244ILkunuspqurH4IBGAfLiJVusg7eUpnEf4oz3cRZl9VNk0cbeGmlkX
sEi6iZG4n6KynT6h5p6XZ4ulkhJEbj/Gs0+zPlNQ79D28HpvB/XucSQOHQ5kbKgT
hu+au1Z3QxOJ+81PC4TCcl1QBUA8VQjpuRU1Ns49l4r8NYIyp6Sqti97G/j2SVII
JyxoeRrjir5N5amXDNeUau0gp5dog5Wn5QKONPtLVN5V9YQMZrW9mzsNDJJjbGmv
RjUH0L5uE3FoypYnc/J6x7ScWFAiBMWC17p/jjNWM5+P+W/TVA/KS7l5t5kAL3iB
lbjyKFjemwkyGQ92hCCL
=/Anm
-END PGP SIGNATURE-


Accepted:
libthunar-vfs-1-2_1.0.2-1_amd64.deb
  to main/t/thunar/libthunar-vfs-1-2_1.0.2-1_amd64.deb
libthunar-vfs-1-dev_1.0.2-1_amd64.deb
  to main/t/thunar/libthunar-vfs-1-dev_1.0.2-1_amd64.deb
thunar-data_1.0.2-1_all.deb
  to main/t/thunar/thunar-data_1.0.2-1_all.deb
thunar-dbg_1.0.2-1_amd64.deb
  to main/t/thunar/thunar-dbg_1.0.2-1_amd64.deb
thunar_1.0.2-1.diff.gz
  to main/t/thunar/thunar_1.0.2-1.diff.gz
thunar_1.0.2-1.dsc
  to main/t/thunar/thunar_1.0.2-1.dsc
thunar_1.0.2-1_amd64.deb
  to main/t/thunar/thunar_1.0.2-1_amd64.deb
thunar_1.0.2.orig.tar.gz
  to main/t/thunar/thunar_1.0.2.orig.tar.gz


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



Accepted xfce4-appfinder 4.6.2-1 (source amd64)

2010-05-23 Thread Lionel Le Folgoc
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 May 2010 14:24:34 +0200
Source: xfce4-appfinder
Binary: xfce4-appfinder
Architecture: source amd64
Version: 4.6.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Lionel Le Folgoc mrpo...@gmail.com
Description: 
 xfce4-appfinder - Application finder for the Xfce4 Desktop Environment
Changes: 
 xfce4-appfinder (4.6.2-1) unstable; urgency=low
 .
   [ Stefan Ott ]
   * debian/watch edited to track Xfce archive reorganisation.
 .
   [ Lionel Le Folgoc ]
   * New upstream release.
   * debian/control:
 - add myself to Uploaders
 - bump Standards-Version to 3.8.4
 - build-dep on debhelper = 7.0.50~ for overrides
 - add dep on ${misc:Depends}.
   * debian/rules: switch to rules.tiny + overrides.
   * debian/menu: update section.
Checksums-Sha1: 
 cbef1ece30f433fff4a5a58a735622d8c6f5349b 2173 xfce4-appfinder_4.6.2-1.dsc
 83bba7bac867e7521b93e10101c7e0e1b70f3d0e 415294 
xfce4-appfinder_4.6.2.orig.tar.gz
 a13f25bacdf1a178d1d835d901ebb34fb59513ad 7084 xfce4-appfinder_4.6.2-1.diff.gz
 9cd36c790aeb95fbae76a88c5cfa3f55224303f2 96320 
xfce4-appfinder_4.6.2-1_amd64.deb
Checksums-Sha256: 
 e35b1c348f267e4b43a5afba5a5e413110295cf62d954954b28925d7e7bf2949 2173 
xfce4-appfinder_4.6.2-1.dsc
 79cbbe77fd0dbc3668e9d39e0099bb443f4932c74c771d6e2c824188e2553da6 415294 
xfce4-appfinder_4.6.2.orig.tar.gz
 e150223b6e37b27bc397a279f481c71877632847d6bf22cfe940f8d6c889730a 7084 
xfce4-appfinder_4.6.2-1.diff.gz
 bfd84f82c60f12dc00ad732fe5aececf30bf27de760468da151c27637c81d523 96320 
xfce4-appfinder_4.6.2-1_amd64.deb
Files: 
 3cb2eb925d882a08123361d82b161f9d 2173 xfce optional xfce4-appfinder_4.6.2-1.dsc
 57218a986e4e69cd14e165a4c70528b1 415294 xfce optional 
xfce4-appfinder_4.6.2.orig.tar.gz
 acc4a7f3d6320727b5fd2a2a5f62dcb5 7084 xfce optional 
xfce4-appfinder_4.6.2-1.diff.gz
 c0a4cb856fcbc9560feecb6b4378d9de 96320 xfce optional 
xfce4-appfinder_4.6.2-1_amd64.deb

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

iQIcBAEBCgAGBQJL+SSVAAoJEDBVD3hx7wuojhsQAMEPcu070uoywzFP3cUdJrY9
oSIB+JB9rVAb15OvCAqzOj9fHkLyr6iDcvG+WAittRDEQby4s72+ud0u1vDTWRud
zmNLHIShApGeeFpj1ACqhnF40Uor7mbBnmjD0geiIELuGisFSUwgrFr4Y3jOaO6B
WxsJHCQJCsVHxMzsuTDLc9xM+V4juJ0i4zDu7O8yCruPezXuo5ei7PsrMVNfNrdF
5ZiXAomR0WwqcmaLfdsHdOZTcNVQGe1rS7R7JyUdavS8GzN0amCw6bLVvcvfk1PM
ayXKqpWuj8EmjbjArGQqqVo04hXi/gtVL/TtcI1eD0MN1pvthB8Fz+d5fnQUWdSl
QqsBuJpTgyeO32OstPm0EyjMGLuMA+h7JoEyI8vWrHpvVVj9zvCAHyrYNgZsliUv
dcLSkRPTK1Al3xHwUXSA5XOvtmcHU1t7z+QS9nC1Uu0iCGo7HywTNM0JUD1B4W63
21FgO9zGLMuWpMRF0VmbAw2wmiLrT25F8u5wdwLjbZsz0SbGBtRYpRKQYOrjy99I
czyG/20GKj3PAE7OUJvkIJtKYPcgrBjzv2+azrMIh3Iqez99MyzKSXE906aSZBnW
Q6Z6pMswJqCE5axcKj4zHTYoC6iZtWJZZmt8eZi9LGADI6v0T6fLwBnsQCUVZqW/
d/Y49a4ZCUho1sqzX7Fq
=Qoo5
-END PGP SIGNATURE-


Accepted:
xfce4-appfinder_4.6.2-1.diff.gz
  to main/x/xfce4-appfinder/xfce4-appfinder_4.6.2-1.diff.gz
xfce4-appfinder_4.6.2-1.dsc
  to main/x/xfce4-appfinder/xfce4-appfinder_4.6.2-1.dsc
xfce4-appfinder_4.6.2-1_amd64.deb
  to main/x/xfce4-appfinder/xfce4-appfinder_4.6.2-1_amd64.deb
xfce4-appfinder_4.6.2.orig.tar.gz
  to main/x/xfce4-appfinder/xfce4-appfinder_4.6.2.orig.tar.gz


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



Accepted xneur 0.9.9-1 (source i386)

2010-05-23 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 22 May 2010 15:28:19 +0400
Source: xneur
Binary: xneur libxneur libxneur-dev xneur-dbg
Architecture: source i386
Version: 0.9.9-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 libxneur   - xneur library
 libxneur-dev - development files for xneur frontends and plugins.
 xneur  - in-place conversion of text typed in with a wrong keyboard layout
 xneur-dbg  - XNeur debugging symbols
Changes: 
 xneur (0.9.9-1) unstable; urgency=low
 .
   * New Upstream version 0.9.9
   * debian/control, debian/*shlibs*: Version of xneur/gxneur increased.
   * 11_fix_ftbfs.patch removed: fixed upstream.
   * 01_shared_libxneur.patch removed: fixed upstream.
Checksums-Sha1: 
 dfd033cd6420445d068fc7d42ae4711848146245 1570 xneur_0.9.9-1.dsc
 2768dcfe15ac72dd0fede05e475f7de0239e9aab 1116880 xneur_0.9.9.orig.tar.bz2
 4943367cf22140360c1e7fa873ab7cce3c9392c7 8639 xneur_0.9.9-1.debian.tar.gz
 8dc43c91e6517405db05a5d840aa35fdc7a7c77f 1001760 xneur_0.9.9-1_i386.deb
 4a1b13c82f130f20384c2695c44197098572c95d 61808 libxneur_0.9.9-1_i386.deb
 c91c3bd1a5ba09de9919bedb4387ba469f69e0ac 74908 libxneur-dev_0.9.9-1_i386.deb
 ecd05e67d70f7d49cd120ff5c7fe48a9b65f71dd 143128 xneur-dbg_0.9.9-1_i386.deb
Checksums-Sha256: 
 e5bdcb95f4d4bfb3c0e06cdd14ba89fa4c7507863dc2d869f512bed58cf4c4f0 1570 
xneur_0.9.9-1.dsc
 e413831900af01e5071e74558211a82cf94d080900237f9d8104b1674f65391e 1116880 
xneur_0.9.9.orig.tar.bz2
 68ef9c564eafa12209ca751db8c3c552310d8a2586360ef963734ff5bc4168e1 8639 
xneur_0.9.9-1.debian.tar.gz
 e4840a829585ccc58e7dba8917836bb5e6523b79fd147f75172f1b5b3b5906e4 1001760 
xneur_0.9.9-1_i386.deb
 2625e2c6ad1e324971010242c1210b45520deb5b09751f8cd87522cd9d8289d1 61808 
libxneur_0.9.9-1_i386.deb
 1783ee9c105fbc6fae0d6e5da9ce35fc4e873e6241facd18daaad2eb31634b1c 74908 
libxneur-dev_0.9.9-1_i386.deb
 ed8e8405df5453b8dc4e26966886dfdb0f6b953ed08507b7091268ba0b7f 143128 
xneur-dbg_0.9.9-1_i386.deb
Files: 
 5f90a84b5824c9b02d78df52b5988630 1570 x11 optional xneur_0.9.9-1.dsc
 3c87012e79838fb57220fe71a16546ce 1116880 x11 optional xneur_0.9.9.orig.tar.bz2
 bf9280e602ebbe2af6735eb576a3b1ad 8639 x11 optional xneur_0.9.9-1.debian.tar.gz
 d4708554d10ca49236c68de88b3d270e 1001760 x11 optional xneur_0.9.9-1_i386.deb
 51363d6bac40ba38d9a9ee16dbef7a6c 61808 libs optional libxneur_0.9.9-1_i386.deb
 3cc1b9900b3ede645420c029459ef87f 74908 libdevel optional 
libxneur-dev_0.9.9-1_i386.deb
 42771172b43de5a7b28feee20c1f3c92 143128 debug extra xneur-dbg_0.9.9-1_i386.deb

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

iQEcBAEBCAAGBQJL+SQcAAoJEMqH6egqrDPx/IAH/R9HzdW2s7L3kzClrEebvtcY
ycGo0JfFhjH4tpYd55iCDgcygp9wAur4T0kdcD3lw4ffiX+9vBJuPRF+upUM841D
XlYhAv+QvbnNGMc9eNF9IS1OgwKvTkYLqqslLdTDUX3J54CH7ka114HycxxulaUM
1AjVi0BJYtN2BJsH6UmEdiCXX8woyuhgEyl6hAwpfQ5bdfmPfUH6Sf/hxC5TqAOZ
nxMAgsphzLw5gYO5s0GSEhiXBB1uzPDwab8C1+oGDuT5we/m2jFSJJJak5jbZ29m
cSf/CzEtOjei1/SnpQ/WUgSTrRAsyqwKzTNcasBNKMvdvHsat7ppL9jI9ldIjZU=
=2LM6
-END PGP SIGNATURE-


Accepted:
libxneur-dev_0.9.9-1_i386.deb
  to main/x/xneur/libxneur-dev_0.9.9-1_i386.deb
libxneur_0.9.9-1_i386.deb
  to main/x/xneur/libxneur_0.9.9-1_i386.deb
xneur-dbg_0.9.9-1_i386.deb
  to main/x/xneur/xneur-dbg_0.9.9-1_i386.deb
xneur_0.9.9-1.debian.tar.gz
  to main/x/xneur/xneur_0.9.9-1.debian.tar.gz
xneur_0.9.9-1.dsc
  to main/x/xneur/xneur_0.9.9-1.dsc
xneur_0.9.9-1_i386.deb
  to main/x/xneur/xneur_0.9.9-1_i386.deb
xneur_0.9.9.orig.tar.bz2
  to main/x/xneur/xneur_0.9.9.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/e1ogari-9z...@ries.debian.org



Accepted hg-git 0.2.2-1 (source all)

2010-05-23 Thread Jakub Wilk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 23 May 2010 15:00:01 +0200
Source: hg-git
Binary: mercurial-git
Architecture: source all
Version: 0.2.2-1
Distribution: unstable
Urgency: low
Maintainer: Jakub Wilk jw...@debian.org
Changed-By: Jakub Wilk jw...@debian.org
Description: 
 mercurial-git - Git plugin for Mercurial
Changes: 
 hg-git (0.2.2-1) unstable; urgency=low
 .
   * New upstream release.
   * Bump dependency on dulwich to = 0.6.
   * Bump standards version to 3.8.4 (no changes needed).
   * Update my e-mail address.
   * Update debian/copryright: toposort.py and a copy of the Dulwich library
 are no longer shipped in the tarball.
   * Remove debian/patches/ directory, as there are currently no patches.
Checksums-Sha1: 
 0b7e739821efe5122eb98fe58d1f397fc15fdca4 1921 hg-git_0.2.2-1.dsc
 4176eeb2bf483b08eb4674512efd4845e4b52111 37949 hg-git_0.2.2.orig.tar.gz
 83bc2679c85991c3c390e865d9580fe462d3ca9a 2539 hg-git_0.2.2-1.debian.tar.gz
 4b0a1043ebc77c57e1e8063017beef75c28a5447 18862 mercurial-git_0.2.2-1_all.deb
Checksums-Sha256: 
 da0bef4036c4bbabe0e7244e955b64dd0f1829526e0e9b5a1e7f8e038256589b 1921 
hg-git_0.2.2-1.dsc
 0e41b6e6dbd3b4bc386e23ca8488a6a06fc21492fd1bff6539df82a34dec1c1f 37949 
hg-git_0.2.2.orig.tar.gz
 2ec5f11802c32d873b072aa09515cc14cb4d24201631c1dce94f61d77bdec553 2539 
hg-git_0.2.2-1.debian.tar.gz
 48a9fffc79388b2479b97beb5dec7d06055daab977df391962df95103effce6a 18862 
mercurial-git_0.2.2-1_all.deb
Files: 
 e21383a442ae8c50eb592dcb063470d5 1921 vcs optional hg-git_0.2.2-1.dsc
 efab54b9c616bcdd90e05f6d00888d32 37949 vcs optional hg-git_0.2.2.orig.tar.gz
 6bc1272b212126fd92ccdd798d5c9626 2539 vcs optional hg-git_0.2.2-1.debian.tar.gz
 8375cc03160cf4f69c14c5ad4289232f 18862 vcs optional 
mercurial-git_0.2.2-1_all.deb

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

iQIcBAEBCAAGBQJL+SoKAAoJEC1Os6YBVHX1IecQAK2Y4VBJ6WagXs8Xf/tlMycC
6Rz+B8ayp3e7yT6aAgDrzdYwBBIUKmKzxqOfDQcZ2xuvOqYVVa2ebVq1dEgJDQYZ
ME8PQUlhqfP1i9gidyhGe0HvpuKv+dtHTzj9IZgZLMtHGQFeztFAgEenZXcym/zV
UNwnh09dJeAUDfe4zGtqSIM3fHbcWq49c5dzCE2gmz+QfmyNxbzAJgMNEtrBhI2A
fTcnmGEqPeJp+GYrtx4sqvs7AZuw3D+LwsokPCd8DUE8hCnkGoBhUxg4cOs0HDlY
a/EZQeZUw1+DSPt9jHXouKshvPrB2wpZ+bAZJJmkJIPYeREWAh1yg/sQucHemrRn
CU91n3+aq5KInYlUH18F4YDbPFpKHp+PnZCwZkhYg67eQCDK6S9sfU3EtEcgS6rE
W1sLlsz76d9FUKZWY+cYlm6XIbAwK2OGK1rE+9LgdVskGbhLG1fcWcnrxs5v9Mbs
GIIlJaGZFCd8MbfgY9BYnuwDkx3qbtZDUEY0TBQ+uWSFIZP/KFzNmPQuxRqMwVlo
rduqBbYokmUIrdFjIPWr3idpkGN9N63Yb8JluiaUn2pkC7r4Rg6dgxSUO8rfmjbq
UBMc02jHUPrJiNavj6O49vAy6TpHyOIW4wGHqwpzewgHjXa9hfbk9aDCeXcfAkGB
a1vPldmB7deSLgpB3G7S
=nPhY
-END PGP SIGNATURE-


Accepted:
hg-git_0.2.2-1.debian.tar.gz
  to main/h/hg-git/hg-git_0.2.2-1.debian.tar.gz
hg-git_0.2.2-1.dsc
  to main/h/hg-git/hg-git_0.2.2-1.dsc
hg-git_0.2.2.orig.tar.gz
  to main/h/hg-git/hg-git_0.2.2.orig.tar.gz
mercurial-git_0.2.2-1_all.deb
  to main/h/hg-git/mercurial-git_0.2.2-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/e1ogb3j-lq...@ries.debian.org



Accepted libnet-whois-raw-perl 2.22-1 (source all)

2010-05-23 Thread Erik Wenzel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 May 2010 14:41:06 +0200
Source: libnet-whois-raw-perl
Binary: libnet-whois-raw-perl
Architecture: source all
Version: 2.22-1
Distribution: unstable
Urgency: low
Maintainer: Erik Wenzel e...@debian.org
Changed-By: Erik Wenzel e...@debian.org
Description: 
 libnet-whois-raw-perl - Perl Module providing an API to access whois database
Changes: 
 libnet-whois-raw-perl (2.22-1) unstable; urgency=low
 .
   * [7c9253c8] Imported Upstream version 2.22
Checksums-Sha1: 
 471660502b3ac63a8fc60eed17cb1761e4cf2851 1211 libnet-whois-raw-perl_2.22-1.dsc
 aa120aba91d75b7d73bc74ca18edf5449d8d83d8 45901 
libnet-whois-raw-perl_2.22.orig.tar.gz
 e7fa6528c1dc05d79e8dffeded80d24eeeb269d7 3654 
libnet-whois-raw-perl_2.22-1.diff.gz
 314e8a380f9bed84dec624dca95e862307bd7d0f 36202 
libnet-whois-raw-perl_2.22-1_all.deb
Checksums-Sha256: 
 c4837bc8a3f4d892bcea907d6bbf5e04e427fac425fefe0f9629799a6f0e09ca 1211 
libnet-whois-raw-perl_2.22-1.dsc
 23c950de24dc4b2413ebaabf5cc86a7fd674a9fd36c0784d8a2be48d989d7b46 45901 
libnet-whois-raw-perl_2.22.orig.tar.gz
 729ed8548f62859a53f71bf573d28f9408a79263f2086cbd5ce211ef5182 3654 
libnet-whois-raw-perl_2.22-1.diff.gz
 b54a30a1b3228bf4e5bede5a03ab70df4a861a8df0dfc6f0fabf5b602157c697 36202 
libnet-whois-raw-perl_2.22-1_all.deb
Files: 
 9628ff6cb3bddf35ba860e5be0e10c7e 1211 perl optional 
libnet-whois-raw-perl_2.22-1.dsc
 50f302b6d58a61358734bd3191e1b069 45901 perl optional 
libnet-whois-raw-perl_2.22.orig.tar.gz
 32008ec5e7d4f4114f136d70608637c9 3654 perl optional 
libnet-whois-raw-perl_2.22-1.diff.gz
 50e776d9491ad867cc345636e21ae89e 36202 perl optional 
libnet-whois-raw-perl_2.22-1_all.deb

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

iEYEARECAAYFAkv5IrwACgkQmMmei9uJhBAYYgCgs+wSyUughi6e7vM+QP9oN8T1
OLkAoN7pKS5IcrkVLo1zbLvm+SmJGF0h
=LPDV
-END PGP SIGNATURE-


Accepted:
libnet-whois-raw-perl_2.22-1.diff.gz
  to main/libn/libnet-whois-raw-perl/libnet-whois-raw-perl_2.22-1.diff.gz
libnet-whois-raw-perl_2.22-1.dsc
  to main/libn/libnet-whois-raw-perl/libnet-whois-raw-perl_2.22-1.dsc
libnet-whois-raw-perl_2.22-1_all.deb
  to main/libn/libnet-whois-raw-perl/libnet-whois-raw-perl_2.22-1_all.deb
libnet-whois-raw-perl_2.22.orig.tar.gz
  to main/libn/libnet-whois-raw-perl/libnet-whois-raw-perl_2.22.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/e1ogb3t-na...@ries.debian.org



Accepted xfdesktop4 4.6.2-1 (source all amd64)

2010-05-23 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 May 2010 14:52:20 +0200
Source: xfdesktop4
Binary: xfdesktop4-data xfdesktop4 xfdesktop4-dbg
Architecture: source all amd64
Version: 4.6.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez cor...@debian.org
Description: 
 xfdesktop4 - xfce desktop background, icons and root menu manager
 xfdesktop4-data - xfce desktop background, icons and root menu (common files)
 xfdesktop4-dbg - debugging informations for xfdesktop4
Closes: 524930 526479 543264
Changes: 
 xfdesktop4 (4.6.2-1) unstable; urgency=low
 .
   [ Yves-Alexis Perez ]
   * debian/rules:
 - ship upstream NEWS file.  closes: #524930
 .
   [ Stefan Ott ]
   * debian/watch edited to track Xfce archive reorganisation.
 .
   [ Lionel Le Folgoc ]
   * New upstream release:
 - fix incorrect encoding of the italian translation closes: #526479
 - fix spelling error in the italian translation closes: #543264
   * debian/control:
 - add myself to Uploaders
 - bump Standards-Version to 3.8.4
 - add ${misc:Depends} to dependencies
 - use  instead of 
 - build-depends on debhelper = 7.0.50~ for overrides
   * debian/rules: switch to rules.tiny + overrides.
Checksums-Sha1: 
 fa13ead00221a6eb7ce5847747db32d13a9bb5c8 2253 xfdesktop4_4.6.2-1.dsc
 c70f5925ec3557934c9abc1674dd00b76329bef7 5466036 xfdesktop4_4.6.2.orig.tar.gz
 7c1de5370b8be31597a66db81651e483321964fc 10147 xfdesktop4_4.6.2-1.diff.gz
 6d3132c7b5b29a4a8aa73b6d96a8ca4ec326a26c 4483396 
xfdesktop4-data_4.6.2-1_all.deb
 e08a47dd2080f3af8a346586966b5d418b1aa03f 167500 xfdesktop4_4.6.2-1_amd64.deb
 0a3e120293375f70691fbba7cf7fb494f45a6bb3 501258 
xfdesktop4-dbg_4.6.2-1_amd64.deb
Checksums-Sha256: 
 2df46460037e059039a8ca7115839fe0ac9890c464158edc23fa4cb470b7c01a 2253 
xfdesktop4_4.6.2-1.dsc
 99dc1f9d244d22db4cc007bebcdb045a529c17b183c0adebc26defeb7209d49b 5466036 
xfdesktop4_4.6.2.orig.tar.gz
 6e8818f7f5891d30b76a1c251f54909e04800bad1e18981c7a85359eb4bfa095 10147 
xfdesktop4_4.6.2-1.diff.gz
 e908bd7a8dde14543bc131d890c8857c4d8b851d82d0333935e87faa853cc1b1 4483396 
xfdesktop4-data_4.6.2-1_all.deb
 93500c2003f2ec59369103291dd7e230a1f235fe22dfdafd747cd8e333fe47fe 167500 
xfdesktop4_4.6.2-1_amd64.deb
 c9d53f20741b9801f62d33ddd61da9c1b6f08f753db4682f2a42979e40b1df5a 501258 
xfdesktop4-dbg_4.6.2-1_amd64.deb
Files: 
 5cca54abb6ef160f52d423df0e9d12a3 2253 xfce optional xfdesktop4_4.6.2-1.dsc
 204e18585eeb8c5e7021bf6a66ae9b19 5466036 xfce optional 
xfdesktop4_4.6.2.orig.tar.gz
 4642b0697f798acae40e00a20f6cd53c 10147 xfce optional xfdesktop4_4.6.2-1.diff.gz
 dd07c072979e76b2864fdb197865fa3b 4483396 xfce optional 
xfdesktop4-data_4.6.2-1_all.deb
 e7f6db7618ac7806835f8bd01a53c756 167500 xfce optional 
xfdesktop4_4.6.2-1_amd64.deb
 241ea2efea9b4cabaec077aadccd2621 501258 debug extra 
xfdesktop4-dbg_4.6.2-1_amd64.deb

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

iQIcBAEBCgAGBQJL+ScYAAoJEDBVD3hx7wuopsoP+wS39g5n+XVe3eX2tfYgVwk/
+2WaSKNDAs2qR+osS+UV1PJ/11cQ2xSfwjBuWP1g9C4OY+4vRfnpGbj9MIdW/89U
5VE/fMvvGGtacSvpJmgBxJNZJ6V0BhOq2T1h942fnYmgvsZqRuMcnqJsZsonq6QE
CwAE8Ztoocv73ksNtkAZlU4abbJi0G4Jmf3c1olP1ItFEPqhGmoQV2vRkkaU6V2b
QoMBM6ZcHPDa91D6RgrzsHtPTHg7qNEIMt2aVoXScDOImwJ2t9ME5OiKAhRgjLL3
6H1cejvjqaJV6SK7H3Rmewg3mnLlnbRUte6UFZ+4B67ZyNrwN5jVGePiyVSGlGl4
nY1Pu4bnhKBWYWNLU0RJcjiJxtLMLofDO0yC/rKlntglxD/m71f1fOnXSog1ztWU
lxVxrc56kqimPKuq9FOm/OifS4hlRJzWJUBoDvQO8J0elWjEHfDwgY46qwq9F631
ENRtYIcPxvcNdOkBAtob1KxiDkSTYMwnGw2KW8pNBYK+O/FVEOCNg6RSxsHfHzQn
Q+5+hxY7hYjp3cx09S4EioY53BmLLptC9AeS95REZkn7Da+H5AO/mQadfOR8VHdX
5PTwjRM85LA2A1AFdNvMY1Cx3fi6e0zOZPobOD5x5O2clb06LUNETsNu3lztWEI2
+mRxjVHz8MP2M/7t11Za
=AA67
-END PGP SIGNATURE-


Accepted:
xfdesktop4-data_4.6.2-1_all.deb
  to main/x/xfdesktop4/xfdesktop4-data_4.6.2-1_all.deb
xfdesktop4-dbg_4.6.2-1_amd64.deb
  to main/x/xfdesktop4/xfdesktop4-dbg_4.6.2-1_amd64.deb
xfdesktop4_4.6.2-1.diff.gz
  to main/x/xfdesktop4/xfdesktop4_4.6.2-1.diff.gz
xfdesktop4_4.6.2-1.dsc
  to main/x/xfdesktop4/xfdesktop4_4.6.2-1.dsc
xfdesktop4_4.6.2-1_amd64.deb
  to main/x/xfdesktop4/xfdesktop4_4.6.2-1_amd64.deb
xfdesktop4_4.6.2.orig.tar.gz
  to main/x/xfdesktop4/xfdesktop4_4.6.2.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ogb4y-00010w...@ries.debian.org



Accepted xfce4 4.6.2 (source all)

2010-05-23 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 May 2010 15:12:38 +0200
Source: xfce4
Binary: xfce4 xfce4-dbg
Architecture: source all
Version: 4.6.2
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez cor...@debian.org
Description: 
 xfce4  - Meta-package for the Xfce Lightweight Desktop Environment
 xfce4-dbg  - meta-package for debugging symbols in Xfce
Changes: 
 xfce4 (4.6.2) unstable; urgency=low
 .
   [ Yves-Alexis Perez ]
   * Suggests xfce4-goodies, which the user might want to install along with
 Xfce.
 .
   [ Lionel Le Folgoc ]
   * New upstream release.
   * debian/control:
 - bump deps to minimal versions of each component
 - add deps on ${misc:Depends}
 - add myself to Uploaders
 - bump Standards-Version to 3.8.4.
   * debian/rules: use rules.tiny.
Checksums-Sha1: 
 9d22d78ca9d9a3568d93d8eb3d9cde69a47cb694 1676 xfce4_4.6.2.dsc
 274ba2e9cc4724e37fc42d650830e5355839ca70 6400 xfce4_4.6.2.tar.gz
 10367bff2d8f8866d940fb51fd583ae1c4c66450 7410 xfce4_4.6.2_all.deb
 57b9f54ef730640a2dd5011b6baf6719f893b5ef 6276 xfce4-dbg_4.6.2_all.deb
Checksums-Sha256: 
 4b1840183ac58ae50f7df0a6d89e31b6968114594c445da0b34ea9a2cec5631b 1676 
xfce4_4.6.2.dsc
 e0f204525cdd48ca5d02fa0e6eabece87c959044d89246f4ff82e4d5d90f96e9 6400 
xfce4_4.6.2.tar.gz
 602753e61adf3dbf4c105405ba4e6802e26c110652eb9a7914624838e11ed708 7410 
xfce4_4.6.2_all.deb
 a97261d926deb21e22821c35c690981b78a0a72e5ec76c96050b36c280a5ef9f 6276 
xfce4-dbg_4.6.2_all.deb
Files: 
 181f1c1822ea8e910c371de9cfeeb0a5 1676 xfce optional xfce4_4.6.2.dsc
 ea9a3cd3fd82f1a90a84011958d10c57 6400 xfce optional xfce4_4.6.2.tar.gz
 8a66f7075dc19dc37d2dedf8f7110bb0 7410 xfce optional xfce4_4.6.2_all.deb
 54223ed83ebbba6cbd7e01097e544959 6276 debug extra xfce4-dbg_4.6.2_all.deb

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

iQIcBAEBCgAGBQJL+SpbAAoJEDBVD3hx7wuoBHMQANdvNo+k2Xku+RBvCbQS4ORw
4js+PtgjIHQ5xODJkPigNz16uQFiyWLpvzJUjVso5XYfcwa8OLYiXOEqi7h/R3A6
CBsanXboia65HmP7gY1t5uHxQR73sOWnB2uEyDvYW/e3ItXXE1Ld/RT4w4zl2NFt
FlgkmXgynkpxmCEKBEQYUoYJAdSbVIgbzsEzmD/+W/4zuuwZ2WLIM3x8uArfcm7R
xjCYVI3xCmmt/KqNxZZHGsXOCcABtZWff8YwzdDcTp4ejkmJ1qdt1jpKGOQs1Xul
kgYrBeQJkZdrCY5cI2A+HWSESHWQ0N8yX0/vUHEuWNyD5WGrB3ql1fEMEe6KvOr3
Cf/gPwKNSTV8rGgemOw9e/9Gh1BhMZq0spvEdoGTdacEc33Kw+oKRY/mf0y96BVO
ZkybjkPd6NJvVOseIL2vJ7awhPV7GEBwcP04B0nvWOSj+bL73zgIc9quNFyKmf0M
F4FKVpElKJOUyJ4m3NZ1KDGzRNiy4cUFuLFl/uTv7OrdEqidgCAP69/sTf+JPZsk
52JKEj1eBY0It5BLIVJS5jytLKwflBoaXg1yi+5NYiTZEBvu4aOCZoDoWtbZ2z6x
g4sYp9EKS/YFKQZfvXid4sayRnQXUKXLZZDNWJkM0N6Fd6YZ2cBMAV8PzoVka9PP
vIzxlOxqdIQ8QUJcEHS1
=CMUa
-END PGP SIGNATURE-


Accepted:
xfce4-dbg_4.6.2_all.deb
  to main/x/xfce4/xfce4-dbg_4.6.2_all.deb
xfce4_4.6.2.dsc
  to main/x/xfce4/xfce4_4.6.2.dsc
xfce4_4.6.2.tar.gz
  to main/x/xfce4/xfce4_4.6.2.tar.gz
xfce4_4.6.2_all.deb
  to main/x/xfce4/xfce4_4.6.2_all.deb


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



Accepted xfce4-terminal 0.4.5-1 (source amd64)

2010-05-23 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 May 2010 15:02:11 +0200
Source: xfce4-terminal
Binary: xfce4-terminal
Architecture: source amd64
Version: 0.4.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez cor...@debian.org
Description: 
 xfce4-terminal - Xfce terminal emulator
Closes: 548166 576551
Changes: 
 xfce4-terminal (0.4.5-1) unstable; urgency=low
 .
   [ Yves-Alexis Perez ]
   * New upstream snapshot.
   * debian/control:
 - update standards version to 3.8.4.
 - update homepage.
   * debian/patches/
 - 00_binary-name-fix-xfce4-terminal.1 dropped.
 - 01_fix-pref-close-reset-text-properties added, fix “text”
   properties being reset when closing terminal preferences on GTK+ 2.18.9.
   * debian/rules:
 - adjust configure options to use xfce4-terminal name.
 - drop all unneeded adjustements to names at install time.
 - link wrapper manpage to the gzipped terminal one.
 - drop chrpath which seems unneeded anymore.
 .
   [ Lionel Le Folgoc ]
   * debian/xfce4-terminal.wrapper: stole code from gnome-terminal to match
 its behavior on '-x' and '-e'.  closes: #548166
   * New upstream release:
 - do not fail badly with multiple DISPLAYs. closes: #576551
   * debian/patches/01_fix-pref-close-reset-text-properties.patch: dropped,
 included upstream.
   * debian/control: add myself to Uploaders.
Checksums-Sha1: 
 7e188503cb9126494681d221f2eec524c3f8041e 2206 xfce4-terminal_0.4.5-1.dsc
 40864b609381c7acbf73d97a5b0fbdf09969e08d 2136582 
xfce4-terminal_0.4.5.orig.tar.gz
 ab9cddec104eb6e543e81919ed2bbed42df7dd82 8219 xfce4-terminal_0.4.5-1.diff.gz
 4051e20183c5a96402275f8536493250456947c9 1257482 
xfce4-terminal_0.4.5-1_amd64.deb
Checksums-Sha256: 
 8557b0918d7259a6ef2021eb933dfc0feedece104fcd335f3874d6adcde91afe 2206 
xfce4-terminal_0.4.5-1.dsc
 5b3255112d5b2737ed66ba711376eb20784e73f413fe996a32b1588e5d8f7e5e 2136582 
xfce4-terminal_0.4.5.orig.tar.gz
 c6fec6eac9943cba14a52b8d8d7d5cc53cf42862f145489c8b4483734b419d74 8219 
xfce4-terminal_0.4.5-1.diff.gz
 955ea453064efdca21fdfb9ae8e4565a28f52f27bd6d7a869f4042ca339ea88a 1257482 
xfce4-terminal_0.4.5-1_amd64.deb
Files: 
 152b0f6ba337bfd2df3eb507d636e7a9 2206 xfce optional xfce4-terminal_0.4.5-1.dsc
 c06a9a4e12e5638d323f2de70080b0d5 2136582 xfce optional 
xfce4-terminal_0.4.5.orig.tar.gz
 e3c7eb11c09dfcca034a69bdd8ce7ee5 8219 xfce optional 
xfce4-terminal_0.4.5-1.diff.gz
 e593509455ab8a31476271e0af5527ba 1257482 xfce optional 
xfce4-terminal_0.4.5-1_amd64.deb

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

iQIcBAEBCgAGBQJL+SmWAAoJEDBVD3hx7wuo1M0P/RSr7zaMc3dheONnAOmgDa5Q
SR/XM/C6en4zccS5aTeUjtqe0ppTyr2HR1kOExV1dDPA1A0DLloSMjTvFM+GpY3R
JMOlpFKDUMM9uoqwue78dKoq+NTgAS2ViYE9Yas+IzLcJNbzubQ7H2K5UtfgYB5y
8aNtkzcE7k/h+eeTigf64KLsE+jNmYWBPkceHpY+86mrvQYkkfhWoR76PpKjjnAO
Hlsi8DN8PB3O48MgS7mvUaZs4P7eiHgVlcHtopOG6yyKB5SlZxE3c+AEPl1/0zK4
wVAJCn2lKrhw1UrSAqmzAGEwPIFIs8b/SPP9blIdM6aOI885ahizhqcE7nQ7cbu2
FdlCPxD7TYFdBPD683ryLVMyq3rEUyZhRZxphHH3ALqOSqXZZ4V1oHhLFoUjlAFd
EqvBIgGazBSZ24mJc8qnn4V4uGEaACXaQj2oyzdNbxRZOxJUjWzLuJQaJhCmF8vO
zPy/VyRdCDOtPeeNIb7PyZRXiqvlCICsudfhIpKF3dIE6G4M90BvC+XhDtFjAqrQ
4xT98xX/MmSjc2XkTzs4mnUl4MJLuWirUWdUzq7ZVwObvAbZsPver2AfrR3dX/vS
zsDh8F8g7PYls0zpg3gG+Xno6keILh5V3pmP1UVZKvarMh3UMtLLYl7ecYUpUR2a
OytbHfBMe/1SU3PAYHFG
=Vkwn
-END PGP SIGNATURE-


Accepted:
xfce4-terminal_0.4.5-1.diff.gz
  to main/x/xfce4-terminal/xfce4-terminal_0.4.5-1.diff.gz
xfce4-terminal_0.4.5-1.dsc
  to main/x/xfce4-terminal/xfce4-terminal_0.4.5-1.dsc
xfce4-terminal_0.4.5-1_amd64.deb
  to main/x/xfce4-terminal/xfce4-terminal_0.4.5-1_amd64.deb
xfce4-terminal_0.4.5.orig.tar.gz
  to main/x/xfce4-terminal/xfce4-terminal_0.4.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/e1ogbhw-0001jf...@ries.debian.org



Accepted apt-xapian-index 0.36 (source all)

2010-05-23 Thread Enrico Zini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 23 May 2010 14:39:02 +0100
Source: apt-xapian-index
Binary: apt-xapian-index
Architecture: source all
Version: 0.36
Distribution: unstable
Urgency: low
Maintainer: Enrico Zini enr...@debian.org
Changed-By: Enrico Zini enr...@debian.org
Description: 
 apt-xapian-index - maintenance tools for a Xapian index of Debian packages
Closes: 581906 581930 582428
Changes: 
 apt-xapian-index (0.36) unstable; urgency=low
 .
   * Do not use ionice in cron job inside virtual environments.
 Patch by Raoul Bhatia. Closes: #581930.
   * Removed leftover debugging print when python-xdg is not available.
 Closes: #581906
   * Do not require a password for a simple update-apt-xapian-index run via
 dbus. Patch from Ubuntu by Michael Vogt. Closes: #582428.
Checksums-Sha1: 
 6ee29ee188ec4a9604e6dd0374ea55631e723f9f 1728 apt-xapian-index_0.36.dsc
 a6a01b589f6a5df27a98660cd6019e44b23172b6 42491 apt-xapian-index_0.36.tar.gz
 e219d4672b281a5537f12e597176496aecd86504 51208 apt-xapian-index_0.36_all.deb
Checksums-Sha256: 
 ef6a9055ee127ef9fec936cbb8d7d25d024d1a81d8f6f7e44283b4e072e5e998 1728 
apt-xapian-index_0.36.dsc
 b7d6cfb04c6a977e1dd655a24a396770bdb9dfcad79d16a43181bd4b1f55b27f 42491 
apt-xapian-index_0.36.tar.gz
 534af719556a26d6c3d7585869aed3f8a80110a1d613e998faeaae233421ae00 51208 
apt-xapian-index_0.36_all.deb
Files: 
 bf019de27612a64dff226a0c1d223347 1728 admin optional apt-xapian-index_0.36.dsc
 ac3358d076676bc1808367fc09dee2e7 42491 admin optional 
apt-xapian-index_0.36.tar.gz
 d6b5a3ece2c7786b0b69f82279cd3f72 51208 admin optional 
apt-xapian-index_0.36_all.deb

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

iQIcBAEBCAAGBQJL+TKEAAoJEB5qw/OH8O2sNqcQAK749Y7/kBTM3YuIb6jKCZm7
uBfvcAiTnELpFYyjnS1ytLX20cArqOZPWjwsq/czQlX7uuTwjVd6mx6XhQSonNWk
uSPtifZKCNPElfqI0vJR9caKFXXFbZmZmCJJrVEt37Qi1pEIEzYkEwuJE7KRlrN2
A6LLb06CCz3diSLK7toe0RQqvo0WQ4i90Z0r/HlDbCqTYXlZOE6RaHA5JW3303Dn
/PFgxAm1PDuHfNf9PUoC7iripDOLYsI9WO/ePtMjAO3Vk3zc10nMB10alSjuY9Hz
2JDYt+PcoM/9yS3zn6iuoT6mMIb4YlDxPyIpTuUa9aNtZ0tJlJrdNbyg1QseEbYM
PCDq1m3ubZiTwFn6G8RfWb4uO0JbzCE6M3mjQhNsRnGeH1w1i2XVpYH4JFkh0LI4
QlUgPx5ylYOuIgnFHKTxtNZ586SuYdWoWgO+0/AfRj8HqhaAYNNdGTBWKUefRXR6
FWCcsPY1Rxe65GGeN3QWjNNDqZSVfVgDPVlO0uDi+ilDs9b+GjYu5ubDgMAJpCBJ
CyZFez7ardwcVEoIK8Kzs0jnoAnokzdd/8WZajf56RbXPJrt16AsqUP4tbD6orMW
6BU1OTF2Z9hw07On+vrRHnHVzVB17013AxDjmjVonPV4kYoiJWcYYRQE1kc9fSd6
nGEaU535tLkceCjyQEI2
=cyvy
-END PGP SIGNATURE-


Accepted:
apt-xapian-index_0.36.dsc
  to main/a/apt-xapian-index/apt-xapian-index_0.36.dsc
apt-xapian-index_0.36.tar.gz
  to main/a/apt-xapian-index/apt-xapian-index_0.36.tar.gz
apt-xapian-index_0.36_all.deb
  to main/a/apt-xapian-index/apt-xapian-index_0.36_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/e1ogdac-0001nq...@ries.debian.org



Accepted bzr-pipeline 0.0.1~bzr172-1 (source all)

2010-05-23 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 May 2010 16:16:01 +0200
Source: bzr-pipeline
Binary: bzr-pipeline
Architecture: source all
Version: 0.0.1~bzr172-1
Distribution: experimental
Urgency: low
Maintainer: Debian Bazaar Maintainers pkg-bazaar-ma...@lists.alioth.debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 bzr-pipeline - Bazaar plugin for managing a pipeline of changes
Changes: 
 bzr-pipeline (0.0.1~bzr172-1) experimental; urgency=low
 .
   * New upstream snapshot.
Checksums-Sha1: 
 d8be8e23cb78c976ead3aac8962992b34cda6dfe 1355 bzr-pipeline_0.0.1~bzr172-1.dsc
 0b049597ccff975f25b7c9736e2f986e2dace565 28844 
bzr-pipeline_0.0.1~bzr172.orig.tar.gz
 02961ed1a2894ba75c0d0f0b68895ca92ebce025 1740 
bzr-pipeline_0.0.1~bzr172-1.debian.tar.gz
 d6b9bf9e9617d4f8b8df0c9a221ea87125b580f5 25668 
bzr-pipeline_0.0.1~bzr172-1_all.deb
Checksums-Sha256: 
 b8ae668d614b0c888917886b07dcecfad6cdab6739ccdd097f23c83dcf348604 1355 
bzr-pipeline_0.0.1~bzr172-1.dsc
 5b18c883a4ec8853e147fc98901c28d432e457d640be74af11feee6903f02fc7 28844 
bzr-pipeline_0.0.1~bzr172.orig.tar.gz
 61dabfdc9d0d85eec2f60411c70d4c86a2ae5a35032fd4bff86be61477248733 1740 
bzr-pipeline_0.0.1~bzr172-1.debian.tar.gz
 67a06b76369eae2dcbeeddea3e5d3a9e663da498da6ad03c4496a215afaa8f96 25668 
bzr-pipeline_0.0.1~bzr172-1_all.deb
Files: 
 e32e9b70a221212a74c05edf41f942d6 1355 vcs optional 
bzr-pipeline_0.0.1~bzr172-1.dsc
 b91266462b895febf9f993e00d9d49da 28844 vcs optional 
bzr-pipeline_0.0.1~bzr172.orig.tar.gz
 04eea3fbe5b824b74d8f232e9c3b8f47 1740 vcs optional 
bzr-pipeline_0.0.1~bzr172-1.debian.tar.gz
 5199a2f40e715e9726ffdc3cc7d8903d 25668 vcs optional 
bzr-pipeline_0.0.1~bzr172-1_all.deb

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

iEYEARECAAYFAkv5OQUACgkQPa9Uoh7vUnZiuACfQU3tdZ6Ckeml+HNllW3pnIro
z9MAn3ZOG5lp7kImoq9KwGoMx8o6U3W/
=2aDa
-END PGP SIGNATURE-


Accepted:
bzr-pipeline_0.0.1~bzr172-1.debian.tar.gz
  to main/b/bzr-pipeline/bzr-pipeline_0.0.1~bzr172-1.debian.tar.gz
bzr-pipeline_0.0.1~bzr172-1.dsc
  to main/b/bzr-pipeline/bzr-pipeline_0.0.1~bzr172-1.dsc
bzr-pipeline_0.0.1~bzr172-1_all.deb
  to main/b/bzr-pipeline/bzr-pipeline_0.0.1~bzr172-1_all.deb
bzr-pipeline_0.0.1~bzr172.orig.tar.gz
  to main/b/bzr-pipeline/bzr-pipeline_0.0.1~bzr172.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/e1ogdap-0001ql...@ries.debian.org



Accepted calibre 0.6.54+dfsg-1 (source all amd64)

2010-05-23 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 May 2010 15:34:44 +0200
Source: calibre
Binary: calibre calibre-bin
Architecture: source all amd64
Version: 0.6.54+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Miriam Ruiz little_m...@yahoo.es
Changed-By: Martin Pitt mp...@debian.org
Description: 
 calibre- e-book converter and library management
 calibre-bin - e-book converter and library management
Closes: 533428 539119 539343 545858 575546
Changes: 
 calibre (0.6.54+dfsg-1) unstable; urgency=low
 .
   * New upstream release. Please see http://calibre.kovidgoyal.net/new_in_6/
 for the list of new features and changes. (Closes: #539343, #575546,
 LP: #529730)
 - Fixes crashes on startup. (Closes: #533428, #539119)
 - Fixes invalid type errors. (Closes: #545858)
   * Overhaul and update the packaging for the new release's build system.
 Changes taken from the Ubuntu branch/package.
   * debian/control: Bump Python dependencies to 2.6, since upstream needs
 it now.
   * debian/rules: Force all hashbang lines to #!/usr/bin/python2.6, as long as
 2.5 is still the default in Debian.
   * Bump Standards-Version to 3.8.4.
Checksums-Sha1: 
 45c935e914e3142483b2fe9a3825eec7ffc70652 1623 calibre_0.6.54+dfsg-1.dsc
 4b2eccba902618fafeefc6bcd2eef583c3e2e678 12615606 
calibre_0.6.54+dfsg.orig.tar.gz
 08acf15e0d7ae91db96680f8072a346fa74fa04d 13878 calibre_0.6.54+dfsg-1.diff.gz
 b6a0f09fac2eb12a06e4c95946680fbf3e331c44 7073200 calibre_0.6.54+dfsg-1_all.deb
 fed6105f94621f542e05a43878867a245be91f6b 157574 
calibre-bin_0.6.54+dfsg-1_amd64.deb
Checksums-Sha256: 
 9f2d3a4eca744e57c610e2a1bb7d86b1a2bd8e7d4b43db2ae9d29d237f46d5bf 1623 
calibre_0.6.54+dfsg-1.dsc
 baca8cfaabb3410a0c4f471d3eb2f16e326bbdcaa68a3d546ebf8423aafdca22 12615606 
calibre_0.6.54+dfsg.orig.tar.gz
 a5c6ce79e5d8aec00333e15abaf41cbcd69bcccad1ba72497abf78dcfd67be32 13878 
calibre_0.6.54+dfsg-1.diff.gz
 2133bfb4ce874ec589f7cc75be87c4f01e37f9fc2777f4cdfa48b4a93dbf515d 7073200 
calibre_0.6.54+dfsg-1_all.deb
 d19280127928d623d89b41dbba3fa5c3242c274615e86e33056c0437e316011e 157574 
calibre-bin_0.6.54+dfsg-1_amd64.deb
Files: 
 cea3c87dd82388ae30a9fad013763806 1623 text extra calibre_0.6.54+dfsg-1.dsc
 0b2f277bdb4f3f61868e7313e4e84964 12615606 text extra 
calibre_0.6.54+dfsg.orig.tar.gz
 b97e716134c41705c8cd7d90ea6ca3b5 13878 text extra calibre_0.6.54+dfsg-1.diff.gz
 9475270d719d3be1b9b30e099ccd2ae6 7073200 text extra 
calibre_0.6.54+dfsg-1_all.deb
 5537e6a16955ec3301a90742196b5004 157574 text extra 
calibre-bin_0.6.54+dfsg-1_amd64.deb

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

iEYEARECAAYFAkv5ME0ACgkQDecnbV4Fd/LMBACgknJy5GKiApuKG5biVeiUinmY
hRQAniNF7UHxWvzzCnPtGN/p34uCvvax
=48xG
-END PGP SIGNATURE-


Accepted:
calibre-bin_0.6.54+dfsg-1_amd64.deb
  to main/c/calibre/calibre-bin_0.6.54+dfsg-1_amd64.deb
calibre_0.6.54+dfsg-1.diff.gz
  to main/c/calibre/calibre_0.6.54+dfsg-1.diff.gz
calibre_0.6.54+dfsg-1.dsc
  to main/c/calibre/calibre_0.6.54+dfsg-1.dsc
calibre_0.6.54+dfsg-1_all.deb
  to main/c/calibre/calibre_0.6.54+dfsg-1_all.deb
calibre_0.6.54+dfsg.orig.tar.gz
  to main/c/calibre/calibre_0.6.54+dfsg.orig.tar.gz


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



Accepted cl-clx-sbcl 0.7.4-3 (source amd64)

2010-05-23 Thread Milan Zamazal
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 May 2010 16:16:24 +0200
Source: cl-clx-sbcl
Binary: cl-clx-sbcl
Architecture: source amd64
Version: 0.7.4-3
Distribution: unstable
Urgency: low
Maintainer: Milan Zamazal p...@debian.org
Changed-By: Milan Zamazal p...@debian.org
Description: 
 cl-clx-sbcl - An X11 Common Lisp client library for SBCL
Closes: 581303
Changes: 
 cl-clx-sbcl (0.7.4-3) unstable; urgency=low
 .
   * Change Architecture from `all' to `any' to comply with architecture
 specific Recommends; closes: #581303.
Checksums-Sha1: 
 251404828c46b338cd5b01dc66d1148d37652073 1034 cl-clx-sbcl_0.7.4-3.dsc
 8b57fb3a30b7bb28fab18877b25ce5d80734dc64 6256 cl-clx-sbcl_0.7.4-3.debian.tar.gz
 967167eee853a9859b536a3618ac1453f7dc68fd 454056 cl-clx-sbcl_0.7.4-3_amd64.deb
Checksums-Sha256: 
 3a9af5d1f3e1ad8aada203fbc6251511109d7a45e353941f8b382f397a35cf95 1034 
cl-clx-sbcl_0.7.4-3.dsc
 ea33d9453594f2f77605ecd2bc8e787f98689aec876ce07d470d115be89e25e0 6256 
cl-clx-sbcl_0.7.4-3.debian.tar.gz
 a612c7548f01409d9da18552b04281785cacc6a70ffe82a0ab1a00b8cfb356d0 454056 
cl-clx-sbcl_0.7.4-3_amd64.deb
Files: 
 e31cacfa63cb17fa74499e208d97df55 1034 lisp optional cl-clx-sbcl_0.7.4-3.dsc
 a127a8bb79620fbbc8cae855b8b5241d 6256 lisp optional 
cl-clx-sbcl_0.7.4-3.debian.tar.gz
 24e409385a117808b5f1e7a3f0742fef 454056 lisp optional 
cl-clx-sbcl_0.7.4-3_amd64.deb

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

iEYEARECAAYFAkv5OfQACgkQkSkk/j3Cm0HLOwCfTvTdZ0Yc8ePFd74AFj9gNiw6
qYUAoMNNGTDe/NSMkkeRnkva+HiKfu8n
=VoKP
-END PGP SIGNATURE-


Accepted:
cl-clx-sbcl_0.7.4-3.debian.tar.gz
  to main/c/cl-clx-sbcl/cl-clx-sbcl_0.7.4-3.debian.tar.gz
cl-clx-sbcl_0.7.4-3.dsc
  to main/c/cl-clx-sbcl/cl-clx-sbcl_0.7.4-3.dsc
cl-clx-sbcl_0.7.4-3_amd64.deb
  to main/c/cl-clx-sbcl/cl-clx-sbcl_0.7.4-3_amd64.deb


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



Accepted cupt 1.5.12 (source all)

2010-05-23 Thread Eugene V. Lyubimkin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 May 2010 16:43:41 +0300
Source: cupt
Binary: libcupt-perl cupt
Architecture: source all
Version: 1.5.12
Distribution: unstable
Urgency: low
Maintainer: Eugene V. Lyubimkin jac...@debian.org
Changed-By: Eugene V. Lyubimkin jac...@debian.org
Description: 
 cupt   - alternative front-end for dpkg -- console interface
 libcupt-perl - alternative front-end for dpkg -- Perl modules
Changes: 
 cupt (1.5.12) unstable; urgency=low
 .
   * Cupt:
 - System:
   - Worker:
 - Ignore Replaces when building new dependency edge because of
   Conlifcts. Dpkg purposedly violates the §7.6.2 of Debian policy.
Checksums-Sha1: 
 7b0d1412df8bd6175e4608b36e29069cfa212348 983 cupt_1.5.12.dsc
 4a32cd84bb0c75340654619352a118506f392930 125832 cupt_1.5.12.tar.gz
 64309cca23089c9e140beee3a5248c8a489a2fb5 150186 libcupt-perl_1.5.12_all.deb
 062574f31ad40b0e270a95965edee3f12111bbb5 67168 cupt_1.5.12_all.deb
Checksums-Sha256: 
 f188a19286d5bd9d4f7e19e482b381f4464ffa2a3acb1ca174a573a11929dd8c 983 
cupt_1.5.12.dsc
 663aec88fc727884d0743a206bdaabc016ba935ac57271845e7a29eaff7bfd75 125832 
cupt_1.5.12.tar.gz
 7592afdfb4259e4af95f76eddae0b642b7b945b547b1e1683b97869e366fc10f 150186 
libcupt-perl_1.5.12_all.deb
 a7774e9e3b9047f637487ee78baba8340915dcd63b5c61397268ab6cec4baab3 67168 
cupt_1.5.12_all.deb
Files: 
 26ae7f959b13de82869bbbc0be54a2a4 983 perl optional cupt_1.5.12.dsc
 42d9dfee305eda383028ee26223c8dd3 125832 perl optional cupt_1.5.12.tar.gz
 0075aa36a9db67ee119d1587f686a802 150186 perl optional 
libcupt-perl_1.5.12_all.deb
 9d4eaf12aaf0547e3fbd767660aeaa8c 67168 perl optional cupt_1.5.12_all.deb

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

iEYEARECAAYFAkv5Mo0ACgkQchorMMFUmYwZvwCfXkR4QPmwuDn8g7H9B+fnVB7I
S88An3WRK/d8Pbrdx8U9bCkzzoss6cWR
=gADQ
-END PGP SIGNATURE-


Accepted:
cupt_1.5.12.dsc
  to main/c/cupt/cupt_1.5.12.dsc
cupt_1.5.12.tar.gz
  to main/c/cupt/cupt_1.5.12.tar.gz
cupt_1.5.12_all.deb
  to main/c/cupt/cupt_1.5.12_all.deb
libcupt-perl_1.5.12_all.deb
  to main/c/cupt/libcupt-perl_1.5.12_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/e1ogdbc-000214...@ries.debian.org



Accepted debiandoc-sgml 1.2.15 (source all)

2010-05-23 Thread Osamu Aoki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Apr 2010 02:03:31 +0900
Source: debiandoc-sgml
Binary: debiandoc-sgml
Architecture: source all
Version: 1.2.15
Distribution: unstable
Urgency: low
Maintainer: Osamu Aoki os...@debian.org
Changed-By: Osamu Aoki os...@debian.org
Description: 
 debiandoc-sgml - DebianDoc SGML DTD and formatting tools
Closes: 568015
Changes: 
 debiandoc-sgml (1.2.15) unstable; urgency=low
 .
   * Fixed manpage.  Closes: #568015
   * Cleaned old maintainer scripts.
Checksums-Sha1: 
 70bd0730a774c4f1958eba391fa77a371e048a47 965 debiandoc-sgml_1.2.15.dsc
 8f125b6e45205af70e23fa5c6c7defbc50398870 120069 debiandoc-sgml_1.2.15.tar.gz
 6a169c18efc9621cee8f15a2107e650acf723766 127186 debiandoc-sgml_1.2.15_all.deb
Checksums-Sha256: 
 bb5169e275d06d8e3fdb13d9e904db454f62cfadf1a4b87d4f2e8a8ea468bf29 965 
debiandoc-sgml_1.2.15.dsc
 4e47fe6507a57fe9814523bece743731c43a0e728ea038cdc4481ae33913f86f 120069 
debiandoc-sgml_1.2.15.tar.gz
 2fe9cf7ccc6d00d061eb687cb96b620d6c4bbed67fe08b35619f2cd0a141a074 127186 
debiandoc-sgml_1.2.15_all.deb
Files: 
 09cc04e74f6eaf29e6e3a64620bd350e 965 text optional debiandoc-sgml_1.2.15.dsc
 f73a0e701621ebea45a56e3f4c6af5e8 120069 text optional 
debiandoc-sgml_1.2.15.tar.gz
 e41ac6798f51cf1135f01a498db29501 127186 text optional 
debiandoc-sgml_1.2.15_all.deb

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

iEYEARECAAYFAkv5PTcACgkQ6A/EwagGHzL80ACfQyOZ9TA0S6dnfwkD7tlfLwAI
/TUAnR8AaEqgItqhbNfLQX978PIntvgo
=wQ9I
-END PGP SIGNATURE-


Accepted:
debiandoc-sgml_1.2.15.dsc
  to main/d/debiandoc-sgml/debiandoc-sgml_1.2.15.dsc
debiandoc-sgml_1.2.15.tar.gz
  to main/d/debiandoc-sgml/debiandoc-sgml_1.2.15.tar.gz
debiandoc-sgml_1.2.15_all.deb
  to main/d/debiandoc-sgml/debiandoc-sgml_1.2.15_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/e1ogdbw-00023a...@ries.debian.org



Accepted dicom3tools 1.0~20100510-1 (source amd64)

2010-05-23 Thread Mathieu Malaterre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 11 May 2010 11:39:07 +0200
Source: dicom3tools
Binary: dicom3tools
Architecture: source amd64
Version: 1.0~20100510-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Mathieu Malaterre mathieu.malate...@gmail.com
Description: 
 dicom3tools - DICOM medical image files manipulation and conversion tools
Changes: 
 dicom3tools (1.0~20100510-1) unstable; urgency=low
 .
   * New upstream (fix pnmtodc for odd length)
Checksums-Sha1: 
 a2e229293a98d9eb031eb609af01aa5ef7efde16 1419 dicom3tools_1.0~20100510-1.dsc
 9387af2c4e931696a4aa6327e6805fc232f1f431 1272012 
dicom3tools_1.0~20100510.orig.tar.gz
 9fcfb013dcc4ec04a337906bb94413cb1ef89a93 12100 
dicom3tools_1.0~20100510-1.diff.gz
 bfe655909029a9129e2fe25eedd1c8f43b29da72 5515510 
dicom3tools_1.0~20100510-1_amd64.deb
Checksums-Sha256: 
 57ab2aab38a438796ba2f4d45e89410f043270d2be9850dd0f3d39828a0f515b 1419 
dicom3tools_1.0~20100510-1.dsc
 bee59793096b8d24beb82d4ac930833ff460835e4e588df3166d8ea95ce3ce35 1272012 
dicom3tools_1.0~20100510.orig.tar.gz
 b6f13a2b1e91f4bd94c75ca14f968c5fbf0a4d563d2e9d5c1195c13682f074ff 12100 
dicom3tools_1.0~20100510-1.diff.gz
 c05ad72ef4e62c71349287dcc6fcf7a5630b2389a73907923f24dc6b18804dc2 5515510 
dicom3tools_1.0~20100510-1_amd64.deb
Files: 
 5f56be898c6f5cecdfda8eae7f8a6049 1419 graphics extra 
dicom3tools_1.0~20100510-1.dsc
 afeed7623ff416c0bb4de6168cb6b6b6 1272012 graphics extra 
dicom3tools_1.0~20100510.orig.tar.gz
 abd61dd2379a208bdcb5172f4a1ca7d4 12100 graphics extra 
dicom3tools_1.0~20100510-1.diff.gz
 100750a586cdbb8dfad737d0e8aedc5a 5515510 graphics extra 
dicom3tools_1.0~20100510-1_amd64.deb

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

iEYEARECAAYFAkv5PbkACgkQEpFKvQ6iPyuCUgCfegH3I1ntKlJWihdYxBVPYfTO
i3EAoIqC4tZltig2X4kFbCWO1a4g2NEF
=u7Zx
-END PGP SIGNATURE-


Accepted:
dicom3tools_1.0~20100510-1.diff.gz
  to main/d/dicom3tools/dicom3tools_1.0~20100510-1.diff.gz
dicom3tools_1.0~20100510-1.dsc
  to main/d/dicom3tools/dicom3tools_1.0~20100510-1.dsc
dicom3tools_1.0~20100510-1_amd64.deb
  to main/d/dicom3tools/dicom3tools_1.0~20100510-1_amd64.deb
dicom3tools_1.0~20100510.orig.tar.gz
  to main/d/dicom3tools/dicom3tools_1.0~20100510.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/e1ogdbo-00028f...@ries.debian.org



Accepted libatomic-ops 7.2~alpha5+cvs20100523-1 (source i386)

2010-05-23 Thread Ian Wienand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 21 May 2010 15:47:12 -0700
Source: libatomic-ops
Binary: libatomic-ops-dev
Architecture: source i386
Version: 7.2~alpha5+cvs20100523-1
Distribution: unstable
Urgency: low
Maintainer: Ian Wienand i...@debian.org
Changed-By: Ian Wienand i...@debian.org
Description: 
 libatomic-ops-dev - A library for atomic operations (development files)
Closes: 580211
Changes: 
 libatomic-ops (7.2~alpha5+cvs20100523-1) unstable; urgency=low
 .
   * Update from upstream CVS
   * Closes: 580211 -- avr support integrated upstream (Thanks Stefano!)
Checksums-Sha1: 
 77928ad9208eb2d8de2d22cf8dd6d06681841a16 1184 
libatomic-ops_7.2~alpha5+cvs20100523-1.dsc
 1f043e8b27c2fb17d8f2c73777974e4c5031dfda 284580 
libatomic-ops_7.2~alpha5+cvs20100523.orig.tar.gz
 8db8451bedb6dc775dfc40eb6202a7cf4149b00c 9731 
libatomic-ops_7.2~alpha5+cvs20100523-1.diff.gz
 d69e63104133ba38ebb3fbcda7c14c0f92c177aa 79588 
libatomic-ops-dev_7.2~alpha5+cvs20100523-1_i386.deb
Checksums-Sha256: 
 718e684906d4a310af0ab5201d578e999fd7953dc12462b15ea34ddff8767cd1 1184 
libatomic-ops_7.2~alpha5+cvs20100523-1.dsc
 ffeb45f69da5385f0acc0be6028a015463596dcd47f09f734b451f4505255c28 284580 
libatomic-ops_7.2~alpha5+cvs20100523.orig.tar.gz
 a7b50c804b377458dc189178e4cbf053c3337c1d2e47ef9dc8768233809d29f8 9731 
libatomic-ops_7.2~alpha5+cvs20100523-1.diff.gz
 a8bd831807850e530c87c6b093fd195f8b4c99917e020baf049ac78a100dcf2d 79588 
libatomic-ops-dev_7.2~alpha5+cvs20100523-1_i386.deb
Files: 
 6139b02bf6d1c61fb5aef0b6e0fbeb2a 1184 libdevel optional 
libatomic-ops_7.2~alpha5+cvs20100523-1.dsc
 09cf91851a75d89b14a769955a5cd160 284580 libdevel optional 
libatomic-ops_7.2~alpha5+cvs20100523.orig.tar.gz
 42b81dd03855c977d9e0f559f07f50ec 9731 libdevel optional 
libatomic-ops_7.2~alpha5+cvs20100523-1.diff.gz
 de70c2b418edc84cf86486683f530979 79588 libdevel optional 
libatomic-ops-dev_7.2~alpha5+cvs20100523-1_i386.deb

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

iEYEARECAAYFAkv5STsACgkQWDlSU/gp6eePlACfe+/4mHAD8oo0+ozEq+7XTV85
FdAAoIedvSXZmZHvwH/tYM+8UxN+a7FO
=Sj0z
-END PGP SIGNATURE-


Accepted:
libatomic-ops-dev_7.2~alpha5+cvs20100523-1_i386.deb
  to main/liba/libatomic-ops/libatomic-ops-dev_7.2~alpha5+cvs20100523-1_i386.deb
libatomic-ops_7.2~alpha5+cvs20100523-1.diff.gz
  to main/liba/libatomic-ops/libatomic-ops_7.2~alpha5+cvs20100523-1.diff.gz
libatomic-ops_7.2~alpha5+cvs20100523-1.dsc
  to main/liba/libatomic-ops/libatomic-ops_7.2~alpha5+cvs20100523-1.dsc
libatomic-ops_7.2~alpha5+cvs20100523.orig.tar.gz
  to main/liba/libatomic-ops/libatomic-ops_7.2~alpha5+cvs20100523.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/e1ogdch-0002c8...@ries.debian.org



Accepted libcddb 1.3.2-2 (source i386)

2010-05-23 Thread Eugene V. Lyubimkin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 May 2010 17:32:31 +0300
Source: libcddb
Binary: libcddb2-dev libcddb2
Architecture: source i386
Version: 1.3.2-2
Distribution: unstable
Urgency: low
Maintainer: Eugene V. Lyubimkin jac...@debian.org
Changed-By: Eugene V. Lyubimkin jac...@debian.org
Description: 
 libcddb2   - library to access CDDB data - runtime files
 libcddb2-dev - library to access CDDB data - development files
Changes: 
 libcddb (1.3.2-2) unstable; urgency=low
 .
   * debian/control:
 - Added build-dependencies on libcdio-dev and pkg-config.
   * debian/rules:
 - Use dpkg-buildpackage's CFLAGS as base ones.
Checksums-Sha1: 
 1b9b738f15b94fcf3c2a50a73b17054fcde97440 1053 libcddb_1.3.2-2.dsc
 1d797594bf6ed9d9cd0b4bfc972e1d690f0214ef 2686 libcddb_1.3.2-2.diff.gz
 a2075de25fc9e771c6f97c47c67ddef0d6b01fe5 88738 libcddb2-dev_1.3.2-2_i386.deb
 90b0290af6021063186e4f618b9f1321c02ab896 50352 libcddb2_1.3.2-2_i386.deb
Checksums-Sha256: 
 8d0404cfa944a6d65b3bd182c5589ae87a0bdd31597b1c0e84771bd3f02259e9 1053 
libcddb_1.3.2-2.dsc
 5c1cd4acf6933e67e5799632fa5a96266734a640218d3b7ef7a56fe17b9b66cd 2686 
libcddb_1.3.2-2.diff.gz
 00716bb52202b786afb3b72c4c5f1b18e6ad03d7697a0f2b0eee078ae509d4b8 88738 
libcddb2-dev_1.3.2-2_i386.deb
 f125c4c276ac90f2a63741749c560094321fecbf2c5bab4ca83b3ae17b02a4ba 50352 
libcddb2_1.3.2-2_i386.deb
Files: 
 947d403b43a509ddd2ecaec5d6fb261b 1053 devel optional libcddb_1.3.2-2.dsc
 1b4946fdeb0e16d4abe6add95953ee04 2686 devel optional libcddb_1.3.2-2.diff.gz
 727338e2cf5fd019f3bacd28dddf4a5a 88738 libdevel optional 
libcddb2-dev_1.3.2-2_i386.deb
 a23b0138935d02a287bc43b29651a64c 50352 libs optional libcddb2_1.3.2-2_i386.deb

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

iEYEARECAAYFAkv5PSoACgkQchorMMFUmYxO9ACdF/0+E14xq3MrQNeS7nQR8LSh
nYcAoIL7QIOLJee/1fpivWVnpyQ24GrQ
=EuGp
-END PGP SIGNATURE-


Accepted:
libcddb2-dev_1.3.2-2_i386.deb
  to main/libc/libcddb/libcddb2-dev_1.3.2-2_i386.deb
libcddb2_1.3.2-2_i386.deb
  to main/libc/libcddb/libcddb2_1.3.2-2_i386.deb
libcddb_1.3.2-2.diff.gz
  to main/libc/libcddb/libcddb_1.3.2-2.diff.gz
libcddb_1.3.2-2.dsc
  to main/libc/libcddb/libcddb_1.3.2-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/e1ogdcu-0002fh...@ries.debian.org



Accepted libdevel-repl-perl 1.003010-1 (source all)

2010-05-23 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 23 May 2010 16:34:46 +0200
Source: libdevel-repl-perl
Binary: libdevel-repl-perl
Architecture: source all
Version: 1.003010-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libdevel-repl-perl - module for building a modern Perl interactive shell
Changes: 
 libdevel-repl-perl (1.003010-1) unstable; urgency=low
 .
   * New upstream release.
   * Move libdata-dumper-concise-perl from Recommends to Depends for
 consistency.
   * Update DEP3-style patch headers.
Checksums-Sha1: 
 82e166bc585bdc87671912be1be10d204795a36c 2571 libdevel-repl-perl_1.003010-1.dsc
 25191ed92f760b15483159b50bc38df454dc87e2 52687 
libdevel-repl-perl_1.003010.orig.tar.gz
 5167290e8bb6c050a5c63c5478b0201d36340fc4 4526 
libdevel-repl-perl_1.003010-1.debian.tar.gz
 f0d5c52093387536f377dbf87b377857e0b9996c 105970 
libdevel-repl-perl_1.003010-1_all.deb
Checksums-Sha256: 
 940d5ff7b04c6d07b08297d157ce5cad2b0690c1b709e3b606b2698442bd4c7a 2571 
libdevel-repl-perl_1.003010-1.dsc
 10d0a9abb99210b02d926eb735b19768614aa7e7651019e7174fd2b60f8cb24d 52687 
libdevel-repl-perl_1.003010.orig.tar.gz
 19c644acdf709f4228a4b84ed162959183420a3a06df443ad3b14ccbb691ca0e 4526 
libdevel-repl-perl_1.003010-1.debian.tar.gz
 c76f32ea654a54ea8e53245bf94446ec2552c3fc726fac958843ea19970120cd 105970 
libdevel-repl-perl_1.003010-1_all.deb
Files: 
 8f22f7b8ae21cd8deaa42716bd75fdfc 2571 perl optional 
libdevel-repl-perl_1.003010-1.dsc
 ca7c0218528c5b210c2621d04244083e 52687 perl optional 
libdevel-repl-perl_1.003010.orig.tar.gz
 6aba15a0cf056f250b6644f4c3824482 4526 perl optional 
libdevel-repl-perl_1.003010-1.debian.tar.gz
 3cf0556b757172dfb62a8724ddc28980 105970 perl optional 
libdevel-repl-perl_1.003010-1_all.deb

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

iQIcBAEBCAAGBQJL+T2EAAoJELs6aAGGSaoGbLcP/jtXAWSkmWNqYS0PpxvoG10P
yXdWgVYXpYn7R1jUePiJeagSzOyZMVyMW6Rv0dPGuMBjvBcwSGPMgfpJ9+pu04lS
vmfQWUxtFAa/WnVg+/mV8urQ/pL7FKFzcR3s8luROog/Gf93SY1pXsMhYgBgFzNF
vbGZuSDJM1cGh/SWhqesbBJiQ7fvdaoKA43eIb11Zc0gng/kI6KGLiUFKaICpHoN
nV6PyC3wbysLrgmoUultW3DUvfWRTzOHVzq++9EMqpI4d831bI+cSoWEAILDioeR
CLUB3Nf9sEhfd8F+E9RogQwwh/zxOwN81qjRfATMOSJ3ps6+RpsTn6nnx5e6TtZS
olIQ8cENfvrlRTjL5vVsY/sgWeATCLipcGxRZDWr5e5VL+tbKgIoLM4qz1bUSQ9w
3J46yh8+grrRgtxXsSqsDmDxNfAIgD5dLz3tmNHW4DP2PPvfHmzVUB8sbuatAY0C
b0RgJ+AEeKKWijXHUuql6cFNwtq7Xw3z+GgV2PXetSJyg/z3jgHkdRQhjU+qUFAq
hEeGE8briLgEabEiJKav2PRN3G6FP/ZaXO4GRROUh07PI89L0JmKedrxgsGbM/Ym
6DRo0BFDIVj5H8rNNaBmZOOFu8FOcrr1ykN0C8QzTrQ34I/NN0Ba48Gc1c3lA3j6
RQxVmtZEzz5c1jV6RPS4
=n1po
-END PGP SIGNATURE-


Accepted:
libdevel-repl-perl_1.003010-1.debian.tar.gz
  to main/libd/libdevel-repl-perl/libdevel-repl-perl_1.003010-1.debian.tar.gz
libdevel-repl-perl_1.003010-1.dsc
  to main/libd/libdevel-repl-perl/libdevel-repl-perl_1.003010-1.dsc
libdevel-repl-perl_1.003010-1_all.deb
  to main/libd/libdevel-repl-perl/libdevel-repl-perl_1.003010-1_all.deb
libdevel-repl-perl_1.003010.orig.tar.gz
  to main/libd/libdevel-repl-perl/libdevel-repl-perl_1.003010.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/e1ogdcf-0002hu...@ries.debian.org



Accepted libfile-mmagic-xs-perl 0.09006-1 (source i386)

2010-05-23 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 23 May 2010 16:46:59 +0200
Source: libfile-mmagic-xs-perl
Binary: libfile-mmagic-xs-perl
Architecture: source i386
Version: 0.09006-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libfile-mmagic-xs-perl - Perl module to guess file type (à la mod_mime_magic)
Changes: 
 libfile-mmagic-xs-perl (0.09006-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 5828bd0440cd726da6578f5c6f0205b510b47e9d 2125 
libfile-mmagic-xs-perl_0.09006-1.dsc
 998589850acecea153acfdcfa5aac00383f47cae 156127 
libfile-mmagic-xs-perl_0.09006.orig.tar.gz
 8110be40e94ed0ecc660b4e63085c2589bf4484f 4164 
libfile-mmagic-xs-perl_0.09006-1.debian.tar.gz
 87969ebfbd9694c05d3b041472d438d726930663 34886 
libfile-mmagic-xs-perl_0.09006-1_i386.deb
Checksums-Sha256: 
 8b2bbdbbd3384d0eac8d79a29196df1ccaeb2a2d3a638bb3325144c4dff343be 2125 
libfile-mmagic-xs-perl_0.09006-1.dsc
 51595ebcad5c839385dc7dfea85514371b25bd79a28b2b780d9f83d20bc01a1f 156127 
libfile-mmagic-xs-perl_0.09006.orig.tar.gz
 5d15b84ec99cbeb74177229dec4a8cbc6f72879a3c39d2d1cef5d23e1a109e55 4164 
libfile-mmagic-xs-perl_0.09006-1.debian.tar.gz
 77cfb5a0ecc0cadf462586b5dab16424c27d5432f830b84d67f13a2a6e00de4c 34886 
libfile-mmagic-xs-perl_0.09006-1_i386.deb
Files: 
 7b631e430f301d66858f2c19c0916223 2125 perl optional 
libfile-mmagic-xs-perl_0.09006-1.dsc
 50e9c4ee9744264923207d8f0a993912 156127 perl optional 
libfile-mmagic-xs-perl_0.09006.orig.tar.gz
 2d97966fbd081c2d59a7aa649cb5375c 4164 perl optional 
libfile-mmagic-xs-perl_0.09006-1.debian.tar.gz
 e79bf8becae9bf67d10f0755584a5127 34886 perl optional 
libfile-mmagic-xs-perl_0.09006-1_i386.deb

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

iQIcBAEBCAAGBQJL+UAtAAoJELs6aAGGSaoGQVYQAJk0Zxq9RhCmY3bly6BHTp3J
5VKldok6bDa6wQe5uQIABUTLMTUMZJDmWk9MnsYd6oA92359h7ld6h3s0LRShUxF
DyekhdBywY0Nl1PKkBANTNXvZo7ek2SfWRPXw+XC9EhkTXDrQIY95muWF4ABTl2y
wOAs2kzGFUmuYvVqeIeb8g7gRme73U6cw3NxoTGcOS7mlnXHum1Q9y1MuPY/CfBP
1vtLglC4K3JuYv3Mqoz1CmO/pqNVZv7xORZrpUuByug0W0qwslNABspsC/3fJf/q
P+m/I7/BFT1cSDKec/+4Cc1lpHpoOqsrIb6vgr68eB4MRC9OrUhpprp0Ny7w5v5C
qBPPjZhhc5PoykQh6wsu9HT3zS0/7f640bnDFrtIhtRbcYNJ9KACY5qOBaRFifM5
RHs5AC87YymRG89mJ9kmjJPD1o66M+muAOohRS0q7wZeS45ULDzOGn3mbNZHiqvN
SZ+Odw8bzTq2wLut9ghaumNsu5NEPn0kmiDZY+CXjKmh4Hc9uTwy19z1P+2y5O9q
klHhMPNda6OBXsypMrYchKZDoXrEuuAb02DqN26g1ZAfZ2xSD8EOzJ4OJW95
Zt1TY92Le0zPVJruD7TMG6Im9BPWBz7sF2cEi+/4405n23ZsYZmHyJwCwdDNoXdM
8CruzZMpUHbzILhDcDeq
=EzPo
-END PGP SIGNATURE-


Accepted:
libfile-mmagic-xs-perl_0.09006-1.debian.tar.gz
  to 
main/libf/libfile-mmagic-xs-perl/libfile-mmagic-xs-perl_0.09006-1.debian.tar.gz
libfile-mmagic-xs-perl_0.09006-1.dsc
  to main/libf/libfile-mmagic-xs-perl/libfile-mmagic-xs-perl_0.09006-1.dsc
libfile-mmagic-xs-perl_0.09006-1_i386.deb
  to main/libf/libfile-mmagic-xs-perl/libfile-mmagic-xs-perl_0.09006-1_i386.deb
libfile-mmagic-xs-perl_0.09006.orig.tar.gz
  to main/libf/libfile-mmagic-xs-perl/libfile-mmagic-xs-perl_0.09006.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/e1ogdcs-0002jw...@ries.debian.org



Accepted libhtml-template-pro-perl 0.95-1 (source i386)

2010-05-23 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 23 May 2010 17:04:07 +0200
Source: libhtml-template-pro-perl
Binary: libhtml-template-pro-perl
Architecture: source i386
Version: 0.95-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libhtml-template-pro-perl - Perl module to use HTML Templates from CGI scripts
Changes: 
 libhtml-template-pro-perl (0.95-1) unstable; urgency=low
 .
   * New upstream release.
   * Refresh DEP3 patch header.
Checksums-Sha1: 
 7dae2bd2245d224f33ffcf045eccb4798f630477 2288 
libhtml-template-pro-perl_0.95-1.dsc
 84e0a0a74e7ad1ce121847dd66c2a9344dafe342 168944 
libhtml-template-pro-perl_0.95.orig.tar.gz
 daeac691ea29c9ac4959ee83809b42ffd9d5378d 5726 
libhtml-template-pro-perl_0.95-1.debian.tar.gz
 73bef7980ddc5bc57326013371f257c93cebe510 109512 
libhtml-template-pro-perl_0.95-1_i386.deb
Checksums-Sha256: 
 3611712f1ad203e8270098a696ae207091679fe03b132b97ec8d1f9b58ed10b2 2288 
libhtml-template-pro-perl_0.95-1.dsc
 a254353231a607c74b54687a5782d2136c6c54826ceecce5c3b3ab96b7336275 168944 
libhtml-template-pro-perl_0.95.orig.tar.gz
 5ae03de76808105cad62c7bddedfc25d2cc9bba5d57386462bec142613f8872f 5726 
libhtml-template-pro-perl_0.95-1.debian.tar.gz
 1bdb0559f2b8475794a16e10a1ba5414cf4ff2f02e84e03e5bc4ffc301d6ee82 109512 
libhtml-template-pro-perl_0.95-1_i386.deb
Files: 
 909d9d87803d8fb9a3df841bbe470301 2288 perl optional 
libhtml-template-pro-perl_0.95-1.dsc
 b2b76284417473c36ec2c3f6446b82f5 168944 perl optional 
libhtml-template-pro-perl_0.95.orig.tar.gz
 0d95ba1b6df9001a1d3e8418adfc4249 5726 perl optional 
libhtml-template-pro-perl_0.95-1.debian.tar.gz
 d7ad87fbd6c84761b6885c41512be3cb 109512 perl optional 
libhtml-template-pro-perl_0.95-1_i386.deb

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

iQIcBAEBCAAGBQJL+URKAAoJELs6aAGGSaoG9xsP+wbwwp6bw36vmMZMM+LYS+jO
qI2Xn8DphOnkbyL/cIPGBumIoShvmSMDX0iSt4eALgbKEJJmt51o30ytizKlcn+g
JdQZGva6PSCWijI11HVxU4AQynrbEkUkmMYQXWK7f76blz5Lcdy9VgR9tvvPGiMc
SEpESsgWDdnBnD6kxyflmAHh7tAxeYFhhz2lyKJg7TFoE5+vV1fjkoxBCo2z0sqa
Vk14KStg4+LB5GAbb4cIwxV+uMTUgPsJUhRvwU77Piscqv8IXAWh9uhIX2so8W4D
RvyDEA4vWPwg7YifAfvIhmLQCmH8YWMvxa4YduvOEYikLBm+x/YyWS2UWCgnvrNV
z6+tZpehupEBkLybDlAsKvcgnk2bsMfM7Gyk4WyBUbv+Vhqv9b5cQEZHRa2wd3Ro
FVySSNvywB7rlJYhCKYe/lBvW+7Mxk0bo7EPLam37T/fgmlU8mJlQB2QFuVkyrvx
Y0TLCgPmk2qykfVUgKvIGt0sz8Mrd+w5GhqBIpXBt0UMRGu0MIJodintwK4wukpL
IZeQnZeh+YyNelgXFg8FqsnM9iuARRyCQD8BCsnygWhN+3AUqtYAL0Bkxvb0ok0H
H04yss3Zkn7foTZZuf/W7QXc18OTfeXrjVC7mH954O+UZW3PKipqT63D6BWIOfin
Q7E0L062PRRFNiyZFn3x
=UqS/
-END PGP SIGNATURE-


Accepted:
libhtml-template-pro-perl_0.95-1.debian.tar.gz
  to 
main/libh/libhtml-template-pro-perl/libhtml-template-pro-perl_0.95-1.debian.tar.gz
libhtml-template-pro-perl_0.95-1.dsc
  to main/libh/libhtml-template-pro-perl/libhtml-template-pro-perl_0.95-1.dsc
libhtml-template-pro-perl_0.95-1_i386.deb
  to 
main/libh/libhtml-template-pro-perl/libhtml-template-pro-perl_0.95-1_i386.deb
libhtml-template-pro-perl_0.95.orig.tar.gz
  to 
main/libh/libhtml-template-pro-perl/libhtml-template-pro-perl_0.95.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/e1ogdd3-0002n0...@ries.debian.org



Accepted pcmanfm 0.9.5-2 (source i386)

2010-05-23 Thread 李健秋
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 May 2010 23:04:11 +0800
Source: pcmanfm
Binary: pcmanfm pcmanfm-dbg
Architecture: source i386
Version: 0.9.5-2
Distribution: unstable
Urgency: low
Maintainer: Debian LXDE Packaging Team 
pkg-lxde-maintain...@lists.alioth.debian.org
Changed-By: Andrew Lee (李健秋) ajq...@debian.org
Description: 
 pcmanfm- an extremely fast and lightweight file manager
 pcmanfm-dbg - an extremely fast and lightweight file manager - debugging symbol
Closes: 502225 506243 509257 518683 532973 535810 570114 581033
Changes: 
 pcmanfm (0.9.5-2) unstable; urgency=low
 .
   * Upload to sid. No new additional bug report since last upload into
 experimental. (Closes:#506243, #509257, #532973, #502225, #535810,
 #570114, #581033, #518683)
   * debian/control:
 Adjusted depends/recommends for people who doesn't want to have gvfs
 on their system. Without gvfs installed, pcmanfm would still works
 but lose volume management and trashcan support.
 - Drop depends on gamin, shared-mime-info, desktop-file-utils, dbus,
   xdg-user-dirs
 - Recommends on lxde-icon-theme | gnome-icon-theme, gvfs-backends,
   gvfs-fuse
Checksums-Sha1: 
 2de62dcfe2b4f2d36e54ca0a75e2f8c1e5ee6663 1504 pcmanfm_0.9.5-2.dsc
 3635f0e445a93bd6195bf7cc2397dde356533b87 13023 pcmanfm_0.9.5-2.debian.tar.gz
 1cf46d598d82e374f2161cda605444585e20fa12 119208 pcmanfm_0.9.5-2_i386.deb
 7ee4e126b0c388c35c4dfe768edd831c9a6959e6 119746 pcmanfm-dbg_0.9.5-2_i386.deb
Checksums-Sha256: 
 f8317f2c5120ffd2811c01c3259391fa1ef6b9c69f59a5e13cf9f040d1b4c111 1504 
pcmanfm_0.9.5-2.dsc
 5f1c5d76c0acc02b8b7a514e046b89c2805c0989e353b7dbe4679efba500fa91 13023 
pcmanfm_0.9.5-2.debian.tar.gz
 e43a99fa6b010c48cc167619a5174aa40e136be45bdc9c0cbab494bfc853c7d3 119208 
pcmanfm_0.9.5-2_i386.deb
 438d3db29bbc86d41a9dcf3c65d788fd30015ce0dc175a6112c86f9941d5fa12 119746 
pcmanfm-dbg_0.9.5-2_i386.deb
Files: 
 d7d345e1442ae309a6eb727c1ef17105 1504 utils optional pcmanfm_0.9.5-2.dsc
 057d8258b8ab0400b1b26eda6b4b40ce 13023 utils optional 
pcmanfm_0.9.5-2.debian.tar.gz
 ed9dae2d73ee9d60f1523623de179113 119208 utils optional pcmanfm_0.9.5-2_i386.deb
 4b20334ef4e259301e8984d9d9fa 119746 debug extra 
pcmanfm-dbg_0.9.5-2_i386.deb

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

iEYEARECAAYFAkv5SIUACgkQnQYz4bYlCYXExgCgvy5/4iJhnxOI6sfrzCqBpvB0
rgcAn06oMpZQPUHghWpihjsueaOQEcRD
=Mwa+
-END PGP SIGNATURE-


Accepted:
pcmanfm-dbg_0.9.5-2_i386.deb
  to main/p/pcmanfm/pcmanfm-dbg_0.9.5-2_i386.deb
pcmanfm_0.9.5-2.debian.tar.gz
  to main/p/pcmanfm/pcmanfm_0.9.5-2.debian.tar.gz
pcmanfm_0.9.5-2.dsc
  to main/p/pcmanfm/pcmanfm_0.9.5-2.dsc
pcmanfm_0.9.5-2_i386.deb
  to main/p/pcmanfm/pcmanfm_0.9.5-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/e1ogddi-0002sl...@ries.debian.org



Accepted tcp-wrappers 7.6.q-19 (source i386)

2010-05-23 Thread Marco d'Itri
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 May 2010 16:32:42 +0200
Source: tcp-wrappers
Binary: tcpd libwrap0 libwrap0-dev
Architecture: source i386
Version: 7.6.q-19
Distribution: unstable
Urgency: low
Maintainer: Marco d'Itri m...@linux.it
Changed-By: Marco d'Itri m...@linux.it
Description: 
 libwrap0   - Wietse Venema's TCP wrappers library
 libwrap0-dev - Wietse Venema's TCP wrappers library, development files
 tcpd   - Wietse Venema's TCP wrapper utilities
Changes: 
 tcp-wrappers (7.6.q-19) unstable; urgency=low
 .
   * Made piuparts happy by removing /etc/hosts.{allow,deny} on purge, even
 if the package is never purged on real systems.
   * Moved the documentation in libwrap0 and made the documentation
 directory of the other packages a symlink.
   * Converted to source format 3.0 (quilt).
   * Switched to debhelper level 7.
Checksums-Sha1: 
 108fda703597e4aab1f8f51962a5ff527042634b 1043 tcp-wrappers_7.6.q-19.dsc
 dde6d24e4a2dbd449d2bb34d9d1a4d47e5df66d4 40774 
tcp-wrappers_7.6.q-19.debian.tar.gz
 e55353802f3b282333ecb8b22d6bad45582b9e4d 36094 tcpd_7.6.q-19_i386.deb
 92e7872716bc2ba7d4144db7aae03029b1992db7 49874 libwrap0_7.6.q-19_i386.deb
 7e04c9d7304e431d4f92308415ff65639ccc8267 21116 libwrap0-dev_7.6.q-19_i386.deb
Checksums-Sha256: 
 482f8b817e4f07eb91f424a77e622fc14b33290161ffd641b2712e53d40780d5 1043 
tcp-wrappers_7.6.q-19.dsc
 51e4e6331e64b824fac2218351375f058a3da6d07dc2eba921247ae7578a910d 40774 
tcp-wrappers_7.6.q-19.debian.tar.gz
 5823300c8c2726737d16163b4c51bd65dceea43aaf1c655e9c69ea6d5d3f32c2 36094 
tcpd_7.6.q-19_i386.deb
 3e22edf29a8ea1fff84cd898f82fedd57b5d4d1c4140a23d27be28ea2f35ed28 49874 
libwrap0_7.6.q-19_i386.deb
 dbc27385b5e8486ef279bbc4426b1fcde8dda64f71c60747c831b3d66c8e7703 21116 
libwrap0-dev_7.6.q-19_i386.deb
Files: 
 172840796086bbe0955fd5c9caed0260 1043 net important tcp-wrappers_7.6.q-19.dsc
 5624b8f3fb9453ec1e81aa8fd99e1407 40774 net important 
tcp-wrappers_7.6.q-19.debian.tar.gz
 feced6bb86b5bf79445403bdc9b94229 36094 net standard tcpd_7.6.q-19_i386.deb
 d803ca51c7a6dc0dd35e1ea7f7fb68f5 49874 libs important 
libwrap0_7.6.q-19_i386.deb
 d19584e87c09669e69f1ddb858ff98c2 21116 libdevel optional 
libwrap0-dev_7.6.q-19_i386.deb

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

iEYEARECAAYFAkv5P4IACgkQFGfw2OHuP7FWZACfdlCgMaLdGmLsQ97H6o7JG6Zg
mLoAn0EgglKYkQOPjdzSJcypEgL2ZPXs
=2IsQ
-END PGP SIGNATURE-


Accepted:
libwrap0-dev_7.6.q-19_i386.deb
  to main/t/tcp-wrappers/libwrap0-dev_7.6.q-19_i386.deb
libwrap0_7.6.q-19_i386.deb
  to main/t/tcp-wrappers/libwrap0_7.6.q-19_i386.deb
tcp-wrappers_7.6.q-19.debian.tar.gz
  to main/t/tcp-wrappers/tcp-wrappers_7.6.q-19.debian.tar.gz
tcp-wrappers_7.6.q-19.dsc
  to main/t/tcp-wrappers/tcp-wrappers_7.6.q-19.dsc
tcpd_7.6.q-19_i386.deb
  to main/t/tcp-wrappers/tcpd_7.6.q-19_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/e1ogddx-0002z5...@ries.debian.org



Accepted tevent 0.9.9~git20100522-1 (source amd64)

2010-05-23 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 May 2010 15:37:56 +0200
Source: tevent
Binary: libtevent0 libtevent-dev
Architecture: source amd64
Version: 0.9.9~git20100522-1
Distribution: experimental
Urgency: low
Maintainer: Jelmer Vernooij jel...@debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 libtevent-dev - talloc-based event loop library - development files
 libtevent0 - talloc-based event loop library - shared library
Changes: 
 tevent (0.9.9~git20100522-1) experimental; urgency=low
 .
   * New upstream snapshot.
Checksums-Sha1: 
 02205d8b130d621f798d100596222599d7571549 1149 tevent_0.9.9~git20100522-1.dsc
 b6b6637f2da44d5915d9196f50c7ef592cbb4481 457489 
tevent_0.9.9~git20100522.orig.tar.gz
 e794dfb0863d8c2243c483a7bfa937b1031ace98 3627 
tevent_0.9.9~git20100522-1.debian.tar.gz
 636541134a5cfd38dd6dba02da8765252e264946 24410 
libtevent0_0.9.9~git20100522-1_amd64.deb
 1de9716b53c792cc576b1f600d5ab39ce04dd4a7 33130 
libtevent-dev_0.9.9~git20100522-1_amd64.deb
Checksums-Sha256: 
 602a4b3fbf429ebe80eeafdc8f4d7df205fb551fd9f68d1457501e0c54fd2c2f 1149 
tevent_0.9.9~git20100522-1.dsc
 d4a2fd74d213d55d158d9536f009d8f63dc85ef5e9e7401321e1ea5633276930 457489 
tevent_0.9.9~git20100522.orig.tar.gz
 57fe530654a54b9d5bf48c2bab4e0acf0fce24e5991eb872f6df14504fad9a7d 3627 
tevent_0.9.9~git20100522-1.debian.tar.gz
 a7d58e86cda498b237d58a34728e35b738e15f81da16a80893fa80659fa3d8f5 24410 
libtevent0_0.9.9~git20100522-1_amd64.deb
 f43e43f29137b521cf4c761c29030b1e8ae6b3ca150b4432e391ee87091a2dcd 33130 
libtevent-dev_0.9.9~git20100522-1_amd64.deb
Files: 
 1ba839de61a706f9e216f2bb0c1b3944 1149 devel optional 
tevent_0.9.9~git20100522-1.dsc
 871709520075ab206a0473b86a3d196a 457489 devel optional 
tevent_0.9.9~git20100522.orig.tar.gz
 1e49c69380cb5be77b35ec187f09f62f 3627 devel optional 
tevent_0.9.9~git20100522-1.debian.tar.gz
 a83c989cb43002eb752e6c3f28544e55 24410 libs optional 
libtevent0_0.9.9~git20100522-1_amd64.deb
 c84a84d3e0edf187f0c0136ecba8c4b0 33130 libdevel optional 
libtevent-dev_0.9.9~git20100522-1_amd64.deb

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

iEYEARECAAYFAkv5MMoACgkQPa9Uoh7vUnangACfddMcvNdLfiLEq8oFsv8OmtXi
60AAn1rq+EgOolGwXxN58L7jMwyaoIeT
=dBSH
-END PGP SIGNATURE-


Accepted:
libtevent-dev_0.9.9~git20100522-1_amd64.deb
  to main/t/tevent/libtevent-dev_0.9.9~git20100522-1_amd64.deb
libtevent0_0.9.9~git20100522-1_amd64.deb
  to main/t/tevent/libtevent0_0.9.9~git20100522-1_amd64.deb
tevent_0.9.9~git20100522-1.debian.tar.gz
  to main/t/tevent/tevent_0.9.9~git20100522-1.debian.tar.gz
tevent_0.9.9~git20100522-1.dsc
  to main/t/tevent/tevent_0.9.9~git20100522-1.dsc
tevent_0.9.9~git20100522.orig.tar.gz
  to main/t/tevent/tevent_0.9.9~git20100522.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/e1ogddk-0002dh...@ries.debian.org



Accepted html2text 1.3.2a-15 (source i386)

2010-05-23 Thread Eugene V. Lyubimkin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 May 2010 18:27:27 +0300
Source: html2text
Binary: html2text
Architecture: source i386
Version: 1.3.2a-15
Distribution: unstable
Urgency: low
Maintainer: Eugene V. Lyubimkin jac...@debian.org
Changed-By: Eugene V. Lyubimkin jac...@debian.org
Description: 
 html2text  - advanced HTML to text converter
Closes: 576033 582199
Changes: 
 html2text (1.3.2a-15) unstable; urgency=low
 .
   * debian/copyright:
 - Applied formatting improvements patch from Jari Aalto. (Closes: #576033)
   * debian/control:
 - Bumped 'Standards-Version' to 3.8.4, no changes needed.
 - Updated my mail address.
 - Added '{misc:Depends}' to dependencies.
   * debian/patches:
 - 510-disable-backspaces.patch: refreshed.
 - 550-skip-numbers-in-html-tag-attributes.patch: new patch by Eric Krohn.
   (Closes: #582199)
   * debian/README.source:
 - Added with quilt usage as content.
   * debian/tests:
 - Added a test for new patch.
 - Echo test case names while running.
Checksums-Sha1: 
 e1c0e90fe1eb8078b1ce2a169d67f90605d74c98 1191 html2text_1.3.2a-15.dsc
 15ba3a1859371b94ac5657238c876b553ca2eb5b 67783 html2text_1.3.2a-15.diff.gz
 4d6bfcfb2a1f95d219f748e9f1594b07fff9842c 100934 html2text_1.3.2a-15_i386.deb
Checksums-Sha256: 
 ff6968d5a55bd91f300d4c43cddab5f8bf9d5dbb926b82a4fe883eac54c252ac 1191 
html2text_1.3.2a-15.dsc
 05ec73b19714b05ec87ca298ad7cf900e3e04563facaa09b899d9faf9127d5f5 67783 
html2text_1.3.2a-15.diff.gz
 02b3313a8ae2efea7dc12e2469e3cf170eb2a30d18aaf3e9d7524ae09f164323 100934 
html2text_1.3.2a-15_i386.deb
Files: 
 b45ca91ef81863121afe33f836e13ea1 1191 web optional html2text_1.3.2a-15.dsc
 72b603e4cc264aaac53267d037dab7ef 67783 web optional html2text_1.3.2a-15.diff.gz
 c2c26fe70d8e18a94207d1017f6f0720 100934 web optional 
html2text_1.3.2a-15_i386.deb

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

iEYEARECAAYFAkv5SfkACgkQchorMMFUmYzZegCeIGx448nC1FpLe5KiY3gyV6MI
cLEAn3KrvBcSLVlMzhc13KepCXyYNzjs
=W++j
-END PGP SIGNATURE-


Accepted:
html2text_1.3.2a-15.diff.gz
  to main/h/html2text/html2text_1.3.2a-15.diff.gz
html2text_1.3.2a-15.dsc
  to main/h/html2text/html2text_1.3.2a-15.dsc
html2text_1.3.2a-15_i386.deb
  to main/h/html2text/html2text_1.3.2a-15_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/e1ogdoo-0003b4...@ries.debian.org



Accepted libwww-cnic-perl 0.32-1 (source all)

2010-05-23 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 23 May 2010 18:12:37 +0200
Source: libwww-cnic-perl
Binary: libwww-cnic-perl
Architecture: source all
Version: 0.32-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libwww-cnic-perl - CentralNic Perl toolkit
Changes: 
 libwww-cnic-perl (0.32-1) unstable; urgency=low
 .
   * New upstream release.
   * Update DEP3 patch headers.
   * Add /me to Uploaders.
   * Remove debian/README.source (quilt remnant).
   * Add new patch to fix some spelling mistakes.
Checksums-Sha1: 
 9f05c171a84749c930c1fdea13b3f0a9819bbc20 2086 libwww-cnic-perl_0.32-1.dsc
 78e7f67fd7b215c07e8a9723110c45977a4fd541 28634 
libwww-cnic-perl_0.32.orig.tar.gz
 dccefbcdb16a2f28eb582fab246eb448974a1648 3903 
libwww-cnic-perl_0.32-1.debian.tar.gz
 89dd6788cf0ebde48f05179d5b137aacc52f3a90 101862 libwww-cnic-perl_0.32-1_all.deb
Checksums-Sha256: 
 dff87c1ff730e52fbf426f43a0b83d0d01873a05a7c88742bf50f1b55d460f80 2086 
libwww-cnic-perl_0.32-1.dsc
 a2221d92b2b53fe575d6bba5b05416191fbe3072fd2698c45d017dd8de134902 28634 
libwww-cnic-perl_0.32.orig.tar.gz
 f87bb539ec010939d7ee101a4b9f74ec197a2bc4d58fd7c475b85d6bfaba7c55 3903 
libwww-cnic-perl_0.32-1.debian.tar.gz
 6a0a367190c51ce2099eb2c02c6cdb32d80ccf3e6d57d920568e26d5c95aa32e 101862 
libwww-cnic-perl_0.32-1_all.deb
Files: 
 d742e6af33c3f991ebbb0a85cbdab010 2086 perl optional libwww-cnic-perl_0.32-1.dsc
 ea8ffcaf2177ea1cbcb3c27668c56f78 28634 perl optional 
libwww-cnic-perl_0.32.orig.tar.gz
 81267a8b441fdea229fa722bed837b06 3903 perl optional 
libwww-cnic-perl_0.32-1.debian.tar.gz
 9ab66498ed2a6174b7570391ec19acc2 101862 perl optional 
libwww-cnic-perl_0.32-1_all.deb

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

iQIcBAEBCAAGBQJL+VQxAAoJELs6aAGGSaoG9lgQAJCBCMrdPiS1V6+FLZ5uw9BI
64svYGpLY/41bQ/i+VVHjzis7N9hR/9QKtaOWHtNGC3EgHdsIs4bkSi6suWBl9UC
KQAidXuEuQYbl3gzekh3U5ZpbK346lyOaBDvPMl4tdTZoltdZ0Uom0fZ+q/mLG/8
CZFwCGl8u8LH4Nc3poLxvFTKkF9WQIKBbLVA5sNTP9zA6VwDFZ0dfcOE0klFfNfO
zPwE0zSN7gb3OKGqISh8TVmN3zL6eWwCmTpcwHwZBOhQUQ4/4HV7uKJvY4iHbb9r
JXkyd5Zy87Z6l7VEj7LThyWchNCBLQ+a5lDaec4rgQK9h9aih/6ppyzQl/8b6KEA
BUK6CvJaYiIkpzGwhueUq+4yUPnGtafnmdHsrtqm9FhuOP18hR2yejM7oJDcFeXg
fkQ87mnKMhGQytfv8bOMEQ3pVtsZKKJeOOb7b6HveraDnA6KC6FNgNqt2eClkW8J
X/vsEbPj/ZaXg2IgwvrNL0v7mpf+KKCQ5poG5Pk7JN894K7XhzhiUg70h0OZRxUB
UjdLjGN7Lg86MLvki/3GwHPR2ANbASY8q+mDL0qZrsCSplSbmoB2GbCPzJwAcgyN
2ManXOGfknsmzlsdLh4HC+jiU/sYpWH7U9BaFlNs/Uu/e5pM0DdyRtzXeIsiZ45J
W4TOCGdEzYDiEYZNMu/A
=2kFH
-END PGP SIGNATURE-


Accepted:
libwww-cnic-perl_0.32-1.debian.tar.gz
  to main/libw/libwww-cnic-perl/libwww-cnic-perl_0.32-1.debian.tar.gz
libwww-cnic-perl_0.32-1.dsc
  to main/libw/libwww-cnic-perl/libwww-cnic-perl_0.32-1.dsc
libwww-cnic-perl_0.32-1_all.deb
  to main/libw/libwww-cnic-perl/libwww-cnic-perl_0.32-1_all.deb
libwww-cnic-perl_0.32.orig.tar.gz
  to main/libw/libwww-cnic-perl/libwww-cnic-perl_0.32.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/e1ogdre-0005wa...@ries.debian.org



Accepted libcatalyst-action-rest-perl 0.85-1 (source all)

2010-05-23 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 23 May 2010 18:27:36 +0200
Source: libcatalyst-action-rest-perl
Binary: libcatalyst-action-rest-perl
Architecture: source all
Version: 0.85-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libcatalyst-action-rest-perl - module for automatic REST method dispatching
Changes: 
 libcatalyst-action-rest-perl (0.85-1) unstable; urgency=low
 .
   [ Jonathan Yu ]
   * New upstream release
 .
   [ gregor herrmann ]
   * Add /me to Uploaders.
   * Add libjson-perl to Suggests.
Checksums-Sha1: 
 91615610d6e6ac8f8bcc0be1aa90720e55326760 2473 
libcatalyst-action-rest-perl_0.85-1.dsc
 5e8aecd033d96321d831146f8ba2ff6521551639 61087 
libcatalyst-action-rest-perl_0.85.orig.tar.gz
 be9d30db3a3d47dada030a81ca893e4553a47136 2517 
libcatalyst-action-rest-perl_0.85-1.debian.tar.gz
 ea65736beb50c0dbeafd96bb0680b5f82dea5bae 53650 
libcatalyst-action-rest-perl_0.85-1_all.deb
Checksums-Sha256: 
 6e8e476b67a099fc4fa2ba275afb5f2ad88cd5ba4e46fb602d96ad27d35c2271 2473 
libcatalyst-action-rest-perl_0.85-1.dsc
 8d9348835b470a44b48fa088224a7b0822dae0a751988d10d5df28d15b8b50ae 61087 
libcatalyst-action-rest-perl_0.85.orig.tar.gz
 14aa73e9cc0272cb44b9a6677efec3122fb063c0523e676269ad987d9d9ccd4f 2517 
libcatalyst-action-rest-perl_0.85-1.debian.tar.gz
 98e18cada319ef5d79a40ad36664e8ff2e3dd8313614d3d097a03b182c67da2d 53650 
libcatalyst-action-rest-perl_0.85-1_all.deb
Files: 
 0c66d46e36643e99e022efb72dfcdafb 2473 perl optional 
libcatalyst-action-rest-perl_0.85-1.dsc
 a39c58cc357ed4cf38544ea16a881d67 61087 perl optional 
libcatalyst-action-rest-perl_0.85.orig.tar.gz
 e8507e8a44d0a4ee25235e53dc780ba9 2517 perl optional 
libcatalyst-action-rest-perl_0.85-1.debian.tar.gz
 45cd0464d1ee81963142d65b9af9504d 53650 perl optional 
libcatalyst-action-rest-perl_0.85-1_all.deb

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

iQIcBAEBCAAGBQJL+Vf0AAoJELs6aAGGSaoGmGcP/iuQmm5xatE+CdzrPWqKluTJ
QmLDvm8RWPXT3ceTP3bSvbWXWT8vklX9AB4qlap2In9Z1QcpIU2iVBL8BamofKOE
R/0tvH/EyRJT9Uu+VTrfDL5HMDHZZQM0PiuY6B7HHQgvyt+flJGcG/C11OihuZR4
uAv+YLHq8y/VbB3/LNpG36YfuPrriYOLaYTuhVK7m3cIaK/ahK82andLGRYV/6H1
uDdcwltMtUpuCobKwta/oZXz8vq35UqfAnql9fci1Gkx+UjNg4hPIYaAcfF3Kjzm
BGyJuc8RWRsrlA1htb7lMK+7OjBlucXpHqc0eE1n5AqO/SNWXkTGeU7KBumjSRsi
3CMKzmpTu88A37z90xS+WFH3eMJPAalsn7t164t7UHfCW5c5Z/CVv3wrpsA1gjvh
roxPRDk5MUEJsVTLoD9ESFrd46LgTC2RRYB6ZKVkOH0fPCtzjbGxFJRzbyIqEms2
pfwnvHw8FozIiRTa90KWK11FxWYfEhqsBourhwITxYQc1vunwBK14oIos8MVDX3b
NG6nhk/w5O9yNgjW1fIEvgp/usAoSNTTbSmgZDzQIwDqE1w15zTrGHSLIzFFhpbb
xaVPjC9fPCdN+KQtevUjhrTKomL2+LXi1TG+067Mvnx6I7/9HTbvBcTpct7FGHGZ
p3F7CRAdOsG8eA4AQb/b
=+abA
-END PGP SIGNATURE-


Accepted:
libcatalyst-action-rest-perl_0.85-1.debian.tar.gz
  to 
main/libc/libcatalyst-action-rest-perl/libcatalyst-action-rest-perl_0.85-1.debian.tar.gz
libcatalyst-action-rest-perl_0.85-1.dsc
  to 
main/libc/libcatalyst-action-rest-perl/libcatalyst-action-rest-perl_0.85-1.dsc
libcatalyst-action-rest-perl_0.85-1_all.deb
  to 
main/libc/libcatalyst-action-rest-perl/libcatalyst-action-rest-perl_0.85-1_all.deb
libcatalyst-action-rest-perl_0.85.orig.tar.gz
  to 
main/libc/libcatalyst-action-rest-perl/libcatalyst-action-rest-perl_0.85.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/e1ogekx-000771...@ries.debian.org



Accepted ballz 1.0.1-2 (source i386 all)

2010-05-23 Thread Sylvain Beucler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 May 2010 13:35:50 +0200
Source: ballz
Binary: ballz ballz-data ballz-dbg
Architecture: source i386 all
Version: 1.0.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Sylvain Beucler b...@beuc.net
Description: 
 ballz  - B.A.L.L.Z. - platform/puzzle game where you control a rolling bal
 ballz-data - B.A.L.L.Z. - game data
 ballz-dbg  - debugging symbols for ballz
Changes: 
 ballz (1.0.1-2) unstable; urgency=low
 .
   * Use debhelper 7
   * Use 3.0 source format
   * Mention that 'BSD-license' has a slightly different wording than the
 canonical BSD license (namely, references to the university or to the
 regents were changed to match the developers team)
   * Precise GPL version used for the packaging
   * Don't build ballz.xpm which was never used, and so drop build-depends
 to imagemagick
   * Ignore 'ancien-libtool' lintian warning, caused by unused ltmain.sh
 lying around
Checksums-Sha1: 
 f2c71c173f6b658bf56cc168716af254ca46c659 1795 ballz_1.0.1-2.dsc
 068c90d75802d2b834058b29ec132bd025291210 3494 ballz_1.0.1-2.debian.tar.gz
 3f22144d5d9ab2fb6e437a3aa828cad45f4f76ee 62886 ballz_1.0.1-2_i386.deb
 f1c33db53f4b2c18c6b563fc7f3964a59480e7cf 65660 ballz-data_1.0.1-2_all.deb
 00dae63c58ba9a7aea92a59c2f9bee3b72a0026f 496412 ballz-dbg_1.0.1-2_i386.deb
Checksums-Sha256: 
 089d2ba8d7d5531c4c674a709559aa0057c836ebf6508caeddb24d0d3d7ffce7 1795 
ballz_1.0.1-2.dsc
 3250ad2f5ad773e91362defb290156a5db628a1ec853d5f1f33212dd525d9b49 3494 
ballz_1.0.1-2.debian.tar.gz
 ddc248cebf6ec0cbce461d14baa745e0ad76ea29810190a5831b61252b7f61f2 62886 
ballz_1.0.1-2_i386.deb
 f86274720a39acfa9fe306414f7fc546d5d0d4d8f4e46cf31706002b9f167631 65660 
ballz-data_1.0.1-2_all.deb
 84d102c46df22342c29978640d6a15b5ca3f3d279a44f6f284c29b4f60069fc1 496412 
ballz-dbg_1.0.1-2_i386.deb
Files: 
 c4d315d2cb7660cde19e6367de7efc97 1795 games optional ballz_1.0.1-2.dsc
 11fe26dbbd7e8e2456c19efc79df61fb 3494 games optional 
ballz_1.0.1-2.debian.tar.gz
 80b3a6f19b6d10ce2d7adf9c495d9b4a 62886 games optional ballz_1.0.1-2_i386.deb
 6020f1416f91340e4a2c1f72c3abe182 65660 games optional 
ballz-data_1.0.1-2_all.deb
 669c5aaf780b975d5eaf459f219a0ca2 496412 debug extra ballz-dbg_1.0.1-2_i386.deb

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

iQIVAwUBS/lerue/yOyVhhEJAQoXkBAAxSjQABJ01r77+vRgK7qZx70FOfsd4crg
xPghuPQYg2hFwAdvfm6nVonduHV8cDyHssnxA4lp52H7u4flvNwd5Umba8kl+4CE
SSRzvhdBwF5IKi3AlUawLJ1iN223BkRG+UelRk2Tl01tCQ340BkSJV6BaxbzhOH+
Nen3O2AgPc6F/9jTYoVLGwYDRBSS3i26HeXOHOrhC65D53ZnJ7Aa52tMdAJNdMXR
Z4Z8cCkLmHAm9X3PqhEHz4BpIlcqtCh+H2XaFQqaxT9DMoqeDYp3DUA14LII3cWd
jgED8NmQbbOg14krJFvy9C1cqug46D+ksovG63gnMiK2udHIssxoR0hKr10+u+2U
30Rf5Rw7aNdnQKq/MwfJvcPJ2Lvxzg0O4CyKTwHP9sIHWrzdfv9JlR+sFB7+6fR5
vePx3g+Pr1PPR1Rbf8rsqmpU9RNbV7iBhJVb/1JyHFBJgpfOyOsw097XvYRgFfAa
93mXVXI6Q3vrmkCwrQCrtMYADMUE62ZJ/Qy/OSjXO3zxvxC8uyT7dJK7pFRE0wBb
xWw40YsQnWbobbQRB6ebCKRoT8CR3XM9YNK9uP645EG8kRN551wzgqkIFwygOmtM
VLunH/4hcGNO86mpCHWAeGn07hJRQRRheHxXkeHl5idrz3Bq9cmnqDfFBQ4DqfO2
TZ51BiKUxtc=
=jKbi
-END PGP SIGNATURE-


Accepted:
ballz-data_1.0.1-2_all.deb
  to main/b/ballz/ballz-data_1.0.1-2_all.deb
ballz-dbg_1.0.1-2_i386.deb
  to main/b/ballz/ballz-dbg_1.0.1-2_i386.deb
ballz_1.0.1-2.debian.tar.gz
  to main/b/ballz/ballz_1.0.1-2.debian.tar.gz
ballz_1.0.1-2.dsc
  to main/b/ballz/ballz_1.0.1-2.dsc
ballz_1.0.1-2_i386.deb
  to main/b/ballz/ballz_1.0.1-2_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ogez1-6z...@ries.debian.org



Accepted gxneur 0.9.9-1 (source i386)

2010-05-23 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 22 May 2010 16:52:19 +0400
Source: gxneur
Binary: gxneur
Architecture: source i386
Version: 0.9.9-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 gxneur - GTK+ frontend for xneur keyboard layout switcher
Changes: 
 gxneur (0.9.9-1) unstable; urgency=low
 .
   * New Upstream version 0.9.9
   * debian/control: Increased xneur's version in depends.
   * 01_old_gtk_compat.patch removed: fixed ustream.
   * 03_fix_ftbfs_with_binutils_gold.patch updated to new version.
Checksums-Sha1: 
 93eb5f3673718abd88451024a584e4714ea83e8f 1488 gxneur_0.9.9-1.dsc
 eb1586e5b5b75a4c16af42240b45e784b96c477f 380171 gxneur_0.9.9.orig.tar.bz2
 95db36ff867c3150d1812ed9edb1ac88468ccd0e 8641 gxneur_0.9.9-1.debian.tar.gz
 becff00795274316fcb64efc21ed51ee518e9f7a 100902 gxneur_0.9.9-1_i386.deb
Checksums-Sha256: 
 3c36ad6922768cb40d5e1be5a12fc0ae2843ee9611c451ac93cdbb9a34eab747 1488 
gxneur_0.9.9-1.dsc
 f0c28ef32c979a87e6bc418865cd92b3ca4c960491dd39711cec1dccefdd0685 380171 
gxneur_0.9.9.orig.tar.bz2
 4feb6131a40f9f013fabda56eed08ccbbe0291a0e1097bc7c6354bff32dc0bdf 8641 
gxneur_0.9.9-1.debian.tar.gz
 22180fab73be8e1ba95b737ab53b8f226f774e93255dbd881f9b497914d32f5c 100902 
gxneur_0.9.9-1_i386.deb
Files: 
 82b37f60d52b265f79cb946709c1ed6d 1488 x11 optional gxneur_0.9.9-1.dsc
 8d6bb1adee2af04db2b482b3b16cc6b4 380171 x11 optional gxneur_0.9.9.orig.tar.bz2
 8fb420d6f151c0abc196942b60752cae 8641 x11 optional gxneur_0.9.9-1.debian.tar.gz
 178a49bdf2d9b1bb09a68e7199ef645e 100902 x11 optional gxneur_0.9.9-1_i386.deb

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

iQEcBAEBCAAGBQJL+SQRAAoJEMqH6egqrDPxGAEH/A9ST4f4xuz1eCAknO9i8eYT
iHtQp5qwUXucIOsZIDzjj/hDsz4MzBlJgcltNZVehtl/OCpRntcpzi88t4k/V7bj
DxxtVwXjEkTN6hcBmmhJMqPIYcXLq12kHkSlvOKA1o8nm4gqDExGvkRhpdK0YiXx
JYPxQU0qt6WThQDshnQXr01EH4mfwgUAp+OUWsPP8kT3eNIl6vr55tz+Jmd1V81P
2a1LcCLxr697o9iYXIhKSsjJPNrslpCTZ2YuBteT2IPHn1eZPf7oGuCo7Mx/4uX6
GHQtaRu/zUlTTl57pIjy11AkH1aIH8RZol7VzrUPAljFYxHBt31v3IF+NnicRj4=
=PRms
-END PGP SIGNATURE-


Accepted:
gxneur_0.9.9-1.debian.tar.gz
  to main/g/gxneur/gxneur_0.9.9-1.debian.tar.gz
gxneur_0.9.9-1.dsc
  to main/g/gxneur/gxneur_0.9.9-1.dsc
gxneur_0.9.9-1_i386.deb
  to main/g/gxneur/gxneur_0.9.9-1_i386.deb
gxneur_0.9.9.orig.tar.bz2
  to main/g/gxneur/gxneur_0.9.9.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/e1ogezk-iy...@ries.debian.org



Accepted get-iplayer 2.76-2 (source all)

2010-05-23 Thread Jonathan Wiltshire
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 May 2010 18:14:06 +0100
Source: get-iplayer
Binary: get-iplayer
Architecture: source all
Version: 2.76-2
Distribution: unstable
Urgency: low
Maintainer: Jonathan Wiltshire deb...@jwiltshire.org.uk
Changed-By: Jonathan Wiltshire deb...@jwiltshire.org.uk
Description: 
 get-iplayer - download/stream available BBC iPlayer TV and radio programmes
Closes: 582659
Changes: 
 get-iplayer (2.76-2) unstable; urgency=low
 .
   * Use source Format: 3.0 (quilt)
   * New patch limelight-cdn-582659 after the BBC changed their CDN paths
 (Closes: #582659) - thanks to fsck
Checksums-Sha1: 
 a71341dd41e33b22b231b3675bcb87986df7a57a 1711 get-iplayer_2.76-2.dsc
 22ce18f3741d1165069252f4d47e1100fa24d3f2 4041 get-iplayer_2.76-2.debian.tar.gz
 63d2ebb92cc54550d8fef247eea7c3a8131f6f58 130376 get-iplayer_2.76-2_all.deb
Checksums-Sha256: 
 ee342e1642d18eaa0a8ef003eafed0138b1bca3ba56c1c695a2f04191aa13e22 1711 
get-iplayer_2.76-2.dsc
 05e817e1e1776b35cefe724cad26903d8d84e76564339c692b06c5357adb 4041 
get-iplayer_2.76-2.debian.tar.gz
 8e5f49b6eebf206eb76ca669760a9ed00f1dc077baaa3ff19277a318a2e0c3d9 130376 
get-iplayer_2.76-2_all.deb
Files: 
 10d70bd05f1d402728dcd9c8d64617be 1711 video optional get-iplayer_2.76-2.dsc
 57c1bc6d43e6f4e71f86916a258edc0f 4041 video optional 
get-iplayer_2.76-2.debian.tar.gz
 553516d4a6ce8a4b23fcbf241e24bb6f 130376 video optional 
get-iplayer_2.76-2_all.deb

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

iQIcBAEBAgAGBQJL+WL3AAoJEFOUR53TUkxR35wP/A5r3UZOrDH2JqWhTHLdKifH
VoV3LCToTUyss2p8yg37MYsyuNvqY0mwPFVZ4ONh+JzxjQYfEkz6uRUPc8CRCDk4
+SclaWCROWFuHAxB2ES56Fy3Hdc3tbUwO5mq8ij/Di9a/ax0Yo6jSJ3V7M8/R2vh
Xrp3CbDr6/zzsyK2+wvFTlToy2MCxsuizTkXgEvR4Xx8M7POC28TaWaAY7Lm
o5bRckKcWpixRAF6CX46KubUWGcyPk7Ms52orU0Kq6qCnzH5tKU62Gg3YFCUlHFc
pALyLfG6OrO0BVwhYUJmVGtUtXRtIg8Yk7ZE2kUA328x7gG9lFWK+A+qM+eXufoe
WC05rU5qS1QdtVCMCbqkqUU8YBEql011UUioKyxPI/cYr4Heu2Xdn7kPXqkzWtTm
EG+nxRAPaOS+31vt011HzEOwYDsHt1mwSvjJP7laQSKMG93zaomZhCRV0t53bBaR
0b5j0wcrOUdzEx3jGpadzPKhh17wGwqxkGdoWtLXmdRQl7ciYZv6s9DxadJEzO4v
6h+DxbE4k+EUkOLj9EF414tf/CqK+oNeGHlzuQq0aeg+NwqbUTgPK0SQGrgDC/Ob
dI9rFYNlu+bA1AUnMwbEutbo9JDOY/VNO7KgkBiAwqOG2fNupJAhf//X8vdmIX5T
5KT7mFaAOU8BsHE1rl6r
=1Xi9
-END PGP SIGNATURE-


Accepted:
get-iplayer_2.76-2.debian.tar.gz
  to main/g/get-iplayer/get-iplayer_2.76-2.debian.tar.gz
get-iplayer_2.76-2.dsc
  to main/g/get-iplayer/get-iplayer_2.76-2.dsc
get-iplayer_2.76-2_all.deb
  to main/g/get-iplayer/get-iplayer_2.76-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/e1ogf20-0001qv...@ries.debian.org



Accepted foff 0.99.5-8 (source all)

2010-05-23 Thread Chris Silva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 08 May 2010 22:06:34 -0500
Source: foff
Binary: foff
Architecture: source all
Version: 0.99.5-8
Distribution: unstable
Urgency: low
Maintainer: Chris Silva rac...@makeworld.com
Changed-By: Chris Silva rac...@makeworld.com
Description: 
 foff   - X/GTK+ FTP client - Free Open FTP Face
Closes: 575842
Changes: 
 foff (0.99.5-8) unstable; urgency=low
 .
   * New maintainer (Closes: #575842).
Checksums-Sha1: 
 287825f1494528c670aa1f2e47288eaba3c19b41 1070 foff_0.99.5-8.dsc
 639d18ac120ec6a9580090fe7cd7f8d403a5809f 12857 foff_0.99.5-8.debian.tar.gz
 d263bc1476c8dccaaa3e4d1630c93bbb73c419e6 97402 foff_0.99.5-8_all.deb
Checksums-Sha256: 
 0fa0c642516af29f278b91538039b8a3af603ef9d9d5f97dce565bb23abf8279 1070 
foff_0.99.5-8.dsc
 560619eb5d460c09c47b36b737a433a9888c315bfe78868889225d41b8e9b10c 12857 
foff_0.99.5-8.debian.tar.gz
 b27110f1262d523bc3ade9f476e334d5fc62161280cdf20ac66d8a529fe12547 97402 
foff_0.99.5-8_all.deb
Files: 
 363d7dd54d9d66e16b3e14f7b876ea54 1070 net optional foff_0.99.5-8.dsc
 9b3ad689e35c9907c337334c8c2c9b1e 12857 net optional foff_0.99.5-8.debian.tar.gz
 1e387711d7e79ae18cc3ab92e0d75af2 97402 net optional foff_0.99.5-8_all.deb

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

iEYEARECAAYFAkv5ZzIACgkQnXjXEYa8KlCnMwCeI7GToLrcKupvMgNWK7/xbncs
y8cAn0dEcbAJ/JW1ZbtSV77a5vxmlnUe
=tccs
-END PGP SIGNATURE-


Accepted:
foff_0.99.5-8.debian.tar.gz
  to main/f/foff/foff_0.99.5-8.debian.tar.gz
foff_0.99.5-8.dsc
  to main/f/foff/foff_0.99.5-8.dsc
foff_0.99.5-8_all.deb
  to main/f/foff/foff_0.99.5-8_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/e1ogfgw-0002to...@ries.debian.org



Accepted lfm 2.1-3 (source all)

2010-05-23 Thread Chris Silva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 22 May 2010 17:25:11 -0500
Source: lfm
Binary: lfm
Architecture: source all
Version: 2.1-3
Distribution: unstable
Urgency: low
Maintainer: Chris Silva rac...@makeworld.com
Changed-By: Chris Silva rac...@makeworld.com
Description: 
 lfm- simple but powerful file manager for the UNIX console
Closes: 582707
Changes: 
 lfm (2.1-3) unstable; urgency=low
 .
   * New maintainer (Closes: #582707).
   * Bump Standards-Version to 3.8.4
Checksums-Sha1: 
 d4e84b349fb908727377531b1125705dbafbc1a6 1046 lfm_2.1-3.dsc
 0ca8e95c2ec896d55a5ca191722a8b2470e7b457 3849 lfm_2.1-3.debian.tar.gz
 8ad7fc9b080d90a5d4fb3307b5d23f757ad5d859 102684 lfm_2.1-3_all.deb
Checksums-Sha256: 
 878b30549cbf2e5b9f8f049356a62c53d384e39b8b2de6e59ffcc1f1af5f298b 1046 
lfm_2.1-3.dsc
 0ebf573cd2968467f5115a741b3468c1d03f5d262994a45b33128b4f9b754737 3849 
lfm_2.1-3.debian.tar.gz
 a23ceb380a33446843d24cc9e291099ead73cd3ee8becce66884ccd7a672bc80 102684 
lfm_2.1-3_all.deb
Files: 
 a2c901cc61b0c52f18ec6f14e70cf600 1046 utils optional lfm_2.1-3.dsc
 a8b8e2723bbc5027634d56c26dc438ac 3849 utils optional lfm_2.1-3.debian.tar.gz
 e4d59b990be9567d251d297e5cb63fc5 102684 utils optional lfm_2.1-3_all.deb

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

iEYEARECAAYFAkv5ZzQACgkQnXjXEYa8KlAz1ACfQFoJvRel9dvl3h2a8rIYmKSa
KfIAnjbbxrofvmS2QJGwF0082CPrR4NG
=SRcj
-END PGP SIGNATURE-


Accepted:
lfm_2.1-3.debian.tar.gz
  to main/l/lfm/lfm_2.1-3.debian.tar.gz
lfm_2.1-3.dsc
  to main/l/lfm/lfm_2.1-3.dsc
lfm_2.1-3_all.deb
  to main/l/lfm/lfm_2.1-3_all.deb


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



Accepted qa-assistant 0.4.90.5-4 (source all)

2010-05-23 Thread Chris Silva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 08 May 2010 14:51:10 -0500
Source: qa-assistant
Binary: qa-assistant
Architecture: source all
Version: 0.4.90.5-4
Distribution: unstable
Urgency: low
Maintainer: Chris Silva rac...@makeworld.com
Changed-By: Chris Silva rac...@makeworld.com
Description: 
 qa-assistant - quality-assurance checklist assistant
Closes: 575841
Changes: 
 qa-assistant (0.4.90.5-4) unstable; urgency=low
 .
   * New maintainer (Closes: #575841).
   * Bump Standards-Version to 3.8.4
Checksums-Sha1: 
 cea1f8864057f749053cc2fcc6842e29d4e790e5 1218 qa-assistant_0.4.90.5-4.dsc
 16031c0f7ebce4d2082e0f183cf76d6cf7104cc9 8882 
qa-assistant_0.4.90.5-4.debian.tar.gz
 383a2921fcc45ec99d83203c933ef404b1a2790a 127912 qa-assistant_0.4.90.5-4_all.deb
Checksums-Sha256: 
 cfbf66b9311d0b3a5081d3dd372e5f7e6667173ee512971d13bd727d501148b4 1218 
qa-assistant_0.4.90.5-4.dsc
 0caf90deb5dd69d131b9becdfa733a20a7a5530158a922ac4e23cbb62ccfb009 8882 
qa-assistant_0.4.90.5-4.debian.tar.gz
 3e51cdcedb74b3dfe7bcea52a3ee8bd47d4d6437d9f209a31aeabda19846aeae 127912 
qa-assistant_0.4.90.5-4_all.deb
Files: 
 4f7812bc6954b83daebfcc1884014db6 1218 gnome optional 
qa-assistant_0.4.90.5-4.dsc
 e3017f0a0f15402480c16cfbc2fb9922 8882 gnome optional 
qa-assistant_0.4.90.5-4.debian.tar.gz
 9d1fa996bd852068f37336ebd02a33a8 127912 gnome optional 
qa-assistant_0.4.90.5-4_all.deb

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

iEYEARECAAYFAkv5ZzUACgkQnXjXEYa8KlD8twCghBjNl2KIJLuMC1a6X/ccsE9a
9kUAmwVVmQeVsdjEPqx+wSMETCr0WSdE
=OUX7
-END PGP SIGNATURE-


Accepted:
qa-assistant_0.4.90.5-4.debian.tar.gz
  to main/q/qa-assistant/qa-assistant_0.4.90.5-4.debian.tar.gz
qa-assistant_0.4.90.5-4.dsc
  to main/q/qa-assistant/qa-assistant_0.4.90.5-4.dsc
qa-assistant_0.4.90.5-4_all.deb
  to main/q/qa-assistant/qa-assistant_0.4.90.5-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/e1ogfgp-0002y8...@ries.debian.org



Accepted xmltv 0.5.57-3 (source all)

2010-05-23 Thread Chris Butler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 May 2010 19:21:05 +0100
Source: xmltv
Binary: xmltv libxmltv-perl xmltv-util xmltv-gui
Architecture: source all
Version: 0.5.57-3
Distribution: unstable
Urgency: low
Maintainer: Chris Butler chr...@debian.org
Changed-By: Chris Butler chr...@debian.org
Description: 
 libxmltv-perl - Perl libraries related to the XMLTV file format for TV listings
 xmltv  - Functionality related to the XMLTV file format for TV listings
 xmltv-gui  - Graphical user interface related to the XMLTV file format
 xmltv-util - Utilities related to the XMLTV file format for TV listings
Closes: 582781
Changes: 
 xmltv (0.5.57-3) unstable; urgency=low
 .
   * Added missing (build-)dependency on libtext-iconv-perl (closes: #582781)
   * Reverted previous nonsensical change (doesn't work given xmltv is
 arch:all!). Moved liblinux-dvb-perl to Suggests instead, and patched
 tv_grab_it_dvb to die with an explaination on non-linux platforms.
Checksums-Sha1: 
 a6fc9409594efb356d4058c27422e39738265e44 2603 xmltv_0.5.57-3.dsc
 62dee266e5b3d31c44b5a9b45ce7ddf6536f3f4b 23546 xmltv_0.5.57-3.debian.tar.gz
 870bda93b2f5e207cefc48d8712156375dc2bc70 193362 xmltv_0.5.57-3_all.deb
 e46a61153dafa18f67f980eea47a76e7a03dd9fd 364750 libxmltv-perl_0.5.57-3_all.deb
 237f7864df64d96419cba1eab22eae4dbaa380a7 704142 xmltv-util_0.5.57-3_all.deb
 df3773fb5169c5359d61a878ecd4424d1da8 248162 xmltv-gui_0.5.57-3_all.deb
Checksums-Sha256: 
 34867041ba2cc973a3a658bb90f84073084f332fce2227a72da5059a4f8b9869 2603 
xmltv_0.5.57-3.dsc
 c46c5316808d256b3768bef0890bdf7eb133611ab440fc3ef8e90daecafad26e 23546 
xmltv_0.5.57-3.debian.tar.gz
 520f364bb43601dabd9cf4e338d3da8dbc7f0992b6ebd3dc855eaaefa26f01f8 193362 
xmltv_0.5.57-3_all.deb
 0ce233608f1be492a63c714f304953855c118abe38f176a7b8f2a038669cbbce 364750 
libxmltv-perl_0.5.57-3_all.deb
 abd61f5714f739d4ddd0b35007bc7f078794643e04b0b4bfc90087228f3be0bb 704142 
xmltv-util_0.5.57-3_all.deb
 6296962330aa803559eb86cc76c602baa573f5ad5e328f8d2ca59b9b1ac2 248162 
xmltv-gui_0.5.57-3_all.deb
Files: 
 f42d1925cdda06e8b09201db538e54a3 2603 interpreters optional xmltv_0.5.57-3.dsc
 bbf947d49179fa9c55acf3ff7ce5f38b 23546 interpreters optional 
xmltv_0.5.57-3.debian.tar.gz
 d3566698a8f83251c02fdf2f99d7a9db 193362 interpreters optional 
xmltv_0.5.57-3_all.deb
 101639b691c154af0bbe293ee5e8c6d2 364750 perl optional 
libxmltv-perl_0.5.57-3_all.deb
 c51321abd1f94feb2e8e1e6afff0b9b7 704142 interpreters optional 
xmltv-util_0.5.57-3_all.deb
 ff4c2be2c58b9af8135518959189e1b5 248162 interpreters optional 
xmltv-gui_0.5.57-3_all.deb

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

iQIcBAEBAgAGBQJL+XNFAAoJEMOedOBJ46zTTWMP/2vwZN+SnKk2Fc3C7D/vi9hY
jCgLqipdqkzGu2I9u26ucB9LibyxCHF3mN9ea8WJa6Z1nPTkEAjuqgKvQ/L4H0QG
eVgYFC9LUPssm2a3u44/egQEctBAR8D/xhHxn4Y6PCBf1n0q9KJeOdqKM2Lu0i9R
oeUs6yhPxDhn/a4XFsLUxEYCx/HvEB1CG3DS64VKADWKuhkclcSLCQ2LJ1qb1Epu
LDoxW33M/iJDLqx4ZtxYYIa5ijN2RBaKtAwjx6J4VDLz+UAcKeWcqwr0wEpvG9jV
4CPWkmp0bMkHuROvYvvFBrcCr1DtC1DaQZzduaRj0PEBLiY5T4IRUc1W6W43mU+H
RurcEvoZB7B1i6lETut6+kVKHD/EJhDDNJWR99WoKN/xuJKtNzRxYcS2aXor838E
eoGLftEzbM0syw3e4lHY+TPe5eJKUTD0pEyZWnD/6HI21xpWRY8/4TFi6k/H+vDf
SOcU2Al9LsW1ivSgy6k8s4nRsfv0gj22/ZY6nVDYMCkMWI58z9LZ2brb4TgcMriw
1iOft5x6n5p8St/ArzS4xzOJMzNRRJUol1f8fEFLwK+MsH9niPOkkyiSam9tnxWM
vidRjEJeeAL7MuxjbQfSccIbEb9CFn5gXykewmjierOp+RPY6o9Fag1GMk6e+YZR
AuNa078uhW0GZnBs0oOW
=mXiE
-END PGP SIGNATURE-


Accepted:
libxmltv-perl_0.5.57-3_all.deb
  to main/x/xmltv/libxmltv-perl_0.5.57-3_all.deb
xmltv-gui_0.5.57-3_all.deb
  to main/x/xmltv/xmltv-gui_0.5.57-3_all.deb
xmltv-util_0.5.57-3_all.deb
  to main/x/xmltv/xmltv-util_0.5.57-3_all.deb
xmltv_0.5.57-3.debian.tar.gz
  to main/x/xmltv/xmltv_0.5.57-3.debian.tar.gz
xmltv_0.5.57-3.dsc
  to main/x/xmltv/xmltv_0.5.57-3.dsc
xmltv_0.5.57-3_all.deb
  to main/x/xmltv/xmltv_0.5.57-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/e1ogfya-0005fe...@ries.debian.org



Accepted wine 1.0.1-3 (source i386)

2010-05-23 Thread Ove Kaaven
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 May 2010 17:10:49 +0200
Source: wine
Binary: wine wine-bin libwine-dbg libwine-dev libwine libwine-alsa libwine-capi 
libwine-cms libwine-esd libwine-gl libwine-gphoto2 libwine-jack libwine-ldap 
libwine-nas libwine-oss libwine-print libwine-sane libwine-twain wine-utils
Architecture: source i386
Version: 1.0.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian Wine Party pkg-wine-pa...@lists.alioth.debian.org
Changed-By: Ove Kaaven o...@arcticnet.no
Description: 
 libwine- Windows API implementation - library
 libwine-alsa - Windows API implementation - ALSA sound module
 libwine-capi - Windows API implementation - ISDN module
 libwine-cms - Windows API implementation - color management module
 libwine-dbg - Windows API implementation - debugging symbols
 libwine-dev - Windows API implementation - development files
 libwine-esd - Windows API implementation - EsounD sound module
 libwine-gl - Windows API implementation - OpenGL module
 libwine-gphoto2 - Windows API implementation - camera module
 libwine-jack - Windows API implementation - JACK sound module
 libwine-ldap - Windows API implementation - LDAP module
 libwine-nas - Windows API implementation - NAS sound module
 libwine-oss - Windows API implementation - OSS sound module
 libwine-print - Windows API implementation - printing module
 libwine-sane - Windows API implementation - scanner module
 libwine-twain - Windows API implementation - empty transitional package
 wine   - Windows API implementation - standard suite
 wine-bin   - Windows API implementation - binary loader
 wine-utils - Windows API implementation - utilities
Closes: 511718 531709 535097 551371 551372 569487
Changes: 
 wine (1.0.1-3) unstable; urgency=low
 .
   * Updated winelauncher for new amd64 library paths.
 Closes: #535097, #569487.
   * Removed PowerPC and Sparc from supported architectures for Wine's
 1.0 branch, which apparently only builds on i386 and amd64.
 (This does not affect the 1.1 branch of Wine.)
 Closes: #511718, #551371.
   * Set the WINELOADER environment variable in the wine wrapper script,
 to ensure the debugger finds the expected binary.
 Closes: #531709.
   * Wrapper script output is now directed to stderr.
 Closes: #551372.
Checksums-Sha1: 
 09009835c5126f26de74b73eba93b15657553d79 3089 wine_1.0.1-3.dsc
 f8652f4ccf5e33a3bcea3563c30d2fc4b767cb1b 56688 wine_1.0.1-3.diff.gz
 d4edcc6e5be402185f6716688626ac333e53e6d0 43974 wine_1.0.1-3_i386.deb
 a72204224a2c3c09046a6a2df2044b921740f5f5 707170 wine-bin_1.0.1-3_i386.deb
 3da843f586600bf76c5300f43d085f9762393426 25251720 libwine-dbg_1.0.1-3_i386.deb
 06afc66ea7c5622ca9d1866db3ab7febad1f43fd 4015146 libwine-dev_1.0.1-3_i386.deb
 7cacc3dee789f1ed53ffb27593e8fc7a69a7ab92 8787798 libwine_1.0.1-3_i386.deb
 481917f7c952fd7cedf00f399fd802d39696f84e 101904 libwine-alsa_1.0.1-3_i386.deb
 5f5c81317bf2afddb55c38486452360c342240c1 46082 libwine-capi_1.0.1-3_i386.deb
 d127baaf74eb2a7bb9abf440a92096297474133c 60530 libwine-cms_1.0.1-3_i386.deb
 796903173697f3848b1eab6ad1de489d03f325c1 56152 libwine-esd_1.0.1-3_i386.deb
 0f74cfe14c5097d31cf10ebaff862ebcb8f2ccd6 384930 libwine-gl_1.0.1-3_i386.deb
 0de50be2454013297d2ea9198a7fa57b3ba8f00a 61928 libwine-gphoto2_1.0.1-3_i386.deb
 f4df9ab3f4a97d85e92a2e7d5ec754b4257c830d 58002 libwine-jack_1.0.1-3_i386.deb
 390dfeeda782da95063d48cf481e07d99a01f607 106566 libwine-ldap_1.0.1-3_i386.deb
 4be22c4ee6839552a3ee40b12f44a23bd4430ab3 52424 libwine-nas_1.0.1-3_i386.deb
 ce84c2a470396a2dc85a0a2aa3665b61401ad98e 105176 libwine-oss_1.0.1-3_i386.deb
 eaf231084891465e2ff165a5f675461c90f51f22 158474 libwine-print_1.0.1-3_i386.deb
 8d4e4bcb901a1226e13d75a66b0a214541e951f9 59574 libwine-sane_1.0.1-3_i386.deb
 53049f4a346f8dbe2a9e401a2764a94d09bb3755 41354 libwine-twain_1.0.1-3_i386.deb
 b4d17a269b9da5d834e63c6582c282acf00034b5 571652 wine-utils_1.0.1-3_i386.deb
Checksums-Sha256: 
 4067a9745ffaa168831a3b9eea9d85b89a1ac8aea17d9f9021d48d91fff7832c 3089 
wine_1.0.1-3.dsc
 d0710a00d72aed0d2ad5454aaef763180617f3fb1129d022f9635e2fa68e8ad4 56688 
wine_1.0.1-3.diff.gz
 8ff19c2c14a1104411a7a538b0fd84da0403107662abb19f7f7f6ee54c0fc2d8 43974 
wine_1.0.1-3_i386.deb
 f6188156bb8d84219afa85f57314827091936f642f5608ea05f326b54b24bdb7 707170 
wine-bin_1.0.1-3_i386.deb
 2acf2c395335d5b228b2970aead46ccc1a399f1f0096425a4259cb9ec2df5812 25251720 
libwine-dbg_1.0.1-3_i386.deb
 3d0058813b49d26758d8fc8f1908b2b0bb7581fe4ba24f37efe996d6ae0fbd8e 4015146 
libwine-dev_1.0.1-3_i386.deb
 8f29d494652e484b75e59e2288951020ecd1d09dbbd37a0b342b1e748707bbd7 8787798 
libwine_1.0.1-3_i386.deb
 5d89f47afe199113d391ec1c946428a51a5f607954c3c296da385eb8fb30b43c 101904 
libwine-alsa_1.0.1-3_i386.deb
 e8cfc891fcb56b4b3155fe2ac84a520a08fe48e517e123e93e2ca0a20715b8ef 46082 
libwine-capi_1.0.1-3_i386.deb
 d9484678025a28c040d0272f489328e77904ee5e98b6f462a1a76634e196e237 60530 
libwine-cms_1.0.1-3_i386.deb
 

  1   2   >