leadership the matter known detail: of Korell

2006-09-16 Thread Justin Cox

 learned to apply.  I mean the elevator came said Mallow sat down, with leadership the matter known detail: of Korell 


Bug#387693: ITP: myhdl -- Python module to use Python as a Hardware Description Language

2006-09-16 Thread Oscar Daniel Diaz
Package: wnpp
Severity: wishlist
Owner: Oscar Daniel Diaz [EMAIL PROTECTED]


* Package name: myhdl
  Version : 0.5.1
  Upstream Author : Jan Decaluwe [EMAIL PROTECTED]
* URL : http://myhdl.jandecaluwe.com/
* License : LGPL
  Programming Lang: Python
  Description : Python module to use Python as a Hardware Description 
Language

MyHDL is an open source Python package that lets you go from Python
to silicon. With MyHDL, you can use Python as a hardware description
and verification language. Furthermore, you can convert
implementation-oriented MyHDL code to Verilog automatically, and
take it to a silicon implementation from there. MyHDL also offers
all the Python power to make simulations and verifications beyond
the conventional way.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-athlon64
Locale: LANG=es_CO, LC_CTYPE=es_CO (charmap=ISO-8859-1)


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



Re: (proposed) Mass bug filing?for debconf abuse by using low|medium priority debconf notes?

2006-09-16 Thread maximilian attems
 Debian logcheck Team logcheck-devel@lists.alioth.debian.org
  logcheck-database -- config:17 logcheck-database/standard-rename-note

removed in svn, will disappear on next upload.

 Debian logcheck Team logcheck-devel@lists.alioth.debian.org
  logcheck -- config:14 logcheck/install-note
  logcheck -- config:17 logcheck/changes

first gone, second added retroactively to NEWS.

-- 
maks


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



preconfiguration fails, versioned dependency not satisfied

2006-09-16 Thread martin f krafft
I have a problem without a clear solution. mdadm uses debconf-escape
in it's debconf config file and declares a dependency on debconf (=
1.4.72), as that command is only available from that version on.

The problem is that apt-preconfigure runs long before APT even
worries about satisfying the versioned dependency on debconf.
Therefore, the configuration fails:

  /tmp/mdadm.config.29435: line 1: debconf-escape: command not found

I see two solutions, but I don't know which one to use:

  - implement my own debconf-escape and use it if the command is not
available
  - pre-depend on debconf. I am not sure whether this is actually
going to cut the mustard.

Any advice?

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer, author, administrator, and user
`. `'` http://people.debian.org/~madduck http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems
 
the husbands of very beautiful women
 belong to the criminal classes.
-- oscar wilde


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


Re: (proposed) Mass bug filing  fo r debconf abuse by using low|medium priority debconf notes?

2006-09-16 Thread Aurélien GÉRÔME
On Thu, Sep 14, 2006 at 07:41:53PM +0200, Christian Perrier wrote:
 Aurélien GÉRÔME [EMAIL PROTECTED]
   hybserv -- config:6 hybserv/configure-hybrid-notice

This is pending Bug#386401, I have a few other improvements to do on
the package and it will disappear at the next upload.

Cheers,
-- 
 .''`.   Aurélien GÉRÔME
: :'  :
`. `'`   Free Software Developer
  `- Unix Sys  Net Admin


signature.asc
Description: Digital signature


Re: preconfiguration fails, versioned dependency not satisfied

2006-09-16 Thread Steve Langasek
On Sat, Sep 16, 2006 at 12:17:18PM +0200, martin f krafft wrote:
 I have a problem without a clear solution. mdadm uses debconf-escape
 in it's debconf config file and declares a dependency on debconf (=
 1.4.72), as that command is only available from that version on.

 The problem is that apt-preconfigure runs long before APT even
 worries about satisfying the versioned dependency on debconf.
 Therefore, the configuration fails:

   /tmp/mdadm.config.29435: line 1: debconf-escape: command not found

 I see two solutions, but I don't know which one to use:

   - implement my own debconf-escape and use it if the command is not
 available
   - pre-depend on debconf. I am not sure whether this is actually
 going to cut the mustard.

 Any advice?

A pre-depend is not sufficient to ensure a package's availability when
apt-preconfigure is run.  You must write your debconf .config script to fail
gracefully in the absence of any non-essential packages (+ previous stable
version of debconf).

Writing your own debconf-escape is one option, another is to exit the
.config script if debconf-escape is unavailable, deferring configuration
until the postinst.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


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



Re: preconfiguration fails, versioned dependency not satisfied

2006-09-16 Thread martin f krafft
also sprach Steve Langasek [EMAIL PROTECTED] [2006.09.16.1235 +0200]:
 Writing your own debconf-escape is one option, another is to exit
 the .config script if debconf-escape is unavailable, deferring
 configuration until the postinst.

Thanks.

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer, author, administrator, and user
`. `'` http://people.debian.org/~madduck http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems
 
and if the cloud bursts, thunder in your ear
 you shout and no one seems to hear
 and if the band you're in starts playing different tunes
 i'll see you on the dark side of the moon.
   -- pink floyd, 1972


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


Re: transitioning config files between two packages

2006-09-16 Thread Frank Küster
Frank Küster [EMAIL PROTECTED] wrote:

 Steve Langasek [EMAIL PROTECTED] wrote:

 Yes, you're right that this code unconditionally uses the user's version of
 the conffile when moving it, instead of allowing the conffile question to
 happen.

 The way to get the conffile prompt for a user-modified file is 

Hm, I've tried to write that up in the Wiki, but I found that I don't
completely understand what you wanted.  You wrote:

,
| The way to get the conffile prompt for a user-modified file is to move the
| old version of the conffile to the new location in the preinst if the old
| conffile md5sum doesn't match the current conffile md5sum for the package.
| Since the earlier preinst code has already removed any old versions of the
| file that are known to be unmodified, this won't give any undesirable
| conffile prompts.  
`

Thus far, it seems clear to me.  We just need to change the preinst code
from the Wiki:

prep_mv_conffile() {
CONFFILE=$1
+   NEWCONFFILE=$2

if [ -e $CONFFILE ]; then
md5sum=`md5sum \$CONFFILE\ | sed -e \s/ .*//\`
old_md5sum=`sed -n -e \/^Conffiles:/,/^[^ ]/{' $CONFFILE'{s/.* 
//;p}}\ /var/lib/dpkg/status`
if [ $md5sum = $old_md5sum ]; then
rm -f $CONFFILE
+   else
+   mv $CONFFILE $NEWCONFFILE
fi
fi
}

Now I thought that is all that needs to be done:  Simply ship the
conffile, and now dpkg will

- simply install it if prep_mv_conffile has found the old one unchanged
  and removed it

- ask the desired conffile prompt if prep_mv_conffile has found it
  changed and already moved to the new place.

Now all that's missing is that dpkg probably still things that the old
package is in state rc, with the conffile at the old place
registered.  But that's nothing a maintainer script can solve[1].

However, you (Steve) continued:

,
| Then, if dpkg's stored md5sum for the old conffile *does*
| match that of the current shipped conffile (which you'll know because you
| still have the conffile present in the old location in the postinst), you
| would go ahead with this same code in the postinst to move it into place
| silently.
`

As explained above, I don't understand why any more code is needed at
all.  Second, all this has been done in preinst already: compare md5sums
(although not with the current shipped one), move into place.

What am I missing?

Regards, Frank


[1] manually calling aptitude purge or dpkg --purge on packages in
rc is something that helps here.  But this possibility means that it is
in fact desirable to rename conffiles when they are taken over by other
packages.  Otherwise you can't write Transitional package.  This can
savely be removed..., since people will probably understand that as or
purged. 
-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



Re: preconfiguration fails, versioned dependency not satisfied

2006-09-16 Thread Joey Hess
Steve Langasek wrote:
 A pre-depend is not sufficient to ensure a package's availability when
 apt-preconfigure is run.

This is true, with the exception of dependencies on debconf itself.
dpkg-preconfigure should skip over packages that depend or pre-depend on
a version of debconf newer than the version currently installed, thus
deferring the precomfiguration to the postinst. This skipping is
actually done by apt-extracttemplates.

If it's not working, you may have hit a bug in apt. I did just look at
the code in apt-extracttemplates and it's still there, at least.

-- 
see shy jo


signature.asc
Description: Digital signature


Re: preconfiguration fails, versioned dependency not satisfied

2006-09-16 Thread martin f krafft
also sprach Joey Hess [EMAIL PROTECTED] [2006.09.16.1653 +0200]:
 If it's not working, you may have hit a bug in apt. I did just look at
 the code in apt-extracttemplates and it's still there, at least.

Was it there in sarge? Because I am hitting the bug reproducably
upgrading from sarge to sid.

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer, author, administrator, and user
`. `'` http://people.debian.org/~madduck http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems
 
die zeit für kleine politik ist vorbei.
 schon das nächste jahrhundert
 bringt den kampf um die erdherrschaft.
 - friedrich nietzsche


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


Moving /var/run to a tmpfs?

2006-09-16 Thread Andreas Metzler
Hello,
It has been pointed out to me in  http://bugs.debian.org/387699
that syvinit is going to move /var/run to a tmpfs to solve a long-standing
issue, having some place to store state information before partitions
are checked and mounted. (I do not know how they are going to handle
the fact that /var/run is needed before /var is mounted, mount --move
requires kernel 2.6 afaict.)

This is nice, but is going to break packages that either ship a
subdirectory of /var/run in the deb or generate it once in
postinst and rely on its existence afterwards.

Contents*gz and therefore packages.d.o do not list (empty) directories
but only files, so I cannot yet say how many packages this is actually
going to break, I have listed those I found on my system in the
bug-report noted above.

The whole thing is grey territory in FHS, but still I tend to think
that sysvinit should somehow preserve the (empty) directory structure
of /var/run through reboots. Either by using some find+tar magic after
mounting /usr or by keeping /var/run a real directory and keep the
pre-mount stuff in /var/run/pre-mount. Other thoughts?

cu andreas
-- 
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken.(c) Jasper Ffforde


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



Re: Moving /var/run to a tmpfs?

2006-09-16 Thread Kurt Roeckx
On Sat, Sep 16, 2006 at 06:54:05PM +0200, Andreas Metzler wrote:
 Hello,
 It has been pointed out to me in  http://bugs.debian.org/387699
 that syvinit is going to move /var/run to a tmpfs to solve a long-standing
 issue, having some place to store state information before partitions
 are checked and mounted. (I do not know how they are going to handle
 the fact that /var/run is needed before /var is mounted, mount --move
 requires kernel 2.6 afaict.)
 
 This is nice, but is going to break packages that either ship a
 subdirectory of /var/run in the deb or generate it once in
 postinst and rely on its existence afterwards.
 
 Contents*gz and therefore packages.d.o do not list (empty) directories
 but only files, so I cannot yet say how many packages this is actually
 going to break, I have listed those I found on my system in the
 bug-report noted above.

Afaik, Ubuntu is already using this.  As a result, I've actually got a
bug against my package submitted because it didn't handle it.   My
package now recreates the directory from the init script if it's
missing, and I'm not really happy about that solution.

I'm not really sure what the right thing to do is.  Maybe the FHS should
be made clear on what you can expect from /var/run.

I guess it would be useful to know what people now put in there.  I know
some daemons just want to have empty directory they can chroot to.
Maybe they should put that somewhere else?  I have no idea what others
are putting there.

Anyway, it would be useful if you didn't have to login on merkel to be
able to see your list.  I suggest you either submit those files to the
BTS, or put it on people.debian.org or something.


Kurt


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



Re: Moving /var/run to a tmpfs?

2006-09-16 Thread Marco d'Itri
On Sep 16, Andreas Metzler [EMAIL PROTECTED] wrote:

 are checked and mounted. (I do not know how they are going to handle
 the fact that /var/run is needed before /var is mounted, mount --move
 requires kernel 2.6 afaict.)
etch requires a 2.6 kernel too.

 This is nice, but is going to break packages that either ship a
 subdirectory of /var/run in the deb or generate it once in
 postinst and rely on its existence afterwards.
I think it was considered a bug even before this, because admins may
locally mount a tmpfs on /var/run.

 The whole thing is grey territory in FHS, but still I tend to think
 that sysvinit should somehow preserve the (empty) directory structure
 of /var/run through reboots. Either by using some find+tar magic after
Not worth the added complexity. Fix the bugs instead of adding
workaround which will need to be maintained forever.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: Moving /var/run to a tmpfs?

2006-09-16 Thread Bas Zoetekouw
Hi Andreas!

You wrote:

 The whole thing is grey territory in FHS, but still I tend to think
 that sysvinit should somehow preserve the (empty) directory structure
 of /var/run through reboots. Either by using some find+tar magic after
 mounting /usr or by keeping /var/run a real directory and keep the
 pre-mount stuff in /var/run/pre-mount. Other thoughts?

Ubuntu has had a tmpfs on /var/run for quite a while, afaik.  So, I
assume that fixes for the kind of problems you mentioned have been
merged back into the debian packages already.

-- 
Kind regards,
++
| Bas Zoetekouw  | GPG key: 0644fab7 |
|| Fingerprint: c1f5 f24c d514 3fec 8bf6 |
| [EMAIL PROTECTED], [EMAIL PROTECTED] |  a2b1 2bae e41f 0644 fab7 |
++ 


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



Re: Moving /var/run to a tmpfs?

2006-09-16 Thread Michael Banck
On Sat, Sep 16, 2006 at 08:19:24PM +0200, Marco d'Itri wrote:
  are checked and mounted. (I do not know how they are going to handle
  the fact that /var/run is needed before /var is mounted, mount --move
  requires kernel 2.6 afaict.)
 etch requires a 2.6 kernel too.

No, it uses 2.6 by default, but still supports (as good as possible) 2.4
kernels, AFAIK


Michael


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



Re: Moving /var/run to a tmpfs?

2006-09-16 Thread Peter Samuelson

[Kurt Roeckx]
 Afaik, Ubuntu is already using this.  As a result, I've actually got a
 bug against my package submitted because it didn't handle it.   My
 package now recreates the directory from the init script if it's
 missing, and I'm not really happy about that solution.

Why not?  'mkdir -p' (or 'install -d' if you need a non-root owner or
custom permissions) is a quick one-liner.  I'd much rather my system
didn't assume that /var/run or /tmp or /dev/shm will retain anything at
all between reboots.


signature.asc
Description: Digital signature


Bug#387813: ITP: gpar2 -- A GUI for verifying and repairing PAR and PAR2 recovery sets

2006-09-16 Thread Khalid El Fathi
Package: wnpp
Severity: wishlist
Owner: Khalid El Fathi [EMAIL PROTECTED]

* Package name: gpar2
  Version : 0.3
  Upstream Author : John Augustine [EMAIL PROTECTED]
* URL : http://sourceforge.net/projects/parchive/
* License : GPL
  Description : A GUI for verifying and repairing PAR and PAR2 recovery sets

A simple, easy to use graphical interface for verification and repairation of
PAR v1.0 and PAR v2.0(PAR2) recovery sets. PAR1 support is currently minimal,
as it is deprecated this most likely will not change, so do not expect the
headers, progress, output, and status to update when performing actions on
these. GPar2 is based on GTKMM, a wrapper for GTK+, and requires the
standard par2 library, libpar2, to run.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-3-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)


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



gcc-4.1 [gfdl] documentation packages for non-free

2006-09-16 Thread Nikita V. Youshchenko
Hello.

I'm one of those people beaten by recent removal of gcc documentation. Both 
myself and people to whom I recommend Debian, *need* gcc documentation to 
be available in the system.

So I had four options:
- start a new flamewar on the issue,
- stop to use Debian (and to recomment it),
- install documentation in non-package form,
- create appropriate documentation debs (for non-free).

Since I'm a DD, the only real option for me was the last one.

I've created gcc-4.1-doc-non-dfsg package, intended for non-free. This 
package builds several binary packages (cpp-4.1-doc, gcc-4.1-doc, 
gfortran-4.1-doc, tree;ang-4.1-doc), that contain all files - man pages, 
info and html docs - that have been in gcc-4.1 4.1.1-10 package [last 
version before documentation removal], but are not in the current 
4.1.1ds1-13 package.

I'm going to upload this to non-free.
But before that, I'd like interested people to look into the package, and 
give any comments they feel appropriate.
Currently, I've put the package to 
http://zigzag.lvk.cs.msu.su/~nikita/debian/gcc-doc/

If things will go well, I'll create similar things for other gcc version, 
and also gcc-doc-non-dfsg that will play the same role for documentation 
as gcc-defaults package plays for compiler itself.

Nikita


pgpsEkxdQzs0R.pgp
Description: PGP signature


Re: Moving /var/run to a tmpfs?

2006-09-16 Thread Kurt Roeckx
On Sat, Sep 16, 2006 at 02:21:19PM -0500, Peter Samuelson wrote:
 
 [Kurt Roeckx]
  Afaik, Ubuntu is already using this.  As a result, I've actually got a
  bug against my package submitted because it didn't handle it.   My
  package now recreates the directory from the init script if it's
  missing, and I'm not really happy about that solution.
 
 Why not?  'mkdir -p' (or 'install -d' if you need a non-root owner or
 custom permissions) is a quick one-liner.  I'd much rather my system
 didn't assume that /var/run or /tmp or /dev/shm will retain anything at
 all between reboots.

The FHS says we can create directories under /var/run that are
application specific.  It also says that all files should be
removed or truncated.  It does not say anything about directories
being removed.

On the other hand, about /tmp it very clear and says:
Programs must not assume that any files or directories in /tmp
are preserve between invocations of the program.

If I create a directory in /var/run, I expect it to stay there.  And if
I can't expect that, I'd like to see that documented somewhere.


kurt


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



Re: [Pkg-sysvinit-devel] Re: Moving /var/run to a tmpfs?

2006-09-16 Thread Petter Reinholdtsen
[Kurt Roeckx]
 I'm not really sure what the right thing to do is.  Maybe the FHS
 should be made clear on what you can expect from /var/run.

I believe it is quite clear that the sysadmin is allowed to use tmpfs
as /var/run/, and that packages which fail to support this has a bug.

To test the impact, I had a look at the packages installed on my test
machines, as well as some of the packages listed in the file on
merkel:

OK:

  alsa-base 1.0.12-1: init.d script creates /var/run/alsa/
  apache2-common 2.0.55-4.2: init.d script creates /var/run/apache2/
  autofs 4.1.4-11: init.d script creates /var/run/autofs/
  cupsys 1.2.3-1: init.d script creates /var/run/cups/
  dbus 0.92-2: init.d script creates /var/run/dbus/
  dirmngr 0.9.6-1: init.d script creates /var/run/dirmngr
  hal 0.5.7.1-2: /etc/dbus-1/event.d/20hal creates /var/run/hal/
  mpd 0.11.5-9: package no longer uses subdir in /var/run/
  openssh-server 4.3p2-3: init.d script creates /var/run/sshd/
  postgresql 7.5.21: package no longer uses subdir in /var/run/
  ssh 4.3p2-3: Just a dummy package

Not checked, missing or uninstallable in sid

  hotplug: /var/run/usb
  dbus-1: /var/run/dbus

Unsure

  slapd 2.3.25-1: Uses /var/run/slapd/, but not sure if it creates it.

Need fix:

  pppconfig 2.3.14: /etc/ppp/ip-*.d/0dns-* expect /var/run/pppconfig to exist
  greylistd 0.8.3.1: init.d expect /var/run/greylistd
  pident 3.0.19.ds1-1: store pid in /var/run/identd/ but is started via inetd!
  clamav-daemon 0.88.4-2: init.d script expect /var/run/clamav/
  crack-md5: Symlink /var/run/Crack/bin/debian, but nothing uses it?
  samba 3.0.23c-1: init.d script expect /var/run/samba/

 Anyway, it would be useful if you didn't have to login on merkel to
 be able to see your list.  I suggest you either submit those files
 to the BTS, or put it on people.debian.org or something.

Here is the list of packages in sarge with directories in /var/run/,
according to the file on merkel:

  alsa-base aolserver aolserver4 apache2-common asterisk autofs
  bacula-common bacula-director-common bacula-fd bacula-sd
  bincimap-run bind9 bindgraph binkd bld bnetd bopm caudium cfs
  chipcard-tools clamav-base courier-authdaemon courier-base
  courier-pcpcouriergraph crack crack-md5 cupsys cyrus21-common
  dancer-ircd dancer-services dbbalancer dbus-1 diald dirmngr distmp3
  dovecot-common dropbear echolot fai firebird2-server-common
  freeradius gnunet greylistd gwtp hal hostapd hotplug inn inn2 ipband
  iptraf ircd-hybrid ircd-irc2 ircd-ircu isdnlog jabber jabber-common
  jftpgw john laptop-net libapache-mod-backhand linesrv lwresd
  lyskom-server mailman mailscanner messagewall mgetty-fax midentd
  mindi mixmaster mobilemesh mon mtink munin munin-node mysql-server
  mysql-server-4.1 nagios-common ndtpd newsx nut oinkmaster openct
  openntpd p3scan pgpool pipsecd pkcipe polipo postgresql pppconfig
  proftpd proftpd-ldap proftpd-mysql proftpd-pgsql psad
  pure-ftpd-common quagga quickml racoon radvd roundup roxen4 runit
  runit-run samba samhain scalemail screen sendmail-bin siproxd slapd
  slidentd slimp3 smokeping socklog-run spong-client spong-server
  spread ssh ssh-krb5 stunnel super sympa tetrinetx tiger totd
  twoftpd-run uml-utilities usbmount userv util-vserver vpnc vsftpd
  wackamole whereami

Friendly,
-- 
Petter Reinholdtsen


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



Re: gcc-4.1 [gfdl] documentation packages for non-free

2006-09-16 Thread Guus Sliepen
On Sun, Sep 17, 2006 at 12:06:02AM +0400, Nikita V. Youshchenko wrote:

 I've created gcc-4.1-doc-non-dfsg package, intended for non-free. This 
 package builds several binary packages (cpp-4.1-doc, gcc-4.1-doc, 
 gfortran-4.1-doc, tree;ang-4.1-doc), that contain all files - man pages, 
 info and html docs - that have been in gcc-4.1 4.1.1-10 package [last 
 version before documentation removal], but are not in the current 
 4.1.1ds1-13 package.
 
 I'm going to upload this to non-free.
 But before that, I'd like interested people to look into the package, and 
 give any comments they feel appropriate.
 Currently, I've put the package to 
 http://zigzag.lvk.cs.msu.su/~nikita/debian/gcc-doc/

Why is this a native Debian package? I know that the tarball it is based
on is not one distributed as such by upstream, but it is based on files
from an upstream source. The way you do it now, you can't see what you
have changed in the documentation, because there is no diff.gz file.

