subscribe

2003-09-01 Thread Nugroho Nursuwito




Re: MEI Whitelist Autoresponse

2003-09-01 Thread Karsten M. Self
on Mon, Sep 01, 2003 at 10:51:06AM +1000, Andrew Pollock ([EMAIL PROTECTED]) 
wrote:
 On Sat, Aug 30, 2003 at 01:45:18PM +0300, Richard Braakman wrote:
  
  I think virus scanners are in a different class, though.  Mailing list
  software isn't designed to recognize viruses, while virus scanners are.
  It's disgustingly incompetent to recognize a mail as Sobig.F, which is
  known to fake the sender, and then reply to it anyway.  (And yes, I
  get a lot of notifications that mention Sobig.F by name.)
 
 The (granted, commercial) SMTP virus scanners that I've had experience
 with don't allow you to modify the notification behavior on a per virus
 signature basis, it's either all on or all off.

That is a problem for the vendor.

If the vendor can't modify their software to differentiate, then
notifation should simply be off.

Peace.

-- 
Karsten M. Self kmself@ix.netcom.comhttp://kmself.home.netcom.com/
 What Part of Gestalt don't you understand?
Scandinavian Designs:  Cool furniture, affordable prices, great service,
satisfied customer.  http://www.scandinaviandesigns.com/


pgpxE1V22AqLV.pgp
Description: PGP signature


Re: overwriting files from modules packages

2003-09-01 Thread Bob Proulx
martin f krafft wrote:
 I am the (new) maintainer of bcm5700-source, a modules package for
 the broadcom gigabit adapter. The final package,
 bcm5700-module-${KVERS}, includes a manpage,
 /usr/share/man/man4/bcm5700.4.gz. I just now ran into the problem
 that while installing the 2.4.22 image and modules, the
 bcm5700-modules-2.4.22 package attempted to install that manpage,
 even though bcm5700-modules-2.4.21 already put it there.

Hmm...  Do you expect your module to be compiled without
--append-to-version being applied to make-kpkg?

Abbreviated example:

  make-pkg --append-to-version -2-686-smp kernel_modules

Produces:

  /usr/share/man/man4/bcm5700-2-4-21-2-686-smp.4.gz

So this conflict seems to be only possible if the kernel is
constructed raw with no version over and above the upstream kernel
version.  That does not seem very common nor useful.  I would be happy
to continue into the discussion of why kernels need to be named
uniquely which is different from most packages.

I use the broadcom module and I have never run into this case since I
am not sure it is useful (for me anyway) to build a kernel without
some type of identifier for the type of kernel and the version of the
configuration of that kernel.

I have to ask if this is really enough of a problem to justify any
handling at all, special or otherwise?

Bob


pgpdu9yeFHFLr.pgp
Description: PGP signature


Re: where to install additional kernel modules?

2003-09-01 Thread Tollef Fog Heen
* Christoph Hellwig 

|  No need to Cc me, BTW.
| 
| Then setup your headers properly..

What's wrong with his headers?  The default on Debian mailing lists is
to not Cc posters.  Please read the mailing list docs on lists.d.o if
you haven't already.

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




Re: debian archive disk space requirements.

2003-09-01 Thread Hamish Moffatt
On Sun, Aug 31, 2003 at 04:27:57PM +0200, Goswin von Brederlow wrote:
 Marcelo E. Magallon [EMAIL PROTECTED] writes:
 [resorted by size] 
   architecture |size
  --+
   i386 | 3378532922
   ia64 | 3394287226

 And people allways say that 64 Bit archs need much bigger executables.

And ia64 was the biggest on the list, despite having 600 fewer packages
than i386 according to Marcelo's followup post. So what was your point 
Goswin?


Hamish
-- 
Hamish Moffatt VK3SB [EMAIL PROTECTED] [EMAIL PROTECTED]




Virus Found in message Re: Your application

2003-09-01 Thread milan . das
Symantec AntiVirus found a virus in an attachment you
(debian-devel@lists.debian.org) sent to [EMAIL PROTECTED].



To ensure the recipient(s) are able to use the files you sent, perform a
virus scan on your computer, clean any infected files, then resend this
attachment.




Attachment:  movie0045.pif

Virus name: [EMAIL PROTECTED]

Action taken:  Clean failed : Delete succeeded :

File status:  Deleted








Re: non-free software included in contrib

2003-09-01 Thread Craig Sanders
On Mon, Sep 01, 2003 at 09:47:46AM +1000, Matthew Palmer wrote:
 Ah, reductio ad absurdum.  Such a wonderful means of demonstrating that you
 can't think up a decent argument, so you'll take something to it's illogical
 extreme to try and scare some people.

more accurately, it is a useful tool for highlighting the absurdity of a given
argument by pointing out the inevitable and logical conclusions of that
argument.

craig




Re: overwriting files from modules packages

2003-09-01 Thread martin f krafft
also sprach Bob Proulx [EMAIL PROTECTED] [2003.09.01.0853 +0200]:
 Abbreviated example:
 
   make-pkg --append-to-version -2-686-smp kernel_modules
 
 Produces:
 
   /usr/share/man/man4/bcm5700-2-4-21-2-686-smp.4.gz

Not by default. I could make that happen manually though, which is
what I will do, in addition to /etc/alternatives.

 So this conflict seems to be only possible if the kernel is
 constructed raw with no version over and above the upstream kernel
 version.  That does not seem very common nor useful.  I would be
 happy to continue into the discussion of why kernels need to be
 named uniquely which is different from most packages.

No need, I am with you.

 I use the broadcom module and I have never run into this case
 since I am not sure it is useful (for me anyway) to build a kernel
 without some type of identifier for the type of kernel and the
 version of the configuration of that kernel.

I do too, but I get the problem. As I said, the manpage is called
bcm5700.4.gz. It does not include the version info yet.

 I have to ask if this is really enough of a problem to justify any
 handling at all, special or otherwise?

I cannot upgrade my kernels to a newer version without
--force-overwrite. So yes.

-- 
Please do not CC me when replying to lists; I read them!
 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer, admin, and user
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!


pgpvba1REVeYL.pgp
Description: PGP signature


Re: non-free software included in contrib

2003-09-01 Thread Cameron Patrick
On Mon, Sep 01, 2003 at 09:47:46AM +1000, Matthew Palmer wrote:

|  When your conclusion is at odds with reality you should rethink your
|  argument... if Debian was to start classifying packages based on
|  the probable or possible results of using the package, instead of
|  the code in the package itself, contrib would disappear and a case
|  could be made to place all editors in non-free because they can be
|  used to create non-free stuff.
| 
| Ah, reductio ad absurdum.  Such a wonderful means of demonstrating that you
| can't think up a decent argument, so you'll take something to it's illogical
| extreme to try and scare some people.

Don't attack reductio ad absurdum, attack the utter non-sequiturs in the
original post.  If a package's postinst or main goal is to fetch some
non-free piece of software, that is by no means the probable or
possible results of using the package, it is the only useful result of
using the package as it is intended to be used.  A piece of software
designed /only/ to fetch and install some non-free software is
significantly different to the case of e.g. an editor which can be used
to write non-free software or a generalised software installer (like
dpkg) which can potentially be used to install non-free software.

Cameron.




Bug#208204: ITP: libuniversal-moniker-perl -- Nicer names for your Perl modules/classes

2003-09-01 Thread Stephen Quinney
Package: wnpp
Version: unavailable; reported 2003-09-01
Severity: wishlist

* Package name: libuniversal-moniker-perl
  Version : 0.03
  Upstream Author : Marty Pauley [EMAIL PROTECTED], Tony Bowden [EMAIL 
PROTECTED]
* URL : http://search.cpan.org/author/KASEI/UNIVERSAL-moniker-0.03/
* License : GPL or Perl artistic
  Description : Nicer names for your Perl modules/classes

 Class names in Perl often don't sound great when spoken, or look good
 when written in prose. For this reason, we tend to say things like
 customer or basket when we are referring to
 My::Site::User::Customer or My::Site::Shop::Basket. We thought it
 would be nice if our classes knew what we would prefer to call them.
 .
 This module will add a moniker (and plural_moniker) method to
 UNIVERSAL, and so to every class or module.

(Basically I am packaging this module as one of my current packages - 
libclass-dbi-perl - 
now depends upon it)

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux wompom 2.6.0-test1-1-386 #1 Wed Jul 16 20:05:56 EST 2003 i686
Locale: LANG=C, LC_CTYPE=C





Re: debian archive disk space requirements.

2003-09-01 Thread Goswin von Brederlow
Marcelo E. Magallon [EMAIL PROTECTED] writes:

 On Sun, Aug 31, 2003 at 12:56:19PM -0700, Joshua Kwan wrote:
 
[alpha]7283
[i386] 7889
   
   I'd not include non-free in the batch because many non-free on i386 are
   i386 only, i.e. binary driver installers.
 
  Ah, well spotted, but still there's some significant difference:
 
 [EMAIL PROTECTED]:~/ftp/dists$ zcat 
 testing{,-proposed-updates}/main/binary-alpha/Packages.gz | grep-dctrl -s 
 Package -F Architecture -v all | wc -l
7105
 [EMAIL PROTECTED]:~/ftp/dists$ zcat 
 testing{,-proposed-updates}/main/binary-i386/Packages.gz | grep-dctrl -s 
 Package -F Architecture -v all | wc -l
7628
 
  A lot of that is due to the gazillion kernel flavors and their modules,
  some compilers, some sensors and sensor-related stuff, a few acpi
  packages, old libc5 stuff, and the good old uh? stuff (firebird for
  example).

How much space do those 500 odd packages take up?

Given a 50% sizce increase on binaries alpha should have another 1.8G
of debs. If those 500 packages make up 1.2G (+50%=1.8G) then the 50%
claim would be right.

Slightly less for less % increases, you do the math.

MfG
Goswin




Re: debian archive disk space requirements.

2003-09-01 Thread Goswin von Brederlow
Hamish Moffatt [EMAIL PROTECTED] writes:

 On Sun, Aug 31, 2003 at 04:27:57PM +0200, Goswin von Brederlow wrote:
  Marcelo E. Magallon [EMAIL PROTECTED] writes:
  [resorted by size] 
architecture |size
   --+
i386 | 3378532922
ia64 | 3394287226
 
  And people allways say that 64 Bit archs need much bigger executables.
 
 And ia64 was the biggest on the list, despite having 600 fewer packages
 than i386 according to Marcelo's followup post. So what was your point 
 Goswin?

Just saying that bit size has not much to do with code size. The
opcodes available have more impact, or so it seems.

MfG
Goswin




Re: LWN subscription for Debian developers

2003-09-01 Thread Goswin von Brederlow
Wouter Verhelst [EMAIL PROTECTED] writes:

 On Sun, Aug 31, 2003 at 04:33:22PM +0200, Goswin von Brederlow wrote:
  Bdale Garbee [EMAIL PROTECTED] writes:
  
   Hello.
   
   Last October, I announced a group subscription to lwn.net for Debian 
   developers, sponsored by HP.  I've recently received numerous queries 
   about whether this deal was still available, and/or whether HP intended
   to continue sponsoring the subscription.  
   
   The answer to both questions is yes!
  
  What about NMs?
 
 Wait until you can drop the N, I guess.

So I can have a LWN subscription in another 5 years or 10?

But lets not start another NM queue is stuck flame.

MfG
Goswin




Re: LWN subscription for Debian developers

2003-09-01 Thread Henrique de Moraes Holschuh
On Sun, 31 Aug 2003, Dan Jacobson wrote:
 Bdale ... I announced a group subscription to lwn.net for Debian
 Bdale developers, sponsored by HP...
 
 Debian may be seen as supporting non-disclosure conditions /
 protected proprietary information / trade secrets / etc. whatever.

You should be killfiled for life for that one if you are being serious.

Look, we all appreciate people who like Debian so much to be this energetic
about it as you are, but you really, really, really need to learn to think
things out quite a bit before writing them.  Especially when reporting bugs,
I should add.

Or, are you per chance, doing all this just to be funny?

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh




Re: LWN subscription for Debian developers

2003-09-01 Thread Wouter Verhelst
On Mon, Sep 01, 2003 at 12:22:48PM +0200, Goswin von Brederlow wrote:
 Wouter Verhelst [EMAIL PROTECTED] writes:
  On Sun, Aug 31, 2003 at 04:33:22PM +0200, Goswin von Brederlow wrote:
   What about NMs?
  
  Wait until you can drop the N, I guess.
 
 So I can have a LWN subscription in another 5 years or 10?

You can have one now, if you pay for it. One cannot honestly expect HP
to pay for everyone who's on the NM queue; a line has to be drawn
_somewhere_. If you're at the wrong side of it, tough.

 But lets not start another NM queue is stuck flame.

Please.

-- 
Wouter Verhelst
Debian GNU/Linux -- http://www.debian.org
Nederlandstalige Linux-documentatie -- http://nl.linux.org
Stop breathing down my neck. My breathing is merely a simulation.
So is my neck, stop it anyway!
  -- Voyager's EMH versus the Prometheus' EMH, stardate 51462.


pgp6XOpnf8pMC.pgp
Description: PGP signature


Re: non-free installer packages in our supposedly Free sections.

2003-09-01 Thread Henrique de Moraes Holschuh
On Sun, 31 Aug 2003, Tore Anderson wrote:
 * Ola Lundqvist
   Contrib is a perfectly ok place for installers.
 
   I disagree.  If I have contrib in my sources.list file, and try
  to install a package from there, I expect only Free software to
  be installed on my system.  That means I should get either:

Contrib requires non-free stuff to work.  You have to manually verify
what that means in a per-package basis, just like in non-free you need
to manually verify whatever you get in a per-package basis.

You can dislike this however much you want, but there is nothing wrong with
the installers.  If you want to change contrib's charter, you will need to
propose a GR.

  scripts, I get non-free software on my system from installing
  packages from the sections that should be DFSG-Free software
  only.

The installer is DFSG-compliant software.  What it did is not. This is
allowed in contrib.  If you would like to change things, please go ahead
and propose a GR.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh




you sent me a virus. Please check your system

2003-09-01 Thread whimsy
On Sun, 31 Aug 2003 4:28:34 --0700, you wrote:

See the attached file for details




Re: debian archive disk space requirements.

2003-09-01 Thread Richard Braakman
On Mon, Sep 01, 2003 at 12:19:36PM +0200, Goswin von Brederlow wrote:
 How much space do those 500 odd packages take up?
 
 Given a 50% sizce increase on binaries alpha should have another 1.8G
 of debs. If those 500 packages make up 1.2G (+50%=1.8G) then the 50%
 claim would be right.

You're assuming that executables make up the bulk of most packages,
and that compression rates for those executables are similar.  I highly
doubt both of those assumptions.

Richard Braakman




Bug#208218: ITP: nagios-plugins -- Plugins for the nagios network monitoring and management system

2003-09-01 Thread Guido Trotter
Package: wnpp
Version: unavailable; reported 2003-09-01
Severity: wishlist

* Package name: nagios-plugins
  Version : 1.3.1
  Upstream Author : Various (will all be listed in copyright file)
* URL : http://nagiosplug.sourceforge.net/
* License : GPL
  Description : Plugins for the nagios network monitoring and management 
system

  Nagios is a host/service/network monitoring and management system. It has
  the following features:

  o  Monitoring of network services (via TCP port, SMTP, POP3, HTTP, NNTP,
 PING, etc.)
  o  Plugin interface to allow for user-developed service checks
  o  Contact notifications when problems occur and get resolved (via email,
 pager, or user-defined method)
  o  Ability to define event handlers to be run during service or host events
 (for proactive problem resolution)
  o  Web output (current status, notifications, problem history, log file, etc.)

  These plugins are used by nagios to perform the various service checks.
 

Comment:

This is the first step of an attempt to get nagios fixed and in a good shape to 
get shipped with sarge. I've already contacted the Nagios maitainer about this.

Guido



pgpzlu4UOyrMZ.pgp
Description: PGP signature


Bug#208228: ITP: svn-devscripts -- Scripts that help to maintain Debian packages in a Subversion repository

2003-09-01 Thread Eduard Bloch
Package: wnpp
Version: unavailable; reported 2003-09-01
Severity: wishlist

* Package name: svn-devscripts
  Version : 0.1
  Upstream Author : myself
* URL : http://people.debian.org/~blade/misc/svn-devscripts/
* License : GPL
  Description : helpers to maintain Debian packages with Subversion
 This package some companion programs to the versions from the
 devscripts package. The tools help to create and maintain Debian
 packages in a big Subversion repository. Current contents:
  - svn-inject: A tool to create the initial directory structure of
 Debian-SVN repository and import existing packages
  - svn-uupdate: import upstream changes into the upstream branch and
 Debian trunk directory, tagging as needed 
  - svn-buildpackage: wrapper to cvs-buildpackage,
 exporting/merging/tagging source as needed

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux debian 2.4.20-wolk4.6s #1 Mi Aug 6 11:42:42 CEST 2003 i686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8





Re: debian archive disk space requirements.

2003-09-01 Thread Marcelo E. Magallon
On Mon, Sep 01, 2003 at 12:19:36PM +0200, Goswin von Brederlow wrote:

  How much space do those 500 odd packages take up?

 I really have no intention to peg the database up with a query like
 that.  Here:

 $ zcat testing{,-proposed-updates}/main/binary-alpha/Packages.gz |
   grep-dctrl -n -s Package -F Architecture -v all |
   sort  ~/tmp/alpha
 $ zcat testing{,-proposed-updates}/main/binary-i386/Packages.gz |
   grep-dctrl -n -s Package -F Architecture -v all |
   sort  ~/tmp/i386
 $ diff -u alpha i386 |
   grep '^\+[^+]' |
   cut -d + -f 2 |
   while read p ; do
 grep-dctrl -n -s Installed-Size -PX $p testing/main/binary-i386/Packages;
   done |
   perl -le '$t+=$_ foreach ; print $t' # golf anyone? it's an easy one

 Have fun.

  Given a 50% sizce increase on binaries alpha should have another 1.8G
  of debs. If those 500 packages make up 1.2G (+50%=1.8G) then the 50%
  claim would be right.

 Like Richard said, that's hard to believe since not everything in a
 package is a executable.  Anyway:

$ dpkg --contents libc6_2.3.2-4_i386.deb  | grep /lib/libc-2.3.2.so
-rwxr-xr-x root/root   1143024 2003-08-26 13:47:34 ./lib/libc-2.3.2.so
$ dpkg --contents libc6.1_2.3.2-4_alpha.deb | grep /lib/libc-2.3.2.so
-rwxr-xr-x root/root   1586408 2003-08-26 19:47:37 ./lib/libc-2.3.2.so
$ dpkg --contents libc6.1_2.3.2-4_ia64.deb | grep /lib/libc-2.3.2.so
-rwxr-xr-x root/root   2391480 2003-08-26 19:10:55 ./lib/libc-2.3.2.so

-- 
Marcelo




Re: non-free software included in contrib

2003-09-01 Thread Gunnar Wolf
Mathieu Roy dijo [Sun, Aug 31, 2003 at 02:23:40PM +0200]:
 So I do not agree that Contrib is a ok place for installers. While
 basically these installer are free software, it's a little bit
 hypocritical to claim that these package contains free software.
 
 Finally, someone who install the contrib flashplugin-nonfree get on
 his computer a non-free software, possibly without even noticing it,
 because he never seen a dependancy against a package in non-free. 

Not only that... This user in question might have chosen not to install
non-free software, by not listing non-free in his sources.list (I know
that listing contrib but not non-free will lead to broken packages,
but... A user might do it). He might even be running vrms - and vrms
will not complain about the non-free software he has installed!

Greetings,

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




RZB-VirusCheck: VIRUS detected

2003-09-01 Thread watchdog . rzbnotes
GROUP securiQ.Watchdog
Server: WZBHUB1
---

Attention!

Your mail contained one or more file attachments which were removed due to
a virus.

Please remove the virus from your original document and resend it.

In case of further questions, please send an e-mail to Christian
GYOERGYFALVAY @ RZB-WIEN (internet-mail: [EMAIL PROTECTED])
and Martin WASIF@ RZB-WIEN (internet-mail: [EMAIL PROTECTED]).

---

Mail-Info

From:  debian-devel@lists.debian.org@inet @ [EMAIL PROTECTED]
To:[EMAIL PROTECTED]
CC:
Rec.: CN=Sandra KOLLMANN/O=RZB/C=AT @ RZB-WIEN
Date:  01.09.2003 18:50:59
Subject:   Thank you!

---
file contains virus:movie0045.pif









Re: overwriting files from modules packages

2003-09-01 Thread Bob Proulx
martin f krafft wrote:
 also sprach Bob Proulx [EMAIL PROTECTED] [2003.09.01.0853 +0200]:
  Abbreviated example:
make-pkg --append-to-version -2-686-smp kernel_modules
  Produces:
/usr/share/man/man4/bcm5700-2-4-21-2-686-smp.4.gz
 
 Not by default. I could make that happen manually though, which is
 what I will do, in addition to /etc/alternatives.

I am not sure exactly what you mean here by not by default.  You
don't usually include --append-to-version by default?  Or even if you
do use that option you still do not get a versioned man page by
default?  Or you usually build the kernel and modules differently such
that you don't get a versioned man page by default?  Sorry, but I am
just not clear here.

Looking at the man page more closely I personally would probably be
looking for that information in /usr/share/doc/ and not in a man page.
Let me place a preference vote that the information be moved there
instead.  That seems the cleaner solution.

Bob


pgptGTdQC2bK1.pgp
Description: PGP signature


Re: non-free software included in contrib

2003-09-01 Thread Anthony DeRobertis
On Sunday, Aug 31, 2003, at 14:47 US/Eastern, Bruce Sass wrote:
contrib would disappear and a case
could be made to place all editors in non-free because they can be
used to create non-free stuff.
That's silly. There is a difference between package automatically 
brings in non-free stuff and package can be used to manually bring in 
non-free stuff

Please, let's try to avoid absurd straw men arguments.



Re: Accepted galeon 1.3.7.20030825-1 (i386 source)

2003-09-01 Thread Marcelo E. Magallon
On Thu, Aug 28, 2003 at 10:12:27PM +0200, JG wrote:

  In gnome2 there is also something called gnome-settings-dameon. I
  don't know exactly what it is used for, but at least the theme
  preferences use it. (i.e. without gnome-settings-daemon running, all
  applications are in the default theme, if gnome-settings-daemon runs,
  the applications show my selected theme). 

 AFAIUI (read: not at all) you need to start that gnome-settings-daemon
 in your .xsession *and* you have to use gnome-keybinding-properties
 (named to be very easy to find... grmpf!) to set *something* to
 emacs.  I thought I had found the correct gconf key
 (/desktop/gnome/interface/gtk_key_theme), but it didn't work until I
 used the afore mentioned program to make the changes.  *sigh*  Now it
 works for me.  Read /usr/share/doc/libgtk2.0-0/README.Debian

Key binding
===
gnome-settings-daemon overrides gtk-key-theme-name in your gtkrc. so
if you use GNOME 2, it won't work, and it's not a bug.  Please use
gnome-keybinding-properties instead of gtk-key-theme-name in your
gtkrc.

 (says he...)

 Now, if *you* can tell *me* why Epiphay won't let me edit keyboard
 shortcuts according to:

gtk-can-change-accels = 1

 (and the seemingly corresponding gconf key, can_change_accels)

 In fact Epiphay seems to ignore all those things with detachable menus
 and the like... which gnumeric seems to obey.  But gnumeric doesn't let
 me edit the accels either.  And gvim (of all things!) seems to obey
 them, but it at least has the decency to complain when I try to change
 the accels the GTK+ way.

 Marcelo




