Re: in cerca di un mentore

2007-03-19 Thread Stefano Canepa
Il giorno dom, 18/03/2007 alle 22.33 +0100, Marco Cabizza ha scritto:
 Il giorno dom, 18/03/2007 alle 16.56 +, Enrico Zini ha scritto:
   - Autogenerare dei file per K3B, delle ISO o cose simili con già i file
 selezionati dentro, pronti per essere masterizzati.
 
   Un'estensione per nautilus che faccia la stessa roba avrebbe abbastanza
 senso e sarebbe anche piuttosto utile.
 
E se chi avesse voglia di farla è uno studente potrebbe rientrare nelle
proposte di Gnome per Google SoC.

Ciao
sc

-- 
Stefano Canepa aka sc: [EMAIL PROTECTED]  http://www.stefanocanepa.it
Three great virtues of a programmer: laziness, impatience and hubris.
Le tre grandi virtù di un programmatore: pigrizia, impazienza e
arroganza. (Larry Wall)



signature.asc
Description: Questa è una parte del messaggio	firmata digitalmente


Re: What happened to Agnula.org (DeMuDi)?

2007-03-19 Thread Free Ekanayaka
Hi Andreas,

|--== Andreas Tille writes:

  AT On Fri, 16 Mar 2007, Tomas Nykung wrote:
  The reason I didn't recommend the OP to install Etch is that Etch is not
  ready for multimedia out of the box, most importantly there is no real
  time enabled kernel in stock Etch, and that is a _must_ when working
  with real time audio (latency).

  AT Well, if this is the case why did the people behind 64studio not
  AT maintain a kernel package that fits their needs.  I would be really
  AT astonished if there would be no possibility to maintain a package
  AT linux-image-rt (or whatever name).

I've contacted the debian-kernel team about one year ago, on behalf of
the Debian Multimedia Team [0] , and asked them about the possibility
of having such a linux-image-rt subarch.

They basically welcomed the idea but said very clearly that, before
actually doing that, we (as Debian Multimedia Team) should somehow
guarantee that we have enough forces to provide security updates for
such a kernel flavour after Etch gets released.

As I wasn't really sure that the team was able to provide security
support, I've temporary dropped the idea.

Note that this is not only a question of tweaking the kernel .config,
but also of applying a very big patch (the rt patch [1]), which can't
get included in the stock debian kernel right away, as too many
modifications are involved.

  It's of course possible to patch and compile the kernel oneself, and
  tweak the installation until it works for an audio studio or whatever,
  but it's a lot of fiddling around and Free has already done this with 64
  Studio, so why not use it? :)

  AT I'm a little bit confused that Free did so because we had several
  AT discussions in the CDD field and my impression was that his goal
  AT would be to go the integration path.  May be he changed his mind
  AT but it would be interesting if he would share his reasons to do so.

Well, A/DeMuDi stopped after our former sponsor decided to cut the
funding of the project, and not really because it was a fork of
Debian, not anymore maintainable. On the contrary almost every
improvement done within the scope of the DeMuDi project (packages, bug
fixes, tweaks, etc) has been merged back to Debian. And of course the
same is happening with 64 Studio, which is contributing in packaging
and maintaining several important audio packages, and it's fully
compatible with Debian etch.

  I haven't tried 64 Studio myself, but based on my experience with
  DeMuDi, and knowing that it's basically the same guys behind 64 Studio
  (Free) I think it must be good enough for me to dare recommend people to
  at least try it.

  AT It is fine to recommend this and everybody (especially Free ;-)) is free
  AT to use it.

Oh, if had to time do that I would be delighted! :)

Ciao,

Free


[0] http://wiki.debian.org/DebianMultimedia?highlight=%28multimedia%29
[1] http://people.redhat.com/mingo/realtime-preempt/


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



DM vs DD and security

2007-03-19 Thread Kevin Mark
Hi,
I was mulling over a 3-tiered Debian contributer system:
Debian contributer(non-software contributer)
Debian maintainer(software contributer with limited upload rights)
Debian developer(software contributer with full upload rights)
where a a DC and DM would not have access to debian.org machines.

I think the idea of limiting access to debian.org machines to DDs would
be more secure than having all DC's and DM's have access. At least that
is what I surmise. 

Then I wondered what percentage of DDs require access to debian.org
machines? 

Could anyone find out this or if not, a guestimate would be ok.

And if its large, then could this be reduced in some way by having the
more common tasks be replaced by a web frontend with password access and
leave fewer tasks that require ssh access.

-- 
|  .''`.  == Debian GNU/Linux == |   my web site:   |
| : :' :  The  Universal |mysite.verizon.net/kevin.mark/|
| `. `'  Operating System| go to counter.li.org and |
|   `-http://www.debian.org/ |be counted! #238656   |
|  my keyserver: subkeys.pgp.net | my NPO: cfsg.org |
|join the new debian-community.org to help Debian!  |


signature.asc
Description: Digital signature


future keys

2007-03-19 Thread Adam Borowski
Whee?!

While testing Etch upgrades on some old boxes, I noticed that key management
issues get worse and worse, especially if some time happens between upgrades.
Even when ignoring all users of testing, upgrades between stable releases
kind of _have_ to work well.  So, here's my idea:

Could you please generate the Lenny and perhaps even Alien keys, both
testing and stable, and stick them into debian-archive-keyring before Etch
is released?  The private keys could be, let's say, buried under a tree
in the Secretary's garden. [1]

While keeping a key that is in use safe can be a tricky issue, having a
future key stored away is something easy to do in a secure manner.  And,
when the need arises, the public keys are already distributed.

[1]. Most of less melodramatic solutions would work at least as good.
-- 
1KB // Microsoft corollary to Hanlon's razor:
//  Never attribute to stupidity what can be
//  adequately explained by malice.


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



Re: Problems packaging a kernel using cdbs

2007-03-19 Thread Goswin von Brederlow
Luis R. Rodriguez [EMAIL PROTECTED] writes:

 On 3/16/07, Roberto C. Sanchez [EMAIL PROTECTED] wrote:
 On Fri, Mar 16, 2007 at 01:50:14PM -0400, Luis R. Rodriguez wrote:
  I've seen some posts on debian-devel from a while back which indicates
  some of you (Robert Millan) you've build a kernel using cdbs. I'm

 Perhaps I misunderstand, but can't you use kernel-package?

 My goal is to actually generate a debian package which will have a
 very small x86 kernel and a very very custom initramfs (bundles of
 software) for a PXE boot environment. Kernel-package lets me build a
 debian package out of the kernel source tree, but I want to do
 something a bit different. I just looked into kernel-package's support
 for generating custom initramfs cpio archives but it really lacks
 documentation even on the source. I then checked out initramfs-tools
 but just installing this package makes it spin an generate an
 initramfs for me on /boot/ without even consulting...; then I read the
 man page for mkinitramfs and I see this:

 ---
   At  boot  time, the kernel unpacks that archive into RAM disk,
 mounts and uses it as initial root file system. All finding of the
 root device hap-
   pens in this early userspace.
 --

 initramfs is not an archive that gets put into a RAM disk, the ramdisk
 is only used by initrd... the new design of initramfs replaces that
 whole mess and takes advantage of the new tmpfs filesystem. The fact
 that the man page has it wrong doesn't make me want to touch that in
 any way.

Actualyl I think the manpage is right. The archive gets put into the
ramdisk as that is how the bootloader passes the data along.

The initramfs code then checks for the achive signature in the
ramdisk, unpacks it to tmpfs and frees the ramdisk.

That is similar to the initrd code looking at the ramdisk, finding the
gzip signature and uncompressing it into the actual rmadisk.

 Anyway -- I just tried to use make-kpkg build as the build commands
 for my kernel target and still run into the same problem. Running
 make-kpkg build manually works though. So there is something about
 using cdbs that is not letting me build the kernel right. The include
 path gets (./include) is getting ignored completely for some reason.

  Luis

Please do use make-kpkg. If you need something in kernel-package to
change for your use case (like building the initrd during compile)
then please talk to the maintainer to support this. It is a bad Idea
to duplicate the kernel building and packaging. It is bad enough
linux-2.6 source has started to do that.

MfG
Goswin


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



Re: Call for testers: reportbug-ng

2007-03-19 Thread Bastian Venthur
Am 19.03.2007 01:34 schrieb Bastian Venthur:
 Problems I'm currently aware of:
  * Getting the version of installed packages a package depends on is
slow

Which is already fixed.

  * Searching for a bugs of a package does not yet check the
source-package's bugs as well

Which is not reasonable, so I'll stick to the current behavior for now.

Example: the source package of kate is kdebase. Kate has like ~40 bugs
(including: outstanding, forwarded and resolved) kdebase has like ~1000
bugs. Obviously the user should not see all those totally unrelated bugs.

Reportbug's behavior is BTW the exact opposite it shows the bugs of the
source package, I wonder why this is?


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


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



Re: Call for testers: reportbug-ng

2007-03-19 Thread Frans Pop
On Monday 19 March 2007 12:27, Bastian Venthur wrote:
   * Searching for a bugs of a package does not yet check the
 source-package's bugs as well

 Which is not reasonable, so I'll stick to the current behavior for now.

You could make it an option: button or option Show all bugs for source 
package.


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



Re: future keys

2007-03-19 Thread Javier Fernández-Sanguino Peña
On Mon, Mar 19, 2007 at 10:49:47AM +0100, Adam Borowski wrote:
 Whee?!
 
 While testing Etch upgrades on some old boxes, I noticed that key management
 issues get worse and worse, especially if some time happens between upgrades.
 Even when ignoring all users of testing, upgrades between stable releases
 kind of _have_ to work well.  So, here's my idea:

Could you please fill an 'upgrade-report' bug describing those issues? That
way we could document them in the Release Notes (if we want to support the
upgrade paths you are using).

Regards

Javier


signature.asc
Description: Digital signature


Re: Call for votes for the Debian Project Leader Elections 2007

2007-03-19 Thread Lionel Elie Mamane
e0acebd2-71f1-4df8-ae4d-50355ad7aa81
[ 1 ] Choice 1: Wouter Verhelst
[ 9 ] Choice 2: Aigars Mahinovs
[ 5 ] Choice 3: Gustavo Franco
[ 3 ] Choice 4: Sam Hocevar
[ 4 ] Choice 5: Steve McIntyre
[ 2 ] Choice 6: Raphaël Hertzog
[ 8 ] Choice 7: Anthony Towns
[ 6 ] Choice 8: Simon Richter
[ 7 ] Choice 9: None Of The Above


signature.asc
Description: Digital signature


Re: Changelog not signed by human

2007-03-19 Thread Lionel Elie Mamane
On Fri, Mar 16, 2007 at 07:56:31PM +0100, Wouter Verhelst wrote:
 On Fri, Mar 16, 2007 at 09:27:04AM -0700, Kapil Hari Paranjape wrote:

  screen (4.0.3-0.3+b1) unstable; urgency=low

* Binary-only non-maintainer upload for i386; no source changes.
* Rebuild to fix a bug of indeterminate origin that causes screen to 
 switch

   -- Debian/i386 Build Daemon buildd_i386-saens  Tue,  6 Mar 2007 
 17:06:12 -0600

 When a binNMU is necessary, someone with appropriate access to the right
 machine will run this:

 wanna-build -b arch/build-db -d unstable -m Rebuild for the GCC10 
 transition --binNMU=1 foobar_1.2-3

 which will result in the buildd host downloading the source, adding a
 changelog entry, compiling it, and the human behind the curtains signing
 the log.

 Since the buildd host generates the changelog entry, it's only natural
 that it's also the buildd host which is listed in the changelog
 entry.

Since it is acting on behalf of the someone with appropriate access
to the right machine, and that is the person providing the rebuild
for the GCCC10 transition message, it would seem natural to me that
that's the name the changelog is signed with. After all, my changelog
entries are not signed by my Emacs or my debchange.

-- 
Lionel


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



Re: Call for testers: reportbug-ng

2007-03-19 Thread Magnus Holmgren
On Monday 19 March 2007 12:27, Bastian Venthur wrote:
 Am 19.03.2007 01:34 schrieb Bastian Venthur:
   * Searching for a bugs of a package does not yet check the
 source-package's bugs as well

 Which is not reasonable, so I'll stick to the current behavior for now.

It's not reasonable to list all bugs for the source package (including all 
bugs in all binary packages built from the same source), but it is reasonable 
to list bugs associated *only* with the source package, because those can 
affect all binary packages and are typically much fewer (but is it feasible 
to extract them?).

-- 
Magnus Holmgren[EMAIL PROTECTED]
   (No Cc of list mail needed, thanks)

  Exim is better at being younger, whereas sendmail is better for 
   Scrabble (50 point bonus for clearing your rack) -- Dave Evans


pgpgEYnWGQuLZ.pgp
Description: PGP signature


Re: Call for testers: reportbug-ng

2007-03-19 Thread Bastian Venthur
[Looks like my previous response is lost, so I'm writing it again]

Am 19.03.2007 02:39 schrieb Don Armstrong:
 On Mon, 19 Mar 2007, Bastian Venthur wrote:
  * Grepping information from HTML-code is unreliable and ugly. The BTS
should support answers in machine readable format
 
 We do, using the SOAP interface. If you want more features than it has
 currently, you need only file wishlist bugs.

Is the SOAP interface already up and running on bugs.debian.org? If yes,
is some documentation available?


Cheers,

Bastian


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


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



Re: DM vs DD and security

2007-03-19 Thread Margarita Manterola

On 3/19/07, Kevin Mark [EMAIL PROTECTED] wrote:

Then I wondered what percentage of DDs require access to debian.org
machines?


I, for myself, have used debian machines mainly for doing NMUs of bugs
in architectures which I normally wouldn't have access to.

This kind of use is difficult to anticipate, you don't know you'll
need it until you find a bug that you want to fix in that arch.

Also, the delayed queue is currently implemented as an scp to gluck,
so access to gluck is needed for that.


And if its large, then could this be reduced in some way by having the
more common tasks be replaced by a web frontend with password access and
leave fewer tasks that require ssh access.


The only other service I've used from Debian machines is madison,
which could be replaced by a front-end, yes.

--
Besos,
Marga


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



Re: DM vs DD and security

2007-03-19 Thread Loïc Minier
On Mon, Mar 19, 2007, Margarita Manterola wrote:
 The only other service I've used from Debian machines is madison,
 which could be replaced by a front-end, yes.

 I think rmadison is a public alternative.

-- 
Loïc Minier


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



Re: Problems packaging a kernel using cdbs

2007-03-19 Thread Luis R. Rodriguez

On 3/19/07, Goswin von Brederlow [EMAIL PROTECTED] wrote:

Luis R. Rodriguez [EMAIL PROTECTED] writes:

 On 3/16/07, Roberto C. Sanchez [EMAIL PROTECTED] wrote:
 On Fri, Mar 16, 2007 at 01:50:14PM -0400, Luis R. Rodriguez wrote:
  I've seen some posts on debian-devel from a while back which indicates
  some of you (Robert Millan) you've build a kernel using cdbs. I'm

 Perhaps I misunderstand, but can't you use kernel-package?

 My goal is to actually generate a debian package which will have a
 very small x86 kernel and a very very custom initramfs (bundles of
 software) for a PXE boot environment. Kernel-package lets me build a
 debian package out of the kernel source tree, but I want to do
 something a bit different. I just looked into kernel-package's support
 for generating custom initramfs cpio archives but it really lacks
 documentation even on the source. I then checked out initramfs-tools
 but just installing this package makes it spin an generate an
 initramfs for me on /boot/ without even consulting...; then I read the
 man page for mkinitramfs and I see this:

 ---
   At  boot  time, the kernel unpacks that archive into RAM disk,
 mounts and uses it as initial root file system. All finding of the
 root device hap-
   pens in this early userspace.
 --

 initramfs is not an archive that gets put into a RAM disk, the ramdisk
 is only used by initrd... the new design of initramfs replaces that
 whole mess and takes advantage of the new tmpfs filesystem. The fact
 that the man page has it wrong doesn't make me want to touch that in
 any way.

Actualyl I think the manpage is right. The archive gets put into the
ramdisk as that is how the bootloader passes the data along.

The initramfs code then checks for the achive signature in the
ramdisk, unpacks it to tmpfs and frees the ramdisk.

That is similar to the initrd code looking at the ramdisk, finding the
gzip signature and uncompressing it into the actual rmadisk.


Nope, its very wrong. You do not need ramdisk support to support
initramfs at all, we don't use ramdisk in any way. By default, meaning
its supported without regard to your .config, the cpio archive gets
packed into the kernel and later always extracted into rootfs. In fact
the entire block layer can be removed, which is required by ramdisk
support, and you will still get initramfs support, even if you want
external initramfs support (ie, grub initrd line). I have a patch
that'll allow you to get external initramfs support even if you do not
want the block layer, currently it doesn't because of the layout of
Kconfig, but its supposed to though, it works and I have tested it.


 Anyway -- I just tried to use make-kpkg build as the build commands
 for my kernel target and still run into the same problem. Running
 make-kpkg build manually works though. So there is something about
 using cdbs that is not letting me build the kernel right. The include
 path gets (./include) is getting ignored completely for some reason.

  Luis

Please do use make-kpkg. If you need something in kernel-package to
change for your use case (like building the initrd during compile)
then please talk to the maintainer to support this. It is a bad Idea
to duplicate the kernel building and packaging. It is bad enough
linux-2.6 source has started to do that.


It does not do what I want it to right now and I need to move on
quick. I've adopted my own debian/rules instead of cdbs as well.
Perhaps if I have time I'll hack on make-kpkg.

Thanks,

 Luis


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



DBus IDL

2007-03-19 Thread jacky . guillou
Hi,

I'm not sure this is the right forum for this question but...

I'm currently doing some investigation on DBus.
I have been playing with the glib and java bindings but I feel like
something is missing.
I would like to be able to create my own complex type (giving it a
name), and define some methods which use this complex type as a
parameter.

node name=/de/Services
interface name=de.MMP
annotation name=org.freedesktop.DBus.GLib.CSymbol
value=mmp_dbus/
method name=play
arg type=MyType name=arg0 direction=in /
/method
method name=stop
arg type=MyType name=arg0 direction=out /
/method
signal name=StateChanged
arg type=s name=new_state /
/signal
type name=MyType
arg type=i name=theInt direction=in /
arg type=s name=theString direction=in /
/type
/interface
/node

Is there a way to do something similar to that ?

Another question :
Why doesn't the dbus-binding-tool (glib) generate anything concerning
the signals that may be defined in the XML service description,
whereas the java stub generator does create some class for the
signals ?

Thanks

Jacky


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



Re: Call for testers: reportbug-ng

2007-03-19 Thread Don Armstrong
On Mon, 19 Mar 2007, Bastian Venthur wrote:
 [Looks like my previous response is lost, so I'm writing it again]
 
 Am 19.03.2007 02:39 schrieb Don Armstrong:
  On Mon, 19 Mar 2007, Bastian Venthur wrote:
   * Grepping information from HTML-code is unreliable and ugly. The BTS
 should support answers in machine readable format
  
  We do, using the SOAP interface. If you want more features than it has
  currently, you need only file wishlist bugs.
 
 Is the SOAP interface already up and running on bugs.debian.org?

Yes. [Well, effectively; it'll behave as if it was running there, and
it will be running there eventually.]

 If yes, is some documentation available?

See #377520; if you need more features, let me know.


Don Armstrong

-- 
There's no problem so large it can't be solved by killing the user
off, deleting their files, closing their account and reporting their
REAL earnings to the IRS.
 -- The B.O.F.H..

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


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



Re: DM vs DD and security

2007-03-19 Thread Mark Brown
On Mon, Mar 19, 2007 at 05:41:32AM -0400, Kevin Mark wrote:

 I was mulling over a 3-tiered Debian contributer system:
 Debian contributer(non-software contributer)
 Debian maintainer(software contributer with limited upload rights)
 Debian developer(software contributer with full upload rights)

You might want to have a look at the thread Developers vs Uploaders on
debian-project.  Discussions about project organisation such as this are
more appropriate for that list.

-- 
You grabbed my hand and we fell into it, like a daydream - or a fever.


signature.asc
Description: Digital signature


Re: DM vs DD and security

2007-03-19 Thread Gunnar Wolf
Kevin Mark dijo [Mon, Mar 19, 2007 at 05:41:32AM -0400]:
 Hi,
 I was mulling over a 3-tiered Debian contributer system:
 Debian contributer(non-software contributer)
 Debian maintainer(software contributer with limited upload rights)
 Debian developer(software contributer with full upload rights)
 where a a DC and DM would not have access to debian.org machines.

Umh... I don't like that much viewing this as three tiers, three
consecutive stages you progress on as if you were progressing towards
nirvana :) And, besides, you left out the voting rights part, which
is quite important as well.

 I think the idea of limiting access to debian.org machines to DDs would
 be more secure than having all DC's and DM's have access. At least that
 is what I surmise. 
 
 Then I wondered what percentage of DDs require access to debian.org
 machines? 

Umh... Looking at Marga's answer, and thinking a bit on this, maybe
the answer leads somewhere else... As she points out, we all might
need access to a @debian.org machine every now and then, to get to
some information, to update our people.debian.org information, or
whatever - Now, what about this probably over-simplified workflow?

1- Nobody has access to @d.o machines by default
2- There is a subset of @d.o machines which accept DD login
   2.1- There might even be a sub-subset which accept DM or DC
 login. Worth considering :)
3- If a DD needs access to a specific machine, (he|she|it) sends a
   GPG-signed machine-readable message requesting access to the
   specific needed machine
4- After a given time, access will be automatically revoked
   4.1- If somebody often requires access to a machine or set of
machines, (he|she|it) can request for permanently enabled
access

I think this would fit most of us quite nicely, and strongly help
prevent breakins like the ones we have suffered. What do you say?

Greetings,

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


signature.asc
Description: Digital signature


Re: Problems packaging a kernel using cdbs

2007-03-19 Thread Ben Hutchings
On Mon, 2007-03-19 at 11:26 -0400, Luis R. Rodriguez wrote:
 On 3/19/07, Goswin von Brederlow [EMAIL PROTECTED] wrote:
  Luis R. Rodriguez [EMAIL PROTECTED] writes:
snip
   initramfs is not an archive that gets put into a RAM disk, the ramdisk
   is only used by initrd... the new design of initramfs replaces that
   whole mess and takes advantage of the new tmpfs filesystem. The fact
   that the man page has it wrong doesn't make me want to touch that in
   any way.
 
  Actualyl I think the manpage is right. The archive gets put into the
  ramdisk as that is how the bootloader passes the data along.
 
  The initramfs code then checks for the achive signature in the
  ramdisk, unpacks it to tmpfs and frees the ramdisk.
 
  That is similar to the initrd code looking at the ramdisk, finding the
  gzip signature and uncompressing it into the actual rmadisk.
 
 Nope, its very wrong. You do not need ramdisk support to support
 initramfs at all, we don't use ramdisk in any way. By default, meaning
 its supported without regard to your .config, the cpio archive gets
 packed into the kernel and later always extracted into rootfs.

