Re: Bug#278027: RFP: ibm-acpi -- Driver for IBM laptops to extend ACPI support

2004-10-26 Thread David Schweikert
On Sun, Oct 24, 2004 at 13:07:34 +0100, Matthew Garrett wrote:
  * Package name: ibm-acpi
 
 This has been integrated into the acpi.sf.net patch, so is fairly likely
 to end up in the mainstream kernel before too long.

Even if it gets integrated in the kernel (which I am not 100% sure about),
having a package would make it work on older kernels. Also, an init script
is needed to configure what events you are interested in and the package
can provide example configuration files in /etc/acpi.

Cheers
David
-- 
David Schweikert| phone: +41 44 632 7019
System manager ISG.EE   | walk:  ETH Zentrum, ETL F24.1
ETH Zurich, Switzerland | web:   http://people.ee.ethz.ch/dws




Re: Preparation of the next stable Debian GNU/Linux update [Oct 24]

2004-10-26 Thread Martin Schulze
Michelle Konzack wrote:
 Hello Martin and *, 
 
 Am 2004-10-24 11:24:26, schrieb Martin Schulze:
  Preparation of the next stable Debian GNU/Linux update
  ==
  
  An up-to-date version is at http://people.debian.org/~joey/3.0r3/.
 
 For some minutes I have updated my local mirror and found a serious Problem on
 
 ftp://ftp.de.debian.org/debian-security
 
 in the woody/updates mirror. Original *.tag.gz files are missing,
 but the *.diff.gz and *.dsc are still:
 
   ( 'stdin' )___
  /
 | From: tddebmirror [EMAIL PROTECTED]
 | To: [EMAIL PROTECTED]
 | Subject: Updated Debian mirrors
 | Date: Tue, 26 Oct 2004 01:56:54 +0200
 | 
 | Following mirrors are updated:
 | ==
 | 
 | Binary:  ftp://ftp.de.debian.org/debian-security woody/updates/main i386
 | Sources: ftp://ftp.de.debian.org/debian-security woody/updates/main
 | 
 | Logfile:
 | 
 | 
 | 2004-10-26 01:55:45 : Reading tddebmirror.conf
 | 2004-10-26 01:55:45 : Reading values for Server 1
 | 2004-10-26 01:55:45 : 1 : Downloading Packages.gz
 | 2004-10-26 01:55:49 : 1 : Creating file list
 | 2004-10-26 01:55:50 : 1 : Get target directories.
 | 2004-10-26 01:55:50 : 1 : Create target directories.
 | : 1 : Erase old files.
 | : 1 : Create download list.
 | 2004-10-26 01:56:08 : 1 : Nothing to download.
 | 2004-10-26 01:56:08 : 1 : Downloading Sources.gz
 | 2004-10-26 01:56:12 : 1 : Get source directories.
 | 2004-10-26 01:56:12 : 1 : Make target directories.
 | 2004-10-26 01:56:12 : 1 : Create download list.
 | 2004-10-26 01:56:19 : 1 : Erase old files.
 | : 1 : Create download list.
 | 2004-10-26 01:56:31 : 1 : Downloading sources.
 | 2004-10-26 01:56:31 : 1 : missing : bind9_9.2.1.orig.tar.gz
 | 2004-10-26 01:56:33 : 1 : missing : kdegames_2.2.2.orig.tar.gz
 | 2004-10-26 01:56:36 : 1 : missing : lv_4.49.4.orig.tar.gz
 | 2004-10-26 01:56:37 : 1 : missing : lynx_2.8.4.1b.orig.tar.gz
 
 I have checke the server ftp://ftp.de.debian.org/ manualy,
 but these four files are not there.
 
 | 2004-10-26 01:56:38 : 1 : 17957 : libapache-mod-ssl_2.8.9-2.4.diff.gz
 | 2004-10-26 01:56:40 : 1 :   678 : libapache-mod-ssl_2.8.9-2.4.dsc
 | 2004-10-26 01:56:42 : 1 :752613 : libapache-mod-ssl_2.8.9.orig.tar.gz
 | 2004-10-26 01:56:51 : 1 : missing : osh_1.7.orig.tar.gz
 
 And here is the fiveth file missing...
 
 | 2004-10-26 01:56:53 : 1 : Downloading finished.
 | 2004-10-26 01:56:53 : 1 : Create Sources.gz.
 | 2004-10-26 01:56:54 : Reading values for Server 2
 | 2004-10-26 01:56:54 : No server availlable. Stoping here.
 | 
  \__
 

You should first check whether they exist no the original security server.
If they do, you'll have to contact the ftp.de mirror maintainer.

Regards,

Joey

-- 
Testing? What's that? If it compiles, it is good, if it boots up, it is perfect.

Please always Cc to me when replying to me on the lists.




apt-proxy v2 and rsync

2004-10-26 Thread Ian Bruce
Can anyone explain why rsync is no longer considered an appropriate
method for fetching Packages files? It's the only mechanism I'm aware of
that makes apt-get update over a 56Kb/s connection complete in a
reasonable length of time. Am I missing something?



Begin forwarded message:

Date: Thu, 7 Oct 2004 07:10:28 -0700
From: Ian Bruce [EMAIL PROTECTED]
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: apt-proxy v2 and rsync


I was distressed to read the following in the documentation for the new
apt-proxy:

- rsync is not officially supported.

It can work with rsync and some LD_PRELOAD hack, although it has
not been tested for a while, and the shared library is not
included in the .deb package.

If someone convinces me that it is still usefull in the current
situation I may give another chance to rsync backends.

- '+' prefix or equivalent functionality is not supported.

This was specially usefull for rsyncing uncompressed Packages
files, which are not anymore available.

'rsyncpackages' config option was supposed to fill the gap, but
in the current situation, someone will have to convince me that
it is still usefull.


I don't understand why the utility of rsync for fetching Packages files
is in question. For anyone with a dialup internet connection, waiting to
download ten megabytes of compressed Packages files every time they do
an apt-get update is unacceptable. The rsync option solved this
problem.

I spent some time tracking down a bug in the old version to make this
work properly:

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

I'll have to go on using it if the new version won't support rsync.

Now that gzip has the --rsyncable option, wouldn't it be feasible to
rsync against compressed Packages files rather than having to keep the
uncompressed ones around for this purpose?

Unless I'm missing some important development (current situation?),
the rsync method for Packages files is still as important as it ever
was. Please reconsider your decision to drop support for this feature.
Not everyone has a high-speed internet connection.


-- Ian Bruce




Re: Release-critical Bugreport for May 14, 2004

2004-10-26 Thread Pascal Hakim
On Mon, Oct 25, 2004 at 02:52:34PM +0200, Florian Weimer wrote:
 * Cord Beermann:
 
  I added a temporary(?) fix, and bounced the latest report to the list.
 
 Thanks, but it ended up in the archive (under the URL
 http://lists.debian.org/debian-devel-announce/2004/10/msg00010.html),
 but not in the inboxes of subscribers.
 

There appears to be a large delay in the queue at the moment. There are
a couple of mail domains/ISPs causing us some issues, so expect to
receive mail late.

For example, that message made it in 30 hours later or so.

Cheers,

Pasc

-- 
Pascal Hakim  +61 4 0341 1672
Do Not Bend




Re: Drop testing

2004-10-26 Thread Clemens Schwaighofer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 10/25/2004 12:44 AM, Eduard Bloch wrote:
| Ehm... what is wrong with running stable with backports? Why do you not
| install a such combination for your parents, what is wrong with that?
|
|  - Missing few important pieces of software? Backport them
so everybody should create their own backports, break things, etc. Not
good in my opinion
|  - all the packages are out of date? Well, though luck, this is what the
|whole issue is about. We need to release faster. Faster releases are
|only feasible if enough developers are motivated. They are motivated
|if Unstable is blocked and they must care about the release instead
|of working on stuff that makes more fun.
fast releases with removing testing? I think you go the wrong way.
Faster release with having something between stable and testing.
Snapshot!
Every half a year you make a snapshot of testing, so you have a kind of
stable release. Perhaps not 100% stable like stable, but at least not so
horrible outdated.
Seriously, most people I know run testing on their boxes. Why? It is
quite stable (Actually extremly stable compared to other final release
distros) and very up to date.
What should those people use? Stable? No way, too old. Unstable? Breaks
often. No way. So what will they do, go away and search another distro.
And I am sure there will be a lot who reported bugs.
Less bug reports means less feedback, less bug fixing. And this doesn't
help to make a faster release cycle.
|Freezing unstable will get you nothing compared to what we have now.
|
| What do we have? Release times reaching eternity? Testing, full of
| hidden / obscure bugs that have not been visible in Sid, or that are
| fixed in Sid but the update got stuck somewhere?
Thats why it would be better to do snapshot releses. Nowadays with
thousands of packages and thousands of dependencies, it is completly
impossible to make 100% stable release. Just look at Gnome in Debian. It
takes ages to come into unstable. There are so many problems, all the time.
- --
[ Clemens Schwaighofer  -=:~ ]
[ TBWA\  TEQUILA\ Japan IT Group   ]
[6-17-2 Ginza Chuo-ku, Tokyo 104-0061, JAPAN ]
[ Tel: +81-(0)3-3545-7703Fax: +81-(0)3-3545-7343 ]
[ http://www.tequila.co.jphttp://www.tbwajapan.co.jp ]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBfgJJjBz/yQjBxz8RAvaDAKCyyi9ecNnREfcHUWSUjEsgHq/fAgCfd5S7
k99uWI0hwiA0d0wn9fv9d8g=
=BBg7
-END PGP SIGNATURE-



Re: Ubuntu discussion at planet.debian.org

2004-10-26 Thread Andreas Barth
* Marcelo E. Magallon ([EMAIL PROTECTED]) [041026 09:35]:
 On Sun, Oct 24, 2004 at 01:37:21AM -0500, Manoj Srivastava wrote:
Okay, it's a month old, but there hasn't been any since.
http://lists.debian.org/debian-devel-announce/2004/09/msg5.html
We are also still missing official autobuilders for
testing-proposed-updates on alpha and mips.  All other architectures
appear to be keeping up with t-p-u uploads.

  Missing a buildd on an arch or too is a far cry from t-p-u
being unsupported.

  Testing is by design all-or-nothing.  As long as a single architecture
  hasn't buildd support for t-p-u, the buildd support for t-p-u is as
  good as missing.  You could do builds by hand, but then again, how many
  developers actually do that?

And, please don't do it. We definitly can't release without official
buildds for all architectures, so please no binary-only uploads in t-p-u
(if the release team would consider different, I'd have started building
mips and alpha there long ago).


Cheers,
Andi
-- 
   http://home.arcor.de/andreas-barth/
   PGP 1024/89FB5CE5  DC F1 85 6D A6 45 9C 0F  3B BE F1 D0 C5 D1 D9 0C




debconf and backing up ... a bug?

2004-10-26 Thread martin f krafft
debconf-devel(7) states that GO returns 30 if

  (a) it did not display a question (due to priority or seen status)
  or
  (b) the user chose to backup (with the backup capability) enabled.

Is it just me, or is this a mistake? I mean, how are you supposed to
distinguish between backing up and debconf using the cached or
default value instead of asking the user?

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


signature.asc
Description: Digital signature


[solved] debconf and backing up ... a bug?

2004-10-26 Thread martin f krafft
also sprach martin f krafft [EMAIL PROTECTED] [2004.10.26.0956 +0200]:
   (a) it did not display a question (due to priority or seen status)

nevermind. db_input returns this...

it's very weird. sometimes, the following echoes 30 in bash 3:

  db_input ... || true

when in fact it never should.

i will do some researching...

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


signature.asc
Description: Digital signature


SourceForge.net PR-Web Upgrade Notice.

2004-10-26 Thread Luke Kenneth Casson Leighton
i'm forwarding this to debian devel for people's attention because
it would appear that debian has lost a quite large opportunity -
by not having selinux available.

l.

- Forwarded message from SourceForge.net Team [EMAIL PROTECTED] -

Hello,  
You are receiving this email because you are an Admin of a project
on SourceForge.net.   (Note: These update emails are very low 
volume, approximately twice a year).

The SourceForge.net team is pleased to announce the long-awaited
upgrade to our project web service.  SourceForge.net staff are

[...]

This upgrade consists of a significant hardware upgrade and
Operating System upgrade.  Due to the large upgrades involved here,
it may be necessary to upgrade your scripts.


Old configuration:

  Debian Potato
  ^^
  Linux kernel 2.4.x
  GNU libc 2.2.1
  Apache 1.3.26
  Perl 5.005_03
  PHP 4.1.2
  Python 1.5.2
  Tcl 8.0

New configuration:

  Fedora Linux: Fedora Core 2
  ^^
  Linux kernel 2.6.x
  GNU libc 2.3.3
  Apache 2.0.51
  Perl 5.8.3
  PHP 4.3.8
  Python 2.3.3
  Tcl 8.4.5





Re: Bug#278075: ITP: libical0 -- An implementation of basic iCal protocols

2004-10-26 Thread Ricardo Mones
On Mon, 25 Oct 2004 18:02:51 +0200
Sebastian Ley [EMAIL PROTECTED] wrote:

 Libical has been in Debian until some months ago, when it was removed from 
 unstable due to buggyness and unmaintaindness.

  Ok, I don't really want to introduce it again, so I've hacked plugin source
to get it compiled and statically linked against the libical, but, of course,
the libical sources are still needed in the source package.

  Just a technical detail: it's preferable the library source to appear in
the .orig.tar.gz or in the .diff.gz ? 
  I feel the right place is the .diff.gz, but I don't know if big .diff.gz
files are harmful (libical source is about 575 Kb).

  thanks again,
-- 
  Ricardo Mones Lastra - [EMAIL PROTECTED]
  Centro de Inteligencia Artificial, Universidad de Oviedo en Gijon
  33271 Asturias, SPAIN. - http://www.aic.uniovi.es/mones




Re: Drop stable (was: Re: Drop testing)

2004-10-26 Thread Norbert Tretkowski
* Marco d'Itri wrote:
 My solution? Stop releasing, and leave this to entities which are
 motivated enough (or well-financed enough, which is the same thing)
 to do it.

You are about seven month too late. Or about five too early.

Norbert




Re: Drop testing

2004-10-26 Thread Matthias Urlichs
Hi, Eduard Bloch wrote:

 Maybe. What is the alternative? Continue with the current method and
 release Edge... 2009 or so?

The beast will be called Etch, not 'Edge'. Its timing, for the
most part, depends on a couple of sticklers like multi-arch support,
archive split and resolve the GFDL problem, all of which have nothing
at all to do with testing.

Besides, we'll have a bug database which tracks version numbers. This in
turn means that we have a nice distinction between bugs that are actually
RC in the fix this if we'd want to release Etch tomorrow sense, and bugs
that are RC in the keep this out of testing sense.

In other words, testing will help (even more, as IMHO it already does
this) to reduce the number of bugs we actually need to care about if we
want to release, which is a Good Thing.

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  [EMAIL PROTECTED]




Subversion / swig1.3

2004-10-26 Thread Philipp Hug
subversion depends on swig = 1.3.22-2 which is in unstable. but it's not in 
testing yet because swig cannot be put into testing because it would break 
subversion 1.0.6-2 ;-)
did I miss something or is this just a bug in the testing script and needs 
manual hinting?

philipp 




Subversion / swig1.3

2004-10-26 Thread Segreto
subversion depends on swig = 1.3.22-2 which is in unstable. but it's not in 
testing yet because swig cannot be put into testing because it would break 
subversion 1.0.6-2 ;-)
did I miss something or is this just a bug in the testing script and needs 
manual hinting?

philipp 




Bug#278360: ITP: Package: libvcp-perl -- Architecture: all

2004-10-26 Thread Piotr Roszatycki
Package: wnpp
Severity: wishlist


* Package name: Package: libvcp-perl
  Version : 0.9-snapshot-20040928
* URL : http://public.perforce.com/public/revml/index.html
* License : BSD-like
  Description : Architecture: all

vcp (and the Perl module VCP.pm) is a system for copying resources
under version control between repositories. cvs, p4 and RevML files
are currently supported.

vcp can re-root directory hierarchies diring the transfer, and,
using source specifications, or by filtering RevML files, subsets of
files and revisions may be copied.

Both whole-repository and incremental updates are supported.

vcp works well with SVK if VCP::Dest::svk SVK destination driver is used.

This driver allows vcp to insert revisions in to a Subversion
repository via the svk interface. You could use the vcp command
line interface or the integrated SVK mirror command.


I'd like to package all the packages required by SVK with VCP feature:

libbfd-perl
libdata-uuid-perl
libtext-aligner-perl
libtext-table-perl
libvcp-dest-svk-perl
libvcp-perl
libipc-run3-perl
libxml-autowriter-perl
libpodtohtml-perl

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




Re: keysigning in vienna-austria

2004-10-26 Thread Martin Michlmayr
* Filippo Giunchedi [EMAIL PROTECTED] [2004-10-25 01:10]:
 I'm now in Vienna and I'm wondering if there's someone interested
 in keysigning (and/or a coffee and/or a beer), please contact me.

I'm forwarding this to the debian-at mailing list (see
https://www.gibraltar.at/mailman/listinfo/debian-at).
-- 
Martin Michlmayr
http://www.cyrius.com/




Bug#278371: ITP: libxml-autowriter-perl -- perl XML::AutoWriter - DOCTYPE based XML output

2004-10-26 Thread Piotr Roszatycki
Package: wnpp
Severity: wishlist


* Package name: libxml-autowriter-perl
  Version : 0.38
* URL : http://www.cpan.org/pub/CPAN/modules/by-module/XML/
* License : GPL
  Description : perl XML::AutoWriter - DOCTYPE based XML output

The package is required by other, more interesting package: libvcp-perl.

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




Re: Bugzilla package in need of help

2004-10-26 Thread Francesco P. Lovergine
On Wed, Oct 20, 2004 at 09:55:19PM +0200, Moritz Muehlenhoff wrote:
 In gmane.linux.debian.devel.mentors, you wrote:
  - I did not verify that the new .orig.tar.gz is indeed genuine
 
 md5sums are identical with upstream's tarball, I just double checked.
 
  - the following duplicates the call to fix_www_data_perm for
/var/cache/bugzilla, and in addition, this change should be mentioned in 
  the
changelog referring to a bugreport (I now cannot check the validitiy of 
  this
change since I don't see why this is changed)
 
 I'm afraid I forgot why this was added (it's been roughly three months).
 Judging from the code it looks like some left over test code and can be
 removed.
 
 Cheers,
 Moritz

I'm looking into the package now. Stay tuned.

-- 
Francesco P. Lovergine




Kernel version 100

2004-10-26 Thread Ladislav Bodnar
Just curious: any particular reason why the kernel version is reported 
as 100 on http://packages.debian.org/unstable/allpackages?

kernel-image-2.6-386 (100)
Linux kernel image for version 2.6 on 386.
kernel-image-2.6-686 (100)
Linux kernel image for version 2.6 on PPro/Celeron/PII/PIII/PIV.
kernel-image-2.6-686-smp (100)
Linux kernel image for version 2.6 on PPro/Celeron/PII/PIII/PIV SMP.
kernel-image-2.6-amd64-generic (2.6.8-5)
Linux kernel image for version 2.6 on generic x86_64 systems
kernel-image-2.6-amd64-k8 (2.6.8-5)

This seems to be the case with some architectures, but not all.

Thanks a lot :-)

Ladislav




Bug#278380: ITP: libipc-run3-perl -- perl IPC::Run3 - Run a subprocess in batch mode

2004-10-26 Thread Piotr Roszatycki
Package: wnpp
Severity: wishlist


* Package name: libipc-run3-perl
  Version : 0.01
* URL : http://www.cpan.org/pub/CPAN/modules/by-module/IPC/
* License : various (GPL, BSD, Artistic)
  Description : perl IPC::Run3 - Run a subprocess in batch mode

The package is required by libvcp-perl package.

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




Re: Kernel version 100

2004-10-26 Thread Norbert Tretkowski
* Ladislav Bodnar wrote:
 Just curious: any particular reason why the kernel version is reported 
 as 100 on http://packages.debian.org/unstable/allpackages?

 kernel-image-2.6-386 (100)
 Linux kernel image for version 2.6 on 386.

This is just a meta-package, which depends on the latest 2.6 kernel
available.

Norbert




Re: Bug#277582: ITP: kwin-baghira -- A MacOSX-like theme for Apple junkies ;)

2004-10-26 Thread Sven Mueller
José Luis Tallón [u] wrote on 25/10/2004 03:53:
 [I hope my post won't be doubled, my MUA just crashed exactly when I 
hit CTRL-enter to send the mail]

Wouter Verhelst wrote:

