Work-needing packages report for Aug 12, 2005

2005-08-12 Thread wnpp
The following is a listing of packages for which help has been requested
through the WNPP (Work-Needing and Prospective Packages) system in the
last week.

Total number of orphaned packages: 174 (new: 13)
Total number of packages offered up for adoption: 100 (new: 5)
Total number of packages requested help for: 15 (new: 1)

Please refer to http://www.debian.org/devel/wnpp/ for more information.



The following packages have been orphaned:

   chastity-list (#321594), orphaned 5 days ago
 Description: blacklists for SquidGuard

   doxymacs (#321821), orphaned 4 days ago
 Description: E-lisp package for making doxygen usage easier under
 Emacs

   epos-ktd (#321763), orphaned 4 days ago
 Description: Czech Epos voices

   epos-lpc (#321763), orphaned 4 days ago
 Description: Czech Epos voices

   epos-ptd (#321763), orphaned 4 days ago
 Description: Czech Epos voices

   fenris (#322601), orphaned today
 Description: Program execution path analysis tool

   kdoc (#321595), orphaned 5 days ago
 Description: C++ and IDL Source Documentation System

   ksocrat (#321596), orphaned 5 days ago
 Description: English/Russian and Russian/English Dictionary

   ksocrat-data (#321597), orphaned 5 days ago (non-free)
 Description: English and Russian KSocrat data files
 Reverse Depends: ksocrat

   lg- (#321795), orphaned 4 days ago
 Description: Linux Gazette, 111 packages

   liblingua-ispell-perl (#321466), orphaned 6 days ago
 Reverse Depends: pronto

   squidguard (#321598), orphaned 5 days ago
 Description: filter, redirector and access controller plug for Squid
 Reverse Depends: chastity-list

   tleds (#321754), orphaned 4 days ago
 Description: Blinks keyboard LEDs indicating TX and RX network
 packets.

161 older packages have been omitted from this listing, see
http://www.debian.org/devel/wnpp/orphaned for a complete list.



The following packages have been given up for adoption:

   debtags (#321654), offered 5 days ago
 Description: optional
 Reverse Depends: libdebtags1-pic debtags-edit

   libgimp-perl (#321744), offered 4 days ago
 Description: Perl support and plugins for The GIMP

   par2cmdline (#321457), offered 6 days ago
 Description: Parity Archive Volume Set, for checking and repair of
 files

   subversion (#322257), offered 2 days ago
 Description: advanced version control system (aka. svn)
 Reverse Depends: libsvn-simple-perl viewcvs libsvncpp0 python2.4-svn
 esvn trac svk subversion libsvn-core-perl python2.3-svn
 python2.3-subversion cvs2svn libsvncpp-dev kdevelop3-plugins
 svn-buildpackage libsvn-notify-perl rapidsvn subversion-tools
 libsvn-mirror-perl libsvn0-dev websvn svnmailer svn-arch-mirror
 libapache2-svn

   vaiostat (#321693), offered 5 days ago
 Description: kernel module for Sony Vaio laptops

95 older packages have been omitted from this listing, see
http://www.debian.org/devel/wnpp/rfa_bypackage for a complete list.



For the following packages help is requested:

[NEW] debtags (#321654), requested 5 days ago
 Description: optional
 Reverse Depends: libdebtags1-pic debtags-edit

   aboot (#315592), requested 49 days ago
 Description: Alpha bootloader: Looking for co-maintainers
 Reverse Depends: aboot-cross dfsbuild aboot

   athcool (#278442), requested 289 days ago
 Description: Enable powersaving mode for Athlon/Duron processors

   dselect (#282283), requested 264 days ago
 Description: a user tool to manage Debian packages

   grub (#248397), requested 458 days ago
 Description: GRand Unified Bootloader
 Reverse Depends: webmin-grub grubconf replicator dfsbuild
 grub-splashimages

   gtkpod (#319711), requested 18 days ago
 Description: manage songs and playlists on an Apple iPod

   lsdvd (#316922), requested 38 days ago
 Description: read the contents of a DVD

   mwavem (#313369), requested 59 days ago (non-free)
 Description: Mwave/ACP modem support software

   parted (#262885), requested 374 days ago
 Description: Searching co-maintainer for the parted package.
 Reverse Depends: libparted1.6-dbg libparted1.6-i18n partman qtparted
 partitioner partconf parted parted-udeb elilo-installer autopartkit
 partman-base partman-efi partconf-mkfstab libparted1.6-dev
 aboot-installer lvmcfg-utils mindi partconf-find-partitions

   pbbuttonsd (#270558), requested 338 days ago
 Description: PBButtons daemon to handle special hotkeys of Apple
 computers
 Reverse Depends: pbbuttonsd-dev gtkpbbuttons gtkpbbuttons-gnome
 powerprefs

   qmailadmin (#267756), requested 352 days ago
 Description: web interface for managing qmail with virtual domains
 [contrib]

 

RFH: libs11n (serialisation for C++)

2005-08-12 Thread martin f krafft
Hi folks,

libs11n[0] is a nice C++ serialisation library. The author makes no
secrets about shortcomings (e.g. when compared to boost's libs11n),
but also has some funky stuff in place no other serialisation
library offers. Quickly: serialisation is saving and storing data
from C++ programmes.

0. http://www.s11n.net

Right now, libs11n 0.8 is in the archives, and it just got an RC
bug[1] today. I feel rather ashamed about this (and had to tag it
wontfix) because rather than fixing this bug, 0.8 should (have long)
be(en) replaced with 1.0/1.1.

1. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=322642

Unfortunately, I have found myself without time for this task. Part
of the reason is that upstream uses his own build system[2], and I've
had troubles getting it to work from debian/rules -- but I have also
not invested more than a few hours in this.

2. http://toc.sourceforge.net/

I am thus soliciting help from people who'd be interested in
packaging libs11n 1.0/1.1 for Debian. It's a shared library, so you
should have experience with Debian packaging, and you should have
read and understood Junichi's excellent library packaging guide[3].

3. http://www.netfort.gr.jp/~dancer/column/libpkg-guide/libpkg-guide.html

I would happily assist anyone with the task but I don't have much
time. Instead, I'd basically be there for questions and help make
sure that we do the right thing wrt SONAMES, library package names,
and file placement.

There are two ways to go about the packaging: convert the package to
GNU autotools (upstream would appreciate and incorporate it), or
attempt to make the build system work with debian/rules. For 0.8,
the latter worked. For 1.0/1.1, a bunch of changes should have made
the task easier, I just didn't have a close look yet.

Upstream is generally responsive, and always open to any kind of
suggestion.

So if you are interested in helping out, please let me know. I'd be
happy to bestow maintainership of the package to you, if you want
it. I'd also be supportive of a small group (2-3) working on this
together.

Thanks for listening.

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP (sub)keys? Use subkeys.pgp.net as keyserver!
 
arguments are extremely vulgar,
 for everyone in good society
 holds exactly the same opinion.
-- oscar wilde


signature.asc
Description: Digital signature (GPG/PGP)


Re: RFH: libs11n (serialisation for C++)

2005-08-12 Thread Isaac Clerencia
On Friday, 12 August 2005 08:52, martin f krafft wrote:
 Hi folks,

 libs11n[0] is a nice C++ serialisation library. The author makes no
 secrets about shortcomings (e.g. when compared to boost's libs11n),
 but also has some funky stuff in place no other serialisation
 library offers.
Yeah, sure, we were greatly surprised when they started supporting Wesnoth ML 
as a serializator [0] ;).

---
wesnoth - a simple XML-ish format which uses nodes which look like 
[nodename]...[/nodename]. Based off of the custom file format used in the 
game The Battle for Wesnoth. Of interest mainly for it's human-editability.
---

-- 
Isaac Clerencia at Warp Networks, http://www.warp.es
Work: [EMAIL PROTECTED]   | Debian: [EMAIL PROTECTED]


pgpw71XkCnpf9.pgp
Description: PGP signature


Re: RFH: libs11n (serialisation for C++)

2005-08-12 Thread martin f krafft
also sprach Isaac Clerencia [EMAIL PROTECTED] [2005.08.12.0925 +0200]:
 Yeah, sure, we were greatly surprised when they started supporting Wesnoth ML 
 as a serializator [0] ;).

Human-readable serialisation formats make for great debugging. s11n
also supports some format similar to RFC822, real XML, a binary
format, a plain text format, and it comes with s11nconvert, which
can convert between them.

In general, the architecture is very modular, so it's easy to write
your own format parser or marshaller, or even replace internals,
like the way your own classes are serialised. You can make classes
serialisable without touching them (great for things like
third-party libraries), and support for the STL is already built in.

It's really a worthy library. I wish I had more time. I hope someone
steps up!

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


signature.asc
Description: Digital signature


Bug#322688: ITP: lufis -- allows applications using lufs to use fuse instead

2005-08-12 Thread Paul Wise
Package: wnpp
Severity: wishlist
Owner: Paul Wise [EMAIL PROTECTED]

* Package name: lufis
  Version : 0.3
  Upstream Author : Miklos Szeredi [EMAIL PROTECTED]
* URL : http://fuse.sourceforge.net
* License : GPL
  Description : allows applications using lufs to use fuse instead
This is a modified LUFS daemon, which uses the FUSE kernel module.  It
is binary compatible with existing LUFS filesystems, so no recompilation
is needed.

I'm packaging this in order to allow packaging captive ntfs (I'm
surprised debian doesn't have this) without depending on lufs, which is
unmaintained upstream, but use fuse instead, which is maintained
upstream.

The description is pretty cruddy, if anyone has suggestions, that would
be great.

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

-- 
bye,
pabs

http://qa.debian.org/developer.php?login=Paul+Wisecomaint=yes


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


bashisms in init scripts

2005-08-12 Thread Piotr Roszatycki
Hi.

I've tried to replace /bin/sh with /bin/posh and it was completly disaster. 
The system was fucked up. I've found the errors in critical init scripts: 
file-rc (/etc/init.d/rc), hotplug, hdparm, console-tools, x11-xorg and many 
more.

The replacement for bash is especially important on embedded plaforms or 
palmtops with a little memory (like my Jornada 720). I've found that the 
system scripts are not POSIX compatible so I think about mass report bug 
filling with serious severity.

-- 
 .''`.Piotr Roszatycki, Netia SA
: :' :mailto:[EMAIL PROTECTED]
`. `' mailto:[EMAIL PROTECTED]
  `-


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



Re: bashisms in init scripts

2005-08-12 Thread Petter Reinholdtsen
[Piotr Roszatycki]
 I've tried to replace /bin/sh with /bin/posh and it was completly disaster. 

Did the same happen using /bin/dash as /bin/sh?  I believe it is
comparable in size with posh.

 The system was fucked up. I've found the errors in critical init
 scripts: file-rc (/etc/init.d/rc), hotplug, hdparm, console-tools,
 x11-xorg and many more.

What kind of errors are you talking about here?  What feature are used
which is missing in posh?

Talking about embedded systems, did you try to use busybox /bin/sh?
Did it work?  It could save even more space on an embedded
installation.


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



Re: bashisms in init scripts

2005-08-12 Thread Frans Pop
On Friday 12 August 2005 10:19, Piotr Roszatycki wrote:
 I've tried to replace /bin/sh with /bin/posh and it was completly
 disaster.

 The replacement for bash is especially important on embedded plaforms
 or palmtops with a little memory (like my Jornada 720). I've found that
 the system scripts are not POSIX compatible so I think about mass
 report bug filling with serious severity.

I guess you missed this very recent thread:
http://lists.debian.org/debian-devel/2005/07/msg01489.html
continued here:
http://lists.debian.org/debian-devel/2005/08/msg4.html

I suggest you read up on that before filing bugs...


pgpoA4HtiXUUb.pgp
Description: PGP signature


Re: libnss-db and /usr/lib/* libraries

2005-08-12 Thread Piotr Roszatycki
On Thursday 11 of August 2005 11:35, Tim Dijkstra wrote:
  $ ldd /usr/lib/libnss_db.so.2 | grep /usr
  libdb-4.3.so = /usr/lib/libdb-4.3.so (0xb7e1)
 
  So the system can't unmount /usr partition on poweroff process. I
  wonder if I should link statically the BDB library. The other distros
  works that way. It might be a problem if the libdb4.3 package will be
  updated and then the libnss-db should be recompiled. Another thing is
  the PIC and non-PIC stuff, so I'm afraid that I would need the
  libdb4.3-pic package which doesn't exist yet.
 
  What do you think?

 This is probably bug

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=120340

Should it be fixed with replacing #!/bin/sh with #!/bin/dash 
in /e/i/umountfs ?

I thougt the problem was not the /e/i/umountfs but /etc/init.d/rc script which 
also uses /bin/bash so  /usr/lib/libdb-4.3.so library...

If umountfs is the only blocker, it could be splitted into umountfs and i.e. 
remountrootro. I think it could solve the problem.

-- 
 .''`.Piotr Roszatycki, Netia SA
: :' :mailto:[EMAIL PROTECTED]
`. `' mailto:[EMAIL PROTECTED]
  `-


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



debian-devel,invite you to try our new free trade website.

2005-08-12 Thread Postrade.com
Hey debian-devel,

I am writing to you to invite you to try our new website and online
facilities at www.postrade.com.

We are an online business directory specialising in products, services, trade
lead management and promotion.

you can use the following services:

-Post up to 32 products with full colour photo and description.
-Post up to 32 sell leads.
-Post unlimited buy leads.
-Post company profile.

For more information about our services you can freely browse our site at
www.postrade.com

Should you have any hassles please let me know.

Kind Regards
[EMAIL PROTECTED]
Postrade - www.Postrade.com 

P.S. Are your website sales/orders slow? please visit
http://www.Postrade.com, to see
how Postrade can assist you in increasing sales for your company.


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



Re: bashisms in init scripts

2005-08-12 Thread Piotr Roszatycki
On Friday 12 of August 2005 10:41, Petter Reinholdtsen wrote:
 [Piotr Roszatycki]

  I've tried to replace /bin/sh with /bin/posh and it was completly
  disaster.

 Did the same happen using /bin/dash as /bin/sh?  I believe it is
 comparable in size with posh.

No, dash works better. The problematic commands was 'test -a', 'test -o' and 
'local'. Perhaps more. The system didn't up at all so I couldn't test enough.

 Talking about embedded systems, did you try to use busybox /bin/sh?
 Did it work?  It could save even more space on an embedded
 installation.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=316847

The busybox doesn't provide sh applet.

-- 
 .''`.Piotr Roszatycki, Netia SA
: :' :mailto:[EMAIL PROTECTED]
`. `' mailto:[EMAIL PROTECTED]
  `-


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



Re: libnss-db and /usr/lib/* libraries

2005-08-12 Thread Tim Dijkstra
On Fri, 12 Aug 2005 10:23:41 +0200
Piotr Roszatycki [EMAIL PROTECTED] wrote:

 On Thursday 11 of August 2005 11:35, Tim Dijkstra wrote:
   $ ldd /usr/lib/libnss_db.so.2 | grep /usr
   libdb-4.3.so = /usr/lib/libdb-4.3.so (0xb7e1)
  
   So the system can't unmount /usr partition on poweroff process. I
   wonder if I should link statically the BDB library. The other
   distros works that way. It might be a problem if the libdb4.3
   package will be updated and then the libnss-db should be
   recompiled. Another thing is the PIC and non-PIC stuff, so I'm
   afraid that I would need the libdb4.3-pic package which doesn't
   exist yet.
  
   What do you think?
 
  This is probably bug
 
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=120340
 
 Should it be fixed with replacing #!/bin/sh with #!/bin/dash 
 in /e/i/umountfs ?

dash is optional so you can't do that anyway.

 I thougt the problem was not the /e/i/umountfs but /etc/init.d/rc
 script which also uses /bin/bash so  /usr/lib/libdb-4.3.so library...
 
 If umountfs is the only blocker, it could be splitted into umountfs
 and i.e. remountrootro. I think it could solve the problem.

I think any bash-script running at umount time will give you this
problem, so yes also rc. So only installing dash as /bin/sh will help
you for sure.

Anything else would be a work-a-round for #120340, which stays a bug
IMHO.

grts Tim


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



Re: remove ruby1.6

2005-08-12 Thread Nico Golde
Hi,
* akira yamada / [EMAIL PROTECTED]$-$i [EMAIL PROTECTED] [2005-08-12 11:49]:
 I think that ruby1.6 should be removed from Debian.
 Because Ruby 1.6.x is the old stable version of Ruby.
 (current stable version is Ruby 1.8.x.)
 
 In unstable, the following packages depend on ruby1.6:

I also think this would be a good idea.
Do you have an idea how many of them are packaged with
1.8 too?
regards nico
-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred


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



remove ruby1.6

2005-08-12 Thread akira yamada / やまだあきら
Hi,

I think that ruby1.6 should be removed from Debian.
Because Ruby 1.6.x is the old stable version of Ruby.
(current stable version is Ruby 1.8.x.)

In unstable, the following packages depend on ruby1.6:

  aswiki
  libalgorithm-diff-ruby1.6
  libamrita-ruby1.6
  libart-ruby1.6
  libbz2-ruby1.6
  libcsv-ruby1.6
  libdb2-ruby1.6
  libdb3-ruby1.6
  libdb4.2-ruby1.6
  libdbi-ruby1.6
  libdevel-logger-ruby1.6
  libdpkg-ruby1.6
  libdrb-ruby1.6
  liberb-ruby1.6
  libexif-ruby1.6
  libfcgi-ruby1.6
  libfilesystem-ruby1.6
  libgd-ruby1.6
  libgdk-imlib-ruby1.6
  libgdk-pixbuf-ruby1.6
  libglade-ruby1.6
  libgnome-ruby1.6
  libgtk-ruby1.6
  libhonyaku-damashii-ruby1.6
  libhtml-parser-ruby1.6
  libhttp-access2-ruby1.6
  libiconv-ruby1.6
  libimage-size-ruby1.6
  libintl-gettext-ruby1.6
  libmp3tag-ruby1.6
  libmutexm-ruby1.6
  libmysql-ruby1.6
  libnet-acl-ruby1.6
  libnora-ruby1.6
  libodbc-ruby1.6
  libopenssl-ruby1.6
  liboptparse-ruby1.6
  libpcap-ruby1.6
  libpgsql-ruby1.6
  libprogressbar-ruby1.6
  libracc-runtime-ruby1.6
  librd-ruby1.6
  librfilter-ruby1.6
  libshadow-ruby1.6
  libsoap-ruby1.6
  libstrscan-ruby1.6
  libsufary-ruby1.6
  libtest-unit-ruby1.6
  libtmail-ruby1.6
  libuconv-ruby1.6
  libvorbisfile-ruby1.6
  libwebrick-ruby1.6
  libxml-parser-ruby1.6
  libxmlrpc-ruby1.6
  libyaml-ruby1.6
  libzip-ruby1.6
  libzlib-ruby1.6
  riece-google
  riece-rdcc
  rsjog
  ruby-eserver
  tdiary-plugin
  tictactoe

I itend to file important bugs on all of these packages.
And I will request to remove ruby1.6 to ftp.debian.org
at the middle of 2005-09.

Thank you.
-- 
akira yamada


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



RFH: postfix-policyd using dbconfig-common and ucf

2005-08-12 Thread Ondrej Sury
Hi,

I have packaged policyd daemon for postfix (policyd.sf.net) and now it
looks like that upstream is adding config file directives and changing
database almost each time new release is made and adding stuff to
database.

It looks like to be good idea to handle this automaticaly.

DATABASE:
It seems that I can use dbconfig-common for database changes, I have
slight idea how to implement it, but there are some questions about it:

- can it handle databases on another host - server
  (it's not uncommon to not have database on main server or have more
   mail servers using same database)

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

CONFIG:
Config file is kept in /etc/postfix-policyd.conf.

I need to accomplish several things:

- add new stuff to config file based on which version I am upgrading
from.

- integrate with dbconfig-common, ie. set MYSQL{HOST,USER,PASS,DBASE}

**
I never used neither of those two mechanisms, so it would be great if
there is some hand which could help me or even point me to right
direction (like look at package foobar, it solves same thing...)

Thanks,
-- 
Ondrej Sury [EMAIL PROTECTED]


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


Re: Bug#53121: Gerador de sistemas - Convite

2005-08-12 Thread Adãoafli



Gostaria de saber quanto custa a 
ferramenta

Adão ( Goiania goiás)


runlevels remodeled

2005-08-12 Thread Timo Aaltonen


Hi!

  Is there will to change the current policy regarding runlevels in 
Debian? I'd propose to use the recommendation made by LSB:


http://refspecs.freestandards.org/LSB_3.0.0/LSB-Core-generic/LSB-Core-generic/runlevels.html

The reason for this is that practically Debian has only two different 
runlevels:


-the-so-called single-user mode (1)
-multiuser (2|3|4|5)

Single-user mode is a fiasco, because in /etc/rcS.d/* there are a number 
of services that really should not belong there. Examples:


-network
-all disks (including NFS) mounted

..and those that depend on them. So, to correct that the runlevels would 
look roughly like this:


(S  -as now, services that are needed by all runlevels (except 0,6 of
 course), most stuff after S30 moved to 2-5)
1   -single-user, only the rootfs mounted
2   -multi-user, all local disks mounted, no network
3   -multi-user + network
4   -multi-user + network
5   -multi-user + network + X


Now the fun part is to decide which not-so-obvious service goes where, and 
in which order.. I admit that the current system is easy in this regard, 
but it still sucks...



Comments?


P.S. I know about the initng-project, but as Mr. Holschuh in one post 
mentioned (can't find it now, alioth is down), this can be done separately


P.P.S No, I'm not a DD, just a sysadmin that would like to make a 
contribution. No need to CC me though, I'm subscribed to this list.



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



Re: runlevels remodeled

2005-08-12 Thread Petter Reinholdtsen
[Timo Aaltonen]
 Single-user mode is a fiasco, because in /etc/rcS.d/* there are a number 
 of services that really should not belong there. Examples:
 
   -network
   -all disks (including NFS) mounted
 
 ..and those that depend on them.

Yes, singleuser in debian is not working very well.  I expect 'telinit
s' to bring me to a state where I can umount /usr/ without much
hassle.  Debian does not work in that regard.  Running daemons keep
running when moving to single user mode.

 So, to correct that the runlevels would look roughly like this:
 
 (S-as now, services that are needed by all runlevels (except 0,6 of
course), most stuff after S30 moved to 2-5)
 1 -single-user, only the rootfs mounted
 2 -multi-user, all local disks mounted, no network
 3 -multi-user + network
 4 -multi-user + network
 5 -multi-user + network + X

Looks fairly good to me. :)


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



Re: remove ruby1.6

2005-08-12 Thread akira yamada / やまだあきら
Nico Golde wrote:
 Do you have an idea how many of them are packaged with
 1.8 too?

The following source packages generate binary packages
for ruby1.6 only:

  aswiki
  drb (*)
  erb (*)
  gnome-ruby
  libhonyaku-damashii-ruby
  libiconv-ruby (*)
  libmutexm-ruby (*)
  libnet-acl-ruby (*)
  libopenssl-ruby (*)
  liboptparse-ruby (*)
  libstrscan-ruby (*)
  libyaml-ruby (*)
  libzlib-ruby (*)
  racc (*)
  riece
  rsjog
  ruby-eserver (*)
  soap4r (*)
  tdiary
  testunit (*)
  tictactoe
  webrick (*)
  xmlrpc4r (*)

Packages marked with * is merged into ruby1.8.

Gnome-ruby provides binary packages for ruby1.6 only.
But gnome2-ruby provides binary packages for ruby1.8.
(And gnome-ruby is obsoleted by upstream author.)

Riece (riece-google and riece-rdcc) depends on
ruby1.6 or ruby1.8.

libhonyaku-damashii-ruby is a library to connect to
very old proprietary application.  I think that
there is few users of this package.
(URL:http://popcon.debian.org/contrib/interpreters/by_inst)

I don't know about aswiki, rsjog, tdiary (tdiary-plugin)
and tictactoe.  (I use tDiary on ruby1.8 and I have no problem.)


Thank you.
-- 
akira yamada


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



Re: experimental bugs preventing testing transition?

2005-08-12 Thread Andreas Barth
* Frank Küster ([EMAIL PROTECTED]) [050811 23:46]:
 Is this a bug in Björns script, or in the new versioned BTS, or in
 katie's code?

Britney is version-tracking agnostic currently. (Though that's one of
the issues I want to work on this weekend.)


Cheers,
Andi


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



Re: runlevels remodeled

2005-08-12 Thread W. Borgert
Quoting Timo Aaltonen [EMAIL PROTECTED]:
Is there will to change the current policy regarding runlevels in
 Debian? I'd propose to use the recommendation made by LSB:

IIRC, there were discussions about that issue.  I don't remember
the outcome and would like to see Debian more LSBish here.

Cheers, WB


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



Re: libnss-db and /usr/lib/* libraries

2005-08-12 Thread Henrique de Moraes Holschuh
On Thu, 11 Aug 2005, Piotr Roszatycki wrote:
 Hi. The problem is important not only for libnss-db package but also for 
 libnss-ldap, libnss-mysql and others.
 
 $ ldd /usr/lib/libnss_db.so.2 | grep /usr
 libdb-4.3.so = /usr/lib/libdb-4.3.so (0xb7e1)

Well, IMHO anything used by libnss needs to either be statically linked (and
make 200% sure that:
  1. you *WILL* update next-day it if security fixes or other major updates
 to any of the statically linked libraries are released -- this is a
 total pain.
  2. any dynamic libraries needed are in /lib, and *all* of them use 
 versioned symbols
  3. all of the nss module AND static AND dynamic libs are thread-safe AND
 reentrant-safe
)

Otherwise you have a critical bug in the system, waiting to happen.
If you can't get all of the above to be true, it is time to remove that
particular libnss module from Debian.

libnss modules are *extremely* critical to the system.  They are implicitly
linked to *EVERY* running binnary that is linked against libc (instead of,
say, dietlibc).

-- 
  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


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



Re: runlevels remodeled

2005-08-12 Thread Simon Richter
Hi,

Timo Aaltonen wrote:

   Is there will to change the current policy regarding runlevels in
 Debian? I'd propose to use the recommendation made by LSB:

I'd counterpropose to make this optional. I very much like the fact that
the runlevels have no default meaning and would prefer it to stay that
way, although I can see the issue of LSB compliance.

   Simon


signature.asc
Description: OpenPGP digital signature


Re: what happened to RunDinstallHourly proposal?

2005-08-12 Thread Andreas Barth
* kamaraju kusumanchi ([EMAIL PROTECTED]) [050811 23:46]:
 I was just wondering if there are any efforts currently undergoing to 
 make this a reality? or has the idea been just dropped? What is 
 preventing its implementation?

Currently, even the daily dinstall is creating pain to us, as spohr is
way overloaded, and we reduced a lot of useful scripts to not run during
5 hours of the day or so.


Cheers,
Andi


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



Re: runlevels remodeled

2005-08-12 Thread Henrique de Moraes Holschuh
On Fri, 12 Aug 2005, Timo Aaltonen wrote:
   Is there will to change the current policy regarding runlevels in 
 Debian? I'd propose to use the recommendation made by LSB:

Well, for what is it worth, I am against part of what you describe.

We can shuffle what happens in system init (rc.S), single user and
multi-user runlevel of course, but *PLEASE* do not add multiple multi-user
runlevels on top of it.

The reason is simple. Multiple multi-user runlevels are a major pain to
support _by default_ _at the same time_ in _all_ next-generation-style
initscript systems, and they are of very limited use anyway (otherwise we
would have been pressured into adding them to Debian a few years ago).

If the local admin needs multiple multi-user runlevels, he can always set it
up himself (and use a initscript system that supports it without hassle ;-)
), and Debian packages won't screw with his configuration later (that would
be a grave/critical bug :P ).

 Single-user mode is a fiasco, because in /etc/rcS.d/* there are a number 
 of services that really should not belong there. Examples:
 
   -network
   -all disks (including NFS) mounted

THAT can be changed orthogonally to adding more multi-user runlevels, and
IMHO it is something we can rethink, alright.

-- 
  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


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



Re: runlevels remodeled

2005-08-12 Thread Petter Reinholdtsen
[Simon Richter]
 I'd counterpropose to make this optional. I very much like the fact
 that the runlevels have no default meaning and would prefer it to
 stay that way, although I can see the issue of LSB compliance.

Care to share with us on why you like the current setup?

Personally, I hate that it isn't a standardized way to get down to a
minimal system, or a standardized way to start everything bug *dm/X.


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



Re: libnss-db and /usr/lib/* libraries

2005-08-12 Thread Goswin von Brederlow
Henrique de Moraes Holschuh [EMAIL PROTECTED] writes:

 On Thu, 11 Aug 2005, Piotr Roszatycki wrote:
 Hi. The problem is important not only for libnss-db package but also for 
 libnss-ldap, libnss-mysql and others.
 
 $ ldd /usr/lib/libnss_db.so.2 | grep /usr
 libdb-4.3.so = /usr/lib/libdb-4.3.so (0xb7e1)

 Well, IMHO anything used by libnss needs to either be statically linked (and
 make 200% sure that:
   1. you *WILL* update next-day it if security fixes or other major updates
  to any of the statically linked libraries are released -- this is a
  total pain.
   2. any dynamic libraries needed are in /lib, and *all* of them use 
  versioned symbols
   3. all of the nss module AND static AND dynamic libs are thread-safe AND
  reentrant-safe
 )

 Otherwise you have a critical bug in the system, waiting to happen.
 If you can't get all of the above to be true, it is time to remove that
 particular libnss module from Debian.

 libnss modules are *extremely* critical to the system.  They are implicitly
 linked to *EVERY* running binnary that is linked against libc (instead of,
 say, dietlibc).

I believe nss modules are even dlopened in a static libc. There is no
way to link them in static.

MfG
Goswin


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



Re: libnss-db and /usr/lib/* libraries

2005-08-12 Thread GOMBAS Gabor
On Fri, Aug 12, 2005 at 11:07:09AM -0300, Henrique de Moraes Holschuh wrote:

   2. any dynamic libraries needed are in /lib, and *all* of them use 
  versioned symbols

Look at the earlier discussions about libnss-ldap. You'd quickly find
half of /usr/lib being moved to /lib. I do not think this is desirable...

 Otherwise you have a critical bug in the system, waiting to happen.

No. You have a configuration problem. Just document that if you are
using bash as /bin/sh, then the only NSS modules you can use safely
during shutdown are the ones supplied by glibc (that means files, dns,
nis, nisplus, hesiod and compat).

Any other NSS modules will likely to cause trouble during shutdown if
bash is in the picture.

 If you can't get all of the above to be true, it is time to remove that
 particular libnss module from Debian.

No, it's just time to realize the consequences and special requirements
of complex NSS setups.

 libnss modules are *extremely* critical to the system.  They are implicitly
 linked to *EVERY* running binnary that is linked against libc (instead of,
 say, dietlibc).

Yep, and that means they pose special configuratuion requirements for
the system (like avoiding using bash as /bin/sh).

Gabor

-- 
 -
 MTA SZTAKI Computer and Automation Research Institute
Hungarian Academy of Sciences
 -


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



Re: please fix your RC bugs

2005-08-12 Thread Steve Greenland
On 11-Aug-05, 15:59 (CDT), Goswin von Brederlow [EMAIL PROTECTED] wrote: 
  As a practical matter, any modern Solaris (=7, probably even 2.6 and 2.5)
  machine has /usr/xpg4/bin/sh installed.
 
  Steve
 
 But what if there is a /usr/xpg4/bin/sh that isn't posix? :)

See, the nice thing about my situation is that when a client says But
I want to install foobarsh as my /usr/xpg4/bin/sh, because it's 3 bytes
smaller than the standard one, and it comes in blue, I get to say
That's not a supported configuration, please call back when you've
resolved the situation, rather than having create large swaths of
infrastructure to satisfy the whims of 0.01% of my users.

I sometimes think that Debian could do little more of that...

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


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



Re: runlevels remodeled

2005-08-12 Thread John Hasler
Timo Aaltonen writes:
 Is there will to change the current policy regarding runlevels in Debian?
 I'd propose to use the recommendation made by LSB:

Please check the archives.  This has been discussed many times.  It is
clear that there is going to be no change.

I've been considering adding a feature to sysvconfig to configure LSB
runlevels.

-- 
John Hasler


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



Re: runlevels remodeled

2005-08-12 Thread John Hasler
Henrique de Moraes Holschuh writes:
 If the local admin needs multiple multi-user runlevels, he can always set
 it up himself (and use a initscript system that supports it without
 hassle ;-) ),

Could you suggest one?
-- 
John Hasler


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



package tracking system issues

2005-08-12 Thread Jay Berkenbilt

How does one report problems with the package tracking system?  I
followed the link on packages.qa.debian.org and got no response.
That's certainly not a complaint -- I don't necessarily expect to get
a response right away, but I have no way of tracking this or knowing
whether my comments have been received.

There are three things that seem wrong about what's on the package
tracking package for icu (http://packages.qa.debian.org/i/icu.html):

 1.  The system warns that the bug tracking system contains patches,
 but there aren't any bugs with patches except one bug that has
 been closed for a long time and in fact will be archived in one
 day.  There's a note about a patch from Ubuntu.  Maybe it's
 counting that.

 2.  PTS shows one release critical bug and shows that icu (source) is
 buggy in the testing status area.  There aren't any release
 critical bugs against icu right now.  Even clicking on the link
 from PTS doesn't show any.  Also, the release critical bug report
 doesn't show any bugs against icu.  There is a bug against icu28
 which creates a binary package with the same name as one of icu's
 packages (this is the release critical bug).  Maybe PTS is
 getting confused by that?

 3.  ICU has not been rebuilt on hppa (like anything else recently
 uploaded), m68k, or sparc, but PTS is not showing it to be out of
 date on those platforms.  I thought it always showed that even
 when there were other issues such as the age being too low.

If anyone can shed some light on any of these, that would be helpful.
It looks like PTS has had many recent improvements, which is great.
If there are a few problems, I'd like to do my duty and report them so
that they can get fixed while the changes are fresh.  The first thing
I did was look for a pseudopackage in the bug tracking system for PTS,
but I couldn't find one.  Perhaps I overlooked it?

Thanks!

-- 
Jay Berkenbilt [EMAIL PROTECTED]


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



Re: libnss-db and /usr/lib/* libraries

2005-08-12 Thread GOMBAS Gabor
On Fri, Aug 12, 2005 at 04:41:01PM +0200, Goswin von Brederlow wrote:

 I believe nss modules are even dlopened in a static libc. There is no
 way to link them in static.

I believe Henrique didn't mean the NSS modules being static, just
linking all dependant libraries statically into the NSS module (so the
NSS module itself would not directly depend on any other shared
library). But that will not help NSS modules that try to dlopen other
modules themselves (like libnss_ldap which opens SASL authentication
modules dynamically).

Gabor

-- 
 -
 MTA SZTAKI Computer and Automation Research Institute
Hungarian Academy of Sciences
 -


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



Re: runlevels remodeled

2005-08-12 Thread GOMBAS Gabor
On Fri, Aug 12, 2005 at 04:05:43PM +0300, Timo Aaltonen wrote:

 Single-user mode is a fiasco, because in /etc/rcS.d/* there are a number 
 of services that really should not belong there. Examples:
 
   -network
   -all disks (including NFS) mounted

Well, I have no strong feelings without the multiuser levels, but
starting NFS in single user mode is a _major_ PITA. I really-really hated
Debian for this when I was administering NFS-using computers.

For example, the Solaris way (just do enough to be able to launch
/bin/sh, and leave everything else to the admin) is much more useful in
practice.

Gabor

-- 
 -
 MTA SZTAKI Computer and Automation Research Institute
Hungarian Academy of Sciences
 -


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



Re: Bug#322534: ITP: mpfi -- multiple precision floating-point in terval computation

2005-08-12 Thread Matthias Urlichs
Hi,

Laurent Fousse:
 It is a library.

Then please say so in the description. The programming language it's for
might be nice to mention, too. ;-)

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  [EMAIL PROTECTED]
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
 - -
The road to Hades is easy to travel.
-- Bion


signature.asc
Description: Digital signature


Re: runlevels remodeled

2005-08-12 Thread GOMBAS Gabor
On Fri, Aug 12, 2005 at 04:23:04PM +0200, Petter Reinholdtsen wrote:

 Personally, I hate that it isn't a standardized way to get down to a
 minimal system, or a standardized way to start everything bug *dm/X.

I do not think that X should be anything special. Yes, there is the case
when you have X misconfigured and you have crappy hardware so you cannot
go back to text mode after X has started; but this could be handled in a
more generic way by introducing interactive startup where the startup
script of every service asks if it should be started or not. That would
be much more useful than a new run level.

There is a similar argument for networking: there are cases when being
able not to start networking is good but this could also be addressed by
an interactive startup without a new run level.

(Well, if you implement interactive startup using a new run level, that
I would definitely support.)

Not being able to cleanly go down to single-user is another matter which
can be considered as a normal bug.

Gabor

-- 
 -
 MTA SZTAKI Computer and Automation Research Institute
Hungarian Academy of Sciences
 -


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



Re: package tracking system issues

2005-08-12 Thread Thijs Kinkhorst
Hello Jay,

On Fri, 2005-08-12 at 10:59 -0400, Jay Berkenbilt wrote:
 The first thing I did was look for a pseudopackage in the
 bug tracking system for PTS, but I couldn't find one.  Perhaps I
 overlooked it?

You can report bugs in the PTS against the qa.debian.org pseudopackage.
In my experience this works well.


regards,
Thijs


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


Re: packaging for multiple JDKs

2005-08-12 Thread Charles Fry
 This way, your package could go to main, which is a very good thing.
 Another approach would be to build the package with some jdk's (1.4 and
 1.5 are enough) and add jdk14 and jdk15 to the binary name.
 
 Maybe you can have a look at libpg-java I think it builds several jars
 for different jdk's.

Okay, so I tracked down some minor errors in the build scripts of the
source release, and got everything built for the 1.4 JDK using only free
tools. Now I need to figure out the right way to distribute these
packages. At the very least, there will be the following:

libbcprov-java
libbcmail-java
libbcpg-java

The problem with this is that different jars are needed for each
supported JDK (even if I build them all with free tools). Being
consistent with the Bouncy Castle distribution would result in:

libbcprov-jdk14-java
libbcmail-jdk14-java
libbcpg-jdk14-java

And so on for each JDK for which a package was created. You seem to
suggest above creating a single package with different jars for each
JDK, though it is not obvious to me how this would work, as classpaths
would need to be updated accross upgrades (and I didn't find different
jars for different JDKs in libpg-java; are there any other places I
could look for an example of this?). It is unclear to me which of these
two packaging choices would be preferable.

At the same time, it seems that it may be sufficient to simply package
using the JDK version that is currently supported by free-java-sdk.

Any suggestions?

Charles

-- 
The band
For which
The grand stand roots
Is not made up
Substi-toots!
Burma-Shave
http://burma-shave.org/jingles/1951/the_band


signature.asc
Description: Digital signature


Re: runlevels remodeled

2005-08-12 Thread Javier Fernández-Sanguino Peña
On Fri, Aug 12, 2005 at 09:52:38AM -0500, John Hasler wrote:
 Timo Aaltonen writes:
  Is there will to change the current policy regarding runlevels in Debian?
  I'd propose to use the recommendation made by LSB:
 
 Please check the archives.  This has been discussed many times.  It is
 clear that there is going to be no change.

The last sentence is not true. For some of the compelling reasons as to
why this should change please review the last time we discussed this [0] 
(when I brought the issue up in my TODO stuff for etch [1]).

As with anything in Debian, it really depends on how much muscle is put
into it.

Regards

Javier

[0] Thread starts due to Andrew's objection to that change
http://lists.debian.org/debian-devel/2005/06/msg00551.html

[1] Currently at 
http://wiki.debian.net/?EtchTODOList
and
http://wiki.debian.net/?EtchWishList



signature.asc
Description: Digital signature


Re: runlevels remodeled

2005-08-12 Thread Miquel van Smoorenburg
In article [EMAIL PROTECTED],
GOMBAS Gabor  [EMAIL PROTECTED] wrote:
On Fri, Aug 12, 2005 at 04:05:43PM +0300, Timo Aaltonen wrote:

 Single-user mode is a fiasco, because in /etc/rcS.d/* there are a number 
 of services that really should not belong there. Examples:
 
  -network
  -all disks (including NFS) mounted

Well, I have no strong feelings without the multiuser levels, but
starting NFS in single user mode is a _major_ PITA. I really-really hated
Debian for this when I was administering NFS-using computers.

NFS isn't started in single user mode.

Yes, all mounts from fstab, including NFS mounts, are done in
single user mode. But you should only put essential,static mounts in
/etc/fstab (say, /usr or so). For the rest you should use automount.

For example, the Solaris way (just do enough to be able to launch
/bin/sh, and leave everything else to the admin) is much more useful in
practice.

If you don't want NFS mounts in single user mode, don't put them
in /etc/fstab ...

Mike.


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



Re: runlevels remodeled

2005-08-12 Thread Petter Reinholdtsen
[Miquel van Smoorenburg]
 If you don't want NFS mounts in single user mode, don't put them in
 /etc/fstab ...

Your simple solution do not match all installation.  For those
installation with NFS mounts in fstab and no automount setting, it
would be useful with a singleuser mode without mounting of these NFS
mounts

(I get the impression that you want to be read as an authority on the
subject.  I'm not sure you succeed. :)


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



Quick question about your site

2005-08-12 Thread Stickers i
Hi,

I took a look at your site a couple of hours ago...
and I want to tell you that I'd really love to trade links with you. I think
your site has some really good stuff related to my site's topic of stickers
and would be a great resource for my visitors as it deals with some great
aspects of stickers that I'd like to give my visitors more information about.

In fact, I went ahead and added your site to my Stickers i Resource Directory 
at 
http://stickersi.com/laptopstickers

Is that OK with you?

Can I ask a favor? Will you give me a link back on your site? I'd really
appreciate you returning the favor.

Thanks and feel free to drop me an email if you'd like to chat more about
this.

Best wishes,

John
stickersi.com
[EMAIL PROTECTED]
P.S. When you do link back, there's some suggested code to use at
http://stickersi.com/addurl

//

Re: package tracking system issues

2005-08-12 Thread Jeroen van Wolffelaar
On Fri, Aug 12, 2005 at 10:59:09AM -0400, Jay Berkenbilt wrote:
 How does one report problems with the package tracking system?  I
 followed the link on packages.qa.debian.org and got no response.

I just added a link to the qa.d.o pseudopackage of the BTS to every
individual page (can take up to 8 hours until every page is regenerated
though).

 That's certainly not a complaint -- I don't necessarily expect to get
 a response right away, but I have no way of tracking this or knowing
 whether my comments have been received.
 
 There are three things that seem wrong about what's on the package
 tracking package for icu (http://packages.qa.debian.org/i/icu.html):
 
  1.  The system warns that the bug tracking system contains patches,
  but there aren't any bugs with patches except one bug that has
  been closed for a long time and in fact will be archived in one
  day.  There's a note about a patch from Ubuntu.  Maybe it's
  counting that.

Isn't supposed to, but this code isn't in CVS (yet). It does look like
a bug indeed. 
 
  2.  PTS shows one release critical bug and shows that icu (source) is
  buggy in the testing status area.  There aren't any release
  critical bugs against icu right now.  Even clicking on the link
  from PTS doesn't show any.  Also, the release critical bug report
  doesn't show any bugs against icu.  There is a bug against icu28
  which creates a binary package with the same name as one of icu's
  packages (this is the release critical bug).  Maybe PTS is
  getting confused by that?
 
This was still true with the latest run of the testing migration
scripts, about which the PTS reports. You will see the same on every
other source of this testing migration procedure, including the
canonical one. See http://www.debian.org/devel/testing for further
reading.

  3.  ICU has not been rebuilt on hppa (like anything else recently
  uploaded), m68k, or sparc, but PTS is not showing it to be out of
  date on those platforms.  I thought it always showed that even
  when there were other issues such as the age being too low.

Technically, it is not out of date. Due to a quirk in the script that
ftp-masters use to remove obsolete packages, and because all binary:any
packages were renamed, there are no outdated binaries left over in
unstable. So this is not a blocking reason. It still won't propagate
due to dependencies formerly depending on architectures of which now
there is no icu version at all, but that's a different criterium.

[EMAIL PROTECTED] madison -S icu -s unstable
   icu-doc |  3.4-1 |  unstable | all
  libicu34 |  3.4-1 |  unstable | alpha, arm, i386, ia64, mips, mipsel, 
s390
libicu34-dev |  3.4-1 |  unstable | alpha, arm, i386, ia64, mips, 
mipsel, s390
   icu |  3.4-1 |  unstable | source
[EMAIL PROTECTED] 
 
 If anyone can shed some light on any of these, that would be helpful.
 It looks like PTS has had many recent improvements, which is great.
 If there are a few problems, I'd like to do my duty and report them so
 that they can get fixed while the changes are fresh.  The first thing
 I did was look for a pseudopackage in the bug tracking system for PTS,
 but I couldn't find one.  Perhaps I overlooked it?

I hope my newest addition to each PTS page will make it clearer that
qa.debian.org is also there for subdomains of qa.debian.org

Thanks for the feedback, if you like, you can still report the first of the
three points as bug. And if you have suggestions to clarify in the PTS about
the second point being 3rd party output... go ahead :).

--Jeroen

-- 
Jeroen van Wolffelaar
[EMAIL PROTECTED] (also for Jabber  MSN; ICQ: 33944357)
http://Jeroen.A-Eskwadraat.nl


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



Re: runlevels remodeled

2005-08-12 Thread John Hasler
I wrote:
 Please check the archives.  This has been discussed many times.  It is
 clear that there is going to be no change.

Javier writes:
 The last sentence is not true. For some of the compelling reasons as to
 why this should change...

I didn't say it shouldn't change.
-- 
John Hasler


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



Quick question about your site

2005-08-12 Thread Char Up i
Hi,

I took a look at your site a couple of hours ago...
and I want to tell you that I'd really love to trade links with you. I think
your site has some really good stuff related to my site's topic of chat
and would be a great resource for my visitors as it deals with some great
aspects of chat that I'd like to give my visitors more information about.

In fact, I went ahead and added your site to my Chat Up i Resource Directory at 
http://chatupi.com/yahoochatrooms

Is that OK with you?

Can I ask a favor? Will you give me a link back on your site? I'd really
appreciate you returning the favor.

Thanks and feel free to drop me an email if you'd like to chat more about
this.

Best wishes,

John
chatupi.com
[EMAIL PROTECTED]
P.S. When you do link back, there's some suggested code to use at
http://chatupi.com/addurl

//

Bug#322762: /usr/doc still exists (transition tracking bug)

2005-08-12 Thread Joey Hess
Package: general
Severity: normal

In 1999, Debian began moving /usr/doc to /usr/share/doc to comply with
the FHS. Due to unfortunate dpkg issues at the time, we couldn't simply
move the directory and be done with it, but decided to move things
peicemeil by updating all packages. Due to some silly concerns about
users having to look in two places during the transition, we decided to
start by making /usr/doc/package - /usr/share/doc/package symlinks.

In 2001, putting any documentation in /usr/doc became a serious policy
violation. The symlinks were still allowed.

In 2002, we completed the first stage of the transition, released woody
with complete /usr/share/doc and /usr/doc directories, and policy was
changed to not require the /usr/doc symlinks. debhelper was changed to
stop adding postinst and postrm fragments to manage the links, and so
most packages only needed a recompile to finish the transition.

We are now in the final, worst stages of this transition, when the few
remaining links in /usr/doc are due to packages that either use
debhelper and are so unmaintained they've not been updated since 2002,
or do not use debhelper and have not been modified to remove the code,
or worst, have been modified to remove the code, but botched it.

Policy is expected to be changed soon to make any files in /usr/doc a
serious bug. For now it is a normal bug.

A typical Debian unstable system today will have a dozen or two of these
symlinks left. This tracking bug is here because that is ugly and we
should completely finish the transition.

Set any bugs about /usr/doc stuff to being blockers of this bug report.
Use this as a tracking/coordination bug for the remainder of the transition.

Note that once this transition is complete we will need to do something
in base-files to remove the /usr/doc directory, if it is empty. It won't
be empty in all cases, for example a user might have non-debian or old
packages that have not transitioned still installed. This bug can be
reassigned to base-files to deal with that last step once it is no
longer blocked by any other bugs.

-- 
see shy jo


signature.asc
Description: Digital signature


Re: ITA: Mac on Linux packages

2005-08-12 Thread Arnaud Vandyck
Martin Loschwitz wrote:
 We, Peter De Schrijver and me, hereby announce the intention to take over 
 the Mac on Linux packages and maintain them in a sort of packaging group.

package things in a group is a very good idea, many thanks to take care
of MOL.

-- 
  .''`.
 : :' :rnaud
 `. `'
   `-
Java Trap: http://www.gnu.org/philosophy/java-trap.html


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



Processed: blockers for /usr/doc removal

2005-08-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 block 322762 with 322769 321926
Bug#322762: /usr/doc still exists (transition tracking bug)
Was not blocked by any bugs.
Blocking bugs added: 322769, 321926

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#322774: ITP: ddccontrol -- a program to control monitor parameters

2005-08-12 Thread Roberto C. Sanchez
Package: wnpp
Severity: wishlist
Owner: Roberto C. Sanchez [EMAIL PROTECTED]

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* Package name: ddccontrol
  Version : 0.1.3
  Upstream Author : Nicolas Boichat [EMAIL PROTECTED]
* URL : http://ddccontrol.sourceforge.net/
* License : GPL
  Description : a program to control monitor parameters

DDCcontrol is a tool used to control monitor parameters, like brightness
and contrast, without using the OSD (On Screen Display) and the buttons
in front of the monitor.

- -- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-miami-16
Locale: LANG=es_ES, LC_CTYPE=es_ES (charmap=ISO-8859-1)

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

iD8DBQFC/P3wTfhoonTOp2oRAgANAJ4psqakpTA5RJxXAkbGHTBvucdt4wCaA3Lo
moQWJj79SqAEMqAGraj88Gw=
=n2gj
-END PGP SIGNATURE-


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



Processed: /usr/doc removal blocker tracking

2005-08-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # I've reviewed all bug reports containing /usr/doc or /usr/share/doc.
 # These remain to be fixed.
 #
 #memstat 322749
 #update 254800
 #libruby 189856
 #gtk-engines-eazel 190020
 #dhcp-client 203278
 #elvis-tiny 254913
 #delo 254924
 #debian-scripts 254930
 #sysklogd 255590
 #groff 256226
 #liblockfile1 256250
 #sysutils 320084
 #tf 320103
 block 322762 by 322749 254800 189856 190020 203278 254913 254924 254930 
 255590 256226 256250 320084 320103
Bug#322762: /usr/doc still exists (transition tracking bug)
Was blocked by: 321926 322769
Blocking bugs added: 322749, 254800, 189856, 190020, 203278, 254913, 254924, 
254930, 255590, 256226, 256250, 320084, 320103

 --
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Re: Bug#322774: ITP: ddccontrol -- a program to control monitor parameters

2005-08-12 Thread Roberto C. Sanchez
On Fri, Aug 12, 2005 at 03:52:16PM -0400, Roberto C. Sanchez wrote:
 Package: wnpp
 Severity: wishlist
 Owner: Roberto C. Sanchez [EMAIL PROTECTED]
 
 * Package name: ddccontrol
   Version : 0.1.3
   Upstream Author : Nicolas Boichat [EMAIL PROTECTED]
 * URL : http://ddccontrol.sourceforge.net/
 * License : GPL
   Description : a program to control monitor parameters
 
 DDCcontrol is a tool used to control monitor parameters, like brightness
 and contrast, without using the OSD (On Screen Display) and the buttons
 in front of the monitor.
 

I wanted to find out what people thought about how to handle one of the
binaries in this package.  One of them requires to be suid root.  I know
that some packages (e.g., cdrecord and man-db) ask the user whether or
not to set suid.  Is that the recommended approach?

-Roberto
-- 
Roberto C. Sanchez
http://familiasanchez.net/~roberto


pgpSLpIIKdhc5.pgp
Description: PGP signature


Re: Bug#322774: ITP: ddccontrol -- a program to control monitor parameters

2005-08-12 Thread Pierre Habouzit
Le Ven 12 Août 2005 22:18, Roberto C. Sanchez a écrit :
 On Fri, Aug 12, 2005 at 03:52:16PM -0400, Roberto C. Sanchez wrote:
  Package: wnpp
  Severity: wishlist
  Owner: Roberto C. Sanchez [EMAIL PROTECTED]
 
  * Package name: ddccontrol
Version : 0.1.3
Upstream Author : Nicolas Boichat [EMAIL PROTECTED]
  * URL : http://ddccontrol.sourceforge.net/
  * License : GPL
Description : a program to control monitor parameters
 
  DDCcontrol is a tool used to control monitor parameters, like
  brightness and contrast, without using the OSD (On Screen Display)
  and the buttons in front of the monitor.

 I wanted to find out what people thought about how to handle one of
 the binaries in this package.  One of them requires to be suid root. 
 I know that some packages (e.g., cdrecord and man-db) ask the user
 whether or not to set suid.  Is that the recommended approach?

to wich /dev/??? entry does the program speaks to ? if it's video (e.g.) 
then the normal user of a box is supposed to be in the video group, and 
setuid is not required.
-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgpx9qyMH5NcN.pgp
Description: PGP signature


New appearance of bugs on BTS web pages

2005-08-12 Thread Roberto C. Sanchez
I just saw that the bugs viewed via the BTS webpage look much nicer.
The cleaning up of the headers from the email messages was a
particularly nice touch.

However, I am wondering if it is a bug that the pages are not even valid
HTML 4.01.  Is this a bug?  Should I file a bug agains the b.d.o psuedo
package?  If so what is the appropriate severity?

-Roberto

-- 
Roberto C. Sanchez
http://familiasanchez.net/~roberto


pgpXw2duyClGN.pgp
Description: PGP signature


Re: Bug#322774: ITP: ddccontrol -- a program to control monitor parameters

2005-08-12 Thread Roberto C. Sanchez
On Fri, Aug 12, 2005 at 10:22:24PM +0200, Pierre Habouzit wrote:
 Le Ven 12 Août 2005 22:18, Roberto C. Sanchez a écrit :
 
 to wich /dev/??? entry does the program speaks to ? if it's video (e.g.) 
 then the normal user of a box is supposed to be in the video group, and 
 setuid is not required.

Here is what Nicolas (the upsrteam author) said:

  You should note that there is a suid app installed (ddcpci), this is
  required because ddccontrol needs to read/write directly to the PCI
  memory, because there is no I2C support for Intel IGPs in the kernel
  and nVidia I2C support conflicts with the 3D-accelerated proprietary
  drivers.
  Every suid app could be a security problem (the code is very simple so I
  don't think so, but we never know .-)).

It speaks to /dev/i2c-* when possible and then PCI memory in the case of
Intel video, as Nicolas described.

-Roberto

-- 
Roberto C. Sanchez
http://familiasanchez.net/~roberto


pgp9O4PaEVAzh.pgp
Description: PGP signature


Re: Bug#322534: ITP: mpfi -- multiple precision floating-point in terval computation

2005-08-12 Thread Laurent Fousse
Hi,

* Matthias Urlichs [Fri, Aug 12, 2005 at 05:31:35PM +0200]:
 Laurent Fousse:
  It is a library.
 
 Then please say so in the description. The programming language it's for
 might be nice to mention, too. ;-)

I will rephrase the description to make it appear more clearly. Thanks
for your suggestion.


signature.asc
Description: Digital signature


Processed: newly filed bugs

2005-08-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 block 322762 by 302504
Bug#322762: /usr/doc still exists (transition tracking bug)
Was blocked by: 189856 190020 203278 254800 254913 254924 254930 255590 256226 
256250 320084 320103 321926 322749 322769
Blocking bugs added: 302504

 block 322762 by 322784 322782 322783 322778 322781
Bug#322762: /usr/doc still exists (transition tracking bug)
Was blocked by: 189856 190020 203278 254800 254913 254924 254930 255590 256226 
256250 302504 320084 320103 321926 322749 322769
Blocking bugs added: 322784, 322782, 322783, 322778, 322781

 --
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: other /usr/doc removal blockers

2005-08-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # libelf 322772
 # libnet-daemon-perl 322776
 # libplrpc-perl 322779
 block 322762 by 322772 322776 322779
Bug#322762: /usr/doc still exists (transition tracking bug)
Was blocked by: 189856 190020 203278 254800 254913 254924 254930 255590 256226 
256250 302504 320084 320103 321926 322749 322769 322778 322781 322782 322783 
322784
Blocking bugs added: 322772, 322776, 322779

 kthxbye
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: block 322762 with 322797 322795 322794 322790 322789 322788 322785 322786 322787 322791 322792 322793 322798 322813 322811 322800 322799 322801 322803 322804 322805 322806 322807 322808 322809 322810 322812 322814

2005-08-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version ###VERSION###
 block 322762 with 322797 322795 322794 322790 322789 322788 322785 322786 
 322787 322791 322792 322793 322798 322813 322811 322800 322799 322801 322803 
 322804 322805 322806 322807 322808 322809 322810 322812 322814
Bug#322762: /usr/doc still exists (transition tracking bug)
Was blocked by: 189856 190020 203278 254800 254913 254924 254930 255590 256226 
256250 302504 320084 320103 321926 322749 322769 322772 322776 322778 322779 
322781 322782 322783 322784
Blocking bugs added: 322797, 322795, 322794, 322790, 322789, 322788, 322785, 
322786, 322787, 322791, 322792, 322793, 322798, 322813, 322811, 322800, 322799, 
322801, 322803, 322804, 322805, 322806, 322807, 322808, 322809, 322810, 322812, 
322814


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: block merge

2005-08-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 block 322762 by 322775
Bug#322762: /usr/doc still exists (transition tracking bug)
Was blocked by: 189856 190020 203278 254800 254913 254924 254930 255590 256226 
256250 302504 320084 320103 321926 322749 322769 322772 322776 322778 322779 
322781 322782 322783 322784 322785 322786 322787 322788 322789 322790 322791 
322792 322793 322794 322795 322797 322798 322799 322800 322801 322803 322804 
322805 322806 322807 322808 322809 322810 322811 322812 322813 322814
Blocking bugs added: 322775

 merge 322775 256250
Bug#256250: XSI:isms in several debian-files
Bug#322775: liblockfile: please remove symlinks in /usr/doc
Merged 256250 322775.

 kthxbye
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: block 322762 with 322819 322818 322815 322816 322817 322820

2005-08-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version ###VERSION###
 block 322762 with 322819 322818 322815 322816 322817 322820
Bug#322762: /usr/doc still exists (transition tracking bug)
Was blocked by: 189856 190020 203278 254800 254913 254924 254930 255590 256226 
256250 302504 320084 320103 321926 322749 322769 322772 322775 322776 322778 
322779 322781 322782 322783 322784 322785 322786 322787 322788 322789 322790 
322791 322792 322793 322794 322795 322797 322798 322799 322800 322801 322803 
322804 322805 322806 322807 322808 322809 322810 322811 322812 322813 322814
Blocking bugs added: 322819, 322818, 322815, 322816, 322817, 322820


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Re: Bug#322762: /usr/doc still exists (transition tracking bug)

2005-08-12 Thread Philipp Kern
On Fri, 2005-08-12 at 13:53 -0400, Joey Hess wrote:
 Set any bugs about /usr/doc stuff to being blockers of this bug report.
 Use this as a tracking/coordination bug for the remainder of the transition.

Since when do we have this feature in the BTS?

Kind regards,
Philipp Kern



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



Re: Bug#322762: /usr/doc still exists (transition tracking bug)

2005-08-12 Thread Marc 'HE' Brockschmidt
Philipp Kern [EMAIL PROTECTED] writes:
 On Fri, 2005-08-12 at 13:53 -0400, Joey Hess wrote:
 Set any bugs about /usr/doc stuff to being blockers of this bug report.
 Use this as a tracking/coordination bug for the remainder of the transition.
 Since when do we have this feature in the BTS?

aj and Joey Hess blogged about it today (well, yesterday for some of
us), so it's a fairly new feature. It would be nice if this (and the
syntax) could be announced on dda in the next few days.

Marc
-- 
BOFH #5:
static from plastic slide rules


pgpooJZLTOEOS.pgp
Description: PGP signature


Processed: mark new /usr/doc blockers

2005-08-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 #322828 biff
 #322829 elib
 #322830 f2c
 #322831 geg
 #322832 latex2html
 #322833 libmpeg1
 #322834 rplay
 #322835 molphy
 #322837 netcdf
 #322838 wmcalc
 #322839 wmload
 block 322762 by 322828 322830 322829 322831 322832 322833 322834 322835 
 322837 322838 322839
Bug#322762: /usr/doc still exists (transition tracking bug)
Was blocked by: 189856 190020 203278 254800 254913 254924 254930 255590 256226 
256250 302504 320084 320103 321926 322749 322769 322772 322775 322776 322778 
322779 322781 322782 322783 322784 322785 322786 322787 322788 322789 322790 
322791 322792 322793 322794 322795 322797 322798 322799 322800 322801 322803 
322804 322805 322806 322807 322808 322809 322810 322811 322812 322813 322814 
322815 322816 322817 322818 322819 322820
Blocking bugs added: 322828, 322830, 322829, 322831, 322832, 322833, 322834, 
322835, 322837, 322838, 322839


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Re: RFC: allow new upstream into stable when it's the only way tofixsecurity issues.

2005-08-12 Thread Gunnar Wolf
Joe Smith dijo [Tue, Aug 02, 2005 at 05:19:02PM -0400]:
 How about if it meets the folowing critieria:
 
 1. it has been in testing for 10 days (been in sid at least 20 days)
 2. the version is sid is the same as in testing (the maintainer has not 
 found problems in the ten days since it entered testing)
 (...)

Sorry, not enforceable - A package migrates through unstable/testing
only for a regular cycle. As time passes, testing grows more and more
incompatible with stable (i.e., did you notice we are still in the
middle of a C++ migration which horribly breaks the world and the
surrounding regions?)

Any new upstream verison needs to be compiled specifically for stable,
and pushed through proposed-updates or something similar.

Greetings,

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


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



Re: RFC: allow new upstream into stable when it's the only way to fixsecurity issues.

2005-08-12 Thread Gunnar Wolf
Yaroslav Halchenko dijo [Mon, Aug 01, 2005 at 06:06:27AM -0400]:
 On Sun, Jul 31, 2005 at 11:10:04PM +0400, Nikita V. Youshchenko wrote:
  (1) keep vulnerable packages in stable,
  (2) remove affected packages from distribution,
  (3) allow new upstream into stable.
 My 1 cent would be a merge of (2) and (3)...  it is more of the
 formalization so we woudln't need to think about it on a next occasion
 with some other package
 
 (2) - remove from the stable distribution
 (3) - create /rolling-updates or whatever better name would be in a
   fashion like /security-updates.
 
 Drawbacks: 
 
 users who had mozilla installed would need to tune their
 /etc/apt/sources.list, although some dummy transitional package
 mozilla which wipes out vulnerable pieces from stable  can do it for
 them (debconf)
 
 Advantages: 
 * stable is kept stable - no unstable parts in the main body. It would
   provide clean and sharp boundary between stable and rolling packages
   if  more to come for some reason
 
 * conciseness addition of /rolling-updates helps to understand why then
   hack apt-get upgrade goes crazy so often and download staff into
   stable distribution

Basically agree with what you say - When the need for an update
arises, we can send to security an empty package informing the user
that if he wants to continue using the program, he should get it from
volatile... Only there are some catches.

Think of the prime example here: Mozilla. How many packages depend on
it? And not only on mozilla, but on mozilla-*? If we maintain each
such set of changes as an independent package set, we will end up with
hundreds of Debian pseudo-stable flavors (you can probably take the
'hundreds' quite literally at the end of a release cycle). We should
strive to have _one_ stable distribution - If for nothing else, for
the ability of reliably upgrading.

Greetings,

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


Re: pbuilder status update

2005-08-12 Thread Junichi Uekawa
Hi,

I'm sending an update on how pbuilder/debootstrap is doing right now.

pbuilder CVS has a rough support for cdebootstrap; 
it seems to be doing well, today it's not working 
for me; maybe it could do better sometime.

Patch in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=314858
seems to be required; please somebody NMU debootstrap.


debootstrap:
1. sarge succeeds
2. etch fails with some base packages not being set the right priority
   Wrong package (slang1a-utf8) seem to be pulled in.

I: Configuring required packages...
I: Installing base packages...
W: Failure while configuring base packages.  This will be attempted 5 times.
W: Failure while configuring base packages.  This will be attempted 5 times.
W: Failure while configuring base packages.  This will be attempted 5 times.
W: Failure while configuring base packages.  This will be attempted 5 times.
W: Failure while configuring base packages.  This will be attempted 5 times.
pbuilder: debootstrap failed
 - Aborting with an error
 - cleaning the build env
- removing directory /var/cache/pbuilder/build//22977 and its 
subdirectories

3. sid fails in a strange way probably related to #314858

 - running debootstrap
I: Retrieving Release
I: Retrieving Packages
I: Validating Packages
I: Checking component main on 
http://ring.asahi-net.or.jp/archives/linux/debian/debian...
E: Couldn't find these debs: 35065842
pbuilder: debootstrap failed
 - Aborting with an error
 - cleaning the build env
- removing directory /var/cache/pbuilder/build//27924 and its 
subdirectories


regards,
junichi
-- 
Junichi Uekawa, Debian Developer   http://www.netfort.gr.jp/~dancer/
183A 70FC 4732 1B87 57A5  CE82 D837 7D4E E81E 55C1 


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



Re: libnss-db and /usr/lib/* libraries

2005-08-12 Thread Henrique de Moraes Holschuh
On Fri, 12 Aug 2005, Goswin von Brederlow wrote:
 I believe nss modules are even dlopened in a static libc. There is no
 way to link them in static.

I mean the nss module itself should be either static, or using only stuff in
/lib.

-- 
  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


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



Accepted adduser 3.67 (source all)

2005-08-12 Thread Marc Haber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 12 Aug 2005 05:50:03 +
Source: adduser
Binary: adduser
Architecture: source all
Version: 3.67
Distribution: unstable
Urgency: low
Maintainer: Debian Adduser Developers [EMAIL PROTECTED]
Changed-By: Marc Haber [EMAIL PROTECTED]
Description: 
 adduser- Add and remove users and groups
Closes: 320756 321614
Changes: 
 adduser (3.67) unstable; urgency=low
 .
   * Add Arabic (ar) debconf translation. Thanks to Mohammed Adnène
 Trojette. (mh) Closes: #320756
   * Update French (fr) manpages, introduce po4a to generate translated
 manpages. Thanks to Nicolas François. Closes: #321614
   * add dependency alternative debconf | debconf-2.0 to stop being a
 cdebconf transition blocker. Thanks to Joey Hess for the heads-up.
Files: 
 c5c72cb10b0356e335c7bd25481c208a 643 base important adduser_3.67.dsc
 39c3491bf2bc8c1b61c367e02e5f5b0e 125152 base important adduser_3.67.tar.gz
 d5d7c8f60708b69a37f7bca0a6957c73 109580 base important adduser_3.67_all.deb

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

iEYEARECAAYFAkL8OXIACgkQgZalRGu6PIT8RACfd4jjHKmJTRTPD96kFZPTrNZS
fsYAoIL5ndPB7gT/PQEofjl5HeKAzyBP
=TlyC
-END PGP SIGNATURE-


Accepted:
adduser_3.67.dsc
  to pool/main/a/adduser/adduser_3.67.dsc
adduser_3.67.tar.gz
  to pool/main/a/adduser/adduser_3.67.tar.gz
adduser_3.67_all.deb
  to pool/main/a/adduser/adduser_3.67_all.deb


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



Accepted libapache2-mod-perl2 2.0.1-3 (source i386)

2005-08-12 Thread Andres Salomon
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 12 Aug 2005 01:40:38 -0400
Source: libapache2-mod-perl2
Binary: libapache2-mod-perl2 libapache2-mod-perl2-dev
Architecture: source i386
Version: 2.0.1-3
Distribution: unstable
Urgency: low
Maintainer: Thom May [EMAIL PROTECTED]
Changed-By: Andres Salomon [EMAIL PROTECTED]
Description: 
 libapache2-mod-perl2 - Integration of perl with the Apache2 web server
 libapache2-mod-perl2-dev - Integration of perl with the Apache2 web server - 
development fil
Changes: 
 libapache2-mod-perl2 (2.0.1-3) unstable; urgency=low
 .
   * Grr.  Really include perl.conf file; it got lost due to diff not
 wanting to add an empty file.
Files: 
 a9a22a05c2b05c7712d97484f468ad0c 944 web optional 
libapache2-mod-perl2_2.0.1-3.dsc
 b0adab772852f33cad1554d9a2400b3a 7697 web optional 
libapache2-mod-perl2_2.0.1-3.diff.gz
 030282edd83e0303b0bd586bab0d5560 654100 web optional 
libapache2-mod-perl2_2.0.1-3_i386.deb
 335737555e24c3c041d7f7b332025de7 73474 web optional 
libapache2-mod-perl2-dev_2.0.1-3_i386.deb

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

iD8DBQFC/DeG78o9R9NraMQRAsHrAJ9dXL1XVzkEKGeM7luU2xJHrCXxKgCgwSKi
xbTbn9TOa2hE7Bv2uGD3dKY=
=pmrl
-END PGP SIGNATURE-


Accepted:
libapache2-mod-perl2-dev_2.0.1-3_i386.deb
  to 
pool/main/liba/libapache2-mod-perl2/libapache2-mod-perl2-dev_2.0.1-3_i386.deb
libapache2-mod-perl2_2.0.1-3.diff.gz
  to pool/main/liba/libapache2-mod-perl2/libapache2-mod-perl2_2.0.1-3.diff.gz
libapache2-mod-perl2_2.0.1-3.dsc
  to pool/main/liba/libapache2-mod-perl2/libapache2-mod-perl2_2.0.1-3.dsc
libapache2-mod-perl2_2.0.1-3_i386.deb
  to pool/main/liba/libapache2-mod-perl2/libapache2-mod-perl2_2.0.1-3_i386.deb


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



Accepted log4cxx 0.9.7-2 (source i386 all)

2005-08-12 Thread Andreas Fester
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  6 Aug 2005 10:33:54 +0200
Source: log4cxx
Binary: liblog4cxx9-doc liblog4cxx9 liblog4cxx9-dev
Architecture: source i386 all
Version: 0.9.7-2
Distribution: unstable
Urgency: low
Maintainer: Andreas Fester [EMAIL PROTECTED]
Changed-By: Andreas Fester [EMAIL PROTECTED]
Description: 
 liblog4cxx9 - A logging library for C++
 liblog4cxx9-dev - A logging library for C++ (development files)
 liblog4cxx9-doc - Documentation for log4cxx
Closes: 321558
Changes: 
 log4cxx (0.9.7-2) unstable; urgency=low
 .
   * debian/control: adjusted Standards-Version to 3.6.2
   * debian/control: removed build-dependency on libstdc++-3.3-dev
 (closes: #321558)
Files: 
 9306431f6dbae4726fb6627c0b2eeb47 722 - optional log4cxx_0.9.7-2.dsc
 5392d55416a40152ac6264d4fe84b952 9277 - optional log4cxx_0.9.7-2.diff.gz
 44778b9fcada8bdf248fa639afcd80db 814804 devel optional 
liblog4cxx9-dev_0.9.7-2_i386.deb
 f05b4a3cdaeb55138601a51a86d91267 347638 libs optional 
liblog4cxx9_0.9.7-2_i386.deb
 bfc0996d0ba156dd0f960cd4228be071 791702 doc optional 
liblog4cxx9-doc_0.9.7-2_all.deb

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

iEYEARECAAYFAkL3K0MACgkQIgvIgzMMSnUcEgCfXB13aamWFqKOsCCcq8w44nb4
ukcAnRDUght517MBwQx1RrFazmn9cPuC
=JnGH
-END PGP SIGNATURE-


Accepted:
liblog4cxx9-dev_0.9.7-2_i386.deb
  to pool/main/l/log4cxx/liblog4cxx9-dev_0.9.7-2_i386.deb
liblog4cxx9-doc_0.9.7-2_all.deb
  to pool/main/l/log4cxx/liblog4cxx9-doc_0.9.7-2_all.deb
liblog4cxx9_0.9.7-2_i386.deb
  to pool/main/l/log4cxx/liblog4cxx9_0.9.7-2_i386.deb
log4cxx_0.9.7-2.diff.gz
  to pool/main/l/log4cxx/log4cxx_0.9.7-2.diff.gz
log4cxx_0.9.7-2.dsc
  to pool/main/l/log4cxx/log4cxx_0.9.7-2.dsc


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



Accepted mail-notification 2.0-1 (source i386)

2005-08-12 Thread Pascal Giard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 11 Aug 2005 15:50:04 -0400
Source: mail-notification
Binary: mail-notification
Architecture: source i386
Version: 2.0-1
Distribution: unstable
Urgency: low
Maintainer: Pascal Giard [EMAIL PROTECTED]
Changed-By: Pascal Giard [EMAIL PROTECTED]
Description: 
 mail-notification - mail notification in system tray
Closes: 304490 314825 322630
Changes: 
 mail-notification (2.0-1) unstable; urgency=low
 .
   * New upstream release (closes: #322630, #304490, #314825).
   * [debian/README.Debian, debian/control]:
 - Gmail support has been fixed by upstream.
   * [debian/patches/01-mail-notification-1.1.better_de.po.diff]:
 - Removed, merged in upstream.
   * [debian/patches/*]:
 - Added the upstream build fixes.
   * [debian/control]:
 - libsoup2.2-dev and libicu28-dev are no longer required.
 - Compliant to Policy Manual 3.6.2.1.
Files: 
 2ea9d06bebe59955085fe8c52ef4f12c 818 gnome optional mail-notification_2.0-1.dsc
 56ef7401aba1cb27d881fb0f33a3248d 869151 gnome optional 
mail-notification_2.0.orig.tar.gz
 44ab13badfad1113e4513fdeee57440d 6659 gnome optional 
mail-notification_2.0-1.diff.gz
 4b216c1fe9f4b4bc0659607bd525ff0f 297290 gnome optional 
mail-notification_2.0-1_i386.deb

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

iD8DBQFC/FZT1Lfd97FsypURAvSNAJ4oRfo3EBuFVH2QFXxo+4DK39Q+KACcCEUi
0jwIuF67dfCcZSZ9n6e4uDA=
=a3Ly
-END PGP SIGNATURE-


Accepted:
mail-notification_2.0-1.diff.gz
  to pool/main/m/mail-notification/mail-notification_2.0-1.diff.gz
mail-notification_2.0-1.dsc
  to pool/main/m/mail-notification/mail-notification_2.0-1.dsc
mail-notification_2.0-1_i386.deb
  to pool/main/m/mail-notification/mail-notification_2.0-1_i386.deb
mail-notification_2.0.orig.tar.gz
  to pool/main/m/mail-notification/mail-notification_2.0.orig.tar.gz


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



Accepted xmms-sid 0.7.4+0.8.0beta14-2 (source i386)

2005-08-12 Thread Gerfried Fuchs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 12 Aug 2005 09:27:10 +0200
Source: xmms-sid
Binary: xmms-sid
Architecture: source i386
Version: 0.7.4+0.8.0beta14-2
Distribution: unstable
Urgency: low
Maintainer: Gerfried Fuchs [EMAIL PROTECTED]
Changed-By: Gerfried Fuchs [EMAIL PROTECTED]
Description: 
 xmms-sid   - Input plugin for XMMS that plays SID (C64) tunes
Changes: 
 xmms-sid (0.7.4+0.8.0beta14-2) unstable; urgency=low
 .
   * Rebuild for c++ transition.
   * Standards version bumped to 3.6.2, no changes needed.
   * Removed doubled xmms dependency.
Files: 
 305e8bff02355c55decc50cb63822030 653 sound optional 
xmms-sid_0.7.4+0.8.0beta14-2.dsc
 abb12717f3f7558da50f2f4636100dd7 4250 sound optional 
xmms-sid_0.7.4+0.8.0beta14-2.diff.gz
 48fedc34e4927f1736adca2b1e1873c4 86936 sound optional 
xmms-sid_0.7.4+0.8.0beta14-2_i386.deb

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

iEYEARECAAYFAkL8WaoACgkQELuA/Ba9d8YUlACeN+/uTouWIt/f3/RGPkyKAwVt
gP4An2umZzazAYee+GqQtL2+uHh4GF8I
=/2KI
-END PGP SIGNATURE-


Accepted:
xmms-sid_0.7.4+0.8.0beta14-2.diff.gz
  to pool/main/x/xmms-sid/xmms-sid_0.7.4+0.8.0beta14-2.diff.gz
xmms-sid_0.7.4+0.8.0beta14-2.dsc
  to pool/main/x/xmms-sid/xmms-sid_0.7.4+0.8.0beta14-2.dsc
xmms-sid_0.7.4+0.8.0beta14-2_i386.deb
  to pool/main/x/xmms-sid/xmms-sid_0.7.4+0.8.0beta14-2_i386.deb


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



Accepted ruby-gnome2 0.13.0-2 (source i386 all)

2005-08-12 Thread Dafydd Harries
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 12 Aug 2005 10:30:50 +0100
Source: ruby-gnome2
Binary: libgnome2-ruby libatk1-ruby libglib2-ruby librsvg2-ruby 
libpanel-applet2-ruby libgnomecanvas2-ruby libgnomeprintui2-ruby libglade2-ruby 
libgtk2-ruby libgnomeprint2-ruby libart2-ruby libpango1-ruby 
libgdk-pixbuf2-ruby libgconf2-ruby libgtkglext1-ruby libgda2-ruby 
libgtkhtml2-ruby libgtksourceview1-ruby libgnomevfs2-ruby libgstreamer0.8-ruby 
ruby-gnome2
Architecture: source i386 all
Version: 0.13.0-2
Distribution: unstable
Urgency: low
Maintainer: Dafydd Harries [EMAIL PROTECTED]
Changed-By: Dafydd Harries [EMAIL PROTECTED]
Description: 
 libart2-ruby - Libart 2 bindings for the Ruby language
 libatk1-ruby - ATK bindings for the Ruby language
 libgconf2-ruby - GConf 2 bindings for the Ruby language
 libgda2-ruby - GDA bindings for the Ruby language
 libgdk-pixbuf2-ruby - Gdk-Pixbuf 2 bindings for the Ruby language
 libglade2-ruby - Libglade 2 bindings for the Ruby language
 libglib2-ruby - Glib 2 bindings for the Ruby language
 libgnome2-ruby - GNOME 2 bindings for the Ruby language
 libgnomecanvas2-ruby - GNOME Canvas 2 bindings for the Ruby language
 libgnomeprint2-ruby - GNOME print bindings for the Ruby language
 libgnomeprintui2-ruby - GNOME print user interface bindings for the Ruby 
language
 libgnomevfs2-ruby - GNOME VFS 2 bindings for the Ruby language
 libgstreamer0.8-ruby - GStreamer 0.8 bindings for the Ruby language
 libgtk2-ruby - GTK+ bindings for the Ruby language
 libgtkglext1-ruby - GTK+ GL extension bindings for the Ruby language
 libgtkhtml2-ruby - GtkHTML bindings for the Ruby language
 libgtksourceview1-ruby - GTKSourceView bindings for the Ruby language
 libpanel-applet2-ruby - GNOME 2 panel applet library bindings for the Ruby 
language
 libpango1-ruby - Pango bindings for the Ruby language
 librsvg2-ruby - RSVG renderer bindings for the Ruby language
 ruby-gnome2 - GNOME-related bindings for the Ruby language
Closes: 322681
Changes: 
 ruby-gnome2 (0.13.0-2) unstable; urgency=low
 .
   * Change libgstreamer0.8-dev build dependency to libgstreamer-plugins0.8-dev
 in order to enable full GStreamer support. Closes: #322681.
Files: 
 afda3996fafcb9a63c63cc0d062ba802 1245 libs extra ruby-gnome2_0.13.0-2.dsc
 3f2aa9cc8d9e42ea589953c46e63e264 7405 libs extra ruby-gnome2_0.13.0-2.diff.gz
 21a48c7bc1997ac1f1a40678a67dabad 18108 libs extra ruby-gnome2_0.13.0-2_all.deb
 67cb91f2728b68d867d1421beda5d2a0 94552 libs extra 
libglib2-ruby_0.13.0-2_i386.deb
 4052d696801bcaeb5b752ba397a463df 36564 libs extra 
libatk1-ruby_0.13.0-2_i386.deb
 a7e15530a0e6638d473242f1d6e1c8c6 55158 libs extra 
libpango1-ruby_0.13.0-2_i386.deb
 700befb3a68061cac32ed15fa8984d20 41088 libs extra 
libgdk-pixbuf2-ruby_0.13.0-2_i386.deb
 f26b9dfbbe71a92b28348d5abc6f1ba6 574312 libs extra 
libgtk2-ruby_0.13.0-2_i386.deb
 decc6a787e68ceceb8318ae559eef41d 35770 libs extra 
libart2-ruby_0.13.0-2_i386.deb
 0f534fd5ac7a2c4be69671fd41dd5e2c 63770 libs extra 
libgnomecanvas2-ruby_0.13.0-2_i386.deb
 b10cfb68c6d59e117a0ab838bd66357e 83110 libs extra 
libgnome2-ruby_0.13.0-2_i386.deb
 71d126cb1014eea3740c7d5f7a1cf8c9 32402 libs extra 
libgconf2-ruby_0.13.0-2_i386.deb
 e7ad966a6c5784ef563414adf61a1c87 32822 libs extra 
libglade2-ruby_0.13.0-2_i386.deb
 262fca8fcd127d0e57edd3b645a0f48d 30888 libs extra 
libgtkhtml2-ruby_0.13.0-2_i386.deb
 c72bf31f86179793ec82a21e26dc7b90 48370 libs extra 
libgda2-ruby_0.13.0-2_i386.deb
 f16ed6860f14ee9ce81572662ee6bd94 37728 libs extra 
libgtkglext1-ruby_0.13.0-2_i386.deb
 b766df21a5a0f1d795f990f5e3b2c498 40760 libs extra 
libgnomevfs2-ruby_0.13.0-2_i386.deb
 7e05b1c4b604ee972ef8a94736fdc680 62798 libs extra 
libgstreamer0.8-ruby_0.13.0-2_i386.deb
 c5361d9b6841d3b7192156f47b461ae3 28350 libs extra 
libgtksourceview1-ruby_0.13.0-2_i386.deb
 13109efe6fbc453fb7e91b034eccd7f0 24220 libs extra 
libpanel-applet2-ruby_0.13.0-2_i386.deb
 ef44b03b4a7dc7a9c41b24d62f38cdda 43906 libs extra 
libgnomeprint2-ruby_0.13.0-2_i386.deb
 3810a33ff206b887bbd5a5aacc8d7325 32364 libs extra 
libgnomeprintui2-ruby_0.13.0-2_i386.deb
 0e86b81ce3f714531431cf174ca7ca99 2 libs extra 
librsvg2-ruby_0.13.0-2_i386.deb

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

iD8DBQFC/HGKpD5tJxKCh+gRAlZiAKCB+F1oIwxs923TZLqkn0MGCFOYnQCgjecZ
4IZusWBTTnBEqXqMuU8QJcE=
=lh4f
-END PGP SIGNATURE-


Accepted:
libart2-ruby_0.13.0-2_i386.deb
  to pool/main/r/ruby-gnome2/libart2-ruby_0.13.0-2_i386.deb
libatk1-ruby_0.13.0-2_i386.deb
  to pool/main/r/ruby-gnome2/libatk1-ruby_0.13.0-2_i386.deb
libgconf2-ruby_0.13.0-2_i386.deb
  to pool/main/r/ruby-gnome2/libgconf2-ruby_0.13.0-2_i386.deb
libgda2-ruby_0.13.0-2_i386.deb
  to pool/main/r/ruby-gnome2/libgda2-ruby_0.13.0-2_i386.deb
libgdk-pixbuf2-ruby_0.13.0-2_i386.deb
  to pool/main/r/ruby-gnome2/libgdk-pixbuf2-ruby_0.13.0-2_i386.deb
libglade2-ruby_0.13.0-2_i386.deb
  to pool/main/r/ruby-gnome2/libglade2-ruby_0.13.0-2_i386.deb

Accepted libdbd-mysql-perl 3.0002-1 (source i386)

2005-08-12 Thread Raphael Hertzog
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 12 Aug 2005 12:28:03 +0200
Source: libdbd-mysql-perl
Binary: libdbd-mysql-perl
Architecture: source i386
Version: 3.0002-1
Distribution: unstable
Urgency: low
Maintainer: Raphael Hertzog [EMAIL PROTECTED]
Changed-By: Raphael Hertzog [EMAIL PROTECTED]
Description: 
 libdbd-mysql-perl - A Perl5 database interface to the MySQL database
Closes: 318931
Changes: 
 libdbd-mysql-perl (3.0002-1) unstable; urgency=low
 .
   * New upstream release. Closes: #318931
   * Conforms to policy 3.6.2.
Files: 
 123f4dfdc7a84625fef25b6f82196a2c 680 perl optional 
libdbd-mysql-perl_3.0002-1.dsc
 df70ba084c97f5f7c2a997c3de2f0ad0 130077 perl optional 
libdbd-mysql-perl_3.0002.orig.tar.gz
 36f27d2654edf7a4b0684d9201a1e533 5126 perl optional 
libdbd-mysql-perl_3.0002-1.diff.gz
 54581c5d884cb3c3ec41e1077b8163a7 139892 perl optional 
libdbd-mysql-perl_3.0002-1_i386.deb

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

iD8DBQFC/HxUvPbGD26BadIRAr78AJ9OdKM2plrJR8Q9YyRprT0JcWdN7QCdG7in
shoPUcYvh4RJoP5M6PB+vu0=
=0kDX
-END PGP SIGNATURE-


Accepted:
libdbd-mysql-perl_3.0002-1.diff.gz
  to pool/main/libd/libdbd-mysql-perl/libdbd-mysql-perl_3.0002-1.diff.gz
libdbd-mysql-perl_3.0002-1.dsc
  to pool/main/libd/libdbd-mysql-perl/libdbd-mysql-perl_3.0002-1.dsc
libdbd-mysql-perl_3.0002-1_i386.deb
  to pool/main/libd/libdbd-mysql-perl/libdbd-mysql-perl_3.0002-1_i386.deb
libdbd-mysql-perl_3.0002.orig.tar.gz
  to pool/main/libd/libdbd-mysql-perl/libdbd-mysql-perl_3.0002.orig.tar.gz


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



Accepted libdbd-pg-perl 1.43-1 (source i386)

2005-08-12 Thread Raphael Hertzog
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 12 Aug 2005 12:24:18 +0200
Source: libdbd-pg-perl
Binary: libdbd-pg-perl
Architecture: source i386
Version: 1.43-1
Distribution: unstable
Urgency: low
Maintainer: Raphael Hertzog [EMAIL PROTECTED]
Changed-By: Raphael Hertzog [EMAIL PROTECTED]
Description: 
 libdbd-pg-perl - a PostgreSQL interface for Perl 5 using DBI
Closes: 315708
Changes: 
 libdbd-pg-perl (1.43-1) unstable; urgency=low
 .
   * New upstream release.
   * Document in README.Debian the fact that the module is intended to work
 with PostgreSQL 8.0 or newer. Closes: #315708
Files: 
 f78596bc3fbc40a1f572e7f89812b1d8 721 perl optional libdbd-pg-perl_1.43-1.dsc
 1ddefc3cb5f8c0d20eaf6ba7aa11049d 131267 perl optional 
libdbd-pg-perl_1.43.orig.tar.gz
 2c63437560d23ab5161d234f909a9d78 5371 perl optional 
libdbd-pg-perl_1.43-1.diff.gz
 257099fbfc38d68dd17bcd385277bb57 115830 perl optional 
libdbd-pg-perl_1.43-1_i386.deb

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

iD8DBQFC/HwAvPbGD26BadIRApinAJ9kBMI+ehrUZzBgO7qNso45pPa6AwCfega0
gxbgluh7Ns6U48GWi4GeZD8=
=fF1v
-END PGP SIGNATURE-


Accepted:
libdbd-pg-perl_1.43-1.diff.gz
  to pool/main/libd/libdbd-pg-perl/libdbd-pg-perl_1.43-1.diff.gz
libdbd-pg-perl_1.43-1.dsc
  to pool/main/libd/libdbd-pg-perl/libdbd-pg-perl_1.43-1.dsc
libdbd-pg-perl_1.43-1_i386.deb
  to pool/main/libd/libdbd-pg-perl/libdbd-pg-perl_1.43-1_i386.deb
libdbd-pg-perl_1.43.orig.tar.gz
  to pool/main/libd/libdbd-pg-perl/libdbd-pg-perl_1.43.orig.tar.gz


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



Accepted blitz++ 1:0.8-5 (source i386)

2005-08-12 Thread Konstantinos Margaritis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 12 Aug 2005 12:45:13 +0300
Source: blitz++
Binary: blitz++
Architecture: source i386
Version: 1:0.8-5
Distribution: unstable
Urgency: low
Maintainer: Konstantinos Margaritis [EMAIL PROTECTED]
Changed-By: Konstantinos Margaritis [EMAIL PROTECTED]
Description: 
 blitz++- C++ template class library for scientific computing
Closes: 320439
Changes: 
 blitz++ (1:0.8-5) unstable; urgency=low
 .
   * Changed build-dependency from blas-dev to atlas3-headers, as blas-dev is
 removed from the archive. (Closes: #320439)
Files: 
 1764e633682dd5c0deb5a5e2237f3922 657 devel extra blitz++_0.8-5.dsc
 ec03c2a64b2ba27b391c1babbd4768b8 3475 devel extra blitz++_0.8-5.diff.gz
 8c9c55f12613cf270d3151381e1b17a3 1389960 devel extra blitz++_0.8-5_i386.deb

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

iD8DBQFC/ID4IU9oQVFfm3QRApjXAKCAHnriH6DrInpP/5b1G2vq2CUbZQCfYpPL
J1mnfbYyAsQcTCO8uFeJ0QQ=
=K5+U
-END PGP SIGNATURE-


Accepted:
blitz++_0.8-5.diff.gz
  to pool/main/b/blitz++/blitz++_0.8-5.diff.gz
blitz++_0.8-5.dsc
  to pool/main/b/blitz++/blitz++_0.8-5.dsc
blitz++_0.8-5_i386.deb
  to pool/main/b/blitz++/blitz++_0.8-5_i386.deb


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



Accepted ocaml 3.08.3-7 (source i386 all)

2005-08-12 Thread Debian OCaml Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 12 Aug 2005 10:47:30 +0200
Source: ocaml
Binary: ocaml-compiler-libs ocaml-native-compilers ocaml-base-nox ocaml-base 
ocaml ocaml-nox ocaml-interp ocaml-source
Architecture: source i386 all
Version: 3.08.3-7
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-maint@lists.debian.org
Changed-By: Debian OCaml Maintainers debian-ocaml-maint@lists.debian.org
Description: 
 ocaml  - ML language implementation with a class-based object system
 ocaml-base - Runtime system for ocaml bytecode executables
 ocaml-base-nox - Runtime system for ocaml bytecode executables
 ocaml-compiler-libs - Ocaml interpreter and standard libraries
 ocaml-interp - Ocaml interpreter and standard libraries
 ocaml-native-compilers - Native code compilers of the ocaml suite (the .opt 
ones)
 ocaml-nox  - ML language implementation with a class-based object system
 ocaml-source - Sources for Objective Caml
Closes: 322210
Changes: 
 ocaml (3.08.3-7) unstable; urgency=low
 .
   Changes by Sven Luther:
   * debian/patches/byterun_interp_ia64_fix.dpatch
 - Removed spurious ia64 cast which broke builds with gcc 4.0
 .
   Changes by Stefano Zacchiroli:
   * debian/control
 - added versioned dep from ocaml-compiler-libs to ocaml-base-nox to
   ensure ocaml-md5sums exists at postinst invocation time
   * debian/{ocaml-compiler-libs,ocaml-nox,ocaml}.postrm
 - invoke ocaml-md5sums update only if it is available, if not
   md5sums database will be updated next time ocaml-base-nox will be
   installed (Closes: Bug#322210)
   * debian/patches/ocaml-md5sums
 - avoid failure on update if /var/lib/ocaml/md5sums does not exists
Files: 
 f083557da093bc7fced57adc234ec951 848 devel optional ocaml_3.08.3-7.dsc
 80da215386174c3741be7deb256e5697 48433 devel optional ocaml_3.08.3-7.diff.gz
 e45c78065a425765bd6cc310ba9deb5e 5993156 devel optional 
ocaml-nox_3.08.3-7_i386.deb
 129f280be24946907f17b2a8f55192eb 2560142 devel optional 
ocaml-native-compilers_3.08.3-7_i386.deb
 b82d4bd22ae9ca05cdeaeacaddffebc7 1705988 devel optional ocaml_3.08.3-7_i386.deb
 3edb597c89eb602c20c4a8025a8f13da 246836 devel optional 
ocaml-base-nox_3.08.3-7_i386.deb
 fc8be541f83991f89f4808d623720a00 62448 devel optional 
ocaml-base_3.08.3-7_i386.deb
 b22263fab014c260db8dc77c94aa9cf6 2067846 devel optional 
ocaml-source_3.08.3-7_all.deb
 c286934243f16f2b5d1ab46384a522eb 936128 devel optional 
ocaml-interp_3.08.3-7_i386.deb
 e75843dd3aaa31e1dd302239a9602253 733068 devel optional 
ocaml-compiler-libs_3.08.3-7_i386.deb

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

iD8DBQFC/IFq1cqbBPLEI7wRArY/AJwMH266UjjQQUkw1p7PefFdBY8ZKQCg0Mtc
bYUe0+nVR4tiBjTKoEzGtBQ=
=mTAC
-END PGP SIGNATURE-


Accepted:
ocaml-base-nox_3.08.3-7_i386.deb
  to pool/main/o/ocaml/ocaml-base-nox_3.08.3-7_i386.deb
ocaml-base_3.08.3-7_i386.deb
  to pool/main/o/ocaml/ocaml-base_3.08.3-7_i386.deb
ocaml-compiler-libs_3.08.3-7_i386.deb
  to pool/main/o/ocaml/ocaml-compiler-libs_3.08.3-7_i386.deb
ocaml-interp_3.08.3-7_i386.deb
  to pool/main/o/ocaml/ocaml-interp_3.08.3-7_i386.deb
ocaml-native-compilers_3.08.3-7_i386.deb
  to pool/main/o/ocaml/ocaml-native-compilers_3.08.3-7_i386.deb
ocaml-nox_3.08.3-7_i386.deb
  to pool/main/o/ocaml/ocaml-nox_3.08.3-7_i386.deb
ocaml-source_3.08.3-7_all.deb
  to pool/main/o/ocaml/ocaml-source_3.08.3-7_all.deb
ocaml_3.08.3-7.diff.gz
  to pool/main/o/ocaml/ocaml_3.08.3-7.diff.gz
ocaml_3.08.3-7.dsc
  to pool/main/o/ocaml/ocaml_3.08.3-7.dsc
ocaml_3.08.3-7_i386.deb
  to pool/main/o/ocaml/ocaml_3.08.3-7_i386.deb


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



Accepted smartmontools 5.33+5.34cvs20050802-3 (source powerpc)

2005-08-12 Thread Guido Guenther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 11 Aug 2005 11:04:56 +0200
Source: smartmontools
Binary: smartmontools
Architecture: source powerpc
Version: 5.33+5.34cvs20050802-3
Distribution: unstable
Urgency: low
Maintainer: Guido Guenther [EMAIL PROTECTED]
Changed-By: Guido Guenther [EMAIL PROTECTED]
Description: 
 smartmontools - control and monitor storage systems using S.M.A.R.T.
Closes: 322265
Changes: 
 smartmontools (5.33+5.34cvs20050802-3) unstable; urgency=low
 .
   * add note about 3ware raid controlers to NEWS.Debian (Closes: #322265)
Files: 
 dac98c1510b13ccb2fee3c94e2c86d84 626 utils optional 
smartmontools_5.33+5.34cvs20050802-3.dsc
 7c695b46162f33c2227a366b04e075a0 108817 utils optional 
smartmontools_5.33+5.34cvs20050802-3.diff.gz
 70de347c46df74435bc5f7d5a3182f37 262402 utils optional 
smartmontools_5.33+5.34cvs20050802-3_powerpc.deb

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

iD8DBQFC/G69n88szT8+ZCYRAng/AJsHS79zrGCyg/y38fgGyuUXj6AAgACdFu9p
tBVjNSMB70UKXhF4Amstuzw=
=9gW8
-END PGP SIGNATURE-


Accepted:
smartmontools_5.33+5.34cvs20050802-3.diff.gz
  to pool/main/s/smartmontools/smartmontools_5.33+5.34cvs20050802-3.diff.gz
smartmontools_5.33+5.34cvs20050802-3.dsc
  to pool/main/s/smartmontools/smartmontools_5.33+5.34cvs20050802-3.dsc
smartmontools_5.33+5.34cvs20050802-3_powerpc.deb
  to pool/main/s/smartmontools/smartmontools_5.33+5.34cvs20050802-3_powerpc.deb


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



Accepted plucker 1.8-8 (source i386)

2005-08-12 Thread Amaya Rodrigo Sastre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 12 Aug 2005 13:25:44 +0200
Source: plucker
Binary: plucker plucker-desktop
Architecture: source i386
Version: 1.8-8
Distribution: unstable
Urgency: low
Maintainer: Amaya Rodrigo Sastre [EMAIL PROTECTED]
Changed-By: Amaya Rodrigo Sastre [EMAIL PROTECTED]
Description: 
 plucker- Pluck stuff from the web and read it on your PalmOS device
 plucker-desktop - Plucker Desktop is a GUI for Plucker
Closes: 15019 261332
Changes: 
 plucker (1.8-8) unstable; urgency=low
 .
   * Hack the install target so that we get the comics right (Closes: #261332).
   * Authentication is documented in the FAQ 3.6. (Closes: #15019). In short:
 use sitescooper with plucker, as upstream will not fix this.
Files: 
 628ad39775e71a17948840ebe9d4e562 723 otherosfs optional plucker_1.8-8.dsc
 9626927217462cf9ab8d00a78b643b70 43513 otherosfs optional plucker_1.8-8.diff.gz
 a4254102ba1cc7a52334e02f5365c1f8 423762 otherosfs optional 
plucker_1.8-8_i386.deb
 a23173bd13e45f95936561f5f2b24db8 820648 otherosfs optional 
plucker-desktop_1.8-8_i386.deb

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

iD8DBQFC/IjvNFDtUT/MKpARAmRiAJ9CXrkQLNg7EeTo4yX6cMrPotw+SwCdE0xD
AIT2ORRIUr791Nn8kNBAUd8=
=nN08
-END PGP SIGNATURE-


Accepted:
plucker-desktop_1.8-8_i386.deb
  to pool/main/p/plucker/plucker-desktop_1.8-8_i386.deb
plucker_1.8-8.diff.gz
  to pool/main/p/plucker/plucker_1.8-8.diff.gz
plucker_1.8-8.dsc
  to pool/main/p/plucker/plucker_1.8-8.dsc
plucker_1.8-8_i386.deb
  to pool/main/p/plucker/plucker_1.8-8_i386.deb


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



Accepted gaim 1:1.5.0-1 (source i386 all)

2005-08-12 Thread Ari Pollak
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.7
Date: Fri, 12 Aug 2005 08:04:38 -0400
Source: gaim
Binary: gaim gaim-dev gaim-data
Architecture: source i386 all
Version: 1:1.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Robert McQueen [EMAIL PROTECTED]
Changed-By: Ari Pollak [EMAIL PROTECTED]
Description: 
 gaim   - multi-protocol instant messaging client
 gaim-data  - multi-protocol instant messaging client - data files
 gaim-dev   - multi-protocol instant messaging client - development files
Closes: 261317
Changes: 
 gaim (1:1.5.0-1) unstable; urgency=low
 .
   * New upstream release
 - IRC quit message is now configurable (Closes: #261317)
   * Remove patches introduced in 1.4.0 revisions as they are now
 in upstream.
Files: 
 6c0916716113141243db1b48dd590c10 936 net optional gaim_1.5.0-1.dsc
 64bd1b107d0b6c4c988d72a0a67ee9e4 6117488 net optional gaim_1.5.0.orig.tar.gz
 dbfdfba1b88bce8c9f70b86e4b2e5975 28831 net optional gaim_1.5.0-1.diff.gz
 dd76f795a4d6fa236843e85da9fc09bd 3246948 net optional gaim-data_1.5.0-1_all.deb
 c8a93ae85b4271fad027d579113817b7 847130 net optional gaim_1.5.0-1_i386.deb
 b2a6185b1a74878d5a462e075613a683 103202 devel optional 
gaim-dev_1.5.0-1_i386.deb

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

iD8DBQFC/JJIwO+u47cOQDsRAzxCAJ98s8ipV+a9duLeANM21T66LgJsXgCggXiL
Sm63Ivurq/pG8c4ytMdmz+A=
=boyd
-END PGP SIGNATURE-


Accepted:
gaim-data_1.5.0-1_all.deb
  to pool/main/g/gaim/gaim-data_1.5.0-1_all.deb
gaim-dev_1.5.0-1_i386.deb
  to pool/main/g/gaim/gaim-dev_1.5.0-1_i386.deb
gaim_1.5.0-1.diff.gz
  to pool/main/g/gaim/gaim_1.5.0-1.diff.gz
gaim_1.5.0-1.dsc
  to pool/main/g/gaim/gaim_1.5.0-1.dsc
gaim_1.5.0-1_i386.deb
  to pool/main/g/gaim/gaim_1.5.0-1_i386.deb
gaim_1.5.0.orig.tar.gz
  to pool/main/g/gaim/gaim_1.5.0.orig.tar.gz


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



Accepted snmpkit 0.9-9 (source i386)

2005-08-12 Thread A Mennucc1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 12 Aug 2005 12:42:04 +0200
Source: snmpkit
Binary: libsnmpkit-dev libsnmpkit2c2
Architecture: source i386
Version: 0.9-9
Distribution: unstable
Urgency: low
Maintainer: A Mennucc1 [EMAIL PROTECTED]
Changed-By: A Mennucc1 [EMAIL PROTECTED]
Description: 
 libsnmpkit-dev - multithreaded SNMP connection library
 libsnmpkit2c2 - multithreaded SNMP connection library
Changes: 
 snmpkit (0.9-9) unstable; urgency=low
 .
   * rules: use gcc-4.0 if available
   * control: due to bug 258192, better formatting checkbuilddeps
   * update from standard 3.0.1 to 3.6.1 :
  use DEB_BUILD_OPTIONS and -g
Files: 
 529f82ad87aeb8537509b97aa512a112 678 devel optional snmpkit_0.9-9.dsc
 e71c076e99870f94d89a29acccf0dcd7 312080 devel optional snmpkit_0.9-9.diff.gz
 cba81ab501798472c8c2a5486ba5b2e2 159026 devel optional 
libsnmpkit-dev_0.9-9_i386.deb
 9b13dab0935f53da2a1d85b474455c81 61946 libs optional 
libsnmpkit2c2_0.9-9_i386.deb

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

iD8DBQFC/JUr9B/tjjP8QKQRAmaSAJ9Gmt0xm54f7zzBnn1vHjWkhtqpugCggAWr
x2vumnY9rtsCAvgRR8XOrEo=
=qazT
-END PGP SIGNATURE-


Accepted:
libsnmpkit-dev_0.9-9_i386.deb
  to pool/main/s/snmpkit/libsnmpkit-dev_0.9-9_i386.deb
libsnmpkit2c2_0.9-9_i386.deb
  to pool/main/s/snmpkit/libsnmpkit2c2_0.9-9_i386.deb
snmpkit_0.9-9.diff.gz
  to pool/main/s/snmpkit/snmpkit_0.9-9.diff.gz
snmpkit_0.9-9.dsc
  to pool/main/s/snmpkit/snmpkit_0.9-9.dsc


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



Accepted hdparm 6.1-5 (source i386)

2005-08-12 Thread Stephen Gran
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 12 Aug 2005 08:56:00 -0400
Source: hdparm
Binary: hdparm hdparm-udeb
Architecture: source i386
Version: 6.1-5
Distribution: unstable
Urgency: low
Maintainer: Stephen Gran [EMAIL PROTECTED]
Changed-By: Stephen Gran [EMAIL PROTECTED]
Description: 
 hdparm - tune hard disk parameters for high performance
 hdparm-udeb - tune hard disk parameters for high performance (udeb)
Closes: 322636
Changes: 
 hdparm (6.1-5) unstable; urgency=low
 .
   * Change udev script name to end in .dev (hmm, really should have
 investigated that more) (closes: #322636)
Files: 
 d30f699d988b91d7cb0ce7f5d1c796ef 577 admin optional hdparm_6.1-5.dsc
 1e417cb73cef6b7807a3c74df0a8bf7a 13887 admin optional hdparm_6.1-5.diff.gz
 00a8aa899feac84c6d769f3ea704cd66 54968 admin optional hdparm_6.1-5_i386.deb
 af690e4086d6c904a4e4f0c1ec1c2529 23654 debian-installer optional 
hdparm-udeb_6.1-5_i386.udeb
package-type: udeb

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

iD8DBQFC/JzMSYIMHOpZA44RArNIAKCnOPz0GDk9lVOOu6e5laUBNMHv2wCgtNhd
CPLXXmG1oCW1CRRRELDndpY=
=O/uv
-END PGP SIGNATURE-


Accepted:
hdparm-udeb_6.1-5_i386.udeb
  to pool/main/h/hdparm/hdparm-udeb_6.1-5_i386.udeb
hdparm_6.1-5.diff.gz
  to pool/main/h/hdparm/hdparm_6.1-5.diff.gz
hdparm_6.1-5.dsc
  to pool/main/h/hdparm/hdparm_6.1-5.dsc
hdparm_6.1-5_i386.deb
  to pool/main/h/hdparm/hdparm_6.1-5_i386.deb


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



Accepted iprint 1.3-6 (source i386)

2005-08-12 Thread Thijs Kinkhorst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 12 Aug 2005 14:46:29 +0200
Source: iprint
Binary: iprint
Architecture: source i386
Version: 1.3-6
Distribution: unstable
Urgency: low
Maintainer: Thijs Kinkhorst [EMAIL PROTECTED]
Changed-By: Thijs Kinkhorst [EMAIL PROTECTED]
Description: 
 iprint - Trivial command-line integer print utility
Closes: 312869
Changes: 
 iprint (1.3-6) unstable; urgency=low
 .
   * Adopt package (Closes: #312869).
   * Tweak manual page.
Files: 
 4bc0033d8ca5633042f6ae76e7b04764 551 utils optional iprint_1.3-6.dsc
 5a36113ca047f79e36c039687570020f 2550 utils optional iprint_1.3-6.diff.gz
 7983caa1e9dc465a8d89b5b7827acaa5 4462 utils optional iprint_1.3-6_i386.deb

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

iD8DBQFC/KDt7Ro5M7LPzdgRAhLXAKDXmLWNC8GNFb9UAexWdb2TdyQlLACglgWA
Po+hUpy2eAXkrKh+RFWOZPw=
=iwOv
-END PGP SIGNATURE-


Accepted:
iprint_1.3-6.diff.gz
  to pool/main/i/iprint/iprint_1.3-6.diff.gz
iprint_1.3-6.dsc
  to pool/main/i/iprint/iprint_1.3-6.dsc
iprint_1.3-6_i386.deb
  to pool/main/i/iprint/iprint_1.3-6_i386.deb


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



Accepted openoffice.org2 1.9.121-2 (source all i386 powerpc)

2005-08-12 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 11 Aug 2005 20:43:23 +0200
Source: openoffice.org2
Binary: openoffice.org2-l10n-af openoffice.org2-l10n-nn openoffice.org2-dev 
openoffice.org2-officebean openoffice.org2-math python-uno openoffice.org2-calc 
openoffice.org2-writer openoffice.org2-gnome openoffice.org2-l10n-hr 
openoffice.org2-dev-doc openoffice.org2-l10n-es openoffice.org2-l10n-et 
openoffice.org2-l10n-tr openoffice.org2-l10n-nl openoffice.org2-l10n-nb 
openoffice.org2-l10n-cy openoffice.org2-l10n-sk openoffice.org2-l10n-da 
openoffice.org2-l10n-cs mozilla-openoffice.org openoffice.org2-l10n-fi 
openoffice.org2-evolution openoffice.org2-filter-so52 openoffice.org2-l10n-ja 
openoffice.org2-l10n-bg openoffice.org2 openoffice.org2-draw 
openoffice.org2-impress openoffice.org2-l10n-pa-in openoffice.org2-l10n-zu 
openoffice.org2-l10n-bs openoffice.org2-l10n-ru openoffice.org2-l10n-sv 
openoffice.org2-l10n-pl openoffice.org2-common openoffice.org2-l10n-lt 
ttf-opensymbol openoffice.org2-jars-native openoffice.org2-kde 
openoffice.org2-l10n-pt-br openoffice.org2-l10n-en-us 
openoffice.org2-l10n-be-by openoffice.org2-l10n-xh openoffice.org2-l10n-fr 
openoffice.org2-base openoffice.org2-l10n-hu openoffice.org2-l10n-en-gb 
openoffice.org2-l10n-ko openoffice.org2-l10n-it openoffice.org2-l10n-zh-cn 
openoffice.org2-l10n-bn openoffice.org2-l10n-zh-tw openoffice.org2-l10n-gu-in 
openoffice.org2-core openoffice.org2-l10n-de
Architecture: source all i386 powerpc 
Version: 1.9.121-2
Distribution: experimental
Urgency: low
Maintainer: Debian OpenOffice Team debian-openoffice@lists.debian.org
Changed-By: Rene Engelhard [EMAIL PROTECTED]
Description: 
 mozilla-openoffice.org - OpenOffice.org Mozilla plugin
 openoffice.org2 - OpenOffice.org Office suite version 2.0
 openoffice.org2-base - OpenOffice.org office suite - database
 openoffice.org2-calc - OpenOffice.org office suite - spreadsheet
 openoffice.org2-common - OpenOffice.org office suite architecture independent 
files
 openoffice.org2-core - OpenOffice.org office suite architecture dependent files
 openoffice.org2-dev - OpenOffice.org SDK -- development files
 openoffice.org2-dev-doc - OpenOffice.org SDK -- documentation
 openoffice.org2-draw - OpenOffice.org office suite - drawing
 openoffice.org2-evolution - Evolution Addressbook support for OpenOffice.org
 openoffice.org2-filter-so52 - OpenOffice.org Legacy (Star Office 5.2) filters
 openoffice.org2-gnome - GNOME Integration for OpenOffice.org (Widgets, 
Dialogs, VFS, GCon
 openoffice.org2-impress - OpenOffice.org office suite - presentation
 openoffice.org2-l10n-af - Afrikaans language package for OpenOffice.org
 openoffice.org2-l10n-be-by - Belarussian language package for OpenOffice.org
 openoffice.org2-l10n-bg - Bulgarian language package for OpenOffice.org
 openoffice.org2-l10n-bn - Bengali language package for OpenOffice.org
 openoffice.org2-l10n-bs - Bosnian language package for OpenOffice.org
 openoffice.org2-l10n-cs - Czech language package for OpenOffice.org
 openoffice.org2-l10n-cy - Welsh language package for OpenOffice.org
 openoffice.org2-l10n-da - Danish language package for OpenOffice.org
 openoffice.org2-l10n-de - German language package for OpenOffice.org
 openoffice.org2-l10n-en-gb - English_british language package for 
OpenOffice.org
 openoffice.org2-l10n-en-us - English_american language package for 
OpenOffice.org
 openoffice.org2-l10n-es - Spanish language package for OpenOffice.org
 openoffice.org2-l10n-et - Estonian language package for OpenOffice.org
 openoffice.org2-l10n-fi - Finnish language package for OpenOffice.org
 openoffice.org2-l10n-fr - French language package for OpenOffice.org
 openoffice.org2-l10n-gu-in - Gujarati language package for OpenOffice.org
 openoffice.org2-l10n-hr - Croatian language package for OpenOffice.org
 openoffice.org2-l10n-hu - Hungarian language package for OpenOffice.org
 openoffice.org2-l10n-it - Italian language package for OpenOffice.org
 openoffice.org2-l10n-ja - Japanese language package for OpenOffice.org
 openoffice.org2-l10n-ko - Korean language package for OpenOffice.org
 openoffice.org2-l10n-lt - Lithuanian language package for OpenOffice.org
 openoffice.org2-l10n-nb - Norwegian language package for OpenOffice.org
 openoffice.org2-l10n-nl - Dutch language package for OpenOffice.org
 openoffice.org2-l10n-nn - Norwegian_nynorsk language package for OpenOffice.org
 openoffice.org2-l10n-pa-in - Punjabi language package for OpenOffice.org
 openoffice.org2-l10n-pl - Polish language package for OpenOffice.org
 openoffice.org2-l10n-pt-br - Portuguese_brazilian language package for 
OpenOffice.org
 openoffice.org2-l10n-ru - Russian language package for OpenOffice.org
 openoffice.org2-l10n-sk - Slovak language package for OpenOffice.org
 openoffice.org2-l10n-sv - Swedish language package for OpenOffice.org
 openoffice.org2-l10n-tr - Turkish language package for OpenOffice.org
 openoffice.org2-l10n-xh - Xhosa language 

Accepted dictem 0.0.5-1 (source all)

2005-08-12 Thread Zhenja Kaluta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue,  9 Aug 2005 17:36:20 +0300
Source: dictem
Binary: dictem
Architecture: source all
Version: 0.0.5-1
Distribution: unstable
Urgency: low
Maintainer: Zhenja Kaluta [EMAIL PROTECTED]
Changed-By: Zhenja Kaluta [EMAIL PROTECTED]
Description: 
 dictem - Dict client for emacs
Changes: 
 dictem (0.0.5-1) unstable; urgency=low
 .
   * New upstream release (0.0.5).
   * Updated Standards-Version to 3.6.2 - no changes to package.
Files: 
 631b5b0d8717af44cd1c5a5a6dd2f9e4 566 text optional dictem_0.0.5-1.dsc
 7027e12f345aec17aa7ecf72df747d7d 66977 text optional dictem_0.0.5.orig.tar.gz
 e21eb7db78669449c9866c3928a8dd17 3148 text optional dictem_0.0.5-1.diff.gz
 df6e102e97977b44abacfed9746119da 28898 text optional dictem_0.0.5-1_all.deb

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

iEYEARECAAYFAkL8pT4ACgkQxhqJXoXuPg4UZACeL9CKRvF/rmS9qcGIwz6eIzuy
1wEAoL+4HyAXuxKWdEThnB/USZ4PBOez
=8poP
-END PGP SIGNATURE-


Accepted:
dictem_0.0.5-1.diff.gz
  to pool/main/d/dictem/dictem_0.0.5-1.diff.gz
dictem_0.0.5-1.dsc
  to pool/main/d/dictem/dictem_0.0.5-1.dsc
dictem_0.0.5-1_all.deb
  to pool/main/d/dictem/dictem_0.0.5-1_all.deb
dictem_0.0.5.orig.tar.gz
  to pool/main/d/dictem/dictem_0.0.5.orig.tar.gz


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



Accepted libnet-ldap-perl 1:0.33-1 (source i386)

2005-08-12 Thread Florian Ragwitz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 11 Aug 2005 21:46:17 +0200
Source: libnet-ldap-perl
Binary: libnet-ldap-perl
Architecture: source i386
Version: 1:0.33-1
Distribution: unstable
Urgency: low
Maintainer: Florian Ragwitz [EMAIL PROTECTED]
Changed-By: Florian Ragwitz [EMAIL PROTECTED]
Description: 
 libnet-ldap-perl - A Client interface to LDAP servers
Closes: 306378 322101
Changes: 
 libnet-ldap-perl (1:0.33-1) unstable; urgency=low
 .
   * New upstream version (Closes: #306378).
   * Added epoch (0.33 lt 0.3202).
   * New Maintainer (Closes: #322101).
   * Rewrote debian/rules.
   * Updated Standards-Version.
Files: 
 e47344fe1d53769078ac937f22705ca9 857 perl optional libnet-ldap-perl_0.33-1.dsc
 7002aedb8bcaa7169a8f0a8e22d34b72 227888 perl optional 
libnet-ldap-perl_0.33.orig.tar.gz
 4b16b42e50ba584cb64b1e3b93cb0a87 3162 perl optional 
libnet-ldap-perl_0.33-1.diff.gz
 b457f36c18dcc54c20eb9bc593e83109 319328 perl optional 
libnet-ldap-perl_0.33-1_i386.deb

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

iQCVAwUBQvyj+78Zfhn2SkeXAQLangP+Pct5F8VF6y3Q4mjGRQ0TJQOMkSpXrbPY
Nlv5YJMgaicHWjJZ1a7dTU0oX2ZQU4YT4vTvkgOwQXBCbD8dWBJD8u9jAazUgwAr
CjqEE1N6w/lrzJGQE9+nbcSADzp5/Tb9l1jChU0JrPKqQ5+mj8iWAAGkuFbj3iMa
rSDJ8RlFce0=
=7lYy
-END PGP SIGNATURE-


Accepted:
libnet-ldap-perl_0.33-1.diff.gz
  to pool/main/libn/libnet-ldap-perl/libnet-ldap-perl_0.33-1.diff.gz
libnet-ldap-perl_0.33-1.dsc
  to pool/main/libn/libnet-ldap-perl/libnet-ldap-perl_0.33-1.dsc
libnet-ldap-perl_0.33-1_i386.deb
  to pool/main/libn/libnet-ldap-perl/libnet-ldap-perl_0.33-1_i386.deb
libnet-ldap-perl_0.33.orig.tar.gz
  to pool/main/libn/libnet-ldap-perl/libnet-ldap-perl_0.33.orig.tar.gz


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



Accepted tinyca 0.7.0-1 (source all)

2005-08-12 Thread Christoph Ulrich Scholler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 12 Aug 2005 00:42:27 +0200
Source: tinyca
Binary: tinyca
Architecture: source all
Version: 0.7.0-1
Distribution: unstable
Urgency: high
Maintainer: Christoph Ulrich Scholler [EMAIL PROTECTED]
Changed-By: Christoph Ulrich Scholler [EMAIL PROTECTED]
Description: 
 tinyca - graphical frontend for a simple certification authority
Closes: 308879 313847 320614
Changes: 
 tinyca (0.7.0-1) unstable; urgency=high
 .
   * New upstream release.
   * From this version on, tinyca is based on Perl/Gtk2.
   * Urgency high (fixes grave bug): endless loop on startup,
 (Closes: #308879).
   * Fixed spelling in menu file, thanks to Daniel Baumann
 (Closes: #320614).
   * Bug fix: tinyca: [INTL:de] German PO file corrections, thanks to
 Jens Seidel (Closes: #313847).
   * Bumped Standards-Version to 3.6.2.
Files: 
 56beea1b9095aac5bf5c8dd715d37deb 603 utils optional tinyca_0.7.0-1.dsc
 aa9221737e96dd7d7be24bfbe61e1277 192979 utils optional tinyca_0.7.0.orig.tar.gz
 8893b05ce90d4f367eee66c604abbfe7 4491 utils optional tinyca_0.7.0-1.diff.gz
 44d6819f915c8a1c4ece3557ef7b7aef 102138 utils optional tinyca_0.7.0-1_all.deb

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

iEYEARECAAYFAkL8p/oACgkQmO5zOp3h7rEVZwCfZxReEkHjWZHY/bIDB+8W/8xC
K6cAn2F1Cb2p/RrxYJzJ8541RokLttp0
=7/oL
-END PGP SIGNATURE-


Accepted:
tinyca_0.7.0-1.diff.gz
  to pool/main/t/tinyca/tinyca_0.7.0-1.diff.gz
tinyca_0.7.0-1.dsc
  to pool/main/t/tinyca/tinyca_0.7.0-1.dsc
tinyca_0.7.0-1_all.deb
  to pool/main/t/tinyca/tinyca_0.7.0-1_all.deb
tinyca_0.7.0.orig.tar.gz
  to pool/main/t/tinyca/tinyca_0.7.0.orig.tar.gz


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



Accepted libconvert-asn1-perl 0.19-1 (source all)

2005-08-12 Thread Florian Ragwitz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 12 Aug 2005 09:39:49 +0200
Source: libconvert-asn1-perl
Binary: libconvert-asn1-perl
Architecture: source all
Version: 0.19-1
Distribution: unstable
Urgency: low
Maintainer: Florian Ragwitz [EMAIL PROTECTED]
Changed-By: Florian Ragwitz [EMAIL PROTECTED]
Description: 
 libconvert-asn1-perl - Perl module for encoding and decoding ASN.1 data 
structures
Closes: 306379 322096
Changes: 
 libconvert-asn1-perl (0.19-1) unstable; urgency=low
 .
   * New Maintainer (Closes: #322096).
   * New upstream version (Closes: #306379).
   * Moved debhelper build-dep-indep to Build-Depends.
   * Better description.
   * Updated Standards-Version.
   * Using debhelper 4.
Files: 
 6847c3b9977df31a1dbc9342d9ce38d8 773 perl optional 
libconvert-asn1-perl_0.19-1.dsc
 6debb08ccac684a199c0afe54fad51a5 61840 perl optional 
libconvert-asn1-perl_0.19.orig.tar.gz
 6ae8e381301b8da707ce4bf654498d1d 1765 perl optional 
libconvert-asn1-perl_0.19-1.diff.gz
 c31fce3608a54bc4d540338235516e1c 40656 perl optional 
libconvert-asn1-perl_0.19-1_all.deb

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

iQCVAwUBQvyov78Zfhn2SkeXAQJvNwP+JT2JjZwqcIvejoSwo/m30qSvPaOLZ8ft
RaWF5qBX7ckudY8Efy0mzUvxlYmQs5uCXCSw8GmHE+5KWdE0hmhiG9sx9BZoNEsa
cD96kouK0J6544mmQJVnDWcraFB9ag6jiZ8uVRHP0EOC4+iG1EHNxlYRVol3AjjL
pXAHLhs2nEk=
=1Soi
-END PGP SIGNATURE-


Accepted:
libconvert-asn1-perl_0.19-1.diff.gz
  to pool/main/libc/libconvert-asn1-perl/libconvert-asn1-perl_0.19-1.diff.gz
libconvert-asn1-perl_0.19-1.dsc
  to pool/main/libc/libconvert-asn1-perl/libconvert-asn1-perl_0.19-1.dsc
libconvert-asn1-perl_0.19-1_all.deb
  to pool/main/libc/libconvert-asn1-perl/libconvert-asn1-perl_0.19-1_all.deb
libconvert-asn1-perl_0.19.orig.tar.gz
  to pool/main/libc/libconvert-asn1-perl/libconvert-asn1-perl_0.19.orig.tar.gz


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



Accepted f-spot 0.0.13-4 (source i386)

2005-08-12 Thread Debian Mono Group
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Aug 2005 19:44:27 +1200
Source: f-spot
Binary: f-spot
Architecture: source i386
Version: 0.0.13-4
Distribution: unstable
Urgency: low
Maintainer: Debian Mono Group [EMAIL PROTECTED]
Changed-By: Debian Mono Group [EMAIL PROTECTED]
Description: 
 f-spot - personal photo management application
Closes: 321310
Changes: 
 f-spot (0.0.13-4) unstable; urgency=low
 .
   * Andrew Mitchell
 + debian/control:
   - New Maintainer (Debian Mono Group)
   - Rebuild with newer libexif-dev  removed explicit Depends on 
libexif10, libgphoto2-2 (Closes: #321310)
   - Removed unneeded control.in  uploaders
   - Removed extra dh_clideps arguments
   - Added dpatch build dependency
   - Updated to Standards Version 3.6.2 (no changes needed)
 + debian/rules:
   - Changed simple-patchsys.mk to dpatch.mk
   - Added unpatch target for dpatch
 + debian/dirs:
   - Remove unneeded directories from debian/dirs
 + debian/watch:
   - Added
Files: 
 775a6cf8cc57cb2b325f85535983673c 949 gnome optional f-spot_0.0.13-4.dsc
 e2fbe7f844c2d765fc57a61516d451da 3065 gnome optional f-spot_0.0.13-4.diff.gz
 005ef89d1aa7caa4ea0d40a016c60a44 425434 gnome optional f-spot_0.0.13-4_i386.deb

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

iD8DBQFC/K333cp5nGFDTdYRAn5nAJ948P2ceQ/XbExX94u4/uKWHiq5xQCgjZ0U
6UIYory+uF3Md4litqUGhr4=
=Cw2m
-END PGP SIGNATURE-


Accepted:
f-spot_0.0.13-4.diff.gz
  to pool/main/f/f-spot/f-spot_0.0.13-4.diff.gz
f-spot_0.0.13-4.dsc
  to pool/main/f/f-spot/f-spot_0.0.13-4.dsc
f-spot_0.0.13-4_i386.deb
  to pool/main/f/f-spot/f-spot_0.0.13-4_i386.deb


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



Accepted qsstv 5.3c-2 (source i386)

2005-08-12 Thread Joop Stakenborg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 12 Aug 2005 14:41:25 +0200
Source: qsstv
Binary: qsstv
Architecture: source i386
Version: 5.3c-2
Distribution: unstable
Urgency: low
Maintainer: Joop Stakenborg [EMAIL PROTECTED]
Changed-By: Joop Stakenborg [EMAIL PROTECTED]
Description: 
 qsstv  - Qt-based slow-scan TV and fax
Changes: 
 qsstv (5.3c-2) unstable; urgency=low
 .
   * Build against latest qt.
Files: 
 33533f19985b698e32a2290186f33bbd 638 hamradio optional qsstv_5.3c-2.dsc
 046582f4892fda3f6f8cb8cafe2a231b 25683 hamradio optional qsstv_5.3c-2.diff.gz
 2d9818f53a10939660f7b5019a9f395c 631880 hamradio optional qsstv_5.3c-2_i386.deb

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

iD8DBQFC/K++nuUI/ps3DJoRAqCbAJ9VHAPOZFlUqwu8uhxKxM2YwgFGlQCfWZkz
3bOhe1/+tnCA3rJkRTvH3CI=
=T2vr
-END PGP SIGNATURE-


Accepted:
qsstv_5.3c-2.diff.gz
  to pool/main/q/qsstv/qsstv_5.3c-2.diff.gz
qsstv_5.3c-2.dsc
  to pool/main/q/qsstv/qsstv_5.3c-2.dsc
qsstv_5.3c-2_i386.deb
  to pool/main/q/qsstv/qsstv_5.3c-2_i386.deb


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



Accepted libnet-google-perl 0.62-2 (source all)

2005-08-12 Thread Florian Ragwitz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 12 Aug 2005 16:25:54 +0200
Source: libnet-google-perl
Binary: libnet-google-perl
Architecture: source all
Version: 0.62-2
Distribution: unstable
Urgency: low
Maintainer: Florian Ragwitz [EMAIL PROTECTED]
Changed-By: Florian Ragwitz [EMAIL PROTECTED]
Description: 
 libnet-google-perl - Simple OOP-ish interface to the Google SOAP API
Closes: 322100
Changes: 
 libnet-google-perl (0.62-2) unstable; urgency=low
 .
   * New Maintainer (Closes: #322100).
   * Rewrote debian/rules.
   * Using debhelper 4.
   * Moved debhelper build-dep-indep to Build-Depends.
   * Updated Standards-Version.
   * Updated debain/copyright.
   * Added libwww-perl dependency.
Files: 
 98c8278b6a2e964486e97ef00522a57f 797 perl optional 
libnet-google-perl_0.62-2.dsc
 477b73cfcaa1c7d0b0d80b883617dbfc 1692 perl optional 
libnet-google-perl_0.62-2.diff.gz
 42e4768dc26f3d33adb0536c89e31534 37356 perl optional 
libnet-google-perl_0.62-2_all.deb

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

iQCVAwUBQvy0hr8Zfhn2SkeXAQIJcwQAjNjAq4MnIcXTpXPGxANjDhoIusCyFzh4
xhRy4ZwMStcwLU0PnqKGarRx8Zh7fM6K23fhonGMhwCHNiysjMBoy0mIeRStICDa
Q48v999poLlmwMVfRsChEt0tZJJkodFtdJTc12rUqgcINRjm0gOYLTiYo1e/8o60
idz0cPB5lY4=
=hCuS
-END PGP SIGNATURE-


Accepted:
libnet-google-perl_0.62-2.diff.gz
  to pool/main/libn/libnet-google-perl/libnet-google-perl_0.62-2.diff.gz
libnet-google-perl_0.62-2.dsc
  to pool/main/libn/libnet-google-perl/libnet-google-perl_0.62-2.dsc
libnet-google-perl_0.62-2_all.deb
  to pool/main/libn/libnet-google-perl/libnet-google-perl_0.62-2_all.deb


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



Accepted gnomesword 2.1.2-1 (source i386)

2005-08-12 Thread Daniel Glassey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 11 Aug 2005 15:33:08 +0100
Source: gnomesword
Binary: gnomesword
Architecture: source i386
Version: 2.1.2-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Glassey [EMAIL PROTECTED]
Changed-By: Daniel Glassey [EMAIL PROTECTED]
Description: 
 gnomesword - Bible study with GNOME
Closes: 146326 305997
Changes: 
 gnomesword (2.1.2-1) unstable; urgency=low
 .
   * New upstream version
  It is an unstable release and requires sword 1.5.8
   * debian/control: It's now built using gtkhtml3.2 (Closes: #305997)
   * The woody bugs are fixed with the removal of the package (Closes: #146326)
   * Change menu section to Apps/Tools to be consistent with BibleTime
   * Now using cdbs
Files: 
 1bab4cf7a32c4e1508f39170e21b14bd 822 gnome optional gnomesword_2.1.2-1.dsc
 7971bf32cb638adb3a1660476152d28a 2368290 gnome optional 
gnomesword_2.1.2.orig.tar.gz
 16a6def13cd23f861e868a600b0e396e 4015 gnome optional gnomesword_2.1.2-1.diff.gz
 69467da385eec38ae940290575e7a207 1835738 gnome optional 
gnomesword_2.1.2-1_i386.deb

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

iD8DBQFC/L0D/offrSwPzRoRAgrxAKCqtQNA9xi0bRPI8dz0EFMovme3/ACeLmLn
3fgm5cTe8sVoGQYjEJGhAeQ=
=oO4u
-END PGP SIGNATURE-


Accepted:
gnomesword_2.1.2-1.diff.gz
  to pool/main/g/gnomesword/gnomesword_2.1.2-1.diff.gz
gnomesword_2.1.2-1.dsc
  to pool/main/g/gnomesword/gnomesword_2.1.2-1.dsc
gnomesword_2.1.2-1_i386.deb
  to pool/main/g/gnomesword/gnomesword_2.1.2-1_i386.deb
gnomesword_2.1.2.orig.tar.gz
  to pool/main/g/gnomesword/gnomesword_2.1.2.orig.tar.gz


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



Accepted libauthen-sasl-perl 2.09-1 (source all)

2005-08-12 Thread Florian Ragwitz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 12 Aug 2005 17:02:34 +0200
Source: libauthen-sasl-perl
Binary: libauthen-sasl-perl
Architecture: source all
Version: 2.09-1
Distribution: unstable
Urgency: low
Maintainer: Florian Ragwitz [EMAIL PROTECTED]
Changed-By: Florian Ragwitz [EMAIL PROTECTED]
Description: 
 libauthen-sasl-perl - Authen::SASL - SASL Authentication framework
Closes: 306446 321137 322095
Changes: 
 libauthen-sasl-perl (2.09-1) unstable; urgency=low
 .
   * New Maintainer (Closes: #322095).
   * New upstream version (Closes: #306446).
   * Changed Priority to optional (Closes: #321137).
   * Rewrote debian/rules.
   * Using debhelper 4.
   * Moved perl build-dep to Build-Depends-Indep.
   * Updated Standards-Version.
   * Extended Description.
   * Added suggestion and build-dep on libdigest-hmac-perl.
Files: 
 3e68735cc9be6aa020c63783a8a006de 790 perl optional 
libauthen-sasl-perl_2.09-1.dsc
 e11b60f58850ff6e71e6e1813c1f5e31 26070 perl optional 
libauthen-sasl-perl_2.09.orig.tar.gz
 d72cb2aeae796a098044964d8265de08 1958 perl optional 
libauthen-sasl-perl_2.09-1.diff.gz
 30143df8e79221b976308e96273ad6e0 33696 perl optional 
libauthen-sasl-perl_2.09-1_all.deb

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

iQCVAwUBQvy+rr8Zfhn2SkeXAQIgrgP/bbqVnaLfNcKrth4Bxm5fyguqertGsH/s
209oGRHmp7XZN8roPgf4Ku0VRkTK37sOO20l5CHDhhyhDQrOfLtg+cRrX1wpPr0J
e3MsibseyfdWOlJRvjNKIYfUN0ZE2cKYgFTo1LSpDVACvp3ylWiLf4RHLLxJAXGd
N7/eSKFkoFE=
=vBBw
-END PGP SIGNATURE-


Accepted:
libauthen-sasl-perl_2.09-1.diff.gz
  to pool/main/liba/libauthen-sasl-perl/libauthen-sasl-perl_2.09-1.diff.gz
libauthen-sasl-perl_2.09-1.dsc
  to pool/main/liba/libauthen-sasl-perl/libauthen-sasl-perl_2.09-1.dsc
libauthen-sasl-perl_2.09-1_all.deb
  to pool/main/liba/libauthen-sasl-perl/libauthen-sasl-perl_2.09-1_all.deb
libauthen-sasl-perl_2.09.orig.tar.gz
  to pool/main/liba/libauthen-sasl-perl/libauthen-sasl-perl_2.09.orig.tar.gz


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



Accepted boost 1.33.0-1 (source i386 all)

2005-08-12 Thread Domenico Andreoli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 12 Aug 2005 12:37:35 +0200
Source: boost
Binary: libboost-regex1.33.0 libboost-signals1.33.0 libboost-test-dev 
libboost-serialization-dev libboost-program-options1.33.0 libboost-thread1.33.0 
libboost-python1.33.0 libboost-filesystem1.33.0 libboost-graph-dev libboost-dev 
libboost-test1.33.0 libboost-python-dev libboost-dbg libboost-doc 
libboost-date-time-dev libboost-program-options-dev libboost-regex-dev 
libboost-date-time1.33.0 libboost-signals-dev libboost-thread-dev 
libboost-filesystem-dev libboost-graph1.33.0
Architecture: source i386 all
Version: 1.33.0-1
Distribution: unstable
Urgency: low
Maintainer: Steve M. Robbins [EMAIL PROTECTED]
Changed-By: Domenico Andreoli [EMAIL PROTECTED]
Description: 
 libboost-date-time-dev - set of date-time libraries based on generic 
programming concepts
 libboost-date-time1.33.0 - set of date-time libraries based on generic 
programming concepts
 libboost-dbg - Boost.org libraries with debug symbols
 libboost-dev - Boost.org libraries development files
 libboost-doc - Boost.org libraries documentation
 libboost-filesystem-dev - filesystem operations (portable paths, iteration 
over directories
 libboost-filesystem1.33.0 - filesystem operations (portable paths, iteration 
over directories
 libboost-graph-dev - generic graph components and algorithms in C++
 libboost-graph1.33.0 - generic graph components and algorithms in C++
 libboost-program-options-dev - program options library for C++
 libboost-program-options1.33.0 - program options library for C++
 libboost-python-dev - Boost.Python Library development files
 libboost-python1.33.0 - Boost.Python Library
 libboost-regex-dev - regular expression library for C++
 libboost-regex1.33.0 - regular expression library for C++
 libboost-serialization-dev - serialization library for C++
 libboost-signals-dev - managed signals and slots library for C++
 libboost-signals1.33.0 - managed signals and slots library for C++
 libboost-test-dev - components for writing and executing test suites
 libboost-test1.33.0 - components for writing and executing test suites
 libboost-thread-dev - portable C++ multi-threading
 libboost-thread1.33.0 - portable C++ multi-threading
Closes: 320677 320973 322269 322386 322579 322674
Changes: 
 boost (1.33.0-1) unstable; urgency=low
 .
   * New usptream version.  Closes: #322674.
 .
   * debian/rules: static library of program_options is now distributed.
 Closes: #320973, #322269.
 .
   * boost/graph/adjacency_list.hpp: fixed compiler warnings.
 Closes: #322386.
 .
   * debian/documentation-files: updated.  Closes: #322579.
 .
   * Fixed FTBFS on GNU/kFreeBSD.  Closes: #320677.
Files: 
 c7f627e28651f17bb38c319a6994133a 1156 libs optional boost_1.33.0-1.dsc
 6105340ccdb0e77e684c1cfe40f11056 13964077 libs optional 
boost_1.33.0.orig.tar.gz
 c1f599f36753bed317af803849e55e23 43511 libs optional boost_1.33.0-1.diff.gz
 0de1b2490b6ca718d66bb9422558bd65 8450308 doc optional 
libboost-doc_1.33.0-1_all.deb
 e3fef1f84a05c5657ef314ad1b540c3f 4856432 libdevel optional 
libboost-dbg_1.33.0-1_i386.deb
 e8975b5f3502483fa570279d1ae6463b 1842778 libdevel optional 
libboost-dev_1.33.0-1_i386.deb
 1f17b2ad191a51326528f3ae38ce62c9 30364 libs optional 
libboost-date-time1.33.0_1.33.0-1_i386.deb
 a114088f2bac1224d569400668798af9 154650 libdevel optional 
libboost-date-time-dev_1.33.0-1_i386.deb
 e89dcb3107b07879b89ba97800b1a7be 39484 libs optional 
libboost-filesystem1.33.0_1.33.0-1_i386.deb
 b9f3230e9c74d1f56279817610b9b0e9 53902 libdevel optional 
libboost-filesystem-dev_1.33.0-1_i386.deb
 e57c910c8bc1a67bd348f1ce7f94efb8 140558 libs optional 
libboost-graph1.33.0_1.33.0-1_i386.deb
 ff1b6d095ebe874c0ff3836b57a51e25 307888 libdevel optional 
libboost-graph-dev_1.33.0-1_i386.deb
 a411511a8b59d20686f5b81a607a6a62 104916 libs optional 
libboost-program-options1.33.0_1.33.0-1_i386.deb
 2c460e28564becab9336c53ecbc95790 170614 libdevel optional 
libboost-program-options-dev_1.33.0-1_i386.deb
 d1c43f5d58b8dc8f9777026734be0bc0 113652 python optional 
libboost-python1.33.0_1.33.0-1_i386.deb
 ff62cb53a5e9d8e170a02fea08fdf7b1 137304 libdevel optional 
libboost-python-dev_1.33.0-1_i386.deb
 d1d5951274642ac772347dba11a1c380 297354 libs optional 
libboost-regex1.33.0_1.33.0-1_i386.deb
 199b45d5feeb45db24e9d634e97a8179 636326 libdevel optional 
libboost-regex-dev_1.33.0-1_i386.deb
 60614cc59fd1f2197bc15da512106832 401270 libdevel optional 
libboost-serialization-dev_1.33.0-1_i386.deb
 197d3705d958966167d5cfcbed8132d2 43486 libs optional 
libboost-signals1.33.0_1.33.0-1_i386.deb
 9a374ee411204a4067dc270aef0c570c 69372 libdevel optional 
libboost-signals-dev_1.33.0-1_i386.deb
 e780d32d9748a12160b4e64f6d2fc13c 190826 libs optional 
libboost-test1.33.0_1.33.0-1_i386.deb
 3ee6728500d572b8e0ca31eb3296554c 400390 libdevel optional 
libboost-test-dev_1.33.0-1_i386.deb
 9f275078a78c835a6c5935d9f4af9a00 44082 libs optional 

Accepted gcl 2.6.7-1 (source i386 all)

2005-08-12 Thread Camm Maguire
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 11 Aug 2005 15:00:26 +
Source: gcl
Binary: gcl-doc gcl
Architecture: source i386 all
Version: 2.6.7-1
Distribution: unstable
Urgency: high
Maintainer: Camm Maguire [EMAIL PROTECTED]
Changed-By: Camm Maguire [EMAIL PROTECTED]
Description: 
 gcl- GNU Common Lisp compiler
 gcl-doc- Documentation for GNU Common Lisp
Closes: 295930 318681
Changes: 
 gcl (2.6.7-1) unstable; urgency=high
 .
   * Fix (listen) with readline on
   * fix control-d with readline
   * libreadline5 support for Debian
   * Support for pre-compiled regexps and new texinfo format
   * Reenable run-process
   * Push function 'accept  into lisp, use select for 'listen on socket
 streams
   * New Upstream release version
   * Native-reloc feature
   * Add daemon capabilities to server sockets, document socket and
 accept
   * Some gcl-tk fixes
   * Update wrapt-literals strategy to be consistent with CVS head --
 wrap evreything but symbols and integers, don't wrap when keeping
 the gazonk files for linking in different images, this is really a
 compile-file operation
   * gcltk demo cleanups
   * Probe-file, open_stream, and the like fail on directories
   * Resolve symlinks in truename
   * Place prototypes for defcfun in header files
   * Support for unique init names for compiler::link and the like
   * libreadline5 for Debian
   * remove _o from init-names
   * gcc-4.0 fixups
   * Bug fix: gcl: depends on binutils-dev lt;lt;= 2.1.5-999), so
 uninstallable in unstable, thanks to Steve Langasek (Closes:
 #318681).  Rebuild with new release to autocompute this dep
   * Bug fix: gcl: Please switch to po-debconf, thanks to Lucas Wall
 (Closes: #295930). Apply po-debconf patch
   * Newer standards
Files: 
 ddfeed2582da37b0f6a9fe414f59a71a 687 interpreters optional gcl_2.6.7-1.dsc
 c0f42e1f391162e5ac90912a70e8ecc3 8193901 interpreters optional 
gcl_2.6.7.orig.tar.gz
 d473c3de9973fd77d0b364efcc3f02be 20 interpreters optional gcl_2.6.7-1.diff.gz
 0aa0e88a224e65d91d486336cd9f571d 625938 doc optional gcl-doc_2.6.7-1_all.deb
 5e2c25c7f902b297b30f9851d3eca169 19594922 interpreters optional 
gcl_2.6.7-1_i386.deb

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

iD8DBQFC/LgJczG1wFfwRdwRAozeAJ4p0sSlFqz6FPWMs3XZPqPzPhAYXACfULgM
DndTWxqLYdwHq5lK/pn86Gk=
=8kvG
-END PGP SIGNATURE-


Accepted:
gcl-doc_2.6.7-1_all.deb
  to pool/main/g/gcl/gcl-doc_2.6.7-1_all.deb
gcl_2.6.7-1.diff.gz
  to pool/main/g/gcl/gcl_2.6.7-1.diff.gz
gcl_2.6.7-1.dsc
  to pool/main/g/gcl/gcl_2.6.7-1.dsc
gcl_2.6.7-1_i386.deb
  to pool/main/g/gcl/gcl_2.6.7-1_i386.deb
gcl_2.6.7.orig.tar.gz
  to pool/main/g/gcl/gcl_2.6.7.orig.tar.gz


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



Accepted valgrind 1:3.0.0-1 (source i386)

2005-08-12 Thread Andrés Roldán
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 12 Aug 2005 14:47:42 +
Source: valgrind
Binary: valgrind
Architecture: source i386
Version: 1:3.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Andrés Roldán [EMAIL PROTECTED]
Changed-By: Andrés Roldán [EMAIL PROTECTED]
Description: 
 valgrind   - A memory debugger for x86-linux
Changes: 
 valgrind (1:3.0.0-1) unstable; urgency=low
 .
   * New upstream release. (Closes:
 - Now valgrind run on AMD64.
   * debian/patches/{01_manpage,01_configure,01_pcm-ioctl}.dpatch:
 - Updated to fit this version.
   * debian/patches/{01_vgPlain_do_syscall,11_errorcode}.dpatch:
 - Removed. Not longer needed.
Files: 
 0be365b7cda2ae166674a1ae609a8763 736 devel optional valgrind_3.0.0-1.dsc
 5d1a812be703d48387d82aaeb60f41c0 3470589 devel optional 
valgrind_3.0.0.orig.tar.gz
 ba137b4915e1de8caacb58f7432239ba 28650 devel optional valgrind_3.0.0-1.diff.gz
 30f2d4140b6381507898b59a7522d692 3243736 devel optional 
valgrind_3.0.0-1_i386.deb

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

iD8DBQFC/Maf2OByS7KTlusRAmA6AJ9XFUYZNouD2bfK5rfRR6IFqYO1KQCfa+JY
HdXuhmgwFM6opTZhKSLsRKs=
=FHRM
-END PGP SIGNATURE-


Accepted:
valgrind_3.0.0-1.diff.gz
  to pool/main/v/valgrind/valgrind_3.0.0-1.diff.gz
valgrind_3.0.0-1.dsc
  to pool/main/v/valgrind/valgrind_3.0.0-1.dsc
valgrind_3.0.0-1_i386.deb
  to pool/main/v/valgrind/valgrind_3.0.0-1_i386.deb
valgrind_3.0.0.orig.tar.gz
  to pool/main/v/valgrind/valgrind_3.0.0.orig.tar.gz


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



Accepted 3ddesktop 0.2.9-1 (source i386)

2005-08-12 Thread Mathias Weyland
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 12 Aug 2005 17:48:31 +0200
Source: 3ddesktop
Binary: 3ddesktop
Architecture: source i386
Version: 0.2.9-1
Distribution: unstable
Urgency: low
Maintainer: Mathias Weyland [EMAIL PROTECTED]
Changed-By: Mathias Weyland [EMAIL PROTECTED]
Description: 
 3ddesktop  - Three-dimensional desktop switcher
Closes: 303847 319120
Changes: 
 3ddesktop (0.2.9-1) unstable; urgency=low
 .
   [ Mathias Weyland ]
   * New upstream release
   * Upstream included our manpages, --justswitch added
   * Patch for gcc-4.0 added (closes: bug#303847)
   * Corrected path to manpages
   * Advanced 3ddesktop.conf
 .
   [ Pierre Habouzit ]
   * Slightly better patch for gcc4.0.
   * Adjust Build-Dependencies (with help of Steve Langasek) (closes: #319120).
   * Bump Standards-Version (no changes required).
Files: 
 16fe66dec88558736d6b515d8397b124 818 utils optional 3ddesktop_0.2.9-1.dsc
 da1e8b0d2c210a441676bbf663e694ee 182278 utils optional 
3ddesktop_0.2.9.orig.tar.gz
 2201f1578358e5eb9580439575a8c57e 4879 utils optional 3ddesktop_0.2.9-1.diff.gz
 a531d551c769b9edb48ed6e369b42f88 80290 utils optional 
3ddesktop_0.2.9-1_i386.deb

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

iD8DBQFC/MlqvGr7W6HudhwRAnvbAKCMdenxr/B/0nglUgeE1q2JkD323gCeJEIP
ha/yV3UwncZowQj5YEkE1iY=
=9Cg/
-END PGP SIGNATURE-


Accepted:
3ddesktop_0.2.9-1.diff.gz
  to pool/main/3/3ddesktop/3ddesktop_0.2.9-1.diff.gz
3ddesktop_0.2.9-1.dsc
  to pool/main/3/3ddesktop/3ddesktop_0.2.9-1.dsc
3ddesktop_0.2.9-1_i386.deb
  to pool/main/3/3ddesktop/3ddesktop_0.2.9-1_i386.deb
3ddesktop_0.2.9.orig.tar.gz
  to pool/main/3/3ddesktop/3ddesktop_0.2.9.orig.tar.gz


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



Accepted emacs-snapshot 20050812140000-1 (source i386 all)

2005-08-12 Thread Romain Francoise
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 12 Aug 2005 17:51:10 +0200
Source: emacs-snapshot
Binary: emacs-snapshot-el emacs-snapshot-bin-common emacs-snapshot-nox 
emacs-snapshot emacs-snapshot-common emacs-snapshot-gtk
Architecture: source i386 all
Version: 2005081214-1
Distribution: unstable
Urgency: low
Maintainer: Romain Francoise [EMAIL PROTECTED]
Changed-By: Romain Francoise [EMAIL PROTECTED]
Description: 
 emacs-snapshot - The GNU Emacs editor (development snapshot)
 emacs-snapshot-bin-common - The GNU Emacs editor's shared, architecture 
dependent files
 emacs-snapshot-common - The GNU Emacs editor's common infrastructure
 emacs-snapshot-el - GNU Emacs LISP (.el) files
 emacs-snapshot-gtk - The GNU Emacs editor (with GTK+ 2.x support)
 emacs-snapshot-nox - The GNU Emacs editor (without X support)
Closes: 322180 322307
Changes: 
 emacs-snapshot (2005081214-1) unstable; urgency=low
 .
   * New snapshot:
 + Fixes a bug triggered by GTK+ 2.6.9 where opened menus could
   disappear randomly in emacs-snapshot-gtk (closes: #322307).
 + Includes Tramp 2.0.50.
 .
   * debian/patches/debian-emacs-news.dpatch: Fix reference to
 README.Debian, it isn't compressed automatically in emacs-snapshot
 (it's now installed by dh_installdocs).
 .
   * debian/changelog:
 + Fix name of NEWS file in previous entry.
 + Add mode to the local variables section.
 .
   * debian/rules:
 + Set pkg_name for emacs-common and emacs-bin-common to fix the
   generation of lintian override files.
 + Set flavour description.
 + Pipe dpatch-list-patch output to sed to generate outline compliant
   headings, the outline regexp used in the emacs21 packages doesn't
   match in emacs-snapshot, and it's simpler to have regular outline
   sections in the file in the first place.
 .
   * debian/copyright.in:
 + Use the new FSF postal address (updated in COPYING in the Emacs
   sources).
 + Add 2005 to copyright years.
 + Fix location of README.Debian.
   * debian/copyright: Regenerate.
 .
   * debian/patches/debian-font-lock-tty.dpatch: Add outline markers.
   * debian/patches/debian-vc-bfn.dpatch: Ditto.
 .
   * debian/patches/debian-cssc-vc-backend.dpatch: Add dpatch description
 marker (caused an empty patch description in README.Debian).
 .
   * debian/control.in: Add flavour description to the short description of
 the main package, which is emacs-snapshot in this source package
 (closes: #322180).
   * debian/control: Regenerate.
 .
   * debian/README.in:
 + Add information section stolen from the initial NEWS entry.
 + Remove paragraph about .elc files and Leim being added to the
   upstream sources: these packages are built from a snapshot tarball for
   which neither of these things is true.
 + Remove local variables section.
 + Add note about the baz archive.
 .
   * debian/emacs.menu.in: Add -i option to the menu command item in order
 to get the Emacs icon in the GNOME window list (and equivalent
 features in other desktop environments).
   * debian/emacs.desktop: Ditto.
Files: 
 8bcd65e0d4fdbeeaf3af4ffb15d9136a 1026 editors optional 
emacs-snapshot_2005081214-1.dsc
 91a3d923061f3d9244867f906c8b13dd 22983304 editors optional 
emacs-snapshot_2005081214.orig.tar.gz
 2bb8ce2953e21d32de7f3d7e8eb40734 20623 editors optional 
emacs-snapshot_2005081214-1.diff.gz
 3316e968deb74e2251c2ae37b64d4ad1 16069582 editors optional 
emacs-snapshot-common_2005081214-1_all.deb
 86b403440f6711321460b3b301b8257b 9846128 editors optional 
emacs-snapshot-el_2005081214-1_all.deb
 bb2cff8b3b686934a2092d4a493fa964 154268 editors optional 
emacs-snapshot-bin-common_2005081214-1_i386.deb
 9f980ec82db7bad8a53f6026b61a89ac 2481470 editors optional 
emacs-snapshot_2005081214-1_i386.deb
 05fa0d6435cedb97d772094d3bc3606d 2473654 editors optional 
emacs-snapshot-gtk_2005081214-1_i386.deb
 5ad913cc2d01f5045354751ef332cf3f 2211604 editors optional 
emacs-snapshot-nox_2005081214-1_i386.deb

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

iD8DBQFC/NpiogN2vsA8Vt8RAtNLAJ0fBw9ObBufCajI85aqO3tbOSHG0QCfb1MR
29yYTajHxgk98sQts90PLY0=
=PnlG
-END PGP SIGNATURE-


Accepted:
emacs-snapshot-bin-common_2005081214-1_i386.deb
  to 
pool/main/e/emacs-snapshot/emacs-snapshot-bin-common_2005081214-1_i386.deb
emacs-snapshot-common_2005081214-1_all.deb
  to pool/main/e/emacs-snapshot/emacs-snapshot-common_2005081214-1_all.deb
emacs-snapshot-el_2005081214-1_all.deb
  to pool/main/e/emacs-snapshot/emacs-snapshot-el_2005081214-1_all.deb
emacs-snapshot-gtk_2005081214-1_i386.deb
  to pool/main/e/emacs-snapshot/emacs-snapshot-gtk_2005081214-1_i386.deb
emacs-snapshot-nox_2005081214-1_i386.deb
  to pool/main/e/emacs-snapshot/emacs-snapshot-nox_2005081214-1_i386.deb
emacs-snapshot_2005081214-1.diff.gz
  to 

Accepted python-crypto 2.0+dp1-2.2 (source i386)

2005-08-12 Thread Bastian Kleineidam
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 12 Aug 2005 11:04:21 +0200
Source: python-crypto
Binary: python2.1-crypto python-crypto python2.3-crypto python2.2-crypto
Architecture: source i386
Version: 2.0+dp1-2.2
Distribution: unstable
Urgency: low
Maintainer: Andreas Rottmann [EMAIL PROTECTED]
Changed-By: Bastian Kleineidam [EMAIL PROTECTED]
Description: 
 python-crypto - cryptographic algorithms and protocols for Python
 python2.1-crypto - cryptographic algorithms and protocols for Python
 python2.2-crypto - cryptographic algorithms and protocols for Python
 python2.3-crypto - cryptographic algorithms and protocols for Python
Changes: 
 python-crypto (2.0+dp1-2.2) unstable; urgency=low
 .
   * NMU to fix build failures on some architectures
   * Remove -O3 gcc option on m68k architecture to fix FTBFS due to an
 internal compiler error
   * Standards version 3.6.2 (no changes required)
   * Relax the versioned build dependency of libgmp3-dev to 4.1.4-8
 instead of -9. Some architectures only have -8 at this point
 which is sufficient.
Files: 
 ba9894ae1e9d16669c56a5c41bed0822 765 python optional 
python-crypto_2.0+dp1-2.2.dsc
 c0025e0cecf0ab2dbedcc90dd33e2a1b 4590 python optional 
python-crypto_2.0+dp1-2.2.diff.gz
 353f9b8dfe91373e8fd3004080325030 10818 python optional 
python-crypto_2.0+dp1-2.2_i386.deb
 2085c863746e2e3daf9095cc56f0c83a 159104 python optional 
python2.1-crypto_2.0+dp1-2.2_i386.deb
 b40be28ba517cd1f1b87e83beddeccba 166974 python optional 
python2.2-crypto_2.0+dp1-2.2_i386.deb
 d5ddd80f77ac15a78b8747035e15a397 167074 python optional 
python2.3-crypto_2.0+dp1-2.2_i386.deb

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

iD8DBQFC/G/IeBwlBDLsbz4RAqKgAKCwqfOqnEzJA7CCeuBxOWqBghrFnACgr1GH
vPSOGFO2MBQpPVVyiFgbweg=
=chU3
-END PGP SIGNATURE-


Accepted:
python-crypto_2.0+dp1-2.2.diff.gz
  to pool/main/p/python-crypto/python-crypto_2.0+dp1-2.2.diff.gz
python-crypto_2.0+dp1-2.2.dsc
  to pool/main/p/python-crypto/python-crypto_2.0+dp1-2.2.dsc
python-crypto_2.0+dp1-2.2_i386.deb
  to pool/main/p/python-crypto/python-crypto_2.0+dp1-2.2_i386.deb
python2.1-crypto_2.0+dp1-2.2_i386.deb
  to pool/main/p/python-crypto/python2.1-crypto_2.0+dp1-2.2_i386.deb
python2.2-crypto_2.0+dp1-2.2_i386.deb
  to pool/main/p/python-crypto/python2.2-crypto_2.0+dp1-2.2_i386.deb
python2.3-crypto_2.0+dp1-2.2_i386.deb
  to pool/main/p/python-crypto/python2.3-crypto_2.0+dp1-2.2_i386.deb


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



Accepted spamprobe 1.2a-1 (source i386)

2005-08-12 Thread Nicolas Duboc
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue,  2 Aug 2005 12:37:56 +0200
Source: spamprobe
Binary: spamprobe
Architecture: source i386
Version: 1.2a-1
Distribution: unstable
Urgency: low
Maintainer: Nicolas Duboc [EMAIL PROTECTED]
Changed-By: Nicolas Duboc [EMAIL PROTECTED]
Description: 
 spamprobe  - Bayesian spam filter
Closes: 246312 318699
Changes: 
 spamprobe (1.2a-1) unstable; urgency=low
 .
   * New upstream release.
   * Debian policy compliance upgraded to 3.6.2.
   * Removed dpatch system which was not used since previous version.
   * Added Vietnamese translation of debconf template by Clytie Siddall.
 (closes: #318699)
   * Now depends on debconf | debconf-2.0.
   * Removed technical detail (C++) from the package description.
   * Update of documentation (docbook man page and Debian files).
   * Fixed bug preventing relative path with -d option. (closes: #246312)
Files: 
 6e2a43e7ce1c9761f91cd407d9408c84 588 mail optional spamprobe_1.2a-1.dsc
 f42b36d8056841bb132bb5c8857896c1 189240 mail optional 
spamprobe_1.2a.orig.tar.gz
 e2ffdefc428a18fef48e41a41f5fd878 21882 mail optional spamprobe_1.2a-1.diff.gz
 42f6e1080f61e4dc60d643d5f439e514 180402 mail optional spamprobe_1.2a-1_i386.deb

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

iD8DBQFC/M4bEAlStfgBp0MRAhoDAJ9GX1eI7jIgptPhHofxYMO+7KZdnwCdH5IF
9WJ/B7wZJVbwSfwd/yRjqto=
=q9AG
-END PGP SIGNATURE-


Accepted:
spamprobe_1.2a-1.diff.gz
  to pool/main/s/spamprobe/spamprobe_1.2a-1.diff.gz
spamprobe_1.2a-1.dsc
  to pool/main/s/spamprobe/spamprobe_1.2a-1.dsc
spamprobe_1.2a-1_i386.deb
  to pool/main/s/spamprobe/spamprobe_1.2a-1_i386.deb
spamprobe_1.2a.orig.tar.gz
  to pool/main/s/spamprobe/spamprobe_1.2a.orig.tar.gz


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



  1   2   >