Re: [RFC] Changing priority of selinux back to optional

2008-02-07 Thread Manoj Srivastava
On Thu, 7 Feb 2008 07:02:40 +0100, Christian Perrier [EMAIL PROTECTED] said: 

 I slightly disagree. Not that I have doubts about your commitment, but
 this entire discussion showed that SELinux is, right now, not ready
 for being included in default installs. As D-I is preparing a beta
 release, it could be better to downgrade selinux stuff to optional
 before that release.

Could we have some concrete guidelines about what needs to be in
 place before SELinux could be considered ready ?


 It can still be reactivated later in case the progress you bring
 proves to be enough for this.

 Possible alternative: create a tasksel's task to include it, which
 would make testing of installs with SELinux by default easier. Being
 something not really end user-oriented, that would have to be a
 hidden task (not shown as a choice by tasksel) that one could choose
 with the appropriate D-I boot option.

Secondly, what are we considering removing from standard? I
 would be OK with removing the targeted policy from standard; which
 seems to be the largest package out there which is in standard.

libselinux1 (165KB installed) and libsepol1 (320KB installed)
 seem to be the only required packages; the rest are things we can
 discuss.

Additionally, in recent libselinux releases, work has been put
 in to slim down the library, and reduce the burden on low space
 installations.

manoj
-- 
Freedom is just Chaos, with better lighting.-Alan Dean Foster To the
Vanishing Point
Manoj Srivastava [EMAIL PROTECTED] http://www.debian.org/~srivasta/  
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C


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



Re: How to cope with patches sanely

2008-02-07 Thread Pierre Habouzit
On Thu, Feb 07, 2008 at 05:12:00AM +, Manoj Srivastava wrote:
 On Tue, 5 Feb 2008 09:00:52 +, Matthew Johnson [EMAIL PROTECTED] said: 
 
  On Tue Feb 05 00:51, Manoj Srivastava wrote:
   If we can't figure out a good and clean way to keep a large stack
   of long-lived patches in the vcs then I firmly believe we should
   standardize on quilt.
  
  I think I have indeed solved the issue of long standing feature sets
  using feature branches, integration branches, and sloppy branches
  while upgrading, and would not want to be forced to regress to a
  patch system.
  
  I don't think anyone is talking about forcing DVCS users to regress to
  a patch system, merely to change the interchange format; which all
  DVCS-based maintenance methods can easily export to/import from. The
  only reason which you would have to interact with it would be a more
  standard interface for NMUs, which can only be a good thing.
 
 Why should I bring my feature branches into a patch system, when
  there is no need to?  As far as the end user or NMUer is ocnerned, they
  do apt-get source foo, and they get the sources they may hack
  on. Adding to the chaos by converting my nice, clean source format to
  the blecherousness of a patch system does seem like regression to me.

  That's not really about bring your feature branches into a patch
system, but rather export them into something that looks like one so
that the security team or the NMUer can have a good outlook of the
modifications you apply to upstream. It sounds like a fair thing to me.
You can't decently ask the security team to know every single $SCM out
ther, and guess how $random_developer use it (especially, sorry but it's
true, when it's a SCM as complicated as tla is).

-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgp4RScm9eFKg.pgp
Description: PGP signature


Re: [RFC] Changing priority of selinux back to optional

2008-02-07 Thread Václav Ovsík
On Wed, Feb 06, 2008 at 11:43:54PM -0600, Manoj Srivastava wrote:
 I don't think Lenny is in shape for a release either.  It took
  me about a day to get most SELinux packages back up to date --  which
  means we could have them updated anytmime in the last few months, if
  any one had the time or motivsation.

Yes, updating packages is not so much work. Some work is done already be
me. Packages are compiled in binary form only for Etch at repository
http://linux.i.cz/debian/ selinux-etch. I hope sources are usable for
Sid http://linux.i.cz/debian/dists/selinux-etch/main/source/Sources.gz.
Repository is managed by reprepro and packages lays in to pool. I can
rebuild packages for Sid and create repository selinux-sid if anyone
there wants. (In that case I must probably rebuild Etch variants with
some different release number to prevent collision between Etch  Sid
variant. I think, that after some cleanup (changelog), you can use some
packages from this repo. All packaging (except clear backports
Sid-Etch) is versioned using git-buildpackage (currently not
accessible). Code is taken from subversion
https://selinux.svn.sourceforge.net/svnroot/selinux/trunk

Repository contains:

icz-archive-keyring 2007.07.31
- repo key

pam 0.99.9.0-0.icz.1
- Sid contains 0.99.7.1, with 0.99.9.0 works
  initialization of user context.
  Upgrade or patch in Sid is needed.

checkpolicy 2.0.9.svn20080204.r2784-0.icz.1
libselinux  2.0.51.svn20080205.r2790-0.icz.1
libsemanage 2.0.23.svn20080206.r2791-0.icz.1
libsepol2.0.20.svn20080204.r2778-0.icz.1
policycoreutils 2.0.42.svn20080202.r2776-0.icz.1
sepolgen1.0.11.svn20080123.r2738-0.icz.1
- staff from selinux.svn.sourceforge.net.
  There are changes into Manojs packaging, because newer python bindings
  needs version python2.5, wich is unsupported in Etch.

setools 3.3.2-0.icz.3
- This packaging is also changed, because of new libs (libqpol,
  libpoldiff...)

shadow  1:4.1.0-2~icz40+1
tk8.4   8.4.16-1~icz40+1
ustr1.0.3-1~icz40+1
- these are only backports from Sid


I used CDBS for packaging (where packaging changed), because it is easy
 pretty. :)

Openssh package of Sid needs change, because it has problems with
initialization of user context. (Not the case for Etch openssh.)

Package policycoreutils contains a patch for fixfiles, witch is
currently broken in the svn repo yet (but reported). Fixfiles is called
from selinux-basics for relabeling.

I hope something from this can be useful for Debian, at least this is
interesting exercise for me :).

And yes the refpolicy is the most hard work! I simply builds policy from
sources. There is too much problems to package it yet I think.
Version of generated policy should be decreased according to kernel
version (/selinux/policyvers) in /etc/selinux/semanage.conf.

 I ought to be back, now that we have survived the end of the
  year dog and pony show at work.
...

Nice to read this. Thanks.

Cheers
-- 
Zito


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



Re: unknown-field-in-control homepage

2008-02-07 Thread Raphael Hertzog
On Thu, 07 Feb 2008, Guillem Jover wrote:
  If nobody has any objections, i'll follow Frans' advice and file a bug
  against dpkg-dev.
 
 Yes, makes sense. I've just fixed it in dpkg's git [0].

Except it will only work if the package uses 'Package-Type' and not
'X*-Package-Type'. We should maybe offer a function to retrieve the
name/value of a field be it official or user-defined.

Cheers,
-- 
Raphaël Hertzog

Le best-seller français mis à jour pour Debian Etch :
http://www.ouaza.com/livre/admin-debian/


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



Release: KNOPPIX5.1.1 for Trusted Compuintg Geeks (v1.0)

2008-02-07 Thread Kuniyasu Suzaki

Dear,

We released KNOPPIX5.1.1 for Trusted Computing Geeks (v1.0).
   http://unit.aist.go.jp/itri/knoppix/index-en.html
It includes trusted computing software based on TPM(Trusted Platform
Module). Debian packages on KNOPPIX is validated by Remote Attestation.

OpenPlatformTrustServices is included and the validation service of
Remote Attestation is available.  
http://sourceforge.jp/projects/openpts/
The Remote Attestation validates platform integrity and vulnerability 
of packages. Current Vulnerability Data Base is consisted of DSA(Debian 
Security Advisory) and validates Debian packages on KNOPPIX.

# Guide PDF
   
http://sourceforge.jp/projects/openpts/wiki/FrontPage/attach/20080129-KNOPPIX511TCG-OPTS-UsersGuide-v1_0-E.pdf

# List of Confirmed PC
   http://sourceforge.jp/projects/openpts/wiki/PlatformInfo

# Included software
  GRUB-IMA1.1.0.0, kenrel 2.6.19+IMA(Integrity Measurement Architecture), 
  Trousers0.2.9.1, TPM_Manager0.4, OpenPlatformTrustSerices0.1.1

# Download
  ftp://unit.aist.go.jp/itri/knoppix/iso/knoppix511-TC-Geeks-100.iso
 (MD5:197d70536ab36033fadf3d9cd04d2632)
  Bittorrent file:
  http://unit.aist.go.jp/itri/knoppix/knoppix511-TC-Geeks-100.iso.torrent

--
suzaki


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



Re: [RFC] Changing priority of selinux back to optional

2008-02-07 Thread Manoj Srivastava
On Thu, 7 Feb 2008 10:10:19 +0100, Václav Ovsík [EMAIL PROTECTED] said: 

 On Wed, Feb 06, 2008 at 11:43:54PM -0600, Manoj Srivastava wrote:
 I don't think Lenny is in shape for a release either.  It took me
 about a day to get most SELinux packages back up to date -- which
 means we could have them updated anytmime in the last few months, if
 any one had the time or motivsation.

 Yes, updating packages is not so much work. Some work is done already
 be me. Packages are compiled in binary form only for Etch at
 repository http://linux.i.cz/debian/ selinux-etch.

Thanks for your work for getting backports into Etch.

 I hope sources are usable for Sid
 http://linux.i.cz/debian/dists/selinux-etch/main/source/Sources.gz.Repository
 is managed by reprepro and packages lays in to pool. I can rebuild
 packages for Sid and create repository selinux-sid if anyone there
 wants. (In that case I must probably rebuild Etch variants with some
 different release number to prevent collision between Etch  Sid
 variant. I think, that after some cleanup (changelog), you can use
 some packages from this repo. All packaging (except clear backports
 Sid- Etch) is versioned using git-buildpackage (currently not
 accessible). Code is taken from subversion
 https://selinux.svn.sourceforge.net/svnroot/selinux/trunk

Well, don't bother with the SELinux packages; most of them are
 already in Incoming, though I am not packaging straight out of SVN yet.
 I'm sticking to the released versions, until I can see a clear need to
 go to SVN HEAD ...

 checkpolicy 2.0.9.svn20080204.r2784-0.icz.1 libselinux
 2.0.51.svn20080205.r2790-0.icz.1 libsemanage
 2.0.23.svn20080206.r2791-0.icz.1 libsepol
 2.0.20.svn20080204.r2778-0.icz.1 policycoreutils
 2.0.42.svn20080202.r2776-0.icz.1 sepolgen
 1.0.11.svn20080123.r2738-0.icz.1
 - staff from selinux.svn.sourceforge.net.  There are changes into
   Manojs packaging, because newer python bindings needs version
   python2.5, wich is unsupported in Etch.

Hmm. My packaging does not care, really, what the python
 versions available are;  and so on my machine at the moment it provides
 both 2.4 and 2.5 bindings (using python-support).  What changes did you
 think needed to be made in the packaging?

 setools 3.3.2-0.icz.3
 - This packaging is also changed, because of new libs (libqpol,
   libpoldiff...)

Yes, I am still pondering how many packages I need to split this
 into.  There are 5 shared libraries, with different so names and
 releases (so could be 2 packages per library -- 10 packages), then
 there are python bindings (can be just one package), there are java
 bindings (another package), and then there are the tools tehmselves,
 adding up to 13 packages.

 I used CDBS for packaging (where packaging changed), because it is
 easy  pretty. :)

Well, that makes the packaging effort a non-starter for me; I
 don't want to have to switch into CDBS. 

 Openssh package of Sid needs change, because it has problems with
 initialization of user context. (Not the case for Etch openssh.)

Could you expand on this, please?

manoj

-- 
Americans are people who insist on living in the present, tense.
Manoj Srivastava [EMAIL PROTECTED] http://www.debian.org/~srivasta/  
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C


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



Is Christian Meder MIA?

2008-02-07 Thread Walter Franzini
Hi,

in the past months I've tryied to contact Christian Meder
([EMAIL PROTECTED]) without success.  He is the maintainer of
the aegis packages.

His last upload for aegis is dated 2006-05-14 and in the meantime the
upstream team has done two stable updates and the release of the next
major version is imminent, so I'm a bit worried of state of the
aegis packages in Debian.

thanks
--
Walter Franzini
http://aegis.stepbuild.org/

PGP Public key ID: 1024D/CB3FEB43
Key fingerprint  : FA26 C33B CAFF 7848 EFEB  7327 96AA 2D57 CB3F EB43
Key server   : http://www.keyserver.net


pgpkO3TS4Kzh6.pgp
Description: PGP signature


Re: [RFC] Changing priority of selinux back to optional

2008-02-07 Thread Václav Ovsík
On Thu, Feb 07, 2008 at 04:34:58AM -0600, Manoj Srivastava wrote:
.. 
 Well, don't bother with the SELinux packages; most of them are
  already in Incoming, though I am not packaging straight out of SVN yet.
  I'm sticking to the released versions, until I can see a clear need to
  go to SVN HEAD ...

I had problems with home dir contexts (generating user contexts for
actual mapping system user to SELinux user) with this versions. Must to
say, I didn't to attempt to analyze the problem to much. I went for
newer versions (and some dependency problems too), because I saw, that
Fedora uses these.

E.g. F8 uses:
checkpolicy-2.0.4
libselinux-2.0.43
libsemanage-2.0.12
libsepol-2.0.15
policycoreutils-2.0.33

and maybe these packages are patched a lot.

...
 Hmm. My packaging does not care, really, what the python
  versions available are;  and so on my machine at the moment it provides
  both 2.4 and 2.5 bindings (using python-support).  What changes did you
  think needed to be made in the packaging?

This is probably no problem on Sid. Your packaging is ok there.

[EMAIL PROTECTED]:~$ pyversions -s
python2.4 python2.5

[EMAIL PROTECTED]:~$ pyversions -s
python2.4

Etch has python2.5, but it is not supported. I must change your
packaging a bit, so this version (python2.5) was used on Etch for
bindings python-semanage.

 Yes, I am still pondering how many packages I need to split this
  into.  There are 5 shared libraries, with different so names and
  releases (so could be 2 packages per library -- 10 packages), then
  there are python bindings (can be just one package), there are java
  bindings (another package), and then there are the tools tehmselves,
  adding up to 13 packages.

I did that packages only, so seaudit can run. There is a gap probably.
I did only binaries:
setools
libsefs4
libsefs-dev
libseaudit4
libseaudit-dev
libapol4
libapol-dev
libqpol1
libqpol-dev
libpoldiff1
libpoldiff-dev
libsetools-tcl
You can see at http://linux.i.cz/debian/pool/main/s/setools/

 Well, that makes the packaging effort a non-starter for me; I
  don't want to have to switch into CDBS. 

I thought this when I see your worked up system :).
CDBS can reduce packaging code duplication, I think.

  Openssh package of Sid needs change, because it has problems with
  initialization of user context. (Not the case for Etch openssh.)
 
 Could you expand on this, please?

http://readlist.com/lists/tycho.nsa.gov/selinux/1/9751.html

Cheers
-- 
Zito


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



Re: Bug#464392: ITP: libdebian-package-make-perl -- Perl extension for autobuilding Debian packages

2008-02-07 Thread Hilko Bengen
Christian Perrier [EMAIL PROTECTED] writes:

 Quoting Hilko Bengen ([EMAIL PROTECTED]):
   Description : Perl extension for autobuilding Debian packages

 I suggest s/Debian/.deb

 That would prevent derivative distributions to embark something that
 is less meaningful for them.

I just had a look at what the other kids are doing:

dpkg: package maintenance system for Debian
dpkg-dev: package building tools for Debian
apt: Advanced front-end for dpkg
 This is Debian's next generation front-end for the dpkg package
 manager. [...]
devscripts: scripts to make the life of a Debian Package maintainer
easier
dh-make: tool that converts source archives into Debian package source
dh-make-perl: Create Debian packages from perl modules


I'd rather leave that as it is. The package won't be as useful for the
less free operating systems based on Debian anyhow.

Cheers,
-Hilko


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



Re: How to cope with patches sanely

2008-02-07 Thread Matthew Johnson
On Thu Feb 07 22:42, Ben Finney wrote:
 
 In the scenario Manoj presents above, the modifications applied to
 upstream are easily available all in one place: the foo.diff.gz.

But all as one patch, not as your nice separated list of commits and/or
branches.

 Whereas with a patch bundle system, the security team needs to know
 *every* patch bundle system in use and how to use it, just to have a
 chance of operating on arbitrary Debian source packages.

That's not what is being suggested (although it is the current state).

If there is one standard patch _format_ then they need only learn one
set of commands (which may be as simple as diff and patch, or may be
quilt).

This patch format can then be created from DVCSen if you like that,
quilt if you like that or diff/patch if you like that. It still has
separate, commented patches, but doesn't require the security team to
know '*every* patch bundle system' or to know how to deal with a DVCS.

Matt

-- 
Matthew Johnson


signature.asc
Description: Digital signature


Re: How to cope with patches sanely

2008-02-07 Thread Ben Finney
Pierre Habouzit [EMAIL PROTECTED] writes:

 On Thu, Feb 07, 2008 at 05:12:00AM +, Manoj Srivastava wrote:
  Why should I bring my feature branches into a patch system, when
   there is no need to?  As far as the end user or NMUer is ocnerned, they
   do apt-get source foo, and they get the sources they may hack
   on. Adding to the chaos by converting my nice, clean source format to
   the blecherousness of a patch system does seem like regression to me.
 
   That's not really about bring your feature branches into a patch
 system, but rather export them into something that looks like one so
 that the security team or the NMUer can have a good outlook of the
 modifications you apply to upstream.

In the scenario Manoj presents above, the modifications applied to
upstream are easily available all in one place: the foo.diff.gz.

 It sounds like a fair thing to me. You can't decently ask the
 security team to know every single $SCM out ther, and guess how
 $random_developer use it (especially, sorry but it's true, when it's
 a SCM as complicated as tla is).

In the scenario Manoj presents above, no-one in the security team
needs to know how to do anything but get the source package, since
that gets the complete original source and a foo.diff.gz showing
exactly what changes are applied. With 'debcheckout' even knowing what
VCS is used will be unnecessary.

Whereas with a patch bundle system, the security team needs to know
*every* patch bundle system in use and how to use it, just to have a
chance of operating on arbitrary Debian source packages.

