signature de clé

2009-06-08 Thread Yves Agostini
Bonjour

Je vais au French Perl Workshop http://conferences.mongueurs.net/fpw2009
vendredi et samedi
J'aimerai profiter de l'occasion pour faire signer ma clé GPG par un DD. Il
devrait y avoir au moins D. Dumont qui fait deux présentations. Peut-être
d'autres DD seront présent ?

J'ai également une autre question. Comment on trouve la longueur de la clé
GPG ?
2. le propriétaire de la clé vérifie que la longueur de la clé à signer est
correcte et que l'empreinte est bien la sienne.

D'habitude je n'utilise que l'identifiant court.


-- 
---
Yves Agostini yvesago-guest
agost...@univ-metz.fr PGP: 842CC261


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



Re: signature de clé

2009-06-08 Thread Laurent Fousse
Bonjour,

* Yves Agostini [Mon, Jun 08, 2009 at 08:29:21PM +0200]:
 J'ai également une autre question. Comment on trouve la longueur de la clé
 GPG ?
 2. le propriétaire de la clé vérifie que la longueur de la clé à signer est
 correcte et que l'empreinte est bien la sienne.
 
 D'habitude je n'utilise que l'identifiant court.

Avec `gpg --list-keys' on obtient la taille et le type des clefs. Par
exemple :

laur...@talisker:~$ gpg --list-key 0xA1696D2B
pub   1024D/A1696D2B 2000-11-07
[...]

Ce qui signifie qu'il s'agit d'une clef DSA de 1024 bits.

Au passage, si on fait confiance à la sûreté (au sens crypto) de la
fonction de hachage utilisée pour produire l'empreinte, alors vérifier
la longueur de la clef est essentiellement une précaution inutile.

Par contre utiliser uniquement l'identifiant court (le keyid) n'est
pas suffisant : pas assez long pour assurer la sûreté du procédé.
Utilise `gpg --fingerprint KEYID'.

Laurent.


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



Bug#532269: ITP: mono-uiautomationwinforms -- Implementation of UIA providers

2009-06-08 Thread Ray Wang
Package: wnpp
Severity: wishlist
Owner: Ray Wang raw...@novell.com


* Package name: mono-uiautomationwinforms
  Version : 1.0
  Upstream Author : Mono Accessibility mono-a...@forge.novell.com
* URL : http://www.mono-project.com/Accessibility
* License : MIT
  Programming Lang: C#
  Description : Implementation of UIA providers

Implementation of UIA providers for Mono's Winforms controls.

-- System Information:
Debian Release: 5.0
  APT prefers lenny-security
  APT policy: (500, 'lenny-security'), (500, 'lenny')
Architecture: i386 (i686)



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



Bug#532270: ITP: mono-uiaatkbridge -- Bridge between UIA providers and ATK

2009-06-08 Thread Ray Wang
Package: wnpp
Severity: wishlist
Owner: Ray Wang raw...@novell.com


* Package name: mono-uiaatkbridge
  Version : 1.0
  Upstream Author : Mono Accessibility mono-a...@forge.novell.com
* URL : http://www.mono-project.com/Accessibility
* License : MIT
  Programming Lang: C#
  Description : Bridge between UIA providers and ATK

The bridge contains adapter Atk.Objects that wrap UIA providers.  Adapter
behavior is determined by provider ControlType and supported pattern interfaces.
The bridge implements interfaces from UIAutomationBridge which allow the UI
Automation core to send it automation events and provider information.

-- System Information:
Debian Release: 5.0
  APT prefers lenny-security
  APT policy: (500, 'lenny-security'), (500, 'lenny')
Architecture: i386 (i686)



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



DEP 5 proposal omits original Debianization information

2009-06-08 Thread Deng Xiyue
[Don't know whether this has been asked.  If so, pointers are welcomed.]

According to Debian Policy Manual section 12.5:

In addition, the copyright file must say where the upstream sources
(if any) were obtained. *It should name the original authors of the
package and the Debian maintainer(s) who were involved with its
creation.*

The current DEP 5 proposal doesn't provide a standard field dedicated
for the information of original Debianizer, while the old format
generated by dh-make does.  According to section 1.1,

In addition, the copyright file must say where the upstream sources
(if any) were obtained. It should name the original authors of the
package and the Debian maintainer(s) who were involved with its
creation. 

So this is not strictly required, but it is considered a bug, which AIUI
needs fixing.  Hence I wonder how this was and will be handled.

Regards,
Deng Xiyue


signature.asc
Description: Digital signature


Re: DEP 5 proposal omits original Debianization information

2009-06-08 Thread Russ Allbery
Deng Xiyue manphiz-gu...@users.alioth.debian.org writes:

 [Don't know whether this has been asked.  If so, pointers are welcomed.]

 According to Debian Policy Manual section 12.5:

 In addition, the copyright file must say where the upstream sources
 (if any) were obtained. *It should name the original authors of the
 package and the Debian maintainer(s) who were involved with its
 creation.*

 The current DEP 5 proposal doesn't provide a standard field dedicated
 for the information of original Debianizer, while the old format
 generated by dh-make does.  According to section 1.1,

 In addition, the copyright file must say where the upstream sources
 (if any) were obtained. It should name the original authors of the
 package and the Debian maintainer(s) who were involved with its
 creation. 

 So this is not strictly required, but it is considered a bug, which AIUI
 needs fixing.  Hence I wonder how this was and will be handled.

Removing that part from Policy would be my preference.  It's duplication
of information that's already in the changelog.

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


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



Re: DEP 5 proposal omits original Debianization information

2009-06-08 Thread Deng Xiyue
On Sun, Jun 07, 2009 at 11:51:25PM -0700, Russ Allbery wrote:
 Deng Xiyue manphiz-gu...@users.alioth.debian.org writes:
 
  [Don't know whether this has been asked.  If so, pointers are welcomed.]
 
  According to Debian Policy Manual section 12.5:
 
  In addition, the copyright file must say where the upstream sources
  (if any) were obtained. *It should name the original authors of the
  package and the Debian maintainer(s) who were involved with its
  creation.*
 
  The current DEP 5 proposal doesn't provide a standard field dedicated
  for the information of original Debianizer, while the old format
  generated by dh-make does.  According to section 1.1,
 
  In addition, the copyright file must say where the upstream sources
  (if any) were obtained. It should name the original authors of the
  package and the Debian maintainer(s) who were involved with its
  creation. 
 
  So this is not strictly required, but it is considered a bug, which AIUI
  needs fixing.  Hence I wonder how this was and will be handled.
 
 Removing that part from Policy would be my preference.  It's duplication
 of information that's already in the changelog.

Would it merit a BTS entry against debian-policy as a reminder?  Or
maybe waiting for more comments, and act after consensus is reached?

Regards,
Deng Xiyue 


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



Re: DEP 5 and directory/file names with spaces

2009-06-08 Thread Lars Wirzenius
su, 2009-06-07 kello 20:07 -0700, Steve Langasek kirjoitti:
 In other words, the real question is: which of these is easier for your
 hypothetical user to read?:
 
  space-separated
Files: a\ b c d\ e\ f g.*
 
  comma-separated
Files: a\,b, c, d\,e\,f, g.*

url-encoded:

Files: a%2Cb c d%2Ce%2Cf g.*
Files: a%20b c d%20e%20f g.*

 For my part I'm actually inclined to say that the latter is more readable,
 but let's get the rationale right. :)

I rather think they're all unreadable. URL encoding at least makes it
easy to see each pattern separately from the others.


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



Re: DEP 5 proposal omits original Debianization information

2009-06-08 Thread Russ Allbery
Deng Xiyue manphiz-gu...@users.alioth.debian.org writes:
 On Sun, Jun 07, 2009 at 11:51:25PM -0700, Russ Allbery wrote:

 Removing that part from Policy would be my preference.  It's
 duplication of information that's already in the changelog.

 Would it merit a BTS entry against debian-policy as a reminder?

Sure.  Although we're way behind on processing bugs at the moment.  :/

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


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



Re: DEP 5 proposal omits original Debianization information

2009-06-08 Thread Ben Finney
Deng Xiyue manphiz-gu...@users.alioth.debian.org writes:

 According to Debian Policy Manual section 12.5:
 
 In addition, the copyright file must say where the upstream
 sources (if any) were obtained. *It should name the original
 authors of the package and the Debian maintainer(s) who were
 involved with its creation.*

Recording in the ‘debian/copyright’ the URL where the original source
was obtained makes sense.

I don't see why ‘debian/copyright’ needs to “name the Debian
maintainer(s) who were involved with its creation”; surely the best
location for that is the already-mandatory package maintainer data on
entries in ‘debian/changelog’.

 The current DEP 5 proposal doesn't provide a standard field dedicated
 for the information of original Debianizer

(Side point: Can we please drop this awful neologism, and just refer to
the process of packaging a work as “packaging”?)

 According to section 1.1, [exact copy of Debian Policy §12.5 paragraph
 2]

Section 1.1 of what?

 So this is not strictly required, but it is considered a bug, which
 AIUI needs fixing. Hence I wonder how this was and will be handled.

I think it's a bug in policy; it should not require a redundant record
of historical information (the maintainers of the original versions of
the Debian package) already mandated in the ‘debian/changelog’ file.

-- 
 \ “We are no more free to believe whatever we want about God than |
  `\ we are free to adopt unjustified beliefs about science or |
_o__)  history […].” —Sam Harris, _The End of Faith_, 2004 |
Ben Finney


pgpvoFZvI5CZO.pgp
Description: PGP signature


Re: DEP 5 proposal omits original Debianization information

2009-06-08 Thread Deng Xiyue
On Mon, Jun 08, 2009 at 05:27:04PM +1000, Ben Finney wrote:
 Deng Xiyue manphiz-gu...@users.alioth.debian.org writes:
 
  According to Debian Policy Manual section 12.5:
  
  In addition, the copyright file must say where the upstream
  sources (if any) were obtained. *It should name the original
  authors of the package and the Debian maintainer(s) who were
  involved with its creation.*
 
 Recording in the ‘debian/copyright’ the URL where the original source
 was obtained makes sense.
 
 I don't see why ‘debian/copyright’ needs to “name the Debian
 maintainer(s) who were involved with its creation”; surely the best
 location for that is the already-mandatory package maintainer data on
 entries in ‘debian/changelog’.
 
  The current DEP 5 proposal doesn't provide a standard field dedicated
  for the information of original Debianizer
 
 (Side point: Can we please drop this awful neologism, and just refer to
 the process of packaging a work as “packaging”?)
 

OK, so I was referring to the original Debian packager, though
Debianize was used when machine-readable format proposal was hold
on wiki.debian.org.  But this is irrelevant now :)

  According to section 1.1, [exact copy of Debian Policy §12.5 paragraph
  2]
 
 Section 1.1 of what?
 

Bah, my bad.  I was trying to refer to the following wording from
section 1.1 of debian-policy:

Non-conformance with guidelines denoted by should (or recommended)
will generally be considered a bug, but will not necessarily render
a package unsuitable for distribution.

and now with:

These classifications are roughly equivalent to the bug severities
serious (for must or required directive violations), [..snip..]

Hence my concern on omitting that information may lead to bug reports.

  So this is not strictly required, but it is considered a bug, which
  AIUI needs fixing. Hence I wonder how this was and will be handled.
 
 I think it's a bug in policy; it should not require a redundant record
 of historical information (the maintainers of the original versions of
 the Debian package) already mandated in the ‘debian/changelog’ file.

So I guess this is another vote for removing this requirement from
Debian Policy :)

Regards,
Deng Xiyue


signature.asc
Description: Digital signature


Re: Bug#530832: Bug#531581: Critical problems on hppa and ia64 buildds

2009-06-08 Thread Norbert Preining
On So, 07 Jun 2009, Steve Langasek wrote:
 this occuring, but it's still a legitimate case (from dpkg's POV) where the
 package's deps will not be satisfied when 'postrm remove' is called.

Ah ok thanks.

Anyway I have added code to protect this problem and next upload of
tex-common will fix that.

Thanks for the explanations

Norbert

---
Dr. Norbert Preining prein...@logic.atVienna University of Technology
Debian Developer prein...@debian.org Debian TeX Group
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
FOINDLE (vb.)
To queue-jump very discreetly by working one's way up the line without
being spotted doing so.
--- Douglas Adams, The Meaning of Liff


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



Re: New libc project libposix

2009-06-08 Thread Giacomo A. Catenazzi

Henrique Almeida wrote:


(this message will be posted to debian-glib and debian-devel)

Hello,

 I know debian has just switched it's libc implementation, but I've
created a project that will hopefully lead core Unix functionality
into a new direction. The goal is unifying all Unix implementations
with a small, clean and portable core library. Everybody is welcome,
specially current eglibc developers.

 http://libposix.sourceforge.net/


I don't like the name of the project. I think POSIX is a trademark
and reserved for certified systems, with some extra requirement
(implementors must correct bugs).

ciao
cate


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



Bug#532291: ITP: libnet-inet6glue-perl -- Make common modules IPv6 ready by hotpatching

2009-06-08 Thread Michael Stapelberg
Package: wnpp
Severity: wishlist
Owner: Michael Stapelberg michael+db20090...@stapelberg.de

* Package name: libnet-inet6glue-perl
  Version : 0.3-1
  Upstream Author : Steffen Ullrich steffen_ullr...@genua.de
* URL : http://search.cpan.org/dist/Net-INET6Glue/
* License : Perl
  Programming Lang: Perl
  Description : Make common modules IPv6 ready by hotpatching
 Net::INET6Glue is a collection of modules to make common modules IPv6 ready
 by hotpatching them.
 .
 Unfortunatly the current state of IPv6 support in perl is that no IPv6
 support is in the core and that a lot of important modules (like Net::FTP,
 Net::SMTP, LWP,...) do not support IPv6 even if the modules for IPv6 sockets
 Socket6, IO::Socket::INET6 are available.



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



Re: DEP 5 proposal omits original Debianization information

2009-06-08 Thread Xavier Oswald
On 17:27 Mon 08 Jun , Ben Finney wrote:
 Deng Xiyue manphiz-gu...@users.alioth.debian.org writes:
 
  According to Debian Policy Manual section 12.5:
  
  In addition, the copyright file must say where the upstream
  sources (if any) were obtained. *It should name the original
  authors of the package and the Debian maintainer(s) who were
  involved with its creation.*
 
 Recording in the ‘debian/copyright’ the URL where the original source
 was obtained makes sense.
 
 I don't see why ‘debian/copyright’ needs to “name the Debian
 maintainer(s) who were involved with its creation”; surely the best
 location for that is the already-mandatory package maintainer data on
 entries in ‘debian/changelog’.

Agreed.

debian/control already list the names of maintainer and uploaders.
debian/changelog entries tell us who was involved and who did the first uploads.

So I see no needs in having the debian maintainer(s) name who were involved in
the creation in debian/copyright too. It's an information duplication.

Greetings,
-- 
  ,''`.  Xavier Oswald xosw...@debian.org   
 : :' :  GNU/LINUX Debian Developer
 `. `'   GnuPG Key ID 0x88BBB51E
   `-938D D715 6915 8860 9679  4A0C A430 C6AA 88BB B51E 


signature.asc
Description: Digital signature


anyone using interactive bugscripts

2009-06-08 Thread Bastian Venthur
Hi all,

is anyone using interactive bugscripts? I mean scripts in
/usr/share/bug/ which interactively demand answers from the user.

I made a quick search on my system and I only found the texlive packages
using getkey to force a user to read a text before the script is
executed. In that case the interactive mode is superfluous since one can
use the presubj file to show such texts to the user.

The problem is, that non-console applications like reportbug-ng have to
call a terminal to start interactive bugscripts. Unfortunately some
terminals (if not all) fork upon startup so the calling command just
returns. An example:

If I call:

  os.system(/usr/share/bug/foo)

the command returns when foo has finished. But if I call

  os.system(/usr/bin/x-terminal-emulator -e '/usr/share/bug/foo')

the command returns intermediately, while foo is still running in the
background. This makes it quite tricky to get the output of the script.

I want to evaluate who is using this feature, if it turns out that no
one does, maybe I can talk with the reportbug guys to depreciate it.


Cheers,

Bastian

-- 
Bastian Venthur  http://venthur.de
Debian Developer venthur at debian org


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



Re: DEP 5 proposal omits original Debianization information

2009-06-08 Thread Steve Langasek
On Mon, Jun 08, 2009 at 12:51:39PM +0200, Xavier Oswald wrote:
 So I see no needs in having the debian maintainer(s) name who were involved in
 the creation in debian/copyright too. It's an information duplication.

The one reason to include this information in debian/copyright is that the
packagers may be copyright holders for contents under Debian.  However, this
a) is not limited to the original packagers, b) may not be true in many
cases today, where the debian/ directory for many packages is trivial
boilerplate.

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


signature.asc
Description: Digital signature


Re: anyone using interactive bugscripts

2009-06-08 Thread Frans Pop
Bastian Venthur wrote:
 is anyone using interactive bugscripts? I mean scripts in
 /usr/share/bug/ which interactively demand answers from the user.

The installation-reports script is quite interactive.

Why do you continue to want to cripple bug reporting because of 
reportbug-ng? I appreciate there can be difficulties, but the solution is 
not to remove existing functionality.

Cheers,
FJP


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



Re: anyone using interactive bugscripts

2009-06-08 Thread Adam D. Barratt

Bastian Venthur wrote:

is anyone using interactive bugscripts? I mean scripts in
/usr/share/bug/ which interactively demand answers from the user.

I made a quick search on my system and I only found the texlive
packages using getkey to force a user to read a text before the
script is executed.


I'd suggest adding yesno to your search terms.

Regards,

Adam


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



Re: DEP 5 proposal omits original Debianization information

2009-06-08 Thread Xavier Oswald
On 04:17 Mon 08 Jun , Steve Langasek wrote:
 On Mon, Jun 08, 2009 at 12:51:39PM +0200, Xavier Oswald wrote:
  So I see no needs in having the debian maintainer(s) name who were involved 
  in
  the creation in debian/copyright too. It's an information duplication.
 
 The one reason to include this information in debian/copyright is that the
 packagers may be copyright holders for contents under Debian.  However, this
 a) is not limited to the original packagers, b) may not be true in many
 cases today, where the debian/ directory for many packages is trivial
 boilerplate.

Im not speaking about debian copyright holder in debian/changelog.
We sure need to keep copyright holder of debian modifications.

I was thinking about this:
This package was debianized by ... @... on $Date$.

Since the name of the of the original packagers is listed too as described in
the new format specification [1]. It's only a proposal but I think it has been
well studied and is now applicable.

We know the original packager and date by watching in the debian/changelog first
entry.

[1] http://wiki.debian.org/Proposals/CopyrightFormat?action=recallrev=196

Greetings,
-- 
  ,''`.  Xavier Oswald xosw...@debian.org   
 : :' :  GNU/LINUX Debian Developer
 `. `'   GnuPG Key ID 0x88BBB51E
   `-938D D715 6915 8860 9679  4A0C A430 C6AA 88BB B51E 


signature.asc
Description: Digital signature


Re: anyone using interactive bugscripts

2009-06-08 Thread Bastian Venthur
Frans Pop schrieb:
 Bastian Venthur wrote:
 is anyone using interactive bugscripts? I mean scripts in
 /usr/share/bug/ which interactively demand answers from the user.
 
 The installation-reports script is quite interactive.

Ok.

 
 Why do you continue to want to cripple bug reporting because of 
 reportbug-ng? I appreciate there can be difficulties, but the solution is 
 not to remove existing functionality.

If no packages (or only a handfull) used this feature than asking to
depreciate this feature would have been an option, but in this case I
have to see how I can handle the problem with the terminal.


Cheers,

Bastian



-- 
Bastian Venthur  http://venthur.de
Debian Developer venthur at debian org


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



Re: anyone using interactive bugscripts

2009-06-08 Thread Josselin Mouette
Le lundi 08 juin 2009 à 14:06 +0200, Bastian Venthur a écrit :
  The installation-reports script is quite interactive.
 
 Ok.

 If no packages (or only a handfull) used this feature than asking to
 depreciate this feature would have been an option, but in this case I
 have to see how I can handle the problem with the terminal.

Frankly, there’s a limit to what can be done for the sake of backwards
compatibility. Such scripts will be an issue for the GTK+ frontend to
reportbug as well, and there is really not much point in asking
questions interactively.

From now on, I’d say we can either:
  * force such scripts to use an abstraction layer to prompt the
user;
  * forbid explicit user interaction in the bug script, and use
special cases for things like installation-reports.

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


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


Re: anyone using interactive bugscripts

2009-06-08 Thread Alexander Reichle-Schmehl
Hi!

Josselin Mouette schrieb:

 From now on, I’d say we can either:
   * force such scripts to use an abstraction layer to prompt the
 user;

Wouldn't it be possible to use debconf for that? It already has interfaces
for different user interfaces (TTBOMK including KDE, GNOME, Dialog and
simple readline) and was designed to ask the user questions, wasn't it?

Still doesn't solve the terminal Problem for GUI bug reporting
applications, though.


Best regards,
  Alexander


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



Re: anyone using interactive bugscripts

2009-06-08 Thread Bastian Venthur
Josselin Mouette schrieb:
 Le lundi 08 juin 2009 à 14:06 +0200, Bastian Venthur a écrit :
 The installation-reports script is quite interactive.
 Ok.
 
 If no packages (or only a handfull) used this feature than asking to
 depreciate this feature would have been an option, but in this case I
 have to see how I can handle the problem with the terminal.
 
 Frankly, there’s a limit to what can be done for the sake of backwards
 compatibility. Such scripts will be an issue for the GTK+ frontend to
 reportbug as well, and there is really not much point in asking
 questions interactively.
 
 From now on, I’d say we can either:
   * force such scripts to use an abstraction layer to prompt the
 user;
   * forbid explicit user interaction in the bug script, and use
 special cases for things like installation-reports.
 

My medium term solution is to make rng depend on xterm and use that
instead of x-terminal-emulator. xterm -e cmd seems to return only if
the cmd returned.

I agree that reportbu'gs GTK+ frontend will have similar issues like rng
since it does not run i a shell anymore so reportbug's current approach
to just start the script in it's own shell context will not work anymore.


Cheers,

Bastian
-- 
Bastian Venthur  http://venthur.de
Debian Developer venthur at debian org


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



Re: anyone using interactive bugscripts

2009-06-08 Thread Josselin Mouette
Le lundi 08 juin 2009 à 14:31 +0200, Bastian Venthur a écrit :
 My medium term solution is to make rng depend on xterm and use that
 instead of x-terminal-emulator. xterm -e cmd seems to return only if
 the cmd returned.

Why not use vte (or whatever is the Qt equivalent) instead?

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


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


Re: anyone using interactive bugscripts

2009-06-08 Thread Bastian Venthur
Josselin Mouette schrieb:
 Le lundi 08 juin 2009 à 14:31 +0200, Bastian Venthur a écrit :
 My medium term solution is to make rng depend on xterm and use that
 instead of x-terminal-emulator. xterm -e cmd seems to return only if
 the cmd returned.
 
 Why not use vte (or whatever is the Qt equivalent) instead?

Because xterm works and my time is currently very limited. Patches are
welcome though.


-- 
Bastian Venthur  http://venthur.de
Debian Developer venthur at debian org


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



Re: DEP 5 and directory/file names with spaces

2009-06-08 Thread Charles Plessy
Hi all,

I also think that to get the best human-readability, it is important to avoid
escape and quoting characters. Using one comma plus one space as a separator,
this goal is acheived in a very large number of cases. Moreover, this is the
way things are delimited in most debian/control fields. If needed, such lists
can easily be turned into something shell-friendly through a trivial regular
expression. For the very unlikely cases where the file names contain this
separator, I propose to use wildcards (same for file names that would contain
characters that are displayed as line breaks).


So to summarise, for the following file names (one per line), we would have:

a
list of
files,that
contain
commas, or
spaces.

space-separated : a list\ of files,that contain commas,\ or spaces.
comma-separated : a,list of,files\,that,contain,commas\, or,spaces.
url-encoded : a list%20of files%2cthat contain commas%2c%20or spaces.
space-and-commas: a, list of, files,that, contain, commas??or, spaces.


To finish, here is again the example from Lars:

space-separated : foo.c README* user\ manual/*
comma-separated : foo.c,README*,user manual/*
url-encoded : foo.c README* user%20manual/*
space-and-commas: foo.c, README*, user manual/*

If users and developers are expected to sometimes cut-and-paste from
debian/copyright to the command line, then the space-separated version is of
course more useful. Otherwise, it is probably a matter of taste… Personnaly, I
dislike the comma-separated format, which I find too compact.


By the way, I found funny files with OpenGrok:

http://walrus.rave.org/source/search?q=defs=refs=path='*
http://walrus.rave.org/source/search?q=defs=refs=path=%2C*

Unfortunately I could not dig deeper, as “'*' or '?' not allowed as first
character in WildcardQuery”.


Have a nice day,

-- 
Charles Plessy
Tsurumi, Kanagawa, Japan


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



Re: DEP 5 and directory/file names with spaces

2009-06-08 Thread Jonathan Yu
You know, this is probably a stupid question, but what's wrong with
separating file patterns with newlines, as continuations?

Files: a b
 c
 d e f
 g.*

To me it looks more readable, no escaping or quotes are necessary, at
the expense of being a bit more difficult to type than quoting (though
definitely not as difficult as escaping every space). We know that
newlines can't be part of a filename (right?!) so it seems appropriate
to do it this way.

In most cases, the Files: field will only be one or two lines per
paragraph, so it doesn't make sense *not* to do it this way.

Further, how often are masks like these really used in practice? In my
experience working on Debian Perl packages, most of the time we just
use simple masks like:

Files: inc/*

And often it's just different sets of files (ie, Module::Install or
ppport.h files) that have different copyright information that we'd
need to represent in the file anyway.

Are there examples of packages with really complicated copyright
patterns we can use, so we have a real-world example we can base our
work on? After all, the intent of this format is to be useful with
what we already have, and what we think we might have, rather than
some contrived examples that aren't likely to be encountered much, if
at all...

Cheers,

Jonathan

On Mon, Jun 8, 2009 at 3:14 AM, Lars Wirzeniusl...@liw.fi wrote:
 su, 2009-06-07 kello 20:07 -0700, Steve Langasek kirjoitti:
 In other words, the real question is: which of these is easier for your
 hypothetical user to read?:

  space-separated
    Files: a\ b c d\ e\ f g.*

  comma-separated
    Files: a\,b, c, d\,e\,f, g.*

 url-encoded:

        Files: a%2Cb c d%2Ce%2Cf g.*
        Files: a%20b c d%20e%20f g.*

 For my part I'm actually inclined to say that the latter is more readable,
 but let's get the rationale right. :)

 I rather think they're all unreadable. URL encoding at least makes it
 easy to see each pattern separately from the others.


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




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



Re: DEP 5 and directory/file names with spaces

2009-06-08 Thread Noah Slater
On Mon, Jun 08, 2009 at 11:14:04PM +0900, Charles Plessy wrote:
 space-and-commas: a, list of, files,that, contain, commas??or, spaces.

What if I have commas, or and commas,,or as two separate files?

-- 
Noah Slater, http://tumbolia.org/nslater


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



Re: DEP 5 and directory/file names with spaces

2009-06-08 Thread Giacomo A. Catenazzi

Charles Plessy wrote:

I also think that to get the best human-readability, it is important to avoid
escape and quoting characters.


I don't agree, we use wild cards (or glob as written in PEP5), which are
not so human readable (if developer use non standard globs).
Additionally rules are complex, if we want to handle all possible filenames
(windows filename with space, csv and older system with comma, ...).

So IMHO we must prefer understandable rules, like shell quotes, instead
of new rules.
PS: on POSIX you can expect all characters but NULL in filename
('/' is a very special beast: you cannot create a file containing the
'/' in current locale, but if it was created in other locales there
are not (theoretically) problems.

The shell quotes reules are also more user friendly: a simple copy and
paste to more/less/... allow me to check the files, instead of requiring
me to translate proposed PEP5 rules in shell.

OTOH PEP5 allow all globs, which are too much, but I don't think people
will use strange features, i.e. I expect only '*'.

ciao
cate


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



Re: DEP 5 and directory/file names with spaces

2009-06-08 Thread Philipp Kern
On 2009-06-08, Giacomo A. Catenazzi c...@debian.org wrote:
 PS: on POSIX you can expect all characters but NULL in filename
 ('/' is a very special beast: you cannot create a file containing the
 '/' in current locale, but if it was created in other locales there
 are not (theoretically) problems.

Wrong: The characters composing the name may be selected from the set of all
character values excluding the slash character and the null byte.

[http://www.opengroup.org/onlinepubs/95399/basedefs/xbd_chap03.html 3.169]

Kind regards,
Philipp Kern


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



Re: DEP 5 and directory/file names with spaces

2009-06-08 Thread Noah Slater
On Mon, Jun 08, 2009 at 04:41:40PM +0200, Giacomo A. Catenazzi wrote:
 So IMHO we must prefer understandable rules, like shell quotes, instead
 of new rules.

+1

-- 
Noah Slater, http://tumbolia.org/nslater


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



Re: How to hack on DDTSS code ? (Re: DDTSS usage configuration for Japanese)

2009-06-08 Thread Junichi Uekawa
Hi,

At Wed, 3 Jun 2009 07:58:06 +0200,
Jens Seidel wrote:
 
 On Wed, Jun 03, 2009 at 06:42:12AM +0900, Junichi Uekawa wrote:
  At Fri, 29 May 2009 23:15:02 +0900,
  Junichi Uekawa wrote:
   I'm looking for where to direct DDTSS related questions.
   
   I have the following request:
   
   1. Japanese translation team would like to do review with
   debian-...@debiam.or.jp, is it possible to send mail to that list when
   DDTSS transaction (new translation / review) happens?
 
 You could fetch Translation-ja.bz2 files and create a diff against the 
 previous
 file. Since the entries are sorted the diff will be readable. You should
 have no problem creating a small cron job.

I've looked at the diff, and the diff doesn't look that good.
Is there a good option for that?

There are two things missing from plain diff output

1. per-package output.

2. there's some churn in original English too, so some notion of
explaining why a translation goes away.


regards,
junichi
-- 
dan...@{netfort.gr.jp,debian.org}



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



Re: DEP 5 and directory/file names with spaces

2009-06-08 Thread Giacomo A. Catenazzi

Philipp Kern wrote:

On 2009-06-08, Giacomo A. Catenazzi c...@debian.org wrote:

PS: on POSIX you can expect all characters but NULL in filename
('/' is a very special beast: you cannot create a file containing the
'/' in current locale, but if it was created in other locales there
are not (theoretically) problems.


Wrong: The characters composing the name may be selected from the set of all
character values excluding the slash character and the null byte.


The slash is locale dependent. Thus a file created in an other locales
could contain the character that in current locale is interpreted as
slash.
BTW with pathname resolution rules, the file could not be acceded, but
AFAIK the non pathname resolution system call permit slash
(like readdir).

 [http://www.opengroup.org/onlinepubs/95399/basedefs/xbd_chap03.html 3.169]

You are linking the old posix specification. On the new, point 3.170, you
see that now slash is written between angle parenthesis, to emphasize
that slash is to be interpreted as locale dependent character.

ciao
cate


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



Naming convention for Java gluelib ?

2009-06-08 Thread Mathieu Malaterre
Hi there,

  I could find the naming convention for C# binding:

http://pkg-mono.alioth.debian.org/cli-policy/ch-packaging.html#s-gac-naming-versioning

  I am now looking for a similar page for a library that would be
wrapped in Java. What would be the convention for a foo.jar requiring
a gluelib libinsert proper name.so ?

Thanks,
-- 
Mathieu


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



Re: DEP 5 and directory/file names with spaces

2009-06-08 Thread Bernd Eckenfels
In article 20090608030732.gc15...@dario.dodds.net you wrote:
 space-separated
   Files: a\ b c d\ e\ f g.*
 
 comma-separated
   Files: a\,b, c, d\,e\,f, g.*
 
 For my part I'm actually inclined to say that the latter is more readable,
 but let's get the rationale right. :)

Given the fact that most files will not contain spaces, it is more like:

Files: ab c de f g.*
Files: ab,c,de,f,g.*

(and the problem that people tend to use blanks after comma and you need to
account for linebreaks and indention).

Maybe it is best to use a one-file-by-line policy instead.

Gruss
Bernd


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



Re: Naming convention for Java gluelib ?

2009-06-08 Thread Matthew Johnson
On Mon Jun 08 18:12, Mathieu Malaterre wrote:
 Hi there,
 
   I could find the naming convention for C# binding:
 
 http://pkg-mono.alioth.debian.org/cli-policy/ch-packaging.html#s-gac-naming-versioning
 
   I am now looking for a similar page for a library that would be
 wrapped in Java. What would be the convention for a foo.jar requiring
 a gluelib libinsert proper name.so ?

Hi, this is one of the things I'd like to review at debconf this year
since I think this whole area needs reviewing.
http://www.debian.org/doc/packaging-manuals/java-policy/ exists, which
says:

   If a Java library relies on native code, the dynamic libraries
   containing this compiled native code should be installed into the
   directory /usr/lib/jni. These dynamic libraries should be shipped in
   a separate architecture-specific package named libXXX[version]-jni.
   The package containing the Java bytecode (generally
   libXXX[version]-java) should depend on this package.

which doesn't say much about file naming. A quick sample of the archive
shows at least:

   libfoo-java.so, libjfoo.so, libfoojni-fullversion.so

so, at the moment there's not really a standard. I've CC'd debian-java
in case anyone there isn't reading debian-devel.

Matt

-- 
Matthew Johnson


signature.asc
Description: Digital signature


Re: anyone using interactive bugscripts

2009-06-08 Thread Michael Banck
On Mon, Jun 08, 2009 at 01:24:15PM +0200, Frans Pop wrote:
 Bastian Venthur wrote:
  is anyone using interactive bugscripts? I mean scripts in
  /usr/share/bug/ which interactively demand answers from the user.
 
 The installation-reports script is quite interactive.

Maybe that is a special case, though.  We would certainly like feedback
for installations.  However, if that is the only thing standing in the
line of proper r-ng bug script support, maybe somebody can code up a
small python-gtk or python-qt (or debconf or whatever) that can be run
by the user to give feedback (advertised by the install or otherwise, of
course).


Michael


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



Re: DEP 5 proposal omits original Debianization information

2009-06-08 Thread Gunnar Wolf
Ben Finney dijo [Mon, Jun 08, 2009 at 05:27:04PM +1000]:
  In addition, the copyright file must say where the upstream
  sources (if any) were obtained. *It should name the original
  authors of the package and the Debian maintainer(s) who were
  involved with its creation.*
 
 Recording in the ‘debian/copyright’ the URL where the original source
 was obtained makes sense.
 
 I don't see why ‘debian/copyright’ needs to “name the Debian
 maintainer(s) who were involved with its creation”; surely the best
 location for that is the already-mandatory package maintainer data on
 entries in ‘debian/changelog’.

However, having the maintainer name in debian/copyright does not only
serve the identification purpose - It also says under which licensing
scheme are the modifications licensed.

And yes, this _is_ taken into account with the proposed format - By
using the «Files: debian/*» section.

Greetings,

-- 
Gunnar Wolf - gw...@gwolf.org - (+52-55)5623-0154 / 1451-2244
PGP key 1024D/8BB527AF 2001-10-23
Fingerprint: 0C79 D2D1 2C4E 9CE4 5973  F800 D80E F35A 8BB5 27AF


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



Re: DEP 5 and directory/file names with spaces

2009-06-08 Thread Gunnar Wolf
Charles Plessy dijo [Sun, Jun 07, 2009 at 11:07:15PM +0900]:
 The current advantage of space-delimited listing is that is matches the
 command-line experience. For intance we do not write ‘ls src, debian’, but ‘ls
 src debian’.
 
 So, from a parser point of view, what would be preferable, escaping spaces or
 commas?

Well, out of convenience, I'd go for escaping spaces - You can just
get the Files: field into your favorite variable and glob it. You can
just stick it in a shell variable and iterate over its values. You
don't need explicit parsing, as you would need if it were comma-separated.

-- 
Gunnar Wolf - gw...@gwolf.org - (+52-55)5623-0154 / 1451-2244
PGP key 1024D/8BB527AF 2001-10-23
Fingerprint: 0C79 D2D1 2C4E 9CE4 5973  F800 D80E F35A 8BB5 27AF


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



Re: DEP 5 and directory/file names with spaces

2009-06-08 Thread Gunnar Wolf
Giacomo A. Catenazzi dijo [Mon, Jun 08, 2009 at 05:09:02PM +0200]:
 PS: on POSIX you can expect all characters but NULL in filename
 ('/' is a very special beast: you cannot create a file containing the
 '/' in current locale, but if it was created in other locales there
 are not (theoretically) problems.
 Wrong: The characters composing the name may be selected from the set of all
 character values excluding the slash character and the null byte.
 
 The slash is locale dependent. Thus a file created in an other locales
 could contain the character that in current locale is interpreted as
 slash.
 BTW with pathname resolution rules, the file could not be acceded, but
 AFAIK the non pathname resolution system call permit slash
 (like readdir).

Uff... I cannot help but to share this link:

http://blogs.msdn.com/michkap/archive/2005/09/17/469941.aspx

So, just for ugliness and irony sake, we could employ ₩ or ¥ as a
separator? Maybe Đ, as it bears more relation to Debian?

No?

Ok, nevermind.

-- 
Gunnar Wolf - gw...@gwolf.org - (+52-55)5623-0154 / 1451-2244
PGP key 1024D/8BB527AF 2001-10-23
Fingerprint: 0C79 D2D1 2C4E 9CE4 5973  F800 D80E F35A 8BB5 27AF


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



Re: DEP 5 and directory/file names with spaces

2009-06-08 Thread Jonathan Yu
Since nobody seems to have noticed, I'd like to re-propose my idea for
consideration:

Files: a b
 c d
 e
 f

(ie, using continuation lines to specify lists of files, rather than
commas or anything else. No escaping necessary.)

On Mon, Jun 8, 2009 at 7:04 PM, Gunnar Wolfgw...@gwolf.org wrote:
 Giacomo A. Catenazzi dijo [Mon, Jun 08, 2009 at 05:09:02PM +0200]:
 PS: on POSIX you can expect all characters but NULL in filename
 ('/' is a very special beast: you cannot create a file containing the
 '/' in current locale, but if it was created in other locales there
 are not (theoretically) problems.
 Wrong: The characters composing the name may be selected from the set of all
 character values excluding the slash character and the null byte.

 The slash is locale dependent. Thus a file created in an other locales
 could contain the character that in current locale is interpreted as
 slash.
 BTW with pathname resolution rules, the file could not be acceded, but
 AFAIK the non pathname resolution system call permit slash
 (like readdir).

 Uff... I cannot help but to share this link:

    http://blogs.msdn.com/michkap/archive/2005/09/17/469941.aspx

 So, just for ugliness and irony sake, we could employ ₩ or ¥ as a
 separator? Maybe Đ, as it bears more relation to Debian?

 No?

 Ok, nevermind.

 --
 Gunnar Wolf - gw...@gwolf.org - (+52-55)5623-0154 / 1451-2244
 PGP key 1024D/8BB527AF 2001-10-23
 Fingerprint: 0C79 D2D1 2C4E 9CE4 5973  F800 D80E F35A 8BB5 27AF


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




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



Re: DEP 5 and directory/file names with spaces

2009-06-08 Thread Xavier Oswald
On 18:28 Mon 08 Jun , Bernd Eckenfels wrote:
 In article 20090608030732.gc15...@dario.dodds.net you wrote:
  space-separated
Files: a\ b c d\ e\ f g.*
  
  comma-separated
Files: a\,b, c, d\,e\,f, g.*
  
  For my part I'm actually inclined to say that the latter is more readable,
  but let's get the rationale right. :)
 
 Given the fact that most files will not contain spaces, it is more like:
 
 Files: ab c de f g.*
 Files: ab,c,de,f,g.*
 
 (and the problem that people tend to use blanks after comma and you need to
 account for linebreaks and indention).

That's only a parsing issue. Removing a blank or a tab at the end or the start
of a line is easy. What is relevant is after the first character and before the
last character of a line.

Greetings,
-- 
  ,''`.  ** Xavier Oswald xosw...@debian.org
 : :' :  ** Research Engineer   
 `. `'   ** GNU/LINUX Debian Developer (http://debian.org)  
   `-** Isaac Project Developer (http://isaacproject.u-strasbg.fr/) 


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



Re: DEP 5 and directory/file names with spaces

2009-06-08 Thread Gunnar Wolf
Jonathan Yu dijo [Mon, Jun 08, 2009 at 07:35:56PM -0400]:
 Since nobody seems to have noticed, I'd like to re-propose my idea for
 consideration:
 
 Files: a b
  c d
  e
  f
 
 (ie, using continuation lines to specify lists of files, rather than
 commas or anything else. No escaping necessary.)

Yup - But the newline is also a valid (altough, yes, very uncommon)
part of a filename.

Now, this proposal keeps the field RFC822-ish — We could extrapolate
this a bit, and accept basically any non-whitespace strings delimited
by whitespace. Newlines are just one form of whitespace. And, of
course, you can escape any whitespace character to prevent it from
being treated as whitespace.

-- 
Gunnar Wolf - gw...@gwolf.org - (+52-55)5623-0154 / 1451-2244
PGP key 1024D/8BB527AF 2001-10-23
Fingerprint: 0C79 D2D1 2C4E 9CE4 5973  F800 D80E F35A 8BB5 27AF


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



Re: DEP 5 proposal omits original Debianization information

2009-06-08 Thread Ben Finney
Steve Langasek vor...@debian.org writes:

 The one reason to include this information in debian/copyright is that
 the packagers may be copyright holders for contents under Debian.
[…]


Gunnar Wolf gw...@gwolf.org writes:

 Ben Finney dijo [Mon, Jun 08, 2009 at 05:27:04PM +1000]:
  I don't see why ‘debian/copyright’ needs to “name the Debian
  maintainer(s) who were involved with its creation”; surely the best
  location for that is the already-mandatory package maintainer data
  on entries in ‘debian/changelog’.
 
 However, having the maintainer name in debian/copyright does not only
 serve the identification purpose - It also says under which licensing
 scheme are the modifications licensed.

Yes, of course. The license terms for all parts of the work, including
the contributions from Debian maintainers, need to be written in
‘debian/copyright’.

My point was that there is no *special* need for listing “the Debian
maintainer(s) who were involved with its creation” having already
satisfied the general list-all-copyright-license-terms and the needs of
‘debian/changelog’.

-- 
 \“My theory of evolution is that Darwin was adopted.” —Steven |
  `\Wright |
_o__)  |
Ben Finney


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



Re: DEP 5 and directory/file names with spaces

2009-06-08 Thread Jonathan Yu
I'd suggest for readability/maintainability (especially for those with
editors that might mask characters like these) to have some of the
characters as part of filenames escaped in the usual form--

TAB becomes \t
CR becomes \r
LF becomes \n

etc.

I think perhaps too many escapes (backslashes) would add a great deal
of noise to strings, so something that avoids it and is more human
readable (while not sacrificing machine readability) is a great
feature to me.

Another thing is that diffs will work as expected, because there is
only one filename/file mask per line. If there are more, then it is a
slightly (very slight) cognitive load for us to determine which file
has changed, given a line of changes.

So if you replace one file with another using my idea, the diff would
look like this:
--- a   2009-06-08 19:58:16.0 -0400
+++ b   2009-06-08 19:58:36.0 -0400
@@ -1,6 +1,6 @@
 Files: a
  b c d
- e f.txt
+ i j k
  g h.cfg
  i
  k

And if you use the escape-spaces and use commas format as before, then
it would look like this:
--- a   2009-06-08 20:00:03.0 -0400
+++ b   2009-06-08 20:00:17.0 -0400
@@ -1 +1 @@
-Files: a b\ c\ d e\ f.txt g\ h.cfg i k lj
+Files: a b\ c\ d i\ j\ k g\ h.cfg i k lj

While the latter format is significantly more compact, it's also much
less readable and therefore much more prone to errors. Given the
infrequency of newlines in filenames, I think that providing an escape
sequence for them would be appropriate, and easier than dealing with
escaping each space. Anecdotal evidence would seem to suggest that
spaces and commas (which would need to be escaped) are used much more
frequently than newlines in filenames.

Granted, commas are probably less frequently used (except in a few
domain-specific uses, like CVS which uses it to store versioned files
as filename,v).

Of the three (commas, spaces, newlines) -- I think newlines are
probably used least often in filenames, and would therefore be most
appropriate as line separators.

Also, the examples mentioned above are simplistic -- but if you get
fancy with the backslashes then it can get really really confusing to
follow. While it's nice to be able to do 'ls' of those particular
files (or whatever else).. I don't think globbing ability should be
the *primary* goal. After all, we can always write a simple Perl
script to do that sort of thing (read the Files, output a glob list
which we can pass to ls).

Cheers,

Jonathan

On Mon, Jun 8, 2009 at 7:52 PM, Gunnar Wolfgw...@gwolf.org wrote:
 Jonathan Yu dijo [Mon, Jun 08, 2009 at 07:35:56PM -0400]:
 Since nobody seems to have noticed, I'd like to re-propose my idea for
 consideration:

 Files: a b
  c d
  e
  f

 (ie, using continuation lines to specify lists of files, rather than
 commas or anything else. No escaping necessary.)

 Yup - But the newline is also a valid (altough, yes, very uncommon)
 part of a filename.

 Now, this proposal keeps the field RFC822-ish — We could extrapolate
 this a bit, and accept basically any non-whitespace strings delimited
 by whitespace. Newlines are just one form of whitespace. And, of
 course, you can escape any whitespace character to prevent it from
 being treated as whitespace.

 --
 Gunnar Wolf - gw...@gwolf.org - (+52-55)5623-0154 / 1451-2244
 PGP key 1024D/8BB527AF 2001-10-23
 Fingerprint: 0C79 D2D1 2C4E 9CE4 5973  F800 D80E F35A 8BB5 27AF



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



Re: DEP 5 and directory/file names with spaces

2009-06-08 Thread Robert Collins
On Mon, 2009-06-08 at 10:15 -0400, Jonathan Yu wrote:
 
 You know, this is probably a stupid question, but what's wrong with
 separating file patterns with newlines, as continuations?
 
 Files: a b
  c
  d e f
  g.*
 
 To me it looks more readable, no escaping or quotes are necessary 

Well, this prohibits filenames with \n in them. Not that I do that
myself, but it is actually something that works :).

