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

2007-06-09 Thread Petter Reinholdtsen

[Steve Greenland]
 Still pointless, because there is basically no reliable connection
 between the contents of /etc/debian_version and what packages are
 installed.

You seem to still discuss this issue as related to making decisions on
package behavior.  That is not the point I am trying to make, and in
that frame I understand why you fail to see the point.  My point is
that it is useful to know what major release of Debian a machine is
using, and for that to work it is better to store that information in
a simple package which can be modified whenever the release
information changes, and to make sure no other information is coded in
that package (so the version info should be moved out of the
base-files package).  If we had that kind of information, I suspect we
could make better informed decisions on security support for different
major releases. :)

Happy hacking,
-- 
Petter Reinholdtsen


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



Re: Why not move Apt to a relational database

2007-06-09 Thread Bastian Blank
On Sat, Jun 09, 2007 at 02:52:04AM +, Oleg Verych wrote:
  Based on a relational database it will run faster,
 First reason is faster. What if i'll say: based on tmpfs and
 directory/file structure it will run even faster?

tmpfs is not faster than a real disk. You need the memory anyway and the
data on a real disk should be in the cache anyway if possible.

  so that if the database is stored on another computer and first
  computer has a hardware failure, the data from the backup can be used
  to completely restore the computer to its status again.
 clients on failed machine: scp, curl, lftp, whatever to transfer a file

Most db formats are not transfer formats and are incompatible between
different versions and architectures. You need to dump them for such
sort of backup.

  It should be a relational database that contains checksums of the
  compressed and uncompressed state of files that will be installed.

prelink changes this value.

 So
  that if there is a problem with the computer and something is
  segfaulting, every file on the computer can be checked against this
  information, including freshly downloaded files, so that they can find
  out if any of them are corrupt and need to be replaced.

The database is much more written to. Why do you think is it less likely
that this file is corrupted?

Bastian

-- 
... The prejudices people feel about each other disappear when they get
to know each other.
-- Kirk, Elaan of Troyius, stardate 4372.5


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



Re: APT 0.7 for sid

2007-06-09 Thread Bastian Blank
On Thu, Jun 07, 2007 at 12:59:38AM +0200, Michael Vogt wrote:
 - automatic installation of recommends like aptitude

Please inform the buildd maintainers about this. The buildds must not
hit this changed default or the builds will get unreliable.

Bastian

-- 
Our missions are peaceful -- not for conquest.  When we do battle, it
is only because we have no choice.
-- Kirk, The Squire of Gothos, stardate 2124.5


-- 
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-09 Thread Bernhard R. Link
* Robert Millan [EMAIL PROTECTED] [070608 21:00]:
 On Wed, May 23, 2007 at 04:58:04PM +0200, Bernhard R. Link wrote:
  * Kevin Mark [EMAIL PROTECTED] [070523 11:00]:
   Could someone make a page with GPLv2-only software, I'd be curious what
   would be affected. Maybe the easiest way would be to dump and format a
   page on the Wiki so that it could be commented upon?
 
  Given the current drafts for the GPLv3, I think GPLv2-only software
  will not go away. At least if that everyone is allowed to make this
  non-free by combining with code under the Affero GPL, and you are not
  allowed to make this copyleft by forbidding that, I'm stronly
  considering making new software GPLv2 only in the future, too.

 I doubt they did this intentionally.  Can you ellaborate on it?  Which phrase
 in particular?  Did you send your concerns as comments to the latest draft?

I think this is intentional, given that the latest draft explicitly says:

|13. Use with the GNU Affero General Public License.
|
|Notwithstanding any other provision of this License, you have permission to
| link any covered work with a work licensed under version 3 (or any later
| version published by the Free Software Foundation) of the GNU Affero General
| Public License, and to convey the resulting combination.  The terms of this
| License will continue to apply to your covered work but will not apply to the
| work with which it is linked, which will remain governed by the GNU Affero
| General Public License.

And since the current version of that license restricts running, which I
consider the most elementary freedom. (What does availabity of source
help me, when I am not even allowed to run it as I want?), and later versions
might make all other kind of funny things, that simply is an anti-copyleft 
thing.

With anti-copyleft I mean a free license that forbids to make it copyleft by
forbidding to forbid to make it non-free. Other licenses trying this are
the BSD protection license and some other bad jokes...

Hochachtungsvoll,
Bernhard R. Link


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



Re: Large static datasets like genomes (Re: Reasonable maximum package size ?)

2007-06-09 Thread Steffen Moeller
On Wednesday 06 June 2007 13:00:19 Andreas Tille wrote:
 On Wed, 6 Jun 2007, Tim Cutts wrote:
 0. Find a solution for large data sets in generel
 1. Find a solution for static biological data (I couldn't believe
that all biological data are really changing that frequently).
 2. Find a solution that might make the kind of handling of
dynamical data as you described more user firendly (bittorrent).

Not all data is updated at the bimonthly Ensembl-pace or as big as Ensembl. 
But the most interesting data is :o)   

...
  software which builds and then presents http://www.ensembl.org)
  4)  Maintaining our own package repository
  5)  Migration from Tru64 to Debian
...
 
  Feel free to suggest to me things that you'd find interesting to talk

 I personally would be mostly interested in top 4 (Maintaining our own
 package repository).

It would be lovely if we could agree on a set of databases to support in 
Debian and to have a permanent location in the file system for them. For the 
reasons that Tim has already outlined I do not see to distribute the larger 
database as Debian packages. Once a (computational) biologist starts a new 
project, (s)he wants the latest data no matter what and anything older than 
three months (or a week sometimes) is likely not to be acceptable.  I do not 
see any packaging effort to work for that and particularly not in the way we 
think of the stable distribution.

What may be stable though is an application that install the latest databases 
for the user. And maybe that application would even know how to make use of 
the diffs to the respective latest release that many databases like EMBL 
offer in order to reduce download times (we are talking about many Gigs for 
these big players). I could well imagine, that an application that maintains 
the most important databases of say the Nucleic Acids Research's January 
issue could well be publishable and may be a nice project for a summer 
student to start off. Any volunteers on this list by any chance?

I am not certain about how to reference a such auto-maintained particular 
database from other packages. Maybe there could be something like virtual 
packages that depend on the auto-biodb-maintaintenance tool and call it in 
their postinst scripts as
$ auto-biodb-maintaintenance --make-sure-it-is-maintained dbname

Many greetings

Steffen



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


Bug#428147: ITP: hotwire -- Graphical, terminal-oriented shell for GNOME

2007-06-09 Thread Josselin Mouette
Package: wnpp
Severity: wishlist
Owner: Josselin Mouette [EMAIL PROTECTED]

* Package name: hotwire
  Version : 0.556
  Upstream Author : Colin Walters [EMAIL PROTECTED]
* URL : http://submind.verbum.org/hotwire
* License : GPL
  Programming Lang: Python
  Description : Graphical, terminal-oriented shell for GNOME

 Hotwire is a primary replacement for gnome-terminal/xterm and for the 
 /bin/sh shell. Its innovative graphical user interface is oriented 
 towards developers and system administrators.
 .
 The interface is somewhere between Windows PowerShell and MacOS X 
 Automator, and integrates with the GNOME desktop (e.g. with the 
 trash). It also supports SSH natively.
 .
 URL: http://submind.verbum.org/hotwire

-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


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



Re: APT 0.7 for sid

2007-06-09 Thread Junichi Uekawa
Hi,


 - translated package descriptions (finally!) - thanks to all the people
   who made this possible (otavio, grisu and the ones that I forgot)

I quickly tested the experimental apt, and it looks broken here.

1. Japanese translated description file is currently provided in
   EUC-JP codeset.

2. when I do apt-cache show in ja_JP.EUC-JP locale, 'apt-cache show'
   stops halfway (probably when the iconv fails in UTF8ToCodeset
   called from debRecordParser::LongDesc.)


regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


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



tmpfs (Re: Why not move Apt to a relational database)

2007-06-09 Thread Oleg Verych
On 2007-06-09, Bastian Blank [EMAIL PROTECTED] wrote:
 On Sat, Jun 09, 2007 at 02:52:04AM +, Oleg Verych wrote:
  Based on a relational database it will run faster,
 First reason is faster. What if i'll say: based on tmpfs and
 directory/file structure it will run even faster?

 tmpfs is not faster than a real disk. You need the memory anyway and the
 data on a real disk should be in the cache anyway if possible.

First startup is. But after that, tmpfs will go to swap and unless
swap is as fragmented as hdd, and not all parts of db will be needed
immediately, next startup will be far more faster. Even if swap
version will be not plausible, untar can run with apt-get update,
apt-get upgrade (sometimes very slow) *downloads* in _parallel_, thus
db will be ready and in memory, before it will start to further
package processing.

  so that if the database is stored on another computer and first
  computer has a hardware failure, the data from the backup can be used
  to completely restore the computer to its status again.
 clients on failed machine: scp, curl, lftp, whatever to transfer a file

 Most db formats are not transfer formats and are incompatible between
 different versions and architectures. You need to dump them for such
 sort of backup.

I've described tar (ar, cpio,etc.) file as storage, i doubt if it has
version/arch problems.






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



synchronizing README.Debian with wiki.debian.org

2007-06-09 Thread Junichi Uekawa
Hi,

I had an idea and still pondering on it.  I wanted to do automatic
two-way synchronization with README.Debian and wiki.debian.org Reading
up the docs, it was really simple to do a one-way sync from
wiki.debian.org and I'd like to share the result.

I'm using the attached python script which takes the wikiname on the
1st argument, and dumps the result via XML-RPC.
wiki.debian.org(MoinMoin) supports XML-RPC, and it looks like it's
trivial to handle that.

Anyone already tried this?

The pain is that MoinMoin isn't a real VCS and I can't really do
git-pull etc., with it.



The other direction and handling of conflicts is another matter which
I am not quite sure on how to handle.

regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


xmlrpc.py
Description: Binary data


Bug#428164: ITP: qfreefax -- GUI for fax fonctionality provided by French ISP Free

2007-06-09 Thread Le_Vert
Package: wnpp
Severity: wishlist
Owner: Adam Cécile (Le_Vert) [EMAIL PROTECTED]

* Package name: qfreefax
  Version : 0.1
  Upstream Author : Sebgui [EMAIL PROTECTED]
* URL : http://qfreefax.sourceforge.net/
* License : GPL
  Programming Lang: C++
  Description : GUI for fax fonctionality provided by French ISP Free

qFreeFax allow users to send fax through a nice QT4 based GUI.
.
Please notice this in only suitable for people having a Free ADSL
account, from the French ISP Free.
.
 Homepage: http://qfreefax.sourceforge.net/

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable'), (400, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.18-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



Bug#428168: RFA: flite -- A small run-time speech synthesis engine

2007-06-09 Thread Mario Lang
Package: wnpp
Severity: normal

flite is basically a C version of festival, compiling all
the necessary data for speech synthesis down to a library which
gets linked into programs that do want to do text-to-speech.

There is #350484 which needs to be dealt with.  When flite 1.2
was released, I worked directly with upstream to integrate a patch
which allowed to build the library also as shared object
files, not just statically.  This is obviously important
for a distro since the flite library is pretty huge (8MB or so) and
to link it into every package that uses it is extreme archive bloat.
Unfortunately, the 1.3 release seems to have dropped
this feature, and my initial attempt at looking on how
to refix .so support failed.  I've since then heard Fedora
carries a patch to do this.  So maybe it isn't that hard
to get 1.3 into Debian after all.

However, these days, I find espeak much more promising for
the future (especially since it does provide multilanguage support),
and my free time does not permit me to maintain several speech engines
anymore (at least, I am not motivated enough to do a good job, obviously).

I'd like to find a good home for flite.  It does have three other
packages depend on it that I know of, speech-dispatcher, eflite
and brltty.

-- 
CYa,
  Mario | Debian Developer URL:http://debian.org/
  .''`. | Get my public key via finger [EMAIL PROTECTED]
 : :' : | 1024D/7FC1A0854909BCCDBE6C102DDFFC022A6B113E44
 `. `'
   `-  URL:http://delysid.org/  URL:http://www.staff.tugraz.at/mlang/


pgphPrHFsfsEw.pgp
Description: PGP signature


Re: Dependencies on shared libs, take 2

2007-06-09 Thread Henrique de Moraes Holschuh
On Thu, 07 Jun 2007, Steve Langasek wrote:
 Or are you questioning that most libraries ought to be using version
 scripts?  I said they ought to, not that they currently did; and using

Yeah, that.  Apparently my english failed me, and I didn't parse what you
meant correctly.

I am all for symbol versioning.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


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



Re: APT 0.7 for sid

2007-06-09 Thread Daniel Burrows
On Wed, Jun 06, 2007 at 08:40:47PM -0700, Russ Allbery [EMAIL PROTECTED] was 
heard to say:
 Ron Johnson [EMAIL PROTECTED] writes:
  On 06/06/07 17:59, Michael Vogt wrote:
 
  I would also love to find a way in the future to interface with the
  aptitude dependency problem resolver (that is superiour to the one in
  libapt).
 
  Is this the same dependency resolver that tries to remove half your
  packages as a result of the most minor package removal?
 
 No, that's not done by the dependency resolver.  That's done by the code
 that removes packages that you never told it should be installed.
 
 This problem goes away completely if you only use aptitude-aware tools to
 install packages.  It's basically a transition issue.  (I do agree that
 the transition could be improved.)

  aptitude's dependency removal has always been intended to be
conservative: it doesn't treat a package as a candidate for removal
unless it actually saw it get autoinstalled.

  Apparently there have been bugs in this for years and no-one reported
them until they caused trouble for the d-i team several months ago.
They should be fixed in stable's aptitude now, and I would appreciate
bug reports on any transition problems that remain.

  Daniel


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



Re: APT 0.7 for sid

2007-06-09 Thread Daniel Burrows
On Thu, Jun 07, 2007 at 08:55:59AM +0200, Eduard Bloch [EMAIL PROTECTED] was 
heard to say:
 #include hallo.h
 * Russ Allbery [Wed, Jun 06 2007, 08:40:47PM]:
 
   Is this the same dependency resolver that tries to remove half your
   packages as a result of the most minor package removal?
  
  No, that's not done by the dependency resolver.  That's done by the code
  that removes packages that you never told it should be installed.
  
  This problem goes away completely if you only use aptitude-aware tools to
  install packages.  It's basically a transition issue.  (I do agree that
  the transition could be improved.)
 
 bitching
 Why do you think that aptitude is perfect? I can remember a not so nice
 evening few months ago when aptitude (on Ubuntu) tried to remove half of
 the distro when installing simple packages. The reason was the forgotton
 source line for the previous release in sources.list - but still, it
 should cope with that and not wreak random havoc.
 /bitching

  Why did it want to remove your packages?  I can't think of any reason
that missing the previous release should have caused problems -- unless
maybe there were broken dependencies that needed the previous release in
order to be resolved?

  Daniel


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



Re: APT 0.7 for sid

2007-06-09 Thread Daniel Burrows
On Thu, Jun 07, 2007 at 09:54:16AM +0200, Raphael Hertzog [EMAIL PROTECTED] 
was heard to say:
  term. I would also love to find a way in the future to interface with
  the aptitude dependency problem resolver (that is superiour to the one
  in libapt).
 
 In what way is it superior? Until now, apt-get always found a solution to
 all the dist-upgrade that I gave him whereas aptitude sometimes didn't.

  Raphael,

  When you encounter situations where aptitude can't find a solution,
could you please send them to me?  aptitude's resolver is designed to be
complete, so if it misses valid solutions it's a bug.

Thanks,
  Daniel


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



Bug#428174: O: oleo -- GNU spreadsheet program

2007-06-09 Thread Mario Lang
Package: wnpp
Severity: normal

I have neglected this package for far to long, my apologies.

I originally adopted it to prevent it from being removed from the archive,
since I was using it from time to time.  These days, I have not used
it for very long.  Additionally, I was only interested in oleo
for its text-mode interface.  I understand that it offers
a graphical (non-gtk) interface as well these days.  Since I can
only use ATK-aware apps, I could not test this aspect of
the package, so I do not feel appropriate as a maintainer anymore.

-- 
CYa,
  Mario | Debian Developer URL:http://debian.org/
  .''`. | Get my public key via finger [EMAIL PROTECTED]
 : :' : | 1024D/7FC1A0854909BCCDBE6C102DDFFC022A6B113E44
 `. `'
   `-  URL:http://delysid.org/  URL:http://www.staff.tugraz.at/mlang/


pgpkLkM6PpsUp.pgp
Description: PGP signature


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

2007-06-09 Thread Steve Greenland
On 09-Jun-07, 04:30 (CDT), Petter Reinholdtsen [EMAIL PROTECTED] wrote:
 My point is that it is useful to know what major release of Debian a
 machine is using,

My point is the only reliable way to determine that is via
/etc/apt/sources and /etc/apt/preferences, not to mention
/var/lib/dpkg/status (because packages might be on hold).

Yes, many systems don't mix-n-match, and are pure etch or whatever. The
contents of /etc/debian_release doesn't, and can't, tell you that, no
matter how it's packaged.

Steve

-- 
Steve Greenland
The irony is that Bill Gates claims to be making a stable operating
system and Linus Torvalds claims to be trying to take over the
world.   -- seen on the net


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



Re: APT 0.7 for sid

2007-06-09 Thread Steve Greenland
On 08-Jun-07, 09:40 (CDT), Daniel Burrows [EMAIL PROTECTED] wrote:

   Why did it want to remove your packages? I can't think of any reason
 that missing the previous release should have caused problems --
 unless maybe there were broken dependencies that needed the previous
 release in order to be resolved?

There was a time when aptitude preferred to upgrade a package, even
if such an upgrade would cause the removal of 30% of the rest of the
system due to dependency issues. The obvious (to a human) solution of
putting the single package on hold until the other packages caught up
was something aptitude couldn't spot.

The new dependency resolver, with its scoring and easily overridable
choices, has pretty much solved this problem. But someone burned a few
years ago might not know this.

Steve

-- 
Steve Greenland
The irony is that Bill Gates claims to be making a stable operating
system and Linus Torvalds claims to be trying to take over the
world.   -- seen on the net


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



Bug#428185: ITP: evolution-python -- python bindings for libebook and libecal

2007-06-09 Thread Thomas Viehmann

Package: wnpp
Severity: wishlist
X-Debbugs-Cc: debian-devel@lists.debian.org
Owner: Thomas Viehmann [EMAIL PROTECTED]

* Package name: evolution-python
  Version : 0.0.1+svn-20070609
  Upstream Authors: Conduit Project
* URL : http://www.conduit-project.org/wiki/evolution-python
* License : LGPL
  Programming Lang: C (Python extension)
  Description : python bindings for libebook and libecal
   Evolution-python allows access to the evolution-data-server via
   python. Supported are access to the address book, calendar,
   and todo list.

evolution-python will be comaintained by the python-modules team.

Kind regards

T.
--
Thomas Viehmann, http://thomas.viehmann.net/


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



Re: synchronizing README.Debian with wiki.debian.org

2007-06-09 Thread Frank Küster
Junichi Uekawa [EMAIL PROTECTED] wrote:

 Hi,

 I had an idea and still pondering on it.  I wanted to do automatic
 two-way synchronization with README.Debian and wiki.debian.org

Excuse me - which existing wiki pages are synchronized with
README.Debian? 

Regards, Frank
-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



Bug#428188: ITP: dir2ogg -- audio file converter into ogg-vorbis format

2007-06-09 Thread Julian Andres Klode
Package: wnpp
Severity: wishlist
Owner: Julian Andres Klode [EMAIL PROTECTED]

* Package name: dir2ogg
  Version : 0.9.3
  Upstream Author : Darren Kirby [EMAIL PROTECTED]
* URL : http://badcomputer.org/unix/dir2ogg/
* License : Artistic
  Programming Lang: Python
  Description : audio file converter into ogg-vorbis format

dir2ogg converts MP3, M4A, WMA and WAV files to the open-source OGG 
format. It is a python script that simply binds together mpg123, faad, 
and oggenc making it easier for the user to convert his/her music files. 
It also supports id3 tags.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable'), (100, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)


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



Bug#428198: ITP: gabedit -- graphical interface to Ab Initio packages

2007-06-09 Thread Daniel Leidert
Package: wnpp
Severity: wishlist
Owner: Daniel Leidert [EMAIL PROTECTED]

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* Package name: gabedit
  Version : 2.0.11
  Upstream Author : Abdul-Rahman Allouche [EMAIL PROTECTED]
* URL : http://gabedit.sourceforge.net
* License : MIT/X styled license
  Programming Lang: C
  Description : graphical interface to Ab Initio packages

Gabedit is a graphical user interface to computational chemistry
packages, like:

 - GAMESS-US
 - Gaussian
 - Molcas
 - Molpro
 - MPQC
 - Q-Chem

running locally or on a remote server. It can display a variety of
calculation results including support for most major molecular file
formats. The advanced Molecule Builder allows to rapidly sketch in
molecules and examine them in 3D. Graphics can be exported to various
formats, including animations.



The package is actively maintained by the debichem project members at
alioth.debian.org.


- -- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (850, 'unstable'), (700, 'testing'), (550, 'stable'), (110, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.20.3 (PREEMPT)
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

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

iD8DBQFGavxAm0bx+wiPa4wRAuiKAJ4yk2ypdb78J7tsa8eGULaIz/YhkQCfbk67
FZmBYsHoMZJjTGus7VLA90M=
=WEET
-END PGP SIGNATURE-


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



Re: Bug#428188: ITP: dir2ogg -- audio file converter into ogg-vorbis format

2007-06-09 Thread Steinar H. Gunderson
On Sat, Jun 09, 2007 at 08:13:24PM +0200, Julian Andres Klode wrote:
 dir2ogg converts MP3, M4A, WMA and WAV files to the open-source OGG 
 format.

What is the purpose of this, besides reducing audio quality?

/* Steinar */
-- 
Homepage: http://www.sesse.net/


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



Bug#428212: ITP: linky -- an Iceweasel extension to handle web and image links

2007-06-09 Thread Joao Eriberto Mota Filho
Package: wnpp
Severity: wishlist
Owner: Joao Eriberto Mota Filho [EMAIL PROTECTED]

* Package name: linky
  Version : 2.7.1
  Upstream Author : Henrik Gemal [EMAIL PROTECTED]
* URL : http://gemal.dk/mozilla/linky.html
* License : MPL-1.1
  Description : an Iceweasel extension to handle web and image links

Linky increases your power to handle links in Iceweasel (Mozilla Firefox).
It will let you open or download  all or selected links, image links and even
web addresses found in the text  in separate or different tabs or windows.
You will just need to right click any link or web address, select the Linky
menu item and choose the desired action. You can even specify what option you
want to see available in the Linky menu through its preferences.

URL: http://gemal.dk/mozilla/linky.html

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-amd64
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)


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



Re: Bug#428212: ITP: linky -- an Iceweasel extension to handle web and image links