On Fri, Oct 22, 2004 at 04:31:52AM +0200, Adeodato Simó wrote:
I would suggest a name like kde-$FOO-style to be used (e.g.,
kde-baghira-style) for packages that provide a widget style for
QT/KDE, and include kwin decoration (if they exist) in the same
package. (*)
For the sake of consistency, I would suggest kde-theme-$FOO. This is
what enlightenment, jsboard, opie, and even previous incarnations of KDE
itself use (kdeartwork-theme-*).
This is NOT a theme... the source package is *of course* called 
Baghira... i assumed kwin-$FOO for a kwin complement made sense. If it 
does not, i can rename it to simply 'baghira' and be done with it... 
additional suggestions?
If it's not a theme but a style, why not name it like this?
kde-style-NameOfStyle (in your case: kde-style-baghira)
That would make all kde styles apear next to each other in 
dselect/aptitude and be consistent with the naming scheme of kde themes.

By the way, it is already packaged and works pretty well ( i have been 
using my own packages of baghira for the last 3 months)... it has not 
been uploaded already because my sponsor hasn't got the time to do it yet.
Those sponsors are always packed with work ;-)
cu,
sven



Re: Kernel version 100

2004-10-26 Thread Ladislav Bodnar
On Tuesday 26 October 2004 22:15, Norbert Tretkowski wrote:
  Just curious: any particular reason why the kernel version is
  reported as 100 on
  http://packages.debian.org/unstable/allpackages?
 
  kernel-image-2.6-386 (100)
      Linux kernel image for version 2.6 on 386.

 This is just a meta-package, which depends on the latest 2.6 kernel
 available.

Yes, but it used to have a proper version number in the parenthesis not 
so long ago. Why the sudden change?

Ladislav




Re: Kernel version 100

2004-10-26 Thread Thiemo Seufer
Ladislav Bodnar wrote:
 On Tuesday 26 October 2004 22:15, Norbert Tretkowski wrote:
   Just curious: any particular reason why the kernel version is
   reported as 100 on
   http://packages.debian.org/unstable/allpackages?
  
   kernel-image-2.6-386 (100)
       Linux kernel image for version 2.6 on 386.
 
  This is just a meta-package, which depends on the latest 2.6 kernel
  available.
 
 Yes, but it used to have a proper version number in the parenthesis not 
 so long ago.

100 is also a proper version number.

 Why the sudden change?

The way the metapackage was built changed, so the version number was
increased by an arbitrary amount.


Thiemo




Re: software updates file in /usr -- policy bug?

2004-10-26 Thread martin f krafft
For reference, here are two points that came up on IRC:

  - The administrator has no place in /usr, it's the package
manager's domain.

  - Tools keep MD5 sums for files installed. When a file in /usr
changes, it is usually an indication of something fishy; thus,
certain programmes will fire alarms.

Lastly, the policy promises that /usr can be read-only and
guarantees software to be fully functional.

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


signature.asc
Description: Digital signature


Re: keysigning in vienna-austria

2004-10-26 Thread Filippo Giunchedi
On 26 Oct, 2004, at 15:17, Martin Michlmayr wrote:
* Filippo Giunchedi [EMAIL PROTECTED] [2004-10-25 01:10]:
I'm now in Vienna and I'm wondering if there's someone interested
in keysigning (and/or a coffee and/or a beer), please contact me.
I'm forwarding this to the debian-at mailing list (see
https://www.gibraltar.at/mailman/listinfo/debian-at).
thank you Martin, anyhow just for information I'll be in Vienna
until 30 Oct (and yes, I should have been more explicit, it looks
like I'm living in Vienna :))
kind regards,
filippo



Re: Release-critical Bugreport for October 22, 2004

2004-10-26 Thread Joe Buck
On Fri, Oct 22, 2004 at 06:30:02AM -0700, BugScan reporter wrote:
 Bug stamp-out list for Oct 22 06:02 (CST)
 
 Total number of release-critical bugs: 726
...
 Number that are being ignored: 45
 Number on packages not in testing: 420
 Number concerning the next release (excluding ignored and not-in-testing): 150

For people who care about getting sarge out, it's not useful to put out
a report listing 726 bugs, only 150 of which matter, in a form that
makes it rather difficult to cleanly extract only the 150 that matter.
How about putting out a regular version, every week or so until release,
listing only the sarge-affecting bugs?  It will be about 1/5 the size
of the message I am replying to.




Re: software updates file in /usr -- policy bug?

2004-10-26 Thread Frank Küster
martin f krafft [EMAIL PROTECTED] schrieb:

 For reference, here are two points that came up on IRC:

It's good that you keep us non-chatters informed. However:

   - The administrator has no place in /usr, it's the package
 manager's domain.

   - Tools keep MD5 sums for files installed. When a file in /usr
 changes, it is usually an indication of something fishy; thus,
 certain programmes will fire alarms.

 Lastly, the policy promises that /usr can be read-only and
 guarantees software to be fully functional.

Now, where is the possible policy bug?

Regards, Frank
-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer




Re: software updates file in /usr -- policy bug?

2004-10-26 Thread martin f krafft
also sprach Frank Küster [EMAIL PROTECTED] [2004.10.26.1916 +0200]:
  Lastly, the policy promises that /usr can be read-only and
  guarantees software to be fully functional.
 
 Now, where is the possible policy bug?

Section 9.1.1 of the policy. The software writes to /usr, which is
to be treated as read-only at any time other than package
management. Thus, effectively, dpkg is the only tool allowed to
manipulate files in /usr, though other tools are used from time to
time (e.g. ln(1)), but only during installation or removal of the
owner package.

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


signature.asc
Description: Digital signature


Re: software updates file in /usr -- policy bug?

2004-10-26 Thread sean finney
hey martin,

On Tue, Oct 26, 2004 at 05:47:03PM +0200, martin f krafft wrote:
   - The administrator has no place in /usr, it's the package
 manager's domain.
 
   - Tools keep MD5 sums for files installed. When a file in /usr
 changes, it is usually an indication of something fishy; thus,
 certain programmes will fire alarms.
 
 Lastly, the policy promises that /usr can be read-only and
 guarantees software to be fully functional.

fwiw i think it's Very Wrong that any package or tool should try and update
the contents of anything in /usr outside of placing their pre-packaged
files in there[1].  if this information is variable state, then it should
go where variable state information is supposed to go, no question about
it.  if the admin should be able to edit it, there's a place for that
too.  neither of these is /usr...

sean

[1] of course, symlinks, diversions, etc all fall in the same spirit.

-- 


signature.asc
Description: Digital signature


Re: software updates file in /usr -- policy bug?

2004-10-26 Thread Steve Langasek
On Tue, Oct 26, 2004 at 07:16:47PM +0200, Frank Küster wrote:
 martin f krafft [EMAIL PROTECTED] schrieb:

  For reference, here are two points that came up on IRC:

 It's good that you keep us non-chatters informed. However:

- The administrator has no place in /usr, it's the package
  manager's domain.
 
- Tools keep MD5 sums for files installed. When a file in /usr
  changes, it is usually an indication of something fishy; thus,
  certain programmes will fire alarms.
 
  Lastly, the policy promises that /usr can be read-only and
  guarantees software to be fully functional.

 Now, where is the possible policy bug?

It isn't a policy bug at all; it's a case of a package that's violating
policy.  (apt-spy, if the thread parent is no longer apparent.)

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Re: software updates file in /usr -- policy bug?

2004-10-26 Thread Manoj Srivastava
On Tue, 26 Oct 2004 19:45:15 +0200, martin f krafft [EMAIL PROTECTED] said: 

 also sprach Frank Küster [EMAIL PROTECTED] [2004.10.26.1916 +0200]:
  Lastly, the policy promises that /usr can be read-only and
  guarantees software to be fully functional.
 
 Now, where is the possible policy bug?

 Section 9.1.1 of the policy. The software writes to /usr, which is
 to be treated as read-only at any time other than package
 management. Thus, effectively, dpkg is the only tool allowed to
 manipulate files in /usr, though other tools are used from time to
 time (e.g. ln(1)), but only during installation or removal of the
 owner package.

Again, what's the policy bug?

manoj
-- 
Zeus gave Leda the bird.
Manoj Srivastava   [EMAIL PROTECTED]  http://www.debian.org/%7Esrivasta/
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C




Re: software updates file in /usr -- policy bug?

2004-10-26 Thread Frank Küster
martin f krafft [EMAIL PROTECTED] schrieb:

 also sprach Frank Küster [EMAIL PROTECTED] [2004.10.26.1916 +0200]:
  Lastly, the policy promises that /usr can be read-only and
  guarantees software to be fully functional.
 
 Now, where is the possible policy bug?

 Section 9.1.1 of the policy. The software writes to /usr, 

You should probably tell us non-chatters what The software is... 

Good night, Frank
-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer




Re: software updates file in /usr -- policy bug?

2004-10-26 Thread paddy
Martin,

On Tue, Oct 26, 2004 at 07:45:15PM +0200, martin f krafft wrote:
 also sprach Frank Küster [EMAIL PROTECTED] [2004.10.26.1916 +0200]:
   Lastly, the policy promises that /usr can be read-only and
   guarantees software to be fully functional.
  
  Now, where is the possible policy bug?
 
 Section 9.1.1 of the policy. The software writes to /usr, which is
 to be treated as read-only at any time other than package
 management. Thus, effectively, dpkg is the only tool allowed to
 manipulate files in /usr, though other tools are used from time to
 time (e.g. ln(1)), but only during installation or removal of the
 owner package.

Are we reading the same policy?

  Debian Policy Manual
  Chapter 9 - The Operating System
  9.1   Filesystem hierarchy
  9.1.1 Filesystem Structure

  The location of all installed files and directories must 
  comply with the Filesystem Hierarchy Standard (FHS) ...

(should 'hierarchy' have a capital, or perhaps 'Structure' not?)

What software writes to /usr ?

If you're refering to 9.1.2 that seems not too far from the FHS.

Regards,
Paddy
-- 
Perl 6 will give you the big knob. -- Larry Wall




Re: software updates file in /usr -- policy bug?

2004-10-26 Thread martin f krafft
also sprach Manoj Srivastava [EMAIL PROTECTED] [2004.10.26.2104 +0200]:
   Again, what's the policy bug?

#277816

 vorlon Manoj: it's not a policy bug, just a shitty subject line.

I guess I could not say it better. It's not a bug in the policy,
just a bug according to policy.

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


signature.asc
Description: Digital signature


Comparing FHS 2.3 and 2.1

2004-10-26 Thread Manoj Srivastava
Hi,

I have been trying to determin the changes in FHS 2.3 (as
 opposed to FHS 2.1 that we already follow) to see what changes have
 occurred. 

1) ===
 FHS 2.3 adds:
==
 3.3: Specific Options

The following directories, or symbolic links to directories, must be in /, if
the corresponding subsystem is installed:

Directory  Description
home  User home directories (optional)
libqual Alternate format essential shared libraries (optional)
root  Home directory for the root user (optional)

Each directory listed above is specified in detail in separate subsections
below.
==

We comply.

2)==

In /bin, /bin/ed is no longer mandated,  however,
/bin/hostname is. (We comply). 

3) ==

   Language related to /bin/sh was cleaned up. Mention of Csh
   removed. [ and test must be in the same dir now.   (We comply).

 4)==

 Added optional dirs /etc/sgml and /etc/xml. The number of mandatory
 files in /etc has dropped. (We comply). It does, however, seem to say
 we need /etc/X11/XF86Config instead of our XF86Config-4, and want
 /etc/X11/Xmodmap  (optional, thank goodness).

NOT COMPLIANT*

 5)==

User specific configuration files for applications are stored in the user's
home directory in a file that starts with the '.' character (a dot file). If
an application needs to create more than one dot file then they should be
placed in a subdirectory with a name starting with a '.' character, (a dot
directory). In this case the configuration files should not start with the '.'
character. 

I have no idea if we comply, but this is a new requirement.

dunno

 6)== 

 Allows stuff like /lib64 or the like. /media is added as mount
 points -- stuff that used to go under /mnt, which is still
 retained. There a re a number of required subdirectories under
 /media, which we don't have. Also, /srv should exist.

NOT COMPLIANT*

7)== 

 /usr/local/etc may be a link to /etc/local,
 /var/lib/hwclock/adjtime has been moved here from /etc


So, we have a few minor things to tweak (/media, /srv, and the
 XF86Config stuff, and then we should be OK to move to FHS 2.3 in
 Etch.

Unless, of course, there are things I missed.

manoj

-- 
A gen'ral sets his army in array In vain, unless he fight and win the
day.  -- Denham
Manoj Srivastava   [EMAIL PROTECTED]  http://www.debian.org/%7Esrivasta/
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C




Re: SourceForge.net PR-Web Upgrade Notice.

2004-10-26 Thread Eric Dorland
* Luke Kenneth Casson Leighton ([EMAIL PROTECTED]) wrote:
 i'm forwarding this to debian devel for people's attention because
 it would appear that debian has lost a quite large opportunity -
 by not having selinux available.

Nothing in that message implied the lack of SELinux was why sf went to
Fedora, what makes you think so? 

-- 
Eric Dorland [EMAIL PROTECTED]
ICQ: #61138586, Jabber: [EMAIL PROTECTED]
1024D/16D970C6 097C 4861 9934 27A0 8E1C  2B0A 61E9 8ECF 16D9 70C6

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS d- s++: a-- C+++ UL+++ P++ L++ E++ W++ N+ o K- w+ 
O? M++ V-- PS+ PE Y+ PGP++ t++ 5++ X+ R tv++ b+++ DI+ D+ 
G e h! r- y+ 
--END GEEK CODE BLOCK--


signature.asc
Description: Digital signature


Re: SourceForge.net PR-Web Upgrade Notice.

2004-10-26 Thread Florian Weimer
* Luke Kenneth Casson Leighton:

 i'm forwarding this to debian devel for people's attention because
 it would appear that debian has lost a quite large opportunity - [...]

I'm surprised SourceForge didn't switch to AIX.  Really.

(They didn't upgrade to Mailman 2.1, by the way. *sigh*)




Re: RFS: kmenc15 - An advanced Qt/KDE MEncoder frontend.

2004-10-26 Thread Oded Shimon
On Tuesday 26 October 2004 22:37, Shaun Jackman wrote:
 For your package to go in contrib, your dependency -- mplayer -- must
 exist in non-free.
Really? I didn't know this.

 Due to patent issues, mplayer cannot go in non-free 
I've heard of that.. if possible, I'm curious what the issues are. Got a 
link?

 [1]. Thus, your package cannot go in contrib. Your package can go in
 experimental/contrib, which has very little requirements.
Wait, when you said the thing about contrib and non-free, did you mean in 
stable?

Can my package go in unstable/contrib? Becuase it depends on kde 3.3, which 
AFAIK doesn't exist in either stable or experimental. Taht was my original 
intention.

Thankyou for your reply.
- ods15




Re: racoon-tool with 1 algorithms

2004-10-26 Thread Matthew Grant
Marius,
Sorry I have been unresponsive.  I have been having a lot of trouble 
with my new Apple powerbook.  The bluetooth is the last remaining 
bugbear, as I need all my keyboards working.  Bluez looks like it has 
endianness issues with powerpc, and I have to get through that first as 
I need my laptop to do contract work which brings in my bread and 
butter.

From what I recall, there should be, but you will have to read the 
racoon-tool source. Comma sounds like it should be the one.  Maybe you 
have found a small bug.  Check what racoon-tool produces in its output. 
 Tonight I hope to do a bit more work on my netscript package, and get 
a new version of that out the door with whereami and resolvconf support 
for IPv4 and IPv6.  I will try and start doing work on ipsec this 
weekend, and leave the bluez issues alone.

Cheers,
Matthew Grant
On 27/10/2004, at 5:32 AM, Marius Reiner wrote:
Hi Matthew,
is there a way to get multiple algorithms in a racoon-tool generated
racoon.conf? Like:
encryption_algorithm blowfish,3des;
authentication_algorithm hmac_sha1,hmac_md5;
racoon-tool complains when seperating the algorithms with comma, and
racoon complains when using a whitespace.
Please give me a hint if there is a mailinglist for such questions.
Best regards
Marius


PGP.sig
Description: This is a digitally signed message part


Re: Ubuntu discussion at planet.debian.org

2004-10-26 Thread Rob Browning
Hamish Moffatt [EMAIL PROTECTED] writes:

 Shrug I haven't seen much need here. It's usually possible to track
 down earlier package versions if I really need through, from Debian, or
 snapshot.debian.net, or out of date mirrors (:)).

Well it was handy to have my originals here when gnu.org was
compromised (for example).

-- 
Rob Browning
rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592  F9A0 25C8 D377 8C7E 73A4




Re: Release-critical Bugreport for October 22, 2004

2004-10-26 Thread Javier Fernández-Sanguino Peña
On Tue, Oct 26, 2004 at 09:51:45AM -0700, Joe Buck wrote:
 
 For people who care about getting sarge out, it's not useful to put out
 a report listing 726 bugs, only 150 of which matter, in a form that
 makes it rather difficult to cleanly extract only the 150 that matter.
 How about putting out a regular version, every week or so until release,
 listing only the sarge-affecting bugs?  It will be about 1/5 the size
 of the message I am replying to.

Notice also that some bugs which only relate to experimental (i.e. tag = 
'experimental') are counted in those 150. So the correct bug count could be 
a little bit lower.

FWIW I agree with you that the mail could be (in release time) trimmed down 
to only bugs affecting the release.

Regards

Javier

PS: Yes, I already mailed [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Re: Subversion / swig1.3

2004-10-26 Thread Frank Lichtenheld
On Tue, Oct 26, 2004 at 01:39:15PM +0200, Philipp Hug wrote:
 subversion depends on swig = 1.3.22-2 which is in unstable. but it's not 
 in testing yet because swig cannot be put into testing because it would 
 break subversion 1.0.6-2 ;-)
 did I miss something or is this just a bug in the testing script and needs 
 manual hinting?

Yes, it needs manual hinting and we're aware of this. But it needs to
wait for libhid anyway (two days), so there is no hurry to install the
necessary hint.

Gruesse,
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/




Re: RFS: kmenc15 - An advanced Qt/KDE MEncoder frontend.

2004-10-26 Thread Oded Shimon
On Wednesday 27 October 2004 00:00, Shaun Jackman wrote:
 Sorry, no link. The basic issue, though, is that MPEG 1/2/4 encoding
 is encumbered by patents.
OK, so my question is, what about xine? How come xine can be in Debian? AFAIK 
xine can open mpeg1 mpeg2 and mpeg4.

  Wait, when you said the thing about contrib and non-free, did you mean in
  stable?
  Can my package go in unstable/contrib? Becuase it depends on kde 3.3,
  which AFAIK doesn't exist in either stable or experimental. Taht was my
  original intention.

 No.

So, what you're saying, the 'experimental' actually has even less restrictions 
than unstable? Heh. I understand.

If so, yeah, I guess its hopeless. Is the rumor that MPlayer will be in Debian 
soon true?... Something about the issues being solved...

- ods15




Re: Subversion / swig1.3

2004-10-26 Thread John Lenz
On 10/26/04 16:35:35, Frank Lichtenheld wrote:
On Tue, Oct 26, 2004 at 01:39:15PM +0200, Philipp Hug wrote:
 subversion depends on swig = 1.3.22-2 which is in unstable. but it's
not
 in testing yet because swig cannot be put into testing because it would
 break subversion 1.0.6-2 ;-)
 did I miss something or is this just a bug in the testing script and
needs
 manual hinting?
Yes, it needs manual hinting and we're aware of this. But it needs to
wait for libhid anyway (two days), so there is no hurry to install the
necessary hint.
I am a swig developer lurking on this list.  Building the SWIG runtime  
library (which is what causes subversion to depend on SWIG) has been  
depreciated since 1.3.20, which was released almost a year ago.  About a  
week ago, I removed the ability to build the runtime libraries in SWIG CVS,  
and so in the next version (1.3.23) you will not be able to build them at  
all.  We are planning for a release in a week or two.

I am not sure how this will impact debian, but I would seriously encourage  
you to build the python swig wrappers and every other package that depends  
on libswigruntime so they don't require the runtime library, and then  
remove that library.  The runtime library leads to several bugs and  
problems, and if those get reported after sarge is released... I am  
actually surprised to learn people are still using runtime libraries.  You  
can completly remove libswig*.so and not lose any functionality, and avoid  
a whole bunch of potential bugs.

John



Bug#278442: RFH: athcool -- Enable powersaving mode for Athlon/Duron processors

2004-10-26 Thread Nicolas Boullis
Package: wnpp
Severity: normal

I request assistance with maintaining the athcool package.