-- 
Met vriendelijke groet / with kind regards,
  Guus Sliepen [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Re: gcc-4.1 [gfdl] documentation packages for non-free

2006-09-16 Thread Thiemo Seufer
Nikita V. Youshchenko wrote:
 Hello.
 
 I'm one of those people beaten by recent removal of gcc documentation. Both 
 myself and people to whom I recommend Debian, *need* gcc documentation to 
 be available in the system.
 
 So I had four options:
 - start a new flamewar on the issue,
 - stop to use Debian (and to recomment it),
 - install documentation in non-package form,
 - create appropriate documentation debs (for non-free).
 
 Since I'm a DD, the only real option for me was the last one.
 
 I've created gcc-4.1-doc-non-dfsg package, intended for non-free. This 
 package builds several binary packages (cpp-4.1-doc, gcc-4.1-doc, 
 gfortran-4.1-doc, tree;ang-4.1-doc), that contain all files - man pages, 
 info and html docs - that have been in gcc-4.1 4.1.1-10 package [last 
 version before documentation removal], but are not in the current 
 4.1.1ds1-13 package.
 
 I'm going to upload this to non-free.
 But before that, I'd like interested people to look into the package, and 
 give any comments they feel appropriate.
 Currently, I've put the package to 
 http://zigzag.lvk.cs.msu.su/~nikita/debian/gcc-doc/

Looks good at a first glance. Thank you for your work.


Thiemo


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



Re: [Pkg-sysvinit-devel] Re: Moving /var/run to a tmpfs?

2006-09-16 Thread Frans Pop
On Saturday 16 September 2006 23:07, Petter Reinholdtsen wrote:
 I agree that this need to be documented.  We work on some notes for
 the sysvinit package, and will include it there.

Sounds to me like this belongs in policy.


pgpTZyxVfGvin.pgp
Description: PGP signature


Re: [Pkg-sysvinit-devel] Re: Moving /var/run to a tmpfs?

2006-09-16 Thread Steve Langasek
On Sat, Sep 16, 2006 at 09:38:07PM +0200, Petter Reinholdtsen wrote:
 [Kurt Roeckx]
  I'm not really sure what the right thing to do is.  Maybe the FHS
  should be made clear on what you can expect from /var/run.

 I believe it is quite clear that the sysadmin is allowed to use tmpfs
 as /var/run/, and that packages which fail to support this has a bug.

However, that's not the same thing as saying it's ok for sysvinit to *make*
/var/run a tmpfs on the admin's behalf.  I think it's pretty clear that this
violates the letter of the FHS, and such a change needs to be considered
carefully.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


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



Re: [Pkg-sysvinit-devel] Re: Moving /var/run to a tmpfs?

2006-09-16 Thread Petter Reinholdtsen
[Kurt Roeckx]
 The FHS says we can create directories under /var/run that are
 application specific.  It also says that all files should be removed
 or truncated.  It does not say anything about directories being
 removed.

It does not say they will stay either, though it specifies Programs
may have a subdirectory of /var/run; this is encouraged for programs
that use more than one run-time file.  I guess it is is unspecified
if directories are persistent or not.  And as some have pointed out,
there are sysadmins already mounting /var/run/ as tmpfs, and it is a
bug with the package if it does not work properly.

 If I create a directory in /var/run, I expect it to stay there.  And
 if I can't expect that, I'd like to see that documented somewhere.

I agree that this need to be documented.  We work on some notes for
the sysvinit package, and will include it there.

Friendly,
-- 
Petter Reinholdtsen


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



Re: Moving /var/run to a tmpfs?

2006-09-16 Thread Petter Reinholdtsen

[Steve Langasek]
 However, that's not the same thing as saying it's ok for sysvinit to
 *make* /var/run a tmpfs on the admin's behalf.  I think it's pretty
 clear that this violates the letter of the FHS, and such a change
 needs to be considered carefully.

I fail to see how it violates the letter of the FHS.  It is as far as
I can see unspecified what kind of file systems will be used, and also
if directories will persist across boots.

The reason I believe it is important to have some writable file system
available at the very beginning of the boot is that there are programs
running when kernel modules are loaded by udev that need a place to
store state information.  At the moment, there is no location to do
that, and strange things can happen when the coldplug events happen
early in the boot.  To fix it, some tmpfs area need to be mounted in
mountkernfs.sh.  This issue has been discussed here on the list a few
months ago, without any conclusion being reached.  I do not want us to
release etch with a boot system unable to handle detected hardware
properly, so I decided to fix this now.  Also, it is useful to make it
easier to set up stateless workstations using Debian (aka diskless
machines ala LTSP), and storing state information in a RAM file system
make this a lot easier.

/var/run/ is the natural place to store state information that should
be cleared at boot time, so I decided to use that as the tmpfs
location.  It sure helped to notice that Ubuntu already had patches to
do this, and that these patches are structured in a way that should
work with upgrades and also make sure /var/run/ isn't shadowed when
/var/ is mounted later in the boot.  The only problem I have found so
far is with packages failing to create the directories they use in
/var/run/.  These will break when this change is done.  But there are
not very many such packages, because /var/run/ as tmpfs is supposed to
be a supported configuration, and most packages have been fixed
already to handle it.

We could of couse create /lib/init/rw/ or similar (/run, /lib/run, etc
have been proposed too), and ask packages like ifupdown to store their
state there, but I believe that is a bad idea because /var/run/ is
specified to be the location for runtime state information, and
creating another location for the same purpose is just increasing the
complexity without much gain.

I guess we can also add code during halt and reboot to store the
directories present in /var/run/ somewhere on / for mountkernfs.sh to
find and use it to recreate the directory structure, but I believe
that is a guaranteed way to fill /var/run/ with cruft, and recommend
against it.  After all, it is not very hard to do the equivalent of
'[ -d /var/run/mydir] || mkdir /var/run/mydir' in the programs that
want a subdir in /var/run/.

All in all, I believe the right solution for Debian is to make
/var/run/ a tmpfs directory by default, and modify the packages using
subdirectories there to create it before they use it instead of when
the package is installed.

Friendly,
-- 
Petter Reinholdtsen


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



Re: gcc-4.1 [gfdl] documentation packages for non-free

2006-09-16 Thread Ben Finney
Nikita V. Youshchenko [EMAIL PROTECTED] writes:

 I'm one of those people beaten by recent removal of gcc
 documentation. Both myself and people to whom I recommend Debian,
 *need* gcc documentation to be available in the system.

The FSF agree with your position.

URL:http://www.fsf.org/licensing/essays/free-doc.html

 So I had four options:
 - start a new flamewar on the issue,
 - stop to use Debian (and to recomment it),
 - install documentation in non-package form,
 - create appropriate documentation debs (for non-free).

Your situation is the same as any DD who finds the software they want
to package is licensed incompatibly with the DFSG. You can ask
politely but firmly for the software to be licensed so that Debian can
include it.

 Since I'm a DD, the only real option for me was the last one.

Fortunately, packaging the documentation for non-free isn't
incompatible with continuing to ask the copyright holder for a free
license.

 I've created gcc-4.1-doc-non-dfsg package, intended for non-free.

Thank you for your work!

-- 
 \Computers are useless. They can only give you answers.  -- |
  `\ Pablo Picasso |
_o__)  |
Ben Finney


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



Re: Moving /var/run to a tmpfs?

2006-09-16 Thread Stephen Gran
This one time, at band camp, Petter Reinholdtsen said:
 
 [Steve Langasek]
  However, that's not the same thing as saying it's ok for sysvinit to
  *make* /var/run a tmpfs on the admin's behalf.  I think it's pretty
  clear that this violates the letter of the FHS, and such a change
  needs to be considered carefully.
 
 I fail to see how it violates the letter of the FHS.  It is as far as
 I can see unspecified what kind of file systems will be used, and also
 if directories will persist across boots.

While I don't absolutely agree with /var/run being tmpfs, I can see the
arguments and I'm not really interested in repeating them here.  But
really, if you change a filesystem out from under me, and a locally
installed application breaks as a result, that is a bug in the package
that decided to whimsically change a filesystem on my system.  So
please, after due consideration make new installs default to tmpfs if
you like, but don't change existing setups lightly.
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Re: Moving /var/run to a tmpfs?

2006-09-16 Thread Steve Langasek
On Sun, Sep 17, 2006 at 12:56:47AM +0200, Petter Reinholdtsen wrote:

 [Steve Langasek]
  However, that's not the same thing as saying it's ok for sysvinit to
  *make* /var/run a tmpfs on the admin's behalf.  I think it's pretty
  clear that this violates the letter of the FHS, and such a change
  needs to be considered carefully.

 I fail to see how it violates the letter of the FHS.  It is as far as
 I can see unspecified what kind of file systems will be used, and also
 if directories will persist across boots.

   Files under this directory must be cleared (removed or truncated as
   appropriate) at the beginning of the boot process. Programs may have a
   subdirectory of /var/run [...]

It is clear /to me/ from the juxtaposition of these two sentences that the
FHS intends for programs to be allowed to create such subdirectories without
them being removed at the beginning of the boot process.  It is also clear
that this is how many maintainers have understood it, because as you
yourself have noticed, there are many packages that assume they can ship
directories in /var/run and have them remain available after reboot. :)  The
question is not whether we fix our packages to work sensibly when /var/run
is a tmpfs -- I agree that we should -- but what the consequences are for
*third-party* packages that are written with this same understanding of the
FHS.

 The reason I believe it is important to have some writable file system
 available at the very beginning of the boot is that there are programs
 running when kernel modules are loaded by udev that need a place to
 store state information.  At the moment, there is no location to do
 that, and strange things can happen when the coldplug events happen
 early in the boot.  To fix it, some tmpfs area need to be mounted in
 mountkernfs.sh.

 /var/run/ is the natural place to store state information that should
 be cleared at boot time, so I decided to use that as the tmpfs
 location.  It sure helped to notice that Ubuntu already had patches to
 do this, and that these patches are structured in a way that should
 work with upgrades and also make sure /var/run/ isn't shadowed when
 /var/ is mounted later in the boot.

And is this technique safe with the 2.4 kernels that our userspace needs to
continue supporting in etch for upgrade purposes?

 All in all, I believe the right solution for Debian is to make
 /var/run/ a tmpfs directory by default, and modify the packages using
 subdirectories there to create it before they use it instead of when
 the package is installed.

I definitely do not agree that we should be making /var/run a tmpfs
directory by default for etch.  Indeed, I think we should push for
clarification of the FHS on this point before making any such change,
because the FHS is not just for the benefit of packages' interactions with
one another -- it's also for the benefit of third-party packagers and to
give users a set of assumptions they can depend on when interacting with
their own systems.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


ITP: btsco -- ALSA drivers and daemons for using bluetooth audio devices

2006-09-16 Thread Nobuhiro Iwamatsu
Package: wnpp
Owner: Nobuhiro Iwamatsu [EMAIL PROTECTED]
Severity: wishlist

* Package name: btsco
  Version : 0.42
  Upstream Author : Jonathan Paisley [EMAIL PROTECTED]
* URL : http://bluetooth-alsa.sourceforge.net
* License : GPL/LGPL
  Programming Lang: C
  Description : ALSA drivers and daemons for using bluetooth audio devices

This software provides the environment to use the Bluetooth 
headphone with linux. 
And this is  composed of the ALSA device driver for bluetooth 
and the software to control.

Currently supports 
* BlueTrek 1, G2
* Bluetake iPhono BT420 (using either sco or a2dp)
* Canyon CN-BTH1 (must click headset's volume-up button after each 
connection)
* Ericsson HBH-60, HBH-35
* Ericsson HBH-PV700 (headset may go silent after a few minutes)
* iTech Clip r35, black (this set has an mp3 decoder and avrcp! It's now my 
favorite combo set)
* iTech Clip S (using either sco or a2dp)
* Jabra BT110, BT130, BT200, BT250
* Jabra Mega BT (use -r option to reconnect rfcomm channel whenever it's 
lost)
* LevelOne BLH-1000 (occasional noisy connections)
* Logitech HS01 (has a noisy microphone?)
* Logitech Mobile F-0179A, Mobile F-0228A, HS04
* Motorola H350
* Motorola HS801 (volume must be changed from headset?)
* Motorola HS805 (had to uncomment auth enable in 
/etc/bluetooth/hcid.conf and restart first)
* Motorola HS810/HS850 (may work better if you manually specify the 
handsfree channel, 8)
* Motorola HT820 (for both sco and stereo; sound crackles a bit)
* Nokia HDW-2, HDW-3, hs-11w, HS-56W
* Plantronics M2500, M3000, Pulsar 590a (a2play)
* Siemens HHB-600
* Southwing Neo-507 

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.13
Locale: LANG=ja_JP.EUC-JP, LC_CTYPE=ja_JP.EUC-JP (charmap=EUC-JP)

--
Nobuhiro Iwamatsu 
 hemamu at t-base.ne.jp 
Key fingerprint = 353A C650 BB7A 6F72 3650  9461 4121 C743 3170 EBE9
ICQ : 8095912 


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



Accepted cpqarrayd 2.2-3 (source i386)

2006-09-16 Thread Matt Taggart
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 15 Sep 2006 22:45:26 -0600
Source: cpqarrayd
Binary: cpqarrayd
Architecture: source i386
Version: 2.2-3
Distribution: unstable
Urgency: medium
Maintainer: Matt Taggart [EMAIL PROTECTED]
Changed-By: Matt Taggart [EMAIL PROTECTED]
Description: 
 cpqarrayd  - monitoring tool for HP (Compaq) SmartArray controllers
Closes: 379542 381883
Changes: 
 cpqarrayd (2.2-3) unstable; urgency=medium
 .
   * Ack NMU.
- I have learned that l-s-2.6 |l-s-2.6.17 thing is not
 needed for the buildd to do the right thing, so instead of the fix
 used in the NMU I'm just dropping it. (Closes: #379542)
- Update standards version.
   * Fix spelling error in log output. thanks dannf (Closes: #381883)
   * Fix spelling errors in README, cpqarrayd.1
   * Fix spelling errors in cpqarray.c usage output
Files: 
 9169fd766b1272f7b3393d5af16070bb 605 admin extra cpqarrayd_2.2-3.dsc
 39379fc9381f9abd4a8a3b7f7d3dc89a 61070 admin extra cpqarrayd_2.2-3.diff.gz
 7b706f00a9f464731c4f26cf12fc7551 18266 admin extra cpqarrayd_2.2-3_i386.deb

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

iD8DBQFFC5LHHk9mSeopF4URArRvAJ49hvS/xHoMrnAES7fwOJtVHIlb3ACgkIBv
NdVWe1uBsgzC8DQ30cuIj60=
=gmd1
-END PGP SIGNATURE-


Accepted:
cpqarrayd_2.2-3.diff.gz
  to pool/main/c/cpqarrayd/cpqarrayd_2.2-3.diff.gz
cpqarrayd_2.2-3.dsc
  to pool/main/c/cpqarrayd/cpqarrayd_2.2-3.dsc
cpqarrayd_2.2-3_i386.deb
  to pool/main/c/cpqarrayd/cpqarrayd_2.2-3_i386.deb


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



Accepted linux-uvc 0.1.0-5 (source all i386)

2006-09-16 Thread Junichi Uekawa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 16:47:31 +0900
Source: linux-uvc
Binary: linux-uvc-tools linux-uvc-source
Architecture: source all i386
Version: 0.1.0-5
Distribution: unstable
Urgency: low
Maintainer: Junichi Uekawa [EMAIL PROTECTED]
Changed-By: Junichi Uekawa [EMAIL PROTECTED]
Description: 
 linux-uvc-source - Linux Kernel USB Video Class module
 linux-uvc-tools - Linux Kernel USB Video Class module
Closes: 386403 387613
Changes: 
 linux-uvc (0.1.0-5) unstable; urgency=low
 .
   * README.Debian: note mplayer command-line example; it isn't quite
 working, yet.
   * Apply patch from iwamatsu; temporary workaround to get non-MacBook
 devices to work. (Closes: #386403).
 07_with_isight
   * Bug fix: linux-uvc-source: building package against non-running
 kernel fails, thanks to Michael Prokop (Closes: #387613).
Files: 
 b7b3d3938562a75288802fdecae97bf3 640 graphics optional linux-uvc_0.1.0-5.dsc
 b8783e3b7c05f02298b2f47458f2b8a5 10154 graphics optional 
linux-uvc_0.1.0-5.diff.gz
 dabaf39486c008c18e6fbfd80239c4ef 34974 graphics optional 
linux-uvc-source_0.1.0-5_all.deb
 bdfb36c4bffe4ce8ed6e3c4ff40777d2 7830 contrib/graphics optional 
linux-uvc-tools_0.1.0-5_i386.deb

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

iD8DBQFFC6yw2Dd9TugeVcERAmyyAJ47b1SseZJMFpe/e1YGRrexXORKUwCfQ15p
CGjLWJnkoU9lsY0r7ZpGcz4=
=oVbJ
-END PGP SIGNATURE-


Accepted:
linux-uvc-source_0.1.0-5_all.deb
  to pool/main/l/linux-uvc/linux-uvc-source_0.1.0-5_all.deb
linux-uvc-tools_0.1.0-5_i386.deb
  to pool/contrib/l/linux-uvc/linux-uvc-tools_0.1.0-5_i386.deb
linux-uvc_0.1.0-5.diff.gz
  to pool/main/l/linux-uvc/linux-uvc_0.1.0-5.diff.gz
linux-uvc_0.1.0-5.dsc
  to pool/main/l/linux-uvc/linux-uvc_0.1.0-5.dsc


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



Accepted duplicity 0.4.2-10 (source i386)

2006-09-16 Thread Martin Wuertele
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 10:22:28 +0200
Source: duplicity
Binary: duplicity
Architecture: source i386
Version: 0.4.2-10
Distribution: unstable
Urgency: low
Maintainer: Martin Wuertele [EMAIL PROTECTED]
Changed-By: Martin Wuertele [EMAIL PROTECTED]
Description: 
 duplicity  - encrypted bandwidth-efficient backup
Closes: 386933
Changes: 
 duplicity (0.4.2-10) unstable; urgency=low
 .
   * fix build target (Closes: #386933)
Files: 
 990c492969d2f882e7487f2ec42e2cae 675 utils optional duplicity_0.4.2-10.dsc
 0882873693cce2fe36a94965fee9521e 6898 utils optional duplicity_0.4.2-10.diff.gz
 23e2cea8b9f372edb04a29a31bec8114 100482 utils optional 
duplicity_0.4.2-10_i386.deb

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

iD8DBQFFC7TNKO6zWj6NzMARAgFuAJ0S6Mo9QBrx8dhQAxzwFHc9bqIH+gCeK88A
9W3/7FHLtB1R0FUMAXEqqks=
=YV6M
-END PGP SIGNATURE-


Accepted:
duplicity_0.4.2-10.diff.gz
  to pool/main/d/duplicity/duplicity_0.4.2-10.diff.gz
duplicity_0.4.2-10.dsc
  to pool/main/d/duplicity/duplicity_0.4.2-10.dsc
duplicity_0.4.2-10_i386.deb
  to pool/main/d/duplicity/duplicity_0.4.2-10_i386.deb


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



Accepted lilo-installer 1.17 (source i386)

2006-09-16 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 10:28:24 +0200
Source: lilo-installer
Binary: lilo-installer
Architecture: source i386
Version: 1.17
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Frans Pop [EMAIL PROTECTED]
Description: 
 lilo-installer - Install LILO on a hard disk (udeb)
Changes: 
 lilo-installer (1.17) unstable; urgency=low
 .
   [ Colin Watson ]
   * Add a collection of nasty little hacks to make the postinst work with
 non-devfs partition names.
 .
   [ Joey Hess ]
   * Patch from Robert Milan to cope with postinst_hook = update-grub
 (#380351).
 .
   [ Frans Pop ]
   * Fix default value for template lilo-installer/apt-install-failed.
   * Remove standards-version and add Lintian override for it.
 .
   [ Updated translations ]
   * German (de.po) by Jens Seidel
   * Greek, Modern (1453-) (el.po) by quad-nrg.net
   * Spanish (es.po) by Javier Fernández-Sanguino Peña
   * Estonian (et.po) by Siim Põder
   * Basque (eu.po) by Piarres Beobide
   * Gujarati (gu.po) by Kartik Mistry
   * Hebrew (he.po) by Lior Kaplan
   * Latvian (lv.po) by Aigars Mahinovs
   * Panjabi (pa.po) by A S Alam
   * Northern Sami (se.po) by Børre Gaup
   * Swedish (sv.po) by Daniel Nylander
   * Vietnamese (vi.po) by Clytie Siddall
   * Wolof (wo.po) by Mouhamadou Mamoune Mbacke
   * Traditional Chinese (zh_TW.po) by Tetralet
Files: 
 45fe38075d0a1866e9ef56c93a4d238c 604 debian-installer standard 
lilo-installer_1.17.dsc
 e07f4b94ad418b17e61ea3260a325b7f 91779 debian-installer standard 
lilo-installer_1.17.tar.gz
 08be5884ccfa4ff9ac8c8ec85067c899 65896 debian-installer standard 
lilo-installer_1.17_i386.udeb
Package-Type: udeb

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

iD8DBQFFC7akgm/Kwh6ICoQRAqWTAJ4ktCgXS+XfQ3ytZ1/tZgqPEu/cZQCeJWTs
iGimQV7Z8kZakdpbESwSJP0=
=fsCF
-END PGP SIGNATURE-


Accepted:
lilo-installer_1.17.dsc
  to pool/main/l/lilo-installer/lilo-installer_1.17.dsc
lilo-installer_1.17.tar.gz
  to pool/main/l/lilo-installer/lilo-installer_1.17.tar.gz
lilo-installer_1.17_i386.udeb
  to pool/main/l/lilo-installer/lilo-installer_1.17_i386.udeb


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



Accepted fribidi 0.10.7-4 (source i386)

2006-09-16 Thread Lior Kaplan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 10:37:10 +0300
Source: fribidi
Binary: libfribidi0-udeb libfribidi0 libfribidi-dev
Architecture: source i386
Version: 0.10.7-4
Distribution: unstable
Urgency: low
Maintainer: Debian Hebrew Packaging Team [EMAIL PROTECTED]
Changed-By: Lior Kaplan [EMAIL PROTECTED]
Description: 
 libfribidi-dev - Development files for FreeBidi library
 libfribidi0 - Free Implementation of the Unicode BiDi algorithm
 libfribidi0-udeb - Free Implementation of the Unicode BiDi algorithm (udeb)
Closes: 368632
Changes: 
 fribidi (0.10.7-4) unstable; urgency=low
 .
   * Fix manual page name section (Closes: #368632)
   * debian/control: Upgrade standards version to 3.7.2 (no changes needed).
   * debian/copyright: Update Dov Grobgeld's contact address.
Files: 
 2f0b983ccc600e868c843730b3f8226d 735 libs optional fribidi_0.10.7-4.dsc
 c8977ec098359f00a5e2484ab89c06f3 97521 libs optional fribidi_0.10.7-4.diff.gz
 0bfe725bc19fe54c7431e6036b5ac7a0 41402 libs optional 
libfribidi0_0.10.7-4_i386.deb
 b8cf0a68a35d7d33589ef0b70c7677c0 42632 libdevel optional 
libfribidi-dev_0.10.7-4_i386.deb
 246ff1678ef3a533e539f2ed3471deb8 16128 debian-installer extra 
libfribidi0-udeb_0.10.7-4_i386.udeb
Package-Type: udeb

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

iD8DBQFFC7t6FViURZnoHaARArkcAJ4xlklszBSEjhGnontVq5+ykP0s6wCfUPox
Tf8kgE5YSsbFV61eCGoM4vE=
=nOwC
-END PGP SIGNATURE-


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


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



Accepted dwm 1.6-1 (source i386)

2006-09-16 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 11:34:00 +0200
Source: dwm
Binary: dwm
Architecture: source i386
Version: 1.6-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 dwm- dynamic window manager
Changes: 
 dwm (1.6-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 b8f72fd33a2f38f5afe40cd90c621fee 566 x11 optional dwm_1.6-1.dsc
 4097a028337e5a2651bb304b985acae3 17220 x11 optional dwm_1.6.orig.tar.gz
 589816cd03cf3b679318b4413b0e87e4 3627 x11 optional dwm_1.6-1.diff.gz
 6b6cdc118c15774db3fcb09fc32d8856 18492 x11 optional dwm_1.6-1_i386.deb

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

iD8DBQFFC8WE+C5cwEsrK54RAk5GAKCq2KhppItvpIwv3FDQttl/MUm7ZACgokOV
rtzWc9JNTD/Gu5JPPhcDyyE=
=bJpU
-END PGP SIGNATURE-


Accepted:
dwm_1.6-1.diff.gz
  to pool/main/d/dwm/dwm_1.6-1.diff.gz
dwm_1.6-1.dsc
  to pool/main/d/dwm/dwm_1.6-1.dsc
dwm_1.6-1_i386.deb
  to pool/main/d/dwm/dwm_1.6-1_i386.deb
dwm_1.6.orig.tar.gz
  to pool/main/d/dwm/dwm_1.6.orig.tar.gz


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



Accepted libmal 0.42-1 (source i386)

2006-09-16 Thread Ludovic Rousseau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 11:13:29 +0200
Source: libmal
Binary: libmal1 libmal-dev
Architecture: source i386
Version: 0.42-1
Distribution: unstable
Urgency: low
Maintainer: Ludovic Rousseau [EMAIL PROTECTED]
Changed-By: Ludovic Rousseau [EMAIL PROTECTED]
Description: 
 libmal-dev - A library of the functions in malsync
 libmal1- A library of the functions in malsync (devel files)
Changes: 
 libmal (0.42-1) unstable; urgency=low
 .
   * New upstream release
- debian/patches/11_AGBase64.c.dpatch now included upstream
- debian/patches/12_AGNet.h.dpatch now included upstream
Files: 
 70d8dc831ffd85136e1b04603d3f2ba1 661 libs optional libmal_0.42-1.dsc
 b8c40afa13cd870ca06c25f874de5b96 453023 libs optional libmal_0.42.orig.tar.gz
 f9bcc08e8233cf1268cc4fa13adc9005 12703 libs optional libmal_0.42-1.diff.gz
 a2dd2af39e32ee08005159e1f222bb85 96550 libdevel optional 
libmal-dev_0.42-1_i386.deb
 e3b3282187ef633ecb69fc87940f3ede 55450 libs optional libmal1_0.42-1_i386.deb

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

iD8DBQFFC8DBP0qKj+B/HPkRAhH5AJ483kzz73sgrRhljfOjzQ/dFZHjJQCfblV6
NQheErML9ZYz7lN9KcuNIPU=
=d5kU
-END PGP SIGNATURE-


Accepted:
libmal-dev_0.42-1_i386.deb
  to pool/main/libm/libmal/libmal-dev_0.42-1_i386.deb
libmal1_0.42-1_i386.deb
  to pool/main/libm/libmal/libmal1_0.42-1_i386.deb
libmal_0.42-1.diff.gz
  to pool/main/libm/libmal/libmal_0.42-1.diff.gz
libmal_0.42-1.dsc
  to pool/main/libm/libmal/libmal_0.42-1.dsc
libmal_0.42.orig.tar.gz
  to pool/main/libm/libmal/libmal_0.42.orig.tar.gz


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



Accepted textedit.app 4.0-3 (source i386)

2006-09-16 Thread Gürkan Sengün
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 15 Sep 2006 17:44:32 +0200
Source: textedit.app
Binary: textedit.app
Architecture: source i386
Version: 4.0-3
Distribution: unstable
Urgency: low
Maintainer: Gürkan Sengün [EMAIL PROTECTED]
Changed-By: Gürkan Sengün [EMAIL PROTECTED]
Description: 
 textedit.app - Text editor for GNUstep
Changes: 
 textedit.app (4.0-3) unstable; urgency=low
 .
   * Rebuild against latest libgnustep-gui-dev.
   * Bump standards version.
Files: 
 a01017f6d481eba07ab2852facd4ae29 614 editors optional textedit.app_4.0-3.dsc
 2be43a61b30b04c3cabf442249db9a22 2214 editors optional 
textedit.app_4.0-3.diff.gz
 22e7b1554456e6462e621d3e6a38451d 90220 editors optional 
textedit.app_4.0-3_i386.deb

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

iD8DBQFFC7/2+C5cwEsrK54RAgoIAKDN8t0Bh2jxGFtWEOw98aGrgB+YyACgjiwG
ZH1P24acmoYzJj39GeyVTtk=
=Fjn2
-END PGP SIGNATURE-


Accepted:
textedit.app_4.0-3.diff.gz
  to pool/main/t/textedit.app/textedit.app_4.0-3.diff.gz
textedit.app_4.0-3.dsc
  to pool/main/t/textedit.app/textedit.app_4.0-3.dsc
textedit.app_4.0-3_i386.deb
  to pool/main/t/textedit.app/textedit.app_4.0-3_i386.deb


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



Accepted dmenu 1.0-1 (source i386)

2006-09-16 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 11:37:00 +0200
Source: dmenu
Binary: dmenu
Architecture: source i386
Version: 1.0-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 dmenu  - dynamic menu
Changes: 
 dmenu (1.0-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 ed76f6808e123d34044828fe3e1562c2 554 x11 optional dmenu_1.0-1.dsc
 ce396c36f93b1cee32d45ec558373d92 7355 x11 optional dmenu_1.0.orig.tar.gz
 771b79addfa0ed886bcf3dd471adb45f 1878 x11 optional dmenu_1.0-1.diff.gz
 8f6289b99348e6181c70a7800739c2dd 8582 x11 optional dmenu_1.0-1_i386.deb

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

iD8DBQFFC8YZ+C5cwEsrK54RAh60AKCYQP8fKWhGbCIGMqij8c2UkLk81gCgl50o
cOmjfGMCQUFEm/PUq+FbKRQ=
=SFD/
-END PGP SIGNATURE-


Accepted:
dmenu_1.0-1.diff.gz
  to pool/main/d/dmenu/dmenu_1.0-1.diff.gz
dmenu_1.0-1.dsc
  to pool/main/d/dmenu/dmenu_1.0-1.dsc
dmenu_1.0-1_i386.deb
  to pool/main/d/dmenu/dmenu_1.0-1_i386.deb
dmenu_1.0.orig.tar.gz
  to pool/main/d/dmenu/dmenu_1.0.orig.tar.gz


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



Accepted jpilot-backup 0.52-1 (source i386)

2006-09-16 Thread Ludovic Rousseau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 11:36:57 +0200
Source: jpilot-backup
Binary: jpilot-backup
Architecture: source i386
Version: 0.52-1
Distribution: unstable
Urgency: low
Maintainer: Ludovic Rousseau [EMAIL PROTECTED]
Changed-By: Ludovic Rousseau [EMAIL PROTECTED]
Description: 
 jpilot-backup - Backup plugin for J-Pilot
Changes: 
 jpilot-backup (0.52-1) unstable; urgency=low
 .
   * New upstream version.
- use the new pilot-link 0.12.x API (libpisock9)
- debian/patches/1_utf8.dpatch and debian/patches/2_libtool.dpatch removed
since they are applied upstream
   * debian/patches/src_gui.c.dpatch: gtk_spin_button_set_shadow_type() is no
 more available
Files: 
 05ed2408dcf125bba9f8d821e1ce67d4 653 otherosfs extra jpilot-backup_0.52-1.dsc
 24c1ad3fe0369b05b891f8c3a8b3f0ab 345780 otherosfs extra 
jpilot-backup_0.52.orig.tar.gz
 e3d4e68b2d69be209457a7bf6330f10e 7811 otherosfs extra 
jpilot-backup_0.52-1.diff.gz
 c147c1dc835045cb69c8c80c6ea38ab5 22964 otherosfs extra 
jpilot-backup_0.52-1_i386.deb

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

iD8DBQFFC8lWP0qKj+B/HPkRAg1MAJ0Yp7a5ojyGq+G/RVzHwCejezECBQCaA3H+
7xT0jjTQTtcZMr7JXBwJM2E=
=Xviw
-END PGP SIGNATURE-


Accepted:
jpilot-backup_0.52-1.diff.gz
  to pool/main/j/jpilot-backup/jpilot-backup_0.52-1.diff.gz
jpilot-backup_0.52-1.dsc
  to pool/main/j/jpilot-backup/jpilot-backup_0.52-1.dsc
jpilot-backup_0.52-1_i386.deb
  to pool/main/j/jpilot-backup/jpilot-backup_0.52-1_i386.deb
jpilot-backup_0.52.orig.tar.gz
  to pool/main/j/jpilot-backup/jpilot-backup_0.52.orig.tar.gz


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



Accepted libpoe-component-irc-perl 5.02-1 (source all)

2006-09-16 Thread Steve Kowalik
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 19:19:15 +1000
Source: libpoe-component-irc-perl
Binary: libpoe-component-irc-perl
Architecture: source all
Version: 5.02-1
Distribution: unstable
Urgency: low
Maintainer: Steve Kowalik [EMAIL PROTECTED]
Changed-By: Steve Kowalik [EMAIL PROTECTED]
Description: 
 libpoe-component-irc-perl - a fully event-driven IRC client module.
Closes: 387390
Changes: 
 libpoe-component-irc-perl (5.02-1) unstable; urgency=low
 .
   * New upstream release.
 - Deal with POE::Filter correctly. (Closes: #387390)
Files: 
 9bd6043d2a71d1264bcf4759a5260953 790 perl optional 
libpoe-component-irc-perl_5.02-1.dsc
 8b6bf1b47325eb8bd54c9a9d1628e2a9 248956 perl optional 
libpoe-component-irc-perl_5.02.orig.tar.gz
 6c75d78067ea6ac4e17b54dd5863d497 2787 perl optional 
libpoe-component-irc-perl_5.02-1.diff.gz
 e20230c6e4cd93a9fda80fc31d8692b8 216314 perl optional 
libpoe-component-irc-perl_5.02-1_all.deb

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

iD8DBQFFC8stCfB0CMh//C8RAuPNAJ938U31iVz1bp1P4RTLcA6DCKC0lgCdFrwB
ql89xCVTdnaJQ9bGghdK7AI=
=YesT
-END PGP SIGNATURE-


Accepted:
libpoe-component-irc-perl_5.02-1.diff.gz
  to 
pool/main/libp/libpoe-component-irc-perl/libpoe-component-irc-perl_5.02-1.diff.gz
libpoe-component-irc-perl_5.02-1.dsc
  to 
pool/main/libp/libpoe-component-irc-perl/libpoe-component-irc-perl_5.02-1.dsc
libpoe-component-irc-perl_5.02-1_all.deb
  to 
pool/main/libp/libpoe-component-irc-perl/libpoe-component-irc-perl_5.02-1_all.deb
libpoe-component-irc-perl_5.02.orig.tar.gz
  to 
pool/main/libp/libpoe-component-irc-perl/libpoe-component-irc-perl_5.02.orig.tar.gz


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



Accepted clock-setup 0.11 (source i386)

2006-09-16 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 11:35:10 +0200
Source: clock-setup
Binary: clock-setup
Architecture: source i386
Version: 0.11
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Frans Pop [EMAIL PROTECTED]
Description: 
 clock-setup - set up clock (udeb)
Closes: 365345
Changes: 
 clock-setup (0.11) unstable; urgency=low
 .
   [ Frans Pop ]
   * Add ppc64 to architecture list. Closes: #365345.
 .
   [ Petter Reinholdtsen ]
   * Drop depend on mounted-partitions. It is not needed, as the editing of
 target/ is done in finish-install.d/, and it messes up the debian-edu
 main-menu reordering.
 .
   [ Frans Pop ]
   * Remove standards-version and add Lintian override for it.
   * Add dependency on debconf.
   * Add myself to uploaders.
 .
   [ Updated translations ]
   * Greek, Modern (1453-) (el.po) by quad-nrg.net
   * Spanish (es.po) by Javier Fernández-Sanguino Peña
   * Estonian (et.po) by Siim Põder
   * Basque (eu.po) by Piarres Beobide
   * Gujarati (gu.po) by Kartik Mistry
   * Hebrew (he.po) by Lior Kaplan
   * Latvian (lv.po) by Aigars Mahinovs
   * Panjabi (pa.po) by A S Alam
   * Portuguese (pt.po) by Miguel Figueiredo
   * Russian (ru.po) by Yuri Kozlov
   * Vietnamese (vi.po) by Clytie Siddall
   * Traditional Chinese (zh_TW.po) by Tetralet
Files: 
 14e1c94d11d3cfe4e459905e1cb34eab 795 debian-installer standard 
clock-setup_0.11.dsc
 5697f820317972c7045b2754008fd3d1 31849 debian-installer standard 
clock-setup_0.11.tar.gz
 821803fc4eb33f33c039b79ec8a5072e 15314 debian-installer standard 
clock-setup_0.11_i386.udeb
Package-Type: udeb

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

iD8DBQFFC8qfgm/Kwh6ICoQRArLnAJ9Og9d7eLWIyHNeP/Kns9+RsyCT0ACeObai
sq382Y+JcgQapPylouRWdN4=
=QP4Z
-END PGP SIGNATURE-


Accepted:
clock-setup_0.11.dsc
  to pool/main/c/clock-setup/clock-setup_0.11.dsc
clock-setup_0.11.tar.gz
  to pool/main/c/clock-setup/clock-setup_0.11.tar.gz
clock-setup_0.11_i386.udeb
  to pool/main/c/clock-setup/clock-setup_0.11_i386.udeb


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



Accepted base-installer 1.67 (source i386)

2006-09-16 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 11:26:25 +0200
Source: base-installer
Binary: base-installer
Architecture: source i386
Version: 1.67
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Frans Pop [EMAIL PROTECTED]
Description: 
 base-installer - Install the base system (udeb)
Closes: 383896
Changes: 
 base-installer (1.67) unstable; urgency=low
 .
   [ Petter Reinholdtsen ]
   * Always use template base-installer/kernel/linux/extra-packages, even if
 base-installer/kernel/linux/extra-packages-$kernelver exists.
 Closes: #383896.
 .
   [ dann frazier ]
   * Drop SMP detection on IA64. IA64 -smp flavours have been dropped.
 As of 2.6.17, all Debian IA64 kernels are SMP.
 .
   [ Colin Watson ]
   * Mark ${ERROR} in base-installer/debootstrap/fallback-error as
 untranslatable.
   * Suppress a spurious dmsetup: not found error.
 .
   [ Sven Luther ]
   * [powerpc] Added support for IBM Power5+ cpus.
 .
   [ Updated translations ]
   * Bengali (bn.po) by Mahay Alam Khan (মাহে আলম খান)
   * Czech (cs.po) by Miroslav Kure
   * Danish (da.po) by Claus Hindsgaul
   * German (de.po) by Jens Seidel
   * Spanish (es.po) by Javier Fernández-Sanguino Peña
   * Basque (eu.po) by Piarres Beobide
   * French (fr.po) by Christian Perrier
   * Galician (gl.po) by Jacobo Tarrio
   * Hebrew (he.po) by Lior Kaplan
   * Hungarian (hu.po) by SZERVÁC Attila
   * Indonesian (id.po) by Arief S Fitrianto
   * Italian (it.po) by Giuseppe Sacco
   * Japanese (ja.po) by Kenshi Muto
   * Korean (ko.po) by Sunjae park
   * Latvian (lv.po) by Aigars Mahinovs
   * Dutch (nl.po) by Bart Cornelis
   * Portuguese (pt.po) by Miguel Figueiredo
   * Portuguese (Brazil) (pt_BR.po) by André Luís Lopes
   * Romanian (ro.po) by Eddy Petrişor
   * Russian (ru.po) by Yuri Kozlov
   * Northern Sami (se.po) by Børre Gaup
   * Slovak (sk.po) by Peter Mann
   * Swedish (sv.po) by Daniel Nylander
   * Thai (th.po) by Theppitak Karoonboonyanan
   * Tagalog (tl.po) by Eric Pareja
   * Turkish (tr.po) by Recai Oktaş
   * Vietnamese (vi.po) by Clytie Siddall
   * Wolof (wo.po) by Mouhamadou Mamoune Mbacke
Files: 
 688fb2e26d532f45909b161b0ba7d8d2 854 debian-installer required 
base-installer_1.67.dsc
 1faedd87582e6cf5deef55c579d99983 208117 debian-installer required 
base-installer_1.67.tar.gz
 6c3fbfecc107912531b4caa2750e7781 155212 debian-installer required 
base-installer_1.67_i386.udeb
Package-Type: udeb

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

iD8DBQFFC8qfgm/Kwh6ICoQRAgLhAJ9SOJ22FZ35zkwy+Hp4cjCD3P8tBwCeOLVz
q+dgpmSFcXzCb0xup2OFPCQ=
=H1Mo
-END PGP SIGNATURE-


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


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



Accepted rescue 1.6 (source all)

2006-09-16 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 11:55:17 +0200
Source: rescue
Binary: rescue-mode rescue-check
Architecture: source all
Version: 1.6
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Frans Pop [EMAIL PROTECTED]
Description: 
 rescue-check - enter d-i rescue mode if requested (udeb)
 rescue-mode - mount requested partition and start a rescue shell (udeb)
Changes: 
 rescue (1.6) unstable; urgency=low
 .
   [ Colin Watson ]
   * Use list-devices to find partitions. Requires di-utils 1.34.
 .
   [ Updated translations ]
   * Bengali (bn.po) by Mahay Alam Khan (মাহে আলম খান)
   * Basque (eu.po) by Piarres Beobide
   * Hebrew (he.po) by Lior Kaplan
   * Indonesian (id.po) by Arief S Fitrianto
   * Latvian (lv.po) by Aigars Mahinovs
   * Northern Sami (se.po) by Børre Gaup
   * Slovenian (sl.po) by Jure Čuhalev
   * Vietnamese (vi.po) by Clytie Siddall
   * Wolof (wo.po) by Mouhamadou Mamoune Mbacke
Files: 
 6d5ba6411a047e92ba6759f04a3147e9 545 debian-installer optional rescue_1.6.dsc
 4a257887489dd4e480a31d119db3bfbe 67764 debian-installer optional 
rescue_1.6.tar.gz
 79f9a3fcee3765b61e3dbc3f1a68ac05 2076 debian-installer standard 
rescue-check_1.6_all.udeb
 149492adff89de70b3c5ffa82649d1fc 48608 debian-installer optional 
rescue-mode_1.6_all.udeb
Package-Type: udeb

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

iD8DBQFFC8qggm/Kwh6ICoQRAhDkAKCNiV8b1wdELjiItGp5YZdtE0pJ1ACggXe6
cC7H9tWNk+6h722WZqflUNI=
=vc3S
-END PGP SIGNATURE-


Accepted:
rescue-check_1.6_all.udeb
  to pool/main/r/rescue/rescue-check_1.6_all.udeb
rescue-mode_1.6_all.udeb
  to pool/main/r/rescue/rescue-mode_1.6_all.udeb
rescue_1.6.dsc
  to pool/main/r/rescue/rescue_1.6.dsc
rescue_1.6.tar.gz
  to pool/main/r/rescue/rescue_1.6.tar.gz


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



Accepted hw-detect 1.42 (source i386 all)

2006-09-16 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 11:38:58 +0200
Source: hw-detect
Binary: archdetect hw-detect disk-detect ethdetect
Architecture: source i386 all
Version: 1.42
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Frans Pop [EMAIL PROTECTED]
Description: 
 archdetect - Hardware architecture detector (udeb)
 disk-detect - Detect disk drives (udeb)
 ethdetect  - Detect network hardware and load kernel drivers for it (udeb)
 hw-detect  - Detect hardware and load kernel drivers for it (udeb)
Changes: 
 hw-detect (1.42) unstable; urgency=low
 .
   [ Colin Watson ]
   * Improve sbus detection based on a scan of kernel code:
 - qlogic_isp has been renamed to qlogicpti.
 - Better sunlance, sunhme, esp, and qlogicpti detection.
 - Add sunbmac detection.
 - David Miller says that espdma is unnecessary for esp detection.
   * Use list-devices to check for disks if parted_devices if unavailable.
 Requires di-utils 1.33.
 .
   [ Joey Hess ]
   * Finally install libc6-i686, if the machine's CPU can support it.
 Libc guys tell me this is safe enough that it should be the default.
   * Patch from Aurelien Jarno to install libc6-sparcv9[b] if the CPU supports
 it.
   * Improve wording of the pcmcia question.
 .
   [ Joshua Kwan ]
   * Remove myself from Uploaders, I seriously lack the time for this..
 .
   [ Updated translations ]
   * Bengali (bn.po) by Mahay Alam Khan (মাহে আলম খান)
   * Catalan (ca.po) by Jordi Mallach
   * Czech (cs.po) by Miroslav Kure
   * Danish (da.po) by Claus Hindsgaul
   * German (de.po) by Jens Seidel
   * Spanish (es.po) by Javier Fernández-Sanguino Peña
   * Basque (eu.po) by Piarres Beobide
   * Finnish (fi.po) by Tapio Lehtonen
   * French (fr.po) by Christian Perrier
   * Galician (gl.po) by Jacobo Tarrio
   * Hebrew (he.po) by Lior Kaplan
   * Indonesian (id.po) by Arief S Fitrianto
   * Italian (it.po) by Giuseppe Sacco
   * Japanese (ja.po) by Kenshi Muto
   * Korean (ko.po) by Sunjae park
   * Lithuanian (lt.po) by Kęstutis Biliūnas
   * Latvian (lv.po) by Aigars Mahinovs
   * Norwegian Bokmål (nb.po) by Bjørn Steensrud
   * Dutch (nl.po) by Bart Cornelis
   * Portuguese (pt.po) by Miguel Figueiredo
   * Portuguese (Brazil) (pt_BR.po) by André Luís Lopes
   * Romanian (ro.po) by Eddy Petrişor
   * Russian (ru.po) by Yuri Kozlov
   * Northern Sami (se.po) by Børre Gaup
   * Slovak (sk.po) by Peter Mann
   * Swedish (sv.po) by Daniel Nylander
   * Thai (th.po) by Theppitak Karoonboonyanan
   * Tagalog (tl.po) by Eric Pareja
   * Turkish (tr.po) by Recai Oktaş
   * Vietnamese (vi.po) by Clytie Siddall
   * Wolof (wo.po) by Mouhamadou Mamoune Mbacke
Files: 
 db600b81e46ac264b0593bcfc1668bd6 855 debian-installer standard 
hw-detect_1.42.dsc
 50580539cda26af6fe9662af37349888 146560 debian-installer standard 
hw-detect_1.42.tar.gz
 7df6bd660cf89c23b60de1bec971e9b4 25726 debian-installer optional 
ethdetect_1.42_all.udeb
 b3f408ab2ef1e1a75192b6ebd53b50d1 18602 debian-installer optional 
disk-detect_1.42_all.udeb
 b0bb0c99e4d894e72346691b35174b02 69994 debian-installer standard 
hw-detect_1.42_i386.udeb
 892bd23fbbcab022fa9c4081c35b9011 2062 debian-installer standard 
archdetect_1.42_i386.udeb
Package-Type: udeb

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

iD8DBQFFC8qfgm/Kwh6ICoQRAkjiAJ4/OK6nrqtVNmWXkflDeZg68qcBjwCgyDW/
G/LGU6fTnm2l1xPvucfnXlY=
=bCJy
-END PGP SIGNATURE-


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


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



Accepted network-console 1.7 (source i386)

2006-09-16 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 11:50:10 +0200
Source: network-console
Binary: network-console
Architecture: source i386
Version: 1.7
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Frans Pop [EMAIL PROTECTED]
Description: 
 network-console - Continue installation remotely using SSH (udeb)
Changes: 
 network-console (1.7) unstable; urgency=low
 .
   [ Frans Pop ]
   * Bring description of password dialogs in line with other components.
 .
   [ Martin Michlmayr ]
   * Also beep on arm/ixp4xx when SSH is ready.
 .
   [ Frans Pop ]
   * Remove standards-version and add Lintian override for it.
   * Add dependency on debconf.
 .
   [ Updated translations ]
   * Bengali (bn.po) by Mahay Alam Khan (মাহে আলম খান)
   * Catalan (ca.po) by Jordi Mallach
   * Czech (cs.po) by Miroslav Kure
   * Danish (da.po) by Claus Hindsgaul
   * German (de.po) by Jens Seidel
   * Dzongkha (dz.po) by Jurmey Rabgay
   * Greek, Modern (1453-) (el.po) by quad-nrg.net
   * Esperanto (eo.po) by Serge Leblanc
   * Spanish (es.po) by Javier Fernández-Sanguino Peña
   * Basque (eu.po) by Piarres Beobide
   * Finnish (fi.po) by Tapio Lehtonen
   * French (fr.po) by Christian Perrier
   * Galician (gl.po) by Jacobo Tarrio
   * Hebrew (he.po) by Lior Kaplan
   * Hungarian (hu.po) by SZERVÑC Attila
   * Icelandic (is.po) by David Steinn Geirsson
   * Italian (it.po) by Giuseppe Sacco
   * Japanese (ja.po) by Kenshi Muto
   * Khmer (km.po) by Khoem Sokhem
   * Korean (ko.po) by Sunjae park
   * Latvian (lv.po) by Aigars Mahinovs
   * Macedonian (mk.po) by Georgi Stanojevski
   * Norwegian Bokmål (nb.po) by Bjørn Steensrud
   * Dutch (nl.po) by Bart Cornelis
   * Panjabi (pa.po) by A S Alam
   * Polish (pl.po) by Bartosz Fenski
   * Portuguese (pt.po) by Miguel Figueiredo
   * Portuguese (Brazil) (pt_BR.po) by André Luís Lopes
   * Romanian (ro.po) by Eddy Petrişor
   * Russian (ru.po) by Yuri Kozlov
   * Northern Sami (se.po) by Børre Gaup
   * Swedish (sv.po) by Daniel Nylander
   * Tagalog (tl.po) by Eric Pareja
   * Turkish (tr.po) by Recai Oktaş
   * Ukrainian (uk.po) by Eugeniy Meshcheryakov
   * Vietnamese (vi.po) by Clytie Siddall
   * Simplified Chinese (zh_CN.po) by Carlos Z.F. Liu
   * Traditional Chinese (zh_TW.po) by Tetralet
Files: 
 31cec4dbcfb00f95aab5eceb985b0c74 600 debian-installer optional 
network-console_1.7.dsc
 15907f1f25e10d513a009cb1c2c3fd16 69276 debian-installer optional 
network-console_1.7.tar.gz
 481287d85dbe51da17223cb27acfe4c2 50996 debian-installer optional 
network-console_1.7_i386.udeb
Package-Type: udeb

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

iD8DBQFFC8qggm/Kwh6ICoQRAs27AJ0WgO+q1S0XweC+uOuOEtZRTVu8nwCeN9CS
H9OXUVD300aGrjS7Re2CRSk=
=8ucx
-END PGP SIGNATURE-


Accepted:
network-console_1.7.dsc
  to pool/main/n/network-console/network-console_1.7.dsc
network-console_1.7.tar.gz
  to pool/main/n/network-console/network-console_1.7.tar.gz
network-console_1.7_i386.udeb
  to pool/main/n/network-console/network-console_1.7_i386.udeb


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



Accepted lvmcfg 1.12 (source all)

2006-09-16 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 11:44:26 +0200
Source: lvmcfg
Binary: lvmcfg lvmcfg-utils
Architecture: source all
Version: 1.12
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Frans Pop [EMAIL PROTECTED]
Description: 
 lvmcfg - Configure the Logical Volume Manager (udeb)
 lvmcfg-utils - lvmcfg without the main menu item (udeb)
Closes: 383066
Changes: 
 lvmcfg (1.12) unstable; urgency=low
 .
   * Update reference to logs on errors. We no longer use VT3. Closes: #383066.
 .
   [ Updated translations ]
   * Catalan (ca.po) by Jordi Mallach
   * Czech (cs.po) by Miroslav Kure
   * Danish (da.po) by Claus Hindsgaul
   * German (de.po) by Jens Seidel
   * Dzongkha (dz.po) by Jurmey Rabgay
   * Greek, Modern (1453-) (el.po) by quad-nrg.net
   * Esperanto (eo.po) by Serge Leblanc
   * Spanish (es.po) by Javier Fernández-Sanguino Peña
   * Basque (eu.po) by Piarres Beobide
   * Finnish (fi.po) by Tapio Lehtonen
   * French (fr.po) by Christian Perrier
   * Galician (gl.po) by Jacobo Tarrio
   * Hebrew (he.po) by Lior Kaplan
   * Hungarian (hu.po) by SZERVÁC Attila
   * Icelandic (is.po) by David Steinn Geirsson
   * Italian (it.po) by Giuseppe Sacco
   * Japanese (ja.po) by Kenshi Muto
   * Khmer (km.po) by Khoem Sokhem
   * Korean (ko.po) by Sunjae park
   * Latvian (lv.po) by Aigars Mahinovs
   * Macedonian (mk.po) by Georgi Stanojevski
   * Norwegian Bokmål (nb.po) by Bjørn Steensrud
   * Dutch (nl.po) by Bart Cornelis
   * Panjabi (pa.po) by A S Alam
   * Polish (pl.po) by Bartosz Fenski
   * Portuguese (pt.po) by Miguel Figueiredo
   * Portuguese (Brazil) (pt_BR.po) by André Luís Lopes
   * Romanian (ro.po) by Eddy Petrişor
   * Russian (ru.po) by Yuri Kozlov
   * Swedish (sv.po) by Daniel Nylander
   * Tagalog (tl.po) by Eric Pareja
   * Turkish (tr.po) by Recai Oktaş
   * Ukrainian (uk.po) by Eugeniy Meshcheryakov
   * Vietnamese (vi.po) by Clytie Siddall
   * Simplified Chinese (zh_CN.po) by Carlos Z.F. Liu
   * Traditional Chinese (zh_TW.po) by Tetralet
Files: 
 81a237c6542368709ae768e39e83d368 616 debian-installer optional lvmcfg_1.12.dsc
 5a2c7b6b88bdbf17acaab53beb7c1e6d 132642 debian-installer optional 
lvmcfg_1.12.tar.gz
 0eb98e866c23fd6852dda6ec1134ec3d 2930 debian-installer optional 
lvmcfg_1.12_all.udeb
 31e88e0c143a03491ca938bcf5ae012f 122004 debian-installer optional 
lvmcfg-utils_1.12_all.udeb
Package-Type: udeb

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

iD8DBQFFC8qfgm/Kwh6ICoQRAgVuAJ4p81ss4KMtubf/cwUmin5jYUOlxACgyd5v
AOigQSff6iw6Ut5Qdh0yu3Q=
=8CHM
-END PGP SIGNATURE-


Accepted:
lvmcfg-utils_1.12_all.udeb
  to pool/main/l/lvmcfg/lvmcfg-utils_1.12_all.udeb
lvmcfg_1.12.dsc
  to pool/main/l/lvmcfg/lvmcfg_1.12.dsc
lvmcfg_1.12.tar.gz
  to pool/main/l/lvmcfg/lvmcfg_1.12.tar.gz
lvmcfg_1.12_all.udeb
  to pool/main/l/lvmcfg/lvmcfg_1.12_all.udeb


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



Accepted lowmem 1.21 (source i386 all)

2006-09-16 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 11:42:29 +0200
Source: lowmem
Binary: lowmemcheck lowmem
Architecture: source i386 all
Version: 1.21
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Frans Pop [EMAIL PROTECTED]
Description: 
 lowmem - free memory for lowmem install (udeb)
 lowmemcheck - detect low-memory systems and enter lowmem mode (udeb)
Changes: 
 lowmem (1.21) unstable; urgency=low
 .
   [ Colin Watson ]
   * Use list-devices to discover whether any discs have been found. Requires
 di-utils 1.33.
 .
   [ Frans Pop ]
   * Remove standards-version and add Lintian override for it.
Files: 
 d32db7727bb1177fdc9131598f29ca2b 594 debian-installer optional lowmem_1.21.dsc
 dd3ec2735df1135947773daa7c5b5764 9271 debian-installer optional 
lowmem_1.21.tar.gz
 a699ce1ac80b2a6ec28900d93a2304de 1366 debian-installer optional 
lowmem_1.21_all.udeb
 b85df2a1f9b2ec6537d7058ad3c1c636 4516 debian-installer optional 
lowmemcheck_1.21_i386.udeb
Package-Type: udeb

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

iD8DBQFFC8qfgm/Kwh6ICoQRAgsqAJ9ZULk+Vy7zrZYSoWB/Ud53sUVLsgCfUTSJ
cpZzNYey5LlfaAkx61qgcMc=
=8dsq
-END PGP SIGNATURE-


Accepted:
lowmem_1.21.dsc
  to pool/main/l/lowmem/lowmem_1.21.dsc
lowmem_1.21.tar.gz
  to pool/main/l/lowmem/lowmem_1.21.tar.gz
lowmem_1.21_all.udeb
  to pool/main/l/lowmem/lowmem_1.21_all.udeb
lowmemcheck_1.21_i386.udeb
  to pool/main/l/lowmem/lowmemcheck_1.21_i386.udeb


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



Accepted linkchecker 4.4-1 (source i386)

2006-09-16 Thread Bastian Kleineidam
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Sep 2006 22:00:50 +0200
Source: linkchecker
Binary: linkchecker
Architecture: source i386
Version: 4.4-1
Distribution: unstable
Urgency: low
Maintainer: Bastian Kleineidam [EMAIL PROTECTED]
Changed-By: Bastian Kleineidam [EMAIL PROTECTED]
Description: 
 linkchecker - check websites and HTML documents for broken links
Closes: 385956
Changes: 
 linkchecker (4.4-1) unstable; urgency=low
 .
   * New upstream release (Closes: #385956)
Files: 
 f92379ca98d32b6edc5c51309b8a0f2e 716 web optional linkchecker_4.4-1.dsc
 f2763064121ab9c0513f876e32feab4f 603482 web optional 
linkchecker_4.4.orig.tar.gz
 0ba5b9e9ecb98d4f07d06e1bd7ce17d1 9773 web optional linkchecker_4.4-1.diff.gz
 e7d93cb55adad5055484d2eae74724ab 283616 web optional linkchecker_4.4-1_i386.deb

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

iD8DBQFFC8wkeBwlBDLsbz4RAh8rAJ9XeEn80oF6Z1DnMLNE/BFTqET+BQCfVeet
j023z2OaPCMXwSvYyU4WY9E=
=3Boy
-END PGP SIGNATURE-


Accepted:
linkchecker_4.4-1.diff.gz
  to pool/main/l/linkchecker/linkchecker_4.4-1.diff.gz
linkchecker_4.4-1.dsc
  to pool/main/l/linkchecker/linkchecker_4.4-1.dsc
linkchecker_4.4-1_i386.deb
  to pool/main/l/linkchecker/linkchecker_4.4-1_i386.deb
linkchecker_4.4.orig.tar.gz
  to pool/main/l/linkchecker/linkchecker_4.4.orig.tar.gz


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



Accepted zoem 06-234-1 (source i386 all)

2006-09-16 Thread Joost van Baal
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 11:48:08 +0200
Source: zoem
Binary: zoem-doc zoem
Architecture: source i386 all
Version: 06-234-1
Distribution: unstable
Urgency: low
Maintainer: Joost van Baal [EMAIL PROTECTED]
Changed-By: Joost van Baal [EMAIL PROTECTED]
Description: 
 zoem   - a general-purpose macro/programming language for transforming tex
 zoem-doc   - documentation for zoem
Changes: 
 zoem (06-234-1) unstable; urgency=low
 .
   * New upstream (released 2006-08-23). Upstream wrote about this:
 - Mostly a lot of changes in the underlying utility library that
   do not affect zoem itself.
Files: 
 e9d27911d313722e27a71c91579f06d3 566 text optional zoem_06-234-1.dsc
 c55b1c79a79e214f4f8607d7904c93da 526492 text optional zoem_06-234.orig.tar.gz
 501020dad7766439765bc03ad7886c76 6778 text optional zoem_06-234-1.diff.gz
 3f6ee1e11b80a0ad89af928395648efb 282962 doc optional zoem-doc_06-234-1_all.deb
 e0323a86300b77d59571a9c929a7632b 96294 text optional zoem_06-234-1_i386.deb

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

iD8DBQFFC8rEBgac8paUV/ARAm0eAJ0eH9AGCoGNmROJ6A+LTJpx7zlVGQCghjmD
nayJUynHjpU/KfBCTc8+pJ8=
=b2qV
-END PGP SIGNATURE-


Accepted:
zoem-doc_06-234-1_all.deb
  to pool/main/z/zoem/zoem-doc_06-234-1_all.deb
zoem_06-234-1.diff.gz
  to pool/main/z/zoem/zoem_06-234-1.diff.gz
zoem_06-234-1.dsc
  to pool/main/z/zoem/zoem_06-234-1.dsc
zoem_06-234-1_i386.deb
  to pool/main/z/zoem/zoem_06-234-1_i386.deb
zoem_06-234.orig.tar.gz
  to pool/main/z/zoem/zoem_06-234.orig.tar.gz


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



Accepted lua5.1-policy 3 (source all)

2006-09-16 Thread Enrico Tassi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 11:59:07 +0200
Source: lua5.1-policy
Binary: lua5.1-policy-dev lua5.1-policy
Architecture: source all
Version: 3
Distribution: unstable
Urgency: low
Maintainer: Enrico Tassi [EMAIL PROTECTED]
Changed-By: Enrico Tassi [EMAIL PROTECTED]
Description: 
 lua5.1-policy - lua5.1 debian policy
 lua5.1-policy-dev - lua5.1 debian policy - template and scripts
Changes: 
 lua5.1-policy (3) unstable; urgency=low
 .
   * Some minor issues fixed:
 - no more -doc/-dev distinction (always -dev)
 - added mention of '-' as a separator between the package name and the abi
   if the package name ands with a digit
Files: 
 4eeb2dbe8891219e7e6250790dd8e68e 558 doc optional lua5.1-policy_3.dsc
 5c1a74e4c680db1f290fa333bdd449c1 11690 doc optional lua5.1-policy_3.tar.gz
 93a3d77f3af8bd3812e4c8cfc3b56ea3 11416 doc optional lua5.1-policy_3_all.deb
 c7e676214a1ceb5a3950f73601b690ce 10070 devel optional 
lua5.1-policy-dev_3_all.deb

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

iD4DBQFFC8yV7kkcPgEj8vIRAp9QAKCFQ3EPgsgVXkYquP295m+rLW8cZgCWMeCi
39JFtQFLtbnr2/wRPgDpxQ==
=gB1h
-END PGP SIGNATURE-


Accepted:
lua5.1-policy-dev_3_all.deb
  to pool/main/l/lua5.1-policy/lua5.1-policy-dev_3_all.deb
lua5.1-policy_3.dsc
  to pool/main/l/lua5.1-policy/lua5.1-policy_3.dsc
lua5.1-policy_3.tar.gz
  to pool/main/l/lua5.1-policy/lua5.1-policy_3.tar.gz
lua5.1-policy_3_all.deb
  to pool/main/l/lua5.1-policy/lua5.1-policy_3_all.deb


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



Accepted debmirror 20060907.1 (source all)

2006-09-16 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 12:05:30 +0200
Source: debmirror
Binary: debmirror
Architecture: source all
Version: 20060907.1
Distribution: unstable
Urgency: medium
Maintainer: Goswin von Brederlow [EMAIL PROTECTED]
Changed-By: Rene Engelhard [EMAIL PROTECTED]
Description: 
 debmirror  - Debian partial mirror script, with ftp and package pool support
Closes: 386707
Changes: 
 debmirror (20060907.1) unstable; urgency=medium
 .
   * NMU
   * depend on libdigest-sha1-perl (closes: #386707)
Files: 
 a6aacebb6b2b0fcbf5ec4a5a7d7c56a8 498 net extra debmirror_20060907.1.dsc
 15c7025c59c753c2ef7c4d5ac815c2db 23892 net extra debmirror_20060907.1.tar.gz
 8f38de99ac5890303531419d3b09c96b 29832 net extra debmirror_20060907.1_all.deb

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

iD8DBQFFC80y+FmQsCSK63MRArdXAJ97ehpup3oB0fLV6q1shzc12nHs0wCggecE
WiTMquTYN1gw7zqJWlI0TOg=
=7rB9
-END PGP SIGNATURE-


Accepted:
debmirror_20060907.1.dsc
  to pool/main/d/debmirror/debmirror_20060907.1.dsc
debmirror_20060907.1.tar.gz
  to pool/main/d/debmirror/debmirror_20060907.1.tar.gz
debmirror_20060907.1_all.deb
  to pool/main/d/debmirror/debmirror_20060907.1_all.deb


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



Accepted atokx2 17.0-2.0-4.1 (source i386)

2006-09-16 Thread Michael Meskes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 12:29:09 +0200
Source: atokx2
Binary: atokx2
Architecture: source i386
Version: 17.0-2.0-4.1
Distribution: unstable
Urgency: low
Maintainer: Taku YASUI [EMAIL PROTECTED]
Changed-By: Michael Meskes [EMAIL PROTECTED]
Description: 
 atokx2 - Installer for ATOK for Linux Japanese input method
Closes: 386867
Changes: 
 atokx2 (17.0-2.0-4.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Added dependancy on libstdc++5, closes: #386867
   * Do not call init script directly in postinst.
Files: 
 f82974fc928b4566fdad427013060290 533 contrib/utils optional 
atokx2_17.0-2.0-4.1.dsc
 9518e3980b50a2ae155dec80c84b697d 7893 contrib/utils optional 
atokx2_17.0-2.0-4.1.tar.gz
 56934f190cddf3682055d122fdaa2fbb 7680 contrib/utils optional 
atokx2_17.0-2.0-4.1_i386.deb

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

iD8DBQFFC9MvVkEm8inxm9ERAlhfAJ4m0nR5ROGrJvR1iRzvZWiVFxctiQCfeB0c
c3kmcy2cjdoYFUxoH30p5UM=
=YXrE
-END PGP SIGNATURE-


Accepted:
atokx2_17.0-2.0-4.1.dsc
  to pool/contrib/a/atokx2/atokx2_17.0-2.0-4.1.dsc
atokx2_17.0-2.0-4.1.tar.gz
  to pool/contrib/a/atokx2/atokx2_17.0-2.0-4.1.tar.gz
atokx2_17.0-2.0-4.1_i386.deb
  to pool/contrib/a/atokx2/atokx2_17.0-2.0-4.1_i386.deb


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



Accepted gworkspace 0.8.3-1 (source i386 all)

2006-09-16 Thread Gürkan Sengün
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 15 Sep 2006 14:59:36 +0200
Source: gworkspace
Binary: gworkspace-apps-wrappers clipbook.app gworkspace.app
Architecture: source i386 all
Version: 0.8.3-1
Distribution: unstable
Urgency: low
Maintainer: Gürkan Sengün [EMAIL PROTECTED]
Changed-By: Gürkan Sengün [EMAIL PROTECTED]
Description: 
 clipbook.app - GNUstep Pasteboard Viewer
 gworkspace-apps-wrappers - Application wrappers for GWorkspace
 gworkspace.app - GNUstep Workspace Manager
Closes: 387505
Changes: 
 gworkspace (0.8.3-1) unstable; urgency=low
 .
   * New upstream version. (Closes: #387505)
   * Bump standards version.
   * Updated build-depends.
   * Switched me between Maintainer and Uploaders.
Files: 
 9ce994e95e9eed7efd90d97ff7546078 851 x11 optional gworkspace_0.8.3-1.dsc
 903153da3eb77756f747d05b04e0c9ff 2266530 x11 optional 
gworkspace_0.8.3.orig.tar.gz
 875315fd31e7cba87f3fe626b4c54099 26632 x11 optional gworkspace_0.8.3-1.diff.gz
 3a484fdcc20e7bb49816eaf2a51a08cf 1435172 x11 optional 
gworkspace.app_0.8.3-1_i386.deb
 7f45ada66dfd532d62519b9f24610a13 70596 x11 optional 
clipbook.app_0.8.3-1_i386.deb
 d42d39c3e2474205906f0abec128d1a6 415076 x11 optional 
gworkspace-apps-wrappers_0.8.3-1_all.deb

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

iD8DBQFFC9vg+C5cwEsrK54RAgkfAKDVrYn7U1pSQh/MRu8eP2lapN0mDgCgzE7D
LBvWlEPPyUJDlveNiVFOhZE=
=8DjU
-END PGP SIGNATURE-


Accepted:
clipbook.app_0.8.3-1_i386.deb
  to pool/main/g/gworkspace/clipbook.app_0.8.3-1_i386.deb
gworkspace-apps-wrappers_0.8.3-1_all.deb
  to pool/main/g/gworkspace/gworkspace-apps-wrappers_0.8.3-1_all.deb
gworkspace.app_0.8.3-1_i386.deb
  to pool/main/g/gworkspace/gworkspace.app_0.8.3-1_i386.deb
gworkspace_0.8.3-1.diff.gz
  to pool/main/g/gworkspace/gworkspace_0.8.3-1.diff.gz
gworkspace_0.8.3-1.dsc
  to pool/main/g/gworkspace/gworkspace_0.8.3-1.dsc
gworkspace_0.8.3.orig.tar.gz
  to pool/main/g/gworkspace/gworkspace_0.8.3.orig.tar.gz


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



Accepted ispell.pt 20060914-1 (source i386 all)

2006-09-16 Thread Rafael Laboissiere
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 12:39:18 +0200
Source: ispell.pt
Binary: iportuguese wportuguese
Architecture: source i386 all
Version: 20060914-1
Distribution: unstable
Urgency: low
Maintainer: Rafael Laboissiere [EMAIL PROTECTED]
Changed-By: Rafael Laboissiere [EMAIL PROTECTED]
Description: 
 iportuguese - European Portuguese dictionary for ispell
 wportuguese - European Portuguese wordlist
Changes: 
 ispell.pt (20060914-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 1db8b518981f0b7c8604465eb6aef25f 647 text optional ispell.pt_20060914-1.dsc
 524425229190c559a1adc566061ecc2b 145528 text optional 
ispell.pt_20060914.orig.tar.gz
 918854d881ac6d78308df02a41fcbe58 4732 text optional 
ispell.pt_20060914-1.diff.gz
 db9e58b839afff66e23e82b70bdb7a2e 1069156 text optional 
wportuguese_20060914-1_all.deb
 54e492b87421369af3a5984b9eccca9e 318734 text optional 
iportuguese_20060914-1_i386.deb

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

iD8DBQFFC9uDk3oga0pdcv4RAg8aAJ9XYzm5y1czLXEimXl1Gk/pHmwtuwCfTdOE
acZ3ZNcghGs4tAAIDEJKtHo=
=bkiC
-END PGP SIGNATURE-


Accepted:
iportuguese_20060914-1_i386.deb
  to pool/main/i/ispell.pt/iportuguese_20060914-1_i386.deb
ispell.pt_20060914-1.diff.gz
  to pool/main/i/ispell.pt/ispell.pt_20060914-1.diff.gz
ispell.pt_20060914-1.dsc
  to pool/main/i/ispell.pt/ispell.pt_20060914-1.dsc
ispell.pt_20060914.orig.tar.gz
  to pool/main/i/ispell.pt/ispell.pt_20060914.orig.tar.gz
wportuguese_20060914-1_all.deb
  to pool/main/i/ispell.pt/wportuguese_20060914-1_all.deb


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



Accepted myspell.pt 20060914-1 (source all)

2006-09-16 Thread Rafael Laboissiere
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 12:39:25 +0200
Source: myspell.pt
Binary: myspell-pt myspell-pt-pt
Architecture: source all
Version: 20060914-1
Distribution: unstable
Urgency: low
Maintainer: Rafael Laboissiere [EMAIL PROTECTED]
Changed-By: Rafael Laboissiere [EMAIL PROTECTED]
Description: 
 myspell-pt - Portuguese dictionaries for myspell
 myspell-pt-pt - European Portuguese dictionary for myspell
Changes: 
 myspell.pt (20060914-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 2a41478a00d20a71c42a5871fbe4738c 663 text optional myspell.pt_20060914-1.dsc
 90e6f674d2a94f97306422863101630d 141260 text optional 
myspell.pt_20060914.orig.tar.gz
 7f5043a83d1fcd6bdc4fc8d766e7cda6 2820 text optional 
myspell.pt_20060914-1.diff.gz
 7ee63f435d5969128166b72869c06807 136730 text optional 
myspell-pt-pt_20060914-1_all.deb
 a2326b946d625e3509a776150bae3fab 1846 text optional 
myspell-pt_20060914-1_all.deb

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

iD8DBQFFC9tdk3oga0pdcv4RAuxcAJ9dzFTpD99KdmwD9vhnRzpOOPRzQgCfW4cx
e+hQxLKUnPn9p9LMgb49Bd0=
=lwZe
-END PGP SIGNATURE-


Accepted:
myspell-pt-pt_20060914-1_all.deb
  to pool/main/m/myspell.pt/myspell-pt-pt_20060914-1_all.deb
myspell-pt_20060914-1_all.deb
  to pool/main/m/myspell.pt/myspell-pt_20060914-1_all.deb
myspell.pt_20060914-1.diff.gz
  to pool/main/m/myspell.pt/myspell.pt_20060914-1.diff.gz
myspell.pt_20060914-1.dsc
  to pool/main/m/myspell.pt/myspell.pt_20060914-1.dsc
myspell.pt_20060914.orig.tar.gz
  to pool/main/m/myspell.pt/myspell.pt_20060914.orig.tar.gz


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



Accepted fakechroot 2.5-1.1 (source powerpc)

2006-09-16 Thread Marc 'HE' Brockschmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 12:08:27 +0200
Source: fakechroot
Binary: fakechroot
Architecture: source powerpc
Version: 2.5-1.1
Distribution: unstable
Urgency: low
Maintainer: Piotr Roszatycki [EMAIL PROTECTED]
Changed-By: Marc 'HE' Brockschmidt [EMAIL PROTECTED]
Description: 
 fakechroot - gives a fake chroot environment
Closes: 360434
Changes: 
 fakechroot (2.5-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Apply patch from Andreas Jochens [EMAIL PROTECTED] to build-dep on
 libc6-dev-i386 instead of the obsolete ia32-libs-dev on amd64. (Closes:
 #360434)
Files: 
 46b518871b11ddffc91602a0a85ca209 643 utils optional fakechroot_2.5-1.1.dsc
 212bea8983118d87177c0a64ab648296 5918 utils optional fakechroot_2.5-1.1.diff.gz
 eaea07738b26bbcd91f5d4b21b0a7605 27928 utils optional 
fakechroot_2.5-1.1_powerpc.deb

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

iD8DBQFFC93DmO5zOp3h7rERAga7AJ970yHeYJS1xGu5+cJEZQkueks5IwCeK/5X
Ju5SeWjMMvlWvpqgqjbs3XE=
=y1Ox
-END PGP SIGNATURE-


Accepted:
fakechroot_2.5-1.1.diff.gz
  to pool/main/f/fakechroot/fakechroot_2.5-1.1.diff.gz
fakechroot_2.5-1.1.dsc
  to pool/main/f/fakechroot/fakechroot_2.5-1.1.dsc
fakechroot_2.5-1.1_powerpc.deb
  to pool/main/f/fakechroot/fakechroot_2.5-1.1_powerpc.deb


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



Accepted open.app 0.1cvs20051128-3 (source i386)

2006-09-16 Thread Gürkan Sengün
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 12:14:43 +0200
Source: open.app
Binary: open.app
Architecture: source i386
Version: 0.1cvs20051128-3
Distribution: unstable
Urgency: low
Maintainer: Gürkan Sengün [EMAIL PROTECTED]
Changed-By: Gürkan Sengün [EMAIL PROTECTED]
Description: 
 open.app   - GNUstep open tool
Changes: 
 open.app (0.1cvs20051128-3) unstable; urgency=low
 .
   * Rebuild against latest libgnustep-gui-dev.
   * Bump standards version.
Files: 
 4af97c81443c6c89422fe395cb8c0b42 616 utils optional 
open.app_0.1cvs20051128-3.dsc
 2c6c4a4a8cf908211553ec95d5699e84 2426 utils optional 
open.app_0.1cvs20051128-3.diff.gz
 030f7ebab985975fbf0af504309a96a6 12526 utils optional 
open.app_0.1cvs20051128-3_i386.deb

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

iD8DBQFFC+Jj+C5cwEsrK54RAjwRAJsHRLFaeSUiwqVArPQsRrtOuyWhtACgi50S
DmeX49th3JQkYjaYRcirnrI=
=pjUT
-END PGP SIGNATURE-


Accepted:
open.app_0.1cvs20051128-3.diff.gz
  to pool/main/o/open.app/open.app_0.1cvs20051128-3.diff.gz
open.app_0.1cvs20051128-3.dsc
  to pool/main/o/open.app/open.app_0.1cvs20051128-3.dsc
open.app_0.1cvs20051128-3_i386.deb
  to pool/main/o/open.app/open.app_0.1cvs20051128-3_i386.deb


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



Accepted lua50 5.0.3-2 (source all amd64)

2006-09-16 Thread Enrico Tassi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 15 Sep 2006 17:34:57 +0200
Source: lua50
Binary: liblualib50-dev liblua50-dev lua50-doc liblua50 lua50 liblualib50
Architecture: source amd64 all
Version: 5.0.3-2
Distribution: unstable
Urgency: low
Maintainer: Enrico Tassi [EMAIL PROTECTED]
Changed-By: Enrico Tassi [EMAIL PROTECTED]
Description: 
 liblua50   - Main interpreter library for the Lua 5.0 programming language
 liblua50-dev - Main interpreter library for Lua 5.0: static library and headers
 liblualib50 - Extension library for the Lua 5.0 programming language
 liblualib50-dev - Extension library for Lua 5.0: static and headers
 lua50  - Small embeddable language with simple procedural syntax
 lua50-doc  - Documentation for the Lua 5.0 programming language
Changes: 
 lua50 (5.0.3-2) unstable; urgency=low
 .
   * Removed compatibility layer with lua40 (both compat.lua and -C switch).
   * Added compat-5.1r5 to liblualib50 (both the .o and the .lua).
   * Added LUA_CPATH environment variable and fixed LUA_PATH to include
 /usr/share/lua/50 (/usr/share/lua50 is preserved for backward
 compatibility).
   * Fixed .pc to report the correct version and to include the definition
 of INSTALL_LMOD and INSTALL_CMOD.
Files: 
 f3ea74ddfb1c0997caef3f5c97b5ff61 666 interpreters optional lua50_5.0.3-2.dsc
 e89f5890328c856f5b4cd2e20e6634b8 14392 interpreters optional 
lua50_5.0.3-2.diff.gz
 a09969a2a7c634a2117dc1d0cf173180 63608 doc optional lua50-doc_5.0.3-2_all.deb
 f2ec0bd2eb9b522cd54d50a31e6f01c2 26594 interpreters optional 
lua50_5.0.3-2_amd64.deb
 3f2a879b8c8964300b4338fc174ef9b6 51510 libs optional liblua50_5.0.3-2_amd64.deb
 ec0430bbf6166046fbe74d740dc80abd 64716 libdevel optional 
liblua50-dev_5.0.3-2_amd64.deb
 59cf2e525f912a2b9f17d8fb198055bc 37304 libs optional 
liblualib50_5.0.3-2_amd64.deb
 6466a6b20b50180409a187ab29c3c71f 42454 libdevel optional 
liblualib50-dev_5.0.3-2_amd64.deb

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

iD8DBQFFC96m7kkcPgEj8vIRAj3EAKCLZa5UeNNA9VMRpJC44Obzr5DE8ACff5pp
zkzlRNuHD4ohGIalcizhiGk=
=nRYw
-END PGP SIGNATURE-


Accepted:
liblua50-dev_5.0.3-2_amd64.deb
  to pool/main/l/lua50/liblua50-dev_5.0.3-2_amd64.deb
liblua50_5.0.3-2_amd64.deb
  to pool/main/l/lua50/liblua50_5.0.3-2_amd64.deb
liblualib50-dev_5.0.3-2_amd64.deb
  to pool/main/l/lua50/liblualib50-dev_5.0.3-2_amd64.deb
liblualib50_5.0.3-2_amd64.deb
  to pool/main/l/lua50/liblualib50_5.0.3-2_amd64.deb
lua50-doc_5.0.3-2_all.deb
  to pool/main/l/lua50/lua50-doc_5.0.3-2_all.deb
lua50_5.0.3-2.diff.gz
  to pool/main/l/lua50/lua50_5.0.3-2.diff.gz
lua50_5.0.3-2.dsc
  to pool/main/l/lua50/lua50_5.0.3-2.dsc
lua50_5.0.3-2_amd64.deb
  to pool/main/l/lua50/lua50_5.0.3-2_amd64.deb


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



Accepted lua5.1-policy 4 (source all)

2006-09-16 Thread Enrico Tassi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 12:28:42 +0200
Source: lua5.1-policy
Binary: lua5.1-policy-dev lua5.1-policy
Architecture: source all
Version: 4
Distribution: unstable
Urgency: low
Maintainer: Enrico Tassi [EMAIL PROTECTED]
Changed-By: Enrico Tassi [EMAIL PROTECTED]
Description: 
 lua5.1-policy - lua5.1 debian policy
 lua5.1-policy-dev - lua5.1 debian policy - template and scripts
Changes: 
 lua5.1-policy (4) unstable; urgency=low
 .
   * Fixed Makefile.Debian so that no -doc package is assumed.
Files: 
 5e448da18e868eb63a3a91b302b440e2 558 doc optional lua5.1-policy_4.dsc
 10fd0ca2af11d01501a26871353c41d5 11719 doc optional lua5.1-policy_4.tar.gz
 09e9056f2a27ccfb0e5660aa820a3782 11474 doc optional lua5.1-policy_4_all.deb
 c2b7da9a3f8062826be895f50035b73f 10120 devel optional 
lua5.1-policy-dev_4_all.deb

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

iD8DBQFFC+H57kkcPgEj8vIRAp8GAKCkQBZpDU7rzbTZbJqvl14OadEpZgCgrvq1
6OHEzryo2QbQW0u9P43pT8c=
=8f3+
-END PGP SIGNATURE-


Accepted:
lua5.1-policy-dev_4_all.deb
  to pool/main/l/lua5.1-policy/lua5.1-policy-dev_4_all.deb
lua5.1-policy_4.dsc
  to pool/main/l/lua5.1-policy/lua5.1-policy_4.dsc
lua5.1-policy_4.tar.gz
  to pool/main/l/lua5.1-policy/lua5.1-policy_4.tar.gz
lua5.1-policy_4_all.deb
  to pool/main/l/lua5.1-policy/lua5.1-policy_4_all.deb


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



Accepted sundials 2.2.0-3 (source i386 all)

2006-09-16 Thread Rafael Laboissiere
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 13:11:09 +0200
Source: sundials
Binary: libsundials-serial-doc libsundials-serial-dev libsundials-serial0
Architecture: source i386 all
Version: 2.2.0-3
Distribution: unstable
Urgency: low
Maintainer: Debian Scientific Computing Team [EMAIL PROTECTED]
Changed-By: Rafael Laboissiere [EMAIL PROTECTED]
Description: 
 libsundials-serial-dev - SUNDIALS development files
 libsundials-serial-doc - SUNDIALS documentation files
 libsundials-serial0 - SUit of Nonlinear and DIfferential/ALgebraic equation 
Solvers
Changes: 
 sundials (2.2.0-3) unstable; urgency=low
 .
   * debian/control: Changed maintainer to the pkg-scicomp team at Alioth
Files: 
 5c39598ab1ec84ce67690eb7a97a1a89 741 libs optional sundials_2.2.0-3.dsc
 ecfa7066bffbecad16ffbdf6326c7998 49174 libs optional sundials_2.2.0-3.diff.gz
 dc47fa127e95de35f218df4e522c01d7 4828164 doc optional 
libsundials-serial-doc_2.2.0-3_all.deb
 f6b24dceee0fc20c14faf5ca248df92a 191590 libs optional 
libsundials-serial0_2.2.0-3_i386.deb
 099286208789d37143122b0a476dae9a 346058 libdevel optional 
libsundials-serial-dev_2.2.0-3_i386.deb

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

iD8DBQFFC+Uhk3oga0pdcv4RAmjkAJ4p0h9+kqQa2/N+dzyzMY+07TwD9gCdEf3M
vDqA2dpBb2rU/w/DTeiwd2Y=
=8jDO
-END PGP SIGNATURE-


Accepted:
libsundials-serial-dev_2.2.0-3_i386.deb
  to pool/main/s/sundials/libsundials-serial-dev_2.2.0-3_i386.deb
libsundials-serial-doc_2.2.0-3_all.deb
  to pool/main/s/sundials/libsundials-serial-doc_2.2.0-3_all.deb
libsundials-serial0_2.2.0-3_i386.deb
  to pool/main/s/sundials/libsundials-serial0_2.2.0-3_i386.deb
sundials_2.2.0-3.diff.gz
  to pool/main/s/sundials/sundials_2.2.0-3.diff.gz
sundials_2.2.0-3.dsc
  to pool/main/s/sundials/sundials_2.2.0-3.dsc


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



Accepted sql-ledger 2.6.19-1 (source all)

2006-09-16 Thread Raphael Hertzog
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 12 Sep 2006 10:52:59 +0200
Source: sql-ledger
Binary: sql-ledger
Architecture: source all
Version: 2.6.19-1
Distribution: unstable
Urgency: high
Maintainer: Finn-Arne Johansen [EMAIL PROTECTED]
Changed-By: Raphael Hertzog [EMAIL PROTECTED]
Description: 
 sql-ledger - A web based double-entry accounting program
Changes: 
 sql-ledger (2.6.19-1) unstable; urgency=high
 .
   * New upstream release.
 - fixed path traversal bug in terminal variable (potential security issue)
 - fixed New Window tab session timeout
   * Increase urgency as the two last releaset fix security issues that should
 go into testing as quickly as possible.
Files: 
 acb2cbffed0f42001a426ab0ce02c491 706 web optional sql-ledger_2.6.19-1.dsc
 034c8ad13a0f682a95ac30504bca 3003912 web optional 
sql-ledger_2.6.19.orig.tar.gz
 43990edf674278be40c8871e7e043b89 12856 web optional sql-ledger_2.6.19-1.diff.gz
 d8efbec929968f123fcd577ce696c32a 2749286 web optional 
sql-ledger_2.6.19-1_all.deb

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

iD8DBQFFBng1vPbGD26BadIRAmLcAKC5AlUVU2IrBiINYwOk0ph3kD8GQgCfb3lV
tbZmGEs9ktiufF9kr5f0MTA=
=wjd6
-END PGP SIGNATURE-


Accepted:
sql-ledger_2.6.19-1.diff.gz
  to pool/main/s/sql-ledger/sql-ledger_2.6.19-1.diff.gz
sql-ledger_2.6.19-1.dsc
  to pool/main/s/sql-ledger/sql-ledger_2.6.19-1.dsc
sql-ledger_2.6.19-1_all.deb
  to pool/main/s/sql-ledger/sql-ledger_2.6.19-1_all.deb
sql-ledger_2.6.19.orig.tar.gz
  to pool/main/s/sql-ledger/sql-ledger_2.6.19.orig.tar.gz


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



Accepted calamaris 2.99.4.0-3 (source all)

2006-09-16 Thread Philipp Frauenfelder
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 14:03:14 +0200
Source: calamaris
Binary: calamaris
Architecture: source all
Version: 2.99.4.0-3
Distribution: unstable
Urgency: low
Maintainer: Philipp Frauenfelder [EMAIL PROTECTED]
Changed-By: Philipp Frauenfelder [EMAIL PROTECTED]
Description: 
 calamaris  - log analyzer for Squid or Oops proxy log files
Closes: 384049 384050
Changes: 
 calamaris (2.99.4.0-3) unstable; urgency=low
 .
   * Bumped standards version to 3.7.2 (no changes needed), really this time.
   * Added Portuguese translation for debconf. Closes: #384049, #384050
Files: 
 3ad8f8b4ffbd5ddc22f507ea82c628a7 618 utils optional calamaris_2.99.4.0-3.dsc
 91f424e7de1e569ee445334a3288db02 25182 utils optional 
calamaris_2.99.4.0-3.diff.gz
 cae58aa050b5bf5617596e4118479fdd 121640 utils optional 
calamaris_2.99.4.0-3_all.deb

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

iD8DBQFFC+kLWLF0MZ2lytgRAnlbAKCceJy2nnj93rkUoLqFhjLLlUlO0QCfYLBo
ogXmWWG7R3HcVKqKL/Yi0Q4=
=FSjM
-END PGP SIGNATURE-


Accepted:
calamaris_2.99.4.0-3.diff.gz
  to pool/main/c/calamaris/calamaris_2.99.4.0-3.diff.gz
calamaris_2.99.4.0-3.dsc
  to pool/main/c/calamaris/calamaris_2.99.4.0-3.dsc
calamaris_2.99.4.0-3_all.deb
  to pool/main/c/calamaris/calamaris_2.99.4.0-3_all.deb


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



Accepted tntnet 1.5.2-1 (source i386 all)

2006-09-16 Thread Kari Pahula
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 14 Sep 2006 10:41:13 +0300
Source: tntnet
Binary: libtntnet-dev tntnet-doc libtntnet5 tntnet-demos tntnet
Architecture: source i386 all
Version: 1.5.2-1
Distribution: unstable
Urgency: low
Maintainer: Kari Pahula [EMAIL PROTECTED]
Changed-By: Kari Pahula [EMAIL PROTECTED]
Description: 
 libtntnet-dev - Tntnet library development headers
 libtntnet5 - Tntnet libraries
 tntnet - modular, multithreaded web application server for C++
 tntnet-demos - demo web applications for Tntnet
 tntnet-doc - documentation for Tntnet
Changes: 
 tntnet (1.5.2-1) unstable; urgency=low
 .
   * New upstream release
   * Really added a dependency on libcxxtools-dev for libtntnet-dev
   * LSBized /etc/init.d/tntnet
   * Install .js and .png files needed by demos to /usr/share/tntnet/ and
 configure the default tntnet.conf to seek for /demos/*.{js,png} from
 there.
Files: 
 15df4913d1a54558b2702ba8c4487df6 674 web extra tntnet_1.5.2-1.dsc
 69361363af5dcb78793fa8d76405fa2b 963291 web extra tntnet_1.5.2.orig.tar.gz
 bc8ce81ba8eee82f8ea585bd586c936d 8332 web extra tntnet_1.5.2-1.diff.gz
 49c0092008098ce8e5b2beca0d6fc5e5 192010 doc extra tntnet-doc_1.5.2-1_all.deb
 2cd4521098807e550edf7b55409ecdf9 128812 web extra tntnet_1.5.2-1_i386.deb
 038bc3c08980b078a1af9f133b7dace2 187768 doc extra tntnet-demos_1.5.2-1_i386.deb
 2c458abab91f3bdea7ad64f70c2e909f 237594 libs extra libtntnet5_1.5.2-1_i386.deb
 c256dcdb0e3877e635e89f8629d7a1dc 107492 libdevel extra 
libtntnet-dev_1.5.2-1_i386.deb

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

iD8DBQFFCvdueYl9593Atw0RAosTAKC8oqAQ4l9AqQOgODrc3a1StFPI5gCfbh2T
H7N/H0XRUGwrQgb/FFYvwEU=
=EGB9
-END PGP SIGNATURE-


Accepted:
libtntnet-dev_1.5.2-1_i386.deb
  to pool/main/t/tntnet/libtntnet-dev_1.5.2-1_i386.deb
libtntnet5_1.5.2-1_i386.deb
  to pool/main/t/tntnet/libtntnet5_1.5.2-1_i386.deb
tntnet-demos_1.5.2-1_i386.deb
  to pool/main/t/tntnet/tntnet-demos_1.5.2-1_i386.deb
tntnet-doc_1.5.2-1_all.deb
  to pool/main/t/tntnet/tntnet-doc_1.5.2-1_all.deb
tntnet_1.5.2-1.diff.gz
  to pool/main/t/tntnet/tntnet_1.5.2-1.diff.gz
tntnet_1.5.2-1.dsc
  to pool/main/t/tntnet/tntnet_1.5.2-1.dsc
tntnet_1.5.2-1_i386.deb
  to pool/main/t/tntnet/tntnet_1.5.2-1_i386.deb
tntnet_1.5.2.orig.tar.gz
  to pool/main/t/tntnet/tntnet_1.5.2.orig.tar.gz


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



Accepted cldump 0.10-1 (source amd64)

2006-09-16 Thread Julien BLACHE
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 15:31:53 +0200
Source: cldump
Binary: cldump
Architecture: source amd64
Version: 0.10-1
Distribution: unstable
Urgency: low
Maintainer: Julien BLACHE [EMAIL PROTECTED]
Changed-By: Julien BLACHE [EMAIL PROTECTED]
Description: 
 cldump - Clarion database files extractor
Changes: 
 cldump (0.10-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 cc9aa875bd99f05c3b6fb1733a8fe9a6 554 misc optional cldump_0.10-1.dsc
 dea66462316384314d52abad66cc8f29 21010 misc optional cldump_0.10.orig.tar.gz
 aba8ae8ed04957323b7e4a45818f7155 1790 misc optional cldump_0.10-1.diff.gz
 3880a7c59def44ed815e7f32195ec92d 18184 misc optional cldump_0.10-1_amd64.deb

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

iD8DBQFFC/zlzWFP1/XWUWkRAov3AJ0f+1O8tMTEjQ6T3hrBQsXMfRiDGQCgpbvT
BLL0nj/X+aqOzf28mOXfZT4=
=5vyg
-END PGP SIGNATURE-


Accepted:
cldump_0.10-1.diff.gz
  to pool/main/c/cldump/cldump_0.10-1.diff.gz
cldump_0.10-1.dsc
  to pool/main/c/cldump/cldump_0.10-1.dsc
cldump_0.10-1_amd64.deb
  to pool/main/c/cldump/cldump_0.10-1_amd64.deb
cldump_0.10.orig.tar.gz
  to pool/main/c/cldump/cldump_0.10.orig.tar.gz


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



Accepted tcpreplay 2.99+3.0.beta11-3 (source i386)

2006-09-16 Thread Noèl Köthe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 15:17:17 +0200
Source: tcpreplay
Binary: tcpreplay
Architecture: source i386
Version: 2.99+3.0.beta11-3
Distribution: unstable
Urgency: low
Maintainer: Noèl Köthe [EMAIL PROTECTED]
Changed-By: Noèl Köthe [EMAIL PROTECTED]
Description: 
 tcpreplay  - Tool to replay saved tcpdump files at arbitrary speeds
Closes: 387670
Changes: 
 tcpreplay (2.99+3.0.beta11-3) unstable; urgency=low
 .
   * fix compile error (newpkt undeclared, post_args)
 http://tcpreplay.synfin.net/trac/changeset/1589 and
 http://tcpreplay.synfin.net/trac/changeset/1590
 (closes: Bug#387670)
Files: 
 296e14c9640366cc5539c31cdf3acba3 632 net optional 
tcpreplay_2.99+3.0.beta11-3.dsc
 498b4d35754e621afeec9be2a3d3c2ff 27383 net optional 
tcpreplay_2.99+3.0.beta11-3.diff.gz
 304d13649341f3be7c33808e9c78f482 706302 net optional 
tcpreplay_2.99+3.0.beta11-3_i386.deb

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

iD8DBQFFC/nD9/DnDzB9Vu0RAh0hAJ9jBWvhUuvqKdnFKel8orB/gg7ukQCdF6b9
K0560Pr/atWQh1Z3FuB4eUY=
=vihX
-END PGP SIGNATURE-


Accepted:
tcpreplay_2.99+3.0.beta11-3.diff.gz
  to pool/main/t/tcpreplay/tcpreplay_2.99+3.0.beta11-3.diff.gz
tcpreplay_2.99+3.0.beta11-3.dsc
  to pool/main/t/tcpreplay/tcpreplay_2.99+3.0.beta11-3.dsc
tcpreplay_2.99+3.0.beta11-3_i386.deb
  to pool/main/t/tcpreplay/tcpreplay_2.99+3.0.beta11-3_i386.deb


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



Accepted libodbc-ruby 0.9993-1 (source i386)

2006-09-16 Thread Daigo Moriwaki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 22:49:26 +0900
Source: libodbc-ruby
Binary: libodbc-ruby1.8
Architecture: source i386
Version: 0.9993-1
Distribution: unstable
Urgency: low
Maintainer: Daigo Moriwaki [EMAIL PROTECTED]
Changed-By: Daigo Moriwaki [EMAIL PROTECTED]
Description: 
 libodbc-ruby1.8 - ODBC Binding for ruby1.8
Changes: 
 libodbc-ruby (0.9993-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 89694d044d53fb4fee52688cb31bf08a 1152 interpreters optional 
libodbc-ruby_0.9993-1.dsc
 72aa3c32fc502ed7b99c203ffda2e968 66556 interpreters optional 
libodbc-ruby_0.9993.orig.tar.gz
 4841ffdb4f79a19c11aa6b5ef5de02bf 3525 interpreters optional 
libodbc-ruby_0.9993-1.diff.gz
 a70bbc570b10cf69251245e69ffdad61 101668 interpreters optional 
libodbc-ruby1.8_0.9993-1_i386.deb

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

iD8DBQFFDAKUNcPj+ukc0lARAqDiAJ9oj1DJ62DrhHD9C1uC/Iu6LIuowwCgpXyw
hSa6oazXUw74ogksTY8K12o=
=WItb
-END PGP SIGNATURE-


Accepted:
libodbc-ruby1.8_0.9993-1_i386.deb
  to pool/main/libo/libodbc-ruby/libodbc-ruby1.8_0.9993-1_i386.deb
libodbc-ruby_0.9993-1.diff.gz
  to pool/main/libo/libodbc-ruby/libodbc-ruby_0.9993-1.diff.gz
libodbc-ruby_0.9993-1.dsc
  to pool/main/libo/libodbc-ruby/libodbc-ruby_0.9993-1.dsc
libodbc-ruby_0.9993.orig.tar.gz
  to pool/main/libo/libodbc-ruby/libodbc-ruby_0.9993.orig.tar.gz


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



Accepted cssed 0.4.0-2 (source i386)

2006-09-16 Thread Francesco Pedrini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 14 Sep 2006 14:57:03 +0200
Source: cssed
Binary: cssed
Architecture: source i386
Version: 0.4.0-2
Distribution: unstable
Urgency: low
Maintainer: Francesco Pedrini [EMAIL PROTECTED]
Changed-By: Francesco Pedrini [EMAIL PROTECTED]
Description: 
 cssed  - graphical CSS editor
Closes: 387435
Changes: 
 cssed (0.4.0-2) unstable; urgency=low
 .
   * New Maintainer (Closes: #387435)
   * Updated Standards-Version
   * Updated Copyright
   * Added debian/watch
Files: 
 0dc30bba3a03b6c92479b9d3d958cacf 609 editors optional cssed_0.4.0-2.dsc
 2b21f0cd6027743b47d3e0c3d391d1fa 18297 editors optional cssed_0.4.0-2.diff.gz
 8ff388154dafd8c742fdcd31216d04b3 707306 editors optional cssed_0.4.0-2_i386.deb

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

iD8DBQFFDAEIaGRzDfCV5eQRAp7gAKCEoWQ7Z5pRDa3GwF7Pza2iSzHaiACggPhg
siH3ZDN7E6rIDbt5bqDzzGQ=
=Mkp5
-END PGP SIGNATURE-


Accepted:
cssed_0.4.0-2.diff.gz
  to pool/main/c/cssed/cssed_0.4.0-2.diff.gz
cssed_0.4.0-2.dsc
  to pool/main/c/cssed/cssed_0.4.0-2.dsc
cssed_0.4.0-2_i386.deb
  to pool/main/c/cssed/cssed_0.4.0-2_i386.deb


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



Accepted gtksee 0.5.6-2 (source i386)

2006-09-16 Thread Luk Claes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 16:30:48 +0200
Source: gtksee
Binary: gtksee
Architecture: source i386
Version: 0.5.6-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Luk Claes [EMAIL PROTECTED]
Description: 
 gtksee - GTK-based clone of ACDSee (an image viewer)
Changes: 
 gtksee (0.5.6-2) unstable; urgency=low
 .
   * QA upload.
   * Set maintainer to Debian QA Group.
Files: 
 c010509f4d2902a447b9e11ed5e4931d 643 graphics extra gtksee_0.5.6-2.dsc
 a21d8161a4104afc9c8c640f8263ef53 11856 graphics extra gtksee_0.5.6-2.diff.gz
 9eb5ea673bbd5749d0bdb36768a6a691 162172 graphics extra gtksee_0.5.6-2_i386.deb

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

iD8DBQFFDAvU5UTeB5t8Mo0RAnciAKCivu6c3uYtwQg5TP921Zm9JmZccwCeOHo5
HHHgeKZS/s/XqdwEbdSO0N8=
=0QMo
-END PGP SIGNATURE-


Accepted:
gtksee_0.5.6-2.diff.gz
  to pool/main/g/gtksee/gtksee_0.5.6-2.diff.gz
gtksee_0.5.6-2.dsc
  to pool/main/g/gtksee/gtksee_0.5.6-2.dsc
gtksee_0.5.6-2_i386.deb
  to pool/main/g/gtksee/gtksee_0.5.6-2_i386.deb


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



Accepted setools 2.4-2 (source i386)

2006-09-16 Thread Manoj Srivastava
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Sep 2006 19:54:50 -0500
Source: setools
Binary: libapol1 libsefs1 libsefs-dev setools libseaudit-dev libseaudit1 
libapol-dev
Architecture: source i386
Version: 2.4-2
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava [EMAIL PROTECTED]
Changed-By: Manoj Srivastava [EMAIL PROTECTED]
Description: 
 libapol-dev - Tresys tools for managing Security Enhanced Linux
 libapol1   - Tresys tools for managing Security Enhanced Linux
 libseaudit-dev - Tresys tools for managing Security Enhanced Linux
 libseaudit1 - Tresys tools for managing Security Enhanced Linux
 libsefs-dev - Tresys tools for managing Security Enhanced Linux
 libsefs1   - Tresys tools for managing Security Enhanced Linux
 setools- Tresys tools for managing Security Enhanced Linux
Closes: 373170 376613
Changes: 
 setools (2.4-2) unstable; urgency=low
 .
   * Since we have flex scanners built into our libapol shared libraries,
 and that needs to link with the flex library, which is static;
 therefore we need to explicitly link with libfl_pic, which has the
 position independent code required for all components of a shared
 library.
   * Split up setools into multiple packages, so that the shared libraries
 and devel tools can be provided separately. Split up the single
 package setools into several library packages, since it was pointed
 out to me that the package was in violation of §8.2 of the Debian
 policy.  Now each library has a runtime and a dev package, so each
 library can develop at its own pace.
   * Bug fix: setools: FTBFS (amd64): libfl.a(libyywrap.o): relocation
 R_X86_64_32 against `a local symbol' can not be used when making a
 shared object; recompile with -fPIC, thanks to Andreas Jochens
 (Closes: #373170).
   * Bug fix: setools: Please adjust SELinux spelling to that of other
 SELinux-related packages, thanks to Sven Mueller   (Closes: #376613).
   * Provide md5sums
   * Also, tweak some file paths to better reflect a default Debian
 installation.
Files: 
 a2e5657d0067df740d9685ab0041d67b 739 admin optional setools_2.4-2.dsc
 e70a5133a7d2cc56c53b6e9855cb5b8d 54796 admin optional setools_2.4-2.diff.gz
 73f1db3a32695087ce16a0eb91d67dc5 2690286 admin optional setools_2.4-2_i386.deb
 d0dd98b86683a6f3bd4433f15c2ef347 218188 libs optional libsefs1_2.4-2_i386.deb
 72a4126eb21a4cbabef5faca42b913cf 269846 libdevel optional 
libsefs-dev_2.4-2_i386.deb
 7b1cc65e462ded38611d1cb108f58cea 47048 libs optional libseaudit1_2.4-2_i386.deb
 1d0152a954b9c1cbccb06c0dfe36293e 47998 libdevel optional 
libseaudit-dev_2.4-2_i386.deb
 07bd945c8efbbf4e9f370523d67745a6 180544 libs optional libapol1_2.4-2_i386.deb
 7196449cbb45b4b251ce64d206f16423 212944 libdevel optional 
libapol-dev_2.4-2_i386.deb

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

iD8DBQFFAO7BIbrau78kQkwRArimAKCHSDzxlVyfO42U+5WHyrnP1QjnyQCeKX4+
0rDLSdaZQa2B9rTC11IS/XY=
=oa4B
-END PGP SIGNATURE-


Accepted:
libapol-dev_2.4-2_i386.deb
  to pool/main/s/setools/libapol-dev_2.4-2_i386.deb
libapol1_2.4-2_i386.deb
  to pool/main/s/setools/libapol1_2.4-2_i386.deb
libseaudit-dev_2.4-2_i386.deb
  to pool/main/s/setools/libseaudit-dev_2.4-2_i386.deb
libseaudit1_2.4-2_i386.deb
  to pool/main/s/setools/libseaudit1_2.4-2_i386.deb
libsefs-dev_2.4-2_i386.deb
  to pool/main/s/setools/libsefs-dev_2.4-2_i386.deb
libsefs1_2.4-2_i386.deb
  to pool/main/s/setools/libsefs1_2.4-2_i386.deb
setools_2.4-2.diff.gz
  to pool/main/s/setools/setools_2.4-2.diff.gz
setools_2.4-2.dsc
  to pool/main/s/setools/setools_2.4-2.dsc
setools_2.4-2_i386.deb
  to pool/main/s/setools/setools_2.4-2_i386.deb


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



Accepted jpilot-syncmal 0.72.2-1 (source i386)

2006-09-16 Thread Ludovic Rousseau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 16:18:11 +0200
Source: jpilot-syncmal
Binary: jpilot-syncmal
Architecture: source i386
Version: 0.72.2-1
Distribution: unstable
Urgency: low
Maintainer: Ludovic Rousseau [EMAIL PROTECTED]
Changed-By: Ludovic Rousseau [EMAIL PROTECTED]
Description: 
 jpilot-syncmal - MAL (AvantGo) plugin for jpilot (Palm Pilot desktop)
Changes: 
 jpilot-syncmal (0.72.2-1) unstable; urgency=low
 .
   * New upstream release
   * Build-Depends: libpisock-dev (= 0.12.1-1) and libmal-dev (= 0.42-1) to
 be sure to use libpisock9
   * http://www.tomw.org/malsync/ do not exist anymore so remove the Debian
 provided jpilot-syncmal-prc-install script.
 You now have to find the viewer application yourself on
 http://www.avantgo.com/
Files: 
 a4d31e163cc17050faba14af5df03bf4 665 otherosfs optional 
jpilot-syncmal_0.72.2-1.dsc
 91b48a793ae2e8e516967a4ecac4 465556 otherosfs optional 
jpilot-syncmal_0.72.2.orig.tar.gz
 4e17022d52fc0b0b673091894c8c9e14 3270 otherosfs optional 
jpilot-syncmal_0.72.2-1.diff.gz
 eb995c5776c6a64527ae4fa953e49891 69418 otherosfs optional 
jpilot-syncmal_0.72.2-1_i386.deb

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

iD8DBQFFDAtJP0qKj+B/HPkRArY0AJ98Gg9oeVingT3v2ZvriN4RClV6xQCgk3Jv
L56uVBLCIi6LYVD9KV9tELQ=
=o14p
-END PGP SIGNATURE-


Accepted:
jpilot-syncmal_0.72.2-1.diff.gz
  to pool/main/j/jpilot-syncmal/jpilot-syncmal_0.72.2-1.diff.gz
jpilot-syncmal_0.72.2-1.dsc
  to pool/main/j/jpilot-syncmal/jpilot-syncmal_0.72.2-1.dsc
jpilot-syncmal_0.72.2-1_i386.deb
  to pool/main/j/jpilot-syncmal/jpilot-syncmal_0.72.2-1_i386.deb
jpilot-syncmal_0.72.2.orig.tar.gz
  to pool/main/j/jpilot-syncmal/jpilot-syncmal_0.72.2.orig.tar.gz


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



Accepted manedit 0.6.1-3 (source powerpc)

2006-09-16 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 17:05:03 +0200
Source: manedit
Binary: manedit
Architecture: source powerpc
Version: 0.6.1-3
Distribution: unstable
Urgency: low
Maintainer: Rene Engelhard [EMAIL PROTECTED]
Changed-By: Rene Engelhard [EMAIL PROTECTED]
Description: 
 manedit- A GTK+-based Enhanced ManPage Editor and -Viewer
Closes: 384585
Changes: 
 manedit (0.6.1-3) unstable; urgency=low
 .
   * fix font handling (and a crash on amd64), thanks Thomas Girard for the
 patch (closes: #384585)
Files: 
 7b27b7bd38c1a7076e9b26b29a0a0c19 624 editors optional manedit_0.6.1-3.dsc
 1af2c8af183bc4857b15c04b2ed1b8d3 10783 editors optional manedit_0.6.1-3.diff.gz
 0f71c21ed7e526abcbffa7ca46c61c7b 465732 editors optional 
manedit_0.6.1-3_powerpc.deb

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

iD8DBQFFDBeq+FmQsCSK63MRAhfoAJwLpt9zwumB0LokWbHa931fOzjj/ACfXny9
FAhZ7F8NUTUyIvmnZzEo1Yo=
=UkW5
-END PGP SIGNATURE-


Accepted:
manedit_0.6.1-3.diff.gz
  to pool/main/m/manedit/manedit_0.6.1-3.diff.gz
manedit_0.6.1-3.dsc
  to pool/main/m/manedit/manedit_0.6.1-3.dsc
manedit_0.6.1-3_powerpc.deb
  to pool/main/m/manedit/manedit_0.6.1-3_powerpc.deb


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



Accepted bfilter 1.0.6-1 (source i386 all)

2006-09-16 Thread Vedran Furač
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 12 Sep 2006 02:29:05 +0200
Source: bfilter
Binary: bfilter-common bfilter bfilter-gui
Architecture: source i386 all
Version: 1.0.6-1
Distribution: unstable
Urgency: low
Maintainer: Vedran Furač [EMAIL PROTECTED]
Changed-By: Vedran Furač [EMAIL PROTECTED]
Description: 
 bfilter- Simple web filtering proxy
 bfilter-common - Simple web filtering proxy (common files)
 bfilter-gui - Simple web filtering proxy (GUI)
Changes: 
 bfilter (1.0.6-1) unstable; urgency=low
 .
   * New upstream release
 - New option to remove ads completely, as opposed to subsituting them
   with a clickable replacement image.
 - Minor bugfixes and improvements.
 .
   * Add LSB info to the init.d script.
Files: 
 b02256cc81bb0de9e7af955fe6b44f38 1063 net optional bfilter_1.0.6-1.dsc
 5e94e67d04318711eb9d0595cf09992e 2730651 net optional bfilter_1.0.6.orig.tar.gz
 633186248ef71b3c6847e86c5c7f84b7 16352 net optional bfilter_1.0.6-1.diff.gz
 7cd4130d41c004e7bc95f83fda076735 20178 net optional 
bfilter-common_1.0.6-1_all.deb
 f1391a784ee5d6e81101f5e28640b049 487982 net optional bfilter_1.0.6-1_i386.deb
 e2c8bd67ca2fdebd08be52dac1107b71 676938 net optional 
bfilter-gui_1.0.6-1_i386.deb

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

iD8DBQFFDAodeYl9593Atw0RAiEYAJ945BrgA/08gC2HMDnszpwTCqHt4gCdEnA5
2FY2ATn9trE3CV47NE7PSvo=
=FuEx
-END PGP SIGNATURE-


Accepted:
bfilter-common_1.0.6-1_all.deb
  to pool/main/b/bfilter/bfilter-common_1.0.6-1_all.deb
bfilter-gui_1.0.6-1_i386.deb
  to pool/main/b/bfilter/bfilter-gui_1.0.6-1_i386.deb
bfilter_1.0.6-1.diff.gz
  to pool/main/b/bfilter/bfilter_1.0.6-1.diff.gz
bfilter_1.0.6-1.dsc
  to pool/main/b/bfilter/bfilter_1.0.6-1.dsc
bfilter_1.0.6-1_i386.deb
  to pool/main/b/bfilter/bfilter_1.0.6-1_i386.deb
bfilter_1.0.6.orig.tar.gz
  to pool/main/b/bfilter/bfilter_1.0.6.orig.tar.gz


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



Accepted libtasn1-3 0.3.6-1 (source i386)

2006-09-16 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 16:15:10 +0200
Source: libtasn1-3
Binary: libtasn1-3-dbg libtasn1-3 libtasn1-3-bin libtasn1-3-dev
Architecture: source i386
Version: 0.3.6-1
Distribution: unstable
Urgency: low
Maintainer: Debian GnuTLS Maintainers [EMAIL PROTECTED]
Changed-By: Andreas Metzler [EMAIL PROTECTED]
Description: 
 libtasn1-3 - Manage ASN.1 structures (runtime)
 libtasn1-3-bin - Manage ASN.1 structures (binaries)
 libtasn1-3-dbg - Manage ASN.1 structures (development)
 libtasn1-3-dev - Manage ASN.1 structures (development)
Changes: 
 libtasn1-3 (0.3.6-1) unstable; urgency=low
 .
   * New upstream version.
   * Drop superfluous patches:
 - 30_man_hyphen_get_length.diff
 - 30_man_hyphen_read_value.diff
 - 30_man_hyphen_write_value.diff
Files: 
 71063b6898c8990bc2fc0959ae75d37c 830 libs important libtasn1-3_0.3.6-1.dsc
 1a373457a4e6ad3c1641a847e7c70cf4 1261006 libs important 
libtasn1-3_0.3.6.orig.tar.gz
 15103017d8dd3f4ccd91703fb421f06b 6357 libs important libtasn1-3_0.3.6-1.diff.gz
 ce1b83dab9fb839549758fd75c751787 300228 libdevel optional 
libtasn1-3-dev_0.3.6-1_i386.deb
 bd19011e184702b0ad5ec74cdc5d8962 22002 devel extra 
libtasn1-3-dbg_0.3.6-1_i386.deb
 61117591dba02e2780cba774f474fda5 44782 libs important 
libtasn1-3_0.3.6-1_i386.deb
 6114fa9a82fbad5ff5db81171c0a36c1 26036 libs important 
libtasn1-3-bin_0.3.6-1_i386.deb

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

iD8DBQFFDA2lHTOcZYuNdmMRAnqwAJ9kvFYiZId6LcLMWbRSYAQ4/V5WjgCaAzo5
EYU/oV5TwFCqe+QS9LUXWAU=
=qszQ
-END PGP SIGNATURE-


Accepted:
libtasn1-3-bin_0.3.6-1_i386.deb
  to pool/main/libt/libtasn1-3/libtasn1-3-bin_0.3.6-1_i386.deb
libtasn1-3-dbg_0.3.6-1_i386.deb
  to pool/main/libt/libtasn1-3/libtasn1-3-dbg_0.3.6-1_i386.deb
libtasn1-3-dev_0.3.6-1_i386.deb
  to pool/main/libt/libtasn1-3/libtasn1-3-dev_0.3.6-1_i386.deb
libtasn1-3_0.3.6-1.diff.gz
  to pool/main/libt/libtasn1-3/libtasn1-3_0.3.6-1.diff.gz
libtasn1-3_0.3.6-1.dsc
  to pool/main/libt/libtasn1-3/libtasn1-3_0.3.6-1.dsc
libtasn1-3_0.3.6-1_i386.deb
  to pool/main/libt/libtasn1-3/libtasn1-3_0.3.6-1_i386.deb
libtasn1-3_0.3.6.orig.tar.gz
  to pool/main/libt/libtasn1-3/libtasn1-3_0.3.6.orig.tar.gz


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



Accepted libmal 0.42-2 (source i386)

2006-09-16 Thread Ludovic Rousseau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 16:40:51 +0200
Source: libmal
Binary: libmal1 libmal-dev
Architecture: source i386
Version: 0.42-2
Distribution: unstable
Urgency: low
Maintainer: Ludovic Rousseau [EMAIL PROTECTED]
Changed-By: Ludovic Rousseau [EMAIL PROTECTED]
Description: 
 libmal-dev - A library of the functions in malsync
 libmal1- A library of the functions in malsync (devel files)
Changes: 
 libmal (0.42-2) unstable; urgency=low
 .
   * debian/rules: update config.{guess,sub} in config-stamp rule instead of
 clean so the new versions are not included in Debian diff file
Files: 
 3a444cf7143e841a7e4bcf04d30468d3 660 libs optional libmal_0.42-2.dsc
 bd8cb9f3a369e5f66b81f8e69504b135 9249 libs optional libmal_0.42-2.diff.gz
 69440145775a3669d886ee0f01efb5d0 96656 libdevel optional 
libmal-dev_0.42-2_i386.deb
 20b8e61efc4ddf1bf2c27fc9ecc552b1 55538 libs optional libmal1_0.42-2_i386.deb

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

iD8DBQFFDA1/P0qKj+B/HPkRAvpxAJ9jF7HeoFeCU4SQT7LSuHyopdMERwCeLe3T
9heYiMwLXl5l0UIZ3+BdQOw=
=PsH0
-END PGP SIGNATURE-


Accepted:
libmal-dev_0.42-2_i386.deb
  to pool/main/libm/libmal/libmal-dev_0.42-2_i386.deb
libmal1_0.42-2_i386.deb
  to pool/main/libm/libmal/libmal1_0.42-2_i386.deb
libmal_0.42-2.diff.gz
  to pool/main/libm/libmal/libmal_0.42-2.diff.gz
libmal_0.42-2.dsc
  to pool/main/libm/libmal/libmal_0.42-2.dsc


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



Accepted ttf-vlgothic 20060902-4 (source all)

2006-09-16 Thread Debian-JP
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed,  6 Sep 2006 23:44:52 +0900
Source: ttf-vlgothic
Binary: ttf-vlgothic
Architecture: source all
Version: 20060902-4
Distribution: unstable
Urgency: low
Maintainer: Hideki Yamane (Debian-JP) [EMAIL PROTECTED]
Changed-By: Hideki Yamane (Debian-JP) [EMAIL PROTECTED]
Description: 
 ttf-vlgothic - Japanese TrueType font from VineLinux
Closes: 385866
Changes: 
 ttf-vlgothic (20060902-4) unstable; urgency=low
 .
   * First upload to debian.org repository. (Closes: #385866)
Files: 
 98f10ce3fc0b92586fa034a1f9130a15 602 x11 optional ttf-vlgothic_20060902-4.dsc
 3be735633818e4fcdd7a295ce24cbfc4 4780730 x11 optional 
ttf-vlgothic_20060902.orig.tar.gz
 796b9a3f31787585c537df35390d2b95 5442 x11 optional 
ttf-vlgothic_20060902-4.diff.gz
 9cb094e10cc37dca505d69b8ed16ebe6 4785316 x11 optional 
ttf-vlgothic_20060902-4_all.deb

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

iD8DBQFFACqY2Dd9TugeVcERAqcmAJ98Rnd/LIx7fDuQoQto4tAzKxWo1ACeLrPb
DfAAdg/s+vnpSojcdX6Zr2E=
=Utuw
-END PGP SIGNATURE-


Accepted:
ttf-vlgothic_20060902-4.diff.gz
  to pool/main/t/ttf-vlgothic/ttf-vlgothic_20060902-4.diff.gz
ttf-vlgothic_20060902-4.dsc
  to pool/main/t/ttf-vlgothic/ttf-vlgothic_20060902-4.dsc
ttf-vlgothic_20060902-4_all.deb
  to pool/main/t/ttf-vlgothic/ttf-vlgothic_20060902-4_all.deb
ttf-vlgothic_20060902.orig.tar.gz
  to pool/main/t/ttf-vlgothic/ttf-vlgothic_20060902.orig.tar.gz


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



Accepted apt-listbugs 0.0.50 (source all)

2006-09-16 Thread Luk Claes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 17:04:48 +0200
Source: apt-listbugs
Binary: apt-listbugs
Architecture: source all
Version: 0.0.50
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Luk Claes [EMAIL PROTECTED]
Description: 
 apt-listbugs - Lists critical bugs before each apt installation
Closes: 279579 289924 323931 332570 361606
Changes: 
 apt-listbugs (0.0.50) unstable; urgency=low
 .
   * QA upload.
   * Set maintainer to Debian QA Group.
   * Updated French translation (Closes: #279579).
   * Don't keep a static list of translations.
   * New Italian translation, thanks to Luca Monducci (Closes: #289924).
   * Updated Norwegian Bokmal translation (Closes: #323931).
   * New Swedish translation, thanks to Daniel Nylander (Closes: #332570).
   * New Czech translation, thanks to Miroslav Kure (Closes: #361606).
Files: 
 7970e4f91bef73eddfe0ef8a230e0880 562 admin optional apt-listbugs_0.0.50.dsc
 cb2459ad52a719d0689b2112e2e73c6c 72144 admin optional 
apt-listbugs_0.0.50.tar.gz
 9affb5f1aaa068d9e9f6c5698c7b07d8 77784 admin optional 
apt-listbugs_0.0.50_all.deb

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

iD8DBQFFDBVU5UTeB5t8Mo0RAmldAJ45Y+zgnc1n7Z9SDlCzkUBp+Hs6DgCgsYAM
pJyPD2efjo1RAdsyGJ66QBY=
=i6iq
-END PGP SIGNATURE-


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


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



Accepted e1071 1.5-13-1 (source powerpc)

2006-09-16 Thread Roger Leigh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  9 Sep 2006 21:33:15 +0100
Source: e1071
Binary: r-cran-e1071
Architecture: source powerpc
Version: 1.5-13-1
Distribution: unstable
Urgency: low
Maintainer: Roger Leigh [EMAIL PROTECTED]
Changed-By: Roger Leigh [EMAIL PROTECTED]
Description: 
 r-cran-e1071 - GNU R package with functions from 'e1071' at TU Wien
Changes: 
 e1071 (1.5-13-1) unstable; urgency=low
 .
   * Initial packaging for Debian.
Files: 
 dd470bd54af0daf4d4d3687e2d6662ef 601 math optional e1071_1.5-13-1.dsc
 f34bf28a960f75347070ddefced9a31d 332528 math optional e1071_1.5-13.orig.tar.gz
 3ffc085fa0e51f14d2c2b901e09efd11 2599 math optional e1071_1.5-13-1.diff.gz
 4cb7081d3cf8d4074126b1d3905f9e1b 473142 math optional 
r-cran-e1071_1.5-13-1_powerpc.deb

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

iD8DBQFFA/XKVcFcaSW/uEgRAvWFAJ4jBUPDM0RWX22MQ+c7xx8ImIRVxwCdE5ox
KAwLifMdY+7lFLhafQxffFA=
=S+MZ
-END PGP SIGNATURE-


Accepted:
e1071_1.5-13-1.diff.gz
  to pool/main/e/e1071/e1071_1.5-13-1.diff.gz
e1071_1.5-13-1.dsc
  to pool/main/e/e1071/e1071_1.5-13-1.dsc
e1071_1.5-13.orig.tar.gz
  to pool/main/e/e1071/e1071_1.5-13.orig.tar.gz
r-cran-e1071_1.5-13-1_powerpc.deb
  to pool/main/e/e1071/r-cran-e1071_1.5-13-1_powerpc.deb


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



Accepted insserv 1.08.0-8 (source i386)

2006-09-16 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 17:32:24 +0200
Source: insserv
Binary: insserv
Architecture: source i386
Version: 1.08.0-8
Distribution: unstable
Urgency: low
Maintainer: Petter Reinholdtsen [EMAIL PROTECTED]
Changed-By: Petter Reinholdtsen [EMAIL PROTECTED]
Description: 
 insserv- Reorder boot sequence based on LSB init.d script dependencies
Changes: 
 insserv (1.08.0-8) unstable; urgency=low
 .
   * Add override files for festival, hotkey-setup and lisa.
   * New patch 41_debiandefault to set the default runlevels for start (2345)
 and stop (016) on Debian.
Files: 
 1b577a1fb2cb694ee700a116b3f1a671 576 misc optional insserv_1.08.0-8.dsc
 24c0df19dbd78f64e052c77ac89bf82c 21535 misc optional insserv_1.08.0-8.diff.gz
 35d76209ff8ac4610e8581e31ed0ff2e 49182 misc optional insserv_1.08.0-8_i386.deb

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

iD8DBQFFDBrt20zMSyow1ykRAgpsAKDAXVjWPu4Ff7UTEZGSj7MQHP4aCACghRsT
2Ak2wFdjc6UBKEJYI7Zgl2Y=
=pZQW
-END PGP SIGNATURE-


Accepted:
insserv_1.08.0-8.diff.gz
  to pool/main/i/insserv/insserv_1.08.0-8.diff.gz
insserv_1.08.0-8.dsc
  to pool/main/i/insserv/insserv_1.08.0-8.dsc
insserv_1.08.0-8_i386.deb
  to pool/main/i/insserv/insserv_1.08.0-8_i386.deb


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



Accepted libraw1394 1.2.1-1 (source all amd64)

2006-09-16 Thread Ludovic RESLINGER
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 10 Sep 2006 16:08:19 +0200
Source: libraw1394
Binary: libraw1394-doc libraw1394-8 libraw1394-dev
Architecture: source amd64 all
Version: 1.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Ludovic RESLINGER [EMAIL PROTECTED]
Changed-By: Ludovic RESLINGER [EMAIL PROTECTED]
Description: 
 libraw1394-8 - library for direct access to IEEE 1394 bus (aka FireWire)
 libraw1394-dev - library for direct access to IEEE 1394 bus - development files
 libraw1394-doc - Reference manual and documentation about libraw1394
Closes: 212947 238646 258121 259460 280911 290198 304890 332005 22 357366 
372802
Changes: 
 libraw1394 (1.2.1-1) unstable; urgency=low
 .
   * New Maintainer. Closes: #372802
   * New upstream release. Closes: #304890
   * Remove upstream debian/ directory, new debianization.
   * upstream-fix: Warning messages from aclocal. Closes: #259460
 Closes: #357366
   * upstream-fix: New implementation with pkg-tools, lib1394.m4 is
 dropped. Closes: #258121
   * debian/control: Change maintainer's name.
   * debian/control: Add homepage in descriptions.
   * debian/control: Remove debconf dependency because no longer
 used. Closes: #280911 Closes: #332005
   * debian/copyright: Add Licences, Copyright Holders, Copyright
 notices. Closes: #290198
   * debian/libraw1394.postinst: Change MAKEDEV way to
 /sbin/MAKEDEV. Closes: #212947 Closes: #238646
   * debian/rules: Add documentation in postscript and html.
   * Change to Standards-Version 3.7.2.
   * Add dpatch packaging system.
   * README.Debian: Add information about the creation of
 /dev/raw1394. Closes: #22
   * Add debian/watch file.
Files: 
 0fb45b8b8676a04b241fdc632e5903f3 643 libs optional libraw1394_1.2.1-1.dsc
 af3a7573c15936df5d5bbe9c550d6278 377681 libs optional 
libraw1394_1.2.1.orig.tar.gz
 3b75f01c3afca638d77d82d81c0b4781 10939 libs optional libraw1394_1.2.1-1.diff.gz
 0ee1fdb865cc695d8a3a513e10b22a42 50184 libdevel optional 
libraw1394-dev_1.2.1-1_amd64.deb
 1ab90df69d7075f917edf54086140b4b 510046 doc optional 
libraw1394-doc_1.2.1-1_all.deb
 daafc4ba0deac79a40bb25b0ee41cf61 25980 libs optional 
libraw1394-8_1.2.1-1_amd64.deb

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

iD8DBQFFBb5RvGr7W6HudhwRAlTgAKCO4SZnocoFv6EHF4WF3TJ+JmjNTQCfWoa6
c/xNAOHJv/fv3865X3g0S5s=
=wqXk
-END PGP SIGNATURE-


Accepted:
libraw1394-8_1.2.1-1_amd64.deb
  to pool/main/libr/libraw1394/libraw1394-8_1.2.1-1_amd64.deb
libraw1394-dev_1.2.1-1_amd64.deb
  to pool/main/libr/libraw1394/libraw1394-dev_1.2.1-1_amd64.deb
libraw1394-doc_1.2.1-1_all.deb
  to pool/main/libr/libraw1394/libraw1394-doc_1.2.1-1_all.deb
libraw1394_1.2.1-1.diff.gz
  to pool/main/libr/libraw1394/libraw1394_1.2.1-1.diff.gz
libraw1394_1.2.1-1.dsc
  to pool/main/libr/libraw1394/libraw1394_1.2.1-1.dsc
libraw1394_1.2.1.orig.tar.gz
  to pool/main/libr/libraw1394/libraw1394_1.2.1.orig.tar.gz


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



Accepted openc++ 2.8-9 (source i386)

2006-09-16 Thread Yann Dirson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 14 Sep 2006 23:30:17 +0200
Source: openc++
Binary: libocc0-dev openc++ libocc0c2a
Architecture: source i386
Version: 2.8-9
Distribution: unstable
Urgency: low
Maintainer: Yann Dirson [EMAIL PROTECTED]
Changed-By: Yann Dirson [EMAIL PROTECTED]
Description: 
 libocc0-dev - OpenC++ library - development
 libocc0c2a - OpenC++ library - runtime
 openc++- extensible C++ compiler
Closes: 372645
Changes: 
 openc++ (2.8-9) unstable; urgency=low
 .
   * Moved package to non-free, since any license change would take some
 time (Closes: #372645).
   * Bumped Standards-Version to 3.7.2, no change.
   * Switched debhelper compat version to 5, no change.
Files: 
 28738ddb30df9968b9d7edbc87b67192 629 non-free/devel optional openc++_2.8-9.dsc
 0f71df82751fe8aba5122d6e0541c98a 994169 non-free/devel optional 
openc++_2.8.orig.tar.gz
 7d255a0a44fa58a1147df70d4f6d0993 51067 non-free/devel optional 
openc++_2.8-9.diff.gz
 f0ee3a24cca0447996de07f62aca896d 170640 non-free/devel optional 
openc++_2.8-9_i386.deb
 71186892862951030a143d32ac7228c1 221434 non-free/libs optional 
libocc0c2a_2.8-9_i386.deb
 7a80dcc41661dd649cbdd13a1c62 390810 non-free/libdevel optional 
libocc0-dev_2.8-9_i386.deb

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

iD8DBQFFCdOvV1uVslwzwbgRAk24AKCHyQEJmc8SqhE5Y+H/b2ZSjDoTXgCfVZE6
z8mNwnNyGzrQIQtCWgTVJ48=
=PfIn
-END PGP SIGNATURE-


Accepted:
libocc0-dev_2.8-9_i386.deb
  to pool/non-free/o/openc++/libocc0-dev_2.8-9_i386.deb
libocc0c2a_2.8-9_i386.deb
  to pool/non-free/o/openc++/libocc0c2a_2.8-9_i386.deb
openc++_2.8-9.diff.gz
  to pool/non-free/o/openc++/openc++_2.8-9.diff.gz
openc++_2.8-9.dsc
  to pool/non-free/o/openc++/openc++_2.8-9.dsc
openc++_2.8-9_i386.deb
  to pool/non-free/o/openc++/openc++_2.8-9_i386.deb


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



Accepted tulip 2.0.5-1 (source i386)

2006-09-16 Thread Yann Dirson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 10 Sep 2006 18:23:30 +0200
Source: tulip
Binary: libtulip-ogl-2.0c2a libtulip-2.0-dev libtulip-ogl-2.0-dev 
libtulip-2.0c2a tulip libtulip-qt4-2.0c2a libtulip-qt4-2.0-dev
Architecture: source i386
Version: 2.0.5-1
Distribution: unstable
Urgency: low
Maintainer: Yann Dirson [EMAIL PROTECTED]
Changed-By: Yann Dirson [EMAIL PROTECTED]
Description: 
 libtulip-2.0-dev - Tulip graph library - core development files
 libtulip-2.0c2a - Tulip graph library - core runtime
 libtulip-ogl-2.0-dev - Tulip graph library - OpenGL development files
 libtulip-ogl-2.0c2a - Tulip graph library - OpenGL runtime
 libtulip-qt4-2.0-dev - Tulip graph library - Qt/OpenGL gui development files
 libtulip-qt4-2.0c2a - Tulip graph library - Qt/OpenGL gui runtime
 tulip  - A system dedicated to the visualization of huge graphs
Closes: 357996
Changes: 
 tulip (2.0.5-1) unstable; urgency=low
 .
   * New upstream release (Closes: #357996).
   * Dropped build-dep on libosmesa6-dev, since libgl1-mesa-swx11-dev now
 provides the off-scren lib (from 2.0.4-3.1 NMU).
   * Build with qt4, new packages for the qt4-related libs.
 .
   * Patches dropped, integrated upstream:
 * Remove generated files
 * Fix qt4 autodetection
 * Support for building out of source dir, and fix DESTDIR support.
 * Fix a quoting problem in configure.in.
 * Fixes for g++ 4.1
 * Upstream fix for 64bit platforms
   * Updated patches:
 * Fix help strings in out-of-tree 3rd-party libs patch.
 * Autotools refresh (aclocal, automake, autoconf).
   * Unchanged patches:
 * Add support for kfreebsd to libftgl.
   * New patch:
 * Fixes for out-of-tree build.
Files: 
 7c854928b7eee76c6326cae9105e7cbe 902 graphics optional tulip_2.0.5-1.dsc
 e165e016d6e88165df083ee4b4605706 7643047 graphics optional 
tulip_2.0.5.orig.tar.gz
 452b29ad341c535893947ea2381f619f 351302 graphics optional tulip_2.0.5-1.diff.gz
 b4e2a8da5c15135795c02d67f03879ec 4124430 graphics optional 
tulip_2.0.5-1_i386.deb
 4109264270baf7e881db747f2300d833 529244 libs optional 
libtulip-2.0c2a_2.0.5-1_i386.deb
 706f477d2799e383385a7bae47c6cbe0 69588 libdevel optional 
libtulip-2.0-dev_2.0.5-1_i386.deb
 c504a4e01f22410595805f0551244404 242112 libs optional 
libtulip-ogl-2.0c2a_2.0.5-1_i386.deb
 12fa9a8e831fd9ab3e0a2e7347a5636b 32662 libdevel optional 
libtulip-ogl-2.0-dev_2.0.5-1_i386.deb
 7c98102ab719d852d68b9328339a76e3 245546 libs optional 
libtulip-qt4-2.0c2a_2.0.5-1_i386.deb
 b6e52140ca1667a271a647aab3bf7876 24154 libdevel optional 
libtulip-qt4-2.0-dev_2.0.5-1_i386.deb

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

iD8DBQFFBGY+V1uVslwzwbgRAjpuAKCkgy52xadxzegvzpzENtwgz/aosgCggZ1A
CZE3TQHkeTBu9Ya/0wOL10I=
=SzWC
-END PGP SIGNATURE-


Accepted:
libtulip-2.0-dev_2.0.5-1_i386.deb
  to pool/main/t/tulip/libtulip-2.0-dev_2.0.5-1_i386.deb
libtulip-2.0c2a_2.0.5-1_i386.deb
  to pool/main/t/tulip/libtulip-2.0c2a_2.0.5-1_i386.deb
libtulip-ogl-2.0-dev_2.0.5-1_i386.deb
  to pool/main/t/tulip/libtulip-ogl-2.0-dev_2.0.5-1_i386.deb
libtulip-ogl-2.0c2a_2.0.5-1_i386.deb
  to pool/main/t/tulip/libtulip-ogl-2.0c2a_2.0.5-1_i386.deb
libtulip-qt4-2.0-dev_2.0.5-1_i386.deb
  to pool/main/t/tulip/libtulip-qt4-2.0-dev_2.0.5-1_i386.deb
libtulip-qt4-2.0c2a_2.0.5-1_i386.deb
  to pool/main/t/tulip/libtulip-qt4-2.0c2a_2.0.5-1_i386.deb
tulip_2.0.5-1.diff.gz
  to pool/main/t/tulip/tulip_2.0.5-1.diff.gz
tulip_2.0.5-1.dsc
  to pool/main/t/tulip/tulip_2.0.5-1.dsc
tulip_2.0.5-1_i386.deb
  to pool/main/t/tulip/tulip_2.0.5-1_i386.deb
tulip_2.0.5.orig.tar.gz
  to pool/main/t/tulip/tulip_2.0.5.orig.tar.gz


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



Accepted hwinfo 13.3-1 (source i386 all)

2006-09-16 Thread James Vega
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 15 Sep 2006 01:15:00 -0400
Source: hwinfo
Binary: libhd13-dev libhd13-doc libhd13 hwinfo
Architecture: source i386 all
Version: 13.3-1
Distribution: unstable
Urgency: low
Maintainer: James Vega [EMAIL PROTECTED]
Changed-By: James Vega [EMAIL PROTECTED]
Description: 
 hwinfo - Hardware identification system
 libhd13- Hardware identification system library
 libhd13-dev - Hardware identification system library and headers
 libhd13-doc - Hardware identification system library documentation
Closes: 381387 386035
Changes: 
 hwinfo (13.3-1) unstable; urgency=low
 .
   * New maintainer. (closes: #386035)
   * New upstream releases.
 - hwinfo --pci no longer lists everything as an ISDN adapter
   (closes: #381387)
   * debian/patches:
 - Remove 01_sysfsutils2 and 02_sysfsutils2_s390, sysfs isn't used in the
   new release.
 - Remove 03_dbus-api-fix-thoenig, applied upstream.
   * debian/control:
 - Update maintainer address.
 - Remove libsysfs-dev Build-Depends.
 - Remove libhd13-dev's libsysfs-dev Depends.
 - Add libhd13-doc package.
 - Add doxygen Build-Depends-Indep.
   * debian/rules:
 - Add build/binary-indep to build libhd's documentation.
   * Add debian/watch file.
Files: 
 d3ba9ece6f150dd557d2ee043c247fad 707 admin optional hwinfo_13.3-1.dsc
 bc0836fe765f319961c74755a1b51a82 794653 admin optional hwinfo_13.3.orig.tar.gz
 4eda1409d46d339b2b2984e4d50f6b35 7439 admin optional hwinfo_13.3-1.diff.gz
 18c95660cc3f0a93fd46a23a2562aaaf 40494 admin optional hwinfo_13.3-1_i386.deb
 df82e95515406e88a2ac3115e96a5652 558332 libs optional libhd13_13.3-1_i386.deb
 7063d097559ec4281e5bbaa916b77e84 644620 libdevel optional 
libhd13-dev_13.3-1_i386.deb
 6be5d573ab9dff3928843e4222be47c3 1231800 doc optional 
libhd13-doc_13.3-1_all.deb

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

iEYEARECAAYFAkUKrKAACgkQDb3UpmEybUBZDQCaA/pCNKjx6LncxF0/2BnwbNlf
hBwAn1PEjdccbrVquaw1/+xmQyPVg6bY
=dvO9
-END PGP SIGNATURE-


Accepted:
hwinfo_13.3-1.diff.gz
  to pool/main/h/hwinfo/hwinfo_13.3-1.diff.gz
hwinfo_13.3-1.dsc
  to pool/main/h/hwinfo/hwinfo_13.3-1.dsc
hwinfo_13.3-1_i386.deb
  to pool/main/h/hwinfo/hwinfo_13.3-1_i386.deb
hwinfo_13.3.orig.tar.gz
  to pool/main/h/hwinfo/hwinfo_13.3.orig.tar.gz
libhd13-dev_13.3-1_i386.deb
  to pool/main/h/hwinfo/libhd13-dev_13.3-1_i386.deb
libhd13-doc_13.3-1_all.deb
  to pool/main/h/hwinfo/libhd13-doc_13.3-1_all.deb
libhd13_13.3-1_i386.deb
  to pool/main/h/hwinfo/libhd13_13.3-1_i386.deb


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



Accepted tinycdb 0.76 (source sparc)

2006-09-16 Thread Michael Tokarev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  9 Sep 2006 13:55:10 +0400
Source: tinycdb
Binary: tinycdb libcdb1 libcdb-dev
Architecture: source sparc
Version: 0.76
Distribution: unstable
Urgency: low
Maintainer: Michael Tokarev [EMAIL PROTECTED]
Changed-By: Michael Tokarev [EMAIL PROTECTED]
Description: 
 libcdb-dev - development files for constant databases (cdb)
 libcdb1- shared library for constant databases (cdb)
 tinycdb- an utility to manipulate constant databases (cdb)
Closes: 299026 316253 342849 344572 360129 383417 383417
Changes: 
 tinycdb (0.76) unstable; urgency=low
 .
   * 0.76 release.
 Closes: #342849, #316253, #360129, #383417.
 Also closes: #299026, #344572.
 .
   * manpage spelling fixes, from Claus Assmann ca+tinycdb (at) esmtp.org.
 .
   * little mods to allow compiling tinycdb by C++ compiler,
 from Olly Betts olly (at) survex.com.
 .
   * use program_invocation_short_name on GLIBC, (modified) patch
 from Dmitry V. Levin  ldv (at) altlinux.org
 .
   * manpage fix (cdb_findnext() prototype),
 from Dmitry V. Levin ldv (at) altlinux.org
 .
   * (somewhat silly) GCC-4.x signedness warnings fix, modified patch
 from Dmitry V. Levin  ldv (at) altlinux.org
 .
   * more signed vs unsigned char* fixes in various places
 .
   * Makefile: always build libnss_cdb.so with libcdb_pic.a, no nss-shared
 target: to avoid extra dependency from /usr/lib/.
 .
   * Makefile: use map files for lib*.so, with explicit list of exported
 symbols.  This, in particular, avoids exporting of libcdb symbols by
 libnss_cdb.so.
 .
   * mark all internal routines as internal_function (defined as
 __attribute__((visibility(hidden))) for GCC)
 .
   * Makefile: add tests-shared, to use cdb-shared for testing
 .
   * Makefile: allow to specify which binary (shared vs static) to install
 in install target, by using INSTALLPROG variable
 .
   * Makefile: pass -DNSSCDB_DIR=... to compiler when building .lo files,
 to allow setting of system config dir (/etc by default) on command line.
 For nss_cdb module.
 .
   * Makefile: use $(CP) instead of cp, to be able to specify `cp' options
 (CP=cp -p)
 .
   * Makefile: ship debian/ files in `dist' target as well, if not only
 for debian/changelog.
 .
   * Makefile: bumped version to 0.76
 .
   * Use unlink(tmpname) + open(O_CREAT|O_EXCL) instead of
 open(O_CREAT|O_TRUNC) when creating the new CDB file.
 And use O_NOFOLLOW if defined.
 This also works around some (probably) possible symlink attacks.
 .
   * Add -p perms option for cdb utility, to specify mode (permission bits)
 for newly created .cdb file (default is 0666umask(), -p forces the given
 mode).
 .
   * allow tmpname (cdb -t) to be `-', to mean no temp file gets created.
 Also check if tmpname is the same as database name and don't try to
 rename() if it is.
 .
   * rewrite nss_cdb-Makefile a bit: simplify it, and use more sane
 permission scheme for /etc/shadow
 .
   * bumped Debian Standards-Version to 3.7.2 (no changes necessary).
 .
   * fixed a typo in cdb_seek.c, -- it segfaulted if passed NULL dlenp
 pointer.  Thanks Daiki for the patch.  Closes: #383417
 .
   * use MAP_FAILED to test mmap() return value, instead of hardcoded -1.
 .
   * several minor fixes for debian/* files, thanks to Bernhard R. Link.
 .
   * removed libnss_cdb Debian package, for now
 .
   * libcdb-dev replaces tinycdb0.76
 .
 tinycdb (0.75) unstable; urgency=low
 .
   * 0.75 release
 .
   * debian packaging is now back to me.  Thank you Christian for doing
 packaging work for me, it is greatly apprecated.
 .
   * build 4 packages out of the source base:
 - shared library libcdb1
 - development files libcdb-dev
 - utility tinycdb
 - nss module nss-cdb
 Closes: Debian #360129, #316253.
 .
   * rewrote cdb_make_put(CDB_PUT_REPLACE) to a) actually replace *all*
 duplicates, not just the first one, and b) perform real replace,
 by moving tail of .cdb file.  Also, always add new record to the
 end of the file, not to the place where a duplicate was found.
 .
   * add cdb_make_put(CDB_PUT_REPLACE0) to zerofill all duplicates,
 which is faster than CDB_PUT_REPLACE but less accurate as it
 leaves gaps in the file.
 .
   * ship libcdb_pic.a in the -dev package.
Files: 
 67de9f12b12ed0e241515bbec1d9eb2b 503 utils optional tinycdb_0.76.dsc
 77db6fa098b674819ba1e06689bc87e8 35777 utils optional tinycdb_0.76.tar.gz
 6c499b6fefdc531a08e9ac498f770d2c 17354 utils optional tinycdb_0.76_sparc.deb
 274fa50661fea52f643607e0ce90de0a 11362 libs optional libcdb1_0.76_sparc.deb
 c7d840ae358a00ebf30a7637cb1ccb60 21200 libdevel optional 
libcdb-dev_0.76_sparc.deb

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

iD8DBQFFBWHuTrAWvKplQe4RAoWbAJ9rroCw7yo98hWWAloP3GFctCycngCfZ1bs
1maIGeAEb1HBggUPnf7igzA=
=pbWe
-END PGP SIGNATURE-


Accepted:
libcdb-dev_0.76_sparc.deb
  to 

Accepted boost 1.33.1-6 (source all i386)

2006-09-16 Thread Domenico Andreoli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  8 Sep 2006 21:56:31 +0200
Source: boost
Binary: libboost-wave-dev libboost-date-time1.33.1 libboost-iostreams-dev 
libboost-test-dev libboost-graph1.33.1 libboost-serialization-dev 
libboost-thread1.33.1 libboost-signals1.33.1 libboost-regex1.33.1 
libboost-filesystem1.33.1 libboost-graph-dev libboost-python1.33.1 libboost-dev 
libboost-program-options1.33.1 libboost-python-dev pyste libboost-dbg 
libboost-doc libboost-date-time-dev libboost-regex-dev 
libboost-program-options-dev libboost-signals-dev libboost-thread-dev 
libboost-filesystem-dev libboost-test1.33.1 libboost-iostreams1.33.1 bcp
Architecture: source all i386
Version: 1.33.1-6
Distribution: unstable
Urgency: low
Maintainer: Debian Boost Team [EMAIL PROTECTED]
Changed-By: Domenico Andreoli [EMAIL PROTECTED]
Description: 
 bcp- tool for extracting subsets of Boost C++ Libraries
 libboost-date-time-dev - set of date-time libraries based on generic 
programming concepts
 libboost-date-time1.33.1 - set of date-time libraries based on generic 
programming concepts
 libboost-dbg - Boost C++ Libraries with debug symbols
 libboost-dev - Boost C++ Libraries development files
 libboost-doc - Boost.org libraries documentation
 libboost-filesystem-dev - filesystem operations (portable paths, iteration 
over directories
 libboost-filesystem1.33.1 - filesystem operations (portable paths, iteration 
over directories
 libboost-graph-dev - generic graph components and algorithms in C++
 libboost-graph1.33.1 - generic graph components and algorithms in C++
 libboost-iostreams-dev - Boost.Iostreams Library development files
 libboost-iostreams1.33.1 - Boost.Iostreams Library
 libboost-program-options-dev - program options library for C++
 libboost-program-options1.33.1 - program options library for C++
 libboost-python-dev - Boost.Python Library development files
 libboost-python1.33.1 - Boost.Python Library
 libboost-regex-dev - regular expression library for C++
 libboost-regex1.33.1 - regular expression library for C++
 libboost-serialization-dev - serialization library for C++
 libboost-signals-dev - managed signals and slots library for C++
 libboost-signals1.33.1 - managed signals and slots library for C++
 libboost-test-dev - components for writing and executing test suites
 libboost-test1.33.1 - components for writing and executing test suites
 libboost-thread-dev - portable C++ multi-threading
 libboost-thread1.33.1 - portable C++ multi-threading
 libboost-wave-dev - C99/C++ preprocessor library
 pyste  - Boost.Python code generator
Closes: 189839
Changes: 
 boost (1.33.1-6) unstable; urgency=low
 .
   * Packaged Pyste.  Closes: #189839.
 .
   * Package libboost-dbg has now priority extra.
Files: 
 96806cd2c6f39a9c018d253baf3f9f43 1424 libs optional boost_1.33.1-6.dsc
 9e3ad0b24f88693fdf223d8b1519ebe8 61082 libs optional boost_1.33.1-6.diff.gz
 378e112b37167505480c3f0caac83921 8296052 doc optional 
libboost-doc_1.33.1-6_all.deb
 b31dabcdd19564ac6ebca662f8c91bf9 47436 python optional pyste_1.33.1-6_all.deb
 ffb8a839486272a573d2516c5095cb6f 191796 libdevel optional bcp_1.33.1-6_i386.deb
 2eb4253ff764137ae2eeca7b44f6b578 10153296 libdevel extra 
libboost-dbg_1.33.1-6_i386.deb
 0e52eb07b18e10559007f39a92eff589 1656356 libdevel optional 
libboost-dev_1.33.1-6_i386.deb
 24e9d416a9f62829dc93b99ef1e5eaf2 53640 libs optional 
libboost-date-time1.33.1_1.33.1-6_i386.deb
 d3bea1ba609c53b641f5f2d1639d5165 180604 libdevel optional 
libboost-date-time-dev_1.33.1-6_i386.deb
 c899ef6bdf41318b0451d78b231e9846 67154 libs optional 
libboost-filesystem1.33.1_1.33.1-6_i386.deb
 442fd388a6e131b793d8482b1db1acc6 77074 libdevel optional 
libboost-filesystem-dev_1.33.1-6_i386.deb
 f2f785572b73e14460033ec825c36c6d 456472 libs optional 
libboost-graph1.33.1_1.33.1-6_i386.deb
 3dd5ef9b35e8715d9c2e869a0632f321 1012510 libdevel optional 
libboost-graph-dev_1.33.1-6_i386.deb
 a64669d2ff63d10b6f755364495c1192 28032 libs optional 
libboost-iostreams1.33.1_1.33.1-6_i386.deb
 46ff67c30551d0a06678aa723731cd72 103852 libdevel optional 
libboost-iostreams-dev_1.33.1-6_i386.deb
 f618409be4d5667a5549d4c48975a70d 187754 libs optional 
libboost-program-options1.33.1_1.33.1-6_i386.deb
 c8f60b95fd878a0684aab2b32733e3b7 268672 libdevel optional 
libboost-program-options-dev_1.33.1-6_i386.deb
 65a838e1725469fa31274e5d6c908e57 180644 python optional 
libboost-python1.33.1_1.33.1-6_i386.deb
 baf94d2c19dd6f3fe72bf521326ae55c 138358 libdevel optional 
libboost-python-dev_1.33.1-6_i386.deb
 e42d7cf9c92d3f7459cd295cdf771954 540050 libs optional 
libboost-regex1.33.1_1.33.1-6_i386.deb
 92753d0d850e292281a10fae0740064e 1067546 libdevel optional 
libboost-regex-dev_1.33.1-6_i386.deb
 47fea876ffceae11a0f8e1d6fbe57af0 625296 libdevel optional 
libboost-serialization-dev_1.33.1-6_i386.deb
 55d85c2d5af029a1a84eb70ccb4c8f7d 63398 libs optional 
libboost-signals1.33.1_1.33.1-6_i386.deb
 38d7476b1a842821678834fd658d2fcf 84330 

Accepted ntp 1:4.2.2+dfsg.2-2 (source all i386)

2006-09-16 Thread Peter Eisentraut
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 15 Sep 2006 11:24:09 +0200
Source: ntp
Binary: ntp-simple ntp-refclock ntp-doc ntpdate ntp
Architecture: source all i386
Version: 1:4.2.2+dfsg.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian NTP Team [EMAIL PROTECTED]
Changed-By: Peter Eisentraut [EMAIL PROTECTED]
Description: 
 ntp- Network Time Protocol daemon and utility programs
 ntp-doc- Network Time Protocol documentation
 ntp-refclock - transition package
 ntp-simple - transition package
 ntpdate- client for setting system time from NTP servers
Closes: 56499 245338 305864 312576 321759 375280 382311 382543 383212 383666 
384857 386323 387002
Changes: 
 ntp (1:4.2.2+dfsg.2-2) unstable; urgency=medium
 .
   [ Branden Robinson ]
   * Soften ntp binary package's Conflicts and Replaces relationships with
 ntp-{refclock,server,simple} so that they are unversioned; a versioning
 expression is unnecessary as none of these exist now as dummy packages
 (and do not need to, as all depended directly or transitively on ntp
 itself).  State that ntp Provides the three merged packages, so that
 packages depending on them are not spuriously blocked from upgrading
 before their dependencies are manually changed. (closes: #383212)
 .
   [ Peter Eisentraut ]
   * Updated README.Debian's and package descriptions, reflecting that
 ntpdate is no longer necessary when ntp is installed
   * npdate is no longer started from an init script but instead by ifup
 (closes: #56499, #245338, #312576)
   * Run ntpdate from ifup in the background (closes: #321759, #375280,
 #382543)
   * Cleaned out package relationships with long-obsolete packages
   * Updated standards version
   * Also parse peer lines in ntp.conf from ntpdate.default (closes: #382311)
   * Added pointer in ntpdate.default where to find ntp.conf (closes: #386323)
   * Updated logcheck rules (closes: #305864)
 .
   [ Julien BLACHE ]
   * debian/control:
 + Add ntp-refclock and ntp-simple transition packages (closes: #384857).
   * debian/ntp.init:
 + Remove adduser call from initscript (closes: #383666).
 .
   [ Petter Reinholdtsen ]
   * Fixed init script LSB header dependency information (closes: #387002)
Files: 
 9553a9b41ba5f5c3ba174ac5592efc1b 841 net optional ntp_4.2.2+dfsg.2-2.dsc
 6b9241afc047363e3bcf11b25af4e561 173994 net optional ntp_4.2.2+dfsg.2-2.diff.gz
 f986aa4ae857f41a6bce469feed07815 891756 doc optional 
ntp-doc_4.2.2+dfsg.2-2_all.deb
 c44b4f1dadf7ed82bc43ffdc34068c83 27128 net optional 
ntp-simple_4.2.2+dfsg.2-2_all.deb
 1fefd26e9fc228e9e6d6c6e39f64c4ee 27130 net optional 
ntp-refclock_4.2.2+dfsg.2-2_all.deb
 f2fc5f5531c9c76187510f94de6d0b11 321010 net optional 
ntp_4.2.2+dfsg.2-2_i386.deb
 0ff308d22b0dda454023610ce77e7520 55902 net optional 
ntpdate_4.2.2+dfsg.2-2_i386.deb

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

iD8DBQFFCnPCTTx8oVVPtMYRAoMkAJ9matJyyhGLgERFVxqvfmSka+TWLQCdE0fX
o7h51A6c/UagHkuditkDyEM=
=uO5N
-END PGP SIGNATURE-


Accepted:
ntp-doc_4.2.2+dfsg.2-2_all.deb
  to pool/main/n/ntp/ntp-doc_4.2.2+dfsg.2-2_all.deb
ntp-refclock_4.2.2+dfsg.2-2_all.deb
  to pool/main/n/ntp/ntp-refclock_4.2.2+dfsg.2-2_all.deb
ntp-simple_4.2.2+dfsg.2-2_all.deb
  to pool/main/n/ntp/ntp-simple_4.2.2+dfsg.2-2_all.deb
ntp_4.2.2+dfsg.2-2.diff.gz
  to pool/main/n/ntp/ntp_4.2.2+dfsg.2-2.diff.gz
ntp_4.2.2+dfsg.2-2.dsc
  to pool/main/n/ntp/ntp_4.2.2+dfsg.2-2.dsc
ntp_4.2.2+dfsg.2-2_i386.deb
  to pool/main/n/ntp/ntp_4.2.2+dfsg.2-2_i386.deb
ntpdate_4.2.2+dfsg.2-2_i386.deb
  to pool/main/n/ntp/ntpdate_4.2.2+dfsg.2-2_i386.deb


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



Accepted xkeyboard-config 0.8-12exp2 (source all)

2006-09-16 Thread Denis Barbier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 18:18:54 +0200
Source: xkeyboard-config
Binary: xkb-data
Architecture: source all
Version: 0.8-12exp2
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Denis Barbier [EMAIL PROTECTED]
Description: 
 xkb-data   - X Keyboard Extension (XKB) configuration data
Changes: 
 xkeyboard-config (0.8-12exp2) experimental; urgency=low
 .
   * Sync to CVS 2006-09-15.
 .
   * debian/patches/badmap.diff debian/patches/bz8280.diff: Rework Mac
 stuff.  Macintosh users can now select a Macintosh model
 (macintosh ibook powerbook macbook78 macbook79) and a layout from
 macintosh_vndr, or a pc105 model and a PC layout.  New options
 have been introduced so that Mac standard behavior can also be
 used with PC models.
 .
   * These patches are removed because they have been merged in cvs.diff
 or bz8280.diff:
 + debian/patches/inet.diff
 + debian/patches/mac_fnkeys.diff
 + debian/patches/macintosh.diff
 + debian/patches/mac_swap_kp.diff
 + debian/patches/mac_nodeadkeys.diff
 + debian/patches/macbook_keycodes.diff
 .
   * Drop debian/patches/macintosh-gb.diff: This patch was wrong, the
 right fix is to use the new apple:badmap option.
 .
   * debian/patches/indic_invalid.diff: New patch to remove invalid Indic
 characters.  Thanks G Karunakar.
Files: 
 29a8e6f665370fe2f462ecf2779d8676 704 x11 extra xkeyboard-config_0.8-12exp2.dsc
 06bf13af8eb02c57a1e2f6b3105a1928 379684 x11 extra 
xkeyboard-config_0.8-12exp2.diff.gz
 2e34b2f86e77c4ecb9e88caf9e5b9364 355150 x11 extra xkb-data_0.8-12exp2_all.deb

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

iD8DBQFFDCtS8Ri1lR4WGvsRAqJdAJ40rAFDv4jDuNUeNDIDpF+RBdM+bwCfZcGK
D4YA/EC3RdXvysm/m8UGbuo=
=lYgS
-END PGP SIGNATURE-


Accepted:
xkb-data_0.8-12exp2_all.deb
  to pool/main/x/xkeyboard-config/xkb-data_0.8-12exp2_all.deb
xkeyboard-config_0.8-12exp2.diff.gz
  to pool/main/x/xkeyboard-config/xkeyboard-config_0.8-12exp2.diff.gz
xkeyboard-config_0.8-12exp2.dsc
  to pool/main/x/xkeyboard-config/xkeyboard-config_0.8-12exp2.dsc


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



Accepted dictclient 1.0.3 (source all)

2006-09-16 Thread John Goerzen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 11 Sep 2006 09:20:21 -0500
Source: dictclient
Binary: python-dictclient
Architecture: source all
Version: 1.0.3
Distribution: unstable
Urgency: medium
Maintainer: John Goerzen [EMAIL PROTECTED]
Changed-By: John Goerzen [EMAIL PROTECTED]
Description: 
 python-dictclient - Python client library for DICT (RFC2229) protocol
Closes: 380774
Changes: 
 dictclient (1.0.3) unstable; urgency=medium
 .
   * Update to new Python policy.  Closes: #380774.
Files: 
 cd7acfad4787325abdd4aff8490f1624 689 interpreters optional dictclient_1.0.3.dsc
 002d4114b9711e6c74e4fde3fe8fe791 24706 interpreters optional 
dictclient_1.0.3.tar.gz
 bb6ee40d8caae79dc63b01e8964692ff 12742 interpreters optional 
python-dictclient_1.0.3_all.deb

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

iD8DBQFFBXEp3PeFtIodmh8RAnL+AKCoirMQDPkZ1UCDPSyxVjdoJL84DgCgkBdq
lZaYnegHXBWWJREglJReok8=
=370f
-END PGP SIGNATURE-


Accepted:
dictclient_1.0.3.dsc
  to pool/main/d/dictclient/dictclient_1.0.3.dsc
dictclient_1.0.3.tar.gz
  to pool/main/d/dictclient/dictclient_1.0.3.tar.gz
python-dictclient_1.0.3_all.deb
  to pool/main/d/dictclient/python-dictclient_1.0.3_all.deb


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



Accepted hk-classes 0.8.1a-1.1 (source i386)

2006-09-16 Thread Steinar H. Gunderson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 12 Sep 2006 20:33:06 +0200
Source: hk-classes
Binary: libhk-classes-odbc libhk-classes-paradox libhk-classes-mdb 
libhk-classes-postgres libhk-classes-mysql libhk-classes-sqlite 
libhk-classes-sqlite3 libhk-classes-xbase libhk-classes13-dev python-hk-classes 
libhk-classes13
Architecture: source i386
Version: 0.8.1a-1.1
Distribution: unstable
Urgency: medium
Maintainer: Mike Schacht [EMAIL PROTECTED]
Changed-By: Steinar H. Gunderson [EMAIL PROTECTED]
Description: 
 libhk-classes-mdb - msb - MS Access driver plugin for libhk-classes
 libhk-classes-mysql - MySQL driver plugin for libhk-classes
 libhk-classes-odbc - ODBC driver plugin for libhk-classes
 libhk-classes-paradox - paradox plugin for libhk-classes
 libhk-classes-postgres - PostgreSQL driver plugin for libhk-classes
 libhk-classes-sqlite - sqlite driver plugin for libhk-classes
 libhk-classes-sqlite3 - sqlite3 driver plugin for libhk-classes
 libhk-classes-xbase - xbase/dbase plugin for libhk-classes
 libhk-classes13 - C++ library for rapid development of database applications
 libhk-classes13-dev - development libraries and headers for libhk-classes
 python-hk-classes - Python scripting module for libhk-classes
Closes: 380843
Changes: 
 hk-classes (0.8.1a-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Convert the package to the new Python policy; fixes FTBFS, based on patch
 by Martin Wuertele. (Closes: #380843)
 * Update Standards-Version to 3.7.2.
 * Build-depend on debhelper (= 5.0.37.2).
 * Build-depend on python-support (= 0.3).
 * Add a call to dh_pysupport.
 * Add debian/pycompat with the value of 2.
 * Change build-dependency on python2.3-dev to python-all-dev. Also remove
   unneeded build-dependency on python.
 * Remove the separate config.status target and move the configure
   invocation into the build-stamp target, since we need to run configure
   multiple times (once per supported Python version).
 * Configure, build install and clean once per supported Python version.
   Changes needed to do an out-of-tree build for each supported version:
   * 01_setup.py.dpatch: Hack python/setup.py.in slightly (change the
 include directory, and symlink the source file into the build
 directory before building); this has been merged into
 01_python_Makefile.{am,in}.dpatch.
   * 01_outoftree.dpatch: Fix subdirectories' -I flags so they use
 $(srcdir) and the likes instead of hardcoding relative include paths.
 * Change package name from python2.3-hk-classes to python-hk-classes.
 * Add conflicts/replaces from python-hk-classes on python2.3-hk-classes
   (= 0.8.1a-1), and provides on ${python:Provides} (replacing the
   provides on python-hk-classes).
 * Add XB-Python-Version: ${python:Versions} to python-hk-classes.
 * Don't depend on python2.3; use ${python:Depends} instead.
 * Change patches 01_python_Makefile.am.dpatch and
   01_python_Makefile.in.dpatch to use $(PYTHON_VERSION) instead of
   hardcoding 2.3.
 * Rename python2.3-hk-classes.install to python-hk-classes.install.
Files: 
 f08a32aa38442b1c63f3fd52c3c517ef 1177 libs optional hk-classes_0.8.1a-1.1.dsc
 be4f7c46e000e5f7b114eba402350c02 7250 libs optional 
hk-classes_0.8.1a-1.1.diff.gz
 9f2c75f61a1dc72611eab86da2f753e4 1828608 libdevel optional 
libhk-classes13-dev_0.8.1a-1.1_i386.deb
 703b3aa9d2875483c9aa2ac8e74e54f7 998102 libs optional 
libhk-classes13_0.8.1a-1.1_i386.deb
 0cd4399d7b56cea53474b6c6c2d17615 527124 python optional 
python-hk-classes_0.8.1a-1.1_i386.deb
 1536325ed73bfc64926e5d5501b9504f 100882 libs optional 
libhk-classes-mysql_0.8.1a-1.1_i386.deb
 b459b771f3d9003202dc12d80891d6e3 107014 libs optional 
libhk-classes-postgres_0.8.1a-1.1_i386.deb
 7dbfddfd832d54f3e68843c9da1839c9 118334 libs optional 
libhk-classes-odbc_0.8.1a-1.1_i386.deb
 62cc316a6525811f0e32347580081759 279164 libs optional 
libhk-classes-sqlite_0.8.1a-1.1_i386.deb
 652b8a36b71aca4cbd5abef0e2290e71 304500 libs optional 
libhk-classes-sqlite3_0.8.1a-1.1_i386.deb
 903cbd5937ed76edb04e0392e7a8a90f 95014 libs optional 
libhk-classes-mdb_0.8.1a-1.1_i386.deb
 e020f38496060acf7b45f24cb2910518 79550 libs optional 
libhk-classes-xbase_0.8.1a-1.1_i386.deb
 7d576382318be9a83df0e0ed2bc0592d 138752 libs optional 
libhk-classes-paradox_0.8.1a-1.1_i386.deb

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

iQCVAwUBRQcZBX7hqgLJpbVOAQJwEwP/abXxBjXQbw6kiy+ndOrd4jEQf1NnsP8X
6gpAJF6QsEkoFE9FaG3cMn2/eYgmsIaBs0vP7IdYJMElOt3CNkCwxaF43W95fNuh
AaF+mwhdrwts8AowvdiTp/oBpd0zGiiBbT9tBIP+OiGgnccoez7SdwFyOs7pcFVt
zgoZvNfv0G8=
=a9Js
-END PGP SIGNATURE-


Accepted:
hk-classes_0.8.1a-1.1.diff.gz
  to pool/main/h/hk-classes/hk-classes_0.8.1a-1.1.diff.gz
hk-classes_0.8.1a-1.1.dsc
  to pool/main/h/hk-classes/hk-classes_0.8.1a-1.1.dsc
libhk-classes-mdb_0.8.1a-1.1_i386.deb
  to 

Accepted evolution-data-server 1.8.0-1 (source i386 all)

2006-09-16 Thread Heikki Henriksen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 11 Sep 2006 11:33:59 +0200
Source: evolution-data-server
Binary: libexchange-storage1.2-dev libcamel1.2-8 libedataserver1.2-7 
libedataserver1.2-dev libedata-cal1.2-dev libecal1.2-dev libedata-cal1.2-6 
evolution-data-server-dbg libcamel1.2-dev libebook1.2-9 
libexchange-storage1.2-2 evolution-data-server libegroupwise1.2-12 libecal1.2-7 
evolution-data-server-common libedata-book1.2-2 libedata-book1.2-dev 
evolution-data-server-dev libedataserverui1.2-dev libegroupwise1.2-dev 
libebook1.2-dev libedataserverui1.2-8
Architecture: source i386 all
Version: 1.8.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian Evolution Maintainers 
pkg-evolution-maintainers@lists.alioth.debian.org
Changed-By: Heikki Henriksen [EMAIL PROTECTED]
Description: 
 evolution-data-server - evolution database backend server
 evolution-data-server-common - architecture independent files for Evolution 
Data Server
 evolution-data-server-dbg - evolution database backend server with debugging 
symbols
 evolution-data-server-dev - Development files for evolution-data-server (meta 
package)
 libcamel1.2-8 - The Evolution MIME message handling library
 libcamel1.2-dev - Development files for libcamel
 libebook1.2-9 - Client library for evolution address books
 libebook1.2-dev - Client library for evolution address books (development 
files)
 libecal1.2-7 - Client library for evolution calendars
 libecal1.2-dev - Client library for evolution calendars (development files)
 libedata-book1.2-2 - Backend library for evolution address books
 libedata-book1.2-dev - Backend library for evolution address books 
(development files)
 libedata-cal1.2-6 - Backend library for evolution calendars
 libedata-cal1.2-dev - Backend library for evolution calendars (development 
files)
 libedataserver1.2-7 - Utility library for evolution data servers
 libedataserver1.2-dev - Utility library for evolution data servers 
(development files)
 libedataserverui1.2-8 - GUI utility library for evolution data servers
 libedataserverui1.2-dev - GUI utility library for evolution data servers 
(development files
 libegroupwise1.2-12 - Client library for accessing groupwise POA through SOAP 
interface
 libegroupwise1.2-dev - Development files for libegroupwise
 libexchange-storage1.2-2 - Backend library for evolution calendars
 libexchange-storage1.2-dev - Backend library for evolution calendars 
(development files)
Changes: 
 evolution-data-server (1.8.0-1) experimental; urgency=low
 .
   [ Oystein Gisnas ]
   * debian/patches/55_no-fallback-for-tls.patch: Applied upstream
   * debian/patches/60_gpg-smartcard.patch: Applied upstream
   * debian/patches/9?_from_cvs_*.patch: Applied upstream
   * debian/rules: Explicitly enable dynamic libdb
   * debian/rules: Enable gnome-keyring integration
   * debian/patches/20_xulrunner.patch: remove - fixed upstream
   * debian/patches/35_external-libdb.patch - fixed upstream
   * libebook1.2-5 - libebook1.2-9 SONAME change
   * libedataserverui1.2-6 - libedataserverui1.2-8 SONAME change
   * libegroupwise1.2-9 - libegroupwise1.2-12 SONAME change
   * libexchange1.2-1 - libexchange1.2-2 SONAME change
   * Remove libdb-dev build dep - no longer compiles with libdb3-dev.
 [debian/control]
 .
   [ Heikki Henriksen ]
   * New upstream release (1.8.0)
   * Updated watch-file to follow 1.8-series
   * Removed patch applied upstream [debian/patches/10_de_translation.patch]
   * Add build-depend on libgnome-keyring-dev [debian/control]
   * libecal1.2-5 - libecal1.2-7 SONAME change
   * libedatacal1.2-5 - libedatacal1.2-6 SONAME change
   * Update soname-changes in descriptions [debian/control]
   * Update patch for camel pkg-config 
[debian/patches/10_camel-pkg-config-requires.patch]
   * Update small translation patch [debian/patches/11_it_translation.patch]
   * Update camel-version patch 
[debian/patches/40_libcamel_soname_version.patch]
   * Update camel-providers patch 
[debian/patches/45_libcamel_providers_version.patch]
Files: 
 857d7e0294f763e17ee8f06322c50c39 1730 gnome optional 
evolution-data-server_1.8.0-1.dsc
 26ae80a24610925a145ff5535a591fd7 10027048 gnome optional 
evolution-data-server_1.8.0.orig.tar.gz
 53f08d3f617a3c13c2bfc92a355915e6 16028 gnome optional 
evolution-data-server_1.8.0-1.diff.gz
 0b5fe8ad98a0ad3245014880f797a89e 2065156 gnome optional 
evolution-data-server-common_1.8.0-1_all.deb
 0034f9a4938c4cec41cb5bf11ace8c57 442550 gnome optional 
evolution-data-server_1.8.0-1_i386.deb
 604efe5a8c671caf6bfdb06cd07602a0 55454 devel optional 
evolution-data-server-dev_1.8.0-1_i386.deb
 be142e3033e8d758312e1389df59ead0 3021544 gnome extra 
evolution-data-server-dbg_1.8.0-1_i386.deb
 96fbd2157872d603aed2b12f8cb2e9ee 118136 libs optional 
libedataserver1.2-7_1.8.0-1_i386.deb
 4c672ab9202de717c23e4e2cf6829f95 121754 libdevel optional 
libedataserver1.2-dev_1.8.0-1_i386.deb
 e8436beb16f1a0d32bdcf07255ed7bfa 327868 libs optional 

Accepted vlc 0.8.6-svn20060911.0.8.5-1-svn.debian-3 (source i386 all)

2006-09-16 Thread Debian packages
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 14 Sep 2006 18:39:59 +0200
Source: vlc
Binary: wxvlc vlc-plugin-sdl vlc-plugin-ggi vlc-plugin-alsa vlc-plugin-glide 
vlc-plugin-esd mozilla-plugin-vlc vlc libvlc0 vlc-plugin-arts vlc-nox 
vlc-plugin-svgalib libvlc0-dev
Architecture: source i386 all
Version: 0.8.6-svn20060911.0.8.5-1-svn.debian-3
Distribution: unstable
Urgency: low
Maintainer: Sam Hocevar (Debian packages) [EMAIL PROTECTED]
Changed-By: Sam Hocevar (Debian packages) [EMAIL PROTECTED]
Description: 
 libvlc0- multimedia player and streamer library
 libvlc0-dev - development files for VLC
 mozilla-plugin-vlc - multimedia plugin for web browsers based on VLC
 vlc- multimedia player and streamer for all audio and video formats
 vlc-nox- multimedia player and streamer for all audio and video formats
 vlc-plugin-alsa - dummy transitional package
 vlc-plugin-arts - aRts audio output plugin for VLC
 vlc-plugin-esd - Esound audio output plugin for VLC
 vlc-plugin-ggi - GGI video output plugin for VLC
 vlc-plugin-glide - Glide video output plugin for VLC
 vlc-plugin-sdl - SDL video and audio output plugin for VLC
 vlc-plugin-svgalib - SVGAlib video output plugin for VLC
 wxvlc  - dummy transitional package
Changes: 
 vlc (0.8.6-svn20060911.0.8.5-1-svn.debian-3) unstable; urgency=low
 .
   * debian/control:
 + Distribute libvlc0 in a separate package.
 + Created vlc-nox package that contains VLC and all its non-X related
   plugins.
   * debian/rules:
 + Use dh_install.
 + Bail out with an error if a plugin from vlc-nox got linked to libX11.
Files: 
 b14ad6921c852a6a585bf7ef0f78a366 2076 graphics optional 
vlc_0.8.6-svn20060911.0.8.5-1-svn.debian-3.dsc
 979baab0a93708bbc8cb342a9d29eab9 30449 graphics optional 
vlc_0.8.6-svn20060911.0.8.5-1-svn.debian-3.diff.gz
 3109d3bc0a5ac5f6d25231d2bd62e736 784 graphics optional 
vlc-plugin-alsa_0.8.6-svn20060911.0.8.5-1-svn.debian-3_all.deb
 b787c60e0049b0aac25626daa29fa2d9 778 graphics optional 
wxvlc_0.8.6-svn20060911.0.8.5-1-svn.debian-3_all.deb
 49b30ea91d0815a3a6bc8f447ab215b6 1121282 graphics optional 
vlc_0.8.6-svn20060911.0.8.5-1-svn.debian-3_i386.deb
 e30d9ee77e25b90cf43cfc52a0305839 3727102 net optional 
vlc-nox_0.8.6-svn20060911.0.8.5-1-svn.debian-3_i386.deb
 bd37169d2f41b0a6267cbb61502bb731 935106 libs optional 
libvlc0_0.8.6-svn20060911.0.8.5-1-svn.debian-3_i386.deb
 79cab767f358665c644f1d5266ea07e0 18624 libdevel optional 
libvlc0-dev_0.8.6-svn20060911.0.8.5-1-svn.debian-3_i386.deb
 12d27262f4bc33f8758319b5c14d4659 4818 graphics optional 
vlc-plugin-esd_0.8.6-svn20060911.0.8.5-1-svn.debian-3_i386.deb
 4e9fd5c73db4bd7254ae6ffbc826e983 10760 graphics optional 
vlc-plugin-sdl_0.8.6-svn20060911.0.8.5-1-svn.debian-3_i386.deb
 70a660d01aa688dc626a41a74afcea4e 5836 graphics optional 
vlc-plugin-ggi_0.8.6-svn20060911.0.8.5-1-svn.debian-3_i386.deb
 6ce67718f819c3fe33c8da52b81bf40e 4136 graphics optional 
vlc-plugin-glide_0.8.6-svn20060911.0.8.5-1-svn.debian-3_i386.deb
 3cb321614ba6085b20ef2ac50cacfda4 4102 graphics optional 
vlc-plugin-arts_0.8.6-svn20060911.0.8.5-1-svn.debian-3_i386.deb
 34908c377ba0c8157c58578825647782 17556 graphics optional 
mozilla-plugin-vlc_0.8.6-svn20060911.0.8.5-1-svn.debian-3_i386.deb
 bb43876997fe5a74fdd1770662240e86 4536 graphics optional 
vlc-plugin-svgalib_0.8.6-svn20060911.0.8.5-1-svn.debian-3_i386.deb

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

iD8DBQFFCZSDfPP1rylJn2ERAlkqAJ45LqS+N4NHSyVfdbQWXuBUSfiukgCfa6eO
I39mkNOIoAK3lsxBoOVHcyM=
=lUY5
-END PGP SIGNATURE-


Accepted:
libvlc0-dev_0.8.6-svn20060911.0.8.5-1-svn.debian-3_i386.deb
  to pool/main/v/vlc/libvlc0-dev_0.8.6-svn20060911.0.8.5-1-svn.debian-3_i386.deb
libvlc0_0.8.6-svn20060911.0.8.5-1-svn.debian-3_i386.deb
  to pool/main/v/vlc/libvlc0_0.8.6-svn20060911.0.8.5-1-svn.debian-3_i386.deb
mozilla-plugin-vlc_0.8.6-svn20060911.0.8.5-1-svn.debian-3_i386.deb
  to 
pool/main/v/vlc/mozilla-plugin-vlc_0.8.6-svn20060911.0.8.5-1-svn.debian-3_i386.deb
vlc-nox_0.8.6-svn20060911.0.8.5-1-svn.debian-3_i386.deb
  to pool/main/v/vlc/vlc-nox_0.8.6-svn20060911.0.8.5-1-svn.debian-3_i386.deb
vlc-plugin-alsa_0.8.6-svn20060911.0.8.5-1-svn.debian-3_all.deb
  to 
pool/main/v/vlc/vlc-plugin-alsa_0.8.6-svn20060911.0.8.5-1-svn.debian-3_all.deb
vlc-plugin-arts_0.8.6-svn20060911.0.8.5-1-svn.debian-3_i386.deb
  to 
pool/main/v/vlc/vlc-plugin-arts_0.8.6-svn20060911.0.8.5-1-svn.debian-3_i386.deb
vlc-plugin-esd_0.8.6-svn20060911.0.8.5-1-svn.debian-3_i386.deb
  to 
pool/main/v/vlc/vlc-plugin-esd_0.8.6-svn20060911.0.8.5-1-svn.debian-3_i386.deb
vlc-plugin-ggi_0.8.6-svn20060911.0.8.5-1-svn.debian-3_i386.deb
  to 
pool/main/v/vlc/vlc-plugin-ggi_0.8.6-svn20060911.0.8.5-1-svn.debian-3_i386.deb
vlc-plugin-glide_0.8.6-svn20060911.0.8.5-1-svn.debian-3_i386.deb
  to 
pool/main/v/vlc/vlc-plugin-glide_0.8.6-svn20060911.0.8.5-1-svn.debian-3_i386.deb
vlc-plugin-sdl_0.8.6-svn20060911.0.8.5-1-svn.debian-3_i386.deb
  to 

Accepted websec 1.9.0-1 (source all)

2006-09-16 Thread Ludovic Drolez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue,  8 Aug 2006 00:09:25 +0200
Source: websec
Binary: websec
Architecture: source all
Version: 1.9.0-1
Distribution: unstable
Urgency: low
Maintainer: Ludovic Drolez [EMAIL PROTECTED]
Changed-By: Ludovic Drolez [EMAIL PROTECTED]
Description: 
 websec - Web Secretary - Web page monitoring software with highlighting
Closes: 349023 349024 355603 372976
Changes: 
 websec (1.9.0-1) unstable; urgency=low
 .
   * New upstream release. Closes: #349024, #349023
   * Depends on libcrypt-ssleay-perl. Closes: #355603
   * Converted to debhelper. Closes: #372976
Files: 
 4a1e05d4f1326d141c8d98f66bee6284 613 web optional websec_1.9.0-1.dsc
 697f7e40fd74c5769df3d9f202eb0309 31906 web optional websec_1.9.0.orig.tar.gz
 1f5b05428855d182c72516f5ab9ea625 4057 web optional websec_1.9.0-1.diff.gz
 1d89080e18fbd3f8f069e495471f6570 43928 web optional websec_1.9.0-1_all.deb

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

iD8DBQFFDCYlsRlQAP1GppgRAjr6AJ9pefhwBveliguHY9Ll8UsVQ2BNHQCfcVIt
4+N+bM4uHUWLRo9ywuIhFD4=
=Qz7o
-END PGP SIGNATURE-


Accepted:
websec_1.9.0-1.diff.gz
  to pool/main/w/websec/websec_1.9.0-1.diff.gz
websec_1.9.0-1.dsc
  to pool/main/w/websec/websec_1.9.0-1.dsc
websec_1.9.0-1_all.deb
  to pool/main/w/websec/websec_1.9.0-1_all.deb
websec_1.9.0.orig.tar.gz
  to pool/main/w/websec/websec_1.9.0.orig.tar.gz


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



Accepted ecos 2.0-0pre3 (source all i386)

2006-09-16 Thread Luk Claes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 17:29:43 +0200
Source: ecos
Binary: ecos-doc ecosconfig ecos
Architecture: source all i386
Version: 2.0-0pre3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Luk Claes [EMAIL PROTECTED]
Description: 
 ecos   - Deeply embedded operating system
 ecos-doc   - Documentation for eCos
 ecosconfig - eCos host-side software
Closes: 230232 280329 285697 304788 327838 342960 356970 378420
Changes: 
 ecos (2.0-0pre3) unstable; urgency=low
 .
   * QA upload.
   * Set maintainer to Debian QA Group.
   * Transition to tcl8.4 (Closes: #378420).
   * Acknowlege NMUs
 (Closes: #230232, #280329, #285697, #327838, #304788, #356970, #342960).
Files: 
 1a2619b571b5636c98ec45c4bc806495 684 devel optional ecos_2.0-0pre3.dsc
 e59ca784d753e3219cbb8cb1da4254e0 328559 devel optional ecos_2.0-0pre3.diff.gz
 63a424f068caaed610d73814ca92d9a4 13268564 devel optional ecos_2.0-0pre3_all.deb
 8648b8f054e6742bd17274335b336ff0 1464840 doc optional 
ecos-doc_2.0-0pre3_all.deb
 31dae21219f8447dd1e084dfbdd81622 2117840 devel optional 
ecosconfig_2.0-0pre3_i386.deb

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

iD8DBQFFDCkO5UTeB5t8Mo0RArYnAJ9CcGh/oJwVPLIUQ+0oJOsY73XTpACfSxh5
HbDQPcGi3rN476zaKO6CONM=
=lse4
-END PGP SIGNATURE-


Accepted:
ecos-doc_2.0-0pre3_all.deb
  to pool/main/e/ecos/ecos-doc_2.0-0pre3_all.deb
ecos_2.0-0pre3.diff.gz
  to pool/main/e/ecos/ecos_2.0-0pre3.diff.gz
ecos_2.0-0pre3.dsc
  to pool/main/e/ecos/ecos_2.0-0pre3.dsc
ecos_2.0-0pre3_all.deb
  to pool/main/e/ecos/ecos_2.0-0pre3_all.deb
ecosconfig_2.0-0pre3_i386.deb
  to pool/main/e/ecos/ecosconfig_2.0-0pre3_i386.deb


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



Accepted sipp 3.1-11 (source i386)

2006-09-16 Thread Luk Claes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 19:08:00 +0200
Source: sipp
Binary: sipp sipp-dev
Architecture: source i386
Version: 3.1-11
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Luk Claes [EMAIL PROTECTED]
Description: 
 sipp   - create and render 3-d scenes
 sipp-dev   - development library for sipp
Closes: 359571 359575
Changes: 
 sipp (3.1-11) unstable; urgency=low
 .
   * QA upload.
   * Set maintainer to Debian QA Group.
   * Acknowledge NMUs (Closes: #359571, #359575).
Files: 
 32531d755caa0d9c91771761c9d05e08 560 libs optional sipp_3.1-11.dsc
 1c315905b499891fdb2bf12e22ef003f 14332 libs optional sipp_3.1-11.diff.gz
 78f1deec3d90de8995208bd9d2d32952 50630 libs optional sipp_3.1-11_i386.deb
 41d7ec1a6757e504e57aa84d4eb1d530 318184 devel optional sipp-dev_3.1-11_i386.deb

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

iD8DBQFFDDMa5UTeB5t8Mo0RAkWWAKCOvNaraSQeODB+SupgakQgzPnvSgCguA2U
NqPPBeHT3+wJI7m1yNBieG4=
=thi3
-END PGP SIGNATURE-


Accepted:
sipp-dev_3.1-11_i386.deb
  to pool/main/s/sipp/sipp-dev_3.1-11_i386.deb
sipp_3.1-11.diff.gz
  to pool/main/s/sipp/sipp_3.1-11.diff.gz
sipp_3.1-11.dsc
  to pool/main/s/sipp/sipp_3.1-11.dsc
sipp_3.1-11_i386.deb
  to pool/main/s/sipp/sipp_3.1-11_i386.deb


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



Accepted strigi 0.3.8-1 (source amd64)

2006-09-16 Thread Fathi Boudra
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 15 Sep 2006 23:44:25 +0200
Source: strigi
Binary: libstrigihtmlgui-dev libstrigihtmlgui0 strigi-client strigi-daemon
Architecture: source amd64
Version: 0.3.8-1
Distribution: unstable
Urgency: low
Maintainer: Debian KDE Extras Team [EMAIL PROTECTED]
Changed-By: Fathi Boudra [EMAIL PROTECTED]
Description: 
 libstrigihtmlgui-dev - development files for Strigi Desktop Search
 libstrigihtmlgui0 - library for writing html clients for Strigi Desktop Search
 strigi-client - Qt4 client for Strigi Desktop Search
 strigi-daemon - fast indexing and searching tool for your personal data 
(daemon)
Closes: 387402
Changes: 
 strigi (0.3.8-1) unstable; urgency=low
 .
   * New upstream release (Closes: #387402)
   * Remove patches merged upstream
   * control: add libdbus-1-dev, libexpat1-dev, liblog4cxx9-dev to Build-Depends
   * copyright:
 * add Ben van Klinken and Flavio Castelli copyrights
 * add dirent copyright and license
   * rules: add explicit cmake extra flags for dbus, inotify, log4cxx support
Files: 
 e41d3dd805a7825d0c61a81cb222e9ed 884 - optional strigi_0.3.8-1.dsc
 76b4c9c6224eeeb6ea8272bd0770fc55 596142 - optional strigi_0.3.8.orig.tar.gz
 574a9819cabadb4189e8121e943565f8 3720 - optional strigi_0.3.8-1.diff.gz
 488ff11bf8dc12a46eb0a5ab2480c6f6 245498 utils optional 
strigi-daemon_0.3.8-1_amd64.deb
 61144e55d8caa61052d3f6795bbb650e 67642 x11 optional 
strigi-client_0.3.8-1_amd64.deb
 176556b3d1d35ff678cfc368d6364bce 32592 libs optional 
libstrigihtmlgui0_0.3.8-1_amd64.deb
 d665b3900ad948d4666d5d10f146b57f 15968 libdevel optional 
libstrigihtmlgui-dev_0.3.8-1_amd64.deb

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

iD8DBQFFDCmHvGr7W6HudhwRAlPeAKCU/A8gO1BuTkzC/JwzxbBaGuhyjQCfUXQZ
ionk9cFRylMx8W8kG7i1y0Y=
=ICIk
-END PGP SIGNATURE-


Accepted:
libstrigihtmlgui-dev_0.3.8-1_amd64.deb
  to pool/main/s/strigi/libstrigihtmlgui-dev_0.3.8-1_amd64.deb
libstrigihtmlgui0_0.3.8-1_amd64.deb
  to pool/main/s/strigi/libstrigihtmlgui0_0.3.8-1_amd64.deb
strigi-client_0.3.8-1_amd64.deb
  to pool/main/s/strigi/strigi-client_0.3.8-1_amd64.deb
strigi-daemon_0.3.8-1_amd64.deb
  to pool/main/s/strigi/strigi-daemon_0.3.8-1_amd64.deb
strigi_0.3.8-1.diff.gz
  to pool/main/s/strigi/strigi_0.3.8-1.diff.gz
strigi_0.3.8-1.dsc
  to pool/main/s/strigi/strigi_0.3.8-1.dsc
strigi_0.3.8.orig.tar.gz
  to pool/main/s/strigi/strigi_0.3.8.orig.tar.gz


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



Accepted wengophone 2.0.0~rc2-svn7135-1 (source i386)

2006-09-16 Thread Marco Nenciarini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 18:00:39 +0200
Source: wengophone
Binary: wengophone
Architecture: source i386
Version: 2.0.0~rc2-svn7135-1
Distribution: experimental
Urgency: low
Maintainer: Marco Nenciarini [EMAIL PROTECTED]
Changed-By: Marco Nenciarini [EMAIL PROTECTED]
Description: 
 wengophone - SIP-based software telephone with video and chat features
Closes: 387649
Changes: 
 wengophone (2.0.0~rc2-svn7135-1) experimental; urgency=low
 .
   * New upstream snapshot, switched to ng branch.
   * Uploaded to experimental. (Closes: #387649)
   * Removed workarround to ffmpeg bug #361269. Build-depends to
 libavcodec-dev instead of libavformat-dev.
   * Build-depends on libraw1394-dev and libdc1934-dev as workarround to
 ffmpeg bug #386458
Files: 
 310b21c6bf98cdf607bf86d4dd2d5f01 1120 net optional 
wengophone_2.0.0~rc2-svn7135-1.dsc
 fa37ff70fd40d14f77c0a8735b91a489 17303205 net optional 
wengophone_2.0.0~rc2-svn7135.orig.tar.gz
 9427ef29c24696e964124ab9534a87d4 9945 net optional 
wengophone_2.0.0~rc2-svn7135-1.diff.gz
 f46b11273a6a3efad80e35ac61a26198 4394290 net optional 
wengophone_2.0.0~rc2-svn7135-1_i386.deb

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

iD8DBQFFDCq1aGRzDfCV5eQRApkqAJwNBu64j0eO2jJKKE0+tXFZiAAfogCfdQ6q
jazW7TwAPIfddASdNiWCHfQ=
=mm8T
-END PGP SIGNATURE-


Accepted:
wengophone_2.0.0~rc2-svn7135-1.diff.gz
  to pool/main/w/wengophone/wengophone_2.0.0~rc2-svn7135-1.diff.gz
wengophone_2.0.0~rc2-svn7135-1.dsc
  to pool/main/w/wengophone/wengophone_2.0.0~rc2-svn7135-1.dsc
wengophone_2.0.0~rc2-svn7135-1_i386.deb
  to pool/main/w/wengophone/wengophone_2.0.0~rc2-svn7135-1_i386.deb
wengophone_2.0.0~rc2-svn7135.orig.tar.gz
  to pool/main/w/wengophone/wengophone_2.0.0~rc2-svn7135.orig.tar.gz


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



Accepted libapache-mod-python 2:2.7.11-2 (source all amd64)

2006-09-16 Thread Jeremie Corbier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 15 Sep 2006 21:06:08 +0200
Source: libapache-mod-python
Binary: libapache-mod-python libapache-mod-python-doc
Architecture: source amd64 all
Version: 2:2.7.11-2
Distribution: unstable
Urgency: low
Maintainer: Jeremie Corbier [EMAIL PROTECTED]
Changed-By: Jeremie Corbier [EMAIL PROTECTED]
Description: 
 libapache-mod-python - An Apache module that embeds Python within the server
 libapache-mod-python-doc - An Apache module that embeds Python within the 
server
Closes: 387647
Changes: 
 libapache-mod-python (2:2.7.11-2) unstable; urgency=low
 .
   * Re-enable -DEAPI option in src/Makefile.in, see
 debian/patches/01_makefiles-configure.dpatch (closes: #387647).
Files: 
 18873ffa5bc8177c71c15e679c6d5551 789 python optional 
libapache-mod-python_2.7.11-2.dsc
 264eb736a75370125688515e57694b55 8542 python optional 
libapache-mod-python_2.7.11-2.diff.gz
 cbf521dee8b6bc8a1fab11e115d21de7 82188 doc optional 
libapache-mod-python-doc_2.7.11-2_all.deb
 da3d0fc3b5810a9c6478d12d58dde001 524054 python optional 
libapache-mod-python_2.7.11-2_amd64.deb

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

iD8DBQFFDCnzvGr7W6HudhwRAhYnAJ9DUIP6BgvexzgXG+z2BcGW++VYeACffAPB
VTaEdN51rddZiA54UXf+v2w=
=Ll+X
-END PGP SIGNATURE-


Accepted:
libapache-mod-python-doc_2.7.11-2_all.deb
  to 
pool/main/liba/libapache-mod-python/libapache-mod-python-doc_2.7.11-2_all.deb
libapache-mod-python_2.7.11-2.diff.gz
  to pool/main/liba/libapache-mod-python/libapache-mod-python_2.7.11-2.diff.gz
libapache-mod-python_2.7.11-2.dsc
  to pool/main/liba/libapache-mod-python/libapache-mod-python_2.7.11-2.dsc
libapache-mod-python_2.7.11-2_amd64.deb
  to pool/main/liba/libapache-mod-python/libapache-mod-python_2.7.11-2_amd64.deb


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



Accepted libooc-x11 20020123-3 (source i386)

2006-09-16 Thread Luk Claes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 19:32:28 +0200
Source: libooc-x11
Binary: libooc-x11-dev libooc-x11
Architecture: source i386
Version: 20020123-3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Luk Claes [EMAIL PROTECTED]
Description: 
 libooc-x11 - X11 specific modules for the oo2c compiler
 libooc-x11-dev - X11 specific modules for the oo2c compiler (devel)
Closes: 372743
Changes: 
 libooc-x11 (20020123-3) unstable; urgency=low
 .
   * QA upload.
   * Set maintainer to Debian QA Group.
   * Acknowledge NMU (Closes: #372743).
Files: 
 1a30f7e9a1e94c78bc39298a171652eb 652 devel optional libooc-x11_20020123-3.dsc
 27374f1d51457e8d65ef8241626ae72c 3546 devel optional 
libooc-x11_20020123-3.diff.gz
 348769b66a5eb4a556f23d25c7a68e09 98476 devel optional 
libooc-x11-dev_20020123-3_i386.deb
 3b5d0bd167a0cc8ba91dd43753a18df2 7166 libs optional 
libooc-x11_20020123-3_i386.deb

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

iD8DBQFFDDYA5UTeB5t8Mo0RApOiAJ0SERVNpRwUMweLREYgBwoILGP7JQCghNWt
563nUChmz7CjCBQ06a8PUY0=
=xEQN
-END PGP SIGNATURE-


Accepted:
libooc-x11-dev_20020123-3_i386.deb
  to pool/main/libo/libooc-x11/libooc-x11-dev_20020123-3_i386.deb
libooc-x11_20020123-3.diff.gz
  to pool/main/libo/libooc-x11/libooc-x11_20020123-3.diff.gz
libooc-x11_20020123-3.dsc
  to pool/main/libo/libooc-x11/libooc-x11_20020123-3.dsc
libooc-x11_20020123-3_i386.deb
  to pool/main/libo/libooc-x11/libooc-x11_20020123-3_i386.deb


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



Accepted wipe 0.20-2.1 (source i386)

2006-09-16 Thread Alexander Wirt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 19:03:59 +0200
Source: wipe
Binary: wipe
Architecture: source i386
Version: 0.20-2.1
Distribution: unstable
Urgency: high
Maintainer: Thomas Schoepf [EMAIL PROTECTED]
Changed-By: Alexander Wirt [EMAIL PROTECTED]
Description: 
 wipe   - Secure file deletion
Closes: 383467
Changes: 
 wipe (0.20-2.1) unstable; urgency=high
 .
   * Non-maintainer upload.
   * Fixes build-target detection, use off_t for length (Closes: #383467).
 Thanks to Max Kellermann for the patches
Files: 
 282f4781778a2293c3da5ce6dbee3f3a 549 utils extra wipe_0.20-2.1.dsc
 ce8d894d98b764452716e4f50c5237de 3687 utils extra wipe_0.20-2.1.diff.gz
 6745bfa0052f4558c561ad9b4a52b027 40432 utils extra wipe_0.20-2.1_i386.deb

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

iD8DBQFFDC9701u8mbx9AgoRAsGdAKCCFriFUEZUMcwJA54lbRVJtnsUYwCfTI2x
ToEqFwzKoO/vV/dLbRoBg8M=
=X5Fu
-END PGP SIGNATURE-


Accepted:
wipe_0.20-2.1.diff.gz
  to pool/main/w/wipe/wipe_0.20-2.1.diff.gz
wipe_0.20-2.1.dsc
  to pool/main/w/wipe/wipe_0.20-2.1.dsc
wipe_0.20-2.1_i386.deb
  to pool/main/w/wipe/wipe_0.20-2.1_i386.deb


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



Accepted libooc-xml 3.2.0-2 (source i386)

2006-09-16 Thread Luk Claes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Sep 2006 19:38:37 +0200
Source: libooc-xml
Binary: libooc-xml-dev libooc-xml
Architecture: source i386
Version: 3.2.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Luk Claes [EMAIL PROTECTED]
Description: 
 libooc-xml - XML parser for the oo2c Oberon-2 compiler
 libooc-xml-dev - XML parser for the oo2c Oberon-2 compiler (devel)
Changes: 
 libooc-xml (3.2.0-2) unstable; urgency=low
 .
   * QA upload.
   * Set maintainer to Debian QA Group.
Files: 
 9e805d3a7876725caafac95c5c6c5e31 628 devel optional libooc-xml_3.2.0-2.dsc
 33b7d05c20923612aebad2fc09228fb6 2908 devel optional libooc-xml_3.2.0-2.diff.gz
 80a976c7f992434cad86a8ef9cd1bcce 364328 devel optional 
libooc-xml-dev_3.2.0-2_i386.deb
 9adf3709578d156ba3961248d501adbc 160174 libs optional 
libooc-xml_3.2.0-2_i386.deb

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

iD8DBQFFDDs15UTeB5t8Mo0RAgDzAJ4vwMCfZgBAd5M9R8LMebvmahPuwACgrscw
aMTMGPrHceVIpohDIDDQ8HE=
=ik0j
-END PGP SIGNATURE-


Accepted:
libooc-xml-dev_3.2.0-2_i386.deb
  to pool/main/libo/libooc-xml/libooc-xml-dev_3.2.0-2_i386.deb
libooc-xml_3.2.0-2.diff.gz
  to pool/main/libo/libooc-xml/libooc-xml_3.2.0-2.diff.gz
libooc-xml_3.2.0-2.dsc
  to pool/main/libo/libooc-xml/libooc-xml_3.2.0-2.dsc
libooc-xml_3.2.0-2_i386.deb
  to pool/main/libo/libooc-xml/libooc-xml_3.2.0-2_i386.deb


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



  1   2   >