2007-06-09 Thread Steve Greenland
On 09-Jun-07, 17:41 (CDT), Joao Eriberto Mota Filho [EMAIL PROTECTED] wrote: 
 
 * Package name: linky
   Version : 2.7.1
   Upstream Author : Henrik Gemal [EMAIL PROTECTED]
 * URL : http://gemal.dk/mozilla/linky.html
 * License : MPL-1.1
   Description : an Iceweasel extension to handle web and image links

Aren't iceweasel extension packages supposed to be named
'iceweasel-foo'? (No idea if there's actual policy, just looking at the
existing packages)

Thus Package name : iceweasel-linky

Regards,
Steve

-- 
Steve Greenland
The irony is that Bill Gates claims to be making a stable operating
system and Linus Torvalds claims to be trying to take over the
world.   -- seen on the net


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



Re: Bug#428212: ITP: linky -- an Iceweasel extension to handle web and image links

2007-06-09 Thread Roberto C . Sánchez
On Sat, Jun 09, 2007 at 06:21:11PM -0500, Steve Greenland wrote:
 On 09-Jun-07, 17:41 (CDT), Joao Eriberto Mota Filho [EMAIL PROTECTED] 
 wrote: 
  
  * Package name: linky
Version : 2.7.1
Upstream Author : Henrik Gemal [EMAIL PROTECTED]
  * URL : http://gemal.dk/mozilla/linky.html
  * License : MPL-1.1
Description : an Iceweasel extension to handle web and image links
 
 Aren't iceweasel extension packages supposed to be named
 'iceweasel-foo'? (No idea if there's actual policy, just looking at the
 existing packages)
 
 Thus Package name : iceweasel-linky
 
I was thinking something similar.  I am sponsoring Arnaud Renevier for
his noscript package.  Initially, he called it just noscript.  It was
rejected by the ftp-masters as too generic.  Arnaud renamed it to
mozilla-noscript and that was accepted.

Regards,

-Roberto

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


signature.asc
Description: Digital signature


Re: synchronizing README.Debian with wiki.debian.org

2007-06-09 Thread Junichi Uekawa
Hi,

  I had an idea and still pondering on it.  I wanted to do automatic
  two-way synchronization with README.Debian and wiki.debian.org
 
 Excuse me - which existing wiki pages are synchronized with
 README.Debian? 


I don't really know of any, so if anyone is actually doing it already,
I'd like to know.

I know of few existing cases that have similar effect:

[package-web]

