Re: Problems found by piuparts

2006-02-25 Thread Peter Samuelson

[Gustavo Franco]
 I won't waste my time writing a patch without hear Lars' and lintian
 maintainers opinions first.

Fair enough, but your original statement was, IMO, too vague.  You said
some of the piuparts-detected problems looked as though lintian
should be able to catch them, but you didn't say anything about which
ones.

We are all in favor of lintian catching valid bugs.  Or did you expect
to hear comments like no, more lintian tests would be a bad idea?


 You can get away with your rudeness and came up with a patch before
 me, because it seems that you just don't care about *comments*.

Well, I was hoping you could be more specific.  It's hard to have a
comment on your ideas if you don't explain what they are (with or
without a patch).  For example, if you had said I think many cases of
using ucf in a postrm script, without testing for its availablility,
should be possible to catch with a lintian test, then we could say
yes, that seems feasible, or no, that doesn't seem feasible, or
even I think that's such a great idea that I've gone ahead and written
the test.  As it happens, I think that particular example is probably
feasible, though there's no practical way for it to catch all cases of
this.


signature.asc
Description: Digital signature


Re: lists.d.o Spam (was: Marking BTS spam)

2006-02-25 Thread Cord Beermann
Hallo! Du (Blars Blarson) hast geschrieben:

In article [EMAIL PROTECTED] [EMAIL PROTECTED] writes:
on 2: we would need a whole spam-mail including all headers so we can
  find charakteristika to filter on, so i now take all nominated
  postings, and try to find patterns with some black
  shell-magic.

Is sa-learn --spam considered black shell magic?  Of course you
need to sa-learn --ham on some non-spam too.  That's what I do with
nominated messages to the BTS, and messages with a certain range of
spamassassin scores.

no, it's not that easy, and my 'black-shell-magic' refers to getting
the whole nominated postings from the listarchive.

Also we (the listmasters) don't train the bayes-filter, we add also
rules to procmail and SpamAssassin if nessecary.

Cord
-- 
http://lists.debian.org


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



Re: lists.d.o Spam (was: Marking BTS spam)

2006-02-25 Thread Amaya
Hi Cord!

First of all, thanks for the listamster work involving spam.

Cord Beermann wrote:
 Also we (the listmasters) don't train the bayes-filter, 

May I ask why?

 we add also rules to procmail and SpamAssassin if nessecary.

That's great, thanks.

-- 
 .''`.   I may not have gone where I intended to go, but I think
: :' :   I have ended up where I needed to be   -- Douglas Adams
`. `'   Proudly running unstable Debian GNU/Linux
  `- www.amayita.com  www.malapecora.com  www.chicasduras.com


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



[MEETINGS] Next D-I team meeting on Saturday March 4th 17:00 UTC - Prepare next release

2006-02-25 Thread Christian Perrier
The next Debian Installer team opened meeting is scheduled for
Saturday Mar 4th 17:00 UTC.

This meeting will be focused on post-beta2 release goals. The D-I
beta2 release is currently scheduled for the same day, so March 4th
will be a pretty much important date for D-I.

The Wiki page is opened for the meeting agenda.

http://wiki.debian.org/DebianInstaller/Meetings

I will add timings to the agenda at the last minute, as usual, so
probably on Saturday morning UTC. Expect a meeting duration of about
1h30 or maybe even 2h.


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



Severity of architecture-dependent bugs

2006-02-25 Thread Shaun Jackman
A grave bug has been file against a package I maintain pointing out
that the package does not work on AMD64 and in fact never has, even
though it builds on AMD64. Since it turns out this package has never
worked on AMD64, this bug is not a regression, but the status-quo.
Should such a bug be grave, or merely important?

Thanks,
Shaun


Re: Severity of architecture-dependent bugs

2006-02-25 Thread sean finney
hi shaun,

perhaps someone else will be able to answer this more authoritatively
but in the meantime...

On Sat, Feb 25, 2006 at 11:30:16AM -0700, Shaun Jackman wrote:
 A grave bug has been file against a package I maintain pointing out
 that the package does not work on AMD64 and in fact never has, even
 though it builds on AMD64. Since it turns out this package has never
 worked on AMD64, this bug is not a regression, but the status-quo.
 Should such a bug be grave, or merely important?

assuming that the bug is in fact grave:

as amd64 is currently not officially a supported arch, i would leave
the bug at important, or perhaps even lower.  HOWEVER: amd64 will
become a supported architecture in like what, 2 weeks?  after
that point, it could/should be justifiably bumped back up to grave.

however x program from your package does not work is usually not
justification for a grave status.  grave is typically reserved for
uninstallable packages (that is, dpkg fails), or bugs involving serious
dataloss/security issues.


sean

-- 


signature.asc
Description: Digital signature


(no subject)

2006-02-25 Thread KBranon4Wise



I would no longer liketo be a custmer . Please cancel my callwave 
account. 
 
thank you.
 



Re: Severity of architecture-dependent bugs

2006-02-25 Thread Peter Samuelson

[Shaun Jackman]
 A grave bug has been file against a package I maintain pointing out
 that the package does not work on AMD64 and in fact never has, even
 though it builds on AMD64. Since it turns out this package has never
 worked on AMD64, this bug is not a regression, but the status-quo.
 Should such a bug be grave, or merely important?

Leaving aside the point that amd64 isn't in Debian yet (it will be
quite soon, so let's just pretend it is now), I think the bug is
correctly RC.  If you don't think the package will ever work on amd64
(in the near term, anyway), you can fix the bug by disabling the build
on amd64.

If your package only builds a single binary package, it's best to just
exclude amd64 from the architecture line in debian/control:

  Architecture: alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc 
armeb hurd-i386 kfreebsd-i386 m32r ppc64 sh

If it builds multiple binaries and you just want to exclude amd64 from
some of them, a cleaner approach is what we use in subversion, in
debian/rules.  We need to build the 'libsvn-javahl' package only on
architectures which have a working version of kaffe:

  ENABLE_JAVAHL := yes
  DISABLE_JAVAHL_ARCHS := arm armeb m68k mips mipsel kfreebsd-i386

  export DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
  ifneq (,$(filter $(DEB_HOST_ARCH), $(DISABLE_JAVAHL_ARCHS)))
ENABLE_JAVAHL :=
  endif

  ifeq ($(ENABLE_JAVAHL), yes)
confflags += --enable-javahl ...
  else
export DH_OPTIONS := -Nlibsvn-javahl
  endif

Here we've set up ENABLE_JAVAHL as a way to conditionalise the rest of
debian/rules so as to build or not build the java package.  The
interesting part, though, is the last line, setting DH_OPTIONS.  That
variable tells debhelper not to build libsvn-javahl.  Thus we don't
need to list a dozen architectures in debian/control.

We do still need to duplicate the arch exclusion list in debian/control:

  Build-Depends: ... kaffe-dev [!arm !armeb !m68k !mips !mipsel !kfreebsd-i386]

but an exclusion list is much less cumbersome than an *inclusion* list,
and you can't use an exclusion list in the Architecture line, unlike
the Build-Depends line.

HTH.


signature.asc
Description: Digital signature


Bug#354390: ITP: libjxta-java -- a library which enables you to easily create P2P applications

2006-02-25 Thread Mike O'Connor
Package: wnpp
Severity: wishlist
Owner: Mike O'Connor [EMAIL PROTECTED]


* Package name: libjxta-java
  Version : 2.6.3
  Upstream Author : Jxta Development Team [EMAIL PROTECTED]
* URL : http://jxta.org/
* License : Jxta software license (based on apache license)
  Description : a library which enables you to easily create P2P 
applications

 JXTA technology is a set of open protocols that allow any connected
 device on the network ranging from cell phones and wireless PDAs to PCs
 and servers to communicate and collaborate in a P2P manner. 
 . 
 JXTA peers create a virtual network where any peer can interact with
 other peers and resources directly even when some of the peers and
 resources are behind firewalls and NATs or are on different network
 transports.

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


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



Re: Severity of architecture-dependent bugs

2006-02-25 Thread Steve Langasek
On Sat, Feb 25, 2006 at 11:30:16AM -0700, Shaun Jackman wrote:
 A grave bug has been file against a package I maintain pointing out
 that the package does not work on AMD64 and in fact never has, even
 though it builds on AMD64. Since it turns out this package has never
 worked on AMD64, this bug is not a regression, but the status-quo.
 Should such a bug be grave, or merely important?

http://lists.debian.org/debian-devel-announce/2005/12/msg00013.html, fifth
paragraph (and subject header...)

Building an unusable package on an RC arch is an RC bug.

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


Re: Severity of architecture-dependent bugs

2006-02-25 Thread Steve Langasek
On Sat, Feb 25, 2006 at 02:08:00PM -0500, sean finney wrote:

 On Sat, Feb 25, 2006 at 11:30:16AM -0700, Shaun Jackman wrote:
  A grave bug has been file against a package I maintain pointing out
  that the package does not work on AMD64 and in fact never has, even
  though it builds on AMD64. Since it turns out this package has never
  worked on AMD64, this bug is not a regression, but the status-quo.
  Should such a bug be grave, or merely important?

 however x program from your package does not work is usually not
 justification for a grave status.  grave is typically reserved for
 uninstallable packages (that is, dpkg fails), or bugs involving serious
 dataloss/security issues.