I am out of the office

2003-09-01 Thread Brian V. Smith
I am out of the office from August 25 until September 3.
I will read your mail when I return.




vrms and contrib installers (was: Re: non-free software included in contrib)

2003-09-01 Thread Anthony DeRobertis
On Monday, Sep 1, 2003, at 12:38 US/Eastern, Gunnar Wolf wrote:
He might even be running vrms - and vrms
will not complain about the non-free software he has installed!
Then file a bug report (on vrms). Perhaps it'd even be useful if 
installer packages somehow marked that they've installed non-free 
software, then vrms could look at that.




Re: non-free installer packages in our supposedly Free sections.

2003-09-01 Thread Anthony DeRobertis
On Sunday, Aug 31, 2003, at 07:13 US/Eastern, Tore Anderson wrote:
  I don't like the fact that these seem to be (randomly) scattered
 over main and contrib.  Although the installer packages themselves
 certainly are Free, I feel the social contract is being violated
 when I have main and contrib in my sources.list file, but after
 having completed the installation of a package from these sections,
 non-free software is installed on my system.
We acknowledge that some of our users require the use of programs that 
don't conform to the Debian Free Software Guidelines. We have created 
contrib and non-free areas in our FTP archive for this software. 
The software in  these directories is not part of the Debian 
system, although it has been configured for use with Debian.

Clearly, we have not violated the Social Contract: Contrib does not, 
per the social contract, need to follow the DFSG (policy imposes 
greater requirements, which is fine).

If you tell the installer you don't want non-free software, it won't 
put contrib in your sources.list.

I think it is reasonable to require that installer packages inform the 
user they are about to install non-free software and give the user an 
opportunity to review the license of that software before proceeding, 
though.




Re: GDM in sid does not read /etc/environment anymore

2003-09-01 Thread Daniel Ruoso
There is a patch posted to this bug that grep /etc/environment looking
for LANG=*, and then export just the LANG...

Em Dom, 2003-08-31 às 10:47, Petter Reinholdtsen escreveu:
 [Daniel Ruoso]
  I've actually sent him an email but got no answer. I've posted in
  debian-devel few days ago and nobody complained that GDM could source
  /etc/environment in the init script. That's an one-line patch (already
  tagged as patch in bts for more than a year)... 
 
 Remember that the file /etc/environment is not a shell script, it is a
 data file for the pam_env module.  The format happen to look like a
 shell script, but it is not.
 
 See for example URL:http://linux.oreillynet.com/lpt/a/1263 for a
 description of the format.
 
 If you want to pass the values on to forked program, this might be
 enough:
 
   for i in `cat /etc/environment`; do export $i; done
 
 It will probably not handle space in the content.




Re: non-free software included in contrib

2003-09-01 Thread Bruce Sass
On Mon, 1 Sep 2003, Cameron Patrick wrote:
 On Mon, Sep 01, 2003 at 09:47:46AM +1000, Matthew Palmer wrote:

 |  When your conclusion is at odds with reality you should rethink your
 |  argument... if Debian was to start classifying packages based on
 |  the probable or possible results of using the package, instead of
 |  the code in the package itself, contrib would disappear and a case
 |  could be made to place all editors in non-free because they can be
 |  used to create non-free stuff.
 |
 | Ah, reductio ad absurdum.  Such a wonderful means of demonstrating that you
 | can't think up a decent argument, so you'll take something to it's illogical
 | extreme to try and scare some people.

 Don't attack reductio ad absurdum, attack the utter non-sequiturs in the
 original post.  If a package's postinst or main goal is to fetch some
 non-free piece of software, that is by no means the probable or
 possible results of using the package, it is the only useful result of
 using the package as it is intended to be used.  A piece of software
 designed /only/ to fetch and install some non-free software is
 significantly different to the case of e.g. an editor which can be used
 to write non-free software or a generalised software installer (like
 dpkg) which can potentially be used to install non-free software.

Exactly.  What if a generalised DFSG-free software installer used a
separate config file to download, debianize (using dh_make templates),
then install the resulting package (most of it non-free because such a
scheme should not be necessary for free stuff)... imo, the installer
would go in main and the config/templates would go into contrib or
non-free.

Should installers be forced into non-free just because they haven't
progressed to the point of being generalised yet?


- Bruce




Re: LWN subscription for Debian developers

2003-09-01 Thread Branden Robinson
On Mon, Sep 01, 2003 at 10:42:51AM -0300, Henrique de Moraes Holschuh wrote:
 On Sun, 31 Aug 2003, Dan Jacobson wrote:
  Bdale ... I announced a group subscription to lwn.net for Debian
  Bdale developers, sponsored by HP...
  
  Debian may be seen as supporting non-disclosure conditions /
  protected proprietary information / trade secrets / etc. whatever.
 
 You should be killfiled for life for that one if you are being serious.

Damn, and people say *I'm* harsh.  :)

I sometimes think that I, as an atheist, take the concept of redemption
more seriously than many Christians I've met.

If we don't expect Mr. Jacobson to improve, he has less incentive to do
so.

-- 
G. Branden Robinson|
Debian GNU/Linux   |  Ignorantia judicis est calamitas
[EMAIL PROTECTED] |  innocentis.
http://people.debian.org/~branden/ |


pgpimZnesqlT7.pgp
Description: PGP signature


Re: non-free installer packages in our supposedly Free sections.

2003-09-01 Thread Tore Anderson
* Tore Anderson

Although the installer packages themselves certainly are Free,
   I feel the social contract is being violated when I have main and
   contrib in my sources.list file, but after having completed the
   installation of a package from these sections, non-free software
   is installed on my system.

* Anthony DeRobertis

  Clearly, we have not violated the Social Contract: Contrib does not,
  per the social contract, need to follow the DFSG (policy imposes
  greater requirements, which is fine).

  Oh, er, yes.  Policy is indeed what I was thinking about.

  I think it is reasonable to require that installer packages inform the
  user they are about to install non-free software and give the user an
  opportunity to review the license of that software before proceeding,
  though.

  At the very least.

  Well, anyway I see that most people seem to disagree that it's a dubious
 use of contrib, so I'll probably just forget about submitting any bugs on
 the installer packages.

-- 
Tore Anderson




Re: New release of ifupdown planned

2003-09-01 Thread Marc Haber
On Thu, 28 Aug 2003 14:14:13 +1000, Anthony Towns
aj@azure.humbug.org.au wrote:
On Wed, Aug 27, 2003 at 09:36:31PM +0200, Thomas Hood wrote:
 Since the maintainer of ifupdown doesn't answer repeated attempts
 to contact him by e-mail, I suppose it is appropriate to report
 here that there is a group of people working on a new ifupdown
 release.  

The term is an ifupdown NMU.

Of course. This NMU is prepared by the people who participated in the
last four NMUs of ifupdown, and they do not intend to break procedure
this time.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29




Re: non-free software included in contrib

2003-09-01 Thread Jamie Wilkinson
This one time, at band camp, Bruce Sass wrote:
Exactly.  What if a generalised DFSG-free software installer used a
separate config file to download, debianize (using dh_make templates),
then install the resulting package (most of it non-free because such a
scheme should not be necessary for free stuff)... imo, the installer
would go in main and the config/templates would go into contrib or
non-free.

Wow, you just described my ideas for game-installer, a package that should
eventually replace quake2-data (among others), just as soon as I get some
more round tuits.

-- 
[EMAIL PROTECTED]   http://people.debian.org/~jaq




Re: vrms and contrib installers (was: Re: non-free software included in contrib)

2003-09-01 Thread Martijn van Oosterhout
On Mon, Sep 01, 2003 at 02:00:58PM -0400, Anthony DeRobertis wrote:
 
 On Monday, Sep 1, 2003, at 12:38 US/Eastern, Gunnar Wolf wrote:
 
 He might even be running vrms - and vrms
 will not complain about the non-free software he has installed!
 
 Then file a bug report (on vrms). Perhaps it'd even be useful if 
 installer packages somehow marked that they've installed non-free 
 software, then vrms could look at that.

Random package:
Provides: non-free-installer

vrms:
Conflicts: non-free-installer

Done.
-- 
Martijn van Oosterhout   kleptog@svana.org   http://svana.org/kleptog/
 All that is needed for the forces of evil to triumph is for enough good
 men to do nothing. - Edmond Burke
 The penalty good people pay for not being interested in politics is to be
 governed by people worse than themselves. - Plato


pgps6TPlnLGOB.pgp
Description: PGP signature


Re: setgid crontab

2003-09-01 Thread Steve Greenland
On 17-Aug-03, 17:11 (CDT), Steve Greenland [EMAIL PROTECTED] wrote: 
 I'd hoped to get the suggestions here and Solar Designer's work
 incorporated tested, and uploaded before I left on a 2 week vacation,
 but I'm not going to get it done. But it *is* in progess, will be my
 priority after I return at the end of August.

Just uploaded to ftp-master.debian.org.

It works for me.

Russell, I'm sending you the diff seperately.

Steve

-- 
Steve Greenland
The irony is that Bill Gates claims to be making a stable operating
system and Linus Torvalds claims to be trying to take over the
world.   -- seen on the net




Re: non-free software included in contrib

2003-09-01 Thread Peter S Galbraith
Steve Langasek [EMAIL PROTECTED] wrote:

 On Mon, Sep 01, 2003 at 09:47:46AM +1000, Matthew Palmer wrote:
 
  To address the original point, however:
 
  I do believe that policy is correct in it's reasoning in this instance.  By
  my understanding, packages go into contrib for one of three reasons:
 
  1) They strictly depend on non-free software;
 
  2) They build-depend on non-free software, but otherwise depend entirely on
  free software; or
 
  3) They install non-free software.
 
  In each case, the actual contents of the package itself is DFSG-free.
 
  Apart from item (2), which I can't think of a major example of at present
  (OOo is in main because they just don't build the Java parts, AIUI),
 
 Still in contrib, last I knew.
 
  The mechanism by which the non-free software will come to be on your system
  (by hook or by crook, as it were) isn't a fundamental difference, IMO.
 
 The fundamental difference is that, in your first two cases above,
 you're actually installing some free software that has value of its own
 and presumably would be moved to main if the non-free software it
 depended on was reimplemented or otherwise freed; whereas in the third
 case, the free software is only useful *so long as* the non-free
 software in question is non-free.

Just my 2 cents.  I completely agree with Steve.  If the only freeness
of an installer is being able to use it as a staring point to make
another installer, then that's pretty weak.  It's sole purpose is to
install something that isn't even free enough for `non-free', so why
should it be listed in the freer than non-free contrib?

Moving such packages to non-free would be more representative of their
real state of freeness.

Peter




Fwd: Processing of ferret_3.0-2_i386.changes

2003-09-01 Thread Brian White
What do I have to do to fix this problem?  My key is valid, has been
signed, and was uploaded to the keyserver via gpg --send-keys.

Why do I continue to get these messages?  The only way I can upload
packages is to use SSH to connect to ftp-master and then use wget
to fetch the various files from my home machine.

Thanks!

-- Brian


 Original Message 
Subject: Processing of ferret_3.0-2_i386.changes
Date: Mon, 01 Sep 2003 09:30:44 -0400
From: Archive Administrator [EMAIL PROTECTED]
To: [EMAIL PROTECTED]

PGP/GnuPG signature check failed on ferret_3.0-2_i386.changes

Could not read key from file 
'/org/queued/debianqueued-0.9/./debian-keyring.pgp'.

WARNING: Can't find the right public key-- can't check signature integrity.
gpg: Signature made Mon Sep  1 09:22:06 2003 EDT using RSA key ID E77AC835
gpg: Can't check signature: public key not found
(Exit status 2)
ferret_3.0-2_i386.changes has bad PGP/GnuPG signature!
Removing ferret_3.0-2_i386.changes, but keeping its associated files for now.

Greetings,

Your Debian queue daemon




Re: setgid crontab

2003-09-01 Thread Matt Zimmerman
On Mon, Sep 01, 2003 at 07:32:45PM -0500, Steve Greenland wrote:

 On 17-Aug-03, 17:11 (CDT), Steve Greenland [EMAIL PROTECTED] wrote: 
  I'd hoped to get the suggestions here and Solar Designer's work
  incorporated tested, and uploaded before I left on a 2 week vacation,
  but I'm not going to get it done. But it *is* in progess, will be my
  priority after I return at the end of August.
 
 Just uploaded to ftp-master.debian.org.
 
 It works for me.

Snatched from queue/accepted; so far everything works as expected.

-- 
 - mdz




Bug#208313: RFA: alsa-xmms -- ALSA 0.9 output plugin for XMMS

2003-09-01 Thread Aaron M . Ucko
Package: wnpp
Severity: normal

Since I hardly ever listen to music on my computer these days except
when testing this package, I should probably hand it over to somebody
who uses it more actively.  It's pretty low maintenance(*), so I'm
content to keep it indefinitely; OTOH, that also means that interested
parties need not worry much about load.

I am willing to serve as sponsor for any prospective developer who
wishes to take the package over.

(*) I've had to upload a new (Debian or upstream) version roughly once
every three weeks on average, and the changes between versions have
generally been fairly small.

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
Finger [EMAIL PROTECTED] (NOT a valid e-mail address) for more info.




Re: vrms and contrib installers (was: Re: non-free software included in contrib)

2003-09-01 Thread Anthony DeRobertis
On Monday, Sep 1, 2003, at 20:27 US/Eastern, Martijn van Oosterhout 
wrote:

Random package:
Provides: non-free-installer
vrms:
Conflicts: non-free-installer
No, because that's not how vrms works. vrms just mails you (once a 
month, I believe) which non-free packages are installed. It also 
informs you when you run it from the command line.

It doesn't conflict with non-free packages.



Accepted dansguardian 2.7.3-0-0.1 (i386 source)

