Re: packages still setting /usr/doc link

2005-08-17 Thread Andrew Pollock
On Mon, Aug 15, 2005 at 01:19:34AM +0200, Henning Makholm wrote:
 Scripsit Joey Hess [EMAIL PROTECTED]
 
  The following is a list by maintainer of the 497 packages that still
  contain code in their postinst to create links in /usr/doc/.
 
 Some of these packages have been orphaned, but have not yet had their
 maintainer fields switched to QA.
 

There's only 30 odd packages currently listed at
http://qa.debian.org/orphaned.html, and I progressively work through that
list in my copious amounts of spare time, so as long as Jeroen sits on his
hands for a couple of weeks, in theory I'd have that whittled down to about
half a dozen hard cases.

regards

Andrew


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



dpkg package descriptions and operation of apt and dselect

2005-08-17 Thread rj-cole
Hi,

I'm trying to write some software to visualise conflicts that arise
between packages in debian unstable. As a first step I'm trying to
understand the debian package descriptions in
/var/lib/dpkg/{available,status}. An I have some questions:

1. What is a good source for an explaination of package dependencies
and the actions of dselect and apt-get. So far I've only found the man
pages for dpkg, dselect, and apt-get and the debian policy manual.

2. Looking at my system (visible in the status file) I see that I have
installed gs-common 0.3.7, and gs-gpl 8.01-5, now gs-common conflicts
with 'gs ( 6.51)' but gs-gpl provides gs. So my question is: does an
expression 'gs ( 6.51)' include the virtual package gs? So far I have
been modelling that the virtual package gs has an empty version which
comes before any other version, but that would see an expression like
'gs ( 6.51)' match a package 'gs'. What about if a package depends on
'gs ( 6.51)' would that be satisfied by a package that provided gs?

3. Has anyone tried to formally describe package dependencies in in
debian and the rules under which a package may or may not be installed?

regards,

Richard.


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



Re: pdebuild on a remote chrooted system?

2005-08-17 Thread Ivo Marino
On Tue, 2005-08-16 at 19:46 -0400, Roberto C. Sanchez wrote:

 I'm not sure how, but I know that Anibal has set up his pbuilder to
 accept emails (or emails to be delivered to his pbuilder).  Since he
 sponsors my uploads, I email his pbuilder with the URL of the .dsc file
 for the package I have placed on my website, and the pbuilder builds the
 package and sends me the output.  Is that what you mean?  Maybe Anibal
 can provide us all with the secret of his success? :-)
 
Hello Roberto,

Yes, this sounds quite interesting (I'll Cc: Anibal in this reply).
Maybe ha wrote a short tutorial on how to configure pbuilder along with
his MTA.

 -Roberto
 
Thanks for feedback.
Regards,

 I.

P.S. I'm currently off-list so please Cc: me on each reply, thanks.

-- 
   .''`.   Ivo Marino [EMAIL PROTECTED]
  : :' :   irc.FreeNode.net chan #debian-mentors
  `. ``UIN 32463141 + JID [EMAIL PROTECTED]
`- Homepage http://mentors.debian.net/~eim/


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


sponsors.debian.net beta

2005-08-17 Thread Neil McGovern
Lo all,

http://sponsors.debian.net is now around 90% finished, so I'm looking
for people to try and break it :)


= So, what's this all about then? =
Well, a while ago there was a great site that allowed sponsorees to request a
sponsor, and a sponsor to take a sponsoree under their wing. It was not
intended to last for years and to grow to such a size, and so died an untimely
death. This site will (hopefully) replace it.


= What this isn't =
This is NOT a relacement for the Debian Mentors tools (mailing list, irc
channel and repository). It's merely here to compliment these projects.


= Current Features =
* Auto update of done ITPs
* Auto detection of ITPs by people who require sponsorship
* Email submitter when a sponsor takes a package


= Planned features=

* Auto mailing to debian-mentors@lists.debian.org with a summary of this
  weeks changes (a la rc bugs stylee)
* Sync with mentors.debian.net for automatically detecting sources


So, please pop along and register.

All the best,
Neil McGovern
-- 
   __   
 .Ž  `. [EMAIL PROTECTED]
 : :' ! 
 `. `Ž  gpg: B345BDD3
   `-   Please don't cc, I'm subscribed to the list


signature.asc
Description: Digital signature


Re: dpkg package descriptions and operation of apt and dselect

2005-08-17 Thread Marc 'HE' Brockschmidt
rj-cole [EMAIL PROTECTED] writes:
 2. Looking at my system (visible in the status file) I see that I have
 installed gs-common 0.3.7, and gs-gpl 8.01-5, now gs-common conflicts
 with 'gs ( 6.51)' but gs-gpl provides gs. So my question is: does an
 expression 'gs ( 6.51)' include the virtual package gs? So far I have
 been modelling that the virtual package gs has an empty version which
 comes before any other version, but that would see an expression like
 'gs ( 6.51)' match a package 'gs'. What about if a package depends on
 'gs ( 6.51)' would that be satisfied by a package that provided gs?

Versioned Dependencies on (and Conflicts against) virtual packages are
not supported. This means that only *real* packages (the package with
the name gs, in this case) are considered.

 3. Has anyone tried to formally describe package dependencies in in
 debian and the rules under which a package may or may not be installed?

Errr, the formal description is the dpkg source.

Marc
-- 
BOFH #357:
I'd love to help you -- it's just that the Boss won't let me near
the computer. 


pgpf5srsKEYDL.pgp
Description: PGP signature


Re: executable files in examples?

2005-08-17 Thread Joerg Sommer
Marcelo E. Magallon [EMAIL PROTECTED] wrote:
 On Mon, Aug 15, 2005 at 08:51:31PM +, Joerg Sommer wrote:

  I reported my wish #281892 to have a file in examples executable to
  make it possible to create a symlink on it that is placed in the
  PATH. Or that is to say I would like to have the file
  bogominitrain.pl in examples executable to symlink on it from ~/bin/.
  This way I have always the up to date version (in contrast to copying
  the file).

 $ cat  ~/bin/foo
 #!/bin/sh

 perl /usr/share/pkg/examples/foo.pl $*

OK, this is a possibility.

  That said, I guess I don't think it's sane to define policy for
  something like this.

Do the policy say executable files are prohibited in examples?

  My guess (I won't go near bogofilter, that dog ate my homework once
  already) is that the script isn't generally useful

No, it's very useful.

  and upstream doesn't want to maintain a generally useful script with
  that functionality.

It's maintained in that way, that it is the up to date version. That's
enough for me.

Greeting, Jörg.
-- 
Nichts ist so langweilig, wie die Wiederholung seinerselbst.
(Marcel Reich-Ranicki)


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



Re: mass bug filing on packages that are blocking use of cdebconf

2005-08-17 Thread Nicolas Duboc
On Tue, Aug 02, 2005 at 06:46:20PM -0400, Joey Hess wrote:
 I intend to eventually file bugs on packages in Debian which depend on
 debconf without an alternate of debconf-2.0, as all of these make it
 impossible to install cdebconf, which we would eventually like to
 replace debconf.
 
[...]

 Nicolas Duboc [EMAIL PROTECTED]
spamprobe

  Fixed in latest upload (1.2a-1).

  Thanks,

-- 
Nicolas Duboc [EMAIL PROTECTED]


pgpdwtMM3deHF.pgp
Description: PGP signature


Re: mass bug filing on packages that are blocking use of cdebconf

2005-08-17 Thread Ben Armstrong
On Sun, 2005-08-07 at 17:08 -0300, Ben Armstrong wrote:
 I offered this for adoption a while back.  Nobody took up my offer.  I
 finally uploaded xpilot-ng today (see my 3-year-old ITP #141099) and
 plan to make it supercede xpilot (i.e. strip the contents of the old
 xpilot packages to turn them into dummy metas to assist with the
 upgrade).
 
 So, either wait for xpilot-ng's acceptance and its subsequent
 replacement of xpilot, or if you need this resolved sooner, go ahead and
 NMU xpilot with just the debconf fix.  I won't have time for either
 until next weekend.

The debconf dependency is now removed from xpilot, as it is now just a
transition package to upgrade to xpilot-ng, which doesn't have the
dependency either.

Ben


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



Re: packages still setting /usr/doc link

2005-08-17 Thread Henning Makholm
Scripsit Andrew Pollock
 On Mon, Aug 15, 2005 at 01:19:34AM +0200, Henning Makholm wrote:

  Some of these packages have been orphaned, but have not yet had their
  maintainer fields switched to QA.

 There's only 30 odd packages currently listed at
 http://qa.debian.org/orphaned.html, and I progressively work through
 that list in my copious amounts of spare time,

I was not complaining, merely pointing out that the maintainers in
Joey's list are not always the only ones who need to care about the
problem. Sorry if it came out looking like criticism.

-- 
Henning Makholm   `Update' isn't a bad word; in the right setting it is
 useful. In the wrong setting, though, it is destructive...


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



Re: RFH: postfix-policyd using dbconfig-common and ucf

2005-08-17 Thread sean finney
hi ondrej,

sorry for the delay, just got back from vacation :)

On Fri, Aug 12, 2005 at 02:03:16PM +0200, Ondrej Sury wrote:
 DATABASE:
 It seems that I can use dbconfig-common for database changes, I have
 slight idea how to implement it, but there are some questions about it:
 
 - can it handle databases on another host - server
   (it's not uncommon to not have database on main server or have more
mail servers using same database)

it has the same level of support for remote databases as it does for
local databases, though you will need to make sure that there is a
remotely accessible administrative account that can do the necessary
grants/etc for the accounts/databases used by the package.

however, if you have multiple servers each with this package and they
are all using the same central database, you might have some trouble
with performing database upgrades if each package tries to perform
the same upgrade on the same database.  in such a case, you can get
around it simply by answering no to the perform automatic upgrade
debconf question.

 - how do I handle situation where old version is not based on
 dbconfig-common and I have to handle both situations: new installs and
 upgrades from that old version.  I guess I can use some postinst magick?
 Like case $1; do configure)) ... esac.

there's support for this.  read the dbconfig-common-using document[1]
and it should tell you what you need to do.  there's also an alioth
mailing list for discussing dbconfig-common if you're interested[2].

 CONFIG:
 Config file is kept in /etc/postfix-policyd.conf.
 
 I need to accomplish several things:
 
 - add new stuff to config file based on which version I am upgrading
 from.
 
 - integrate with dbconfig-common, ie. set MYSQL{HOST,USER,PASS,DBASE}

this is also possible, again check the previously mentioned docs.
look for 'dbconfig-generate-include' and 'dbconfig-load-include'
(or read the fine manpages).  if the conf file is a complicated or
arbitrary format, there's a feature in cvs youmight be interested
in (contact me on the alioth list to hear more about that if necessary)


sean


-- 
[1] /usr/share/doc/dbconfig-common/dbconfig-common-using.html
[2] [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#323629: ITP: smarty-gettext -- provides gettext support for smarty

2005-08-17 Thread Cyril Bouthors
Package: wnpp
Severity: wishlist

* Package name: smarty-gettext
  Version : 1.0b1
  Upstream Author : Sagi Bashari boom.org.il
* URL or Web page : http://sf.net/projects/smarty-gettext/
* License : GPL
  Description : provides gettext support for smarty
-- 
Cyril Bouthors


pgpRmr5zqMMub.pgp
Description: PGP signature


RFS : libguichan : Fully customizable and extensible Widgets for SDL, Allegro, and OpenGL. (2)

2005-08-17 Thread FERREIRA Yohann
Hi all,

I am willing to become the debian maintainer of the guichan 
library set.

http://guichan.sourceforge.net

What is Guichan?
-
Guichan is a small, efficient C++ GUI library designed for games. 
It comes with a standard set of widgets and can use several different objects 
for displaying graphics and grabbing user input.

So what are these objects you are talking about?

Guichan has a very abstract design which allows users of Guichan to use 
different objects for displaying of graphics and grabbing of user input. 
Guichan comes with (for now) 3 implemented graphics objects 
(SDLGraphics, OpenGLGraphics and AllegroGraphics) and 2 implemented input 
objects (SDLInput and AllegroInput),

Guichan is already fully working and several projects already use it. it's 
highely efficient.
(The Mana World, Crown  Cutlass, ...)

See : http://www.themanaworld.org for an explicit example of what can be done 
with libguichan.

As for the debianization, I've made a repository that stores both source and 
packages of it, and also the debian folder. Any comments are very welcome.

See http://bertram.ifrance.com/libguichan for packages and source
You can also use :
deb http://bertram.ifrance.com/libguichan ./
to get packages and source with apt.

If anyone has the kindness and the patience to become my sponsor, I'll be 
truly happy to start the discussion with him, and look for bugs and what 
could be improved with him.

Please let me know where and when we could chat (or by mail, it doesn't 
matter) if you're interested.
My mail, if you don't have already is : [EMAIL PROTECTED]

Regards, and thanks for reading 'till the end.

Bertram


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



Re: pdebuild on a remote chrooted system?

2005-08-17 Thread Otavio Salvador
Roberto C. Sanchez [EMAIL PROTECTED] writes:

 I'm not sure how, but I know that Anibal has set up his pbuilder to
 accept emails (or emails to be delivered to his pbuilder).  Since he
 sponsors my uploads, I email his pbuilder with the URL of the .dsc file
 for the package I have placed on my website, and the pbuilder builds the
 package and sends me the output.  Is that what you mean?  Maybe Anibal
 can provide us all with the secret of his success? :-)

I'm interested in how he did it since it would be useful to me as
sponsor too :-D

-- 
O T A V I OS A L V A D O R
-
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://www.freedom.ind.br/otavio
-
Microsoft gives you Windows ... Linux gives
 you the whole house.


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



Re: pdebuild on a remote chrooted system?

2005-08-17 Thread Otavio Salvador
Ivo Marino [EMAIL PROTECTED] writes:

 On Tue, 2005-08-16 at 19:46 -0400, Roberto C. Sanchez wrote:

 I'm not sure how, but I know that Anibal has set up his pbuilder to
 accept emails (or emails to be delivered to his pbuilder).  Since he
 sponsors my uploads, I email his pbuilder with the URL of the .dsc file
 for the package I have placed on my website, and the pbuilder builds the
 package and sends me the output.  Is that what you mean?  Maybe Anibal
 can provide us all with the secret of his success? :-)
 
 Hello Roberto,

 Yes, this sounds quite interesting (I'll Cc: Anibal in this reply).
 Maybe ha wrote a short tutorial on how to configure pbuilder along with
 his MTA.

Nice :-D

Anibal, could you provide your script and maybe a recipe how to get it
working?

-- 
O T A V I OS A L V A D O R
-
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://www.freedom.ind.br/otavio
-
Microsoft gives you Windows ... Linux gives
 you the whole house.


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



Re: sponsors.debian.net beta

2005-08-17 Thread Otavio Salvador
Neil McGovern [EMAIL PROTECTED] writes:

 Lo all,

 http://sponsors.debian.net is now around 90% finished, so I'm looking
 for people to try and break it :)

Wow! Amazing.

Maybe would be good to have a pbuilder to build and test the proposed
packages and report all lintian and linda warnings too. This can make
the sponsor life easier since he can check it be web before grab the
sources to build it and check again.

Congratulations! :-D

-- 
O T A V I OS A L V A D O R
-
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://www.freedom.ind.br/otavio
-
Microsoft gives you Windows ... Linux gives
 you the whole house.


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



Bug#323673: ITP: libihelp-ruby -- Ruby console contextual help

2005-08-17 Thread Esteban Manchado Velázquez
Package: wnpp
Severity: wishlist
Owner: Esteban Manchado Velázquez [EMAIL PROTECTED]

* Package name: libihelp-ruby
  Version : 3.1
  Upstream Author : Ilmari Heikkinen kig misfiring net
* URL : http://fhtr.org/projects/ihelp/
* License : Ruby's
  Description : Ruby console contextual help

IHelp (Interactive Help) provides contextual help for classes, modules and
methods by using ri. It's specially useful when combined with irb, the
interactive console.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.8-2-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)



Bug#78782: Life Experience D3grees

2005-08-17 Thread Terri Tackett
Good day [EMAIL PROTECTED],

A Genuine College Degree in 2 weeks !  1-206-350-5982  - ccall n0ww !


Have you ever thought that the only thing stopping you from a great job and 
better pay was a few letters behind your name?  

Well now you can get them!

BA   BSc     MAMScMBA   PhD

Within 2 weeks!  No Study Required! 100% Verifiable!


These are real, genuine non accredited degrees that include Bachelors, Masters 
and Doctorate degrees.  

They are verifiable and student records and transcripts are also available. 

This little known secret has been kept quiet for years.  The opportunity exists 
due to a legal loophole allowing some established colleges to award degrees at 
their discretion.

With all of the attention that this news has been generating, I wouldn't be 
surprised to see this loophole closed very soon.  Order yours today.  Just call 
the number below.  You'll thank me later.



1-206-350-5982



Gina Glover






(theme from jeopardy)3


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



Bug#323689: ITP: op-panel -- switchboard type application for the Asterisk PBX.

2005-08-17 Thread Alejandro Rios P.
Package: wnpp
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* Package name: op-panel
  Upstream Author : Nicolás Gudiño [EMAIL PROTECTED]  
* URL : http://www.asternic.org/
* License : GPL
  Description : switchboard type application for the Asterisk PBX.

 Flash Operator Panel is a switchboard type application for
 the Asterisk PBX. It runs on a web browser with the flash plugin.
 .
 It is able to display information about your PBX activity in real time.
 The layout is configurable (button sizes and colors, icons, etc). You can 
 have more than 100 buttons active per screen.
 .
 It also supports contexts: you can have one server running and many
 different client displays (for hosted PBX, different departments,
 etc). It can integrate with CRM software, by poping up a web page
 (and passing the CLID) when a specified button is ringing.

- -- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Kernel: Linux 2.6.8.1-3-386
Locale: LANG=es_CO, LC_CTYPE=es_CO

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

iD8DBQFDA7yloby7LzBs3/MRApTCAKCPesl+5FTRorTW1d7unq9a1oeqWQCgyf+w
fOyfKtHvK4uR3sgqeFIyNE8=
=QjHm
-END PGP SIGNATURE-


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



Bug#323697: ITP: kdesvn -- subversion client with tight KDE integration

2005-08-17 Thread Michael Biebl
Package: wnpp
Severity: wishlist
Owner: Michael Biebl [EMAIL PROTECTED]

* Package name: kdesvn
  Version : 0.5.1
  Upstream Author : Rajko Albrecht [EMAIL PROTECTED]
* URL : http://www.alwins-world.de/programs/kdesvn/
* License : GPL
  Description : subversion client with tight KDE integration

kdesvn is a frontend to the subversion vcs. In difference to most other
tools it uses the subversion API directly via a C++ wrapper made by
Rapid SVN and doesn't parse the output of the subversion client. 
In addition it provides tight integration into KDE and can be embedded
directly into the KDE filemanager Konqueror and other applications via KPart.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (300, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.5
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)


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



Re: packages still setting /usr/doc link

2005-08-17 Thread Andrew Pollock
On Wed, Aug 17, 2005 at 05:00:05PM +0200, Henning Makholm wrote:
 Scripsit Andrew Pollock
  On Mon, Aug 15, 2005 at 01:19:34AM +0200, Henning Makholm wrote:
 
   Some of these packages have been orphaned, but have not yet had their
   maintainer fields switched to QA.
 
  There's only 30 odd packages currently listed at
  http://qa.debian.org/orphaned.html, and I progressively work through
  that list in my copious amounts of spare time,
 
 I was not complaining, merely pointing out that the maintainers in
 Joey's list are not always the only ones who need to care about the
 problem. Sorry if it came out looking like criticism.
 

Not at all. I'm just saying that the 30 odd packages currently officially
orphaned don't contribute to a large percentage of the offending packages.

regards

Andrew


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



Re: runlevels remodeled

2005-08-17 Thread Peter Samuelson

[Henning Makholm]
 Perhaps I'm just missing some specific technical definition of
 multiuser, but what you describe sounds like single user,
 multitasking.

This is old Unix jargon.  Multiuser mode is where regular logins and
shells are supported - specifically you've got gettys running to let
people log in on various terminals, and possibly inetd and sshd.
Single-user mode means you have a root shell at the console, and no
other ways to log in.

It has nothing to do with whether people actually log in to those
gettys as different users.  And at any rate, Debian isn't commercial
Unix; as such, we don't have a mechanism (or a licensing reason) to
limit how many unique users can log in at once.


signature.asc
Description: Digital signature


Accepted zope-cmfldap 2.0-2 (source all)

2005-08-17 Thread Andrew Pollock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed,  6 Jul 2005 16:12:37 +1000
Source: zope-cmfldap
Binary: zope-cmfldap
Architecture: source all
Version: 2.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Andrew Pollock [EMAIL PROTECTED]
Description: 
 zope-cmfldap - Zope CMF LDAP membership management tools
