Bug#570980: teasers

2010-02-27 Thread Tollef Fog Heen
]] 

| Well just like many of the comments to 348864, I just hate the
| teasers in section 1 that only root can run.

Whether a tool is root-only or not is orthogonal to whether it's in bin
or sbin.

(ifconfig is useful for non-root users, but is in sbin.  chown is
effectively root-only, but is in bin.)

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



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87vddjymjl@qurzaw.linpro.no



Re: Xen, Squeeze, and Beyond

2010-02-27 Thread Martin Wuertele
* Goswin von Brederlow goswin-...@web.de [2010-02-26 11:19]:

  KVM is shaping up well and appears to be very well supported by Red Hat.
 
 But still slower and less secure due to qemu.

Can you back that statement with numbers? My subjective impression is
that kvm with libvirt is not slower than xen.

Regards, Martin


-- 
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/20100227110813.gg16...@anguilla.debian.or.at



Bug#570980: teasers

2010-02-27 Thread Patrick Matthäi

On 27.02.2010 11:56, Tollef Fog Heen wrote:

]]

| Well just like many of the comments to 348864, I just hate the
| teasers in section 1 that only root can run.

Whether a tool is root-only or not is orthogonal to whether it's in bin
or sbin.

(ifconfig is useful for non-root users, but is in sbin.  chown is
effectively root-only, but is in bin.)



Why is chown useless for users?

m...@exez:~$ touch test
m...@exez:~$ ls -l test
-rw-r--r-- 1 me me 0 27. Feb 12:06 test
m...@exez:~$ chown :audio test
m...@exez:~$ ls -l test
-rw-r--r-- 1 me audio 0 27. Feb 12:06 test


