Re: correct definition of localhost?

2008-07-07 Thread Kurt Roeckx
On Sun, Jul 06, 2008 at 05:14:44PM -0700, Steve Langasek wrote:
 On Mon, Jul 07, 2008 at 01:39:37AM +0200, Kurt Roeckx wrote:
 
  You don't seem to request ipv4 addresses, you request AF_UNSPEC, which
  should get you both ipv4 and ipv6.  You get 127.0.0.1 twice, and ::1 one
  time.
 
 You'll find that the duplication of 127.0.0.1 is still there if you specify
 AF_INET instead, because the problematic duplication happens when requesting
 records for the ipv4 address family.  I left it as AF_UNSPEC in the test
 case to show that the problem exists when using protocol-agnostic best
 practices, which is what slapd does.

I was just confused when reading it, and understood it as only
requesting AF_INET.  That was just to make it clear.

  - the ::1 address should *not* be special-cased by nss_files.  I really
can't perceive any reason why it should be special-cased in the first
place; i.e., why should the files backend behave differently than the DNS
backend, and why would we want names that were specifically assigned to
::1, including names like ip6-loopback, to be automatically mapped to
127.0.0.1?
 
  I can't find any good reason why it should be changing ::1 to 127.0.0.1.
  So I think that atleast glibc should stop doing that.  In any case, it
  shouldn't return 127.0.0.1 twice when it's not configured to return
  it twice.
 
 What do you mean by configured to return it twice?  Would that mean
 duplicate lines in /etc/hosts (i.e., misconfiguration)?

Yes.

  - we should only set up a single 'localhost' entry in /etc/hosts, pointing
at ::1, and let nss_files handle the mapping to 127.0.0.1 automatically.
 
  - You could also argue that openldap should get fixed to deal with cases
where it tries to bind to the same ip/port twice.  On the other hand,
I don't think it a normal case, and I think it's unlikely that people
would set up dns to have 2 times the same IP address and then try
to bind to that hostname.
 
 Well, as I said before,
 
  I don't think it's the responsibility of callers such as slapd to check 
  that
  getaddrinfo() hasn't returned duplicate entries [...]
 
 so if you have an argument of why extra complexity should be added to the
 caller to deal with duplicate records which, one way or another, should not
 exist (IMHO), I'm interested to hear it.

The only case I can come up with would be misconfiguration, which I
don't think is a good reason.


Kurt


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Bug#431066: install network/ip-up.d script to check for IP duplicates

2008-07-07 Thread Javier Fernandez-Sanguino
2008/7/6 Marco d'Itri [EMAIL PROTECTED]:
 On Jun 29, Robert Millan [EMAIL PROTECTED] wrote:

 Note that duplicate IPs can be very harmful and even cause loss of data.  For
 Come on, how often this happens? And it's disabled by default anyway.
 The major effect of this patch is to waste time on almost every system
 every time *any* interface is raised.
 It's concerning that more and more packages are adding useless scripts
 to the if-*.d directories, apparently without thinking about the
 consequences for firewalls with a large number of interfaces.

There is already a script for this in the 'ifupdown-extra' package,
together with additional functionality. See
http://packages.debian.org/sid/ifupdown-extra. Please take a look at
how it's implemented in that package and contribute it there instead
of in the 'ifupdown' package.

I agree with Marco in that this shouldn't be added to all systems but
only to those that have that requirement as this adds additional
requirements to a base package. Thus, it should reside in the
ifupdown-extra package instead.

Regards

Javier


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Bug#431066: install network/ip-up.d script to check for IP duplicates

2008-07-07 Thread Bastian Blank
On Mon, Jul 07, 2008 at 01:48:23AM +0100, Ben Hutchings wrote:
 On Sun, Jul 06, 2008 at 08:03:13PM +0200, Marco d'Itri wrote:
  On Jun 29, Robert Millan [EMAIL PROTECTED] wrote:
  Come on, how often this happens? And it's disabled by default anyway.
  The major effect of this patch is to waste time on almost every system
  every time *any* interface is raised.
 And DHCP clients should double-check their assigned address with ARP
 anyway, so it's duplicating this check on most systems.

Where is this specified? The DHCP server is authorative about the
addresses it assigns.

Bastian

-- 
No one wants war.
-- Kirk, Errand of Mercy, stardate 3201.7


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Bug#444980: udev not restarted after exiting runlevel 1

2008-07-07 Thread Frans Pop
Marco d'Itri wrote:
 Actually, should udev be killed at all when switching to single user
 mode?

I don't think so. Single user mode is for sysadmin tasks and I'd say that 
the udev daemon should be running for those as performing those tasks 
could result it udev triggers being generated, which should be processed.

Cheers,
FJP


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


Re: Not stopping daemons, where are we?

2008-07-07 Thread Frans Pop
James Westby wrote:
 On Tue, 2008-07-01 at 15:38 +0200, Frans Pop wrote:
 I happened to see a similar bug filed against backuppc.
 
 How many of these bugs have been filed?
 Are you aware of the Debian policy regarding mass bug filing [1]?
 
 I have filed two (from memory). I am aware of that policy.
 
 IMO this is a subject that definitely should have been discussed on
 d-devel _before_ the bugs were filed.
 
 It was discussed. What sort of resolution would you like before these
 bugs were filed?

OK. I don't not remember that. A pointer to that discussion would be 
useful. You only included a link to a Ubuntu web page which is IMO not 
directly relevant when proposing structural changes in Debian (or at 
least: does not provide sufficient justification for proposing/applying 
packaging changes in Debian).

 If you mean that discussion of a proposed MBF should have happened then
 I'm not sure that what I have done warrants that.

Reason I think at least some kind of consensus on d-devel should be 
reached is that, although only two BRs have been filed now, a lot more 
packages are affected. IMO this is something where packages should be 
consistent which makes the change effectively a policy change.

 If someone was to collect all of the Ubuntu patches to do this and
 submit them at once then it obviously would. However, Ubuntu has only
 just changed to something that is acceptable to Debian and so most
 packages have not been updated yet.

Where was it determined that the current Ubuntu solution is acceptable and 
desirable for Debian? Was it discussed whether or not such changes are 
suitable to be applied at this stage of the Lenny release cycle?

Cheers,
FJP


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


Re: Bug#426877: dpkg: Option --oknodo should be the default behaviour for start-stop-daemon (LSB specs)

2008-07-07 Thread Vincent Danjean
Marc Haber wrote:
 On Sat, Jul 05, 2008 at 10:58:35AM +0200, Raphael Hertzog wrote:
 THanks, I could come up with a transition plan myself if needed. But
 compare your suggestions with: someone goes over all init scripts, file
 bugs and in lenny+1 we're done.
 
 That'll cause tremendous pain for backporters. I'm opposed.

My main idea (with or without trasition plan) is to have an option (for
example --no-oknodo) in lenny allowing maintainer to tell he wants the
current behavior of start-stop-deamon.

Whether warning are generated or not, bugs filled or not, lintian complains
or not, default behavior changed or not, ... is not really important for my
point of view (and can be decided after lenny) *iff* the option already
exists in lenny (else, we will have to wait for lenny+1)

  Regards,
Vincent
-- 
Vincent Danjean   GPG key ID 0x9D025E87 [EMAIL PROTECTED]
GPG key fingerprint: FC95 08A6 854D DB48 4B9A  8A94 0BF7 7867 9D02 5E87
Unofficial pacakges: http://www-id.imag.fr/~danjean/deb.html#package
APT repo:  deb http://perso.debian.org/~vdanjean/debian unstable main


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Policy or best practices for debug packages?

2008-07-07 Thread Theodore Tso
On Mon, Jul 07, 2008 at 02:41:50PM +0200, Mike Hommey wrote:
  *) Do we dump everything into /usr/lib/debug, i.e.,
 /usr/lib/debug/sbin/e2fsck?   Or should we put it in
 /usr/lib/debug/pkg, i.e., /usr/lib/debug/e2fsprogs/sbin/e2fsck?
 Most packages I've seen seem to be doing the former.
 
 /usr/lib/debug/$pathoforiginalfile
 
 This is where gdb is going to look for these debug info.

Yep, that's what everyone else is doing, so that's what I did too with
e2fsprogs.

  *) Is it OK to include the -dbg information in a library's -dev package?
   Or should it be separated out?  Otherwise as more and more packages
   start creating -dbg packages, the number of packages we have in the
   debian archive could grow significantly.
 
 I think the problem is going to be with size way before becoming a problem
 with the number of packages.

I tried putting them in -dev, and lintian complains with a warning.
So I guess while it isn't official policy yet, it seems to be the
general practice.  The e2fsprogs source package just grew an extra 7
binary packages as a result for a total of 20 packages, though.  :-)

  *) Red Hat includes source files in their debuginfo files, which means
   that their support people can take a core file and get instant feedback
   as to the line in the source where the crash happened.  But that also
   means that their debuginfo packages are so huge they don't get included
   on any DVD's, but have to be downloaded from somebody's home directory
   at redhat.com.  (which appears not to be published, but which is very
   easy to google for.  :-)   What do we want to do?
 
 You don't need source files in the debuginfo files to get line numbers.
 You only need line tracking information, and if you build with -g, that is
 already what you get.

True, although it means there's a bit more work to actually install
the source package, and then running ./debian/rules build in order
to make sure the sources are unpacked and patches appropriately
applied.  With Red Hat all you have to do is unpack the debuginfo
package, and the sources that were used to build the binaries are made
available with no muss and no fuss in
/usr/lib/debug/usr/src/pkgname.  (And an obvious thing for Red Hat
to have done is to hack gdb to automatically figure out the location
of the source files, possibly by encoding it in the build-id ---
although I don't know if they have done it.0

Is this worth the bloat in packages, especially since the -dbg
packages are architecture specific and thus would be replicated N
times?  Probably not, but it's at least worth thinking about the
functionality and deciding whether we want to replicate it.

Speaking of the -g option, does anyone know off-hand whether or not
it's worth it to build with -g3 (to get cpp macro definitions into the
DWARF stubs)?

 Note that it would be better for our users if we could have a debug info
 server instead of having them install dbg packages, it could be nicer.
 Obviously, gdb would need to be able to talk to it.

Yep, agreed.  That would be nice.

I will say that having started to build and installing the debug debug
packages, for e2fsprogs, being able to run gdb on installed system
binaries is *definitely* very nice.  :-)

- Ted


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Policy or best practices for debug packages?

2008-07-07 Thread Mike Hommey
On Mon, Jul 07, 2008 at 10:56:14AM -0400, Theodore Tso [EMAIL PROTECTED] 
wrote:
 I tried putting them in -dev, and lintian complains with a warning.
 So I guess while it isn't official policy yet, it seems to be the
 general practice.  The e2fsprogs source package just grew an extra 7
 binary packages as a result for a total of 20 packages, though.  :-)

You don't need to have a strict mapping between binary packages and their dbg
counterpart. For example, xulrunner-1.9-dbg has debugging symbols for all
binary packages xulrunner builds.

Mike


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Bug#444980: udev not restarted after exiting runlevel 1

2008-07-07 Thread Marco d'Itri
On Jul 07, Frans Pop [EMAIL PROTECTED] wrote:

 I don't think so. Single user mode is for sysadmin tasks and I'd say that 
 the udev daemon should be running for those as performing those tasks 
 could result it udev triggers being generated, which should be processed.
What could I do then? /etc/rc1.d/S30killprocs does not allow excluding
processes.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: Not stopping daemons, where are we?

2008-07-07 Thread James Westby
On Mon, 2008-07-07 at 17:05 +0200, Frans Pop wrote:
 OK. I don't not remember that. A pointer to that discussion would be 
 useful. You only included a link to a Ubuntu web page which is IMO not 
 directly relevant when proposing structural changes in Debian (or at 
 least: does not provide sufficient justification for proposing/applying 
 packaging changes in Debian).

I also linked to the previous discussion on this mailing list. My 
reading of that was that many people wanted the benefit that this 
brings, but that the implementation wasn't right.

 Reason I think at least some kind of consensus on d-devel should be 
 reached is that, although only two BRs have been filed now, a lot more 
 packages are affected. IMO this is something where packages should be 
 consistent which makes the change effectively a policy change.
 

I can see your point here, and perhaps I should have written to the list
to discuss it first.

 Where was it determined that the current Ubuntu solution is acceptable and 
 desirable for Debian? Was it discussed whether or not such changes are 
 suitable to be applied at this stage of the Lenny release cycle?

Perhaps I misspoke. I should have said that the current solution does
not suffer from the issues that made the previous solution unacceptable.

Therefore I'd like to ask a few questions:

  1. Are there any objections to the approach that have not already
 been raised in the thread?
  2. Does anyone feel that the objections mean that this approach
 should not be adopted?
  3. Are these changes appropriate for this stage of the release cycle?

Thanks,

James



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Policy or best practices for debug packages?

2008-07-07 Thread Mike Hommey
On Mon, Jul 07, 2008 at 10:56:14AM -0400, Theodore Tso [EMAIL PROTECTED] 
wrote:
 True, although it means there's a bit more work to actually install
 the source package, and then running ./debian/rules build in order
 to make sure the sources are unpacked and patches appropriately
 applied.  With Red Hat all you have to do is unpack the debuginfo
 package, and the sources that were used to build the binaries are made
 available with no muss and no fuss in
 /usr/lib/debug/usr/src/pkgname.  (And an obvious thing for Red Hat
 to have done is to hack gdb to automatically figure out the location
 of the source files, possibly by encoding it in the build-id ---
 although I don't know if they have done it.0
 
 Is this worth the bloat in packages, especially since the -dbg
 packages are architecture specific and thus would be replicated N
 times?  Probably not, but it's at least worth thinking about the
 functionality and deciding whether we want to replicate it.

Actually, I don't think it is any useful to have source shipped in some
way, by default, at least.

There are 3 kind of people who need -dbg packages.
- Users, when they are asked to provide proper backtraces in bug reports
- Developers, when they need to debug stuff
- Maintainers

Obviously, the latter will be able to get the sources themselves, so do
the second, most of the time, though the debian/rules patch thing might be
a problem, especially when you need to install cdbs or some other stuff to
get it working (only to apply dumb patches, d'uh).

Users, on the other hand, don't need the source. They don't even need the
-dbg packages. They just got in a situation where they were asked to install
it to help the maintainers. Which, by the way, may end up useless because
the user may not get the same crash. And she won't have a core for the
previous crash because the default is not to core (and BTW, it's uselessly
made difficult to override this, see #487879).

It would be nice to get bug-buddy and others to actually dump the process
memory to some file...

Mike


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: correct definition of localhost?

2008-07-07 Thread Aurelien Jarno
Michael Banck a écrit :
 On Mon, Jul 07, 2008 at 05:49:04AM +0200, Aurelien Jarno wrote:
 There is a bug upstream, but marked as invalid:

   http://sources.redhat.com/bugzilla/show_bug.cgi?id=4980

 According to the upstream developer, there is a rationale for that, but
 he never explained it, despite having been asked numerous times.
 
 In his latest reply, the upstream developer said that code got rewritten
 since, I have not checked their repository though.

I have just built a version from CVS, and I confirm the bug is fixed.
However I failed to find the commit(s) which fixed it, and anyway I
doubt it's a single commit. Therefore I don't think we can backport the
fix for lenny.

We can try to use the proposed 2.7 patch instead.

-- 
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Policy or best practices for debug packages?

2008-07-07 Thread Theodore Tso
On Mon, Jul 07, 2008 at 05:39:00PM +0200, Mike Hommey wrote:
 There are 3 kind of people who need -dbg packages.
 - Users, when they are asked to provide proper backtraces in bug reports
 - Developers, when they need to debug stuff
 - Maintainers
 
 Obviously, the latter will be able to get the sources themselves, so do
 the second, most of the time, though the debian/rules patch thing might be
 a problem, especially when you need to install cdbs or some other stuff to
 get it working (only to apply dumb patches, d'uh).

Well, maybe the dpkg-source 3.0 package formats will make this easier.
It should would be nice if there was a standardized debian/rules
target which would unpack the source tarballs and apply any necessary
patches, such that the sources were in a state usable by gdb, though.

And there was a way that something like apt-get source would
automatically run the rule, perhaps on an appropriate command-line
option, even better.

 And she won't have a core for the
 previous crash because the default is not to core (and BTW, it's uselessly
 made difficult to override this, see #487879).

I just looked at this bug, and are you sure this isn't because you
have this configured in /etc/security/limits.conf?

- Ted


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Strange file problem

2008-07-07 Thread Andrea Ferraresi
 Speaking as the person that added resierfs support to the Debian Boot
 Floppies, all of my new filesystems are XFS.
 
 I have seen too many strange problems with reiserfs, such as the
 undeletable files (i have abot three on one of my partitions still). I
 have heard of lots more.
 
 WHile there was a lot of neat things scheduled for ResierFS4, it looks
 like it will never see the light of day.
 
 Best of luck with the filesystems,
 

Smartmontools doesn't recognize any hardware-related problem. Well the
problem is filesystem-related, many other people have advised me about
XFS and i will try it. Someone says that reiserfs-tools have been
orphaned in debian i think that is not a case and is not just related to
Reiser's law problem. 
Thanks for the help anyway. 

-- 
|_|0|_|  Andrea Ferraresi [EMAIL PROTECTED]
|_|_|0|  KeyFP= CFE7 223E EB7A E729 9675  BA93 5152 C043 3817 D93A 
|0|0|0|  Registered Linux user #388877 and Machine #289399




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


Bug#489768: ITP: ngspice -- A Spice circuit simulator

2008-07-07 Thread Gudjon I. Gudjonsson
Package: wnpp
Severity: wishlist
Owner: Gudjon I. Gudjonsson [EMAIL PROTECTED]


* Package name: ngspice
  Version : 17
  Upstream Author : Paolo Nenzi [EMAIL PROTECTED]
* URL : http://ngspice.sourceforge.net
* License : Old BSD
  Programming Lang: C
  Description : A Spice circuit simulator

 Ngspice is a mixed-level/mixed-signal circuit simulator. 
 Its code is based on three open source software packages: 
 Spice3f5, Cider1b1 and Xspice. 
 .
 Ngspice is part of gEDA project, a full GPL'd suite of 
 Electronic Design Automation tools.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.25-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



prerm option purge

2008-07-07 Thread Michael Meskes
Am I correct in assuming that the prerm script is never called with
option purge? At least this is what
http://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#s-mscriptsinstact
suggests. I'd like to know for sure before submitting bugs.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Policy or best practices for debug packages?

2008-07-07 Thread Joerg Jaspert
On 11439 March 1977, Theodore Ts'o wrote:

 *) I assume that the priority of -dbg packages is extra

s/I assume that//
s/$/!/

 *) What section should -dbg packages be placed into?  Should it be the
section that the parent package is in, or something like devel?

Currently usually the same as the parent package.

-- 
bye, Joerg
[...]
While Debian is certainly about beer, and in some cases may even be
about free beer, Debian is mainly about free speech.


pgpb0mjwHSO8I.pgp
Description: PGP signature


Re: Policy or best practices for debug packages?

2008-07-07 Thread Mike Hommey
On Mon, Jul 07, 2008 at 12:03:40PM -0400, Theodore Tso wrote:
  And she won't have a core for the
  previous crash because the default is not to core (and BTW, it's uselessly
  made difficult to override this, see #487879).
 
 I just looked at this bug, and are you sure this isn't because you
 have this configured in /etc/security/limits.conf?

Actually, I don't know what I've been smoking... it works as expected.
O_o

Mike


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Policy or best practices for debug packages?

2008-07-07 Thread Roger Leigh
Theodore Tso [EMAIL PROTECTED] writes:

 Speaking of the -g option, does anyone know off-hand whether or not
 it's worth it to build with -g3 (to get cpp macro definitions into the
 DWARF stubs)?

-g3 is also needed to get sane debugging information for C++ code,
IME.  It would be nice if it was the default, unless there's huge
overhead in terms of bloating up the DWARF2 .debug_* sections.


-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


pgp2ZhFWWcbE7.pgp
Description: PGP signature


Re: Policy or best practices for debug packages?

2008-07-07 Thread Mike Hommey
On Mon, Jul 07, 2008 at 07:48:27PM +0100, Roger Leigh wrote:
 Theodore Tso [EMAIL PROTECTED] writes:
 
  Speaking of the -g option, does anyone know off-hand whether or not
  it's worth it to build with -g3 (to get cpp macro definitions into the
  DWARF stubs)?
 
 -g3 is also needed to get sane debugging information for C++ code,
 IME.  It would be nice if it was the default, unless there's huge
 overhead in terms of bloating up the DWARF2 .debug_* sections.

I've always found -g to be enough with mozilla and webkit c++ code
bases. What would -g3 add ?

Mike


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Bug#436419: Policy or best practices for debug packages?

2008-07-07 Thread Russ Allbery
Neil Williams [EMAIL PROTECTED] writes:
 On Mon, 2008-07-07 at 08:08 -0400, Theodore Ts'o wrote:

 *) What section should -dbg packages be placed into?  Should it be the
section that the parent package is in, or something like devel?

 Library -dbg packages will almost inevitably end up in lib. Personally,
 I think that's right.

libdevel, surely?

 *) Is it OK to include the -dbg information in a library's -dev package?
  Or should it be separated out?  Otherwise as more and more packages
  start creating -dbg packages, the number of packages we have in the
  debian archive could grow significantly.

 This was covered in the original discussion - a separate section of the
 archive is a better solution. Not everyone who needs the -dev needs the
 -dbg - e.g. the autobuilders do *not* need -dbg symbols for
 build-dependencies.

In the meantime, I would definitely make a separate -dbg package.

-- 
Russ Allbery ([EMAIL PROTECTED])   http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: prerm option purge

2008-07-07 Thread Guillem Jover
Hi,

On Mon, 2008-07-07 at 19:47:26 +0200, Michael Meskes wrote:
 Am I correct in assuming that the prerm script is never called with
 option purge?

Yes.

regards,
guillem


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: gnome, kde, xfce use non-policy main menu

2008-07-07 Thread Bill Allombert
On Sun, Jul 06, 2008 at 01:08:40PM -0400, Joey Hess wrote:
 Josselin Mouette wrote:
  Therefore, I still feel that, despite it being a big mess, the current
  situation is the best:
* the default menu contains only what is needed, and we are still
  hunting down entries that are useless to make them not show up
  by default;
* users wanting the Debian menu and its gazillions of entries
  including window managers, terminal emulators and shell
  interpreters can enable it easily in the menu editor;
* those really wanting only the Debian menu can replace
  gnome-applications.menu by debian-menu.menu.
  
  If you want this to change, you need to seriously think about evolutions
  to both XDG and Debian menu systems, to convince fd.o and the Debian
  menu maintainer to implement them
 
 Actually, no, if you want this to change, you have only to do nothing.
 
 People (many of them MOTUs from Ubuntu in my experience) are filing lots of
 requestes for random packages to have .desktop files added to them, so
 they appear in the gnome menu. The criteria seems to be a program that
 $RANDOM_USER would like to have on the menu and files a bug about ||
 that $RANDOM_UPSTREAM ships a desktop file for, for whatever reason.
 
 So, after sufficient time, the gnome menu will contain a random
 assortment of the menu items that also appear in the debian menu. Not a
 well-chosen and consistent assortment, but the kind of random assortment
 that you get when you ignore policy and go off on your own way.

I agree with you, but I am only the 'Debian menu maintainer' and I do
not have time or interest to maintain the .desktop files in Debian.
Instead people (not you) ask me transparently to stop maintaining menu
and maintain the .desktop files instead, but no one is willing to do
the work. (And of course .desktop is about 10% of the XDG spec).

Cheers,
-- 
Bill. [EMAIL PROTECTED]

Imagine a large red swirl here. 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Help: Strange 64bit issue

2008-07-07 Thread Andreas Tille

Hi,

as I described at the Debian Med mailing list [1] I have some
trouble with a multiarch package.  Charles Plessy and me prepared
some packaging stuff at

svn://svn.debian.org/svn/debian-med/trunk/packages/maq/trunk/

the watch file can be used to obtain the source tarball - BTW I
thought you can also use unchanged bz2 tarball as source (at least
[2] says: Bzip2 compression is supported as an alternative to gzip.)
but how to do this?  For the test I rebuilded an orig.tar.gz.
When trying to build I got

fasta2bfa.o fastq2bfq.o merge.o match_aux.o match.o sort_mapping.o assemble.o pileup.o mapcheck.o get_pos.o assopt.o aux_utils.o rbcc.o subsnp.o pair_stat.o indel_soa.o maqmap.o maqmap_conv.o altchr.o submap.o rmdup.o simulate.o genran.o indel_pe.o stdaln.o indel_call.o eland2maq.o csmap2ntmap.o break_pair.o -lm -lz 
/usr/bin/ld: skipping incompatible /usr/lib/gcc/i486-linux-gnu/4.3.1/libstdc++.so when searching for -lstdc++

/usr/bin/ld: skipping incompatible 
/usr/lib/gcc/i486-linux-gnu/4.3.1/libstdc++.a when searching for -lstdc++
/usr/bin/ld: skipping incompatible 
/usr/lib/gcc/i486-linux-gnu/4.3.1/libstdc++.so when searching for -lstdc++
/usr/bin/ld: skipping incompatible 
/usr/lib/gcc/i486-linux-gnu/4.3.1/libstdc++.a when searching for -lstdc++
/usr/bin/ld: cannot find -lstdc++
collect2: ld returned 1 exit status


Any idea how to fix this?

Kind regards

   Andreas.


 [1] http://lists.debian.org/debian-med/2008/07/msg6.html
 [2] http://lwn.net/Articles/139811/
--
http://fam-tille.de


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Help: Strange 64bit issue

2008-07-07 Thread William Pitcock
Hi,

If you do build-depends on gcc-multilib and g++-multilib, it should fix
this problem.

William

On Mon, 2008-07-07 at 22:56 +0200, Andreas Tille wrote:
 Hi,
 
 as I described at the Debian Med mailing list [1] I have some
 trouble with a multiarch package.  Charles Plessy and me prepared
 some packaging stuff at
 
  svn://svn.debian.org/svn/debian-med/trunk/packages/maq/trunk/
 
 the watch file can be used to obtain the source tarball - BTW I
 thought you can also use unchanged bz2 tarball as source (at least
 [2] says: Bzip2 compression is supported as an alternative to gzip.)
 but how to do this?  For the test I rebuilded an orig.tar.gz.
 When trying to build I got
 
 fasta2bfa.o fastq2bfq.o merge.o match_aux.o match.o sort_mapping.o assemble.o 
 pileup.o mapcheck.o get_pos.o assopt.o aux_utils.o rbcc.o subsnp.o 
 pair_stat.o indel_soa.o maqmap.o maqmap_conv.o altchr.o submap.o rmdup.o 
 simulate.o genran.o indel_pe.o stdaln.o indel_call.o eland2maq.o 
 csmap2ntmap.o break_pair.o -lm -lz 
 /usr/bin/ld: skipping incompatible 
 /usr/lib/gcc/i486-linux-gnu/4.3.1/libstdc++.so when searching for -lstdc++
 /usr/bin/ld: skipping incompatible 
 /usr/lib/gcc/i486-linux-gnu/4.3.1/libstdc++.a when searching for -lstdc++
 /usr/bin/ld: skipping incompatible 
 /usr/lib/gcc/i486-linux-gnu/4.3.1/libstdc++.so when searching for -lstdc++
 /usr/bin/ld: skipping incompatible 
 /usr/lib/gcc/i486-linux-gnu/4.3.1/libstdc++.a when searching for -lstdc++
 /usr/bin/ld: cannot find -lstdc++
 collect2: ld returned 1 exit status
 
 
 Any idea how to fix this?
 
 Kind regards
 
 Andreas.
 
 
   [1] http://lists.debian.org/debian-med/2008/07/msg6.html
   [2] http://lwn.net/Articles/139811/
 -- 
 http://fam-tille.de
 
 


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


Re: Policy or best practices for debug packages?

2008-07-07 Thread Roger Leigh
Mike Hommey [EMAIL PROTECTED] writes:

 On Mon, Jul 07, 2008 at 07:48:27PM +0100, Roger Leigh wrote:
 Theodore Tso [EMAIL PROTECTED] writes:
 
  Speaking of the -g option, does anyone know off-hand whether or not
  it's worth it to build with -g3 (to get cpp macro definitions into the
  DWARF stubs)?
 
 -g3 is also needed to get sane debugging information for C++ code,
 IME.  It would be nice if it was the default, unless there's huge
 overhead in terms of bloating up the DWARF2 .debug_* sections.

 I've always found -g to be enough with mozilla and webkit c++ code
 bases. What would -g3 add ?

Correct line numbers when dealing with inline templates, for one.
There were some other niceties, but I can't recall what they were off
the top of my head.


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


pgpTU83VryT5M.pgp
Description: PGP signature


Re: Bug#431066: install network/ip-up.d script to check for IP duplicates

2008-07-07 Thread Ben Hutchings
On Mon, Jul 07, 2008 at 01:20:47PM +0200, Bastian Blank wrote:
 On Mon, Jul 07, 2008 at 01:48:23AM +0100, Ben Hutchings wrote:
  On Sun, Jul 06, 2008 at 08:03:13PM +0200, Marco d'Itri wrote:
   On Jun 29, Robert Millan [EMAIL PROTECTED] wrote:
   Come on, how often this happens? And it's disabled by default anyway.
   The major effect of this patch is to waste time on almost every system
   every time *any* interface is raised.
  And DHCP clients should double-check their assigned address with ARP
  anyway, so it's duplicating this check on most systems.
 
 Where is this specified? The DHCP server is authorative about the
 addresses it assigns.

RFC 2131, end of section 2.2.

Ben.

-- 
Ben Hutchings
Unix is many things to many people,
but it's never been everything to anybody.


signature.asc
Description: Digital signature


Re: Help: Strange 64bit issue

2008-07-07 Thread Andreas Tille

On Mon, 7 Jul 2008, William Pitcock wrote:


If you do build-depends on gcc-multilib and g++-multilib, it should fix
this problem.


Ahhh, thanks - this was a quick and very helpful hint ...

Kind regards

  Andreas.

--
http://fam-tille.de


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Policy or best practices for debug packages?

2008-07-07 Thread Daniel Jacobowitz
On Mon, Jul 07, 2008 at 10:06:40PM +0100, Roger Leigh wrote:
 Correct line numbers when dealing with inline templates, for one.
 There were some other niceties, but I can't recall what they were off
 the top of my head.