No, the definition of grave is renders the package unusable or mostly so,
or causes data loss, or introduces a security hole allowing access to the
accounts of users who use the package.  There is nothing that specifies
unusable or mostly so refers only to installability.  If you can install
the package but you can't do anything useful with it, that's still broken.

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


Re: Packaing Xen 3.0 etc for Debian

2006-02-25 Thread Matthew Grant
Hi Ho!

I have been taking my time, reading all the responses and reflecting on
them.

We have to start with where the Xen project is currently at:

1) Xen is not yet part of the kernel, and the patches are rather
invasive, and hard to add to anything other than a vanilla kernel.org
tree, and are actually specific to a particular third level kernel.org
point release.  Later kernel versions require later Xen patch sets and
features, and possibly later Xen hypervisors, and vice versa.  This
should relax more as Xen matures and becomes integrated with the kernel
source itself.

2) Their stable release uses a kernel that is not patched for security
holes.  Fortunately, individual security fixes are almost all only small
patches that are easily merged with any kernel tree with the editing of
maybe 2 or 3 lines at worst.  This means that any kernel tree should be
easily maintainable, once the security fix patches are identified in the
kernel.org git change-sets.  

This identification process has to be done at the moment for the current
stable Debian kernel, so if the security fix patches where done by
individual CVE, and documented with the kernel versions they are needed
for, any Xen kernel tree should be easily maintainable separately.

3) Xen at some point plan to release a Xen stable based around a later
standard kernel than 2.6.12

My proposal:

It is obvious that the best way to include Xen into Debian at the moment
is to package the tools, hypervisor, and kernel as companion packages in
version lockstep from the same Xen community release, with separate
streams for stable and unstable.  They should be part of volatile (for
stable), and etch. 

Basing the kernel Xen kernel source on the Debian standard kernel tree
will probably make too much work for the kernel team currently.  With
the security fix patches available above, the Xen kernels can be kept up
to date with security, though they would not support the same amount of
hardware the standard Debian kernels do as they would be based on the
Xen patched kernel.org sources.  The Debian Xen team should be part of
the kernel team though to be officially able to receive/work with kernel
CVE that have not been publicly released yet.  Question: what about
embedded firmware in the kernel.org source?  I guess most issues with
unsupported hardware would be resolved that this is experimental, and is
primarily targeted at servers at the moment. 

Once the Xen kernel support becomes part of the official kernel.org
linux release, then Xen can be easily made part of unstable with the
tools, hypervisor and Xen built into the standard kernel tree. 

Guido, Ralph, Bastian and Steve, what do you think about the above?
With Ralph's work and the other work mentioned here, it sounds like the
software is almost there, apart from the organisational details.

Regards,

Mathe Grant

On Fri, 2006-02-24 at 23:02 +1300, Matthew Grant wrote:
 Ralph,
 
 I am a Debian Maintainer who is seriously considering getting Xen into
 Debian and Ubuntu.
 
 I have been installing xen-unstable.hg from source on my AMD 64 and have
 been impressed with its relative stability.  
 
 I am prepared to sponsor your packages into Debian if we can get them
 cleaned up.  
 
 Other things I am looking at are special Xen source trees.  We would
 need the Debian security team to give us access to a patch repository
 for all the Linux security patches.  The trick is to get the security
 fixes split out from all the other updates that come in the point
 releases for the current vanila kernel.org tree. Patching Xen against
 the standard Debian kernel tree may be asking for problems, so it is
 better to work off a vanilla kernel.org tarball and xen-unstable.hg
 
 What are your thoughts?
 
 Regards,
 
 Matthew Grant
 
 
-- 
Matthew Grant [EMAIL PROTECTED]
Matthew's UNIX Box


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


Re: ./configure in debian/rules

2006-02-25 Thread Osamu Aoki
On Fri, Feb 24, 2006 at 04:30:14PM -0300, Henrique de Moraes Holschuh wrote:
 On Fri, 24 Feb 2006, Frank Küster wrote:
  Per Olofsson [EMAIL PROTECTED] wrote:
   Frank Küster:
   Were can I read up on how and why I should do this?
  
   /usr/share/doc/autotools-dev/README.Debian.gz
  
  Thanks - but I think this should be documented at a more visible place.
  If it's not the policy, developer's reference.
 
 Policy has nothing to do with it.  The developer's reference already tells
 you about that in appendix A.6.2.

Also, as a part of recent maintenance update, the current Debian New
Maintainers' Guide has following pointer at the start of Chapter 3 -
Modifying the source:

 Please make sure to read /usr/share/doc/autotools-dev/README.Debian.gz
 before proceeding.

So you can not miss this information thesedays.  Thanks hmh providing
fine documentation.

Osamu



Bug#354417: general: You have new mail but how to read?

2006-02-25 Thread Dan Jacobson
Package: general
Severity: wishlist

Often new users encounter
You have new mail in /home/nordsburg/Maildir/
$ mail
mail: /home/nordsburg/Maildir/: Is a directory

One sees it often. At least the reminder mechanism, knowing where the
mail is hidden on the system, could also give a hint in its message of
at least one basic way of reading ones mail. Otherwise one can just cd
... ls ... cd ... ls ... cat.

Anyway, apparently it is so easy for system administrators to turn
their system into a Maildir system, leaving users in the lurch.

Bash's MAILPATH's custom messages in /etc/profile perhaps is a candidate,
but is it applicable to directories? And then it must get pasted into
/etc/profile.

$ apropos Maildir
maildir: nothing appropriate.
$ apropos mail|wc -l
172
$ apt-cache search maildir|wc -l
67
Then I suppose he would use dlocate -l to see which of those were
installed.  Anyway, by now our grandma's initial joy at You've got
mail! will surely be her last.

Anyway, it's too easy for a Debian system to end up this way.

Perhaps make dependency/alternatives between Maildir enabled clients
and servers?


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



Accepted a2ps 1:4.13b.dfsg.1-1 (source i386)

2006-02-25 Thread mhatta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 25 Feb 2006 18:37:25 +0900
Source: a2ps
Binary: a2ps
Architecture: source i386
Version: 1:4.13b.dfsg.1-1
Distribution: unstable
Urgency: low
Maintainer: Masayuki Hatta (mhatta) [EMAIL PROTECTED]
Changed-By: Masayuki Hatta (mhatta) [EMAIL PROTECTED]
Description: 
 a2ps   - GNU a2ps - 'Anything to PostScript' converter and pretty-printer
Closes: 267527 294905 322669 331452 340044 350555
Changes: 
 a2ps (1:4.13b.dfsg.1-1) unstable; urgency=low
 .
   * Acknowledged NMU, many thanks pelle - closes: #267527, #350555, #331452, 
#340044, #322669, #294905
   * Updated FSF's address in debian/copyright.
   * More fixes will come.
Files: 
 832b84b261422a4d06c9f3fc3857b590 756 text optional a2ps_4.13b.dfsg.1-1.dsc
 072e2282edf492950b11be68f68eb4da 2044238 text optional 
a2ps_4.13b.dfsg.1.orig.tar.gz
 79158437118bea210036aba30944ebbf 213200 text optional 
a2ps_4.13b.dfsg.1-1.diff.gz
 3e162a0d99777e334b470166ce26b6ac 724770 text optional 
a2ps_4.13b.dfsg.1-1_i386.deb

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

iD8DBQFEACjVy2+jQOcHWlQRAv1nAKCZ0n2x7CxPL+zoCUOski1UaTYcHwCfZD4o
22dwyIwWRN8nWF12whAvoaI=
=RcWV
-END PGP SIGNATURE-


Accepted:
a2ps_4.13b.dfsg.1-1.diff.gz
  to pool/main/a/a2ps/a2ps_4.13b.dfsg.1-1.diff.gz
a2ps_4.13b.dfsg.1-1.dsc
  to pool/main/a/a2ps/a2ps_4.13b.dfsg.1-1.dsc
a2ps_4.13b.dfsg.1-1_i386.deb
  to pool/main/a/a2ps/a2ps_4.13b.dfsg.1-1_i386.deb


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



Accepted libapreq2 2.07-1 (source all i386)

2006-02-25 Thread Steinar H. Gunderson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 25 Feb 2006 12:41:27 +0100
Source: libapreq2
Binary: libapache2-request-perl libapreq2-doc libapreq2 libapache2-mod-apreq2 
libapreq2-dev
Architecture: all i386 source 
Version: 2.07-1
Distribution: unstable
Urgency: medium
Maintainer: Steinar H. Gunderson [EMAIL PROTECTED]
Changed-By: Steinar H. Gunderson [EMAIL PROTECTED]
Description: 
 libapache2-mod-apreq2 - generic Apache request library - Apache module
 libapache2-request-perl - generic Apache request library - Perl modules
 libapreq2  - generic Apache request library
 libapreq2-dev - generic Apache request library - development files
 libapreq2-doc - generic Apache request library - documentation
