Re: Recompilation de timezoneconf

2003-07-27 Thread Christian Perrier
Quoting Denis Barbier ([EMAIL PROTECTED]):

 C'est très intéressant, tu devrais AMHA le poster sur debian-devel.

Arg. Faut que j'explique donc en anglais ce que je ne comprends déjà
pas trop bien en français.. :-)

Je vais essayer de te relire encore une fois des fois qu'un miracle me
fasse comrpendre qq chose.. :-)





Re: Recompilation de timezoneconf

2003-07-27 Thread Christian Perrier
Quoting Christian Perrier ([EMAIL PROTECTED]):

 Je vais essayer de te relire encore une fois des fois qu'un miracle me
 fasse comrpendre qq chose.. :-)

Ca y estcompriset passé dans -devel.

Bug (serious) rapporté aussi bientôt sur timezoneconf




templates partags de debconf

2003-07-27 Thread Christian Perrier
Ils sont où ces templates debconf partagés (shared/) ? 

Quel est le paquet qui les fournit ? debconf ?)

Je me pose la question de leur traduction au moment où j'arrive sur un
Diplay Manager (wdm) qui pourrait utiliser ceux qui existent déjà pour
le choix du DM par défaut.


-- 






Re: templates partagés de debconf

2003-07-27 Thread Denis Barbier
On Sun, Jul 27, 2003 at 09:38:04AM +0200, Christian Perrier wrote:
 Ils sont où ces templates debconf partagés (shared/) ? 
[...]

Dupliqués dans chaque paquet. C'est le texte du dernier paquet installé
qui reste, les autres sont écrasés.

Denis




Re: templates partags de debconf

2003-07-27 Thread Christian Perrier
Quoting Denis Barbier ([EMAIL PROTECTED]):
 On Sun, Jul 27, 2003 at 09:38:04AM +0200, Christian Perrier wrote:
  Ils sont où ces templates debconf partagés (shared/) ? 
 [...]
 
 Dupliqués dans chaque paquet. C'est le texte du dernier paquet installé
 qui reste, les autres sont écrasés.

Et qui les coordonne ?

Je trouve cela un peu bizarre, voire crade quand même.. :-)

Je les aurais bien vu dans debconf lui-même en fait. Tu sais s'il y a
une raison particulière pour que cela ne soit pas le cas ?





Re: templates partagés de debconf

2003-07-27 Thread Denis Barbier
On Sun, Jul 27, 2003 at 08:08:21PM +0200, Christian Perrier wrote:
 Quoting Denis Barbier ([EMAIL PROTECTED]):
  On Sun, Jul 27, 2003 at 09:38:04AM +0200, Christian Perrier wrote:
   Ils sont où ces templates debconf partagés (shared/) ? 
  [...]
  
  Dupliqués dans chaque paquet. C'est le texte du dernier paquet installé
  qui reste, les autres sont écrasés.
 
 Et qui les coordonne ?

Personne.

 Je trouve cela un peu bizarre, voire crade quand même.. :-)

Bien sûr, mais cela concerne vraiment très peu de fichiers. Il ne semble
pas évident de fournir une solution vraiment satisfaisante, donc on se
contente de celle-là pour l'instant.

 Je les aurais bien vu dans debconf lui-même en fait. Tu sais s'il y a
 une raison particulière pour que cela ne soit pas le cas ?

Il faudrait relire « la cathédrale et le bazar » ;)

Denis




Re: [custom] Some issues for custom debian distributions

2003-07-27 Thread Nikita V. Youshchenko


 Nikita V. Youshchenko [EMAIL PROTECTED] wrote:
 [...]
 Another thing is replacing #!/bin/sh by #!/bin/bash --login in
 /etc/kde3/kdm/Xsession (and other dm's Xsession files). This is the only
 way I know to make login shell startup files evaluated during X logins.
 This issue is known for ages, but it seems that people who make decisions
 don't thing it is necessary. So this isn't likely to be fixed with
 debconf questions.
 [...]
 
 cat EOF  /etc/X11/Xsession.d/60local_userenvironment
 if [ -r /etc/profile ] ;then
 . /etc/profile
 fi
 if [ -r $HOME/.profile ] ; then
 . $HOME/.profile
 fi
 EOF
 
 This'll work for all display-managers that use the (Debian-)standard
 /etc/X11/Xsession.d/.

Sterictly saying, this is broken.
/etc/profile, ~/.profile and other login shell rc files should be read by
logic shells only, so if a user types startx on the console, they should
not be read.




packages removed by Release Manager just reveal older versions

2003-07-27 Thread Dan Jacobson
Regarding packages removed by Debian's Release Manager, due to
Release Criticial bugs, but say, still looking great here:
$ apt-cache policy deity
deity:
  Installed: (none)
  Candidate: 0.8.0.6
  Version Table:
 0.8.0.6 0
500 cdrom://[Debian GNU/Linux SID _Sid_...

there seems no mechanism at present to warn the user that he shouldn't
install it, even if he has done apt-get update from the mirrors.  In
bug 202919 you will see I was just lucky something stopped
installation.

I guess I'm hoping for a warning that a package is 'out of fashion'
when I try to apt-get install it.




Re: logging out a ssh-user

2003-07-27 Thread Craig Sanders
this question really belongs on debian-user, not on debian-devel.

On Sat, Jul 26, 2003 at 07:55:28PM +0200, Dennis Stampfer wrote:
 I have to log out a user who is logged in via ssh.  The information that he
 is not allowed to login comes from the utmp-file like the pid to  kill.  

if he's not allowed to login, then why not set his shell to /bin/false?

 If he's logged in via telnet, I can do the job by killing that pid.  That
 does not work with ssh: For some reason, all what I get out of utmp is the
 pid of the listening sshd which I can't kill if I don't want to disable
 ssh-logins.

that would be because you're killing the wrong sshd PID.

 I solved it by adding 2 to that pid to reach the child-ssh, checking if it is
 sshd and owned by the user who is to be logged out.  If that all is ok, I
 kill that pid.

run ps and grep for the tty that he's logged in on.  e.g. if he's on pts/3:

# ps aux | grep pts/3$
cas   7002  0.0  0.7  6352 1920 ?S17:00   0:00 sshd: [EMAIL 
PROTECTED]/3

then kill it:

# kill -1 7002

or in one line:

# ps aux | grep pts/3$ | awk '{print $2}' | xargs kill -1



alternatively, apt-get install slay and run slay USERNAME.

craig





Interesting problem in timezoneconf package

2003-07-27 Thread Christian Perrier

I found the following while trying to rebuild this package after
Branden agreed for a NMU implementing a switch to po-debconf for the
templates.


If one tries to rebuild timezoneconf on a *current* sarge machine, the
build is OK, but the postinst dies with :

bash-2.05b# dpkg -i timezoneconf_0.7_all.deb
(Reading database ... 131383 files and directories currently installed.)
Preparing to replace timezoneconf 0.8.1 (using timezoneconf_0.7_all.deb) ...
Unpacking replacement timezoneconf ...
Setting up timezoneconf (0.7) ...
Problem with debhelper scripts:  at /var/lib/dpkg/info/timezoneconf.postinst 
line 16.
dpkg: error processing timezoneconf (--install):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 timezoneconf

I posted this in -devel-french and, as often, Denis Barbier found the
solution.. :-)


In its current version, timezoneconf.postinst includes perl
with embedded shelle commands :


# Stolen from debhelper(1)

my $temp=set -e\nset -- @ARGV\n .  'EOF';
if [ $1 = configure ]; then
[ -x /usr/sbin/update-configlets ]  /usr/sbin/update-configlets
fi

# Automatically added by dh_installdocs
if [ $1 = configure ]; then
if [ -d /usr/doc -a ! -e /usr/doc/timezoneconf -a -d 
/usr/share/doc/timezoneconf ]; then
ln -sf ../share/doc/timezoneconf /usr/doc/timezoneconf
fi
fi
# End automatically added section

EOF

system ($temp) / 256 == 0
  or die Problem with debhelper scripts: $!;


The dh_installdocs part comes from a #DEBHELPER# in
debian/postinst. 

When recompiling now, this doesnt exist anymore and thus we end up
with :


my $temp=set -e\nset -- @ARGV\n .  'EOF';
if [ $1 = configure ]; then
[ -x /usr/sbin/update-configlets ]  /usr/sbin/update-configlets
fi

EOF


If /usr/sbin/update-configlets doesn't exist, the return code is then
1, thus explaining failure.

Conclusion 1: the test was wrong, but this was hidden by the former
test being successful.. :-). This appears now, as #DEBHELPER# is
empty.

Conclusion 2: maintainers who put tests just before  #DEBHELPER#
in their {post,pre}{inst,rm} should check these

And then, Denis proposed a patch for correcting the problem in timezoneconf.

--- debian/postinst.orig2003-07-26 22:54:06.0 +0200
+++ debian/postinst 2003-07-26 22:54:23.0 +0200
@@ -7,7 +7,9 @@

 my $temp=set -e\nset -- @ARGV\n .  'EOF';
 if [ $1 = configure ]; then
-[ -x /usr/sbin/update-configlets ]  /usr/sbin/update-configlets
+if [ -x /usr/sbin/update-configlets ]; then
+/usr/sbin/update-configlets
+fi
 fi

 #DEBHELPER#





Re: packages removed by Release Manager just reveal older versions

2003-07-27 Thread Joshua Kwan
On Sun, Jul 27, 2003 at 10:08:36AM +0800, Dan Jacobson wrote:
   Version Table:
  0.8.0.6 0
 500 cdrom://[Debian GNU/Linux SID _Sid_...
[snip]
 I guess I'm hoping for a warning that a package is 'out of fashion'
 when I try to apt-get install it.

We're not responsible for your unreleased, unofficial, unsupported CDs
possibly containing lousy packages from unstable that will not exist on
the official Sarge release media.

-Josh

-- 
Using words to describe magic is like using a screwdriver to cut roast beef.
-- Tom Robbins


pgpxwGGPh5qPB.pgp
Description: PGP signature


Re: packages removed by Release Manager just reveal older versions

2003-07-27 Thread Joshua Kwan
On Sun, Jul 27, 2003 at 12:42:58AM -0700, Joshua Kwan wrote:
 On Sun, Jul 27, 2003 at 10:08:36AM +0800, Dan Jacobson wrote:
Version Table:
   0.8.0.6 0
  500 cdrom://[Debian GNU/Linux SID _Sid_...
 [snip]
  I guess I'm hoping for a warning that a package is 'out of fashion'
  when I try to apt-get install it.
 
 We're not responsible for your unreleased, unofficial, unsupported CDs
 possibly containing lousy packages from unstable that will not exist on
 the official Sarge release media.
 
 -Josh

Furthering my point

1) this package no longer exists in unstable

$ sudo apt-get install deity
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package deity

2) your 'warning' would involve either Packages lists containing special
entries for packages that have been removed from the archive, or
screaming when all apt repositories don't have the same package lists,
which is quite dumb (custom apt repositories and all) - a rather
cumbersome approach that really only satisfies the edge case of your using
static media of a dynamic distribution for some of your packages.

-Josh

-- 
Using words to describe magic is like using a screwdriver to cut roast beef.
-- Tom Robbins


pgpOKdshnT7DZ.pgp
Description: PGP signature


Re: logging out a ssh-user

2003-07-27 Thread Norbert Tretkowski
* Dennis Stampfer [EMAIL PROTECTED] wrote:
 I have to log out a user who is logged in via ssh.