2003-09-01 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Sep 2003 00:06:48 +0200
Source: dansguardian
Binary: dansguardian
Architecture: source i386
Version: 2.7.3-0-0.1
Distribution: unstable
Urgency: low
Maintainer: Jonathan J. Hall [EMAIL PROTECTED]
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 dansguardian - Web content filtering
Closes: 150904 151163
Changes: 
 dansguardian (2.7.3-0-0.1) unstable; urgency=low
 .
   * NMU.
   * New upstream version (closes: #150904, #151163).
Files: 
 51889ecb7a35024f1c1ae7f836db9340 611 web optional dansguardian_2.7.3-0-0.1.dsc
 46c34b5e8825d69774f59cd5aa1a2ff5 163978 web optional dansguardian_2.7.3-0.orig.tar.gz
 a80ca80568a41f0022e85532ec992842 35986 web optional dansguardian_2.7.3-0-0.1.diff.gz
 b47c153ae1b7ebab8dd135d91cf09f6e 195450 web optional dansguardian_2.7.3-0-0.1_i386.deb

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

iD8DBQE/UnlCStlRaw+TLJwRAvTDAKCy2K54QG8qQNef1E4d/sl/z2QcgQCgtz+e
zgqgwncUBzAVoUHydQyoWgg=
=IW6U
-END PGP SIGNATURE-


Accepted:
dansguardian_2.7.3-0-0.1.diff.gz
  to pool/main/d/dansguardian/dansguardian_2.7.3-0-0.1.diff.gz
dansguardian_2.7.3-0-0.1.dsc
  to pool/main/d/dansguardian/dansguardian_2.7.3-0-0.1.dsc
dansguardian_2.7.3-0-0.1_i386.deb
  to pool/main/d/dansguardian/dansguardian_2.7.3-0-0.1_i386.deb
dansguardian_2.7.3-0.orig.tar.gz
  to pool/main/d/dansguardian/dansguardian_2.7.3-0.orig.tar.gz


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



Accepted cce 0.36-1.3 (i386 source)

2003-09-01 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 25 Aug 2003 17:15:06 +0200
Source: cce
Binary: cce
Architecture: source i386
Version: 0.36-1.3
Distribution: unstable
Urgency: low
Maintainer: Anthony Wong [EMAIL PROTECTED]
Changed-By: Christian Perrier [EMAIL PROTECTED]
Description: 
 cce- Console Chinese Environment - display Chinese (GB) on console
Closes: 205767 206770
Changes: 
 cce (0.36-1.3) unstable; urgency=low
 .
   * Non-maintainer upload for translation issues
   * Switch to po-debconf for templates. Closes: #205767
   * French translation for debconf templates. Closes: #206770
Files: 
 433038801adea6a06f3b9ba99f487112 564 utils optional cce_0.36-1.3.dsc
 6d344b19183d9b7885b36a68dd94b04d 15929 utils optional cce_0.36-1.3.diff.gz
 8ce9ae623885f9ed7df4f43a6bc0e9a6 1566198 utils optional cce_0.36-1.3_i386.deb

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

iD8DBQE/SishiONoszDJNIoRAjiNAJsGa3WGyAdH432v564gNlRxQrfahgCfXcJc
EOBaxgaKcA8ikbMP+HS7t1o=
=W1Up
-END PGP SIGNATURE-


Accepted:
cce_0.36-1.3.diff.gz
  to pool/main/c/cce/cce_0.36-1.3.diff.gz
cce_0.36-1.3.dsc
  to pool/main/c/cce/cce_0.36-1.3.dsc
cce_0.36-1.3_i386.deb
  to pool/main/c/cce/cce_0.36-1.3_i386.deb


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



Accepted fluidsynth 1.0.3-1 (i386 source)

2003-09-01 Thread Eric Van Buggenhaut
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Sep 2003 00:27:58 +0200
Source: fluidsynth
Binary: libfluidsynth-dev libfluidsynth1 fluidsynth
Architecture: source i386
Version: 1.0.3-1
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Eric Van Buggenhaut [EMAIL PROTECTED]
Description: 
 fluidsynth - Real-time MIDI software synthesizer
 libfluidsynth-dev - Real-time MIDI software synthesizer
 libfluidsynth1 - Real-time MIDI software synthesizer
Changes: 
 fluidsynth (1.0.3-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 dbcfd28dd7ddaa0b2b097cde064ea9b7 676 sound optional fluidsynth_1.0.3-1.dsc
 fbdccd05e538626888e27b58d3bdbc2b 867788 sound optional fluidsynth_1.0.3.orig.tar.gz
 a487d68b0844c76c4fd803f41f6748cd 18960 sound optional fluidsynth_1.0.3-1.diff.gz
 b0ab0651e5acddf3ae16890dfcb05615 32242 sound optional fluidsynth_1.0.3-1_i386.deb
 e29a373bcbde564456fbaf255d790478 138982 libs optional libfluidsynth1_1.0.3-1_i386.deb
 2463cf46e805a08c4478877e54db0a5f 170600 libdevel optional 
libfluidsynth-dev_1.0.3-1_i386.deb

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

iD8DBQE/Uno/4VLuWbCehTARAkR2AJ9l/lAIYV6cibNS+S6h6GtxJ/vJpwCeL5sm
8VJqEwuhuycUh6nfb57ItkQ=
=TwDX
-END PGP SIGNATURE-


Accepted:
fluidsynth_1.0.3-1.diff.gz
  to pool/main/f/fluidsynth/fluidsynth_1.0.3-1.diff.gz
fluidsynth_1.0.3-1.dsc
  to pool/main/f/fluidsynth/fluidsynth_1.0.3-1.dsc
fluidsynth_1.0.3-1_i386.deb
  to pool/main/f/fluidsynth/fluidsynth_1.0.3-1_i386.deb
fluidsynth_1.0.3.orig.tar.gz
  to pool/main/f/fluidsynth/fluidsynth_1.0.3.orig.tar.gz
libfluidsynth-dev_1.0.3-1_i386.deb
  to pool/main/f/fluidsynth/libfluidsynth-dev_1.0.3-1_i386.deb
libfluidsynth1_1.0.3-1_i386.deb
  to pool/main/f/fluidsynth/libfluidsynth1_1.0.3-1_i386.deb


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



Accepted giftcurs 0.6.1-1 (i386 source)

2003-09-01 Thread Göran Weinholt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 31 Aug 2003 21:58:31 +0200
Source: giftcurs
Binary: giftcurs
Architecture: source i386
Version: 0.6.1-1
Distribution: unstable
Urgency: low
Maintainer: Göran Weinholt [EMAIL PROTECTED]
Changed-By: Göran Weinholt [EMAIL PROTECTED]
Description: 
 giftcurs   - text-based interface to the giFT file-sharing system
Changes: 
 giftcurs (0.6.1-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control: Add Recommends: giftd.
   * debian/{changelog,control,copyright}: Recode to UTF-8.
   * debian/control: Bump Standards-Version to 3.6.1.
Files: 
 bffbd017780101b409f4ef041a1f8d91 613 net optional giftcurs_0.6.1-1.dsc
 7ee790659ddd54d16150dbfe869424c1 379651 net optional giftcurs_0.6.1.orig.tar.gz
 31e25c3102cf6ab7b7977147a41ba365 2109 net optional giftcurs_0.6.1-1.diff.gz
 33b46d61ce05666e6ee589277bfb1913 96922 net optional giftcurs_0.6.1-1_i386.deb

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

iD8DBQE/UnrGJYSUupF6Il4RAgxLAKCftF3IFtMGkGQqf13qn+NmtbzLwACgmWGL
Mi2PLLegzFmfhOhuSe0zE04=
=8e+H
-END PGP SIGNATURE-


Accepted:
giftcurs_0.6.1-1.diff.gz
  to pool/main/g/giftcurs/giftcurs_0.6.1-1.diff.gz
giftcurs_0.6.1-1.dsc
  to pool/main/g/giftcurs/giftcurs_0.6.1-1.dsc
giftcurs_0.6.1-1_i386.deb
  to pool/main/g/giftcurs/giftcurs_0.6.1-1_i386.deb
giftcurs_0.6.1.orig.tar.gz
  to pool/main/g/giftcurs/giftcurs_0.6.1.orig.tar.gz


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



Accepted latex-ucs 20030506-2 (all source)

2003-09-01 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 31 Aug 2003 16:32:20 +0200
Source: latex-ucs
Binary: latex-ucs-doc latex-ucs-contrib latex-ucs latex-ucs-uninames latex-ucs-dev
Architecture: source all
Version: 20030506-2
Distribution: unstable
Urgency: low
Maintainer: Martin Pitt [EMAIL PROTECTED]
Changed-By: Martin Pitt [EMAIL PROTECTED]
Description: 
 latex-ucs  - Support for using UTF-8 input encoding in LaTeX documents
 latex-ucs-contrib - Additional languages for latex-ucs
 latex-ucs-dev - Configuration source files for latex-ucs
 latex-ucs-doc - Documentation for latex-ucs
 latex-ucs-uninames - Full unicode character names for latex-ucs
Closes: 198338
Changes: 
 latex-ucs (20030506-2) unstable; urgency=low
 .
   * Recompiled ucs.ps.gz to get rid of the first page (which only contained
 the word 'percentchar') (closes: #198338)
   * Updated Standards-Version to 3.6.1
Files: 
 7348a1461d8523ed26fc12f84f48c97c 663 tex optional latex-ucs_20030506-2.dsc
 a7f6e86c136193ed07922cb69326cb36 68472 tex optional latex-ucs_20030506-2.diff.gz
 53563b40e6a19b89e119451085a2afab 265756 tex optional latex-ucs_20030506-2_all.deb
 3fccc409c9312698059c3dcf61c2437c 103278 tex optional 
latex-ucs-uninames_20030506-2_all.deb
 d99de88af51c67b0d9be9dace298c9dc 33848 tex optional 
latex-ucs-contrib_20030506-2_all.deb
 782a180bca706ebecc7ae62c56302434 422040 doc optional latex-ucs-doc_20030506-2_all.deb
 15b748ff116752717ecdd9280350b26c 286422 libdevel optional 
latex-ucs-dev_20030506-2_all.deb

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

iD8DBQE/Un3t+FmQsCSK63MRAl0bAJ9sHW1KmhJ+0does2gTzOUux//b2ACfY2FI
4Bz+a3LBY9FtELs03560D+A=
=ZNaC
-END PGP SIGNATURE-


Accepted:
latex-ucs-contrib_20030506-2_all.deb
  to pool/main/l/latex-ucs/latex-ucs-contrib_20030506-2_all.deb
latex-ucs-dev_20030506-2_all.deb
  to pool/main/l/latex-ucs/latex-ucs-dev_20030506-2_all.deb
latex-ucs-doc_20030506-2_all.deb
  to pool/main/l/latex-ucs/latex-ucs-doc_20030506-2_all.deb
latex-ucs-uninames_20030506-2_all.deb
  to pool/main/l/latex-ucs/latex-ucs-uninames_20030506-2_all.deb
latex-ucs_20030506-2.diff.gz
  to pool/main/l/latex-ucs/latex-ucs_20030506-2.diff.gz
latex-ucs_20030506-2.dsc
  to pool/main/l/latex-ucs/latex-ucs_20030506-2.dsc
latex-ucs_20030506-2_all.deb
  to pool/main/l/latex-ucs/latex-ucs_20030506-2_all.deb


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



Accepted chameleon 1.1-5 (i386 source)

2003-09-01 Thread Arto Jantunen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Sep 2003 01:48:04 +0300
Source: chameleon
Binary: chameleon
Architecture: source i386
Version: 1.1-5
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Arto Jantunen [EMAIL PROTECTED]
Description: 
 chameleon  - Application for putting pictures or color in the root window
Closes: 199577
Changes: 
 chameleon (1.1-5) unstable; urgency=low
 .
   * Integrate the NMU by Edward Betts (thanks) (closes: #199577)
   * Set maintainer to Debian QA Group [EMAIL PROTECTED] to
 finally properly orphan the package
Files: 
 605aac7ab82025edbb9c53b41213fb4a 599 x11 optional chameleon_1.1-5.dsc
 912932b542f37cfd4559047dbc20f056 2416 x11 optional chameleon_1.1-5.diff.gz
 d986a8b7f8e4d1d3c5d8d48c83df5fd5 12084 x11 optional chameleon_1.1-5_i386.deb

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

iD8DBQE/Un0AQ9/iJIjcFnoRAuEeAJ9MsDVetMLg3Y585m+q/rOgsyAtvgCg0TtR
2SJPAlMx/8zFJ2wSOxcLxps=
=JoFK
-END PGP SIGNATURE-


Accepted:
chameleon_1.1-5.diff.gz
  to pool/main/c/chameleon/chameleon_1.1-5.diff.gz
chameleon_1.1-5.dsc
  to pool/main/c/chameleon/chameleon_1.1-5.dsc
chameleon_1.1-5_i386.deb
  to pool/main/c/chameleon/chameleon_1.1-5_i386.deb


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



Accepted dict-wn 2.0-1 (all source)

2003-09-01 Thread Bob Hilliard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 31 Aug 2003 18:26:19 -0400
Source: dict-wn
Binary: dict-wn
Architecture: source all
Version: 2.0-1
Distribution: unstable
Urgency: low
Maintainer: Bob Hilliard [EMAIL PROTECTED]
Changed-By: Bob Hilliard [EMAIL PROTECTED]
Description: 
 dict-wn- WordNet v2.0
Closes: 137882 160852 175916 177314
Changes: 
 dict-wn (2.0-1) unstable; urgency=low
 .
   * New upstram release
 .
   * Copied ../dict-wn-2.0 to dict-wn-2.0 and replaced contents of ../data
 subdirectory with files from WordNet 2.0  Created
 dict-wn_2.0.orig.tar.gz.
 .
   * Increased buffer size in wnfilter to prevent segfault when formatting
 dict-wn-2.0.
 .
   * This version corrects typographical errors previously reported:
 in advantage entry - closes: #137882
 in lederhosen entry - closes: #160852
 and modifies definition of quid pro quo, which eliminates a typo -
 closes: #177314
 .
   * The following changes have been made for this Debian version:
 added a pasture grass prefixing the  black grama and blue grama
 entries
 added entry for ROI and return on investment- closes: #175916
 corrected typo s/an/and/ in baroque entry.
 removed redundant ands in informatics entry
Files: 
 e4db5005aaf049dcc9810cf6afdac337 561 text optional dict-wn_2.0-1.dsc
 0863abe7ca0ff6e1526e875f34119710 8136043 text optional dict-wn_2.0.orig.tar.gz
 e4eebd22270adeac43fdd1ccc8016bb6 7352 text optional dict-wn_2.0-1.diff.gz
 ada38fb74186f22581185ae6801b0e3d 10413050 text optional dict-wn_2.0-1_all.deb

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

iD8DBQE/Unv1n+Nh6TkNZVkRAl9dAKDCMCuRjpsO3MqbytQI9ulr1vdetACg03q2
bXCX8NIZLZlzBsvhLHPlb4Q=
=Ob0d
-END PGP SIGNATURE-


Accepted:
dict-wn_2.0-1.diff.gz
  to pool/main/d/dict-wn/dict-wn_2.0-1.diff.gz
dict-wn_2.0-1.dsc
  to pool/main/d/dict-wn/dict-wn_2.0-1.dsc
dict-wn_2.0-1_all.deb
  to pool/main/d/dict-wn/dict-wn_2.0-1_all.deb
dict-wn_2.0.orig.tar.gz
  to pool/main/d/dict-wn/dict-wn_2.0.orig.tar.gz


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



Accepted pbuilder 0.85 (i386 source all)

2003-09-01 Thread Junichi Uekawa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Sep 2003 07:37:41 +0900
Source: pbuilder
Binary: pbuilder pbuilder-uml
Architecture: source all i386
Version: 0.85
Distribution: unstable
Urgency: low
Maintainer: Junichi Uekawa [EMAIL PROTECTED]
Changed-By: Junichi Uekawa [EMAIL PROTECTED]
Description: 
 pbuilder   - personal package builder for Debian packages
 pbuilder-uml - user-mode-linux version of pbuilder
Closes: 208038
Changes: 
 pbuilder (0.85) unstable; urgency=low
 .
   * Fix pbuilder create with basetgz option fails due to new readlink behavior
 so that it is possible to pbuilder create with --basetgz option.
 From: Roland Stigge  (closes: #208038)
Files: 
 23bd4eeed7781cbd63e143fb5ab13aed 605 devel extra pbuilder_0.85.dsc
 b4202552811d9d4c5fdb05272abf13f6 99981 devel extra pbuilder_0.85.tar.gz
 d4fd8e02178cf76e7e431a05bc02ac3d 51040 devel extra pbuilder_0.85_all.deb
 531a107e751f77bb17b020ea00bf9ec6 20782 devel extra pbuilder-uml_0.85_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: KUHASIKU WA http://www.gnupg.org/ WO GORANKUDASAI

iD8DBQE/UoJUMFm/ks03VvQRAq0aAKCmmhl4bgZ1rCLg0W4bIEg9tp1iLgCg4lbJ
Qr+jawEvTFUJ9FljEkARtyE=
=+T+Z
-END PGP SIGNATURE-


Accepted:
pbuilder-uml_0.85_i386.deb
  to pool/main/p/pbuilder/pbuilder-uml_0.85_i386.deb
pbuilder_0.85.dsc
  to pool/main/p/pbuilder/pbuilder_0.85.dsc
pbuilder_0.85.tar.gz
  to pool/main/p/pbuilder/pbuilder_0.85.tar.gz
pbuilder_0.85_all.deb
  to pool/main/p/pbuilder/pbuilder_0.85_all.deb


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



Accepted sl-modem 2.7.14+2.7.10-1 (i386 source)

2003-09-01 Thread Eduard Bloch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 31 Aug 2003 23:13:37 +0200
Source: sl-modem
Binary: sl-modem-source
Architecture: source i386
Version: 2.7.14+2.7.10-1
Distribution: unstable
Urgency: low
Maintainer: Eduard Bloch [EMAIL PROTECTED]
Changed-By: Eduard Bloch [EMAIL PROTECTED]
Description: 
 sl-modem-source - SmartLink software modem driver - module building source
Closes: 197693
Changes: 
 sl-modem (2.7.14+2.7.10-1) unstable; urgency=low
 .
   * Merged version 2.7.10 into the package and implemented the selection of
 the right source using the PCI Id table from linmodems.org people
 (Closes: #197693)
Files: 
 09a80c561a09eba4ea3754ecd5fc9a7a 591 non-free/misc optional 
sl-modem_2.7.14+2.7.10-1.dsc
 ec976f8da0b96c85e3385b6f4d71158c 2198431 non-free/misc optional 
sl-modem_2.7.14+2.7.10.orig.tar.gz
 ad350b312fcba84ad95584380fb4faa7 7577 non-free/misc optional 
sl-modem_2.7.14+2.7.10-1.diff.gz
 827f66d6e185667a487d97ba3ec9de19 2196486 non-free/misc optional 
sl-modem-source_2.7.14+2.7.10-1_i386.deb

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

iD8DBQE/UodW4QZIHu3wCMURAsmLAJ99+vB8Tu/VudAtoefqnvMmTDTLYACdHavX
GAp9AgqhaGvJChMhwfrD/JQ=
=S6I8
-END PGP SIGNATURE-


Accepted:
sl-modem-source_2.7.14+2.7.10-1_i386.deb
  to pool/non-free/s/sl-modem/sl-modem-source_2.7.14+2.7.10-1_i386.deb
sl-modem_2.7.14+2.7.10-1.diff.gz
  to pool/non-free/s/sl-modem/sl-modem_2.7.14+2.7.10-1.diff.gz
sl-modem_2.7.14+2.7.10-1.dsc
  to pool/non-free/s/sl-modem/sl-modem_2.7.14+2.7.10-1.dsc
sl-modem_2.7.14+2.7.10.orig.tar.gz
  to pool/non-free/s/sl-modem/sl-modem_2.7.14+2.7.10.orig.tar.gz


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



Accepted qce-ga 0.40d-3 (all source)

2003-09-01 Thread Eric Dorland
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 31 Aug 2003 19:58:44 -0400
Source: qce-ga
Binary: qce-source
Architecture: source all
Version: 0.40d-3
Distribution: unstable
Urgency: low
Maintainer: Eric Dorland [EMAIL PROTECTED]
Changed-By: Eric Dorland [EMAIL PROTECTED]
Description: 
 qce-source - source code for QuickCam Express kernel module
Changes: 
 qce-ga (0.40d-3) unstable; urgency=low
 .
   * debian/control: Standards-Version to 3.6.1.
   * debian/rules: Tweak permissions on modules directory. Thanks Ralf
 Nolden.
Files: 
 73b9db482b6ed69a5394f8fc9848a584 569 misc extra qce-ga_0.40d-3.dsc
 e6ac466f5c2b5aaeb4213e24e151e0fd 4297 misc extra qce-ga_0.40d-3.diff.gz
 2141afb207327dd82aae3727184c215a 49302 misc extra qce-source_0.40d-3_all.deb

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

iD8DBQE/UovZYemOzxbZcMYRAj59AJ9LwimRNtZ81PZ4XDUjbp5UVs7XFACeIrdG
Xa+EzYoFE6JoOR/lX6KJb10=
=QQFx
-END PGP SIGNATURE-


Accepted:
qce-ga_0.40d-3.diff.gz
  to pool/main/q/qce-ga/qce-ga_0.40d-3.diff.gz
qce-ga_0.40d-3.dsc
  to pool/main/q/qce-ga/qce-ga_0.40d-3.dsc
qce-source_0.40d-3_all.deb
  to pool/main/q/qce-ga/qce-source_0.40d-3_all.deb


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



Accepted wmbiff 0.4.17-1 (i386 source)

2003-09-01 Thread Jordi Mallach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Sep 2003 02:46:01 +0200
Source: wmbiff
Binary: wmbiff
Architecture: source i386
Version: 0.4.17-1
Distribution: unstable
Urgency: low
Maintainer: Jordi Mallach [EMAIL PROTECTED]
Changed-By: Jordi Mallach [EMAIL PROTECTED]
Description: 
 wmbiff - A dockable app that displays information about mailboxes
Changes: 
 wmbiff (0.4.17-1) unstable; urgency=low
 .
   * New upstream release.
 + fixes an (unreported to the BTS) infinite loop in the TLS code.
   * debian/control: bump Standards-Version to 3.6.1.0.
   * debian/copyright: add Neil to list of authors. Whoops.
   * debian/changelog: recode to UTF-8 per new policy.
Files: 
 bb4a4211fa747428b197b7711bc7eff9 689 x11 optional wmbiff_0.4.17-1.dsc
 914820af94ee3221ad06683c99c16044 189615 x11 optional wmbiff_0.4.17.orig.tar.gz
 115ad605ae6c191bc0ee54698f609881 6159 x11 optional wmbiff_0.4.17-1.diff.gz
 26bc3890df823a15ffbf699ac27b81bd 88930 x11 optional wmbiff_0.4.17-1_i386.deb

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

iD8DBQE/UphiJYSUupF6Il4RAkFiAKCrdDYCa4LakAomwCKHBwTgJzvlBwCg29A1
BD6u7/9/p8z4xjMlmZi+LlQ=
=wB9J
-END PGP SIGNATURE-


Accepted:
wmbiff_0.4.17-1.diff.gz
  to pool/main/w/wmbiff/wmbiff_0.4.17-1.diff.gz
wmbiff_0.4.17-1.dsc
  to pool/main/w/wmbiff/wmbiff_0.4.17-1.dsc
wmbiff_0.4.17-1_i386.deb
  to pool/main/w/wmbiff/wmbiff_0.4.17-1_i386.deb
wmbiff_0.4.17.orig.tar.gz
  to pool/main/w/wmbiff/wmbiff_0.4.17.orig.tar.gz


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



Accepted php4 4:4.3.2+rc3-5 (i386 source all)

2003-09-01 Thread Steve Langasek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 23 Aug 2003 21:43:24 -0500
Source: php4
Binary: php4-cgi php4-sybase php4-recode php4-dev php4-snmp php4-odbc php4-xslt 
php4-domxml php4-mysql php4-gd php4-ldap php4-imap php4-curl php4 php4-pear php4-mcal 
caudium-php4 php4-mhash
Architecture: source i386 all
Version: 4:4.3.2+rc3-5
Distribution: unstable
Urgency: low
Maintainer: Adam Conrad [EMAIL PROTECTED]
Changed-By: Steve Langasek [EMAIL PROTECTED]
Description: 
 caudium-php4 - A server-side, HTML-embedded scripting language
 php4   - A server-side, HTML-embedded scripting language
 php4-cgi   - A server-side, HTML-embedded scripting language
 php4-curl  - CURL module for php4
 php4-dev   - Files for PHP4 module development
 php4-domxml - XMLv2 module for php4
 php4-gd- GD module for php4
 php4-imap  - IMAP module for php4
 php4-ldap  - LDAP module for php4
 php4-mcal  - MCAL calendar module for php4
 php4-mhash - MHASH module for php4
 php4-mysql - MySQL module for php4
 php4-odbc  - ODBC module for php4
 php4-pear  - PEAR - PHP Extension and Application Repository
 php4-recode - Character recoding module for php4
 php4-snmp  - SNMP module for php4
 php4-sybase - Sybase / MS SQL Server module for php4
 php4-xslt  - XSLT module for php4
Closes: 206404 207468 207662 208020
Changes: 
 php4 (4:4.3.2+rc3-5) unstable; urgency=low
 .
   * Kill the lintian warning on the grammar in the copyright file.
   * Redirect apacheconfig I/O to /dev/tty, to work around debconf
 behavior (for real this time).  Closes: #207468, #206404.
   * Replace 'zendapi' with 'phpapi', since the former does not
 accurately describe the ABI changes that affect modules and can
 leave some packages installable but broken (closes: #208020).  Also,
 remove the versioned conflicts with php4-{mysql,pgsql}, since this
 now supersedes.
   * Add French debconf translation; thanks to Michel Grentzinger
 [EMAIL PROTECTED] (closes: #207662).
Files: 
 7141ddd1af5b56b7deb7189ad0ca1440 1522 web optional php4_4.3.2+rc3-5.dsc
 1c3b30f58b5ba12471dbda1a84b31aa0 87357 web optional php4_4.3.2+rc3-5.diff.gz
 630b54af75738c60bde99ad0aade2f38 757594 web optional php4_4.3.2+rc3-5_i386.deb
 946d08723a1c9ca02ccc1943014de20f 14414 web optional php4-curl_4.3.2+rc3-5_i386.deb
 0a970671e5c85af2133d63ca554cfcb5 33528 web optional php4-domxml_4.3.2+rc3-5_i386.deb
 419a44dc2baaba6c4724b3a9692fd679 25814 web optional php4-gd_4.3.2+rc3-5_i386.deb
 ba5f66d1a107b5c1994241ea7be65e5a 32602 web optional php4-imap_4.3.2+rc3-5_i386.deb
 6be124e0eaea34c9d4a15e2f436d43f7 17840 web optional php4-ldap_4.3.2+rc3-5_i386.deb
 1070cd4c86ba7310ea3f51271f833eaa 15410 web optional php4-mcal_4.3.2+rc3-5_i386.deb
 40c2173cc32a2a0111789a15489d74a2 5976 web optional php4-mhash_4.3.2+rc3-5_i386.deb
 0f6cbb257a2d5997ddb6d6f93b13b947 19278 web optional php4-mysql_4.3.2+rc3-5_i386.deb
 e5f01404d3657e3e3937bcdd769a3f69 24324 web optional php4-odbc_4.3.2+rc3-5_i386.deb
 90158458082146e77026e805012d8f34 5708 web optional php4-recode_4.3.2+rc3-5_i386.deb
 ef652dee1eecb3046c40fd4be44ead9a 14226 web optional php4-xslt_4.3.2+rc3-5_i386.deb
 61910c33b25e1cec915d13be71193308 10652 web optional php4-snmp_4.3.2+rc3-5_i386.deb
 2fb3ad64eba0ae98580eccc2a56bb481 17414 web optional php4-sybase_4.3.2+rc3-5_i386.deb
 3d0bb01e71779e6e3b421b1e811f20bb 1305942 web optional php4-cgi_4.3.2+rc3-5_i386.deb
 9a39243f1cdba3e60a60cd38b2de74ec 757200 web optional caudium-php4_4.3.2+rc3-5_i386.deb
 357e5e168b9c506c6ad3ff0e84bb677c 792692 devel optional php4-dev_4.3.2+rc3-5_all.deb
 1839cac6b5b8faad306ba70859bc0633 276964 web optional php4-pear_4.3.2+rc3-5_all.deb

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

iD8DBQE/Um/vKN6ufymYLloRAi7eAKCn3WxwVKhuD3taE4QPDT7fffndSwCghdkr
tZ1BzlKOkrM2hTJuC+jlVQk=
=Ni3X
-END PGP SIGNATURE-


Accepted:
caudium-php4_4.3.2+rc3-5_i386.deb
  to pool/main/p/php4/caudium-php4_4.3.2+rc3-5_i386.deb
php4-cgi_4.3.2+rc3-5_i386.deb
  to pool/main/p/php4/php4-cgi_4.3.2+rc3-5_i386.deb
php4-curl_4.3.2+rc3-5_i386.deb
  to pool/main/p/php4/php4-curl_4.3.2+rc3-5_i386.deb
php4-dev_4.3.2+rc3-5_all.deb
  to pool/main/p/php4/php4-dev_4.3.2+rc3-5_all.deb
php4-domxml_4.3.2+rc3-5_i386.deb
  to pool/main/p/php4/php4-domxml_4.3.2+rc3-5_i386.deb
php4-gd_4.3.2+rc3-5_i386.deb
  to pool/main/p/php4/php4-gd_4.3.2+rc3-5_i386.deb
php4-imap_4.3.2+rc3-5_i386.deb
  to pool/main/p/php4/php4-imap_4.3.2+rc3-5_i386.deb
php4-ldap_4.3.2+rc3-5_i386.deb
  to pool/main/p/php4/php4-ldap_4.3.2+rc3-5_i386.deb
php4-mcal_4.3.2+rc3-5_i386.deb
  to pool/main/p/php4/php4-mcal_4.3.2+rc3-5_i386.deb
php4-mhash_4.3.2+rc3-5_i386.deb
  to pool/main/p/php4/php4-mhash_4.3.2+rc3-5_i386.deb
php4-mysql_4.3.2+rc3-5_i386.deb
  to pool/main/p/php4/php4-mysql_4.3.2+rc3-5_i386.deb
php4-odbc_4.3.2+rc3-5_i386.deb
  to pool/main/p/php4/php4-odbc_4.3.2+rc3-5_i386.deb
php4-pear_4.3.2+rc3-5_all.deb
  to pool/main/p/php4/php4-pear_4.3.2+rc3-5_all.deb
php4-recode_4.3.2+rc3-5_i386.deb
  

Accepted slrn 0.9.8.0-2 (i386 source)

2003-09-01 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 31 Aug 2003 21:41:51 -0400
Source: slrn
Binary: slrn slrnpull
Architecture: source i386
Version: 0.9.8.0-2
Distribution: unstable
Urgency: low
Maintainer: Joey Hess [EMAIL PROTECTED]
Changed-By: Joey Hess [EMAIL PROTECTED]
Description: 
 slrn   - threaded news reader (fast for slow links)
 slrnpull   - pulls a small newsfeed from an NNTP server
Closes: 208120
Changes: 
 slrn (0.9.8.0-2) unstable; urgency=low
 .
   * Updated pt_BR debconf template. Patch from Andre Luis Lopes.
 Closes: #208120
Files: 
 1dc65ba3f212709506ca89ec29870e72 685 news optional slrn_0.9.8.0-2.dsc
 61824ad1d809bb950eef731f31abb39a 42809 news optional slrn_0.9.8.0-2.diff.gz
 3fec2a680a151350fc19f281a4449057 758366 news optional slrn_0.9.8.0-2_i386.deb
 d093a59448cdca8c486d860c4941fd0d 111782 news optional slrnpull_0.9.8.0-2_i386.deb

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

iD8DBQE/UqXP2tp5zXiKP0wRApWjAJ4kSM+LUboHUPR+yMUhqvN0UuVnSACeJaTL
+/7u+HG1guCCPLMRJWVWC/U=
=uLrf
-END PGP SIGNATURE-


Accepted:
slrn_0.9.8.0-2.diff.gz
  to pool/main/s/slrn/slrn_0.9.8.0-2.diff.gz
slrn_0.9.8.0-2.dsc
  to pool/main/s/slrn/slrn_0.9.8.0-2.dsc
slrn_0.9.8.0-2_i386.deb
  to pool/main/s/slrn/slrn_0.9.8.0-2_i386.deb
slrnpull_0.9.8.0-2_i386.deb
  to pool/main/s/slrn/slrnpull_0.9.8.0-2_i386.deb


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



Accepted apt 0.5.10 (i386 source all)

2003-09-01 Thread Matt Zimmerman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 31 Aug 2003 21:12:39 -0400
Source: apt
Binary: apt-utils libapt-pkg-doc libapt-pkg-dev apt-doc apt
Architecture: source i386 all
Version: 0.5.10
Distribution: unstable
Urgency: low
Maintainer: APT Development Team [EMAIL PROTECTED]
Changed-By: Matt Zimmerman [EMAIL PROTECTED]
Description: 
 apt- Advanced front-end for dpkg
 apt-doc- Documentation for APT
 apt-utils  - APT utility programs
 libapt-pkg-dev - Development files for APT's libapt-pkg and libapt-inst
 libapt-pkg-doc - Documentation for APT development
Closes: 204971 205036 205290 205829 205886 205950 207656
Changes: 
 apt (0.5.10) unstable; urgency=low
 .
   * Correct the section in apt_preferences(5) on interpreting priorities
 to show that zero is not a valid priority, and print a warning if such
 a pin is encountered in the preferences file (Closes: #204971)
   * Regenerate French man pages from sgml source (Closes: #205886)
   * Get self-tests compiling again, updated for latest library API
 and g++ 3.3
   * Add version comparison tests for #194327 and #205960
   * Fix error message in version test to output versions in the order in
 which they were compared when the reverse comparison fails
   * Reference the source package bug page rather than the one for the
 binary package 'apt' in the man pages (Closes: #205290)
   * Updated Polish po file from Marcin Owsiany [EMAIL PROTECTED]
 (Closes: #205950)
   * Mention some of the available frontends in apt-get(8) (Closes: #205829)
   * Add apt-config to SEE ALSO section of apt-get (Closes: #205036)
   * Add missing lang attributes to refentry tags in French man pages
 (apt-cdrom, apt-extracttemplates, apt-sortpkgs)
   * Change upgraded/newly installed/not fully installed or removed
 messages to be consistent and somewhat shorter (some translations
 exceeded 80 characters even in the simplest case)
   * Make APT::Get::Show-Upgraded (aka apt-get -u) default to true.
   * Updates to Dutch translation from Bart Cornelis [EMAIL PROTECTED]
 (Closes: #207656)
Files: 
 141b0ef1fdc355d5ea09fa0d38bee2a2 755 admin important apt_0.5.10.dsc
 12bc580b426710c20a5a03e3b8af58d9 922341 admin important apt_0.5.10.tar.gz
 4308d02b88aa304d7a904ed911a3262b 63910 doc optional apt-doc_0.5.10_all.deb
 01aae8e2b77da017c6004001629129ca 95356 doc optional libapt-pkg-doc_0.5.10_all.deb
 63718d1d4fdf1e217cea08e845808739 757182 base important apt_0.5.10_i386.deb
 35a7e24fdd6695ebea14ab12406045a5 62688 libdevel optional 
libapt-pkg-dev_0.5.10_i386.deb
 5a522b19120d50e71f3fa72778af6e30 164462 admin optional apt-utils_0.5.10_i386.deb

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

iD8DBQE/Up9jArxCt0PiXR4RAv5sAKCvkfbnszA4Q5/iTKbDFpdSpBOHNACeJ//7
65tiVEvuVHElo1iTDQHbYL4=
=fBm2
-END PGP SIGNATURE-


Accepted:
apt-doc_0.5.10_all.deb
  to pool/main/a/apt/apt-doc_0.5.10_all.deb
apt-utils_0.5.10_i386.deb
  to pool/main/a/apt/apt-utils_0.5.10_i386.deb
apt_0.5.10.dsc
  to pool/main/a/apt/apt_0.5.10.dsc
apt_0.5.10.tar.gz
  to pool/main/a/apt/apt_0.5.10.tar.gz
apt_0.5.10_i386.deb
  to pool/main/a/apt/apt_0.5.10_i386.deb
libapt-pkg-dev_0.5.10_i386.deb
  to pool/main/a/apt/libapt-pkg-dev_0.5.10_i386.deb
libapt-pkg-doc_0.5.10_all.deb
  to pool/main/a/apt/libapt-pkg-doc_0.5.10_all.deb


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



Accepted cl-uffi 1.3.6-1 (i386 source all)

2003-09-01 Thread Kevin M. Rosenberg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 31 Aug 2003 20:45:23 -0600
Source: cl-uffi
Binary: cl-uffi-tests cl-uffi
Architecture: source all i386
Version: 1.3.6-1
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg [EMAIL PROTECTED]
Changed-By: Kevin M. Rosenberg [EMAIL PROTECTED]
Description: 
 cl-uffi- Universal Foreign Function Library for Common Lisp
 cl-uffi-tests - Regression tests for UFFI Common Lisp Library
Changes: 
 cl-uffi (1.3.6-1) unstable; urgency=low
 .
   * More MacOSX changes
Files: 
 4c05c6028de107fb7ef857daec4598d0 633 devel optional cl-uffi_1.3.6-1.dsc
 34cc7a0209a9855ec84f6d5e5b99094d 217042 devel optional cl-uffi_1.3.6.orig.tar.gz
 43ecb7a68d0bf6d1939e9990523b67ef 6705 devel optional cl-uffi_1.3.6-1.diff.gz
 c3f76d2382cd4236654d3f8058b8c0a9 191396 devel optional cl-uffi_1.3.6-1_all.deb
 d86da38e6e478d0e0cc8e2f0424c8763 20564 devel optional cl-uffi-tests_1.3.6-1_i386.deb

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

iD8DBQE/UrLxES7N8sSjgj4RAqf8AJ0YapOaMvCKNqnMqv5ZDeHAJS3xaACfSapv
aMGrK/POKts+/QcwS1CD4CU=
=XLNp
-END PGP SIGNATURE-


Accepted:
cl-uffi-tests_1.3.6-1_i386.deb
  to pool/main/c/cl-uffi/cl-uffi-tests_1.3.6-1_i386.deb
cl-uffi_1.3.6-1.diff.gz
  to pool/main/c/cl-uffi/cl-uffi_1.3.6-1.diff.gz
cl-uffi_1.3.6-1.dsc
  to pool/main/c/cl-uffi/cl-uffi_1.3.6-1.dsc
cl-uffi_1.3.6-1_all.deb
  to pool/main/c/cl-uffi/cl-uffi_1.3.6-1_all.deb
cl-uffi_1.3.6.orig.tar.gz
  to pool/main/c/cl-uffi/cl-uffi_1.3.6.orig.tar.gz


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



Accepted e2fsprogs 1.34+1.35-WIP-2003.08.21-3 (i386 source)

2003-09-01 Thread Theodore Y. Ts'o
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 31 Aug 2003 21:49:52 -0400
Source: e2fsprogs
Binary: e2fslibs-dev libblkid1-udeb libblkid1 comerr-dev libuuid1 ss-dev uuid-dev 
e2fslibs e2fsck-static e2fsprogs-udeb e2fsprogs libblkid-dev libcomerr2 libss2
Architecture: source i386
Version: 1.34+1.35-WIP-2003.08.21-3
Distribution: unstable
Urgency: low
Maintainer: Theodore Y. Ts'o [EMAIL PROTECTED]
Changed-By: Theodore Y. Ts'o [EMAIL PROTECTED]
Description: 
 comerr-dev - The Common Error Description library - headers and static librari
 e2fsck-static - A statically-linked version of the ext2 filesystem checker
 e2fslibs   - The EXT2 filesystem libraries
 e2fslibs-dev - The EXT2 filesystem libraries - headers and static libraries
 e2fsprogs  - The EXT2 file system utilities and libraries
 e2fsprogs-udeb - A stripped-down versions of e2fsprogs, for debian-installer (udeb)
 libblkid-dev - Block device id library - headers and static libraries
 libblkid1  - Block device id library
 libblkid1-udeb - Block device id library (udeb)
 libcomerr2 - The Common Error Description library
 libss2 - Command-line interface parsing library
 libuuid1   - Universally unique id library
 ss-dev - Command-line interface parsing library - headers and static libra
 uuid-dev   - Universally unique id library - headers and static libraries
Closes: 206845 207082 208103
Changes: 
 e2fsprogs (1.34+1.35-WIP-2003.08.21-3) unstable; urgency=low
 .
   * Adjust the man page descriptions so that apropos ext2 or
 apropos ext3 will find all of the e2fsprogs man pages.
 (Closes: #206845)
   * Protect against a potential core dump in e2fsck when printing a
 message about a backup superblock.
   * Fix a bug in mke2fs which caused -T largefile or -T largefile4 to
 core dump due to a division by zero error.  (Closes: #207082)
   * Force e2fsprogs to use the matched version of e2fslibs.  (Closes: #208103)
Files: 
 1211a0163f6bd3145d86438d5be4e7f8 811 base required 
e2fsprogs_1.34+1.35-WIP-2003.08.21-3.dsc
 278c3a8a24dabe4f4d66e79ffa2731d0 2914 base required 
e2fsprogs_1.34+1.35-WIP-2003.08.21-3.diff.gz
 c35adad1a018121c071e96a323ba2e74 269180 admin optional 
e2fsck-static_1.34+1.35-WIP-2003.08.21-3_i386.deb
 9fa3a9a4ee2152f96708ddd629369650 20772 libs required 
libcomerr2_1.34+1.35-WIP-2003.08.21-3_i386.deb
 2f94c3d1fa92eca9d30867374b1b10c8 26310 libs required 
libss2_1.34+1.35-WIP-2003.08.21-3_i386.deb
 9d6564398d983e283eec6cbacda9347e 24758 libs required 
libuuid1_1.34+1.35-WIP-2003.08.21-3_i386.deb
 3e124560157c43e12f8024d4160c04f0 33560 libs required 
libblkid1_1.34+1.35-WIP-2003.08.21-3_i386.deb
 03b731aa9156474dc01b2c5c1904f1c6 15688 libdevel extra 
libblkid-dev_1.34+1.35-WIP-2003.08.21-3_i386.deb
 fab64a98fe3a0058390f77afe5c5e917 66528 libs required 
e2fslibs_1.34+1.35-WIP-2003.08.21-3_i386.deb
 d877c983038a6869a0a89904d6224a3e 115552 libdevel extra 
e2fslibs-dev_1.34+1.35-WIP-2003.08.21-3_i386.deb
 9eb910ad3c4bbab935814943e06454b3 353844 base required 
e2fsprogs_1.34+1.35-WIP-2003.08.21-3_i386.deb
 aee40137985f3e06f750e48ce8555312 38840 libdevel extra 
comerr-dev_2.1-1.34+1.35-WIP-2003.08.21-3_i386.deb
 ba1c39d2478d5b987bf233545d47257c 15760 libdevel extra 
ss-dev_2.0-1.34+1.35-WIP-2003.08.21-3_i386.deb
 f896d6463a876c6ec96f4e7649636374 30702 libdevel extra 
uuid-dev_1.2-1.34+1.35-WIP-2003.08.21-3_i386.deb
 b43136bafdd8dab1101d410aa2b57526 120468 debian-installer standard 
e2fsprogs-udeb_1.34+1.35-WIP-2003.08.21-3_i386.udeb
 dea4183f87a52cf9307286d9b51dcb95 11702 debian-installer required 
libblkid1-udeb_1.34+1.35-WIP-2003.08.21-3_i386.udeb

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

iD8DBQE/Urc57To545NnTEARArL+AKCvkj6eFQ1j31b8MnA4+RYcu38nIgCcCV72
euyqecrWkdcEmeWb4YIVXaw=
=qUl0
-END PGP SIGNATURE-


Accepted:
comerr-dev_2.1-1.34+1.35-WIP-2003.08.21-3_i386.deb
  to pool/main/e/e2fsprogs/comerr-dev_2.1-1.34+1.35-WIP-2003.08.21-3_i386.deb
e2fsck-static_1.34+1.35-WIP-2003.08.21-3_i386.deb
  to pool/main/e/e2fsprogs/e2fsck-static_1.34+1.35-WIP-2003.08.21-3_i386.deb
e2fslibs-dev_1.34+1.35-WIP-2003.08.21-3_i386.deb
  to pool/main/e/e2fsprogs/e2fslibs-dev_1.34+1.35-WIP-2003.08.21-3_i386.deb
e2fslibs_1.34+1.35-WIP-2003.08.21-3_i386.deb
  to pool/main/e/e2fsprogs/e2fslibs_1.34+1.35-WIP-2003.08.21-3_i386.deb
e2fsprogs-udeb_1.34+1.35-WIP-2003.08.21-3_i386.udeb
  to pool/main/e/e2fsprogs/e2fsprogs-udeb_1.34+1.35-WIP-2003.08.21-3_i386.udeb
e2fsprogs_1.34+1.35-WIP-2003.08.21-3.diff.gz
  to pool/main/e/e2fsprogs/e2fsprogs_1.34+1.35-WIP-2003.08.21-3.diff.gz
e2fsprogs_1.34+1.35-WIP-2003.08.21-3.dsc
  to pool/main/e/e2fsprogs/e2fsprogs_1.34+1.35-WIP-2003.08.21-3.dsc
e2fsprogs_1.34+1.35-WIP-2003.08.21-3_i386.deb
  to pool/main/e/e2fsprogs/e2fsprogs_1.34+1.35-WIP-2003.08.21-3_i386.deb
libblkid-dev_1.34+1.35-WIP-2003.08.21-3_i386.deb
  to pool/main/e/e2fsprogs/libblkid-dev_1.34+1.35-WIP-2003.08.21-3_i386.deb
libblkid1-udeb_1.34+1.35-WIP-2003.08.21-3_i386.udeb
  to 

Accepted kvirc 2:2.1.2-20 (i386 source all)

2003-09-01 Thread Robin Verduijn
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 31 Aug 2003 22:40:19 -0100
Source: kvirc
Binary: kvirc-doc kvirc-dev kvirc
Architecture: source i386 all
Version: 2:2.1.2-20
Distribution: unstable
Urgency: low
Maintainer: Robin Verduijn [EMAIL PROTECTED]
Changed-By: Robin Verduijn [EMAIL PROTECTED]
Description: 
 kvirc  - Fully scriptable graphical IRC client with plugin support
 kvirc-dev  - Development files for KVIrc
 kvirc-doc  - Help files for KVIrc
Changes: 
 kvirc (2:2.1.2-20) unstable; urgency=low
 .
   * Bump standards-version to 3.6.1.0 (no changes).
   * Temporarily disable building the style plugin, since it does not
 build with the latest Qt.
Files: 
 9f4e310ccede3f4eebfc75d60a2c6e97 815 net optional kvirc_2.1.2-20.dsc
 20a6ed50cf497341302f00930ade61e5 296218 net optional kvirc_2.1.2-20.diff.gz
 1e27e7fae1cf17d277cc63f582d3f307 1824268 net optional kvirc_2.1.2-20_i386.deb
 44e03ad955cacc3412efee717d34e768 200078 devel optional kvirc-dev_2.1.2-20_i386.deb
 a1be6e61c7d434c89bf3721b496293b8 184122 doc optional kvirc-doc_2.1.2-20_all.deb

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

iD8DBQE/Uo79zog/I2psrrURAqptAKDS4Ftcb+jil3RJXFzR5RYPdw8rLACg1C+6
uw7O3PuXTOzuTzek7n63H9Q=
=fHAc
-END PGP SIGNATURE-


Accepted:
kvirc-dev_2.1.2-20_i386.deb
  to pool/main/k/kvirc/kvirc-dev_2.1.2-20_i386.deb
kvirc-doc_2.1.2-20_all.deb
  to pool/main/k/kvirc/kvirc-doc_2.1.2-20_all.deb
kvirc_2.1.2-20.diff.gz
  to pool/main/k/kvirc/kvirc_2.1.2-20.diff.gz
kvirc_2.1.2-20.dsc
  to pool/main/k/kvirc/kvirc_2.1.2-20.dsc
kvirc_2.1.2-20_i386.deb
  to pool/main/k/kvirc/kvirc_2.1.2-20_i386.deb


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



Accepted kernel-patch-uml 20030831-1 (all source)

2003-09-01 Thread Matt Zimmerman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 31 Aug 2003 12:55:48 -0400
Source: kernel-patch-uml
Binary: kernel-patch-uml
Architecture: source all
Version: 20030831-1
Distribution: unstable
Urgency: low
Maintainer: Matt Zimmerman [EMAIL PROTECTED]
Changed-By: Matt Zimmerman [EMAIL PROTECTED]
Description: 
 kernel-patch-uml - User-mode Linux (kernel patch)
Changes: 
 kernel-patch-uml (20030831-1) unstable; urgency=low
 .
   * New upstream release (2.4.20-8)
Files: 
 509e8b7bb2eeb940f2055c254b2e45a8 635 devel extra kernel-patch-uml_20030831-1.dsc
 2f494aa5a7e294ba1b0842b103a5f62a 227920 devel extra 
kernel-patch-uml_20030831.orig.tar.gz
 c09a70f26f2d3577c7ef50f734a368eb 20 devel extra kernel-patch-uml_20030831-1.diff.gz
 025246a7c2b36bae904885d5b74a32c3 292182 devel extra 
kernel-patch-uml_20030831-1_all.deb

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

iD8DBQE/UtJPArxCt0PiXR4RAvrJAJ0TvV9Da24M5CvmYUHaexJBkRLKEACfRwaf
a7rTr0m64nitOHFXtffETFU=
=kSGP
-END PGP SIGNATURE-


Accepted:
kernel-patch-uml_20030831-1.diff.gz
  to pool/main/k/kernel-patch-uml/kernel-patch-uml_20030831-1.diff.gz
kernel-patch-uml_20030831-1.dsc
  to pool/main/k/kernel-patch-uml/kernel-patch-uml_20030831-1.dsc
kernel-patch-uml_20030831-1_all.deb
  to pool/main/k/kernel-patch-uml/kernel-patch-uml_20030831-1_all.deb
kernel-patch-uml_20030831.orig.tar.gz
  to pool/main/k/kernel-patch-uml/kernel-patch-uml_20030831.orig.tar.gz


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



Accepted librsvg2 2.2.5-2 (i386 source)

2003-09-01 Thread Takuo KITAME
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Sep 2003 13:48:46 +0900
Source: librsvg2
Binary: librsvg2-2 librsvg2-common librsvg2-dev
Architecture: source i386
Version: 2.2.5-2
Distribution: unstable
Urgency: low
Maintainer: Takuo KITAME [EMAIL PROTECTED]
Changed-By: Takuo KITAME [EMAIL PROTECTED]
Description: 
 librsvg2-2 - SAX-based renderer library for SVG files. (for GNOME2)
 librsvg2-common - SAX-based renderer library for SVG files. (for GNOME2)
 librsvg2-dev - SAX-based renderer library for SVG files.(development files)
Closes: 180958 187367 207785 208028
Changes: 
 librsvg2 (2.2.5-2) unstable; urgency=low
 .
   * Maintainer upload, merged NMU patches. (closes: #187367, #207785)
   * -dev debepends on libgsf-1-dev (closes: #208028)
   * fix debian/copyrigt (closes: #180958)
Files: 
 2eb6f61a0f13f495d07e445ab4b923aa 718 libdevel optional librsvg2_2.2.5-2.dsc
 cb20a2f454e20ebed97804fb51f0939f 118351 libdevel optional librsvg2_2.2.5-2.diff.gz
 f67ee41c62de3cc23fd2b553ba622567 54512 devel optional librsvg2-dev_2.2.5-2_i386.deb
 94583d8850c726d2b491f683f63b84f8 50324 libs optional librsvg2-2_2.2.5-2_i386.deb
 c8e933d912cf294691acd3e3882396c4 34414 libs optional librsvg2-common_2.2.5-2_i386.deb

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

iD8DBQE/UtAVU+WZW1FVMwoRAoVOAJ9eJb+gEEnGPD4iMx73YP8WYsUZGgCfYQX6
DSNni5+ojgxKrXyxP1AF9iM=
=VkBC
-END PGP SIGNATURE-


Accepted:
librsvg2-2_2.2.5-2_i386.deb
  to pool/main/libr/librsvg2/librsvg2-2_2.2.5-2_i386.deb
librsvg2-common_2.2.5-2_i386.deb
  to pool/main/libr/librsvg2/librsvg2-common_2.2.5-2_i386.deb
librsvg2-dev_2.2.5-2_i386.deb
  to pool/main/libr/librsvg2/librsvg2-dev_2.2.5-2_i386.deb
librsvg2_2.2.5-2.diff.gz
  to pool/main/libr/librsvg2/librsvg2_2.2.5-2.diff.gz
librsvg2_2.2.5-2.dsc
  to pool/main/libr/librsvg2/librsvg2_2.2.5-2.dsc


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



Accepted user-mode-linux 2.4.20-8um-1 (i386 source)

2003-09-01 Thread Matt Zimmerman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Sep 2003 00:44:54 -0400
Source: user-mode-linux
Binary: user-mode-linux
Architecture: source i386
Version: 2.4.20-8um-1
Distribution: unstable
Urgency: low
Maintainer: Matt Zimmerman [EMAIL PROTECTED]
Changed-By: Matt Zimmerman [EMAIL PROTECTED]
Description: 
 user-mode-linux - User-mode Linux (kernel)
Changes: 
 user-mode-linux (2.4.20-8um-1) unstable; urgency=low
 .
   * New upstream release
   * Disable SMP support because it breaks the build
   * Minor debian/rules cleanup
Files: 
 976dc3bc3b51a03f57a029b67fc67215 708 misc extra user-mode-linux_2.4.20-8um-1.dsc
 1d8f6b0b4cc9a5588bfafd71d94fc09f 14362 misc extra 
user-mode-linux_2.4.20-8um.orig.tar.gz
 0abb16d3abe6cc0ae813f5b5a3732cf5 671 misc extra user-mode-linux_2.4.20-8um-1.diff.gz
 65ab9622858f0be19c7b24729dd7ea39 2157120 misc extra 
user-mode-linux_2.4.20-8um-1_i386.deb

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

iD8DBQE/UtJEArxCt0PiXR4RAouyAKDcq7wj7L5PY8ICe2hC1Cypkqrd4ACfb0ct
WZkOYrJKHOnR4Vxj8F5b99M=
=xF3e
-END PGP SIGNATURE-


Accepted:
user-mode-linux_2.4.20-8um-1.diff.gz
  to pool/main/u/user-mode-linux/user-mode-linux_2.4.20-8um-1.diff.gz
user-mode-linux_2.4.20-8um-1.dsc
  to pool/main/u/user-mode-linux/user-mode-linux_2.4.20-8um-1.dsc
user-mode-linux_2.4.20-8um-1_i386.deb
  to pool/main/u/user-mode-linux/user-mode-linux_2.4.20-8um-1_i386.deb
user-mode-linux_2.4.20-8um.orig.tar.gz
  to pool/main/u/user-mode-linux/user-mode-linux_2.4.20-8um.orig.tar.gz


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



Accepted netdiag 0.7-7 (i386 source)

2003-09-01 Thread Robert Woodcock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Sep 2003 00:09:16 -0700
Source: netdiag
Binary: netdiag
Architecture: source i386
Version: 0.7-7
Distribution: unstable
Urgency: low
Maintainer: Robert Woodcock [EMAIL PROTECTED]
Changed-By: Robert Woodcock [EMAIL PROTECTED]
Description: 
 netdiag- Net-Diagnostics (trafshow,strobe,netwatch,statnet,tcpspray,tcpbla
Closes: 208140
Changes: 
 netdiag (0.7-7) unstable; urgency=low
 .
   * Recent libc6-dev update broke linux/udp.h (#207200), which broke
 netwatch. Massaged headers a bit, closes: #208140
   * Also patched netwatch to use tmpfile() instead of tmpnam() when building
 warnings.
Files: 
 ca7c0fcf9275754342185d13ca4a7556 619 net extra netdiag_0.7-7.dsc
 77933b9d8d925a2c26d15104fdf9b643 17417 net extra netdiag_0.7-7.diff.gz
 ec5a143cfdfc03361bc962aa569d635c 163428 net extra netdiag_0.7-7_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE/UvE19c5o62/wq/IRAv5GAKCLiNAUEwbySNMs6KOKj6QehM84UACdHoze
enSzRQpq12xcfTq9GaxeYFM=
=7fnR
-END PGP SIGNATURE-


Accepted:
netdiag_0.7-7.diff.gz
  to pool/main/n/netdiag/netdiag_0.7-7.diff.gz
netdiag_0.7-7.dsc
  to pool/main/n/netdiag/netdiag_0.7-7.dsc
netdiag_0.7-7_i386.deb
  to pool/main/n/netdiag/netdiag_0.7-7_i386.deb


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



Accepted duali 0.1.1-2 (all source)

2003-09-01 Thread Mohammed Elzubeir
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 31 Aug 2003 22:12:01 -0700
Source: duali
Binary: duali
Architecture: source all
Version: 0.1.1-2
Distribution: unstable
Urgency: low
Maintainer: Adam Conrad [EMAIL PROTECTED]
Changed-By: Mohammed Elzubeir [EMAIL PROTECTED]
Description: 
 duali  - The Arabic Spell Checker
Changes: 
 duali (0.1.1-2) unstable; urgency=low
 .
   * Added comma in the dependency list (debian/control)
   * Changed architecture from any to all
Files: 
 4c3ebaf969d6ad207963d21461a95e3b 592 text optional duali_0.1.1-2.dsc
 231ad823abee7fd7130b9a7804876ecb 1431 text optional duali_0.1.1-2.diff.gz
 c80c9aa7acf567275a4845d027061d3d 14810 text optional duali_0.1.1-2_all.deb

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

iD8DBQE/Uu7pvjztR8bOoMkRAr2aAJ4iwQRs+JIrPO/ffPUM43WU2B0zSwCg1Hw1
GwG/Mu0cbnNMYLSqwe+tTXE=
=fr0W
-END PGP SIGNATURE-


Accepted:
duali_0.1.1-2.diff.gz
  to pool/main/d/duali/duali_0.1.1-2.diff.gz
duali_0.1.1-2.dsc
  to pool/main/d/duali/duali_0.1.1-2.dsc
duali_0.1.1-2_all.deb
  to pool/main/d/duali/duali_0.1.1-2_all.deb


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



Accepted linda 0.2.21 (all source)

2003-09-01 Thread Steve Kowalik
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Sep 2003 17:42:12 +1000
Source: linda
Binary: linda
Architecture: source all
Version: 0.2.21
Distribution: unstable
Urgency: low
Maintainer: Steve Kowalik [EMAIL PROTECTED]
Changed-By: Steve Kowalik [EMAIL PROTECTED]
Description: 
 linda  - Debian package checker, not unlike lintian
Closes: 206985 207591
Changes: 
 linda (0.2.21) unstable; urgency=low
 .
   * Control Parsing:
 - Strip whitespace from the RHS of parsed lines. (thanks, Adam Conrad)
   * Options:
 - Kill the -s option, it really served no useful purpose.
   (Closes: #207591)
   * Debconf Check:
 - Actually reference a string to check. (Closes: #206985)
Files: 
 942648920710bd2f1a8182c3c3be1615 545 devel optional linda_0.2.21.dsc
 998d787ff87b5288a9d9d83bc8306932 118359 devel optional linda_0.2.21.tar.gz
 b90ff917aed98f2961fa097f82b3fbec 81892 devel optional linda_0.2.21_all.deb

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

iD8DBQE/UvplwJ0/XSswJFIRAnj/AKCO83yG70t339EESC97rPzMF6g5jQCfctI0
/v33insBsoN4mVI8zAizb2k=
=7pkO
-END PGP SIGNATURE-


Accepted:
linda_0.2.21.dsc
  to pool/main/l/linda/linda_0.2.21.dsc
linda_0.2.21.tar.gz
  to pool/main/l/linda/linda_0.2.21.tar.gz
linda_0.2.21_all.deb
  to pool/main/l/linda/linda_0.2.21_all.deb


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



Accepted gaby 2.0.2-6 (i386 source)

2003-09-01 Thread Frederic Peters
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Sep 2003 09:47:45 +0200
Source: gaby
Binary: gaby
Architecture: source i386
Version: 2.0.2-6
Distribution: unstable
Urgency: low
Maintainer: Frederic Peters [EMAIL PROTECTED]
Changed-By: Frederic Peters [EMAIL PROTECTED]
Description: 
 gaby   - Small Gnome personal databases manager
Closes: 208118
Changes: 
 gaby (2.0.2-6) unstable; urgency=low
 .
   * debian/control: changed section from editors to gnome
   * debian/control: updated build-depends on python2.3-dev, python-gtk-1.2
   * debian/control: updated depends on python-gtk-1.2 (closes: #208118)
   * debian/control: added libxml-dev to build-depends
   * debian/control: updated policy version to 3.6.1.0
   * debian/rules: removed calls to dh_undocumented
Files: 
 433d5a7dabf41cb36158d9142e8f2147 626 gnome optional gaby_2.0.2-6.dsc
 1fa8168f177329db7f492ac78b6f2afe 77288 gnome optional gaby_2.0.2-6.diff.gz
 0be0dfc5ebc3cdaf804f66b07edb7bc0 618294 gnome optional gaby_2.0.2-6_i386.deb

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

iD8DBQE/Uv0GoR3LsWeD7V4RAoppAJ9IygJEOWZ/4VPy+3WZeK0hyNW9ZACgh35n
ql8iszApAAMbsxzy4s9wTWA=
=HEdD
-END PGP SIGNATURE-


Accepted:
gaby_2.0.2-6.diff.gz
  to pool/main/g/gaby/gaby_2.0.2-6.diff.gz
gaby_2.0.2-6.dsc
  to pool/main/g/gaby/gaby_2.0.2-6.dsc
gaby_2.0.2-6_i386.deb
  to pool/main/g/gaby/gaby_2.0.2-6_i386.deb


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



Accepted apt-listbugs 0.0.23 (all source)

2003-09-01 Thread Masato Taruishi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Sep 2003 17:09:40 +0900
Source: apt-listbugs
Binary: apt-listbugs
Architecture: source all
Version: 0.0.23
Distribution: unstable
Urgency: low
Maintainer: Masato Taruishi [EMAIL PROTECTED]
Changed-By: Masato Taruishi [EMAIL PROTECTED]
Description: 
 apt-listbugs - Lists critical bugs before each apt installation
Changes: 
 apt-listbugs (0.0.23) unstable; urgency=low
 .
   * Added a new option: --pin-priority to specify Pin-Priority value.
   * Oops, Pin-Priority: -1 is no meaning. default is 1000 now.
Files: 
 cbae2b68f7b18f8b41794aade3fc3ce3 521 admin optional apt-listbugs_0.0.23.dsc
 c908de7e0e5d43ade5f50298572e5794 49067 admin optional apt-listbugs_0.0.23.tar.gz
 7c350bec1c90f69c67c4cee3d9b5ac3f 52990 admin optional apt-listbugs_0.0.23_all.deb

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

iD4DBQE/UwA11SOm5mAGKIQRAq6IAKCpYLBG65T9e1marKlhx1GwaF3CdwCUCGSj
3vj/ZRsIDZAqNznGAYQrOA==
=elNh
-END PGP SIGNATURE-


Accepted:
apt-listbugs_0.0.23.dsc
  to pool/main/a/apt-listbugs/apt-listbugs_0.0.23.dsc
apt-listbugs_0.0.23.tar.gz
  to pool/main/a/apt-listbugs/apt-listbugs_0.0.23.tar.gz
apt-listbugs_0.0.23_all.deb
  to pool/main/a/apt-listbugs/apt-listbugs_0.0.23_all.deb


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



Accepted aspell-pl 20030901-1 (all source)

2003-09-01 Thread eloy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Sep 2003 10:31:16 +0200
Source: aspell-pl
Binary: aspell-pl
Architecture: source all
Version: 20030901-1
Distribution: unstable
Urgency: low
Maintainer: Krzysztof Krzyzaniak (eloy) [EMAIL PROTECTED]
Changed-By: Krzysztof Krzyzaniak (eloy) [EMAIL PROTECTED]
Description: 
 aspell-pl  - The alternative Polish dictionary for aspell
Changes: 
 aspell-pl (20030901-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 e2da59bb4899cfbc907f4d872240f5cf 614 text optional aspell-pl_20030901-1.dsc
 974b706b83697f7918efce44c970fa8a 945239 text optional aspell-pl_20030901.orig.tar.gz
 a73ae066f5dfda3daf934b3266ace60e 5434 text optional aspell-pl_20030901-1.diff.gz
 f49ea8e70e006a0717c9e4486941ba4b 19064872 text optional aspell-pl_20030901-1_all.deb

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

iD8DBQE/UwWg+NMfSd6w7DERAmS+AJ9OvD9NXuhqaHFyQ206yBBxNY88KwCgmf6p
JRI/OFll+AcZhzdDnbgyQ0g=
=Rj5D
-END PGP SIGNATURE-


Accepted:
aspell-pl_20030901-1.diff.gz
  to pool/main/a/aspell-pl/aspell-pl_20030901-1.diff.gz
aspell-pl_20030901-1.dsc
  to pool/main/a/aspell-pl/aspell-pl_20030901-1.dsc
aspell-pl_20030901-1_all.deb
  to pool/main/a/aspell-pl/aspell-pl_20030901-1_all.deb
aspell-pl_20030901.orig.tar.gz
  to pool/main/a/aspell-pl/aspell-pl_20030901.orig.tar.gz


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



Accepted aolserver 3.5.6-2 (i386 source all)

2003-09-01 Thread Francesco Paolo Lovergine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Sep 2003 11:44:52 +0200
Source: aolserver
Binary: aolserver-doc aolserver-dev aolserver
Architecture: source i386 all
Version: 3.5.6-2
Distribution: unstable
Urgency: medium
Maintainer: Francesco Paolo Lovergine [EMAIL PROTECTED]
Changed-By: Francesco Paolo Lovergine [EMAIL PROTECTED]
Description: 
 aolserver  - AOL Web Server
 aolserver-dev - AOL Web Server Development Tools
 aolserver-doc - AOL Web Server (Documentation)
Closes: 208154
Changes: 
 aolserver (3.5.6-2) unstable; urgency=medium
 .
   * Removed unuseful old patches *.patch in debian dir
   * Makefile.module.in patch corrected to consider Makefile.global in 
/usr/lib/aolserver
 (closes: #208154)
Files: 
 ad3908b054cba203c1f7b5cf75c65ec3 716 web optional aolserver_3.5.6-2.dsc
 bd3f0b1b6c7034c82a4b4de27e66098a 53038 web optional aolserver_3.5.6-2.diff.gz
 7df372a2a331d092cccf7b3a688782af 3098270 doc optional aolserver-doc_3.5.6-2_all.deb
 196a0dfa2de9c5e407299c2ebe6b63d8 672312 web optional aolserver_3.5.6-2_i386.deb
 9895b6b48cf98031e92949586df6c1e0 41662 devel optional aolserver-dev_3.5.6-2_i386.deb

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

iD8DBQE/Uxg6pFNRmenyx0cRApq/AJ9vWWMCLvGEIx0XqyfIWofFgpEmVgCgymF5
n4KH9hOG4/wMfQh7ZRjUkTs=
=Kr3G
-END PGP SIGNATURE-


Accepted:
aolserver-dev_3.5.6-2_i386.deb
  to pool/main/a/aolserver/aolserver-dev_3.5.6-2_i386.deb
aolserver-doc_3.5.6-2_all.deb
  to pool/main/a/aolserver/aolserver-doc_3.5.6-2_all.deb
aolserver_3.5.6-2.diff.gz
  to pool/main/a/aolserver/aolserver_3.5.6-2.diff.gz
aolserver_3.5.6-2.dsc
  to pool/main/a/aolserver/aolserver_3.5.6-2.dsc
aolserver_3.5.6-2_i386.deb
  to pool/main/a/aolserver/aolserver_3.5.6-2_i386.deb


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



Accepted cbedic 4.0-1 (i386 source)

2003-09-01 Thread Anton Zinoviev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 29 Aug 2003 22:54:56 +0300
Source: cbedic
Binary: cbedic
Architecture: source i386
Version: 4.0-1
Distribution: unstable
Urgency: low
Maintainer: Anton Zinoviev [EMAIL PROTECTED]
Changed-By: Anton Zinoviev [EMAIL PROTECTED]
Description: 
 cbedic - Text-mode Bulgarian/English Dictionary
Closes: 179608 196931
Changes: 
 cbedic (4.0-1) unstable; urgency=low
 .
   * New upstream version.
 - uses new and reacher language base.
 - doesn't include config.guess (I hope this closes: #179608,
   thanks to [EMAIL PROTECTED]).
   * Updated information about where one can download the language data.
 Closes: #196931, thanks to Jay Bonci.
Files: 
 905b2bc2ca26bdfde38e50fcfa6f90ca 554 contrib/text optional cbedic_4.0-1.dsc
 c86086ddf2de483cd19a4a89e63003ec 115297 contrib/text optional cbedic_4.0.orig.tar.gz
 a4df8635ffc69662b39079bcc3606d4b 2159 contrib/text optional cbedic_4.0-1.diff.gz
 54027f726ff24e6cf3a21a2958bef10a 24204 contrib/text optional cbedic_4.0-1_i386.deb

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

iD8DBQE/T8gtJP1eZJv0KwcRAigSAJ9dCylriq6Cgw38gysID/rXzxZ6igCfSNVS
K+s+za7bYBBArNhzi/t+f2M=
=ERUX
-END PGP SIGNATURE-


Accepted:
cbedic_4.0-1.diff.gz
  to pool/contrib/c/cbedic/cbedic_4.0-1.diff.gz
cbedic_4.0-1.dsc
  to pool/contrib/c/cbedic/cbedic_4.0-1.dsc
cbedic_4.0-1_i386.deb
  to pool/contrib/c/cbedic/cbedic_4.0-1_i386.deb
cbedic_4.0.orig.tar.gz
  to pool/contrib/c/cbedic/cbedic_4.0.orig.tar.gz


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



Accepted opie-apps-fb 1.0.1.1snapshot20030828-1 (i386 source all)

2003-09-01 Thread Ivan E. Moore II
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 01 Sep 2003 03:15:00 -0700
Source: opie-apps-fb
Binary: op-reader-fb op-tinykate-fb op-apps-fb op-keytabs op-tinykate-syntax-misc 
op-console-fb op-sysinfo-fb op-tinykate-syntax-miscdev op-sheet-fb op-helpbrowser-fb 
op-checkbook-fb op-tinykate-syntax op-embeddedkonsole-fb op-confedit-fb op-textedit-fb 
op-advancedfm-fb op-tableviewer-fb op-tinykate-syntax-web op-aqpkg-fb 
op-tinykate-syntax-document op-tinykate-syntax-commondev op-tinykate-syntax-unix 
op-oxygen-fb libtinykate1-fb op-write-fb
Architecture: source all i386
Version: 1.0.1.1snapshot20030828-1
Distribution: unstable
Urgency: low
Maintainer: Ivan E. Moore II [EMAIL PROTECTED]
Changed-By: Ivan E. Moore II [EMAIL PROTECTED]
Description: 
 libtinykate1-fb - Opie kate library
 op-advancedfm-fb - Opie Advanced File Manager
 op-apps-fb - Open Palm Integrated Environment (Base Packages)
 op-aqpkg-fb - Package Manager  for Opie
 op-checkbook-fb - Opie checkbook program
 op-confedit-fb - Opie editor for the ~/Settings/*.conf files
 op-console-fb - Opie terminal application
 op-embeddedkonsole-fb - Opie version of KDE's konsole (shell terminal)
 op-helpbrowser-fb - Help Browser for Opie
 op-keytabs - Opie keytabs for terminal applications
 op-oxygen-fb - A chemistry application for Opie
 op-reader-fb - Opie E-Book reader
 op-sheet-fb - Spreadsheet Application for Opie
 op-sysinfo-fb - Opie System Information dialog
 op-tableviewer-fb - Opie XML database browsers
 op-textedit-fb - Text Editor for Opie
 op-tinykate-fb - Embedded version of Kate for Opie
 op-tinykate-syntax - Syntax Highlighting Patterns for tinykate
 op-tinykate-syntax-commondev - Syntax Highlighting Patterns for tinykate (commondev)
 op-tinykate-syntax-document - Syntax Highlighting Patterns for tinykate (document 
oriented)
 op-tinykate-syntax-misc - Syntax Highlighting Patterns for tinykate (misc)
 op-tinykate-syntax-miscdev - Syntax Highlighting Patterns for tinykate (miscdev)
 op-tinykate-syntax-unix - Syntax Highlighting Patterns for tinykate (unix)
 op-tinykate-syntax-web - Syntax Highlighting Patterns for tinykate (web)
 op-write-fb - Opie Rich Text Editor
Changes: 
 opie-apps-fb (1.0.1.1snapshot20030828-1) unstable; urgency=low
 .
   * New upstream version
   * op-filebrowser not part of 1.x release so removed
Files: 
 2dfc2f029ef898fe02f103df3f312fd6 1259 embedded optional 
opie-apps-fb_1.0.1.1snapshot20030828-1.dsc
 d00dc2adacafd5a326e320481355a2a7 6622642 embedded optional 
opie-apps-fb_1.0.1.1snapshot20030828.orig.tar.gz
 bd45d574104f46ac283c60f4b4b1d9df 37926 embedded optional 
opie-apps-fb_1.0.1.1snapshot20030828-1.diff.gz
 33bb0cc11563605384ba57a88bcf5ff4 83372 admin optional 
op-aqpkg-fb_1.0.1.1snapshot20030828-1_i386.deb
 fa7eb11fa8bf007f2d36de8fff4c2b60 87444 embedded optional 
op-embeddedkonsole-fb_1.0.1.1snapshot20030828-1_i386.deb
 d06d09cf1f3536e939f31efd795ab58d 46676 editors optional 
op-textedit-fb_1.0.1.1snapshot20030828-1_i386.deb
 8e0fa7843c609f1d23fe2bfb1f5e8ddd 31168 utils optional 
op-helpbrowser-fb_1.0.1.1snapshot20030828-1_i386.deb
 2907069fafb9c31cfba5ee04e1c518c2 19504 editors optional 
op-tinykate-fb_1.0.1.1snapshot20030828-1_i386.deb
 c2ef6cce1919c2de47d7794b881980df 66172 math optional 
op-sheet-fb_1.0.1.1snapshot20030828-1_i386.deb
 e2c276828dee1e61d5552985135a364b 49944 science optional 
op-oxygen-fb_1.0.1.1snapshot20030828-1_i386.deb
 8f20975aa55dd339b49f7828909a2629 132130 text optional 
op-reader-fb_1.0.1.1snapshot20030828-1_i386.deb
 94bb2f8d02c149a868ca495787f5d44f 67556 utils optional 
op-tableviewer-fb_1.0.1.1snapshot20030828-1_i386.deb
 9066f66bb1d9aee6779eba14e3e02bdb 49870 misc optional 
op-checkbook-fb_1.0.1.1snapshot20030828-1_i386.deb
 5ffd91063fd9a58c51c1f40384563cb7 29162 utils optional 
op-confedit-fb_1.0.1.1snapshot20030828-1_i386.deb
 d3cbab8b5f455e914234f4e02433355c 60880 utils optional 
op-advancedfm-fb_1.0.1.1snapshot20030828-1_i386.deb
 ae3600e370335f75485ce63064bf8612 50538 utils optional 
op-sysinfo-fb_1.0.1.1snapshot20030828-1_i386.deb
 36cf98d12fd14590eaa47ae71b46eb0e 151264 embedded optional 
op-console-fb_1.0.1.1snapshot20030828-1_i386.deb
 caeb162b47b35a42eea4344b12c35fbe 182328 editors optional 
op-write-fb_1.0.1.1snapshot20030828-1_i386.deb
 6858928dc0d79624b26d5033a94423da 237130 libs optional 
libtinykate1-fb_1.0.1.1snapshot20030828-1_i386.deb
 9edde8925d2c4b16e4f24f3c4e3c68e4 3942 embedded optional 
op-apps-fb_1.0.1.1snapshot20030828-1_all.deb
 2a07a29c7b32dae6c95e6788ce817714 6910 editors optional 
op-tinykate-syntax-web_1.0.1.1snapshot20030828-1_all.deb
 fdd3f0a9c64e3187ca81ae81079a628f 8168 editors optional 
op-tinykate-syntax-document_1.0.1.1snapshot20030828-1_all.deb
 999ac89f9e817fa26778ae88318c26d0 18450 editors optional 
op-tinykate-syntax-misc_1.0.1.1snapshot20030828-1_all.deb
 c2890f115e4e3456292a426394a4c23a 11154 editors optional 
op-tinykate-syntax-miscdev_1.0.1.1snapshot20030828-1_all.deb
 869eed6ef91e0b75cf73d2f66b9dc426 8126 

Accepted opie-libs-fb 1.0.1.1snapshot20030829-2 (i386 source all)

2003-09-01 Thread Ivan E. Moore II
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 01 Sep 2003 03:34:00 -0700
Source: opie-libs-fb
Binary: libqpe-fb-dev libqpe1-ipaq libqpe1-sharp libqpe1 libopie1-fb libopie-fb-dev
Architecture: source i386 all
Version: 1.0.1.1snapshot20030829-2
Distribution: unstable
Urgency: low
Maintainer: Ivan E. Moore II [EMAIL PROTECTED]
Changed-By: Ivan E. Moore II [EMAIL PROTECTED]
Description: 
 libopie-fb-dev - Open Palm Integrated Environment (Opie Lib Development Files)
 libopie1-fb - Open Palm Integrated Environment (Core Opie library)
 libqpe-fb-dev - Open Palm Integrated Environment (QPE Development Files)
 libqpe1- Core QPE library
Changes: 
 opie-libs-fb (1.0.1.1snapshot20030829-2) unstable; urgency=low
 .
   * Clean up depends a bit and help with migration to 1.0.1 packages
   * This should also take care of the conflict between op-doc and qt-embedded
Files: 
 143dfefe5064590a25e5b5738feb13fc 777 libs optional 
opie-libs-fb_1.0.1.1snapshot20030829-2.dsc
 9a34ea30e5d4a1a52a1782a70b9b7c64 63525 libs optional 
opie-libs-fb_1.0.1.1snapshot20030829-2.diff.gz
 5e8073ccfb26342f4dbedc69a7356a92 475274 libs optional 
libqpe1_1.0.1.1snapshot20030829-2_i386.deb
 beceeecb0b5646fe1d8954ab67ebe545 296474 libs optional 
libopie1-fb_1.0.1.1snapshot20030829-2_i386.deb
 686b6f3dedae6f4defe22dfc93e5c24b 186668 libdevel optional 
libqpe-fb-dev_1.0.1.1snapshot20030829-2_all.deb
 9b66dcf7abc0b60d0b8bd10636535779 59966 libdevel optional 
libopie-fb-dev_1.0.1.1snapshot20030829-2_all.deb

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

iD8DBQE/Uxy4dkWBQZC84N0RAkq7AJ9ZkxFiIHlbFXHnqvGnmwVSHUtB5ACdEI4v
2qwWZNCDjUwGStahxFYtXCo=
=tMCD
-END PGP SIGNATURE-


Accepted:
libopie-fb-dev_1.0.1.1snapshot20030829-2_all.deb
  to pool/main/o/opie-libs-fb/libopie-fb-dev_1.0.1.1snapshot20030829-2_all.deb
libopie1-fb_1.0.1.1snapshot20030829-2_i386.deb
  to pool/main/o/opie-libs-fb/libopie1-fb_1.0.1.1snapshot20030829-2_i386.deb
libqpe-fb-dev_1.0.1.1snapshot20030829-2_all.deb
  to pool/main/o/opie-libs-fb/libqpe-fb-dev_1.0.1.1snapshot20030829-2_all.deb
libqpe1_1.0.1.1snapshot20030829-2_i386.deb
  to pool/main/o/opie-libs-fb/libqpe1_1.0.1.1snapshot20030829-2_i386.deb
opie-libs-fb_1.0.1.1snapshot20030829-2.diff.gz
  to pool/main/o/opie-libs-fb/opie-libs-fb_1.0.1.1snapshot20030829-2.diff.gz
opie-libs-fb_1.0.1.1snapshot20030829-2.dsc
  to pool/main/o/opie-libs-fb/opie-libs-fb_1.0.1.1snapshot20030829-2.dsc


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



Accepted vfu 4.03-1 (i386 source)

2003-09-01 Thread Mika Fischer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Sep 2003 12:45:04 +0200
Source: vfu
Binary: vfu
Architecture: source i386
Version: 4.03-1
Distribution: unstable
Urgency: low
Maintainer: Mika Fischer [EMAIL PROTECTED]
Changed-By: Mika Fischer [EMAIL PROTECTED]
Description: 
 vfu- A versatile text-based filemanager
Changes: 
 vfu (4.03-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 e95f17968fe52105235e740dd5b01c28 553 utils optional vfu_4.03-1.dsc
 153fdc2cf616fcc99b8d67c7cd2e1826 285975 utils optional vfu_4.03.orig.tar.gz
 ab8fd60e5d7d4bc88f959cad0119d73b 3037 utils optional vfu_4.03-1.diff.gz
 2ba978333e0763a01535c3d416d09f46 180966 utils optional vfu_4.03-1_i386.deb

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

iEYEARECAAYFAj9TJJUACgkQUN8Zkye7QvDcFQCgyRsSmaNXxASpF5IOVAkRbIa+
BoAAn3RaqXLZhkv+iWGHNxjweDw8e1rl
=3wHE
-END PGP SIGNATURE-


Accepted:
vfu_4.03-1.diff.gz
  to pool/main/v/vfu/vfu_4.03-1.diff.gz
vfu_4.03-1.dsc
  to pool/main/v/vfu/vfu_4.03-1.dsc
vfu_4.03-1_i386.deb
  to pool/main/v/vfu/vfu_4.03-1_i386.deb
vfu_4.03.orig.tar.gz
  to pool/main/v/vfu/vfu_4.03.orig.tar.gz


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



Accepted xisp 2.7p1-1.0 (i386 source)

2003-09-01 Thread Pierre Machard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 30 Aug 2003 00:25:05 +0200
Source: xisp
Binary: xisp
Architecture: source i386
Version: 2.7p1-1.0
Distribution: unstable
Urgency: low
Maintainer: Martin Bialasinski [EMAIL PROTECTED]
Changed-By: Pierre Machard [EMAIL PROTECTED]
Description: 
 xisp   - A user-friendly X interface to pppd/chat
Closes: 186371 203116
Changes: 
 xisp (2.7p1-1.0) unstable; urgency=low
 .
   * NMU.
   * New Upstream release.
 - Migrated all code to using the stdarg interface for variable argument
   calls (closes: #203116).
   * Fix build depends on libforms1 (closes: #186371).
   * Package can now migrate to main since libforms1 is in main.
   * Update URL of upstream.
   * Remove old cruf in post/preinst files.
Files: 
 ff89f16ee69dc26bf930a565bca8c538 516 net optional xisp_2.7p1-1.0.dsc
 d77d253b6f46b0874b5df437a513070a 300031 net optional xisp_2.7p1-1.0.tar.gz
 7e2746305d173c4601b48ba9e205802f 233716 net optional xisp_2.7p1-1.0_i386.deb

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

iD8DBQE/UGzks6AtZiNwb4cRAi36AJ4hzfmO/3qSQYUJAtwej0rynrf+hACgwMTV
j88MO14I2ofpHJTRZgjnwAc=
=fQXN
-END PGP SIGNATURE-


Accepted:
xisp_2.7p1-1.0.dsc
  to pool/main/x/xisp/xisp_2.7p1-1.0.dsc
xisp_2.7p1-1.0.tar.gz
  to pool/main/x/xisp/xisp_2.7p1-1.0.tar.gz
xisp_2.7p1-1.0_i386.deb
  to pool/main/x/xisp/xisp_2.7p1-1.0_i386.deb


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



Accepted xisp 2.7p1-2 (i386 source)

2003-09-01 Thread Pierre Machard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 30 Aug 2003 11:41:18 +0200
Source: xisp
Binary: xisp
Architecture: source i386
Version: 2.7p1-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Pierre Machard [EMAIL PROTECTED]
Description: 
 xisp   - A user-friendly X interface to pppd/chat
Closes: 125545
Changes: 
 xisp (2.7p1-2) unstable; urgency=low
 .
   * QA Upload
   * Fix sepelling error in description (closes: #125545)
   * Set maintainer field to QA Group since this package is orphaned
Files: 
 7b791043f0c0fbe6dbb0ca7dfaa4096c 513 net optional xisp_2.7p1-2.dsc
 740a1402006281d553a7b9b1fc0d88d2 300180 net optional xisp_2.7p1-2.tar.gz
 b4401df5a05027b31cbaad28685c78cc 233806 net optional xisp_2.7p1-2_i386.deb

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

iD8DBQE/UHIss6AtZiNwb4cRAoeQAKCq8rMCkJo/9QLiGKGnOgDnAKEwqgCgtdqe
lYQD3P6xdXTBfpC9EAboUw8=
=e0Oy
-END PGP SIGNATURE-


Accepted:
xisp_2.7p1-2.dsc
  to pool/main/x/xisp/xisp_2.7p1-2.dsc
xisp_2.7p1-2.tar.gz
  to pool/main/x/xisp/xisp_2.7p1-2.tar.gz
xisp_2.7p1-2_i386.deb
  to pool/main/x/xisp/xisp_2.7p1-2_i386.deb


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



Accepted opie-comnet-fb 1.0.1.1snapshot20030828-1 (i386 source all)

2003-09-01 Thread Ivan E. Moore II
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 01 Sep 2003 03:44:00 -0700
Source: opie-comnet-fb
Binary: op-ftp-fb op-mobilemsg-fb op-gsmtool-fb op-irc-fb op-keypebble-fb 
op-bluepin-fb op-bluetoothmanager-fb op-bluetoothapplet-fb libftplib1 libopietooth1-fb 
op-mail2-fb op-comnet-fb
Architecture: source i386 all
Version: 1.0.1.1snapshot20030828-1
Distribution: unstable
Urgency: low
Maintainer: Ivan E. Moore II [EMAIL PROTECTED]
Changed-By: Ivan E. Moore II [EMAIL PROTECTED]
Description: 
 libftplib1 - FTP library for Opie
 libopietooth1-fb - Opie bluetooth library
 op-bluepin-fb - Bluetooth pin application
 op-bluetoothapplet-fb - Bluetooth Applet for Opie
 op-bluetoothmanager-fb - Bluetooth Manager application
 op-comnet-fb - Open Palm Integrated Environment (Comm and Net Packages)
 op-ftp-fb  - Ftp client for Opie
 op-gsmtool-fb - GSMTool program for Opie
 op-irc-fb  - IRC client for Opie
 op-keypebble-fb - VNC Viewer for Opie
 op-mail2-fb - An IMAP mail client for Opie
 op-mobilemsg-fb - Mobile Messaging for Opie
Changes: 
 opie-comnet-fb (1.0.1.1snapshot20030828-1) unstable; urgency=low
 .
   * New upstream version
Files: 
 b934e9118f641faeeeb3189382463197 974 embedded optional 
opie-comnet-fb_1.0.1.1snapshot20030828-1.dsc
 e2b7afcfed9618424a66c7dce36b2c43 1296582 embedded optional 
opie-comnet-fb_1.0.1.1snapshot20030828.orig.tar.gz
 2e4d9843360c47c09eacfce8d7b20edd 31779 embedded optional 
opie-comnet-fb_1.0.1.1snapshot20030828-1.diff.gz
 3c08f73f852b2751e7f3cb7bb11f4753 12110 libs optional 
libftplib1_1.0.1.1snapshot20030828-1_i386.deb
 828069f2e916d36456c65ac2a90a401b 37294 libs optional 
libopietooth1-fb_1.0.1.1snapshot20030828-1_i386.deb
 ae1124189d6477f53b81624fa5be152b 14368 utils optional 
op-bluepin-fb_1.0.1.1snapshot20030828-1_i386.deb
 257d77be1f3e4de1224840e1ca5c4ad1 13100 embedded optional 
op-bluetoothapplet-fb_1.0.1.1snapshot20030828-1_i386.deb
 5a407f94817abcab459ad2c81895f160 60288 admin optional 
op-bluetoothmanager-fb_1.0.1.1snapshot20030828-1_i386.deb
 acd2b995e043ae07dff4353479e68145 50480 net optional 
op-ftp-fb_1.0.1.1snapshot20030828-1_i386.deb
 2599743abb9feb727f40a997702fcffa 41626 utils optional 
op-gsmtool-fb_1.0.1.1snapshot20030828-1_i386.deb
 f03baccc94f31f7c6ddab8c145864b83 80832 net optional 
op-irc-fb_1.0.1.1snapshot20030828-1_i386.deb
 e87717949e44f951f58e4487fb2bf2ed 52772 net optional 
op-keypebble-fb_1.0.1.1snapshot20030828-1_i386.deb
 d60443b2f73e4172fddab0827c8ec5a7 38780 net optional 
op-mobilemsg-fb_1.0.1.1snapshot20030828-1_i386.deb
 c4a8a7bbe9c4efb173a6be03ec489fa3 230490 mail optional 
op-mail2-fb_1.0.1.1snapshot20030828-1_i386.deb
 018f99ffa7a7c08416eea54a450da939 3898 embedded optional 
op-comnet-fb_1.0.1.1snapshot20030828-1_all.deb

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

iD8DBQE/UzR6dkWBQZC84N0RArNAAKCFhHh10WJRami8cl5x/90wSpQ3FACfcj8u
tSXOpFaW7Sh1QNedEsCgn1k=
=Uu/C
-END PGP SIGNATURE-


Accepted:
libftplib1_1.0.1.1snapshot20030828-1_i386.deb
  to pool/main/o/opie-comnet-fb/libftplib1_1.0.1.1snapshot20030828-1_i386.deb
libopietooth1-fb_1.0.1.1snapshot20030828-1_i386.deb
  to pool/main/o/opie-comnet-fb/libopietooth1-fb_1.0.1.1snapshot20030828-1_i386.deb
op-bluepin-fb_1.0.1.1snapshot20030828-1_i386.deb
  to pool/main/o/opie-comnet-fb/op-bluepin-fb_1.0.1.1snapshot20030828-1_i386.deb
op-bluetoothapplet-fb_1.0.1.1snapshot20030828-1_i386.deb
  to 
pool/main/o/opie-comnet-fb/op-bluetoothapplet-fb_1.0.1.1snapshot20030828-1_i386.deb
op-bluetoothmanager-fb_1.0.1.1snapshot20030828-1_i386.deb
  to 
pool/main/o/opie-comnet-fb/op-bluetoothmanager-fb_1.0.1.1snapshot20030828-1_i386.deb
op-comnet-fb_1.0.1.1snapshot20030828-1_all.deb
  to pool/main/o/opie-comnet-fb/op-comnet-fb_1.0.1.1snapshot20030828-1_all.deb
op-ftp-fb_1.0.1.1snapshot20030828-1_i386.deb
  to pool/main/o/opie-comnet-fb/op-ftp-fb_1.0.1.1snapshot20030828-1_i386.deb
op-gsmtool-fb_1.0.1.1snapshot20030828-1_i386.deb
  to pool/main/o/opie-comnet-fb/op-gsmtool-fb_1.0.1.1snapshot20030828-1_i386.deb
op-irc-fb_1.0.1.1snapshot20030828-1_i386.deb
  to pool/main/o/opie-comnet-fb/op-irc-fb_1.0.1.1snapshot20030828-1_i386.deb
op-keypebble-fb_1.0.1.1snapshot20030828-1_i386.deb
  to pool/main/o/opie-comnet-fb/op-keypebble-fb_1.0.1.1snapshot20030828-1_i386.deb
op-mail2-fb_1.0.1.1snapshot20030828-1_i386.deb
  to pool/main/o/opie-comnet-fb/op-mail2-fb_1.0.1.1snapshot20030828-1_i386.deb
op-mobilemsg-fb_1.0.1.1snapshot20030828-1_i386.deb
  to pool/main/o/opie-comnet-fb/op-mobilemsg-fb_1.0.1.1snapshot20030828-1_i386.deb
opie-comnet-fb_1.0.1.1snapshot20030828-1.diff.gz
  to pool/main/o/opie-comnet-fb/opie-comnet-fb_1.0.1.1snapshot20030828-1.diff.gz
opie-comnet-fb_1.0.1.1snapshot20030828-1.dsc
  to pool/main/o/opie-comnet-fb/opie-comnet-fb_1.0.1.1snapshot20030828-1.dsc
opie-comnet-fb_1.0.1.1snapshot20030828.orig.tar.gz
  to pool/main/o/opie-comnet-fb/opie-comnet-fb_1.0.1.1snapshot20030828.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of 

Accepted iceme 1.0.0-11 (all source)

2003-09-01 Thread Sebastien Bacher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Sep 2003 14:00:54 +0200
Source: iceme
Binary: iceme
Architecture: source all
Version: 1.0.0-11
Distribution: unstable
Urgency: low
Maintainer: Jerome Marant [EMAIL PROTECTED]
Changed-By: Sebastien Bacher [EMAIL PROTECTED]
Description: 
 iceme  - A graphical menu editor for IceWM
Closes: 207595 208115
Changes: 
 iceme (1.0.0-11) unstable; urgency=low
 .
   * NMU on maintainer resquest.
   * debian/control
 + Updated Build-Depends on debhelper for dh_python.
 + Updated Depends for pygtk transition (Closes: #208115).
 + Updated Standards-Version to 3.6.1.0.
   * debian/postinst, debian/postrm
 + Removed since dh_python handle that (Closes: #207595).
   * debian/rules
 + Use dh_python.
Files: 
 81528145d6f99da4f82ddec499fe59f0 563 x11 optional iceme_1.0.0-11.dsc
 565dfd4b0cd4e27269a8c916fed68bfc 4109 x11 optional iceme_1.0.0-11.diff.gz
 c3316828ac37870a5c285db193c7f53b 36534 x11 optional iceme_1.0.0-11_all.deb

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

iD8DBQE/Uz3tQxo87aLX0pIRAi+tAKDn/yQZ5IWCBXS9yalzEXXrcmBggACfT85P
TQfNgrplk1KUrH0l4gjd7Zw=
=e58P
-END PGP SIGNATURE-


Accepted:
iceme_1.0.0-11.diff.gz
  to pool/main/i/iceme/iceme_1.0.0-11.diff.gz
iceme_1.0.0-11.dsc
  to pool/main/i/iceme/iceme_1.0.0-11.dsc
iceme_1.0.0-11_all.deb
  to pool/main/i/iceme/iceme_1.0.0-11_all.deb


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



Accepted iceme 1.0.0-10.1 (all source)

2003-09-01 Thread Sebastien Bacher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Sep 2003 14:00:54 +0200
Source: iceme
Binary: iceme
Architecture: source all
Version: 1.0.0-10.1
Distribution: unstable
Urgency: low
Maintainer: Jerome Marant [EMAIL PROTECTED]
Changed-By: Sebastien Bacher [EMAIL PROTECTED]
Description: 
 iceme  - A graphical menu editor for IceWM
Closes: 207595 208115
Changes: 
 iceme (1.0.0-10.1) unstable; urgency=low
 .
   * NMU on maintainer resquest.
   * debian/control
 + Updated Build-Depends on debhelper for dh_python.
 + Updated Depends for pygtk transition (Closes: #208115).
 + Updated Standards-Version to 3.6.1.0.
   * debian/postinst, debian/postrm
 + Removed since dh_python handle that (Closes: #207595).
   * debian/rules
 + Don't replace python by python2.3.
 + Use dh_python.
Files: 
 3a4e36c8003e81b0c8bbdf73c3b60510 567 x11 optional iceme_1.0.0-10.1.dsc
 0bcdd7dc92ec4ae74d719d1daa11e4b4 4127 x11 optional iceme_1.0.0-10.1.diff.gz
 f5871a7c6c5fd29639d53e203deb6844 36556 x11 optional iceme_1.0.0-10.1_all.deb

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

iD8DBQE/Uz80Qxo87aLX0pIRAubdAKDXrq3dEUlFHkPChnNDqMx+CS7+ggCfVuXE
f2sANB5JibiuVi9BAi0Mbic=
=DvKq
-END PGP SIGNATURE-


Accepted:
iceme_1.0.0-10.1.diff.gz
  to pool/main/i/iceme/iceme_1.0.0-10.1.diff.gz
iceme_1.0.0-10.1.dsc
  to pool/main/i/iceme/iceme_1.0.0-10.1.dsc
iceme_1.0.0-10.1_all.deb
  to pool/main/i/iceme/iceme_1.0.0-10.1_all.deb


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



Accepted bincimap 1.2.0final-1 (source)

2003-09-01 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Sep 2003 13:50:56 +0200
Source: bincimap
Binary: bincimap
Architecture: source
Version: 1.2.0final-1
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape [EMAIL PROTECTED]
Changed-By: Gerrit Pape [EMAIL PROTECTED]
Description: 
 bincimap   - IMAP server for Maildir depositories
Changes: 
 bincimap (1.2.0final-1) unstable; urgency=low
 .
   * new upstream version.
   * debian/rules: add --localstatedir=/var to ./configure.
Files: 
 c96733d294bcbb3aac4020b2be84fc34 599 mail optional bincimap_1.2.0final-1.dsc
 fe862809950f76f51d64578458dbedd8 533482 mail optional bincimap_1.2.0final.orig.tar.gz
 0170c1e4affbaf3f6a1c5e12e6d27189 6645 mail optional bincimap_1.2.0final-1.diff.gz

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

iD8DBQE/UzYFGJoyQbxwpv8RAvrUAJ9yOv6xacIgIGRojXMtr/WUthh5nQCgoBGZ
QO9n801FFrZDFMT6JghG7Mw=
=r+6Z
-END PGP SIGNATURE-


Accepted:
bincimap_1.2.0final-1.diff.gz
  to pool/main/b/bincimap/bincimap_1.2.0final-1.diff.gz
bincimap_1.2.0final-1.dsc
  to pool/main/b/bincimap/bincimap_1.2.0final-1.dsc
bincimap_1.2.0final.orig.tar.gz
  to pool/main/b/bincimap/bincimap_1.2.0final.orig.tar.gz


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



Accepted debhelper 4.1.71 (all source)

2003-09-01 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Sep 2003 08:24:13 -0400
Source: debhelper
Binary: debhelper
Architecture: source all
Version: 4.1.71
Distribution: unstable
Urgency: low
Maintainer: Joey Hess [EMAIL PROTECTED]
Changed-By: Joey Hess [EMAIL PROTECTED]
Description: 
 debhelper  - helper programs for debian/rules
Closes: 207999 208171
Changes: 
 debhelper (4.1.71) unstable; urgency=low
 .
   * Typo. Closes: #207999
   * Typo, typo. Closes: #208171 :-)
Files: 
 69d18797ccf7ed4db86efcf3e93a6b06 570 devel optional debhelper_4.1.71.dsc
 857009313d75adbf3a187902b892fb1c 131438 devel optional debhelper_4.1.71.tar.gz
 d2233dd7caed2932077de78edeb79646 340074 devel optional debhelper_4.1.71_all.deb

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

iD8DBQE/UzsN2tp5zXiKP0wRAmTrAJ0fPnLJpGZgwcgMsRNZ86s+aq13nACgx5oB
/IToMe7NpQqpFACUIYNLPlw=
=Tv0m
-END PGP SIGNATURE-


Accepted:
debhelper_4.1.71.dsc
  to pool/main/d/debhelper/debhelper_4.1.71.dsc
debhelper_4.1.71.tar.gz
  to pool/main/d/debhelper/debhelper_4.1.71.tar.gz
debhelper_4.1.71_all.deb
  to pool/main/d/debhelper/debhelper_4.1.71_all.deb


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



Accepted xbl 1.1.2-1 (i386 source)

2003-09-01 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Sep 2003 08:42:24 -0400
Source: xbl
Binary: xbl
Architecture: source i386
Version: 1.1.2-1
Distribution: unstable
Urgency: low
Maintainer: Joey Hess [EMAIL PROTECTED]
Changed-By: Joey Hess [EMAIL PROTECTED]
Description: 
 xbl- 3-D tetris like game
Changes: 
 xbl (1.1.2-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 d9d99c7602e23b6ddf4990fcfeca85f2 576 games optional xbl_1.1.2-1.dsc
 81b918d78c1f78ff05cdaab9f4589538 136082 games optional xbl_1.1.2.orig.tar.gz
 c4330341c2c88fd15e0d343ee182dc79 4590 games optional xbl_1.1.2-1.diff.gz
 a8f4e20136b938bc4c5aa2cdc4da7825 109446 games optional xbl_1.1.2-1_i386.deb

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

iD8DBQE/Uz852tp5zXiKP0wRAsKfAKDPPpoObOT5po7OZJMdu4k2WbPzFACeJudX
4rxS/tBdD1KqI96+WGXQEq0=
=2sYT
-END PGP SIGNATURE-


Accepted:
xbl_1.1.2-1.diff.gz
  to pool/main/x/xbl/xbl_1.1.2-1.diff.gz
xbl_1.1.2-1.dsc
  to pool/main/x/xbl/xbl_1.1.2-1.dsc
xbl_1.1.2-1_i386.deb
  to pool/main/x/xbl/xbl_1.1.2-1_i386.deb
xbl_1.1.2.orig.tar.gz
  to pool/main/x/xbl/xbl_1.1.2.orig.tar.gz


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



Accepted tetex-bin 2.0.2-4.3 (i386 source)

2003-09-01 Thread Atsuhito KOHDA
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Aug 2003 22:19:35 +0900
Source: tetex-bin
Binary: libkpathsea3 tetex-bin libkpathsea-dev
Architecture: source i386
Version: 2.0.2-4.3
Distribution: unstable
Urgency: low
Maintainer: teTeX maintainers [EMAIL PROTECTED]
Changed-By: Atsuhito KOHDA [EMAIL PROTECTED]
Description: 
 libkpathsea-dev - kpathsea.a and include files for teTeX
 libkpathsea3 - shared libkpathsea for teTeX
 tetex-bin  - The teTeX binary files
Closes: 93781 198299 198546 198549 199357 203532 204459 207160
Changes: 
 tetex-bin (2.0.2-4.3) unstable; urgency=low
 .
   * Refined handling of mime-related ( xaw) stuffs  [kohda]  (Closes: #198299)
   * Fixed mktexlsr so that permissions of ls-R would be preserved.  Thanks to
 jdg  [kohda]  (Closes: #198546, #198549, #203532)
   * Refined handling of language.dat in postinst.  Thanks to Frank Küster
 [EMAIL PROTECTED]  [kohda]  (Closes: #204459)
- depended on tetex-base (= 2.0.2-4.2) for the above change.
- the default hyphenation patterns were of french and ngerman only.
   * Refined Description substantially.  Thanks to Hilmar Preusse
 [EMAIL PROTECTED] and Stefan Ulrich [EMAIL PROTECTED]
 [kohda]
   * Lower priorities of debconf questions; tetex-bin/texmf (high - medium),
 tetex-bin/fmtutil, tetex-bin/upd_map (medium - low).  [kohda]
   * Fixed postrm with the patch of Hilmar Preusse [EMAIL PROTECTED], so now
 it would remove generated map files under /etc/texmf/dvips at purge.
 [kohda]  (Closes: #207160)
   * Refined texdoc script; it now would use TEXDOCEXT and stopped to launch
 netscape anytime.  Thanks to Michael L. Brownlow [EMAIL PROTECTED] and
 Hilmar Preusse [EMAIL PROTECTED].  [kohda]  (Closes: #93781, #199357)
- added mime-support to Depends field for the above.
- added 90TeXDoc.cnf for the above.
   * Changed templates a bit clearer, hopefully.  [kohda]
   * Updated README.Debian and postinst for explanations and handling for
 update-* scripts.  [kohda]
Files: 
 2212f4caa9d9bbb27a36dd731f7bd347 978 tex optional tetex-bin_2.0.2-4.3.dsc
 6994166b2dbb0d491ae22169331d777d 59204 tex optional tetex-bin_2.0.2-4.3.diff.gz
 bf1fd4d8b81f22ee1b92a2cab9da4d05 3885690 tex optional tetex-bin_2.0.2-4.3_i386.deb
 1ed0702505e4071a418b6ee6db37dd74 50470 libs optional libkpathsea3_2.0.2-4.3_i386.deb
 b37a587fb7bcafd5dc4445aae4b9b8a6 65142 libdevel optional 
libkpathsea-dev_2.0.2-4.3_i386.deb

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

iD8DBQE/UrsC1IXdL1v6kOwRArlnAKCKpL1KgetKaWBFDtULRN2BLpPTTwCdHZ4/
tlt7ZhJD+rJdo31OyndgByk=
=gEMu
-END PGP SIGNATURE-


Accepted:
libkpathsea-dev_2.0.2-4.3_i386.deb
  to pool/main/t/tetex-bin/libkpathsea-dev_2.0.2-4.3_i386.deb
libkpathsea3_2.0.2-4.3_i386.deb
  to pool/main/t/tetex-bin/libkpathsea3_2.0.2-4.3_i386.deb
tetex-bin_2.0.2-4.3.diff.gz
  to pool/main/t/tetex-bin/tetex-bin_2.0.2-4.3.diff.gz
tetex-bin_2.0.2-4.3.dsc
  to pool/main/t/tetex-bin/tetex-bin_2.0.2-4.3.dsc
tetex-bin_2.0.2-4.3_i386.deb
  to pool/main/t/tetex-bin/tetex-bin_2.0.2-4.3_i386.deb


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



Accepted tetex-base 2.0.2-4.2 (all source)

2003-09-01 Thread Atsuhito KOHDA
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Aug 2003 22:43:37 +0900
Source: tetex-base
Binary: tetex-extra tetex-doc tetex-base
Architecture: source all
Version: 2.0.2-4.2
Distribution: unstable
Urgency: low
Maintainer: teTeX maintainers [EMAIL PROTECTED]
Changed-By: Atsuhito KOHDA [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: 189343 207742
Changes: 
 tetex-base (2.0.2-4.2) unstable; urgency=low
 .
   * Modified language.dat so that debconf (of tetex-bin) could handle it
 more flexibly.  [kohda]
   * Refined Description substantially.  Thanks to Hilmar Preusse
 [EMAIL PROTECTED] and Stefan Ulrich [EMAIL PROTECTED]
 [kohda]  (Closes: #189343)
   * Fixed wrong place of fmtutil.cnf of tetex-extra.postinst  [kohda]
 (Closes: #207742)
   * Removed unnecessary entries (tetex-base/updmap, tetex-base/lang_dat)
 in debian/config  [kohda]
Files: 
 616a0104fe0477cc659b715ce585b98f 820 tex optional tetex-base_2.0.2-4.2.dsc
 29cea3339b903a4362d7432b21b172eb 132265 tex optional tetex-base_2.0.2-4.2.diff.gz
 31e8f813fb0e13b60a5504b345ffbed6 14000796 tex optional tetex-base_2.0.2-4.2_all.deb
 9c8c94713c06948e467cf2dabdc845f1 10516068 tex optional tetex-extra_2.0.2-4.2_all.deb
 96e280879f3e8cc1e290f43b54b834b0 27523038 doc optional tetex-doc_2.0.2-4.2_all.deb

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

iD8DBQE/Uzgp1IXdL1v6kOwRAld5AJ9YRH9sHoz2VXjCib0NK0cHpII/hgCcCMlI
9BFH8q9UU9Alt1e3y+zZmGs=
=VtgT
-END PGP SIGNATURE-


Accepted:
tetex-base_2.0.2-4.2.diff.gz
  to pool/main/t/tetex-base/tetex-base_2.0.2-4.2.diff.gz
tetex-base_2.0.2-4.2.dsc
  to pool/main/t/tetex-base/tetex-base_2.0.2-4.2.dsc
tetex-base_2.0.2-4.2_all.deb
  to pool/main/t/tetex-base/tetex-base_2.0.2-4.2_all.deb
tetex-doc_2.0.2-4.2_all.deb
  to pool/main/t/tetex-base/tetex-doc_2.0.2-4.2_all.deb
tetex-extra_2.0.2-4.2_all.deb
  to pool/main/t/tetex-base/tetex-extra_2.0.2-4.2_all.deb


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



Accepted icepref 1.1-16.1 (all source)

2003-09-01 Thread Sebastien Bacher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Sep 2003 14:49:37 +0200
Source: icepref
Binary: icepref
Architecture: source all
Version: 1.1-16.1
Distribution: unstable
Urgency: low
Maintainer: Jerome Marant [EMAIL PROTECTED]
Changed-By: Sebastien Bacher [EMAIL PROTECTED]
Description: 
 icepref- Yet another configuration tool for IceWM
Closes: 208114
Changes: 
 icepref (1.1-16.1) unstable; urgency=low
 .
   * NMU on maintainer request.
   * debian/control
 + Updated Depends for pygtk transition (Closes: #208114).
 + Updated Standards-Version to 3.6.1.0.
   * debian/rules
 + Don't replace python by python2.3.
Files: 
 66b719db194dedf210ed03148c5a685e 568 x11 optional icepref_1.1-16.1.dsc
 9cb08fe3ab5c3368703c479e7e542e43 5465 x11 optional icepref_1.1-16.1.diff.gz
 69006da53d802bab876da9f65d74c825 25748 x11 optional icepref_1.1-16.1_all.deb

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

iD8DBQE/U0pHQxo87aLX0pIRAlCBAJ9rX3fivXykR+QONhA17QOgvsxBDQCg1KlA
Q4o01kNTKsTVrvjY+zS7kKI=
=7o99
-END PGP SIGNATURE-


Accepted:
icepref_1.1-16.1.diff.gz
  to pool/main/i/icepref/icepref_1.1-16.1.diff.gz
icepref_1.1-16.1.dsc
  to pool/main/i/icepref/icepref_1.1-16.1.dsc
icepref_1.1-16.1_all.deb
  to pool/main/i/icepref/icepref_1.1-16.1_all.deb


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



Accepted vic 1:2.8ucl1.1.5-2 (i386 source)

2003-09-01 Thread Guus Sliepen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Sep 2003 15:50:23 +0200
Source: vic
Binary: vic
Architecture: source i386
Version: 1:2.8ucl1.1.5-2
Distribution: unstable
Urgency: low
Maintainer: Guus Sliepen [EMAIL PROTECTED]
Changed-By: Guus Sliepen [EMAIL PROTECTED]
Description: 
 vic- Video Conferencing Tool
Closes: 207195
Changes: 
 vic (1:2.8ucl1.1.5-2) unstable; urgency=low
 .
   * Copy cf-network.tcl from CVS. Closes: #207195
Files: 
 45686eaf285b2eee51f404a859f02211 617 net optional vic_2.8ucl1.1.5-2.dsc
 98e3ef5aeaf008ae3a7bfc0aae45ea72 35476 net optional vic_2.8ucl1.1.5-2.diff.gz
 7eec94fd35310cc6042ac4fadbeb21d1 475370 net optional vic_2.8ucl1.1.5-2_i386.deb

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

iD8DBQE/U0+ZAxLow12M2nsRApA2AKCcwS8NQwOEp9oJf6AkDJhmfhiSBACcCgSr
0zTp7HDIqLcaCl7f97yDa4I=
=fQcp
-END PGP SIGNATURE-


Accepted:
vic_2.8ucl1.1.5-2.diff.gz
  to pool/main/v/vic/vic_2.8ucl1.1.5-2.diff.gz
vic_2.8ucl1.1.5-2.dsc
  to pool/main/v/vic/vic_2.8ucl1.1.5-2.dsc
vic_2.8ucl1.1.5-2_i386.deb
  to pool/main/v/vic/vic_2.8ucl1.1.5-2_i386.deb


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



Accepted scmxx 0.6.4-1 (i386 source)

2003-09-01 Thread Michael Banck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Sep 2003 15:47:04 +0200
Source: scmxx
Binary: scmxx
Architecture: source i386
Version: 0.6.4-1
Distribution: unstable
Urgency: low
Maintainer: Michael Banck [EMAIL PROTECTED]
Changed-By: Michael Banck [EMAIL PROTECTED]
Description: 
 scmxx  - Exchange data with Siemens mobile phones
Changes: 
 scmxx (0.6.4-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control (Build-Depends): Build-Depend on debhelper
 (= 4.1.0), as mandated by cdbs
   * debian/control (Standards-Version): Bump Standards-Version to
 3.6.0, no changes needed
   * debian/examples: Remove docs/phonebooks, no longer shipped
 upstream
Files: 
 0ac1de0d2c4e48605294eacf9e054918 569 comm optional scmxx_0.6.4-1.dsc
 76836296db9993d7b05680a9a34a7747 95708 comm optional scmxx_0.6.4.orig.tar.gz
 a4563189807d55c57cf13e367658e0b0 7452 comm optional scmxx_0.6.4-1.diff.gz
 0d79c2892e1a54d63c9d3fd19f677c23 62284 comm optional scmxx_0.6.4-1_i386.deb

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

iD8DBQE/U085mHaJYZ7RAb8RAqlLAJkBCLuGF4Sx6CeusOqNgKblks7HrwCfeE1g
akV3c9m9VI4QVegR5f3Fv4s=
=qp67
-END PGP SIGNATURE-


Accepted:
scmxx_0.6.4-1.diff.gz
  to pool/main/s/scmxx/scmxx_0.6.4-1.diff.gz
scmxx_0.6.4-1.dsc
  to pool/main/s/scmxx/scmxx_0.6.4-1.dsc
scmxx_0.6.4-1_i386.deb
  to pool/main/s/scmxx/scmxx_0.6.4-1_i386.deb
scmxx_0.6.4.orig.tar.gz
  to pool/main/s/scmxx/scmxx_0.6.4.orig.tar.gz


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



Accepted kernel-patch-2.4-supermount-ng 1.2.9-1 (all source)

2003-09-01 Thread Mika Fischer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Sep 2003 16:01:47 +0200
Source: kernel-patch-2.4-supermount-ng
Binary: kernel-patch-2.4-supermount-ng
Architecture: source all
Version: 1.2.9-1
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Mika Fischer [EMAIL PROTECTED]
Description: 
 kernel-patch-2.4-supermount-ng - Automatically mount and unmount removable media
Changes: 
 kernel-patch-2.4-supermount-ng (1.2.9-1) unstable; urgency=low
 .
   * New upstream version
Files: 
 38090adcfc473e10d94335f380ad99f2 676 devel extra 
kernel-patch-2.4-supermount-ng_1.2.9-1.dsc
 7ddb601f5b9e49def9022b83402ceed4 83555 devel extra 
kernel-patch-2.4-supermount-ng_1.2.9.orig.tar.gz
 ed2468e8d068b1477c4f0de422e24fe1 1860 devel extra 
kernel-patch-2.4-supermount-ng_1.2.9-1.diff.gz
 bbe12fc6fa2ab92d7f8289b2a0823a5c 91306 devel extra 
kernel-patch-2.4-supermount-ng_1.2.9-1_all.deb

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

iEYEARECAAYFAj9TUwoACgkQUN8Zkye7QvCg/ACgoaJjDCr3c0AFdA6UuZquMjVq
exQAn32xE7jk2ORaZHHCDzsqt1HxTQhy
=VqfS
-END PGP SIGNATURE-


Accepted:
kernel-patch-2.4-supermount-ng_1.2.9-1.diff.gz
  to 
pool/main/k/kernel-patch-2.4-supermount-ng/kernel-patch-2.4-supermount-ng_1.2.9-1.diff.gz
kernel-patch-2.4-supermount-ng_1.2.9-1.dsc
  to 
pool/main/k/kernel-patch-2.4-supermount-ng/kernel-patch-2.4-supermount-ng_1.2.9-1.dsc
kernel-patch-2.4-supermount-ng_1.2.9-1_all.deb
  to 
pool/main/k/kernel-patch-2.4-supermount-ng/kernel-patch-2.4-supermount-ng_1.2.9-1_all.deb
kernel-patch-2.4-supermount-ng_1.2.9.orig.tar.gz
  to 
pool/main/k/kernel-patch-2.4-supermount-ng/kernel-patch-2.4-supermount-ng_1.2.9.orig.tar.gz


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



Accepted dhis-client 5.1-5 (i386 source)

2003-09-01 Thread Guus Sliepen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Sep 2003 16:17:48 +0200
Source: dhis-client
Binary: dhis-client
Architecture: source i386
Version: 5.1-5
Distribution: unstable
Urgency: low
Maintainer: Guus Sliepen [EMAIL PROTECTED]
Changed-By: Guus Sliepen [EMAIL PROTECTED]
Description: 
 dhis-client - Dynamic Host Information System - client
Closes: 207860
Changes: 
 dhis-client (5.1-5) unstable; urgency=low
 .
   * Switch to gettext format for debconf templates. Closes: #207860
Files: 
 b761e713fb5b9573395f871e38107e5c 581 net optional dhis-client_5.1-5.dsc
 ae5defba1fc1424bd0fc2b6b182cecb1 6919 net optional dhis-client_5.1-5.diff.gz
 6515fb5e79cbd380c2eafdbf34bc53d8 21872 net optional dhis-client_5.1-5_i386.deb

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

iD8DBQE/U1aaAxLow12M2nsRAt96AJoDBDoGqVWNTzplBUYsZQxgvw3thQCaA2bR
O6Umt/dWGTL+jany1H7Zv4I=
=qwg3
-END PGP SIGNATURE-


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


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



Accepted riece 0.1.1-1 (all source)

2003-09-01 Thread OHASHI Akira
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Sep 2003 21:54:18 +0900
Source: riece
Binary: riece-rdcc riece riece-ndcc
Architecture: source all
Version: 0.1.1-1
Distribution: unstable
Urgency: low
Maintainer: OHASHI Akira [EMAIL PROTECTED]
Changed-By: OHASHI Akira [EMAIL PROTECTED]
Description: 
 riece  - redesign of the Liece IRC client for Emacs
 riece-ndcc - DCC add-on for riece implemented by emacs lisp
 riece-rdcc - DCC add-on for riece implemented by ruby
Changes: 
 riece (0.1.1-1) unstable; urgency=low
 .
   * New upstream release
   * config: Add guess and history to addonlist.
   * emacsen-startup: Add the hack of riece-guess.
   * templates (addons): Fix typo and default value.
   * po/fr.po: Ditto.
   * po/ja.po: Ditto.
Files: 
 5e8f2c448be71ca28e262570d8af7f4e 663 net optional riece_0.1.1-1.dsc
 324c6cc2642ad872a410cdaec6c01f07 241043 net optional riece_0.1.1.orig.tar.gz
 5cf6ad3361e2014142d319347a84ef91 59632 net optional riece_0.1.1-1.diff.gz
 8effe965ecd6e23b2a0c144802bc4ac3 102940 net optional riece_0.1.1-1_all.deb
 4d14cc02f2d3264c91b66453c5c0fe30 4074 net optional riece-rdcc_0.1.1-1_all.deb
 5d34c047e36e4d865f7d017387057344 4122 net optional riece-ndcc_0.1.1-1_all.deb

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

iD8DBQE/U1XD+pahSABNprQRAhG/AJ9rBkzmzQUeFdLfjCr8gWtRzgZ1XQCfQw2R
IEW9qtG4WWQ51Gbkb74zHpQ=
=QiPs
-END PGP SIGNATURE-


Accepted:
riece-ndcc_0.1.1-1_all.deb
  to pool/main/r/riece/riece-ndcc_0.1.1-1_all.deb
riece-rdcc_0.1.1-1_all.deb
  to pool/main/r/riece/riece-rdcc_0.1.1-1_all.deb
riece_0.1.1-1.diff.gz
  to pool/main/r/riece/riece_0.1.1-1.diff.gz
riece_0.1.1-1.dsc
  to pool/main/r/riece/riece_0.1.1-1.dsc
riece_0.1.1-1_all.deb
  to pool/main/r/riece/riece_0.1.1-1_all.deb
riece_0.1.1.orig.tar.gz
  to pool/main/r/riece/riece_0.1.1.orig.tar.gz


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



Accepted brltty 3.3.1-1 (i386 source)

2003-09-01 Thread Mario Lang
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Sep 2003 17:10:49 +0200
Source: brltty
Binary: brltty-udeb libbrlapi-dev libbrlapi brltty
Architecture: source i386
Version: 3.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Mario Lang [EMAIL PROTECTED]
Changed-By: Mario Lang [EMAIL PROTECTED]
Description: 
 brltty - Access software for a blind person using a soft braille terminal
 brltty-udeb - Access software for a blind person using a soft braille terminal (udeb)
 libbrlapi  - braille display access via BRLTTY - shared library
 libbrlapi-dev - Library for communication with BRLTTY - static libs and headers
Changes: 
 brltty (3.3.1-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 97490c9e37de1c832330ff9bc9b0291b 598 admin extra brltty_3.3.1-1.dsc
 b322afdc69c5661d97931f12497ca371 980352 admin extra brltty_3.3.1.orig.tar.gz
 31c0a67fd8a2821dfe8c1cd993206f0c 21881 admin extra brltty_3.3.1-1.diff.gz
 4deb08e318ebff4c4f371619f84e4807 469630 admin extra brltty_3.3.1-1_i386.deb
 1167354edb836c3f022d219f7e7b9dd3 27400 libs extra libbrlapi_3.3.1-1_i386.deb
 f70f0ce4595869aec023c9e0638d6354 122468 libdevel extra libbrlapi-dev_3.3.1-1_i386.deb
 40cff1ccc52e7ca73627545b21eb63e3 111524 debian-installer extra 
brltty-udeb_3.3.1-1_i386.udeb

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

iD8DBQE/U2H73/wCKmsRPkQRAgvTAKCMvSLw8NiBq8Y8L6yirOOo0RN4GwCfQY+R
iVs0TvtmpBqIedgg1+Bi+5U=
=KYTu
-END PGP SIGNATURE-


Accepted:
brltty-udeb_3.3.1-1_i386.udeb
  to pool/main/b/brltty/brltty-udeb_3.3.1-1_i386.udeb
brltty_3.3.1-1.diff.gz
  to pool/main/b/brltty/brltty_3.3.1-1.diff.gz
brltty_3.3.1-1.dsc
  to pool/main/b/brltty/brltty_3.3.1-1.dsc
brltty_3.3.1-1_i386.deb
  to pool/main/b/brltty/brltty_3.3.1-1_i386.deb
brltty_3.3.1.orig.tar.gz
  to pool/main/b/brltty/brltty_3.3.1.orig.tar.gz
libbrlapi-dev_3.3.1-1_i386.deb
  to pool/main/b/brltty/libbrlapi-dev_3.3.1-1_i386.deb
libbrlapi_3.3.1-1_i386.deb
  to pool/main/b/brltty/libbrlapi_3.3.1-1_i386.deb


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



Accepted python-xml 0.8.3-2 (i386 source all)

2003-09-01 Thread Alexandre Fayolle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Sep 2003 12:02:39 +0200
Source: python-xml
Binary: python2.1-xml python-xml xbel python2.3-xml xbel-utils python2.2-xml
Architecture: source all i386
Version: 0.8.3-2
Distribution: unstable
Urgency: low
Maintainer: Alexandre Fayolle [EMAIL PROTECTED]
Changed-By: Alexandre Fayolle [EMAIL PROTECTED]
Description: 
 python-xml - XML tools for Python [dummy package]
 python2.1-xml - XML tools for Python (2.1.x)
 python2.2-xml - XML tools for Python (2.2.x)
 python2.3-xml - XML tools for Python (2.3.x)
 xbel   - XML Bookmark Exchange Language
 xbel-utils - XML Bookmark Exchange Language Utilities
Closes: 207835
Changes: 
 python-xml (0.8.3-2) unstable; urgency=low
 .
   * changed section of xbel and xbel-utils to 'web' (was interpreters)
   * Fixed shebangs in xbel-utils and python version in maintainer scripts.  Closes: 
#207835
   * Standards-Version updated to 3.6.1
Files: 
 9a82693db69a643ba070d543384b37df 697 python optional python-xml_0.8.3-2.dsc
 4311da194345b135ad2f3cd039b45afe 27365 python optional python-xml_0.8.3-2.diff.gz
 121963e140cbb70243ce0b710fbe329e 10816 python optional python-xml_0.8.3-2_all.deb
 0866b75d28942741c9b94851765886fe 23644 web optional xbel_0.8.3-2_all.deb
 ccafa4b24c4723512cce0b139b6b83f1 18760 web optional xbel-utils_0.8.3-2_all.deb
 a8c0ba6d6c5390e8933fc1198c6a4138 692412 python optional python2.1-xml_0.8.3-2_i386.deb
 988c50a768ce836d8e64b8a7bcad9df7 699508 python optional python2.2-xml_0.8.3-2_i386.deb
 230acb5190ac00be1d0ce203880e086c 699628 python optional python2.3-xml_0.8.3-2_i386.deb

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

iD8DBQE/U2C6Qxo87aLX0pIRAgKdAKDiZRBQbvPe96/y2/+YK0KN1EJ+ZACgrpsi
KqfVmEQnRK/EMHLfkPxPbpk=
=XLgH
-END PGP SIGNATURE-


Accepted:
python-xml_0.8.3-2.diff.gz
  to pool/main/p/python-xml/python-xml_0.8.3-2.diff.gz
python-xml_0.8.3-2.dsc
  to pool/main/p/python-xml/python-xml_0.8.3-2.dsc
python-xml_0.8.3-2_all.deb
  to pool/main/p/python-xml/python-xml_0.8.3-2_all.deb
python2.1-xml_0.8.3-2_i386.deb
  to pool/main/p/python-xml/python2.1-xml_0.8.3-2_i386.deb
python2.2-xml_0.8.3-2_i386.deb
  to pool/main/p/python-xml/python2.2-xml_0.8.3-2_i386.deb
python2.3-xml_0.8.3-2_i386.deb
  to pool/main/p/python-xml/python2.3-xml_0.8.3-2_i386.deb
xbel-utils_0.8.3-2_all.deb
  to pool/main/p/python-xml/xbel-utils_0.8.3-2_all.deb
xbel_0.8.3-2_all.deb
  to pool/main/p/python-xml/xbel_0.8.3-2_all.deb


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



Accepted icewm 1.2.12+13pre1-1 (i386 source)

2003-09-01 Thread Eduard Bloch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Sep 2003 13:05:00 +0200
Source: icewm
Binary: icewm-gnome icewm icewm-lite icewm-gnome-support icewm-common 
icewm-experimental
Architecture: source i386
Version: 1.2.12+13pre1-1
Distribution: unstable
Urgency: low
Maintainer: Jerome Marant [EMAIL PROTECTED]
Changed-By: Eduard Bloch [EMAIL PROTECTED]
Description: 
 icewm  - A wonderful Win95-OS/2-Motif-like window manager
 icewm-common - A wonderful Win95-OS/2-Motif-like window manager
 icewm-experimental - A wonderful Win95-OS/2-Motif-like window manager
 icewm-gnome - A wonderful Win95-OS/2-Motif-like window manager
 icewm-gnome-support - GNOME support files for IceWM
 icewm-lite - A wonderful Win95-OS/2-Motif-like window manager
Closes: 182027 206189
Changes: 
 icewm (1.2.12+13pre1-1) unstable; urgency=low
 .
   * New upstream pre-release
 + Background handling setting should have been fixed in the previous
   upload. Closes: Bug#206189
 + Memory leak on workspace switching fixed. Closes: Bug#182027
   * Added the html FAQ from www.icewm.org (completes #153138)
Files: 
 0c95822a528ca252ee3f2bf0801f015e 861 x11 optional icewm_1.2.12+13pre1-1.dsc
 4579c837851d74ba62e1ea6ee597f886 838364 x11 optional icewm_1.2.12+13pre1.orig.tar.gz
 94343ab8da3a58630c9525f8420ac427 76885 x11 optional icewm_1.2.12+13pre1-1.diff.gz
 f2f06a17fc0e65413bc28c9d7a1fe06e 350532 x11 optional 
icewm-common_1.2.12+13pre1-1_i386.deb
 c9c630edc7a35bf6e655e88faf712e4c 443092 x11 optional icewm_1.2.12+13pre1-1_i386.deb
 8b921b3ec8bb0334f9cb248151f218ec 5304 gnome optional 
icewm-gnome_1.2.12+13pre1-1_i386.deb
 ed8b3d72a50a40a3206e62c0f02bb41d 15466 gnome optional 
icewm-gnome-support_1.2.12+13pre1-1_i386.deb
 cd87a9cabcb0b5b9e836c3f45a645d89 282760 x11 optional 
icewm-lite_1.2.12+13pre1-1_i386.deb
 0d347b1f69c0c6ba00b95252738fadf7 488900 x11 optional 
icewm-experimental_1.2.12+13pre1-1_i386.deb

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

iD8DBQE/U2Hs4QZIHu3wCMURAiZKAJ462JiM7fiJwS9UZxnPomJE14ZYpwCfVfIm
WdDKpLgzUsGEkAJ7QRAdelw=
=hXs2
-END PGP SIGNATURE-


Accepted:
icewm-common_1.2.12+13pre1-1_i386.deb
  to pool/main/i/icewm/icewm-common_1.2.12+13pre1-1_i386.deb
icewm-experimental_1.2.12+13pre1-1_i386.deb
  to pool/main/i/icewm/icewm-experimental_1.2.12+13pre1-1_i386.deb
icewm-gnome-support_1.2.12+13pre1-1_i386.deb
  to pool/main/i/icewm/icewm-gnome-support_1.2.12+13pre1-1_i386.deb
icewm-gnome_1.2.12+13pre1-1_i386.deb
  to pool/main/i/icewm/icewm-gnome_1.2.12+13pre1-1_i386.deb
icewm-lite_1.2.12+13pre1-1_i386.deb
  to pool/main/i/icewm/icewm-lite_1.2.12+13pre1-1_i386.deb
icewm_1.2.12+13pre1-1.diff.gz
  to pool/main/i/icewm/icewm_1.2.12+13pre1-1.diff.gz
icewm_1.2.12+13pre1-1.dsc
  to pool/main/i/icewm/icewm_1.2.12+13pre1-1.dsc
icewm_1.2.12+13pre1-1_i386.deb
  to pool/main/i/icewm/icewm_1.2.12+13pre1-1_i386.deb
icewm_1.2.12+13pre1.orig.tar.gz
  to pool/main/i/icewm/icewm_1.2.12+13pre1.orig.tar.gz


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



Accepted daemon 0.6.1-1 (i386 source)

2003-09-01 Thread Marc Haber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Sep 2003 15:30:34 +
Source: daemon
Binary: daemon
Architecture: source i386
Version: 0.6.1-1
Distribution: unstable
Urgency: low
Maintainer: Marc Haber [EMAIL PROTECTED]
Changed-By: Marc Haber [EMAIL PROTECTED]
Description: 
 daemon - turns other processes into daemons
Changes: 
 daemon (0.6.1-1) unstable; urgency=low
 .
   * new upstream version.
   * Standards-Version: 3.6.1
   * remove debian/conffiles to avoid duplicate conffiles problem
   * shorten long description to make linda happy
Files: 
 50e9c5dc2da60a173ea5186ae760aee1 568 utils optional daemon_0.6.1-1.dsc
 7cf1f61d4808b533cd68b19bac641347 380595 utils optional daemon_0.6.1.orig.tar.gz
 07c432eb7f899b61678ec8a42e472afb 2002 utils optional daemon_0.6.1-1.diff.gz
 bf6990b753f860c3ec8946b0e1e48c66 76834 utils optional daemon_0.6.1-1_i386.deb

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

iD8DBQE/U2bOgZalRGu6PIQRAhkvAJ9tvjw2rSDWHyOAnDhMX1OSzrTIqgCgtJLX
yTzkk8RU+sWL9rx1g7o9ugY=
=3WKU
-END PGP SIGNATURE-


Accepted:
daemon_0.6.1-1.diff.gz
  to pool/main/d/daemon/daemon_0.6.1-1.diff.gz
daemon_0.6.1-1.dsc
  to pool/main/d/daemon/daemon_0.6.1-1.dsc
daemon_0.6.1-1_i386.deb
  to pool/main/d/daemon/daemon_0.6.1-1_i386.deb
daemon_0.6.1.orig.tar.gz
  to pool/main/d/daemon/daemon_0.6.1.orig.tar.gz


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



Accepted libxml-namespacesupport-perl 1.08-2 (all source)

2003-09-01 Thread Ardo van Rangelrooij
-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Mon,  1 Sep 2003 11:06:15 -0500
Source: libxml-namespacesupport-perl
Binary: libxml-namespacesupport-perl
Architecture: source all
Version: 1.08-2
Distribution: unstable
Urgency: low
Maintainer: Ardo van Rangelrooij [EMAIL PROTECTED]
Changed-By: Ardo van Rangelrooij [EMAIL PROTECTED]
Description: 
 libxml-namespacesupport-perl - Perl module for supporting simple generic namespaces
Changes: 
 libxml-namespacesupport-perl (1.08-2) unstable; urgency=low
 .
   * debian/rules: moved debhelper compatibility level setting to
 'debian/compat' per latest debhelper best practices
   * debian/control: updated sections according to latest archive changes:
 - 'libxml-namespacesupport-perl' from 'interpreters' to 'perl'
   * debian/control: upgraded build dependency on 'debhelper' to '= 4.1'
   * debian/control: upgraded to Debian Policy 3.6.0 (no changes)
Files: 
 10b1bcf89e88f68bc50a149a747a8ff1 762 perl optional 
libxml-namespacesupport-perl_1.08-2.dsc
 314d8deb118370efc9c04ff7f63b87de 1888 perl optional 
libxml-namespacesupport-perl_1.08-2.diff.gz
 54e32de7c5d4458121765f35e30c4412 14354 perl optional 
libxml-namespacesupport-perl_1.08-2_all.deb

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

iQCVAwUBP1NupD6XMRfcxSjpAQEucwP/UOKwiJoESuwuupKxfX0GZDeQLnWjubD+
qYjfiLCDdvQEkKoPPXh1Xz8vQBbm63RJnHqrCGjxKq4m6ZIxz/xYC0I9kDFzXRyA
7k5JTkXTf891GYOH/0ImqM43M3u3Vn0TpXi1nSEjTENpSLlN7RUhAoNdtQbF9rR7
9bz3wu5dYhA=
=Rx6X
-END PGP SIGNATURE-


Accepted:
libxml-namespacesupport-perl_1.08-2.diff.gz
  to 
pool/main/libx/libxml-namespacesupport-perl/libxml-namespacesupport-perl_1.08-2.diff.gz
libxml-namespacesupport-perl_1.08-2.dsc
  to 
pool/main/libx/libxml-namespacesupport-perl/libxml-namespacesupport-perl_1.08-2.dsc
libxml-namespacesupport-perl_1.08-2_all.deb
  to 
pool/main/libx/libxml-namespacesupport-perl/libxml-namespacesupport-perl_1.08-2_all.deb


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



Accepted liblocale-maketext-lexicon-perl 0.28-1 (all source)

2003-09-01 Thread Stephen Quinney
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Sep 2003 16:51:12 +0100
Source: liblocale-maketext-lexicon-perl
Binary: liblocale-maketext-lexicon-perl
Architecture: source all
Version: 0.28-1
Distribution: unstable
Urgency: low
Maintainer: Stephen Quinney [EMAIL PROTECTED]
Changed-By: Stephen Quinney [EMAIL PROTECTED]
Description: 
 liblocale-maketext-lexicon-perl - Lexicon-handling backends for Locale::Maketext
Changes: 
 liblocale-maketext-lexicon-perl (0.28-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 d899160f0d9de255711941e6eb4c8fc8 770 perl optional 
liblocale-maketext-lexicon-perl_0.28-1.dsc
 e512aa0843c5e6c0d3534fa6a8eaf9d7 21692 perl optional 
liblocale-maketext-lexicon-perl_0.28.orig.tar.gz
 904434f0fabc1cf58c3843a56c7337b2 1990 perl optional 
liblocale-maketext-lexicon-perl_0.28-1.diff.gz
 2453ac0eece2bc90a015f8bb3389152e 33764 perl optional 
liblocale-maketext-lexicon-perl_0.28-1_all.deb

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

iD8DBQE/U2sjITGblEwaW+URAjAlAJsF1MTKwcyr9xBB4k/bKNR8BC1uxwCguvkM
PICWfWedpq6/NnSRA1Ot4bU=
=fgu2
-END PGP SIGNATURE-


Accepted:
liblocale-maketext-lexicon-perl_0.28-1.diff.gz
  to 
pool/main/libl/liblocale-maketext-lexicon-perl/liblocale-maketext-lexicon-perl_0.28-1.diff.gz
liblocale-maketext-lexicon-perl_0.28-1.dsc
  to 
pool/main/libl/liblocale-maketext-lexicon-perl/liblocale-maketext-lexicon-perl_0.28-1.dsc
liblocale-maketext-lexicon-perl_0.28-1_all.deb
  to 
pool/main/libl/liblocale-maketext-lexicon-perl/liblocale-maketext-lexicon-perl_0.28-1_all.deb
liblocale-maketext-lexicon-perl_0.28.orig.tar.gz
  to 
pool/main/libl/liblocale-maketext-lexicon-perl/liblocale-maketext-lexicon-perl_0.28.orig.tar.gz


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



Accepted libxml-csv-perl 0.15-5 (all source)

2003-09-01 Thread Ardo van Rangelrooij
-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Mon,  1 Sep 2003 11:14:54 -0500
Source: libxml-csv-perl
Binary: libxml-csv-perl
Architecture: source all
Version: 0.15-5
Distribution: unstable
Urgency: low
Maintainer: Ardo van Rangelrooij [EMAIL PROTECTED]
Changed-By: Ardo van Rangelrooij [EMAIL PROTECTED]
Description: 
 libxml-csv-perl - Perl module for transforming CSV documents into XML
Changes: 
 libxml-csv-perl (0.15-5) unstable; urgency=low
 .
   * debian/rules: moved debhelper compatibility level setting to
 'debian/compat' per latest debhelper best practices
   * debian/control: updated sections according to latest archive changes:
 - 'libxml-csv-perl' from 'interpreters' to 'perl'
   * debian/control: upgraded build dependency on 'debhelper' to '= 4.1'
   * debian/control: upgraded to Debian Policy 3.6.0 (no changes)
Files: 
 593cfe8afc2f5c2461c44edbadf1fee1 728 perl optional libxml-csv-perl_0.15-5.dsc
 e6b5b6a51939f43604e1939d66bc685d 2151 perl optional libxml-csv-perl_0.15-5.diff.gz
 40ae3c8055d88f8ba6a5af5de94a586a 13590 perl optional libxml-csv-perl_0.15-5_all.deb

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

iQCVAwUBP1NwrD6XMRfcxSjpAQFluwP+JzhhGbbVq7Xvh/PtlFqXBRW6sosFzWJ5
j6aQ8E9XOmTFiryY0qIxA37YdagXfeLme9hOqeYuoCgDCQPHZWkdEZdX+NOXhHNz
doUBk4kSXAaAYN5dA2fZk5R+CqXIKGH5HqtB1BigoIsL+esDsp764nxQvf4ad4lk
u9TtkCJbUVs=
=yuca
-END PGP SIGNATURE-


Accepted:
libxml-csv-perl_0.15-5.diff.gz
  to pool/main/libx/libxml-csv-perl/libxml-csv-perl_0.15-5.diff.gz
libxml-csv-perl_0.15-5.dsc
  to pool/main/libx/libxml-csv-perl/libxml-csv-perl_0.15-5.dsc
libxml-csv-perl_0.15-5_all.deb
  to pool/main/libx/libxml-csv-perl/libxml-csv-perl_0.15-5_all.deb


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



Accepted libxml-filter-saxt-perl 0.01-4 (all source)

2003-09-01 Thread Ardo van Rangelrooij
-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Mon,  1 Sep 2003 11:21:57 -0500
Source: libxml-filter-saxt-perl
Binary: libxml-filter-saxt-perl
Architecture: source all
Version: 0.01-4
Distribution: unstable
Urgency: low
Maintainer: Ardo van Rangelrooij [EMAIL PROTECTED]
Changed-By: Ardo van Rangelrooij [EMAIL PROTECTED]
Description: 
 libxml-filter-saxt-perl - Perl module for replicating events to several event handlers
Changes: 
 libxml-filter-saxt-perl (0.01-4) unstable; urgency=low
 .
   * debian/rules: moved debhelper compatibility level setting to
 'debian/compat' per latest debhelper best practices
   * debian/control: updated sections according to latest archive changes:
 - 'libxml-filter-saxt-perl' from 'interpreters' to 'perl'
   * debian/control: upgraded build dependency on 'debhelper' to '= 4.1'
   * debian/control: upgraded to Debian Policy 3.6.0 (no changes)
Files: 
 0d0d56d149e9705a9bb060d58ab9d792 742 perl optional libxml-filter-saxt-perl_0.01-4.dsc
 cbc78f2bf95397bb653dfd6a49faf9c2 1877 perl optional 
libxml-filter-saxt-perl_0.01-4.diff.gz
 6d1efd33060f0d27f19054b7345bfbb4 7760 perl optional 
libxml-filter-saxt-perl_0.01-4_all.deb

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

iQCVAwUBP1Nyij6XMRfcxSjpAQFe9AP+KJs73PPU8L/qD1KiW40k2EUQTv14ywHJ
BrE9DIX9rThHKwRi9EXcLOZQNErQodyITo3C7hUHv9jFp8j3HQQCn7KFLAqIIEJO
rXIq7uJ1KHUFy87tDYHsOb7paPPvVAw9Z6aw5ZwtpS2w+ZSiO9z+A36ncVRijZsk
q2f+xIo6xBE=
=+RzJ
-END PGP SIGNATURE-


Accepted:
libxml-filter-saxt-perl_0.01-4.diff.gz
  to pool/main/libx/libxml-filter-saxt-perl/libxml-filter-saxt-perl_0.01-4.diff.gz
libxml-filter-saxt-perl_0.01-4.dsc
  to pool/main/libx/libxml-filter-saxt-perl/libxml-filter-saxt-perl_0.01-4.dsc
libxml-filter-saxt-perl_0.01-4_all.deb
  to pool/main/libx/libxml-filter-saxt-perl/libxml-filter-saxt-perl_0.01-4_all.deb


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



Accepted libxml-handler-trees-perl 0.02-3 (all source)

2003-09-01 Thread Ardo van Rangelrooij
-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Mon,  1 Sep 2003 11:30:12 -0500
Source: libxml-handler-trees-perl
Binary: libxml-handler-trees-perl
Architecture: source all
Version: 0.02-3
Distribution: unstable
Urgency: low
Maintainer: Ardo van Rangelrooij [EMAIL PROTECTED]
Changed-By: Ardo van Rangelrooij [EMAIL PROTECTED]
Description: 
 libxml-handler-trees-perl - Perl module for building tree structures using PerlSAX 
handlers
Changes: 
 libxml-handler-trees-perl (0.02-3) unstable; urgency=low
 .
   * debian/rules: moved debhelper compatibility level setting to
 'debian/compat' per latest debhelper best practices
   * debian/control: updated sections according to latest archive changes:
 - 'libxml-handler-trees-perl' from 'interpreters' to 'perl'
   * debian/control: upgraded build dependency on 'debhelper' to '= 4.1'
   * debian/control: upgraded to Debian Policy 3.6.0 (no changes)
Files: 
 2218cf07e8840570f39d534c689aa148 750 perl optional 
libxml-handler-trees-perl_0.02-3.dsc
 37bd9f3af3491893d2a911e71f3d37d8 1853 perl optional 
libxml-handler-trees-perl_0.02-3.diff.gz
 d795b5fc1b0d8e6baa974d5e68f20b66 14628 perl optional 
libxml-handler-trees-perl_0.02-3_all.deb

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

iQCVAwUBP1N0MD6XMRfcxSjpAQGorgQAwYV5Kxdw5VH3CK0bWhsRgh3f5VD/Jwe4
D6kGl2FM7i3LYm498XvwvrBbPkKVk4UjtC2cEfYt8y/ezfYbDMO0POueKXCpNCQY
g+W1LxTIRKqFGIBbktXu3db1RxaH1dylr1TPWGE8MDzKxoIqSp9PLNLGGX3Er53U
jwJrMIrs5jE=
=vj3V
-END PGP SIGNATURE-


Accepted:
libxml-handler-trees-perl_0.02-3.diff.gz
  to pool/main/libx/libxml-handler-trees-perl/libxml-handler-trees-perl_0.02-3.diff.gz
libxml-handler-trees-perl_0.02-3.dsc
  to pool/main/libx/libxml-handler-trees-perl/libxml-handler-trees-perl_0.02-3.dsc
libxml-handler-trees-perl_0.02-3_all.deb
  to pool/main/libx/libxml-handler-trees-perl/libxml-handler-trees-perl_0.02-3_all.deb


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



Accepted libxml-nodefilter-perl 0.01-2 (all source)

2003-09-01 Thread Ardo van Rangelrooij
-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Mon,  1 Sep 2003 11:50:12 -0500
Source: libxml-nodefilter-perl
Binary: libxml-nodefilter-perl
Architecture: source all
Version: 0.01-2
Distribution: unstable
Urgency: low
Maintainer: Ardo van Rangelrooij [EMAIL PROTECTED]
Changed-By: Ardo van Rangelrooij [EMAIL PROTECTED]
Description: 
 libxml-nodefilter-perl - Perl module for a generic node-filter class for DOM traversal
Changes: 
 libxml-nodefilter-perl (0.01-2) unstable; urgency=low
 .
   * debian/control: upgraded to Debian Policy 3.6.0 (no changes)
Files: 
 cd226ba514e6b70861fb755f1e27d33e 738 perl optional libxml-nodefilter-perl_0.01-2.dsc
 18042e00605effdf736934d7b35b3ac6 1491 perl optional 
libxml-nodefilter-perl_0.01-2.diff.gz
 2c902dae0975d036275a505e51208382 13800 perl optional 
libxml-nodefilter-perl_0.01-2_all.deb

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

iQCVAwUBP1N46z6XMRfcxSjpAQEmSgP/fvzpB5IgSyEwZT3wqmM48FmPVpC8ssj8
DaEEJ3Ea1kRShIRf2dpxSfgfmvGqcpkv7NHDw93CLRJsy+eQ81oYICfvlNzAeiCO
ZgQguahpaOJjn23m1ZizjwBrc9G+UhG53d17M/xIbwgEjbUxfJVuJ1Yr+/xEXpXE
cMLWB3TJjxc=
=xhI7
-END PGP SIGNATURE-


Accepted:
libxml-nodefilter-perl_0.01-2.diff.gz
  to pool/main/libx/libxml-nodefilter-perl/libxml-nodefilter-perl_0.01-2.diff.gz
libxml-nodefilter-perl_0.01-2.dsc
  to pool/main/libx/libxml-nodefilter-perl/libxml-nodefilter-perl_0.01-2.dsc
libxml-nodefilter-perl_0.01-2_all.deb
  to pool/main/libx/libxml-nodefilter-perl/libxml-nodefilter-perl_0.01-2_all.deb


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



Accepted jfbterm 0.3.16-1 (i386 source)

2003-09-01 Thread Fumitoshi UKAI
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue,  2 Sep 2003 01:40:52 +0900
Source: jfbterm
Binary: jfbterm
Architecture: source i386
Version: 0.3.16-1
Distribution: unstable
Urgency: low
Maintainer: Fumitoshi UKAI [EMAIL PROTECTED]
Changed-By: Fumitoshi UKAI [EMAIL PROTECTED]
Description: 
 jfbterm- Japanized framebuffer terminal with Multilingual Enhancement
Closes: 208147
Changes: 
 jfbterm (0.3.16-1) unstable; urgency=low
 .
   * New upstream release
   * fix pty problem: closes: Bug#208147
Files: 
 6e74cfee669b56807af0300839b11eb2 615 utils optional jfbterm_0.3.16-1.dsc
 5408e8162d411aeda7039e78dc04e331 109163 utils optional jfbterm_0.3.16.orig.tar.gz
 c05c5af1da153cfb72325e09b5c8010c 25505 utils optional jfbterm_0.3.16-1.diff.gz
 d21aaf60bc273eb0a652e6d933b9479f 42254 utils optional jfbterm_0.3.16-1_i386.deb

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

iD8DBQE/U3cM9D5yZjzIjAkRArUqAJ4yLPlphuPGijGMAkrne/2W5hneyQCffXeI
TWVomK5K3dk/TW8hYLoy+GE=
=eqCn
-END PGP SIGNATURE-


Accepted:
jfbterm_0.3.16-1.diff.gz
  to pool/main/j/jfbterm/jfbterm_0.3.16-1.diff.gz
jfbterm_0.3.16-1.dsc
  to pool/main/j/jfbterm/jfbterm_0.3.16-1.dsc
jfbterm_0.3.16-1_i386.deb
  to pool/main/j/jfbterm/jfbterm_0.3.16-1_i386.deb
jfbterm_0.3.16.orig.tar.gz
  to pool/main/j/jfbterm/jfbterm_0.3.16.orig.tar.gz


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



  1   2   >