--
/*
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/4b88fcf3.7080...@debian.org



Re: Bug#570980: teasers

2010-02-27 Thread Philipp Kern
On 2010-02-27, Tollef Fog Heen tfh...@err.no wrote:
 [...]ifconfig is useful for non-root users, but is in sbin.[...]

And I find that fact mildly annoying considering that it is thus
not in the default PATH.  But at least a user is able to put sbin
into his environment despite of this (which wouldn't be possible if
sbin would be o-rx for non-root for example, there are other
Unices that restrict calling administrative commands).

Kind regards,
Philipp Kern


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



Bug#570980: teasers

2010-02-27 Thread Tollef Fog Heen
]] Patrick Matthäi 

Please respect my Mail-Followup-To.

| On 27.02.2010 11:56, Tollef Fog Heen wrote:
|  ]]
| 
|  | Well just like many of the comments to 348864, I just hate the
|  | teasers in section 1 that only root can run.
| 
|  Whether a tool is root-only or not is orthogonal to whether it's in bin
|  or sbin.
| 
|  (ifconfig is useful for non-root users, but is in sbin.  chown is
|  effectively root-only, but is in bin.)
| 
| Why is chown useless for users?
| 
| m...@exez:~$ touch test
| m...@exez:~$ ls -l test
| -rw-r--r-- 1 me me 0 27. Feb 12:06 test
| m...@exez:~$ chown :audio test
| m...@exez:~$ ls -l test
| -rw-r--r-- 1 me audio 0 27. Feb 12:06 test

Ok, fair enough, you can use the part of its functionality that's
duplicated by chgrp which is also in bin, while its unique functionality
is effectively root-only.

(Or look at dpkg-trigger or dpkg-statoverride which are also in bin,
ditto for updatedb.  I'm sure you're able to find another example.)

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



--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87mxyuzwd0@qurzaw.linpro.no



Re: Bug#570980: teasers

2010-02-27 Thread Holger Levsen
Hi,

On Samstag, 27. Februar 2010, Philipp Kern wrote:
  [...]ifconfig is useful for non-root users, but is in sbin.[...]
 And I find that fact mildly annoying considering that it is thus
 not in the default PATH.  

I finally managed to teach my fingers to type ip a instead... 


cheers,
Holger


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


override LDFLAGS with debhelper 7

2010-02-27 Thread Fathi Boudra
Hi,

It seems the best (only?) way to override LDFLAGS with debhelper 7 is
a LDFLAGS export at the top of debian/rules file.

However, there's some packages using another method:
override_dh_auto_configure:
dh_auto_configure -- LDFLAGS=$(LDFLAGS) -Wl,--as-needed

NOTE: this method doesn't work !

Should we track this packaging error and fill bug against them ?

Cheers,

Fathi


-- 
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/6a2e33621002270755v7e7d0a51q6be538bbf8629...@mail.gmail.com



Re: klibc only initramfs

2010-02-27 Thread Bernd Zeimetz
Goswin von Brederlow wrote:
 When 100 nodes all want to talk to the one bootserver then that one poor
 port will be overflown. With switches you won't have collisions like in
 the old days when they would combine exponentially but you still get
 slowdowns.

Add more switches. Add more network cards to your boot-server. Add a second
bootserver if necessary. Or just don't boot all machines at the same time (hint:
that might also save your building's power supply...).

-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79
   ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F


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



Armel build admins?

2010-02-27 Thread Dirk Eddelbuettel

I would like to request a rebuild of one of my package on armel. It built
fine for last-5 to last-2 but both last-1 and last failed due to timeouts --
I think ot simply tried to build on a smaller machine.

As I can never remember what the porter / admin group emails are -- where do
I want to send this? debian-arm is the catch-all list and that is not what I
want, methinks.

Thanks for any and all waves with the cluebat. 

Dirk

-- 
  Registration is open for the 2nd International conference R / Finance 2010
  See http://www.RinFinance.com for details, and see you in Chicago in April!


-- 
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/19337.16103.502993.897...@ron.nulle.part



Re: Xen, Squeeze, and Beyond

2010-02-27 Thread John Goerzen
Martin Wuertele wrote:
 * Goswin von Brederlow goswin-...@web.de [2010-02-26 11:19]:
 
 KVM is shaping up well and appears to be very well supported by Red Hat.
 But still slower and less secure due to qemu.
 
 Can you back that statement with numbers? My subjective impression is
 that kvm with libvirt is not slower than xen.

How does libvirt impact performance?

 
 Regards, Martin
 
 


-- 
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/4b893e8d.8070...@complete.org



Re: Xen, Squeeze, and Beyond

2010-02-27 Thread Faidon Liambotis
Marco d'Itri wrote:
 On Feb 26, Luca Capello l...@pca.it wrote:
 
 5) Do we recommend that new installations of lenny or of squeeze avoid
 Xen for ease of upgrading to squeeze+1?  If so, what should they use?
 It depends. KVM in lenny is buggy and lacks important features. While it
 works fine for development and casual use I do not recommend using it in
 production for critical tasks.
 Is the qemu-kvm backport the correct solution, then?
 You also need a recent kvm driver in the host, so probably you should
 just use a newer kernel at least in the host.
 I have tens of lenny guests (with their standard kernels) on RHEL 5.4
 hosts and so far I had no issues, but so far most guests are not heavily
 loaded.
The biggest problem for me (and work) right now is live migration. Among
other things, there are known, fixed-but-not-yet-upstream issues with
the KVM paravirt clock which prevents live migration from working.
Unfortunately, there's also no way to disable the paravirt clock from
the host unless you patch qemu or wrap ioctl() and filter the capability
(I did the latter).

Beyond that, I've also seen filesystem corruption when using live
migration and the filesystem cache hasn't been disabled -- an almost
undocumented directive of libvirt's XML.

All in all, I'm wondering how people can call this stable.

Regards,
Faidon


-- 
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/4b893bd4.1070...@debian.org



Re: Armel build admins?

2010-02-27 Thread Colin Tuckley
Dirk Eddelbuettel wrote:

 As I can never remember what the porter / admin group emails are -- where do
 I want to send this? debian-arm is the catch-all list and that is not what I
 want, methinks.

You want ar...@buildd.debian.org I think

Colin

-- 
Colin Tuckley  |  +44(0)1223 293413  |  PGP/GnuPG Key Id
Debian Developer   |  +44(0)7799 143369  | 0x1B3045CE

Psychiatrists stay on your mind.


-- 
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/4b894580.8090...@debian.org



Re: override LDFLAGS with debhelper 7

2010-02-27 Thread Simon Richter
Hi,

On Sat, Feb 27, 2010 at 04:55:27PM +0100, Fathi Boudra wrote:

 However, there's some packages using another method:
 override_dh_auto_configure:
 dh_auto_configure -- LDFLAGS=$(LDFLAGS) -Wl,--as-needed

 NOTE: this method doesn't work !

That depends on the autoconf version. Earlier versions require an
environment variable, later ones accept variables as arguments as well.

It might be an interesting idea to have debhelper work around old
configure scripts by exporting anything that looks like a variable
definition on the configure command line.

   Simon


-- 
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/20100227161259.ga24...@honey.hogyros.de



Re: Armel build admins?

2010-02-27 Thread Michael Tautschnig
 
 I would like to request a rebuild of one of my package on armel. It built
 fine for last-5 to last-2 but both last-1 and last failed due to timeouts --
 I think ot simply tried to build on a smaller machine.
 
 As I can never remember what the porter / admin group emails are -- where do
 I want to send this? debian-arm is the catch-all list and that is not what I
 want, methinks.
 

[...]

See the last lines of

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

Best,
Michael



pgpItb4cse5T5.pgp
Description: PGP signature


Re: override LDFLAGS with debhelper 7

2010-02-27 Thread Jakub Wilk

* Simon Richter s...@debian.org, 2010-02-27, 17:12:

However, there's some packages using another method:
override_dh_auto_configure:
dh_auto_configure -- LDFLAGS=$(LDFLAGS) -Wl,--as-needed



NOTE: this method doesn't work !


That depends on the autoconf version. Earlier versions require an
environment variable, later ones accept variables as arguments as well.

It might be an interesting idea to have debhelper work around old
configure scripts by exporting anything that looks like a variable
definition on the configure command line.


No, that would be silly. There's already too much magic behind debhelper 
these days.


--
Jakub Wilk


signature.asc
Description: Digital signature


Re: Armel build admins?

2010-02-27 Thread Dirk Eddelbuettel

On 27 February 2010 at 16:17, Colin Tuckley wrote:
| Dirk Eddelbuettel wrote:
| 
|  As I can never remember what the porter / admin group emails are -- where do
|  I want to send this? debian-arm is the catch-all list and that is not what I
|  want, methinks.
| 
| You want ar...@buildd.debian.org I think

Quite right, thank you.  Request posted there...

Dirk

-- 
  Registration is open for the 2nd International conference R / Finance 2010
  See http://www.RinFinance.com for details, and see you in Chicago in April!


-- 
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/19337.19705.710850.970...@ron.nulle.part



Re: Xen, Squeeze, and Beyond

2010-02-27 Thread Josip Rodin
On Fri, Feb 26, 2010 at 10:35:30AM +1100, Brian May wrote:
 On 26 February 2010 09:53, John Goerzen jgoer...@complete.org wrote:
  According to http://wiki.debian.org/SystemVirtualization :
 
  Qemu and KVM - Mostly used on Desktops/Laptops
 
  VirtualBox - Mostly used on Desktops/Laptops
 
  Xen - Provides para-virtualization and full-virtualization. Mostly used
  on servers. Will be abandoned after squeeze.
 
 This doesn't help answer your questions (which I am interested in
 knowing the answers too), however there is also lxc - Linux Containers
 which may be another solution for some problems. It is not a
 replacement for any of the above however.

LXC is the future replacement of our OpenVZ kernel packages. However,
reportedly it's not nearly as stable yet.

At the same time, the OpenVZ upstream git has only made it as far as
mainline .27. See: http://git.openvz.org/ Unless they shift up to .32
soonish, or someone packages the .27 kernel in Debian, we're unlikely
to see continued support for it in squeeze. :/

-- 
 2. That which causes joy or happiness.


-- 
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/20100227172800.ga18...@orion.carnet.hr



Re: Xen, Squeeze, and Beyond

2010-02-27 Thread Josip Rodin
On Sat, Feb 27, 2010 at 01:23:07AM +0300, William Pitcock wrote:
 I am looking into packaging xenner already as a backup plan if I cannot
 manage to fix some major reentrancy problems in the Xen dom0 code
 (Xensource 2.6.18 patches, the pvops stuff has it's own share of problems
 and needs more evaluation).

The .18 dom0 patches are well on their way out from the perspective of
both Debian and Xen upstream, so you might want to shift focus to the pvops
branch instead.

-- 
 2. That which causes joy or happiness.


-- 
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/20100227173048.gb18...@orion.carnet.hr



Re: Xen, Squeeze, and Beyond

2010-02-27 Thread Martin Wuertele
* John Goerzen jgoer...@complete.org [2010-02-27 17:09]:

 How does libvirt impact performance?

Guess I cunfused libvirt with virtio.

Regards, Martin


-- 
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/20100227173924.gh16...@anguilla.debian.or.at



Re: Xen, Squeeze, and Beyond

2010-02-27 Thread Josip Rodin
On Fri, Feb 26, 2010 at 11:18:41AM +0100, Goswin von Brederlow wrote:
  Xen - Provides para-virtualization and full-virtualization. Mostly used
  on servers. Will be abandoned after squeeze.
 
  I think that the problem here is that Xen isn't mainstream in the 
  kernel. It takes a long time for a Xen-ified kernel to come out and any 
  distribution supporting it has to carry a heavy patch burden. Xen 
  doesn't keep anywhere current in terms of kernel - if we release Squeeze 
  this year with kernel 2.6.3*, Debian will have to maintain all the patches
  / forward port them to 2.6.32 or 2.6.33 as was done with 2.6.2*. 
 
 I think we can all agree that the old style xen patches from 2.6.18 and
 forward ported to newer kernels in lenny are unmaintainable.
 
 But the pv-ops xen kernel is shaping up well and that is what Bastian
 Banks is working on. They have a proper upstream and follow the latest
 vanilla kernel well enough. According to the wiki the plan is to have
 pv-ops merge into vanilla with 2.6.34.

Let's not concentrate too much on having dom0 support in mainline, because
that is not a panacea - we (Debian) just need a stable Xen patch that tracks
the current stabler-mainline branch or whatever we're targeting for our
stable release, and has some sort of a forseeable future maintenance path.

We have shipped .26 patches in lenny and they turned out to be really buggy
in some cases (domU .26 kernels with vcpus = 1 can get random freezes on
.26 dom0), and it's not getting fixed because that patch branch is EOL'd.
That's worse of a problem for users than some theoretical later abandoning.

Since we're concentrating on .32 now, the paravirt_ops branch looks good,
because Xen upstream agreed to form their own .32 stable branch of that.
So whether they succeed in a mainline merge for .34 or .35 or .36 or even
later, that's irrelevant, we will still have support for the squeeze kernel.

-- 
 2. That which causes joy or happiness.


-- 
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/20100227175041.gc18...@orion.carnet.hr



Re: Xen, Squeeze, and Beyond

2010-02-27 Thread Josip Rodin
On Fri, Feb 26, 2010 at 10:35:36AM +, Mark Brown wrote:
 On Fri, Feb 26, 2010 at 11:18:41AM +0100, Goswin von Brederlow wrote:
  According to the wiki the plan is to have pv-ops merge into vanilla with
  2.6.34.
 
 I just took a quick look at linux-next (which *should* have everything
 for 2.6.34 in it) doesn't show anything that looks obviously like this,
 though I only looked briefly.

I'm assuming this was about http://wiki.xensource.com/xenwiki/XenParavirtOps
section Current state. That bit has always been optimistic, but I'd
recommend reviewing the Status updates subsection and particularly
Jeremy Fitzhardinge's November presentation.

-- 
 2. That which causes joy or happiness.


-- 
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/20100227175845.gd18...@orion.carnet.hr



Re: Xen, Squeeze, and Beyond

2010-02-27 Thread Josip Rodin
On Fri, Feb 26, 2010 at 11:06:57AM +0100, Samuel Thibault wrote:
 Marco d'Itri, le Fri 26 Feb 2010 02:38:33 +0100, a écrit :
  On Feb 25, John Goerzen jgoer...@complete.org wrote:
   3a) What about Linux virtualization on servers that lack hardware
   virtualization support, which Xen supports but KVM doesn't?
  Tough luck.
  
   6) Are we communicating this to Debian users in some way?  What can I do
   to help with this point?
  Remind people that Xen is dying and KVM is the present and the future.
 
 No FUD, thanks.

FWIW I've been running a Xen dom0 2.6.31.x for a while now without problems
and it seems to have all the features I used with etch and lenny dom0
kernels. So I wouldn't say it's dying, instead it may be more appropriate
to call it a reinvigorated pensioner :)

-- 
 2. That which causes joy or happiness.


-- 
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/20100227180841.ga30...@orion.carnet.hr



Intent to remove waf from Debian

2010-02-27 Thread Luca Falavigna
Hello,

after some time spent to reflect and discuss, I think we reached a
point of no return regarding waf package in Debian. I try to summarize
what happened in the past months.

Devid and I originally decided to include waf as a regular package in
Debian because several projects use it as their preferred build system,
including a waf binary in upstream tarballs. Such binary is
basically a Python script with an embedded bzip2 tarball unpacked at
runtime. Debian package provides waf script, together with wafadmin
directory, which is basically the tarball mentioned above, unpacked.

Upstream discourages using a system-wide installation of waf [1], and
tried in some ways to complicate things for distributors ([2], search
Debian word), and refused to provide any feedback with related build
failures, which were handled with workarounds [3][4].

Things went worse when a user complained with upstream about a build
failure while using waf provided by Debian package and an older wscript,
waf upstream contacted us asking to remove waf package from Debian under
threat to remove system-wide installation, giving us no chance to
provide a working waf package anymore. We tried to reach a compromise
[5], but it was not enough for upstream, and he renewed his intentions.

We do not believe we can solve this situation anytime soon, so we would
like to remove waf from Debian for good. I already filed bugs on those
packages currently build-depending on waf [6], hopefully they will be
fixed before Squeeze, or I will prepare NMUs if release approaches.

As a personal note, I discourage using waf as build system of choice:
during these months I realized waf introduces backward incompatible
changes every releases, this can lead to build failures very
frequently. Sticking with older releases is the suggested solution by
upstream, but may expose to bugs fixed in newer releases only.

[1]http://freehackers.org/~tnagy/wafbook/single.html#installing
[2]http://groups.google.com/group/waf-users/browse_thread/thread/88ad357bf2bf59f4/7261615b56c07eea
[3]http://svn.debian.org/viewsvn/python-apps/packages/waf/trunk/debian/patches/intltool.patch
[4]http://svn.debian.org/viewsvn/python-apps/packages/waf/trunk/debian/patches/fun_check.patch
[5]http://svn.debian.org/viewsvn/python-apps/packages/waf/trunk/debian/README.Debian
[6]http://bugs.debian.org/cgi-bin/pkgreport.cgi?users=...@packages.qa.debian.org;tag=waf-removal

Regards,

-- 
  .''`.
 :  :' :   Luca Falavigna dktrkr...@debian.org
 `.  `'
   `-


signature.asc
Description: PGP signature


Removing the manpage requirement for GUI programs?

2010-02-27 Thread Josselin Mouette
Hi,

currently policy §12.1 mandates that “each program, utility, and
function should have an associated manual page”. However, the more I
stomp on bug reports about manual pages, the less I am convinced of
their usefulness for GUI programs.

GUI applications usually take only a few simple command-line options,
and more importantly, when you use a modern development framework, these
options will always be documented correctly with the --help switch.
Manual pages, OTOH, are not maintained properly by upstream developers.

I think it is a waste of time to write manual pages that won’t be
maintained upstream, and that won’t contain more useful information than
--help. The purpose of a manual page is to document precisely the
behavior of a program, and for GUI applications there is usually an
associated GUI documentation instead.

Therefore I propose that we drop the requirement of a manual page if
these conditions are met: 
  * the program requires graphical interaction with the user, and is
not meant to be used from a script; 
  * the command-line switches are properly documented with a --help
option.

For extra points, we could agree on a way to generate manual pages
automatically, either at installation time or on the fly, using
help2man.

Any comments before I submit a bug against the policy?

Cheers,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


signature.asc
Description: Ceci est une partie de message numériquement signée


Re: Removing the manpage requirement for GUI programs?

2010-02-27 Thread Russ Allbery
Josselin Mouette j...@debian.org writes:

 GUI applications usually take only a few simple command-line options,
 and more importantly, when you use a modern development framework, these
 options will always be documented correctly with the --help switch.
 Manual pages, OTOH, are not maintained properly by upstream developers.

 I think it is a waste of time to write manual pages that won’t be
 maintained upstream, and that won’t contain more useful information than
 --help. The purpose of a manual page is to document precisely the
 behavior of a program, and for GUI applications there is usually an
 associated GUI documentation instead.

If the flags are properly documented with --help, isn't it usually fairly
trivial to generate a man page using help2man?

Running random programs with --help to try to get help is not appealing.
Some programs will proceed to do things if you run them even with options
like that, since they don't do option parsing.  It's also very nice to
have everything documented in one, shared system so that you can always
use the same command to get basic help for anything.

 Therefore I propose that we drop the requirement of a manual page if
 these conditions are met: 
   * the program requires graphical interaction with the user, and is
 not meant to be used from a script; 
   * the command-line switches are properly documented with a --help
 option.

 For extra points, we could agree on a way to generate manual pages
 automatically, either at installation time or on the fly, using
 help2man.

If you do this, there's no need to drop the requirement that there be a
manual page, so no Policy change is required.

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


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



Re: Removing the manpage requirement for GUI programs?

2010-02-27 Thread David Coe
Keep in mind that the apropos command only searches man pages, so I strongly
support keeping them around and creating them (even if only from --help)
when
they're missing.

2010/2/27 Josselin Mouette j...@debian.org

 Hi,

 currently policy §12.1 mandates that “each program, utility, and
 function should have an associated manual page”. However, the more I
 stomp on bug reports about manual pages, the less I am convinced of
 their usefulness for GUI programs.

 GUI applications usually take only a few simple command-line options,
 and more importantly, when you use a modern development framework, these
 options will always be documented correctly with the --help switch.
 Manual pages, OTOH, are not maintained properly by upstream developers.

 I think it is a waste of time to write manual pages that won’t be
 maintained upstream, and that won’t contain more useful information than
 --help. The purpose of a manual page is to document precisely the
 behavior of a program, and for GUI applications there is usually an
 associated GUI documentation instead.

 Therefore I propose that we drop the requirement of a manual page if
 these conditions are met:
  * the program requires graphical interaction with the user, and is
not meant to be used from a script;
  * the command-line switches are properly documented with a --help
option.

 For extra points, we could agree on a way to generate manual pages
 automatically, either at installation time or on the fly, using
 help2man.

 Any comments before I submit a bug against the policy?

 Cheers,
 --
  .''`.  Josselin Mouette
 : :' :
 `. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling




-- 
David Coe
+1 410 489 9521


Re: Removing the manpage requirement for GUI programs?

2010-02-27 Thread brian m. carlson
On Sat, Feb 27, 2010 at 08:06:37PM +0100, Josselin Mouette wrote:
 Therefore I propose that we drop the requirement of a manual page if
 these conditions are met: 
   * the program requires graphical interaction with the user, and is
 not meant to be used from a script; 
   * the command-line switches are properly documented with a --help
 option.

A manual page contains more information than just command line switches.
For example, iceweasel's manpage contains information about environment
variables and files that it uses.  This is almost never found in --help
output.  Also, in order for this requirement to be acceptable, every
binary in Debian that does not have a manpage must, upon first upload,
have a working --help output.  Otherwise, as Russ pointed out, we have
no way of knowing whether the program supports --help.  If it has no
manpage, it could be buggy and need a manpage, or it could be buggy and
need --help, but there's no way to know.

Also, if I'm looking through /usr/games for new ways to waste time, how
am I supposed to immediately intuit whether this program is GUI or not?
With a manual page, I can learn about the program and determine whether
it's a game I want to play at all.

Additionally, in some cases, the --help output is not sufficient to
explain what a program does.  gcc-4.4 --help does not list all the
options; one has to use gcc-4.4 -v --help.  Also, using only the
latter, please tell me what the -dM argument does when passed to
gcc-4.4.

Although this example is not a GUI program, it is a great example of why
--help output is often not sufficient.  In my opinion, your proposed
change to policy will not result in the elimination of many manpages,
because in most cases, the programs will be inadequately documented by
the --help output.  --help output is for the case where you already are
intimately familiar with the program and what it does, and need a quick
reminder, or for cases when manpages are not available (emergency
single-user boot).

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


signature.asc
Description: Digital signature


Re: Removing the manpage requirement for GUI programs?

2010-02-27 Thread Josselin Mouette
Le samedi 27 février 2010 à 19:49 +, brian m. carlson a écrit : 
 Additionally, in some cases, the --help output is not sufficient to
 explain what a program does.  gcc-4.4 --help does not list all the
 options; one has to use gcc-4.4 -v --help.  Also, using only the
 latter, please tell me what the -dM argument does when passed to
 gcc-4.4.
 
 Although this example is not a GUI program, it is a great example of why
 --help output is often not sufficient.

Indeed it is not sufficient for gcc-4.4. But I still think it is
sufficient for gcalctool.

 In my opinion, your proposed
 change to policy will not result in the elimination of many manpages,
 because in most cases, the programs will be inadequately documented by
 the --help output.  --help output is for the case where you already are
 intimately familiar with the program and what it does, and need a quick
 reminder, or for cases when manpages are not available (emergency
 single-user boot).

We are talking of programs that you will not have the idea to run with
the command line unless you know what they do. Programs that are usually
run through a graphical menu.

The current situation is that there are a lot of outdated and/or
inaccurate manpages, while the --help output contains the same amount of
information and is guaranteed to be up-to-date.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


signature.asc
Description: Ceci est une partie de message numériquement signée


Re: Removing the manpage requirement for GUI programs?

2010-02-27 Thread brian m. carlson
On Sat, Feb 27, 2010 at 09:03:04PM +0100, Josselin Mouette wrote:
 Le samedi 27 février 2010 à 19:49 +, brian m. carlson a écrit : 
  Additionally, in some cases, the --help output is not sufficient to
  explain what a program does.  gcc-4.4 --help does not list all the
  options; one has to use gcc-4.4 -v --help.  Also, using only the
  latter, please tell me what the -dM argument does when passed to
  gcc-4.4.
  
  Although this example is not a GUI program, it is a great example of why
  --help output is often not sufficient.
 
 Indeed it is not sufficient for gcc-4.4. But I still think it is
 sufficient for gcalctool.

lakeview ok % gcalctool --help
Usage:
  gcalctool - Perform mathematical calculations

Help Options:
  -v, --version   Show release version
  -h, -?, --help  Show help options
  --help-all  Show all help options
  --help-gtk  Show GTK+ options

Application Options:
  -u, --unittest  Perform unittests
  -s, --solve equation  Solve the given equation


Tell me what user files gcalctool may access, using only this
information.  Also tell me, using *only the information provided*, how
to force GTK+ to make all X calls synchronous.  You can't, because that
information is not provided in the --help output.

In the latter case, --help-all might be useful, but the output is not
sufficient, and so the package would, according to your proposed
standard, need a manpage, or to be patched to make --help work like
--help-all.  In the former case, the information is not provided at all,
except in the manpage.

Furthermore, gcalctool can be scripted with -s, and the --help output
does not describe the syntax: is it infix? postfix? How do you express
powers?  Must powers be integers?  What precision is available?  The
manpage does not either, but that is a bug in the manpage.  That
information should not be present in the --help output.  It is entirely
too long.

 We are talking of programs that you will not have the idea to run with
 the command line unless you know what they do. Programs that are usually
 run through a graphical menu.

Maybe I'm the exception, but I end up running a lot of graphical
programs from the command line.  When I'm building PDFs, I generally run
evince from the command line.  I often use wireshark from the command
line.  And those are just two from the top of my head.

 The current situation is that there are a lot of outdated and/or
 inaccurate manpages, while the --help output contains the same amount of
 information and is guaranteed to be up-to-date.

I understand that.  I don't feel that this is the right way to go about
it, though.  As others have pointed out, apropos doesn't work without a
manpage.  And the --help output is woefully insufficient for a large
number of programs, including those with remotely subtle arguments.

I'm happy to write or update manual pages, if needed.  If you provide a
list of those that need work, I'll start working on them, so don't think
I'm just a naysayer that wants to push off work on others.

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


signature.asc
Description: Digital signature


RE: Removing the manpage requirement for GUI programs?

2010-02-27 Thread Fuentes, Adolfo
I think it is a good idea to have a centralized system where one can find 
information about a particular program. Otherwise we take the risk of having a 
sparse information system. If help2man helps to create the man page from the 
program help, which is the burden then?

---
Department of Chemistry -- Surface Science Research Centre
University of Liverpool
Crown Street
Liverpool, L69 7ZD
United Kingdom

Treat the Earth well. It was not given to you by your parents, it was loaned 
to you by your children. (Ancient native American Indian proverb)

From: Josselin Mouette [j...@debian.org]
Sent: 27 February 2010 20:03
To: debian-devel@lists.debian.org
Subject: Re: Removing the manpage requirement for GUI programs?

Le samedi 27 février 2010 à 19:49 +, brian m. carlson a écrit :
 Additionally, in some cases, the --help output is not sufficient to
 explain what a program does.  gcc-4.4 --help does not list all the
 options; one has to use gcc-4.4 -v --help.  Also, using only the
 latter, please tell me what the -dM argument does when passed to
 gcc-4.4.

 Although this example is not a GUI program, it is a great example of why
 --help output is often not sufficient.

Indeed it is not sufficient for gcc-4.4. But I still think it is
sufficient for gcalctool.

 In my opinion, your proposed
 change to policy will not result in the elimination of many manpages,
 because in most cases, the programs will be inadequately documented by
 the --help output.  --help output is for the case where you already are
 intimately familiar with the program and what it does, and need a quick
 reminder, or for cases when manpages are not available (emergency
 single-user boot).

We are talking of programs that you will not have the idea to run with
the command line unless you know what they do. Programs that are usually
run through a graphical menu.

The current situation is that there are a lot of outdated and/or
inaccurate manpages, while the --help output contains the same amount of
information and is guaranteed to be up-to-date.

--
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


--
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/debb97ea3eef8e489b88cefa9b3f36e255f22e6...@staffmbx2.livad.liv.ac.uk



Re: Debian Packaging Meego Working Group

2010-02-27 Thread Raphael Hertzog
Hi,

On Fri, 26 Feb 2010, Fathi Boudra wrote:
 it isn't clear on the wiki page: the working group will use Meego
 infrastructure based on OBS to do a deb/apt based Meego instance, right?

Yes. We want to stay close the Meego infrastructure so that it's easy to
make a meego system using debian package management instead of RPM and
still being very close in terms of internal procedures to build packages
and system images.

Cheers,
-- 
Raphaël Hertzog

Like what I do? Sponsor me: http://ouaza.com/wp/2010/01/05/5-years-of-freexian/
My Debian goals: http://ouaza.com/wp/2010/01/09/debian-related-goals-for-2010/


-- 
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/20100227204845.gc3...@rivendell



Re: Removing the manpage requirement for GUI programs?

2010-02-27 Thread Frank Lin PIAT
On Sat, 2010-02-27 at 11:14 -0800, Russ Allbery wrote:
 Josselin Mouette j...@debian.org writes:
 
  GUI applications usually take only a few simple command-line options,
  and more importantly, when you use a modern development framework, these
  options will always be documented correctly with the --help switch.
  Manual pages, OTOH, are not maintained properly by upstream developers.
 
  I think it is a waste of time to write manual pages that won’t be
  maintained upstream, and that won’t contain more useful information than
  --help. The purpose of a manual page is to document precisely the
  behavior of a program, and for GUI applications there is usually an
  associated GUI documentation instead.

manpages can prove to be useful in many situation and they have a few
nice features:
1. man offer a consistent API. (as opposed to -h/--help/-help/--usage/
   --help-foo, --help-bar, etc).
2. whatis foo
3. apropos bar
4. reading the manpage doesn't require to execute the program
  - it's safe to be run as root
  - it's doesn't create dummy .foo files
  - it never spawns any background process

 If the flags are properly documented with --help, isn't it usually fairly
 trivial to generate a man page using help2man?

And if it isn't trivial, it probably isn't trivial for humans either.

Franklin


-- 
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/1267304202.7886.2868.ca...@solid.paris.klabs.be



Re: Xen, Squeeze, and Beyond

2010-02-27 Thread Tollef Fog Heen
]] Faidon Liambotis 

| Beyond that, I've also seen filesystem corruption when using live
| migration and the filesystem cache hasn't been disabled -- an almost
| undocumented directive of libvirt's XML.
| 
| All in all, I'm wondering how people can call this stable.

I would guess at most people not using live migration and so never
hitting those kinds of problems.

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


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87d3zqz96s@qurzaw.linpro.no



Re: Removing the manpage requirement for GUI programs?

2010-02-27 Thread markus schnalke
[2010-02-27 20:06] Josselin Mouette j...@debian.org
 
 I think it is a waste of time to write manual pages that won't be
 maintained upstream, and that won't contain more useful information than
 --help. The purpose of a manual page is to document precisely the
 behavior of a program, and for GUI applications there is usually an
 associated GUI documentation instead.

Man pages have one more important advantage: Every command has one.

Do not underestimate this. On Debian systems, people know, if they
want to find out how to run a command and what command line options it
has, they look in its man page, cause every command has one.

If some graphical programs would not provide one, the the user would
first try to look in the man page and if it does not exist, he needs
to try --help (maybe he even needs to look for additional
documentation which would be application specific).

In my eyes, the largest advantage of man pages is that every command
has one.


meillo


-- 
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/1nltwh-4mp...@serveme



[RFH] Debian 2.6.32 CONFIG_WIRELESS_OLD_REGULATORY, wireless-regdb and crda

2010-02-27 Thread Luis R. Rodriguez
Adding debian-devel and debian-mentors.

As per Paul Wise' advice I'd like to request for help with the
crda/wireless-regdb package for Debian for the next release of Debian.
I am the upstream crda maintainer and John Linville is the upstream
wireless-regdb maintainer. Kel Modderman has already done most work
required for the Debian package, if not all. What we now need is some
Debian Developer to be willing to either upload the package as-is, or
some help from some experienced package maintainers to address a few
items. I should note Paul Wise has offered sponsorship for this
package so I think we are on the last track to getting this package
finalized and/or uploaded but he just noted a few changes required.

Summary of review with Paul Wise:

  * Package could likely be uploaded into Debian as-is, just requires
someone comfortable with it

  * We need more help with thepkg-wpa-devel group

  * Sponsorship available by Paul Wise given a few change below are made:
  o Modify the Makefile to add a 'make dist' to generate a
ChangeLog using git2cl [1]
 and NEWS based on crda and wireless-regdb upstream git

Paul I'm not familiar with the sponsorship process on Debian, does
this mean if the above is address you would be wiling to upload the
final package yourself? Or does this have other implications?

I address some of Paul's own comments below. If you would like to read
the original thread you can refer to the pkg-wpa-devel package list.

[1] http://josefsson.org/git2cl/git2cl
[2] 
http://lists.alioth.debian.org/pipermail/pkg-wpa-devel/2010-January/002415.html

If anyone has any questions please let me know.

On Fri, Feb 19, 2010 at 10:11 PM, Paul Wise p...@debian.org wrote:
 On Thu, 2010-02-18 at 09:19 -0800, Luis R. Rodriguez wrote:

 Upstream does not do the same. Ubuntu packages these two together
 right now but it was because it made life easier for packaging.

 John, do you guys package wireless-regdb and crda together on Fedora
 land? Was this because of the dynamic key building per package? If so
 what is the restriction on using two packages?

 Thanks John. So -- not sure if Kel will have time to split these, I
 gather he is still pretty busy with his move. Paul, is this a
 requirement for inclusion? If so we'll need to request for some help.

 I wouldn't upload it to Debian like that, you might find other people in
 Debian who would be willing to do so though.

OK.

  nl80211.h looks like it comes from Linux, can't you just build-depend on
  the linux-libc-dev package and do #include linux/nl80211.h ? Comparing
  the crda one and the one from Linux 2.6.32 reveals quite a few changes
  since you copied nl80211.h into crda.

 nl80211 is designed to allow userspace applications to either ship
 their own nl80211.h based on the most recent kernel or to ship it and
 ifdef around a feature instead of the kernel version.
 ...
 For CRDA then we ship our own nl80211.h and it doesn't matter much as
 we only use only one command, and the API that can't change anyway.
 When CRDA wants to make use of something new we can just re-synch,
 just as we do with iw.

 Hmm, OK. I guess that makes sense.

Yeah hope

  Even after manually ensuring that sha1sum.txt reflects the sha1sum of
  db.txt with sha1sum db.txt  sha1sum.txt, the wireless-regdb Makefile
  still seems to generate a new Debian RSA key pair. If the db.txt hasn't
  changed, there is no reason to auto-generate and install a key pair.

 wireless-regdb is designed so that you do not have to run make at all
 if you just intend on using John's key. So running make even if db.txt
 has not changed will generate the keys for you and sign the
 regulatory.bin with the new key.

 Hmm, OK. So the Debian packaging should check that db.txt is unchanged,
 instead of the upstream Makefile doing that check?

No, I meant that some distributions won't run make at all. Those who
do will always have something done if you don't yet have a key built
for you. By default the regulatory.bin is signed with this key. You
will re-sign the file if db.txt changes.

 I guess that means
 Fedora, Gentoo, Ubuntu etc all need to do the same thing.

Fedora does build stuff so they just go with the defaults. Ubuntu just
ships the provided regulatory.bin, they do not build anything, the
package is very simple for the binary regulatory database as you
really only need to build if you have policies which require this (the
content would be the same except the signature), or you want to change
the database yourself.

  dpkg-shlibdeps complains that neither crda and regdbdump use symbols
  from libssl, it looks like this might be a false positive though:
 
  dpkg-shlibdeps: warning: dependency on libssl.so.0.9.8 could be avoided if 
  debian/crda/sbin/regdbdump debian/crda/sbin/crda were not uselessly 
  linked against it (they use none of its symbols).

 They are not uselessly linking against libssl if indeed signature
 checking is done.

 It looked like a false positive to me, I 

Re: Removing the manpage requirement for GUI programs?

2010-02-27 Thread Vincent Fourmond
markus schnalke wrote:
 [2010-02-27 20:06] Josselin Mouette j...@debian.org
 I think it is a waste of time to write manual pages that won't be
 maintained upstream, and that won't contain more useful information than
 --help. The purpose of a manual page is to document precisely the
 behavior of a program, and for GUI applications there is usually an
 associated GUI documentation instead.
 
 Man pages have one more important advantage: Every command has one.

  Count me in for that argument too.

  I personally heavily rely on man (and I'm so glad the imagemagick
command-line options are back into their manual page). I think it would
be a loss to not have one for each command.

  Cheers,

Vincent


-- 
Vincent Fourmond, Debian Developer
http://vince-debian.blogspot.com/

It was funny how people were people everywhere you went, even if the
people concerned weren't the people the people who made up the phrase
``people are people everywhere'' had traditionally thought of as people.
 -- Terry Pratchet, The Fifth Elephant

Vincent, not listening to anything for now


-- 
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/4b898f3c.9010...@debian.org



offering for adoption: newLISP interpreter

2010-02-27 Thread Ted Walther

I was told there is time to get this into squeeze.  It has been
extensively debugged and tested on 64bit and 32bit platforms, and on
every architecture that Debian supports.

If someone could take this over, I'd be grateful; I'd like to see this
excellent language offered on every platform that debian supports, not
just the i386 and amd64 currently supported by my little repository.

Point your apt-get source to this little location:

http://dpkg.reactor-core.org/

Ted

--
   Nothing is true unless it makes you laugh,
  But you don't understand it until it makes you weep.

Name:Ted Walther
Phone:   208-310-7032
Skype:   tederific
Email:   t...@reactor-core.org
Address: #225 17700 58 Ave, Cloverdale, BC V3S1L6


--
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/20100227215023.ga26...@reactor-core.org



Re: [RFH] Debian 2.6.32 CONFIG_WIRELESS_OLD_REGULATORY, wireless-regdb and crda

2010-02-27 Thread Faidon Liambotis
Luis R. Rodriguez wrote:
 As per Paul Wise' advice I'd like to request for help with the
 crda/wireless-regdb package for Debian for the next release of Debian.
 I am the upstream crda maintainer and John Linville is the upstream
 wireless-regdb maintainer. Kel Modderman has already done most work
 required for the Debian package, if not all. What we now need is some
 Debian Developer to be willing to either upload the package as-is, or
 some help from some experienced package maintainers to address a few
 items. I should note Paul Wise has offered sponsorship for this
 package so I think we are on the last track to getting this package
 finalized and/or uploaded but he just noted a few changes required.
 
 Summary of review with Paul Wise:
 
   * Package could likely be uploaded into Debian as-is, just requires
 someone comfortable with it
 
   * We need more help with thepkg-wpa-devel group
I'm a member of pkg-wpa-devel and I've been sponsoring Kel for almost 4
years. I have absolute trust in him and I've even offered to advocate
him to the NM process multiple times.

I'd be happy to review and sponsor the uploads of crda/wireless-regdb,
if Paul doesn't have a problem with this.

I usually prefer team maintenance, so I think it'd be best if this
happened in pkg-wpa; my offer to sponsor is independent of that, though.

Regards,
Faidon


-- 
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/4b8995b6.5000...@debian.org



Re: Xen, Squeeze, and Beyond

2010-02-27 Thread William Pitcock

- Josip Rodin j...@entuzijast.net wrote:

 On Sat, Feb 27, 2010 at 01:23:07AM +0300, William Pitcock wrote:
  I am looking into packaging xenner already as a backup plan if I
 cannot
  manage to fix some major reentrancy problems in the Xen dom0 code
  (Xensource 2.6.18 patches, the pvops stuff has it's own share of
 problems
  and needs more evaluation).
 
 The .18 dom0 patches are well on their way out from the perspective
 of
 both Debian and Xen upstream, so you might want to shift focus to the
 pvops
 branch instead.

I am well aware of that.  However, the pvops branch has several critical
bugs:

- On a 8-way system, it reports 259GHz CPUs for all cores when booted under
Xen;
- The paravirtualized clock is 4 times slower then it should be in dom0
mode;
- The same reentrancy issues exist, as the pvops work is mostly Jeremy
forward porting the 2.6.18 code; a workaround is to dedicate one CPU core
to dom0 operations and pin it.

There are also no pvops dom0 kernel packages shipped by Debian yet, at
least through official channels.

While you are correct that pvops is the future, right now it's no better
reliability-wise then the 2.6.18 xensource patches... unfortunately tracking
these reentrancy bugs (mostly deadlocks) down is a massive pain in the ass.

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



Re: Removing the manpage requirement for GUI programs?

2010-02-27 Thread Thilo Six
Josselin Mouette wrote the following on 27.02.2010 21:03

-- snip --

 Indeed it is not sufficient for gcc-4.4. But I still think it is
 sufficient for gcalctool.

I have just downloaded the lenny gcalctool_5.22.3-2_i386.deb.
Where in /usr/share/gnome/help/gcalctool do you read about the file
~/.gcalctoolrc as you can in man 1 gcalctool?

Being able to diagnose and understand a programm even with no running X
sometimes is vital for a systems health.

-- 
bye Thilo

4096R/0xC70B1A8F
721B 1BA0 095C 1ABA 3FC6  7C18 89A4 A2A0 C70B 1A8F


-- 
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/hmc7cp$8i...@dough.gmane.org



Re: offering for adoption: newLISP interpreter

2010-02-27 Thread Ben Hutchings
On Sat, 2010-02-27 at 13:50 -0800, Ted Walther wrote:
[...]
 I was told there is time to get this into squeeze.  It has been
 extensively debugged and tested on 64bit and 32bit platforms, and on
 every architecture that Debian supports.
[...]

That would be a big change from your earlier uploads, if true.  In any
case, the proper way to request a new package is with 'reportbug wnpp'.

Someone already had the idea though they didn't get very far with it:
http://bugs.debian.org/425456.

Ben.

-- 
Ben Hutchings
Horngren's Observation:
   Among economists, the real world is often a special case.


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


Re: Xen, Squeeze, and Beyond

2010-02-27 Thread Josip Rodin
On Sun, Feb 28, 2010 at 01:03:46AM +0300, William Pitcock wrote:
 There are also no pvops dom0 kernel packages shipped by Debian yet, at
 least through official channels.
 
 While you are correct that pvops is the future, right now it's no better
 reliability-wise then the 2.6.18 xensource patches... unfortunately tracking
 these reentrancy bugs (mostly deadlocks) down is a massive pain in the ass.

Much of the discussion was with regard to squeeze, and with that in mind,
at this point it seems that the pvops branch should get there, but there
is currently no indication whatsoever that the old stable branch will.
I'm not getting in the discussion why or how that is, I'm just saying,
based on:
http://lists.debian.org/debian-kernel/2009/10/msg00853.html
http://lists.debian.org/debian-kernel/2010/02/msg01290.html

-- 
 2. That which causes joy or happiness.


-- 
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/20100227225433.ga26...@orion.carnet.hr



Re: Removing the manpage requirement for GUI programs?

2010-02-27 Thread Josselin Mouette
Le samedi 27 février 2010 à 20:29 +, brian m. carlson a écrit : 
 lakeview ok % gcalctool --help
 Usage:
   gcalctool - Perform mathematical calculations

 Tell me what user files gcalctool may access, using only this
 information.  Also tell me, using *only the information provided*, how
 to force GTK+ to make all X calls synchronous.  You can't, because that
 information is not provided in the --help output.
 
 In the latter case, --help-all might be useful, but the output is not
 sufficient, and so the package would, according to your proposed
 standard, need a manpage, or to be patched to make --help work like
 --help-all.  In the former case, the information is not provided at all,
 except in the manpage.

This is where you are wrong. The manual page is incorrect and does not,
as you might think, describe all files gcalctool might access. Actually,
the .gcalctoolrc file that is described in the manual page is an ancient
artifact that has close to 0 use.

 Furthermore, gcalctool can be scripted with -s, and the --help output
 does not describe the syntax: is it infix? postfix? How do you express
 powers?  Must powers be integers?  What precision is available?  The
 manpage does not either, but that is a bug in the manpage.  That
 information should not be present in the --help output.  It is entirely
 too long.

The information is in the HTML documentation. Are you going to duplicate
that information too, and introduce a new way for the documentation to
be out of sync?

 Maybe I'm the exception, but I end up running a lot of graphical
 programs from the command line.  When I'm building PDFs, I generally run
 evince from the command line.  I often use wireshark from the command
 line.  And those are just two from the top of my head.

And do you often read evince’s manual page?

 I'm happy to write or update manual pages, if needed.  If you provide a
 list of those that need work, I'll start working on them, so don't think
 I'm just a naysayer that wants to push off work on others.

Sorry but I think this would be a waste of time. There are real bugs to
fix instead of working on manual pages. First you would only repeat what
can be found in --help, since there’s nothing more to say about most GUI
programs. Then, once you would have written them, they’d need to be
forwarded, and more importantly you’d need to ensure at *every major
release* that they are still in sync.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


signature.asc
Description: Ceci est une partie de message numériquement signée


RE: Removing the manpage requirement for GUI programs?

2010-02-27 Thread Josselin Mouette
Le samedi 27 février 2010 à 20:14 +, Fuentes, Adolfo a écrit :
 I think it is a good idea to have a centralized system where one can
 find information about a particular program. Otherwise we take the
 risk of having a sparse information system. If help2man helps to
 create the man page from the program help, which is the burden then?

Thank you for volunteering to write and maintain the tools to do that
automatically. Your help is much appreciated.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


signature.asc
Description: Ceci est une partie de message numériquement signée


Re: Removing the manpage requirement for GUI programs?

2010-02-27 Thread Don Armstrong
On Sat, 27 Feb 2010, Josselin Mouette wrote:
 The current situation is that there are a lot of outdated and/or
 inaccurate manpages, while the --help output contains the same amount of
 information and is guaranteed to be up-to-date.

If the manpage doesn't contain any more information than the help
output, then it probably should be replaced with help2man so that it
stays up to date.

The crux of your argument is that for many GUI programs, manpages
aren't as essential as other forms of documentation, and developer
time would be better spent doing making other improvements.

Policy deals with this correctly by the manpage requirement as a
should requirement. It's a bug when the manpage doesn't exist, but
it's not RC. For some packages, it may not be a bug that can be
properly fixed due to developer-availability and upstream awareness.

I think you'd agree that manpages that were always up-to-date would be
nice for every thing in Debian would be nice, if only we had enough
time to make it all happen.


Don Armstrong

-- 
The smallest quantity of bread that can be sliced and toasted has yet
to be experimentally determined. In the quantum limit we must
necessarily encounter fundamental toast particles which the author
will unflinchingly designate here as croutons.
 -- Cser, Jim. Nanotechnology and the Physical Limits of Toastability.
AIR 1:3, June, 1995.

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/20100227233049.gl28...@volo.donarmstrong.com



Bug#571785: ITP: noko-fsoraw -- FSO resource allocation wrapper

2010-02-27 Thread Steffen Moeller
Package: wnpp
Severity: wishlist
Owner: Steffen Moeller steffen_moel...@gmx.de

* Package name: noko-fsoraw
* URL : 
http://sourceforge.net/apps/mediawiki/noko/index.php?title=Fsoraw
* License : GPL-3+
  Description : FSO resource allocation wrapper

fsoraw (FSO Resource Allocation Wrapper) is a wrapper utility to launch
applications preallocating system resources from FSO.

Under normal circumstances Freerunner has resources (bt, wifi,
etc.) disabled to save power, FSO has a set of DBUS api to
allocate/release resources dinamically.

For applications that does not honour FSO you have to manually force
resource policy, launch the application, wait for the job done, reset
the resource policy.

There are some gui applications that let the user switch resource
policy but this need the user switches menus, clicks and so on, and may
be boring and slow, and sometime dangerous (suppose to be in car and
want to switch autodimming/suspending off, launch navigation software,
reset autodimming/suspending).



-- 
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/20100227233114.9112.47503.report...@toshiba.siemens



Re: Removing the manpage requirement for GUI programs?

2010-02-27 Thread Josselin Mouette
Le samedi 27 février 2010 à 15:30 -0800, Don Armstrong a écrit : 
 If the manpage doesn't contain any more information than the help
 output, then it probably should be replaced with help2man so that it
 stays up to date.
 
 The crux of your argument is that for many GUI programs, manpages
 aren't as essential as other forms of documentation, and developer
 time would be better spent doing making other improvements.
 
 Policy deals with this correctly by the manpage requirement as a
 should requirement. It's a bug when the manpage doesn't exist, but
 it's not RC. For some packages, it may not be a bug that can be
 properly fixed due to developer-availability and upstream awareness.
 
 I think you'd agree that manpages that were always up-to-date would be
 nice for every thing in Debian would be nice, if only we had enough
 time to make it all happen.

Yes, I overall agree with your arguments. However having it in the
policy means we get bug reports about manual pages and have to deal with
them, while they are not the primary source of documentation for
command-line options.

In my opinion, we’d be better off with no manual page than with one that
is not maintained correctly. However the current policy encourages
shipping a buggy manual page over not shipping it at all.

Cheers,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


signature.asc
Description: Ceci est une partie de message numériquement signée


Bug#571788: ITP: geographiclib -- A C++ library to manage some geodesic transformations and problems

2010-02-27 Thread Francesco P. Lovergine
Package: wnpp
Severity: wishlist
Owner: Francesco P. Lovergine fran...@debian.org

* Package name: geographiclib
  Version : 1.1
  Upstream Author : Charles Karney et al.
* URL : http://geographiclib.sourceforge.net/
* License : LGPL
  Programming Lang: C++
  Description : A C++ library to manage some geodesic transformations and 
problems

GeographicLib is a a small set of C++ classes for converting between
geographic, UTM, UPS, MGRS, geocentric, and local cartesian coordinates,
for geoid calculations, and for computing geodesic. It is a suitable
replacement for the core functionality provided by NGA Geotrans.



-- 
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/20100227233745.14383.27522.report...@gandalf.is-a-geek.org



Re: Removing the manpage requirement for GUI programs?

2010-02-27 Thread Russ Allbery
Josselin Mouette j...@debian.org writes:

 Yes, I overall agree with your arguments. However having it in the
 policy means we get bug reports about manual pages and have to deal with
 them, while they are not the primary source of documentation for
 command-line options.

 In my opinion, we’d be better off with no manual page than with one that
 is not maintained correctly. However the current policy encourages
 shipping a buggy manual page over not shipping it at all.

I think that's a bit of a reach.  That may be how some of your bug
reporters are interpreting Policy, but Policy doesn't say anything about
what bugs are more severe.  I don't think attributing that position to
Policy is entirely fair.

I agree with you that badly out-of-date man pages can be worse than no man
pages at all and it's a question of balancing two bugs, something that
package maintainers often have to do.

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


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



Re: Removing the manpage requirement for GUI programs?

2010-02-27 Thread Don Armstrong
On Sun, 28 Feb 2010, Josselin Mouette wrote:
 However having it in the policy means we get bug reports about
 manual pages and have to deal with them, while they are not the
 primary source of documentation for command-line options.

I'd hope you'd still get bug reports even if it wasn't in policy.[1] I
know I've filed them for packages that I find have inadequate or
missing manpages when I actually go looking for the documentation.

 In my opinion, we’d be better off with no manual page than with one that
 is not maintained correctly. However the current policy encourages
 shipping a buggy manual page over not shipping it at all.

If the manpage is wrong, I think it'd be worse than not shipping one.
If it's merely incomplete, and references something that is complete,
that's better than nothing. At least you get a reference to where you
should be looking at.

What'd be ideal in these cases is to get the manpages present
upstream, and to integrate them more tightly into the upstream's
documentation, so that upstream updates them when they change command
line options.


Don Armstrong

1: If someone is filing bugs for packages which are missing manpages
when they've never actually wanted to look at the manpage, that's
pathetic. Sure, it may be a bug, but why file a bug when you'll never
notice if it's fixed?
-- 
I may not have gone where I intended to go, but I think I have ended
up where I needed to be.
 -- Douglas Adams _The Long Dark Tea-Time of the Soul_

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/20100227235258.gm28...@volo.donarmstrong.com



Re: Intent to remove waf from Debian

2010-02-27 Thread Ben Finney
Luca Falavigna dktrkr...@debian.org writes:

 after some time spent to reflect and discuss, I think we reached a
 point of no return regarding waf package in Debian. I try to summarize
 what happened in the past months.

Thanks very much for responsibly working to make this package behave
well with the Debian system and to work with upstream. It's a pity
upstream was uncooperative with these goals.

 As a personal note, I discourage using waf as build system of choice:
 during these months I realized waf introduces backward incompatible
 changes every releases, this can lead to build failures very
 frequently. Sticking with older releases is the suggested solution by
 upstream, but may expose to bugs fixed in newer releases only.

Indeed, this kind of thinking — bundling third-party code with one's
application and resisting efforts to de-couple for lower code
duplication/divergence and maintenance effort — seems to be
disproportionately high with many developers of Python code in
particular (certainly not all, and probably not even a majority; but
enough to be a problem). I don't know what the origin is, but it's
frustrating to see it repeated.

It will be a shame to lose ‘waf’, which might over time have become a
good option for a flexible, reliable build system. It seems the current
developers don't want that though, so I think your choice is correct.

-- 
 \ “If we don't believe in freedom of expression for people we |
  `\   despise, we don't believe in it at all.” —Noam Chomsky, |
_o__)   1992-11-25 |
Ben Finney


pgpnx98lT2afF.pgp
Description: PGP signature


Re: Removing the manpage requirement for GUI programs?

2010-02-27 Thread Ben Finney
brian m. carlson sand...@crustytoothpaste.ath.cx writes:

 On Sat, Feb 27, 2010 at 08:06:37PM +0100, Josselin Mouette wrote:
  Therefore I propose that we drop the requirement of a manual page if
  these conditions are met: 
* the program requires graphical interaction with the user, and is
  not meant to be used from a script; 
* the command-line switches are properly documented with a --help
  option.

 A manual page contains more information than just command line
 switches. For example, iceweasel's manpage contains information about
 environment variables and files that it uses.

Agreed, this is very useful information for any program regardless of
its UI.

The argument about upstream failing to maintain manpages is not specific
to GUI programs (there are plenty of text-based programs whose upstream
developers don't care about a manpage), so even if this requirement were
to be relaxed I don't see what's special about the GUI aspect.

 --help output is for the case where you already are intimately
 familiar with the program and what it does, and need a quick reminder,
 or for cases when manpages are not available (emergency single-user
 boot).

Exactly. The purposes of ‘foo --help’ are quite different from ‘man 1
foo’, and having one does not obviate the need or usefulness of the
other.

-- 
 \ “Wrinkles should merely indicate where smiles have been.” —Mark |
  `\Twain, _Following the Equator_ |
_o__)  |
Ben Finney


pgptXfnF7P6VS.pgp
Description: PGP signature


Re: Removing the manpage requirement for GUI programs?

2010-02-27 Thread Javier Barroso
2010/2/27 Josselin Mouette j...@debian.org:
 Hi,

 currently policy §12.1 mandates that “each program, utility, and
 function should have an associated manual page”. However, the more I
 stomp on bug reports about manual pages, the less I am convinced of
 their usefulness for GUI programs.

 GUI applications usually take only a few simple command-line options,
 and more importantly, when you use a modern development framework, these
 options will always be documented correctly with the --help switch.
 Manual pages, OTOH, are not maintained properly by upstream developers.

 I think it is a waste of time to write manual pages that won’t be
 maintained upstream, and that won’t contain more useful information than
 --help. The purpose of a manual page is to document precisely the
 behavior of a program, and for GUI applications there is usually an
 associated GUI documentation instead.

 Therefore I propose that we drop the requirement of a manual page if
 these conditions are met:
      * the program requires graphical interaction with the user, and is
        not meant to be used from a script;
      * the command-line switches are properly documented with a --help
        option.

 For extra points, we could agree on a way to generate manual pages
 automatically, either at installation time or on the fly, using
 help2man.

 Any comments before I submit a bug against the policy?
As debian user, I really hate when I find a command which I don't know
what is and doesn't have man page. I think this happens to me in other
distributions more than in debian.

I think, at least a description should be provided. Obviously there
are GUI programs which their names give you clues about them, but
others, like baobab not. Imagine programs like baobab without any
manpage, It is hard to launch a program if you don't know about what
it's going to do. It is safe to launch any program if you can read
about it before.

Thank you very much


--
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/81c921f31002271615j8a1ba1ficcf47c2c8f1b3...@mail.gmail.com



Re: Removing the manpage requirement for GUI programs?

2010-02-27 Thread Ben Finney
Josselin Mouette j...@debian.org writes:

 Yes, I overall agree with your arguments. However having it in the
 policy means we get bug reports about manual pages and have to deal
 with them, while they are not the primary source of documentation for
 command-line options.

If manpages were useful only for documenting command-line options, this
would be a valid point. As has been pointed out, though, manpages for
programs are useful for much more than that.

 In my opinion, we’d be better off with no manual page than with one
 that is not maintained correctly. However the current policy
 encourages shipping a buggy manual page over not shipping it at all.

This is a problem, yes, I hadn't thought about it that way. Thank you.

So is it feasible to instead come up with a phrasing that encourages
full up-to-date manpages, but doesn't encourage keeping out-of-date
manpages?

-- 
 \  “Software patents provide one more means of controlling access |
  `\  to information. They are the tool of choice for the internet |
_o__) highwayman.” —Anthony Taylor |
Ben Finney


pgpIZtgxh36B3.pgp
Description: PGP signature


Re: [RFH] Debian 2.6.32 CONFIG_WIRELESS_OLD_REGULATORY, wireless-regdb and crda

2010-02-27 Thread Paul Wise
On Sat, 2010-02-27 at 23:59 +0200, Faidon Liambotis wrote:

 I'm a member of pkg-wpa-devel and I've been sponsoring Kel for almost 4
 years. I have absolute trust in him and I've even offered to advocate
 him to the NM process multiple times.

I'd definitely agree with your assessment here and would also encourage
Kel to apply for NM.

 I'd be happy to review and sponsor the uploads of crda/wireless-regdb,
 if Paul doesn't have a problem with this.

Definitely no problem there.

 I usually prefer team maintenance, so I think it'd be best if this
 happened in pkg-wpa; my offer to sponsor is independent of that, though.

Agreed, whoever wants to help maintain this should join pkg-wpa.

So, summary of the main issues with Kel's current package:

He doesn't have time to maintain it and needs folks to join pkg-wpa,
take ownership of the crda RFP (#536502) and work to get both crda and
wireless-regdb uploaded.

It combines crda  wireless-regdb into one source package. While
upstream keeps them separate, we should do the same.

A few other issues that are easy to fix:

http://lists.debian.org/debian-kernel/2010/02/msg00336.html

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Re: Removing the manpage requirement for GUI programs?

2010-02-27 Thread Tollef Fog Heen
]] Josselin Mouette 

| In my opinion, we’d be better off with no manual page than with one
| that is not maintained correctly. However the current policy
| encourages shipping a buggy manual page over not shipping it at all.

Would a reasonable compromise be to ship a man page that says something
along the lines of

  this is program $foo, it's used for task A, B, C, please see
  /usr/share/doc/$foo/html or yelp:$foo for the real documentation.
  Also, see $foo --help for help on command line switches.

It's still an effort to create those pages, but the description of what
a program does should change seldom and it keeps apropos(1) and similar
tools useful.

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


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87635hzv8b@qurzaw.linpro.no



Accepted binutils 2.20.51.20100227-1 (source all amd64)

2010-02-27 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 27 Feb 2010 08:55:05 +0100
Source: binutils
Binary: binutils binutils-dev binutils-multiarch binutils-gold binutils-hppa64 
binutils-spu binutils-doc binutils-source
Architecture: source all amd64
Version: 2.20.51.20100227-1
Distribution: experimental
Urgency: low
Maintainer: Matthias Klose d...@debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 binutils   - The GNU assembler, linker and binary utilities
 binutils-dev - The GNU binary utilities (BFD development files)
 binutils-doc - Documentation for the GNU assembler, linker and binary utilities
 binutils-gold - The (experimental) GNU gold linker utility
 binutils-hppa64 - The GNU assembler, linker and binary utilities targeted for 
hppa6
 binutils-multiarch - Binary utilities that support multi-arch targets
 binutils-source - The GNU assembler, linker and binary utilities (source)
 binutils-spu - The GNU assembler, linker and binary utilities targeted for 
spu-e
Changes: 
 binutils (2.20.51.20100227-1) experimental; urgency=low
 .
   * Snapshot, taken from the trunk 20100227.
   * debian/*.shlibs: Update to the version from the trunk.
Checksums-Sha1: 
 e395cd0983a2974a3b4aa170b4568e1226dd0807 1386 binutils_2.20.51.20100227-1.dsc
 7e0f895de1017860046a495c35ce4cd5c1bab2f4 21731911 
binutils_2.20.51.20100227.orig.tar.gz
 71246a1f8335794d6c563a8ab9aa0b68a03c11f6 54004 
binutils_2.20.51.20100227-1.diff.gz
 21f672acbc7f2a293020d596c7df916fcce320fd 552640 
binutils-doc_2.20.51.20100227-1_all.deb
 7b9f95a9247113f651b3153dca9788301f3c849f 12653536 
binutils-source_2.20.51.20100227-1_all.deb
 39b971a0611ae0d39dfa6098c458cbccbc6e 3307194 
binutils_2.20.51.20100227-1_amd64.deb
 8fab8773ee664cca9b95d229b8481cad9e00112f 3628802 
binutils-dev_2.20.51.20100227-1_amd64.deb
 2df52a7631efaca0b46c2deec93fd54532adb620 2087286 
binutils-multiarch_2.20.51.20100227-1_amd64.deb
 4654cccd42967c90376453287bb1ba1ccedc0c06 825584 
binutils-gold_2.20.51.20100227-1_amd64.deb
Checksums-Sha256: 
 a9d263c44a6c2a4bb842a0f6cb62c8aacc072871f57a4358bc3843c0ba17a857 1386 
binutils_2.20.51.20100227-1.dsc
 38b1a8aa52a71c009bd3cfd6afc3b5b85af64747b5a5c94dd4b5c89d84419afa 21731911 
binutils_2.20.51.20100227.orig.tar.gz
 2346688e4ef66930bf848a6b7a345c985572c7723192844707634d5c225a10db 54004 
binutils_2.20.51.20100227-1.diff.gz
 32272f72af6706b9412e3a844c817cd0d60045cd80b279853bdc9ac12b4f79a4 552640 
binutils-doc_2.20.51.20100227-1_all.deb
 a1c9451c0635ac07f9f3555cf3542ad4068a5ac660979fab953b1309e2b634e0 12653536 
binutils-source_2.20.51.20100227-1_all.deb
 8fb520d4be1952026683980060b9fd0228eb1fee046a6a47608f41efce28c543 3307194 
binutils_2.20.51.20100227-1_amd64.deb
 2d67e6aaec8101c2044bc0a186dc66b9eff90e36e2c01230b5e5e79811e82adb 3628802 
binutils-dev_2.20.51.20100227-1_amd64.deb
 1fd9ee119db22375d4099afd79715679a6e4b27499b3b09d106d1b980bec3c70 2087286 
binutils-multiarch_2.20.51.20100227-1_amd64.deb
 d9e30c29f21fafbff5b969e27f1fd1cd55365275ca6a09374d1d0d07573fcb54 825584 
binutils-gold_2.20.51.20100227-1_amd64.deb
Files: 
 bde7299ba675e294f6059d5eb65182ae 1386 devel optional 
binutils_2.20.51.20100227-1.dsc
 6b920741302e6083a1a2612daaf0aeb5 21731911 devel optional 
binutils_2.20.51.20100227.orig.tar.gz
 f93d29264ca6e89b06fa51299314c113 54004 devel optional 
binutils_2.20.51.20100227-1.diff.gz
 0498000ae8bc51098e2e0fd4ee5a4fb5 552640 doc optional 
binutils-doc_2.20.51.20100227-1_all.deb
 31f2bf259401de415dc84b057430a52a 12653536 devel optional 
binutils-source_2.20.51.20100227-1_all.deb
 d06fd78e98220edf9dde3af91ba1ce4f 3307194 devel optional 
binutils_2.20.51.20100227-1_amd64.deb
 1219fd70cca166168c0791113ad85aed 3628802 devel extra 
binutils-dev_2.20.51.20100227-1_amd64.deb
 34c560a9429cdcfee48283351ea6374c 2087286 devel extra 
binutils-multiarch_2.20.51.20100227-1_amd64.deb
 18c210f7a8dddfa0cb46085dc6efb33d 825584 devel extra 
binutils-gold_2.20.51.20100227-1_amd64.deb

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

iEYEARECAAYFAkuI2JoACgkQStlRaw+TLJwxRwCgwyB4o6W2/T9x6ulkjIWsBnHz
/v0AoLfquILm8cQcxUG19A+/cjnwFtt0
=1RsK
-END PGP SIGNATURE-


Accepted:
binutils-dev_2.20.51.20100227-1_amd64.deb
  to main/b/binutils/binutils-dev_2.20.51.20100227-1_amd64.deb
binutils-doc_2.20.51.20100227-1_all.deb
  to main/b/binutils/binutils-doc_2.20.51.20100227-1_all.deb
binutils-gold_2.20.51.20100227-1_amd64.deb
  to main/b/binutils/binutils-gold_2.20.51.20100227-1_amd64.deb
binutils-multiarch_2.20.51.20100227-1_amd64.deb
  to main/b/binutils/binutils-multiarch_2.20.51.20100227-1_amd64.deb
binutils-source_2.20.51.20100227-1_all.deb
  to main/b/binutils/binutils-source_2.20.51.20100227-1_all.deb
binutils_2.20.51.20100227-1.diff.gz
  to main/b/binutils/binutils_2.20.51.20100227-1.diff.gz
binutils_2.20.51.20100227-1.dsc
  to main/b/binutils/binutils_2.20.51.20100227-1.dsc
binutils_2.20.51.20100227-1_amd64.deb
  to main/b/binutils/binutils_2.20.51.20100227-1_amd64.deb
binutils_2.20.51.20100227

Accepted logilab-common 0.48.1-1 (source all)

2010-02-27 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 27 Feb 2010 09:38:47 +0100
Source: logilab-common
Binary: python-logilab-common
Architecture: source all
Version: 0.48.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Sandro Tosi mo...@debian.org
Description: 
 python-logilab-common - useful miscellaneous modules used by Logilab projects
Changes: 
 logilab-common (0.48.1-1) unstable; urgency=low
 .
   * New upstream release
   * debian/rules
 - use '*-packages' when removing test dir
Checksums-Sha1: 
 6320f2af74b43fd8e84ddfcd7eaa14d3f490fe8a 1588 logilab-common_0.48.1-1.dsc
 b131f4306fc52db766e149f1a2d53fa352b76529 186339 
logilab-common_0.48.1.orig.tar.gz
 d7be96fee4bda47071eb1655bfcba5bd2ce0924c 7428 logilab-common_0.48.1-1.diff.gz
 95162490216753bcc6b9c97d8f9b125068aa2177 1021658 
python-logilab-common_0.48.1-1_all.deb
Checksums-Sha256: 
 391ead0562d30ee0371cb08fa8fe60908d90ad282d7862d62b96d215a6e76004 1588 
logilab-common_0.48.1-1.dsc
 f224b012b59951475130c68644d915e9cb39cc2d18dbefe108359e6255c62cf6 186339 
logilab-common_0.48.1.orig.tar.gz
 23d23f3cabc9d1105c854e4f69adec0855dde4a2d5fb6cf1069ee19d60ae0593 7428 
logilab-common_0.48.1-1.diff.gz
 7eef891093b2109d97a319df09368dbc423006de4480c826e21b4ed6a16c7d8a 1021658 
python-logilab-common_0.48.1-1_all.deb
Files: 
 b30afa64b3c72acfe7ddf26d433d2a8d 1588 python optional 
logilab-common_0.48.1-1.dsc
 b1a13256d61f2be6b70f00831f6c5197 186339 python optional 
logilab-common_0.48.1.orig.tar.gz
 8687f47d2388d246776a82bfc7356ea0 7428 python optional 
logilab-common_0.48.1-1.diff.gz
 db21859c673e70f1ebb11b12bce73647 1021658 python optional 
python-logilab-common_0.48.1-1_all.deb

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

iEYEARECAAYFAkuI2u0ACgkQAukwV0RN2VBBxACeL8JNWcTOAKMtMLxVP1tORVvV
zK0An2FJy6dV0iGEcXMR2sPvyWn+tqlG
=yH2V
-END PGP SIGNATURE-


Accepted:
logilab-common_0.48.1-1.diff.gz
  to main/l/logilab-common/logilab-common_0.48.1-1.diff.gz
logilab-common_0.48.1-1.dsc
  to main/l/logilab-common/logilab-common_0.48.1-1.dsc
logilab-common_0.48.1.orig.tar.gz
  to main/l/logilab-common/logilab-common_0.48.1.orig.tar.gz
python-logilab-common_0.48.1-1_all.deb
  to main/l/logilab-common/python-logilab-common_0.48.1-1_all.deb


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



Accepted slang-slirp 1.9.8-1 (source amd64)

2010-02-27 Thread Jörg Sommer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 23 Feb 2010 22:09:56 +0100
Source: slang-slirp
Binary: slang-slirp
Architecture: source amd64
Version: 1.9.8-1
Distribution: unstable
Urgency: low
Maintainer: Debian JED Group pkg-jed-sl-modu...@lists.alioth.debian.org
Changed-By: Jörg Sommer jo...@alea.gnuu.de
Description: 
 slang-slirp - C code generator for the S-Lang scripting language
Closes: 554352
Changes: 
 slang-slirp (1.9.8-1) unstable; urgency=low
 .
   * New upstream release
 .
   * Added autotools-dev to build-depends, otherwise it's not installed
 on the buildds and obsolate config.{sub,guess} are used. (closes: #554352)
 .
   * Replaced Rafael Laboissiere by Jörg Sommer, because Rafael has
 quit the project.
 
http://lists.alioth.debian.org/pipermail/pkg-jed-devel/2009-June/002026.html
 .
   * Set the DM-Upload-Allowed field to yes to allow uploads by Jörg.
 .
   * Bumped Standards-Version to 3.8.4; no changes needed.
 .
   * Moved /usr/share/slirp to /u/s/slang-slirp, because we have to use
 the package name to prevent conflicts.
Checksums-Sha1: 
 3b3fdd4ca0fab3815d201279a7056161ba5ddf50 1293 slang-slirp_1.9.8-1.dsc
 c1a3702f2009d92d063fe2a11e60c0ee371409a0 357335 slang-slirp_1.9.8.orig.tar.gz
 92c64d439d0a527377210d10a3da196afa17b5ae 5359 slang-slirp_1.9.8-1.diff.gz
 7b081a3172e0234d2069d04e81f842c3c47b2dd5 276570 slang-slirp_1.9.8-1_amd64.deb
Checksums-Sha256: 
 48dc0f1ca93c327dd5a02dac125d478575f75840496e7c4d904870ca37006b40 1293 
slang-slirp_1.9.8-1.dsc
 18e55c1b333fddda21f2bf0e852b551a1e3b7c1e961afac5db73adfbef277b5b 357335 
slang-slirp_1.9.8.orig.tar.gz
 23f72d07b33c58bf2c66c206c8cd4b967e329d81bcb31b30a24787ffbcd0ef7b 5359 
slang-slirp_1.9.8-1.diff.gz
 fb113f5bca2bc27803993e1ac229f8ffae372ae6a358a2de60dd51084f9e01d9 276570 
slang-slirp_1.9.8-1_amd64.deb
Files: 
 c3ecb564a67573405c8b841929351d4e 1293 interpreters optional 
slang-slirp_1.9.8-1.dsc
 6254b9b8facc0b7e2bfa285e34859155 357335 interpreters optional 
slang-slirp_1.9.8.orig.tar.gz
 5522694a766d8fb05283232f24d13c00 5359 interpreters optional 
slang-slirp_1.9.8-1.diff.gz
 b6a7a43018367a89702dad41c6da15fb 276570 interpreters optional 
slang-slirp_1.9.8-1_amd64.deb

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

iD8DBQFLiNd60r9KownFsJQRAhClAJ9heWokiugdqkXJIn4fqfh33oe6pACfXg2S
JAb3rZO2qVqZbPCA6FQdMFM=
=nopV
-END PGP SIGNATURE-


Accepted:
slang-slirp_1.9.8-1.diff.gz
  to main/s/slang-slirp/slang-slirp_1.9.8-1.diff.gz
slang-slirp_1.9.8-1.dsc
  to main/s/slang-slirp/slang-slirp_1.9.8-1.dsc
slang-slirp_1.9.8-1_amd64.deb
  to main/s/slang-slirp/slang-slirp_1.9.8-1_amd64.deb
slang-slirp_1.9.8.orig.tar.gz
  to main/s/slang-slirp/slang-slirp_1.9.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/e1nlj3h-gs...@ries.debian.org



Accepted deliciousapi 1.6.1-1 (source all)

2010-02-27 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 27 Feb 2010 10:26:59 +0100
Source: deliciousapi
Binary: python-deliciousapi
Architecture: source all
Version: 1.6.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Sandro Tosi mo...@debian.org
Description: 
 python-deliciousapi - unofficial Python API for retrieving data from 
delicious.com
Changes: 
 deliciousapi (1.6.1-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control
 - bump Standards-Version to 3.8.4 (no changes needed)
   * debian/copyright
 - extended upstream and packaging copyright years
Checksums-Sha1: 
 1a717a39ed3273de80e0194577ecb3d5dbeb6d01 1347 deliciousapi_1.6.1-1.dsc
 ba867412723dc32740f8cb800cc8513f2930f0cb 20038 deliciousapi_1.6.1.orig.tar.gz
 4e68e5b58b06b76c06f3631f1e997d8c185b68de 2320 deliciousapi_1.6.1-1.diff.gz
 2963f44afc2941617e323efee8004c5b3a17963b 16486 
python-deliciousapi_1.6.1-1_all.deb
Checksums-Sha256: 
 5fd39281e3862d27c36cc411448532d4ee0862b010005c58f3046e3361475971 1347 
deliciousapi_1.6.1-1.dsc
 f395cad2b2c3e291dc2da5f22fd857296b55ce5e54b01d09ec30803b8734b533 20038 
deliciousapi_1.6.1.orig.tar.gz
 936d6418937101e1c4023641e56a4e9cbd462293c35e19a907aed3ac72f3a1eb 2320 
deliciousapi_1.6.1-1.diff.gz
 46fddb0534a247df8e2dbed2aa187208248b11e123d8573f8d709f3f107c2c82 16486 
python-deliciousapi_1.6.1-1_all.deb
Files: 
 35a086243d42449894b256a0608a56d7 1347 python optional deliciousapi_1.6.1-1.dsc
 d29fc56b5ba9802d28b902a09a5e3ce0 20038 python optional 
deliciousapi_1.6.1.orig.tar.gz
 ef482df3fe8fa0276afe8124c13b5897 2320 python optional 
deliciousapi_1.6.1-1.diff.gz
 61c2d9fa4c7a35ccd9d33ac2c1ca6c3c 16486 python optional 
python-deliciousapi_1.6.1-1_all.deb

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

iEYEARECAAYFAkuI5tYACgkQAukwV0RN2VCh5ACeNm7eu0lmhL49r9mDIGclzZza
wlUAn3t66NjWKwZaK9C/Q9d/HrXe5q49
=eXIS
-END PGP SIGNATURE-


Accepted:
deliciousapi_1.6.1-1.diff.gz
  to main/d/deliciousapi/deliciousapi_1.6.1-1.diff.gz
deliciousapi_1.6.1-1.dsc
  to main/d/deliciousapi/deliciousapi_1.6.1-1.dsc
deliciousapi_1.6.1.orig.tar.gz
  to main/d/deliciousapi/deliciousapi_1.6.1.orig.tar.gz
python-deliciousapi_1.6.1-1_all.deb
  to main/d/deliciousapi/python-deliciousapi_1.6.1-1_all.deb


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



Accepted taglib-sharp 2.0.3.6+dfsg-1 (source all)

2010-02-27 Thread Chow Loong Jin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 25 Feb 2010 03:11:08 +0800
Source: taglib-sharp
Binary: libtaglib2.0-cil libtaglib-cil-dev monodoc-taglib-manual
Architecture: source all
Version: 2.0.3.6+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian CLI Libraries Team 
pkg-cli-libs-t...@lists.alioth.debian.org
Changed-By: Chow Loong Jin hyper...@ubuntu.com
Description: 
 libtaglib-cil-dev - CLI library for accessing audio and video files metadata
 libtaglib2.0-cil - CLI library for accessing audio and video files metadata
 monodoc-taglib-manual - compiled XML documentation for taglib-sharp
Changes: 
 taglib-sharp (2.0.3.6+dfsg-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control:
 + No change bump of Standards-Version from 3.8.3 to 3.8.4
Checksums-Sha1: 
 84d2f70b5605a69ac3f30c36e862c8e326426500 1827 taglib-sharp_2.0.3.6+dfsg-1.dsc
 14889f158935ae6c90fb19f0e3418b5fb8b02396 526660 
taglib-sharp_2.0.3.6+dfsg.orig.tar.gz
 39df11222f1dea90d88c631e960be0b08af2552c 7807 
taglib-sharp_2.0.3.6+dfsg-1.diff.gz
 3994f4834caaa5ccad992c0efd071fe70d887e9d 149462 
libtaglib2.0-cil_2.0.3.6+dfsg-1_all.deb
 726f209ef69d1861b5613f6fd7d65f13b8126220 33570 
libtaglib-cil-dev_2.0.3.6+dfsg-1_all.deb
 f05771565dc1007a037ca2df22a07843b423b687 332304 
monodoc-taglib-manual_2.0.3.6+dfsg-1_all.deb
Checksums-Sha256: 
 beefed13fa0a50b900b9a2be7db8d3d8b3a6aed6a30da7a05bc61052e44ed387 1827 
taglib-sharp_2.0.3.6+dfsg-1.dsc
 5093ec109f1d4435de1626434a5444601bb21c43fa9e594afa760cae00abc31c 526660 
taglib-sharp_2.0.3.6+dfsg.orig.tar.gz
 7e00cf7cfdc9498b4bb58f0dcb2147af4e3cb51ffe3054b2da766047ecff2f0b 7807 
taglib-sharp_2.0.3.6+dfsg-1.diff.gz
 e59f27c193c9dcc41fef5e6f9b107c131863e40ee13d128bf1f4dd8efa4b1554 149462 
libtaglib2.0-cil_2.0.3.6+dfsg-1_all.deb
 a383eb06b42bd5722b15f866c2c076a67951723e7f0182ae318311fd82fd3efb 33570 
libtaglib-cil-dev_2.0.3.6+dfsg-1_all.deb
 0cf8c710a7396e6ad9ddd3044592436ef38737285379247aa2e00b424a9a79eb 332304 
monodoc-taglib-manual_2.0.3.6+dfsg-1_all.deb
Files: 
 7d454b59414f8f416f06d21b74d0ae34 1827 cli-mono optional 
taglib-sharp_2.0.3.6+dfsg-1.dsc
 30a7b1d912d823a21b07f43f001eac5b 526660 cli-mono optional 
taglib-sharp_2.0.3.6+dfsg.orig.tar.gz
 9ee6ede412a4c6b444c8238c0cb78bbe 7807 cli-mono optional 
taglib-sharp_2.0.3.6+dfsg-1.diff.gz
 be9597e3e16374a02ebbfb42baebe443 149462 cli-mono optional 
libtaglib2.0-cil_2.0.3.6+dfsg-1_all.deb
 d51d7c3354c05c34d6e1aff9ffa94c3d 33570 cli-mono optional 
libtaglib-cil-dev_2.0.3.6+dfsg-1_all.deb
 f0da577fa7c1c2c7a9e450077bcf74a1 332304 doc optional 
monodoc-taglib-manual_2.0.3.6+dfsg-1_all.deb

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

iQEcBAEBCAAGBQJLiOlfAAoJEMkPnLkOH60MGFYH/1jbj9aPFAwg5eZna5jTWWHe
cvWfpgsB5H7ScJo0Bp+bXzC7Zo409LXAkW+9foA1oyrpKn8mTrDX6Fym1pYhQB3S
RKZASWMwwX4M2yi11+1uSBbjDPtyQQIizVCRkf5/OphpLofT8xDBDiPlLVzxw32J
IMG43NgJiBnAPJlJk7NeyFkvGaIy1lvY56ma4UGjHwP74aQ8uOZMOyPV5M4lsBkE
EIjRptReZWqshW3900Gc/2oEqjIi1msXWDQEAdOHd9lbkfNEC/lQxRk5K2hiQfju
wY322hsgE9vIB7NWyqY2niS5s4JyOy+B1pBX7XFP5zt6yMdCUUqp+wFKSvWb2ok=
=tFa4
-END PGP SIGNATURE-


Accepted:
libtaglib-cil-dev_2.0.3.6+dfsg-1_all.deb
  to main/t/taglib-sharp/libtaglib-cil-dev_2.0.3.6+dfsg-1_all.deb
libtaglib2.0-cil_2.0.3.6+dfsg-1_all.deb
  to main/t/taglib-sharp/libtaglib2.0-cil_2.0.3.6+dfsg-1_all.deb
monodoc-taglib-manual_2.0.3.6+dfsg-1_all.deb
  to main/t/taglib-sharp/monodoc-taglib-manual_2.0.3.6+dfsg-1_all.deb
taglib-sharp_2.0.3.6+dfsg-1.diff.gz
  to main/t/taglib-sharp/taglib-sharp_2.0.3.6+dfsg-1.diff.gz
taglib-sharp_2.0.3.6+dfsg-1.dsc
  to main/t/taglib-sharp/taglib-sharp_2.0.3.6+dfsg-1.dsc
taglib-sharp_2.0.3.6+dfsg.orig.tar.gz
  to main/t/taglib-sharp/taglib-sharp_2.0.3.6+dfsg.orig.tar.gz


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



Accepted mathomatic 15.0.5-1 (source amd64)

2010-02-27 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 27 Feb 2010 10:57:21 +0100
Source: mathomatic
Binary: mathomatic mathomatic-primes
Architecture: source amd64
Version: 15.0.5-1
Distribution: unstable
Urgency: low
Maintainer: Sandro Tosi mo...@debian.org
Changed-By: Sandro Tosi mo...@debian.org
Description: 
 mathomatic - portable Computer Algebra System (CAS)
 mathomatic-primes - prime number tools for mathomatic
Changes: 
 mathomatic (15.0.5-1) unstable; urgency=low
 .
   * New upstream release
   * debian/copyright
 - extended upstream and packaging copyright years
   * debian/control
 - replace 'groff' with 'rman', upstream uses that to build manpages
 - bump Standards-Version to 3.8.4 (no changes needed)
Checksums-Sha1: 
 9d56879f170f63e6b75661530c916973e973cf28 1102 mathomatic_15.0.5-1.dsc
 23800d6c4ee06e0001c6f5720b58c5ca272198ed 226082 mathomatic_15.0.5.orig.tar.gz
 02d54678c8fe643ed7da7c699c2beb6cbed04e55 5961 mathomatic_15.0.5-1.diff.gz
 b3007390211f6f76110797f38d8515d5193b100d 195338 mathomatic_15.0.5-1_amd64.deb
 534c28611dd00113a3649374242686cc9dcf4142 23598 
mathomatic-primes_15.0.5-1_amd64.deb
Checksums-Sha256: 
 e83239981016dcc3640d35f93b981bc5937969b87445679595481a7295602936 1102 
mathomatic_15.0.5-1.dsc
 87f3b365aa14ec475bac16b90588b2e6d3ea7c616e67dbbe590d1140ed9978c3 226082 
mathomatic_15.0.5.orig.tar.gz
 7d391c3ace495ce2bb8643532e34c48db976f8a404870713004ce63a2418f42f 5961 
mathomatic_15.0.5-1.diff.gz
 5a8ef85ece3401a93b7c0a5cd7312dca22254c295ccee784fb2cd5c836e6988e 195338 
mathomatic_15.0.5-1_amd64.deb
 bb065ef2e42dab96c11a6961236a75eb1b95911704db294818dd38666d294772 23598 
mathomatic-primes_15.0.5-1_amd64.deb
Files: 
 2f7e2efd20980d9db31a584c71babd42 1102 math optional mathomatic_15.0.5-1.dsc
 a597b3107d3bc028c107b20419fe2537 226082 math optional 
mathomatic_15.0.5.orig.tar.gz
 94d726460d6760b35e1649c40b29ce48 5961 math optional mathomatic_15.0.5-1.diff.gz
 504a5fa45a10b5d7d755b5ac736be0a8 195338 math optional 
mathomatic_15.0.5-1_amd64.deb
 fae7ce9a83b779ac57c9403f20aae158 23598 math optional 
mathomatic-primes_15.0.5-1_amd64.deb

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

iEYEARECAAYFAkuI7PIACgkQAukwV0RN2VAWRwCgg2lpU2eCM1JhOshtXBMQ6Xxm
lxoAn0embP5grJQCuWwsjFnwmDyReA9q
=oIfq
-END PGP SIGNATURE-


Accepted:
mathomatic-primes_15.0.5-1_amd64.deb
  to main/m/mathomatic/mathomatic-primes_15.0.5-1_amd64.deb
mathomatic_15.0.5-1.diff.gz
  to main/m/mathomatic/mathomatic_15.0.5-1.diff.gz
mathomatic_15.0.5-1.dsc
  to main/m/mathomatic/mathomatic_15.0.5-1.dsc
mathomatic_15.0.5-1_amd64.deb
  to main/m/mathomatic/mathomatic_15.0.5-1_amd64.deb
mathomatic_15.0.5.orig.tar.gz
  to main/m/mathomatic/mathomatic_15.0.5.orig.tar.gz


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



Accepted ldc 0.9.1+hg1634-1 (source amd64)

2010-02-27 Thread Arthur Loiret
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 27 Feb 2010 10:55:13 +
Source: ldc
Binary: ldc libllvm-bindings-d
Architecture: source amd64
Version: 0.9.1+hg1634-1
Distribution: unstable
Urgency: low
Maintainer: Arthur Loiret aloi...@debian.org
Changed-By: Arthur Loiret aloi...@debian.org
Description: 
 ldc- LLVM D Compiler
 libllvm-bindings-d - D bindings for LLVM
Closes: 560437 561731
Changes: 
 ldc (0.9.1+hg1634-1) unstable; urgency=low
 .
   * New upstream snapshot:
 - Merge DMD 1.056.
   * debian/patches/06_sh4.diff: Fix build on sh4.  Closes: #560437.
 Thanks to Nobuhiro Iwamatsu.
   * debian/patches/03_ldc-conf.diff: Add /usr/include/d/ldc to include paths.
   * debian/control:
 - Recommends libtango-ldc-dev.  Closes: #561731.
 - Bump Standards-Version to 3.8.4.
Checksums-Sha1: 
 92b40339e43ecb2d9cc8946f01b8f0b5203d0210 1138 ldc_0.9.1+hg1634-1.dsc
 cbc03aa355b5d89fce8f65922a0269bf08bafa23 1578275 ldc_0.9.1+hg1634.orig.tar.gz
 972d337ec60535272ed97ee962d29ce3528376d7 13893 ldc_0.9.1+hg1634-1.diff.gz
 dd5c761cac48ba48737b993b1d6815d2aca63c24 5011184 ldc_0.9.1+hg1634-1_amd64.deb
 cfd7f7f72d136278201bf6826e8bc0dc1fcc212b 40194 
libllvm-bindings-d_0.9.1+hg1634-1_amd64.deb
Checksums-Sha256: 
 94a929c9cacb396f2a87a824ffc06832a5bc4acb5ef1943ef2ff80232025471d 1138 
ldc_0.9.1+hg1634-1.dsc
 547371feecf32ade589f9ec3f47274d342eba04e955477d4e25cd80b8daa381f 1578275 
ldc_0.9.1+hg1634.orig.tar.gz
 cd10d5b1a82e6c37d4ddd5f8751f11b0d5307432767b7e967d809a0319ea7639 13893 
ldc_0.9.1+hg1634-1.diff.gz
 89f66d210c1fd1984ff7c49ab9d29925f37003c37732372d27a490b1a85c9afb 5011184 
ldc_0.9.1+hg1634-1_amd64.deb
 d47495aea8e1fc1cc8468a429bdf91a1db2e3df27e0a0f1679f6c1a7c677f3eb 40194 
libllvm-bindings-d_0.9.1+hg1634-1_amd64.deb
Files: 
 73461552448f621d61eedf9313023316 1138 devel extra ldc_0.9.1+hg1634-1.dsc
 48aaa49e724078ba87228044526a77f1 1578275 devel extra 
ldc_0.9.1+hg1634.orig.tar.gz
 8631b26a42b739101e1f4ec8dbdcf7ea 13893 devel extra ldc_0.9.1+hg1634-1.diff.gz
 037507dc94e5b97d9056453a85cc26cb 5011184 devel extra 
ldc_0.9.1+hg1634-1_amd64.deb
 38f26577982b27e301333ae1d3b0d859 40194 libdevel extra 
libllvm-bindings-d_0.9.1+hg1634-1_amd64.deb

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

iEYEARECAAYFAkuI/NkACgkQHeT0QCEnXMQHcACfW0SHP3oz2aOtrz2lA23TaY3s
ot8AoNWaazw+6WxUmP9WrXz0aKG/oB9r
=IABU
-END PGP SIGNATURE-


Accepted:
ldc_0.9.1+hg1634-1.diff.gz
  to main/l/ldc/ldc_0.9.1+hg1634-1.diff.gz
ldc_0.9.1+hg1634-1.dsc
  to main/l/ldc/ldc_0.9.1+hg1634-1.dsc
ldc_0.9.1+hg1634-1_amd64.deb
  to main/l/ldc/ldc_0.9.1+hg1634-1_amd64.deb
ldc_0.9.1+hg1634.orig.tar.gz
  to main/l/ldc/ldc_0.9.1+hg1634.orig.tar.gz
libllvm-bindings-d_0.9.1+hg1634-1_amd64.deb
  to main/l/ldc/libllvm-bindings-d_0.9.1+hg1634-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/e1nlkfz-6m...@ries.debian.org



Accepted libtango 0.99.9.dfsg-1 (source all amd64)

2010-02-27 Thread Arthur Loiret
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 27 Feb 2010 11:00:12 +
Source: libtango
Binary: libtango-headers libtango-ldc-dev
Architecture: source all amd64
Version: 0.99.9.dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Arthur Loiret aloi...@debian.org
Changed-By: Arthur Loiret aloi...@debian.org
Description: 
 libtango-headers - The Developer's Library for D -- Headers
 libtango-ldc-dev - The Developer's Library for D -- LDC version
Changes: 
 libtango (0.99.9.dfsg-1) unstable; urgency=low
 .
   * New upstream release.
 - debian/patches/02_compress.diff: Refresh.
 - debian/patches/03_ldc.diff: Add.
   * debian/control:
 - Build-Depends on ldc ldc (= 0.9.1+hg1634).
 - Bump Standards-Version to 3.8.4.
Checksums-Sha1: 
 58a9d995e36cfcfab7704857aa978355c80161c7 1108 libtango_0.99.9.dfsg-1.dsc
 bc311f0bf1b60155f6f36d01c00788fddf96c349 224 
libtango_0.99.9.dfsg.orig.tar.gz
 02078434c652a3233e694ce4cdc867f1f517ace3 46607 libtango_0.99.9.dfsg-1.diff.gz
 75b93fdc1b6777861c766bbb780196787558c8e8 1391942 
libtango-headers_0.99.9.dfsg-1_all.deb
 cd6f432bdf8ee1b09a5b8aa61c6993f7498fd9b5 3389792 
libtango-ldc-dev_0.99.9.dfsg-1_amd64.deb
Checksums-Sha256: 
 b834dc18c40bbd3a00d853a9d1ad67c11ce4dbd09f029bfb841f6e292135 1108 
libtango_0.99.9.dfsg-1.dsc
 2ce48a864926373e5db9cfa77ca64b1397fd28ebb52003814ab96ea8423b2bd5 224 
libtango_0.99.9.dfsg.orig.tar.gz
 410b00cae29be481db780ccc03a315ca98b2d3ec56e3a4fa95c5f9b84c11247f 46607 
libtango_0.99.9.dfsg-1.diff.gz
 3a1c85e1d719e096da8c50d4db3f5e076193db3df3aad53669e04b42bd7af81f 1391942 
libtango-headers_0.99.9.dfsg-1_all.deb
 85f58252400692a9ca9f1c700866bc6a5e29c478630605cea8f183a82a117fed 3389792 
libtango-ldc-dev_0.99.9.dfsg-1_amd64.deb
Files: 
 2a7c011d2f5325855642f687effd4f1f 1108 libdevel extra libtango_0.99.9.dfsg-1.dsc
 3d4c0cb0c7af7fdc685ddb2017cbe68c 224 libdevel extra 
libtango_0.99.9.dfsg.orig.tar.gz
 23829783174e869b3a6e2abb38dfb28c 46607 libdevel extra 
libtango_0.99.9.dfsg-1.diff.gz
 64aadbdd964c3092b0230dbdea53ff4c 1391942 libdevel extra 
libtango-headers_0.99.9.dfsg-1_all.deb
 0eda3eeb1b2d50f4779afa526afaf975 3389792 libdevel extra 
libtango-ldc-dev_0.99.9.dfsg-1_amd64.deb

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

iEYEARECAAYFAkuI/O8ACgkQHeT0QCEnXMThBgCgjWEnCx9tbr589w9fg+CRAuAt
/E4AoJHThqXpd+5/a4PQGtknf1UaY3Bg
=XY4D
-END PGP SIGNATURE-


Accepted:
libtango-headers_0.99.9.dfsg-1_all.deb
  to main/libt/libtango/libtango-headers_0.99.9.dfsg-1_all.deb
libtango-ldc-dev_0.99.9.dfsg-1_amd64.deb
  to main/libt/libtango/libtango-ldc-dev_0.99.9.dfsg-1_amd64.deb
libtango_0.99.9.dfsg-1.diff.gz
  to main/libt/libtango/libtango_0.99.9.dfsg-1.diff.gz
libtango_0.99.9.dfsg-1.dsc
  to main/libt/libtango/libtango_0.99.9.dfsg-1.dsc
libtango_0.99.9.dfsg.orig.tar.gz
  to main/libt/libtango/libtango_0.99.9.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/e1nlkfr-aa...@ries.debian.org



Accepted m4 1.4.14-1 (source all amd64)

2010-02-27 Thread Santiago Vila
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 27 Feb 2010 12:23:32 +0100
Source: m4
Binary: m4 m4-doc
Architecture: source all amd64
Version: 1.4.14-1
Distribution: unstable
Urgency: low
Maintainer: Santiago Vila sanv...@debian.org
Changed-By: Santiago Vila sanv...@debian.org
Description: 
 m4 - a macro processing language
 m4-doc - Documentation for GNU m4
Changes: 
 m4 (1.4.14-1) unstable; urgency=low
 .
   * New upstream release. Documentation is now under FDLv3+.
Checksums-Sha1: 
 a362ae863cb2be5acd28ab42455899046679687e 1295 m4_1.4.14-1.dsc
 f2df9a3db6bb3974f06e5cefe04b9ce3f4bf8b82 1125670 m4_1.4.14.orig.tar.bz2
 d5363dd7541c65c70c2c06458024fb0eb8111bd2 6150 m4_1.4.14-1.debian.tar.gz
 e9585cbbaccb6e16dda7d4814343dc22548ecf1d 199210 m4-doc_1.4.14-1_all.deb
 ccf0a50fd2fe7431bd416688b8a6e473242a800c 291022 m4_1.4.14-1_amd64.deb
Checksums-Sha256: 
 958dd31b27b7c3ec6401a9190166e90f189fd525bde2be685d4d2983377dc40c 1295 
m4_1.4.14-1.dsc
 0885ffa93256353a96b1cf0bcbc4d639ed09953b687e6cc412c4048e656f4dd2 1125670 
m4_1.4.14.orig.tar.bz2
 06c11d56a408aff365612ee3ad0864999c292627fad7122f28bdd99d3de7f683 6150 
m4_1.4.14-1.debian.tar.gz
 267555616d31cea0f5bf0cb4a7ea0f4cd958692e3e99143c050862f85fe12dde 199210 
m4-doc_1.4.14-1_all.deb
 1f45520a158c1621984bde4379b0e7ddb7314a2d5f24d6a0aaf85f8b15da05db 291022 
m4_1.4.14-1_amd64.deb
Files: 
 eba47a5971127d4d9120a5ee1acfb576 1295 interpreters standard m4_1.4.14-1.dsc
 e6fb7d08d50d87e796069cff12a52a93 1125670 interpreters standard 
m4_1.4.14.orig.tar.bz2
 7a67c8055664d104cc6dd34a0fbb41c6 6150 interpreters standard 
m4_1.4.14-1.debian.tar.gz
 d1a3718338712b89182fe03fc1f75597 199210 doc optional m4-doc_1.4.14-1_all.deb
 fcc806e6321018f24c4873e29219aa61 291022 interpreters standard 
m4_1.4.14-1_amd64.deb

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

iQEcBAEBCAAGBQJLiQHOAAoJEEHOfwufG4syv5EH/A3IcdB6wUsWwmlZThbBxWKy
2btxhWNRmsR1rY+iMLxYZeiecsE467iqxAo03nj3zvXN7c+zND5fuRX/tOUru9RJ
uoUNI8p4tBHIl9UZO/tpAyZfK8jP6KZezDnUrhcBcrxQyyd3CiNw8RmBPWmXqpuU
3kT0paOjOJOmkxaiHJV6rwqASBCH49ibHmZawFgdqIaZVyDwie4YkdCsFuWWHX/M
D9qCNHidWTNiTeyQr967YboT01lUZWsLChXDLF2DMR/f24pQFT4XvaAaZsFLNdjE
Xpr41y6IKZKT/jQABMK7PnhEAvaXxn/ZMoA9gu/Lm7Oo/R+8aKg2K5y3HNfiFJM=
=xtdj
-END PGP SIGNATURE-


Accepted:
m4-doc_1.4.14-1_all.deb
  to main/m/m4/m4-doc_1.4.14-1_all.deb
m4_1.4.14-1.debian.tar.gz
  to main/m/m4/m4_1.4.14-1.debian.tar.gz
m4_1.4.14-1.dsc
  to main/m/m4/m4_1.4.14-1.dsc
m4_1.4.14-1_amd64.deb
  to main/m/m4/m4_1.4.14-1_amd64.deb
m4_1.4.14.orig.tar.bz2
  to main/m/m4/m4_1.4.14.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/e1nll8a-000267...@ries.debian.org



Accepted gcin 1.4.6-2 (source all amd64)

2010-02-27 Thread Kan-Ru Chen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 27 Feb 2010 17:24:34 +0800
Source: gcin
Binary: gcin gcin-dev gcin-qt3-immodule gcin-qt4-immodule
Architecture: source amd64 all
Version: 1.4.6-2
Distribution: unstable
Urgency: low
Maintainer: Kan-Ru Chen kos...@debian.org.tw
Changed-By: Kan-Ru Chen kos...@debian.org.tw
Description: 
 gcin   - an GTK+ based input method platform for Chinese users
 gcin-dev   - an GTK+ based input method platform - development files
 gcin-qt3-immodule - an QT3 input method module with gcin as backend
 gcin-qt4-immodule - an QT4 input method module with gcin as backend
Closes: 569246
Changes: 
 gcin (1.4.6-2) unstable; urgency=low
 .
   * Fix FTBFS with gtk2 2.19 due to deprecated Gtk+ macros
 GTK_WIDGET_APP_PAINTABLE and GTK_WIDGET_NO_WINDOW. (Closes: #569246)
 (LP: #520148)
   * Updated Standards-Version to 3.8.4, no changes needed.
Checksums-Sha1: 
 2300aa5f2d7dcab796dff89e3a214a0af18eae92 1275 gcin_1.4.6-2.dsc
 2f9f1fb73777f26ec5460bc1e1d59c1512968354 14681 gcin_1.4.6-2.debian.tar.gz
 5a38890fc1aa9a7ad4c2d98e8036bba90c73a9bc 2167388 gcin_1.4.6-2_amd64.deb
 4c1dc276fdb82020a49344ea944a8fb2cbe770d8 65472 gcin-dev_1.4.6-2_all.deb
 68651ef04cddfd1e5e336d7e5b71ae7577856ef4 75966 
gcin-qt3-immodule_1.4.6-2_amd64.deb
 8b6ae0a04237e0207fa3dd63c92e841f910e63e5 76534 
gcin-qt4-immodule_1.4.6-2_amd64.deb
Checksums-Sha256: 
 8ba31b959862eba25801a54a0c6c509672e517545474fb5176f82739c56b1c2e 1275 
gcin_1.4.6-2.dsc
 ab4ae2933c371207bf832dda7dcafe65bc345d89e972120167050119ae489b3f 14681 
gcin_1.4.6-2.debian.tar.gz
 36ee7bfaaeb039682a06551d2a13d6df09de133fbac45d7763a4d44c5cd304fd 2167388 
gcin_1.4.6-2_amd64.deb
 7f7cdbdb55083c57526e7b1d7c5c50e4e67bf1d46ea7b0293ec23c125a1cfb68 65472 
gcin-dev_1.4.6-2_all.deb
 00a155d5f2ca069fdefdc6208f7d5dd832f5077d562a4ca9e21f1707e44d4d82 75966 
gcin-qt3-immodule_1.4.6-2_amd64.deb
 e25622ea545d74fd025d8b490ca60574e439f0629efedb2a10d36ab97d0d542c 76534 
gcin-qt4-immodule_1.4.6-2_amd64.deb
Files: 
 63e987f59aa2ad3a7a44b0bb972ba48f 1275 utils optional gcin_1.4.6-2.dsc
 2f09f333b3862cff51bf7f3ac5082a49 14681 utils optional 
gcin_1.4.6-2.debian.tar.gz
 a726b1f1bd2d9055447c53dc09c46570 2167388 utils optional gcin_1.4.6-2_amd64.deb
 4ccc3cd798cc6c75dbe03031faab6d16 65472 devel optional gcin-dev_1.4.6-2_all.deb
 91dd54ee04aff09af3a3a7d32dfdbcb3 75966 utils optional 
gcin-qt3-immodule_1.4.6-2_amd64.deb
 f21f8567282b2d5301e6ae7747a15445 76534 utils optional 
gcin-qt4-immodule_1.4.6-2_amd64.deb

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

iEYEARECAAYFAkuJCHsACgkQ01u8mbx9AgopnQCfYqwqrWs81uTr3M2DEGEjW30K
tzEAoNGeHlidS24Y8gsMISSB5iFECqJO
=Opml
-END PGP SIGNATURE-


Accepted:
gcin-dev_1.4.6-2_all.deb
  to main/g/gcin/gcin-dev_1.4.6-2_all.deb
gcin-qt3-immodule_1.4.6-2_amd64.deb
  to main/g/gcin/gcin-qt3-immodule_1.4.6-2_amd64.deb
gcin-qt4-immodule_1.4.6-2_amd64.deb
  to main/g/gcin/gcin-qt4-immodule_1.4.6-2_amd64.deb
gcin_1.4.6-2.debian.tar.gz
  to main/g/gcin/gcin_1.4.6-2.debian.tar.gz
gcin_1.4.6-2.dsc
  to main/g/gcin/gcin_1.4.6-2.dsc
gcin_1.4.6-2_amd64.deb
  to main/g/gcin/gcin_1.4.6-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/e1nllna-0003pk...@ries.debian.org



Accepted epiphany-extensions 2.29.91-1 (source amd64)

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

Format: 1.8
Date: Sat, 27 Feb 2010 13:08:27 +0100
Source: epiphany-extensions
Binary: epiphany-extensions
Architecture: source amd64
Version: 2.29.91-1
Distribution: unstable
Urgency: low
Maintainer: Josselin Mouette j...@debian.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 epiphany-extensions - Extensions for Epiphany web browser
Changes: 
 epiphany-extensions (2.29.91-1) unstable; urgency=low
 .
   * New upstream release:
 + debian/patches/01_doc_build.patch:
   - Dropped, file exists now.
 + debian/control.in:
   - Remove glade from build dependencies.
Checksums-Sha1: 
 88c1d0088b6a59cac94d88435b6afd59643d0104 1499 epiphany-extensions_2.29.91-1.dsc
 b24bea390c02bbfe1124d09a382867ec78a6ee12 2162318 
epiphany-extensions_2.29.91.orig.tar.gz
 d813e07a4a524760f6a771e0ae38d4104e2ff328 6954 
epiphany-extensions_2.29.91-1.diff.gz
 3b1229c35fadf7bc6222e84068cccff2b23f59a4 1317344 
epiphany-extensions_2.29.91-1_amd64.deb
Checksums-Sha256: 
 f1c630ee0e96002e16491c48ac90ec787c377193b73d4eb97c2e11d7223b32f4 1499 
epiphany-extensions_2.29.91-1.dsc
 e4ad66e12700217c230dd9f95c692a931c7aabb8b57f9b600805b4c825c4004a 2162318 
epiphany-extensions_2.29.91.orig.tar.gz
 459fd8b4ee1d2173a82dfc12a88382a0a45465f46db9bab833ae627158e11b3d 6954 
epiphany-extensions_2.29.91-1.diff.gz
 e2565a538532cab26812605541ace990e98f5279babbd0c871e569d860c7a923 1317344 
epiphany-extensions_2.29.91-1_amd64.deb
Files: 
 0f3338c09dd0d8a4e29fc1effefcd1d3 1499 gnome optional 
epiphany-extensions_2.29.91-1.dsc
 4719de1c5ed088d96431ae4f99ae19cb 2162318 gnome optional 
epiphany-extensions_2.29.91.orig.tar.gz
 25a8d2c310eefc27c0a95150e127a7d8 6954 gnome optional 
epiphany-extensions_2.29.91-1.diff.gz
 ceab167d322e13e01fb9c22ad11fa1db 1317344 gnome optional 
epiphany-extensions_2.29.91-1_amd64.deb

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

iEYEARECAAYFAkuJDl0ACgkQBsBdh1vkHyEM4gCgqc8ZmIfOIwtWsmG4Iyjshzub
McEAn36W9qPj1B1PaYC5OJjgDF4L55vk
=W1Gj
-END PGP SIGNATURE-


Accepted:
epiphany-extensions_2.29.91-1.diff.gz
  to main/e/epiphany-extensions/epiphany-extensions_2.29.91-1.diff.gz
epiphany-extensions_2.29.91-1.dsc
  to main/e/epiphany-extensions/epiphany-extensions_2.29.91-1.dsc
epiphany-extensions_2.29.91-1_amd64.deb
  to main/e/epiphany-extensions/epiphany-extensions_2.29.91-1_amd64.deb
epiphany-extensions_2.29.91.orig.tar.gz
  to main/e/epiphany-extensions/epiphany-extensions_2.29.91.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/e1nllq5-0005r0...@ries.debian.org



Accepted hostapd 1:0.6.10-2 (source amd64)

2010-02-27 Thread Jan Dittberner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 24 Feb 2010 19:36:11 +1000
Source: hostapd
Binary: hostapd
Architecture: source amd64
Version: 1:0.6.10-2
Distribution: unstable
Urgency: low
Maintainer: Debian/Ubuntu wpasupplicant Maintainers 
pkg-wpa-de...@lists.alioth.debian.org
Changed-By: Jan Dittberner ja...@debian.org
Description: 
 hostapd- user space IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authentica
Closes: 570116 571029
Changes: 
 hostapd (1:0.6.10-2) unstable; urgency=low
 .
   * Switch to source format 3.0 (quilt).
   * Add DTIM.patch, cherry picked from upstream, which works around
 problem setting DTIM period too early causing hostapd to bail out
 unceremoniously. (Closes: #570116)
   * Fix syntax error in ifupdown.sh. (Closes: #571029)
Checksums-Sha1: 
 8f66e565b9f5b802bcf2372f9cd52f9333f7900d 1927 hostapd_0.6.10-2.dsc
 cdb61ef1c6ad89ad793340e701f384f7dffc9d34 35277 hostapd_0.6.10-2.debian.tar.gz
 cd8fad5cbb894f6360d505c80516f9a95941f3bf 346470 hostapd_0.6.10-2_amd64.deb
Checksums-Sha256: 
 2d71493c032577994119356f6b2bdaa4e959caaa2ea2d288d18f7833bd1888e4 1927 
hostapd_0.6.10-2.dsc
 3ff315b6cb5621262a7507699085e766f89c6c7a7cc2e9e2b79acb1504587c7a 35277 
hostapd_0.6.10-2.debian.tar.gz
 ebff663eaaa5e8ba20e5ceb87a028bf5e133bf1b6f58cf9d3ec8a13585ffbda4 346470 
hostapd_0.6.10-2_amd64.deb
Files: 
 be118eafd00013578cf87afc0c998122 1927 net optional hostapd_0.6.10-2.dsc
 f538de2089c2376a42dde7f2f54c519a 35277 net optional 
hostapd_0.6.10-2.debian.tar.gz
 73a75f0a543c555d43c93dc8497ddd2e 346470 net optional hostapd_0.6.10-2_amd64.deb

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

iQIcBAEBCAAGBQJLiQ4EAAoJEKc+AFVVj7jdl3cP/23PqU8RreB4VAGj4nA/65Vz
zRQywj/VaDRJSavvWpO54sp91JP04pKLhtnGx5m7NWcJhp3W3gkKeqtntbxCoWcS
hlC850Uqw3iuct+kvBdLpbCiqmCD3VDFyoooLuXaKwIETOKSJxgo4UD9oqYfIiOw
dnqflQ2mpUcLVPqa5PjHN2ZyQZ7d5rZQHfWVph+zVjwEbvVMvgN2yNLRjLgIqvQ2
3L3viiN9uL2S3AvFZadrhlTjnQzDaNEZ2LnqyqVL9ld/ygcU0vqY2yUwt94e6yRZ
6UL4z5AuPQb4EJtfaFCNMcETIGjgVD1ew3xsFPapZXdI/GU89w7b7Pcs5rzHg0tn
tZKni1Tkcz/SZOdiqETQymIrolYqag4qoHf1+qobP+XujKTTEIsUGMGl4rCobt2A
YLzKRVkbWfffN5jXNxbNZowXG9+LAeon0IIbEKej69/gFLrR1yZoscUj9Pw+FzQE
EKIDXugUQQ0wIHu2hkLLdSeZDHkGSJvrH1UvCxsJeul0EUEHKY3NSxVdsrRt+Izx
6Q980sjpKV4k8HoaUsV+46Ag0E5MGqsMgJukt6DqXmNohN62HEdzoyi+2eOhDDMC
7bn4WNKKS6Gb7Cayf3idP2HJWfTcGpBmJiWivTtfA7XmvXgkcXzRMeTe37/QFV9u
sFnwOgsrcsIAjW+zOqEC
=jWxw
-END PGP SIGNATURE-


Accepted:
hostapd_0.6.10-2.debian.tar.gz
  to main/h/hostapd/hostapd_0.6.10-2.debian.tar.gz
hostapd_0.6.10-2.dsc
  to main/h/hostapd/hostapd_0.6.10-2.dsc
hostapd_0.6.10-2_amd64.deb
  to main/h/hostapd/hostapd_0.6.10-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/e1nllqj-0005tt...@ries.debian.org



Accepted anerley 0.2.3-1 (source i386)

2010-02-27 Thread PaulLiu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 27 Feb 2010 13:28:32 +0800
Source: anerley
Binary: libanerley0 libanerley-dev libanerley0-dbg
Architecture: source i386
Version: 0.2.3-1
Distribution: unstable
Urgency: low
Maintainer: Ying-Chun Liu (PaulLiu) paul...@debian.org
Changed-By: Ying-Chun Liu (PaulLiu) paul...@debian.org
Description: 
 libanerley-dev - Moblin widgets for people information (development files)
 libanerley0 - Moblin widgets for people information
 libanerley0-dbg - Moblin widgets for people information (debug symbols)
Changes: 
 anerley (0.2.3-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control: Bump Standards-Version to 3.8.4, nothing need to be changed
Checksums-Sha1: 
 c8443ddf5ef4e57212d4f775c5b73ed3f4ea429d 1804 anerley_0.2.3-1.dsc
 fb8776cdbb989f77725b3bbdb82e8929ac8e4f4b 67117 anerley_0.2.3.orig.tar.gz
 8fff3055f54bf427dddbdcca2e9bf1a3c31ef683 2378 anerley_0.2.3-1.diff.gz
 d8c826e148b53d5bf9ecbf0c67eff0c738002c22 43082 libanerley0_0.2.3-1_i386.deb
 f1764aed528c2a2edf30baa2e01d6210e5b62662 38602 libanerley-dev_0.2.3-1_i386.deb
 d4551136c1b291b2a4d7b23baaebbce1d53b3b8d 81064 libanerley0-dbg_0.2.3-1_i386.deb
Checksums-Sha256: 
 5651007ec3950cc334ab5c6380539a1e3b0f42bae45896e972e38bb564958a8c 1804 
anerley_0.2.3-1.dsc
 6a9eef20dde90af214794a4da1d86c75c816bec45797126df94f9de6b61c6acb 67117 
anerley_0.2.3.orig.tar.gz
 2015ee8f38f0be06645779503903124b364db41f3e0b50b9e28f399602538b8c 2378 
anerley_0.2.3-1.diff.gz
 672a44586e1abaea9fa82450db2f43c0131fb533618584619ddb3950a6f39764 43082 
libanerley0_0.2.3-1_i386.deb
 12e4056fd58389a8aca8c49914493fed2b18493bdbcd0d9916b14f38b7afc846 38602 
libanerley-dev_0.2.3-1_i386.deb
 b8896fd2ca77d1226785d2536388fa57096346338bddb0bf9304b3f60dc44d01 81064 
libanerley0-dbg_0.2.3-1_i386.deb
Files: 
 33500598142124022169869814c4ecde 1804 libs optional anerley_0.2.3-1.dsc
 6bc05e625d862e2a8a82bae9821abfbd 67117 libs optional anerley_0.2.3.orig.tar.gz
 370727a704e7ae20fa9e1b9635bb229d 2378 libs optional anerley_0.2.3-1.diff.gz
 5f273daa1cd39f680aefbe4014c18d9a 43082 libs optional 
libanerley0_0.2.3-1_i386.deb
 a7e11469e5d70237ed5cfb68f1cce62b 38602 libdevel optional 
libanerley-dev_0.2.3-1_i386.deb
 1061e68f74f015d35b735e5b712f0dc9 81064 debug extra 
libanerley0-dbg_0.2.3-1_i386.deb

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

iQIcBAEBCgAGBQJLiRFJAAoJEPgLgUbQQog25nYP/22dhHhR+e3EjoZTUDmKjdya
jhCLScgf/F516ilj0yRCrNsRSiFRoYktjHrzI+iIXjbwQuAY9c49e9Cdxprg5B3e
S+KF2zMv46BJ1tTGWDNG8Mk/+iEioePK6gW3RRDkNsJxsCVJlri19DOgLB9BjB2a
3XDqtIWMFRy9aCFB+qbuy44pIL5XiMCx4eb8gTNu5fm5YNXb9tW04b8RPllx8Pfq
GCuXq5iZe49xFO3HVZ3u3cLX65Qln/PqE+pI+PqixaabYYZUKHYaJd+wFmgY1yiO
XUhPa34RIY6dmBET7bp5KnfukiPb5wQdsL+BzCtFqCPS7ayUl0E/Plb/K7HsoaD7
9RpL0c1+mh0OXT4rv+4aGoe4d+mDcegwm8dz6slk8MrpA10HWAyEjvl27o/9+4wU
e0Jnmnx1aTM1btDKoRRicNBHWqFsiSYVQ3HpehDSQ1TUOGCz3QOPeBneuM57rVWW
w1wUjId0xRVAw2okNDOj5gYLrXGCtS83GQA8YoazX08CGQ+6SEBINDE9V2cgMTRh
rOy+h6tB9VvS5YoHziwp1njSiXnItlYdc3lM+uDFs4PFVQ/nmPx19F08ZGf+fSvQ
ygSaCocceRDqb98wnppnslEWrj2M+ZhfrMvb3/U1Q4AezpQ4cRQ3PUxxAQgqwY0p
7y0dS6o7BBoqlRxp5ZdB
=E/Dp
-END PGP SIGNATURE-


Accepted:
anerley_0.2.3-1.diff.gz
  to main/a/anerley/anerley_0.2.3-1.diff.gz
anerley_0.2.3-1.dsc
  to main/a/anerley/anerley_0.2.3-1.dsc
anerley_0.2.3.orig.tar.gz
  to main/a/anerley/anerley_0.2.3.orig.tar.gz
libanerley-dev_0.2.3-1_i386.deb
  to main/a/anerley/libanerley-dev_0.2.3-1_i386.deb
libanerley0-dbg_0.2.3-1_i386.deb
  to main/a/anerley/libanerley0-dbg_0.2.3-1_i386.deb
libanerley0_0.2.3-1_i386.deb
  to main/a/anerley/libanerley0_0.2.3-1_i386.deb


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



Accepted epiphany-browser 2.29.91-1 (source all amd64)

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

Format: 1.8
Date: Sat, 27 Feb 2010 13:20:40 +0100
Source: epiphany-browser
Binary: epiphany-browser epiphany-browser-data epiphany-browser-dev 
epiphany-browser-dbg epiphany-webkit epiphany-gecko
Architecture: source amd64 all
Version: 2.29.91-1
Distribution: unstable
Urgency: low
Maintainer: Josselin Mouette j...@debian.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 epiphany-browser - Intuitive GNOME web browser
 epiphany-browser-data - Data files for the GNOME web browser
 epiphany-browser-dbg - Debugging symbols for the GNOME web browser
 epiphany-browser-dev - Development files for the GNOME web browser
 epiphany-gecko - Dummy, transitional package
 epiphany-webkit - Dummy, transitional package
Closes: 569968
Changes: 
 epiphany-browser (2.29.91-1) unstable; urgency=low
 .
   [ Josselin Mouette ]
   * Recommend evince for print preview. Closes: #569968.
 .
   [ Sebastian Dröge ]
   * New upstream development release:
 + debian/control.in:
   - Update libsoup and WebKit build dependencies.
 + debian/patches/13_enable_page_cache.patch:
   - Dropped, merged upstream.
 + debian/patches/13_gtk-2.18.patch:
   - Revert upstream commit to use accessor macros again
 instead of new functions to allow compilation with GTK 2.18.
 + debian/patches/99_autoreconf.patch:
   - Regenerated for the new version.
   * debian/rules,
 debian/control.in:
 + Pass location of the CA certificates file to configure.
 + Recommend and build-depend on ca-certificates.
Checksums-Sha1: 
 7906f7b43f4061a66c9075a687f2011b95e3b882 2559 epiphany-browser_2.29.91-1.dsc
 ea8e052e7d1e375aef1bf8d1e50e6ce4cb578602 7889715 
epiphany-browser_2.29.91.orig.tar.gz
 d6e9252fbe69bdbfd7f036046b07141d2bc1ba16 105168 
epiphany-browser_2.29.91-1.diff.gz
 6bd654416250a87ee4198a31321e7047b2410cbd 402430 
epiphany-browser_2.29.91-1_amd64.deb
 6f561a2aeaf0c619529e16f6b5986d028d78f1af 1054966 
epiphany-browser-dbg_2.29.91-1_amd64.deb
 c62a546f2ed28b2297279933e0bda38b0c1149fe 5885276 
epiphany-browser-data_2.29.91-1_all.deb
 e1203a39028496c6c86fcb874e64672d5afffa86 103554 
epiphany-browser-dev_2.29.91-1_all.deb
 0d2fec70ac0240a994a155182b4f6cd9a4e24be4 22352 
epiphany-webkit_2.29.91-1_all.deb
 4d334c72f4a4bd460ec9dc90fc812fcce6881572 22346 epiphany-gecko_2.29.91-1_all.deb
Checksums-Sha256: 
 817f6762e7b8d9c3abece16131e86f4181f6b006040b863ff1f7e6053ff792e8 2559 
epiphany-browser_2.29.91-1.dsc
 102d71528036336fd5ee828afdf177d6d9ac050a6f5e7a8e7dd91a241a679b91 7889715 
epiphany-browser_2.29.91.orig.tar.gz
 196b4383d2cd380a55931ea1ea3ea83339a29092aef7f884a80f6e527813f006 105168 
epiphany-browser_2.29.91-1.diff.gz
 b37ebabb3c77081d1cb35774f2825504122bebecf742674c4cc1bec130794746 402430 
epiphany-browser_2.29.91-1_amd64.deb
 b5c4698dff5fe8c06baf7a5084a2985ff79a6e58dbd06338594b3e17a6fdfbf4 1054966 
epiphany-browser-dbg_2.29.91-1_amd64.deb
 b90c3d65defe4107563f8156ac7754f5a8108b0383c6f9f17d8aaa81b002dba4 5885276 
epiphany-browser-data_2.29.91-1_all.deb
 e06f3030c7bc200fbb8816a007798f559e6ada9d70c6b9464e136380221eaf6a 103554 
epiphany-browser-dev_2.29.91-1_all.deb
 a523ab7bcb3e53601ee856b4f1000fac49a1af25aae64e1b04b1b1c67077eafb 22352 
epiphany-webkit_2.29.91-1_all.deb
 e60296885b95f806f34e5b8fb37b7b6db749b5fcbfafdfea1ff6ab5ea02b51dd 22346 
epiphany-gecko_2.29.91-1_all.deb
Files: 
 5c004f6d5b9f6ca488f4075c0a4ecf9f 2559 gnome optional 
epiphany-browser_2.29.91-1.dsc
 c45d416bb8f2783c02fdb86531d97031 7889715 gnome optional 
epiphany-browser_2.29.91.orig.tar.gz
 81c9ca9bdefd2f22bce8d71e047dff18 105168 gnome optional 
epiphany-browser_2.29.91-1.diff.gz
 d0f957389084357b09f6d14464a4e560 402430 gnome optional 
epiphany-browser_2.29.91-1_amd64.deb
 89a67a38e50d523d8b97cf97bc4c72d4 1054966 debug extra 
epiphany-browser-dbg_2.29.91-1_amd64.deb
 105ae1b5c9c78bf62de42e5ca9923193 5885276 gnome optional 
epiphany-browser-data_2.29.91-1_all.deb
 7d3c8151bc4ce3b6649787e58df747b2 103554 devel optional 
epiphany-browser-dev_2.29.91-1_all.deb
 ad91714e974484f138582782c5d9c837 22352 gnome optional 
epiphany-webkit_2.29.91-1_all.deb
 29f53f491a0468b484adb759e2c13bd8 22346 gnome optional 
epiphany-gecko_2.29.91-1_all.deb

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

iEYEARECAAYFAkuJElAACgkQBsBdh1vkHyGcKACgqwY6TxUmffXhY4JJM9gneJxS
RBEAoIQcl2YLU0qNAABCPKz71utTd7Ml
=ANbl
-END PGP SIGNATURE-


Accepted:
epiphany-browser-data_2.29.91-1_all.deb
  to main/e/epiphany-browser/epiphany-browser-data_2.29.91-1_all.deb
epiphany-browser-dbg_2.29.91-1_amd64.deb
  to main/e/epiphany-browser/epiphany-browser-dbg_2.29.91-1_amd64.deb
epiphany-browser-dev_2.29.91-1_all.deb
  to main/e/epiphany-browser/epiphany-browser-dev_2.29.91-1_all.deb
epiphany-browser_2.29.91-1.diff.gz
  to main/e/epiphany-browser/epiphany-browser_2.29.91-1.diff.gz
epiphany-browser_2.29.91-1.dsc
  to main/e/epiphany-browser/epiphany-browser_2.29.91-1.dsc
epiphany-browser_2.29.91-1_amd64.deb
  to 

Accepted agda-stdlib 0.3-2 (source all amd64)

2010-02-27 Thread Marco Túlio Gontijo e Silva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 27 Feb 2010 09:05:52 -0300
Source: agda-stdlib
Binary: agda-stdlib agda-stdlib-doc
Architecture: source amd64 all
Version: 0.3-2
Distribution: unstable
Urgency: low
Maintainer: Iain Lane la...@ubuntu.com
Changed-By: Marco Túlio Gontijo e Silva mar...@debian.org
Description: 
 agda-stdlib - a dependently typed programming language - standard library
 agda-stdlib-doc - a dependently typed programming language - documentation
Closes: 569262
Changes: 
 agda-stdlib (0.3-2) unstable; urgency=low
 .
   [ Iain Lane ]
   * debian/control: Fix short descriptions (too long, one said profiling
 instead of documentation)
   * debian/rules, debian/control: No need to use upstream's buildsys. This only
 builds Everything.agda which is already included in the distribution
 anyway. Also trim GHC and filepath from build-deps as these aren't needed
 now. This bypassing is required because upstream's buildsys invokes
 runhaskell, which isn't available everywhere. (Closes: #569262)
   * debian/rules: Disable upstream tests for the same reason as above. We
 typecheck the same file, README.agda, to generate the documentation
 anyway so this has no negative effect.
   * debian/rules, debian/watcher.sh: Add a ticker to the build to avoid
 timeouts on some slow architectures.
Checksums-Sha1: 
 65c569e20421b3dce7823fd9d5d42678577c9956 1261 agda-stdlib_0.3-2.dsc
 750691f24059dcf9ae176ee7fc42bef507e0dfa0 3698 agda-stdlib_0.3-2.diff.gz
 24cda00b2cbd01866842835fcce5fb1ad6636f57 12070960 agda-stdlib_0.3-2_amd64.deb
 2d8f01c565eb04213dc55bb674ee3fe1b2e82779 1182004 agda-stdlib-doc_0.3-2_all.deb
Checksums-Sha256: 
 074364a65df4f0b5c9444e96374657853fb93538c4465bafdb9c16ef523efab3 1261 
agda-stdlib_0.3-2.dsc
 7d50af3d1a45803833934956ae97346f24a8fe1ff8f1016dd78610e083b62d36 3698 
agda-stdlib_0.3-2.diff.gz
 32addd2a2fe6cc11eb11e7e4017d9de014d1563637533f0ed25b43dad6f08e87 12070960 
agda-stdlib_0.3-2_amd64.deb
 c824aa8d2f1dffbfaaf304b88b48c19c6d58dde6d6b9e9e3fae4eb0eaf4d5a3d 1182004 
agda-stdlib-doc_0.3-2_all.deb
Files: 
 9aa0578657d209700a3731e0a21dc5ba 1261 libs extra agda-stdlib_0.3-2.dsc
 99fbf4ddc4dcb4ac0611ab145cb5e09e 3698 libs extra agda-stdlib_0.3-2.diff.gz
 ef66f48cb7245be38395bf3f1ea688bc 12070960 libs extra 
agda-stdlib_0.3-2_amd64.deb
 bd9960ae3a423ef0d9a196c29a08e620 1182004 doc extra 
agda-stdlib-doc_0.3-2_all.deb

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

iEYEARECAAYFAkuJErUACgkQhAwOmkV1TkSSKACfX6qLOS48/beje6j/fZaqhi/L
1WYAoJiTlpRBvVZhsY6VOnb+D9PV4xRc
=aRWu
-END PGP SIGNATURE-


Accepted:
agda-stdlib-doc_0.3-2_all.deb
  to main/a/agda-stdlib/agda-stdlib-doc_0.3-2_all.deb
agda-stdlib_0.3-2.diff.gz
  to main/a/agda-stdlib/agda-stdlib_0.3-2.diff.gz
agda-stdlib_0.3-2.dsc
  to main/a/agda-stdlib/agda-stdlib_0.3-2.dsc
agda-stdlib_0.3-2_amd64.deb
  to main/a/agda-stdlib/agda-stdlib_0.3-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/e1nlmjb-0007ef...@ries.debian.org



Accepted msmtp 1.4.19-2 (source all amd64)

2010-02-27 Thread Emmanuel Bouthenot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 25 Feb 2010 21:57:54 +
Source: msmtp
Binary: msmtp msmtp-gnome msmtp-mta
Architecture: source amd64 all
Version: 1.4.19-2
Distribution: unstable
Urgency: low
Maintainer: Emmanuel Bouthenot kol...@debian.org
Changed-By: Emmanuel Bouthenot kol...@debian.org
Description: 
 msmtp  - light SMTP client with support for server profiles
 msmtp-gnome - light SMTP client with support for server profiles - with GNOME k
 msmtp-mta  - light SMTP client with support for server profiles - the regular
Closes: 571361
Changes: 
 msmtp (1.4.19-2) unstable; urgency=low
 .
   * Fix a FTBFS with recent versions of debhelper (Closes: #571361)
   * Maintainer became Debian Developer: adjust email, VCS and DM fields.
   * Bump Standards-Version to 3.8.4 (no changes).
Checksums-Sha1: 
 ee9c30794671f1e924c630219bb4e9e2ee721798 1255 msmtp_1.4.19-2.dsc
 21d9b0f3ad4bfd7244d630d73eb4c51d545c7cd4 13211 msmtp_1.4.19-2.diff.gz
 12057d16073df1885f8a825f518de02ae87546c0 153210 msmtp_1.4.19-2_amd64.deb
 a464cb8e63dd3e2dadfe663d9ba49c4e17900b8f 43708 msmtp-gnome_1.4.19-2_amd64.deb
 d6f628009bbcb13732bde0c2ef5d851e6e049ec7 27234 msmtp-mta_1.4.19-2_all.deb
Checksums-Sha256: 
 1e85c159d256edaccc6abc3794dc249373f55f2c7e3ab63c9acd06b567c5b1bc 1255 
msmtp_1.4.19-2.dsc
 913f4980fae7bdec2f6cf952a6062365b44a5f9555f1dbb846c84af5ba9dc909 13211 
msmtp_1.4.19-2.diff.gz
 a02f101ce0debfe60be6a30d9b91c29c899c91587f8c493bd2fd3eba6a50c71c 153210 
msmtp_1.4.19-2_amd64.deb
 608ee48a4c35edfa9a6e8caae5af6a75cd741b2e6e4651d8d6b61c37818a42db 43708 
msmtp-gnome_1.4.19-2_amd64.deb
 3fabb35277ac9f32bfdb9b6fa356df142abeb0792fb995e61e7e7334a5bcbe78 27234 
msmtp-mta_1.4.19-2_all.deb
Files: 
 90f4f251fa7b234507719358c9002269 1255 mail extra msmtp_1.4.19-2.dsc
 a2c2e15aba9ee3620079f8fb3221136a 13211 mail extra msmtp_1.4.19-2.diff.gz
 c93d5e365f98c507be1c7a6a365a86dd 153210 mail extra msmtp_1.4.19-2_amd64.deb
 7eb3309b13451e1323d395044f12aa14 43708 mail extra 
msmtp-gnome_1.4.19-2_amd64.deb
 5f7eb5cda0e622dd7760ecac52a934aa 27234 mail extra msmtp-mta_1.4.19-2_all.deb

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

iEYEARECAAYFAkuJGMkACgkQpHXqGUFOw265zwCfQyYXF+8n1qGSNeCZR7zxxE3O
4qEAn10aHgXnjkfUMGn/ZE6eH5VGZnxd
=L1zw
-END PGP SIGNATURE-


Accepted:
msmtp-gnome_1.4.19-2_amd64.deb
  to main/m/msmtp/msmtp-gnome_1.4.19-2_amd64.deb
msmtp-mta_1.4.19-2_all.deb
  to main/m/msmtp/msmtp-mta_1.4.19-2_all.deb
msmtp_1.4.19-2.diff.gz
  to main/m/msmtp/msmtp_1.4.19-2.diff.gz
msmtp_1.4.19-2.dsc
  to main/m/msmtp/msmtp_1.4.19-2.dsc
msmtp_1.4.19-2_amd64.deb
  to main/m/msmtp/msmtp_1.4.19-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/e1nlmxf-7q...@ries.debian.org



Accepted alacarte 0.12.4-2 (source all)

2010-02-27 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 27 Feb 2010 14:10:37 +0100
Source: alacarte
Binary: alacarte
Architecture: source all
Version: 0.12.4-2
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 alacarte   - easy GNOME menu editing tool
Closes: 461318 529495 552528
Changes: 
 alacarte (0.12.4-2) unstable; urgency=low
 .
   * 03-bind_textdomain_codeset.patch: patch from Matt Kraai. Set the
 character set to UTF-8 since this is what GTK+ expects.
 Closes: #552528.
   * Switch to quilt to manage patches.
   * 01-new_item_location.patch: new patch. Pass menu reference directly
 instead of using the text ID, for which there can be duplicates.
 Closes: #461318.
   * 30-python_private_dir.patch: new patch. Modify sys.path to use a
 private directory.
   * Actually install the Python files into a private directory.
 Closes: #529495.
Checksums-Sha1: 
 00a2bd774e014298df877bb89f7abdff2349eb1e 1493 alacarte_0.12.4-2.dsc
 969d9b8f367df0639a2dd427cd8a06b55796f67b 7750 alacarte_0.12.4-2.diff.gz
 90d417a8ad25b2f8d1b36b2e4d089a26a40c8f66 103170 alacarte_0.12.4-2_all.deb
Checksums-Sha256: 
 1f7866ec151f82e68dfc402c6a072a3c63a5a227cefeb2804980020a638b2e17 1493 
alacarte_0.12.4-2.dsc
 c9831bb1e511aca2e043305d664ff032913eecc4125d40897b93522e78023cb6 7750 
alacarte_0.12.4-2.diff.gz
 c8918701492ccd76a82537a8301f31aff3f4673f6fb6fa2e093735fa07f1e948 103170 
alacarte_0.12.4-2_all.deb
Files: 
 7dbcf7837ede96436459cad7d6073a93 1493 utils optional alacarte_0.12.4-2.dsc
 fa19af6f67e1c0f7c78250940d758e14 7750 utils optional alacarte_0.12.4-2.diff.gz
 524f9778acb4ec0179796a45b85d2aac 103170 utils optional 
alacarte_0.12.4-2_all.deb

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

iD8DBQFLiRxmrSla4ddfhTMRAqDeAJ9/HFGKzfDXg8rpqi4ImOx6iXrhUQCfcdLk
xb/G/hYhrbziQtnIHPCwZmM=
=pzR0
-END PGP SIGNATURE-


Accepted:
alacarte_0.12.4-2.diff.gz
  to main/a/alacarte/alacarte_0.12.4-2.diff.gz
alacarte_0.12.4-2.dsc
  to main/a/alacarte/alacarte_0.12.4-2.dsc
alacarte_0.12.4-2_all.deb
  to main/a/alacarte/alacarte_0.12.4-2_all.deb


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



Accepted libcatalyst-manual-perl 5.8004-1 (source all)

2010-02-27 Thread Jonathan Yu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 26 Feb 2010 12:40:39 -0500
Source: libcatalyst-manual-perl
Binary: libcatalyst-manual-perl
Architecture: source all
Version: 5.8004-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonathan Yu jaw...@cpan.org
Description: 
 libcatalyst-manual-perl - developer's manual for Catalyst
Changes: 
 libcatalyst-manual-perl (5.8004-1) unstable; urgency=low
 .
   [ Jonathan Yu ]
   * New upstream release
   * Update licensing and copyright information from files
 .
   [ gregor herrmann ]
   * Refresh patch.
   * Refresh lintian override.
   * Set Standards-Version to 3.8.4 (no changes).
Checksums-Sha1: 
 21077fbc6c499a04801ab3231df21dbf523eddb7 2171 
libcatalyst-manual-perl_5.8004-1.dsc
 cd452070c9f736bf546d9c36a89d2c053ca84dec 177517 
libcatalyst-manual-perl_5.8004.orig.tar.gz
 f847a248548c4bf2f3f7dd9b5b237425a54aba33 10340 
libcatalyst-manual-perl_5.8004-1.diff.gz
 cfe7fb83a983a6d934dc53de4471940f93ca8ac2 390796 
libcatalyst-manual-perl_5.8004-1_all.deb
Checksums-Sha256: 
 da0ec9aed33eeb1f7e6978a8c298efd24fdb245a0f8d3d73b5c03fc066200f16 2171 
libcatalyst-manual-perl_5.8004-1.dsc
 80cc5f4c1d35ef4c46260e9838fe916cecda96867b88e8ecadfb1040517dd859 177517 
libcatalyst-manual-perl_5.8004.orig.tar.gz
 13def512b30c030d7612f0c67f32b7567f425b4cf8a0c08e33dfce99a3de123c 10340 
libcatalyst-manual-perl_5.8004-1.diff.gz
 82a14480eda48a11dc4654f0e2220aa48781ed3a6b056f68b7b332b4689f8f99 390796 
libcatalyst-manual-perl_5.8004-1_all.deb
Files: 
 ef56427d805df9e09ed432490ebff83e 2171 non-free/perl optional 
libcatalyst-manual-perl_5.8004-1.dsc
 20c00512476b7169437a0d6baf0c99cd 177517 non-free/perl optional 
libcatalyst-manual-perl_5.8004.orig.tar.gz
 85fe3ae81ad8ff74a050b68a99d37694 10340 non-free/perl optional 
libcatalyst-manual-perl_5.8004-1.diff.gz
 fcd392d98e3d4fa8cb7f3c2f4cfb72a8 390796 non-free/perl optional 
libcatalyst-manual-perl_5.8004-1_all.deb

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

iQIcBAEBCAAGBQJLiRu6AAoJELs6aAGGSaoGoZcP/3hldc3VScKe1bGUbjZoHVSk
9/oyYAf7LmA1SXJ1n0OELSVV8FU23q3gg79nE3ULRcZ6n/9x8pULncSvNTyjVOra
dWt5Vuxzip8WWE6LAhwlD55qm28+vA/zBE7YhlX//VI1Zs8Bs0YBF+wvcIsiCgFR
4Yt4W601UgVEd2jQNHt1lPijNTE7xhe2zb3jF5UdbyfFuWCKgCTQc5OowIz/CWu9
j8JdCkCQArDKGPK+r6fUFvncg+H6lI8AHuup+YciX182wejUYnHvCKeqypGtFdmR
qkIjF+1BQOd+DNCe0WuFJ0lw6RDTtd9Q0nWmDOX81crLGAvGk3Qmz2Yc/6SXWH+2
7KvBx4ixYaNVmJCoJ1LUx6lz8gxlzb1xhGxQ6ewnhy1JIyHcdl8PCFprvv23f0hz
8cgUCfOr4Qa9U06jhGgjF60Tk+rWtc5S7WQr4XH2fZRBb8wk8NQ81mTxbOtEUXwF
TaAnYxS1drMrfuqUznqulkT7Ue0kCVmezwlQAWv5lxEZMvFh34xNk15JxmPtlLRB
Mx8bceS62yS0gfE3laMIyjAbIlgyb5aXPg1LjP9eZdaPC76SCzWbxQXuHYTlYaZu
bHCbNydg/i0UKuVlxca2E+yeGjCJ5DNGIhmsgG/LJsVTYmXHqXGvYkFlCcUBEzRr
pvAOCYrum8kAtKHJqB+0
=JquQ
-END PGP SIGNATURE-


Accepted:
libcatalyst-manual-perl_5.8004-1.diff.gz
  to 
non-free/libc/libcatalyst-manual-perl/libcatalyst-manual-perl_5.8004-1.diff.gz
libcatalyst-manual-perl_5.8004-1.dsc
  to non-free/libc/libcatalyst-manual-perl/libcatalyst-manual-perl_5.8004-1.dsc
libcatalyst-manual-perl_5.8004-1_all.deb
  to 
non-free/libc/libcatalyst-manual-perl/libcatalyst-manual-perl_5.8004-1_all.deb
libcatalyst-manual-perl_5.8004.orig.tar.gz
  to 
non-free/libc/libcatalyst-manual-perl/libcatalyst-manual-perl_5.8004.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/e1nlmmj-0001ce...@ries.debian.org



Accepted aspectj 1.6.6+dfsg-2 (source all)

2010-02-27 Thread Damien Raude-Morvan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 27 Feb 2010 14:24:57 +0100
Source: aspectj
Binary: aspectj aspectj-doc
Architecture: source all
Version: 1.6.6+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Damien Raude-Morvan draz...@debian.org
Description: 
 aspectj- A seamless aspect-oriented extension for Java
 aspectj-doc - aspect-oriented extension for Java - documentation
Closes: 571341
Changes: 
 aspectj (1.6.6+dfsg-2) unstable; urgency=low
 .
   * Fix FTBFS (fix ant.lib.path declaration):
 - New ant_0_8_fix.diff patch (Closes: #571341).
   * Updated Standards-Version to 3.8.4 (no changes needed).
   * Use 3.0 (quilt) source format.
Checksums-Sha1: 
 8d2e8eef0e7ff4881bf31490733e733a15183a2e 1603 aspectj_1.6.6+dfsg-2.dsc
 bf39b590e701264ee9a3f5578f4f0fbccd22faf0 18657 
aspectj_1.6.6+dfsg-2.debian.tar.gz
 1b1db28a64a4f9bbf3887f743a55dc99456145b0 10755404 aspectj_1.6.6+dfsg-2_all.deb
 97d157c3a414be2f32e00b48a2d61043adb83ad6 649072 
aspectj-doc_1.6.6+dfsg-2_all.deb
Checksums-Sha256: 
 6f7bfbbc194cdb54b91aff30da4b051d238f4dea4d5d43c320281ffc726c2e1e 1603 
aspectj_1.6.6+dfsg-2.dsc
 021dfc2eabb71dd5ec938461107b3a27556eef624c350ab87f194f08740a7c34 18657 
aspectj_1.6.6+dfsg-2.debian.tar.gz
 598b872da2d777ff4322bfb9ec4ff6af5ea78cd14682a295f394b764c0a6eb36 10755404 
aspectj_1.6.6+dfsg-2_all.deb
 4bb635f3aa87e3c9370f9e35cea7fecf76efd239f93edfc9efe99c367ef317bc 649072 
aspectj-doc_1.6.6+dfsg-2_all.deb
Files: 
 94d58000f7ded230fb594eb20944b608 1603 java optional aspectj_1.6.6+dfsg-2.dsc
 646af2cc4dd45526a288030c886f1b81 18657 java optional 
aspectj_1.6.6+dfsg-2.debian.tar.gz
 b30ace3d68b81d408d144fc918b32ee5 10755404 java optional 
aspectj_1.6.6+dfsg-2_all.deb
 6f0d10ee89d0bcd90f5eac921c0a7168 649072 doc optional 
aspectj-doc_1.6.6+dfsg-2_all.deb

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

iEYEARECAAYFAkuJHo8ACgkQyIFXyIXHk4mwUgCggRzDdaexUW7k8zfYgC01tO3D
ubYAoIr/fUKZ2ABIbvWm6tunWUmgG9Jx
=NyhR
-END PGP SIGNATURE-


Accepted:
aspectj-doc_1.6.6+dfsg-2_all.deb
  to main/a/aspectj/aspectj-doc_1.6.6+dfsg-2_all.deb
aspectj_1.6.6+dfsg-2.debian.tar.gz
  to main/a/aspectj/aspectj_1.6.6+dfsg-2.debian.tar.gz
aspectj_1.6.6+dfsg-2.dsc
  to main/a/aspectj/aspectj_1.6.6+dfsg-2.dsc
aspectj_1.6.6+dfsg-2_all.deb
  to main/a/aspectj/aspectj_1.6.6+dfsg-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/e1nln0k-0002gf...@ries.debian.org



Accepted mpop 1.0.19-2 (source amd64)

2010-02-27 Thread Emmanuel Bouthenot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 27 Feb 2010 13:08:49 +
Source: mpop
Binary: mpop mpop-gnome
Architecture: source amd64
Version: 1.0.19-2
Distribution: unstable
Urgency: low
Maintainer: Emmanuel Bouthenot kol...@debian.org
Changed-By: Emmanuel Bouthenot kol...@debian.org
Description: 
 mpop   - POP3 mail retriever
 mpop-gnome - POP3 mail retriever - with GNOME keyring support
Closes: 571347
Changes: 
 mpop (1.0.19-2) unstable; urgency=low
 .
   * Fix a FTBFS with recent versions of debhelper (Closes: #571347)
   * Maintainer became Debian Developer: adjust email, VCS and DM fields.
   * Bump Standards-Version to 3.8.4 (no changes).
Checksums-Sha1: 
 5366b17837153e331816189b41ec94addfd018b4 1200 mpop_1.0.19-2.dsc
 2ec7efdefc0a9d5a6c2e2fc4f9f2c4d3023dd893 3968 mpop_1.0.19-2.diff.gz
 3cc0578f3481e3bb7fe6e8fe583f4d4a5a97d865 137154 mpop_1.0.19-2_amd64.deb
 baf21eb34edcf5e2cc8e3527ca1c0cd9f97f1033 52708 mpop-gnome_1.0.19-2_amd64.deb
Checksums-Sha256: 
 8345800553f75dc4fe2e6c90abff483891e8038ccd1801dba594303b1df6604c 1200 
mpop_1.0.19-2.dsc
 76f77bb8348b2b44c4457e212bca4927504f341a44469200de932416a9fd491a 3968 
mpop_1.0.19-2.diff.gz
 47ce071ccd994d6617ccff65332c60a7d69503903e7a096c2f98b0d3a7191ecd 137154 
mpop_1.0.19-2_amd64.deb
 ee5befe9f203ea267a13997d96b58b9981d21598c65d0ec96e7546c4ad17e418 52708 
mpop-gnome_1.0.19-2_amd64.deb
Files: 
 477affee5f1a9357d57e81cc70861f70 1200 mail extra mpop_1.0.19-2.dsc
 06998451ecb0c653b7e55131c67e0d03 3968 mail extra mpop_1.0.19-2.diff.gz
 c5c51940860f3c974a67543ddf82a54e 137154 mail extra mpop_1.0.19-2_amd64.deb
 03b21be54dfc1eb06083deecccdaa373 52708 mail extra mpop-gnome_1.0.19-2_amd64.deb

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

iEYEARECAAYFAkuJIJ0ACgkQpHXqGUFOw24g9QCfaJ6p1WGld+A5ZqSxLJhqz0Cn
/ugAn1v2tPZnR/o8WCFlsJ7U+9gYHlP9
=9BqK
-END PGP SIGNATURE-


Accepted:
mpop-gnome_1.0.19-2_amd64.deb
  to main/m/mpop/mpop-gnome_1.0.19-2_amd64.deb
mpop_1.0.19-2.diff.gz
  to main/m/mpop/mpop_1.0.19-2.diff.gz
mpop_1.0.19-2.dsc
  to main/m/mpop/mpop_1.0.19-2.dsc
mpop_1.0.19-2_amd64.deb
  to main/m/mpop/mpop_1.0.19-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/e1nln0y-0002kf...@ries.debian.org



Accepted sqlfairy 0.11005-1 (source all)

2010-02-27 Thread Jonathan Yu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 26 Feb 2010 19:43:37 -0500
Source: sqlfairy
Binary: libsql-translator-perl sqlfairy
Architecture: source all
Version: 0.11005-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonathan Yu jaw...@cpan.org
Description: 
 libsql-translator-perl - SQL translation library
 sqlfairy   - SQL translation utilities
Changes: 
 sqlfairy (0.11005-1) unstable; urgency=low
 .
   [ Jonathan Yu ]
   * New upstream release
 .
   [ gregor herrmann ]
   * Add an additional copyright holder.
Checksums-Sha1: 
 599ff1d7aa72260b49851b810467484de13cdadc 2547 sqlfairy_0.11005-1.dsc
 78ea5265bbed785ade1a14f318789b9ff493d8ff 404890 sqlfairy_0.11005.orig.tar.gz
 9e7821e10f5b8ac9a78bf5e46e148490a060b6b6 5309 sqlfairy_0.11005-1.diff.gz
 ad7d71708dd353f9b08491c3c91dc5ca2091196b 441094 
libsql-translator-perl_0.11005-1_all.deb
 6bbe451e70c51f3f01ba3972cae16218c1c5f92c 41714 sqlfairy_0.11005-1_all.deb
Checksums-Sha256: 
 9cf9d7142c58e47e7f4a02a8d9bfc0edbcffb9495191ee1cdba2be22db259c65 2547 
sqlfairy_0.11005-1.dsc
 0fced8e75ef335e62e746d737711add24f7688a21e8449bab45b44a540cff64d 404890 
sqlfairy_0.11005.orig.tar.gz
 76db1c0ebed3da6f8b82dec3e8564ede0b7a543dfa8c7a61e0f942ca60d801cf 5309 
sqlfairy_0.11005-1.diff.gz
 4f519ab1b3c5dabb64f44ac46c1ef3c58f6187c096731292e6d84a4025c0d3de 441094 
libsql-translator-perl_0.11005-1_all.deb
 39f6d60b5b5c385fb510d520318a625fdd0f74c688da73e63da06129c57c4eea 41714 
sqlfairy_0.11005-1_all.deb
Files: 
 c7066a7e6568f1896dd159f5cce51017 2547 perl optional sqlfairy_0.11005-1.dsc
 d725755f9bbe466f468d341689df38e2 404890 perl optional 
sqlfairy_0.11005.orig.tar.gz
 6c11e8bee8b39c7de17631bd0c530b56 5309 perl optional sqlfairy_0.11005-1.diff.gz
 453df32006134ada26e94b2c00191aa1 441094 perl optional 
libsql-translator-perl_0.11005-1_all.deb
 6efc6563c56bf02801a75cd43468a1c8 41714 perl optional sqlfairy_0.11005-1_all.deb

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

iQIcBAEBCAAGBQJLiR7xAAoJELs6aAGGSaoGUyoP/3O6Y8LmQOb1rRMq1JPWGQdL
UI8RtHJ+865O2m6rCI73vLKRmNXGjOn8qp4oZFc8x+SvxqUcmnzcf0suYTLm2jNI
eDDCPR6S5yNZQLpcldu6Z+9CnZiybM5gJjzYvsvv0zY1CbiuXWFeunX96jGg0phV
CyMTSOv9ud/CPquRw7OBB7vfjG4HOowGPMCy62eQ3EotYSIrkK0IESNH9BJlqIsR
L+abf/gbTlDS8eo7jKTQWB6fCD1P9plT6vqvhXH+p5yhgphbm6qgw/PPJv56fdOl
ZbgZX/n3r0VXOCzYOL0D2LaSxjp7ttR+k7Vr/uTs91nenhoHYT5C7er7c6tHeB8W
Mxzz5JzmIrNmSt9cU8yyTdtfu/yCUodVJ7RKNRGdsLDamL6mYJPnl0Z282N2GjLc
icG7NBmtlMCog44qnz3UFQivIdBGmieLfVYxS2pNDGZS2yjy0hV/G7p6aPbZ8GgQ
YC6cI69C37lY9JxcqUaufoHeDDL9M1a76gLG3Dnv9ph5Yy+X6JmeBNhwPRLZrXIq
IiOg31ZUdNXq6utinwzjrPL/w6H1nbptwKiWcks7IneXm5etJfoi047PSjYOmxXt
38Aat6REr3XG8BExrlss2Af87GwLNRG2g6EqSdbjM89AFmPmI0EAvOsT/SL7XHSV
j5tODF90VLvketGokSXY
=CTJb
-END PGP SIGNATURE-


Accepted:
libsql-translator-perl_0.11005-1_all.deb
  to main/s/sqlfairy/libsql-translator-perl_0.11005-1_all.deb
sqlfairy_0.11005-1.diff.gz
  to main/s/sqlfairy/sqlfairy_0.11005-1.diff.gz
sqlfairy_0.11005-1.dsc
  to main/s/sqlfairy/sqlfairy_0.11005-1.dsc
sqlfairy_0.11005-1_all.deb
  to main/s/sqlfairy/sqlfairy_0.11005-1_all.deb
sqlfairy_0.11005.orig.tar.gz
  to main/s/sqlfairy/sqlfairy_0.11005.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/e1nln1c-0002nr...@ries.debian.org



Accepted wmxmms2 0.6-4 (source i386)

2010-02-27 Thread Robert Luberda
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 27 Feb 2010 08:55:58 +0100
Source: wmxmms2
Binary: wmxmms2
Architecture: source i386
Version: 0.6-4
Distribution: unstable
Urgency: low
Maintainer: Robert Luberda rob...@debian.org
Changed-By: Robert Luberda rob...@debian.org
Description: 
 wmxmms2- remote-control dockapp for XMMS2
Changes: 
 wmxmms2 (0.6-4) unstable; urgency=low
 .
   * 04_drno.patch: New, to make wxmms2 compile with the latest xmmsclient
 library.
   * Standards-Version: 3.8.4 (no changes).
Checksums-Sha1: 
 7bdb12f5bfdfce22143358b297e8aa54097755cb 1037 wmxmms2_0.6-4.dsc
 0e6791e6c8ef10841b71ced7f21d73c95b465da0 5717 wmxmms2_0.6-4.diff.gz
 6fcecb7347b3e94887e9412f8f0db8c576dc1286 35548 wmxmms2_0.6-4_i386.deb
Checksums-Sha256: 
 bc2094565c6c74be2f7d387829df63b50e3ee667da8f84defe6a5142a5bb 1037 
wmxmms2_0.6-4.dsc
 28e5a6171b65ca599bd2d65aeca364f1ecbed5840b6ce518414ce56735220ee4 5717 
wmxmms2_0.6-4.diff.gz
 a271a7ebba441484db3c4a13eb659ba31f5b25944265dc84675d7c9c762cc7dc 35548 
wmxmms2_0.6-4_i386.deb
Files: 
 a948776f56e090aa64ad6454301aa744 1037 sound optional wmxmms2_0.6-4.dsc
 e38e7006ddce01d870814c73bc1e2718 5717 sound optional wmxmms2_0.6-4.diff.gz
 cb5bf471363886a4eae47db2e6122446 35548 sound optional wmxmms2_0.6-4_i386.deb

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

iEYEARECAAYFAkuI0qMACgkQThh1cJ0wnDviHwCfQHTXJj34FNyyJCtty8wPazIF
EawAnRFIFNP5cWdXYff+E8pPWYiGhah7
=OC90
-END PGP SIGNATURE-


Accepted:
wmxmms2_0.6-4.diff.gz
  to main/w/wmxmms2/wmxmms2_0.6-4.diff.gz
wmxmms2_0.6-4.dsc
  to main/w/wmxmms2/wmxmms2_0.6-4.dsc
wmxmms2_0.6-4_i386.deb
  to main/w/wmxmms2/wmxmms2_0.6-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/e1nln1o-0002ps...@ries.debian.org



Accepted epiphany-extensions-more 2.29.90+nmu1 (source all)

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

Format: 1.8
Date: Sat, 27 Feb 2010 15:20:13 +0100
Source: epiphany-extensions-more
Binary: epiphany-extensions-more
Architecture: source all
Version: 2.29.90+nmu1
Distribution: unstable
Urgency: low
Maintainer: Josselin Mouette j...@debian.org
Changed-By: Guido Günther a...@sigxcpu.org
Description: 
 epiphany-extensions-more - Collection of third-party extensions for the 
Epiphany web browser
Closes: 552365
Changes: 
 epiphany-extensions-more (2.29.90+nmu1) unstable; urgency=low
 .
   * NMU with maintainers approval
   * Switch from python extensions to JavaScript based ones.
   * Add JavaScript extensions from
 http://live.gnome.org/Epiphany/ThirdPartyExtensions/Epiphany228AndLater
 Closes: #552365
Checksums-Sha1: 
 66b2f2ce67993a7cd5666fc5e504b2c49f26a89e 994 
epiphany-extensions-more_2.29.90+nmu1.dsc
 3581507094a1395fdea4f1f028a0cd8d7bba1e8a 6611 
epiphany-extensions-more_2.29.90+nmu1.tar.gz
 94792ca452c0b77bcaef7d05602fa6fa9e40f606 7294 
epiphany-extensions-more_2.29.90+nmu1_all.deb
Checksums-Sha256: 
 742fd0cc273bd436889049fac15c0e9011ad2a3971aa2eb0c4d020ded0d5bcb4 994 
epiphany-extensions-more_2.29.90+nmu1.dsc
 2fdcf98b61d58f9e32f1bc703cd5ade007d4ed27b4ab4a95004adc3c831dfaf4 6611 
epiphany-extensions-more_2.29.90+nmu1.tar.gz
 9adcfc0bdf24fa76184150c00a4abd8ff73dd98d8e62a3b8e84b566860a9f515 7294 
epiphany-extensions-more_2.29.90+nmu1_all.deb
Files: 
 a8b0b7b96f3f55c5d6294304c9a075ce 994 gnome optional 
epiphany-extensions-more_2.29.90+nmu1.dsc
 30de161a6ecddafcfdec410b7ba1f55d 6611 gnome optional 
epiphany-extensions-more_2.29.90+nmu1.tar.gz
 819e3b63e097e0c2b91f4b50bda543fd 7294 gnome optional 
epiphany-extensions-more_2.29.90+nmu1_all.deb

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

iD8DBQFLiTECn88szT8+ZCYRAublAJwMCNJY42RAgWiIrTfM9qwBR+c+BgCZARcG
Rgd83e43heMzONKx10qwsiQ=
=gm1M
-END PGP SIGNATURE-


Accepted:
epiphany-extensions-more_2.29.90+nmu1.dsc
  to main/e/epiphany-extensions-more/epiphany-extensions-more_2.29.90+nmu1.dsc
epiphany-extensions-more_2.29.90+nmu1.tar.gz
  to 
main/e/epiphany-extensions-more/epiphany-extensions-more_2.29.90+nmu1.tar.gz
epiphany-extensions-more_2.29.90+nmu1_all.deb
  to 
main/e/epiphany-extensions-more/epiphany-extensions-more_2.29.90+nmu1_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/e1nlogc-0002jf...@ries.debian.org



Accepted libdatrie 0.2.3-1 (source all amd64)

2010-02-27 Thread Theppitak Karoonboonyanan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 27 Feb 2010 21:09:46 +0700
Source: libdatrie
Binary: libdatrie-dev libdatrie1-bin libdatrie1 libdatrie-doc
Architecture: source all amd64
Version: 0.2.3-1
Distribution: unstable
Urgency: low
Maintainer: Theppitak Karoonboonyanan t...@debian.org
Changed-By: Theppitak Karoonboonyanan t...@debian.org
Description: 
 libdatrie-dev - Development files for double-array trie library
 libdatrie-doc - Documentation files for double-array trie library
 libdatrie1 - Double-array trie library
 libdatrie1-bin - Programs for double-array trie library
Changes: 
 libdatrie (0.2.3-1) unstable; urgency=low
 .
   * New upstream release.
   * Bump Standards-Version to 3.8.4 (no changes needed)
Checksums-Sha1: 
 3d6d3ed0233c1623e5f92793fffde5f165d82d6c 1261 libdatrie_0.2.3-1.dsc
 b5cc81aac438b46e6c79178ea069548ff86b38cb 358424 libdatrie_0.2.3.orig.tar.gz
 3eeeb5e8457c59ff282f7880e136e754234ed325 5994 libdatrie_0.2.3-1.debian.tar.gz
 9a78c6a3a2915737a5f3c1d493d722557d4494c4 37764 libdatrie-doc_0.2.3-1_all.deb
 4516bbe918171714b7c855da67fb8a7eb884c209 29680 libdatrie-dev_0.2.3-1_amd64.deb
 64933a9e95b67a19633bd50c4e014fbc174d 24316 libdatrie1-bin_0.2.3-1_amd64.deb
 4ee6bd11d7873dd120c9321cae780b1b186686bf 25924 libdatrie1_0.2.3-1_amd64.deb
Checksums-Sha256: 
 a615ad227feb2339fd06dee1389c91b6d01df33bb29a20c16842ddde6d5b4808 1261 
libdatrie_0.2.3-1.dsc
 2a21cf5994c5055795f8a1efa18151946382b955c2d7af285af8a88e2ba0b454 358424 
libdatrie_0.2.3.orig.tar.gz
 3a4baa26f623980d00a59570a9e3bebd7ef31b5ebd48e30aa9078d6c4db6e24c 5994 
libdatrie_0.2.3-1.debian.tar.gz
 e426f6b8fe5687b14d451d25fbfbbf7b73430bf68f847911b1c2e167f5839f1a 37764 
libdatrie-doc_0.2.3-1_all.deb
 5d768dd422e38ab9e36b588c49e1403f0bb0ccfa8b4a32c5692895d8070d4c09 29680 
libdatrie-dev_0.2.3-1_amd64.deb
 ca803ce0fe5cee8212ea234552e09ba8776547b66814def8e1f5291480aae0f6 24316 
libdatrie1-bin_0.2.3-1_amd64.deb
 b7e72ce13e671c4d61da8e3d21b62d6cbb9a06d1ea56b37bcef0257c4e4567a3 25924 
libdatrie1_0.2.3-1_amd64.deb
Files: 
 b62afc089c62e08454a3d59770f52d43 1261 libs optional libdatrie_0.2.3-1.dsc
 c6814f4fe68aa8d41d1b7183ad78d319 358424 libs optional 
libdatrie_0.2.3.orig.tar.gz
 cf121d370400d920ba7cde69e37bf8f4 5994 libs optional 
libdatrie_0.2.3-1.debian.tar.gz
 74c430f67eaf6ef5335fccf7f1953445 37764 doc optional 
libdatrie-doc_0.2.3-1_all.deb
 09f68172708eda9ddb3504a9dc8648f8 29680 libdevel optional 
libdatrie-dev_0.2.3-1_amd64.deb
 d6441014a40df53868fed00977cf58d9 24316 misc optional 
libdatrie1-bin_0.2.3-1_amd64.deb
 1776d6d6bf9eb0ea277d42fbcaf0f6ff 25924 libs optional 
libdatrie1_0.2.3-1_amd64.deb

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

iEYEARECAAYFAkuJLVgACgkQqgzR7tCLR/7S0wCfS1hBWYpv/4wa6N7/NNgPX1YR
fKsAn3yL2ZGX45OSs+bM9zIiHd9+4IhK
=v7GW
-END PGP SIGNATURE-


Accepted:
libdatrie-dev_0.2.3-1_amd64.deb
  to main/libd/libdatrie/libdatrie-dev_0.2.3-1_amd64.deb
libdatrie-doc_0.2.3-1_all.deb
  to main/libd/libdatrie/libdatrie-doc_0.2.3-1_all.deb
libdatrie1-bin_0.2.3-1_amd64.deb
  to main/libd/libdatrie/libdatrie1-bin_0.2.3-1_amd64.deb
libdatrie1_0.2.3-1_amd64.deb
  to main/libd/libdatrie/libdatrie1_0.2.3-1_amd64.deb
libdatrie_0.2.3-1.debian.tar.gz
  to main/libd/libdatrie/libdatrie_0.2.3-1.debian.tar.gz
libdatrie_0.2.3-1.dsc
  to main/libd/libdatrie/libdatrie_0.2.3-1.dsc
libdatrie_0.2.3.orig.tar.gz
  to main/libd/libdatrie/libdatrie_0.2.3.orig.tar.gz


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



Accepted openssl 0.9.8m-1 (source amd64)

2010-02-27 Thread Kurt Roeckx
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 27 Feb 2010 12:24:03 +
Source: openssl
Binary: openssl libssl0.9.8 libcrypto0.9.8-udeb libssl-dev libssl0.9.8-dbg
Architecture: source amd64
Version: 0.9.8m-1
Distribution: unstable
Urgency: low
Maintainer: Debian OpenSSL Team pkg-openssl-de...@lists.alioth.debian.org
Changed-By: Kurt Roeckx k...@roeckx.be
Description: 
 libcrypto0.9.8-udeb - crypto shared library - udeb (udeb)
 libssl-dev - SSL development libraries, header files and documentation
 libssl0.9.8 - SSL shared libraries
 libssl0.9.8-dbg - Symbol tables for libssl and libcrypto
 openssl- Secure Socket Layer (SSL) binary and related cryptographic tools
Changes: 
 openssl (0.9.8m-1) unstable; urgency=low
 .
   * New upstream version
 - Implements RFC5746, reenables renegotiation but requires the extension.
 - Fixes CVE-2009-3245
 - Drop patches CVE-2009-4355.patch, CVE-2009-1378.patch,
   CVE-2009-1377.patch, CVE-2009-1379.patch, CVE-2009-3555.patch,
   CVE-2009-2409.patch, CVE-2009-1387.patch, tls_ext_v3.patch,
   no_check_self_signed.patch: applied upstream
 - pk7_mime_free.patch removed, code rewritten
 - ca.diff partially applied upstream
 - engines-path.patch adjusted, upstream made some minor changes to the
   build system.
 - some flags changed values, bump shlibs.
   * Switch to 3.0 (quilt) source package.
   * Make sure the package is properly cleaned.
   * Add ${misc:Depends} to the Depends on all packages.
   * Fix spelling of extension in the changelog file.
Checksums-Sha1: 
 c2ba541899af9b9cc7f97e529c906cc5db3a74f9 1967 openssl_0.9.8m-1.dsc
 2511c709a47f34d5fa6cd1a1c9cb1699bdffa912 3767604 openssl_0.9.8m.orig.tar.gz
 13ad24cf4d10c6fda05559ebaa5b83a4521addbf 57483 openssl_0.9.8m-1.debian.tar.gz
 78925b45e7e5ad9074ffeb12f5d9a43dbd3e408c 1055084 openssl_0.9.8m-1_amd64.deb
 afe62bd89dafbd36415a252821894f331e4259df 941848 libssl0.9.8_0.9.8m-1_amd64.deb
 f4aae97e5df417547aa4152000a07fcf41aca7d8 640914 
libcrypto0.9.8-udeb_0.9.8m-1_amd64.udeb
 7e0f3c251eeb7b90e6d30f468b0a483d4e8d0361 2289224 libssl-dev_0.9.8m-1_amd64.deb
 26f41d2332a7be5c4d5acbe5e1a3b0189a7670e8 1490526 
libssl0.9.8-dbg_0.9.8m-1_amd64.deb
Checksums-Sha256: 
 4fe347043d12c731fa60a51871ac03e314d2cd6070933ba7d6542b5d8a313698 1967 
openssl_0.9.8m-1.dsc
 36037160281cf4977d964e403d2bc0680fbca0a7ff9f65e33136d75fae12cb5b 3767604 
openssl_0.9.8m.orig.tar.gz
 e10bbd723286405e63ba0e95bab56d5f990aa54eabdebcfca50786ab572a05a7 57483 
openssl_0.9.8m-1.debian.tar.gz
 2de53245706e91bc8d1e4a8f5388c356122b59f72f59d58a4d9698ee0b8f974f 1055084 
openssl_0.9.8m-1_amd64.deb
 5ae3edee369c446c2b239c70a998d618d184d0b11ce2d2bb480eb38ca47e9753 941848 
libssl0.9.8_0.9.8m-1_amd64.deb
 e37d91ac1d02ecc2f0f33dddee09214bb34572a639c4b5f5a5ea62a5667473dd 640914 
libcrypto0.9.8-udeb_0.9.8m-1_amd64.udeb
 d8bbafd89dd21b9844039bd78f0a15f6bbe367af5802a93e4433fae37cd89233 2289224 
libssl-dev_0.9.8m-1_amd64.deb
 9620f4fe1989c9716af1efb0068166ffd546952d9688c5fd854b393544a5 1490526 
libssl0.9.8-dbg_0.9.8m-1_amd64.deb
Files: 
 096824363de42eff4690e3c9e3b8bc49 1967 utils optional openssl_0.9.8m-1.dsc
 898bf125370926d5f692a2201124f8ec 3767604 utils optional 
openssl_0.9.8m.orig.tar.gz
 fe8fd49a3eeab5c7efb97f3280464e69 57483 utils optional 
openssl_0.9.8m-1.debian.tar.gz
 d61d177e3541b414d8477872c4210ec2 1055084 utils optional 
openssl_0.9.8m-1_amd64.deb
 e17b324b441922547458f318e359d5d7 941848 libs important 
libssl0.9.8_0.9.8m-1_amd64.deb
 c7c7d20992112a7dc717d11a445eaf16 640914 debian-installer optional 
libcrypto0.9.8-udeb_0.9.8m-1_amd64.udeb
 c6cf13bdd05e045231a9f1fce697c450 2289224 libdevel optional 
libssl-dev_0.9.8m-1_amd64.deb
 3889a791e56bcad4f36c3471b2760fcd 1490526 debug extra 
libssl0.9.8-dbg_0.9.8m-1_amd64.deb
Package-Type: udeb

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

iQIcBAEBCgAGBQJLiSFdAAoJEGpMZM6DE7XwChMP+QE/noChnrE5u9qsY4yI6Hdn
JIwEtnnIGGmcR+Kwen4EXvB4Yn2pjHuStLDZV2VxCq48fD/cqZXWH5mSexBAxCtU
s4ZYvkgf12VQ6kHLrxZGTPE9j8r7cyVKgfKbAui5mY9aXu3POnt/p0B+Of/4SXDs
jIHdjHv30nPLOqA/zRSl1NtLo6Tw+v+oJrzKdvBwdvQgYFKVNp0RatDrao+3QHXG
n/iHKgQUv25AtMhqQDIEl3PJnJNzXNEbcilvZhSIZcvdfThOlelFfb5xu38H5kJ+
um3I/52S1VzXPuiCMqFC9ppO8x2p2M8MZTtpUsGuyis5tuENzdk12q04HsUofAet
gRvmtR+AefRju0Yjlp55MK5tS3PIn5IqqUdJ/SP5lGnp+OI694of9pTtvuecdYNA
zXL/sFaEt6dlShuo0QphYKtLdIgq5vz5tbeN11WIRG+3iWBWBefs776MEm9xadju
ZWHtmYOQNDAEcsgCGLjVbg+Q/kp8j/VjmEmBnGPpDkFgVXRBvsYQIpbGLg+tmHOx
k7qOPEXHtiVbEnXvgnRjr2xAoKNh3YKJq+Oldkw3QVkZPOM03RqAqVl3A1uLaglm
n326VPu8ltLqiSxr/HvUoTiPLZ76lJ14yRPQT/Hhf68KKDl95zZ/wHnpLO6O6XF3
F+JfQoulJM5SzyEFICKM
=e/y2
-END PGP SIGNATURE-


Accepted:
libcrypto0.9.8-udeb_0.9.8m-1_amd64.udeb
  to main/o/openssl/libcrypto0.9.8-udeb_0.9.8m-1_amd64.udeb
libssl-dev_0.9.8m-1_amd64.deb
  to main/o/openssl/libssl-dev_0.9.8m-1_amd64.deb
libssl0.9.8-dbg_0.9.8m-1_amd64.deb
  to main/o/openssl/libssl0.9.8-dbg_0.9.8m-1_amd64.deb
libssl0.9.8_0.9.8m-1_amd64.deb
  to 

Accepted wkhtmltopdf 0.9.2-1 (source amd64)

2010-02-27 Thread Emmanuel Bouthenot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 24 Feb 2010 01:00:06 +0100
Source: wkhtmltopdf
Binary: wkhtmltopdf
Architecture: source amd64
Version: 0.9.2-1
Distribution: unstable
Urgency: low
Maintainer: Emmanuel Bouthenot kol...@debian.org
Changed-By: Emmanuel Bouthenot kol...@debian.org
Description: 
 wkhtmltopdf - Command line utility to convert html to pdf using WebKit
Changes: 
 wkhtmltopdf (0.9.2-1) unstable; urgency=low
 .
   * New upstream release
   * Bump Standards-Version to 3.8.4 (no changes)
Checksums-Sha1: 
 0ab391ee210fce63fc9071a8780b73e37bec4e82 1188 wkhtmltopdf_0.9.2-1.dsc
 b49910cb3a4d08a5e0857e066323a00d2daf070a 81407 wkhtmltopdf_0.9.2.orig.tar.gz
 9edcb4da16665a58dce547a3ca8504824d88c4fe 2251 wkhtmltopdf_0.9.2-1.diff.gz
 6285401f2e5926c42187690a8afee2b54907dc9c 108354 wkhtmltopdf_0.9.2-1_amd64.deb
Checksums-Sha256: 
 fbb9c89866bc8becf2d57505e90b0a94581e89e63787c784aa3b9b768b6d82ff 1188 
wkhtmltopdf_0.9.2-1.dsc
 a70088149eb0339de54d4eb81537f058e70265f3fa9dcf764ec83b09efaebd0e 81407 
wkhtmltopdf_0.9.2.orig.tar.gz
 43f22681154545a1ce512a08783e6a71cbfde56dff1734c7b1265fcbadfc2a73 2251 
wkhtmltopdf_0.9.2-1.diff.gz
 f8cadcdcdaded6058da706e2ae4e36872025e330d9cad9776ca1ade94fcd235a 108354 
wkhtmltopdf_0.9.2-1_amd64.deb
Files: 
 cbe67becbac4181f30f7030463989bbf 1188 utils extra wkhtmltopdf_0.9.2-1.dsc
 5d38eb1f62bb3139ed874bafd498bff0 81407 utils extra 
wkhtmltopdf_0.9.2.orig.tar.gz
 3946b808a528ec884bb91c1c31c6d077 2251 utils extra wkhtmltopdf_0.9.2-1.diff.gz
 df716729d22d10cb1ad7b2bf52d24924 108354 utils extra 
wkhtmltopdf_0.9.2-1_amd64.deb

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

iEYEARECAAYFAkuJJC0ACgkQpHXqGUFOw26wIwCffe+nUG9ZLQJscIYJqZqmzJvW
W5EAnRvvQMpv6g4sY8DsHLUTh3YtMfgV
=+XY1
-END PGP SIGNATURE-


Accepted:
wkhtmltopdf_0.9.2-1.diff.gz
  to main/w/wkhtmltopdf/wkhtmltopdf_0.9.2-1.diff.gz
wkhtmltopdf_0.9.2-1.dsc
  to main/w/wkhtmltopdf/wkhtmltopdf_0.9.2-1.dsc
wkhtmltopdf_0.9.2-1_amd64.deb
  to main/w/wkhtmltopdf/wkhtmltopdf_0.9.2-1_amd64.deb
wkhtmltopdf_0.9.2.orig.tar.gz
  to main/w/wkhtmltopdf/wkhtmltopdf_0.9.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/e1nlol0-000339...@ries.debian.org



Accepted xdelta3 0y.dfsg-1 (source amd64)

2010-02-27 Thread A Mennucc1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 22 Feb 2010 21:59:03 +0100
Source: xdelta3
Binary: xdelta3 python-xdelta3
Architecture: source amd64
Version: 0y.dfsg-1
Distribution: unstable
Urgency: low
Maintainer: A Mennucc1 mennu...@debian.org
Changed-By: A Mennucc1 mennu...@debian.org
Description: 
 python-xdelta3 - Xdelta3 python module
 xdelta3- A diff utility which works with binary files
Changes: 
 xdelta3 (0y.dfsg-1) unstable; urgency=low
 .
   * New upstream release.
 - Can read source from pipe/fifo , new -B option.
 - Has manpage (thanks Leo (costela) Antunes)
   * Convert to 3.0 (quilt) source format
   * Correct lintian warnings:
 - Update standards version,
 - add misc:Depends
Checksums-Sha1: 
 8916dbf99aa5a0af69fa84284cea290b3d042cf1 1066 xdelta3_0y.dfsg-1.dsc
 26ef850455d19754d5bf57d383801064facadc68 211476 xdelta3_0y.dfsg.orig.tar.gz
 18d12629daecca960afa95ac173a99577e3de725 8688 xdelta3_0y.dfsg-1.debian.tar.gz
 85306f50fa1bef264721244e7da5c225a336525e 91374 xdelta3_0y.dfsg-1_amd64.deb
 281ce529322a01794fce62fb48aa0ec6732c6282 153250 
python-xdelta3_0y.dfsg-1_amd64.deb
Checksums-Sha256: 
 17dc863302279e92766afac7c8daa2c23992acdefac58659b17dfc6f5c51bfdf 1066 
xdelta3_0y.dfsg-1.dsc
 c81f78cd9116015788442cbdf28e53b22850495c2b53cd5c77cb5b81d2537148 211476 
xdelta3_0y.dfsg.orig.tar.gz
 ea3e6431ef9d3531489deb1fee88cefb2d98da6fca6d95f20af7cc63b3a5a912 8688 
xdelta3_0y.dfsg-1.debian.tar.gz
 bed8388f3231c886e6de0f9588eb2909eebd935469c66dec4a045eecc7cbfbc0 91374 
xdelta3_0y.dfsg-1_amd64.deb
 24cf915691e84f260ca232ea3f971eac8447f6f73a520012a097564d098c513a 153250 
python-xdelta3_0y.dfsg-1_amd64.deb
Files: 
 7604ab6a086f346bd6cb012fea0d9a3c 1066 utils optional xdelta3_0y.dfsg-1.dsc
 7681d456828c6f114de7535df3a8ebd2 211476 utils optional 
xdelta3_0y.dfsg.orig.tar.gz
 054b32f5b23061c4754a26cc2bc1c0ff 8688 utils optional 
xdelta3_0y.dfsg-1.debian.tar.gz
 1ec92433df4d95d11c7be95691a23c82 91374 utils optional 
xdelta3_0y.dfsg-1_amd64.deb
 22a52c4cad660a819ef083331a2a1723 153250 python optional 
python-xdelta3_0y.dfsg-1_amd64.deb

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

iEYEARECAAYFAkuJLDYACgkQ9B/tjjP8QKQzPgCgnv65CUeVJqMei8x2+pY+RnIa
OvkAniJPE8jmLYjfe5mnzJ1JGzqrQqut
=ek4M
-END PGP SIGNATURE-


Accepted:
python-xdelta3_0y.dfsg-1_amd64.deb
  to main/x/xdelta3/python-xdelta3_0y.dfsg-1_amd64.deb
xdelta3_0y.dfsg-1.debian.tar.gz
  to main/x/xdelta3/xdelta3_0y.dfsg-1.debian.tar.gz
xdelta3_0y.dfsg-1.dsc
  to main/x/xdelta3/xdelta3_0y.dfsg-1.dsc
xdelta3_0y.dfsg-1_amd64.deb
  to main/x/xdelta3/xdelta3_0y.dfsg-1_amd64.deb
xdelta3_0y.dfsg.orig.tar.gz
  to main/x/xdelta3/xdelta3_0y.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/e1nlole-0003ee...@ries.debian.org



Accepted xmms2 0.7DrNo-3 (source all amd64)

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

Format: 1.8
Date: Sat, 27 Feb 2010 15:05:35 +0100
Source: xmms2
Binary: xmms2 xmms2-plugin-all xmms2-dev xmms2-core xmms2-et xmms2-icon 
libxmmsclient6 libxmmsclient-dev libxmmsclient-glib1 libxmmsclient-glib-dev 
libxmmsclient++4 libxmmsclient++-dev libxmmsclient++-glib1 
libxmmsclient++-glib-dev libxmmsclient-ruby libxmmsclient-ruby1.8 
python-xmmsclient xmms2-client-cli xmms2-client-nycli xmms2-client-avahi 
xmms2-client-medialib-updater xmms2-plugin-curl xmms2-plugin-smb 
xmms2-plugin-mms xmms2-plugin-vorbis xmms2-plugin-flac xmms2-plugin-faad 
xmms2-plugin-modplug xmms2-plugin-mad xmms2-plugin-musepack 
xmms2-plugin-avcodec xmms2-plugin-wma xmms2-plugin-sid xmms2-plugin-oss 
xmms2-plugin-alsa xmms2-plugin-jack xmms2-plugin-id3v2 xmms2-plugin-icymetaint 
xmms2-plugin-daap xmms2-plugin-ices xmms2-plugin-vocoder xmms2-plugin-ao 
xmms2-plugin-mp4 xmms2-plugin-xml xmms2-plugin-xspf xmms2-plugin-cdda 
xmms2-plugin-cue xmms2-plugin-pls xmms2-plugin-asx xmms2-plugin-rss 
xmms2-plugin-m3u xmms2-plugin-ofa xmms2-plugin-asf xmms2-plugin-normalize 
xmms2-plug
 in-pulse
 xmms2-plugin-karaoke xmms2-plugin-airplay xmms2-plugin-speex xmms2-plugin-gme 
xmms2-plugin-gvfs libaudio-xmmsclient-perl xmms2-client-vis xmms2-plugin-flv 
xmms2-plugin-html xmms2-plugin-apefile xmms2-plugin-tta xmms2-plugin-mpg123 
xmms2-plugin-wavpack
Architecture: source all amd64
Version: 0.7DrNo-3
Distribution: unstable
Urgency: low
Maintainer: Florian Ragwitz r...@debian.org
Changed-By: Benjamin Drung bdr...@ubuntu.com
Description: 
 libaudio-xmmsclient-perl - XMMS2 - Perl client library
 libxmmsclient++-dev - XMMS2 - client library for c++ - development files
 libxmmsclient++-glib-dev - XMMS2 - glib client library for c++ - development 
files
 libxmmsclient++-glib1 - XMMS2 - glib client library for c++
 libxmmsclient++4 - XMMS2 - client library for c++
 libxmmsclient-dev - XMMS2 - client library development files
 libxmmsclient-glib-dev - XMMS2 - glib client library - development files
 libxmmsclient-glib1 - XMMS2 - glib client library
 libxmmsclient-ruby - XMMS2 - Ruby client library
 libxmmsclient-ruby1.8 - XMMS2 - Ruby bindings
 libxmmsclient6 - XMMS2 - client library
 python-xmmsclient - XMMS2 - Python bindings
 xmms2  - Client/server based media player system
 xmms2-client-avahi - XMMS2 - avahi client
 xmms2-client-cli - XMMS2 - cli client
 xmms2-client-medialib-updater - XMMS2 - medialib-updater client
 xmms2-client-nycli - XMMS2 - new cli client
 xmms2-client-vis - XMMS2 - visualization clients
 xmms2-core - XMMS2 - core package
 xmms2-dev  - XMMS2 - plug-in development files
 xmms2-et   - XMMS2 - phone home package
 xmms2-icon - XMMS2 - icon package
 xmms2-plugin-airplay - XMMS2 - airplay output plug-in
 xmms2-plugin-all - XMMS2 - all plug-ins
 xmms2-plugin-alsa - XMMS2 - ALSA output
 xmms2-plugin-ao - XMMS2 - libao output plug-in
 xmms2-plugin-apefile - XMMS2 - Monkey's Audio decoder plug-in
 xmms2-plugin-asf - XMMS2 - ASF plug-in
 xmms2-plugin-asx - XMMS2 - ASX playlist plug-in
 xmms2-plugin-avcodec - XMMS2 - avcodec decoder
 xmms2-plugin-cdda - XMMS2 - CDDA plug-in
 xmms2-plugin-cue - XMMS2 - CUE playlist plug-in
 xmms2-plugin-curl - XMMS2 - curl transport for HTTP
 xmms2-plugin-daap - XMMS2 - daap plug-in
 xmms2-plugin-faad - XMMS2 - faad decoder
 xmms2-plugin-flac - XMMS2 - FLAC decoder
 xmms2-plugin-flv - XMMS2 - Flash Video plug-in
 xmms2-plugin-gme - XMMS2 - gme plug-in
 xmms2-plugin-gvfs - XMMS2 - gvfs plug-in
 xmms2-plugin-html - XMMS2 - HTML playlist plug-in
 xmms2-plugin-ices - XMMS2 - Ogg streaming output
 xmms2-plugin-icymetaint - XMMS2 - shoutcast metadata plug-in
 xmms2-plugin-id3v2 - XMMS2 - ID3v2 plug-in
 xmms2-plugin-jack - XMMS2 - JACK output
 xmms2-plugin-karaoke - XMMS2 - karaoke plug-in
 xmms2-plugin-m3u - XMMS2 - M3U playlist plug-in
 xmms2-plugin-mad - XMMS2 - libmad based mp3 decoder
 xmms2-plugin-mms - XMMS2 - MMS transport
 xmms2-plugin-modplug - XMMS2 - modplug decoder
 xmms2-plugin-mp4 - XMMS2 - MPEG-4 plug-in
 xmms2-plugin-mpg123 - XMMS2 - libmpg123 based mp3 decoder
 xmms2-plugin-musepack - XMMS2 - mpc decoder
 xmms2-plugin-normalize - XMMS2 - Normalize plug-in
 xmms2-plugin-ofa - XMMS2 - Open Fingerprint Architecture plug-in
 xmms2-plugin-oss - XMMS2 - OSS output
 xmms2-plugin-pls - XMMS2 - PLS playlist plug-in
 xmms2-plugin-pulse - XMMS2 - PulseAudio output plug-in
 xmms2-plugin-rss - XMMS2 - RSS podcast plug-in
 xmms2-plugin-sid - XMMS2 - libsidplay2 based decoder
 xmms2-plugin-smb - XMMS2 - Samba transport
 xmms2-plugin-speex - XMMS2 - Speex decoder
 xmms2-plugin-tta - XMMS2 - TTA decoder plug-in
 xmms2-plugin-vocoder - XMMS2 - vocoder plug-in
 xmms2-plugin-vorbis - XMMS2 - vorbis decoder
 xmms2-plugin-wavpack - XMMS2 - WavPack decoder plug-in
 xmms2-plugin-wma - XMMS2 - wma decoder
 xmms2-plugin-xml - XMMS2 - XML plug-in
 xmms2-plugin-xspf - XMMS2 - XSPF playist plug-in
Closes: 571713
Changes: 
 xmms2 (0.7DrNo-3) unstable; urgency=low
 .
   * 

Accepted mpqc 2.3.1-6 (source all amd64)

2010-02-27 Thread Michael Banck
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sat, 27 Feb 2010 15:55:01 +0100
Source: mpqc
Binary: mpqc mpqc-openmpi libsc-dev libsc7 libsc-data libsc-doc mpqc-support
Architecture: source amd64 all
Version: 2.3.1-6
Distribution: unstable
Urgency: low
Maintainer: Debichem Team debichem-de...@lists.alioth.debian.org
Changed-By: Michael Banck mba...@debian.org
Description: 
 libsc-data - The Scientific Computing Toolkit (Basis Set and Atom Data)
 libsc-dev  - The Scientific Computing Toolkit (development version)
 libsc-doc  - The Scientific Computing Toolkit (Documentation)
 libsc7 - The Scientific Computing Toolkit
 mpqc   - The Massively Parallel Quantum Chemistry Program
 mpqc-openmpi - The Massively Parallel Quantum Chemistry Program (OpenMPI 
Version
 mpqc-support - Support programs and tools for MPQC
Changes: 
 mpqc (2.3.1-6) unstable; urgency=low
 .
   * Upload to unstable.
   * debian/mpqcval: Fix using default directory if no files are specified on
 the command-line.
   * debian/rules (OPENMPIARGS): Enable MPI configure switches.
Checksums-Sha1: 
 4f5e4d65add89cb5024f3c6912e452194e2ad915 1492 mpqc_2.3.1-6.dsc
 60c8432b99876c65e7f17e9677767bce8c2e 29477 mpqc_2.3.1-6.diff.gz
 1b6079a9c07dd0071c717300daa808e8cbdf3328 86882 mpqc_2.3.1-6_amd64.deb
 1fa40331c2f8d773f8d99381d0b9d19877eadb06 2422186 mpqc-openmpi_2.3.1-6_amd64.deb
 5c6fd30f5184bb01db099408a31949732cfd4051 255060 libsc-dev_2.3.1-6_amd64.deb
 1ddfc80e1736365587898f5d27f0df29629e6ea6 2824858 libsc7_2.3.1-6_amd64.deb
 6a906bb3e63e175b8f053fb261c85082b51263c5 2234064 mpqc-support_2.3.1-6_amd64.deb
 0e43d49004c7f2056d4d3d742c18b104dac778c8 302658 libsc-data_2.3.1-6_all.deb
 730ac9b5daac17e2ef8ae353e989def158bb07f3 4906722 libsc-doc_2.3.1-6_all.deb
Checksums-Sha256: 
 3c3d144ef4e5d45fd6bd346d98da07bf19b4f1f88c705e78a826928df87c62cb 1492 
mpqc_2.3.1-6.dsc
 05d614ae746de6eafb0e109e6c5a8a309e10fd2c19893fc16e407a24aad1033a 29477 
mpqc_2.3.1-6.diff.gz
 db2f704f38df2041e6e67228b5a74911e05f333065a4976fe6df9d2c14736039 86882 
mpqc_2.3.1-6_amd64.deb
 d9ffe6383e6980b6751489f79b6775025cfbf63711aa4709c7939929a235e64d 2422186 
mpqc-openmpi_2.3.1-6_amd64.deb
 9f8c17f7d0e8467280821f1f4746707b3b3592c20e424618ad5a26b1b656f5af 255060 
libsc-dev_2.3.1-6_amd64.deb
 545f922a623ea5c2923abc0ac0a82dbad39db434c07a7db4d389d8124b54dc4e 2824858 
libsc7_2.3.1-6_amd64.deb
 627943b9ede02e401ae6ab8f76e011835c854c0aba46bf3dfefcf9b7b20f997f 2234064 
mpqc-support_2.3.1-6_amd64.deb
 a6f0d28c67582a33d3350b0d7f78fb1a79d0432c845133d18be3eb212b05afb6 302658 
libsc-data_2.3.1-6_all.deb
 ccfaa40bb503199bead141ced266c5d3b924c4567db54682f4943acc7c9c95eb 4906722 
libsc-doc_2.3.1-6_all.deb
Files: 
 e7ab38f494bad7f3ead6865c6c81f157 1492 science optional mpqc_2.3.1-6.dsc
 c1c80365576d2f9cd063c24f123099b4 29477 science optional mpqc_2.3.1-6.diff.gz
 01f2c4eb37464d246b07446b4b409bf0 86882 science optional mpqc_2.3.1-6_amd64.deb
 a6d5c7a28ed3f9c9600ba05cc05e590f 2422186 science optional 
mpqc-openmpi_2.3.1-6_amd64.deb
 eba33457d6f7a6e8578c492d474500cf 255060 libdevel optional 
libsc-dev_2.3.1-6_amd64.deb
 020d67fecb8063d390ba85e9a2b9a803 2824858 libs optional libsc7_2.3.1-6_amd64.deb
 7bba0513f9a578425a3793f2069c26ec 2234064 science optional 
mpqc-support_2.3.1-6_amd64.deb
 e604bb85dcfe4e0d2632e97b2138886f 302658 libs optional 
libsc-data_2.3.1-6_all.deb
 5da32d51d54a51051e3a6eddbbae2bba 4906722 doc optional libsc-doc_2.3.1-6_all.deb

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

iD8DBQFLiTnTmHaJYZ7RAb8RA8JMAKDFOMdEDB0R+uHf7zU7kGK8FNzmAwCeJ9sE
s4n9BJQb38cq1Lf6td6raxA=
=Rv8K
-END PGP SIGNATURE-


Accepted:
libsc-data_2.3.1-6_all.deb
  to main/m/mpqc/libsc-data_2.3.1-6_all.deb
libsc-dev_2.3.1-6_amd64.deb
  to main/m/mpqc/libsc-dev_2.3.1-6_amd64.deb
libsc-doc_2.3.1-6_all.deb
  to main/m/mpqc/libsc-doc_2.3.1-6_all.deb
libsc7_2.3.1-6_amd64.deb
  to main/m/mpqc/libsc7_2.3.1-6_amd64.deb
mpqc-openmpi_2.3.1-6_amd64.deb
  to main/m/mpqc/mpqc-openmpi_2.3.1-6_amd64.deb
mpqc-support_2.3.1-6_amd64.deb
  to main/m/mpqc/mpqc-support_2.3.1-6_amd64.deb
mpqc_2.3.1-6.diff.gz
  to main/m/mpqc/mpqc_2.3.1-6.diff.gz
mpqc_2.3.1-6.dsc
  to main/m/mpqc/mpqc_2.3.1-6.dsc
mpqc_2.3.1-6_amd64.deb
  to main/m/mpqc/mpqc_2.3.1-6_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/e1nlots-00055c...@ries.debian.org



Accepted uptimed 1:0.3.16-3.1 (source all i386)

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

Format: 1.8
Date: Sat, 20 Feb 2010 14:56:58 +0100
Source: uptimed
Binary: uptimed libuptimed0 libuptimed-dev uprecords-cgi
Architecture: source all i386
Version: 1:0.3.16-3.1
Distribution: unstable
Urgency: medium
Maintainer: Thibaut VARENE vare...@debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description: 
 libuptimed-dev - Development files for uptimed
 libuptimed0 - Library for uptimed
 uprecords-cgi - A CGI script to show the world your highest uptimes
 uptimed- Utility to track your highest uptimes
Closes: 61240 61359 62047 67611 71094 78279 90260 95465 100480 100592 100596 
102228 102508 104049 106991 107492 108110 109562 135023 135027 143434 153798 
159307 161112 166324 167486 184007 184910 191665 192395 199343 201344 207424 
207425 209801 209807 220819 221901 224702 224818 227046 234330 237107 238113 
243523 244545 248757 254677 255501 256943 256968 259472 259477 274635 276977 
280701 281262 298211 300790 300841 300942 307124 307487 316585 324066 332134 
350953 351313 364918 383516 388314 389834 404491 412038 412642 422916 460058 
480352 482643 504714 512871 514726 531206 569649 570288
Changes: 
 uptimed (1:0.3.16-3.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * With maintainer's agreement, remove Daniel Gubser from Uploaders
   * Some trivial lintian fixes:
 - Explicitly refer to GPL-2 license file in debian/copyright
 - Insert copyright information in debian/copyright
 - Add ${misc:Depends} to binary packages dependencies to
   properly cope with dependencies triggerred by debhelper
   utilities
 - Bump debhelper compatibility to 7. This also
   triggers the suggested replacement of dh_clean -k by
   dh_prep and increasing the build dependency on debhelper
 - Split Choices in debconf templates
   * Fix pending l10n issues. Debconf translations:
 - Russian (Yuri Kozlov).  Closes: #531206
 - Vietnamese (Clytie Siddall).  Closes: #569649
 - Slovak (Ivan Masár).  Closes: #570288
 - Fill in header field for German translation with safe
   values so that calls for translation updates may work
   While at it, convert the file to UTF-8.
 - While at it, convert ALL translations to UTF-8.
 .
 uptimed (1:0.3.16-3) unstable; urgency=low
 .
   * Increase default db write time to 10 minutes
   * Use dh_makeshlibs -V
 .
 uptimed (1:0.3.16-2) unstable; urgency=low
 .
   * Make uptimed depend on up to date libuptimed (Closes: #514726)
 .
 uptimed (1:0.3.16-1) unstable; urgency=low
 .
   * New upstream release
   * Use a backup database (Closes: #482643,#504714)
   * Reformat descriptions (Closes: #480352)
   * [INTL:ja] Japanese po-debconf template translation (Closes: #512871)
 .
 uptimed (1:0.3.12-2) unstable; urgency=low
 .
   * Closes: #460058: add LSB formatted dependency info in init.d script
 (patch from Petter Reinholdtsen)
 .
 uptimed (1:0.3.12-1) unstable; urgency=low
 .
   * New upstream release
   * uprecords shows more stats
 .
 uptimed (1:0.3.11-1) unstable; urgency=low
 .
   * New upstream release
   * [INTL:it] Italian debconf templates translation (Closes: #422916)
 .
 uptimed (1:0.3.10-3) unstable; urgency=medium
 .
   * [INTL:gl] Galician translation (Closes: #412642)
   * Change Maintainer/Uploaders in accordance with Daniel
 .
 uptimed (1:0.3.10-2) unstable; urgency=medium
 .
   * [INTL:pt] Portuguese translation (Closes: #412038)
   * Fix not-binnmuable-all-depends-any uprecords-cgi - uptimed
 .
 uptimed (1:0.3.10-1) unstable; urgency=medium
 .
   * Sync with upstream versionning
   * No longer truncates kernel version strings (Closes: #192395)
 .
 uptimed (1:0.3.8-3) unstable; urgency=low
 .
   * [INTL:es] Spanish po-debconf translation (Closes: #404491)
   * Small patch to fix end of line ANSI codes (Closes: #256968)
 .
 uptimed (1:0.3.8-2) unstable; urgency=low
 .
   * Fix Makefile.in (missing $(DESTDIR))
 .
 uptimed (1:0.3.8-1) unstable; urgency=low
 .
   * New upstream release
   * uprecords.cgi now uses default files in /etc/uprecords-cgi (Closes: 
#383516)
   * Acknowledgement for NMU (Closes: #389834)
 .
 uptimed (1:0.3.7-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Replace libuptimed for smooth sarge to etch upgrades. (Closes: #388314)
 .
 uptimed (1:0.3.7-3) unstable; urgency=low
 .
   * fix broken dependency libuptimed-dev - libuptimed
 .
 uptimed (1:0.3.7-2) unstable; urgency=low
 .
   * background color patch back in
 .
 uptimed (1:0.3.7-1) unstable; urgency=low
 .
   * [INTL:sv] Swedish debconf templates translation (Closes: #351313)
   * [INTL:nl] New dutch po-debconf translation (Closes: #364918)
   * upstream maintainership changed, new version (Closes: #350953)
   * Cleaned up debian/* - added watchfile
   * Adding myself to Uploaders
 .
 uptimed (1:0.3.3-8) unstable; urgency=low
 .
   * changed dependency to | debconf-2.0 (Closes: #332134)
   * added Vietnamese translation (Closes: #324066)
 .
 uptimed 

Accepted libtest-corpus-audio-mpd-perl 1.100500-1 (source all)

2010-02-27 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 27 Feb 2010 16:42:04 +0100
Source: libtest-corpus-audio-mpd-perl
Binary: libtest-corpus-audio-mpd-perl
Architecture: source all
Version: 1.100500-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libtest-corpus-audio-mpd-perl - module to fake mpd for testing purposes
Changes: 
 libtest-corpus-audio-mpd-perl (1.100500-1) unstable; urgency=low
 .
   [ Jonathan Yu ]
   * New upstream release 1.100430
   * Standards-Version 3.8.4 (no changes)
   * Now requires Module::Build 0.3601 (not in core until 5.11)
   * Update dependencies per upstream
 .
   [ gregor herrmann ]
   * New upstream release 1.100500.
   * debian/copyright: add X-Comment about the ogg files, add /me to packaging
 copyright, bump version of Format-Specification.
   * Add /me to Uploaders.
   * debian/control: remove libmodule-util-perl from B-D-I and Depends.
Checksums-Sha1: 
 23acbb8415a1149974d6de1ca9d698c63c127f5b 2234 
libtest-corpus-audio-mpd-perl_1.100500-1.dsc
 8d10373f63bdfba1ab989a1f987a8b04b7a40e1c 30604 
libtest-corpus-audio-mpd-perl_1.100500.orig.tar.gz
 b285138c39a7def7cd0c57231a4297183bf0e4f9 1719 
libtest-corpus-audio-mpd-perl_1.100500-1.diff.gz
 591992b024ef7a127670c07b3614b63524b3198f 26970 
libtest-corpus-audio-mpd-perl_1.100500-1_all.deb
Checksums-Sha256: 
 aebfbb3d2f861dd40ee793ae3967d724f6c401a8060ccb628d14b1513ab98405 2234 
libtest-corpus-audio-mpd-perl_1.100500-1.dsc
 632c295cb2f2853a7c6ad316d0922c156d2aa3881b1d4b762c756f14c82c602a 30604 
libtest-corpus-audio-mpd-perl_1.100500.orig.tar.gz
 1507e222a7f08e311e32a490208af1de630bba684f28ae8cfe567482f04ae9c3 1719 
libtest-corpus-audio-mpd-perl_1.100500-1.diff.gz
 dd4ad1789a816880c23ab5122630f3a1a426ef51eab4a0b38f7cfbf2decdf3fd 26970 
libtest-corpus-audio-mpd-perl_1.100500-1_all.deb
Files: 
 bd1a07f0a6fecc64c5e8743c38a241c1 2234 perl optional 
libtest-corpus-audio-mpd-perl_1.100500-1.dsc
 cae24532473d208ca7d07f7b478e4258 30604 perl optional 
libtest-corpus-audio-mpd-perl_1.100500.orig.tar.gz
 cf2a199e103197facac5c19dfbc8 1719 perl optional 
libtest-corpus-audio-mpd-perl_1.100500-1.diff.gz
 f7de08bb1a4b6a8f954759b1019f6f8a 26970 perl optional 
libtest-corpus-audio-mpd-perl_1.100500-1_all.deb

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

iQIcBAEBCAAGBQJLiT2KAAoJELs6aAGGSaoGsKgQAIR5jN3LjeMcwfxmsWyP1c/9
+yKtetjnXUeSJk9EKqpmZ2IhONZuzz/wX6kkJyT+OZMKneSpdEoClkIxzthkcN0M
wxOEU7YAHsC5sIyc9S6QzoKfwgNcuwkdTyFOTYWTSVFVRgGiAoL+k5rSrkF39g60
BwM9uFn6gVHxNwSnwf4pYh++f5TsMJxJBIhXc4ZZnVZdtgWoJ5DwUJyAdQ28JzJY
b9zASnLcaCkY7ZtW7Th4VjTL0+Aer5cUtteYUCATX2TXDhRBoP6OB/5Lp4k0sq02
QEIC7YwieervHWt7f5FIAFFPUbMuxMkxm0WNDLRUMssgyNpHY/1Gcuz0nhIc7/YT
2LvmLF7MuWBb7T4Xwh2HX8Fp9lntaAdPz439kW7mgH2fhXtbE/55V4q9vxbvp6iG
GDavofoXyMFo/iuBoeCNOuKRvLWP+XsKKpixTSxg7665Qsx+wzLDKkQi0xEpX0Ho
S84rjM0DcPShE12XQX9UUxJEN1YXEkTgCJNtq5dGgxiW41HFZSH0d6Ewq1wGo9Q+
kvCnBGo+eL+AmVGQSTTEoGCH/49vGAIVdhPzSSdMBcspFUMLZXZ2TWJD8yRq52SF
nSX0Jl7YV6CAWJOTs0UnICj1UKMLKh7rXupMMKpcuQOx5PP4glwRVpVZ4GXUYVl0
y2AUk8mZiXJH9FuwrXz1
=niRI
-END PGP SIGNATURE-


Accepted:
libtest-corpus-audio-mpd-perl_1.100500-1.diff.gz
  to 
main/libt/libtest-corpus-audio-mpd-perl/libtest-corpus-audio-mpd-perl_1.100500-1.diff.gz
libtest-corpus-audio-mpd-perl_1.100500-1.dsc
  to 
main/libt/libtest-corpus-audio-mpd-perl/libtest-corpus-audio-mpd-perl_1.100500-1.dsc
libtest-corpus-audio-mpd-perl_1.100500-1_all.deb
  to 
main/libt/libtest-corpus-audio-mpd-perl/libtest-corpus-audio-mpd-perl_1.100500-1_all.deb
libtest-corpus-audio-mpd-perl_1.100500.orig.tar.gz
  to 
main/libt/libtest-corpus-audio-mpd-perl/libtest-corpus-audio-mpd-perl_1.100500.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/e1nlp8z-0006qt...@ries.debian.org



Accepted nss-pam-ldapd 0.7.3 (source i386)

2010-02-27 Thread Arthur de Jong
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 27 Feb 2010 16:00:00 +0100
Source: nss-pam-ldapd
Binary: nslcd libnss-ldapd libpam-ldapd
Architecture: source i386
Version: 0.7.3
Distribution: unstable
Urgency: low
Maintainer: Arthur de Jong adej...@debian.org
Changed-By: Arthur de Jong adej...@debian.org
Description: 
 libnss-ldapd - NSS module for using LDAP as a naming service
 libpam-ldapd - PAM module for using LDAP as an authentication service
 nslcd  - Daemon for NSS and PAM lookups using LDAP
Closes: 565971
Changes: 
 nss-pam-ldapd (0.7.3) unstable; urgency=low
 .
   * allow password modification by root using the rootpwmoddn configuration
 file option (the user will be prompted for the password for rootpwmoddn
 instead of the user's password)
   * the LDAP password modify EXOP is first tried without the old password and
 if that fails retried with the old password
   * when determining the domain name (used for some value of the base and uri
 options) also try to use the hostname aliases to build the domain name
 (patch by Jan Schampera)
   * perform locking on the pidfile on start-up to ensure that  only one nslcd
 process is running and implement a --check option (patch by Jan Schampera)
   * documentation improvements
   * upgrade to standards-version 3.8.4 (no changes needed)
   * start nslcd before apache for systems that use LDAP users to run virtual
 hosts (closes: #565971)
Checksums-Sha1: 
 44e7458bc46180fd6748ed5d25e0c5eddda0906c 1093 nss-pam-ldapd_0.7.3.dsc
 f256af3868fadf382e964a04ae08f38bef885a98 443042 nss-pam-ldapd_0.7.3.tar.gz
 788d4e6ad31c150892ebf9e2c5cc82a3b23e1605 115468 nslcd_0.7.3_i386.deb
 b1373b5bbca22175cb57a12cbe60261714f00098 40102 libnss-ldapd_0.7.3_i386.deb
 d82fff92f834e5ec6136a4284b4654b6227c62bf 26924 libpam-ldapd_0.7.3_i386.deb
Checksums-Sha256: 
 63c01475e9a1ccc6934f32ea23aa6f29492722a44e3223a2305f847b209dbc8c 1093 
nss-pam-ldapd_0.7.3.dsc
 db300db75fdf7ab74fae8fcb7cfecb5adace49ecf715d308581b22575bc128da 443042 
nss-pam-ldapd_0.7.3.tar.gz
 6aab7a3b23c9189aef71efc00faa0b6cd5cdae25a012f6a255f3d10161fd6b8e 115468 
nslcd_0.7.3_i386.deb
 493a57646805d67a088b1c973b780dbbd3363a49a71a10319930fe719eeb7c7e 40102 
libnss-ldapd_0.7.3_i386.deb
 c7d549ce43c64ed59e5f08b212632c79d9482fcf36e42bef8ca0c21afb76b792 26924 
libpam-ldapd_0.7.3_i386.deb
Files: 
 e53e0e4c773831e75cfccf8e26e8b033 1093 admin extra nss-pam-ldapd_0.7.3.dsc
 688833d959f1878a139d484e980d160e 443042 admin extra nss-pam-ldapd_0.7.3.tar.gz
 5faba609d436906dac8a797b87f752be 115468 admin extra nslcd_0.7.3_i386.deb
 f3c833023fdf5655284e74103c2afa35 40102 admin extra libnss-ldapd_0.7.3_i386.deb
 0ed87f7426c4c3fb61ff2550c52d4262 26924 admin extra libpam-ldapd_0.7.3_i386.deb

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

iEYEARECAAYFAkuJOm0ACgkQVYan35+NCKeUKQCeNEWy3YKbxp2VbVXsLkFF3tbr
dmEAoJXHk+5ARABrSEGyJhmVCIW8Ob9r
=jvu/
-END PGP SIGNATURE-


Accepted:
libnss-ldapd_0.7.3_i386.deb
  to main/n/nss-pam-ldapd/libnss-ldapd_0.7.3_i386.deb
libpam-ldapd_0.7.3_i386.deb
  to main/n/nss-pam-ldapd/libpam-ldapd_0.7.3_i386.deb
nslcd_0.7.3_i386.deb
  to main/n/nss-pam-ldapd/nslcd_0.7.3_i386.deb
nss-pam-ldapd_0.7.3.dsc
  to main/n/nss-pam-ldapd/nss-pam-ldapd_0.7.3.dsc
nss-pam-ldapd_0.7.3.tar.gz
  to main/n/nss-pam-ldapd/nss-pam-ldapd_0.7.3.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/e1nlp8r-0006va...@ries.debian.org



Accepted burn 0.4.6-1 (source all)

2010-02-27 Thread Ben Finney
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 27 Feb 2010 23:43:24 +1100
Source: burn
Binary: burn
Architecture: source all
Version: 0.4.6-1
Distribution: unstable
Urgency: low
Maintainer: Ben Finney ben+deb...@benfinney.id.au
Changed-By: Ben Finney ben+deb...@benfinney.id.au
Description: 
 burn   - command-line tool for writing optical media
Closes: 552159
Changes: 
 burn (0.4.6-1) unstable; urgency=low
 .
   * The “Le chant des sirenes” release.
   * New upstream version:
 + Improvements to build system.
   * debian/control:
 + Update to ‘Standards-Version: 3.8.4’. No extra changes needed.
   * debian/source/format:
 + Declare source package format.
   * debian/README.source:
 + No longer applicable, remove.
   * debian/source.lintian-overrides:
 + Removed, not required any more with this version.
   * debian/rules:
 + In the ‘clean’ target, remove ‘SOURCES.txt’ file clobbered during build.
   * debian/install:
 + Place the example config file where ‘burn-configure’ expects it.
   (Closes: Bug#552159)
Checksums-Sha1: 
 d2f192024ecfbb198589098f10cf85b1d77fc553 1230 burn_0.4.6-1.dsc
 81caa4d08dc71661c74f09ed33238d6b22713ed2 59364 burn_0.4.6.orig.tar.gz
 f86d77e03a136628950d07e0ff725660fff0ad4c 5351 burn_0.4.6-1.debian.tar.gz
 7dc8dac4cde969d6eac795562ca06bdbc9ff767d 54920 burn_0.4.6-1_all.deb
Checksums-Sha256: 
 18446ef7dda728c798ee4639f02367daa248f1040cfe947674cc8e237a7be7ba 1230 
burn_0.4.6-1.dsc
 3a94beaf5fda83119f8c8e3da93edd35d13fbd2a2fcbe830380c30173403498c 59364 
burn_0.4.6.orig.tar.gz
 20a9565c52958a22e213e1b52c475729150324feee77037ff7c2fa008132f055 5351 
burn_0.4.6-1.debian.tar.gz
 090559f10e3f57710aac875c61957119f077457273afc10e85895a686f7ef0a4 54920 
burn_0.4.6-1_all.deb
Files: 
 b96e8f60b6b30a203fd32ce7059cc4f5 1230 otherosfs optional burn_0.4.6-1.dsc
 9e57ab0a5e0ebe639b9ca8979a606ac0 59364 otherosfs optional 
burn_0.4.6.orig.tar.gz
 e608d9c50a1bac952b4c532daabe9046 5351 otherosfs optional 
burn_0.4.6-1.debian.tar.gz
 a9d5c43a5593821addcbad3fdc74c1c7 54920 otherosfs optional burn_0.4.6-1_all.deb

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

iEYEARECAAYFAkuJTEYACgkQoRg/jtECjI2zKgCeOaI2eBHWolr/HipOdMphWJ0r
eBQAn2vLNYYB1lMUY2X9u58XqL/prA/r
=DRGZ
-END PGP SIGNATURE-


Accepted:
burn_0.4.6-1.debian.tar.gz
  to main/b/burn/burn_0.4.6-1.debian.tar.gz
burn_0.4.6-1.dsc
  to main/b/burn/burn_0.4.6-1.dsc
burn_0.4.6-1_all.deb
  to main/b/burn/burn_0.4.6-1_all.deb
burn_0.4.6.orig.tar.gz
  to main/b/burn/burn_0.4.6.orig.tar.gz


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



Accepted festival-te 0.3.3-2 (source all)

2010-02-27 Thread Debian-IN Team
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 27 Feb 2010 22:11:23 +0530
Source: festival-te
Binary: festival-te festvox-te-nsk
Architecture: source all
Version: 0.3.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian-IN Team debian-in-work...@lists.alioth.debian.org
Changed-By: Debian-IN Team debian-in-work...@lists.alioth.debian.org
Description: 
 festival-te - festival text to speech synthesizer for Telugu (te) language
 festvox-te-nsk - Telugu (te) male speaker for festival
Changes: 
 festival-te (0.3.3-2) unstable; urgency=low
 .
   [Kartik Mistry]
   * debian/control:
 + Added ${misc:Depends} to binary packages
 + Updated Standards-Version to 3.8.4 (no changes needed)
   * debian/rules:
 + Install upstream changelog file
   * debian/copyright:
 + Don't point to versionless license text
Checksums-Sha1: 
 fe1c6b89d3acf1730ca60760dc924e623eb6dad0 1321 festival-te_0.3.3-2.dsc
 635b400e84111e563c75b6a52778d3e49f00ab60 3772 festival-te_0.3.3-2.debian.tar.gz
 d7f71c1cadb48fdb3a6344a3d7c87419b37de582 20116 festival-te_0.3.3-2_all.deb
 0443bfce97cac16e2cbd94e4aba943208749c43b 9744558 festvox-te-nsk_0.3.3-2_all.deb
Checksums-Sha256: 
 68e43662233076840f6043d211b08c8069c01c2880082d368b58b9739969bc83 1321 
festival-te_0.3.3-2.dsc
 f156ecf97e4e3fdf458919e8f3822be913424364e531a29df557ac10f5e6e4e6 3772 
festival-te_0.3.3-2.debian.tar.gz
 ec7da32dcf6d55c86a5edf7e63316a90b0e6d38cd5b570d8811daced15f6ef30 20116 
festival-te_0.3.3-2_all.deb
 5a8ec62b0c8efceaa3e2178a74e4b390e8adae10b29b18894468a592035401e3 9744558 
festvox-te-nsk_0.3.3-2_all.deb
Files: 
 0b6399dea4a4f99aa6307abe79e7f9d4 1321 sound optional festival-te_0.3.3-2.dsc
 7ef506ab70b68f16dfbd5e64e60c65c4 3772 sound optional 
festival-te_0.3.3-2.debian.tar.gz
 8b9f14079a845c4b2393567458eebf75 20116 sound optional 
festival-te_0.3.3-2_all.deb
 83cca71daee243b27d5e5619cf433438 9744558 sound optional 
festvox-te-nsk_0.3.3-2_all.deb

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

iEYEARECAAYFAkuJTKQACgkQoRg/jtECjI0pZACff6YCfCXEO0+rWyCNia88jGbs
T0wAoIsM9XSQehBzsRHuusbwL74BzvFI
=Z5Wg
-END PGP SIGNATURE-


Accepted:
festival-te_0.3.3-2.debian.tar.gz
  to main/f/festival-te/festival-te_0.3.3-2.debian.tar.gz
festival-te_0.3.3-2.dsc
  to main/f/festival-te/festival-te_0.3.3-2.dsc
festival-te_0.3.3-2_all.deb
  to main/f/festival-te/festival-te_0.3.3-2_all.deb
festvox-te-nsk_0.3.3-2_all.deb
  to main/f/festival-te/festvox-te-nsk_0.3.3-2_all.deb


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



Accepted libaunit 1.03-5 (source amd64)

2010-02-27 Thread Stephen Leake
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 14 Feb 2010 08:23:32 -0500
Source: libaunit
Binary: libaunit1-dev libaunit-dbg libaunit3
Architecture: source amd64
Version: 1.03-5
Distribution: unstable
Urgency: low
Maintainer: Stephen Leake stephen_le...@stephe-leake.org
Changed-By: Stephen Leake stephen_le...@stephe-leake.org
Description: 
 libaunit-dbg - AUnit, a unit testing framework for Ada
 libaunit1-dev - AUnit, a unit testing framework for Ada
 libaunit3  - AUnit, a unit testing framework for Ada
Closes: 568438
Changes: 
 libaunit (1.03-5) unstable; urgency=low
 .
   [Stephen Leake]
   * debian/control (Standards-Version): update to 3.8.4
 (Architecture): change to 'any', to match gnat-4.4. Closes: #568438
 .
   [Ludovic Brenta]
   * debian/control (DM-Upload-Allowed): new.   (Uploaders): remove myself.
Checksums-Sha1: 
 d98a6c1eb59b2e1d067b3ae5f0d46ce2142c6153 1182 libaunit_1.03-5.dsc
 dd8e5f7dd8101281aacddfe2af6be06e9881f4a4 4742 libaunit_1.03-5.diff.gz
 6674ff5bad8a882b95e8dfda221ab50b0f91b8b2 145306 libaunit1-dev_1.03-5_amd64.deb
 95b65b5847a52602f115c52e99c269a9cf3d99e6 52730 libaunit-dbg_1.03-5_amd64.deb
 2361901e8edd6b7f4d258538bb87c9173c9b2d07 33518 libaunit3_1.03-5_amd64.deb
Checksums-Sha256: 
 9c96747b39584f6fbe282ba0c763dfcbdd71195af54a1f1714620f38f8664aec 1182 
libaunit_1.03-5.dsc
 bffd4ee102287fc3fbfe5d2ee8b23659a2bd55d36e793409d298e5ec68517f18 4742 
libaunit_1.03-5.diff.gz
 1d217aed5abfc625dc5be7d6568a8d11aa716f4dae2db2b380fbc3b4ff6ba822 145306 
libaunit1-dev_1.03-5_amd64.deb
 32202025921a0b319ab32d0b76826e058ddd602f8be0dba667a5a1fcae1b4383 52730 
libaunit-dbg_1.03-5_amd64.deb
 966593ad237e85ec26a2206f6569c1c4124e29f454b522c98c31b2b7f728e132 33518 
libaunit3_1.03-5_amd64.deb
Files: 
 8a2dc7742545eeffe3899d2b7cfee879 1182 libs optional libaunit_1.03-5.dsc
 a281aae6e32516c3b5ef8652d420bc58 4742 libs optional libaunit_1.03-5.diff.gz
 a6501758b1c840a7cc880a7ba50046de 145306 libdevel optional 
libaunit1-dev_1.03-5_amd64.deb
 f0110e2568376ae80396d23493494194 52730 debug extra 
libaunit-dbg_1.03-5_amd64.deb
 82622b7091feed38113dfcafdeccd61e 33518 libs optional libaunit3_1.03-5_amd64.deb

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

iD8DBQFLiUxTx9kwJZ3/qtQRAl1kAJ0TmK3HFQu2/iPmWAK71JzJIWkKPACeIQge
dWTaPl3S0qqpxKQGmjMtt4A=
=mC83
-END PGP SIGNATURE-


Accepted:
libaunit-dbg_1.03-5_amd64.deb
  to main/liba/libaunit/libaunit-dbg_1.03-5_amd64.deb
libaunit1-dev_1.03-5_amd64.deb
  to main/liba/libaunit/libaunit1-dev_1.03-5_amd64.deb
libaunit3_1.03-5_amd64.deb
  to main/liba/libaunit/libaunit3_1.03-5_amd64.deb
libaunit_1.03-5.diff.gz
  to main/liba/libaunit/libaunit_1.03-5.diff.gz
libaunit_1.03-5.dsc
  to main/liba/libaunit/libaunit_1.03-5.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/e1nlq46-0005mk...@ries.debian.org



Accepted mbuffer 20091227-1 (source i386)

2010-02-27 Thread Peter Pentchev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 25 Feb 2010 16:43:44 +0200
Source: mbuffer
Binary: mbuffer
Architecture: source i386
Version: 20091227-1
Distribution: unstable
Urgency: low
Maintainer: Peter Pentchev r...@ringlet.net
Changed-By: Peter Pentchev r...@ringlet.net
Description: 
 mbuffer- tool for buffering data streams
Changes: 
 mbuffer (20091227-1) unstable; urgency=low
 .
   * New upstream version:
 - remove the 05-kfreebsd and 06-signal patches, integrated upstream
 - reintroduce the 02-test-cleanup patch, since the upstream Makefile
   needs to be portable and may not afford to use ?=
 - remove the explicit -lrt, upstream links against it now
   * Bump Standards-Version to 3.8.4 with no changes.
   * Add the 07-manpage patch to fix a couple of typos and grammar nits
 in the manual page; forwarded upstream, the author accepted it for
 the next upstream release.
Checksums-Sha1: 
 2e4792062f2785531a431232607fed333b4956ba 1910 mbuffer_20091227-1.dsc
 9beb1e711d755329c041a52011688065cbb597dd 112161 mbuffer_20091227.orig.tar.gz
 a88642b00533f0981a71b2697e51f1400aa73f80 4209 mbuffer_20091227-1.debian.tar.gz
 305f4614a2217f2532161fb7555a5db088c3aa74 39554 mbuffer_20091227-1_i386.deb
Checksums-Sha256: 
 8432a3a741d0bc90cbe856e111a2b89276972f892e28394d862f2241a63e6f5e 1910 
mbuffer_20091227-1.dsc
 e708b66f6cec9ba090877e8eb38e5627ac69aea9ebd9bca1360a29c7398a88ce 112161 
mbuffer_20091227.orig.tar.gz
 27122606c0ee97d569b4dbe7c65fcf176dbc95e8b533a704ed9d3de081d2bd84 4209 
mbuffer_20091227-1.debian.tar.gz
 d5e055cea95ffdae0d830487ea942011507123e5139184d1fe36257b46bdbd41 39554 
mbuffer_20091227-1_i386.deb
Files: 
 b150fa2ba95d72fad6a341e6904dafb4 1910 utils optional mbuffer_20091227-1.dsc
 191663396b4b1752d7104803631b9e54 112161 utils optional 
mbuffer_20091227.orig.tar.gz
 b3f99f48383e1e79515b7911f8751244 4209 utils optional 
mbuffer_20091227-1.debian.tar.gz
 8131a27fcaaa61d4d72db446b276f00b 39554 utils optional 
mbuffer_20091227-1_i386.deb

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

iQIcBAEBAgAGBQJLiUzGAAoJEBxXDIkOS9CrLxUP/RhIXAYKHHxrCxY8lALOHyhJ
Bj/vwPfhZ/Pl0oNT+u+nxIRDXIJxdqlitd+G5NbrfGlIxBnot620t2n8VTyCOLV0
U0a2HW87L3p2S/qmm38V0fcj54TuTy33lN4lHw62McTVfyWGs3r2LRuEMrvlH3Uj
bh/rUfAiR2haPOTfnFcNIroNajje2Lnx0Ua/OmE6d8uzWBqIFzB94bFTwf71bXqj
nE20MjoXz4BqG3tUTspWy1sRytx/yLkhqcbb7GZXilSTY/a/n4KlDzEyLp+vMf8/
sx2reJrNLkwyvql93OvdDjKGpBrHGU+snQhaDpqlAw5uI4KtHtQ7k6xGETkdEyCa
S7ORCRHuN5lDLuMcUGJDIeWgnoj+VGIDl156FFuN3TftZlw/NUcLAjqxUR3s3hbd
gKVWdQ/Y0MzGUW/7jvsJ//pUcuSytaDw6JY4jyu51J8XfAi5tgRvEseKK4REEx3+
Zk2Y/GJoMJwmQWMgcGehBl9Pw7iWJQ99szykfx3yMI6cio79PstkeGLskX5Gnvk0
MvhyC6aC6vsG7fBG5HfshOeZJ9AqhJbtbw4xC+XM+vuiRQl0D1QmIVlhziOWjgga
r9cyCnfQ3E5ozUO6nmc15RqhrZ2B6eiIpehKQ/b1zIeIfnSZjE5kpbV6+DB4VjL2
DSnpclAb+Lff8L+3wxgL
=hbj7
-END PGP SIGNATURE-


Accepted:
mbuffer_20091227-1.debian.tar.gz
  to main/m/mbuffer/mbuffer_20091227-1.debian.tar.gz
mbuffer_20091227-1.dsc
  to main/m/mbuffer/mbuffer_20091227-1.dsc
mbuffer_20091227-1_i386.deb
  to main/m/mbuffer/mbuffer_20091227-1_i386.deb
mbuffer_20091227.orig.tar.gz
  to main/m/mbuffer/mbuffer_20091227.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/e1nlq4w-0005s3...@ries.debian.org



Accepted autokey 0.61.3-1 (source all)

2010-02-27 Thread Luke Faraone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 27 Feb 2010 11:05:08 -0500
Source: autokey
Binary: autokey
Architecture: source all
Version: 0.61.3-1
Distribution: unstable
Urgency: low
Maintainer: Luke Faraone l...@faraone.cc
Changed-By: Luke Faraone l...@faraone.cc
Description: 
 autokey- desktop automation utility
Changes: 
 autokey (0.61.3-1) unstable; urgency=low
 .
   * debian/rules: call dh_installinit with --error-handler so that install
 doesn't fail if Autokey cannot be restarted during configure (LP: #479131)
   * New upstream version:
 - Merge changes to interface.py from GTK branch that were missed
Checksums-Sha1: 
 cb97213d0e162ed14ef2b6aa780815dcede27958 1342 autokey_0.61.3-1.dsc
 dae6e873b570010caf494675a86f1163147fbe72 134877 autokey_0.61.3.orig.tar.gz
 b17a8a47adddb98c55fa2b5ba8aa40eed3d17e91 5206 autokey_0.61.3-1.diff.gz
 7d95c5e43cf5d3446136bb4aef1c064a8cb7ff9a 84790 autokey_0.61.3-1_all.deb
Checksums-Sha256: 
 e1dc5660a4f851c2159bfebeddd7ddfba7082484cdf570814b52711cd1e998e7 1342 
autokey_0.61.3-1.dsc
 9682b82b0862afd4560be92ab4d57e9e7e667c6fed782ded93bddb426a350642 134877 
autokey_0.61.3.orig.tar.gz
 3f9bdc1a42fad4b27409c61a15ce6a5145ee55a625fbcabfb71f7ce23d7ff36f 5206 
autokey_0.61.3-1.diff.gz
 bc90a620b161919fdfeae40f2bec13ea21f6181319539b6039329c7d248f740c 84790 
autokey_0.61.3-1_all.deb
Files: 
 5d41476ccde7149805bf048a3343df08 1342 kde optional autokey_0.61.3-1.dsc
 6ecdd33b516ebf5c059aa8db52f92c4e 134877 kde optional autokey_0.61.3.orig.tar.gz
 766f602fc6a724527e1e5ed264a68f5c 5206 kde optional autokey_0.61.3-1.diff.gz
 90e4dfb562f4e1afef67b543af016dc6 84790 kde optional autokey_0.61.3-1_all.deb
Launchpad-Bugs-Fixed: 479131

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

iEYEARECAAYFAkuJVSEACgkQtrC51grHAgZUNACdGBjZo3roZGWYRuFxNVI5hZQs
HFUAnj9Iy4/Xhb/wr3FFD5yKCkkvqYUD
=ev+k
-END PGP SIGNATURE-


Accepted:
autokey_0.61.3-1.diff.gz
  to main/a/autokey/autokey_0.61.3-1.diff.gz
autokey_0.61.3-1.dsc
  to main/a/autokey/autokey_0.61.3-1.dsc
autokey_0.61.3-1_all.deb
  to main/a/autokey/autokey_0.61.3-1_all.deb
autokey_0.61.3.orig.tar.gz
  to main/a/autokey/autokey_0.61.3.orig.tar.gz


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



Accepted ant 1.8.0-3 (source all)

2010-02-27 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 27 Feb 2010 18:26:35 +0100
Source: ant
Binary: ant ant-optional ant-doc
Architecture: source all
Version: 1.8.0-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 ant- Java based build tool like make
 ant-doc- Java based build tool like make - API documentation and manual
 ant-optional - Java based build tool like make - optional libraries
Closes: 559058 570889
Changes: 
 ant (1.8.0-3) unstable; urgency=low
 .
   [ Torsten Werner ]
   * Use default-java in $(JAVA_HOME).
   * Do no longer build the -gcj packages because of bus error in gij. Such
 packages are provided by the ant1.7 source package. (Closes: #570889)
   * Remove Arnaud from the Uploaders list.
 .
   [ Ludovic Claude ]
   * Demote ant-optional-gcj from Recommends to Suggests for package 
ant-optional
 (Closes: #559058)
 .
   [ Niels Thykier ]
   * Removed obsolete linda override.
Checksums-Sha1: 
 8a472e34ea3f92afdda2edbff4c3ff36e8e6965d 1670 ant_1.8.0-3.dsc
 63dbae77e9de22b8cea7d2368f87b07d12ec374b 31086 ant_1.8.0-3.diff.gz
 5947065725b7d1acd7090add771e0cf0646e656d 1451244 ant_1.8.0-3_all.deb
 d2794be9480666c97d2e92647224bee0b56b09ea 689776 ant-optional_1.8.0-3_all.deb
 0c21049198082ccba6d474ae123d257923b2d86a 3399730 ant-doc_1.8.0-3_all.deb
Checksums-Sha256: 
 53d223dc32679fbf0a7af25ccced79bdcd1cc9cd01857a4dfca81c448a733700 1670 
ant_1.8.0-3.dsc
 e5b8b3e67cebed20797f6971c052db8a2006b8cf60b2ea77ce1083ee728d19ce 31086 
ant_1.8.0-3.diff.gz
 cde66c30c927afa28e3f2da28d67ed5268252a399ed5a71e51b610ab8b1ee4e9 1451244 
ant_1.8.0-3_all.deb
 691658d8229413b4b0c677afa2408b2c62ad5be4b4b047cfdd88fc47f5d9e8ef 689776 
ant-optional_1.8.0-3_all.deb
 7fe40fcd79de13310e2e3f9218bc0f9c5d83a79fd134672ae690007c637e53e5 3399730 
ant-doc_1.8.0-3_all.deb
Files: 
 2e851c17f15da6de2f03417c804e95b9 1670 java optional ant_1.8.0-3.dsc
 4ec807cc0a5280c6eabd7fd7922d229a 31086 java optional ant_1.8.0-3.diff.gz
 f591e18c6f03ceb85a9dbbcbb8543490 1451244 java optional ant_1.8.0-3_all.deb
 90d3811e4399511a796b0aebaee3e8f4 689776 java optional 
ant-optional_1.8.0-3_all.deb
 b9119f4c1c40b8f1906b6c66eae70d54 3399730 doc optional ant-doc_1.8.0-3_all.deb

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

iEYEARECAAYFAkuJVncACgkQfY3dicTPjsPH6ACcD2zGgUg3c3WriKKvdgC+pCsT
GbYAn39vGOtsM+QK/Fr8AWzuAgxKbawl
=qD6m
-END PGP SIGNATURE-


Accepted:
ant-doc_1.8.0-3_all.deb
  to main/a/ant/ant-doc_1.8.0-3_all.deb
ant-optional_1.8.0-3_all.deb
  to main/a/ant/ant-optional_1.8.0-3_all.deb
ant_1.8.0-3.diff.gz
  to main/a/ant/ant_1.8.0-3.diff.gz
ant_1.8.0-3.dsc
  to main/a/ant/ant_1.8.0-3.dsc
ant_1.8.0-3_all.deb
  to main/a/ant/ant_1.8.0-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/e1nlql7-0002as...@ries.debian.org



Accepted cgmail 0.6.1-2 (source all)

2010-02-27 Thread Luca Falavigna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 27 Feb 2010 18:34:05 +0100
Source: cgmail
Binary: cgmail
Architecture: source all
Version: 0.6.1-2
Distribution: unstable
Urgency: low
Maintainer: Andrea Veri a...@debian.org
Changed-By: Luca Falavigna dktrkr...@debian.org
Description: 
 cgmail - mail checker for the GNOME desktop
Closes: 571706
Changes: 
 cgmail (0.6.1-2) unstable; urgency=low
 .
   * Use internal copy of waf to build the package (Closes: #571706).
   * Update Andrea email address.
   * Remove DM-Upload-Allowed field.
   * Bump Standards-Version to 3.8.4, no changes required.
Checksums-Sha1: 
 3454dd090efa734f6dea7308da3d5be62b607a2e 1396 cgmail_0.6.1-2.dsc
 45baef146d57e2e732d27b32f26b668ca12df83e 6323 cgmail_0.6.1-2.diff.gz
 00eb38d648f86405ef05a14cacfa78d1ca10536d 339134 cgmail_0.6.1-2_all.deb
Checksums-Sha256: 
 b893dcf84f22bf60ff14b43f95ab13d513fbaecadfdc4cc8ccfa1ce5e8f4f5f7 1396 
cgmail_0.6.1-2.dsc
 d1f93475115ab8c12b4ac5deabeac0ec2b8dca5469b452097c2886d0405db831 6323 
cgmail_0.6.1-2.diff.gz
 966de15031dbb7c0f32c81625c46d528bc774dae8f013d89d1f1a0875f9824c6 339134 
cgmail_0.6.1-2_all.deb
Files: 
 eaadabc2abc7b952fa5db2faf2da84c6 1396 net extra cgmail_0.6.1-2.dsc
 58a37b7b6cef04b0a4181c4e00b9c275 6323 net extra cgmail_0.6.1-2.diff.gz
 a04f990405d5f6cb42ad6103d257dcc1 339134 net extra cgmail_0.6.1-2_all.deb

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

iEYEARECAAYFAkuJWN0ACgkQnXjXEYa8KlAXOACffSI6ixguQxBA3rpSe8r6j3NM
4MUAmgIxcU+2jiST9UADA1lWQ1x/juAI
=+Ei+
-END PGP SIGNATURE-


Accepted:
cgmail_0.6.1-2.diff.gz
  to main/c/cgmail/cgmail_0.6.1-2.diff.gz
cgmail_0.6.1-2.dsc
  to main/c/cgmail/cgmail_0.6.1-2.dsc
cgmail_0.6.1-2_all.deb
  to main/c/cgmail/cgmail_0.6.1-2_all.deb


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



Accepted python-apt 0.7.93.2 (source all amd64)

2010-02-27 Thread Julian Andres Klode
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sat, 27 Feb 2010 18:33:11 +0100
Source: python-apt
Binary: python-apt python-apt-dbg python-apt-dev
Architecture: source amd64 all
Version: 0.7.93.2
Distribution: unstable
Urgency: low
Maintainer: APT Development Team de...@lists.debian.org
Changed-By: Julian Andres Klode j...@debian.org
Description: 
 python-apt - Python interface to libapt-pkg
 python-apt-dbg - Python interface to libapt-pkg (debug extension)
 python-apt-dev - Python interface to libapt-pkg (development files)
Closes: 571443
Changes: 
 python-apt (0.7.93.2) unstable; urgency=low
 .
   [ Julian Andres Klode ]
   * Fix some places where the old API was still used:
 - apt/utils.py: Completely ported, previous one was old-API from Ubuntu.
 - apt/cache.py: Use the new progress classes instead of the old ones.
 - apt/package.py: Various smaller issues fixed, probably caused by merge.
   * utils/migrate-0.8.py:
 - Improve C++ parsing and add apt.progress.old to the modules, reduces
   false positives.
 - Ship the list of deprecated things in the apt_pkg and apt_inst modules
   inside the script itself, so we don't have to parse the source code
   anymore.
   * python:
 - Handle deprecated attributes and methods in the tp_gettattro slot, this
   allows us to easily warn if a deprecated function is used.
   * python/tagfile.cc:
 - Implement the iterator protocol in TagFile.
   * python/cache.cc:
 - Implement Cache.__len__() and Cache.__contains__() (Closes: #571443).
   * data/templates/Debian.info.in:
 - Replace the MatchURI with one that really matches something.
   * aptsources/distro.py:
 - Call lsb_release with -idrc instead of --all.
   * tests:
 - Fix aptsources tests to use local data files if available.
 - test_all.py: Use local modules instead of system ones if possible.
   * data/templates/*.in: Switch MirrorsFile to relative filenames.
 - setup.py: Copy the mirror lists to the build directory
 - aptsources/distinfo.py: Support relative filenames for MirrorsFile.
   * debian/rules:
 - Run tests during build time.
   * debian/python-apt.install:
 - Install utils/migrate-0.8.py to /usr/share/python-apt/.
 .
   [ Michael Vogt ]
   * apt/cache.py:
 - call install_progress.startUpdate()/finishUpdate() to keep
   compatibility with older code
   * apt/progress/base.py:
 - restore self.statusfd, self.writefd type, provide additional
   self.status_stream and self.write_stream file like objects
   * python/progress.cc:
 - try to call compatibility functions first, then new functions
Checksums-Sha1: 
 6cbb3b5f146aa19dd519823320f91a4e7b9afa92 1234 python-apt_0.7.93.2.dsc
 7ed39a95a75fae07f8b0cd9890badf22d0e4b1c6 271608 python-apt_0.7.93.2.tar.gz
 42a8c8f37aaa00306c60ab48f337de8290d034f8 672070 python-apt_0.7.93.2_amd64.deb
 d8dc406c3cbb100e40c65222bd9d41ee89d2dfa1 3478234 
python-apt-dbg_0.7.93.2_amd64.deb
 409a8d78949aef7b76b2f0bd93c664bd41e335a4 22280 python-apt-dev_0.7.93.2_all.deb
Checksums-Sha256: 
 68086d02646b5890165def59fdecbd6c7d015258cafe0d092afffccb74a82744 1234 
python-apt_0.7.93.2.dsc
 f6edf609bf7d191467094f6ee3339e9c9515ea8cf7bc86cd7013269201ede5be 271608 
python-apt_0.7.93.2.tar.gz
 23f95f5756e9dca5903273a8198d6b9619ac7ed02be8380214f08191d1f289e7 672070 
python-apt_0.7.93.2_amd64.deb
 6f454a1a620cfa11d86d0a248dd5639034c756a7c9736b33558a9c78a8f67115 3478234 
python-apt-dbg_0.7.93.2_amd64.deb
 6a6bd835c616386f10c12da31eb7b31894d4a6d3e8ec845a5f535a9575f13f35 22280 
python-apt-dev_0.7.93.2_all.deb
Files: 
 649f0165eb626c5fe036b75f3bda18a0 1234 python optional python-apt_0.7.93.2.dsc
 f23909563b727005b11490f43f801c83 271608 python optional 
python-apt_0.7.93.2.tar.gz
 5c83a860bb871427ed37afbac79b225f 672070 python optional 
python-apt_0.7.93.2_amd64.deb
 ef6235081ffb3e215a79bf0b5cc10957 3478234 debug extra 
python-apt-dbg_0.7.93.2_amd64.deb
 b265361a81133d0bc06883a94d38114e 22280 python optional 
python-apt-dev_0.7.93.2_all.deb

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

iEYEAREDAAYFAkuJWdAACgkQrCpf/gCCPsJe6gCfSOdLEebiK0AIxnuN+5wGQwzw
rPkAn23UkxDZpFkToFFyEPu7Z5SZYgA7
=vYxU
-END PGP SIGNATURE-


Accepted:
python-apt-dbg_0.7.93.2_amd64.deb
  to main/p/python-apt/python-apt-dbg_0.7.93.2_amd64.deb
python-apt-dev_0.7.93.2_all.deb
  to main/p/python-apt/python-apt-dev_0.7.93.2_all.deb
python-apt_0.7.93.2.dsc
  to main/p/python-apt/python-apt_0.7.93.2.dsc
python-apt_0.7.93.2.tar.gz
  to main/p/python-apt/python-apt_0.7.93.2.tar.gz
python-apt_0.7.93.2_amd64.deb
  to main/p/python-apt/python-apt_0.7.93.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/e1nlqn7-0002ow...@ries.debian.org



Accepted kupfer 0+pb1.1-2 (source all)

2010-02-27 Thread Luca Falavigna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 27 Feb 2010 18:41:46 +0100
Source: kupfer
Binary: kupfer
Architecture: source all
Version: 0+pb1.1-2
Distribution: unstable
Urgency: low
Maintainer: Luca Falavigna dktrkr...@debian.org
Changed-By: Luca Falavigna dktrkr...@debian.org
Description: 
 kupfer - fast and lightweight desktop summoner/launcher
Closes: 571707
Changes: 
 kupfer (0+pb1.1-2) unstable; urgency=low
 .
   * Use internal copy of waf to build the package (Closes: #571707).
Checksums-Sha1: 
 9b542579edeea8cc7f4e5d44b12fbedc28b609a4 1378 kupfer_0+pb1.1-2.dsc
 3c232de3f931379334ea7b622bd27e609d0c250e 4939 kupfer_0+pb1.1-2.debian.tar.gz
 2f7feb12b4a531b3c5a4601513258f504d377ecd 303122 kupfer_0+pb1.1-2_all.deb
Checksums-Sha256: 
 24c588018806798b381aa22c56e4d4b6f50015dbd989dcdad98a687dddee2837 1378 
kupfer_0+pb1.1-2.dsc
 c6d50b0500e5800272f999486f34eb2933a9943596e0b834eea3a9d8f9ad143e 4939 
kupfer_0+pb1.1-2.debian.tar.gz
 692b6af3b9119e6c2d1fc572354496c5077b3d21a22fb4fbcd2c7e6722d590cd 303122 
kupfer_0+pb1.1-2_all.deb
Files: 
 000522c10af3e66ba6ab0bae25760eba 1378 utils optional kupfer_0+pb1.1-2.dsc
 845543f1aca39a6c6e317c9a4ee78dcc 4939 utils optional 
kupfer_0+pb1.1-2.debian.tar.gz
 e506fc704a66ddbead18fee536b127f1 303122 utils optional kupfer_0+pb1.1-2_all.deb

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

iEYEARECAAYFAkuJW08ACgkQnXjXEYa8KlAQFACcDDTfgNylX5d2V7sq1etHe2YH
ulwAoK0fB3mG9Cy5EBR1N5hD7yY8wrDH
=hQoG
-END PGP SIGNATURE-


Accepted:
kupfer_0+pb1.1-2.debian.tar.gz
  to main/k/kupfer/kupfer_0+pb1.1-2.debian.tar.gz
kupfer_0+pb1.1-2.dsc
  to main/k/kupfer/kupfer_0+pb1.1-2.dsc
kupfer_0+pb1.1-2_all.deb
  to main/k/kupfer/kupfer_0+pb1.1-2_all.deb


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



Accepted axis 1.4-7 (source all i386)

2010-02-27 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 27 Feb 2010 18:52:14 +0100
Source: axis
Binary: libaxis-java libaxis-java-gcj libaxis-java-doc
Architecture: source all i386
Version: 1.4-7
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 libaxis-java - A SOAP implementation in Java
 libaxis-java-doc - A SOAP implementation in Java
 libaxis-java-gcj - A SOAP implementation in Java (native code)
Changes: 
 axis (1.4-7) unstable; urgency=low
 .
   * Change Build-Depends: ant1.7-optional because gij is failing with ant 1.8.
Checksums-Sha1: 
 90a783170ccf1557e4651a71b83e9ebfdae7c0ca 1473 axis_1.4-7.dsc
 82e23ac3c1af250ad062d7d76fe748d825a73b9d 4830 axis_1.4-7.diff.gz
 74d885cb1854eea51be703e40ac6847d10d3e396 1492984 libaxis-java_1.4-7_all.deb
 47ff4dcc1297409afdc61d2279f6a42c6d9e1143 3448 libaxis-java-doc_1.4-7_all.deb
 67d68b9726191150caf7efbf52caf0f66cb967d9 1417908 
libaxis-java-gcj_1.4-7_i386.deb
Checksums-Sha256: 
 3417af4d44b62ce183641893ef16de639ec37818eb1eaf433988d59346f0913f 1473 
axis_1.4-7.dsc
 cef9afab33bfb8d81ad10b6ffebe644be9cbd65a46c1d2f44b0e720c897ab79b 4830 
axis_1.4-7.diff.gz
 679d4560bf5f1285bc9458345182754998e88d3670d47ea7cb12b95e7700d18c 1492984 
libaxis-java_1.4-7_all.deb
 5ccfdb34c121066138a67c3276454b578cac9af2a59e6c8c40cda34eb60b5d87 3448 
libaxis-java-doc_1.4-7_all.deb
 91638d4d480f615f7c4e24dd109981d6b38279f68f3fe8c5c2becfe820ebf430 1417908 
libaxis-java-gcj_1.4-7_i386.deb
Files: 
 a0afe2b97a2086bbb1e07481c79128d1 1473 java optional axis_1.4-7.dsc
 f4cc4a93852d6eb54f2bd39d4e0ce9dc 4830 java optional axis_1.4-7.diff.gz
 f7acdb59c43a8a94ce71800c75cef333 1492984 java optional 
libaxis-java_1.4-7_all.deb
 62e1289d335ac2f8d074ed02ac85da26 3448 doc optional 
libaxis-java-doc_1.4-7_all.deb
 8f4afe7f172ef6c61de874df2f6d81f6 1417908 java optional 
libaxis-java-gcj_1.4-7_i386.deb

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

iEYEARECAAYFAkuJXkMACgkQfY3dicTPjsOroQCgkNDI6TyFT2bUGnDWqN3E0+dP
ZiYAnR1FFWCEkoulNQihIuJbadmgqBup
=auFk
-END PGP SIGNATURE-


Accepted:
axis_1.4-7.diff.gz
  to main/a/axis/axis_1.4-7.diff.gz
axis_1.4-7.dsc
  to main/a/axis/axis_1.4-7.dsc
libaxis-java-doc_1.4-7_all.deb
  to main/a/axis/libaxis-java-doc_1.4-7_all.deb
libaxis-java-gcj_1.4-7_i386.deb
  to main/a/axis/libaxis-java-gcj_1.4-7_i386.deb
libaxis-java_1.4-7_all.deb
  to main/a/axis/libaxis-java_1.4-7_all.deb


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



Accepted libservlet2.4-java 5.0.30-12 (source all i386)

2010-02-27 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 27 Feb 2010 19:07:08 +0100
Source: libservlet2.4-java
Binary: libservlet2.4-java libservlet2.4-java-gcj libservlet2.4-java-doc
Architecture: source all i386
Version: 5.0.30-12
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 libservlet2.4-java - Servlet 2.4 and JSP 2.0 Java library
 libservlet2.4-java-doc - Servlet 2.4 and JSP 2.0 Java documentation
 libservlet2.4-java-gcj - Servlet 2.4 and JSP 2.0 Java classes and documentation
Changes: 
 libservlet2.4-java (5.0.30-12) unstable; urgency=low
 .
   * Change Build-Depends: ant1.7 because gij fails with bus error when
 executing ant 1.8.
Checksums-Sha1: 
 52450d2df634eee1d3b14d2af0c93ddd711fe027 1516 libservlet2.4-java_5.0.30-12.dsc
 b16092129b503e5a2c5b57e87b6a9194f2817768 4980 
libservlet2.4-java_5.0.30-12.debian.tar.gz
 a8841d680628d472be8f4f1d2ef7b2c5f59fc569 139670 
libservlet2.4-java_5.0.30-12_all.deb
 6e4c6e2256efb4569d10c930f99c8ffad42dbcab 840128 
libservlet2.4-java-doc_5.0.30-12_all.deb
 a685fbd9b8b4afdfd884082add12aa0b1adafacf 61986 
libservlet2.4-java-gcj_5.0.30-12_i386.deb
Checksums-Sha256: 
 9d578e3b8a90b0a89f695293ea60a1b8e6269f56466f9d78ecb15ba54ca5c4a6 1516 
libservlet2.4-java_5.0.30-12.dsc
 7d86fa3baf14975c765a3090f77917146d19fd60d4b4c954446cf973285aae36 4980 
libservlet2.4-java_5.0.30-12.debian.tar.gz
 3c23c98b87b220865de0dbe8c396af45da6a200c331d0d8a1a1c0c997c7d2ae5 139670 
libservlet2.4-java_5.0.30-12_all.deb
 b38577e47837035cbf1af894f1e43b731f1484d4490cea4c79429170033c2aa9 840128 
libservlet2.4-java-doc_5.0.30-12_all.deb
 a963758d9939b05fcaadf36690476e5d1a999f2dd2e6929eec3454ae71e6d483 61986 
libservlet2.4-java-gcj_5.0.30-12_i386.deb
Files: 
 dbf433551a3cb24404f50332ac9e39c5 1516 java optional 
libservlet2.4-java_5.0.30-12.dsc
 407c181b7d3f66e28272f1effdbaaa56 4980 java optional 
libservlet2.4-java_5.0.30-12.debian.tar.gz
 2784f9f3852a6bd03fc6875b46d5c101 139670 java optional 
libservlet2.4-java_5.0.30-12_all.deb
 eeb5a2f8e04c1ea27f8d54494df39f90 840128 doc optional 
libservlet2.4-java-doc_5.0.30-12_all.deb
 319a05d1f4eaacc0b58076847e6a352e 61986 java optional 
libservlet2.4-java-gcj_5.0.30-12_i386.deb

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

iEYEARECAAYFAkuJX9cACgkQfY3dicTPjsN8hACdEGen1NcajI/rfmlptWWaze9e
Eb0AnjV7kCa91SX2D8EjZKPnM6EV4G7J
=Om3B
-END PGP SIGNATURE-


Accepted:
libservlet2.4-java-doc_5.0.30-12_all.deb
  to main/libs/libservlet2.4-java/libservlet2.4-java-doc_5.0.30-12_all.deb
libservlet2.4-java-gcj_5.0.30-12_i386.deb
  to main/libs/libservlet2.4-java/libservlet2.4-java-gcj_5.0.30-12_i386.deb
libservlet2.4-java_5.0.30-12.debian.tar.gz
  to main/libs/libservlet2.4-java/libservlet2.4-java_5.0.30-12.debian.tar.gz
libservlet2.4-java_5.0.30-12.dsc
  to main/libs/libservlet2.4-java/libservlet2.4-java_5.0.30-12.dsc
libservlet2.4-java_5.0.30-12_all.deb
  to main/libs/libservlet2.4-java/libservlet2.4-java_5.0.30-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/e1nlres-0004up...@ries.debian.org



Accepted autoconf 2.65-4 (source all)

2010-02-27 Thread Ben Pfaff
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 27 Feb 2010 10:18:53 -0800
Source: autoconf
Binary: autoconf
Architecture: source all
Version: 2.65-4
Distribution: unstable
Urgency: low
Maintainer: Ben Pfaff pfaff...@debian.org
Changed-By: Ben Pfaff pfaff...@debian.org
Description: 
 autoconf   - automatic configure script builder
Closes: 571729
Changes: 
 autoconf (2.65-4) unstable; urgency=low
 .
   * debian/copyright: Fix copyright notice, which should have been updated
 to GPLv3 when Autoconf's copyright changed, but I forgot.  Thanks to
 Kalle Olavi Niemitalo k...@iki.fi for reporting the problem.  Closes:
 #571729.
 .
   * debian/copyright: Update list of Autoconf authors.
Checksums-Sha1: 
 969c9469786b387fa2c2d41e83780f5780ba1107 1697 autoconf_2.65-4.dsc
 92b3f304ae9b4e51fa5191329a2ca17f887a6273 23917 autoconf_2.65-4.diff.gz
 07a2041ec512ba5cd640a6bbf21886c32d7b4ae0 771928 autoconf_2.65-4_all.deb
Checksums-Sha256: 
 76a8083e397b41d0948ff1a2224e2717a13f1d51f8fbe416330486ccb47b83a9 1697 
autoconf_2.65-4.dsc
 010a257091544adba30b23835a7eb242826fe87c0da5cf0a32ac0bf8b3689cd4 23917 
autoconf_2.65-4.diff.gz
 2389c8dda214a53f9a26d95d8094beffb4e5e3911a006b3c7a497cd51e112b8d 771928 
autoconf_2.65-4_all.deb
Files: 
 30a0b6cb736de688d6346d45a956e67b 1697 devel optional autoconf_2.65-4.dsc
 9e45cc93941f7604cdc06fac06ddc849 23917 devel optional autoconf_2.65-4.diff.gz
 578e0e6239533f4cd852e4cef806adaa 771928 devel optional autoconf_2.65-4_all.deb

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

iQIcBAEBCAAGBQJLiWLTAAoJEIUZnejGZI6QH68P/jJlbe+67nIm0dpSC6qNYCED
aRYWkx6hICgqrnUW+M1znGxPXf9563iyypb0C3rqEaO443iB/idtHDmfznxCyAbB
cFEirRTgNlfcUlwn3OXITLAPWIVQKY71S8Kz4p8CrUi37HmzqcmQBOZ+Lo15IBPD
TJy5YMA58WCuN3cGZ3xfFtkR/7juevHTFuSNUIqTzkGCgW4DLhjfn2oPe7jcQDYo
X8kwaR/1/h1iYkA3lc9W/gUL4jOGf4pkzFje0DJZn2ps2e4AnKQ2weLXFhbPjNpL
b3Kp4Jn/a7MPFb0fOnoH4dj078okxYsNBPt+K6g7awVs+49BGE0UY9dAuzgqeNpk
jGbJ3tbBXlT43ceXftmuS4mqYupwLHGYdFSsA0TjFs/ZoTzMzrirFosfnvLTc3fP
+oadSjASY7z/Cg1xaIGoNVe4QaImNnAxB2e/Y9IvZZSJg/ZVcQA5Dc7DReTW
QU2u+Y0wIpHvR5Du2Zn1I5jRPkhsluZhUMNaft4kU2iieZGOJ5Nm6RANnxB/wPjE
EhM5PmBomsmkYnG+TrqpVhIgEvFBs0wnWbSK90VMMUcMOYCwZa8QEqZMYHmwPMZJ
SkWIoSieW3U9NU5gJS3rfSAUQEkuhV1oJQ/U5jZ9kd3f5PpJ9UDV4KN5Goztpaob
xQY//IBSnmJ39v4hXTLy
=QJTx
-END PGP SIGNATURE-


Accepted:
autoconf_2.65-4.diff.gz
  to main/a/autoconf/autoconf_2.65-4.diff.gz
autoconf_2.65-4.dsc
  to main/a/autoconf/autoconf_2.65-4.dsc
autoconf_2.65-4_all.deb
  to main/a/autoconf/autoconf_2.65-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/e1nlrss-00068f...@ries.debian.org



  1   2   >