-- 
 \ “It is far better to grasp the universe as it really is than to |
  `\  persist in delusion, however satisfying and reassuring.” |
_o__)  —Carl Sagan |
Ben Finney


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



Re: Bug#464169: ITP: vagalume -- A GTK+-based Last.fm client

2008-02-07 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 02/06/08 22:45, Christian Perrier wrote:
 Quoting Alberto Garcia ([EMAIL PROTECTED]):
[snip]

 Also, if a user doesn't know what GTK+ is, he/she probably won't
 expect a radio player being non-graphical ...

 There are very few non-graphical Last.fm clients around, Vagalume is
 not special for that :)
 
 
 Let me clarify.
 
 Saying that something is GTK-based is probably meaningful for the
 average geek. It means nothing for the average user. This is what I
 call jargon.

I've *got* to disagree here.  If you're taking the responsibility to
search for and install apps, it is incumbent upon you to have *some*
basic knowledge of your system.  Among the most important is whether
you have a GNOME/GTK or KDE/Qt system, and whether you run Stable,
Testing or Sid.

- --
Ron Johnson, Jr.
Jefferson LA  USA

PETA - People Eating Tasty Animals
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHqvh0S9HxQb37XmcRArRSAJ4/I/VBkd9ERYyii7RsP6fvVJzkkACg5cq6
ey3t7sm4aGDEQcryDzAspSY=
=GrTR
-END PGP SIGNATURE-


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



Re: [RFC] Changing priority of selinux back to optional

2008-02-07 Thread Stefano Zacchiroli
On Wed, Feb 06, 2008 at 06:49:20PM +0100, maximilian attems wrote:
 but currently willing to work on i'd nack fjp requests.
 of course if no progress has been made in a month,
 his request is more then reasonable.

I disagree that simply willingness can nack Frans' request.
If the current situation is bad, and I assume that trusting Frans'
words, and it has been like that for long, then the request should be
fulfilled now. Later on, if your willingness to work turns out in good
result it can be reverted.

This of course has nothing to do with mistrusting your commitment, it's
simply good management of open source project: every times people say
I'll do that, I'll do that other, and several times the words are not
followed by facts. To be on the safe side one has to trust only facts.

Cheers.

-- 
Stefano Zacchiroli -*- PhD in Computer Science ... now what?
[EMAIL PROTECTED],cs.unibo.it,debian.org}  -%-  http://upsilon.cc/zack/
(15:56:48)  Zack: e la demo dema ?/\All one has to do is hit the
(15:57:15)  Bac: no, la demo scema\/right keys at the right time


signature.asc
Description: Digital signature


Re: [RFC] Changing priority of selinux back to optional

2008-02-07 Thread maximilian attems
On Thu, Feb 07, 2008 at 01:34:11PM +0100, Stefano Zacchiroli wrote:
 On Wed, Feb 06, 2008 at 06:49:20PM +0100, maximilian attems wrote:
  but currently willing to work on i'd nack fjp requests.
  of course if no progress has been made in a month,
  his request is more then reasonable.
 
 I disagree that simply willingness can nack Frans' request.
 If the current situation is bad, and I assume that trusting Frans'
 words, and it has been like that for long, then the request should be
 fulfilled now. Later on, if your willingness to work turns out in good
 result it can be reverted.

fjp didn't ask for it he send out a rfc and i only asked for 1 month time.

thanks

-- 
maks


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



Re: [RFC] Changing priority of selinux back to optional

2008-02-07 Thread Stefano Zacchiroli
On Thu, Feb 07, 2008 at 02:00:41PM +0100, maximilian attems wrote:
  I disagree that simply willingness can nack Frans' request.
  If the current situation is bad, and I assume that trusting Frans'
  words, and it has been like that for long, then the request should be
  fulfilled now. Later on, if your willingness to work turns out in good
  result it can be reverted.
 fjp didn't ask for it he send out a rfc and i only asked for 1 month time.

No objection on my side then, discuss this with fjp :-) I was just
making a general consideration on how I think this kind of workflow
should be dealt with in our setting.  Besides, apparently Manoj has
contributed some work in the last few days. Coordinate with them and
everything will be fine ...

Cheers.

-- 
Stefano Zacchiroli -*- PhD in Computer Science ... now what?
[EMAIL PROTECTED],cs.unibo.it,debian.org}  -%-  http://upsilon.cc/zack/
(15:56:48)  Zack: e la demo dema ?/\All one has to do is hit the
(15:57:15)  Bac: no, la demo scema\/right keys at the right time


signature.asc
Description: Digital signature


Re: Trying to get in touch with Daniel Glassey about Bibledit package

2008-02-07 Thread Teus Benschop

Salvatore Bonaccorso wrote:

Hi

On Mon, Dec 17, 2007 at 10:38:07PM +1000, Kahunapule Michael Johnson wrote:
  

I've been trying to contact Daniel Glassey, the last-listed maintainer
of the Bibledit Debian package. This package has fallen significantly
behind the development of Bibledit. Daniel has not answered my emails,
and the last posting I have seen from him on a mailing list was a couple
of months ago. If for some reason he is not able to continue with Debian
package maintenance for Bibledit, I would like to help...

Does anyone know where Daniel can be reached? Is he OK? Or is it just
that my email has been swallowed whole by a spam filter or something?



I'm not a Debian Developer. But I also would like to ask, if someone
knows if Daniel Glassey is ok?
  

As far as I know he is okay, but very busy.

Regards,

Teus.


Re: ITP: libjs-prototype -- is a JavaScript Framework

2008-02-07 Thread Christian Perrier
Quoting Marcelo Jorge Vieira (metal) ([EMAIL PROTECTED]):
 Package: wnpp
 Severity: wishlist
 Owner: !
 
 * Package name   : libjs-prototype
   Version: 1.6.0.2
   Upstream Author: Sam Stephenson
 * URL: http://www.prototypejs.org/
 * License: MIT-style license
   Description: is a JavaScript Framework


I guess this is not what you propose as package's short
description. Am I right?




signature.asc
Description: Digital signature


Re: Bug#464392: ITP: libdebian-package-make-perl -- Perl extension for autobuilding Debian packages

2008-02-07 Thread Christian Perrier
Quoting Hilko Bengen ([EMAIL PROTECTED]):

 I just had a look at what the other kids are doing:
 
 dpkg: package maintenance system for Debian
 dpkg-dev: package building tools for Debian
 apt: Advanced front-end for dpkg
  This is Debian's next generation front-end for the dpkg package
  manager. [...]
 devscripts: scripts to make the life of a Debian Package maintainer
 easier
 dh-make: tool that converts source archives into Debian package source
 dh-make-perl: Create Debian packages from perl modules

Well, them doing this does not necessarily mean they are right.

Actually, most descriptions of these longstanding tools would really
deserve some review and I would actually propose the same unbranding
in many parts of them.

 
 
 I'd rather leave that as it is. The package won't be as useful for the
 less free operating systems based on Debian anyhow.


derivatives distros != Ubuntu if this is what you mean by this
comment

There are other players in the game which are as free as Debian is.
Why imply that something that's based on Debian is less free than Debian?

I consider that doing our best to make the work of CDD easier is part
of our commitment.which may include using as less branding as we
can.





signature.asc
Description: Digital signature


Re: Bug#464392: ITP: libdebian-package-make-perl -- Perl extension for autobuilding Debian packages

2008-02-07 Thread Steve Langasek
On Thu, Feb 07, 2008 at 06:11:38PM +0100, Christian Perrier wrote:
  dpkg: package maintenance system for Debian
  dpkg-dev: package building tools for Debian
  apt: Advanced front-end for dpkg
   This is Debian's next generation front-end for the dpkg package
   manager. [...]
  devscripts: scripts to make the life of a Debian Package maintainer
  easier
  dh-make: tool that converts source archives into Debian package source
  dh-make-perl: Create Debian packages from perl modules

 Well, them doing this does not necessarily mean they are right.

.debs are commonly referred to as Debian packages or the Debian package
format.  If that's to be deprecated, it should be done by consensus, not by
one-off critiquing of package descriptions.

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


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



Re: Proposition: 'NMU' upload of wxwidgets 2.8

2008-02-07 Thread Alex Samad
On Thu, Feb 07, 2008 at 09:19:05AM +0100, Richard Hartmann wrote:
 On Feb 7, 2008 2:58 AM, Alex Samad [EMAIL PROTECTED] wrote:
 
 
  Sorry if I have broken protocol by taking this off list. I am interested in
  using 2.8,
  truecrypt relies upon this.
 
 No problem, though others might have wanted the reply  link, as well.
very true

 
 
  You talk about Bastian Kleineidam's packages which repository are these kept
  in
  http://apt.wxwidgets.org/ ?
 
 No, I did not test those. Bastian's are at:
 http://kampfwurst.net/debian/unstable/
Sorry for being naive but why these ones ? Who is Bastian Kleineidam

 
 
 Richard
 

-- 
I am mindful not only of preserving executive powers for myself, but of 
predecessors as well.

- George W. Bush
01/29/2001
Washington, DC


signature.asc
Description: Digital signature


Re: How to cope with patches sanely

2008-02-07 Thread Michael Banck
On Sat, Feb 02, 2008 at 10:26:52PM +0100, Pierre Habouzit wrote:
   Bah that's the worst reason I ever seen to not use a DVCS in Debian.
 Please look at the debian packages with patches, and please tell me how
 many come with a comment about what the patch do. Please start with the
 glibc if you don't know where to start.  Then please resume the
 discussion about how having patches series make them more commented.

Well, we sort of managed to get our debian/changelog entries more
readable due to social pressure, if we standardize on a patch exchange
format which mandates a description in the header, we can probably
continously improve the description of patches as well.


Michael


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



Re: How to cope with patches sanely

2008-02-07 Thread Russ Allbery
Michael Banck [EMAIL PROTECTED] writes:

 Well, we sort of managed to get our debian/changelog entries more
 readable due to social pressure, if we standardize on a patch exchange
 format which mandates a description in the header, we can probably
 continously improve the description of patches as well.

A lintian check can help, too.  lintian already complains about dpatch
patches without descriptions, and only doesn't complain about quilt ones
because I haven't gotten around to writing the code.

-- 
Russ Allbery ([EMAIL PROTECTED])   http://www.eyrie.org/~eagle/


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



Re: Copyright question (BSD with advertisement clause)

2008-02-07 Thread Russ Allbery
Branden Robinson [EMAIL PROTECTED] writes:

 I believe your reasoning is faulty, because it is based on incomplete
 information.  There was more than one BSD license in use well before
 USB's Office of Technology Licensing withdrew the 4-clause version.

[snip]

While this is very interesting (I was aware of some of this, but not all
of it), and I appreciate the time that you took to write it up, I think
that:

http://web.archive.org/web/19990210065944/http://www.debian.org/misc/bsd.license

shows that indeed the original BSD license to which the DFSG was linked
was the four-clause version.  (Thanks to Charles Plessey for uncovering
that.)

The version in /usr/share/common-licenses/BSD is very specifically the UCB
version, not any of the other versions, and my assumption was that that
had historically also been the case (since it wouldn't make sense to me to
move from a less specific copyright holder to a more specific one).

 I haven't taken the trouble to browse ancient FreeBSD CVS repositories
 to see when the FreeBSD committers started actually applying their
 2-clause variant, but I hope you'll concede that it's much more likely
 than you thought it was, given that Hubbard's language (quite some time
 now) and this evidence that BSD licenses without the advertising clause
 were in use a year and a half before you thought they were.

Certainly agreed; however, I was specifically talking about the UCB
version as seen in /usr/share/common-licenses, so I was really being
inaccurate with my original statement.

 (I have heard rumors that the OTL was in large part persuaded to drop
 the advertising clause because of threatened counter-litigation by a
 party that was violating it, who made an apparently strong argument that
 the clause was unenforceable under U.S. law.  Unfortunately, despite
 poking around for this over the years and talking to some luminaries who
 might have been aware of it--though not William Hoskins himself--I have
 been unable to substantiate it.  If this turns out to be true, Debian
 should not be recommending as a best practice licensing provisions which
 are legally void significant jurisdictions like the United States.)

Note that I have never argued that Debian should be recommending the
four-clause BSD license as best licensing practice.  It manifestly isn't.
Only that it is and has been DFSG-free since the beginning of the concept.

-- 
Russ Allbery ([EMAIL PROTECTED])   http://www.eyrie.org/~eagle/


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



Re: Copyright question (BSD with advertisement clause)

2008-02-07 Thread Russ Allbery
Charles Plessy [EMAIL PROTECTED] writes:
 Le Wed, Feb 06, 2008 at 10:27:55PM -0800, Russ Allbery a écrit :

 Am I missing something?

 This ?

 http://web.archive.org/web/19990210065944/http://www.debian.org/misc/bsd.license
 http://web.archive.org/web/20001205083200/http://www.debian.org/misc/bsd.license

That would certainly seem to indicate that I'm correct.  Looks like, when
the DFSG was adopted, the license to which it linked was the original
four-clause BSD license.

-- 
Russ Allbery ([EMAIL PROTECTED])   http://www.eyrie.org/~eagle/



Re: Bug#464551: general: USB devices missing in lsusb

2008-02-07 Thread Bas Wijnen
On Thu, Feb 07, 2008 at 09:14:09PM +0500, Alexander E. Patrakov wrote:
 Some of the USB devices I have, are missing in lsusb list, this ussue 
 is in Testing and Unstable.
 In Ubuntu Linux and Debian Etch all my devices are listed.

 I suspect that there is some problem with udev (assuming that you have 
 done your tests as root).

Actually, I find this interesting as well: when I run lsusb as user, I
don't see all devices.  When I then run it as root, I do.  When after
that I run it as user, I see them as well.  Your comment suggests that
this is normal.  Why would this behaviour be good?

Thanks,
Bas

-- 
I encourage people to send encrypted e-mail (see http://www.gnupg.org).
If you have problems reading my e-mail, use a better reader.
Please send the central message of e-mails as plain text
   in the message body, not as HTML and definitely not as MS Word.
Please do not use the MS Word format for attachments either.
For more information, see http://pcbcn10.phys.rug.nl/e-mail.html


signature.asc
Description: Digital signature


Bug#464551: general: USB devices missing in lsusb

2008-02-07 Thread Alexander E. Patrakov

Rafael wrote:

Package: general
Severity: normal

Some of the USB devices I have, are missing in lsusb list, this ussue is in Testing and 
Unstable.

In Ubuntu Linux and Debian Etch all my devices are listed.


I suspect that there is some problem with udev (assuming that you have done your 
tests as root). To confirm or disprove my theory, please provide the output of 
the following two commands:


find /proc/bus/usb

find /dev/bus/usb

before and after plugging in your new USB devices.

--
Alexander E. Patrakov



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



Bug#464551: general: USB devices missing in lsusb

2008-02-07 Thread Rafael
Package: general
Severity: normal

Some of the USB devices I have, are missing in lsusb list, this ussue is in 
Testing and 
Unstable.
In Ubuntu Linux and Debian Etch all my devices are listed.
I have done some tests:
I start Debian.
I run lsusb and i see my  three USB devices listed: scanner, modem and mouse.
Now I plug USB media storage.
I run again lsusb and storage media is not listed, but it is recognised by 
dmesg and working 
well.
I reboot Debian without unplug USB media storage.
Now I run lsusb.
I now see listed mouse, media storage and scanner, but now modem is missing 
from the list.
Now I plug other device: Game Pad Saitek P880
I run again lsusb and game pad is not listed, but it is working as well.
There are now two devices: modem and game pad pluged to USB, that are not 
listed in lsusb.


Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Re: Trying to get in touch with Daniel Glassey about Bibledit package

2008-02-07 Thread Salvatore Bonaccorso
Hi

On Mon, Dec 17, 2007 at 10:38:07PM +1000, Kahunapule Michael Johnson wrote:
 I've been trying to contact Daniel Glassey, the last-listed maintainer
 of the Bibledit Debian package. This package has fallen significantly
 behind the development of Bibledit. Daniel has not answered my emails,
 and the last posting I have seen from him on a mailing list was a couple
 of months ago. If for some reason he is not able to continue with Debian
 package maintenance for Bibledit, I would like to help...
 
 Does anyone know where Daniel can be reached? Is he OK? Or is it just
 that my email has been swallowed whole by a spam filter or something?

I'm not a Debian Developer. But I also would like to ask, if someone
knows if Daniel Glassey is ok?

Best Regards,
Salvatore


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



Re: unknown-field-in-control homepage

2008-02-07 Thread Guillem Jover
On Thu, 2008-02-07 at 10:23:51 +0100, Raphael Hertzog wrote:
 Except it will only work if the package uses 'Package-Type' and not
 'X*-Package-Type'.

X*B*-Package-Type should work as well.

regards,
guillem


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



ITP: libjs-scriptaculous -- is a user interface JavaScript libraries

2008-02-07 Thread Marcelo Jorge Vieira (metal)
Package: wnpp
Severity: wishlist
Owner: Marcelo Jorge Vieira (metal) [EMAIL PROTECTED]

* Package name   : libjs-scriptaculous
  Version: 1.8.1
  Upstream Author: Thomas Fuchs
* URL: http://script.aculo.us/
* License: MIT-style license
  Description: is a user interface JavaScript libraries

script.aculo.us provides you with easy-to-use,
cross-browser user interface JavaScript libraries
to make your web sites and web applications fly.

What's inside?
 - animation framework
 - drag and drop
 - Ajax controls
 - DOM utilities
 - unit testing


-- 
Marcelo Jorge Vieira (metal)
metaldot - http://metaldot.alucinados.com
jabber - [EMAIL PROTECTED]


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


Re: [RFC] Changing priority of selinux back to optional

2008-02-07 Thread Christian Perrier
Quoting Andreas Tille ([EMAIL PROTECTED]):

 Being
 something not really end user-oriented, that would have to be a
 hidden task (not shown as a choice by tasksel) that one could choose
 with the appropriate D-I boot option.

 Hmmm, why hidden?  In how far are other tasks more or less user-oriented?


Quite far. The point of tasks presented to users during an install run
is being understandable by the very average user. The only way to give
a good idea of what SELinux is is more or less using Security
enhanced systemwhich would immediately lead to any user choosing
this, which is not really what we want if SELinux is not ready for
being part of the default install




signature.asc
Description: Digital signature


Re: dpatch - quilt

2008-02-07 Thread gregor herrmann
On Thu, 07 Feb 2008 23:07:00 +0100, Sven Mueller wrote:

  * script (but svn-centric):

  http://svn.debian.org/wsvn/pkg-perl/scripts/dpatch2quilt?op=filerev=0sc=0 
 The script should (IMHO) make sure QUILT_PATCHES is set correctly.
 (Cc'ing dmn because of this)

Good catch, thanks!
Fixed.
 
 Being able to keep only debian/* in the repository along with the
 orig.tar.gz

IIRC this issued has already come up in this long thread, and IIRC
there where no positive answers yet.
 

Cheers,
gregor 
-- 
 .''`.   http://info.comodo.priv.at/ | gpg key ID: 0x00F3CFE4
 : :' :  debian: the universal operating system - http://www.debian.org/
 `. `'   member of https://www.vibe.at/ | how to reply: http://got.to/quote/
   `-NP: Tom Waits: Poncho's Lament


signature.asc
Description: Digital signature


Re: dpatch - quilt

2008-02-07 Thread sean finney
On Thursday 07 February 2008 11:07:00 pm Sven Mueller wrote:
 However, I wonder wether quilt has any way (through a known wrapper
 perhaps) to support the thing I like (though I'm not too attached to
 that feature) with dpatch:
 Being able to keep only debian/* in the repository along with the
 orig.tar.gz

 As said, just wondering, I'm not too attached to that feature.

On Tuesday 29 January 2008 06:52:55 pm sean finney wrote:
 the thing you want is /usr/share/svn-buildpackage/contrib/svn-do.  i
 personally have it moved into $PATH and use it for my quilt-and-svn-using
 packages, such as php, and it works quite nicely.

 i'd argue that's it's somewhat backwards to expect a patch management
 system like dpatch or quilt to perform this task, and really it should be
 the responsibility of the vcs or vcs-wrapper tools.


:)

sean


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


Re: Re: [RFC] Changing priority of selinux back to optional

2008-02-07 Thread Erich Schubert
Thanks, Manoj, for this powerful 'comeback'.
Looks like you've updated most of the packages already; at least the
non-GUI ones (which are the ones I care most about, I never really got
the hang of the UI apps).
Don't forget we'll also (AFAIK) need updates to PAM and OpenSSH.
These two are very important.

We still might want to share efforts with the Ubuntu folks, especially
if TreSys is involved there. I know that you don't like CDBS, but I find
it rather easy to use, whereas I never got around to dig into your make
system (I admit that this might be just because I wasn't willing to
spend the half hour or hour of concentration that I would have needed
for this). When I was doing backports for sarge (I guess) a long time
ago, it felt easier for me to redo them in CDBS than to find out how to
remove python-support and do manual python packaging in yours.
It would make sense to use a common 'codebase' for the Ubuntu and the
Debian stuff, but I'm not sure about the package quality of the Ubuntu
packages - at least they lack the usual upstream/diff split. I had a
quick look at the libselinux package, and it was using CDBS.
It's a very unfortunate situation that you don't use CDBS and many
others (just judging from the reports I've seen here, I'm not the only
one who said he decided to use CDBS instead) don't get the hang for your
build system. This doesn't make it easier to get more people involved.

But as long as you are around and updating the packages it's not at all
important - you're doing the job, so you get to decide. EOD.

P.S. If anyone wants to adopt the selinux-basics package, go ahead.

best regards,
Erich Schubert
-- 
erich@(vitavonni.de|debian.org)--GPG Key ID: 4B3A135C(o_
 Which is worse: ignorance or apathy? Who knows? Who cares?  //\
  Wer keine Zeit mehr mit echten Freunden verbringt, der wird bald   V_/_
  sein Gleichgewicht verlieren. --- Michael Levine


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



Re: Proposition: 'NMU' upload of wxwidgets 2.8

2008-02-07 Thread Richard Hartmann
On Feb 7, 2008 8:52 PM, Alex Samad [EMAIL PROTECTED] wrote:


 Sorry for being naive but why these ones ? Who is Bastian Kleineidam

He is a DD, so I chose his packages over wxwidget's on the assumption
that he is more familiar with packaging. Feel free to try the other one and
decide if obe suits you better :)


Richard


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



RFC: dh_installxmlcatalogs: add ability to read catalog.xml files directly

2008-02-07 Thread Daniel Leidert
x-post to [EMAIL PROTECTED] and [EMAIL PROTECTED],
[EMAIL PROTECTED] - fup2 where it fits best (I read all lists) -
probably debian-sgml

Hello,

There is an item I have on my TODO list for some time now regarding the
way dh_installxmlcatalogs works. ATM package maintainers have to
manually write the file $package.xmlcatalogs, although we often have the
following in the resulting .xmlcatalogs files (the stuff inside the
double quotation marks are simple XPath expressions to demonstrate the
value):

package;uri;[EMAIL PROTECTED];/usr/share/../xmlcatalog.xml
package;public;[EMAIL PROTECTED];/usr/share/../xmlcatalog.xml
package;system;[EMAIL PROTECTED];/usr/share/../xmlcatalog.xml
package;system;[EMAIL PROTECTED];/usr/share/../xmlcatalog.xml

So I wonder, if dh_installxmlcatalogs should get the ability to read
catalog.xml files directly. So allow for this I think of adding a new
entry type (or more if necessary):

local-and-package

example:

local-and-package;debian/catalog.xml;/usr/share/xml/foo/custom/bar/catalog.xml

This entry should a) install the local catalog and b) register all (see
the next paragraph if you see the problem) rewriteURI, public,
rewriteSystem and system tags (more precise: their related attribute
values) with update-xmlcatalog. So package maintainers no longer have to
put the information found in the catalog.xml file into the .xmlcatalogs
file themselves. dh_installxmlcatalogs would automatically do.

However this raises a problem: E.g. in the case of DocBook XML, all
catalog.xml files contain the same entry for a public ID (-//OASIS//DTD
XML Exchange Table Model 19990315). This would lead to update-xmlcatalog
register this ID several times, which will raise an error. So
dh_installxmlcatalogs needs a way to exclude IDs and URIs - it IMO
simply needs a -X option accordingly to debhelper script switches.

I wrote a short script that uses libxml-parser-perl (XML::Parser) to
achieve the above goal to simply parse a catalog.xml file. However it
seems, this parser needs too many dependencies, so I should use a
different one.

Now I would like to request some comments regarding:

- the idea itself - critics, objections, problems I missed with my idea
- the new entry type(s) (should this also work for root catalog
entries?)
- the (chosen) Perl XML parser (dependencies, speed)

Based on the results of this discussion, I will go for xml-core 0.12.

Regards, Daniel


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



Fwd: Fw: Fwd: See it carefully]

2008-02-07 Thread Richard Clark

   Check these out http://www.nursinghealthcareagency.com --- 
 Business Opportunity

 --
 () ()
 (o.o )
 (/\)o
 () ()
 (^.^)
 (oo)o

 --
 http://www.detectiveunlimited.com | http://www.nursinghealthcareagency.com




Re: Copyright question (BSD with advertisement clause)

2008-02-07 Thread Branden Robinson
[You didn't honor my M-F-T so I guess this will continue to go to both
lists.]

On Thu, Feb 07, 2008 at 12:29:29PM -0800, Russ Allbery wrote:
 Branden Robinson [EMAIL PROTECTED] writes:
 
  I believe your reasoning is faulty, because it is based on incomplete
  information.  There was more than one BSD license in use well before
  USB's Office of Technology Licensing withdrew the 4-clause version.
 
 [snip]
 
 While this is very interesting (I was aware of some of this, but not all
 of it), and I appreciate the time that you took to write it up, I think
 that:
 
 http://web.archive.org/web/19990210065944/http://www.debian.org/misc/bsd.license
 
 shows that indeed the original BSD license to which the DFSG was linked
 was the four-clause version.  (Thanks to Charles Plessey for uncovering
 that.)
 
 The version in /usr/share/common-licenses/BSD is very specifically the UCB
 version,

A major point of this whole discussion is that there is no the UCB
version.  There have been multiple BSD licenses, even promulgated by the
single source we call the University of California at Berkeley.

 not any of the other versions, and my assumption was that that had
 historically also been the case (since it wouldn't make sense to me to
 move from a less specific copyright holder to a more specific one).
[...]
 Certainly agreed; however, I was specifically talking about the UCB
 version as seen in /usr/share/common-licenses, so I was really being
 inaccurate with my original statement.

The copyright line in /usr/share/common-licenses should be made generic, or
better yet, not even be present.  Much of the benefit of the
common-licenses directory is lost if it can serve as a stand-in for
particular licenses *as applied by particular copyright holders*.

  (I have heard rumors that the OTL was in large part persuaded to drop
  the advertising clause because of threatened counter-litigation by a
  party that was violating it, who made an apparently strong argument that
  the clause was unenforceable under U.S. law.  Unfortunately, despite
  poking around for this over the years and talking to some luminaries who
  might have been aware of it--though not William Hoskins himself--I have
  been unable to substantiate it.  If this turns out to be true, Debian
  should not be recommending as a best practice licensing provisions which
  are legally void significant jurisdictions like the United States.)
 
 Note that I have never argued that Debian should be recommending the
 four-clause BSD license as best licensing practice.  It manifestly isn't.
 Only that it is and has been DFSG-free since the beginning of the concept.

First, I think you are reading far more deliberation into where the Debian
Project has pointed web links in the past, and what it's put into
/usr/share/common-licenses/BSD, than is warranted.

If I were to write some code and license it under the BSD license (in the
terms spelled out in /usr/share/common-licenses/BSD), package it, and have
my debian/copyright file refer to /usr/share/common-licenses/BSD, that
would not mean that the Regents hold the copyright on my code, nor would
such an action on my part transfer the copyright to them.

Secondly, phraseology like is and has been (and will be for all time!
usually follows in arguments like this), denies the very real phenomenon
that humans learn over time.

It would not surprise me if a majority of Debian Developers in 1997, if
surveyed on the subject, would hold the 4-clause BSD license to be
DFSG-free (with degrees of passion ranging from yeah, I guess so to
hell, yeah! It's way better than that GPL crap![1]).

I would suggest that our experiences with the GNU FDL, and with the
XFree86's projects relicensing of its code base, have taught us just how
onerous mandatory invariant testimonials can be.  While some folks may feel
that Debian was an outlier with respect to our dissent on the GNU FDL
front, it's pretty difficult to make that argument about the revised
XFree86 license, whose resemblance to the 4-clause BSD license is much more
clear.  (In fact, that was one of David Dawes's ultimately futile arguments
for trying to get the community to accept his license as free.)

If I'm not mistaken, I have argued on -legal in the past that having
section 10 of the DFSG has turned out to be a bad idea, because people
misread examples as paragons.

I think it is instructive that every single license we identified in 1997
as a good example of a free software license has seen significant revision.
The 4-clause BSD license has evolved into 3-clause and 2-clause variants,
dropping various restrictions; the Perl folks came up with a Clarified
Artistic license several years ago, and of course there is the case of the
GNU GPL v3.

Moreover, these license exemplars have been revised *by their original
promulgators*.  Consequently, I do not think you can argue that the
supersession of the licenses we originally identified as examples in 1997
is the work of upstarts who 

Re: Bug#464392: ITP: libdebian-package-make-perl -- Perl extension for autobuilding Debian packages

2008-02-07 Thread Christian Perrier
Quoting Steve Langasek ([EMAIL PROTECTED]):

   dh-make: tool that converts source archives into Debian package source
   dh-make-perl: Create Debian packages from perl modules
 
  Well, them doing this does not necessarily mean they are right.
 
 .debs are commonly referred to as Debian packages or the Debian package
 format.  If that's to be deprecated, it should be done by consensus, not by
 one-off critiquing of package descriptions.


Of course. That's the point of this discussion, indeed.





signature.asc
Description: Digital signature


Re: Bug#464169: ITP: vagalume -- A GTK+-based Last.fm client

2008-02-07 Thread Christian Perrier
Quoting Alberto Garcia ([EMAIL PROTECTED]):

 So we have:
 
 A small GTK+-based client for the Last.fm online radio
 A GTK+-based client for the Last.fm online radio
 A small client for the Last.fm online radio


I'd go for the second choice (you half-convinced me, guys)without
the leading article of course:

GTK+-based client for the Last.fm online radio service

(adding service is a last minute idea by /me: optional)

I think that -based makes the difference: geeks will understand and
bubull^W clueless users will understand this is technical stuff they
don't understand but will when they're grown up enough




signature.asc
Description: Digital signature


Accepted hevea 1.10-3 (source all)

2008-02-07 Thread Ralf Treinen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 08:35:44 +0100
Source: hevea
Binary: hevea
Architecture: source all
Version: 1.10-3
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers [EMAIL PROTECTED]
Changed-By: Ralf Treinen [EMAIL PROTECTED]
Description: 
 hevea  - translates from LaTeX to HTML, info, or text
Changes: 
 hevea (1.10-3) unstable; urgency=low
 .
   [ Ralf Treinen ]
   * debian/control: use Homepage field for upstream URL.
   * Recompile with ocaml 3.10.1
   * Update Uploaders.
   * Manpages: do not use .UR macro.
   * Standards-Version 3.7.3 (no change)
 .
   [ Stefano Zacchiroli ]
   * fix vcs-svn field to point just above the debian/ dir
Files: 
 e81fcca9d8ddaf9a2b6be296a4baa01c 1062 tex optional hevea_1.10-3.dsc
 ddf820049793380e201c588f1cbc7094 17244 tex optional hevea_1.10-3.diff.gz
 9c16c3afec3d041e57bce18bc5b45037 394362 tex optional hevea_1.10-3_all.deb

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

iD8DBQFHqrX5tzWmSeC6BMERAkImAKCqof5pVIisk8mNXoap/w1ui5NHygCaA4LW
BviXO75ZuK5MBJgxPg/esPk=
=P3oF
-END PGP SIGNATURE-


Accepted:
hevea_1.10-3.diff.gz
  to pool/main/h/hevea/hevea_1.10-3.diff.gz
hevea_1.10-3.dsc
  to pool/main/h/hevea/hevea_1.10-3.dsc
hevea_1.10-3_all.deb
  to pool/main/h/hevea/hevea_1.10-3_all.deb


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



Accepted flex 2.5.34-1 (source all amd64)

2008-02-07 Thread Manoj Srivastava
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 01:12:19 -0600
Source: flex
Binary: flex flex-doc
Architecture: source all amd64
Version: 2.5.34-1
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava [EMAIL PROTECTED]
Changed-By: Manoj Srivastava [EMAIL PROTECTED]
Description: 
 flex   - A fast lexical analyzer generator.
 flex-doc   - Documentation for flex (a fast lexical analyzer generator).
Closes: 445744 448106 448579 448580 448660 449183 449266 449446 450958 451184 
453412 462196
Changes: 
 flex (2.5.34-1) unstable; urgency=low
 .
   * New upstream release. This version has incorporated every single
 feature and bug fix carried around by Debian, and thus all feature
 branches are now sealed and merged back.Closes: #462196
   * Since the version from which flex asks the question about upgrades was
 released in 2003, it is time to retire the debconf question. So, the
 debconf question is now gone, which means that all the translations of
 the debconf translations are not required. Closes: Bug#448106, Bug#445744
 Also closes: #448579, #448580, #448660, #449183, #449266, #449446, #450958
 Closes: #451184, #453412
Files: 
 54b1cd9e681133245d0bf1528ef73dd0 763 devel standard flex_2.5.34-1.dsc
 d584c60147bc2951279d077aa85ee77e 1453805 devel standard flex_2.5.34.orig.tar.gz
 892aad31e798a27de12a895a8f7119ca 31978 devel standard flex_2.5.34-1.diff.gz
 8374e2aa2d6de52570f84bda5a47f86f 200046 doc optional flex-doc_2.5.34-1_all.deb
 7ec72703a989dd4ad5040d24afcb96f6 324292 devel standard flex_2.5.34-1_amd64.deb

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

iD8DBQFHqsfVIbrau78kQkwRAjxAAKCQj9TyIn9VeI9OyoKIIutB3CJaTgCfVanl
NDXNGpDNbxMxtPI/GB9sK94=
=Yw4r
-END PGP SIGNATURE-


Accepted:
flex-doc_2.5.34-1_all.deb
  to pool/main/f/flex/flex-doc_2.5.34-1_all.deb
flex_2.5.34-1.diff.gz
  to pool/main/f/flex/flex_2.5.34-1.diff.gz
flex_2.5.34-1.dsc
  to pool/main/f/flex/flex_2.5.34-1.dsc
flex_2.5.34-1_amd64.deb
  to pool/main/f/flex/flex_2.5.34-1_amd64.deb
flex_2.5.34.orig.tar.gz
  to pool/main/f/flex/flex_2.5.34.orig.tar.gz


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



Accepted bibtex2html 1.90-2 (source all)

2008-02-07 Thread Ralf Treinen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 08:48:35 +0100
Source: bibtex2html
Binary: bibtex2html
Architecture: source all
Version: 1.90-2
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers [EMAIL PROTECTED]
Changed-By: Ralf Treinen [EMAIL PROTECTED]
Description: 
 bibtex2html - filters BibTeX files and translates them to HTML
Changes: 
 bibtex2html (1.90-2) unstable; urgency=low
 .
   * Recompiled for ocaml 3.10.1.
   * Updated Uploaders.
Files: 
 3d94ed113e37e08a8ae87436738748c4 1123 tex optional bibtex2html_1.90-2.dsc
 3a74c79b205bbac7bfc6b6e87f5b20f9 11352 tex optional bibtex2html_1.90-2.diff.gz
 917054654d99485b40c0cab3fb04cdf3 134918 tex optional bibtex2html_1.90-2_all.deb

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

iD8DBQFHqrh9tzWmSeC6BMERAm2QAKDqoBgMzSPhKldLFuwRC1130m+Y+QCfTwM2
THqOa0hzpspGcv/s26T7+WM=
=LKz8
-END PGP SIGNATURE-


Accepted:
bibtex2html_1.90-2.diff.gz
  to pool/main/b/bibtex2html/bibtex2html_1.90-2.diff.gz
bibtex2html_1.90-2.dsc
  to pool/main/b/bibtex2html/bibtex2html_1.90-2.dsc
bibtex2html_1.90-2_all.deb
  to pool/main/b/bibtex2html/bibtex2html_1.90-2_all.deb


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



Accepted libxklavier 3.4-2 (source i386)

2008-02-07 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 09:05:07 +0100
Source: libxklavier
Binary: libxklavier12 libxklavier12-dev
Architecture: source i386
Version: 3.4-2
Distribution: experimental
Urgency: low
Maintainer: Filip Van Raemdonck [EMAIL PROTECTED]
Changed-By: Sebastian Dröge [EMAIL PROTECTED]
Description: 
 libxklavier12 - X Keyboard Extension high-level API
 libxklavier12-dev - Development files for libxklavier
Changes: 
 libxklavier (3.4-2) experimental; urgency=low
 .
   * debian/control.in:
 + Add Conflicts/Replaces for libxklavier11-dev.
Files: 
 48d941177162b4cda2d935a51a2bbab3 907 libs optional libxklavier_3.4-2.dsc
 5983fea1f144af2d35332158ad4b9780 5097 libs optional libxklavier_3.4-2.diff.gz
 df197986c452c56fbfe1c5ed9faa4af4 77482 libs optional 
libxklavier12_3.4-2_i386.deb
 c6f034aca5af12f2cf9b7a6d05e574e1 76048 libdevel optional 
libxklavier12-dev_3.4-2_i386.deb

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

iD8DBQFHqrz+BsBdh1vkHyERAuDhAJ9HuZc/GZ0xyZtBy3JdBVi5NxnjpACghkEy
KBWGc+4wQvWwSEoYFIRI+QQ=
=p57w
-END PGP SIGNATURE-


Accepted:
libxklavier12-dev_3.4-2_i386.deb
  to pool/main/libx/libxklavier/libxklavier12-dev_3.4-2_i386.deb
libxklavier12_3.4-2_i386.deb
  to pool/main/libx/libxklavier/libxklavier12_3.4-2_i386.deb
libxklavier_3.4-2.diff.gz
  to pool/main/libx/libxklavier/libxklavier_3.4-2.diff.gz
libxklavier_3.4-2.dsc
  to pool/main/libx/libxklavier/libxklavier_3.4-2.dsc


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



Accepted pdftoipe 20070509-1 (source i386)

2008-02-07 Thread Steve M. Robbins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 01:39:59 -0600
Source: pdftoipe
Binary: pdftoipe
Architecture: source i386
Version: 20070509-1
Distribution: unstable
Urgency: low
Maintainer: Steve M. Robbins [EMAIL PROTECTED]
Changed-By: Steve M. Robbins [EMAIL PROTECTED]
Description: 
 pdftoipe   - converts arbitrary PDF file to XML file readable by Ipe
Closes: 449909
Changes: 
 pdftoipe (20070509-1) unstable; urgency=low
 .
   * New upstream.
 .
   * debian/watch: Update to use luaforge.net for download.
 Closes: #449909.
Files: 
 80aadcda3094ae6c57695d654d2f122a 602 graphics optional pdftoipe_20070509-1.dsc
 de7df6f3a98f92e08323d3b774c69b34 255085 graphics optional 
pdftoipe_20070509.orig.tar.gz
 fad52de95dbac2a738808c5ca93c51b3 1610 graphics optional 
pdftoipe_20070509-1.diff.gz
 0a8e2e0018be2a832f9bbf748234fbce 208354 graphics optional 
pdftoipe_20070509-1_i386.deb

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

iD8DBQFHqrrn0i2bPSHbMcURAsunAJ9QAet/5egSW3cFErGfZ5Ka+SoQbgCfUx+r
9IwGFli9meJIm3yMOHZIuHY=
=M8x1
-END PGP SIGNATURE-


Accepted:
pdftoipe_20070509-1.diff.gz
  to pool/main/p/pdftoipe/pdftoipe_20070509-1.diff.gz
pdftoipe_20070509-1.dsc
  to pool/main/p/pdftoipe/pdftoipe_20070509-1.dsc
pdftoipe_20070509-1_i386.deb
  to pool/main/p/pdftoipe/pdftoipe_20070509-1_i386.deb
pdftoipe_20070509.orig.tar.gz
  to pool/main/p/pdftoipe/pdftoipe_20070509.orig.tar.gz


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



Accepted giflib 4.1.6-3 (source i386 all)

2008-02-07 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed,  6 Feb 2008 23:22:00 +0100
Source: giflib
Binary: giflib-dbg giflib-tools libgif4 libgif-dev libungif-bin libungif4g 
libungif4-dev
Architecture: source i386 all
Version: 4.1.6-3
Distribution: unstable
Urgency: high
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 giflib-dbg - library for GIF images (debug)
 giflib-tools - library for GIF images (utilities)
 libgif-dev - library for GIF images (development)
 libgif4- library for GIF images (library)
 libungif-bin - library for GIF images (transitional package)
 libungif4-dev - library for GIF images (transitional package)
 libungif4g - library for GIF images (transitional package)
Closes: 453592
Changes: 
 giflib (4.1.6-3) unstable; urgency=high
 .
   * Adding transitional packages to kick libungif out of the archive by force.
   * Removing watch file (Closes: #453592).
Files: 
 c44c23972d58d5122ab0471e1ae07a05 692 libs optional giflib_4.1.6-3.dsc
 585bda0bdbf0f81559f499939c9bea53 6081 libs optional giflib_4.1.6-3.diff.gz
 c6594c593f0f9f877eadc29b5335bb70 153932 libdevel extra 
giflib-dbg_4.1.6-3_i386.deb
 8c6990d890ec82f5c5cbc003e3764901 161176 utils optional 
giflib-tools_4.1.6-3_i386.deb
 02e4b8cce18d2a80255bbd150808b5c3 38870 libs optional libgif4_4.1.6-3_i386.deb
 21cf8778a9a714cc3e3e9e167b314289 42268 libdevel optional 
libgif-dev_4.1.6-3_i386.deb
 631dc7960bac0873b9f6766efca26ce7 13542 utils optional 
libungif-bin_4.1.6-3_all.deb
 c97d4c1ea3d131ddb5d13e87c5a7b01f 13532 libs optional libungif4g_4.1.6-3_all.deb
 2fd916fc39f49bfb30237e212be8b6a3 13544 libdevel optional 
libungif4-dev_4.1.6-3_i386.deb

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

iD8DBQFHqsRY+C5cwEsrK54RAkkfAJ96rnB/n9+5H+cjero1pLyS6VxqKACdEXFB
vrpr2Yaz8/sXp2b7Fb+xbRQ=
=r9Dq
-END PGP SIGNATURE-


Accepted:
giflib-dbg_4.1.6-3_i386.deb
  to pool/main/g/giflib/giflib-dbg_4.1.6-3_i386.deb
giflib-tools_4.1.6-3_i386.deb
  to pool/main/g/giflib/giflib-tools_4.1.6-3_i386.deb
giflib_4.1.6-3.diff.gz
  to pool/main/g/giflib/giflib_4.1.6-3.diff.gz
giflib_4.1.6-3.dsc
  to pool/main/g/giflib/giflib_4.1.6-3.dsc
libgif-dev_4.1.6-3_i386.deb
  to pool/main/g/giflib/libgif-dev_4.1.6-3_i386.deb
libgif4_4.1.6-3_i386.deb
  to pool/main/g/giflib/libgif4_4.1.6-3_i386.deb
libungif-bin_4.1.6-3_all.deb
  to pool/main/g/giflib/libungif-bin_4.1.6-3_all.deb
libungif4-dev_4.1.6-3_i386.deb
  to pool/main/g/giflib/libungif4-dev_4.1.6-3_i386.deb
libungif4g_4.1.6-3_all.deb
  to pool/main/g/giflib/libungif4g_4.1.6-3_all.deb


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



Accepted libpar-dist-perl 0.29-1 (source all)

2008-02-07 Thread eloy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 10:09:22 +0100
Source: libpar-dist-perl
Binary: libpar-dist-perl
Architecture: source all
Version: 0.29-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Krzysztof Krzyzaniak (eloy) [EMAIL PROTECTED]
Description: 
 libpar-dist-perl - perl module to create and manipulate PAR distributions
Changes: 
 libpar-dist-perl (0.29-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 6d8f6ad5fbd76408312f6ce462570a5f 936 perl optional libpar-dist-perl_0.29-1.dsc
 4e40870c5dd8ae4947fc40ed8e69a56d 14565 perl optional 
libpar-dist-perl_0.29.orig.tar.gz
 c1e3e9e10ab35d861324b005ba4114a8 2047 perl optional 
libpar-dist-perl_0.29-1.diff.gz
 9808ad29f0226565b0a1e78eda5f1abe 22786 perl optional 
libpar-dist-perl_0.29-1_all.deb

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

iD8DBQFHqs1Zy+HP4f7iC8sRAkwWAJ4oczZD5Wz0x98afRy1EAUb+H/GsACfVfMR
hfNrQGPrbSvmuqaw5fszLjk=
=8Ej2
-END PGP SIGNATURE-


Accepted:
libpar-dist-perl_0.29-1.diff.gz
  to pool/main/libp/libpar-dist-perl/libpar-dist-perl_0.29-1.diff.gz
libpar-dist-perl_0.29-1.dsc
  to pool/main/libp/libpar-dist-perl/libpar-dist-perl_0.29-1.dsc
libpar-dist-perl_0.29-1_all.deb
  to pool/main/libp/libpar-dist-perl/libpar-dist-perl_0.29-1_all.deb
libpar-dist-perl_0.29.orig.tar.gz
  to pool/main/libp/libpar-dist-perl/libpar-dist-perl_0.29.orig.tar.gz


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



Accepted debian-edu-config 1.417 (source all)

2008-02-07 Thread Patrick Winnertz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 10:11:27 +0100
Source: debian-edu-config
Binary: debian-edu-config
Architecture: source all
Version: 1.417
Distribution: unstable
Urgency: low
Maintainer: Debian Edu Developers [EMAIL PROTECTED]
Changed-By: Patrick Winnertz [EMAIL PROTECTED]
Description: 
 debian-edu-config - Configuration files for Skolelinux systems
Closes: 458524
Changes: 
 debian-edu-config (1.417) unstable; urgency=low
 .
   [ Morten Werner Forsbring ]
   * Syntax-cleaning in cf/cf.homes and removing redundant stuff.
   * Remove workaround for #375077 (libnss-ldap) failed to bind to LDAP
 server) in cf/cf.ldapclient, as this is fixed in etch and newer (the
 create-action is not a valid file-action in cfengine 2.2.3).
   * Bumped the standards-version to 3.7.3 (no changes).
   * Replaced the Listen-interface debian-edu-ssl-default Apache-site with
 NameVirtualHost (Listen-stuff is already present in ports.cfg).
   * Added 'ServerName www' to the debian-edu Apache-sites.
   * Drop running discover2 from testsuite/hardware as it does not have
 as nice --format functionality as discover1, and we did not come up
 with a alternative solution for the formatting.
 .
   [ Petter Reinholdtsen ]
   * Add code in preinst to remove obsolete and unmodified conffiles,
 both init.d scripts and other files (Closes: #458524).
   * Correct paths in cf/cf.ltsp to use $(ltsp_arch) instead of hardcoding
 i386, to get it working better on non-i386 and non-amd64 architectures.
   * New helper program ltsp-arch-debian-edu returning the ltsp architecture,
 to fix cfengine configuration with cfengine version 2.
   * Use new helper program ltsp-arch-debian-edu to set ltsp_arch variable,
 to get it working with both cfengine 1 and 2.
   * Add workaround for /dev/pts/ mount missing when d-i installs this package,
 by trying to mount it in debian-edu-etc-svk if it is missing.
   * Only configure libnss-ldap when it is installed.  It should not be
 configured when the new libnss-ldapd is used.
   * Change ltsp-make-client to make /var/lib/ntp writable, to make sure
 ntpd can store its drift file.
   * Escape : in cfengine scripts to get them working with cfengine version 2.2.
   * Start on a script to enable or disable exam mode.  Currently just
 an empty shell.
 .
   [ Patrick Winnertz ]
   * Prepare for a new upload to debian
   * Added Homepage field to control
   * Bump standards Version to 3.7.3
Files: 
 a996d4d6af2db7405eba69a5056de3c8 912 misc optional debian-edu-config_1.417.dsc
 98f869c2aaa5be987d3c2634e6c72a31 281259 misc optional 
debian-edu-config_1.417.tar.gz
 4304a4697bf35025dcf17a487eced2a1 254968 misc optional 
debian-edu-config_1.417_all.deb

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

iD8DBQFHqtClzgm26bkTFDoRAkN+AJ9l0XBZpzGkH6yzU0fkv0rBFmjwTQCdGQlp
LN7/XXtRAmLtWHf73P/sJFs=
=l9T7
-END PGP SIGNATURE-


Accepted:
debian-edu-config_1.417.dsc
  to pool/main/d/debian-edu-config/debian-edu-config_1.417.dsc
debian-edu-config_1.417.tar.gz
  to pool/main/d/debian-edu-config/debian-edu-config_1.417.tar.gz
debian-edu-config_1.417_all.deb
  to pool/main/d/debian-edu-config/debian-edu-config_1.417_all.deb


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



Accepted gstreamer0.10-ffmpeg 0.10.3-5 (source amd64)

2008-02-07 Thread Sjoerd Simons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 11:07:19 +0100
Source: gstreamer0.10-ffmpeg
Binary: gstreamer0.10-ffmpeg
Architecture: source amd64
Version: 0.10.3-5
Distribution: unstable
Urgency: low
Maintainer: Maintainers of GStreamer packages [EMAIL PROTECTED]
Changed-By: Sjoerd Simons [EMAIL PROTECTED]
Description: 
 gstreamer0.10-ffmpeg - FFmpeg plugin for GStreamer
Closes: 463759
Changes: 
 gstreamer0.10-ffmpeg (0.10.3-5) unstable; urgency=low
 .
   [ Sjoerd Simons ]
   * debian/patches/04_handle_codec_type_unknown_as_video.patch:
 + Some video codecs don't set the CODEC_TYPE properly. Assume
   CODEC_TYPE_UNKNOWN is also video. Fixes playback with newer ffmpeg
   snapshots. (Closes: #463759).
   * Add myself to Uploaders.
 .
   [ Emilio Pozuelo Monfort ]
   * debian/rules:
 - Decide the package name and url depending on the distribution.
   * debian/control:
 - Build-Depend on lsb-release.
Files: 
 9225bcf8fa31522d6bc67b03eb277411 1120 libs optional 
gstreamer0.10-ffmpeg_0.10.3-5.dsc
 08dea17e9079bba3cefe6ac2d4c08c6e 6806 libs optional 
gstreamer0.10-ffmpeg_0.10.3-5.diff.gz
 bf5aa2990eca758005a6d5de119beaba 122538 libs optional 
gstreamer0.10-ffmpeg_0.10.3-5_amd64.deb

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

iD8DBQFHqtjngTd+SodosdIRAqstAJ0SRahLiyzYw4l8K7ZFN03Uwui44wCgojOb
Ol4R0tRV1lRI8MeVvikbox8=
=nTb8
-END PGP SIGNATURE-


Accepted:
gstreamer0.10-ffmpeg_0.10.3-5.diff.gz
  to pool/main/g/gstreamer0.10-ffmpeg/gstreamer0.10-ffmpeg_0.10.3-5.diff.gz
gstreamer0.10-ffmpeg_0.10.3-5.dsc
  to pool/main/g/gstreamer0.10-ffmpeg/gstreamer0.10-ffmpeg_0.10.3-5.dsc
gstreamer0.10-ffmpeg_0.10.3-5_amd64.deb
  to pool/main/g/gstreamer0.10-ffmpeg/gstreamer0.10-ffmpeg_0.10.3-5_amd64.deb


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



Accepted midori 0.0.17-1 (source i386)

2008-02-07 Thread Emanuele Rocca
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 11:11:14 +0100
Source: midori
Binary: midori midori-dbg
Architecture: source i386
Version: 0.0.17-1
Distribution: experimental
Urgency: low
Maintainer: Emanuele Rocca [EMAIL PROTECTED]
Changed-By: Emanuele Rocca [EMAIL PROTECTED]
Description: 
 midori - Fast and lightweight web browser
 midori-dbg - Fast and lightweight web browser (debug symbols)
Closes: 454206 454607 457392
Changes: 
 midori (0.0.17-1) experimental; urgency=low
 .
   * New upstream release. Closes: #457392
 - Fix issues with the preference dialog. Closes: #454206
   * Provide an alternative for x-www-browser. Closes: #454607
   * Update Standards-Version.
Files: 
 9e4a6a9f71ae78b77f347d11e7fbb5c9 625 web optional midori_0.0.17-1.dsc
 58d1b7ed282540030eb1b5803b760865 385711 web optional midori_0.0.17.orig.tar.gz
 d384ccc2a888652376b92a713b748d10 2424 web optional midori_0.0.17-1.diff.gz
 53707d54c39323a82448c4ef3462ba88 64524 web optional midori_0.0.17-1_i386.deb
 12df68f9d6a2b419633d1072dea211a9 141094 devel extra 
midori-dbg_0.0.17-1_i386.deb

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

iD8DBQFHqtzxC6DuA+rxm2ARAsthAKCGUVncBXqIGe02kiSuGXnYRCjjVwCePutL
YFppbM3y3v+jjUjtnR0KvuE=
=G+M0
-END PGP SIGNATURE-


Accepted:
midori-dbg_0.0.17-1_i386.deb
  to pool/main/m/midori/midori-dbg_0.0.17-1_i386.deb
midori_0.0.17-1.diff.gz
  to pool/main/m/midori/midori_0.0.17-1.diff.gz
midori_0.0.17-1.dsc
  to pool/main/m/midori/midori_0.0.17-1.dsc
midori_0.0.17-1_i386.deb
  to pool/main/m/midori/midori_0.0.17-1_i386.deb
midori_0.0.17.orig.tar.gz
  to pool/main/m/midori/midori_0.0.17.orig.tar.gz


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



Accepted glib2.0 2.14.6-1 (source all i386)

2008-02-07 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 10:33:20 +0100
Source: glib2.0
Binary: libglib2.0-0 libglib2.0-udeb libglib2.0-dev libglib2.0-0-dbg 
libglib2.0-data libglib2.0-doc
Architecture: source all i386
Version: 2.14.6-1
Distribution: unstable
Urgency: low
Maintainer: Loic Minier [EMAIL PROTECTED]
Changed-By: Sebastian Dröge [EMAIL PROTECTED]
Description: 
 libglib2.0-0 - The GLib library of C routines
 libglib2.0-0-dbg - The GLib libraries and debugging symbols
 libglib2.0-data - Common files for GLib library
 libglib2.0-dev - Development files for the GLib library
 libglib2.0-doc - Documentation files for the GLib library
 libglib2.0-udeb - The GLib library of C routines - minimal runtime (udeb)
Changes: 
 glib2.0 (2.14.6-1) unstable; urgency=low
 .
   * New upstream bugfix release with updated translations.
   * debian/control.in:
 + Add ${shlibs:Depends} to the -dev package.
Files: 
 9cadd37f45bbc069dc1cd849d1785fbf 916 libs optional glib2.0_2.14.6-1.dsc
 17bb72cc159bcaf277cec6e1b679a78c 4685643 libs optional 
glib2.0_2.14.6.orig.tar.gz
 f2e18ca0808f9c430aac10f01af2498d 25002 libs optional glib2.0_2.14.6-1.diff.gz
 6a470d3bee76f539b6c049ee4d8d8f27 383048 misc optional 
libglib2.0-data_2.14.6-1_all.deb
 2d21faa6105db381cae82b49813c447c 874886 doc optional 
libglib2.0-doc_2.14.6-1_all.deb
 b578484c193270800751db4c553e141f 561380 libs optional 
libglib2.0-0_2.14.6-1_i386.deb
 752d00eb75cbce9ff78d0c6efd41ae83 740620 debian-installer optional 
libglib2.0-udeb_2.14.6-1_i386.udeb
 1ebd5864d69c73271148bcd844e638a6 569186 libdevel optional 
libglib2.0-dev_2.14.6-1_i386.deb
 e8dcb4df52c555a32dad7f4154d5a6ca 635908 libdevel extra 
libglib2.0-0-dbg_2.14.6-1_i386.deb
Package-Type: udeb

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

iD8DBQFHqtuaBsBdh1vkHyERAnsbAJ9WHcIMNMJqh2m0PxpWN9W5puy1TACfe/K7
9m8BU/ZmCtsXf6p+WbL+8YM=
=gvqU
-END PGP SIGNATURE-


Accepted:
glib2.0_2.14.6-1.diff.gz
  to pool/main/g/glib2.0/glib2.0_2.14.6-1.diff.gz
glib2.0_2.14.6-1.dsc
  to pool/main/g/glib2.0/glib2.0_2.14.6-1.dsc
glib2.0_2.14.6.orig.tar.gz
  to pool/main/g/glib2.0/glib2.0_2.14.6.orig.tar.gz
libglib2.0-0-dbg_2.14.6-1_i386.deb
  to pool/main/g/glib2.0/libglib2.0-0-dbg_2.14.6-1_i386.deb
libglib2.0-0_2.14.6-1_i386.deb
  to pool/main/g/glib2.0/libglib2.0-0_2.14.6-1_i386.deb
libglib2.0-data_2.14.6-1_all.deb
  to pool/main/g/glib2.0/libglib2.0-data_2.14.6-1_all.deb
libglib2.0-dev_2.14.6-1_i386.deb
  to pool/main/g/glib2.0/libglib2.0-dev_2.14.6-1_i386.deb
libglib2.0-doc_2.14.6-1_all.deb
  to pool/main/g/glib2.0/libglib2.0-doc_2.14.6-1_all.deb
libglib2.0-udeb_2.14.6-1_i386.udeb
  to pool/main/g/glib2.0/libglib2.0-udeb_2.14.6-1_i386.udeb


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



Accepted kdbg 2.1.0-2 (source i386)

2008-02-07 Thread Ana Beatriz Guerrero Lopez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 11:10:15 +0100
Source: kdbg
Binary: kdbg
Architecture: source i386
Version: 2.1.0-2
Distribution: unstable
Urgency: low
Maintainer: Ana Beatriz Guerrero Lopez [EMAIL PROTECTED]
Changed-By: Ana Beatriz Guerrero Lopez [EMAIL PROTECTED]
Description: 
 kdbg   - graphical debugger interface
Closes: 464057
Changes: 
 kdbg (2.1.0-2) unstable; urgency=low
 .
   * Remove unnecesary build dependency on libqt3-compat-headers.
 (Closes: #464057)
Files: 
 bfabd672758ac94f6db2941f2968b0f1 656 devel optional kdbg_2.1.0-2.dsc
 c8454a36764587ffe0bd855b06ac83f3 298597 devel optional kdbg_2.1.0-2.diff.gz
 9827f2b6984ec6f7e3e0edf2194efab6 307068 devel optional kdbg_2.1.0-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Signed by Ana Guerrero

iD8DBQFHqtpjn3j4POjENGERAv4TAJ0T0sa9YrHYr+TY099i+zTh/aMJdACeO/EI
IhKoX6sUOyc6A3MrjdNeywc=
=eN8W
-END PGP SIGNATURE-


Accepted:
kdbg_2.1.0-2.diff.gz
  to pool/main/k/kdbg/kdbg_2.1.0-2.diff.gz
kdbg_2.1.0-2.dsc
  to pool/main/k/kdbg/kdbg_2.1.0-2.dsc
kdbg_2.1.0-2_i386.deb
  to pool/main/k/kdbg/kdbg_2.1.0-2_i386.deb


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



Accepted ktorrent 2.2.5.dfsg.1-1 (source i386)

2008-02-07 Thread Debian KDE Extras Team
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 06 Feb 2008 23:07:08 +0200
Source: ktorrent
Binary: ktorrent ktorrent-dbg
Architecture: source i386
Version: 2.2.5.dfsg.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian KDE Extras Team [EMAIL PROTECTED]
Changed-By: Debian KDE Extras Team [EMAIL PROTECTED]
Description: 
 ktorrent   - BitTorrent client for KDE
 ktorrent-dbg - KTorrent debugging symbols
Closes: 459241 460470
Changes: 
 ktorrent (2.2.5.dfsg.1-1) unstable; urgency=low
 .
   [ Modestas Vainius ]
   * New upstream bugfix release.
 - Fixes Refuses to add downloads to existing group bug (probably
   upstream SVN commit r762299) (Closes: #460470)
   * Remove unused GeoIP.{c,h} from tarball. Update debian/copyright
 accordingly and add patch 07_ to shut automake up.
   * Add DM-Upload-Allowed: yes debian/control source section.
   * Update Standards-Version to 3.7.3.0
   * Move Homepage from ktorrent long Description to debian/control source
 section.
   * Add kdebase-runtime-data-common as an alternative for kdebase-data in
 ktorrent Recommends. They both ship flags used by ktorrent infowidget
 plugin.
   * Add a new patch (10_ru_translation_fix.diff) to swap Отдано with
 Принято in translation of Transferred down: %1 / up: %2.
 Thanks go to Alex Fomenko (Closes: #459241)
   * Do not install empty /usr/share/apps/ktorrent/geoip directory. As a
 result, replaced usr/share/apps/ktorrent/* in ktorrent.install with a
 couple of more specific patterns.
   * Replace - with \- in debian/ktorrent.1 where a minus sign was intended.
Files: 
 25094d79cbfd77c929bbddfcdc17aa80 902 kde optional ktorrent_2.2.5.dfsg.1-1.dsc
 556cca574560bd6227f1658deec39ce9 3181630 kde optional 
ktorrent_2.2.5.dfsg.1.orig.tar.gz
 f47a298fd106b40ca6031a91cd79c877 268797 kde optional 
ktorrent_2.2.5.dfsg.1-1.diff.gz
 7b44609c937ead46f2851e9ca74394a5 2763560 kde optional 
ktorrent_2.2.5.dfsg.1-1_i386.deb
 39220d8b2f1b6d23c009a2f2435e833f 4816796 kde extra 
ktorrent-dbg_2.2.5.dfsg.1-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Signed by Ana Guerrero

iD8DBQFHquKTn3j4POjENGERAiQTAJ9FjRKfs0W8pCdFL7axcpLmeiFhzgCfTvz0
XdqxQujjZut1iQRSJIytXpw=
=hge2
-END PGP SIGNATURE-


Accepted:
ktorrent-dbg_2.2.5.dfsg.1-1_i386.deb
  to pool/main/k/ktorrent/ktorrent-dbg_2.2.5.dfsg.1-1_i386.deb
ktorrent_2.2.5.dfsg.1-1.diff.gz
  to pool/main/k/ktorrent/ktorrent_2.2.5.dfsg.1-1.diff.gz
ktorrent_2.2.5.dfsg.1-1.dsc
  to pool/main/k/ktorrent/ktorrent_2.2.5.dfsg.1-1.dsc
ktorrent_2.2.5.dfsg.1-1_i386.deb
  to pool/main/k/ktorrent/ktorrent_2.2.5.dfsg.1-1_i386.deb
ktorrent_2.2.5.dfsg.1.orig.tar.gz
  to pool/main/k/ktorrent/ktorrent_2.2.5.dfsg.1.orig.tar.gz


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



Accepted germinate 0.37 (source all)

2008-02-07 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 11:30:39 +
Source: germinate
Binary: germinate
Architecture: source all
Version: 0.37
Distribution: unstable
Urgency: low
Maintainer: Colin Watson [EMAIL PROTECTED]
Changed-By: Colin Watson [EMAIL PROTECTED]
Description: 
 germinate  - Expand dependencies in a list of seed packages
Changes: 
 germinate (0.37) unstable; urgency=low
 .
   * Output a .seedtext file for each seed, containing the verbatim text of
 the seed.
Files: 
 020d29406681659c31a8d6bd3be15ddd 682 utils optional germinate_0.37.dsc
 7fa1f3c819a2003cd2b36a994e0304a4 42476 utils optional germinate_0.37.tar.gz
 96acb25a9e2a537ab6d2b6066724e64b 39268 utils optional germinate_0.37_all.deb

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

iD8DBQFHquwI9t0zAhD6TNERApSEAJoDRmUPg8JIG3aDTT+fRfB161ErtACeMMcg
9xj+klGaYC216u/sGp1dplY=
=qxL4
-END PGP SIGNATURE-


Accepted:
germinate_0.37.dsc
  to pool/main/g/germinate/germinate_0.37.dsc
germinate_0.37.tar.gz
  to pool/main/g/germinate/germinate_0.37.tar.gz
germinate_0.37_all.deb
  to pool/main/g/germinate/germinate_0.37_all.deb


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



Accepted gparted 0.3.5-1 (source amd64)

2008-02-07 Thread Alan Baghumian
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 09:43:11 +0330
Source: gparted
Binary: gparted
Architecture: source amd64
Version: 0.3.5-1
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Changed-By: Alan Baghumian [EMAIL PROTECTED]
Description: 
 gparted- GNOME partition editor
Closes: 451723 454050 454977 460801
Changes: 
 gparted (0.3.5-1) unstable; urgency=low
 .
   * New upstream bugfix release (Closes: #451723).
   * Dropped 02_fix-build-failure-with-g++-4.3,
 03_fdi_robustification and 04_Win_GParted.cc
 patches, merged upstream
   * Updated debian/control:
 - bump standards version to 3.7.3
 - wrapped deps and build-deps
   * Added gparted.manpages and gparted.links, (Closes: #460801).
   * Refreshed 05_GParted_Core.cc to be applied properly
   * Added 06_fix-hal-policy-path patch to fix
 gparted-disable-automount.fdi policy path, thanks
 Sjoerd Simons (Closes: #454977).
   * Refreshed 01_fix-desktop.patch to use 01_fix-desktop.patch,
 (Closes: 454050).
   * Updated menu file to fix lintian errors.
Files: 
 a76224b3ac12e610d4712d202efce6d1 784 gnome optional gparted_0.3.5-1.dsc
 5c90d0059a6f85b150fc75becd882463 796953 gnome optional 
gparted_0.3.5.orig.tar.gz
 327ad684fc39431943a2557de3dbefbd 9074 gnome optional gparted_0.3.5-1.diff.gz
 01ac3afe05f6511a3e1e575be503843f 559600 gnome optional 
gparted_0.3.5-1_amd64.deb

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

iD8DBQFHqugzgY5NIXPNpFURAqegAKCJNUEteS5WFFTBrATaYbbmn+n27ACg1fAz
yILReJ7Qgl9AIy7zUPLaEVc=
=fAU+
-END PGP SIGNATURE-


Accepted:
gparted_0.3.5-1.diff.gz
  to pool/main/g/gparted/gparted_0.3.5-1.diff.gz
gparted_0.3.5-1.dsc
  to pool/main/g/gparted/gparted_0.3.5-1.dsc
gparted_0.3.5-1_amd64.deb
  to pool/main/g/gparted/gparted_0.3.5-1_amd64.deb
gparted_0.3.5.orig.tar.gz
  to pool/main/g/gparted/gparted_0.3.5.orig.tar.gz


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



Accepted apt-xapian-index 0.5 (source all)

2008-02-07 Thread Enrico Zini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 11:28:14 +
Source: apt-xapian-index
Binary: apt-xapian-index
Architecture: source all
Version: 0.5
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Enrico Zini [EMAIL PROTECTED]
Description: 
 apt-xapian-index - Maintenance tools for a Xapian index of Debian package 
informatio
Closes: 461571
Changes: 
 apt-xapian-index (0.5) unstable; urgency=low
 .
   * Updated XS-Vcs* fields to the new location in git under collab-maint
   * Cron job does not fail if the package is removed.  Closes: #461571
   * Fixed apttags.py plugin
Files: 
 bb81adc3ab8f9af11cf8de0ce0bc5e4a 683 admin optional apt-xapian-index_0.5.dsc
 dc90d3a18d1234bd4a22c2464f39e649 16599 admin optional 
apt-xapian-index_0.5.tar.gz
 f6fb2faee8bfa545d3163c9020b2e705 24786 admin optional 
apt-xapian-index_0.5_all.deb

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

iD8DBQFHqvBu9LSwzHl+v6sRApiiAJ9W2xAUGmFdNOrgSbJY9tiNltBusgCfWpze
OzcoPvkawhEedKW5iQZa0Kk=
=qLRg
-END PGP SIGNATURE-


Accepted:
apt-xapian-index_0.5.dsc
  to pool/main/a/apt-xapian-index/apt-xapian-index_0.5.dsc
apt-xapian-index_0.5.tar.gz
  to pool/main/a/apt-xapian-index/apt-xapian-index_0.5.tar.gz
apt-xapian-index_0.5_all.deb
  to pool/main/a/apt-xapian-index/apt-xapian-index_0.5_all.deb


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



Accepted audtty 0.1.8-1 (source i386)

2008-02-07 Thread Chris Taylor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 05 Feb 2008 21:09:53 +
Source: audtty
Binary: audtty
Architecture: source i386
Version: 0.1.8-1
Distribution: unstable
Urgency: low
Maintainer: Chris Taylor [EMAIL PROTECTED]
Changed-By: Chris Taylor [EMAIL PROTECTED]
Description: 
 audtty - ncurses based frontend to audacious
Changes: 
 audtty (0.1.8-1) unstable; urgency=low
 .
   * New upstream release.
   * Bumped Standards-Version in debian/control.
   * Patched Makefile.in in 00-Makefile to support Debian packaging.
   * Added watch file.
Files: 
 c8e2d35789837c13242849e53991ca46 785 sound optional audtty_0.1.8-1.dsc
 06b9a972f686931c81a34449d4d64907 54882 sound optional audtty_0.1.8.orig.tar.gz
 6640594f9595d07c5998861abbd7aa12 3389 sound optional audtty_0.1.8-1.diff.gz
 511409971b267cdcbaaeb44ae8f3740e 17800 sound optional audtty_0.1.8-1_i386.deb

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

iD8DBQFHqu6xAQwuptkwlkQRAjKxAJ0RCYhDC0hP2XX0dRSQYNN8YrcO8QCeJjZY
SMPZjMBhJ4z995Ztl/+MYBc=
=nqd0
-END PGP SIGNATURE-


Accepted:
audtty_0.1.8-1.diff.gz
  to pool/main/a/audtty/audtty_0.1.8-1.diff.gz
audtty_0.1.8-1.dsc
  to pool/main/a/audtty/audtty_0.1.8-1.dsc
audtty_0.1.8-1_i386.deb
  to pool/main/a/audtty/audtty_0.1.8-1_i386.deb
audtty_0.1.8.orig.tar.gz
  to pool/main/a/audtty/audtty_0.1.8.orig.tar.gz


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



Accepted debian-edu-doc 1.0~20080206 (source all)

2008-02-07 Thread Holger Levsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Feb 2008 12:02:13 +0100
Source: debian-edu-doc
Binary: debian-edu-doc
Architecture: source all
Version: 1.0~20080206
Distribution: unstable
Urgency: low
Maintainer: Debian Edu Developers [EMAIL PROTECTED]
Changed-By: Holger Levsen [EMAIL PROTECTED]
Description: 
 debian-edu-doc - Documentation from the Debian Edu project
Changes: 
 debian-edu-doc (1.0~20080206) unstable; urgency=low
 .
   * updated README.translations to specify where to send .po files
   * updated German, Bokmål and italian translations thanks to Roland Teichert,
 Ludger Sicking, Kai J. G. Hatje, Håvard Korsvoll and Claudio Carboncini.
   * updated release-manual from the wiki at the new location at
 wiki.debian.org/DebianEdu/Documentation/Etch and updated all scripts and
 documentation to reflect this
   * bumped standards version to 3.7.3, no changes requiered
   * added Vcs-* and Homepage fields to debian/control
   * correct debian/copyright, the release manual is GPL2 or any later version,
 added some more authors of the release manual and its translations.
Files: 
 9f2ea6a66fa2503ca64aa471b7abec1d 810 doc optional 
debian-edu-doc_1.0~20080206.dsc
 04596f8460444d49027c8ef18f9940ce 4587350 doc optional 
debian-edu-doc_1.0~20080206.tar.gz
 641a19a50f6082edde4cb152a7c484c8 17422518 doc optional 
debian-edu-doc_1.0~20080206_all.deb

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

iD8DBQFHqu+qUHLQNqxYNSARAkJjAJ9vhsSB/HJuBRLt6rc4SjyIx35LmACfWxT4
aZmy9BqlMlp/gl1Y5LYndw0=
=rMjV
-END PGP SIGNATURE-


Accepted:
debian-edu-doc_1.0~20080206.dsc
  to pool/main/d/debian-edu-doc/debian-edu-doc_1.0~20080206.dsc
debian-edu-doc_1.0~20080206.tar.gz
  to pool/main/d/debian-edu-doc/debian-edu-doc_1.0~20080206.tar.gz
debian-edu-doc_1.0~20080206_all.deb
  to pool/main/d/debian-edu-doc/debian-edu-doc_1.0~20080206_all.deb


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



Accepted kdemultimedia 4:3.5.8-2 (source all i386)

2008-02-07 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 13:29:15 +0100
Source: kdemultimedia
Binary: kdemultimedia kdemultimedia-dev kdemultimedia-doc-html artsbuilder juk 
kaboodle kaudiocreator kdemultimedia-kfile-plugins 
kdemultimedia-kappfinder-data kdemultimedia-kio-plugins kmid kmix krec kscd 
libarts1-akode libarts1-audiofile libarts1-mpeglib libarts1-xine libkcddb1 
mpeglib noatun kdemultimedia-dbg
Architecture: source all i386
Version: 4:3.5.8-2
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers [EMAIL PROTECTED]
Changed-By: Debian Qt/KDE Maintainers [EMAIL PROTECTED]
Description: 
 artsbuilder - synthesizer designer for aRts
 juk- music organizer and player for KDE
 kaboodle   - light, embedded media player for KDE
 kaudiocreator - CD ripper and audio encoder frontend for KDE
 kdemultimedia - multimedia apps from the official KDE release
 kdemultimedia-dbg - debugging symbols for kdemultimedia
 kdemultimedia-dev - development files for the KDE multimedia module
 kdemultimedia-doc-html - KDE multimedia documentation in HTML format
 kdemultimedia-kappfinder-data - multimedia data for kappfinder
 kdemultimedia-kfile-plugins - au/avi/m3u/mp3/ogg/wav plugins for kfile
 kdemultimedia-kio-plugins - enables the browsing of audio CDs under Konqueror
 kmid   - MIDI/karaoke player for KDE
 kmix   - sound mixer applet for KDE
 krec   - sound recorder utility for KDE
 kscd   - audio CD player for KDE
 libarts1-akode - akode plugin for aRts
 libarts1-audiofile - audiofile plugin for aRts
 libarts1-mpeglib - mpeglib plugin for aRts, supporting mp3 and mpeg audio/video
 libarts1-xine - aRts plugin enabling xine support
 libkcddb1  - CDDB library for KDE
 mpeglib- MP3 and MPEG-1 audio and video library
 noatun - media player for KDE
Closes: 441542 464309
Changes: 
 kdemultimedia (4:3.5.8-2) unstable; urgency=low
 .
   +++ Changes by Ana Beatriz Guerrero Lopez:
 .
   * Update debhelper to 6.
   * Update to Standards-Version 3.7.3:
 - Replace Source-Version for proper variables.
   * Add Homepage to source field.
   * Remove kaboodle and noatun from the metapackage.
   * Add a Recommends on kaffeine.
   * Add patch 05_gcc_4.3-fixes to build with GCC 4.3. (Closes: #441542)
 .
   +++ Changes by Sune Vuorela:
 .
   * Merge duplicated depends line in the -dbg package. (Closes: #464309)
Files: 
 6b895a17ac3adb934d6bcf50a3c57544 1488 kde optional kdemultimedia_3.5.8-2.dsc
 101747fd85e9f58f2fbf68a1e0466aca 295880 kde optional 
kdemultimedia_3.5.8-2.diff.gz
 3a6557625d441cdc4ded2d1da24b21f9 20026 kde optional 
kdemultimedia_3.5.8-2_all.deb
 51e40e0e77fc75b611220ab785108d6d 243298 doc optional 
kdemultimedia-doc-html_3.5.8-2_all.deb
 5d10f9f00c4561713d43c5373e5cb5ea 186534 devel optional 
kdemultimedia-dev_3.5.8-2_i386.deb
 8aa78b271dc5cbf73dc1483d28d04ccb 2211234 sound optional 
artsbuilder_3.5.8-2_i386.deb
 e399c2750eb5cb9278556d9ac393cf99 721192 kde optional juk_3.5.8-2_i386.deb
 497f6833ecd68d793e6b6fb2955a5843 149744 sound optional 
kaboodle_3.5.8-2_i386.deb
 3b7bb396ad84c75ad077b82af8509842 922832 sound optional 
kaudiocreator_3.5.8-2_i386.deb
 f96375634813342ef408c73f655cadf6 129406 kde optional 
kdemultimedia-kfile-plugins_3.5.8-2_i386.deb
 98f8a044fbf245f8bbf5f03324df20b2 34744 kde optional 
kdemultimedia-kappfinder-data_3.5.8-2_i386.deb
 d5f2c9c3b02dfaa53f9dc0a9c99dc37a 179212 kde optional 
kdemultimedia-kio-plugins_3.5.8-2_i386.deb
 01fd36b915f7c941e5a1260709610dbf 274848 sound optional kmid_3.5.8-2_i386.deb
 3dfd87398f4ea3db9b3e38ee2d4f9c5b 388694 sound optional kmix_3.5.8-2_i386.deb
 86ce00e359dc124ca38476cf96d292e0 359078 sound optional krec_3.5.8-2_i386.deb
 d13f9f25c138ceeaa0e10a23fbc87748 423804 sound optional kscd_3.5.8-2_i386.deb
 797b81a7d09fc36ff00fba9881f0d8f8 168576 libs optional 
libarts1-akode_3.5.8-2_i386.deb
 02edcb60e3b873d01bea3bf495b9abac 50934 libs optional 
libarts1-audiofile_3.5.8-2_i386.deb
 68fa7452fdda994e9abc354cecf3d5b0 219778 libs optional 
libarts1-mpeglib_3.5.8-2_i386.deb
 a1280662f404bcffdb2fc67e24afac5d 99536 libs optional 
libarts1-xine_3.5.8-2_i386.deb
 247000d0f65fcb39867912edb0f89c16 144040 libs optional 
libkcddb1_3.5.8-2_i386.deb
 255af7b4a04b9dc3efbc2b45d81e6e17 265654 libs optional mpeglib_3.5.8-2_i386.deb
 ebb787f9e3eb6952db1dae086ffaddb8 2653688 sound optional noatun_3.5.8-2_i386.deb
 3cd37bf0abbbc30f48757fc386a12ef9 15506082 libdevel extra 
kdemultimedia-dbg_3.5.8-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Signed by Ana Guerrero

iD8DBQFHqv8Dn3j4POjENGERAuaXAJ9wiiQKg0Hd1K3wfPazhJChOdnGNgCfaTth
J3bNZvv8qPqJX4Aj5rZUz/8=
=oPzF
-END PGP SIGNATURE-


Accepted:
artsbuilder_3.5.8-2_i386.deb
  to pool/main/k/kdemultimedia/artsbuilder_3.5.8-2_i386.deb
juk_3.5.8-2_i386.deb
  to pool/main/k/kdemultimedia/juk_3.5.8-2_i386.deb
kaboodle_3.5.8-2_i386.deb
  to pool/main/k/kdemultimedia/kaboodle_3.5.8-2_i386.deb
kaudiocreator_3.5.8-2_i386.deb
  to 

Accepted cedar-backup2 2.15.2-1 (source all)

2008-02-07 Thread Kenneth J. Pronovici
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Feb 2008 09:42:38 -0600
Source: cedar-backup2
Binary: cedar-backup2 cedar-backup2-doc
Architecture: source all
Version: 2.15.2-1
Distribution: unstable
Urgency: low
Maintainer: Kenneth J. Pronovici [EMAIL PROTECTED]
Changed-By: Kenneth J. Pronovici [EMAIL PROTECTED]
Description: 
 cedar-backup2 - local and remote backups to CD or DVD media
 cedar-backup2-doc - local and remote backups to CD or DVD media (documentation)
Changes: 
 cedar-backup2 (2.15.2-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 e4ab7d05dfff451f288d7cfbfabe000a 645 admin optional cedar-backup2_2.15.2-1.dsc
 711d4da2a9bebc8478d1a9dac39aac35 2235520 admin optional 
cedar-backup2_2.15.2.orig.tar.gz
 65da30edb4e34637fe8134e7b4d0222b 8797 admin optional 
cedar-backup2_2.15.2-1.diff.gz
 d3483ecaccba43b384381d990bfa580f 213218 admin optional 
cedar-backup2_2.15.2-1_all.deb
 bb1ef14cd6bf80592d75547991e11bcd 1619396 doc optional 
cedar-backup2-doc_2.15.2-1_all.deb

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

iD8DBQFHqy1v8On2ujzZUQQRAkenAJ4pe2DgCXyxLYSbYjug2BtN0+7RngCcCYur
1wEjb6F62O8MyrIJNLgLis0=
=1MwK
-END PGP SIGNATURE-


Accepted:
cedar-backup2-doc_2.15.2-1_all.deb
  to pool/main/c/cedar-backup2/cedar-backup2-doc_2.15.2-1_all.deb
cedar-backup2_2.15.2-1.diff.gz
  to pool/main/c/cedar-backup2/cedar-backup2_2.15.2-1.diff.gz
cedar-backup2_2.15.2-1.dsc
  to pool/main/c/cedar-backup2/cedar-backup2_2.15.2-1.dsc
cedar-backup2_2.15.2-1_all.deb
  to pool/main/c/cedar-backup2/cedar-backup2_2.15.2-1_all.deb
cedar-backup2_2.15.2.orig.tar.gz
  to pool/main/c/cedar-backup2/cedar-backup2_2.15.2.orig.tar.gz


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



Accepted icu 3.8-6 (source all i386)

2008-02-07 Thread Jay Berkenbilt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 12:58:34 -0500
Source: icu
Binary: libicu38 libicu38-dbg libicu-dev lib32icu38 lib32icu-dev icu-doc
Architecture: source all i386
Version: 3.8-6
Distribution: unstable
Urgency: high
Maintainer: Jay Berkenbilt [EMAIL PROTECTED]
Changed-By: Jay Berkenbilt [EMAIL PROTECTED]
Description: 
 icu-doc- API documentation for ICU classes and functions
 libicu-dev - Development files for International Components for Unicode
 libicu38   - International Components for Unicode
 libicu38-dbg - International Components for Unicode
Closes: 463688
Changes: 
 icu (3.8-6) unstable; urgency=high
 .
   * Add debian/patches/00-cve-2007-4770-4771.patch created from with
 svn diff -c 23292 \
 http://source.icu-project.org/repos/icu/icu/branches/maint/maint-3-8
 to address the following security vulnerablilities:
  - CVE-2007-4770: reference to non-existent capture group may
cause access to invalid memory
  - CVE-2007-4771: buffer overflow in regexcmp.cpp
 (Closes: #463688)
   * Updated standards version to 3.7.3: no changes required.
Files: 
 33af53f873f321b6e209bfff05c1e424 889 libs optional icu_3.8-6.dsc
 072afed03a6c137388a0fa9c632cfe4f 11860 libs optional icu_3.8-6.diff.gz
 644ba9a944f610f89337e3963591a7a8 3645860 doc optional icu-doc_3.8-6_all.deb
 39ce4f1c9acf7d5802db62c388b47ef3 5862768 libs optional libicu38_3.8-6_i386.deb
 aca51dba423f8b92a2c806760a587335 2247986 libs extra libicu38-dbg_3.8-6_i386.deb
 225a45a65a08f6933313a38e06e52479 6897616 libdevel optional 
libicu-dev_3.8-6_i386.deb

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

iD8DBQFHq1ngEBVk6taI4KcRAu/RAJ0aMcP+0vAr9LTfxRwlZChpr0b9zACePMn3
y7FL3DcRY19TxL8RNAPqo7g=
=RzAd
-END PGP SIGNATURE-


Accepted:
icu-doc_3.8-6_all.deb
  to pool/main/i/icu/icu-doc_3.8-6_all.deb
icu_3.8-6.diff.gz
  to pool/main/i/icu/icu_3.8-6.diff.gz
icu_3.8-6.dsc
  to pool/main/i/icu/icu_3.8-6.dsc
libicu-dev_3.8-6_i386.deb
  to pool/main/i/icu/libicu-dev_3.8-6_i386.deb
libicu38-dbg_3.8-6_i386.deb
  to pool/main/i/icu/libicu38-dbg_3.8-6_i386.deb
libicu38_3.8-6_i386.deb
  to pool/main/i/icu/libicu38_3.8-6_i386.deb


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



Accepted puredata 0.41.0-1 (source i386)

2008-02-07 Thread Debian/GNU
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 17:38:40 +0100
Source: puredata
Binary: puredata
Architecture: source i386
Version: 0.41.0-1
Distribution: experimental
Urgency: low
Maintainer: Guenter Geiger (Debian/GNU) [EMAIL PROTECTED]
Changed-By: Guenter Geiger (Debian/GNU) [EMAIL PROTECTED]
Description: 
 puredata   - realtime computer music and graphics system
Changes: 
 puredata (0.41.0-1) experimental; urgency=low
 .
   * New upstream release
Files: 
 8f1cfd311428298c6baac98f2db49319 695 sound optional puredata_0.41.0-1.dsc
 4e0a2d06b069ee114def40dcb9ac2dac 2083455 sound optional 
puredata_0.41.0.orig.tar.gz
 1002586eb3bdababf5ba97e5be6cdc94 8071 sound optional puredata_0.41.0-1.diff.gz
 6a74363ef88b3401762bdcc4786f3d42 1569640 sound optional 
puredata_0.41.0-1_i386.deb

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

iD8DBQFHq1k51pbKhmC2uVgRAqn7AJ9aXCRnURgG0dOMkE31L84ipLWufwCeJHm2
E1wKK00Y4qxx/zo8L5ceUJU=
=NfAZ
-END PGP SIGNATURE-


Accepted:
puredata_0.41.0-1.diff.gz
  to pool/main/p/puredata/puredata_0.41.0-1.diff.gz
puredata_0.41.0-1.dsc
  to pool/main/p/puredata/puredata_0.41.0-1.dsc
puredata_0.41.0-1_i386.deb
  to pool/main/p/puredata/puredata_0.41.0-1_i386.deb
puredata_0.41.0.orig.tar.gz
  to pool/main/p/puredata/puredata_0.41.0.orig.tar.gz


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



Accepted wml 2.0.11-3.1 (source i386)

2008-02-07 Thread Nico Golde
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 12:01:43 +0100
Source: wml
Binary: wml
Architecture: source i386
Version: 2.0.11-3.1
Distribution: unstable
Urgency: high
Maintainer: Felipe Augusto van de Wiel (faw) [EMAIL PROTECTED]
Changed-By: Nico Golde [EMAIL PROTECTED]
Description: 
 wml- off-line HTML generation toolkit
Closes: 463907
Changes: 
 wml (2.0.11-3.1) unstable; urgency=high
 .
   * Non-maintainer upload by security team.
   * Fix insecure temporary file creations in eperl and ipp
 backends and a similar issue in the wmg.cgi contrib file
 leading to possible symlink attacks.
 If you already use wmg.cgi please update your copy (Closes: #463907).
Files: 
 0001104f9f320183a90ac97b61754797 623 web optional wml_2.0.11-3.1.dsc
 ddde9afc6b85dd4a2c6320bc851a77af 63122 web optional wml_2.0.11-3.1.diff.gz
 4aa71d0ea89861e2ab0c03e4ef3a96ee 449164 web optional wml_2.0.11-3.1_i386.deb

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

iD8DBQFHq033HYflSXNkfP8RAoKuAJ4r2/jJsn+kV81N6CVpagEFlVjQ3QCcDhSj
P1HxwVxC8mEvOqweOyHlexo=
=nRfv
-END PGP SIGNATURE-


Accepted:
wml_2.0.11-3.1.diff.gz
  to pool/main/w/wml/wml_2.0.11-3.1.diff.gz
wml_2.0.11-3.1.dsc
  to pool/main/w/wml/wml_2.0.11-3.1.dsc
wml_2.0.11-3.1_i386.deb
  to pool/main/w/wml/wml_2.0.11-3.1_i386.deb


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



Accepted slib 3b1-2 (source all)

2008-02-07 Thread Thomas Bushnell, BSG
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 13:19:02 -0500
Source: slib
Binary: slib
Architecture: source all
Version: 3b1-2
Distribution: unstable
Urgency: low
Maintainer: Thomas Bushnell, BSG [EMAIL PROTECTED]
Changed-By: Thomas Bushnell, BSG [EMAIL PROTECTED]
Description: 
 slib   - Portable Scheme library
Closes: 464143
Changes: 
 slib (3b1-2) unstable; urgency=low
 .
   * guile.init (implementation-vicinity): Repeat change from 3a5-2.
 (Closes: #464143)
Files: 
 d9f0e9b5269ff85b5f7c368cf8b5c748 556 devel optional slib_3b1-2.dsc
 532b168ebb7e82c0c57b23d772562a77 12815 devel optional slib_3b1-2.diff.gz
 453381ef7950e0571efa077e57baf663 946970 devel optional slib_3b1-2_all.deb

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

iD8DBQFHq0zKqMsB9b6fcOoRAiCbAJ91g72lKBovA+undOKmPEsllY0C0QCeJ2SD
3HsX01n4LGgV5CmpicXpaq8=
=y4la
-END PGP SIGNATURE-


Accepted:
slib_3b1-2.diff.gz
  to pool/main/s/slib/slib_3b1-2.diff.gz
slib_3b1-2.dsc
  to pool/main/s/slib/slib_3b1-2.dsc
slib_3b1-2_all.deb
  to pool/main/s/slib/slib_3b1-2_all.deb


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



Accepted elfkickers 2.0a-3 (source amd64)

2008-02-07 Thread Fathi Boudra
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 17:20:28 +0100
Source: elfkickers
Binary: elfkickers
Architecture: source amd64
Version: 2.0a-3
Distribution: unstable
Urgency: low
Maintainer: Fathi Boudra [EMAIL PROTECTED]
Changed-By: Fathi Boudra [EMAIL PROTECTED]
Description: 
 elfkickers - collection of programs dealing with the ELF file format
Closes: 442553
Changes: 
 elfkickers (2.0a-3) unstable; urgency=low
 .
   * Add clean target. Fix FTBFS if build twice in a row. (Closes: #442553)
   * Switch to quilt patch system.
   * Bump compat/debhelper to 6.
   * Update my e-mail address.
   * Bump Standards-Version to 3.7.3.
   * Use Homepage field.
Files: 
 3445f712a07322fc09d61ebdd58974cc 765 utils extra elfkickers_2.0a-3.dsc
 0f0e721440c4abc6da709366b1666a5a 3201 utils extra elfkickers_2.0a-3.diff.gz
 b6fdeb973947e93ecd939e4a53be437c 42772 utils extra elfkickers_2.0a-3_amd64.deb

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

iQCVAwUBR6s0QYz1NfZqpXL3AQICXAP+IRVntwNRILIHb4Qw5qPlceGrrqfz+qEc
/L8jjojcj+6ywIG3RSALuv85rIVejiKdK1X3oHusdqYE0ZLhhdZOiiEs+jGi0a5A
o7gV0v9HYhZTVHp1kRJoeQqi1vp7RFTaCQSOhF94BGNiqoCZdQV9UySws5G8c88K
jvcFE/HREeY=
=ABcw
-END PGP SIGNATURE-


Accepted:
elfkickers_2.0a-3.diff.gz
  to pool/main/e/elfkickers/elfkickers_2.0a-3.diff.gz
elfkickers_2.0a-3.dsc
  to pool/main/e/elfkickers/elfkickers_2.0a-3.dsc
elfkickers_2.0a-3_amd64.deb
  to pool/main/e/elfkickers/elfkickers_2.0a-3_amd64.deb


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



Accepted devhelp 0.19-1 (source all i386)

2008-02-07 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 17:26:39 +0100
Source: devhelp
Binary: libdevhelp-1-0 libdevhelp-1-dev devhelp devhelp-common
Architecture: source all i386
Version: 0.19-1
Distribution: unstable
Urgency: low
Maintainer: Bradley Smith [EMAIL PROTECTED]
Changed-By: Sebastian Dröge [EMAIL PROTECTED]
Description: 
 devhelp- A GNOME developers help program
 devhelp-common - common files for devhelp and its library
 libdevhelp-1-0 - Library providing documentation browser functionality
 libdevhelp-1-dev - Library providing documentation browser functionality 
(developmen
Changes: 
 devhelp (0.19-1) unstable; urgency=low
 .
   * New upstream bugfix release.
Files: 
 f7c525748558de8574a8fda927ed39c4 1096 devel optional devhelp_0.19-1.dsc
 3a9cb38f83d7f20391b19e305608f289 675357 devel optional devhelp_0.19.orig.tar.gz
 462e7c3a6bdee80d3bc46d5e22e40e81 14869 devel optional devhelp_0.19-1.diff.gz
 cd4ecaa2101559d17d2deacbbd91ed0f 163502 devel optional 
devhelp-common_0.19-1_all.deb
 b3793c108383ae785caf846bfdd1f8a0 115274 libs optional 
libdevhelp-1-0_0.19-1_i386.deb
 6f6b8bc4f8abf9569babbf63e23dea50 52116 libdevel optional 
libdevhelp-1-dev_0.19-1_i386.deb
 8dba3ead4719322b04d8f7a09953da06 61554 devel optional devhelp_0.19-1_i386.deb

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

iD8DBQFHqzKxBsBdh1vkHyERAg7cAKCaZpQchpU9u7IQ+Wx4LxcNbci/ygCeKVG1
dNrOetItGrgJzlYyvULVxsM=
=ueOc
-END PGP SIGNATURE-


Accepted:
devhelp-common_0.19-1_all.deb
  to pool/main/d/devhelp/devhelp-common_0.19-1_all.deb
devhelp_0.19-1.diff.gz
  to pool/main/d/devhelp/devhelp_0.19-1.diff.gz
devhelp_0.19-1.dsc
  to pool/main/d/devhelp/devhelp_0.19-1.dsc
devhelp_0.19-1_i386.deb
  to pool/main/d/devhelp/devhelp_0.19-1_i386.deb
devhelp_0.19.orig.tar.gz
  to pool/main/d/devhelp/devhelp_0.19.orig.tar.gz
libdevhelp-1-0_0.19-1_i386.deb
  to pool/main/d/devhelp/libdevhelp-1-0_0.19-1_i386.deb
libdevhelp-1-dev_0.19-1_i386.deb
  to pool/main/d/devhelp/libdevhelp-1-dev_0.19-1_i386.deb


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



Accepted uruk 20071101-3 (source all)

2008-02-07 Thread Joost van Baal
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 15:54:17 +0100
Source: uruk
Binary: uruk
Architecture: source all
Version: 20071101-3
Distribution: unstable
Urgency: low
Maintainer: Joost van Baal [EMAIL PROTECTED]
Changed-By: Joost van Baal [EMAIL PROTECTED]
Description: 
 uruk   - Very small firewall script, for configuring iptables
Changes: 
 uruk (20071101-3) unstable; urgency=low
 .
   * debian/postinst: enable upgrading a not yet configured uruk.  Thanks
 Wessel Dankers for reporting this bug (in private communication).
   * debian/control: move homepage to proper field.
   * debian/control: Standards-Version compliancy upgraded from 3.7.2 to
 3.7.3 (no further changes needed).
Files: 
 1871e50f388f7c7788494a6715656075 623 net optional uruk_20071101-3.dsc
 1a4ddf3a33650bfb6690eea2a8488948 6411 net optional uruk_20071101-3.diff.gz
 0036754675a660465682fe07982f8d0a 61030 net optional uruk_20071101-3_all.deb

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

iD8DBQFHqyYCBgac8paUV/ARAi6IAKCJfUxcEdd8TGrfwGH6nDoEH96AOQCgiD41
KSoCDSj1wBzOHmw/nhuYaNQ=
=ESmW
-END PGP SIGNATURE-


Accepted:
uruk_20071101-3.diff.gz
  to pool/main/u/uruk/uruk_20071101-3.diff.gz
uruk_20071101-3.dsc
  to pool/main/u/uruk/uruk_20071101-3.dsc
uruk_20071101-3_all.deb
  to pool/main/u/uruk/uruk_20071101-3_all.deb


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



Accepted iptables 1.4.0-1 (source amd64)

2008-02-07 Thread Laurence J. Lane
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 00:20:34 -0500
Source: iptables
Binary: iptables iptables-dev
Architecture: source amd64
Version: 1.4.0-1
Distribution: unstable
Urgency: low
Maintainer: Laurence J. Lane [EMAIL PROTECTED]
Changed-By: Laurence J. Lane [EMAIL PROTECTED]
Description: 
 iptables   - administration tools for packet filtering and NAT
 iptables-dev - development files for iptable's libipq
Changes: 
 iptables (1.4.0-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 603e3ee858f127c0ec5aa2d8468e7074 810 net important iptables_1.4.0-1.dsc
 1b3d085dd6ce01d82eb83750ccbc7dfb 254484 net important 
iptables_1.4.0.orig.tar.gz
 3a6c490c6f7b06e160c4ca327d86aca8 133795 net important iptables_1.4.0-1.diff.gz
 9172985f568d0232ee78f1a80e055ca7 445838 net important 
iptables_1.4.0-1_amd64.deb
 eb3b110b8be07d03349f8ea61a00252f 91564 devel optional 
iptables-dev_1.4.0-1_amd64.deb

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

iQCVAwUBR6spAZHHilxwLR3FAQJGgwQAvQCpnB/h0R8xvMLhlKbmkqk1pGhw0e+i
SUIVKFsbcqIUfC5n+wOoQUK3rB1qcAfy09w5H/orb0fTjI+a4QCHw6tUomxXuURS
iiOs8UMegEBsvlGsZAT8t8U3Xde5BfIK4CaL9V0ZpzoKSXKbEyRMYcMR54OO0/Wl
ltRfzkh+9nk=
=iLS1
-END PGP SIGNATURE-


Accepted:
iptables-dev_1.4.0-1_amd64.deb
  to pool/main/i/iptables/iptables-dev_1.4.0-1_amd64.deb
iptables_1.4.0-1.diff.gz
  to pool/main/i/iptables/iptables_1.4.0-1.diff.gz
iptables_1.4.0-1.dsc
  to pool/main/i/iptables/iptables_1.4.0-1.dsc
iptables_1.4.0-1_amd64.deb
  to pool/main/i/iptables/iptables_1.4.0-1_amd64.deb
iptables_1.4.0.orig.tar.gz
  to pool/main/i/iptables/iptables_1.4.0.orig.tar.gz


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



Accepted erlang-doc-html 1:12.b.1-dfsg-1 (source all)

2008-02-07 Thread Sergei Golovan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 06 Feb 2008 21:46:40 +0300
Source: erlang-doc-html
Binary: erlang-doc-html
Architecture: source all
Version: 1:12.b.1-dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Erlang Packagers [EMAIL PROTECTED]
Changed-By: Sergei Golovan [EMAIL PROTECTED]
Description: 
 erlang-doc-html - Erlang HTML pages
Changes: 
 erlang-doc-html (1:12.b.1-dfsg-1) unstable; urgency=low
 .
   * New upstream release.
   * Fixed a typo in doc-base registration files.
   * Removed empty directory /usr/lib/erlang/lib/doc.
   * Added homepage header to debian/control.
   * Bumped standards version to 3.7.3.
Files: 
 562af1067a9290a13566cc3224701fd3 751 doc optional 
erlang-doc-html_12.b.1-dfsg-1.dsc
 6d59e47e2951057346fa529290ef972f 5783751 doc optional 
erlang-doc-html_12.b.1-dfsg.orig.tar.gz
 4eabdacc960a970739a969c53a1133b7 5381 doc optional 
erlang-doc-html_12.b.1-dfsg-1.diff.gz
 74d5d9d606e4fb28c8e921f8e2392438 5803482 doc optional 
erlang-doc-html_12.b.1-dfsg-1_all.deb

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

iD8DBQFHq2nnIcdH02pGEFIRAogWAJ92Gvw2HIc08yLgt2ZgyFJQjYuLxgCgmPhP
psNJffpactSCxv8/U/634kE=
=LxMx
-END PGP SIGNATURE-


Accepted:
erlang-doc-html_12.b.1-dfsg-1.diff.gz
  to pool/main/e/erlang-doc-html/erlang-doc-html_12.b.1-dfsg-1.diff.gz
erlang-doc-html_12.b.1-dfsg-1.dsc
  to pool/main/e/erlang-doc-html/erlang-doc-html_12.b.1-dfsg-1.dsc
erlang-doc-html_12.b.1-dfsg-1_all.deb
  to pool/main/e/erlang-doc-html/erlang-doc-html_12.b.1-dfsg-1_all.deb
erlang-doc-html_12.b.1-dfsg.orig.tar.gz
  to pool/main/e/erlang-doc-html/erlang-doc-html_12.b.1-dfsg.orig.tar.gz


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



Accepted gpgkeys 0.3.1-4.1 (source i386)

2008-02-07 Thread Barry deFreese
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 06 Feb 2008 12:26:27 -0500
Source: gpgkeys
Binary: gpgkeys
Architecture: source i386
Version: 0.3.1-4.1
Distribution: unstable
Urgency: low
Maintainer: Peter Mathiasson [EMAIL PROTECTED]
Changed-By: Barry deFreese [EMAIL PROTECTED]
Description: 
 gpgkeys- GPG Keymanagement frontend
Closes: 233028 464420
Changes: 
 gpgkeys (0.3.1-4.1) unstable; urgency=low
 .
   * Non-maintainer upload.
 + Build without ancient libqt3-compat-headers. (Closes: #464420).
   + qapp.h - qapplication.h.
   * Add simple man page. (Closes: #233028).
   * Bump debhelper build-dep and compat to 5.
   * Move DH_COMPAT to debian/compat.
   * Make clean not ignore errors.
   * Bump Standards Version to 3.7.3.
 + Menu policy transition.
Files: 
 68ceca84a8639147e5dc894edf26b049 582 utils optional gpgkeys_0.3.1-4.1.dsc
 c3bc06a78df3715cbc2cffb2c3baf521 4196 utils optional gpgkeys_0.3.1-4.1.diff.gz
 f03ab0dbb96aeb9c892892f282c94f19 76340 utils optional 
gpgkeys_0.3.1-4.1_i386.deb

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

iD8DBQFHq2czlAuUx1tI/64RAmlFAJ48qwT0PZwTCDg1nu7IVRwGuZQGogCZAQSm
Vira22PrRPJw6FhkEZV7vOE=
=YLtZ
-END PGP SIGNATURE-


Accepted:
gpgkeys_0.3.1-4.1.diff.gz
  to pool/main/g/gpgkeys/gpgkeys_0.3.1-4.1.diff.gz
gpgkeys_0.3.1-4.1.dsc
  to pool/main/g/gpgkeys/gpgkeys_0.3.1-4.1.dsc
gpgkeys_0.3.1-4.1_i386.deb
  to pool/main/g/gpgkeys/gpgkeys_0.3.1-4.1_i386.deb


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



Accepted iso-codes 1.9-1 (source all)

2008-02-07 Thread Tobias Toedter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 20:33:54 +0100
Source: iso-codes
Binary: iso-codes iso-3166-udeb
Architecture: source all
Version: 1.9-1
Distribution: unstable
Urgency: low
Maintainer: Alastair McKinstry [EMAIL PROTECTED]
Changed-By: Tobias Toedter [EMAIL PROTECTED]
Description: 
 iso-3166-udeb - provides iso_3166.tab file (udeb)
 iso-codes  - ISO language, territory, currency, script codes and their transla
Closes: 459562 461062
Changes: 
 iso-codes (1.9-1) unstable; urgency=low
 .
   * New upstream release. This closes the following bugs from Debian
 BTS:
 - Fix typos in README, thanks to Christoph Burgmer.
   Also update the current documentation. Closes: #461062
 - ISO-3166: Basque corrections by Piarres Beobide. Closes: #459562
Files: 
 b890c964ca0a5c1c86ec5c9c6657ba2b 900 misc optional iso-codes_1.9-1.dsc
 20139e66fc02c8772990b491aaeedc0e 8870957 misc optional 
iso-codes_1.9.orig.tar.gz
 58367a6c0ec63093672f3ffb7d5d 17656 misc optional iso-codes_1.9-1.diff.gz
 46fc22bc50ed6330cbccec611abfb648 1401956 misc optional iso-codes_1.9-1_all.deb
 e486a2def34190334a4d94941c6cee48 2904 debian-installer optional 
iso-3166-udeb_1.9-1_all.udeb
Package-Type: udeb

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

iD8DBQFHq2CI3UXUABXir9YRAgXJAJwJXewlGX819+l45B8Ra3ojm7x7HQCfaSo/
MV5/hmLFZTCvLwe9AmQY4B4=
=Hcv+
-END PGP SIGNATURE-


Accepted:
iso-3166-udeb_1.9-1_all.udeb
  to pool/main/i/iso-codes/iso-3166-udeb_1.9-1_all.udeb
iso-codes_1.9-1.diff.gz
  to pool/main/i/iso-codes/iso-codes_1.9-1.diff.gz
iso-codes_1.9-1.dsc
  to pool/main/i/iso-codes/iso-codes_1.9-1.dsc
iso-codes_1.9-1_all.deb
  to pool/main/i/iso-codes/iso-codes_1.9-1_all.deb
iso-codes_1.9.orig.tar.gz
  to pool/main/i/iso-codes/iso-codes_1.9.orig.tar.gz


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



Accepted tdfsb 0.0.10-1 (source amd64)

2008-02-07 Thread Aurélien GÉRÔME
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 13:07:21 +0100
Source: tdfsb
Binary: tdfsb
Architecture: source amd64
Version: 0.0.10-1
Distribution: unstable
Urgency: low
Maintainer: Aurélien GÉRÔME [EMAIL PROTECTED]
Changed-By: Aurélien GÉRÔME [EMAIL PROTECTED]
Description: 
 tdfsb  - 3D filesystem browser
Changes: 
 tdfsb (0.0.10-1) unstable; urgency=low
 .
   * New upstream release.
 + Remove 02_fix_freeglut.dpatch: merged upstream.
   * Switch from dpatch to quilt.
 + Create set_cflags.diff by refreshing old 01_set_cflags.dpatch.
   * Bump Standards-Version to 3.7.3.
   * Add the Homepage field and remove it from the long description.
   * Add the Vcs-Git/Vcs-Browser fields.
   * Add the DM-Upload-Allowed field.
   * Fix lintian warning package-contains-empty-directory
 usr/share/man/man1/.
Files: 
 45b25f789a7a6ee2812a2a9cfeb2ac88 806 games optional tdfsb_0.0.10-1.dsc
 8162994a7e882dc7074a5f628d2ac076 35630 games optional tdfsb_0.0.10.orig.tar.gz
 daff81f8aad067e7e6a3e289b8196265 4656 games optional tdfsb_0.0.10-1.diff.gz
 d534c5dd0b0b559d0b3f55298ce294de 45382 games optional tdfsb_0.0.10-1_amd64.deb

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

iD8DBQFHq2cZw3ao2vG823MRAkwkAJ96DX3ctD2/SOnMVzN4WbV+bFyt6QCeJpiI
jueo8DcO63QL2adNp896Yh0=
=OvF1
-END PGP SIGNATURE-


Accepted:
tdfsb_0.0.10-1.diff.gz
  to pool/main/t/tdfsb/tdfsb_0.0.10-1.diff.gz
tdfsb_0.0.10-1.dsc
  to pool/main/t/tdfsb/tdfsb_0.0.10-1.dsc
tdfsb_0.0.10-1_amd64.deb
  to pool/main/t/tdfsb/tdfsb_0.0.10-1_amd64.deb
tdfsb_0.0.10.orig.tar.gz
  to pool/main/t/tdfsb/tdfsb_0.0.10.orig.tar.gz


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



Accepted fvwm 1:2.5.24-1 (source amd64)

2008-02-07 Thread Manoj Srivastava
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 09:57:14 -0600
Source: fvwm
Binary: fvwm fvwm-gnome
Architecture: source amd64
Version: 1:2.5.24-1
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava [EMAIL PROTECTED]
Changed-By: Manoj Srivastava [EMAIL PROTECTED]
Description: 
 fvwm   - F(?) Virtual Window Manager, version 2.5
 fvwm-gnome - F(?) Virtual Window Manager (dummy transitional package)
Closes: 455473 460761 463384
Changes: 
 fvwm (1:2.5.24-1) unstable; urgency=low
 .
   * New upstream release
- Disabled paging during interactive resize operations by
  default (see 2.5.20) as it is annoying to many people.
- New style command options:
EdgeMoveResistance
EdgeMoveDelay
EdgeResizeDelay
SnapGrid
SnapAttraction
  that replace the now obsolete commands EdgeResistance,
  SnapGrid and SnapAttraction.  The EdgeResistance command has
  a new syntax with only one argument.
- New command MenuCloseAndExec for menu bindinngs that can be
  used to trigger certain commands from a menu without an
  associated item.  For example, with
Key F1 MTI[]-_ A MenuCloseAndExec Menu RootMenu
  the RootMenu can be opened from any other menu by pressing
  F1.
   * Bug fixes:
- Sometimes a window jumped by half the screen's size when
  moving with the mouse and hitting the border of the desktop.
- Fixed the screen w argument of the Move and other commands.
- Clicking on a menu title did not close the menu by default.
- Temporary files in FvwmPerl overwrote each other.
   * The segmentation fault in ewmh_events has been fixed in this
 version.   Closes: Bug#463384
   * Change the dependency to gnome1 libraries; Closes: Bug#460761
 This also means that there was no point in having a separate fvwm
 package where FvwmGtk was a gnome entity; since it was never ported to
 gnome2. So, fvwm-gnome is now a dummy package; and is meant to
 transition to plain old fvwm.
   * Removed the debconf question; since the upgrade would be directly from
 a system installed in 2003 for the question to be valid.
   * Move _all the html files into the documentation directory, thanks to
 Christer Andersson.Closes: Bug#455473
Files: 
 897ae8012eddf61cee1e2b815616124c 1338 x11 optional fvwm_2.5.24-1.dsc
 6a42a8a24f37d91120079455dce52e37 3315665 x11 optional fvwm_2.5.24.orig.tar.gz
 4f677ba84dd431f4355bc64f17532a1e 107020 x11 optional fvwm_2.5.24-1.diff.gz
 5ef15667b21cbffe5c604772f215cb22 3691114 x11 optional fvwm_2.5.24-1_amd64.deb
 948bbda6728f721cf95a27dcd8d356d0 23960 x11 optional 
fvwm-gnome_2.5.24-1_amd64.deb

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

iD8DBQFHq2AQIbrau78kQkwRAmC2AJ9+mz+W0K3J5u+yIjLuVckMbjsKPwCfRc7C
ybJZKSO+BH1SGVH4y3344B8=
=jj2p
-END PGP SIGNATURE-


Accepted:
fvwm-gnome_2.5.24-1_amd64.deb
  to pool/main/f/fvwm/fvwm-gnome_2.5.24-1_amd64.deb
fvwm_2.5.24-1.diff.gz
  to pool/main/f/fvwm/fvwm_2.5.24-1.diff.gz
fvwm_2.5.24-1.dsc
  to pool/main/f/fvwm/fvwm_2.5.24-1.dsc
fvwm_2.5.24-1_amd64.deb
  to pool/main/f/fvwm/fvwm_2.5.24-1_amd64.deb
fvwm_2.5.24.orig.tar.gz
  to pool/main/f/fvwm/fvwm_2.5.24.orig.tar.gz


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



Accepted libxml-xerces-perl 2.7.0-0-4 (source i386)

2008-02-07 Thread Jay Berkenbilt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 14:35:27 -0500
Source: libxml-xerces-perl
Binary: libxml-xerces-perl
Architecture: source i386
Version: 2.7.0-0-4
Distribution: unstable
Urgency: low
Maintainer: Jay Berkenbilt [EMAIL PROTECTED]
Changed-By: Jay Berkenbilt [EMAIL PROTECTED]
Description: 
 libxml-xerces-perl - Perl API to Xerces XML parser
Changes: 
 libxml-xerces-perl (2.7.0-0-4) unstable; urgency=low
 .
   * Update standards version.  (No changes required.)
   * Removed empty directories from package.
Files: 
 1bb306181a8a65888763cd9cbaa4e58b 644 perl extra 
libxml-xerces-perl_2.7.0-0-4.dsc
 2170286fc020bbc8999becf7afc01126 4493 perl extra 
libxml-xerces-perl_2.7.0-0-4.diff.gz
 b89a6117c77918f3bded6b95517a4a16 728818 perl extra 
libxml-xerces-perl_2.7.0-0-4_i386.deb

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

iD8DBQFHq1+aEBVk6taI4KcRAuA0AJ9XKhdR0eQafYO94mcYG8KZ6asmhACgpalD
iAzYu6xGICEmpCNtEWV6gXs=
=Llzb
-END PGP SIGNATURE-


Accepted:
libxml-xerces-perl_2.7.0-0-4.diff.gz
  to pool/main/libx/libxml-xerces-perl/libxml-xerces-perl_2.7.0-0-4.diff.gz
libxml-xerces-perl_2.7.0-0-4.dsc
  to pool/main/libx/libxml-xerces-perl/libxml-xerces-perl_2.7.0-0-4.dsc
libxml-xerces-perl_2.7.0-0-4_i386.deb
  to pool/main/libx/libxml-xerces-perl/libxml-xerces-perl_2.7.0-0-4_i386.deb


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



Accepted solfege 3.10.1-1 (source i386)

2008-02-07 Thread Tom Cato Amundsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 22:16:59 +0100
Source: solfege
Binary: solfege
Architecture: source i386
Version: 3.10.1-1
Distribution: unstable
Urgency: low
Maintainer: Tom Cato Amundsen [EMAIL PROTECTED]
Changed-By: Tom Cato Amundsen [EMAIL PROTECTED]
Description: 
 solfege- Ear training software
Changes: 
 solfege (3.10.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Remove the Bzr-Vcs field again. It should point the a repo of the
 debian dir, and not the upstream repo.
Files: 
 4a1a83c54e5491285d9895c09522ed98 845 gnome optional solfege_3.10.1-1.dsc
 0acc9a8d0d1bebcf50fbfd451a3fb894 3023800 gnome optional 
solfege_3.10.1.orig.tar.gz
 15d366c53f763d4a8e56219ca20087db 7089 gnome optional solfege_3.10.1-1.diff.gz
 2d4155c709805c30764064e6175a0825 2600434 gnome optional 
solfege_3.10.1-1_i386.deb

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

iD8DBQFHq4lhgUP37qXkPqMRAt1JAJwJDSRN3NXkpfPUFegFn6/HMxVVPwCgwNh9
JtaZUmXRqovldqSQLP66qco=
=LmcE
-END PGP SIGNATURE-


Accepted:
solfege_3.10.1-1.diff.gz
  to pool/main/s/solfege/solfege_3.10.1-1.diff.gz
solfege_3.10.1-1.dsc
  to pool/main/s/solfege/solfege_3.10.1-1.dsc
solfege_3.10.1-1_i386.deb
  to pool/main/s/solfege/solfege_3.10.1-1_i386.deb
solfege_3.10.1.orig.tar.gz
  to pool/main/s/solfege/solfege_3.10.1.orig.tar.gz


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



Accepted flex 2.5.34-2 (source all amd64)

2008-02-07 Thread Manoj Srivastava
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 15:26:54 -0600
Source: flex
Binary: flex flex-doc
Architecture: source all amd64
Version: 2.5.34-2
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava [EMAIL PROTECTED]
Changed-By: Manoj Srivastava [EMAIL PROTECTED]
Description: 
 flex   - A fast lexical analyzer generator.
 flex-doc   - Documentation for flex (a fast lexical analyzer generator).
Changes: 
 flex (2.5.34-2) unstable; urgency=low
 .
   * Flex set yy_size_t to unsigned int; and used it where size_t was
 needed, which, or course, failed on amd64 architectures.  Since ANSI C
 has declared size_t to be available in standard  C headers since 1989,
 which is 19 _years_ ago, I suspect we can start depending on size_t to
 be around and set correctly -- especially on Debian.
Files: 
 951259a3b968cab12d52f2cbc59f79e4 763 devel standard flex_2.5.34-2.dsc
 69e408babb27d30e6ba1e056ddcdcb64 31963 devel standard flex_2.5.34-2.diff.gz
 412459c946a068c03ae39d4427120d77 200384 doc optional flex-doc_2.5.34-2_all.deb
 a223c6ff25150f1a941749d3a49a810c 323368 devel standard flex_2.5.34-2_amd64.deb

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

iD8DBQFHq38rIbrau78kQkwRAoXyAJ0SbAy5Hh8AlXIey4UT1d9ixeXkewCfa1dW
mB1PGkYo4JVPj2Z3Jnon988=
=dKj+
-END PGP SIGNATURE-


Accepted:
flex-doc_2.5.34-2_all.deb
  to pool/main/f/flex/flex-doc_2.5.34-2_all.deb
flex_2.5.34-2.diff.gz
  to pool/main/f/flex/flex_2.5.34-2.diff.gz
flex_2.5.34-2.dsc
  to pool/main/f/flex/flex_2.5.34-2.dsc
flex_2.5.34-2_amd64.deb
  to pool/main/f/flex/flex_2.5.34-2_amd64.deb


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



Accepted tcptrack 1.3.0-1 (source amd64)

2008-02-07 Thread Leo Costela
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 19:26:17 +0100
Source: tcptrack
Binary: tcptrack
Architecture: source amd64
Version: 1.3.0-1
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Leo Costela [EMAIL PROTECTED]
Description: 
 tcptrack   - TCP connection tracker, with states and speeds
Closes: 455346
Changes: 
 tcptrack (1.3.0-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control:
 - policy bump: 3.7.3 (no changes)
 - added Homepage field
 - short description copyediting
   * debian/patches/20_gcc4.3_ftbfs.patch: fix FTBFS with GCC 4.3
 (closes:#455346)
Files: 
 cea1da7656c5b25874647412f3b8959e 683 net optional tcptrack_1.3.0-1.dsc
 227baeb2f96758f7614f6f788b6a4d93 116725 net optional tcptrack_1.3.0.orig.tar.gz
 e9014e25dae9a63ed528ad24bed19a8a 23651 net optional tcptrack_1.3.0-1.diff.gz
 242dc27d7eacc965a2349f60cc89b025 40746 net optional tcptrack_1.3.0-1_amd64.deb

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

iD8DBQFHq4HYImLTb3rflGYRAuOnAKCIQ63GSTv8CAI5gLAJpuHEMWfvlwCeOazz
OA9SFFOZzpW+MoZ2SQarvJw=
=wDw7
-END PGP SIGNATURE-


Accepted:
tcptrack_1.3.0-1.diff.gz
  to pool/main/t/tcptrack/tcptrack_1.3.0-1.diff.gz
tcptrack_1.3.0-1.dsc
  to pool/main/t/tcptrack/tcptrack_1.3.0-1.dsc
tcptrack_1.3.0-1_amd64.deb
  to pool/main/t/tcptrack/tcptrack_1.3.0-1_amd64.deb
tcptrack_1.3.0.orig.tar.gz
  to pool/main/t/tcptrack/tcptrack_1.3.0.orig.tar.gz


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



Accepted robocode 1.5.2-1 (source all)

2008-02-07 Thread Chris Lamb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 24 Jan 2008 19:37:42 +
Source: robocode
Binary: robocode robocode-doc
Architecture: source all
Version: 1.5.2-1
Distribution: unstable
Urgency: low
Maintainer: Chris Lamb [EMAIL PROTECTED]
Changed-By: Chris Lamb [EMAIL PROTECTED]
Description: 
 robocode   - Java programming game based on battle tanks
 robocode-doc - Java programming game based on battle tanks (documentation)
Closes: 455519
Changes: 
 robocode (1.5.2-1) unstable; urgency=low
 .
   * Initial release. (Closes: #455519)
Files: 
 03258ef8cd13021e1730188fec7d683a 793 contrib/games optional 
robocode_1.5.2-1.dsc
 9b909ed3232376abb12e996dcd5dbafd 1817075 contrib/games optional 
robocode_1.5.2.orig.tar.gz
 c716f37dcd0851648f2c0c440da753e5 8573 contrib/games optional 
robocode_1.5.2-1.diff.gz
 bf19433b3e804fafae6075a0ac64e8a5 1970208 contrib/games optional 
robocode_1.5.2-1_all.deb
 3ccf46cb3e9eff3d962b54db084e10e3 130796 contrib/doc optional 
robocode-doc_1.5.2-1_all.deb

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

iD8DBQFHmYMp+C5cwEsrK54RAnc/AJ9uaiPPno+iF5NuP11YyW6Ps1VfjgCdGqcT
Tvo5ee1q6fxeYu22cC+Cg7U=
=7fWj
-END PGP SIGNATURE-


Accepted:
robocode-doc_1.5.2-1_all.deb
  to pool/contrib/r/robocode/robocode-doc_1.5.2-1_all.deb
robocode_1.5.2-1.diff.gz
  to pool/contrib/r/robocode/robocode_1.5.2-1.diff.gz
robocode_1.5.2-1.dsc
  to pool/contrib/r/robocode/robocode_1.5.2-1.dsc
robocode_1.5.2-1_all.deb
  to pool/contrib/r/robocode/robocode_1.5.2-1_all.deb
robocode_1.5.2.orig.tar.gz
  to pool/contrib/r/robocode/robocode_1.5.2.orig.tar.gz


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



Accepted moaggedit 0.5-4 (source powerpc)

2008-02-07 Thread Barry deFreese
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 05 Feb 2008 12:26:29 -0500
Source: moaggedit
Binary: moaggedit
Architecture: source powerpc
Version: 0.5-4
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team [EMAIL PROTECTED]
Changed-By: Barry deFreese [EMAIL PROTECTED]
Description: 
 moaggedit  - map editor for the Moagg game
Closes: 424575 449975
Changes: 
 moaggedit (0.5-4) unstable; urgency=low
 .
   [ Eddy Petrișor ]
   * Fixed Homepage semifield.
 .
   [ Cyril Brulebois ]
   * Added Vcs-Svn and Vcs-Browser fields in the control file.
 .
   [ Barry deFreese ]
   * Fix watch file (Closes: #449975)
   * Bump debhelper build-dep to match compat
   * Make clean not ignore errors
   * Use make distclean instead of clean (Closes: #424575)
   * Add myself to uploaders.
   * Remove unneeded dirs file.
   * Install in /usr/games instead of /usr/bin.
   * Bump Standards Version to 3.7.3.
 + Menu policy transition.
Files: 
 e59c74959a29fbb9caf62c4e87454b98 976 games optional moaggedit_0.5-4.dsc
 ed9b92c8a60416b099cfc2a0b97ba42a 3462 games optional moaggedit_0.5-4.diff.gz
 882e023102912523bf408cbcee657df4 101226 games optional 
moaggedit_0.5-4_powerpc.deb

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

iD8DBQFHq4jyELuA/Ba9d8YRAv3PAKDKFtqOS7qkU5+Aeo+syDmkKXw0uQCfVoK8
C1RfXuhmG2eT2G/pNZdFmP0=
=QIxn
-END PGP SIGNATURE-


Accepted:
moaggedit_0.5-4.diff.gz
  to pool/main/m/moaggedit/moaggedit_0.5-4.diff.gz
moaggedit_0.5-4.dsc
  to pool/main/m/moaggedit/moaggedit_0.5-4.dsc
moaggedit_0.5-4_powerpc.deb
  to pool/main/m/moaggedit/moaggedit_0.5-4_powerpc.deb


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



Accepted bouml 4.1-1 (source all amd64)

2008-02-07 Thread Thomas Girard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 05 Feb 2008 22:54:46 +0100
Source: bouml
Binary: bouml bouml-plugouts-src
Architecture: source all amd64
Version: 4.1-1
Distribution: unstable
Urgency: low
Maintainer: Thomas Girard [EMAIL PROTECTED]
Changed-By: Thomas Girard [EMAIL PROTECTED]
Description: 
 bouml  - UML2 tool box to specify and generate code
 bouml-plugouts-src - UML2 tool box to specify and generate code (plugouts 
sources)
Closes: 464167
Changes: 
 bouml (4.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Use patch provided by Barry deFreese to remove dependency on
 libqt3-compat-headers. Thanks, Barry! Closes: #464167.
Files: 
 6e1787f89ecc24737dd118a09cffeea0 767 devel optional bouml_4.1-1.dsc
 3334aaa1aaf82cbf5cf5ac3d66b5c8a4 4219035 devel optional bouml_4.1.orig.tar.gz
 a790de1989761d603edee5eca82651e8 13040 devel optional bouml_4.1-1.diff.gz
 d0eb5b81ef07c171c7121e12059ad6a8 1927194 devel optional 
bouml-plugouts-src_4.1-1_all.deb
 8a79be6d617024600c9a5ed9662583a7 4472622 devel optional bouml_4.1-1_amd64.deb

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

iD8DBQFHq32Dz2LXlDjmjg4RAmXVAJ9LHUXn93IScurtvtg0qey1j4tfWQCdGHKh
OaUUYaDKwN1yMEVTtUQxsKw=
=gUQt
-END PGP SIGNATURE-


Accepted:
bouml-plugouts-src_4.1-1_all.deb
  to pool/main/b/bouml/bouml-plugouts-src_4.1-1_all.deb
bouml_4.1-1.diff.gz
  to pool/main/b/bouml/bouml_4.1-1.diff.gz
bouml_4.1-1.dsc
  to pool/main/b/bouml/bouml_4.1-1.dsc
bouml_4.1-1_amd64.deb
  to pool/main/b/bouml/bouml_4.1-1_amd64.deb
bouml_4.1.orig.tar.gz
  to pool/main/b/bouml/bouml_4.1.orig.tar.gz


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



Accepted ion3 20080207-1 (source all i386)

2008-02-07 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 20:29:15 +
Source: ion3
Binary: ion3 ion3-dev
Architecture: source all i386
Version: 20080207-1
Distribution: unstable
Urgency: low
Maintainer: Ben Hutchings [EMAIL PROTECTED]
Changed-By: Ben Hutchings [EMAIL PROTECTED]
Description: 
 ion3   - tiling tabbed window manager designed for keyboard users
 ion3-dev   - Ion3 development files
Closes: 415287
Changes: 
 ion3 (20080207-1) unstable; urgency=low
 .
   * New upstream version
 - First stable release of Ion3 - closes: #415287
Files: 
 feeaa2eb9647d96daef6b4c4f598f6b3 688 non-free/x11 extra ion3_20080207-1.dsc
 a3673c29c367106e5c4919ac33726eec 653316 non-free/x11 extra 
ion3_20080207.orig.tar.gz
 64675a3e3d7de452f1ae090e21b122cd 33954 non-free/x11 extra 
ion3_20080207-1.diff.gz
 888a6313f10fee5f441e994397eaddc4 91936 non-free/devel extra 
ion3-dev_20080207-1_all.deb
 6cca6d4db02d845a8c8cebaa5b0696f1 673874 non-free/x11 extra 
ion3_20080207-1_i386.deb

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

iD8DBQFHq3sH79ZNCRIGYgcRAj5gAJ9pxkMDq/1P1P51ZlxmFNOtMDIqjACgwd5f
0fXtASyCLFQvAiC8TIufo64=
=XyiM
-END PGP SIGNATURE-


Accepted:
ion3-dev_20080207-1_all.deb
  to pool/non-free/i/ion3/ion3-dev_20080207-1_all.deb
ion3_20080207-1.diff.gz
  to pool/non-free/i/ion3/ion3_20080207-1.diff.gz
ion3_20080207-1.dsc
  to pool/non-free/i/ion3/ion3_20080207-1.dsc
ion3_20080207-1_i386.deb
  to pool/non-free/i/ion3/ion3_20080207-1_i386.deb
ion3_20080207.orig.tar.gz
  to pool/non-free/i/ion3/ion3_20080207.orig.tar.gz


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



Accepted mini-httpd 1.19-7 (source i386)

2008-02-07 Thread Marvin Stark
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 05 Feb 2008 08:56:53 +
Source: mini-httpd
Binary: mini-httpd
Architecture: source i386
Version: 1.19-7
Distribution: unstable
Urgency: low
Maintainer: Marvin Stark [EMAIL PROTECTED]
Changed-By: Marvin Stark [EMAIL PROTECTED]
Description: 
 mini-httpd - a small HTTP server
Closes: 462930
Changes: 
 mini-httpd (1.19-7) unstable; urgency=low
 .
   * Patched PHP CGI errors (Closes: #462930)
 Thanks to Thorsten Schmale
   * Changed Standards-Version to 3.7.3
   * Fixed init.d script
Files: 
 7181681a72adb605a9eaceb39b195425 583 web optional mini-httpd_1.19-7.dsc
 35a055b66199ec10c362622b884b8260 4551 web optional mini-httpd_1.19-7.diff.gz
 19179d83d63ff9e6031aa4b4b31074a8 38806 web optional mini-httpd_1.19-7_i386.deb

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

iD8DBQFHq30V5UTeB5t8Mo0RAhVVAJ4+93KB3RBjAmmBH/S44yEkdRbUfwCfda8E
F4KQEN+X9lSfBvPTEvACo1o=
=w1Q/
-END PGP SIGNATURE-


Accepted:
mini-httpd_1.19-7.diff.gz
  to pool/main/m/mini-httpd/mini-httpd_1.19-7.diff.gz
mini-httpd_1.19-7.dsc
  to pool/main/m/mini-httpd/mini-httpd_1.19-7.dsc
mini-httpd_1.19-7_i386.deb
  to pool/main/m/mini-httpd/mini-httpd_1.19-7_i386.deb


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



Accepted libthai 0.1.9-3 (source all i386)

2008-02-07 Thread Theppitak Karoonboonyanan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 20:11:50 +0700
Source: libthai
Binary: libthai-dev libthai0 libthai-data libthai-doc
Architecture: source all i386
Version: 0.1.9-3
Distribution: unstable
Urgency: low
Maintainer: Theppitak Karoonboonyanan [EMAIL PROTECTED]
Changed-By: Theppitak Karoonboonyanan [EMAIL PROTECTED]
Description: 
 libthai-data - Data files for Thai language support library
 libthai-dev - Development files for Thai language support library
 libthai-doc - Documentation files for Thai language support library
 libthai0   - Thai language support library
Changes: 
 libthai (0.1.9-3) unstable; urgency=low
 .
   * Move libdatrie-bin from Build-Depends-Indp to Build-Depends, as it's still
 needed by the configure script even for arch builds.
Files: 
 90e68cf49e19100b4a7cd68570ac7401 949 libs optional libthai_0.1.9-3.dsc
 d683479221d0f344ee7daa9fd9e12280 6806 libs optional libthai_0.1.9-3.diff.gz
 239e4b3f9cc8f37b98a5f44657e9085a 161568 libs optional 
libthai-data_0.1.9-3_all.deb
 3e337b7d7b845e9b099030118c929c63 57042 doc optional libthai-doc_0.1.9-3_all.deb
 58f20d72d5f17a00dffd789d3f7a1730 51554 libdevel optional 
libthai-dev_0.1.9-3_i386.deb
 5dc2f4b6c4beed37e604433b5fddf51a 31508 libs optional libthai0_0.1.9-3_i386.deb

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

iD8DBQFHqxYj5Sc9mGvjxCMRAkiuAJ9nPeVf8RU5pHNfFh4WMTOebcyxLACfQEOn
wLnaXEdvQ38iDdo/nHo90eg=
=kTdn
-END PGP SIGNATURE-


Accepted:
libthai-data_0.1.9-3_all.deb
  to pool/main/libt/libthai/libthai-data_0.1.9-3_all.deb
libthai-dev_0.1.9-3_i386.deb
  to pool/main/libt/libthai/libthai-dev_0.1.9-3_i386.deb
libthai-doc_0.1.9-3_all.deb
  to pool/main/libt/libthai/libthai-doc_0.1.9-3_all.deb
libthai0_0.1.9-3_i386.deb
  to pool/main/libt/libthai/libthai0_0.1.9-3_i386.deb
libthai_0.1.9-3.diff.gz
  to pool/main/libt/libthai/libthai_0.1.9-3.diff.gz
libthai_0.1.9-3.dsc
  to pool/main/libt/libthai/libthai_0.1.9-3.dsc


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



Accepted netpbm-free 2:10.0-11.1 (source i386)

2008-02-07 Thread Nico Golde
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 20:31:46 +0100
Source: netpbm-free
Binary: netpbm libnetpbm10 libnetpbm10-dev libnetpbm9 libnetpbm9-dev
Architecture: source i386
Version: 2:10.0-11.1
Distribution: unstable
Urgency: high
Maintainer: Andreas Barth [EMAIL PROTECTED]
Changed-By: Nico Golde [EMAIL PROTECTED]
Description: 
 libnetpbm10 - Shared libraries for netpbm
 libnetpbm10-dev - Development libraries and header files
 libnetpbm9 - Shared libraries for netpbm
 libnetpbm9-dev - Development libraries and header files
 netpbm - Graphics conversion tools
Closes: 464056
Changes: 
 netpbm-free (2:10.0-11.1) unstable; urgency=high
 .
   * Non-maintainer upload by security team.
   * This update addresses the following security issue:
 - CVE-2008-0554: The readImageData function in giftopnm.c does not
 properly check the upper bound of a fixed size array leading to a
 buffer overflow and possibly code execution (Closes: #464056).
Files: 
 ae3a531cc84b21dcd60db88a02ae7767 743 graphics optional 
netpbm-free_10.0-11.1.dsc
 a4ad8a540d0861d518721e8747621f40 50716 graphics optional 
netpbm-free_10.0-11.1.diff.gz
 2bdecf771439e63d3ee954fbb25fa127 1202384 graphics optional 
netpbm_10.0-11.1_i386.deb
 0b81be609bfe60385368c5c4f9ecb037 64660 libs optional 
libnetpbm10_10.0-11.1_i386.deb
 9c791b55b01df4d4b428c4312e2c1d4a 110228 libdevel optional 
libnetpbm10-dev_10.0-11.1_i386.deb
 d0f0b480d27b56ec7a9ddd90a02a707d 70782 libs optional 
libnetpbm9_10.0-11.1_i386.deb
 97c29a7c735b5c10743ee26c7d01578a 109842 libdevel optional 
libnetpbm9-dev_10.0-11.1_i386.deb

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

iD8DBQFHq3LWHYflSXNkfP8RAmlSAJ9dS1setE+vBNw9Wk3+o5e5zKrhRQCeI8gl
/OiYfWIlKMpKig+ODRdUY+4=
=aj2E
-END PGP SIGNATURE-


Accepted:
libnetpbm10-dev_10.0-11.1_i386.deb
  to pool/main/n/netpbm-free/libnetpbm10-dev_10.0-11.1_i386.deb
libnetpbm10_10.0-11.1_i386.deb
  to pool/main/n/netpbm-free/libnetpbm10_10.0-11.1_i386.deb
libnetpbm9-dev_10.0-11.1_i386.deb
  to pool/main/n/netpbm-free/libnetpbm9-dev_10.0-11.1_i386.deb
libnetpbm9_10.0-11.1_i386.deb
  to pool/main/n/netpbm-free/libnetpbm9_10.0-11.1_i386.deb
netpbm-free_10.0-11.1.diff.gz
  to pool/main/n/netpbm-free/netpbm-free_10.0-11.1.diff.gz
netpbm-free_10.0-11.1.dsc
  to pool/main/n/netpbm-free/netpbm-free_10.0-11.1.dsc
netpbm_10.0-11.1_i386.deb
  to pool/main/n/netpbm-free/netpbm_10.0-11.1_i386.deb


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



Accepted bible-kjv 4.22 (source all i386)

2008-02-07 Thread Matthew Vernon
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Feb 2008 20:50:11 +
Source: bible-kjv
Binary: bible-kjv bible-kjv-text
Architecture: source all i386
Version: 4.22
Distribution: unstable
Urgency: low
Maintainer: Matthew Vernon [EMAIL PROTECTED]
Changed-By: Matthew Vernon [EMAIL PROTECTED]
Description: 
 bible-kjv  - King James Version of the Bible: user interface program.
 bible-kjv-text - King James Version of the Bible - text and concordance
Closes: 436581 464267
Changes: 
 bible-kjv (4.22) unstable; urgency=low
 .
   * Replace old sort +1 syntax with POSIX sort -k 2 (closes: #464267)
   * deal with nostrip DEB_BUILD_OPTION in debian/rules (closes: #436581)
Files: 
 7d81334a8e9597d78e1526e859e38878 628 doc optional bible-kjv_4.22.dsc
 9dadc3bdf225a9fc729343f7c64887b0 1396656 doc optional bible-kjv_4.22.tar.gz
 a3646c225ebdaac2a9a9f460a4f7e071 2496674 doc optional 
bible-kjv-text_4.22_all.deb
 5310e3f87c6814d03ed8e6b5ed89685b 111770 doc optional bible-kjv_4.22_i386.deb

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

iQCVAwUBR6t0LLDSad4X89TRAQKOfAP9H7Ek7c0kvScexBHu3hcUtMITcvAwGs82
/Q7LcC1b/iaPpfCeiHZmxfjdfGtoWv7IRTL859n0gFJUvvP/nsSqg9j2iCukC6Dr
Mg7NtwyydhIMFgIRbX5VvvNljV0VQ8EqxZtZui0skm7Uz75QbADpLF52aHW680vF
o/I1zBMrr4o=
=3RoI
-END PGP SIGNATURE-


Accepted:
bible-kjv-text_4.22_all.deb
  to pool/main/b/bible-kjv/bible-kjv-text_4.22_all.deb
bible-kjv_4.22.dsc
  to pool/main/b/bible-kjv/bible-kjv_4.22.dsc
bible-kjv_4.22.tar.gz
  to pool/main/b/bible-kjv/bible-kjv_4.22.tar.gz
bible-kjv_4.22_i386.deb
  to pool/main/b/bible-kjv/bible-kjv_4.22_i386.deb


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



Accepted chron 2.3-20-1 (source i386)

2008-02-07 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 07:31:29 -0600
Source: chron
Binary: r-cran-chron
Architecture: source i386
Version: 2.3-20-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel [EMAIL PROTECTED]
Changed-By: Dirk Eddelbuettel [EMAIL PROTECTED]
Description: 
 r-cran-chron - GNU R package for chronologically ordered objects
Changes: 
 chron (2.3-20-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 a92fcbe6c40a75204f27161a906f05c6 594 math optional chron_2.3-20-1.dsc
 79cea796b6e6c06205ab6fdf3b314573 32685 math optional chron_2.3-20.orig.tar.gz
 e4792662ce6c655aecddbe2944276b45 1543 math optional chron_2.3-20-1.diff.gz
 33e5ceb08f721716df0446c05defba01 82742 math optional 
r-cran-chron_2.3-20-1_i386.deb

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

iD8DBQFHqwhsCZSR95Gw07cRAoMDAJwP94rUs63Q8k7aXCn24naZa4UI6gCgiiaH
aSnemh51fQInL4nh5VLcQL8=
=Eyb6
-END PGP SIGNATURE-


Accepted:
chron_2.3-20-1.diff.gz
  to pool/main/c/chron/chron_2.3-20-1.diff.gz
chron_2.3-20-1.dsc
  to pool/main/c/chron/chron_2.3-20-1.dsc
chron_2.3-20.orig.tar.gz
  to pool/main/c/chron/chron_2.3-20.orig.tar.gz
r-cran-chron_2.3-20-1_i386.deb
  to pool/main/c/chron/r-cran-chron_2.3-20-1_i386.deb


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



Accepted fcalendar 262.73-1 (source all)

2008-02-07 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 10:08:07 -0600
Source: fcalendar
Binary: r-cran-fcalendar
Architecture: source all
Version: 262.73-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel [EMAIL PROTECTED]
Changed-By: Dirk Eddelbuettel [EMAIL PROTECTED]
Description: 
 r-cran-fcalendar - GNU R package for financial engineering -- fCalendar
Changes: 
 fcalendar (262.73-1) unstable; urgency=low
 .
   * New upstream release
 .
   * debian/control: Set (Build-)Depends: to current R version
   * debian/control: Set Standards-Version: to current version 3.7.3
Files: 
 b080e81c8f65c7f284b7337ccecd34ad 686 math optional fcalendar_262.73-1.dsc
 6bbb5c791a03c6b6e3f5f50a2647a4f7 232489 math optional 
fcalendar_262.73.orig.tar.gz
 d5c6c1aa7a5d78ba6e8e078c5b9c1744 2800 math optional fcalendar_262.73-1.diff.gz
 45896e75abb6bdb8612c480b56e51c9d 514578 math optional 
r-cran-fcalendar_262.73-1_all.deb

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

iD8DBQFHqzOzCZSR95Gw07cRAuygAJ0Sv4M/5SjUCp4lei8A/gA4FlV2iACfXTyb
d6JzbS981OrosV1a3eAHDh4=
=HQuv
-END PGP SIGNATURE-


Accepted:
fcalendar_262.73-1.diff.gz
  to pool/main/f/fcalendar/fcalendar_262.73-1.diff.gz
fcalendar_262.73-1.dsc
  to pool/main/f/fcalendar/fcalendar_262.73-1.dsc
fcalendar_262.73.orig.tar.gz
  to pool/main/f/fcalendar/fcalendar_262.73.orig.tar.gz
r-cran-fcalendar_262.73-1_all.deb
  to pool/main/f/fcalendar/r-cran-fcalendar_262.73-1_all.deb


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



Accepted apt-cacher-ng 0.1.10-1 (source amd64)

2008-02-07 Thread Eduard Bloch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 23:38:30 +0100
Source: apt-cacher-ng
Binary: apt-cacher-ng
Architecture: source amd64
Version: 0.1.10-1
Distribution: unstable
Urgency: low
Maintainer: Eduard Bloch [EMAIL PROTECTED]
Changed-By: Eduard Bloch [EMAIL PROTECTED]
Description: 
 apt-cacher-ng - Caching proxy for distribution of software packages
Closes: 461622
Changes: 
 apt-cacher-ng (0.1.10-1) unstable; urgency=low
 .
   * New upstream version (mostly bugfixes)
 + adds simple URL support in rewrite lists (closes: #461622), thanks
   to Tobias Gruetzmacher
Files: 
 03f0f884940782508051ba214387a42e 631 net optional apt-cacher-ng_0.1.10-1.dsc
 baf31e2dc9ea57a55dd632375ab68faf 162363 net optional 
apt-cacher-ng_0.1.10.orig.tar.gz
 808a5856c6bc42772d558593b5600e70 5837 net optional 
apt-cacher-ng_0.1.10-1.diff.gz
 a29c578471693f52dda5d1f24d4e47f7 252804 net optional 
apt-cacher-ng_0.1.10-1_amd64.deb

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

iD8DBQFHq46l4QZIHu3wCMURAiMSAJ47SBYt9KRAYEKlxmg4Gw/F66M1HACfYmcJ
xaSrPnKThPJtP/ZJLCVgnqs=
=ymWj
-END PGP SIGNATURE-


Accepted:
apt-cacher-ng_0.1.10-1.diff.gz
  to pool/main/a/apt-cacher-ng/apt-cacher-ng_0.1.10-1.diff.gz
apt-cacher-ng_0.1.10-1.dsc
  to pool/main/a/apt-cacher-ng/apt-cacher-ng_0.1.10-1.dsc
apt-cacher-ng_0.1.10-1_amd64.deb
  to pool/main/a/apt-cacher-ng/apt-cacher-ng_0.1.10-1_amd64.deb
apt-cacher-ng_0.1.10.orig.tar.gz
  to pool/main/a/apt-cacher-ng/apt-cacher-ng_0.1.10.orig.tar.gz


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



Accepted libtioga-ruby 1.7-1 (source all amd64)

2008-02-07 Thread Vincent Fourmond
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 08 Feb 2008 00:14:58 +0100
Source: libtioga-ruby
Binary: tioga libtioga-ruby1.8 libtioga-ruby libtioga-ruby-examples 
libtioga-ruby-doc
Architecture: source amd64 all
Version: 1.7-1
Distribution: unstable
Urgency: low
Maintainer: Vincent Fourmond [EMAIL PROTECTED]
Changed-By: Vincent Fourmond [EMAIL PROTECTED]
Description: 
 libtioga-ruby - Ruby library for scientific graphs
 libtioga-ruby-doc - Ruby library for scientific graphs
 libtioga-ruby-examples - Ruby library for scientific graphs
 libtioga-ruby1.8 - Ruby library for scientific graphs
 tioga  - Ruby library for scientific graphs [transition package]
Changes: 
 libtioga-ruby (1.7-1) unstable; urgency=low
 .
   * Using new Hompage field
   * New upstream release
   * Already conforms to 3.7.3
Files: 
 7cf58b57a26da7eed76ce42c69936190 863 graphics optional libtioga-ruby_1.7-1.dsc
 9d8f84033124232982ce1b7cb9867c61 6375104 graphics optional 
libtioga-ruby_1.7.orig.tar.gz
 8598e0f49229433c13dc6e873cf31824 6637 graphics optional 
libtioga-ruby_1.7-1.diff.gz
 b93622d1df68850130faa199c10a3dda 221750 graphics optional 
libtioga-ruby1.8_1.7-1_amd64.deb
 b65289ec72abd12f6c1cb96134a48a2d 4644 graphics optional tioga_1.7-1_all.deb
 6d99b364ca97e5ef663e4453b26b2dad 4260 graphics optional 
libtioga-ruby_1.7-1_all.deb
 d2eec2ee9ac1b9c75de7190aacc5e6ff 819150 graphics optional 
libtioga-ruby-examples_1.7-1_all.deb
 e00706e118565c7b4fe88b5abaddfced 5273038 doc optional 
libtioga-ruby-doc_1.7-1_all.deb

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

iD8DBQFHq5Hsx/UhwSKygsoRAgPTAJ409yWS2x0gAOupm6kgTyr16UPScgCgwAxj
TS5zsKsbZt7EZ9qGcvfEcMg=
=2AyP
-END PGP SIGNATURE-


Accepted:
libtioga-ruby-doc_1.7-1_all.deb
  to pool/main/libt/libtioga-ruby/libtioga-ruby-doc_1.7-1_all.deb
libtioga-ruby-examples_1.7-1_all.deb
  to pool/main/libt/libtioga-ruby/libtioga-ruby-examples_1.7-1_all.deb
libtioga-ruby1.8_1.7-1_amd64.deb
  to pool/main/libt/libtioga-ruby/libtioga-ruby1.8_1.7-1_amd64.deb
libtioga-ruby_1.7-1.diff.gz
  to pool/main/libt/libtioga-ruby/libtioga-ruby_1.7-1.diff.gz
libtioga-ruby_1.7-1.dsc
  to pool/main/libt/libtioga-ruby/libtioga-ruby_1.7-1.dsc
libtioga-ruby_1.7-1_all.deb
  to pool/main/libt/libtioga-ruby/libtioga-ruby_1.7-1_all.deb
libtioga-ruby_1.7.orig.tar.gz
  to pool/main/libt/libtioga-ruby/libtioga-ruby_1.7.orig.tar.gz
tioga_1.7-1_all.deb
  to pool/main/libt/libtioga-ruby/tioga_1.7-1_all.deb


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



Accepted textpattern 4.0.6-1 (source all)

2008-02-07 Thread Vincent Bernat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 22:51:48 +0100
Source: textpattern
Binary: textpattern
Architecture: source all
Version: 4.0.6-1
Distribution: unstable
Urgency: low
Maintainer: Vincent Bernat [EMAIL PROTECTED]
Changed-By: Vincent Bernat [EMAIL PROTECTED]
Description: 
 textpattern - flexible and easy-to-use content management system
Changes: 
 textpattern (4.0.6-1) unstable; urgency=low
 .
   * New upstream release
   * Update to latest Standards-Version
   * Move po-debconf to Build-Depends
Files: 
 1e45e0fa6a075336c2221d831304f083 695 web extra textpattern_4.0.6-1.dsc
 6f6dc9fed68ea6e55f0c8eb9efb2f85a 304354 web extra textpattern_4.0.6.orig.tar.gz
 b01be66865b96bf2c649fc62dcf06a93 9652 web extra textpattern_4.0.6-1.diff.gz
 8aef57b39fcbbacdf12559dc16105681 369412 web extra textpattern_4.0.6-1_all.deb

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

iD8DBQFHq45fKFvXofIqeU4RArXFAJ4pdLDtXWjEES+/099bdwnnNNVl/gCeJmBP
QZ7et76oNus96rdJvyAO4QY=
=pbOu
-END PGP SIGNATURE-


Accepted:
textpattern_4.0.6-1.diff.gz
  to pool/main/t/textpattern/textpattern_4.0.6-1.diff.gz
textpattern_4.0.6-1.dsc
  to pool/main/t/textpattern/textpattern_4.0.6-1.dsc
textpattern_4.0.6-1_all.deb
  to pool/main/t/textpattern/textpattern_4.0.6-1_all.deb
textpattern_4.0.6.orig.tar.gz
  to pool/main/t/textpattern/textpattern_4.0.6.orig.tar.gz


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



Accepted adanaxisgpl 1.2.4.dfsg.1-1 (source all i386)

2008-02-07 Thread Barry deFreese
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 22:38:44 +0100
Source: adanaxisgpl
Binary: adanaxisgpl adanaxisgpl-data
Architecture: source all i386
Version: 1.2.4.dfsg.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team [EMAIL PROTECTED]
Changed-By: Barry deFreese [EMAIL PROTECTED]
Description: 
 adanaxisgpl - Action game in four spatial dimensions
 adanaxisgpl-data - Action game in four spatial dimensions
Closes: 463389 463921
Changes: 
 adanaxisgpl (1.2.4.dfsg.1-1) unstable; urgency=low
 .
   [ Barry deFreese ]
   * Add depends on adanxisgpl-data (Closes: #463389).
   * New upstream release.
   * Escape -- options in manpage.
   * Fix VCS tag for svn. (Closes: #463921).
   * Add quilt patch system.
   * 10_cachepath.diff - Try ./adanaxis or /tmp for cache dir.
 .
   [ Alexander Schmehl ]
   * readded data-adanaxis/About_Adanaxis.doc as source of the shipped pdf
 documentation
Files: 
 19e56028c20f64e91bc0d56d1c75123c 1095 games optional 
adanaxisgpl_1.2.4.dfsg.1-1.dsc
 c5a5f4ec9eb0b8e610207c20b7eebca6 20958192 games optional 
adanaxisgpl_1.2.4.dfsg.1.orig.tar.gz
 c3c55e560450473f9663166fc6d5e7c1 14871 games optional 
adanaxisgpl_1.2.4.dfsg.1-1.diff.gz
 43553f5c46eb2f6c9eab139fea86f51c 18350332 games optional 
adanaxisgpl-data_1.2.4.dfsg.1-1_all.deb
 e9a3a039fdacd33d60c2f7fe94c14c2d 1456082 games optional 
adanaxisgpl_1.2.4.dfsg.1-1_i386.deb

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

iD8DBQFHq4elBxd04ADYzRYRAqurAJ9TFs5wg2UyvjJLQjw8cAv7UZ87UwCfXG9f
gfR7DINpEV1QAbjIE5R2x7c=
=nurs
-END PGP SIGNATURE-


Accepted:
adanaxisgpl-data_1.2.4.dfsg.1-1_all.deb
  to pool/main/a/adanaxisgpl/adanaxisgpl-data_1.2.4.dfsg.1-1_all.deb
adanaxisgpl_1.2.4.dfsg.1-1.diff.gz
  to pool/main/a/adanaxisgpl/adanaxisgpl_1.2.4.dfsg.1-1.diff.gz
adanaxisgpl_1.2.4.dfsg.1-1.dsc
  to pool/main/a/adanaxisgpl/adanaxisgpl_1.2.4.dfsg.1-1.dsc
adanaxisgpl_1.2.4.dfsg.1-1_i386.deb
  to pool/main/a/adanaxisgpl/adanaxisgpl_1.2.4.dfsg.1-1_i386.deb
adanaxisgpl_1.2.4.dfsg.1.orig.tar.gz
  to pool/main/a/adanaxisgpl/adanaxisgpl_1.2.4.dfsg.1.orig.tar.gz


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



Accepted ion3-doc 20080207-1 (source all)

2008-02-07 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 23:41:43 +
Source: ion3-doc
Binary: ion3-doc
Architecture: source all
Version: 20080207-1
Distribution: unstable
Urgency: low
Maintainer: Ben Hutchings [EMAIL PROTECTED]
Changed-By: Ben Hutchings [EMAIL PROTECTED]
Description: 
 ion3-doc   - documentation for Ion3 and ParticleMan
Changes: 
 ion3-doc (20080207-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 b52c319f61362bc14b6e248ccad680ee 609 doc extra ion3-doc_20080207-1.dsc
 bfdcea5964177ca077ebe0ddb935b849 937819 doc extra ion3-doc_20080207.orig.tar.gz
 efe7431bd0b47c29b2250ec352ee10d6 13980 doc extra ion3-doc_20080207-1.diff.gz
 e0a18dc21fe2d7899a77ab941b248c02 118938 doc extra ion3-doc_20080207-1_all.deb

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

iD8DBQFHq5jK79ZNCRIGYgcRAi91AJ4r+CuVlxgRqbpMl7ry3f6DY+tJPgCfZ7b1
LD9Zfx7kY/sMGnQnm3E5YMw=
=/hpP
-END PGP SIGNATURE-


Accepted:
ion3-doc_20080207-1.diff.gz
  to pool/main/i/ion3-doc/ion3-doc_20080207-1.diff.gz
ion3-doc_20080207-1.dsc
  to pool/main/i/ion3-doc/ion3-doc_20080207-1.dsc
ion3-doc_20080207-1_all.deb
  to pool/main/i/ion3-doc/ion3-doc_20080207-1_all.deb
ion3-doc_20080207.orig.tar.gz
  to pool/main/i/ion3-doc/ion3-doc_20080207.orig.tar.gz


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



Accepted libxml-handler-composer-perl 0.01-7 (source all)

2008-02-07 Thread Gunnar Wolf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 17:03:40 -0600
Source: libxml-handler-composer-perl
Binary: libxml-handler-composer-perl
Architecture: source all
Version: 0.01-7
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Gunnar Wolf [EMAIL PROTECTED]
Description: 
 libxml-handler-composer-perl - Perl module for generating XML output
Closes: 304930
Changes: 
 libxml-handler-composer-perl (0.01-7) unstable; urgency=low
 .
   [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
 field (source stanza); Homepage field (source stanza).
   * Set Maintainer to Debian Perl Group.
   * Use dist-based URL in debian/watch.
   * debian/rules: delete /usr/lib/perl5 only if it exists.
 .
   [ Michael Shuler ]
   * Updated long description to include features (Closes: #304930)
 .
   [ David Paleino ]
   * Removed useless fields from Binary stanza
   * Standards-Version to 3.7.3
 .
   [ Gunnar Wolf ]
   * Moved debhelper compat level to 6
   * Added myself as an uploader
   * No longer ignores make clean results
   * debhelper goes to b-d, not b-d-i
Files: 
 e001cf60928bdbbfe16795c0ebe5a5c7 1004 perl optional 
libxml-handler-composer-perl_0.01-7.dsc
 2571487a9b5b356b860148a5657cc02c 2732 perl optional 
libxml-handler-composer-perl_0.01-7.diff.gz
 82ea9df587c136a2d42ec6951db510fb 14562 perl optional 
libxml-handler-composer-perl_0.01-7_all.deb

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

iD8DBQFHq5nB2A7zWou1J68RAgnCAJ4+pEgIOR87Dz0KwWO48XOy3z0y7ACbBP4W
s0anjtCq3bwBLC0VFxHrDOc=
=XPce
-END PGP SIGNATURE-


Accepted:
libxml-handler-composer-perl_0.01-7.diff.gz
  to 
pool/main/libx/libxml-handler-composer-perl/libxml-handler-composer-perl_0.01-7.diff.gz
libxml-handler-composer-perl_0.01-7.dsc
  to 
pool/main/libx/libxml-handler-composer-perl/libxml-handler-composer-perl_0.01-7.dsc
libxml-handler-composer-perl_0.01-7_all.deb
  to 
pool/main/libx/libxml-handler-composer-perl/libxml-handler-composer-perl_0.01-7_all.deb


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



Accepted osmo 0.1.6-1 (source amd64)

2008-02-07 Thread Eike Nicklas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 28 Jan 2008 18:41:57 +0100
Source: osmo
Binary: osmo
Architecture: source amd64
Version: 0.1.6-1
Distribution: unstable
Urgency: low
Maintainer: Eike Nicklas [EMAIL PROTECTED]
Changed-By: Eike Nicklas [EMAIL PROTECTED]
Description: 
 osmo   - personal organizer for GTK+
Closes: 460393
Changes: 
 osmo (0.1.6-1) unstable; urgency=low
 .
   * Initial release (Closes: #460393)
Files: 
 6b105453a8126fe85d61f892b507118b 630 x11 optional osmo_0.1.6-1.dsc
 10522b26c60ee686e97e018b2e445bea 415847 x11 optional osmo_0.1.6.orig.tar.gz
 25ee6440508ea3ad293d01a233fe2fc1 2742 x11 optional osmo_0.1.6-1.diff.gz
 6671127a17e835dfba84dd398650caea 281060 x11 optional osmo_0.1.6-1_amd64.deb

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

iD8DBQFHn8NwLARVQsm1XawRArQ5AKCf8PHbOEdt3BVbFYqFVUk1kf8rcQCeLWct
cvg3dBSM9RaaFhHDs1L808M=
=wYSU
-END PGP SIGNATURE-


Accepted:
osmo_0.1.6-1.diff.gz
  to pool/main/o/osmo/osmo_0.1.6-1.diff.gz
osmo_0.1.6-1.dsc
  to pool/main/o/osmo/osmo_0.1.6-1.dsc
osmo_0.1.6-1_amd64.deb
  to pool/main/o/osmo/osmo_0.1.6-1_amd64.deb
osmo_0.1.6.orig.tar.gz
  to pool/main/o/osmo/osmo_0.1.6.orig.tar.gz


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



Accepted killer 0.90-1 (source all)

2008-02-07 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 30 Jan 2008 13:59:09 +0100
Source: killer
Binary: killer
Architecture: source all
Version: 0.90-1
Distribution: unstable
Urgency: low
Maintainer: Petter Reinholdtsen [EMAIL PROTECTED]
Changed-By: Petter Reinholdtsen [EMAIL PROTECTED]
Description: 
 killer - Background job killer
Closes: 463161
Changes: 
 killer (0.90-1) unstable; urgency=low
 .
   * Initial upload (Closes: #463161).
   * Patches relative to upstream:
 - Do not kill processes belonging to users with uid below 1000.
 - Correct path to the ps command.
 - Make sure to work even without the domainname program.
 - Fix clean target to remove files generated by pod2html generated.
   * Add cron.hourly file to call killer once an hour to kill
 background jobs.
Files: 
 442ce7131f1e8122bb8ed6641f826113 569 misc optional killer_0.90-1.dsc
 f5358a53c03692285d008c26f07f2939 17403 misc optional killer_0.90.orig.tar.gz
 1223a8c141b71460dfa7541fb87d2df5 2111 misc optional killer_0.90-1.diff.gz
 9f70580a4644b4bed9e334fe7d2c7c99 22542 misc optional killer_0.90-1_all.deb

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

iD8DBQFHoHYi20zMSyow1ykRApHwAJ9fxUVleGYtoWiGQHouIg76sayfPwCcCifw
0brv+LayI8S0SbhSQ6WvbFc=
=aSvK
-END PGP SIGNATURE-


Accepted:
killer_0.90-1.diff.gz
  to pool/main/k/killer/killer_0.90-1.diff.gz
killer_0.90-1.dsc
  to pool/main/k/killer/killer_0.90-1.dsc
killer_0.90-1_all.deb
  to pool/main/k/killer/killer_0.90-1_all.deb
killer_0.90.orig.tar.gz
  to pool/main/k/killer/killer_0.90.orig.tar.gz


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



Accepted osc 0.99-1 (source all)

2008-02-07 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 30 Jan 2008 17:38:31 +0900
Source: osc
Binary: osc
Architecture: source all
Version: 0.99-1
Distribution: unstable
Urgency: low
Maintainer: Michal Čihař [EMAIL PROTECTED]
Changed-By: Michal Čihař [EMAIL PROTECTED]
Description: 
 osc- OpenSUSE (buildsystem) commander
Closes: 463041
Changes: 
 osc (0.99-1) unstable; urgency=low
 .
   * Initial release (Closes: #463041).
Files: 
 8ba03670344fa0fbe7504d43091c3fae 785 devel extra osc_0.99-1.dsc
 70188a01f42389f9f29caf2c0f6f7afa 68844 devel extra osc_0.99.orig.tar.gz
 0a5f1c79e372b13c2fe87419c8aef959 4262 devel extra osc_0.99-1.diff.gz
 dda526ea336e03d5aff9300ac4c9b1ef 71686 devel extra osc_0.99-1_all.deb

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

iD8DBQFHoDe03DVS6DbnVgQRAkR9AKCfDXZY5Ivn/VQhvlq9Jl+HSrIdSwCg0wmU
kp52CDxScXbFwyv1VKBPII0=
=HG92
-END PGP SIGNATURE-


Accepted:
osc_0.99-1.diff.gz
  to pool/main/o/osc/osc_0.99-1.diff.gz
osc_0.99-1.dsc
  to pool/main/o/osc/osc_0.99-1.dsc
osc_0.99-1_all.deb
  to pool/main/o/osc/osc_0.99-1_all.deb
osc_0.99.orig.tar.gz
  to pool/main/o/osc/osc_0.99.orig.tar.gz


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



Accepted simpleparse 2.1.0a1-1 (source all amd64)

2008-02-07 Thread Vincent Bernat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 29 Aug 2007 11:30:36 +0200
Source: simpleparse
Binary: python-simpleparse python-simpleparse-doc python-simpleparse-mxtexttools
Architecture: source all amd64
Version: 2.1.0a1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team [EMAIL PROTECTED]
Changed-By: Vincent Bernat [EMAIL PROTECTED]
Description: 
 python-simpleparse - A simple parser generator for Python
 python-simpleparse-doc - Documentation for simpleparse, a simple parser 
generator for Pyth
 python-simpleparse-mxtexttools - A simple parser generator for Python - 
architecture dependent fil
Closes: 357537 373381 426429
Changes: 
 simpleparse (2.1.0a1-1) unstable; urgency=low
 .
   * New upstream release (Closes: #357537).
   * Maintainership set to Debian Python Modules Team
   * Bump Standards-Version to 3.7.3
   * Build-Depends on python-setuptools
   * Add Vcs-* fields to debian/control
   * Ship three packages: one with mxtexttools, another with
 architecture-independant files and the last one with documentation and
 examples.
   * Add some cleaning rules to be able to build the package twice in a row
   * Add debian/watch
   * Run unit tests on build
   * Ship with parts of mxTextTools and therefore does not need it any more
 (Closes: #426429).
   * Acknowledge NMU (Closes: #373381).
Files: 
 acebae4a137dbc4172f1a31603e6a1a4 1078 python optional simpleparse_2.1.0a1-1.dsc
 9d69911f73f48be8eab44774622d13fc 388840 python optional 
simpleparse_2.1.0a1.orig.tar.gz
 3054e00686f76ce62a58b7c1da6de86e 4634 python optional 
simpleparse_2.1.0a1-1.diff.gz
 0b607089e44aba0bb1c4f87bd9c20284 64890 python optional 
python-simpleparse_2.1.0a1-1_all.deb
 89ab913e0fbfff654e80d504a602fef7 230098 doc optional 
python-simpleparse-doc_2.1.0a1-1_all.deb
 3014c5f73f85103c7672d33bfd6eaf64 81446 python optional 
python-simpleparse-mxtexttools_2.1.0a1-1_amd64.deb

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

iD8DBQFHm0tdB01zfu119ZkRArtMAJ4wEFwceLJ5OWanX5FiAgoiAMCVDQCgvVob
0dYS/GomhNy/V4gJxj7IGpk=
=+orJ
-END PGP SIGNATURE-


Accepted:
python-simpleparse-doc_2.1.0a1-1_all.deb
  to pool/main/s/simpleparse/python-simpleparse-doc_2.1.0a1-1_all.deb
python-simpleparse-mxtexttools_2.1.0a1-1_amd64.deb
  to pool/main/s/simpleparse/python-simpleparse-mxtexttools_2.1.0a1-1_amd64.deb
python-simpleparse_2.1.0a1-1_all.deb
  to pool/main/s/simpleparse/python-simpleparse_2.1.0a1-1_all.deb
simpleparse_2.1.0a1-1.diff.gz
  to pool/main/s/simpleparse/simpleparse_2.1.0a1-1.diff.gz
simpleparse_2.1.0a1-1.dsc
  to pool/main/s/simpleparse/simpleparse_2.1.0a1-1.dsc
simpleparse_2.1.0a1.orig.tar.gz
  to pool/main/s/simpleparse/simpleparse_2.1.0a1.orig.tar.gz


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



Accepted bluefish 1.0.7-4 (source i386)

2008-02-07 Thread dale
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 05 Feb 2008 03:03:47 +0100
Source: bluefish
Binary: bluefish
Architecture: source i386
Version: 1.0.7-4
Distribution: unstable
Urgency: low
Maintainer: Daniel Leidert (dale) [EMAIL PROTECTED]
Changed-By: Daniel Leidert (dale) [EMAIL PROTECTED]
Description: 
 bluefish   - advanced Gtk+ HTML editor
Closes: 449288
Changes: 
 bluefish (1.0.7-4) unstable; urgency=low
 .
   * debian/control: Added DM-Upload-Allowed for DM status.
 (Standards-Version): Raised to 3.7.3.
   * debian/rules: Added LDFLAGS to drop useless dependencies (should be safe
 here). Make sure, there are no unresolved symbols.
   * debian/patches/04_fix_maximization_state_save.dpatch: Added.
 - Fixes a long-time-standing bug, that prevents bluefish from saving the
   maximization state, if people quit with File  Quit.
   * debian/patches/05_fix_449288_hlt_pattern_dialog.dpatch: Added.
 - Fixes the empty highlighting pattern dialog (closes: #449288). Thanks to
   Jim Hayward for the patch.
   * debian/patches/00list: Adjusted.
Files: 
 31a97d401497daae15c65c3a621d2494 785 web optional bluefish_1.0.7-4.dsc
 1f1c0f49bb4197841ca09372b5732fc2 31342 web optional bluefish_1.0.7-4.diff.gz
 51721abc8e509a7048aef749cf046b39 1608114 web optional bluefish_1.0.7-4_i386.deb

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

iD8DBQFHq52hmHaJYZ7RAb8RAhvxAJ9Nu50HN+NeguhbwY4IJu0ZDZC69QCgyaD9
0+2F+AYjX5tTfnC1aeqzc6c=
=SHbX
-END PGP SIGNATURE-


Accepted:
bluefish_1.0.7-4.diff.gz
  to pool/main/b/bluefish/bluefish_1.0.7-4.diff.gz
bluefish_1.0.7-4.dsc
  to pool/main/b/bluefish/bluefish_1.0.7-4.dsc
bluefish_1.0.7-4_i386.deb
  to pool/main/b/bluefish/bluefish_1.0.7-4_i386.deb


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



Accepted ardour 1:2.3.1-1 (source amd64)

2008-02-07 Thread Free Ekanayaka
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Feb 2008 20:51:55 +
Source: ardour
Binary: ardour ardour-altivec ardour-i686
Architecture: source amd64
Version: 1:2.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Team [EMAIL PROTECTED]
Changed-By: Free Ekanayaka [EMAIL PROTECTED]
Description: 
 ardour - digital audio workstation (graphical gtk2 interface)
Closes: 463803
Changes: 
 ardour (1:2.3.1-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control:
  - build-depend on libfftw3-dev (Closes: #463803)
  - added Homepage, Vcs-Svn, Vcs-Browser
   * debian/patches
  - dropped 50-soundtouch.patch (fixed upstream)
  - updated 80_ardourino.patch
  - dropped unused patches from source package
Files: 
 1fd6a7c7eae76a25a4647d80a799c2e3 1411 sound optional ardour_2.3.1-1.dsc
 778bd69ab2a1387ec3c435bf70fe35a8 5232559 sound optional 
ardour_2.3.1.orig.tar.gz
 c966bbc3de1a1cda535e0f4ba04f88b5 34409 sound optional ardour_2.3.1-1.diff.gz
 6d413c382514b80fe3dce31c917f9f66 8704490 sound optional 
ardour_2.3.1-1_amd64.deb

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

iD8DBQFHq6GucanJGlcVnlkRAvc8AJ9WY+lULbhICBiVk5pWBs3QYkciRACeKEZ0
qEWJqAGfSz/7uNH/DyjJGe8=
=jJYj
-END PGP SIGNATURE-


Accepted:
ardour_2.3.1-1.diff.gz
  to pool/main/a/ardour/ardour_2.3.1-1.diff.gz
ardour_2.3.1-1.dsc
  to pool/main/a/ardour/ardour_2.3.1-1.dsc
ardour_2.3.1-1_amd64.deb
  to pool/main/a/ardour/ardour_2.3.1-1_amd64.deb
ardour_2.3.1.orig.tar.gz
  to pool/main/a/ardour/ardour_2.3.1.orig.tar.gz


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



Accepted libmodule-find-perl 0.06-2 (source all)

2008-02-07 Thread Gunnar Wolf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 18:53:22 -0600
Source: libmodule-find-perl
Binary: libmodule-find-perl
Architecture: source all
Version: 0.06-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Gunnar Wolf [EMAIL PROTECTED]
Description: 
 libmodule-find-perl - Find and use installed modules in a (sub)category
Changes: 
 libmodule-find-perl (0.06-2) unstable; urgency=low
 .
   * Fixed broken debian/watch (Cloeses: #450031)
   * Added myself as an uploader
Files: 
 744ce39bb1631b55a36db4cae725810d 950 perl optional 
libmodule-find-perl_0.06-2.dsc
 b5840cd3bbc696f61e3b7978c5dcf14f 2152 perl optional 
libmodule-find-perl_0.06-2.diff.gz
 5df8e8fa8a1549f4b196e68a1d5e50b4 8412 perl optional 
libmodule-find-perl_0.06-2_all.deb

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

iD8DBQFHq6hk2A7zWou1J68RAjyKAKCeWGyXoP83jJOpg6pYersj5A+j1QCfeEFo
adwum2wkhluTgVk08lHimmo=
=C95A
-END PGP SIGNATURE-


Accepted:
libmodule-find-perl_0.06-2.diff.gz
  to pool/main/libm/libmodule-find-perl/libmodule-find-perl_0.06-2.diff.gz
libmodule-find-perl_0.06-2.dsc
  to pool/main/libm/libmodule-find-perl/libmodule-find-perl_0.06-2.dsc
libmodule-find-perl_0.06-2_all.deb
  to pool/main/libm/libmodule-find-perl/libmodule-find-perl_0.06-2_all.deb


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



  1   2   >