Sorry, but this is either someone's uncontributed gcc patches, or
(more likely) hearsay.  The difference between -g (same as -g2) and
-g3 is whether .debug_macinfo is generated - debug info for C/C++
preprocessor macros.  It's off by default because the generated data
is huge.

-- 
Daniel Jacobowitz
CodeSourcery


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Policy or best practices for debug packages?

2008-07-07 Thread Daniel Jacobowitz
On Mon, Jul 07, 2008 at 05:39:00PM +0200, Mike Hommey wrote:
 On Mon, Jul 07, 2008 at 10:56:14AM -0400, Theodore Tso [EMAIL PROTECTED] 
 wrote:
  True, although it means there's a bit more work to actually install
  the source package, and then running ./debian/rules build in order
  to make sure the sources are unpacked and patches appropriately
  applied.  With Red Hat all you have to do is unpack the debuginfo
  package, and the sources that were used to build the binaries are made
  available with no muss and no fuss in
  /usr/lib/debug/usr/src/pkgname.  (And an obvious thing for Red Hat
  to have done is to hack gdb to automatically figure out the location
  of the source files, possibly by encoding it in the build-id ---
  although I don't know if they have done it.0

I think they do this, using debugedit.  We (CodeSourcery) do it for
our libraries too.  It's incredibly useful - but very spoiling; every
time I'm without the automatic debug sources and source paths I get
grumpy about it.

 There are 3 kind of people who need -dbg packages.
 - Users, when they are asked to provide proper backtraces in bug reports
 - Developers, when they need to debug stuff
 - Maintainers
 
 Obviously, the latter will be able to get the sources themselves, so do
 the second, most of the time, though the debian/rules patch thing might be
 a problem, especially when you need to install cdbs or some other stuff to
 get it working (only to apply dumb patches, d'uh).

There are a number of other complications.  One of them is generated
files; you need to extract some sources from the object directory.
Another is manual setup of paths.  GDB's recently added set
substitute-path command makes this easier than it used to be, but it's
still a hassle.

I wouldn't want them in the archive for everything, but it would be
nice to be able to generate automatically usable source packages.
Also debug packages without having to create them in debian/control
and debian/rules.  That would enable build daemons to generate and
stash the packages somewhere if we decide to make them available.

-- 
Daniel Jacobowitz
CodeSourcery


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Policy or best practices for debug packages?

2008-07-07 Thread Mike Hommey
On Mon, Jul 07, 2008 at 05:42:47PM -0400, Daniel Jacobowitz wrote:
 I wouldn't want them in the archive for everything, but it would be
 nice to be able to generate automatically usable source packages.
 Also debug packages without having to create them in debian/control
 and debian/rules.  That would enable build daemons to generate and
 stash the packages somewhere if we decide to make them available.

Only problem with this scheme is that there is always one arch that is
not autobuilt.

Mike


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Policy or best practices for debug packages?

2008-07-07 Thread Daniel Jacobowitz
On Mon, Jul 07, 2008 at 01:42:43PM +, Sune Vuorela wrote:
 On 2008-07-07, Mike Hommey [EMAIL PROTECTED] wrote:
 
  /usr/lib/debug/$pathoforiginalfile
 
  This is where gdb is going to look for these debug info.
 
 
 I thought gdb was looking at the .gnu_debuglink section as created with 
 objcopy?

Yes, but that just determines the basename to search for.

The places searched are $(dirname $origfile)/$debugname, $(dirname
$origfile)/.debug/$debugname, and /usr/lib/debug/$origfile.

-- 
Daniel Jacobowitz
CodeSourcery


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Policy or best practices for debug packages?

2008-07-07 Thread Theodore Tso
On Mon, Jul 07, 2008 at 05:39:05PM -0400, Daniel Jacobowitz wrote:
 Sorry, but this is either someone's uncontributed gcc patches, or
 (more likely) hearsay.  The difference between -g (same as -g2) and
 -g3 is whether .debug_macinfo is generated - debug info for C/C++
 preprocessor macros.  It's off by default because the generated data
 is huge.

Do programs like gdb take advantage of the .debug_macinfo in a useful
way if it's there?  (I guess I should try it and see how big the dbg
packages get, and how useful it is for me in practice.)

Thanks, regards,

   - Ted


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Policy or best practices for debug packages?

2008-07-07 Thread Daniel Jacobowitz
On Mon, Jul 07, 2008 at 05:50:15PM -0400, Theodore Tso wrote:
 Do programs like gdb take advantage of the .debug_macinfo in a useful
 way if it's there?  (I guess I should try it and see how big the dbg
 packages get, and how useful it is for me in practice.)

Yes, GDB will automatically expand macros in expressions and can
display them.

-- 
Daniel Jacobowitz
CodeSourcery


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Policy or best practices for debug packages?

2008-07-07 Thread Daniel Jacobowitz
On Mon, Jul 07, 2008 at 11:45:14PM +0200, Mike Hommey wrote:
 On Mon, Jul 07, 2008 at 05:42:47PM -0400, Daniel Jacobowitz wrote:
  I wouldn't want them in the archive for everything, but it would be
  nice to be able to generate automatically usable source packages.
  Also debug packages without having to create them in debian/control
  and debian/rules.  That would enable build daemons to generate and
  stash the packages somewhere if we decide to make them available.
 
 Only problem with this scheme is that there is always one arch that is
 not autobuilt.

Well yes... I hear there are these other people who have a solution to
that, but that's all I'm going to say about it :-)

-- 
Daniel Jacobowitz
CodeSourcery


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Policy or best practices for debug packages?

2008-07-07 Thread Theodore Tso
On Mon, Jul 07, 2008 at 05:42:47PM -0400, Daniel Jacobowitz wrote:
 I think they do this, using debugedit.  We (CodeSourcery) do it for
 our libraries too.  It's incredibly useful - but very spoiling; every
 time I'm without the automatic debug sources and source paths I get
 grumpy about it.

WANT

Where can you find debugedit?  I did a google search and it looks
like Gentoo as packaged it, and it looks like it might be an auxiliary
program inside the rpm source packages?  Is that what you were
referring to?

 I wouldn't want them in the archive for everything, but it would be
 nice to be able to generate automatically usable source packages.
 Also debug packages without having to create them in debian/control
 and debian/rules.  That would enable build daemons to generate and
 stash the packages somewhere if we decide to make them available.

So in order to do this, we would need hack the debian/rules file to
create a foo-dbgsrc package which contains a copy of the source tree
after a successful build (but with all of the generated binary files
stripped out).  We would also need to agree on a standardized location
where the *-dbgsrc files would install the source trees --- something
like /usr/lib/debug/usr/src, perhaps?  And then we would need to use
the debugedit tool to edit the dbg files to point at the sources in
/usr/src/lib/usr/src (or where we decide to have the *-dbgsrc packages
install the source files).

I guess depending on the package, the *-dbgsrc file could either be
architecture independent, or if some of the generated source files
contain arch-specific information, they could end up being
architecture dependent files.

And we definitely would want to serve these up in a different archive
that our standard binary packages, since this would be a *lot* of
data.  It's probably less important that they get mirrored, though,
since it's likely that far fewer users would actually need the -dbg
and -dbgsrc packages.

Am I missing something, or is that all that's necessary to bell the
cat?  :-)

- Ted


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Policy or best practices for debug packages?

2008-07-07 Thread Daniel Jacobowitz
On Mon, Jul 07, 2008 at 06:01:15PM -0400, Theodore Tso wrote:
 On Mon, Jul 07, 2008 at 05:42:47PM -0400, Daniel Jacobowitz wrote:
  I think they do this, using debugedit.  We (CodeSourcery) do it for
  our libraries too.  It's incredibly useful - but very spoiling; every
  time I'm without the automatic debug sources and source paths I get
  grumpy about it.
 
 WANT
 
 Where can you find debugedit?  I did a google search and it looks
 like Gentoo as packaged it, and it looks like it might be an auxiliary
 program inside the rpm source packages?  Is that what you were
 referring to?

Yes, that's the one.

For various reasons we don't use it at work - instead we added some GCC
command line options to relocate the debug info at compile time.  In
the end, it comes down to the same result.

 So in order to do this, we would need hack the debian/rules file to
 create a foo-dbgsrc package which contains a copy of the source tree
 after a successful build (but with all of the generated binary files
 stripped out).  We would also need to agree on a standardized location
 where the *-dbgsrc files would install the source trees --- something
 like /usr/lib/debug/usr/src, perhaps?  And then we would need to use
 the debugedit tool to edit the dbg files to point at the sources in
 /usr/src/lib/usr/src (or where we decide to have the *-dbgsrc packages
 install the source files).

I think /usr/src/debian/ would be traditional.  It really doesn't make
a difference, though :-)


-- 
Daniel Jacobowitz
CodeSourcery


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#489812: ITP: di-netboot-assistant -- Debian-Installer netboot assistant

2008-07-07 Thread Franklin Piat
Package: wnpp
Severity: wishlist
Owner: Franklin Piat [EMAIL PROTECTED]

* Package name: di-netboot-assistant
  Version : 0.31-1
  Upstream Author : Franklin Piat [EMAIL PROTECTED]
* URL : 
http://www.klabs.be/~fpiat/linux/debian/di-netboot-assistant/
* License : GPL
  Programming Lang: shell
  Description : Debian-Installer netboot assistant

di-netboot-assistant is a tool to download and extract Debian-Installer
netboot images. It's especially useful if you want to download multiple 
netboot image, since it builds a top menu, so one can select the image 
at boot time (on amd64, i386 and ia64 platforms).

Currently, it supports amd64, i386, ia64, alpha, hppa and sparc
clients.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Policy or best practices for debug packages?

2008-07-07 Thread Theodore Tso
On Mon, Jul 07, 2008 at 06:16:22PM -0400, Daniel Jacobowitz wrote:
For various reasons we don't use it at work - instead we added some GCC
command line options to relocate the debug info at compile time.  In
the end, it comes down to the same result.

Were these private hacks to GCC?  I tried looking at the gcc info
file, and I didn't see any options to force the debug info to a
different pathname; maybe I missed it, or the info file I was looking
for was too out of date (gcc 4.1.3).

 I think /usr/src/debian/ would be traditional.  It really doesn't make
 a difference, though :-)

Yeah, the only reason why I was hesitant about that is I was concerned
that some users might already be using /usr/src/debian for their own
purposes (in violation of the FHS), and would get annoyed if we
started installing stuff there.  Hence my suggestion of burying it in
the /usr/lib/debug/usr/src hierarchy.  But I don't really care what
directory name we use, as long as we all agree on some pathname to
start.

I might start experimenting with with one of my packages, just to see
how it works out.  I suppose I should send mail to the ftp-masters
directly and ask them this questions, but do people think there would
be many objections if some -dbgsrc packages started appearing in the
archive as an experiment?

I could even imagine some hacks where the rules file does a diff of
the build source directory against the orig.tar.gz file and the
-dbgsrc package only contained the diffs, and the postinstall script
searched for the orig.tar.gz file and pulled it off the network, and
then applied the diffs, in order to keep the size of the -dbgsrc file
small.  That might answer the concerns about the size of the archive
exploding, if this were to become popular.

Regards,

- Ted


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: correct definition of localhost?

2008-07-07 Thread Joey Hess
http://sourceware.org/bugzilla/show_bug.cgi?id=4980

-- 
see shy jo, Amazed to be able to both mindlessly forward links
from reddit and possibly contribute value this this
thread at the same time. Not amazed at Drepper's behavior,
particualarly.


signature.asc
Description: Digital signature


Re: gnome, kde, xfce use non-policy main menu

2008-07-07 Thread Charles Plessy
Le Sat, Jul 05, 2008 at 12:35:34PM -0700, Russ Allbery a écrit :
 
 
 I think that writing a policy is the first necessary step and is the main
 thing required to move this conversation beyond a constantly recurring
 debian-devel thread and towards something that we can implement.  Just
 saying we should use .desktop files is not sufficient; the standard
 isn't clear, Debian isn't following the standard currently, and there's no
 migration strategy.  Closing those gaps is hard and necessary work, and
 until someone has a chance to do that work, this will stay stuck at the
 recurring conversation stage.

Le Mon, Jul 07, 2008 at 09:44:29PM +0200, Bill Allombert a écrit :
 
 I am only the 'Debian menu maintainer' and I do
 not have time or interest to maintain the .desktop files in Debian.
 Instead people (not you) ask me transparently to stop maintaining menu
 and maintain the .desktop files instead, but no one is willing to do
 the work. (And of course .desktop is about 10% of the XDG spec).


Hi all,

From my maintainer point of view, the current situation leads to
maintain in parallel two files with similar information and different
syntax, with the main difference being that in the .desktop - .menu
conversion the translations are discarded. The big advantage of the
.desktop format is also that it can be forwarded upstream, so that it
reduces the complexity of our packages and is useful to the whole
communauty. This is exactly the contrary of adding a burden on the
Debian maintainers and Bill.

I think that Russ is very pessimistic on the quality of the XDG
desktop entry sepcification. It uses a simple syntax and 18 different
keys, only 4 of them being required. Many of the Lintian errors noted
earlier in this thread are related to the desktop menu specification,
which is a separate document.

http://standards.freedesktop.org/desktop-entry-spec/latest/
http://standards.freedesktop.org/menu-spec/latest/

Now we are close to Lenny release, and there is enough to keep us very
busy until September, but after this, if Bill is interested, how about
writing a DEP (Debian Enhancement Proposal)?

Have a nice day,

-- 
Charles Plessy
Debian-Med packaging team,
Tsurumi, Kanagawa, Japan


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#482528: heimdal-clients,krb5-user

2008-07-07 Thread Brian May

Hello,

Can I please have some input into this bug report?

The report itself seems valid, ideally these packages shouldn't conflict.

Solving this in such a way as not to break lots of stuff could be 
awkward though.


Ideas?

Brian May


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: gnome, kde, xfce use non-policy main menu

2008-07-07 Thread Russ Allbery
Charles Plessy [EMAIL PROTECTED] writes:

 I think that Russ is very pessimistic on the quality of the XDG desktop
 entry sepcification. It uses a simple syntax and 18 different keys, only
 4 of them being required. Many of the Lintian errors noted earlier in
 this thread are related to the desktop menu specification, which is a
 separate document.

 http://standards.freedesktop.org/desktop-entry-spec/latest/
 http://standards.freedesktop.org/menu-spec/latest/

Russ formed his opinion by attempting to write code to the desktop entry
specification without additional reference to existing implementations and
watching it not work in the real world with real desktop entries.  That's
the acid test of a standard and the XDG desktop entry specification didn't
fare well.

The menu specification has other problems, but I am indeed also
complaining about the XDG desktop entry specification and specifically
saying that the desktop files in Debian do not universally comply with it,
that it is unclear and underspecified, and that it needs clarity and
additional work to be usable for a Debian policy.