1. /usr/share/doc/XXX/*.html included in packages end up on web
   servers (people can google around and arrive at them).

[web-package]

2. upstream FAQ page is updated through 'wget' into the package source
   from time-to-time.


My personal impression is that although we have this system of
maintaining 'README.Debian', it's often outdated on most packages.  It
might help if users have direct (although maintainers should really
check the contents) influence on its contents.


regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


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



Re: APT 0.7 for sid

2007-06-09 Thread Junichi Uekawa
Hi,

 I quickly tested the experimental apt, and it looks broken here.
 
 1. Japanese translated description file is currently provided in
EUC-JP codeset.
 
 2. when I do apt-cache show in ja_JP.EUC-JP locale, 'apt-cache show'
stops halfway (probably when the iconv fails in UTF8ToCodeset
called from debRecordParser::LongDesc.)

I might not have been clear on the wording.  To fix this situation,
ftp://ftp.jp.debian.org/debian/dists/sid/main/i18n/Translation-ja.bz2
needs to be encoded in UTF-8 instead of EUC-JP.  (and I am wondering
why this file is dated back to May 2006).

Now, the question is; who to ask?


regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


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



Re: Bug#428212: ITP: linky -- an Iceweasel extension to handle web and image links

2007-06-09 Thread Eriberto

I don't found about this. But I will rename. Iceweasel-extension sounds better.

Thanks for your suggestion.

Regards,

Eriberto - Brazil

2007/6/9, Steve Greenland [EMAIL PROTECTED]:

Aren't iceweasel extension packages supposed to be named
'iceweasel-foo'? (No idea if there's actual policy, just looking at the
existing packages)



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



Re: Bug#428212: ITP: linky -- an Iceweasel extension to handle web and image links

2007-06-09 Thread Eriberto

Thanks Roberto! Great help!

Regards,

Eriberto - Brazil

2007/6/9, Roberto C. Sánchez [EMAIL PROTECTED]:

I was thinking something similar.  I am sponsoring Arnaud Renevier for
his noscript package.  Initially, he called it just noscript.  It was
rejected by the ftp-masters as too generic.  Arnaud renamed it to
mozilla-noscript and that was accepted.




Re: Bug#428188: ITP: dir2ogg -- audio file converter into ogg-vorbis format

2007-06-09 Thread Hamish Moffatt
On Sat, Jun 09, 2007 at 10:36:37PM +0200, Steinar H. Gunderson wrote:
 On Sat, Jun 09, 2007 at 08:13:24PM +0200, Julian Andres Klode wrote:
  dir2ogg converts MP3, M4A, WMA and WAV files to the open-source OGG 
  format.
 
 What is the purpose of this, besides reducing audio quality?

I have used it to convert M4A podcasts into something playable on my
portable player (eg ogg). Being that those the podcast is just talking
the quality did not matter.

Hamish
-- 
Hamish Moffatt VK3SB [EMAIL PROTECTED] [EMAIL PROTECTED]


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



Accepted cowdancer 0.34 (source amd64)

2007-06-09 Thread Junichi Uekawa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 15:16:07 +0900
Source: cowdancer
Binary: qemubuilder cowdancer
Architecture: source amd64
Version: 0.34
Distribution: unstable
Urgency: low
Maintainer: Junichi Uekawa [EMAIL PROTECTED]
Changed-By: Junichi Uekawa [EMAIL PROTECTED]
Description: 
 cowdancer  - Copy-on-write directory tree utility.
 qemubuilder - pbuilder using QEMU as backend
Closes: 410723
Changes: 
 cowdancer (0.34) unstable; urgency=low
 .
   * qemubuilder: fix segv.
   * Bug fix: big bind mounts make login take a looong time, thanks to
 Joey Hess (Closes: #410723).
 .
 Special-case ./home/ so that it's not scanned for cowbuilder. Usually,
 only the filesystem outside of /home is interesting for cowbuilder
 sessions.
Files: 
 2281963e967e2e84252ef9036019c58a 546 utils optional cowdancer_0.34.dsc
 e7da671bae7c2751e4e34681306ac341 199014 utils optional cowdancer_0.34.tar.gz
 b6187adf9e700696b1c10bfe5cff35fd 32338 utils optional cowdancer_0.34_amd64.deb
 2b505ddd1888478b1a0965960cd6257c 22688 utils optional 
qemubuilder_0.34_amd64.deb

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

iD8DBQFGakZW2Dd9TugeVcERAm7XAJ9RzYZ0+okQEbZdyat8VvmszteBiACfVFUJ
gYREoKTfCt6ToNXogwz3NEs=
=Gr97
-END PGP SIGNATURE-


Accepted:
cowdancer_0.34.dsc
  to pool/main/c/cowdancer/cowdancer_0.34.dsc
cowdancer_0.34.tar.gz
  to pool/main/c/cowdancer/cowdancer_0.34.tar.gz
cowdancer_0.34_amd64.deb
  to pool/main/c/cowdancer/cowdancer_0.34_amd64.deb
qemubuilder_0.34_amd64.deb
  to pool/main/c/cowdancer/qemubuilder_0.34_amd64.deb


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



Accepted shntool 3.0.3-1 (source amd64)

2007-06-09 Thread Joshua Kwan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 08 Jun 2007 23:49:24 -0700
Source: shntool
Binary: shntool
Architecture: source amd64
Version: 3.0.3-1
Distribution: unstable
Urgency: low
Maintainer: Joshua Kwan [EMAIL PROTECTED]
Changed-By: Joshua Kwan [EMAIL PROTECTED]
Description: 
 shntool- multi-purpose tool for manipulating and analyzing WAV files
Closes: 427809
Changes: 
 shntool (3.0.3-1) unstable; urgency=low
 .
   * New upstream major release, whoa! closes: #427809
   * Respect CFLAGS, per Policy should.
   * Bump Standards-Version to 3.7.2 - no changes.
Files: 
 2673ddacc866ef6ed627cf6854a31565 1255 utils extra shntool_3.0.3-1.dsc
 821549d8e7753609b83942cba8236041 207719 utils extra shntool_3.0.3.orig.tar.gz
 d8bbb6699fcd42cfc3d905aabe13560d 2107 utils extra shntool_3.0.3-1.diff.gz
 d8fb5e04ef53a6c4424313eecb82fffb 72606 utils extra shntool_3.0.3-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: http://triplehelix.org/~joshk/pubkey_gpg.asc

iQIVAwUBRmpN8aOILr94RG8mAQI4RxAAnjiFAygpiemvnHu8HU75HI4dJP7fX1F1
fo0Qgy/ONyxgxESTmgZYift7pkE6BVU3h8WBWy4DqrlPdoQtpcpCibMxFY8Fi698
LMoABZgdqdVF7BxHZVhT+2CzRQf+DG6LXJU1OuKqnO2nnE/Nu+YcqaLykM++LdB+
R7AHdTmqb+Tavn61KL3aZ4pPPz9wYiQAyrkunaHPLFCb/tWJudecUzvhYI6ZywC5
wTtgb8XDehJvZWnrtj9aivES5qpf8PX1POXCizhuYUZP6ZY9H7kfadyDT3m+qhWu
OUwO/ctXp3+I1WN0Vjg3Q1nVCDqFGOEE4oJqKnx4uYkpW7tqnnuNayuLRYu1zC9Y
0HEgeeghQkgSCBvsFqX9qn0+ex2sfuBO8o+ZdJNS7Jse/kS9dIe32dqJIQKbfqyL
fQi+iRu97pqjaxqzs4DkTCcp05AVQRrIynDsCXziUol2KjKfcUFQeWBMhZRLk5xj
Gy0MBOwG6yLrQKalicE3dzKy+vKlEHGbOxaR+lLIPT09IMxUXLTYlCYhuQozhCb+
L6heJWIpwaZrv1NcBOKIP55S4/fHc8TsX8+9BVXeTCuEWgEyjExGssRvkrJGCyg+
dCtHlNxcFO7/APK4p8kxP5G6/fSRGHLbx/Cg7n5Mt5UKD04nl5Qyd7aU0POLpj0U
Fwqg+X+pe0I=
=hLfz
-END PGP SIGNATURE-


Accepted:
shntool_3.0.3-1.diff.gz
  to pool/main/s/shntool/shntool_3.0.3-1.diff.gz
shntool_3.0.3-1.dsc
  to pool/main/s/shntool/shntool_3.0.3-1.dsc
shntool_3.0.3-1_amd64.deb
  to pool/main/s/shntool/shntool_3.0.3-1_amd64.deb
shntool_3.0.3.orig.tar.gz
  to pool/main/s/shntool/shntool_3.0.3.orig.tar.gz


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



Accepted iceweasel 2.0.0.4-1 (source i386 all)

2007-06-09 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 08:26:05 +0200
Source: iceweasel
Binary: iceweasel-dbg iceweasel-gnome-support iceweasel-dom-inspector iceweasel
Architecture: source i386 all
Version: 2.0.0.4-1
Distribution: unstable
Urgency: low
Maintainer: Eric Dorland [EMAIL PROTECTED]
Changed-By: Mike Hommey [EMAIL PROTECTED]
Description: 
 iceweasel  - lightweight web browser based on Mozilla
 iceweasel-dbg - debugging symbols for iceweasel
 iceweasel-dom-inspector - tool for inspecting the DOM of pages in Iceweasel
 iceweasel-gnome-support - Support for Gnome in Iceweasel
Closes: 409074 416190 420051 427785
Changes: 
 iceweasel (2.0.0.4-1) unstable; urgency=low
 .
   * New upstream release. (Closes: #427785)
   * Fixes mfsa-2007-{12-14}, mfsa-2007-{16-17}, also known as
 CVE-2007-1362, CVE-2007-2867, CVE-2007-2868, CVE-2007-2869,
 CVE-2007-2870, CVE-2007-2871.
   * uriloader/exthandler/unix/nsOSHelperAppService.cpp: Revert our changes
 that are deprecated by upstream changes.
   * uriloader/exthandler/unix/nsGNOMERegistry.h: Adapt so that our changes
 build correctly.
   * debian/iceweasel.desktop: Add Swedish translation. Thanks Daniel
 Nylander. (Closes: #420051)
   * security/manager/ssl/src/nsCertVerificationThread.cpp,
 security/manager/ssl/src/nsSSLThread.cpp: Avoid some cpu wake ups in
 PSM. bz#380558
   * modules/libpref/src/init/all.js: Set layout.css.dpi to 0 instead of -1.
 Iceweasel will use system DPI and avoid using huge fonts on systems where
 DPI  96. (Closes: #409074)
   * debian/control:
 + Build depend on libnspr4-dev and libnss3-dev.
 + Remove mozilla-firefox* and firefox* transition packages.
   * debian/mozilla-firefox*, debian/firefox*: Removed.
   * debian/rules:
 + Use system nspr and nss.
 + Don't shlibsign.
 + Install symlinks for nspr and nss libraries in /usr/lib/iceweasel.
   * shlibs.local: Force versioned dependencies on libnss because of our use
 of the libnssckbi.so file under /usr/lib/nss which appeared in version
 3.11.5-1.
   * extensions/reporter/resources/content/reporter/reporterOverlay.xul:
 Put the Report Broken Site item before the about separator.
 (Closes: #416190)
Files: 
 bdfda8662045d55edfd3b2a5d0e9c0a8 1197 web optional iceweasel_2.0.0.4-1.dsc
 30393b814633a645a25995abf487aee9 42908101 web optional 
iceweasel_2.0.0.4.orig.tar.gz
 0af69a342e0981dc105d10ac8f5bca4c 184399 web optional 
iceweasel_2.0.0.4-1.diff.gz
 37a36dc45eccbfba76d164bfc901cdd3 235002 web optional 
iceweasel-dom-inspector_2.0.0.4-1_all.deb
 9e1cf36530c3eb8d39c0dc9f9421b2ae 8134284 web optional 
iceweasel_2.0.0.4-1_i386.deb
 91e23a6f39c18925be5ca57907734cec 81070 gnome optional 
iceweasel-gnome-support_2.0.0.4-1_i386.deb
 03ed8c108b7329a626236cddc9f8621d 47249766 devel extra 
iceweasel-dbg_2.0.0.4-1_i386.deb

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

iD8DBQFGali23kvaLFT9KlgRAjiiAJ4lkipSOHO8XHbRgS26rgmVrpBwoACfcGaU
xcKaz0xD5ipoXkA1+Glwk4M=
=pgbx
-END PGP SIGNATURE-


Accepted:
iceweasel-dbg_2.0.0.4-1_i386.deb
  to pool/main/i/iceweasel/iceweasel-dbg_2.0.0.4-1_i386.deb
iceweasel-dom-inspector_2.0.0.4-1_all.deb
  to pool/main/i/iceweasel/iceweasel-dom-inspector_2.0.0.4-1_all.deb
iceweasel-gnome-support_2.0.0.4-1_i386.deb
  to pool/main/i/iceweasel/iceweasel-gnome-support_2.0.0.4-1_i386.deb
iceweasel_2.0.0.4-1.diff.gz
  to pool/main/i/iceweasel/iceweasel_2.0.0.4-1.diff.gz
iceweasel_2.0.0.4-1.dsc
  to pool/main/i/iceweasel/iceweasel_2.0.0.4-1.dsc
iceweasel_2.0.0.4-1_i386.deb
  to pool/main/i/iceweasel/iceweasel_2.0.0.4-1_i386.deb
iceweasel_2.0.0.4.orig.tar.gz
  to pool/main/i/iceweasel/iceweasel_2.0.0.4.orig.tar.gz


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



Accepted qhull 2003.1-7 (source i386)

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

Format: 1.7
Date: Thu,  7 Jun 2007 14:21:06 +0200
Source: qhull
Binary: libqhull-dev libqhull5 qhull-bin
Architecture: source i386
Version: 2003.1-7
Distribution: unstable
Urgency: low
Maintainer: Debian Scientific Computing Team [EMAIL PROTECTED]
Changed-By: Rafael Laboissiere [EMAIL PROTECTED]
Description: 
 libqhull-dev - calculate convex hulls and related structures (development 
files)
 libqhull5  - calculate convex hulls and related structures (shared library)
 qhull-bin  - calculate convex hulls and related structures (utilities)
Changes: 
 qhull (2003.1-7) unstable; urgency=low
 .
   * debian/control: Tighten build-dependency on docbook2x = 0.8.8-3,
 since the previous version (0.8.8-2) was not installable and some
 autobuilders failed to build the package
Files: 
 07d25219081b9a2cd8275120b5756411 833 math optional qhull_2003.1-7.dsc
 c484aedbe7d1aaf3f6cb08666a091fd8 7081 math optional qhull_2003.1-7.diff.gz
 3daffce9b0c813da1a89f65eb99a24be 142312 libs optional 
libqhull5_2003.1-7_i386.deb
 b0e94861718593ded6a9abc3b22c7454 631126 libdevel optional 
libqhull-dev_2003.1-7_i386.deb
 ccc4f2fb256dac03f27ddd119fcd0cdd 44742 math optional 
qhull-bin_2003.1-7_i386.deb

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

iD8DBQFGZ/nPk3oga0pdcv4RAtVcAJ9if2yUgOZwCBf1bJHXwy08h0fGOwCdFPgU
h6ThpjaQzf7Fevvnay0pGHo=
=s8j2
-END PGP SIGNATURE-


Accepted:
libqhull-dev_2003.1-7_i386.deb
  to pool/main/q/qhull/libqhull-dev_2003.1-7_i386.deb
libqhull5_2003.1-7_i386.deb
  to pool/main/q/qhull/libqhull5_2003.1-7_i386.deb
qhull-bin_2003.1-7_i386.deb
  to pool/main/q/qhull/qhull-bin_2003.1-7_i386.deb
qhull_2003.1-7.diff.gz
  to pool/main/q/qhull/qhull_2003.1-7.diff.gz
qhull_2003.1-7.dsc
  to pool/main/q/qhull/qhull_2003.1-7.dsc


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



Accepted libprelude 0.9.14-2 (source amd64)

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

Format: 1.7
Date: Fri, 08 Jun 2007 15:58:33 +0200
Source: libprelude
Binary: libprelude-dev python-prelude libprelude2-dbg libprelude-perl 
libprelude2
Architecture: source amd64
Version: 0.9.14-2
Distribution: unstable
Urgency: low
Maintainer: Mickael Profeta [EMAIL PROTECTED]
Changed-By: Pierre Chifflier [EMAIL PROTECTED]
Description: 
 libprelude-dev - Hybrid Intrusion Detection System [ Development files ]
 libprelude-perl - Hybrid Intrusion Detection System [ Base library ]
 libprelude2 - Hybrid Intrusion Detection System [ Base library ]
 libprelude2-dbg - Hybrid Intrusion Detection System [ Debug symbols ]
 python-prelude - Hybrid Intrusion Detection System [ Base library ]
Changes: 
 libprelude (0.9.14-2) unstable; urgency=low
 .
   * Build against libltdl3-dev (instead of embedding a copy)
Files: 
 04b15b93e3b8acdf154ff1f8dca5fa10 818 libs extra libprelude_0.9.14-2.dsc
 27373091b55af2ab2a1cbe0f2825b978 3732 libs extra libprelude_0.9.14-2.diff.gz
 301bc1d5efa0e26f00d5348d38df00b6 77906 libdevel extra 
libprelude-dev_0.9.14-2_amd64.deb
 2e01e673b984a387a771eef8e53461f2 502336 libs extra 
libprelude2_0.9.14-2_amd64.deb
 be21fcfe2c43586694e63a18138d3990 903874 libdevel extra 
libprelude2-dbg_0.9.14-2_amd64.deb
 ce73ae861ed27353bce83a63da14e93d 454504 perl extra 
libprelude-perl_0.9.14-2_amd64.deb
 67dd7c55985fcaa443f9eee799d17a57 220110 python extra 
python-prelude_0.9.14-2_amd64.deb

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

iD8DBQFGamVsw3ao2vG823MRAgNQAJ40DGo2S58dFGEGwmVpzIxJMb65cACgiL0G
5vhc6QYmZoUm64oLBdJVkh8=
=4eP4
-END PGP SIGNATURE-


Accepted:
libprelude-dev_0.9.14-2_amd64.deb
  to pool/main/libp/libprelude/libprelude-dev_0.9.14-2_amd64.deb
libprelude-perl_0.9.14-2_amd64.deb
  to pool/main/libp/libprelude/libprelude-perl_0.9.14-2_amd64.deb
libprelude2-dbg_0.9.14-2_amd64.deb
  to pool/main/libp/libprelude/libprelude2-dbg_0.9.14-2_amd64.deb
libprelude2_0.9.14-2_amd64.deb
  to pool/main/libp/libprelude/libprelude2_0.9.14-2_amd64.deb
libprelude_0.9.14-2.diff.gz
  to pool/main/libp/libprelude/libprelude_0.9.14-2.diff.gz
libprelude_0.9.14-2.dsc
  to pool/main/libp/libprelude/libprelude_0.9.14-2.dsc
python-prelude_0.9.14-2_amd64.deb
  to pool/main/libp/libprelude/python-prelude_0.9.14-2_amd64.deb


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



Accepted libgnomecanvas 2.14.0-3 (source all amd64)

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

Format: 1.7
Date: Sat, 09 Jun 2007 10:31:51 +0200
Source: libgnomecanvas
Binary: libgnomecanvas2-doc libgnomecanvas2-common libgnomecanvas2-0 
libgnomecanvas2-dev
Architecture: source all amd64
Version: 2.14.0-3
Distribution: unstable
Urgency: low
Maintainer: Ondřej Surý [EMAIL PROTECTED]
Changed-By: Josselin Mouette [EMAIL PROTECTED]
Description: 
 libgnomecanvas2-0 - A powerful object-oriented display - runtime files
 libgnomecanvas2-common - A powerful object-oriented display - common files
 libgnomecanvas2-dev - A powerful object-oriented display - development files
 libgnomecanvas2-doc - A powerful object-oriented display - documentation files
Changes: 
 libgnomecanvas (2.14.0-3) unstable; urgency=low
 .
   [ Loic Minier ]
   * Fix watch file.
 .
   [ Josselin Mouette ]
   * rules: call clean-la.mk and gnome-version.mk.
   * Build-depend on gnome-pkg-tools 0.7.
   * Use ${gnome:Version} and ${gnome:NextVersion}.
 .
   [ Loic Minier ]
   * Add a get-orig-source target to retrieve the upstream tarball.
 .
   [ Josselin Mouette ]
   * Rename canvasassert.patch to 01_canvasassert.patch.
   * Pass --as-needed through LDFLAGS; require cdbs 0.4.41.
   * 99_ltmain_as-needed.patch: get --as-needed to work.
Files: 
 d69de33f16c69f00d0adb0145d2040ab 985 devel optional libgnomecanvas_2.14.0-3.dsc
 497623e3a6ec4bead49e96e91f864c3b 4846 devel optional 
libgnomecanvas_2.14.0-3.diff.gz
 95cd63b6a683db8f965ea741b4034bcb 132562 x11 optional 
libgnomecanvas2-common_2.14.0-3_all.deb
 6366a7a015b0b88a71f28f3ad0b363ce 84152 doc optional 
libgnomecanvas2-doc_2.14.0-3_all.deb
 e30b054433e4133930a9faee25e7ca79 111822 libs optional 
libgnomecanvas2-0_2.14.0-3_amd64.deb
 8be07925ffe742a0e069f8e54679a03a 142444 libdevel optional 
libgnomecanvas2-dev_2.14.0-3_amd64.deb

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

iD8DBQFGamcrrSla4ddfhTMRAiUoAKCgerQiHEOEJYIm4yLpCtwAnP6yswCgg9NU
5Tq8uVDhRnVbunqiUN1ttfw=
=H15p
-END PGP SIGNATURE-


Accepted:
libgnomecanvas2-0_2.14.0-3_amd64.deb
  to pool/main/libg/libgnomecanvas/libgnomecanvas2-0_2.14.0-3_amd64.deb
libgnomecanvas2-common_2.14.0-3_all.deb
  to pool/main/libg/libgnomecanvas/libgnomecanvas2-common_2.14.0-3_all.deb
libgnomecanvas2-dev_2.14.0-3_amd64.deb
  to pool/main/libg/libgnomecanvas/libgnomecanvas2-dev_2.14.0-3_amd64.deb
libgnomecanvas2-doc_2.14.0-3_all.deb
  to pool/main/libg/libgnomecanvas/libgnomecanvas2-doc_2.14.0-3_all.deb
libgnomecanvas_2.14.0-3.diff.gz
  to pool/main/libg/libgnomecanvas/libgnomecanvas_2.14.0-3.diff.gz
libgnomecanvas_2.14.0-3.dsc
  to pool/main/libg/libgnomecanvas/libgnomecanvas_2.14.0-3.dsc


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



Accepted libmail-mboxparser-perl 0.55-1 (source all)

2007-06-09 Thread Joshua Kwan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 02:14:26 -0700
Source: libmail-mboxparser-perl
Binary: libmail-mboxparser-perl
Architecture: source all
Version: 0.55-1
Distribution: unstable
Urgency: low
Maintainer: Joshua Kwan [EMAIL PROTECTED]
Changed-By: Joshua Kwan [EMAIL PROTECTED]
Description: 
 libmail-mboxparser-perl - Perl5 module for fast, object-oriented UNIX mailbox 
reading
Closes: 395268
Changes: 
 libmail-mboxparser-perl (0.55-1) unstable; urgency=low
 .
   * New upstream release.
   * Apply David Coppit's patch to fix hangs during 'make test'.
 closes: #395268
   * Bump to Standards-Version 3.7.2, no changes required.
Files: 
 d51b92cbe0dc2bcc27cfed1edf1099b6 1428 perl optional 
libmail-mboxparser-perl_0.55-1.dsc
 1b9fdb367db36ec94e7b5c6721f11221 43527 perl optional 
libmail-mboxparser-perl_0.55.orig.tar.gz
 c7d35469389747b2f7a3ce021fccce9b 2729 perl optional 
libmail-mboxparser-perl_0.55-1.diff.gz
 2b62f63a09d87fc8d2053c1c2a9462f0 57062 perl optional 
libmail-mboxparser-perl_0.55-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: http://triplehelix.org/~joshk/pubkey_gpg.asc

iQIVAwUBRmpwDaOILr94RG8mAQLCSA//UQH1PxA6TSRectYCIMAEGs5lGaNvYMyv
TuJB2rJ13HGsMnxGfLRMfstOGcvDZ7IVMd+EjdHMV8MC8UO2oDFf2JVQrPbMXHGw
vEb4/+oLHwoAUnx5uy/tdnagT2L33pGNiVQVEcvDrTGfjmSw7voDmiOxjQMdo3bw
6oj+tEdlWCweTcNFDqbQME8KLinnK1TNtiOIFJ+ZeqokN/VwTWdJR8Xr/mkrJqCJ
89uQxjuUUC6AULt2jQ8YM1glWGHo/4qqEj8F7bOugnZXNkjsh3+1a5TUZG6NOdjb
aDz6DgYEsMpCcWLVpgBAUrXAoQEHcCxJj+npLxnsyzx0hUGq+gxSxMdahbh38EzD
3U1DAl+k8hcSsu8ShzKff1cod2+O2DstAtr0XTDAKjFeW4Mb5ervNQFsUT9BJDe5
S5Y/sTbfPUb8ja4JpPy+9uNeAYEdR5ESZ/0brDvWiBJwytQGUqdr5w+jo/273yq1
roBj09MMi+Mqm3phAsrwdQi3hSNtgROjtHhQVSNkAAkx81TFxSZ4ySVm0iMCHmp8
r80RbapSIqNUPSZmd+PAnNqsIdyN0Z088j6wp0V1fyRTuTESqPmMkP+LpT3c5aRk
UCeJZghxZgnP9NviWhzlzWkPHm+DvuCr9rZXpBDGxHXd9FewJ+j8RDLGBU70VzT5
0Jyy7vwcKAk=
=32L3
-END PGP SIGNATURE-


Accepted:
libmail-mboxparser-perl_0.55-1.diff.gz
  to 
pool/main/libm/libmail-mboxparser-perl/libmail-mboxparser-perl_0.55-1.diff.gz
libmail-mboxparser-perl_0.55-1.dsc
  to pool/main/libm/libmail-mboxparser-perl/libmail-mboxparser-perl_0.55-1.dsc
libmail-mboxparser-perl_0.55-1_all.deb
  to 
pool/main/libm/libmail-mboxparser-perl/libmail-mboxparser-perl_0.55-1_all.deb
libmail-mboxparser-perl_0.55.orig.tar.gz
  to 
pool/main/libm/libmail-mboxparser-perl/libmail-mboxparser-perl_0.55.orig.tar.gz


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



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

2007-06-09 Thread Tzafrir Cohen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 03:36:17 +0300
Source: zaptel
Binary: libtonezone1 zaptel-source zaptel libtonezone-dev
Architecture: source all i386
Version: 1:1.4.3~dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team [EMAIL PROTECTED]
Changed-By: Tzafrir Cohen [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)
Changes: 
 zaptel (1:1.4.3~dfsg-2) unstable; urgency=low
 .
   [ Tzafrir Cohen ]
   * Fixed and re-added zaptel_perl.
   * And added zaptel_hardware (zaptel hardware lister), just for fun.
Files: 
 5fc2d2c5b0e8f0c422c559c612008033 1048 comm optional zaptel_1.4.3~dfsg-2.dsc
 2cc1a1056a908f7d624505593a65c9c4 118520 comm optional 
zaptel_1.4.3~dfsg-2.diff.gz
 94307d3e7dd6554bdbe29193f2128e57 995090 devel optional 
zaptel-source_1.4.3~dfsg-2_all.deb
 c2d9eca091750d5bc77cc92e975e0265 155962 comm optional 
zaptel_1.4.3~dfsg-2_i386.deb
 04f825f4d0ba9f13580f578861f27a96 36250 libs optional 
libtonezone1_1.4.3~dfsg-2_i386.deb
 6dd1fd91dcee309917a277cb4c5a9d79 35900 libdevel optional 
libtonezone-dev_1.4.3~dfsg-2_i386.deb

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

iD8DBQFGam+uoCzanz0IthIRAgemAJ9LAQSwIWuRqZv5nsHreQ1WWtFovwCeKEXs
fpa4ew+LdPnnIdNLCfoAsRE=
=Zx1w
-END PGP SIGNATURE-


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


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



Accepted nettle 1.15-3 (source i386)

2007-06-09 Thread Magnus Holmgren
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 06 Jun 2007 14:35:13 +0200
Source: nettle
Binary: libnettle-dev nettle-bin libnettle2
Architecture: source i386
Version: 1.15-3
Distribution: unstable
Urgency: low
Maintainer: Jens Peter Secher [EMAIL PROTECTED]
Changed-By: Magnus Holmgren [EMAIL PROTECTED]
Description: 
 libnettle-dev - low level cryptographic library (development files)
 libnettle2 - low level cryptographic library
 nettle-bin - low level cryptographic library (binary tools)
Changes: 
 nettle (1.15-3) unstable; urgency=low
 .
   * Use dh_install instead of dh_movefiles.
   * Run make check by default.
   * Ship nettle.pdf in libnettle-dev.
   * Include PDF and Info formats in doc-base control file.
   * Clean up the libnettle-dev examples directory. There should only be
 source files. Note that most of the examples aren't made to be
 compiled outside of the nettle source tree, except sha-example.c,
 which is the example found in the documentation.
   * Move descore.README and TODO from libnettle2.docs to
 libnettle-dev.docs, and also add README and NEWS to the latter.
   * Make debian/copyright more correct.
   * Add pkcs1-conv to nettle-bin package description.
Files: 
 32d411731fb7c20bad942404a7d2ce56 711 libs optional nettle_1.15-3.dsc
 3706ecccb834ef35ff37b54c95c940ff 8059 libs optional nettle_1.15-3.diff.gz
 edbde28618524c5b13ab94c17e5347fa 134962 libs optional 
libnettle2_1.15-3_i386.deb
 37aed9e46b17bf218c2d4fc07d69efa4 517028 libdevel optional 
libnettle-dev_1.15-3_i386.deb
 7592c3ac51f499d52cd4da51828dd51e 55876 misc optional nettle-bin_1.15-3_i386.deb

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

iD8DBQFGansRDuWXiv5j6KERAi5YAKDkpxsgSmGn7TJ7dJGqEtL9qq4TJwCgpYtS
eH5xp49Pc/Pbx013E6r3O6U=
=IwKn
-END PGP SIGNATURE-


Accepted:
libnettle-dev_1.15-3_i386.deb
  to pool/main/n/nettle/libnettle-dev_1.15-3_i386.deb
libnettle2_1.15-3_i386.deb
  to pool/main/n/nettle/libnettle2_1.15-3_i386.deb
nettle-bin_1.15-3_i386.deb
  to pool/main/n/nettle/nettle-bin_1.15-3_i386.deb
nettle_1.15-3.diff.gz
  to pool/main/n/nettle/nettle_1.15-3.diff.gz
nettle_1.15-3.dsc
  to pool/main/n/nettle/nettle_1.15-3.dsc


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



Accepted accerciser 0.1.3-1 (source all)

2007-06-09 Thread Mario Lang
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 12:26:48 +0200
Source: accerciser
Binary: accerciser
Architecture: source all
Version: 0.1.3-1
Distribution: unstable
Urgency: low
Maintainer: Mario Lang [EMAIL PROTECTED]
Changed-By: Mario Lang [EMAIL PROTECTED]
Description: 
 accerciser - an interactive Python accessibility explorer for the GNOME deskto
Changes: 
 accerciser (0.1.3-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control{,.in}: accerciser only contains scripts and files in
 /usr/share, so make it arch: all.
Files: 
 175b558376f3d148bdb8ae933cdf7201 863 gnome extra accerciser_0.1.3-1.dsc
 07b8c469eb8b4e4c9d335639fc6f8b08 758213 gnome extra 
accerciser_0.1.3.orig.tar.gz
 1de11853dfa2a6efa7d3e38ad9aa6e79 2875 gnome extra accerciser_0.1.3-1.diff.gz
 4cfe5dc6833c920d2d2575086b49bc5b 694720 gnome extra accerciser_0.1.3-1_all.deb

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

iD8DBQFGaoQ33/wCKmsRPkQRAk18AJ0dLXHo+VS+GAc3IK+jFiVS1kkkMACcD5wE
KJjA7agTBVW6gtJyltqjjzA=
=skuU
-END PGP SIGNATURE-


Accepted:
accerciser_0.1.3-1.diff.gz
  to pool/main/a/accerciser/accerciser_0.1.3-1.diff.gz
accerciser_0.1.3-1.dsc
  to pool/main/a/accerciser/accerciser_0.1.3-1.dsc
accerciser_0.1.3-1_all.deb
  to pool/main/a/accerciser/accerciser_0.1.3-1_all.deb
accerciser_0.1.3.orig.tar.gz
  to pool/main/a/accerciser/accerciser_0.1.3.orig.tar.gz


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



Accepted nagios2 2.9-1 (source all amd64)

2007-06-09 Thread sean finney
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 11:27:42 +0200
Source: nagios2
Binary: nagios2-doc nagios2-common nagios2-dbg nagios2
Architecture: source amd64 all
Version: 2.9-1
Distribution: unstable
Urgency: low
Maintainer: Debian Nagios Maintainer Group [EMAIL PROTECTED]
Changed-By: sean finney [EMAIL PROTECTED]
Description: 
 nagios2- A host/service/network monitoring and management system
 nagios2-common - support files for nagios2
 nagios2-dbg - debugging symbols for nagios2
 nagios2-doc - documentation for nagios2
Closes: 397289 412980 413122 414050 414647 414652 414762 415752 416763 423639
Changes: 
 nagios2 (2.9-1) unstable; urgency=low
 .
   * New upstream release (closes: #414647).
   * new dutch (nl) debconf translations from cobaco (closes: #414762).
   * new japanese (ja) debconf translations from Kobayashi Noritada
 (closes: #413122).
   * Fix wrong path to debian.gd2 in extinfo_nagios2.cfg (closes: #423639).
   [Sean Finney]
   * various fixes/cleanups in init script should resolve issues with
 pidfile handling etc (closes: #416763, #397289, #414050, #412980, #415752).
   * Merge config file changes.
   * add note for pam_tmpdir users about setting TMPDIR in
 /etc/nagios2/default.  thanks to Richard A Nelson (closes: #414652)
Files: 
 9ef5efa0e2aff00b5d26b1941e9991cd 927 net optional nagios2_2.9-1.dsc
 b6e3a21c91edb063c00712c6001e15ec 1738698 net optional nagios2_2.9.orig.tar.gz
 5812489d98b8dcd3d565064a170e10c6 28653 net optional nagios2_2.9-1.diff.gz
 36bb0e73f626f97fb6761341b3d8fecd 1107514 net optional nagios2_2.9-1_amd64.deb
 5fddf19f2fc6f43001f8cc75c98d1287 1688616 net extra nagios2-dbg_2.9-1_amd64.deb
 c9c57ddc8f123c3a9b3d8a7da49d5537 59388 net optional 
nagios2-common_2.9-1_all.deb
 663feafb4c6494880fcc8bbcd8525c12 1134112 doc optional nagios2-doc_2.9-1_all.deb

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

iD8DBQFGaop6ynjLPm522B0RAnLmAJ9FTudZDzFMBYKyXcEhJVyyfWTPkACfYRRX
jcipZXHUj6U95r1T5iWZK5k=
=6Yu3
-END PGP SIGNATURE-


Accepted:
nagios2-common_2.9-1_all.deb
  to pool/main/n/nagios2/nagios2-common_2.9-1_all.deb
nagios2-dbg_2.9-1_amd64.deb
  to pool/main/n/nagios2/nagios2-dbg_2.9-1_amd64.deb
nagios2-doc_2.9-1_all.deb
  to pool/main/n/nagios2/nagios2-doc_2.9-1_all.deb
nagios2_2.9-1.diff.gz
  to pool/main/n/nagios2/nagios2_2.9-1.diff.gz
nagios2_2.9-1.dsc
  to pool/main/n/nagios2/nagios2_2.9-1.dsc
nagios2_2.9-1_amd64.deb
  to pool/main/n/nagios2/nagios2_2.9-1_amd64.deb
nagios2_2.9.orig.tar.gz
  to pool/main/n/nagios2/nagios2_2.9.orig.tar.gz


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



Accepted dropbear 0.49-2 (source powerpc)

2007-06-09 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 08:59:59 +
Source: dropbear
Binary: dropbear
Architecture: source powerpc
Version: 0.49-2
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape [EMAIL PROTECTED]
Changed-By: Gerrit Pape [EMAIL PROTECTED]
Description: 
 dropbear   - lightweight SSH2 server and client
Closes: 386976
Changes: 
 dropbear (0.49-2) unstable; urgency=low
 .
   * debian/rules: apply diffs from debian/diff/ with patch -p1 instead of
 -p0.
   * debian/diff/0001-options.h-use-dev-urandom-instead-of-dev-random-a.diff:
 new; options.h: use /dev/urandom instead of /dev/random as
 DROPBEAR_RANDOM_DEV (closes: #386976).
   * debian/rules: target clean: remove libtomcrypt/Makefile,
 libtommath/Makefile.
Files: 
 27c803443e7796c398b78fc5a821246e 550 net optional dropbear_0.49-2.dsc
 d1f2c434634df3202da60ea7191b0e13 3471 net optional dropbear_0.49-2.diff.gz
 e138d3948252f72d9827021397d3c411 245112 net optional 
dropbear_0.49-2_powerpc.deb

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

iD8DBQFGapIFGJoyQbxwpv8RAo3EAJ4g+Qo+iEnA6g+CYgDpK/84Ta0tQQCfXyyz
hiB2W29n7hNuSn7e2hxXdF0=
=Ziew
-END PGP SIGNATURE-


Accepted:
dropbear_0.49-2.diff.gz
  to pool/main/d/dropbear/dropbear_0.49-2.diff.gz
dropbear_0.49-2.dsc
  to pool/main/d/dropbear/dropbear_0.49-2.dsc
dropbear_0.49-2_powerpc.deb
  to pool/main/d/dropbear/dropbear_0.49-2_powerpc.deb


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



Accepted opencdk10 0.6.3-1 (source i386)

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

Format: 1.7
Date: Sat,  9 Jun 2007 10:27:14 +0200
Source: opencdk10
Binary: libopencdk10 libopencdk10-dbg libopencdk10-dev
Architecture: source i386
Version: 0.6.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian GnuTLS Maintainers [EMAIL PROTECTED]
Changed-By: Andreas Metzler [EMAIL PROTECTED]
Description: 
 libopencdk10 - Open Crypto Development Kit (OpenCDK) (runtime)
 libopencdk10-dbg - Open Crypto Development Kit (OpenCDK) (development files)
 libopencdk10-dev - Open Crypto Development Kit (OpenCDK) (development files)
Changes: 
 opencdk10 (0.6.3-1) unstable; urgency=low
 .
   * New upstream version.
   * Bump shlibs.
   * Upload to unstable.
   * Drop debian/patches/12_bump.symbol.version.diff.
Files: 
 1418a87e74a58b6aea9f640b6d0569aa 827 libs optional opencdk10_0.6.3-1.dsc
 22e87aab36336398577119ba1295161c 666341 libs optional 
opencdk10_0.6.3.orig.tar.gz
 1016261c3754c81678b7096e05d060ea 6393 libs optional opencdk10_0.6.3-1.diff.gz
 9436239b23fdc7f4631afb4a0f25e89b 81106 libs important 
libopencdk10_0.6.3-1_i386.deb
 0f1e032111ab4686726c315bea802d5a 114648 libdevel optional 
libopencdk10-dev_0.6.3-1_i386.deb
 eb53f18626946b7e97ada91bb50a1ec4 157756 libdevel extra 
libopencdk10-dbg_0.6.3-1_i386.deb

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

iD8DBQFGao6gHTOcZYuNdmMRAjgdAJ9D0C6SIqerE9iPSutWGnyJhnd7rACdEJ/G
d5OTMjQdbywbL+HZc6LgZrI=
=DWsN
-END PGP SIGNATURE-


Accepted:
libopencdk10-dbg_0.6.3-1_i386.deb
  to pool/main/o/opencdk10/libopencdk10-dbg_0.6.3-1_i386.deb
libopencdk10-dev_0.6.3-1_i386.deb
  to pool/main/o/opencdk10/libopencdk10-dev_0.6.3-1_i386.deb
libopencdk10_0.6.3-1_i386.deb
  to pool/main/o/opencdk10/libopencdk10_0.6.3-1_i386.deb
opencdk10_0.6.3-1.diff.gz
  to pool/main/o/opencdk10/opencdk10_0.6.3-1.diff.gz
opencdk10_0.6.3-1.dsc
  to pool/main/o/opencdk10/opencdk10_0.6.3-1.dsc
opencdk10_0.6.3.orig.tar.gz
  to pool/main/o/opencdk10/opencdk10_0.6.3.orig.tar.gz


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



Accepted liquidsoap 0.3.2-4 (source i386 all)

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

Format: 1.7
Date: Sat, 09 Jun 2007 13:30:29 +0200
Source: liquidsoap
Binary: liguidsoap liquidsoap
Architecture: source i386 all
Version: 0.3.2-4
Distribution: unstable
Urgency: low
Maintainer: Liquidsoap Debian Packaging [EMAIL PROTECTED]
Changed-By: Samuel Mimram [EMAIL PROTECTED]
Description: 
 liguidsoap - control GUI for liquidsoap
 liquidsoap - audio streaming language
Closes: 428096
Changes: 
 liquidsoap (0.3.2-4) unstable; urgency=low
 .
   * Add a missing dependency on libcamomile-ocaml-data, closes: #428096.
Files: 
 f48bef8d1445628615e9066f086bcd52 1019 sound optional liquidsoap_0.3.2-4.dsc
 6c0bfe82d3f22c0cf4696d4110c73065 72813 sound optional 
liquidsoap_0.3.2-4.diff.gz
 eb81176f2ee26c39c92d5e7ca02dd86f 86576 sound optional 
liguidsoap_0.3.2-4_all.deb
 eb7932855fae9ebe4c3b3c64ffde144f 1792042 sound optional 
liquidsoap_0.3.2-4_i386.deb

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

iD8DBQFGapGkIae1O4AJae8RAlBzAJ9c09L6Wybmtik9wR7HwCMj9vU2BgCdHpNK
9+uYibeKv/Y1qjWX+cW0eQA=
=TTEG
-END PGP SIGNATURE-


Accepted:
liguidsoap_0.3.2-4_all.deb
  to pool/main/l/liquidsoap/liguidsoap_0.3.2-4_all.deb
liquidsoap_0.3.2-4.diff.gz
  to pool/main/l/liquidsoap/liquidsoap_0.3.2-4.diff.gz
liquidsoap_0.3.2-4.dsc
  to pool/main/l/liquidsoap/liquidsoap_0.3.2-4.dsc
liquidsoap_0.3.2-4_i386.deb
  to pool/main/l/liquidsoap/liquidsoap_0.3.2-4_i386.deb


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



Accepted fetchmail 6.3.8-4 (source i386 all)

2007-06-09 Thread Nico Golde
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 19 May 2007 18:33:55 +0200
Source: fetchmail
Binary: fetchmailconf fetchmail
Architecture: source i386 all
Version: 6.3.8-4
Distribution: unstable
Urgency: low
Maintainer: Fetchmail Maintainers [EMAIL PROTECTED]
Changed-By: Nico Golde [EMAIL PROTECTED]
Description: 
 fetchmail  - SSL enabled POP3, APOP, IMAP mail gatherer/forwarder
 fetchmailconf - fetchmail configurator
Closes: 427405
Changes: 
 fetchmail (6.3.8-4) unstable; urgency=low
 .
   * Disable error message about editing /etc/default/fetchmail if
 init stop is called. This way you don't see the message on a
 package removal.
   * Added KRB5 support (Closes: #427405).
Files: 
 ef40e2397e43f974964e26d9008dc163 878 mail optional fetchmail_6.3.8-4.dsc
 b4e42952988ebe0abcabd9be9e175e63 61873 mail optional fetchmail_6.3.8-4.diff.gz
 3943ba432ac72624bc203395528c85d3 61618 mail optional 
fetchmailconf_6.3.8-4_all.deb
 8ae85c88646f232e680025a2184ec8ff 651920 mail optional 
fetchmail_6.3.8-4_i386.deb

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

iD8DBQFGap2AHYflSXNkfP8RAgWFAJ0a5nsLp8ICv4Ceifho9y9iJoiA7gCggtZD
THhepSzc55xQHeN01mW0nbQ=
=p+uU
-END PGP SIGNATURE-


Accepted:
fetchmail_6.3.8-4.diff.gz
  to pool/main/f/fetchmail/fetchmail_6.3.8-4.diff.gz
fetchmail_6.3.8-4.dsc
  to pool/main/f/fetchmail/fetchmail_6.3.8-4.dsc
fetchmail_6.3.8-4_i386.deb
  to pool/main/f/fetchmail/fetchmail_6.3.8-4_i386.deb
fetchmailconf_6.3.8-4_all.deb
  to pool/main/f/fetchmail/fetchmailconf_6.3.8-4_all.deb


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



Accepted ii 1.1-3 (source i386)

2007-06-09 Thread Nico Golde
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 14:39:59 +0200
Source: ii
Binary: ii
Architecture: source i386
Version: 1.1-3
Distribution: unstable
Urgency: low
Maintainer: Nico Golde [EMAIL PROTECTED]
Changed-By: Nico Golde [EMAIL PROTECTED]
Description: 
 ii - minimalist FIFO and filesystem-based IRC client
Changes: 
 ii (1.1-3) unstable; urgency=low
 .
   * FIxed copyright years.
Files: 
 7e3bd24487117e7e772db4436ae07e5a 524 net optional ii_1.1-3.dsc
 7d4bc6e12b8055f898c2102ad3dac8c0 2255 net optional ii_1.1-3.diff.gz
 d1a5f88e7452fa81fa24568046ed478a 12528 net optional ii_1.1-3_i386.deb

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

iD8DBQFGaqABHYflSXNkfP8RAnv6AJ4raqYdEINO8PSPblQ32C9sTYeOzQCfVYrq
7Qj+sjRMKMhNLBX0kva6qGU=
=3F1+
-END PGP SIGNATURE-


Accepted:
ii_1.1-3.diff.gz
  to pool/main/i/ii/ii_1.1-3.diff.gz
ii_1.1-3.dsc
  to pool/main/i/ii/ii_1.1-3.dsc
ii_1.1-3_i386.deb
  to pool/main/i/ii/ii_1.1-3_i386.deb


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



Accepted wmwave 0.4-8 (source powerpc)

2007-06-09 Thread Guido Guenther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 14:23:36 +0200
Source: wmwave
Binary: wmwave
Architecture: source powerpc
Version: 0.4-8
Distribution: unstable
Urgency: low
Maintainer: Guido Guenther [EMAIL PROTECTED]
Changed-By: Guido Guenther [EMAIL PROTECTED]
Description: 
 wmwave - Monitor status of an 802.11 wireless ethernet link
Closes: 225279 406947 421405 427594
Changes: 
 wmwave (0.4-8) unstable; urgency=low
 .
   * use iwlib instead of doing the ioctl ourselfes (Closes: #427594, #406947, 
#225279)
   * update homepage in debian/copyright and debian/control (Closes: #421405)
   * switch to debhelper 5
Files: 
 6528e7ab395e58193d48ae40b7b1dfd7 593 x11 optional wmwave_0.4-8.dsc
 1a12343954946a1aadbbb9461611ba8f 5271 x11 optional wmwave_0.4-8.diff.gz
 64bfd26a7c80ef4520fa15d1f8cc4d64 18024 x11 optional wmwave_0.4-8_powerpc.deb

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

iD8DBQFGapx2n88szT8+ZCYRAqcYAJ99q15LLa8b6DNvFZayaLqR7MEorwCfQq+A
qKEzGQLWQxe17YnL0nmNeZY=
=fb+8
-END PGP SIGNATURE-


Accepted:
wmwave_0.4-8.diff.gz
  to pool/main/w/wmwave/wmwave_0.4-8.diff.gz
wmwave_0.4-8.dsc
  to pool/main/w/wmwave/wmwave_0.4-8.dsc
wmwave_0.4-8_powerpc.deb
  to pool/main/w/wmwave/wmwave_0.4-8_powerpc.deb


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



Accepted traffic-vis 0.34-19 (source i386)

2007-06-09 Thread Nico Golde
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 12:49:15 +
Source: traffic-vis
Binary: traffic-vis
Architecture: source i386
Version: 0.34-19
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Nico Golde [EMAIL PROTECTED]
Description: 
 traffic-vis - A sniffer that can display reports in HTML, Postscript and other 
Changes: 
 traffic-vis (0.34-19) unstable; urgency=low
 .
   * QA upload.
   * Set maintainer to QA group.
   * Bumped standards version, no changes needed.
   * Fixed broken copyright file.
Files: 
 8978f3b79f6a5819b7909f27c4a6975e 622 net optional traffic-vis_0.34-19.dsc
 a755e026c5c7a6c0de33c7c3468aabb7 10826 net optional traffic-vis_0.34-19.diff.gz
 e715617d7604e6c7d6c05c2d2347c35d 59840 net optional 
traffic-vis_0.34-19_i386.deb

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

iD8DBQFGaqLyHYflSXNkfP8RAoFxAJ43qnX/9AyoOssc1uNY2cjzHJImCACeJxG3
/3RllfAk1MpBaygbmDluWhk=
=6eyu
-END PGP SIGNATURE-


Accepted:
traffic-vis_0.34-19.diff.gz
  to pool/main/t/traffic-vis/traffic-vis_0.34-19.diff.gz
traffic-vis_0.34-19.dsc
  to pool/main/t/traffic-vis/traffic-vis_0.34-19.dsc
traffic-vis_0.34-19_i386.deb
  to pool/main/t/traffic-vis/traffic-vis_0.34-19_i386.deb


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



Accepted cowdancer 0.35 (source amd64)

2007-06-09 Thread Junichi Uekawa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 22:37:45 +0900
Source: cowdancer
Binary: qemubuilder cowdancer
Architecture: source amd64
Version: 0.35
Distribution: unstable
Urgency: low
Maintainer: Junichi Uekawa [EMAIL PROTECTED]
Changed-By: Junichi Uekawa [EMAIL PROTECTED]
Description: 
 cowdancer  - Copy-on-write directory tree utility.
 qemubuilder - pbuilder using QEMU as backend
Changes: 
 cowdancer (0.35) unstable; urgency=low
 .
   * add README.Debian to qemubuilder.
   * libcowdancer: change exported symbol names to be less generic.
Files: 
 5650ee81c2f13e7e1ed0e30cee37c8b6 546 utils optional cowdancer_0.35.dsc
 22cdc9de1a0476b1415a218e3ba0b1d8 199837 utils optional cowdancer_0.35.tar.gz
 02de5a490e1de30591100b23fc0e431a 32414 utils optional cowdancer_0.35_amd64.deb
 11f2a5a9d846c9e88f7b4440703e3b30 23154 utils optional 
qemubuilder_0.35_amd64.deb

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

iD8DBQFGaq2c2Dd9TugeVcERAgVNAJ4y1IoEKABIvHw3MZRh/+fq1CRFGACeIi7Q
nXH2pDVtiLlZd8cX8SZHWUI=
=jmkg
-END PGP SIGNATURE-


Accepted:
cowdancer_0.35.dsc
  to pool/main/c/cowdancer/cowdancer_0.35.dsc
cowdancer_0.35.tar.gz
  to pool/main/c/cowdancer/cowdancer_0.35.tar.gz
cowdancer_0.35_amd64.deb
  to pool/main/c/cowdancer/cowdancer_0.35_amd64.deb
qemubuilder_0.35_amd64.deb
  to pool/main/c/cowdancer/qemubuilder_0.35_amd64.deb


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



Accepted routes 1.7-1 (source all)

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

Format: 1.7
Date: Sat, 09 Jun 2007 15:37:20 +0200
Source: routes
Binary: python-routes
Architecture: source all
Version: 1.7-1
Distribution: unstable
Urgency: low
Maintainer: Piotr Ożarowski [EMAIL PROTECTED]
Changed-By: Piotr Ożarowski [EMAIL PROTECTED]
Description: 
 python-routes - Routing Recognition and Generation Tools
Changes: 
 routes (1.7-1) unstable; urgency=low
 .
   * New upstream release
   * Added python-paste to Suggests (for Routes WSGI Middleware)
Files: 
 697d01d0c29a53b800ccc13a5dff45f9 941 python optional routes_1.7-1.dsc
 6b8892b8aef7495228376f4e8b6c747b 62976 python optional routes_1.7.orig.tar.gz
 7ceb66d11217bcd0594b55990037d407 2980 python optional routes_1.7-1.diff.gz
 57a9f32c2e5c6fa32bc5972084bedca3 53536 python optional 
python-routes_1.7-1_all.deb

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

iD8DBQFGarBaB01zfu119ZkRAteCAJoDYlaTzjzLuVwazYEvWUSk9aV2wgCfTsuL
0zyTu+6vXU/XpTRybzt+tcI=
=jhpC
-END PGP SIGNATURE-


Accepted:
python-routes_1.7-1_all.deb
  to pool/main/r/routes/python-routes_1.7-1_all.deb
routes_1.7-1.diff.gz
  to pool/main/r/routes/routes_1.7-1.diff.gz
routes_1.7-1.dsc
  to pool/main/r/routes/routes_1.7-1.dsc
routes_1.7.orig.tar.gz
  to pool/main/r/routes/routes_1.7.orig.tar.gz


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



Accepted libcommons-dbcp-java 1.2.1-5 (source all)

2007-06-09 Thread Michael Koch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 12:23:34 -0100
Source: libcommons-dbcp-java
Binary: libcommons-dbcp-java
Architecture: source all
Version: 1.2.1-5
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers [EMAIL PROTECTED]
Changed-By: Michael Koch [EMAIL PROTECTED]
Description: 
 libcommons-dbcp-java - Database Connection Pooling Services
Changes: 
 libcommons-dbcp-java (1.2.1-5) unstable; urgency=low
 .
   * Merge from Ubuntu.
   * Fixed Depends of libcommons-dbcp-java to allow all Java runtimes to be
 used.
   * Moved debhelper and cdbs to from Builds-Depends-Indep to Build-Depends.
   * Added myself to Uploaders and removed Wolfgang.
   * Updated Standards-Version to 3.7.2.
Files: 
 55f38ecbe76d9a84e1f0deb58f661d6f 839 libs optional 
libcommons-dbcp-java_1.2.1-5.dsc
 22578bc43ee205121788b58153bd1b70 3420 libs optional 
libcommons-dbcp-java_1.2.1-5.diff.gz
 2e9b4a46a6d99f0ff9f90c11b59497b7 210406 libs optional 
libcommons-dbcp-java_1.2.1-5_all.deb

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

iD8DBQFGarUDWSOgCCdjSDsRAqhIAJ9eomaCfzHv+2VyY6P5Y34oAUfIJQCeO9cb
1iT8cOAJ19zBiO0JAb0t/+4=
=rshD
-END PGP SIGNATURE-


Accepted:
libcommons-dbcp-java_1.2.1-5.diff.gz
  to pool/main/libc/libcommons-dbcp-java/libcommons-dbcp-java_1.2.1-5.diff.gz
libcommons-dbcp-java_1.2.1-5.dsc
  to pool/main/libc/libcommons-dbcp-java/libcommons-dbcp-java_1.2.1-5.dsc
libcommons-dbcp-java_1.2.1-5_all.deb
  to pool/main/libc/libcommons-dbcp-java/libcommons-dbcp-java_1.2.1-5_all.deb


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



Accepted c2050 0.3a-1 (source i386)

2007-06-09 Thread Marco Nenciarini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 16:29:26 +0200
Source: c2050
Binary: c2050
Architecture: source i386
Version: 0.3a-1
Distribution: unstable
Urgency: low
Maintainer: Marco Nenciarini [EMAIL PROTECTED]
Changed-By: Marco Nenciarini [EMAIL PROTECTED]
Description: 
 c2050  - Lexmark 2050 Color Jetprinter Linux Driver
Changes: 
 c2050 (0.3a-1) unstable; urgency=low
 .
   * New upstream release.
 + Correct copyright notice to mention Christian Kornblum, the
   author of c2070 driver.
Files: 
 f33488eaca5c185b48991d72cdc9fcc3 553 admin extra c2050_0.3a-1.dsc
 1b19ad0a6980cd47a9404148b3b00f35 12347 admin extra c2050_0.3a.orig.tar.gz
 f048c9fb27c4e19df05f0ee65fdbbca3 3908 admin extra c2050_0.3a-1.diff.gz
 cfb8dc98d9e3971cd33a209f6d931081 9526 admin extra c2050_0.3a-1_i386.deb

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

iD8DBQFGaromaGRzDfCV5eQRAixKAJ0bdO+6R/aocKu4r7hVWtz1vNcBdwCdEnDK
ZUDFQJswDr7AHOW8QQep+9k=
=wWGi
-END PGP SIGNATURE-


Accepted:
c2050_0.3a-1.diff.gz
  to pool/main/c/c2050/c2050_0.3a-1.diff.gz
c2050_0.3a-1.dsc
  to pool/main/c/c2050/c2050_0.3a-1.dsc
c2050_0.3a-1_i386.deb
  to pool/main/c/c2050/c2050_0.3a-1_i386.deb
c2050_0.3a.orig.tar.gz
  to pool/main/c/c2050/c2050_0.3a.orig.tar.gz


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



Accepted libept 0.5.1 (source amd64)

2007-06-09 Thread Enrico Zini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Jun 2007 22:36:16 +0100
Source: libept
Binary: libept0 ept-cache libept-dev
Architecture: source amd64
Version: 0.5.1
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Enrico Zini [EMAIL PROTECTED]
Description: 
 ept-cache  - Commandline tool to search the package archive
 libept-dev - High-level library for managing Debian package information
 libept0- High-level library for managing Debian package information
Changes: 
 libept (0.5.1) unstable; urgency=low
 .
   * Popcon data source is now independent from Apt
   * TextSource data source is now independent from Apt
   * Debtags data source is now independent from Apt
   * Added popcon::Local data source
   * Implemented output sorting in ept-cache
Files: 
 54061d20451ad1da1fc34a9199747c5e 913 libdevel optional libept_0.5.1.dsc
 0dd443791858eaba5dc1ddc4b2a7dc5c 1397096 libdevel optional libept_0.5.1.tar.gz
 ef0f4da90676f6b4bf1b34ba2b4b0192 270018 libdevel optional 
libept-dev_0.5.1_amd64.deb
 75bc3f1bd38d4bd394efb3108a6de5e6 170180 libs optional libept0_0.5.1_amd64.deb
 4c6863361324f122adccc618a382133e 94112 misc optional ept-cache_0.5.1_amd64.deb

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

iD8DBQFGaH5A9LSwzHl+v6sRAm1pAJwLijxIGzUxFHh+3LrbRF8n+z100wCbBLS9
y0MF1sKNJ7c2I+ZTJj9bKoI=
=3YED
-END PGP SIGNATURE-


Accepted:
ept-cache_0.5.1_amd64.deb
  to pool/main/libe/libept/ept-cache_0.5.1_amd64.deb
libept-dev_0.5.1_amd64.deb
  to pool/main/libe/libept/libept-dev_0.5.1_amd64.deb
libept0_0.5.1_amd64.deb
  to pool/main/libe/libept/libept0_0.5.1_amd64.deb
libept_0.5.1.dsc
  to pool/main/libe/libept/libept_0.5.1.dsc
libept_0.5.1.tar.gz
  to pool/main/libe/libept/libept_0.5.1.tar.gz


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



Accepted libept 0.5 (source amd64)

2007-06-09 Thread Enrico Zini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 06 Jun 2007 21:13:24 +0100
Source: libept
Binary: libept0 ept-cache libept-dev
Architecture: source amd64
Version: 0.5
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Enrico Zini [EMAIL PROTECTED]
Description: 
 ept-cache  - Commandline tool to search the package archive
 libept-dev - High-level library for managing Debian package information
 libept0- High-level library for managing Debian package information
Closes: 426874
Changes: 
 libept (0.5) unstable; urgency=low
 .
   * Complete rewrite of the library.  Closes: #426874.
   * Added ept-cache commandline interface to the library.
Files: 
 986236dead0ed04ed8098b3294121bd4 908 libdevel optional libept_0.5.dsc
 1584313074a1014b70e386659b1171f3 676150 libdevel optional libept_0.5.tar.gz
 88dbf94873289a50c6c46ffa946ec77b 260474 libdevel optional 
libept-dev_0.5_amd64.deb
 eba89c4f097aaecb80c35c0158d4fc85 166112 libs optional libept0_0.5_amd64.deb
 ef094d9169d4197250db6366f959aee5 87908 misc optional ept-cache_0.5_amd64.deb

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

iD8DBQFGZyWM9LSwzHl+v6sRAjCMAJ9XZai7S3R6/tcOZtQ+fBNtp7fDIwCeOZ+1
Zo1RufVEARH1yAiFKX8yVN4=
=4Rlc
-END PGP SIGNATURE-


Accepted:
ept-cache_0.5_amd64.deb
  to pool/main/libe/libept/ept-cache_0.5_amd64.deb
libept-dev_0.5_amd64.deb
  to pool/main/libe/libept/libept-dev_0.5_amd64.deb
libept0_0.5_amd64.deb
  to pool/main/libe/libept/libept0_0.5_amd64.deb
libept_0.5.dsc
  to pool/main/libe/libept/libept_0.5.dsc
libept_0.5.tar.gz
  to pool/main/libe/libept/libept_0.5.tar.gz


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



Accepted update-manager 0.42.2ubuntu22-12 (source all)

2007-06-09 Thread Gustavo Noronha Silva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 11:36:59 -0300
Source: update-manager
Binary: update-manager
Architecture: source all
Version: 0.42.2ubuntu22-12
Distribution: unstable
Urgency: low
Maintainer: Gustavo Noronha Silva [EMAIL PROTECTED]
Changed-By: Gustavo Noronha Silva [EMAIL PROTECTED]
Description: 
 update-manager - GNOME application that manages software updates
Closes: 427899
Changes: 
 update-manager (0.42.2ubuntu22-12) unstable; urgency=low
 .
   [ Loic Minier ]
   * Build-dep on python-dev = 2.4 instead of python-all = 2.3;
 closes: #427899.
Files: 
 b0789c106e5c199c5061caa5ec35e0e4 926 gnome optional 
update-manager_0.42.2ubuntu22-12.dsc
 3d62e6b11d485f00e26154cf9b5525db 375386 gnome optional 
update-manager_0.42.2ubuntu22-12.diff.gz
 575e147b1e046652723f3a8cbb3a259f 333128 gnome optional 
update-manager_0.42.2ubuntu22-12_all.deb

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

iD8DBQFGasGZt1anjIgqbEsRAuRMAJ4379JeJZuvDzMTIwBYuwOhuMvToQCdGDhl
kbRJgmD8tY324ZxA1EuYtBY=
=W77R
-END PGP SIGNATURE-


Accepted:
update-manager_0.42.2ubuntu22-12.diff.gz
  to pool/main/u/update-manager/update-manager_0.42.2ubuntu22-12.diff.gz
update-manager_0.42.2ubuntu22-12.dsc
  to pool/main/u/update-manager/update-manager_0.42.2ubuntu22-12.dsc
update-manager_0.42.2ubuntu22-12_all.deb
  to pool/main/u/update-manager/update-manager_0.42.2ubuntu22-12_all.deb


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



Accepted semi 1.14.6+0.20070608-1 (source all)

2007-06-09 Thread Tatsuya Kinoshita
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 10 Jun 2007 00:21:58 +0900
Source: semi
Binary: semi
Architecture: source all
Version: 1.14.6+0.20070608-1
Distribution: unstable
Urgency: low
Maintainer: Tatsuya Kinoshita [EMAIL PROTECTED]
Changed-By: Tatsuya Kinoshita [EMAIL PROTECTED]
Description: 
 semi   - library to provide MIME feature for emacsen
Changes: 
 semi (1.14.6+0.20070608-1) unstable; urgency=low
 .
   * New upstream release. (CVS semi-1_14 branch on 2007-06-08)
   * debian/control: Depend on emacs instead of emacs21.
Files: 
 2e74bae4b2b2e2de0b5d3986323ebc3d 611 mail extra semi_1.14.6+0.20070608-1.dsc
 4d8706cf7b5ba0c73dae96660669a039 143029 mail extra 
semi_1.14.6+0.20070608.orig.tar.gz
 0cc1b2f6161be2152ccbee197be44f70 10250 mail extra 
semi_1.14.6+0.20070608-1.diff.gz
 1664fcb85217dd5bfa038a79d8fc33b9 180336 mail extra 
semi_1.14.6+0.20070608-1_all.deb

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

iD8DBQFGasWugV4LPvpMUpgRAl97AKDOhqFiHyWmY1pSsPR/XLamAnyqcwCfRx4E
gTODlqgISryuEvQbuGQ/bN4=
=xptm
-END PGP SIGNATURE-


Accepted:
semi_1.14.6+0.20070608-1.diff.gz
  to pool/main/s/semi/semi_1.14.6+0.20070608-1.diff.gz
semi_1.14.6+0.20070608-1.dsc
  to pool/main/s/semi/semi_1.14.6+0.20070608-1.dsc
semi_1.14.6+0.20070608-1_all.deb
  to pool/main/s/semi/semi_1.14.6+0.20070608-1_all.deb
semi_1.14.6+0.20070608.orig.tar.gz
  to pool/main/s/semi/semi_1.14.6+0.20070608.orig.tar.gz


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



Accepted oleo 1.99.16-9 (source amd64)

2007-06-09 Thread Mario Lang
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 17:45:51 +0200
Source: oleo
Binary: oleo
Architecture: source amd64
Version: 1.99.16-9
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Mario Lang [EMAIL PROTECTED]
Description: 
 oleo   - GNU spreadsheet program
Changes: 
 oleo (1.99.16-9) unstable; urgency=low
 .
   * Orphan package:
 Set Maintainer to Debian QA Group [EMAIL PROTECTED].
Files: 
 ac2740c62cd550328e103c620e39dbee 693 math optional oleo_1.99.16-9.dsc
 ddf088cecc8c1fa24c70b77f6b3709e3 14738 math optional oleo_1.99.16-9.diff.gz
 ded5206cc45237aa657e24539a1abc05 419958 math optional oleo_1.99.16-9_amd64.deb

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

iD8DBQFGas1S3/wCKmsRPkQRAlZKAJ9aysQIa60QNCBXOMtxaGwQ0tyMQwCfWlnC
RHGMc7sqm+eQcVhj2sPlND8=
=/ala
-END PGP SIGNATURE-


Accepted:
oleo_1.99.16-9.diff.gz
  to pool/main/o/oleo/oleo_1.99.16-9.diff.gz
oleo_1.99.16-9.dsc
  to pool/main/o/oleo/oleo_1.99.16-9.dsc
oleo_1.99.16-9_amd64.deb
  to pool/main/o/oleo/oleo_1.99.16-9_amd64.deb


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



Accepted svn-buildpackage 0.6.21 (source all)

2007-06-09 Thread Eddy Petrișor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Jun 2007 15:38:44 +0300
Source: svn-buildpackage
Binary: svn-buildpackage
Architecture: source all
Version: 0.6.21
Distribution: unstable
Urgency: low
Maintainer: Eduard Bloch [EMAIL PROTECTED]
Changed-By: Eddy Petrișor [EMAIL PROTECTED]
Description: 
 svn-buildpackage - helper programs to maintain Debian packages with Subversion
Closes: 419231 419231 419231
Changes: 
 svn-buildpackage (0.6.21) unstable; urgency=low
 .
   * add missing dependency on liburi-perl (needed by svn-upgrade)
   * if --svn-noautodch is used, do not display a misleading message
 (Closes: #419231)
   * svn-upgrade: propagate the error code that debchange returns
   * svn-upgrade: import configuration options from ~/.svn-buildpackage.conf
   * svn-upgrade: renamed option no-changelog-entry to noautodch since is
 easier to process and easier to remember if is the same for svn-up and
 svn-bp (Closes: #419231)
   * svn-buildpackage: when using svn-only-tag in conjunction with no-autodch,
 do not ignore the later (Closes: #419231)
Files: 
 f8ed97ecae38e6e47eb21dfb5854d850 667 devel extra svn-buildpackage_0.6.21.dsc
 c0a25be7a34f8557bdb5ceadcefa1231 54448 devel extra 
svn-buildpackage_0.6.21.tar.gz
 95560aa82077a0aeee477e61026de6e8 199730 devel extra 
svn-buildpackage_0.6.21_all.deb

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

iD8DBQFGatF34QZIHu3wCMURAkWgAJ9TzZZ6BOpMkZNbCccGYPOcsGyKQwCfUzf2
eTdOQgzackzUxQthcAM8EeY=
=jt12
-END PGP SIGNATURE-


Accepted:
svn-buildpackage_0.6.21.dsc
  to pool/main/s/svn-buildpackage/svn-buildpackage_0.6.21.dsc
svn-buildpackage_0.6.21.tar.gz
  to pool/main/s/svn-buildpackage/svn-buildpackage_0.6.21.tar.gz
svn-buildpackage_0.6.21_all.deb
  to pool/main/s/svn-buildpackage/svn-buildpackage_0.6.21_all.deb


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



Accepted grub-splashimages 1.2.0 (source all)

2007-06-09 Thread Krzysztof Burghardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 17:48:03 +0200
Source: grub-splashimages
Binary: grub-splashimages
Architecture: source all
Version: 1.2.0
Distribution: unstable
Urgency: low
Maintainer: Grub-Devel List [EMAIL PROTECTED]
Changed-By: Krzysztof Burghardt [EMAIL PROTECTED]
Description: 
 grub-splashimages - a collection of great GRUB splashimages
Closes: 285321 405657
Changes: 
 grub-splashimages (1.2.0) unstable; urgency=low
 .
   * Included debian-moreblue-swirl.xpm.gz (closes: #405657)
   * Included debblue.xpm.gz and gnome-debblue.xpm (closes: #285321)
Files: 
 9c8feea4e2fcb4acb0b36a6b56e719c1 602 admin optional grub-splashimages_1.2.0.dsc
 d6d278ca80f4dfc4c5e2bb25278899a4 622550 admin optional 
grub-splashimages_1.2.0.tar.gz
 9e8e99e955588b0e819be7ef9ea6ea47 622942 admin optional 
grub-splashimages_1.2.0_all.deb

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

iD8DBQFGatGN+C5cwEsrK54RAnI3AJ9cTIzoGXIhu5oMtrJi3wV3bNTDHwCffh9e
uT50pQoqdFeou6ILICsKXw4=
=ypRR
-END PGP SIGNATURE-


Accepted:
grub-splashimages_1.2.0.dsc
  to pool/main/g/grub-splashimages/grub-splashimages_1.2.0.dsc
grub-splashimages_1.2.0.tar.gz
  to pool/main/g/grub-splashimages/grub-splashimages_1.2.0.tar.gz
grub-splashimages_1.2.0_all.deb
  to pool/main/g/grub-splashimages/grub-splashimages_1.2.0_all.deb


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



Accepted libjgraph-java 5.10.1.2.dfsg-1 (source all)

2007-06-09 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 17:17:02 +0200
Source: libjgraph-java
Binary: libjgraph-java-doc libjgraph-java
Architecture: source all
Version: 5.10.1.2.dfsg-1
Distribution: unstable
Urgency: low
Maintainer: gregor herrmann [EMAIL PROTECTED]
Changed-By: gregor herrmann [EMAIL PROTECTED]
Description: 
 libjgraph-java - graph component for Java
 libjgraph-java-doc - Documentation for libjgraph-java
Changes: 
 libjgraph-java (5.10.1.2.dfsg-1) unstable; urgency=low
 .
   * New upstream release.
   * Patch build.xml to stop it from fetching external stuff over the net
 when building the docs.
Files: 
 825dd75aff4b160e113c93ed7cee12f6 907 libs extra 
libjgraph-java_5.10.1.2.dfsg-1.dsc
 c507186aea3a4cbc07bd40453f3d289d 3243800 libs extra 
libjgraph-java_5.10.1.2.dfsg.orig.tar.gz
 99c45a41036351cd21054f7591f5b4ca 5194 libs extra 
libjgraph-java_5.10.1.2.dfsg-1.diff.gz
 002afd3556bd2788e66652e3507ba3e4 297670 libs extra 
libjgraph-java_5.10.1.2.dfsg-1_all.deb
 8ac153433b3b7a73668543cffd1acf05 518664 doc extra 
libjgraph-java-doc_5.10.1.2.dfsg-1_all.deb

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

iD8DBQFGatfhpdwBkPlyvgMRAh4XAJ9f0Apfq5PvaxHJri5GUE9gaEcqkgCfR8ar
/6HedNWC3c8ZZ4EmyLNvoyg=
=y2Ai
-END PGP SIGNATURE-


Accepted:
libjgraph-java-doc_5.10.1.2.dfsg-1_all.deb
  to pool/main/libj/libjgraph-java/libjgraph-java-doc_5.10.1.2.dfsg-1_all.deb
libjgraph-java_5.10.1.2.dfsg-1.diff.gz
  to pool/main/libj/libjgraph-java/libjgraph-java_5.10.1.2.dfsg-1.diff.gz
libjgraph-java_5.10.1.2.dfsg-1.dsc
  to pool/main/libj/libjgraph-java/libjgraph-java_5.10.1.2.dfsg-1.dsc
libjgraph-java_5.10.1.2.dfsg-1_all.deb
  to pool/main/libj/libjgraph-java/libjgraph-java_5.10.1.2.dfsg-1_all.deb
libjgraph-java_5.10.1.2.dfsg.orig.tar.gz
  to pool/main/libj/libjgraph-java/libjgraph-java_5.10.1.2.dfsg.orig.tar.gz


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



Accepted talloc 1.0.1-2 (source i386)

2007-06-09 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 29 May 2007 14:44:18 +0200
Source: talloc
Binary: libtalloc-dev libtalloc1
Architecture: source i386
Version: 1.0.1-2
Distribution: unstable
Urgency: low
Maintainer: Jelmer Vernooij [EMAIL PROTECTED]
Changed-By: Jelmer Vernooij [EMAIL PROTECTED]
Description: 
 libtalloc-dev - hierarchical pool based memory allocator - development files
 libtalloc1 - hierarchical pool based memory allocator
Closes: 426444
Changes: 
 talloc (1.0.1-2) unstable; urgency=low
 .
   * Make libtalloc-dev depend on libtalloc1. (Closes: #426444)
Files: 
 1870ead37b7eadd89094511b4adf6ed1 699 devel optional talloc_1.0.1-2.dsc
 1ee52b29e1057ab08863eabcf783de6a 2875 devel optional talloc_1.0.1-2.diff.gz
 b93ae86dd21801316af8964812ec52ce 12114 libs optional 
libtalloc1_1.0.1-2_i386.deb
 8eaba78bc8bb399e302a0dc53b13dc26 19422 libdevel optional 
libtalloc-dev_1.0.1-2_i386.deb

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

iD8DBQFGauG+1OXtrMAUPS0RAsVUAJ90BfiSQQh6CRyGRwpvWQiFUW0m/wCff1U9
Y0PcORxtfNE6GtBcuJFj/z4=
=NIoi
-END PGP SIGNATURE-


Accepted:
libtalloc-dev_1.0.1-2_i386.deb
  to pool/main/t/talloc/libtalloc-dev_1.0.1-2_i386.deb
libtalloc1_1.0.1-2_i386.deb
  to pool/main/t/talloc/libtalloc1_1.0.1-2_i386.deb
talloc_1.0.1-2.diff.gz
  to pool/main/t/talloc/talloc_1.0.1-2.diff.gz
talloc_1.0.1-2.dsc
  to pool/main/t/talloc/talloc_1.0.1-2.dsc


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



Accepted gcc-4.2 4.2-20070609-1 (sparc source all i386 powerpc)

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

Format: 1.7
Date: Sat,  9 Jun 2007 06:54:13 +0200
Source: gcc-4.2
Binary: libstdc++6 lib32ffi4 lib64objc2 gfortran-4.2 libgcc1 libobjc2 
gcc-4.2-source gcc-4.2-soft-float libgcc2 libgfortran2 protoize gcc-4.2-hppa64 
gcc-4.2-locales lib64stdc++6 libffi4 lib64gfortran2 lib64ffi4 lib64gomp1 
lib32gcc1 lib32gfortran2 libstdc++6-4.2-dbg libgomp1 gcc-4.2 libgcc4 
gcc-4.2-doc g++-4.2 gfortran-4.2-multilib cpp-4.2 libffi4-dev gcc-4.2-base 
gobjc++-4.2-multilib libstdc++6-4.2-dev gobjc-4.2 lib32mudflap0 
libstdc++6-4.2-pic lib32gomp1 lib64gcc1 libstdc++6-4.2-doc lib32stdc++6-4.2-dbg 
libmudflap0-4.2-dev gobjc++-4.2 fixincludes lib32stdc++6 cpp-4.2-doc 
treelang-4.2 gcc-4.2-multilib lib32objc2 libmudflap0 g++-4.2-multilib 
lib64stdc++6-4.2-dbg gfortran-4.2-doc lib64mudflap0 gobjc-4.2-multilib
Architecture: all i386 powerpc source sparc 
Version: 4.2-20070609-1
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers [EMAIL PROTECTED]
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 cpp-4.2- The GNU C preprocessor
 fixincludes - Fix non-ANSI header files
 g++-4.2- The GNU C++ compiler
 g++-4.2-multilib - The GNU C++ compiler (multilib files)
 gcc-4.2- The GNU C compiler
 gcc-4.2-base - The GNU Compiler Collection (base package)
 gcc-4.2-multilib - The GNU C compiler (multilib files)
 gfortran-4.2 - The GNU Fortran 95 compiler
 gfortran-4.2-multilib - The GNU Fortran 95 compiler (multilib files)
 gobjc++-4.2 - The GNU Objective-C++ compiler
 gobjc++-4.2-multilib - The GNU Objective-C++ compiler (multilib files)
 gobjc-4.2  - The GNU Objective-C compiler
 gobjc-4.2-multilib - The GNU Objective-C compiler (multilib files)
 lib64ffi4  - Foreign Function Interface library runtime (64bit)
 lib64gcc1  - GCC support library (64bit)
 lib64gfortran2 - Runtime library for GNU Fortran applications (64bit)
 lib64gomp1 - GCC OpenMP (GOMP) support library (64bit)
 lib64mudflap0 - GCC mudflap shared support libraries (64bit)
 lib64objc2 - Runtime library for GNU Objective-C applications (64bit)
 lib64stdc++6 - The GNU Standard C++ Library v3 (64bit)
 lib64stdc++6-4.2-dbg - The GNU Standard C++ Library v3 (debugging files)
 libffi4- Foreign Function Interface library runtime
 libffi4-dev - Foreign Function Interface library (development files)
 libgcc1- GCC support library
 libgfortran2 - Runtime library for GNU Fortran applications
 libgomp1   - GCC OpenMP (GOMP) support library
 libmudflap0 - GCC mudflap shared support libraries
 libmudflap0-4.2-dev - GCC mudflap support libraries (development files)
 libobjc2   - Runtime library for GNU Objective-C applications
 libstdc++6 - The GNU Standard C++ Library v3
 libstdc++6-4.2-dbg - The GNU Standard C++ Library v3 (debugging files)
 libstdc++6-4.2-dev - The GNU Standard C++ Library v3 (development files)
 libstdc++6-4.2-pic - The GNU Standard C++ Library v3 (shared library subset 
kit)
 protoize   - Create/remove ANSI prototypes from C code
 treelang-4.2 - The GNU Treelang compiler
Closes: 393897 419511 424693 424855 426905
Changes: 
 gcc-4.2 (4.2-20070609-1) unstable; urgency=low
 .
   * Update to SVN gcc-4_2-branch/20070609.
 - Remove patches integrated upstream: pr30052, hppa-caller-save-pic-tls.
   * Update to SVN trunk/20070609 (gcc/java, libjava, libffi, boehm-gc).
 - Remove patches integrated upstream: libjava-qt-peer,
   classpath-config-guess.
   * Do not build with --enable-java-maintainer-mode.
   * debian/rules.patch: Comment out m68k-peephole, requires m68k-split_shift.
   * Add target to apply patches up to a specific patch (Wouter Verhelst).
 Closes: #424855.
   * libstdc++6-4.2-*: Add conflicts with 4.1 packages. Closes: #419511.
   * Apply proposed fix for PR target/28102. Closes: #426905.
   * Fix build failure for cross compiler builds (Jiri Palecek). Closes: 
#393897.
   * Update build macros for kfreebsd-amd64. Closes: #424693.
Files: 
 006cd6b1f645dc7e4f803af4c2922bb3 379062 devel standard 
gcc-4.2_4.2-20070609-1.diff.gz
 068bfee4f42552bc848461d98e4fd005 6700936 libdevel extra 
lib64stdc++6-4.2-dbg_4.2-20070609-1_i386.deb
 08037b71f573449e511a7d30fca5215d 858 devel optional 
gobjc++-4.2-multilib_4.2-20070609-1_powerpc.deb
 096622af8ed622c1eafdc5a3ecf13425 2776654 devel optional 
gobjc-4.2_4.2-20070609-1_powerpc.deb
 09bbb49f3eb61a5861a016166315e945 48014 libs optional 
libobjc2_4.2-20070609-1_powerpc.deb
 0cc37dcf93b60c990902e7c3a99b6438 59632 devel optional 
gcc-4.2-multilib_4.2-20070609-1_sparc.deb
 10a7b14a69c3c3c07263d48732cd9fff 2357134 devel optional 
treelang-4.2_4.2-20070609-1_i386.deb
 11723d5825d23dcd3b237e1bed522e41 52672 devel optional 
gobjc-4.2-multilib_4.2-20070609-1_i386.deb
 145100890d2b45c8c83b9ff4fffb42e1 44080 libs optional 
lib64gcc1_4.2-20070609-1_powerpc.deb
 151b225a99ccc101b5ba6c79b24b373f 80276 libs optional 
libmudflap0_4.2-20070609-1_sparc.deb
 15a800b05290a3ca389abf7c9b245ab8 30024 libs optional 
lib64gcc1_4.2-20070609

Accepted meld 1.1.5-1 (source all)

2007-06-09 Thread Loic Minier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 20:35:36 +0200
Source: meld
Binary: meld
Architecture: source all
Version: 1.1.5-1
Distribution: unstable
Urgency: low
Maintainer: Ross Burton [EMAIL PROTECTED]
Changed-By: Loic Minier [EMAIL PROTECTED]
Description: 
 meld   - graphical tool to diff and merge files
Changes: 
 meld (1.1.5-1) unstable; urgency=low
 .
   * Add Debian GNOME Maintainers to Uploaders; build-dep on gnome-pkg-tools.
   * Cleanups.
   * Update URL in copyright.
   * Wrap build-deps and deps.
   * Use debian/meld.menu instead of debian/menu.
   * Drop dangerous empty postinst.
   * Install manpages via debian/meld.manpages instead of
 DEB_INSTALL_MANPAGES_meld.
   * Bump up Debhelper compatibility level to 5.
   * Update URL in watch file.
   * Add a get-orig-source target to retrieve the upstream source.
   * Add ${misc:Depends}.
   * Set Python compatibility version to 2; add XS and XB-Python-Version.
   * New upstream release.
 - Drop patch plurals; doesn't apply anymore and it seems to build fine
   without now.
 - Drop patch scrollkeeper and add a rule to drop installed scrollkeeper
   files; partially applied upstream and I don't understand what the
   reminder of the patch was meant to fix.
Files: 
 b848004a32611eb6ef6956e662cd90b2 784 gnome optional meld_1.1.5-1.dsc
 1456280ba958c024cedd82853a7680ae 1383419 gnome optional meld_1.1.5.orig.tar.gz
 ff56f561e489eb497d8252bc54354e17 4346 gnome optional meld_1.1.5-1.diff.gz
 255a05d431730415548b53aaee1ddcd3 635964 gnome optional meld_1.1.5-1_all.deb

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

iD8DBQFGavOl4VUX8isJIMARAglHAJ0eCCcjIphf5kIrYFmJ6JVn4P+YcACdH/7c
NVbFNdG190d6tsEPNysp2zM=
=P4qo
-END PGP SIGNATURE-


Accepted:
meld_1.1.5-1.diff.gz
  to pool/main/m/meld/meld_1.1.5-1.diff.gz
meld_1.1.5-1.dsc
  to pool/main/m/meld/meld_1.1.5-1.dsc
meld_1.1.5-1_all.deb
  to pool/main/m/meld/meld_1.1.5-1_all.deb
meld_1.1.5.orig.tar.gz
  to pool/main/m/meld/meld_1.1.5.orig.tar.gz


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



Accepted alsa-lib 1.0.14-1 (source all i386)

2007-06-09 Thread Jordi Mallach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 19:17:41 +0200
Source: alsa-lib
Binary: libasound2-dev lib32asound2-dev lib64asound2 libasound2-doc 
lib64asound2-dev lib32asound2 libasound2
Architecture: source all i386
Version: 1.0.14-1
Distribution: unstable
Urgency: low
Maintainer: Jordi Mallach [EMAIL PROTECTED]
Changed-By: Jordi Mallach [EMAIL PROTECTED]
Description: 
 lib64asound2 - ALSA library (64 bit)
 lib64asound2-dev - ALSA library development files (64 bit)
 libasound2 - ALSA library
 libasound2-dev - ALSA library development files
 libasound2-doc - ALSA library developer documentation
Closes: 408766 420999 422513 424310
Changes: 
 alsa-lib (1.0.14-1) unstable; urgency=low
 .
   * New upstream release
 .
   [ Elimar Riesebieter ]
   * Patch management switched to quilt. This is more comfortable.
 .
   [ Jordi Mallach ]
   * Bump shlibs to 1.0.14, as new symbols have been added.
 .
 alsa-lib (1.0.14~rc4-2) experimental; urgency=low
 .
   [ Jordi Mallach ]
   * debian/control:
 - add XS-Vcs-Browser and XS-Vcs-Svn headers.
 - Build-Depend on gcc-multilib only on the available architectures
   (thanks Frank Lichtenheld; closes: #424310).
 .
 alsa-lib (1.0.14~rc4-1) experimental; urgency=low
 .
   [ Elimar Riesebieter ]
   * New upstream release candidate.
   * Added gcc-multilib to Build-Depends. Thanks Bastian Blank and Matthias
 Klose. (closes: #422513)
 .
 alsa-lib (1.0.14~rc3-2) experimental; urgency=low
 .
   [ Jordi Mallach ]
   * debian/control: fix typo which broke hppa build (closes: #420999).
 .
 alsa-lib (1.0.14~rc3-1) experimental; urgency=low
 .
   [ Elimar Riesebieter ]
   * New upstream release candidate.
 .
 alsa-lib (1.0.14~rc1-1) experimental; urgency=low
 .
   * New upstream release candidate.
 .
   [ Elimar Riesebieter ]
   * Added arch armel to libasound. (closes: #408766)
Files: 
 a411c7f8644f19d28abfa84f8982e453 1259 libs optional alsa-lib_1.0.14-1.dsc
 da9bb5641b8a1866baef65ffbb429d03 1091268 libs optional 
alsa-lib_1.0.14.orig.tar.gz
 3aa2d3868861ac2591b5d0f43b9749cc 45851 libs optional alsa-lib_1.0.14-1.diff.gz
 22031c42ce34dc1702d71109071a82db 356168 libs optional 
libasound2_1.0.14-1_i386.deb
 1eeeca770fc3cb0c6f34ff7001d53de8 487372 libdevel optional 
libasound2-dev_1.0.14-1_i386.deb
 b460b68022e59e80469ba3535aee6f6e 355226 libs optional 
lib64asound2_1.0.14-1_i386.deb
 9f79eb42bb91f7e175ccb89ff5a63eb0 465010 libdevel optional 
lib64asound2-dev_1.0.14-1_i386.deb
 a2dcf0ca27e16e670a5a2f8036c75308 890084 doc optional 
libasound2-doc_1.0.14-1_all.deb

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

iD8DBQFGavkMJYSUupF6Il4RAl6uAJ91wyBl/brLnIdsVwa/XhiTXGncyACgxSYN
4dF93OlAesyPQcszYKAfQZE=
=vsGH
-END PGP SIGNATURE-


Accepted:
alsa-lib_1.0.14-1.diff.gz
  to pool/main/a/alsa-lib/alsa-lib_1.0.14-1.diff.gz
alsa-lib_1.0.14-1.dsc
  to pool/main/a/alsa-lib/alsa-lib_1.0.14-1.dsc
alsa-lib_1.0.14.orig.tar.gz
  to pool/main/a/alsa-lib/alsa-lib_1.0.14.orig.tar.gz
lib64asound2-dev_1.0.14-1_i386.deb
  to pool/main/a/alsa-lib/lib64asound2-dev_1.0.14-1_i386.deb
lib64asound2_1.0.14-1_i386.deb
  to pool/main/a/alsa-lib/lib64asound2_1.0.14-1_i386.deb
libasound2-dev_1.0.14-1_i386.deb
  to pool/main/a/alsa-lib/libasound2-dev_1.0.14-1_i386.deb
libasound2-doc_1.0.14-1_all.deb
  to pool/main/a/alsa-lib/libasound2-doc_1.0.14-1_all.deb
libasound2_1.0.14-1_i386.deb
  to pool/main/a/alsa-lib/libasound2_1.0.14-1_i386.deb


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



Accepted alsa-oss 1.0.14-1 (source i386)

2007-06-09 Thread Jordi Mallach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 21:13:05 +0200
Source: alsa-oss
Binary: alsa-oss
Architecture: source i386
Version: 1.0.14-1
Distribution: unstable
Urgency: low
Maintainer: Jordi Mallach [EMAIL PROTECTED]
Changed-By: Jordi Mallach [EMAIL PROTECTED]
Description: 
 alsa-oss   - ALSA wrapper for OSS applications
Closes: 364730 408770 419099
Changes: 
 alsa-oss (1.0.14-1) unstable; urgency=low
 .
   [ Elimar Riesebieter ]
   * New upstream release.
 .
 alsa-oss (1.0.14~rc4-1) experimental; urgency=low
 .
   [ Elimar Riesebieter ]
   * New upstream release candidate.
 - should fix LFS problems (closes: #364730, #419099).
   * Added XS-X-Vcs-Svn field in control.
   * Added arch armel to alsa-oss. (closes: #408770)
 .
   [ Jordi Mallach ]
   * debian/control: replace XS-X-Vcs-Svn with XS-Vcs-Svn and add
 XS-Vcs-Browser.
Files: 
 78d8bc349e5f1fc949cfc986e7aaf901 943 sound optional alsa-oss_1.0.14-1.dsc
 d733eaec204c03b96eddbecf18144e1d 341446 sound optional 
alsa-oss_1.0.14.orig.tar.gz
 70d7c8073e5023da8349e0201e88aebf 4809 sound optional alsa-oss_1.0.14-1.diff.gz
 8c49fea11735b97cc2cc81908edd1b29 51502 sound optional 
alsa-oss_1.0.14-1_i386.deb

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

iD8DBQFGav0uJYSUupF6Il4RAnYYAJwJyu0onbik0ieyGXNbJBXnSHgSswCcDbeK
SZlQdhiu9UOHE6N/yLXslqs=
=0quF
-END PGP SIGNATURE-


Accepted:
alsa-oss_1.0.14-1.diff.gz
  to pool/main/a/alsa-oss/alsa-oss_1.0.14-1.diff.gz
alsa-oss_1.0.14-1.dsc
  to pool/main/a/alsa-oss/alsa-oss_1.0.14-1.dsc
alsa-oss_1.0.14-1_i386.deb
  to pool/main/a/alsa-oss/alsa-oss_1.0.14-1_i386.deb
alsa-oss_1.0.14.orig.tar.gz
  to pool/main/a/alsa-oss/alsa-oss_1.0.14.orig.tar.gz


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



Accepted alsa-utils 1.0.14-1 (source i386)

2007-06-09 Thread Jordi Mallach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 21:24:11 +0200
Source: alsa-utils
Binary: alsa-utils
Architecture: source i386
Version: 1.0.14-1
Distribution: unstable
Urgency: low
Maintainer: Jordi Mallach [EMAIL PROTECTED]
Changed-By: Jordi Mallach [EMAIL PROTECTED]
Description: 
 alsa-utils - ALSA utilities
Closes: 408773 425430
Changes: 
 alsa-utils (1.0.14-1) unstable; urgency=low
 .
   * New upstream release.
 .
   [ Elimar Riesebieter ]
   * We've found that a new board from ASUS need to use Front channel as
 master control. Thanks Otavio Salvador. (closes: #425430)
   * Patch management switched to quilt. This is more comfortable.
 .
 alsa-utils (1.0.14~rc4-1) experimental; urgency=low
 .
   [ Elimar Riesebieter ]
   * New upstream release candidate.
 .
   [ Jordi Mallach ]
   * debian/control: add XS-Vcs-Browser and XS-Vcs-Svn headers.
 .
 alsa-utils (1.0.14~rc2-1) experimental; urgency=low
 .
   [ Elimar Riesebieter ]
   * New upstream release candidate.
 .
 alsa-utils (1.0.14~rc1-1) experimental; urgency=low
 .
   * New upstream release candidate.
 .
   [ Elimar Riesebieter ]
   * Removed debian/patches/30_alsaconf_ppc.dpatch. Applied from upstream.
   * Removed debian/patches/35_speaker-test_1.dpatch. Applied from upstream.
   * Removed debian/patches/94_debian_alsaconf_modprobe_driver.dpatch. Applied
 different from upstream.
   * Added arch armel to alsa-utils. (closes: Bug#408773)
Files: 
 354f67ad47fb932338a0e3a8c10c1a49 1042 sound optional alsa-utils_1.0.14-1.dsc
 7b4d66b03042b4a78f0f771c223afea6 1273460 sound optional 
alsa-utils_1.0.14.orig.tar.gz
 5f5aa2d56a7786ce2f7540269bee 32128 sound optional 
alsa-utils_1.0.14-1.diff.gz
 e30eab6749c9f8692459fb14fe17605d 1072390 sound optional 
alsa-utils_1.0.14-1_i386.deb

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

iD8DBQFGav+fJYSUupF6Il4RAqPTAJ0Ynf3h/AdmdJuJxCPHn/86cFBMpgCg55Jo
yy0KYkDyHQx1wxxiimM2aTE=
=cXhs
-END PGP SIGNATURE-


Accepted:
alsa-utils_1.0.14-1.diff.gz
  to pool/main/a/alsa-utils/alsa-utils_1.0.14-1.diff.gz
alsa-utils_1.0.14-1.dsc
  to pool/main/a/alsa-utils/alsa-utils_1.0.14-1.dsc
alsa-utils_1.0.14-1_i386.deb
  to pool/main/a/alsa-utils/alsa-utils_1.0.14-1_i386.deb
alsa-utils_1.0.14.orig.tar.gz
  to pool/main/a/alsa-utils/alsa-utils_1.0.14.orig.tar.gz


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



Accepted alsa-plugins 1.0.14-1 (source i386)

2007-06-09 Thread Jordi Mallach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 21:41:47 +0200
Source: alsa-plugins
Binary: libasound2-plugins
Architecture: source i386
Version: 1.0.14-1
Distribution: unstable
Urgency: low
Maintainer: Jordi Mallach [EMAIL PROTECTED]
Changed-By: Jordi Mallach [EMAIL PROTECTED]
Description: 
 libasound2-plugins - ALSA library additional plugins
Closes: 407428 408771
Changes: 
 alsa-plugins (1.0.14-1) unstable; urgency=low
 .
   * New upstream release.
 .
   [ Elimar Riesebieter ]
   * Prepared to use quilt as the patch manager.
 .
   [ Jordi Mallach ]
   * debian/control: build-depend on libavcodec-dev, to enable the a52
 plugin (closes: #407428).
 .
 alsa-plugins (1.0.14~rc4-1) experimental; urgency=low
 .
   * New upstream release candidate.
 .
   [ Elimar Riesebieter ]
   * Changed Build-Depends from libjack0.100-dev to libjack-dev as the headers
 are really in libjack-dev.
   * Removed 01_hgnew.patch: Done upstream.
 .
   [ Jordi Mallach ]
   * debian/control: add XS-Vcs-Svn and XS-Vcs-Browser headers.
 .
 alsa-plugins (1.0.14~rc3-2) experimental; urgency=low
 .
   [ Elimar Riesebieter ]
   * Updated to latest mercurial version via 01_hgnew.dpatch as some files were
 missing. It is still 1.0.14rc3. Removed the stolen gcd.h ;)
 .
 alsa-plugins (1.0.14~rc3-1) experimental; urgency=low
 .
   * New upstream release candidate.
 .
   [ Elimar Riesebieter ]
   * Added missing gcd.h. Stolen from gnulibs which installs the libs not in
 include.
 .
 alsa-plugins (1.0.14~rc1a-1) experimental; urgency=low
 .
   * New upstream release candidate.
 .
   [ Elimar Riesebieter ]
   * Added arch armel to libasound2-plugins. (closes: #408771)
Files: 
 1329aad8ada6e9440b44afd66e55d694 1092 libs optional alsa-plugins_1.0.14-1.dsc
 5a1f62dde8141997213d15863f78c8ec 425255 libs optional 
alsa-plugins_1.0.14.orig.tar.gz
 3790ed803ee39960a27af623832cf739 5023 libs optional 
alsa-plugins_1.0.14-1.diff.gz
 d312e1798e01b369a7a01c3cc6b8478c 122600 libs optional 
libasound2-plugins_1.0.14-1_i386.deb

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

iD8DBQFGawToJYSUupF6Il4RAjjkAKCeAmHn1zgpbgi1bKNzvmdTKL5F6QCgoSMa
Xm9QFGo51Lxvs2H9KFCLWWg=
=Dz9r
-END PGP SIGNATURE-


Accepted:
alsa-plugins_1.0.14-1.diff.gz
  to pool/main/a/alsa-plugins/alsa-plugins_1.0.14-1.diff.gz
alsa-plugins_1.0.14-1.dsc
  to pool/main/a/alsa-plugins/alsa-plugins_1.0.14-1.dsc
alsa-plugins_1.0.14.orig.tar.gz
  to pool/main/a/alsa-plugins/alsa-plugins_1.0.14.orig.tar.gz
libasound2-plugins_1.0.14-1_i386.deb
  to pool/main/a/alsa-plugins/libasound2-plugins_1.0.14-1_i386.deb


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



Accepted alsa-tools 1.0.14-1 (source i386)

2007-06-09 Thread Jordi Mallach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 21:27:03 +0200
Source: alsa-tools
Binary: liblo10k1-dev alsa-tools alsa-tools-gui ld10k1 liblo10k1-0 qlo10k1 
alsa-firmware-loaders
Architecture: source i386
Version: 1.0.14-1
Distribution: unstable
Urgency: low
Maintainer: Jordi Mallach [EMAIL PROTECTED]
Changed-By: Jordi Mallach [EMAIL PROTECTED]
Description: 
 alsa-firmware-loaders - ALSA software loaders for specific hardware
 alsa-tools - Console based ALSA utilities for specific hardware
 alsa-tools-gui - GUI based ALSA utilities for specific hardware
 ld10k1 - ALSA emu10k1/2 patch loader
 liblo10k1-0 - ALSA emu10k1/2 patch-loader library
 liblo10k1-dev - ALSA emu10k1/2 patch-loader library development files
 qlo10k1- ALSA ld10k1 utility
Closes: 408772 422773
Changes: 
 alsa-tools (1.0.14-1) unstable; urgency=low
 .
   * New upstream release.
 .
   [ Elimar Riesebieter ]
   * Added desktopfiles:
 echomixer.desktop
 envy24_control.desktop
 hdspconf.desktop
 hdspmixer.desktop
 rmedigicontrol.desktop
 A menu entry per each: (closes: 422773) Thanks Emmet Hikory.
   * Prepared to use quilt as the patch manager.
   * Removed 01_config.dpatch. Hardcoded in debian/rules.
 .
   [ Jordi Mallach ]
   * debian/control: add XS-Vcs-Browser and XS-Vcs-Svn headers.
   * debian/*.desktop: Small changes to Comments.
 .
 alsa-tools (1.0.14~rc3-2) experimental; urgency=low
 .
   [ Jordi Mallach ]
   * debian/control: revert undocumented change to put alsa-firmware-loaders
 back in contrib/sound.
 .
 alsa-tools (1.0.14~rc3-1) experimental; urgency=low
 .
   [ Elimar Riesebieter ]
   * New upstream-release candidate
 .
 alsa-tools (1.0.14~rc1-1) experimental; urgency=low
 .
   * New upstream release candidate.
 .
   [ Elimar Riesebieter ]
   * Added XS-X-Vcs-Svn field in control.
   * Added arch armel to all packages. (closes: 408772)
Files: 
 c565682bcd412912f0ee085b11583eee 1882 sound extra alsa-tools_1.0.14-1.dsc
 cf7641b2c5b28a8f5797fe0a9373012f 2450487 sound extra 
alsa-tools_1.0.14.orig.tar.gz
 815a420e910a8bb6bdfb39b1f1a1fec0 21837 sound extra alsa-tools_1.0.14-1.diff.gz
 ae532156d2ccc3a0cadf9a9cb6c4b7a0 81660 sound extra alsa-tools_1.0.14-1_i386.deb
 fc2baf52a10b6227d359e65713a00819 258582 sound extra 
alsa-tools-gui_1.0.14-1_i386.deb
 f0903b2833c2fdcf5c3d4651e66529f3 28702 contrib/sound extra 
alsa-firmware-loaders_1.0.14-1_i386.deb
 ccdb7ba04cfee14753820fe31a29efde 103114 sound extra ld10k1_1.0.14-1_i386.deb
 4d5256a7c09df28b867c0a2b66a095d0 28848 libs extra liblo10k1-0_1.0.14-1_i386.deb
 e7bd73d3a4477474c5dc93f65f0ba1c3 34806 devel extra 
liblo10k1-dev_1.0.14-1_i386.deb
 c79488d78700fe09e6b16ef2729b6c3c 136206 sound extra qlo10k1_1.0.14-1_i386.deb

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

iD8DBQFGawRmJYSUupF6Il4RArgVAJ0U47OJTZJQOOVQF5m7QdmRtXEPxgCeO+fB
sNDuHPdsVtmFVi6VGeGb78s=
=tGxP
-END PGP SIGNATURE-


Accepted:
alsa-firmware-loaders_1.0.14-1_i386.deb
  to pool/contrib/a/alsa-tools/alsa-firmware-loaders_1.0.14-1_i386.deb
alsa-tools-gui_1.0.14-1_i386.deb
  to pool/main/a/alsa-tools/alsa-tools-gui_1.0.14-1_i386.deb
alsa-tools_1.0.14-1.diff.gz
  to pool/main/a/alsa-tools/alsa-tools_1.0.14-1.diff.gz
alsa-tools_1.0.14-1.dsc
  to pool/main/a/alsa-tools/alsa-tools_1.0.14-1.dsc
alsa-tools_1.0.14-1_i386.deb
  to pool/main/a/alsa-tools/alsa-tools_1.0.14-1_i386.deb
alsa-tools_1.0.14.orig.tar.gz
  to pool/main/a/alsa-tools/alsa-tools_1.0.14.orig.tar.gz
ld10k1_1.0.14-1_i386.deb
  to pool/main/a/alsa-tools/ld10k1_1.0.14-1_i386.deb
liblo10k1-0_1.0.14-1_i386.deb
  to pool/main/a/alsa-tools/liblo10k1-0_1.0.14-1_i386.deb
liblo10k1-dev_1.0.14-1_i386.deb
  to pool/main/a/alsa-tools/liblo10k1-dev_1.0.14-1_i386.deb
qlo10k1_1.0.14-1_i386.deb
  to pool/main/a/alsa-tools/qlo10k1_1.0.14-1_i386.deb


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



Accepted systemtap 0.0.20070609-1 (source amd64)

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

Format: 1.7
Date: Sat, 09 Jun 2007 22:55:38 +0200
Source: systemtap
Binary: systemtap
Architecture: source amd64
Version: 0.0.20070609-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20070609-1) unstable; urgency=low
 .
   * New upstream release
 - arm is now supported architecture, added to Architectures list
   * Remove patch:
 - 19-gcc-3.3-fixes - fixed upstream
   * Add patch:
 - 19-gcc4.3-fixes - fixes FTBFS with gcc-snapshot
   * Update debian/copyright
Files: 
 d56921af1899fea252aa956db1db8de0 852 devel optional 
systemtap_0.0.20070609-1.dsc
 16600e5f6e8cbc11ac22e2ba71c5fa7e 701673 devel optional 
systemtap_0.0.20070609.orig.tar.gz
 609e6cc03fb38bca20d61d3783a1a178 15401 devel optional 
systemtap_0.0.20070609-1.diff.gz
 faedbac1e4056355063f0866de1a73ca 713298 devel optional 
systemtap_0.0.20070609-1_amd64.deb

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

iD8DBQFGaxRYKaC6+zmozOIRAg+QAJ9dmiAWD1jRw2oVpUgLNFQQ9iZLMgCcCqLj
W0IV5OAqQhD40deq/igo4QM=
=ndlP
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20070609-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20070609-1.diff.gz
systemtap_0.0.20070609-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20070609-1.dsc
systemtap_0.0.20070609-1_amd64.deb
  to pool/main/s/systemtap/systemtap_0.0.20070609-1_amd64.deb
systemtap_0.0.20070609.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20070609.orig.tar.gz


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



Accepted psycopg2 2.0.6-1 (source all amd64)

2007-06-09 Thread Fabio Tranchitella
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 22:38:23 +0200
Source: psycopg2
Binary: python-psycopg2da zope-psycopgda2 python-psycopg2
Architecture: source all amd64
Version: 2.0.6-1
Distribution: unstable
Urgency: low
Maintainer: Fabio Tranchitella [EMAIL PROTECTED]
Changed-By: Fabio Tranchitella [EMAIL PROTECTED]
Description: 
 python-psycopg2 - Python module for PostgreSQL
 python-psycopg2da - Zope database adapter based on python-psycopg2 -- zope3 
version
 zope-psycopgda2 - Zope database adapter based on python-psycopg2
Changes: 
 psycopg2 (2.0.6-1) unstable; urgency=low
 .
   * New upstream release.
   * psycopg2da: removed, merged upstream.
Files: 
 fc941196859c9de31804c90078d4c5c9 867 python optional psycopg2_2.0.6-1.dsc
 e22a478b8eac5af5111ce8c697abaaa8 228129 python optional 
psycopg2_2.0.6.orig.tar.gz
 38e9150715b97081087f13b7830a0c29 1924 python optional psycopg2_2.0.6-1.diff.gz
 bf9d537d1f0e6c5830ce8a94d556f042 19148 python optional 
zope-psycopgda2_2.0.6-1_all.deb
 4ffa7835e7582a689db834f2ce92d55b 18834 python optional 
python-psycopg2da_2.0.6-1_all.deb
 dcb6594b0c9f513ab417253c81607019 166870 python optional 
python-psycopg2_2.0.6-1_amd64.deb

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

iD8DBQFGaxW3K/juK3+WFWQRAk+HAJ95dAPqNdnQiCbSp6regDYgMNi/zwCeK/OM
pQoJL/7JiFagnFxV2WunZ/A=
=NKJG
-END PGP SIGNATURE-


Accepted:
psycopg2_2.0.6-1.diff.gz
  to pool/main/p/psycopg2/psycopg2_2.0.6-1.diff.gz
psycopg2_2.0.6-1.dsc
  to pool/main/p/psycopg2/psycopg2_2.0.6-1.dsc
psycopg2_2.0.6.orig.tar.gz
  to pool/main/p/psycopg2/psycopg2_2.0.6.orig.tar.gz
python-psycopg2_2.0.6-1_amd64.deb
  to pool/main/p/psycopg2/python-psycopg2_2.0.6-1_amd64.deb
python-psycopg2da_2.0.6-1_all.deb
  to pool/main/p/psycopg2/python-psycopg2da_2.0.6-1_all.deb
zope-psycopgda2_2.0.6-1_all.deb
  to pool/main/p/psycopg2/zope-psycopgda2_2.0.6-1_all.deb


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



Accepted dosfstools 2.11-2.2 (source amd64)

2007-06-09 Thread Andreas Barth
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  9 Jun 2007 21:18:21 +
Source: dosfstools
Binary: dosfstools
Architecture: source amd64
Version: 2.11-2.2
Distribution: unstable
Urgency: low
Maintainer: Roman Hodek [EMAIL PROTECTED]
Changed-By: Andreas Barth [EMAIL PROTECTED]
Description: 
 dosfstools - Utilities to create and check MS-DOS FAT filesystems
Closes: 417673
Changes: 
 dosfstools (2.11-2.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Apply Ubuntu patches. Closes: #417673
Files: 
 2c76370f65b60ee9d3ff10155c4221dd 559 otherosfs optional dosfstools_2.11-2.2.dsc
 3be3f7630d8d8292765f50d283dec8ac 10641 otherosfs optional 
dosfstools_2.11-2.2.diff.gz
 79dbd66800078624336baf040bf863d8 54046 otherosfs optional 
dosfstools_2.11-2.2_amd64.deb

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

iD8DBQFGaxlHmdOZoew2oYURAgmrAJ9g8LXxCz2GQYcd+Co0WJxQurLCZwCeJHLU
RUeKhUufOI5c1swb25UxOUE=
=UrnD
-END PGP SIGNATURE-


Accepted:
dosfstools_2.11-2.2.diff.gz
  to pool/main/d/dosfstools/dosfstools_2.11-2.2.diff.gz
dosfstools_2.11-2.2.dsc
  to pool/main/d/dosfstools/dosfstools_2.11-2.2.dsc
dosfstools_2.11-2.2_amd64.deb
  to pool/main/d/dosfstools/dosfstools_2.11-2.2_amd64.deb


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



Accepted qemu-launcher 1.7.4-1 (source all)

2007-06-09 Thread Linas Žvirblis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 23:15:21 +0300
Source: qemu-launcher
Binary: qemu-launcher
Architecture: source all
Version: 1.7.4-1
Distribution: unstable
Urgency: low
Maintainer: Linas Žvirblis [EMAIL PROTECTED]
Changed-By: Linas Žvirblis [EMAIL PROTECTED]
Description: 
 qemu-launcher - GTK+ front-end to QEMU computer emulator
Closes: 399521 428101
Changes: 
 qemu-launcher (1.7.4-1) unstable; urgency=low
 .
   * New upstream maintenance release.
   * Provides a default entry for path to qemuctl. (Closes: #399521)
   * Uses QCOW2 as default disk image format. (Closes: #428101)
   * debian/control:
 - depend on 'qemu' = 0.9.0, for QCOW2 support;
Files: 
 b3fbfc86a14f9af70414e14a941688bf 622 otherosfs optional 
qemu-launcher_1.7.4-1.dsc
 bd71fd543bd2723c7ea54de81f7ccabf 60011 otherosfs optional 
qemu-launcher_1.7.4.orig.tar.gz
 8ca16f59268fe5010eebf296f2114e1c 2956 otherosfs optional 
qemu-launcher_1.7.4-1.diff.gz
 bc8812a28fe00a11e318620b4ac0f2c1 55038 otherosfs optional 
qemu-launcher_1.7.4-1_all.deb

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

iD8DBQFGaxlXNTNQylgICMQRAiXtAKCm+fh7oJeeAXWZMjKCvEOaz5sm+wCfYxP5
cEr+MDVTWSI7ALr1gRFabxg=
=kbkW
-END PGP SIGNATURE-


Accepted:
qemu-launcher_1.7.4-1.diff.gz
  to pool/main/q/qemu-launcher/qemu-launcher_1.7.4-1.diff.gz
qemu-launcher_1.7.4-1.dsc
  to pool/main/q/qemu-launcher/qemu-launcher_1.7.4-1.dsc
qemu-launcher_1.7.4-1_all.deb
  to pool/main/q/qemu-launcher/qemu-launcher_1.7.4-1_all.deb
qemu-launcher_1.7.4.orig.tar.gz
  to pool/main/q/qemu-launcher/qemu-launcher_1.7.4.orig.tar.gz


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



Accepted dasher 4.4.2-1 (source all amd64)

2007-06-09 Thread Romain Francoise
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 23:10:10 +0200
Source: dasher
Binary: dasher-data dasher
Architecture: source amd64 all
Version: 4.4.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers [EMAIL PROTECTED]
Changed-By: Romain Francoise [EMAIL PROTECTED]
Description: 
 dasher - A graphical predictive text input system
 dasher-data - Data files for dasher
Changes: 
 dasher (4.4.2-1) unstable; urgency=low
 .
   * New upstream stable release; translations and small bug fixes.
   * Adjust Build-Depends, libgnome-speech3-dev is now libgnome-speech-dev.
Files: 
 c6a47b45f45d6a4b34b6092a8630a405 1259 x11 optional dasher_4.4.2-1.dsc
 5b0a03eac2035a69040631a43c80a711 8937602 x11 optional dasher_4.4.2.orig.tar.gz
 53014c53003c8acff730adc57d374cd4 5231 x11 optional dasher_4.4.2-1.diff.gz
 ed8e8ad7124a96b07597ec01c6c38f02 7601396 x11 optional 
dasher-data_4.4.2-1_all.deb
 cfe0be2392955f8181bbdcd6592a44b4 355362 x11 optional dasher_4.4.2-1_amd64.deb

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

iD8DBQFGaxnmogN2vsA8Vt8RAvOoAJ9Wr4Vrk6SrxAYYpg7uh4nmd5HnfgCgrJqT
P1YC2g1c+83ahY9fF6ZmMiE=
=o/YK
-END PGP SIGNATURE-


Accepted:
dasher-data_4.4.2-1_all.deb
  to pool/main/d/dasher/dasher-data_4.4.2-1_all.deb
dasher_4.4.2-1.diff.gz
  to pool/main/d/dasher/dasher_4.4.2-1.diff.gz
dasher_4.4.2-1.dsc
  to pool/main/d/dasher/dasher_4.4.2-1.dsc
dasher_4.4.2-1_amd64.deb
  to pool/main/d/dasher/dasher_4.4.2-1_amd64.deb
dasher_4.4.2.orig.tar.gz
  to pool/main/d/dasher/dasher_4.4.2.orig.tar.gz


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



Accepted sqlobject 0.9.0-1 (source all)

2007-06-09 Thread Fabio Tranchitella
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 23:23:06 +0200
Source: sqlobject
Binary: python-sqlobject
Architecture: source all
Version: 0.9.0-1
Distribution: unstable
Urgency: low
Maintainer: Fabio Tranchitella [EMAIL PROTECTED]
Changed-By: Fabio Tranchitella [EMAIL PROTECTED]
Description: 
 python-sqlobject - python module for SQLObject
Closes: 424028
Changes: 
 sqlobject (0.9.0-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/rules: symlink of sqlobject-admin to /usr/bin/sqlobject-admin.
 (Closes: #424028)
Files: 
 64ba04fc2cc61d942cd0b2b1cb18317f 915 python optional sqlobject_0.9.0-1.dsc
 f6dceb0ffe13a9a3abcc9f90f9ce58a8 242381 python optional 
sqlobject_0.9.0.orig.tar.gz
 9b92a241e4cf33f10cac8ae456008dd4 3664 python optional sqlobject_0.9.0-1.diff.gz
 82e2edfc99776b8051c8b214fa4e599f 312702 python optional 
python-sqlobject_0.9.0-1_all.deb

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

iD8DBQFGaxq9K/juK3+WFWQRAoAxAJ4/f7xp2+wbgnPjnCl2xd3gbJhTygCgnWGR
5qNPUrqtlYysqfl4Hog+v/8=
=7MTu
-END PGP SIGNATURE-


Accepted:
python-sqlobject_0.9.0-1_all.deb
  to pool/main/s/sqlobject/python-sqlobject_0.9.0-1_all.deb
sqlobject_0.9.0-1.diff.gz
  to pool/main/s/sqlobject/sqlobject_0.9.0-1.diff.gz
sqlobject_0.9.0-1.dsc
  to pool/main/s/sqlobject/sqlobject_0.9.0-1.dsc
sqlobject_0.9.0.orig.tar.gz
  to pool/main/s/sqlobject/sqlobject_0.9.0.orig.tar.gz


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



Accepted sfront 0.91-1 (source powerpc)

2007-06-09 Thread Santiago Vila
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  9 Jun 2007 23:32:00 +0200
Source: sfront
Binary: sfront
Architecture: source powerpc
Version: 0.91-1
Distribution: unstable
Urgency: low
Maintainer: Santiago Vila [EMAIL PROTECTED]
Changed-By: Santiago Vila [EMAIL PROTECTED]
Description: 
 sfront - MPEG 4 Structured Audio decoder
Closes: 422443
Changes: 
 sfront (0.91-1) unstable; urgency=low
 .
   * New upstream release. Closes: #422443.
   * License has changed from GPL to BSD.
Files: 
 1b4c7c4c5bcf710f54605ba1709c23bf 559 sound optional sfront_0.91-1.dsc
 5c24bffd489e1ff6c1af31d0e0b8b9ae 1088038 sound optional sfront_0.91.orig.tar.gz
 901bdd238595ebe7177715e3a5ed933c 4578 sound optional sfront_0.91-1.diff.gz
 7f57e377e8f8b411ea2af409a8d90702 1021076 sound optional 
sfront_0.91-1_powerpc.deb

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

iD8DBQFGax00d9Uuvj7yPNYRAsEZAJ44WtjHZFJndaAbFM1lKFYG2l695ACfUecK
KOd6GsXoEhXqBUhL78MtXRM=
=hd0P
-END PGP SIGNATURE-


Accepted:
sfront_0.91-1.diff.gz
  to pool/main/s/sfront/sfront_0.91-1.diff.gz
sfront_0.91-1.dsc
  to pool/main/s/sfront/sfront_0.91-1.dsc
sfront_0.91-1_powerpc.deb
  to pool/main/s/sfront/sfront_0.91-1_powerpc.deb
sfront_0.91.orig.tar.gz
  to pool/main/s/sfront/sfront_0.91.orig.tar.gz


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



Accepted gtkdialog 2:0.7.20-2 (source amd64)

2007-06-09 Thread Fabio Tranchitella
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 23:36:44 +0200
Source: gtkdialog
Binary: gtkdialog
Architecture: source amd64
Version: 2:0.7.20-2
Distribution: unstable
Urgency: low
Maintainer: Fabio Tranchitella [EMAIL PROTECTED]
Changed-By: Fabio Tranchitella [EMAIL PROTECTED]
Description: 
 gtkdialog  - GUI-creation command-line utility based on GTK+ library
Changes: 
 gtkdialog (2:0.7.20-2) unstable; urgency=low
 .
   * Fixed a few shebangs paths in the example scripts.
Files: 
 0400756fc2226590483bcc7eff570927 673 interpreters optional 
gtkdialog_0.7.20-2.dsc
 2aa3306eead5284bd7f507465a812a41 27106 interpreters optional 
gtkdialog_0.7.20-2.diff.gz
 793d83d76f2b084dc6979bb45ce5a5bc 82958 interpreters optional 
gtkdialog_0.7.20-2_amd64.deb

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

iD8DBQFGax43K/juK3+WFWQRAkElAJ4mz3M492Y8aPI0hR/LCWo2W05qGACbBSa5
k7E75wRPzikSCa0ZytQGyaQ=
=M3FS
-END PGP SIGNATURE-


Accepted:
gtkdialog_0.7.20-2.diff.gz
  to pool/main/g/gtkdialog/gtkdialog_0.7.20-2.diff.gz
gtkdialog_0.7.20-2.dsc
  to pool/main/g/gtkdialog/gtkdialog_0.7.20-2.dsc
gtkdialog_0.7.20-2_amd64.deb
  to pool/main/g/gtkdialog/gtkdialog_0.7.20-2_amd64.deb


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



Accepted syslog-ocaml 1.3-4 (source i386)

2007-06-09 Thread Eric Cooper
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 15:26:38 -0400
Source: syslog-ocaml
Binary: libsyslog-ocaml-dev
Architecture: source i386
Version: 1.3-4
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers [EMAIL PROTECTED]
Changed-By: Eric Cooper [EMAIL PROTECTED]
Description: 
 libsyslog-ocaml-dev - syslog routines for OCaml
Closes: 395469
Changes: 
 syslog-ocaml (1.3-4) unstable; urgency=low
 .
   * Use send(2) with MSG_NOSIGNAL flag instead of write(2),
 to avoid a SIGPIPE signal when syslog-ng closes its connection
 (closes: #395469)
Files: 
 18b704dcf1789d6683b261991414dc32 947 devel optional syslog-ocaml_1.3-4.dsc
 41c5e9c9f80e8e365cdba217b897b436 3807 devel optional syslog-ocaml_1.3-4.diff.gz
 b8252818478fd24aa11f927169274035 17430 libdevel optional 
libsyslog-ocaml-dev_1.3-4_i386.deb

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

iD8DBQFGayGEir2bofsN/psRAjjwAJ4wVm8F2Q3Kk3V0qlKSyHmq8YF6XwCdG/ig
A5Z4GQBbHDbQYB2DvCuRNKc=
=jP85
-END PGP SIGNATURE-


Accepted:
libsyslog-ocaml-dev_1.3-4_i386.deb
  to pool/main/s/syslog-ocaml/libsyslog-ocaml-dev_1.3-4_i386.deb
syslog-ocaml_1.3-4.diff.gz
  to pool/main/s/syslog-ocaml/syslog-ocaml_1.3-4.diff.gz
syslog-ocaml_1.3-4.dsc
  to pool/main/s/syslog-ocaml/syslog-ocaml_1.3-4.dsc


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



Accepted arch-perl 0.5.1+patch-180-1 (source all)

2007-06-09 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 18:04:17 -0400
Source: arch-perl
Binary: libarch-perl
Architecture: source all
Version: 0.5.1+patch-180-1
Distribution: unstable
Urgency: low
Maintainer: Clint Adams [EMAIL PROTECTED]
Changed-By: Clint Adams [EMAIL PROTECTED]
Description: 
 libarch-perl - Perl library for GNU Arch
Changes: 
 arch-perl (0.5.1+patch-180-1) unstable; urgency=low
 .
   * Update to unreleased 0.5.2 snapshot.
   * Bump to Standards-Version 3.7.2.
   * Add XS-VCS-Browse to debian/control.
Files: 
 8acd9e66f5eeb405198df91f8d5c110b 689 devel optional 
arch-perl_0.5.1+patch-180-1.dsc
 2b3e8b0d14ed00d10f2a7370567410a5 96805 devel optional 
arch-perl_0.5.1+patch-180.orig.tar.gz
 f5cbb8c434c7036776e307d64b275272 2646 devel optional 
arch-perl_0.5.1+patch-180-1.diff.gz
 7fb7c3544213256864b7481dd6844c8e 160380 devel optional 
libarch-perl_0.5.1+patch-180-1_all.deb

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

iD8DBQFGayZP5m0u66uWM3ARAmLsAKDfV0YbDkhAU+kkoVgcC9gFVZ9F+ACfZKQB
XVGx5ZjJWLylydZC7PrVi0E=
=yU1y
-END PGP SIGNATURE-


Accepted:
arch-perl_0.5.1+patch-180-1.diff.gz
  to pool/main/a/arch-perl/arch-perl_0.5.1+patch-180-1.diff.gz
arch-perl_0.5.1+patch-180-1.dsc
  to pool/main/a/arch-perl/arch-perl_0.5.1+patch-180-1.dsc
arch-perl_0.5.1+patch-180.orig.tar.gz
  to pool/main/a/arch-perl/arch-perl_0.5.1+patch-180.orig.tar.gz
libarch-perl_0.5.1+patch-180-1_all.deb
  to pool/main/a/arch-perl/libarch-perl_0.5.1+patch-180-1_all.deb


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



Accepted archway 0.2.1+patch-83-1 (source all)

2007-06-09 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 18:17:01 -0400
Source: archway
Binary: archway
Architecture: source all
Version: 0.2.1+patch-83-1
Distribution: unstable
Urgency: low
Maintainer: Clint Adams [EMAIL PROTECTED]
Changed-By: Clint Adams [EMAIL PROTECTED]
Description: 
 archway- GUI for GNU Arch
Changes: 
 archway (0.2.1+patch-83-1) unstable; urgency=low
 .
   * Update to unreleads pre-0.2.2 snapshot.
   * Bump to Standards-Version 3.7.2.
   * Add XS-VCS-Browse to debian/control.
Files: 
 9cc94be3c50a11ad7b85057ca7a36245 674 devel optional 
archway_0.2.1+patch-83-1.dsc
 6f79ab2e051a60f48fe31995d4d8ff53 313933 devel optional 
archway_0.2.1+patch-83.orig.tar.gz
 0682d80126eab0be3d577d350663b40f 2415 devel optional 
archway_0.2.1+patch-83-1.diff.gz
 d455239ef550c764fdb2e74bb0e89d0f 302134 devel optional 
archway_0.2.1+patch-83-1_all.deb

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

iD8DBQFGaygU5m0u66uWM3ARAhNyAJ4tXjlC26x0LQxSk0AP7z18dmZgawCfakxN
EkRZK2jTp5AA149gBu+ZfX4=
=zOlX
-END PGP SIGNATURE-


Accepted:
archway_0.2.1+patch-83-1.diff.gz
  to pool/main/a/archway/archway_0.2.1+patch-83-1.diff.gz
archway_0.2.1+patch-83-1.dsc
  to pool/main/a/archway/archway_0.2.1+patch-83-1.dsc
archway_0.2.1+patch-83-1_all.deb
  to pool/main/a/archway/archway_0.2.1+patch-83-1_all.deb
archway_0.2.1+patch-83.orig.tar.gz
  to pool/main/a/archway/archway_0.2.1+patch-83.orig.tar.gz


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



Accepted archzoom 0.5.1-2 (source all)

2007-06-09 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 18:30:07 -0400
Source: archzoom
Binary: archzoom
Architecture: source all
Version: 0.5.1-2
Distribution: unstable
Urgency: low
Maintainer: Clint Adams [EMAIL PROTECTED]
Changed-By: Clint Adams [EMAIL PROTECTED]
Description: 
 archzoom   - web-based Arch repository browser
Changes: 
 archzoom (0.5.1-2) unstable; urgency=low
 .
   * Bump to Standards-Version 3.7.2.
   * Add XS-VCS-Browse to debian/control.
Files: 
 4338140105c51ad89cce50d00a7014b6 653 devel optional archzoom_0.5.1-2.dsc
 960ad03260655057d45dc548d6988b03 42880 devel optional archzoom_0.5.1-2.diff.gz
 b23daaf4d248093becd7778399c216ac 116158 devel optional archzoom_0.5.1-2_all.deb

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

iD8DBQFGaywE5m0u66uWM3ARAkaaAJkBWlGcZ0udkNcrItTWoAIQcWCi+wCeN7nq
Na+74sXdzIg5IaWjYVXx2Eo=
=4rnX
-END PGP SIGNATURE-


Accepted:
archzoom_0.5.1-2.diff.gz
  to pool/main/a/archzoom/archzoom_0.5.1-2.diff.gz
archzoom_0.5.1-2.dsc
  to pool/main/a/archzoom/archzoom_0.5.1-2.dsc
archzoom_0.5.1-2_all.deb
  to pool/main/a/archzoom/archzoom_0.5.1-2_all.deb


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



Accepted python-support 0.7 (source all)

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

Format: 1.7
Date: Sun, 10 Jun 2007 00:45:37 +0200
Source: python-support
Binary: python-support
Architecture: source all
Version: 0.7
Distribution: experimental
Urgency: low
Maintainer: Josselin Mouette [EMAIL PROTECTED]
Changed-By: Josselin Mouette [EMAIL PROTECTED]
Description: 
 python-support - automated rebuilding support for python modules
Changes: 
 python-support (0.7) experimental; urgency=low
 .
   * Make the package priority standard.
   * update-python-modules: add support for namespace packages, by
 creating and removing automatically empty __init__.py files where
 appropriate. Thanks Gustavo Noronha Silva for the initial idea and
 precious input.
Files: 
 5b6fb1c29c08860c5eaf5c863efa88fa 549 python standard python-support_0.7.dsc
 245133ba76bd1e2bf8626bbb3cf434b8 28908 python standard 
python-support_0.7.tar.gz
 b36c3ae5c61c0837556002608ff92f64 26078 python standard 
python-support_0.7_all.deb

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

iD8DBQFGay7orSla4ddfhTMRAnv8AKDwzv1wG230zMn04GAtU5qMQtcnogCgriIe
l870O8i4CX/zB8WT3pC2KXc=
=xttq
-END PGP SIGNATURE-


Accepted:
python-support_0.7.dsc
  to pool/main/p/python-support/python-support_0.7.dsc
python-support_0.7.tar.gz
  to pool/main/p/python-support/python-support_0.7.tar.gz
python-support_0.7_all.deb
  to pool/main/p/python-support/python-support_0.7_all.deb


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



Accepted freefem 3.5.8-4 (ia64 source all)

2007-06-09 Thread Andreas Barth
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  9 Jun 2007 22:34:17 +
Source: freefem
Binary: freefem-doc freefem libfreefem-dev libfreefem-doc libfreefem0 
freefem-examples
Architecture: source ia64 all
Version: 3.5.8-4
Distribution: unstable
Urgency: low
Maintainer: Debian Scientific Computing Team [EMAIL PROTECTED]
Changed-By: Andreas Barth [EMAIL PROTECTED]
Description: 
 freefem- A PDE oriented language using Finite Element Method
 freefem-doc - Documentation for FreeFEM (html and pdf)
 freefem-examples - Example files for FreeFEM
 libfreefem-dev - Development library, header files and manpages
 libfreefem-doc - Documentation for FreeFEM development
 libfreefem0 - Shared libraries for FreeFEM
Closes: 421071
Changes: 
 freefem (3.5.8-4) unstable; urgency=low
 .
   [ Rafael Laboissiere ]
   * debian/control:
 + Replaced build-dependencies on teTeX by the corresponding TeXLive ones
 + Removed useless build-dependency on doc-base
   * doc/freefem.tex: Use fancyhdr.sty instead of the deprecated
 fancyheadings.sty (closes: #421071)
 .
   [ Andreas Barth ]
   * Actually upload.
Files: 
 10cba6d0249c97c533574e7fb06ea1f6 868 math optional freefem_3.5.8-4.dsc
 72a855b23d33992b0102dd84d53a992b 46730 math optional freefem_3.5.8-4.diff.gz
 ee90621aabc13b23db8efdc9dd10bb9a 280032 math optional 
freefem-doc_3.5.8-4_all.deb
 a590e9f42fb4dcbec0083211a13c48dc 15268 math optional 
freefem-examples_3.5.8-4_all.deb
 dc990816b204d7672238731de7116538 56382 math optional 
libfreefem-doc_3.5.8-4_all.deb
 f5efaf881a658ecbcbee5d14afdf8b3c 13092 math optional freefem_3.5.8-4_ia64.deb
 65d2492ed707b56335d27cbcf0a03b1e 161010 math optional 
libfreefem0_3.5.8-4_ia64.deb
 b9b70601cf64c70089557aeecd125404 201504 math optional 
libfreefem-dev_3.5.8-4_ia64.deb

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

iD8DBQFGay2ZmdOZoew2oYURAszEAKCaUYDuajhMTAFRt9bz4Upjt+r6/ACdFJpr
XEtIIrCY+jeLI4TUwizEfrQ=
=mRa4
-END PGP SIGNATURE-


Accepted:
freefem-doc_3.5.8-4_all.deb
  to pool/main/f/freefem/freefem-doc_3.5.8-4_all.deb
freefem-examples_3.5.8-4_all.deb
  to pool/main/f/freefem/freefem-examples_3.5.8-4_all.deb
freefem_3.5.8-4.diff.gz
  to pool/main/f/freefem/freefem_3.5.8-4.diff.gz
freefem_3.5.8-4.dsc
  to pool/main/f/freefem/freefem_3.5.8-4.dsc
freefem_3.5.8-4_ia64.deb
  to pool/main/f/freefem/freefem_3.5.8-4_ia64.deb
libfreefem-dev_3.5.8-4_ia64.deb
  to pool/main/f/freefem/libfreefem-dev_3.5.8-4_ia64.deb
libfreefem-doc_3.5.8-4_all.deb
  to pool/main/f/freefem/libfreefem-doc_3.5.8-4_all.deb
libfreefem0_3.5.8-4_ia64.deb
  to pool/main/f/freefem/libfreefem0_3.5.8-4_ia64.deb


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



Accepted axp 0.2.1+patch-92-1 (source all)

2007-06-09 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 18:44:07 -0400
Source: axp
Binary: axp
Architecture: source all
Version: 0.2.1+patch-92-1
Distribution: unstable
Urgency: low
Maintainer: Clint Adams [EMAIL PROTECTED]
Changed-By: Clint Adams [EMAIL PROTECTED]
Description: 
 axp- command line tool and wrapper for tla
Changes: 
 axp (0.2.1+patch-92-1) unstable; urgency=low
 .
   * Update to unreleased pre-0.2.2 snapshot.
   * Bump to Standards-Version 3.7.2.
   * Add XS-VCS-Browse to debian/control.
Files: 
 72aca5cd599097870eae41a1707afdb4 653 devel optional axp_0.2.1+patch-92-1.dsc
 28534159fcd1fd494232646a469ceea8 41546 devel optional 
axp_0.2.1+patch-92.orig.tar.gz
 16049ff33fefdb01267e119cc3d2c9cf 2179 devel optional 
axp_0.2.1+patch-92-1.diff.gz
 6fced572075d0ad122f28af78b903ad3 32434 devel optional 
axp_0.2.1+patch-92-1_all.deb

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

iD8DBQFGay8c5m0u66uWM3ARAoitAJ4hAqwlf1fjqSUlZE1h0c05OEY4pQCdFKiV
M3MMXgUmESbhouET9HYvDgw=
=EnIs
-END PGP SIGNATURE-


Accepted:
axp_0.2.1+patch-92-1.diff.gz
  to pool/main/a/axp/axp_0.2.1+patch-92-1.diff.gz
axp_0.2.1+patch-92-1.dsc
  to pool/main/a/axp/axp_0.2.1+patch-92-1.dsc
axp_0.2.1+patch-92-1_all.deb
  to pool/main/a/axp/axp_0.2.1+patch-92-1_all.deb
axp_0.2.1+patch-92.orig.tar.gz
  to pool/main/a/axp/axp_0.2.1+patch-92.orig.tar.gz


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



Accepted gnome-pkg-tools 0.11.9 (source all)

2007-06-09 Thread Mario Lang
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 10 Jun 2007 01:05:58 +0200
Source: gnome-pkg-tools
Binary: gnome-pkg-tools
Architecture: source all
Version: 0.11.9
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers [EMAIL PROTECTED]
Changed-By: Mario Lang [EMAIL PROTECTED]
Description: 
 gnome-pkg-tools - Tools for the Debian GNOME Packaging Team
Changes: 
 gnome-pkg-tools (0.11.9) unstable; urgency=low
 .
   * Add myself.
Files: 
 2ea6be6c928aed388398d1cbd0e94b11 774 devel optional gnome-pkg-tools_0.11.9.dsc
 24730fa388352f2a8e3162ae48db5d43 16262 devel optional 
gnome-pkg-tools_0.11.9.tar.gz
 b258355969dc924bf6e02c3c859d3895 19938 devel optional 
gnome-pkg-tools_0.11.9_all.deb

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

iD8DBQFGazM03/wCKmsRPkQRAkOnAJ0f97n6+ZdZZzV9+pY5/DerWc1IGACeLKmW
4z7hhDQ80mY0Yrnjub/v+kA=
=FrBI
-END PGP SIGNATURE-


Accepted:
gnome-pkg-tools_0.11.9.dsc
  to pool/main/g/gnome-pkg-tools/gnome-pkg-tools_0.11.9.dsc
gnome-pkg-tools_0.11.9.tar.gz
  to pool/main/g/gnome-pkg-tools/gnome-pkg-tools_0.11.9.tar.gz
gnome-pkg-tools_0.11.9_all.deb
  to pool/main/g/gnome-pkg-tools/gnome-pkg-tools_0.11.9_all.deb


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



Accepted debtags-edit 1.3 (source amd64)

2007-06-09 Thread Enrico Zini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 22:06:12 +0100
Source: debtags-edit
Binary: debtags-edit
Architecture: source amd64
Version: 1.3
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Enrico Zini [EMAIL PROTECTED]
Description: 
 debtags-edit - GUI browser and editor for Debian Package Tags
Closes: 417154
Changes: 
 debtags-edit (1.3) unstable; urgency=low
 .
   * Ported to new libept
   * Added missing include, thanks to tbm.  Closes: 417154.
Files: 
 5d82bc876d64bdfafcaa884c5d625f95 816 misc optional debtags-edit_1.3.dsc
 ec4515b967042f83055e90ae95502fb2 119404 misc optional debtags-edit_1.3.tar.gz
 3026334233c2d3dae3a04f5bfe4faea4 231582 misc optional 
debtags-edit_1.3_amd64.deb

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

iD8DBQFGazWZ9LSwzHl+v6sRAjTkAKCUYn/O+Tv8Zf7hEUURDmh7vaz+PACdHa7k
osqip9FrS/E3lHRmT5LEO5o=
=CSPM
-END PGP SIGNATURE-


Accepted:
debtags-edit_1.3.dsc
  to pool/main/d/debtags-edit/debtags-edit_1.3.dsc
debtags-edit_1.3.tar.gz
  to pool/main/d/debtags-edit/debtags-edit_1.3.tar.gz
debtags-edit_1.3_amd64.deb
  to pool/main/d/debtags-edit/debtags-edit_1.3_amd64.deb


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



Accepted python-xlib 0.13-1 (source all)

2007-06-09 Thread Mike O'Connor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 08 Jun 2007 04:46:36 -0400
Source: python-xlib
Binary: python-xlib
Architecture: source all
Version: 0.13-1
Distribution: unstable
Urgency: low
Maintainer: Mike O'Connor [EMAIL PROTECTED]
Changed-By: Mike O'Connor [EMAIL PROTECTED]
Description: 
 python-xlib - Interface for Python to the X11 Protocol
Closes: 324443 357507 420774 421594
Changes: 
 python-xlib (0.13-1) unstable; urgency=low
 .
   * New maintainer
   * New upstream version (Closes: #421594)
   * moved source changes to quilt
   * fixed short description (Closes: #420774)
   * increased receiving buffer size (thanks John Eikenberry) (Closes: #357507)
   * added patch for DISPLAY=unix:0.0 (thanks Corey Wright) (Closes: #324443)
   * fixing debian/rules to remove build directory and run make -C info clean
   * combine python-xlib-doc with python-xlib
Files: 
 4d551bf7ab4d9602487a396bec90c017 682 python extra python-xlib_0.13-1.dsc
 8ff22c7517699c2623feb4e31ed612d2 195858 python extra 
python-xlib_0.13.orig.tar.gz
 69229cf7893015f9811de973e89f3aa6 4555 python extra python-xlib_0.13-1.diff.gz
 73fe1a40c67d7a85c6b0378ba9aa4c4c 107426 python extra python-xlib_0.13-1_all.deb

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

iD8DBQFGazYi5m0u66uWM3ARAnqpAKCoETHk3YFGXsx/+x0eRh9Oxfij8wCcDvJK
u8Muligj1CHvtxZBu/KC+M0=
=Dx0+
-END PGP SIGNATURE-


Accepted:
python-xlib_0.13-1.diff.gz
  to pool/main/p/python-xlib/python-xlib_0.13-1.diff.gz
python-xlib_0.13-1.dsc
  to pool/main/p/python-xlib/python-xlib_0.13-1.dsc
python-xlib_0.13-1_all.deb
  to pool/main/p/python-xlib/python-xlib_0.13-1_all.deb
python-xlib_0.13.orig.tar.gz
  to pool/main/p/python-xlib/python-xlib_0.13.orig.tar.gz


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



Accepted libept 0.5.2 (source amd64)

2007-06-09 Thread Enrico Zini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 23:26:57 +0100
Source: libept
Binary: libept0 ept-cache libept-dev
Architecture: source amd64
Version: 0.5.2
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Enrico Zini [EMAIL PROTECTED]
Description: 
 ept-cache  - Commandline tool to search the package archive
 libept-dev - High-level library for managing Debian package information
 libept0- High-level library for managing Debian package information
Changes: 
 libept (0.5.2) unstable; urgency=low
 .
   * Add -lxapian in the .pc file
   * libept-dev now depends on libapt-pkg-dev
Files: 
 e219c9b88614c6fce7d7fd4dbbe536a1 913 libdevel optional libept_0.5.2.dsc
 f98f13e861cca13538f17e8938c1df52 1397152 libdevel optional libept_0.5.2.tar.gz
 5cd11e5f3429d7d5d6ed2be3ecc4bd26 270096 libdevel optional 
libept-dev_0.5.2_amd64.deb
 bb8e516b8ba7d2c31fa503224e9f3b1e 170238 libs optional libept0_0.5.2_amd64.deb
 2bf473dda3aab22490db079ba705bb62 94178 misc optional ept-cache_0.5.2_amd64.deb

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

iD8DBQFGazWB9LSwzHl+v6sRArmlAJ0R0Tj4il+6hh2ennWtLKr5xpwrDACeLJrP
PDlJ3/3N8psCbO5KGrT2GpQ=
=rpxn
-END PGP SIGNATURE-


Accepted:
ept-cache_0.5.2_amd64.deb
  to pool/main/libe/libept/ept-cache_0.5.2_amd64.deb
libept-dev_0.5.2_amd64.deb
  to pool/main/libe/libept/libept-dev_0.5.2_amd64.deb
libept0_0.5.2_amd64.deb
  to pool/main/libe/libept/libept0_0.5.2_amd64.deb
libept_0.5.2.dsc
  to pool/main/libe/libept/libept_0.5.2.dsc
libept_0.5.2.tar.gz
  to pool/main/libe/libept/libept_0.5.2.tar.gz


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



Accepted debtags 1.7.0 (source amd64)

2007-06-09 Thread Enrico Zini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 21:33:27 +0100
Source: debtags
Binary: debtags
Architecture: source amd64
Version: 1.7.0
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Enrico Zini [EMAIL PROTECTED]
Description: 
 debtags- Enables support for package tags
Closes: 397516 397516 399102 399102 402852 402853 417153 423370 423376 423377
Changes: 
 debtags (1.7.0) unstable; urgency=low
 .
   * Fixed documentation of search and grep.  Closes: #397516, #399102.
   * Added missing include, thanks tbm.  Closes: #417153.
   * Fixed commandline help strings.  Closes: #397516, #399102.
   * dumpavail separates records now.  Closes: #423370.
   * dumpavail uses the same field names as apt.  Closes: #423376, #423377.
   * Fixed examples to show the -d switch in the right place.  Closes: 402852.
   * Suggests: tagcoll.  Closes: #402853.
Files: 
 20be57ff25ab254034ea13156c4e6369 775 admin optional debtags_1.7.0.dsc
 a59ba98fe65d3c93f481b6632ecb1b84 772216 admin optional debtags_1.7.0.tar.gz
 95027dfb44c1d72fb1ff381dce5b 572002 admin optional debtags_1.7.0_amd64.deb

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

iD8DBQFGazWO9LSwzHl+v6sRApGvAKCTkrAh7tDiIDo0LEsxUWygbS/fMACglT9C
sYiNCW8CglRaeZzHQ3hsbvs=
=bm42
-END PGP SIGNATURE-


Accepted:
debtags_1.7.0.dsc
  to pool/main/d/debtags/debtags_1.7.0.dsc
debtags_1.7.0.tar.gz
  to pool/main/d/debtags/debtags_1.7.0.tar.gz
debtags_1.7.0_amd64.deb
  to pool/main/d/debtags/debtags_1.7.0_amd64.deb


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



Accepted fltk1.1 1.1.8~r5891-1 (source all amd64)

2007-06-09 Thread Aaron M. Ucko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 20:02:03 -0400
Source: fltk1.1
Binary: fltk1.1-games libfltk1.1-dbg fltk1.1-doc libfltk1.1-dev libfltk1.1 fluid
Architecture: source amd64 all
Version: 1.1.8~r5891-1
Distribution: experimental
Urgency: low
Maintainer: Aaron M. Ucko [EMAIL PROTECTED]
Changed-By: Aaron M. Ucko [EMAIL PROTECTED]
Description: 
 fltk1.1-doc - Fast Light Toolkit documentation
 fltk1.1-games - Fast Light Toolkit example games: blocks, checkers, sudoku
 fluid  - Fast Light (Toolkit) User Interface Designer
 libfltk1.1 - Fast Light Toolkit shared libraries
 libfltk1.1-dbg - Fast Light Toolkit shared libraries (debugging symbols)
 libfltk1.1-dev - Fast Light Toolkit development files
Changes: 
 fltk1.1 (1.1.8~r5891-1) experimental; urgency=low
 .
   * New upstream snapshot (still no official 1.1.8 release, though this
 may well become it.)
   * Drop gratuitous (and typo-ridden) DEB_DH_SHLIBDEPS_ARGS setting.
Files: 
 9772c7b245c60c640a9d78d5640423c6 942 libs optional fltk1.1_1.1.8~r5891-1.dsc
 e0f475b118925392c18cebf7dfa4993d 2768760 libs optional 
fltk1.1_1.1.8~r5891.orig.tar.gz
 03c11fe604ff33e715774944cc4bb1c5 52393 libs optional 
fltk1.1_1.1.8~r5891-1.diff.gz
 8036d1f008f0a540adcd664e97dcaaec 2268596 doc optional 
fltk1.1-doc_1.1.8~r5891-1_all.deb
 bdf15cede25c80533d23c47ce29e1be1 250496 devel optional 
fluid_1.1.8~r5891-1_amd64.deb
 99eddc1a3f2ec991a2b8cabf9f3715a6 632458 libdevel optional 
libfltk1.1-dev_1.1.8~r5891-1_amd64.deb
 170aa5b784761e6a60628065bf5f1bc2 438686 libs optional 
libfltk1.1_1.1.8~r5891-1_amd64.deb
 ca4fa1d0b4f37f3f0559d933e3f0d727 1182676 libdevel extra 
libfltk1.1-dbg_1.1.8~r5891-1_amd64.deb
 c042268c75dd70967bbedc35be9f6831 174400 games optional 
fltk1.1-games_1.1.8~r5891-1_amd64.deb

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

iD8DBQFGa0G5WNCxsidXLEcRAg7SAJ9fTVYMKziOOLBGU3B+y8xenI5sbACfVy3z
cfvEnUbXbMvYNgGHrD+3pxY=
=nwQp
-END PGP SIGNATURE-


Accepted:
fltk1.1-doc_1.1.8~r5891-1_all.deb
  to pool/main/f/fltk1.1/fltk1.1-doc_1.1.8~r5891-1_all.deb
fltk1.1-games_1.1.8~r5891-1_amd64.deb
  to pool/main/f/fltk1.1/fltk1.1-games_1.1.8~r5891-1_amd64.deb
fltk1.1_1.1.8~r5891-1.diff.gz
  to pool/main/f/fltk1.1/fltk1.1_1.1.8~r5891-1.diff.gz
fltk1.1_1.1.8~r5891-1.dsc
  to pool/main/f/fltk1.1/fltk1.1_1.1.8~r5891-1.dsc
fltk1.1_1.1.8~r5891.orig.tar.gz
  to pool/main/f/fltk1.1/fltk1.1_1.1.8~r5891.orig.tar.gz
fluid_1.1.8~r5891-1_amd64.deb
  to pool/main/f/fltk1.1/fluid_1.1.8~r5891-1_amd64.deb
libfltk1.1-dbg_1.1.8~r5891-1_amd64.deb
  to pool/main/f/fltk1.1/libfltk1.1-dbg_1.1.8~r5891-1_amd64.deb
libfltk1.1-dev_1.1.8~r5891-1_amd64.deb
  to pool/main/f/fltk1.1/libfltk1.1-dev_1.1.8~r5891-1_amd64.deb
libfltk1.1_1.1.8~r5891-1_amd64.deb
  to pool/main/f/fltk1.1/libfltk1.1_1.1.8~r5891-1_amd64.deb


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



Accepted scim-hangul 0.2.2-2 (source i386)

2007-06-09 Thread Yooseong Yang
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 10 Jun 2007 10:53:00 +0900
Source: scim-hangul
Binary: scim-hangul
Architecture: source i386
Version: 0.2.2-2
Distribution: unstable
Urgency: low
Maintainer: Yooseong Yang [EMAIL PROTECTED]
Changed-By: Yooseong Yang [EMAIL PROTECTED]
Description: 
 scim-hangul - Hangul Input Method Engine for SCIM
Closes: 424012
Changes: 
 scim-hangul (0.2.2-2) unstable; urgency=low
 .
   * Adapt to the $(moduledir) change in scim 1.4.6.  (Closes: #424012)
 - Bump build dependency to libscim-dev (= 1.4.6).
 - Drop 10scim-plugin-module-install-dir dpatch, no longer needed.
 - Use wildcard * instead of hardcoded 1.4.0 for scim module path in
   debian/install and debian/rules, making it possible to binNMU when scim
   module ABI changes.
   * Add scim to dependency.  All IM module packages should depend on scim,
 because they would be useless without scim installed.  Users only need to
 install the IM module package they need and should get scim automatically.
   * Update debian/watch to use the qa.debian.org redirect URL for
 sourceforge.net.
   * Upgarde to policy version 3.7.2.2, no actual changes needed.
Files: 
 cc8075aa82fa2cfc4727e637675aa1ff 684 utils optional scim-hangul_0.2.2-2.dsc
 39ef6381f51caa260759e01c813312db 3727 utils optional 
scim-hangul_0.2.2-2.diff.gz
 47ed818727151d0b0e0e4128b76e93dc 183234 utils optional 
scim-hangul_0.2.2-2_i386.deb

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

iD8DBQFGa1psChlkiyrnRE4RAlUoAJ0cAdZGPVC+mdq6sjccbL2gMdOXSACgrVJ8
lyppr8AgQqds9QMnpHRyc+c=
=A2Ew
-END PGP SIGNATURE-


Accepted:
scim-hangul_0.2.2-2.diff.gz
  to pool/main/s/scim-hangul/scim-hangul_0.2.2-2.diff.gz
scim-hangul_0.2.2-2.dsc
  to pool/main/s/scim-hangul/scim-hangul_0.2.2-2.dsc
scim-hangul_0.2.2-2_i386.deb
  to pool/main/s/scim-hangul/scim-hangul_0.2.2-2_i386.deb


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



Accepted cpufrequtils 002-5 (source i386)

2007-06-09 Thread Mattia Dongili
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 10 Jun 2007 11:30:31 +0900
Source: cpufrequtils
Binary: cpufrequtils libcpufreq0 libcpufreq-dev
Architecture: source i386
Version: 002-5
Distribution: unstable
Urgency: low
Maintainer: Mattia Dongili [EMAIL PROTECTED]
Changed-By: Mattia Dongili [EMAIL PROTECTED]
Description: 
 cpufrequtils - utilities to deal with the cpufreq Linux kernel feature
 libcpufreq-dev - development files to deal with the cpufreq Linux kernel 
feature
 libcpufreq0 - shared library to deal with the cpufreq Linux kernel feature
Closes: 428172
Changes: 
 cpufrequtils (002-5) unstable; urgency=low
 .
   * fix loadcpufreq script to avoi using laptop-detect as the result
 of its invocation was not used (Closes: #428172).
   * output the name of the driver used at startup.
Files: 
 64c9f6f880a37dbcb5883024a6a059b0 640 admin optional cpufrequtils_002-5.dsc
 35c5f406a2446f7a53276849c9898682 9230 admin optional cpufrequtils_002-5.diff.gz
 2c6ef6a2bd0bda35109410082203809a 26212 admin optional 
cpufrequtils_002-5_i386.deb
 749eccec7e46a5844983b9791179c620 10822 libs optional libcpufreq0_002-5_i386.deb
 856f8bc1d22eec8d4e0e6fa2f4f4e9e4 10758 libdevel optional 
libcpufreq-dev_002-5_i386.deb

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

iD8DBQFGa2+ZgpRPaOotLEERAiGMAJ9fVsi6akkrB8ggYS9UPy4Dj16g3gCgwqEU
Y/nSjC6S9v3x3kO35k3v8as=
=z+jP
-END PGP SIGNATURE-


Accepted:
cpufrequtils_002-5.diff.gz
  to pool/main/c/cpufrequtils/cpufrequtils_002-5.diff.gz
cpufrequtils_002-5.dsc
  to pool/main/c/cpufrequtils/cpufrequtils_002-5.dsc
cpufrequtils_002-5_i386.deb
  to pool/main/c/cpufrequtils/cpufrequtils_002-5_i386.deb
libcpufreq-dev_002-5_i386.deb
  to pool/main/c/cpufrequtils/libcpufreq-dev_002-5_i386.deb
libcpufreq0_002-5_i386.deb
  to pool/main/c/cpufrequtils/libcpufreq0_002-5_i386.deb


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



Accepted xf86-input-evtouch 0.8.5-3 (source i386)

2007-06-09 Thread Mattia Dongili
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 10 Jun 2007 10:44:51 +0900
Source: xf86-input-evtouch
Binary: xserver-xorg-input-evtouch
Architecture: source i386
Version: 0.8.5-3
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force [EMAIL PROTECTED]
Changed-By: Mattia Dongili [EMAIL PROTECTED]
Description: 
 xserver-xorg-input-evtouch - Touchscreen-Driver for X.Org/XFree86 server
Changes: 
 xf86-input-evtouch (0.8.5-3) unstable; urgency=low
 .
   * Use xsfbs to get xserver dependencies automatically.
Files: 
 85b30e6ce69c470714563c64c5f5f447 939 x11 optional 
xf86-input-evtouch_0.8.5-3.dsc
 3eb35dc80fa3450ac76b51a7c06c3989 20374 x11 optional 
xf86-input-evtouch_0.8.5-3.diff.gz
 54bdda99102e09e0cf5200e76a2ed2cd 24008 x11 optional 
xserver-xorg-input-evtouch_0.8.5-3_i386.deb

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

iD8DBQFGa15dgpRPaOotLEERAr8yAJ4s//jdSzLaw6GR0iTFcu6bDdv0pgCePKis
dDn9ckqzGgGEETWGRSo2EeM=
=CqmQ
-END PGP SIGNATURE-


Accepted:
xf86-input-evtouch_0.8.5-3.diff.gz
  to pool/main/x/xf86-input-evtouch/xf86-input-evtouch_0.8.5-3.diff.gz
xf86-input-evtouch_0.8.5-3.dsc
  to pool/main/x/xf86-input-evtouch/xf86-input-evtouch_0.8.5-3.dsc
xserver-xorg-input-evtouch_0.8.5-3_i386.deb
  to pool/main/x/xf86-input-evtouch/xserver-xorg-input-evtouch_0.8.5-3_i386.deb


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



Accepted dx 1:4.4.0-2.1 (ia64 source all)

2007-06-09 Thread Andreas Barth
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  9 Jun 2007 22:37:25 +
Source: dx
Binary: libdx4 dx libdx4-dev dx-doc
Architecture: source all ia64
Version: 1:4.4.0-2.1
Distribution: unstable
Urgency: low
Maintainer: Daniel Kobras [EMAIL PROTECTED]
Changed-By: Andreas Barth [EMAIL PROTECTED]
Description: 
 dx - OpenDX (IBM Visualization Data Explorer) - main package
 dx-doc - OpenDX (IBM Visualization Data Explorer) - documentation
 libdx4 - OpenDX (IBM Visualization Data Exploror) - shared libraries
 libdx4-dev - OpenDX (IBM Visualization Data Explorer) - development files
Closes: 423280
Changes: 
 dx (1:4.4.0-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Add linux-kernel-headers to fix FTBFS. Also Closes: #423280
Files: 
 0814ab97e4af5fcfc4d295d1b52dfe8d 1033 science optional dx_4.4.0-2.1.dsc
 f6c1a00d207414015aeabc53a8ffccf2 38967 science optional dx_4.4.0-2.1.diff.gz
 acd629347a08c013cb8042e7cda3c92b 4137426 doc optional dx-doc_4.4.0-2.1_all.deb
 7290739a185dd6834410e24144974ead 6032784 science optional dx_4.4.0-2.1_ia64.deb
 8cc7eec38d2b1d91e20443ae65d48df1 5655204 libs optional 
libdx4_4.4.0-2.1_ia64.deb
 8de96b0c69152cc20cdd91d8de1cf6fd 7074814 libdevel optional 
libdx4-dev_4.4.0-2.1_ia64.deb

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

iD8DBQFGa4q6mdOZoew2oYURAtkXAJoC9rPOgzDXottAJmHZ3im/Ph3YwACeO/4p
JEwQPQmFwj7u3sL8GirNDVQ=
=vdB2
-END PGP SIGNATURE-


Accepted:
dx-doc_4.4.0-2.1_all.deb
  to pool/main/d/dx/dx-doc_4.4.0-2.1_all.deb
dx_4.4.0-2.1.diff.gz
  to pool/main/d/dx/dx_4.4.0-2.1.diff.gz
dx_4.4.0-2.1.dsc
  to pool/main/d/dx/dx_4.4.0-2.1.dsc
dx_4.4.0-2.1_ia64.deb
  to pool/main/d/dx/dx_4.4.0-2.1_ia64.deb
libdx4-dev_4.4.0-2.1_ia64.deb
  to pool/main/d/dx/libdx4-dev_4.4.0-2.1_ia64.deb
libdx4_4.4.0-2.1_ia64.deb
  to pool/main/d/dx/libdx4_4.4.0-2.1_ia64.deb


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