Re: ADV: Re: Is there a way to positively, uniquely identify which Debian release a program is running on?

2007-06-02 Thread Manoj Srivastava
On Fri, 01 Jun 2007 16:54:03 -0400, Kris Deugau [EMAIL PROTECTED] said: 

 Frank Lichtenheld wrote:
 On Fri, Jun 01, 2007 at 02:51:27PM -0400, Kris Deugau wrote:
 (Mildly amusing sidenote to this discussion: I'm finally convincing
 the senior systems guy that Packages Are Good, and now developers
 for the upstream OS seem to be telling me Packages Are Useless,
 because I can't even count on a critical dependency being installed
 via the package system.  g)
 
 ? I don't see that beeing said in the thread. Could you point out
 that for me?

 Hmm.  Not explicitly stated, nor really implied, but several people
 commented that a system may have backported packages, packages from
 testing/unstable/experimental, software that's installed from source
 and which the package manager is therefore completely unaware of - in
 other words, no matter what you might find in /etc/debian_version or
 some other nominal reference, the configuration and binaries on the
 system may not resemble a stock install of that release at all.

 Taken to the extreme, that leads me to the conclusion that Packages
 Are Useless.  g (Taken another couple of steps, it leads to
 Everyone should be running Linux From Scratch.)

So, modular systems via packages that allow me to install a
 system according to my desires; in your world make packages useless?
 Upon my word, your logic seems wonderfully  unique.

manoj

-- 
Pain is inevitable, suffering is optional. Author Unknown
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: ldbl128 transition for alpha, powerpc, sparc, s390

2007-06-02 Thread Andreas Metzler
In gmane.linux.debian.devel.general Matthias Klose [EMAIL PROTECTED] wrote:
 With glibc-2.5 and gcc-4.1.2 (and gcc-4.2), the `long double' data
 type did change from a 64bit representation to a 128bit representation
 on alpha, powerpc, sparc, s390. To allow partial upgrades of packages,
 we will need to rename all packages holding libraries with the long
 double data type in their API.  Both libc and libstdc++ do not need to
 be renamed, because they support both representations. Attached you
 can find a list of packages with header files in /usr/include matching
 'long *double'. If a library package is built from the same source as
 well, it has to be renamed, however the list may have false positives.

[...]
 gnulib
[...]

Looks like a false positive. The gnulib source package is arch-all, it
does not contain compiled source.
cu andreas

-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'


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



Re: ldbl128 transition for alpha, powerpc, sparc, s390

2007-06-02 Thread Vincent Fourmond
Matthias Klose wrote:
 I plan to submit bug reports with severity `serious' for all source
 packages matching the above description (although if somebody wants to
 handle this transition, please go ahead).
 
 cfortran

Probably a false positive, as it is an arch:all package (just a header
file).

  Cheers,

Vincent


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



Re: ADV: Re: Is there a way to positively, uniquely identify which Debian release a program is running on?

2007-06-02 Thread Gabor Gombas
On Fri, Jun 01, 2007 at 04:54:03PM -0400, Kris Deugau wrote:

 Hmm.  Not explicitly stated, nor really implied, but several people
 commented that a system may have backported packages, packages from
 testing/unstable/experimental, software that's installed from source and
 which the package manager is therefore completely unaware of - in other
 words, no matter what you might find in /etc/debian_version or some
 other nominal reference, the configuration and binaries on the system
 may not resemble a stock install of that release at all.

That's right.

 Taken to the extreme, that leads me to the conclusion that Packages Are
 Useless.  g  (Taken another couple of steps, it leads to Everyone
 should be running Linux From Scratch.)

You got it completely backwards. The individual packages (and their
versions) are what you _can_ depend on. A single release string can
never give you enough information for what you want to achieve.

And this is not specific to Debian at all; you get the same effects on
RPM-based distros when you start installing packages from 3rd party RPM
repositories.

Gabor

-- 
 -
 MTA SZTAKI Computer and Automation Research Institute
Hungarian Academy of Sciences
 -


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



Re: Filing FTBFS bugs and packages in NEW

2007-06-02 Thread Joerg Jaspert
On 11037 March 1977, Martin Zobel-Helas wrote:

 This could be realized by patching helena[1], eg. to produce a RSS like
 output, so an automated parsing of PackageName and PackageVersion in NEW
 could be done. I will have a look into that during the weekend. Should
 be mostly trivial.

There are already RSS feeds for NEW.

-- 
bye Joerg
Von einem Besucher auf dem LT:

Die 3 Microsoft-Leute auf Ihrem Stand müssen sich vorkommen wie 3
Mönche im Puff.


pgpfB7RyuZdfq.pgp
Description: PGP signature


Re: Filing FTBFS bugs and packages in NEW

2007-06-02 Thread Martin Zobel-Helas
Hi, 

On Sat Jun 02, 2007 at 11:18:00 +0200, Joerg Jaspert wrote:
 On 11037 March 1977, Martin Zobel-Helas wrote:
 
  This could be realized by patching helena[1], eg. to produce a RSS like
  output, so an automated parsing of PackageName and PackageVersion in NEW
  could be done. I will have a look into that during the weekend. Should
  be mostly trivial.
 
 There are already RSS feeds for NEW.

where? it is not linked from new.html


-- 
[EMAIL PROTECTED] /root]# man real-life
No manual entry for real-life


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



Re: Is there a way to positively, uniquely identify which Debian release a program is running on?

2007-06-02 Thread Adrian von Bidder
On Wednesday 30 May 2007 22.46:30 Kris Deugau wrote:
 I've been writing custom utilities and libraries for various systems at
 work, and with one particular project recently it's become (more)
 important to know exactly which Debian release it's running on (at some
 stage or other between version-controlled-code and installed-binary)
 so that I don't try to call a missing binary or create a .deb that
 requires a package that doesn't actually exist in the target dist.

In general: don't do that.  My machine has base-files from etch and thus can 
be considered to be etch, but there are a lot of packages from lenny and 
sid on it (including libc6, thanks to the dependency handling).  And if I 
don't reinstall the machine before lenny, it will even mix etch, lenny, 
lenny+1 and sid in a few years.  So what version is installed on the 
machine?

Version problems like you describe almost always boil down to versioned 
package dependencies.

Obviously, if you're in a controlled environment and you know that your 
target machines are clean etch or lenny, the problem becomes a lot 
easier.

cheers
-- vbi



-- 
featured product: GNU Privacy Guard - http://gnupg.org


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


Re: Is there a way to positively, uniquely identify which Debian release a program is running on?

2007-06-02 Thread Adrian von Bidder
On Friday 01 June 2007 20.51:27 Kris Deugau wrote:
  Instead, we try to make them work

  as far as their dependencies are met.

 ... which means what, exactly, if my program expects
 /usr/lib/apache2/suexec but the system (stock Debian sarge) only has
 /usr/lib/apache2/suexec2?  Or vice versa for etch?

Just make sure you depend on whatever version of apache that matches where 
you expect the suexec binary to live.  Yes, you'll need to check for all 
such cases but it will get you much further than relying 
on /etc/debian_version because even people heavily mixing Debian releases 
will be happy.

cheers
-- vbi

-- 
24h Business Support:
... for example, when one of our products stops working, we'll blame
another vendor within 24 hours.
-- Scott Adams/Dilbert, 2006-06-13


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


Bug#427208: ITP: libjdo-api-java -- implementation of JSR 243: JavaTM Data Objects 2.0

2007-06-02 Thread Torsten Werner
Package: wnpp
Severity: wishlist
Owner: Torsten Werner [EMAIL PROTECTED]

* Package name: libjdo-api-java
  Version : 2.0
  Upstream Author : The Apache Software Foundation
* URL : http://db.apache.org/jdo/
* License : Apache
  Programming Lang: Java
  Description : implementation of JSR 243: JavaTM Data Objects 2.0
 Java Data Objects (JDO) is a standard way to access persistent data in
 databases, using plain old Java objects (POJO) to represent persistent data.
 The approach separates data manipulation (done by accessing Java data members
 in the Java domain objects) from database manipulation (done by calling the
 JDO interface methods). This separation of concerns leads to a high degree of
 independence of the Java view of data from the database view of the data.
 .
 Interfaces are defined for the user's view of persistence:
  - PersistenceManager: the component responsible for the life cycle of
persistent instances, Query factory, and Transaction access
  - Query: the component responsible for querying the datastore and returning
persistent instances or values
  - Transaction: the component responsible for initiating and completing
transactions
 .
 JDO is being developed as a Java Specification Request in the Java Community
 Process. The original JDO 1.0 is JSR-12 http://www.jcp.org/en/jsr/detail?id=12
 and the current JDO 2.0 is JSR-243 http://www.jcp.org/en/jsr/detail?id=243
 .
  Homepage: http://db.apache.org/jdo/



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



Re: etch-proposed-updates amd64 Release file fails checksum [Was: possible problem with ftp.us.debian.org]

2007-06-02 Thread Anthony Towns
On Sun, May 27, 2007 at 04:57:46PM -0400, Yaroslav Halchenko wrote:
 More than a month ago I filed a bug report
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=418956

Sorry about that, fixed now.

(The daily regeneration of the Release files wasn't working because
the dak script wasn't noticing that the stable-proposed-updates and
testing-proposed-updates Release files were hardlinked...)

Cheers,
aj



signature.asc
Description: Digital signature


Re: discussion with the FSF: GPLv3, GFDL, Nexenta

2007-06-02 Thread Anthony Towns
On Tue, May 22, 2007 at 02:53:43PM +0300, Lars Wirzenius wrote:
 On ti, 2007-05-22 at 13:30 +0200, Sam Hocevar wrote:
  1. The GPLv3: the latest draft did not raise major objections from
   -legal and despite its concerns with the strategies developed in some
   sections, Debian does consider it DFSG-free. Debian will however not
   push for its adoption, mainly because we still have much software that
   is GPLv2-only in the distribution.
 Why it that a valid, or even relevant reason to avoid pushing GPLv3?

That's been answered already, but, IMO, a sufficient and better reason
to avoid pushing GPLv3 is just that there's no need for Debian to push
*any* particular free license. As long as its DFSG-free, we don't really
need to care -- we might still offer opinions, but we don't have to go
any further.

Cheers,
aj


signature.asc
Description: Digital signature


Re: discussion with the FSF: GPLv3, GFDL, Nexenta

2007-06-02 Thread Anthony Towns
On Thu, May 24, 2007 at 10:54:36AM -0700, Don Armstrong wrote:
 and to the best of my knowledge, works licensed solely under the CDDL
 have never been accepted in main.[1]

star | 1.5a57-1 | oldstable | source, alpha, arm, [...]
star | 1.5a67-1 | stable | source, alpha, amd64, [...]

http://packages.debian.org/changelogs/pool/main/s/star/star_1.5a57-1/star.copyright
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=350624

HTH.

Cheers,
aj



signature.asc
Description: Digital signature


Re: Filing FTBFS bugs and packages in NEW

2007-06-02 Thread gregor herrmann
On Sat, 02 Jun 2007 12:31:48 +0200, Martin Zobel-Helas wrote:

  There are already RSS feeds for NEW.
 where? it is not linked from new.html

I know at least:

Packages entering NEW:
http://people.debian.org/~filippo/NEWrss/new_in.rss

Packages leaving NEW:
http://people.debian.org/~filippo/NEWrss/new_out.rss

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: Element Of Crime: Narzissen Und Kakteen


signature.asc
Description: Digital signature


steeple milan--cuny

2007-06-02 Thread Makayla
all of the products you were searching
for last week...

you asked us where to find them, and we
have searched to bring you the results

terewte.info

trust us, it's the only place you will
be able to get these items



Bug#427216: ITP: gtkol-ldap -- GtkOL-LDAP is a LDAP client based on GtkOL.

2007-06-02 Thread Francesco Namuri
Package: wnpp
Severity: wishlist
Owner: Francesco Namuri [EMAIL PROTECTED]


  Package name: gtkol-ldap
  Version : 1.1
  Upstream Author : Name [EMAIL PROTECTED]
  URL : http://www.example.org/
  License : GPL
  Programming Lang: C++
  Description : GtkOL-LDAP is a LDAP client based on GtkOL.

GtkOL is designed to help you administer OpenLDAP directories, it is
developed in modular way to enable template handling such posix account
or samba entries. It implements TLS/SASL bindigs, DN drag  drop, DN
recursive deletion, LDIF import/export, password attributes automatic
hashing, DN integrity rules setup, and more.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (850, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-custom.5
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.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: Plugin API/ABI versions

2007-06-02 Thread Ben Hutchings
On Fri, 2007-06-01 at 18:03 +0200, Magnus Holmgren wrote:
 Many applications allow their functionality to be extended by means of 
 plugins, often in the form of libraries that the application dlopen()s. 
 Usually the application provides an API, and like other APIs these APIs (and 
 ABIs) can evolve, calling for versioned dependencies. But executables aren't 
 shared libraries, so there are no SONAME/NEEDED tags (typically, AFAIK, the 
 API headers define some version constants that the application queries the 
 plugin for to detect incompatibilities) and using dpkg-shlibdeps doesn't 
 work. So how should the -dev package provide correct dependency information 
 in these cases?
nip

The ion3 package provides ion3-api- + an API identifier, and
separately-packaged modules depend on this.  The API identifier is in
one of the headers in the -dev package.

Ben.

-- 
Ben Hutchings
The obvious mathematical breakthrough [to break modern encryption] would be
development of an easy way to factor large prime numbers. - Bill Gates


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


Re: BoF: Supporting 15,000 packages - How much support do we mean?

2007-06-02 Thread Julien Cristau
On Sat, Jun  2, 2007 at 15:15:40 +0100, Ben Hutchings wrote:

 #382607 (CVE-2006-4041) has apparently not been touched in 9 months.
 This is probably mitigated by the fix for #368645 (CVE-2006-2314), but
 this was never confirmed.
 
The security tracker lists this as unimportant, with a note that no
applications in sarge use pike+postgres.

Cheers,
Julien


signature.asc
Description: Digital signature


Re: BoF: Supporting 15,000 packages - How much support do we mean?

2007-06-02 Thread Ben Hutchings
On Wed, 2007-05-30 at 18:22 -0700, Steve Langasek wrote:
 On Thu, May 31, 2007 at 01:58:02AM +0100, Ben Hutchings wrote:
 What evidence do you have that serious security bugs won't get 
 fixed in a
 stable release because of MIA developers?
 
Search for years in
http://bugs.debian.org/cgi-bin/pkgreport.cgi?which=tagdata=securityarchive=noversion=dist=stablepend-exc=fixedpend-exc=doneinclude=security
 
   If I search on
   http://bugs.debian.org/cgi-bin/pkgreport.cgi?which=tag;data=security;archive=no;dist=stable;pend-exc=fixed;pend-exc=done;include=security;severity=critical,grave,serious
   (since the question was about serious security bugs), the only matches 
   are
   listed as From other Branch, meaning that the versions listed as 
   affected
   in the BTS are not versions present in stable.
  snip
 
  I'm sorry, I did not use serious in the precise sense of the BTS.  I
  meant that there were bugs that could have serious consequences for some
  users, which is true of many bugs with severity = important.
 
 But if that's the criterion, I don't see why anything more is needed than to
 more visibly document to our users what classes of bugs are considered
 release-critical.  Maintainer activity is not going to be strongly
 correlated with frequency of non-RC security bugs in a package in stable.

I expect there is some correlation between maintainer activity and
competence, and the speed at which security bugs get fixed.  That said,
the numbers are small and the correlation probably quite weak.  So I
don't propose to use some sort of karma system to rate maintainers and
their packages.

  Also, this release is relatively new and has had less time to accumulate
  bug reports.  sarge is in a worse state.
 
 Ok, can you provide an example to support this claim that sarge is worse?
 If I sub 'oldstable' for 'stable' in the URL, I get a much *smaller* number
 of outstanding RC security bugs for sarge, and only two of them are open for
 longer than a year[1] (and less than two), which is of course not good, but
 also not what you appeared to be claiming above.

I would expect serious security bugs to be fixed in a *lot* less than a
year!  There are 6 of them older than 3 months.  I fear we'll see the
same in etch once it's been out longer.

 I'm not saying that what the BTS shows in this view is at all accurate; I
 think it's entirely possible that there are bugs missing here, since sarge's
 release predates the advent of version tracking in the BTS, and even now
 there's a good chance of new security bugs being filed with incomplete
 v-t info.  I'm just asking that you support this claim with a concrete
 pointer, because if there are known security bugs going unaddressed I'd like
 to know what they are to try to understand why they've fallen through the
 cracks and try to figure out if there's something we can be doing better to
 catch such bugs as a class.

Let me go through those 6:

#382607 (CVE-2006-4041) has apparently not been touched in 9 months.
This is probably mitigated by the fix for #368645 (CVE-2006-2314), but
this was never confirmed.

#392016 should have been closed by version 2.5.7+r1558-4+sarge3, if I'm
not mistaken.

#396360 (CVE-2006-4513) has been waiting 3 months for someone to apply a
patch.
#334054 (CVE-2005-3323) has been waiting 19 months for someone to apply
a patch (the bug was fixed in zope2.7 but not zope 2.6).

#352188 is, as you said, mitigated by the library not having reverse
dependencies. And it's a DoS, so is probably only important.

#408300 (CVE-2007-0461) is also a DoS.

So at least 2 have apparently fallen through the cracks.  There may be
more in the security-tracker that aren't in the BTS.

 Roberto's point that low maintainer activity tends to correlate with
 *unknown* security bugs is well taken, but you seem to be making the much
 stronger claim that we *know* our stable releases have security holes that
 will go unfixed, and this isn't something that I know at all.

We know that they *will* have security holes found in them.  Some of
these evidently go unfixed for some time.  Maybe this is merely a matter
of poor tracking.  I think there's a real resource limitation.

 [1] and one of these bugs is in libtasn1-0, a version of libtasn that
 appears to have no reverse-dependencies in the archive (I think because the
 security fix was ABI-breaking and therefore transitioned the reverse-deps
 away from it), so the impact on end users is roughly nil.

Noted.

Ben.

-- 
Ben Hutchings
The obvious mathematical breakthrough [to break modern encryption] would be
development of an easy way to factor large prime numbers. - Bill Gates


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


Re: BoF: Supporting 15,000 packages - How much support do we mean?

2007-06-02 Thread Ben Hutchings
On Sat, 2007-06-02 at 16:22 +0200, Julien Cristau wrote:
 On Sat, Jun  2, 2007 at 15:15:40 +0100, Ben Hutchings wrote:
 
  #382607 (CVE-2006-4041) has apparently not been touched in 9 months.
  This is probably mitigated by the fix for #368645 (CVE-2006-2314), but
  this was never confirmed.
  
 The security tracker lists this as unimportant, with a note that no
 applications in sarge use pike+postgres.

So applications outside of the Debian system are unimportant and not
supported?  Then let's rip out all the libraries without reverse-
dependencies, and the static libraries while we're at it.  The mirror
maintainers will thank us for it!

Ben.

-- 
Ben Hutchings
The obvious mathematical breakthrough [to break modern encryption] would be
development of an easy way to factor large prime numbers. - Bill Gates


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


Re: discussion with the FSF: GPLv3, GFDL, Nexenta

2007-06-02 Thread Anthony Towns
debian-devel re-added.

On Sat, Jun 02, 2007 at 03:40:36PM +0200, Francesco Poli wrote:
 On Sat, 2 Jun 2007 21:50:15 +1000 Anthony Towns wrote:
  On Thu, May 24, 2007 at 10:54:36AM -0700, Don Armstrong wrote:
   and to the best of my knowledge, works licensed solely under the
   CDDL have never been accepted in main.[1]
  star | 1.5a57-1 | oldstable | source, alpha, arm, [...]
  star | 1.5a67-1 | stable | source, alpha, amd64, [...]
  http://packages.debian.org/changelogs/pool/main/s/star/star_1.5a57-1/star.copyright
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=350624
 Quoting from the bug log, Anthony Towns wrote:
 | The CDDL mightn't be the best license in the world, and isn't GPL
 | compatible, but it's still DFSG-free. Closing this bug with this
 | message.
 I do *not* agree that the CDDL meets the DFSG, especially when a choice
 of venue is in place.

That a poster to debian-legal doesn't think a license meets the DFSG
isn't particularly useful information, and is even less so when that
poster isn't a DD, a maintainer or someone in the n-m queue.

Cheers,
aj



signature.asc
Description: Digital signature


Re: discussion with the FSF: GPLv3, GFDL, Nexenta

2007-06-02 Thread Michael Poole
Anthony Towns writes:

 debian-devel re-added.

 On Sat, Jun 02, 2007 at 03:40:36PM +0200, Francesco Poli wrote:
 On Sat, 2 Jun 2007 21:50:15 +1000 Anthony Towns wrote:
  On Thu, May 24, 2007 at 10:54:36AM -0700, Don Armstrong wrote:
   and to the best of my knowledge, works licensed solely under the
   CDDL have never been accepted in main.[1]
  star | 1.5a57-1 | oldstable | source, alpha, arm, [...]
  star | 1.5a67-1 | stable | source, alpha, amd64, [...]
  http://packages.debian.org/changelogs/pool/main/s/star/star_1.5a57-1/star.copyright
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=350624
 Quoting from the bug log, Anthony Towns wrote:
 | The CDDL mightn't be the best license in the world, and isn't GPL
 | compatible, but it's still DFSG-free. Closing this bug with this
 | message.
 I do *not* agree that the CDDL meets the DFSG, especially when a choice
 of venue is in place.

 That a poster to debian-legal doesn't think a license meets the DFSG
 isn't particularly useful information, and is even less so when that
 poster isn't a DD, a maintainer or someone in the n-m queue.

A blatant appeal to authority in place of facts or analysis isn't
particularly useful information, and is even less so when arguments
for the contrary position have been made but not answered.

Michael Poole


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



Re: Bug#427216: ITP: gtkol-ldap -- GtkOL-LDAP is a LDAP client based on GtkOL.

2007-06-02 Thread Christian Surchi
On Sat, Jun 02, 2007 at 02:34:28PM +0200, Francesco Namuri wrote:
 Package: wnpp
 Severity: wishlist
 Owner: Francesco Namuri [EMAIL PROTECTED]
 
 
   Package name: gtkol-ldap
   Version : 1.1
   Upstream Author : Name [EMAIL PROTECTED]
   URL : http://www.example.org/
   License : GPL
   Programming Lang: C++
   Description : GtkOL-LDAP is a LDAP client based on GtkOL.

What about author and url? :)