Closes: 214359 225772 250143 287700
Changes: 
 zope-cmfldap (2.0-2) unstable; urgency=low
 .
   * QA Group upload orphaning this package
   * Added Russian debconf template translation (closes: #214359)
   * Added Japanese debconf template translation (closes: #225772)
   * Added Catalan debconf template translation (closes: #250143)
   * Added Czech debconf template translation (closes: #287700)
Files: 
 4a9fcac96f13eda7e4bfbef398e85f9a 588 web optional zope-cmfldap_2.0-2.dsc
 9234107f74c8ab89d4f4952d3d8cc2fe 7830 web optional zope-cmfldap_2.0-2.diff.gz
 bd1fdea79297c5f33dd3999abbecf8b4 19314 web optional zope-cmfldap_2.0-2_all.deb

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

iD8DBQFDAtrIIblXXKfZFgIRAvhoAJ9smeT6TbXORdrEux3dD8djfEHwsgCeLmMU
Nk+ULGvC/HP3uL2PQccKF7U=
=pj8A
-END PGP SIGNATURE-


Accepted:
zope-cmfldap_2.0-2.diff.gz
  to pool/main/z/zope-cmfldap/zope-cmfldap_2.0-2.diff.gz
zope-cmfldap_2.0-2.dsc
  to pool/main/z/zope-cmfldap/zope-cmfldap_2.0-2.dsc
zope-cmfldap_2.0-2_all.deb
  to pool/main/z/zope-cmfldap/zope-cmfldap_2.0-2_all.deb


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



Accepted ion3 20050728-5 (source all i386)

2005-08-17 Thread Per Olofsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 16 Aug 2005 17:05:02 +0200
Source: ion3
Binary: ion3-doc ion3-dev ion3
Architecture: source all i386
Version: 20050728-5
Distribution: unstable
Urgency: low
Maintainer: Norbert Tretkowski [EMAIL PROTECTED]
Changed-By: Per Olofsson [EMAIL PROTECTED]
Description: 
 ion3   - keyboard-friendly window manager with tiled windows (devel)
 ion3-dev   - ion3 development files
 ion3-doc   - ion3 documentation
Changes: 
 ion3 (20050728-5) unstable; urgency=low
 .
   * Added patch which makes Ion try to read configuration files without
 extensions as well. Needed to be able to read /etc/default/ion3.
Files: 
 a9668e381eb2da75f52311726b1d284d 762 x11 extra ion3_20050728-5.dsc
 a7b66e1587a9118d32c87465538ec3a8 34330 x11 extra ion3_20050728-5.diff.gz
 c1c44601ac6b06434ff35c7f358d3e9a 65136 devel extra ion3-dev_20050728-5_all.deb
 e0d1f04155de2ef0c44fe83ae62961e0 514144 doc extra ion3-doc_20050728-5_all.deb
 6361dd8abfaef78b092835c70b3ba9a9 1313492 x11 extra ion3_20050728-5_i386.deb

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

iD8DBQFDAt9ir/RnCw96jQERAlwTAKCzMQ13JgVMz0UZZEw+SFkWDXfijwCgiGm8
xgm4RGQCDhXr87xNuWfTFxk=
=OtNB
-END PGP SIGNATURE-


Accepted:
ion3-dev_20050728-5_all.deb
  to pool/main/i/ion3/ion3-dev_20050728-5_all.deb
ion3-doc_20050728-5_all.deb
  to pool/main/i/ion3/ion3-doc_20050728-5_all.deb
ion3_20050728-5.diff.gz
  to pool/main/i/ion3/ion3_20050728-5.diff.gz
ion3_20050728-5.dsc
  to pool/main/i/ion3/ion3_20050728-5.dsc
ion3_20050728-5_i386.deb
  to pool/main/i/ion3/ion3_20050728-5_i386.deb


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



Accepted yacpi 2.0-1 (source i386)

2005-08-17 Thread Nico Golde
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 16 Aug 2005 22:13:56 +0200
Source: yacpi
Binary: yacpi
Architecture: source i386
Version: 2.0-1
Distribution: unstable
Urgency: low
Maintainer: Nico Golde [EMAIL PROTECTED]
Changed-By: Nico Golde [EMAIL PROTECTED]
Description: 
 yacpi  - ncurses based acpi monitor for text mode
Changes: 
 yacpi (2.0-1) unstable; urgency=low
 .
   * New upstream release.
 .
   * Upload sponsored by Norbert Tretkowski [EMAIL PROTECTED]
Files: 
 4f4732e9a6c259d0692fd303e1c083c7 569 utils optional yacpi_2.0-1.dsc
 f116e2726949cff75c8d0a7ee111d59c 20158 utils optional yacpi_2.0.orig.tar.gz
 20ccade6f1a17c3afd1660b94f5d5812 1932 utils optional yacpi_2.0-1.diff.gz
 f62aa0c750f0d1642a12f352686817b6 15268 utils optional yacpi_2.0-1_i386.deb

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

iD8DBQFDAuEIr/RnCw96jQERAhAbAKCu/KgZoeihIVaYHj3etkJnQyJE5ACeLvoW
YTBwDCHK5wAFP01nMdgf5yU=
=RPM7
-END PGP SIGNATURE-


Accepted:
yacpi_2.0-1.diff.gz
  to pool/main/y/yacpi/yacpi_2.0-1.diff.gz
yacpi_2.0-1.dsc
  to pool/main/y/yacpi/yacpi_2.0-1.dsc
yacpi_2.0-1_i386.deb
  to pool/main/y/yacpi/yacpi_2.0-1_i386.deb
yacpi_2.0.orig.tar.gz
  to pool/main/y/yacpi/yacpi_2.0.orig.tar.gz


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



Accepted wmx10 0.02-5 (source i386)

2005-08-17 Thread Andrew Pollock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 17:18:01 +1000
Source: wmx10
Binary: wmx10
Architecture: source i386
Version: 0.02-5
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Andrew Pollock [EMAIL PROTECTED]
Description: 
 wmx10  - Control X10 home automation modules via a firecracker CM-17A X10 
Closes: 148646 259895
Changes: 
 wmx10 (0.02-5) unstable; urgency=low
 .
   * QA Group upload orphaning this package
   * debian/control: Add dpatch to build dependencies
   * debian/rules: Add dpatch support
   * Add patch from Andreas Jochens to fix FTBFS with gcc-3.4 (closes: #259895)
 .
 wmx10 (0.02-4.1) unstable; urgency=low
 .
   * NMU.
   * Add Build-Depends on debmake and xlibs-dev.  Closes: #148646.
Files: 
 6d44641877ecf57439694185465dd7cf 562 utils optional wmx10_0.02-5.dsc
 79665d1d03b2bd627d0719a0afdfb5ca 5464 utils optional wmx10_0.02-5.diff.gz
 870afdd03d9cb8bb4cf7a99765a2d5ec 16186 utils optional wmx10_0.02-5_i386.deb

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

iD8DBQFDAuaUIblXXKfZFgIRAkghAJwIj7MYRAtWALLE5nKeYA55UjT+MACgmm9f
spiZipI9ZhUGAVzgPfzIQc8=
=wLpx
-END PGP SIGNATURE-


Accepted:
wmx10_0.02-5.diff.gz
  to pool/main/w/wmx10/wmx10_0.02-5.diff.gz
wmx10_0.02-5.dsc
  to pool/main/w/wmx10/wmx10_0.02-5.dsc
wmx10_0.02-5_i386.deb
  to pool/main/w/wmx10/wmx10_0.02-5_i386.deb


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



Accepted smart 0.37-1 (source i386)

2005-08-17 Thread Michael Vogt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 09:33:15 +0200
Source: smart
Binary: smartpm
Architecture: source i386
Version: 0.37-1
Distribution: unstable
Urgency: low
Maintainer: Michael Vogt [EMAIL PROTECTED]
Changed-By: Michael Vogt [EMAIL PROTECTED]
Description: 
 smartpm- An alternative package manager that works with dpkg/rpm
Changes: 
 smart (0.37-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 b2c829b15a0275d7677ee19e70d92caa 605 admin optional smart_0.37-1.dsc
 e2438d81bb941dd8f1accf6c35b7dc22 626440 admin optional smart_0.37.orig.tar.gz
 e5c3f90c908c9aa06e21ade0691fb57f 3605 admin optional smart_0.37-1.diff.gz
 d7bb1b2b2cc249658b44455efc937413 294740 admin optional smartpm_0.37-1_i386.deb

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

iD8DBQFDAujZliSD4VZixzQRAgdmAJ9AoLmnAiXjKhOeAwpmE6d4E/12WACeIZAZ
Clv6iMhMdasonnavdCu4t8U=
=qJTz
-END PGP SIGNATURE-


Accepted:
smart_0.37-1.diff.gz
  to pool/main/s/smart/smart_0.37-1.diff.gz
smart_0.37-1.dsc
  to pool/main/s/smart/smart_0.37-1.dsc
smart_0.37.orig.tar.gz
  to pool/main/s/smart/smart_0.37.orig.tar.gz
smartpm_0.37-1_i386.deb
  to pool/main/s/smart/smartpm_0.37-1_i386.deb


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



Accepted maxdb-7.5.00 7.5.00.30-2 (ia64 source)

2005-08-17 Thread Martin Kittel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 14 Aug 2005 12:36:35 +0200
Source: maxdb-7.5.00
Binary: python2.3-maxdb maxdb-server-dbg-7.5.00 python-maxdb 
python2.4-maxdb-loader python2.3-maxdb-loader maxdb-dbanalyzer libsqlod75-dev 
libsqldbc75-dev maxdb-dbmcli libsqlod75 python2.4-maxdb maxdb-loadercli 
python-maxdb-loader maxdb-sqlcli libsqldbc75 maxdb-server-7.5.00 maxdb-lserver 
maxdb-webtools maxdb-server
Architecture: source ia64
Version: 7.5.00.30-2
Distribution: unstable
Urgency: low
Maintainer: Martin Kittel [EMAIL PROTECTED]
Changed-By: Martin Kittel [EMAIL PROTECTED]
Description: 
 libsqldbc75 - SQLDB interface libraries for the MaxDB database system
 libsqldbc75-dev - Development package for the SQLDBC interface to the MaxDB 
databas
 libsqlod75 - ODBC interface libraries for the MaxDB database system
 libsqlod75-dev - Development package for the ODBC interface to the MaxDB 
database 
 maxdb-dbanalyzer - A performance monitoring tool for MaxDB databases
 maxdb-dbmcli - The MaxDB database manager command line interface
 maxdb-loadercli - A load/unload tool for MaxDB databases
 maxdb-lserver - Loader server client of the MaxDB database package
 maxdb-server - Communication server for the MaxDB database system
 maxdb-server-7.5.00 - A transactional, industrial-strength SQL database system
 maxdb-server-dbg-7.5.00 - Debug versions of the database server kernel
 maxdb-sqlcli - A command line query interface to MaxDB databases
 maxdb-webtools - MaxDB webserver with WebDBM and WebSQL applications
 python-maxdb - Python bindings for MaxDB (default version)
 python-maxdb-loader - Python bindings for MaxDB loader server (default version)
 python2.3-maxdb - Python bindings for MaxDB for Python v2.3
 python2.3-maxdb-loader - Python interface to the MaxDB loader for Python v2.3
 python2.4-maxdb - Python bindings for MaxDB for Python v2.4
 python2.4-maxdb-loader - Python interface to the MaxDB loader for Python v2.4
Changes: 
 maxdb-7.5.00 (7.5.00.30-2) unstable; urgency=low
 .
   * moved symlinks to python from python-maxdb to maxdb-server-7.5.00,
 otherwise they will be missing once the python-maxdb package is
 upgraded to version 7.6.00; this would break loading of the system
 tables
Files: 
 220036cab0c2b0978f295b3a268e4dcd 1184 misc optional 
maxdb-7.5.00_7.5.00.30-2.dsc
 f5b36cccfd3e44a485a73390834a31ab 122698 misc optional 
maxdb-7.5.00_7.5.00.30-2.diff.gz
 79966cc58b6f1467f4942e3d652906a8 1952432 misc optional 
maxdb-server_7.5.00.30-2_ia64.deb
 c3b30d04db1f851902c1ba332706b566 18256470 misc optional 
maxdb-server-7.5.00_7.5.00.30-2_ia64.deb
 d8716d5eb423fe04e38296b9731bb565 2099890 misc optional 
maxdb-loadercli_7.5.00.30-2_ia64.deb
 1e6d40cbebf7fe5a5ed8061f3de452dc 1611610 misc optional 
maxdb-dbmcli_7.5.00.30-2_ia64.deb
 bdd0f831ac2666fcee8ff3d93c362af7 8988100 misc extra 
maxdb-server-dbg-7.5.00_7.5.00.30-2_ia64.deb
 3c0e9710d0e1c22c2a592da22e35 75212 python optional 
python-maxdb_7.5.00.30-2_ia64.deb
 29d1c600322f18e3bdd1b06321d2cbe6 70706 python optional 
python-maxdb-loader_7.5.00.30-2_ia64.deb
 0070e1f71b1f6725724b6c1c6aba9a23 542066 python optional 
python2.3-maxdb_7.5.00.30-2_ia64.deb
 2418f44ec0633e883e80edb94fc03509 280516 python optional 
python2.3-maxdb-loader_7.5.00.30-2_ia64.deb
 e1cf4afcf0f7d8e7f230834a77291f0d 542074 python optional 
python2.4-maxdb_7.5.00.30-2_ia64.deb
 2854ee58e0a80514723ec774e8e95815 280508 python optional 
python2.4-maxdb-loader_7.5.00.30-2_ia64.deb
 0555be41e1f91debaafbb598a67ad021 2925316 misc optional 
maxdb-webtools_7.5.00.30-2_ia64.deb
 8727c1aaa36488fd8d49f3034dd4ce0e 1159068 misc optional 
maxdb-dbanalyzer_7.5.00.30-2_ia64.deb
 cf26f5b66442481d91c187d4294ef684 197522 misc optional 
maxdb-sqlcli_7.5.00.30-2_ia64.deb
 c1c0f73b358e06ef852727036a3d0b57 1012340 libs optional 
libsqlod75_7.5.00.30-2_ia64.deb
 a5bf6342035885495f6c84ffbba92b64 99202 libdevel optional 
libsqlod75-dev_7.5.00.30-2_ia64.deb
 cccded256dce5697f4835ce9ada12bad 1999508 misc optional 
maxdb-lserver_7.5.00.30-2_ia64.deb
 4dfb4626cdb1a3f1277cb424e400e1be 1076982 libs optional 
libsqldbc75_7.5.00.30-2_ia64.deb
 1b02da3a46b1a139be88f85cae86b8ee 1245622 libdevel optional 
libsqldbc75-dev_7.5.00.30-2_ia64.deb

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

iD8DBQFDAuusStlRaw+TLJwRAuJAAJ9vyOUgH2cGft+Tl6RJ6M5zdYhbNQCeMkp7
pFlpiJyBPIKvylN+7y8PsJ8=
=3CR5
-END PGP SIGNATURE-


Accepted:
libsqldbc75-dev_7.5.00.30-2_ia64.deb
  to pool/main/m/maxdb-7.5.00/libsqldbc75-dev_7.5.00.30-2_ia64.deb
libsqldbc75_7.5.00.30-2_ia64.deb
  to pool/main/m/maxdb-7.5.00/libsqldbc75_7.5.00.30-2_ia64.deb
libsqlod75-dev_7.5.00.30-2_ia64.deb
  to pool/main/m/maxdb-7.5.00/libsqlod75-dev_7.5.00.30-2_ia64.deb
libsqlod75_7.5.00.30-2_ia64.deb
  to pool/main/m/maxdb-7.5.00/libsqlod75_7.5.00.30-2_ia64.deb
maxdb-7.5.00_7.5.00.30-2.diff.gz
  to pool/main/m/maxdb-7.5.00/maxdb-7.5.00_7.5.00.30-2.diff.gz
maxdb-7.5.00_7.5.00.30-2.dsc
  to 

Accepted php4-ps 1.3.1-6 (source powerpc)

2005-08-17 Thread Uwe Steinmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005  08:20:36 +0200
Source: php4-ps
Binary: php4-ps
Architecture: source powerpc
Version: 1.3.1-6
Distribution: unstable
Urgency: low
Maintainer: Uwe Steinmann [EMAIL PROTECTED]
Changed-By: Uwe Steinmann [EMAIL PROTECTED]
Description: 
 php4-ps- An extension to create PostScript files
Changes: 
 php4-ps (1.3.1-6) unstable; urgency=low
 .
   * Recompile for new Zend-API 20050606 and new PHP-API 20020918
Files: 
 388f51d9a5fcee04177a77cf14cea6d6 635 web optional php4-ps_1.3.1-6.dsc
 f10ed82bef32d3121fd2f9859cf5dcd6 7908 web optional php4-ps_1.3.1-6.diff.gz
 45905e016fed56b0d76f2e25ba4794c0 141752 web optional 
php4-ps_1.3.1-6_powerpc.deb

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

iD8DBQFDAurMih2Zvw18pwERApukAJ96cqRj4xd+7kpOtYGlVbtsfoteOwCgo9Ps
62kxM+f6/4RXY/Qu66si2kg=
=78kK
-END PGP SIGNATURE-


Accepted:
php4-ps_1.3.1-6.diff.gz
  to pool/main/p/php4-ps/php4-ps_1.3.1-6.diff.gz
php4-ps_1.3.1-6.dsc
  to pool/main/p/php4-ps/php4-ps_1.3.1-6.dsc
php4-ps_1.3.1-6_powerpc.deb
  to pool/main/p/php4-ps/php4-ps_1.3.1-6_powerpc.deb


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



Accepted goffice 0.0.3-1 (source all i386)

2005-08-17 Thread J.H.M. Dassen (Ray)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 09:06:12 +0200
Source: goffice
Binary: libgoffice-1-dev libgoffice-1 libgoffice-1-dbg libgoffice-1-common
Architecture: source all i386
Version: 0.0.3-1
Distribution: unstable
Urgency: low
Maintainer: J.H.M. Dassen (Ray) [EMAIL PROTECTED]
Changed-By: J.H.M. Dassen (Ray) [EMAIL PROTECTED]
Description: 
 libgoffice-1 - Document centric objects library - runtime files
 libgoffice-1-common - Document centric objects library - common files
 libgoffice-1-dbg - Document centric objects library - debugging files
 libgoffice-1-dev - Document centric objects library - runtime files
Closes: 313747 314579 316456
Changes: 
 goffice (0.0.3-1) unstable; urgency=low
 .
   * New upstream release; improvements include
 * The German translation of Belarus, Rubles has been corrected.
   (Closes: #313747)
 * Pattern support for SVG output has been implemented. (Closes: #316456)
   * [debian/libgoffice-1-dbg.links] Added.
   * [debian/control] Bumped libgsf build dependency as per configure.in.
   * [debian/rules]
 * Redone and simplified.
 * As goffice currently has no API stability but the soname does not
   reflect that yet, generate shlibs that strictly depend on this upstream
   version. (Closes: #314579)
   * [debian/copyright] Updated FSF's address.
Files: 
 1f3479f4c8b48bf1df6f070c41e4089a 985 libs optional goffice_0.0.3-1.dsc
 a316a8f1d50b62897377570019844d2c 2747033 libs optional 
goffice_0.0.3.orig.tar.gz
 5f77c8dc7e83384f433980925d94c9e8 16532 libs optional goffice_0.0.3-1.diff.gz
 41b6878963a34e675e1988a1b2b21868 129040 libdevel optional 
libgoffice-1-dev_0.0.3-1_i386.deb
 007fde382458fe97eb3d8e61eed43948 1144680 libdevel extra 
libgoffice-1-dbg_0.0.3-1_i386.deb
 85fdc7f15ad8d0a4ea6f4caf586c7850 512432 libs optional 
libgoffice-1_0.0.3-1_i386.deb
 43d7eaf33e3244a9b51a038bc4c6db87 773858 libs optional 
libgoffice-1-common_0.0.3-1_all.deb

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

iD8DBQFDAvhBA+HB2Re6Rc4RAvhyAJ9dq0FRWQdy4ePIPBym20+Jn2ksmQCfapjw
WV5RVnE3nw2tS1Jg2ckKOeg=
=v2IC
-END PGP SIGNATURE-


Accepted:
goffice_0.0.3-1.diff.gz
  to pool/main/g/goffice/goffice_0.0.3-1.diff.gz
goffice_0.0.3-1.dsc
  to pool/main/g/goffice/goffice_0.0.3-1.dsc
goffice_0.0.3.orig.tar.gz
  to pool/main/g/goffice/goffice_0.0.3.orig.tar.gz
libgoffice-1-common_0.0.3-1_all.deb
  to pool/main/g/goffice/libgoffice-1-common_0.0.3-1_all.deb
libgoffice-1-dbg_0.0.3-1_i386.deb
  to pool/main/g/goffice/libgoffice-1-dbg_0.0.3-1_i386.deb
libgoffice-1-dev_0.0.3-1_i386.deb
  to pool/main/g/goffice/libgoffice-1-dev_0.0.3-1_i386.deb
libgoffice-1_0.0.3-1_i386.deb
  to pool/main/g/goffice/libgoffice-1_0.0.3-1_i386.deb


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



Accepted loudmouth 1.0.1-1 (source i386)

2005-08-17 Thread Ross Burton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 09:35:16 +0100
Source: loudmouth
Binary: libloudmouth1-0 libloudmouth1-dev
Architecture: source i386
Version: 1.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Ross Burton [EMAIL PROTECTED]
Changed-By: Ross Burton [EMAIL PROTECTED]
Description: 
 libloudmouth1-0 - Lightweight C Jabber library
 libloudmouth1-dev - Development files for Loudmouth Jabber library
Changes: 
 loudmouth (1.0.1-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 dec1b06da3106897600fedd1469ac8b8 1625 libs optional loudmouth_1.0.1-1.dsc
 d43408ecb82dcbacfc965b4bb989e9c3 362763 libs optional 
loudmouth_1.0.1.orig.tar.gz
 44b12bd7ac43a4fd65d208808f476f06 3324 libs optional loudmouth_1.0.1-1.diff.gz
 97dff3c5f57cd35462e86989c905cb2d 66366 libdevel optional 
libloudmouth1-dev_1.0.1-1_i386.deb
 cd41de55bab024fcc6e42720dd5ad62f 39694 libs optional 
libloudmouth1-0_1.0.1-1_i386.deb

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

iD8DBQFDAvdfLQnkR9C0M98RAgUHAJ9kCLsTWLMJXT9CMFtyhg8XtTCCwQCgt7Qz
yOndAH93zfAqZc/vTpUh9XA=
=2IdA
-END PGP SIGNATURE-


Accepted:
libloudmouth1-0_1.0.1-1_i386.deb
  to pool/main/l/loudmouth/libloudmouth1-0_1.0.1-1_i386.deb
libloudmouth1-dev_1.0.1-1_i386.deb
  to pool/main/l/loudmouth/libloudmouth1-dev_1.0.1-1_i386.deb
loudmouth_1.0.1-1.diff.gz
  to pool/main/l/loudmouth/loudmouth_1.0.1-1.diff.gz
loudmouth_1.0.1-1.dsc
  to pool/main/l/loudmouth/loudmouth_1.0.1-1.dsc
loudmouth_1.0.1.orig.tar.gz
  to pool/main/l/loudmouth/loudmouth_1.0.1.orig.tar.gz


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



Accepted linux-ntfs 1.11.2-3 (source i386 all)

2005-08-17 Thread David Martínez Moreno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 11:41:12 +0200
Source: linux-ntfs
Binary: ntfstools-udeb libntfs7 ntfsprogs libntfs-dev ntfstools libntfs-gnomevfs
Architecture: source i386 all
Version: 1.11.2-3
Distribution: unstable
Urgency: low
Maintainer: David Martínez Moreno [EMAIL PROTECTED]
Changed-By: David Martínez Moreno [EMAIL PROTECTED]
Description: 
 libntfs-dev - library that provides common NTFS access functions (development f
 libntfs-gnomevfs - NTFS GNOME virtual filesystem module
 libntfs7   - library that provides common NTFS access functions
 ntfsprogs  - tools for doing neat things in NTFS partitions from Linux
 ntfstools  - transitional package to install ntfsprogs
 ntfstools-udeb - Tools for doing neat things in NTFS partitions from Linux - 
udeb (udeb)
Closes: 323509
Changes: 
 linux-ntfs (1.11.2-3) unstable; urgency=low
 .
   * debian/control: Fixed references to libntfs5 in libntfs-dev (closes:
 #323509). Thanks, Paul Wise. Also removed Conflicts with previous versions
 of libntfs that are not in sarge, as we only support upgrading from one
 release, not two, including an ancient Conflicts against libntfs1 :o).
Files: 
 50a1cf2fbfe49c610141426c5510f727 680 otherosfs optional linux-ntfs_1.11.2-3.dsc
 48b5cea720f25f662a1696723676080e 9155 otherosfs optional 
linux-ntfs_1.11.2-3.diff.gz
 db90edc8d8d11ad114e09194570fcccb 25678 otherosfs optional 
ntfstools_1.11.2-3_all.deb
 0ebd44d577a9de56ff87c4d5bb4704d7 206572 otherosfs optional 
ntfsprogs_1.11.2-3_i386.deb
 4fe2dbe14d8972526537daf38f740504 72104 debian-installer optional 
ntfstools-udeb_1.11.2-3_i386.udeb
 4fc8cfbb3708e0330a6c35894a16fefe 41494 libs optional 
libntfs-gnomevfs_1.11.2-3_i386.deb
 c377eec5e54e39ed9e4713ca47b82b17 84644 libs optional libntfs7_1.11.2-3_i386.deb
 8ccae6c8c31edd284abafcbb3981be07 150476 libdevel optional 
libntfs-dev_1.11.2-3_i386.deb
package-type: udeb

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

iD8DBQFDAwe9Ws/EhA1iABsRAmJEAJ9N2yYIEaye4R0FGGB8cw/lvHD8VQCdFH2l
GdgipAul0FddngsNEeclr0M=
=kpgU
-END PGP SIGNATURE-


Accepted:
libntfs-dev_1.11.2-3_i386.deb
  to pool/main/l/linux-ntfs/libntfs-dev_1.11.2-3_i386.deb
libntfs-gnomevfs_1.11.2-3_i386.deb
  to pool/main/l/linux-ntfs/libntfs-gnomevfs_1.11.2-3_i386.deb
libntfs7_1.11.2-3_i386.deb
  to pool/main/l/linux-ntfs/libntfs7_1.11.2-3_i386.deb
linux-ntfs_1.11.2-3.diff.gz
  to pool/main/l/linux-ntfs/linux-ntfs_1.11.2-3.diff.gz
linux-ntfs_1.11.2-3.dsc
  to pool/main/l/linux-ntfs/linux-ntfs_1.11.2-3.dsc
ntfsprogs_1.11.2-3_i386.deb
  to pool/main/l/linux-ntfs/ntfsprogs_1.11.2-3_i386.deb
ntfstools-udeb_1.11.2-3_i386.udeb
  to pool/main/l/linux-ntfs/ntfstools-udeb_1.11.2-3_i386.udeb
ntfstools_1.11.2-3_all.deb
  to pool/main/l/linux-ntfs/ntfstools_1.11.2-3_all.deb


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



Accepted mod-vhost-ldap 0.2.3-1 (source i386)

2005-08-17 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 11:40:55 +0200
Source: mod-vhost-ldap
Binary: libapache2-mod-vhost-ldap
Architecture: source i386
Version: 0.2.3-1
Distribution: unstable
Urgency: low
Maintainer: Ondřej Surý [EMAIL PROTECTED]
Changed-By: Ondřej Surý [EMAIL PROTECTED]
Description: 
 libapache2-mod-vhost-ldap - Apache 2 module for Virtual Hosting from LDAP
Closes: 323433 323437
Changes: 
 mod-vhost-ldap (0.2.3-1) unstable; urgency=low
 .
   * New upstream release.
   * Fix off-by-one error in minimum UID/GID (Closes: #323433)
   * Fix schema (yet again) (Closes: #323437)
Files: 
 fff0428834d1faca136ca0229ea55547 648 web optional mod-vhost-ldap_0.2.3-1.dsc
 fcb4e7563422548d271762a8bbfea409 6997 web optional 
mod-vhost-ldap_0.2.3.orig.tar.gz
 d10301441e04c575adb8d782b1cc72ad 2306 web optional 
mod-vhost-ldap_0.2.3-1.diff.gz
 1595bd3b60f22c59a5e6e03544090b79 9342 web optional 
libapache2-mod-vhost-ldap_0.2.3-1_i386.deb

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

iD8DBQFDAwfz9OZqfMIN8nMRAga5AKCvvdi6PF8TbN2Iqo5xGAxV7GzJ4wCgmJSi
tAPknVJVmPjuYy1/ULYbRR0=
=LzuL
-END PGP SIGNATURE-


Accepted:
libapache2-mod-vhost-ldap_0.2.3-1_i386.deb
  to pool/main/m/mod-vhost-ldap/libapache2-mod-vhost-ldap_0.2.3-1_i386.deb
mod-vhost-ldap_0.2.3-1.diff.gz
  to pool/main/m/mod-vhost-ldap/mod-vhost-ldap_0.2.3-1.diff.gz
mod-vhost-ldap_0.2.3-1.dsc
  to pool/main/m/mod-vhost-ldap/mod-vhost-ldap_0.2.3-1.dsc
mod-vhost-ldap_0.2.3.orig.tar.gz
  to pool/main/m/mod-vhost-ldap/mod-vhost-ldap_0.2.3.orig.tar.gz


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



Accepted vym 1.7.0-1 (source powerpc)

2005-08-17 Thread Steffen Joeris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  4 Aug 2005 17:58:32 +0200
Source: vym
Binary: vym
Architecture: source powerpc
Version: 1.7.0-1
Distribution: unstable
Urgency: low
Maintainer: Steffen Joeris [EMAIL PROTECTED]
Changed-By: Steffen Joeris [EMAIL PROTECTED]
Description: 
 vym- view your mind
Closes: 302868
Changes: 
 vym (1.7.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #302868)
   * Sponsored upload by Alexander Wirt [EMAIL PROTECTED]
Files: 
 707cb3e8acdcba489d9fdae9ad6123c4 664 kde optional vym_1.7.0-1.dsc
 f1d4ba9f5a2362a213f7ff90ad6cdfec 592231 kde optional vym_1.7.0.orig.tar.gz
 0c4e8557ef257f4b26160225a7b78afa 6603 kde optional vym_1.7.0-1.diff.gz
 bbdb05b45f81b2fff67c8624c9dcaadf 636398 kde optional vym_1.7.0-1_powerpc.deb

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

iD8DBQFDAvP601u8mbx9AgoRAtxhAKDDvh4Xz4vUp/+r+6iYd+OKreHv8QCfVb+t
ADlKmJKNzvCubxpOa5XbpKw=
=ZQ1C
-END PGP SIGNATURE-


Accepted:
vym_1.7.0-1.diff.gz
  to pool/main/v/vym/vym_1.7.0-1.diff.gz
vym_1.7.0-1.dsc
  to pool/main/v/vym/vym_1.7.0-1.dsc
vym_1.7.0-1_powerpc.deb
  to pool/main/v/vym/vym_1.7.0-1_powerpc.deb
vym_1.7.0.orig.tar.gz
  to pool/main/v/vym/vym_1.7.0.orig.tar.gz


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



Accepted libsaxon-java 1:6.5.4-1 (source all)

2005-08-17 Thread Wolfgang Baer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 16 Aug 2005 22:46:04 +0200
Source: libsaxon-java
Binary: libsaxon-java-doc libsaxon-java
Architecture: source all
Version: 1:6.5.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers [EMAIL PROTECTED]
Changed-By: Wolfgang Baer [EMAIL PROTECTED]
Description: 
 libsaxon-java - The Saxon XSLT Processor
 libsaxon-java-doc - The Saxon XSLT Processor's documentation and javadoc
Closes: 122556
Changes: 
 libsaxon-java (1:6.5.4-1) unstable; urgency=low
 .
   * New upstream release
   * fop support is dropped upstream
 - updated debian dir to remove fop specific build stuff
 - removed fop build-dep and suggests
   * Move to main (closes: #122556)
   * Build with kaffe / jikes / gjdoc
   * Removed conflicts,provides,replaces with lib-saxon-java
   * Changed libjdom-java to the final release libjdom1-java
   * Standards-Version 3.6.2 (no changes)
 .
   * Upload sponsored by Arnaud Vandyck
Files: 
 ac608b43446f041afb556da6be26e2fe 780 libs optional libsaxon-java_6.5.4-1.dsc
 f23ee529022b26bf3892d211c0fd156b 1640880 libs optional 
libsaxon-java_6.5.4.orig.tar.gz
 766a886567ff8eb4078a84ab56c5488d 5857 libs optional 
libsaxon-java_6.5.4-1.diff.gz
 f8e2312b162ac4e44d01d81d050a00fd 573996 libs optional 
libsaxon-java_6.5.4-1_all.deb
 f1f5df0de0095272e510800a785588ea 1072772 contrib/doc optional 
libsaxon-java-doc_6.5.4-1_all.deb

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

iD8DBQFDAoFy4vzFZu62tMIRAtOOAJ9BNV+Whmq8SVah7vkooCELYU/dYACfeGpN
qa0czFOFJgh6XOrd+M+EbuQ=
=GQm4
-END PGP SIGNATURE-


Accepted:
libsaxon-java-doc_6.5.4-1_all.deb
  to pool/contrib/libs/libsaxon-java/libsaxon-java-doc_6.5.4-1_all.deb
libsaxon-java_6.5.4-1.diff.gz
  to pool/main/libs/libsaxon-java/libsaxon-java_6.5.4-1.diff.gz
libsaxon-java_6.5.4-1.dsc
  to pool/main/libs/libsaxon-java/libsaxon-java_6.5.4-1.dsc
libsaxon-java_6.5.4-1_all.deb
  to pool/main/libs/libsaxon-java/libsaxon-java_6.5.4-1_all.deb
libsaxon-java_6.5.4.orig.tar.gz
  to pool/main/libs/libsaxon-java/libsaxon-java_6.5.4.orig.tar.gz


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



Accepted cups-pdf 1.7.3-2 (source i386)

2005-08-17 Thread Martin-Éric Racine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 14 Aug 2005 19:59:06 +0300
Source: cups-pdf
Binary: cups-pdf
Architecture: source i386
Version: 1.7.3-2
Distribution: unstable
Urgency: low
Maintainer: Martin-Éric Racine [EMAIL PROTECTED]
Changed-By: Martin-Éric Racine [EMAIL PROTECTED]
Description: 
 cups-pdf   - PDF printer for CUPS
Closes: 323012
Changes: 
 cups-pdf (1.7.3-2) unstable; urgency=low
 .
   * Added explicit dependency on virtual package 'gs' (Closes: #323012).
Files: 
 4cdf72e2ca8dfa86a4a31b73e5dbd10d 632 graphics optional cups-pdf_1.7.3-2.dsc
 906ce431390afd65d51e0861d21f546f 5665 graphics optional 
cups-pdf_1.7.3-2.diff.gz
 461979388540a2e1057205a0de7fcde6 17766 graphics optional 
cups-pdf_1.7.3-2_i386.deb

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

iEYEARECAAYFAkMDC2EACgkQQKW+7XLQPLHJWwCbBUxb1AF8zf2JHuIYRCnbTDSO
HtYAoIU8NlU3Blugp244ZFqYYM3G5VSx
=/crh
-END PGP SIGNATURE-


Accepted:
cups-pdf_1.7.3-2.diff.gz
  to pool/main/c/cups-pdf/cups-pdf_1.7.3-2.diff.gz
cups-pdf_1.7.3-2.dsc
  to pool/main/c/cups-pdf/cups-pdf_1.7.3-2.dsc
cups-pdf_1.7.3-2_i386.deb
  to pool/main/c/cups-pdf/cups-pdf_1.7.3-2_i386.deb


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



Accepted linux-kernel-di-powerpc-2.6 1.01 (source powerpc)

2005-08-17 Thread Sven Luther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 11:09:12 +0200
Source: linux-kernel-di-powerpc-2.6
Binary: ufs-modules-2.6.12-1-powerpc-di 
firewire-core-modules-2.6.12-1-powerpc-di socket-modules-2.6.12-1-powerpc64-di 
fat-modules-2.6.12-1-powerpc-di kernel-image-2.6.12-1-powerpc-di 
ufs-modules-2.6.12-1-powerpc64-di scsi-modules-2.6.12-1-powerpc64-di 
loop-modules-2.6.12-1-powerpc64-di scsi-common-modules-2.6.12-1-powerpc-di 
irda-modules-2.6.12-1-powerpc64-di ppp-modules-2.6.12-1-powerpc64-di 
usb-storage-modules-2.6.12-1-powerpc64-di affs-modules-2.6.12-1-powerpc-di 
jfs-modules-2.6.12-1-powerpc-di scsi-core-modules-2.6.12-1-powerpc64-di 
nic-pcmcia-modules-2.6.12-1-powerpc-di serial-modules-2.6.12-1-powerpc64-di 
scsi-extra-modules-2.6.12-1-powerpc-di irda-modules-2.6.12-1-powerpc-di 
cdrom-core-modules-2.6.12-1-powerpc-di 
pcmcia-storage-modules-2.6.12-1-powerpc-di 
hypervisor-modules-2.6.12-1-powerpc64-di 
nic-extra-modules-2.6.12-1-powerpc64-di affs-modules-2.6.12-1-powerpc64-di 
mouse-modules-2.6.12-1-powerpc64-di nic-shared-modules-2.6.12-1-powerpc-di 
ext3-modules-2.6.12-1-powerpc64-di nic-modules-2.6.12-1-powerpc64-di 
usb-storage-modules-2.6.12-1-powerpc-di fs-common-modules-2.6.12-1-powerpc-di 
scsi-core-modules-2.6.12-1-powerpc-di 
firewire-core-modules-2.6.12-1-powerpc64-di 
fs-common-modules-2.6.12-1-powerpc64-di kernel-image-2.6.12-1-powerpc64-di 
loop-modules-2.6.12-1-powerpc-di pcmcia-modules-2.6.12-1-powerpc64-di 
nic-modules-2.6.12-1-powerpc-di ipv6-modules-2.6.12-1-powerpc64-di 
xfs-modules-2.6.12-1-powerpc64-di jfs-modules-2.6.12-1-powerpc64-di 
cdrom-core-modules-2.6.12-1-powerpc64-di hfs-modules-2.6.12-1-powerpc-di 
md-modules-2.6.12-1-powerpc-di xfs-modules-2.6.12-1-powerpc-di 
reiserfs-modules-2.6.12-1-powerpc64-di scsi-modules-2.6.12-1-powerpc-di 
floppy-modules-2.6.12-1-powerpc64-di hfs-modules-2.6.12-1-powerpc64-di 
floppy-modules-2.6.12-1-powerpc-di input-modules-2.6.12-1-powerpc64-di 
ext2-modules-2.6.12-1-powerpc-di sata-modules-2.6.12-1-powerpc-di 
pcmcia-modules-2.6.12-1-powerpc-di scsi-extra-modules-2.6.12-1-powerpc64-di 
ide-modules-2.6.12-1-powerpc64-di ide-modules-2.6.12-1-powerpc-di 
serial-modules-2.6.12-1-powerpc-di pcmcia-storage-modules-2.6.12-1-powerpc64-di 
nic-extra-modules-2.6.12-1-powerpc-di nic-shared-modules-2.6.12-1-powerpc64-di 
fat-modules-2.6.12-1-powerpc64-di reiserfs-modules-2.6.12-1-powerpc-di 
ext3-modules-2.6.12-1-powerpc-di input-modules-2.6.12-1-powerpc-di 
firmware-modules-2.6.12-1-powerpc64-di usb-modules-2.6.12-1-powerpc-di 
nic-pcmcia-modules-2.6.12-1-powerpc64-di firmware-modules-2.6.12-1-powerpc-di 
sata-modules-2.6.12-1-powerpc64-di usb-modules-2.6.12-1-powerpc64-di 
socket-modules-2.6.12-1-powerpc-di ipv6-modules-2.6.12-1-powerpc-di 
ext2-modules-2.6.12-1-powerpc64-di mouse-modules-2.6.12-1-powerpc-di 
md-modules-2.6.12-1-powerpc64-di scsi-common-modules-2.6.12-1-powerpc64-di 
ppp-modules-2.6.12-1-powerpc-di
Architecture: source powerpc
Version: 1.01
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Sven Luther [EMAIL PROTECTED]
Description: 
 affs-modules-2.6.12-1-powerpc-di - Amiga filesystem support (udeb)
 affs-modules-2.6.12-1-powerpc64-di - Amiga filesystem support (udeb)
 cdrom-core-modules-2.6.12-1-powerpc-di - CDROM support (udeb)
 cdrom-core-modules-2.6.12-1-powerpc64-di - CDROM support (udeb)
 ext2-modules-2.6.12-1-powerpc-di - EXT2 filesystem support (udeb)
 ext2-modules-2.6.12-1-powerpc64-di - EXT2 filesystem support (udeb)
 ext3-modules-2.6.12-1-powerpc-di - EXT3 filesystem support (udeb)
 ext3-modules-2.6.12-1-powerpc64-di - EXT3 filesystem support (udeb)
 fat-modules-2.6.12-1-powerpc-di - FAT filesystem support (udeb)
 fat-modules-2.6.12-1-powerpc64-di - FAT filesystem support (udeb)
 firewire-core-modules-2.6.12-1-powerpc-di - Core FireWire drivers (udeb)
 firewire-core-modules-2.6.12-1-powerpc64-di - Core FireWire drivers (udeb)
 firmware-modules-2.6.12-1-powerpc-di - Firmware request modules (udeb)
 firmware-modules-2.6.12-1-powerpc64-di - Firmware request modules (udeb)
 floppy-modules-2.6.12-1-powerpc-di - Floppy driver (udeb)
 floppy-modules-2.6.12-1-powerpc64-di - Floppy driver (udeb)
 fs-common-modules-2.6.12-1-powerpc-di - Common filesystem support (udeb)
 fs-common-modules-2.6.12-1-powerpc64-di - Common filesystem support (udeb)
 hfs-modules-2.6.12-1-powerpc-di - HFS filesystem support (udeb)
 hfs-modules-2.6.12-1-powerpc64-di - HFS filesystem support (udeb)
 hypervisor-modules-2.6.12-1-powerpc64-di - IBM 64bit hypervisor console 
modules. (udeb)
 ide-modules-2.6.12-1-powerpc-di - IDE drivers (udeb)
 ide-modules-2.6.12-1-powerpc64-di - IDE drivers (udeb)
 input-modules-2.6.12-1-powerpc-di - Input devices support (udeb)
 input-modules-2.6.12-1-powerpc64-di - Input devices support (udeb)
 ipv6-modules-2.6.12-1-powerpc-di - IPv6 driver (udeb)
 ipv6-modules-2.6.12-1-powerpc64-di - IPv6 driver (udeb)
 

Accepted kdelibs 4:3.4.2-1 (source i386 all)

2005-08-17 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 16 Aug 2005 11:16:00 -0400
Source: kdelibs
Binary: kdelibs-bin kdelibs kdelibs4-doc kdelibs4c2 kdelibs4c2-dbg kdelibs-data 
kdelibs4-dev
Architecture: source i386 all
Version: 4:3.4.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
Changed-By: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
Description: 
 kdelibs- core libraries from the official KDE release
 kdelibs-bin - core binaries for all KDE applications
 kdelibs-data - core shared data for all KDE applications
 kdelibs4-dev - development files for the KDE core libraries
 kdelibs4-doc - developer documentation for the KDE core libraries
 kdelibs4c2 - core libraries for all KDE applications
 kdelibs4c2-dbg - debugging symbols for kdelibs4c2
Closes: 257588 268659 283858 285882 287822 288900 292084 307098 311958 317543 
318017 319154 320450 323093
Changes: 
 kdelibs (4:3.4.2-1) unstable; urgency=low
 .
   * New upstream release. Includes a forward declaration of KXMLGUIClient in
 kactioncollection.h, which makes gcc-4.0 happy and thus closes: #317543,
 #318017, #319154, #323093 (arson, smb4k, kile and amarok FTBFS).
 .
   * KDE_3_4_BRANCH update.
 .
   +++ Changes by Christopher Martin:
 .
   * GCC 4.0 transition: kdelibs4 becomes kdelibs4c2. Tighten build depends on
 libarts1-dev, libqt3-mt-dev, libfam-dev, libtiff4-dev, and libopenexr-dev
 to ensure that we build against transitioned packages.
 .
 Since kdelibs4 now depends on libopenexr2c2, this upload closes: #320450.
 .
   * Make kdelibs4 always depend on the identical version of kdelibs-data.
 (Closes: #311958)
 .
   +++ Changes by Adeodato Simó:
 .
   * Remove obsolete conflicts/replaces relationships against packages/versions
 not present in Sarge.
 .
 kdelibs (4:3.4.1-1) experimental; urgency=low
 .
   * New upstream release.
 .
 kdelibs (4:3.4.0-0pre5) alioth; urgency=low
 .
   * New upstream release.
 .
   * KDE_3_4_BRANCH update.
 .
   * Bugs reported in the Debian BTS fixed by this release:
 .
 - no longer FTBFS on amd64/gcc-4.0. (Closes: #288900)
 .
   * Converted packaging to CDBS (initial version by Daniel Schepler, further
 changes by Christopher Martin and Adeodato Simó).
 .
   +++ Changes by Adeodato Simó:
 .
   * Added new package kdelibs4-dbg, with separate debugging symbols. Added
 Build-Dependency on binutils (= 2.14.90.0.7) as per the dh_strip man
 page. (Closes: #257588).
 .
   * [cdbs/kde.mk] Use escaped variables in the definitions of kde_htmldir and
 the like instead of absolute paths, so that /usr/bin/kde-config doesn't
 output them expanded even when --expandvars is not used. (Closes: #287822)
 .
   * Fixed the ability of the build system to find kde.pot, even when it is not
 located at KDEDIR/include/kde.pot. This allows the use of targets such as
 package-messages without specifying includedir. (Closes: #283858)
 .
   * Now that graphviz is in main, add it to Build-Depends-Indep together with
 gsfonts-x11 to generate diagrams in the API documentation.
 .
   +++ Changes by Christopher Martin
 .
   * Adjust the placement of the merging of the Debian menu in
 applications.menu. Oddly enough, this seems to work around some issues
 with io slaves and remote file access.
 .
   * Rename applications.menu to kde-applications.menu, avoiding a conflict
 with the new GNOME xdg menu files. (Closes: #307098)
 .
   * Debianize the Konqueror browser's user-agent string. (Closes: #268659)
 .
   * Tighten libart-2.0-dev build dependency. (Closes: #285882)
 .
   * Clean out useless manpages. New or better ones welcome...
 (Closes: #292084)
Files: 
 cfe3f8f20766fffdd8ca46e8c1131686 1475 libs optional kdelibs_3.4.2-1.dsc
 ce94fad0e1e87f95d73ec8dceb2fca31 20059698 libs optional 
kdelibs_3.4.2.orig.tar.gz
 b149b64d12cca117668e071f17e19ce6 363845 libs optional kdelibs_3.4.2-1.diff.gz
 ce3b9cb772073f83f631825601b8d5fd 29082 kde optional kdelibs_3.4.2-1_all.deb
 affdccc472b6c99296b422d73f1d1969 8128744 libs optional 
kdelibs-data_3.4.2-1_all.deb
 82f37a9df96785e24bf94b5ca901be23 31820178 doc optional 
kdelibs4-doc_3.4.2-1_all.deb
 4dfad931a793cde7946350eba8ba22c8 833706 libs optional 
kdelibs-bin_3.4.2-1_i386.deb
 06951cf0a5f167c6275a60cb223eb403 8214552 libs optional 
kdelibs4c2_3.4.2-1_i386.deb
 279348ea4ae4dc27ffb73871a7472400 1342764 libdevel optional 
kdelibs4-dev_3.4.2-1_i386.deb
 a28628aea6c5a58474ea7e01948460b3 19699656 libdevel extra 
kdelibs4c2-dbg_3.4.2-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Signed by Adeodato Simó [EMAIL PROTECTED]

iEYEARECAAYFAkMC9OQACgkQgyNlRdHEGILHLACglcxup3OxZSZAU89rC+Yef3qg
JPYAn0+5DUDftP8DBtBkSxIc57ndaH+F
=e7Cg
-END PGP SIGNATURE-


Accepted:
kdelibs-bin_3.4.2-1_i386.deb
  to pool/main/k/kdelibs/kdelibs-bin_3.4.2-1_i386.deb
kdelibs-data_3.4.2-1_all.deb
  to 

Accepted mercurial 0.6b-2 (source i386)

2005-08-17 Thread Vincent Danjean
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 10:33:33 +0200
Source: mercurial
Binary: mercurial
Architecture: source i386
Version: 0.6b-2
Distribution: unstable
Urgency: low
Maintainer: Vincent Danjean [EMAIL PROTECTED]
Changed-By: Vincent Danjean [EMAIL PROTECTED]
Description: 
 mercurial  - Scalable distributed version control system
Closes: 316347
Changes: 
 mercurial (0.6b-2) unstable; urgency=low
 .
   * Adds proper python dependencies
   * Recommends tkdiff or kdiff3 for merge purpose
   * Suggests meld as this is another merging program that can be used by
 mercurial (but this needs the user set the HGMERGE variable)
   * Closes: #316347: Please Recommands: meld
Files: 
 d6971b301cc92a1e06c0b1352c9fa4ef 660 devel optional mercurial_0.6b-2.dsc
 4d92e52a10b303819ab68b7f428af417 30354 devel optional mercurial_0.6b-2.diff.gz
 3a008e60fc570d311b8b1261bd98e550 122054 devel optional 
mercurial_0.6b-2_i386.deb

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

iD8DBQFDAxRRgY5NIXPNpFURAudeAJ0T7DAoI3x7u9znbrgcZKIdqYq8HwCg1VYI
x4uwSfShQQYL8XRe6qjL35o=
=Dc6w
-END PGP SIGNATURE-


Accepted:
mercurial_0.6b-2.diff.gz
  to pool/main/m/mercurial/mercurial_0.6b-2.diff.gz
mercurial_0.6b-2.dsc
  to pool/main/m/mercurial/mercurial_0.6b-2.dsc
mercurial_0.6b-2_i386.deb
  to pool/main/m/mercurial/mercurial_0.6b-2_i386.deb


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



Accepted tex-common 0.6 (source all)

2005-08-17 Thread Frank Küster
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 11:04:33 +0200
Source: tex-common
Binary: tex-common
Architecture: source all
Version: 0.6
Distribution: unstable
Urgency: low
Maintainer: teTeX maintainers debian-tetex-maint@lists.debian.org
Changed-By: Frank Küster [EMAIL PROTECTED]
Description: 
 tex-common - Common infrastructure for using and building TeX in Debian
Changes: 
 tex-common (0.6) unstable; urgency=low
 .
   * Refine the updmap transition code
   * Increase hyph_size to 1, to make the inclusion of current
 hyphenation exception files (e.g. dehyphtex.tex) possible
   * Also build a pdf version of the Policy draft, and Build-Depend on
 tetex-bin.
   * Move LSRS variable to common.variables
Files: 
 179081e51c488d1d674f8473a59c8292 732 tex optional tex-common_0.6.dsc
 c90e3e1d78c0f8fe3df9ece5515c5082 39289 tex optional tex-common_0.6.tar.gz
 31952238ba75ae81a9f48fd3534a8e86 52836 tex optional tex-common_0.6_all.deb

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

iD8DBQFDAwSE+xs9YyJS+hoRAkR9AJ9alFXphwCQDJv4zwX94qwZNLI+8ACgnhP5
hFpQgqdpyePRhbDxvkGID+M=
=Iu89
-END PGP SIGNATURE-


Accepted:
tex-common_0.6.dsc
  to pool/main/t/tex-common/tex-common_0.6.dsc
tex-common_0.6.tar.gz
  to pool/main/t/tex-common/tex-common_0.6.tar.gz
tex-common_0.6_all.deb
  to pool/main/t/tex-common/tex-common_0.6_all.deb


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



Accepted libxalan2-java 2.6.0-4 (source all)

2005-08-17 Thread Jeroen van Wolffelaar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 11:55:49 +0200
Source: libxalan2-java
Binary: libxalan2-java libxalan2-java-doc libxsltc-java
Architecture: source all
Version: 2.6.0-4
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers [EMAIL PROTECTED]
Changed-By: Jeroen van Wolffelaar [EMAIL PROTECTED]
Description: 
 libxalan2-java - XSL Transformations (XSLT) processor in Java
 libxalan2-java-doc - Documentation and examples for the Xalan-Java XSLT 
processor
 libxsltc-java - XSL Transformations (XSLT) compiler from Xalan-Java
Closes: 323518
Changes: 
 libxalan2-java (2.6.0-4) unstable; urgency=low
 .
   * Upload to get .orig.tar.gz back (got lost due to #232730)
 (Closes: #323518)
   * Reintroduce headless-building patch to get apidocs built again (accidently
 lost in -2)
   * Update policy compliance to 3.6.2 (no changes needed)
Files: 
 e84e87934841ea657b5fdbc23716c64e 1088 - optional libxalan2-java_2.6.0-4.dsc
 e7f7e8aea1cb024503e64cbe513db112 5875016 - optional 
libxalan2-java_2.6.0.orig.tar.gz
 05519d2c5ac31a691a8bb073106925b4 6476 - optional libxalan2-java_2.6.0-4.diff.gz
 01bf89a4de06f7f2efb1759707000c25 2945356 libs optional 
libxalan2-java_2.6.0-4_all.deb
 86b09fc06b461b45a96d1be00654f422 1315330 libs optional 
libxsltc-java_2.6.0-4_all.deb
 a53f21ee8d8964658a3824b6c98061ac 3773770 doc optional 
libxalan2-java-doc_2.6.0-4_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Signed by Jeroen van Wolffelaar [EMAIL PROTECTED]

iD8DBQFDAx6Zl2uISwgTVp8RAtVCAKCMNEHdBmzxG6ufSl76zy5JTZaPMQCeOb//
W6DGxkL7CivUzwngfz4Tutk=
=JTuU
-END PGP SIGNATURE-


Accepted:
libxalan2-java-doc_2.6.0-4_all.deb
  to pool/main/libx/libxalan2-java/libxalan2-java-doc_2.6.0-4_all.deb
libxalan2-java_2.6.0-4.diff.gz
  to pool/main/libx/libxalan2-java/libxalan2-java_2.6.0-4.diff.gz
libxalan2-java_2.6.0-4.dsc
  to pool/main/libx/libxalan2-java/libxalan2-java_2.6.0-4.dsc
libxalan2-java_2.6.0-4_all.deb
  to pool/main/libx/libxalan2-java/libxalan2-java_2.6.0-4_all.deb
libxsltc-java_2.6.0-4_all.deb
  to pool/main/libx/libxalan2-java/libxsltc-java_2.6.0-4_all.deb


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



Accepted cupsys 1.1.23-12 (source i386 all)

2005-08-17 Thread Kenshi Muto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Jul 2005 11:35:27 +0900
Source: cupsys
Binary: cupsys-bsd libcupsys2-dev libcupsys2 cupsys libcupsys2-gnutls10 
libcupsimage2-dev libcupsimage2 cupsys-client
Architecture: source i386 all
Version: 1.1.23-12
Distribution: unstable
Urgency: medium
Maintainer: Debian CUPS Maintainers [EMAIL PROTECTED]
Changed-By: Kenshi Muto [EMAIL PROTECTED]
Description: 
 cupsys - Common UNIX Printing System(tm) - server
 cupsys-bsd - Common UNIX Printing System(tm) - BSD commands
 cupsys-client - Common UNIX Printing System(tm) - client programs (SysV)
 libcupsimage2 - Common UNIX Printing System(tm) - image libs
 libcupsimage2-dev - Common UNIX Printing System(tm) - image development files
 libcupsys2 - Common UNIX Printing System(tm) - libs
 libcupsys2-dev - Common UNIX Printing System(tm) - development files
 libcupsys2-gnutls10 - Common UNIX Printing System(tm) - dummy libs for 
transition
Closes: 312244 315017 320196 322018 322087
Changes: 
 cupsys (1.1.23-12) unstable; urgency=medium
 .
   * foomatic-rip may be treated as recommended tool.
 Modified control file. (closes: #320196)
   * Add debconf-2.0 as debconf alternative.
   * Migrated to libgnutls12. (closes: #322087)
 libcupsys2 backed as real library. libcupsys2-gnutls10 became
 transitional package. (closes: #322018)
   * Add procps to Depends: of cupsys. ps command is used by
 cupsys.postinst.
   * 47_pid.dpatch: Added a patch to make forked PID file.
 Now init script use this file instead of one created by
 start-stop-daemon.
 I hope this solves Samba starting bug. (closes: #315017)
   * Back gs-esp to Depends:. (closes: #312244)
 PostScript printer owners may claim this, but currently
 we Debian CUPS Maintainers team have massive complains about
 missing gs-esp dependency. It's current best workaround to
 avoid such printing problems.
Files: 
 6cf1ea83db32136366f08f5917f2d2a1 1021 net optional cupsys_1.1.23-12.dsc
 95299ee0c211fcee4ca2f936b1de1fd6 1275289 net optional cupsys_1.1.23-12.diff.gz
 b755433feecb5b6572a72c5237bd6878 980 libs optional 
libcupsys2-gnutls10_1.1.23-12_all.deb
 bb7a13af4eb28fc13020eae3127afa8c 8958408 net optional cupsys_1.1.23-12_i386.deb
 101cc8a17a1b18fa19f6f24df96351c5 109090 net optional 
cupsys-client_1.1.23-12_i386.deb
 d226d6e2d359542630833d852f5c91b2 74884 libs optional 
libcupsys2_1.1.23-12_i386.deb
 782ca5d8d542c06f6ff37d0800c87872 85270 libdevel optional 
libcupsys2-dev_1.1.23-12_i386.deb
 e9d9f8b4119583d038cd8cbad0b7beb2 56478 libs optional 
libcupsimage2_1.1.23-12_i386.deb
 1c7c79d4036722a1c3e91575da453179 46732 libdevel optional 
libcupsimage2-dev_1.1.23-12_i386.deb
 9a0a01a66b915afa741a649b6f6503f8 47832 net extra cupsys-bsd_1.1.23-12_i386.deb

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

iEYEARECAAYFAkMDIpIACgkQQKW+7XLQPLEjZgCfUe45rC9EAsYZt2r6+AyrfUBj
M5QAoJ68b8H2RcTLmOGtUQCJvkoQD6oB
=0lTO
-END PGP SIGNATURE-


Accepted:
cupsys-bsd_1.1.23-12_i386.deb
  to pool/main/c/cupsys/cupsys-bsd_1.1.23-12_i386.deb
cupsys-client_1.1.23-12_i386.deb
  to pool/main/c/cupsys/cupsys-client_1.1.23-12_i386.deb
cupsys_1.1.23-12.diff.gz
  to pool/main/c/cupsys/cupsys_1.1.23-12.diff.gz
cupsys_1.1.23-12.dsc
  to pool/main/c/cupsys/cupsys_1.1.23-12.dsc
cupsys_1.1.23-12_i386.deb
  to pool/main/c/cupsys/cupsys_1.1.23-12_i386.deb
libcupsimage2-dev_1.1.23-12_i386.deb
  to pool/main/c/cupsys/libcupsimage2-dev_1.1.23-12_i386.deb
libcupsimage2_1.1.23-12_i386.deb
  to pool/main/c/cupsys/libcupsimage2_1.1.23-12_i386.deb
libcupsys2-dev_1.1.23-12_i386.deb
  to pool/main/c/cupsys/libcupsys2-dev_1.1.23-12_i386.deb
libcupsys2-gnutls10_1.1.23-12_all.deb
  to pool/main/c/cupsys/libcupsys2-gnutls10_1.1.23-12_all.deb
libcupsys2_1.1.23-12_i386.deb
  to pool/main/c/cupsys/libcupsys2_1.1.23-12_i386.deb


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



Accepted drupal 4.5.5-1 (source all)

2005-08-17 Thread Hilko Bengen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 16 Aug 2005 02:15:26 +0200
Source: drupal
Binary: drupal
Architecture: source all
Version: 4.5.5-1
Distribution: unstable
Urgency: high
Maintainer: Hilko Bengen [EMAIL PROTECTED]
Changed-By: Hilko Bengen [EMAIL PROTECTED]
Description: 
 drupal - fully-featured content management/discussion engine
Closes: 316903
Changes: 
 drupal (4.5.5-1) unstable; urgency=HIGH
 .
   * Justification: Fixes security vulnerability
   * New upstream version
 - Fixes the following XMLRPC vulnerability:
   CAN-2005-2498 / DRUPAL-SA-2005-004: Through the bundled xmlrpc
   module, an attacker could execute arbitrary PHP code on the target
   site (see http://drupal.org/files/sa-2005-004/advisory.txt).
   * cron.sh fix for the case when no sites are configured
 (Closes: #316903)
Files: 
 27ed51e1f53ff6024bdd23a9e87b3646 609 web extra drupal_4.5.5-1.dsc
 c09b71288678f73c42317f77de8d2f1d 465874 web extra drupal_4.5.5.orig.tar.gz
 165c46da155ec19dc7457017fae4f479 42749 web extra drupal_4.5.5-1.diff.gz
 f1c6692e296fdeaa0ba125feac88215b 482908 web extra drupal_4.5.5-1_all.deb

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

iD8DBQFDAToMUCgnLz/SlGgRAtflAJ417u+ILQUxTwNw6sJWr+yO1liRAgCgrkux
v3/Ts61dYqZIQ3UtmjVNvCg=
=ufAw
-END PGP SIGNATURE-


Accepted:
drupal_4.5.5-1.diff.gz
  to pool/main/d/drupal/drupal_4.5.5-1.diff.gz
drupal_4.5.5-1.dsc
  to pool/main/d/drupal/drupal_4.5.5-1.dsc
drupal_4.5.5-1_all.deb
  to pool/main/d/drupal/drupal_4.5.5-1_all.deb
drupal_4.5.5.orig.tar.gz
  to pool/main/d/drupal/drupal_4.5.5.orig.tar.gz


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



Accepted xmame 0.99-1 (source i386 all)

2005-08-17 Thread Bruno Barrera C.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 16 Aug 2005 23:34:39 -0400
Source: xmame
Binary: xmame-svga xmame-gl xmame-tools xmame-x xmess-common xmess-x xmame-sdl 
xmame-common
Architecture: source i386 all
Version: 0.99-1
Distribution: unstable
Urgency: low
Maintainer: Bruno Barrera C. [EMAIL PROTECTED]
Changed-By: Bruno Barrera C. [EMAIL PROTECTED]
Description: 
 xmame-common - Multiple Arcade Machine Emulator
 xmame-gl   - dummy package
 xmame-sdl  - SDL binaries for the Multiple Arcade Machine Emulator
 xmame-svga - SVGALIB binaries for the Multiple Arcade Machine Emulator
 xmame-tools - Tools for xmame and xmess
 xmame-x- X binaries for the Multiple Arcade Machine Emulator
 xmess-common - Support files for the Multi Emulator Super System
 xmess-x- X binaries for the Multi Emulator Super System
Closes: 314437 318449
Changes: 
 xmame (0.99-1) unstable; urgency=low
 .
   * New upstream version.
   * Patched for new dpkg-architecture. (closes: #314437)
   * Added Czech translation. (closes: #318449)
Files: 
 328c4c87b15f4346327278efa4e03150 979 non-free/games optional xmame_0.99-1.dsc
 279a279f10f063acdd30207418999228 18924194 non-free/games optional 
xmame_0.99.orig.tar.gz
 1736ef7cd242e9ff90f85e26ca6c5494 15795 non-free/games optional 
xmame_0.99-1.diff.gz
 d13a6bf7af8b486193cd88fb59e7c846 251738 non-free/games optional 
xmame-common_0.99-1_all.deb
 73c6396ad103d2a93097100de4462a40 4107364 non-free/games optional 
xmess-common_0.99-1_all.deb
 0042940443f4dbb1bcdb47022c8e3a05 742 non-free/games optional 
xmame-gl_0.99-1_all.deb
 ac880f861b4183151adff132912b2394 9302030 non-free/games optional 
xmame-x_0.99-1_i386.deb
 d75b9ea87db418a8ddd2ac42b2b84458 9231080 non-free/games optional 
xmame-sdl_0.99-1_i386.deb
 9d90878f13595108c3f94f96788ff65c 55134 non-free/games optional 
xmame-tools_0.99-1_i386.deb
 c867e4ba3a1fdc9e96f1c849306c2d7e 9233686 non-free/games optional 
xmame-svga_0.99-1_i386.deb
 f29e186e47b3d24a19a2990ec62edfe8 3566908 non-free/games optional 
xmess-x_0.99-1_i386.deb

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

iD8DBQFDAxbXf+2upy2F5boRAtczAJ0bwOypC7tcoXJG0jl2e/OxozTOZwCgoazA
h1n4EZn3LqMixWw7sJVPFWc=
=RfC7
-END PGP SIGNATURE-


Accepted:
xmame-common_0.99-1_all.deb
  to pool/non-free/x/xmame/xmame-common_0.99-1_all.deb
xmame-gl_0.99-1_all.deb
  to pool/non-free/x/xmame/xmame-gl_0.99-1_all.deb
xmame-sdl_0.99-1_i386.deb
  to pool/non-free/x/xmame/xmame-sdl_0.99-1_i386.deb
xmame-svga_0.99-1_i386.deb
  to pool/non-free/x/xmame/xmame-svga_0.99-1_i386.deb
xmame-tools_0.99-1_i386.deb
  to pool/non-free/x/xmame/xmame-tools_0.99-1_i386.deb
xmame-x_0.99-1_i386.deb
  to pool/non-free/x/xmame/xmame-x_0.99-1_i386.deb
xmame_0.99-1.diff.gz
  to pool/non-free/x/xmame/xmame_0.99-1.diff.gz
xmame_0.99-1.dsc
  to pool/non-free/x/xmame/xmame_0.99-1.dsc
xmame_0.99.orig.tar.gz
  to pool/non-free/x/xmame/xmame_0.99.orig.tar.gz
xmess-common_0.99-1_all.deb
  to pool/non-free/x/xmame/xmess-common_0.99-1_all.deb
xmess-x_0.99-1_i386.deb
  to pool/non-free/x/xmame/xmess-x_0.99-1_i386.deb


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



Accepted xpilot-ng 1:4.7.1-2 (source i386 all)

2005-08-17 Thread Ben Armstrong
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 07:00:25 -0300
Source: xpilot-ng
Binary: xpilot-ng-utils xpilot-ng-common xpilot-ng-client-sdl 
xpilot-ng-client-x11 xpilot-ng-server xpilot-ng
Architecture: source i386 all
Version: 1:4.7.1-2
Distribution: unstable
Urgency: low
Maintainer: Ben Armstrong [EMAIL PROTECTED]
Changed-By: Ben Armstrong [EMAIL PROTECTED]
Description: 
 xpilot-ng  - Multi-player tactical game for X (NG version)
 xpilot-ng-client-sdl - Client for XPilot NG
 xpilot-ng-client-x11 - Client for XPilot NG
 xpilot-ng-common - Common files for XPilot NG
 xpilot-ng-server - Server for hosting XPilot NG games
 xpilot-ng-utils - Utilities for XPilot NG
Closes: 275646
Changes: 
 xpilot-ng (1:4.7.1-2) unstable; urgency=low
 .
   * Use ship_red.ppm to create an xpilot-ng menu icon.  (Closes: #275646).
Files: 
 65081b294af62897d7bd04d907232fcf 823 games extra xpilot-ng_4.7.1-2.dsc
 d24d1f0fe4f8eadc081fb7df8dffefbf 33738 games extra xpilot-ng_4.7.1-2.diff.gz
 349424ebb44a9813395998c54fe12234 188500 games extra 
xpilot-ng-client-x11_4.7.1-2_i386.deb
 36fab28cc3f60812c8b5bf029289bcd3 179420 games extra 
xpilot-ng-client-sdl_4.7.1-2_i386.deb
 9f285eaf7f97f6cc3e3ad0f72adb15f1 72452 games extra 
xpilot-ng-utils_4.7.1-2_i386.deb
 a3dc6b1088a28ce62a6651f417bed069 250398 games extra 
xpilot-ng-server_4.7.1-2_i386.deb
 efe2b3ec3eeb60932b18f15b36c49baf 7126 games extra xpilot-ng_4.7.1-2_all.deb
 34b197976f86af368174cc03d28fbe69 1582858 games extra 
xpilot-ng-common_4.7.1-2_all.deb

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

iD8DBQFDAy5KWpTzygsnE8gRAuuWAJ9GXWWcDyFLaBWsc3fxIEfFWZwa8ACdEwA+
xGdAZ6pZIEkdjCgZ0SonzMA=
=CCwX
-END PGP SIGNATURE-


Accepted:
xpilot-ng-client-sdl_4.7.1-2_i386.deb
  to pool/main/x/xpilot-ng/xpilot-ng-client-sdl_4.7.1-2_i386.deb
xpilot-ng-client-x11_4.7.1-2_i386.deb
  to pool/main/x/xpilot-ng/xpilot-ng-client-x11_4.7.1-2_i386.deb
xpilot-ng-common_4.7.1-2_all.deb
  to pool/main/x/xpilot-ng/xpilot-ng-common_4.7.1-2_all.deb
xpilot-ng-server_4.7.1-2_i386.deb
  to pool/main/x/xpilot-ng/xpilot-ng-server_4.7.1-2_i386.deb
xpilot-ng-utils_4.7.1-2_i386.deb
  to pool/main/x/xpilot-ng/xpilot-ng-utils_4.7.1-2_i386.deb
xpilot-ng_4.7.1-2.diff.gz
  to pool/main/x/xpilot-ng/xpilot-ng_4.7.1-2.diff.gz
xpilot-ng_4.7.1-2.dsc
  to pool/main/x/xpilot-ng/xpilot-ng_4.7.1-2.dsc
xpilot-ng_4.7.1-2_all.deb
  to pool/main/x/xpilot-ng/xpilot-ng_4.7.1-2_all.deb


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



Accepted zope-debhelper 0.3.2.6 (source all)

2005-08-17 Thread Fabio Tranchitella
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 11:48:02 +
Source: zope-debhelper
Binary: zope-debhelper
Architecture: source all
Version: 0.3.2.6
Distribution: experimental
Urgency: low
Maintainer: Debian Zope team [EMAIL PROTECTED]
Changed-By: Fabio Tranchitella [EMAIL PROTECTED]
Description: 
 zope-debhelper - debhelper script for zope packaging
Changes: 
 zope-debhelper (0.3.2.6) experimental; urgency=low
 .
   * dh_installzope: handle dzconfigure files for Zope3 products.
   * dh_installzope{instance}: depend on zope-common (= 0.5.6), or we'll
 have broken Zope3 products.
   * autoscripts/dzinstance-config: try to substitute zver variables in
 templates (available from zope-common 0.5.6).
Files: 
 a719ad98a5ced52a2f1cf2e9e81b129f 724 devel extra zope-debhelper_0.3.2.6.dsc
 331ae9f80ca5f45c2a3d13feec66f39b 8737 devel extra zope-debhelper_0.3.2.6.tar.gz
 8bee6900876e7af881f18005ec67ea75 16088 devel extra 
zope-debhelper_0.3.2.6_all.deb

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

iD8DBQFDAy0MK/juK3+WFWQRAhYgAJ9XnEuzoKwWz7raj//Vs4aXtyfiSQCfSnOk
IbKypR8MfDnPWr9wpWc8Y7o=
=SqqQ
-END PGP SIGNATURE-


Accepted:
zope-debhelper_0.3.2.6.dsc
  to pool/main/z/zope-debhelper/zope-debhelper_0.3.2.6.dsc
zope-debhelper_0.3.2.6.tar.gz
  to pool/main/z/zope-debhelper/zope-debhelper_0.3.2.6.tar.gz
zope-debhelper_0.3.2.6_all.deb
  to pool/main/z/zope-debhelper/zope-debhelper_0.3.2.6_all.deb


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



Accepted zope-common 0.5.6 (source all)

2005-08-17 Thread Fabio Tranchitella
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 12:16:30 +
Source: zope-common
Binary: zope-common
Architecture: source all
Version: 0.5.6
Distribution: experimental
Urgency: low
Maintainer: Debian Zope team [EMAIL PROTECTED]
Changed-By: Fabio Tranchitella [EMAIL PROTECTED]
Description: 
 zope-common - common settings and scripts for zope installations
Changes: 
 zope-common (0.5.6) experimental; urgency=low
 .
   * dzhandle: handle Zope3 products installation and .zcml file link
   * debian/po: added substitution variable for zope version.
Files: 
 9b7f2fa3845703d5ae03e86c5536eb07 694 web optional zope-common_0.5.6.dsc
 b400e51d3fb4578a47ac63e12855a752 32592 web optional zope-common_0.5.6.tar.gz
 ded649fa7c0ac4ba3fd0cadc28bb61b7 27540 web optional zope-common_0.5.6_all.deb

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

iD8DBQFDAyyCK/juK3+WFWQRAlZbAJ402Sv+F227m5cU/ZiYYjJkYeIFSgCfdz8g
K4kw9R+m4j0HYNO7IyOjwrE=
=4IqX
-END PGP SIGNATURE-


Accepted:
zope-common_0.5.6.dsc
  to pool/main/z/zope-common/zope-common_0.5.6.dsc
zope-common_0.5.6.tar.gz
  to pool/main/z/zope-common/zope-common_0.5.6.tar.gz
zope-common_0.5.6_all.deb
  to pool/main/z/zope-common/zope-common_0.5.6_all.deb


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



Accepted zope3 3.0.92-2 (source all i386)

2005-08-17 Thread Fabio Tranchitella
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 12:19:27 +
Source: zope3
Binary: zope3 zope3-sandbox zope3-doc
Architecture: source all i386
Version: 3.0.92-2
Distribution: experimental
Urgency: low
Maintainer: Debian Zope team [EMAIL PROTECTED]
Changed-By: Fabio Tranchitella [EMAIL PROTECTED]
Description: 
 zope3  - Open Source Web Application Server (Libraries)
 zope3-doc  - Documentation for Zope3
 zope3-sandbox - sandbox instance for the zope2.7 web application server
Changes: 
 zope3 (3.0.92-2) experimental; urgency=low
 .
   * debian/patches/deb-zopeconf.dpatch: symlink instance-home/Products to
 instance-home/lib/python. This is the simplest way to have dzhandle
 working for Zope3.
Files: 
 9f84515e6ab9725d0cc132687792259c 784 web optional zope3_3.0.92-2.dsc
 cfdc426520fef4c52889e48f1240e485 11954 web optional zope3_3.0.92-2.diff.gz
 f9249a1376c7e1fb694c7f363281db34 3395912 python optional 
zope3_3.0.92-2_i386.deb
 dd14eb370330fda1fa12842cea44049c 173920 doc optional zope3-doc_3.0.92-2_all.deb
 851b04b4fe4b58c83ac649b7b58b7168 31344 web optional 
zope3-sandbox_3.0.92-2_all.deb

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

iD8DBQFDAzACK/juK3+WFWQRAvgbAJ9zT1fkp2urA2wmYIkUSiiS0dlwSQCaA0YA
ata0bwtn08VUvC/jNOCutAQ=
=kSlz
-END PGP SIGNATURE-


Accepted:
zope3-doc_3.0.92-2_all.deb
  to pool/main/z/zope3/zope3-doc_3.0.92-2_all.deb
zope3-sandbox_3.0.92-2_all.deb
  to pool/main/z/zope3/zope3-sandbox_3.0.92-2_all.deb
zope3_3.0.92-2.diff.gz
  to pool/main/z/zope3/zope3_3.0.92-2.diff.gz
zope3_3.0.92-2.dsc
  to pool/main/z/zope3/zope3_3.0.92-2.dsc
zope3_3.0.92-2_i386.deb
  to pool/main/z/zope3/zope3_3.0.92-2_i386.deb


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



Accepted zope-externaleditor 0.8-2.1 (source all)

2005-08-17 Thread Fabio Tranchitella
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 13:22:59 +
Source: zope-externaleditor
Binary: zope-externaleditor
Architecture: source all
Version: 0.8-2.1
Distribution: experimental
Urgency: low
Maintainer: Federico Sevilla III [EMAIL PROTECTED]
Changed-By: Fabio Tranchitella [EMAIL PROTECTED]
Description: 
 zope-externaleditor - Zope External Editor
Closes: 199538 200749 298862 316533
Changes: 
 zope-externaleditor (0.8-2.1) experimental; urgency=low
 .
   * NMU
   * Make use of dh_installzope from zope-debhelper. (Closes: #298862, #316533)
   * We don't need the templates anymore. (Closes: #199538, #200749)
Files: 
 cae2f942770500b466554157642a79ef 675 web extra zope-externaleditor_0.8-2.1.dsc
 a50735f97c899221b246a97a7633c7ac 4453 web extra 
zope-externaleditor_0.8-2.1.diff.gz
 7c3cbe35e8b3c00fe6e2f7324a50af38 40372 web extra 
zope-externaleditor_0.8-2.1_all.deb
url: http://www.zope.org/Members/Caseman/ExternalEditor

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

iD8DBQFDAzqjK/juK3+WFWQRAoV8AKCY0sNibasZSNN4DveapePgFXrHWACgn3+i
kJsUEyRiPm5v8ADeVV0ds50=
=J8tC
-END PGP SIGNATURE-


Accepted:
zope-externaleditor_0.8-2.1.diff.gz
  to pool/main/z/zope-externaleditor/zope-externaleditor_0.8-2.1.diff.gz
zope-externaleditor_0.8-2.1.dsc
  to pool/main/z/zope-externaleditor/zope-externaleditor_0.8-2.1.dsc
zope-externaleditor_0.8-2.1_all.deb
  to pool/main/z/zope-externaleditor/zope-externaleditor_0.8-2.1_all.deb


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



Accepted kernel-patch-2.4.27-mips 2.4.27-11.040815-1 (source mips)

2005-08-17 Thread Thiemo Seufer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 11:24:35 +0200
Source: kernel-patch-2.4.27-mips
Binary: kernel-headers-2.4.27 kernel-image-2.4.27-sb1-swarm-bn mips-tools 
kernel-image-2.4.27-r4k-kn04 kernel-image-2.4.27-r4k-ip22 
kernel-image-2.4.27-xxs1500 kernel-image-2.4.27-r5k-lasat 
kernel-image-2.4.27-r3k-kn02 kernel-image-2.4.27-r5k-cobalt 
kernel-image-2.4.27-r5k-ip22
Architecture: source mips
Version: 2.4.27-11.040815-1
Distribution: unstable
Urgency: high
Maintainer: [EMAIL PROTECTED]
Changed-By: Thiemo Seufer [EMAIL PROTECTED]
Description: 
 kernel-headers-2.4.27 - Header files related to a specific Linux kernel
 kernel-image-2.4.27-r4k-ip22 - Linux kernel binary image
 kernel-image-2.4.27-r5k-ip22 - Linux kernel binary image
 kernel-image-2.4.27-sb1-swarm-bn - Linux kernel binary image
 mips-tools - mips specific kernel tools
Changes: 
 kernel-patch-2.4.27-mips (2.4.27-11.040815-1) unstable; urgency=high
 .
   * Update to debian kernel source 2.4.27-11 for security fixes.
 See kernel source changelog for details.
   * Added build depends on gcc-3.3 as the default gcc
 is being changed from 3.3 to 4.0.
   * Actually use gcc-3.3 by exporting $(CC).
   * Fix the Cobalt PCI initialization fix.
Files: 
 aa752a2a74a1e92a14153c9ceea024f7 1051 devel optional 
kernel-patch-2.4.27-mips_2.4.27-11.040815-1.dsc
 5ceabe87c976cf2dd898083cafe6ca79 307852 devel optional 
kernel-patch-2.4.27-mips_2.4.27-11.040815-1.tar.gz
 c42c85329054ff1a659ee3b83bc540c8 18102 devel optional 
mips-tools_2.4.27-11.040815-1_mips.deb
 5f99e2163951f6afe7dd2734ef12572e 7206660 base optional 
kernel-image-2.4.27-sb1-swarm-bn_2.4.27-11.040815-1_mips.deb
 738956cf55a4f12899e922663de3185c 3866420 base optional 
kernel-image-2.4.27-r4k-ip22_2.4.27-11.040815-1_mips.deb
 d214796ca15978bcde0cffb99124466b 3869384 base optional 
kernel-image-2.4.27-r5k-ip22_2.4.27-11.040815-1_mips.deb
 bfbcce9311c335dc656328740341e771 4913494 devel optional 
kernel-headers-2.4.27_2.4.27-11.040815-1_mips.deb

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

iD8DBQFDAzyiXNuq0tFCNaARAg50AJ9ksaMOvFR7hpM5PZSqybNGdoHT6QCfTTCL
cmAnhDbhNzYlQkgcOrdbXu4=
=FrOO
-END PGP SIGNATURE-


Accepted:
kernel-headers-2.4.27_2.4.27-11.040815-1_mips.deb
  to 
pool/main/k/kernel-patch-2.4.27-mips/kernel-headers-2.4.27_2.4.27-11.040815-1_mips.deb
kernel-image-2.4.27-r4k-ip22_2.4.27-11.040815-1_mips.deb
  to 
pool/main/k/kernel-patch-2.4.27-mips/kernel-image-2.4.27-r4k-ip22_2.4.27-11.040815-1_mips.deb
kernel-image-2.4.27-r5k-ip22_2.4.27-11.040815-1_mips.deb
  to 
pool/main/k/kernel-patch-2.4.27-mips/kernel-image-2.4.27-r5k-ip22_2.4.27-11.040815-1_mips.deb
kernel-image-2.4.27-sb1-swarm-bn_2.4.27-11.040815-1_mips.deb
  to 
pool/main/k/kernel-patch-2.4.27-mips/kernel-image-2.4.27-sb1-swarm-bn_2.4.27-11.040815-1_mips.deb
kernel-patch-2.4.27-mips_2.4.27-11.040815-1.dsc
  to 
pool/main/k/kernel-patch-2.4.27-mips/kernel-patch-2.4.27-mips_2.4.27-11.040815-1.dsc
kernel-patch-2.4.27-mips_2.4.27-11.040815-1.tar.gz
  to 
pool/main/k/kernel-patch-2.4.27-mips/kernel-patch-2.4.27-mips_2.4.27-11.040815-1.tar.gz
mips-tools_2.4.27-11.040815-1_mips.deb
  to pool/main/k/kernel-patch-2.4.27-mips/mips-tools_2.4.27-11.040815-1_mips.deb


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



Accepted hw-detect 1.23 (source i386 all)

2005-08-17 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 09:29:46 -0400
Source: hw-detect
Binary: archdetect hw-detect disk-detect ethdetect
Architecture: source i386 all
Version: 1.23
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Joey Hess [EMAIL PROTECTED]
Description: 
 archdetect - Hardware architecture detector (udeb)
 disk-detect - Detect disk drives (udeb)
 ethdetect  - Detect network hardware and load kernel drivers for it (udeb)
 hw-detect  - Detect hardware and load kernel drivers for it (udeb)
Changes: 
 hw-detect (1.23) unstable; urgency=low
 .
   [ Colin Watson ]
   * Install net-hotplug.sh as hw-detect.hotplug, not ddetect.hotplug.
 .
   [ Joey Hess ]
   * Move explicit ide-core load to before hardware autodetection, to
 avoid ugly message in the log and to allow module parameters to really be
 passed for it.
   * Run update-dev from userdevfs at end to allow it to create device nodes.
 .
   * Updated translations:
 - German (de.po) by Holger Wansing
 - Basque (eu.po)
 - Bokmål, Norwegian (nb.po) by Bjørn Steensrud
 - Portuguese (Brazil) (pt_BR.po) by André Luís Lopes
Files: 
 63b368be167d99e5f0f62d5ab616044f 888 debian-installer standard 
hw-detect_1.23.dsc
 3e0a1d2cf94629fcc4d5c856181bf546 127333 debian-installer standard 
hw-detect_1.23.tar.gz
 39e918faca0c3194ddceca374a660717 19980 debian-installer optional 
ethdetect_1.23_all.udeb
 be69a6224e1c32c4df8321a5c3ffb544 12286 debian-installer optional 
disk-detect_1.23_all.udeb
 980b68e471c6fb0de8e76c7ffb8dfde1 66106 debian-installer standard 
hw-detect_1.23_i386.udeb
 319e9220de612b6d15c6a83629bbb9e7 2072 debian-installer standard 
archdetect_1.23_i386.udeb
package-type: udeb

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

iD8DBQFDAzxS2tp5zXiKP0wRAo8fAKCeehkDut6ea91iGHuCiC7ujP7SqACgonl+
uQvGySjLIXTvfepM0+d3CG8=
=TqD2
-END PGP SIGNATURE-


Accepted:
archdetect_1.23_i386.udeb
  to pool/main/h/hw-detect/archdetect_1.23_i386.udeb
disk-detect_1.23_all.udeb
  to pool/main/h/hw-detect/disk-detect_1.23_all.udeb
ethdetect_1.23_all.udeb
  to pool/main/h/hw-detect/ethdetect_1.23_all.udeb
hw-detect_1.23.dsc
  to pool/main/h/hw-detect/hw-detect_1.23.dsc
hw-detect_1.23.tar.gz
  to pool/main/h/hw-detect/hw-detect_1.23.tar.gz
hw-detect_1.23_i386.udeb
  to pool/main/h/hw-detect/hw-detect_1.23_i386.udeb


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



Accepted gcc-4.0 4.0.1-5 (source i386 all)

2005-08-17 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 16 Aug 2005 22:45:47 +0200
Source: gcc-4.0
Binary: gcc-4.0-base libstdc++6 lib32ffi4 lib32gcj6-dev libobjc1 libgcc1 
libgcj6-dev libgcj6-awt gpc-2.1-4.0 gcc-4.0-nof libstdc++6-4.0-dev 
lib32stdc++6-4.0-dbg libgcc2 lib64gnat-4.0 lib32gcj6 gpc-2.1-4.0-doc protoize 
lib64gcj6 treelang-4.0 libgnat-4.0 libstdc++6-4.0-dbg gcc-4.0-doc lib64stdc++6 
lib32gfortran0 libffi4 lib64gcj6-awt gfortran-4.0-doc g++-4.0 libgcj6-src 
lib64ffi4 gcj-4.0 lib32gcc1 lib64stdc++6-4.0-dbg libgfortran0 gobjc-4.0 
lib64objc1 cpp-4.0 gcc-4.0-soft-float gcc-4.0 gfortran-4.0 gcc-4.0-locales 
lib32objc1 libffi4-dev libgcj6 gnat-4.0-doc libgfortran0-dev libgcj-common 
libgcj6-common libstdc++6-4.0-pic cpp-4.0-doc lib64gcc1 fastjar gcc-4.0-hppa64 
gij-4.0 fixincludes libmudflap0-dev libstdc++6-4.0-doc lib32stdc++6 gnat-4.0 
libmudflap0 lib32gcj6-dbg lib64gfortran0 libgcj6-dbg
Architecture: source i386 all
Version: 4.0.1-5
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers debian-gcc@lists.debian.org
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 cpp-4.0- The GNU C preprocessor
 cpp-4.0-doc - Documentation for the GNU C preprocessor (cpp)
 fastjar- Jar creation utility
 fixincludes - Fix non-ANSI header files
 g++-4.0- The GNU C++ compiler
 gcc-4.0- The GNU C compiler
 gcc-4.0-base - The GNU Compiler Collection (base package)
 gcc-4.0-doc - Documentation for the GNU compilers (gcc, gobjc, g++)
 gcc-4.0-locales - The GNU C compiler (native language support files)
 gcj-4.0- The GNU compiler for Java(TM)
 gfortran-4.0 - The GNU Fortran 95 compiler
 gfortran-4.0-doc - Documentation for the GNU Fortran compiler (gfortran)
 gij-4.0- The GNU Java bytecode interpreter
 gnat-4.0   - The GNU Ada compiler
 gnat-4.0-doc - Documentation for the GNU Ada compiler (gnat)
 gobjc-4.0  - The GNU Objective-C compiler
 lib64gcc1  - GCC support library (64bit)
 lib64gfortran0 - Runtime library for GNU Fortran applications (64bit)
 lib64objc1 - Runtime library for GNU Objective-C applications (64bit)
 lib64stdc++6 - The GNU Standard C++ Library v3 (64bit)
 lib64stdc++6-4.0-dbg - The GNU Standard C++ Library v3 (debugging files)
 libffi4- Foreign Function Interface library runtime
 libffi4-dev - Foreign Function Interface library (development files)
 libgcc1- GCC support library
 libgcj-common - Java runtime library (common files)
 libgcj6- Java runtime library for use with gcj
 libgcj6-awt - AWT peer runtime libraries for use with gcj
 libgcj6-common - Java runtime library for use with gcj (jar files)
 libgcj6-dbg - Debugging symbols for libraries provided in libgcj6-dev
 libgcj6-dev - Java development headers and static library for use with gcj
 libgcj6-src - libgcj java sources for use in eclipse
 libgfortran0 - Runtime library for GNU Fortran applications
 libgfortran0-dev - GNU Fortran library development
 libgnat-4.0 - Runtime library for GNU Ada applications
 libmudflap0 - GCC mudflap shared support libraries
 libmudflap0-dev - GCC mudflap support libraries (development files)
 libobjc1   - Runtime library for GNU Objective-C applications
 libstdc++6 - The GNU Standard C++ Library v3
 libstdc++6-4.0-dbg - The GNU Standard C++ Library v3 (debugging files)
 libstdc++6-4.0-dev - The GNU Standard C++ Library v3 (development files)
 libstdc++6-4.0-doc - The GNU Standard C++ Library v3 (documentation files)
 libstdc++6-4.0-pic - The GNU Standard C++ Library v3 (shared library subset 
kit)
 protoize   - Create/remove ANSI prototypes from C code
 treelang-4.0 - The GNU Treelang compiler
Closes: 321016 321591 321785 322576 322890 322912
Changes: 
 gcc-4.0 (4.0.1-5) unstable; urgency=low
 .
   * Update to CVS 20050816, taken from the gcc-4_0-branch.
 - Fix PR middle-end/23369, wrong code generation for funcptr comparison
   on hppa. Closes: #321785.
 - Fix PR fortran/23368 ICE with NAG routines (closes: #322912).
   * Build-depend on libcairo2-dev (they say, that's the final package name ...)
   * libgcj: Search /usr/lib/gcj-4.0 for dlopened libraries, place a copy
 of the .la files in the libgcj6 package into this directory.
 Closes: #322576.
   * Tighten the dependencies between the compiler packages to the same
 version and release. Use some substitution variables for control file
 generation.
   * Remove build dependencies for gpc.
   * Don't use '/emul/ia32-linux' on ppc64 (closes: #322890).
   * Synchronize with Ubuntu.
 .
 gcc-4.0 (4.0.1-4ubuntu1) breezy; urgency=low
 .
   * Jeff Bailey [EMAIL PROTECTED]
 .
 Enable i386 biarch using biarch glibc (not yet enabled for unstable).
 - debian/rules.d/binary-libgcc.mk: Make i386 lib64gcc1 depend on
   libc6-amd64
 - debian/control.m4: Suggest libc6-amd64 rather than amd64-libs.
 - debian/rules.conf: Build-Dep on libc6-dev-amd64 [i386]
   Build-Dep on binutils = 2.16.1-2ubuntu3
 - debian/rules2: Enable biarch build in Ubuntu.

Accepted partman-base 70 (source i386)

2005-08-17 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 09:53:09 -0400
Source: partman-base
Binary: partman-base
Architecture: source i386
Version: 70
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Joey Hess [EMAIL PROTECTED]
Description: 
 partman-base - Partition the storage devices (partman) (udeb)
Changes: 
 partman-base (70) unstable; urgency=low
 .
   * All ADS arm boards use msdos partition tables by default.
Files: 
 be7f5268cea7a7a0ecdae6caa0cdf4ff 691 debian-installer standard 
partman-base_70.dsc
 8f5d6aefa0448ded70f7b889253f91fb 133276 debian-installer standard 
partman-base_70.tar.gz
 a756408b5915bdfb18a15c4d8aefca75 119592 debian-installer standard 
partman-base_70_i386.udeb
package-type: udeb

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

iD8DBQFDA0KC2tp5zXiKP0wRAgc0AKCg2+pC8UvnypyeK3oq/ZoKvMhfkQCgyj3c
clQSAOL6EubXgRKkIghU6gg=
=628E
-END PGP SIGNATURE-


Accepted:
partman-base_70.dsc
  to pool/main/p/partman-base/partman-base_70.dsc
partman-base_70.tar.gz
  to pool/main/p/partman-base/partman-base_70.tar.gz
partman-base_70_i386.udeb
  to pool/main/p/partman-base/partman-base_70_i386.udeb


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



Accepted tetex-base 3.0-7 (source all)

2005-08-17 Thread Frank Küster
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 12 Aug 2005 17:18:41 +0200
Source: tetex-base
Binary: tetex-extra tetex-doc tetex-base
Architecture: source all
Version: 3.0-7
Distribution: experimental
Urgency: low
Maintainer: teTeX maintainers debian-tetex-maint@lists.debian.org
Changed-By: Frank Küster [EMAIL PROTECTED]
Description: 
 tetex-base - Basic library files of teTeX
 tetex-doc  - The documentation component of the Debian teTeX packages
 tetex-extra - Additional library files of teTeX
Closes: 320061 320074 321361
Changes: 
 tetex-base (3.0-7) experimental; urgency=low
 .
   * Check files that used to be conffiles and are now unused, remove them
 if unchanged.  Furthermore, Install config.antt into /etc/texmf/dvips
 again (closes: #320074).  Thanks to Ralf Stubner again.
   * Fix extension when pdftex.cfg is saved away after taking over as much
 settings as possible (closes: #320061)
   * Depend on a tex-common version that provides update-language (closes:
 #321361) and move the LSRS entry from our and tetex-bin's variables to
 common.variables
   * Reintroduce the code to create /usr/local/share/texmf in postinst, and
 a symlink from ls-R to /var/lib/texmf/ls-R-LOCAL.
   * Really install tetex-extra's fontmap list file
Files: 
 cc4d6535e8ddb87f0df0cb9418c08f15 797 tex optional tetex-base_3.0-7.dsc
 5cb735c187a0bbde0b74e4a046dc97ed 302295 tex optional tetex-base_3.0-7.diff.gz
 0c2cdd321b8f5d67edca8b6804d7fd3f 22379152 tex optional tetex-base_3.0-7_all.deb
 5b92d2ec2fecba42125e00ebcafdb374 10819350 tex optional 
tetex-extra_3.0-7_all.deb
 efde5059ed05f79d45ae242e25968fee 50213292 doc optional tetex-doc_3.0-7_all.deb

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

iD8DBQFDAxpQ+xs9YyJS+hoRAt9yAJ0ViNPOqpP31JgVMeU2a4s4I8AOrgCfb/fj
7uiyg5KHE/oyxD7hLqMGRIc=
=Bd5S
-END PGP SIGNATURE-


Accepted:
tetex-base_3.0-7.diff.gz
  to pool/main/t/tetex-base/tetex-base_3.0-7.diff.gz
tetex-base_3.0-7.dsc
  to pool/main/t/tetex-base/tetex-base_3.0-7.dsc
tetex-base_3.0-7_all.deb
  to pool/main/t/tetex-base/tetex-base_3.0-7_all.deb
tetex-doc_3.0-7_all.deb
  to pool/main/t/tetex-base/tetex-doc_3.0-7_all.deb
tetex-extra_3.0-7_all.deb
  to pool/main/t/tetex-base/tetex-extra_3.0-7_all.deb


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



Accepted rezound 0.12.0beta-3 (source i386)

2005-08-17 Thread Debian/GNU
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 16:16:00 +0200
Source: rezound
Binary: rezound
Architecture: source i386
Version: 0.12.0beta-3
Distribution: unstable
Urgency: low
Maintainer: Guenter Geiger (Debian/GNU) [EMAIL PROTECTED]
Changed-By: Guenter Geiger (Debian/GNU) [EMAIL PROTECTED]
Description: 
 rezound- Audio file editor
Closes: 317216
Changes: 
 rezound (0.12.0beta-3) unstable; urgency=low
 .
   * C++ transition
   * recompiled against new jack (closes: #317216)
   * new policy version 3.6.2
   * now uses fox 1.4
Files: 
 a88de3e03fe8ad9dac69e2daf53ba751 982 sound optional rezound_0.12.0beta-3.dsc
 9c81cdc039ff230c538cc4a2f7987b25 149639 sound optional 
rezound_0.12.0beta-3.diff.gz
 3b3e8f1d13fce463990f5b5b209b2843 1707520 sound optional 
rezound_0.12.0beta-3_i386.deb

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

iD8DBQFDA0uG1pbKhmC2uVgRAh5lAJwMRcETrEsx9Fp5c4j1EP4k/w43AgCfQzFi
wf4PJ04uRfeeiy6E/Ib3QOk=
=YJtE
-END PGP SIGNATURE-


Accepted:
rezound_0.12.0beta-3.diff.gz
  to pool/main/r/rezound/rezound_0.12.0beta-3.diff.gz
rezound_0.12.0beta-3.dsc
  to pool/main/r/rezound/rezound_0.12.0beta-3.dsc
rezound_0.12.0beta-3_i386.deb
  to pool/main/r/rezound/rezound_0.12.0beta-3_i386.deb


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



Accepted kfreebsd-5 5.3-5 (source all)

2005-08-17 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 15:44:18 +0200
Source: kfreebsd-5
Binary: kfreebsd-source-5.3 kfreebsd-image-5.3-1 kfreebsd-headers-5.3-1
Architecture: source all
Version: 5.3-5
Distribution: unstable
Urgency: low
Maintainer: GNU/kFreeBSD Maintainers debian-bsd@lists.debian.org
Changed-By: Aurelien Jarno [EMAIL PROTECTED]
Description: 
 kfreebsd-source-5.3 - source code for kernel of FreeBSD 5.3 with Debian patches
Closes: 323155
Changes: 
 kfreebsd-5 (5.3-5) unstable; urgency=low
 .
   * Enabled atapicam driver (closes: bug#323155).
   * Allow the kernel to execve ET_DYN files.
Files: 
 a1ff658b9d686173a25c38dcf03b3d05 921 devel optional kfreebsd-5_5.3-5.dsc
 93dd51c92267f9495fea67cc1df1555c 34058 devel optional kfreebsd-5_5.3-5.diff.gz
 bcc737be8bf5861c544121dea366c69d 12974614 devel optional 
kfreebsd-source-5.3_5.3-5_all.deb

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

iD8DBQFDA0r5w3ao2vG823MRAjM4AJ42yHbfS3MJRJDUNzSw7xBC3KsG2QCePgHh
FyeB10MaWixzFQ5P0Qf+djo=
=mHGl
-END PGP SIGNATURE-


Accepted:
kfreebsd-5_5.3-5.diff.gz
  to pool/main/k/kfreebsd-5/kfreebsd-5_5.3-5.diff.gz
kfreebsd-5_5.3-5.dsc
  to pool/main/k/kfreebsd-5/kfreebsd-5_5.3-5.dsc
kfreebsd-source-5.3_5.3-5_all.deb
  to pool/main/k/kfreebsd-5/kfreebsd-source-5.3_5.3-5_all.deb


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



Accepted seq24 0.6.3-3 (source i386)

2005-08-17 Thread Debian/GNU
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 16:29:59 +0200
Source: seq24
Binary: seq24
Architecture: source i386
Version: 0.6.3-3
Distribution: unstable
Urgency: low
Maintainer: Guenter Geiger (Debian/GNU) [EMAIL PROTECTED]
Changed-By: Guenter Geiger (Debian/GNU) [EMAIL PROTECTED]
Description: 
 seq24  - Real time MIDI sequencer
Closes: 317218
Changes: 
 seq24 (0.6.3-3) unstable; urgency=low
 .
   * C++ transition
   * Already recompiled against new JACK (closes: #317218)
Files: 
 8c1776c243177389c425f467f1cbc8bb 626 sound optional seq24_0.6.3-3.dsc
 1d41e65d1178d49227bedf73b07afda6 2229 sound optional seq24_0.6.3-3.diff.gz
 cce3fe4f34c47469b41e7f14e6bcd3e0 204114 sound optional seq24_0.6.3-3_i386.deb

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

iD8DBQFDA0251pbKhmC2uVgRAuTWAKCN6hQIxGWRezDY5eL8niVW5ttwcgCcCaEh
2hPjrGVDgcTXy9AffTgMPZc=
=o1u4
-END PGP SIGNATURE-


Accepted:
seq24_0.6.3-3.diff.gz
  to pool/main/s/seq24/seq24_0.6.3-3.diff.gz
seq24_0.6.3-3.dsc
  to pool/main/s/seq24/seq24_0.6.3-3.dsc
seq24_0.6.3-3_i386.deb
  to pool/main/s/seq24/seq24_0.6.3-3_i386.deb


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



Accepted tetex-bin 3.0-6 (source i386)

2005-08-17 Thread Frank Küster
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun,  7 Aug 2005 17:45:03 +0100
Source: tetex-bin
Binary: tetex-bin libkpathsea4-dev libkpathsea4
Architecture: source i386
Version: 3.0-6
Distribution: experimental
Urgency: low
Maintainer: teTeX maintainers debian-tetex-maint@lists.debian.org
Changed-By: Frank Küster [EMAIL PROTECTED]
Description: 
 libkpathsea4 - path search library for teTeX (runtime part)
 libkpathsea4-dev - path search library for teTeX (devel part)
 tetex-bin  - The teTeX binary files
Closes: 241090 304294 310434 320141 320812
Changes: 
 tetex-bin (3.0-6) experimental; urgency=low
 .
   * Now Build-Depends on tex-common for dfs-patch.mk.  Common.variables
 and common.functions.in are used only from a tex-common source tree,
 if available.  Also moved the LSRS variable to tex-common [frank]
   * Apply patch by Matthias Klose to allow building with xorg (closes:
 #310434).  [frank]
   * Re-libtoolize with newer libtool to allow building for GNU/KFreeBSD,
 minimal patch thanks to Aurelien Jarno [EMAIL PROTECTED] (closes:
 #320141).  [frank]
   * Update the section in debian/README.Debian that deals with manual
 system-wide font installation by administrators (closes: #304294).
 [frn]
   * Removed build-dependency on obsolete libxaw-dev, instead provide
 libxaw8-dev as the first alternative (closes: #241090)
   * Make fmtutil recognize if it was called by fmtutil-sys (closes:
 #320812).
   * Add Suggests: rubber, as has been done in 2.0.2
   * Add Conflicts/Replaces ctie (no point adding provides, as no other
 package appears to depend on it)
Files: 
 c432a2f9335aa5362a66f2b9a234e269 988 tex optional tetex-bin_3.0-6.dsc
 f692096f182bbbeee7ce19962c348105 119166 tex optional tetex-bin_3.0-6.diff.gz
 167b42804cf0ece10c18dbb6d420b4a0 3830070 tex optional tetex-bin_3.0-6_i386.deb
 40e931f6ba90cd6613adcea316c02794 72590 libs optional 
libkpathsea4_3.0-6_i386.deb
 ff12bff1618665871568198949d59f0f 69984 libdevel optional 
libkpathsea4-dev_3.0-6_i386.deb

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

iD8DBQFDAyuj+xs9YyJS+hoRAvU/AJ9SBWHugbFrmlE+yYF6GTusjLfHEgCdFFLn
4AU1n2O6C2cHXKx3eSKsZAU=
=/jGa
-END PGP SIGNATURE-


Accepted:
libkpathsea4-dev_3.0-6_i386.deb
  to pool/main/t/tetex-bin/libkpathsea4-dev_3.0-6_i386.deb
libkpathsea4_3.0-6_i386.deb
  to pool/main/t/tetex-bin/libkpathsea4_3.0-6_i386.deb
tetex-bin_3.0-6.diff.gz
  to pool/main/t/tetex-bin/tetex-bin_3.0-6.diff.gz
tetex-bin_3.0-6.dsc
  to pool/main/t/tetex-bin/tetex-bin_3.0-6.dsc
tetex-bin_3.0-6_i386.deb
  to pool/main/t/tetex-bin/tetex-bin_3.0-6_i386.deb


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



Accepted libquicktime 1:0.9.3-2.1 (source i386)

2005-08-17 Thread Christian Marillat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 16:58:38 +0200
Source: libquicktime
Binary: quicktime-x11utils libquicktime-dev libquicktime1 quicktime-utils
Architecture: source i386
Version: 1:0.9.3-2.1
Distribution: unstable
Urgency: low
Maintainer: Gerd Knorr [EMAIL PROTECTED]
Changed-By: Christian Marillat [EMAIL PROTECTED]
Description: 
 libquicktime-dev - Header files for developing applications with quicktime
 libquicktime1 - A library for reading and writing Quicktime files
 quicktime-utils - quicktime utilities
 quicktime-x11utils - quicktime utilities
Changes: 
 libquicktime (1:0.9.3-2.1) unstable; urgency=low
 .
   * NMU.
   * Back to this version. I've not see but, the soname library has changed
 in 0.9.7 from 1 to 0... I'll do a new 0.9.7 upload after this one.
   * Use gcc 3.4, only for this version 0.9.7 use gcc 4.x
Files: 
 9d9760ddd34ac671aea37945c49ee545 878 devel optional libquicktime_0.9.3-2.1.dsc
 d07f130f1485a715c47929120297c57c 751712 devel optional 
libquicktime_0.9.3.orig.tar.gz
 3ce2f8b80b2b3589a2bf6a976b025d66 10458 devel optional 
libquicktime_0.9.3-2.1.diff.gz
 8f005daba50d536fe53c737caf2335eb 354464 libs optional 
libquicktime1_0.9.3-2.1_i386.deb
 28cb4583ec12e2fd8d00fcf434df2c28 18206 libdevel optional 
libquicktime-dev_0.9.3-2.1_i386.deb
 ec86b49a707ac898683be70b2093a8e4 12832 utils extra 
quicktime-utils_0.9.3-2.1_i386.deb
 a634745e00365d0292f96fc105954a9d 25974 utils extra 
quicktime-x11utils_0.9.3-2.1_i386.deb

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

iD8DBQFDA1HtB9xWPR9BuQcRAhhNAKCEpeN/5OTeddRYKOjdtU5ZEjmmZACdFkDD
h/aeVMiAH86DkzTOohR8XYE=
=Gjoe
-END PGP SIGNATURE-


Accepted:
libquicktime-dev_0.9.3-2.1_i386.deb
  to pool/main/libq/libquicktime/libquicktime-dev_0.9.3-2.1_i386.deb
libquicktime1_0.9.3-2.1_i386.deb
  to pool/main/libq/libquicktime/libquicktime1_0.9.3-2.1_i386.deb
libquicktime_0.9.3-2.1.diff.gz
  to pool/main/libq/libquicktime/libquicktime_0.9.3-2.1.diff.gz
libquicktime_0.9.3-2.1.dsc
  to pool/main/libq/libquicktime/libquicktime_0.9.3-2.1.dsc
quicktime-utils_0.9.3-2.1_i386.deb
  to pool/main/libq/libquicktime/quicktime-utils_0.9.3-2.1_i386.deb
quicktime-x11utils_0.9.3-2.1_i386.deb
  to pool/main/libq/libquicktime/quicktime-x11utils_0.9.3-2.1_i386.deb


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



Accepted linux-kernel-di-mips 1.5 (source mips)

2005-08-17 Thread Thiemo Seufer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 17:06:57 +0200
Source: linux-kernel-di-mips
Binary: scsi-common-modules-2.4.27-sb1-swarm-bn-di 
xfs-modules-2.4.27-sb1-swarm-bn-di reiserfs-modules-2.4.27-sb1-swarm-bn-di 
kernel-image-2.4.27-sb1-swarm-bn-di jfs-modules-2.4.27-sb1-swarm-bn-di 
jfs-modules-2.4.27-r5k-ip22-di kernel-image-2.4.27-r5k-ip22-di 
kernel-image-2.4.27-r4k-ip22-di md-modules-2.4.27-sb1-swarm-bn-di 
sata-modules-2.4.27-sb1-swarm-bn-di reiserfs-modules-2.4.27-r4k-ip22-di 
xfs-modules-2.4.27-r5k-ip22-di fat-modules-2.4.27-sb1-swarm-bn-di 
jfs-modules-2.4.27-r4k-ip22-di md-modules-2.4.27-r5k-ip22-di 
reiserfs-modules-2.4.27-r5k-ip22-di 
pcmcia-storage-modules-2.4.27-sb1-swarm-bn-di xfs-modules-2.4.27-r4k-ip22-di 
loop-modules-2.4.27-r4k-ip22-di scsi-core-modules-2.4.27-sb1-swarm-bn-di 
fb-modules-2.4.27-sb1-swarm-bn-di loop-modules-2.4.27-sb1-swarm-bn-di 
ppp-modules-2.4.27-r4k-ip22-di usb-modules-2.4.27-sb1-swarm-bn-di 
ipv6-modules-2.4.27-r4k-ip22-di input-modules-2.4.27-sb1-swarm-bn-di 
scsi-modules-2.4.27-sb1-swarm-bn-di ppp-modules-2.4.27-sb1-swarm-bn-di 
usb-storage-modules-2.4.27-sb1-swarm-bn-di ppp-modules-2.4.27-r5k-ip22-di 
ipv6-modules-2.4.27-sb1-swarm-bn-di ipv6-modules-2.4.27-r5k-ip22-di 
loop-modules-2.4.27-r5k-ip22-di cdrom-core-modules-2.4.27-sb1-swarm-bn-di 
md-modules-2.4.27-r4k-ip22-di
Architecture: source mips
Version: 1.5
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Thiemo Seufer [EMAIL PROTECTED]
Description: 
 cdrom-core-modules-2.4.27-sb1-swarm-bn-di - CDROM support (udeb)
 fat-modules-2.4.27-sb1-swarm-bn-di - FAT filesystem support (udeb)
 fb-modules-2.4.27-sb1-swarm-bn-di - Frame buffer support (udeb)
 input-modules-2.4.27-sb1-swarm-bn-di - Input devices support (udeb)
 ipv6-modules-2.4.27-r4k-ip22-di - IPv6 driver (udeb)
 ipv6-modules-2.4.27-r5k-ip22-di - IPv6 driver (udeb)
 ipv6-modules-2.4.27-sb1-swarm-bn-di - IPv6 driver (udeb)
 jfs-modules-2.4.27-r4k-ip22-di - JFS filesystem support (udeb)
 jfs-modules-2.4.27-r5k-ip22-di - JFS filesystem support (udeb)
 jfs-modules-2.4.27-sb1-swarm-bn-di - JFS filesystem support (udeb)
 kernel-image-2.4.27-r4k-ip22-di - Linux kernel binary image for the Debian 
installer (udeb)
 kernel-image-2.4.27-r5k-ip22-di - Linux kernel binary image for the Debian 
installer (udeb)
 kernel-image-2.4.27-sb1-swarm-bn-di - Linux kernel binary image for the Debian 
installer (udeb)
 loop-modules-2.4.27-r4k-ip22-di - Loopback filesystem support (udeb)
 loop-modules-2.4.27-r5k-ip22-di - Loopback filesystem support (udeb)
 loop-modules-2.4.27-sb1-swarm-bn-di - Loopback filesystem support (udeb)
 md-modules-2.4.27-r4k-ip22-di - RAID and LVM support (udeb)
 md-modules-2.4.27-r5k-ip22-di - RAID and LVM support (udeb)
 md-modules-2.4.27-sb1-swarm-bn-di - RAID and LVM support (udeb)
 pcmcia-storage-modules-2.4.27-sb1-swarm-bn-di - PCMCIA storage drivers (udeb)
 ppp-modules-2.4.27-r4k-ip22-di - PPP drivers (udeb)
 ppp-modules-2.4.27-r5k-ip22-di - PPP drivers (udeb)
 ppp-modules-2.4.27-sb1-swarm-bn-di - PPP drivers (udeb)
 reiserfs-modules-2.4.27-r4k-ip22-di - Reiser filesystem support (udeb)
 reiserfs-modules-2.4.27-r5k-ip22-di - Reiser filesystem support (udeb)
 reiserfs-modules-2.4.27-sb1-swarm-bn-di - Reiser filesystem support (udeb)
 sata-modules-2.4.27-sb1-swarm-bn-di - SATA drivers (udeb)
 scsi-common-modules-2.4.27-sb1-swarm-bn-di - Very common SCSI drivers (udeb)
 scsi-core-modules-2.4.27-sb1-swarm-bn-di - Core SCSI subsystem (udeb)
 scsi-modules-2.4.27-sb1-swarm-bn-di - SCSI drivers (udeb)
 usb-modules-2.4.27-sb1-swarm-bn-di - USB support (udeb)
 usb-storage-modules-2.4.27-sb1-swarm-bn-di - USB storage support (udeb)
 xfs-modules-2.4.27-r4k-ip22-di - XFS filesystem support (udeb)
 xfs-modules-2.4.27-r5k-ip22-di - XFS filesystem support (udeb)
 xfs-modules-2.4.27-sb1-swarm-bn-di - XFS filesystem support (udeb)
Changes: 
 linux-kernel-di-mips (1.5) unstable; urgency=low
 .
   * Thiemo Seufer
 - Rebuilt with kernel 2.4.27-11.040815-1.
Files: 
 c6817a2b88ccf5f983ae463309688ee8 2053 debian-installer optional 
linux-kernel-di-mips_1.5.dsc
 8a937589018ea49e02a85266977fc4f0 15546 debian-installer optional 
linux-kernel-di-mips_1.5.tar.gz
 a674cb256333b86b5dd53ca0a6046924 1189416 debian-installer extra 
kernel-image-2.4.27-r4k-ip22-di_1.5_mips.udeb
 9b3ddf5416e921e56375d7eb32a0a0e5 60218 debian-installer optional 
ppp-modules-2.4.27-r4k-ip22-di_1.5_mips.udeb
 e521e607db99861424eb23d512aec565 10640 debian-installer standard 
loop-modules-2.4.27-r4k-ip22-di_1.5_mips.udeb
 90324c16c12c64468dc477c401dbc103 160164 debian-installer extra 
ipv6-modules-2.4.27-r4k-ip22-di_1.5_mips.udeb
 f26cffc39cc4afe17aa41044f810da64 128560 debian-installer standard 
jfs-modules-2.4.27-r4k-ip22-di_1.5_mips.udeb
 b48d0d5cdafe1d5c169f603ada8f7e51 146562 debian-installer standard 
reiserfs-modules-2.4.27-r4k-ip22-di_1.5_mips.udeb
 6b36b325320db27230838fc80cf8159e 329372 debian-installer standard 

Accepted phpsysinfo 2.3-6 (source all)

2005-08-17 Thread Frederik Schüler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  6 Aug 2005 00:52:12 +0200
Source: phpsysinfo
Binary: phpsysinfo
Architecture: source all
Version: 2.3-6
Distribution: unstable
Urgency: low
Maintainer: Frederik Schüler [EMAIL PROTECTED]
Changed-By: Frederik Schüler [EMAIL PROTECTED]
Description: 
 phpsysinfo - PHP based host information
Closes: 287895 315007 316844
Changes: 
 phpsysinfo (2.3-6) unstable; urgency=low
 .
   * Make the package depend on debconf | debconf-2.0.
   * Cleaned up build process to use cdbs for all possible build tasks.
   * Data files now belong to nobody:nogroup, this should make suphp users
 happy. Closes: #287895
   * Run ucf in the postrm only if the binary is available.
   * Updated license and copyright informations.
 .
 phpsysinfo (2.3-5) unstable; urgency=low
 .
   * Added viatnamese debconf template translation, thanks to Clytie Siddall
 [EMAIL PROTECTED]. Closes: #316844
   * Fixed spelling in templates, thanks to Daniel Schildt
 [EMAIL PROTECTED] for the corrections. Closes: #315007
   * Bumped standard version to 3.6.2.1.
Files: 
 72650d2a32a76414ee6fc1cecbb64aa6 594 web optional phpsysinfo_2.3-6.dsc
 24492ae191742321bdd563b870e4e980 9964 web optional phpsysinfo_2.3-6.diff.gz
 4eabf067a6b2140dfd83f8cdd6749e62 166210 web optional phpsysinfo_2.3-6_all.deb

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

iEYEARECAAYFAkMDWkEACgkQmO5zOp3h7rHh9wCcDA8ES5uSkQgFTQHhKMa0oHOg
zvwAoIr9NRXMgW9QCFP2PlZRvoyZsvDw
=e06Q
-END PGP SIGNATURE-


Accepted:
phpsysinfo_2.3-6.diff.gz
  to pool/main/p/phpsysinfo/phpsysinfo_2.3-6.diff.gz
phpsysinfo_2.3-6.dsc
  to pool/main/p/phpsysinfo/phpsysinfo_2.3-6.dsc
phpsysinfo_2.3-6_all.deb
  to pool/main/p/phpsysinfo/phpsysinfo_2.3-6_all.deb


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



Accepted gprolog 1.2.18-14 (source i386 all)

2005-08-17 Thread Salvador Abreu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 09:31:14 +0100
Source: gprolog
Binary: gprolog gprolog-doc
Architecture: source i386 all
Version: 1.2.18-14
Distribution: unstable
Urgency: low
Maintainer: Salvador Abreu [EMAIL PROTECTED]
Changed-By: Salvador Abreu [EMAIL PROTECTED]
Description: 
 gprolog- GNU Prolog compiler
 gprolog-doc - documentation for the GNU Prolog compiler
Closes: 323528
Changes: 
 gprolog (1.2.18-14) unstable; urgency=low
 .
   * enforce gcc version 3.3, as it's the last known good version for
 gprolog (closes: #323528).
Files: 
 7a9df1b54b3019c4accb8283ee740487 808 devel optional gprolog_1.2.18-14.dsc
 3e490ba973599eff49b8e7c2d2809df5 73690 devel optional gprolog_1.2.18-14.diff.gz
 9bc14cb0a99965a2c9ac1ab826de3a75 1041314 doc optional 
gprolog-doc_1.2.18-14_all.deb
 21d223f77468ec31b9221b7d4a7f8a1c 1239644 devel optional 
gprolog_1.2.18-14_i386.deb

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

iD8DBQFDA1mzzoTo55Wk8dYRAgVJAJ4w0HT+dSAjfw0no7X3GNpzlhvhCQCeJcCj
s77kbzOrJliEdv40DBwtDvw=
=kFwu
-END PGP SIGNATURE-


Accepted:
gprolog-doc_1.2.18-14_all.deb
  to pool/main/g/gprolog/gprolog-doc_1.2.18-14_all.deb
gprolog_1.2.18-14.diff.gz
  to pool/main/g/gprolog/gprolog_1.2.18-14.diff.gz
gprolog_1.2.18-14.dsc
  to pool/main/g/gprolog/gprolog_1.2.18-14.dsc
gprolog_1.2.18-14_i386.deb
  to pool/main/g/gprolog/gprolog_1.2.18-14_i386.deb


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



Accepted shaketracker 0.4.6-5 (source i386)

2005-08-17 Thread Debian/GNU
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 18:00:57 +0200
Source: shaketracker
Binary: shaketracker
Architecture: source i386
Version: 0.4.6-5
Distribution: unstable
Urgency: low
Maintainer: Guenter Geiger (Debian/GNU) [EMAIL PROTECTED]
Changed-By: Guenter Geiger (Debian/GNU) [EMAIL PROTECTED]
Description: 
 shaketracker - MIDI sequencer with tracker GUI
Closes: 266355
Changes: 
 shaketracker (0.4.6-5) unstable; urgency=low
 .
   * fixed gcc4 compilation problems (closes: #266355)
Files: 
 8b9c30b796a6280f3db5a91f57c3e89c 679 sound optional shaketracker_0.4.6-5.dsc
 b5fc3ba33688f6bb68689d50e0f6a722 77513 sound optional 
shaketracker_0.4.6-5.diff.gz
 a8296e8c128e12e8e670258d85dd458b 460682 sound optional 
shaketracker_0.4.6-5_i386.deb

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

iD8DBQFDA1/T1pbKhmC2uVgRAvVTAJ9lNo7mhHcKt/ks989GKZfV8FSVvwCeMR6Y
N/xh8sH7uYvLVZnPGXPQtZw=
=U7CS
-END PGP SIGNATURE-


Accepted:
shaketracker_0.4.6-5.diff.gz
  to pool/main/s/shaketracker/shaketracker_0.4.6-5.diff.gz
shaketracker_0.4.6-5.dsc
  to pool/main/s/shaketracker/shaketracker_0.4.6-5.dsc
shaketracker_0.4.6-5_i386.deb
  to pool/main/s/shaketracker/shaketracker_0.4.6-5_i386.deb


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



Accepted devscripts 2.9.5 (source i386)

2005-08-17 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 12:08:09 -0400
Source: devscripts
Binary: devscripts
Architecture: source i386
Version: 2.9.5
Distribution: unstable
Urgency: low
Maintainer: Julian Gilbey [EMAIL PROTECTED]
Changed-By: Joey Hess [EMAIL PROTECTED]
Description: 
 devscripts - Scripts to make the life of a Debian Package maintainer easier
Closes: 220755 313323 316661 321684 321707 321798 321960 322716
Changes: 
 devscripts (2.9.5) unstable; urgency=low
 .
   [ Joey Hess ]
   * bts: Make block command accept by or with after the blocked bug,
 but do not make either mandatory.
   * debcommit: try to add support for svk
 .
   [ Julian Gilbey ]
   * bts: fix clone command (Closes: #321798)
   * debchange: add comment to manpage about building sponsored uploads
 (Closes: #321960)
   * debchange: introduce --create option: allows creation of changelogs /
 NEWS files (Closes: #220755, #322716), and inform user about this
 option if changelog / NEWS file is not found (Closes: #316661)
   * debchange: allow option (--nomultimaint) to not use this
 multi-maintainer changelog format
   * debsign: fix noecho behaviour for interrupted gpg call (Closes:
 #321684)
   * uscan: --report actually reports useful information (Closes: #313323)
   * wnpp-alert: RFA - RFH (Closes: #321707)
 .
   [ Joey Hess ]
   * bts: Deal with recent bts changes in html munging code.
Files: 
 c97de52a95aed6d194551d8a2c013dbd 683 devel optional devscripts_2.9.5.dsc
 75400e766b3cbed47711c009889f3ef9 330686 devel optional devscripts_2.9.5.tar.gz
 ff51ffbcfbbd710eac4e97427398f172 286608 devel optional 
devscripts_2.9.5_i386.deb

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

iD8DBQFDA2Fp2tp5zXiKP0wRAuUrAJ9zG9TFM2RcFmq7q5VypJK505+2cwCguzuX
5x5/MUayDEWA/4pv6R9CR0I=
=LEjA
-END PGP SIGNATURE-


Accepted:
devscripts_2.9.5.dsc
  to pool/main/d/devscripts/devscripts_2.9.5.dsc
devscripts_2.9.5.tar.gz
  to pool/main/d/devscripts/devscripts_2.9.5.tar.gz
devscripts_2.9.5_i386.deb
  to pool/main/d/devscripts/devscripts_2.9.5_i386.deb


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



Accepted hyperestraier 0.5.4-2 (source all i386)

2005-08-17 Thread Fumitoshi UKAI
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 18 Aug 2005 01:25:11 +0900
Source: hyperestraier
Binary: libestraier3 hyperestraier libestraier-java libestraier-dev 
libestraier-ruby1.8
Architecture: source all i386
Version: 0.5.4-2
Distribution: unstable
Urgency: low
Maintainer: Fumitoshi UKAI [EMAIL PROTECTED]
Changed-By: Fumitoshi UKAI [EMAIL PROTECTED]
Description: 
 hyperestraier - a full-text search system for communities
 libestraier-dev - a full-text search system Libraries [development]
 libestraier-java - Hyper Estraier Node API Libraries for Java
 libestraier-ruby1.8 - Hyper Estraier Node API Libraries for Ruby
 libestraier3 - a full-text search system Libraries [runtime]
Closes: 321268 323272 323273 323501 323519
Changes: 
 hyperestraier (0.5.4-2) unstable; urgency=low
 .
   * debian/rules: move filter programs into usr/bin
 closes: Bug#323272
   * debian/estfxfilter.1: added
   * debian/control: add zlib1g-dev to build-depends
 closes: Bug#323501
   * debian/control: add pkg-config to build-depends
 closes: Bug#323519
   * add short notes about difference from estraier
 closes: Bug#323273
   * add http://hyperestraier.sourceforge.net/
 closes: Bug#321268
Files: 
 dcb5e0c8d97c56af3a0046236e6c75d8 958 text optional hyperestraier_0.5.4-2.dsc
 c53a43892caf7ab2a141b1d9e9ae1a31 36555 text optional 
hyperestraier_0.5.4-2.diff.gz
 c097c4db6c552a891721f9a6ed56dc0d 246646 text optional 
hyperestraier_0.5.4-2_i386.deb
 e3a8dd05cd688dd4cb58b02e4d862723 52530 text optional 
libestraier3_0.5.4-2_i386.deb
 4d46b5d709368204913da41dcafd2415 72426 text optional 
libestraier-dev_0.5.4-2_i386.deb
 48d1c515764513b76e3a3c78f8996bd9 32542 text optional 
libestraier-ruby1.8_0.5.4-2_all.deb
 97e3b2644e24fd3c60f8120e161fc30a 44552 libs optional 
libestraier-java_0.5.4-2_all.deb

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

iD8DBQFDA2aE9D5yZjzIjAkRAvxkAKCI+gECy/h/ONM7WBGJDWjLayA9VgCgjmda
GSat9BRs+HKrFO3s0Y74Snc=
=7uhB
-END PGP SIGNATURE-


Accepted:
hyperestraier_0.5.4-2.diff.gz
  to pool/main/h/hyperestraier/hyperestraier_0.5.4-2.diff.gz
hyperestraier_0.5.4-2.dsc
  to pool/main/h/hyperestraier/hyperestraier_0.5.4-2.dsc
hyperestraier_0.5.4-2_i386.deb
  to pool/main/h/hyperestraier/hyperestraier_0.5.4-2_i386.deb
libestraier-dev_0.5.4-2_i386.deb
  to pool/main/h/hyperestraier/libestraier-dev_0.5.4-2_i386.deb
libestraier-java_0.5.4-2_all.deb
  to pool/main/h/hyperestraier/libestraier-java_0.5.4-2_all.deb
libestraier-ruby1.8_0.5.4-2_all.deb
  to pool/main/h/hyperestraier/libestraier-ruby1.8_0.5.4-2_all.deb
libestraier3_0.5.4-2_i386.deb
  to pool/main/h/hyperestraier/libestraier3_0.5.4-2_i386.deb


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



Accepted libjazzy-java 0.5.1-1 (source all)

2005-08-17 Thread Wolfgang Baer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 16 Aug 2005 20:37:19 +0200
Source: libjazzy-java
Binary: libjazzy-java
Architecture: source all
Version: 0.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers [EMAIL PROTECTED]
Changed-By: Wolfgang Baer [EMAIL PROTECTED]
Description: 
 libjazzy-java - spell checker java library
Closes: 306767
Changes: 
 libjazzy-java (0.5.1-1) unstable; urgency=low
 .
   * New upstream release
   * Changed libant1.6-java build-dep to ant
   * Support the JAVA_HOME directories used by java-package (closes: #306767)
   * Changed Depends to kaffe | java1-runtime | java2-runtim
 as the core stuff is runnable by all vm's in debian
   * Standards-Version 3.6.2 - no changes
   * Removed README.Debian
   * Only build one jar for everything (small enough)
   * Moved install/link files to rules
   * Added myself to uploaders
 .
   * Upload sponsored by Arnaud Vandyck
Files: 
 8da1014c7f703fccef695a0b4e0a749c 744 contrib/libs optional 
libjazzy-java_0.5.1-1.dsc
 067206214093903297106df063e911eb 171248 contrib/libs optional 
libjazzy-java_0.5.1.orig.tar.gz
 a78798ca1296e113137a8e990cbd3042 25032 contrib/libs optional 
libjazzy-java_0.5.1-1.diff.gz
 04c55c8ef1d61eb1a8f4141876b50486 209528 contrib/libs optional 
libjazzy-java_0.5.1-1_all.deb

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

iD8DBQFDAoFb4vzFZu62tMIRAn6bAJ4rgp06MKx9ULrTwPK5ZAEaBU4oVACffDJg
vT57/KCyp923Uekv6VkEKpM=
=v9Pi
-END PGP SIGNATURE-


Accepted:
libjazzy-java_0.5.1-1.diff.gz
  to pool/contrib/libj/libjazzy-java/libjazzy-java_0.5.1-1.diff.gz
libjazzy-java_0.5.1-1.dsc
  to pool/contrib/libj/libjazzy-java/libjazzy-java_0.5.1-1.dsc
libjazzy-java_0.5.1-1_all.deb
  to pool/contrib/libj/libjazzy-java/libjazzy-java_0.5.1-1_all.deb
libjazzy-java_0.5.1.orig.tar.gz
  to pool/contrib/libj/libjazzy-java/libjazzy-java_0.5.1.orig.tar.gz


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



Accepted installation-report 2.7 (source all)

2005-08-17 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 12:42:47 -0400
Source: installation-report
Binary: save-logs installation-report
Architecture: source all
Version: 2.7
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Joey Hess [EMAIL PROTECTED]
Description: 
 installation-report - system installation report
 save-logs  - save logs and configuration for debug purposes (udeb)
Changes: 
 installation-report (2.7) unstable; urgency=low
 .
   * dbootstrap_settings is no longer created by d-i, so stop removing it.
   * Fix broken character class in http server.
 .
   * Updated translations:
 - German (de.po) by Holger Wansing
 - Esperanto (eo.po) by Serge Leblanc
 - Lithuanian (lt.po) by Kęstutis Biliūnas
 - Macedonian (mk.po) by Georgi Stanojevski
 - Bokmål, Norwegian (nb.po) by Bjørn Steensrud
 - Polish (pl.po) by Bartosz Fenski
 - Russian (ru.po) by Yuri Kozlov
 - Slovenian (sl.po) by Jure Čuhalev
 - Ukrainian (uk.po) by Eugeniy Meshcheryakov
Files: 
 86aa5c7258439d6e4c5e2bc497b8aec7 712 debian-installer optional 
installation-report_2.7.dsc
 86cd5b62f08787e47ac43e0d6e84e08d 50652 debian-installer optional 
installation-report_2.7.tar.gz
 b5e3045dbe915272ef7d3e4f9eeb8c96 28592 debian-installer standard 
save-logs_2.7_all.udeb
 4a51cf2967beb988ef61ad25f61d1780 11734 misc optional 
installation-report_2.7_all.deb
package-type: udeb

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

iD8DBQFDA2lA2tp5zXiKP0wRAjMJAKCKBiRlN02AwPdduWWTPOAiB6uUgQCghfGp
8VfgKvAu1mhprVmJInqZJ5o=
=qGIO
-END PGP SIGNATURE-


Accepted:
installation-report_2.7.dsc
  to pool/main/i/installation-report/installation-report_2.7.dsc
installation-report_2.7.tar.gz
  to pool/main/i/installation-report/installation-report_2.7.tar.gz
installation-report_2.7_all.deb
  to pool/main/i/installation-report/installation-report_2.7_all.deb
save-logs_2.7_all.udeb
  to pool/main/i/installation-report/save-logs_2.7_all.udeb


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



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

2005-08-17 Thread Sebastien Bacher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 17:46:21 +0200
Source: pango1.0
Binary: libpango1.0-dev libpango1.0-0 libpango1.0-doc libpango1.0-udeb 
libpango1.0-dbg libpango1.0-common
Architecture: source i386 all
Version: 1.10.0-1
Distribution: experimental
Urgency: low
Maintainer: Sebastien Bacher [EMAIL PROTECTED]
Changed-By: Sebastien Bacher [EMAIL PROTECTED]
Description: 
 libpango1.0-0 - Layout and rendering of internationalized text
 libpango1.0-common - Modules and configuration files for the Pango
 libpango1.0-dbg - The Pango library and debugging symbols
 libpango1.0-dev - Development files for the Pango
 libpango1.0-doc - Documentation files for the Pango
 libpango1.0-udeb - Layout and rendering of internationalized text (udeb)
Closes: 320802 323202
Changes: 
 pango1.0 (1.10.0-1) experimental; urgency=low
 .
   * New upstream version.
   * debian/control.in:
 - updated the Build-Depends, no need to build the html files.
 - use the current cairo (Closes: #323202).
   * debian/po/da.po:
 - Danish translation by Claus Hindsgaul [EMAIL PROTECTED]
   (Closes: #320802).
   * debian/rules:
 - the html files are shipped with this version.
Files: 
 b03fbba2670ebd7710b030268e117592 1849 libs optional pango1.0_1.10.0-1.dsc
 60445f75e460023b519255eee9a19c8d 1603700 libs optional 
pango1.0_1.10.0.orig.tar.gz
 d1a93f42d95fc2c946f18e042da5f8a4 29721 libs optional pango1.0_1.10.0-1.diff.gz
 5d4d35d194098778760e4cbc09290d42 196020 doc optional 
libpango1.0-doc_1.10.0-1_all.deb
 ea2105b7014d6fc4b042851e459d06c2 186206 debian-installer optional 
libpango1.0-udeb_1.10.0-1_i386.udeb
 68b9db6ec96ca246630fd03679012acf 286080 libs optional 
libpango1.0-0_1.10.0-1_i386.deb
 46dc34ca3bae66bbba3d5656f8916c8c 17740 misc optional 
libpango1.0-common_1.10.0-1_i386.deb
 99f05d146ce37ffa71605f5133d5b405 299348 libdevel optional 
libpango1.0-dev_1.10.0-1_i386.deb
 b1652299e34e248e4b36560b7c3671f4 635204 libdevel extra 
libpango1.0-dbg_1.10.0-1_i386.deb

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

iD8DBQFDA2aKQxo87aLX0pIRAk+6AKCzXQ01tLVwn1OEhdgWbf75oCYY2gCguf91
tN9NlfX0/5/cGip7CqfcF6E=
=UFlD
-END PGP SIGNATURE-


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


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



Accepted libusb 2:0.1.10a-19 (source i386)

2005-08-17 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 18:41:50 +0200
Source: libusb
Binary: libusb++-dev libusb-dev libusb-0.1-udeb libusb-0.1-4 libusb++-0.1-4c2
Architecture: source i386
Version: 2:0.1.10a-19
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno [EMAIL PROTECTED]
Changed-By: Aurelien Jarno [EMAIL PROTECTED]
Description: 
 libusb++-0.1-4c2 - userspace C++ USB programming library
 libusb++-dev - userspace C++ USB programming library development files
 libusb-0.1-4 - userspace USB programming library
 libusb-0.1-udeb - userspace USB programming library (udeb)
 libusb-dev - userspace USB programming library development files
Closes: 322937
Changes: 
 libusb (2:0.1.10a-19) unstable; urgency=low
 .
   * Removed debconf warning if USB is not functional as the information
 is already in README.Debian (closes: bug#322937).
Files: 
 70f56ec086ca85c62a8130f1a765bc88 708 libs optional libusb_0.1.10a-19.dsc
 33ae2ad08b3309245336337da2768581 21853 libs optional libusb_0.1.10a-19.diff.gz
 bdb71d285c10d6a0255c637f7ceb1e14 17176 libs optional 
libusb-0.1-4_0.1.10a-19_i386.deb
 4f75617532a55b65acc86219336da6a4 35918 libdevel optional 
libusb-dev_0.1.10a-19_i386.deb
 990d81a3ff84a9fee350475bb2bdd944 5508 libs optional 
libusb++-0.1-4c2_0.1.10a-19_i386.deb
 e006e55f4453ee9a10499709ec58762c 26098 libdevel optional 
libusb++-dev_0.1.10a-19_i386.deb
 0a07462d152d203b3396b0eb64b0b83e 9966 debian-installer optional 
libusb-0.1-udeb_0.1.10a-19_i386.udeb
package-type: udeb

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

iD8DBQFDA2lqw3ao2vG823MRAtd0AKCDMYLYb+PRZ5VXH0ajpGO7ydjjBwCgjnPz
qD3coOIJ28ayQKHqYIsG3sI=
=4mbx
-END PGP SIGNATURE-


Accepted:
libusb++-0.1-4c2_0.1.10a-19_i386.deb
  to pool/main/libu/libusb/libusb++-0.1-4c2_0.1.10a-19_i386.deb
libusb++-dev_0.1.10a-19_i386.deb
  to pool/main/libu/libusb/libusb++-dev_0.1.10a-19_i386.deb
libusb-0.1-4_0.1.10a-19_i386.deb
  to pool/main/libu/libusb/libusb-0.1-4_0.1.10a-19_i386.deb
libusb-0.1-udeb_0.1.10a-19_i386.udeb
  to pool/main/libu/libusb/libusb-0.1-udeb_0.1.10a-19_i386.udeb
libusb-dev_0.1.10a-19_i386.deb
  to pool/main/libu/libusb/libusb-dev_0.1.10a-19_i386.deb
libusb_0.1.10a-19.diff.gz
  to pool/main/libu/libusb/libusb_0.1.10a-19.diff.gz
libusb_0.1.10a-19.dsc
  to pool/main/libu/libusb/libusb_0.1.10a-19.dsc


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



Accepted base-installer 1.25 (source i386)

2005-08-17 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 13:05:16 -0400
Source: base-installer
Binary: base-installer
Architecture: source i386
Version: 1.25
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Joey Hess [EMAIL PROTECTED]
Description: 
 base-installer - Install the base system (udeb)
Closes: 247765 304802
Changes: 
 base-installer (1.25) unstable; urgency=low
 .
   [ Colin Watson ]
   * Make failed-initrd-tools-install template a little more generic, for
 future expansion (e.g. initramfs-tools).
 .
   [ Sven Luther ]
   * Upgraded powerpc kernel choser to handle powerpc64 case, 2.6.12 kernels
 and the linux-image* rename. I guess we should support pseudo packages
 now, and the current code breaks because abi-names where introduced.
 Since we are no longer supporting 2.4 powerpc kernels, this should go
 also.
 .
   [ Joey Hess ]
   * Remove unused base-installer/kernel/no-kernel template.
   * Support installing no kernel at all if the user doesn't want one.
 Closes: #304802, #247765
   * Support ADS arm boards by installing no kernel, since no usable kernel is
 in Debian for them yet.
   * Add a test case for an ADS VGX board.
   * Update test suite to not fail powerpc after Sven's changes above.
 .
   * Updated translations:
 - Danish (da.po) by Claus Hindsgaul
 - French (fr.po) by Christian Perrier
 - Italian (it.po) by Stefano Canepa
 - Japanese (ja.po) by Kenshi Muto
 - Bokmål, Norwegian (nb.po) by Bjørn Steensrud
 - Portuguese (pt.po) by Miguel Figueiredo
 - Vietnamese (vi.po) by Clytie Siddall
Files: 
 50ff71eae9ca9a3c3d4bcc172d28a2a3 777 debian-installer required 
base-installer_1.25.dsc
 bd5c1f355c31a3bf65abc8f0dfbb3c5e 142766 debian-installer required 
base-installer_1.25.tar.gz
 a9a3d150f6a86b5b077ae4189e85dddc 78410 debian-installer required 
base-installer_1.25_i386.udeb
package-type: udeb

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

iD8DBQFDA2+D2tp5zXiKP0wRAkOsAKCNQgv6FovwlvwSupS+aHmmUDJemwCgvQCA
hWTp2EMm6vLKu8HUu3x4Yzw=
=XfIn
-END PGP SIGNATURE-


Accepted:
base-installer_1.25.dsc
  to pool/main/b/base-installer/base-installer_1.25.dsc
base-installer_1.25.tar.gz
  to pool/main/b/base-installer/base-installer_1.25.tar.gz
base-installer_1.25_i386.udeb
  to pool/main/b/base-installer/base-installer_1.25_i386.udeb


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



Accepted gnotime 2.2.1-17 (source i386)

2005-08-17 Thread Goedson Teixeira Paixao
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 17:23:12 +
Source: gnotime
Binary: gnotime
Architecture: source i386
Version: 2.2.1-17
Distribution: unstable
Urgency: low
Maintainer: Goedson Teixeira Paixao [EMAIL PROTECTED]
Changed-By: Goedson Teixeira Paixao [EMAIL PROTECTED]
Description: 
 gnotime- utility for tracking and invoicing time spent on projects
Closes: 314072 323502
Changes: 
 gnotime (2.2.1-17) unstable; urgency=low
 .
   * Migrated to gtkhtml-3.6 (Closes: #323502).
   * Bumped Standards-Version to 3.6.2. No changes needed.
   * Updated german translation (Closes: #314072).
Files: 
 67f4c3c7e44a959a44a1aa701755079d 779 gnome optional gnotime_2.2.1-17.dsc
 1a9f187e16f29559ec0a9e1de0865749 1411633 gnome optional 
gnotime_2.2.1-17.diff.gz
 a5c240da4ecb620ee53fc4248b094bd6 356494 gnome optional 
gnotime_2.2.1-17_i386.deb

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

iD8DBQFDA3Wn7tjUzB3rjq4RAn1DAJ4kZ61I+LgAN2F8aIHKopfI+XIIpgCfd8yF
nxHuOJGd1QQLLwkkJzOmTDk=
=i6xI
-END PGP SIGNATURE-


Accepted:
gnotime_2.2.1-17.diff.gz
  to pool/main/g/gnotime/gnotime_2.2.1-17.diff.gz
gnotime_2.2.1-17.dsc
  to pool/main/g/gnotime/gnotime_2.2.1-17.dsc
gnotime_2.2.1-17_i386.deb
  to pool/main/g/gnotime/gnotime_2.2.1-17_i386.deb


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



Accepted libdebian-installer 0.33 (source i386)

2005-08-17 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 09:53:00 -0400
Source: libdebian-installer
Binary: libdebian-installer4 libdebian-installer-extra4 
libdebian-installer4-udeb libdebian-installer-extra4-udeb 
libdebian-installer4-dev
Architecture: source i386
Version: 0.33
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Joey Hess [EMAIL PROTECTED]
Description: 
 libdebian-installer-extra4 - Library of some extra debian-installer functions
 libdebian-installer-extra4-udeb - Library of some extra debian-installer 
functions (udeb)
 libdebian-installer4 - Library of common debian-installer functions
 libdebian-installer4-dev - Library of common debian-installer functions
 libdebian-installer4-udeb - Library of common debian-installer functions (udeb)
Changes: 
 libdebian-installer (0.33) unstable; urgency=low
 .
   * Add various ADS arm boards to the archdetect list
 (AGX, VGX, GCX, Sphere).
Files: 
 df1654d18bd315f0a1760a5b765fc42a 811 libs optional libdebian-installer_0.33.dsc
 a8e95ba1d093398084e65be12c0dd25e 355489 libs optional 
libdebian-installer_0.33.tar.gz
 08eccfc0fd0288d8dd427add4b85c8ec 21566 libs optional 
libdebian-installer4_0.33_i386.deb
 b31e5d3de820126651d17384e84599c7 109674 libdevel optional 
libdebian-installer4-dev_0.33_i386.deb
 6c5c1fb57ba1c2722c81bec79807a5b0 16426 debian-installer optional 
libdebian-installer4-udeb_0.33_i386.udeb
 a0bf383cf244e74b0fcad6bccb55571c 8354 libs optional 
libdebian-installer-extra4_0.33_i386.deb
 4e141f4c4e42d8f62ef667c6cafe15e7 3420 debian-installer optional 
libdebian-installer-extra4-udeb_0.33_i386.udeb

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

iD8DBQFDA3142tp5zXiKP0wRAvs6AJ4h9OPbutwQo7KNxe5az0ezGGvedQCeKbzw
UzC0zmWgPDlNsMiH1/d+dTQ=
=c6Nw
-END PGP SIGNATURE-


Accepted:
libdebian-installer-extra4-udeb_0.33_i386.udeb
  to 
pool/main/libd/libdebian-installer/libdebian-installer-extra4-udeb_0.33_i386.udeb
libdebian-installer-extra4_0.33_i386.deb
  to pool/main/libd/libdebian-installer/libdebian-installer-extra4_0.33_i386.deb
libdebian-installer4-dev_0.33_i386.deb
  to pool/main/libd/libdebian-installer/libdebian-installer4-dev_0.33_i386.deb
libdebian-installer4-udeb_0.33_i386.udeb
  to pool/main/libd/libdebian-installer/libdebian-installer4-udeb_0.33_i386.udeb
libdebian-installer4_0.33_i386.deb
  to pool/main/libd/libdebian-installer/libdebian-installer4_0.33_i386.deb
libdebian-installer_0.33.dsc
  to pool/main/libd/libdebian-installer/libdebian-installer_0.33.dsc
libdebian-installer_0.33.tar.gz
  to pool/main/libd/libdebian-installer/libdebian-installer_0.33.tar.gz


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



Accepted gs-esp 8+8.15rc4.dfsg.1-2 (source i386)

2005-08-17 Thread mhatta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 22:09:35 +0900
Source: gs-esp
Binary: gs-esp
Architecture: source i386
Version: 8+8.15rc4.dfsg.1-2
Distribution: unstable
Urgency: low
Maintainer: Masayuki Hatta (mhatta) [EMAIL PROTECTED]
Changed-By: Masayuki Hatta (mhatta) [EMAIL PROTECTED]
Description: 
 gs-esp - The Ghostscript PostScript interpreter - ESP version
Closes: 321049 321205 321436 322159 322553 323430
Changes: 
 gs-esp (8+8.15rc4.dfsg.1-2) unstable; urgency=low
 .
   * Disabled FAPI.  It caused too much headaches - closes: #323430, #322553, 
#322159, #321436, #321205, #321049
Files: 
 7e1ee67414b6e8e0168ca4045880366c 866 text optional 
gs-esp_8+8.15rc4.dfsg.1-2.dsc
 244230fd56f1191d02e4643da6730964 74124 text optional 
gs-esp_8+8.15rc4.dfsg.1-2.diff.gz
 97262fb4b518d15a8dcb226b521e645e 2919470 text optional 
gs-esp_8+8.15rc4.dfsg.1-2_i386.deb

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

iD8DBQFDA3ULy2+jQOcHWlQRAqcDAKCMOlXePA1XlGCc9mnUt7UNxwJleQCeJAax
ePeMSgPhJDhrdK6pV19Koe8=
=lZ/K
-END PGP SIGNATURE-


Accepted:
gs-esp_8+8.15rc4.dfsg.1-2.diff.gz
  to pool/main/g/gs-esp/gs-esp_8+8.15rc4.dfsg.1-2.diff.gz
gs-esp_8+8.15rc4.dfsg.1-2.dsc
  to pool/main/g/gs-esp/gs-esp_8+8.15rc4.dfsg.1-2.dsc
gs-esp_8+8.15rc4.dfsg.1-2_i386.deb
  to pool/main/g/gs-esp/gs-esp_8+8.15rc4.dfsg.1-2_i386.deb


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



Accepted gs-common 0.3.9 (source all)

2005-08-17 Thread mhatta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 22:11:47 +0900
Source: gs-common
Binary: gs-common
Architecture: source all
Version: 0.3.9
Distribution: unstable
Urgency: low
Maintainer: Masayuki Hatta (mhatta) [EMAIL PROTECTED]
Changed-By: Masayuki Hatta (mhatta) [EMAIL PROTECTED]
Description: 
 gs-common  - Common files for different Ghostscript releases
Changes: 
 gs-common (0.3.9) unstable; urgency=low
 .
   * Made gs.defoma to produce good ol' cidfmap, too.
Files: 
 98a3f4c5effe7f1dcc68ae02943dd30d 573 text optional gs-common_0.3.9.dsc
 b95dcc4c406eb7e50ae44e2ef818fb59 33710 text optional gs-common_0.3.9.tar.gz
 a5874a5b4262b5e42b9615486c4cb430 48536 text optional gs-common_0.3.9_all.deb

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

iD8DBQFDA3TZy2+jQOcHWlQRAqpZAJ9juC7LkdXUUngiuqyAqkSbGBVVigCeIMB8
n148FxSZyKot9divkyGvXxk=
=/CtK
-END PGP SIGNATURE-


Accepted:
gs-common_0.3.9.dsc
  to pool/main/g/gs-common/gs-common_0.3.9.dsc
gs-common_0.3.9.tar.gz
  to pool/main/g/gs-common/gs-common_0.3.9.tar.gz
gs-common_0.3.9_all.deb
  to pool/main/g/gs-common/gs-common_0.3.9_all.deb


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



Accepted yaws 1.57-1 (source i386)

2005-08-17 Thread Will Newton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 19:33:58 +0100
Source: yaws
Binary: yaws
Architecture: source i386
Version: 1.57-1
Distribution: unstable
Urgency: low
Maintainer: Will Newton [EMAIL PROTECTED]
Changed-By: Will Newton [EMAIL PROTECTED]
Description: 
 yaws   - high performance HTTP 1.1 webserver written in Erlang
Closes: 317557
Changes: 
 yaws (1.57-1) unstable; urgency=low
 .
   * New upstream release.
   * Use /etc/mime.types for build. (Closes: #317557)
   * Bumped standards version to 3.6.2.
Files: 
 62a2ca5f8e36a2a90977cc17abea879b 580 web optional yaws_1.57-1.dsc
 b04a60a9aadf4abb57752437211154cc 679103 web optional yaws_1.57.orig.tar.gz
 838820837f4b94426e5d4d03e841e551 11997 web optional yaws_1.57-1.diff.gz
 2ce0ae2d8f66507815bf1bf56af802e5 664854 web optional yaws_1.57-1_i386.deb

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

iD8DBQFDA4OElv9v5CRKz7cRAqD5AJ0W9jXWmog4AdViOyJIwroPQP7pmACcC+pI
viI35z0w6k/+yDq7NxakKQ0=
=7AQX
-END PGP SIGNATURE-


Accepted:
yaws_1.57-1.diff.gz
  to pool/main/y/yaws/yaws_1.57-1.diff.gz
yaws_1.57-1.dsc
  to pool/main/y/yaws/yaws_1.57-1.dsc
yaws_1.57-1_i386.deb
  to pool/main/y/yaws/yaws_1.57-1_i386.deb
yaws_1.57.orig.tar.gz
  to pool/main/y/yaws/yaws_1.57.orig.tar.gz


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



Accepted sysvinit 2.86.ds1-1.1 (source i386 all)

2005-08-17 Thread Javier Fernandez-Sanguino Pen~a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Aug 2005 18:58:47 +0200
Source: sysvinit
Binary: sysv-rc sysvinit initscripts
Architecture: source i386 all
Version: 2.86.ds1-1.1
Distribution: unstable
Urgency: low
Maintainer: Miquel van Smoorenburg [EMAIL PROTECTED]
Changed-By: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Description: 
 initscripts - Standard scripts needed for booting and shutting down
 sysv-rc- Standard boot mechanism using symlinks in /etc/rc?.d
 sysvinit   - System-V like init
Closes: 85221 204857 247102 248739 268713 269894 272588 272916 277204 281782 
284426 288098 289562 296489 300645 311741 314351 316431 317385 317704 318453 
318857
Changes: 
 sysvinit (2.86.ds1-1.1) unstable; urgency=low
 .
   * Non-maintainer upload (bug cleanup)
   * Fix stupid find warning by ordering the arguments correctly in
 /etc/init.d/bootclean.sh (closes: #284426, #316431)
   * Have cleantmp() in bootclean set TMPTIME to 0 if undefined to prevent
 from breaking if the variable is not defined properly. (Closes: #314351)
   * Introduce a better warning message in checkroot.sh when it fails
 to fsck the root filesystem (Closes: #272916)
   * Added a comment in /etc/init.d/skeleton regarding the use of 'sleep 1'
 and describing possible changes maintainers might need to introduce
 (Closes: #277204)
   * Remove .clean files if not owned by root in bootclean.sh to prevent users
 from tricking us to _not_ clean up some directories (Closes: #289562)
   * Do not remove nologin twice (i.e. in checkroot.sh and in rmnologin)
 (Closes: #317704)
   * Check if there is a portmapper running before starting it up in
 mountnfs.sh, also, use the portmap init.d script instead of running it
 through start-stop-daemon if it is available (Closes: #85221)
   * Do not install manpages with the execute permission bit (Closes: #281782)
   * Clarify semantics of TMPFS_SIZE in /etc/default/tmpfs (Closes: #317385)
   * Add feedback to user based on start-stop-daemon exit code
 in the skeleton init script (Closes: #296489)
   * Document the fact that shutdown touches /etc/nologin only 5 minutes
 before shutting down the system (Closes: #204857)
   * Add '-f' option to last manpage (Closes: #247102)
   * Fix man page and help screen of update-rc.d (Closes: #268713, #288098)
   * Changed 'editted' to 'regenerated' in /etc/default/rcS (Closes: #269894)
   * Fix formatting issue in mesg(1) (Closes: #272588)
   * Fix typo in bootlogd(8) manpage (Closes: #300645)
   * Document exit status of pidof(1) (Closes: #311741)
   * Point to proper chapter in init.d/README (Closes: #318453)
   * Describe the proper behaviour in rcS's README (Closes: #318857)
   * Added watch file provided by Stefano Fabri (Closes: #248739)
Files: 
 9fb76fbfaff43211f874be3f6bbedfa1 714 base required sysvinit_2.86.ds1-1.1.dsc
 ecc23c826018674449066102f0d7da3f 62002 base required 
sysvinit_2.86.ds1-1.1.diff.gz
 f7ce62d992096a643315e8d51af3138e 96504 base required 
sysvinit_2.86.ds1-1.1_i386.deb
 1144b19cef81f49f3aa9b5c5f0699b60 32032 base required 
initscripts_2.86.ds1-1.1_i386.deb
 1069a55a9b0fdaae0f308635bbed582d 36244 base required 
sysv-rc_2.86.ds1-1.1_all.deb

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

iQCVAwUBQvvwuPtEPvakNq0lAQLrvgP+Jr4+fQ9LoQTCFT9CaKW5hi9DY9EZCXl0
C8ewfeIrjEQTNm1nfOyLMO7pNQFT82HTDxIEdsfDix8i3uB2Aj4523LGtjUDTJH3
CNN8ZUcIIZ00FPxGTPZhN8nCCNrGzci1Z74ZxJF5hydN+s9WFBFiJ3kovY9bc63C
RPxPeDRHwxM=
=LBal
-END PGP SIGNATURE-


Accepted:
initscripts_2.86.ds1-1.1_i386.deb
  to pool/main/s/sysvinit/initscripts_2.86.ds1-1.1_i386.deb
sysv-rc_2.86.ds1-1.1_all.deb
  to pool/main/s/sysvinit/sysv-rc_2.86.ds1-1.1_all.deb
sysvinit_2.86.ds1-1.1.diff.gz
  to pool/main/s/sysvinit/sysvinit_2.86.ds1-1.1.diff.gz
sysvinit_2.86.ds1-1.1.dsc
  to pool/main/s/sysvinit/sysvinit_2.86.ds1-1.1.dsc
sysvinit_2.86.ds1-1.1_i386.deb
  to pool/main/s/sysvinit/sysvinit_2.86.ds1-1.1_i386.deb


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



Accepted preseed 1.08 (source all)

2005-08-17 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 14:51:11 -0400
Source: preseed
Binary: env-preseed file-preseed initrd-preseed network-preseed preseed-common
Architecture: source all
Version: 1.08
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Joey Hess [EMAIL PROTECTED]
Description: 
 env-preseed - debconf preseeding via environment variables (udeb)
 file-preseed - load debconf preseed file (udeb)
 initrd-preseed - load debconf preseed file from /preseed.cfg on the initrd 
(udeb)
 network-preseed - download debconf preseed file (udeb)
 preseed-common - common files for preseeding (udeb)
Changes: 
 preseed (1.08) unstable; urgency=low
 .
   * LTS fix
Files: 
 9cea7685005d5bd20a8705e3dd298cd9 611 debian-installer optional preseed_1.08.dsc
 67c4d586280347f4a6805c5b173e0166 28221 debian-installer optional 
preseed_1.08.tar.gz
 ba9b8069ca01a327806a0d9b0feb311d 12244 debian-installer standard 
preseed-common_1.08_all.udeb
 647ae453c2f6dc766ead0b7990cdb52d 2638 debian-installer standard 
network-preseed_1.08_all.udeb
 08d16e1902404d662c6772418d92da0e 2460 debian-installer optional 
file-preseed_1.08_all.udeb
 317ddb156b7eb32052d6e77121da3231 898 debian-installer extra 
initrd-preseed_1.08_all.udeb
 c56def3c28e72cc5f4df8a42cfea971c 1406 debian-installer extra 
env-preseed_1.08_all.udeb
package-type: udeb

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

iD8DBQFDA4dk2tp5zXiKP0wRAh2ZAJ9GSnqVyA6EcX10ijYqoVYQL+Je0ACgjMht
ao1cZ4eKf4ryDc1A2w2XWQ0=
=J9DC
-END PGP SIGNATURE-


Accepted:
env-preseed_1.08_all.udeb
  to pool/main/p/preseed/env-preseed_1.08_all.udeb
file-preseed_1.08_all.udeb
  to pool/main/p/preseed/file-preseed_1.08_all.udeb
initrd-preseed_1.08_all.udeb
  to pool/main/p/preseed/initrd-preseed_1.08_all.udeb
network-preseed_1.08_all.udeb
  to pool/main/p/preseed/network-preseed_1.08_all.udeb
preseed-common_1.08_all.udeb
  to pool/main/p/preseed/preseed-common_1.08_all.udeb
preseed_1.08.dsc
  to pool/main/p/preseed/preseed_1.08.dsc
preseed_1.08.tar.gz
  to pool/main/p/preseed/preseed_1.08.tar.gz


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



Accepted metamail 2.7-48 (source i386)

2005-08-17 Thread Javier Fernandez-Sanguino Pen~a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 00:17:20 +0200
Source: metamail
Binary: metamail
Architecture: source i386
Version: 2.7-48
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Description: 
 metamail   - implementation of MIME
Closes: 311450 311451 311452 311453 321473
Changes: 
 metamail (2.7-48) unstable; urgency=low
 .
   * QA Group upload by Javier Fernandez-Sanguino
   * Fix typos in manpages with patches provided by A Costa (Closes: #311450,
 #311451, #311452, #311453)
   * Fix use of temporary files in showpartial so that uses cannot introduce
 a DOS through the use of hard links. Temporary files are created with
 mktemp and their filename is stored in ~/.metamail_treeroot (Closes:
 #321473)
Files: 
 ebab53906f2624a01c6eaea691668a94 700 mail optional metamail_2.7-48.dsc
 89c20ef55357765c2989dfc8ca325b24 342127 mail optional metamail_2.7-48.diff.gz
 4aceb6afcdebb57eea9a86098f3c8740 150156 mail optional metamail_2.7-48_i386.deb

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

iQCVAwUBQwJprftEPvakNq0lAQL0jwP/R3uN8LauV/Vy5yFKwwpMAoyJRzqxuQqv
xhc2a7pAmIAiTkSHoIiy+/9avAbYLX4kl9DwibWldKl41jnBt3tiC0f5C8EwkmR1
8s9mdQ6QoCaLvNFcDALfHK/usHzrZZdj7yq6Zw2Z7zl9JyAVjWPWMTL/8pyA6kJ3
1dK4Fx3oRAM=
=SgzR
-END PGP SIGNATURE-


Accepted:
metamail_2.7-48.diff.gz
  to pool/main/m/metamail/metamail_2.7-48.diff.gz
metamail_2.7-48.dsc
  to pool/main/m/metamail/metamail_2.7-48.dsc
metamail_2.7-48_i386.deb
  to pool/main/m/metamail/metamail_2.7-48_i386.deb


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



Accepted lm-sensors 1:2.9.1-6 (source i386 all)

2005-08-17 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 22:01:36 +0200
Source: lm-sensors
Binary: lm-sensors-2.4.27-2-386 lm-sensors-source lm-sensors-2.4.27-2-k7 
libsensors-dev lm-sensors-2.4.27-2-k7-smp lm-sensors-2.4.27-2-586tsc lm-sensors 
sensord kernel-patch-2.4-lm-sensors lm-sensors-2.4.27-2-686 
lm-sensors-2.4.27-2-k6 lm-sensors-2.4.27-2-686-smp libsensors3
Architecture: source i386 all
Version: 1:2.9.1-6
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno [EMAIL PROTECTED]
Changed-By: Aurelien Jarno [EMAIL PROTECTED]
Description: 
 kernel-patch-2.4-lm-sensors - drivers to read temperature/voltage/fan sensors
 libsensors-dev - lm-sensors development kit
 libsensors3 - library to read temperature/voltage/fan sensors
 lm-sensors - utilities to read temperature/voltage/fan sensors
 lm-sensors-2.4.27-2-386 - kernel drivers to read temperature/voltage/fan 
sensors
 lm-sensors-2.4.27-2-586tsc - kernel drivers to read temperature/voltage/fan 
sensors
 lm-sensors-2.4.27-2-686 - kernel drivers to read temperature/voltage/fan 
sensors
 lm-sensors-2.4.27-2-686-smp - kernel drivers to read temperature/voltage/fan 
sensors
 lm-sensors-2.4.27-2-k6 - kernel drivers to read temperature/voltage/fan sensors
 lm-sensors-2.4.27-2-k7 - kernel drivers to read temperature/voltage/fan sensors
 lm-sensors-2.4.27-2-k7-smp - kernel drivers to read temperature/voltage/fan 
sensors
 lm-sensors-source - kernel drivers to read temperature/voltage/fan sensors 
(source)
 sensord- hardware sensor information logging daemon
Closes: 323650
Changes: 
 lm-sensors (1:2.9.1-6) unstable; urgency=low
 .
   * Changed librrd0-dev into librrd2-dev in the build-dependencies (closes:
 bug#323650).
Files: 
 71977c2e61272b76df978592e6262380 1086 utils extra lm-sensors_2.9.1-6.dsc
 715830085eb737cd5ddd6c93384c2017 33043 utils extra lm-sensors_2.9.1-6.diff.gz
 b4fcbac92bf87f1137aa1586d56747ca 469060 utils extra lm-sensors_2.9.1-6_i386.deb
 b047722ba0e238e39586270cbc7805a5 77424 libs optional 
libsensors3_2.9.1-6_i386.deb
 af31b1c2eaf0868e2a341ab347a97388 93112 libdevel extra 
libsensors-dev_2.9.1-6_i386.deb
 05fc4e768a7531b1a915cfaa01c2a01a 56102 utils extra sensord_2.9.1-6_i386.deb
 b37aaf157f10b40d508fb1dbfaf152cd 258018 utils extra 
lm-sensors-2.4.27-2-386_2.9.1-6_i386.deb
 97b38203427151d6f0a4ca5e451f2a0a 257982 utils extra 
lm-sensors-2.4.27-2-586tsc_2.9.1-6_i386.deb
 95a5a2cfa5a2b5a9cbe8519f6492ec35 258022 utils extra 
lm-sensors-2.4.27-2-686_2.9.1-6_i386.deb
 d1374b58cbb0ddaa85df60465bde9ef9 258452 utils extra 
lm-sensors-2.4.27-2-686-smp_2.9.1-6_i386.deb
 19ef48bbcdc7d08e92c060b26273b064 258040 utils extra 
lm-sensors-2.4.27-2-k6_2.9.1-6_i386.deb
 90223e5b672932d39f5ecda19e6ac220 258302 utils extra 
lm-sensors-2.4.27-2-k7_2.9.1-6_i386.deb
 1954e7ec9a105b3aebd9cacc16243554 258802 utils extra 
lm-sensors-2.4.27-2-k7-smp_2.9.1-6_i386.deb
 491866af94677af2a6eb2b6d0736809d 304648 devel extra 
kernel-patch-2.4-lm-sensors_2.9.1-6_all.deb
 5ec364b57b67feb7aed5e9578a4826ac 941376 misc extra 
lm-sensors-source_2.9.1-6_all.deb

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

iD8DBQFDA5oNw3ao2vG823MRAoKbAKCPuXNAkDaaA69pSWHeppHeYBoJKACdGqG0
BbOJkmrGaKcu15v8BfO/nm4=
=VgQK
-END PGP SIGNATURE-


Accepted:
kernel-patch-2.4-lm-sensors_2.9.1-6_all.deb
  to pool/main/l/lm-sensors/kernel-patch-2.4-lm-sensors_2.9.1-6_all.deb
libsensors-dev_2.9.1-6_i386.deb
  to pool/main/l/lm-sensors/libsensors-dev_2.9.1-6_i386.deb
libsensors3_2.9.1-6_i386.deb
  to pool/main/l/lm-sensors/libsensors3_2.9.1-6_i386.deb
lm-sensors-2.4.27-2-386_2.9.1-6_i386.deb
  to pool/main/l/lm-sensors/lm-sensors-2.4.27-2-386_2.9.1-6_i386.deb
lm-sensors-2.4.27-2-586tsc_2.9.1-6_i386.deb
  to pool/main/l/lm-sensors/lm-sensors-2.4.27-2-586tsc_2.9.1-6_i386.deb
lm-sensors-2.4.27-2-686-smp_2.9.1-6_i386.deb
  to pool/main/l/lm-sensors/lm-sensors-2.4.27-2-686-smp_2.9.1-6_i386.deb
lm-sensors-2.4.27-2-686_2.9.1-6_i386.deb
  to pool/main/l/lm-sensors/lm-sensors-2.4.27-2-686_2.9.1-6_i386.deb
lm-sensors-2.4.27-2-k6_2.9.1-6_i386.deb
  to pool/main/l/lm-sensors/lm-sensors-2.4.27-2-k6_2.9.1-6_i386.deb
lm-sensors-2.4.27-2-k7-smp_2.9.1-6_i386.deb
  to pool/main/l/lm-sensors/lm-sensors-2.4.27-2-k7-smp_2.9.1-6_i386.deb
lm-sensors-2.4.27-2-k7_2.9.1-6_i386.deb
  to pool/main/l/lm-sensors/lm-sensors-2.4.27-2-k7_2.9.1-6_i386.deb
lm-sensors-source_2.9.1-6_all.deb
  to pool/main/l/lm-sensors/lm-sensors-source_2.9.1-6_all.deb
lm-sensors_2.9.1-6.diff.gz
  to pool/main/l/lm-sensors/lm-sensors_2.9.1-6.diff.gz
lm-sensors_2.9.1-6.dsc
  to pool/main/l/lm-sensors/lm-sensors_2.9.1-6.dsc
lm-sensors_2.9.1-6_i386.deb
  to pool/main/l/lm-sensors/lm-sensors_2.9.1-6_i386.deb
sensord_2.9.1-6_i386.deb
  to pool/main/l/lm-sensors/sensord_2.9.1-6_i386.deb


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



Accepted libdv 0.104-1 (source i386)

2005-08-17 Thread Daniel Kobras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 17:23:18 +0200
Source: libdv
Binary: libdv4-dev libdv-bin libdv4
Architecture: source i386
Version: 0.104-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Kobras [EMAIL PROTECTED]
Changed-By: Daniel Kobras [EMAIL PROTECTED]
Description: 
 libdv-bin  - software library for DV format digital video (sample apps)
 libdv4 - software library for DV format digital video (runtime lib)
 libdv4-dev - software library for DV format digital video (devel files)
Closes: 298366 306488 318237 320882 321549
Changes: 
 libdv (0.104-1) unstable; urgency=low
 .
   * New upstream version. Closes: #298366
   * Picks up new libsdl1.2 version to complete various library
 transitions. Closes: #318237, #320882, #321549
   * Added patches:
 + [01_changelog_update_CVS] New, from upstream CVS.
   Add 0.104 changelog entry that is not part of the released 0.104
   tarball, so subsequent patches from upstream CVS can be applied
   without modification.
 + [10_amd64_linkage_fix_CVS] New, from upstream CVS.
   Fix linker compatibility problems in amd64 assembly.
 + [10_inline_fixes_CVS] New, from upstream CVS.
   Fix build problems when compiler does not honour the inline hint.
 + [20_no_exec_stack_CVS] New, from upstream CVS.
   Add linker magic so assembly functions do no longer require an
   executable stack.
   * Updated patches:
 + [10_zap_config_h]
   Extend to take care of amd64 optimisations.
   * debian/control: Complies with standards version 3.6.2.
   * debian/rules: Export overridden CFLAGS. Closes: #306488
Files: 
 015fa3d32e6512da6e9abde46d5c14d0 872 graphics optional libdv_0.104-1.dsc
 f6b08efce7472daa20685e6e8431f542 554691 graphics optional 
libdv_0.104.orig.tar.gz
 8fc19ce4e85b98cbd136d3a51b8dfa04 12272 graphics optional libdv_0.104-1.diff.gz
 ddbfb6cf66a08cf73c2651cc2ba9c4f2 73316 libs optional libdv4_0.104-1_i386.deb
 7abfbab71b0f4ad697331b62c5f84937 80944 libdevel extra 
libdv4-dev_0.104-1_i386.deb
 fe844b0fd6692f29c12fb65d5b086065 34388 graphics extra 
libdv-bin_0.104-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFDA2NFpOKIA4m/fisRAiz7AKCIHLwNUS5uskvh/Gt+Aa7umbV1lACeLily
DcOYyxm+8jP5yl7yYpU7aMw=
=L/YB
-END PGP SIGNATURE-


Accepted:
libdv-bin_0.104-1_i386.deb
  to pool/main/libd/libdv/libdv-bin_0.104-1_i386.deb
libdv4-dev_0.104-1_i386.deb
  to pool/main/libd/libdv/libdv4-dev_0.104-1_i386.deb
libdv4_0.104-1_i386.deb
  to pool/main/libd/libdv/libdv4_0.104-1_i386.deb
libdv_0.104-1.diff.gz
  to pool/main/libd/libdv/libdv_0.104-1.diff.gz
libdv_0.104-1.dsc
  to pool/main/libd/libdv/libdv_0.104-1.dsc
libdv_0.104.orig.tar.gz
  to pool/main/libd/libdv/libdv_0.104.orig.tar.gz


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



Accepted haskell-devscripts 0.5.7 (source all)

2005-08-17 Thread John Goerzen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 02:46:04 -0500
Source: haskell-devscripts
Binary: haskell-devscripts
Architecture: source all
Version: 0.5.7
Distribution: unstable
Urgency: low
Maintainer: John Goerzen [EMAIL PROTECTED]
Changed-By: John Goerzen [EMAIL PROTECTED]
Description: 
 haskell-devscripts - Tools to help Debian developers build Haskell packages
Changes: 
 haskell-devscripts (0.5.7) unstable; urgency=low
 .
   * Added dh_haskell_{prep,build,install}.
Files: 
 82934c596cca6db78de973320b8dcbdb 538 devel optional 
haskell-devscripts_0.5.7.dsc
 93e89817ed1d048988b7c6501a3324a1 11806 devel optional 
haskell-devscripts_0.5.7.tar.gz
 c838a7ba56efd78068c341b54d56a32c 7680 devel optional 
haskell-devscripts_0.5.7_all.deb

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

iD8DBQFDA4/t7B2mSKdID5ERArDVAJ95ejUkPRsPTx0VzCyusFjqyLW5oQCghtOk
hsuXZ6xY+80S3PVBrVuTKdk=
=vBC7
-END PGP SIGNATURE-


Accepted:
haskell-devscripts_0.5.7.dsc
  to pool/main/h/haskell-devscripts/haskell-devscripts_0.5.7.dsc
haskell-devscripts_0.5.7.tar.gz
  to pool/main/h/haskell-devscripts/haskell-devscripts_0.5.7.tar.gz
haskell-devscripts_0.5.7_all.deb
  to pool/main/h/haskell-devscripts/haskell-devscripts_0.5.7_all.deb


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



Accepted dvi2dvi 2.0alpha-6 (source i386)

2005-08-17 Thread mhatta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 18 Aug 2005 04:22:53 +0900
Source: dvi2dvi
Binary: dvi2dvi
Architecture: source i386
Version: 2.0alpha-6
Distribution: unstable
Urgency: low
Maintainer: Masayuki Hatta (mhatta) [EMAIL PROTECTED]
Changed-By: Masayuki Hatta (mhatta) [EMAIL PROTECTED]
Description: 
 dvi2dvi- Tweak DVI files
Closes: 285646
Changes: 
 dvi2dvi (2.0alpha-6) unstable; urgency=low
 .
   * Maintainer upload.
   * Bumped Standards-Version: 3.6.2.1 (no physical changes).
   * Acknowledged NMU, thanks Roger - closes: #285646
Files: 
 2cddbbd84748f36412208faf08601a5f 598 tex optional dvi2dvi_2.0alpha-6.dsc
 7eb40b1b5dcbd78acb1784d1a68772fc 5831 tex optional dvi2dvi_2.0alpha-6.diff.gz
 a6d430d0c83815ba41d10be754ce03a3 35386 tex optional dvi2dvi_2.0alpha-6_i386.deb

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

iD8DBQFDA47cy2+jQOcHWlQRAlHeAJ0SbshhI1xE4LiC89yWHsePbXouggCdE3vy
aN679USI9Sp7B1wpSPw3LPk=
=6moe
-END PGP SIGNATURE-


Accepted:
dvi2dvi_2.0alpha-6.diff.gz
  to pool/main/d/dvi2dvi/dvi2dvi_2.0alpha-6.diff.gz
dvi2dvi_2.0alpha-6.dsc
  to pool/main/d/dvi2dvi/dvi2dvi_2.0alpha-6.dsc
dvi2dvi_2.0alpha-6_i386.deb
  to pool/main/d/dvi2dvi/dvi2dvi_2.0alpha-6_i386.deb


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



Accepted asterisk-chan-capi 0.3.5-12 (source i386)

2005-08-17 Thread Mark Purcell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 20:28:52 +0100
Source: asterisk-chan-capi
Binary: asterisk-chan-capi
Architecture: source i386
Version: 0.3.5-12
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team [EMAIL PROTECTED]
Changed-By: Mark Purcell [EMAIL PROTECTED]
Description: 
 asterisk-chan-capi - Common ISDN API 2.0 implementation for Asterisk
Closes: 308106 323548
Changes: 
 asterisk-chan-capi (0.3.5-12) unstable; urgency=low
 .
   [ Kilian Krause ]
   * fix 2.6.10-rc5 and later kernels. Thanks goes to Martin Jess
 [EMAIL PROTECTED] for providing the fix ;)
 (Closes: #308106)
 .
   [ Mark Purcell ]
   * Rebuild due to libcapi20-dev changed soname
   * needs a rebuild for libcapi20-3 (Closes: #323548)
   * Add Build-Depends: adduser
   * Remove upstream INSTALL and copy relevance to README.Debian
Files: 
 d574e4ae1be3b063d7dfc1ed7d26987f 857 comm optional 
asterisk-chan-capi_0.3.5-12.dsc
 1a0f39de0d09e9617d0ac842919c4e51 5379 comm optional 
asterisk-chan-capi_0.3.5-12.diff.gz
 da597a7bba96002f3c6e1f8b88345752 37320 comm optional 
asterisk-chan-capi_0.3.5-12_i386.deb

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

iD8DBQFDA5C3oCzanz0IthIRAsauAJ9oCgzgmXo56RNhWUZvHRJ3ArP8+ACfSP+0
rXchz/GZmWe/x65D3qEHKHw=
=zHO0
-END PGP SIGNATURE-


Accepted:
asterisk-chan-capi_0.3.5-12.diff.gz
  to pool/main/a/asterisk-chan-capi/asterisk-chan-capi_0.3.5-12.diff.gz
asterisk-chan-capi_0.3.5-12.dsc
  to pool/main/a/asterisk-chan-capi/asterisk-chan-capi_0.3.5-12.dsc
asterisk-chan-capi_0.3.5-12_i386.deb
  to pool/main/a/asterisk-chan-capi/asterisk-chan-capi_0.3.5-12_i386.deb


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



Accepted cron 3.0pl1-88 (source i386)

2005-08-17 Thread Javier Fernandez-Sanguino Pen~a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue,  5 Jul 2005 16:39:29 +0200
Source: cron
Binary: cron
Architecture: source i386
Version: 3.0pl1-88
Distribution: unstable
Urgency: low
Maintainer: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Changed-By: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Description: 
 cron   - management of regular background processing
Closes: 18733 46779 198211 231172 264320 279429 279613 300725 315509
Changes: 
 cron (3.0pl1-88) unstable; urgency=low
 .
   * Taken over maintainership of this package and made the
 Let's clean up the bug list release
   * Added a debian/TODO file with some tasks not done in this upload.
   * Use patch provided by Marc Dequenes to fix FTBFS on Hurd
 (due to the use of selinux) (Closes: #279429)
   * Enable pam_limits.so in the default configuration (Closes: #300725)
   * Fix standard.daily so it can cope with mount points with spaces
 (Closes: #198211)
   * Standard.daily now warns if no lost+found directory was found in a local
 ext2/3 filesystem (Closes: #46779) [as the other wishlists are
 checksecurity related]
   * Standard.daily now will also check xfs filesystems (Closes: #279613)
   * Fix crontab.5's example to prevent confusion to users, default shell
 is always /bin/sh (Closes: #231172)
   * SELinux related fixes:
 - Applied Russell Coker patches to fix three bugs that appear when
   using SELinux (Closes: #264320)
 - Applied Manoj Srivastava's patches to turn on SELinux support
   (Closes: #315509)
   * Add help text when creating new crontabs as suggested by Anthony Towns
 (Closes: #18733)
   * Use debhelper version 4 instead of the deprecated version 3, removed
 debian/conffiles as it is no longer needed.
Files: 
 677d152236d8d5d4cd85a03f9ce1c36b 770 admin important cron_3.0pl1-88.dsc
 76e7d0e64056fdf4c152d61b41e2324d 48453 admin important cron_3.0pl1-88.diff.gz
 709ccb07edc57ff10672fed3ce6a2fcd 59786 admin important cron_3.0pl1-88_i386.deb

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

iQCVAwUBQvr5KPtEPvakNq0lAQJVIQQAgx6JoUF8oJjkhdqvzXz2dKs4szy8aRir
LJMVSyD35NU2ICl+rF3jeNmjkdUZGfx+mhxrV1RIDsrg0cxsmUHjET2VxJwyrpio
9CaXA0E3yHNQ/Ln+ic/dSyFYpoAKUe0+/7WzE1ytU+KZ20Cj7P3pVrJV130fBqIj
M4NjrAuCTuY=
=D+k4
-END PGP SIGNATURE-


Accepted:
cron_3.0pl1-88.diff.gz
  to pool/main/c/cron/cron_3.0pl1-88.diff.gz
cron_3.0pl1-88.dsc
  to pool/main/c/cron/cron_3.0pl1-88.dsc
cron_3.0pl1-88_i386.deb
  to pool/main/c/cron/cron_3.0pl1-88_i386.deb


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



Accepted gs-gpl 8.15-3 (source i386 all)

2005-08-17 Thread mhatta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 18 Aug 2005 03:38:59 +0900
Source: gs-gpl
Binary: gs-gpl gs
Architecture: source i386 all
Version: 8.15-3
Distribution: unstable
Urgency: low
Maintainer: Masayuki Hatta (mhatta) [EMAIL PROTECTED]
Changed-By: Masayuki Hatta (mhatta) [EMAIL PROTECTED]
Description: 
 gs - Transitional package
 gs-gpl - The GPL Ghostscript PostScript interpreter
Changes: 
 gs-gpl (8.15-3) unstable; urgency=low
 .
   * Bumped Standards-Version to 3.6.2.1 (no physical changes).
   * Removed patch 04, since it doesn't affect at all.
   * Enabled jbig2dec support.
   * Now uses cidfmap generated by defoma.
   * gs-gpl.links: make a symlink of CMap directory under 
/usr/share/gs-gpl/8.15/Resource.
 NOTE: even if CMap files can be found somewhere in the font path, gs-esp
 fails to prepare a composed font with CIDFont and CMap. This hack is
 a workaround for the CMap files must be put into the first directory of
 the font path problem.  Many Thanks Akira TAGOH for suggestion.
Files: 
 8ef7e2a2654181bd87bbac0e8fc84362 838 text optional gs-gpl_8.15-3.dsc
 0a6af5efb5358728cc334648c574cec6 31967 text optional gs-gpl_8.15-3.diff.gz
 1bc94161e9afabb3ac22fa5789db1b0e 2623328 text optional gs-gpl_8.15-3_i386.deb
 d3a26b8169ce279e1b5e208a5928cb61 13310 text extra gs_8.15-3_all.deb

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

iD8DBQFDA4svy2+jQOcHWlQRAsFBAJ9IYasZIQeobXYtMbuDFl358RK1/ACdE4Nf
StqyFLJTOGGg+o3FsSNTQ2U=
=AEL4
-END PGP SIGNATURE-


Accepted:
gs-gpl_8.15-3.diff.gz
  to pool/main/g/gs-gpl/gs-gpl_8.15-3.diff.gz
gs-gpl_8.15-3.dsc
  to pool/main/g/gs-gpl/gs-gpl_8.15-3.dsc
gs-gpl_8.15-3_i386.deb
  to pool/main/g/gs-gpl/gs-gpl_8.15-3_i386.deb
gs_8.15-3_all.deb
  to pool/main/g/gs-gpl/gs_8.15-3_all.deb


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



Accepted pmx 2.5.7-1 (source i386)

2005-08-17 Thread Roland Stigge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 21:55:39 +0200
Source: pmx
Binary: pmx
Architecture: source i386
Version: 2.5.7-1
Distribution: unstable
Urgency: low
Maintainer: Roland Stigge [EMAIL PROTECTED]
Changed-By: Roland Stigge [EMAIL PROTECTED]
Description: 
 pmx- A Preprocessor for MusiXTeX
Closes: 322924 322942
Changes: 
 pmx (2.5.7-1) unstable; urgency=low
 .
   * New upstream release (Closes: #322942)
   * debian/control:
   - Build-Depends on gfortran instead of g77 (Closes: #322924)
   - Standards-Version: 3.6.2
Files: 
 5ee768e6ec080f1429eee0df4f35d1ba 595 tex optional pmx_2.5.7-1.dsc
 8ffebd78c736977a1b6e9415992449f8 260617 tex optional pmx_2.5.7.orig.tar.gz
 e054bb35607a099d56fa5996046ee842 5721 tex optional pmx_2.5.7-1.diff.gz
 7f499e8edad751e92b32d83e50bd3988 517508 tex optional pmx_2.5.7-1_i386.deb

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

iD8DBQFDA5p3caH/YBv43g8RAs8PAJ4wDopj5UfpAv6ufJz+ssy8wVOBZQCgsFIC
0dId/GjeKXlXdUrCHiM7OoE=
=G02/
-END PGP SIGNATURE-


Accepted:
pmx_2.5.7-1.diff.gz
  to pool/main/p/pmx/pmx_2.5.7-1.diff.gz
pmx_2.5.7-1.dsc
  to pool/main/p/pmx/pmx_2.5.7-1.dsc
pmx_2.5.7-1_i386.deb
  to pool/main/p/pmx/pmx_2.5.7-1_i386.deb
pmx_2.5.7.orig.tar.gz
  to pool/main/p/pmx/pmx_2.5.7.orig.tar.gz


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



Accepted zsh-beta 4.3.0-dev-1+20050816-1 (source sparc all)

2005-08-17 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 13:48:31 -0400
Source: zsh-beta
Binary: zsh-beta-static zsh-beta-doc zsh-beta
Architecture: source sparc all
Version: 4.3.0-dev-1+20050816-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.0-dev-1+20050816-1) unstable; urgency=low
 .
   * Update to HEAD.
Files: 
 4c02ee7afefe8476372591071d70349d 745 shells optional 
zsh-beta_4.3.0-dev-1+20050816-1.dsc
 6cfbf421e12ce51ed597e5650978d933 2163674 shells optional 
zsh-beta_4.3.0-dev-1+20050816.orig.tar.gz
 184aade67c37f45bcf5763fb1e7f2113 733622 shells optional 
zsh-beta_4.3.0-dev-1+20050816-1.diff.gz
 a89f24e6a620c76597e032c257c60361 661212 shells optional 
zsh-beta-doc_4.3.0-dev-1+20050816-1_all.deb
 983d079c4998388a1ebd8215c8212e6f 2076706 shells optional 
zsh-beta_4.3.0-dev-1+20050816-1_sparc.deb

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

iD8DBQFDA59+5m0u66uWM3ARAg4QAKC24zBfw5e90mpA9NjtDSaPg2RgngCdG43o
CvaUXuBGj4/zMbWHwgSlt4M=
=qPyF
-END PGP SIGNATURE-


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


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



Accepted libgwenhywfar 1.15.0-1 (source all i386)

2005-08-17 Thread Thomas Viehmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 18:42:53 +0200
Source: libgwenhywfar
Binary: libgwenhywfar17c2 libgwenhywfar-doc libgwenhywfar17-dev 
libgwenhywfar-data
Architecture: source all i386
Version: 1.15.0-1
Distribution: unstable
Urgency: low
Maintainer: Henning Glawe [EMAIL PROTECTED]
Changed-By: Thomas Viehmann [EMAIL PROTECTED]
Description: 
 libgwenhywfar-data - OS abstraction layer
 libgwenhywfar-doc - OS abstraction layer (development files)
 libgwenhywfar17-dev - OS abstraction layer (development files)
 libgwenhywfar17c2 - OS abstraction layer
Changes: 
 libgwenhywfar (1.15.0-1) unstable; urgency=low
 .
   * New upstream release
 Bump shlibs.
Files: 
 a9610da8cfcd77c3440d15561b5a788c 846 libs optional libgwenhywfar_1.15.0-1.dsc
 e9515d00d421cb49fe9d6a69f84a66b8 1148658 libs optional 
libgwenhywfar_1.15.0.orig.tar.gz
 a670860f3db84aee59a4037fd8514a53 13848 libs optional 
libgwenhywfar_1.15.0-1.diff.gz
 52a55f9a3c8b49306e75629cd5724dc6 532484 doc optional 
libgwenhywfar-doc_1.15.0-1_all.deb
 ab74589989beca1464673417a32bc2d0 102380 libs optional 
libgwenhywfar-data_1.15.0-1_all.deb
 55fbe39459fafcdb7663619f1445de3b 194706 libdevel optional 
libgwenhywfar17-dev_1.15.0-1_i386.deb
 dc8c5a8e5737add00da23afb8c3e6107 434158 libs optional 
libgwenhywfar17c2_1.15.0-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: GnuPG key at http://thomas.viehmann.net/

iD8DBQFDA4iOriZpaaIa1PkRAoS3AKCYTup3J4K2rsLaXBOdjoCaiVht9gCePlpy
e+W9Eu/q0W58uvPpe9m/r0Y=
=HB6O
-END PGP SIGNATURE-


Accepted:
libgwenhywfar-data_1.15.0-1_all.deb
  to pool/main/libg/libgwenhywfar/libgwenhywfar-data_1.15.0-1_all.deb
libgwenhywfar-doc_1.15.0-1_all.deb
  to pool/main/libg/libgwenhywfar/libgwenhywfar-doc_1.15.0-1_all.deb
libgwenhywfar17-dev_1.15.0-1_i386.deb
  to pool/main/libg/libgwenhywfar/libgwenhywfar17-dev_1.15.0-1_i386.deb
libgwenhywfar17c2_1.15.0-1_i386.deb
  to pool/main/libg/libgwenhywfar/libgwenhywfar17c2_1.15.0-1_i386.deb
libgwenhywfar_1.15.0-1.diff.gz
  to pool/main/libg/libgwenhywfar/libgwenhywfar_1.15.0-1.diff.gz
libgwenhywfar_1.15.0-1.dsc
  to pool/main/libg/libgwenhywfar/libgwenhywfar_1.15.0-1.dsc
libgwenhywfar_1.15.0.orig.tar.gz
  to pool/main/libg/libgwenhywfar/libgwenhywfar_1.15.0.orig.tar.gz


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



Accepted haskell-devscripts 0.5.8 (source all)

2005-08-17 Thread John Goerzen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 03:41:05 -0500
Source: haskell-devscripts
Binary: haskell-devscripts
Architecture: source all
Version: 0.5.8
Distribution: unstable
Urgency: low
Maintainer: John Goerzen [EMAIL PROTECTED]
Changed-By: John Goerzen [EMAIL PROTECTED]
Description: 
 haskell-devscripts - Tools to help Debian developers build Haskell packages
Changes: 
 haskell-devscripts (0.5.8) unstable; urgency=low
 .
   * Fixed a few bugs in the new system.
Files: 
 37c97aaa5969c052252d5c6c76c8fede 538 devel optional 
haskell-devscripts_0.5.8.dsc
 877afcf8196c81fb12ec74605d9f6b08 11844 devel optional 
haskell-devscripts_0.5.8.tar.gz
 0823adc4f96d97da98c25a96f6cce9d1 7716 devel optional 
haskell-devscripts_0.5.8_all.deb

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

iD8DBQFDA6lD7B2mSKdID5ERAu0vAJ0fAj4ZJ0YM9J1OtunmgJNu52fa/gCfdE5Y
k0e1Vrj8YB02Xov1gt68pHw=
=Abur
-END PGP SIGNATURE-


Accepted:
haskell-devscripts_0.5.8.dsc
  to pool/main/h/haskell-devscripts/haskell-devscripts_0.5.8.dsc
haskell-devscripts_0.5.8.tar.gz
  to pool/main/h/haskell-devscripts/haskell-devscripts_0.5.8.tar.gz
haskell-devscripts_0.5.8_all.deb
  to pool/main/h/haskell-devscripts/haskell-devscripts_0.5.8_all.deb


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



Accepted easytag 1.99.7-2 (source i386)

2005-08-17 Thread Sebastien Bacher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 23:05:14 +0200
Source: easytag
Binary: easytag
Architecture: source i386
Version: 1.99.7-2
Distribution: unstable
Urgency: low
Maintainer: Sebastien Bacher [EMAIL PROTECTED]
Changed-By: Sebastien Bacher [EMAIL PROTECTED]
Description: 
 easytag- viewing, editing and writing ID3 tags
Closes: 321431 323089
Changes: 
 easytag (1.99.7-2) unstable; urgency=low
 .
   * Rebuild with the current libid3 (Closes: #321431, #323089).
   * debian/control:
 - updated the Standards-Version.
Files: 
 5d8a7efefc2db7693872f08703cc6d1e 687 sound optional easytag_1.99.7-2.dsc
 ec9a3c6199cfe26591d2b9b54dd15098 493 sound optional easytag_1.99.7-2.diff.gz
 60f6181d3579de28c82b28cb50e280ba 754966 sound optional 
easytag_1.99.7-2_i386.deb

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

iD8DBQFDA6jjQxo87aLX0pIRAho6AJ9cl38ZmGCONwkZcohgl9ke/Xh2ugCg0vm7
oYQ1EE4X8HLllqlTiJEShLs=
=xJiF
-END PGP SIGNATURE-


Accepted:
easytag_1.99.7-2.diff.gz
  to pool/main/e/easytag/easytag_1.99.7-2.diff.gz
easytag_1.99.7-2.dsc
  to pool/main/e/easytag/easytag_1.99.7-2.dsc
easytag_1.99.7-2_i386.deb
  to pool/main/e/easytag/easytag_1.99.7-2_i386.deb


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



Accepted mozilla-locale-de-at 1.7.10-1 (source all)

2005-08-17 Thread Johannes Rohr
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 16 Aug 2005 22:14:45 +0200
Source: mozilla-locale-de-at
Binary: mozilla-locale-de-at
Architecture: source all
Version: 1.7.10-1
Distribution: unstable
Urgency: low
Maintainer: Florian M. Weps [EMAIL PROTECTED]
Changed-By: Johannes Rohr [EMAIL PROTECTED]
Description: 
 mozilla-locale-de-at - Mozilla German Language/Region Package
Changes: 
 mozilla-locale-de-at (1.7.10-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 26df475e149dbb382f9f5d4ceb24c1c0 681 web optional 
mozilla-locale-de-at_1.7.10-1.dsc
 ebc05ef4e03c70d4b12a7fa4960fd459 1741602 web optional 
mozilla-locale-de-at_1.7.10.orig.tar.gz
 b5f9a1672780a0a1a786a588892260fd 29815 web optional 
mozilla-locale-de-at_1.7.10-1.diff.gz
 7b6b8cd172fbf192aa385d2a4f9a8592 724748 web optional 
mozilla-locale-de-at_1.7.10-1_all.deb

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

iD8DBQFDA6qFQxo87aLX0pIRAhEBAKC3/Bkq59a85scrqTFm6q0PCab3KQCg2nyM
+EJK8OycIrwA2kbdULBcpUw=
=q20y
-END PGP SIGNATURE-


Accepted:
mozilla-locale-de-at_1.7.10-1.diff.gz
  to pool/main/m/mozilla-locale-de-at/mozilla-locale-de-at_1.7.10-1.diff.gz
mozilla-locale-de-at_1.7.10-1.dsc
  to pool/main/m/mozilla-locale-de-at/mozilla-locale-de-at_1.7.10-1.dsc
mozilla-locale-de-at_1.7.10-1_all.deb
  to pool/main/m/mozilla-locale-de-at/mozilla-locale-de-at_1.7.10-1_all.deb
mozilla-locale-de-at_1.7.10.orig.tar.gz
  to pool/main/m/mozilla-locale-de-at/mozilla-locale-de-at_1.7.10.orig.tar.gz


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



Accepted f-prot-installer 0.5.17 (source i386)

2005-08-17 Thread Johannes Rohr
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 16 Aug 2005 21:40:48 +0200
Source: f-prot-installer
Binary: f-prot-installer
Architecture: source i386
Version: 0.5.17
Distribution: unstable
Urgency: low
Maintainer: Johannes Rohr [EMAIL PROTECTED]
Changed-By: Johannes Rohr [EMAIL PROTECTED]
Description: 
 f-prot-installer - F-Prot(tm) Antivirus installer package
Closes: 322629
Changes: 
 f-prot-installer (0.5.17) unstable; urgency=low
 .
   * Make link to to /usr/lib/f-prot/f-prot.sh absolute. Now really
 (closes: #322629)
Files: 
 67c6bb4cec595f5819d49f2440a84e24 583 contrib/utils optional 
f-prot-installer_0.5.17.dsc
 8dbc77ee0dd024ebf2c423050f78fcbf 26077 contrib/utils optional 
f-prot-installer_0.5.17.tar.gz
 a2e52e395e61cb0d34ca5348c9168ad4 23412 contrib/utils optional 
f-prot-installer_0.5.17_i386.deb

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

iD8DBQFDA6l+Qxo87aLX0pIRAjlxAKCCPu7Qtfx2tZpIVgYJoy6AZRcPawCgh0kk
OaFVqrBh60jh1/9ApMkrTdc=
=tQzH
-END PGP SIGNATURE-


Accepted:
f-prot-installer_0.5.17.dsc
  to pool/contrib/f/f-prot-installer/f-prot-installer_0.5.17.dsc
f-prot-installer_0.5.17.tar.gz
  to pool/contrib/f/f-prot-installer/f-prot-installer_0.5.17.tar.gz
f-prot-installer_0.5.17_i386.deb
  to pool/contrib/f/f-prot-installer/f-prot-installer_0.5.17_i386.deb


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



Accepted hotkey-setup 0.1-3 (source i386)

2005-08-17 Thread Matthew Garrett
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 21:49:51 +0100
Source: hotkey-setup
Binary: hotkey-setup
Architecture: source i386
Version: 0.1-3
Distribution: unstable
Urgency: low
Maintainer: Matthew Garrett [EMAIL PROTECTED]
Changed-By: Matthew Garrett [EMAIL PROTECTED]
Description: 
 hotkey-setup - auto-configures laptop hotkeys
Closes: 322545
Changes: 
 hotkey-setup (0.1-3) unstable; urgency=low
 .
   * Fix typo in init script (Closes: #322545)
   * Add hotkeys for HP laptops (Ubuntu #13527)
   * Add support for ASUS volume keys (Ubuntu #13576)
Files: 
 a19357e7f9ce2a8ca800ce47d6b8ed7f 509 misc optional hotkey-setup_0.1-3.dsc
 72365232b5ab5148924834349215103e 2938 misc optional hotkey-setup_0.1-3.tar.gz
 7c84aac8cf09271e0537597dc91a0db3 3544 misc optional hotkey-setup_0.1-3_i386.deb

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

iD8DBQFDA7aA7Hkv8l1YiTsRAniKAJ90gfNQB6WY5y6l2TFzgJ55wO9AHwCgoyNA
AfmtiWxCjDLvQI2I86O9HeQ=
=lxOQ
-END PGP SIGNATURE-


Accepted:
hotkey-setup_0.1-3.dsc
  to pool/main/h/hotkey-setup/hotkey-setup_0.1-3.dsc
hotkey-setup_0.1-3.tar.gz
  to pool/main/h/hotkey-setup/hotkey-setup_0.1-3.tar.gz
hotkey-setup_0.1-3_i386.deb
  to pool/main/h/hotkey-setup/hotkey-setup_0.1-3_i386.deb


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



Accepted antlr 2.7.5-8 (source all powerpc)

2005-08-17 Thread Arnaud Vandyck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 23:38:13 +0200
Source: antlr
Binary: antlr cantlr libantlr-dev
Architecture: source all powerpc
Version: 2.7.5-8
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers [EMAIL PROTECTED]
Changed-By: Arnaud Vandyck [EMAIL PROTECTED]
Description: 
 antlr  - language tool for constructing recognizers, compilers etc
 cantlr - language tool for constructing recognizers, compilers etc
 libantlr-dev - language tool for constructing recognizers, compilers etc
Changes: 
 antlr (2.7.5-8) unstable; urgency=low
 .
   * Moved Makefile.debian to debian/Makefile.debian and changed the
 hardcoded version in this file to gcj
 .
 antlr (2.7.5-7) unstable; urgency=low
 .
   * Change to default packages for gcj and libgcj-dev to build
 native version
   * Updated standards version to 3.6.2
Files: 
 883045b61eafa01adf2ee196516ed0c9 846 devel optional antlr_2.7.5-8.dsc
 335ddf131a69139c155c7be8731ba12c 7984 devel optional antlr_2.7.5-8.diff.gz
 6c1ad353217a45686b9a2c68494005a8 1383026 devel optional antlr_2.7.5-8_all.deb
 ea41b8f2e4a15dcc59d57d1b919b14ae 265406 libdevel optional 
libantlr-dev_2.7.5-8_powerpc.deb
 0ea0f58efce7edd2df78e3444de0ee01 473130 devel optional 
cantlr_2.7.5-8_powerpc.deb

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

iD8DBQFDA7HL4vzFZu62tMIRAufgAKC6wjzEUtXr1n5yKwvNRskBPmx6yQCdGpqL
agZQAJt/EeMT0OjiwUJj/sE=
=Wnsa
-END PGP SIGNATURE-


Accepted:
antlr_2.7.5-8.diff.gz
  to pool/main/a/antlr/antlr_2.7.5-8.diff.gz
antlr_2.7.5-8.dsc
  to pool/main/a/antlr/antlr_2.7.5-8.dsc
antlr_2.7.5-8_all.deb
  to pool/main/a/antlr/antlr_2.7.5-8_all.deb
cantlr_2.7.5-8_powerpc.deb
  to pool/main/a/antlr/cantlr_2.7.5-8_powerpc.deb
libantlr-dev_2.7.5-8_powerpc.deb
  to pool/main/a/antlr/libantlr-dev_2.7.5-8_powerpc.deb


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



Accepted sidplay-base 1.0.9-5 (source i386)

2005-08-17 Thread GCS
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 23:58:26 +0200
Source: sidplay-base
Binary: sidplay-base
Architecture: source i386
Version: 1.0.9-5
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) [EMAIL PROTECTED]
Changed-By: Laszlo Boszormenyi (GCS) [EMAIL PROTECTED]
Description: 
 sidplay-base - Music player for tunes from C64 and C128 (console)
Closes: 322899
Changes: 
 sidplay-base (1.0.9-5) unstable; urgency=low
 .
   * Correct dependencies (closes: #322899).
Files: 
 e1ba2a82f62fc72e984ea2f712c09433 620 sound extra sidplay-base_1.0.9-5.dsc
 f4fe97c973ab73d9228351602d79208a 29322 sound extra sidplay-base_1.0.9-5.diff.gz
 e4c06f57e84f150d1e8559950ea2411a 30582 sound extra 
sidplay-base_1.0.9-5_i386.deb

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

iD8DBQFDA7ORMDatjqUaT90RAjf3AKCIFg5ZJI9nI+XTbYHbKfCwbzpeWACfbTH2
/7CDW/M50ALIrbNU2tTZXl8=
=GtZN
-END PGP SIGNATURE-


Accepted:
sidplay-base_1.0.9-5.diff.gz
  to pool/main/s/sidplay-base/sidplay-base_1.0.9-5.diff.gz
sidplay-base_1.0.9-5.dsc
  to pool/main/s/sidplay-base/sidplay-base_1.0.9-5.dsc
sidplay-base_1.0.9-5_i386.deb
  to pool/main/s/sidplay-base/sidplay-base_1.0.9-5_i386.deb


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



Accepted vips 7.10.12-1 (source all i386)

2005-08-17 Thread Jay Berkenbilt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 18:56:41 -0400
Source: vips
Binary: libvips-tools libvips-doc libvips10-dev libvips10c2
Architecture: source all i386
Version: 7.10.12-1
Distribution: unstable
Urgency: low
Maintainer: Jay Berkenbilt [EMAIL PROTECTED]
Changed-By: Jay Berkenbilt [EMAIL PROTECTED]
Description: 
 libvips-doc - image processing system good for very large images (doc)
 libvips-tools - image processing system good for very large images (tools)
 libvips10-dev - image processing system good for very large images (dev)
 libvips10c2 - image processing system good for very large images
Changes: 
 vips (7.10.12-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 e4a7da7566ce9068c65310a2698d5c11 830 libs optional vips_7.10.12-1.dsc
 aa9d52b8c56de76399c6227817e23f3a 4512704 libs optional vips_7.10.12.orig.tar.gz
 902945532df3c0db0413b62b26e87935 4888 libs optional vips_7.10.12-1.diff.gz
 f839f51109ba19fbe312d008f8aa70ac 1496508 doc optional 
libvips-doc_7.10.12-1_all.deb
 9a1b228ec0006df7d978071af81fdd36 376394 libs optional 
libvips10c2_7.10.12-1_i386.deb
 9c888996e74a6dcb93b48b84eaa6966f 665834 libdevel optional 
libvips10-dev_7.10.12-1_i386.deb
 8a96f63a74c94d7de22d867b11e97fe6 79428 graphics optional 
libvips-tools_7.10.12-1_i386.deb

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

iD8DBQFDA8cJEBVk6taI4KcRAkixAKDwDPkfj5V4A7dfn69dF8UiK0Wc9ACgwGZR
nVHAL1YjVVqiIeUCtlDQn2g=
=xCxu
-END PGP SIGNATURE-


Accepted:
libvips-doc_7.10.12-1_all.deb
  to pool/main/v/vips/libvips-doc_7.10.12-1_all.deb
libvips-tools_7.10.12-1_i386.deb
  to pool/main/v/vips/libvips-tools_7.10.12-1_i386.deb
libvips10-dev_7.10.12-1_i386.deb
  to pool/main/v/vips/libvips10-dev_7.10.12-1_i386.deb
libvips10c2_7.10.12-1_i386.deb
  to pool/main/v/vips/libvips10c2_7.10.12-1_i386.deb
vips_7.10.12-1.diff.gz
  to pool/main/v/vips/vips_7.10.12-1.diff.gz
vips_7.10.12-1.dsc
  to pool/main/v/vips/vips_7.10.12-1.dsc
vips_7.10.12.orig.tar.gz
  to pool/main/v/vips/vips_7.10.12.orig.tar.gz


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



Accepted xsidplay 1.6.5.2-2 (source i386)

2005-08-17 Thread GCS
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 18 Aug 2005 00:08:10 +0200
Source: xsidplay
Binary: xsidplay
Architecture: source i386
Version: 1.6.5.2-2
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) [EMAIL PROTECTED]
Changed-By: Laszlo Boszormenyi (GCS) [EMAIL PROTECTED]
Description: 
 xsidplay   - Music player for tunes from C64
Closes: 320747
Changes: 
 xsidplay (1.6.5.2-2) unstable; urgency=low
 .
   * Correct dependency due to gcc/g++ ABI transition;
   * Fix FTBFS with g++ 4.x, thanks to Matthias Klose [EMAIL PROTECTED]
 for the patch (closes: #320747).
Files: 
 00477eadceda7226055cceac2536e52f 719 sound extra xsidplay_1.6.5.2-2.dsc
 5c3040341a188f12b5e2083f5b90bc3c 9178 sound extra xsidplay_1.6.5.2-2.diff.gz
 44c42e84b6e619ea7789c49191bbe717 220526 sound extra xsidplay_1.6.5.2-2_i386.deb

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

iD8DBQFDA8qFMDatjqUaT90RAnVOAJ45Kmi111QTSXj6UaWm3xab1GaaNQCgmRrB
WreMKWZ5Lj52GP7esfcL2TA=
=dE9G
-END PGP SIGNATURE-


Accepted:
xsidplay_1.6.5.2-2.diff.gz
  to pool/main/x/xsidplay/xsidplay_1.6.5.2-2.diff.gz
xsidplay_1.6.5.2-2.dsc
  to pool/main/x/xsidplay/xsidplay_1.6.5.2-2.dsc
xsidplay_1.6.5.2-2_i386.deb
  to pool/main/x/xsidplay/xsidplay_1.6.5.2-2_i386.deb


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



Accepted ccmalloc 0.4.0-4 (source i386)

2005-08-17 Thread Steve M. Robbins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 20:51:18 -0400
Source: ccmalloc
Binary: ccmalloc
Architecture: source i386
Version: 0.4.0-4
Distribution: unstable
Urgency: low
Maintainer: Steve M. Robbins [EMAIL PROTECTED]
Changed-By: Steve M. Robbins [EMAIL PROTECTED]
Description: 
 ccmalloc   - A memory profiler/debugger
Changes: 
 ccmalloc (0.4.0-4) unstable; urgency=low
 .
   * debian/rules: Omit g++-3.3 since mips and mipsel choke on it with
   Error: operation combines symbols in different segments.
Files: 
 8099be5d2d777072a2195d324ae72020 646 devel optional ccmalloc_0.4.0-4.dsc
 f63658c1d9dccdd53f16f50d5c66 4413 devel optional ccmalloc_0.4.0-4.diff.gz
 4760800c8c4669041ef9d5596c44e751 47362 devel optional ccmalloc_0.4.0-4_i386.deb

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

iD8DBQFDA9xm0i2bPSHbMcURAjQ2AKCFrcPMCSdhVKifGrj0/lGIL2xSzQCbBg3/
Oo8kelGKY3caQ9amOs1asJQ=
=4qWT
-END PGP SIGNATURE-


Accepted:
ccmalloc_0.4.0-4.diff.gz
  to pool/main/c/ccmalloc/ccmalloc_0.4.0-4.diff.gz
ccmalloc_0.4.0-4.dsc
  to pool/main/c/ccmalloc/ccmalloc_0.4.0-4.dsc
ccmalloc_0.4.0-4_i386.deb
  to pool/main/c/ccmalloc/ccmalloc_0.4.0-4_i386.deb


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



Accepted galternatives 0.12 (source all)

2005-08-17 Thread Gustavo Noronha Silva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 22:41:25 -0300
Source: galternatives
Binary: galternatives
Architecture: source all
Version: 0.12
Distribution: unstable
Urgency: low
Maintainer: Gustavo Noronha Silva [EMAIL PROTECTED]
Changed-By: Gustavo Noronha Silva [EMAIL PROTECTED]
Description: 
 galternatives - graphical setup tool for the alternatives system
Closes: 298520 301002 314398
Changes: 
 galternatives (0.12) unstable; urgency=low
 .
   * debian/galternatives.menu:
   - accepted patch by Guilherme de S. Pastore [EMAIL PROTECTED]
 to fix the misuse of the hints field (Closes: #314398)
   * translations/fr.po:
   - updated by Christian Perrier [EMAIL PROTECTED] (Closes: #298520)
   * galternatives/main.py:
   - accepted patch by Kazuhiro NISHIYAMA [EMAIL PROTECTED] to sort
 by priority and right-align it (Closes: #301002)
   * debian/control:
   - increased Standards-Version with no changes
Files: 
 e68400278de8136c4134b1c2836971ff 550 admin optional galternatives_0.12.dsc
 0ed6f0db032be7b27e4edb5814182d29 26127 admin optional galternatives_0.12.tar.gz
 62c21c60cab8f4cc4e26a3769f24634e 26124 admin optional 
galternatives_0.12_all.deb

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

iD8DBQFDA+fjt1anjIgqbEsRAj50AKCYCKdzFaCdtDZFq0HxYpX5mNqviQCgjIEE
6GTH1/qd4rY+n8LuB8olrYc=
=4+mL
-END PGP SIGNATURE-


Accepted:
galternatives_0.12.dsc
  to pool/main/g/galternatives/galternatives_0.12.dsc
galternatives_0.12.tar.gz
  to pool/main/g/galternatives/galternatives_0.12.tar.gz
galternatives_0.12_all.deb
  to pool/main/g/galternatives/galternatives_0.12_all.deb


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



Accepted bootpc 0.64-5 (source i386)

2005-08-17 Thread Anibal Monsalve Salazar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 18 Aug 2005 11:43:31 +1000
Source: bootpc
Binary: bootpc
Architecture: source i386
Version: 0.64-5
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Changed-By: Anibal Monsalve Salazar [EMAIL PROTECTED]
Description: 
 bootpc - bootp client
Closes: 323532
Changes: 
 bootpc (0.64-5) unstable; urgency=low
 .
   * Fixed man bootpc typo: seperate, closes: #323532.
   * Set Standards-Version to 3.6.2.
Files: 
 a4350083ae7b1a9520734ba5f5778ee2 552 net extra bootpc_0.64-5.dsc
 1156de14b41c8d3e7c0e682441785116 2645 net extra bootpc_0.64-5.diff.gz
 cc14e58917d39c6a6964bf6fbcbd69fe 21232 net extra bootpc_0.64-5_i386.deb

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

iD8DBQFDA+p4gY5NIXPNpFURAjOEAJ49lds1G4lzVFLzS/3Ab2JmCS/sVgCcDmsb
svpGX1ICt0a+ZwPrhKoQ8Jo=
=9dx4
-END PGP SIGNATURE-


Accepted:
bootpc_0.64-5.diff.gz
  to pool/main/b/bootpc/bootpc_0.64-5.diff.gz
bootpc_0.64-5.dsc
  to pool/main/b/bootpc/bootpc_0.64-5.dsc
bootpc_0.64-5_i386.deb
  to pool/main/b/bootpc/bootpc_0.64-5_i386.deb


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



Accepted xfs-xtt 1:1.4.1.xf430-6 (source i386)

2005-08-17 Thread Andrew Pollock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 18 Aug 2005 12:29:06 +1000
Source: xfs-xtt
Binary: xfs-xtt
Architecture: source i386
Version: 1:1.4.1.xf430-6
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Andrew Pollock [EMAIL PROTECTED]
Description: 
 xfs-xtt- X-TrueType font server
Closes: 240236 243511 253544 267795 290541
Changes: 
 xfs-xtt (1:1.4.1.xf430-6) unstable; urgency=low
 .
   * QA Group upload orphaning this package
   * Added patch from Andreas Jochens to add amd64 support (closes: #253544)
   * debian/xfs-xtt.init: change daemon location to /usr/X11R6/bin/xfs-xtt to
 avoid depending on xfree86-common and the /usr/bin/X11 softlink (closes:
 #267795)
   * debian/control: reworded package description (closes: #243511)
   * debian/xfs-xtt.postinst: create the same user that is being tested for
 (closes: #240236)
   * Added Czech debconf template translation (closes: #290541)
   * debian/control: Add dependency on adduser
Files: 
 b50108a70f3a5841e1a122ff746d4230 663 x11 optional xfs-xtt_1.4.1.xf430-6.dsc
 604f8088c6cf7df04d83b1c989e5feb6 9197239 x11 optional 
xfs-xtt_1.4.1.xf430-6.diff.gz
 06d0e11ffd5fc54d7b993538cb66afee 1188004 x11 optional 
xfs-xtt_1.4.1.xf430-6_i386.deb

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

iD8DBQFDA/U9IblXXKfZFgIRAvzYAKCjFqz/FY3JVc0/ijx4Rd5L0knmowCgj6H/
UxKzUu2dA2sTpDsJlSjC/Jg=
=BGDs
-END PGP SIGNATURE-


Accepted:
xfs-xtt_1.4.1.xf430-6.diff.gz
  to pool/main/x/xfs-xtt/xfs-xtt_1.4.1.xf430-6.diff.gz
xfs-xtt_1.4.1.xf430-6.dsc
  to pool/main/x/xfs-xtt/xfs-xtt_1.4.1.xf430-6.dsc
xfs-xtt_1.4.1.xf430-6_i386.deb
  to pool/main/x/xfs-xtt/xfs-xtt_1.4.1.xf430-6_i386.deb


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



  1   2   >