I do think that if we had such a standard and additional checks and the
intention to enforce it, most of the problems with the desktop files in
/usr/share/applications could be relatively quickly cleaned up.  (The
*.desktop files outside of /usr/share/applications are a whole different
problem and are mostly a disaster from a compliance with the specification
perspective, but that may not be an issue; most of the ones outside of
that tree are legitimately used for internal purposes by different desktop
systems and aren't necessarily intended to comply with a spec.)

-- 
Russ Allbery ([EMAIL PROTECTED])   http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#489824: ITP: pllua -- PL/Lua is an implementation of Lua as a loadable procedural language for PostgreSQL

2008-07-07 Thread Fernando Ike de Oliveira
Package: wnpp
Severity: wishlist
Owner: Fernando Ike de Oliveira [EMAIL PROTECTED]


* Package name: pllua
  Version : 0.8.1
  Upstream Author : Luis Carvalho [EMAIL PROTECTED]
* URL : http://pllua.projects.postgresql.org/
* License : MIT/X
  Programming Lang: C, Lua
  Description : PL/Lua is an implementation of Lua as a loadable procedural 
language for PostgreSQL

 PL/Lua is an implementation of Lua as a loadable procedural language for
 PostgreSQL: with PL/Lua you can use PostgreSQL functions and triggers
 written in the Lua programming language. 
 .
 It brings the power and simplicity of Lua to PostgreSQL, including: 
 small memory footprint, simple syntax, lexical scoping, functions as 
 first-class values, and coroutines for non-preemptive threading. 

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.25-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Bug#482528: heimdal-clients,krb5-user

2008-07-07 Thread Michael Tautschnig
 Hello,

 Can I please have some input into this bug report?

 The report itself seems valid, ideally these packages shouldn't conflict.

 Solving this in such a way as not to break lots of stuff could be  
 awkward though.

 Ideas?


Are you guys really sure that alternatives are so misplaced here?
- Both perform a similar function.
- A user installing any of the alternatives providing kadmin will probably know
  what they are doing (at least so I guess); and (to be checked) using the wrong
  one will do no harm to the Kerberos database, it will just not work.
- update-alternatives --list editor 
/bin/ed
/bin/nano
/usr/bin/vim.tiny
/usr/bin/emacs21
/usr/bin/vim.basic

  Same command line interface? Definitely not. Same functionality? They all
  modify a piece of text, but that's about it. No need to flame, though, one
  could probably give a lot more examples other than editor.

Best,
Michael



pgpt4NeoD2yNb.pgp
Description: PGP signature


Re: Bug#482528: heimdal-clients,krb5-user

2008-07-07 Thread Russ Allbery
Michael Tautschnig [EMAIL PROTECTED] writes:

 Can I please have some input into this bug report?

 The report itself seems valid, ideally these packages shouldn't conflict.

 Solving this in such a way as not to break lots of stuff could be  
 awkward though.

 Ideas?

Adding alternatives for kinit, klist, kdestroy, and kpasswd is I think an
obvious move and I'm happy to help do that on the MIT Kerberos side.

Using alternatives for kadmin is more problematic.

(BTW, Brian, this discussion reminds me that I'd like to use alternatives
for krb5.conf.5 so that krb5-doc and heimdal-doc don't need to conflict.
I'd like to have krb5-config provide a stub with a low priority and
krb5-doc and heimdal-doc both provide versions with a higher priority.)

 Are you guys really sure that alternatives are so misplaced here?
 - Both perform a similar function.
 - A user installing any of the alternatives providing kadmin will
 probably know what they are doing (at least so I guess); and (to be
 checked) using the wrong one will do no harm to the Kerberos database,
 it will just not work.

Historically, debian-devel and discussions elsewhere have said that
alternatives is not appropriate in this case.  The command line syntax is
completely different and the commands are completely different.  Any
script that uses kadmin as an interface will break if the alternative
doesn't point to the version that it expects.  That's a fairly serious
problem.

There are some differences in the syntax and flags of the other commands,
but it's more minor and won't affect most applications.

We can discuss it on debian-devel, though.  If the rest of the project
blesses the idea of using alternatives, I'm okay with it, although I think
it has some potential to really confuse things.  It would be easier if MIT
provided an exported API for kadmin, but since they don't, there are a
*lot* of scripts out there that use the kadmin client as an API.

 - update-alternatives --list editor 
 /bin/ed
 /bin/nano
 /usr/bin/vim.tiny
 /usr/bin/emacs21
 /usr/bin/vim.basic

editor and pager are special exceptions to the normal alternative rules
and are specifically documented in Policy.  Other programs have
historically not been allowed to use that sort of exception.

-- 
Russ Allbery ([EMAIL PROTECTED])   http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Bug#489824: ITP: pllua -- PL/Lua is an implementation of Lua as a loadable procedural language for PostgreSQL

2008-07-07 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 07/07/08 20:28, Fernando Ike de Oliveira wrote:
 Package: wnpp
 Severity: wishlist
 Owner: Fernando Ike de Oliveira [EMAIL PROTECTED]
 
 
 * Package name: pllua
   Version : 0.8.1
   Upstream Author : Luis Carvalho [EMAIL PROTECTED]
 * URL : http://pllua.projects.postgresql.org/
 * License : MIT/X
   Programming Lang: C, Lua
   Description : PL/Lua is an implementation of Lua as a loadable 
 procedural language for PostgreSQL

The Short Description is way too long.

  PL/Lua is an implementation of Lua as a loadable procedural language for
  PostgreSQL: with PL/Lua you can use PostgreSQL functions and triggers
  written in the Lua programming language. 
  .
  It brings the power and simplicity of Lua to PostgreSQL, including: 
  small memory footprint, simple syntax, lexical scoping, functions as 
  first-class values, and coroutines for non-preemptive threading. 

The similar Ruby deb-src package name is postgresql-plruby.

- --
Ron Johnson, Jr.
Jefferson LA  USA

Kittens give Morbo gas.  In lighter news, the city of New New
York is doomed.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkhy2GEACgkQS9HxQb37XmcU2gCgz5Hne4AAH/l9XIfZQsVjmh4y
9UsAnixusAhMQ6NzW6EwNpsktRX3xqXs
=12Gr
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Bug#489824: ITP: pllua -- PL/Lua is an implementation of Lua as a loadable procedural language for PostgreSQL

2008-07-07 Thread Ben Finney
Ron Johnson [EMAIL PROTECTED] writes:

  * Package name: pllua

The package name should match that of other procedural-language
extensions for PostgreSQL:

postgresql-plperl
postgresql-plpython
postgresql-plruby
postgresql-pltcl

Description : PL/Lua is an implementation of Lua as a loadable 
  procedural language for PostgreSQL
 
 The Short Description is way too long.

It also goes against the recommendations in the Best Packaging
Practices section of the Developer's Reference
URL:http://www.debian.org/doc/developers-reference/ch-best-pkging-practices#s-bpp-pkg-synopsis.

On that basis, a better synopsis would be:

PL/Lua procedural language for PostgreSQL

which would also match that of existing procedural-language packages.

-- 
 \ “No matter how far down the wrong road you've gone, turn back.” |
  `\  —Turkish proverb |
_o__)  |
Ben Finney


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#489836: ITP: maq -- Mapping and Assembly with Quality

2008-07-07 Thread Charles Plessy
Package: wnpp
Severity: wishlist
Owner: Charles Plessy [EMAIL PROTECTED]

  Package name: maq
  Version : 0.6.7
  Upstream Author : Heng Li [EMAIL PROTECTED]
  URL : http://maq.sourceforge.net/
  License : GPL-3
  Programming Lang: C
  Description : Mapping and Assembly with Quality

 Maq builds mapping assemblies from short reads generated by the
 next-generation sequencing machines. It is particularly designed for
 Illumina-Solexa 1G Genetic Analyzer, and has a preliminary functionality to
 handle ABI SOLiD data. Maq is previously known as mapass2.
 .
 With Maq you can:
  o Fast align Illumina/SOLiD reads to the reference genome. With the
default options, one million pairs of reads can be mapped to the
human genome in about 10 CPU hours with less than 1G memory.
  o Accurately measure the error probability of the alignment of each
individual read.
  o Call the consensus genotypes, including homozygous and heterozygous
polymorphisms, with a Phred probabilistic quality assigned to each base.
  o Find short indels with paired end reads.
  o Accurately find large scale genomic deletions and translocations with
paired end reads.
  o Discover potential CNVs by checking read depth.
  o Evaluate the accuracy of raw base qualities from sequencers and help
to check the systematic errors.
 .
 However, Maq can NOT:
  o Do de novo assembly. (Maq can only call the consensus by mapping reads
to a known reference.)
  o Map shorts reads against themselves. (Maq can only find complete overlap
between reads.)
  o Align capillary reads or 454 reads to the reference. (Maq cannot align
reads longer than 63bp.)


Like velvet and patman, this package is intended to be made available after
Lenny is released.

Preliminary packaging is available here:

Vcs-Browser: 
http://svn.debian.org/wsvn/debian-med/trunk/packages/maq/trunk/?rev=0sc=0
Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/maq/trunk/

-- 
Charles Plessy
Debian-Med packaging team.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Bug#489836: ITP: maq -- Mapping and Assembly with Quality

2008-07-07 Thread Paul Wise
On Tue, Jul 8, 2008 at 12:15 PM, Charles Plessy [EMAIL PROTECTED] wrote:

  Description : Mapping and Assembly with Quality

Please add genetic to the short description and no need to
capitalise the words. Also, is with Quality needed, perhaps it needs
to be with probabilistic quality?

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Multiarch and idea for improved diversions and alternatives handling

2008-07-07 Thread Goswin von Brederlow
Neil Williams [EMAIL PROTECTED] writes:

 On Tue, 2008-07-01 at 18:44 +0200, Goswin von Brederlow wrote:
 James Vega [EMAIL PROTECTED] writes:
 
  On Sat, Jun 28, 2008 at 02:03:05AM -0700, Steve Langasek wrote:
  So if we allow multiple packages to be installed at the same time which
  divert the same file, then I think we have another case for wanting to
  continue supporting an optional diversion target - or at least for not 
  using
  .diverted by default, since we wouldn't want diversions from multiple
  packages to collide.  Maybe .diverted-$package, then?

 (My internet connection has been very flaky since this thread started
 and I have only been able to post intermittently so apologies if this
 appears to be late or out-of-sync with other posts.)

 Just a thought - why use /usr/lib/$ARCH and /usr/include/$ARCH at all
 when it would (IMHO) be simpler to use /usr/$TRIPLET/ and put the entire
 package under that, as we do with dpkg-cross currently:

 /usr/lib/
 /usr/arm-linux-gnu/lib/

 /usr/include/
 /usr/arm-linux-gnu/include/

 multiarch could even add:
 /usr/share/
 /usr/arm-linux-gnu/share

Because it pollutes top level directories, namely / and /usr. Think
how it will look with 12 abis coexisting. People felt that putting the
dirs below /lib/, /usr/lib/ and /usr/include/ would be less invasive.

But algorithmically it is all the same. None of the problems change in
any way by using one or the other.

 This adds only one new directory, it keeps the main contents of the
 package in a single location (making it easier to manage and parse
 things like dpkg -L) and it means less changes for existing packages
 that use these paths already.

 It also means no need for extra diversions at all, no need for Replaces:
 and no headaches when removing the multiarch vs removing the primary
 package etc.

I think you are mixing things up here. The problem where diversions or
replaces where thought about in multiarch is for
/usr/share/doc/package/copyright and changelog. Policy dictates they
exist and where they have to exist and that becomes a problem.

On the other hand the RFC for diversion and alternative handling had
nothing to do with multiarch at all and is a totaly seperate line of
thought.

 BTW I think it is a mistake to want to use /usr/lib/i386/ when it is
 entirely possible that multiarch users will actually need the full
 triplet - think about hurd or kfreebsd as multiarch packages.

Nobody wants to use /usr/lib/i386/. It was always the triplet.

  There are two use cases to consider regarding multiple packages and
  diversions.
 
  1) Multiple packages installing a file that has been diverted.
  Currently, there is only one divert to filename so you'll end up
  losing data once the second diverted file is installed.  This could be
  alleviated by instead basing the divert to filename on the package
  which contains the file being diverted (as you suggest above).
 
  There's still the problem of what to do when the package providing the
  diversion is uninstalled as now you have conflicting packages.
  Actually, you already had conflicting packages that just weren't
  affected yet because of the diversion, which leads to 2).

 If the multiarch package can be installed alongside the primary without
 any conflicts by using /usr/$triplet instead, then the need for the
 diversion and consequent hacks goes away entirely.

Again nothing to do with multiarch. This is about unrelated packages
having conflicting files and one diverting the other(s).

MfG
Goswin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Bug#489836: ITP: maq -- Mapping and Assembly with Quality

2008-07-07 Thread Charles Plessy
Le Tue, Jul 08, 2008 at 01:03:26PM +0800, Paul Wise a écrit :
 On Tue, Jul 8, 2008 at 12:15 PM, Charles Plessy [EMAIL PROTECTED] wrote:
 
   Description : Mapping and Assembly with Quality
 
 Please add genetic to the short description and no need to
 capitalise the words. Also, is with Quality needed, perhaps it needs
 to be with probabilistic quality?

This short description is actually the expansion of the `Maq' acronym. I
usually like to expand acronyms in the short description, but if it is
not appropriate, I will change it.

The sourceforge description is: map and assemble fixed-length
Solexa/SOLiD reads in a fast and accurate way, but it is probably too
technical in the If you can't understand it, you don't need it way.

How about builds assembly by mapping short reads to reference
sequences? (cut from Upsteam's website) The mapping is definitely not
genetic, and if the authors avoided genomic, there is probably a good
reason for.

Have a nice day,

-- 
Charles Plessy
Debian-Med packaging team,
Tsurumi, Kanagawa, Japan


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted libapache2-mod-auth-openid 0.3-1 (source i386)

2008-07-07 Thread NIIBE Yutaka
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2008 12:04:47 +0900
Source: libapache2-mod-auth-openid
Binary: libapache2-mod-auth-openid
Architecture: source i386
Version: 0.3-1
Distribution: unstable
Urgency: low
Maintainer: NIIBE Yutaka [EMAIL PROTECTED]
Changed-By: NIIBE Yutaka [EMAIL PROTECTED]
Description: 
 libapache2-mod-auth-openid - OpenID authentication module for Apache2
Closes: 489082
Changes: 
 libapache2-mod-auth-openid (0.3-1) unstable; urgency=low
 .
   * New upstream release (Closes: #489082).
   * debian/control (Standards-Version): Conform to 3.8.0 (was: 3.7.3).
   (Homepage): Update URL
   (was: http://www.butterfat.net/wiki/Projects/ModAuthOpenID).
   (Build-Depends): Remove libdb4.6++-dev and libpcre++-dev.
   Add libsqlite3-dev, libcurl4-openssl-dev, and libpcre3-dev.
   Specify libopkele-dev version.
   * debian/docs: Updated.
   * debian/rules: Don't set LDFLAGS, as upstream assumes undefined symbols.
Checksums-Sha1: 
 90b3eb0bbeac440cd3ddaf339bffc3b28f8b80a3 1299 
libapache2-mod-auth-openid_0.3-1.dsc
 e65a8a0eedecedb3b6f805b6ef67c74ced653c90 336753 
libapache2-mod-auth-openid_0.3.orig.tar.gz
 71d758c729d618863cb7f675033a2cea1ad53919 5219 
libapache2-mod-auth-openid_0.3-1.diff.gz
 8ccff8846c04ca18bf63e47052c6cecfe62044c3 54562 
libapache2-mod-auth-openid_0.3-1_i386.deb
Checksums-Sha256: 
 5b68624a8b2e97ca6d6671f99fef985c22045b7338ff3f2437c3dfad2aa216b4 1299 
libapache2-mod-auth-openid_0.3-1.dsc
 99476b7984214c0a01d124a654f9f5a2b9c77dab5d5d1f719c448a6f77038295 336753 
libapache2-mod-auth-openid_0.3.orig.tar.gz
 b3c8d4e77dc8f291c0aac3e332c3f4359cd9a6610e4f5169eb346072e3a00f01 5219 
libapache2-mod-auth-openid_0.3-1.diff.gz
 626c81c6ffd29817156588f5d154a4d59cbd25437b559c9722c16ba298d1dd8e 54562 
libapache2-mod-auth-openid_0.3-1_i386.deb
Files: 
 4dd3a17f8f87d40b567f43917e406ca7 1299 web extra 
libapache2-mod-auth-openid_0.3-1.dsc
 6467856c05662eb6f1c24cbf7057a21b 336753 web extra 
libapache2-mod-auth-openid_0.3.orig.tar.gz
 4d86ace4dc7a8f38cfd098c389b0929c 5219 web extra 
libapache2-mod-auth-openid_0.3-1.diff.gz
 f3fb712884d07a0d52e0f52174ca2c73 54562 web extra 
libapache2-mod-auth-openid_0.3-1_i386.deb

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

iEYEARECAAYFAkhxrN8ACgkQBB45r3HV9DrmNwCfUAfzoxiP2bPv0te1d3je0Sym
Fx0An3KV8rSOepxCQ2kgfgeyByFrZ9MV
=egik
-END PGP SIGNATURE-


Accepted:
libapache2-mod-auth-openid_0.3-1.diff.gz
  to 
pool/main/liba/libapache2-mod-auth-openid/libapache2-mod-auth-openid_0.3-1.diff.gz
libapache2-mod-auth-openid_0.3-1.dsc
  to 
pool/main/liba/libapache2-mod-auth-openid/libapache2-mod-auth-openid_0.3-1.dsc
libapache2-mod-auth-openid_0.3-1_i386.deb
  to 
pool/main/liba/libapache2-mod-auth-openid/libapache2-mod-auth-openid_0.3-1_i386.deb
libapache2-mod-auth-openid_0.3.orig.tar.gz
  to 
pool/main/liba/libapache2-mod-auth-openid/libapache2-mod-auth-openid_0.3.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted fvwm-crystal 3.0.5.dfsg-2 (source all)

2008-07-07 Thread Vincent Bernat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2008 08:14:39 +0200
Source: fvwm-crystal
Binary: fvwm-crystal
Architecture: source all
Version: 3.0.5.dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Vincent Bernat [EMAIL PROTECTED]
Changed-By: Vincent Bernat [EMAIL PROTECTED]
Description: 
 fvwm-crystal - Pretty Desktop Environment based on fvwm
Closes: 489598
Changes: 
 fvwm-crystal (3.0.5.dfsg-2) unstable; urgency=low
 .
   * Fix a bashism in mplayer wrapper, thanks to Raphaël Geissert
 (Closes: #489598)
Checksums-Sha1: 
 0798cdd39c911e041e899c459430e65d00e22bd5 1282 fvwm-crystal_3.0.5.dfsg-2.dsc
 1fc2f6c228f7c595bbe71dff29d6634b9df5c5a9 10672 
fvwm-crystal_3.0.5.dfsg-2.diff.gz
 cd07ed637e39e54b0475fce7d30e6b7093d6c1fe 3888202 
fvwm-crystal_3.0.5.dfsg-2_all.deb
Checksums-Sha256: 
 5906467e8181cf7b5ef22b764f2871db34ba8a1dcfb8dbf6c8ce2029d60e1b9c 1282 
fvwm-crystal_3.0.5.dfsg-2.dsc
 0ef4ce5be4f9b1c5b7638aab786fd2fc2b2e79bdde9430e009602762239a60f6 10672 
fvwm-crystal_3.0.5.dfsg-2.diff.gz
 391f80bb7864d08e55a6e8fd1dd1ecc9e65303756f76763c767a38951e952e39 3888202 
fvwm-crystal_3.0.5.dfsg-2_all.deb
Files: 
 fb204979744e6e0176b20de86f2900a3 1282 x11 optional 
fvwm-crystal_3.0.5.dfsg-2.dsc
 4ea95db9159894ab62015841d5de7985 10672 x11 optional 
fvwm-crystal_3.0.5.dfsg-2.diff.gz
 8728d0952e4210c940c6a1a7284e6ad3 3888202 x11 optional 
fvwm-crystal_3.0.5.dfsg-2_all.deb

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

iEYEARECAAYFAkhxtXAACgkQKFvXofIqeU7h0gCfdNzWr7PMzPivasYF5l+U9y91
Dv0AniJF7w9j1JUisC6F5f6CkIfBWZdk
=yWgC
-END PGP SIGNATURE-


Accepted:
fvwm-crystal_3.0.5.dfsg-2.diff.gz
  to pool/main/f/fvwm-crystal/fvwm-crystal_3.0.5.dfsg-2.diff.gz
fvwm-crystal_3.0.5.dfsg-2.dsc
  to pool/main/f/fvwm-crystal/fvwm-crystal_3.0.5.dfsg-2.dsc
fvwm-crystal_3.0.5.dfsg-2_all.deb
  to pool/main/f/fvwm-crystal/fvwm-crystal_3.0.5.dfsg-2_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted lavaps 2.7-4.2 (source i386)

2008-07-07 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2008 08:05:15 +0200
Source: lavaps
Binary: lavaps
Architecture: source i386
Version: 2.7-4.2
Distribution: unstable
Urgency: low
Maintainer: Ashley T. Howes [EMAIL PROTECTED]
Changed-By: Andreas Tille [EMAIL PROTECTED]
Description: 
 lavaps - a lava lamp of currently running processes
Closes: 479977
Changes: 
 lavaps (2.7-4.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * removed the #include asm/page.h from src/linux/proc/ps.h
 (thanks to peter green [EMAIL PROTECTED] for the patch)
 Closes: #479977
Checksums-Sha1: 
 2005d9fbbde95223677caff4348b5698c01f1f95 986 lavaps_2.7-4.2.dsc
 a17c1bf4adbb9f3af656a2f8d406233e9a312e33 9178 lavaps_2.7-4.2.diff.gz
 456398e2ecf1bcbebbc3e71f8d656f0ceff7f857 130004 lavaps_2.7-4.2_i386.deb
Checksums-Sha256: 
 fa17b92413068bbb5a1f77731a6e0fad3df24f2ae0de2bc509379b1881959d2d 986 
lavaps_2.7-4.2.dsc
 451fe3aa603d9a7c7a650eb3ba33fd6720d5136d0adccc8434de4c2643cd62dd 9178 
lavaps_2.7-4.2.diff.gz
 be35cc0aabb2aec42e9a2c6a2afcb96557a0bf4a5d2684037c25f949f0e8a5de 130004 
lavaps_2.7-4.2_i386.deb
Files: 
 4e76a803a354581848e1f041b7eb504d 986 admin optional lavaps_2.7-4.2.dsc
 b0f676c78e4071003493bb4232eac47a 9178 admin optional lavaps_2.7-4.2.diff.gz
 19fb27f8b4e9d13099b24a3220640070 130004 admin optional lavaps_2.7-4.2_i386.deb

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

iD8DBQFIcbRuYDBbMcCf01oRAmKAAJ9ZvbsbofLSYeaYq43PvjXF/mxAhwCeN4V/
aYapS9M6yHBmVWR0iKnOcdY=
=2AE6
-END PGP SIGNATURE-


Accepted:
lavaps_2.7-4.2.diff.gz
  to pool/main/l/lavaps/lavaps_2.7-4.2.diff.gz
lavaps_2.7-4.2.dsc
  to pool/main/l/lavaps/lavaps_2.7-4.2.dsc
lavaps_2.7-4.2_i386.deb
  to pool/main/l/lavaps/lavaps_2.7-4.2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted lmemory 0.6c-2.1 (source i386)

2008-07-07 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2008 09:04:31 +0200
Source: lmemory
Binary: lmemory
Architecture: source i386
Version: 0.6c-2.1
Distribution: unstable
Urgency: low
Maintainer: Ben Armstrong [EMAIL PROTECTED]
Changed-By: Andreas Tille [EMAIL PROTECTED]
Description: 
 lmemory- A children's game based on the memory card game
Closes: 486534
Changes: 
 lmemory (0.6c-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Applied patch provided by dann frazier [EMAIL PROTECTED] to fix
 implicit-pointer-conversion problem (Thanks to Dann for the patch)
 Closes: #486534
Checksums-Sha1: 
 034a69ff330c50a08e35492df23b3be47f51aba5 969 lmemory_0.6c-2.1.dsc
 24f4d20e42d5d100268505b3c31b1ed29fea6a2a 174699 lmemory_0.6c-2.1.diff.gz
 d3a2c087e88d2c6547a262f272da7bd3ba527878 165892 lmemory_0.6c-2.1_i386.deb
Checksums-Sha256: 
 f45cd43714e3169908aa0df5dd207ce98b600c9c7b6c63db879363e2663f 969 
lmemory_0.6c-2.1.dsc
 5fe7338783561fabe319f44d6a36a07bba49baceb0078a63aaa756516b6517c4 174699 
lmemory_0.6c-2.1.diff.gz
 6f151a6f2365b948f5df1ece227649e7be59744056ecf6fe8f0b4626643403bd 165892 
lmemory_0.6c-2.1_i386.deb
Files: 
 8a06c968ae0d83e2070667062594fcc9 969 games optional lmemory_0.6c-2.1.dsc
 0ed03d1e954659925b569f1ecd6a94db 174699 games optional lmemory_0.6c-2.1.diff.gz
 ec46416ba5709f9beae68f5b762de3de 165892 games optional 
lmemory_0.6c-2.1_i386.deb

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

iD8DBQFIccQnYDBbMcCf01oRAnX+AJ9eqj75BA8+tYtLD+8sIExXu2lSEACgtZIh
z0Wzi27aRWJg84CA3NOpbnk=
=UWR0
-END PGP SIGNATURE-


Accepted:
lmemory_0.6c-2.1.diff.gz
  to pool/main/l/lmemory/lmemory_0.6c-2.1.diff.gz
lmemory_0.6c-2.1.dsc
  to pool/main/l/lmemory/lmemory_0.6c-2.1.dsc
lmemory_0.6c-2.1_i386.deb
  to pool/main/l/lmemory/lmemory_0.6c-2.1_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted ttf-wqy-zenhei 0.6.26-2 (source all)

2008-07-07 Thread Zhengpeng Hou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2008 06:35:56 +
Source: ttf-wqy-zenhei
Binary: ttf-wqy-zenhei
Architecture: source all
Version: 0.6.26-2
Distribution: unstable
Urgency: low
Maintainer: Zhengpeng Hou [EMAIL PROTECTED]
Changed-By: Zhengpeng Hou [EMAIL PROTECTED]
Description: 
 ttf-wqy-zenhei - WenQuanYi Zen Hei A Hei-Ti Style (sans-serif) Chinese font
Changes: 
 ttf-wqy-zenhei (0.6.26-2) unstable; urgency=low
 .
   * Disable builtin bitmap font, its really not so
 well.
Checksums-Sha1: 
 2748ba96ccac6d28884e14cfa98e314c31b2135f 1144 ttf-wqy-zenhei_0.6.26-2.dsc
 4b6fc3dfea7ce117df841aadb76c8772f0a80004 4016 ttf-wqy-zenhei_0.6.26-2.diff.gz
 9e86757e8134ff0454b34db1e4ba72d84a80354e 6749774 
ttf-wqy-zenhei_0.6.26-2_all.deb
Checksums-Sha256: 
 cf21195f045009d369b193e76e625e66608b6d208935093788f78a4ecae354a2 1144 
ttf-wqy-zenhei_0.6.26-2.dsc
 af529d52237c7bd490893cdf2d40568bceb263605f563e396a09cd3b30501747 4016 
ttf-wqy-zenhei_0.6.26-2.diff.gz
 a9e05dcef8aa3660d6350ce28faee7304e34fe2c819caa99de5c9d6bb9103180 6749774 
ttf-wqy-zenhei_0.6.26-2_all.deb
Files: 
 d5fea020fb230075043b6ec0980f8c62 1144 x11 optional ttf-wqy-zenhei_0.6.26-2.dsc
 84f98dee60aed23a5a640abcab57126c 4016 x11 optional 
ttf-wqy-zenhei_0.6.26-2.diff.gz
 b6be9b3f49b4d326cdfbe38038b28a41 6749774 x11 optional 
ttf-wqy-zenhei_0.6.26-2_all.deb

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

iEYEARECAAYFAkhxxBIACgkQLa8qZm1n95DSgACghvCq5k47qcThzrzLGqig2F6h
p6oAnjLYilJliXGp4rfAPoTj7QKa5ZQ7
=o5uE
-END PGP SIGNATURE-


Accepted:
ttf-wqy-zenhei_0.6.26-2.diff.gz
  to pool/main/t/ttf-wqy-zenhei/ttf-wqy-zenhei_0.6.26-2.diff.gz
ttf-wqy-zenhei_0.6.26-2.dsc
  to pool/main/t/ttf-wqy-zenhei/ttf-wqy-zenhei_0.6.26-2.dsc
ttf-wqy-zenhei_0.6.26-2_all.deb
  to pool/main/t/ttf-wqy-zenhei/ttf-wqy-zenhei_0.6.26-2_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted subversion 1.5.0dfsg1-4 (source all amd64 i386)

2008-07-07 Thread Peter Samuelson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2008 01:37:38 -0500
Source: subversion
Binary: subversion libsvn1 libsvn-dev libsvn-doc libapache2-svn 
python-subversion subversion-tools libsvn-java libsvn-perl libsvn-ruby1.8 
libsvn-ruby
Architecture: all amd64 i386 source 
Version: 1.5.0dfsg1-4
Distribution: unstable
Urgency: medium
Maintainer: Peter Samuelson [EMAIL PROTECTED]
Changed-By: Peter Samuelson [EMAIL PROTECTED]
Description:
 libapache2-svn - Subversion server modules for Apache
 libsvn-dev - Development files for Subversion libraries
 libsvn-doc - Developer documentation for libsvn
 libsvn-java - Java bindings for Subversion
 libsvn-perl - Perl bindings for Subversion
 libsvn-ruby - Ruby bindings for Subversion (dummy package)
 libsvn-ruby1.8 - Ruby bindings for Subversion
 libsvn1- Shared libraries used by Subversion
 python-subversion - Python bindings for Subversion
 subversion - Advanced version control system
 subversion-tools - Assorted tools related to Subversion
Changes:
 subversion (1.5.0dfsg1-4) unstable; urgency=medium
 .
   * Work around bug where 'make javahl' is not -j-safe.
Checksums-Sha1: 
 0c7215ec971cd044f32b9308a45957aae5de6ab4 144450 
libapache2-svn_1.5.0dfsg1-4_i386.deb
 0cd4974c39895351002ab1d319780637056e47f3 1078598 
libsvn-perl_1.5.0dfsg1-4_amd64.deb
 0e6d9bbec6805f655fcc699ad384f5edf8e95c76 766 libsvn-ruby_1.5.0dfsg1-4_all.deb
 341d51f3fb71ce68f4492298084570b181da989d 179318 
subversion-tools_1.5.0dfsg1-4_all.deb
 348ca05906c597388d6d6f0d1d0c2e1d5d5b23ca 85425 subversion_1.5.0dfsg1-4.diff.gz
 473a81d71fc895c0f5da2da5ddbd38f474ab9b07 1931132 
libsvn-doc_1.5.0dfsg1-4_all.deb
 491a751d984dff1753dbbd0cef3f25b8005a7c2c 559514 
libsvn-ruby1.8_1.5.0dfsg1-4_amd64.deb
 a4b2050fc4b8396413f2964b53df0b3315eed4e0 1845 subversion_1.5.0dfsg1-4.dsc
 8ca122a7a3a540d9230f4e1a84fbbe3b67c4dc46 858486 libsvn1_1.5.0dfsg1-4_amd64.deb
 9630a6504e859be76714ef4928034935249c23a1 280564 
libsvn-java_1.5.0dfsg1-4_i386.deb
 a36f3c5d8c35139600883f4f045e49b2d0a17258 148524 
libapache2-svn_1.5.0dfsg1-4_amd64.deb
 b0eadd6a0556bcb961be8df2913fdcd326136b88 1018170 
python-subversion_1.5.0dfsg1-4_i386.deb
 b1a7b55d5ddc4c1805ba23ccc1c75b2bf398fd3d 1269334 
subversion_1.5.0dfsg1-4_i386.deb
 b95da72a02aa79fd7a31413fa51c104a933fa038 1030772 
libsvn-perl_1.5.0dfsg1-4_i386.deb
 ca7001f1c3b978e663d4f241a7ea1430dd948795 284242 
libsvn-java_1.5.0dfsg1-4_amd64.deb
 cadeead047dfea97d6a1d27ac39f82c382da3c71 1205908 
libsvn-dev_1.5.0dfsg1-4_amd64.deb
 cdc4b38538aa5dfdcf568083878dd691486c8376 1217764 
python-subversion_1.5.0dfsg1-4_amd64.deb
 e0fe615bf8abd549db0338a110536de2e6f78dd6 789998 libsvn1_1.5.0dfsg1-4_i386.deb
 e6ee8c7fb33015de984549573cb63e6ee579 476162 
libsvn-ruby1.8_1.5.0dfsg1-4_i386.deb
 edb8e8589c8e19d51d75111331133437f810146d 1070952 
libsvn-dev_1.5.0dfsg1-4_i386.deb
 ffd67dfba7188bc059f3d73532c7837d6df789c1 1281984 
subversion_1.5.0dfsg1-4_amd64.deb
Checksums-Sha256: 
 07d476ae710b5c7f61639ac1355894f56748ece61e8537c5ff594365c9f99949 1030772 
libsvn-perl_1.5.0dfsg1-4_i386.deb
 253b16f737c08d233e775629b84f88c1899b6114030546b33997bb63606d7a56 1931132 
libsvn-doc_1.5.0dfsg1-4_all.deb
 259232c48348108b63358782c43a289400de8cd13d688def5184461b27d22c75 85425 
subversion_1.5.0dfsg1-4.diff.gz
 35de563b62ad29e7ff40e675c35eca8faa1cf95b7936c9249c06bc182f169a46 148524 
libapache2-svn_1.5.0dfsg1-4_amd64.deb
 37555956cb0e54eaa2992488c368eacc2e856c24ccb0dc3410ff6ab469df1716 1078598 
libsvn-perl_1.5.0dfsg1-4_amd64.deb
 47d4118ce039866f7c82563b7c8ccacbcf8cbd55ac5eb95ce3d1fe7de7e7718f 1281984 
subversion_1.5.0dfsg1-4_amd64.deb
 4ed7ca699b7a9aa3a9b9d410848a51863cda30e484f760369cdbb8db97706a25 1070952 
libsvn-dev_1.5.0dfsg1-4_i386.deb
 65ef36727537ddd13a58b5c22386b87b6624286bb07ae4213f0ca58a3ddd0451 789998 
libsvn1_1.5.0dfsg1-4_i386.deb
 70ea9d7b6df0d5155c636b911cdaad7e7f2a1c125b2c0a1f11561b3ac41fb9c0 559514 
libsvn-ruby1.8_1.5.0dfsg1-4_amd64.deb
 72fbcd9d80811495c8ed7c5170d8dd60c4b9b23c03ecf8a27a5780ea3a606247 1217764 
python-subversion_1.5.0dfsg1-4_amd64.deb
 7ad4c949801fbae407fd40cc72696ea28209f67e7cf42b4fdeb51e19a06e0b50 1018170 
python-subversion_1.5.0dfsg1-4_i386.deb
 83e699a90af570489c44b920c3e9620e18cde7b20bac3436c525e91fef4208ec 284242 
libsvn-java_1.5.0dfsg1-4_amd64.deb
 920449ac78becb9e620f9012fb9a220b6aff54a30a929a788dd736c130a5c517 1269334 
subversion_1.5.0dfsg1-4_i386.deb
 9ea4b1a94f4925906fc683faaa494d45a2c0e36d3189d64f7f02dfa1d2852f7c 144450 
libapache2-svn_1.5.0dfsg1-4_i386.deb
 b3d6bd0fd430e4e512f41483ff113237fc6990dc7b5d60f993e3f523d231e6d7 179318 
subversion-tools_1.5.0dfsg1-4_all.deb
 4426126fbce65c1e0ac083e29b6c50a775cbccdcd02522d323b789fa232843ba 1845 
subversion_1.5.0dfsg1-4.dsc
 d567103b2351e01e572dcb014abfaf394217121a6ef0aee099ef2c837d35627b 858486 
libsvn1_1.5.0dfsg1-4_amd64.deb
 db74081104a8848ff4d6b70668193b50e6204ec79c1000a4f818b405653927da 476162 
libsvn-ruby1.8_1.5.0dfsg1-4_i386.deb
 ea7471fa0c4bd1d702347128be53bf01479081fc192444b2f67d8e332e50bf7b 

Accepted killer 0.90-6 (source all)

2008-07-07 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  7 Jul 2008 10:29:42 +0200
Source: killer
Binary: killer
Architecture: source all
Version: 0.90-6
Distribution: unstable
Urgency: low
Maintainer: Debian Edu Developers [EMAIL PROTECTED]
Changed-By: Petter Reinholdtsen [EMAIL PROTECTED]
Description: 
 killer - Background job killer
Changes: 
 killer (0.90-6) unstable; urgency=low
 .
   * Fix typo in linux-ps-longusernames.dpatch, returning the password
 hash instead of the username.
Files: 
 d9648f1ffdeaa9175ee57f1d91bfca8d 691 misc optional killer_0.90-6.dsc
 d379d5925236faa263e1cd1fbbfc1573 5839 misc optional killer_0.90-6.diff.gz
 0cf3e47f0be7f5a779b655721ab842fa 23928 misc optional killer_0.90-6_all.deb

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

iD8DBQFIcdWY20zMSyow1ykRAhH+AKC4iRCg2UG7zOWqIvQckenUPhf9XQCfY6UV
v1oGXM5YsYg1zLDrQvY5Bjk=
=iCg8
-END PGP SIGNATURE-


Accepted:
killer_0.90-6.diff.gz
  to pool/main/k/killer/killer_0.90-6.diff.gz
killer_0.90-6.dsc
  to pool/main/k/killer/killer_0.90-6.dsc
killer_0.90-6_all.deb
  to pool/main/k/killer/killer_0.90-6_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted frown 0.6.1-9 (source amd64)

2008-07-07 Thread Arjan Oosting
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2008 09:36:42 +0200
Source: frown
Binary: frown frown-doc
Architecture: source amd64
Version: 0.6.1-9
Distribution: unstable
Urgency: low
Maintainer: Arjan Oosting [EMAIL PROTECTED]
Changed-By: Arjan Oosting [EMAIL PROTECTED]
Description: 
 frown  - LALR(k) parser generator for Haskell 98
 frown-doc  - Manual of the frown parser generator for Haskell 98
Changes: 
 frown (0.6.1-9) unstable; urgency=low
 .
   * debian/control:
 - Drop all build dependencies on tetex packages as tetex is removed.
 - Bump Standards-Version to 3.8.0
   * debian/frown-doc.doc-base:
 - Change the section from Programming to Programming/Haskell as
   suggested by the doc-base manual.
   * debian/README.source: Added.
Checksums-Sha1: 
 b95fbf73e8fb8ffe321d7a914cb4bb0217eb3c7e 1285 frown_0.6.1-9.dsc
 24a58b911b7693aa702cbe5619ce250ee0c3c16e 7090 frown_0.6.1-9.diff.gz
 ea74acc9e2731bc2fa172103e51e68fba1d947bf 491486 frown_0.6.1-9_amd64.deb
 690100a4c11d51629875eb53cda299772c28febc 684682 frown-doc_0.6.1-9_amd64.deb
Checksums-Sha256: 
 20e1b012a6796ebc47bf90032efb610ad068422247a80ff6db3064720e44ac0c 1285 
frown_0.6.1-9.dsc
 1772049dcdf9be45a42ea24fc3306c8b060885cb4a811e00a653d97eaf596532 7090 
frown_0.6.1-9.diff.gz
 1576685876d1a910bdd74fc91618e5a6817938c538245f7d49890f8d3160377a 491486 
frown_0.6.1-9_amd64.deb
 cea242ecdedf794c626306f767c554e237e42abb8d462b13e8f502b56e18fce3 684682 
frown-doc_0.6.1-9_amd64.deb
Files: 
 0c99e981984776c35e314b1c4019408e 1285 devel optional frown_0.6.1-9.dsc
 af70d0954066ca7052bbba812c5361a9 7090 devel optional frown_0.6.1-9.diff.gz
 c34e4ec1c77533fdfd8b08d3998b9b97 491486 devel optional frown_0.6.1-9_amd64.deb
 b0cfc55ade77e29d6c2c56879a51f54c 684682 doc optional 
frown-doc_0.6.1-9_amd64.deb

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

iEYEARECAAYFAkhxyQEACgkQUALvsZYuOJAYFgCgoHj2dgdVEjAAyUfS7y1F/tU6
ihwAnjOEvc+HU6iULth9gCCuKPXgDlpq
=cjtf
-END PGP SIGNATURE-


Accepted:
frown-doc_0.6.1-9_amd64.deb
  to pool/main/f/frown/frown-doc_0.6.1-9_amd64.deb
frown_0.6.1-9.diff.gz
  to pool/main/f/frown/frown_0.6.1-9.diff.gz
frown_0.6.1-9.dsc
  to pool/main/f/frown/frown_0.6.1-9.dsc
frown_0.6.1-9_amd64.deb
  to pool/main/f/frown/frown_0.6.1-9_amd64.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted fv 3.0-17 (source amd64)

2008-07-07 Thread Filippo Giunchedi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2008 10:20:09 +0200
Source: fv
Binary: fv
Architecture: source amd64
Version: 3.0-17
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Filippo Giunchedi [EMAIL PROTECTED]
Description: 
 fv - a tool for viewing and editing FITS format files
Closes: 479938
Changes: 
 fv (3.0-17) unstable; urgency=low
 .
   * QA upload.
   * Fix FTBFS, use gcc -dumpversion instead of gcc -v | grep version, thanks
 Luca Bruno. (Closes: #479938)
Checksums-Sha1: 
 ea9ebe0dbd56e5a39b2bd3699a2b274427606705 989 fv_3.0-17.dsc
 3fd11ad7c60aaae9d3aa7d93ec3a2240470bb68d 43385 fv_3.0-17.diff.gz
 7bdb2cb0e0f3b9dad36c6de0f2c345526ffe53f0 1150564 fv_3.0-17_amd64.deb
Checksums-Sha256: 
 71af91a6c603be1ab38c954360b7bedad1041d9d584e2ab79a38ff559451c37d 989 
fv_3.0-17.dsc
 d0e3031a90d5239ae4a4518cb408ed54ad2703afbfadd294facf4d2064a14287 43385 
fv_3.0-17.diff.gz
 bed90cfd8bcf34752923aa9628253c009e34aed793ac1a6182af1b3ea91ac908 1150564 
fv_3.0-17_amd64.deb
Files: 
 2e9e8ffd9089a9cb419c9325858b3c1e 989 science optional fv_3.0-17.dsc
 d6c3e36b113423c4c8fb62ea226a471f 43385 science optional fv_3.0-17.diff.gz
 1faa02bb90ef1c6f0220be59a6202ea3 1150564 science optional fv_3.0-17_amd64.deb

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

iEYEARECAAYFAkhx01sACgkQABzeamt51AEndACgydPWYy8EIgGlg8IuYBI1z3iT
DiQAnRgoy4mfXFy5o/oHZMARypaX51im
=8dr/
-END PGP SIGNATURE-


Accepted:
fv_3.0-17.diff.gz
  to pool/main/f/fv/fv_3.0-17.diff.gz
fv_3.0-17.dsc
  to pool/main/f/fv/fv_3.0-17.dsc
fv_3.0-17_amd64.deb
  to pool/main/f/fv/fv_3.0-17_amd64.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted nut 2.2.2-4 (source i386)

2008-07-07 Thread Arnaud Quette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 22:56:35 +0200
Source: nut
Binary: nut nut-cgi nut-snmp nut-hal-drivers nut-xml libupsclient1 
libupsclient1-dev
Architecture: source i386
Version: 2.2.2-4
Distribution: unstable
Urgency: low
Maintainer: Arnaud Quette [EMAIL PROTECTED]
Changed-By: Arnaud Quette [EMAIL PROTECTED]
Description: 
 libupsclient1 - Client library for the nut - Network UPS Tools
 libupsclient1-dev - Development files for NUT - Network UPS Tools
 nut- The core system of the nut - Network UPS Tools
 nut-cgi- A web interface sub system for the nut - Network UPS Tools
 nut-hal-drivers - HAL interface for NUT - Network UPS Tools
 nut-snmp   - A meta SNMP Driver subsystem for the nut - Network UPS Tools
 nut-xml- MGE XML/HTTP Driver subsystem for the nut - Network UPS Tools
Closes: 486783 489123 489285 489393
Changes: 
 nut (2.2.2-4) unstable; urgency=low
 .
   * debian/rules: fix a Lintian warning
 (debian-rules-calls-debhelper-in-odd-order)
   * debian/po/fi.po: add Finnish debconf template translation (Closes:
 #489123)
   * debian/po/ru.po: add Russian debconf template translation (Closes:
 #489285)
   * debian/po/vi.po: update Vietnamese debconf template translation (Closes:
 #489393)
   * debian/nut.templates: remove nut/change_system_user since it is not used
 anymore (Closes: #486783)
Checksums-Sha1: 
 f98fa84d17963406d750a4e1fcc3147c52c2ceb4 1396 nut_2.2.2-4.dsc
 893cbd6410af2045cdbed3add46d532b611624f1 37338 nut_2.2.2-4.diff.gz
 3e28b9dfb7a78cd2b35e310268769a556a9a884c 1126474 nut_2.2.2-4_i386.deb
 cbfb5e571e3683269d631534291b8849d02bd270 69518 nut-cgi_2.2.2-4_i386.deb
 27ebed34c6edb3a608f3efd8de85e039ef901d40 49936 nut-snmp_2.2.2-4_i386.deb
 55bc644c23e85725a2bc51b83f7f82937dea10f7 122488 
nut-hal-drivers_2.2.2-4_i386.deb
 946933868c8e442d85acb41251c7167927973855 48152 nut-xml_2.2.2-4_i386.deb
 e5c2fe5db323b313f5326f6c4097b8d980f49711 34070 libupsclient1_2.2.2-4_i386.deb
 eb5a54a85cdcd5540a8484a68523669f878cb15f 47334 
libupsclient1-dev_2.2.2-4_i386.deb
Checksums-Sha256: 
 b707414c38997781e45d3e9cd70ba3d5f94f8aac94fde88d60638457b578587d 1396 
nut_2.2.2-4.dsc
 ff5c038d434507bdc82f0e222a1d35aa809bbc30d4d2d5518c8e231fe2ed8754 37338 
nut_2.2.2-4.diff.gz
 f540ede60db1707c8ba4928803df7b62377004870e6aae213f56a9ab0ced6ce3 1126474 
nut_2.2.2-4_i386.deb
 bf42fab10d4fc0f3da0301719f534bbcaf7b3e955f38d5d02800c8609f7e5a82 69518 
nut-cgi_2.2.2-4_i386.deb
 8ec95768e766fa9596ad7313cb49a42c2eba5f46f0ddc01e0a2271ea7bb284bf 49936 
nut-snmp_2.2.2-4_i386.deb
 8ac1324cc5b7a2032b44917fcf0d2b827a88799809610f72ab33ef6ad9de0afa 122488 
nut-hal-drivers_2.2.2-4_i386.deb
 10ca08f38cde61705180f72c161b3e4570d71fd2fbe610e354779ef6593f6a55 48152 
nut-xml_2.2.2-4_i386.deb
 fd37cd2df813996bab257c30b2e7cf32c353b41510b1e69bd1086f2c497e9bab 34070 
libupsclient1_2.2.2-4_i386.deb
 a904195e4c43899c33ffb4779df30fd9818770ada2214ee601ebf1d5b18afc76 47334 
libupsclient1-dev_2.2.2-4_i386.deb
Files: 
 21af55220cdbedb6e86d6000c91fff34 1396 admin optional nut_2.2.2-4.dsc
 5272f6cab93e99bd6a793f1a065d65a8 37338 admin optional nut_2.2.2-4.diff.gz
 09ddaed3462e07153087af8a93628ae2 1126474 admin optional nut_2.2.2-4_i386.deb
 9f93ab44a00b3146b3adeadb75b7de95 69518 admin optional nut-cgi_2.2.2-4_i386.deb
 9c39fd72391637fa635a1403c51f2d6f 49936 admin optional nut-snmp_2.2.2-4_i386.deb
 4d1548f6f5355b5685f50704d2e8c56a 122488 admin optional 
nut-hal-drivers_2.2.2-4_i386.deb
 dfd66c60c536f151f909f91c716ccbe5 48152 admin optional nut-xml_2.2.2-4_i386.deb
 e371dad92ba76c72bdefa0d0359914fe 34070 admin optional 
libupsclient1_2.2.2-4_i386.deb
 06eeb45aeb1db4db09b8122c93329a77 47334 libdevel optional 
libupsclient1-dev_2.2.2-4_i386.deb

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

iD8DBQFIcQqm22QUyiBN3xsRAqQRAKCr8maldwb1cHEoAmwGNWVcyYWwwwCbB4Sm
NO2rNBk/9J/EQTftE3EXozs=
=NNPB
-END PGP SIGNATURE-


Accepted:
libupsclient1-dev_2.2.2-4_i386.deb
  to pool/main/n/nut/libupsclient1-dev_2.2.2-4_i386.deb
libupsclient1_2.2.2-4_i386.deb
  to pool/main/n/nut/libupsclient1_2.2.2-4_i386.deb
nut-cgi_2.2.2-4_i386.deb
  to pool/main/n/nut/nut-cgi_2.2.2-4_i386.deb
nut-hal-drivers_2.2.2-4_i386.deb
  to pool/main/n/nut/nut-hal-drivers_2.2.2-4_i386.deb
nut-snmp_2.2.2-4_i386.deb
  to pool/main/n/nut/nut-snmp_2.2.2-4_i386.deb
nut-xml_2.2.2-4_i386.deb
  to pool/main/n/nut/nut-xml_2.2.2-4_i386.deb
nut_2.2.2-4.diff.gz
  to pool/main/n/nut/nut_2.2.2-4.diff.gz
nut_2.2.2-4.dsc
  to pool/main/n/nut/nut_2.2.2-4.dsc
nut_2.2.2-4_i386.deb
  to pool/main/n/nut/nut_2.2.2-4_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted cipux-common 3.4~svn2383-1 (source all)

2008-07-07 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2008 09:42:50 +0200
Source: cipux-common
Binary: libcipux-common-perl
Architecture: source all
Version: 3.4~svn2383-1
Distribution: experimental
Urgency: low
Maintainer: CipUX team [EMAIL PROTECTED]
Changed-By: Jonas Smedegaard [EMAIL PROTECTED]
Description: 
 libcipux-common-perl - user and resource management framework CipUX - common 
files
Changes: 
 cipux-common (3.4~svn2383-1) experimental; urgency=low
 .
   * New upstream Subversion snapshot.
Checksums-Sha1: 
 2215959b3967efb658a3c8cc9407d953e581ad66 1827 cipux-common_3.4~svn2383-1.dsc
 bb6b478503bc0ee27ae7cdaaa4d62a163e7459ee 24231 
cipux-common_3.4~svn2383.orig.tar.gz
 b0dcaf885d1ca7f5e88226c242e8488b8c302b3b 7987 
cipux-common_3.4~svn2383-1.diff.gz
 293c016e0206bc041e37b2721f0ff80ac20c28df 33438 
libcipux-common-perl_3.4~svn2383-1_all.deb
Checksums-Sha256: 
 e61c4c3e80936447600b851142a4b8d43ad62067a2e93cf388e1c35d551ca1ca 1827 
cipux-common_3.4~svn2383-1.dsc
 e7a1368a785648161cd528d7c2f6ed5fed7260ec111867845c1fc3f8487a98fc 24231 
cipux-common_3.4~svn2383.orig.tar.gz
 fc804cb7925548785c5c228463671a6bc369cfc8099934d95018d47d02f01697 7987 
cipux-common_3.4~svn2383-1.diff.gz
 fca667a0f9d5626a920c37e60fa7eb6f25974162c5c23bd75e5f8ee2291e64e8 33438 
libcipux-common-perl_3.4~svn2383-1_all.deb
Files: 
 5afa5c1822d8a7628f117d77f66c081f 1827 perl optional 
cipux-common_3.4~svn2383-1.dsc
 68b2ad7e053782a1845037609f15fe43 24231 perl optional 
cipux-common_3.4~svn2383.orig.tar.gz
 2f323c1081926acf2602c2bd8650a598 7987 perl optional 
cipux-common_3.4~svn2383-1.diff.gz
 bf2eacb46ac50222a3f421411c31ec67 33438 perl optional 
libcipux-common-perl_3.4~svn2383-1_all.deb

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

iEYEARECAAYFAkhx0awACgkQn7DbMsAkQLgZyACfWAfq1izrE55xZpQi7JBJ40Ew
DKgAmwebUgxJvlIZ1LJDgU9sRXhia9tt
=7NvO
-END PGP SIGNATURE-


Accepted:
cipux-common_3.4~svn2383-1.diff.gz
  to pool/main/c/cipux-common/cipux-common_3.4~svn2383-1.diff.gz
cipux-common_3.4~svn2383-1.dsc
  to pool/main/c/cipux-common/cipux-common_3.4~svn2383-1.dsc
cipux-common_3.4~svn2383.orig.tar.gz
  to pool/main/c/cipux-common/cipux-common_3.4~svn2383.orig.tar.gz
libcipux-common-perl_3.4~svn2383-1_all.deb
  to pool/main/c/cipux-common/libcipux-common-perl_3.4~svn2383-1_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted golly 1.4-1 (source i386)

2008-07-07 Thread NIIBE Yutaka
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2008 15:28:52 +0900
Source: golly
Binary: golly
Architecture: source i386
Version: 1.4-1
Distribution: unstable
Urgency: low
Maintainer: NIIBE Yutaka [EMAIL PROTECTED]
Changed-By: NIIBE Yutaka [EMAIL PROTECTED]
Description: 
 golly  - Game of Life simulator using hashlife algorithm
Closes: 488188
Changes: 
 golly (1.4-1) unstable; urgency=low
 .
   * Fixed user preference file directory and clipfile directory, by using
   Newer wxwidget 2.8 (Closes: #488188).  Thanks to Jakob Lell for the bug
   report.
   * Revert changes of wxfile.cpp and wxprefs.cpp for wxwidget 2.6.
   * New upstream release (Changes of hlifealgo.cpp and qlifealgo.cpp
   are now in upstream).
   * platform.h: Added #include limits.h.
   * debian/control (Standards-Version): Conform to 3.8.0 (was: 3.7.3).
   (Build-Depends): Use libwxgtk2.8-dev (was: libwxgtk2.6-dev).
   Use libstdc++6-4.3-dev (was: libstdc++6-4.2-dev).
Checksums-Sha1: 
 65c21be99360b04285c7fb191257a3d6f9ee0ca7 1042 golly_1.4-1.dsc
 7f1046c5b98f232c85081ca8f1adf7ef279771d5 133 golly_1.4.orig.tar.gz
 95287939c997a5e0ec79ef910fff5998a3c75c4f 11085 golly_1.4-1.diff.gz
 935d26dedbb8d5f6cc066c6a832405abc4f865e4 1490162 golly_1.4-1_i386.deb
Checksums-Sha256: 
 a687288d1e91a4109663d214a60436f460419af9580dca1c404bfa6c6909 1042 
golly_1.4-1.dsc
 db7109d09d4ad46c882949fbbf9a94dc3dc99d538cf18ffd2e3638bf06a5dafc 133 
golly_1.4.orig.tar.gz
 00f8151c7b25a5ed5eeb0c9444230e3b7c910121066e2cf701172490293d00bf 11085 
golly_1.4-1.diff.gz
 098688100bc5fec318612643d36d2de1d8062a97383bc441db81cc68938d1504 1490162 
golly_1.4-1_i386.deb
Files: 
 d06c48ff154b0550b4408f83423992e3 1042 games optional golly_1.4-1.dsc
 e060a41f9a838295b04f5f6d302cbed2 133 games optional golly_1.4.orig.tar.gz
 58d0151877d9661ea42848a27693e0ef 11085 games optional golly_1.4-1.diff.gz
 0ef7c982ee840dbfc20c44c42b9f80bf 1490162 games optional golly_1.4-1_i386.deb

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

iEYEARECAAYFAkhxyioACgkQBB45r3HV9DoTmACeJNlyZrihZsqBju6TA01h12pV
F8UAn0ZpJPiWW0c9glE+ETfIJoeyCAsr
=34hZ
-END PGP SIGNATURE-


Accepted:
golly_1.4-1.diff.gz
  to pool/main/g/golly/golly_1.4-1.diff.gz
golly_1.4-1.dsc
  to pool/main/g/golly/golly_1.4-1.dsc
golly_1.4-1_i386.deb
  to pool/main/g/golly/golly_1.4-1_i386.deb
golly_1.4.orig.tar.gz
  to pool/main/g/golly/golly_1.4.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted festival-it 2.0+debian0-1 (source all)

2008-07-07 Thread Giuseppe Iuculano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2008 10:17:43 +0200
Source: festival-it
Binary: festlex-ifd festvox-itapc16k festvox-italp16k
Architecture: source all
Version: 2.0+debian0-1
Distribution: unstable
Urgency: low
Maintainer: Giuseppe Iuculano [EMAIL PROTECTED]
Changed-By: Giuseppe Iuculano [EMAIL PROTECTED]
Description: 
 festlex-ifd - Italian support for Festival
 festvox-italp16k - Italian female speaker for Festival
 festvox-itapc16k - Italian male speaker for Festival
Closes: 449143
Changes: 
 festival-it (2.0+debian0-1) unstable; urgency=low
 .
   * New upstream release, redone debian packaging from scratch
 (Closes: #449143)
   * debian/rules: Switch to debhelper, removed cdbs from Build-Depends
   * debian/copyright: Removed Mbrola exception, now it is released under GPL
 (Not yet packaged in Debian)
   * Removed languages.scm.patch from festlex-ifd.docs, now it is included in
 festival package
   * Increase debhelper level to 5
   * debian/README.debian: Removed workaround for bug #335845 section
   * Added README.source
   * Updated to standards version 3.8.0
   * Move debhelper from Build-Depends-Indep to Build-Depends
   * Set me as maintainer
   * Switch to dpatch, removed patchutils from Build-Depends, and merging
 libdir_to_datadir.patch (report_encoding.patch removed, this is in
 upstream)
Checksums-Sha1: 
 112b4289756b9f78a0e6bef057e025e0a25e3e54 1064 festival-it_2.0+debian0-1.dsc
 cc8ee06a3ce9411786d9de4f95623d75ff4268b8 12358671 
festival-it_2.0+debian0.orig.tar.gz
 64ad7b8d1b11769958979784247c3388a150136c 4045 festival-it_2.0+debian0-1.diff.gz
 a93d8730157afa8f84086ece960b190c094e0398 3368550 
festlex-ifd_2.0+debian0-1_all.deb
 698700e09be0520a2ba979d1db399fb5350eb461 4167536 
festvox-itapc16k_2.0+debian0-1_all.deb
 8eb6fa80cf546998d7dc90a612a3f34f04427f00 4830698 
festvox-italp16k_2.0+debian0-1_all.deb
Checksums-Sha256: 
 d399ac8ff8b1a7c0becff8b3ac45634c09700e402134de44f3d647de54c218ac 1064 
festival-it_2.0+debian0-1.dsc
 d28842723ea8ea1438369b49042f7bfb84ea748588e0ad1987a95d922f11 12358671 
festival-it_2.0+debian0.orig.tar.gz
 658391fea4767bff5451e4e23bdd5f422c689ae40dcc92861dcde8ceb0c46001 4045 
festival-it_2.0+debian0-1.diff.gz
 ededd4358795759e73b6a1762e9f728d6bf438939150e87acb0ceaea610cc5c5 3368550 
festlex-ifd_2.0+debian0-1_all.deb
 a25dcc6e86817e81d565178c947a45ed3592681b19f6acd2e4a8010a2d6bc57b 4167536 
festvox-itapc16k_2.0+debian0-1_all.deb
 ea16fdaf20be78daa70af256c5ef8e3c6703eacbb173a4971e6b945045a5a542 4830698 
festvox-italp16k_2.0+debian0-1_all.deb
Files: 
 ce86677b227ee3c06b68fde549bf6135 1064 sound optional 
festival-it_2.0+debian0-1.dsc
 7dbc5eade0eb257f133fe532e0cfedda 12358671 sound optional 
festival-it_2.0+debian0.orig.tar.gz
 4c7621e88e10bd661ed30f8fc61fd782 4045 sound optional 
festival-it_2.0+debian0-1.diff.gz
 911971b0bd81a267e0409e888296e050 3368550 sound optional 
festlex-ifd_2.0+debian0-1_all.deb
 24637591d76241e95256060f530686b9 4167536 sound optional 
festvox-itapc16k_2.0+debian0-1_all.deb
 d9f2c1dbb03da1271f1117af77d9f3a6 4830698 sound optional 
festvox-italp16k_2.0+debian0-1_all.deb

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

iD8DBQFIcdgc9LSwzHl+v6sRAoVyAJ9YfHhE/HVrCSnOIgQbwH0a7Na1RACdHm0v
LP4pU63HKa9qyqOUzwYQIm4=
=A6Y6
-END PGP SIGNATURE-


Accepted:
festival-it_2.0+debian0-1.diff.gz
  to pool/main/f/festival-it/festival-it_2.0+debian0-1.diff.gz
festival-it_2.0+debian0-1.dsc
  to pool/main/f/festival-it/festival-it_2.0+debian0-1.dsc
festival-it_2.0+debian0.orig.tar.gz
  to pool/main/f/festival-it/festival-it_2.0+debian0.orig.tar.gz
festlex-ifd_2.0+debian0-1_all.deb
  to pool/main/f/festival-it/festlex-ifd_2.0+debian0-1_all.deb
festvox-italp16k_2.0+debian0-1_all.deb
  to pool/main/f/festival-it/festvox-italp16k_2.0+debian0-1_all.deb
festvox-itapc16k_2.0+debian0-1_all.deb
  to pool/main/f/festival-it/festvox-itapc16k_2.0+debian0-1_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted firmware-nonfree 0.12 (source all)

2008-07-07 Thread Bastian Blank
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2008 11:19:42 +0200
Source: firmware-nonfree
Binary: firmware-bnx2 firmware-iwlwifi firmware-qlogic firmware-ralink
Architecture: source all
Version: 0.12
Distribution: unstable
Urgency: low
Maintainer: Debian Kernel Team [EMAIL PROTECTED]
Changed-By: Bastian Blank [EMAIL PROTECTED]
Description: 
 firmware-bnx2 - Binary firmware for Broadcom NetXtremeII
 firmware-iwlwifi - Binary firmware for Intel Wireless 3945 and 4965
 firmware-qlogic - Binary firmware for QLogic QLA2XXX
 firmware-ralink - Binary firmware for Ralink RT2561, RT2571, RT2661 and RT2671 
wire
Closes: 489684
Changes: 
 firmware-nonfree (0.12) unstable; urgency=low
 .
   * Remove Intel Wireless 3945 (old style) firmware.
   * Update Intel Wireless 4965 firmware, version 228.57.1.21.
 (closes: #489684)
   * Add Intel Wireless 4965 firmware, version 228.57.2.21.
Checksums-Sha1: 
 339c5d0d80b2d7b1b2a627de097a193fb72d4ee1 1086 firmware-nonfree_0.12.dsc
 0a3e6ef78067513d33605a389fbe0bec4d3ad15c 756720 firmware-nonfree_0.12.tar.gz
 7a1b23143fe1140cb637a4dd9c362bb9e8fc4967 104558 firmware-bnx2_0.12_all.deb
 af45a77f2b52fdc33e03c0a07dddb5b800369481 222676 firmware-iwlwifi_0.12_all.deb
 aa5b6f59d54954144776b4ab194e783e7e6e9453 415702 firmware-qlogic_0.12_all.deb
 f788a1b3e8932d4154ecb62511b6f0787e6b816a 11506 firmware-ralink_0.12_all.deb
Checksums-Sha256: 
 4dbd0c22f8e291d979556dcd7c04656d6ac2425fcb63d0a80ec0d24de843853b 1086 
firmware-nonfree_0.12.dsc
 39a6627327ce221dc89988fd7d97a33231b837d7e563e02421ff8cd053e625d7 756720 
firmware-nonfree_0.12.tar.gz
 cc74330f0c4f04415b014e96b75c4addafccff810e644cd3bff13c030cef5e46 104558 
firmware-bnx2_0.12_all.deb
 1ecb2618c4aa4a6dcc11151e187729df96949764373360cd5cafc47015df3c4a 222676 
firmware-iwlwifi_0.12_all.deb
 242643236294e164580a09889f9e1d2d0152d166864a30bc2fd29432d4b6ff7b 415702 
firmware-qlogic_0.12_all.deb
 1d213b96d996c89677556d7b99be8321a506153a364dafa15ee5a61d482a8686 11506 
firmware-ralink_0.12_all.deb
Files: 
 53f02f6ca1388630c997ed9f02f05ba1 1086 non-free/admin optional 
firmware-nonfree_0.12.dsc
 1214ac44c0ebf09558e5fbc4aaa0b231 756720 non-free/admin optional 
firmware-nonfree_0.12.tar.gz
 ea5d966967667b1aeca8bbee0ed011af 104558 non-free/admin optional 
firmware-bnx2_0.12_all.deb
 4fc0c5450065c86932f6552a0bef5162 222676 non-free/admin optional 
firmware-iwlwifi_0.12_all.deb
 1a59d854c2a687e740cb72c5b86d7afe 415702 non-free/admin optional 
firmware-qlogic_0.12_all.deb
 49741c15137b90454c30faa8eaab526e 11506 non-free/admin optional 
firmware-ralink_0.12_all.deb

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

iEYEARECAAYFAkhx4DgACgkQxWtQqFixGB67wwCfZerJDrz1qZZsXsJgt7+9BeX8
Z44An1TEj+aMoRBv0VNf75kWRNJ/Os1R
=j5ac
-END PGP SIGNATURE-


Accepted:
firmware-bnx2_0.12_all.deb
  to pool/non-free/f/firmware-nonfree/firmware-bnx2_0.12_all.deb
firmware-iwlwifi_0.12_all.deb
  to pool/non-free/f/firmware-nonfree/firmware-iwlwifi_0.12_all.deb
firmware-nonfree_0.12.dsc
  to pool/non-free/f/firmware-nonfree/firmware-nonfree_0.12.dsc
firmware-nonfree_0.12.tar.gz
  to pool/non-free/f/firmware-nonfree/firmware-nonfree_0.12.tar.gz
firmware-qlogic_0.12_all.deb
  to pool/non-free/f/firmware-nonfree/firmware-qlogic_0.12_all.deb
firmware-ralink_0.12_all.deb
  to pool/non-free/f/firmware-nonfree/firmware-ralink_0.12_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted pysycache 3.1-2 (source all)

2008-07-07 Thread José L. Redrejo Rodríguez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2008 10:44:08 +0200
Source: pysycache
Binary: pysycache pysycache-buttons-beerabbit pysycache-buttons-crapaud 
pysycache-buttons-ice pysycache-buttons-wolf pysycache-click-dinosaurs 
pysycache-click-sea pysycache-dblclick-appleandpear 
pysycache-dblclick-butterfly pysycache-i18n pysycache-images 
pysycache-move-animals pysycache-move-food pysycache-move-plants 
pysycache-move-sky pysycache-move-sports pysycache-puzzle-cartoons 
pysycache-puzzle-photos pysycache-sounds
Architecture: source all
Version: 3.1-2
Distribution: unstable
Urgency: low
Maintainer: José L. Redrejo Rodríguez [EMAIL PROTECTED]
Changed-By: José L. Redrejo Rodríguez [EMAIL PROTECTED]
Description: 
 pysycache  - Educational game to teach children to use the mouse
 pysycache-buttons-beerabbit - Bee-rabbit images for buttons activities for 
PySyCache
 pysycache-buttons-crapaud - Crapaud images for buttons activities for PySyCache
 pysycache-buttons-ice - Ice images for buttons activities for PySyCache
 pysycache-buttons-wolf - Wolf images for buttons activities for PySyCache
 pysycache-click-dinosaurs - Dinosaurs images for click activities for PySyCache
 pysycache-click-sea - Sea images for click activities for PySyCache
 pysycache-dblclick-appleandpear - Apple and pear images for double click 
activities for PySyCache
 pysycache-dblclick-butterfly - Butterfly images for double click activities 
for PySyCache
 pysycache-i18n - Translations for PySyCache
 pysycache-images - Images for PySyCache
 pysycache-move-animals - Animals images for mouse move activities for PySyCache
 pysycache-move-food - Food images for mouse move activities for PySyCache
 pysycache-move-plants - Plants images for mouse move activities for PySyCache
 pysycache-move-sky - Sky images for mouse move activities for PySyCache
 pysycache-move-sports - Sports images for mouse move activities for PySyCache
 pysycache-puzzle-cartoons - Cartoons images for puzzle activities for PySyCache
 pysycache-puzzle-photos - Photos for puzzle activities for PySyCache
 pysycache-sounds - A collection of sounds to be used with PySyCache
Closes: 461285
Changes: 
 pysycache (3.1-2) unstable; urgency=low
 .
   * Replaced ttf-bitstream dependency by ttf-dejavu (Closes: #461285)
 - modified debian/control
 - modified debian/pysycache.links
   * Bump Standards-Version to 3.8.0, no changes needed.
   * Fixed .desktop files
Checksums-Sha1: 
 f33904cdcc42af3560d1c1879d560e5f32c13fb9 1474 pysycache_3.1-2.dsc
 78e74d1303aae8459c7e4a814f7950f41c01571e 9153 pysycache_3.1-2.diff.gz
 948dda7887647a44a8f6829ef295d7a359efb85a 3294002 pysycache_3.1-2_all.deb
 7664b66b7aa68df00e7c8335beee15b4262b8e2b 982272 
pysycache-buttons-beerabbit_3.1-2_all.deb
 298ec9356abfd032b82386d8512c420a7968c967 505582 
pysycache-buttons-crapaud_3.1-2_all.deb
 06015fe98c784bb5499c33deb3b1e0cf553b73c0 293464 
pysycache-buttons-ice_3.1-2_all.deb
 2817f4d3f94970b22fdc2320448a89b7e3d9cc45 511370 
pysycache-buttons-wolf_3.1-2_all.deb
 5cead7a245cf4b603b320556bbdd177315b120f6 1534670 
pysycache-click-dinosaurs_3.1-2_all.deb
 a02cb92b647f03d7edee24d6f14c5510364ad21c 1966468 
pysycache-click-sea_3.1-2_all.deb
 78832696d0c973a1ca878ff0cc9ee201a4c64b77 532892 
pysycache-dblclick-appleandpear_3.1-2_all.deb
 8cb2c63c6e54040bb1bce6e258b4957967c06035 401064 
pysycache-dblclick-butterfly_3.1-2_all.deb
 d2e0e1f9808ab3a198bbf0bc4a76cd575e28cfe8 964098 pysycache-i18n_3.1-2_all.deb
 8aa4b7f1c0096cea61a3f31ed9a4da26492a3095 2447892 pysycache-images_3.1-2_all.deb
 fc532be820eb7e1aa784780d25b8c5a5e6ac5d87 1560694 
pysycache-move-animals_3.1-2_all.deb
 65438d915f2ffde75ea20f4602d78a4267783a8a 1258050 
pysycache-move-food_3.1-2_all.deb
 b6bc220fb45f8c6dcc4efc5e1ed449238f626a31 739100 
pysycache-move-plants_3.1-2_all.deb
 b4fff118dcb8938d4728301fa7f62f1e1527332a 1735808 
pysycache-move-sky_3.1-2_all.deb
 00ed7c9b850df536b010bfae50327cc94fe62487 611022 
pysycache-move-sports_3.1-2_all.deb
 3f998c4ee57443a0a00e2eae42ba2cfc4770bc41 10588666 
pysycache-puzzle-cartoons_3.1-2_all.deb
 4d51e42dcf16a75e8c08e89e32d772a79d5d0dc4 13072192 
pysycache-puzzle-photos_3.1-2_all.deb
 354ca6c087174134865220acd45de6c0c55dd257 741404 pysycache-sounds_3.1-2_all.deb
Checksums-Sha256: 
 9e645d40319fcd73bcc8e6197c8bf8f83864a91f2be05ade1def4a4990b72495 1474 
pysycache_3.1-2.dsc
 179d014dfb3ff3309e45a3545f86c9ebab02c9fec869710d70fd90e69e39af2c 9153 
pysycache_3.1-2.diff.gz
 40ed56ea483b9a8263742c39eb2df7b30d567455e1b4d3054d1a6b79acbf526b 3294002 
pysycache_3.1-2_all.deb
 5184939171d10f3413746f13ee5a007d0f9b6c0e32d441c7e829e6cb592f8282 982272 
pysycache-buttons-beerabbit_3.1-2_all.deb
 a4c734c57e183b978bee7776545352e9bdae7f5b0c043c0f91704b24348caf03 505582 
pysycache-buttons-crapaud_3.1-2_all.deb
 5e343a292dbde16558ee325f9ebf32c229b05b160e6cd0597814644c265f04d1 293464 
pysycache-buttons-ice_3.1-2_all.deb
 8519f3a0828753e1f7077bd418335c6cb15e5e2860786b646c82d8a82127bf69 511370 

Accepted fatsort 0.9.8.2-1 (source i386)

2008-07-07 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2008 11:58:05 +0200
Source: fatsort
Binary: fatsort
Architecture: source i386
Version: 0.9.8.2-1
Distribution: unstable
Urgency: low
Maintainer: Sebastian Dröge [EMAIL PROTECTED]
Changed-By: Sebastian Dröge [EMAIL PROTECTED]
Description: 
 fatsort- utility for sorting FAT directory structures
Closes: 449870
Changes: 
 fatsort (0.9.8.2-1) unstable; urgency=low
 .
   * New upstream release:
 + debian/rules:
   - Adjust to build system changes.
   * debian/control:
 + Update Standards-Version to 3.8.0, no additional changes needed.
 + Move homepage to the Homepage field.
   * debian/watch:
 + Remove watch file until a way that works with berlios
   is found (Closes: #449870).
Checksums-Sha1: 
 d55687081895eafe67840c199de524a10f5999c1 1054 fatsort_0.9.8.2-1.dsc
 2c933093dcc2df8fe74dd5a3076d5fd7fc6c 24049 fatsort_0.9.8.2.orig.tar.gz
 5ebbbcf79252b76eb4d801815edd2279b93afd14 3359 fatsort_0.9.8.2-1.diff.gz
 7bf5ebd206a2472ac6f01639b960547b4919469e 16470 fatsort_0.9.8.2-1_i386.deb
Checksums-Sha256: 
 84b89c0912152bab4161b9342809206a8531f65872330443796d18ee62ead5b4 1054 
fatsort_0.9.8.2-1.dsc
 505768296503a1ae6d61748cbe3749bec6b20db609bf6a3cba7257247b5ad52f 24049 
fatsort_0.9.8.2.orig.tar.gz
 da7b81e394d13dfb19db6f0929c18df00cfd2d8102d1aed29178469dfcfec675 3359 
fatsort_0.9.8.2-1.diff.gz
 71b3ec508865876e497df33c83442fa3b3100c68274e48a91fe1f290e855ec2f 16470 
fatsort_0.9.8.2-1_i386.deb
Files: 
 0458317abd45c145eb675fd411ccde41 1054 utils extra fatsort_0.9.8.2-1.dsc
 3ff54fd3e262f2d4834d33129b8885aa 24049 utils extra fatsort_0.9.8.2.orig.tar.gz
 4ca91ee8ee722512b4940c8cd0c9a74b 3359 utils extra fatsort_0.9.8.2-1.diff.gz
 4e330906f5b33f8e5bda9cc7a133f09c 16470 utils extra fatsort_0.9.8.2-1_i386.deb

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

iEYEARECAAYFAkhx7QMACgkQBsBdh1vkHyHmDACggFgPKL3PALXVsl/fYSKHqcdi
k3QAn3btfYuDNvp9pvwn1OW3lzlIK/zC
=aVyn
-END PGP SIGNATURE-


Accepted:
fatsort_0.9.8.2-1.diff.gz
  to pool/main/f/fatsort/fatsort_0.9.8.2-1.diff.gz
fatsort_0.9.8.2-1.dsc
  to pool/main/f/fatsort/fatsort_0.9.8.2-1.dsc
fatsort_0.9.8.2-1_i386.deb
  to pool/main/f/fatsort/fatsort_0.9.8.2-1_i386.deb
fatsort_0.9.8.2.orig.tar.gz
  to pool/main/f/fatsort/fatsort_0.9.8.2.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted ffmpeg-php 0.5.3.1-1 (source amd64)

2008-07-07 Thread Raphael Geissert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 30 Jun 2008 18:25:05 -0500
Source: ffmpeg-php
Binary: php5-ffmpeg
Architecture: source amd64
Version: 0.5.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian PHP Maintainers [EMAIL PROTECTED]
Changed-By: Raphael Geissert [EMAIL PROTECTED]
Description: 
 php5-ffmpeg - ffmpeg support for php5
Changes: 
 ffmpeg-php (0.5.3.1-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control:
 + Added Homepage and Vcs-* fields
 + Bumped Standards-Version: 3.8.0, no changes needed
 + Added XS-DM-Upload-Allowed: yes
   * debian/patches/:
 + 01gd.patch: dropped, included by upstream
 + allow_persistent_on_persistentMovie.phpt.patch: fixes a test
   * Run test suite at build time
 + Depend on php5-cli and php5-gd, and conflict php5-ffmpeg
   * debian/copyright: Added more credits
   * debian/rules: removed some useless stuff
   * debian/ffmpeg.ini: added some new options as comments
Checksums-Sha1: 
 6776813e1cd966fe68c06ea066ed99573bf9f08c 1682 ffmpeg-php_0.5.3.1-1.dsc
 e4c6adbe755ddf4416a0802201020805fd9f2912 297114 ffmpeg-php_0.5.3.1.orig.tar.gz
 2c986936eaef406df9a4b9fe9eebdb5d2372b687 3371 ffmpeg-php_0.5.3.1-1.diff.gz
 5b24e4c6b283b2181c6f19a989c912afb070eb51 25376 php5-ffmpeg_0.5.3.1-1_amd64.deb
Checksums-Sha256: 
 2ff79a15e847d0ed4c8a6534d0246ff337c70f5a41a064c7c6e93bc067d52757 1682 
ffmpeg-php_0.5.3.1-1.dsc
 66755fb76624b9661fca01ef4699b8cf37ad3155ed3cdc9427ef8d6515d7b45f 297114 
ffmpeg-php_0.5.3.1.orig.tar.gz
 7b5d77dd87afc5e7253224a0d1985e2a07616b0b3c5815c4f9ad97013bee09e8 3371 
ffmpeg-php_0.5.3.1-1.diff.gz
 d73dbce4a559bb6236d27fbcefcf85d456910fa455881faa3f3fa02733e9dbaa 25376 
php5-ffmpeg_0.5.3.1-1_amd64.deb
Files: 
 967b7e1ae18fb7f2eb3428f9c009a42f 1682 web optional ffmpeg-php_0.5.3.1-1.dsc
 5ee217bc4f351872e8ed9d4645dbcb5e 297114 web optional 
ffmpeg-php_0.5.3.1.orig.tar.gz
 c3292856725c4fe2494dc7881d82db96 3371 web optional ffmpeg-php_0.5.3.1-1.diff.gz
 7edfcf30d9aa5dc38b6b89cab732 25376 web optional 
php5-ffmpeg_0.5.3.1-1_amd64.deb

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

iQEcBAEBAgAGBQJIcepPAAoJEAC5aaocqV0ZjLYIALQ1x0HmX09wvNKQsh2JWnXy
3aiU/l26CmPwC1efQ0ohl4awiShwXwieZ2FlStfEKIj/pkbQPz15dukbGPgnUU/L
WFoBC7bU4ptfdGxGnnZ/c5ZoG5UhCywDxYy+7tlU8awwfRRTVfjuSWKTy4CrHIe6
TI3NXg9iZgnOHIoIGwfvtH2L8HBXip/gT7CnSVtwO30L0Xq+ZDF+ftyvk1DUm2Sr
LGHhXwak+y/GykVSmCN576n4WMXz2/1iPnceYP8tEiHIjBpE6PaVQwGMlRig6CFp
ZfcwGx3BFjzPXGDdxsvWikTnJZCMOIwgXYHl1ERkBorOz4Od1s+9yNpdtxaB5Ek=
=irbJ
-END PGP SIGNATURE-


Accepted:
ffmpeg-php_0.5.3.1-1.diff.gz
  to pool/main/f/ffmpeg-php/ffmpeg-php_0.5.3.1-1.diff.gz
ffmpeg-php_0.5.3.1-1.dsc
  to pool/main/f/ffmpeg-php/ffmpeg-php_0.5.3.1-1.dsc
ffmpeg-php_0.5.3.1.orig.tar.gz
  to pool/main/f/ffmpeg-php/ffmpeg-php_0.5.3.1.orig.tar.gz
php5-ffmpeg_0.5.3.1-1_amd64.deb
  to pool/main/f/ffmpeg-php/php5-ffmpeg_0.5.3.1-1_amd64.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted initz 0.0.11+20030603cvs-16 (source all)

2008-07-07 Thread OHASHI Akira
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2008 19:05:15 +0900
Source: initz
Binary: initz
Architecture: source all
Version: 0.0.11+20030603cvs-16
Distribution: unstable
Urgency: low
Maintainer: OHASHI Akira [EMAIL PROTECTED]
Changed-By: OHASHI Akira [EMAIL PROTECTED]
Description: 
 initz  - Handles the switching of various initialization files of emacsen
Closes: 488076
Changes: 
 initz (0.0.11+20030603cvs-16) unstable; urgency=low
 .
   * po/ru.po: Fix broken encoding. (closes: #488076)
Checksums-Sha1: 
 140ad07713c23e2dc57d910ba005ee167e948d8f 1028 initz_0.0.11+20030603cvs-16.dsc
 35fe2681daa45b02238bec94cd5a2d38e7307db7 9010 
initz_0.0.11+20030603cvs-16.diff.gz
 4de51cbd2f22525ecfed62d707a97e110dc6f708 25754 
initz_0.0.11+20030603cvs-16_all.deb
Checksums-Sha256: 
 d5ea5fadd716a4e42a5e5054cd909eed66b5e4c25f753881602981a9bd2869ef 1028 
initz_0.0.11+20030603cvs-16.dsc
 0fb0508700720abddd23e19ed8725895251882a157db94c8e5a20efef22bfc90 9010 
initz_0.0.11+20030603cvs-16.diff.gz
 14aa22b06e501f82033c1e9ec0fc9573ef73dbf688371e9214accdf431665141 25754 
initz_0.0.11+20030603cvs-16_all.deb
Files: 
 58fe42e5371a9035084677a1523d0c0b 1028 editors optional 
initz_0.0.11+20030603cvs-16.dsc
 80bc1ac7a035091179e9b2f4b88eb54b 9010 editors optional 
initz_0.0.11+20030603cvs-16.diff.gz
 8b560aa5d3069cca6c4da8ea28e550c7 25754 editors optional 
initz_0.0.11+20030603cvs-16_all.deb

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

iD8DBQFIce40+pahSABNprQRAl3CAJ9g24N1C9okFswxecWd75LVuyDuEACggZ0a
0YKUfB+nxg3n3bUmVhm65WI=
=PUhA
-END PGP SIGNATURE-


Accepted:
initz_0.0.11+20030603cvs-16.diff.gz
  to pool/main/i/initz/initz_0.0.11+20030603cvs-16.diff.gz
initz_0.0.11+20030603cvs-16.dsc
  to pool/main/i/initz/initz_0.0.11+20030603cvs-16.dsc
initz_0.0.11+20030603cvs-16_all.deb
  to pool/main/i/initz/initz_0.0.11+20030603cvs-16_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted gosmore 0.0.0.20080704-1 (source i386)

2008-07-07 Thread Andreas Putzo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 13:36:39 +
Source: gosmore
Binary: gosmore
Architecture: source i386
Version: 0.0.0.20080704-1
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project [EMAIL PROTECTED]
Changed-By: Andreas Putzo [EMAIL PROTECTED]
Description: 
 gosmore- Openstreetmap.org viewer / wayfinder / search client
Closes: 479985 487711
Changes: 
 gosmore (0.0.0.20080704-1) unstable; urgency=low
 .
   [ Andreas Putzo ]
   * New upstream snapshot fetched from svn, revision 8034.
 (Closes: #487711, #479985)
   * Backported patch 10-findresources to search for files.
 not only in the current directory.
   * Adapt CFLAGS in debian/rules.
   * Added gosmore.install file.
   * Bumped Standards-Version to 3.8.0.
   * Added myself to Uploaders.
   * Added missing build dependency on libxml2-dev.
 .
   [ Petter Reinholdtsen ]
   * Add josm as suggests.
   * Add get-orig-source target to the rules file.
Checksums-Sha1: 
 eea2054d99ffed34aab42f34f23f54885c97d19b 1466 gosmore_0.0.0.20080704-1.dsc
 92c015b496eeb2514e502ecb623a735f73de1da9 688278 
gosmore_0.0.0.20080704.orig.tar.gz
 78a7bb3df5e74227aaf607d1c58b7b9723d5c34f 3546 gosmore_0.0.0.20080704-1.diff.gz
 4256974b4476cba1d10e6b133766c7a5b0a967af 682684 
gosmore_0.0.0.20080704-1_i386.deb
Checksums-Sha256: 
 01b7abb07255cd7ab7161a0a45b862b948c25af05ef0e6f2499d8abafee6c3ae 1466 
gosmore_0.0.0.20080704-1.dsc
 a8c0b75485cdc35014b0dc52f744406e7cb467e1e92220417c06ee3e956bb3ab 688278 
gosmore_0.0.0.20080704.orig.tar.gz
 e93281fbd6bad6e63be7728342a2e5e9359ef93513da9355ef8cb97f59607e9a 3546 
gosmore_0.0.0.20080704-1.diff.gz
 af366d800c306a4a0099036e99d85eb6a92e80fb8c3edd2459f217bf16c01b7e 682684 
gosmore_0.0.0.20080704-1_i386.deb
Files: 
 f4fd6fa34c8b127b00d7eb92e454d829 1466 utils optional 
gosmore_0.0.0.20080704-1.dsc
 518f316ee138923814c07e980fde1a22 688278 utils optional 
gosmore_0.0.0.20080704.orig.tar.gz
 4ae25d454bb181f3b7e1bfd5beaa4a12 3546 utils optional 
gosmore_0.0.0.20080704-1.diff.gz
 bd94e4847e5789862056a3ec0d1d0a3a 682684 utils optional 
gosmore_0.0.0.20080704-1_i386.deb

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

iD8DBQFIce9G20zMSyow1ykRAiwyAJ47aL9CbVdxWa6CAbtNheEQtiPIfACfbxpo
Brc1MIkHQ/9cP2Z6FJknYsY=
=7KGv
-END PGP SIGNATURE-


Accepted:
gosmore_0.0.0.20080704-1.diff.gz
  to pool/main/g/gosmore/gosmore_0.0.0.20080704-1.diff.gz
gosmore_0.0.0.20080704-1.dsc
  to pool/main/g/gosmore/gosmore_0.0.0.20080704-1.dsc
gosmore_0.0.0.20080704-1_i386.deb
  to pool/main/g/gosmore/gosmore_0.0.0.20080704-1_i386.deb
gosmore_0.0.0.20080704.orig.tar.gz
  to pool/main/g/gosmore/gosmore_0.0.0.20080704.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted avfs 0.9.8-5 (source i386)

2008-07-07 Thread Michael Meskes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2008 12:35:24 +0200
Source: avfs
Binary: avfs
Architecture: source i386
Version: 0.9.8-5
Distribution: unstable
Urgency: low
Maintainer: Michael Meskes [EMAIL PROTECTED]
Changed-By: Michael Meskes [EMAIL PROTECTED]
Description: 
 avfs   - virtual filesystem to access archives, disk images, remote locati
Closes: 489540
Changes: 
 avfs (0.9.8-5) unstable; urgency=low
 .
   * Removed all bashisms in extfs modules, closes: #489540
Checksums-Sha1: 
 e496afc7aa2fd06bdcaf3dddb8fc686fdbaeda3b 962 avfs_0.9.8-5.dsc
 1dffb8b80d1f26971d94a283e07fb34a0666eda2 6117 avfs_0.9.8-5.diff.gz
 7cc7210f91c23705bd22e8ba34493649e82b67d4 183302 avfs_0.9.8-5_i386.deb
Checksums-Sha256: 
 3679cfb77c2cc4150faf7a1d44535da6de9da3101e2d680c19d1f9aa3dd101ed 962 
avfs_0.9.8-5.dsc
 29a3442f7191816cea7c58d1ed40549f3af030078a856109bf03eaed7bce2441 6117 
avfs_0.9.8-5.diff.gz
 7b26b9e95e33127e5e9c23e4043f0a105bac535b225f7a3c823bf97640d32ca4 183302 
avfs_0.9.8-5_i386.deb
Files: 
 383f41b7504da39ef0849b51b812f89b 962 utils extra avfs_0.9.8-5.dsc
 7ef500cc02dfec1c4a26866296f76ace 6117 utils extra avfs_0.9.8-5.diff.gz
 d414a83c508c0c11e256cb7d879659ef 183302 utils extra avfs_0.9.8-5_i386.deb

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

iD8DBQFIcfQmVkEm8inxm9ERAlVQAJ49l9TTM0iWwX3X2WLN2H8XD+4uzwCfYtNi
L0gPm/bzMHVZMsvaFtkQbZk=
=pQRW
-END PGP SIGNATURE-


Accepted:
avfs_0.9.8-5.diff.gz
  to pool/main/a/avfs/avfs_0.9.8-5.diff.gz
avfs_0.9.8-5.dsc
  to pool/main/a/avfs/avfs_0.9.8-5.dsc
avfs_0.9.8-5_i386.deb
  to pool/main/a/avfs/avfs_0.9.8-5_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted systemtap 0.0.20080705-1 (source amd64)

2008-07-07 Thread Євгеній Мещеряков
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2008 10:07:00 +0200
Source: systemtap
Binary: systemtap
Architecture: source amd64
Version: 0.0.20080705-1
Distribution: unstable
Urgency: low
Maintainer: Євгеній Мещеряков [EMAIL PROTECTED]
Changed-By: Євгеній Мещеряков [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20080705-1) unstable; urgency=low
 .
   * New upstream snapshot
   * No more --enable-staticdw, don't use it
Checksums-Sha1: 
 024abd5bfc93cccfa167647ccd43013bc497b54c 1392 systemtap_0.0.20080705-1.dsc
 4c4392bf89437d4c4a8b6d515e9addc742cec8a8 880805 
systemtap_0.0.20080705.orig.tar.gz
 44ea41040c8dad2adbafbbcf1d142499d2986b7a 12199 systemtap_0.0.20080705-1.diff.gz
 dff9cbec3064012ca1b4ab1a390b34af745497ee 1247224 
systemtap_0.0.20080705-1_amd64.deb
Checksums-Sha256: 
 900af2471c6e4f6ed53f1618ad6ecc4b270d2133537b88390836f1498f2fbd91 1392 
systemtap_0.0.20080705-1.dsc
 ec8c652007738f69b234c38cb162ad00a6c10f67f469dda8430fb8d004074772 880805 
systemtap_0.0.20080705.orig.tar.gz
 14fe644e5d79d692246a686a410ecdd4a5b1105d6dba6ba69ee2b538850c3cae 12199 
systemtap_0.0.20080705-1.diff.gz
 f1921cab8f6967ac48fed73464ba327301ba8681159f0beff9018a8ae39eaafc 1247224 
systemtap_0.0.20080705-1_amd64.deb
Files: 
 f2461708870c0c48911aed5aba818dc5 1392 devel optional 
systemtap_0.0.20080705-1.dsc
 8f14c7b79561392e7ec91187ed09f3be 880805 devel optional 
systemtap_0.0.20080705.orig.tar.gz
 1babb163da66bc2984d4fd08c3675603 12199 devel optional 
systemtap_0.0.20080705-1.diff.gz
 ebd57fd42aa0551fdce5a0a0f87f9595 1247224 devel optional 
systemtap_0.0.20080705-1_amd64.deb

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

iEYEARECAAYFAkhx8HkACgkQKaC6+zmozOLtygCdHe5xIQYfr4jBllAKybi/lz+q
h4EAnisO7MtxBusW1kIbafJlQ0QFWXSY
=upDi
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20080705-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20080705-1.diff.gz
systemtap_0.0.20080705-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20080705-1.dsc
systemtap_0.0.20080705-1_amd64.deb
  to pool/main/s/systemtap/systemtap_0.0.20080705-1_amd64.deb
systemtap_0.0.20080705.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20080705.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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

2008-07-07 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2008 13:25:48 +0300
Source: libperl-critic-perl
Binary: libperl-critic-perl
Architecture: source all
Version: 1.088-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Damyan Ivanov [EMAIL PROTECTED]
Description: 
 libperl-critic-perl - Critique Perl source code for best-practices
Changes: 
 libperl-critic-perl (1.088-1) unstable; urgency=low
 .
   * New upstream release
 + Adjust (build-)dependencies:
   - add perl-modules
   - bump libppi-perl's version to 1.203
   - add perl-modules (= 5.10) | libversion-perl
   * add libtest-deep-perl to B-D-I for additional tests
   * remove manpages-whatis.patch; fixed upstream
 + drop quilt from B-D and rules
   * minimize debian/rules with debhelper 7
   * Standards-Version: 3.8.0 (no changes needed)
Checksums-Sha1: 
 01e1384a1052981009ba34771af0031084028919 1817 libperl-critic-perl_1.088-1.dsc
 8ae460eab707667b907763d78ce28bf2cb0ef14a 367270 
libperl-critic-perl_1.088.orig.tar.gz
 d7ed8c0bfcfde6d898860a3b255c12a3d481bf5f 2874 
libperl-critic-perl_1.088-1.diff.gz
 643730a6c819c95bddd85536c7a00a2dc5fc45d9 785062 
libperl-critic-perl_1.088-1_all.deb
Checksums-Sha256: 
 4a8a8a57cf8340fcc23734e81dfa5026fb0d917b4d23e26ed65bdb04fcbebc42 1817 
libperl-critic-perl_1.088-1.dsc
 a4ed804dcfe8aa5bf3e59d91d0ffd7029120a6e14450ce5b1c036e867029fb82 367270 
libperl-critic-perl_1.088.orig.tar.gz
 489b26ac484ad853c0bcb3987ee8c1fab74d391b63c78c6ddd6a06e3fb66c6ac 2874 
libperl-critic-perl_1.088-1.diff.gz
 5e0b3993d9020575cf6a2c8e5bbc8203ffacbba457f61c105efd4ec703617192 785062 
libperl-critic-perl_1.088-1_all.deb
Files: 
 56d6c0e18e01667e14a7d252b9419cef 1817 perl optional 
libperl-critic-perl_1.088-1.dsc
 54c83f49fcf0888e8e8d81516cb6f76b 367270 perl optional 
libperl-critic-perl_1.088.orig.tar.gz
 2895dcdb05473c42bc68201409b33841 2874 perl optional 
libperl-critic-perl_1.088-1.diff.gz
 fd1f1fedd7c9ed75c3b430b17581bc64 785062 perl optional 
libperl-critic-perl_1.088-1_all.deb

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

iEYEARECAAYFAkhx89UACgkQHqjlqpcl9juskwCgokYPvZlKZg/wTBXOpLYgA+gv
z5IAn1o/gUVBrB6bLsBNk1EoG6TNRkE3
=euor
-END PGP SIGNATURE-


Accepted:
libperl-critic-perl_1.088-1.diff.gz
  to pool/main/libp/libperl-critic-perl/libperl-critic-perl_1.088-1.diff.gz
libperl-critic-perl_1.088-1.dsc
  to pool/main/libp/libperl-critic-perl/libperl-critic-perl_1.088-1.dsc
libperl-critic-perl_1.088-1_all.deb
  to pool/main/libp/libperl-critic-perl/libperl-critic-perl_1.088-1_all.deb
libperl-critic-perl_1.088.orig.tar.gz
  to pool/main/libp/libperl-critic-perl/libperl-critic-perl_1.088.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted quota 3.16-3 (source i386)

2008-07-07 Thread Michael Meskes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Jun 2008 12:18:15 +0200
Source: quota
Binary: quota
Architecture: source i386
Version: 3.16-3
Distribution: unstable
Urgency: low
Maintainer: Michael Meskes [EMAIL PROTECTED]
Changed-By: Michael Meskes [EMAIL PROTECTED]
Description: 
 quota  - implementation of the disk quota system
Closes: 488154 488165 488166 488172 488345 488354 488739 488741 489166
Changes: 
 quota (3.16-3) unstable; urgency=low
 .
   * Fixed typo in template, closes: #488166
   * Updated French template, closes: #488154
   * Updated German template, closes: #488165
   * Updated Galician template, closes: #488172
   * Updated Italian template, closes: #488345
   * Updated Czech template, closes: #488354
   * Updated Portuguese template, closes: #488739
   * Updated Spanish template, closes: #488741
   * Updated Russian template, closes: #489166
Checksums-Sha1: 
 69f25e3d2e4749de38560df4f7f237c03093c6f1 1022 quota_3.16-3.dsc
 6722d412d1be554c48788986252d3ca63cc55c66 36410 quota_3.16-3.diff.gz
 5c2ac91f8575a3cd5b50122fd2b7b6cf88f23d66 492192 quota_3.16-3_i386.deb
Checksums-Sha256: 
 3c1419cc158976f0bb69d661e3b89eb2ffd3a41de5c1048cb46f51b282567c61 1022 
quota_3.16-3.dsc
 98796e2172e8ea4a07335c7e396ab785c3bc9920cf9c19fe88d9a82103ee960b 36410 
quota_3.16-3.diff.gz
 9cdd6c06414d2dd84c1c9073417774d381469518e1bca9bb70dc095e4be8e6e6 492192 
quota_3.16-3_i386.deb
Files: 
 36091932ea1cc16678c41b2b81392e32 1022 admin optional quota_3.16-3.dsc
 c7a25ab5f8521531f1f484557317d91c 36410 admin optional quota_3.16-3.diff.gz
 b0d0ae241e30e0871cb10a583ce512a1 492192 admin optional quota_3.16-3_i386.deb

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

iD8DBQFIcff1VkEm8inxm9ERAgOcAJ4idBC0Z5sEBEcHj3UfwMDWAKCoXgCfe1x/
6hn1z39mF51b3zyacTTB9CE=
=aFeK
-END PGP SIGNATURE-


Accepted:
quota_3.16-3.diff.gz
  to pool/main/q/quota/quota_3.16-3.diff.gz
quota_3.16-3.dsc
  to pool/main/q/quota/quota_3.16-3.dsc
quota_3.16-3_i386.deb
  to pool/main/q/quota/quota_3.16-3_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted linuxdoc-tools 0.9.56 (source all i386)

2008-07-07 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2008 12:00:15 +0200
Source: linuxdoc-tools
Binary: linuxdoc-tools linuxdoc-tools-text linuxdoc-tools-latex 
linuxdoc-tools-info
Architecture: source all i386
Version: 0.9.56
Distribution: unstable
Urgency: low
Maintainer: Debian XML/SGML Group [EMAIL PROTECTED]
Changed-By: Agustin Martin Domingo [EMAIL PROTECTED]
Description: 
 linuxdoc-tools - convert LinuxDoc SGML source into other formats
 linuxdoc-tools-info - Info output facility of LinuxDoc-Tools
 linuxdoc-tools-latex - LaTeX/PS/PDF output facility of LinuxDoc-Tools
 linuxdoc-tools-text - Text output facility of LinuxDoc-Tools
Closes: 489630
Changes: 
 linuxdoc-tools (0.9.56) unstable; urgency=low
 .
   * debian/addition/{awk,sgmlswhich}:
 - Fix 'unsafe echo with backslash' dashism. echo message will
   now render properly also with bash (Closes: #489630).
Checksums-Sha1: 
 ae82bfb19eb64e72338fc126e01587dc0ba3264d 1171 linuxdoc-tools_0.9.56.dsc
 57e34f3f09c2f25b4dca34dab83708602b9dda51 610443 linuxdoc-tools_0.9.56.tar.gz
 64a607c3da4957743a984f42822f58c5a3ff555a 16444 
linuxdoc-tools-text_0.9.56_all.deb
 6f951ac36f47fef18fc44c6b6edad088b207e658 16500 
linuxdoc-tools-latex_0.9.56_all.deb
 8d17334383085309c943737c8ec01a98ba5d6957 16450 
linuxdoc-tools-info_0.9.56_all.deb
 e00b223c4aff459dd12272847e797a194c6767e9 393268 linuxdoc-tools_0.9.56_i386.deb
Checksums-Sha256: 
 712b5c0f8b09ccacdedb27c7708a3071d4ca91d4c21232f4ef4b11402fa11126 1171 
linuxdoc-tools_0.9.56.dsc
 3752e62a499c9e737f2e25f132e8910b89fcbf75b0c2307de72207c597c0e2d2 610443 
linuxdoc-tools_0.9.56.tar.gz
 87cdb2510fe748acabe60ed03dc39b68322ff100da799a776703b13bdd968525 16444 
linuxdoc-tools-text_0.9.56_all.deb
 a3b91448aff935b762663b023ce3614eca3f0e51fa9efe0d54a386e1a769aa1c 16500 
linuxdoc-tools-latex_0.9.56_all.deb
 24c62ba772dafc4ad8c4d51db811dc884378d713468bbfe8e04e6c41837be3b5 16450 
linuxdoc-tools-info_0.9.56_all.deb
 fd8007568af2bb5715c4934b3a154bbf9a2b7ec6006f4576d2a1664f7fca3de1 393268 
linuxdoc-tools_0.9.56_i386.deb
Files: 
 380ed9a08acfe289f178c8128270b107 1171 text optional linuxdoc-tools_0.9.56.dsc
 1cfe10e279394731b65fdac4f72ff5eb 610443 text optional 
linuxdoc-tools_0.9.56.tar.gz
 98dfb13032ad9cf2d05001d7e4cae806 16444 text optional 
linuxdoc-tools-text_0.9.56_all.deb
 b235a4e637119ea9e8b9ae6b58b05482 16500 text optional 
linuxdoc-tools-latex_0.9.56_all.deb
 c5534c786ca2dc5c3b286cc7c4d341b8 16450 text optional 
linuxdoc-tools-info_0.9.56_all.deb
 60c0be617fb8a8445e19cbcb3a0a7602 393268 text optional 
linuxdoc-tools_0.9.56_i386.deb

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

iD8DBQFIcfXiTShHqj72DpwRAgIkAJ9+7b8fB09ck+kbXT4oAGl//fteJACgh7eY
S86aBPf3Dm4DmL4Rh44QjSM=
=n0uT
-END PGP SIGNATURE-


Accepted:
linuxdoc-tools-info_0.9.56_all.deb
  to pool/main/l/linuxdoc-tools/linuxdoc-tools-info_0.9.56_all.deb
linuxdoc-tools-latex_0.9.56_all.deb
  to pool/main/l/linuxdoc-tools/linuxdoc-tools-latex_0.9.56_all.deb
linuxdoc-tools-text_0.9.56_all.deb
  to pool/main/l/linuxdoc-tools/linuxdoc-tools-text_0.9.56_all.deb
linuxdoc-tools_0.9.56.dsc
  to pool/main/l/linuxdoc-tools/linuxdoc-tools_0.9.56.dsc
linuxdoc-tools_0.9.56.tar.gz
  to pool/main/l/linuxdoc-tools/linuxdoc-tools_0.9.56.tar.gz
linuxdoc-tools_0.9.56_i386.deb
  to pool/main/l/linuxdoc-tools/linuxdoc-tools_0.9.56_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted linuxdcpp 1.0.2-1 (source all amd64)

2008-07-07 Thread Romain Beauxis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2008 11:57:57 +0200
Source: linuxdcpp
Binary: linuxdcpp0.691 linuxdcpp
Architecture: source all amd64
Version: 1.0.2-1
Distribution: unstable
Urgency: high
Maintainer: Romain Beauxis [EMAIL PROTECTED]
Changed-By: Romain Beauxis [EMAIL PROTECTED]
Description: 
 linuxdcpp  - Port of the Windows file-sharing program, DC++
 linuxdcpp0.691 - Port of the Windows file-sharing program DC++
Changes: 
 linuxdcpp (1.0.2-1) unstable; urgency=high
 .
   * New upstream release
   * Setting urgency to high for the same reason as previous upload.
Checksums-Sha1: 
 0a5a53bdb5f5e2e8f17b4cfad21f059b34f16839 1425 linuxdcpp_1.0.2-1.dsc
 1432481d119e0f10f8bc973dfa6b0d50775b59f0 385985 linuxdcpp_1.0.2.orig.tar.gz
 8d02e7fdda09162ff0593107b2c228f68784e82c 15514 linuxdcpp_1.0.2-1.diff.gz
 b878d1d716768a8028f862445b59f84e047a9b4a 3786 linuxdcpp0.691_1.0.2-1_all.deb
 babca17ae7fa49c669d843f096af99f1dd8feec3 934590 linuxdcpp_1.0.2-1_amd64.deb
Checksums-Sha256: 
 dfe0ce84216ae004849dd6ce211d777fbea522a056d5fab44630835475d8a69d 1425 
linuxdcpp_1.0.2-1.dsc
 768ea5f0a82d90a727caa6be3e1b5dc4e0afd74e8ce1ee28b285b830aad09c14 385985 
linuxdcpp_1.0.2.orig.tar.gz
 16f5432f583a95d3293d551ba2d5793847749be6706dd1b99ce28f34b194db02 15514 
linuxdcpp_1.0.2-1.diff.gz
 64d0ceee0bdb38b78fb2241696e5e27b92130d91912659493321f3a944dbd537 3786 
linuxdcpp0.691_1.0.2-1_all.deb
 fe061e72bc463272c4d4e98b6ee13ac906cffe803084ac7e49d098aba8387a33 934590 
linuxdcpp_1.0.2-1_amd64.deb
Files: 
 0fefc41d505ad7159e86590bd815bfb2 1425 net optional linuxdcpp_1.0.2-1.dsc
 32a16db0eefa4d5bc889cc94c4986d67 385985 net optional 
linuxdcpp_1.0.2.orig.tar.gz
 40ebe1c78e18b18ff5e9cac8d96708d3 15514 net optional linuxdcpp_1.0.2-1.diff.gz
 10c3fc14938d6d334b9d65f27f98061c 3786 net optional 
linuxdcpp0.691_1.0.2-1_all.deb
 0bfd28d063f1739e6906063ebf195ce0 934590 net optional 
linuxdcpp_1.0.2-1_amd64.deb

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

iQEcBAEBAgAGBQJIcff5AAoJEAC5aaocqV0ZDL4H+waPdQPyuAzxUEqCti8ErX33
lAa09ARoDs3yAxPX/ntUpKdU+I+8Ug43GOHWKYmm6+oqRw2q34QwTJ6pyFqxDSho
ZikfFv9sJb9Iqsq+n5RqzrUP9uw0/Jfbb7f3JJR5nmM6Gu8ZYfIbQx29rh69F0ia
01DY/eZQ7s2qH62A5UE0fDiCv6imbS52hSWEZ16U/wVR4ShrWlAK1bNvGIPiZi2e
46Ongex/u0x3TbKhlO8DhnUlm3s+K99sT7H8Edz2lur/hYLFmGAa9tKwdsPYxoEg
eEunky92Kqm6WHHrDNUOMYNKEO76yCfUW6u08jZcWwuZO5XifpKX4MAN3ub3wQ0=
=1NsT
-END PGP SIGNATURE-


Accepted:
linuxdcpp0.691_1.0.2-1_all.deb
  to pool/main/l/linuxdcpp/linuxdcpp0.691_1.0.2-1_all.deb
linuxdcpp_1.0.2-1.diff.gz
  to pool/main/l/linuxdcpp/linuxdcpp_1.0.2-1.diff.gz
linuxdcpp_1.0.2-1.dsc
  to pool/main/l/linuxdcpp/linuxdcpp_1.0.2-1.dsc
linuxdcpp_1.0.2-1_amd64.deb
  to pool/main/l/linuxdcpp/linuxdcpp_1.0.2-1_amd64.deb
linuxdcpp_1.0.2.orig.tar.gz
  to pool/main/l/linuxdcpp/linuxdcpp_1.0.2.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted gtk+2.0 2.12.11-1 (source all i386)

2008-07-07 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 02 Jul 2008 06:37:51 +0200
Source: gtk+2.0
Binary: libgtk2.0-0 libgtk-directfb-2.0-0 libgtk-directfb-2.0-0-udeb 
libgtk2.0-common libgtk2.0-bin libgtk2.0-dev libgtk-directfb-2.0-dev 
libgtk2.0-0-dbg libgtk2.0-doc gtk2.0-examples gtk2-engines-pixbuf
Architecture: source all i386
Version: 2.12.11-1
Distribution: unstable
Urgency: low
Maintainer: Sebastien Bacher [EMAIL PROTECTED]
Changed-By: Sebastian Dröge [EMAIL PROTECTED]
Description: 
 gtk2-engines-pixbuf - Pixbuf-based theme for GTK+ 2.x
 gtk2.0-examples - Examples files for the GTK+ 2.0
 libgtk-directfb-2.0-0 - The GTK+ graphical user interface library - DirectFB 
runtime
 libgtk-directfb-2.0-0-udeb - The GTK+ graphical user interface library - 
minimal runtime (udeb)
 libgtk-directfb-2.0-dev - Development files for the GTK+ library - DirectFB 
version
 libgtk2.0-0 - The GTK+ graphical user interface library
 libgtk2.0-0-dbg - The GTK+ libraries and debugging symbols
 libgtk2.0-bin - The programs for the GTK+ graphical user interface library
 libgtk2.0-common - Common files for the GTK+ graphical user interface library
 libgtk2.0-dev - Development files for the GTK+ library
 libgtk2.0-doc - Documentation for the GTK+ graphical user interface library
Changes: 
 gtk+2.0 (2.12.11-1) unstable; urgency=low
 .
   [ Emilio Pozuelo Monfort ]
   * Build-depend on libcups2-dev instead of libcupsys2-dev, as cups
 is transitioning to that new name.
 .
   [ Sebastian Dröge ]
   * New upstream bugfix release:
 + debian/patches/070_mandatory-relibtoolize.patch:
   - Regenerated for the new version.
 + debian/patches/092_openoffice-menus.patch:
   - Dropped, merged upstream.
   * debian/control.in:
 + Updated Standards-Version to 3.8.0, no additional changes needed.
Checksums-Sha1: 
 d56cfaaf3246f2f13965855d1c353d03738e06a4 2035 gtk+2.0_2.12.11-1.dsc
 ae13493fbed9dc7b236e62b1eaab54d4a015d52a 23835368 gtk+2.0_2.12.11.orig.tar.gz
 ec3635c00f1ea3bfc1350919d9f160b93ec5febc 88717 gtk+2.0_2.12.11-1.diff.gz
 e992de6444cd774181929615ff4e5682cbafb017 5489950 
libgtk2.0-common_2.12.11-1_all.deb
 93f49a9c15d1245e99d8a6041deb67a1a398b84d 143960 libgtk2.0-bin_2.12.11-1_all.deb
 bc1434d489c50ca54a13741cff4b619d46ddc71c 3377796 
libgtk2.0-doc_2.12.11-1_all.deb
 6dce43199d786431f68f10cc24d59f819cabb8f4 2100806 libgtk2.0-0_2.12.11-1_i386.deb
 47b8151a7ac7edf6fe9b21042cc3ff29d8726f5f 1796014 
libgtk-directfb-2.0-0_2.12.11-1_i386.deb
 b8cbdb64f734f006c85ba2751c0a2782f7ed29f1 1711460 
libgtk-directfb-2.0-0-udeb_2.12.11-1_i386.udeb
 e1e2ea1a19bf018200d531e9a708f11601e17660 2822754 
libgtk2.0-dev_2.12.11-1_i386.deb
 5a2384a71cea5179481be16ce543a569f71713a2 142330 
libgtk-directfb-2.0-dev_2.12.11-1_i386.deb
 1343cbe8fa6fe063c181f92e8cbfbf94864c272c 9658584 
libgtk2.0-0-dbg_2.12.11-1_i386.deb
 2088e9444b84c49ed13042a3dd40e25b90edb694 577618 
gtk2.0-examples_2.12.11-1_i386.deb
 ee6759d647eb8b1005a6ba865a5b26ebae969e16 332786 
gtk2-engines-pixbuf_2.12.11-1_i386.deb
Checksums-Sha256: 
 80ba94b37a7e9c77d6ea3db7e59f57a4616c3f4f6f29d2219a941bf77526cb3e 2035 
gtk+2.0_2.12.11-1.dsc
 72dd6276eee765d8f581fa6d1b1499c3f64ca61c5270064828c7018fa0d9283e 23835368 
gtk+2.0_2.12.11.orig.tar.gz
 2c77af5b618b76c289855dc2ad8c7fa755904f8feb2f2a5f9c51ed923254beae 88717 
gtk+2.0_2.12.11-1.diff.gz
 982c5fb02849385a80901bd91537dd4e6d4817fa62677684c0bc9c78faa65cea 5489950 
libgtk2.0-common_2.12.11-1_all.deb
 cb110698957d5be36a4a2cc48c49c83fb8fb5149f09dfb978b08c209cd47ea8c 143960 
libgtk2.0-bin_2.12.11-1_all.deb
 e0cec9588c3fdcfda0d60ed4b39da80c964c2fdc759ebcc205012d97e948b349 3377796 
libgtk2.0-doc_2.12.11-1_all.deb
 42a45739d40200f0ef13cdfaa55ed5a4171f17d2e1c4ca2bd5e3f78b094b4174 2100806 
libgtk2.0-0_2.12.11-1_i386.deb
 bd25a198ab27be5895e623e0f1520cef7f79df4983828f993aec7f2a5df5e9fd 1796014 
libgtk-directfb-2.0-0_2.12.11-1_i386.deb
 cb2bd559331374ceae5c53d6a2e0c70ec8a47295a96239a6d63657d2d2f038c2 1711460 
libgtk-directfb-2.0-0-udeb_2.12.11-1_i386.udeb
 d1b9a16a6d155dbf112378dce0f0ec9b6c7684e9aa34b82c822dd48ec023cf41 2822754 
libgtk2.0-dev_2.12.11-1_i386.deb
 c3ea72691970d07efcb1078732ca35793628bda6e66cc6ea684e7be3e6e9a884 142330 
libgtk-directfb-2.0-dev_2.12.11-1_i386.deb
 7e1cc8761188144e1a92a1ec0bc9d9f6aafd30e58dc220da4524297a4a891a48 9658584 
libgtk2.0-0-dbg_2.12.11-1_i386.deb
 a6249ebdb44800b482ecb535df646a3057bb56e021755e0ecb0a0674c6bf25fa 577618 
gtk2.0-examples_2.12.11-1_i386.deb
 ec1e3442fd6c9009caa9539977fbfc98ca345fa051006fdf9cd9b1a75740f4e6 332786 
gtk2-engines-pixbuf_2.12.11-1_i386.deb
Files: 
 5e1a237db3446e3a843c0ab9ec2223e1 2035 libs optional gtk+2.0_2.12.11-1.dsc
 98ff001a7321a4c93cda83d635449dc3 23835368 libs optional 
gtk+2.0_2.12.11.orig.tar.gz
 ec7239a5c0ebd5629f08f591ca90b7e2 88717 libs optional gtk+2.0_2.12.11-1.diff.gz
 d43fd1243c0a2dfc5bfd8f9b969526f1 5489950 misc optional 
libgtk2.0-common_2.12.11-1_all.deb
 62ee35a0fc0eec29151b9a3ca02bc3f7 143960 misc optional 
libgtk2.0-bin_2.12.11-1_all.deb
 

Accepted udev 0.124-1 (source i386)

2008-07-07 Thread Marco d'Itri
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2008 02:52:00 +0200
Source: udev
Binary: udev libvolume-id0 libvolume-id-dev udev-udeb
Architecture: source i386
Version: 0.124-1
Distribution: unstable
Urgency: low
Maintainer: Marco d'Itri [EMAIL PROTECTED]
Changed-By: Marco d'Itri [EMAIL PROTECTED]
Description: 
 libvolume-id-dev - libvolume_id development headers
 libvolume-id0 - libvolume_id shared library
 udev   - /dev/ and hotplug management daemon
 udev-udeb  - /dev/ and hotplug management daemon (udeb)
Closes: 280894 402441 408506 416687 416687 437499 437520 438094 438470 438470 
441753 442397 442796 444337 444809 447073 447346 447785 449081 449154 451986 
452006 456204 456269 457616 459788 462097 465156 468939 475443 475699 475902 
476725 480516 480783 480897 481559 481812 481827 481993 487764 488394 488911 
489205
Changes: 
 udev (0.124-1) unstable; urgency=low
 .
   * New upstream release. (Closes: #476725, #480516) Fixes:
 + something in usb_id. (Closes: #447346)
 + RUN rules if device node removal fails. (Closes: #457616)
 + $exec_prefix in libvolume_id.pc. (Closes: #459788)
   * Made 2.6.18 the oldest supported kernel version.
   * Removed the /dev/.static/dev/ hack. It was cool, but its complexity
 is not justified anymore. (Closes: #444337, #481559)
   * Removed support for devfs-style names (devfs.rules, compat.rules,
 compat-full.rules). (Closes: #280894, #468939)
   * The rules files now are installed directly in rules.d/ and symlinks
 are not used there anymore. (Closes: #402441, #408506)
   * The standard rules files have been renamed to reduce divergences with
 other distributions: udev.rules = 50-udev.rules,
 z20_persistent-input.rules = 60-persistent-input.rules,
 z20_persistent.rules = 60-persistent-storage.rules,
 z25_persistent-net.rules 70-persistent-net.rules,
 z25_persistent-cd.rules 70-persistent-cd.rules,
 z25_cd-aliases-generator.rules = 75-cd-aliases-generator.rules,
 z25_persistent-net-generator.rules = 75-persistent-net-generator.rules,
 z55_hotplug.rules = 80-drivers.rules,
 020_permissions.rules = 91-permissions.rules,
 z50_run.rules = 95-late.rules.
 .
   * permissions.rules: added again the rule for old style USB devices,
 removed in 0.113-1. (Closes: #438470, #442397, #444809, #481827)
   * permissions.rules: removed the WAIT_FOR_SYSFS rules, not needed with
 kernels  2.6.18-rc1.
   * hotplug.rules: removed ide.agent, not needed with kernels  2.6.17.
   * persistent.rules: run edd_id only for sd* and hd*.
   * persistent.rules, persistent-input.rules: act on change events too.
   * persistent.rules: run usb_id only for usb devices.
   * persistent-net-generator.rules: updated with the built-in policies.
   * hotplug.rules: autoload ms_block and mspro_block.
   * run.rules: do not delete devices also present in /lib/udev/devices/.
   * persistent.rules: do not run vol_id on whole-device nodes because add
 events are not generated on media changes and the persistent links would
 not be updated.
   * permissions.rules: removed sgi_fetchop since there is also sgi_*.
   * permissions.rules: added cbm group floppy. (Closes: #437520)
   * permissions.rules: added again the permissions change for /dev/bus/usb/
 nodes created by old kernels. (Closes: #438470)
   * udev.rules, devfs.rules: added iowarrior* and bsg/*.
   * udev.rules: added a rtc symlink to rtc0.
   * udev.rules: added zap/transcode. (Closes: #456204)
   * persistent-v4l.rules: creates persistent links for V4L devices.
 (Closes: #447785)
   * udev.rules, permissions.rules: renamed rdma_ucm to rdma_cm.
 (Closes: #449081)
   * udev.rules: made the AOE rules more general to support future devices.
   * permissions.rules: made etherd/err owned by group disk.
   * permissions.rules: made event* joystick devices owned by group audio.
 (Closes: #475902)
   * udev.rules: added a rule to set all_partitions for SCSI Iomega ZIP
 drives. (Closes: #437499)
 .
   * Try copying all the rules files to the udeb. (Closes: #488394)
   * Do not install firmware.agent in the udeb, d-i will provide its own.
 (Closes: #487764)
   * hotplug.functions: fixed an error message displayed by write_net_rules
 when the rules file does not exist yet. (Closes: #442796, #475699)
   * hotplug.functions: (almost) correctly ignore commented rules.
 (Closes: #452006)
   * Removed the pnp:dPNPb02f module alias which was wrong and nowadays is
 provided by the correct module.
   * Added support for cross-compilation. (Closes: #465156)
   * Since postinst does not starts udevd in a chroot, make prerm do not
 stop it either. (Closes: #451986)
   * Use /sys/kernel/uevent_helper instead of /proc/sys/kernel/hotplug in
 the init script. (Closes: #416687)
   * Delete in the init script the /dev/.udev/ created in the initramfs.
 (Closes: #416687)
   * Fixed the command path in scsi_id(8). (Closes: 

Accepted initramfs-tools 0.92e (source all)

2008-07-07 Thread maximilian attems
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2008 13:52:54 +0200
Source: initramfs-tools
Binary: initramfs-tools
Architecture: source all
Version: 0.92e
Distribution: unstable
Urgency: medium
Maintainer: Debian kernel team [EMAIL PROTECTED]
Changed-By: maximilian attems [EMAIL PROTECTED]
Description: 
 initramfs-tools - tools for generating an initramfs
Changes: 
 initramfs-tools (0.92e) unstable; urgency=medium
 .
   * udevhelper hook: drop ide.agent.
Checksums-Sha1: 
 732f3e20e9b630e22be79378d811c0817d7a2fb7 996 initramfs-tools_0.92e.dsc
 4906d5465a5951beb380efe26332a6323f002a81 66309 initramfs-tools_0.92e.tar.gz
 065ef6bb6998a9b717c27dabddbae6aa8731a76b 73220 initramfs-tools_0.92e_all.deb
Checksums-Sha256: 
 d56684d3584b732e122a254cb58273d837470cad7fd0fdc8a5104f8fb3b67dbd 996 
initramfs-tools_0.92e.dsc
 046230ea4f9a71c32084d087e989f1cf9930ef5d5bbf0d2e2e6bf5c5a0b71fd6 66309 
initramfs-tools_0.92e.tar.gz
 8796cdb4b11c08c43784b154b3a7928fa688baaa158eee769e2f40e6b55bf810 73220 
initramfs-tools_0.92e_all.deb
Files: 
 52fb3d1e85fa2f5f0a42a5cf7043aed3 996 utils optional initramfs-tools_0.92e.dsc
 d9481cffbef50f078f9dbb81e0729126 66309 utils optional 
initramfs-tools_0.92e.tar.gz
 c3cd725025e72915badc0d6310db95b0 73220 utils optional 
initramfs-tools_0.92e_all.deb

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

iD8DBQFIcgQ7eW7Lc5tEHqgRAt1RAJ9C07vF1gf2npRCMY/nCOq3Y8Ri8ACgwRuJ
4kr5K4Fht931XgE8TJ/8v7Q=
=SHgF
-END PGP SIGNATURE-


Accepted:
initramfs-tools_0.92e.dsc
  to pool/main/i/initramfs-tools/initramfs-tools_0.92e.dsc
initramfs-tools_0.92e.tar.gz
  to pool/main/i/initramfs-tools/initramfs-tools_0.92e.tar.gz
initramfs-tools_0.92e_all.deb
  to pool/main/i/initramfs-tools/initramfs-tools_0.92e_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted symfony 1.0.17-1 (source all)

2008-07-07 Thread Martin Meredith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2008 09:32:01 +0100
Source: symfony
Binary: php5-symfony
Architecture: source all
Version: 1.0.17-1
Distribution: unstable
Urgency: low
Maintainer: Martin Meredith [EMAIL PROTECTED]
Changed-By: Martin Meredith [EMAIL PROTECTED]
Description: 
 php5-symfony - Open-Source PHP Web Framework
Changes: 
 symfony (1.0.17-1) unstable; urgency=low
 .
   * New Upstream Release
   * Changed rules due to package change
Checksums-Sha1: 
 27b4e6274a2fedb3b7dcce063f4a95b56aa4928a 1029 symfony_1.0.17-1.dsc
 d26fa7832db42bad0fc65f30685376b1afaf3953 2786693 symfony_1.0.17.orig.tar.gz
 33dc479b4caa858fe32b195134c7420ea516492b 4468 symfony_1.0.17-1.diff.gz
 5f286877d2d14f713ead5cde2312092166b0df9f 2622260 php5-symfony_1.0.17-1_all.deb
Checksums-Sha256: 
 bed52b6cf1c27eaa0b64a545ec6106c2033fe61d3b43afba43e234828126a45f 1029 
symfony_1.0.17-1.dsc
 94442b0374e9299fcf41da91cbd3db0c023b4c61c039929241467d74ff5f2e1a 2786693 
symfony_1.0.17.orig.tar.gz
 d6abe268615d09b8c5e3e1dfa133adb9fdb255d746a01fb4d77bf8bf6db4cbc0 4468 
symfony_1.0.17-1.diff.gz
 c17a506329dc3de4208bc74f5f811b78f6528e5fc4e5ca8fe30f7a7229475b6b 2622260 
php5-symfony_1.0.17-1_all.deb
Files: 
 34c257e755cd6131bc2608c398ec3bad 1029 devel optional symfony_1.0.17-1.dsc
 281f07d026b47e33f11cfb50874fe32d 2786693 devel optional 
symfony_1.0.17.orig.tar.gz
 b08887f8901b98f827cace3f71c88e97 4468 devel optional symfony_1.0.17-1.diff.gz
 5103ac8beedd26d5c12bf932c712cbbd 2622260 devel optional 
php5-symfony_1.0.17-1_all.deb

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

iD8DBQFIcgk3JATtOmqqpWkRAsbkAKCXNGjMpVyujKFIe+BGGMG/kKwmcQCgkaw3
qDfzeH3HlKUtNjx280MlckM=
=i6Rm
-END PGP SIGNATURE-


Accepted:
php5-symfony_1.0.17-1_all.deb
  to pool/main/s/symfony/php5-symfony_1.0.17-1_all.deb
symfony_1.0.17-1.diff.gz
  to pool/main/s/symfony/symfony_1.0.17-1.diff.gz
symfony_1.0.17-1.dsc
  to pool/main/s/symfony/symfony_1.0.17-1.dsc
symfony_1.0.17.orig.tar.gz
  to pool/main/s/symfony/symfony_1.0.17.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted dhis-client 5.5-2 (source amd64)

2008-07-07 Thread Guus Sliepen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2008 14:04:43 +0200
Source: dhis-client
Binary: dhis-client
Architecture: source amd64
Version: 5.5-2
Distribution: unstable
Urgency: low
Maintainer: Guus Sliepen [EMAIL PROTECTED]
Changed-By: Guus Sliepen [EMAIL PROTECTED]
Description: 
 dhis-client - Dynamic Host Information System - client
Changes: 
 dhis-client (5.5-2) unstable; urgency=low
 .
   * Fix Makefile to always enable QRC support.
Checksums-Sha1: 
 183e08b74f077d47ab23e8d2ff3620b54c6c9576 1005 dhis-client_5.5-2.dsc
 128c31ed09951342b6d2735d45dee90a093609f2 10577 dhis-client_5.5-2.diff.gz
 3018c990d5809819b3a2c74fa24083cc8f37f758 26738 dhis-client_5.5-2_amd64.deb
Checksums-Sha256: 
 214cbe04806ec3859c2209124a48144348e8f168c0b9677493d21bf8340683ff 1005 
dhis-client_5.5-2.dsc
 2554b23c61df923ea6aaa3d739348f0ccf21a3cd89552e07fb6928d9c171fd01 10577 
dhis-client_5.5-2.diff.gz
 1ac74c2a22908441f1288720ac313fb24a39eac9590b341a19be460d5288cd09 26738 
dhis-client_5.5-2_amd64.deb
Files: 
 522d9ef755ae15d844b9e254235ac4de 1005 net optional dhis-client_5.5-2.dsc
 04e1c6a041947a003419206f7607d6fc 10577 net optional dhis-client_5.5-2.diff.gz
 e7c9d3fe533505d106db164a49b657c9 26738 net optional dhis-client_5.5-2_amd64.deb

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

iEYEARECAAYFAkhyBwcACgkQAxLow12M2nvhpgCaAwiS3y7uKnGKroagvuYVyyQU
UMsAnjKM5/2RXOGLpvtJ6PItgt/XM60X
=N2Ik
-END PGP SIGNATURE-


Accepted:
dhis-client_5.5-2.diff.gz
  to pool/main/d/dhis-client/dhis-client_5.5-2.diff.gz
dhis-client_5.5-2.dsc
  to pool/main/d/dhis-client/dhis-client_5.5-2.dsc
dhis-client_5.5-2_amd64.deb
  to pool/main/d/dhis-client/dhis-client_5.5-2_amd64.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted docbookwiki 0.9.1cvs-7 (source all)

2008-07-07 Thread Jeremy Malcolm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 7 Jul 2008 20:33:28 +0800
Source: docbookwiki
Binary: docbookwiki
Architecture: source all
Version: 0.9.1cvs-7
Distribution: unstable
Urgency: low
Maintainer: Jeremy Malcolm [EMAIL PROTECTED]
Changed-By: Jeremy Malcolm [EMAIL PROTECTED]
Description: 
 docbookwiki - a Web application to display and edit DocBook documents online
Closes: 489564
Changes: 
 docbookwiki (0.9.1cvs-7) unstable; urgency=low
 .
   * Patched file incompatible with non-bash shells (Closes: #489564)
Files: 
 2d6d917ee0c7356a00fc3150a0e3e90f 625 non-free/web extra 
docbookwiki_0.9.1cvs-7.dsc
 6b15a614bd46b9ca2ec9f1332878a2ea 12939 non-free/web extra 
docbookwiki_0.9.1cvs-7.diff.gz
 cb19f62da891706fb920b66f4cbc928e 1612076 non-free/web extra 
docbookwiki_0.9.1cvs-7_all.deb

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

iD8DBQFIcg7S9nWq4tKrIiARAgR1AJ91rMYvzu1O9gwIygI2O5mBld5A+gCgonul
anGAIg7iVlMr3u7D95U4iSs=
=CP1D
-END PGP SIGNATURE-


Accepted:
docbookwiki_0.9.1cvs-7.diff.gz
  to pool/non-free/d/docbookwiki/docbookwiki_0.9.1cvs-7.diff.gz
docbookwiki_0.9.1cvs-7.dsc
  to pool/non-free/d/docbookwiki/docbookwiki_0.9.1cvs-7.dsc
docbookwiki_0.9.1cvs-7_all.deb
  to pool/non-free/d/docbookwiki/docbookwiki_0.9.1cvs-7_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted ktorrent 3.1+dfsg.2-1 (source i386 amd64)

2008-07-07 Thread Modestas Vainius
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2008 15:00:35 +0300
Source: ktorrent
Binary: ktorrent ktorrent-dbg
Architecture: amd64 i386 source 
Version: 3.1+dfsg.2-1
Distribution: unstable
Urgency: low
Maintainer: Modestas Vainius [EMAIL PROTECTED]
Changed-By: Modestas Vainius [EMAIL PROTECTED]
Description:
 ktorrent   - BitTorrent client for KDE
 ktorrent-dbg - KTorrent debugging symbols
Changes:
 ktorrent (3.1+dfsg.2-1) unstable; urgency=low
 .
   * Repack upstream tarball. Leave cmake/ dir alone, just prune non-free
 stuff.
   * Pull changes from ktorent 3.1 upstream branch up to revision 828279
 (debian/patches/00_r828279_branch_pull.diff).
   * Remove the following patches because I'm not going to split off libbtcore
 for lenny:
 - libbtcore/01_libbtcore_export.diff
 - 01_support_external_libbtcore.diff
 - 02_no_dht_without_dht_headers.diff
   * Upload to unstable. Now this source package ships KDE4 based version.
 ktorrent 3 series already had 2 major stable releases and it has many
 improvements. However, old KDE3 based KTorrent has been kept in
 ktorrent2.2 source package for the Lenny release. If you wish to use
 ktorrent 2.2.x (KDE3 based version), just install ktorrent2.2 package. In
 addition, the following changes related to this move have been made in
 this package:
 - Add NEWS entry.
 - Explain KTorrent 2.2.x vs. KTorrent 3.x situation in README.Debian.
   * Bump kdelibs5-dev build-depend to the version in unstable.
   * Drop libphonon-dev build-depend. It is pulled by kdelibs5-dev.
   * Update URIs in Vcs fields.
   * Set THIS_SHOULD_GO_TO_UNSTABLE=1 in debian/rules. I want this to be
 unstable upload.
Checksums-Sha1: 
 10b607933c3dbc7c5afd4c2eb73f9cdf2878b02f 2487937 
ktorrent_3.1+dfsg.2.orig.tar.gz
 3cb2134aa2069e3fa6024d76310bf6d093a23c46 2740454 ktorrent_3.1+dfsg.2-1_i386.deb
 436a101c0bf32f20f5f3588f656bc77d230d772f 30736 ktorrent_3.1+dfsg.2-1.diff.gz
 b7516ea833801a6b8f1ad6fc1f3c0f9d3a8fa27a 10454776 
ktorrent-dbg_3.1+dfsg.2-1_i386.deb
 c3bbefe5d6896689db02727d24a22a6b01b09080 10575760 
ktorrent-dbg_3.1+dfsg.2-1_amd64.deb
 897008b6b52c5e8ec36ba3c9ec86ff7a481e4157 1433 ktorrent_3.1+dfsg.2-1.dsc
 ea51156799b2de7b8689405bd939d66accadca03 2744612 
ktorrent_3.1+dfsg.2-1_amd64.deb
Checksums-Sha256: 
 0c4b1ebb0ac06ad2a890545c5398fef4c2129db2b7ad46463d68c283e9fc2419 10575760 
ktorrent-dbg_3.1+dfsg.2-1_amd64.deb
 4c36faf2ad32daf52a691834c1889d82fc290e1db5440072195fb7b3a62ea032 2740454 
ktorrent_3.1+dfsg.2-1_i386.deb
 5f58a66c9455891996de96f9cb8af6e1e95cecad24f502e3b7f09e4eb713021c 2487937 
ktorrent_3.1+dfsg.2.orig.tar.gz
 a58b8a8b202b0530c653e5cab7c982d7dc5d401450ba5ac8b8540ee17080ee0a 30736 
ktorrent_3.1+dfsg.2-1.diff.gz
 b5b2a54b616f4b80da5d880494c790563ab4d3e7f887f781fe33d945a4676774 10454776 
ktorrent-dbg_3.1+dfsg.2-1_i386.deb
 ec92f147e507ee0092721566a96ae995b00606877f8ae10de8bdd2705e0f44a2 2744612 
ktorrent_3.1+dfsg.2-1_amd64.deb
 e9b11e3446b89c8df56be26dea071a7d26d2e7dbc58997a8f2c47d3cb1e00557 1433 
ktorrent_3.1+dfsg.2-1.dsc
Files: 
 15311e0fe51835434f6e4694bd75c5dc 2740454 kde optional 
ktorrent_3.1+dfsg.2-1_i386.deb
 2c407cf985c355d51ed757308959f735 30736 kde optional 
ktorrent_3.1+dfsg.2-1.diff.gz
 35a2c35078bd13114541ad5a2fe8096e 2744612 kde optional 
ktorrent_3.1+dfsg.2-1_amd64.deb
 54e3d47772eef908ced7ce7d64aeb8a7 10575760 kde extra 
ktorrent-dbg_3.1+dfsg.2-1_amd64.deb
 5d3d660ed8710528f428f40bef898744 10454776 kde extra 
ktorrent-dbg_3.1+dfsg.2-1_i386.deb
 8a7f5f4e5b40373c947623a475cbc941 1433 kde optional ktorrent_3.1+dfsg.2-1.dsc
 fffdfebacf8ce8f1acca1fd2a0de4b14 2487937 kde optional 
ktorrent_3.1+dfsg.2.orig.tar.gz

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

iEYEARECAAYFAkhyEXMACgkQHO9JRnPq4hSD/gCgvXWux22FyXq/AfoxdqVFLrAo
MGUAniHa86n30SoEQkOUednYUxaHV3hD
=TssP
-END PGP SIGNATURE-


Accepted:
ktorrent-dbg_3.1+dfsg.2-1_amd64.deb
  to pool/main/k/ktorrent/ktorrent-dbg_3.1+dfsg.2-1_amd64.deb
ktorrent-dbg_3.1+dfsg.2-1_i386.deb
  to pool/main/k/ktorrent/ktorrent-dbg_3.1+dfsg.2-1_i386.deb
ktorrent_3.1+dfsg.2-1.diff.gz
  to pool/main/k/ktorrent/ktorrent_3.1+dfsg.2-1.diff.gz
ktorrent_3.1+dfsg.2-1.dsc
  to pool/main/k/ktorrent/ktorrent_3.1+dfsg.2-1.dsc
ktorrent_3.1+dfsg.2-1_amd64.deb
  to pool/main/k/ktorrent/ktorrent_3.1+dfsg.2-1_amd64.deb
ktorrent_3.1+dfsg.2-1_i386.deb
  to pool/main/k/ktorrent/ktorrent_3.1+dfsg.2-1_i386.deb
ktorrent_3.1+dfsg.2.orig.tar.gz
  to pool/main/k/ktorrent/ktorrent_3.1+dfsg.2.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted sqlrelay 1:0.39.4-5 (source all i386)

2008-07-07 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2008 14:32:21 +0200
Source: sqlrelay
Binary: sqlrelay libsqlrelay-0.39 sqlrelay-dev sqlrelay-doc python-sqlrelay 
zope-sqlrelayda sqlrelay-freetds sqlrelay-postgresql sqlrelay-mdb 
sqlrelay-mysql sqlrelay-odbc sqlrelay-sqlite sqlrelay-config-gtk 
libdbd-sqlrelay-perl libfirstworks-sqlr-perl libsqlrelay-java libsqlrelay-ruby 
libsqlrelay-tcl php5-sqlrelay
Architecture: source all i386
Version: 1:0.39.4-5
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Petter Reinholdtsen [EMAIL PROTECTED]
Description: 
 libdbd-sqlrelay-perl - SQL Relay Perl DBD API
 libfirstworks-sqlr-perl - SQL Relay Perl API
 libsqlrelay-0.39 - SQL Relay (runtime libraries)
 libsqlrelay-java - SQL Relay Java API
 libsqlrelay-ruby - SQL Relay Ruby API
 libsqlrelay-tcl - SQL Relay Tcl API
 php5-sqlrelay - SQL Relay PHP API
 python-sqlrelay - SQL Relay Python (default version) API
 sqlrelay   - Database connection pooling, proxying and load balancing
 sqlrelay-config-gtk - SQL Relay configuration GTK+ client
 sqlrelay-dev - SQL Relay C and C++ APIs
 sqlrelay-doc - SQL Relay documentation and examples
 sqlrelay-freetds - SQL Relay FreeTDS (Sybase and MS SQL Server) connection 
daemon
 sqlrelay-mdb - SQL Relay MDB connection daemon
 sqlrelay-mysql - SQL Relay MySQL connection daemon
 sqlrelay-odbc - SQL Relay ODBC connection daemon
 sqlrelay-postgresql - SQL Relay PostgreSQL connection daemon
 sqlrelay-sqlite - SQL Relay for SQLite connection daemon
 zope-sqlrelayda - SQL Relay Zope database adapter
Closes: 486789
Changes: 
 sqlrelay (1:0.39.4-5) unstable; urgency=low
 .
   * QA upload to fix release goal issue.
   * Add LSB formatted dependency info to init.d script (Closes: #486789).
Checksums-Sha1: 
 809a56379d39b66b80e2954a4f7b165f0ecc68d6 1770 sqlrelay_0.39.4-5.dsc
 b667ac5a9e17f72395650ccf73578b73636c6093 208215 sqlrelay_0.39.4-5.diff.gz
 57f085db285eee871badcef016c7573d7a24a6ea 666328 sqlrelay-doc_0.39.4-5_all.deb
 0562819ea538e295b8362c4d2a8fd6d1f61d3b12 18468 zope-sqlrelayda_0.39.4-5_all.deb
 9b42efe76d8915d5bb293d32c6ba062ed3507271 16814 
libdbd-sqlrelay-perl_0.39.4-5_all.deb
 af31c82701837eda290769c0a87c5a96ce075714 182768 sqlrelay_0.39.4-5_i386.deb
 52cfca4531b5113bed7f44af43b487cfd1d954a4 185860 
libsqlrelay-0.39_0.39.4-5_i386.deb
 936e56d490d3cf6f4e300630a1e471bba2f52dd0 233618 sqlrelay-dev_0.39.4-5_i386.deb
 8e946ec310f108f030e82bd2fdfa36d7f5cefab6 70226 
python-sqlrelay_0.39.4-5_i386.deb
 284a997b3491d105eb29fc1a0fcaf02e55ff843a 60602 
sqlrelay-freetds_0.39.4-5_i386.deb
 3568ee900669a06dff095e359dfe70b054bf6f76 61860 
sqlrelay-postgresql_0.39.4-5_i386.deb
 52842c282e41bb192e1a3792a5e68ed45cd31c5a 41868 sqlrelay-mdb_0.39.4-5_i386.deb
 d45f92c587e1e43bac13db1c754e2137d2450ff8 68674 sqlrelay-mysql_0.39.4-5_i386.deb
 2ffbc51a33d82f078ba11bc6be3176fa5fdc7324 44108 sqlrelay-odbc_0.39.4-5_i386.deb
 38c53105f024280f4a2860b89d66b2675f235776 42634 
sqlrelay-sqlite_0.39.4-5_i386.deb
 a39bc1e7d9aed2435cd1c7bb14974c4f642022bf 63440 
sqlrelay-config-gtk_0.39.4-5_i386.deb
 039bee91daa985a90497d9f24f517659b62b1c88 92310 
libfirstworks-sqlr-perl_0.39.4-5_i386.deb
 903b9de9526e5f6f131553cf4b333e040a7af0a6 49682 
libsqlrelay-java_0.39.4-5_i386.deb
 fb169e17ecef3e614cbbff21cd2a950c8a9cafbb 48798 
libsqlrelay-ruby_0.39.4-5_i386.deb
 44dfd6e7da52940b8c5431ff114511b9752d3b1a 46098 
libsqlrelay-tcl_0.39.4-5_i386.deb
 c733c47b761253f39f8db6039f3582a07f84b7f9 56832 php5-sqlrelay_0.39.4-5_i386.deb
Checksums-Sha256: 
 a2c03976525907f84ffd5382dc1d4d798e9bd4130c127c8679f31cfa350643e0 1770 
sqlrelay_0.39.4-5.dsc
 8fcad78b093947a8f9a03c25a90e977eab03454b83c3060ce640bce1aacd8a4f 208215 
sqlrelay_0.39.4-5.diff.gz
 69fa642d62e97cf5373d8ab811d3ad3813ebdcd66dcc020f2723b757efb9b81e 666328 
sqlrelay-doc_0.39.4-5_all.deb
 502e2436915606f6e0c3b989bcfc5b652f06421ed96f0f63971bfef07d05dd0b 18468 
zope-sqlrelayda_0.39.4-5_all.deb
 5671037dc4ebf039a8f7cf72fbe42eea70d69d696b8d06523234b244c1a1526c 16814 
libdbd-sqlrelay-perl_0.39.4-5_all.deb
 0c3fa340d95baba367998610cbcb4bab29de17f49cc7163efc5a6dfbf6fad018 182768 
sqlrelay_0.39.4-5_i386.deb
 db90e34e5c55e7083a1134704f2b92274c700062767319731e04b3f6a8f91edd 185860 
libsqlrelay-0.39_0.39.4-5_i386.deb
 c3e95331cef6639bab8570da040f89d682ad0d054f0df8abed19e1c997a8ec7c 233618 
sqlrelay-dev_0.39.4-5_i386.deb
 2878c0450d6da3d5111275f6ed06498f22dc80a5937d31f038808c8bf60355a9 70226 
python-sqlrelay_0.39.4-5_i386.deb
 023d6adcb8b1e911ea1b1350a7c66c9ebc07d20ddb09d6ea7b590532848ce620 60602 
sqlrelay-freetds_0.39.4-5_i386.deb
 219cbea53d7c9ba9739e19f3d2a603dd19689ac2b6dd8e97db171954f08a5757 61860 
sqlrelay-postgresql_0.39.4-5_i386.deb
 fd331608ddd4a986a3f862978dce27ae96db979bf0429204cfbff68bc51f5ad8 41868 
sqlrelay-mdb_0.39.4-5_i386.deb
 5e177883c6a52a1889c160fecfe8b5d05f372dd508bd100792a1a25f382c4312 68674 
sqlrelay-mysql_0.39.4-5_i386.deb
 b61b5d1cc99d641064eb92f24fc28bb2a453df1372fabff4d48c98022077379a 44108 

Accepted minpack 19961126-13 (source i386)

2008-07-07 Thread James R. Van Zandt
-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Mon, 07 Jul 2008 09:23:08 -0400
Source: minpack
Binary: minpack-dev libminpack1
Architecture: source i386
Version: 19961126-13
Distribution: unstable
Urgency: low
Maintainer: James R. Van Zandt [EMAIL PROTECTED]
Changed-By: James R. Van Zandt [EMAIL PROTECTED]
Description: 
 libminpack1 - nonlinear equations and nonlinear least squares shared library
 minpack-dev - nonlinear equations and nonlinear least squares static library
Closes: 488299
Changes: 
 minpack (19961126-13) unstable; urgency=low
 .
   * Replace copyright notice (thanks to Bernd Zeimetz [EMAIL PROTECTED],
 closes:Bug#488299)
 .
   * bumped policy version to 3.7.3 (no changes needed).
Files: 
 61c54e037912d2427a77d78ebb58803a 719 devel optional minpack_19961126-13.dsc
 fc8ccc02661e9b76bba18fe64af31eda 330214 devel optional 
minpack_19961126-13.diff.gz
 ef48fa93b3f97cb921e219688bd3c37b 65758 devel optional 
minpack-dev_19961126-13_i386.deb
 3eac0e5ac36ace042706291d0fea0005 20910 devel optional 
libminpack1_19961126-13_i386.deb

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

iQCVAwUBSHIa3THnPxTimJZtAQGaXQQAwG/HF0oHf1mdjhBIM/Aw1WrO6IhPvBOI
r5DaWk1DGvOwG60DDrPmMkjJ8fusqogM6d6XbVLXPBnudSA5HfxI1/buDNZiTXMZ
Se6NPrNnmcdnNRMfHJpBg/3D06Yr3vQGPHb6fnoXgenC52JAz/Sf2usJlOuGvel5
xPWHe/Z3Jao=
=kooK
-END PGP SIGNATURE-


Accepted:
libminpack1_19961126-13_i386.deb
  to pool/main/m/minpack/libminpack1_19961126-13_i386.deb
minpack-dev_19961126-13_i386.deb
  to pool/main/m/minpack/minpack-dev_19961126-13_i386.deb
minpack_19961126-13.diff.gz
  to pool/main/m/minpack/minpack_19961126-13.diff.gz
minpack_19961126-13.dsc
  to pool/main/m/minpack/minpack_19961126-13.dsc


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted asio 1.1.1-1 (source all)

2008-07-07 Thread Simon Richter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2008 13:40:31 +0200
Source: asio
Binary: libasio-dev libasio-doc
Architecture: source all
Version: 1.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Simon Richter [EMAIL PROTECTED]
Changed-By: Simon Richter [EMAIL PROTECTED]
Description: 
 libasio-dev - cross-platform C++ library for network programming
 libasio-doc - cross-platform C++ library for network programming
Closes: 489703
Changes: 
 asio (1.1.1-1) unstable; urgency=low
 .
   * New upstream release (Closes: #489703)
   * Always force a rebuild of the autoconf generated files
Checksums-Sha1: 
 cb59613b593444ea04e26838ff4f4951cbf35031 1261 asio_1.1.1-1.dsc
 af0a92624df9c557683c180bb5d6e2bc392000ff 1075285 asio_1.1.1.orig.tar.gz
 0dc6a113902e4467d9c50dbc6d920db2df7e5509 2895 asio_1.1.1-1.diff.gz
 50a715e6c3013ce8fff0d604eac800f1333460e1 215528 libasio-dev_1.1.1-1_all.deb
 56fbbd1725748ea630cc577b497dcc9656db224b 739414 libasio-doc_1.1.1-1_all.deb
Checksums-Sha256: 
 dee9683b3c98f7bd736298df65241063193927a8939c27517ddcc92bec41912b 1261 
asio_1.1.1-1.dsc
 9f6c3cf18865a823035b2aa3df672398b27678f6f57514a2d21ddd139b8f0e3b 1075285 
asio_1.1.1.orig.tar.gz
 59fdcfd38baf43893f382408194343692cec41f0a4233845d62374c3f8d58dba 2895 
asio_1.1.1-1.diff.gz
 ca4fe46308583c4aa45e880deb273b1c122f63fc95158c5525341eed8eb30382 215528 
libasio-dev_1.1.1-1_all.deb
 1578f7f2e278db4ee720cd412abbfc80bfdd73c7b7a1c7bc86ac370aa035ae81 739414 
libasio-doc_1.1.1-1_all.deb
Files: 
 262b9bb3483cd7238dc85f84363ca08e 1261 devel optional asio_1.1.1-1.dsc
 5ed287ed72058048047b6bb7a6f551a2 1075285 devel optional asio_1.1.1.orig.tar.gz
 7f2d162c914dd7c1ffeeadf174129282 2895 devel optional asio_1.1.1-1.diff.gz
 5086fbbd2b2e6bf4fa0e042186d30e47 215528 libdevel optional 
libasio-dev_1.1.1-1_all.deb
 8941aed22fe4eaf4ec657f3c00d2af11 739414 doc optional 
libasio-doc_1.1.1-1_all.deb

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

iJwEAQECAAYFAkhyII4ACgkQ0sfeulffv7vNVgP/cUCKklaiexAFEiyBTg0XK699
2mAf4413jFWQg7VLASbOD5wnGh9D4h086pHuiQC/MCgRcdOqrzM06/WkR1mOJJ6o
cYUI0TIZkORtRmn63TOGa/FnBJ/URa5z4XPJzYGnHzzp87lmVlCPXehdx+2Jr7aR
Ohiv5d97TEwPyJirrmA=
=AJ/1
-END PGP SIGNATURE-


Accepted:
asio_1.1.1-1.diff.gz
  to pool/main/a/asio/asio_1.1.1-1.diff.gz
asio_1.1.1-1.dsc
  to pool/main/a/asio/asio_1.1.1-1.dsc
asio_1.1.1.orig.tar.gz
  to pool/main/a/asio/asio_1.1.1.orig.tar.gz
libasio-dev_1.1.1-1_all.deb
  to pool/main/a/asio/libasio-dev_1.1.1-1_all.deb
libasio-doc_1.1.1-1_all.deb
  to pool/main/a/asio/libasio-doc_1.1.1-1_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted xfs 1:1.0.8-2 (source i386)

2008-07-07 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2008 15:01:38 +0200
Source: xfs
Binary: xfs
Architecture: source i386
Version: 1:1.0.8-2
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force [EMAIL PROTECTED]
Changed-By: Julien Cristau [EMAIL PROTECTED]
Description: 
 xfs- X font server
Closes: 489232
Changes: 
 xfs (1:1.0.8-2) unstable; urgency=low
 .
   * Add $syslog dependency to the xfs init.d script (closes: #489232).
 Thanks, Sven Joachim!
Checksums-Sha1: 
 1c7062dac440ba253ab663a35686df83aa2bd26a 1225 xfs_1.0.8-2.dsc
 060424d7542dcff51a1090d0c824630e2a6551a2 37466 xfs_1.0.8-2.diff.gz
 7052a8173b3520f40247f530d030eccdfbe27f5d 90796 xfs_1.0.8-2_i386.deb
Checksums-Sha256: 
 d5765fd4530e6f6f92a3c0c7122f17e0696ec103d799032217c815383a417380 1225 
xfs_1.0.8-2.dsc
 32aba09612883e6e4856ca2aba298284b61ef49368cda0b15a9036c64d093174 37466 
xfs_1.0.8-2.diff.gz
 8aa2cdcda38fb8487a5d64e3d7466da39e53325bcbfa4e6b1c645f1eadc2da80 90796 
xfs_1.0.8-2_i386.deb
Files: 
 5752a35a288a40856379232c19a6155c 1225 x11 optional xfs_1.0.8-2.dsc
 2a0dd3e1e5010a0a1fbbccda40536670 37466 x11 optional xfs_1.0.8-2.diff.gz
 2d05afac8a9f8d5d74a61aabc3e84526 90796 x11 optional xfs_1.0.8-2_i386.deb

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

iEYEARECAAYFAkhyHXsACgkQmEvTgKxfcAxaVgCeKn2j3ZCabZ9ZNpz+V2HIX4St
3ZQAoJyxvC4vgIIESsvVjiiHs6o/PHIc
=pT+I
-END PGP SIGNATURE-


Accepted:
xfs_1.0.8-2.diff.gz
  to pool/main/x/xfs/xfs_1.0.8-2.diff.gz
xfs_1.0.8-2.dsc
  to pool/main/x/xfs/xfs_1.0.8-2.dsc
xfs_1.0.8-2_i386.deb
  to pool/main/x/xfs/xfs_1.0.8-2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted xcache 1.2.2-3 (source i386)

2008-07-07 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2008 15:46:42 +0200
Source: xcache
Binary: php5-xcache
Architecture: source i386
Version: 1.2.2-3
Distribution: unstable
Urgency: low
Maintainer: Michal Čihař [EMAIL PROTECTED]
Changed-By: Michal Čihař [EMAIL PROTECTED]
Description: 
 php5-xcache - Fast, stable PHP opcode cacher
Closes: 489739
Changes: 
 xcache (1.2.2-3) unstable; urgency=low
 .
   * Implement clean target in debian/rules (Closes: #489739).
 - Some files have to be deleted manually.
   * Update policy to 3.8.0 (no changes needed).
Checksums-Sha1: 
 25c0cc7ccadd3a45e94f8318e5a4663a254db17a 1095 xcache_1.2.2-3.dsc
 aa56d034209e1fc9747beaa5dac8f0cdeb757b01 5310 xcache_1.2.2-3.diff.gz
 36bead25e7f6084c72c1ea0ccc2e9f42a30b90db 82350 php5-xcache_1.2.2-3_i386.deb
Checksums-Sha256: 
 deb8385f703f35ecc49a4eb3121a032fcbd36ad968819ab1e3a276dd6a38f9c8 1095 
xcache_1.2.2-3.dsc
 9d151c51b138bb2267fe97145b5b6801df25ddadb61ef9826430188b271453b1 5310 
xcache_1.2.2-3.diff.gz
 9959751302cc92e70b3d97b17a9664f4c39b15061b4be7465874db50d2d20430 82350 
php5-xcache_1.2.2-3_i386.deb
Files: 
 3a108055de290d0dc9fcee1b9cd7a9a9 1095 web optional xcache_1.2.2-3.dsc
 3b0c126e4c7287210df528bba472940d 5310 web optional xcache_1.2.2-3.diff.gz
 f5c13ce8ded161854a84038627d5d7c2 82350 web optional 
php5-xcache_1.2.2-3_i386.deb

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

iEYEARECAAYFAkhyHmcACgkQ3DVS6DbnVgTeRgCgiS+UeGsycFR1bRn5BBBbwVMj
RBoAnRQkeFDazHxMTdgofLyiYZKoQreI
=udhZ
-END PGP SIGNATURE-


Accepted:
php5-xcache_1.2.2-3_i386.deb
  to pool/main/x/xcache/php5-xcache_1.2.2-3_i386.deb
xcache_1.2.2-3.diff.gz
  to pool/main/x/xcache/xcache_1.2.2-3.diff.gz
xcache_1.2.2-3.dsc
  to pool/main/x/xcache/xcache_1.2.2-3.dsc


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted gnome-python-desktop 2.22.0-2 (source i386 all)

2008-07-07 Thread Loic Minier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 12 May 2008 11:47:15 +0200
Source: gnome-python-desktop
Binary: python-gnome2-desktop python-gnome2-desktop-doc 
python-gnome2-desktop-dev
Architecture: source i386 all
Version: 2.22.0-2
Distribution: unstable
Urgency: low
Maintainer: Loic Minier [EMAIL PROTECTED]
Changed-By: Loic Minier [EMAIL PROTECTED]
Description: 
 python-gnome2-desktop - Python bindings for the GNOME desktop environment
 python-gnome2-desktop-dev - Python bindings for the GNOME desktop environment
 python-gnome2-desktop-doc - Python bindings for the GNOME desktop environment 
- documentation
Closes: 360101 489736
Changes: 
 gnome-python-desktop (2.22.0-2) unstable; urgency=low
 .
   * Wrap deps and build-deps.
   * Cleanup rules.
   * Depend on librsvg2-common for SVG support; strictly speaking, this could
 be a recommends as the package provides other functionality, but I
 wouldn't want other packages needing rsvg support to have to depend on
 librsvg2-common explicitely; closes: #360101.
   * Don't build-dep on bug-buddy for !hurd-i386; libgtop and hence bug-buddy
 aren't ported to hurd yet; thanks Michael Banck; closes: #489736.
Checksums-Sha1: 
 991374091fb30ee043d5d1483b765dd8664c66ff 2152 gnome-python-desktop_2.22.0-2.dsc
 4d7800c296b74d3854279167031e301bd1f900be 5384 
gnome-python-desktop_2.22.0-2.diff.gz
 b36dc15f880b00dfa07eaf9d1b7f66f2886433d8 344550 
python-gnome2-desktop_2.22.0-2_i386.deb
 650681ce643308fc4778609983f5e25fe5909ee6 73174 
python-gnome2-desktop-doc_2.22.0-2_all.deb
 73ac92f93286da8dd25ea58fb307ecc646c5d284 48038 
python-gnome2-desktop-dev_2.22.0-2_all.deb
Checksums-Sha256: 
 97d5a345b996e20eea54592e8f7098e5bcd610480680cc3c5970b64a8c86c242 2152 
gnome-python-desktop_2.22.0-2.dsc
 ef74b35b9d1da831769feff0123930403167dd799cacca744f8904ce90eebd99 5384 
gnome-python-desktop_2.22.0-2.diff.gz
 5692a53d978ab8094b836feda31981b9cc67de745d7c767069b0e9567db51c6e 344550 
python-gnome2-desktop_2.22.0-2_i386.deb
 eef31fd3cb60af0f4b2355d980fcda4fc2ee6edf8d6e623a4e44c7da210b2c63 73174 
python-gnome2-desktop-doc_2.22.0-2_all.deb
 f9ea2ce69bb623a57294a8640b8d707392159e8608dcf49d3715617f89a59b45 48038 
python-gnome2-desktop-dev_2.22.0-2_all.deb
Files: 
 c2b3cf4f5133f2dff0e3444f67ce694c 2152 python optional 
gnome-python-desktop_2.22.0-2.dsc
 ef113869aa5d80e60d4812f7253d9fd9 5384 python optional 
gnome-python-desktop_2.22.0-2.diff.gz
 eb4d547925e6e2537b416abd8062b335 344550 python optional 
python-gnome2-desktop_2.22.0-2_i386.deb
 375f2032a3e02efe3ad69991fe14a700 73174 doc optional 
python-gnome2-desktop-doc_2.22.0-2_all.deb
 1a55a28063051052225004666b860dab 48038 python optional 
python-gnome2-desktop-dev_2.22.0-2_all.deb

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

iEYEARECAAYFAkhyGqgACgkQ4VUX8isJIMA8UwCfRA47Ll63/UqEWPZgyJsu6mgp
8+cAoJ9kyJYDCME2uwZsmDujdYAumxyA
=L09+
-END PGP SIGNATURE-


Accepted:
gnome-python-desktop_2.22.0-2.diff.gz
  to pool/main/g/gnome-python-desktop/gnome-python-desktop_2.22.0-2.diff.gz
gnome-python-desktop_2.22.0-2.dsc
  to pool/main/g/gnome-python-desktop/gnome-python-desktop_2.22.0-2.dsc
python-gnome2-desktop-dev_2.22.0-2_all.deb
  to pool/main/g/gnome-python-desktop/python-gnome2-desktop-dev_2.22.0-2_all.deb
python-gnome2-desktop-doc_2.22.0-2_all.deb
  to pool/main/g/gnome-python-desktop/python-gnome2-desktop-doc_2.22.0-2_all.deb
python-gnome2-desktop_2.22.0-2_i386.deb
  to pool/main/g/gnome-python-desktop/python-gnome2-desktop_2.22.0-2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted qcake 0.6.3-3 (source powerpc)

2008-07-07 Thread Gerfried Fuchs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2008 15:00:25 +0200
Source: qcake
Binary: qcake
Architecture: source powerpc
Version: 0.6.3-3
Distribution: unstable
Urgency: low
Maintainer: Gerfried Fuchs [EMAIL PROTECTED]
Changed-By: Gerfried Fuchs [EMAIL PROTECTED]
Description: 
 qcake  - programming environment and scene editor for 3D games
Changes: 
 qcake (0.6.3-3) unstable; urgency=low
 .
   * New patch: 03_ssgLoad-setlocale-wrapper. Explicitly set LC_NUMERIC around
 ssgLoad calls to work around a bug in plib that was introduced by the
 removal of the very same in QT 4.4.
Checksums-Sha1: 
 bc5c34b59b9b3595dffeb4747b630a5d2fb6ec19 1194 qcake_0.6.3-3.dsc
 6969cedc87449190691fa5437797f3ebf9ce00b5 5397 qcake_0.6.3-3.diff.gz
 5c81079395a81c677e5fb541664aeabf5b76f061 8216454 qcake_0.6.3-3_powerpc.deb
Checksums-Sha256: 
 3a04c966aec7e76369eabc20d066f71727545ed45c720c9a98aa53ff2a9da630 1194 
qcake_0.6.3-3.dsc
 ce23afd8dc110f2593564b31ad3104f3915e80ca8c112270e986653da03500b7 5397 
qcake_0.6.3-3.diff.gz
 c46c56af302b71b5e77970f3c15da1dceb7fef0f2594713ef8d866c12dfe02f1 8216454 
qcake_0.6.3-3_powerpc.deb
Files: 
 10d7da43aa75f10eac702f842d845c28 1194 games optional qcake_0.6.3-3.dsc
 4fb45787a8e07b4c04fe40fb11d533d3 5397 games optional qcake_0.6.3-3.diff.gz
 1dd0ee7969c5586df1185fbad8dc4453 8216454 games optional 
qcake_0.6.3-3_powerpc.deb

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

iD8DBQFIchw8ELuA/Ba9d8YRAuREAJ9RhQss/XoovcXi7JHZsZm7xmQ45gCgvWoJ
chvF1uofeMO98nLvCDN0yOM=
=rNI5
-END PGP SIGNATURE-


Accepted:
qcake_0.6.3-3.diff.gz
  to pool/main/q/qcake/qcake_0.6.3-3.diff.gz
qcake_0.6.3-3.dsc
  to pool/main/q/qcake/qcake_0.6.3-3.dsc
qcake_0.6.3-3_powerpc.deb
  to pool/main/q/qcake/qcake_0.6.3-3_powerpc.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted base-passwd 3.5.18 (source i386)

2008-07-07 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2008 15:11:07 +0100
Source: base-passwd
Binary: base-passwd
Architecture: source i386
Version: 3.5.18
Distribution: unstable
Urgency: low
Maintainer: Colin Watson [EMAIL PROTECTED]
Changed-By: Colin Watson [EMAIL PROTECTED]
Description: 
 base-passwd - Debian base system master password and group files
Changes: 
 base-passwd (3.5.18) unstable; urgency=low
 .
   * Convert manual pages to UTF-8.
   * Update DEB_BUILD_OPTIONS parsing code from policy 3.8.0.
   * Update a few copyright notices.
   * Convert to machine-readable copyright format, wiki revision 179.
   * Update to new section hierarchy from doc-base = 0.8.10.
Checksums-Sha1: 
 e87e3497a579f7e7062758e46c014bd99bc2b4ce 782 base-passwd_3.5.18.dsc
 3617f637fac457137a9ae346d610d0484f163e8a 72393 base-passwd_3.5.18.tar.gz
 685e44a352522f62961daf2571e71d4eb6c2bf7d 39258 base-passwd_3.5.18_i386.deb
Checksums-Sha256: 
 c47b9ef2e377a34956019aa4f19ae2b0e9ab5a9a5174d1ace5fdc58989a441d7 782 
base-passwd_3.5.18.dsc
 48621a9dd6949def70d8301a788395b6f01b35666db7a8a5cde6092e7636db4a 72393 
base-passwd_3.5.18.tar.gz
 3c5b77a41c7795336dda3e5685e6d90439cba02ceb32854d04e87b47d43f80a0 39258 
base-passwd_3.5.18_i386.deb
Files: 
 ddbe8578b2049d03a28c44df87c17775 782 admin required base-passwd_3.5.18.dsc
 33e4691a96e71eb732df2157b8fff958 72393 admin required base-passwd_3.5.18.tar.gz
 e74f00a835162cfe14d687ec1a7cf2d4 39258 admin required 
base-passwd_3.5.18_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Colin Watson [EMAIL PROTECTED] -- Debian developer

iD8DBQFIciRI9t0zAhD6TNERAkpoAJ0RyFS3IO5ZJalyR+uW25kfC6nNdgCeJgZg
Ux+cksq1B8ip1oYrvbd2CSg=
=FjfF
-END PGP SIGNATURE-


Accepted:
base-passwd_3.5.18.dsc
  to pool/main/b/base-passwd/base-passwd_3.5.18.dsc
base-passwd_3.5.18.tar.gz
  to pool/main/b/base-passwd/base-passwd_3.5.18.tar.gz
base-passwd_3.5.18_i386.deb
  to pool/main/b/base-passwd/base-passwd_3.5.18_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted openvas-libraries 1.0.2-1 (source i386)

2008-07-07 Thread Jan Wagner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2008 16:17:53 +0200
Source: openvas-libraries
Binary: libopenvas1-dev libopenvas1
Architecture: source i386
Version: 1.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian OpenVAS Maintainers [EMAIL PROTECTED]
Changed-By: Jan Wagner [EMAIL PROTECTED]
Description: 
 libopenvas1 - OpenVAS shared libraries
 libopenvas1-dev - OpenVAS static libraries and headers
Changes: 
 openvas-libraries (1.0.2-1) unstable; urgency=low
 .
   * New upstream release
   * Add Tim and myself to Uploaders
   * Set Debian Maintainers Mailing List as Maintainer
   * Add Vcs-Headers
   * bump Standards Version to 3.8.0, no changes needed
   * remove trailing whitespaces from EOL and EOF in debian/*
   * move Section to right place for openvas-libraries in control
   * also depend on libgnutls-dev, libpcap-dev for -dev
   * remove debian/*.dirs since unneeded
Checksums-Sha1: 
 8b92c8b1f23a778afc05da676ebd002988ad3c00 1490 openvas-libraries_1.0.2-1.dsc
 e743a69c9a28abe374e9827eddd3370d5cfae055 317300 
openvas-libraries_1.0.2.orig.tar.gz
 59d5b6bed6cf0b708bcf81ad832d2412190e86c5 3330 openvas-libraries_1.0.2-1.diff.gz
 28f69ed15d2ebf0fded0ba41aef76147d33cbe92 86650 libopenvas1-dev_1.0.2-1_i386.deb
 a519bcfe0f7ce15716393b5d2dc0cbcd19ea5814 65092 libopenvas1_1.0.2-1_i386.deb
Checksums-Sha256: 
 6e650c8e1a32bc247a0299d33c1af0fc2d0b919b9c9ca9edb5fe547fc2e3db22 1490 
openvas-libraries_1.0.2-1.dsc
 4f295a3d1a414652c16037617544c5d1ea865b9790e83b76dbf1c71b7fd52e41 317300 
openvas-libraries_1.0.2.orig.tar.gz
 b9fee4251156a699d383abc5677bbb4894120c09bd87b8c8714be9efdaae 3330 
openvas-libraries_1.0.2-1.diff.gz
 8111c2c7bd5708ec7e829c2983725f485dfb7716965ed6847c0034031b48e541 86650 
libopenvas1-dev_1.0.2-1_i386.deb
 28112edfbdd0def6e340e622e1d232945e2b0d202087a33b797df667205703c4 65092 
libopenvas1_1.0.2-1_i386.deb
Files: 
 75ebd5772cea470999d04bdf030671ac 1490 libs optional 
openvas-libraries_1.0.2-1.dsc
 9113c17581ffec1b1c490896b63422f1 317300 libs optional 
openvas-libraries_1.0.2.orig.tar.gz
 7621728982edaa3e3cbe3cd80c9dcc07 3330 libs optional 
openvas-libraries_1.0.2-1.diff.gz
 c2d1ddacd1e8af8f7a6cdfd4fa42886b 86650 libdevel optional 
libopenvas1-dev_1.0.2-1_i386.deb
 87e5f31a54fc4306719d082f896702f8 65092 libs optional 
libopenvas1_1.0.2-1_i386.deb

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

iEYEARECAAYFAkhyJ80ACgkQ+C5cwEsrK573SgCeNIoBM4ts8Tfx/1QEMU3k8QGF
mwMAoIzNVZe+fTuy6/yEtIcEo3bMABLm
=nvT2
-END PGP SIGNATURE-


Accepted:
libopenvas1-dev_1.0.2-1_i386.deb
  to pool/main/o/openvas-libraries/libopenvas1-dev_1.0.2-1_i386.deb
libopenvas1_1.0.2-1_i386.deb
  to pool/main/o/openvas-libraries/libopenvas1_1.0.2-1_i386.deb
openvas-libraries_1.0.2-1.diff.gz
  to pool/main/o/openvas-libraries/openvas-libraries_1.0.2-1.diff.gz
openvas-libraries_1.0.2-1.dsc
  to pool/main/o/openvas-libraries/openvas-libraries_1.0.2-1.dsc
openvas-libraries_1.0.2.orig.tar.gz
  to pool/main/o/openvas-libraries/openvas-libraries_1.0.2.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted jed-extra 2.5.1-1 (source all)

2008-07-07 Thread Guenter Milde
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2008 12:48:18 +0200
Source: jed-extra
Binary: jed-extra
Architecture: source all
Version: 2.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian JED Group [EMAIL PROTECTED]
Changed-By: Guenter Milde [EMAIL PROTECTED]
Description: 
 jed-extra  - collection of useful Jed modes and utilities
Changes: 
 jed-extra (2.5.1-1) unstable; urgency=low
 .
   * New upstream release [GM]
   * debian/control [RL]:
 + Move po-debconf into Build-Depends-Indep
 + Append trunk/ to the path in Vcs-Svn:, such that debcheckout works
 + Bump Standards-Version to 3.8.0 (no changes needed)
   * Recommend slsh instead of Suggest
 as many modes depend on it (as it provides pcre.sl). [GM]
   * Drop the conflict with dictionaries-common ( 0.14.0),
 even sarge (oldstable) has 0.25.12. [GM]
Checksums-Sha1: 
 8e7953420190f29d6a97ed96a3b3fbaeb62c3ca2 1265 jed-extra_2.5.1-1.dsc
 007aa854838fc31330f792710b0ce026622b7cea 574003 jed-extra_2.5.1.orig.tar.gz
 d38f832f240bf712fef5ac7412fa15ad2ae0bda0 25288 jed-extra_2.5.1-1.diff.gz
 31e449aa31e50004a07e3000e87dae4476e10677 549954 jed-extra_2.5.1-1_all.deb
Checksums-Sha256: 
 658b5f48f251dc8d61238686220aeb5cb1e6da46327b8ea7a86dd517417b97b3 1265 
jed-extra_2.5.1-1.dsc
 bed77d155ecc6a8182b97f899d7026aba451f35f51bc57f7f57ee446fe6087b8 574003 
jed-extra_2.5.1.orig.tar.gz
 83c6bce67c1e381348720d86bd59706aed531b4faa61cbf6c679798410331184 25288 
jed-extra_2.5.1-1.diff.gz
 cbfc934d7597fa658da3676d6a80ba63716098c50d14b1bbf4b1d010d029bb91 549954 
jed-extra_2.5.1-1_all.deb
Files: 
 a8131e2e7b520b92eec8e75562cfc2fa 1265 editors optional jed-extra_2.5.1-1.dsc
 bb0d4d151f8b7f08e7030c59036a5410 574003 editors optional 
jed-extra_2.5.1.orig.tar.gz
 926431ddc00a9f4cbfad91874b9f5cdc 25288 editors optional 
jed-extra_2.5.1-1.diff.gz
 67503d4ade12aa408bcdac26b91b35bf 549954 editors optional 
jed-extra_2.5.1-1_all.deb

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

iD8DBQFIciZmk3oga0pdcv4RAp9UAJ9PRlPPjnmd0VEjSJs3JV65StdRPgCgmEwA
Q//PPMaLXXEgIhoZysKrfTk=
=U986
-END PGP SIGNATURE-


Accepted:
jed-extra_2.5.1-1.diff.gz
  to pool/main/j/jed-extra/jed-extra_2.5.1-1.diff.gz
jed-extra_2.5.1-1.dsc
  to pool/main/j/jed-extra/jed-extra_2.5.1-1.dsc
jed-extra_2.5.1-1_all.deb
  to pool/main/j/jed-extra/jed-extra_2.5.1-1_all.deb
jed-extra_2.5.1.orig.tar.gz
  to pool/main/j/jed-extra/jed-extra_2.5.1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted sane-backends-extras 1.0.19.8 (source amd64)

2008-07-07 Thread Julien BLACHE
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2008 16:20:11 +0200
Source: sane-backends-extras
Binary: libsane-extras libsane-extras-dev libsane-extras-dbg
Architecture: source amd64
Version: 1.0.19.8
Distribution: unstable
Urgency: low
Maintainer: Julien BLACHE [EMAIL PROTECTED]
Changed-By: Julien BLACHE [EMAIL PROTECTED]
Description: 
 libsane-extras - API library for scanners -- extra backends
 libsane-extras-dbg - API library for scanners -- extra backends [debug symbols]
 libsane-extras-dev - API development library for scanners [development files]
Closes: 487462
Changes: 
 sane-backends-extras (1.0.19.8) unstable; urgency=low
 .
   * debian/control:
 + Bump Standards-Version to 3.8.0 (no changes).
   * epkowa:
 + Add full support for the Perfection 4490 and fix an off-by-one error;
   patches by Carl Troein and Brad Sawatzky (closes: #487462).
Checksums-Sha1: 
 155ff9db372eda1c9d318eaf02ca0c18bf9dad54 883 sane-backends-extras_1.0.19.8.dsc
 84be54cbc63c23430994dff6e539d8f37bd638f4 720741 
sane-backends-extras_1.0.19.8.tar.gz
 e33e21e38da3e83f7ff92621da64f893abeb33c1 194826 
libsane-extras_1.0.19.8_amd64.deb
 4915e65cb9ec2034bc053b0debf7fc7de8952759 180464 
libsane-extras-dev_1.0.19.8_amd64.deb
 b09125745f910e628d649e9477cb17bd28f3aefa 221490 
libsane-extras-dbg_1.0.19.8_amd64.deb
Checksums-Sha256: 
 31711b08c8a87e125524b7fa4c406445666171179ca32cd68620f79815c36b75 883 
sane-backends-extras_1.0.19.8.dsc
 fa576eb1dfd991830cf88c8856cd16cce22b8ddd3fef073bb89ff90b900f1b61 720741 
sane-backends-extras_1.0.19.8.tar.gz
 a024d8ac9a4dd4700a8b0ab16e0bfdc3edd8d52a41d3b5a9b382f2f8e02a6bae 194826 
libsane-extras_1.0.19.8_amd64.deb
 1c8483a3f7edb6edf50208e5c6084425faa6831d8a3171772baa16c3bda56930 180464 
libsane-extras-dev_1.0.19.8_amd64.deb
 427b037ced3cf60be674075bfc7425dfb71d84f32b464ad7b94a34910c479aca 221490 
libsane-extras-dbg_1.0.19.8_amd64.deb
Files: 
 2a9bb78993bf01ab9bbf9deee42adb1b 883 graphics optional 
sane-backends-extras_1.0.19.8.dsc
 a53d79f410286f6d8a09c0a411e86873 720741 graphics optional 
sane-backends-extras_1.0.19.8.tar.gz
 3b10f72c8fff35d36a63da0ac866c38d 194826 libs optional 
libsane-extras_1.0.19.8_amd64.deb
 fcd6017d7b5e9487c6076070e042290d 180464 libdevel optional 
libsane-extras-dev_1.0.19.8_amd64.deb
 466205fa792ee4d0626704218a293ee3 221490 libdevel extra 
libsane-extras-dbg_1.0.19.8_amd64.deb

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

iD8DBQFIcihPzWFP1/XWUWkRAse5AKDXMGIzLXEUvQhZblh80CxuHLxcHgCgwpyF
bALSNsk4EeG8cEvUB4L327c=
=EFaD
-END PGP SIGNATURE-


Accepted:
libsane-extras-dbg_1.0.19.8_amd64.deb
  to pool/main/s/sane-backends-extras/libsane-extras-dbg_1.0.19.8_amd64.deb
libsane-extras-dev_1.0.19.8_amd64.deb
  to pool/main/s/sane-backends-extras/libsane-extras-dev_1.0.19.8_amd64.deb
libsane-extras_1.0.19.8_amd64.deb
  to pool/main/s/sane-backends-extras/libsane-extras_1.0.19.8_amd64.deb
sane-backends-extras_1.0.19.8.dsc
  to pool/main/s/sane-backends-extras/sane-backends-extras_1.0.19.8.dsc
sane-backends-extras_1.0.19.8.tar.gz
  to pool/main/s/sane-backends-extras/sane-backends-extras_1.0.19.8.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted pango1.0 1.20.5-1 (source all i386)

2008-07-07 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jul 2008 15:40:16 +0200
Source: pango1.0
Binary: libpango1.0-0 libpango1.0-udeb libpango1.0-common libpango1.0-dev 
libpango1.0-0-dbg libpango1.0-doc
Architecture: source all i386
Version: 1.20.5-1
Distribution: unstable
Urgency: low
Maintainer: Sebastien Bacher [EMAIL PROTECTED]
Changed-By: Sebastian Dröge [EMAIL PROTECTED]
Description: 
 libpango1.0-0 - Layout and rendering of internationalized text
 libpango1.0-0-dbg - The Pango library and debugging symbols
 libpango1.0-common - Modules and configuration files for the Pango
 libpango1.0-dev - Development files for the Pango
 libpango1.0-doc - Documentation files for the Pango
 libpango1.0-udeb - Layout and rendering of internationalized text - minimal 
runtime (udeb)
Changes: 
 pango1.0 (1.20.5-1) unstable; urgency=low
 .
   * New upstream release, fixing libtool versioning.
Checksums-Sha1: 
 75d1821dafbcd5f3455125b82e5fffa6c5194e6b 1649 pango1.0_1.20.5-1.dsc
 f1976ce0ae016ddd7bf4784937eb9331bfcec26c 2071747 pango1.0_1.20.5.orig.tar.gz
 a5f5a856460145b25eaee4db3c3585c20fc4200e 28696 pango1.0_1.20.5-1.diff.gz
 98e46b1a0c56ca319a8707c7449f848329c36f19 63916 
libpango1.0-common_1.20.5-1_all.deb
 86daf46dbf511873559838965047ae77b7b53785 286578 
libpango1.0-doc_1.20.5-1_all.deb
 c80ed32ff969fc2e48451ff6d7b1cbb403d2cfe9 286852 libpango1.0-0_1.20.5-1_i386.deb
 1f41113661004e4cf11b59943493e5f3f988152e 214056 
libpango1.0-udeb_1.20.5-1_i386.udeb
 3d518bc64fd6725dc580be1ae29dc1e89009a7da 350230 
libpango1.0-dev_1.20.5-1_i386.deb
 b571f4b03fbe2b381655d30ada6d7cc8cdaa62c9 715544 
libpango1.0-0-dbg_1.20.5-1_i386.deb
Checksums-Sha256: 
 c0e887b0eac84bab23c73f6acce67727feb3ee680c8f3c2b04f45911c23ebe46 1649 
pango1.0_1.20.5-1.dsc
 6759495c1c142434b1a38d66454a2131fc3a50114d31b8881bf04716dd90e67c 2071747 
pango1.0_1.20.5.orig.tar.gz
 5046682271ef1a2b2384cd106f4887a1dfbf3b73bd1d6ef0ea7ff9d647332d5b 28696 
pango1.0_1.20.5-1.diff.gz
 3b3d9fa954b39de65f24471185672736a6aef28ebe1e764226ba11b2c8fd20c1 63916 
libpango1.0-common_1.20.5-1_all.deb
 057870533352176ece335408a2cc4367f5352620338f184e0cc1c5d485d1d0f0 286578 
libpango1.0-doc_1.20.5-1_all.deb
 076a8d4b6d245dfcca607ccdba37d085debccd5ec71c91d5c7e3f8b50c078552 286852 
libpango1.0-0_1.20.5-1_i386.deb
 bcb10bac3ac1c7153c5e4214ab49eebe3806c23b7b431cabb0216306fb62164f 214056 
libpango1.0-udeb_1.20.5-1_i386.udeb
 2e5890b9b4cc4a4a950214346ad502b4c8c99e57bad1e90696bf704b9b2024f1 350230 
libpango1.0-dev_1.20.5-1_i386.deb
 a02c66799522f46c836c43dc91f05c1027e16eba1f15fd88be1e12ef2c4de20f 715544 
libpango1.0-0-dbg_1.20.5-1_i386.deb
Files: 
 6200a7b46d81ce771a18cc42f79fa01b 1649 libs optional pango1.0_1.20.5-1.dsc
 e0fac4c2c99d903fdec3f8db60107f36 2071747 libs optional 
pango1.0_1.20.5.orig.tar.gz
 8afcf72bc5479338065cf7d65c751028 28696 libs optional pango1.0_1.20.5-1.diff.gz
 f37ff546f0fa7156451e5b858476c2c3 63916 misc optional 
libpango1.0-common_1.20.5-1_all.deb
 d5299cc34e3ceb1f77ddb7dc7a587d2c 286578 doc optional 
libpango1.0-doc_1.20.5-1_all.deb
 bc4de9012107e7266253bd2317fd49af 286852 libs optional 
libpango1.0-0_1.20.5-1_i386.deb
 8cd7b56b65bfd7dff3416355548ae6b9 214056 debian-installer optional 
libpango1.0-udeb_1.20.5-1_i386.udeb
 2598afada9b28f84ec7e6b015060993c 350230 libdevel optional 
libpango1.0-dev_1.20.5-1_i386.deb
 d0684270b995ad24458853345c80bb89 715544 libdevel extra 
libpango1.0-0-dbg_1.20.5-1_i386.deb
Package-Type: udeb

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

iEYEARECAAYFAkhyIX4ACgkQBsBdh1vkHyHkygCePlci7c0c+NYj3aFi2eWy+HsS
0QAAn26EL7HJG2qraxzRHPWiudoZH7Ql
=84IU
-END PGP SIGNATURE-


Accepted:
libpango1.0-0-dbg_1.20.5-1_i386.deb
  to pool/main/p/pango1.0/libpango1.0-0-dbg_1.20.5-1_i386.deb
libpango1.0-0_1.20.5-1_i386.deb
  to pool/main/p/pango1.0/libpango1.0-0_1.20.5-1_i386.deb
libpango1.0-common_1.20.5-1_all.deb
  to pool/main/p/pango1.0/libpango1.0-common_1.20.5-1_all.deb
libpango1.0-dev_1.20.5-1_i386.deb
  to pool/main/p/pango1.0/libpango1.0-dev_1.20.5-1_i386.deb
libpango1.0-doc_1.20.5-1_all.deb
  to pool/main/p/pango1.0/libpango1.0-doc_1.20.5-1_all.deb
libpango1.0-udeb_1.20.5-1_i386.udeb
  to pool/main/p/pango1.0/libpango1.0-udeb_1.20.5-1_i386.udeb
pango1.0_1.20.5-1.diff.gz
  to pool/main/p/pango1.0/pango1.0_1.20.5-1.diff.gz
pango1.0_1.20.5-1.dsc
  to pool/main/p/pango1.0/pango1.0_1.20.5-1.dsc
pango1.0_1.20.5.orig.tar.gz
  to pool/main/p/pango1.0/pango1.0_1.20.5.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted python-xmpp 0.4.1-cvs20080505.1 (source all)

2008-07-07 Thread Alexey Nezhdanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 May 2008 14:40:53 +0400
Source: python-xmpp
Binary: python-xmpp
Architecture: source all
Version: 0.4.1-cvs20080505.1
Distribution: unstable
Urgency: low
Maintainer: Alexey Nezhdanov [EMAIL PROTECTED]
Changed-By: Alexey Nezhdanov [EMAIL PROTECTED]
Description: 
 python-xmpp - Python library for communication with XMPP (Jabber) servers
Closes: 469028 469537 473178
Changes: 
 python-xmpp (0.4.1-cvs20080505.1) unstable; urgency=low
 .
   * Non-Maintainer Upload
   * Debian README updated.
   * License clarified as GPL2+ (Closes: #469537)
   * Package update to last released version (Closes: #473178)
   * Latest CVS fixes applied to:
 auth.py - sasl auth bugfix (Closes: #469028)
 transports.py - bugfix in proxy connections support
 jep0106.py - added test cases
Checksums-Sha1: 
 c0cab232121d10a9328e74f7b8a945eb519ee360 1176 
python-xmpp_0.4.1-cvs20080505.1.dsc
 8bc83c2acc2da68dc73099f7a1137353c7d6f859 473698 python-xmpp_0.4.1.orig.tar.gz
 41c4aaddfc5613f5a4193b6d536c46482201b970 5693 
python-xmpp_0.4.1-cvs20080505.1.diff.gz
 c18f0e7967d11ab0e453cab5a1a9474d80560a20 483608 
python-xmpp_0.4.1-cvs20080505.1_all.deb
Checksums-Sha256: 
 fa9636ef627d6ca098ec24c01fca38699c9a03ac6462677d619a27c0c5d826db 1176 
python-xmpp_0.4.1-cvs20080505.1.dsc
 1724d3ffd3210b3ca48e218954d8c2c10821bce1d0f5c66ec3e70de6389b38eb 473698 
python-xmpp_0.4.1.orig.tar.gz
 177aac8df16c7b1562d3397d7ccadfe688cef164b536b1c7bfbeff74fe0d2b48 5693 
python-xmpp_0.4.1-cvs20080505.1.diff.gz
 aad0c4bee01b3199b2a248a415be3482634f767aeb92f3c3458b77215f6b5db5 483608 
python-xmpp_0.4.1-cvs20080505.1_all.deb
Files: 
 a9c6c108f40fea417784e40f5501e1ad 1176 python optional 
python-xmpp_0.4.1-cvs20080505.1.dsc
 ca36d685643f2c56ab07323a09ece9e4 473698 python optional 
python-xmpp_0.4.1.orig.tar.gz
 7a93695e867aa8210428961bd2c1777a 5693 python optional 
python-xmpp_0.4.1-cvs20080505.1.diff.gz
 6c8bd331e89754bc495376b4f7aa5189 483608 python optional 
python-xmpp_0.4.1-cvs20080505.1_all.deb

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

iEYEARECAAYFAkhvKPAACgkQ5DsVPMtGfieahgCdGxCvQkpZx/Tzj8aUfoJcUzmC
KSwAoJvfQFnS0kwZYTtIsHegJB9sIHhM
=oseF
-END PGP SIGNATURE-


Accepted:
python-xmpp_0.4.1-cvs20080505.1.diff.gz
  to pool/main/p/python-xmpp/python-xmpp_0.4.1-cvs20080505.1.diff.gz
python-xmpp_0.4.1-cvs20080505.1.dsc
  to pool/main/p/python-xmpp/python-xmpp_0.4.1-cvs20080505.1.dsc
python-xmpp_0.4.1-cvs20080505.1_all.deb
  to pool/main/p/python-xmpp/python-xmpp_0.4.1-cvs20080505.1_all.deb
python-xmpp_0.4.1.orig.tar.gz
  to pool/main/p/python-xmpp/python-xmpp_0.4.1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted gocr 0.45-0 (source i386)

2008-07-07 Thread Cosimo Alfarano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 04 Jul 2008 20:42:31 -0400
Source: gocr
Binary: gocr
Architecture: source i386
Version: 0.45-0
Distribution: unstable
Urgency: low
Maintainer: Cosimo Alfarano [EMAIL PROTECTED]
Changed-By: Cosimo Alfarano [EMAIL PROTECTED]
Description: 
 gocr   - A command line OCR
Changes: 
 gocr (0.45-0) unstable; urgency=low
 .
   * New Version upload
Checksums-Sha1: 
 e1b2e19bb7ba10c128c417ed3d95e4f30651bbd6 968 gocr_0.45-0.dsc
 5804535068ae13447ad86242966533f89d208d2b 362952 gocr_0.45.orig.tar.gz
 0520b2787041b78c77ea7322af87d30dc1840ed7 12126 gocr_0.45-0.diff.gz
 b42f0024fe602b587ecd890e48e22bdd53e4cb46 402656 gocr_0.45-0_i386.deb
Checksums-Sha256: 
 f58fabda7bf02afb2958325d9788f928ecc2c09dd3d5b8d099e01f7013f12727 968 
gocr_0.45-0.dsc
 d1846fe037b5d509373c92c0bc7dd4e6e5c290962e30e03fea5766326ec4b7f4 362952 
gocr_0.45.orig.tar.gz
 c252af453093dcadd18fd9455d112f5229c8cd26a3a581a9adbbd00810c2c0e7 12126 
gocr_0.45-0.diff.gz
 adc10e0086b659195504ca08664b92b24263da5af83ea93f2d965e7d1832c42d 402656 
gocr_0.45-0_i386.deb
Files: 
 fd736f4e6b8e9d91a5992d97433dd96c 968 graphics extra gocr_0.45-0.dsc
 134d459f64656b201ca66eebafa108f0 362952 graphics extra gocr_0.45.orig.tar.gz
 19c5a1337a2b52741dc7690eb8412498 12126 graphics extra gocr_0.45-0.diff.gz
 b41cfc0bd03969103474d8597c0d81d4 402656 graphics extra gocr_0.45-0_i386.deb

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

iEYEARECAAYFAkhvKsUACgkQ5DsVPMtGfie1GgCfZMeKrM3OnM4M2mn/ahD0JsdN
2TMAnAvgDhMTCLAhSrWSnUpZ3CL3l1L0
=c9e5
-END PGP SIGNATURE-


Accepted:
gocr_0.45-0.diff.gz
  to pool/main/g/gocr/gocr_0.45-0.diff.gz
gocr_0.45-0.dsc
  to pool/main/g/gocr/gocr_0.45-0.dsc
gocr_0.45-0_i386.deb
  to pool/main/g/gocr/gocr_0.45-0_i386.deb
gocr_0.45.orig.tar.gz
  to pool/main/g/gocr/gocr_0.45.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted agenda.app 0.36-1 (source i386)

2008-07-07 Thread Yavor Doganov
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sun, 06 Jul 2008 23:03:11 +0300
Source: agenda.app
Binary: agenda.app
Architecture: source i386
Version: 0.36-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNUstep maintainers [EMAIL PROTECTED]
Changed-By: Yavor Doganov [EMAIL PROTECTED]
Description: 
 agenda.app - Calendar manager for GNUstep
Closes: 466981
Changes: 
 agenda.app (0.36-1) unstable; urgency=low
 .
   * New upstream relaease (Closes: #466981).
   * debian/control (Standards-Version): Bump to 3.8.0; no changes
 required.
   * debian/SimpleAgenda.desktop: Remove the `MimeType' (and `Version')
 field; the command currently does not accept arguments so it is
 harmful to define it.
   * debian/copyright: Record the fact that the package is now under GPLv2
 or later (as opposed to GPLv2 only).
   * debian/rules (build-stamp): Use `gs_make' directly now that Hubert has
 made it possible.
   * debian/control (Build-Depends): Bump libgnustep-gui-dev to = 0.14 to
 ensure that the package gets build against the proper versions of the
 GNUstep core libraries.
Checksums-Sha1: 
 da39ab53eaba97cc3379d37379f6a698696996e7 1092 agenda.app_0.36-1.dsc
 76a6632165b89ccf72471e7943dc439a28ed3cb9 81001 agenda.app_0.36.orig.tar.gz
 d79a756df9732c8acc4865485ccdb0374b9c7b52 3554 agenda.app_0.36-1.diff.gz
 76cdccb55d32d7166ce9f37e5db36039e913ebf8 136784 agenda.app_0.36-1_i386.deb
Checksums-Sha256: 
 dcb30046a9dba7472b67d861cbf21335f36e4c6c234db14fbaeb3617023a777f 1092 
agenda.app_0.36-1.dsc
 6f13fa72264153aec375e459b18691765827f2f3ecfb6ef4719350844b69a955 81001 
agenda.app_0.36.orig.tar.gz
 b612cd7bf4d14b64c1505d1adcb40b0bd527262190acdb9eb5ce34674f7ce312 3554 
agenda.app_0.36-1.diff.gz
 742863d034ed86b5f8f35f4f14842e46446364a540872fab490c1d305492dfb5 136784 
agenda.app_0.36-1_i386.deb
Files: 
 9aaf0a92988738928737f7e72e29c417 1092 misc optional agenda.app_0.36-1.dsc
 ccd1d77360d73bb3612f86141da4 81001 misc optional 
agenda.app_0.36.orig.tar.gz
 f8f98383480a820b09cd34d994f3b5e7 3554 misc optional agenda.app_0.36-1.diff.gz
 ff9c79a098a4e11b8d0c7e88b28b297c 136784 misc optional 
agenda.app_0.36-1_i386.deb

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

iD8DBQFIcjfPrynHGRJLYfoRA5ZDAJ9E6M/A2+BZ1fvhLCg9ATVqMd98uACeJEgA
ImwLmDyatQEChH7990WsKe8=
=dgsT
-END PGP SIGNATURE-


Accepted:
agenda.app_0.36-1.diff.gz
  to pool/main/a/agenda.app/agenda.app_0.36-1.diff.gz
agenda.app_0.36-1.dsc
  to pool/main/a/agenda.app/agenda.app_0.36-1.dsc
agenda.app_0.36-1_i386.deb
  to pool/main/a/agenda.app/agenda.app_0.36-1_i386.deb
agenda.app_0.36.orig.tar.gz
  to pool/main/a/agenda.app/agenda.app_0.36.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted praat 5.0.27-1 (source amd64)

2008-07-07 Thread Rafael Laboissiere
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 01 Jul 2008 20:03:38 +0200
Source: praat
Binary: praat
Architecture: source amd64
Version: 5.0.27-1
Distribution: unstable
Urgency: low
Maintainer: Rafael Laboissiere [EMAIL PROTECTED]
Changed-By: Rafael Laboissiere [EMAIL PROTECTED]
Description: 
 praat  - program for speech analysis and synthesis
Changes: 
 praat (5.0.27-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 a9177df90ef08326a5bc73a2ec549062dd40183f 1239 praat_5.0.27-1.dsc
 e24fae6c1b760bfb90b3fe45cfd9596356389721 6216928 praat_5.0.27.orig.tar.gz
 29483061910c15f50ba19282fffc9824904a2f2f 31089 praat_5.0.27-1.diff.gz
 3dd538fe58cf457d0d0ab1e6cf8a79b1ee81a182 2361652 praat_5.0.27-1_amd64.deb
Checksums-Sha256: 
 93e517d54104cdc5f665567571a049bb97a9c5a75ccc8d028f75fbba8cd756ec 1239 
praat_5.0.27-1.dsc
 f8efa914d655098e299f1519a12ef77eac485ec6d93fc2dd00fa65316b412188 6216928 
praat_5.0.27.orig.tar.gz
 bb928b9dc05b60a8ba6dccb7c8bc3963d21cfa4f94e86f4d8552e46f848c0885 31089 
praat_5.0.27-1.diff.gz
 5997da0519da87b21fc25e3c94fc1b9b305a6c83289a61d5f016a91eb69c3ab8 2361652 
praat_5.0.27-1_amd64.deb
Files: 
 931cb0e6164773869af4486405735d80 1239 science optional praat_5.0.27-1.dsc
 301bc66a5fb7be1e9f0755f076bd52ec 6216928 science optional 
praat_5.0.27.orig.tar.gz
 f663dee8423b69902226af141ec9cac3 31089 science optional praat_5.0.27-1.diff.gz
 17ff42deaf8f034e588e89533a7ebda7 2361652 science optional 
praat_5.0.27-1_amd64.deb

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

iD8DBQFIcjgLk3oga0pdcv4RAhciAJ4vYVTTts10yuA8bey97hhKz4oW4QCfbBZP
Yb3wzvVaSfi4sLeGrFRdtMA=
=YscH
-END PGP SIGNATURE-


Accepted:
praat_5.0.27-1.diff.gz
  to pool/main/p/praat/praat_5.0.27-1.diff.gz
praat_5.0.27-1.dsc
  to pool/main/p/praat/praat_5.0.27-1.dsc
praat_5.0.27-1_amd64.deb
  to pool/main/p/praat/praat_5.0.27-1_amd64.deb
praat_5.0.27.orig.tar.gz
  to pool/main/p/praat/praat_5.0.27.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



  1   2   >