,
| % apt-cache show slay
| [...]
| Description: kills all of the user's processes
|  Slay provides you with a way to quickly get rid of all
|  processes selected user owns. Very useful if you want
|  to harm somebody.
`




Re: proposal: per-user temporary directories on by default?

2003-07-27 Thread Nick Bannon
On Sat, Jul 26, 2003 at 02:52:48PM +0200, Andreas Metzler wrote:
 Bernd Eckenfels [EMAIL PROTECTED] wrote:
  If you default to ~/tmp/   or ~/.temp/   or something like this, you get the
  hashing for free, and you only need quota on the home partition.
 
 It was pointed out already that this is not necessarily a good idea,
 e.g.  when /home is on NFS.

When /home is on NFS, then ~/tmp is not optimal, but it's still a
reasonable and secure default.

 Additionally you cannot run tmpreaper on
 ~/tmp/ without starting a big information campain, everthing under ~/
 was always sacred.
  cu andreas

If you turn on quotas on /home then there's less need to run
tmpreaper. (Less need to run as root, anyway - perhaps a user
will find it a convenient tool to clean up ~/tmp)

Nick.

-- 
   Nick Bannon   | I made this letter longer than usual because
[EMAIL PROTECTED] | I lack the time to make it shorter. - Pascal




Re: logging out a ssh-user

2003-07-27 Thread Matthias Urlichs
Hi, Dennis Stampfer wrote:

 If he's logged in via telnet, I can do the job by killing that pid.  That
 does not work with ssh: For some reason, all what I get out of utmp is 
 the pid of the listening sshd which I can't kill if I don't want to 
 disable ssh-logins.

Wrong, actually. ssh forks twice before spawning a shell (I don't know
why); the child puts its PID into utmp, and the grandchild controls the
communication and spawns the login shell.

ssh should probably enter the grandchild's PID. This might be a bug in ssh.

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  [EMAIL PROTECTED]
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
-- 
boss, n:
According to the Oxford English Dictionary, in the Middle Ages the
words boss and botch were largely synonymous, except that boss,
in addition to meaning a supervisor of workers also meant an
ornamental stud.




db.debian.org, changing mail forwarding without it

2003-07-27 Thread Hugo van der Merwe
Hello,

Seems db.debian.org is still offline. Is there any way I can change my
mail forwarding without it? It forwards to [EMAIL PROTECTED],
currently bach is broken, so bounces are going all over the place
(mailing list subscriptions). I need to change it to... maybe
[EMAIL PROTECTED] Cannot contact the admin of bach, it's weekend. :(

Hugo van der Merwe

Please CC me. Thanks.
-- 
The earth's surface is accelerating outward at 9.8 meters per sec^2
1024D/60715698: 5F2E 8EC2 E0A4 5D25 0569  F281 4A6C D76D 6071 5698


pgpxcRZ9uzHJg.pgp
Description: PGP signature


Re: NMU version number and native packages

2003-07-27 Thread Adrian Bunk
On Sat, Jul 26, 2003 at 10:13:09PM +0900, Junichi Uekawa wrote:
 
 The 'standard process' that I know of is this:
 
  * On other side some people on #d-d says that the standard way is to add
.1 to the number.
  
 
 Thus, a package with a version number '1.5' will be versioned
 '1.5.1'
 
 Then, an exception follows that if the previous upload was a NMU,
 in which case the last number is increased. (i.e. after 1.5.1,
 1.5.2 is used).
 
 In that respect, developers-reference's statement of
 'Adding 0.1' is not quite precisely documenting the current practice.
 
 Binary-only NMUs add a '0.1', which result in 1.5.0.1.
 Binary-only NMU after a NMU will result in 1.5.1.1.

Developer's Reference says you have to give to the NMU of version 1.5 
the version 1.5-0.1 .

Giving the NMU the version 1.5.1 hijacks a valid non-NMU version number.
It might even happen that someone uploads a NMU 1.5.1 to delayed and the
original author one hour later uploads a version 1.5.0.0.0.1 - the NMU
will replace the maintainer upload!

Any NMU version that is not lower than the lowest possible next 
maintainer upload version number is simply broken.

The NMU versioning scheme in the Developer's Reference might sound 
strange, but it's needed for exactly this reason.

 regards,
   junichi

cu
Adrian

-- 

   Is there not promise of rain? Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   Only a promise, Lao Er said.
   Pearl S. Buck - Dragon Seed




Re: Interesting problem in timezoneconf package

2003-07-27 Thread Colin Watson
On Sun, Jul 27, 2003 at 09:24:55AM +0200, Christian Perrier wrote:
 The dh_installdocs part comes from a #DEBHELPER# in
 debian/postinst. 
 
 When recompiling now, this doesnt exist anymore and thus we end up
 with?:
 
 
 my $temp=set -e\nset -- @ARGV\n .  'EOF';
 if [ $1 = configure ]; then
 [ -x /usr/sbin/update-configlets ]  /usr/sbin/update-configlets
 fi
 
 EOF
 
 
 If /usr/sbin/update-configlets doesn't exist, the return code is then
 1, thus explaining failure.

I always put 'exit 0' after #DEBHELPER# to prevent this problem.

-- 
Colin Watson  [EMAIL PROTECTED]




Re: logging out a ssh-user

2003-07-27 Thread Dennis Stampfer
On Sun, Jul 27, 2003 at 09:47:29AM +0200, Norbert Tretkowski wrote:
 * Dennis Stampfer [EMAIL PROTECTED] wrote:
  I have to log out a user who is logged in via ssh.
 
 ,
 | % apt-cache show slay

Sure, but I can't fix a bug by saying use slay instead of this
package... ;)

Dennis




Re: Interesting problem in timezoneconf package

2003-07-27 Thread Junichi Uekawa
  
  my $temp=set -e\nset -- @ARGV\n .  'EOF';
  if [ $1 = configure ]; then
  [ -x /usr/sbin/update-configlets ]  /usr/sbin/update-configlets
  fi
  
  EOF
  
  
  If /usr/sbin/update-configlets doesn't exist, the return code is then
  1, thus explaining failure.
 
 I always put 'exit 0' after #DEBHELPER# to prevent this problem.

I've had an impression that shell scripts won't go that far 
if set -e  was enabled. Thus, I've always thought  [ ]  xx kind of 
notation is mostly unusable, unless postfixed with a || true

Or did I miss a some major point?


regards,
junichi




Bug#203046: RFA: doc-linux -- Linux HOWTOs and FAQs

2003-07-27 Thread Colin Watson
Package: wnpp
Severity: normal

Hi folks,

I've been maintaining doc-linux for nearly two years now. While I'm
satisfied that it's in a much better state than when I took it on,
during that time it's consumed pretty much a solid day or two of effort
every month, and I'm now getting busy enough that retrieving that day or
two for other projects would be very welcome. Furthermore, the whole
non-free split and GFDL issues have been a source of angst for quite a
while, and I haven't really had the time required to chase up document
authors about the huge pile of forwarded bugs.

I'm therefore looking for a new primary maintainer. I originally took
the package on (some might say hijacked ...) because it was Priority:
standard, unmaintained, and broken, so I am *not* orphaning it; I'd like
to know that the new primary maintainer has the commitment required to
make sure it doesn't end up that way again, and in fact I'd rather like
to stay on as a backup or co-maintainer for a while. I have a Subversion
repository for the last few months' worth of packaging which should be
moved somewhere more public and used.

Anyone taking this on should be willing to deal with legal issues in a
way that both satisfies debian-legal and doesn't infuriate members of
the Linux Documentation Project, which is not always an easy task. You
should also have the energy to ping authors about forwarded bugs, and
ideally eventually let the LDP know when some of them don't respond and
new maintainers for those documents need to be found. The ability to
make the build system less mad would probably be good too. :)

David Harris has expressed an interest in this job, and I've talked to
him about it on IRC, so if he still wants it he's welcome. If anyone
else is interested, then contact me: a small team would be a good idea
anyway.

Cheers,

-- 
Colin Watson  [EMAIL PROTECTED]




Re: Interesting problem in timezoneconf package

2003-07-27 Thread Colin Watson
On Sun, Jul 27, 2003 at 07:19:44PM +0900, Junichi Uekawa wrote:
[somebody broke attributions here]
   
   my $temp=set -e\nset -- @ARGV\n .  'EOF';
   if [ $1 = configure ]; then
   [ -x /usr/sbin/update-configlets ]  /usr/sbin/update-configlets
   fi
   
   EOF
   
   
   If /usr/sbin/update-configlets doesn't exist, the return code is then
   1, thus explaining failure.
  
  I always put 'exit 0' after #DEBHELPER# to prevent this problem.
 
 I've had an impression that shell scripts won't go that far 
 if set -e  was enabled. Thus, I've always thought  [ ]  xx kind of 
 notation is mostly unusable, unless postfixed with a || true
 
 Or did I miss a some major point?

I tested this before posting. No, -e is a little more forgiving than
that, as stated in bash(1):

  -e  Exit  immediately if a simple command (see SHELL
  GRAMMAR above) exits  with  a  non-zero  status.
  The  shell  does  not  exit  if the command that
  fails is part of an until or while loop, part of
  an  if statement, part of a  or || list, or if
  the command's return value is being inverted via
  !.   A  trap  on ERR, if set, is executed before
  the shell exits.

Cheers,

-- 
Colin Watson  [EMAIL PROTECTED]




Re: [custom] Some issues for custom debian distributions

2003-07-27 Thread Christoph Berg
Re: Re: [custom] Some issues for custom debian distributions [Nikita V. 
Youshchenko [EMAIL PROTECTED], Sun, Jul 27, 2003 at 08:30:33AM +0400, 
[EMAIL PROTECTED]]
  if [ -r $HOME/.profile ] ; then
  . $HOME/.profile
  fi
 
 Sterictly saying, this is broken.
 /etc/profile, ~/.profile and other login shell rc files should be read by
 logic shells only, so if a user types startx on the console, they should
 not be read.

I've got stuff in my .bash_profile that I really only want on login
(finger, mailq on the mailserver etc.), and in fact I would be very
surprised if it were executed (in that case I could as well make a link
.xsession - .bash_profile :-P). My .bashrc is much more suitable to be
included in .xsession, and in fact I do that.

The problem that one doesn't want things like .bash_completion read
there is easily solved by

# check whether we run interactively
[ $PS1 ] || return

(Something like that exists in Debian's /etc/skel/.bash_profile.)

So test for reading ~/.bashrc should be done first in X startup files,
only reading ~/{.bash_,}profile if the former doesn't exist.

Christoph
-- 
Christoph Berg [EMAIL PROTECTED], http://www.df7cb.de
Wohnheim D, 2405, Universität des Saarlandes, 0681/9657944


pgpwKZ4eT5Gsu.pgp
Description: PGP signature


Re: Bug#203046: RFA: doc-linux -- Linux HOWTOs and FAQs

2003-07-27 Thread David B Harris
On Sun, 27 Jul 2003 11:47:06 +0100
Colin Watson [EMAIL PROTECTED] wrote:
 David Harris has expressed an interest in this job, and I've talked to
 him about it on IRC, so if he still wants it he's welcome. If anyone
 else is interested, then contact me: a small team would be a good idea
 anyway.

I'll wait and see if anybody else, perhaps more suitable, will
volounteer to be the primary maintainer before considering taking on a
package this large. I'd have to think about it at any rate.

I'd also be more comfortable in a team environment, I find that more
work gets done that way.

P.S.: The packages look to be in great shape now, so either way, thanks
for the work :)


pgpVhwgnaWuis.pgp
Description: PGP signature


Bug#202907: language tasks pull in reams of huge packages

2003-07-27 Thread Eduard Bloch
#include hallo.h
* Joey Hess [Fri, Jul 25 2003, 02:50:52PM]:

 because the spanish task, like many tasks, pulls in -ll packages like
 openoffice.org-l10n-es and mozilla-locale-es-es. These tend to be split
...
 - Make the -ll packages only recommend the main packages, as the kde
   ones do.
 - Put the -ll packages in the tasks that install OOo and mozilla.
   But this is quite hard to maintain in tasksel.
 - Stop this translation splitting nonsense.

Neither of this solutions is perfect. This is a case where the imaginary
conditional dependency support in dpkg/apt would help much.

MfG,
Eduard.
-- 
martoss hmm, naja, aber kde 2 ist nicht wirklich prickelnd
weasel martoss: wenn du was prickelndes willst, trink mineralwasser
martoss weasel: :-), ich weiss, aber es muss halt auch ein bischen was fürs
auge da sein...
youam martoss: dann tu nen strohhalm rein! :)


pgpcN0mzvD31B.pgp
Description: PGP signature


Bug#203048: ITP: libapache-mod-dynvhost -- Virtual Servers in Apache based on directories. Supports cgi-bin directories and individual user homes.

2003-07-27 Thread martin
Package: wnpp
Version: unavailable; reported 2003-07-27
Severity: wishlist


* Package name: libapache-mod-dynvhost
  Version : 0.9.6
  Upstream Author : Naoki Watanabe [EMAIL PROTECTED]
* URL : http://funkcity.com/0101/
* License : GPL
  Description : Virtual Servers in Apache based on directories. Supports 
cgi-bin directories and individual user homes.

This Apache module does Dynamic Virtual Servers based on directory names. It 
supports user home directories and individual
cgi-bin directories. When creating a directory (and thereby a virtual server) 
there is no need for restarting apache anymore.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux loke 
2.4.22-pre7-ctx17a-acpi20030714-dsdt-audigy-bcm5705-ipsec-loke #2 SMP Thu Jul 
24 21:48:20 CEST 2003 i686
Locale: LANG=en_US, LC_CTYPE=en_US





Bug#203046: Info received (was Bug#203046: RFA: doc-linux -- Linux HOWTOs and FAQs)

2003-07-27 Thread Debian Bug Tracking System
Thank you for the additional information you have supplied regarding
this problem report.  It has been forwarded to the package maintainer(s)
and to other interested parties to accompany the original report.

Your message has been sent to the package maintainer(s):
 [EMAIL PROTECTED]

If you wish to continue to submit further information on your problem,
please send it to [EMAIL PROTECTED], as before.

Please do not reply to the address at the top of this message,
unless you wish to report a problem with the Bug-tracking system.

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




Re: Interesting problem in timezoneconf package

2003-07-27 Thread Thomas Hood
On Sun, 2003-07-27 at 12:44, Colin Watson wrote:
 I tested this before posting. No, -e is a little more forgiving than
 that, as stated in bash(1):
 
   -e  Exit  immediately if a simple command (see SHELL
   GRAMMAR above) exits  with  a  non-zero  status.
   The  shell  does  not  exit  if the command that
   fails is part of an until or while loop, part of
   an  if statement, part of a  or || list, or if
   the command's return value is being inverted via
   !.   A  trap  on ERR, if set, is executed before
   the shell exits.

I just tested this too, because I thought that one had to do

   [ $CTL != yes ] || takeaction

rather than

   [ $CTL = yes ]  takeaction

when -e was set in order to avoid immediate exit on the failure
of the $CTL=yes test.  Experiments prove that neither of
these causes immediate exit, even though the second one does
have a nonzero status when $CTL != yes.

--
Thomas





Re: Bug#203048: ITP: libapache-mod-dynvhost -- Virtual Servers in Apache based on directories. Supports cgi-bin directories and individual user homes.

2003-07-27 Thread Mike Hommey
On Sunday 27 July 2003 13:20, [EMAIL PROTECTED] wrote:
 This Apache module does Dynamic Virtual Servers based on directory names.
 It supports user home directories and individual cgi-bin directories. When
 creating a directory (and thereby a virtual server) there is no need for
 restarting apache anymore.

What is the difference with what you can do with apache mod_vhost_alias and/or 
mod_rewrite ?

Mike

-- 
I have sampled every language, french is my favorite. Fantastic language,
especially to curse with. Nom de dieu de putain de bordel de merde de
saloperie de connard d'enculé de ta mère. It's like wiping your ass
with silk! I love it. -- The Merovingian, in the Matrix Reloaded




Bug#202907: language tasks pull in reams of huge packages

2003-07-27 Thread Joey Hess
Javier Fernández-Sanguino Peña wrote:
  Doing this would probably involve multiplying the number of language
  tasks by the number of other tasks. Yeilding tasks like desktop-spanish,
  etc. This would quickly become hard to maintain, I'd think.
 
 No, I meant that the tasksel definition could be expanded to have packages 
 defined in the tasks that are only installed if another task is selected. 
 Not duplicating tasks merging both but having one say to tasksel: this 
 package should only be installed if task X has also been selected.

The task information comes from Task: lines in the Packages file. To
whit:

Package: foo-locale-es
Task: desktop, office

This would have to be extended to be able to indicate unions of tasks,
something like:

Package: foo-locale-es
Task: desktop  spanish, office  spanish

And then tasksel and aptitude and anything else that deals with this
also updated. They'd need to be modified either way really though. What
I was thinking about was making the Task field look something like this
instead:

Task: desktop-spanish, spanish-office

But I now realize this is almost identical anyway. Perhaps slightly
more simplstic and requiring no parser changes is all. I'd be glad to
see either implemented in tasksel and aptitude.

  Actually I would rather we keep them in until we reach a resolution. I'd
  rather tasksel err on the side of too big rather than on the side of too
  little and confusing, as a general rule.
  
 
 I have removed it both because of over-bloating and because of
 mozilla-locale-es being broken at the moment. I have also re-added
 'user-es' which was missing from the spanish task (but the CVS logs do not 
 indicate if this was done on purpose or it was a mistake)

I thought language-env had the same functionality as the old user-ll
packages? That's what its description says anyway.

-- 
see shy jo


pgpCbFRyVj6eN.pgp
Description: PGP signature


Re: logging out a ssh-user

2003-07-27 Thread Bernd Eckenfels
On Sun, Jul 27, 2003 at 10:30:07AM +0200, Matthias Urlichs wrote:
 Wrong, actually. ssh forks twice before spawning a shell (I don't know
 why);

I think it is related to the priveledge separation code.

Greetings
Bernd
-- 
  (OO)  -- [EMAIL PROTECTED] --
 ( .. )  [EMAIL PROTECTED],linux.de,debian.org} http://home.pages.de/~eckes/
  o--o *plush*  2048/93600EFD  [EMAIL PROTECTED]  +497257930613  BE5-RIPE
(OO)  When cryptography is outlawed, bayl bhgynjf jvyy unir cevinpl!




Re: logging out a ssh-user

2003-07-27 Thread Matthias Urlichs
Hi, Bernd Eckenfels wrote:

 On Sun, Jul 27, 2003 at 10:30:07AM +0200, Matthias Urlichs wrote:
 Wrong, actually. ssh forks twice before spawning a shell (I don't know
 why);
 
 I think it is related to the priveledge separation code.
 
Probably. It's still a bug. #164797, actually, which is a _bit_ hard to
find among the 200 open bugs ssh has.  :-/

Also at http://bugzilla.mindrot.org/show_bug.cgi?id=560 (which seems to be
unreachable at the moment).

It's also tagged pending since May... Matthew, do you need a
co-maintainer for ssh? 

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  [EMAIL PROTECTED]
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
-- 
love, n.:
When it's growing, you don't mind watering it with a few tears.




Re: logging out a ssh-user

2003-07-27 Thread Colin Watson
On Sun, Jul 27, 2003 at 04:45:33PM +0200, Matthias Urlichs wrote:
 It's also tagged pending since May... Matthew, do you need a
 co-maintainer for ssh? 

Matthew's *got* a co-maintainer for ssh, as a cursory check of the
changelog would have revealed. Hello.

ISTR that I tagged that bug pending because it was fixed in upstream CVS
and that was a handy way to separate it out. I suppose I shouldn't do
that really.

-- 
Colin Watson  [EMAIL PROTECTED]




Re: Bug#203048: ITP: libapache-mod-dynvhost -- Virtual Servers in Apache based on directories. Supports cgi-bin directories and individual user homes.

2003-07-27 Thread Martin List-Petersen
On Sun, 2003-07-27 at 14:22, Mike Hommey wrote:
 On Sunday 27 July 2003 13:20, [EMAIL PROTECTED] wrote:
  This Apache module does Dynamic Virtual Servers based on directory names.
  It supports user home directories and individual cgi-bin directories. When
  creating a directory (and thereby a virtual server) there is no need for
  restarting apache anymore.
 
 What is the difference with what you can do with apache mod_vhost_alias 
 and/or 
 mod_rewrite ?

Extract from the README of mod_dynvhost:

mod_dynvhost will do these things when a request comes through :
 
1 - Automatically change the DocumentRoot to match that directory.
2 - Set up a [EMAIL PROTECTED] ServerAdmin directive,
this is seen upon any errors the server encounters.
3 - Change the ServerName directive to your sites FQDN.
4 - Handle /cgi-bin/ requests to the virtual host.
5 - Handle /icons/ for directory listings.
6 - Allow user '~' directories under each Virtual Host.
7 - Restrict CGIs to a minimum UID / GID ( block sys accounts from
executing CGIs). If either ID is under the min it will return
an 'HTTP_FORBIDDEN' error.
 
The behavior for /icons/ and /cgi-bin/ directories is thus,
if a local directory under the virtual hosts root directory
exists ( e.g. /www/Virtuals/www.mydomain.com.au/icons ).
Then the /icons/ request will map to that directory,
if that local directory does not exists, then mod_dynvhost
falls through to the default apache ServerRoot ( in my case
that works out to be /usr/local/apache/icons ).
/cgi-bin/ requests are much the same.


Regards,
Martin List-Petersen
martin at list-petersen dot dk
--
BOFH excuse #51:
 
Cosmic ray particles crashed through the hard disk platter


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


Re: logging out a ssh-user

2003-07-27 Thread Colin Watson
On Sun, Jul 27, 2003 at 04:45:33PM +0200, Matthias Urlichs wrote:
 Hi, Bernd Eckenfels wrote:
  On Sun, Jul 27, 2003 at 10:30:07AM +0200, Matthias Urlichs wrote:
  Wrong, actually. ssh forks twice before spawning a shell (I don't know
  why);
  
  I think it is related to the priveledge separation code.
 
 Probably. It's still a bug. #164797, actually, which is a _bit_ hard to
 find among the 200 open bugs ssh has.  :-/

Fixed in openssh 1:3.6.1p2-4, making its way through incoming now.

-- 
Colin Watson  [EMAIL PROTECTED]




Re: logging out a ssh-user

2003-07-27 Thread Matthias Urlichs
Hi, Colin Watson wrote:

 Matthew's *got* a co-maintainer for ssh, as a cursory check of the
 changelog would have revealed. Hello.

I checked the bug page, which says the maintainer is Matthew.
I'll remember to also check the changelog next time, thanks. (Seriously.)

Anyway, if you think it's OK to have 80 open bugs on one package (not
counting minor+wishlist) ... well, personally I wouldn't want that, but
it's your package and it seems to work reasonably well otherwise, so I
guess I'll shut up now.

 ISTR that I tagged that bug pending because it was fixed in upstream CVS
 and that was a handy way to separate it out. I suppose I shouldn't do
 that really.

I wouldn't have said anything if the bug had noted that. In that case I
don't have a problem with a multi-week pending status.

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  [EMAIL PROTECTED]
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
-- 
I think I'll make SCRAMBLED EGGS!!  They're each in LITTLE SHELLS...
-- Zippy the Pinhead




Bug#202907: language tasks pull in reams of huge packages

2003-07-27 Thread Javier Fernández-Sanguino Peña
On Sat, Jul 26, 2003 at 10:11:22PM -0400, Joey Hess wrote:
 
 The task information comes from Task: lines in the Packages file. To
 whit:

You are right, I forgot about that.

 Package: foo-locale-es
 Task: desktop  spanish, office  spanish
 
 And then tasksel and aptitude and anything else that deals with this
 also updated. They'd need to be modified either way really though. What
 I was thinking about was making the Task field look something like this
 instead:
 
 Task: desktop-spanish, spanish-office
 
 But I now realize this is almost identical anyway. Perhaps slightly
 more simplstic and requiring no parser changes is all. I'd be glad to

It is also less flexible, you cannot have relationships which can be of the 
sense ('if A and not B' or 'if A and B or C').

 see either implemented in tasksel and aptitude.

That would be a nice improvement, care to file a wishlist bug. I cannot 
work on those changes but maybe somebody will jump at it.

 I thought language-env had the same functionality as the old user-ll
 packages? That's what its description says anyway.

The description is not correct. I will file a bug. Even if language-env is 
a cleaner way to do things than the old user-XX stuff it does not yet 
provide the same functionality.

Regards

Javi


pgpwxNJkFI0ll.pgp
Description: PGP signature


Re: logging out a ssh-user

2003-07-27 Thread Colin Watson
On Sun, Jul 27, 2003 at 08:00:05PM +0200, Matthias Urlichs wrote:
 Hi, Colin Watson wrote:
  Matthew's *got* a co-maintainer for ssh, as a cursory check of the
  changelog would have revealed. Hello.
 
 I checked the bug page, which says the maintainer is Matthew.

Unfortunately the BTS isn't really in a position to know about
Uploaders: fields at the moment. If you follow the link to the PTS
you'll see a Co-Maintainers entry, though.

 I'll remember to also check the changelog next time, thanks. (Seriously.)
 
 Anyway, if you think it's OK to have 80 open bugs on one package (not
 counting minor+wishlist) ... well, personally I wouldn't want that, but
 it's your package and it seems to work reasonably well otherwise, so I
 guess I'll shut up now.

I certainly don't like having that many open bugs, but since the package
is being actively uploaded it would probably be more helpful if you
could help triage them rather than asking about the package's
maintenance ... Darren Tucker (part of OpenSSH upstream) is doing that
and it's very useful.

Also, openssh is one of those packages that tends to attract a lot of
upstream bugs which aren't realistically fixable in Debian as well as
bugs that basically can't or won't be fixed, and it's inherently rather
complex too. Still, the overall bug count was more like 280 this time
last year.

  ISTR that I tagged that bug pending because it was fixed in upstream CVS
  and that was a handy way to separate it out. I suppose I shouldn't do
  that really.
 
 I wouldn't have said anything if the bug had noted that.

Darren said that it was fixed upstream in
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=164797msg=13, although
I admit I wasn't very clear about why I tagged it pending. I think we
probably need a 'fixed-upstream' tag or similar now that pending is more
explicitly reserved for upload will happen soon.

Cheers,

-- 
Colin Watson  [EMAIL PROTECTED]




Re: logging out a ssh-user

2003-07-27 Thread Michael Banck
On Sun, Jul 27, 2003 at 07:45:47PM +0100, Colin Watson wrote:
 I admit I wasn't very clear about why I tagged it pending. I think we
 probably need a 'fixed-upstream' tag or similar now that pending is more
 explicitly reserved for upload will happen soon.

I second that.


Michael

-- 
The discussion did NOT turn to a flameware, mostly because
french-speaking people are really polite people, as you probably know
if you have ever driven in the Paris area.. :-)
-- Christian Perrier




Re: [custom] Some issues for custom debian distributions

2003-07-27 Thread Ola Lundqvist
On Fri, Jul 25, 2003 at 05:58:31PM +0200, Petter Reinholdtsen wrote:
  - Preconfigure the packages we install
 
  Using two different approaches: (1) Load answers into the debconf
  database before the packages are installed using some home-make
  scripts, and (2) rewrite/replace configuration files using
  cfengine at the end of the installation if the package is unable
  to configure what we want using debconf.  I'm fairly satisfied
  with this solution, but am not sure if the method used to feed
  the debconf database is the best available.  I believe the best
  option would be to extend all the packages we use to make it
  possible to configure everything we need using debconf answers.

There is a package in Debian called dpsyco that is just for this kind
of stuff. You create a package that you install and it sets things
up for you. It has hooks for cfengine (I have never used them though
so I do not know if they work properly.

I use them to configure my servers.

Regards,

// Ola

-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED] 654 65 KARLSTAD  |
|  +46 (0)54-10 14 30  +46 (0)70-332 1551   |
|  http://www.opal.dhs.org UIN/icq: 4912500 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---




Bug#203114: ITP: libjdepend-java -- description courte

2003-07-27 Thread Arnaud Vandyck
Package: wnpp
Severity: wishlist

* Package name: libjdepend-java
  Version : 2.6
  Upstream Author : [EMAIL PROTECTED]
* URL or Web page : http://www.clarkware.com/software/JDepend.html
* License : GPL
  Description : tool to measure design quality of java class and source

 JDepend traverses Java class and source file directories and 
 generates design quality metrics for each Java package. JDepend allows 
 you to automatically measure the quality of a design in terms of its 
 extensibility, reusability, and maintainability to effectively manage 
 and control package dependencies.
 .
 Home: http://www.clarkware.com/software/JDepend.html

I'll need this package to build the next stable version of ArgoUML. 

-- Arnaud Vandyck, STE fi, ULg
   Formateur Cellule Programmation.




Re: packages removed by Release Manager just reveal older versions

2003-07-27 Thread Joey Hess
(This question is appropriate for the debian-user mailing list,
redirecting.)

Dan Jacobson wrote:
 there seems no mechanism at present to warn the user that he shouldn't
 install it, even if he has done apt-get update from the mirrors.  In
 bug 202919 you will see I was just lucky something stopped
 installation.
 
 I guess I'm hoping for a warning that a package is 'out of fashion'
 when I try to apt-get install it.

The problem is that you are using a demonstration frontend for the apt
library, instead of a real package manager. 

aptitude or even dselect will display packages that are not in the
archive as obsolete or local, making it easy to tell when you have
something outdated.

-- 
see shy jo
Seven reasons why you should be using aptitude instead of apt-get.

1. aptitude can look just like apt-get

   If you run 'aptitude update' or 'aptitude upgrade' or 'aptitude
   install', it looks and works just like apt-get, with a few enhancements.
   So there is no learning curve.

2. aptitude sanely handles recommends

   A long-standing failure of apt-get has been its lack of support for
   the Recommends relationship. Which is a problem because many packages
   in Debian rely on Recommends to pull in software that the average user
   generally uses with the package. This is a not uncommon cause of
   trouble, even though apt-get recently became able to at least mention
   recommended packages, it's easy to miss its warnings.

   Aptitude supports Recommends by default, and can be confgigured to
   support Suggests too. It even supports installing recommended packages
   when used in command-line mode.

3. aptitude tracks automatically installed packages

   Stop worrying about pruning unused libraries and support packages from
   your system. If you use aptitude to install everything, it will keep
   track of what packages are pulled in by dependencies alone, and remove
   those packages when they are no longer needed.

4. use aptitude as a normal user and avoid hosing your system

   Maybe you didn't know that you can run aptitude in gui mode as a regular
   user. Make any changes you'd like to try out. If you get into a real
   mess, you can hit 'q' and exit, your changes will not be saved.
   (aptitude also lets you use ctrl-u to undo changes). Since it's running
   as a normal user, you cannot hose your system until you tell aptitude to
   do something, at which point it will prompt you for your root password.

5. aptitude has a powerful UI and searching capabilities

   Between aptitude's categorical browser and its great support for
   mutt-style filtering and searching of packages by name, description,
   maintainer, dependencies, etc, you should be able to find packages
   faster than ever before using aptitude.

6. aptitude makes it easy to keep track of obsolete software

   If Debian stops distributing a package, apt will leave it on your system
   indefinitly, with no warnings, and no upgrades. Aptitude lists such
   packages in its Obsolete and Locally Created Packages section, so you
   can be informed of the problem and do something about it.

7. aptitude has an interface to the Debian task system

   Aptitude lets you use Debian's task system as it was designed to be
   used. You can browse the available tasks, select a task for install, and
   then dig into it and de-select parts of the task that you don't want.
   apt-get has no support for tasks, and aptitude is better even than
   special purpose tools like tasksel.


pgp63OIYj7Jha.pgp
Description: PGP signature


Bug#203131: ITP: resolvconf -- Nameserver information manager

2003-07-27 Thread Thomas Hood
Package: wnpp
Version: unavailable; reported 2003-07-27
Severity: wishlist

* Package name: resolvconf
  Version : 0.31
  Upstream Author : Thomas Hood [EMAIL PROTECTED]
* URL : http://alioth.debian.org/projects/update-resolv
* License : GPL
  Description : Nameserver information manager

Simon Kelley [EMAIL PROTECTED] has agreed to co-maintain
this package with me (Thomas Hood [EMAIL PROTECTED]).

(Longer Description)
 Resolvconf is a framework for keeping track of the system's
 information about currently available nameservers.  It sets
 itself up as the intermediary between programs that control
 network interfaces and supply nameserver information, and
 applications that need nameserver information.
 .
 This package contains hook scripts that cause resolvconf to
 collect resolver information from the PPP daemon, DHCP
 clients and ifupdown.  It also contains update scripts
 that provide this information in the required format to the
 libc resolver and bind.  Other packages such as dnsmasq and
 laptop-net also include hooks and update scripts for
 integration with the resolvconf system.

(Announcement)

Summary
~~~
Resolvconf is a proposed standard framework for updating the
system's information about currently available nameservers.

Most importantly, it manages /etc/resolv.conf , but it does 
a bit more than that.

Background and rationale

During the long discussion on debian-devel about making it possible
to mount the root filesystem read-only, it was pointed out that one
of variable files standing in the way is the libc resolver
configuration file, /etc/resolv.conf .  Several programs modify this
file as network interfaces are brought up and down.  This situation
is undesirable not only because it stands in the way of a read-only
rootfs but also because it prevents the user from running more than
one configurer at a time: the second process would overwrite the
first process's changes to resolv.conf.  The latter problem could
be addressed by making configurers cooperate somehow; but this would
not meet another major need: the need to supply resolver information
to DNS cache programs such as named and dnsmasq.  Various packages
have addressed these issues, but only partially and
idiosyncratically.  Resolvconf aims to solve the problem simply and
completely.

Resolvconf
~~
/sbin/resolvconf is a short sh script which I have packaged together
with some hook scripts in a package also called 'resolvconf'.
Resolvconf mediates between programs that supply resolver information
(mainly interface configurers) and those that consume resolver
information (the libc resolver and DNS caches).

Please read the package README file for detailed information.
Here is a summary of how resolvconf works.

Usage
~
Interface configurers send resolver information to resolvconf in the
format of the familiar /etc/resolv.conf file.  Thus, for example,
a program that has configured interface $IFACE would do the following
after generating a resolv.conf file named 'new-resolv.conf'.

  resolvconf -a $IFACE  new-resolv.conf

This command updates the resolver information related to interface
$IFACE.  Any information previously sent for this interface is
overwritten.  On bringing the interface down, the configurer would
do the following.  

  resolvconf -d $IFACE

For another example, a proxy script for pppd could forward to
resolvconf the resolver information that is made available to
ip-up.d/ and ip-down.d/ scripts in environment variables DNS1, etc.

  echo nameserver $DNS1 | resolvconf -a $IFACE

These are just examples.  Appropriate hook scripts are included in
the resolvconf package for ppp, dhcp3-client and ifupdown
(for static inet ifaces).  Support for other configurers including
dhcpcd and laptop-net has been added to scripts belonging to those
packages.

/sbin/resolvconf stores the information sent to it and then runs the
scripts in /etc/resolvconf/update.d/ .  One of the latter generates
the libc resolver configuration file.  Another generates the options
portion of the BIND named configuration file, containing a
forwarders statement listing available nameserver forwarders.
(This allows named effectively to be used as a DNS cache on a system
whose network environment varies, e.g., on a laptop.)  Another
generates a list of forwarders for dnsmasq to use.  Any other program
that needs to take action when resolver information is updated could
likewise employ a script in /etc/resolvconf/update.d/ .

The generation of the resolv.conf file (actually stored at
/var/run/resolvconf/resolv.conf , to which /etc/resolv.conf is
to be symlinked) can be controlled by the admin by editing
/etc/resolvconf/update.d/libc .  Different strategies can be
implemented: e.g., one possible strategy would be to put only the most
recently provided information into resolv.conf .  The current default
strategy is to put *all* available resolver information into

Bug#203148: ITP: libi18n-java -- internationalization library for java

2003-07-27 Thread Arnaud Vandyck
Package: wnpp
Severity: wishlist

* Package name: libi18n-java
  Version : 0.1
  Upstream Author : Jean-Hugues de Raigniac [EMAIL PROTECTED]
* URL or Web page : http://jhraigniac.freesurf.fr/i18n-lib/
* License : ACME Labs Freeware License
  Description : internationalization library for java

 This library is needed by ArgoUML.

-- Arnaud Vandyck, STE fi, ULg
   Formateur Cellule Programmation.


pgphn501aLYOw.pgp
Description: PGP signature


Re: logcheck problem

2003-07-27 Thread Eirik Schwenke
On Thu, 6 Dec 2001 17:19:49 +0100 (CET) Tille, Andreas [EMAIL PROTECTED] 
wrote:

 Hello,
 I suspect something is brocken with the latest logcheck.  I continuousely
 get the appended message.  I do not think that it is caused by my exclude 
 rules
 because I did not change anything important (and even if it is a bug logcheck
 should care about!).

(... logcheck v 1.1.1-12 ...)

 -- Forwarded message --
 Date: Thu, 06 Dec 2001 16:02:03 +0100
 From: Cron Daemon [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Cron [EMAIL PROTECTED] test -x /usr/sbin/logcheck  nice -n10
 /usr/sbin/logcheck
 egrep: Invalid content of \{\}


I get the same message with my current version of logcheck. (1.1.1-13.1)

I first tried running the command:

for f in `find /etc/logcheck/ -type f`;do
  echo testing inverted | egrep -vf $f;
  echo testing normal | egrep -if $f;
done

And got no errors from egrep.

I then attempted to find out where the error occures, by running the logcheck-
script manually as root, and watching for the egrep-error message. But with
inconsisten results.

Has anyone else seen this error ? The main problem is obviously that the 
logcheck-script
doesn't catch and report errors that occures when processing pattern-files. So 
it's
almost impossible to find the error, if indeed it is in the pattern-files.

I don't really understand what causes this because it appears to be highly 
inconsistent,
and doesn't show up on every run.

I made a further attempt by adding the following lines to a modifed 
locheck-script,
and running it manually to genereate an error log, again watching for the egrep
error, and trying to see where it manifested -- but I got inconsistent results. 
I
believe this is because of logtail and the way logcheck works -- by only 
checking the
logs that are new, and only using specific (needed) filter-files.

DEBUG=1
ERRORLOG=./logcheck.error

grep_debug() {
   echo egrep called with: $*  $ERRORLOG
   egrep $*
}

#Note: the following should replace GREP=egrep
if [[ $DEBUG  0 ]]; then
   GREP=grep_debug
   trap echo 'ERROR TRAPPED***'  $ERRORLOG;echo Trapped error!  
/dev/stderr ERR
else
   GREP=egrep
fi

One one run witch genereated the egrep error above (egrep: Invalid content of 
\{\})
the error appears to be in one of the ignore-files:

egrep called with: -v -f /var/lib/logcheck/cleaned/logcheck.violations.ignore
ERROR TRAPPED***

Please reply to me as well the list, as I'm not on it. Sorry for no correct 
in-reply-to-
header, but I found the original post on the web, and found no 
full-headers-link.
(http://lists.debian.org/debian-devel/2001/debian-devel-200112/msg00412.html)
-- 
Eirik Schwenke




Re: proposal: per-user temporary directories on by default?

2003-07-27 Thread Tollef Fog Heen
* Nick Bannon 

| On Sat, Jul 26, 2003 at 02:52:48PM +0200, Andreas Metzler wrote:
|  Bernd Eckenfels [EMAIL PROTECTED] wrote:
|   If you default to ~/tmp/   or ~/.temp/   or something like this, you get 
the
|   hashing for free, and you only need quota on the home partition.
|  
|  It was pointed out already that this is not necessarily a good idea,
|  e.g.  when /home is on NFS.
| 
| When /home is on NFS, then ~/tmp is not optimal, but it's still a
| reasonable and secure default.

ATM, TMPDIR is defined using #define in libpam-tmpdir's source.
Patches for having that as a run-time configuration are accepted.

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




Re: proposal: per-user temporary directories on by default?

2003-07-27 Thread Martin Pool
On Fri, 25 Jul 2003 23:11:04 -0400, Matt Zimmerman wrote:

 On Fri, Jul 25, 2003 at 07:33:25PM -0600, Dwayne C. Litzenberger wrote:
 
 rant
 Personally, I'd rather see a better set of tools for programmers to use
 to create temporary files.  tmpfile(3) is horribly inadequade for a lot
 of things (like when you need to know the filename of the file you just
 created)
 
 mkstemp(3)

Just by the by: mkstemp(3) is inadequate for some cases, such as creating
temporary files to pass to gcc.  mkstemp changes the final characters of
the filename, but the file extension is important to gcc (and other
programs).  Sometimes you need /tmp/tmp12345.i.

I mention this just as an example where developers with the best of
intentions have no choice but to use a nonstandard method to create files.
Certainly this can be done safely, but to return to my original
point: it's good if there is additional protection beyond hoping that
every program is correct.

-- 
Martin




Re: proposal: per-user temporary directories on by default?

2003-07-27 Thread Martin Pool
On Fri, 25 Jul 2003 19:33:25 -0600, Dwayne C. Litzenberger wrote:

 On Sat, Jul 26, 2003 at 09:16:44AM +1000, Matthew Palmer wrote:
  Not necessarily.  With the current /tmp system, the only directory
  entries that are created are the ones that are actually needed at any
  given time. If we switch to /tmp/username, then there will be a
  directory entry in /tmp for *every user* who ever logs on.
 
 Hang about.  You seem to have two different systems running here.  One
 where files get cleaned out of /tmp sometimes, and one where they don't.
 

 No, I'm not, actually.  tmpreaper works by absolute time, like 7 days.
 *Many* users can log into a system during that amount of time, but they
 probably won't all be creating temporary files that they don't clean up
 shortly after.  With libpam-tmpdir, it doesn't matter whether the user
 doesn't even have a home directory (i.e. system users, qmail users,
 nobody, etc) -- they will all cause an entry to be created in /tmp/user.

I'm having trouble imagining a system where the working set of active
uids is so large that creating one directory for each of them stresses the
filesystem.  A machine with hundreds of users probably ought to use ext3
directory hashes, reiserfs or xfs.

 Do I think using libpam-tmpdir by default would work?  Yes, at least for
 the short term.  However, I also think it's a band-aid solution for the
 real problem (excessive /tmp vulnerabilities), and it introduces problems
 of its own.

I think the real problem is the original misdesign of /tmp: requiring
systems to have a world-writable directory, and making a large number of
programs deal with the issues of world-writable directories was a horrible
idea.  Why make programs and users be careful when all they really want is
some private scratch space?

-- 
Martin




Re: proposal: per-user temporary directories on by default?

2003-07-27 Thread Martin Pool
On Fri, 25 Jul 2003 13:27:04 -0600, Dwayne C. Litzenberger wrote:

 I'm not trying to start a flamewar.  You asked Is there *any* reason why
 defaulting TMPDIR=/tmp/username is inferior to TMPDIR=/tmp?, I
 answered, and now you're being hostile and dismissive.

That is a reasonable question to ask.  I think Dwayne has pointed out two
reasons:

 1- Creating per-user directories might be expensive.

 2- There are some problems with the current libpam implementation.

#1 is not quite invalid, but I don't think it is the overriding concern
here.  The disk used by an empty directory is negligible.  Machines which
are very tiny, or have thousands of users can set up their own system. 

There are a large number of insecure scripts out there, and very likely
still some applications with tmpfile holes.  I don't think a minor or
probably negligible performance issue justifies leaving these problems
open. 

#2 is a reason to fix libpam-tmpdir, not to stick with a shared /tmp.

Dwayne, can you think of anything aside from those two?

 - Bob logs in.  /tmp/bob is created
 - Bob leaves his terminal xlocked for a week - in the meantime, tmpreaper
 cleans up /tmp/bob - Mllory creates a new /tmp/bob, allowing for later
 attacks - Bob comes back and runs some shell script he wrote (under the
 assumption
   that /tmp/bob would always be safe -- something which would not have
   happened with the regular /tmp)
 - Mallory executes a symlink attack

As Dwayne probably discovered, this would be impossible because the actual
directory is (say) /tmp/users/1001, and only root can write to /tmp/users.

 As someone else mentioned in this thread, libpam-tmpdir creates a single
 /tmp/user and /tmp/user/$uid/.  If /tmp/user already exists but with
 the wrong permissions, it fails.

Yes, that is a problem with the current code.  It is not a problem with
the general idea of per-user temp directories.  There are various ways to
fix it, including

 - Creating /tmp/user as root during startup before Mallory can log in 

 - Putting this somewhere other than /tmp -- say /usertmp, mode 711.  (But
   I suppose people will think it's ugly and I can't think of a good name.)

Perhaps tmpreaper could be set up not to never reap /tmp/user.

It is a little ironic that the issue of making sure /tmp/user is the
real one is exactly what I hope to avoid by moving away from 1777
/tmp.

 Oddly, it doesn't seem to set the environment variables properly when
 using su, though it seems to be creating the correct directories.  But
 neither does pam_env.so (anyone know why?).

Does su mop the environment?

-- 
Martin





Re: proposal: per-user temporary directories on by default?

2003-07-27 Thread Martin Pool
On Fri, 25 Jul 2003 22:52:43 -0400, Joey Hess wrote:

 Dwayne C. Litzenberger wrote:
 - in the meantime, tmpreaper cleans up /tmp/bob
 
 Just FWIW, but a multiuser system that is running tmpreaper is insecure.
 The bugs apparantly cannot be fixed, but I can write up an exploit if you
 pay me. :-)

Private temporary directories will help to some extent.

It's not a complete solution, because people can still play tricks
with the temporary files created by setuid programs they have run.  On
the other hand if we could hold down the attack to only setuid
programs (which one hopes are more careful anyhow) it would be a
benefit.

 Directory size matters less and less anyway, modern fileystems use
 btrees, and this includes ext3 with -O dir_index. Not default yet,
 apparently.

If it was the deciding factor in getting this adopted, I would write
the 20-line patch to make libpam-tmpdir use multi-level directories.
But as you say I don't think it would be a big deal for most (if any)
systems.

-- 
Martin




Accepted kernel-source-2.4.19 2.4.19-9 (all source)

2003-07-27 Thread Herbert Xu
-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Sun, 27 Jul 2003 14:33:40 +1000
Source: kernel-source-2.4.19
Binary: kernel-doc-2.4.19 kernel-source-2.4.19
Architecture: source all
Version: 2.4.19-9
Distribution: unstable
Urgency: low
Maintainer: Herbert Xu [EMAIL PROTECTED]
Changed-By: Herbert Xu [EMAIL PROTECTED]
Description: 
 kernel-doc-2.4.19 - Linux kernel specific documentation for version 2.4.19.
 kernel-source-2.4.19 - Linux kernel source for version 2.4.19
Changes: 
 kernel-source-2.4.19 (2.4.19-9) unstable; urgency=low
 .
   * Made /proc/tty/driver root-only (CAN-2003-0461):
 . include/linux/proc_fs.h
 . fs/proc/generic.c
 . fs/proc/proc_tty.c
   * Fixed exec file handling semantics (CAN-2003-0462, CAN-2003-0476):
 . fs/binfmt_elf.c
 . fs/exec.c
 . fs/locks.c
 . include/linux/fs.h
 . kernel/fork.c
   * Fixed unchecked copy_to_user in fs/proc/proc_misc.c.
   * Fixed ptrace/proc bug in fs/proc/base.c (CAN-2003-0501).
   * Fixed bridging security issues (CAN-2003-055[012]):
 . net/bridge/br_fdb.c
 . net/bridge/br_if.c
 . net/bridge/br_input.c
 . net/bridge/br_private.h
 . net/bridge/br_stp_bpdu.c
   * Fixed boundary check in net/core/filter.c (Patrick McHardy).
   * Disabled O_DIRECT (CAN-2003-0018):
 . fs/fcntl.c
 . fs/open.c
   * Fixed user space copying bugs in drivers/sound/cmpci.c (bk).
Files: 
 7a720717edbcb00b5eeb7fc0ccbc5a4a 797 devel optional kernel-source-2.4.19_2.4.19-9.dsc
 2f785ddd686196b4e38ace40dd0a15eb 68343 devel optional 
kernel-source-2.4.19_2.4.19-9.diff.gz
 c95db0c928b4c105f43aaf8c941f3ac9 1773270 doc optional 
kernel-doc-2.4.19_2.4.19-9_all.deb
 dd8c799d9570ec3fd9c800b20c4b6dae 25688412 devel optional 
kernel-source-2.4.19_2.4.19-9_all.deb

-BEGIN PGP SIGNATURE-
Version: PGPfreeware 5.0i for non-commercial use
Charset: noconv

iQCVAwUBPyNf8ofMnsf5AzQhAQEO5AP7Bw+ad+HrUkjE3fvRJ64CkOq2DN5XKYgv
rGDfLR9Z1My5znkGiB3SSNTJGJ7rYPO+V6vUhUcHmTIJVVa2iGnXjZ4SAJIR8U8Q
sIrFzqJ91dO8AlqEamdmUq0/CvCFOnwoTq4gWCSUV+PEcN40pJnPJVHeCJsNPOSS
obhnVBwQ0Ps=
=6hnp
-END PGP SIGNATURE-


Accepted:
kernel-doc-2.4.19_2.4.19-9_all.deb
  to pool/main/k/kernel-source-2.4.19/kernel-doc-2.4.19_2.4.19-9_all.deb
kernel-source-2.4.19_2.4.19-9.diff.gz
  to pool/main/k/kernel-source-2.4.19/kernel-source-2.4.19_2.4.19-9.diff.gz
kernel-source-2.4.19_2.4.19-9.dsc
  to pool/main/k/kernel-source-2.4.19/kernel-source-2.4.19_2.4.19-9.dsc
kernel-source-2.4.19_2.4.19-9_all.deb
  to pool/main/k/kernel-source-2.4.19/kernel-source-2.4.19_2.4.19-9_all.deb


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



Accepted language-env 0.45 (all source)

2003-07-27 Thread Tomohiro KUBOTA
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 27 Jul 2003 14:39:53 +0900
Source: language-env
Binary: language-env
Architecture: source all
Version: 0.45
Distribution: unstable
Urgency: low
Maintainer: Tomohiro KUBOTA [EMAIL PROTECTED]
Changed-By: Tomohiro KUBOTA [EMAIL PROTECTED]
Description: 
 language-env - simple configuration tool for native language environment
Closes: 202906
Changes: 
 language-env (0.45) unstable; urgency=low
 .
   * Remove credits from Description: (Closes: #202906).
   * function rxvt invokes itself, fixed (ja/dot.bashrc).
Files: 
 3298c74aa514765c10c59e9890fb8da5 545 misc optional language-env_0.45.dsc
 78b1ceed7e25bfac67d800addd074546 135587 misc optional language-env_0.45.tar.gz
 6023cac1d2c054e14838350195d9b413 162762 misc optional language-env_0.45_all.deb

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

iD8DBQE/I2ZmxJSPl5xSBIARAnHRAJ9ZjTPLUBFSEcpa9olcni95plE4mACfXzEm
icw2v7Lek/KlwavktqOhpDE=
=OI8D
-END PGP SIGNATURE-


Accepted:
language-env_0.45.dsc
  to pool/main/l/language-env/language-env_0.45.dsc
language-env_0.45.tar.gz
  to pool/main/l/language-env/language-env_0.45.tar.gz
language-env_0.45_all.deb
  to pool/main/l/language-env/language-env_0.45_all.deb


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



Accepted debootstrap 0.1.17.34 (i386 source)

2003-07-27 Thread J.H.M. Dassen (Ray)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 27 Jul 2003 09:20:49 +0200
Source: debootstrap
Binary: debootstrap-udeb debootstrap
Architecture: source i386
Version: 0.1.17.34
Distribution: unstable
Urgency: medium
Maintainer: J.H.M. Dassen (Ray) [EMAIL PROTECTED]
Changed-By: J.H.M. Dassen (Ray) [EMAIL PROTECTED]
Description: 
 debootstrap - Bootstrap a basic Debian system
 debootstrap-udeb - Bootstrap the Debian system (udeb)
Changes: 
 debootstrap (0.1.17.34) unstable; urgency=medium
 .
   * [sid] Added e2fsprogs' new predependencies (e2fslibs, libcomerr2, libss2,
 libuuid1).
   * [sarge] Removed libgdbmg1 as it is no longer needed.
Files: 
 fa73d4655361a04034f6c2f1feb010e5 840 admin extra debootstrap_0.1.17.34.dsc
 4c895a3e631219db6de609669528656e 24074 admin extra debootstrap_0.1.17.34.tar.gz
 29ba219da6ac86e73f1539eb1e222743 42982 debian-installer extra 
debootstrap-udeb_0.1.17.34_i386.udeb
 abdf41b76df006fa33151d3e25a11672 56070 admin extra debootstrap_0.1.17.34_i386.deb

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

iQEXAwUBPyOCVwxJU8feGmjHFAK5LwP/W+g66yDJmcLBsYL+DereBn2hMKom/L19
QqQ568TRXCkax226nPA49Bz/XthFzA8hq0b1g3GCN5c59kqGRaSxOpmstMhRcJnQ
lB045jPcWBYg1Vp4xOtx6t2LA5b9tIV1po9Q+7lElXKfO2Ih912Ud2C66sjPQjBB
TZ6TGRjhxRID/07yVbZcUHX5u5mEyIo0SBGZWehC7EAUh8B5c+Ux5edUON6Twv0a
cw+lRGu9FpqKPA0WwRNXpE3GipgVSYC2F/QRYxKuFrV/QggjU5GUn25eIf1PUTKf
tJytuW648vf6bGRK3qfIALUky2pWi2mkCVQKXzkZqFL1wwDW9r+cCkp8
=8GNs
-END PGP SIGNATURE-


Accepted:
debootstrap-udeb_0.1.17.34_i386.udeb
  to pool/main/d/debootstrap/debootstrap-udeb_0.1.17.34_i386.udeb
debootstrap_0.1.17.34.dsc
  to pool/main/d/debootstrap/debootstrap_0.1.17.34.dsc
debootstrap_0.1.17.34.tar.gz
  to pool/main/d/debootstrap/debootstrap_0.1.17.34.tar.gz
debootstrap_0.1.17.34_i386.deb
  to pool/main/d/debootstrap/debootstrap_0.1.17.34_i386.deb


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



Accepted pythoncad 0.1.8-3 (all source)

2003-07-27 Thread Cédric Delfosse
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 27 Jul 2003 10:39:34 +0200
Source: pythoncad
Binary: pythoncad
Architecture: source all
Version: 0.1.8-3
Distribution: unstable
Urgency: low
Maintainer: Cédric Delfosse [EMAIL PROTECTED]
Changed-By: Cédric Delfosse [EMAIL PROTECTED]
Description: 
 pythoncad  - Computer Aided Drafting (CAD) program
Closes: 203026
Changes: 
 pythoncad (0.1.8-3) unstable; urgency=low
 .
   * Add python-dev to Build-Depends-Indep (Closes: Bug#203026)
   * Changed Depends field so that we are not too much depending on python2.2
Files: 
 9ae5cefd9bc823b4b78db3e03dc876b9 597 graphics optional pythoncad_0.1.8-3.dsc
 6a910321f6de40861f0256faa8cfdf10 3034 graphics optional pythoncad_0.1.8-3.diff.gz
 774974717398bd9a577523fef9474bf6 223300 graphics optional pythoncad_0.1.8-3_all.deb

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

iD8DBQE/I5FTbmmXPPfovGMRAkgcAKDY1/nQhPxflLnZWirWsbJ6W+4eWQCfRSv4
+YbwyyorIhERngxyusPd5n8=
=yCon
-END PGP SIGNATURE-


Accepted:
pythoncad_0.1.8-3.diff.gz
  to pool/main/p/pythoncad/pythoncad_0.1.8-3.diff.gz
pythoncad_0.1.8-3.dsc
  to pool/main/p/pythoncad/pythoncad_0.1.8-3.dsc
pythoncad_0.1.8-3_all.deb
  to pool/main/p/pythoncad/pythoncad_0.1.8-3_all.deb


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



Accepted doc-linux-fr 2003.07-1 (all source)

2003-07-27 Thread Pierre Machard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 27 Jul 2003 10:48:14 +0200
Source: doc-linux-fr
Binary: doc-linux-fr-text doc-linux-fr-html
Architecture: source all
Version: 2003.07-1
Distribution: unstable
Urgency: low
Maintainer: Pierre Machard [EMAIL PROTECTED]
Changed-By: Pierre Machard [EMAIL PROTECTED]
Description: 
 doc-linux-fr-html - Linux docs in French: HOWTOs, MetaFAQs in HTML format
 doc-linux-fr-text - Linux docs in French: HOWTOs, MetaFAQs in ASCII format
Changes: 
 doc-linux-fr (2003.07-1) unstable; urgency=low
 .
   * July 2003 release
   * Modify the name of indexes
Files: 
 dace36e2f0e0d0732c587982105e953a 555 doc optional doc-linux-fr_2003.07-1.dsc
 00b60bb2e09384f22dca24a2699a9297 10240148 doc optional doc-linux-fr_2003.07-1.tar.gz
 852031ecfa38946b4af2b00ec965b876 5545796 doc optional 
doc-linux-fr-html_2003.07-1_all.deb
 0e4fd91bca1f5fe69a0293203c7fb75d 4544188 doc optional 
doc-linux-fr-text_2003.07-1_all.deb

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

iD8DBQE/I6OPs6AtZiNwb4cRAs3MAJ9b1QSQg1JdHwgy6UQsjmaocVHcrwCeOIk2
JXyxzoThMzO8s7eOqbt5IwQ=
=3Oqe
-END PGP SIGNATURE-


Accepted:
doc-linux-fr-html_2003.07-1_all.deb
  to pool/main/d/doc-linux-fr/doc-linux-fr-html_2003.07-1_all.deb
doc-linux-fr-text_2003.07-1_all.deb
  to pool/main/d/doc-linux-fr/doc-linux-fr-text_2003.07-1_all.deb
doc-linux-fr_2003.07-1.dsc
  to pool/main/d/doc-linux-fr/doc-linux-fr_2003.07-1.dsc
doc-linux-fr_2003.07-1.tar.gz
  to pool/main/d/doc-linux-fr/doc-linux-fr_2003.07-1.tar.gz


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



Accepted pd 0.37.cvs-1 (i386 source)

2003-07-27 Thread Debian/GNU
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 08 Jul 2003 15:13:58 +0200
Source: pd
Binary: pd
Architecture: source i386
Version: 0.37.cvs-1
Distribution: unstable
Urgency: low
Maintainer: Guenter Geiger (Debian/GNU) [EMAIL PROTECTED]
Changed-By: Guenter Geiger (Debian/GNU) [EMAIL PROTECTED]
Description: 
 pd - realtime computer music and graphics system
Changes: 
 pd (0.37.cvs-1) unstable; urgency=low
 .
   * new upstream
Files: 
 a3d71f4f330b61055d76c267d9080b08 607 sound optional pd_0.37.cvs-1.dsc
 d83ab9ca5c78880c77b8b1b9ba2787e8 2020085 sound optional pd_0.37.cvs.orig.tar.gz
 ee88e89c2190a998f8795065bd279d65 39372 sound optional pd_0.37.cvs-1.diff.gz
 33f02a511c71dc83837e8ef092db703c 1406872 sound optional pd_0.37.cvs-1_i386.deb

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

iD8DBQE/I6h61pbKhmC2uVgRArRfAJ9QaVBTW9QrMfauFFsy5ydbIwf7xACffpo6
rteRrs/WzRPoSHRBveoKTGg=
=uhRq
-END PGP SIGNATURE-


Accepted:
pd_0.37.cvs-1.diff.gz
  to pool/main/p/pd/pd_0.37.cvs-1.diff.gz
pd_0.37.cvs-1.dsc
  to pool/main/p/pd/pd_0.37.cvs-1.dsc
pd_0.37.cvs-1_i386.deb
  to pool/main/p/pd/pd_0.37.cvs-1_i386.deb
pd_0.37.cvs.orig.tar.gz
  to pool/main/p/pd/pd_0.37.cvs.orig.tar.gz


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



Accepted gnump3d 2.5-6 (all source)

2003-07-27 Thread Steve Kemp
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sunday, 27 July 2003 11:45:39 +
Source: gnump3d
Binary: gnump3d
Architecture: source all
Version: 2.5-6
Distribution: unstable
Urgency: low
Maintainer: Steve Kemp [EMAIL PROTECTED]
Changed-By: Steve Kemp [EMAIL PROTECTED]
Description: 
 gnump3d- A streaming server for MP3 and OGG files
Closes: 203036
Changes: 
 gnump3d (2.5-6) unstable; urgency=low
 .
   * Allow gnump3d-index to work when the root directory is a symlink.
 (Closes: #203036)
   * Plugin disabling has been fixed so that it works correctly.
   * Updated to Standards-Version 3.6.0 (No changes).
Files: 
 f3ae3f0844b630ddba07a2039a114fc1 556 sound optional gnump3d_2.5-6.dsc
 143fc9e145432348095eeb525f9be7fb 22939 sound optional gnump3d_2.5-6.diff.gz
 57228edc0bd6dc1351445ca1ad8499a7 217562 sound optional gnump3d_2.5-6_all.deb

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

iD8DBQE/I6wMwM/Gs81MDZ0RAnwAAJwJGYERBIlOzHfzkDWBVhmJhdU7ZQCfdtjC
HRN9Z+ClSEFUSJEASBZAzU4=
=BDIq
-END PGP SIGNATURE-


Accepted:
gnump3d_2.5-6.diff.gz
  to pool/main/g/gnump3d/gnump3d_2.5-6.diff.gz
gnump3d_2.5-6.dsc
  to pool/main/g/gnump3d/gnump3d_2.5-6.dsc
gnump3d_2.5-6_all.deb
  to pool/main/g/gnump3d/gnump3d_2.5-6_all.deb


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



Accepted idesk 0.5.6-1 (i386 source)

2003-07-27 Thread Thorsten Sauter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 27 Jul 2003 12:07:26 +0200
Source: idesk
Binary: idesk
Architecture: source i386
Version: 0.5.6-1
Distribution: unstable
Urgency: low
Maintainer: Thorsten Sauter [EMAIL PROTECTED]
Changed-By: Thorsten Sauter [EMAIL PROTECTED]
Description: 
 idesk  - Display program shortcuts as icons on desktop
Changes: 
 idesk (0.5.6-1) unstable; urgency=low
 .
   * New upstream version.
   * include upstream tarball in the orig.tar.gz
   * debian/rules: use cdbs now
   * debian/control:
 - update standards version
 - include cdbs build-dependencies
Files: 
 17646e3d1ac24b7cc5d45bb1bf15aeec 614 x11 optional idesk_0.5.6-1.dsc
 6208c3a86bdc7469b8c33ec1bc1131de 29322 x11 optional idesk_0.5.6.orig.tar.gz
 68d37c81b16eda99385f260a77e5a6b0 3619 x11 optional idesk_0.5.6-1.diff.gz
 bcfa86d11ac86b8bfa16b03a375b16e2 72684 x11 optional idesk_0.5.6-1_i386.deb

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

iD8DBQE/I7MrlJsl7AdEclIRAuekAJwPn+7QbQzssx5V81g2E2ZGbaShKwCdFM9i
tYinV4hB5y477je96iNB7II=
=A/yP
-END PGP SIGNATURE-


Accepted:
idesk_0.5.6-1.diff.gz
  to pool/main/i/idesk/idesk_0.5.6-1.diff.gz
idesk_0.5.6-1.dsc
  to pool/main/i/idesk/idesk_0.5.6-1.dsc
idesk_0.5.6-1_i386.deb
  to pool/main/i/idesk/idesk_0.5.6-1_i386.deb
idesk_0.5.6.orig.tar.gz
  to pool/main/i/idesk/idesk_0.5.6.orig.tar.gz


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



Accepted libhydrogen 0.8.0-3 (i386 source)

2003-07-27 Thread Debian/GNU
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 27 Jul 2003 12:37:57 +0200
Source: libhydrogen
Binary: libhydrogen0 libhydrogen0-dev
Architecture: source i386
Version: 0.8.0-3
Distribution: unstable
Urgency: low
Maintainer: Guenter Geiger (Debian/GNU) [EMAIL PROTECTED]
Changed-By: Guenter Geiger (Debian/GNU) [EMAIL PROTECTED]
Description: 
 libhydrogen0 - Hydrogen drum machine processing backend
 libhydrogen0-dev - Development files for Hydrogen drum machine
Closes: 202020 202021
Changes: 
 libhydrogen (0.8.0-3) unstable; urgency=low
 .
   * improved package description (closes: #202021) (closes: #202020)
Files: 
 e9286d73b9f7a49f9b23e6a7f0410be5 657 sound optional libhydrogen_0.8.0-3.dsc
 2ec2f38a027d7a6ca185460582af00ed 4405 sound optional libhydrogen_0.8.0-3.diff.gz
 351f00b37f6a58417d5977a7542e113c 139128 devel optional 
libhydrogen0-dev_0.8.0-3_i386.deb
 a838d4b7df0ca52c8c877379e0ff0c08 584242 libs optional libhydrogen0_0.8.0-3_i386.deb

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

iD8DBQE/I6501pbKhmC2uVgRAi4dAJ4v5bIRiEwd9Mu+46/LrXy2p7at7wCeLPli
OuHGCZCm46JoPLoWL250bjA=
=9DDU
-END PGP SIGNATURE-


Accepted:
libhydrogen0-dev_0.8.0-3_i386.deb
  to pool/main/libh/libhydrogen/libhydrogen0-dev_0.8.0-3_i386.deb
libhydrogen0_0.8.0-3_i386.deb
  to pool/main/libh/libhydrogen/libhydrogen0_0.8.0-3_i386.deb
libhydrogen_0.8.0-3.diff.gz
  to pool/main/libh/libhydrogen/libhydrogen_0.8.0-3.diff.gz
libhydrogen_0.8.0-3.dsc
  to pool/main/libh/libhydrogen/libhydrogen_0.8.0-3.dsc


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



Accepted komba2 0.73.beta-3 (i386 source)

2003-07-27 Thread Jean-Michel Kelbert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 27 Jul 2003 13:44:18 +0200
Source: komba2
Binary: komba2
Architecture: source i386
Version: 0.73.beta-3
Distribution: unstable
Urgency: low
Maintainer: Jean-Michel Kelbert [EMAIL PROTECTED]
Changed-By: Jean-Michel Kelbert [EMAIL PROTECTED]
Description: 
 komba2 - KDE Samba browser
Changes: 
 komba2 (0.73.beta-3) unstable; urgency=low
 .
   * Apply a patch to prevent komba2 to hang on exit.
 (Thanks to Ralf Nolden)
Files: 
 6008eb937b478d96c450a3b4fe282101 629 net optional komba2_0.73.beta-3.dsc
 e027242e6cc2841a5880d126423404fc 26189 net optional komba2_0.73.beta-3.diff.gz
 e784b02bb513a0f40a300e7eda40b4c7 174462 net optional komba2_0.73.beta-3_i386.deb

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

iD8DBQE/I7ynZA5kLi8vDN4RAj+DAJ4mkj8+GbUWViQ9gieB/K9AJzi9hQCfQU1V
9h1bEuY4CndqddPGS4+grg4=
=BKjk
-END PGP SIGNATURE-


Accepted:
komba2_0.73.beta-3.diff.gz
  to pool/main/k/komba2/komba2_0.73.beta-3.diff.gz
komba2_0.73.beta-3.dsc
  to pool/main/k/komba2/komba2_0.73.beta-3.dsc
komba2_0.73.beta-3_i386.deb
  to pool/main/k/komba2/komba2_0.73.beta-3_i386.deb


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



Accepted wine 0.0.20030709-3 (i386 source all)

2003-07-27 Thread Ove Kaaven
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 21 Jul 2003 16:18:16 +0200
Source: wine
Binary: libwine-print libwine-nas libwine-twain wine libwine-arts libwine-jack libwine 
wine-utils wine-doc libwine-dev libwine-alsa
Architecture: source i386 all
Version: 0.0.20030709-3
Distribution: unstable
Urgency: low
Maintainer: Ove Kaaven [EMAIL PROTECTED]
Changed-By: Ove Kaaven [EMAIL PROTECTED]
Description: 
 libwine- Windows Emulator (Library)
 libwine-alsa - Windows Emulator (ALSA Sound Module)
 libwine-arts - Windows Emulator (aRts Sound Module)
 libwine-dev - Windows Emulator (Development files)
 libwine-jack - Windows Emulator (JACK Sound Module)
 libwine-nas - Windows Emulator (NAS Sound Module)
 libwine-print - Windows Emulator (Printing Module)
 libwine-twain - Windows Emulator (Scanner Module)
 wine   - Windows Emulator (Binary Emulator)
 wine-doc   - Windows Emulator (Documentation)
 wine-utils - Windows Emulator (Utilities)
Closes: 202050 202116 202237 202310
Changes: 
 wine (0.0.20030709-3) unstable; urgency=low
 .
   * Place winspool.drv into libwine, not libwine-print, so that programs
 that link to it don't need libwine-print. Closes: #202050.
   * Remove stale libwine.so and libwine_unicode.so symlinks
 in postinst. Closes: #202116.
   * Build-depend on libjack0.71.2-dev instead of libjack0.50.0-dev.
 I am not sure that this jack version will work with Wine, but since
 0.50.0 is apparently no longer in unstable, I guess I have no choice.
 Closes: #202237.
   * Changed wine-doc build rules a bit to be more in line with upstream
 documentation layout. This will change the directory layout in the
 wine-doc package, you may have to adjust your bookmarks. Closes: #202310.
   * Added winecfg program to wine-utils.
   * Updated Standards-Version to 3.6.0, rearranged debian/rules file
 a bit to have a separate binary-indep rule for building wine-doc.
   * Corrected sections in control file (finally).
Files: 
 cfb941d48088141cd392f2e87788480e 1116 otherosfs optional wine_0.0.20030709-3.dsc
 006b8a5f53f88af957fe985a9734afa6 27247 otherosfs optional wine_0.0.20030709-3.diff.gz
 c3062b545caa434f89b5e391079acb97 1494886 doc optional wine-doc_0.0.20030709-3_all.deb
 b7ba3c92604b3f971c4678f193f58d69 931274 otherosfs optional 
wine_0.0.20030709-3_i386.deb
 5d7ec7209656f8e13a556aef9e0b0481 1728136 libdevel optional 
libwine-dev_0.0.20030709-3_i386.deb
 9a98d99bc09748f1939ac3f09f267aff 5161970 libs optional libwine_0.0.20030709-3_i386.deb
 f56a0e4063bc5907eeebbd9c5aa49899 753316 libs optional 
libwine-alsa_0.0.20030709-3_i386.deb
 b774daad0ed0133c7460235b43701af4 744504 libs optional 
libwine-arts_0.0.20030709-3_i386.deb
 bd4e19e2b5b4bbdf51e200ebe34d9bf9 745688 libs optional 
libwine-jack_0.0.20030709-3_i386.deb
 0603bfe0de528b0b50315fa7b09fc18f 744858 libs optional 
libwine-nas_0.0.20030709-3_i386.deb
 1961d6e0c49d61e97627b4539465d17a 830170 libs optional 
libwine-print_0.0.20030709-3_i386.deb
 49e2a0e14896b6ced4eb2f44c7c4d991 737820 libs optional 
libwine-twain_0.0.20030709-3_i386.deb
 32e1d864d90b4aad531afad604a7f471 1089226 otherosfs optional 
wine-utils_0.0.20030709-3_i386.deb

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

iD8DBQE/I8DHA+GMa4PlEQ8RAsTbAJwM9wKP0abrfdnVWtc6Y2MbK8bRNwCgicd9
oDinIH+IlpId3liA30yAQt8=
=EC+x
-END PGP SIGNATURE-


Accepted:
libwine-alsa_0.0.20030709-3_i386.deb
  to pool/main/w/wine/libwine-alsa_0.0.20030709-3_i386.deb
libwine-arts_0.0.20030709-3_i386.deb
  to pool/main/w/wine/libwine-arts_0.0.20030709-3_i386.deb
libwine-dev_0.0.20030709-3_i386.deb
  to pool/main/w/wine/libwine-dev_0.0.20030709-3_i386.deb
libwine-jack_0.0.20030709-3_i386.deb
  to pool/main/w/wine/libwine-jack_0.0.20030709-3_i386.deb
libwine-nas_0.0.20030709-3_i386.deb
  to pool/main/w/wine/libwine-nas_0.0.20030709-3_i386.deb
libwine-print_0.0.20030709-3_i386.deb
  to pool/main/w/wine/libwine-print_0.0.20030709-3_i386.deb
libwine-twain_0.0.20030709-3_i386.deb
  to pool/main/w/wine/libwine-twain_0.0.20030709-3_i386.deb
libwine_0.0.20030709-3_i386.deb
  to pool/main/w/wine/libwine_0.0.20030709-3_i386.deb
wine-doc_0.0.20030709-3_all.deb
  to pool/main/w/wine/wine-doc_0.0.20030709-3_all.deb
wine-utils_0.0.20030709-3_i386.deb
  to pool/main/w/wine/wine-utils_0.0.20030709-3_i386.deb
wine_0.0.20030709-3.diff.gz
  to pool/main/w/wine/wine_0.0.20030709-3.diff.gz
wine_0.0.20030709-3.dsc
  to pool/main/w/wine/wine_0.0.20030709-3.dsc
wine_0.0.20030709-3_i386.deb
  to pool/main/w/wine/wine_0.0.20030709-3_i386.deb


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



Accepted libtest-manifest-perl 0.91-2 (all source)

2003-07-27 Thread Ardo van Rangelrooij
-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Sun, 27 Jul 2003 08:09:43 -0500
Source: libtest-manifest-perl
Binary: libtest-manifest-perl
Architecture: source all
Version: 0.91-2
Distribution: unstable
Urgency: low
Maintainer: Ardo van Rangelrooij [EMAIL PROTECTED]
Changed-By: Ardo van Rangelrooij [EMAIL PROTECTED]
Description: 
 libtest-manifest-perl - Perl module for interacting with a test manifest file
Changes: 
 libtest-manifest-perl (0.91-2) unstable; urgency=low
 .
   * debian/control: changed build dependency on 'debhelper' to '(= 4.1)'
   * debian/control: upgraded to Debian Policy 3.6.0 (no changes)
Files: 
 f13845797f17228448cfe9154a11e80b 755 perl optional libtest-manifest-perl_0.91-2.dsc
 843ec296d0ccdca9b524c31d58ed5629 1642 perl optional 
libtest-manifest-perl_0.91-2.diff.gz
 ecfdcdb52aaae7185fa7f9a183a93a2d 7462 perl optional 
libtest-manifest-perl_0.91-2_all.deb

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

iQCVAwUBPyPPRj6XMRfcxSjpAQFiagP7Bj2jtJAkTGpxNsZGk/1dSFASo9CvxbCC
2Cb9tFANhWJTtQyTuDP0h4B8E1/k7CEAY6ETPjTCy5dahwIR8vEi59X1YMUydRRQ
W0ah0AMSGAX3UWcaOXO+HguS1LYBvpNZsAVjOZjKKhxykujmfXL1gFA7Ep9hggU2
DzE7fgoHIhY=
=4CXG
-END PGP SIGNATURE-


Accepted:
libtest-manifest-perl_0.91-2.diff.gz
  to pool/main/libt/libtest-manifest-perl/libtest-manifest-perl_0.91-2.diff.gz
libtest-manifest-perl_0.91-2.dsc
  to pool/main/libt/libtest-manifest-perl/libtest-manifest-perl_0.91-2.dsc
libtest-manifest-perl_0.91-2_all.deb
  to pool/main/libt/libtest-manifest-perl/libtest-manifest-perl_0.91-2_all.deb


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



Accepted libtest-simple-perl 0.47-2 (all source)

2003-07-27 Thread Ardo van Rangelrooij
-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Sun, 27 Jul 2003 08:17:04 -0500
Source: libtest-simple-perl
Binary: libtest-simple-perl
Architecture: source all
Version: 0.47-2
Distribution: unstable
Urgency: low
Maintainer: Ardo van Rangelrooij [EMAIL PROTECTED]
Changed-By: Ardo van Rangelrooij [EMAIL PROTECTED]
Description: 
 libtest-simple-perl - Perl modules for writing tests
Changes: 
 libtest-simple-perl (0.47-2) unstable; urgency=low
 .
   * debian/rules: moved debhelper compatibility level setting to
 'debian/compat' per latest debhelper best practices
   * debian/control: updated sections according to latest archive changes:
 - 'libtest-simple-perl' from 'interpreters' to 'perl'
   * debian/control: changed build dependency on 'debhelper' to '(= 4.1)'
   * debian/control: upgraded to Debian Policy 3.6.0 (no changes)
Files: 
 9df5ec2da29277508aa01b538f820a8d 749 perl optional libtest-simple-perl_0.47-2.dsc
 7c5dd4a434ebd60c0d33e418c5f07d39 1841 perl optional libtest-simple-perl_0.47-2.diff.gz
 0c96edd78aab7927e187ba26887321de 65968 perl optional 
libtest-simple-perl_0.47-2_all.deb

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

iQCVAwUBPyPQ+j6XMRfcxSjpAQHwtAQAwA8JNKFEqYbMbCBaxe885uT9uEJIY9Pg
29FDBsvM2E5IqCW6VCsC+fb1K9cAleu2FNurliGwgI96ywk9x+p+9gjfApiQ3A0Y
X3ESMCiVO2/djymoZ4ksBNXaZlMRJBlj1XZ2T0BKucr7kK2agg5JavMjN53tZpRR
34VGS7hMyEQ=
=ic1l
-END PGP SIGNATURE-


Accepted:
libtest-simple-perl_0.47-2.diff.gz
  to pool/main/libt/libtest-simple-perl/libtest-simple-perl_0.47-2.diff.gz
libtest-simple-perl_0.47-2.dsc
  to pool/main/libt/libtest-simple-perl/libtest-simple-perl_0.47-2.dsc
libtest-simple-perl_0.47-2_all.deb
  to pool/main/libt/libtest-simple-perl/libtest-simple-perl_0.47-2_all.deb


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



Accepted libtext-format-perl 0.52-17 (all source)

2003-07-27 Thread Ardo van Rangelrooij
-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Sun, 27 Jul 2003 08:41:20 -0500
Source: libtext-format-perl
Binary: libtext-format-perl
Architecture: source all
Version: 0.52-17
Distribution: unstable
Urgency: low
Maintainer: Ardo van Rangelrooij [EMAIL PROTECTED]
Changed-By: Ardo van Rangelrooij [EMAIL PROTECTED]
Description: 
 libtext-format-perl - Perl module for formatting (text) paragraphs
Changes: 
 libtext-format-perl (0.52-17) unstable; urgency=low
 .
   * debian/rules: moved debhelper compatibility level setting to
 'debian/compat' per latest debhelper best practices
   * debian/control: updated sections according to latest archive changes:
 - 'libtext-format-perl' from 'interpreters' to 'perl'
   * debian/control: changed build dependency on 'debhelper' to '(= 4.1)'
   * debian/control: upgraded to Debian Policy 3.6.0 (no changes)
Files: 
 9cb496d5fc6ad84bf9f11bbcafc0fee6 729 perl optional libtext-format-perl_0.52-17.dsc
 49c84830af6552b0f7d0a88bf4fd7085 2473 perl optional 
libtext-format-perl_0.52-17.diff.gz
 cb59376d482fe8932fa4d60a6ec62d0c 18852 perl optional 
libtext-format-perl_0.52-17_all.deb

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

iQCVAwUBPyPWqD6XMRfcxSjpAQHj+wQAn2rgCI2Uz+HzjoY2rvec4yGYDp0MWKDu
PsHcRHbeijAYlDD8h1c0xMzcrEyVW7om7OmLZpfT3tJsmkmjZiZjfBnncT2gpYKh
cytSq7iTVh3CL4QKqli5yPqWOpXJ6tgFS56kj359mHftIX7b2g2XDqfW6a/oHRTK
cCDMONKR6g8=
=agau
-END PGP SIGNATURE-


Accepted:
libtext-format-perl_0.52-17.diff.gz
  to pool/main/libt/libtext-format-perl/libtext-format-perl_0.52-17.diff.gz
libtext-format-perl_0.52-17.dsc
  to pool/main/libt/libtext-format-perl/libtext-format-perl_0.52-17.dsc
libtext-format-perl_0.52-17_all.deb
  to pool/main/libt/libtext-format-perl/libtext-format-perl_0.52-17_all.deb


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



Accepted klineakconfig 0.5.1-5 (i386 source)

2003-07-27 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 27 Jul 2003 14:33:42 +0200
Source: klineakconfig
Binary: klineakconfig
Architecture: source i386
Version: 0.5.1-5
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno [EMAIL PROTECTED]
Changed-By: Aurelien Jarno [EMAIL PROTECTED]
Description: 
 klineakconfig - KDE configurator for lineakd
Changes: 
 klineakconfig (0.5.1-5) unstable; urgency=low
 .
   * Added image for HP Omnibook XE3-GF.
   * Standard version bumped to 3.6.0.
   * Added a fix to support lineakd 0.6.
Files: 
 9caac6b8a9b78e705e69e8225ee372aa 689 x11 optional klineakconfig_0.5.1-5.dsc
 21f7caf8951b34d0d09becf555c2d617 42900 x11 optional klineakconfig_0.5.1-5.diff.gz
 7a58c0db025687fafedeee0096ddb289 1556112 x11 optional klineakconfig_0.5.1-5_i386.deb

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

iD8DBQE/I8jBw3ao2vG823MRArDFAJ9CLrvWwYn3LSr0ZKzAd9AY/gBzKgCff1kD
fEhQYqsTxpWzkY8fEnVvozw=
=1oom
-END PGP SIGNATURE-


Accepted:
klineakconfig_0.5.1-5.diff.gz
  to pool/main/k/klineakconfig/klineakconfig_0.5.1-5.diff.gz
klineakconfig_0.5.1-5.dsc
  to pool/main/k/klineakconfig/klineakconfig_0.5.1-5.dsc
klineakconfig_0.5.1-5_i386.deb
  to pool/main/k/klineakconfig/klineakconfig_0.5.1-5_i386.deb


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



Accepted lineakconfig 0.3.2-8 (i386 source)

2003-07-27 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 27 Jul 2003 13:52:11 +0200
Source: lineakconfig
Binary: lineakconfig
Architecture: source i386
Version: 0.3.2-8
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno [EMAIL PROTECTED]
Changed-By: Aurelien Jarno [EMAIL PROTECTED]
Description: 
 lineakconfig - GTK+ configurator for lineakd
Changes: 
 lineakconfig (0.3.2-8) unstable; urgency=low
 .
   * Added image for HP Omnibook XE3-GF.
   * Standard version bumped to 3.6.0.
Files: 
 cbd908d56a6eb3d5919e412484610607 615 x11 optional lineakconfig_0.3.2-8.dsc
 a8868fee65df9ba80100150c962c89a3 39695 x11 optional lineakconfig_0.3.2-8.diff.gz
 d9e16285c450ed6569822ec5943c7e91 1459266 x11 optional lineakconfig_0.3.2-8_i386.deb

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

iD8DBQE/I74qw3ao2vG823MRAlkcAJsGY8l+DO4Nt8vBv/qf4ezjVpRcPQCfVd5i
RRnTWne9pCsdzFTXB/AsTKc=
=bE2+
-END PGP SIGNATURE-


Accepted:
lineakconfig_0.3.2-8.diff.gz
  to pool/main/l/lineakconfig/lineakconfig_0.3.2-8.diff.gz
lineakconfig_0.3.2-8.dsc
  to pool/main/l/lineakconfig/lineakconfig_0.3.2-8.dsc
lineakconfig_0.3.2-8_i386.deb
  to pool/main/l/lineakconfig/lineakconfig_0.3.2-8_i386.deb


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



Accepted lineakd 0.5.99.cvs20030726-1 (i386 source)

2003-07-27 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 27 Jul 2003 12:15:03 +0200
Source: lineakd
Binary: lineakd
Architecture: source i386
Version: 0.5.99.cvs20030726-1
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno [EMAIL PROTECTED]
Changed-By: Aurelien Jarno [EMAIL PROTECTED]
Description: 
 lineakd- LinEAK - GUI configurable support for multimedia keyboards
Closes: 177449 196242 202258 202991
Changes: 
 lineakd (0.5.99.cvs20030726-1) unstable; urgency=low
 .
   * New version from CVS rewritten from scratch in C++.
 - Parser doesn't segfault anymore with an unknown key (closes:
   bug#196242).
 - kill -HUP now works correctly (closes: bug#202991).
 - Added support for HP Omnibook XE3-GF (closes: bug#202258).
   * /etc/lineakkb.def is now managed with ucf (closes: bug#177449).
   * Bumped Standards-Version to 3.6.0.
Files: 
 0259b1a86b39c9c73786a904ff3b24ff 653 x11 optional lineakd_0.5.99.cvs20030726-1.dsc
 4f21da2ce9cadda5c26dbb4e1249c299 294170 x11 optional 
lineakd_0.5.99.cvs20030726.orig.tar.gz
 633a6a2091af71ef2965a8bc6fbbd959 12 x11 optional 
lineakd_0.5.99.cvs20030726-1.diff.gz
 4dccbea59621075fb2b1edb0aea603e1 68256 x11 optional 
lineakd_0.5.99.cvs20030726-1_i386.deb

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

iD8DBQE/I8m3w3ao2vG823MRAkYVAJ9E3ygvjJ84rR4ZjMH/O7r3aVZx3wCbBdX9
Eebk4cT7AKeYqe+yNgGw4g8=
=9IA6
-END PGP SIGNATURE-


Accepted:
lineakd_0.5.99.cvs20030726-1.diff.gz
  to pool/main/l/lineakd/lineakd_0.5.99.cvs20030726-1.diff.gz
lineakd_0.5.99.cvs20030726-1.dsc
  to pool/main/l/lineakd/lineakd_0.5.99.cvs20030726-1.dsc
lineakd_0.5.99.cvs20030726-1_i386.deb
  to pool/main/l/lineakd/lineakd_0.5.99.cvs20030726-1_i386.deb
lineakd_0.5.99.cvs20030726.orig.tar.gz
  to pool/main/l/lineakd/lineakd_0.5.99.cvs20030726.orig.tar.gz


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



Accepted libunicode-map-perl 0.112-5 (i386 source)

2003-07-27 Thread Ardo van Rangelrooij
-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Sun, 27 Jul 2003 08:58:46 -0500
Source: libunicode-map-perl
Binary: libunicode-map-perl
Architecture: source i386
Version: 0.112-5
Distribution: unstable
Urgency: low
Maintainer: Ardo van Rangelrooij [EMAIL PROTECTED]
Changed-By: Ardo van Rangelrooij [EMAIL PROTECTED]
Description: 
 libunicode-map-perl - Perl module for mapping charsets from and to UTF16 Unicode
Changes: 
 libunicode-map-perl (0.112-5) unstable; urgency=low
 .
   * debian/rules: moved debhelper compatibility level setting to
 'debian/compat' per latest debhelper best practices
   * debian/control: updated sections according to latest archive changes:
 - 'libunicode-map-perl' from 'interpreters' to 'perl'
   * debian/control: changed build dependency on 'debhelper' to '(= 4.1)'
   * debian/control: upgraded to Debian Policy 3.6.0 (no changes)
Files: 
 23df3ee8137484231da6da194a23265e 738 perl optional libunicode-map-perl_0.112-5.dsc
 f283de0f3dccb388b4decb69c0fde435 2183 perl optional 
libunicode-map-perl_0.112-5.diff.gz
 54e5f8b59aa31de79f6429366ad2ae9e 478996 perl optional 
libunicode-map-perl_0.112-5_i386.deb

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

iQCVAwUBPyPaxT6XMRfcxSjpAQEl3wP9H14zrgDQ/cnuXqIVh0yNhQ+fIeoWB90+
UYaeV7aew1f7xHAi8MO3Y0loPmAG7e/nz2SrszReat6nFGqCQH91nVP9wvSfMvnu
TT5UXWKlKFmnCmf1kZVj78JKnROgywv9dQh+9E5Uyr4oRRK6vbiNC7Mw3+4dT0dQ
qYNb4A1QWDs=
=UjcN
-END PGP SIGNATURE-


Accepted:
libunicode-map-perl_0.112-5.diff.gz
  to pool/main/libu/libunicode-map-perl/libunicode-map-perl_0.112-5.diff.gz
libunicode-map-perl_0.112-5.dsc
  to pool/main/libu/libunicode-map-perl/libunicode-map-perl_0.112-5.dsc
libunicode-map-perl_0.112-5_i386.deb
  to pool/main/libu/libunicode-map-perl/libunicode-map-perl_0.112-5_i386.deb


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



Accepted libtime-piece-perl 1.08-2 (i386 source)

2003-07-27 Thread Ardo van Rangelrooij
-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Sun, 27 Jul 2003 08:52:56 -0500
Source: libtime-piece-perl
Binary: libtime-piece-perl
Architecture: source i386
Version: 1.08-2
Distribution: unstable
Urgency: low
Maintainer: Ardo van Rangelrooij [EMAIL PROTECTED]
Changed-By: Ardo van Rangelrooij [EMAIL PROTECTED]
Description: 
 libtime-piece-perl - Perl module for object oriented time objects
Changes: 
 libtime-piece-perl (1.08-2) unstable; urgency=low
 .
   * debian/rules: moved debhelper compatibility level setting to
 'debian/compat' per latest debhelper best practices
   * debian/control: updated sections according to latest archive changes:
 - 'libtime-piece-perl' from 'interpreters' to 'perl'
   * debian/control: changed build dependency on 'debhelper' to '(= 4.1)'
   * debian/control: upgraded to Debian Policy 3.6.0 (no changes)
Files: 
 619620bedcc489bebb985e147e59f222 726 perl optional libtime-piece-perl_1.08-2.dsc
 682946ed3a35e009a82518e0a8891692 2074 perl optional libtime-piece-perl_1.08-2.diff.gz
 3a38f6a8c5dc780f12ea2d7c1dab77dc 25570 perl optional 
libtime-piece-perl_1.08-2_i386.deb

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

iQCVAwUBPyPZZj6XMRfcxSjpAQEg5QP+K1gzJ/PkKUIvIR8QaEKA6kN6DJliPtni
gUdzic+QREJQ6eLLUbyKwrce2SvgrZd2AUhPMuPme83cHr6OJVM7YJFFrIB3dWu1
GbdWqTlaA1cvHJU+3vkZ+B/iVTw99WulxRNCV3Edj4BPokuz1Kl9F+Y7WOL8JKoc
87yeK2/rkwk=
=J6Qg
-END PGP SIGNATURE-


Accepted:
libtime-piece-perl_1.08-2.diff.gz
  to pool/main/libt/libtime-piece-perl/libtime-piece-perl_1.08-2.diff.gz
libtime-piece-perl_1.08-2.dsc
  to pool/main/libt/libtime-piece-perl/libtime-piece-perl_1.08-2.dsc
libtime-piece-perl_1.08-2_i386.deb
  to pool/main/libt/libtime-piece-perl/libtime-piece-perl_1.08-2_i386.deb


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



Accepted wmsun 1.03-14 (i386 source)

2003-07-27 Thread Martin A. Godisch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 27 Jul 2003 15:56:32 +0200
Source: wmsun
Binary: wmsun
Architecture: source i386
Version: 1.03-14
Distribution: unstable
Urgency: low
Maintainer: Martin A. Godisch [EMAIL PROTECTED]
Changed-By: Martin A. Godisch [EMAIL PROTECTED]
Description: 
 wmsun  - Dockable WindowMaker SunRise/SunSet App
Closes: 201574 201902
Changes: 
 wmsun (1.03-14) unstable; urgency=low
 .
   * Simplified ucf handling, see bug #199233, adjusted ucf dependency,
 closes: #201574.
   * Added Spanish debconf translation, closes: #201902.
 Thanks to Carlos Alberto Martín Edo.
   * Removed useless BUGS file.
   * Converted debian/changelog to UTF-8.
   * Updated standards version.
Files: 
 38913a908789acc96042d3d18223dddb 557 x11 optional wmsun_1.03-14.dsc
 19bae37f0c9315c52c4ef468666998ef 8298 x11 optional wmsun_1.03-14.diff.gz
 590b9ece9bdfd06d4e85e4d1465a61e4 21872 x11 optional wmsun_1.03-14_i386.deb

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

iD8DBQE/I9rfmpGCHWjc1gYRAqaLAJ9c6kubKFAr7uNlbNy7XIWQFjj3KQCdE6m4
664qfngiwKaoV9/5U7B++8U=
=cavb
-END PGP SIGNATURE-


Accepted:
wmsun_1.03-14.diff.gz
  to pool/main/w/wmsun/wmsun_1.03-14.diff.gz
wmsun_1.03-14.dsc
  to pool/main/w/wmsun/wmsun_1.03-14.dsc
wmsun_1.03-14_i386.deb
  to pool/main/w/wmsun/wmsun_1.03-14_i386.deb


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



Accepted wmmoonclock 1.27-12 (i386 source)

2003-07-27 Thread Martin A. Godisch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 27 Jul 2003 15:57:02 +0200
Source: wmmoonclock
Binary: wmmoonclock
Architecture: source i386
Version: 1.27-12
Distribution: unstable
Urgency: low
Maintainer: Martin A. Godisch [EMAIL PROTECTED]
Changed-By: Martin A. Godisch [EMAIL PROTECTED]
Description: 
 wmmoonclock - WindowMaker moon phase dockapp
Closes: 201004
Changes: 
 wmmoonclock (1.27-12) unstable; urgency=low
 .
   * Added Spanish debconf translation, closes: #201004.
 Thanks to Carlos Alberto Martín Edo.
   * Simplified ucf handling, see bug #199233, adjusted ucf dependency.
   * Removed useless BUGS file.
   * Converted debian/changelog to UTF-8.
   * Updated standards version.
Files: 
 ea64d6ea290e7c077450aa2cb936cd87 583 x11 optional wmmoonclock_1.27-12.dsc
 d60eb71a2c71eb493c0f529fc6e1d985 10549 x11 optional wmmoonclock_1.27-12.diff.gz
 3e319bba634ada1997d29d855c504d7c 155350 x11 optional wmmoonclock_1.27-12_i386.deb

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

iD8DBQE/I9r3mpGCHWjc1gYRAvuKAJ9wBI6hfuTwisU2qawS+OAh7LMSCwCgvTFT
2YzFtHpYBDF2/gIEwl64xs8=
=ZLje
-END PGP SIGNATURE-


Accepted:
wmmoonclock_1.27-12.diff.gz
  to pool/main/w/wmmoonclock/wmmoonclock_1.27-12.diff.gz
wmmoonclock_1.27-12.dsc
  to pool/main/w/wmmoonclock/wmmoonclock_1.27-12.dsc
wmmoonclock_1.27-12_i386.deb
  to pool/main/w/wmmoonclock/wmmoonclock_1.27-12_i386.deb


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



Accepted fetchmail 6.2.3-1 (i386 source all)

2003-07-27 Thread Benjamin Drieu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 21 Jul 2003 10:49:04 +0200
Source: fetchmail
Binary: fetchmailconf fetchmail
Architecture: source i386 all
Version: 6.2.3-1
Distribution: unstable
Urgency: low
Maintainer: Benjamin Drieu [EMAIL PROTECTED]
Changed-By: Benjamin Drieu [EMAIL PROTECTED]
Description: 
 fetchmail  - SSL enabled POP3, APOP, IMAP mail gatherer/forwarder
 fetchmailconf - fetchmail configurator
Closes: 184469 185232 188417 192977 198274 200519 202619
Changes: 
 fetchmail (6.2.3-1) unstable; urgency=low
 .
   * New upstream version:
 - German, Danish, Spanish, and Turkish translations updated.
 - Brian Sammon's patch to deal with malformed message lines containiing NULs.
 - Fai's patch to ignore all but the first Return-Path (some spams have
   more than one of these) (closes: #192977).
 - Bendebjamin Drieu's patch to properly byte-stuff when talking to BSNTP
   (closes: #184469).
 - Benjamin Drieu's patch to enable auth=cram-md5. (closes: #185232)
 - Sunil Shetye's configure.in patch to avoid spurious search order messages
   from GCC.
 - Header-reading code now copes better with lines ending in \n only.
 - Elias Israel's patches for POP3 NTLM support and dealing with byte-
   stuffing failures at socket level.
   * Fix my patch fixing #156592 (closes: #188417)
   * Add a new logcheck patterns (closes: #198274, #202619)
   * Fix dead links in debian/copyright (closes: #200519)
Files: 
 bd1983f26a0ae02f5e2ed14e3b378808 718 mail optional fetchmail_6.2.3-1.dsc
 e131bdb6c3977fd47a3e122c43dcf19d 1239344 mail optional fetchmail_6.2.3.orig.tar.gz
 290a1e2ab14848a091344f9779d320f3 143544 mail optional fetchmail_6.2.3-1.diff.gz
 ac45efd9efeef7dd688e30947132aaa1 97334 mail optional fetchmailconf_6.2.3-1_all.deb
 2d810ef59b2b86d81eb001d454a830be 538942 mail optional fetchmail_6.2.3-1_i386.deb

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

iD8DBQE/I9mmnDLqtZBL50ERAr2AAJwMi1eIxoTRWogU9D+WundSlH0oMACg9LLq
5QAWunfb4N4/blQ0lySEV38=
=ENGZ
-END PGP SIGNATURE-


Accepted:
fetchmail_6.2.3-1.diff.gz
  to pool/main/f/fetchmail/fetchmail_6.2.3-1.diff.gz
fetchmail_6.2.3-1.dsc
  to pool/main/f/fetchmail/fetchmail_6.2.3-1.dsc
fetchmail_6.2.3-1_i386.deb
  to pool/main/f/fetchmail/fetchmail_6.2.3-1_i386.deb
fetchmail_6.2.3.orig.tar.gz
  to pool/main/f/fetchmail/fetchmail_6.2.3.orig.tar.gz
fetchmailconf_6.2.3-1_all.deb
  to pool/main/f/fetchmail/fetchmailconf_6.2.3-1_all.deb


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



Accepted libunicode-maputf8-perl 1.09-4 (all source)

2003-07-27 Thread Ardo van Rangelrooij
-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Sun, 27 Jul 2003 09:57:50 -0500
Source: libunicode-maputf8-perl
Binary: libunicode-maputf8-perl
Architecture: source all
Version: 1.09-4
Distribution: unstable
Urgency: low
Maintainer: Ardo van Rangelrooij [EMAIL PROTECTED]
Changed-By: Ardo van Rangelrooij [EMAIL PROTECTED]
Description: 
 libunicode-maputf8-perl - Perl module for conversing between any character sets and 
UTF8
Changes: 
 libunicode-maputf8-perl (1.09-4) unstable; urgency=low
 .
   * debian/rules: moved debhelper compatibility level setting to
 'debian/compat' per latest debhelper best practices
   * debian/control: updated sections according to latest archive changes:
 - 'libunicode-maputf8-perl' from 'interpreters' to 'perl'
   * debian/control: changed build dependency on 'debhelper' to '(= 4.1)'
   * debian/control: upgraded to Debian Policy 3.6.0 (no changes)
Files: 
 2e4558b586a3e572fbc3aae2647a7694 827 perl optional libunicode-maputf8-perl_1.09-4.dsc
 e209016110f5a9e901ce653a933451f0 2091 perl optional 
libunicode-maputf8-perl_1.09-4.diff.gz
 dbcb5c94c197e0f7dc5fc8112d1123d3 13410 perl optional 
libunicode-maputf8-perl_1.09-4_all.deb

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

iQCVAwUBPyPooz6XMRfcxSjpAQGsjgP+KkSbZUhE223VwDomQRhmtqlPOWYFP96u
L4kJ76Q+0Fp/OCv208s3Itkg2s1AGyLtmrVj4wNWV2Ml587dTK5MwaUOVdiMjNC6
k1wCdYXwqh8RyxB5qB/Tgg9yzQiMR+DL1qAHKHtlbutuCo2hkiqpKwOuVFiPsKUK
Cn3pPoPxCaA=
=g8mb
-END PGP SIGNATURE-


Accepted:
libunicode-maputf8-perl_1.09-4.diff.gz
  to pool/main/libu/libunicode-maputf8-perl/libunicode-maputf8-perl_1.09-4.diff.gz
libunicode-maputf8-perl_1.09-4.dsc
  to pool/main/libu/libunicode-maputf8-perl/libunicode-maputf8-perl_1.09-4.dsc
libunicode-maputf8-perl_1.09-4_all.deb
  to pool/main/libu/libunicode-maputf8-perl/libunicode-maputf8-perl_1.09-4_all.deb


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



Accepted isakmpd 20030718-1 (i386 source)

2003-07-27 Thread Jean-Francois Dive
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Jul 2003 12:15:30 +0200
Source: isakmpd
Binary: isakmpd
Architecture: source i386
Version: 20030718-1
Distribution: unstable
Urgency: high
Maintainer: Jean-Francois Dive [EMAIL PROTECTED]
Changed-By: Jean-Francois Dive [EMAIL PROTECTED]
Description: 
 isakmpd- The Internet Key Exchange protocol openbsd implementation
Changes: 
 isakmpd (20030718-1) unstable; urgency=high
 .
   * New upstream version.
   * Merged new upstream linux native build support.
   * Added fine grained selector support to upstream linux native sysdep.
   * Removed useless libc and kernel headers.
   * Removed libdes.
   * Added generated upstream changelog (generated by cvs2cl.pl).
Files: 
 94535c57182a89fdecd090ca1029d8d8 544 net optional isakmpd_20030718-1.dsc
 4c92484a42793a3afc7bae572cf32e20 367627 net optional isakmpd_20030718-1.tar.gz
 65ccdb9603e700869ae9e65d338a95d5 610068 net optional isakmpd_20030718-1_i386.deb

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

iD8DBQE/I+Es43iCyIF2Si0RAqb0AKDokOvWIVs74/ro/lDG35gYkSlx5gCfQq53
/dV3543Tsa6/f20orHBYvLg=
=+uRx
-END PGP SIGNATURE-


Accepted:
isakmpd_20030718-1.dsc
  to pool/main/i/isakmpd/isakmpd_20030718-1.dsc
isakmpd_20030718-1.tar.gz
  to pool/main/i/isakmpd/isakmpd_20030718-1.tar.gz
isakmpd_20030718-1_i386.deb
  to pool/main/i/isakmpd/isakmpd_20030718-1_i386.deb


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



Accepted tasksel 1.27 (i386 source)

2003-07-27 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 27 Jul 2003 10:41:21 -0400
Source: tasksel
Binary: tasksel
Architecture: source i386
Version: 1.27
Distribution: unstable
Urgency: low
Maintainer: Randolph Chung [EMAIL PROTECTED]
Changed-By: Joey Hess [EMAIL PROTECTED]
Description: 
 tasksel- Tool for selecting tasks for installation on Debian system
Closes: 202965
Changes: 
 tasksel (1.27) unstable; urgency=low
 .
   * Remove gnome from desktop Key since neither the metapackage nor all of
 its deps has gone into testing yet, and some deps are not even available
 on some architectures. Closes: #202965
   * Stop #including the deps of packages in Key, since it's pointless and
 only makes it more fragile. #including in Packages is still ok.
   * Don't fail to build on missing key packages, since there might not be an
 apt cache to look at on some buildd's, or it might not include contrib.
   * The gnome-office metapackage vanished. The desktop task already includes
 koffice. OOo is still mired in contrib. Took the best of a bad lot and
 put OOo in as the only office software in the office task.
   * Commented out mozilla-locale-es as the package is currently broken.
   * Rene Engelhard
 - Make all the language tasks pull in OOo and kde langage packages
   consistently.
 - Replace toshutils with toshset which does not need X or a kernel
   interface.
Files: 
 ec4aafb36b182b7d15301daa98de08bd 566 base optional tasksel_1.27.dsc
 552bca9a9621817c23109889ed4c90c5 62949 base optional tasksel_1.27.tar.gz
 8bb64061743bf9389acbe08f7416d07c 47388 base optional tasksel_1.27_i386.deb

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

iD8DBQE/I+Up2tp5zXiKP0wRAuQ3AJkBRStHVcLJ9Z7SHr8C0SjM1V6L5ACghdK+
N35Rfv3SXfwHikMbBi5eppg=
=ts4u
-END PGP SIGNATURE-


Accepted:
tasksel_1.27.dsc
  to pool/main/t/tasksel/tasksel_1.27.dsc
tasksel_1.27.tar.gz
  to pool/main/t/tasksel/tasksel_1.27.tar.gz
tasksel_1.27_i386.deb
  to pool/main/t/tasksel/tasksel_1.27_i386.deb


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



Accepted libweakref-perl 0.01-6 (i386 source)

2003-07-27 Thread Ardo van Rangelrooij
-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Sun, 27 Jul 2003 10:04:09 -0500
Source: libweakref-perl
Binary: libweakref-perl
Architecture: source i386
Version: 0.01-6
Distribution: unstable
Urgency: low
Maintainer: Ardo van Rangelrooij [EMAIL PROTECTED]
Changed-By: Ardo van Rangelrooij [EMAIL PROTECTED]
Description: 
 libweakref-perl - Perl module for creating weak references
Changes: 
 libweakref-perl (0.01-6) unstable; urgency=low
 .
   * debian/control: upgraded to Debian Policy 3.6.0 (no changes)
Files: 
 89775589d43e0ca00d5644a1bee4d2e8 713 perl optional libweakref-perl_0.01-6.dsc
 10ebf1c6098e3b5bbdc57a618458d18c 1787 perl optional libweakref-perl_0.01-6.diff.gz
 74e66ce60dfcf6bf981049d37978a380 9444 perl optional libweakref-perl_0.01-6_i386.deb

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

iQCVAwUBPyPqEz6XMRfcxSjpAQERpgQAi3/ItcRmLTHkZ+qtl+++dNJVsjp35uy+
s9kEo2cIvTouU94coD39MXXF4AM7iHhJ9nswIjLZZd6JXpPfF97UKVbHURi1ZpHF
Kgzrc+yTF5JZphNHcRq98iJr+KXFFsu1sKEeWRYVZ0wCSQznJ5RqDdoV5m3I523p
upTCYgooAGM=
=P0aT
-END PGP SIGNATURE-


Accepted:
libweakref-perl_0.01-6.diff.gz
  to pool/main/libw/libweakref-perl/libweakref-perl_0.01-6.diff.gz
libweakref-perl_0.01-6.dsc
  to pool/main/libw/libweakref-perl/libweakref-perl_0.01-6.dsc
libweakref-perl_0.01-6_i386.deb
  to pool/main/libw/libweakref-perl/libweakref-perl_0.01-6_i386.deb


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



Accepted libextutils-parsexs-perl 2.02-3 (all source)

2003-07-27 Thread Chip Salzenberg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 27 Jul 2003 11:27:52 -0400
Source: libextutils-parsexs-perl
Binary: libextutils-parsexs-perl
Architecture: source all
Version: 2.02-3
Distribution: unstable
Urgency: medium
Maintainer: Chip Salzenberg [EMAIL PROTECTED]
Changed-By: Chip Salzenberg [EMAIL PROTECTED]
Description: 
 libextutils-parsexs-perl - converts Perl XS code into C code
Changes: 
 libextutils-parsexs-perl (2.02-3) unstable; urgency=medium
 .
   * Link test program with $Config{perllibs} instead of $Config{libs},
 so build no longer needs libdb-dev and libgdbm-dev.  Adjust control
 accordingly.
Files: 
 f6e86ed6fc7ebe28a3875aab8cf3fe2a 646 perl optional libextutils-parsexs-perl_2.02-3.dsc
 89de1fb98bd7e4532aa9199eb5a369d9 2233 perl optional 
libextutils-parsexs-perl_2.02-3.diff.gz
 6a3d9797d6aa56eff6f53832e3d6bb85 25636 perl optional 
libextutils-parsexs-perl_2.02-3_all.deb

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

iD8DBQE/I+/Be/7CYy/KUL0RAijUAJ0dXvk7Kolbu8mfCEpyQ3NzuTlUkgCfSu6y
9yUp8ieAiWdHTd1zwhemw2M=
=U8xC
-END PGP SIGNATURE-


Accepted:
libextutils-parsexs-perl_2.02-3.diff.gz
  to pool/main/libe/libextutils-parsexs-perl/libextutils-parsexs-perl_2.02-3.diff.gz
libextutils-parsexs-perl_2.02-3.dsc
  to pool/main/libe/libextutils-parsexs-perl/libextutils-parsexs-perl_2.02-3.dsc
libextutils-parsexs-perl_2.02-3_all.deb
  to pool/main/libe/libextutils-parsexs-perl/libextutils-parsexs-perl_2.02-3_all.deb


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



Accepted lineakd 0.5.99.cvs20030726-2 (i386 source)

2003-07-27 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 27 Jul 2003 17:23:52 +0200
Source: lineakd
Binary: lineakd
Architecture: source i386
Version: 0.5.99.cvs20030726-2
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno [EMAIL PROTECTED]
Changed-By: Aurelien Jarno [EMAIL PROTECTED]
Description: 
 lineakd- LinEAK - GUI configurable support for multimedia keyboards
Closes: 203070
Changes: 
 lineakd (0.5.99.cvs20030726-2) unstable; urgency=low
 .
   * Removed use of /dev/tty in postinst (closes: bug#203070).
Files: 
 1e088a81e4ccb665cd4d2686ac6f8593 653 x11 optional lineakd_0.5.99.cvs20030726-2.dsc
 345937d48540662da85de20d7a947cc3 132049 x11 optional 
lineakd_0.5.99.cvs20030726-2.diff.gz
 384812758331f5b4131685d32d997925 68294 x11 optional 
lineakd_0.5.99.cvs20030726-2_i386.deb

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

iD8DBQE/I+9ww3ao2vG823MRAk7wAJ9AiGxn1773+nTtxMQXa7Du7XfY+ACghdW5
1Jxxeik+0VqEB0SuulTqIoo=
=a1Xz
-END PGP SIGNATURE-


Accepted:
lineakd_0.5.99.cvs20030726-2.diff.gz
  to pool/main/l/lineakd/lineakd_0.5.99.cvs20030726-2.diff.gz
lineakd_0.5.99.cvs20030726-2.dsc
  to pool/main/l/lineakd/lineakd_0.5.99.cvs20030726-2.dsc
lineakd_0.5.99.cvs20030726-2_i386.deb
  to pool/main/l/lineakd/lineakd_0.5.99.cvs20030726-2_i386.deb


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



Accepted mozilla-locale-ca 1.4-1 (all source)

2003-07-27 Thread Jordi Mallach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 27 Jul 2003 13:54:20 +0200
Source: mozilla-locale-ca
Binary: mozilla-locale-ca
Architecture: source all
Version: 1.4-1
Distribution: unstable
Urgency: low
Maintainer: Jordi Mallach [EMAIL PROTECTED]
Changed-By: Jordi Mallach [EMAIL PROTECTED]
Description: 
 mozilla-locale-ca - Mozilla Catalan Language Package
Changes: 
 mozilla-locale-ca (1.4-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control:
 + update depends for Mozilla 1.4.
 + Standards-Version: 3.6.0.0 (no changes).
   * debian/rules: bump $(VER) to 1.4.
Files: 
 0cc50c8c7877396a438ab6943d76d715 615 web optional mozilla-locale-ca_1.4-1.dsc
 c8cf0a1cebc45318a06fc676b9944cf0 609430 web optional mozilla-locale-ca_1.4.orig.tar.gz
 6ce81b7d67b421583beb771b11630e88 10987 web optional mozilla-locale-ca_1.4-1.diff.gz
 8767d4fa4f6138d4a1458e96c12d3086 612392 web optional mozilla-locale-ca_1.4-1_all.deb

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

iD8DBQE/I74wJYSUupF6Il4RApWNAKCCzze02McDaqd9M9Ws8jTq+31wwACcDRIu
4oqhduEyNyt88K6NzXQzDvk=
=7MNw
-END PGP SIGNATURE-


Accepted:
mozilla-locale-ca_1.4-1.diff.gz
  to pool/main/m/mozilla-locale-ca/mozilla-locale-ca_1.4-1.diff.gz
mozilla-locale-ca_1.4-1.dsc
  to pool/main/m/mozilla-locale-ca/mozilla-locale-ca_1.4-1.dsc
mozilla-locale-ca_1.4-1_all.deb
  to pool/main/m/mozilla-locale-ca/mozilla-locale-ca_1.4-1_all.deb
mozilla-locale-ca_1.4.orig.tar.gz
  to pool/main/m/mozilla-locale-ca/mozilla-locale-ca_1.4.orig.tar.gz


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



Accepted pd 0.37.cvs-2 (i386 source)

2003-07-27 Thread Debian/GNU
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 27 Jul 2003 17:46:19 +0200
Source: pd
Binary: pd
Architecture: source i386
Version: 0.37.cvs-2
Distribution: unstable
Urgency: low
Maintainer: Guenter Geiger (Debian/GNU) [EMAIL PROTECTED]
Changed-By: Guenter Geiger (Debian/GNU) [EMAIL PROTECTED]
Description: 
 pd - realtime computer music and graphics system
Closes: 203069
Changes: 
 pd (0.37.cvs-2) unstable; urgency=low
 .
   * added -fPIC to externals (closes: #203069)
Files: 
 257dc5b4315e79c2fa0ff122cacbf752 607 sound optional pd_0.37.cvs-2.dsc
 27eac8f261d6fa5ec7fa3fc8d24aab23 39563 sound optional pd_0.37.cvs-2.diff.gz
 4249e172035a77df429d69c7edf9bfe2 1400604 sound optional pd_0.37.cvs-2_i386.deb

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

iD8DBQE/I/Sm1pbKhmC2uVgRAnTyAJ4iNU6ZDJk6zZyrq62iqWTxtJDZdACggy1M
iHtxdi2KQPGu+A3QciyBse8=
=0UXd
-END PGP SIGNATURE-


Accepted:
pd_0.37.cvs-2.diff.gz
  to pool/main/p/pd/pd_0.37.cvs-2.diff.gz
pd_0.37.cvs-2.dsc
  to pool/main/p/pd/pd_0.37.cvs-2.dsc
pd_0.37.cvs-2_i386.deb
  to pool/main/p/pd/pd_0.37.cvs-2_i386.deb


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



Accepted minicom 2.1-4 (i386 source)

2003-07-27 Thread Martin A. Godisch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 27 Jul 2003 17:56:34 +0200
Source: minicom
Binary: minicom
Architecture: source i386
Version: 2.1-4
Distribution: unstable
Urgency: low
Maintainer: Martin A. Godisch [EMAIL PROTECTED]
Changed-By: Martin A. Godisch [EMAIL PROTECTED]
Description: 
 minicom- Friendly menu driven serial communication program
Closes: 201859 202896
Changes: 
 minicom (2.1-4) unstable; urgency=low
 .
   * Updated package description, closes: #201859.
   * Removed debug output, closes: #202896.
   * Removed debconf support, adjusted dependencies:
 + minicom/pr_port is done without confirmation,
 + minicom/configure is obsoleted by README.Debian.
   * Fixed removal of /etc/minicom.
   * Converted debian/changelog to UTF-8.
   * Updated standards version.
Files: 
 f4d968744ebb35f67bb7593ab3dada64 631 comm optional minicom_2.1-4.dsc
 c77f52993e0dd47c0a620c511c509276 10679 comm optional minicom_2.1-4.diff.gz
 8cb90af8cb4b3d13ce8b9b80c0a13ba2 272092 comm optional minicom_2.1-4_i386.deb

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

iD8DBQE/I/k3mpGCHWjc1gYRAkXhAKCHtRIl7VIjINkCJABe70UUiQNHggCfWJqA
tvCT6TOF4cosT18/+IT8QmY=
=XFWx
-END PGP SIGNATURE-


Accepted:
minicom_2.1-4.diff.gz
  to pool/main/m/minicom/minicom_2.1-4.diff.gz
minicom_2.1-4.dsc
  to pool/main/m/minicom/minicom_2.1-4.dsc
minicom_2.1-4_i386.deb
  to pool/main/m/minicom/minicom_2.1-4_i386.deb


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



Accepted scponly 3.8-3 (i386 source)

2003-07-27 Thread Thomas Wana
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 27 Jul 2003 13:02:46 +0200
Source: scponly
Binary: scponly
Architecture: source i386
Version: 3.8-3
Distribution: unstable
Urgency: low
Maintainer: Thomas Wana [EMAIL PROTECTED]
Changed-By: Thomas Wana [EMAIL PROTECTED]
Description: 
 scponly- Restricts the commands available to scp- and sftp-users
Closes: 203040 203041
Changes: 
 scponly (3.8-3) unstable; urgency=low
 .
   * Switched to gettext format for debconf (Closes: #203040)
   * Added french translation for debconf questions thanks to
 Michel Grentzinger (Closes: #203041)
   * Added german translation for debconf questions (myself)
Files: 
 d4dbbdca061164925aad2005e819dffe 563 utils optional scponly_3.8-3.dsc
 865f0b00dcd433a488af828e35eeeb36 26812 utils optional scponly_3.8-3.diff.gz
 de645a83468fb04080cf7072611a5ae5 20340 utils optional scponly_3.8-3_i386.deb

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

iD8DBQE/JAC7KO6zWj6NzMARAo50AKCAdcpPu2BY1As/i1tZA6EmH4nUwACcDOAf
/tpkk6sZxIxViN8Z8+yxfiI=
=+hJm
-END PGP SIGNATURE-


Accepted:
scponly_3.8-3.diff.gz
  to pool/main/s/scponly/scponly_3.8-3.diff.gz
scponly_3.8-3.dsc
  to pool/main/s/scponly/scponly_3.8-3.dsc
scponly_3.8-3_i386.deb
  to pool/main/s/scponly/scponly_3.8-3_i386.deb


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



Accepted openssh 1:3.6.1p2-4 (i386 source)

2003-07-27 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 27 Jul 2003 17:31:15 +0100
Source: openssh
Binary: ssh-askpass-gnome ssh
Architecture: source i386
Version: 1:3.6.1p2-4
Distribution: unstable
Urgency: low
Maintainer: Matthew Vernon [EMAIL PROTECTED]
Changed-By: Colin Watson [EMAIL PROTECTED]
Description: 
 ssh- Secure rlogin/rsh/rcp replacement (OpenSSH)
 ssh-askpass-gnome - under X, asks user for a passphrase for ssh-add
Closes: 164797 197040 198456 201150
Changes: 
 openssh (1:3.6.1p2-4) unstable; urgency=low
 .
   * getent can get just one key; no need to use grep (thanks, James Troup).
   * Move /usr/local/bin to the front of the default path, following
 /etc/login.defs (closes: #201150).
   * Remove specifics of problematic countries from package description
 (closes: #197040).
   * Update Spanish debconf template translation (thanks, Carlos Valdivia
 Yagüe; closes: #198456).
   * Backport upstream patch to pass monitor signals through to child
 (closes: #164797).
Files: 
 ccd555ecd77cdb2434a53d84f1f496f7 847 net standard openssh_3.6.1p2-4.dsc
 fcb2da18569f4582010eb210a85874cc 82112 net standard openssh_3.6.1p2-4.diff.gz
 972a12794fbd22da5d4a6484adc7f79b 628914 net standard ssh_3.6.1p2-4_i386.deb
 8c3b7a1c153b41d9cfc650ad9318bae2 42064 gnome optional 
ssh-askpass-gnome_3.6.1p2-4_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Colin Watson [EMAIL PROTECTED] -- Debian developer

iD4DBQE/JAMI9t0zAhD6TNERAvd6AJYm7iYvYsiytrOVvLy5D1jwdFmkAJ9+SGwD
dinw9IzUXGvsiPekrVmFXA==
=CLqk
-END PGP SIGNATURE-


Accepted:
openssh_3.6.1p2-4.diff.gz
  to pool/main/o/openssh/openssh_3.6.1p2-4.diff.gz
openssh_3.6.1p2-4.dsc
  to pool/main/o/openssh/openssh_3.6.1p2-4.dsc
ssh-askpass-gnome_3.6.1p2-4_i386.deb
  to pool/main/o/openssh/ssh-askpass-gnome_3.6.1p2-4_i386.deb
ssh_3.6.1p2-4_i386.deb
  to pool/main/o/openssh/ssh_3.6.1p2-4_i386.deb


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



Accepted kxmleditor 0.8.1-4 (i386 source)

2003-07-27 Thread Uli Martens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 14 Jul 2003 20:59:39 +0200
Source: kxmleditor
Binary: kxmleditor
Architecture: source i386
Version: 0.8.1-4
Distribution: unstable
Urgency: low
Maintainer: Mike Hommey [EMAIL PROTECTED]
Changed-By: Uli Martens [EMAIL PROTECTED]
Description: 
 kxmleditor - XML Editor for KDE
Changes: 
 kxmleditor (0.8.1-4) unstable; urgency=low
 .
   * NMU
   * Added lintian override for the changed menu
Files: 
 acc1201f9dc8bf3c6d24c46e435832f3 607 editors optional kxmleditor_0.8.1-4.dsc
 d3bf5e6d038f8846d6f3fa6e51cc4b9c 3882 editors optional kxmleditor_0.8.1-4.diff.gz
 c68fe3ca7862d3f5445579de2c475202 318652 editors optional kxmleditor_0.8.1-4_i386.deb

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

iD8DBQE/JAkKNFDtUT/MKpARAvryAKCtMZR/p45UwTtjLD1nkCrZQiviRgCff3x1
O/mJnEZ+qbskcrhtapJzm3I=
=QdM4
-END PGP SIGNATURE-


Accepted:
kxmleditor_0.8.1-4.diff.gz
  to pool/main/k/kxmleditor/kxmleditor_0.8.1-4.diff.gz
kxmleditor_0.8.1-4.dsc
  to pool/main/k/kxmleditor/kxmleditor_0.8.1-4.dsc
kxmleditor_0.8.1-4_i386.deb
  to pool/main/k/kxmleditor/kxmleditor_0.8.1-4_i386.deb
kxmleditor_0.8.1.orig.tar.gz
  to pool/main/k/kxmleditor/kxmleditor_0.8.1.orig.tar.gz


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



Accepted festival-doc 1.4.2-1 (all source)

2003-07-27 Thread Matthias Urlichs
-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Sun, 20 Jul 2003 18:24:47 +0200
Source: festival-doc
Binary: speech-tools-doc festival-doc
Architecture: source all
Version: 1.4.2-1
Distribution: unstable
Urgency: low
Maintainer: Matthias Urlichs [EMAIL PROTECTED]
Changed-By: Matthias Urlichs [EMAIL PROTECTED]
Description: 
 festival-doc - Documentation for Festival
 speech-tools-doc - Documentation for the Edinburgh Speech Tools
Closes: 143672
Changes: 
 festival-doc (1.4.2-1) unstable; urgency=low
 .
   * New upstream version. (Closes: #143672)
Files: 
 9cc29af66554889b885d0d50d8e8a2c9 715 doc optional festival-doc_1.4.2-1.dsc
 faabc25a6c1b11854c41adc257c47bdb 1652551 doc optional festival-doc_1.4.2.orig.tar.gz
 8d3ed0d9749c500efd40d32d4a2b0c29 3145 doc optional festival-doc_1.4.2-1.diff.gz
 da9ac65f884f0087c2c5795d5b404f4b 853360 doc optional festival-doc_1.4.2-1_all.deb
 9518ec5d6b18a43227d2dcf9b7286a91 676130 doc optional speech-tools-doc_1.4.2-1_all.deb

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

iQCVAwUBPyQPJD6XMRfcxSjpAQFe9AP/ZKGgUhghWAHE9mbM9DabxlA7uu0Iu4bJ
Sip/lNcJosi6J1HjIqLCT8kWxZIOJcRmNmiLeCd312G8OZkARjE2mtKmUZhrHIjE
6rGiM/gNlX6yvk/r5nHbWpnsk4AKhrtLGRt0t3CGy6ELE+ClgoDqCqNJeQ7eTROb
+c3zX++v8KA=
=8mSq
-END PGP SIGNATURE-


Accepted:
festival-doc_1.4.2-1.diff.gz
  to pool/main/f/festival-doc/festival-doc_1.4.2-1.diff.gz
festival-doc_1.4.2-1.dsc
  to pool/main/f/festival-doc/festival-doc_1.4.2-1.dsc
festival-doc_1.4.2-1_all.deb
  to pool/main/f/festival-doc/festival-doc_1.4.2-1_all.deb
festival-doc_1.4.2.orig.tar.gz
  to pool/main/f/festival-doc/festival-doc_1.4.2.orig.tar.gz
speech-tools-doc_1.4.2-1_all.deb
  to pool/main/f/festival-doc/speech-tools-doc_1.4.2-1_all.deb


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



Accepted rezound 0.8.1beta-5 (i386 source)

2003-07-27 Thread Debian/GNU
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 27 Jul 2003 17:57:54 +0200
Source: rezound
Binary: rezound
Architecture: source i386
Version: 0.8.1beta-5
Distribution: unstable
Urgency: low
Maintainer: Guenter Geiger (Debian/GNU) [EMAIL PROTECTED]
Changed-By: Guenter Geiger (Debian/GNU) [EMAIL PROTECTED]
Description: 
 rezound- Audio file editor
Changes: 
 rezound (0.8.1beta-5) unstable; urgency=low
 .
   * another 64 bit architecture buildd try .. until someone gives me
 enough money to buy such a machine
Files: 
 250aa167109151575794757e3435510e 770 sound optional rezound_0.8.1beta-5.dsc
 bb5746fbc3fdf20c778c6a767653ec20 19655 sound optional rezound_0.8.1beta-5.diff.gz
 90229f0b6b1ed31b3852a03d654244f9 1114172 sound optional rezound_0.8.1beta-5_i386.deb

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

iD8DBQE/JA4R1pbKhmC2uVgRAmf6AJ45Cc+02Rvnx2yja2gUxs6mAsC4zgCeLYac
clizLNFWsQER9lY136KpMho=
=wiFO
-END PGP SIGNATURE-


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


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



Accepted gcc-3.2 1:3.2.3ds9-7 (i386 source all)

2003-07-27 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 26 Jul 2003 03:40:06 -0400
Source: gcc-3.2
Binary: gcc-3.2-base libstdc++5-dev cpp-3.2-doc libgcj3-dev libobjc1 libstdc++5-doc 
libgcc1 libstdc++5 protoize g77-3.2-doc libstdc++5-dbg gobjc-3.2 g++-3.2 gnat-3.2-doc 
gcc-3.2 gpc-2.1-3.2-doc libstdc++5-pic g77-3.2 libgcj3 gpc-2.1-3.2 gcc-3.2-soft-float 
gcj-3.2 libgcj-common libffi libffi-dev libgnat3.15a fastjar gcc-3.2-doc gcc-3.2-nof 
libg2c0 fixincludes gij-3.2 cpp-3.2 gnat-3.2
Architecture: source i386 all
Version: 1:3.2.3ds9-7
Distribution: unstable
Urgency: medium
Maintainer: Debian GCC maintainers [EMAIL PROTECTED]
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 cpp-3.2- The GNU C preprocessor
 cpp-3.2-doc - Documentation for the GNU C preprocessor (cpp)
 g++-3.2- The GNU C++ compiler
 g77-3.2- The GNU Fortran 77 compiler
 g77-3.2-doc - Documentation for the GNU Fortran compiler (g77)
 gcc-3.2- The GNU C compiler
 gcc-3.2-base - The GNU Compiler Collection (base package)
 gcc-3.2-doc - Documentation for the GNU compilers (gcc, gobjc, g++)
 gnat-3.2   - The GNU Ada compiler
 gnat-3.2-doc - Documentation for the GNU Ada compiler (gnat)
 gobjc-3.2  - The GNU Objective-C compiler
 libstdc++5-dbg - The GNU Standard C++ Library v3 (debugging files)
 libstdc++5-dev - The GNU Standard C++ Library v3 (development files)
 libstdc++5-doc - The GNU Standard C++ Library v3 (documentation files)
 libstdc++5-pic - The GNU Standard C++ Library v3 (shared library subset kit)
Closes: 202927
Changes: 
 gcc-3.2 (1:3.2.3ds9-7) unstable; urgency=medium
 .
   * On sparc, /usr/lib was added to the library search path. Fix it.
 Closes: #202927.
Files: 
 5c05a023e484e13236b44ffba4bc08f1 2230 devel optional gcc-3.2_3.2.3ds9-7.dsc
 e0494b2bcc835499689dba0d191e84a8 1852368 devel optional gcc-3.2_3.2.3ds9-7.diff.gz
 06b7bc41afb5b5f9b67f14ac4cbea8e3 79422 doc optional cpp-3.2-doc_3.2.3-7_all.deb
 d94b64f63d916e26ab0cb42e3a521f74 2188390 doc optional libstdc++5-doc_3.2.3-7_all.deb
 16957ff388858208b9149996e9d1a034 276838 doc optional g77-3.2-doc_3.2.3-7_all.deb
 2a3a0c4b8dbe99b2690e1819385f28cb 326542 doc optional gnat-3.2-doc_3.2.3-7_all.deb
 2aeb783cddada3cbef6b79b506dc5d10 575330 doc optional gcc-3.2-doc_3.2.3-7_all.deb
 44504560181e5c3513b1407538483f93 129388 devel important gcc-3.2-base_3.2.3-7_i386.deb
 1208e322800ece452c6649773e37671f 119474 interpreters optional cpp-3.2_3.2.3-7_i386.deb
 05dd13416ba96d07cb3198f5213b5d6e 1293380 devel optional gobjc-3.2_3.2.3-7_i386.deb
 c2317058dd25b4f6625b82ae59c3a39c 1546090 devel optional g++-3.2_3.2.3-7_i386.deb
 ec824c4df8fb0d06af0a550b9044e820 729712 libdevel optional 
libstdc++5-dev_3.2.3-7_i386.deb
 79d5be0e47889511f5cfae5650ec058f 308810 libdevel extra libstdc++5-pic_3.2.3-7_i386.deb
 379ac924913c3b6834854ce44b1016ab 1505466 libdevel extra 
libstdc++5-dbg_3.2.3-7_i386.deb
 51b79c5d01c7a33be4f32b1669ac3a62 1426852 devel optional g77-3.2_3.2.3-7_i386.deb
 a19e000a58b884dccff9d9951f2bb5db 5401806 devel optional gnat-3.2_3.2.3-7_i386.deb
 7b894e8f51171e1de3c37c55acc0d4e6 2273940 devel optional gcc-3.2_3.2.3-7_i386.deb

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

iD8DBQE/IpjsStlRaw+TLJwRAukvAJwKWZ0vpCDJ7zM+jDR/3csPktGVpgCgoBPB
M5uBnb+03lZs3Q9HqoKKzUY=
=GQaP
-END PGP SIGNATURE-


Accepted:
cpp-3.2-doc_3.2.3-7_all.deb
  to pool/main/g/gcc-3.2/cpp-3.2-doc_3.2.3-7_all.deb
cpp-3.2_3.2.3-7_i386.deb
  to pool/main/g/gcc-3.2/cpp-3.2_3.2.3-7_i386.deb
g++-3.2_3.2.3-7_i386.deb
  to pool/main/g/gcc-3.2/g++-3.2_3.2.3-7_i386.deb
g77-3.2-doc_3.2.3-7_all.deb
  to pool/main/g/gcc-3.2/g77-3.2-doc_3.2.3-7_all.deb
g77-3.2_3.2.3-7_i386.deb
  to pool/main/g/gcc-3.2/g77-3.2_3.2.3-7_i386.deb
gcc-3.2-base_3.2.3-7_i386.deb
  to pool/main/g/gcc-3.2/gcc-3.2-base_3.2.3-7_i386.deb
gcc-3.2-doc_3.2.3-7_all.deb
  to pool/main/g/gcc-3.2/gcc-3.2-doc_3.2.3-7_all.deb
gcc-3.2_3.2.3-7_i386.deb
  to pool/main/g/gcc-3.2/gcc-3.2_3.2.3-7_i386.deb
gcc-3.2_3.2.3ds9-7.diff.gz
  to pool/main/g/gcc-3.2/gcc-3.2_3.2.3ds9-7.diff.gz
gcc-3.2_3.2.3ds9-7.dsc
  to pool/main/g/gcc-3.2/gcc-3.2_3.2.3ds9-7.dsc
gnat-3.2-doc_3.2.3-7_all.deb
  to pool/main/g/gcc-3.2/gnat-3.2-doc_3.2.3-7_all.deb
gnat-3.2_3.2.3-7_i386.deb
  to pool/main/g/gcc-3.2/gnat-3.2_3.2.3-7_i386.deb
gobjc-3.2_3.2.3-7_i386.deb
  to pool/main/g/gcc-3.2/gobjc-3.2_3.2.3-7_i386.deb
libstdc++5-dbg_3.2.3-7_i386.deb
  to pool/main/g/gcc-3.2/libstdc++5-dbg_3.2.3-7_i386.deb
libstdc++5-dev_3.2.3-7_i386.deb
  to pool/main/g/gcc-3.2/libstdc++5-dev_3.2.3-7_i386.deb
libstdc++5-doc_3.2.3-7_all.deb
  to pool/main/g/gcc-3.2/libstdc++5-doc_3.2.3-7_all.deb
libstdc++5-pic_3.2.3-7_i386.deb
  to pool/main/g/gcc-3.2/libstdc++5-pic_3.2.3-7_i386.deb


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



Accepted licq 1.2.7-1 (i386 source all)

2003-07-27 Thread Zed Pobre
-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Sun, 27 Jul 2003 14:00:32 -0500
Source: licq
Binary: licq-plugin-rms licq-plugin-console licq-plugin-qt licq-dev licq 
licq-plugin-kde licq-plugin-jonsgtk
Architecture: source i386 all
Version: 1.2.7-1
Distribution: unstable
Urgency: low
Maintainer: Zed Pobre [EMAIL PROTECTED]
Changed-By: Zed Pobre [EMAIL PROTECTED]
Description: 
 licq   - ICQ clone (base files)
 licq-dev   - LICQ Development and Header Files
 licq-plugin-console - Text front-end plugin for LICQ
 licq-plugin-jonsgtk - Jons GTK front-end plugin for LICQ
 licq-plugin-kde - Graphical front-end plugin for LICQ using Qt and KDE
 licq-plugin-qt - Graphical front-end plugin for LICQ using Qt
 licq-plugin-rms - LICQ remote management server for telnet LICQ access
Closes: 173969 187152 194028 200176 200312 202983
Changes: 
 licq (1.2.7-1) unstable; urgency=low
 .
   * New upstream version (closes: #200312)
 - GPL+OpenSSL exemption now in license (closes: #173969)
 - Server-side user lists should be fixed (closes: #187152)
 - Some compatability with AIM
   * Build-Depends libpng12-dev (closes: #202983)
   * Desktop file added for licq to /usr/share/applications/ (thanks to
 André Dahlqvist [EMAIL PROTECTED]) (closes: #200176)
   * Split out binary-indep and binary-arch in debian/rules (closes: #194028)
   * Use dh_install and rm -rf instead of dh_movefiles, since Joey Hess has
 stated that dh_movefiles should be considered deprecated
 (debian-devel, [EMAIL PROTECTED])
Files: 
 f66f0cdb4f33014c19c09f51f65a90a4 1259 net optional licq_1.2.7-1.dsc
 c1d15e037031a13de289ec27eb15b72f 5275021 net optional licq_1.2.7.orig.tar.gz
 7638c21f39c54ff19ac02f18d72f4abb 657223 net optional licq_1.2.7-1.diff.gz
 58040043e42e35fafcaa7db3b9e0f5f0 62116 net optional licq-dev_1.2.7-1_all.deb
 75fd167161975983782352ea856c555a 449702 net optional licq_1.2.7-1_i386.deb
 96ce0ffbd3f0117c6ca35f31817bbdbc 60900 net optional 
licq-plugin-console_1.2.7-1_i386.deb
 d6a45fc79d4b1d25e577ca6110629f43 106086 net optional 
licq-plugin-jonsgtk_1.2.7-1_i386.deb
 be5be57ba39032f06ad57be1cf0262d8 1305878 net optional licq-plugin-kde_1.2.7-1_i386.deb
 6ff8b08c663201c9ec21265ac0abd4cd 1304888 net optional licq-plugin-qt_1.2.7-1_i386.deb
 9c55cb9379804eb48078b4383c080073 30038 net optional licq-plugin-rms_1.2.7-1_i386.deb

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

iQEVAwUBPyQsFR0207zoJUw5AQHaxQf/ZGHcJFvv+7ysZ7683csTdSha5T25od6Y
aj+JYTMSUMFIIZhLWrI+lZbFSfzKNjLoy+D/LDDOVyo6wY5csthliHtQGspsKKWC
0snoHb160wVkVbfHWESSe6KmLDGMYdDbWpAeBUQRXOvKRrgntVcsAxKOblUL6vYx
kj8RzAVWhV18AKJIga3rG8UMn4IzhkggZN23B6lUprLePULO/FHDlZK8KFMAiAF0
QD3fGhi4aqRiQkuFf/x877Gqsk71M2cEPpbBM2d+3aCAfEKuszpOuuxqj+/Pq8Pm
GRaZHtWf24yQcuyx8D9/jprGxsa1Ca6n3ccO/y5hYGl46tOFEAubsA==
=pqcz
-END PGP SIGNATURE-


Accepted:
licq-dev_1.2.7-1_all.deb
  to pool/main/l/licq/licq-dev_1.2.7-1_all.deb
licq-plugin-console_1.2.7-1_i386.deb
  to pool/main/l/licq/licq-plugin-console_1.2.7-1_i386.deb
licq-plugin-jonsgtk_1.2.7-1_i386.deb
  to pool/main/l/licq/licq-plugin-jonsgtk_1.2.7-1_i386.deb
licq-plugin-kde_1.2.7-1_i386.deb
  to pool/main/l/licq/licq-plugin-kde_1.2.7-1_i386.deb
licq-plugin-qt_1.2.7-1_i386.deb
  to pool/main/l/licq/licq-plugin-qt_1.2.7-1_i386.deb
licq-plugin-rms_1.2.7-1_i386.deb
  to pool/main/l/licq/licq-plugin-rms_1.2.7-1_i386.deb
licq_1.2.7-1.diff.gz
  to pool/main/l/licq/licq_1.2.7-1.diff.gz
licq_1.2.7-1.dsc
  to pool/main/l/licq/licq_1.2.7-1.dsc
licq_1.2.7-1_i386.deb
  to pool/main/l/licq/licq_1.2.7-1_i386.deb
licq_1.2.7.orig.tar.gz
  to pool/main/l/licq/licq_1.2.7.orig.tar.gz


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



Accepted clips 6.21-2 (i386 source)

2003-07-27 Thread Javier Fernandez-Sanguino Pen~a
-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Sun, 27 Jul 2003 13:22:35 +0200
Source: clips
Binary: libclips libclips-dev xclips clips-common clips
Architecture: source i386
Version: 6.21-2
Distribution: unstable
Urgency: low
Maintainer: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Changed-By: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Description: 
 clips  - C Language Integrated Production System
 clips-common - CLIPS common files and examples
 libclips   - CLIPS shared libraries
 libclips-dev - CLIPS shared libraries
 xclips - Graphic interface to the C Language Integrated Production Syste
Changes: 
 clips (6.21-2) unstable; urgency=low
 .
   * Added -Xlibclips to dh_makeshlibs to avoid duplicate dependancies
   * Change section of libclips-dev to libdevel
   * Wrote a manpage for xclips.
   * Moved documentation to the clips-common package.
   * Small changes to the clips.1 manpage.
   * Removed the /usr/doc symlink from the clips postinst
   * Marked /etc/X11/app-defaults/Xclips as a conffile.
Files: 
 35e42a90d084032b9c9117ead34b63b6 750 interpreters optional clips_6.21-2.dsc
 b5c286745f5e77d4b826c5bdf88c766c 237222 interpreters optional clips_6.21-2.diff.gz
 aa1a6fff183afce749862dd805322f9f 12012 interpreters optional clips_6.21-2_i386.deb
 c896e0217589263a4bce5e3ae323d7c0 40966 interpreters optional xclips_6.21-2_i386.deb
 04b19981b20b0069bbaf44f5d5823d9d 319942 libs optional libclips_6.21-2_i386.deb
 f8645b1ddaa441b095f0f7398629dbfe 517382 libdevel optional libclips-dev_6.21-2_i386.deb
 ab719f60e87c361993c9a9713608e393 122264 interpreters optional 
clips-common_6.21-2_i386.deb

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

iQCVAwUBPyQuE/tEPvakNq0lAQEDSAP+Nnw6P0DvvkN6f+ohys//f32vqVdbD4BV
Ra21lMNAMk0FTdS9ngc36N9JFa+OkpzVHBrSzTTvEdm3h0+la96UD1Ac1QNDNw04
HUwTB3kRbZy2Rm55jvujsqLWSfr6HqTdysgqOtm8wmSw6n4ibRvA0Ll/S8mJtGBz
PAb0KFz5jrw=
=fAeK
-END PGP SIGNATURE-


Accepted:
clips-common_6.21-2_i386.deb
  to pool/main/c/clips/clips-common_6.21-2_i386.deb
clips_6.21-2.diff.gz
  to pool/main/c/clips/clips_6.21-2.diff.gz
clips_6.21-2.dsc
  to pool/main/c/clips/clips_6.21-2.dsc
clips_6.21-2_i386.deb
  to pool/main/c/clips/clips_6.21-2_i386.deb
libclips-dev_6.21-2_i386.deb
  to pool/main/c/clips/libclips-dev_6.21-2_i386.deb
libclips_6.21-2_i386.deb
  to pool/main/c/clips/libclips_6.21-2_i386.deb
xclips_6.21-2_i386.deb
  to pool/main/c/clips/xclips_6.21-2_i386.deb


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



Accepted dpkg-iasearch 0.12 (all source)

2003-07-27 Thread Javier Fernandez-Sanguino Pen~a
-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Sun, 27 Jul 2003 21:40:26 +0200
Source: dpkg-iasearch
Binary: dpkg-iasearch
Architecture: source all
Version: 0.12
Distribution: unstable
Urgency: low
Maintainer: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Changed-By: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Description: 
 dpkg-iasearch - An interface to find relevant packages in Debian.
Closes: 201238
Changes: 
 dpkg-iasearch (0.12) unstable; urgency=low
 .
   * Fixed typos in control file.
   * Moved to po-debconf applying the provided patch and
 fixed Build-Depends line (Closes: #201238)
   * Changed Build-Depends to Build-Depends-Indep
   * Nice'd dpkg-make-index because it might make the CPU temperature
 rise with the number of packages currently available in Debian.
   * clean target now cleans build too
Files: 
 3da0cf6d09efe5878db732edad680f8a 635 utils optional dpkg-iasearch_0.12.dsc
 56824c6f9cc518e8dcb500a9720cfe92 9992 utils optional dpkg-iasearch_0.12.tar.gz
 23e80b66884ce628935a983097fd6852 9228 utils optional dpkg-iasearch_0.12_all.deb

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

iQCVAwUBPyQvbftEPvakNq0lAQHcZwQAlBUeYqyWFgWkp5F5zrHvstYAs+hB5nxo
ss4eqseuRoxlYo4lE9YVoC0FsYPZNriXDIu64zzVktOHeS0QsRLXh/u22R3Ak3UJ
JQSt1Tpc9tRHtwgDgvbNzdPFcte0ARi/UsRiar3FJrZOtAzMugnuNOobLkNExEwX
+aqwaS/zFYA=
=tyE/
-END PGP SIGNATURE-


Accepted:
dpkg-iasearch_0.12.dsc
  to pool/main/d/dpkg-iasearch/dpkg-iasearch_0.12.dsc
dpkg-iasearch_0.12.tar.gz
  to pool/main/d/dpkg-iasearch/dpkg-iasearch_0.12.tar.gz
dpkg-iasearch_0.12_all.deb
  to pool/main/d/dpkg-iasearch/dpkg-iasearch_0.12_all.deb


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



Accepted sdcc 2.3.5+cvs20030727-1 (i386 source all)

2003-07-27 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 27 Jul 2003 21:32:47 +0200
Source: sdcc
Binary: sdcc-ucsim sdcc-doc sdcc
Architecture: source i386 all
Version: 2.3.5+cvs20030727-1
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno [EMAIL PROTECTED]
Changed-By: Aurelien Jarno [EMAIL PROTECTED]
Description: 
 sdcc   - Small Device C Compiler
 sdcc-doc   - Documentation for the SDCC compiler
 sdcc-ucsim - Micro-controller simulator for SDCC
Changes: 
 sdcc (2.3.5+cvs20030727-1) unstable; urgency=low
 .
   * New CVS version.
   * Build-Depends on g++-3.2 (= 3.2.3-7) on Sparc. I hope it would build
 correctly now.
   * Updated Policy standard compliance to 3.6.0.
Files: 
 196fccb283b98d49f40cefc31955f656 787 electronics optional sdcc_2.3.5+cvs20030727-1.dsc
 e9e8d82211731c31ed9fd5d2a7fe5215 2711354 electronics optional 
sdcc_2.3.5+cvs20030727.orig.tar.gz
 948d58c5d1309daf8f0339455622ad7a 15963 electronics optional 
sdcc_2.3.5+cvs20030727-1.diff.gz
 9b3a94476d3bb6fc2eac2578fa0e2c77 612836 electronics optional 
sdcc-doc_2.3.5+cvs20030727-1_all.deb
 728e4b0e8eea9276abebd4677a66a02e 1471250 electronics optional 
sdcc_2.3.5+cvs20030727-1_i386.deb
 38be8729d53788bbaafe648c896873d2 391400 electronics optional 
sdcc-ucsim_2.3.5+cvs20030727-1_i386.deb

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

iD8DBQE/JCvNw3ao2vG823MRAoWLAJwNsGvgOezF1YWA0hxGvGY5kJqlFwCbB8JS
0RJE0nk1ckUGm1bzOhivAWI=
=W8im
-END PGP SIGNATURE-


Accepted:
sdcc-doc_2.3.5+cvs20030727-1_all.deb
  to pool/main/s/sdcc/sdcc-doc_2.3.5+cvs20030727-1_all.deb
sdcc-ucsim_2.3.5+cvs20030727-1_i386.deb
  to pool/main/s/sdcc/sdcc-ucsim_2.3.5+cvs20030727-1_i386.deb
sdcc_2.3.5+cvs20030727-1.diff.gz
  to pool/main/s/sdcc/sdcc_2.3.5+cvs20030727-1.diff.gz
sdcc_2.3.5+cvs20030727-1.dsc
  to pool/main/s/sdcc/sdcc_2.3.5+cvs20030727-1.dsc
sdcc_2.3.5+cvs20030727-1_i386.deb
  to pool/main/s/sdcc/sdcc_2.3.5+cvs20030727-1_i386.deb
sdcc_2.3.5+cvs20030727.orig.tar.gz
  to pool/main/s/sdcc/sdcc_2.3.5+cvs20030727.orig.tar.gz


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



Accepted slicker 0.0.0cvs20030726-1 (i386 source)

2003-07-27 Thread Igor Genibel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 27 Jul 2003 17:34:42 +0200
Source: slicker
Binary: libslicker-dev slicker-applets slicker libslicker0
Architecture: source i386
Version: 0.0.0cvs20030726-1
Distribution: unstable
Urgency: low
Maintainer: Igor Genibel [EMAIL PROTECTED]
Changed-By: Igor Genibel [EMAIL PROTECTED]
Description: 
 libslicker-dev - Development environment for Slicker
 libslicker0 - Runtime libraries for Slicker
 slicker- binary for SlicKer, an alternative for the KDE Kicker
 slicker-applets - all slicker's applets
Changes: 
 slicker (0.0.0cvs20030726-1) unstable; urgency=low
 .
   * New CVS snapshot
   * Fix some building errors from CVS
   * update libtool references (autoreconf --force) in order to
 build on arm (Closes #194328)
Files: 
 3c7349255837c84323b4699c20b3dd22 784 kde optional slicker_0.0.0cvs20030726-1.dsc
 cf9563c1251bc98a1e475f899df3d4e6 384337 kde optional 
slicker_0.0.0cvs20030726.orig.tar.gz
 7d0a5ccf8644abff5100ebc71498916b 11079 kde optional slicker_0.0.0cvs20030726-1.diff.gz
 fe1b0e84633700ea81763261190189e2 72924 libs optional 
libslicker0_0.0.0cvs20030726-1_i386.deb
 2cc4c0b97094c5565fa0037e2b56a7a9 14912 libdevel optional 
libslicker-dev_0.0.0cvs20030726-1_i386.deb
 aaa3792c9e48312328f5e73d7e37f693 161822 kde optional 
slicker_0.0.0cvs20030726-1_i386.deb
 af9ad49f529e0a136241fd20ce3c9bf8 183830 kde optional 
slicker-applets_0.0.0cvs20030726-1_i386.deb

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

iD8DBQE/JDfCxEsCZp1zW08RAss4AKC47Pn9DFN9HHGrLluBWlMOLsH2/QCfcDQ2
K2tOB/RUHhlLc+JP9SEXBG4=
=Rdmz
-END PGP SIGNATURE-


Accepted:
libslicker-dev_0.0.0cvs20030726-1_i386.deb
  to pool/main/s/slicker/libslicker-dev_0.0.0cvs20030726-1_i386.deb
libslicker0_0.0.0cvs20030726-1_i386.deb
  to pool/main/s/slicker/libslicker0_0.0.0cvs20030726-1_i386.deb
slicker-applets_0.0.0cvs20030726-1_i386.deb
  to pool/main/s/slicker/slicker-applets_0.0.0cvs20030726-1_i386.deb
slicker_0.0.0cvs20030726-1.diff.gz
  to pool/main/s/slicker/slicker_0.0.0cvs20030726-1.diff.gz
slicker_0.0.0cvs20030726-1.dsc
  to pool/main/s/slicker/slicker_0.0.0cvs20030726-1.dsc
slicker_0.0.0cvs20030726-1_i386.deb
  to pool/main/s/slicker/slicker_0.0.0cvs20030726-1_i386.deb
slicker_0.0.0cvs20030726.orig.tar.gz
  to pool/main/s/slicker/slicker_0.0.0cvs20030726.orig.tar.gz


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



Accepted dhcpcd 1:1.3.22pl4-8 (i386 source)

2003-07-27 Thread Simon Kelley
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 26 Jul 2003 15:32:59 +
Source: dhcpcd
Binary: dhcpcd
Architecture: source i386
Version: 1:1.3.22pl4-8
Distribution: unstable
Urgency: low
Maintainer: Simon Kelley [EMAIL PROTECTED]
Changed-By: Simon Kelley [EMAIL PROTECTED]
Description: 
 dhcpcd - DHCP client for automatically configuring IPv4 networking.
Closes: 196485 197624
Changes: 
 dhcpcd (1:1.3.22pl4-8) unstable; urgency=low
 .
 * Tweaked Conflicts: (closes: #196485)
 * Use safe tests in the wrapper script. (closes: #197624)
 * Move *cache *and *info files from /etc/dhcpc to /var/lib/dhcpc
   to facilitate machines without writable root filesystems.
   /etc/dhcpc/resolv.conf becomes a link to /var/lib/dhcpc/resolv.conf
   for the same reason.
 * Tweaked pre-depends to avoid needless conflicts when installing
   on woody.
 * Added version to bsdutils dependency and updated copyright, both
   to please lintian.
Files: 
 f2a6e9ffe7facda90fd335309f38c80f 578 net optional dhcpcd_1.3.22pl4-8.dsc
 421e11554353060e4f50e1a46ce5f771 39147 net optional dhcpcd_1.3.22pl4-8.diff.gz
 e03ccf6298fff077514031f51a5f033e 53128 net optional dhcpcd_1.3.22pl4-8_i386.deb

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

iD8DBQE/JAIswEl0z99oB74RArB1AJoD/wVJRXCuFdHl+tJnq/ksv/L0pwCfUwLN
NEcXzXkHcOPVgGeTIZYDxno=
=zd4A
-END PGP SIGNATURE-


Accepted:
dhcpcd_1.3.22pl4-8.diff.gz
  to pool/main/d/dhcpcd/dhcpcd_1.3.22pl4-8.diff.gz
dhcpcd_1.3.22pl4-8.dsc
  to pool/main/d/dhcpcd/dhcpcd_1.3.22pl4-8.dsc
dhcpcd_1.3.22pl4-8_i386.deb
  to pool/main/d/dhcpcd/dhcpcd_1.3.22pl4-8_i386.deb


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



Accepted cdlabelgen 2.6.0-3 (all source)

2003-07-27 Thread Juan Manuel Garcia Molina
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 27 Jul 2003 23:19:36 +0200
Source: cdlabelgen
Binary: cdlabelgen
Architecture: source all
Version: 2.6.0-3
Distribution: unstable
Urgency: low
Maintainer: Juan Manuel Garcia Molina [EMAIL PROTECTED]
Changed-By: Juan Manuel Garcia Molina [EMAIL PROTECTED]
Description: 
 cdlabelgen - generates front cards and tray cards for CDs
Closes: 202544
Changes: 
 cdlabelgen (2.6.0-3) unstable; urgency=low
 .
   * Package adopted (Closes: #202544).
   * Bumped Standards-Version: to 3.6.0.
   * Remove useless debian/cdlabelgen.{postinst,prerm} scripts.
   * Change debhelper dependency to make lintian happier.
   * Added Stephen Gran to Uploaders:.
Files: 
 71dbe89264c35371a1d27c2560ed1570 644 graphics optional cdlabelgen_2.6.0-3.dsc
 9259c31029dffc10d09159bb344ba381 159568 graphics optional cdlabelgen_2.6.0.orig.tar.gz
 a6c844265b42ae60fab1c011351e7eba 33677 graphics optional cdlabelgen_2.6.0-3.diff.gz
 22aba1615f542c18626a698363e61a8c 159258 graphics optional cdlabelgen_2.6.0-3_all.deb

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

iD8DBQE/JEjbSYIMHOpZA44RAj2tAKC7HamT5VN66vYCvM214hpuxgST7QCfQLVu
8woJwAEQw07DpKJhgUgMoVw=
=Krss
-END PGP SIGNATURE-


Accepted:
cdlabelgen_2.6.0-3.diff.gz
  to pool/main/c/cdlabelgen/cdlabelgen_2.6.0-3.diff.gz
cdlabelgen_2.6.0-3.dsc
  to pool/main/c/cdlabelgen/cdlabelgen_2.6.0-3.dsc
cdlabelgen_2.6.0-3_all.deb
  to pool/main/c/cdlabelgen/cdlabelgen_2.6.0-3_all.deb


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



Accepted file 4.03-1 (i386 source)

2003-07-27 Thread Michael Piefel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 27 Jul 2003 23:39:15 +0200
Source: file
Binary: libmagic1 file libmagic-dev
Architecture: source i386
Version: 4.03-1
Distribution: unstable
Urgency: low
Maintainer: Michael Piefel [EMAIL PROTECTED]
Changed-By: Michael Piefel [EMAIL PROTECTED]
Description: 
 file   - Determines file type using magic numbers
 libmagic-dev - File type determination library (development)
 libmagic1  - File type determination library using magic numbers
Closes: 194697 195330 195583 196162 196163 201301
Changes: 
 file (4.03-1) unstable; urgency=low
 .
   * New upstream
 - fixes Zsh bug (closes: #195583, #196163)
 - incorporates many Debian changes to magic entries
 - also closes: #196162 (no more Broken HTML)
   * Reformatted ancient changelog entries and made sure changelog
 is in UTF-8.
   * File depends on correct library version now (closes: #194697)
   * Recognizes more Magic Cookies (closes: #201301)
   * Dynamically updates libtool (closes: #195330)
Files: 
 3802ae7635171897df03a4f113527f6a 606 utils standard file_4.03-1.dsc
 679d8982035167160c2d7bd2112fdf85 342596 utils standard file_4.03.orig.tar.gz
 790808583a2d6f0709c5533c440e867b 75352 utils standard file_4.03-1.diff.gz
 aa8378169c62eb975f1c1711e257ed6f 23266 utils standard file_4.03-1_i386.deb
 f8d7739faeb9cf76e2214aa456bd0c82 189760 libs standard libmagic1_4.03-1_i386.deb
 efac304cd6097fbc2639f6998a2a578b 38982 devel optional libmagic-dev_4.03-1_i386.deb

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

iD8DBQE/JElcTXj5ne9DlpARAmvhAKC6DftBoNexbjRSFB+aJyL9BUMAGgCfYHI/
RG/IyUQUVurGOVO/F6RzRfo=
=V1on
-END PGP SIGNATURE-


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


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



Accepted axkit 1.6.1-2 (i386 source all)

2003-07-27 Thread Ardo van Rangelrooij
-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Sun, 27 Jul 2003 19:26:48 -0500
Source: axkit
Binary: axkit axkit-language-htmldoc axkit-examples axkit-language-query
Architecture: source all i386
Version: 1.6.1-2
Distribution: unstable
Urgency: low
Maintainer: Ardo van Rangelrooij [EMAIL PROTECTED]
Changed-By: Ardo van Rangelrooij [EMAIL PROTECTED]
Description: 
 axkit  - An XML Application Server for Apache
 axkit-examples - AxKit examples
 axkit-language-htmldoc - AxKit module for converting XHTML into PDF using HTMLDOC
 axkit-language-query - AxKit module for querying databases using Perl DBI
Changes: 
 axkit (1.6.1-2) unstable; urgency=low
 .
   * debian/rules: moved debhelper compatibility level setting to
 'debian/compat' per latest debhelper best practices
   * debian/control: changed build dependency on 'debhelper' to '(= 4.1)'
   * debian/control: upgraded to Debian Policy 3.6.0 (no changes)
Files: 
 b1e26685e8e1c392625dcbd060e12045 1098 web optional axkit_1.6.1-2.dsc
 840a654a7efd72951c4d6463a60e82f7 4340 web optional axkit_1.6.1-2.diff.gz
 f83602a54d032d3efd8106df8be9be63 196590 web optional axkit-examples_1.6.1-2_all.deb
 c90e2f88801b5e3c5158104871350112 11250 web optional 
axkit-language-htmldoc_1.6.1-2_all.deb
 9cd5b42d8ca41ec38b356af54318005a 6710 web optional 
axkit-language-query_1.6.1-2_all.deb
 01864cef34a1535620be0f3aa9a981e5 184176 web optional axkit_1.6.1-2_i386.deb

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

iQCVAwUBPyRuCD6XMRfcxSjpAQHjTAQAxnMLPLjoo4bo9Qy57Eiu+1UNY3Q1ljMl
F8kcZPLTSRjxkLEZNpeQh6J8a6aiJMTbsEK931cCu7PJY50vOa2YTrB/WKVZMttx
I14kHalMTbCt4YJupqSMFxee0+GpgLeFLgiBoxH0qw+nuzIT97/DqvCEYs6kkuwl
SaP7Z/h0OsY=
=Og5p
-END PGP SIGNATURE-


Accepted:
axkit-examples_1.6.1-2_all.deb
  to pool/main/a/axkit/axkit-examples_1.6.1-2_all.deb
axkit-language-htmldoc_1.6.1-2_all.deb
  to pool/main/a/axkit/axkit-language-htmldoc_1.6.1-2_all.deb
axkit-language-query_1.6.1-2_all.deb
  to pool/main/a/axkit/axkit-language-query_1.6.1-2_all.deb
axkit_1.6.1-2.diff.gz
  to pool/main/a/axkit/axkit_1.6.1-2.diff.gz
axkit_1.6.1-2.dsc
  to pool/main/a/axkit/axkit_1.6.1-2.dsc
axkit_1.6.1-2_i386.deb
  to pool/main/a/axkit/axkit_1.6.1-2_i386.deb


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



Accepted axkit-xsp-webutils 1.6-1 (all source)

2003-07-27 Thread Ardo van Rangelrooij
-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Sun, 27 Jul 2003 19:47:50 -0500
Source: axkit-xsp-webutils
Binary: axkit-xsp-webutils
Architecture: source all
Version: 1.6-1
Distribution: unstable
Urgency: low
Maintainer: Ardo van Rangelrooij [EMAIL PROTECTED]
Changed-By: Ardo van Rangelrooij [EMAIL PROTECTED]
Description: 
 axkit-xsp-webutils - AxKit XSP tab library for building web applications
Changes: 
 axkit-xsp-webutils (1.6-1) unstable; urgency=low
 .
   * New upstream release
   * debian/rules: moved debhelper compatibility level setting to
 'debian/compat' per latest debhelper best practices
   * debian/control: changed build dependency on 'debhelper' to '(= 4.1)'
   * debian/control: upgraded to Debian Policy 3.6.0 (no changes)
Files: 
 3564ff3b86b63e39ee354f1386c1f27a 735 web optional axkit-xsp-webutils_1.6-1.dsc
 a24efa07e3e332f76ea3b67a29478ebe 5347 web optional axkit-xsp-webutils_1.6.orig.tar.gz
 aebb315afe7c46a4822f5b67e60b79e4 1582 web optional axkit-xsp-webutils_1.6-1.diff.gz
 10fe1dedc8b09eeeba740e121599f5aa 12276 web optional axkit-xsp-webutils_1.6-1_all.deb

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

iQCVAwUBPyRy1z6XMRfcxSjpAQGEpQQAoQvmZ3t6yHOBBtXeVsSyNZMC5Xj9Q87Q
9sr1iLRFXZ2RH/AYjSGrI5w88Zfa11Mdj43ESV+rw5MO/BD+vmGQ164d55t1z8eH
2JIApqrZ/b/N5W6t45OY2pDuxxQWk6/TosVPAb2V/9HTHPyIFeqnHQ19R0pd9ACs
pjFJsI8D7TI=
=Ms8c
-END PGP SIGNATURE-


Accepted:
axkit-xsp-webutils_1.6-1.diff.gz
  to pool/main/a/axkit-xsp-webutils/axkit-xsp-webutils_1.6-1.diff.gz
axkit-xsp-webutils_1.6-1.dsc
  to pool/main/a/axkit-xsp-webutils/axkit-xsp-webutils_1.6-1.dsc
axkit-xsp-webutils_1.6-1_all.deb
  to pool/main/a/axkit-xsp-webutils/axkit-xsp-webutils_1.6-1_all.deb
axkit-xsp-webutils_1.6.orig.tar.gz
  to pool/main/a/axkit-xsp-webutils/axkit-xsp-webutils_1.6.orig.tar.gz


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



Accepted lineakd 0.5.99.cvs20030726-3 (i386 source)

2003-07-27 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 28 Jul 2003 02:16:29 +0200
Source: lineakd
Binary: lineakd
Architecture: source i386
Version: 0.5.99.cvs20030726-3
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno [EMAIL PROTECTED]
Changed-By: Aurelien Jarno [EMAIL PROTECTED]
Description: 
 lineakd- LinEAK - GUI configurable support for multimedia keyboards
Changes: 
 lineakd (0.5.99.cvs20030726-3) unstable; urgency=low
 .
   * Fixed an error in /etc/lineakkb.def.
Files: 
 bf46a17a499202162b86035805b7e894 653 x11 optional lineakd_0.5.99.cvs20030726-3.dsc
 07ce4e1dd35eda72c2cceffc1165bb62 132052 x11 optional 
lineakd_0.5.99.cvs20030726-3.diff.gz
 3e8341bf61de11259553d00fafc6425b 68336 x11 optional 
lineakd_0.5.99.cvs20030726-3_i386.deb

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

iD8DBQE/JHDqw3ao2vG823MRAhEdAKCJTbffBSgl96DDMI65+f30iqVr5wCdFneY
dtSQSXu+nNkzk6Nm1AIvXMM=
=NtKY
-END PGP SIGNATURE-


Accepted:
lineakd_0.5.99.cvs20030726-3.diff.gz
  to pool/main/l/lineakd/lineakd_0.5.99.cvs20030726-3.diff.gz
lineakd_0.5.99.cvs20030726-3.dsc
  to pool/main/l/lineakd/lineakd_0.5.99.cvs20030726-3.dsc
lineakd_0.5.99.cvs20030726-3_i386.deb
  to pool/main/l/lineakd/lineakd_0.5.99.cvs20030726-3_i386.deb


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



Accepted hddtemp 0.3-beta7-4 (i386 source)

2003-07-27 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 28 Jul 2003 02:32:00 +0200
Source: hddtemp
Binary: hddtemp
Architecture: source i386
Version: 0.3-beta7-4
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno [EMAIL PROTECTED]
Changed-By: Aurelien Jarno [EMAIL PROTECTED]
Description: 
 hddtemp- Utility to monitor the temperature of your hard drive
Closes: 203107
Changes: 
 hddtemp (0.3-beta7-4) unstable; urgency=low
 .
   * Changed the DAEMON parameter in /etc/default/hddtemp to RUN_DAEMON
 (closes: bug#203107).
   * Updated the database to version 036.
   * Updated Policy standard compliance to 3.6.0.
Files: 
 3c0b1d7605e4b101650d7d9ac82ad975 619 utils extra hddtemp_0.3-beta7-4.dsc
 77cb594e4fbb91aadf831082c5f1d74e 12956 utils extra hddtemp_0.3-beta7-4.diff.gz
 3e9ea1e3d2951bae836c5e9ce1a7bda2 33242 utils extra hddtemp_0.3-beta7-4_i386.deb

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

iD8DBQE/JHHhw3ao2vG823MRAgFFAJ98JiFCXK7OtAOsRF8+XF5lmT9n6wCeJpuh
jKSxY3lh1zE4rRGZB8HwYAQ=
=oqay
-END PGP SIGNATURE-


Accepted:
hddtemp_0.3-beta7-4.diff.gz
  to pool/main/h/hddtemp/hddtemp_0.3-beta7-4.diff.gz
hddtemp_0.3-beta7-4.dsc
  to pool/main/h/hddtemp/hddtemp_0.3-beta7-4.dsc
hddtemp_0.3-beta7-4_i386.deb
  to pool/main/h/hddtemp/hddtemp_0.3-beta7-4_i386.deb


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



Accepted openjade 1.4devel1-11 (i386 source)

2003-07-27 Thread Neil Roeth
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 27 Jul 2003 21:51:16 -0400
Source: openjade
Binary: libostyle-dev libostyle1 openjade
Architecture: source i386
Version: 1.4devel1-11
Distribution: unstable
Urgency: low
Maintainer: Neil Roeth [EMAIL PROTECTED]
Changed-By: Neil Roeth [EMAIL PROTECTED]
Description: 
 libostyle-dev - OpenJade libraries, developer support
 libostyle1 - Runtime libraries for OpenJade
 openjade   - Implementation of the DSSSL language
Closes: 145242 147073
Changes: 
 openjade (1.4devel1-11) unstable; urgency=low
 .
   * Recognize 'noopt' instead of 'debug' in DEB_BUILD_OPTIONS.
   * Changed section of libostyle-dev to libdevel.
   * Remove use of autotools from regular package build.
   * Added unicode/Makefile.am to replace Debian specific rules.
   * Added contrib/Makefile.am in order to get transform.dsl into openjade
 package.  I find it useful, I suppose others might, too.
   * Added *.gmo to files removed in clean target of makefile in subdir po.
 They get built if not there, and were causing a binary file difference
 error when building the package.
   * Fixed improperly defined 'attribute' function in builtins.dsl; changed
 parameter name from 'string' to 'name'. (closes: #145242)
   * Incorporated patch to fix quoting of '' in XML backend.  Will push
 upstream. (closes: #147073)
   * Thanks to Toby Speight for the patches that closed the two bugs.
Files: 
 65199ecf62d8f35dd2c0c33c05997824 655 text optional openjade_1.4devel1-11.dsc
 0dcd4db29da4f8e334f64cfb8059326d 435204 text optional openjade_1.4devel1-11.diff.gz
 f72ad05b726f4cba14cf1fc2649ad794 368478 text optional openjade_1.4devel1-11_i386.deb
 0e1de2627c5fc3c42e9ebddf5d78bc42 798726 libs optional libostyle1_1.4devel1-11_i386.deb
 5509715a327968d8e9292c7f48bf8fba 968524 libdevel optional 
libostyle-dev_1.4devel1-11_i386.deb

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

iD8DBQE/JIfb6j+skPrutKkRAsuVAJ9y1BAay95Kx/U9ZPcZD6p46YaJfACgwjw7
MEi+4+9UYdZhQ7RAUoVS91E=
=AlMW
-END PGP SIGNATURE-


Accepted:
libostyle-dev_1.4devel1-11_i386.deb
  to pool/main/o/openjade/libostyle-dev_1.4devel1-11_i386.deb
libostyle1_1.4devel1-11_i386.deb
  to pool/main/o/openjade/libostyle1_1.4devel1-11_i386.deb
openjade_1.4devel1-11.diff.gz
  to pool/main/o/openjade/openjade_1.4devel1-11.diff.gz
openjade_1.4devel1-11.dsc
  to pool/main/o/openjade/openjade_1.4devel1-11.dsc
openjade_1.4devel1-11_i386.deb
  to pool/main/o/openjade/openjade_1.4devel1-11_i386.deb


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



  1   2   >