The package description is:
 athcool is a small utility for enabling/disabling Powersaving mode
 for AMD Athlon/Duron processors.
 .
 By enabling Powersaving mode you can lower power consumption and
 CPU temperature when the CPU is idle.
 .
 Powersaving works only if your kernel supports ACPI (APM does not
 work), because athcool does only (un)set the Disconnect enable when
 STPGNT detected bits in the Chipset's Northbridge. To really save
 power, the STPGNT signal has to be sent when the CPU is idling. This
 is done by the ACPI subsystem when C2 state entered.
 .
 !!!WARNING!!!
 Depending on your motherboard and/or hardware components, enabling
 Athlon powersaving mode sometimes causes:
 .
  * noisy or distorted sound playback,
  * a slowdown in harddisk performance,
  * system locks or instability,
  * massive corruption of the filesystem (observed at least once).
 .
 If you met those problems, you should not use athcool. Please use
 athcool AT YOUR OWN RISK.
 .
 If athcool works fine for you, and you want it to run automatically
 on startup, please read the /usr/share/doc/athcool/README.Debian
 file.

Unfortunately, I only own one athlon-based system, which means I'm 
unable to test athcool on most supported systems. Hence, I'd like some 
volunteers to test athcool on as many different systems as possible, and 
to try to reproduce the bugs that are reported. If you own an 
athlon-based computer and want to help me with athcool, please send me 
an e-mail and tell me what kind of motherboard/CPU you own.

FYI, I currently need someone with a VIA KT600 or KT400 chipset to try 
to reproduce bug #276757 on both kind of systems.


Thanks in advance,

Nicolas Boullis




Re: Ubuntu discussion at planet.debian.org

2004-10-26 Thread Javier Fernández-Sanguino Peña
On Mon, Oct 25, 2004 at 01:36:16AM +1000, Anthony Towns wrote:
 On Sat, Oct 23, 2004 at 06:48:31AM +0200, J?r?me Marant wrote:
  There are package that never enter testing and nobody notice because
  everyone use unstable (sometimes because of buggy dependencies).
 
 This isn't true: http://www.debian-administration.org/?poll=3
 
 Sure, it's a tiny enough sample that the 32% probably isn't terribly
 reliable; but heck, even one person is enough to refute a claim of
 everyone, and there are 59 people noted there.

Wouldn't those numbers be something that popularity-contest could 
produce? Maybe that grants a wishlist bug


forget it: #255000 (now somebody needs to provide a patch that suits the 
maintainer...)

Regards

Javier


signature.asc
Description: Digital signature


Re: RFS: kmenc15 - An advanced Qt/KDE MEncoder frontend.

2004-10-26 Thread Daniel Burrows
On Tuesday 26 October 2004 04:52 pm, Oded Shimon wrote:
 On Tuesday 26 October 2004 22:37, Shaun Jackman wrote:
  For your package to go in contrib, your dependency -- mplayer -- must
  exist in non-free.

 Really? I didn't know this.

  That's not surprising.  Policy says (section 2.2.2, The contrib section):

Examples of packages which would be included in contrib or non-US/contrib are:

* free packages which require contrib, non-free packages or packages which
  are not in our archive at all for compilation or execution, and
* wrapper packages or other sorts of free accessories for non-free
  programs.

  (disregarding any other reasons your package might not be suitable for the 
archive)

  Daniel
-- 
/--- Daniel Burrows [EMAIL PROTECTED] --\
|  Imagine if every Thursday your shoes exploded if you |
|  tied them the usual way.  This happens to us all the |
|  time with computers, and nobody thinks of complaining.   |
\ Debian GNU/Linux http://www.debian.org -- Because. ---/


pgp2YpM0IhVbn.pgp
Description: PGP signature


Accepted snort 2.2.0-6 (i386 source all)

2004-10-26 Thread Javier Fernandez-Sanguino Pen~a
-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Mon, 25 Oct 2004 23:47:45 +0200
Source: snort
Binary: snort-mysql snort-doc snort-rules-default snort-common snort-pgsql snort
Architecture: source i386 all
Version: 2.2.0-6
Distribution: unstable
Urgency: low
Maintainer: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Changed-By: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Description: 
 snort  - Flexible Network Intrusion Detection System
 snort-common - Flexible Network Intrusion Detection System [common files]
 snort-doc  - Documentation for the Snort IDS [documentation]
 snort-mysql - Flexible Network Intrusion Detection System [MySQL]
 snort-pgsql - Flexible Network Intrusion Detection System [PostgreSQL]
 snort-rules-default - Flexible Network Intrusion Detection System ruleset