Whats so hard about simple escaping?

-Rob


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


Re: DEP 5 and directory/file names with spaces

2009-06-08 Thread Jonathan Yu
Rob:

As I mentioned, it's not that simple escaping is *hard* -- just that
it can be relatively easy to a) make mistakes; b) not be totally sure
of what the statement really means (short of doing `ls' on those
filenames of course).

Another thing is that it just looks more readable. And the (standard)
diff utility output is nicer (and more helpful). Sure, more helpful
GUI diff programs will show you the exact subsequence which has
changed... But for something so trivial, I can't think of anything
better (hopefully someone else can).

If you have a filename with an \n in it, then you'd need to escape the newline.

In general, the problem is thus:

1. You have to pick some sort of separator, X.
2. No matter what, any uses of X anywhere in a filename needs to be escaped

Now, it's easier if X is as infrequently used as possible. So while it
is indeed possible to have a newline in the middle of your filename;
it is unlikely to be so. As a result, its use as a separator is better
than using spaces or commas -- both of which are believed (by me
anyway) to occur much more frequently than newlines.

Basically, I just think that the less we need to escape, the better in
the end -- because it means less thinking for us, less likely that
we'll make a mistake. And in the end getting accurate data from the
d/copyright file is probably the most important goal.

I'm not saying this is the *most* elegant solution possible. However,
I am saying that it seems like the most elegant solution proposed thus
far (and I'm hoping to hear from others either giving some adjustments
we can make to improve this format, or proposing a much better
alternative).

Hope this helps clarify things.

Cheers,

Jonathan

On Mon, Jun 8, 2009 at 9:28 PM, Robert Collinsrobe...@robertcollins.net wrote:
 On Mon, 2009-06-08 at 10:15 -0400, Jonathan Yu wrote:

 You know, this is probably a stupid question, but what's wrong with
 separating file patterns with newlines, as continuations?

 Files: a b
  c
  d e f
  g.*

 To me it looks more readable, no escaping or quotes are necessary

 Well, this prohibits filenames with \n in them. Not that I do that
 myself, but it is actually something that works :).

 Whats so hard about simple escaping?

 -Rob



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



Re: DEP 5 and directory/file names with spaces

2009-06-08 Thread Peter Samuelson

First, as I've said elsewhere, this thread is just about the most
impressive bikeshedding session I've ever seen.  So I'll try and stick
to a single post, and I'm only posting because I don't think I've seen
mention of the following problem:

[Gunnar Wolf]
 Yup - But the newline is also a valid (altough, yes, very uncommon)
 part of a filename.

So are non-UTF-8 byte sequences, and I suspect those are a great deal
more common in filenames than newlines.  If you want your copyright
file to be UTF-8, you have to escape those byte sequences somehow.

I propose something very simple: ? to escape any single byte that seems
problematic in any way.  Spaces, tabs, newlines, the ISO-8859-1
registered trademark symbol, etc., etc.  I mean, we don't need this
transform to be reversible, do we?
-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/


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



Re: DEP 5 and directory/file names with spaces

2009-06-08 Thread Peter Samuelson

[Peter Samuelson]
 I propose something very simple: ? to escape any single byte that seems
  ^Wreplace

 problematic in any way.  Spaces, tabs, newlines, the ISO-8859-1
 registered trademark symbol, etc., etc.  I mean, we don't need this
 transform to be reversible, do we?
-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/


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



Re: DEP 5 and directory/file names with spaces

2009-06-08 Thread Steve Langasek
On Mon, Jun 08, 2009 at 11:18:41PM -0400, Jonathan Yu wrote:
 Another thing is that it just looks more readable. And the (standard)
 diff utility output is nicer (and more helpful). Sure, more helpful
 GUI diff programs will show you the exact subsequence which has
 changed... But for something so trivial, I can't think of anything
 better (hopefully someone else can).

I don't see why diffs would be a major concern here.

And to the extent that they are, I think that having the file list on a
single line (with optional wrapping) is *more* useful, because it means the
context for changes will be clearer.

 If you have a filename with an \n in it, then you'd need to escape the 
 newline.

And presumably also ignore whitespace at the beginning of the line, to avoid
having to cope with parsing unindented lines that don't include a field
header.  So then you have to escape both your newline, *and* any whitespace
immediately following the newline, *and* any uses of your escape character.
Which is just downright goofy as a set of rules to try to remember when
*authoring* these files, which remains the predominant use case at this
point.  That, and the rules no longer map at all to any escaping scheme
recognized by standard commandline tools, so everybody gets to implement
their own parser.

 In general, the problem is thus:

 1. You have to pick some sort of separator, X.
 2. No matter what, any uses of X anywhere in a filename needs to be escaped

 Now, it's easier if X is as infrequently used as possible.

vor...@gluck cd /srv/lintian.debian.org/laboratory/source
vor...@gluck find . -name '*,*' | wc -l
9
vor...@gluck find . -name '* *' | wc -l
23
vor...@gluck

That's right, there are a total of *23* files *in all the source packages in
all the Debian archive* that have spaces in their filenames; and chances are
these are all going to be covered by globs anyway.

This is bikeshedding in the extreme.

 I'm not saying this is the *most* elegant solution possible. However,
 I am saying that it seems like the most elegant solution proposed thus
 far (and I'm hoping to hear from others either giving some adjustments
 we can make to improve this format, or proposing a much better
 alternative).

I disagree that it's elegant at all.  I think shell-style escaping would be
much better.

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


signature.asc
Description: Digital signature


Accepted ltspfs 0.5.12-1 (source i386 all)

2009-06-08 Thread Vagrant Cascadian
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 07 Jun 2009 22:29:43 -0700
Source: ltspfs
Binary: ltspfs ltspfsd ltspfsd-core
Architecture: source i386 all
Version: 0.5.12-1
Distribution: unstable
Urgency: low
Maintainer: LTSP Debian/Ubuntu Maintainers 
pkg-ltsp-de...@lists.alioth.debian.org
Changed-By: Vagrant Cascadian vagr...@freegeek.org
Description: 
 ltspfs - Fuse based remote filesystem for LTSP thin clients
 ltspfsd- Fuse based remote filesystem daemon for LTSP thin clients
 ltspfsd-core - Fuse based remote filesystem daemon for LTSP thin clients
Changes: 
 ltspfs (0.5.12-1) unstable; urgency=low
 .
   * new upstream version:
 - remove entry in ltspfs_fstab before unmounting device, to prevent other
   processes from mounting it.
Checksums-Sha1: 
 c157b91073f81d8b38b4e911b345763b23efd57c 1542 ltspfs_0.5.12-1.dsc
 8e0715f37cabaaa718cd7ff55451f4e8d6922a49 228883 ltspfs_0.5.12.orig.tar.gz
 8ea14e6e5d73e0970f81cd31d9325c91a560c215 7072 ltspfs_0.5.12-1.diff.gz
 01dfed353d9bcf30ba67f0f693deeb3f029414d0 26224 ltspfs_0.5.12-1_i386.deb
 bdda40753786124c484a54c4f76cef3b832c4037 27704 ltspfsd-core_0.5.12-1_i386.deb
 92877181201e0028bd281ad180dd230785d21c16 14338 ltspfsd_0.5.12-1_all.deb
Checksums-Sha256: 
 355e42e6ea43d9eee39c39dd6aaa2decfc609bf77899718b3209178f094eb7e4 1542 
ltspfs_0.5.12-1.dsc
 c6227f61b0100d01b9c17bb014954ab54e540755d8ae65a6cbc5194d64b22d2b 228883 
ltspfs_0.5.12.orig.tar.gz
 dee8928ee0ac91afc0b11dddbbb997f35e3b6ce047ba5fa35d75609834538c7e 7072 
ltspfs_0.5.12-1.diff.gz
 d3644fb8bb08c6e887b6b202815b84de4e7c12c4d9fb81bd574d028b95bc5c4b 26224 
ltspfs_0.5.12-1_i386.deb
 f31b5e74e63d384156b80b24a67719b66f56fcfaea07391f6fadf19206110d35 27704 
ltspfsd-core_0.5.12-1_i386.deb
 f15d6c24f52f0127c40c61465a233b074712f1f0a712733cb14ad451eb570220 14338 
ltspfsd_0.5.12-1_all.deb
Files: 
 4cdc28de44fa7e0b84559a7869d8e61b 1542 net optional ltspfs_0.5.12-1.dsc
 b2b952863788ca0909dc43293c5071e7 228883 net optional ltspfs_0.5.12.orig.tar.gz
 2957e7cefb55d794168558d7687cee93 7072 net optional ltspfs_0.5.12-1.diff.gz
 aa9aa01d0515515daaffc76fc9fed235 26224 net optional ltspfs_0.5.12-1_i386.deb
 92919053409d9b74f3181cdceaeda37c 27704 net optional 
ltspfsd-core_0.5.12-1_i386.deb
 9d7abbe4ce09d79f0d881da1a3dde574 14338 net optional ltspfsd_0.5.12-1_all.deb

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

iEYEARECAAYFAkoso3AACgkQlPc63BPWGplGBACfX/Xx2tnQYg8pOJCe14QS1tRx
g6EAn2XgwQ/U4fw0Ob1x+g4zZPjE9J9j
=rt22
-END PGP SIGNATURE-


Accepted:
ltspfs_0.5.12-1.diff.gz
  to pool/main/l/ltspfs/ltspfs_0.5.12-1.diff.gz
ltspfs_0.5.12-1.dsc
  to pool/main/l/ltspfs/ltspfs_0.5.12-1.dsc
ltspfs_0.5.12-1_i386.deb
  to pool/main/l/ltspfs/ltspfs_0.5.12-1_i386.deb
ltspfs_0.5.12.orig.tar.gz
  to pool/main/l/ltspfs/ltspfs_0.5.12.orig.tar.gz
ltspfsd-core_0.5.12-1_i386.deb
  to pool/main/l/ltspfs/ltspfsd-core_0.5.12-1_i386.deb
ltspfsd_0.5.12-1_all.deb
  to pool/main/l/ltspfs/ltspfsd_0.5.12-1_all.deb


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



Accepted lynx-cur 2.8.7pre5-1 (source all i386)

2009-06-08 Thread Atsuhito KOHDA
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun,  7 Jun 2009 21:50:20 +0900
Source: lynx-cur
Binary: lynx-cur lynx-cur-wrapper lynx
Architecture: source all i386
Version: 2.8.7pre5-1
Distribution: unstable
Urgency: low
Maintainer: Atsuhito KOHDA ko...@debian.org
Changed-By: Atsuhito KOHDA ko...@debian.org
Description: 
 lynx   - Text-mode WWW Browser (transitional package)
 lynx-cur   - Text-mode WWW Browser with NLS support (development version)
 lynx-cur-wrapper - Wrapper for lynx-cur
Changes: 
 lynx-cur (2.8.7pre5-1) unstable; urgency=low
 .
   * New Upstream Release.
Checksums-Sha1: 
 5b33210e7cdd79198a64f496e274fc944f2d74df 1152 lynx-cur_2.8.7pre5-1.dsc
 a06c813cadd970ef1e0144a9f18f01aa2996bce7 3421592 lynx-cur_2.8.7pre5.orig.tar.gz
 1197aa307e1426822ba1297227d290196bdd4d4f 30515 lynx-cur_2.8.7pre5-1.diff.gz
 c58158dd4c4729c1542e4355adbf907cee725053 17614 
lynx-cur-wrapper_2.8.7pre5-1_all.deb
 66a4abfaa681fa703f171093541a38f296f7e2eb 15058 lynx_2.8.7pre5-1_all.deb
 4ea722c7b90a13c5170b48365d5cc732a7073da9 2102188 lynx-cur_2.8.7pre5-1_i386.deb
Checksums-Sha256: 
 769dac3583d3631a18493ea88de5f9a32dcec08f9ff9e4eb7897e5dfc17f295a 1152 
lynx-cur_2.8.7pre5-1.dsc
 1cbe7a97ff51506eb17375546e3cefbd23e7043096216cb95ad0938f75ce3f22 3421592 
lynx-cur_2.8.7pre5.orig.tar.gz
 1851d3122d6bd73b4b060fe90db96e8ea28a0799614a159cdc21752e02a4ad30 30515 
lynx-cur_2.8.7pre5-1.diff.gz
 56061bdbedce0ce149d8eeb2c09709b4f8d512df870854929f3578d65ce236c7 17614 
lynx-cur-wrapper_2.8.7pre5-1_all.deb
 555c434db06219a5c1bc1eb8bccd86791f0312665843f00cab180597e3a9a1de 15058 
lynx_2.8.7pre5-1_all.deb
 1f4c02e933e1216b068dbf28df4359dbb979df88210edc4d1cec2f3a64077a15 2102188 
lynx-cur_2.8.7pre5-1_i386.deb
Files: 
 1cc8337d685493290b1b7b0665ae7a26 1152 web extra lynx-cur_2.8.7pre5-1.dsc
 5344c00638e382e314a1bbab4e7acc30 3421592 web extra 
lynx-cur_2.8.7pre5.orig.tar.gz
 920d146c78ec1d0a012eaa097cee0fb5 30515 web extra lynx-cur_2.8.7pre5-1.diff.gz
 a57b1b19cc02c44a840d2f2eac545915 17614 web extra 
lynx-cur-wrapper_2.8.7pre5-1_all.deb
 f60e768f9f11881ce6ddd935bab3ca83 15058 web extra lynx_2.8.7pre5-1_all.deb
 0a8317d30582909e26a2af824fc0cb1c 2102188 web extra 
lynx-cur_2.8.7pre5-1_i386.deb

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

iEYEARECAAYFAkorvecACgkQ1IXdL1v6kOyZMQCfV4quGch4QNKUnqZLDr4ci33J
+bYAnj7qJXjkdqXq5kDslR2kiTMg/d/p
=KxDQ
-END PGP SIGNATURE-


Accepted:
lynx-cur-wrapper_2.8.7pre5-1_all.deb
  to pool/main/l/lynx-cur/lynx-cur-wrapper_2.8.7pre5-1_all.deb
lynx-cur_2.8.7pre5-1.diff.gz
  to pool/main/l/lynx-cur/lynx-cur_2.8.7pre5-1.diff.gz
lynx-cur_2.8.7pre5-1.dsc
  to pool/main/l/lynx-cur/lynx-cur_2.8.7pre5-1.dsc
lynx-cur_2.8.7pre5-1_i386.deb
  to pool/main/l/lynx-cur/lynx-cur_2.8.7pre5-1_i386.deb
lynx-cur_2.8.7pre5.orig.tar.gz
  to pool/main/l/lynx-cur/lynx-cur_2.8.7pre5.orig.tar.gz
lynx_2.8.7pre5-1_all.deb
  to pool/main/l/lynx-cur/lynx_2.8.7pre5-1_all.deb


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



Accepted pam-pgsql 0.7-1 (source i386)

2009-06-08 Thread Jan Dittberner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 03 Jun 2009 22:51:07 +0200
Source: pam-pgsql
Binary: libpam-pgsql
Architecture: source i386
Version: 0.7-1
Distribution: unstable
Urgency: low
Maintainer: Jan Dittberner j...@dittberner.info
Changed-By: Jan Dittberner j...@dittberner.info
Description: 
 libpam-pgsql - PAM module to authenticate using a PostgreSQL database
Changes: 
 pam-pgsql (0.7-1) unstable; urgency=low
 .
   * New Upstream Version
   * debian/watch: switch to new upstream file name
   * debian/README.source: remove notice that upstream debian directory
 is removed because this is no longer true
   * refresh debian/patches/ftbfs_441679.patch
Checksums-Sha1: 
 b8e369e35c4252466e591ba475d59e80ff55787b 1211 pam-pgsql_0.7-1.dsc
 d040dea75f54f28180520b5290be85bae1605c63 303810 pam-pgsql_0.7.orig.tar.gz
 fa9bcb820b172308dffde9e114ff50de501d0218 5546 pam-pgsql_0.7-1.diff.gz
 5cfddd7a58cbc9cf2220891292978f9fccc28401 21480 libpam-pgsql_0.7-1_i386.deb
Checksums-Sha256: 
 3477bbe34d451c036b79e2e4897eb0c975f751e9a11d8f1ccef8741a7bce3f2f 1211 
pam-pgsql_0.7-1.dsc
 1f7a7035530d528f50ccf9788dac22d390b47b778f8586ef267af9bb2bb11666 303810 
pam-pgsql_0.7.orig.tar.gz
 4f0165a9e0091e2b2baf56607f9c8c0aae86c7f2ee3daf36a745f2419a944944 5546 
pam-pgsql_0.7-1.diff.gz
 e191dc12645011d547239c47d8bf93b7e35a11f31f554658b88596b97af2dbdf 21480 
libpam-pgsql_0.7-1_i386.deb
Files: 
 36600650af65f17a139c30a6c04dbeec 1211 admin extra pam-pgsql_0.7-1.dsc
 bd1b441fac2f101218c326e0785b10d3 303810 admin extra pam-pgsql_0.7.orig.tar.gz
 1c76a1f682e28c561434d3ee3b86c979 5546 admin extra pam-pgsql_0.7-1.diff.gz
 b2fa30c3c6308adace4d27dfc18e99ba 21480 admin extra libpam-pgsql_0.7-1_i386.deb

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

iEYEARECAAYFAkostFgACgkQDecnbV4Fd/Je6gCg+TuscZX25p8EcP2mvSTJOSED
0D8AoL9pZ0EEteHeaRIF+9laS+u+9ICB
=yxWk
-END PGP SIGNATURE-


Accepted:
libpam-pgsql_0.7-1_i386.deb
  to pool/main/p/pam-pgsql/libpam-pgsql_0.7-1_i386.deb
pam-pgsql_0.7-1.diff.gz
  to pool/main/p/pam-pgsql/pam-pgsql_0.7-1.diff.gz
pam-pgsql_0.7-1.dsc
  to pool/main/p/pam-pgsql/pam-pgsql_0.7-1.dsc
pam-pgsql_0.7.orig.tar.gz
  to pool/main/p/pam-pgsql/pam-pgsql_0.7.orig.tar.gz


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



Accepted bum 2.5.0-1 (source all)

2009-06-08 Thread Fabio Marzocca
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 6 Apr 2009 17:17:20 +0100
Source: bum
Binary: bum
Architecture: source all
Version: 2.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Fabio Marzocca thesalty...@gmail.com
Changed-By: Fabio Marzocca thesalty...@gmail.com
Description: 
 bum- graphical runlevel editor
Changes: 
 bum (2.5.0-1) unstable; urgency=low
 .
   * dopped Glade and migrate to Gtk2::Builder
   * code cleaning
   * new service description
Checksums-Sha1: 
 8ba3ca097530668a9820699d367503169036f78b 985 bum_2.5.0-1.dsc
 6cc99715c8626789cdb076e1eee6099b4eccd949 228548 bum_2.5.0.orig.tar.gz
 ad2b534c43d2d0fdc8c1ca3c354194fca5ed57d9 2674 bum_2.5.0-1.diff.gz
 a7dda62199b463390dc4d9b657a53dc63e9c15a8 85250 bum_2.5.0-1_all.deb
Checksums-Sha256: 
 f53ac5c55f7d1860878432a3d009d52c06ff63bbb77adb09cce88f1e4a893447 985 
bum_2.5.0-1.dsc
 160b2df0e296c38c9412941ec35609f437b9c62126758be7a9717181a4cb0824 228548 
bum_2.5.0.orig.tar.gz
 7355a29826063bafe4a3bcb08f9a17db022cfd66a5a1eb5cb32ac8654b3b4105 2674 
bum_2.5.0-1.diff.gz
 eab7fa2abe7051544de6e16fc4c06dca2fe0de0d33a3a6f1fa6734b98c8fd594 85250 
bum_2.5.0-1_all.deb
Files: 
 4687f76ff21b8655eeea6e3beeedaf1b 985 admin optional bum_2.5.0-1.dsc
 1c81f8dcf928487852ef14b961fd1a5a 228548 admin optional bum_2.5.0.orig.tar.gz
 47c77c9939fbb4a58bf7033ce5895422 2674 admin optional bum_2.5.0-1.diff.gz
 1a4b1852f0b729c6cc71a1836c52c1e4 85250 admin optional bum_2.5.0-1_all.deb

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

iEYEARECAAYFAkosvJ8ACgkQvcCgrgZGjeugxgCfYuByJF1OIs3KtujEs1lz1wpl
6JIAoLvY4leJ3ZRFZqIqJYxZipW9bmS3
=CSYP
-END PGP SIGNATURE-


Accepted:
bum_2.5.0-1.diff.gz
  to pool/main/b/bum/bum_2.5.0-1.diff.gz
bum_2.5.0-1.dsc
  to pool/main/b/bum/bum_2.5.0-1.dsc
bum_2.5.0-1_all.deb
  to pool/main/b/bum/bum_2.5.0-1_all.deb
bum_2.5.0.orig.tar.gz
  to pool/main/b/bum/bum_2.5.0.orig.tar.gz


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



Accepted xmorph 1:20090606 (source i386 all)

2009-06-08 Thread A Mennucc1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Jun 2009 08:57:40 +0200
Source: xmorph
Binary: libmorph xmorph libmorph-dev gtkmorph gtkmorph-example
Architecture: source i386 all
Version: 1:20090606
Distribution: unstable
Urgency: low
Maintainer: A Mennucc1 mennu...@debian.org
Changed-By: A Mennucc1 mennu...@debian.org
Description: 
 gtkmorph   - Digital image warp and morph (gtk)
 gtkmorph-example - digital image warp and morph, examples
 libmorph   - digital image warping library
 libmorph-dev - digital image warping library (development files)
 xmorph - digital image warp and morph (x11)
Closes: 515421 528901
Changes: 
 xmorph (1:20090606) unstable; urgency=low
 .
   * Removed obsolete build-dep on x-dev; thanks to
 jcristau; (Closes: #515421).
   * Added info-dir-section to your info files; thanks to
 Norbert Preining (Closes: #528901).
   * Update texinfo contents.
Checksums-Sha1: 
 8f2118177917bb34d49f194315785d25708216f8 937 xmorph_20090606.dsc
 57bd816a75623d2d60f3ad2ef87bff949d7a1a59 2854819 xmorph_20090606.tar.gz
 d2e122cdb741a88ae4c92e51615c4d00b6475e48 99984 libmorph_20090606_i386.deb
 ad6c3743b37c9775892b77828313e3300604354f 46036 xmorph_20090606_i386.deb
 2655d3fb0fb56075bae0693519c7660e9c7941ce 64154 libmorph-dev_20090606_i386.deb
 b7047a2738595702239ff0d45c98bbedacde2e31 110668 gtkmorph_20090606_i386.deb
 57c576c619c30f67d90b5cc4ac3b77ac1b92db2b 649864 
gtkmorph-example_20090606_all.deb
Checksums-Sha256: 
 b68f79a2bdb44c56e7a7211a6621646891eb98f1248a737924588bd7cd91724b 937 
xmorph_20090606.dsc
 6d88355e44cb7e6bb14d27e1d70f30e39550de599478e41a9ed407d3d83c650b 2854819 
xmorph_20090606.tar.gz
 37cb8e78d0f481119a185e2a4d46561fa902e24806a4e72e7aebdd5eaf709692 99984 
libmorph_20090606_i386.deb
 98bfd6e7d45dd5b54fa240a1d4d8b958a702273dddab959fe8f79e69e2a92912 46036 
xmorph_20090606_i386.deb
 549e2edd2325232c51fed75477f7bab57db9ec2b1f56ed85b4a438b9242ec094 64154 
libmorph-dev_20090606_i386.deb
 e685120daca0725682d2e63bb74f9b3098a19df09ffdd9b0d7c766cf928db8e7 110668 
gtkmorph_20090606_i386.deb
 62b783b16fb8f4f6d77ef002f24ebefd1ca0e8ec00921c078aa9c19b8162d0c3 649864 
gtkmorph-example_20090606_all.deb
Files: 
 480c5ece216d1edd500ca01a433d244f 937 graphics optional xmorph_20090606.dsc
 b59962b1b6ae16b222713583c2000cf5 2854819 graphics optional 
xmorph_20090606.tar.gz
 a236f21c30444a2154f43de5a9b8eda4 99984 libs optional libmorph_20090606_i386.deb
 41af75ca3a1f8539e68dc0299a5839a5 46036 graphics optional 
xmorph_20090606_i386.deb
 e02760bf754c71b2d78436b26f9b69ce 64154 libdevel optional 
libmorph-dev_20090606_i386.deb
 2a477c86b22904d907f6ab7fed00b830 110668 graphics optional 
gtkmorph_20090606_i386.deb
 6f92ea987e8c59a79435385161addfd9 649864 graphics optional 
gtkmorph-example_20090606_all.deb

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

iEYEARECAAYFAkoswRoACgkQ9B/tjjP8QKRuBQCeLRQRhvX31n2Gr3gn8xxxhTWO
plkAoJgyhwpXi1DCcXggslIk2pA4TiRd
=nxTa
-END PGP SIGNATURE-


Accepted:
gtkmorph-example_20090606_all.deb
  to pool/main/x/xmorph/gtkmorph-example_20090606_all.deb
gtkmorph_20090606_i386.deb
  to pool/main/x/xmorph/gtkmorph_20090606_i386.deb
libmorph-dev_20090606_i386.deb
  to pool/main/x/xmorph/libmorph-dev_20090606_i386.deb
libmorph_20090606_i386.deb
  to pool/main/x/xmorph/libmorph_20090606_i386.deb
xmorph_20090606.dsc
  to pool/main/x/xmorph/xmorph_20090606.dsc
xmorph_20090606.tar.gz
  to pool/main/x/xmorph/xmorph_20090606.tar.gz
xmorph_20090606_i386.deb
  to pool/main/x/xmorph/xmorph_20090606_i386.deb


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



Accepted remctl 2.14-2 (source i386)

2009-06-08 Thread Russ Allbery
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Jun 2009 00:21:09 -0700
Source: remctl
Binary: libremctl1 libremctl-dev remctl-client remctl-server libnet-remctl-perl 
php5-remctl python-remctl
Architecture: source i386
Version: 2.14-2
Distribution: unstable
Urgency: low
Maintainer: Russ Allbery r...@debian.org
Changed-By: Russ Allbery r...@debian.org
Description: 
 libnet-remctl-perl - Perl client for Kerberos-authenticated command execution
 libremctl-dev - Development files for Kerberos-authenticated command execution
 libremctl1 - Library for Kerberos-authenticated command execution
 php5-remctl - PECL module for Kerberos-authenticated command execution
 python-remctl - Python extension for Kerberos-authenticated command execution
 remctl-client - Client for Kerberos-authenticated command execution
 remctl-server - Server for Kerberos-authenticated command execution
Closes: 530573
Changes: 
 remctl (2.14-2) unstable; urgency=low
 .
   * Fix test suite behavior when IPv6 support is available in the library
 but disabled in the kernel.  Thanks, Peter 'p2' De Schrijver.
 (Closes: #530573)
   * Change php5-remctl's section to php to match override.
Checksums-Sha1: 
 9fb927b3eacbd251adbe1386a0151d560882ed1e 1292 remctl_2.14-2.dsc
 5e2d1d6e0ea8cd392ac06ada41ee3897164abdbd 12457 remctl_2.14-2.diff.gz
 37ac0fedd51869f71cd6bfaf3d0d76cf6f751762 35822 libremctl1_2.14-2_i386.deb
 6bf299a48d14ec6cd16c80a9021c34ad0425c11e 62446 libremctl-dev_2.14-2_i386.deb
 5cb951716fdcff753df1192d3c702b775acc7914 68870 remctl-client_2.14-2_i386.deb
 d22c2181fec1da6e0cee8615ffae7a9579763404 90578 remctl-server_2.14-2_i386.deb
 a5575580c7d472c8faa3b0d8832de290617fa8a1 42776 
libnet-remctl-perl_2.14-2_i386.deb
 7c1d041422c9adbddf0dd96addcdb82600931829 28700 php5-remctl_2.14-2_i386.deb
 75be147dd2d8ab8c1b375818ce7fcf90f0734dab 28262 python-remctl_2.14-2_i386.deb
Checksums-Sha256: 
 717c73c3b1056bf15593703875a45cddebbede6a5fd96e69087d0e29eb39c57b 1292 
remctl_2.14-2.dsc
 cea4627e516628dfc78902b99159805e64891ecce99bda95c5c8b5ca48e91746 12457 
remctl_2.14-2.diff.gz
 de6b1bda0da966da3298fac1651aa2623c3fff1e390d57e32a90094f9fa268a9 35822 
libremctl1_2.14-2_i386.deb
 5119cca4e7157830e0b25777f0d2c9313fa2467942d8981bc62e5ecaefee 62446 
libremctl-dev_2.14-2_i386.deb
 bb8ff5991498d8da8d1f0e4069a989044aa42307479a0b61a667450eb0e2e748 68870 
remctl-client_2.14-2_i386.deb
 30ca9b14e7ee1a39d7d38f876cf0c2a930cc2ef874acca95260a04650ac1cd24 90578 
remctl-server_2.14-2_i386.deb
 d066b5a62440f7649f070de03155a10bf6e574abc4af010a67402f26d9a64575 42776 
libnet-remctl-perl_2.14-2_i386.deb
 f1964483ebc1e831d251288f05008a9d6ceee97e416d8acfc8a6fea685728884 28700 
php5-remctl_2.14-2_i386.deb
 d1104cf602479b9cf9e691623d0aaf8c6ba81fe22d544f3c68b1f4085abf7603 28262 
python-remctl_2.14-2_i386.deb
Files: 
 cb8a0ef3c233f2f2c2074a5d1bb701f2 1292 net optional remctl_2.14-2.dsc
 c033467fe7b7766158f487069190c3ca 12457 net optional remctl_2.14-2.diff.gz
 78c0f7c6525e7d005229a240fac9ba05 35822 libs optional libremctl1_2.14-2_i386.deb
 691e4530c7ec9e2da964ca53a20964e7 62446 libdevel extra 
libremctl-dev_2.14-2_i386.deb
 5caae9396fd271ca1c68c0a6e2cd55e3 68870 net optional 
remctl-client_2.14-2_i386.deb
 bc5791efc38f84df4fe715791a9a5ec1 90578 net optional 
remctl-server_2.14-2_i386.deb
 442ad549ebda93978dfcecadbac0d6ee 42776 perl optional 
libnet-remctl-perl_2.14-2_i386.deb
 4ebeddacfa8068ae18cb4c5b249cb006 28700 php optional php5-remctl_2.14-2_i386.deb
 98ea5bfdb696f0b473b85a2cf278e08c 28262 python optional 
python-remctl_2.14-2_i386.deb

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

iEYEARECAAYFAkosvmgACgkQ+YXjQAr8dHYV3QCglu/D9/1efOen1vxrznVlZoig
hJAAoItBW+9cE50M1IB3ba800iFYjSDs
=C7eG
-END PGP SIGNATURE-


Accepted:
libnet-remctl-perl_2.14-2_i386.deb
  to pool/main/r/remctl/libnet-remctl-perl_2.14-2_i386.deb
libremctl-dev_2.14-2_i386.deb
  to pool/main/r/remctl/libremctl-dev_2.14-2_i386.deb
libremctl1_2.14-2_i386.deb
  to pool/main/r/remctl/libremctl1_2.14-2_i386.deb
php5-remctl_2.14-2_i386.deb
  to pool/main/r/remctl/php5-remctl_2.14-2_i386.deb
python-remctl_2.14-2_i386.deb
  to pool/main/r/remctl/python-remctl_2.14-2_i386.deb
remctl-client_2.14-2_i386.deb
  to pool/main/r/remctl/remctl-client_2.14-2_i386.deb
remctl-server_2.14-2_i386.deb
  to pool/main/r/remctl/remctl-server_2.14-2_i386.deb
remctl_2.14-2.diff.gz
  to pool/main/r/remctl/remctl_2.14-2.diff.gz
remctl_2.14-2.dsc
  to pool/main/r/remctl/remctl_2.14-2.dsc


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



Accepted scheme48 1.8+dfsg-1 (source all amd64)

2009-06-08 Thread Daniel Moerner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Jun 2009 15:24:27 -0700
Source: scheme48
Binary: scheme48 scheme48-doc cmuscheme48-el
Architecture: source amd64 all
Version: 1.8+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Moerner dmoer...@gmail.com
Changed-By: Daniel Moerner dmoer...@gmail.com
Description: 
 cmuscheme48-el - Emacs mode specialized for Scheme48
 scheme48   - A simple, modular, and lightweight Scheme implementation
 scheme48-doc - Documentation for the Scheme48 implementation of Scheme
Closes: 509860 531928
Changes: 
 scheme48 (1.8+dfsg-1) unstable; urgency=low
 .
   * Repack upstream tarball to remove non-dfsg-free emacs/cmulisp.el
 (Closes: #509860)
   * debian/copyright: Add a note explaining the removal of emacs/cmulisp.el
   * debian/control:
 - Change to Section: lisp
 - Bump to Debian Policy version 3.8.1
 - Added DM-Upload-Allowed: yes
   * debian/watch: Add dversionmangle to remove +dfsg from local version.
   * debian/patches/hurd-i386-fix-ftbfs.diff: Manually define MAXHOSTNAMELEN on
 hurd-i386 since it doesn't exist there, and manually include pthread.h,
 fixing a FTBFS.
   * debian/rules: Manually pass -pthread in LDFLAGS, finishes the fix for the
 FTBFS on hurd-i386. (Closes: #531928)
Checksums-Sha1: 
 525cebb8ed3d88900d54ba67ae469e9133d19aed 1203 scheme48_1.8+dfsg-1.dsc
 affcedd7a01c1c8a8f9430e1edf137e2b72f0c30 3221528 scheme48_1.8+dfsg.orig.tar.gz
 48c183c9e85d7e4644973e012efc0b0caf0935d5 17297 scheme48_1.8+dfsg-1.diff.gz
 484a3f03d1a6a099743851b1a0f9b6f9b0cff9f5 1411696 scheme48_1.8+dfsg-1_amd64.deb
 a217cc154205fb2df663ee24163751cf15d4e3c0 559504 scheme48-doc_1.8+dfsg-1_all.deb
 e90d126f7f2314ec9b0f153bf1ba8022eb7587bb 13294 
cmuscheme48-el_1.8+dfsg-1_all.deb
Checksums-Sha256: 
 9e7108c9725b0bb63478fee9d8efb8ef082d7f4402a372cc3a96ef5feb011f0b 1203 
scheme48_1.8+dfsg-1.dsc
 b3911b32237b1be4d1e41b235f6178711546f0ec12a9d2ce7163e58dc0ddf685 3221528 
scheme48_1.8+dfsg.orig.tar.gz
 0d25a1475f0d5125d578b9fbd9391d96330c9fabd260cb74a97a923c3ffcae87 17297 
scheme48_1.8+dfsg-1.diff.gz
 b3a16d050567255769a6a1aac078410ce6c980628bee8e6d3e76d5f9c72f29fc 1411696 
scheme48_1.8+dfsg-1_amd64.deb
 5dde23c6ced16a5b4c9d54c8fc864b05ba9a3f1485dc8ad620bf995564ec1df0 559504 
scheme48-doc_1.8+dfsg-1_all.deb
 dd2b9aa4e869928ddb6cb6c0454cfdc24810bdcd2c059306b2465fb8efec79f9 13294 
cmuscheme48-el_1.8+dfsg-1_all.deb
Files: 
 e9ef410f01d6a683dca47efa1d70f963 1203 lisp optional scheme48_1.8+dfsg-1.dsc
 64c08c1702c6a385b0577be5f90b97ee 3221528 lisp optional 
scheme48_1.8+dfsg.orig.tar.gz
 545bd856d82856561b9f32e828fa6008 17297 lisp optional 
scheme48_1.8+dfsg-1.diff.gz
 b70cc6fd13ec8dd4a8de69f0c8ab39f5 1411696 lisp optional 
scheme48_1.8+dfsg-1_amd64.deb
 dcde1b0358dc4bce191c0135c01ccd0b 559504 doc optional 
scheme48-doc_1.8+dfsg-1_all.deb
 b637f60c57d319c567e481ea6259576b 13294 lisp optional 
cmuscheme48-el_1.8+dfsg-1_all.deb

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

iEYEARECAAYFAkosxTAACgkQpGK1HsL+5c1/hwCeOqcltziZFzgdpF/2oEEC4/Xc
M1AAoJUxFkl2uk3OffOK68eM2Usf3IAB
=Ewut
-END PGP SIGNATURE-


Accepted:
cmuscheme48-el_1.8+dfsg-1_all.deb
  to pool/main/s/scheme48/cmuscheme48-el_1.8+dfsg-1_all.deb
scheme48-doc_1.8+dfsg-1_all.deb
  to pool/main/s/scheme48/scheme48-doc_1.8+dfsg-1_all.deb
scheme48_1.8+dfsg-1.diff.gz
  to pool/main/s/scheme48/scheme48_1.8+dfsg-1.diff.gz
scheme48_1.8+dfsg-1.dsc
  to pool/main/s/scheme48/scheme48_1.8+dfsg-1.dsc
scheme48_1.8+dfsg-1_amd64.deb
  to pool/main/s/scheme48/scheme48_1.8+dfsg-1_amd64.deb
scheme48_1.8+dfsg.orig.tar.gz
  to pool/main/s/scheme48/scheme48_1.8+dfsg.orig.tar.gz


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



Accepted tvtime 1.0.2-2 (source amd64)

2009-06-08 Thread Bart Martens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 07 Jun 2009 23:30:37 +0200
Source: tvtime
Binary: tvtime
Architecture: source amd64
Version: 1.0.2-2
Distribution: unstable
Urgency: low
Maintainer: Bart Martens ba...@debian.org
Changed-By: Bart Martens ba...@debian.org
Description: 
 tvtime - A high quality television application
Closes: 444599 487133 492334 502778
Changes: 
 tvtime (1.0.2-2) unstable; urgency=low
 .
   * New maintainer.  Closes: #487133.
   * debian/watch: Updated.
   * Overriding debian-watch-file-should-use-sf-redirector.
   * Fixed using-imperative-form-in-templates and malformed-prompt-in-templates.
   * docs/man/es/tvtime.xml.5: Fixed manpage-has-errors-from-man.
   * debian/rules: Fixed dh-clean-k-is-deprecated.
   * debian/postinst: Removed the MAKEDEV invocation.  Closes: #492334, #444599.
   * debian/control: No longer Depends on makedev.
 Fixes depends-exclusively-on-makedev.
   * debian/po/sv.po: Replaced.  Closes: #502778.
   * debian/copyright: Fixed old-fsf-address-in-copyright-file.
Checksums-Sha1: 
 6520477fc88a3d182ffbc38c6cc841953697531d 1125 tvtime_1.0.2-2.dsc
 a0ff6d3bf9a2df3b97321bd19f13da087b6c4997 66131 tvtime_1.0.2-2.diff.gz
 bc19a961e0c8e2eeb92a7b6833b8920ba45e15d4 724990 tvtime_1.0.2-2_amd64.deb
Checksums-Sha256: 
 bc6536fe158fd76976ed9863962192d3a45abd664c12efec6322fa47471feadc 1125 
tvtime_1.0.2-2.dsc
 2d2022542f47db481336ddf3275593e98343c1b724ee8238f426177e5855afe4 66131 
tvtime_1.0.2-2.diff.gz
 ad5c51ef641a74ec58a494aabcc68fbd6501f28965edc331e2a4957680031d57 724990 
tvtime_1.0.2-2_amd64.deb
Files: 
 47a51faa9794dbef673c9b5085a6e818 1125 x11 optional tvtime_1.0.2-2.dsc
 de62b3033aa94f2430e6e1986cba237e 66131 x11 optional tvtime_1.0.2-2.diff.gz
 f0ee17b8cf6b1bac4bf959b606db656f 724990 x11 optional tvtime_1.0.2-2_amd64.deb

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

iEYEARECAAYFAkosz1sACgkQbMaawmho9B+imgCfZZW1VTfpx1PKuPlkpuPzuXsd
Ra4AnRbFUQYW3drfEko/17TR4gdrioHO
=alHi
-END PGP SIGNATURE-


Accepted:
tvtime_1.0.2-2.diff.gz
  to pool/main/t/tvtime/tvtime_1.0.2-2.diff.gz
tvtime_1.0.2-2.dsc
  to pool/main/t/tvtime/tvtime_1.0.2-2.dsc
tvtime_1.0.2-2_amd64.deb
  to pool/main/t/tvtime/tvtime_1.0.2-2_amd64.deb


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



Accepted quodlibet-plugins 20090608-1 (source all)

2009-06-08 Thread Christine Spang
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Jun 2009 04:12:11 -0400
Source: quodlibet-plugins
Binary: quodlibet-plugins
Architecture: source all
Version: 20090608-1
Distribution: unstable
Urgency: low
Maintainer: Christine Spang christ...@debian.org
Changed-By: Christine Spang christ...@debian.org
Description: 
 quodlibet-plugins - various contributed plugins for Quod Libet
Closes: 522794
Changes: 
 quodlibet-plugins (20090608-1) unstable; urgency=low
 .
   * New upstream subversion snapshot.
 - *really* fix #479112
 - qlscrobbler plugin supports libre.fm as well as last.fm
   (Closes: #522794)
   * couple small lintian cleanups
Checksums-Sha1: 
 c038c33bb3f6562ee80a3e17aae0db52ac45a003 1078 quodlibet-plugins_20090608-1.dsc
 222d60d611e50c7c55b19290dd46d0ad5b3c1713 49785 
quodlibet-plugins_20090608.orig.tar.gz
 228f3660da254db9110aa29ab3ecc556b2e760b7 4195 
quodlibet-plugins_20090608-1.diff.gz
 43f6602b4544269e3a25247ad2e50b4d34b987fc 53358 
quodlibet-plugins_20090608-1_all.deb
Checksums-Sha256: 
 3862a91a1a6f4077a81dd3e53d70acaa73192bf6cca9e714cf4faf32f666cdc5 1078 
quodlibet-plugins_20090608-1.dsc
 abfa7c939246caa4ca282da47d6d58dde89785306c590541febc24b2262c9013 49785 
quodlibet-plugins_20090608.orig.tar.gz
 3e6339d9e3344c8f99c63b1080cde79e222c0835d71cb391d99a7a0288d95520 4195 
quodlibet-plugins_20090608-1.diff.gz
 7bfd4299ed2073af348c9f4ecee781343f8d9a92b31bca518b00f2327c2c3bb2 53358 
quodlibet-plugins_20090608-1_all.deb
Files: 
 d5b4d19f616104328524dfcbf00cc018 1078 sound extra 
quodlibet-plugins_20090608-1.dsc
 bda429bb15bfe5c62b793827f810afed 49785 sound extra 
quodlibet-plugins_20090608.orig.tar.gz
 8813dceebd6edd64fff355197fc384ff 4195 sound extra 
quodlibet-plugins_20090608-1.diff.gz
 cef5cafb4f4379b5dcf6e3317fa704ae 53358 sound extra 
quodlibet-plugins_20090608-1_all.deb

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

iEYEARECAAYFAkoszRsACgkQd73XuVITgbrxLwCdHbp04cwcD49LdHBQ8D/Mi1T3
tJkAoISPn1wUBRr6rWKVxI24+3VIZbow
=LaXu
-END PGP SIGNATURE-


Accepted:
quodlibet-plugins_20090608-1.diff.gz
  to pool/main/q/quodlibet-plugins/quodlibet-plugins_20090608-1.diff.gz
quodlibet-plugins_20090608-1.dsc
  to pool/main/q/quodlibet-plugins/quodlibet-plugins_20090608-1.dsc
quodlibet-plugins_20090608-1_all.deb
  to pool/main/q/quodlibet-plugins/quodlibet-plugins_20090608-1_all.deb
quodlibet-plugins_20090608.orig.tar.gz
  to pool/main/q/quodlibet-plugins/quodlibet-plugins_20090608.orig.tar.gz


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



Accepted debian-maintainers 1.60 (source all)

2009-06-08 Thread Anibal Monsalve Salazar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Jun 2009 18:25:46 +1000
Source: debian-maintainers
Binary: debian-maintainers
Architecture: source all
Version: 1.60
Distribution: unstable
Urgency: medium
Maintainer: Debian Maintainer Keyring Team d-m-t...@lists.alioth.debian.org
Changed-By: Anibal Monsalve Salazar ani...@debian.org
Description: 
 debian-maintainers - GPG keys of Debian maintainers
Closes: 529973 530384 530569 531811
Changes: 
 debian-maintainers (1.60) unstable; urgency=medium
 .
   * Remove Daniel Kahn Gillmor who is a debian developer.
   * Update Mathieu Malaterre's key. Closes: #530384
   * Add Debian maintainer Mattias Ellert. Closes: #529973
   * Add Debian maintainer Mazen Neifer. Closes: #530569
   * Add Debian maintainer Erik de Castro Lopo. Closes: #531811
Checksums-Sha1: 
 40202f290125a7e9f362657c0116f43bb5892ca7 1393 debian-maintainers_1.60.dsc
 80f791d9b7ca32847b9d61a38e8b47786d4a484b 1268045 debian-maintainers_1.60.tar.gz
 10d195a28231f56be0aea585007e73c8cdd2dc4f 554392 debian-maintainers_1.60_all.deb
 ceeab5f2e96dd95fce8819ae1d4686bc061d543b 672334 debian-maintainers_1.60_all.gpg
Checksums-Sha256: 
 a7a88e0dd0352778d06ae263ac1fbeaa2b84eff2d9138cebf336b210f529d5ab 1393 
debian-maintainers_1.60.dsc
 b23fdf76304a8ebf8f02aee5bddc6eb5f5613e675ea56aeb49d0c631b4ec4160 1268045 
debian-maintainers_1.60.tar.gz
 e1c0e8c423633183cea20b5fd3ef93386ed010fa83fbd858ea6a1670d03d74d5 554392 
debian-maintainers_1.60_all.deb
 df411b6063636b9e442e539766c749ac835717cba0579b1cad113b17fc419e27 672334 
debian-maintainers_1.60_all.gpg
Files: 
 37982675880815adbd253e065a57756f 1393 misc extra debian-maintainers_1.60.dsc
 2f0395ec3384bc54556da0218f51ab06 1268045 misc extra 
debian-maintainers_1.60.tar.gz
 2c3a11e0cdb0372dd6b0a8722cf535a4 554392 misc extra 
debian-maintainers_1.60_all.deb
 274232b1418bedb1717aed628209d723 672334 raw-keyring - 
debian-maintainers_1.60_all.gpg

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

iEYEARECAAYFAkos1BUACgkQgY5NIXPNpFU2iACeOgm+HlBE2rpEip50svu8KkeN
c2oAnjWvhGsZnio+3ANzBxrdM0nE4Zef
=wLNR
-END PGP SIGNATURE-


Accepted:
debian-maintainers_1.60.dsc
  to pool/main/d/debian-maintainers/debian-maintainers_1.60.dsc
debian-maintainers_1.60.tar.gz
  to pool/main/d/debian-maintainers/debian-maintainers_1.60.tar.gz
debian-maintainers_1.60_all.deb
  to pool/main/d/debian-maintainers/debian-maintainers_1.60_all.deb
debian-maintainers_1.60_all.gpg byhand


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



Accepted pycg 0.14.1-2 (source i386)

2009-06-08 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Jun 2009 11:50:24 +0200
Source: pycg
Binary: python-cg
Architecture: source i386
Version: 0.14.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Sandro Tosi mo...@debian.org
Description: 
 python-cg  - nVidia Cg driver binding for Python
Closes: 523065
Changes: 
 pycg (0.14.1-2) unstable; urgency=low
 .
   * debian/{control, copyright, patches/*.dpatch}
 - updated my email address
   * debian/control
 - switch Vcs-Browser field to viewsvn
 - bump Standards-Version to 3.8.1
   + added debian/README.source
   * debian/{control, rules}
 - prepare for the upcoming Python 2.6 transition; thanks to Alessio Treglia
   for the report and patch; Closes: #523065
   + versioned depend on python to have functions we need
   + include python.mk and uses its macro for options and locations
   * debian/copyright
 - clarified packaging is licensed under the same terms as upstream
 - fixed packaging copyright notice
   * debian/patches/40_no_link_to_python.dpatch
 - renamed from 99_test
 - added description
   * debian/{control, rules, preinst}
 - switch to python-support, adding preinst to handle the transition
Checksums-Sha1: 
 e234d4abbae00432c32f01cc11af6e61f7e07439 1399 pycg_0.14.1-2.dsc
 dc2cf191a990e45a060974300a0f77a5c6f0a349 5160 pycg_0.14.1-2.diff.gz
 b308846208129c107e41713a35075102f2e8256e 92318 python-cg_0.14.1-2_i386.deb
Checksums-Sha256: 
 3d95e2bb3ae70d44883fa663c83ee364001cc403b79e034a5f24bc614e6c9f33 1399 
pycg_0.14.1-2.dsc
 285b8ae6a7eaac6c6b85cfe110a385aac1c7c2fca67c5c40ec6b345af06c590a 5160 
pycg_0.14.1-2.diff.gz
 bf59ea8805eb37156138d0f13a8cbc6ef39bab11450c84726ca7192d6cb4ad7e 92318 
python-cg_0.14.1-2_i386.deb
Files: 
 47bfe53f0a61a7d9ae4a3e1c0e9a78c1 1399 contrib/python optional pycg_0.14.1-2.dsc
 a65274a044d670438f08213cb298944d 5160 contrib/python optional 
pycg_0.14.1-2.diff.gz
 fd2555f391d59418c1c6aefd969257e9 92318 contrib/python optional 
python-cg_0.14.1-2_i386.deb

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

iEYEARECAAYFAkos6fQACgkQAukwV0RN2VD7iQCfYdXr8h0vPzUFhYkQocGsiFKJ
BPIAnjc9nf+KL0wN6HGrC9sB6Qy6Fbhu
=wf6p
-END PGP SIGNATURE-


Accepted:
pycg_0.14.1-2.diff.gz
  to pool/contrib/p/pycg/pycg_0.14.1-2.diff.gz
pycg_0.14.1-2.dsc
  to pool/contrib/p/pycg/pycg_0.14.1-2.dsc
python-cg_0.14.1-2_i386.deb
  to pool/contrib/p/pycg/python-cg_0.14.1-2_i386.deb


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



Accepted libcatalyst-perl 5.80005-1 (source all)

2009-06-08 Thread eloy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Jun 2009 12:06:50 +0200
Source: libcatalyst-perl
Binary: libcatalyst-perl
Architecture: source all
Version: 5.80005-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Krzysztof Krzyżaniak (eloy) e...@debian.org
Description: 
 libcatalyst-perl - The Elegant MVC Web Application Framework
Changes: 
 libcatalyst-perl (5.80005-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control: increase module version in dependencies for
 libmoosex-methodattributes-perl (= 0.12)
Checksums-Sha1: 
 bfc341167597ea8662b58960eed7c8a5bd8d98d4 2206 libcatalyst-perl_5.80005-1.dsc
 89f58146effc91874f1d4ac370243ba19bbfe94f 207046 
libcatalyst-perl_5.80005.orig.tar.gz
 33354fd950731bd18c8ae63a86659811b82806e1 5839 
libcatalyst-perl_5.80005-1.diff.gz
 8e2f281ab27e010f7655b647309f56cb4e332bb9 244740 
libcatalyst-perl_5.80005-1_all.deb
Checksums-Sha256: 
 4af83664ca064fd112d508fd222863c943f025263b9e1ac6f842b29ae5361a7b 2206 
libcatalyst-perl_5.80005-1.dsc
 dd12decc34e07ea5481b7d249670165b854af7613c1a22d2db58c9b83f4b05d3 207046 
libcatalyst-perl_5.80005.orig.tar.gz
 80a1e1c72d54f3d2d036e38a59e305ae47512e934f00c62aa5aecab99d252898 5839 
libcatalyst-perl_5.80005-1.diff.gz
 b036255966f70b77dc75d85f059fb704c4e42273f0015f2d4526c082fad86cd5 244740 
libcatalyst-perl_5.80005-1_all.deb
Files: 
 a410b642528d9aeac2339b123a511801 2206 perl optional 
libcatalyst-perl_5.80005-1.dsc
 d7d78a4ef83a2799c4c698a81d6bf7ca 207046 perl optional 
libcatalyst-perl_5.80005.orig.tar.gz
 676a908daa223c5ac248398c97885f16 5839 perl optional 
libcatalyst-perl_5.80005-1.diff.gz
 6de6553acec185ae73d767a6828205c5 244740 perl optional 
libcatalyst-perl_5.80005-1_all.deb

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

iEYEARECAAYFAkos7ywACgkQy+HP4f7iC8snxwCfXw2mEfjX4YX30GZi75f41pSA
zUgAmwRfihsrR0ZNWut0FdxqBtAviPJV
=izdx
-END PGP SIGNATURE-


Accepted:
libcatalyst-perl_5.80005-1.diff.gz
  to pool/main/libc/libcatalyst-perl/libcatalyst-perl_5.80005-1.diff.gz
libcatalyst-perl_5.80005-1.dsc
  to pool/main/libc/libcatalyst-perl/libcatalyst-perl_5.80005-1.dsc
libcatalyst-perl_5.80005-1_all.deb
  to pool/main/libc/libcatalyst-perl/libcatalyst-perl_5.80005-1_all.deb
libcatalyst-perl_5.80005.orig.tar.gz
  to pool/main/libc/libcatalyst-perl/libcatalyst-perl_5.80005.orig.tar.gz


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



Accepted libidn 1.15-1 (source i386 all)

2009-06-08 Thread Simon Josefsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Jun 2009 11:59:06 +0200
Source: libidn
Binary: idn libidn11-dev libidn11 libidn11-java
Architecture: source i386 all
Version: 1.15-1
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Simon Josefsson si...@josefsson.org
Description: 
 idn- Command line and Emacs interface to GNU Libidn
 libidn11   - GNU Libidn library, implementation of IETF IDN specifications
 libidn11-dev - Development files for GNU Libidn, an IDN library
 libidn11-java - Java port of the GNU Libidn library, an IDN implementation
Changes: 
 libidn (1.15-1) unstable; urgency=low
 .
   [ Simon Josefsson ]
   * Let install-info decide where to put libidn.info.
   * New upstream version.
Checksums-Sha1: 
 e27ef85879337bced47b411ad222e642b11c0e0a 1494 libidn_1.15-1.dsc
 6321660c7072737110b790044cbf8653a95ea175 2635155 libidn_1.15.orig.tar.gz
 c8c008023616a2e3ecc9ee0f83926a6423079376 8195 libidn_1.15-1.diff.gz
 593885745bd366dc12dee5766946f392ec71194c 105742 idn_1.15-1_i386.deb
 867ef892614b3df8425d097215036c3ebc328e08 628736 libidn11-dev_1.15-1_i386.deb
 45d96f6256d7edf13cb7f6dc7d7e2b49a666952f 156460 libidn11_1.15-1_i386.deb
 9d50c1f108165a2d64920629b6911e584806bfdc 251508 libidn11-java_1.15-1_all.deb
Checksums-Sha256: 
 0b06e74eb8a40ea0062b1690d4779e9b427de3a46f6ffea65a598585b48ba996 1494 
libidn_1.15-1.dsc
 db75022eff366bd5646ab1e6d7bcd1c2048473a7dbdf0cd0421de92c88bbdc18 2635155 
libidn_1.15.orig.tar.gz
 549c3fe5dca335e4353fb26f1910c9dc970b5b7845d0115e9975515e4321c56e 8195 
libidn_1.15-1.diff.gz
 8f0dd9144f11e0c386f2fc975e6fb343c5b584422e4ccf54dc02922346f1e6e7 105742 
idn_1.15-1_i386.deb
 8a0323af9d55e69f8947f618f109073a2f1ab43791b3bba80fa5d44a6f7e1755 628736 
libidn11-dev_1.15-1_i386.deb
 fa6dd1685461b453955d22bec94eb2ecfad27cd667736f1ec4fbaf54b99e8486 156460 
libidn11_1.15-1_i386.deb
 b3cc89968a65742e163b17c6f79b5a14663fcae2f52a32710e52ecbb69989ad0 251508 
libidn11-java_1.15-1_all.deb
Files: 
 84dce0903c43fe34fd723ed0b5e784ca 1494 libs optional libidn_1.15-1.dsc
 482a25b7b223e52f967fafd284a1a992 2635155 libs optional libidn_1.15.orig.tar.gz
 9340ab55f887b9992da391a3086f7f27 8195 libs optional libidn_1.15-1.diff.gz
 a92e632a6832ed5a2500df60e5847722 105742 misc optional idn_1.15-1_i386.deb
 a4279bbb4f0f5f073c81a619ed865aeb 628736 libdevel optional 
libidn11-dev_1.15-1_i386.deb
 064eec978bc10876dbdb6d423cdf6950 156460 libs standard libidn11_1.15-1_i386.deb
 e792005609e28d74b3b550aa48c779c1 251508 java optional 
libidn11-java_1.15-1_all.deb

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

iOoEAQECADQFAkos8iAtFIAAFQAPcGthLWFkZHJlc3NAZ251cGcub3JnamFz
QGV4dHVuZG8uY29tAAoJEO2iHpS1ZXFv3B0E/j8f2jC3HUEk960FG/ik13yYrrTN
Vrw84Y/TlkBkGFF39YaXU+3sFU2moSlRuocBqlfieysjN04cxBWgbYkxFQBEoA0G
Fz+pA1w6a5DMZenhzHtAc7ewdcisw6mWfQkTndmgbhiwP2bGRJmssuQDCj1jF70b
GP8X1RNuqTFfKvt18CN+dCIITIcJlSPAEEsx1phuvgsh/5/edIJVJZVkDXo=
=K8tw
-END PGP SIGNATURE-


Accepted:
idn_1.15-1_i386.deb
  to pool/main/libi/libidn/idn_1.15-1_i386.deb
libidn11-dev_1.15-1_i386.deb
  to pool/main/libi/libidn/libidn11-dev_1.15-1_i386.deb
libidn11-java_1.15-1_all.deb
  to pool/main/libi/libidn/libidn11-java_1.15-1_all.deb
libidn11_1.15-1_i386.deb
  to pool/main/libi/libidn/libidn11_1.15-1_i386.deb
libidn_1.15-1.diff.gz
  to pool/main/libi/libidn/libidn_1.15-1.diff.gz
libidn_1.15-1.dsc
  to pool/main/libi/libidn/libidn_1.15-1.dsc
libidn_1.15.orig.tar.gz
  to pool/main/libi/libidn/libidn_1.15.orig.tar.gz


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



Accepted v-sim 3.4.4-1 (source all i386)

2009-06-08 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Jun 2009 13:14:34 +0200
Source: v-sim
Binary: v-sim v-sim-common v-sim-doc v-sim-plugins
Architecture: source all i386
Version: 3.4.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylvestre.le...@inria.fr
Description: 
 v-sim  - Visualize atomic structures
 v-sim-common - Visualize atomic structures (support files)
 v-sim-doc  - Visualize atomic structures (example files)
 v-sim-plugins - Plugins for V_Sim (a 3D visualization package)
Changes: 
 v-sim (3.4.4-1) unstable; urgency=low
 .
[ Damien Caliste ]
   * New upstream version (bug correction release).
   * Correct the copyright file, extending copyright to 2009, adding
 Lherbier as upstream author and correcting the Lintian warning
 about the versionless symlink of GPL (put it on GPL-2 only).
   * Upgrade standard value field in control file to 3.8.1 (no other
 change is required for this upgrade).
Checksums-Sha1: 
 45edec2acfd93ce88aa4e3d7edb6592bd7a5ca65 1516 v-sim_3.4.4-1.dsc
 a7502cf1ff5785e1e4afa7dfb93980b55613a7bd 3131055 v-sim_3.4.4.orig.tar.gz
 4703c9d4a04b9793ccb8283e31b4953b1dfd3c02 11527 v-sim_3.4.4-1.diff.gz
 dc8cba094d1e2338a0a2c5a037d832305225080f 199582 v-sim-common_3.4.4-1_all.deb
 2a44966754c79a5d5b90d6e8b7ad89a92d9959bb 406002 v-sim-doc_3.4.4-1_all.deb
 9c0066a7c4eb5102923a7ac4edef25264cadd48d 434498 v-sim_3.4.4-1_i386.deb
 980382c8f905288d07c47d470a58341b7ad280d7 919528 v-sim-plugins_3.4.4-1_i386.deb
Checksums-Sha256: 
 972ad825b9e3de7c2eaf9d5c5b63aaee51687c046d986ba5947333855a2ef6d4 1516 
v-sim_3.4.4-1.dsc
 c72cecfd48d7c917e6c9cd0ed3569ba3289e84681fd0c13cc8acaeb662466377 3131055 
v-sim_3.4.4.orig.tar.gz
 249bd803ffc70f7cc0f9e8743e8bad243dfbb773f4ab098df8bf7b7ff258d158 11527 
v-sim_3.4.4-1.diff.gz
 d1035683a72208e2b99eb2aebe0ce6f9a625a9edb73efbb50c6595340308974e 199582 
v-sim-common_3.4.4-1_all.deb
 cbb0f49cc5278b18c6825713f55a28e254bda31618c079cc87424134eef104ff 406002 
v-sim-doc_3.4.4-1_all.deb
 e32cdb9a3018c99091e449a218cd4fd277b0bf852e53bc8351318356ff040437 434498 
v-sim_3.4.4-1_i386.deb
 60d12d75d1a6d66d3b604bedc8d60dd6a12884b7be292cb0c3a864fe8a102c90 919528 
v-sim-plugins_3.4.4-1_i386.deb
Files: 
 f264531cd3a959fe61e32cbcf8a2ff3c 1516 science optional v-sim_3.4.4-1.dsc
 77d907b54b2317223079271d99b9e9c3 3131055 science optional 
v-sim_3.4.4.orig.tar.gz
 5165ca07bb7a1968e8dc7482c37a6442 11527 science optional v-sim_3.4.4-1.diff.gz
 d3f1d7e87b5abe60f5bc4b00e518e6af 199582 science optional 
v-sim-common_3.4.4-1_all.deb
 03b817e40aef521814bb35cfddfcc8cb 406002 doc optional v-sim-doc_3.4.4-1_all.deb
 81243f6bab1dae9f3751336794204f3e 434498 science optional v-sim_3.4.4-1_i386.deb
 a29e597465bbf53731bd69ad8b87367c 919528 science optional 
v-sim-plugins_3.4.4-1_i386.deb

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

iEYEARECAAYFAkos9gYACgkQiOXXM92JlhC7HwCdH5k5qEJyiKuQ5DzNF4EbP94g
csMAoKskmU6BClS9o9taILOmF6BA/8+2
=vCo5
-END PGP SIGNATURE-


Accepted:
v-sim-common_3.4.4-1_all.deb
  to pool/main/v/v-sim/v-sim-common_3.4.4-1_all.deb
v-sim-doc_3.4.4-1_all.deb
  to pool/main/v/v-sim/v-sim-doc_3.4.4-1_all.deb
v-sim-plugins_3.4.4-1_i386.deb
  to pool/main/v/v-sim/v-sim-plugins_3.4.4-1_i386.deb
v-sim_3.4.4-1.diff.gz
  to pool/main/v/v-sim/v-sim_3.4.4-1.diff.gz
v-sim_3.4.4-1.dsc
  to pool/main/v/v-sim/v-sim_3.4.4-1.dsc
v-sim_3.4.4-1_i386.deb
  to pool/main/v/v-sim/v-sim_3.4.4-1_i386.deb
v-sim_3.4.4.orig.tar.gz
  to pool/main/v/v-sim/v-sim_3.4.4.orig.tar.gz


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



Accepted jruby1.2 1.2.0-2 (source all)

2009-06-08 Thread Sebastien Delafond
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Jun 2009 03:30:22 -0700
Source: jruby1.2
Binary: jruby1.2
Architecture: source all
Version: 1.2.0-2
Distribution: unstable
Urgency: low
Maintainer: Sebastien Delafond s...@debian.org
Changed-By: Sebastien Delafond s...@debian.org
Description: 
 jruby1.2   - 100% pure-Java implementation of Ruby
Closes: 531662
Changes: 
 jruby1.2 (1.2.0-2) unstable; urgency=low
 .
   * Add ORed dependency on default-jre | java5-runtime as build.xml
 specifies source version as 1.5; leave java6-runtime as an ORed
 dependency as well, since jruby 1.2 works fine with it (Closes:
 #531662).
   * Bumped up standards revision to 3.8.1.
   * List real package openjdk-6-jdk before the virtual-only java6-sdk
 in build-depends.
Checksums-Sha1: 
 3317464ea425ad7b10c0d600d0ba379a42835f15 1005 jruby1.2_1.2.0-2.dsc
 b2aac80ac88f2c7971d8ec9875ce1952b38a36ef 18346 jruby1.2_1.2.0-2.diff.gz
 228c737236ec261970d89f0585402a8cb2513f27 10140396 jruby1.2_1.2.0-2_all.deb
Checksums-Sha256: 
 8dd7f183b2d83e3a14e933bd4fee5f2859d6d20fbe2e4f2cf929284d482cbf1d 1005 
jruby1.2_1.2.0-2.dsc
 68a2c6855b0bfd0744dde3f1ff3c92561ddea37c1966bcbf7b26a18978e018fe 18346 
jruby1.2_1.2.0-2.diff.gz
 bf8ae3712ea29ffd2bef4509cf962ded288d23015520ee4775a9e0fcebfeabdd 10140396 
jruby1.2_1.2.0-2_all.deb
Files: 
 1f660643c5d7a59141c26884c64ea8c8 1005 interpreters optional 
jruby1.2_1.2.0-2.dsc
 c2f7bb0d9a8637f0380cd4ceb029ee9c 18346 interpreters optional 
jruby1.2_1.2.0-2.diff.gz
 3e3f4308cec7258dbb9393a9e6acae85 10140396 interpreters optional 
jruby1.2_1.2.0-2_all.deb

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

iEYEARECAAYFAkos9DkACgkQiZgNKcDdyD+HEgCgpvHlDbGUsXVe2FaKROt6HDRF
+pwAn0HQCm6bvVUgvMeJ3lbJVMtjc6DC
=LiHG
-END PGP SIGNATURE-


Accepted:
jruby1.2_1.2.0-2.diff.gz
  to pool/main/j/jruby1.2/jruby1.2_1.2.0-2.diff.gz
jruby1.2_1.2.0-2.dsc
  to pool/main/j/jruby1.2/jruby1.2_1.2.0-2.dsc
jruby1.2_1.2.0-2_all.deb
  to pool/main/j/jruby1.2/jruby1.2_1.2.0-2_all.deb


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



Accepted libgetopt-declare-perl 1.11-3 (source all)

2009-06-08 Thread Bart Martens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Jun 2009 12:38:28 +0200
Source: libgetopt-declare-perl
Binary: libgetopt-declare-perl
Architecture: source all
Version: 1.11-3
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Bart Martens bartm-p...@knars.be
Description: 
 libgetopt-declare-perl - Getopt::Declare command line argument parser
Changes: 
 libgetopt-declare-perl (1.11-3) unstable; urgency=low
 .
   * Handing over this package to the Debian Perl Group.
   * debian/control: Added ${misc:Depends}, and updated the homepage.
   * debian/patches/01_pod_err.diff: Adds =back, fixes pod error.
   * debian/watch: Updated.
Checksums-Sha1: 
 3cbfedc3763010d8aaad090fc02c2334168f924e 1188 libgetopt-declare-perl_1.11-3.dsc
 b3f92e453169ce040ca07aa824f10f532c483e9b 2224 
libgetopt-declare-perl_1.11-3.diff.gz
 210afb50b7d3c3c51414bac2c37b616db6aa6791 62270 
libgetopt-declare-perl_1.11-3_all.deb
Checksums-Sha256: 
 74f752d8d3da7dffb51683b6b8c75f92fec4eeec3fc3cfc9f838de4831c43258 1188 
libgetopt-declare-perl_1.11-3.dsc
 8a83cc61faba8661e7804996d32f533423ea33c50fc95e51f6d3d2b60db204b1 2224 
libgetopt-declare-perl_1.11-3.diff.gz
 fe146ad1a4e930151f334f82e37f326607c7c75aa3872b11de10fd445ab978d4 62270 
libgetopt-declare-perl_1.11-3_all.deb
Files: 
 79d4a61d19c4863ee54de9ebd6ca22d8 1188 perl optional 
libgetopt-declare-perl_1.11-3.dsc
 2a900a297da243b45ed2e0b6fc587b40 2224 perl optional 
libgetopt-declare-perl_1.11-3.diff.gz
 ab9ab0c0e146efaa6fea51276ba78a50 62270 perl optional 
libgetopt-declare-perl_1.11-3_all.deb

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

iEYEARECAAYFAkos9oUACgkQbMaawmho9B/EywCg77XeWNx3MjZNZDrlBLLnLy6J
8r8An3CotGb55Ephm55kUUuVf+udoa19
=/lG+
-END PGP SIGNATURE-


Accepted:
libgetopt-declare-perl_1.11-3.diff.gz
  to pool/main/libg/libgetopt-declare-perl/libgetopt-declare-perl_1.11-3.diff.gz
libgetopt-declare-perl_1.11-3.dsc
  to pool/main/libg/libgetopt-declare-perl/libgetopt-declare-perl_1.11-3.dsc
libgetopt-declare-perl_1.11-3_all.deb
  to pool/main/libg/libgetopt-declare-perl/libgetopt-declare-perl_1.11-3_all.deb


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



Accepted reportbug-ng 1.4.1 (source all)

2009-06-08 Thread Bastian Venthur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Jun 2009 14:33:29 +0200
Source: reportbug-ng
Binary: reportbug-ng
Architecture: source all
Version: 1.4.1
Distribution: unstable
Urgency: low
Maintainer: Bastian Venthur vent...@debian.org
Changed-By: Bastian Venthur vent...@debian.org
Description: 
 reportbug-ng - An easy to use alternative to Debian's classic reportbug
Closes: 526119
Changes: 
 reportbug-ng (1.4.1) unstable; urgency=low
 .
   * Fix rng still doesn't include the output of package bug scripts, rng now
 uses xterm instead of the generic x-terminal-emulator, which waits until
 the bugscript finished before returning to rng.
 - Consequently rng also depends on xterm now (Closes: #526119)
Checksums-Sha1: 
 c8788c21d1fa7949db5cb697f7dbf8a758824bf5 888 reportbug-ng_1.4.1.dsc
 e34c4619e84e51d77f01a48271f1a161ca81ca11 82729 reportbug-ng_1.4.1.tar.gz
 04a1c4af16c4e4ea50046ddc458e22148ac0efde 79884 reportbug-ng_1.4.1_all.deb
Checksums-Sha256: 
 686fe457703383279d9c1abc62b13f3e000e063453baa443f7472b2a059c78f4 888 
reportbug-ng_1.4.1.dsc
 bc01b9db39a8ea49ad813520305bbc3df70bd5e3cbba317edae74c02e657fba2 82729 
reportbug-ng_1.4.1.tar.gz
 65a382d4201eeab1c60aa4a5c36651d5846c56f3cdb7c5a42fe4e27de174bc65 79884 
reportbug-ng_1.4.1_all.deb
Files: 
 9efb260d4dc7b87dbb86b4ad34b10f7d 888 utils optional reportbug-ng_1.4.1.dsc
 0ae13bd8b311f553948f64e0855bee43 82729 utils optional reportbug-ng_1.4.1.tar.gz
 22c5c472743ed5111848ad089031f53c 79884 utils optional 
reportbug-ng_1.4.1_all.deb

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

iEYEARECAAYFAkotCSEACgkQmj66P/Yfc/jGuQCgjQIzFNA77yiU8UMUY7OnS7qt
piQAninHW+kJhHBEHHu82IIah9FPrQlS
=giH/
-END PGP SIGNATURE-


Accepted:
reportbug-ng_1.4.1.dsc
  to pool/main/r/reportbug-ng/reportbug-ng_1.4.1.dsc
reportbug-ng_1.4.1.tar.gz
  to pool/main/r/reportbug-ng/reportbug-ng_1.4.1.tar.gz
reportbug-ng_1.4.1_all.deb
  to pool/main/r/reportbug-ng/reportbug-ng_1.4.1_all.deb


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



Accepted libwirble-ruby 0.1.3-1 (source all)

2009-06-08 Thread Ryan Niebur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 07 Jun 2009 23:36:14 -0700
Source: libwirble-ruby
Binary: libwirble-ruby libwirble-ruby1.8
Architecture: source all
Version: 0.1.3-1
Distribution: unstable
Urgency: low
Maintainer: Gunnar Wolf gw...@debian.org
Changed-By: Ryan Niebur ryanrya...@gmail.com
Description: 
 libwirble-ruby - extensions for the Ruby irb command line shell
 libwirble-ruby1.8 - extensions for the Ruby irb command line shell (for Ruby 
1.8)
Changes: 
 libwirble-ruby (0.1.3-1) unstable; urgency=low
 .
   [ Gunnar Wolf ]
   * Changed section to Ruby as per ftp-masters' request
 .
   [ Ryan Niebur ]
   * New upstream release
   * add myself to Uploaders
   * update debian/rules for new version
   * update debian/copyright
   * make them have different short descriptions
   * add Homepage field
Checksums-Sha1: 
 86b09e2594db58c64f3391dfe63b0e830ec334af 1256 libwirble-ruby_0.1.3-1.dsc
 6f59251edd6839b58865bf84ca37279b2aa110a0 20523 libwirble-ruby_0.1.3.orig.tar.gz
 d35f7cdc84fadc9bb8541b2c7b2f7c2eb496490f 2070 libwirble-ruby_0.1.3-1.diff.gz
 8c0b1356a57bbc16634ec95ebcd97884d2e81fbb 8368 libwirble-ruby_0.1.3-1_all.deb
 3dfe0aa6b49286e9e7a711b970242a479cc84e55 12470 
libwirble-ruby1.8_0.1.3-1_all.deb
Checksums-Sha256: 
 85e5d437545b2e878839742e45726bc409165e4994ca6c63ab28d35ea3545e83 1256 
libwirble-ruby_0.1.3-1.dsc
 0fac07d0b2e87352db420ca07fa717af0a10fb5fc7c58c937018de611b7c03ca 20523 
libwirble-ruby_0.1.3.orig.tar.gz
 89cda9830443a2c0e637d770812785f5695206dd4d331a7c116cbab5df72c69f 2070 
libwirble-ruby_0.1.3-1.diff.gz
 fe3d9b698af8166d7b946a9715b4455c47869498b257370d72300c4533df03f1 8368 
libwirble-ruby_0.1.3-1_all.deb
 bf3f8c8ed77b2cf5e113cf56768f2ad20cc63f3181e006cee2e14c93d960603a 12470 
libwirble-ruby1.8_0.1.3-1_all.deb
Files: 
 a80aa8925c9cc6a5820d60e2f5e35f09 1256 ruby optional libwirble-ruby_0.1.3-1.dsc
 0673a18ad6e82a54002cdb705bcda1af 20523 ruby optional 
libwirble-ruby_0.1.3.orig.tar.gz
 77f3edfe8ef5c0a32187b5133f60e1c3 2070 ruby optional 
libwirble-ruby_0.1.3-1.diff.gz
 60742edad90882006c93df8e122c2b16 8368 ruby optional 
libwirble-ruby_0.1.3-1_all.deb
 6e40c448f4b0471890efd6c0bdc02865 12470 ruby optional 
libwirble-ruby1.8_0.1.3-1_all.deb

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

iEYEARECAAYFAkotCecACgkQ2A7zWou1J6/TwgCgl2uQOWdRidAbd3YaNNHv4C5Q
FQYAn0MpnI9QgjtsxjqqRPoC9FpV+quz
=UL1t
-END PGP SIGNATURE-


Accepted:
libwirble-ruby1.8_0.1.3-1_all.deb
  to pool/main/libw/libwirble-ruby/libwirble-ruby1.8_0.1.3-1_all.deb
libwirble-ruby_0.1.3-1.diff.gz
  to pool/main/libw/libwirble-ruby/libwirble-ruby_0.1.3-1.diff.gz
libwirble-ruby_0.1.3-1.dsc
  to pool/main/libw/libwirble-ruby/libwirble-ruby_0.1.3-1.dsc
libwirble-ruby_0.1.3-1_all.deb
  to pool/main/libw/libwirble-ruby/libwirble-ruby_0.1.3-1_all.deb
libwirble-ruby_0.1.3.orig.tar.gz
  to pool/main/libw/libwirble-ruby/libwirble-ruby_0.1.3.orig.tar.gz


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



Accepted memstat 0.8 (source amd64)

2009-06-08 Thread Michael Meskes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Jun 2009 14:15:57 +0200
Source: memstat
Binary: memstat
Architecture: source amd64
Version: 0.8
Distribution: unstable
Urgency: low
Maintainer: Michael Meskes mes...@debian.org
Changed-By: Michael Meskes mes...@debian.org
Description: 
 memstat- Identify what's using up virtual memory
Closes: 531682 531757
Changes: 
 memstat (0.8) unstable; urgency=low
 .
   * Fixed handling of dev attribute. The old version failed to work under some
 circumstances, closes: #531757
   * Re-added output of PIDs that was somehow lost, closes: #531682
Checksums-Sha1: 
 9fa561fe587159da1193768d95c6e1212f4b9e51 674 memstat_0.8.dsc
 08da845cbb6a6e8edf4a8c9f8e410e2468c70fba 8929 memstat_0.8.tar.gz
 312a9f8ccb09e9075522583db6b89b3e1eb39526 11332 memstat_0.8_amd64.deb
Checksums-Sha256: 
 5c09161e9fb6303ae476f1fcd8df53c480b08a621e7ca4901e8d5f254ef606b5 674 
memstat_0.8.dsc
 0ea442cad9e74c758fac16537ae4eb3df6b4e80c9fcea843d3e458e8f3efe17d 8929 
memstat_0.8.tar.gz
 5d28619af3b79fc197e698efeb562996b7b5289c80d1e345917893a2e96074d9 11332 
memstat_0.8_amd64.deb
Files: 
 530e53ec43f2573096cfad7e220e8602 674 admin optional memstat_0.8.dsc
 8ba8c468a414dc1e7d38ea1eb832cf8c 8929 admin optional memstat_0.8.tar.gz
 bb6da61031078ec6369f9138f27dcd22 11332 admin optional memstat_0.8_amd64.deb

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

iD8DBQFKLQY3VkEm8inxm9ERAs2FAJ9SSOi2qO4bm5MKncVPkS1F0GWe2gCbBIpc
gHijhYmH7eGXo14INz9Bqdc=
=YQge
-END PGP SIGNATURE-


Accepted:
memstat_0.8.dsc
  to pool/main/m/memstat/memstat_0.8.dsc
memstat_0.8.tar.gz
  to pool/main/m/memstat/memstat_0.8.tar.gz
memstat_0.8_amd64.deb
  to pool/main/m/memstat/memstat_0.8_amd64.deb


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



Accepted xfaces 3.3-27 (source i386)

2009-06-08 Thread Hakan Ardo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Jun 2009 14:56:53 +0200
Source: xfaces
Binary: xfaces
Architecture: source i386
Version: 3.3-27
Distribution: unstable
Urgency: low
Maintainer: Hakan Ardo ha...@debian.org
Changed-By: Hakan Ardo ha...@debian.org
Description: 
 xfaces - Displays an image for each piece of mail in your mailbox
Closes: 515472 527507
Changes: 
 xfaces (3.3-27) unstable; urgency=low
 .
   * Replaced buildep on x-dev with x11proto-core-dev (closes: #515472)
   * Added buildep xutils-dev (closes: #527507)
   * Removed buildep on xutils
Checksums-Sha1: 
 54d376ca3d966235c196d7424ccc468315c3b877 1035 xfaces_3.3-27.dsc
 1845905a95e1d5db5b61bc947e27b6f2489e2851 57555 xfaces_3.3-27.diff.gz
 eeb780278959f09fbf5e8747b049f89c8bb7b091 78482 xfaces_3.3-27_i386.deb
Checksums-Sha256: 
 41eeb9c4b8bf5aea702b9812777f8ee09651196e4f89bcc1e306a8608f7993eb 1035 
xfaces_3.3-27.dsc
 a6d7cd45c8a63dfbe0c3259c83068ca602fbbd7640d06916d2c7b7005ba028dc 57555 
xfaces_3.3-27.diff.gz
 64192e07e74e0c8002eacc44873c4944c4e2fc0597749d34d83878b4d3b92f6b 78482 
xfaces_3.3-27_i386.deb
Files: 
 5dc542a85c80719a5837274fba402f7f 1035 mail optional xfaces_3.3-27.dsc
 4b9417a8b060151eee6d1c58bbf116f6 57555 mail optional xfaces_3.3-27.diff.gz
 1b6466891726a951da9ae83bd5606422 78482 mail optional xfaces_3.3-27_i386.deb

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

iD8DBQFKLRFlAbtddT3jfcARAppuAKCtcJ/DwlK10IEPVqDRlc482Ba+oACfe6KD
Y00CjHDOkKRJVYG4iVKggUU=
=ggLL
-END PGP SIGNATURE-


Accepted:
xfaces_3.3-27.diff.gz
  to pool/main/x/xfaces/xfaces_3.3-27.diff.gz
xfaces_3.3-27.dsc
  to pool/main/x/xfaces/xfaces_3.3-27.dsc
xfaces_3.3-27_i386.deb
  to pool/main/x/xfaces/xfaces_3.3-27_i386.deb


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



Accepted qterm 1:0.5.6+1-1 (source i386)

2009-06-08 Thread LI Daobing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Jun 2009 20:58:19 +0800
Source: qterm
Binary: qterm
Architecture: source i386
Version: 1:0.5.6+1-1
Distribution: unstable
Urgency: low
Maintainer: LI Daobing lidaob...@debian.org
Changed-By: LI Daobing lidaob...@debian.org
Description: 
 qterm  - BBS client for X Window System written in Qt
Changes: 
 qterm (1:0.5.6+1-1) unstable; urgency=low
 .
   * new upstream release.
 - the upstream release 0.5.6 again for SF#2802669, but does not change
   the version number.
Checksums-Sha1: 
 329bb51deab209566ca3f2db1129a4c981f66395 1224 qterm_0.5.6+1-1.dsc
 6a5f4a89a9bfd86c74d5012b3ae6ea72a6c5025c 579323 qterm_0.5.6+1.orig.tar.gz
 9e050ed129549992040da2b02f7a81f6c1034c09 10971 qterm_0.5.6+1-1.diff.gz
 828517c7b528f2d6fa5870e7994337b5dec32f20 801266 qterm_0.5.6+1-1_i386.deb
Checksums-Sha256: 
 ac5e4e8b03ee5f02e523904c05ae111d36c6b33bcc94a9f2fb7c985ae9d8ca3f 1224 
qterm_0.5.6+1-1.dsc
 25a8e377e15825bce7d8fe461d9e313308b348b731eeaa0a92b4b3ccfa72ce25 579323 
qterm_0.5.6+1.orig.tar.gz
 f42609da505a39202e11871870cd21e044201c722858ccbfdcbf500902800fbb 10971 
qterm_0.5.6+1-1.diff.gz
 3dbf881c8ae77d360e1f5c839e5187df7b0b823e4373c7cc50753e9390e42a12 801266 
qterm_0.5.6+1-1_i386.deb
Files: 
 e6c07411d3cc38042c27be825fc0ed6f 1224 x11 optional qterm_0.5.6+1-1.dsc
 32dff847a3d379f86e3163ede2e56d2a 579323 x11 optional qterm_0.5.6+1.orig.tar.gz
 e2e4e6c4dcd4b0a3ebb212fe7b73bd41 10971 x11 optional qterm_0.5.6+1-1.diff.gz
 ddba01d9e4a2950a687a9de7471cc9e3 801266 x11 optional qterm_0.5.6+1-1_i386.deb

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

iEYEARECAAYFAkotD4sACgkQ5TUK4GCH0vjnjACcCXRfk4KNoSZh4VH4pcOLh0HK
shAAn3KzKRUSyCqIpRSTPetMmJU5x1yQ
=/hez
-END PGP SIGNATURE-


Accepted:
qterm_0.5.6+1-1.diff.gz
  to pool/main/q/qterm/qterm_0.5.6+1-1.diff.gz
qterm_0.5.6+1-1.dsc
  to pool/main/q/qterm/qterm_0.5.6+1-1.dsc
qterm_0.5.6+1-1_i386.deb
  to pool/main/q/qterm/qterm_0.5.6+1-1_i386.deb
qterm_0.5.6+1.orig.tar.gz
  to pool/main/q/qterm/qterm_0.5.6+1.orig.tar.gz


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



Accepted nzb 0.1.9-1 (source amd64)

2009-06-08 Thread Mattias Nordstrom
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Jun 2009 15:51:38 +0300
Source: nzb
Binary: nzb
Architecture: source amd64
Version: 0.1.9-1
Distribution: unstable
Urgency: low
Maintainer: Mattias Nordstrom mnord...@debian.org
Changed-By: Mattias Nordstrom mnord...@debian.org
Description: 
 nzb- An nzb based Usenet binary grabber
Closes: 527374
Changes: 
 nzb (0.1.9-1) unstable; urgency=low
 .
   * New upstream release.
   * Included Debian menu integration patch (closes: #527374)
Checksums-Sha1: 
 7474b77eb959a275467cda663e805c73ee064a5d 1006 nzb_0.1.9-1.dsc
 079a1707f0933a5a69e5fad6bde988a5e21db210 38669 nzb_0.1.9.orig.tar.gz
 8b72d7a6ac9eb393f61f1447a57104aca942e00a 6587 nzb_0.1.9-1.diff.gz
 443645b0d770139bd3c492d59ce223c322323518 107690 nzb_0.1.9-1_amd64.deb
Checksums-Sha256: 
 80348e61454d2064a54579bcb7a55ef571b85c47f0622ac2379d669acc0545b0 1006 
nzb_0.1.9-1.dsc
 a345b29d7d74dd1a0326725a959174f1003ce4e8d1b6a2f8128947cc5df8c882 38669 
nzb_0.1.9.orig.tar.gz
 88d84bac6592a0564fc23bfbf09f61bc74c641df99295c82f037af0ab67368e3 6587 
nzb_0.1.9-1.diff.gz
 5e8ac1c23a1123e2e9574c687fc4603e02752bf5afa1696d5ca522e52475ae3f 107690 
nzb_0.1.9-1_amd64.deb
Files: 
 120c2327b679a0efa16b9f02334c852c 1006 net optional nzb_0.1.9-1.dsc
 db601f193f065ee3395d80ff79ac398d 38669 net optional nzb_0.1.9.orig.tar.gz
 c6813645e3d5d67d3ec4d586d9180099 6587 net optional nzb_0.1.9-1.diff.gz
 6321c7f30a5f4d8da39801305a0bc7a2 107690 net optional nzb_0.1.9-1_amd64.deb

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

iD8DBQFKLQrTwKTxHeBrP5cRAvFkAKCgpedtUPkxpxHtVCGHyksadjiSXgCgsNje
McZZJZ+TY+mP/vlSFciN6tI=
=bxrl
-END PGP SIGNATURE-


Accepted:
nzb_0.1.9-1.diff.gz
  to pool/main/n/nzb/nzb_0.1.9-1.diff.gz
nzb_0.1.9-1.dsc
  to pool/main/n/nzb/nzb_0.1.9-1.dsc
nzb_0.1.9-1_amd64.deb
  to pool/main/n/nzb/nzb_0.1.9-1_amd64.deb
nzb_0.1.9.orig.tar.gz
  to pool/main/n/nzb/nzb_0.1.9.orig.tar.gz


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



Accepted pycaml 0.82-10 (source amd64)

2009-06-08 Thread Stephane Glondu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 07 Jun 2009 13:44:05 +0200
Source: pycaml
Binary: pycaml
Architecture: source amd64
Version: 0.82-10
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Stephane Glondu st...@glondu.net
Description: 
 pycaml - OCaml bindings to embed Python interpreter and objects
Closes: 482917 531806
Changes: 
 pycaml (0.82-10) unstable; urgency=low
 .
   [ Stephane Glondu ]
   * Add myself to Uploaders and DM-Upload-Allowed
   * Use quilt instead of dpatch:
 - split wrap_pycall.dpatch into Wrap-Py_-calls and
   Removal-of-PyRange_New
 - remove changes to upstream Makefile
 - add README.source
   * Update Wrap-Py_-calls.patch to wrap also PyImport_ImportModuleEx,
 which became a macro in Python 2.6 (Closes: #531806)
   * Various improvements (Closes: #482917):
 - install library files to a subdirectory of `ocamlc -where`
 - add META file and suggestion to ocaml-findlib
 - document these changes in NEWS
   * Modernize packaging:
 - add Homepage field to debian/control
 - simplify debian/rules with use of dh
 - update Standards-Version to 3.8.1
 .
   [ Sylvain Le Gall ]
   * Update debian/copyright to
 http://wiki.debian.org/Proposals/CopyrightFormat
Checksums-Sha1: 
 9c97970c66a1172cab04b7cb2cfd6958bf7946d7 1377 pycaml_0.82-10.dsc
 68aa0b85dd99f5c31902498cb9569050c1c2555d 6009 pycaml_0.82-10.diff.gz
 93a5479777a2bb02b284d261e365bb9a54624ad3 296990 pycaml_0.82-10_amd64.deb
Checksums-Sha256: 
 57242eb63b129867b58fcc0670e12dbc025f34275b618413be232da0fa602218 1377 
pycaml_0.82-10.dsc
 2135ef593836499fc8ca4f524ac4f4f48e55563b689e1abac361795d835f0654 6009 
pycaml_0.82-10.diff.gz
 29dc70f9cea4e65843140703714c1a1e4d5113babbf858b54ea1fdf3de3c2cc9 296990 
pycaml_0.82-10_amd64.deb
Files: 
 f1d33e952bc811f4e184e88d00be39ac 1377 libdevel optional pycaml_0.82-10.dsc
 33d6a2d98c85ea553ccdd414803a22d3 6009 libdevel optional pycaml_0.82-10.diff.gz
 6a78cccaf591e10b3ef4eb4c1d39538a 296990 libdevel optional 
pycaml_0.82-10_amd64.deb

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

iD8DBQFKLRVNir2bofsN/psRAmhlAJ0fmQZNkjkvTktlVpV/K84o8lDCIACeInLb
pGhUj53iGVgF8HRgrhb5mIc=
=/KLB
-END PGP SIGNATURE-


Accepted:
pycaml_0.82-10.diff.gz
  to pool/main/p/pycaml/pycaml_0.82-10.diff.gz
pycaml_0.82-10.dsc
  to pool/main/p/pycaml/pycaml_0.82-10.dsc
pycaml_0.82-10_amd64.deb
  to pool/main/p/pycaml/pycaml_0.82-10_amd64.deb


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



Accepted bozohttpd 20090418-2 (source amd64)

2009-06-08 Thread Mattias Nordstrom
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Jun 2009 16:59:34 +0300
Source: bozohttpd
Binary: bozohttpd
Architecture: source amd64
Version: 20090418-2
Distribution: unstable
Urgency: low
Maintainer: Mattias Nordstrom mnord...@debian.org
Changed-By: Mattias Nordstrom mnord...@debian.org
Description: 
 bozohttpd  - Bozotic HTTP server
Closes: 528158
Changes: 
 bozohttpd (20090418-2) unstable; urgency=low
 .
   * Compiled with support for basic authentication (htpasswd) (closes: #528158)
Checksums-Sha1: 
 6326e6f0907477c7f7bb959aec386dc6805ffd87 1002 bozohttpd_20090418-2.dsc
 829f78a61f8499262ad7db61fd964d6a17b65008 4868 bozohttpd_20090418-2.diff.gz
 76d4f93b593969a6802df587114b20d7f509abfb 39494 bozohttpd_20090418-2_amd64.deb
Checksums-Sha256: 
 44d099e9212dc93a71765e1ddad4e4b37179dc975b20b800d192e1d747d25ea4 1002 
bozohttpd_20090418-2.dsc
 e994790ece75add6f24dd368212dc26a8426508ab2772a553cd56d61e51d7a2a 4868 
bozohttpd_20090418-2.diff.gz
 8557c5bd1a3b84343fdb6d7f6e903f8e3ca1bbfbec3af6f93a93106b9e1a9a0f 39494 
bozohttpd_20090418-2_amd64.deb
Files: 
 6d7cefd68d085eb21c0b393479f15961 1002 httpd extra bozohttpd_20090418-2.dsc
 8a6625bf31fda426fff9e860433ae9ca 4868 httpd extra bozohttpd_20090418-2.diff.gz
 c2567dfc2587c38bd2a319a2dc23f54a 39494 httpd extra 
bozohttpd_20090418-2_amd64.deb

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

iD8DBQFKLRqswKTxHeBrP5cRAq/oAJwLm7sVx4tpQWhYlpQThsLLaMqHHgCcCtoX
JOU4KsbtOsl3duzL98mBRjg=
=HSl7
-END PGP SIGNATURE-


Accepted:
bozohttpd_20090418-2.diff.gz
  to pool/main/b/bozohttpd/bozohttpd_20090418-2.diff.gz
bozohttpd_20090418-2.dsc
  to pool/main/b/bozohttpd/bozohttpd_20090418-2.dsc
bozohttpd_20090418-2_amd64.deb
  to pool/main/b/bozohttpd/bozohttpd_20090418-2_amd64.deb


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



Accepted python-apt 0.7.10.4 (source i386)

2009-06-08 Thread Michael Vogt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 05 May 2009 12:03:27 +0200
Source: python-apt
Binary: python-apt python-apt-dbg
Architecture: source i386
Version: 0.7.10.4
Distribution: unstable
Urgency: low
Maintainer: APT Development Team de...@lists.debian.org
Changed-By: Michael Vogt m...@debian.org
Description: 
 python-apt - Python interface to libapt-pkg
 python-apt-dbg - Python interface to libapt-pkg (debug extension)
Closes: 518071
Changes: 
 python-apt (0.7.10.4) unstable; urgency=low
 .
   [ Michael Vogt ]
   * data/templates/Ubuntu.info.in:
 - updated for the new ubuntu karmic version
   * data/templates/Debian.info.in:
 - add squeeze
 .
   [ Otavio Salvador ]
   * utils/get_debian_mirrors.py: updated to support current mirror page.
   * Update Debian mirrors. (Closes: #518071)
Checksums-Sha1: 
 af0ad3cb9ada3d1d7ca3b61699acea398b846ced 1194 python-apt_0.7.10.4.dsc
 18078eb3c445bf8f5e186d4fba21f21c76a72750 675082 python-apt_0.7.10.4.tar.gz
 b77641209c6c2e26aa31aaf1006f11161142908b 384064 python-apt_0.7.10.4_i386.deb
 20daeb46ed18c617fc24909909b45d2b1e75a39a 1439986 
python-apt-dbg_0.7.10.4_i386.deb
Checksums-Sha256: 
 d50cb421f692059559be2b4d4cb541d0f02ef3945828204be75600e83d0f2975 1194 
python-apt_0.7.10.4.dsc
 911aee94e5d7455131a2ba578abbec9e1dae0c2d76c1b8d643069aed3ecf153c 675082 
python-apt_0.7.10.4.tar.gz
 e0037c3f1c459dca7dcde6486f50012cf381ef0d2b68952c878d416512613edd 384064 
python-apt_0.7.10.4_i386.deb
 659dd6da8b83098b044f7e17ae5cb1a4871c78dab293e3acc2d843e2822ae499 1439986 
python-apt-dbg_0.7.10.4_i386.deb
Files: 
 bbd4fb60eb36c6ee50adbba2f8b9ada4 1194 python optional python-apt_0.7.10.4.dsc
 e292f749fec61735ad6f9ec100f1ab38 675082 python optional 
python-apt_0.7.10.4.tar.gz
 2857513a6a540b2d6a2f67c009eefb1a 384064 python optional 
python-apt_0.7.10.4_i386.deb
 faf2c7c2415dce71c3d2f82b3aaa3a44 1439986 debug extra 
python-apt-dbg_0.7.10.4_i386.deb

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

iEYEARECAAYFAkotKn0ACgkQliSD4VZixzSSlQCghPLNCEUfzO5+vZ9w1FPgVxpO
Vq8AmgMx9l9ayj1WtvlhBNKMWq05l9CO
=rx0j
-END PGP SIGNATURE-


Accepted:
python-apt-dbg_0.7.10.4_i386.deb
  to pool/main/p/python-apt/python-apt-dbg_0.7.10.4_i386.deb
python-apt_0.7.10.4.dsc
  to pool/main/p/python-apt/python-apt_0.7.10.4.dsc
python-apt_0.7.10.4.tar.gz
  to pool/main/p/python-apt/python-apt_0.7.10.4.tar.gz
python-apt_0.7.10.4_i386.deb
  to pool/main/p/python-apt/python-apt_0.7.10.4_i386.deb


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



Accepted scheme9 2009.06.08-1 (source amd64)

2009-06-08 Thread Barak A. Pearlmutter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Jun 2009 15:44:54 +0100
Source: scheme9
Binary: scheme9
Architecture: source amd64
Version: 2009.06.08-1
Distribution: unstable
Urgency: low
Maintainer: Barak A. Pearlmutter b...@debian.org
Changed-By: Barak A. Pearlmutter b...@debian.org
Description: 
 scheme9- Scheme 9 from Empty Space R4RS Scheme interpreter
Changes: 
 scheme9 (2009.06.08-1) unstable; urgency=low
 .
   * New Upstream Version
Checksums-Sha1: 
 88bb8dbe23d6c2966233f97bee345dfcf10ce210 1141 scheme9_2009.06.08-1.dsc
 6d0f623c874a47ba14e661083f7c7ae212233019 189544 scheme9_2009.06.08.orig.tar.gz
 a3251c32cc43c25221f1344fdc51d8e2fc926fc3 12128 scheme9_2009.06.08-1.diff.gz
 e124ce4fbf662a8f83359b7ea5ddd575d77f965a 689050 scheme9_2009.06.08-1_amd64.deb
Checksums-Sha256: 
 cf13c46478d1481c7fa1282b8e3024d2eb445613a22843575394a41334105a4c 1141 
scheme9_2009.06.08-1.dsc
 7e71cb43590a97e74e7f31c98b06a235fd69e0af2c3033c1e9073e61fb10228b 189544 
scheme9_2009.06.08.orig.tar.gz
 db88c322bc6620a215f7cad39cf32958b70efb945843cbd0e5243db2a004202f 12128 
scheme9_2009.06.08-1.diff.gz
 5d9b12bd17264dc05e1953b42756e1c2c8e75131d4389fb543380db2368aa5c1 689050 
scheme9_2009.06.08-1_amd64.deb
Files: 
 9b0ed574b709803345ea0426d311f6fc 1141 lisp extra scheme9_2009.06.08-1.dsc
 e7d197ca00530e42cd332870fe663494 189544 lisp extra 
scheme9_2009.06.08.orig.tar.gz
 fce851fd28a7f139a67ca98ae876c769 12128 lisp extra scheme9_2009.06.08-1.diff.gz
 9413713239b67f3ace114633a121812c 689050 lisp extra 
scheme9_2009.06.08-1_amd64.deb

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

iEYEARECAAYFAkotKoUACgkQLz4Gnv7CP7IUIACfd2IJBtmzGB8kakXuzRQ+OtW7
H6gAoKu+B9k33CH3lnk04S7RMvqt8xJv
=1LUD
-END PGP SIGNATURE-


Accepted:
scheme9_2009.06.08-1.diff.gz
  to pool/main/s/scheme9/scheme9_2009.06.08-1.diff.gz
scheme9_2009.06.08-1.dsc
  to pool/main/s/scheme9/scheme9_2009.06.08-1.dsc
scheme9_2009.06.08-1_amd64.deb
  to pool/main/s/scheme9/scheme9_2009.06.08-1_amd64.deb
scheme9_2009.06.08.orig.tar.gz
  to pool/main/s/scheme9/scheme9_2009.06.08.orig.tar.gz


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



Accepted x11proto-dri2 2.0-1 (source all)

2009-06-08 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Jun 2009 16:50:28 +0200
Source: x11proto-dri2
Binary: x11proto-dri2-dev
Architecture: source all
Version: 2.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 x11proto-dri2-dev - X11 DRI2 extension wire protocol
Changes: 
 x11proto-dri2 (2.0-1) unstable; urgency=low
 .
   * New upstream release.
   * Add build-dep on xutils-dev = 1:7.4+4.
   * Install the upstream changelog.
   * Bump Standards-Version to 3.8.1.
   * Bump dh compat to 5 to make lintian happy.
Checksums-Sha1: 
 3e223c9f279c84fcdfa3e64bc905cd8ad5e6be30 1212 x11proto-dri2_2.0-1.dsc
 4f82e4d24469a1c12d120b4b94009d8459a76eb6 59124 x11proto-dri2_2.0.orig.tar.gz
 6ddf8566cfbe53705c52344d28412d9be9c1 2831 x11proto-dri2_2.0-1.diff.gz
 f3ee16832fe662abd5e947f82ca9b257f380c2d8 9886 x11proto-dri2-dev_2.0-1_all.deb
Checksums-Sha256: 
 0f942036d39efb8f467493d6aa394f1032136ddccdb2b85e1139ec48ae5fdd70 1212 
x11proto-dri2_2.0-1.dsc
 ecc7e22576e7b2cad60e37975e69badeeea0c293e9433d27632f7702497926f8 59124 
x11proto-dri2_2.0.orig.tar.gz
 09c91209534d09b13c34d8fcc310ba5a8c845b030551def228f9b12a13620d49 2831 
x11proto-dri2_2.0-1.diff.gz
 4737250abb3bbb25ce776bdbf554fc1d659d6f9e9ac3798c0a778effc3c6a69f 9886 
x11proto-dri2-dev_2.0-1_all.deb
Files: 
 748287c5e93af81f065165d404a1a83e 1212 x11 optional x11proto-dri2_2.0-1.dsc
 04020a0749d4ed58f090cad4e1e6e117 59124 x11 optional 
x11proto-dri2_2.0.orig.tar.gz
 88ed2fc8a14f302df55e4d8caf4e8d1e 2831 x11 optional x11proto-dri2_2.0-1.diff.gz
 6d7e7eb4f6205c2a553eadcb00676f6f 9886 x11 optional 
x11proto-dri2-dev_2.0-1_all.deb

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

iEYEARECAAYFAkotJYAACgkQmEvTgKxfcAyIKwCg1rkoJtOfJITaHEK6zjP+GXVa
aRUAn2MWsWQUt3LpVujq3UM7Nc2JomYL
=Z1YA
-END PGP SIGNATURE-


Accepted:
x11proto-dri2-dev_2.0-1_all.deb
  to pool/main/x/x11proto-dri2/x11proto-dri2-dev_2.0-1_all.deb
x11proto-dri2_2.0-1.diff.gz
  to pool/main/x/x11proto-dri2/x11proto-dri2_2.0-1.diff.gz
x11proto-dri2_2.0-1.dsc
  to pool/main/x/x11proto-dri2/x11proto-dri2_2.0-1.dsc
x11proto-dri2_2.0.orig.tar.gz
  to pool/main/x/x11proto-dri2/x11proto-dri2_2.0.orig.tar.gz


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



Accepted x11proto-gl 1.4.10-1 (source all)

2009-06-08 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Jun 2009 17:30:57 +0200
Source: x11proto-gl
Binary: x11proto-gl-dev
Architecture: source all
Version: 1.4.10-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 x11proto-gl-dev - X11 OpenGL extension wire protocol
Changes: 
 x11proto-gl (1.4.10-1) unstable; urgency=low
 .
   * All the code under the GLX Public License has been made available under
 the SGI Free Software License B, so remove GLXPL from debian/copyright.
   * New upstream release.
   * Run autoreconf on build.
   * Drop XS- prefix from Vcs fields in debian/control.
   * Add README.source, bump Standards-Version to 3.8.1.
   * Remove Branden from Uploaders.
Checksums-Sha1: 
 6f6060aa97f87bb64829bade2c40790c598a5877 1216 x11proto-gl_1.4.10-1.dsc
 ae96ec5a3e66704a4c14276ecac618550836721d 78382 x11proto-gl_1.4.10.orig.tar.gz
 5ed6015054a161e39127fb6f2902e5ced1e19297 16126 x11proto-gl_1.4.10-1.diff.gz
 3e796506cd630a3a7b841c015aaa7aef586ae94c 24516 x11proto-gl-dev_1.4.10-1_all.deb
Checksums-Sha256: 
 e72dfef7d90c92aebaf58c4bf3d2a54e5dafda85445633964bcd7d36f133f8ac 1216 
x11proto-gl_1.4.10-1.dsc
 c06085a8db600d49b8d80c1f6b6606ee811bef239c74880e863dc7097ec993a1 78382 
x11proto-gl_1.4.10.orig.tar.gz
 8163f35949b1016e5f63439ddaedf404720e387aa6697d071aa50102cfaf9b1a 16126 
x11proto-gl_1.4.10-1.diff.gz
 490f6cc787d5171d04bed3300c41bbe824bf15af79254370491d6fcf7311b3c0 24516 
x11proto-gl-dev_1.4.10-1_all.deb
Files: 
 99ba38e42c3aad33817198becdc405de 1216 x11 optional x11proto-gl_1.4.10-1.dsc
 ac89626ed6bced045d0515217bfffd4f 78382 x11 optional 
x11proto-gl_1.4.10.orig.tar.gz
 ccff02639a6874c0e34e5e8203df3ac0 16126 x11 optional 
x11proto-gl_1.4.10-1.diff.gz
 200e2ec550f3193c8e2c226979469758 24516 x11 optional 
x11proto-gl-dev_1.4.10-1_all.deb

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

iEYEARECAAYFAkotL/4ACgkQmEvTgKxfcAyAxwCdGbNhbFpUUZtjxU73mNVAios4
nnAAoMlvP5pXIjjdrfcGfSpqfdHbkZAS
=fCAb
-END PGP SIGNATURE-


Accepted:
x11proto-gl-dev_1.4.10-1_all.deb
  to pool/main/x/x11proto-gl/x11proto-gl-dev_1.4.10-1_all.deb
x11proto-gl_1.4.10-1.diff.gz
  to pool/main/x/x11proto-gl/x11proto-gl_1.4.10-1.diff.gz
x11proto-gl_1.4.10-1.dsc
  to pool/main/x/x11proto-gl/x11proto-gl_1.4.10-1.dsc
x11proto-gl_1.4.10.orig.tar.gz
  to pool/main/x/x11proto-gl/x11proto-gl_1.4.10.orig.tar.gz


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



Accepted libdrm 2.4.11-1 (source i386)

2009-06-08 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Jun 2009 16:22:04 +0200
Source: libdrm
Binary: libdrm-dev libdrm2 libdrm2-dbg libdrm-intel1 libdrm-intel1-dbg
Architecture: source i386
Version: 2.4.11-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 libdrm-dev - Userspace interface to kernel DRM services -- development files
 libdrm-intel1 - Userspace interface to intel-specific kernel DRM services -- 
runt
 libdrm-intel1-dbg - Userspace interface to intel-specific kernel DRM services 
-- debu
 libdrm2- Userspace interface to kernel DRM services -- runtime
 libdrm2-dbg - Userspace interface to kernel DRM services -- debugging symbols
Changes: 
 libdrm (2.4.11-1) unstable; urgency=low
 .
   * New upstream release.
   * Also pull in additional fix for libdrm-intel: Only do BO caching up to
 64MB objects.
   * Update libdrm-intel1.symbols and bump shlibs.
   * Add README.source from xsfbs.  Bump Standards-Version to 3.8.1.
   * Remove Thierry Reding from Uploaders, he doesn't seem to be around anymore
 :(
Checksums-Sha1: 
 7217b6a8c638dcbe237c3b4fdac6ce290e5e641e 1368 libdrm_2.4.11-1.dsc
 3b24b3b2d7dd35ab16abc06ce80e9c86c59979ed 523915 libdrm_2.4.11.orig.tar.gz
 dd4e05c400da8e6518fa258702302043d1f7aa17 396242 libdrm_2.4.11-1.diff.gz
 28a3129b52f02b3801c6da369cc01ab6fa9705c3 441450 libdrm-dev_2.4.11-1_i386.deb
 ed06f0377f5a720ed6908bb9acea1b6abc89d196 383140 libdrm2_2.4.11-1_i386.deb
 ed461c536c4c52ccd7fc76fa4ff9e3a7589a4221 398286 libdrm2-dbg_2.4.11-1_i386.deb
 921b7fe9330b3d47da94f400b2bcc686148440c8 381736 libdrm-intel1_2.4.11-1_i386.deb
 dfd6ed4612e71014ff957c3bebc3b8ba4da13ed2 392606 
libdrm-intel1-dbg_2.4.11-1_i386.deb
Checksums-Sha256: 
 1b38d2f08880a53f6f8962b53c1b3145b4265eb62615da13eb4ba46703272227 1368 
libdrm_2.4.11-1.dsc
 42876c0dd6caef0be0fc884a5a26d99854ebbbdae3afec5359a93fbeed7afe51 523915 
libdrm_2.4.11.orig.tar.gz
 c5c8ea15d38df75ed92e3453d8d6f3f1594bf68b292a3357a7894e054258ca73 396242 
libdrm_2.4.11-1.diff.gz
 5856127dc168bd68cdbafe91357de644f8a1dd647f95d4fc6cb2f3567cab5728 441450 
libdrm-dev_2.4.11-1_i386.deb
 75780095c540bd3705cc264ba0e1508967747c51307f935e3bcd9672316dd94d 383140 
libdrm2_2.4.11-1_i386.deb
 bd5b920d34e20d6c15677088f57ae012d2254ba40d0b371494bb4e83884efb67 398286 
libdrm2-dbg_2.4.11-1_i386.deb
 38c7e02bf2f02150b01d9d7c4599fc0441c067582613104d1c4ad5c1170e70dd 381736 
libdrm-intel1_2.4.11-1_i386.deb
 dce8f11b3a2c9dd6375f6986e03afd0aab50fd4c55aa9a929c74e31b4b2e 392606 
libdrm-intel1-dbg_2.4.11-1_i386.deb
Files: 
 30f508e0b690fd9d4e4408e528676f69 1368 libs optional libdrm_2.4.11-1.dsc
 52876bc2ee8cb23ad417abd8da5653da 523915 libs optional libdrm_2.4.11.orig.tar.gz
 6c5b493d2cf5d47e90017e63a464c688 396242 libs optional libdrm_2.4.11-1.diff.gz
 b9701c34b2f88e95818bdbc7c43a2dd0 441450 libdevel optional 
libdrm-dev_2.4.11-1_i386.deb
 ecc8afbf880d77f9a89946c1b9652668 383140 libs optional libdrm2_2.4.11-1_i386.deb
 84cc33a78f5bf229f33ef47e233d5b43 398286 debug extra 
libdrm2-dbg_2.4.11-1_i386.deb
 bd89a63d6fc78f51f997a9bd9e951653 381736 libs optional 
libdrm-intel1_2.4.11-1_i386.deb
 631856d7e5713f28a08c345aa664f503 392606 debug extra 
libdrm-intel1-dbg_2.4.11-1_i386.deb

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

iEYEARECAAYFAkotImgACgkQmEvTgKxfcAzWxACgzaTDYKMIHGjT5vX9MvMDvPQU
84UAnjBDLdwtxlYHmL4+cX3l5iiF5vBO
=5+n7
-END PGP SIGNATURE-


Accepted:
libdrm-dev_2.4.11-1_i386.deb
  to pool/main/libd/libdrm/libdrm-dev_2.4.11-1_i386.deb
libdrm-intel1-dbg_2.4.11-1_i386.deb
  to pool/main/libd/libdrm/libdrm-intel1-dbg_2.4.11-1_i386.deb
libdrm-intel1_2.4.11-1_i386.deb
  to pool/main/libd/libdrm/libdrm-intel1_2.4.11-1_i386.deb
libdrm2-dbg_2.4.11-1_i386.deb
  to pool/main/libd/libdrm/libdrm2-dbg_2.4.11-1_i386.deb
libdrm2_2.4.11-1_i386.deb
  to pool/main/libd/libdrm/libdrm2_2.4.11-1_i386.deb
libdrm_2.4.11-1.diff.gz
  to pool/main/libd/libdrm/libdrm_2.4.11-1.diff.gz
libdrm_2.4.11-1.dsc
  to pool/main/libd/libdrm/libdrm_2.4.11-1.dsc
libdrm_2.4.11.orig.tar.gz
  to pool/main/libd/libdrm/libdrm_2.4.11.orig.tar.gz


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



Accepted jruby1.1 1.1.6-3 (source all)

2009-06-08 Thread Sebastien Delafond
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Jun 2009 07:42:41 -0700
Source: jruby1.1
Binary: jruby1.1
Architecture: source all
Version: 1.1.6-3
Distribution: unstable
Urgency: low
Maintainer: Sebastien Delafond s...@debian.org
Changed-By: Sebastien Delafond s...@debian.org
Description: 
 jruby1.1   - 100% pure-Java implementation of Ruby
Closes: 531662
Changes: 
 jruby1.1 (1.1.6-3) unstable; urgency=low
 .
   * Add ORed dependency on default-jre | java5-runtime as build.xml
 specifies source version as 1.5; leave java6-runtime as an ORed
 dependency as well, since jruby 1.2 works fine with it (Closes: #531662).
   * Bumped up standards revision to 3.8.1.
   * List real package openjdk-6-jdk before the virtual-only java6-sdk
 in build-depends.
Checksums-Sha1: 
 506ffae9c82af11de1416576aff017db11494a28 1002 jruby1.1_1.1.6-3.dsc
 0db0e7cd4c887eb8973a2e6b7f6fa6999c2dbd5c 18592 jruby1.1_1.1.6-3.diff.gz
 0afce61cfe89be98bd45938c5f1d3dbe2a053b31 9428836 jruby1.1_1.1.6-3_all.deb
Checksums-Sha256: 
 59ec43f8b17b63a7357d8bdce8a85426b3a01e02e2cc37ad59c5b8d7bf0df001 1002 
jruby1.1_1.1.6-3.dsc
 b61321ad35b9d0a3bb4838b9081717800970605e41dfa272f685bbc93cdb656a 18592 
jruby1.1_1.1.6-3.diff.gz
 e8a3adc81d6a673c7fcb88d4f7f36f9f062a667f8a0e5c5aca14524d1920d145 9428836 
jruby1.1_1.1.6-3_all.deb
Files: 
 3f480bf995dae5a16a4ee860bd262d1c 1002 ruby optional jruby1.1_1.1.6-3.dsc
 1d97a205ab473c5c2b78da139c647d0c 18592 ruby optional jruby1.1_1.1.6-3.diff.gz
 de5a4e15598b612ad11c4b9fcf06671b 9428836 ruby optional jruby1.1_1.1.6-3_all.deb

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

iEYEARECAAYFAkotJzwACgkQiZgNKcDdyD8AfQCfYiBixBSEzaXZTk6lQ9gBE9J5
19UAn01kSQnmYsU/n7lJcNUFvpVEYxDA
=XUII
-END PGP SIGNATURE-


Accepted:
jruby1.1_1.1.6-3.diff.gz
  to pool/main/j/jruby1.1/jruby1.1_1.1.6-3.diff.gz
jruby1.1_1.1.6-3.dsc
  to pool/main/j/jruby1.1/jruby1.1_1.1.6-3.dsc
jruby1.1_1.1.6-3_all.deb
  to pool/main/j/jruby1.1/jruby1.1_1.1.6-3_all.deb


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



Accepted lzip 1.6~pre3-1 (source i386)

2009-06-08 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Jun 2009 18:14:50 +0200
Source: lzip
Binary: lzip lzip-dbg
Architecture: source i386
Version: 1.6~pre3-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@daniel.127011.localhost
Description: 
 lzip   - data compressor based on the LZMA algorithm
 lzip-dbg   - data compressor based on the LZMA algorithm (debug)
Closes: 530135
Changes: 
 lzip (1.6~pre3-1) unstable; urgency=low
 .
   * Merging upstream version 1.6~pre3:
 - Fixes bashism in included shell scripts (Closes: #530135).
Checksums-Sha1: 
 22dea8b42c5518f0b70d7478e561eab660496320 1121 lzip_1.6~pre3-1.dsc
 e018ab32e9d70dfbc882c7e10327ae5254751331 66123 lzip_1.6~pre3.orig.tar.gz
 ad2bfbdad958c70c41567ab4e8256b5283d9e282 1928 lzip_1.6~pre3-1.diff.gz
 5789f7f591b2fb0ac6f6af8f68ee31441af055e7 57398 lzip_1.6~pre3-1_i386.deb
 d0acb62dacaafb5c6262e0b4f5aaefbd950bdaf9 9686 lzip-dbg_1.6~pre3-1_i386.deb
Checksums-Sha256: 
 5a1438484cbf03d28716d5b05e50617f240f49306de16f3540cc1457802d1678 1121 
lzip_1.6~pre3-1.dsc
 4df5b17cb676412349dae951341e8afed674d576ee721f21cb6524682d8b9a43 66123 
lzip_1.6~pre3.orig.tar.gz
 1468b2f7fa19bfa58e24916e69d749bcd8152c3fcd231286d8e8bd56dc9d5d06 1928 
lzip_1.6~pre3-1.diff.gz
 af66c9c348ac28b2763487686bee56b711e9cf74dc4b102e941345cbfeb1683b 57398 
lzip_1.6~pre3-1_i386.deb
 d0cb0e60b56c2c32b4700183d1c26df6808cfd6486732718e6922861a39f5e7a 9686 
lzip-dbg_1.6~pre3-1_i386.deb
Files: 
 30103fdb8d76e7fa6a8a348c8783266c 1121 utils optional lzip_1.6~pre3-1.dsc
 9a967f065006e852d30f35e85fc2c503 66123 utils optional lzip_1.6~pre3.orig.tar.gz
 ed37eb4f87a5492d502c2f9373ef20d0 1928 utils optional lzip_1.6~pre3-1.diff.gz
 0b37a17fc10a3a5a891dea4fc8319c17 57398 utils optional lzip_1.6~pre3-1_i386.deb
 573fce84ef3fbf94d98ea96ab8216a8c 9686 debug extra lzip-dbg_1.6~pre3-1_i386.deb

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

iEYEARECAAYFAkotOTQACgkQ+C5cwEsrK55yEwCbB5GYNfBDpezRTwWUkTt5H8JT
5soAoLTy66J9zzRLheblvEkfdDLDsVmP
=FwdX
-END PGP SIGNATURE-


Accepted:
lzip-dbg_1.6~pre3-1_i386.deb
  to pool/main/l/lzip/lzip-dbg_1.6~pre3-1_i386.deb
lzip_1.6~pre3-1.diff.gz
  to pool/main/l/lzip/lzip_1.6~pre3-1.diff.gz
lzip_1.6~pre3-1.dsc
  to pool/main/l/lzip/lzip_1.6~pre3-1.dsc
lzip_1.6~pre3-1_i386.deb
  to pool/main/l/lzip/lzip_1.6~pre3-1_i386.deb
lzip_1.6~pre3.orig.tar.gz
  to pool/main/l/lzip/lzip_1.6~pre3.orig.tar.gz


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



Accepted gnote 0.4.0-2 (source amd64)

2009-06-08 Thread Robert Millan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 07 Jun 2009 19:48:06 +0200
Source: gnote
Binary: gnote
Architecture: source amd64
Version: 0.4.0-2
Distribution: unstable
Urgency: low
Maintainer: Robert Millan rmh.deb...@aybabtu.com
Changed-By: Robert Millan rmh.deb...@aybabtu.com
Description: 
 gnote  - desktop note taking program using Wiki style links
Closes: 529213
Changes: 
 gnote (0.4.0-2) unstable; urgency=low
 .
   * Add -Wl,--as-needed to LDFLAGS.  (Closes: #529213)
 - rules
 - patches/01_boost_m4.diff: New patch (from upstream) to fix --as-needed.
   * control (Provides): Add tomboy.
Checksums-Sha1: 
 b4044c386b3055a54ebf7896f61579b699873684 1387 gnote_0.4.0-2.dsc
 9d942ca7bb72dfd21234badd74f2bde5f2490bb4 22053 gnote_0.4.0-2.diff.gz
 ff689225e588a8aa6b0804a06aeed64b0cfb8464 1897198 gnote_0.4.0-2_amd64.deb
Checksums-Sha256: 
 7b6592954c3bbf49bb964812073f62f16d901a7a7c01171afd826fef86dbdd9b 1387 
gnote_0.4.0-2.dsc
 dac506c10c0d14985dda25db1c2412e8e3eb709c59c450effb5f236819827afa 22053 
gnote_0.4.0-2.diff.gz
 1f826f01d33bff1989468b02d58370a380e2c68846caef6e433a6a7c751f1c3d 1897198 
gnote_0.4.0-2_amd64.deb
Files: 
 97e1a43826638f1da9f92a4e3abdda6c 1387 gnome optional gnote_0.4.0-2.dsc
 b200cde08f90ff0ecd17a8fcc380cc5a 22053 gnome optional gnote_0.4.0-2.diff.gz
 62da6f55735317508f2f36a40aa07970 1897198 gnome optional gnote_0.4.0-2_amd64.deb

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

iEYEARECAAYFAkotOfQACgkQC19io6rUCv/jywCggoc3luhYW3fYHeDwOMUwR/sf
wqMAnAmmdWBjePY5/GTcOsoBTtR14AEm
=2tDo
-END PGP SIGNATURE-


Accepted:
gnote_0.4.0-2.diff.gz
  to pool/main/g/gnote/gnote_0.4.0-2.diff.gz
gnote_0.4.0-2.dsc
  to pool/main/g/gnote/gnote_0.4.0-2.dsc
gnote_0.4.0-2_amd64.deb
  to pool/main/g/gnote/gnote_0.4.0-2_amd64.deb


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



Accepted xserver-xorg-video-cirrus 1:1.3.0-1 (source i386)

2009-06-08 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Jun 2009 18:00:08 +0200
Source: xserver-xorg-video-cirrus
Binary: xserver-xorg-video-cirrus
Architecture: source i386
Version: 1:1.3.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 xserver-xorg-video-cirrus - X.Org X server -- Cirrus display driver
Changes: 
 xserver-xorg-video-cirrus (1:1.3.0-1) unstable; urgency=low
 .
   [ David Nusinow ]
   * Remove 01_gen_pci_ids.diff. The X server now uses an internal table to
 pick a driver during autoconfig.
 + Disable patch system and remove quilt from build-dep
 .
   [ Julien Cristau ]
   * New upstream release.
   * Add README.source, bump Standards-Version to 3.8.1.
Checksums-Sha1: 
 64d7eba32ec011454970452b6e9c8536eabe4c34 1607 
xserver-xorg-video-cirrus_1.3.0-1.dsc
 548b5ed1d94d1c85a9a49a534e5d45cdad8d259b 391034 
xserver-xorg-video-cirrus_1.3.0.orig.tar.gz
 1c07e87f6d2e0d9d6d49afe2cd405ee4fc17485f 16376 
xserver-xorg-video-cirrus_1.3.0-1.diff.gz
 c76d4aed4f992a8317eb429248ead57c0f79a1fe 45034 
xserver-xorg-video-cirrus_1.3.0-1_i386.deb
Checksums-Sha256: 
 ec4172951912de4f8d1bb5b28bcdb898b7eb9c9a999e8a65e4b737db22a6f200 1607 
xserver-xorg-video-cirrus_1.3.0-1.dsc
 cda7312db2506ae208b9dd05c11030b508dea3ab856bcb41b40c9b2e0d9ebe34 391034 
xserver-xorg-video-cirrus_1.3.0.orig.tar.gz
 db6d348d9f7fcd2b568d7794eab4ec5cbcb5d8995cd5ac7632ba7c149ad96ed9 16376 
xserver-xorg-video-cirrus_1.3.0-1.diff.gz
 d5fdb3559a7100692db98e40a8dd601566a9fc39b3046085f0f4ec02567ed438 45034 
xserver-xorg-video-cirrus_1.3.0-1_i386.deb
Files: 
 dc4d251d94c71c18a8484312277be176 1607 x11 optional 
xserver-xorg-video-cirrus_1.3.0-1.dsc
 af8f6476b1467d661ee62d5a02829018 391034 x11 optional 
xserver-xorg-video-cirrus_1.3.0.orig.tar.gz
 3922c412d016ee9c3b26f0a7627b0b96 16376 x11 optional 
xserver-xorg-video-cirrus_1.3.0-1.diff.gz
 76bf8396dbe8110efe1284319b4a68d2 45034 x11 optional 
xserver-xorg-video-cirrus_1.3.0-1_i386.deb

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

iEYEARECAAYFAkotNiMACgkQmEvTgKxfcAyO+gCgn1leAi0GDZRkp8rVM06Rr1JD
ZbYAn0DY+c5GBiMJbJOIRvbJTZ5JfCJd
=Zr+A
-END PGP SIGNATURE-


Accepted:
xserver-xorg-video-cirrus_1.3.0-1.diff.gz
  to 
pool/main/x/xserver-xorg-video-cirrus/xserver-xorg-video-cirrus_1.3.0-1.diff.gz
xserver-xorg-video-cirrus_1.3.0-1.dsc
  to pool/main/x/xserver-xorg-video-cirrus/xserver-xorg-video-cirrus_1.3.0-1.dsc
xserver-xorg-video-cirrus_1.3.0-1_i386.deb
  to 
pool/main/x/xserver-xorg-video-cirrus/xserver-xorg-video-cirrus_1.3.0-1_i386.deb
xserver-xorg-video-cirrus_1.3.0.orig.tar.gz
  to 
pool/main/x/xserver-xorg-video-cirrus/xserver-xorg-video-cirrus_1.3.0.orig.tar.gz


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



Accepted lzlib 0.4-1 (source i386)

2009-06-08 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Jun 2009 18:20:22 +0200
Source: lzlib
Binary: liblz0 liblz-dev liblz-dbg
Architecture: source i386
Version: 0.4-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@daniel.127011.localhost
Description: 
 liblz-dbg  - data compressor based on the LZMA algorithm (debug)
 liblz-dev  - data compressor based on the LZMA algorithm (development)
 liblz0 - data compressor based on the LZMA algorithm (library)
Changes: 
 lzlib (0.4-1) unstable; urgency=low
 .
   * Merging upstream version 0.4.
Checksums-Sha1: 
 0026a22ceb33951cc872958fe577a3c459a9b22c 1110 lzlib_0.4-1.dsc
 97dff6f21b1d80507133679e0bcf1d23bb52ba78 62172 lzlib_0.4.orig.tar.gz
 e9f036f21c8e6fb1f925a924558d5e2b625449d4 2031 lzlib_0.4-1.diff.gz
 a11084c135e988bff32630d84c502a1b353090b8 28672 liblz0_0.4-1_i386.deb
 10b4bf96eafef6db19a44ca6d0c886c3911a8b90 40496 liblz-dev_0.4-1_i386.deb
 d9a758a8bf25aa205f104fd06ae72ecf7682292b 5646 liblz-dbg_0.4-1_i386.deb
Checksums-Sha256: 
 776ff47edfc8be8d1e3640ebc02f58cc0b286b05041204667f98127d97689006 1110 
lzlib_0.4-1.dsc
 8f161e3bdd8e0c36dbe164a7f257b84a96e4af27705176783fc40653cd9ae8b0 62172 
lzlib_0.4.orig.tar.gz
 40e866c558159a0d3cf5b76a327663c935275777b3ab7696ba40dcb029acdb8e 2031 
lzlib_0.4-1.diff.gz
 bb6f5d64f368a1fa73bc7b297f68f1a2ae767966a36897cc5d16593fabfe7af5 28672 
liblz0_0.4-1_i386.deb
 8072d231ae5fd4e0d7e1f5c232b60366334933c1fc4252f9a16c4e287371408d 40496 
liblz-dev_0.4-1_i386.deb
 3291f2714f70207bec414e4db74cffa899716cf7b9d5ebf7fc51f1cb02cf3487 5646 
liblz-dbg_0.4-1_i386.deb
Files: 
 4bdecb832cde891f02cd425e07da1d3c 1110 libs optional lzlib_0.4-1.dsc
 0f864af92188e1f2bc7cb390273b40b4 62172 libs optional lzlib_0.4.orig.tar.gz
 45a442156619b8097aacac489c7042dd 2031 libs optional lzlib_0.4-1.diff.gz
 bfd79be41244454ecb858ea6aa99d6c9 28672 libs optional liblz0_0.4-1_i386.deb
 158f94dff4955bdd6bbdf562bbab8059 40496 libdevel optional 
liblz-dev_0.4-1_i386.deb
 d1adbd8dfdeec3d4d135813e021c832c 5646 debug extra liblz-dbg_0.4-1_i386.deb

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

iEYEARECAAYFAkotOmUACgkQ+C5cwEsrK56q2gCeJEi4/wPSJT7v4wqHA6Z1vniY
SEUAoIfo2M6gyTwidKGVchbjkrIeYZ7d
=4C1y
-END PGP SIGNATURE-


Accepted:
liblz-dbg_0.4-1_i386.deb
  to pool/main/l/lzlib/liblz-dbg_0.4-1_i386.deb
liblz-dev_0.4-1_i386.deb
  to pool/main/l/lzlib/liblz-dev_0.4-1_i386.deb
liblz0_0.4-1_i386.deb
  to pool/main/l/lzlib/liblz0_0.4-1_i386.deb
lzlib_0.4-1.diff.gz
  to pool/main/l/lzlib/lzlib_0.4-1.diff.gz
lzlib_0.4-1.dsc
  to pool/main/l/lzlib/lzlib_0.4-1.dsc
lzlib_0.4.orig.tar.gz
  to pool/main/l/lzlib/lzlib_0.4.orig.tar.gz


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



Accepted didiwiki 0.5-6 (source amd64)

2009-06-08 Thread Mauro Lizaur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 01 Jun 2009 00:11:31 -0300
Source: didiwiki
Binary: didiwiki
Architecture: source amd64
Version: 0.5-6
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Mauro Lizaur ma...@cacavoladora.org
Description: 
 didiwiki   - simple wiki implementation with built-in webserver
Closes: 376457 420696 449902 477049 518861
Changes: 
 didiwiki (0.5-6) unstable; urgency=low
 .
   * QA upload.
   * Maintainer changed to QA Group.
   * Add Build-depends on dpatch and patchutils.
   * Rewrited didiwiki.postinst to use invoke-rc.d to comply with
 the version 3.7.0 of the Policy.
   * Standards-Version bumped to 3.8.1.
   * Since the src/ directory had modified files without using patches, I
 replaced these modified-files with the original ones and added a patch
 to re-introduce these changes to keep the compatibility backwards.
 This patch can be found in debian/patches/10_modified_code.dpatch.
   * Removed the non-existant '-m 644' option of dh_install from
 debian/rules. (Closes: #518861)
   * Added a patch to fix the mangling on (unicode) wiki pages' names.
 Patch provided by Alexey Khudyakov alexey.sklad...@gmail.com
 (Closes: #420696)
   * Added a patch to remove the double newline on preformatted text.
 Patch provided by Neil Stockbridge n...@dist.ro (Closes: #376457)
   * Added Lintian override and removed the watch file since upstream URL is
 not working anymore. (Closes: #449902)
   * Added a note on the copyright file regarding the dead upstream's URL.
 (Closes: #477049)
Checksums-Sha1: 
 e268422e30e30cad207a0e37a4aed75eaa30bc14 1032 didiwiki_0.5-6.dsc
 008961555a58bc190de628252468ed8b2a3884d5 8373 didiwiki_0.5-6.diff.gz
 5c7e482bf211b0a964433383cb0ec6d15bcf1998 27970 didiwiki_0.5-6_amd64.deb
Checksums-Sha256: 
 7c2678f848db3af3a149d761625a993206363f41487c2f8cc34c1e42b3257352 1032 
didiwiki_0.5-6.dsc
 80179b2e35b25d157bd83bd340ac3cb61398b59e015167717ce0f2870ee3 8373 
didiwiki_0.5-6.diff.gz
 0bd5e42c58af5a670bcf735f4653813754c61a7de397bb2cba116da82077115d 27970 
didiwiki_0.5-6_amd64.deb
Files: 
 4558c7dfea9c7b74d93383a231e8c2b4 1032 web optional didiwiki_0.5-6.dsc
 d79f74f5786235abcbaef2398e809390 8373 web optional didiwiki_0.5-6.diff.gz
 93fde32acf9d7e2b486aef3e2198d55a 27970 web optional didiwiki_0.5-6_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Signed by Ana Guerrero

iEYEARECAAYFAkotQWoACgkQn3j4POjENGFvvwCffUWwPVBQBufTXyLZpV2Is3o9
774Anj5damBCxU1qtd4bvKka0fa1wjkp
=r20U
-END PGP SIGNATURE-


Accepted:
didiwiki_0.5-6.diff.gz
  to pool/main/d/didiwiki/didiwiki_0.5-6.diff.gz
didiwiki_0.5-6.dsc
  to pool/main/d/didiwiki/didiwiki_0.5-6.dsc
didiwiki_0.5-6_amd64.deb
  to pool/main/d/didiwiki/didiwiki_0.5-6_amd64.deb


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



Accepted openvpn-blacklist 0.4 (source all)

2009-06-08 Thread Kees Cook
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Jun 2009 09:05:06 -0700
Source: openvpn-blacklist
Binary: openvpn-blacklist
Architecture: source all
Version: 0.4
Distribution: unstable
Urgency: low
Maintainer: Jamie Strandboge ja...@ubuntu.com
Changed-By: Kees Cook k...@debian.org
Description: 
 openvpn-blacklist - list of blacklisted OpenVPN RSA shared keys
Changes: 
 openvpn-blacklist (0.4) unstable; urgency=low
 .
   * openvpn-blacklist: replace md5 with hashlib for Python 2.6
 migration (LP: #352170).
   * debian/control:
 - update standards version, no changes needed.
 - extend the description for more details to avoid lintian warnings.
   * debian/copyright: fix lintian warnings.
   * openvpn-vulnkey.1: fix format error seen from lintian warning.
Checksums-Sha1: 
 4f6aa8440571a9a2b166e24c727488e735462a8d 871 openvpn-blacklist_0.4.dsc
 1751a1f528e8095b2ad5e874e69f7db60a90e393 1808103 openvpn-blacklist_0.4.tar.gz
 1df329bee2d2ce8c90c2961d190c4ecdb3f142ea 1068422 openvpn-blacklist_0.4_all.deb
Checksums-Sha256: 
 23779db7d343bf252c4457688a83411416bb3c5807912616d27ef68c3a74ac14 871 
openvpn-blacklist_0.4.dsc
 01d0cddab3db957661dc8019c1b672068699f1f7cf8633748b6222601ecb0108 1808103 
openvpn-blacklist_0.4.tar.gz
 0dc6f9240f4fc2be979f76bcf87be73bd5c52541e5e3d93c7170bb8814059910 1068422 
openvpn-blacklist_0.4_all.deb
Files: 
 1925e92f4943dd55ae73bd16ab6757ff 871 net optional openvpn-blacklist_0.4.dsc
 8994e4ec47102fd6b36566406c6430cc 1808103 net optional 
openvpn-blacklist_0.4.tar.gz
 e51868662dee74f31faae0bffb795892 1068422 net optional 
openvpn-blacklist_0.4_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Kees Cook k...@outflux.net

iEYEARECAAYFAkotPUgACgkQH/9LqRcGPm1NIQCfd+YXaAQMtUz6bfn8H4ws4arq
t0sAnAg7+ADhdTbKL666Lb2XKsFokaBh
=o/lL
-END PGP SIGNATURE-


Accepted:
openvpn-blacklist_0.4.dsc
  to pool/main/o/openvpn-blacklist/openvpn-blacklist_0.4.dsc
openvpn-blacklist_0.4.tar.gz
  to pool/main/o/openvpn-blacklist/openvpn-blacklist_0.4.tar.gz
openvpn-blacklist_0.4_all.deb
  to pool/main/o/openvpn-blacklist/openvpn-blacklist_0.4_all.deb


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



Accepted linuxinfo 1.1.8-28 (source alpha)

2009-06-08 Thread Helge Kreutzmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Jun 2009 17:17:44 +0200
Source: linuxinfo
Binary: linuxinfo
Architecture: source alpha
Version: 1.1.8-28
Distribution: unstable
Urgency: low
Maintainer: Helge Kreutzmann deb...@helgefjell.de
Changed-By: Helge Kreutzmann deb...@helgefjell.de
Description: 
 linuxinfo  - Displays extended system information
Changes: 
 linuxinfo (1.1.8-28) unstable; urgency=low
 .
   * Add another Core Duo CPU.
Checksums-Sha1: 
 cd0331fa6a120ea84c7fdd513f2b9d19b7016773 992 linuxinfo_1.1.8-28.dsc
 5337c0b260bfee329e6334163467c3bd5ee20230 16435 linuxinfo_1.1.8-28.diff.gz
 1350d1b24734a3837121f34fd7592ca598c7ff45 15330 linuxinfo_1.1.8-28_alpha.deb
Checksums-Sha256: 
 cd49e44a8d1cb593e55b9e81a45af61fcfe5dde86a9f916c65dbfc1e3960ae67 992 
linuxinfo_1.1.8-28.dsc
 5b96e2b05591259c4d213ff20d273ba7a68515426ca99b56d303b00ca89c0f2c 16435 
linuxinfo_1.1.8-28.diff.gz
 7b7930a2253a064723220488ee183a97562f0a26fe2c0781c1e3b91a85f77ecd 15330 
linuxinfo_1.1.8-28_alpha.deb
Files: 
 8fda87947a5f9060671a7859c6408d44 992 utils optional linuxinfo_1.1.8-28.dsc
 d8e66eedd85e44b95d1e1406d30dfc6c 16435 utils optional 
linuxinfo_1.1.8-28.diff.gz
 e8828dacd0297f2abf56fa7fb0b9e18e 15330 utils optional 
linuxinfo_1.1.8-28_alpha.deb

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

iD8DBQFKLT6NRsxcY/MYpWoRApLVAKCsZogBryby21i3AS05LNM1aUE2TACgkkVd
fWGjtg7Vx+OekxdDveogg5Q=
=fHqp
-END PGP SIGNATURE-


Accepted:
linuxinfo_1.1.8-28.diff.gz
  to pool/main/l/linuxinfo/linuxinfo_1.1.8-28.diff.gz
linuxinfo_1.1.8-28.dsc
  to pool/main/l/linuxinfo/linuxinfo_1.1.8-28.dsc
linuxinfo_1.1.8-28_alpha.deb
  to pool/main/l/linuxinfo/linuxinfo_1.1.8-28_alpha.deb


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



Accepted ghostscript 8.64~dfsg-6 (source all amd64)

2009-06-08 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Mon, 08 Jun 2009 18:30:32 +0200
Source: ghostscript
Binary: ghostscript gs-esp gs-gpl gs-common ghostscript-x ghostscript-doc 
libgs8 libgs-dev
Architecture: source all amd64
Version: 8.64~dfsg-6
Distribution: unstable
Urgency: low
Maintainer: Masayuki Hatta (mhatta) mha...@debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 ghostscript - The GPL Ghostscript PostScript/PDF interpreter
 ghostscript-doc - The GPL Ghostscript PostScript/PDF interpreter - 
Documentation
 ghostscript-x - The GPL Ghostscript PostScript/PDF interpreter - X Display 
suppor
 gs-common  - Dummy package depending on ghostscript
 gs-esp - Transitional package
 gs-gpl - Transitional package
 libgs-dev  - The Ghostscript PostScript Library - Development Files
 libgs8 - The Ghostscript PostScript/PDF interpreter Library
Closes: 531182
Changes: 
 ghostscript (8.64~dfsg-6) unstable; urgency=low
 .
   * Have ghostscript-x provide gs (wrongly dropped in 8.64~dfsg-4).
   * Really drop cidfmap in Init dir if virtually empty (as promised in
 8.64~dfsg-5). Closes: bug#531182, thanks again to YAMASHITA Junji.
   * Avoid cleaning upstream cruft while in renamed subdirectory.
   * Register new symbols introduced in 8.64~dfsg-3 (added in upstream
 SVN revisions 9651, 9664, 9666, 9667, 9718 and 9719).
   * Update patch 0001 to sync with upstream SVN as of today (r9781):
 + FAPI Fix for Multiple Master fonts
 + PDF font handling: load by name when embedded stream unreadable
 + PDF colour handling: Support /Alternate space being ICCBased too
 + Update local jbig2dec source to 0.10 release
 + PDF graphics: Relax Gouraud free-form mesh shading as Acrobat does
 + PS and PDF improved memory handling for fonts not first in Fontmap
 + PDF fix font loader when Type 1 font executes 'restore' at EOF
 + PDF validate annotation /Border attribute, make invisible if wrong
 + Use 32-bit PostScript integers on 64 bit platform
 + PDF fix DOCVIEW pdfmark handling
 + Fix detect banding device, inbreaking wtsimdi device
 + Misc. minor fixes
   * Drop patches 0002-0007 and 1005 included above.
   * Separate jbig2dec patches in new patch 0002.
Checksums-Sha1: 
 310a443c8dfa0eea0ff7648dbf65a828aa1dddad 1776 ghostscript_8.64~dfsg-6.dsc
 28b7d51684c3e8afd4de8ad71de79375b0e046da 527651 ghostscript_8.64~dfsg-6.diff.gz
 f4ee12c6afbd9f22acafd0b6dc8139b1bfb16d2d 60124 gs-esp_8.64~dfsg-6_all.deb
 e12adf047d4b3fcce6707a2427c87cfad2632170 60128 gs-gpl_8.64~dfsg-6_all.deb
 b1f01c1fcad529058395eaf9f46b3ef9d42c19fa 60154 gs-common_8.64~dfsg-6_all.deb
 6b4013c7a000746e542fc6ac9709d18bf18a4ceb 2998524 
ghostscript-doc_8.64~dfsg-6_all.deb
 5567504e18cc91b00392ccca2b1812d7a4b5055b 801460 
ghostscript_8.64~dfsg-6_amd64.deb
 03862781c6ad0aa3c52b06c02577bea50f991577 93070 
ghostscript-x_8.64~dfsg-6_amd64.deb
 2fd155779a33064a856721fe8e46e86ae90bbd8d 2198768 libgs8_8.64~dfsg-6_amd64.deb
 d1f3e2a3164652ea6b0da185aff0a8c95a5e6bee 2772008 
libgs-dev_8.64~dfsg-6_amd64.deb
Checksums-Sha256: 
 66d8b7beb5ed927e5fa004c62d19ba72d4088e9f841cdd766fef148ffca6f29f 1776 
ghostscript_8.64~dfsg-6.dsc
 1905f992075a18a2769f28193d380cda9667da31ab34844269987107f3f10a60 527651 
ghostscript_8.64~dfsg-6.diff.gz
 c631a3f80e9ac3c8581268494f41787991966be4c9ecdda1f17b53e3f733df2b 60124 
gs-esp_8.64~dfsg-6_all.deb
 7c4042509c62aa345a0e2fc5bf11f2aa37df155e53b3537421f8a848b8147b56 60128 
gs-gpl_8.64~dfsg-6_all.deb
 e6ddc0f72bcc279a6c6833da2c81e8f4858977b506599f276bbe35561d1dc3da 60154 
gs-common_8.64~dfsg-6_all.deb
 7615f74db12652daede54da9f43b3189621ac00bfa339e7aa657be19e65a7c9f 2998524 
ghostscript-doc_8.64~dfsg-6_all.deb
 39998c91c8760a6193798deccab411d4bc69842ef8206f4866d90bb9bba7c834 801460 
ghostscript_8.64~dfsg-6_amd64.deb
 adf49dbd9fc415cc4a1cfa2288aa0af02d868b8fc68947fcaa4501d8515f21af 93070 
ghostscript-x_8.64~dfsg-6_amd64.deb
 c3dc5360a5a12b2f866c07bce76de1b177ec14ec4cf241dae19489eeeb229b7e 2198768 
libgs8_8.64~dfsg-6_amd64.deb
 48a87236cd5def12426632cbaadcbc8fb892b6fbeb73d83d7a86d1e5bbf08a21 2772008 
libgs-dev_8.64~dfsg-6_amd64.deb
Files: 
 18fe53d26a6fc8d0004e1d9344d6a687 1776 text optional ghostscript_8.64~dfsg-6.dsc
 f7bc2346e6eedf4f24d02a25df7d3610 527651 text optional 
ghostscript_8.64~dfsg-6.diff.gz
 690801f8ea045082fb29e78e5b685e8e 60124 text extra gs-esp_8.64~dfsg-6_all.deb
 df2edca22e6cfa3f2c70045a02d98cb7 60128 text extra gs-gpl_8.64~dfsg-6_all.deb
 f0400b872ca8eb2d84019c7f1b057fea 60154 text extra gs-common_8.64~dfsg-6_all.deb
 67bb37f070be63e240ed6e6520ee2afb 2998524 doc optional 
ghostscript-doc_8.64~dfsg-6_all.deb
 79233bc13942e37ebb48b846df96cb21 801460 text optional 
ghostscript_8.64~dfsg-6_amd64.deb
 bf71faeef2768d5219f9dc31ea36e349 93070 text optional 
ghostscript-x_8.64~dfsg-6_amd64.deb
 5d831f47bd581681b8b2ad73de6f0322 2198768 libs optional 
libgs8_8.64~dfsg-6_amd64.deb
 53b5802fc2dcaecb00a0b9f6f8fd9f66 2772008 libdevel optional 

Accepted apr 1.3.5-1 (source i386)

2009-06-08 Thread Stefan Fritsch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Jun 2009 18:45:15 +0200
Source: apr
Binary: libapr1 libapr1-dev libapr1-dbg
Architecture: source i386
Version: 1.3.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers debian-apa...@lists.debian.org
Changed-By: Stefan Fritsch s...@debian.org
Description: 
 libapr1- The Apache Portable Runtime Library
 libapr1-dbg - The Apache Portable Runtime Library - Debugging Symbols
 libapr1-dev - The Apache Portable Runtime Library - Development Headers
Changes: 
 apr (1.3.5-1) unstable; urgency=low
 .
   * New upstream version (really)
Checksums-Sha1: 
 c07934cc7a1d28011932e7ba2e6e8b9b7468c42c 1355 apr_1.3.5-1.dsc
 127dc26598afeb86139707e65d222c00caae926a 1162875 apr_1.3.5.orig.tar.gz
 4fee48fd717b7304e7a4f8631c3c2bd9e1ac25c8 16437 apr_1.3.5-1.diff.gz
 eec1134308d5c1b861d4e160c4cfb062cb741b90 116292 libapr1_1.3.5-1_i386.deb
 894f34a7508119f00da1c63a016bba686154feba 871336 libapr1-dev_1.3.5-1_i386.deb
 2160f0b6947061052211156ad8a07ba19c0a2620 56758 libapr1-dbg_1.3.5-1_i386.deb
Checksums-Sha256: 
 205e78c4a05d0ddd1068b50d833d0e97f4b0fddcb4b20bde002b937dd2bcfe4a 1355 
apr_1.3.5-1.dsc
 f047422b39a5e5d933d598bd9fca2a1184e1506e4cd66364a990c7f2cd76960d 1162875 
apr_1.3.5.orig.tar.gz
 74a828e8012d880b3ad4ca04c26e88c0d4a42ae77783794f58d393ab853f9c81 16437 
apr_1.3.5-1.diff.gz
 23a7a38bb8c064f7f101ff38f8d7a0fe60bda726fb4c3718e23c8f48048b5ba6 116292 
libapr1_1.3.5-1_i386.deb
 674ce4cf57ffbdf65830122b7776c0c9052e604b511bc8196ba5cea281124801 871336 
libapr1-dev_1.3.5-1_i386.deb
 d84b28aca3c804c27451d4f0438be9fe58b5df9c2701c09b7572ef9ddb12a927 56758 
libapr1-dbg_1.3.5-1_i386.deb
Files: 
 77e1613a500db0b731929e8d8b4f631d 1355 libs optional apr_1.3.5-1.dsc
 2a3f33c2186f456fd60a34a7c2989580 1162875 libs optional apr_1.3.5.orig.tar.gz
 3c4316909211f7c2f789a20154ce6b66 16437 libs optional apr_1.3.5-1.diff.gz
 3e2613ac2342132c03dcf1a921bbaaeb 116292 libs optional libapr1_1.3.5-1_i386.deb
 12aa65133ce92c499c03bdf586cc649a 871336 libdevel optional 
libapr1-dev_1.3.5-1_i386.deb
 a4b8d0e3fa5238120f7c39f551bb6a75 56758 debug extra libapr1-dbg_1.3.5-1_i386.deb

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

iD8DBQFKLUMDbxelr8HyTqQRAmZ2AJ9XcBCqSzcig28DpCx8eCTeJX0vUQCgvHyX
4SaG0gPGXk9egfBeCoAtPug=
=he5A
-END PGP SIGNATURE-


Accepted:
apr_1.3.5-1.diff.gz
  to pool/main/a/apr/apr_1.3.5-1.diff.gz
apr_1.3.5-1.dsc
  to pool/main/a/apr/apr_1.3.5-1.dsc
apr_1.3.5.orig.tar.gz
  to pool/main/a/apr/apr_1.3.5.orig.tar.gz
libapr1-dbg_1.3.5-1_i386.deb
  to pool/main/a/apr/libapr1-dbg_1.3.5-1_i386.deb
libapr1-dev_1.3.5-1_i386.deb
  to pool/main/a/apr/libapr1-dev_1.3.5-1_i386.deb
libapr1_1.3.5-1_i386.deb
  to pool/main/a/apr/libapr1_1.3.5-1_i386.deb


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



Accepted etckeeper 0.37 (source all)

2009-06-08 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Jun 2009 13:24:13 -0400
Source: etckeeper
Binary: etckeeper
Architecture: source all
Version: 0.37
Distribution: unstable
Urgency: low
Maintainer: Joey Hess jo...@debian.org
Changed-By: Joey Hess jo...@debian.org
Description: 
 etckeeper  - store /etc in git, mercurial, bzr or darcs
Closes: 528109 530497 530795 530819 532346
Changes: 
 etckeeper (0.37) unstable; urgency=low
 .
   * Make postinst check for the configured VCS before trying to run
 etckeeper init. Closes: #530497
   * Update French debconf translation. Closes: #530795
   * Fix typo in cruft file. Closes: #530819
   * Update Portuguese debconf translation. Closes: #528109
   * Update German debconf translation. Closes: #532346
Checksums-Sha1: 
 1bbe5bef70c957d37cc864a2034fd230dc91c9b0 849 etckeeper_0.37.dsc
 2d05606a529b65b0c632627ed8b579bd1f3d1f36 38254 etckeeper_0.37.tar.gz
 c93ef45e62cde2a098e1977e3800f4811e177a70 29304 etckeeper_0.37_all.deb
Checksums-Sha256: 
 170d226c4ae9f3212d80e5edd048160995752cea78c5a899f814fe940694a954 849 
etckeeper_0.37.dsc
 966c1294d742a315201c092a5021ef97284d04c0202cc9a7b3ca2085e650b829 38254 
etckeeper_0.37.tar.gz
 caefb83600ffa0f1672f009df8cff0c562573cc941a0a23a626b1d519b6759bf 29304 
etckeeper_0.37_all.deb
Files: 
 65ac3bd0b26a907b00836f8074ce1517 849 admin optional etckeeper_0.37.dsc
 192f2a0de3fc48f35f2661b8993cb216 38254 admin optional etckeeper_0.37.tar.gz
 a7beb7597fc53c751971c7c2262286b2 29304 admin optional etckeeper_0.37_all.deb

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

iD8DBQFKLUl72tp5zXiKP0wRAj4gAJ0bfUU0nNHe5MKpOWJtGNIl+RKVtgCgiWCi
NlFJwTr5nKtYJ3Zm6sFeIn8=
=lLmp
-END PGP SIGNATURE-


Accepted:
etckeeper_0.37.dsc
  to pool/main/e/etckeeper/etckeeper_0.37.dsc
etckeeper_0.37.tar.gz
  to pool/main/e/etckeeper/etckeeper_0.37.tar.gz
etckeeper_0.37_all.deb
  to pool/main/e/etckeeper/etckeeper_0.37_all.deb


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



Accepted alien 8.76 (source all)

2009-06-08 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Jun 2009 13:22:35 -0400
Source: alien
Binary: alien
Architecture: source all
Version: 8.76
Distribution: unstable
Urgency: low
Maintainer: Joey Hess jo...@debian.org
Changed-By: Joey Hess jo...@debian.org
Description: 
 alien  - convert and install rpm and other packages
Closes: 532330
Changes: 
 alien (8.76) unstable; urgency=low
 .
   * Avoid using hostname -f for portability to unix systems,
 such as Solaris, where any options _set_ the hostname.
   * Fix bash shebang and recognise bash scripts as editable
 shell scripts when converting to deb. Closes: #532330
 (Thanks, Bruce Stephens)
Checksums-Sha1: 
 45aff3131853f5b379417b07b59164f762ff1a8d 754 alien_8.76.dsc
 4ae9d14f736b64178c4853bd18724af781be9826 80461 alien_8.76.tar.gz
 0c5cb9846ae75b5c3a883115f4eda834985f13fd 107098 alien_8.76_all.deb
Checksums-Sha256: 
 a01723568e5d1398e3b5fd2ef7a6a9e35e842cec2a7b5913fa7d3d02069feff5 754 
alien_8.76.dsc
 8cdffbc8917bfd4be864e767090041af870d5ed461b885781a1082bf28fcd702 80461 
alien_8.76.tar.gz
 88053855a508d3237431826d93b4045d8e2637ce0336cb2697b5971ad997b2c4 107098 
alien_8.76_all.deb
Files: 
 fad24721c8b64be91479e8d4e86b5749 754 admin optional alien_8.76.dsc
 f839e23e8f56546103aefc22f0c1256c 80461 admin optional alien_8.76.tar.gz
 f1cb265ff890398a4071884f92c7fffc 107098 admin optional alien_8.76_all.deb

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

iD8DBQFKLUlI2tp5zXiKP0wRAh/tAJ957xVmz0HpkYjYukx2j+KpdTjhXgCg0pg1
v9DPnIWkca0KruMxv1Snif4=
=lBwN
-END PGP SIGNATURE-


Accepted:
alien_8.76.dsc
  to pool/main/a/alien/alien_8.76.dsc
alien_8.76.tar.gz
  to pool/main/a/alien/alien_8.76.tar.gz
alien_8.76_all.deb
  to pool/main/a/alien/alien_8.76_all.deb


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



Accepted openssl 0.9.8k-2 (source amd64)

2009-06-08 Thread Kurt Roeckx
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 08 Jun 2009 19:05:56 +0200
Source: openssl
Binary: openssl libssl0.9.8 libcrypto0.9.8-udeb libssl-dev libssl0.9.8-dbg
Architecture: source amd64
Version: 0.9.8k-2
Distribution: unstable
Urgency: low
Maintainer: Debian OpenSSL Team pkg-openssl-de...@lists.alioth.debian.org
Changed-By: Kurt Roeckx k...@roeckx.be
Description: 
 libcrypto0.9.8-udeb - crypto shared library - udeb (udeb)
 libssl-dev - SSL development libraries, header files and documentation
 libssl0.9.8 - SSL shared libraries
 libssl0.9.8-dbg - Symbol tables for libssl and libcrypto
 openssl- Secure Socket Layer (SSL) binary and related cryptographic tools
Closes: 532037 532336
Changes: 
 openssl (0.9.8k-2) unstable; urgency=low
 .
   * Move libssl0.9.8-dbg to the debug section.
   * Use the rc4 assembler on kfreebsd-amd64 (Closes: #532336)
   * Split the line to generate md5-x86_64.s in the Makefile.  This will
 hopefully fix the build issue on kfreebsd that now outputs the file
 to stdout instead of the file.
   * Fix denial of service via an out-of-sequence DTLS handshake message
 (CVE-2009-1387) (Closes: #532037)
Checksums-Sha1: 
 8732d3af3c5126db11e3b9f824e26f17b343e8b0 1940 openssl_0.9.8k-2.dsc
 796d7595eb79c24e37efa8576ee91c716d575f34 56115 openssl_0.9.8k-2.diff.gz
 8c0b5e3173159bf351dfe541e3e6b6e6d5ed816f 1050408 openssl_0.9.8k-2_amd64.deb
 a777aa9ac2b50b23f73484e4129a55c9b7f089bb 982468 libssl0.9.8_0.9.8k-2_amd64.deb
 24aa0ebb24e91c64a767b99dfe31f9578b52a959 638594 
libcrypto0.9.8-udeb_0.9.8k-2_amd64.udeb
 e46edba6253c91f46c050ae90308b91cdca1fbc3 2267228 libssl-dev_0.9.8k-2_amd64.deb
 2f9f205d76d418d4c10bcb09bbeac851aa36b0fe 1630962 
libssl0.9.8-dbg_0.9.8k-2_amd64.deb
Checksums-Sha256: 
 fa0bc5dbd61df708cbabde9d09efa56d031535a0e95301cfcc055a71bfb1ca4a 1940 
openssl_0.9.8k-2.dsc
 2ac28c478969a94917ad5ccdc0d0dfee70fc059d3d96950714d5f94c05b75301 56115 
openssl_0.9.8k-2.diff.gz
 bf72e80feae96b94c24ff87964ce0e9f96556dc5e5442b56bec21c2b53122e73 1050408 
openssl_0.9.8k-2_amd64.deb
 f8669cc029f35834a8afba1bba8146898e9457b5a69cb395d54c587d6e16149d 982468 
libssl0.9.8_0.9.8k-2_amd64.deb
 10c84d92dc32baaeb45bc9c46ca212a747875d40371c63f26f5aca17628e53b0 638594 
libcrypto0.9.8-udeb_0.9.8k-2_amd64.udeb
 f0203c0f59f79d53768917ae7e073470a14fcd6f4b9e2a8b8dee808a3020 2267228 
libssl-dev_0.9.8k-2_amd64.deb
 050b1174b8074cbc4e2642670ad07d6e786dd2d0c357317b6902f8a0c935b381 1630962 
libssl0.9.8-dbg_0.9.8k-2_amd64.deb
Files: 
 35b916ab660bddb81608b8adc4fc57d3 1940 utils optional openssl_0.9.8k-2.dsc
 b5488d61516de26b438bd5b4408b1ba6 56115 utils optional openssl_0.9.8k-2.diff.gz
 b95c88b5301a188d8aa3f9812ad9b336 1050408 utils optional 
openssl_0.9.8k-2_amd64.deb
 0854251370131c5e3d8c1719ac8cf79f 982468 libs important 
libssl0.9.8_0.9.8k-2_amd64.deb
 4b279f2efae9b685e3451c0e0d1613b3 638594 debian-installer optional 
libcrypto0.9.8-udeb_0.9.8k-2_amd64.udeb
 0fa4d7dd3d15868a87d4ded40af62f9d 2267228 libdevel optional 
libssl-dev_0.9.8k-2_amd64.deb
 87a225d0cb82621f14c8d495bf32e95c 1630962 debug extra 
libssl0.9.8-dbg_0.9.8k-2_amd64.deb
Package-Type: udeb

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

iQIcBAEBCgAGBQJKLUwUAAoJEGpMZM6DE7Xwj/kP/1+8IE7wBVTbMXYiJL43pvyj
zLlYefQ6nfqBmD6mK0DCUJafuYPoxn1mDSpbqDviNXD1CnkxrH3yAJR3sKRLPjMO
0oHmBG42iJkMKI8u2XIW5PVtUdxWE1re1X0KdE8OHNMmNdSjSBBivj6rgez19jd4
qKS1XZeXMDZd4jP+qDCBPC1dt/v26AhF6E1+51PDyebBHuJTGAtlWsLms5Hpqbvz
4RE5R5XJAvrlZSq/rz4L92mwOACXfjCEuFPiLQTLA7kIiQTdbE4Ee+YkaqXABBdR
tSsPHQBLj0Nxb6oSEQxQSmmH+hzIkURGJKbTz3ubs+f2lRZFB0pFZpzngV0WZD9K
7AkiFVmvsPOsnqFmCyavZdIEoUk/5nC48k6cqys9XCXsgC96ayeM0c44c5h9Ok2I
L02SYAoihkxf0EhxP2cqlfuwuViEw9fPKyQ3JsbwjgZjim7HUB0Kwu3QBWT7bO4i
x9zPqJBgvEBmspN2l6/KBcD0+nbZzdL1OKmcUrkUby9YhSrStxwmGKIJ5pIIZndn
DyK727azMkfyASLSsmjuNT9RT8MgSpz5mVy3ZZPi+MK1BVtLP9n6FbcoEFhByOi6
5ymGUmayCjZa+LaxeeuaMbJQ/ZupSTkFdZg3v0E6FDQyb+PzaBmq1Io7B/S7/qXe
bqU9IK75mdEPpz7eYm/A
=CBHb
-END PGP SIGNATURE-


Accepted:
libcrypto0.9.8-udeb_0.9.8k-2_amd64.udeb
  to pool/main/o/openssl/libcrypto0.9.8-udeb_0.9.8k-2_amd64.udeb
libssl-dev_0.9.8k-2_amd64.deb
  to pool/main/o/openssl/libssl-dev_0.9.8k-2_amd64.deb
libssl0.9.8-dbg_0.9.8k-2_amd64.deb
  to pool/main/o/openssl/libssl0.9.8-dbg_0.9.8k-2_amd64.deb
libssl0.9.8_0.9.8k-2_amd64.deb
  to pool/main/o/openssl/libssl0.9.8_0.9.8k-2_amd64.deb
openssl_0.9.8k-2.diff.gz
  to pool/main/o/openssl/openssl_0.9.8k-2.diff.gz
openssl_0.9.8k-2.dsc
  to pool/main/o/openssl/openssl_0.9.8k-2.dsc
openssl_0.9.8k-2_amd64.deb
  to pool/main/o/openssl/openssl_0.9.8k-2_amd64.deb


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



Accepted libaio 0.3.107-4 (source amd64)

2009-06-08 Thread Guillem Jover
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Jun 2009 19:40:54 +0200
Source: libaio
Binary: libaio1 libaio1-udeb libaio1-dbg libaio-dev
Architecture: source amd64
Version: 0.3.107-4
Distribution: unstable
Urgency: low
Maintainer: Guillem Jover guil...@debian.org
Changed-By: Guillem Jover guil...@debian.org
Description: 
 libaio-dev - Linux kernel AIO access library - development files
 libaio1- Linux kernel AIO access library - shared library
 libaio1-dbg - Linux kernel AIO access library - debugging symbols
 libaio1-udeb - Linux kernel AIO access library - shared library (udeb)
Changes: 
 libaio (0.3.107-4) unstable; urgency=low
 .
   * Switch to debhelper compatibility level 7.
   * Use dh_prep instead of “dh_clean -k”.
   * Remove libaio1.dirs, unneeded due to dh_lintian taking care of it.
   * Run the test suite on all architectures and not only on i386.
   * Now using Standards-Version 3.8.1 (no changes needed).
   * Switch the upstream repository reference from CVS to git.
Checksums-Sha1: 
 64de3cc202f9507d798d7f862c97ce0241a93074 1197 libaio_0.3.107-4.dsc
 c39718346634b54c4fb4ff8493cb3f9bbf9f5485 9652 libaio_0.3.107-4.diff.gz
 84ef6b5c00dafaccb3ecf0a69d860b7f8cc3f3c7 7580 libaio1_0.3.107-4_amd64.deb
 23ce7e99379842458cdbc46de8bc4a8e8a6f97d2 2268 libaio1-udeb_0.3.107-4_amd64.udeb
 04f3e1bc27d640bf42a5fc05065d9156de3cca87 10144 libaio1-dbg_0.3.107-4_amd64.deb
 c3f6257ed3c783108a97bea088bab5254f4cb58f 31700 libaio-dev_0.3.107-4_amd64.deb
Checksums-Sha256: 
 01321825c3f80afc1a697fe8df2af7bd8c953a8de8ca69f4d09b79da2eb0c121 1197 
libaio_0.3.107-4.dsc
 4d1229d48f34e4bc6595521ea2c981b306072fb629d0885a82200ba26a0deb64 9652 
libaio_0.3.107-4.diff.gz
 b1fd992186e03a237aab7a57de5e64a87806882764210f1aa0b7fe7d9f289b15 7580 
libaio1_0.3.107-4_amd64.deb
 2943d6f53fed0d82bc9510d04c5e47f608382eaae97beb8fcdacf6dc4ee415e6 2268 
libaio1-udeb_0.3.107-4_amd64.udeb
 797495332d67f7d05e947d9d3563ac1a33e10766b6beeaa13ed6d0834c840706 10144 
libaio1-dbg_0.3.107-4_amd64.deb
 497a1bf3112f171861bf54a5c974f1cb0238782065b80107e8effb8aaa65decf 31700 
libaio-dev_0.3.107-4_amd64.deb
Files: 
 5ff7e14de7bad9f5192f1ce5b61a3bf2 1197 libs extra libaio_0.3.107-4.dsc
 29e1b873317c0d5e6b42427900ab2f2f 9652 libs extra libaio_0.3.107-4.diff.gz
 e34d2924a829136f3a6deb4cd26bebdc 7580 libs extra libaio1_0.3.107-4_amd64.deb
 a9898a7bea1bb1c7c8bfeefbd5c177d2 2268 debian-installer extra 
libaio1-udeb_0.3.107-4_amd64.udeb
 0a706091ea7e360bdc3d10f69ed84a16 10144 libdevel extra 
libaio1-dbg_0.3.107-4_amd64.deb
 7bc224ae21b82411d7b7370505e0a931 31700 libdevel extra 
libaio-dev_0.3.107-4_amd64.deb

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

iEYEARECAAYFAkotUT0ACgkQuW9ciZ2SjJsBdwCgp60LZhyDnWrhcY3OWhEsnPCJ
hiAAn1W7+IzAZtbE5w3osc//UDN4Dfr3
=/5DG
-END PGP SIGNATURE-


Accepted:
libaio-dev_0.3.107-4_amd64.deb
  to pool/main/liba/libaio/libaio-dev_0.3.107-4_amd64.deb
libaio1-dbg_0.3.107-4_amd64.deb
  to pool/main/liba/libaio/libaio1-dbg_0.3.107-4_amd64.deb
libaio1-udeb_0.3.107-4_amd64.udeb
  to pool/main/liba/libaio/libaio1-udeb_0.3.107-4_amd64.udeb
libaio1_0.3.107-4_amd64.deb
  to pool/main/liba/libaio/libaio1_0.3.107-4_amd64.deb
libaio_0.3.107-4.diff.gz
  to pool/main/liba/libaio/libaio_0.3.107-4.diff.gz
libaio_0.3.107-4.dsc
  to pool/main/liba/libaio/libaio_0.3.107-4.dsc


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



Accepted wings3d 1.1.2-1 (source i386)

2009-06-08 Thread Sergei Golovan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Jun 2009 22:05:41 +0400
Source: wings3d
Binary: wings3d
Architecture: source i386
Version: 1.1.2-1
Distribution: experimental
Urgency: low
Maintainer: Erlang Packagers erlang-pkg-de...@lists.berlios.de
Changed-By: Sergei Golovan sgolo...@debian.org
Description: 
 wings3d- Nendo-inspired 3D polygon mesh modeller
Changes: 
 wings3d (1.1.2-1) experimental; urgency=low
 .
   * New upstream development release.
   * Applied changes from the main wings3d branch:
 * Fixed debian/watch control file to understand release candidiates.
 * Added suggested dependencies on erlang-dialyzer and erlang-tools packages
   which can be used in Erlang shell of running Wings3D application.
 * Changed Wings3D menu icon following upstream.
 * Use renamed erlang-esdl package as a dependency instead of libsdl-erlang.
 * Remove generated vsn.mk in clean target of debian/rules.
Checksums-Sha1: 
 3f06875479d3a26c807b6337181682b27225a206 1221 wings3d_1.1.2-1.dsc
 e6df27b04c53cd0505d8d85e11ce61ce6d4e31b7 2138540 wings3d_1.1.2.orig.tar.gz
 d2d5f66e80d4548bdde64362f0072f50cd0dbc01 12787 wings3d_1.1.2-1.diff.gz
 8ed60a665358f6f97980a346b5ebc6bda97a606a 4579824 wings3d_1.1.2-1_i386.deb
Checksums-Sha256: 
 143de5d762982a36a0947715257a7dd4eb4ad8d5962844e7b1907ea406db0319 1221 
wings3d_1.1.2-1.dsc
 f12c9008cd7cfe4c46e684a018c1a8b850847b15ead4a5bf07fc56417906a995 2138540 
wings3d_1.1.2.orig.tar.gz
 12908d1ec21683bab924c7603dfc1a107110ce6ffb7745a686c683eb66c21e6d 12787 
wings3d_1.1.2-1.diff.gz
 1cbf32c0d5ffccba1922374107c33e4a47679e3fdb1cb2277a2cceb148183f2b 4579824 
wings3d_1.1.2-1_i386.deb
Files: 
 ecd594e98e286d1e45dda236c9b5cdb2 1221 graphics optional wings3d_1.1.2-1.dsc
 563ef9e675810d2d83054e81b6b263d1 2138540 graphics optional 
wings3d_1.1.2.orig.tar.gz
 16f452a617c330efac6df35e09a65a68 12787 graphics optional 
wings3d_1.1.2-1.diff.gz
 3106e5969c7b8f4567512c6d2a6c1ddf 4579824 graphics optional 
wings3d_1.1.2-1_i386.deb

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

iD8DBQFKLVRcIcdH02pGEFIRAsV0AJ9n+ZUT+S5HhvTx+u7hx9qzLiFpwQCeOxv+
ruKNuUP3n9IHVIMmj5+aKXg=
=+rj9
-END PGP SIGNATURE-


Accepted:
wings3d_1.1.2-1.diff.gz
  to pool/main/w/wings3d/wings3d_1.1.2-1.diff.gz
wings3d_1.1.2-1.dsc
  to pool/main/w/wings3d/wings3d_1.1.2-1.dsc
wings3d_1.1.2-1_i386.deb
  to pool/main/w/wings3d/wings3d_1.1.2-1_i386.deb
wings3d_1.1.2.orig.tar.gz
  to pool/main/w/wings3d/wings3d_1.1.2.orig.tar.gz


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



Accepted wings3d 1.0.1-1 (source i386)

2009-06-08 Thread Sergei Golovan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Jun 2009 22:15:09 +0400
Source: wings3d
Binary: wings3d
Architecture: source i386
Version: 1.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Erlang Packagers erlang-pkg-de...@lists.berlios.de
Changed-By: Sergei Golovan sgolo...@debian.org
Description: 
 wings3d- Nendo-inspired 3D polygon mesh modeller
Changes: 
 wings3d (1.0.1-1) unstable; urgency=low
 .
   * New upstream bugfix release.
Checksums-Sha1: 
 a6ad4a9d8e887c2b0b34250f848edad355e96cb5 1221 wings3d_1.0.1-1.dsc
 45289bce455b826d1025e5f72ee0a1bb27ff822e 2146050 wings3d_1.0.1.orig.tar.gz
 d0131a1af19fc300191b4cd3b0c2fcf108b27903 12887 wings3d_1.0.1-1.diff.gz
 a5c2ab0cc97a490280dd6455ca903f2ae1b8ba2b 4516162 wings3d_1.0.1-1_i386.deb
Checksums-Sha256: 
 c7e9d6878f046a8e2598b282245a99fd0d576c19d471a0e57b4d8339fac85d55 1221 
wings3d_1.0.1-1.dsc
 bbd5096f173bcc437488f0de70f1269a549608a366780258019ff72cc283faa7 2146050 
wings3d_1.0.1.orig.tar.gz
 816c2bbb02529272bf46785d36a9e7768107c5d78132af396bc21615f2e00df9 12887 
wings3d_1.0.1-1.diff.gz
 886ed551324d21ffdf6c08eda83892a562aa143afb3517f1084e0a547d278c9e 4516162 
wings3d_1.0.1-1_i386.deb
Files: 
 f16112f03133cb38cd022f762255ebad 1221 graphics optional wings3d_1.0.1-1.dsc
 3224b6e1e423d611b4101c52cfc4a340 2146050 graphics optional 
wings3d_1.0.1.orig.tar.gz
 97f3e361e765463fb39d45e639bfc267 12887 graphics optional 
wings3d_1.0.1-1.diff.gz
 7419d93e273a06133aec9b1551ee9fe3 4516162 graphics optional 
wings3d_1.0.1-1_i386.deb

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

iD8DBQFKLVZnIcdH02pGEFIRArKMAJ9hWxLMLWOKImUrVDE4ls5NZ8CbXwCcDpd4
+GOgu1kopyOMqqLDeOWenQs=
=wxqA
-END PGP SIGNATURE-


Accepted:
wings3d_1.0.1-1.diff.gz
  to pool/main/w/wings3d/wings3d_1.0.1-1.diff.gz
wings3d_1.0.1-1.dsc
  to pool/main/w/wings3d/wings3d_1.0.1-1.dsc
wings3d_1.0.1-1_i386.deb
  to pool/main/w/wings3d/wings3d_1.0.1-1_i386.deb
wings3d_1.0.1.orig.tar.gz
  to pool/main/w/wings3d/wings3d_1.0.1.orig.tar.gz


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



Accepted zsh-beta 4.3.10-dev-1+20090605-1 (source all)

2009-06-08 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Jun 2009 14:13:10 -0400
Source: zsh-beta
Binary: zsh-beta zsh-beta-doc zsh-beta-static
Architecture: source all
Version: 4.3.10-dev-1+20090605-1
Distribution: unstable
Urgency: low
Maintainer: Clint Adams sch...@debian.org
Changed-By: Clint Adams sch...@debian.org
Description: 
 zsh-beta   - A shell with lots of features (dev tree)
 zsh-beta-doc - zsh beta documentation - info/HTML format
 zsh-beta-static - A shell with lots of features (dev tree - static link)
Changes: 
 zsh-beta (4.3.10-dev-1+20090605-1) unstable; urgency=low
 .
   * Update to HEAD.
Checksums-Sha1: 
 2bf598de7cfd997b54bf3455e0c21de26c795eaa 1263 
zsh-beta_4.3.10-dev-1+20090605-1.dsc
 5dd777aff9ce309df76aa666ccbf04307c9ab283 2628917 
zsh-beta_4.3.10-dev-1+20090605.orig.tar.gz
 e17b1226631adb81df71337fed7cf56cdf7d0067 468542 
zsh-beta_4.3.10-dev-1+20090605-1.diff.gz
 0736ce996f83d5bda9fa9ef6062a2697fb4eb993 880472 
zsh-beta-doc_4.3.10-dev-1+20090605-1_all.deb
Checksums-Sha256: 
 9801aefacdc1b0fce0be702cf845c4fa6023bf778e7428287d440bac36965c50 1263 
zsh-beta_4.3.10-dev-1+20090605-1.dsc
 a03e867f96f9f995201af60c2f3dc354e01e9119dd182e4362327cc8ca0b5f92 2628917 
zsh-beta_4.3.10-dev-1+20090605.orig.tar.gz
 6c6e36b7194578f1f436bbae3700e6379719a1b568f850ba13482954648800d4 468542 
zsh-beta_4.3.10-dev-1+20090605-1.diff.gz
 95778714773a8f66c5125733c3bdfea1dbf1f556839913a31f86c2da50dff0b1 880472 
zsh-beta-doc_4.3.10-dev-1+20090605-1_all.deb
Files: 
 dd62a824277782c2856fe52e0219a3f1 1263 shells optional 
zsh-beta_4.3.10-dev-1+20090605-1.dsc
 bb725dbc6a014cd54dadfcd9e34daf7c 2628917 shells optional 
zsh-beta_4.3.10-dev-1+20090605.orig.tar.gz
 ca1526781f5ce596d065d32f841a3b66 468542 shells optional 
zsh-beta_4.3.10-dev-1+20090605-1.diff.gz
 84854e12c038ca08245a42e528c84bc3 880472 doc optional 
zsh-beta-doc_4.3.10-dev-1+20090605-1_all.deb

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

iEYEARECAAYFAkotXd0ACgkQ5m0u66uWM3AnIwCfZnrYBFGWFvpV7Ah0aQXJU6sw
7JQAnR2M72A5syo1dePBnI5s7DZPrR6A
=jUI1
-END PGP SIGNATURE-


Accepted:
zsh-beta-doc_4.3.10-dev-1+20090605-1_all.deb
  to pool/main/z/zsh-beta/zsh-beta-doc_4.3.10-dev-1+20090605-1_all.deb
zsh-beta_4.3.10-dev-1+20090605-1.diff.gz
  to pool/main/z/zsh-beta/zsh-beta_4.3.10-dev-1+20090605-1.diff.gz
zsh-beta_4.3.10-dev-1+20090605-1.dsc
  to pool/main/z/zsh-beta/zsh-beta_4.3.10-dev-1+20090605-1.dsc
zsh-beta_4.3.10-dev-1+20090605.orig.tar.gz
  to pool/main/z/zsh-beta/zsh-beta_4.3.10-dev-1+20090605.orig.tar.gz


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



Accepted sugar-toolkit-0.84 0.84.4-3 (source amd64)

2009-06-08 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Mon, 08 Jun 2009 20:31:11 +0200
Source: sugar-toolkit-0.84
Binary: python-sugar-toolkit-0.84
Architecture: source amd64
Version: 0.84.4-3
Distribution: unstable
Urgency: medium
Maintainer: Debian OLPC debian-olpc-de...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 python-sugar-toolkit-0.84 - Sugar graphical shell - core widgets
Changes: 
 sugar-toolkit-0.84 (0.84.4-3) unstable; urgency=medium
 .
   * Simplify dependency on python-rsvg and fallbacks to python-gnome2-
 desktop and librsvg2-common.
   * Recommend python-jarabe (not sugar-journal-activity, its
 predecessor).
   * Rewrite copyright to use DEP5 r54 proposed machine-readable format.
   * Set urgency=medium, as above are simple but important changes.
Checksums-Sha1: 
 0455586b2c33034ae035db86b88e0a3990198b17 1622 sugar-toolkit-0.84_0.84.4-3.dsc
 2996c355067f3965c7a8a056b93934da7d4f4872 23586 
sugar-toolkit-0.84_0.84.4-3.diff.gz
 b613d4c41db52149c591a803b700b537f82a567c 172042 
python-sugar-toolkit-0.84_0.84.4-3_amd64.deb
Checksums-Sha256: 
 f5a372a8b5a2c53b7bd2a02f51283f5896a3a670c4a15f8d1c0f650e79dc16cf 1622 
sugar-toolkit-0.84_0.84.4-3.dsc
 58c3cf3246df52c9ae25b3fa2ef8bd06bdffe0ff9af872c59581e412c93f9fb4 23586 
sugar-toolkit-0.84_0.84.4-3.diff.gz
 ab42dd881cb76aa2fc853410d8431cda61ebb84227847c943ae7cd7f51f74545 172042 
python-sugar-toolkit-0.84_0.84.4-3_amd64.deb
Files: 
 3a01c913788ea69b1315659a7fe5ada5 1622 python optional 
sugar-toolkit-0.84_0.84.4-3.dsc
 8bee07a304f60e007a45a8f0679bb9f5 23586 python optional 
sugar-toolkit-0.84_0.84.4-3.diff.gz
 d86cabe559058068b7d376398fb2aa1d 172042 python optional 
python-sugar-toolkit-0.84_0.84.4-3_amd64.deb

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

iEYEAREDAAYFAkotWw4ACgkQn7DbMsAkQLiZdQCfQkXvLn21fKNQdjSbLVQEcEk3
pOMAoI4LHYp5MgoAW88XQbiGIxyldHuD
=QtDX
-END PGP SIGNATURE-


Accepted:
python-sugar-toolkit-0.84_0.84.4-3_amd64.deb
  to pool/main/s/sugar-toolkit-0.84/python-sugar-toolkit-0.84_0.84.4-3_amd64.deb
sugar-toolkit-0.84_0.84.4-3.diff.gz
  to pool/main/s/sugar-toolkit-0.84/sugar-toolkit-0.84_0.84.4-3.diff.gz
sugar-toolkit-0.84_0.84.4-3.dsc
  to pool/main/s/sugar-toolkit-0.84/sugar-toolkit-0.84_0.84.4-3.dsc


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



Accepted wavemon 0.6.6-1 (source amd64)

2009-06-08 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 07 Jun 2009 22:22:33 +0200
Source: wavemon
Binary: wavemon
Architecture: source amd64
Version: 0.6.6-1
Distribution: experimental
Urgency: low
Maintainer: Rene Engelhard r...@debian.org
Changed-By: Rene Engelhard r...@debian.org
Description: 
 wavemon- Wireless Device Monitoring Application
Changes: 
 wavemon (0.6.6-1) experimental; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 d1101dd6163231e331f205b04605cf2a177861ae 1065 wavemon_0.6.6-1.dsc
 19a16f2294e429dde43af71907c861abfa36c714 114638 wavemon_0.6.6.orig.tar.gz
 f32096bf24cdfa70d63dcc349fcdc36114fe8b7f 3346 wavemon_0.6.6-1.diff.gz
 3adc0921c8c56091a199147084916e7ff158ebe7 42086 wavemon_0.6.6-1_amd64.deb
Checksums-Sha256: 
 9acf3a2817bc6330e8cc231974decb9dd544d0907bd81c7fd7803da10bed19d6 1065 
wavemon_0.6.6-1.dsc
 f664dbecffc507fd8bae9f6dcfb77d2a5494c09d1dd697fa67747b2c5a4edefa 114638 
wavemon_0.6.6.orig.tar.gz
 283c13b77d6250caa004d3d2c5288f16a108793a34c2917641f523160ddadf4e 3346 
wavemon_0.6.6-1.diff.gz
 bdab2bb679bf3ad1eccc0d849ebcbdeecbd46da33cea9b303309437c09f05980 42086 
wavemon_0.6.6-1_amd64.deb
Files: 
 db111d36e2a83d5d9caf97d098c258d2 1065 net extra wavemon_0.6.6-1.dsc
 72cfcb9add59dd1827cc4c1ab1d66158 114638 net extra wavemon_0.6.6.orig.tar.gz
 0681cc16c1672eafcc410539e33d7bad 3346 net extra wavemon_0.6.6-1.diff.gz
 62a0561f72bf08b2f424eae04bedf358 42086 net extra wavemon_0.6.6-1_amd64.deb

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

iD8DBQFKLVwm+FmQsCSK63MRAlyNAJ0Q/zoEITYh7kZi8v9RLhvrGxgfXwCcDhzS
QMpA8zb3giezL7/8FdEBk5Q=
=RPZe
-END PGP SIGNATURE-


Accepted:
wavemon_0.6.6-1.diff.gz
  to pool/main/w/wavemon/wavemon_0.6.6-1.diff.gz
wavemon_0.6.6-1.dsc
  to pool/main/w/wavemon/wavemon_0.6.6-1.dsc
wavemon_0.6.6-1_amd64.deb
  to pool/main/w/wavemon/wavemon_0.6.6-1_amd64.deb
wavemon_0.6.6.orig.tar.gz
  to pool/main/w/wavemon/wavemon_0.6.6.orig.tar.gz


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



Accepted apache2 2.2.11-6 (source i386 all)

2009-06-08 Thread Stefan Fritsch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Jun 2009 19:22:58 +0200
Source: apache2
Binary: apache2.2-common apache2.2-bin apache2-mpm-worker apache2-mpm-prefork 
apache2-mpm-event apache2-utils apache2-suexec apache2-suexec-custom apache2 
apache2-doc apache2-prefork-dev apache2-threaded-dev apache2-src apache2-dbg
Architecture: source i386 all
Version: 2.2.11-6
Distribution: unstable
Urgency: high
Maintainer: Debian Apache Maintainers debian-apa...@lists.debian.org
Changed-By: Stefan Fritsch s...@debian.org
Description: 
 apache2- Apache HTTP Server metapackage
 apache2-dbg - Apache debugging symbols
 apache2-doc - Apache HTTP Server documentation
 apache2-mpm-event - Apache HTTP Server - event driven model
 apache2-mpm-prefork - Apache HTTP Server - traditional non-threaded model
 apache2-mpm-worker - Apache HTTP Server - high speed threaded model
 apache2-prefork-dev - Apache development headers - non-threaded MPM
 apache2-src - Apache source code
 apache2-suexec - Standard suexec program for Apache 2 mod_suexec
 apache2-suexec-custom - Configurable suexec program for Apache 2 mod_suexec
 apache2-threaded-dev - Apache development headers - threaded MPM
 apache2-utils - utility programs for webservers
 apache2.2-bin - Apache HTTP Server common binary files
 apache2.2-common - Apache HTTP Server common files
Closes: 530834 532278
Changes: 
 apache2 (2.2.11-6) unstable; urgency=high
 .
   * CVE-2009-1195: mod_include allowed to bypass IncludesNoExec for Server
 Side Includes (closes: #530834).
   * Fix postinst scripts (closes: #532278).
Checksums-Sha1: 
 15e57cc9361cb003e6f6dbefed97d7b16b0e2991 1670 apache2_2.2.11-6.dsc
 1386c929ce25e51e66cab3abfca701629f1dd1e9 138556 apache2_2.2.11-6.diff.gz
 b7f3497b9a6f505bc2344ee88a4bd6e38903f5dd 1093804 
apache2.2-bin_2.2.11-6_i386.deb
 a3556b8b3d20fa148cfe4c96c78dcf22dd46826f 146404 apache2-utils_2.2.11-6_i386.deb
 e7f3509510ef6ae9b32c90712a5f0a7a9cfa7837 85368 apache2-suexec_2.2.11-6_i386.deb
 46867e24b46b3b9ba737aa83ec96a65e35a1bf20 86958 
apache2-suexec-custom_2.2.11-6_i386.deb
 a7d71ae8c42d7e5d271d5dcba9a49cf20664ff74 137742 
apache2-prefork-dev_2.2.11-6_i386.deb
 14bbb29185441dbf24e83adee0ba5cd3814ef412 138914 
apache2-threaded-dev_2.2.11-6_i386.deb
 8c19d20ac6b3b2c3a2da4da9ca290895d61fc7c0 2288638 apache2-dbg_2.2.11-6_i386.deb
 5e62965bee6d01ccde7c81895beb53f5242e35c7 269764 
apache2.2-common_2.2.11-6_all.deb
 84b627e14af587f15507d78101f2de2c709b09a5 2148 
apache2-mpm-worker_2.2.11-6_all.deb
 8f49e7ba87aca3cb4fa288e26461eb43a6f810cb 2204 
apache2-mpm-prefork_2.2.11-6_all.deb
 b7b18aa9d300f52c369dc195d1ed109caf154e72 2176 
apache2-mpm-event_2.2.11-6_all.deb
 4ef1741c2d7e833dd33b08490d912a5b311144f1 1368 apache2_2.2.11-6_all.deb
 c4031485a8005d6aa81afbb2a931d7997c833f91 2227492 apache2-doc_2.2.11-6_all.deb
 ba44556183505bc29f900d84939ed7bef98748a8 6946112 apache2-src_2.2.11-6_all.deb
Checksums-Sha256: 
 8915d21a441277817a2f643b63c3e72c5d01c9fe50919b3048af29597767166d 1670 
apache2_2.2.11-6.dsc
 482b3e8668cbbdbfa93e489c14896fbc5fab63b42648715d8325b71240c2e2ba 138556 
apache2_2.2.11-6.diff.gz
 759fdc5f087ef725242dbb8b3017fdd9b26e623a5eece98d1567dfee1dc7ef46 1093804 
apache2.2-bin_2.2.11-6_i386.deb
 b348dc7a68d10f49374a6e449cc27b3a2ad3a409e697738b5ae9885974565592 146404 
apache2-utils_2.2.11-6_i386.deb
 7ccb0677cb8c8ed4e61b680558781a726a3caadd992be977e1682eecc02b5790 85368 
apache2-suexec_2.2.11-6_i386.deb
 24112333f3c8b0a2c1e6d3e7e8b50c84d5df08ad9b121836765cb0463e63cb19 86958 
apache2-suexec-custom_2.2.11-6_i386.deb
 1142901e5ad93b5220693a2b2e70d93ef17cf179c7eead8d4b92052d4117e4b7 137742 
apache2-prefork-dev_2.2.11-6_i386.deb
 b5ba0491870bf1aee4deeecd976697c52dd15d8be04ccceae93ef7d26ba1bd3e 138914 
apache2-threaded-dev_2.2.11-6_i386.deb
 807ff503cb224fbaf1909bcc8e6e1c4ae328974643fdfd3596c06d535785dc04 2288638 
apache2-dbg_2.2.11-6_i386.deb
 c425b2c0cab633226435620ed1b06383fec89c2f66346b86aa038422d9ba0672 269764 
apache2.2-common_2.2.11-6_all.deb
 3735ff5d3093b4da25df170e06bc7533a0e3f9bac84cc0020ea0240467659549 2148 
apache2-mpm-worker_2.2.11-6_all.deb
 337c5a5139004125414d74eb16cbef932880e5b57fae4e73124da34ceec4531a 2204 
apache2-mpm-prefork_2.2.11-6_all.deb
 e38bbaebc1bba4e99da9b96303da835350f04813498b3ef280b200cd513fca83 2176 
apache2-mpm-event_2.2.11-6_all.deb
 84213b35700e30507f353038bf770df314947275b87ba32165f69d3681183969 1368 
apache2_2.2.11-6_all.deb
 93b51c6983bd7b6e89d0ea201448875f47e4b8f4756c002873c7cd69f1bad088 2227492 
apache2-doc_2.2.11-6_all.deb
 ac44f6f2b3b0e2c745fb090a7b1e3e3bd515fd31f399b725af2018823dc42748 6946112 
apache2-src_2.2.11-6_all.deb
Files: 
 b86fa17934b19e4b9f45d99517ae0832 1670 httpd optional apache2_2.2.11-6.dsc
 5356706cd3db44898c8796682bbc5991 138556 httpd optional apache2_2.2.11-6.diff.gz
 e2186d9aded9b5585c57ec520971e2d5 1093804 httpd optional 
apache2.2-bin_2.2.11-6_i386.deb
 66d03755680eeb683cbc3b66f5dcde68 146404 httpd optional 
apache2-utils_2.2.11-6_i386.deb
 

  1   2   >