It's passed to the kernel at boot time just like an initrd image would
be, and while tmpfs is rather different from a Linux RAM disk, it's a
lot like the RAM disk provided by the AmigaOS and maybe some other
operating systems.  I can see that it would be more correct and perhaps
less confusing for the manual page to say tmpfs though.

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


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


Accepted zorp 3.0.8-0.3 (source all i386)

2007-03-19 Thread Steve Langasek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 18 Mar 2007 20:54:44 -0700
Source: zorp
Binary: zorp zorp-doc libzorp2 zorp-modules libzorp2-dev
Architecture: source all i386
Version: 3.0.8-0.3
Distribution: unstable
Urgency: high
Maintainer: SZALAY Attila [EMAIL PROTECTED]
Changed-By: Steve Langasek [EMAIL PROTECTED]
Description: 
 libzorp2   - The runtime library of Zorp
 libzorp2-dev - Development files needed to compile Zorp modules
 zorp   - An advanced protocol analyzing firewall
 zorp-doc   - Zorp documentation
 zorp-modules - Default proxy modules for Zorp
Closes: 413933
Changes: 
 zorp (3.0.8-0.3) unstable; urgency=high
 .
   * Non-maintainer upload.
   * High-urgency upload for RC bugfix.
   * debian/rules: Explicitly run aclocal-1.7 instead of aclocal (FTBFS with
 aclocal-1.9).
   * configure.in: Set datadir and libdir to ${prefix}/share and ${prefix}/lib.
 This is fixed upstream in version 3.0.14b with more intrusive changes in
 the build system. Note that ./configure --datadir and --libdir won't work.
 Closes: #413933
   * Thanks to Nicolas Francois for the patch.
   * Also fix the clean target to use make distclean, not just make
 clean.
   * The previous change requires setting ZORP_PACKAGE_LICENSE=gpl when
 calling configure to avoid another FTBFS.
Files: 
 1346a0e1af214547e27d376d8adcf60e 801 net optional zorp_3.0.8-0.3.dsc
 7224fded66b6b8672fb6c3fe62306c84 932330 net optional zorp_3.0.8-0.3.tar.gz
 04d337b05ffc5c8adf2ba00be64c0513 21432 doc optional zorp-doc_3.0.8-0.3_all.deb
 9d9fdda741241b375f154813e007cb6d 99354 net optional zorp_3.0.8-0.3_i386.deb
 bc84e37760a966b8163dae9bc56c6a88 25930 libdevel optional 
libzorp2-dev_3.0.8-0.3_i386.deb
 eb24b69a0987d2dd068ccb7ade2db1cd 126098 net optional 
zorp-modules_3.0.8-0.3_i386.deb
 074763c7a5fe36ce17efc99c5571a35c 80818 libs optional 
libzorp2_3.0.8-0.3_i386.deb

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

iD8DBQFF/i3lKN6ufymYLloRAp2PAKDSrF869XKYud38B7sLzNnJlJF7WACfWxK0
4uoUkp/OROMp/hZbYsMrLT0=
=zIyK
-END PGP SIGNATURE-


Accepted:
libzorp2-dev_3.0.8-0.3_i386.deb
  to pool/main/z/zorp/libzorp2-dev_3.0.8-0.3_i386.deb
libzorp2_3.0.8-0.3_i386.deb
  to pool/main/z/zorp/libzorp2_3.0.8-0.3_i386.deb
zorp-doc_3.0.8-0.3_all.deb
  to pool/main/z/zorp/zorp-doc_3.0.8-0.3_all.deb
zorp-modules_3.0.8-0.3_i386.deb
  to pool/main/z/zorp/zorp-modules_3.0.8-0.3_i386.deb
zorp_3.0.8-0.3.dsc
  to pool/main/z/zorp/zorp_3.0.8-0.3.dsc
zorp_3.0.8-0.3.tar.gz
  to pool/main/z/zorp/zorp_3.0.8-0.3.tar.gz
zorp_3.0.8-0.3_i386.deb
  to pool/main/z/zorp/zorp_3.0.8-0.3_i386.deb


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



Accepted xserver-xorg-input-evdev 1:1.1.5-1 (source i386)

2007-03-19 Thread Drew Parsons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 19:36:42 +1100
Source: xserver-xorg-input-evdev
Binary: xserver-xorg-input-evdev
Architecture: source i386
Version: 1:1.1.5-1
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Drew Parsons [EMAIL PROTECTED]
Description: 
 xserver-xorg-input-evdev - X.Org X server -- evdev input driver