Changes: 
 libapreq2 (2.07-1) unstable; urgency=medium
 .
   * New upstream version.
 * [CVE-2006-0042] Fixes a possible remote DoS due to quadratic behaviour
   in apreq_parse_{headers,urlencoded}.
   * Removed INSTALLDIRS=vendor from Makefile.PL, it seems to choke on it
 now (and we've still got it in make install).
   * Include debhelper token in libapache2-mod-apreq2.postrm.
Files: 
 3fd7e718d45b6040e275fad5de9e8c7f 183725 perl optional libapreq2_2.07-1.diff.gz
 05b6f96a1f6f1dc686ec24f4c9fcb99b 982 perl optional libapreq2_2.07-1.dsc
 6f2e5e4a14e8b190dead0fe91fc13080 787249 perl optional 
libapreq2_2.07.orig.tar.gz
 8732d8dfca33a237214d5ced2235cac7 96816 perl optional 
libapache2-request-perl_2.07-1_i386.deb
 a25e1939dbc9f2ffec3c66460bdf1731 174848 perl optional 
libapreq2-doc_2.07-1_all.deb
 ab9e3f172ad15d26234972778acd9ca0 60420 perl optional 
libapreq2-dev_2.07-1_i386.deb
 cd6e02a4567a7e9dbdfc0df51ca526e4 58966 perl optional 
libapache2-mod-apreq2_2.07-1_i386.deb
 e1ece3bbd023a4225567073b2954954d 41448 perl optional libapreq2_2.07-1_i386.deb

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

iQCVAwUBRABDG37hqgLJpbVOAQKyDQP/UQe0BnqZDjKpUoo0N037nMPO3T7hQRYC
Sa0DFNQxkm10TJY6hJeCP4T2rGZ3Zc3rJ/RQJSBAJc/PekdqBrsLo8A50sUWGsw9
AQik6q6bIchu9DEFU+h9K5bQKUcRXlPZFuHcG6UEx53XDsb5ZX+RGgi82axxo6uS
fNC6jP+IY/Y=
=aF3t
-END PGP SIGNATURE-


Accepted:
libapache2-mod-apreq2_2.07-1_i386.deb
  to pool/main/liba/libapreq2/libapache2-mod-apreq2_2.07-1_i386.deb
libapache2-request-perl_2.07-1_i386.deb
  to pool/main/liba/libapreq2/libapache2-request-perl_2.07-1_i386.deb
libapreq2-dev_2.07-1_i386.deb
  to pool/main/liba/libapreq2/libapreq2-dev_2.07-1_i386.deb
libapreq2-doc_2.07-1_all.deb
  to pool/main/liba/libapreq2/libapreq2-doc_2.07-1_all.deb
libapreq2_2.07-1.diff.gz
  to pool/main/liba/libapreq2/libapreq2_2.07-1.diff.gz
libapreq2_2.07-1.dsc
  to pool/main/liba/libapreq2/libapreq2_2.07-1.dsc
libapreq2_2.07-1_i386.deb
  to pool/main/liba/libapreq2/libapreq2_2.07-1_i386.deb
libapreq2_2.07.orig.tar.gz
  to pool/main/liba/libapreq2/libapreq2_2.07.orig.tar.gz


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



Accepted tex-common 0.18 (source all)

2006-02-25 Thread Florent Rougon
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 25 Feb 2006 12:58:27 +0100
Source: tex-common
Binary: tex-common
Architecture: source all
Version: 0.18
Distribution: unstable
Urgency: low
Maintainer: teTeX maintainers debian-tetex-maint@lists.debian.org
Changed-By: Florent Rougon [EMAIL PROTECTED]
Description: 
 tex-common - Common infrastructure for using and building TeX in Debian
Closes: 354138 354181 354318
Changes: 
 tex-common (0.18) unstable; urgency=low
 .
   * Perform all config checks in the postinst script instead of exiting
 after the first failure
   * Call debconf-updatepo in the clean and build targets, thanks to Thomas
 Huriaux [EMAIL PROTECTED] (closes: #354138) [frank]
   * Remove set -x from config.in, a leftover from debugging.  Sorry.
 (closes: #354181) [frank]
   * Add many more md5sums for obsolete conffiles.  And add a script in the
 source package to check whether we now catch all of them.  Many thanks
 to Andreas Tille! [frank]
   * Fix the missing dhit_ prefix to the build_format call in
 postinst-tex autoscript [preining]
   * Fix spelling error in template, thanks to Matt Krai (closes: #354318)
   * Replace wrong mode 3755 with 3775 in templates. [florent]
   * Add myself to the Uploaders field. [florent]
   * Remove duplicate Build-Depends-Indep on debiandoc-sgml. [florent]
Files: 
 6982f70936afe67658b7f8e3fc9c2799 751 tex optional tex-common_0.18.dsc
 db0735031842bf12b1b434297c7ef2e0 257594 tex optional tex-common_0.18.tar.gz
 1650b42b6e411a61513c175305674368 261842 tex optional tex-common_0.18_all.deb

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

iD8DBQFEAEgCdkCUdmd1b10RApnbAJ9BlOYwU5TpuLtd7WdtK8SfQX7hnACfZm+o
2zpFIde7g9QUrwECyFflA9E=
=jwoZ
-END PGP SIGNATURE-


Accepted:
tex-common_0.18.dsc
  to pool/main/t/tex-common/tex-common_0.18.dsc
tex-common_0.18.tar.gz
  to pool/main/t/tex-common/tex-common_0.18.tar.gz
tex-common_0.18_all.deb
  to pool/main/t/tex-common/tex-common_0.18_all.deb


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



Accepted imp4 4.0.4-3 (source all)

2006-02-25 Thread Ola Lundqvist
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 25 Feb 2006 13:18:27 +0100
Source: imp4
Binary: imp4
Architecture: source all
Version: 4.0.4-3
Distribution: unstable
Urgency: low
Maintainer: Horde Maintainers [EMAIL PROTECTED]
Changed-By: Ola Lundqvist [EMAIL PROTECTED]
Description: 
 imp4   - webmail component for horde framework
Changes: 
 imp4 (4.0.4-3) unstable; urgency=low
 .
   * Added support for php5-imap as an alternative for php4-imap.
Files: 
 175da92287d87bff16b9bf71441ace86 666 web optional imp4_4.0.4-3.dsc
 8df3bab89c435cfb7500217938dbdbc1 7252 web optional imp4_4.0.4-3.diff.gz
 c7af40164d0a3f5e2458e72aab4cd631 3346474 web optional imp4_4.0.4-3_all.deb

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

iD8DBQFEAEvsGKGxzw/lPdkRAv7IAKCigU6K6Ej7kMfzpGU9FHNaGyfUggCfWjJR
AuQ22OfjYu0VowXyx8jb3i8=
=ac8A
-END PGP SIGNATURE-


Accepted:
imp4_4.0.4-3.diff.gz
  to pool/main/i/imp4/imp4_4.0.4-3.diff.gz
imp4_4.0.4-3.dsc
  to pool/main/i/imp4/imp4_4.0.4-3.dsc
imp4_4.0.4-3_all.deb
  to pool/main/i/imp4/imp4_4.0.4-3_all.deb


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



Accepted vnc4 4.1.1+X4.3.0-4 (source i386)

2006-02-25 Thread Ola Lundqvist
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 25 Feb 2006 13:03:26 +0100
Source: vnc4
Binary: vnc4-common vnc4server xvnc4viewer
Architecture: source i386
Version: 4.1.1+X4.3.0-4
Distribution: unstable
Urgency: low
Maintainer: Ola Lundqvist [EMAIL PROTECTED]
Changed-By: Ola Lundqvist [EMAIL PROTECTED]
Description: 
 vnc4-common - Virtual network computing server software
 vnc4server - Virtual network computing server software
 xvnc4viewer - Virtual network computing client software for X
Closes: 350480 353563 353577 353711
Changes: 
 vnc4 (4.1.1+X4.3.0-4) unstable; urgency=low
 .
   * Applied patch from Chris Donoghue [EMAIL PROTECTED].
 This patch is originally from Fedora and contain support for -fPIC
 and also tunneling via ssh support.
 Closes: #353711, #353563, #353577, #350480.
Files: 
 293ed837d95b31787a589939e1261023 674 x11 optional vnc4_4.1.1+X4.3.0-4.dsc
 c5048f9d2ece38e7c7348a2e4d3ddb17 37990 x11 optional vnc4_4.1.1+X4.3.0-4.diff.gz
 e478af0f1b0d79279113f428166a6624 2282332 x11 optional 
vnc4server_4.1.1+X4.3.0-4_i386.deb
 cf2437ce6f8e809de02f8d2d5d3ab780 171216 net optional 
xvnc4viewer_4.1.1+X4.3.0-4_i386.deb
 f5231395b0412c2a9aa3e231762a3f5a 20516 x11 optional 
vnc4-common_4.1.1+X4.3.0-4_i386.deb

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

iD8DBQFEAEwkGKGxzw/lPdkRApYFAJ9Ef/+nWSbiEkMrkxEY2a+mr+lxUQCgih0+
drpy3sYcnRu2HuHQSUEqyNQ=
=eyGR
-END PGP SIGNATURE-


Accepted:
vnc4-common_4.1.1+X4.3.0-4_i386.deb
  to pool/main/v/vnc4/vnc4-common_4.1.1+X4.3.0-4_i386.deb
vnc4_4.1.1+X4.3.0-4.diff.gz
  to pool/main/v/vnc4/vnc4_4.1.1+X4.3.0-4.diff.gz
vnc4_4.1.1+X4.3.0-4.dsc
  to pool/main/v/vnc4/vnc4_4.1.1+X4.3.0-4.dsc
vnc4server_4.1.1+X4.3.0-4_i386.deb
  to pool/main/v/vnc4/vnc4server_4.1.1+X4.3.0-4_i386.deb
xvnc4viewer_4.1.1+X4.3.0-4_i386.deb
  to pool/main/v/vnc4/xvnc4viewer_4.1.1+X4.3.0-4_i386.deb


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



Accepted schroot 0.2.4-1 (source powerpc)

2006-02-25 Thread Roger Leigh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 25 Feb 2006 13:03:28 +
Source: schroot
Binary: schroot
Architecture: source powerpc
Version: 0.2.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian buildd-tools Developers [EMAIL PROTECTED]
Changed-By: Roger Leigh [EMAIL PROTECTED]
Description: 
 schroot- Execute commands in a chroot environment
Closes: 354237 354257
Changes: 
 schroot (0.2.4-1) unstable; urgency=low
 .
   * New upstream release.
   * Allow multiple chroots on a single filesystem for block-device and
 lvm-snapshot chroots.  Thanks to Adeodato Simó and Steve Langasek
 for this idea (Closes: #354237).
   * Allow basic session management when run-session-scripts is enabled
 for plain chroots, by using bind mounts.  This enables the setup
 scripts to run properly (Closes: #354257).
Files: 
 ce24ea40a9203c561ee912d64255c2da 902 admin optional schroot_0.2.4-1.dsc
 d19bacb4cfa1e60c3447ea456cf7ad73 1814473 admin optional 
schroot_0.2.4.orig.tar.gz
 199273bd8046d252b4920f1196fab809 20 admin optional schroot_0.2.4-1.diff.gz
 e5612d712dc853b69a664430ee57f4ae 935454 admin optional 
schroot_0.2.4-1_powerpc.deb

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

iD8DBQFEAF4WVcFcaSW/uEgRAiMyAJ9iBxgnXQLY71djkvWueprzUehhYgCg38Np
z7vjhcDX/3A1yLTAOSuVNgY=
=ckpU
-END PGP SIGNATURE-


Accepted:
schroot_0.2.4-1.diff.gz
  to pool/main/s/schroot/schroot_0.2.4-1.diff.gz
schroot_0.2.4-1.dsc
  to pool/main/s/schroot/schroot_0.2.4-1.dsc
schroot_0.2.4-1_powerpc.deb
  to pool/main/s/schroot/schroot_0.2.4-1_powerpc.deb
schroot_0.2.4.orig.tar.gz
  to pool/main/s/schroot/schroot_0.2.4.orig.tar.gz


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



Accepted pcmcia-cs 3.2.8-8 (source i386 all)

2006-02-25 Thread Per Olofsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 25 Feb 2006 15:57:06 +0100
Source: pcmcia-cs
Binary: pcmcia-source pcmcia-cs-udeb pnpbios-tools pcmcia-cs
Architecture: source i386 all
Version: 3.2.8-8
Distribution: unstable
Urgency: low
Maintainer: Per Olofsson [EMAIL PROTECTED]
Changed-By: Per Olofsson [EMAIL PROTECTED]
Description: 
 pcmcia-cs  - PCMCIA Card Services for Linux (deprecated)
 pcmcia-cs-udeb - PCMCIA Card Services for Linux (udeb) (udeb)
 pcmcia-source - Old PCMCIA kernel modules source
 pnpbios-tools - Plug and Play BIOS tools
Changes: 
 pcmcia-cs (3.2.8-8) unstable; urgency=low
 .
   * Put non-i386 config.opts in the right place in the udeb in
 debian/rules. Fixes build error.
Files: 
 65bde919ea55cd62803a677d68b90d15 655 base extra pcmcia-cs_3.2.8-8.dsc
 d09ac7be445eb9ad8b36e62912b01705 147342 base extra pcmcia-cs_3.2.8-8.diff.gz
 78aba17089d8480f57fd04f9e59406d2 1138022 admin extra 
pcmcia-source_3.2.8-8_all.deb
 23624bd504333dd7312d8a399f326711 301082 base extra pcmcia-cs_3.2.8-8_i386.deb
 4c0b080e945b811c616c78c88bc6cba9 86674 admin extra 
pnpbios-tools_3.2.8-8_i386.deb
 993987799942839d4e92fd92cbac45a6 35500 debian-installer extra 
pcmcia-cs-udeb_3.2.8-8_i386.udeb
Package-Type: udeb

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

iD8DBQFEAHGyeDAsS42/7C8RAm9zAJ9ng0w7c9uISW8AYlxTIjQC5fY9owCgxO3G
is8ayQSTd1NKHMLuK+2EoZg=
=cIos
-END PGP SIGNATURE-


Accepted:
pcmcia-cs-udeb_3.2.8-8_i386.udeb
  to pool/main/p/pcmcia-cs/pcmcia-cs-udeb_3.2.8-8_i386.udeb
pcmcia-cs_3.2.8-8.diff.gz
  to pool/main/p/pcmcia-cs/pcmcia-cs_3.2.8-8.diff.gz
pcmcia-cs_3.2.8-8.dsc
  to pool/main/p/pcmcia-cs/pcmcia-cs_3.2.8-8.dsc
pcmcia-cs_3.2.8-8_i386.deb
  to pool/main/p/pcmcia-cs/pcmcia-cs_3.2.8-8_i386.deb
pcmcia-source_3.2.8-8_all.deb
  to pool/main/p/pcmcia-cs/pcmcia-source_3.2.8-8_all.deb
pnpbios-tools_3.2.8-8_i386.deb
  to pool/main/p/pcmcia-cs/pnpbios-tools_3.2.8-8_i386.deb


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



Accepted autotools-dev 20060223.1 (source all)

2006-02-25 Thread Henrique de Moraes Holschuh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 25 Feb 2006 12:24:25 -0300
Source: autotools-dev
Binary: autotools-dev
Architecture: source all
Version: 20060223.1
Distribution: unstable
Urgency: low
Maintainer: Henrique de Moraes Holschuh [EMAIL PROTECTED]
Changed-By: Henrique de Moraes Holschuh [EMAIL PROTECTED]
Description: 
 autotools-dev - Update infrastructure for config.{guess,sub} files
Changes: 
 autotools-dev (20060223.1) unstable; urgency=low
 .
   * Sync to CVS 20060223 (config.sub 20060223; config.guess 20060223)
   * Update from new upstream repository
   * Switch to debhelper compatibility level V4
   * Revamp README.Debian a little: mention that --host and --build
 support is not optional, ever. Reword some paragraphs, etc.
   * Support get-orig-source target. Rename cvsfetch target to
 get-debian-source, and use get-orig-source
Files: 
 f0b3f5d125031e8bd3167e3b985b5d82 823 devel optional 
autotools-dev_20060223.1.dsc
 ce67e178e3631952e59cbc805bf64877 60401 devel optional 
autotools-dev_20060223.1.tar.gz
 e2e858f9a7e1ad44db678a1fefdeaf82 59988 devel optional 
autotools-dev_20060223.1_all.deb

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

iQEVAwUBRAB30IjztdzjjnrPAQLx9Af/ckSPyzA5UWrjWntjlZ3Il10MR7UfWzNq
rFwU0Q401Y/GJWJ5UG+wHWI4SySRmwAUCge5fJqsCGgLEjoerDrLwLpbSX5DEepX
FNPcTlDOlpNhO7i+SVjMkIUbYcyGTL8H/Tzyzi4EiG32pJOKroREdDyd6bRlGbzQ
rT6nhpX3/yuHmTx7XVVXmPfUqeDaP2vwFdyOLoiZJdZZPAXaYNhSaiKAo8mZlnUd
XBBB6E6xo3SzeKzbM8/LY+ZwozLh7QpRWw41cerC4TK43zVcBRiiefOxxDwphtih
sV5D1T97I7b/xAaW2i1Ok1EX8t4HTt9kdhCh4h0nTxL8oWfk+7i8Yw==
=omcL
-END PGP SIGNATURE-


Accepted:
autotools-dev_20060223.1.dsc
  to pool/main/a/autotools-dev/autotools-dev_20060223.1.dsc
autotools-dev_20060223.1.tar.gz
  to pool/main/a/autotools-dev/autotools-dev_20060223.1.tar.gz
autotools-dev_20060223.1_all.deb
  to pool/main/a/autotools-dev/autotools-dev_20060223.1_all.deb


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



Accepted tla-tools 2005.0.patch.29-1 (source all)

2006-02-25 Thread Manoj Srivastava
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 25 Feb 2006 08:53:07 -0600
Source: tla-tools
Binary: tla-tools
Architecture: source all
Version: 2005.0.patch.29-1
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava [EMAIL PROTECTED]
Changed-By: Manoj Srivastava [EMAIL PROTECTED]
Description: 
 tla-tools  - Utilities to make life with GNU Arch (tla) easier
Closes: 352919
Changes: 
 tla-tools (2005.0.patch.29-1) unstable; urgency=low
 .
   * New upstream release. Bug fixes.
   * Recognize id-only archive names
   * tla-cvs-sync: Rewrite propagation of added/removed files to CVS
   * Keep checkpoint revisions (given a checkpoint frequency, keep
 multiples of that number) in tla-prune-revlib.
   * Bug fix: tla-tools: New upstream version available, thanks to
 Ludovic Courtes(Closes: #352919).
Files: 
 c5b1254dda69b85871337eedce45e2e8 614 devel optional 
tla-tools_2005.0.patch.29-1.dsc
 46589b20dbc8132194064d47092b3562 70206 devel optional 
tla-tools_2005.0.patch.29.orig.tar.gz
 9fe2455eebb217d78364539a3743e956 50240 devel optional 
tla-tools_2005.0.patch.29-1.diff.gz
 3dbcb3ec0a3b35548ba091e89b1a0135 53576 devel optional 
tla-tools_2005.0.patch.29-1_all.deb

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

iD8DBQFEAHumIbrau78kQkwRAnbkAKCC7cMj8B4+wcjqXrIKGb50zzeHVQCg4Xs5
tSU5aiEa8T+7Q+DbiBTO0Hw=
=zYp4
-END PGP SIGNATURE-


Accepted:
tla-tools_2005.0.patch.29-1.diff.gz
  to pool/main/t/tla-tools/tla-tools_2005.0.patch.29-1.diff.gz
tla-tools_2005.0.patch.29-1.dsc
  to pool/main/t/tla-tools/tla-tools_2005.0.patch.29-1.dsc
tla-tools_2005.0.patch.29-1_all.deb
  to pool/main/t/tla-tools/tla-tools_2005.0.patch.29-1_all.deb
tla-tools_2005.0.patch.29.orig.tar.gz
  to pool/main/t/tla-tools/tla-tools_2005.0.patch.29.orig.tar.gz


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



Accepted amavisd-new 1:2.3.3-7 (source all i386)

2006-02-25 Thread Henrique de Moraes Holschuh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 25 Feb 2006 12:58:37 -0300
Source: amavisd-new
Binary: amavisd-new amavisd-new-milter
Architecture: source all i386
Version: 1:2.3.3-7
Distribution: unstable
Urgency: low
Maintainer: Brian May [EMAIL PROTECTED]
Changed-By: Henrique de Moraes Holschuh [EMAIL PROTECTED]
Description: 
 amavisd-new - Interface between MTA and virus scanner/content filters
 amavisd-new-milter - Interface between sendmail-milter and amavisd-new
Closes: 341957 353056 353383
Changes: 
 amavisd-new (1:2.3.3-7) unstable; urgency=low
 .
   * README.Debian: Be more explicit about what needs to be done to correctly
 interface with a clamav daemon (closes: #353383)
   * [l10n] Add Debconf template for: fr (closes: #353056)
   * amavisd: prefix continuated syslog messages with (!!) or (!) depending
 on level (warning or worse)
   * logcheck.ignore: filter off all continuated syslog messages as long as
 they don't have a priority prefix (closes: #341957)
Files: 
 66732e0be707eb6c9dfee203d7db92e8 957 mail extra amavisd-new_2.3.3-7.dsc
 f61a7199a445601a61d9a748dcd9a177 89012 mail extra amavisd-new_2.3.3-7.diff.gz
 59eddeb85030c3ef0fff1ae0a7bee0e6 501530 mail extra amavisd-new_2.3.3-7_all.deb
 aae0fbdaf1cd61e45e9551e3ada02d9e 29740 mail extra 
amavisd-new-milter_2.3.3-7_i386.deb

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

iQEVAwUBRAB/VIjztdzjjnrPAQK9wgf+OvSLzeBBm/bbIqkuoTeZSveGBSVllKHX
9uH6ljmoSxAVxopHaCqJQoBIaRNgEt0MGTg4ZgKxPM/SP+jE4aOzRF+MwzKEiGG3
xf9G3E4yDVFLdOKmzna7RFVIHML33bNJrN6CIrRLNnOYiI0jxetazxjiWFVVpjVh
Fr916KU3wkiRf5TbssG+sDQmUbKLAt/Nhy7Bsr2HA+Fkpuf/vwQ23/r3T1THLCX8
Rpv/hwykxHXl9AQbykNFljmeYi6rCWbUVDAS1+SzpdAVtHNS7gK056+USHArqVw8
fo8SvdCx8Ip8XaboEG1f/pjMHqjrFnSoCBwlHkP3RY5+pX91lshjcA==
=mU/w
-END PGP SIGNATURE-


Accepted:
amavisd-new-milter_2.3.3-7_i386.deb
  to pool/main/a/amavisd-new/amavisd-new-milter_2.3.3-7_i386.deb
amavisd-new_2.3.3-7.diff.gz
  to pool/main/a/amavisd-new/amavisd-new_2.3.3-7.diff.gz
amavisd-new_2.3.3-7.dsc
  to pool/main/a/amavisd-new/amavisd-new_2.3.3-7.dsc
amavisd-new_2.3.3-7_all.deb
  to pool/main/a/amavisd-new/amavisd-new_2.3.3-7_all.deb


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



Accepted debram 0.6.5a (source i386 all)

2006-02-25 Thread Thaddeus H. Black
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 25 Feb 2006 00:00:00 +
Source: debram
Binary: debram-data debram
Architecture: source i386 all
Version: 0.6.5a
Distribution: experimental
Urgency: low
Maintainer: Thaddeus H. Black [EMAIL PROTECTED]
Changed-By: Thaddeus H. Black [EMAIL PROTECTED]
Description: 
 debram - ramified catalog of available .debs
 debram-data - debram's architecture-independent data
Changes: 
 debram (0.6.5a) experimental; urgency=low
 .
   * In a change of plan, began to update debram for etch.  Noted
 that 0.6.5 would not seem to be the last debram, after all.
   * Observed that sarge stable users should keep debram 0.6.x installed;
 that they should not update to 0.7.x or later, which concern
 packages not even in sarge.
   * Undertook in and after version 1.0 at least to increment the minor
 version number (as from 1.0 to 1.1) when rams move or ram numbers
 are reassigned.  Noted however that patchlevel incrementation (as
 from 1.1.0 to 1.1.1) may still suffice for some smaller changes to
 the ramification plan, such as clarifications or small changes to
 ram titles and, in some cases, the splitting of existing rams, the
 opening of new ones or the removal of obsolete ones.  Explained that
 the intent in and after 1.0 is to stabilize the ramification plan so
 far as the rapid ongoing pace of Debian development permits; yet to
 the extent that it does not permit, at least to increment version
 numbers appropriately.
   * Removed GFDL licensing.  (All of debram has been and continues
 to be licensed under GPL-2, but for historical reasons parts of
 it had been unnecessarily, confusingly been licensed in parallel
 under GFDL-1.1, too.)
   * Adhered to Policy 3.6.2.1.
   * Revised the source generally, the revisions including the following.
 - Reorganized the source directories.
 - Updated the manpage.
 - Revised helper/RelSteps.
 - Factored common definitions from the several helper scripts.
 - Reformatted the several helper scripts.  Made several further
   corrections and changes there.
 - Pointed readers of debian/copyright to the Debian archive rather
   than to the author's personal website for the latest source.
 - In src/xref.c, changed The Ramification's Principal Classes
   to The Ramification's Principal Sections.
 - In src/argp.c, slightly improved the --help list footer.
 - Added the new helper/test hierarchy, containing some test data for
   the developer's convenience.  (What future use such test data
   might be put to is not known; for the present only
   helper/ramify-whatis is configured to use it.)  Noted here that
   future changes to helper/test will probably be regarded as too
   trivial to burden this changelog with; helper/test will not
   normally be tracked here.
 - In helper/, added the new scripts find-cmdsel-dupes,
   check-cmdsel-debs-data and cmdsel-debs, plus the data file
   check-cmdsel-debs.data for the last script.
 - Extended helper/check-ram-titles to check cmdsel.txt as well as
   debram.txt.
 - Fixed helper/buff-expand's response to illegal options.
 - Slightly improved helper/Alpha.pm's sorting of names having
   several capital letters, so that it correctly sorts Tm Test
   before Tm TESTA despite the capital E in the latter.
 - Let helper/update-date work also on the README.
 - Added appropriate Notes on the Ramification Numbering System to
   the backmatter of both debram.txt and cmdsel.txt.
   * Refined the ramification plan as follows.
 - Totally reramified [3600 Perl], from four branches into thirty-one,
   largely without regard to the old 3600 ramification plan.
 - Similarly totally reramified [3500 Python], from four branches
   into twenty-seven.
 - Added development notes relevant to the previous two points in the
   new file helper/PerlPythonNotes.
 - Split the old [1122 Text Scanning and Filtering] into separate
   scanning and filtering branches.  Consequently, because the
   last free number in the [1120 Text Commands] group was the
   unsuitable 1129, renumbered the other branches in the group to
   make room for the split.
 - Split [1211 Compression, Archival and Text/Data Codec] into three
   branches: 1211, 1215 and 1217.
 - Promoted [1245 Emacs] to a group: 1290.  Subramified the new
   group.
 - Reorganized the [1250 Console and TTY] group.
 - Added the new [1315 CUPS].
 - Subramified [1320 Fonts].
 - Reramified [1350 TeX] from two branches to nine.
 - Because [1640 Network Clients and Servers] had no more branch
   numbers available, removed [1642 FTP] therefrom, giving it its own
   new group: 1630.  Reserved the newly available number 1642 for
   future use.
 - Subramified [2210 Kernel Control and Management of 

Accepted lastfmsubmitd 0.22-2 (source all)

2006-02-25 Thread Decklin Foster
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 25 Feb 2006 13:07:06 -0500
Source: lastfmsubmitd
Binary: lastfmsubmitd
Architecture: source all
Version: 0.22-2
Distribution: unstable
Urgency: low
Maintainer: Decklin Foster [EMAIL PROTECTED]
Changed-By: Decklin Foster [EMAIL PROTECTED]
Description: 
 lastfmsubmitd - submission daemon for the Last.fm social music network
Closes: 354371
Changes: 
 lastfmsubmitd (0.22-2) unstable; urgency=low
 .
   * Fix distutils build-dep (Closes: #354371)
Files: 
 dc170b4a38230c747cf0e9fdb99d287e 603 sound optional lastfmsubmitd_0.22-2.dsc
 645c1a43c8a9bead59d092316e8f3e58 3627 sound optional 
lastfmsubmitd_0.22-2.diff.gz
 392cee19f1823c9abb2880bcf6dd838b 25768 sound optional 
lastfmsubmitd_0.22-2_all.deb

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

iD8DBQFEAJ1TuIJGh/GWjRsRAhkvAJ9wmxzCiDpxv8XZxbexFbvC3hIJNACfW91p
UypVHYtm17Ptq+ERWLqYFhw=
=CkY1
-END PGP SIGNATURE-


Accepted:
lastfmsubmitd_0.22-2.diff.gz
  to pool/main/l/lastfmsubmitd/lastfmsubmitd_0.22-2.diff.gz
lastfmsubmitd_0.22-2.dsc
  to pool/main/l/lastfmsubmitd/lastfmsubmitd_0.22-2.dsc
lastfmsubmitd_0.22-2_all.deb
  to pool/main/l/lastfmsubmitd/lastfmsubmitd_0.22-2_all.deb


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



Accepted x2x 1.27.svn.20060225-1 (source i386)

2006-02-25 Thread Romain Francoise
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 25 Feb 2006 19:23:30 +0100
Source: x2x
Binary: x2x
Architecture: source i386
Version: 1.27.svn.20060225-1
Distribution: unstable
Urgency: low
Maintainer: Romain Francoise [EMAIL PROTECTED]
Changed-By: Romain Francoise [EMAIL PROTECTED]
Description: 
 x2x- Link two X displays together, simulating a multiheaded display
Closes: 354081
Changes: 
 x2x (1.27.svn.20060225-1) unstable; urgency=low
 .
   * New upstream, includes a patch from yours truly fixing the less
 becomes greater over x2x bug introduced in version 1.30-beta
 (closes: #354081).
Files: 
 aa6cdbf847d85a93d6c86777289b7c43 629 x11 optional x2x_1.27.svn.20060225-1.dsc
 0fe8a9205723e3ff1d950024de088dbb 40220 x11 optional 
x2x_1.27.svn.20060225.orig.tar.gz
 f6fd8f8f145f0cb1d25147a880695915 4111 x11 optional 
x2x_1.27.svn.20060225-1.diff.gz
 fd2fabd0e66f054f0b324964287168d4 21614 x11 optional 
x2x_1.27.svn.20060225-1_i386.deb

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

iD8DBQFEAKICogN2vsA8Vt8RAr5WAKC62tnG7enRgRzjneoCYkRGeBm3DgCfbQzg
knYZ1W4WRf/4uFHV7lnFFMk=
=YviT
-END PGP SIGNATURE-


Accepted:
x2x_1.27.svn.20060225-1.diff.gz
  to pool/main/x/x2x/x2x_1.27.svn.20060225-1.diff.gz
x2x_1.27.svn.20060225-1.dsc
  to pool/main/x/x2x/x2x_1.27.svn.20060225-1.dsc
x2x_1.27.svn.20060225-1_i386.deb
  to pool/main/x/x2x/x2x_1.27.svn.20060225-1_i386.deb
x2x_1.27.svn.20060225.orig.tar.gz
  to pool/main/x/x2x/x2x_1.27.svn.20060225.orig.tar.gz


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



Accepted sl-modem 2.9.9d+e-pre2-4 (source i386)

2006-02-25 Thread Eduard Bloch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 25 Feb 2006 19:45:42 +0100
Source: sl-modem
Binary: sl-modem-daemon sl-modem-source
Architecture: source i386
Version: 2.9.9d+e-pre2-4
Distribution: unstable
Urgency: medium
Maintainer: Eduard Bloch [EMAIL PROTECTED]
Changed-By: Eduard Bloch [EMAIL PROTECTED]
Description: 
 sl-modem-daemon - SmartLink software modem daemon
 sl-modem-source - SmartLink software modem driver - module building source
Closes: 354216
Changes: 
 sl-modem (2.9.9d+e-pre2-4) unstable; urgency=medium
 .
   * replaced amrmo_init.c with the version from
 
http://linmodems.technion.ac.il/packages/smartlink/slmodem-2.9.11-20051101.tar.gz
 which has basically the superset of our changes (plus two additional modem
 IDs) but zeroes out the class* method calls since they are protected by
 GPL-enforcing kernel macros now (closes: #354216)
   * the above change effectively disables the udev functionality. Send your
 complaints to kernel developers if you need it. Or suggest a better
 solution. For now, a oneliner in /etc/modprobe.d/sl-modem-daemon.modutils
 creates /dev/slamr0.
   * workaround to fix device files that got the wrong owner (660 instead of
 root) during the major number transition in July 2005
Files: 
 5bcccd83faae7c446863ab13d8ae1824 645 non-free/misc optional 
sl-modem_2.9.9d+e-pre2-4.dsc
 feedd12d6f4198602194ffe6469b7d2b 21941 non-free/misc optional 
sl-modem_2.9.9d+e-pre2-4.diff.gz
 40584296c7a7d1ba64e28ca4197fa5fc 217370 non-free/misc optional 
sl-modem-source_2.9.9d+e-pre2-4_i386.deb
 79f7014ecdedf12077e86dc795044d5d 508458 non-free/misc optional 
sl-modem-daemon_2.9.9d+e-pre2-4_i386.deb

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

iD8DBQFEALDJ4QZIHu3wCMURAlahAJ4osc2HIRXMMJ8qfmIs5afUXxQsvgCfVgs5
VrFdcpW8UaFTHesMDluT48I=
=PU3F
-END PGP SIGNATURE-


Accepted:
sl-modem-daemon_2.9.9d+e-pre2-4_i386.deb
  to pool/non-free/s/sl-modem/sl-modem-daemon_2.9.9d+e-pre2-4_i386.deb
sl-modem-source_2.9.9d+e-pre2-4_i386.deb
  to pool/non-free/s/sl-modem/sl-modem-source_2.9.9d+e-pre2-4_i386.deb
sl-modem_2.9.9d+e-pre2-4.diff.gz
  to pool/non-free/s/sl-modem/sl-modem_2.9.9d+e-pre2-4.diff.gz
sl-modem_2.9.9d+e-pre2-4.dsc
  to pool/non-free/s/sl-modem/sl-modem_2.9.9d+e-pre2-4.dsc


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



Accepted loop-aes-utils 2.12r-5 (source i386)

2006-02-25 Thread Max Vozeler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 25 Feb 2006 20:47:26 +0100
Source: loop-aes-utils
Binary: loop-aes-utils mount-aes-udeb
Architecture: source i386
Version: 2.12r-5
Distribution: unstable
Urgency: low
Maintainer: Max Vozeler [EMAIL PROTECTED]
Changed-By: Max Vozeler [EMAIL PROTECTED]
Description: 
 loop-aes-utils - Tools for mounting and manipulating filesystems
 mount-aes-udeb - Mount utils for loop-AES (udeb)
Changes: 
 loop-aes-utils (2.12r-5) unstable; urgency=low
 .
   * Sync with util-linux 2.12r-8
 - Disable patches/30nfs4
Files: 
 3e4a8b463436fd32713c80570a182007 643 admin optional loop-aes-utils_2.12r-5.dsc
 920334d0d202e5e1dea728696b599c95 95036 admin optional 
loop-aes-utils_2.12r-5.diff.gz
 4e50a20806ed2be5da51a6e5a418aded 145916 admin optional 
loop-aes-utils_2.12r-5_i386.deb
 998175a151429cc3d3c3151487240711 85658 debian-installer extra 
mount-aes-udeb_2.12r-5_i386.udeb
Package-Type: udeb

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

iD8DBQFEALiwnVvVEbfNotwRAnlwAKDEjmizoyXh8OxjpZjTCjP2DRMDjgCfSeRd
h7hXIiRmwIfm0CPtoaGcMmM=
=YhPT
-END PGP SIGNATURE-


Accepted:
loop-aes-utils_2.12r-5.diff.gz
  to pool/main/l/loop-aes-utils/loop-aes-utils_2.12r-5.diff.gz
loop-aes-utils_2.12r-5.dsc
  to pool/main/l/loop-aes-utils/loop-aes-utils_2.12r-5.dsc
loop-aes-utils_2.12r-5_i386.deb
  to pool/main/l/loop-aes-utils/loop-aes-utils_2.12r-5_i386.deb
mount-aes-udeb_2.12r-5_i386.udeb
  to pool/main/l/loop-aes-utils/mount-aes-udeb_2.12r-5_i386.udeb


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



Accepted tcpflow 0.21-8 (source i386)

2006-02-25 Thread Steve Kemp
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Saturday, 25 February 2006 19:43:56 +
Source: tcpflow
Binary: tcpflow
Architecture: source i386
Version: 0.21-8
Distribution: unstable
Urgency: low
Maintainer: Steve Kemp [EMAIL PROTECTED]
Changed-By: Steve Kemp [EMAIL PROTECTED]
Description: 
 tcpflow- TCP flow recorder
Changes: 
 tcpflow (0.21-8) unstable; urgency=low
 .
   * Changed the default command line arguments, so that -C doesnt
 imply -s.
   * Updated documentation to match.
Files: 
 5e21fe4070d7e9e0e1c4ab4067203599 579 net optional tcpflow_0.21-8.dsc
 1514cac856408d0253b24153a87f98b4 102644 net optional tcpflow_0.21-8.diff.gz
 420769d7452b585d492a6a798b7e9000 23566 net optional tcpflow_0.21-8_i386.deb

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

iD8DBQFEALQKwM/Gs81MDZ0RAqSlAJ96nVS7S9HZCPeaXU9/vV2LPabP6QCgzB/E
lJETE9iF6KkvLA4ZVD4dSPU=
=9U6e
-END PGP SIGNATURE-


Accepted:
tcpflow_0.21-8.diff.gz
  to pool/main/t/tcpflow/tcpflow_0.21-8.diff.gz
tcpflow_0.21-8.dsc
  to pool/main/t/tcpflow/tcpflow_0.21-8.dsc
tcpflow_0.21-8_i386.deb
  to pool/main/t/tcpflow/tcpflow_0.21-8_i386.deb


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



Accepted e2undel 0.8-8 (source i386)

2006-02-25 Thread Javier Fernandez-Sanguino Pen~a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 25 Feb 2006 14:35:24 +0100
Source: e2undel
Binary: e2undel
Architecture: source i386
Version: 0.8-8
Distribution: unstable
Urgency: low
Maintainer: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Changed-By: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Description: 
 e2undel- Undelete utility for the ext2 file system
Closes: 354200
Changes: 
 e2undel (0.8-8) unstable; urgency=low
 .
   * Fix Makefile so it compiles properly with latest make (Closes: #354200)
   * Use debhelper compatibility version 4
Files: 
 6106b61915045c55b8fe9a283eeef48f 728 admin optional e2undel_0.8-8.dsc
 e1669100d816d70dd327e853f1875612 11796 admin optional e2undel_0.8-8.diff.gz
 14396850df886b68300e45a97f852ebb 51624 admin optional e2undel_0.8-8_i386.deb

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

iQCVAwUBRABg+vtEPvakNq0lAQKwUQP/WkmjYGtkjCC6o/ZpxniF6GkH/PbgSh/8
rF7PFSU84YNH+295wj9y3TbDgB24QmmZ/o0QaFUMDhBX9DPrLEH+5AFCKxuOiW7H
YLyCz9Eqmf+c3ZczVcR9dWmP08L1h5SzpCyuypsI0wAz18+2uU++IBRSneOWlec1
4BhPvTX+wQM=
=FYwX
-END PGP SIGNATURE-


Accepted:
e2undel_0.8-8.diff.gz
  to pool/main/e/e2undel/e2undel_0.8-8.diff.gz
e2undel_0.8-8.dsc
  to pool/main/e/e2undel/e2undel_0.8-8.dsc
e2undel_0.8-8_i386.deb
  to pool/main/e/e2undel/e2undel_0.8-8_i386.deb


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



Accepted python-htmltmpl 1.22-7 (source all)

2006-02-25 Thread Sergio Talens-Oliag
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 25 Feb 2006 20:16:20 +0100
Source: python-htmltmpl
Binary: python-htmltmpl python2.4-htmltmpl python2.3-htmltmpl
Architecture: source all
Version: 1.22-7
Distribution: unstable
Urgency: low
Maintainer: Sergio Talens-Oliag [EMAIL PROTECTED]
Changed-By: Sergio Talens-Oliag [EMAIL PROTECTED]
Description: 
 python-htmltmpl - Templating engine for separation of code and HTML
 python2.3-htmltmpl - Templating engine for separation of code and HTML
 python2.4-htmltmpl - Templating engine for separation of code and HTML
Closes: 354356
Changes: 
 python-htmltmpl (1.22-7) unstable; urgency=low
 .
   * Add python to build-depends, neither python2.3-dev nor python2.4-dev
 depend on it and the package fails to build from source on a clean
 environment because the interpreter is called using the name *python*, but
 that is a link included on the python package (closes: Bug#354356).
Files: 
 9f9c915183e1398cc8d0cedf70bd2536 691 python optional python-htmltmpl_1.22-7.dsc
 f590d441ea83976e21a3fa8be177ba8e 2546 python optional 
python-htmltmpl_1.22-7.diff.gz
 1b7c2727f4a11b10c4a3cf67388ebaf1 4992 python optional 
python-htmltmpl_1.22-7_all.deb
 495191020da9fd7ca1cfa7a6218ac1db 59694 python optional 
python2.3-htmltmpl_1.22-7_all.deb
 5e0d5cf6a42c0e890fca2fa669614a5d 59708 python optional 
python2.4-htmltmpl_1.22-7_all.deb

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

iD8DBQFEAK5nZ3AFK7jB+mkRAlW1AJ0bdMd8vYC+YJQrv9L2dUr+/4CTlwCeJ7Mw
AVKk/BzxfJVcEzUl+MikZeQ=
=yJWk
-END PGP SIGNATURE-


Accepted:
python-htmltmpl_1.22-7.diff.gz
  to pool/main/p/python-htmltmpl/python-htmltmpl_1.22-7.diff.gz
python-htmltmpl_1.22-7.dsc
  to pool/main/p/python-htmltmpl/python-htmltmpl_1.22-7.dsc
python-htmltmpl_1.22-7_all.deb
  to pool/main/p/python-htmltmpl/python-htmltmpl_1.22-7_all.deb
python2.3-htmltmpl_1.22-7_all.deb
  to pool/main/p/python-htmltmpl/python2.3-htmltmpl_1.22-7_all.deb
python2.4-htmltmpl_1.22-7_all.deb
  to pool/main/p/python-htmltmpl/python2.4-htmltmpl_1.22-7_all.deb


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



Accepted portreserve 0.0.0-3 (source i386)

2006-02-25 Thread Javier Fernandez-Sanguino Pen~a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 25 Feb 2006 20:31:37 +0100
Source: portreserve
Binary: portreserve
Architecture: source i386
Version: 0.0.0-3
Distribution: unstable
Urgency: low
Maintainer: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Changed-By: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Description: 
 portreserve - Port reservation program
Closes: 352103
Changes: 
 portreserve (0.0.0-3) unstable; urgency=low
 .
   * Applied patch from Matt Brown [EMAIL PROTECTED] :
   * Adjusted debian/copyright to include libslack copyright and license (GPL)
   * Create /etc/portreserve on installation, although it's not handled by
 the package scripts (other packages can drop files there).
   [ Matt Brown ]
   * Fixed minor init script bugs (Closes: #352103)
 - Use -z instead of -n to test list of service files
 - Use $NAME instead of the undefined $prog in the pidfile name
   * Make portreserve handle pidfiles using daemon_lock_pidfile and
 fcntl_lock taken from libslack:
 - Check for existance of pidfile on startup, fail if already running
 - Create pidfile on startup
 - Remove pidfile when program exits cleanly
   [ Javier Fernandez-Sanguino ]
   * Enhance init script:
- stale pidfiles are removed (in case we switch runlevels and
  all services were portreleased or /var/run/ was not cleaned or
  portreserve did not clean up properly on release).
 - Use the exit status of start-stop-daemon to determine if we
  succeeded, also, wait a bit before checking the running status
  on fast systems the init.d script might trigger a
  race condition and think that the daemon has not started yet
   * Make portreserve cleanup the pidfile on SIGINT, SIGTERM, and SIGKILL
   * Make portreserve generate the pidfile even if working on debug mode
Files: 
 82cf29df163d8f4205addfa5863d2404 734 admin optional portreserve_0.0.0-3.dsc
 eb1dbef1dd9c83819da3f7abbb21bf12 29112 admin optional 
portreserve_0.0.0-3.diff.gz
 f10d80a5725826212681e31a96682a3b 13624 admin optional 
portreserve_0.0.0-3_i386.deb

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

iQCVAwUBRAC9OftEPvakNq0lAQJVpgP/T+w0W0Zpkkc+jqdSw1NQqBsVCNSW5GxL
Z6gVX5Zutu4ZCk1da4ECtDfZBiTBx89iPg88YFUqnpDz2iGT2tgyYlMWavxpby+9
kggu8mjlXRs1iFO5POYolaj/0HdVyJf2k5tV73lP/V6K0hpAO6lsig3IcELdIout
MsGUS/A1ehg=
=1BBH
-END PGP SIGNATURE-


Accepted:
portreserve_0.0.0-3.diff.gz
  to pool/main/p/portreserve/portreserve_0.0.0-3.diff.gz
portreserve_0.0.0-3.dsc
  to pool/main/p/portreserve/portreserve_0.0.0-3.dsc
portreserve_0.0.0-3_i386.deb
  to pool/main/p/portreserve/portreserve_0.0.0-3_i386.deb


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



Accepted autoproject 0.20-1 (source all)

2006-02-25 Thread James R. Van Zandt
-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Sat, 25 Feb 2006 18:06:45 -0500
Source: autoproject
Binary: autoproject
Architecture: source all
Version: 0.20-1
Distribution: unstable
Urgency: low
Maintainer: James R. Van Zandt [EMAIL PROTECTED]
Changed-By: James R. Van Zandt [EMAIL PROTECTED]
Description: 
 autoproject - create a skeleton source package for a new program
Changes: 
 autoproject (0.20-1) unstable; urgency=low
 .
   * New upstream release
   * autoproject.in: handle error return of expr (thanks to Joachim Reichel
 [EMAIL PROTECTED], fixes:#154867)
   * lib/cli/c/none/xmalloc.h: add this header file (fixes:#107847)
   * README, autoproject.1: update author's email
   * lib/cli/c++/none/xmalloc.c: eliminate references to error.h and
 error(), to eliminate dependency on GNU libc. (fixes:#109538)
   * lib/cli/c++/none/program.cc: eliminate multi-line strings (thanks to
 Mario Lang [EMAIL PROTECTED] (fixes:#253131)
   * debian/copyright: update author and maintainer email
   * debian/rules: specify debhelper compatibility level 5
   * debian/control: add comma after ${shlibs:Depends} so dpkg-gencontrol
 can parse it - thanks to Daniel Schepler [EMAIL PROTECTED],
 (fixes:#354195).  Specify the compatibility level 5 of debhelper.
 Update to Debian policy version 3.5.2
   * debian/rules: Install 'test' script as an example (debian-test no
 longer exists)
   * debian/menu: put section in quotes
Files: 
 87a7dcd330babd06e6d534a9f5ac16fb 731 devel optional autoproject_0.20-1.dsc
 609369fa76391d58714059313b9c831c 151101 devel optional 
autoproject_0.20.orig.tar.gz
 baf783825c6f4bc69303288250a07136 4743 devel optional autoproject_0.20-1.diff.gz
 657121d829378780d01078aee52d6689 75914 devel optional 
autoproject_0.20-1_all.deb

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

iQCVAwUBRADyyTHnPxTimJZtAQGu6gP/UcW5A+2kbJj6nxzxz7/D/lxkCW6enbIp
7ZvHfFV6Mj6Rp818GV9WgpZcsseaJvQnjoVoZ4e9fFkTDCiXsyhKneCs6wjRdQJc
bMZf/lqMeroJpcOeywO+GSOWHxVTpNMVfYwAjVZUNE+rks5lLU47WWHfmbePii1L
YbhDYYkGnno=
=SLRk
-END PGP SIGNATURE-


Accepted:
autoproject_0.20-1.diff.gz
  to pool/main/a/autoproject/autoproject_0.20-1.diff.gz
autoproject_0.20-1.dsc
  to pool/main/a/autoproject/autoproject_0.20-1.dsc
autoproject_0.20-1_all.deb
  to pool/main/a/autoproject/autoproject_0.20-1_all.deb
autoproject_0.20.orig.tar.gz
  to pool/main/a/autoproject/autoproject_0.20.orig.tar.gz


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



Accepted yappy 1.6-1 (source all)

2006-02-25 Thread Rogerio Reis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 26 Feb 2006 02:38:43 +
Source: yappy
Binary: python2.4-yappy python-yappy-doc python2.3-yappy python-yappy
Architecture: source all
Version: 1.6-1
Distribution: unstable
Urgency: low
Maintainer: Rogerio Reis [EMAIL PROTECTED]
Changed-By: Rogerio Reis [EMAIL PROTECTED]
Description: 
 python-yappy - Yet Another Parser Generator fo Python
 python-yappy-doc - Documentation for yappy
 python2.3-yappy - Yet Another Parser Generator fo Python
 python2.4-yappy - Yet Another Parser Generator fo Python
Closes: 319617
Changes: 
 yappy (1.6-1) unstable; urgency=low
 .
   * New upstream release
   * Module pcre dependencies removed (again (!!)) (closes: #319617)
Files: 
 3a653ad82df5b883d67d8dce033f74ae 571 python optional yappy_1.6-1.dsc
 49e96a4de0aaae5bab7f34dbda8aae20 169246 python optional yappy_1.6-1.tar.gz
 01a3ca952e6608cc954cebd36c8842a4 2842 python optional 
python-yappy_1.6-1_all.deb
 ba1ae7f9aadaa4696263c9f6eb13d1bb 19130 python optional 
python2.3-yappy_1.6-1_all.deb
 012768472bc18acb0ac83c021ef76796 19132 python optional 
python2.4-yappy_1.6-1_all.deb
 7e0a0d92529334ba09a5ad1aac506123 157316 doc optional 
python-yappy-doc_1.6-1_all.deb

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

iD8DBQFEART9QxSObRjqNFcRAm03AKDWjxy4lLW+i/rmtAxQDLUkE8yy6wCeNX43
ffJaqw0qtONfNzGdQI97e5c=
=Qq7f
-END PGP SIGNATURE-


Accepted:
python-yappy-doc_1.6-1_all.deb
  to pool/main/y/yappy/python-yappy-doc_1.6-1_all.deb
python-yappy_1.6-1_all.deb
  to pool/main/y/yappy/python-yappy_1.6-1_all.deb
python2.3-yappy_1.6-1_all.deb
  to pool/main/y/yappy/python2.3-yappy_1.6-1_all.deb
python2.4-yappy_1.6-1_all.deb
  to pool/main/y/yappy/python2.4-yappy_1.6-1_all.deb
yappy_1.6-1.dsc
  to pool/main/y/yappy/yappy_1.6-1.dsc
yappy_1.6-1.tar.gz
  to pool/main/y/yappy/yappy_1.6-1.tar.gz


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



Accepted catdvi 0.14-4 (source i386)

2006-02-25 Thread Anibal Monsalve Salazar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 26 Feb 2006 11:58:38 +1100
Source: catdvi
Binary: catdvi
Architecture: source i386
Version: 0.14-4
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Anibal Monsalve Salazar [EMAIL PROTECTED]
Description: 
 catdvi - DVI to plain text translator
Closes: 279733 291040
Changes: 
 catdvi (0.14-4) unstable; urgency=low
 .
   * QA upload.
   * Fixed Missing dependencies, closes: #291040.
   * Fixed Assertion failure, closes: #279733. Patch thanks to
 Bjoern Brill [EMAIL PROTECTED].
   * debian/control: Policy changed to 3.6.2.
   * debian/control: Changed maintainer's email address.
   * debian/control: Added homepage.
   * Added watch file.
   * Fixed package-uses-deprecated-debhelper-compat-version.
   * Fixed old-fsf-address-in-copyright-file.
Files: 
 0d57c4008c38625dcb5b072221bc3db2 575 tex extra catdvi_0.14-4.dsc
 f5fdf5ce036cbc0eab69e82fd5037916 27192 tex extra catdvi_0.14-4.diff.gz
 36d960d7e73975e84d14633f5a54c479 61510 tex extra catdvi_0.14-4_i386.deb

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

iD8DBQFEAR6HipBneRiAKDwRAoXwAJ44YaOFOM1NCF+o3gjg3AdePSIwDQCgjR9e
V3KQSTCuF0HRAGj45NIhxRA=
=m6lQ
-END PGP SIGNATURE-


Accepted:
catdvi_0.14-4.diff.gz
  to pool/main/c/catdvi/catdvi_0.14-4.diff.gz
catdvi_0.14-4.dsc
  to pool/main/c/catdvi/catdvi_0.14-4.dsc
catdvi_0.14-4_i386.deb
  to pool/main/c/catdvi/catdvi_0.14-4_i386.deb


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



Accepted manpages-ja 0.5.0.0.20060215-1 (source all)

2006-02-25 Thread Keita Maehara
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 26 Feb 2006 13:19:24 +0900
Source: manpages-ja
Binary: manpages-ja manpages-ja-dev
Architecture: source all
Version: 0.5.0.0.20060215-1
Distribution: unstable
Urgency: low
Maintainer: Keita Maehara [EMAIL PROTECTED]
Changed-By: Keita Maehara [EMAIL PROTECTED]
Description: 
 manpages-ja - Japanese version of the manual pages (for users)
 manpages-ja-dev - Japanese version of the manual pages (for developers)
Closes: 353938
Changes: 
 manpages-ja (0.5.0.0.20060215-1) unstable; urgency=low
 .
   * New upstream release.
   * Removed cdparanoia(1) (closes: Bug#353938).
Files: 
 611d7fa76272e1e4827f4693035102c4 636 doc optional 
manpages-ja_0.5.0.0.20060215-1.dsc
 d10ee0ca41947f8dba6b902816704fd8 3298887 doc optional 
manpages-ja_0.5.0.0.20060215.orig.tar.gz
 26db0384e9b0524d0289c5c686e31257 79017 doc optional 
manpages-ja_0.5.0.0.20060215-1.diff.gz
 3a64c482940df25d6e4bfb771a30d6e7 2968288 doc optional 
manpages-ja_0.5.0.0.20060215-1_all.deb
 2da0995f28086e972cac9b248d9fc1e4 1491648 doc optional 
manpages-ja-dev_0.5.0.0.20060215-1_all.deb

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

iD8DBQFEAS/3JxItQqZ0o1kRAsNqAJ4qfNmKCo3fYvEO2UNoHf3gOsHBggCeIfXN
JTE7LtvJQb4GWQQAegFGqHc=
=Df8R
-END PGP SIGNATURE-


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


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