bye
Christian


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



Re: Bug#427216: ITP: gtkol-ldap -- GtkOL-LDAP is a LDAP client based on GtkOL.

2007-06-02 Thread Roberto C . Sánchez
On Sat, Jun 02, 2007 at 05:30:48PM +0200, Christian Surchi wrote:
 On Sat, Jun 02, 2007 at 02:34:28PM +0200, Francesco Namuri wrote:
  Package: wnpp
  Severity: wishlist
  Owner: Francesco Namuri [EMAIL PROTECTED]
  
  
Package name: gtkol-ldap
Version : 1.1
Upstream Author : Name [EMAIL PROTECTED]
URL : http://www.example.org/
License : GPL
Programming Lang: C++
Description : GtkOL-LDAP is a LDAP client based on GtkOL.
 
 What about author and url? :)
 
Also, a more descriptive short description.

Regards,

-Roberto

-- 
Roberto C. Sánchez
http://people.connexer.com/~roberto
http://www.connexer.com


signature.asc
Description: Digital signature


Bug#427238: ITP: dbi-link -- A partial implementation of SQL/MED to PostgreSQL

2007-06-02 Thread Fernando Ike de Oliveira
Package: wnpp
Severity: wishlist
Owner: Fernando Ike de Oliveira [EMAIL PROTECTED]



* Package name: dbi-link
  Version : 2.0.0
  Upstream Author : David Fetter [EMAIL PROTECTED]
* URL : http://pgfoundry.org/projects/dbi-link/
* License : (BSD)
  Programming Lang: (Perl)
  Description : A partial implementation of SQL/MED to PostgreSQL

 DBI-Link is a partial implementation of the SQL/MED (Management of
 External Data) portion of the SQL:2003 specification to PostgreSQL.
 . 
 It's possible connect in others DBMS as MySQL, Oracle, Firebird, 
 Sqlite, since that it is supported by Perl/DBI.


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

Kernel: Linux 2.6.20-1-k7 (SMP w/2 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.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: discussion with the FSF: GPLv3, GFDL, Nexenta

2007-06-02 Thread Marco d'Itri
On Jun 02, Michael Poole [EMAIL PROTECTED] wrote:

 A blatant appeal to authority in place of facts or analysis isn't
 particularly useful information, and is even less so when arguments
 for the contrary position have been made but not answered.
s/arguments/opinions/

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: discussion with the FSF: GPLv3, GFDL, Nexenta

2007-06-02 Thread Don Armstrong
On Sun, 03 Jun 2007, Anthony Towns wrote:
 debian-devel re-added. 
 On Sat, Jun 02, 2007 at 03:40:36PM +0200, Francesco Poli wrote:
  On Sat, 2 Jun 2007 21:50:15 +1000 Anthony Towns wrote:
   On Thu, May 24, 2007 at 10:54:36AM -0700, Don Armstrong wrote:
and to the best of my knowledge, works licensed solely under the
CDDL have never been accepted in main.[1]
   star | 1.5a57-1 | oldstable | source, alpha, arm, [...]
   star | 1.5a67-1 | stable | source, alpha, amd64, [...]
   http://packages.debian.org/changelogs/pool/main/s/star/star_1.5a57-1/star.copyright
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=350624
  Quoting from the bug log, Anthony Towns wrote:
  | The CDDL mightn't be the best license in the world, and isn't GPL
  | compatible, but it's still DFSG-free. Closing this bug with this
  | message.
  I do *not* agree that the CDDL meets the DFSG, especially when a choice
  of venue is in place.
 
 That a poster to debian-legal doesn't think a license meets the DFSG
 isn't particularly useful information, and is even less so when that
 poster isn't a DD, a maintainer or someone in the n-m queue.

It's not like there aren't DDs who feel that it isn't DFSG free; Steve
Langasek and myself have consistently argued against it, and I doubt
we're the only two.

That said, can the ftpmaster who approved the inclusion of star in
main speak up and give their rationale?


Don Armstrong

-- 
Nearly all men can stand adversity, but if you really want to test his
character, give him power.
 -- Abraham Lincoln

http://www.donarmstrong.com  http://rzlab.ucr.edu


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



Bug#427248: ITP: promethee -- a productive numeric working space

2007-06-02 Thread lambda (sbrice)
Package: wnpp
Severity: wishlist
Owner: lambda (sbrice) [EMAIL PROTECTED]


* Package name: promethee
  Version : 5.7rc1
  Upstream Author : Dominique Laporte  his team
* URL : http://www.promethee.eu.org/
* License : (GPL)
  Programming Lang: (PHP, JS)
  Description : A productive numeric working space

promethee is an all-inclusive education project (called numeric working space) 
which support school managing and is exclusively built 
with free software  (need apache2 mysql-server-4.1 apache2-doc 
libapache2-mod-php4 php4-mysql php4-gd php4-cli phpmyadmin dependencies)


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

Kernel: Linux 2.6.18-4-k7 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.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: BoF: Supporting 15,000 packages - How much support do we mean?

2007-06-02 Thread Steve Langasek
On Sat, Jun 02, 2007 at 03:38:46PM +0100, Ben Hutchings wrote:
 On Sat, 2007-06-02 at 16:22 +0200, Julien Cristau wrote:
  On Sat, Jun  2, 2007 at 15:15:40 +0100, Ben Hutchings wrote:

   #382607 (CVE-2006-4041) has apparently not been touched in 9 months.
   This is probably mitigated by the fix for #368645 (CVE-2006-2314), but
   this was never confirmed.

  The security tracker lists this as unimportant, with a note that no
  applications in sarge use pike+postgres.

 So applications outside of the Debian system are unimportant and not
 supported?  Then let's rip out all the libraries without reverse-
 dependencies,

The release team generally proposes doing that. :)

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


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



Bug#427255: ITP: libfreemarker-java -- a template engine written in Java

2007-06-02 Thread Torsten Werner
Package: wnpp
Severity: wishlist
Owner: Torsten Werner [EMAIL PROTECTED]

* Package name: libfreemarker-java
  Version : 2.3.10
  Upstream Author : The Visigoth Software Society
* URL : http://www.freemarker.org/
* License : BSD
  Programming Lang: Java
  Description : a template engine written in Java
 FreeMarker is a template engine; a generic tool to generate text output
 (anything from HTML to autogenerated source code) based on templates. It's a
 Java package, a class library for Java programmers. It's not an application
 for end-users in itself, but something that programmers can embed into their
 products.
 .
 FreeMarker is designed to be practical for the generation of HTML Web pages,
 particularly by servlet-based applications following the MVC (Model View
 Controller) pattern. The idea behind using the MVC pattern for dynamic Web
 pages is that you separate the designers (HTML authors) from the programmers.
 Everybody works on what they are good at. Designers can change the appearance
 of a page without programmers having to change or recompile code, because the
 application logic (Java programs) and page design (FreeMarker templates) are
 separated. Templates do not become polluted with complex program fragments.
 This separation is useful even for projects where the programmer and the HMTL
 page author is the same person, since it helps to keep the application clear
 and easily maintainable.



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



Bug#427258: ITP: gaphas -- diagramming canvas

2007-06-02 Thread Cedric Delfosse
Package: wnpp
Severity: wishlist
Owner: Cedric Delfosse [EMAIL PROTECTED]

* Package name: gaphas
  Version : 0.1.4
  Upstream Author : Arjan Molenaar [EMAIL PROTECTED]
* URL : http://cheeseshop.python.org/pypi/gaphas
* License : LGPL
  Programming Lang: Python
  Description : diagramming widget

 Gaphas is a GTK+ based diagramming widget.



Gaphas must be packaged to package newest version of gaphor.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-3-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.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: Bug#427248: ITP: promethee -- a productive numeric working space

2007-06-02 Thread Julien Cristau
On Sat, Jun  2, 2007 at 11:50:45 -0700, Ben Pfaff wrote:

 lambda (sbrice) [EMAIL PROTECTED] writes:
 
Description : A productive numeric working space
 
  promethee is an all-inclusive education project (called numeric
  working space) which support school managing and 
  is exclusively built with free software (need apache2
  mysql-server-4.1 apache2-doc libapache2-mod-php4 php4-mysql
  php4-gd php4-cli phpmyadmin dependencies)
 
 This seems redundant.  There's a Dependencies field in the
 packaging system for listing dependencies.  There's no need to
 mention that a program in Debian is free software and built only
 with free software--that's the only kind of program we accept
 anyway.

Also, since php4 is going away, stating that your package works with it
seems kind of useless.

Cheers,
Julien


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



Re: discussion with the FSF: GPLv3, GFDL, Nexenta

2007-06-02 Thread Michael Poole
[EMAIL PROTECTED] writes:

 On Jun 02, Michael Poole [EMAIL PROTECTED] wrote:

 A blatant appeal to authority in place of facts or analysis isn't
 particularly useful information, and is even less so when arguments
 for the contrary position have been made but not answered.
 s/arguments/opinions/

Yes, there were a number of court opinions cited to illustrate that
choice of venue (aka forum selection) clauses are quite often binding.
This was in contrast to claims from the CDDL is DFSG compliant crowd
that the clause had no effect.  That was one of the unanswered facts
that I had in mind -- although I suspect your shorthand was not
actually in reference to that.

Michael Poole


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



Re: discussion with the FSF: GPLv3, GFDL, Nexenta

2007-06-02 Thread Don Armstrong
On Sat, 02 Jun 2007, Steve Langasek wrote:
 On Sat, Jun 02, 2007 at 12:12:14PM -0700, Don Armstrong wrote:
  On Sat, 02 Jun 2007, Don Armstrong wrote:
   That said, can the ftpmaster who approved the inclusion of star in
   main speak up and give their rationale?
 
  Actually, I must take this back; it's almost certain that ftpmaster
  did not approve this,
 
 Er, isn't that what AJ's closure message *is*?

It could be. Of course, last time I checked, AJ wasn't primarily doing
NEW processing, which is the area of responsibility that my original
message was (incorrectly) aimed at.


Don Armstrong

-- 
DIE!
 -- Maritza Campos http://www.crfh.net/d/20020601.html

http://www.donarmstrong.com  http://rzlab.ucr.edu


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



Re: libpkg / libupt / libept gets popcon support

2007-06-02 Thread Erich Schubert

Hi Enrico,
Keep up the good work. :-)


the name of the new library is still in flux, and maybe it'll end up
with the name 'libept' and replacing the libept we have now.


I have to admit, that with libpkg I'd expect to find something
working on the actual packages, whereas your library is working with
metadata on the packages, mostly for finding them.

Maybe something along libipkg or libinfopkg is more appropriate?

best regards,
Erich Schubert
--
   erich@(mucl.de|debian.org)  --  GPG Key ID: 4B3A135C(o_
 To understand recursion you first need to understand recursion.   //\
 Wo befreundete Wege zusammenlaufen, da sieht die ganze Welt für   V_/_
   eine Stunde wie eine Heimat aus. --- Herrmann Hesse



Bug#427288: ITP: ntfs-config -- enable/disable write support for any NTFS devices

2007-06-02 Thread Francesco Namuri
Package: wnpp
Severity: wishlist
Owner: Francesco Namuri [EMAIL PROTECTED]


  Package name: ntfs-config
  Version : 1.0-RC2
  Upstream Author : Florent Mertens [EMAIL PROTECTED]
  URL : http://givre.cabspace.com/ntfs-config
  License : GPL
  Programming Lang: Python
  Description : enable/disable write support for any NTFS devices

This program allow you to easily configure all of your NTFS devices
to allow write support via a friendly gui.
For that use, it will configure them to use the open source ntfs-3g
driver. You'll also be able to easily disable this feature.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (850, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-custom.5
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.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]



Bug#427295: ITP: pgbouncer -- Lightweight connection pooler for PostgreSQL

2007-06-02 Thread Fernando Ike de Oliveira
Package: wnpp
Severity: wishlist
Owner: Fernando Ike de Oliveira [EMAIL PROTECTED]


* Package name: pgbouncer
  Version : 1.0.7
  Upstream Author : Sven Suursoho, Marko Kreen
* URL : http://pgfoundry.org/projects/pgbouncer
* License : BSD
  Programming Lang: C
  Description : Lightweight connection pooler for PostgreSQL

 PgBouncer has as features:
 .
 * Several levels of brutality when rotating connections.
 * Low memory requirements.
 * It is not tied to one backend server, the destination databases can
   reside on differet hosts.
 * Supports online reconfiguration for most of the settings.
 * Supports online restart/upgrade.


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

Kernel: Linux 2.6.20-1-k7 (SMP w/2 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.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]



Promethee a Virtual Learning Environement (VLE)

2007-06-02 Thread lambda
Is this software only in French or also in English ?
The entire project will be internationalyzed in five languages at the end of 
the month ;-)

Does this software need php4 or does the software also work with php5 ?
php4 is going away, stating that your package works with it seems kind of 
useless.
This software works efficiently on a K8_2800+ x86_64 GNU/Linux unstable (apache 
2.2.3-4 ; libapache2-mod-php5.2.2-2 ; mysql-server-5.0.41-2 phpmyadmin 
4:2.10.1-3)

There's no need to mention that a program in Debian is free software and built 
only with 
free software that's the only kind of program we accept anyway.
Why do my /etc/apt/sources.list mention a non-free depository ? additionally 
http://www.debian.org/vote/2006/vote_007 specify that Etch has been released 
with kernel firmware issues (point 4)

   Description : A productive numeric working space
We prefer `Virtual Learning Environement (VLE)` as it will be mentioned in the 
coming soon english version of promethee 5.7

Regards,

sébastien Brice


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



Bug#427297: ITP: sturmbahnfahrer -- simulated obstacle course for automobiles

2007-06-02 Thread Miriam Ruiz
Package: wnpp
Severity: wishlist
Owner: Miriam Ruiz [EMAIL PROTECTED]


* Package name: sturmbahnfahrer
  Version : 1.3
  Upstream Author : Bram Stolk [EMAIL PROTECTED]
* URL : http://www.sturmbahnfahrer.com/
* License : GPL
  Programming Lang: C++
  Description : simulated obstacle course for automobiles

 Your objective is to drive your car along an obstacle course. Success
 depends on total control of the car. If you want to master it, try to
 have the laws of physics work with you, not against you.


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



Re: discussion with the FSF: GPLv3, GFDL, Nexenta

2007-06-02 Thread Steve Langasek
On Sat, Jun 02, 2007 at 10:13:56AM -0700, Don Armstrong wrote:
 On Sun, 03 Jun 2007, Anthony Towns wrote:
  debian-devel re-added. 
  On Sat, Jun 02, 2007 at 03:40:36PM +0200, Francesco Poli wrote:
   On Sat, 2 Jun 2007 21:50:15 +1000 Anthony Towns wrote:
On Thu, May 24, 2007 at 10:54:36AM -0700, Don Armstrong wrote:
 and to the best of my knowledge, works licensed solely under the
 CDDL have never been accepted in main.[1]
star | 1.5a57-1 | oldstable | source, alpha, arm, [...]
star | 1.5a67-1 | stable | source, alpha, amd64, [...]
http://packages.debian.org/changelogs/pool/main/s/star/star_1.5a57-1/star.copyright
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=350624
   Quoting from the bug log, Anthony Towns wrote:
   | The CDDL mightn't be the best license in the world, and isn't GPL
   | compatible, but it's still DFSG-free. Closing this bug with this
   | message.
   I do *not* agree that the CDDL meets the DFSG, especially when a choice
   of venue is in place.

  That a poster to debian-legal doesn't think a license meets the DFSG
  isn't particularly useful information, and is even less so when that
  poster isn't a DD, a maintainer or someone in the n-m queue.

 It's not like there aren't DDs who feel that it isn't DFSG free; Steve
 Langasek and myself have consistently argued against it, and I doubt
 we're the only two.

Yes, I think that licensor-oriented choice of venue clauses in free software
licenses are at best a bug, and at worst make the license fail the intent of
the DFSG.

However, the ftpmasters appear to disagree, and the practical consequences
of these clauses do not appear so great (nor so persuasive) that I feel the
need to insist there's been an error.

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


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



start-stop-daemon for user processes

2007-06-02 Thread Warren Turkal
Hello,

Is there anything like daemontools in main? I would like it to work with user 
processes. I would like to use it to make sure a user process stays running 
while I am logged in. Does anyone have any suggestions?

wt
-- 
Warren Turkal


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



Re: start-stop-daemon for user processes

2007-06-02 Thread Russ Allbery
Warren Turkal [EMAIL PROTECTED] writes:

 Is there anything like daemontools in main? I would like it to work with
 user processes. I would like to use it to make sure a user process stays
 running while I am logged in. Does anyone have any suggestions?

Take a look at runit.  It's quite a bit like daemontools without the weird
licensing.

-- 
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: discussion with the FSF: GPLv3, GFDL, Nexenta

2007-06-02 Thread Anthony Towns
On Sat, Jun 02, 2007 at 11:10:19AM -0400, Michael Poole wrote:
 Anthony Towns writes:
  On Sat, Jun 02, 2007 at 03:40:36PM +0200, Francesco Poli wrote:
  I do *not* agree that the CDDL meets the DFSG, especially when a choice
  of venue is in place.
  That a poster to debian-legal doesn't think a license meets the DFSG
  isn't particularly useful information, and is even less so when that
  poster isn't a DD, a maintainer or someone in the n-m queue.
 A blatant appeal to authority in place of facts or analysis isn't
 particularly useful information, and is even less so when arguments
 for the contrary position have been made but not answered.

On Sat, Jun 02, 2007 at 10:13:56AM -0700, Don Armstrong wrote:
 It's not like there aren't DDs who feel that it isn't DFSG free; Steve
 Langasek and myself have consistently argued against it, and I doubt
 we're the only two.
 
 That said, can the ftpmaster who approved the inclusion of star in
 main speak up and give their rationale?

On Sat, Jun 02, 2007 at 08:30:56PM +0200, Bernhard R. Link wrote:
 Count me in. I don't feel comfortable with choose-of-venue at all.

This attitude is exactly why there's a disconnect between regular posters
and subscribers to debian-legal and other members of the project.
How you feel about a license isn't any more important than the other
people's feelings that happen to be opposite to you. The above isn't
analysis, it's grandstanding.

And if you really want to have licenses determined by how people feel
rather than analysing the effects of the license in real world situations
as compared to what's actually written in the DFSG, I expect you'll find
we just end up with more GRs like the the GFDL GR that doesn't match
commonly held opinions on debian-legal at all.

If you're a non-DD, non-maintainer, or whatever, and you have new insight
to add to license/DFSG analysis, that's great! That's exactly what the
list is for.

If you just want to post about your opinion on whether we should consider
something DFSG-free or not, do it in a way that respects the fact that
there are plenty of other contributors to Debian who might happen to
hold opinions different to yours. And also realise that the only place
your opinion is actually going to have some effect is in packages you
maintain, or if we hold a poll or a vote, and posting to -legal isn't
participating in either of those.

Cheers,
aj



signature.asc
Description: Digital signature


Re: discussion with the FSF: GPLv3, GFDL, Nexenta

2007-06-02 Thread Don Armstrong
On Sun, 03 Jun 2007, Anthony Towns wrote:
 How you feel about a license isn't any more important than the other
 people's feelings that happen to be opposite to you. The above isn't
 analysis, it's grandstanding.

My mistake; I assumed the references I provided earlier to the
analysis done in 2005 and 2006 were sufficent. Allow me to summarize
and repeat the problems with choice of venue clauses for the benifit
of those who have not read the threads which I referenced earlier:

Choice of venue clauses can short circuit the normal determination of
jurisdiction in civil cases in some jurisdictions in some cases. In
order to return to a sane jurisdiction, you generally must first get
the choice of venue clause vacated, and only then do you start the
normal change of venue process. Since there is no compulsion to agree
to a license and the work is not being sold, it's less likely that
such a clause will be vacated in comparison to the equivalent clause
in shrinkwrap licenses.[1]

Since this is giving up a right normally enjoyed in exchange for the
ability to use or modify a work, it appears be a fee, and as such
fails DFSG 1.

Finally, by placing works under licenses with such clauses into
non-free, we advise people that they should be examining the license
more closely before deciding whether or not they should (or can) use
the software.

 And if you really want to have licenses determined by how people
 feel rather than analysing the effects of the license in real
 world situations as compared to what's actually written in the DFSG,
 I expect you'll find we just end up with more GRs like the the GFDL
 GR that doesn't match commonly held opinions on debian-legal at all.

I'm personally using feel as shorthand for my understanding of the
legal situtation regarding this clause and its relation to the DFSG
not the way the clause effects me emotionally or what my DFSG
dartboard said when I threw my official -legal flaming darts at it.

I'm well aware that I'm personally more concerned about licensing
matters than the average developer, but then again, that's also why I
(perhaps naïvely) expect people who disagree with my analysis to
actually engage the analysis with counter arguments, come to a
complete understanding of the problem, and then make a determination.

 And also realise that the only place your opinion is actually going
 to have some effect is in packages you maintain, or if we hold a
 poll or a vote, and posting to -legal isn't participating in either
 of those.

My goal is to convince ftpmasters and developers that my analysis is
reasonable, and that these works with licenses containing these kinds
of clauses have no place in main. Failing that, I can only educate
users and not install those packages myself, hoping that unsuspecting
users do not get caught out by upstreams which have decided to become
litigious.[2]


Don Armstrong

1: I have no idea of the odds of such things happening, though. It
definetly varies from district to district in the US, not to mention
other countries.
2: Which, unfortunatly enough, is a legitimate concern considering the
upstream of this particular package.
-- 
If you find it impossible to believe that the universe didn't have a
creator, why don't you find it impossible that your creator didn't
have one either?
 -- Anonymous Coward http://slashdot.org/comments.pl?sid=167556cid=13970629