Changes: 
 xserver-xorg-input-evdev (1:1.1.5-1) experimental; urgency=low
 .
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
 the user's config and log files.
   * Bump dependency on xserver-xorg-core to = 2:1.1.1-11, as previous
 versions don't have the bug script.
   * New upstream release.
 + Drop all patches, applied upstream.
   * New patch to replace ø with \(/o in the evdev(4) manpage.
   * Make debian/rules clean depend on xsfclean, to make sure that patches are
 unapplied and everything is cleaned up.
Files: 
 73be2524c4932599e7bd7c50d0f83a4a 948 x11 optional 
xserver-xorg-input-evdev_1.1.5-1.dsc
 788b824bd8e7ae5d7ce6a7cc7e089a54 351627 x11 optional 
xserver-xorg-input-evdev_1.1.5.orig.tar.gz
 e0db7d2c656b3d5443defe1f552540b7 40557 x11 optional 
xserver-xorg-input-evdev_1.1.5-1.diff.gz
 11521979f7dd3b23bf4c22d5699a04cb 33270 x11 optional 
xserver-xorg-input-evdev_1.1.5-1_i386.deb

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

iD8DBQFF/k+tts5wQWQSTkoRAuOFAJ42JnjzXjHabUPQpfdJ4YtLoDLuVQCaA1Kc
hcvXww4ogtdg42NNZC/84uk=
=NXRm
-END PGP SIGNATURE-


Accepted:
xserver-xorg-input-evdev_1.1.5-1.diff.gz
  to 
pool/main/x/xserver-xorg-input-evdev/xserver-xorg-input-evdev_1.1.5-1.diff.gz
xserver-xorg-input-evdev_1.1.5-1.dsc
  to pool/main/x/xserver-xorg-input-evdev/xserver-xorg-input-evdev_1.1.5-1.dsc
xserver-xorg-input-evdev_1.1.5-1_i386.deb
  to 
pool/main/x/xserver-xorg-input-evdev/xserver-xorg-input-evdev_1.1.5-1_i386.deb
xserver-xorg-input-evdev_1.1.5.orig.tar.gz
  to 
pool/main/x/xserver-xorg-input-evdev/xserver-xorg-input-evdev_1.1.5.orig.tar.gz


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



Accepted libapache-mod-log-sql 1.100-8 (source i386)

2007-03-19 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 28 Feb 2007 10:00:18 +
Source: libapache-mod-log-sql
Binary: libapache2-mod-log-sql-mysql libapache2-mod-log-sql 
libapache2-mod-log-sql-ssl libapache-mod-log-sql libapache2-mod-log-sql-dbi 
libapache-mod-log-sql-mysql libapache-mod-log-sql-dbi
Architecture: source i386
Version: 1.100-8
Distribution: unstable
Urgency: low
Maintainer: Thomas Goirand [EMAIL PROTECTED]
Changed-By: Thomas Goirand [EMAIL PROTECTED]
Description: 
 libapache-mod-log-sql - Use SQL to store/write your apache queries logs - Base
 libapache-mod-log-sql-dbi - Use SQL to store/write your apache queries logs - 
DBI interface
 libapache-mod-log-sql-mysql - Use SQL to store/write your apache queries logs 
- MySQL interface
 libapache2-mod-log-sql - Use SQL to store/write your apache queries logs - Base
 libapache2-mod-log-sql-dbi - Use SQL to store/write your apache queries logs - 
DBI interface
 libapache2-mod-log-sql-mysql - Use SQL to store/write your apache queries logs 
- MySQL interface
 libapache2-mod-log-sql-ssl - Use SQL to store/write your apache queries logs - 
SSL extension
Changes: 
 libapache-mod-log-sql (1.100-8) unstable; urgency=low
 .
   * There is now a check if apache returns - (dash) as the number
 of bytes sent, so it doesn't fill up your error.log with MySQL
 error messages when no bytes are sent.
Files: 
 507998d9b19c3e6d0715324d846e8d67 962 libs optional 
libapache-mod-log-sql_1.100-8.dsc
 3c00868fb02f1f0fa924c1400bbb7757 9835 libs optional 
libapache-mod-log-sql_1.100-8.diff.gz
 1b5d35a2b6cc0f8fca6800d865e3f878 64196 libs optional 
libapache-mod-log-sql_1.100-8_i386.deb
 e9a681e4c52db18cb8b4e609e08f1762 16872 libs optional 
libapache-mod-log-sql-mysql_1.100-8_i386.deb
 47c5a07db75577ff558b9f2b9324 17090 libs optional 
libapache-mod-log-sql-dbi_1.100-8_i386.deb
 28dd1d8e3aa1be392fec6f5283aaadf6 64390 libs optional 
libapache2-mod-log-sql_1.100-8_i386.deb
 efb74c9865c13e4f22759189f75b2656 16816 libs optional 
libapache2-mod-log-sql-mysql_1.100-8_i386.deb
 68b82e9fe456a2b62e88def8723e6248 17010 libs optional 
libapache2-mod-log-sql-dbi_1.100-8_i386.deb
 af5e0c862f90166b7b513615ec90f1cc 15250 libs optional 
libapache2-mod-log-sql-ssl_1.100-8_i386.deb

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

iD8DBQFF/laB+C5cwEsrK54RAgoAAJ9FLVDr/Yvz4Y7FXKjWW/XVSa75kgCgjGOH
4+eH5JyZhIS2xC3xtNLhZcI=
=1rhL
-END PGP SIGNATURE-


Accepted:
libapache-mod-log-sql-dbi_1.100-8_i386.deb
  to 
pool/main/liba/libapache-mod-log-sql/libapache-mod-log-sql-dbi_1.100-8_i386.deb
libapache-mod-log-sql-mysql_1.100-8_i386.deb
  to 
pool/main/liba/libapache-mod-log-sql/libapache-mod-log-sql-mysql_1.100-8_i386.deb
libapache-mod-log-sql_1.100-8.diff.gz
  to pool/main/liba/libapache-mod-log-sql/libapache-mod-log-sql_1.100-8.diff.gz
libapache-mod-log-sql_1.100-8.dsc
  to pool/main/liba/libapache-mod-log-sql/libapache-mod-log-sql_1.100-8.dsc
libapache-mod-log-sql_1.100-8_i386.deb
  to pool/main/liba/libapache-mod-log-sql/libapache-mod-log-sql_1.100-8_i386.deb
libapache2-mod-log-sql-dbi_1.100-8_i386.deb
  to 
pool/main/liba/libapache-mod-log-sql/libapache2-mod-log-sql-dbi_1.100-8_i386.deb
libapache2-mod-log-sql-mysql_1.100-8_i386.deb
  to 
pool/main/liba/libapache-mod-log-sql/libapache2-mod-log-sql-mysql_1.100-8_i386.deb
libapache2-mod-log-sql-ssl_1.100-8_i386.deb
  to 
pool/main/liba/libapache-mod-log-sql/libapache2-mod-log-sql-ssl_1.100-8_i386.deb
libapache2-mod-log-sql_1.100-8_i386.deb
  to 
pool/main/liba/libapache-mod-log-sql/libapache2-mod-log-sql_1.100-8_i386.deb


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



Accepted pessulus 0.10.4-2 (source all)

2007-03-19 Thread Loic Minier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 18 Mar 2007 20:02:31 +0100
Source: pessulus
Binary: pessulus
Architecture: source all
Version: 0.10.4-2
Distribution: unstable
Urgency: low
Maintainer: Guilherme de S. Pastore [EMAIL PROTECTED]
Changed-By: Loic Minier [EMAIL PROTECTED]
Description: 
 pessulus   - lockdown editor for GNOME
Changes: 
 pessulus (0.10.4-2) unstable; urgency=low
 .
   * Add a get-orig-source target to retrieve the upstream tarball.
   * Fix upstream URL in copyright.
Files: 
 afb0e94ba44de047a6ef09ece7a0d752 1474 admin optional pessulus_0.10.4-2.dsc
 9c7488ed851157829a0423708d073602 7921 admin optional pessulus_0.10.4-2.diff.gz
 214113c12d58a094b766258180350d92 59810 admin optional pessulus_0.10.4-2_all.deb

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

iD8DBQFF/Y3M4VUX8isJIMARAp7CAJ49EqKkpxrglYQEvbnj72EEMfc10ACfXMZO
uNSf0Qb4awp+36dEy+SMqd8=
=qrAt
-END PGP SIGNATURE-


Accepted:
pessulus_0.10.4-2.diff.gz
  to pool/main/p/pessulus/pessulus_0.10.4-2.diff.gz
pessulus_0.10.4-2.dsc
  to pool/main/p/pessulus/pessulus_0.10.4-2.dsc
pessulus_0.10.4-2_all.deb
  to pool/main/p/pessulus/pessulus_0.10.4-2_all.deb


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



Accepted zenity 2.14.3-2 (source i386)

2007-03-19 Thread Loic Minier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 13 Jan 2007 23:35:11 +0100
Source: zenity
Binary: zenity
Architecture: source i386
Version: 2.14.3-2
Distribution: unstable
Urgency: low
Maintainer: Ross Burton [EMAIL PROTECTED]
Changed-By: Loic Minier [EMAIL PROTECTED]
Description: 
 zenity - Display graphical dialog boxes from shell scripts
Changes: 
 zenity (2.14.3-2) unstable; urgency=low
 .
   * Fix bashism.
   * Add a get-orig-source target to retrieve the upstream tarball.
Files: 
 944ff64f4eccfc1432012cf829cf83ef 1534 gnome optional zenity_2.14.3-2.dsc
 5842405029bd2a346c68e84959b31621 3888 gnome optional zenity_2.14.3-2.diff.gz
 7768d6d1eae4a6d88938c5cdce8bbd7a 1297304 gnome optional 
zenity_2.14.3-2_i386.deb

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

iD8DBQFF/Yn04VUX8isJIMARAs/JAKCEVl9FylaYFnPTOe9NPYlhNdRFxACffrEz
4wHN9WrIZApvBlz1QXbFsHM=
=fOLz
-END PGP SIGNATURE-


Accepted:
zenity_2.14.3-2.diff.gz
  to pool/main/z/zenity/zenity_2.14.3-2.diff.gz
zenity_2.14.3-2.dsc
  to pool/main/z/zenity/zenity_2.14.3-2.dsc
zenity_2.14.3-2_i386.deb
  to pool/main/z/zenity/zenity_2.14.3-2_i386.deb


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



Accepted gnome-media 2.14.2-5 (source i386 all)

2007-03-19 Thread Loic Minier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 10:05:34 +0100
Source: gnome-media
Binary: gnome-media libgnome-media0 libgnome-media-dev gnome-media-common
Architecture: source i386 all
Version: 2.14.2-5
Distribution: unstable
Urgency: low
Maintainer: Marco Cabizza [EMAIL PROTECTED]
Changed-By: Loic Minier [EMAIL PROTECTED]
Description: 
 gnome-media - GNOME media utilities
 gnome-media-common - GNOME media utilities - common files
 libgnome-media-dev - development libraries for the GNOME media utilities
 libgnome-media0 - runtime libraries for the GNOME media utilities
Changes: 
 gnome-media (2.14.2-5) unstable; urgency=low
 .
   [ Loïc Minier ]
   * Add a get-orig-source target to retrieve the upstream tarball.
 .
   [ Marco Cabizza ]
   * Fix 10_handle-multiple-tracks-with-the-same-name to prevent a segfault
 in some audio cards (GNOME #396023).
 .
   [ Loic Minier ]
   * Update watch file to track all stable versions and to use HTTP.
   * Fix URL in copyright.
Files: 
 fc777c9a7c17202549f034fbe2bca002 1896 gnome optional gnome-media_2.14.2-5.dsc
 7a7b2cfc2b080ac6c8e18e947e254b90 15321 gnome optional 
gnome-media_2.14.2-5.diff.gz
 a4749ce452f1c437762a2865d554c0e8 2820032 gnome optional 
gnome-media-common_2.14.2-5_all.deb
 305d9f16cc320f9cad6bec0feb3bc7c9 214896 gnome optional 
gnome-media_2.14.2-5_i386.deb
 21a3704f5d22e1dbf6864e8fbec706ca 113422 gnome optional 
libgnome-media0_2.14.2-5_i386.deb
 2b342810104efc3a184b236aff209db6 75042 gnome optional 
libgnome-media-dev_2.14.2-5_i386.deb

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

iD8DBQFF/lhM4VUX8isJIMARApEGAJ0XsYf3PPl488hOaY0NqgqWymT+BQCffIrw
LnXDIkGeAacfsngOyy4N8IM=
=Sb8z
-END PGP SIGNATURE-


Accepted:
gnome-media-common_2.14.2-5_all.deb
  to pool/main/g/gnome-media/gnome-media-common_2.14.2-5_all.deb
gnome-media_2.14.2-5.diff.gz
  to pool/main/g/gnome-media/gnome-media_2.14.2-5.diff.gz
gnome-media_2.14.2-5.dsc
  to pool/main/g/gnome-media/gnome-media_2.14.2-5.dsc
gnome-media_2.14.2-5_i386.deb
  to pool/main/g/gnome-media/gnome-media_2.14.2-5_i386.deb
libgnome-media-dev_2.14.2-5_i386.deb
  to pool/main/g/gnome-media/libgnome-media-dev_2.14.2-5_i386.deb
libgnome-media0_2.14.2-5_i386.deb
  to pool/main/g/gnome-media/libgnome-media0_2.14.2-5_i386.deb


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



Accepted enemies-of-carlotta 1.2.6-1 (source all)

2007-03-19 Thread Lars Wirzenius
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 11:11:54 +0200
Source: enemies-of-carlotta
Binary: enemies-of-carlotta
Architecture: source all
Version: 1.2.6-1
Distribution: unstable
Urgency: low
Maintainer: Lars Wirzenius [EMAIL PROTECTED]
Changed-By: Lars Wirzenius [EMAIL PROTECTED]
Description: 
 enemies-of-carlotta - mailing list manager
Closes: 414903
Changes: 
 enemies-of-carlotta (1.2.6-1) unstable; urgency=low
 .
   * New upstream version. Fixes Debian bug:
 - setlistsilently fails when used from wrong address (Closes: #414903)
Files: 
 7eb3d3ce63f7e07869cc86bb197d95b3 648 mail optional 
enemies-of-carlotta_1.2.6-1.dsc
 f0edc16e86d89333117f94f0294574b1 79129 mail optional 
enemies-of-carlotta_1.2.6.orig.tar.gz
 55bd5c191cb328dc1091e7a0cbc2a4cb 4246 mail optional 
enemies-of-carlotta_1.2.6-1.diff.gz
 bb2cc55eecab25af3d6d130437cd0831 73978 mail optional 
enemies-of-carlotta_1.2.6-1_all.deb

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

iD8DBQFF/ldoH7uVvy2azI4RAr5rAJ9DidzbcrkjKHtG6476fO2uBoAyHQCfeVDe
Pz+OxhOHkzUZ2JaE81nWujI=
=dtQw
-END PGP SIGNATURE-


Accepted:
enemies-of-carlotta_1.2.6-1.diff.gz
  to pool/main/e/enemies-of-carlotta/enemies-of-carlotta_1.2.6-1.diff.gz
enemies-of-carlotta_1.2.6-1.dsc
  to pool/main/e/enemies-of-carlotta/enemies-of-carlotta_1.2.6-1.dsc
enemies-of-carlotta_1.2.6-1_all.deb
  to pool/main/e/enemies-of-carlotta/enemies-of-carlotta_1.2.6-1_all.deb
enemies-of-carlotta_1.2.6.orig.tar.gz
  to pool/main/e/enemies-of-carlotta/enemies-of-carlotta_1.2.6.orig.tar.gz


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



Accepted libgnome 2.16.0-3 (source all i386)

2007-03-19 Thread Loic Minier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 10:19:13 +0100
Source: libgnome
Binary: libgnome2-common libgnome2-0 libgnome2-doc libgnome2-dev
Architecture: source all i386
Version: 2.16.0-3
Distribution: experimental
Urgency: low
Maintainer: Ondřej Surý [EMAIL PROTECTED]
Changed-By: Loic Minier [EMAIL PROTECTED]
Description: 
 libgnome2-0 - The GNOME 2 library - runtime files
 libgnome2-common - The GNOME 2 library - common files
 libgnome2-dev - The GNOME 2 library - development files
 libgnome2-doc - The GNOME 2 library - documentation files
Changes: 
 libgnome (2.16.0-3) experimental; urgency=low
 .
   * Add a get-orig-source target to retrieve the upstream tarball.
   * Add comment in patch 03_gnome-terminal.
   * Fix URL in copyright.
   * Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; build-depend
 on cdbs = 0.4.41.
Files: 
 344557cd1bdb4532f22b66dd7d5640c6 1646 devel optional libgnome_2.16.0-3.dsc
 925e8e38031848d08c0bfe11cbbb62a2 9239 devel optional libgnome_2.16.0-3.diff.gz
 c55a579907f9e7bc02a3fbdbe2f03683 809960 libs optional 
libgnome2-common_2.16.0-3_all.deb
 06133ea52bcd4fc8d376c4ebe749d373 108628 doc optional 
libgnome2-doc_2.16.0-3_all.deb
 0403d253a23a9a04013744e6fbe6cd99 109168 libs optional 
libgnome2-0_2.16.0-3_i386.deb
 c4a47df420191a1858a936a06df5ac0a 109878 libdevel optional 
libgnome2-dev_2.16.0-3_i386.deb

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

iD8DBQFF/lfR4VUX8isJIMARAioZAJ0ULL1tN4g4QcGQtvW9nXpM8l0BEQCfVcrN
O16wqvaAkfzpQ2DO+gcyQgU=
=oE0c
-END PGP SIGNATURE-


Accepted:
libgnome2-0_2.16.0-3_i386.deb
  to pool/main/libg/libgnome/libgnome2-0_2.16.0-3_i386.deb
libgnome2-common_2.16.0-3_all.deb
  to pool/main/libg/libgnome/libgnome2-common_2.16.0-3_all.deb
libgnome2-dev_2.16.0-3_i386.deb
  to pool/main/libg/libgnome/libgnome2-dev_2.16.0-3_i386.deb
libgnome2-doc_2.16.0-3_all.deb
  to pool/main/libg/libgnome/libgnome2-doc_2.16.0-3_all.deb
libgnome_2.16.0-3.diff.gz
  to pool/main/libg/libgnome/libgnome_2.16.0-3.diff.gz
libgnome_2.16.0-3.dsc
  to pool/main/libg/libgnome/libgnome_2.16.0-3.dsc


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



Accepted localepurge 0.5.9 (source all)

2007-03-19 Thread Paul Seelig
-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Mon, 19 Mar 2007 11:01:29 +0100
Source: localepurge
Binary: localepurge
Architecture: source all
Version: 0.5.9
Distribution: unstable
Urgency: high
Maintainer: Paul Seelig [EMAIL PROTECTED]
Changed-By: Paul Seelig [EMAIL PROTECTED]
Description: 
 localepurge - Automagically remove unnecessary locale data
Closes: 412800
Changes: 
 localepurge (0.5.9) unstable; urgency=high
 .
   * First release after moving from Germany to Barcelona/Spain. :-)
 .
   * debian/po/gl.po: Galician debconf templates translation provided by
 Jacobo Tarrio. Thanks for your contribution! (closes: #412800)
 .
   * urgency=high: hoping to still see Jacobo's contribution in Etch.
Files: 
 585455043f85d9b194c43f794e572172 613 admin optional localepurge_0.5.9.dsc
 f1fe59d0f95c9b1e846ded5132b811b5 39001 admin optional localepurge_0.5.9.tar.gz
 04df0bd4c9890b5d80bc6cca25bf2b08 37876 admin optional localepurge_0.5.9_all.deb

-BEGIN PGP SIGNATURE-
Version: 2.6.3ia
Charset: latin1

iQCVAwUBRf5l9ugqiw1XE3/lAQFDLAP/UoS4fPB0o4BbO/X8rgDa0UD6PwtVQ9cT
c/nsB1XU5yQa0i1g7jEg/+XhkATAbOOeR6fIWvFS6ycukTuEQ6PMXiM02j1C+4ul
fGgoGOwYYBZFVxWTkYwGvVOpqU65uFW0gg7JNpU80Hed79M1G5+YoRabkBSBhnq9
uaKnQspyneo=
=GuUD
-END PGP SIGNATURE-


Accepted:
localepurge_0.5.9.dsc
  to pool/main/l/localepurge/localepurge_0.5.9.dsc
localepurge_0.5.9.tar.gz
  to pool/main/l/localepurge/localepurge_0.5.9.tar.gz
localepurge_0.5.9_all.deb
  to pool/main/l/localepurge/localepurge_0.5.9_all.deb


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



Accepted gnome-media 2.16.1-2 (source i386 all)

2007-03-19 Thread Loic Minier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 10:49:39 +0100
Source: gnome-media
Binary: gnome-media libgnome-media0 libgnome-media-dev gnome-media-common
Architecture: source i386 all
Version: 2.16.1-2
Distribution: experimental
Urgency: low
Maintainer: Marco Cabizza [EMAIL PROTECTED]
Changed-By: Loic Minier [EMAIL PROTECTED]
Description: 
 gnome-media - GNOME media utilities
 gnome-media-common - GNOME media utilities - common files
 libgnome-media-dev - development libraries for the GNOME media utilities
 libgnome-media0 - runtime libraries for the GNOME media utilities
Changes: 
 gnome-media (2.16.1-2) experimental; urgency=low
 .
   * Fix watch file to track stable releases and use HTTP.
   * Add a get-orig-source target to retrieve the upstream tarball.
   * Include the new check-dist Makefile to prevent accidental uploads to
 unstable; bump build-dep on gnome-pkg-tools to = 0.10.
   * Merge 2.14.2-3 up to 2.14.2-5; SVN r7774:9131.
 - Drop patch 20_pulseaudio, merged upstream.
   * Cleanups.
Files: 
 6d037594f3ff5483438df6a21d0bbe1f 1898 gnome optional gnome-media_2.16.1-2.dsc
 2e68bd54417b326e5c464199d0d35215 15019 gnome optional 
gnome-media_2.16.1-2.diff.gz
 b4715954b8b88d6c4c30fda40df1eae9 2951692 gnome optional 
gnome-media-common_2.16.1-2_all.deb
 2bbc28c0a441b59fd85700c2dd058547 215130 gnome optional 
gnome-media_2.16.1-2_i386.deb
 829318014919cb93d54b56c018f3b294 114824 gnome optional 
libgnome-media0_2.16.1-2_i386.deb
 c6e47ed53db9775a7caa849a6ec8b81b 76406 gnome optional 
libgnome-media-dev_2.16.1-2_i386.deb

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

iD8DBQFF/l5U4VUX8isJIMARAmLvAJ9IhLg/bCoIcY2dK5gWYiAxY/Z+pQCcDN8Q
3eVy6nhPOcCtmeOLRin2cTo=
=fQcU
-END PGP SIGNATURE-


Accepted:
gnome-media-common_2.16.1-2_all.deb
  to pool/main/g/gnome-media/gnome-media-common_2.16.1-2_all.deb
gnome-media_2.16.1-2.diff.gz
  to pool/main/g/gnome-media/gnome-media_2.16.1-2.diff.gz
gnome-media_2.16.1-2.dsc
  to pool/main/g/gnome-media/gnome-media_2.16.1-2.dsc
gnome-media_2.16.1-2_i386.deb
  to pool/main/g/gnome-media/gnome-media_2.16.1-2_i386.deb
libgnome-media-dev_2.16.1-2_i386.deb
  to pool/main/g/gnome-media/libgnome-media-dev_2.16.1-2_i386.deb
libgnome-media0_2.16.1-2_i386.deb
  to pool/main/g/gnome-media/libgnome-media0_2.16.1-2_i386.deb


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



Accepted slony1 1.2.8-1 (source i386 all)

2007-03-19 Thread Peter Eisentraut
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 10:23:27 +0100
Source: slony1
Binary: slony1-bin slony1-doc postgresql-8.1-slony1
Architecture: source i386 all
Version: 1.2.8-1
Distribution: unstable
Urgency: low
Maintainer: Peter Eisentraut [EMAIL PROTECTED]
Changed-By: Peter Eisentraut [EMAIL PROTECTED]
Description: 
 postgresql-8.1-slony1 - replication system for PostgreSQL
 slony1-bin - replication system for PostgreSQL
 slony1-doc - Slony-I documentation
Changes: 
 slony1 (1.2.8-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 d95ca5add0ce0ea77b7e7b26ae045d87 759 misc optional slony1_1.2.8-1.dsc
 cb0e0fcd0dade41a35afc309db0efd2c 969375 misc optional slony1_1.2.8.orig.tar.gz
 362abe0d43a94a1e4b9dbc24f1932b7c 9780 misc optional slony1_1.2.8-1.diff.gz
 079802b101aab72d25e59ce239ffcc39 558686 doc optional slony1-doc_1.2.8-1_all.deb
 32be262e48f343b1a74eaffb21ef5bfa 158156 misc optional 
slony1-bin_1.2.8-1_i386.deb
 6cd6c71ae051b4222f2aa4ffe325468b 15764 misc optional 
postgresql-8.1-slony1_1.2.8-1_i386.deb

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

iD8DBQFF/mcGTTx8oVVPtMYRAmZdAJ9Rh51aYvfRCJiaQSnINGQsBIm3lgCgj6x7
Ib/aCPyQfWpPUjiE1tVyrls=
=yP8e
-END PGP SIGNATURE-


Accepted:
postgresql-8.1-slony1_1.2.8-1_i386.deb
  to pool/main/s/slony1/postgresql-8.1-slony1_1.2.8-1_i386.deb
slony1-bin_1.2.8-1_i386.deb
  to pool/main/s/slony1/slony1-bin_1.2.8-1_i386.deb
slony1-doc_1.2.8-1_all.deb
  to pool/main/s/slony1/slony1-doc_1.2.8-1_all.deb
slony1_1.2.8-1.diff.gz
  to pool/main/s/slony1/slony1_1.2.8-1.diff.gz
slony1_1.2.8-1.dsc
  to pool/main/s/slony1/slony1_1.2.8-1.dsc
slony1_1.2.8.orig.tar.gz
  to pool/main/s/slony1/slony1_1.2.8.orig.tar.gz


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



Accepted reportbug-ng 0.2007.03.19 (source i386)

2007-03-19 Thread Bastian Venthur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 12:05:39 +0100
Source: reportbug-ng
Binary: reportbug-ng
Architecture: source i386
Version: 0.2007.03.19
Distribution: unstable
Urgency: low
Maintainer: Bastian Venthur [EMAIL PROTECTED]
Changed-By: Bastian Venthur [EMAIL PROTECTED]
Description: 
 reportbug-ng - Graphical version of the classic reportbug
Changes: 
 reportbug-ng (0.2007.03.19) unstable; urgency=low
 .
   * Added getSourceName, but don't use it for now since bugreports for source
 package reveal too many false positives (try kate and you'll get all bugs
 from kdebase)
   * Greatly improved speed while fetching version of installed packages a
 package depends on by just calling dpkg once with all packages as param
Files: 
 d6db477a8d11c8edafa36c85570dd3b6 579 utils extra reportbug-ng_0.2007.03.19.dsc
 550870b2ddab31f09141612fc3bf8247 21067 utils extra 
reportbug-ng_0.2007.03.19.tar.gz
 47743c0237446e6bdc7b13da4db8a6bf 15974 utils extra 
reportbug-ng_0.2007.03.19_i386.deb

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

iD8DBQFF/nCDmj66P/Yfc/gRAsJvAJ4wmBy1yi6b4XdoIsCWYzFgUDwaZwCfQc6+
rZPWEhNCAHP3bhZYHCoxZnU=
=tBtf
-END PGP SIGNATURE-


Accepted:
reportbug-ng_0.2007.03.19.dsc
  to pool/main/r/reportbug-ng/reportbug-ng_0.2007.03.19.dsc
reportbug-ng_0.2007.03.19.tar.gz
  to pool/main/r/reportbug-ng/reportbug-ng_0.2007.03.19.tar.gz
reportbug-ng_0.2007.03.19_i386.deb
  to pool/main/r/reportbug-ng/reportbug-ng_0.2007.03.19_i386.deb


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



Accepted marble 0.2+svn641206-2 (source i386 all)

2007-03-19 Thread Steffen Joeris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 22:39:04 +1100
Source: marble
Binary: marble marble-data
Architecture: source i386 all
Version: 0.2+svn641206-2
Distribution: experimental
Urgency: low
Maintainer: Steffen Joeris [EMAIL PROTECTED]
Changed-By: Steffen Joeris [EMAIL PROTECTED]
Description: 
 marble - generic geographical map widget
 marble-data - data files for Marble
Closes: 403223
Changes: 
 marble (0.2+svn641206-2) experimental; urgency=low
 .
   * Include without_msse.patch to make sure that the new build system
 does not use -msse as a compiler option (Closes: #403223)
Files: 
 cb71beae6858f715749e9a556192cf95 617 misc optional marble_0.2+svn641206-2.dsc
 738d8fc1e0b253050cc13fd81c3529fc 39654 misc optional 
marble_0.2+svn641206-2.diff.gz
 9e4ccf1ab407b74328a02ac95a48a8cc 6216950 misc optional 
marble-data_0.2+svn641206-2_all.deb
 0e70206c77b674f5e2c3c43a9e82f032 191322 misc optional 
marble_0.2+svn641206-2_i386.deb

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

iD8DBQFF/n1n62zWxYk/rQcRAjT9AJ9bKHlXi3+wzz/v5b+dfAUCMCRhegCfdTaQ
m6aHq8ylOy/YaaXi16MdY+0=
=Cb5i
-END PGP SIGNATURE-


Accepted:
marble-data_0.2+svn641206-2_all.deb
  to pool/main/m/marble/marble-data_0.2+svn641206-2_all.deb
marble_0.2+svn641206-2.diff.gz
  to pool/main/m/marble/marble_0.2+svn641206-2.diff.gz
marble_0.2+svn641206-2.dsc
  to pool/main/m/marble/marble_0.2+svn641206-2.dsc
marble_0.2+svn641206-2_i386.deb
  to pool/main/m/marble/marble_0.2+svn641206-2_i386.deb


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



Accepted firebird2.0 2.0.1~rc2.12855.ds1-1 (source all i386)

2007-03-19 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 13:44:19 +0200
Source: firebird2.0
Binary: firebird-utils libfbembed2 firebird2.0-dev firebird2.0-doc libfbclient2 
firebird2.0-classic firebird2.0-common firebird2.0-super firebird2.0-examples
Architecture: source all i386
Version: 2.0.1~rc2.12855.ds1-1
Distribution: experimental
Urgency: low
Maintainer: Debian Firebird Group [EMAIL PROTECTED]
Changed-By: Damyan Ivanov [EMAIL PROTECTED]
Description: 
 firebird-utils - manager for multiple Firebird utilities versions
 firebird2.0-classic - Firebird Classic Server - an RDBMS based on InterBase 
6.0 code
 firebird2.0-common - common files for firebird 2.0 servers and clients
 firebird2.0-dev - Development files for Firebird - an RDBMS based on InterBase 
6.0 
 firebird2.0-doc - Documentation files for firebird database version 2.0
 firebird2.0-examples - Examples for Firebird - an RDBMS based on InterBase 6.0 
code
 firebird2.0-super - Firebird Super Server - an RDBMS based on InterBase 6.0 
code
 libfbclient2 - Firebird client library
 libfbembed2 - Firebird embedded client/server library
Closes: 414709
Changes: 
 firebird2.0 (2.0.1~rc2.12855.ds1-1) experimental; urgency=low
 .
   * New upstream release candidate
   * Updated debian/get-orig-source.sh to match new version. Make it work with
 already downloaded .tar.bz2 too
   * Updated debian/watch to match only 2.0.* versions and strip debian ~rcX
 part
   * Disaled patches:
 powerpc - applied upstream
 amd64 - applied upstream
 sparc - unnecessary
   * Refreshed separate-file-and-sem-perms.patch
 Fixed it to actually do what was intented. Fixes FTBFS on k*bsd.
 .
   * Fix typo in debian/server-templates.master (server_in_use)
   * Fixed bashism (source - .) in functions.sh and -super.init
 Reported by Tiago Mikhael Pastorello Freire.
   * Fix -utils.wrapper to try all supported versions
   * Add Build-Depends: dpkg-dev (= 1.13.19) for those building on sarge.
 Needed by the ${binary:Version} field
   * Drop fix-pthread-detect.patch; not needed
   * re-autogen.sh
   * export ISC_PASSWORD instead of supplying it as a parameter to gsec
   * Changed my mail address
   * Stop calling debian/make-control from clean target. It must be called
 manually when control.in changes. Avoids build-time surprises
   * Added patches from CVS
 + cvs-common_classes_alloc.cpp-unaligned.patch
   Fix unaligned memory access in alloc.cpp
 + cvs-jrd.cpp-crash-on-srervices-and-conventional-api-usage.patch
   Fix crash on simultaneous access via services API and via conventional
   API
 + cvs-sparc-jrd_sort.patch - Fix alignment issues on sparc
   (closes: #414709, FTBFS on sparc)
   * Updated README.Debian with a hint how to get the repackaged source
 .
   [suggested by Tamas Tevesz]
   * Converted debian/*.sgml to unix-style line-endings.
   * Dropped shutdown init.d action
   * Separate permission-fixing code for new installs and upgrades
   * Typos and minor fixes to gsec.sgml
   * New patch: inet-trust-localhost.patch - if remote address is in loopback
 network (127/8), trust it, instead of checking gds_hosts.equiv
 + Drop support for mangling with gds_hosts.equiv and hosts.equiv
Files: 
 2cf1c5ee22c2fdb8e2aa7a914d4c424d 1048 misc optional 
firebird2.0_2.0.1~rc2.12855.ds1-1.dsc
 fb5c2adf8f418a85f89cf6db7c351e30 6851789 misc optional 
firebird2.0_2.0.1~rc2.12855.ds1.orig.tar.gz
 fd973014fc0f598825e219860481c175 383265 misc optional 
firebird2.0_2.0.1~rc2.12855.ds1-1.diff.gz
 10c0eed46fe725aeca17854b2b337e0b 380368 utils optional 
firebird-utils_2.0.1~rc2.12855.ds1-1_all.deb
 6ceee8bb6225d2ede9955378d5b35280 422978 libdevel optional 
firebird2.0-dev_2.0.1~rc2.12855.ds1-1_all.deb
 330a5ef602eb5ad1180b5f6739fe9618 521920 doc optional 
firebird2.0-examples_2.0.1~rc2.12855.ds1-1_all.deb
 1bc9a5435034ecca50b8a0f2e4935aaf 1145970 doc optional 
firebird2.0-doc_2.0.1~rc2.12855.ds1-1_all.deb
 8aacfbebf0d39f460ec244bba568e031 2794242 misc optional 
firebird2.0-super_2.0.1~rc2.12855.ds1-1_i386.deb
 58129ccef7198fddc39c39552e20b1af 1649584 misc extra 
firebird2.0-classic_2.0.1~rc2.12855.ds1-1_i386.deb
 94cb00ceb2c96e868edf9de9f78bcba1 596116 libs optional 
libfbclient2_2.0.1~rc2.12855.ds1-1_i386.deb
 b36a2d59450e94fd4aa37e3ed46c1de3 1470882 libs optional 
libfbembed2_2.0.1~rc2.12855.ds1-1_i386.deb
 09b85fe7d58e69db41dae820c5ba6e15 882540 misc optional 
firebird2.0-common_2.0.1~rc2.12855.ds1-1_i386.deb

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

iD8DBQFF/oIiHqjlqpcl9jsRAvNwAJ0TFGUgFsP44tCuxQ8kBnNarDUPbwCfcOq0
A3AXZbgffk5XtWLTL8998KY=
=tmgZ
-END PGP SIGNATURE-


Accepted:
firebird-utils_2.0.1~rc2.12855.ds1-1_all.deb
  to pool/main/f/firebird2.0/firebird-utils_2.0.1~rc2.12855.ds1-1_all.deb
firebird2.0-classic_2.0.1~rc2.12855.ds1-1_i386.deb
  to pool/main/f/firebird2.0/firebird2.0-classic_2.0.1~rc2.12855.ds1-1_i386.deb

Accepted xserver-xorg-input-joystick 1:1.1.1-1 (source i386)

2007-03-19 Thread Drew Parsons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 23:41:20 +1100
Source: xserver-xorg-input-joystick
Binary: xserver-xorg-input-joystick
Architecture: source i386
Version: 1:1.1.1-1
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Drew Parsons [EMAIL PROTECTED]
Description: 
 xserver-xorg-input-joystick - X.Org X server -- joystick input driver
Closes: 392232 412287
Changes: 
 xserver-xorg-input-joystick (1:1.1.1-1) experimental; urgency=low
 .
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
 the user's config and log files.
   * Generate the dependency on xserver-xorg-core automatically.
 .
   [ Drew Parsons ]
   * New upstream version (X11R7.2+).
 - driver now loads successfully.  Closes: #412287.
 - uses XI_PRIVATE rather than PRIVATE. Closes: #392232.
Files: 
 f0afa12b91e4bbd14b2232ea8cc58a0d 925 x11 optional 
xserver-xorg-input-joystick_1.1.1-1.dsc
 d981c657f761401145680a27e32d672d 329737 x11 optional 
xserver-xorg-input-joystick_1.1.1.orig.tar.gz
 4cc174b5fdf9de06f38ddf38a0c2e1b7 70661 x11 optional 
xserver-xorg-input-joystick_1.1.1-1.diff.gz
 0a9b94b497c2f23aa37a7fa04b5dac2b 8054 x11 optional 
xserver-xorg-input-joystick_1.1.1-1_i386.deb

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

iD8DBQFF/og0ts5wQWQSTkoRAoXfAJ9QQB03Ptcv7X+KRbMWBnaqRSH5fACcCyXa
fr5tvSbAODhtEOFltmqsPJo=
=MMXz
-END PGP SIGNATURE-


Accepted:
xserver-xorg-input-joystick_1.1.1-1.diff.gz
  to 
pool/main/x/xserver-xorg-input-joystick/xserver-xorg-input-joystick_1.1.1-1.diff.gz
xserver-xorg-input-joystick_1.1.1-1.dsc
  to 
pool/main/x/xserver-xorg-input-joystick/xserver-xorg-input-joystick_1.1.1-1.dsc
xserver-xorg-input-joystick_1.1.1-1_i386.deb
  to 
pool/main/x/xserver-xorg-input-joystick/xserver-xorg-input-joystick_1.1.1-1_i386.deb
xserver-xorg-input-joystick_1.1.1.orig.tar.gz
  to 
pool/main/x/xserver-xorg-input-joystick/xserver-xorg-input-joystick_1.1.1.orig.tar.gz


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



Accepted file 4.20-1 (source i386)

2007-03-19 Thread Michael Piefel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 14:55:46 +0100
Source: file
Binary: libmagic1 file libmagic-dev python-magic
Architecture: source i386
Version: 4.20-1
Distribution: unstable
Urgency: high
Maintainer: Michael Piefel [EMAIL PROTECTED]
Changed-By: Michael Piefel [EMAIL PROTECTED]
Description: 
 file   - Determines file type using magic numbers
 libmagic-dev - File type determination library (development)
 libmagic1  - File type determination library using magic numbers
 python-magic - Python binding for the magic library
Closes: 308394 324889 339618 345834 366986 392009 393775 394514 394523 401839 
402058 402062 409895 415362
Changes: 
 file (4.20-1) unstable; urgency=high
 .
   * New upstream version
 - Fixes supposed vulnerability in the file_fprintf in funcs.c
   (closes: #415362 and justifies urgency)
 - MPEG ADTS signedness fixed (closes: #392009)
 - Better TeX/LaTeX magic (closes: #402062)
 - Better XML mimetype magic (closes: #345834)
 - More linespacing in manpage (closes: #402058)
   * Revert URL in copyright file (see #406820), as the old one is supposed to
 be correct, even if it disappeared temporarily.
   * Fixed typo in manpage (closes: #394514)
   * Make Perl script entries consistent (closes: #394523)
   * Disable second MS Installer entry (closes: #409895)
   * Disable one-byte magic for COM (closes: #393775, #339618)
   * audio/midi mimetype (closes: #401839)
   * Enable gzip mimetype magic (closes: #324889)
   * Disabled some QuickTime entries (ASCII words, closes: #366986, #308394)
Files: 
 17a102e193d7cd5bc6c29bd17ae86244 683 utils standard file_4.20-1.dsc
 402bdb26356791bd5d277099adacc006 548393 utils standard file_4.20.orig.tar.gz
 f771950fc68189af186ff75359dabd9b 24033 utils standard file_4.20-1.diff.gz
 701521811d46f3235a402c1de57c0e51 34688 utils standard file_4.20-1_i386.deb
 422ee52caabefc1f89e7e3643f281adf 319604 libs standard libmagic1_4.20-1_i386.deb
 128c90a0c5b818f5d813e39a432c7b96 61288 libdevel optional 
libmagic-dev_4.20-1_i386.deb
 344671b12e05c1f2b9c4408029b32ef8 25012 python extra 
python-magic_4.20-1_i386.deb

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

iD8DBQFF/pn15GwONXmN2VwRAviwAJ9j4bQ+7E+Ec3oSud2FikjOd3dacgCdHp9E
5WiQFQ/99qi2+YmMyvc9bDY=
=K3D2
-END PGP SIGNATURE-


Accepted:
file_4.20-1.diff.gz
  to pool/main/f/file/file_4.20-1.diff.gz
file_4.20-1.dsc
  to pool/main/f/file/file_4.20-1.dsc
file_4.20-1_i386.deb
  to pool/main/f/file/file_4.20-1_i386.deb
file_4.20.orig.tar.gz
  to pool/main/f/file/file_4.20.orig.tar.gz
libmagic-dev_4.20-1_i386.deb
  to pool/main/f/file/libmagic-dev_4.20-1_i386.deb
libmagic1_4.20-1_i386.deb
  to pool/main/f/file/libmagic1_4.20-1_i386.deb
python-magic_4.20-1_i386.deb
  to pool/main/f/file/python-magic_4.20-1_i386.deb


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



Accepted kq 0.99.cvs20070319-1 (source i386 all)

2007-03-19 Thread Debian packages
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 12:46:31 +0100
Source: kq
Binary: kq-data kq
Architecture: source i386 all
Version: 0.99.cvs20070319-1
Distribution: unstable
Urgency: low
Maintainer: Debian allegro packages maintainers [EMAIL PROTECTED]
Changed-By: Sam Hocevar (Debian packages) [EMAIL PROTECTED]
Description: 
 kq - adventure game in the spirit of Final Fantasy
 kq-data- graphics and audio data for kq
Changes: 
 kq (0.99.cvs20070319-1) unstable; urgency=low
 .
   * New upstream snapshot.
 .
   * debian/compat:
 + Set compat to 5.
   * debian/control:
 + Added XS-Vcs-Browser field.
 .
   * debian/patches/000_scripts_in_pkglibdir.diff:
   * debian/patches/020_usr_share_games.diff:
 + Patches applied upstream. Dropped.
Files: 
 ba3f63c03e39d6e2b6d4d5aad6675fb7 890 games optional kq_0.99.cvs20070319-1.dsc
 d8393ba20a5a2361aab2ec02fd06204e 4035847 games optional 
kq_0.99.cvs20070319.orig.tar.gz
 03a358b78401d80e211d6a84d09bfdab 17188 games optional 
kq_0.99.cvs20070319-1.diff.gz
 39c584424dfa1241f5953411fcca2e97 2736390 games optional 
kq-data_0.99.cvs20070319-1_all.deb
 cd16103cf3392dd99f74001130dc09ba 228728 games optional 
kq_0.99.cvs20070319-1_i386.deb

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

iD8DBQFF/pRXfPP1rylJn2ERAvfjAJ4pjmfWHpGaqySC3OGJF9r4ZabstACbBEnU
YS1ta3W24yBA9SkOcbFspCU=
=A/pE
-END PGP SIGNATURE-


Accepted:
kq-data_0.99.cvs20070319-1_all.deb
  to pool/main/k/kq/kq-data_0.99.cvs20070319-1_all.deb
kq_0.99.cvs20070319-1.diff.gz
  to pool/main/k/kq/kq_0.99.cvs20070319-1.diff.gz
kq_0.99.cvs20070319-1.dsc
  to pool/main/k/kq/kq_0.99.cvs20070319-1.dsc
kq_0.99.cvs20070319-1_i386.deb
  to pool/main/k/kq/kq_0.99.cvs20070319-1_i386.deb
kq_0.99.cvs20070319.orig.tar.gz
  to pool/main/k/kq/kq_0.99.cvs20070319.orig.tar.gz


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



Accepted totem 2.16.6-1 (source i386 all)

2007-03-19 Thread Loic Minier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 15:33:08 +0100
Source: totem
Binary: libtotem-plparser1-dbg totem-gstreamer libtotem-plparser1 totem-mozilla 
totem-xine totem libtotem-plparser-dev
Architecture: source i386 all
Version: 2.16.6-1
Distribution: unstable
Urgency: medium
Maintainer: Sebastien Bacher [EMAIL PROTECTED]
Changed-By: Loic Minier [EMAIL PROTECTED]
Description: 
 libtotem-plparser-dev - Totem Playlist Parser library - development version
 libtotem-plparser1 - Totem Playlist Parser library - runtime version
 libtotem-plparser1-dbg - Totem Playlist Parser library - debugging version
 totem  - A simple media player for the Gnome desktop (dummy package)
 totem-gstreamer - A simple media player for the Gnome desktop based on 
gstreamer
 totem-mozilla - Totem Mozilla plugin
 totem-xine - A simple media player for the Gnome desktop based on xine
Changes: 
 totem (2.16.6-1) unstable; urgency=medium
 .
   * New upstream stable release; bug fixes and translations.
 - Drop patch 30_dlopen_noremove_dbus_glib, merged upstream.
Files: 
 3577a0155b9bfe907870a3a82507d65f 2285 gnome optional totem_2.16.6-1.dsc
 258f06e8088917cb7fb7267e31298989 2544154 gnome optional 
totem_2.16.6.orig.tar.gz
 1ad49fbe43a846d56480210ff1979249 24421 gnome optional totem_2.16.6-1.diff.gz
 7a1d87c7043aff70fdff550b25f3e44f 157878 gnome optional totem_2.16.6-1_all.deb
 f26b4a63d7fbbb8a1116c9d5b05764f0 157894 web optional 
totem-mozilla_2.16.6-1_all.deb
 9aed486966490273656a85db10c17298 2065388 gnome optional 
totem-xine_2.16.6-1_i386.deb
 06f129cc63cc02007fd531a2bf390d38 2119832 gnome optional 
totem-gstreamer_2.16.6-1_i386.deb
 d756d2fea4eb3a74dd1e981e5787d890 177766 libs optional 
libtotem-plparser1_2.16.6-1_i386.deb
 61b163789a51c8e6f9aa2b4428dfef62 179296 libdevel optional 
libtotem-plparser-dev_2.16.6-1_i386.deb
 f8b13050a13d29df02b9281a95d6ea8b 193698 libs extra 
libtotem-plparser1-dbg_2.16.6-1_i386.deb

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

iD8DBQFF/qGw4VUX8isJIMARAl6hAJ0YiS99M80EqMGH2Cq2BwyLB6QkGQCeMpxS
LBB6hQLrjoWFfM4HKYcGa68=
=t1VO
-END PGP SIGNATURE-


Accepted:
libtotem-plparser-dev_2.16.6-1_i386.deb
  to pool/main/t/totem/libtotem-plparser-dev_2.16.6-1_i386.deb
libtotem-plparser1-dbg_2.16.6-1_i386.deb
  to pool/main/t/totem/libtotem-plparser1-dbg_2.16.6-1_i386.deb
libtotem-plparser1_2.16.6-1_i386.deb
  to pool/main/t/totem/libtotem-plparser1_2.16.6-1_i386.deb
totem-gstreamer_2.16.6-1_i386.deb
  to pool/main/t/totem/totem-gstreamer_2.16.6-1_i386.deb
totem-mozilla_2.16.6-1_all.deb
  to pool/main/t/totem/totem-mozilla_2.16.6-1_all.deb
totem-xine_2.16.6-1_i386.deb
  to pool/main/t/totem/totem-xine_2.16.6-1_i386.deb
totem_2.16.6-1.diff.gz
  to pool/main/t/totem/totem_2.16.6-1.diff.gz
totem_2.16.6-1.dsc
  to pool/main/t/totem/totem_2.16.6-1.dsc
totem_2.16.6-1_all.deb
  to pool/main/t/totem/totem_2.16.6-1_all.deb
totem_2.16.6.orig.tar.gz
  to pool/main/t/totem/totem_2.16.6.orig.tar.gz


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



Accepted gnome-volume-manager 2.17.0-1 (source powerpc)

2007-03-19 Thread Sjoerd Simons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 15:26:18 +0100
Source: gnome-volume-manager
Binary: gnome-volume-manager
Architecture: source powerpc
Version: 2.17.0-1
Distribution: experimental
Urgency: low
Maintainer: Sjoerd Simons [EMAIL PROTECTED]
Changed-By: Sjoerd Simons [EMAIL PROTECTED]
Description: 
 gnome-volume-manager - GNOME daemon to auto-mount and manage media devices
Changes: 
 gnome-volume-manager (2.17.0-1) experimental; urgency=low
 .
   * New upstream release
Files: 
 957765557bb7d2ffa992c007486ac4ba 778 gnome optional 
gnome-volume-manager_2.17.0-1.dsc
 889b9d192f1ed70635c704e13baba296 474732 gnome optional 
gnome-volume-manager_2.17.0.orig.tar.gz
 9f6f2ab15335e588bf1061bd3d98c5fa 7534 gnome optional 
gnome-volume-manager_2.17.0-1.diff.gz
 e3493a9e837fa6e9eeeac5987da9ae62 430912 gnome optional 
gnome-volume-manager_2.17.0-1_powerpc.deb

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

iD8DBQFF/qHlgTd+SodosdIRAu3MAKCuVt8ndovGYxZjIloypxDDADginACg3KrL
l7yIKsZY0qShri/WISBYDZo=
=yCXp
-END PGP SIGNATURE-


Accepted:
gnome-volume-manager_2.17.0-1.diff.gz
  to pool/main/g/gnome-volume-manager/gnome-volume-manager_2.17.0-1.diff.gz
gnome-volume-manager_2.17.0-1.dsc
  to pool/main/g/gnome-volume-manager/gnome-volume-manager_2.17.0-1.dsc
gnome-volume-manager_2.17.0-1_powerpc.deb
  to pool/main/g/gnome-volume-manager/gnome-volume-manager_2.17.0-1_powerpc.deb
gnome-volume-manager_2.17.0.orig.tar.gz
  to pool/main/g/gnome-volume-manager/gnome-volume-manager_2.17.0.orig.tar.gz


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



Accepted ttf-vlgothic 20070317-1 (source all)

2007-03-19 Thread Debian-JP
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 17 Mar 2007 13:28:49 +0900
Source: ttf-vlgothic
Binary: ttf-vlgothic
Architecture: source all
Version: 20070317-1
Distribution: unstable
Urgency: low
Maintainer: Hideki Yamane (Debian-JP) [EMAIL PROTECTED]
Changed-By: Hideki Yamane (Debian-JP) [EMAIL PROTECTED]
Description: 
 ttf-vlgothic - Japanese TrueType font from Vine Linux
Changes: 
 ttf-vlgothic (20070317-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 a5242ae13b3af44ea4faa0e9b3f13a0e 604 x11 optional ttf-vlgothic_20070317-1.dsc
 a5b164d22ec9a5a5fb23c8e1f91c8334 4831489 x11 optional 
ttf-vlgothic_20070317.orig.tar.gz
 bf49a03dfc803b3115741b3c25583f9c 5548 x11 optional 
ttf-vlgothic_20070317-1.diff.gz
 12dd9d9a09bc88ea04b904c58374d826 4826696 x11 optional 
ttf-vlgothic_20070317-1_all.deb

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

iD8DBQFF/qTV2Dd9TugeVcERAmDLAJwJhDT/PtiNXqSqyUQk6LSaJ2QSGACeJ5lE
J0Cc+t/BvScnraSS0BOzTsA=
=KvMV
-END PGP SIGNATURE-


Accepted:
ttf-vlgothic_20070317-1.diff.gz
  to pool/main/t/ttf-vlgothic/ttf-vlgothic_20070317-1.diff.gz
ttf-vlgothic_20070317-1.dsc
  to pool/main/t/ttf-vlgothic/ttf-vlgothic_20070317-1.dsc
ttf-vlgothic_20070317-1_all.deb
  to pool/main/t/ttf-vlgothic/ttf-vlgothic_20070317-1_all.deb
ttf-vlgothic_20070317.orig.tar.gz
  to pool/main/t/ttf-vlgothic/ttf-vlgothic_20070317.orig.tar.gz


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



Accepted guessnet 0.42-1 (source amd64)

2007-03-19 Thread Enrico Zini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 15:00:13 +
Source: guessnet
Binary: guessnet
Architecture: source amd64
Version: 0.42-1
Distribution: unstable
Urgency: high
Maintainer: [EMAIL PROTECTED]
Changed-By: Enrico Zini [EMAIL PROTECTED]
Description: 
 guessnet   - Guess which LAN a network device is connected to
Closes: 400866
Changes: 
 guessnet (0.42-1) unstable; urgency=high
 .
   * Remove throw() handlers to allow the new strange new exception raised by
 thread cancellation to do its job.  Closes: #400866.
   * Urgency is high as this bug makes guessnet mostly unusable.  Changes since
 0.41-1 have been kept to a minimum.
Files: 
 ec4930b8178603e53e8cb4a0ae4d91b9 731 net optional guessnet_0.42-1.dsc
 82ffe1a3fab09a2927b1eed2d4c1b044 195971 net optional guessnet_0.42-1.tar.gz
 cfadf16a7f11d8784891e33e547c880d 298892 net optional guessnet_0.42-1_amd64.deb

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

iD8DBQFF/qm59LSwzHl+v6sRAjx3AJ9e/KHxe9+W0+O/YaSejU5+qp8JqgCeIdWx
Utm07cA413KaW9/ovb/6w+A=
=+SaL
-END PGP SIGNATURE-


Accepted:
guessnet_0.42-1.dsc
  to pool/main/g/guessnet/guessnet_0.42-1.dsc
guessnet_0.42-1.tar.gz
  to pool/main/g/guessnet/guessnet_0.42-1.tar.gz
guessnet_0.42-1_amd64.deb
  to pool/main/g/guessnet/guessnet_0.42-1_amd64.deb


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



Accepted zsh-beta 4.3.2-dev-1+20070319-1 (source all)

2007-03-19 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 10:11:58 -0400
Source: zsh-beta
Binary: zsh-beta-static zsh-beta-doc zsh-beta
Architecture: source all
Version: 4.3.2-dev-1+20070319-1
Distribution: unstable
Urgency: low
Maintainer: Clint Adams [EMAIL PROTECTED]
Changed-By: Clint Adams [EMAIL PROTECTED]
Description: 
 zsh-beta   - A shell with lots of features (dev tree)
 zsh-beta-doc - zsh beta documentation - info/HTML format
Changes: 
 zsh-beta (4.3.2-dev-1+20070319-1) unstable; urgency=low
 .
   * Update to HEAD.
Files: 
 2e87b3e28da7b915ee830a6f4f0d6da9 788 shells optional 
zsh-beta_4.3.2-dev-1+20070319-1.dsc
 359dfbc3928d66fd18f6b711ee5562dd 2709932 shells optional 
zsh-beta_4.3.2-dev-1+20070319.orig.tar.gz
 b21281ad987ce30cc7fe072b2fffd9e8 381891 shells optional 
zsh-beta_4.3.2-dev-1+20070319-1.diff.gz
 7ec41b34698d64fcf96266f4dc3ae3ae 759070 doc optional 
zsh-beta-doc_4.3.2-dev-1+20070319-1_all.deb

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

iD8DBQFF/qwx5m0u66uWM3ARAkfDAKClizhY1F/EXqOqqlKCRk8oBEU/OgCg1Otb
oO1+BTaswBg4j/e4OUZDZDA=
=45C4
-END PGP SIGNATURE-


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


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



Accepted python-pam 0.4.2-12 (source i386)

2007-03-19 Thread Dima Barsky
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 15:51:05 +
Source: python-pam
Binary: python-pam
Architecture: source i386
Version: 0.4.2-12
Distribution: unstable
Urgency: low
Maintainer: Dima Barsky [EMAIL PROTECTED]
Changed-By: Dima Barsky [EMAIL PROTECTED]
Description: 
 python-pam - A Python interface to the PAM library
Closes: 415377
Changes: 
 python-pam (0.4.2-12) unstable; urgency=low
 .
   * Added Build-Depends: python2.5-dev (Closes: #415377)
Files: 
 a26d3aaf3a611e30a13e316e0f36a792 563 python optional python-pam_0.4.2-12.dsc
 e6e78959da5482b9a1aea1171589dd16 15115 python optional 
python-pam_0.4.2-12.tar.gz
 ee8120719f00c052b6885e17b379820b 12850 python optional 
python-pam_0.4.2-12_i386.deb

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

iD8DBQFF/rHUNfye6peqM9YRAgrFAJ9f2t47eUq/yVsRSabGoBbkLD+7SACgtKJE
Pv2bEJooRui0haJTLR+5Ppw=
=l2gt
-END PGP SIGNATURE-


Accepted:
python-pam_0.4.2-12.dsc
  to pool/main/p/python-pam/python-pam_0.4.2-12.dsc
python-pam_0.4.2-12.tar.gz
  to pool/main/p/python-pam/python-pam_0.4.2-12.tar.gz
python-pam_0.4.2-12_i386.deb
  to pool/main/p/python-pam/python-pam_0.4.2-12_i386.deb


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



Accepted fakeroot 1.6.5 (source i386)

2007-03-19 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 11:20:58 -0400
Source: fakeroot
Binary: fakeroot
Architecture: source i386
Version: 1.6.5
Distribution: unstable
Urgency: low
Maintainer: Clint Adams [EMAIL PROTECTED]
Changed-By: Clint Adams [EMAIL PROTECTED]
Description: 
 fakeroot   - Gives a fake root environment
Changes: 
 fakeroot (1.6.5) unstable; urgency=low
 .
   * Remove setuid fake libraries and README.fake explanation.
Files: 
 cfd54e6f5db7d2a331aafcc394f6d798 704 utils optional fakeroot_1.6.5.dsc
 8912fe0f58cd26ea16873ac1acd0b9f4 391600 utils optional fakeroot_1.6.5.tar.gz
 d33ca69d56335c230216de551bc5f40d 100726 utils optional fakeroot_1.6.5_i386.deb

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

iD8DBQFF/rV95m0u66uWM3ARAq14AKCZfIqzyCddsVi6iEm6ug018d44fgCfUppI
1ETmnMpPnbUX8reHWyoIiuE=
=RJBR
-END PGP SIGNATURE-


Accepted:
fakeroot_1.6.5.dsc
  to pool/main/f/fakeroot/fakeroot_1.6.5.dsc
fakeroot_1.6.5.tar.gz
  to pool/main/f/fakeroot/fakeroot_1.6.5.tar.gz
fakeroot_1.6.5_i386.deb
  to pool/main/f/fakeroot/fakeroot_1.6.5_i386.deb


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



Accepted beast 0.6.6-8 (source i386)

2007-03-19 Thread Debian packages
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 16:35:26 +0100
Source: beast
Binary: beast
Architecture: source i386
Version: 0.6.6-8
Distribution: unstable
Urgency: high
Maintainer: Sam Hocevar (Debian packages) [EMAIL PROTECTED]
Changed-By: Sam Hocevar (Debian packages) [EMAIL PROTECTED]
Description: 
 beast  - music synthesis and composition framework
Changes: 
 beast (0.6.6-8) unstable; urgency=high
 .
   * debian/control:
 + Added Vcs fields.
 .
   * debian/patches/011_suidmain_CVE-2006-2916_CVE-2006-4447.diff:
 + Security fix for a vulnerability in the suid wrappers similar to the
   ones found in CVE-2006-2916 and CVE-2006-4447.
   * debian/patches/012_gslice_corruption.diff:
 + Patch from upstream to fix a memory corruption caused by a Glist/GSlist
   confusion.
Files: 
 c4e2642510383bb518d23a1f78ee9e2c 962 gnome extra beast_0.6.6-8.dsc
 b9a5fa811ac679f1bb1dc66fc7264c3a 10887 gnome extra beast_0.6.6-8.diff.gz
 a444a2be3804feb74a485cc96a3ecdfb 4257550 gnome extra beast_0.6.6-8_i386.deb

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

iD8DBQFF/rRRfPP1rylJn2ERAqJDAKCsjSfNTevMYJMBGqOV/asQ/TAQ0gCePYp3
efGkiSVFlCuoGARHo3S5XwE=
=AGua
-END PGP SIGNATURE-


Accepted:
beast_0.6.6-8.diff.gz
  to pool/main/b/beast/beast_0.6.6-8.diff.gz
beast_0.6.6-8.dsc
  to pool/main/b/beast/beast_0.6.6-8.dsc
beast_0.6.6-8_i386.deb
  to pool/main/b/beast/beast_0.6.6-8_i386.deb


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



Accepted dtc 0.25.2-1 (source all)

2007-03-19 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed,  7 Mar 2007 09:19:42 +
Source: dtc
Binary: dtc-postfix-courier dtc-toaster dtc dtc-common
Architecture: source all
Version: 0.25.2-1
Distribution: unstable
Urgency: low
Maintainer: Thomas Goirand [EMAIL PROTECTED]
Changed-By: Thomas Goirand [EMAIL PROTECTED]
Description: 
 dtc- web control panel for admin and accounting hosting services
 dtc-common - web control panel for admin and accounting hosting services (comm
 dtc-postfix-courier - web control panel for admin and accounting hosting 
services (more
 dtc-toaster - web control panel for admin and accounting hosting services (meta
Closes: 414465 414466 414467 414468 414469 414474 414475 414476 414478 414479 
414484 415071
Changes: 
 dtc (0.25.2-1) unstable; urgency=low
 .
   * New upstream version (including minor bugs removal).
   * Changed priority from optional to extra as this was producing
 some warning in the debian tracking system.
   * Added pt.po portuguese translation for debconf messages thanks to
 Ricardo Silva [EMAIL PROTECTED] (Closes: #415071).
   * All the db_input calls uses now || true so it also works with the
 set -e directive in the config script (see master.config).
   * createChrootTemplate is not called durring the postinst anymore,
 but now done in the userland install script (Closes: #414465)
   * README.Debian is less agressive about the policy (Closes: #414469)
   * Postinst checks for existance of /proc/net/dev before using it to
 check the interface names (Closes: #414468)
   * conf_report_setup is set to false as default (Closes: #414467)
   * Now searches for htpasswd or htpasswd2 with which instead of using
 cascading if [ -e /path (Closes: #414466)
   * Finish install script reduced to one unique line (Closes: #414474)
   * The installer doesn't use set +e anymore and uses || true when it's
 needed instead (Closes: #414479)
   * Not using $var but $var in the config script as it could be confusing
 some people reading the script not used to read it (Closes: #414478)
   * dtc-chroot-shell is now setup in the package itself, not generated
 anymore by the installer (Closes: #414475)
   * Now using lsb-release to check for debian release name (Closes: #414476).
 to check if the package is using Sarge (this part is now commented, but
 will stay in the code as it's more easy to for us to manage it). It does
 not ask for changing the MySQL root password any more (Closes: #414484).
Files: 
 194f05d85136b056ceecf354d5ff11d5 606 admin extra dtc_0.25.2-1.dsc
 505c1fab38a28e1ed085933a475e51bc 10614012 admin extra dtc_0.25.2.orig.tar.gz
 afab6a93ff0fb3e1ebf8f1538f38718a 30851 admin extra dtc_0.25.2-1.diff.gz
 f09114729874ced047df09f78b9ca879 9933050 admin extra 
dtc-common_0.25.2-1_all.deb
 b552e2caa28dc1995cde4747a0a158bc 33378 admin extra dtc_0.25.2-1_all.deb
 d895734c0ec692ba2ad4c8a3e8fe636a 33296 admin extra 
dtc-postfix-courier_0.25.2-1_all.deb
 a769dcc72554e4c269b1066b80fd7dc9 20156 admin extra dtc-toaster_0.25.2-1_all.deb

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

iD8DBQFF/rh0+C5cwEsrK54RAhtUAJ0ctq+3pqCsoAElEoEAGWmRQLPi3ACgqP7W
r3oNz9xS4hJj7XvfxPg+Zyk=
=LJ0b
-END PGP SIGNATURE-


Accepted:
dtc-common_0.25.2-1_all.deb
  to pool/main/d/dtc/dtc-common_0.25.2-1_all.deb
dtc-postfix-courier_0.25.2-1_all.deb
  to pool/main/d/dtc/dtc-postfix-courier_0.25.2-1_all.deb
dtc-toaster_0.25.2-1_all.deb
  to pool/main/d/dtc/dtc-toaster_0.25.2-1_all.deb
dtc_0.25.2-1.diff.gz
  to pool/main/d/dtc/dtc_0.25.2-1.diff.gz
dtc_0.25.2-1.dsc
  to pool/main/d/dtc/dtc_0.25.2-1.dsc
dtc_0.25.2-1_all.deb
  to pool/main/d/dtc/dtc_0.25.2-1_all.deb
dtc_0.25.2.orig.tar.gz
  to pool/main/d/dtc/dtc_0.25.2.orig.tar.gz


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



Accepted simplejson 1.7-1 (source all)

2007-03-19 Thread Piotr Ożarowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 17:43:17 +0100
Source: simplejson
Binary: python-simplejson
Architecture: source all
Version: 1.7-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team [EMAIL PROTECTED]
Changed-By: Piotr Ożarowski [EMAIL PROTECTED]
Description: 
 python-simplejson - Simple, fast, extensible JSON encoder/decoder for Python
Changes: 
 simplejson (1.7-1) unstable; urgency=low
 .
   * New upstream release
   * Changed maintainer address to debian.org
Files: 
 28737462623d700388e03b60d389f6c5 977 python optional simplejson_1.7-1.dsc
 1e8866f758ef8e7d5fe6ebeb1b26e4eb 59806 python optional 
simplejson_1.7.orig.tar.gz
 690c54e12c4203e251be08e8ba63e52b 2937 python optional simplejson_1.7-1.diff.gz
 c0eed522376628ba3a7eb48bfd80dab3 54702 python optional 
python-simplejson_1.7-1_all.deb

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

iD8DBQFF/sDwB01zfu119ZkRAtFWAJ9c0zEV9xzRXJbKMr+E8JwlAE6AmACeJUVH
t78P+ohCwLPx2Iq/fDyFCXk=
=Cik0
-END PGP SIGNATURE-


Accepted:
python-simplejson_1.7-1_all.deb
  to pool/main/s/simplejson/python-simplejson_1.7-1_all.deb
simplejson_1.7-1.diff.gz
  to pool/main/s/simplejson/simplejson_1.7-1.diff.gz
simplejson_1.7-1.dsc
  to pool/main/s/simplejson/simplejson_1.7-1.dsc
simplejson_1.7.orig.tar.gz
  to pool/main/s/simplejson/simplejson_1.7.orig.tar.gz


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



Accepted reportbug-ng 0.2007.03.19.2 (source i386)

2007-03-19 Thread Bastian Venthur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 17:55:50 +0100
Source: reportbug-ng
Binary: reportbug-ng
Architecture: source i386
Version: 0.2007.03.19.2
Distribution: unstable
Urgency: low
Maintainer: Bastian Venthur [EMAIL PROTECTED]
Changed-By: Bastian Venthur [EMAIL PROTECTED]
Description: 
 reportbug-ng - Graphical version of the classic reportbug
Closes: 415442
Changes: 
 reportbug-ng (0.2007.03.19.2) unstable; urgency=low
 .
   * Finally got mutt running (Closes: #415442)
 Thanks Gregor Herrmann for sending the patch!
   * Improved handling of sylpheed and sylpheed-claws
Files: 
 02e693116ed8671b7498af022fb18f6b 583 utils extra 
reportbug-ng_0.2007.03.19.2.dsc
 e6d485ac4fb526e6bcb33084e175a94a 21189 utils extra 
reportbug-ng_0.2007.03.19.2.tar.gz
 713b94e411348244e351e69e56fa6d9c 16146 utils extra 
reportbug-ng_0.2007.03.19.2_i386.deb

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

iD8DBQFF/sHomj66P/Yfc/gRAp3oAJ9TMTM71c5he9JMiFzyi0vZNUa5DQCcCLC3
w8tr9J76lZP73kWK6DyGI7s=
=nIW3
-END PGP SIGNATURE-


Accepted:
reportbug-ng_0.2007.03.19.2.dsc
  to pool/main/r/reportbug-ng/reportbug-ng_0.2007.03.19.2.dsc
reportbug-ng_0.2007.03.19.2.tar.gz
  to pool/main/r/reportbug-ng/reportbug-ng_0.2007.03.19.2.tar.gz
reportbug-ng_0.2007.03.19.2_i386.deb
  to pool/main/r/reportbug-ng/reportbug-ng_0.2007.03.19.2_i386.deb


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



Accepted gnome-applets 2.14.3-5 (source i386 all)

2007-03-19 Thread Loic Minier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 18:19:29 +0100
Source: gnome-applets
Binary: gnome-applets-data gnome-applets-dbg gnome-applets gnome-applets-dev
Architecture: source i386 all
Version: 2.14.3-5
Distribution: unstable
Urgency: high
Maintainer: Guilherme de S. Pastore [EMAIL PROTECTED]
Changed-By: Loic Minier [EMAIL PROTECTED]
Description: 
 gnome-applets - Various applets for GNOME 2 panel - binary files
 gnome-applets-data - Various applets for GNOME 2 panel - data files
 gnome-applets-dbg - Various applets for GNOME 2 panel - binary files with 
debugging s
 gnome-applets-dev - Various applets for GNOME 2 panel - development files
Closes: 415315
Changes: 
 gnome-applets (2.14.3-5) unstable; urgency=high
 .
   * Add a get-orig-source target to retrieve the upstream tarball.
   * Fix upstream packaging to ship gweather/Locations.xml.in; closes: #415315.
 - New patch, 06_gweather-dist-fixes, fixes gweather/Makefile.am to dist
   the Locations.xml.in and adds Locations.xml.in from upstream's SVN,
   gnome-2-14 branch; GNOME #419863.
 - New patch, 07_automake, result of an automake-1.8 run.
 - Update patch 08_gweather_locations to patch Locations.xml.in instead of
   Locations.xml.
Files: 
 8028a93c834aea7416fc003a5e3ebb31 2313 gnome optional gnome-applets_2.14.3-5.dsc
 8df5b77ac74ebd1cfd7c086605cb8a85 202476 gnome optional 
gnome-applets_2.14.3-5.diff.gz
 b6dbc2a0b6227cbef95a31a5a7977793 5448162 gnome optional 
gnome-applets-data_2.14.3-5_all.deb
 0087d68f49eda76749af4dbde6c3c0a2 410088 gnome optional 
gnome-applets_2.14.3-5_i386.deb
 3146eda9ae335d7c5615ee776251dade 842802 gnome extra 
gnome-applets-dbg_2.14.3-5_i386.deb
 dd68fe48c6552a73e0e8753c124d0cd7 127212 gnome optional 
gnome-applets-dev_2.14.3-5_i386.deb

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

iD8DBQFF/spJ4VUX8isJIMARAgpeAJ4zmlpVzAKHsQECSR9oB0Jy2HVzwACgpck7
VZ+j5qodK0D/M8KcerbAxXk=
=wMIb
-END PGP SIGNATURE-


Accepted:
gnome-applets-data_2.14.3-5_all.deb
  to pool/main/g/gnome-applets/gnome-applets-data_2.14.3-5_all.deb
gnome-applets-dbg_2.14.3-5_i386.deb
  to pool/main/g/gnome-applets/gnome-applets-dbg_2.14.3-5_i386.deb
gnome-applets-dev_2.14.3-5_i386.deb
  to pool/main/g/gnome-applets/gnome-applets-dev_2.14.3-5_i386.deb
gnome-applets_2.14.3-5.diff.gz
  to pool/main/g/gnome-applets/gnome-applets_2.14.3-5.diff.gz
gnome-applets_2.14.3-5.dsc
  to pool/main/g/gnome-applets/gnome-applets_2.14.3-5.dsc
gnome-applets_2.14.3-5_i386.deb
  to pool/main/g/gnome-applets/gnome-applets_2.14.3-5_i386.deb


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



Accepted dwm 3.8-3 (source i386)

2007-03-19 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 19:41:00 +0100
Source: dwm
Binary: dwm
Architecture: source i386
Version: 3.8-3
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 dwm- dynamic window manager
Changes: 
 dwm (3.8-3) unstable; urgency=low
 .
   * Removed left-over from alternative config.
Files: 
 dade7e86f9b00bce8d5b07b5011719b0 566 x11 optional dwm_3.8-3.dsc
 a9ce7d9fe1547d985f306ffe7ab3a097 5638 x11 optional dwm_3.8-3.diff.gz
 382ba9d3642540a5a6d68c1761c1ab97 26220 x11 optional dwm_3.8-3_i386.deb

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

iD8DBQFF/tmc+C5cwEsrK54RAnBVAKDUyDPVqnjEEdyyg8PkyxY8o1sG8QCfTyBf
b7D1OWP/Ah8Yp2e39zfYRe8=
=7kfP
-END PGP SIGNATURE-


Accepted:
dwm_3.8-3.diff.gz
  to pool/main/d/dwm/dwm_3.8-3.diff.gz
dwm_3.8-3.dsc
  to pool/main/d/dwm/dwm_3.8-3.dsc
dwm_3.8-3_i386.deb
  to pool/main/d/dwm/dwm_3.8-3_i386.deb


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



Accepted installation-guide 20070319 (source all)

2007-03-19 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 15:00:12 +0100
Source: installation-guide
Binary: installation-guide-powerpc installation-guide-amd64 
installation-guide-s390 installation-guide-ia64 installation-guide-mipsel 
installation-guide-arm installation-guide-mips installation-guide-sparc 
installation-guide-alpha installation-guide-i386 installation-guide-hppa
Architecture: source all
Version: 20070319
Distribution: unstable
Urgency: low
Maintainer: Frans Pop [EMAIL PROTECTED]
Changed-By: Frans Pop [EMAIL PROTECTED]
Description: 
 installation-guide-alpha - Debian installation guide
 installation-guide-amd64 - Debian installation guide
 installation-guide-arm - Debian installation guide
 installation-guide-hppa - Debian installation guide
 installation-guide-i386 - Debian installation guide
 installation-guide-ia64 - Debian installation guide
 installation-guide-mips - Debian installation guide
 installation-guide-mipsel - Debian installation guide
 installation-guide-powerpc - Debian installation guide
 installation-guide-s390 - Debian installation guide
 installation-guide-sparc - Debian installation guide
Closes: 344048 406290 406515 408340 408408 410129 410317 411399 413257
Changes: 
 installation-guide (20070319) unstable; urgency=low
 .
   [ Frans Pop ]
   * Cleaned up definitions of some entities and removed unused ones.
   * Implement infrastructure that allows entities to be translated.
 Thanks to Miroslav Kure for providing the patch. Closes: #344048, #406515.
   * Disable Korean PDF/PS formats for builds for the website.
   * appendix/files: update information about mouse configuration, based on a
 patch from Peter Samuelson (for which thanks). Closes: #406290.
   * boot-installer, appendix/preseed: document preseed/interactive parameter.
 .
   [ Joey Hess ]
   * Fix package name for installation-reports, and manual unfuzzy of all
 translations. Closes: #408408
 .
   [ Frans Pop ]
   * welcome:
 - make links to FSF and GNU more consistent (closes: #410317)
 - we do not necessarily share the ideals of the FSF (closes: #410129)
 Thanks to Francesco Poli for suggesting these changes.
   * using-d-i: guided partitioning now creates swap inside LVM.
 Thanks to Francesco Poli. Closes: #411399.
   * Document installs over PPPoE. Based on a text proposed by Eddy Petrisor.
 Closes: #408340.
   * installation-howto: update for the integration of base-config into D-I.
   * appendix/preseed:
 - as exim no longer asks any questions during installations, there is no
   real need to document it anymore
 - add link to Philip Hand's website as it contains many creative examples
 - document how to select the ftp protocol during mirror selection
 - document how to install from CD/DVD only (and not use a network mirror)
   * Update base/standard system and task sizes.
 .
   [ Joey Hess ]
   * Document debian-installer/allow_unauthenticated.
 .
   [ Wouter Verhelst ]
   * Update mac68k installation after notes from Finn Thain, upstream mac68k
 kernel hacker.
 .
   [ Frans Pop ]
   * Replace entity in example-preseed.txt file. Thanks to Geert Stappers for
 spotting the error. Closes: #413257.
Files: 
 1bf184d7991ba8117a354d4e0f8d68b6 1096 doc optional 
installation-guide_20070319.dsc
 40fd64d9b080291df8a96aa35bf761fe 6924843 doc optional 
installation-guide_20070319.tar.gz
 38ed810a0fc963acfb1eb349198a68bd 15067042 doc optional 
installation-guide-alpha_20070319_all.deb
 035dfd9f8c6cbd64750f65d3e11d79ac 16922954 doc optional 
installation-guide-amd64_20070319_all.deb
 d9aec94e6dbf5446b1cad1570a329023 14585690 doc optional 
installation-guide-arm_20070319_all.deb
 edf413dd1e40b79e66698fd1664048ef 14084448 doc optional 
installation-guide-hppa_20070319_all.deb
 24dfd4753a7c56d926e1e17fffd25aab 17436618 doc optional 
installation-guide-i386_20070319_all.deb
 91e75455424d2d689c1a8f13b265e784 15042080 doc optional 
installation-guide-ia64_20070319_all.deb
 7b997c1e92aaea3a9765baaa7bac7e26 14295016 doc optional 
installation-guide-mips_20070319_all.deb
 8a50f9b85fb34338d1b4201d85d1a369 14541286 doc optional 
installation-guide-mipsel_20070319_all.deb
 23a17e1c8e65f83ad75195aec7d18219 16751444 doc optional 
installation-guide-powerpc_20070319_all.deb
 b45147212014256bdc38a6e46387b0f5 13221226 doc optional 
installation-guide-s390_20070319_all.deb
 be3e12b9a45ee60aef6855ab8fa1830f 15328292 doc optional 
installation-guide-sparc_20070319_all.deb

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

iD8DBQFF/s+rgm/Kwh6ICoQRAnXhAJ488XOjNBmoGln6k/cYGz/RDC4smgCg1pKd
BfUA4U+QOg2w+DE8fh+4ARw=
=65E8
-END PGP SIGNATURE-


Accepted:
installation-guide-alpha_20070319_all.deb
  to pool/main/i/installation-guide/installation-guide-alpha_20070319_all.deb
installation-guide-amd64_20070319_all.deb
  to pool/main/i/installation-guide/installation-guide-amd64_20070319_all.deb
installation-guide-arm_20070319_all.deb

Accepted mp3roaster 0.3.0-1.1 (source all)

2007-03-19 Thread Gunnar Wolf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 13:06:15 -0600
Source: mp3roaster
Binary: mp3roaster
Architecture: source all
Version: 0.3.0-1.1
Distribution: unstable
Urgency: low
Maintainer: Ivo Marino [EMAIL PROTECTED]
Changed-By: Gunnar Wolf [EMAIL PROTECTED]
Description: 
 mp3roaster - A Perl hack for burning audio CDs out of MP3/OGG/FLAC/WAV files
Closes: 397069
Changes: 
 mp3roaster (0.3.0-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Updated the module name from MPEG::MP3Info to MP3::Info, as the
 upstream author for this package mp3roaster depends on changed it,
 resulting in mp3roaster dying at startup. (Closes: #397069)
Files: 
 8c9028c9f4d27908a6b27776c8d3c784 584 sound optional mp3roaster_0.3.0-1.1.dsc
 970b2e9f2e3a1542351faca914a73dd6 3363 sound optional 
mp3roaster_0.3.0-1.1.diff.gz
 55506cb39ea01bf4437c765ec9432f70 24054 sound optional 
mp3roaster_0.3.0-1.1_all.deb

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

iD8DBQFF/t/K2A7zWou1J68RAq0JAJsEBrTm/xoAzIH+/z3ENa1AWTn4NACgr5Hh
tiM1ZHrMqK8Gufu3oZsi+/Y=
=MzHC
-END PGP SIGNATURE-


Accepted:
mp3roaster_0.3.0-1.1.diff.gz
  to pool/main/m/mp3roaster/mp3roaster_0.3.0-1.1.diff.gz
mp3roaster_0.3.0-1.1.dsc
  to pool/main/m/mp3roaster/mp3roaster_0.3.0-1.1.dsc
mp3roaster_0.3.0-1.1_all.deb
  to pool/main/m/mp3roaster/mp3roaster_0.3.0-1.1_all.deb


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



Accepted gcc-avr 1:4.1.0.dfsg.1-1 (source i386)

2007-03-19 Thread Hakan Ardo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 18:48:37 +0100
Source: gcc-avr
Binary: gcc-avr
Architecture: source i386
Version: 1:4.1.0.dfsg.1-1
Distribution: unstable
Urgency: low
Maintainer: Hakan Ardo [EMAIL PROTECTED]
Changed-By: Hakan Ardo [EMAIL PROTECTED]
Description: 
 gcc-avr- The GNU C compiler (cross compiler for avr)
Closes: 413216
Changes: 
 gcc-avr (1:4.1.0.dfsg.1-1) unstable; urgency=low
 .
   [ Frank Küster ]
   * Add a makefile snippet to remove files from the tarballs that are
 under GFDL and contain invariant sections.  Thanks to Matthias Klose
 for the list of files
   * Let the clean target depend on the repack-gfdl target, and do the
 cleaning (closes: #413216)
 .
   [ Hakan Ardo ]
   * Applied patch from Frank above
   * Removed info files now recreated as empty files to allow compilation
 as sugested by Matthias Klose
   * Removed clean's dependency on repack-gfdl
Files: 
 a20e7ff4f2c49510d1bc4485e6ab6e78 717 devel extra gcc-avr_4.1.0.dfsg.1-1.dsc
 ec6dff9b092bf93dbb80407a2981da63 20432513 devel extra 
gcc-avr_4.1.0.dfsg.1-1.tar.gz
 49d4d0f15c1c4662d5385d594105f285 3839588 devel extra 
gcc-avr_4.1.0.dfsg.1-1_i386.deb

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

iD8DBQFF/t18AbtddT3jfcARAiMAAJ9iO5C16OMS6MeB/CRDdZNQTfosTgCfb0/U
+jNEBq4MWJZVAbURcbU2Z+c=
=DBN/
-END PGP SIGNATURE-


Accepted:
gcc-avr_4.1.0.dfsg.1-1.dsc
  to pool/main/g/gcc-avr/gcc-avr_4.1.0.dfsg.1-1.dsc
gcc-avr_4.1.0.dfsg.1-1.tar.gz
  to pool/main/g/gcc-avr/gcc-avr_4.1.0.dfsg.1-1.tar.gz
gcc-avr_4.1.0.dfsg.1-1_i386.deb
  to pool/main/g/gcc-avr/gcc-avr_4.1.0.dfsg.1-1_i386.deb


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



Accepted rails 1.2.3-1 (source all)

2007-03-19 Thread Adam Majer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 13:36:52 -0500
Source: rails
Binary: rails
Architecture: source all
Version: 1.2.3-1
Distribution: experimental
Urgency: low
Maintainer: Adam Majer [EMAIL PROTECTED]
Changed-By: Adam Majer [EMAIL PROTECTED]
Description: 
 rails  - MVC ruby based framework geared for web application development
Changes: 
 rails (1.2.3-1) experimental; urgency=low
 .
   * New upstream release
Files: 
 a464cd4912fd8ee596b5394a2747dd23 607 web optional rails_1.2.3-1.dsc
 e90a9df030960c0827014ed833d1ceaf 1564466 web optional rails_1.2.3.orig.tar.gz
 727b4d24cae864da6c389e6c23a8a5af 13304 web optional rails_1.2.3-1.diff.gz
 72508948da7db5b25cdd06226fa24a7e 2244560 web optional rails_1.2.3-1_all.deb

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

iD8DBQFF/t5E73/bNdaAYUURAmGBAJ4pe7q8O/g1qUOUJfjh1WDyJZAnrQCgs49o
WVYjiBLL0NYN8EKkAI4Up1k=
=BO6y
-END PGP SIGNATURE-


Accepted:
rails_1.2.3-1.diff.gz
  to pool/main/r/rails/rails_1.2.3-1.diff.gz
rails_1.2.3-1.dsc
  to pool/main/r/rails/rails_1.2.3-1.dsc
rails_1.2.3-1_all.deb
  to pool/main/r/rails/rails_1.2.3-1_all.deb
rails_1.2.3.orig.tar.gz
  to pool/main/r/rails/rails_1.2.3.orig.tar.gz


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



Accepted pygtkmvc 1.0.0-1 (source all)

2007-03-19 Thread Kartik Mistry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 12 Mar 2007 10:52:35 +0530
Source: pygtkmvc
Binary: python-gtkmvc
Architecture: source all
Version: 1.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Kartik Mistry [EMAIL PROTECTED]
Changed-By: Kartik Mistry [EMAIL PROTECTED]
Description: 
 python-gtkmvc - model-view-controller (MVC) implementation for pygtk
Closes: 372121 392068 413874
Changes: 
 pygtkmvc (1.0.0-1) unstable; urgency=low
 .
   * New maintainer (Closes: #413874)
   * New upstream release (Closes: #392068)
   * Examples are now works (Closes: #372121)
   * Updated debhelper compability to 5
   * debian/control: cleanup, updated to latest python-policy
   * debian/rules: minor cleanups, removed duplicate license from examples
   * debian/copyright: Added GPL license of examples/mini-yoman
   * debian/README.Debian: formatted according to standards
Files: 
 49010d9d86cc865ddcc1d52f92917493 645 python extra pygtkmvc_1.0.0-1.dsc
 4a8e077e1f0bf7e5360cf48ee4a9776d 1280725 python extra 
pygtkmvc_1.0.0.orig.tar.gz
 e4b99a303d71a6b0a20c2ad1cd39ca80 2429 python extra pygtkmvc_1.0.0-1.diff.gz
 bc3ac61941b6d82d630b0c3315f62886 1282030 python extra 
python-gtkmvc_1.0.0-1_all.deb

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

iD8DBQFF/ucRHSjkv+Av7xERAot2AJ4yHq/hUva8GUvogK0pdOr5/BQcOgCff6va
JmBeztJlf4SmU7sYiMDyMXg=
=zNB1
-END PGP SIGNATURE-


Accepted:
pygtkmvc_1.0.0-1.diff.gz
  to pool/main/p/pygtkmvc/pygtkmvc_1.0.0-1.diff.gz
pygtkmvc_1.0.0-1.dsc
  to pool/main/p/pygtkmvc/pygtkmvc_1.0.0-1.dsc
pygtkmvc_1.0.0.orig.tar.gz
  to pool/main/p/pygtkmvc/pygtkmvc_1.0.0.orig.tar.gz
python-gtkmvc_1.0.0-1_all.deb
  to pool/main/p/pygtkmvc/python-gtkmvc_1.0.0-1_all.deb


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



Accepted extcalc 0.7.0-2 (source i386)

2007-03-19 Thread Varun Hiremath
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 15:18:57 +0530
Source: extcalc
Binary: extcalc
Architecture: source i386
Version: 0.7.0-2
Distribution: unstable
Urgency: low
Maintainer: Varun Hiremath [EMAIL PROTECTED]
Changed-By: Varun Hiremath [EMAIL PROTECTED]
Description: 
 extcalc- multifunctional scientific graphic calculator
Closes: 415345
Changes: 
 extcalc (0.7.0-2) unstable; urgency=low
 .
   * Include new upstream patch to fix compile errors (Closes: #415345)
Files: 
 e84800a5465f4683bd8e3259d5105aca 704 math optional extcalc_0.7.0-2.dsc
 65dd3c15dacf729c6489d0fff16298db 2109 math optional extcalc_0.7.0-2.diff.gz
 678248cfe9ba62c5b0911c6834cf4d4a 734868 math optional extcalc_0.7.0-2_i386.deb

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

iD8DBQFF/uYQfY3dicTPjsMRAjDHAJ9UzQxa7TuhvZrsTNueYqfWxI663ACfYDyE
mCBEA1QLekROvcCpdlUAxfE=
=OR9I
-END PGP SIGNATURE-


Accepted:
extcalc_0.7.0-2.diff.gz
  to pool/main/e/extcalc/extcalc_0.7.0-2.diff.gz
extcalc_0.7.0-2.dsc
  to pool/main/e/extcalc/extcalc_0.7.0-2.dsc
extcalc_0.7.0-2_i386.deb
  to pool/main/e/extcalc/extcalc_0.7.0-2_i386.deb


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



Accepted libgnome 2.18.0-1 (source all amd64)

2007-03-19 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 20:48:33 +0100
Source: libgnome
Binary: libgnome2-common libgnome2-0 libgnome2-doc libgnome2-dev
Architecture: source all amd64
Version: 2.18.0-1
Distribution: experimental
Urgency: low
Maintainer: Ondřej Surý [EMAIL PROTECTED]
Changed-By: Josselin Mouette [EMAIL PROTECTED]
Description: 
 libgnome2-0 - The GNOME 2 library - runtime files
 libgnome2-common - The GNOME 2 library - common files
 libgnome2-dev - The GNOME 2 library - development files
 libgnome2-doc - The GNOME 2 library - documentation files
Changes: 
 libgnome (2.18.0-1) experimental; urgency=low
 .
   * New upstream release.
   * Build-depend on libaudiofile-dev (= 0.2.3).
   * libgnome2-0.shlibs: bump to 2.17.3.
Files: 
 bb0b9cacc5e09596fad310c937df584a 1675 devel optional libgnome_2.18.0-1.dsc
 bb925d879ebadfac635d058ab19b6ed8 1690314 devel optional 
libgnome_2.18.0.orig.tar.gz
 86d778de0b0cf9d339f022d15e615355 9296 devel optional libgnome_2.18.0-1.diff.gz
 fc2cf0e6ea8a05432b3e44054a87e86a 922760 libs optional 
libgnome2-common_2.18.0-1_all.deb
 9b2a290f71492bb9eab4f33f7ce21b9e 118690 doc optional 
libgnome2-doc_2.18.0-1_all.deb
 09fa084ca909dc2cf8f94cc50e262309 116146 libs optional 
libgnome2-0_2.18.0-1_amd64.deb
 f930eba247646d57a0fb6ef4a41d37f8 118844 libdevel optional 
libgnome2-dev_2.18.0-1_amd64.deb

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

iD8DBQFF/uzOrSla4ddfhTMRAoITAJ46yFYHUUn09CogxQojnVgRxVQfvACfQAxM
LEO0v3IWNxtsA7JCLF7Zq5Q=
=ff9S
-END PGP SIGNATURE-


Accepted:
libgnome2-0_2.18.0-1_amd64.deb
  to pool/main/libg/libgnome/libgnome2-0_2.18.0-1_amd64.deb
libgnome2-common_2.18.0-1_all.deb
  to pool/main/libg/libgnome/libgnome2-common_2.18.0-1_all.deb
libgnome2-dev_2.18.0-1_amd64.deb
  to pool/main/libg/libgnome/libgnome2-dev_2.18.0-1_amd64.deb
libgnome2-doc_2.18.0-1_all.deb
  to pool/main/libg/libgnome/libgnome2-doc_2.18.0-1_all.deb
libgnome_2.18.0-1.diff.gz
  to pool/main/libg/libgnome/libgnome_2.18.0-1.diff.gz
libgnome_2.18.0-1.dsc
  to pool/main/libg/libgnome/libgnome_2.18.0-1.dsc
libgnome_2.18.0.orig.tar.gz
  to pool/main/libg/libgnome/libgnome_2.18.0.orig.tar.gz


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



Accepted gmailfs 0.7.3-2 (source all)

2007-03-19 Thread Sebastien Delafond
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 12:30:45 -0700
Source: gmailfs
Binary: gmailfs
Architecture: source all
Version: 0.7.3-2
Distribution: unstable
Urgency: low
Maintainer: Sebastien Delafond [EMAIL PROTECTED]
Changed-By: Sebastien Delafond [EMAIL PROTECTED]
Description: 
 gmailfs- Use your GMail account as a filesystem
Closes: 415297
Changes: 
 gmailfs (0.7.3-2) unstable; urgency=low
 .
   * gmailfs now tries to find a ~/.gmailfs.conf config file before
 defaulting to the systemwide one (Closes: #415297).
Files: 
 b59ccb3a33c60785c4e7021002271986 691 utils extra gmailfs_0.7.3-2.dsc
 8fc1e50dbbe8822f1bc412394a9405b3 9790 utils extra gmailfs_0.7.3-2.diff.gz
 b121f5fc8dd1965fd052240ab6f94571 25554 utils extra gmailfs_0.7.3-2_all.deb

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

iD8DBQFF/up/iZgNKcDdyD8RAkzqAJ4+5QQqUTrJ01RIsvpyORXMheKYNgCeJi18
yRfx/j47yxJeE8+PYcJkDHg=
=AvDx
-END PGP SIGNATURE-


Accepted:
gmailfs_0.7.3-2.diff.gz
  to pool/main/g/gmailfs/gmailfs_0.7.3-2.diff.gz
gmailfs_0.7.3-2.dsc
  to pool/main/g/gmailfs/gmailfs_0.7.3-2.dsc
gmailfs_0.7.3-2_all.deb
  to pool/main/g/gmailfs/gmailfs_0.7.3-2_all.deb


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



Accepted deluge-torrent 0.5.0-1 (source i386)

2007-03-19 Thread Le_Vert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 11:46:46 +0100
Source: deluge-torrent
Binary: deluge-torrent
Architecture: source i386
Version: 0.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Adam Cécile (Le_Vert) [EMAIL PROTECTED]
Changed-By: Adam Cécile (Le_Vert) [EMAIL PROTECTED]
Description: 
 deluge-torrent - A Bittorrent client written in Python/PyGTK
Closes: 406790
Changes: 
 deluge-torrent (0.5.0-1) unstable; urgency=low
 .
   * New upstream release (Closes: #406790).
   * Upstream do not release two separate tarballs anymore, fix rules.
   * Add dpatch as patch-system.
   * Use python-support to handle python modules.
   * Update debian/copyright.
   * Remove README.Debian-sources, README.
   * Remove many useless things due to the new build system (distutils).
   * Update debian/watch.
   * Update manpage.
   * Rename binary from deluge-torrent to deluge to match with upstream.
Files: 
 c94950f45b01b55e80a6f75308286280 854 net optional deluge-torrent_0.5.0-1.dsc
 d83e6ee573ac9e2e8d11bc3f446da3f8 518982 net optional 
deluge-torrent_0.5.0.orig.tar.gz
 a474447d3daa1f70ffd40cc19e82b357 5592 net optional 
deluge-torrent_0.5.0-1.diff.gz
 22fa2378f4868a83b18a6d10745e5976 852226 net optional 
deluge-torrent_0.5.0-1_i386.deb

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

iD8DBQFF/vD/+C5cwEsrK54RAs9sAKCEP5Ew5LEpqRExHX09n4bNXVP5sACfdDv0
ztrop0enfGgyewJFwfvcJuc=
=DvEv
-END PGP SIGNATURE-


Accepted:
deluge-torrent_0.5.0-1.diff.gz
  to pool/main/d/deluge-torrent/deluge-torrent_0.5.0-1.diff.gz
deluge-torrent_0.5.0-1.dsc
  to pool/main/d/deluge-torrent/deluge-torrent_0.5.0-1.dsc
deluge-torrent_0.5.0-1_i386.deb
  to pool/main/d/deluge-torrent/deluge-torrent_0.5.0-1_i386.deb
deluge-torrent_0.5.0.orig.tar.gz
  to pool/main/d/deluge-torrent/deluge-torrent_0.5.0.orig.tar.gz


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



Accepted ink 0.4.0-1 (source i386)

2007-03-19 Thread Le_Vert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 15 Mar 2007 17:21:50 +0100
Source: ink
Binary: ink
Architecture: source i386
Version: 0.4.0-1
Distribution: experimental
Urgency: low
Maintainer: Adam Cécile (Le_Vert) [EMAIL PROTECTED]
Changed-By: Adam Cécile (Le_Vert) [EMAIL PROTECTED]
Description: 
 ink- tool for checking the ink level of your local printer
Closes: 397301
Changes: 
 ink (0.4.0-1) experimental; urgency=low
 .
   * New upstream release.
 - Built against libinklevel-dev (= 0.7.0) which handle custom usb device 
path (Closes: #397301).
   * Bump libinklevel-dev build-dep.
   * Update manpage.
   * Update README.Debian.
   * Update debian/watch.
Files: 
 3196707bb8e95b0b31a3363bce8f2ea3 578 admin optional ink_0.4.0-1.dsc
 ac795dbdb00982aa3627773da2250d55 9254 admin optional ink_0.4.0.orig.tar.gz
 8e447e4d3da97d52a420384ad4c6dc62 2355 admin optional ink_0.4.0-1.diff.gz
 6f60d2f85583562edd8684870d1e02ed 7016 admin optional ink_0.4.0-1_i386.deb

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

iD8DBQFF/u5N+C5cwEsrK54RAtcdAJ90znN4LbOjIB6xPR41PPbd9S0JxgCfY9cq
Gk+wHFzojSC6hEfFJh4RJkQ=
=gL/U
-END PGP SIGNATURE-


Accepted:
ink_0.4.0-1.diff.gz
  to pool/main/i/ink/ink_0.4.0-1.diff.gz
ink_0.4.0-1.dsc
  to pool/main/i/ink/ink_0.4.0-1.dsc
ink_0.4.0-1_i386.deb
  to pool/main/i/ink/ink_0.4.0-1_i386.deb
ink_0.4.0.orig.tar.gz
  to pool/main/i/ink/ink_0.4.0.orig.tar.gz


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



Accepted concalc 0.7.0-2 (source i386)

2007-03-19 Thread Varun Hiremath
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 15:27:28 +0530
Source: concalc
Binary: concalc
Architecture: source i386
Version: 0.7.0-2
Distribution: unstable
Urgency: low
Maintainer: Varun Hiremath [EMAIL PROTECTED]
Changed-By: Varun Hiremath [EMAIL PROTECTED]
Description: 
 concalc- console calculator
Changes: 
 concalc (0.7.0-2) unstable; urgency=low
 .
   * Include new upstream patch to fix compile errors
Files: 
 e5214aefc51cdca6f12eb9167c310920 630 math optional concalc_0.7.0-2.dsc
 8bdac20875a1a248b84700ed20498c72 2300 math optional concalc_0.7.0-2.diff.gz
 f238d89bdbb325fdd4373d0ca5722e65 56060 math optional concalc_0.7.0-2_i386.deb

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

iD8DBQFF/vlMfY3dicTPjsMRApWvAJ46WZu7PqG9w985ErhEsPH/xXHvLACeP01U
4zps+UlpmGLlGH1/LSR+eLI=
=AOhW
-END PGP SIGNATURE-


Accepted:
concalc_0.7.0-2.diff.gz
  to pool/main/c/concalc/concalc_0.7.0-2.diff.gz
concalc_0.7.0-2.dsc
  to pool/main/c/concalc/concalc_0.7.0-2.dsc
concalc_0.7.0-2_i386.deb
  to pool/main/c/concalc/concalc_0.7.0-2_i386.deb


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



Accepted openafs 1.4.2-6 (source i386 all)

2007-03-19 Thread Russ Allbery
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 14 Mar 2007 18:37:12 -0700
Source: openafs
Binary: openafs-krb5 openafs-client libopenafs-dev openafs-modules-source 
openafs-kpasswd libpam-openafs-kaserver openafs-dbserver openafs-dbg 
openafs-fileserver openafs-doc
Architecture: source i386 all
Version: 1.4.2-6
Distribution: unstable
Urgency: medium
Maintainer: Sam Hartman [EMAIL PROTECTED]
Changed-By: Russ Allbery [EMAIL PROTECTED]
Description: 
 libopenafs-dev - AFS distributed filesystem development libraries
 libpam-openafs-kaserver - AFS distributed filesystem kaserver PAM module
 openafs-client - AFS distributed filesystem client support
 openafs-dbg - AFS distributed filesystem debugging information
 openafs-dbserver - AFS distributed filesystem database server
 openafs-doc - AFS distributed filesystem documentation
 openafs-fileserver - AFS distributed filesystem file server
 openafs-kpasswd - AFS distributed filesystem old password changing
 openafs-krb5 - AFS distributed filesystem Kerberos 5 integration
 openafs-modules-source - AFS distributed filesystem kernel module source
Closes: 409184 413701 414800 414911 415294
Changes: 
 openafs (1.4.2-6) unstable; urgency=medium
 .
   * SECURITY: Apply upstream patch to disable setuid status on all cells
 by default.  Prior versions of AFS defaulted to honoring setuid bits
 in the local cell, but since unauthenticated file access in AFS is
 unencrypted, an attacker could forge packets from an AFS file server
 to synthesize a setuid binary in AFS.
   * Apply upstream fix to use a single high-numbered group for the PAG on
 2.6 kernels and sort the group properly.  Fixes AFS-caused group
 ordering problems that could lead the kernel to ignore some group
 membership for users.  (Closes: #414911)
   * Apply upstream fix for segfaults in pts rename.  (Closes: #409184)
   * Apply upstream fix to show reasonable free space numbers for AFS in
 df.  Without this fix, some programs which use df to check free space
 may think that directories in AFS are full and prevent the user from
 attempting to write files.  (Closes: #415294)
   * Translation updates:
 - Dutch, thanks cobaco.  (Closes: #413701)
 - Portuguese, thanks Miguel Figueiredo.  (Closes: #414800)
Files: 
 afaf685c99af69128748b18bc90863f3 869 net optional openafs_1.4.2-6.dsc
 c708286273486c3f0138b8c1f9705d92 116782 net optional openafs_1.4.2-6.diff.gz
 129d1607ecc92181da539b7c38ffb18a 2939840 doc optional 
openafs-doc_1.4.2-6_all.deb
 5f7b30c9dd3c302160d93c07ed467717 5624914 net extra 
openafs-modules-source_1.4.2-6_all.deb
 2473d4c92079f2380f678ada85cb44b3 2856500 net optional 
openafs-client_1.4.2-6_i386.deb
 176ded8e431553f240a210c3ad3ed1ac 271396 net extra 
openafs-kpasswd_1.4.2-6_i386.deb
 22d6d9e978ce0e70f2b09b4c85473fb1 1004102 net optional 
openafs-fileserver_1.4.2-6_i386.deb
 f5ba4e0ae7666931d9441578836a9df6 541686 net optional 
openafs-dbserver_1.4.2-6_i386.deb
 3b5f478dfcf84403dd52fa39bffa8ff9 159592 net optional 
openafs-krb5_1.4.2-6_i386.deb
 5ac66d9c9be9dd554e6f43f0f5b5f0cd 1872042 libdevel extra 
libopenafs-dev_1.4.2-6_i386.deb
 e8eb2cd941ab4560f173f058c1ec5ad8 412590 net extra 
libpam-openafs-kaserver_1.4.2-6_i386.deb
 7c8f15fdcb1cab16516a9521d1b0db75 1859742 libdevel extra 
openafs-dbg_1.4.2-6_i386.deb

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

iD8DBQFF/ukc+YXjQAr8dHYRAktUAJsEpDkVCfbLq06ItoSvE0L6Lr5TkwCcC9+i
UB6Vdh7GTJlwb4JE6RJ8jHU=
=r8Xm
-END PGP SIGNATURE-


Accepted:
libopenafs-dev_1.4.2-6_i386.deb
  to pool/main/o/openafs/libopenafs-dev_1.4.2-6_i386.deb
libpam-openafs-kaserver_1.4.2-6_i386.deb
  to pool/main/o/openafs/libpam-openafs-kaserver_1.4.2-6_i386.deb
openafs-client_1.4.2-6_i386.deb
  to pool/main/o/openafs/openafs-client_1.4.2-6_i386.deb
openafs-dbg_1.4.2-6_i386.deb
  to pool/main/o/openafs/openafs-dbg_1.4.2-6_i386.deb
openafs-dbserver_1.4.2-6_i386.deb
  to pool/main/o/openafs/openafs-dbserver_1.4.2-6_i386.deb
openafs-doc_1.4.2-6_all.deb
  to pool/main/o/openafs/openafs-doc_1.4.2-6_all.deb
openafs-fileserver_1.4.2-6_i386.deb
  to pool/main/o/openafs/openafs-fileserver_1.4.2-6_i386.deb
openafs-kpasswd_1.4.2-6_i386.deb
  to pool/main/o/openafs/openafs-kpasswd_1.4.2-6_i386.deb
openafs-krb5_1.4.2-6_i386.deb
  to pool/main/o/openafs/openafs-krb5_1.4.2-6_i386.deb
openafs-modules-source_1.4.2-6_all.deb
  to pool/main/o/openafs/openafs-modules-source_1.4.2-6_all.deb
openafs_1.4.2-6.diff.gz
  to pool/main/o/openafs/openafs_1.4.2-6.diff.gz
openafs_1.4.2-6.dsc
  to pool/main/o/openafs/openafs_1.4.2-6.dsc


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



Accepted gradm2 2.1.9-3 (source i386)

2007-03-19 Thread GCS
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  8 Mar 2007 23:29:57 +
Source: gradm2
Binary: gradm2
Architecture: source i386
Version: 2.1.9-3
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) [EMAIL PROTECTED]
Changed-By: Laszlo Boszormenyi (GCS) [EMAIL PROTECTED]
Description: 
 gradm2 - Administration program for the grsecurity2 RBAC based ACL system
Closes: 316834 388898 397190 413930
Changes: 
 gradm2 (2.1.9-3) unstable; urgency=low
 .
   * Removed debconf abuse, so created README.Debian and NEWS.Debian with
 translated versions (closes: #388898, #316834).
   * Added German (closes: #397190) and Portuguese (closes: #413930)
 translations; updated Swedish and Czech translations.
Files: 
 e203afdcb37019166174428fc7f9b1b2 591 admin optional gradm2_2.1.9-3.dsc
 20476e0a7feee63834936c835a8b77a6 11084 admin optional gradm2_2.1.9-3.diff.gz
 c4cda72a59aeffc550960a81a2801fa3 95320 admin optional gradm2_2.1.9-3_i386.deb

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

iD8DBQFF/vJ7MDatjqUaT90RAmUiAJ963NXKV52gqfWAnAF9/C+ihjO3QgCfWo6b
M4XoZKdCSXTWUOIFj9qrVb0=
=rf1R
-END PGP SIGNATURE-


Accepted:
gradm2_2.1.9-3.diff.gz
  to pool/main/g/gradm2/gradm2_2.1.9-3.diff.gz
gradm2_2.1.9-3.dsc
  to pool/main/g/gradm2/gradm2_2.1.9-3.dsc
gradm2_2.1.9-3_i386.deb
  to pool/main/g/gradm2/gradm2_2.1.9-3_i386.deb


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



Accepted gnome-vfs2 1:2.18.0.1-1 (source all amd64)

2007-03-19 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 22:07:16 +0100
Source: gnome-vfs2
Binary: libgnomevfs2-dev libgnomevfs2-extra libgnomevfs2-0-dbg libgnomevfs2-bin 
libgnomevfs2-0 libgnomevfs2-common
Architecture: source amd64 all
Version: 1:2.18.0.1-1
Distribution: experimental
Urgency: low
Maintainer: Josselin Mouette [EMAIL PROTECTED]
Changed-By: Josselin Mouette [EMAIL PROTECTED]
Description: 
 libgnomevfs2-0 - GNOME Virtual File System (runtime libraries)
 libgnomevfs2-0-dbg - GNOME Virtual File System (debugging libraries)
 libgnomevfs2-bin - GNOME Virtual File System (support binaries)
 libgnomevfs2-common - GNOME Virtual File System (common files)
 libgnomevfs2-dev - GNOME Virtual File System library (development files)
 libgnomevfs2-extra - GNOME Virtual File System (extra modules)
Closes: 395361 403129
Changes: 
 gnome-vfs2 (1:2.18.0.1-1) experimental; urgency=low
 .
   * New upstream release.
   * Bump shlibs to 2.17.90.
   * Bump avahi requirement to version 0.6.
   * Bump HAL requirement to 0.5.7.
   * Bump gtk-doc-tools build-dependency to 1.0.
   * libgnomevfs2-0 recommends gnome-mount (closes: #395361).
   * Build-depend on linux-kernel-headers 2.6.13 for inotify.
 .
   Merged from 2.14 branch:
   * New patch, 30_nfs4, NFSv4 support fixes handling of Trash in Nautilus for
 NFS /home; thanks John Goerzen; closes: 403129.
Files: 
 c315999f870d0e8f616e3209910ed164 2127 libs optional gnome-vfs2_2.18.0.1-1.dsc
 24bbb65fd4d45d0d5d0fff0c40997423 2714809 libs optional 
gnome-vfs2_2.18.0.1.orig.tar.gz
 76d94890df3dfc230c63da875f7715e5 20301 libs optional 
gnome-vfs2_2.18.0.1-1.diff.gz
 de571d6e7f556943a391fc7262f79b1e 1126466 libs optional 
libgnomevfs2-common_2.18.0.1-1_all.deb
 ebbb07ea54c5edaee6f571320556ee4b 579032 libs optional 
libgnomevfs2-0_2.18.0.1-1_amd64.deb
 e0819c0d46ec7c8137b0ef61d3176c93 314892 libs optional 
libgnomevfs2-bin_2.18.0.1-1_amd64.deb
 c2e64fdd1f1fbc5e11b35815366500f9 385340 libs optional 
libgnomevfs2-extra_2.18.0.1-1_amd64.deb
 809381123cf8b86cf97745957049f36c 1186452 libdevel extra 
libgnomevfs2-0-dbg_2.18.0.1-1_amd64.deb
 37cb66ddc02b810bcb7b547985b1abb8 566302 libdevel optional 
libgnomevfs2-dev_2.18.0.1-1_amd64.deb

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

iD8DBQFF/v+OrSla4ddfhTMRAkCCAKCzjK2qJKCG7CEspx6sq/7BP797LwCgh6Wg
rE5Almt8qMXg6wGi9ePl3hw=
=uzsx
-END PGP SIGNATURE-


Accepted:
gnome-vfs2_2.18.0.1-1.diff.gz
  to pool/main/g/gnome-vfs2/gnome-vfs2_2.18.0.1-1.diff.gz
gnome-vfs2_2.18.0.1-1.dsc
  to pool/main/g/gnome-vfs2/gnome-vfs2_2.18.0.1-1.dsc
gnome-vfs2_2.18.0.1.orig.tar.gz
  to pool/main/g/gnome-vfs2/gnome-vfs2_2.18.0.1.orig.tar.gz
libgnomevfs2-0-dbg_2.18.0.1-1_amd64.deb
  to pool/main/g/gnome-vfs2/libgnomevfs2-0-dbg_2.18.0.1-1_amd64.deb
libgnomevfs2-0_2.18.0.1-1_amd64.deb
  to pool/main/g/gnome-vfs2/libgnomevfs2-0_2.18.0.1-1_amd64.deb
libgnomevfs2-bin_2.18.0.1-1_amd64.deb
  to pool/main/g/gnome-vfs2/libgnomevfs2-bin_2.18.0.1-1_amd64.deb
libgnomevfs2-common_2.18.0.1-1_all.deb
  to pool/main/g/gnome-vfs2/libgnomevfs2-common_2.18.0.1-1_all.deb
libgnomevfs2-dev_2.18.0.1-1_amd64.deb
  to pool/main/g/gnome-vfs2/libgnomevfs2-dev_2.18.0.1-1_amd64.deb
libgnomevfs2-extra_2.18.0.1-1_amd64.deb
  to pool/main/g/gnome-vfs2/libgnomevfs2-extra_2.18.0.1-1_amd64.deb


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



Accepted doc-debian 3.1.5 (source all)

2007-03-19 Thread Javier Fernandez-Sanguino Pen~a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Jan 2007 09:07:56 +0100
Source: doc-debian
Binary: doc-debian
Architecture: source all
Version: 3.1.5
Distribution: unstable
Urgency: high
Maintainer: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Changed-By: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Description: 
 doc-debian - Debian Project documentation, Debian FAQ and other documents
Closes: 262425
Changes: 
 doc-debian (3.1.5) unstable; urgency=high
 .
   [ High urgency, since the previous version was shipping out of date
 versions of Debian's core documents and still refered to sarge
 as the latest releas e]
   * Updated the contents under doc/ with the latest version from the website
   * Synchronise the FAQ contents with CVS:
 - Update the numbers
 - Add 'lenny' into the list of codenames
 - Update and expand the contents of the standard task (no longer includes
   developer tools)
 - AMD64 is already available as an official arquitecture
   * Added the latest version of the constitution and the social-contract
 as byhand files so FTP masters can update the contents of ftp-master's
 doc/ directories (Closes: 262425)
Files: 
 068808628f30bb7041d0f91a72106c6c 748 doc standard doc-debian_3.1.5.dsc
 bd9af97fd996164e557b3f784a82fca3 199575 doc standard doc-debian_3.1.5.tar.gz
 f80e491dd502ef131c5ae98b241eff5d 628078 doc standard doc-debian_3.1.5_all.deb
 5e8c2c865d88e0899dfbd0a93015a385 57304 byhand - debian-faq.en.html.tar.gz
 f69ee77306b29ba7b645264ce428a823 50924 byhand - debian-faq.en.txt.gz
 d496d2803324ec7041a538f7aab50114 103816 byhand - debian-faq.en.ps.gz
 38f06f7e75142d2f248b13463ebacd9d 320067 byhand - debian-faq.en.pdf.gz
 d973be8ff1b4c5cd4bb7843927869f02 30311 byhand - constitution.txt
 efcf171f206c2e66b8027efac9fe975d 6768 byhand - social-contract.txt

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

iQCVAwUBRa3qe/tEPvakNq0lAQLelQP+NL8MIs3E+BnLbwCu7g0dMlFZUKb62pas
HIdueMhY/iYy+GjagF1F4jSO26IKK/GRXwOS/5MK7mst2AJVCaZTEU0EH99HdaO4
0kuIWaY/VkY8Xh8OEdR7f2i7eV5vil3HGts+bsAiX0N6jwQnF4RqnimLWXRNmDGg
VgR7AVVQUcM=
=tweo
-END PGP SIGNATURE-


Accepted:
doc-debian_3.1.5.dsc
  to pool/main/d/doc-debian/doc-debian_3.1.5.dsc
doc-debian_3.1.5.tar.gz
  to pool/main/d/doc-debian/doc-debian_3.1.5.tar.gz
doc-debian_3.1.5_all.deb
  to pool/main/d/doc-debian/doc-debian_3.1.5_all.deb


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



Accepted unp 1.0.12 (source all)

2007-03-19 Thread Eduard Bloch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 22:38:16 +0100
Source: unp
Binary: unp
Architecture: source all
Version: 1.0.12
Distribution: unstable
Urgency: medium
Maintainer: Eduard Bloch [EMAIL PROTECTED]
Changed-By: Eduard Bloch [EMAIL PROTECTED]
Description: 
 unp- unpack (almost) everything with one command
Changes: 
 unp (1.0.12) unstable; urgency=medium
 .
   * Upload to Sid
Files: 
 43a8768c10e0a56039f5d2fc7462bc94 484 utils extra unp_1.0.12.dsc
 d714ec67a432ef73dd367e082a508e14 8649 utils extra unp_1.0.12.tar.gz
 5f80917a8ddbc6e80b60d5884d20b932 9546 utils extra unp_1.0.12_all.deb

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

iD8DBQFF/wLh4QZIHu3wCMURAn2eAJ46vLMc3wPS2trtVavGHHpaQCxVHQCffety
Wc3vTkin4zLZ+7hwy5j+tI0=
=dz3M
-END PGP SIGNATURE-


Accepted:
unp_1.0.12.dsc
  to pool/main/u/unp/unp_1.0.12.dsc
unp_1.0.12.tar.gz
  to pool/main/u/unp/unp_1.0.12.tar.gz
unp_1.0.12_all.deb
  to pool/main/u/unp/unp_1.0.12_all.deb


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



Accepted ksudoku 0.4-1 (source i386)

2007-03-19 Thread Ryan Schultz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 17 Mar 2007 14:20:28 -0400
Source: ksudoku
Binary: ksudoku
Architecture: source i386
Version: 0.4-1
Distribution: unstable
Urgency: low
Maintainer: Ryan Schultz [EMAIL PROTECTED]
Changed-By: Ryan Schultz [EMAIL PROTECTED]
Description: 
 ksudoku- sudoku puzzle generator/solver
Changes: 
 ksudoku (0.4-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 a39b2a15455e03b2295830d74efa417a 597 games optional ksudoku_0.4-1.dsc
 418f9ecac5756f7bc79863596dee7f34 316486 games optional ksudoku_0.4.orig.tar.gz
 9169ec5749a036384e4e9936d0b2135a 3635 games optional ksudoku_0.4-1.diff.gz
 9fd5f8e8fb110f8ac610713fc2e6a9db 196436 games optional ksudoku_0.4-1_i386.deb

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

iD8DBQFF/wW4CV53xXnMZYYRAoKbAKDLz4qqPP6UcjvRcZ6jZo5LQ4nXEgCgxFku
ddDf69njlxlBfckM9pxyND8=
=2N/v
-END PGP SIGNATURE-


Accepted:
ksudoku_0.4-1.diff.gz
  to pool/main/k/ksudoku/ksudoku_0.4-1.diff.gz
ksudoku_0.4-1.dsc
  to pool/main/k/ksudoku/ksudoku_0.4-1.dsc
ksudoku_0.4-1_i386.deb
  to pool/main/k/ksudoku/ksudoku_0.4-1_i386.deb
ksudoku_0.4.orig.tar.gz
  to pool/main/k/ksudoku/ksudoku_0.4.orig.tar.gz


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



Accepted agave 0.4.2-1 (source i386)

2007-03-19 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 22:52:13 +0100
Source: agave
Binary: agave
Architecture: source i386
Version: 0.4.2-1
Distribution: unstable
Urgency: low
Maintainer: Varun Hiremath [EMAIL PROTECTED]
Changed-By: Torsten Werner [EMAIL PROTECTED]
Description: 
 agave  - colorscheme designer for the gnome desktop
Changes: 
 agave (0.4.2-1) unstable; urgency=low
 .
   * New upstream release.
   * Add Build-Depends: libglademm-2.4-dev, gnome-doc-utils, scrollkeeper.
Files: 
 80a310548b47a02084b4822c7afbc2f1 764 gnome optional agave_0.4.2-1.dsc
 c66e3092e69f59c05d1f7439eaf1f200 373765 gnome optional agave_0.4.2.orig.tar.gz
 28e02a99dd85660c85c10ad9c17f36f8 3957 gnome optional agave_0.4.2-1.diff.gz
 014802cef909c507b6349b58d1b44842 367692 gnome optional agave_0.4.2-1_i386.deb

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

iD8DBQFF/wu3fY3dicTPjsMRAgk1AJ0Y1fC+oWoeKvsn+oWrLU0e1R6BjQCeN9zQ
jtWbqTDCqh24xwuFCtQx/+0=
=fjS7
-END PGP SIGNATURE-


Accepted:
agave_0.4.2-1.diff.gz
  to pool/main/a/agave/agave_0.4.2-1.diff.gz
agave_0.4.2-1.dsc
  to pool/main/a/agave/agave_0.4.2-1.dsc
agave_0.4.2-1_i386.deb
  to pool/main/a/agave/agave_0.4.2-1_i386.deb
agave_0.4.2.orig.tar.gz
  to pool/main/a/agave/agave_0.4.2.orig.tar.gz


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



Accepted dissy 5-1 (source all)

2007-03-19 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 23:23:05 +0100
Source: dissy
Binary: dissy
Architecture: source all
Version: 5-1
Distribution: unstable
Urgency: low
Maintainer: Varun Hiremath [EMAIL PROTECTED]
Changed-By: Torsten Werner [EMAIL PROTECTED]
Description: 
 dissy  - graphical frontend for objdump
Changes: 
 dissy (5-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 ecd24022de7d913841d053fb333fd9bb 751 utils optional dissy_5-1.dsc
 55212f416cce0d6cef05b1eb99f172f0 22567 utils optional dissy_5.orig.tar.gz
 e70d217e5429d954ad3315667a004824 2271 utils optional dissy_5-1.diff.gz
 20da6ad5fc9a8f37c2e1b29fd2b781c2 19776 utils optional dissy_5-1_all.deb

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

iD8DBQFF/w4gfY3dicTPjsMRApr7AJsGgCzU305w34iRxo9UJ/1/6RzFkwCeOWSX
VwVzv8QKXS1eCBX0Bp97BPE=
=ErPR
-END PGP SIGNATURE-


Accepted:
dissy_5-1.diff.gz
  to pool/main/d/dissy/dissy_5-1.diff.gz
dissy_5-1.dsc
  to pool/main/d/dissy/dissy_5-1.dsc
dissy_5-1_all.deb
  to pool/main/d/dissy/dissy_5-1_all.deb
dissy_5.orig.tar.gz
  to pool/main/d/dissy/dissy_5.orig.tar.gz


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



Accepted otrs2 2.1.6-1 (source all)

2007-03-19 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 23:31:58 +0100
Source: otrs2
Binary: otrs2
Architecture: source all
Version: 2.1.6-1
Distribution: unstable
Urgency: low
Maintainer: Torsten Werner [EMAIL PROTECTED]
Changed-By: Torsten Werner [EMAIL PROTECTED]
Description: 
 otrs2  - Open Ticket Request System
Closes: 414093
Changes: 
 otrs2 (2.1.6-1) unstable; urgency=low
 .
   * new upstream version
   * Remove $SVN$ stuff from debian/changelog.
   * Add russian debconf translation thanks to Yuriy Talakan. (Closes: #414093)
Files: 
 0fd189fc1302d82a08a66177d89ac118 602 web optional otrs2_2.1.6-1.dsc
 0d7e9d9947cf20ce9a573ebe271015bc 1627360 web optional otrs2_2.1.6.orig.tar.gz
 b5ab38a78cedcaddcbfcfb0e491edb2e 18832 web optional otrs2_2.1.6-1.diff.gz
 08ffe56f5c251b8a1e4998315d4d3e9d 1457582 web optional otrs2_2.1.6-1_all.deb

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

iD8DBQFF/xAnfY3dicTPjsMRAt6XAJ9YBDC12NRASqwL5VJL2oKRHQinywCeIyy8
4GeqXCKMg18M6op80ZMnBtI=
=UOP/
-END PGP SIGNATURE-


Accepted:
otrs2_2.1.6-1.diff.gz
  to pool/main/o/otrs2/otrs2_2.1.6-1.diff.gz
otrs2_2.1.6-1.dsc
  to pool/main/o/otrs2/otrs2_2.1.6-1.dsc
otrs2_2.1.6-1_all.deb
  to pool/main/o/otrs2/otrs2_2.1.6-1_all.deb
otrs2_2.1.6.orig.tar.gz
  to pool/main/o/otrs2/otrs2_2.1.6.orig.tar.gz


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



Accepted smartmontools 5.37-2 (source powerpc)

2007-03-19 Thread Guido Guenther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 23:04:15 +0100
Source: smartmontools
Binary: smartmontools
Architecture: source powerpc
Version: 5.37-2
Distribution: unstable
Urgency: low
Maintainer: Guido Guenther [EMAIL PROTECTED]
Changed-By: Guido Guenther [EMAIL PROTECTED]
Description: 
 smartmontools - control and monitor storage systems using S.M.A.R.T.
Closes: 411932
Changes: 
 smartmontools (5.37-2) unstable; urgency=low
 .
   * switch from dpatch to quilt
   * 20_fix-scsi-disk-detection.diff: patch from Douglas Gilbert to fix scsi
 disk detection (Closes: #411932)
Files: 
 c341eb232b048c84f892d37453c74bcf 661 utils optional smartmontools_5.37-2.dsc
 151263cc6c74697d58fbf2c01212575a 10316 utils optional 
smartmontools_5.37-2.diff.gz
 bddf42bbf6aa26875543d633fe41f6fe 295282 utils optional 
smartmontools_5.37-2_powerpc.deb

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

iD4DBQFF/w2nn88szT8+ZCYRAmUlAJjldpLtANNE7tJhs6Mol8e/+z9AAJwN9ylS
FcC/aw45+ss6O1lAeR9+Tw==
=OT9+
-END PGP SIGNATURE-


Accepted:
smartmontools_5.37-2.diff.gz
  to pool/main/s/smartmontools/smartmontools_5.37-2.diff.gz
smartmontools_5.37-2.dsc
  to pool/main/s/smartmontools/smartmontools_5.37-2.dsc
smartmontools_5.37-2_powerpc.deb
  to pool/main/s/smartmontools/smartmontools_5.37-2_powerpc.deb


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



Accepted rake 0.7.1-2 (source all)

2007-03-19 Thread Adam Majer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 17:41:26 -0500
Source: rake
Binary: rake
Architecture: source all
Version: 0.7.1-2
Distribution: unstable
Urgency: low
Maintainer: Adam Majer [EMAIL PROTECTED]
Changed-By: Adam Majer [EMAIL PROTECTED]
Description: 
 rake   - a ruby build program
Closes: 415425
Changes: 
 rake (0.7.1-2) unstable; urgency=low
 .
   * Added a patch from 0.7.2 that fixes the build error. Rake was
 using an internal Ruby function that was now changed.
 (closes: #415425)
Files: 
 d34424cb09cdf53196cd8f59fa190f37 610 devel optional rake_0.7.1-2.dsc
 017b388f51da6f0458cb98db566cd072 17746 devel optional rake_0.7.1-2.diff.gz
 dc945e1ace03276082c282f8565d 110114 devel optional rake_0.7.1-2_all.deb

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

iD8DBQFF/xIf73/bNdaAYUURAsCJAKC1bbFjT/GncBMGAVE717Uur8OHXACZAac6
SlbRLqLQHD85C16g6EVUrDY=
=Wykb
-END PGP SIGNATURE-


Accepted:
rake_0.7.1-2.diff.gz
  to pool/main/r/rake/rake_0.7.1-2.diff.gz
rake_0.7.1-2.dsc
  to pool/main/r/rake/rake_0.7.1-2.dsc
rake_0.7.1-2_all.deb
  to pool/main/r/rake/rake_0.7.1-2_all.deb


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



Accepted hobix 0.5~svn20070319-1 (source all)

2007-03-19 Thread Paul van Tilburg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 23:48:39 +0100
Source: hobix
Binary: hobix
Architecture: source all
Version: 0.5~svn20070319-1
Distribution: experimental
Urgency: low
Maintainer: Paul van Tilburg [EMAIL PROTECTED]
Changed-By: Paul van Tilburg [EMAIL PROTECTED]
Description: 
 hobix  - flexible generation of static blogs
Changes: 
 hobix (0.5~svn20070319-1) experimental; urgency=low
 .
   * New Subversion snapshot of the 0.5 release candidate:
 - Fixes incompatibility with Ruby 1.8.5 and 1.8.6.
 - Fixes some other Atom issues.
Files: 
 c3feb8e11df44f9d13c10685a770e355 1414 web optional hobix_0.5~svn20070319-1.dsc
 f27c8bf391f1d68f982f475a248ef2f3 246168 web optional 
hobix_0.5~svn20070319.orig.tar.gz
 cfb496e9f167e70588a52802c5b358fa 5877 web optional 
hobix_0.5~svn20070319-1.diff.gz
 30430d494398f5adf32c3d83a1d6d1fb 166556 web optional 
hobix_0.5~svn20070319-1_all.deb

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

iD8DBQFF/xVPJBBhylAGQYERAo+PAKCSX0u4bMJfYMt5925DID897fiDzgCfXQVb
UKqZ6njVo+jZ/bY4J1/JjKA=
=FZ7z
-END PGP SIGNATURE-


Accepted:
hobix_0.5~svn20070319-1.diff.gz
  to pool/main/h/hobix/hobix_0.5~svn20070319-1.diff.gz
hobix_0.5~svn20070319-1.dsc
  to pool/main/h/hobix/hobix_0.5~svn20070319-1.dsc
hobix_0.5~svn20070319-1_all.deb
  to pool/main/h/hobix/hobix_0.5~svn20070319-1_all.deb
hobix_0.5~svn20070319.orig.tar.gz
  to pool/main/h/hobix/hobix_0.5~svn20070319.orig.tar.gz


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



Accepted stlport5.1 5.1.2-1 (source i386)

2007-03-19 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 25 Feb 2007 15:13:00 +0100
Source: stlport5.1
Binary: libstlport5.1-dev libstlport5.1-dbg libstlport5.1
Architecture: source i386
Version: 5.1.2-1
Distribution: unstable
Urgency: low
Maintainer: Torsten Werner [EMAIL PROTECTED]
Changed-By: Torsten Werner [EMAIL PROTECTED]
Description: 
 libstlport5.1 - STLport C++ class library
 libstlport5.1-dbg - STLport C++ class library debug symbols
 libstlport5.1-dev - STLport C++ class library
Changes: 
 stlport5.1 (5.1.2-1) unstable; urgency=low
 .
   * New upstream release: only Windows related bugfixes.
Files: 
 fde3dd60dcf6ec919aef1cb190b6818e 776 devel optional stlport5.1_5.1.2-1.dsc
 93ebe224df2f265811c2194898c4897a 883251 devel optional 
stlport5.1_5.1.2.orig.tar.gz
 9433e6240dceb845229fece18696d521 9662 devel optional stlport5.1_5.1.2-1.diff.gz
 cc75d78e32ebb51cf10bcb2c8ee6b9dc 451856 libdevel optional 
libstlport5.1-dev_5.1.2-1_i386.deb
 f9c400bcb56a18b4408b9de77a1c30dd 216466 libs optional 
libstlport5.1_5.1.2-1_i386.deb
 a00c8b2f698f1b6ca7bbb8560031c5c7 921966 libs extra 
libstlport5.1-dbg_5.1.2-1_i386.deb

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

iD8DBQFF/xb+fY3dicTPjsMRAkQDAKCH8GV9Mg/8r91FcBSu/YzVtau7UQCeNVb+
fmYHZ9kIG+55RlVIVqb2u9I=
=AbmR
-END PGP SIGNATURE-


Accepted:
libstlport5.1-dbg_5.1.2-1_i386.deb
  to pool/main/s/stlport5.1/libstlport5.1-dbg_5.1.2-1_i386.deb
libstlport5.1-dev_5.1.2-1_i386.deb
  to pool/main/s/stlport5.1/libstlport5.1-dev_5.1.2-1_i386.deb
libstlport5.1_5.1.2-1_i386.deb
  to pool/main/s/stlport5.1/libstlport5.1_5.1.2-1_i386.deb
stlport5.1_5.1.2-1.diff.gz
  to pool/main/s/stlport5.1/stlport5.1_5.1.2-1.diff.gz
stlport5.1_5.1.2-1.dsc
  to pool/main/s/stlport5.1/stlport5.1_5.1.2-1.dsc
stlport5.1_5.1.2.orig.tar.gz
  to pool/main/s/stlport5.1/stlport5.1_5.1.2.orig.tar.gz


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



Accepted python-xattr 0.4-1 (source powerpc)

2007-03-19 Thread Guido Guenther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 20 Mar 2007 00:10:07 +0100
Source: python-xattr
Binary: python-xattr
Architecture: source powerpc
Version: 0.4-1
Distribution: unstable
Urgency: low
Maintainer: Guido Guenther [EMAIL PROTECTED]
Changed-By: Guido Guenther [EMAIL PROTECTED]
Description: 
 python-xattr - module for manipulating filesystem extended attributes
Changes: 
 python-xattr (0.4-1) unstable; urgency=low
 .
   * New Upstream Version
   * debian/patches/version: drop, fixed upstream
   * debian/patches/tool.py-add-missing-global: add, fix attribute display in
 xattr
Files: 
 ac84a8c104f1d862cd8a2dd61c30cad3 623 python optional python-xattr_0.4-1.dsc
 fa46d541a45f4d6d11c2ba4de5e9a286 10773 python optional 
python-xattr_0.4.orig.tar.gz
 db975dbdf667a3e987483aed983f43dd 2143 python optional 
python-xattr_0.4-1.diff.gz
 9fba1ddf49df0c99e13f6e1358565c05 12108 python optional 
python-xattr_0.4-1_powerpc.deb

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

iD8DBQFF/xygn88szT8+ZCYRAgQdAJ4iO1TMJaXyI3wSQQsWtUovFp1DHwCfSJ0l
5xEFngZqaM+9NVnlnk8LP8g=
=Pvx9
-END PGP SIGNATURE-


Accepted:
python-xattr_0.4-1.diff.gz
  to pool/main/p/python-xattr/python-xattr_0.4-1.diff.gz
python-xattr_0.4-1.dsc
  to pool/main/p/python-xattr/python-xattr_0.4-1.dsc
python-xattr_0.4-1_powerpc.deb
  to pool/main/p/python-xattr/python-xattr_0.4-1_powerpc.deb
python-xattr_0.4.orig.tar.gz
  to pool/main/p/python-xattr/python-xattr_0.4.orig.tar.gz


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



Accepted glibmm2.4 2.12.7-1 (source i386)

2007-03-19 Thread Bradley Bell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 13:48:35 -0700
Source: glibmm2.4
Binary: libglibmm-2.4-dev libglibmm-2.4-1c2a libglibmm-2.4-1c2a-dbg
Architecture: source i386
Version: 2.12.7-1
Distribution: unstable
Urgency: low
Maintainer: Bradley Bell [EMAIL PROTECTED]
Changed-By: Bradley Bell [EMAIL PROTECTED]
Description: 
 libglibmm-2.4-1c2a - C++ wrapper for the GLib toolkit (shared libraries)
 libglibmm-2.4-1c2a-dbg - C++ wrapper for the GLib toolkit (debug symbols)
 libglibmm-2.4-dev - C++ wrapper for the GLib toolkit (development files)
Changes: 
 glibmm2.4 (2.12.7-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 36fea4aa29600f1705944c2731558aeb 678 libs optional glibmm2.4_2.12.7-1.dsc
 0232ae4372093f3680f66512ce96459b 3470316 libs optional 
glibmm2.4_2.12.7.orig.tar.gz
 adc6ec299a60639516c670460b170304 7334 libs optional glibmm2.4_2.12.7-1.diff.gz
 f3d2b5c22951ff3c1bc96014eb3c0b39 1221348 libdevel optional 
libglibmm-2.4-dev_2.12.7-1_i386.deb
 0375312ab5721ae35af5633042df6546 723174 libdevel extra 
libglibmm-2.4-1c2a-dbg_2.12.7-1_i386.deb
 55188cbfe413ed0b3acdeccc5efd7c1f 135376 libs optional 
libglibmm-2.4-1c2a_2.12.7-1_i386.deb

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

iD8DBQFF/vwYteAcXeZ40aERAnoDAKCeS9sMnPpRTBE670AfIkJV5O0pkQCfQKzr
WJvQ+iLtkMc/CUYuVMUpqOI=
=gj+m
-END PGP SIGNATURE-


Accepted:
glibmm2.4_2.12.7-1.diff.gz
  to pool/main/g/glibmm2.4/glibmm2.4_2.12.7-1.diff.gz
glibmm2.4_2.12.7-1.dsc
  to pool/main/g/glibmm2.4/glibmm2.4_2.12.7-1.dsc
glibmm2.4_2.12.7.orig.tar.gz
  to pool/main/g/glibmm2.4/glibmm2.4_2.12.7.orig.tar.gz
libglibmm-2.4-1c2a-dbg_2.12.7-1_i386.deb
  to pool/main/g/glibmm2.4/libglibmm-2.4-1c2a-dbg_2.12.7-1_i386.deb
libglibmm-2.4-1c2a_2.12.7-1_i386.deb
  to pool/main/g/glibmm2.4/libglibmm-2.4-1c2a_2.12.7-1_i386.deb
libglibmm-2.4-dev_2.12.7-1_i386.deb
  to pool/main/g/glibmm2.4/libglibmm-2.4-dev_2.12.7-1_i386.deb


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



Accepted br.ispell 3.0~beta4-4 (source all i386)

2007-03-19 Thread Rafael Laboissiere
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 20 Mar 2007 00:56:02 +0100
Source: br.ispell
Binary: wbrazilian ibrazilian myspell-pt-br brazilian-conjugate
Architecture: source all i386
Version: 3.0~beta4-4
Distribution: unstable
Urgency: low
Maintainer: Rafael Laboissiere [EMAIL PROTECTED]
Changed-By: Rafael Laboissiere [EMAIL PROTECTED]
Description: 
 brazilian-conjugate - Brazilian Portuguese verb conjugator
 ibrazilian - Brazilian Portuguese dictionary for ispell
 myspell-pt-br - Brazilian Portuguese dictionary for myspell
 wbrazilian - Brazilian Portuguese wordlist
Changes: 
 br.ispell (3.0~beta4-4) unstable; urgency=low
 .
   * Uploading to unstable, now that aspell6-pt-br entered sid
Files: 
 a8a596331660f000c2185bddc460a795 707 text optional br.ispell_3.0~beta4-4.dsc
 9af7e43338c9e7f7541743afad433f40 10007 text optional 
br.ispell_3.0~beta4-4.diff.gz
 e7f2e0e257a340f6171ff718cf4913de 103802 text extra 
brazilian-conjugate_3.0~beta4-4_all.deb
 19ba4bc9447f100e2357d09ab5cce433 163154 text optional 
myspell-pt-br_3.0~beta4-4_all.deb
 52eb121b7b538b6de1e6ee7416e8eaf1 670034 text optional 
wbrazilian_3.0~beta4-4_all.deb
 df3b0bde9e379968c13e89ad6b622048 363404 text optional 
ibrazilian_3.0~beta4-4_i386.deb

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

iD8DBQFF/yaRk3oga0pdcv4RAqSuAJ9NvBL5BXnJC5qX8zX8m/6DRzXUxQCfeRHf
1q7w713ahI6nmqo42+rcxc0=
=7Mqo
-END PGP SIGNATURE-


Accepted:
br.ispell_3.0~beta4-4.diff.gz
  to pool/main/b/br.ispell/br.ispell_3.0~beta4-4.diff.gz
br.ispell_3.0~beta4-4.dsc
  to pool/main/b/br.ispell/br.ispell_3.0~beta4-4.dsc
brazilian-conjugate_3.0~beta4-4_all.deb
  to pool/main/b/br.ispell/brazilian-conjugate_3.0~beta4-4_all.deb
ibrazilian_3.0~beta4-4_i386.deb
  to pool/main/b/br.ispell/ibrazilian_3.0~beta4-4_i386.deb
myspell-pt-br_3.0~beta4-4_all.deb
  to pool/main/b/br.ispell/myspell-pt-br_3.0~beta4-4_all.deb
wbrazilian_3.0~beta4-4_all.deb
  to pool/main/b/br.ispell/wbrazilian_3.0~beta4-4_all.deb


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



Accepted geshi 1.0.7.18-1 (source all)

2007-03-19 Thread Romain Beauxis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 20 Mar 2007 02:21:07 +0100
Source: geshi
Binary: php-geshi
Architecture: source all
Version: 1.0.7.18-1
Distribution: unstable
Urgency: low
Maintainer: Mediawiki Maintenance Team [EMAIL PROTECTED]
Changed-By: Romain Beauxis [EMAIL PROTECTED]
Description: 
 php-geshi  - Generic Syntax Highlighter
Changes: 
 geshi (1.0.7.18-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 cd8b5c0edbbfd3a6148a8c7dbd6b14e7 756 web optional geshi_1.0.7.18-1.dsc
 4b65ec696748ed38e7f34766fae20fac 399373 web optional geshi_1.0.7.18.orig.tar.gz
 9638b27f0c49cace0310c0bb9acfd312 2278 web optional geshi_1.0.7.18-1.diff.gz
 f151937ca8081d22da786ac0a2bcb07d 350768 web optional 
php-geshi_1.0.7.18-1_all.deb

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

iD8DBQFF/zf2nuQ3Rt5ZmAARAkrcAKCBJFIkeJSSI4B/sUF6l1nSuOKZnQCeMaUT
KljdoR13Z0bQoFf3L1GcqoY=
=HbNc
-END PGP SIGNATURE-


Accepted:
geshi_1.0.7.18-1.diff.gz
  to pool/main/g/geshi/geshi_1.0.7.18-1.diff.gz
geshi_1.0.7.18-1.dsc
  to pool/main/g/geshi/geshi_1.0.7.18-1.dsc
geshi_1.0.7.18.orig.tar.gz
  to pool/main/g/geshi/geshi_1.0.7.18.orig.tar.gz
php-geshi_1.0.7.18-1_all.deb
  to pool/main/g/geshi/php-geshi_1.0.7.18-1_all.deb


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



Accepted reportbug 3.34 (source all)

2007-03-19 Thread Chris Lawrence
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 17:14:06 -0500
Source: reportbug
Binary: reportbug
Architecture: source all
Version: 3.34
Distribution: unstable
Urgency: low
Maintainer: Chris Lawrence [EMAIL PROTECTED]
Changed-By: Chris Lawrence [EMAIL PROTECTED]
Description: 
 reportbug  - reports bugs in the Debian distribution
Closes: 386659 404249 407133 407587 409445 412766 415339 415340
Changes: 
 reportbug (3.34) unstable; urgency=low
 .
   * The why can't I make Python assume the user is sane and using UTF-8
 instead of 7-bit ASCII release?
   * Fix check for nonexistent/bogus package names.  (Closes: #407587)
   * Avoid crash with Unicode maintainer names.  (Closes: #409445)
   * Avoid crash with Unicode crap in debconf output.  (Closes: #386659)
   * Fiddle with more Unicode crap in hopes of avoiding crashes.
 (Closes: #407133)
   * Use fancy iterator to avoid caching apt-cache dumpavail and the status
 database.  Downside: more disk thrashing.  Upside: less memory used.
 (Closes: #404249)
   * Urwid UI patches: fix wide buttons and add question marks to yes/no
 prompts.  Thanks to Rafael Laboissiere.  (Closes: #415339, #415340)
   * Kudos go to packages.debian.org directly if smtphost is set to
 bugs.debian.org; we also send all kudos to [EMAIL PROTECTED]
 (Closes: #412766)
Files: 
 4fd4b8ca32abfc85d5f914bdccb33912 606 utils standard reportbug_3.34.dsc
 ce352ca047eeaccb3342df9bc19e3957 156706 utils standard reportbug_3.34.tar.gz
 d032630ebef3bbd399494248ba48d5ab 144890 utils standard reportbug_3.34_all.deb

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

iD8DBQFF/xcg2wQKE6PXubwRAsoDAJ42iZpMw4QLk2GwcNOjge993BDL4ACg578Y
CjG7GdWtik7kQC9ek6fzjew=
=vMWY
-END PGP SIGNATURE-


Accepted:
reportbug_3.34.dsc
  to pool/main/r/reportbug/reportbug_3.34.dsc
reportbug_3.34.tar.gz
  to pool/main/r/reportbug/reportbug_3.34.tar.gz
reportbug_3.34_all.deb
  to pool/main/r/reportbug/reportbug_3.34_all.deb


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



Accepted keyjnotegui 0.4.2-1 (source all)

2007-03-19 Thread Yaroslav Halchenko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 23:57:32 -0400
Source: keyjnotegui
Binary: keyjnotegui
Architecture: source all
Version: 0.4.2-1
Distribution: unstable
Urgency: low
Maintainer: Yaroslav Halchenko [EMAIL PROTECTED]
Changed-By: Yaroslav Halchenko [EMAIL PROTECTED]
Description: 
 keyjnotegui - KDE frontend for the presentation program KeyJnote
Changes: 
 keyjnotegui (0.4.2-1) unstable; urgency=low
 .
   * Fresh upstream release fixing incompatibility of 0.4.1 with recent
 release (0.9.3) of keyjnote.
Files: 
 6f7b3fc7ef621ec74dfb69e0fb2c5a1e 680 x11 extra keyjnotegui_0.4.2-1.dsc
 3a7186a71fe900393de29fee01a60c57 35966 x11 extra keyjnotegui_0.4.2.orig.tar.gz
 48ea252e60c6f976febf556950e3fa37 2375 x11 extra keyjnotegui_0.4.2-1.diff.gz
 7dc8213e07f171b4b485bd56d6f3b657 24200 x11 extra keyjnotegui_0.4.2-1_all.deb

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

iD8DBQFF/19mjRFFY3XAJMgRAixnAKCdTFyX4DCIPC8qFQeZ4mn+lQgenwCg0y7i
8gYzE2DA6VKbQQA3ShtmUiw=
=VHn5
-END PGP SIGNATURE-


Accepted:
keyjnotegui_0.4.2-1.diff.gz
  to pool/main/k/keyjnotegui/keyjnotegui_0.4.2-1.diff.gz
keyjnotegui_0.4.2-1.dsc
  to pool/main/k/keyjnotegui/keyjnotegui_0.4.2-1.dsc
keyjnotegui_0.4.2-1_all.deb
  to pool/main/k/keyjnotegui/keyjnotegui_0.4.2-1_all.deb
keyjnotegui_0.4.2.orig.tar.gz
  to pool/main/k/keyjnotegui/keyjnotegui_0.4.2.orig.tar.gz


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



Accepted python-ldap-doc 2.2.0.dfsg-1 (source all)

2007-03-19 Thread Matej Vela
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 20 Mar 2007 07:38:25 +0100
Source: python-ldap-doc
Binary: python-ldap-doc
Architecture: source all
Version: 2.2.0.dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Matej Vela [EMAIL PROTECTED]
Changed-By: Matej Vela [EMAIL PROTECTED]
Description: 
 python-ldap-doc - Documentation for the Python LDAP interface module
Closes: 407535
Changes: 
 python-ldap-doc (2.2.0.dfsg-1) unstable; urgency=low
 .
   * Add LICENCE to the upstream tarball.  Closes: #407535.
   * Handle PNGs generated by newer versions of latex2html.
   * Move cdbs, debhelper from Build-Depends-Indep to Build-Depends.
   * Conforms to Standards version 3.7.2.
Files: 
 a2c092b3127eea7033139f765d95b888 648 contrib/doc optional 
python-ldap-doc_2.2.0.dfsg-1.dsc
 2e390f2e35a0cdb24272d10d28e9816b 21657 contrib/doc optional 
python-ldap-doc_2.2.0.dfsg.orig.tar.gz
 f0a82014ca3453e68e864d65ea8721d4 1877 contrib/doc optional 
python-ldap-doc_2.2.0.dfsg-1.diff.gz
 248fc48c20595695fa6bc2b7cb99d0cd 39080 contrib/doc optional 
python-ldap-doc_2.2.0.dfsg-1_all.deb

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

iD8DBQFF/4GvqbYs6sQrY8oRAgcdAJ4qS/UrB1ShjJXXme5U4ATQ+GH5dwCfROKU
4TSoBU/QOB++gZmrUfQmyyw=
=tNCT
-END PGP SIGNATURE-


Accepted:
python-ldap-doc_2.2.0.dfsg-1.diff.gz
  to pool/contrib/p/python-ldap-doc/python-ldap-doc_2.2.0.dfsg-1.diff.gz
python-ldap-doc_2.2.0.dfsg-1.dsc
  to pool/contrib/p/python-ldap-doc/python-ldap-doc_2.2.0.dfsg-1.dsc
python-ldap-doc_2.2.0.dfsg-1_all.deb
  to pool/contrib/p/python-ldap-doc/python-ldap-doc_2.2.0.dfsg-1_all.deb
python-ldap-doc_2.2.0.dfsg.orig.tar.gz
  to pool/contrib/p/python-ldap-doc/python-ldap-doc_2.2.0.dfsg.orig.tar.gz


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



¿DebConf9 in Extremadura?

2007-03-19 Thread Amaya
Bueno, pues parece natural, y me gustaría saber cómo andamos de ganas de
implicarnos. ¿Opiniones? ¿Comentarios?

- Forwarded message from Amaya [EMAIL PROTECTED] -

Date: Tue, 20 Mar 2007 00:58:29 +0100
From: Amaya [EMAIL PROTECTED]
To: debconf-team@lists.debconf.org
Subject: Re: [Debconf-team] ¿DebConf9 in Extremadura?

César Gómez Martín wrote:
 What a want with this mail is to let you know that the goverment of
 Extremadura is interested in holding a Debian Conference in 2009 or
 whenever it would be possible. And we would like to know all the
 details we need to know to apply for it.

OMG! No! César! Are you sure of what you are about to get us into? ;)

Gunnar Wolf wrote:
 I suppose you know Amaya Rodrigo - She lives in the Madrid area, and
 has been involved in Debconf organization for several years, she can
 surely point you at some of the things to keep an eye on. 

Heh, we sure know each other! 
I am more than willing to get César on track and come up with a strong
Debconf9 bet, but he will first need to make sure we'll have a sauna
available :)

- End forwarded message -

-- 
  ·''`. If I can't dance to it, it's not my revolution
 : :' :-- Emma Goldman
 `. `'   Proudly running Debian GNU/Linux (unstable)
   `- www.amayita.com  www.malapecora.com  www.chicasduras.com


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



Re: ¿DebConf9 in Extremadura?

2007-03-19 Thread Ghe Rivero

Ganas de implicarnos? Todas
Opiniones y comentarios? The show must (go on!) start!

   Ghe Rivero

PD.- Las 7 de la mañana no son horas para leer estas noticias

On 3/20/07, Amaya [EMAIL PROTECTED] wrote:

Bueno, pues parece natural, y me gustaría saber cómo andamos de ganas de
implicarnos. ¿Opiniones? ¿Comentarios?

- Forwarded message from Amaya [EMAIL PROTECTED] -

Date: Tue, 20 Mar 2007 00:58:29 +0100
From: Amaya [EMAIL PROTECTED]
To: debconf-team@lists.debconf.org
Subject: Re: [Debconf-team] ¿DebConf9 in Extremadura?

César Gómez Martín wrote:
 What a want with this mail is to let you know that the goverment of
 Extremadura is interested in holding a Debian Conference in 2009 or
 whenever it would be possible. And we would like to know all the
 details we need to know to apply for it.

OMG! No! César! Are you sure of what you are about to get us into? ;)

Gunnar Wolf wrote:
 I suppose you know Amaya Rodrigo - She lives in the Madrid area, and
 has been involved in Debconf organization for several years, she can
 surely point you at some of the things to keep an eye on.

Heh, we sure know each other!
I am more than willing to get César on track and come up with a strong
Debconf9 bet, but he will first need to make sure we'll have a sauna
available :)

- End forwarded message -

--
  ·''`. If I can't dance to it, it's not my revolution
 : :' :-- Emma Goldman
 `. `'   Proudly running Debian GNU/Linux (unstable)
   `- www.amayita.com  www.malapecora.com  www.chicasduras.com


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






Re: myphpmoney

2007-03-19 Thread Herbert P Fortes Neto
On Sun, 18 Mar 2007 18:50:54 +0100
tobozo [EMAIL PROTECTED] wrote:

 Herbert,

   I will be glad to do that. How would like to make this
  (to pass admin)?

 It seems like it's already been done ;-)

 feel free to contact Courou or myself for any question regarding the
 framework, we're keeping an eye on the project even though we can't
 give it development time ..

 Great. Thanks! I will keep contact.

 be well

 tobozo



 []

--
Herbert Parentes Fortes Neto (hpfn)
Linux user number 416100
0x9834F79E -- http://pgp.mit.edu/



pgpkgfgwbXhmH.pgp
Description: PGP signature


Re: myphpmoney

2007-03-19 Thread Felipe Augusto van de Wiel (faw)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 03/19/2007 09:40 AM, Herbert P Fortes Neto wrote:
 On Sun, 18 Mar 2007 18:50:54 +0100
 tobozo [EMAIL PROTECTED] wrote:
 
 Herbert,

  I will be glad to do that. How would like to make this
 (to pass admin)?
 It seems like it's already been done ;-)

 feel free to contact Courou or myself for any question regarding the
 framework, we're keeping an eye on the project even though we can't
 give it development time ..
 
  Great. Thanks! I will keep contact.
 
 be well

 tobozo

Herbert,

O que exatamente significa essa mensagem? :)

Pelo que entendi, você teve acesso ao projeto no SourceForge,
é isso?

Abraço,

- --
Felipe Augusto van de Wiel (faw)
Debian. Freedom to code. Code to freedom!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF/qkUCjAO0JDlykYRAuKvAJ9may95nSsW36GsYG/TlNVbWQEVWgCfWszs
ICsldoU9YM+yXe6lGVhY4yo=
=c3v8
-END PGP SIGNATURE-


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



Re: myphpmoney

2007-03-19 Thread Herbert P Fortes Neto
On Mon, 19 Mar 2007 12:15:32 -0300
Felipe Augusto van de Wiel (faw) [EMAIL PROTECTED] wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 03/19/2007 09:40 AM, Herbert P Fortes Neto wrote:
  On Sun, 18 Mar 2007 18:50:54 +0100
  tobozo [EMAIL PROTECTED] wrote:
 
  Herbert,
 
   I will be glad to do that. How would like to make this
  (to pass admin)?
  It seems like it's already been done ;-)
 
  feel free to contact Courou or myself for any question regarding the
  framework, we're keeping an eye on the project even though we can't
  give it development time ..
 
   Great. Thanks! I will keep contact.
 
  be well
 
  tobozo

 Herbert,

   O que exatamente significa essa mensagem? :)

   Pelo que entendi, você teve acesso ao projeto no SourceForge,
 é isso?

 Sim. Tobozo deu acesso ao projeto.

 Achei bom informar a lista por conta das
especulações feitas em torno do projeto quando
iniciei o assunto do empacotamento.

 Tenho tempo de sobra para participar do projeto
e quero aproveitar para me aprofundar no assunto.
Mas se alguém se animou no início e quiser fazer
alguma coisa, o projeto não está mais parado.

 É isso.


 []

--
Herbert Parentes Fortes Neto (hpfn)
Linux user number 416100
0x9834F79E -- http://pgp.mit.edu/



pgp05L8x3Cm7z.pgp
Description: PGP signature