Closes: 249697 256581 275936
Changes: 
 snort (2.2.0-6) unstable; urgency=low
 .
   * Added a 'config-check' option in init.d to test the user's configuration
 file. This could be used to determine (in postinst) if snort should be
 restarted and warn the user (not yet done). This will help fix #165107,
 #165351 (since similar user mistakes would be detected), #276565 and
 #247665.
   * Added more information to the TODOs
   * Moved DEBIAN_TRESHOLD to DEBIAN_THRESHOLD (save for the debconf value
 in order to avoid reseting it) (Closes: #256581)
   * Removed double space in template (Closes: #275936)
   * The snort-rules package now Suggests: snort instead of depending on it
 (Closes: #249697)
   * Updated rules with the latest snapshot.
Files: 
 b27a45add0a9bffc4a557b35075f7740 938 net optional snort_2.2.0-6.dsc
 477e13b56f467b82761a61727fdaa7de 229779 net optional snort_2.2.0-6.diff.gz
 59b84f10fab9f11dcf4e1c97080995b2 210002 doc optional snort-doc_2.2.0-6_all.deb
 88a64788b09735c595abd3bc0523362b 201208 net optional 
snort-rules-default_2.2.0-6_all.deb
 788f649f635e91fc6de4c1bfe83f72bf 382210 net optional snort_2.2.0-6_i386.deb
 5a96b6f2a9fa7fcf9eb9237665d1c6e1 80028 net optional snort-common_2.2.0-6_i386.deb
 6ce185606fab62190f29a1c9f49105c2 384612 net extra snort-mysql_2.2.0-6_i386.deb
 856fa25aad62cb07498981e7de0f978c 384578 net optional snort-pgsql_2.2.0-6_i386.deb

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

iQCVAwUBQX3id/tEPvakNq0lAQE17gP/V5GdHHs24Cw4UdBnbfBjc5UXGcWoNJG2
e02C30d57lGuEj+88lBQ4ttLX3gc8uNtqSJlbDQyNuguGNMHV5H7rWxral6xBoRG
NV0h/LcwgBj2/Ww5ZP8m4Drzf8+ye/H8oT/ww75hbMUkuIyhlCgY9CBTEDeKCInH
9+SSzrmIRBI=
=IHXk
-END PGP SIGNATURE-


Accepted:
snort-common_2.2.0-6_i386.deb
  to pool/main/s/snort/snort-common_2.2.0-6_i386.deb
snort-doc_2.2.0-6_all.deb
  to pool/main/s/snort/snort-doc_2.2.0-6_all.deb
snort-mysql_2.2.0-6_i386.deb
  to pool/main/s/snort/snort-mysql_2.2.0-6_i386.deb
snort-pgsql_2.2.0-6_i386.deb
  to pool/main/s/snort/snort-pgsql_2.2.0-6_i386.deb
snort-rules-default_2.2.0-6_all.deb
  to pool/main/s/snort/snort-rules-default_2.2.0-6_all.deb
snort_2.2.0-6.diff.gz
  to pool/main/s/snort/snort_2.2.0-6.diff.gz
snort_2.2.0-6.dsc
  to pool/main/s/snort/snort_2.2.0-6.dsc
snort_2.2.0-6_i386.deb
  to pool/main/s/snort/snort_2.2.0-6_i386.deb


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



Accepted readline5 5.0-4 (i386 source all)

2004-10-26 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 07:35:50 +0200
Source: readline5
Binary: lib64readline5 libreadline-common libreadline5 rlfe lib64readline5-dev 
libreadline5-dev libreadline5-dbg
Architecture: source i386 all
Version: 5.0-4
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose [EMAIL PROTECTED]
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 libreadline-common - GNU readline and history libraries, common files
 libreadline5 - GNU readline and history libraries, run-time libraries
 libreadline5-dbg - GNU readline and history libraries, debugging libraries
 libreadline5-dev - GNU readline and history libraries, development files
 rlfe   - A front-end using readline to cook input lines for other progra
Changes: 
 readline5 (5.0-4) unstable; urgency=low
 .
   * Fix typo in rules file.
Files: 
 e7c91d24e1c21a035b4b0c9def462e68 726 base standard readline5_5.0-4.dsc
 a2ed75d49f6c360059785631026c88b9 17073 base standard readline5_5.0-4.diff.gz
 b9a4177bb20b81533c3698f9dca065a9 47252 libs standard libreadline-common_5.0-4_all.deb
 27681e694475c9f093b13a3f0b2356fc 113432 libs standard libreadline5_5.0-4_i386.deb
 a5a266b123d7d29be472d5bc9b326918 212074 libdevel optional 
libreadline5-dev_5.0-4_i386.deb
 106ed0023a25cdc104d67ef483afe489 273440 libdevel extra libreadline5-dbg_5.0-4_i386.deb
 e4471e31ff1edf3ca05ed8a86c26e97a 13474 utils optional rlfe_5.0-4_i386.deb

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

iD8DBQFBffqrStlRaw+TLJwRAs9JAKCQ7rHbUvVHrON/+2FTpJbgEaHfygCgxlmD
bWxnm/OTUtk+yijR8RhcEN8=
=IDKq
-END PGP SIGNATURE-


Accepted:
libreadline-common_5.0-4_all.deb
  to pool/main/r/readline5/libreadline-common_5.0-4_all.deb
libreadline5-dbg_5.0-4_i386.deb
  to pool/main/r/readline5/libreadline5-dbg_5.0-4_i386.deb
libreadline5-dev_5.0-4_i386.deb
  to pool/main/r/readline5/libreadline5-dev_5.0-4_i386.deb
libreadline5_5.0-4_i386.deb
  to pool/main/r/readline5/libreadline5_5.0-4_i386.deb
readline5_5.0-4.diff.gz
  to pool/main/r/readline5/readline5_5.0-4.diff.gz
readline5_5.0-4.dsc
  to pool/main/r/readline5/readline5_5.0-4.dsc
rlfe_5.0-4_i386.deb
  to pool/main/r/readline5/rlfe_5.0-4_i386.deb


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



Accepted libdc1394 1.0.0-2 (i386 source)

2004-10-26 Thread p2
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 25 Oct 2004 21:17:52 +0200
Source: libdc1394
Binary: libdc1394-examples libdc1394-11 libdc1394-11-dev
Architecture: source i386
Version: 1.0.0-2
Distribution: unstable
Urgency: low
Maintainer: Peter De Schrijver (p2) [EMAIL PROTECTED]
Changed-By: Peter De Schrijver (p2) [EMAIL PROTECTED]
Description: 
 libdc1394-11 - high level programming interface for IEEE1394 digital camera
 libdc1394-11-dev - high level programming interface for IEEE1394 digital camera
 libdc1394-examples - high level programming interface for IEEE1394 digital camera
Changes: 
 libdc1394 (1.0.0-2) unstable; urgency=low
 .
   * Added AMD64 as a supported platform
Files: 
 1f56e41863aa66c8459440057501d725 722 libs extra libdc1394_1.0.0-2.dsc
 9d8bff0273eb685cb62b52c038ba3c1a 4029 libs extra libdc1394_1.0.0-2.diff.gz
 300b7aafae84799d1b64e1d392f129bf 37708 libdevel extra 
libdc1394-11-dev_1.0.0-2_i386.deb
 988eec30d87b7378286d751fb498e1e5 30778 libs extra libdc1394-11_1.0.0-2_i386.deb
 e6e82b57e894839e449ca0c0f1804888 19782 libs extra libdc1394-examples_1.0.0-2_i386.deb

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

iD8DBQFBff9r8g+sC3uDV+URAhjcAJ4uOQ55rFTYbpFA0VHakJ/DRzIxRACfc1Pl
Vkim6Q6d4TX52SWSqBd8OIo=
=flVB
-END PGP SIGNATURE-


Accepted:
libdc1394-11-dev_1.0.0-2_i386.deb
  to pool/main/libd/libdc1394/libdc1394-11-dev_1.0.0-2_i386.deb
libdc1394-11_1.0.0-2_i386.deb
  to pool/main/libd/libdc1394/libdc1394-11_1.0.0-2_i386.deb
libdc1394-examples_1.0.0-2_i386.deb
  to pool/main/libd/libdc1394/libdc1394-examples_1.0.0-2_i386.deb
libdc1394_1.0.0-2.diff.gz
  to pool/main/libd/libdc1394/libdc1394_1.0.0-2.diff.gz
libdc1394_1.0.0-2.dsc
  to pool/main/libd/libdc1394/libdc1394_1.0.0-2.dsc


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



Accepted libapache-session-wrapper-perl 0.17-4 (all source)

2004-10-26 Thread eloy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 10:41:18 +0200
Source: libapache-session-wrapper-perl
Binary: libapache-session-wrapper-perl
Architecture: source all
Version: 0.17-4
Distribution: unstable
Urgency: low
Maintainer: Krzysztof Krzyzaniak (eloy) [EMAIL PROTECTED]
Changed-By: Krzysztof Krzyzaniak (eloy) [EMAIL PROTECTED]
Description: 
 libapache-session-wrapper-perl - A simple wrapper around Apache::Session
Closes: 277958
Changes: 
 libapache-session-wrapper-perl (0.17-4) unstable; urgency=low
 .
   * debian/control - Build-Depends-Indep: libexception-class-perl added
 (closes: #277958) (I hope this is last missing dependency)
Files: 
 60ffa95a558d9a2881f48fef6d37f081 694 perl optional 
libapache-session-wrapper-perl_0.17-4.dsc
 bef60ca20ecf35f2fbd5ea63c7b57697 34846 perl optional 
libapache-session-wrapper-perl_0.17-4.tar.gz
 7276a53f8e6a25f34e923b69621e7bc8 23314 perl optional 
libapache-session-wrapper-perl_0.17-4_all.deb

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

iD8DBQFBfg5t+NMfSd6w7DERAoE7AKCwRf4Nfztt0BcTljhNknyc6DY3ZwCgvQz0
r9B/FI0ZyPUJmnIbuoQBef4=
=Nu5P
-END PGP SIGNATURE-


Accepted:
libapache-session-wrapper-perl_0.17-4.dsc
  to 
pool/main/liba/libapache-session-wrapper-perl/libapache-session-wrapper-perl_0.17-4.dsc
libapache-session-wrapper-perl_0.17-4.tar.gz
  to 
pool/main/liba/libapache-session-wrapper-perl/libapache-session-wrapper-perl_0.17-4.tar.gz
libapache-session-wrapper-perl_0.17-4_all.deb
  to 
pool/main/liba/libapache-session-wrapper-perl/libapache-session-wrapper-perl_0.17-4_all.deb


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



Accepted devilspie 0.7-1 (i386 source)

2004-10-26 Thread Ross Burton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 20 Sep 2004 21:59:29 +0100
Source: devilspie
Binary: devilspie
Architecture: source i386
Version: 0.7-1
Distribution: unstable
Urgency: low
Maintainer: Ross Burton [EMAIL PROTECTED]
Changed-By: Ross Burton [EMAIL PROTECTED]
Description: 
 devilspie  - Find windows and perform actions on them
Closes: 278305
Changes: 
 devilspie (0.7-1) unstable; urgency=low
 .
   * New upstream release (closes: #278305)
Files: 
 7213bc1009396763241450adf7e5acad 643 gnome optional devilspie_0.7-1.dsc
 328c05407f1a1d25bb4ed5dda848d935 166105 gnome optional devilspie_0.7.orig.tar.gz
 2bb5a7de2d1bb2ef985bb4f95febd7ce 1807 gnome optional devilspie_0.7-1.diff.gz
 41680ed34686e88409b0b3271620ace1 30502 gnome optional devilspie_0.7-1_i386.deb

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

iD8DBQFBfhV+LQnkR9C0M98RAv6YAKDbugfIsDKbNIZ7e5PZ/ViOZggwdQCeOSJY
rUIcidl//jJ7WUP3CsLceSw=
=A+Vv
-END PGP SIGNATURE-


Accepted:
devilspie_0.7-1.diff.gz
  to pool/main/d/devilspie/devilspie_0.7-1.diff.gz
devilspie_0.7-1.dsc
  to pool/main/d/devilspie/devilspie_0.7-1.dsc
devilspie_0.7-1_i386.deb
  to pool/main/d/devilspie/devilspie_0.7-1_i386.deb
devilspie_0.7.orig.tar.gz
  to pool/main/d/devilspie/devilspie_0.7.orig.tar.gz


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



Accepted extlib 1.3-1 (powerpc source)

2004-10-26 Thread Stefano Zacchiroli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 11:12:23 +0200
Source: extlib
Binary: libextlib-ocaml-dev
Architecture: source powerpc
Version: 1.3-1
Distribution: unstable
Urgency: low
Maintainer: Stefano Zacchiroli [EMAIL PROTECTED]
Changed-By: Stefano Zacchiroli [EMAIL PROTECTED]
Description: 
 libextlib-ocaml-dev - extended standard library for OCaml
Changes: 
 extlib (1.3-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 e89e88affe6d3080c5327742344ea2a0 618 libdevel optional extlib_1.3-1.dsc
 833628703714ee7b10c0a1fcb6f92620 71563 libdevel optional extlib_1.3.orig.tar.gz
 171c394ef1148e4b867a2e60ceb46900 2689 libdevel optional extlib_1.3-1.diff.gz
 d3c034e01b8972188cce14fe7da35ba3 318314 libdevel optional 
libextlib-ocaml-dev_1.3-1_powerpc.deb

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

iD8DBQFBfhXu1cqbBPLEI7wRAslwAJ42XUSdpq2VBA08Ecu+zAK/4yRD8QCfTyY/
uFrXHX7EKASeBxR1lhy0RXQ=
=yN40
-END PGP SIGNATURE-


Accepted:
extlib_1.3-1.diff.gz
  to pool/main/e/extlib/extlib_1.3-1.diff.gz
extlib_1.3-1.dsc
  to pool/main/e/extlib/extlib_1.3-1.dsc
extlib_1.3.orig.tar.gz
  to pool/main/e/extlib/extlib_1.3.orig.tar.gz
libextlib-ocaml-dev_1.3-1_powerpc.deb
  to pool/main/e/extlib/libextlib-ocaml-dev_1.3-1_powerpc.deb


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



Accepted wget-el 0.5.0-1 (all source)

2004-10-26 Thread Akira TAGOH
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 17:30:20 +0900
Source: wget-el
Binary: wget-el
Architecture: source all
Version: 0.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Akira TAGOH [EMAIL PROTECTED]
Changed-By: Akira TAGOH [EMAIL PROTECTED]
Description: 
 wget-el- an interface for wget on Emacsen
Changes: 
 wget-el (0.5.0-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 19aaf4ff49298fe61185fd72494002ec 559 web optional wget-el_0.5.0-1.dsc
 eed64c8bd629b82538753af54e8749ab 37074 web optional wget-el_0.5.0.orig.tar.gz
 e8d5f92f4d0588af2ec6e8a863a64bdc 2824 web optional wget-el_0.5.0-1.diff.gz
 6c1b0eeedc2f133a47f21715df128f0e 36444 web optional wget-el_0.5.0-1_all.deb

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

iD8DBQFBfheU/PbdRTnM8McRArzNAJ9dSzY3zSy2WTCWQVuBSH1/gNkhvQCfYLQK
oAdkOvgQENyaG5e/c469x3Q=
=CgsE
-END PGP SIGNATURE-


Accepted:
wget-el_0.5.0-1.diff.gz
  to pool/main/w/wget-el/wget-el_0.5.0-1.diff.gz
wget-el_0.5.0-1.dsc
  to pool/main/w/wget-el/wget-el_0.5.0-1.dsc
wget-el_0.5.0-1_all.deb
  to pool/main/w/wget-el/wget-el_0.5.0-1_all.deb
wget-el_0.5.0.orig.tar.gz
  to pool/main/w/wget-el/wget-el_0.5.0.orig.tar.gz


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



Accepted libgnujaxp-java 1.1-4 (powerpc all source)

2004-10-26 Thread Arnaud Vandyck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 10:11:17 +0200
Source: libgnujaxp-java
Binary: libgnujaxp-jni libgnujaxp-java libgnujaxp-java-doc
Architecture: source all powerpc
Version: 1.1-4
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers [EMAIL PROTECTED]
Changed-By: Arnaud Vandyck [EMAIL PROTECTED]
Description: 
 libgnujaxp-java - free implementation of jaxp api
 libgnujaxp-java-doc - Documentation API of a free implementation of jaxp api
 libgnujaxp-jni - native bindings for gnujaxp to libxml2 and libxslt1
Closes: 278304
Changes: 
 libgnujaxp-java (1.1-4) unstable; urgency=low
 .
   * reverted gcj as a build-dep to find gcjh (closes: #278304).
Files: 
 b54ab515fe5915cd0c08bfa18f4e3abf 806 libs optional libgnujaxp-java_1.1-4.dsc
 efcadcbabded042f45ef64da16c9c299 154259 libs optional libgnujaxp-java_1.1-4.diff.gz
 013b242b2fd2674fef768b80aee0b6f4 326256 libs optional libgnujaxp-java_1.1-4_all.deb
 787a94c6bb204c0f35b89e825c6b7403 9816 doc optional libgnujaxp-java-doc_1.1-4_all.deb
 177dac74118b1097b8da5bf4a81b7884 37136 libs optional libgnujaxp-jni_1.1-4_powerpc.deb

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

iD8DBQFBfhvc4vzFZu62tMIRAqFXAJ4r5oYl4qNVkPoQyE06O8qrSc+b7QCgjn1/
/NgoqCo1qhXRBCdDO+b9Y/w=
=cxhr
-END PGP SIGNATURE-


Accepted:
libgnujaxp-java-doc_1.1-4_all.deb
  to pool/main/libg/libgnujaxp-java/libgnujaxp-java-doc_1.1-4_all.deb
libgnujaxp-java_1.1-4.diff.gz
  to pool/main/libg/libgnujaxp-java/libgnujaxp-java_1.1-4.diff.gz
libgnujaxp-java_1.1-4.dsc
  to pool/main/libg/libgnujaxp-java/libgnujaxp-java_1.1-4.dsc
libgnujaxp-java_1.1-4_all.deb
  to pool/main/libg/libgnujaxp-java/libgnujaxp-java_1.1-4_all.deb
libgnujaxp-jni_1.1-4_powerpc.deb
  to pool/main/libg/libgnujaxp-java/libgnujaxp-jni_1.1-4_powerpc.deb


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



Accepted smarty 2.6.5-3 (all source)

2004-10-26 Thread Dimitri Fontaine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 10:59:17 +0200
Source: smarty
Binary: smarty
Architecture: source all
Version: 2.6.5-3
Distribution: unstable
Urgency: low
Maintainer: Dimitri Fontaine [EMAIL PROTECTED]
Changed-By: Dimitri Fontaine [EMAIL PROTECTED]
Description: 
 smarty - Template engine for PHP
Closes: 272762
Changes: 
 smarty (2.6.5-3) unstable; urgency=low
 .
   * Added dependancies for forthcomming PHP5 (Closes: #272762)
Files: 
 4afdea5acbf437019418141c12fb1cec 566 web optional smarty_2.6.5-3.dsc
 07e1003843db85cae025524bc44ce009 3275 web optional smarty_2.6.5-3.diff.gz
 68bc1698ba58dbaaeb2154f01f091a73 164644 web optional smarty_2.6.5-3_all.deb

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

iD8DBQFBfhpv+xgdMBZI9sgRAuxoAKCA/QsBR5IWilhVY4jFRCfOsIKiaACgiGr2
MkBsZKfphS0JdzNoevvZ4qY=
=60R7
-END PGP SIGNATURE-


Accepted:
smarty_2.6.5-3.diff.gz
  to pool/main/s/smarty/smarty_2.6.5-3.diff.gz
smarty_2.6.5-3.dsc
  to pool/main/s/smarty/smarty_2.6.5-3.dsc
smarty_2.6.5-3_all.deb
  to pool/main/s/smarty/smarty_2.6.5-3_all.deb


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



Accepted smarty 2.6.6-1 (all source)

2004-10-26 Thread Dimitri Fontaine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 11:16:08 +0200
Source: smarty
Binary: smarty
Architecture: source all
Version: 2.6.6-1
Distribution: unstable
Urgency: low
Maintainer: Dimitri Fontaine [EMAIL PROTECTED]
Changed-By: Dimitri Fontaine [EMAIL PROTECTED]
Description: 
 smarty - Template engine for PHP
Changes: 
 smarty (2.6.6-1) unstable; urgency=low
 .
   * New upstream release
   * package now contains the unit_test subdir
Files: 
 08d91044051c11b60ba59c70b1e4aefb 566 web optional smarty_2.6.6-1.dsc
 cfe923cbce423b69fabd93edd00395d1 137589 web optional smarty_2.6.6.orig.tar.gz
 6ea79c6c7c2f092a9e9f96dea85535e6 3353 web optional smarty_2.6.6-1.diff.gz
 9c41a8323c5cff3f4a0fa882f57e2fce 171110 web optional smarty_2.6.6-1_all.deb

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

iD8DBQFBfiBn+xgdMBZI9sgRAtyQAJ9t7r10cVSvIqq/Cfhgrk+CIHanOwCfShE1
P/g1XaBRSyVzsYwY+VhrjC0=
=dWoW
-END PGP SIGNATURE-


Accepted:
smarty_2.6.6-1.diff.gz
  to pool/main/s/smarty/smarty_2.6.6-1.diff.gz
smarty_2.6.6-1.dsc
  to pool/main/s/smarty/smarty_2.6.6-1.dsc
smarty_2.6.6-1_all.deb
  to pool/main/s/smarty/smarty_2.6.6-1_all.deb
smarty_2.6.6.orig.tar.gz
  to pool/main/s/smarty/smarty_2.6.6.orig.tar.gz


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



Accepted libselinux 1.16-3 (i386 source)

2004-10-26 Thread Manoj Srivastava
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 04:40:38 -0500
Source: libselinux
Binary: libselinux1-dev selinux-utils libselinux1
Architecture: source i386
Version: 1.16-3
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava [EMAIL PROTECTED]
Changed-By: Manoj Srivastava [EMAIL PROTECTED]
Description: 
 libselinux1 - SELinux shared libraries
 libselinux1-dev - SELinux development headers
 selinux-utils - SELinux utility programs
Closes: 251936 252124 265325
Changes: 
 libselinux (1.16-3) unstable; urgency=low
 .
   * New maintainer, and new build system.
   * Bug fix: libselinux1: package should not contain libselinux.so file,
 thanks to Patrick Caulfield  (Closes: #252124).
   * Bug fix: lvm2: FTBFS, thanks to Frederik Schueler  (Closes: #251936).
   * Bug fix: lvm2: FTBFS when libselinux1 installed and libselinux1-dev
 not., thanks to Kurt Roeckx (Closes: #265325).
Files: 
 b9056c37dbca5c38c9fef764fb75f88a 574 libs optional libselinux_1.16-3.dsc
 b11b15c36f96400bdf37c2a6512bb904 27873 libs optional libselinux_1.16-3.diff.gz
 4ef5df02f4f02cada921d9fac20e28bd 27582 libs optional selinux-utils_1.16-3_i386.deb
 6adf2f69add451ebf108bc581a75d7d1 53150 base required libselinux1_1.16-3_i386.deb
 7bb3adbd44569cc5c18c9ea11f6a8056 2 libs optional libselinux1-dev_1.16-3_i386.deb

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

iD8DBQFBfiAIIbrau78kQkwRArmCAJ9sMbhMk/UNl435vTYWjM+3YLeQVQCgt4Hr
1a9m77AnWp8LpNDFaCor4AE=
=4Pu5
-END PGP SIGNATURE-


Accepted:
libselinux1-dev_1.16-3_i386.deb
  to pool/main/libs/libselinux/libselinux1-dev_1.16-3_i386.deb
libselinux1_1.16-3_i386.deb
  to pool/main/libs/libselinux/libselinux1_1.16-3_i386.deb
libselinux_1.16-3.diff.gz
  to pool/main/libs/libselinux/libselinux_1.16-3.diff.gz
libselinux_1.16-3.dsc
  to pool/main/libs/libselinux/libselinux_1.16-3.dsc
selinux-utils_1.16-3_i386.deb
  to pool/main/libs/libselinux/selinux-utils_1.16-3_i386.deb


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



Accepted phpsysinfo 2.3-1 (all source)

2004-10-26 Thread Frederik Schler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  2 Oct 2004 13:30:28 +0200
Source: phpsysinfo
Binary: phpsysinfo
Architecture: source all
Version: 2.3-1
Distribution: unstable
Urgency: low
Maintainer: Frederik Schüler [EMAIL PROTECTED]
Changed-By: Frederik Schüler [EMAIL PROTECTED]
Description: 
 phpsysinfo - PHP Based Host Information
Changes: 
 phpsysinfo (2.3-1) unstable; urgency=low
 .
   * New upstream version.
Files: 
 576401157e11d13068794837fa2b68f3 584 web optional phpsysinfo_2.3-1.dsc
 8e9a2b7a099e26cbd85f140475512ccc 163674 web optional phpsysinfo_2.3.orig.tar.gz
 7972f8b8207826a987b9ce68c4497d27 5956 web optional phpsysinfo_2.3-1.diff.gz
 ca69dc9e5d87a5aa2284bc8581b3daad 163728 web optional phpsysinfo_2.3-1_all.deb

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

iD8DBQFBfh4rlJsl7AdEclIRAiymAKCgNUJw7ip64xw1gqry6/ODunaTkACeOd6M
wKXvqQZpLDVO/XeOU1/kIUs=
=OLcb
-END PGP SIGNATURE-


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


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



Accepted libtool 1.5.6-3 (i386 source all)

2004-10-26 Thread Scott James Remnant
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 10:37:41 +0100
Source: libtool
Binary: libtool-doc libltdl3 libtool libltdl3-dev
Architecture: source i386 all
Version: 1.5.6-3
Distribution: unstable
Urgency: low
Maintainer: Scott James Remnant [EMAIL PROTECTED]
Changed-By: Scott James Remnant [EMAIL PROTECTED]
Description: 
 libltdl3   - A system independent dlopen wrapper for GNU libtool
 libltdl3-dev - A system independent dlopen wrapper for GNU libtool
 libtool- Generic library support script
 libtool-doc - Generic library support script
Closes: 260299
Changes: 
 libtool (1.5.6-3) unstable; urgency=low
 .
   * Don't build-depend on gcj on netbsd-i386 or hurd-i386.  Closes: #260299.
   * Apply patch to correct problem with -lfoo -Ldir -lbar picking bar up
 from the same directory as foo, instead of in 'dir'
Files: 
 9bc9c713bca4b136de1bd10f0857e344 641 devel optional libtool_1.5.6-3.dsc
 7a84623b55833b3804ab11450298c319 2228969 devel optional libtool_1.5.6-3.tar.gz
 3ad9abcae72028d321eb916cb3bd0b4d 1909556 doc optional libtool-doc_1.5.6-3_all.deb
 db8470a3ef3f7497ae037743b4b98e15 606816 devel optional libtool_1.5.6-3_i386.deb
 958f562ec74f07dde1a6c9c4563558cd 151904 libs optional libltdl3_1.5.6-3_i386.deb
 7cc48bbd970428514e12554e2238097a 17526 libdevel optional libltdl3-dev_1.5.6-3_i386.deb

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

iD8DBQFBfiLtIexP3IStZ2wRAqgYAJ43h8zsjtr07rkHnAhmy9GQ+IdXRgCfTZnA
XB7tH63gvxkTZioDmpB9FDw=
=kbbZ
-END PGP SIGNATURE-


Accepted:
libltdl3-dev_1.5.6-3_i386.deb
  to pool/main/libt/libtool/libltdl3-dev_1.5.6-3_i386.deb
libltdl3_1.5.6-3_i386.deb
  to pool/main/libt/libtool/libltdl3_1.5.6-3_i386.deb
libtool-doc_1.5.6-3_all.deb
  to pool/main/libt/libtool/libtool-doc_1.5.6-3_all.deb
libtool_1.5.6-3.dsc
  to pool/main/libt/libtool/libtool_1.5.6-3.dsc
libtool_1.5.6-3.tar.gz
  to pool/main/libt/libtool/libtool_1.5.6-3.tar.gz
libtool_1.5.6-3_i386.deb
  to pool/main/libt/libtool/libtool_1.5.6-3_i386.deb


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



Accepted fonty 1.0-21 (i386 source all)

2004-10-26 Thread Piotr Roszatycki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 12:10:06 +0200
Source: fonty
Binary: dynafont fonty-dev fonty
Architecture: source i386 all
Version: 1.0-21
Distribution: unstable
Urgency: low
Maintainer: Piotr Roszatycki [EMAIL PROTECTED]
Changed-By: Piotr Roszatycki [EMAIL PROTECTED]
Description: 
 dynafont   - Module for konwert package which loads UTF-8 fonts dynamically
 fonty  - Fonts on Linux console
 fonty-dev  - Tools for developing fonts on Linux console
Closes: 277566
Changes: 
 fonty (1.0-21) unstable; urgency=low
 .
   * Fixed a typo in fr.po, encoding is iso-8859-15 and not -14.
 Closes: #277566.
Files: 
 7f2c7f1350f42f4b00c4c4877ede6b12 657 utils optional fonty_1.0-21.dsc
 6c24dd46d62cbc6b3afac27106ff9a0b 39542 utils optional fonty_1.0-21.diff.gz
 9ab58acb36655f63e144d99388b23640 110448 utils extra dynafont_1.0-21_i386.deb
 d5ad1366a364f7ba69728d13ceb2ebf8 114546 devel extra fonty-dev_1.0-21_all.deb
 abac5ecbb30b149ab8f7b9fa8123cd34 79710 utils optional fonty_1.0-21_all.deb

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

iD8DBQFBfiYhhMHHe8CxClsRAi8dAKDSk7mEQNV/vFJmLjgvmeOR66tgcACeL6HK
I9Ssv7ev7roqIatxv75Xp2I=
=lX6K
-END PGP SIGNATURE-


Accepted:
dynafont_1.0-21_i386.deb
  to pool/main/f/fonty/dynafont_1.0-21_i386.deb
fonty-dev_1.0-21_all.deb
  to pool/main/f/fonty/fonty-dev_1.0-21_all.deb
fonty_1.0-21.diff.gz
  to pool/main/f/fonty/fonty_1.0-21.diff.gz
fonty_1.0-21.dsc
  to pool/main/f/fonty/fonty_1.0-21.dsc
fonty_1.0-21_all.deb
  to pool/main/f/fonty/fonty_1.0-21_all.deb


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



Accepted libpng 1.0.17-1 (i386 source all)

2004-10-26 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 13:27:59 +0200
Source: libpng
Binary: libpng2 libpng2-dev libpng10-dev libpng10-0
Architecture: source all i386
Version: 1.0.17-1
Distribution: unstable
Urgency: medium
Maintainer: Josselin Mouette [EMAIL PROTECTED]
Changed-By: Josselin Mouette [EMAIL PROTECTED]
Description: 
 libpng10-0 - PNG library, older version - runtime
 libpng10-dev - PNG library, older version - development
 libpng2- PNG library, older version - runtime
 libpng2-dev - PNG library, older version - development
Changes: 
 libpng (1.0.17-1) unstable; urgency=medium
 .
   * New upstream release.
   * libpng10-0.shlibs: bump to version 1.0.17.
   * Removed security patches, they are all already included upstream.
   * Updated other patches to match upstream changes.
Files: 
 4a19aec02e98d68d962cdd7247cafd21 618 libs optional libpng_1.0.17-1.dsc
 e0e8c7d8629ff7bc438b5886d6657aad 498697 libs optional libpng_1.0.17.orig.tar.gz
 1f8650cf010dfaa2d5009b864c28de56 12236 libs optional libpng_1.0.17-1.diff.gz
 ed54a9a0f5cf52dc2b198e0ffe288ad6 938 libs optional libpng2_1.0.17-1_all.deb
 30df9277cad508ba4002dcc65f3d9fb1 1168 libdevel extra libpng2-dev_1.0.17-1_all.deb
 62c7384c703ab0b76fa878a3347cf72c 111512 libs optional libpng10-0_1.0.17-1_i386.deb
 ac0b421d234de20719330a266a1a45d6 190768 libdevel optional 
libpng10-dev_1.0.17-1_i386.deb

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

iD8DBQFBfjZ6rSla4ddfhTMRApCDAJ4y/fixmU9Ws5fCaqzmfgQwqJi/CgCcD6va
5dnshI3XdOuWNEWq0X90gSA=
=cDyT
-END PGP SIGNATURE-


Accepted:
libpng10-0_1.0.17-1_i386.deb
  to pool/main/libp/libpng/libpng10-0_1.0.17-1_i386.deb
libpng10-dev_1.0.17-1_i386.deb
  to pool/main/libp/libpng/libpng10-dev_1.0.17-1_i386.deb
libpng2-dev_1.0.17-1_all.deb
  to pool/main/libp/libpng/libpng2-dev_1.0.17-1_all.deb
libpng2_1.0.17-1_all.deb
  to pool/main/libp/libpng/libpng2_1.0.17-1_all.deb
libpng_1.0.17-1.diff.gz
  to pool/main/libp/libpng/libpng_1.0.17-1.diff.gz
libpng_1.0.17-1.dsc
  to pool/main/libp/libpng/libpng_1.0.17-1.dsc
libpng_1.0.17.orig.tar.gz
  to pool/main/libp/libpng/libpng_1.0.17.orig.tar.gz


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



Accepted libtifiles0 0.6.1-1 (i386 source)

2004-10-26 Thread Julien BLACHE
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 11:54:53 +0200
Source: libtifiles0
Binary: libtifiles0 libtifiles0-dev
Architecture: source i386
Version: 0.6.1-1
Distribution: unstable
Urgency: low
Maintainer: Julien BLACHE [EMAIL PROTECTED]
Changed-By: Julien BLACHE [EMAIL PROTECTED]
Description: 
 libtifiles0 - Texas Instruments calculators file formats library
 libtifiles0-dev - Texas Instruments calculators file formats library [development f
Changes: 
 libtifiles0 (0.6.1-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 e6b88f01395abd196794fa158179a138 622 libs optional libtifiles0_0.6.1-1.dsc
 38fcf78cd96bba1e3198339a36fb3bf2 594075 libs optional libtifiles0_0.6.1.orig.tar.gz
 9a6d0b8c676464d3c0438c3f495da93c 2434 libs optional libtifiles0_0.6.1-1.diff.gz
 f42d66df1d2529f2283e086ccdf22b72 88808 libdevel optional 
libtifiles0-dev_0.6.1-1_i386.deb
 a9c6cfd7f700de1bd48eba4591a22f6a 41506 libs optional libtifiles0_0.6.1-1_i386.deb

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

iD8DBQFBfjHazWFP1/XWUWkRAvDOAKDR6zxvYoElDiyKkp7eanhG7h8kVwCgraBf
c6Uq8fwwnj9y6gX7R7RR9vQ=
=YpGb
-END PGP SIGNATURE-


Accepted:
libtifiles0-dev_0.6.1-1_i386.deb
  to pool/main/libt/libtifiles0/libtifiles0-dev_0.6.1-1_i386.deb
libtifiles0_0.6.1-1.diff.gz
  to pool/main/libt/libtifiles0/libtifiles0_0.6.1-1.diff.gz
libtifiles0_0.6.1-1.dsc
  to pool/main/libt/libtifiles0/libtifiles0_0.6.1-1.dsc
libtifiles0_0.6.1-1_i386.deb
  to pool/main/libt/libtifiles0/libtifiles0_0.6.1-1_i386.deb
libtifiles0_0.6.1.orig.tar.gz
  to pool/main/libt/libtifiles0/libtifiles0_0.6.1.orig.tar.gz


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



Accepted libmail-cclient-perl 1.12-1 (powerpc source)

2004-10-26 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 14:04:02 +0200
Source: libmail-cclient-perl
Binary: libmail-cclient-perl
Architecture: source powerpc
Version: 1.12-1
Distribution: unstable
Urgency: high
Maintainer: Jonas Smedegaard [EMAIL PROTECTED]
Changed-By: Jonas Smedegaard [EMAIL PROTECTED]
Description: 
 libmail-cclient-perl - Interface to UW c-client library
Changes: 
 libmail-cclient-perl (1.12-1) unstable; urgency=high
 .
   * New upstream release.
   * This should work on ia64, so set urgency=high to hopefully reach
 sarge in time for the release.
Files: 
 77e3ad11269713aa08974365dfdecfb1 707 perl optional libmail-cclient-perl_1.12-1.dsc
 36ee07558270d8feed5e1b5b77a4ee25 77541 perl optional 
libmail-cclient-perl_1.12.orig.tar.gz
 8d383a8783ce1a2f45b01df245a5efa3 4480 perl optional 
libmail-cclient-perl_1.12-1.diff.gz
 ca9b8ed1bbbadb6441d5bda1d4028210 109484 perl optional 
libmail-cclient-perl_1.12-1_powerpc.deb

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

iD8DBQFBfj6/n7DbMsAkQLgRAg+0AJ9fug38ZRmQcpYdyBp2irxZEEVrUQCaA87z
aJVeqEHSUhJLmVxUXlts5ss=
=yB4d
-END PGP SIGNATURE-


Accepted:
libmail-cclient-perl_1.12-1.diff.gz
  to pool/main/libm/libmail-cclient-perl/libmail-cclient-perl_1.12-1.diff.gz
libmail-cclient-perl_1.12-1.dsc
  to pool/main/libm/libmail-cclient-perl/libmail-cclient-perl_1.12-1.dsc
libmail-cclient-perl_1.12-1_powerpc.deb
  to pool/main/libm/libmail-cclient-perl/libmail-cclient-perl_1.12-1_powerpc.deb
libmail-cclient-perl_1.12.orig.tar.gz
  to pool/main/libm/libmail-cclient-perl/libmail-cclient-perl_1.12.orig.tar.gz


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



Accepted tiemu 1.65-5 (i386 source)

2004-10-26 Thread Julien BLACHE
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 14:01:56 +0200
Source: tiemu
Binary: tiemu
Architecture: source i386
Version: 1.65-5
Distribution: unstable
Urgency: low
Maintainer: Julien BLACHE [EMAIL PROTECTED]
Changed-By: Julien BLACHE [EMAIL PROTECTED]
Description: 
 tiemu  - Texas Instruments calculators emulator
Changes: 
 tiemu (1.65-5) unstable; urgency=low
 .
   * debian/control:
 + Build-depends on newer libti*-dev, as the ti*-config scripts got removed.
 + Removed the xlibs-dev build-dependency as it's pulled in by GTK+.
 + Bumped Standards-Version to 3.6.1.
   * debian/compat, debian/rules, debian/control:
 + Switched to DH_COMPAT=4
   * Fixed configure to use pkg-config instead of the ti*-config scripts.
Files: 
 37be1c7f7d40f14bbc1064be93d71dc0 729 contrib/math optional tiemu_1.65-5.dsc
 b8c49f242be5ca5e77c39fa474881113 394833 contrib/math optional tiemu_1.65-5.diff.gz
 ec029d207cef8de923aa6136b9dc7ae9 722362 contrib/math optional tiemu_1.65-5_i386.deb

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

iD8DBQFBfj4bzWFP1/XWUWkRAp6KAKDhASuU4cQ2GQOgcoibvqCCRRX0VgCfWZON
d+4iFkdBw4u26AYJgFJ60DY=
=QQyj
-END PGP SIGNATURE-


Accepted:
tiemu_1.65-5.diff.gz
  to pool/contrib/t/tiemu/tiemu_1.65-5.diff.gz
tiemu_1.65-5.dsc
  to pool/contrib/t/tiemu/tiemu_1.65-5.dsc
tiemu_1.65-5_i386.deb
  to pool/contrib/t/tiemu/tiemu_1.65-5_i386.deb


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



Accepted libticalcs4 4.5.4-1 (i386 source)

2004-10-26 Thread Julien BLACHE
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 13:19:01 +0200
Source: libticalcs4
Binary: libticalcs4 libticalcs4-dev
Architecture: source i386
Version: 4.5.4-1
Distribution: unstable
Urgency: low
Maintainer: Julien BLACHE [EMAIL PROTECTED]
Changed-By: Julien BLACHE [EMAIL PROTECTED]
Description: 
 libticalcs4 - provides functions to communicate with TI calculators
 libticalcs4-dev - provides functions to communicate with TI calculators [developmen
Changes: 
 libticalcs4 (4.5.4-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 50b157fcf2a0c6724d85c9ba10cdb0c1 692 libs optional libticalcs4_4.5.4-1.dsc
 fa8ddd72694a7187161b2d7cf0dada88 645231 libs optional libticalcs4_4.5.4.orig.tar.gz
 4db47d90c5bc42fb9faeafbf021d792c 2677 libs optional libticalcs4_4.5.4-1.diff.gz
 36034d198cf2c387cec970bcdf10b28e 134774 libdevel optional 
libticalcs4-dev_4.5.4-1_i386.deb
 118b9ad1f51101808226700fa42fef10 72656 libs optional libticalcs4_4.5.4-1_i386.deb

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

iD8DBQFBfjQLzWFP1/XWUWkRAqXSAJ0b2f7YveA+9FFYtajjGqbevFAMcQCeNRiL
YZK9PWuj+g2YWXHQo8WiwBg=
=WJaO
-END PGP SIGNATURE-


Accepted:
libticalcs4-dev_4.5.4-1_i386.deb
  to pool/main/libt/libticalcs4/libticalcs4-dev_4.5.4-1_i386.deb
libticalcs4_4.5.4-1.diff.gz
  to pool/main/libt/libticalcs4/libticalcs4_4.5.4-1.diff.gz
libticalcs4_4.5.4-1.dsc
  to pool/main/libt/libticalcs4/libticalcs4_4.5.4-1.dsc
libticalcs4_4.5.4-1_i386.deb
  to pool/main/libt/libticalcs4/libticalcs4_4.5.4-1_i386.deb
libticalcs4_4.5.4.orig.tar.gz
  to pool/main/libt/libticalcs4/libticalcs4_4.5.4.orig.tar.gz


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



Accepted libticables3 3.8.6-1 (i386 source)

2004-10-26 Thread Julien BLACHE
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 12:13:14 +0200
Source: libticables3
Binary: libticables3 libticables3-dev
Architecture: source i386
Version: 3.8.6-1
Distribution: unstable
Urgency: low
Maintainer: Julien BLACHE [EMAIL PROTECTED]
Changed-By: Julien BLACHE [EMAIL PROTECTED]
Description: 
 libticables3 - support library for Texas Instruments link cables
 libticables3-dev - support library for Texas Instruments link cables [development fi
Changes: 
 libticables3 (3.8.6-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 c4a892a5bde6ebafb6ae2b99adcbfa92 694 libs optional libticables3_3.8.6-1.dsc
 815a475d2f6307cabb9a1eb2f5390620 660581 libs optional libticables3_3.8.6.orig.tar.gz
 1ffa161a143d7135a22b82e00367e39f 4800 libs optional libticables3_3.8.6-1.diff.gz
 6eba340ffe4862ed54143915ecc61ddb 91356 libdevel optional 
libticables3-dev_3.8.6-1_i386.deb
 f3622fee2b869a13048ab60bdc84f378 41830 libs optional libticables3_3.8.6-1_i386.deb

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

iD8DBQFBfjHBzWFP1/XWUWkRAuNNAKDb0KTkUUR2TBIwXO9ECWRLZX0yDgCdEzD/
hZcKL9yHoueqNhyaCLiVm70=
=KDrC
-END PGP SIGNATURE-


Accepted:
libticables3-dev_3.8.6-1_i386.deb
  to pool/main/libt/libticables3/libticables3-dev_3.8.6-1_i386.deb
libticables3_3.8.6-1.diff.gz
  to pool/main/libt/libticables3/libticables3_3.8.6-1.diff.gz
libticables3_3.8.6-1.dsc
  to pool/main/libt/libticables3/libticables3_3.8.6-1.dsc
libticables3_3.8.6-1_i386.deb
  to pool/main/libt/libticables3/libticables3_3.8.6-1_i386.deb
libticables3_3.8.6.orig.tar.gz
  to pool/main/libt/libticables3/libticables3_3.8.6.orig.tar.gz


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



Accepted tilp 6.75-1 (i386 source)

2004-10-26 Thread Julien BLACHE
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 13:48:57 +0200
Source: tilp
Binary: tilp
Architecture: source i386
Version: 6.75-1
Distribution: unstable
Urgency: low
Maintainer: Julien BLACHE [EMAIL PROTECTED]
Changed-By: Julien BLACHE [EMAIL PROTECTED]
Description: 
 tilp   - TI calculator - PC communication program for X
Changes: 
 tilp (6.75-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control:
 + Removed xlibs-dev B-D, as it's pulled in by GTK+ and others.
Files: 
 eb677908233a770dfbe4035e9745b495 762 math optional tilp_6.75-1.dsc
 a07770f53bc4d42672ad8c78f80658d0 1186817 math optional tilp_6.75.orig.tar.gz
 02d2cdbddac16dc36e0ce7da86deb4d9 6733 math optional tilp_6.75-1.diff.gz
 82dc7d37cf4df6d40904455a6e5d8111 673444 math optional tilp_6.75-1_i386.deb

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

iD8DBQFBfjoNzWFP1/XWUWkRApvZAKCjrNRf9zttMQgUONJW1kMnHNoEBACfXThW
OyoHCJC/t/cJ5B0wIQlsMzE=
=tnDy
-END PGP SIGNATURE-


Accepted:
tilp_6.75-1.diff.gz
  to pool/main/t/tilp/tilp_6.75-1.diff.gz
tilp_6.75-1.dsc
  to pool/main/t/tilp/tilp_6.75-1.dsc
tilp_6.75-1_i386.deb
  to pool/main/t/tilp/tilp_6.75-1_i386.deb
tilp_6.75.orig.tar.gz
  to pool/main/t/tilp/tilp_6.75.orig.tar.gz


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



Accepted libpng3 1.2.7-1 (i386 source all)

2004-10-26 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 13:40:25 +0200
Source: libpng3
Binary: libpng3-dev libpng12-dev libpng12-0 libpng12-0-udeb libpng3
Architecture: source all i386
Version: 1.2.7-1
Distribution: unstable
Urgency: medium
Maintainer: Josselin Mouette [EMAIL PROTECTED]
Changed-By: Josselin Mouette [EMAIL PROTECTED]
Description: 
 libpng12-0 - PNG library - runtime
 libpng12-0-udeb - PNG library - minimal runtime library (udeb)
 libpng12-dev - PNG library - development
 libpng3- PNG library - runtime
 libpng3-dev - PNG library - development, compatibility package
Closes: 278308
Changes: 
 libpng3 (1.2.7-1) unstable; urgency=medium
 .
   * New upstream release (closes: #278308).
   * libpng12-0.shlibs: update shlibs to version 1.2.7.
   * Remove all security fixed, they are included upstream.
Files: 
 e5b330699e264124d37791623e16720a 635 libs optional libpng3_1.2.7-1.dsc
 898871b38e92bb233cceee479a4c4b58 502865 libs optional libpng3_1.2.7.orig.tar.gz
 9bceeb6f8e4c1068e473b776fea388f3 12988 libs optional libpng3_1.2.7-1.diff.gz
 92be6b3d7db24aaf71b599cd7a83ec39 942 libs optional libpng3_1.2.7-1_all.deb
 89cb5b441f4df7d21a6075c4e81504cc 938 libdevel optional libpng3-dev_1.2.7-1_all.deb
 d22022260439a91158232247629f1b16 114694 libs optional libpng12-0_1.2.7-1_i386.deb
 8d45807c13c15abc076f91715ddcb22c 242722 libdevel optional 
libpng12-dev_1.2.7-1_i386.deb
 2f3c3176a795694171cee5d4036098fd 71904 debian-installer optional 
libpng12-0-udeb_1.2.7-1_i386.udeb
package-type: udeb

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

iD8DBQFBfkDyrSla4ddfhTMRAvKJAKDKTTPK0jUj2K99JjaZSrfV9vFCOACfXxSf
4k2iJt8MhMgXnRyd2CbiUYo=
=hBJd
-END PGP SIGNATURE-


Accepted:
libpng12-0-udeb_1.2.7-1_i386.udeb
  to pool/main/libp/libpng3/libpng12-0-udeb_1.2.7-1_i386.udeb
libpng12-0_1.2.7-1_i386.deb
  to pool/main/libp/libpng3/libpng12-0_1.2.7-1_i386.deb
libpng12-dev_1.2.7-1_i386.deb
  to pool/main/libp/libpng3/libpng12-dev_1.2.7-1_i386.deb
libpng3-dev_1.2.7-1_all.deb
  to pool/main/libp/libpng3/libpng3-dev_1.2.7-1_all.deb
libpng3_1.2.7-1.diff.gz
  to pool/main/libp/libpng3/libpng3_1.2.7-1.diff.gz
libpng3_1.2.7-1.dsc
  to pool/main/libp/libpng3/libpng3_1.2.7-1.dsc
libpng3_1.2.7-1_all.deb
  to pool/main/libp/libpng3/libpng3_1.2.7-1_all.deb
libpng3_1.2.7.orig.tar.gz
  to pool/main/libp/libpng3/libpng3_1.2.7.orig.tar.gz


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



Accepted icecast2 2.0.2.debian-3 (powerpc source)

2004-10-26 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 14:23:04 +0200
Source: icecast2
Binary: icecast2
Architecture: source powerpc
Version: 2.0.2.debian-3
Distribution: unstable
Urgency: high
Maintainer: Jonas Smedegaard [EMAIL PROTECTED]
Changed-By: Jonas Smedegaard [EMAIL PROTECTED]
Description: 
 icecast2   - Ogg Vorbis and MP3 streaming media server
Changes: 
 icecast2 (2.0.2.debian-3) unstable; urgency=high
 .
   * Fix wrong space in build-depends.
   * Set urgency=high to hopefully get this compiled (even for sparc)
 in time for sarge release.
Files: 
 907effe12c4fc967e1ef3915b2b090a3 722 sound optional icecast2_2.0.2.debian-3.dsc
 84900095cdc8c4bd29493424c70f2a2e 14466 sound optional icecast2_2.0.2.debian-3.diff.gz
 322b594b48d11b9f8c226d0891b622dc 91092 sound optional 
icecast2_2.0.2.debian-3_powerpc.deb

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

iD8DBQFBfkMKn7DbMsAkQLgRAqtWAJ0SUAKvxLaS/SflWSDkWgy0de2RJQCgjBt2
5bhQ2JF6EOQtx+5W1BZSM/Y=
=2bRT
-END PGP SIGNATURE-


Accepted:
icecast2_2.0.2.debian-3.diff.gz
  to pool/main/i/icecast2/icecast2_2.0.2.debian-3.diff.gz
icecast2_2.0.2.debian-3.dsc
  to pool/main/i/icecast2/icecast2_2.0.2.debian-3.dsc
icecast2_2.0.2.debian-3_powerpc.deb
  to pool/main/i/icecast2/icecast2_2.0.2.debian-3_powerpc.deb


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



Accepted ekg 1:1.5-4 (i386 source)

2004-10-26 Thread Marcin Owsiany
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 14:51:44 +0200
Source: ekg
Binary: ekg libgadu3 libgadu-dev
Architecture: source i386
Version: 1:1.5-4
Distribution: unstable
Urgency: high
Maintainer: Marcin Owsiany [EMAIL PROTECTED]
Changed-By: Marcin Owsiany [EMAIL PROTECTED]
Description: 
 ekg- Console Gadu Gadu client for UNIX systems
 libgadu-dev - Gadu-Gadu protocol library - development files
 libgadu3   - Gadu-Gadu protocol library - runtime files
Closes: 278334
Changes: 
 ekg (1:1.5-4) unstable; urgency=high
 .
   * Added missing -Wl,-z,defs in m4/acx_pthread.m4 -shared test, fixing FTBFS
 on mips(el)/sparc Closes: #278334
   * Adjusted the messages in m4/acx_pthread.m4 a little
   * Quoted section in menu file
Files: 
 e74628c18424d0fd66342c83a3c92435 724 net optional ekg_1.5-4.dsc
 9e24325228ab007848ef78d13a16 59189 net optional ekg_1.5-4.diff.gz
 9ab5786282e122cd616c6dd54b781352 260764 net optional ekg_1.5-4_i386.deb
 44d8e07b8d6bfc7bad49b2f2b40243b6 119682 libdevel optional libgadu-dev_1.5-4_i386.deb
 131307f14102f098517bfba8ca28b18a 59154 libs optional libgadu3_1.5-4_i386.deb

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

iD8DBQFBfkswOg2KoGD0EhYRArs2AJ9PzpGxHfHhMp+vrscdQXdAmpocgACeI9Sn
yNrSGDInukzBBJMcqr6xTug=
=afES
-END PGP SIGNATURE-


Accepted:
ekg_1.5-4.diff.gz
  to pool/main/e/ekg/ekg_1.5-4.diff.gz
ekg_1.5-4.dsc
  to pool/main/e/ekg/ekg_1.5-4.dsc
ekg_1.5-4_i386.deb
  to pool/main/e/ekg/ekg_1.5-4_i386.deb
libgadu-dev_1.5-4_i386.deb
  to pool/main/e/ekg/libgadu-dev_1.5-4_i386.deb
libgadu3_1.5-4_i386.deb
  to pool/main/e/ekg/libgadu3_1.5-4_i386.deb


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



Accepted checkpolicy 1.16-1 (i386 source)

2004-10-26 Thread Russell Coker
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 22:47:00 +1000
Source: checkpolicy
Binary: checkpolicy
Architecture: source i386
Version: 1.16-1
Distribution: unstable
Urgency: low
Maintainer: Russell Coker [EMAIL PROTECTED]
Changed-By: Russell Coker [EMAIL PROTECTED]
Description: 
 checkpolicy - SELinux policy compiler
Changes: 
 checkpolicy (1.16-1) unstable; urgency=low
 .
   * New upstream version, plus patches to 1.17 CVS.
Files: 
 6c5a007d3612d9c7bf4e7b1fa3efeaa6 607 utils optional checkpolicy_1.16-1.dsc
 f33ba4b1c801ffef5d84361846286b12 44125 utils optional checkpolicy_1.16.orig.tar.gz
 60474b1fc7183c25b5a817d1a2da02e6 3518 utils optional checkpolicy_1.16-1.diff.gz
 d0381b650aeaaa6f878136c7f27ba2d7 78718 utils optional checkpolicy_1.16-1_i386.deb

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

iD8DBQFBfkhJwrB5/PXHUlYRApinAJwIxopV1+yE0cX/6xCy5qGRe0zhjwCgv969
GdYZkEJy0+1DbxyDA3Rqy1M=
=LlvC
-END PGP SIGNATURE-


Accepted:
checkpolicy_1.16-1.diff.gz
  to pool/main/c/checkpolicy/checkpolicy_1.16-1.diff.gz
checkpolicy_1.16-1.dsc
  to pool/main/c/checkpolicy/checkpolicy_1.16-1.dsc
checkpolicy_1.16-1_i386.deb
  to pool/main/c/checkpolicy/checkpolicy_1.16-1_i386.deb
checkpolicy_1.16.orig.tar.gz
  to pool/main/c/checkpolicy/checkpolicy_1.16.orig.tar.gz


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



Accepted im-sdk 11.4.1870-6 (i386 source all)

2004-10-26 Thread Roger So
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 20:32:51 +0800
Source: im-sdk
Binary: libiiimp-dev libiiimp0 iiimf-htt-le-indic iiimf-htt-le-newpy iiimgcf 
iiimf-htt-le-canna im-sdk-docs iiimf-htt-server iiimf-htt-csconv libiiimcf2 
libiiimcf-dev iiimf-htt-xbe
Architecture: source i386 all
Version: 11.4.1870-6
Distribution: unstable
Urgency: high
Maintainer: Roger So [EMAIL PROTECTED]
Changed-By: Roger So [EMAIL PROTECTED]
Description: 
 iiimf-htt-csconv - Codeset Conversion modules for IIIMF components
 iiimf-htt-le-canna - Canna language engine for iiimf-htt-server
 iiimf-htt-le-indic - UNIT language engine for iiimf-htt-server
 iiimf-htt-le-newpy - New Pinyin language engine for iiimf-htt-server
 iiimf-htt-server - Htt input method server
 iiimf-htt-xbe - IIIMF Htt XIM BackEnd module
 iiimgcf- IIIM GTK+ 2.x Input Method Module Client
 im-sdk-docs - Documentation provided in IM-SDK
 libiiimcf-dev - IIIM Client Framework library development files
 libiiimcf2 - Internet/Intranet Input Method Client Framework library
 libiiimp-dev - IIIM Protocol library development files
 libiiimp0  - Internet/Intranet Input Method Protocol library
Closes: 274099
Changes: 
 im-sdk (11.4.1870-6) unstable; urgency=high
 .
   * So Gmail has been marking all mail from the BTS as spam. Grrr...
   * debian/control:
 + Add Build-Depends: jade as a quick fix to Bug #274099.
   (Closes: #274099)
   * Urgency=high to get this into sarge now!
Files: 
 3f58076cd4295e166a70bb9fb6a1d178 962 text optional im-sdk_11.4.1870-6.dsc
 3cd1d50f9d8054497c5f665a34ab9efb 17013 text optional im-sdk_11.4.1870-6.diff.gz
 9f6d60c562ed69b0244e2673cda9bfae 135104 text optional 
iiimf-htt-server_11.4.1870-6_i386.deb
 2509f5dde57e93b9fcb047080aefc17a 167114 text optional 
iiimf-htt-xbe_11.4.1870-6_i386.deb
 0092a6f4ee00f3f0efef0220a2e45756 67496 text optional iiimgcf_11.4.1870-6_i386.deb
 d864fd992f9bf1fe678d14b9b9927429 4734678 text optional 
iiimf-htt-csconv_11.4.1870-6_i386.deb
 5c33b11164fa2d87c6f1c8bc8b7f7582 57860 libs optional libiiimp0_11.4.1870-6_i386.deb
 9e597eb7c5251efb62387c9dfcef47e6 76924 libdevel optional 
libiiimp-dev_11.4.1870-6_i386.deb
 f29c0054e9a4dfab1e51773896214ed8 68538 libs optional libiiimcf2_11.4.1870-6_i386.deb
 364741a472a048b7a24c5205a6a15538 87250 libdevel optional 
libiiimcf-dev_11.4.1870-6_i386.deb
 249ad1f4a226b2f678e4b3cdff12a8ce 387428 text optional 
iiimf-htt-le-newpy_11.4.1870-6_i386.deb
 00d114ce3e43730428d12c05e951f2a9 139276 text optional 
iiimf-htt-le-indic_11.4.1870-6_i386.deb
 4384c26724e8247c32b441e96a8f2810 18014 text optional 
iiimf-htt-le-canna_11.4.1870-6_i386.deb
 59b4f16e7375a1e645c3da574eeaf300 345450 doc optional im-sdk-docs_11.4.1870-6_all.deb

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

iD8DBQFBfk7RDlk3rJj6oK0RArPzAJ9cK6w2gj5XBxDhiDavuBp2VciVrwCeLLL3
B5JKIFsA5HMnGD0qu5Y/hyA=
=Uylr
-END PGP SIGNATURE-


Accepted:
iiimf-htt-csconv_11.4.1870-6_i386.deb
  to pool/main/i/im-sdk/iiimf-htt-csconv_11.4.1870-6_i386.deb
iiimf-htt-le-canna_11.4.1870-6_i386.deb
  to pool/main/i/im-sdk/iiimf-htt-le-canna_11.4.1870-6_i386.deb
iiimf-htt-le-indic_11.4.1870-6_i386.deb
  to pool/main/i/im-sdk/iiimf-htt-le-indic_11.4.1870-6_i386.deb
iiimf-htt-le-newpy_11.4.1870-6_i386.deb
  to pool/main/i/im-sdk/iiimf-htt-le-newpy_11.4.1870-6_i386.deb
iiimf-htt-server_11.4.1870-6_i386.deb
  to pool/main/i/im-sdk/iiimf-htt-server_11.4.1870-6_i386.deb
iiimf-htt-xbe_11.4.1870-6_i386.deb
  to pool/main/i/im-sdk/iiimf-htt-xbe_11.4.1870-6_i386.deb
iiimgcf_11.4.1870-6_i386.deb
  to pool/main/i/im-sdk/iiimgcf_11.4.1870-6_i386.deb
im-sdk-docs_11.4.1870-6_all.deb
  to pool/main/i/im-sdk/im-sdk-docs_11.4.1870-6_all.deb
im-sdk_11.4.1870-6.diff.gz
  to pool/main/i/im-sdk/im-sdk_11.4.1870-6.diff.gz
im-sdk_11.4.1870-6.dsc
  to pool/main/i/im-sdk/im-sdk_11.4.1870-6.dsc
libiiimcf-dev_11.4.1870-6_i386.deb
  to pool/main/i/im-sdk/libiiimcf-dev_11.4.1870-6_i386.deb
libiiimcf2_11.4.1870-6_i386.deb
  to pool/main/i/im-sdk/libiiimcf2_11.4.1870-6_i386.deb
libiiimp-dev_11.4.1870-6_i386.deb
  to pool/main/i/im-sdk/libiiimp-dev_11.4.1870-6_i386.deb
libiiimp0_11.4.1870-6_i386.deb
  to pool/main/i/im-sdk/libiiimp0_11.4.1870-6_i386.deb


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



Accepted mozilla-firefox 0.10.1+1.0PR-4 (i386 source)

2004-10-26 Thread Eric Dorland
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 00:11:48 -0400
Source: mozilla-firefox
Binary: mozilla-firefox mozilla-firefox-gnome-support mozilla-firefox-dom-inspector
Architecture: source i386
Version: 0.10.1+1.0PR-4
Distribution: unstable
Urgency: medium
Maintainer: Eric Dorland [EMAIL PROTECTED]
Changed-By: Eric Dorland [EMAIL PROTECTED]
Description: 
 mozilla-firefox - lightweight web browser based on Mozilla
 mozilla-firefox-dom-inspector - tool for inspecting the DOM of pages in Mozilla 
Firefox
 mozilla-firefox-gnome-support - Support for Gnome in Mozilla Firefox
Closes: 268654 276404 277983 278046
Changes: 
 mozilla-firefox (0.10.1+1.0PR-4) unstable; urgency=medium
 .
   * This release mostly courtesy Mike Hommey.
   * layout/src/xul/base/src/nsImageBoxFrame.*: Backported patch from
 bz#255372. (Closes: #278046)
   * toolkit/mozapps/extensions/src/nsExtensionManager.js.in: Force locking
 globally installed extensions, that will prevent extensions packages
 files to be unexpectedly removed by firefox.
   * debian/control: Add Mike Hommey as an Uploader.
   * debian/mozilla-firefox.install: Removed content-packs.jar which is
 mozilla-browser specific.
   * debian/mozilla-firefox.dirs:
 - Remove leading /'s.
 - Create
 /usr/lib/mozilla-firefox/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
 /chrome directory so that preview is shown in the Themes Manager. Yes,
 this is stupid, but it is the way firefox wants it (and it's not even
 created by make install, nor in the official binary tarball. It is
 only created at run time, but you know what ? under *nix, a normal
 user can't create that directory) (Closes: #276404)
   * debian/rules: Add a /etc/mozilla-firefox/pref/vendor.js file adding
 the debian package version to the UserAgent. (Closes: #268654)
   * debian/README.Debian: Update java instructions. I'd love some more
 definitive pointers. (Closes: #277983)
Files: 
 6c896d4a09f7e2d550d0b8e3781d4255 1006 web optional mozilla-firefox_0.10.1+1.0PR-4.dsc
 327b1079c9df117f81baceb6aa76937b 68392 web optional 
mozilla-firefox_0.10.1+1.0PR-4.diff.gz
 21c9f50f572dd3b9ca312e60cf495faf 9972732 web optional 
mozilla-firefox_0.10.1+1.0PR-4_i386.deb
 805db466d1b07704b13a7b65fb6d4918 142328 web optional 
mozilla-firefox-dom-inspector_0.10.1+1.0PR-4_i386.deb
 63feb6a8135d4bea4850e9500e301447 43588 web optional 
mozilla-firefox-gnome-support_0.10.1+1.0PR-4_i386.deb

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

iD8DBQFBfk9DYemOzxbZcMYRAirJAJ9wuMDVMmJjILxfnEJR2VNiHfu7HACgpoJl
yTx5gtkSF7+b+y22u3QohQE=
=NOtv
-END PGP SIGNATURE-


Accepted:
mozilla-firefox-dom-inspector_0.10.1+1.0PR-4_i386.deb
  to pool/main/m/mozilla-firefox/mozilla-firefox-dom-inspector_0.10.1+1.0PR-4_i386.deb
mozilla-firefox-gnome-support_0.10.1+1.0PR-4_i386.deb
  to pool/main/m/mozilla-firefox/mozilla-firefox-gnome-support_0.10.1+1.0PR-4_i386.deb
mozilla-firefox_0.10.1+1.0PR-4.diff.gz
  to pool/main/m/mozilla-firefox/mozilla-firefox_0.10.1+1.0PR-4.diff.gz
mozilla-firefox_0.10.1+1.0PR-4.dsc
  to pool/main/m/mozilla-firefox/mozilla-firefox_0.10.1+1.0PR-4.dsc
mozilla-firefox_0.10.1+1.0PR-4_i386.deb
  to pool/main/m/mozilla-firefox/mozilla-firefox_0.10.1+1.0PR-4_i386.deb


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



Accepted libgnomeprint 2.8.0.1-2 (i386 source all)

2004-10-26 Thread Rob Taylor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 14:29:14 +0100
Source: libgnomeprint
Binary: libgnomeprint2.2-0 libgnomeprint2.2-doc libgnomeprint2.2-data 
libgnomeprint2.2-dev
Architecture: source all i386
Version: 2.8.0.1-2
Distribution: unstable
Urgency: medium
Maintainer: Rob Taylor [EMAIL PROTECTED]
Changed-By: Rob Taylor [EMAIL PROTECTED]
Description: 
 libgnomeprint2.2-0 - The GNOME 2.2 print architecture - runtime files
 libgnomeprint2.2-data - The GNOME 2.2 print architecture - data files
 libgnomeprint2.2-dev - The GNOME 2.2 print architecture - development files
 libgnomeprint2.2-doc - The GNOME 2.2 print architecture - documentation files
Closes: 278136
Changes: 
 libgnomeprint (2.8.0.1-2) unstable; urgency=medium
 .
   * updated shlibs to force usage of  2.8.0-1 (Closes: #278136).
Files: 
 46bafbfca91919cea167f6cadc644218 1737 libs optional libgnomeprint_2.8.0.1-2.dsc
 b2d8329be92e356fe3ee67ac978eebe0 5964 libs optional libgnomeprint_2.8.0.1-2.diff.gz
 0a46da7f230b4ac5ae3adbb2b6c77e66 132726 libs optional 
libgnomeprint2.2-data_2.8.0.1-2_all.deb
 b013e02cb7e9e7c7839df3b8312784d7 98048 doc optional 
libgnomeprint2.2-doc_2.8.0.1-2_all.deb
 81f3faa6eaebc426757f73ea570df6c2 229956 libs optional 
libgnomeprint2.2-0_2.8.0.1-2_i386.deb
 43b19a3a8605881f92ffb5be60e3ac00 279088 libdevel optional 
libgnomeprint2.2-dev_2.8.0.1-2_i386.deb

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

iD8DBQFBflnXQxo87aLX0pIRAnV0AJ0Rka1rkfjHPlYuZP+ZqVH2pSKLVgCdGUD6
jYwQUTKppePGvCTZ8qY2CzA=
=czUo
-END PGP SIGNATURE-


Accepted:
libgnomeprint2.2-0_2.8.0.1-2_i386.deb
  to pool/main/libg/libgnomeprint/libgnomeprint2.2-0_2.8.0.1-2_i386.deb
libgnomeprint2.2-data_2.8.0.1-2_all.deb
  to pool/main/libg/libgnomeprint/libgnomeprint2.2-data_2.8.0.1-2_all.deb
libgnomeprint2.2-dev_2.8.0.1-2_i386.deb
  to pool/main/libg/libgnomeprint/libgnomeprint2.2-dev_2.8.0.1-2_i386.deb
libgnomeprint2.2-doc_2.8.0.1-2_all.deb
  to pool/main/libg/libgnomeprint/libgnomeprint2.2-doc_2.8.0.1-2_all.deb
libgnomeprint_2.8.0.1-2.diff.gz
  to pool/main/libg/libgnomeprint/libgnomeprint_2.8.0.1-2.diff.gz
libgnomeprint_2.8.0.1-2.dsc
  to pool/main/libg/libgnomeprint/libgnomeprint_2.8.0.1-2.dsc


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



Accepted gnome-media 2.8.0-0.1 (i386 source)

2004-10-26 Thread Sebastien Bacher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 13:54:58 +0200
Source: gnome-media
Binary: gnome-media
Architecture: source i386
Version: 2.8.0-0.1
Distribution: experimental
Urgency: low
Maintainer: Davide Puricelli (evo) [EMAIL PROTECTED]
Changed-By: Sebastien Bacher [EMAIL PROTECTED]
Description: 
 gnome-media - Gnome 2 Media Utilities
Closes: 268380 270649
Changes: 
 gnome-media (2.8.0-0.1) experimental; urgency=low
 .
   * NMU with maintainer approval.
   * New upstream release.
   * debian/control:
 - updated the software's names in the description
   (Closes: #268380, #270649).
Files: 
 fd6bbf9c3cdbb15be80d4a08db8c69d5 910 gnome optional gnome-media_2.8.0-0.1.dsc
 e913eaa1160fb7f0636768bd5fb70612 4101943 gnome optional gnome-media_2.8.0.orig.tar.gz
 2eaf0606bc8288a52688b4990f4d4fae 14723 gnome optional gnome-media_2.8.0-0.1.diff.gz
 1ab24be9068ec14d4ee15add600765ae 2612270 gnome optional gnome-media_2.8.0-0.1_i386.deb

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

iD8DBQFBflWDQxo87aLX0pIRAhpiAJ0cimrcuqMIPLjR5cz06o/n5WjfkgCgkwT/
OMtIX0Olqb8VMOEIackeMog=
=3pLR
-END PGP SIGNATURE-


Accepted:
gnome-media_2.8.0-0.1.diff.gz
  to pool/main/g/gnome-media/gnome-media_2.8.0-0.1.diff.gz
gnome-media_2.8.0-0.1.dsc
  to pool/main/g/gnome-media/gnome-media_2.8.0-0.1.dsc
gnome-media_2.8.0-0.1_i386.deb
  to pool/main/g/gnome-media/gnome-media_2.8.0-0.1_i386.deb
gnome-media_2.8.0.orig.tar.gz
  to pool/main/g/gnome-media/gnome-media_2.8.0.orig.tar.gz


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



Accepted lsb 2.0-4 (i386 source all)

2004-10-26 Thread Chris Lawrence
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 09:16:46 -0500
Source: lsb
Binary: lsb lsb-core lsb-graphics lsb-cxx
Architecture: source all i386
Version: 2.0-4
Distribution: experimental
Urgency: low
Maintainer: Chris Lawrence [EMAIL PROTECTED]
Changed-By: Chris Lawrence [EMAIL PROTECTED]
Description: 
 lsb- Linux Standard Base 2.0 support package
 lsb-core   - Linux Standard Base 2.0 core support package
 lsb-cxx- Linux Standard Base 2.0 C++ support package
 lsb-graphics - Linux Standard Base 2.0 graphics support package
Closes: 278357
Changes: 
 lsb (2.0-4) experimental; urgency=low
 .
   * Fix path of HTML docs in debian/doc-base.lsb-core  (Closes: #278357)
Files: 
 6eb4ee4a3e32bc303996dfc5e851fb7c 538 misc extra lsb_2.0-4.dsc
 59de1959466af5d22d1d1f807665b8dc 27442 misc extra lsb_2.0-4.tar.gz
 5bdb06df2c00e3fb23de09ee8eb7eb90 28822 misc extra lsb-core_2.0-4_i386.deb
 e6cf7ab56da3ea536300469bed0ad5b8 6222 misc extra lsb-graphics_2.0-4_i386.deb
 e5ba336bf4eca921eea3b8da04e160e6 6208 misc extra lsb-cxx_2.0-4_i386.deb
 90557305a898438b22425fae6389a696 6166 misc extra lsb_2.0-4_all.deb

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

iD8DBQFBflyH2wQKE6PXubwRAjA2AJ0RoZr9GXEw/gKug1+bqke+ZbtuNACfbSd8
P68lCOa8tsxkfElvnRM+HKo=
=m9eH
-END PGP SIGNATURE-


Accepted:
lsb-core_2.0-4_i386.deb
  to pool/main/l/lsb/lsb-core_2.0-4_i386.deb
lsb-cxx_2.0-4_i386.deb
  to pool/main/l/lsb/lsb-cxx_2.0-4_i386.deb
lsb-graphics_2.0-4_i386.deb
  to pool/main/l/lsb/lsb-graphics_2.0-4_i386.deb
lsb_2.0-4.dsc
  to pool/main/l/lsb/lsb_2.0-4.dsc
lsb_2.0-4.tar.gz
  to pool/main/l/lsb/lsb_2.0-4.tar.gz
lsb_2.0-4_all.deb
  to pool/main/l/lsb/lsb_2.0-4_all.deb


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



Accepted mcvs 1.0.13-7 (i386 source)

2004-10-26 Thread Robin Verduijn
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 10:24:26 -0400
Source: mcvs
Binary: mcvs
Architecture: source i386
Version: 1.0.13-7
Distribution: unstable
Urgency: low
Maintainer: Robin Verduijn [EMAIL PROTECTED]
Changed-By: Robin Verduijn [EMAIL PROTECTED]
Description: 
 mcvs   - Meta-CVS is a version control system built around CVS
Changes: 
 mcvs (1.0.13-7) unstable; urgency=low
 .
   * Add ALL of the clisp-dev dependencies to mcvs for now, since clisp-dev
 somehow seems to have lost its dependencies.
Files: 
 dfe7dce9add629418014efbcf702e440 753 devel optional mcvs_1.0.13-7.dsc
 605bcc4dde1c861cf7746de951c61650 19187 devel optional mcvs_1.0.13-7.diff.gz
 b7ed1cfd427386266fb1d0a5c3b4003c 1621392 devel optional mcvs_1.0.13-7_i386.deb

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

iD8DBQFBfmCFzog/I2psrrURAjbPAKCHipLoItdH1m53Hq+k+ZfzArtRoACfRck5
gV6Fj0vltX0UYdqoymaRg94=
=ulmX
-END PGP SIGNATURE-


Accepted:
mcvs_1.0.13-7.diff.gz
  to pool/main/m/mcvs/mcvs_1.0.13-7.diff.gz
mcvs_1.0.13-7.dsc
  to pool/main/m/mcvs/mcvs_1.0.13-7.dsc
mcvs_1.0.13-7_i386.deb
  to pool/main/m/mcvs/mcvs_1.0.13-7_i386.deb


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



Accepted bugzilla 2.16.7-0.1 (all source)

2004-10-26 Thread Francesco Paolo Lovergine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 16:09:03 +0200
Source: bugzilla
Binary: bugzilla bugzilla-doc
Architecture: source all
Version: 2.16.7-0.1
Distribution: unstable
Urgency: low
Maintainer: Rémi Perrot [EMAIL PROTECTED]
Changed-By: Francesco Paolo Lovergine [EMAIL PROTECTED]
Description: 
 bugzilla   - Mozilla bug tracking system
 bugzilla-doc - comprehensive guide to Bugzilla
Closes: 253841 260772 260773 260774
Changes: 
 bugzilla (2.16.7-0.1) unstable; urgency=low
 .
   * NMU 0-days due to major security issues, solved upstream.
   * New upstream release:
 - Fix security relevant bug CAN-2004-0704:
   Remote attackers were allowed to view hidden products
   (closes: #260772)
 - Fix security relevant bugs CAN-2004-0705:
   Several Cross-Site-Scripting bugs allowed remote attackers
   to execute Javascript-Code with other users' privileges
   (closes: #260773)
 - Fix security relevant bug CAN-2004-0707:
   An SQL injection vulnerability allowed remote attackers which
   had the privilege to grant group membership privileges to
   execute arbitrary SQL commands
   (closes: #260774)
   * Include complete copyright statements collected from the sources
 (closes: #253841)
 .
   Thanks Moritz Muehlenhoff for initial packaging.
Files: 
 df789c8b54f6ab05a320d7413cf2456e 618 web optional bugzilla_2.16.7-0.1.dsc
 b3f3fcac3103c139a218e7316a9bbcc7 1378708 web optional bugzilla_2.16.7.orig.tar.gz
 899efcbe654a2e4bd47be119e9410e52 31591 web optional bugzilla_2.16.7-0.1.diff.gz
 54a07a149d062c9c3bf8bac929e8b5b8 358492 web optional bugzilla_2.16.7-0.1_all.deb
 2dcf59c0108fc5d910c68fe246fdd3b8 571030 doc optional bugzilla-doc_2.16.7-0.1_all.deb

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

iD8DBQFBfl1ypFNRmenyx0cRAlhYAJ9JQgRgG/TCRhRHMNYwTGptvLrNxwCggH6s
2XUWdfAwDQLZa4P+a1Gb4Bc=
=dAQn
-END PGP SIGNATURE-


Accepted:
bugzilla-doc_2.16.7-0.1_all.deb
  to pool/main/b/bugzilla/bugzilla-doc_2.16.7-0.1_all.deb
bugzilla_2.16.7-0.1.diff.gz
  to pool/main/b/bugzilla/bugzilla_2.16.7-0.1.diff.gz
bugzilla_2.16.7-0.1.dsc
  to pool/main/b/bugzilla/bugzilla_2.16.7-0.1.dsc
bugzilla_2.16.7-0.1_all.deb
  to pool/main/b/bugzilla/bugzilla_2.16.7-0.1_all.deb
bugzilla_2.16.7.orig.tar.gz
  to pool/main/b/bugzilla/bugzilla_2.16.7.orig.tar.gz


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



Accepted desktop-file-utils 0.9-1 (i386 source)

2004-10-26 Thread Ross Burton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 15:07:51 +0100
Source: desktop-file-utils
Binary: desktop-file-utils
Architecture: source i386
Version: 0.9-1
Distribution: unstable
Urgency: low
Maintainer: Ross Burton [EMAIL PROTECTED]
Changed-By: Ross Burton [EMAIL PROTECTED]
Description: 
 desktop-file-utils - Utilities for .desktop files
Changes: 
 desktop-file-utils (0.9-1) unstable; urgency=low
 .
   * New upstream release
   * Don't ship the experimental menu VFS method
Files: 
 e94eba88323e3a1e12acdf76bc657e70 708 devel optional desktop-file-utils_0.9-1.dsc
 d1f3e0ff6681dba1624b3c57a2d60d38 424432 devel optional 
desktop-file-utils_0.9.orig.tar.gz
 b7e85965bd44a7b548e4dd9a0dcfad09 3204 devel optional desktop-file-utils_0.9-1.diff.gz
 3fdd509bdbf93e938fe61f8377ba4232 122662 devel optional 
desktop-file-utils_0.9-1_i386.deb

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

iD8DBQFBfmM9LQnkR9C0M98RAsC8AJ0W6CQcZv2Rl99d7x+Rk0lSuap5aQCdHRTi
3J/Y+F75DsS76ilZ5Jmg1hI=
=O1Kf
-END PGP SIGNATURE-


Accepted:
desktop-file-utils_0.9-1.diff.gz
  to pool/main/d/desktop-file-utils/desktop-file-utils_0.9-1.diff.gz
desktop-file-utils_0.9-1.dsc
  to pool/main/d/desktop-file-utils/desktop-file-utils_0.9-1.dsc
desktop-file-utils_0.9-1_i386.deb
  to pool/main/d/desktop-file-utils/desktop-file-utils_0.9-1_i386.deb
desktop-file-utils_0.9.orig.tar.gz
  to pool/main/d/desktop-file-utils/desktop-file-utils_0.9.orig.tar.gz


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



Accepted manpages-ja 0.5.0.0.20041015-1 (all source)

2004-10-26 Thread Keita Maehara
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 27 Oct 2004 00:10:11 +0900
Source: manpages-ja
Binary: manpages-ja manpages-ja-dev
Architecture: source all
Version: 0.5.0.0.20041015-1
Distribution: unstable
Urgency: low
Maintainer: Keita Maehara [EMAIL PROTECTED]
Changed-By: Keita Maehara [EMAIL PROTECTED]
Description: 
 manpages-ja - Japanese version of the manual pages (for users)
 manpages-ja-dev - Japanese version of the manual pages (for developers)
Changes: 
 manpages-ja (0.5.0.0.20041015-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 472f186b3cc2e15d3d0fb9e796d3e267 636 doc optional manpages-ja_0.5.0.0.20041015-1.dsc
 03615746f5b970e7359fda3628917bd4 3040533 doc optional 
manpages-ja_0.5.0.0.20041015.orig.tar.gz
 bf8c56809d62de05070b5acd1d23360d 70785 doc optional 
manpages-ja_0.5.0.0.20041015-1.diff.gz
 51c0951f7e16f959f7a69045e479354e 2836738 doc optional 
manpages-ja_0.5.0.0.20041015-1_all.deb
 063e2875db64a0c3184c0151428a5c99 1361998 doc optional 
manpages-ja-dev_0.5.0.0.20041015-1_all.deb

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

iD8DBQFBfm+0JxItQqZ0o1kRAjsSAJ0fo8eatNlVXs+1s3koxDUekWYqCQCfSy5U
Oxm/Su7p8pscgTsfVG1IUYM=
=0z0j
-END PGP SIGNATURE-


Accepted:
manpages-ja-dev_0.5.0.0.20041015-1_all.deb
  to pool/main/m/manpages-ja/manpages-ja-dev_0.5.0.0.20041015-1_all.deb
manpages-ja_0.5.0.0.20041015-1.diff.gz
  to pool/main/m/manpages-ja/manpages-ja_0.5.0.0.20041015-1.diff.gz
manpages-ja_0.5.0.0.20041015-1.dsc
  to pool/main/m/manpages-ja/manpages-ja_0.5.0.0.20041015-1.dsc
manpages-ja_0.5.0.0.20041015-1_all.deb
  to pool/main/m/manpages-ja/manpages-ja_0.5.0.0.20041015-1_all.deb
manpages-ja_0.5.0.0.20041015.orig.tar.gz
  to pool/main/m/manpages-ja/manpages-ja_0.5.0.0.20041015.orig.tar.gz


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



Accepted sdm 0.4.0a-1 (all source)

2004-10-26 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 14:40:25 +0200
Source: sdm
Binary: sdm-terminal sdm
Architecture: source all
Version: 0.4.0a-1
Distribution: unstable
Urgency: high
Maintainer: Jonas Smedegaard [EMAIL PROTECTED]
Changed-By: Jonas Smedegaard [EMAIL PROTECTED]
Description: 
 sdm- Secure Display Manager - secure remote access to X11
 sdm-terminal - Secure Display Manager - terminal files
Changes: 
 sdm (0.4.0a-1) unstable; urgency=high
 .
   * New upstream release.
 + Using hacked source tarball: debian symlink and CVS dirs stripped.
   Using hacked source tarball: debian symlink and CVS dirs stripped.
   Using hacked source tarball: debian symlink and CVS dirs stripped.
   (Repetitions to hopefully [rt]each upstream this time...!).
   * Update debian/copyright:
 + Add note about non-pristine source (grrr!).
 + Update to use new upstream source location.
 + Use newer (slightly less silly) pseudonym of upstream author.
   * Update watch file to use new upstream source location, and refer to
 new website in long descriptions.
   * Have sdm-terminal depend on xserver (inspired by upstream).
   * Set urgency=high as the changes (despite this changelog entry) are
 minor and ought to reach sarge in time for release.
Files: 
 eb2100489d19baf7d98a7ef3ceba266f 580 x11 optional sdm_0.4.0a-1.dsc
 e24245f7b67428bb869adff7c208abd9 11387 x11 optional sdm_0.4.0a.orig.tar.gz
 3d468b0158ecaccf1a76626238147c1d 3258 x11 optional sdm_0.4.0a-1.diff.gz
 3cbd9cceac3aa2b218ce82a0bd35a879 13246 x11 optional sdm_0.4.0a-1_all.deb
 4fa4fc5bf5429b3867bcb90b9867c5f6 12790 x11 optional sdm-terminal_0.4.0a-1_all.deb

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

iD8DBQFBfm7dn7DbMsAkQLgRAl/RAKCUEH4LwXEYYgJ4b84aAg3Z9Jn2ZACfThtO
rdO/5W2nEqPjzle83G14K7o=
=rLDE
-END PGP SIGNATURE-


Accepted:
sdm-terminal_0.4.0a-1_all.deb
  to pool/main/s/sdm/sdm-terminal_0.4.0a-1_all.deb
sdm_0.4.0a-1.diff.gz
  to pool/main/s/sdm/sdm_0.4.0a-1.diff.gz
sdm_0.4.0a-1.dsc
  to pool/main/s/sdm/sdm_0.4.0a-1.dsc
sdm_0.4.0a-1_all.deb
  to pool/main/s/sdm/sdm_0.4.0a-1_all.deb
sdm_0.4.0a.orig.tar.gz
  to pool/main/s/sdm/sdm_0.4.0a.orig.tar.gz


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



Accepted readseq 1-6 (powerpc source)

2004-10-26 Thread Michael Schmitz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 18:12:15 +0100
Source: readseq
Binary: readseq
Architecture: source powerpc
Version: 1-6
Distribution: unstable
Urgency: low
Maintainer: Michael Schmitz [EMAIL PROTECTED]
Changed-By: Michael Schmitz [EMAIL PROTECTED]
Description: 
 readseq- [Biology] Conversion between sequence formats
Closes: 269643
Changes: 
 readseq (1-6) unstable; urgency=low
 .
   * Fixed amd64 bug (segfaults when command line options given), thanks to
 a hint by the ncbi6 maintainer. Closes: #269643.
Files: 
 6fe32e817a184ba739abcba3fc2a01e5 568 science optional readseq_1-6.dsc
 281f2103fa8c9e40f2912e18ccfa4267 13317 science optional readseq_1-6.diff.gz
 3caf30141421a58e4d9dd56ae6fde932 58930 science optional readseq_1-6_powerpc.deb

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

iD8DBQFBfnejjH3TJU9qR44RAuvIAJkBBIAqwOoDRIdtHYyVgsyb1wmF6QCfbbKN
3zYYF1gucKshVz2Y0xKXx+E=
=jl3x
-END PGP SIGNATURE-


Accepted:
readseq_1-6.diff.gz
  to pool/main/r/readseq/readseq_1-6.diff.gz
readseq_1-6.dsc
  to pool/main/r/readseq/readseq_1-6.dsc
readseq_1-6_powerpc.deb
  to pool/main/r/readseq/readseq_1-6_powerpc.deb


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



Accepted powerpc-utils 1.1.3-11 (powerpc source)

2004-10-26 Thread Michael Schmitz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 15:51:34 +0200
Source: powerpc-utils
Binary: powerpc-utils
Architecture: source powerpc
Version: 1.1.3-11
Distribution: unstable
Urgency: low
Maintainer: Michael Schmitz [EMAIL PROTECTED]
Changed-By: Michael Schmitz [EMAIL PROTECTED]
Description: 
 powerpc-utils - Various utilities for Linux/PowerPC
Closes: 206077 270517 270517
Changes: 
 powerpc-utils (1.1.3-11) unstable; urgency=low
 .
   * Fixed fblevel error reporting and leftover fd (patch by Guido Guenther
 [EMAIL PROTECTED]).
 Closes: #206077.
 .
   * Added lsprop app (patch by Guido Guenther [EMAIL PROTECTED]).
 Closes: #270517.
 .
   * Document nvramrc patch command (suggstion by Simon Raven [EMAIL PROTECTED]).
 Closes: #270517.
Files: 
 1ce787e21fb4dc06e3652d6f57a6f3fd 628 base required powerpc-utils_1.1.3-11.dsc
 978ca16a9d189ff37c937208433ef5b0 19499 base required powerpc-utils_1.1.3-11.diff.gz
 8928973b2c8900df63da485d7344a6b6 30894 base required 
powerpc-utils_1.1.3-11_powerpc.deb

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

iD8DBQFBfleJjH3TJU9qR44RAlYMAJ9DFcWYvT/722B7mNU6wRYYQmJEXwCfe+1a
7SYJcJiCclgrGZgQd8a4T5I=
=6Q/q
-END PGP SIGNATURE-


Accepted:
powerpc-utils_1.1.3-11.diff.gz
  to pool/main/p/powerpc-utils/powerpc-utils_1.1.3-11.diff.gz
powerpc-utils_1.1.3-11.dsc
  to pool/main/p/powerpc-utils/powerpc-utils_1.1.3-11.dsc
powerpc-utils_1.1.3-11_powerpc.deb
  to pool/main/p/powerpc-utils/powerpc-utils_1.1.3-11_powerpc.deb


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



Accepted pmud 0.10-7 (powerpc source)

2004-10-26 Thread Michael Schmitz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 14:33:34 +0200
Source: pmud
Binary: pmud pmud-utils
Architecture: source powerpc
Version: 0.10-7
Distribution: unstable
Urgency: low
Maintainer: Michael Schmitz [EMAIL PROTECTED]
Changed-By: Michael Schmitz [EMAIL PROTECTED]
Description: 
 pmud   - Apple PowerBook power management daemon
 pmud-utils - Apple PowerBook power management daemon utils
Closes: 164875 263344 272106 273918
Changes: 
 pmud (0.10-7) unstable; urgency=low
 .
   * Add suspend-to-disk support for machines with no kernel sleep support.
 Experimental, requires sysfs and swsusp patches to work.
 .
   * Don't remove /etc/power on purge since pbbuttonsd might need it.
 Closes: #272106.
 .
   * Execute scripts in /etc/power/event.d to support generic power
 management interface. This isn't quite what the bug submitter asked, but
 close enough, and should take care of long standing wishlist items as
 well. Closes: #263344,#164875.
 .
   * Use invoke-rc.d if available. Closes: #273918.
Files: 
 01d7c2c1ea7f8269cadc44be148e28c6 583 admin optional pmud_0.10-7.dsc
 a16df02837a6156279afaaef08a7c4e2 15608 admin optional pmud_0.10-7.diff.gz
 107c993c26db690adca126ee0326d450 38270 admin optional pmud_0.10-7_powerpc.deb
 682ab86c65191c96becbefbe627af81c 19366 admin optional pmud-utils_0.10-7_powerpc.deb

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

iD8DBQFBflywjH3TJU9qR44RAiZZAJ4qhzMxyEkbqp9shpvpnbDDSaindgCZAUoQ
QjR5ri9N5pHOoJCGtJot1kQ=
=L6uE
-END PGP SIGNATURE-


Accepted:
pmud-utils_0.10-7_powerpc.deb
  to pool/main/p/pmud/pmud-utils_0.10-7_powerpc.deb
pmud_0.10-7.diff.gz
  to pool/main/p/pmud/pmud_0.10-7.diff.gz
pmud_0.10-7.dsc
  to pool/main/p/pmud/pmud_0.10-7.dsc
pmud_0.10-7_powerpc.deb
  to pool/main/p/pmud/pmud_0.10-7_powerpc.deb


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



Accepted openwebmail 2.41-4 (all source)

2004-10-26 Thread Sergio Rua
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 16:49:04 +0100
Source: openwebmail
Binary: openwebmail
Architecture: source all
Version: 2.41-4
Distribution: unstable
Urgency: low
Maintainer: Sergio Rua [EMAIL PROTECTED]
Changed-By: Sergio Rua [EMAIL PROTECTED]
Description: 
 openwebmail - WebMail based on Neomail
Closes: 278366
Changes: 
 openwebmail (2.41-4) unstable; urgency=low
 .
   * Fixed incorrect name for polish dictionary. Closes: #278366
Files: 
 d758c5344e8741067f09caa19368817a 602 web optional openwebmail_2.41-4.dsc
 8fb2e5ab69f64505df36ad097c93c891 195586 web optional openwebmail_2.41-4.diff.gz
 ba3b528d24f7298e56401e47379a15e5 6613424 web optional openwebmail_2.41-4_all.deb

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

iD8DBQFBfnZ934nMaoyAGHURArvVAJ419Fwgfmlh50W+VBve75lPI9J8xACfbmNN
wPeAp+jp6b3oNKx22DF8Mo8=
=kiMb
-END PGP SIGNATURE-


Accepted:
openwebmail_2.41-4.diff.gz
  to pool/main/o/openwebmail/openwebmail_2.41-4.diff.gz
openwebmail_2.41-4.dsc
  to pool/main/o/openwebmail/openwebmail_2.41-4.dsc
openwebmail_2.41-4_all.deb
  to pool/main/o/openwebmail/openwebmail_2.41-4_all.deb


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



Accepted xfree86-driver-synaptics 0.13.6-1 (i386 source)

2004-10-26 Thread Mattia Dongili (ma.d.)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 24 Oct 2004 22:14:32 +0200
Source: xfree86-driver-synaptics
Binary: xfree86-driver-synaptics
Architecture: source i386
Version: 0.13.6-1
Distribution: unstable
Urgency: low
Maintainer: Mattia Dongili (ma.d.) [EMAIL PROTECTED]
Changed-By: Mattia Dongili (ma.d.) [EMAIL PROTECTED]
Description: 
 xfree86-driver-synaptics - Synaptics TouchPad driver for XFree86 server
Changes: 
 xfree86-driver-synaptics (0.13.6-1) unstable; urgency=low
 .
   * New upstream.
Files: 
 aaeeaf3ef0fdc00fa3b7032cfb043a55 778 x11 optional 
xfree86-driver-synaptics_0.13.6-1.dsc
 fdeb1a337db9949408ca151f9a258aa2 138763 x11 optional 
xfree86-driver-synaptics_0.13.6.orig.tar.gz
 d2cee4a800992ddbf632f8a4a8805102 9940 x11 optional 
xfree86-driver-synaptics_0.13.6-1.diff.gz
 12dbed1211e206008dd16aa5ac7ced29 50992 x11 optional 
xfree86-driver-synaptics_0.13.6-1_i386.deb

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

iD8DBQFBfnuQ1Ng1YWbyRSERAt6DAJ9Yw0tTri07dn2xNQrajXsCnTcpHgCfcrHi
6RlThRd9c0wRw7Ig+QzCQr8=
=/FGj
-END PGP SIGNATURE-


Accepted:
xfree86-driver-synaptics_0.13.6-1.diff.gz
  to pool/main/x/xfree86-driver-synaptics/xfree86-driver-synaptics_0.13.6-1.diff.gz
xfree86-driver-synaptics_0.13.6-1.dsc
  to pool/main/x/xfree86-driver-synaptics/xfree86-driver-synaptics_0.13.6-1.dsc
xfree86-driver-synaptics_0.13.6-1_i386.deb
  to pool/main/x/xfree86-driver-synaptics/xfree86-driver-synaptics_0.13.6-1_i386.deb
xfree86-driver-synaptics_0.13.6.orig.tar.gz
  to pool/main/x/xfree86-driver-synaptics/xfree86-driver-synaptics_0.13.6.orig.tar.gz


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



Accepted apt-spy 3.1-11 (i386 source)

2004-10-26 Thread Stephen Stafford
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 16:56:49 +0100
Source: apt-spy
Binary: apt-spy
Architecture: source i386
Version: 3.1-11
Distribution: unstable
Urgency: low
Maintainer: Stephen Stafford [EMAIL PROTECTED]
Changed-By: Stephen Stafford [EMAIL PROTECTED]
Description: 
 apt-spy- writes a sources.list file based on bandwidth tests
Closes: 277816 278201
Changes: 
 apt-spy (3.1-11) unstable; urgency=low
 .
   * move README.mirrors.txt to /var/lib/apt-spy.  I still am unconvinced,
 but I appear to be in the minority.  (Closes: #277816)
   * rename README.mirrors.txt to mirrors.txt to make it look less like a
 documentation file.  (Closes: #278201)
   * update README.mirrors.txt to Oct13 version.
Files: 
 072dbf401cfbf2b8db31a8a4f716b59b 626 admin optional apt-spy_3.1-11.dsc
 95d473e238484c261380d3e3abc166e1 16476 admin optional apt-spy_3.1-11.diff.gz
 7133ea3fd5bd2069d2e774cf820860e1 27440 admin optional apt-spy_3.1-11_i386.deb

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

iEYEARECAAYFAkF+hO4ACgkQFwmY7Xa4pD0kQACeO4bEKuDyflquCiApgGeHsodG
U68AnioD6s9K7OljErbRXIawrAPDyGfv
=+oyM
-END PGP SIGNATURE-


Accepted:
apt-spy_3.1-11.diff.gz
  to pool/main/a/apt-spy/apt-spy_3.1-11.diff.gz
apt-spy_3.1-11.dsc
  to pool/main/a/apt-spy/apt-spy_3.1-11.dsc
apt-spy_3.1-11_i386.deb
  to pool/main/a/apt-spy/apt-spy_3.1-11_i386.deb


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



Accepted pyid3lib 0.5.1-2 (powerpc all source)

2004-10-26 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 18:30:18 +0200
Source: pyid3lib
Binary: python2.2-id3lib python2.3-id3lib python-id3lib
Architecture: source all powerpc
Version: 0.5.1-2
Distribution: unstable
Urgency: low
Maintainer: Jonas Smedegaard [EMAIL PROTECTED]
Changed-By: Jonas Smedegaard [EMAIL PROTECTED]
Description: 
 python-id3lib - id3lib wrapper for Python - dummy package
 python2.2-id3lib - id3lib wrapper for Python - library
 python2.3-id3lib - id3lib wrapper for Python - library
Changes: 
 pyid3lib (0.5.1-2) unstable; urgency=low
 .
   * Drop build-depending on build-essential package g++ (thanks to
 lintian).
   * Update debian/copyright:
 + Correct typos in initial line.
 + Mention Debian GNU systems (not only Debian).
 + Mention licensing info (in addition to copyright).
   * Add watch file.
   * Rearranga and extend local cdbs snippets.
   * Add TODO about passing cdbs snippets upstream.
Files: 
 d36dd9f0c66d59bda7bb7483eb62d95d 726 python optional pyid3lib_0.5.1-2.dsc
 e4015055d31e75de3e420bc3601baebc 3200 python optional pyid3lib_0.5.1-2.diff.gz
 3ec4e4d96e92fba483db280965a85044 9648 python optional python-id3lib_0.5.1-2_all.deb
 9ce874890811193a69cb7272a2999d5d 26216 python optional 
python2.2-id3lib_0.5.1-2_powerpc.deb
 49e61054812448a13c016a1020009c9d 26256 python optional 
python2.3-id3lib_0.5.1-2_powerpc.deb

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

iD8DBQFBfoFan7DbMsAkQLgRAuIPAJsHA37Kv22wwNUsY8/BLXjvJ0VEFwCeMO6B
MR77NVlgXbkLimniRXFKmJI=
=Li8m
-END PGP SIGNATURE-


Accepted:
pyid3lib_0.5.1-2.diff.gz
  to pool/main/p/pyid3lib/pyid3lib_0.5.1-2.diff.gz
pyid3lib_0.5.1-2.dsc
  to pool/main/p/pyid3lib/pyid3lib_0.5.1-2.dsc
python-id3lib_0.5.1-2_all.deb
  to pool/main/p/pyid3lib/python-id3lib_0.5.1-2_all.deb
python2.2-id3lib_0.5.1-2_powerpc.deb
  to pool/main/p/pyid3lib/python2.2-id3lib_0.5.1-2_powerpc.deb
python2.3-id3lib_0.5.1-2_powerpc.deb
  to pool/main/p/pyid3lib/python2.3-id3lib_0.5.1-2_powerpc.deb


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



Accepted pyid3lib 0.5.1-3 (powerpc all source)

2004-10-26 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 18:57:03 +0200
Source: pyid3lib
Binary: python2.2-id3lib python2.3-id3lib python-id3lib
Architecture: source all powerpc
Version: 0.5.1-3
Distribution: unstable
Urgency: high
Maintainer: Jonas Smedegaard [EMAIL PROTECTED]
Changed-By: Jonas Smedegaard [EMAIL PROTECTED]
Description: 
 python-id3lib - id3lib wrapper for Python - dummy package
 python2.2-id3lib - id3lib wrapper for Python - library
 python2.3-id3lib - id3lib wrapper for Python - library
Changes: 
 pyid3lib (0.5.1-3) unstable; urgency=high
 .
   * Set urgency=high as the below changes are small but neat to have in
 sarge.
Files: 
 8f28474ced96aa2edd9389fd7fd19383 726 python optional pyid3lib_0.5.1-3.dsc
 12b5aa71a7bdaee928e7c0e2225bc89e 3261 python optional pyid3lib_0.5.1-3.diff.gz
 843bf752e34a5bb2b56d778dc2c68c2e 9696 python optional python-id3lib_0.5.1-3_all.deb
 d00f182993774812bf541d5a66d00c05 26284 python optional 
python2.2-id3lib_0.5.1-3_powerpc.deb
 0964575fb7d6b2f32959461d2ff4b555 26304 python optional 
python2.3-id3lib_0.5.1-3_powerpc.deb

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

iD8DBQFBfoJtn7DbMsAkQLgRAmWxAJ9GMsMtiWOJv/06BjyKbeG0eaqh3gCePbX9
uuCCb0CaCWAZcz5m6SSMsZI=
=JiRx
-END PGP SIGNATURE-


Accepted:
pyid3lib_0.5.1-3.diff.gz
  to pool/main/p/pyid3lib/pyid3lib_0.5.1-3.diff.gz
pyid3lib_0.5.1-3.dsc
  to pool/main/p/pyid3lib/pyid3lib_0.5.1-3.dsc
python-id3lib_0.5.1-3_all.deb
  to pool/main/p/pyid3lib/python-id3lib_0.5.1-3_all.deb
python2.2-id3lib_0.5.1-3_powerpc.deb
  to pool/main/p/pyid3lib/python2.2-id3lib_0.5.1-3_powerpc.deb
python2.3-id3lib_0.5.1-3_powerpc.deb
  to pool/main/p/pyid3lib/python2.3-id3lib_0.5.1-3_powerpc.deb


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



Accepted comedilib 0.7.22-1 (i386 source)

2004-10-26 Thread David Schleef
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 25 Oct 2004 22:48:43 -0700
Source: comedilib
Binary: libcomedi0 libcomedi-dev python-comedilib
Architecture: source i386
Version: 0.7.22-1
Distribution: unstable
Urgency: low
Maintainer: David Schleef [EMAIL PROTECTED]
Changed-By: David Schleef [EMAIL PROTECTED]
Description: 
 libcomedi-dev - Development library for Comedi
 libcomedi0 - Library for Comedi
 python-comedilib - Python wrapper for Comedilib
Changes: 
 comedilib (0.7.22-1) unstable; urgency=low
 .
   * New upstream version.
Files: 
 060a29601ac8ccd593b7cb197608e08d 620 devel optional comedilib_0.7.22-1.dsc
 f66890e99037f7e4c96557b755177fda 1080738 devel optional comedilib_0.7.22.orig.tar.gz
 7d0ee6fbf3c33790662442158fb5dbf7 251 devel optional comedilib_0.7.22-1.diff.gz
 d26874f1ab8d3708da161f3e5cbc1dbb 477098 libdevel optional 
libcomedi-dev_0.7.22-1_i386.deb
 26d80d4e1eb4f12096cb77f3f799dbad 50534 libs optional libcomedi0_0.7.22-1_i386.deb
 34285d4910003466259e4754173fe66f 2936 python optional 
python-comedilib_0.7.22-1_i386.deb

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

iD8DBQFBfo5F2vJMr9bVSaoRAiD4AJ9UiyGYr4Wsxou0WBmKuoNUyNiivwCg0H24
d61cc6tgDmGUe6P+oHrBpgM=
=sgrj
-END PGP SIGNATURE-


Accepted:
comedilib_0.7.22-1.diff.gz
  to pool/main/c/comedilib/comedilib_0.7.22-1.diff.gz
comedilib_0.7.22-1.dsc
  to pool/main/c/comedilib/comedilib_0.7.22-1.dsc
comedilib_0.7.22.orig.tar.gz
  to pool/main/c/comedilib/comedilib_0.7.22.orig.tar.gz
libcomedi-dev_0.7.22-1_i386.deb
  to pool/main/c/comedilib/libcomedi-dev_0.7.22-1_i386.deb
libcomedi0_0.7.22-1_i386.deb
  to pool/main/c/comedilib/libcomedi0_0.7.22-1_i386.deb
python-comedilib_0.7.22-1_i386.deb
  to pool/main/c/comedilib/python-comedilib_0.7.22-1_i386.deb


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



Accepted bastet 0.41-1 (i386 source)

2004-10-26 Thread David Moreno Garza
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 21 Oct 2004 12:37:08 -0500
Source: bastet
Binary: bastet
Architecture: source i386
Version: 0.41-1
Distribution: unstable
Urgency: low
Maintainer: David Moreno Garza [EMAIL PROTECTED]
Changed-By: David Moreno Garza [EMAIL PROTECTED]
Description: 
 bastet - Free clone of Tetris, featuring a bastard level
Changes: 
 bastet (0.41-1) unstable; urgency=low
 .
   * New upstream release.
   * Uploaded by Gunnar Wolf [EMAIL PROTECTED]
Files: 
 a3c0557f28f581f7b17a5ef845a5b83d 592 games optional bastet_0.41-1.dsc
 48379dc98916ba083e9be5544f552a06 24195 games optional bastet_0.41.orig.tar.gz
 4e751dc3a41dfd1d12b6ac5e9394a3de 3365 games optional bastet_0.41-1.diff.gz
 57a64af183100a148dd9621052c976a8 16796 games optional bastet_0.41-1_i386.deb

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

iD8DBQFBfpHg2A7zWou1J68RAiv7AJ9AB/XMv3FSOV0X6/aUbunR0HSdpwCeIa4a
/oFo8kd7ZI+MiwAnh5OPUqo=
=g9jw
-END PGP SIGNATURE-


Accepted:
bastet_0.41-1.diff.gz
  to pool/main/b/bastet/bastet_0.41-1.diff.gz
bastet_0.41-1.dsc
  to pool/main/b/bastet/bastet_0.41-1.dsc
bastet_0.41-1_i386.deb
  to pool/main/b/bastet/bastet_0.41-1_i386.deb
bastet_0.41.orig.tar.gz
  to pool/main/b/bastet/bastet_0.41.orig.tar.gz


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



Accepted libticalcs4 4.5.4-2 (i386 source)

2004-10-26 Thread Julien BLACHE
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 21:16:34 +0200
Source: libticalcs4
Binary: libticalcs4 libticalcs4-dev
Architecture: source i386
Version: 4.5.4-2
Distribution: unstable
Urgency: low
Maintainer: Julien BLACHE [EMAIL PROTECTED]
Changed-By: Julien BLACHE [EMAIL PROTECTED]
Description: 
 libticalcs4 - provides functions to communicate with TI calculators
 libticalcs4-dev - provides functions to communicate with TI calculators [developmen
Changes: 
 libticalcs4 (4.5.4-2) unstable; urgency=low
 .
   * Bumped build-depends on libticables3-dev (= 3.8.6-1),
 libtifiles0-dev (= 0.6.1-1).
Files: 
 cbc962072ddb72e26af50e7f9243acc1 692 libs optional libticalcs4_4.5.4-2.dsc
 13f625e3b55e40b7879ee89217da0596 2708 libs optional libticalcs4_4.5.4-2.diff.gz
 fbe30c0f466aae36a2e7b13c1b8a98e1 134820 libdevel optional 
libticalcs4-dev_4.5.4-2_i386.deb
 c857b1cfc974a484934cff5b136a9fe8 72708 libs optional libticalcs4_4.5.4-2_i386.deb

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

iD8DBQFBfqNLzWFP1/XWUWkRAlZOAJ9/k83Js9nmWLpnSi/DE177j6WSggCgh8OM
TOEbnqU6nLfaV3JSu965i3Q=
=kNXU
-END PGP SIGNATURE-


Accepted:
libticalcs4-dev_4.5.4-2_i386.deb
  to pool/main/libt/libticalcs4/libticalcs4-dev_4.5.4-2_i386.deb
libticalcs4_4.5.4-2.diff.gz
  to pool/main/libt/libticalcs4/libticalcs4_4.5.4-2.diff.gz
libticalcs4_4.5.4-2.dsc
  to pool/main/libt/libticalcs4/libticalcs4_4.5.4-2.dsc
libticalcs4_4.5.4-2_i386.deb
  to pool/main/libt/libticalcs4/libticalcs4_4.5.4-2_i386.deb


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



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

2004-10-26 Thread Stephen Quinney
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 20:09:52 +0100
Source: liblocale-maketext-lexicon-perl
Binary: liblocale-maketext-lexicon-perl
Architecture: source all
Version: 0.45-1
Distribution: unstable
Urgency: low
Maintainer: Stephen Quinney [EMAIL PROTECTED]
Changed-By: Stephen Quinney [EMAIL PROTECTED]
Description: 
 liblocale-maketext-lexicon-perl - Lexicon-handling backends for Locale::Maketext
Changes: 
 liblocale-maketext-lexicon-perl (0.45-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 ec8198af3bf00bbca56d7132cc48df32 749 perl optional 
liblocale-maketext-lexicon-perl_0.45-1.dsc
 112f0f2178883b64ad348d73c74f8240 31777 perl optional 
liblocale-maketext-lexicon-perl_0.45.orig.tar.gz
 8a5384e75a79b97d7325ccdf93f94a51 2451 perl optional 
liblocale-maketext-lexicon-perl_0.45-1.diff.gz
 e9964fdf3c07cf4256c2ce4947bb5fa9 39540 perl optional 
liblocale-maketext-lexicon-perl_0.45-1_all.deb

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

iD8DBQFBfqIQITGblEwaW+URAkFrAJ9E6k9JSZdiUSxbgDbpAxWmteLZPQCfVUYV
2JYe4pMP+hIor7cD2rJwgOE=
=oY9I
-END PGP SIGNATURE-


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


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



Accepted fribidi 0.10.4-5 (i386 source)

2004-10-26 Thread Baruch Even
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 25 Oct 2004 07:42:00 +0100
Source: fribidi
Binary: libfribidi0-udeb libfribidi0 libfribidi-dev
Architecture: source i386
Version: 0.10.4-5
Distribution: unstable
Urgency: low
Maintainer: Baruch Even [EMAIL PROTECTED]
Changed-By: Baruch Even [EMAIL PROTECTED]
Description: 
 libfribidi-dev - Development files for FreeBidi library
 libfribidi0 - Free Implementation of the Unicode BiDi algorithm
 libfribidi0-udeb - Free Implementation of the Unicode BiDi algorithm (udeb)
Changes: 
 fribidi (0.10.4-5) unstable; urgency=low
 .
   * Fixed a portability issue in fribidi where the uint32 type it used was
 really just unsigned long and this fails miserably on 64 bit machines.
 This bug was exposed by geresh test program for fribidi on ia64 and alpha
 machines.
 - Now using standard glibc headers to provide uint32 type and similar size
   mandataed types.
 - Added a test program in build stage to make sure we don't have this
   problem again.
   * Upped the version required in the Build-Dep so that others will use the
 fixed version (the above changed ABI on 64 bit machines).
Files: 
 58cc384bc04cfeb1f5177753fa5891c8 612 libs optional fribidi_0.10.4-5.dsc
 1d9edc1a0adec1456392cd2a1d56e00a 9233 libs optional fribidi_0.10.4-5.diff.gz
 89d435201dea7bba883b869640af5ced 42760 libs optional libfribidi0_0.10.4-5_i386.deb
 7e29a234dd20871fdf32338650c70152 41718 libdevel optional 
libfribidi-dev_0.10.4-5_i386.deb
 8d73ae0cf2b580452a68373f3e8f7797 17120 debian-installer extra 
libfribidi0-udeb_0.10.4-5_i386.udeb

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

iD8DBQFBfqH9HCar6qtHRZgRAp8GAKCq8Hq8JpmTluxtL8tX5ROrUENNMgCcDFDF
+/0uttwq6Zffl2/t8ZWXbZU=
=9w17
-END PGP SIGNATURE-


Accepted:
fribidi_0.10.4-5.diff.gz
  to pool/main/f/fribidi/fribidi_0.10.4-5.diff.gz
fribidi_0.10.4-5.dsc
  to pool/main/f/fribidi/fribidi_0.10.4-5.dsc
libfribidi-dev_0.10.4-5_i386.deb
  to pool/main/f/fribidi/libfribidi-dev_0.10.4-5_i386.deb
libfribidi0-udeb_0.10.4-5_i386.udeb
  to pool/main/f/fribidi/libfribidi0-udeb_0.10.4-5_i386.udeb
libfribidi0_0.10.4-5_i386.deb
  to pool/main/f/fribidi/libfribidi0_0.10.4-5_i386.deb


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



Accepted tilp 6.75-2 (i386 source)

2004-10-26 Thread Julien BLACHE
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 21:21:02 +0200
Source: tilp
Binary: tilp
Architecture: source i386
Version: 6.75-2
Distribution: unstable
Urgency: low
Maintainer: Julien BLACHE [EMAIL PROTECTED]
Changed-By: Julien BLACHE [EMAIL PROTECTED]
Description: 
 tilp   - TI calculator - PC communication program for X
Changes: 
 tilp (6.75-2) unstable; urgency=low
 .
   * debian/control:
 + Bumped build-dependencies on libticables3-dev (= 3.8.6-1),
   libticalcs4-dev (= 4.5.4-1), libtifiles0-dev (= 0.6.1-1).
Files: 
 40a5564b386ecc73284aa07cd69aec83 762 math optional tilp_6.75-2.dsc
 0f8437b35007803dcc8fef62a0093682 6755 math optional tilp_6.75-2.diff.gz
 c3c384b0e125824550010f9c0f3165a8 673496 math optional tilp_6.75-2_i386.deb

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

iD8DBQFBfqRQzWFP1/XWUWkRAjLyAJ9Ap1ol0E3bkv5CqgXO13L7kWjzYACgsfQb
cqXJEPlSoLjNO4zxu6q4SuY=
=RPsk
-END PGP SIGNATURE-


Accepted:
tilp_6.75-2.diff.gz
  to pool/main/t/tilp/tilp_6.75-2.diff.gz
tilp_6.75-2.dsc
  to pool/main/t/tilp/tilp_6.75-2.dsc
tilp_6.75-2_i386.deb
  to pool/main/t/tilp/tilp_6.75-2_i386.deb


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



Accepted ess 5.2.3-1 (all source)

2004-10-26 Thread Camm Maguire
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 18:48:59 +
Source: ess
Binary: ess
Architecture: source all
Version: 5.2.3-1
Distribution: unstable
Urgency: high
Maintainer: Camm Maguire [EMAIL PROTECTED]
Changed-By: Camm Maguire [EMAIL PROTECTED]
Description: 
 ess- Emacs statistics mode, supporting R,S and others
Closes: 271845 278253
Changes: 
 ess (5.2.3-1) unstable; urgency=high
 .
   * New upstream release
   * Remove debian/info in favor of command line args generated at compile
 time.
   * Full make in doc directory
   * Suggest r-base and xlispstat
   * Autoload ess-site on M-x R and M-x XLS instead of require in emacs
 startup.  Closes: #271845.
   * replace-regexp-in-string - ess-replace-regexp-in-string, Closes:
 #278253.
   * Clean README ANNOUNCE doc/html/readme.html doc/html/ess.html
Files: 
 7eee3e151636e0d19a1ca691d90781ef 579 math optional ess_5.2.3-1.dsc
 aadea170d507fae5765db8d5b370f16c 2510736 math optional ess_5.2.3.orig.tar.gz
 8d2339b483569388bfd5ab6e4782c2b2 7534 math optional ess_5.2.3-1.diff.gz
 f05a61e3797aec2dafe4f7a2eb11ea02 786214 math optional ess_5.2.3-1_all.deb

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

iD8DBQFBfp6pczG1wFfwRdwRAkrRAJ0cxSaRM7MLuXIuLbNYEmebS7vAAwCgg0A0
9YYbB39pdaRxCzuXqsJo9rw=
=zwzV
-END PGP SIGNATURE-


Accepted:
ess_5.2.3-1.diff.gz
  to pool/main/e/ess/ess_5.2.3-1.diff.gz
ess_5.2.3-1.dsc
  to pool/main/e/ess/ess_5.2.3-1.dsc
ess_5.2.3-1_all.deb
  to pool/main/e/ess/ess_5.2.3-1_all.deb
ess_5.2.3.orig.tar.gz
  to pool/main/e/ess/ess_5.2.3.orig.tar.gz


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



Accepted libxml-checker-perl 0.13-4 (all source)

2004-10-26 Thread Jay Bonci
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 14:24:12 -0400
Source: libxml-checker-perl
Binary: libxml-checker-perl
Architecture: source all
Version: 0.13-4
Distribution: unstable
Urgency: low
Maintainer: Jay Bonci [EMAIL PROTECTED]
Changed-By: Jay Bonci [EMAIL PROTECTED]
Description: 
 libxml-checker-perl - Perl modules for validating XML
Changes: 
 libxml-checker-perl (0.13-4) unstable; urgency=low
 .
   * Corrects debian/watch file so that uscan will work
Files: 
 6a3f9dd2eb636e25d5fb2244ddbb721c 725 perl optional libxml-checker-perl_0.13-4.dsc
 24de661765d065d4ec5ed10c61a66d7c 2442 perl optional libxml-checker-perl_0.13-4.diff.gz
 ace34daf4fd179b299c9db166fd86726 44120 perl optional 
libxml-checker-perl_0.13-4_all.deb

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

iD8DBQFBfpz9ZNh5D+C4st4RAo1ZAJ9GJLChQa1FQ5k6o1Ntp2hZZjqpQQCdH4F7
v4dnlcVZ1MQM3Jhgy5uZq4M=
=J5zA
-END PGP SIGNATURE-


Accepted:
libxml-checker-perl_0.13-4.diff.gz
  to pool/main/libx/libxml-checker-perl/libxml-checker-perl_0.13-4.diff.gz
libxml-checker-perl_0.13-4.dsc
  to pool/main/libx/libxml-checker-perl/libxml-checker-perl_0.13-4.dsc
libxml-checker-perl_0.13-4_all.deb
  to pool/main/libx/libxml-checker-perl/libxml-checker-perl_0.13-4_all.deb


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



Accepted darkstat 2.6-6 (i386 source)

2004-10-26 Thread Cdric Delfosse
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Oct 2004 21:21:57 +0200
Source: darkstat
Binary: darkstat
Architecture: source i386
Version: 2.6-6
Distribution: unstable
Urgency: low
Maintainer: Cédric Delfosse [EMAIL PROTECTED]
Changed-By: Cédric Delfosse [EMAIL PROTECTED]
Description: 
 darkstat   - a network traffic analyzer
Closes: 276814
Changes: 
 darkstat (2.6-6) unstable; urgency=low
 .
   * Add new Japanese po-debconf translation (Closes: Bug#276814)
Files: 
 23c7106a598433982a1cf1330ce678a7 591 net optional darkstat_2.6-6.dsc
 84229f107d9ae28d38d0cb5b004a6636 9604 net optional darkstat_2.6-6.diff.gz
 b7558c7f1c5fa8afd46e1c0bc9b66472 59706 net optional darkstat_2.6-6_i386.deb

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

iD8DBQFBfqhFbmmXPPfovGMRAn6LAKCeRXC61UCxyXQatiuKKMAOjftkxgCgp2Qu
aJUjwAAu3doCDs3b5eHS9QM=
=WDzb
-END PGP SIGNATURE-


Accepted:
darkstat_2.6-6.diff.gz
  to pool/main/d/darkstat/darkstat_2.6-6.diff.gz
darkstat_2.6-6.dsc
  to pool/main/d/darkstat/darkstat_2.6-6.dsc
darkstat_2.6-6_i386.deb
  to pool/main/d/darkstat/darkstat_2.6-6_i386.deb


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



  1   2   >