http://www.donarmstrong.com  http://rzlab.ucr.edu



Re: start-stop-daemon for user processes

2007-06-02 Thread Warren Turkal
On Saturday 02 June 2007 21:45, Russ Allbery wrote:
 Take a look at runit.  It's quite a bit like daemontools without the weird
 licensing.

Runit doesn't appear to be useful for non-system tasks, like starting jackd 
and restarting it if it dies (i.e. on suspend/resume).

wt
-- 
Warren Turkal



Re: start-stop-daemon for user processes

2007-06-02 Thread Russ Allbery
Warren Turkal [EMAIL PROTECTED] writes:
 On Saturday 02 June 2007 21:45, Russ Allbery wrote:

 Take a look at runit.  It's quite a bit like daemontools without the
 weird licensing.

 Runit doesn't appear to be useful for non-system tasks, like starting
 jackd and restarting it if it dies (i.e. on suspend/resume).

Could you say more about why not?  It looked to me like you could use its
supervise equivalent without the whole init replacement stuff.

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



Re: start-stop-daemon for user processes

2007-06-02 Thread Warren Turkal
On Saturday 02 June 2007 23:03, Russ Allbery wrote:
 Could you say more about why not?  It looked to me like you could use its
 supervise equivalent without the whole init replacement stuff.

I took a closer look. It looked like the runit wanted to replace init 
entirely. I don't see how to separate the functionality for running and 
keeping a service started upon user login and stopping it on logout. Do you 
have any suggestions?

BTW, is Debian planning on using something other than init in future versions?

wt
-- 
Warren Turkal



Re: start-stop-daemon for user processes

2007-06-02 Thread Russ Allbery
Warren Turkal [EMAIL PROTECTED] writes:
 On Saturday 02 June 2007 23:03, Russ Allbery wrote:

 Could you say more about why not?  It looked to me like you could use
 its supervise equivalent without the whole init replacement stuff.

 I took a closer look. It looked like the runit wanted to replace init
 entirely.  I don't see how to separate the functionality for running and
 keeping a service started upon user login and stopping it on logout. Do
 you have any suggestions?

The package description says:

 This package does not replace the /sbin/init binary.  To do so you need
 to follow the documentation or install the runit-run package.

and I can install it without any change to the general functionality of
the system other than having runsvdir-start started from init, which is
harmless when your system-wide runit directory is empty.  You can then use
runsvdir to start the programs in any random directory you want, as any
user you want, and use the regular sv command to start and stop them.

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



Re: discussion with the FSF: GPLv3, GFDL, Nexenta

2007-06-02 Thread Anthony Towns
On Sat, Jun 02, 2007 at 09:29:08PM -0700, Don Armstrong wrote:
 Choice of venue clauses can short circuit the normal determination of
 jurisdiction in civil cases in some jurisdictions in some cases.

Contracts and licenses in general short-circuit the normal determination
of rights under common or legislated law in some jurisdictions in some
cases too.

 Since this is giving up a right normally enjoyed in exchange for the
 ability to use or modify a work, it appears be a fee, and as such
 fails DFSG 1.

You're not giving up any rights, you're gaining the right to modify and
distribute the software under certain conditions, just as you are under
the GPL. There's no fee involved, any more than there is under the GPL's
requirement to release your modifications under the GPL or to provide
source when you distribute binaries. You're required to give up something
you might value and otherwise demand compensation for, certainly, but
there needs to be something more than that to violate the DFSG.

It's possible that there's actually something bad about choice of venue,
but analogising it to a fee just makes the discussion completely opaque
to anyone who's not interested in theoretical DFSG analysis. If the DFSG
doesn't have a clause that covers why it's bad, we can change the DFSG;
but if we don't have a good, simple explanation why it's bad for actual
free software users and developers, there's no need to be claiming
it's non-free.

The DFSG are a set of *guidelines*, if you can't explain violations
in simple, understandable terms, they're not violations. Equally, just
because something doesn't directly and clearly contradict some specific
text in the DFSG, it may still be a real violation.

  And if you really want to have licenses determined by how people
  feel rather than analysing the effects of the license in real
  world situations as compared to what's actually written in the DFSG,
  I expect you'll find we just end up with more GRs like the the GFDL
  GR that doesn't match commonly held opinions on debian-legal at all.
 I'm personally using feel as shorthand for my understanding of the
 legal situtation regarding this clause and its relation to the DFSG

That's great, but *your understanding* isn't any more important than
anyone else's. Nor is Francesco's, nor is Bernhard's. There's something
fundamentally wrong with the way discussions work on debian-legal that
people think that simply posting their understanding is a valuable
contribution.

The reason why it's not is that it doesn't provide any good way of
resolving disagreements: you can either revert to authority (such as
ftpmaster's), you can resort to polls (such as a GR or an informal one on
forums.debian.net), or you can attack people who hold different opinions
in the hopes that they'll stop speaking and thus not be heard in future.

 I'm well aware that I'm personally more concerned about licensing
 matters than the average developer, but then again, that's also why I
 (perhaps na?vely) expect people who disagree with my analysis to
 actually engage the analysis with counter arguments, come to a
 complete understanding of the problem, and then make a determination.

And implying that other people aren't sufficiently concerned about
licensing matters, aren't actually engag[ing] the analysis with counter
arguments, don't have a complete understanding of the problem in order
to stop them mak[ing] a determination sounds like a pretty good match
for the last case.

Ultimately Debian's policy isn't going to be decided by whoever
understands legal issues the best, it's going to be decided by the
developers who contribute to Debian, whether they fully understand things
or not. Trying to limit the discussion to experts is all very well, but
it'll just leave non-experts ignoring the discussions when they end up
making the ultimate decision.

 My goal is to convince ftpmasters and developers that my analysis is
 reasonable, and that these works with licenses containing these kinds
 of clauses have no place in main. Failing that, I can only educate
 users and [...]

If the project doesn't adopt your views, then promoting them to users
as though they're an official consensus isn't educat[ing] users, it's
misleading them. That shouldn't stop you from promoting your opinion
*as your opinion*, but honesty demands that you at least make it clear
where official policy ends and your opinion begins.

FWIW, I don't think ftpmaster's opinion is final, discussion on -legal
is nice but ultimately irrelevant is a satisfactory way of deciding
official policy on this. But while discussion on debian-legal of
views such as non-DDs opinions aren't official Debian policy, the
GFDL without invariant sections is a free license, choice of venue
doesn't stop a license (eg the MPL or CDDL) from being a free license,
the dissident test doesn't need to be passed by all DFSG-free licenses,
RFCs don't need to be free is more or less unwelcome -- or at the very
least seen as 

Accepted postfix 2.4.3-1 (source all i386)

2007-06-02 Thread LaMont Jones
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  1 Jun 2007 23:14:55 -0600
Source: postfix
Binary: postfix-pcre postfix postfix-pgsql postfix-doc postfix-ldap postfix-cdb 
postfix-dev postfix-mysql
Architecture: all i386 source 
Version: 2.4.3-1
Distribution: unstable
Urgency: low
Maintainer: LaMont Jones [EMAIL PROTECTED]
Changed-By: LaMont Jones [EMAIL PROTECTED]
Description: 
 postfix- High-performance mail transport agent
 postfix-cdb - CDB map support for Postfix
 postfix-dev - Loadable modules development environment for Postfix
 postfix-doc - Documentation for Postfix
 postfix-ldap - LDAP map support for Postfix
 postfix-mysql - MYSQL map support for Postfix
 postfix-pcre - PCRE map support for Postfix
 postfix-pgsql - PGSQL map support for Postfix
Closes: 420156 420411 420413 422339 422975 423110 423367 423876 423878 423894 
424689 424762 425411 425682 425980 426052 426214 426329 426833
Changes: 
 postfix (2.4.3-1) unstable; urgency=low
 .
   * New upstream version
   * Cleanup merge markers in changelog.  Closes: #420411
   * Remove stale code in preinst.  Upgrading from pre-sarge versions no
 longer works.  Closes: #420413
   * Template file overhaul to go with stale code removal, and translations
 Closes: #420156, #422339, #422975, #423110, #423367, #423876, #423878,
 #423894, #424689, #424762, #425411, #425682, #425980, #426052, #426214,
 #426329, #426833
Files: 
 0948925870fc7b9b663ac98c29f34dd4 44020 mail extra postfix-ldap_2.4.3-1_i386.deb
 196c93683735b968387dd5dc744eedd9 1107080 mail extra postfix_2.4.3-1_i386.deb
 766f5362dc65d0bf3446581c1d3554ea 39206 mail extra 
postfix-pgsql_2.4.3-1_i386.deb
 77d36eedd3e88c2e9aac0f60d7bdb60a 196577 mail extra postfix_2.4.3-1.diff.gz
 7d2e126189b91f41fdb1ddb0bd354fd3 2929905 mail extra postfix_2.4.3.orig.tar.gz
 9723f7e5c6cac9bcc44f2718b0f88d07 804642 doc extra postfix-doc_2.4.3-1_all.deb
 a97e8ff7e186f74791bd92c272b9d6e5 37280 mail extra postfix-cdb_2.4.3-1_i386.deb
 b8980d9238aabccab5ceb80d93ba6b3a 130760 devel extra postfix-dev_2.4.3-1_all.deb
 f04ee0e97cec2eb00eea3737129ee32e 894 mail extra postfix_2.4.3-1.dsc
 e30e50557e2fdb48a7f8906940e8039e 39004 mail extra postfix-pcre_2.4.3-1_i386.deb
 ffec6e6c1be5740a3390a8837fb700df 39188 mail extra 
postfix-mysql_2.4.3-1_i386.deb

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

iD8DBQFGYQQHzN/kmwoKyScRAiaSAJ9Nwl7FtEKJGKHR3X8sDmoyxhSaCACbBP+d
IJmBZ35NhdBGxluFcu59J5I=
=hGqc
-END PGP SIGNATURE-


Accepted:
postfix-cdb_2.4.3-1_i386.deb
  to pool/main/p/postfix/postfix-cdb_2.4.3-1_i386.deb
postfix-dev_2.4.3-1_all.deb
  to pool/main/p/postfix/postfix-dev_2.4.3-1_all.deb
postfix-doc_2.4.3-1_all.deb
  to pool/main/p/postfix/postfix-doc_2.4.3-1_all.deb
postfix-ldap_2.4.3-1_i386.deb
  to pool/main/p/postfix/postfix-ldap_2.4.3-1_i386.deb
postfix-mysql_2.4.3-1_i386.deb
  to pool/main/p/postfix/postfix-mysql_2.4.3-1_i386.deb
postfix-pcre_2.4.3-1_i386.deb
  to pool/main/p/postfix/postfix-pcre_2.4.3-1_i386.deb
postfix-pgsql_2.4.3-1_i386.deb
  to pool/main/p/postfix/postfix-pgsql_2.4.3-1_i386.deb
postfix_2.4.3-1.diff.gz
  to pool/main/p/postfix/postfix_2.4.3-1.diff.gz
postfix_2.4.3-1.dsc
  to pool/main/p/postfix/postfix_2.4.3-1.dsc
postfix_2.4.3-1_i386.deb
  to pool/main/p/postfix/postfix_2.4.3-1_i386.deb
postfix_2.4.3.orig.tar.gz
  to pool/main/p/postfix/postfix_2.4.3.orig.tar.gz


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



Accepted comix 3.6.4-1 (source all)

2007-06-02 Thread Emfox Zhou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 02 Jun 2007 13:49:33 +0800
Source: comix
Binary: comix
Architecture: source all
Version: 3.6.4-1
Distribution: unstable
Urgency: low
Maintainer: Emfox Zhou [EMAIL PROTECTED]
Changed-By: Emfox Zhou [EMAIL PROTECTED]
Description: 
 comix  - GTK Comic Book Viewer
Changes: 
 comix (3.6.4-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 c64f765fd9b80610f4e5f94d11a523c7 588 x11 optional comix_3.6.4-1.dsc
 1ece2cde0057abf5913b0f2933d839ab 398202 x11 optional comix_3.6.4.orig.tar.gz
 a74490f6d747937cae6f9e1bb2778a28 3735 x11 optional comix_3.6.4-1.diff.gz
 3600b74a275d9d34259248a340210e65 233212 x11 optional comix_3.6.4-1_all.deb

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

iD8DBQFGYQW9+MQbLPcULsIRAhmvAKCMWsjXR39kA8spWxFiUpYwuZ6u+QCgzE9B
UkqK85nnusEy1tfvOpDeuPQ=
=/yw+
-END PGP SIGNATURE-


Accepted:
comix_3.6.4-1.diff.gz
  to pool/main/c/comix/comix_3.6.4-1.diff.gz
comix_3.6.4-1.dsc
  to pool/main/c/comix/comix_3.6.4-1.dsc
comix_3.6.4-1_all.deb
  to pool/main/c/comix/comix_3.6.4-1_all.deb
comix_3.6.4.orig.tar.gz
  to pool/main/c/comix/comix_3.6.4.orig.tar.gz


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



Accepted libwww-bugzilla-perl 0.9-2 (source all)

2007-06-02 Thread Bart Martens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 02 Jun 2007 07:24:54 +0200
Source: libwww-bugzilla-perl
Binary: libwww-bugzilla-perl
Architecture: source all
Version: 0.9-2
Distribution: unstable
Urgency: low
Maintainer: Bart Martens [EMAIL PROTECTED]
Changed-By: Bart Martens [EMAIL PROTECTED]
Description: 
 libwww-bugzilla-perl - creation and updating of Bugzilla bugs
Closes: 427118
Changes: 
 libwww-bugzilla-perl (0.9-2) unstable; urgency=low
 .
   * debian/control: Depends: libwww-mechanize-perl, libclass-methodmaker-perl.
 Closes: #427118.
Files: 
 f41bd17d23b9171f9bb3da2498009b9c 676 perl optional 
libwww-bugzilla-perl_0.9-2.dsc
 3ab2bff6d475fd5acdb49befbf5af38c 2080 perl optional 
libwww-bugzilla-perl_0.9-2.diff.gz
 f7b5f3a8a60c5771a36fad211d8ccb2c 15302 perl optional 
libwww-bugzilla-perl_0.9-2_all.deb

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

iD8DBQFGYQQ8bMaawmho9B8RAnc1AKDDT1hiXJI8249jd8ZMzzDgg5u9aACgjCWr
eYKQRAp+dHjS31MbGc+byJI=
=Sn4b
-END PGP SIGNATURE-


Accepted:
libwww-bugzilla-perl_0.9-2.diff.gz
  to pool/main/libw/libwww-bugzilla-perl/libwww-bugzilla-perl_0.9-2.diff.gz
libwww-bugzilla-perl_0.9-2.dsc
  to pool/main/libw/libwww-bugzilla-perl/libwww-bugzilla-perl_0.9-2.dsc
libwww-bugzilla-perl_0.9-2_all.deb
  to pool/main/libw/libwww-bugzilla-perl/libwww-bugzilla-perl_0.9-2_all.deb


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



Accepted postfix 2.5-20070531-1 (source all i386)

2007-06-02 Thread LaMont Jones
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  2 Jun 2007 00:13:49 -0600
Source: postfix
Binary: postfix-pcre postfix postfix-pgsql postfix-doc postfix-ldap postfix-cdb 
postfix-dev postfix-mysql
Architecture: all i386 source 
Version: 2.5-20070531-1
Distribution: experimental
Urgency: low
Maintainer: LaMont Jones [EMAIL PROTECTED]
Changed-By: LaMont Jones [EMAIL PROTECTED]
Description: 
 postfix- High-performance mail transport agent
 postfix-cdb - CDB map support for Postfix
 postfix-dev - Loadable modules development environment for Postfix
 postfix-doc - Documentation for Postfix
 postfix-ldap - LDAP map support for Postfix
 postfix-mysql - MYSQL map support for Postfix
 postfix-pcre - PCRE map support for Postfix
 postfix-pgsql - PGSQL map support for Postfix
Closes: 355434
Changes: 
 postfix (2.5-20070531-1) experimental; urgency=low
 .
   * New upstream version
   * Merge changes from 2.4.3-1
   * Use libdb4.5 so people can play.  Closes: #355434
Files: 
 14fdc2727e673766904813221eba3003 1114664 mail extra 
postfix_2.5-20070531-1_i386.deb
 1c5d935a4fc10104b47570c3893289db 803678 doc extra 
postfix-doc_2.5-20070531-1_all.deb
 66737ecfb7c426e86c8f099254fae036 915 mail extra postfix_2.5-20070531-1.dsc
 3156bc7bbf6e35b1c1e186596aa0ada8 195930 mail extra 
postfix_2.5-20070531-1.diff.gz
 592978b6d7a4e82d72ff0d5a483154ca 131290 devel extra 
postfix-dev_2.5-20070531-1_all.deb
 7b3b6f621b3d1a4226a29ceaed029323 2957715 mail extra 
postfix_2.5-20070531.orig.tar.gz
 9e9a1c05710d917d076aa2247cb38ad7 37334 mail extra 
postfix-cdb_2.5-20070531-1_i386.deb
 ad681a6b4b087c4d7cf8bff126eef70c 39240 mail extra 
postfix-mysql_2.5-20070531-1_i386.deb
 c43fa853fa9ed3de2eac1dba497ffad7 39276 mail extra 
postfix-pgsql_2.5-20070531-1_i386.deb
 df858a5904ab4186ea93307891337d18 39072 mail extra 
postfix-pcre_2.5-20070531-1_i386.deb
 ffea5812b4150043dd2ce054e3d9df40 44062 mail extra 
postfix-ldap_2.5-20070531-1_i386.deb

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

iD8DBQFGYQ0xzN/kmwoKyScRAr1qAJ9sCqyXIe3YBjcyxlLx1zV80x6DNgCfX5+5
15pOTjvAIfAcn+dpiCefmQc=
=Stkt
-END PGP SIGNATURE-


Accepted:
postfix-cdb_2.5-20070531-1_i386.deb
  to pool/main/p/postfix/postfix-cdb_2.5-20070531-1_i386.deb
postfix-dev_2.5-20070531-1_all.deb
  to pool/main/p/postfix/postfix-dev_2.5-20070531-1_all.deb
postfix-doc_2.5-20070531-1_all.deb
  to pool/main/p/postfix/postfix-doc_2.5-20070531-1_all.deb
postfix-ldap_2.5-20070531-1_i386.deb
  to pool/main/p/postfix/postfix-ldap_2.5-20070531-1_i386.deb
postfix-mysql_2.5-20070531-1_i386.deb
  to pool/main/p/postfix/postfix-mysql_2.5-20070531-1_i386.deb
postfix-pcre_2.5-20070531-1_i386.deb
  to pool/main/p/postfix/postfix-pcre_2.5-20070531-1_i386.deb
postfix-pgsql_2.5-20070531-1_i386.deb
  to pool/main/p/postfix/postfix-pgsql_2.5-20070531-1_i386.deb
postfix_2.5-20070531-1.diff.gz
  to pool/main/p/postfix/postfix_2.5-20070531-1.diff.gz
postfix_2.5-20070531-1.dsc
  to pool/main/p/postfix/postfix_2.5-20070531-1.dsc
postfix_2.5-20070531-1_i386.deb
  to pool/main/p/postfix/postfix_2.5-20070531-1_i386.deb
postfix_2.5-20070531.orig.tar.gz
  to pool/main/p/postfix/postfix_2.5-20070531.orig.tar.gz


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



Accepted dict-xdict 0.1-2 (source all)

2007-06-02 Thread Emfox Zhou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 02 Jun 2007 14:07:48 +0800
Source: dict-xdict
Binary: dict-xdict
Architecture: source all
Version: 0.1-2
Distribution: unstable
Urgency: low
Maintainer: Emfox Zhou [EMAIL PROTECTED]
Changed-By: Emfox Zhou [EMAIL PROTECTED]
Description: 
 dict-xdict - An English to Chinese Dictionary
Closes: 425956
Changes: 
 dict-xdict (0.1-2) unstable; urgency=low
 .
   [ Kęstutis Biliūnas ]
   * Added the plugin files for using the dict formatted dictionary with the
 OpenDict dictionary program. For that added files debian/xdict-conf.xml,
 dirs, links and accordingly added the new statements in the targets
 'install' and 'binary-indep' of the debian/rules.
   * debian/control:
 - added the packages opendict, serpento and kdict to Suggests.
   Also dict moved to Suggests. (We do that in the dict-freedict packages 
and
   I think it is right. For example, the OpenDict can use this dictionary
   without dict-server running.)
 - bumped Standards-Version to 3.7.2. No changes required.
 .
   [ Emfox Zhou ]
   * Ack the OpenDict related changes. Thanks to Kęstutis Biliūnas. (Closes: 
#425956)
Files: 
 dd7b26997a5d3741faa1163598857345 602 text optional dict-xdict_0.1-2.dsc
 c2d1c222f48d18ef582a53ad9a85c6f0 4328 text optional dict-xdict_0.1-2.diff.gz
 0f1fa0f4a949ce05255f5a698be1f7a9 3554524 text optional dict-xdict_0.1-2_all.deb

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

iD8DBQFGYQpe+MQbLPcULsIRAkCqAJ4+9A2eqdsR7VrXhCxLPJZTyvSemQCeO12w
tIXs68djFy9ZblotJ1v6RYY=
=gyCG
-END PGP SIGNATURE-


Accepted:
dict-xdict_0.1-2.diff.gz
  to pool/main/d/dict-xdict/dict-xdict_0.1-2.diff.gz
dict-xdict_0.1-2.dsc
  to pool/main/d/dict-xdict/dict-xdict_0.1-2.dsc
dict-xdict_0.1-2_all.deb
  to pool/main/d/dict-xdict/dict-xdict_0.1-2_all.deb


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



Accepted gadfly 1.0.0-12 (source i386 all)

2007-06-02 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 02 Jun 2007 09:22:54 +0200
Source: gadfly
Binary: python-gadfly gadfly python-kjbuckets
Architecture: source i386 all
Version: 1.0.0-12
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose [EMAIL PROTECTED]
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 gadfly - Server and interactive shell for Gadfly SQL database
 python-gadfly - SQL database and parser generator for Python
 python-kjbuckets - Set and graph data types for Python
Closes: 420780
Changes: 
 gadfly (1.0.0-12) unstable; urgency=low
 .
   * Fix package description. Closes: #420780.
Files: 
 40849f1f5c8d699d99befe3667dc635d 672 python optional gadfly_1.0.0-12.dsc
 134d879a97fafa800083f30e3dbb0d52 5125 python optional gadfly_1.0.0-12.diff.gz
 de442115397744b80d0d58436529abb7 26638 interpreters optional 
gadfly_1.0.0-12_all.deb
 e98220cb38520e408144423524b1180b 177346 python optional 
python-gadfly_1.0.0-12_all.deb
 65234b5d8b95d9b2321edf01a2d8a202 58500 python optional 
python-kjbuckets_1.0.0-12_i386.deb

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

iD8DBQFGYRsEStlRaw+TLJwRAudLAJ94/HbHh9Ghta3Xu9RRiLF6WYHGFACfbhd+
7wdgpTFXeH3y0ia1IB5jd8s=
=fsu+
-END PGP SIGNATURE-


Accepted:
gadfly_1.0.0-12.diff.gz
  to pool/main/g/gadfly/gadfly_1.0.0-12.diff.gz
gadfly_1.0.0-12.dsc
  to pool/main/g/gadfly/gadfly_1.0.0-12.dsc
gadfly_1.0.0-12_all.deb
  to pool/main/g/gadfly/gadfly_1.0.0-12_all.deb
python-gadfly_1.0.0-12_all.deb
  to pool/main/g/gadfly/python-gadfly_1.0.0-12_all.deb
python-kjbuckets_1.0.0-12_i386.deb
  to pool/main/g/gadfly/python-kjbuckets_1.0.0-12_i386.deb


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



Accepted pycxx 5.4.0-1 (source all)

2007-06-02 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 02 Jun 2007 09:26:34 +0200
Source: pycxx
Binary: python-cxx python-cxx-dev
Architecture: source all
Version: 5.4.0-1
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose [EMAIL PROTECTED]
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 python-cxx - A Set of facilities to extend Python with C++
 python-cxx-dev - A Set of facilities to extend Python with C++
Changes: 
 pycxx (5.4.0-1) unstable; urgency=low
 .
   * New upstream version:
 - license changed to BSD.
 - bug fix release.
   * Merge from Ubuntu:
 - Apply header patches from sf#1640952.
 - Install headers for the python debug builds.
Files: 
 06ed787848a7c2584002604a8de6f37a 666 python optional pycxx_5.4.0-1.dsc
 b3193f60343f60a4fa82523f6307643d 74847 python optional pycxx_5.4.0.orig.tar.gz
 3f9abf4e21a62406f928d3760933a0e9 5285 python optional pycxx_5.4.0-1.diff.gz
 6798f2ad250dba7e5da6b603c3428e09 27240 python optional 
python-cxx_5.4.0-1_all.deb
 a5a3b7c649df51b0fc9e9a3370427a39 68944 python optional 
python-cxx-dev_5.4.0-1_all.deb

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

iD8DBQFGYRw7StlRaw+TLJwRAj1TAJ9k7oztNvivnvQnW5tp0ZWuBog3MwCgguiT
2p8uEHLBTj6SSvMAApOL8aU=
=MWJ5
-END PGP SIGNATURE-


Accepted:
pycxx_5.4.0-1.diff.gz
  to pool/main/p/pycxx/pycxx_5.4.0-1.diff.gz
pycxx_5.4.0-1.dsc
  to pool/main/p/pycxx/pycxx_5.4.0-1.dsc
pycxx_5.4.0.orig.tar.gz
  to pool/main/p/pycxx/pycxx_5.4.0.orig.tar.gz
python-cxx-dev_5.4.0-1_all.deb
  to pool/main/p/pycxx/python-cxx-dev_5.4.0-1_all.deb
python-cxx_5.4.0-1_all.deb
  to pool/main/p/pycxx/python-cxx_5.4.0-1_all.deb


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



Accepted pcmanx-gtk2 0.3.5-5 (source amd64)

2007-06-02 Thread Emfox Zhou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 02 Jun 2007 15:14:21 +0800
Source: pcmanx-gtk2
Binary: mozilla-plugin-pcmanx libpcmanx-core0 pcmanx-gtk2
Architecture: source amd64
Version: 0.3.5-5
Distribution: unstable
Urgency: low
Maintainer: Emfox Zhou [EMAIL PROTECTED]
Changed-By: Emfox Zhou [EMAIL PROTECTED]
Description: 
 libpcmanx-core0 - core rendering library of pcmanx
 mozilla-plugin-pcmanx - pcmanx plugin for Mozilla based browser
 pcmanx-gtk2 - user-friendly telnet client mainly targets BBS users
Closes: 410519 423036
Changes: 
 pcmanx-gtk2 (0.3.5-5) unstable; urgency=low
 .
   * Add dependency of libgconf2-4. (Closes: #410519)
   * Remove pcmanx.html links, further fix depend on upstream. (Closes: #423036)
Files: 
 49e93f79cae2bcc0f5e06b4317be3ed8 692 x11 optional pcmanx-gtk2_0.3.5-5.dsc
 6d1544dd61ac625fca30fe5c79c29efb 21566 x11 optional pcmanx-gtk2_0.3.5-5.diff.gz
 9e567545afd868cc353475762c1c2085 185680 x11 optional 
pcmanx-gtk2_0.3.5-5_amd64.deb
 ea5c0c6cce4f2cb848b7f17192ca6e87 59286 web optional 
mozilla-plugin-pcmanx_0.3.5-5_amd64.deb
 a9629a4b01cbc3b6d10fb50b498cb26c 66890 libs optional 
libpcmanx-core0_0.3.5-5_amd64.deb

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

iD8DBQFGYRp1+MQbLPcULsIRAnOEAJ4x04ks577ZdHrvbbRbC4lzqcZjdgCgifFB
Oh471pKfk6ElTNuAdPvwR6g=
=3oRY
-END PGP SIGNATURE-


Accepted:
libpcmanx-core0_0.3.5-5_amd64.deb
  to pool/main/p/pcmanx-gtk2/libpcmanx-core0_0.3.5-5_amd64.deb
mozilla-plugin-pcmanx_0.3.5-5_amd64.deb
  to pool/main/p/pcmanx-gtk2/mozilla-plugin-pcmanx_0.3.5-5_amd64.deb
pcmanx-gtk2_0.3.5-5.diff.gz
  to pool/main/p/pcmanx-gtk2/pcmanx-gtk2_0.3.5-5.diff.gz
pcmanx-gtk2_0.3.5-5.dsc
  to pool/main/p/pcmanx-gtk2/pcmanx-gtk2_0.3.5-5.dsc
pcmanx-gtk2_0.3.5-5_amd64.deb
  to pool/main/p/pcmanx-gtk2/pcmanx-gtk2_0.3.5-5_amd64.deb


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



Accepted cairo-clock 0.3.2-3 (source i386)

2007-06-02 Thread Bart Martens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 02 Jun 2007 08:17:12 +0200
Source: cairo-clock
Binary: cairo-clock
Architecture: source i386
Version: 0.3.2-3
Distribution: unstable
Urgency: low
Maintainer: Bart Martens [EMAIL PROTECTED]
Changed-By: Bart Martens [EMAIL PROTECTED]
Description: 
 cairo-clock - An analog clock drawn with vector-graphics
Changes: 
 cairo-clock (0.3.2-3) unstable; urgency=low
 .
   * debian/patches/01_aboutclosebutton.diff: Added.
   * debian/control: Removed xcompmgr from Recommends.
Files: 
 08ec14308131823c52686d34b18c1092 709 x11 optional cairo-clock_0.3.2-3.dsc
 04036a624157b4064cc6f81fd1bfcef3 2479 x11 optional cairo-clock_0.3.2-3.diff.gz
 9c6f40f3e90f06eead3f12c70baf8508 288906 x11 optional 
cairo-clock_0.3.2-3_i386.deb

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

iD8DBQFGYSDgbMaawmho9B8RAkXaAKDOH11oqHzfO8AQYGfkUJnceobEyACfcGm8
WDhyHOqidwg2fdBA+b6715Q=
=UcXJ
-END PGP SIGNATURE-


Accepted:
cairo-clock_0.3.2-3.diff.gz
  to pool/main/c/cairo-clock/cairo-clock_0.3.2-3.diff.gz
cairo-clock_0.3.2-3.dsc
  to pool/main/c/cairo-clock/cairo-clock_0.3.2-3.dsc
cairo-clock_0.3.2-3_i386.deb
  to pool/main/c/cairo-clock/cairo-clock_0.3.2-3_i386.deb


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



Accepted octplot 0.4.0-2 (source i386)

2007-06-02 Thread Rafael Laboissiere
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  2 Jun 2007 09:20:44 +0200
Source: octplot
Binary: octplot
Architecture: source i386
Version: 0.4.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Octave Group [EMAIL PROTECTED]
Changed-By: Rafael Laboissiere [EMAIL PROTECTED]
Description: 
 octplot- graphical interface for Octave
Changes: 
 octplot (0.4.0-2) unstable; urgency=low
 .
   [ Thomas Weber ]
   * New patches: 50_fix_axis.patch
 Fixes problem with specgram_demo, reported as SF bug 1722473.
 Bug fix courtesy of Shai Ayal.
   * debian/rules: Don't update autoconf/automake/autoheader automatically.
 It makes it difficult to clean the package or build it twice in a row.
 Instead, 50_link_with_glu.patch has been updated to directly patch
 configure and the Makefile.in files. Also, config.sub and config.guess are
 symlinked at build time.
 .
   [ Rafael Laboissiere ]
   * debian/control:
 + Added Thomas Weber to the list of Uploaders
 + Build-conflicts on octave2.1-headers
Files: 
 879d2967434bd1a89b1dd467a9bf6c41 974 math optional octplot_0.4.0-2.dsc
 112e28794c4e02b0b14471db9704e531 70965 math optional octplot_0.4.0-2.diff.gz
 3f13abbc6fdf219a720cd197be9cdcbd 1035550 math optional octplot_0.4.0-2_i386.deb

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

iD8DBQFGYSlMk3oga0pdcv4RAlhPAJ4uIznKn2m2mmZbAzBTyY++u08QBgCePVyF
Zr0TMtsHGWsAelo4hA+UFRk=
=eSpp
-END PGP SIGNATURE-


Accepted:
octplot_0.4.0-2.diff.gz
  to pool/main/o/octplot/octplot_0.4.0-2.diff.gz
octplot_0.4.0-2.dsc
  to pool/main/o/octplot/octplot_0.4.0-2.dsc
octplot_0.4.0-2_i386.deb
  to pool/main/o/octplot/octplot_0.4.0-2_i386.deb


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



Accepted portmap 6.0-1 (source i386)

2007-06-02 Thread Anibal Monsalve Salazar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 01 Jun 2007 18:09:42 +1000
Source: portmap
Binary: portmap
Architecture: source i386
Version: 6.0-1
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Changed-By: Anibal Monsalve Salazar [EMAIL PROTECTED]
Description: 
 portmap- The RPC portmapper
Closes: 418482 423499 424029
Changes: 
 portmap (6.0-1) unstable; urgency=low
 .
   * Build portmap without the -pie option. Closes: #424029.
   * Fixed typo in portmap.8 manpage. Closes: #418482.
   * Fixed Fails to find local interfaces on Debian/kFreeBSD.
 Closes: #423499.
   * Fixed the following lintian message:
 - W: portmap source: debian-rules-sets-DH_COMPAT
Files: 
 a46c830c360b5fef9c263710cc279e20 636 net standard portmap_6.0-1.dsc
 ac108ab68bf0f34477f8317791aaf1ff 22251 net standard portmap_6.0.orig.tar.gz
 de07989fde9d829eab84d72b4fcc8135 20359 net standard portmap_6.0-1.diff.gz
 d74c7a45fba0cc844cab619a7cfa9e20 32726 net standard portmap_6.0-1_i386.deb

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

iD8DBQFGYSLbgY5NIXPNpFURAmmeAKCRYPXCIlGiaE55qV0wYuvSV+9FXwCfcj+S
5L213a1X0FwO6dWg3qWFaZ8=
=O3g0
-END PGP SIGNATURE-


Accepted:
portmap_6.0-1.diff.gz
  to pool/main/p/portmap/portmap_6.0-1.diff.gz
portmap_6.0-1.dsc
  to pool/main/p/portmap/portmap_6.0-1.dsc
portmap_6.0-1_i386.deb
  to pool/main/p/portmap/portmap_6.0-1_i386.deb


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



Accepted powertop 1.5-2 (source i386)

2007-06-02 Thread Jose Luis Rivas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 30 May 2007 08:46:08 -0400
Source: powertop
Binary: powertop
Architecture: source i386
Version: 1.5-2
Distribution: unstable
Urgency: low
Maintainer: Patrick Winnertz [EMAIL PROTECTED]
Changed-By: Jose Luis Rivas [EMAIL PROTECTED]
Description: 
 powertop   - linux tool to find out what is using power on a laptop
Closes: 426605 426606
Changes: 
 powertop (1.5-2) unstable; urgency=low
 .
   * debian/control:
+ Two leading spaces for Homepage (Closes: #426606)
   * debian/changelog:
+ Fixed typo on Cooperation now Corporation (Closes: #426605)
Files: 
 bcb45fb508a627b4ed2bcf2ec9165150 666 utils extra powertop_1.5-2.dsc
 6deaac49f2edb16d66a29dc65f3fb5bc 2320 utils extra powertop_1.5-2.diff.gz
 72400b329526ee83edf21c43ae89691a 33552 utils extra powertop_1.5-2_i386.deb

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

iD8DBQFGYR9ngY5NIXPNpFURAhMbAKCfW18FT0mmETxNcABDZcQcYUeXJwCgtRgz
RLBLMSBNOjTIQJ5CeMLwnE4=
=s5Ga
-END PGP SIGNATURE-


Accepted:
powertop_1.5-2.diff.gz
  to pool/main/p/powertop/powertop_1.5-2.diff.gz
powertop_1.5-2.dsc
  to pool/main/p/powertop/powertop_1.5-2.dsc
powertop_1.5-2_i386.deb
  to pool/main/p/powertop/powertop_1.5-2_i386.deb


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



Accepted eog 2.18.2-1 (source amd64)

2007-06-02 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 02 Jun 2007 09:26:11 +0200
Source: eog
Binary: eog
Architecture: source amd64
Version: 2.18.2-1
Distribution: unstable
Urgency: low
Maintainer: Guilherme de S. Pastore [EMAIL PROTECTED]
Changed-By: Josselin Mouette [EMAIL PROTECTED]
Description: 
 eog- Eye of Gnome graphics viewer program
Changes: 
 eog (2.18.2-1) unstable; urgency=low
 .
   * New upstream translation and bugfix release.
Files: 
 431954994da8bffac87b116defa98ea7 1217 gnome optional eog_2.18.2-1.dsc
 1022b99802d5fcbde48e5d4ef08ee7a4 1653540 gnome optional eog_2.18.2.orig.tar.gz
 22d455af6b5c9d9f90bba611f5dbac3a 11515 gnome optional eog_2.18.2-1.diff.gz
 4ddc001e996a3c8f3d2a61314e7c7bc5 1255048 gnome optional eog_2.18.2-1_amd64.deb

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

iD8DBQFGYSF1rSla4ddfhTMRAiLoAKCZic4uwtaquuwmpUgkTyuxNX7vswCfYjbg
NlJFUf3LF4YbQiCUx+3O5sw=
=7luQ
-END PGP SIGNATURE-


Accepted:
eog_2.18.2-1.diff.gz
  to pool/main/e/eog/eog_2.18.2-1.diff.gz
eog_2.18.2-1.dsc
  to pool/main/e/eog/eog_2.18.2-1.dsc
eog_2.18.2-1_amd64.deb
  to pool/main/e/eog/eog_2.18.2-1_amd64.deb
eog_2.18.2.orig.tar.gz
  to pool/main/e/eog/eog_2.18.2.orig.tar.gz


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



Accepted pdns 2.9.21-2 (source i386 all)

2007-06-02 Thread Matthijs Mohlmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 02 Jun 2007 00:13:47 +0200
Source: pdns
Binary: pdns-backend-sqlite3 pdns-server pdns-backend-ldap pdns-backend-pipe 
pdns-backend-geo pdns-backend-mysql pdns-backend-pgsql pdns-backend-sqlite 
pdns-doc
Architecture: source i386 all
Version: 2.9.21-2
Distribution: unstable
Urgency: low
Maintainer: Debian PowerDNS Maintainers [EMAIL PROTECTED]
Changed-By: Matthijs Mohlmann [EMAIL PROTECTED]
Description: 
 pdns-backend-geo - geo backend for PowerDNS
 pdns-backend-ldap - LDAP backend for PowerDNS
 pdns-backend-mysql - generic mysql backend for PowerDNS
 pdns-backend-pgsql - generic PostgreSQL backend for PowerDNS
 pdns-backend-pipe - pipe/coprocess backend for PowerDNS
 pdns-backend-sqlite - sqlite backend for PowerDNS
 pdns-backend-sqlite3 - sqlite backend for PowerDNS
 pdns-doc   - PowerDNS manual
 pdns-server - extremely powerful and versatile nameserver
Closes: 425441 425442
Changes: 
 pdns (2.9.21-2) unstable; urgency=low
 .
   * Fix an unconditional replace in the resolvconf script. (Closes: #425441)
   * Do not include the 127.0.0.1 in the recursor list. (Closes: #425442)
Files: 
 f6aee01079c553b949f17056b801dc1f 1149 net extra pdns_2.9.21-2.dsc
 beaf7e8d6a410bcc6d2e63fa01269a2a 30348 net extra pdns_2.9.21-2.diff.gz
 bfc48c77adddefe3b6dd81ef30a264ba 784188 net extra pdns-server_2.9.21-2_i386.deb
 8678878b64f75545d5f572dc8cd7d413 79144 net extra 
pdns-backend-pipe_2.9.21-2_i386.deb
 39e1ae90acb7d580c7bceaae6976b42f 286220 net extra 
pdns-backend-ldap_2.9.21-2_i386.deb
 a112d70709fdfe3a8f96c0cd7f8179d8 104008 net extra 
pdns-backend-geo_2.9.21-2_i386.deb
 c397e71414eeabc861b8ce938f1c8fb9 66656 net extra 
pdns-backend-mysql_2.9.21-2_i386.deb
 f393166075b5bb25b483aca10f4799db 69884 net extra 
pdns-backend-pgsql_2.9.21-2_i386.deb
 c3d9448acd5b6ca9fcb2d7caa48b59ab 63622 net extra 
pdns-backend-sqlite_2.9.21-2_i386.deb
 8c0e35e234c24160f8b99ea5243566ac 63104 net extra 
pdns-backend-sqlite3_2.9.21-2_i386.deb
 afbb0a43567dc821ba32dc06d9de9e68 174012 doc extra pdns-doc_2.9.21-2_all.deb

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

iD8DBQFGYSKM2n1ROIkXqbARAmssAKCgGa6EbRjMFEy0EbN2OgzAlhoD9gCfRk7F
CmV6yl/4/az/l1Vbr8laZzw=
=EhmK
-END PGP SIGNATURE-


Accepted:
pdns-backend-geo_2.9.21-2_i386.deb
  to pool/main/p/pdns/pdns-backend-geo_2.9.21-2_i386.deb
pdns-backend-ldap_2.9.21-2_i386.deb
  to pool/main/p/pdns/pdns-backend-ldap_2.9.21-2_i386.deb
pdns-backend-mysql_2.9.21-2_i386.deb
  to pool/main/p/pdns/pdns-backend-mysql_2.9.21-2_i386.deb
pdns-backend-pgsql_2.9.21-2_i386.deb
  to pool/main/p/pdns/pdns-backend-pgsql_2.9.21-2_i386.deb
pdns-backend-pipe_2.9.21-2_i386.deb
  to pool/main/p/pdns/pdns-backend-pipe_2.9.21-2_i386.deb
pdns-backend-sqlite3_2.9.21-2_i386.deb
  to pool/main/p/pdns/pdns-backend-sqlite3_2.9.21-2_i386.deb
pdns-backend-sqlite_2.9.21-2_i386.deb
  to pool/main/p/pdns/pdns-backend-sqlite_2.9.21-2_i386.deb
pdns-doc_2.9.21-2_all.deb
  to pool/main/p/pdns/pdns-doc_2.9.21-2_all.deb
pdns-server_2.9.21-2_i386.deb
  to pool/main/p/pdns/pdns-server_2.9.21-2_i386.deb
pdns_2.9.21-2.diff.gz
  to pool/main/p/pdns/pdns_2.9.21-2.diff.gz
pdns_2.9.21-2.dsc
  to pool/main/p/pdns/pdns_2.9.21-2.dsc


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



Accepted imview 1.1.8-7 (source i386)

2007-06-02 Thread Teemu Ikonen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 29 May 2007 12:44:14 +0200
Source: imview
Binary: imview
Architecture: source i386
Version: 1.1.8-7
Distribution: unstable
Urgency: low
Maintainer: Teemu Ikonen [EMAIL PROTECTED]
Changed-By: Teemu Ikonen [EMAIL PROTECTED]
Description: 
 imview - Image viewing and analysis application
Closes: 417232
Changes: 
 imview (1.1.8-7) unstable; urgency=low
 .
   * Fix FTBS with GCC 4.3 by adding missing includes (closes: #417232)
   * Fix lintian warnings on badly formatted closes-statements in the
 Debian changelog
   * Update to standards version 3.7.2
   * Update Debian maintainer email
Files: 
 8d547cee4d12115b99aa2e7abb0e27d0 723 science optional imview_1.1.8-7.dsc
 57a7b23216d1e6c0a6e2046deaaa3bbb 14321 science optional imview_1.1.8-7.diff.gz
 8f83e0a75798325f00552b98c9e7b797 597854 science optional 
imview_1.1.8-7_i386.deb

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

iD8DBQFGYSyHYDBbMcCf01oRAjRdAJ0RQ0dnSaApmszunw753sQiN7hcPgCbBfxD
e27zbEVgVLuapLbEsl6E0MY=
=b2Q2
-END PGP SIGNATURE-


Accepted:
imview_1.1.8-7.diff.gz
  to pool/main/i/imview/imview_1.1.8-7.diff.gz
imview_1.1.8-7.dsc
  to pool/main/i/imview/imview_1.1.8-7.dsc
imview_1.1.8-7_i386.deb
  to pool/main/i/imview/imview_1.1.8-7_i386.deb


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



Accepted findutils 4.2.31-1 (source i386)

2007-06-02 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  2 Jun 2007 09:55:27 +0200
Source: findutils
Binary: findutils
Architecture: source i386
Version: 4.2.31-1
Distribution: unstable
Urgency: medium
Maintainer: Andreas Metzler [EMAIL PROTECTED]
Changed-By: Andreas Metzler [EMAIL PROTECTED]
Description: 
 findutils  - utilities for finding files--find, xargs, and locate
Closes: 412459 420190 426862
Changes: 
 findutils (4.2.31-1) unstable; urgency=medium
 .
   * Undo workaround for savannah #19550, since it is a glibc bug.
   * New upstream bugfix release:
 - Fixes locate heap buffer overflow when using databases in old format.
   (CVE-2007-2452) Closes: #426862
 - make clean does not delete regexprops.texi if cross-building.
   (Closes: #420190)
 - [-version] instead of [--version] in locate --help. (Closes: #412459)
Files: 
 16f4e628a8e63cca5464b7d48f2cb28f 663 utils required findutils_4.2.31-1.dsc
 a0e31a0f18a49709bf5a449867c8049a 1326294 utils required 
findutils_4.2.31.orig.tar.gz
 f26ca47a383c7e9b3c7e4e26d1ce21ec 14516 utils required 
findutils_4.2.31-1.diff.gz
 75742515ce14edd06f2804423d4a8a84 422370 utils required 
findutils_4.2.31-1_i386.deb

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

iD8DBQFGYS2kHTOcZYuNdmMRAqYFAJ4qoYDi1tGrOpmNaazM63CzlxZpEgCeJkX8
xIG+vJLbRI4XB2FMZfPITFs=
=w/8/
-END PGP SIGNATURE-


Accepted:
findutils_4.2.31-1.diff.gz
  to pool/main/f/findutils/findutils_4.2.31-1.diff.gz
findutils_4.2.31-1.dsc
  to pool/main/f/findutils/findutils_4.2.31-1.dsc
findutils_4.2.31-1_i386.deb
  to pool/main/f/findutils/findutils_4.2.31-1_i386.deb
findutils_4.2.31.orig.tar.gz
  to pool/main/f/findutils/findutils_4.2.31.orig.tar.gz


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



Accepted di 4.11.dfsg.1-1 (source i386)

2007-06-02 Thread Michael Ablassmeier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 02 Jun 2007 10:41:39 +0200
Source: di
Binary: di
Architecture: source i386
Version: 4.11.dfsg.1-1
Distribution: unstable
Urgency: low
Maintainer: Michael Ablassmeier [EMAIL PROTECTED]
Changed-By: Michael Ablassmeier [EMAIL PROTECTED]
Description: 
 di - advanced df like disk information utility
Closes: 425421
Changes: 
 di (4.11.dfsg.1-1) unstable; urgency=low
 .
   * New upstream release (Closes: #425421)
Files: 
 e20886e7254e3c8ec71eb02e118fd4c1 582 utils optional di_4.11.dfsg.1-1.dsc
 883c9073702181120412ca17ae56240b 51534 utils optional 
di_4.11.dfsg.1.orig.tar.gz
 bc79cca624b202982dfca5abceabfcb7 2439 utils optional di_4.11.dfsg.1-1.diff.gz
 c62129cab20c09aa2873bc6c7590e99f 28060 utils optional di_4.11.dfsg.1-1_i386.deb

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

iD8DBQFGYS4ZEFV7g4B8rCURAnsFAJ9jF75fDcOPyptKmrO6b/PAE4QAmwCfRXtI
bbZGs3wgi2s95SmuB3HqifQ=
=6gEX
-END PGP SIGNATURE-


Accepted:
di_4.11.dfsg.1-1.diff.gz
  to pool/main/d/di/di_4.11.dfsg.1-1.diff.gz
di_4.11.dfsg.1-1.dsc
  to pool/main/d/di/di_4.11.dfsg.1-1.dsc
di_4.11.dfsg.1-1_i386.deb
  to pool/main/d/di/di_4.11.dfsg.1-1_i386.deb
di_4.11.dfsg.1.orig.tar.gz
  to pool/main/d/di/di_4.11.dfsg.1.orig.tar.gz


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



Accepted zaptel 1:1.4.2.1~dfsg-2 (source all i386)

2007-06-02 Thread Mark Purcell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 02 Jun 2007 10:22:04 +0100
Source: zaptel
Binary: libtonezone1 zaptel-source zaptel libtonezone-dev
Architecture: source all i386
Version: 1:1.4.2.1~dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team [EMAIL PROTECTED]
Changed-By: Mark Purcell [EMAIL PROTECTED]
Description: 
 libtonezone-dev - tonezone library (development)
 libtonezone1 - tonezone library (runtime)
 zaptel - zapata telephony utilities
 zaptel-source - Zapata telephony interface (source code for kernel driver)
Closes: 422153
Changes: 
 zaptel (1:1.4.2.1~dfsg-2) unstable; urgency=low
 .
   * Include debian/compat in zaptel-sources
 - missing debian/compat file in archive (Closes: #422153)
Files: 
 54632c3109077db08024a21103c19fb4 1054 comm optional zaptel_1.4.2.1~dfsg-2.dsc
 03b5a6b60525bb01f56a4f5309f5dc8d 118445 comm optional 
zaptel_1.4.2.1~dfsg-2.diff.gz
 bc74e80822db8953eb71a6bff08d9a76 979870 devel optional 
zaptel-source_1.4.2.1~dfsg-2_all.deb
 112a69a7d62a584cd5230b089fd4f785 136118 comm optional 
zaptel_1.4.2.1~dfsg-2_i386.deb
 8327b166ab76be1a300b6bfe79c30e75 33440 libs optional 
libtonezone1_1.4.2.1~dfsg-2_i386.deb
 fbe2afdd361691bd7185b2e37901ea0f 33062 libdevel optional 
libtonezone-dev_1.4.2.1~dfsg-2_i386.deb

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

iD8DBQFGYTb4oCzanz0IthIRAsj2AJ9tsEds1zEHUuuQtDmd6Yu3LsybswCfQXka
akHyGN44FuHs8tJCDz/lKRk=
=R2rY
-END PGP SIGNATURE-


Accepted:
libtonezone-dev_1.4.2.1~dfsg-2_i386.deb
  to pool/main/z/zaptel/libtonezone-dev_1.4.2.1~dfsg-2_i386.deb
libtonezone1_1.4.2.1~dfsg-2_i386.deb
  to pool/main/z/zaptel/libtonezone1_1.4.2.1~dfsg-2_i386.deb
zaptel-source_1.4.2.1~dfsg-2_all.deb
  to pool/main/z/zaptel/zaptel-source_1.4.2.1~dfsg-2_all.deb
zaptel_1.4.2.1~dfsg-2.diff.gz
  to pool/main/z/zaptel/zaptel_1.4.2.1~dfsg-2.diff.gz
zaptel_1.4.2.1~dfsg-2.dsc
  to pool/main/z/zaptel/zaptel_1.4.2.1~dfsg-2.dsc
zaptel_1.4.2.1~dfsg-2_i386.deb
  to pool/main/z/zaptel/zaptel_1.4.2.1~dfsg-2_i386.deb


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



Accepted awffull 3.7.5-2 (source i386)

2007-06-02 Thread Jose Carlos Medeiros
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 01 Jun 2007 19:45:50 -0300
Source: awffull
Binary: awffull
Architecture: source i386
Version: 3.7.5-2
Distribution: unstable
Urgency: low
Maintainer: Jose Carlos Medeiros [EMAIL PROTECTED]
Changed-By: Jose Carlos Medeiros [EMAIL PROTECTED]
Description: 
 awffull- web server log analysis program
Closes: 426518
Changes: 
 awffull (3.7.5-2) unstable; urgency=low
 .
   * Added libgd2-xpm-dev as Build-dependence. (Closes: #426518)
Files: 
 c396eb3a267ce0db6653f88a21697274 791 web optional awffull_3.7.5-2.dsc
 0d4d3429df1a17925917791e4ebf92ba 8939 web optional awffull_3.7.5-2.diff.gz
 3375149dc0afa791812263064606c70d 263076 web optional awffull_3.7.5-2_i386.deb

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

iD4DBQFGYTwbGKGxzw/lPdkRAiYLAJdFf6KqyVO2XmJuH2AjmSPSavUkAJ95M8jy
HAZhDzu/wE14nXLEOrBaoQ==
=ai2F
-END PGP SIGNATURE-


Accepted:
awffull_3.7.5-2.diff.gz
  to pool/main/a/awffull/awffull_3.7.5-2.diff.gz
awffull_3.7.5-2.dsc
  to pool/main/a/awffull/awffull_3.7.5-2.dsc
awffull_3.7.5-2_i386.deb
  to pool/main/a/awffull/awffull_3.7.5-2_i386.deb


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



Accepted owl-dms 0.94-1 (source all)

2007-06-02 Thread Jose Carlos Medeiros
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 31 May 2007 22:51:50 -0300
Source: owl-dms
Binary: owl-dms
Architecture: source all
Version: 0.94-1
Distribution: unstable
Urgency: low
Maintainer: Jose Carlos Medeiros [EMAIL PROTECTED]
Changed-By: Jose Carlos Medeiros [EMAIL PROTECTED]
Description: 
 owl-dms- intranet Knowledgebase or DMS
Closes: 377202 377461 416296
Changes: 
 owl-dms (0.94-1) unstable; urgency=low
 .
   * New upstream release
   * Updated debian/watch file.
   * Bump Standards-Version: 3.7.2 and build deps to debhelper  5.
   * Removed php4 dependences and updated php5 one (Closes: #377202)
   * Multiple XSS and SQL injection issues solved, since 0.91 (Closes: #416296)
   * Updated default config file, that had a directory error (Closes: #377461)
Files: 
 2c24a237cca15c285ae89c9ceff08626 607 web optional owl-dms_0.94-1.dsc
 3d87d556e5971a21e87998659be7e207 6356307 web optional owl-dms_0.94.orig.tar.gz
 725768eaafa97a7e60cb731f038dc360 6112 web optional owl-dms_0.94-1.diff.gz
 adfa3d4167813f98bba81a3cca151c19 2292342 web optional owl-dms_0.94-1_all.deb

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

iD8DBQFGYTwkGKGxzw/lPdkRAmxOAJ9JIk0flgFv2+1cYFxLS+8RIMM0/ACgio5k
sDQoY/Xs9qFCzts0Qk+oc9s=
=6tFg
-END PGP SIGNATURE-


Accepted:
owl-dms_0.94-1.diff.gz
  to pool/main/o/owl-dms/owl-dms_0.94-1.diff.gz
owl-dms_0.94-1.dsc
  to pool/main/o/owl-dms/owl-dms_0.94-1.dsc
owl-dms_0.94-1_all.deb
  to pool/main/o/owl-dms/owl-dms_0.94-1_all.deb
owl-dms_0.94.orig.tar.gz
  to pool/main/o/owl-dms/owl-dms_0.94.orig.tar.gz


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



Accepted pyecm 1.2.2-1 (source all)

2007-06-02 Thread Martin Kelly
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  1 Jun 2007 23:57:28 -0700
Source: pyecm
Binary: pyecm
Architecture: source all
Version: 1.2.2-1
Distribution: unstable
Urgency: low
Maintainer: Martin Kelly [EMAIL PROTECTED]
Changed-By: Martin Kelly [EMAIL PROTECTED]
Description: 
 pyecm  - Integer factorization with the Elliptic Curve Method (ECM)
Changes: 
 pyecm (1.2.2-1) unstable; urgency=low
 .
   * New upstream release
   * Slightly modified the package description text in control
Files: 
 bb16d3b7661dbb6a0b5b0bf43d70d67a 649 math optional pyecm_1.2.2-1.dsc
 8fd8ce916ea5b212ad1a46cf8ce65238 12902 math optional pyecm_1.2.2.orig.tar.gz
 6450b7547222b7635051d0fdceed2a9a 2210 math optional pyecm_1.2.2-1.diff.gz
 df2816122e2d6f08e0f0d1b5263b8a26 8810 math optional pyecm_1.2.2-1_all.deb

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

iD8DBQFGYT7/B01zfu119ZkRAmWtAJ0aoBF67/fXVh8Jz1qqenRlVHzgFwCgwr0Q
lu/3FuQqiECfoW4pMu8yU0w=
=cfX9
-END PGP SIGNATURE-


Accepted:
pyecm_1.2.2-1.diff.gz
  to pool/main/p/pyecm/pyecm_1.2.2-1.diff.gz
pyecm_1.2.2-1.dsc
  to pool/main/p/pyecm/pyecm_1.2.2-1.dsc
pyecm_1.2.2-1_all.deb
  to pool/main/p/pyecm/pyecm_1.2.2-1_all.deb
pyecm_1.2.2.orig.tar.gz
  to pool/main/p/pyecm/pyecm_1.2.2.orig.tar.gz


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



Accepted asterisk 1:1.4.4~dfsg-3 (source all i386)

2007-06-02 Thread Mark Purcell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 02 Jun 2007 10:52:05 +0100
Source: asterisk
Binary: asterisk-sounds-main asterisk-h323 asterisk-web-vmail asterisk 
asterisk-config asterisk-dev asterisk-doc
Architecture: source all i386
Version: 1:1.4.4~dfsg-3
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team [EMAIL PROTECTED]
Changed-By: Mark Purcell [EMAIL PROTECTED]
Description: 
 asterisk   - Open Source Private Branch Exchange (PBX)
 asterisk-config - config files for asterisk
 asterisk-dev - development files for asterisk
 asterisk-doc - documentation for asterisk
 asterisk-h323 - asterisk H.323 VoIP channel
 asterisk-sounds-main - sound files for asterisk
 asterisk-web-vmail - Web-based (CGI) voice mail interface for Asterisk
Closes: 426393
Changes: 
 asterisk (1:1.4.4~dfsg-3) unstable; urgency=low
 .
   * Build-Depends: libcurl4-dev | libcurl-dev
 - uninstallable due to dependancy on libcurl3 (Closes: #426393)
Files: 
 b7db7e7e7c3c7984a70af96434c50463 1469 comm optional asterisk_1.4.4~dfsg-3.dsc
 729884f8f2bf8ca1885e26747a827645 35234 comm optional 
asterisk_1.4.4~dfsg-3.diff.gz
 726318753c473b1ff63fa4fb5909ac23 33467358 doc optional 
asterisk-doc_1.4.4~dfsg-3_all.deb
 43561e9a3acfcdd3a4d5f33c8c4f8f2d 251378 devel optional 
asterisk-dev_1.4.4~dfsg-3_all.deb
 c168aa9c219db8608cd5cb2e29ae1b46 7554826 comm optional 
asterisk-sounds-main_1.4.4~dfsg-3_all.deb
 310391f8cbe90fb4cd3495e587f3d411 117686 comm optional 
asterisk-web-vmail_1.4.4~dfsg-3_all.deb
 3fb09afb20a78c1a7d0ccc602feb9211 201654 comm optional 
asterisk-config_1.4.4~dfsg-3_all.deb
 7a4c3ea2b3bd7189d0dec698ed733a8b 2108700 comm optional 
asterisk_1.4.4~dfsg-3_i386.deb
 36e18e411a80858b69223be028406f91 218654 comm optional 
asterisk-h323_1.4.4~dfsg-3_i386.deb

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

iD8DBQFGYUOToCzanz0IthIRAujnAJ9SSSJPRIGgjqezekuNi+8sU2VJLwCgnlX/
QHdvOgfaxJ5OBtx8eRFtewA=
=1/Md
-END PGP SIGNATURE-


Accepted:
asterisk-config_1.4.4~dfsg-3_all.deb
  to pool/main/a/asterisk/asterisk-config_1.4.4~dfsg-3_all.deb
asterisk-dev_1.4.4~dfsg-3_all.deb
  to pool/main/a/asterisk/asterisk-dev_1.4.4~dfsg-3_all.deb
asterisk-doc_1.4.4~dfsg-3_all.deb
  to pool/main/a/asterisk/asterisk-doc_1.4.4~dfsg-3_all.deb
asterisk-h323_1.4.4~dfsg-3_i386.deb
  to pool/main/a/asterisk/asterisk-h323_1.4.4~dfsg-3_i386.deb
asterisk-sounds-main_1.4.4~dfsg-3_all.deb
  to pool/main/a/asterisk/asterisk-sounds-main_1.4.4~dfsg-3_all.deb
asterisk-web-vmail_1.4.4~dfsg-3_all.deb
  to pool/main/a/asterisk/asterisk-web-vmail_1.4.4~dfsg-3_all.deb
asterisk_1.4.4~dfsg-3.diff.gz
  to pool/main/a/asterisk/asterisk_1.4.4~dfsg-3.diff.gz
asterisk_1.4.4~dfsg-3.dsc
  to pool/main/a/asterisk/asterisk_1.4.4~dfsg-3.dsc
asterisk_1.4.4~dfsg-3_i386.deb
  to pool/main/a/asterisk/asterisk_1.4.4~dfsg-3_i386.deb


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



Accepted scim-qtimm 0.9.4-2 (source i386)

2007-06-02 Thread ZhengPeng Hou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 31 May 2007 11:55:12 +
Source: scim-qtimm
Binary: scim-qtimm
Architecture: source i386
Version: 0.9.4-2
Distribution: unstable
Urgency: low
Maintainer: ZhengPeng Hou [EMAIL PROTECTED]
Changed-By: ZhengPeng Hou [EMAIL PROTECTED]
Description: 
 scim-qtimm - SCIM context plugin for qt-immodule
Closes: 426801
Changes: 
 scim-qtimm (0.9.4-2) unstable; urgency=low
 .
   * Add scim | skim to Depends. Closes: #426801
Files: 
 342b1d3cc5648865d7c1c1ded80b92f7 690 utils optional scim-qtimm_0.9.4-2.dsc
 068f9be9899b7e14749ca5ae3001f84a 2540 utils optional scim-qtimm_0.9.4-2.diff.gz
 39b6a27b79dd4939d55aa6bacdd3eecd 55316 utils optional 
scim-qtimm_0.9.4-2_i386.deb

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

iD8DBQFGYWLjn3j4POjENGERAqIDAJ9NfWut50YZDUOU1e92/Qt+aCMJiACeIP49
fkA6j0BCLTRlbZ26vjRG4M4=
=sd0R
-END PGP SIGNATURE-


Accepted:
scim-qtimm_0.9.4-2.diff.gz
  to pool/main/s/scim-qtimm/scim-qtimm_0.9.4-2.diff.gz
scim-qtimm_0.9.4-2.dsc
  to pool/main/s/scim-qtimm/scim-qtimm_0.9.4-2.dsc
scim-qtimm_0.9.4-2_i386.deb
  to pool/main/s/scim-qtimm/scim-qtimm_0.9.4-2_i386.deb


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



Accepted reprepro 2.2.0-1 (source sparc)

2007-06-02 Thread Bernhard R. Link
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  2 Jun 2007 12:54:02 +0200
Source: reprepro
Binary: reprepro
Architecture: source sparc
Version: 2.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Bernhard R. Link [EMAIL PROTECTED]
Changed-By: Bernhard R. Link [EMAIL PROTECTED]
Description: 
 reprepro   - debian package repository producer
Changes: 
 reprepro (2.2.0-1) unstable; urgency=low
 .
   * new release
   - add notification scripts for .changes files (per distribution)
   - fix bug not calling all notifiers when they need too long
   - new --wait-for-lock option
   - check for enough free space on update
   - fix bug of remove not reducing tracking when mode is minimal
   - renames cleartracks to removealltracks
   - new tidytracks command
Files: 
 f7c6dba847f9c5d04e3ca73556c2c4ec 636 utils extra reprepro_2.2.0-1.dsc
 99dfb053b8ea3f280283f1214e1ba440 354132 utils extra reprepro_2.2.0.orig.tar.gz
 9c2b55fa2e2d3551fefbde581b6a7a07 6777 utils extra reprepro_2.2.0-1.diff.gz
 e08c6f45131f8d68424e8f033818c534 247486 utils extra reprepro_2.2.0-1_sparc.deb

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

iD8DBQFGYWB+TrAWvKplQe4RArjMAJ9NZtCbSaw2gsLN4ZWu2/KJ7f63ggCeKwcl
8rR/jkjW47v4Lgu5hA9zyfM=
=WRuo
-END PGP SIGNATURE-


Accepted:
reprepro_2.2.0-1.diff.gz
  to pool/main/r/reprepro/reprepro_2.2.0-1.diff.gz
reprepro_2.2.0-1.dsc
  to pool/main/r/reprepro/reprepro_2.2.0-1.dsc
reprepro_2.2.0-1_sparc.deb
  to pool/main/r/reprepro/reprepro_2.2.0-1_sparc.deb
reprepro_2.2.0.orig.tar.gz
  to pool/main/r/reprepro/reprepro_2.2.0.orig.tar.gz


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



Accepted tor 0.2.0.1-alpha-1 (source i386)

2007-06-02 Thread Peter Palfrader
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  2 Jun 2007 14:31:15 +0200
Source: tor
Binary: tor-dbg tor
Architecture: source i386
Version: 0.2.0.1-alpha-1
Distribution: experimental
Urgency: low
Maintainer: Peter Palfrader [EMAIL PROTECTED]
Changed-By: Peter Palfrader [EMAIL PROTECTED]
Description: 
 tor- anonymizing overlay network for TCP
 tor-dbg- debugging symbols for Tor
Changes: 
 tor (0.2.0.1-alpha-1) experimental; urgency=low
 .
   * New upstream version.
   * Forward port 06_add_compile_time_defaultsn, tetex-extra.
   * teTeX is no more, long live TeX Live:
 - remove build depends on tetex-bin, tetex-extra,
 - add build depends on texlive-base-bin for dvips and bibtex,
   texlive-latex-base for latex, and texlive-fonts-recommended for fonts
   like ptmr7t.
Files: 
 9187953eac8706248a453a0357e5 744 comm optional tor_0.2.0.1-alpha-1.dsc
 75c2826fb5269e930d7af3bcbba0e324 1284691 comm optional 
tor_0.2.0.1-alpha.orig.tar.gz
 d3577e192c675dfe2f623b8866e2dea9 71414 comm optional 
tor_0.2.0.1-alpha-1.diff.gz
 946c567c0de550b7a6f686da0dcd5d7b 1004728 comm optional 
tor_0.2.0.1-alpha-1_i386.deb
 f8d25bcdd388c6b01a003f29c91babba 633590 comm extra 
tor-dbg_0.2.0.1-alpha-1_i386.deb

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

iD8DBQFGYXDgz/ccs6+kS90RAvLWAKCZsyoUM8AJkvIwyVkwG1tTS6gejgCff4QQ
0iG8u04vI2WBjW26q2EIaBY=
=piH2
-END PGP SIGNATURE-


Accepted:
tor-dbg_0.2.0.1-alpha-1_i386.deb
  to pool/main/t/tor/tor-dbg_0.2.0.1-alpha-1_i386.deb
tor_0.2.0.1-alpha-1.diff.gz
  to pool/main/t/tor/tor_0.2.0.1-alpha-1.diff.gz
tor_0.2.0.1-alpha-1.dsc
  to pool/main/t/tor/tor_0.2.0.1-alpha-1.dsc
tor_0.2.0.1-alpha-1_i386.deb
  to pool/main/t/tor/tor_0.2.0.1-alpha-1_i386.deb
tor_0.2.0.1-alpha.orig.tar.gz
  to pool/main/t/tor/tor_0.2.0.1-alpha.orig.tar.gz


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



Accepted jinja 1.1-1 (source i386)

2007-06-02 Thread Piotr Ożarowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 02 Jun 2007 15:02:58 +0200
Source: jinja
Binary: python-jinja
Architecture: source i386
Version: 1.1-1
Distribution: unstable
Urgency: low
Maintainer: Piotr Ożarowski [EMAIL PROTECTED]
Changed-By: Piotr Ożarowski [EMAIL PROTECTED]
Description: 
 python-jinja - small but fast and easy to use stand-alone template engine
Changes: 
 jinja (1.1-1) unstable; urgency=low
 .
   * New upstream release
   * Architecture changed to any:
 - All packages from Build-Depends-Indep moved to Build-Depends
 - Provides field added
 - debian/rules file updated
Files: 
 ee116df217eb280c980340dbf4add49c 902 python optional jinja_1.1-1.dsc
 dbe466aeeb7e8c4ef3c2d2566d68bb2f 237016 python optional jinja_1.1.orig.tar.gz
 bf70c0dbb7ebcb2ce4539b1fb6a00237 2906 python optional jinja_1.1-1.diff.gz
 0984f04cc5c9bbfcf04339b47a986b5b 108906 python optional 
python-jinja_1.1-1_i386.deb

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

iD8DBQFGYXD0B01zfu119ZkRAmQeAKDKCQHqnKn/WKC/x6Epboe/q1BQWgCeM7x9
eSm9Wl30ezEtwfbCAqW7OJY=
=sjWw
-END PGP SIGNATURE-


Accepted:
jinja_1.1-1.diff.gz
  to pool/main/j/jinja/jinja_1.1-1.diff.gz
jinja_1.1-1.dsc
  to pool/main/j/jinja/jinja_1.1-1.dsc
jinja_1.1.orig.tar.gz
  to pool/main/j/jinja/jinja_1.1.orig.tar.gz
python-jinja_1.1-1_i386.deb
  to pool/main/j/jinja/python-jinja_1.1-1_i386.deb


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



Accepted stroq 0.2-4 (source i386)

2007-06-02 Thread Arnaud Cornet
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 29 May 2007 17:24:33 +0200
Source: stroq
Binary: stroq
Architecture: source i386
Version: 0.2-4
Distribution: unstable
Urgency: low
Maintainer: Arnaud Cornet [EMAIL PROTECTED]
Changed-By: Arnaud Cornet [EMAIL PROTECTED]
Description: 
 stroq  - A Polarium/Chokkan Hitofude clone
Closes: 417707
Changes: 
 stroq (0.2-4) unstable; urgency=low
 .
   * Switch to quilt patch system.
   * Add gcc42.patch (Closes: #417707)
   * Bump standards-version (no change).
Files: 
 273c7e90b70a62a8d3ed8eefffe2519b 600 games optional stroq_0.2-4.dsc
 f4072eb824af7c911ca5d0716fc8ca04 5174 games optional stroq_0.2-4.diff.gz
 261bfe3112cc145ed0824d0ad552f96c 163308 games optional stroq_0.2-4_i386.deb

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

iD8DBQFGYXVisczZcpAmcIYRAgg/AKCCP+b24wPNeWni0W1BolaEn50GUwCfd4WA
YlMpFZXKo7xUz3Y+R3akjyE=
=v0/i
-END PGP SIGNATURE-


Accepted:
stroq_0.2-4.diff.gz
  to pool/main/s/stroq/stroq_0.2-4.diff.gz
stroq_0.2-4.dsc
  to pool/main/s/stroq/stroq_0.2-4.dsc
stroq_0.2-4_i386.deb
  to pool/main/s/stroq/stroq_0.2-4_i386.deb


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



Accepted phppgadmin 4.1.2-1 (source all)

2007-06-02 Thread Isaac Clerencia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 02 Jun 2007 14:25:23 +0200
Source: phppgadmin
Binary: phppgadmin
Architecture: source all
Version: 4.1.2-1
Distribution: unstable
Urgency: low
Maintainer: Isaac Clerencia [EMAIL PROTECTED]
Changed-By: Isaac Clerencia [EMAIL PROTECTED]
Description: 
 phppgadmin - Set of PHP scripts to administrate PostgreSQL over the WWW
Closes: 405849 411057 413772 417007 427151
Changes: 
 phppgadmin (4.1.2-1) unstable; urgency=low
 .
   * New upstream release
 * Fixes security bug (CVE-2007-2865), closes: #427151
   * Update configuration files
   * Prefer php5 over php4 on install
   * NMU acknowledge, closes: #405849, #411057, #413772, #417007
Files: 
 770de4b03dbe0dafbdf7314f92719b87 635 web extra phppgadmin_4.1.2-1.dsc
 c6b26b992f683f198384121ad0e6c1ea 817788 web extra phppgadmin_4.1.2.orig.tar.gz
 c8fe337c8973189d4866f892ec8802e9 13102 web extra phppgadmin_4.1.2-1.diff.gz
 cc2e6e3e45310aaa87c52f9cdea9c32c 807066 web extra phppgadmin_4.1.2-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Signed by Isaac Clerencia [EMAIL PROTECTED]

iD8DBQFGYWqBQET2GFTmct4RAjDbAJ4i+bxBUzbIDWxyWdx15Cx5PZNnHwCfcV0u
zOJ1uUq+5nR/cwIze0irbBs=
=LsxA
-END PGP SIGNATURE-


Accepted:
phppgadmin_4.1.2-1.diff.gz
  to pool/main/p/phppgadmin/phppgadmin_4.1.2-1.diff.gz
phppgadmin_4.1.2-1.dsc
  to pool/main/p/phppgadmin/phppgadmin_4.1.2-1.dsc
phppgadmin_4.1.2-1_all.deb
  to pool/main/p/phppgadmin/phppgadmin_4.1.2-1_all.deb
phppgadmin_4.1.2.orig.tar.gz
  to pool/main/p/phppgadmin/phppgadmin_4.1.2.orig.tar.gz


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



Accepted prewikka 0.9.11.3-1 (source all)

2007-06-02 Thread Pierre Chifflier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 31 May 2007 09:40:25 +0200
Source: prewikka
Binary: prewikka
Architecture: source all
Version: 0.9.11.3-1
Distribution: unstable
Urgency: low
Maintainer: Pierre Chifflier [EMAIL PROTECTED]
Changed-By: Pierre Chifflier [EMAIL PROTECTED]
Description: 
 prewikka   - Graphical analysis console for the Prelude IDS Framework
Changes: 
 prewikka (0.9.11.3-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 ae21e42d05ec3e036c351dcfa08328c2 664 web extra prewikka_0.9.11.3-1.dsc
 4f17b2da811e1460427fb9f5d599604d 228689 web extra prewikka_0.9.11.3.orig.tar.gz
 ab09810a7aea1a606c40daa87f57e4d5 4837 web extra prewikka_0.9.11.3-1.diff.gz
 547a47acaa3a0074d578b6d04338bb90 210756 web extra prewikka_0.9.11.3-1_all.deb

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

iD8DBQFGYXnLw3ao2vG823MRAtl8AJ4qDee8VJRDRifTyMYiw1/wGZNqGACcDv50
E6dMknYi8XfGkxR49hMDlp8=
=+9sO
-END PGP SIGNATURE-


Accepted:
prewikka_0.9.11.3-1.diff.gz
  to pool/main/p/prewikka/prewikka_0.9.11.3-1.diff.gz
prewikka_0.9.11.3-1.dsc
  to pool/main/p/prewikka/prewikka_0.9.11.3-1.dsc
prewikka_0.9.11.3-1_all.deb
  to pool/main/p/prewikka/prewikka_0.9.11.3-1_all.deb
prewikka_0.9.11.3.orig.tar.gz
  to pool/main/p/prewikka/prewikka_0.9.11.3.orig.tar.gz


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



Accepted planner 0.14.2-3 (source i386)

2007-06-02 Thread Martin-Éric Racine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  2 Jun 2007 13:42:49 +0300
Source: planner
Binary: planner planner-dev
Architecture: source i386
Version: 0.14.2-3
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers [EMAIL PROTECTED]
Changed-By: Martin-Éric Racine [EMAIL PROTECTED]
Description: 
 planner- project management application
 planner-dev - Planner development library
Changes: 
 planner (0.14.2-3) unstable; urgency=low
 .
   * Inverted Maintainer and Uploaders; team pkg-gnome is now Maintainer.
   * Added missing Build-Depends and thightened up others to reflect the
 dependencies stated in the upstream README.
Files: 
 4a6757f81ff380087cdbdeef9220aa3b 1210 gnome optional planner_0.14.2-3.dsc
 7813355ce64365810e680312bc4a4904 7533 gnome optional planner_0.14.2-3.diff.gz
 ac656ce0292c30461bc331e3304920e5 3586150 gnome optional 
planner_0.14.2-3_i386.deb
 8f2e142caa2eff631da6b70872d739d1 47010 libdevel optional 
planner-dev_0.14.2-3_i386.deb

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

iD8DBQFGYZoYy2+jQOcHWlQRAk2jAJ4zk96cL7pWtv7H/+NA9j6EfOQWoACgu091
qFQ5zdUcXmmCc0Jd05YcE7w=
=EiAi
-END PGP SIGNATURE-


Accepted:
planner-dev_0.14.2-3_i386.deb
  to pool/main/p/planner/planner-dev_0.14.2-3_i386.deb
planner_0.14.2-3.diff.gz
  to pool/main/p/planner/planner_0.14.2-3.diff.gz
planner_0.14.2-3.dsc
  to pool/main/p/planner/planner_0.14.2-3.dsc
planner_0.14.2-3_i386.deb
  to pool/main/p/planner/planner_0.14.2-3_i386.deb


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



Accepted sisu 0.53.0-1 (source all)

2007-06-02 Thread Ralph Amissah
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 02 Jun 2007 11:29:59 +0100
Source: sisu
Binary: sisu-sqlite sisu-postgresql sisu-pdf sisu sisu-complete
Architecture: source all
Version: 0.53.0-1
Distribution: unstable
Urgency: low
Maintainer: Ralph Amissah [EMAIL PROTECTED]
Changed-By: Ralph Amissah [EMAIL PROTECTED]
Description: 
 sisu   - documents - structuring, publishing in multiple formats and searc
 sisu-complete - installs all SiSU related packages
 sisu-pdf   - dependencies to convert SiSU LaTeX output to pdf
 sisu-postgresql - SiSU dependencies for use with postgresql database
 sisu-sqlite - SiSU dependencies for use with sqlite database
Changes: 
 sisu (0.53.0-1) unstable; urgency=low
 .
   * new upstream, housekeeping, see upstream changelog
 * [OT, note] scm switched to git
 * lib placed in v0 (instead of 0.53)
Files: 
 1bbcc8fcad0c23eddaa4a94db1460008 606 text optional sisu_0.53.0-1.dsc
 b8f28c2cade1f95956f5cdaef7af7fbd 1254059 text optional sisu_0.53.0.orig.tar.gz
 318ba565d0bb6463fc00f99a83b30c8f 175984 text optional sisu_0.53.0-1.diff.gz
 d6607a972dbf6de83871db02e8b5df3b 1408752 text optional sisu_0.53.0-1_all.deb
 c11a01cdaa34a44beb06c40d6dfa5dda 117212 text optional 
sisu-complete_0.53.0-1_all.deb
 c91a622934962794796af4ec4d5487aa 117170 text optional sisu-pdf_0.53.0-1_all.deb
 65d4990adbcbffa0e53a82bdb254e637 117832 text optional 
sisu-postgresql_0.53.0-1_all.deb
 1082a111a98681675c993bccfadff892 117788 text optional 
sisu-sqlite_0.53.0-1_all.deb

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

iD8DBQFGYZyk+C5cwEsrK54RAtsBAKDLCzANJdDFLPj+lc6AMHfhatdPjACdHcNN
de5ie0grl2Dn/yK11Z1swjA=
=GkXU
-END PGP SIGNATURE-


Accepted:
sisu-complete_0.53.0-1_all.deb
  to pool/main/s/sisu/sisu-complete_0.53.0-1_all.deb
sisu-pdf_0.53.0-1_all.deb
  to pool/main/s/sisu/sisu-pdf_0.53.0-1_all.deb
sisu-postgresql_0.53.0-1_all.deb
  to pool/main/s/sisu/sisu-postgresql_0.53.0-1_all.deb
sisu-sqlite_0.53.0-1_all.deb
  to pool/main/s/sisu/sisu-sqlite_0.53.0-1_all.deb
sisu_0.53.0-1.diff.gz
  to pool/main/s/sisu/sisu_0.53.0-1.diff.gz
sisu_0.53.0-1.dsc
  to pool/main/s/sisu/sisu_0.53.0-1.dsc
sisu_0.53.0-1_all.deb
  to pool/main/s/sisu/sisu_0.53.0-1_all.deb
sisu_0.53.0.orig.tar.gz
  to pool/main/s/sisu/sisu_0.53.0.orig.tar.gz


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



Accepted wacom-tools 0.7.7.10-1 (source amd64)

2007-06-02 Thread Ron Lee
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 02 Jun 2007 23:51:51 +0930
Source: wacom-tools
Binary: xserver-xorg-input-wacom wacom-tools wacom-kernel-source
Architecture: source amd64
Version: 0.7.7.10-1
Distribution: unstable
Urgency: low
Maintainer: Ron Lee [EMAIL PROTECTED]
Changed-By: Ron Lee [EMAIL PROTECTED]
Description: 
 wacom-tools - utilities for wacom tablets and other hid devices
 xserver-xorg-input-wacom - X.Org X server -- wacom input driver
Closes: 317287 396883 404471 415244 417140 418008 422532 427020
Changes: 
 wacom-tools (0.7.7.10-1) unstable; urgency=low
 .
   * New upstream version.  Closes: #396883, #415244, #422532
   * Update vi.po, thanks to Clytie Siddall. Closes: #427020
   * Drop the external module package, upstream seems to be syncing fairly
 regularly with the mainstream kernel team again, so this should not
 be needed by most people, and causes confusion and trouble for the rest.
 Closes: #418008, #417140, #404471, #317287
   * Lintian now bitches about reusing DH_COMPAT for the source package, so
 I guess we now need to clutter the debian/ dir with files for each use
 of the /rules.  *sigh*  This seems a bit _too_ pedantic to me.
Files: 
 6d7ade8f70f466cc37e06ca406a53867 697 graphics optional 
wacom-tools_0.7.7.10-1.dsc
 9d446620597fb328e62d8cc88fc6c9b0 751401 graphics optional 
wacom-tools_0.7.7.10.orig.tar.gz
 4be55ca12c862177d48fa1f54005deaa 173667 graphics optional 
wacom-tools_0.7.7.10-1.diff.gz
 bac87ab89d21194af94cd8494999502f 54712 utils optional 
wacom-tools_0.7.7.10-1_amd64.deb
 e73770fe4d09463d10303ecc45e77e0d 46986 x11 optional 
xserver-xorg-input-wacom_0.7.7.10-1_amd64.deb
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGYZ3Cp4BCHGgCHOQRAmqKAJ4kplW9EhDUIeaF5oyk7RIkiq4DpwCfXyZY
S8SVc42BUWVJ2/pxUP4bN90=
=6NzJ
-END PGP SIGNATURE-


Accepted:
wacom-tools_0.7.7.10-1.diff.gz
  to pool/main/w/wacom-tools/wacom-tools_0.7.7.10-1.diff.gz
wacom-tools_0.7.7.10-1.dsc
  to pool/main/w/wacom-tools/wacom-tools_0.7.7.10-1.dsc
wacom-tools_0.7.7.10-1_amd64.deb
  to pool/main/w/wacom-tools/wacom-tools_0.7.7.10-1_amd64.deb
wacom-tools_0.7.7.10.orig.tar.gz
  to pool/main/w/wacom-tools/wacom-tools_0.7.7.10.orig.tar.gz
xserver-xorg-input-wacom_0.7.7.10-1_amd64.deb
  to pool/main/w/wacom-tools/xserver-xorg-input-wacom_0.7.7.10-1_amd64.deb


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



Accepted oxine 0.6.4-3 (source i386)

2007-06-02 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  2 Jun 2007 18:40:00 +0200
Source: oxine
Binary: oxine
Architecture: source i386
Version: 0.6.4-3
Distribution: unstable
Urgency: medium
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 oxine  - xine OSD (on screen display) GUI
Changes: 
 oxine (0.6.4-3) unstable; urgency=medium
 .
   * Rebuild against libcurl4-dev.
Files: 
 28c0cb3b885c58d8797144c5942f8237 714 graphics optional oxine_0.6.4-3.dsc
 a250f51bf8edc2f4c62831edd7c14105 11377 graphics optional oxine_0.6.4-3.diff.gz
 352623cb12419a39d518f760eacf039a 7133144 graphics optional 
oxine_0.6.4-3_i386.deb

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

iD8DBQFGYaLD+C5cwEsrK54RAmhyAKClLj3SFEuVO2vDgOVH1cbdydhK+gCgsNvZ
H9S8F0+7PchYIJWDc5jb/hA=
=mZfu
-END PGP SIGNATURE-


Accepted:
oxine_0.6.4-3.diff.gz
  to pool/main/o/oxine/oxine_0.6.4-3.diff.gz
oxine_0.6.4-3.dsc
  to pool/main/o/oxine/oxine_0.6.4-3.dsc
oxine_0.6.4-3_i386.deb
  to pool/main/o/oxine/oxine_0.6.4-3_i386.deb


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



Accepted texlive-base 2007-9 (source all)

2007-06-02 Thread Frank Küster
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  1 Jun 2007 17:31:41 +0200
Source: texlive-base
Binary: tetex-extra texlive-latex-recommended texlive-full texlive-common 
texlive tetex-base tetex-bin texlive-base texlive-generic-recommended 
texlive-latex-base texlive-fonts-recommended texlive-pictures
Architecture: source all
Version: 2007-9
Distribution: unstable
Urgency: low
Maintainer: Debian TeX Maintainers [EMAIL PROTECTED]
Changed-By: Frank Küster [EMAIL PROTECTED]
Description: 
 tetex-base - TeX Live: teTeX transitional package
 tetex-bin  - TeX Live: teTeX transitional package
 tetex-extra - TeX Live: teTeX transitional package
 texlive- TeX Live: A decent selection of the TeX Live packages
 texlive-base - TeX Live: Essential programs and files
 texlive-common - TeX Live: Base component
 texlive-fonts-recommended - TeX Live: Recommended fonts
 texlive-full - TeX Live: meta package pulling in all components of TeX Live
 texlive-generic-recommended - TeX Live: Miscellaneous generic macros
 texlive-latex-base - TeX Live: Basic LaTeX packages
 texlive-latex-recommended - TeX Live: LaTeX recommended packages
 texlive-pictures - TeX Live: Packages for drawings graphics
Closes: 427032
Changes: 
 texlive-base (2007-9) unstable; urgency=low
 .
   * Refine the code to resurrect modes.mf (no version check), and properly
 document it in NEWS.Debian [fk]
   * Also resurrect graphics.cfg and color.cfg, thanks to Bruce MacDonald
 [EMAIL PROTECTED] (closes: #427032) [fk]
Files: 
 3e3eab7b6ab7c7b5daf802397ea2650c 1040 tex optional texlive-base_2007-9.dsc
 691550c92aae5c8d37a4e6c217184204 118568 tex optional 
texlive-base_2007-9.diff.gz
 fb5d7d51bc484623126e2a2cc650fcce 6289456 tex optional 
texlive-base_2007-9_all.deb
 1d6a85f410356edfeb298590e2d3ce8e 443760 tex optional 
texlive-generic-recommended_2007-9_all.deb
 2694682f59af1aea6070dc8aba7a77f8 27126798 tex optional 
texlive-latex-base_2007-9_all.deb
 507929bcdd5490049e9beeb6b4b5dfda 19988422 tex optional 
texlive-latex-recommended_2007-9_all.deb
 b9b6970cdee05c5fe7936bcf7c18de70 9689258 tex optional 
texlive-fonts-recommended_2007-9_all.deb
 bee9052b0d853c6ba492cef3db5980ee 4419364 tex optional 
texlive-pictures_2007-9_all.deb
 a2fe5a7942e36c43bd73c3c52ba7a0fd 15400 tex optional texlive_2007-9_all.deb
 20c26f91f6fb750cb51f02df601dbd49 15704 tex optional texlive-full_2007-9_all.deb
 3b75c11803abf82736320aa04d0067f0 73054 tex optional 
texlive-common_2007-9_all.deb
 dbe571a30e8ea26c0777ac7fcc5844bd 15638 tex optional tetex-bin_2007-9_all.deb
 061251ae466cb5c2d74f5d8e883fd390 15922 tex optional tetex-base_2007-9_all.deb
 8f272fe7eb97a9fe30a2f36733e67c25 15828 tex optional tetex-extra_2007-9_all.deb

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

iD8DBQFGYZ4G+xs9YyJS+hoRAmIkAJ9J17vAKWiVlqJyLzH1wxoqEmcZzwCfZNcn
ZgS+8umsGqYUnNa/tyI7CsE=
=qNrj
-END PGP SIGNATURE-


Accepted:
tetex-base_2007-9_all.deb
  to pool/main/t/texlive-base/tetex-base_2007-9_all.deb
tetex-bin_2007-9_all.deb
  to pool/main/t/texlive-base/tetex-bin_2007-9_all.deb
tetex-extra_2007-9_all.deb
  to pool/main/t/texlive-base/tetex-extra_2007-9_all.deb
texlive-base_2007-9.diff.gz
  to pool/main/t/texlive-base/texlive-base_2007-9.diff.gz
texlive-base_2007-9.dsc
  to pool/main/t/texlive-base/texlive-base_2007-9.dsc
texlive-base_2007-9_all.deb
  to pool/main/t/texlive-base/texlive-base_2007-9_all.deb
texlive-common_2007-9_all.deb
  to pool/main/t/texlive-base/texlive-common_2007-9_all.deb
texlive-fonts-recommended_2007-9_all.deb
  to pool/main/t/texlive-base/texlive-fonts-recommended_2007-9_all.deb
texlive-full_2007-9_all.deb
  to pool/main/t/texlive-base/texlive-full_2007-9_all.deb
texlive-generic-recommended_2007-9_all.deb
  to pool/main/t/texlive-base/texlive-generic-recommended_2007-9_all.deb
texlive-latex-base_2007-9_all.deb
  to pool/main/t/texlive-base/texlive-latex-base_2007-9_all.deb
texlive-latex-recommended_2007-9_all.deb
  to pool/main/t/texlive-base/texlive-latex-recommended_2007-9_all.deb
texlive-pictures_2007-9_all.deb
  to pool/main/t/texlive-base/texlive-pictures_2007-9_all.deb
texlive_2007-9_all.deb
  to pool/main/t/texlive-base/texlive_2007-9_all.deb


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



Accepted ispell-uk 1.4.0-1 (source all amd64)

2007-06-02 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 01 Jun 2007 00:34:13 +0200
Source: ispell-uk
Binary: myspell-uk iukrainian aspell-uk wukrainian
Architecture: source all amd64
Version: 1.4.0-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 aspell-uk  - Ukrainian dictionary for GNU Aspell
 iukrainian - Ukrainian dictionary for ispell
 myspell-uk - Ukrainian dictionary for myspell
 wukrainian - Ukrainian dictionary words for /usr/share/dict
Changes: 
 ispell-uk (1.4.0-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 264bddc8d6ecd61c870bf62198d685b0 687 text optional ispell-uk_1.4.0-1.dsc
 28ec0179a63a77c20dc05c51830c23c6 522573 text optional 
ispell-uk_1.4.0.orig.tar.gz
 1aebe90e486d231e49c9b15c6ffb3510 3049 text optional ispell-uk_1.4.0-1.diff.gz
 38bff092ee16e51f8d06a82054de9e04 1006548 text optional 
iukrainian_1.4.0-1_amd64.deb
 6cd8a87c6c787995ce8bfe2e383fef7b 3279912 text optional 
wukrainian_1.4.0-1_all.deb
 bf25875d62e54eb52bea6cc69995d5d2 360788 text optional 
myspell-uk_1.4.0-1_all.deb
 67464974e07b2164c8eff5d483f3a5f7 304336 text optional aspell-uk_1.4.0-1_all.deb

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

iD8DBQFGYaMVKaC6+zmozOIRAnEWAJ4tUh/eWgWisC1APCY9xLX0UfurlACfXCvd
R/nDUoAU1+W9Z27byHZqoNY=
=KihC
-END PGP SIGNATURE-


Accepted:
aspell-uk_1.4.0-1_all.deb
  to pool/main/i/ispell-uk/aspell-uk_1.4.0-1_all.deb
ispell-uk_1.4.0-1.diff.gz
  to pool/main/i/ispell-uk/ispell-uk_1.4.0-1.diff.gz
ispell-uk_1.4.0-1.dsc
  to pool/main/i/ispell-uk/ispell-uk_1.4.0-1.dsc
ispell-uk_1.4.0.orig.tar.gz
  to pool/main/i/ispell-uk/ispell-uk_1.4.0.orig.tar.gz
iukrainian_1.4.0-1_amd64.deb
  to pool/main/i/ispell-uk/iukrainian_1.4.0-1_amd64.deb
myspell-uk_1.4.0-1_all.deb
  to pool/main/i/ispell-uk/myspell-uk_1.4.0-1_all.deb
wukrainian_1.4.0-1_all.deb
  to pool/main/i/ispell-uk/wukrainian_1.4.0-1_all.deb


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



Accepted texlive-bin 2007-11 (source i386)

2007-06-02 Thread Frank Küster
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  1 Jun 2007 17:32:35 +0200
Source: texlive-bin
Binary: texlive-extra-utils libkpathsea-dev libkpathsea4 texlive-xetex 
texlive-lang-indic texlive-omega texlive-font-utils texlive-metapost 
texlive-base-bin texlive-music
Architecture: source i386
Version: 2007-11
Distribution: unstable
Urgency: low
Maintainer: Debian TeX Maintainers [EMAIL PROTECTED]
Changed-By: Frank Küster [EMAIL PROTECTED]
Description: 
 libkpathsea-dev - TeX Live: path search library for TeX (development part)
 libkpathsea4 - TeX Live: path search library for TeX (runtime part)
 texlive-base-bin - TeX Live: Essential binaries
 texlive-extra-utils - TeX Live: TeX auxiliary programs
 texlive-font-utils - TeX Live: TeX font-related programs
 texlive-lang-indic - TeX Live: Indic
 texlive-metapost - TeX Live: MetaPost (and Metafont) drawing packages
 texlive-music - TeX Live: Music typesetting
 texlive-omega - TeX Live: Omega
 texlive-xetex - TeX Live: XeTeX macros
Closes: 427059
Changes: 
 texlive-bin (2007-11) unstable; urgency=low
 .
   * Refine the code to resurrect pdftexconfig.tex (no version check) and
 properly document it in NEWS.Debian.
   * Also resurrect config.ps, thanks to Bruce MacDonald
 [EMAIL PROTECTED] (closes: #427059) [fk]
Files: 
 cef70c7a4caed558653765064bb656ca 1152 tex optional texlive-bin_2007-11.dsc
 7b562376a427fcef9ce0987cdec21a61 151300 tex optional 
texlive-bin_2007-11.diff.gz
 9f520d9afe41489865d6e9ad72c620f7 10961560 tex optional 
texlive-base-bin_2007-11_i386.deb
 f15ea4ee595effe96e8408e2d8766a99 566418 tex optional 
texlive-extra-utils_2007-11_i386.deb
 c9bd425b4f8d62cfa76829bf38fe565a 971284 tex optional 
texlive-font-utils_2007-11_i386.deb
 6e056e61f9a4dc4ecad6da0e34e67688 7422534 tex optional 
texlive-metapost_2007-11_i386.deb
 56dddbbe9fdf1318f3b605383527b39d 2711468 tex optional 
texlive-omega_2007-11_i386.deb
 220cb2cfe07857a82dfd55315e290a3a 6359314 tex optional 
texlive-xetex_2007-11_i386.deb
 1783250da425e20949642fb3162a836a 1710716 tex optional 
texlive-music_2007-11_i386.deb
 eea1ff0c0ff363cd30ae0a99f57eedd7 6724240 tex optional 
texlive-lang-indic_2007-11_i386.deb
 b1c67dcfc310c7c3a08d8241c3cc4fa9 107924 libs optional 
libkpathsea4_2007-11_i386.deb
 b703fe7000b5d9d375ad5102aa40ad1c 145624 libdevel optional 
libkpathsea-dev_2007-11_i386.deb

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

iD8DBQFGYZ4o+xs9YyJS+hoRAkx1AJ48CpaF+KtABDaGPfuY2eE72yMD/wCfeK+N
k1RxOtt4x9V7J5tIHcquT3k=
=DziW
-END PGP SIGNATURE-


Accepted:
libkpathsea-dev_2007-11_i386.deb
  to pool/main/t/texlive-bin/libkpathsea-dev_2007-11_i386.deb
libkpathsea4_2007-11_i386.deb
  to pool/main/t/texlive-bin/libkpathsea4_2007-11_i386.deb
texlive-base-bin_2007-11_i386.deb
  to pool/main/t/texlive-bin/texlive-base-bin_2007-11_i386.deb
texlive-bin_2007-11.diff.gz
  to pool/main/t/texlive-bin/texlive-bin_2007-11.diff.gz
texlive-bin_2007-11.dsc
  to pool/main/t/texlive-bin/texlive-bin_2007-11.dsc
texlive-extra-utils_2007-11_i386.deb
  to pool/main/t/texlive-bin/texlive-extra-utils_2007-11_i386.deb
texlive-font-utils_2007-11_i386.deb
  to pool/main/t/texlive-bin/texlive-font-utils_2007-11_i386.deb
texlive-lang-indic_2007-11_i386.deb
  to pool/main/t/texlive-bin/texlive-lang-indic_2007-11_i386.deb
texlive-metapost_2007-11_i386.deb
  to pool/main/t/texlive-bin/texlive-metapost_2007-11_i386.deb
texlive-music_2007-11_i386.deb
  to pool/main/t/texlive-bin/texlive-music_2007-11_i386.deb
texlive-omega_2007-11_i386.deb
  to pool/main/t/texlive-bin/texlive-omega_2007-11_i386.deb
texlive-xetex_2007-11_i386.deb
  to pool/main/t/texlive-bin/texlive-xetex_2007-11_i386.deb


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



Accepted python-gmpy 1.01.dfsg.1-1 (source i386)

2007-06-02 Thread Martin Kelly
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 02 Jun 2007 11:40:18 -0700
Source: python-gmpy
Binary: python-gmpy
Architecture: source i386
Version: 1.01.dfsg.1-1
Distribution: unstable
Urgency: medium
Maintainer: Martin Kelly [EMAIL PROTECTED]
Changed-By: Martin Kelly [EMAIL PROTECTED]
Description: 
 python-gmpy - Interfaces GMP to Python for fast, unbound-precision computations
Closes: 427005
Changes: 
 python-gmpy (1.01.dfsg.1-1) unstable; urgency=medium
 .
   * Modified the upstream sources to include a COPYING license file, since the
 upstream author did not include one (Closes: #427005)
Files: 
 669dc076b202daf8257480d8c5711261 699 math optional 
python-gmpy_1.01.dfsg.1-1.dsc
 dd4619d79ce4bf62dd13990776ca73a9 78580 math optional 
python-gmpy_1.01.dfsg.1.orig.tar.gz
 0a3651bafb16e94a7b72a38c519906f8 1853 math optional 
python-gmpy_1.01.dfsg.1-1.diff.gz
 18985fc17bf1647ce2fd51151e6f6829 94378 math optional 
python-gmpy_1.01.dfsg.1-1_i386.deb

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

iD8DBQFGYb9rB01zfu119ZkRAky3AKDH5u0hZCJyUzwIu7xi5aSsoBpmMgCfTg5O
gWkBnbqWs0mWe9ew9Tk2XZQ=
=wCdA
-END PGP SIGNATURE-


Accepted:
python-gmpy_1.01.dfsg.1-1.diff.gz
  to pool/main/p/python-gmpy/python-gmpy_1.01.dfsg.1-1.diff.gz
python-gmpy_1.01.dfsg.1-1.dsc
  to pool/main/p/python-gmpy/python-gmpy_1.01.dfsg.1-1.dsc
python-gmpy_1.01.dfsg.1-1_i386.deb
  to pool/main/p/python-gmpy/python-gmpy_1.01.dfsg.1-1_i386.deb
python-gmpy_1.01.dfsg.1.orig.tar.gz
  to pool/main/p/python-gmpy/python-gmpy_1.01.dfsg.1.orig.tar.gz


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



Accepted ccid 1.3.0-2 (source i386)

2007-06-02 Thread Ludovic Rousseau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 02 Jun 2007 21:09:52 +0200
Source: ccid
Binary: libccid
Architecture: source i386
Version: 1.3.0-2
Distribution: unstable
Urgency: low
Maintainer: Ludovic Rousseau [EMAIL PROTECTED]
Changed-By: Ludovic Rousseau [EMAIL PROTECTED]
Description: 
 libccid- PC/SC driver for USB CCID smart card readers
Changes: 
 ccid (1.3.0-2) unstable; urgency=low
 .
   * debian/rules: use dh_installudev to install the udev file
   * debian/control: Build-Depends: debhelper (= 5.0.45) to have use
 dh_installudev
   * debian/compat: set to 5
Files: 
 9a8ae8fc33130322b96609694848d083 776 libs extra ccid_1.3.0-2.dsc
 ff37214c98f52c0aac9d8caef38b403c 6654 libs extra ccid_1.3.0-2.diff.gz
 42306daa35a4e7912c6ca51c68099d93 91630 libs extra libccid_1.3.0-2_i386.deb

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

iD8DBQFGYcHlP0qKj+B/HPkRApotAJ4r8vBrq8s+dYeod1EeYy0CZOvQNgCgkDOG
WTiZBiOtj3qVkvAuH83Lg+g=
=bXJp
-END PGP SIGNATURE-


Accepted:
ccid_1.3.0-2.diff.gz
  to pool/main/c/ccid/ccid_1.3.0-2.diff.gz
ccid_1.3.0-2.dsc
  to pool/main/c/ccid/ccid_1.3.0-2.dsc
libccid_1.3.0-2_i386.deb
  to pool/main/c/ccid/libccid_1.3.0-2_i386.deb


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



Accepted smpeg 0.4.5+cvs20030824-1.10 (source i386)

2007-06-02 Thread Guillem Jover
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 27 May 2007 04:06:31 +0300
Source: smpeg
Binary: smpeg-plaympeg libsmpeg-dev smpeg-gtv libsmpeg0
Architecture: source i386
Version: 0.4.5+cvs20030824-1.10
Distribution: unstable
Urgency: low
Maintainer: Joe Drew [EMAIL PROTECTED]
Changed-By: Guillem Jover [EMAIL PROTECTED]
Description: 
 libsmpeg-dev - SDL MPEG Player Library - development files
 libsmpeg0  - SDL MPEG Player Library - shared libraries
 smpeg-gtv  - SMPEG GTK+ MPEG audio/video player
 smpeg-plaympeg - SMPEG command line MPEG audio/video player
Closes: 290206 302664 310636 350354 418292
Changes: 
 smpeg (0.4.5+cvs20030824-1.10) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix aclocal warnings in smpeg.m4 due to missing quotation.
 (Closes: #310636, #418292)
   * Update smpeg.m4 so that 'autoreconf -Wall' will not produce warnings
 about deprecated macro usage.
   * Fix typos in gtv.1 and plaympeg.1 manpages (secons - seconds).
 Thanks to A Costa [EMAIL PROTECTED]. (Closes: #302664, #350354)
   * Reword the copyright file: (Closes: #290206)
 - Add upstream author information.
 - Use 'License' instead of 'Copyright'.
   * Use binary:Version substvar instead of the deprecated Source-Version.
   * Remove unneeded dpkg versioned Build-Depends.
   * Switch to Standards-Version 3.7.2.
   * Switch to debhelper compatibility level 5.
   * Switch from DH_COMPAT to debian/compat.
   * Remove uneeded INSTALL_PROGRAM usage.
   * Add '-Wall' to CFLAGS.
   * Pass CXXFLAGS to configure so that DEB_BUILD_OPTIONS are honoured.
   * Use $(CURDIR) instead if `pwd`.
   * Do not use a build stamp.
   * Add build-arch and build-indep targets and make build depend on both.
   * Create a new config.status target which handles the configure stage.
   * Remove uneeded DEB_HOST_ARCH.
   * Pass '--host' and '--build' options to configure to allow cross-compiling.
Files: 
 b1c6e6390566b653cbc2c18a0ac655de 702 libs optional 
smpeg_0.4.5+cvs20030824-1.10.dsc
 a12bbcd9ca0e8a81a5581260845762f8 29176 libs optional 
smpeg_0.4.5+cvs20030824-1.10.diff.gz
 4a669958ec5927cada448829759cda2c 102666 libs optional 
libsmpeg0_0.4.5+cvs20030824-1.10_i386.deb
 928b0b02e48f4d64a88e30524be85fd8 114348 libdevel optional 
libsmpeg-dev_0.4.5+cvs20030824-1.10_i386.deb
 5c12399c456608b0b269c73ba95c4298 23664 graphics optional 
smpeg-plaympeg_0.4.5+cvs20030824-1.10_i386.deb
 3fef873f47688dedc8d460d1bf535449 31040 graphics optional 
smpeg-gtv_0.4.5+cvs20030824-1.10_i386.deb

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

iD8DBQFGWRNGuW9ciZ2SjJsRAkpyAJ49XjLzpGhEfkXxdvEWhgMy0yr/ewCgsrf0
A+7KeDC7IdOS7hbbL9X4Zk8=
=3z3s
-END PGP SIGNATURE-


Accepted:
libsmpeg-dev_0.4.5+cvs20030824-1.10_i386.deb
  to pool/main/s/smpeg/libsmpeg-dev_0.4.5+cvs20030824-1.10_i386.deb
libsmpeg0_0.4.5+cvs20030824-1.10_i386.deb
  to pool/main/s/smpeg/libsmpeg0_0.4.5+cvs20030824-1.10_i386.deb
smpeg-gtv_0.4.5+cvs20030824-1.10_i386.deb
  to pool/main/s/smpeg/smpeg-gtv_0.4.5+cvs20030824-1.10_i386.deb
smpeg-plaympeg_0.4.5+cvs20030824-1.10_i386.deb
  to pool/main/s/smpeg/smpeg-plaympeg_0.4.5+cvs20030824-1.10_i386.deb
smpeg_0.4.5+cvs20030824-1.10.diff.gz
  to pool/main/s/smpeg/smpeg_0.4.5+cvs20030824-1.10.diff.gz
smpeg_0.4.5+cvs20030824-1.10.dsc
  to pool/main/s/smpeg/smpeg_0.4.5+cvs20030824-1.10.dsc


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



Accepted flamerobin 0.7.6-3 (source amd64)

2007-06-02 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 02 Jun 2007 23:45:13 +0300
Source: flamerobin
Binary: flamerobin
Architecture: source amd64
Version: 0.7.6-3
Distribution: unstable
Urgency: medium
Maintainer: Damyan Ivanov [EMAIL PROTECTED]
Changed-By: Damyan Ivanov [EMAIL PROTECTED]
Description: 
 flamerobin - graphical database administration tool for Firebird DBMS
Closes: 427197
Changes: 
 flamerobin (0.7.6-3) unstable; urgency=medium
 .
   * Medium urgency due to fix of a FTBFS
   * Build-depend on firebird2.0-dev.
 Closes: #427197, FTBFS: /usr/bin/ld: cannot find -lfbclient
   * Mention firebird2.0 in the long description
 .
   * Drop Depends firebird2-server-common, which is unnecessary - libfb*
 already depend on a suitable package containing message database
   * Added XS-Vcs-Svn field to debian/control
   * Remove debian/patches/00list, drop dpatch from B-D and remove
 patch/unpatch targets from debian/rules
   * Move to debhelper 5
   * Change maintainer address
Files: 
 a969804440b59da4022f88de370a98fd 680 utils optional flamerobin_0.7.6-3.dsc
 626fc3b3493741a9dc605852f6327add 6632 utils optional flamerobin_0.7.6-3.diff.gz
 969c0d451ccefdb23d28a0a56a275c96 852978 utils optional 
flamerobin_0.7.6-3_amd64.deb

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

iD8DBQFGYd0sHqjlqpcl9jsRAqi2AKCFBnMf7EoJU6xKFOTJpSLxPDhIlQCdFmga
lJNAlE6E9oQwSxeygH0XYcE=
=jZ4L
-END PGP SIGNATURE-


Accepted:
flamerobin_0.7.6-3.diff.gz
  to pool/main/f/flamerobin/flamerobin_0.7.6-3.diff.gz
flamerobin_0.7.6-3.dsc
  to pool/main/f/flamerobin/flamerobin_0.7.6-3.dsc
flamerobin_0.7.6-3_amd64.deb
  to pool/main/f/flamerobin/flamerobin_0.7.6-3_amd64.deb


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



Accepted mldonkey 2.8.6-1 (source i386)

2007-06-02 Thread Samuel Mimram
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 02 Jun 2007 23:19:40 +0200
Source: mldonkey
Binary: mldonkey-gui mldonkey-server
Architecture: source i386
Version: 2.8.6-1
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers [EMAIL PROTECTED]
Changed-By: Samuel Mimram [EMAIL PROTECTED]
Description: 
 mldonkey-gui - Graphical frontend for mldonkey based on GTK
 mldonkey-server - Door to the 'donkey' network
Changes: 
 mldonkey (2.8.6-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 c16f47efaff6bfdfd9137b1cf8e9cede 1186 net optional mldonkey_2.8.6-1.dsc
 dee5b1eb15f3cdfbab006ad025439f1b 3223151 net optional 
mldonkey_2.8.6.orig.tar.gz
 abad179b6bece481094bf43c6c8f2e80 124681 net optional mldonkey_2.8.6-1.diff.gz
 1a0538dfed88ad057c241998cca1b39b 2548346 net optional 
mldonkey-server_2.8.6-1_i386.deb
 1544a313bade9221590f2d233257d1a6 3573140 net optional 
mldonkey-gui_2.8.6-1_i386.deb

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

iD8DBQFGYeNkIae1O4AJae8RArOrAJ9PJYEcYUJLTJjmbVqLPRPtu3Y9rACdEbB+
M0dxZCsEpDLE/R1NeQaoVIw=
=GP4w
-END PGP SIGNATURE-


Accepted:
mldonkey-gui_2.8.6-1_i386.deb
  to pool/main/m/mldonkey/mldonkey-gui_2.8.6-1_i386.deb
mldonkey-server_2.8.6-1_i386.deb
  to pool/main/m/mldonkey/mldonkey-server_2.8.6-1_i386.deb
mldonkey_2.8.6-1.diff.gz
  to pool/main/m/mldonkey/mldonkey_2.8.6-1.diff.gz
mldonkey_2.8.6-1.dsc
  to pool/main/m/mldonkey/mldonkey_2.8.6-1.dsc
mldonkey_2.8.6.orig.tar.gz
  to pool/main/m/mldonkey/mldonkey_2.8.6.orig.tar.gz


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



Accepted nget 0.27.1-7 (source i386)

2007-06-02 Thread Arnaud Cornet
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 29 May 2007 20:17:04 +0200
Source: nget
Binary: nget
Architecture: source i386
Version: 0.27.1-7
Distribution: unstable
Urgency: low
Maintainer: Arnaud Cornet [EMAIL PROTECTED]
Changed-By: Arnaud Cornet [EMAIL PROTECTED]
Description: 
 nget   - auto-resuming command line NNTP file grabber
Closes: 361818 388034
Changes: 
 nget (0.27.1-7) unstable; urgency=low
 .
   * Cleanup config.{guess,sub,status,log}, for clearer diff.
   * Remove useless square bracket in Homepage statement in debian/control.
   * Make watchfile stricter.
   * Add jj's bash completion in doc/.
   * Use quilt patchsystem.
   * Add patch nget-gcc42 (Closes: #361818, #388034).
Files: 
 b7e77e2d6c05cdaa1dfd23206166d819 636 news optional nget_0.27.1-7.dsc
 c8f00ba3288b63732c93d9f7af102dfb 4749 news optional nget_0.27.1-7.diff.gz
 35f069609c1dc48a5791196571d119fb 333240 news optional nget_0.27.1-7_i386.deb

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

iD8DBQFGYeb+sczZcpAmcIYRAv+HAKCVlzK3y30czrDvVZg4VD5geLpdQACfbzzx
r/T4CFz4ifK2dhpMdkmyOaA=
=pl4o
-END PGP SIGNATURE-


Accepted:
nget_0.27.1-7.diff.gz
  to pool/main/n/nget/nget_0.27.1-7.diff.gz
nget_0.27.1-7.dsc
  to pool/main/n/nget/nget_0.27.1-7.dsc
nget_0.27.1-7_i386.deb
  to pool/main/n/nget/nget_0.27.1-7_i386.deb


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



Accepted xen-tools 3.4-1 (source all)

2007-06-02 Thread Radu Spineanu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 29 May 2007 01:09:40 +0300
Source: xen-tools
Binary: xen-tools
Architecture: source all
Version: 3.4-1
Distribution: unstable
Urgency: low
Maintainer: Roland Stigge [EMAIL PROTECTED]
Changed-By: Radu Spineanu [EMAIL PROTECTED]
Description: 
 xen-tools  - Tools to manage debian XEN virtual servers
Closes: 423385 425019
Changes: 
 xen-tools (3.4-1) unstable; urgency=low
 .
   [ Steve Kemp ]
   * New upstream release v3.4
 - Allows the expansion of backticks in configuration file(s).
 - Generate locales for the new Xen guests to match the host machine.
   (Closes: #423385)
 .
   [ Radu Spineanu ]
 - Better kernel/initrd guessing in the configuration file(using uname -r).
   Also added a note about this in README.Debian. (closes: #425019)
Files: 
 3d426fa9215f060426f95ff482b3fc04 646 utils extra xen-tools_3.4-1.dsc
 e2048de1f668d978ea66588dcaf3894e 108077 utils extra xen-tools_3.4.orig.tar.gz
 0b0c0aad6f8c0e14a2b276494365a072 9188 utils extra xen-tools_3.4-1.diff.gz
 4f80e1dfb7bcfd9f13df4bf027765e23 128112 utils extra xen-tools_3.4-1_all.deb

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

iD8DBQFGYVghJkMZOMmr+9MRAlbXAKCnv+8ilFaOkYF2WJbGAOWNcBW2hwCffe+f
rw/yn4GNBeKrl+mqrtLh5YY=
=szPG
-END PGP SIGNATURE-


Accepted:
xen-tools_3.4-1.diff.gz
  to pool/main/x/xen-tools/xen-tools_3.4-1.diff.gz
xen-tools_3.4-1.dsc
  to pool/main/x/xen-tools/xen-tools_3.4-1.dsc
xen-tools_3.4-1_all.deb
  to pool/main/x/xen-tools/xen-tools_3.4-1_all.deb
xen-tools_3.4.orig.tar.gz
  to pool/main/x/xen-tools/xen-tools_3.4.orig.tar.gz


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



Accepted aes2501-wy 0.1-3 (source amd64)

2007-06-02 Thread Miguel Gea Milvaques
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 01 Jun 2007 16:43:41 +0200
Source: aes2501-wy
Binary: aes2501-wy
Architecture: source amd64
Version: 0.1-3
Distribution: unstable
Urgency: low
Maintainer: Miguel Gea Milvaques [EMAIL PROTECTED]
Changed-By: Miguel Gea Milvaques [EMAIL PROTECTED]
Description: 
 aes2501-wy - userspace software for usb aes2501 fingerprint scanner
Closes: 426926 427259
Changes: 
 aes2501-wy (0.1-3) unstable; urgency=low
 .
   * Added  HP Compaq nx6320 to list of supported models. (Closes: #426926)
   * removed linux/compiler.h header in usb.c file. Now builds ok.
   (Closes: #427259)
Files: 
 1063efe72958bdf1e6ec0193bb5ef4b3 586 graphics optional aes2501-wy_0.1-3.dsc
 1b51342a371163cc111f42fab51b6d8c 4877 graphics optional 
aes2501-wy_0.1-3.diff.gz
 88136d7a766a9778a07dc73ea562a295 13584 graphics optional 
aes2501-wy_0.1-3_amd64.deb

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

iD8DBQFGYfquNTNQylgICMQRAhFRAKCGPtYbynyLHSZh1mcFENeNRaASowCgvMJZ
rkld5PJOgfTa+YaV9BCjkcI=
=HgOU
-END PGP SIGNATURE-


Accepted:
aes2501-wy_0.1-3.diff.gz
  to pool/main/a/aes2501-wy/aes2501-wy_0.1-3.diff.gz
aes2501-wy_0.1-3.dsc
  to pool/main/a/aes2501-wy/aes2501-wy_0.1-3.dsc
aes2501-wy_0.1-3_amd64.deb
  to pool/main/a/aes2501-wy/aes2501-wy_0.1-3_amd64.deb


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



Accepted cl-regex 1-3 (source all)

2007-06-02 Thread Matthew Danish
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 02 Jun 2007 19:39:54 -0400
Source: cl-regex
Binary: cl-regex
Architecture: source all
Version: 1-3
Distribution: unstable
Urgency: low
Maintainer: Matthew Danish [EMAIL PROTECTED]
Changed-By: Matthew Danish [EMAIL PROTECTED]
Description: 
 cl-regex   - Common Lisp regular expression compiler/matcher
Closes: 254015 377922
Changes: 
 cl-regex (1-3) unstable; urgency=low
 .
   * Re-adopting.  Closes: #377922
   * Documentation from homepage included.  Closes: #254015
   * Specify debhelper compatibility level in debian/compat now.
Files: 
 96ef19ea9437190799e63ab7210437a7 550 devel optional cl-regex_1-3.dsc
 4af88f6072f5f8d21030f0787c1a0c88 5755 devel optional cl-regex_1-3.diff.gz
 115eb35ea7bfac5a043639b92a8fb816 39536 devel optional cl-regex_1-3_all.deb

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

iD8DBQFGYgACzxUyMsJLYBARAj0BAJ9BwKn6C1Ffx+Tw02F9deB4yxLlSgCgr7ZJ
ZdnxQgEcErQK77ylu7PDlJM=
=kjkf
-END PGP SIGNATURE-


Accepted:
cl-regex_1-3.diff.gz
  to pool/main/c/cl-regex/cl-regex_1-3.diff.gz
cl-regex_1-3.dsc
  to pool/main/c/cl-regex/cl-regex_1-3.dsc
cl-regex_1-3_all.deb
  to pool/main/c/cl-regex/cl-regex_1-3_all.deb


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



Accepted cl-awk 1-3 (source all)

2007-06-02 Thread Matthew Danish
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 02 Jun 2007 20:55:10 -0400
Source: cl-awk
Binary: cl-awk
Architecture: source all
Version: 1-3
Distribution: unstable
Urgency: low
Maintainer: Matthew Danish [EMAIL PROTECTED]
Changed-By: Matthew Danish [EMAIL PROTECTED]
Description: 
 cl-awk - Common Lisp package with the features of AWK and more
Closes: 293396 377919
Changes: 
 cl-awk (1-3) unstable; urgency=low
 .
   * Re-adopting.  Closes: #377919
   * Created debian/compat file.
   * Indicate usage of clc:clc-require.  Closes: #293396
   * Added documentation from the homepage.
Files: 
 f56557b87cd0ea9dc6d96b9a03f51c2b 542 devel optional cl-awk_1-3.dsc
 e586b8d95cd13752b3d40c5aa3267007 8065 devel optional cl-awk_1-3.diff.gz
 462c2a4af99bc7cd3eb3430f8028c35d 20952 devel optional cl-awk_1-3_all.deb

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

iD8DBQFGYhJDzxUyMsJLYBARAkaNAJ9UVX7XphTSvFpAA8+ws8ThyjLcngCffPMJ
CEZ1HYFlurD2kVk87wdX6SQ=
=eBBI
-END PGP SIGNATURE-


Accepted:
cl-awk_1-3.diff.gz
  to pool/main/c/cl-awk/cl-awk_1-3.diff.gz
cl-awk_1-3.dsc
  to pool/main/c/cl-awk/cl-awk_1-3.dsc
cl-awk_1-3_all.deb
  to pool/main/c/cl-awk/cl-awk_1-3_all.deb


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



Accepted cl-lexer 1-4 (source all)

2007-06-02 Thread Matthew Danish
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 02 Jun 2007 21:00:18 -0400
Source: cl-lexer
Binary: cl-lexer
Architecture: source all
Version: 1-4
Distribution: unstable
Urgency: low
Maintainer: Matthew Danish [EMAIL PROTECTED]
Changed-By: Matthew Danish [EMAIL PROTECTED]
Description: 
 cl-lexer   - Lexical-analyzer-generator package for Common Lisp
Closes: 377920
Changes: 
 cl-lexer (1-4) unstable; urgency=low
 .
   * Re-adopting.  Closes:  #377920
   * Added debian/compat file.
   * Added documentation from homepage.
Files: 
 4a97c6c355c47c0c64724e2a30277d9a 549 devel optional cl-lexer_1-4.dsc
 c9e1d6d1efc14998f3682b7d49a6f6e0 4839 devel optional cl-lexer_1-4.diff.gz
 eba6f4bc104d457a35e5e6a1f304b5f8 7950 devel optional cl-lexer_1-4_all.deb

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

iD8DBQFGYhPKzxUyMsJLYBARAgTaAJ48M8GJ03gykdIWwwppifkN3or6+ACfR4vE
1NLgv5Xk3nnClBpO4AvmnfE=
=9EzN
-END PGP SIGNATURE-


Accepted:
cl-lexer_1-4.diff.gz
  to pool/main/c/cl-lexer/cl-lexer_1-4.diff.gz
cl-lexer_1-4.dsc
  to pool/main/c/cl-lexer/cl-lexer_1-4.dsc
cl-lexer_1-4_all.deb
  to pool/main/c/cl-lexer/cl-lexer_1-4_all.deb


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



Accepted tor 0.2.0.2-alpha-1 (source i386)

2007-06-02 Thread Peter Palfrader
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun,  3 Jun 2007 02:31:29 +0200
Source: tor
Binary: tor-dbg tor
Architecture: source i386
Version: 0.2.0.2-alpha-1
Distribution: experimental
Urgency: low
Maintainer: Peter Palfrader [EMAIL PROTECTED]
Changed-By: Peter Palfrader [EMAIL PROTECTED]
Description: 
 tor- anonymizing overlay network for TCP
 tor-dbg- debugging symbols for Tor
Changes: 
 tor (0.2.0.2-alpha-1) experimental; urgency=low
 .
   * New upstream version.
Files: 
 7269037cc7b8bd3b0c84d357bf334879 744 comm optional tor_0.2.0.2-alpha-1.dsc
 201c472a7e145e7a509755f691e95d3a 1285290 comm optional 
tor_0.2.0.2-alpha.orig.tar.gz
 350f4da01159e8e667233b0d4f923ba0 71368 comm optional 
tor_0.2.0.2-alpha-1.diff.gz
 cacb9b45116b291895b01cd311ba762a 1006378 comm optional 
tor_0.2.0.2-alpha-1_i386.deb
 c1dc4748b14024db166d867e138d4b60 634950 comm extra 
tor-dbg_0.2.0.2-alpha-1_i386.deb

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

iD8DBQFGYhR2z/ccs6+kS90RAufFAJ9h9UkPNGQA3wHVTq1LN5H8n4A4NACfeBP3
Sj7s8q26uDof2qRVv+OmXjk=
=z5fW
-END PGP SIGNATURE-


Accepted:
tor-dbg_0.2.0.2-alpha-1_i386.deb
  to pool/main/t/tor/tor-dbg_0.2.0.2-alpha-1_i386.deb
tor_0.2.0.2-alpha-1.diff.gz
  to pool/main/t/tor/tor_0.2.0.2-alpha-1.diff.gz
tor_0.2.0.2-alpha-1.dsc
  to pool/main/t/tor/tor_0.2.0.2-alpha-1.dsc
tor_0.2.0.2-alpha-1_i386.deb
  to pool/main/t/tor/tor_0.2.0.2-alpha-1_i386.deb
tor_0.2.0.2-alpha.orig.tar.gz
  to pool/main/t/tor/tor_0.2.0.2-alpha.orig.tar.gz


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



Accepted cl-ftp 1.3.3-2 (source all)

2007-06-02 Thread Matthew Danish
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 02 Jun 2007 20:00:45 -0400
Source: cl-ftp
Binary: cl-ftp
Architecture: source all
Version: 1.3.3-2
Distribution: unstable
Urgency: low
Maintainer: Matthew Danish [EMAIL PROTECTED]
Changed-By: Matthew Danish [EMAIL PROTECTED]
Description: 
 cl-ftp - Common Lisp FTP library
Closes: 361169
Changes: 
 cl-ftp (1.3.3-2) unstable; urgency=low
 .
   * Debhelper compatibility set in debian/compat.
   * Re-adopting.  Closes: #361169
Files: 
 a4d96b62b5cf87427fef8e26926cfb59 554 devel optional cl-ftp_1.3.3-2.dsc
 174f1defe5b5a2f517b018a49f72dc45 10015 devel optional cl-ftp_1.3.3.orig.tar.gz
 2d466d8c31ebaf460a225ccd5f07acee 3676 devel optional cl-ftp_1.3.3-2.diff.gz
 13fb491087c29fe26933f87257d64ab0 12242 devel optional cl-ftp_1.3.3-2_all.deb

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

iD8DBQFGYgdTzxUyMsJLYBARAli9AKCSvxonVTwWr6IOewwU1KtPLCNadQCeMTpl
tiMRIO+1ydW4Ycc7EVcA4Vg=
=YYcD
-END PGP SIGNATURE-


Accepted:
cl-ftp_1.3.3-2.diff.gz
  to pool/main/c/cl-ftp/cl-ftp_1.3.3-2.diff.gz
cl-ftp_1.3.3-2.dsc
  to pool/main/c/cl-ftp/cl-ftp_1.3.3-2.dsc
cl-ftp_1.3.3-2_all.deb
  to pool/main/c/cl-ftp/cl-ftp_1.3.3-2_all.deb
cl-ftp_1.3.3.orig.tar.gz
  to pool/main/c/cl-ftp/cl-ftp_1.3.3.orig.tar.gz


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



Accepted liboil 0.3.12-1 (source i386)

2007-06-02 Thread David Schleef
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 02 Jun 2007 16:23:16 -0700
Source: liboil
Binary: liboil0.3 liboil0.3-dev liboil0.3-dbg
Architecture: source i386
Version: 0.3.12-1
Distribution: unstable
Urgency: low
Maintainer: David Schleef [EMAIL PROTECTED]
Changed-By: David Schleef [EMAIL PROTECTED]
Description: 
 liboil0.3  - Library of Optimized Inner Loops
 liboil0.3-dbg - Library of Optimized Inner Loops (debug packages)
 liboil0.3-dev - Library of Optimized Inner Loops (development headers)
Closes: 420577 427023
Changes: 
 liboil (0.3.12-1) unstable; urgency=low
 .
   * New upstream release (Closes: #427023)
   * bump shlibs version (Closes: 420577)
Files: 
 170bd9773a0f5ac8da733b1170f9e609 621 devel optional liboil_0.3.12-1.dsc
 96ee4c627ffb0db3999cef3c7454b1d9 810532 devel optional 
liboil_0.3.12.orig.tar.gz
 9db74ba6a304e631fade890922de00a9 57844 devel optional liboil_0.3.12-1.diff.gz
 f58801f288c5ac7f025c5a5b2674a7d2 148572 libs optional 
liboil0.3_0.3.12-1_i386.deb
 e8ab8b70ca9d270e7e081b95e5b24332 281328 libdevel optional 
liboil0.3-dev_0.3.12-1_i386.deb
 64d6d0fff09cb8ddf93833f3bc535b9b 319260 libdevel optional 
liboil0.3-dbg_0.3.12-1_i386.deb

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

iD8DBQFGYiY72vJMr9bVSaoRAnPMAJ9JTL9nh7DZhg9XPFgAzZoZLvWYCgCg0ea3
IJJx9bP0h1fLuCBdgmarAvU=
=HBKd
-END PGP SIGNATURE-


Accepted:
liboil0.3-dbg_0.3.12-1_i386.deb
  to pool/main/libo/liboil/liboil0.3-dbg_0.3.12-1_i386.deb
liboil0.3-dev_0.3.12-1_i386.deb
  to pool/main/libo/liboil/liboil0.3-dev_0.3.12-1_i386.deb
liboil0.3_0.3.12-1_i386.deb
  to pool/main/libo/liboil/liboil0.3_0.3.12-1_i386.deb
liboil_0.3.12-1.diff.gz
  to pool/main/libo/liboil/liboil_0.3.12-1.diff.gz
liboil_0.3.12-1.dsc
  to pool/main/libo/liboil/liboil_0.3.12-1.dsc
liboil_0.3.12.orig.tar.gz
  to pool/main/libo/liboil/liboil_0.3.12.orig.tar.gz


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



Accepted inkscape 0.45.1-1 (source powerpc)

2007-06-02 Thread Wolfram Quester
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 25 Apr 2007 18:57:50 +0200
Source: inkscape
Binary: inkscape
Architecture: source powerpc
Version: 0.45.1-1
Distribution: unstable
Urgency: low
Maintainer: Wolfram Quester [EMAIL PROTECTED]
Changed-By: Wolfram Quester [EMAIL PROTECTED]
Description: 
 inkscape   - vector-based drawing program
Closes: 410358 417245 417959
Changes: 
 inkscape (0.45.1-1) unstable; urgency=low
 .
   * New upstream release, containing bugfixes
   * fix bashism in ps2pdf.sh. (closes: #417245)
 Thanks to Jérémy Bobbio [EMAIL PROTECTED]
   * add libssl-dev to enable SSL support in inkboard and
 remove libloudmouth-dev since it is no longer used for inkboard, raise
 required version of libgtk2.0-dev to = 2.8.0-1 (closes: #410358)
 Thanks to Kees Cook [EMAIL PROTECTED] for pointing this out.
   * add foot and yard units to inkscape's measure path extension
 Thanks Daniel Kahn Gillmor [EMAIL PROTECTED]
 for the patch (closes: #417959)
   * upload sponsored by Guido Guenther [EMAIL PROTECTED]
Files: 
 259b354f491300d28ad5fdd80c6b9049 968 graphics optional inkscape_0.45.1-1.dsc
 1ac63dfd5d78a676599bf5cf6d22e493 13244235 graphics optional 
inkscape_0.45.1.orig.tar.gz
 fc7fc4390842c4eab49a55c1103bb518 103407 graphics optional 
inkscape_0.45.1-1.diff.gz
 e1e9bc8c93e8491fda4468abf315eac0 13807722 graphics optional 
inkscape_0.45.1-1_powerpc.deb

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

iD8DBQFGYh+Tn88szT8+ZCYRAlf6AJ9LKsXkp0hCiQhPwS+4CwUis6XMKgCcCoRT
axdZ4heKK+paUc2RJtaZzjk=
=kKm3
-END PGP SIGNATURE-


Accepted:
inkscape_0.45.1-1.diff.gz
  to pool/main/i/inkscape/inkscape_0.45.1-1.diff.gz
inkscape_0.45.1-1.dsc
  to pool/main/i/inkscape/inkscape_0.45.1-1.dsc
inkscape_0.45.1-1_powerpc.deb
  to pool/main/i/inkscape/inkscape_0.45.1-1_powerpc.deb
inkscape_0.45.1.orig.tar.gz
  to pool/main/i/inkscape/inkscape_0.45.1.orig.tar.gz


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