Question about toolchain and objdump's output on ia64/mips/mipsel

2007-08-14 Thread Raphael Hertzog
Hello,

while working on http://wiki.debian.org/Projects/ImprovedDpkgShlibdeps
I'm discovering some arch-specific differences in the objdump -T
output of libraries.

* On ia64, static functions appear in objdump's output and they are marked
  as local.
  See my previous message to debian-ia64:
  http://lists.debian.org/debian-ia64/2007/08/msg0.html

* On ia64, mips and mipsel, functions with gcc's visibility attribute
  hidden also appear in objdump's output and they are marked as local.
  Example with libglib2.0:
000386a8 lDF .text  0020  Base.hidden IA__g_list_free


I have two questions:

* are those behaviour expected on those arches or are they bugs in the
  respective toolchains?

* can I consider (in general and not only for those architectures) all
  those symbols marked as local as unusable by applications linked to
  those libraries?
  (my interest is to strip them from the symbols file if they are
  effectively useless so that the symbols file are the same across all our
  architectures when there's no significant underlying difference)

Thanks in advance for your help.
-- 
Raphaël Hertzog

Premier livre français sur Debian GNU/Linux :
http://www.ouaza.com/livre/admin-debian/


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



Re: Bug#437392: debhelper: subroutine isnative in Dh_Lib.pm is confused by NMU of native package

2007-08-14 Thread Julian Andres Klode
Am Montag, den 13.08.2007, 22:26 +0200 schrieb Julian Andres Klode:
 Am Montag, den 13.08.2007, 15:50 -0400 schrieb Joey Hess:
 
  Policy is actually careful to set up the invarient that - anywhere in
  a version number means the package is not native. I don't know why the
  developers reference choses to ignore that. Is there something wrong
  with using a version number like 1.0.0.1 for native package NMUs?
  (Being careful to choose one that is well outside the normal range.
  1.0.debian.1 if necessary.)
  
 I suggest to use VernmuNMU, like 1.0nmu1.
 
 Some people use version like 1.0.0.1 for NMUs of binary packages.
s/binary/native
-- 
Julian Andres Klode

IRC Nickname:   juliank (Debian/OFTC + Freenode, GimpNet)
Fellow of FSFE: https://www.fsfe.org/en/fellows/jak (No. 1049)
Debian Wiki:http://wiki.debian.org/JulianAndresKlode
Ubuntu Wiki:http://wiki.ubuntu.com/JulianAndresKlode
In Launchpad:   https://launchpad.net/~juliank
My packages:  http://qa.debian.org/[EMAIL PROTECTED]
Languages:  German, English, [bit French]


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: Question about toolchain and objdump's output on ia64/mips/mipsel

2007-08-14 Thread Thiemo Seufer
Raphael Hertzog wrote:
 Hello,
 
 while working on http://wiki.debian.org/Projects/ImprovedDpkgShlibdeps
 I'm discovering some arch-specific differences in the objdump -T
 output of libraries.
 
 * On ia64, static functions appear in objdump's output and they are marked
   as local.
   See my previous message to debian-ia64:
   http://lists.debian.org/debian-ia64/2007/08/msg0.html

I presume this applies only to static functions whose address wasn't
taken inside the module. Otherwise this would be a bug for e.g. callbacks
exported via a function pointer.

 * On ia64, mips and mipsel, functions with gcc's visibility attribute
   hidden also appear in objdump's output and they are marked as local.
   Example with libglib2.0:
 000386a8 lDF .text  0020  Base.hidden IA__g_list_free

Hidden symbols are treated as forced local, at least on mips/mipsel,
they aren't supposed to be usable from other components.

 I have two questions:
 
 * are those behaviour expected on those arches or are they bugs in the
   respective toolchains?

For mips/mipsel this is the expected behaviour.

 * can I consider (in general and not only for those architectures) all
   those symbols marked as local as unusable by applications linked to
   those libraries?

Yes, as long as unusable means not referencable from other components.


Thiemo


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



Re: Bug#437392: debhelper: subroutine isnative in Dh_Lib.pm is confused by NMU of native package

2007-08-14 Thread Joey Hess
(Please keep debian-devel in the CC. This issue is a project-wide
isssue.)

Bart Martens wrote:
 How do other tools this?

Other well-respected tools in debhelper's situation, such as?

yada
It introduces a completely nonstandard Upstream-Source field in
debian/control which it takes to mean the package is not native.

debstd
Same as debhelper.

cdbs
Same as debhelper.

Manoj's standardised rules files
Same as debhelper.

  I can think
  of a few ways, but they're all fairly complicated and fragile.
 
 Maybe verifying the presence of an .orig.tar.gz ?

Complicated, fragile, out of scope for debhelper, which does not deal
with debian source packages after all, breaks once wig-n-pen is implemented.

  Policy is actually careful to set up the invarient that - anywhere in
  a version number means the package is not native. 
 
 Policy states that if there is no debian_revision then hyphens - are
 not allowed in the upstream_version.
 http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Version
 Policy also states that native Debian packages are packages which
 have been written especially for Debian.
 http://www.debian.org/doc/debian-policy/ch-binary.html#s3.2.1
 
 Policy does not explicitly state that the presence/absence of a
 debian_revision or that the presence/absence of hyphen(s) - indicate
 whether or not the package is a native Debian package.

 debian_revision

  It is optional; if it isn't present then the upstream_version
  may not contain a hyphen.  This format represents the case where
  a piece of software was written specifically to be turned into a
  Debian package, and so there is only one debianisation of it
  and therefore no revision indication is required.

This strongly implies that debian native packages don't use debian_revision.

  I don't know why the
  developers reference choses to ignore that. 
 
 Policy and developer's reference do not contradict explicitly on the
 version numbering of an NMU of a native package.

The developer's reference chose to ignore or change a longstanding practice
of never using debian revision numbers in native packages. Changing this
breaks software that has relied on this practice for ten or more years.
Not just debhelper, but debstd and cdbs, and who knows what else.
 
 Interesting idea, but it does not conform to current po^H^Hdeveloper's
 reference,

Please stop trying to conflate policy and the developer's reference. The
developers reference is not something one conforms to, it is something one
refers to.

 and changing this now probably breaks existing software
 depending on the current version numbering of NMU's of native packages.

Well, I've identifes several more pieces of software that are broken by
the syntax introduced by the developer's reference. Can you identify at
least *1* that would be broken by not following it? Bear in mind that
appending 0.0.0.1 or similar is a de-facto standard that is what most
people did for many years when NMUing native packages.

-- 
see shy jo


signature.asc
Description: Digital signature


Re: Bug#437392: debhelper: subroutine isnative in Dh_Lib.pm is confused by NMU of native package

2007-08-14 Thread Julien Cristau
On Tue, Aug 14, 2007 at 13:38:04 -0400, Joey Hess wrote:

 Bart Martens wrote:
  Policy states that if there is no debian_revision then hyphens - are
  not allowed in the upstream_version.
  http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Version
  Policy also states that native Debian packages are packages which
  have been written especially for Debian.
  http://www.debian.org/doc/debian-policy/ch-binary.html#s3.2.1
  
  Policy does not explicitly state that the presence/absence of a
  debian_revision or that the presence/absence of hyphen(s) - indicate
  whether or not the package is a native Debian package.
 
  debian_revision
 
   It is optional; if it isn't present then the upstream_version
   may not contain a hyphen.  This format represents the case where
   a piece of software was written specifically to be turned into a
   Debian package, and so there is only one debianisation of it
   and therefore no revision indication is required.
 
 This strongly implies that debian native packages don't use debian_revision.
 
It also implies that if there is no debian_revision, upstream_version
can contain a hyphen.

Cheers,
Julien


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



Re: Bug#437392: debhelper: subroutine isnative in Dh_Lib.pm is confused by NMU of native package

2007-08-14 Thread Julien Cristau
On Tue, Aug 14, 2007 at 19:45:11 +0200, Julien Cristau wrote:

 It also implies that if there is no debian_revision, upstream_version
 can contain a hyphen.
 
No it doesn't.  Sorry about that...

Cheers,
Julien


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



Re: Bug#437392: debhelper: subroutine isnative in Dh_Lib.pm is confused by NMU of native package

2007-08-14 Thread luk
On Tue, Aug 14, 2007 at 01:38:04PM -0400, Joey Hess wrote:
 Bart Martens wrote:

  Policy does not explicitly state that the presence/absence of a
  debian_revision or that the presence/absence of hyphen(s) - indicate
  whether or not the package is a native Debian package.
 
  debian_revision
 
   It is optional; if it isn't present then the upstream_version
   may not contain a hyphen.  This format represents the case where
   a piece of software was written specifically to be turned into a
   Debian package, and so there is only one debianisation of it
   and therefore no revision indication is required.
 
 This strongly implies that debian native packages don't use debian_revision.

That's why it is in the normal case.

   I don't know why the
   developers reference choses to ignore that. 

Because it may be more important to be able to identify an NMU from the
version number than to be able to identify a native package from the
version number...

  Policy and developer's reference do not contradict explicitly on the
  version numbering of an NMU of a native package.
 
 The developer's reference chose to ignore or change a longstanding practice
 of never using debian revision numbers in native packages. Changing this
 breaks software that has relied on this practice for ten or more years.
 Not just debhelper, but debstd and cdbs, and who knows what else.

How does it break them?

Cheers

Luk


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



Request for ideas how to fix #297074

2007-08-14 Thread Marcin Owsiany
First, a short explanation of the use case:

1. User runs poedit (aka potooledit) on a partially translated po file.
2. Poedit retrieves only the untranslated messages from the file (by
   filtering it through potool -fnt) and puts them into a temporary po
   file
3. Poedit launches $EDITOR on that temporary po file
4. User does some translation, saves the file, exits the editor
5. Poedit merges the original and the temporary file back together

Now, to reproduce the bug:

1. use an editor which can auto-detect the file encoding, e.g. vim
AND
2. run poedit on a file which is in encoding A, while your locale is set
to use encoding B. (where neither A nor B is a subset of the other. For
example UTF-8 and Latin2)

What happens in step 3 is that vim looks at an ascii-only file (since
msgids are in POSIX locale) and when the user inputs the translation in
her own language, the editor decides to use encoding B (since it's the
locale default).

Then in step 5 poedit merges the original (in encoding A) and the
temporary (in encoding B) creating a broken and a difficult to fix file
with different parts in differing encodings.


Does anyone have any ideas on how to fix this properly, keeping in mind
that poedit is editor-agnostic so it is hard to determine what encoding
the editor has chosen to use for the temporary file.

The only metadata available seems to be the Content-type field of the
header in the original po file, but I can't see how to enforce it for
the temporary file...

-- 
Marcin Owsiany [EMAIL PROTECTED] http://marcin.owsiany.pl/
GnuPG: 1024D/60F41216  FE67 DA2D 0ACA FC5E 3F75  D6F6 3A0D 8AA0 60F4 1216


signature.asc
Description: Digital signature


Re: Bug#437392: debhelper: subroutine isnative in Dh_Lib.pm is confused by NMU of native package

2007-08-14 Thread Joey Hess
(For the second time, please preserve my CC.)

Bart Martens wrote:
 Yes, lintian.  Two examples where lintian seems to follow/accept the
 numbering described in developer's reference:
 
 Example one: Try doing an NMU of dh-make-php with adding .0.1.  Then
 lintian produces this warning:
 W: dh-make-php source: source-nmu-has-incorrect-version-number 0.2.3.0.1

I don't think lintian counts as something that is broken by this. Old
versions of lintian didn't include this check, since the developer's
reference didn't specify the broken version numbers.

Also, lintian's NMU handling code is broken in plenty of other ways. For
example, it relies heiristically on a given set of phrases in the
changelog to indicate an NMU.

Any better examples?

-- 
see shy jo


signature.asc
Description: Digital signature


Re: Bug#437392: debhelper: subroutine isnative in Dh_Lib.pm is confused by NMU of native package

2007-08-14 Thread Joey Hess
Julien Cristau wrote:
 It also implies that if there is no debian_revision, upstream_version
 can contain a hyphen.

Utterly false:

  The upstream_version may contain only alphanumerics[1] and the
  characters `.'  `+' `-' `:' (full stop, plus, hyphen, colon) and
  should start with a digit.  If there is no debian_revision then
  hyphens are not allowed; if there is no epoch then colons are
  not allowed.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#437392: Info received and FILED only (was Bug#437392: debhelper: subroutine isnative in Dh_Lib.pm is confused by NMU of native package)

2007-08-14 Thread Debian Bug Tracking System
Thank you for the additional information you have supplied regarding
this problem report.  It has NOT been forwarded to the package
maintainers, but will accompany the original report in the Bug
tracking system.  Please ensure that you yourself have sent a copy of
the additional information to any relevant developers or mailing lists.

If you wish to continue to submit further information on this problem,
please send it to [EMAIL PROTECTED], as before.

Please do not reply to the address at the top of this message,
unless you wish to report a problem with the Bug-tracking system.

Debian bug tracking system administrator
(administrator, Debian Bugs database)



Re: Bug#437392: debhelper: subroutine isnative in Dh_Lib.pm is confused by NMU of native package

2007-08-14 Thread Joey Hess
[EMAIL PROTECTED] wrote:
 Because it may be more important to be able to identify an NMU from the
 version number than to be able to identify a native package from the
 version number...

I don't see why it's important to be able to tell that from a version
number at all. It's also not the rationalle that lintian gives:

N:   A source NMU should have a Debian revision of '-x.x'. This is to
N:   prevent stealing version numbers from the maintainer (and the -x.x.x
N:   version numbers are reserved for binary-only NMU's).

But there are plenty of other ways to avoid stealing native version
numbers. There are also plenty of ways to make it clear that a native
version number has been NMUed, without breaking the native if ! /-/ check.

  The developer's reference chose to ignore or change a longstanding practice
  of never using debian revision numbers in native packages. Changing this
  breaks software that has relied on this practice for ten or more years.
  Not just debhelper, but debstd and cdbs, and who knows what else.
 
 How does it break them?

As documented in #437392, particularly, files whose location differs between
native and non-native packages are renamed when the package is NMUed.

-- 
see shy jo


signature.asc
Description: Digital signature


Re: making debian/copyright machine-interpretable

2007-08-14 Thread Mike Hommey
On Sat, Aug 04, 2007 at 07:17:59PM +0200, Sam Hocevar [EMAIL PROTECTED] wrote:
Hello, I would like to gather comments about a proposal I have been
 thinking about during the GPLv2/v3 and GPLv2/CDDL discussions. I have
 finally written down what I have in mind here, and refined it with the
 help of many people on IRC:
 
  http://wiki.debian.org/Proposals/CopyrightFormat
(...)

So, I've been trying to fill in a copyright file for WebKit, which is a
package for NEW. For the moment, I'm not very sure I like this wording:

- List of files sharing copyright holders and licensing terms

This all nice, but for huge projects, with a quite not small number of
copyright holders and files, the combinations are huge, and maintaining
such a list would be *really* painful.

It is already painful only listing files sharing only the same licensing
terms.

FWIW, at the end of this message is the list of files sharing 3-clause
BSD licensing terms in WebKit (there are also files under 2-clause BSD
and LGPL, and there are a lot of them ; and some of the globbings here
englobe them).

If I'd have to list files sharing copyright holders AND licensing terms,
I'd have 20 times more such sections, since some files have a
combination of some of the copyright holders, while most have only Apple
Inc. as copyright holder. I really don't think we need to go that far,
it would make the whole copyright file unmaintainable.

Also note WebKit is small compared to the Mozilla code-base, where the
copyright file doesn't actually list all copyright holders (which has
been okay for ftp masters, obviously)

Mike

-8

Files: JavaScriptCore/DerivedSources.make,
   JavaScriptCore/bindings/npruntime.h,
   JavaScriptCore/jscore.bkl,
   WebCore/DerivedSources.make,
   WebCore/Projects/wx/webcore-wx.bkl,
   WebCore/bindings/js/JSHTMLSelectElementCustom.h,
   WebCore/bindings/js/JSEventCustom.cpp,
   WebCore/bridge/mac/WebCoreScriptDebugger.*,
   WebCore/editing/SmartReplace*,
   WebCore/ksvg2/scripts/make_names.pl,
   WebCore/loader/DocumentLoader.*,
   WebCore/loader/FormState.*,
   WebCore/loader/FrameLoader*,
   WebCore/loader/MainResourceLoader.*,
   WebCore/loader/NavigationAction.*,
   WebCore/loader/NetscapePlugInStreamLoader.*,
   WebCore/loader/ResourceLoader.*,
   WebCore/loader/SubresourceLoader*,
   WebCore/loader/mac/*,
   WebCore/page/gdk/InspectorClientGdk.*,
   WebCore/page/BarInfo.*,
   WebCore/page/DOMSelection.*,
   WebCore/page/InspectorController.*,
   WebCore/page/Screen.*,
   WebCore/page/inspector/*,
   WebCore/platform/FileChooser.*,
   WebCore/platform/FontCache.*,
   WebCore/platform/FontData.*,
   WebCore/platform/FontFallbackList.cpp,
   WebCore/platform/Glyph*,
   WebCore/platform/StringTruncator.*,
   WebCore/platform/gdk/FontDataGdk.cpp,
   WebCore/platform/gdk/FontCacheGdk.cpp,
   WebCore/platform/gdk/GlyphPageTreeNodeGdk.cpp,
   WebCore/platform/mac/FileChooserMac.mm,
   WebCore/platform/mac/FontCacheMac.mm,
   WebCore/platform/mac/FontDataMac.mm,
   WebCore/platform/mac/GlyphPageTreeNodeMac.cpp,
   WebCore/platform/mac/WebCoreNSStringExtras.*,
   WebCore/platform/mac/WebCoreObjCExtras.*,
   WebCore/platform/mac/WebFontCache.mm,
   WebCore/platform/mac/make-charset-table.pl,
   WebCore/platform/network/HTTPParsers.*,
   WebCore/platform/network/cf/FormDataStreamCFNet.*,
   WebCore/platform/network/mac/FormDataStreamMac.*,
   WebCore/platform/qt/PlatformScreenQt.cpp,
   WebCore/platform/win/FontCacheWin.cpp,
   WebCore/platform/win/FontDataWin.cpp,
   WebCore/platform/win/GDIObjectCounter.*,
   WebCore/platform/win/GlyphPageTreeNodeWin.cpp,
   WebCore/platform/win/SharedBufferWin.cpp,
   WebCore/platform/win/UniscribeController.*,
   WebCore/platform/wx/FontCacheWx.cpp,
   WebCore/platform/wx/FontDataWx.cpp,
   WebCore/platform/wx/FontPlatformData.h,
   WebCore/platform/wx/GlyphMapWx.cpp,
   WebCore/platform/FloatConversion.h,
   WebCore/rendering/RenderListBox.*,
   WebCore/webcore-base.bkl,
   WebKitQt/WebCoreSupport/InspectorClientQt.*,
   WebKitTools/BuildSlaveSupport/*,
   WebKitTools/CodeCoverage/*,
   WebKitTools/Drosera/*,
   WebKitTools/DumpRenderTree/*,
   WebKitTools/GdkLauncher/Bakefiles.bkgen,
   WebKitTools/Scripts/*,
   WebKitTools/WebKitLauncher/*,
   WebKit/*,
   WebKit/gtk/*,
   WebKit/win/WebDragClient.h,
   WebKit/win/WebKitLogging.*,
   WebKit/win/WebKitStatistics*,
   WebKit/win/WebPreferenceKeysPrivate.h,
   WebKit/win/WebInspectorClient.*,
   WebKit/win/WebNodeHighlight.*
Copyright: © 2006, 2007 Holger Hans Peter Freyther
   © 2003, 2005, 2006, 2007 Apple Inc.
   © 2004, Apple Computer, Inc. and The Mozilla Foundation
   © 

Re: Bug#437392: debhelper: subroutine isnative in Dh_Lib.pm is confused by NMU of native package

2007-08-14 Thread Russ Allbery
Joey Hess [EMAIL PROTECTED] writes:

 (For the second time, please preserve my CC.)

 Bart Martens wrote:

 Yes, lintian.  Two examples where lintian seems to follow/accept the
 numbering described in developer's reference:

 Example one: Try doing an NMU of dh-make-php with adding .0.1.  Then
 lintian produces this warning:
 W: dh-make-php source: source-nmu-has-incorrect-version-number 0.2.3.0.1

 I don't think lintian counts as something that is broken by this. Old
 versions of lintian didn't include this check, since the developer's
 reference didn't specify the broken version numbers.

I'm happy to change this if need be.

 Also, lintian's NMU handling code is broken in plenty of other ways. For
 example, it relies heiristically on a given set of phrases in the
 changelog to indicate an NMU.

That's not really what it's doing, although some of the tags are written
to imply that.  It's checking the convention in DevRef 5.11.3.  That's
independent of how it determines whether a package is an NMU.

lintian determines whether a package is an NMU by checking the last
changelog signature against Maintainers and Uploaders.

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


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



Re: Considerations for GTK1 removal from Debian

2007-08-14 Thread Neil Williams
On Sun, 12 Aug 2007 19:57:51 +0200
Carl Fürstenberg [EMAIL PROTECTED] wrote:

 I knew that my list was incomplete, so if you want to regenerate the
 page, use following perl script:
 
 #!/usr/bin/perl
 
 use strict;
 use warnings;

 use Parse::DebControl;

Carl - that module is in CPAN yet it isn't a Debian package. Seems
strange for something that is so specific to Debian-based tasks.

Do you have any intention to package it - I'd like to incorporate it
into my current rewrite of dpkg-cross to make it available for a range
of package scripts.

-- 

Neil Williams
=
http://www.data-freedom.org/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/


pgp7fE5DZYcZR.pgp
Description: PGP signature


Re: Considerations for GTK1 removal from Debian

2007-08-14 Thread Carl Fürstenberg
On 8/14/07, Neil Williams [EMAIL PROTECTED] wrote:
 On Sun, 12 Aug 2007 19:57:51 +0200
 Carl Fürstenberg [EMAIL PROTECTED] wrote:

  I knew that my list was incomplete, so if you want to regenerate the
  page, use following perl script:
 
  #!/usr/bin/perl
 
  use strict;
  use warnings;

  use Parse::DebControl;

 Carl - that module is in CPAN yet it isn't a Debian package. Seems
 strange for something that is so specific to Debian-based tasks.

 Do you have any intention to package it - I'd like to incorporate it
 into my current rewrite of dpkg-cross to make it available for a range
 of package scripts.

 --

 Neil Williams
 =
 http://www.data-freedom.org/
 http://www.nosoftwarepatents.com/
 http://www.linux.codehelp.co.uk/



I've made an package for my own, so I could throw in an ITP, and
upload it to mentors.

-- 
/Carl Fürstenberg [EMAIL PROTECTED]


Bug#437933: ITP: libparse-debcontrol-perl -- Parse::DebControl - Parse debian-style control files (and other colon key-value fields)

2007-08-14 Thread Carl Fürstenberg
Package: wnpp
Severity: wishlist
Owner: Carl Fürstenberg [EMAIL PROTECTED]

* Package name: libparse-debcontrol-perl
  Version : 2.005
  Upstream Author : Jay Bonci [EMAIL PROTECTED]
* URL : http://search.cpan.org/~jaybonci/Parse-DebControl-2.005/
* License : Artistic
  Programming Lang: Perl
  Description : Easy OO parsing of debian control-like files
 Parse::DebControl is an easy OO way to parse debian control files and 
 other colon separated key-value pairs. It's specifically designed
 to handle the format used in Debian control files, template files, and
 the cache files used by dpkg.

 For basic format information see:
 http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-controlsyntax

 This module does not actually do any intelligence with the file content
 (because there are a lot of files in this format), but merely handles
 the format. It can handle simple control files, or files hundreds of lines 
 long efficiently and easily.

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

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


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



native NMUs

2007-08-14 Thread Joey Hess
NMUs of native packages have always seemed sorta strange to me, and I think
I've figured out why as I was painting a room. Painting is a great way to
think, since you already are in a frame of mind that avoids painting yourself
into corners. ;-)

Many native packages are not Debian-specifc software, but instead
debian-originated software (examples: dpkg, apt). Other unrelated distros
might choose to use native Debian software. Just because it's
debian-originated software, doesn't mean that the project as a whole is its
upsteam maintainer though. Its Debian maintainer is the only upstream
maintainer. So shouldn't he be the only one who releases new tarballs of the
software?

The developer's reference doesn't specify whether a NMU of a native
package should include a release of a new tarball, or not. I suspect that
if NMUed native packages in the archive are checked, some of the uploads
will have included a -0.1.tar.gz, and some will have included a -0.1.diff.gz.
dpkg-source can generate either depending on what tarballs are present before
the build.

Releasing a new tarball of a native package via an NMU is especially
problimatic since the package might have its own website, mailing lists, and
release procedures outside of Debian. So why do it when a .diff.gz can be
released instead? And if a native package changes to having a .diff.gz and a
version number with a dash, why consider it native anymore? Indeed, linda
doesn't, warning Package switches from native to non-native version 
number. [1]

We could do away with the concept of NMUs of native software, and do away
with this uncertanty, ambiguity, bugginess, etc. Simply say that when a
NMU of a native package is done, the package stops being native in
Debian (until the next maintainer upload, presumably). So the NMU adds
-0.1 to the version number, like any NMU. The .orig.tar.gz from the
maintainer's last release is kept in the archive, with a .diff.gz added
that conveniently contains only the NMU's changes. Since it's not a native
package, it will be correct for the changelog to be installed as
changelog.Debian.gz, and correct for the version number to contain a dash.

It's even possible to interpret what the developer's reference says in
this light. After all, it says that the NMU should add -0.1 to the version
number. But it doesn't say that this means that the package is still native!

-- 
see shy jo

[1] Note that linda is another in the set of tools that
consider a version number with a dash in it to be non-native..

def is_native(self):
native = False
if not self.revision:
native = True
return native


signature.asc
Description: Digital signature


Re: native NMUs

2007-08-14 Thread James Westby
On (14/08/07 17:44), Joey Hess wrote:
 Many native packages are not Debian-specifc software, but instead
 debian-originated software (examples: dpkg, apt). Other unrelated distros
 might choose to use native Debian software. Just because it's
 debian-originated software, doesn't mean that the project as a whole is its
 upsteam maintainer though. Its Debian maintainer is the only upstream
 maintainer. So shouldn't he be the only one who releases new tarballs of the
 software?

 
 We could do away with the concept of NMUs of native software, and do away
 with this uncertanty, ambiguity, bugginess, etc. Simply say that when a
 NMU of a native package is done, the package stops being native in
 Debian (until the next maintainer upload, presumably). So the NMU adds
 -0.1 to the version number, like any NMU. The .orig.tar.gz from the
 maintainer's last release is kept in the archive, with a .diff.gz added
 that conveniently contains only the NMU's changes. Since it's not a native
 package, it will be correct for the changelog to be installed as
 changelog.Debian.gz, and correct for the version number to contain a dash.

This seems to make sense to me.

However you say 

  The .orig.tar.gz from the maintainer's last release is kept in the archive

but for a native package there is no .orig.tar.gz, there is a .tar.gz. I
guess there are some tools that would be confused by this, in that they
wont know to unpack a source package that contains only a .diff.gz
against a .tar.gz of the appropriate version number.

Also, I guess you are opening up the possibility of creating a source
package containing both a .tar.gz and .diff.gz, which will also confuse
some tools I expect.

Thanks,

James

-- 
  James Westby   --GPG Key ID: B577FE13-- http://jameswestby.net/
  seccure key - (3+)k7|M*edCX/.A:n*N!|7U.L#9E)Tu)T0AM - secp256r1/nistp256


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



Re: native NMUs

2007-08-14 Thread Steve Langasek
On Tue, Aug 14, 2007 at 05:44:52PM -0400, Joey Hess wrote:
 NMUs of native packages have always seemed sorta strange to me, and I think
 I've figured out why as I was painting a room. Painting is a great way to
 think, since you already are in a frame of mind that avoids painting yourself
 into corners. ;-)

 Many native packages are not Debian-specifc software, but instead
 debian-originated software (examples: dpkg, apt). Other unrelated distros
 might choose to use native Debian software. Just because it's
 debian-originated software, doesn't mean that the project as a whole is its
 upsteam maintainer though. Its Debian maintainer is the only upstream
 maintainer. So shouldn't he be the only one who releases new tarballs of the
 software?

 The developer's reference doesn't specify whether a NMU of a native
 package should include a release of a new tarball, or not. I suspect that
 if NMUed native packages in the archive are checked, some of the uploads
 will have included a -0.1.tar.gz, and some will have included a -0.1.diff.gz.
 dpkg-source can generate either depending on what tarballs are present before
 the build.

 Releasing a new tarball of a native package via an NMU is especially
 problimatic since the package might have its own website, mailing lists, and
 release procedures outside of Debian. So why do it when a .diff.gz can be
 released instead? And if a native package changes to having a .diff.gz and a
 version number with a dash, why consider it native anymore? Indeed, linda
 doesn't, warning Package switches from native to non-native version 
 number. [1]

 We could do away with the concept of NMUs of native software, and do away
 with this uncertanty, ambiguity, bugginess, etc. Simply say that when a
 NMU of a native package is done, the package stops being native in
 Debian (until the next maintainer upload, presumably). So the NMU adds
 -0.1 to the version number, like any NMU. The .orig.tar.gz from the
 maintainer's last release is kept in the archive, with a .diff.gz added
 that conveniently contains only the NMU's changes. Since it's not a native
 package, it will be correct for the changelog to be installed as
 changelog.Debian.gz, and correct for the version number to contain a dash.

I'm in total agreement with this.  I was staying out of this thread because
I've been one of the proponents of using -0.x for NMUs of native packages in
spite of the inconsistency with Policy, and I wasn't sure that this
reasoning wasn't just a post-hoc rationalization on my part.  Since you've
come to the same conclusion, I suppose it isn't. :)

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


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



Bug#437392: native NMUs

2007-08-14 Thread Don Armstrong
On Tue, 14 Aug 2007, James Westby wrote:
 Also, I guess you are opening up the possibility of creating a
 source package containing both a .tar.gz and .diff.gz, which will
 also confuse some tools I expect.

Those tools really should be looking at the dsc or calling dpkg-source
-x instead (which handles this correctly.)
 

Don Armstrong

-- 
The trouble with you, Ibid he said, is that you think you're the
biggest bloody authority on everything
 -- Terry Pratchet _Pyramids_ p146

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


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



Plans for gs-esp / gs-gpl / gs-afpl in lenny?

2007-08-14 Thread Michael Biebl
Hi everyone,

recently ghostscript 8.60 was released [1] which is now available under
the GPL.
The features of ESP Ghostscript have been merged into Ghostscript GPL
and the upstream of gs-esp has officially declared gs-esp obsolete [2].

The Debian gs-afpl package has been orphaned some time ago [3].

So, my question is, what the plan is for lenny with regard to all these
different gs-* packages.

AFAIK, Ubuntu has introduced a new package called ghostscript (as
successor of gs-gpl) which supersedes gs-esp, gs-gpl and gs-afpl and
provides dummy/transitional packages for gs-esp/gs-gpl which depend on
the ghostscript package to ensure a smooth upgrade.

I CCed the gs-* maintainers, because I'm interested to know if they
intend to go the same route or if they have different plans and also if
there is already a prospective time frame for such a ghostscript package.

Cheers,
Michael


[1] http://www.ghostscript.com/awki
[2] http://www.cups.org/espgs/articles.php?L463
[3] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=393923

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Re: native NMUs

2007-08-14 Thread Russ Allbery
Steve Langasek [EMAIL PROTECTED] writes:
 On Tue, Aug 14, 2007 at 05:44:52PM -0400, Joey Hess wrote:

 We could do away with the concept of NMUs of native software, and do
 away with this uncertanty, ambiguity, bugginess, etc. Simply say that
 when a NMU of a native package is done, the package stops being native
 in Debian (until the next maintainer upload, presumably). So the NMU
 adds -0.1 to the version number, like any NMU. The .orig.tar.gz from
 the maintainer's last release is kept in the archive, with a .diff.gz
 added that conveniently contains only the NMU's changes. Since it's not
 a native package, it will be correct for the changelog to be installed
 as changelog.Debian.gz, and correct for the version number to contain a
 dash.

 I'm in total agreement with this.  I was staying out of this thread
 because I've been one of the proponents of using -0.x for NMUs of native
 packages in spite of the inconsistency with Policy, and I wasn't sure
 that this reasoning wasn't just a post-hoc rationalization on my part.
 Since you've come to the same conclusion, I suppose it isn't. :)

It sounds great to me too.

Currently, I'm not sure Policy talks about NMUs at all.  Should we add a
section somewhere that discusses them and goes over these issues?

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


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



Bug#437936: ITP: ladr -- deduction library, theorem prover and countermodel generator

2007-08-14 Thread Peter Collingbourne
Package: wnpp
Severity: wishlist
Owner: Peter Collingbourne [EMAIL PROTECTED]


* Package name: ladr
  Version : 0.0.200708
  Upstream Author : William McCune [EMAIL PROTECTED]
* URL : http://www.cs.unm.edu/~mccune/mace4/
* License : GPL
  Programming Lang: C
  Description : deduction library, theorem prover and countermodel generator

 The source package ladr includes the LADR deduction library, along
 with the prover9 theorem prover, the mace4 countermodel generator and
 a number of related applications.

 LADR is a library for use in constructing theorem provers.  Among other
 useful routines it provides facilities for applying inference rules
 such as resolution and paramodulation to clauses.  LADR is used by the
 prover9 theorem prover, and by the mace4 countermodel generator.

 Prover9 is an automated theorem prover for first-order and equational
 logic. It is a successor of the Otter prover.  Prover9 uses the
 inference techniques of ordered resolution and paramodulation with
 literal selection.

 The program Mace4 searches for finite structures satisfying first-order
 and equational statements, the same kind of statement that Prover9
 accepts. If the statement is the denial of some conjecture, any
 structures found by Mace4 are counterexamples to the conjecture.
 .
 Mace4 can be a valuable complement to Prover9, looking for
 counterexamples before (or at the same time as) using Prover9 to search
 for a proof. It can also be used to help debug input clauses and formulas
 for Prover9.

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

Kernel: Linux 2.6.15-1-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


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



Bug#437944: ITP: prover9-doc -- documentation for Prover9 and associated programs

2007-08-14 Thread Peter Collingbourne
Package: wnpp
Severity: wishlist
Owner: Peter Collingbourne [EMAIL PROTECTED]


* Package name: prover9-doc
  Version : 0.0.200708
  Upstream Author : William McCune [EMAIL PROTECTED]
* URL : http://www.cs.unm.edu/~mccune/mace4/
* License : GPL
  Programming Lang: n/a
  Description : documentation for Prover9 and associated programs

 This is the documentation package for prover9 etc., which has its own
 ITP located at bug #437936.  It is being packaged separately because
 upstream distributes the documentation separately from the applications.

 Prover9 is an automated theorem prover for first-order and equational
 logic. It is a successor of the Otter prover.  Prover9 uses the
 inference techniques of ordered resolution and paramodulation with
 literal selection.
 .
 This package provides documentation for Prover9, Mace4 and other
 associated programs.

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

Kernel: Linux 2.6.15-1-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


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



Bug#437955: ITP: keysafe -- A safe to put your passwords in

2007-08-14 Thread Magnus Therning
Package: wnpp
Severity: wishlist
Owner: Magnus Therning [EMAIL PROTECTED]


* Package name: keysafe
  Version : 0.3.5
  Upstream Author : Magnus Therning [EMAIL PROTECTED]
* URL : http://therning.org/magnus/computer/keysafe
* License : GPL
  Programming Lang: Python
  Description : A safe to put your passwords in

Keysafe is a minimalistic safe for passwords.  Passwords are encrypted
on disk.  It is split into two tools, one for managing passwords
(adding, changing, removing) called 'ksed', and another for accessing
passwords in the store called 'keysafe'.  The GUi of 'keysafe' has a
flow tailored to be comfortable to use while logging in on websites.

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

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


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



Re: native NMUs

2007-08-14 Thread John Goerzen
On Tuesday 14 August 2007 4:44:52 pm Joey Hess wrote:
 Many native packages are not Debian-specifc software, but instead
 debian-originated software (examples: dpkg, apt). Other unrelated distros
 might choose to use native Debian software. Just because it's
 debian-originated software, doesn't mean that the project as a whole is

I should add that most of the software I write is uploaded to Debian as a 
native package, even though it is not really Debian-originated in the 
sense of dpkg or apt.  Examples are OfflineIMAP, hpodder, missingh, etc.

There are a few reasons for this.  One is that I keep the debian/ directory 
in my darcs or Mercurial development tree directly.  Debian bugs get treated 
the same as upstream bugs with a version number increment in 
debian/changelog, though I usually don't upload new tarballs to my 
own upstream site (if any) if they only fix Debian packaging bugs.  So 
there is really no point in adding a -1 to the end and creating a 0-byte 
diff.

I like your idea and think it would work well in this sort of situation too.

-- John


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



Re: conflicting gssapi libraries

2007-08-14 Thread Brian May
So in summary, what is the verdict?

I am inclined to add a non-versioned conflicts for now, as I suspect
it might be a while before this can be solved in a better way.

Also: No, I don't want to maintain a patch in Heimdal that renames the
library.

If upstream could be convinced to rename the library that would be OK
though.
-- 
Brian May [EMAIL PROTECTED]


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



Re: Request for ideas how to fix #297074

2007-08-14 Thread Peter Samuelson

[Marcin Owsiany]
 What happens in step 3 is that vim looks at an ascii-only file (since
 msgids are in POSIX locale) and when the user inputs the translation in
 her own language, the editor decides to use encoding B (since it's the
 locale default).
 
 Then in step 5 poedit merges the original (in encoding A) and the
 temporary (in encoding B) creating a broken and a difficult to fix file
 with different parts in differing encodings.

Uh ... I suppose you could add vim metadata to comments at the top of
the temporary file, telling it to use a particular encoding.  I forget
the format vim uses for that.  Might also include a -*- tag for emacs.
-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/


signature.asc
Description: Digital signature


Re: Question about toolchain and objdump's output on ia64/mips/mipsel

2007-08-14 Thread Ian Wienand
On Tue, Aug 14, 2007 at 02:03:16PM +0100, Thiemo Seufer wrote:
 I presume this applies only to static functions whose address wasn't
 taken inside the module. Otherwise this would be a bug for e.g. callbacks
 exported via a function pointer.

I mentioned it in my reply to Raphael [1] but I think for Itanium
having these symbols and relocations in PIC objects is a decision
taken for optimisation reasons, so is expected behaviour [2] (though
I'm more than willing to be corrected on this).

Cheers,

-i

[1] http://lists.debian.org/debian-ia64/2007/08/msg1.html
[2] http://www.codesourcery.com/archives/cxx-abi-dev/msg01411.html


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



Short report on Debian at UseR! 2007 conference at Iowa State Univ.

2007-08-14 Thread Dirk Eddelbuettel

UseR! 2007 at Iowa State University, Ames, IA, August 8-10, 2007


Following two successful UseR! conferences in Vienna in 2004 and 2006, the
first North American UseR! was help last week at Iowa State.  I presented two
papers of which one has specific Debian content (more on that one below).


I. General Debian / Ubuntu feedback
===

Having maintained R and related packages for a number of years, and having
gone to four R conferences, I am somewhat recognised as the R/Debian link.
There are a number of Debian users among the R users and developers, though
there may now be more Ubuntu users.  One sees the odd Fedora Core machine,
but in general there is always a surprisingly large number of Macs and the
obvious wintel ones.  People seem happy with Debian and Ubuntu, though still
too few R users and developers seem to know that there are 'backports' of the
current R release for testing and different Ubuntu releases on every CRAN
mirror below bin/linux/.  [ I help in this backporting effort, as did Chris
Steigies in the past, but it is mostly non-DDs Johannes Ranke (for Debian
backports) and Vincent Goulet (for Ubuntu) ].  So I was asked a few questions
about how to get R 2.5.1 onto Ubuntu 6.06 LTS or 7.04 and it is really just
an apt-get update away.

I gave a talk on automated builds of CRAN/BioC package (see below) and at the
outset asked the audience how many actually ran Debian or Ubuntu and about a
fifth to a quarter raised their hand -- but that is of course a self-selected
group.

We generally have a pretty decent reputation in this community.  No other
distro had included R as early as 1997, and we have more add-ons and related
software than other distros.  People acknowledge that Debian/Ubuntu 'just
work' and most are happy that this allows them to concentrate on their work.
Also, quite a few (if not most Linux machines) of the backends of CRAN, and
releated services, are using Debian.

 
II. Paper / presentation on 2000 new Debian packages -- 
Would you like 2000 new Debian packages with that?


Something we hadn't really reported back to Debian is the relative success
and current status of the 'pkg-bioc' project at Alioth.

It goes back to something that Matt Hope (aiming for BioConductor.org, an R
repository for bioinformatics) and I (aiming for CRAN, R's core repo) had
started sort-of at the same time around 2003 or 2004, then merged and which
puddled along somewhat slowly.  Steffen Moeller, an Alioth guest-member for
years and a very recent new DD, and David Vernazobres, also an Alioth
guest-member, did A LOT of work over the last 12 to 18 months, and I started
to chip in little bits here or there too.

The big news is that we can now build most of the around two thousand source
packages [ around 900 from CRAN and 1100 from BioC, I concentrate more on
CRAN; Steffen focusses more on BioC, and David does everything ] for R from
the CRAN and BioConductor archives.  That's what our paper that I presented
was about, as well as an earlier presentation / paper Steffen gave two months
ago in Italy [1].

This was well received at the conference.  Among the self-selected crowd of
Debian (or Ubuntu) users, the upside of this was clear, and most seem to
agree with the reasons we give in the paper as motivation. (In a nutshell:
dependencies work, convenience of 'build one install often', quality control,
scalability, common platform, different architectures, large audience -- see
the paper for discussion).

The big question is what to do with these 2000 packages.  The process is
still too manual and fragile to be called 'production class'.  Eventually
this should move somewhere -- either CRAN itself, or, less likely, be part of
Debian.  I do say less likely here because I don't hink that two-thousand
machine-generated packages could reach the Debian QA standards. They are
also, as a large class, too esoteric. CRAN, on the other hand, builds
binaries for Windows, so this could be a better fit.  Someone suggested
R-Forge -- which is a rather recent 'SF / Alioth for R' based on Debian's
gforge packages.  Also, one question had to do with how to avoid 'waits' for
new packages -- people wouldn't want to wait for packages to reach testing
when this can take months.  So a distinct backport service may be the best
option. Manpower and mirrors may be the crux.


[1] Slides and papers are at http://dirk.eddelbuettel.com/presentations.html
but note that neither paper had a DD as the target audience



Comments especially on II would be welcome. Please CC me on replies as I am
no longer subscribed to debian-devel.

Regards,  Dirk

-- 
Three out of two people have difficulties with fractions.


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



Accepted debarchiver 0.7.4 (source all)

2007-08-14 Thread Ola Lundqvist
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 08:52:48 +0200
Source: debarchiver
Binary: debarchiver
Architecture: source all
Version: 0.7.4
Distribution: unstable
Urgency: low
Maintainer: Ola Lundqvist [EMAIL PROTECTED]
Changed-By: Ola Lundqvist [EMAIL PROTECTED]
Description: 
 debarchiver - Tool to handle debian package archives
Changes: 
 debarchiver (0.7.4) unstable; urgency=low
 .
   * Changed severity level for configuration file problems from info to
 warning, so that it is displayed in the normal case.
   * Changed official homepage.
Files: 
 f6b40e411ec7ec7343752cf317645430 547 devel optional debarchiver_0.7.4.dsc
 159a428369d9504094e8629376a74da6 100819 devel optional debarchiver_0.7.4.tar.gz
 06cc63f90e4015532a49f0e94e353bdf 51946 devel optional debarchiver_0.7.4_all.deb

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

iD8DBQFGwVHeGKGxzw/lPdkRArAHAJ4sFtxtT+tt8luQR+HIwCP3nQ62sACcDD5g
POFvR5PqVhV8m15yiyrRA6Y=
=iBCz
-END PGP SIGNATURE-


Accepted:
debarchiver_0.7.4.dsc
  to pool/main/d/debarchiver/debarchiver_0.7.4.dsc
debarchiver_0.7.4.tar.gz
  to pool/main/d/debarchiver/debarchiver_0.7.4.tar.gz
debarchiver_0.7.4_all.deb
  to pool/main/d/debarchiver/debarchiver_0.7.4_all.deb


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



Accepted slocate 3.1-1.1 (source i386)

2007-08-14 Thread Steffen Joeris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 13 Aug 2007 10:15:47 +
Source: slocate
Binary: slocate
Architecture: source i386
Version: 3.1-1.1
Distribution: unstable
Urgency: high
Maintainer: Kevin Lindsay [EMAIL PROTECTED]
Changed-By: Steffen Joeris [EMAIL PROTECTED]
Description: 
 slocate- Secure replacement of findutil's locate
Closes: 411937
Changes: 
 slocate (3.1-1.1) unstable; urgency=high
 .
   * Non-maintainer upload by the testing security team
   * Include patch to prevent users obtaining names of private files
 (apply patch directly, since no patch system is used so far)
 (Closes: #411937) Fixes: CVE-2007-0227
 Thanks to Kees Cook
Files: 
 94a05b56468de8fb9563096e4f1edd3a 562 utils extra slocate_3.1-1.1.dsc
 1198153f5dca0292ca54b5d1c941f619 8196 utils extra slocate_3.1-1.1.diff.gz
 af7cceafd8390ebf122662da257f2814 31008 utils extra slocate_3.1-1.1_i386.deb

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

iD8DBQFGwVjF62zWxYk/rQcRAtGZAKC4S6D3tuWH5VjdDZEDi1wmoBCAXgCeL2C+
S1OFChs5FGigCGOA098tgYI=
=uwWI
-END PGP SIGNATURE-


Accepted:
slocate_3.1-1.1.diff.gz
  to pool/main/s/slocate/slocate_3.1-1.1.diff.gz
slocate_3.1-1.1.dsc
  to pool/main/s/slocate/slocate_3.1-1.1.dsc
slocate_3.1-1.1_i386.deb
  to pool/main/s/slocate/slocate_3.1-1.1_i386.deb


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



Accepted gammu 1.12.94-1 (source i386 all)

2007-08-14 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 11:02:27 +0200
Source: gammu
Binary: libgammu2-dbg libgammu2 gammu libgammu-common libgammu-dev
Architecture: source i386 all
Version: 1.12.94-1
Distribution: experimental
Urgency: low
Maintainer: Michal Čihař [EMAIL PROTECTED]
Changed-By: Michal Čihař [EMAIL PROTECTED]
Description: 
 gammu  - Mobile phone management utility
 libgammu-common - Mobile phone management library
 libgammu-dev - Header files for Gammu
 libgammu2  - Mobile phone management library
 libgammu2-dbg - Mobile phone management library - debugger symbols
Closes: 435875
Changes: 
 gammu (1.12.94-1) experimental; urgency=low
 .
   * New testing version.
- Fixed crash on larger OBEX upload (Closes: #435875).
Files: 
 20248a99ed38ff167a8f21a38d7befc8 820 comm optional gammu_1.12.94-1.dsc
 1c6c0724e0eb3c97a95d345696cf947e 1246668 comm optional 
gammu_1.12.94.orig.tar.gz
 22de8702e726f35469b7f3b53677542e 5641 comm optional gammu_1.12.94-1.diff.gz
 0ef11c33d751f2d18483c6351021c883 272148 comm optional gammu_1.12.94-1_i386.deb
 99930f5014886412bb52f41e3e1d2d4f 161480 libdevel optional 
libgammu-dev_1.12.94-1_i386.deb
 0424deb27fef4ba2d74c71e6a557ad82 139356 libs optional 
libgammu-common_1.12.94-1_all.deb
 81c7a92f866d7945dd04a86483b6cbc4 422888 libs optional 
libgammu2_1.12.94-1_i386.deb
 5f7a8dfdbd78358f15fbc64a75dbc966 972124 libs extra 
libgammu2-dbg_1.12.94-1_i386.deb

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

iD8DBQFGwXE33DVS6DbnVgQRAmxoAJ0S8fo8mGon/Nam8gedhiqPmQRzwACgpw/Y
bU8Omx7m0nYpJEAkINCnTAA=
=1sNX
-END PGP SIGNATURE-


Accepted:
gammu_1.12.94-1.diff.gz
  to pool/main/g/gammu/gammu_1.12.94-1.diff.gz
gammu_1.12.94-1.dsc
  to pool/main/g/gammu/gammu_1.12.94-1.dsc
gammu_1.12.94-1_i386.deb
  to pool/main/g/gammu/gammu_1.12.94-1_i386.deb
gammu_1.12.94.orig.tar.gz
  to pool/main/g/gammu/gammu_1.12.94.orig.tar.gz
libgammu-common_1.12.94-1_all.deb
  to pool/main/g/gammu/libgammu-common_1.12.94-1_all.deb
libgammu-dev_1.12.94-1_i386.deb
  to pool/main/g/gammu/libgammu-dev_1.12.94-1_i386.deb
libgammu2-dbg_1.12.94-1_i386.deb
  to pool/main/g/gammu/libgammu2-dbg_1.12.94-1_i386.deb
libgammu2_1.12.94-1_i386.deb
  to pool/main/g/gammu/libgammu2_1.12.94-1_i386.deb


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



Accepted gthumb 3:2.10.5-1 (source i386)

2007-08-14 Thread Remco van de Meent
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 11:14:16 +0200
Source: gthumb
Binary: gthumb
Architecture: source i386
Version: 3:2.10.5-1
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Remco van de Meent [EMAIL PROTECTED]
Description: 
 gthumb - an image viewer and browser
Closes: 426909
Changes: 
 gthumb (3:2.10.5-1) unstable; urgency=low
 .
   * New upstream release
   * Enable libiptcdata (closes: #426909)
Files: 
 8e4a0b9a29bcc7ccb666e15b8714bd5c 929 gnome optional gthumb_2.10.5-1.dsc
 4e13cd0501fd90d04a3065e37ffe1fb6 3038522 gnome optional 
gthumb_2.10.5.orig.tar.gz
 f9f0d2a6464a6344e6a76d90c4740cd0 45561 gnome optional gthumb_2.10.5-1.diff.gz
 05fc15c02b6eea4ef90c29983c6866d9 2603310 gnome optional 
gthumb_2.10.5-1_i386.deb

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

iD8DBQFGwXcG2tWnGbzBMd4RAoMtAJ9AIJHuxpM1sA+ULMKp/gnDbmjbZACfZCiw
DPOdaPhtokWMTWbsGG+lWkw=
=upwv
-END PGP SIGNATURE-


Accepted:
gthumb_2.10.5-1.diff.gz
  to pool/main/g/gthumb/gthumb_2.10.5-1.diff.gz
gthumb_2.10.5-1.dsc
  to pool/main/g/gthumb/gthumb_2.10.5-1.dsc
gthumb_2.10.5-1_i386.deb
  to pool/main/g/gthumb/gthumb_2.10.5-1_i386.deb
gthumb_2.10.5.orig.tar.gz
  to pool/main/g/gthumb/gthumb_2.10.5.orig.tar.gz


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



Accepted vmware-package 0.12 (source all)

2007-08-14 Thread Robert S. Edmonds
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 06:00:25 -0400
Source: vmware-package
Binary: vmware-package
Architecture: source all
Version: 0.12
Distribution: unstable
Urgency: low
Maintainer: Debian vmware-package team [EMAIL PROTECTED]
Changed-By: Robert S. Edmonds [EMAIL PROTECTED]
Description: 
 vmware-package - utility for building VMware Debian packages
Closes: 437401
Changes: 
 vmware-package (0.12) unstable; urgency=low
 .
   * Unconditionally force the 2.6.x build system by passing VM_KBUILD=26 to
 the VMware kernel module Makefiles; closes: #437401.
Files: 
 59d79c5a01d6dd7a975faca7540cfef3 647 contrib/misc extra vmware-package_0.12.dsc
 0d7f396ab34c122677309b65cf99242a 20293 contrib/misc extra 
vmware-package_0.12.tar.gz
 b03130dcec7dbf4a0110f2da40425cc1 24222 contrib/misc extra 
vmware-package_0.12_all.deb

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

iD8DBQFGwX2Mdp+/SHMBQJERAsRSAJ9wN93ikJ/vRoguAyh3UaRvoyW+FACeM0Z7
ZeJ3xHl3n8TU6ItUIrzzRmk=
=BrZP
-END PGP SIGNATURE-


Accepted:
vmware-package_0.12.dsc
  to pool/contrib/v/vmware-package/vmware-package_0.12.dsc
vmware-package_0.12.tar.gz
  to pool/contrib/v/vmware-package/vmware-package_0.12.tar.gz
vmware-package_0.12_all.deb
  to pool/contrib/v/vmware-package/vmware-package_0.12_all.deb


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



Accepted dconf 0.5.1-2 (source all)

2007-08-14 Thread Leo Eraly
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 10 Aug 2007 15:32:17 +0200
Source: dconf
Binary: dconf
Architecture: source all
Version: 0.5.1-2
Distribution: unstable
Urgency: low
Maintainer: Leo Eraly [EMAIL PROTECTED]
Changed-By: Leo Eraly [EMAIL PROTECTED]
Description: 
 dconf  - collect system information
Changes: 
 dconf (0.5.1-2) unstable; urgency=low
 .
   * Changed maintainer address to [EMAIL PROTECTED]
   * Fixed Python policy (now 2)
   * Fixed Standards-Version (now 3.7.2)
 .
 dconf (0.5.1-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 9fe665e83265674e5be21fcee236c7de 570 admin optional dconf_0.5.1-2.dsc
 05d4001a4a12f17f065bb16775461be6 36840 admin optional dconf_0.5.1.orig.tar.gz
 f1192edf4ba4c771e075c0f4c825e5a3 4153 admin optional dconf_0.5.1-2.diff.gz
 283d53edb71dd956bfd816b221953741 15188 admin optional dconf_0.5.1-2_all.deb

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

iD8DBQFGwYT/PfwsYq950p4RAoy3AJ9tQ+N3fl+aBVJUZ5S8GQ94DRtn/gCfTGNb
p7EKOyybeMfa+4xEktC5MkQ=
=/fzl
-END PGP SIGNATURE-


Accepted:
dconf_0.5.1-2.diff.gz
  to pool/main/d/dconf/dconf_0.5.1-2.diff.gz
dconf_0.5.1-2.dsc
  to pool/main/d/dconf/dconf_0.5.1-2.dsc
dconf_0.5.1-2_all.deb
  to pool/main/d/dconf/dconf_0.5.1-2_all.deb
dconf_0.5.1.orig.tar.gz
  to pool/main/d/dconf/dconf_0.5.1.orig.tar.gz


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



Accepted nbd 1:2.9.6-2 (source powerpc)

2007-08-14 Thread Wouter Verhelst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 08:55:56 +0200
Source: nbd
Binary: nbd-client nbd-server nbd-client-udeb
Architecture: source powerpc
Version: 1:2.9.6-2
Distribution: unstable
Urgency: low
Maintainer: Wouter Verhelst [EMAIL PROTECTED]
Changed-By: Wouter Verhelst [EMAIL PROTECTED]
Description: 
 nbd-client - the Network Block Device client
 nbd-client-udeb - the Network Block Device client (udeb)
 nbd-server - the Network Block Device server
Closes: 430700 431517 435301 436412 436832 437224 437689
Changes: 
 nbd (1:2.9.6-2) unstable; urgency=low
 .
   * debian/nbd-server.postrm: don't break if ucf isn't available.
 Closes: #431517.
   * debian/nbd-server.postinst, debian/nbd-server.config,
 debian/nbd-server.templates: overhaul config file generation. Rather than
 generating an old-style config file and then converting that to the new
 style (ugly, ugly), add a function to convert old-style config files to
 the new style and then generate new-style config files. Still leave stuff
 there for migration, however. Clarify templates regarding the new setup.
   * debian/nbd-server.postinst: Don't forget to create the nbd system user
 which we refer to in the default config file.
   * debian/control: depend on adduser for the above
   * Updated debconf translations:
 - Dutch, by myself.
 - Vietnamese, by Clytie Siddall; Closes: #436412.
 - French, by Christian Perrier; Closes: #436832.
 - Czech, by Miroslav Kure; Closes: #437224.
 - German, by Helge Kreutzmann; Closes: #430700, #437689
   * New debconf translation: Portuguese, by Américo Monteiro; Closes: #435301
   * debian/rules: use DEB_HOST_GNU_SYSTEM rather than `uname -s`, to improve
 crosscompilability.
Files: 
 fb4121d9975335ae27d4e83b05c70e09 603 admin optional nbd_2.9.6-2.dsc
 2d9e51b935b081950ed59f40d38d8ef6 44141 admin optional nbd_2.9.6-2.diff.gz
 cdfc034fd847a6848460ff2d6346ac36 47202 admin optional 
nbd-server_2.9.6-2_powerpc.deb
 832305d5542a1fcee2472b1f5fc76f46 35338 admin optional 
nbd-client_2.9.6-2_powerpc.deb
 ff3a467340d2baa4d4b0d904ca9fbcc8 6800 debian-installer optional 
nbd-client-udeb_2.9.6-2_powerpc.udeb
Package-Type: udeb

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

iD8DBQFGwYYhPfwsYq950p4RAn7CAKCUFkAbPA/SIzimPFRNNryt9PcdSACgj/Qa
J3ItQnYMFoa0Dfj4jlVpPNo=
=IbSX
-END PGP SIGNATURE-


Accepted:
nbd-client-udeb_2.9.6-2_powerpc.udeb
  to pool/main/n/nbd/nbd-client-udeb_2.9.6-2_powerpc.udeb
nbd-client_2.9.6-2_powerpc.deb
  to pool/main/n/nbd/nbd-client_2.9.6-2_powerpc.deb
nbd-server_2.9.6-2_powerpc.deb
  to pool/main/n/nbd/nbd-server_2.9.6-2_powerpc.deb
nbd_2.9.6-2.diff.gz
  to pool/main/n/nbd/nbd_2.9.6-2.diff.gz
nbd_2.9.6-2.dsc
  to pool/main/n/nbd/nbd_2.9.6-2.dsc


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



Accepted dnspython 1.5.0-1 (source all)

2007-08-14 Thread Robert S. Edmonds
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 06:35:13 -0400
Source: dnspython
Binary: python-dnspython
Architecture: source all
Version: 1.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Robert S. Edmonds [EMAIL PROTECTED]
Changed-By: Robert S. Edmonds [EMAIL PROTECTED]
Description: 
 python-dnspython - DNS toolkit for Python
Closes: 373315 420776 437695
Changes: 
 dnspython (1.5.0-1) unstable; urgency=low
 .
   * New upstream release.
   * New maintainer; closes: #437695.
   * Drop dummy package statement from package description; closes: #420776.
   * Package is compliant with Debian Python policy; closes: #373315.
   * Add watch file.
   * Add build dependency on python-central.
   * Drop build dependencies on cdbs and python-support.
   * Ship the upstream README file since it contains useful information.
Files: 
 a39a4c0d577c4c4973badf72cd48765a 658 python optional dnspython_1.5.0-1.dsc
 8b9bfb32988d03e49cdf8b3de7c7e6df 99179 python optional 
dnspython_1.5.0.orig.tar.gz
 1321228181c7d621a1ba6c569137dfc5 2370 python optional dnspython_1.5.0-1.diff.gz
 2cbe8485d7e2c6901f4b1d735ad6d802 90510 python optional 
python-dnspython_1.5.0-1_all.deb

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

iD4DBQFGwYYhdp+/SHMBQJERAhDaAJd8f33sjsur070DF0yGe3iG7cvfAKCLCvLT
XZx/22+RKfNxz4mHy5d9Cg==
=IqcM
-END PGP SIGNATURE-


Accepted:
dnspython_1.5.0-1.diff.gz
  to pool/main/d/dnspython/dnspython_1.5.0-1.diff.gz
dnspython_1.5.0-1.dsc
  to pool/main/d/dnspython/dnspython_1.5.0-1.dsc
dnspython_1.5.0.orig.tar.gz
  to pool/main/d/dnspython/dnspython_1.5.0.orig.tar.gz
python-dnspython_1.5.0-1_all.deb
  to pool/main/d/dnspython/python-dnspython_1.5.0-1_all.deb


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



Accepted btrfs 0.7-1 (source all)

2007-08-14 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 13:05:00 +0200
Source: btrfs
Binary: btrfs-source
Architecture: source all
Version: 0.7-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 btrfs-source - Source for the Btrfs filesystem driver
Changes: 
 btrfs (0.7-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 1b4bd11980720a00fd11732db5b355bd 557 admin optional btrfs_0.7-1.dsc
 287f72c90df9cb4d2674e188321bde97 72339 admin optional btrfs_0.7.orig.tar.gz
 80208d0d3c8ee0d924e8ab573385c1c0 3538 admin optional btrfs_0.7-1.diff.gz
 e9f1061a35db2869a7d1ed1a0ca12b89 53684 admin optional 
btrfs-source_0.7-1_all.deb

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

iD8DBQFGwYy5+C5cwEsrK54RAkqvAJ9OrSw4EsZ9LO/QjaaxjXzRz9bPjwCaAjaq
mLDJOArfWL4MgyUxX4N4II0=
=JLcp
-END PGP SIGNATURE-


Accepted:
btrfs-source_0.7-1_all.deb
  to pool/main/b/btrfs/btrfs-source_0.7-1_all.deb
btrfs_0.7-1.diff.gz
  to pool/main/b/btrfs/btrfs_0.7-1.diff.gz
btrfs_0.7-1.dsc
  to pool/main/b/btrfs/btrfs_0.7-1.dsc
btrfs_0.7.orig.tar.gz
  to pool/main/b/btrfs/btrfs_0.7.orig.tar.gz


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



Accepted xserver-xorg-video-intel 2:2.1.1-1 (source all i386)

2007-08-14 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 12:48:02 +0200
Source: xserver-xorg-video-intel
Binary: xserver-xorg-video-i810 xserver-xorg-video-intel-dbg 
xserver-xorg-video-intel
Architecture: source all i386
Version: 2:2.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force [EMAIL PROTECTED]
Changed-By: Julien Cristau [EMAIL PROTECTED]
Description: 
 xserver-xorg-video-i810 - X.Org X server -- Intel i8xx, i9xx display driver
 xserver-xorg-video-intel - X.Org X server -- Intel i8xx, i9xx display driver
 xserver-xorg-video-intel-dbg - X.Org X server -- Intel i8xx, i9xx display 
driver (debugging symb
Closes: 432061 434297
Changes: 
 xserver-xorg-video-intel (2:2.1.1-1) unstable; urgency=low
 .
   * New upstream release.
 + manpage typo fixed (closes: #432061).  Thanks, A Costa!
 + adds quirk for TV output on some 965-based laptops (closes: #434297).
Files: 
 2c82922b46d2ad9b5f84c2da3659094d 1332 x11 optional 
xserver-xorg-video-intel_2.1.1-1.dsc
 d4258949bf0d6cb15c4cde135b694038 779682 x11 optional 
xserver-xorg-video-intel_2.1.1.orig.tar.gz
 235a7c09fd03e06ee9d3ced7be32d2cf 148992 x11 optional 
xserver-xorg-video-intel_2.1.1-1.diff.gz
 f6c0d7853a28b53fb96e871d9c3ddf54 131328 oldlibs optional 
xserver-xorg-video-i810_2.1.1-1_all.deb
 17ff09d5e0d38ff28b2a18343f517c74 300578 x11 optional 
xserver-xorg-video-intel_2.1.1-1_i386.deb
 d53ef4129801a08341af59e3a1810fd0 1183238 x11 extra 
xserver-xorg-video-intel-dbg_2.1.1-1_i386.deb

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

iD8DBQFGwYpqmEvTgKxfcAwRAig9AKCcURSxtKFwA17twp4yX299gg7UVACfSG2s
HeeSi1WLAeEgHlYxG+YZEac=
=H7Oi
-END PGP SIGNATURE-


Accepted:
xserver-xorg-video-i810_2.1.1-1_all.deb
  to 
pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-i810_2.1.1-1_all.deb
xserver-xorg-video-intel-dbg_2.1.1-1_i386.deb
  to 
pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel-dbg_2.1.1-1_i386.deb
xserver-xorg-video-intel_2.1.1-1.diff.gz
  to 
pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_2.1.1-1.diff.gz
xserver-xorg-video-intel_2.1.1-1.dsc
  to pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_2.1.1-1.dsc
xserver-xorg-video-intel_2.1.1-1_i386.deb
  to 
pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_2.1.1-1_i386.deb
xserver-xorg-video-intel_2.1.1.orig.tar.gz
  to 
pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_2.1.1.orig.tar.gz


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



Accepted marble 0.3-2 (source i386 all)

2007-08-14 Thread Steffen Joeris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 10:40:08 +
Source: marble
Binary: marble marble-data
Architecture: source i386 all
Version: 0.3-2
Distribution: unstable
Urgency: medium
Maintainer: Steffen Joeris [EMAIL PROTECTED]
Changed-By: Steffen Joeris [EMAIL PROTECTED]
Description: 
 marble - generic geographical map widget
 marble-data - data files for Marble
Closes: 417569
Changes: 
 marble (0.3-2) unstable; urgency=medium
 .
   * Include patch (fix_ppc.patch) to fix segfault during startup on
 powerpc (Closes: #417569) Thanks to Michel Dänze
   * Do not ignore erros from make distclean, following lintian's
 advice
Files: 
 68a3c5088d391ef3becc15a53f61f395 586 misc optional marble_0.3-2.dsc
 2498731c13e065058457d28d6ab82acf 5407 misc optional marble_0.3-2.diff.gz
 b5e25cdd3230b7b8d4bd646431cb7df3 6220100 misc optional 
marble-data_0.3-2_all.deb
 f0fb8b73d04984efbaa73f88e6486ffd 197820 misc optional marble_0.3-2_i386.deb

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

iD8DBQFGwZLy62zWxYk/rQcRAjsVAJ0dK5V1xUfsI1S5/Jb/2nIewnlKAQCeKPrm
HCHnzTq6UkHmKNTrR9sXEBA=
=7qSY
-END PGP SIGNATURE-


Accepted:
marble-data_0.3-2_all.deb
  to pool/main/m/marble/marble-data_0.3-2_all.deb
marble_0.3-2.diff.gz
  to pool/main/m/marble/marble_0.3-2.diff.gz
marble_0.3-2.dsc
  to pool/main/m/marble/marble_0.3-2.dsc
marble_0.3-2_i386.deb
  to pool/main/m/marble/marble_0.3-2_i386.deb


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



Accepted dhis-server 5.2-3 (source amd64)

2007-08-14 Thread Guus Sliepen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 13:40:14 +0200
Source: dhis-server
Binary: dhis-server
Architecture: source amd64
Version: 5.2-3
Distribution: unstable
Urgency: low
Maintainer: Guus Sliepen [EMAIL PROTECTED]
Changed-By: Guus Sliepen [EMAIL PROTECTED]
Description: 
 dhis-server - Dynamic Host Information System - server
Closes: 436764
Changes: 
 dhis-server (5.2-3) unstable; urgency=low
 .
   * Remove strip command from Makefile. Closes: #436764
Files: 
 fadd3ff2f1dc7a5c470fd414a1db2f41 580 net optional dhis-server_5.2-3.dsc
 4216e0e0435778e8da2f6d95b01074f3 8290 net optional dhis-server_5.2-3.diff.gz
 3a517a6586f17530c9a2fc0cc7c2a494 31678 net optional dhis-server_5.2-3_amd64.deb

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

iD8DBQFGwZUlAxLow12M2nsRAg3RAKCAQsRTF6x5KjY+fh2jlDgfI3VOtgCfZjPv
xiuX5f2zQ4BNRfT0BJjiBS4=
=SBic
-END PGP SIGNATURE-


Accepted:
dhis-server_5.2-3.diff.gz
  to pool/main/d/dhis-server/dhis-server_5.2-3.diff.gz
dhis-server_5.2-3.dsc
  to pool/main/d/dhis-server/dhis-server_5.2-3.dsc
dhis-server_5.2-3_amd64.deb
  to pool/main/d/dhis-server/dhis-server_5.2-3_amd64.deb


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



Accepted matrem 1.0-10 (source amd64)

2007-08-14 Thread Guus Sliepen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 13:31:23 +0200
Source: matrem
Binary: matrem
Architecture: source amd64
Version: 1.0-10
Distribution: unstable
Urgency: low
Maintainer: Guus Sliepen [EMAIL PROTECTED]
Changed-By: Guus Sliepen [EMAIL PROTECTED]
Description: 
 matrem - An experiment in Artificial life
Closes: 437558
Changes: 
 matrem (1.0-10) unstable; urgency=low
 .
   * Remove strip command from Makefile. Closes: #437558
   * Fix some g++-4.2 compiler warnings.
   * Update copyright file.
   * Update Standards-Version.
Files: 
 c6f55c41c7c1ff82e0b8412416bc9003 569 games optional matrem_1.0-10.dsc
 db1c106ab894af12903576075d39d94b 6861 games optional matrem_1.0-10.diff.gz
 f5278b76f6693b638ec022ed2727e647 44814 games optional matrem_1.0-10_amd64.deb

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

iD8DBQFGwZLDAxLow12M2nsRAm9TAJ4qgw7kWoymkvQak2ZpQRUKB91CnQCePuD/
fZnaN+nrLTS9u0yv9K9VMP4=
=TN0w
-END PGP SIGNATURE-


Accepted:
matrem_1.0-10.diff.gz
  to pool/main/m/matrem/matrem_1.0-10.diff.gz
matrem_1.0-10.dsc
  to pool/main/m/matrem/matrem_1.0-10.dsc
matrem_1.0-10_amd64.deb
  to pool/main/m/matrem/matrem_1.0-10_amd64.deb


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



Accepted libnet-imap-simple-perl 1.17-1 (source all)

2007-08-14 Thread Rene Mayorga
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 08 Aug 2007 14:14:29 -0600
Source: libnet-imap-simple-perl
Binary: libnet-imap-simple-perl
Architecture: source all
Version: 1.17-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Rene Mayorga [EMAIL PROTECTED]
Description: 
 libnet-imap-simple-perl - Perl extension for simple IMAP account handling
Changes: 
 libnet-imap-simple-perl (1.17-1) unstable; urgency=low
 .
   * New upstream release
   * [debian/rules]
 + de-ignoring output from make distclean
 + removed unneeded commented dh_ calls  from binary-indep target
 + removed dh_strip call
 + installing imap.pl on examples/
   * debian/copyright - Added copyright stanza to the Debian Package
   * Added myself to uploaders
   * Homepage added to debian/control
Files: 
 fd457728a2cfa4974c5b97ccb421a8e1 1041 perl optional 
libnet-imap-simple-perl_1.17-1.dsc
 b696b0945f2db1b0e368327f72d2bae5 10472 perl optional 
libnet-imap-simple-perl_1.17.orig.tar.gz
 aa00ee9bde7d83812edbde23e5fe3009 2893 perl optional 
libnet-imap-simple-perl_1.17-1.diff.gz
 94b53228710172a4c19dae664decddd9 18182 perl optional 
libnet-imap-simple-perl_1.17-1_all.deb

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

iD8DBQFGwZHFHqjlqpcl9jsRAg91AJ9XZc1jXXS536ImkIxeXvAqbMrKWwCgzKHA
bEIfEvrs07CLdd09fk8Dfq4=
=QLRS
-END PGP SIGNATURE-


Accepted:
libnet-imap-simple-perl_1.17-1.diff.gz
  to 
pool/main/libn/libnet-imap-simple-perl/libnet-imap-simple-perl_1.17-1.diff.gz
libnet-imap-simple-perl_1.17-1.dsc
  to pool/main/libn/libnet-imap-simple-perl/libnet-imap-simple-perl_1.17-1.dsc
libnet-imap-simple-perl_1.17-1_all.deb
  to 
pool/main/libn/libnet-imap-simple-perl/libnet-imap-simple-perl_1.17-1_all.deb
libnet-imap-simple-perl_1.17.orig.tar.gz
  to 
pool/main/libn/libnet-imap-simple-perl/libnet-imap-simple-perl_1.17.orig.tar.gz


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



Accepted gcc-4.2 4.2.1-4 (sparc source all i386 powerpc)

2007-08-14 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 11:14:35 +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.1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian GCC Maintainers [EMAIL PROTECTED]
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 cpp-4.2- The GNU C preprocessor
 cpp-4.2-doc - Documentation for the GNU C preprocessor (cpp)
 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-doc - Documentation for the GNU compilers (gcc, gobjc, g++)
 gcc-4.2-locales - The GNU C compiler (native language support files)
 gcc-4.2-multilib - The GNU C compiler (multilib files)
 gcc-4.2-source - Source of the GNU Compiler Collection
 gfortran-4.2 - The GNU Fortran 95 compiler
 gfortran-4.2-doc - Documentation for the GNU Fortran compiler (gfortran)
 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-doc - The GNU Standard C++ Library v3 (documentation 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
Changes: 
 gcc-4.2 (4.2.1-4) unstable; urgency=medium
 .
   * gcc-4.2: Include missing std*.h header files.
Files: 
 0109d2dabf73142a4c085f1106026839 895726 devel optional 
g++-4.2-multilib_4.2.1-4_sparc.deb
 035de71f49d97fee6a96c94911b34f71 11224 libs optional libgomp1_4.2.1-4_sparc.deb
 03c3b4bb67ff172658439dc52ba2 2780078 devel optional 
gobjc-4.2_4.2.1-4_powerpc.deb
 0617491888fff1f9fecf5f9c9ab50aee 52882 devel optional 
gobjc-4.2-multilib_4.2.1-4_sparc.deb
 07b2e315a35c42be64e40584c2049a42 4274914 libdevel extra 
libstdc++6-4.2-dbg_4.2.1-4_i386.deb
 091eec80021f1168eca6bdf954fd34e8 2779560 devel optional 
g++-4.2_4.2.1-4_i386.deb
 0b073beaa665b878fa8b8cb586d5029b 450052 libdevel extra 
libstdc++6-4.2-pic_4.2.1-4_sparc.deb
 0c2c8432e2f480d18cfce8f07c48edb0 82254 devel optional 
fixincludes_4.2.1-4_powerpc.deb
 0c97aa1dc5da8d4876673f7589be839b 49170 devel optional 
protoize_4.2.1-4_powerpc.deb
 0cea3e222c86aec2e186384f7cc3843a 2610148 devel optional 
treelang-4.2_4.2.1-4_powerpc.deb
 0de2daa80bddd0aa09466ef946dd0bbc 4464456 libdevel extra 
libstdc++6-4.2-dbg_4.2.1-4_sparc.deb
 0f7346833a2254ddea906cb970e581a8 313020 libs optional 
lib64stdc++6_4.2.1-4_i386.deb
 0ff3c604acae20aa540377fc60e7e5c3 47990 libs optional 
libobjc2_4.2.1-4_powerpc.deb
 12176af4d32bd847a0e198ee97843d2c 2666062 devel optional 
gobjc++-4.2_4.2.1-4_i386.deb
 1240fe2dcb71c966bd6a10eb1b1c4b8d 59224 devel optional 
gobjc-4.2-multilib_4.2.1-4_powerpc.deb
 14a3cb6e10adb427dbe34893050ce025 3157606 devel optional 
gfortran-4.2_4.2.1-4_powerpc.deb
 

Accepted dhis-dns-engine 5.1-2 (source amd64)

2007-08-14 Thread Guus Sliepen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 13:43:33 +0200
Source: dhis-dns-engine
Binary: dhis-dns-engine
Architecture: source amd64
Version: 5.1-2
Distribution: unstable
Urgency: low
Maintainer: Guus Sliepen [EMAIL PROTECTED]
Changed-By: Guus Sliepen [EMAIL PROTECTED]
Description: 
 dhis-dns-engine - Dynamic Host Information System - DNS engine
Closes: 436765
Changes: 
 dhis-dns-engine (5.1-2) unstable; urgency=low
 .
   * Remove strip command from Makefile. Closes: #436765
Files: 
 4d20ff266d29dc290f91f267ced958f7 595 net extra dhis-dns-engine_5.1-2.dsc
 0ff4341b0566245fc1a22ab5416ad891 3811 net extra dhis-dns-engine_5.1-2.diff.gz
 4b49a2311932c3e7abbd8e362990a570 7804 net extra dhis-dns-engine_5.1-2_amd64.deb

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

iD4DBQFGwZWvAxLow12M2nsRAj0ZAJiVE5KePu+3MnzyW3IBcbOUqGdwAKCEyLgX
jyHw9Gr/JhVdtQ9MTTdNZw==
=vnpA
-END PGP SIGNATURE-


Accepted:
dhis-dns-engine_5.1-2.diff.gz
  to pool/main/d/dhis-dns-engine/dhis-dns-engine_5.1-2.diff.gz
dhis-dns-engine_5.1-2.dsc
  to pool/main/d/dhis-dns-engine/dhis-dns-engine_5.1-2.dsc
dhis-dns-engine_5.1-2_amd64.deb
  to pool/main/d/dhis-dns-engine/dhis-dns-engine_5.1-2_amd64.deb


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



Accepted imlib 1.9.15-3 (source i386 all)

2007-08-14 Thread Steffen Joeris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 11:13:36 +
Source: imlib
Binary: gdk-imlib1 gdk-imlib11-dev gdk-imlib11 imlib11 imlib-base imlib11-dev
Architecture: source i386 all
Version: 1.9.15-3
Distribution: unstable
Urgency: high
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Steffen Joeris [EMAIL PROTECTED]
Description: 
 gdk-imlib1 - compatibility package for gdk-imlib11
 gdk-imlib11 - imaging library for use with gtk
 gdk-imlib11-dev - Header files needed for Gdk-Imlib development
 imlib-base - Common files needed by the Imlib/Gdk-Imlib packages
 imlib11- Imlib is an imaging library for X and X11
 imlib11-dev - Imlib is an imaging library for X and X11
Closes: 437708
Changes: 
 imlib (1.9.15-3) unstable; urgency=high
 .
   * QA upload by the testing security team
   * Include patch (bpp16-CVE-2007-3568.patch) to fix a DoS caused via a
 BMP image with a Bits Per Page (BPP) value of 0 (Closes: #437708)
 Fixes: CVE-2007-3568
 Thanks to Luciano Bello for forwarding the patch
Files: 
 7f91f28fb927c9f3c9a48d788dbf1b33 815 graphics optional imlib_1.9.15-3.dsc
 e200d1eb403dc10463baf8b19a625e22 368320 graphics optional 
imlib_1.9.15-3.diff.gz
 cb7cba614df59517ddfecec73893047b 23686 graphics optional 
imlib-base_1.9.15-3_all.deb
 7a52cfcf07bba4ec362cc454b8c09199 16130 oldlibs optional 
gdk-imlib1_1.9.15-3_all.deb
 286c8fc7cd4bbea75b8dc3709739dbc7 85184 oldlibs optional 
imlib11_1.9.15-3_i386.deb
 4e12d0ca57be1d194ec48710e8edae4c 89242 libdevel optional 
imlib11-dev_1.9.15-3_i386.deb
 e8dfbb2ca97ba10611b07756d79a83e4 93434 oldlibs optional 
gdk-imlib11_1.9.15-3_i386.deb
 ad8c726846a5a9e09b7dfbf34dedd124 78418 oldlibs optional 
gdk-imlib11-dev_1.9.15-3_i386.deb

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

iD8DBQFGwZb262zWxYk/rQcRAjJlAJ9+ZoIkfCcazx5JZNCzlmlyJFEpZwCfVpy9
m6AgZ0XzW/xXThmkJ5FhI7s=
=PYep
-END PGP SIGNATURE-


Accepted:
gdk-imlib11-dev_1.9.15-3_i386.deb
  to pool/main/i/imlib/gdk-imlib11-dev_1.9.15-3_i386.deb
gdk-imlib11_1.9.15-3_i386.deb
  to pool/main/i/imlib/gdk-imlib11_1.9.15-3_i386.deb
gdk-imlib1_1.9.15-3_all.deb
  to pool/main/i/imlib/gdk-imlib1_1.9.15-3_all.deb
imlib-base_1.9.15-3_all.deb
  to pool/main/i/imlib/imlib-base_1.9.15-3_all.deb
imlib11-dev_1.9.15-3_i386.deb
  to pool/main/i/imlib/imlib11-dev_1.9.15-3_i386.deb
imlib11_1.9.15-3_i386.deb
  to pool/main/i/imlib/imlib11_1.9.15-3_i386.deb
imlib_1.9.15-3.diff.gz
  to pool/main/i/imlib/imlib_1.9.15-3.diff.gz
imlib_1.9.15-3.dsc
  to pool/main/i/imlib/imlib_1.9.15-3.dsc


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



Accepted dhis-server 5.2-4 (source amd64)

2007-08-14 Thread Guus Sliepen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 13:54:06 +0200
Source: dhis-server
Binary: dhis-server
Architecture: source amd64
Version: 5.2-4
Distribution: unstable
Urgency: low
Maintainer: Guus Sliepen [EMAIL PROTECTED]
Changed-By: Guus Sliepen [EMAIL PROTECTED]
Description: 
 dhis-server - Dynamic Host Information System - server
Changes: 
 dhis-server (5.2-4) unstable; urgency=low
 .
   * Build with gcc, not with gcc-4.2.
Files: 
 1aead8236f9fb2acac92e5aea707119e 580 net optional dhis-server_5.2-4.dsc
 d44d6e3d4ce08c6c9e4742aa390aa186 8310 net optional dhis-server_5.2-4.diff.gz
 ce65185e86ea799f24e69c8199d36b19 31654 net optional dhis-server_5.2-4_amd64.deb

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

iD8DBQFGwZgHAxLow12M2nsRAv1qAKCpnjJSEfBg+Veaj6QjLpMoCE5uywCgoOiv
Kk0F6L0wMJoWfif1vsoyhmk=
=zvJO
-END PGP SIGNATURE-


Accepted:
dhis-server_5.2-4.diff.gz
  to pool/main/d/dhis-server/dhis-server_5.2-4.diff.gz
dhis-server_5.2-4.dsc
  to pool/main/d/dhis-server/dhis-server_5.2-4.dsc
dhis-server_5.2-4_amd64.deb
  to pool/main/d/dhis-server/dhis-server_5.2-4_amd64.deb


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



Accepted jbidwatcher 1:1.0.2+dfsg-1 (source all)

2007-08-14 Thread Romain Beauxis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 13 Aug 2007 20:30:13 +0200
Source: jbidwatcher
Binary: jbidwatcher
Architecture: source all
Version: 1:1.0.2+dfsg-1
Distribution: unstable
Urgency: high
Maintainer: Romain Beauxis [EMAIL PROTECTED]
Changed-By: Romain Beauxis [EMAIL PROTECTED]
Description: 
 jbidwatcher - bidding, sniping and monitoring software for eBay
Changes: 
 jbidwatcher (1:1.0.2+dfsg-1) unstable; urgency=high
 .
   * New upstream release
   * Fixes new issues with ebay's web pages, hence high urgency
   * Corrected menus, thanks to lintian
Files: 
 dccf4af5cdac0ca4ce35b1823e4bc065 682 contrib/x11 extra 
jbidwatcher_1.0.2+dfsg-1.dsc
 c616563690cba49bd14de1cc60b2a1c5 570306 contrib/x11 extra 
jbidwatcher_1.0.2+dfsg.orig.tar.gz
 1da5ce1d9e59ac47feea4619085442bf 103616 contrib/x11 extra 
jbidwatcher_1.0.2+dfsg-1.diff.gz
 d26245889b5fc49f669e2ca38a17cfaa 771520 contrib/x11 extra 
jbidwatcher_1.0.2+dfsg-1_all.deb

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

iD8DBQFGwZbVnuQ3Rt5ZmAARAn1zAJ0bUCSErJlvreh7eDHGy4J5R1LEGQCglGSj
41wXFV/QpdOC8yKdl1F9Y28=
=DIkk
-END PGP SIGNATURE-


Accepted:
jbidwatcher_1.0.2+dfsg-1.diff.gz
  to pool/contrib/j/jbidwatcher/jbidwatcher_1.0.2+dfsg-1.diff.gz
jbidwatcher_1.0.2+dfsg-1.dsc
  to pool/contrib/j/jbidwatcher/jbidwatcher_1.0.2+dfsg-1.dsc
jbidwatcher_1.0.2+dfsg-1_all.deb
  to pool/contrib/j/jbidwatcher/jbidwatcher_1.0.2+dfsg-1_all.deb
jbidwatcher_1.0.2+dfsg.orig.tar.gz
  to pool/contrib/j/jbidwatcher/jbidwatcher_1.0.2+dfsg.orig.tar.gz


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



Accepted tinc 1.0.8-2 (source amd64)

2007-08-14 Thread Guus Sliepen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 13:50:27 +0200
Source: tinc
Binary: tinc
Architecture: source amd64
Version: 1.0.8-2
Distribution: unstable
Urgency: low
Maintainer: Guus Sliepen [EMAIL PROTECTED]
Changed-By: Guus Sliepen [EMAIL PROTECTED]
Description: 
 tinc   - Virtual Private Network daemon
Closes: 434191
Changes: 
 tinc (1.0.8-2) unstable; urgency=low
 .
   * Include Portugese debconf translation. Closes: #434191
Files: 
 122a1d32a4c05fbd7109a4d8dd785d90 620 net optional tinc_1.0.8-2.dsc
 3de7f9a38f92b2ddfd9c414e4a97515b 11510 net optional tinc_1.0.8-2.diff.gz
 329c7502c0b3c5e691c9b857435e4853 213674 net optional tinc_1.0.8-2_amd64.deb

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

iD8DBQFGwZdPAxLow12M2nsRAoE0AJ9QqBjgTrXPCT3TOtI8aC1qHj0PeQCgkILn
NqUqjvfvqZ89J54D9ZG4sNI=
=9Kmc
-END PGP SIGNATURE-


Accepted:
tinc_1.0.8-2.diff.gz
  to pool/main/t/tinc/tinc_1.0.8-2.diff.gz
tinc_1.0.8-2.dsc
  to pool/main/t/tinc/tinc_1.0.8-2.dsc
tinc_1.0.8-2_amd64.deb
  to pool/main/t/tinc/tinc_1.0.8-2_amd64.deb


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



Accepted cupsys 1.2.12-4 (source i386 all)

2007-08-14 Thread Martin-Éric Racine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Aug 2007 13:36:30 +0300
Source: cupsys
Binary: libcupsys2-dev cupsys libcupsys2 libcupsimage2 cupsys-common 
cupsys-client cupsys-dbg cupsys-bsd libcupsimage2-dev
Architecture: source i386 all
Version: 1.2.12-4
Distribution: unstable
Urgency: low
Maintainer: Debian CUPS Maintainers [EMAIL PROTECTED]
Changed-By: Martin-Éric Racine [EMAIL PROTECTED]
Description: 
 cupsys - Common UNIX Printing System(tm) - server
 cupsys-bsd - Common UNIX Printing System(tm) - BSD commands
 cupsys-client - Common UNIX Printing System(tm) - client programs (SysV)
 cupsys-common - Common UNIX Printing System(tm) - common files
 cupsys-dbg - Common UNIX Printing System(tm) - debugging symbols
 libcupsimage2 - Common UNIX Printing System(tm) - image libs
 libcupsimage2-dev - Common UNIX Printing System(tm) - image development files
 libcupsys2 - Common UNIX Printing System(tm) - libs
 libcupsys2-dev - Common UNIX Printing System(tm) - development files
Closes: 437536
Changes: 
 cupsys (1.2.12-4) unstable; urgency=low
 .
   [ Martin Pitt ]
   * cupsys.logrotate: Fix last occurence of 'cupsys' user.
 (closes: #437536)
   * Moved all Debian specific filters to debian/local/filters.
   * Cleaned up debian/rules, moved some file installs to
 debian/cupsys.install.
   * Merge debian/cupsys.files into debian/cupsys.install and remove the
 former. Two different files are just too confusing.
   * debian/local/filters/pdftops: Do not pass /etc/cups/pdftops.conf to
 pdftops if it does not exist (poppler-utils does not have this file).
 (https://launchpad.net/bugs/125300)
 .
   [ Martin-Éric Racine ]
   * Corrected download URL in debian/copyright.
   * Added debian/watch file using that URL.
   * Revised the Uploaders in debian/control:
 - Fixed the name for Masayuki Hatta.
 - Added Roger Leigh.
   * Removed cupsys-driver-gimpprint alternative in debian/control;
 superseded by cupsys-driver-gutenprint since Etch.
Files: 
 d0c26c151724aed75a021196d15257c6 1129 net optional cupsys_1.2.12-4.dsc
 02c6aa29736a8bb5db6d33fa4e811225 98245 net optional cupsys_1.2.12-4.diff.gz
 c238810e7b17f7b343fb457f34c98d3a 936958 net optional 
cupsys-common_1.2.12-4_all.deb
 3cb4d67d57f1afa2c43cc7d98a60c865 167638 libs optional 
libcupsys2_1.2.12-4_i386.deb
 3113d72c76ece3433818e7730a5d06f7 94096 libs optional 
libcupsimage2_1.2.12-4_i386.deb
 c72d53bdbbc186ca8785d92de739b48a 1872574 net optional cupsys_1.2.12-4_i386.deb
 ed8bd08c4a47f729b38678044d0a0528 81584 net optional 
cupsys-client_1.2.12-4_i386.deb
 62905d7c160d4956ca292146f1c139ef 137756 libdevel optional 
libcupsys2-dev_1.2.12-4_i386.deb
 1c63da907e89b7e9a1b02ffcfad05778 54890 libdevel optional 
libcupsimage2-dev_1.2.12-4_i386.deb
 7a05c43b1eaf679d0365b84266894fdf 36808 net extra cupsys-bsd_1.2.12-4_i386.deb
 ec1b1be56b7d717e2a1e386dd33bc966 991940 libdevel extra 
cupsys-dbg_1.2.12-4_i386.deb

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

iD8DBQFGwZX8DecnbV4Fd/IRAs5/AKDN227Pmq1B2IIEhkzOV5xDU6zvdQCaA3Xa
q2H5Q7SleTTsCLdL1+QJCcI=
=U6Pf
-END PGP SIGNATURE-


Accepted:
cupsys-bsd_1.2.12-4_i386.deb
  to pool/main/c/cupsys/cupsys-bsd_1.2.12-4_i386.deb
cupsys-client_1.2.12-4_i386.deb
  to pool/main/c/cupsys/cupsys-client_1.2.12-4_i386.deb
cupsys-common_1.2.12-4_all.deb
  to pool/main/c/cupsys/cupsys-common_1.2.12-4_all.deb
cupsys-dbg_1.2.12-4_i386.deb
  to pool/main/c/cupsys/cupsys-dbg_1.2.12-4_i386.deb
cupsys_1.2.12-4.diff.gz
  to pool/main/c/cupsys/cupsys_1.2.12-4.diff.gz
cupsys_1.2.12-4.dsc
  to pool/main/c/cupsys/cupsys_1.2.12-4.dsc
cupsys_1.2.12-4_i386.deb
  to pool/main/c/cupsys/cupsys_1.2.12-4_i386.deb
libcupsimage2-dev_1.2.12-4_i386.deb
  to pool/main/c/cupsys/libcupsimage2-dev_1.2.12-4_i386.deb
libcupsimage2_1.2.12-4_i386.deb
  to pool/main/c/cupsys/libcupsimage2_1.2.12-4_i386.deb
libcupsys2-dev_1.2.12-4_i386.deb
  to pool/main/c/cupsys/libcupsys2-dev_1.2.12-4_i386.deb
libcupsys2_1.2.12-4_i386.deb
  to pool/main/c/cupsys/libcupsys2_1.2.12-4_i386.deb


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



Accepted apcupsd 3.14.1-3 (source all i386)

2007-08-14 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 13:30:00 +0200
Source: apcupsd
Binary: apcupsd-doc apcupsd-cgi apcupsd
Architecture: source all i386
Version: 3.14.1-3
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 apcupsd- APC UPS Power Management (daemon)
 apcupsd-cgi - APC UPS Power Management (web interface)
 apcupsd-doc - APC UPS Power Management (documentation/examples)
Closes: 409734
Changes: 
 apcupsd (3.14.1-3) unstable; urgency=low
 .
   * Applied patch from Tero Janka [EMAIL PROTECTED] to not call apcaccess
 in commfailure mails (Closes: #409734).
Files: 
 c14bfb5e93d8d31c079c7a246e7f5a52 753 admin extra apcupsd_3.14.1-3.dsc
 01232f901be4eb8b65dcfaaec97325fe 36214 admin extra apcupsd_3.14.1-3.diff.gz
 c32bb966040fbc69ef636d4f2e2f2d9e 2509762 doc extra apcupsd-doc_3.14.1-3_all.deb
 02a7b73ecd4137c1cb0b91ed2180c969 253690 admin extra apcupsd_3.14.1-3_i386.deb
 1dad15a375c8eed2bafe1046bb9a9e34 34756 web extra apcupsd-cgi_3.14.1-3_i386.deb

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

iD8DBQFGwZwd+C5cwEsrK54RAubAAKCGqobzHlYu1e9OjR7lenQ99KQqCACgwZJw
L67dSEcONIWI217cp4vysk0=
=gIZZ
-END PGP SIGNATURE-


Accepted:
apcupsd-cgi_3.14.1-3_i386.deb
  to pool/main/a/apcupsd/apcupsd-cgi_3.14.1-3_i386.deb
apcupsd-doc_3.14.1-3_all.deb
  to pool/main/a/apcupsd/apcupsd-doc_3.14.1-3_all.deb
apcupsd_3.14.1-3.diff.gz
  to pool/main/a/apcupsd/apcupsd_3.14.1-3.diff.gz
apcupsd_3.14.1-3.dsc
  to pool/main/a/apcupsd/apcupsd_3.14.1-3.dsc
apcupsd_3.14.1-3_i386.deb
  to pool/main/a/apcupsd/apcupsd_3.14.1-3_i386.deb


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



Accepted barcode 0.98+debian-3 (source i386)

2007-08-14 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 14:30:00 +0200
Source: barcode
Binary: barcode
Architecture: source i386
Version: 0.98+debian-3
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 barcode- Utility and library for barcode generation
Closes: 436523
Changes: 
 barcode (0.98+debian-3) unstable; urgency=low
 .
   * doc/manpager seems to need gawk to produce proper manpages
 (Closes: #436523).
Files: 
 b0d30864875ae66bc5b67f043be81d13 620 graphics optional 
barcode_0.98+debian-3.dsc
 f70fd0407fe92b3287ea8f4b7b3e5ae5 28786 graphics optional 
barcode_0.98+debian-3.diff.gz
 320e42aad5f6c7e9bd01bb8dd83815e5 72762 graphics optional 
barcode_0.98+debian-3_i386.deb

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

iD8DBQFGwaDJ+C5cwEsrK54RAv+jAJ4nDUDzxM1WNfBE+boCPGY2dMI47gCfQm6E
OZV+mMpRT7xklSs0w0gjWDs=
=nP3J
-END PGP SIGNATURE-


Accepted:
barcode_0.98+debian-3.diff.gz
  to pool/main/b/barcode/barcode_0.98+debian-3.diff.gz
barcode_0.98+debian-3.dsc
  to pool/main/b/barcode/barcode_0.98+debian-3.dsc
barcode_0.98+debian-3_i386.deb
  to pool/main/b/barcode/barcode_0.98+debian-3_i386.deb


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



Accepted blobwars 1.07-2 (source amd64)

2007-08-14 Thread Guus Sliepen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 14:43:27 +0200
Source: blobwars
Binary: blobwars
Architecture: source amd64
Version: 1.07-2
Distribution: unstable
Urgency: low
Maintainer: Guus Sliepen [EMAIL PROTECTED]
Changed-By: Guus Sliepen [EMAIL PROTECTED]
Description: 
 blobwars   - A platform shooting game
Closes: 434328
Changes: 
 blobwars (1.07-2) unstable; urgency=low
 .
   * Correct spelling of weaponry. Closes: #434328
   * Fix all g++-4.2 warnings.
   * Update desktop and menu files.
Files: 
 ab3e30518a6e0630594622dd0a2e6a2e 633 games optional blobwars_1.07-2.dsc
 9b11e0da688978783fcaf6a7bc7f33c6 22181 games optional blobwars_1.07-2.diff.gz
 cde3c679677f55cddaae281083cb5b81 7624722 games optional 
blobwars_1.07-2_amd64.deb

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

iD8DBQFGwaOkAxLow12M2nsRAqkIAJ47orU/ZB5WRJMh/+xLLbXk+o858QCghxed
NaN+vhlZjYnHa1grvJLt7Zg=
=BfN5
-END PGP SIGNATURE-


Accepted:
blobwars_1.07-2.diff.gz
  to pool/main/b/blobwars/blobwars_1.07-2.diff.gz
blobwars_1.07-2.dsc
  to pool/main/b/blobwars/blobwars_1.07-2.dsc
blobwars_1.07-2_amd64.deb
  to pool/main/b/blobwars/blobwars_1.07-2_amd64.deb


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



Accepted gnunet 0.7.2b-1 (source i386 all)

2007-08-14 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 14:39:00 +0200
Source: gnunet
Binary: gnunet-dev gnunet-client gnunet gnunet-tools gnunet-daemon gnunet-common
Architecture: source i386 all
Version: 0.7.2b-1
Distribution: unstable
Urgency: low
Maintainer: Arnaud Kyheng [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 gnunet - secure, trust-based peer-to-peer framework (meta)
 gnunet-client - secure, trust-based peer-to-peer framework (client)
 gnunet-common - secure, trust-based peer-to-peer framework (common)
 gnunet-daemon - secure, trust-based peer-to-peer framework (daemon)
 gnunet-dev - secure, trust-based peer-to-peer framework (development)
 gnunet-tools - secure, trust-based peer-to-peer framework (tools)
Closes: 430802 431384
Changes: 
 gnunet (0.7.2b-1) unstable; urgency=low
 .
   * New upstream release.
   * Updated po files according to the work from the debian-l10n-english team
 (Closes: #430802).
   * Added updated French debconf translation from Christian Perrier
 [EMAIL PROTECTED] (Closes: #431384).
Files: 
 19e0f62f760acb66c5ef4449d77a882c 924 net optional gnunet_0.7.2b-1.dsc
 d1cc48eb2174597eeb68bb2d2228ac85 2232281 net optional gnunet_0.7.2b.orig.tar.gz
 e3a9e4e6e80f71304df3ebedc2b79f94 27834 net optional gnunet_0.7.2b-1.diff.gz
 d453e730572a6db4b351c283df1e9d73 37112 net optional gnunet_0.7.2b-1_all.deb
 19baa3d18ed27d1dcb7286499587d993 195114 net optional 
gnunet-client_0.7.2b-1_i386.deb
 7b372d6adf65d6186a2f5016dee46a2b 185586 net optional 
gnunet-common_0.7.2b-1_i386.deb
 8dcd5a62b74024bf846e6e91e10e4a8d 293934 net optional 
gnunet-daemon_0.7.2b-1_i386.deb
 7f132ecdc97690a72d292eb2b9deb86a 118060 libdevel optional 
gnunet-dev_0.7.2b-1_i386.deb
 0c6358f81ef40384c799817ecad5ea2e 105256 net optional 
gnunet-tools_0.7.2b-1_i386.deb

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

iD8DBQFGwakx+C5cwEsrK54RAiM0AKCZhiM+bJfAj9Dor7BEdhJrMoPjhgCfWuxb
bWvAq/1rELo+hffi2f9RlRw=
=YGRZ
-END PGP SIGNATURE-


Accepted:
gnunet-client_0.7.2b-1_i386.deb
  to pool/main/g/gnunet/gnunet-client_0.7.2b-1_i386.deb
gnunet-common_0.7.2b-1_i386.deb
  to pool/main/g/gnunet/gnunet-common_0.7.2b-1_i386.deb
gnunet-daemon_0.7.2b-1_i386.deb
  to pool/main/g/gnunet/gnunet-daemon_0.7.2b-1_i386.deb
gnunet-dev_0.7.2b-1_i386.deb
  to pool/main/g/gnunet/gnunet-dev_0.7.2b-1_i386.deb
gnunet-tools_0.7.2b-1_i386.deb
  to pool/main/g/gnunet/gnunet-tools_0.7.2b-1_i386.deb
gnunet_0.7.2b-1.diff.gz
  to pool/main/g/gnunet/gnunet_0.7.2b-1.diff.gz
gnunet_0.7.2b-1.dsc
  to pool/main/g/gnunet/gnunet_0.7.2b-1.dsc
gnunet_0.7.2b-1_all.deb
  to pool/main/g/gnunet/gnunet_0.7.2b-1_all.deb
gnunet_0.7.2b.orig.tar.gz
  to pool/main/g/gnunet/gnunet_0.7.2b.orig.tar.gz


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



Accepted libcdk-perl 4.9.10-2 (source i386)

2007-08-14 Thread Jeremiah Foster
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 12:39:04 +
Source: libcdk-perl
Binary: libcdk-perl
Architecture: source i386
Version: 4.9.10-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Jeremiah Foster [EMAIL PROTECTED]
Description: 
 libcdk-perl - Perl interface for a curses widget library
Closes: 279778
Changes: 
 libcdk-perl (4.9.10-2) unstable; urgency=low
 .
   * Adopted orphaned package for Debian Perl Group (Closes: #279778)
   * Added myself to Uploaders
   * Do not ignore $(MAKE) clean errors in debian/rules
   * Corrected Homepage in debian/control
   * Removed emtpy /usr/share/perl5
   * Fixed debian/watch
   * Bumped debhelper version in debian/compat to 5
   * Changed  to = in Build-Depends
   * Updated Standards-Version to 3.7.2 from 3.6.2 (no changes)
Files: 
 5785c3980d4439f029ad5c84bca70b80 817 perl optional libcdk-perl_4.9.10-2.dsc
 3ae6c10dc801936f8c428f79916aa096 3488 perl optional 
libcdk-perl_4.9.10-2.diff.gz
 491d2504944528d1d04814f709b343b9 227132 perl optional 
libcdk-perl_4.9.10-2_i386.deb

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

iD8DBQFGwa5FHqjlqpcl9jsRAgBBAJ0a0cDAXjv22N6Iisq77Jdgajf+MACfU69w
8R0V9D1aPuGLrJ0KlZg+/Sc=
=M7Ry
-END PGP SIGNATURE-


Accepted:
libcdk-perl_4.9.10-2.diff.gz
  to pool/main/libc/libcdk-perl/libcdk-perl_4.9.10-2.diff.gz
libcdk-perl_4.9.10-2.dsc
  to pool/main/libc/libcdk-perl/libcdk-perl_4.9.10-2.dsc
libcdk-perl_4.9.10-2_i386.deb
  to pool/main/libc/libcdk-perl/libcdk-perl_4.9.10-2_i386.deb


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



Accepted zope2.10 2.10.4-2 (source all amd64)

2007-08-14 Thread Bernd Zeimetz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 13 Aug 2007 20:11:39 +0200
Source: zope2.10
Binary: zope2.10 zope2.10-sandbox
Architecture: source amd64 all
Version: 2.10.4-2
Distribution: unstable
Urgency: low
Maintainer: Debian/Ubuntu Zope Team [EMAIL PROTECTED]
Changed-By: Bernd Zeimetz [EMAIL PROTECTED]
Description: 
 zope2.10   - Open Source Web Application Server
 zope2.10-sandbox - sandbox instance for the zope2.10 web application server
Changes: 
 zope2.10 (2.10.4-2) unstable; urgency=low
 .
   [ Jonas Meurer ]
   * Add a watch file.
 .
   [ Bernd Zeimetz ]
   * Porting the new deb patch was a bit hasty, we should not use zope2.9
 directories - fixing that.
Files: 
 1dd179431f94c4029629ab37a7c24434 932 web optional zope2.10_2.10.4-2.dsc
 4e2bed9c852a436681d1283ea0220f09 13468 web optional zope2.10_2.10.4-2.diff.gz
 5f5c10f142f84a3f80dd7089ccd85cf1 7191752 web optional 
zope2.10_2.10.4-2_amd64.deb
 f3a8a5592e6f66426aa27329cd686ce8 178428 web optional 
zope2.10-sandbox_2.10.4-2_all.deb

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

iD8DBQFGwKFFK/juK3+WFWQRAs1mAJ4zujER8hQ11TTuWFPkVqevZCf0EQCgjlmK
J8pZkiCckqoJWOlISWw4BCo=
=X0oq
-END PGP SIGNATURE-


Accepted:
zope2.10-sandbox_2.10.4-2_all.deb
  to pool/main/z/zope2.10/zope2.10-sandbox_2.10.4-2_all.deb
zope2.10_2.10.4-2.diff.gz
  to pool/main/z/zope2.10/zope2.10_2.10.4-2.diff.gz
zope2.10_2.10.4-2.dsc
  to pool/main/z/zope2.10/zope2.10_2.10.4-2.dsc
zope2.10_2.10.4-2_amd64.deb
  to pool/main/z/zope2.10/zope2.10_2.10.4-2_amd64.deb


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



Accepted ifstat 1.1-7 (source i386)

2007-08-14 Thread Goswin von Brederlow
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 13 Aug 2007 13:59:12 +
Source: ifstat
Binary: libifstat-dev ifstat
Architecture: source i386
Version: 1.1-7
Distribution: unstable
Urgency: low
Maintainer: Goswin von Brederlow [EMAIL PROTECTED]
Changed-By: Goswin von Brederlow [EMAIL PROTECTED]
Description: 
 ifstat - InterFace STATistics Monitoring
 libifstat-dev - Ifstat Development Files
Closes: 363957 437199
Changes: 
 ifstat (1.1-7) unstable; urgency=low
 .
   * debian/control: Remove libsnmp9-dev alternative from Build-Depends
   * debian/control: Fix spelling of bandwidth (Closes: #363957)
   * debian/rules: Move DH_COMPAT setting to debian/compat
   * Makefile.in: don't strip ifstat on install (Closes: #437199)
   * debian/rules: fix lintian waring debian-rules-ignores-make-clean-error
   * ifstat.1: Replace latin1 character with named character edieresis
   * libifstat-config.1: Replace latin1 character with named character edieresis
   * snmp.c: fix 2 pointer targets differ in signedness warnings
   * Upgrade Standards-Version, no changes required
Files: 
 57de4640f2518ea6019acda6187e 614 net optional ifstat_1.1-7.dsc
 d344255d0f9ae448f7fdfca771450825 6078 net optional ifstat_1.1-7.diff.gz
 12bb0f8dddacc9d6dc1c15f496133ee8 21462 net optional ifstat_1.1-7_i386.deb
 279a3336dfcaa44b7d5af12fba73dce2 11778 libdevel optional 
libifstat-dev_1.1-7_i386.deb

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

iD8DBQFGwbJTJ9EDSN0bDvcRAvEKAJ9tQX1zDly/zhfQ8kS3hrYpnw2YEwCgghwG
t1Gl+iC3KKe+5wCTD+vQQkM=
=kqQX
-END PGP SIGNATURE-


Accepted:
ifstat_1.1-7.diff.gz
  to pool/main/i/ifstat/ifstat_1.1-7.diff.gz
ifstat_1.1-7.dsc
  to pool/main/i/ifstat/ifstat_1.1-7.dsc
ifstat_1.1-7_i386.deb
  to pool/main/i/ifstat/ifstat_1.1-7_i386.deb
libifstat-dev_1.1-7_i386.deb
  to pool/main/i/ifstat/libifstat-dev_1.1-7_i386.deb


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



Accepted fdm 1.3c-1 (source i386)

2007-08-14 Thread Frank Terbeck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 13 Aug 2007 15:35:25 +0200
Source: fdm
Binary: fdm
Architecture: source i386
Version: 1.3c-1
Distribution: unstable
Urgency: low
Maintainer: Frank Terbeck [EMAIL PROTECTED]
Changed-By: Frank Terbeck [EMAIL PROTECTED]
Description: 
 fdm- fetching, filtering and delivering emails
Changes: 
 fdm (1.3c-1) unstable; urgency=low
 .
   * New upstream release.
   * Updated debian/copyright:
 compat/vis.{c,h} are gone
 compat/tree.h was added.
   * Updated 02gmake_use_iquote.dpatch.
   * Listing sample configs from examples/ explicitly in debian/rules.
Files: 
 496fe6e54031d2f85b76aa14d6657952 602 mail optional fdm_1.3c-1.dsc
 36df8737912f15cb9f695bfb0a983255 160993 mail optional fdm_1.3c.orig.tar.gz
 794bb0c1825ca58190634932954f3e8b 4812 mail optional fdm_1.3c-1.diff.gz
 bdc0fe30c259cca82955843cfc0eb909 129166 mail optional fdm_1.3c-1_i386.deb

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

iD8DBQFGwbR9HYflSXNkfP8RArm6AJ9D6k90s3x1N3y0dAxvVgGI/UrS7QCdEspU
bBS32e9r3x8G86ygvZPzeq0=
=lR0C
-END PGP SIGNATURE-


Accepted:
fdm_1.3c-1.diff.gz
  to pool/main/f/fdm/fdm_1.3c-1.diff.gz
fdm_1.3c-1.dsc
  to pool/main/f/fdm/fdm_1.3c-1.dsc
fdm_1.3c-1_i386.deb
  to pool/main/f/fdm/fdm_1.3c-1_i386.deb
fdm_1.3c.orig.tar.gz
  to pool/main/f/fdm/fdm_1.3c.orig.tar.gz


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



Accepted newt 0.52.2-11 (source i386)

2007-08-14 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 09 Aug 2007 19:44:20 +0100
Source: newt
Binary: libnewt0.52 libnewt-dev libnewt-pic newt-tcl whiptail python-newt
Architecture: source i386
Version: 0.52.2-11
Distribution: unstable
Urgency: low
Maintainer: Alastair McKinstry [EMAIL PROTECTED]
Changed-By: Alastair McKinstry [EMAIL PROTECTED]
Description: 
 libnewt-dev - Developer's toolkit for newt windowing library
 libnewt-pic - Not Erik's Windowing Toolkit, shared library subset kit
 libnewt0.52 - Not Erik's Windowing Toolkit - text mode windowing with slang
 newt-tcl   - A newt module for Tcl
 python-newt - A NEWT module for Python
 whiptail   - Displays user-friendly dialog boxes from shell scripts
Closes: 435376
Changes: 
 newt (0.52.2-11) unstable; urgency=low
 .
   * Patch from Matthias Klose to deal with changed dpkg-architecure
 output. Closes: #435376.
Files: 
 267ca49081d7be5429db49442435a71b 846 devel optional newt_0.52.2-11.dsc
 746a1affe197e47388100372eb31c69b 103466 devel optional newt_0.52.2-11.diff.gz
 cca605a10fb19b14e29ff5785328b9be 66336 base important 
libnewt0.52_0.52.2-11_i386.deb
 fa5b0dfd4f18728042fbe918c54ff163 87256 libdevel optional 
libnewt-dev_0.52.2-11_i386.deb
 fe5f5bff8c4187f3dc573b6c0e82a1ee 59310 libdevel extra 
libnewt-pic_0.52.2-11_i386.deb
 85cbac3d22c7b746f41507011d10ce4f 29000 interpreters extra 
newt-tcl_0.52.2-11_i386.deb
 7dd7c7e08cf61f8741551cdca68b1ced 53970 python standard 
python-newt_0.52.2-11_i386.deb
 19783f6d4481f8cf8428847f88dd4375 34684 utils important 
whiptail_0.52.2-11_i386.deb

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

iD8DBQFGu2F4QTK/kCo4XFcRAgIuAKDXG2+g7tq9fqivuqpydz8gPKYcOACfUQW1
o/YcKlnbb5Uzg2LRDcnrD0I=
=sk6n
-END PGP SIGNATURE-


Accepted:
libnewt-dev_0.52.2-11_i386.deb
  to pool/main/n/newt/libnewt-dev_0.52.2-11_i386.deb
libnewt-pic_0.52.2-11_i386.deb
  to pool/main/n/newt/libnewt-pic_0.52.2-11_i386.deb
libnewt0.52_0.52.2-11_i386.deb
  to pool/main/n/newt/libnewt0.52_0.52.2-11_i386.deb
newt-tcl_0.52.2-11_i386.deb
  to pool/main/n/newt/newt-tcl_0.52.2-11_i386.deb
newt_0.52.2-11.diff.gz
  to pool/main/n/newt/newt_0.52.2-11.diff.gz
newt_0.52.2-11.dsc
  to pool/main/n/newt/newt_0.52.2-11.dsc
python-newt_0.52.2-11_i386.deb
  to pool/main/n/newt/python-newt_0.52.2-11_i386.deb
whiptail_0.52.2-11_i386.deb
  to pool/main/n/newt/whiptail_0.52.2-11_i386.deb


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



Accepted newsbeuter 0.6-1 (source i386)

2007-08-14 Thread Nico Golde
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 15:05:24 +0200
Source: newsbeuter
Binary: newsbeuter
Architecture: source i386
Version: 0.6-1
Distribution: unstable
Urgency: low
Maintainer: Nico Golde [EMAIL PROTECTED]
Changed-By: Nico Golde [EMAIL PROTECTED]
Description: 
 newsbeuter - text mode rss feed reader with podcast support
Closes: 436477
Changes: 
 newsbeuter (0.6-1) unstable; urgency=low
 .
   * New upstream release
 - fixed broken OPML import (Closes: #436477).
   * Added watch file.
Files: 
 86f5bcfe79b93c4cda6983141ceff3f8 669 net optional newsbeuter_0.6-1.dsc
 bdac313ecd68230be9aa0a4f61dd14a9 128889 net optional newsbeuter_0.6.orig.tar.gz
 3371662a3f07a3fa1a751be51c615a79 2676 net optional newsbeuter_0.6-1.diff.gz
 ce0bc6fe7a8b995c2fa7002256993100 299462 net optional newsbeuter_0.6-1_i386.deb

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

iD8DBQFGwbnEHYflSXNkfP8RAhpFAJ0RsJsqSpByg/hTluOvLp1nOkux1ACgguTG
RXHkN8s/Iqn0/TcfDqpJfoo=
=ky5R
-END PGP SIGNATURE-


Accepted:
newsbeuter_0.6-1.diff.gz
  to pool/main/n/newsbeuter/newsbeuter_0.6-1.diff.gz
newsbeuter_0.6-1.dsc
  to pool/main/n/newsbeuter/newsbeuter_0.6-1.dsc
newsbeuter_0.6-1_i386.deb
  to pool/main/n/newsbeuter/newsbeuter_0.6-1_i386.deb
newsbeuter_0.6.orig.tar.gz
  to pool/main/n/newsbeuter/newsbeuter_0.6.orig.tar.gz


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



Accepted gnunet 0.7.2b-2 (source i386 all)

2007-08-14 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 15:57:00 +0200
Source: gnunet
Binary: gnunet-dev gnunet-client gnunet gnunet-tools gnunet-daemon gnunet-common
Architecture: source i386 all
Version: 0.7.2b-2
Distribution: unstable
Urgency: low
Maintainer: Arnaud Kyheng [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 gnunet - secure, trust-based peer-to-peer framework (meta)
 gnunet-client - secure, trust-based peer-to-peer framework (client)
 gnunet-common - secure, trust-based peer-to-peer framework (common)
 gnunet-daemon - secure, trust-based peer-to-peer framework (daemon)
 gnunet-dev - secure, trust-based peer-to-peer framework (development)
 gnunet-tools - secure, trust-based peer-to-peer framework (tools)
Closes: 301822 431021 434684
Changes: 
 gnunet (0.7.2b-2) unstable; urgency=low
 .
   * Added build-dependency to libadns1-dev.
   * Synced gnunetd.conf and gnunetd-daemon.postinst with upstream,
 using /var/lib/gnunet instead of /var/lib/GNUnet now (Closes: #301822).
   * Synced gnunet-daemon.install and gnunet-client.install with upstream,
 including new libraries (Closes: #431021, #434684).
Files: 
 492d7b84bf55651de191be96356d761e 938 net optional gnunet_0.7.2b-2.dsc
 5757dfd699aa26e3726737a59241 28193 net optional gnunet_0.7.2b-2.diff.gz
 0c1db11c3d71631c1d36079e8552b93b 37250 net optional gnunet_0.7.2b-2_all.deb
 184014b807b8e840ac6d8714a34e8ab1 199698 net optional 
gnunet-client_0.7.2b-2_i386.deb
 3f8849cf1289285305557a29b988bcc8 186142 net optional 
gnunet-common_0.7.2b-2_i386.deb
 af50063992659f77b523cc3c016a35b0 296916 net optional 
gnunet-daemon_0.7.2b-2_i386.deb
 495665707867a9951dda1fca0d5d4617 118242 libdevel optional 
gnunet-dev_0.7.2b-2_i386.deb
 bb05b420a33ef6041687a93d6501b08a 105374 net optional 
gnunet-tools_0.7.2b-2_i386.deb

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

iD8DBQFGwbmM+C5cwEsrK54RAhHxAJ4vt2RtcTci/1UTFFPSYAan/AumwwCgrz5E
qPw6g2J1O4WimxoXAsB3XiY=
=901S
-END PGP SIGNATURE-


Accepted:
gnunet-client_0.7.2b-2_i386.deb
  to pool/main/g/gnunet/gnunet-client_0.7.2b-2_i386.deb
gnunet-common_0.7.2b-2_i386.deb
  to pool/main/g/gnunet/gnunet-common_0.7.2b-2_i386.deb
gnunet-daemon_0.7.2b-2_i386.deb
  to pool/main/g/gnunet/gnunet-daemon_0.7.2b-2_i386.deb
gnunet-dev_0.7.2b-2_i386.deb
  to pool/main/g/gnunet/gnunet-dev_0.7.2b-2_i386.deb
gnunet-tools_0.7.2b-2_i386.deb
  to pool/main/g/gnunet/gnunet-tools_0.7.2b-2_i386.deb
gnunet_0.7.2b-2.diff.gz
  to pool/main/g/gnunet/gnunet_0.7.2b-2.diff.gz
gnunet_0.7.2b-2.dsc
  to pool/main/g/gnunet/gnunet_0.7.2b-2.dsc
gnunet_0.7.2b-2_all.deb
  to pool/main/g/gnunet/gnunet_0.7.2b-2_all.deb


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



Accepted xdm 1:1.1.5-1 (source i386)

2007-08-14 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 15:58:19 +0200
Source: xdm
Binary: xdm
Architecture: source i386
Version: 1:1.1.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force [EMAIL PROTECTED]
Changed-By: Julien Cristau [EMAIL PROTECTED]
Description: 
 xdm- X display manager
Closes: 256299 382418 419143 427233
Changes: 
 xdm (1:1.1.5-1) unstable; urgency=low
 .
   * Use /usr/bin/xdm instead of /usr/bin/X11/xdm in the init script and in the
 debconf templates.  On upgrades, if /etc/X11/default-display-manager
 contains /usr/bin/X11/xdm, change it to /usr/bin/xdm (closes: #382418).
   * New upstream release
 + fixes race condition in policy.c:Willing() (closes: #256299).
 + xdm_fixes.diff, debian.diff: drop our changes to config/Xresources.cpp.
   They don't apply on top of 1.1.5.
   * Build against libXft (closes: #427233).
   * Use lsb functions for init script output (closes: #419143).
Files: 
 fe5c90721fadd25b7ed074437b3ed56f 899 x11 optional xdm_1.1.5-1.dsc
 37269e484666296045009cb9f1e673fd 514142 x11 optional xdm_1.1.5.orig.tar.gz
 1d1d565c4f1d5bcc08ccb5471f7aedcd 249114 x11 optional xdm_1.1.5-1.diff.gz
 7cda32d8cbea6009b4bd9e09d7f0bf39 187500 x11 optional xdm_1.1.5-1_i386.deb

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

iD8DBQFGwbjBmEvTgKxfcAwRAoy1AJ41sj2OdWd25IIhaJjJ3a5TN5RfigCfZ8PH
xjaZILrUyTNTfz6N9cYy+LY=
=KwA9
-END PGP SIGNATURE-


Accepted:
xdm_1.1.5-1.diff.gz
  to pool/main/x/xdm/xdm_1.1.5-1.diff.gz
xdm_1.1.5-1.dsc
  to pool/main/x/xdm/xdm_1.1.5-1.dsc
xdm_1.1.5-1_i386.deb
  to pool/main/x/xdm/xdm_1.1.5-1_i386.deb
xdm_1.1.5.orig.tar.gz
  to pool/main/x/xdm/xdm_1.1.5.orig.tar.gz


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



Accepted qca 1.0-9 (source i386)

2007-08-14 Thread Jan Niehusmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 16:35:52 +0200
Source: qca
Binary: libqca1c2 qca-dev
Architecture: source i386
Version: 1.0-9
Distribution: unstable
Urgency: low
Maintainer: Jan Niehusmann [EMAIL PROTECTED]
Changed-By: Jan Niehusmann [EMAIL PROTECTED]
Description: 
 libqca1c2  - Qt Cryptographic Architecture - shared library
 qca-dev- Qt Cryptographic Architecture - development files
Closes: 437849
Changes: 
 qca (1.0-9) unstable; urgency=low
 .
   * Honour DEB_BUILD_OPTIONS=nostrip (Closes: Bug#437849)
   * Fixed some lintian warnings
Files: 
 9429ad4597b58cce6720a90e796d6417 699 libs optional qca_1.0-9.dsc
 7ddecb5c3fa639bc784ac0c41067d740 3288 libs optional qca_1.0-9.diff.gz
 b0f2b1edf7d1b01984e7f754690351e6 5946 libdevel optional qca-dev_1.0-9_i386.deb
 507e6f4aa36e6a8a6fa9d6933623f7db 35208 libs optional libqca1c2_1.0-9_i386.deb

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

iQCVAwUBRsHFNIFL8fYptN/eAQJngAQAqoRLTqNlRtDUasi7cmFxoDeObkypFJNs
fmPhk2yNrOwlXBsaeVe0k1ycvw4w4YychEyFZXgNeiBY2wTL3eR46p0x+LtU3fv+
EiFDC/NkhVf7bdM/qPCY2DBBPom2EIfoxXYGY8IiHlZZK/ymXLc6UWuCti2varga
LVWBcXhu1QI=
=yb9r
-END PGP SIGNATURE-


Accepted:
libqca1c2_1.0-9_i386.deb
  to pool/main/q/qca/libqca1c2_1.0-9_i386.deb
qca-dev_1.0-9_i386.deb
  to pool/main/q/qca/qca-dev_1.0-9_i386.deb
qca_1.0-9.diff.gz
  to pool/main/q/qca/qca_1.0-9.diff.gz
qca_1.0-9.dsc
  to pool/main/q/qca/qca_1.0-9.dsc


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



Accepted rawstudio 0.6-1 (source i386)

2007-08-14 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 17:14:00 +0200
Source: rawstudio
Binary: rawstudio
Architecture: source i386
Version: 0.6-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 rawstudio  - open source raw-image converter
Changes: 
 rawstudio (0.6-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 ea921295d97486657608b7108bdf2637 670 graphics optional rawstudio_0.6-1.dsc
 92a466c9dd76c531f011563bbeddd531 308000 graphics optional 
rawstudio_0.6.orig.tar.gz
 b81628c6cf269249ea629a16c1b55996 21137 graphics optional 
rawstudio_0.6-1.diff.gz
 b3d1955b2d1a863b301b358f2e336f70 198384 graphics optional 
rawstudio_0.6-1_i386.deb

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

iD8DBQFGwcf5+C5cwEsrK54RAtxEAKCcQANOWR/ldZX8xg56xqWJW6iBHgCgl8oN
Qe3WxkfQhPOojapoYEXdZ4A=
=+9s+
-END PGP SIGNATURE-


Accepted:
rawstudio_0.6-1.diff.gz
  to pool/main/r/rawstudio/rawstudio_0.6-1.diff.gz
rawstudio_0.6-1.dsc
  to pool/main/r/rawstudio/rawstudio_0.6-1.dsc
rawstudio_0.6-1_i386.deb
  to pool/main/r/rawstudio/rawstudio_0.6-1_i386.deb
rawstudio_0.6.orig.tar.gz
  to pool/main/r/rawstudio/rawstudio_0.6.orig.tar.gz


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



Accepted zivot 20013101-3 (source powerpc)

2007-08-14 Thread Radovan Garabík
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 17:08:07 +0200
Source: zivot
Binary: zivot
Architecture: source powerpc
Version: 20013101-3
Distribution: unstable
Urgency: low
Maintainer: Radovan Garabík [EMAIL PROTECTED]
Changed-By: Radovan Garabík [EMAIL PROTECTED]
Description: 
 zivot  - the game of life, simple console version
Closes: 359609 392185
Changes: 
 zivot (20013101-3) unstable; urgency=low
 .
   * migrate to gfortran (closes: #392185)
   * update debhelper requirement to version 4 (both thanks to Warren Turkal)
   * acknowledging NMU (closes: #359609)
Files: 
 ba6f66ab1eb67a73bf46020e3bdab87c 585 games optional zivot_20013101-3.dsc
 b1c27d1bbfeda3458e5b18108e1897c9 2332 games optional zivot_20013101-3.diff.gz
 00f78424b4c8ec3fd95f1de4b33ad6d5 7842 games optional 
zivot_20013101-3_powerpc.deb

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

iD8DBQFGwchoUBQJxqD+WLgRAseuAJ46VxXGTmvDWFsyrDD5GXzDb4kroACeJpl9
aUlo67AAmlHFlE2/OpVXc8c=
=9n9W
-END PGP SIGNATURE-


Accepted:
zivot_20013101-3.diff.gz
  to pool/main/z/zivot/zivot_20013101-3.diff.gz
zivot_20013101-3.dsc
  to pool/main/z/zivot/zivot_20013101-3.dsc
zivot_20013101-3_powerpc.deb
  to pool/main/z/zivot/zivot_20013101-3_powerpc.deb


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



Accepted qca-tls 1.0-4 (source i386)

2007-08-14 Thread Jan Niehusmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 17:13:06 +0200
Source: qca-tls
Binary: qca-tls
Architecture: source i386
Version: 1.0-4
Distribution: unstable
Urgency: low
Maintainer: Jan Niehusmann [EMAIL PROTECTED]
Changed-By: Jan Niehusmann [EMAIL PROTECTED]
Description: 
 qca-tls- TLS plugin for the Qt Cryptographic Architecture (QCA)
Closes: 437850
Changes: 
 qca-tls (1.0-4) unstable; urgency=low
 .
   * Honour DEB_BUILD_OPTIONS=nostrip (Closes: Bug#437850)
   * Fixed a intian warning
Files: 
 ef3b7afb108a854357f72d0967a8f844 699 libs optional qca-tls_1.0-4.dsc
 72e2093cb06ac316de37464b1bb1e97d 3323 libs optional qca-tls_1.0-4.diff.gz
 21f88aae0ced368e11107e59e54f2e1f 29416 libs optional qca-tls_1.0-4_i386.deb

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

iQCVAwUBRsHHh4FL8fYptN/eAQL0NgP9E1A2DTeeVGFdSuPJHy1SzxtrrhPu8eBx
w0R+ehoPXTX59qQb5jY243i4fcQKrYOlMULFzZwWpGbd0M1hS3UYB0ZkMLnoMd30
MyzJhJrQogguHx1Y57iKIgYiv+91sELIbk7wAa2f8yfvDu/yNbf0jxrqBgXEq+B7
JDNOkHM9u/4=
=Ib6v
-END PGP SIGNATURE-


Accepted:
qca-tls_1.0-4.diff.gz
  to pool/main/q/qca-tls/qca-tls_1.0-4.diff.gz
qca-tls_1.0-4.dsc
  to pool/main/q/qca-tls/qca-tls_1.0-4.dsc
qca-tls_1.0-4_i386.deb
  to pool/main/q/qca-tls/qca-tls_1.0-4_i386.deb


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



Accepted psi 0.11~rc2-2 (source i386)

2007-08-14 Thread Jan Niehusmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 16:15:15 +0200
Source: psi
Binary: psi
Architecture: source i386
Version: 0.11~rc2-2
Distribution: experimental
Urgency: low
Maintainer: Jan Niehusmann [EMAIL PROTECTED]
Changed-By: Jan Niehusmann [EMAIL PROTECTED]
Description: 
 psi- Jabber client using Qt
Closes: 437834
Changes: 
 psi (0.11~rc2-2) experimental; urgency=low
 .
   * Honour DEB_BUILD_OPTIONS=nostrip (Closes: Bug#437834)
   * Updated menu file to new menu policy (Section is now
 Applications/Network/Communication)
   * Applied patch 769:770 from upstream SVN do fix invisible section headings.
Files: 
 bfb8466badbfd68827978f6bf9bbee7b 709 net optional psi_0.11~rc2-2.dsc
 769665c673f81fbb3c9bcabb6f9def14 8319 net optional psi_0.11~rc2-2.diff.gz
 6a2cbd0ece4fd34f8877fe7dc36c69ce 2746920 net optional psi_0.11~rc2-2_i386.deb

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

iQCVAwUBRsHP/oFL8fYptN/eAQKpugP/dhYvpcDQFVq8Zn5pzTc3BfLLLSLpMMrv
SYpeK3WbGumrAA4egZWWiRUuSiLY/rOWJ0YatTClDcTVKFziLT+PvUw6K7nQCFKs
i8ajCNDIVqNMJNffpryYHuTdB5r8Nkk/B0Ft+1grfDxXObsADoPAVEuaBnkZVxgo
9HbuY4p5Xj4=
=N8Nj
-END PGP SIGNATURE-


Accepted:
psi_0.11~rc2-2.diff.gz
  to pool/main/p/psi/psi_0.11~rc2-2.diff.gz
psi_0.11~rc2-2.dsc
  to pool/main/p/psi/psi_0.11~rc2-2.dsc
psi_0.11~rc2-2_i386.deb
  to pool/main/p/psi/psi_0.11~rc2-2_i386.deb


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



Accepted gnunet 0.7.2b-3 (source i386 all)

2007-08-14 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 16:30:00 +0200
Source: gnunet
Binary: gnunet-dev gnunet-client gnunet gnunet-tools gnunet-daemon gnunet-common
Architecture: source i386 all
Version: 0.7.2b-3
Distribution: unstable
Urgency: low
Maintainer: Arnaud Kyheng [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 gnunet - secure, trust-based peer-to-peer framework (meta)
 gnunet-client - secure, trust-based peer-to-peer framework (client)
 gnunet-common - secure, trust-based peer-to-peer framework (common)
 gnunet-daemon - secure, trust-based peer-to-peer framework (daemon)
 gnunet-dev - secure, trust-based peer-to-peer framework (development)
 gnunet-tools - secure, trust-based peer-to-peer framework (tools)
Changes: 
 gnunet (0.7.2b-3) unstable; urgency=low
 .
   * Fixed broken gnunet-daemon.postinst on new installations.
Files: 
 18cdc09f901dd1966ad09c02375a94b4 938 net optional gnunet_0.7.2b-3.dsc
 3f8293af890e7059541e8c027bc20da9 28151 net optional gnunet_0.7.2b-3.diff.gz
 4918802324839c8b586f6facc3406dc0 37250 net optional gnunet_0.7.2b-3_all.deb
 8858f3f52dce2d423e2d8afee758d981 199708 net optional 
gnunet-client_0.7.2b-3_i386.deb
 dd3b0538eb582c3d14e1c8323a30b9cf 186144 net optional 
gnunet-common_0.7.2b-3_i386.deb
 9f09a66baf6d6fcc00abf251abf6f5fb 296714 net optional 
gnunet-daemon_0.7.2b-3_i386.deb
 f5624c335d14aa9b0e78b61e2bd8a727 118222 libdevel optional 
gnunet-dev_0.7.2b-3_i386.deb
 e0d9061302c1c40b6a80a61d3c9c8fbf 105370 net optional 
gnunet-tools_0.7.2b-3_i386.deb

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

iD8DBQFGwc6A+C5cwEsrK54RAgxbAKDIgy8QvmtPyGByL5oxg2v2p4DlewCgmD5l
5GA1OQodjxf/osCM3J1oUwc=
=1jUa
-END PGP SIGNATURE-


Accepted:
gnunet-client_0.7.2b-3_i386.deb
  to pool/main/g/gnunet/gnunet-client_0.7.2b-3_i386.deb
gnunet-common_0.7.2b-3_i386.deb
  to pool/main/g/gnunet/gnunet-common_0.7.2b-3_i386.deb
gnunet-daemon_0.7.2b-3_i386.deb
  to pool/main/g/gnunet/gnunet-daemon_0.7.2b-3_i386.deb
gnunet-dev_0.7.2b-3_i386.deb
  to pool/main/g/gnunet/gnunet-dev_0.7.2b-3_i386.deb
gnunet-tools_0.7.2b-3_i386.deb
  to pool/main/g/gnunet/gnunet-tools_0.7.2b-3_i386.deb
gnunet_0.7.2b-3.diff.gz
  to pool/main/g/gnunet/gnunet_0.7.2b-3.diff.gz
gnunet_0.7.2b-3.dsc
  to pool/main/g/gnunet/gnunet_0.7.2b-3.dsc
gnunet_0.7.2b-3_all.deb
  to pool/main/g/gnunet/gnunet_0.7.2b-3_all.deb


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



Accepted psi 0.10-3 (source i386)

2007-08-14 Thread Jan Niehusmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 17:21:20 +0200
Source: psi
Binary: psi
Architecture: source i386
Version: 0.10-3
Distribution: unstable
Urgency: low
Maintainer: Jan Niehusmann [EMAIL PROTECTED]
Changed-By: Jan Niehusmann [EMAIL PROTECTED]
Description: 
 psi- Jabber client using Qt
Closes: 437834
Changes: 
 psi (0.10-3) unstable; urgency=low
 .
   * Honour DEB_BUILD_OPTIONS=nostrip (Closes: Bug#437834)
   * Updated menu file to new menu policy (Section is now
 Applications/Network/Communication)
Files: 
 3ea053d6cd4da22c1c2c2a1592671520 740 net optional psi_0.10-3.dsc
 b36571ef011b14e7f11385c7e8d0240d 7157 net optional psi_0.10-3.diff.gz
 d9cccba44085c623330bd4494ad053bc 2141788 net optional psi_0.10-3_i386.deb

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

iQCVAwUBRsHUaoFL8fYptN/eAQIWGgP/ZDZ+Hpln6SE8srjsorrZOGvjKRlaOMz0
xASKHPkQTR1xlFcT0Jxn1qN6bceGEFg5JjGcmXRPsIhmtDVIdx6EkehwexsqRIo3
c1nyThUa4Zea8lcitARMABtu+FTKhdGA4NUVUSbEiyU9Qj6Z9yxwlebXn5qVrqLJ
SDhqKWpxV/E=
=44Mi
-END PGP SIGNATURE-


Accepted:
psi_0.10-3.diff.gz
  to pool/main/p/psi/psi_0.10-3.diff.gz
psi_0.10-3.dsc
  to pool/main/p/psi/psi_0.10-3.dsc
psi_0.10-3_i386.deb
  to pool/main/p/psi/psi_0.10-3_i386.deb


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



Accepted gnunet-gtk 0.7.2b-1 (source i386)

2007-08-14 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 15:11:00 +0200
Source: gnunet-gtk
Binary: gnunet-gtk-dev gnunet-gtk
Architecture: source i386
Version: 0.7.2b-1
Distribution: unstable
Urgency: low
Maintainer: Arnaud Kyheng [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 gnunet-gtk - secure, trust-based peer-to-peer framework (GTK+ client)
 gnunet-gtk-dev - secure, trust-based peer-to-peer framework (GTK+ client 
developme
Closes: 432483
Changes: 
 gnunet-gtk (0.7.2b-1) unstable; urgency=low
 .
   * New upstream release.
   * Building against fixed gnunet (Closes: #432483).
   * Rewritten/edited all debian/* files based on current debhelper templates.
Files: 
 6143e775530535e3e667dde2d7e68fe4 802 net optional gnunet-gtk_0.7.2b-1.dsc
 a70bb8e9613ec1fe88636f7492056cc6 1116430 net optional 
gnunet-gtk_0.7.2b.orig.tar.gz
 c9360f5abcc7a17471e36b422c7d6b0a 4233 net optional gnunet-gtk_0.7.2b-1.diff.gz
 41bd400769cd79e886602ce9a5f1b064 525622 net optional 
gnunet-gtk_0.7.2b-1_i386.deb
 4dab22357de1ddc77cb24de0147b2ea6 8194 net optional 
gnunet-gtk-dev_0.7.2b-1_i386.deb

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

iD8DBQFGwdGy+C5cwEsrK54RAk6uAJ9xX/WmNndfD0vPx2/qP3gaAZTrVQCgiSny
GOa6GK+zoKH6egO8vfTUanI=
=yBlV
-END PGP SIGNATURE-


Accepted:
gnunet-gtk-dev_0.7.2b-1_i386.deb
  to pool/main/g/gnunet-gtk/gnunet-gtk-dev_0.7.2b-1_i386.deb
gnunet-gtk_0.7.2b-1.diff.gz
  to pool/main/g/gnunet-gtk/gnunet-gtk_0.7.2b-1.diff.gz
gnunet-gtk_0.7.2b-1.dsc
  to pool/main/g/gnunet-gtk/gnunet-gtk_0.7.2b-1.dsc
gnunet-gtk_0.7.2b-1_i386.deb
  to pool/main/g/gnunet-gtk/gnunet-gtk_0.7.2b-1_i386.deb
gnunet-gtk_0.7.2b.orig.tar.gz
  to pool/main/g/gnunet-gtk/gnunet-gtk_0.7.2b.orig.tar.gz


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



Accepted slirp 1:1.0.17-2 (source i386)

2007-08-14 Thread Roberto Lumbreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 17:22:55 +0200
Source: slirp
Binary: slirp
Architecture: source i386
Version: 1:1.0.17-2
Distribution: unstable
Urgency: low
Maintainer: Roberto Lumbreras [EMAIL PROTECTED]
Changed-By: Roberto Lumbreras [EMAIL PROTECTED]
Description: 
 slirp  - SLIP/PPP emulator using a dial up shell account
Closes: 29245
Changes: 
 slirp (1:1.0.17-2) unstable; urgency=low
 .
   * Clean up compilation warnings and a few snprintf changes.
 Use addrlen as socklen_t instead of int. Tested on amd64 and it works.
 (Closes: #29245)
   * Switch to cdbs.
Files: 
 4bb2c2ff9780780c6121d670da1ed9bf 579 net optional slirp_1.0.17-2.dsc
 3bf6af625a0014433214ab410353d9dd 11015 net optional slirp_1.0.17-2.diff.gz
 dc53794a380add1304c60d6362cd5191 233644 net optional slirp_1.0.17-2_i386.deb

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

iD8DBQFGwdWVfIEQE/XJcI0RArVCAKCcVQZ4oO4rwfDoGqSJsxPXIgvtdQCgzpeZ
Z4+pa7CMKquplQ1N/iBXcxo=
=4g8y
-END PGP SIGNATURE-


Accepted:
slirp_1.0.17-2.diff.gz
  to pool/main/s/slirp/slirp_1.0.17-2.diff.gz
slirp_1.0.17-2.dsc
  to pool/main/s/slirp/slirp_1.0.17-2.dsc
slirp_1.0.17-2_i386.deb
  to pool/main/s/slirp/slirp_1.0.17-2_i386.deb


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



Accepted gambas2 1.9.50-1 (source i386)

2007-08-14 Thread José L. Redrejo Rodríguez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 11:50:41 +0200
Source: gambas2
Binary: gambas2-gb-form-mdi gambas2-dev gambas2-gb-ldap gambas2-gb-db-mysql 
gambas2-gb-compress gambas2-gb-xml gambas2-gb-report gambas2-gb-image 
gambas2-gb-compress-bzlib2 gambas2-runtime gambas2-gb-form-dialog 
gambas2-gb-compress-zlib gambas2-gb-db-odbc gambas2-gb-db-postgresql 
gambas2-gb-pdf gambas2-gb-net-curl gambas2-ide gambas2-gb-crypt 
gambas2-gb-qt-kde-html gambas2-gb-web gambas2-gb-pcre gambas2-gb-db 
gambas2-gb-db-sqlite2 gambas2-gb-gtk-svg gambas2-gb-net-smtp gambas2-gb-desktop 
gambas2-gb-qt-opengl gambas2-gb-vb gambas2 gambas2-gb-db-firebird 
gambas2-gb-db-form gambas2-gb-db-sqlite gambas2-gb-settings gambas2-gb-sdl 
gambas2-gb-form gambas2-gb-net gambas2-gb-qt gambas2-gb-gtk gambas2-gb-qt-ext 
gambas2-doc gambas2-gb-qt-kde gambas2-gb-info gambas2-gb-opengl gambas2-gb-v4l
Architecture: source i386
Version: 1.9.50-1
Distribution: unstable
Urgency: low
Maintainer: José L. Redrejo Rodríguez [EMAIL PROTECTED]
Changed-By: José L. Redrejo Rodríguez [EMAIL PROTECTED]
Description: 
 gambas2- Complete visual development environment for Gambas
 gambas2-dev - Gambas compilation tools
 gambas2-doc - Gambas documentation
 gambas2-gb-compress - The Gambas compression component
 gambas2-gb-compress-bzlib2 - The Gambas bzlib2 component
 gambas2-gb-compress-zlib - The Gambas zlib compression component
 gambas2-gb-crypt - The Gambas crypt encription component
 gambas2-gb-db - Gambas database access common libraries
 gambas2-gb-db-firebird - The Firebird driver for the Gambas database component
 gambas2-gb-db-form - Gambas database bound controls
 gambas2-gb-db-mysql - The MySQL driver for the Gambas database component
 gambas2-gb-db-odbc - The Gambas ODBC driver database component
 gambas2-gb-db-postgresql - The PostgreSQL driver for the Gambas database 
component
 gambas2-gb-db-sqlite - The Gambas sqlite3 driver database component
 gambas2-gb-db-sqlite2 - The Gambas sqlite2 driver database component
 gambas2-gb-desktop - Gambas Portland project compatibility component
 gambas2-gb-form - A gambas native form component
 gambas2-gb-form-dialog - A gambas native mdi form component
 gambas2-gb-form-mdi - A gambas native mdi form component
 gambas2-gb-gtk - The Gambas gtk component
 gambas2-gb-gtk-svg - The Gambas SVG importing component
 gambas2-gb-image - A Gambas image effects component
 gambas2-gb-info - A Gambas information component
 gambas2-gb-ldap - The Gambas LDAP component
 gambas2-gb-net - The Gambas networking component
 gambas2-gb-net-curl - The Gambas advanced networking component
 gambas2-gb-net-smtp - Gambas component to use smtp protocol
 gambas2-gb-opengl - The OpenGL component for Gambas
 gambas2-gb-pcre - The Gambas regexp component
 gambas2-gb-pdf - The Gambas pdf component
 gambas2-gb-qt - The Gambas Qt GUI component
 gambas2-gb-qt-ext - The Gambas extended Qt GUI component
 gambas2-gb-qt-kde - The Gambas KDE component
 gambas2-gb-qt-kde-html - The Gambas KHTML component
 gambas2-gb-qt-opengl - OpenGL with QT toolkit Gambas component
 gambas2-gb-report - Gambas report component
 gambas2-gb-sdl - The Gambas SDL component
 gambas2-gb-settings - Gambas utilities class
 gambas2-gb-v4l - The Gambas video for linux component
 gambas2-gb-vb - The Gambas to Visual Basic(tm) compatibility component
 gambas2-gb-web - Gambas CGI for web applications component
 gambas2-gb-xml - The Gambas XML and XSLT component
 gambas2-ide - Visual development environment for the Gambas programming languag
 gambas2-runtime - The Gambas runtime
Changes: 
 gambas2 (1.9.50-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control: gambas2-ide depends also on gambas2-gb-form-dialog
   * debian/gambas2.desktop and debian/gambas2-ide.menu modified to fulfill
 with the latest standards
Files: 
 405513e895345b420b07991b745c892d 1912 devel optional gambas2_1.9.50-1.dsc
 78c033d64d7f9a51db9b619116af523d 11452626 devel optional 
gambas2_1.9.50.orig.tar.gz
 89bc44893db2f759e9ce1738523bf395 32342 devel optional gambas2_1.9.50-1.diff.gz
 a2307fe6651cca40b6a70f18080f20fa 61678 devel optional gambas2_1.9.50-1_i386.deb
 1b46e41c097c637f399b359f047e31c1 72258 devel optional 
gambas2-dev_1.9.50-1_i386.deb
 009ffa1442d817595beb46cca5c31e6f 2430006 doc optional 
gambas2-doc_1.9.50-1_i386.deb
 0ac5e51fca541445f5436e49d0644194 7888 libdevel optional 
gambas2-gb-compress_1.9.50-1_i386.deb
 cc33ca3459f9ffce56a1d4d1b916463b 7724 libdevel optional 
gambas2-gb-compress-bzlib2_1.9.50-1_i386.deb
 c97fa7ccda3ffd5b74b2f2bec1e4b7f6 7670 libdevel optional 
gambas2-gb-compress-zlib_1.9.50-1_i386.deb
 d32c0c2db2b758efd7e42637aab22e24 7286 libdevel optional 
gambas2-gb-crypt_1.9.50-1_i386.deb
 7e7982e9dd1fb67ae937e9d512bed926 20352 libdevel optional 
gambas2-gb-db_1.9.50-1_i386.deb
 2782000f609e2be2bc0d82bbf957e1d0 113438 libdevel optional 
gambas2-gb-db-firebird_1.9.50-1_i386.deb
 

Accepted gnunet-qt 0.7.2+debian-1 (source i386)

2007-08-14 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 18:04:00 +0200
Source: gnunet-qt
Binary: gnunet-qt
Architecture: source i386
Version: 0.7.2+debian-1
Distribution: unstable
Urgency: low
Maintainer: Arnaud Kyheng [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 gnunet-qt  - secure, trust-based peer-to-peer framework (QT client)
Closes: 432401
Changes: 
 gnunet-qt (0.7.2+debian-1) unstable; urgency=low
 .
   * New upstream release.
   * Rebuild upstream tarball without debian directory.
   * Building against fixed gnunet (Closes: #432401).
   * Rewritten/edited all debian/* files based on current debhelper templates.
Files: 
 a4eef07b2927e1105c72cc669c5c1079 767 net optional gnunet-qt_0.7.2+debian-1.dsc
 7ada23eed02a952410b755b8d4f16823 300260 net optional 
gnunet-qt_0.7.2+debian.orig.tar.gz
 429182b1652067dba9169a61d14b8d4b 18256 net optional 
gnunet-qt_0.7.2+debian-1.diff.gz
 a7bbb2776b39dcaece3718443f12f183 247220 net optional 
gnunet-qt_0.7.2+debian-1_i386.deb

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

iD8DBQFGwdls+C5cwEsrK54RAljvAJ9RjGFVS9YTDBDkr/egGXpb5PxWpgCgkDXi
SkKevkh0ggsSgjkCg7QoGOk=
=L4L8
-END PGP SIGNATURE-


Accepted:
gnunet-qt_0.7.2+debian-1.diff.gz
  to pool/main/g/gnunet-qt/gnunet-qt_0.7.2+debian-1.diff.gz
gnunet-qt_0.7.2+debian-1.dsc
  to pool/main/g/gnunet-qt/gnunet-qt_0.7.2+debian-1.dsc
gnunet-qt_0.7.2+debian-1_i386.deb
  to pool/main/g/gnunet-qt/gnunet-qt_0.7.2+debian-1_i386.deb
gnunet-qt_0.7.2+debian.orig.tar.gz
  to pool/main/g/gnunet-qt/gnunet-qt_0.7.2+debian.orig.tar.gz


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



Accepted pmccabe 2.4 (source i386)

2007-08-14 Thread Paul Bame
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 13 Aug 2007 21:14:22 -0600
Source: pmccabe
Binary: pmccabe
Architecture: source i386
Version: 2.4
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Paul Bame [EMAIL PROTECTED]
Description: 
 pmccabe- McCabe-style function complexity and line counting for C and C++
Changes: 
 pmccabe (2.4) unstable; urgency=low
 .
   * add support for C++ namespaces
Files: 
 4204f082a11bb129a3981c9731e69afa 480 devel optional pmccabe_2.4.dsc
 c31b7015f02172f87f02dcbcaa770307 59261 devel optional pmccabe_2.4.tar.gz
 6b405b35736fa87ac500465467800896 22376 devel optional pmccabe_2.4_i386.deb

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

iD8DBQFGwdtRjdQE/37YfVcRAgZSAKCMOW6UHZEYb5uUTyGDD89dnzV2ZQCgkjny
1PnuZhNPgT6OguKB1c/A6Fk=
=SjAv
-END PGP SIGNATURE-


Accepted:
pmccabe_2.4.dsc
  to pool/main/p/pmccabe/pmccabe_2.4.dsc
pmccabe_2.4.tar.gz
  to pool/main/p/pmccabe/pmccabe_2.4.tar.gz
pmccabe_2.4_i386.deb
  to pool/main/p/pmccabe/pmccabe_2.4_i386.deb


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



Accepted libemail-simple-perl 2.003-1 (source all)

2007-08-14 Thread Jeremiah Foster
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 16:34:41 +
Source: libemail-simple-perl
Binary: libemail-simple-perl
Architecture: source all
Version: 2.003-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Jeremiah Foster [EMAIL PROTECTED]
Description: 
 libemail-simple-perl - Simple parsing of RFC2822 message format and headers
Changes: 
 libemail-simple-perl (2.003-1) unstable; urgency=low
 .
   * New upstream release
   * Added myself to uploaders
Files: 
 bb1659b163ee2bc8beb66cf4322929e4 1096 perl optional 
libemail-simple-perl_2.003-1.dsc
 29e8cd6961fa690f016fa9789cbf8502 28677 perl optional 
libemail-simple-perl_2.003.orig.tar.gz
 87bfb1cfccdd61e8828783e173c6c84b 2680 perl optional 
libemail-simple-perl_2.003-1.diff.gz
 d9500dad315031c2f1a1f85d7a89c56d 19516 perl optional 
libemail-simple-perl_2.003-1_all.deb

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

iD8DBQFGwdpQHqjlqpcl9jsRAl4EAJ9dgvoGJbKloutOamUgksscSxyVSwCeMwAo
DUkuXBCerLWBHrQMc9u5PFE=
=406I
-END PGP SIGNATURE-


Accepted:
libemail-simple-perl_2.003-1.diff.gz
  to pool/main/libe/libemail-simple-perl/libemail-simple-perl_2.003-1.diff.gz
libemail-simple-perl_2.003-1.dsc
  to pool/main/libe/libemail-simple-perl/libemail-simple-perl_2.003-1.dsc
libemail-simple-perl_2.003-1_all.deb
  to pool/main/libe/libemail-simple-perl/libemail-simple-perl_2.003-1_all.deb
libemail-simple-perl_2.003.orig.tar.gz
  to pool/main/libe/libemail-simple-perl/libemail-simple-perl_2.003.orig.tar.gz


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



Accepted ifd-gempc 1.0.3-1 (source i386)

2007-08-14 Thread Ludovic Rousseau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 18:52:06 +0200
Source: ifd-gempc
Binary: libgempc410 libgempc430
Architecture: source i386
Version: 1.0.3-1
Distribution: unstable
Urgency: high
Maintainer: Ludovic Rousseau [EMAIL PROTECTED]
Changed-By: Ludovic Rousseau [EMAIL PROTECTED]
Description: 
 libgempc410 - PC/SC driver for the GemPC 410, 412, 413 and 415 smart card reade
 libgempc430 - PC/SC driver for the GemPC 430, 432, 435 smart card readers
Closes: 428323
Changes: 
 ifd-gempc (1.0.3-1) unstable; urgency=high
 .
   * urengcy high since it corrects a RC bug
   * New upstream version
 - Closes: #428323 libgempc430: Causes pcscd to segfault on startup
Files: 
 95b97200f23a6f1bd7b2cc104acf878f 679 libs extra ifd-gempc_1.0.3-1.dsc
 370e484f9f3fd0eb25a5ece1af826b22 301440 libs extra ifd-gempc_1.0.3.orig.tar.gz
 75fabf0948c020bff4d3c898ade28f2a 11496 libs extra ifd-gempc_1.0.3-1.diff.gz
 352e1588c40e3f472161bdc25c921f62 40798 libs extra libgempc410_1.0.3-1_i386.deb
 107d9d84db162b1f0bdf4e5c186326cd 36614 libs extra libgempc430_1.0.3-1_i386.deb

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

iD8DBQFGwd+fP0qKj+B/HPkRAuf7AKCMyrB35U4OKTOkOnWaAMYv5H0PngCdGu6L
BFQzgJMtmzI2anRKGBRw8yY=
=BYGS
-END PGP SIGNATURE-


Accepted:
ifd-gempc_1.0.3-1.diff.gz
  to pool/main/i/ifd-gempc/ifd-gempc_1.0.3-1.diff.gz
ifd-gempc_1.0.3-1.dsc
  to pool/main/i/ifd-gempc/ifd-gempc_1.0.3-1.dsc
ifd-gempc_1.0.3.orig.tar.gz
  to pool/main/i/ifd-gempc/ifd-gempc_1.0.3.orig.tar.gz
libgempc410_1.0.3-1_i386.deb
  to pool/main/i/ifd-gempc/libgempc410_1.0.3-1_i386.deb
libgempc430_1.0.3-1_i386.deb
  to pool/main/i/ifd-gempc/libgempc430_1.0.3-1_i386.deb


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



Accepted mailcheck 1.91.2-2 (source i386)

2007-08-14 Thread Kevin Coyner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 12:53:50 -0400
Source: mailcheck
Binary: mailcheck
Architecture: source i386
Version: 1.91.2-2
Distribution: unstable
Urgency: low
Maintainer: Kevin Coyner [EMAIL PROTECTED]
Changed-By: Kevin Coyner [EMAIL PROTECTED]
Description: 
 mailcheck  - Check multiple mailboxes/maildirs for mail
Closes: 437550
Changes: 
 mailcheck (1.91.2-2) unstable; urgency=low
 .
   * Added advanced_counting patch from Tomas Hoger [EMAIL PROTECTED].
   * Created new patch to removing stripping in Makefile. Closes: #437550.
   * Added Tomas Hoger [EMAIL PROTECTED] to debian/copyright.
   * Changed distclean invocation in debian/rules and cleaned up some cruft.
   * New e-mail address for maintainer. Changed throughout debian/* files.
Files: 
 3751d7628e505ad64fcb871e9ddf3180 578 mail extra mailcheck_1.91.2-2.dsc
 1fef8cb8ec2468845f355565f589905f 11163 mail extra mailcheck_1.91.2-2.diff.gz
 80b34458fcfe78fe2050f6589ece0295 14194 mail extra mailcheck_1.91.2-2_i386.deb

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

iD8DBQFGweRLqPceVIzhGUERAjE1AKCSwMOqlXUeCkYKCrBU5viDG+wqpACeMCXy
EIVhRnkvJUyzlXxoXaj3N+w=
=0I7H
-END PGP SIGNATURE-


Accepted:
mailcheck_1.91.2-2.diff.gz
  to pool/main/m/mailcheck/mailcheck_1.91.2-2.diff.gz
mailcheck_1.91.2-2.dsc
  to pool/main/m/mailcheck/mailcheck_1.91.2-2.dsc
mailcheck_1.91.2-2_i386.deb
  to pool/main/m/mailcheck/mailcheck_1.91.2-2_i386.deb


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



Accepted bottlerocket 0.05b3-12 (source i386)

2007-08-14 Thread Kevin Coyner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 13:42:28 -0400
Source: bottlerocket
Binary: bottlerocket
Architecture: source i386
Version: 0.05b3-12
Distribution: unstable
Urgency: low
Maintainer: Kevin Coyner [EMAIL PROTECTED]
Changed-By: Kevin Coyner [EMAIL PROTECTED]
Description: 
 bottlerocket - Utility to control X10 Firecracker devices for home automation
Closes: 436956
Changes: 
 bottlerocket (0.05b3-12) unstable; urgency=low
 .
   * Added new Portuguese translation (pt.po). Closes: #436956
Files: 
 e10cddbc4bf353e325cd71ce24d99405 600 electronics extra 
bottlerocket_0.05b3-12.dsc
 f0418569dda20fc5f15d8b3246f4ca36 10459 electronics extra 
bottlerocket_0.05b3-12.diff.gz
 686c4a6d6c73459b56fff7ba283fc188 22360 electronics extra 
bottlerocket_0.05b3-12_i386.deb

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

iD8DBQFGwencqPceVIzhGUERAtIbAKCMpd2Z+pfikABG8Jf7RkRS5R4f0gCgkqdj
hTorwQqU/3a/EtimAGwtte0=
=gtq8
-END PGP SIGNATURE-


Accepted:
bottlerocket_0.05b3-12.diff.gz
  to pool/main/b/bottlerocket/bottlerocket_0.05b3-12.diff.gz
bottlerocket_0.05b3-12.dsc
  to pool/main/b/bottlerocket/bottlerocket_0.05b3-12.dsc
bottlerocket_0.05b3-12_i386.deb
  to pool/main/b/bottlerocket/bottlerocket_0.05b3-12_i386.deb


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



Accepted pcsc-lite 1.4.4-1 (source i386)

2007-08-14 Thread Ludovic Rousseau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 19:43:36 +0200
Source: pcsc-lite
Binary: libpcsclite-dev libpcsclite1 pcscd
Architecture: source i386
Version: 1.4.4-1
Distribution: unstable
Urgency: low
Maintainer: Ludovic Rousseau [EMAIL PROTECTED]
Changed-By: Ludovic Rousseau [EMAIL PROTECTED]
Description: 
 libpcsclite-dev - Middleware to access a smart card using PC/SC (development 
files)
 libpcsclite1 - Middleware to access a smart card using PC/SC (library)
 pcscd  - Middleware to access a smart card using PC/SC (daemon side)
Closes: 430492
Changes: 
 pcsc-lite (1.4.4-1) unstable; urgency=low
 .
   * New upstream release
 - Closes: #430492 pcscd: daemon freezes when USB reader inserted or
 removed
Files: 
 665d8f037ed7008a5b069a4eaf89647d 646 misc extra pcsc-lite_1.4.4-1.dsc
 6710141d878c12d3b701dc88b9c688c0 627128 misc extra pcsc-lite_1.4.4.orig.tar.gz
 4851b7430913157608d5b869bf1c6b40 11868 misc extra pcsc-lite_1.4.4-1.diff.gz
 3905a61a89d73693a48d23655702377c 68310 misc extra pcscd_1.4.4-1_i386.deb
 507980814d1920f2481e069f848d2b26 52300 libdevel optional 
libpcsclite-dev_1.4.4-1_i386.deb
 c64a6a65abaacadf58ad356c9b4eef7f 38710 libs optional 
libpcsclite1_1.4.4-1_i386.deb

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

iD8DBQFGwerHP0qKj+B/HPkRAlrrAKCGmvwbotEqY7emTkOHHonUrsOnpACcDSyr
tJyK+tH9+UBI7tu2S/ufA2k=
=/7J+
-END PGP SIGNATURE-


Accepted:
libpcsclite-dev_1.4.4-1_i386.deb
  to pool/main/p/pcsc-lite/libpcsclite-dev_1.4.4-1_i386.deb
libpcsclite1_1.4.4-1_i386.deb
  to pool/main/p/pcsc-lite/libpcsclite1_1.4.4-1_i386.deb
pcsc-lite_1.4.4-1.diff.gz
  to pool/main/p/pcsc-lite/pcsc-lite_1.4.4-1.diff.gz
pcsc-lite_1.4.4-1.dsc
  to pool/main/p/pcsc-lite/pcsc-lite_1.4.4-1.dsc
pcsc-lite_1.4.4.orig.tar.gz
  to pool/main/p/pcsc-lite/pcsc-lite_1.4.4.orig.tar.gz
pcscd_1.4.4-1_i386.deb
  to pool/main/p/pcsc-lite/pcscd_1.4.4-1_i386.deb


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



Accepted wyrd 1.4.2-2 (source i386)

2007-08-14 Thread Kevin Coyner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 13:51:28 -0400
Source: wyrd
Binary: wyrd
Architecture: source i386
Version: 1.4.2-2
Distribution: unstable
Urgency: low
Maintainer: Kevin Coyner [EMAIL PROTECTED]
Changed-By: Kevin Coyner [EMAIL PROTECTED]
Description: 
 wyrd   - text-based calendar application
Changes: 
 wyrd (1.4.2-2) unstable; urgency=low
 .
   * New e-mail address for maintainer. Changed throughout debian/*.
   * Update debian/menu from Apps/Tools to Applications/Data Management.
   * Remove some cruft in patches/01_editor.
Files: 
 292363209129df830c57dbe46981f83c 649 utils optional wyrd_1.4.2-2.dsc
 73dfd616b5d8f5844e00899ef335fdff 3904 utils optional wyrd_1.4.2-2.diff.gz
 60dbd8b473fabfe8ab19bf4d765aa781 273504 utils optional wyrd_1.4.2-2_i386.deb

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

iD8DBQFGwe64qPceVIzhGUERAiMuAJ9Y4yMOCrfAuJ+c1HT3eryFS9/UjwCeIJuC
NxpNLXHrUp0jAAZKml4YgKw=
=wAL5
-END PGP SIGNATURE-


Accepted:
wyrd_1.4.2-2.diff.gz
  to pool/main/w/wyrd/wyrd_1.4.2-2.diff.gz
wyrd_1.4.2-2.dsc
  to pool/main/w/wyrd/wyrd_1.4.2-2.dsc
wyrd_1.4.2-2_i386.deb
  to pool/main/w/wyrd/wyrd_1.4.2-2_i386.deb


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



Accepted bbtime 0.1.5-11 (source i386)

2007-08-14 Thread Kevin Coyner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 14:16:20 -0400
Source: bbtime
Binary: bbtime
Architecture: source i386
Version: 0.1.5-11
Distribution: unstable
Urgency: low
Maintainer: Kevin Coyner [EMAIL PROTECTED]
Changed-By: Kevin Coyner [EMAIL PROTECTED]
Description: 
 bbtime - Time tool for the blackbox/fluxbox window managers
Changes: 
 bbtime (0.1.5-11) unstable; urgency=low
 .
   * New e-mail address for maintainer. Changed throughout debian/* files.
   * Cleaned up cruft in debian/changelog.
   * Updated maintainer name/e-mail at bottom of debian/copyright.
   * Cleaned up unneeded comments in debian/rules.
Files: 
 1a44b0d6d2c1836f0a75c7b46ab98586 615 x11 optional bbtime_0.1.5-11.dsc
 621b4dc394a661d6fa4ead5bf18bdb5c 6864 x11 optional bbtime_0.1.5-11.diff.gz
 3fb178fdf339415074087dafd40f76b6 40206 x11 optional bbtime_0.1.5-11_i386.deb

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

iD8DBQFGwfNzqPceVIzhGUERAvPIAKC38/6o5dK2aFH72QRLhrSs3QX8IACgzHoS
th6wedv9HuWD/LSjQzKqQHg=
=hFhh
-END PGP SIGNATURE-


Accepted:
bbtime_0.1.5-11.diff.gz
  to pool/main/b/bbtime/bbtime_0.1.5-11.diff.gz
bbtime_0.1.5-11.dsc
  to pool/main/b/bbtime/bbtime_0.1.5-11.dsc
bbtime_0.1.5-11_i386.deb
  to pool/main/b/bbtime/bbtime_0.1.5-11_i386.deb


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



Accepted bbtime 0.1.5-12 (source i386)

2007-08-14 Thread Kevin Coyner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 14:32:07 -0400
Source: bbtime
Binary: bbtime
Architecture: source i386
Version: 0.1.5-12
Distribution: unstable
Urgency: low
Maintainer: Kevin Coyner [EMAIL PROTECTED]
Changed-By: Kevin Coyner [EMAIL PROTECTED]
Description: 
 bbtime - Time tool for the blackbox/fluxbox window managers
Closes: 436577
Changes: 
 bbtime (0.1.5-12) unstable; urgency=low
 .
   * Add dpatch to Build-Depends in debian/control.
   * Add patch to remove stripping from Makefile.in. Closes: #436577.
   * Add dpatch language to debian/rules.
   * Remove cruft from debian/watch.
Files: 
 4586e0cc3e787a3c82d251ac8144677c 623 x11 optional bbtime_0.1.5-12.dsc
 d9a2d77bcb27554809a20613eba424f5 7212 x11 optional bbtime_0.1.5-12.diff.gz
 067e3c6bb59e5224494d85a4a8ff8418 40260 x11 optional bbtime_0.1.5-12_i386.deb

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

iD8DBQFGwfcGqPceVIzhGUERAlVuAKC6nJzYMW22Y+uQo7zKxcDvJ3GJNwCeNb2z
PXoB7XN5/Am8TxZOX6U3/CU=
=71C3
-END PGP SIGNATURE-


Accepted:
bbtime_0.1.5-12.diff.gz
  to pool/main/b/bbtime/bbtime_0.1.5-12.diff.gz
bbtime_0.1.5-12.dsc
  to pool/main/b/bbtime/bbtime_0.1.5-12.dsc
bbtime_0.1.5-12_i386.deb
  to pool/main/b/bbtime/bbtime_0.1.5-12_i386.deb


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



Accepted balder2d 1.0~rc1-3 (source i386 all)

2007-08-14 Thread Bjørn Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 00:22:12 +
Source: balder2d
Binary: balder2d balder2d-data
Architecture: source i386 all
Version: 1.0~rc1-3
Distribution: unstable
Urgency: low
Maintainer: Bjørn Hansen [EMAIL PROTECTED]
Changed-By: Bjørn Hansen [EMAIL PROTECTED]
Description: 
 balder2d   - A 2D shooter in zero gravity
 balder2d-data - data files for balder2d
Closes: 434039 436334
Changes: 
 balder2d (1.0~rc1-3) unstable; urgency=low
 .
   * FTBFS: Incorrect version build-depends for libboost-filesystem-dev 
(Closes: #434039)
   * FTBFS: unmet b-dep libguichan0-dev (Closes: #436334)
Files: 
 8b7a1694ae5daa301c0a759e3ea15ecd 771 games optional balder2d_1.0~rc1-3.dsc
 75e458a37424a36bf7f176fca0f0089f 8785 games optional balder2d_1.0~rc1-3.diff.gz
 1f022525a3e3539e891f7570650f6199 8829518 games optional 
balder2d-data_1.0~rc1-3_all.deb
 f02d943b96ecd36dc0429f92e5054feb 123302 games optional 
balder2d_1.0~rc1-3_i386.deb

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

iD8DBQFGwfYGeYl9593Atw0RAumRAJ90RomM4L0UEeMLLaIHnBHQpON+xwCgjG0X
9/qINu2ENuxhPujV6z99vKY=
=WVyr
-END PGP SIGNATURE-


Accepted:
balder2d-data_1.0~rc1-3_all.deb
  to pool/main/b/balder2d/balder2d-data_1.0~rc1-3_all.deb
balder2d_1.0~rc1-3.diff.gz
  to pool/main/b/balder2d/balder2d_1.0~rc1-3.diff.gz
balder2d_1.0~rc1-3.dsc
  to pool/main/b/balder2d/balder2d_1.0~rc1-3.dsc
balder2d_1.0~rc1-3_i386.deb
  to pool/main/b/balder2d/balder2d_1.0~rc1-3_i386.deb


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



Accepted grsync 0.6-2 (source i386)

2007-08-14 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 20:44:00 +0200
Source: grsync
Binary: grsync
Architecture: source i386
Version: 0.6-2
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 grsync - GTK+ frontend for rsync
Closes: 407781
Changes: 
 grsync (0.6-2) unstable; urgency=low
 .
   * Adjusted icon path (Closes: #407781).
Files: 
 e04a9e75d8f61e1f718fcdfd8c140757 606 x11 optional grsync_0.6-2.dsc
 394b916522929091fcc5a2308fd3dc2f 8402 x11 optional grsync_0.6-2.diff.gz
 2aff9302a373292f85dced0ef1c2d31b 65034 x11 optional grsync_0.6-2_i386.deb

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

iD8DBQFGwfj5+C5cwEsrK54RAkH5AKDWVIuiOh/Z271tObTCUZ6VUTFZLwCgxoAP
ckvD1FlS0BUT9IQrSbYvcz0=
=BirB
-END PGP SIGNATURE-


Accepted:
grsync_0.6-2.diff.gz
  to pool/main/g/grsync/grsync_0.6-2.diff.gz
grsync_0.6-2.dsc
  to pool/main/g/grsync/grsync_0.6-2.dsc
grsync_0.6-2_i386.deb
  to pool/main/g/grsync/grsync_0.6-2_i386.deb


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



Accepted photon 0.4.4-2 (source all)

2007-08-14 Thread Kevin Coyner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 14:51:45 -0400
Source: photon
Binary: photon
Architecture: source all
Version: 0.4.4-2
Distribution: unstable
Urgency: low
Maintainer: Kevin Coyner [EMAIL PROTECTED]
Changed-By: Kevin Coyner [EMAIL PROTECTED]
Description: 
 photon - a static HTML gallery generator
Changes: 
 photon (0.4.4-2) unstable; urgency=low
 .
   * New e-mail address for maintainer. Changed throughout debian/* files.
   * debian/rules: Changed invocation of Make clean rule.
Files: 
 596de1abc4fc26b272460a73b161db7d 615 graphics optional photon_0.4.4-2.dsc
 54afff285cd17195ae053cfe33261831 4787 graphics optional photon_0.4.4-2.diff.gz
 7b554664d7f476201aa6977398f14530 63824 graphics optional photon_0.4.4-2_all.deb

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

iD8DBQFGwfsmqPceVIzhGUERApxoAJwKyf8NBZ9yufFa+ztRcSSmjiOK6gCgu1M3
hqvmwNzPxEhwY/Zbho1kOt0=
=Lya/
-END PGP SIGNATURE-


Accepted:
photon_0.4.4-2.diff.gz
  to pool/main/p/photon/photon_0.4.4-2.diff.gz
photon_0.4.4-2.dsc
  to pool/main/p/photon/photon_0.4.4-2.dsc
photon_0.4.4-2_all.deb
  to pool/main/p/photon/photon_0.4.4-2_all.deb


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



Accepted libvorbis 1.2.0.dfsg-2 (source i386)

2007-08-14 Thread Adeodato Simó
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 20:55:54 +0200
Source: libvorbis
Binary: libvorbis0a libvorbis-dev libvorbisenc2 libvorbisfile3
Architecture: source i386
Version: 1.2.0.dfsg-2
Distribution: unstable
Urgency: high
Maintainer: Debian Xiph.org Maintainers [EMAIL PROTECTED]
Changed-By: Adeodato Simó [EMAIL PROTECTED]
Description: 
 libvorbis-dev - The Vorbis General Audio Compression Codec (development files)
 libvorbis0a - The Vorbis General Audio Compression Codec
 libvorbisenc2 - The Vorbis General Audio Compression Codec
 libvorbisfile3 - The Vorbis General Audio Compression Codec
Closes: 436083
Changes: 
 libvorbis (1.2.0.dfsg-2) unstable; urgency=high
 .
   * Bump shlibs for libvorbis0a due to new vorbis_synthesis_idheader header.
 (Closes: #436083)
Files: 
 3cf63979b380d268ea69bcef31377c8b 890 libs optional libvorbis_1.2.0.dfsg-2.dsc
 a4ad34cc2f17174bbc05aa51d0d65241 5477 libs optional 
libvorbis_1.2.0.dfsg-2.diff.gz
 05b465feda3cccece163cc6a9485e663 98150 libs optional 
libvorbis0a_1.2.0.dfsg-2_i386.deb
 3373dc149a06bbf52a87b453d77917ba 75592 libs optional 
libvorbisenc2_1.2.0.dfsg-2_i386.deb
 07fddb5aacc1cda394fa2de036713c1a 19492 libs optional 
libvorbisfile3_1.2.0.dfsg-2_i386.deb
 952da14314a3af0242aa0362d3210cbe 459864 libdevel optional 
libvorbis-dev_1.2.0.dfsg-2_i386.deb

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

iEYEARECAAYFAkbB/BoACgkQOzsxEBcMRN2E1wCgl+PZIdhPdkE99UfoQsqyUE7q
iW4An3KG1xpqvrEQq7MniSC0g+Ax5C5w
=V2am
-END PGP SIGNATURE-


Accepted:
libvorbis-dev_1.2.0.dfsg-2_i386.deb
  to pool/main/libv/libvorbis/libvorbis-dev_1.2.0.dfsg-2_i386.deb
libvorbis0a_1.2.0.dfsg-2_i386.deb
  to pool/main/libv/libvorbis/libvorbis0a_1.2.0.dfsg-2_i386.deb
libvorbis_1.2.0.dfsg-2.diff.gz
  to pool/main/libv/libvorbis/libvorbis_1.2.0.dfsg-2.diff.gz
libvorbis_1.2.0.dfsg-2.dsc
  to pool/main/libv/libvorbis/libvorbis_1.2.0.dfsg-2.dsc
libvorbisenc2_1.2.0.dfsg-2_i386.deb
  to pool/main/libv/libvorbis/libvorbisenc2_1.2.0.dfsg-2_i386.deb
libvorbisfile3_1.2.0.dfsg-2_i386.deb
  to pool/main/libv/libvorbis/libvorbisfile3_1.2.0.dfsg-2_i386.deb


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



Accepted pypolicyd-spf 0.4.1-1 (source all)

2007-08-14 Thread Scott Kitterman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 13 Aug 2007 11:03:09 -0400
Source: pypolicyd-spf
Binary: python-policyd-spf
Architecture: source all
Version: 0.4.1-1
Distribution: unstable
Urgency: low
Maintainer: Scott Kitterman [EMAIL PROTECTED]
Changed-By: Scott Kitterman [EMAIL PROTECTED]
Description: 
 python-policyd-spf - pure-Python Postfix policy daemon for SPF checking
Closes: 434623 437361
Changes: 
 pypolicyd-spf (0.4.1-1) unstable; urgency=low
 .
   * Correct multi-recipient reject processing (Closes: #437361)
   * Correct typos in README.Debian (Closes: #434623)
   * Add debian/watch
Files: 
 25655c02245325c79813323dd81c272f 680 mail extra pypolicyd-spf_0.4.1-1.dsc
 b9a5e243319242484b16a6a8a409c99a 18175 mail extra 
pypolicyd-spf_0.4.1.orig.tar.gz
 3da6512d2605a205dffc842f8a46511d 2597 mail extra pypolicyd-spf_0.4.1-1.diff.gz
 907d877f3005ff16718df208ce8695a6 14830 mail extra 
python-policyd-spf_0.4.1-1_all.deb

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

iD8DBQFGwgDDCV53xXnMZYYRAtz4AKCkwdxhYrH2DQaswDzq7zqI46ItEQCg3PXf
Bnb7POP8zC6MngLP1p/M06M=
=tY71
-END PGP SIGNATURE-


Accepted:
pypolicyd-spf_0.4.1-1.diff.gz
  to pool/main/p/pypolicyd-spf/pypolicyd-spf_0.4.1-1.diff.gz
pypolicyd-spf_0.4.1-1.dsc
  to pool/main/p/pypolicyd-spf/pypolicyd-spf_0.4.1-1.dsc
pypolicyd-spf_0.4.1.orig.tar.gz
  to pool/main/p/pypolicyd-spf/pypolicyd-spf_0.4.1.orig.tar.gz
python-policyd-spf_0.4.1-1_all.deb
  to pool/main/p/pypolicyd-spf/python-policyd-spf_0.4.1-1_all.deb


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



Accepted rcs 5.7-20 (source amd64)

2007-08-14 Thread Romain Francoise
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 21:24:54 +0200
Source: rcs
Binary: rcs
Architecture: source amd64
Version: 5.7-20
Distribution: unstable
Urgency: low
Maintainer: Romain Francoise [EMAIL PROTECTED]
Changed-By: Romain Francoise [EMAIL PROTECTED]
Description: 
 rcs- The GNU Revision Control System
Closes: 437885
Changes: 
 rcs (5.7-20) unstable; urgency=low
 .
   * debian/control: Add support for DEB_BUILD_OPTIONS (closes: #437885).
Files: 
 c800def7290f4a3a0078dcae3ea1fe9e 544 devel optional rcs_5.7-20.dsc
 82ea98bc05761e0dc1a487147b8f856d 40417 devel optional rcs_5.7-20.diff.gz
 a073d595d133a38ce9ead2dab77fab21 369900 devel optional rcs_5.7-20_amd64.deb

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

iD8DBQFGwgILogN2vsA8Vt8RAsIjAKChlKtIVJd5KWaVuIm3JiglV70cnACfWSoS
vsj9A+hAK6H/F9kUrMYnYo8=
=PBKz
-END PGP SIGNATURE-


Accepted:
rcs_5.7-20.diff.gz
  to pool/main/r/rcs/rcs_5.7-20.diff.gz
rcs_5.7-20.dsc
  to pool/main/r/rcs/rcs_5.7-20.dsc
rcs_5.7-20_amd64.deb
  to pool/main/r/rcs/rcs_5.7-20_amd64.deb


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



Accepted cupsys 1.3.0-1 (source i386 all)

2007-08-14 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 21:10:50 +0200
Source: cupsys
Binary: libcupsys2-dev cupsys libcupsys2 libcupsimage2 cupsys-common 
cupsys-client cupsys-dbg cupsys-bsd libcupsimage2-dev
Architecture: source i386 all
Version: 1.3.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian CUPS Maintainers [EMAIL PROTECTED]
Changed-By: Martin Pitt [EMAIL PROTECTED]
Description: 
 cupsys - Common UNIX Printing System(tm) - server
 cupsys-bsd - Common UNIX Printing System(tm) - BSD commands
 cupsys-client - Common UNIX Printing System(tm) - client programs (SysV)
 cupsys-common - Common UNIX Printing System(tm) - common files
 cupsys-dbg - Common UNIX Printing System(tm) - debugging symbols
 libcupsimage2 - Common UNIX Printing System(tm) - image libs
 libcupsimage2-dev - Common UNIX Printing System(tm) - image development files
 libcupsys2 - Common UNIX Printing System(tm) - libs
 libcupsys2-dev - Common UNIX Printing System(tm) - development files
Changes: 
 cupsys (1.3.0-1) unstable; urgency=low
 .
   [ Till Kamppeter ]
   * New upstream release (first release of 1.3.x generation)
   * 90_include_krb5_h_in_job_h.dpatch: Added a missing #include krb5.h to
 the scheduler/job.h file (upstream bug).
   * Regenerated patches: 44_fixconfdirperms.dpatch, 47_pid.dpatch,
 70_reactivate_recommended_driver.dpatch.
   * Removed patches (fixed upstream): 53_usr_share_ppd_support.dpatch,
 55_ppd_okidata_name.dpatch, 68_edit-config.dpatch
   * debian/control: Added libkrb5-dev, and libavahi-compat-libdnssd-dev
 to the build dependencies, so that the new Kerberos and DNS Service
 Discovery support of CUPS gets compiled.
   * debian/libcupsys2-dev.files: Removed /usr/include/cups/md5.h This file is
 not provided any more by CUPS
   * debian/cupsys.install, debian/cupsys-client.files: Added new files.
   * debian/rules: Added more files to clean:: rule which upstream has
 forgotten in make clean.
 .
   [ Martin Pitt ]
   * Bump library shlibs to = 1.3.0.
   * Drop 02_configure.dpatch, upstream configure does not set rpath any more
 for prefix=/usr.
   * Drop 54_cups-config_modeldir.dpatch, --modeldir was never actually used
 anywhere and not documented, and LSB prescribes /usr/share/ppd/ anyway.
   * Drop 56_dirsvc.dpatch, which was fixed upstream long ago and disabled in
 00list anyway since then.
   * Drop 67_printcap.dpatch: /var/run/cups/printcap is now the implicit
 default upstream.
   * debian/patches: Drop number prefixes from patches. The enumeration is not
 useful at all any more since it both got inflated and is not sorted by any
 category. With dpatch we also do not need number prefixes.
Files: 
 7850deba515c96d0ef7d52733072af92 1169 net optional cupsys_1.3.0-1.dsc
 08b6efd1a898304c51824571da27b091 4808531 net optional cupsys_1.3.0.orig.tar.gz
 47b50bf57cfbc58eebe139f08f1e7215 96672 net optional cupsys_1.3.0-1.diff.gz
 05da711bb6c676e852897ef6ff83f2c9 1139418 net optional 
cupsys-common_1.3.0-1_all.deb
 7520e4ec0c4b1fe3d69e785ebf5846ab 160226 libs optional 
libcupsys2_1.3.0-1_i386.deb
 20e3f1de97747723c4240b3d2cb0e988 83250 libs optional 
libcupsimage2_1.3.0-1_i386.deb
 e14118f5816ff101660835e6e5bb736d 2007580 net optional cupsys_1.3.0-1_i386.deb
 0beb85ea91b67fb911649abdb604294d 85104 net optional 
cupsys-client_1.3.0-1_i386.deb
 c109332087274d9016947812e10f13dc 142420 libdevel optional 
libcupsys2-dev_1.3.0-1_i386.deb
 28ce0a44715552471d8a2cfbfbd97ebd 57944 libdevel optional 
libcupsimage2-dev_1.3.0-1_i386.deb
 2f6c9c8e2e4ac0a59737cdd62a1a4a24 36140 net extra cupsys-bsd_1.3.0-1_i386.deb
 cf9819783290edab05167d45e37c2a4d 1013660 libdevel extra 
cupsys-dbg_1.3.0-1_i386.deb

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

iD8DBQFGwgC6DecnbV4Fd/IRApobAJ44D3bM3cQOWmF1ZhIg1MFeIF1BTACfW4C8
oYN7loebg7ffazT3nvMEQM4=
=yd/S
-END PGP SIGNATURE-


Accepted:
cupsys-bsd_1.3.0-1_i386.deb
  to pool/main/c/cupsys/cupsys-bsd_1.3.0-1_i386.deb
cupsys-client_1.3.0-1_i386.deb
  to pool/main/c/cupsys/cupsys-client_1.3.0-1_i386.deb
cupsys-common_1.3.0-1_all.deb
  to pool/main/c/cupsys/cupsys-common_1.3.0-1_all.deb
cupsys-dbg_1.3.0-1_i386.deb
  to pool/main/c/cupsys/cupsys-dbg_1.3.0-1_i386.deb
cupsys_1.3.0-1.diff.gz
  to pool/main/c/cupsys/cupsys_1.3.0-1.diff.gz
cupsys_1.3.0-1.dsc
  to pool/main/c/cupsys/cupsys_1.3.0-1.dsc
cupsys_1.3.0-1_i386.deb
  to pool/main/c/cupsys/cupsys_1.3.0-1_i386.deb
cupsys_1.3.0.orig.tar.gz
  to pool/main/c/cupsys/cupsys_1.3.0.orig.tar.gz
libcupsimage2-dev_1.3.0-1_i386.deb
  to pool/main/c/cupsys/libcupsimage2-dev_1.3.0-1_i386.deb
libcupsimage2_1.3.0-1_i386.deb
  to pool/main/c/cupsys/libcupsimage2_1.3.0-1_i386.deb
libcupsys2-dev_1.3.0-1_i386.deb
  to pool/main/c/cupsys/libcupsys2-dev_1.3.0-1_i386.deb
libcupsys2_1.3.0-1_i386.deb
  to pool/main/c/cupsys/libcupsys2_1.3.0-1_i386.deb


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

Accepted sqlalchemy 0.4.0~beta2-1 (source all)

2007-08-14 Thread Piotr Ożarowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 20:19:11 +0200
Source: sqlalchemy
Binary: python-sqlalchemy python-sqlalchemy-doc
Architecture: source all
Version: 0.4.0~beta2-1
Distribution: experimental
Urgency: low
Maintainer: Tommi Virtanen [EMAIL PROTECTED]
Changed-By: Piotr Ożarowski [EMAIL PROTECTED]
Description: 
 python-sqlalchemy - SQL toolkit and Object Relational Mapper for Python
 python-sqlalchemy-doc - Documentation for the SQLAlchemy Python library
Changes: 
 sqlalchemy (0.4.0~beta2-1) experimental; urgency=low
 .
   * New upstream release
   * debian/watch file updated (~ character issue fixed)
   * Don't provide python2.X-sqlalchemy packages anymore (it's arch. indep.
 package)
   * Add python (=2.5) | before all SQLite packages in Suggests (python2.5
 provides sqlite3 module which is used by SQLAlchemy if available)
   * Extend README.Debian file (add notes about database - required package
 relation)
   * Add info about access.py and interfaces.py files to debian/copyright
Files: 
 89adf6855f193201aa9cd9e08748221b 825 python optional 
sqlalchemy_0.4.0~beta2-1.dsc
 1f6985c361b67ab3c67e5d39ab2b7075 1060807 python optional 
sqlalchemy_0.4.0~beta2.orig.tar.gz
 a148aa2adad455ef1300fbfc725839d6 6238 python optional 
sqlalchemy_0.4.0~beta2-1.diff.gz
 6ebf6d363b2e6618d4df94bed0f9ec9f 325208 python optional 
python-sqlalchemy_0.4.0~beta2-1_all.deb
 d75be1849f42d0d0db8b1d53a297f29b 451864 doc optional 
python-sqlalchemy-doc_0.4.0~beta2-1_all.deb

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

iD8DBQFGwgOQB01zfu119ZkRApQuAJ9QGV9DF1vVK8OmtrVSg0WwyLGedwCgzZ8h
5COclLVzoce2JbcXbGncXRs=
=pNAI
-END PGP SIGNATURE-


Accepted:
python-sqlalchemy-doc_0.4.0~beta2-1_all.deb
  to pool/main/s/sqlalchemy/python-sqlalchemy-doc_0.4.0~beta2-1_all.deb
python-sqlalchemy_0.4.0~beta2-1_all.deb
  to pool/main/s/sqlalchemy/python-sqlalchemy_0.4.0~beta2-1_all.deb
sqlalchemy_0.4.0~beta2-1.diff.gz
  to pool/main/s/sqlalchemy/sqlalchemy_0.4.0~beta2-1.diff.gz
sqlalchemy_0.4.0~beta2-1.dsc
  to pool/main/s/sqlalchemy/sqlalchemy_0.4.0~beta2-1.dsc
sqlalchemy_0.4.0~beta2.orig.tar.gz
  to pool/main/s/sqlalchemy/sqlalchemy_0.4.0~beta2.orig.tar.gz


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



Accepted banshee 0.13.0+dfsg-1 (source i386 all)

2007-08-14 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 20:18:24 +0200
Source: banshee
Binary: banshee banshee-daap
Architecture: source i386 all
Version: 0.13.0+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Sebastian Dröge [EMAIL PROTECTED]
Changed-By: Sebastian Dröge [EMAIL PROTECTED]
Description: 
 banshee- Audio Management and Playback application
 banshee-daap - Audio Management and Playback application (DAAP sharing plugin)
Changes: 
 banshee (0.13.0+dfsg-1) unstable; urgency=low
 .
   * New upstream release
   * debian/banshee.install:
 + Add the new bookmarks plugin.
   * debian/patches/05_wavpack-profile.patch,
 debian/patches/10_branch-0.12.x-2007-06-14.patch:
 + Dropped, merged upstream.
   * debian/patches/01_gst-inspect.patch,
 debian/patches/03_fix_2.18_multimedia_keys.patch,
 debian/patches/04_external-taglib-sharp.patch,
 debian/patches/99_autoreconf.patch:
 + Updated for new upstream version.
   * debian/rules,
 debian/generic-artist.png.uue:
 + Dropped manual installation of that icon, it's upstream now.
Files: 
 938ef260d803ac6533c13c40b90b0f7a 1725 sound optional banshee_0.13.0+dfsg-1.dsc
 a51f8951bf0970a3a11eef6180cb3ce0 2692431 sound optional 
banshee_0.13.0+dfsg.orig.tar.gz
 c1aea6181aec53015b6a7712a1320526 257931 sound optional 
banshee_0.13.0+dfsg-1.diff.gz
 385a59427185cd73f0da3003ac360f76 220208 sound optional 
banshee-daap_0.13.0+dfsg-1_all.deb
 fe76868bd1fdbc81ab90c9e3517bf738 2174686 sound optional 
banshee_0.13.0+dfsg-1_i386.deb

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

iD8DBQFGwglEBsBdh1vkHyERAnzMAKCblWzeHErUVU+CGvP+phcvw6ctIQCgoz7+
df84aIWINU8ZjFa7Al2eeWk=
=+w2r
-END PGP SIGNATURE-


Accepted:
banshee-daap_0.13.0+dfsg-1_all.deb
  to pool/main/b/banshee/banshee-daap_0.13.0+dfsg-1_all.deb
banshee_0.13.0+dfsg-1.diff.gz
  to pool/main/b/banshee/banshee_0.13.0+dfsg-1.diff.gz
banshee_0.13.0+dfsg-1.dsc
  to pool/main/b/banshee/banshee_0.13.0+dfsg-1.dsc
banshee_0.13.0+dfsg-1_i386.deb
  to pool/main/b/banshee/banshee_0.13.0+dfsg-1_i386.deb
banshee_0.13.0+dfsg.orig.tar.gz
  to pool/main/b/banshee/banshee_0.13.0+dfsg.orig.tar.gz


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



Accepted ncurses 5.6+20070812-1 (source i386 all)

2007-08-14 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 21:28:00 +0200
Source: ncurses
Binary: ncurses-base lib64ncurses5 libncursesw5-dev libncursesw5-dbg 
ncurses-bin libncurses5 libncursesw5 libncurses5-dev ncurses-term 
lib32ncurses5-dev lib32ncurses5 libncurses5-dbg lib64ncurses5-dev
Architecture: source i386 all
Version: 5.6+20070812-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 lib64ncurses5 - Shared libraries for terminal handling (64-bit)
 lib64ncurses5-dev - Developer's libraries for ncurses (64-bit)
 libncurses5 - Shared libraries for terminal handling
 libncurses5-dbg - Debugging/profiling libraries for ncurses
 libncurses5-dev - Developer's libraries and docs for ncurses
 libncursesw5 - Shared libraries for terminal handling (wide character support)
 libncursesw5-dbg - Debugging/profiling libraries for ncurses
 libncursesw5-dev - Developer's libraries for ncursesw
 ncurses-base - Descriptions of common terminal types
 ncurses-bin - Terminal-related programs and man pages
 ncurses-term - Additional terminal type definitions
Changes: 
 ncurses (5.6+20070812-1) unstable; urgency=low
 .
   * New upstream patch level.
Files: 
 d4787fd0154c6645a788abaf3bc8ad81 911 libs standard ncurses_5.6+20070812-1.dsc
 78e2722bf29d2a36f5b3ed16f811a84b 2392614 libs standard 
ncurses_5.6+20070812.orig.tar.gz
 36508f5d0aa98b14fc87bbab4a6c44fd 37265 libs standard 
ncurses_5.6+20070812-1.diff.gz
 25509297eef744e7b28bdacc491db831 314400 libs required 
libncurses5_5.6+20070812-1_i386.deb
 92dabb646dedf9c7634f03b167911786 1470334 libdevel optional 
libncurses5-dev_5.6+20070812-1_i386.deb
 0b2cc92567c448b11a7a88f91c388023 1537268 libdevel extra 
libncurses5-dbg_5.6+20070812-1_i386.deb
 07d80aa6f818ff687c76314c33ccc96a 335454 libs important 
libncursesw5_5.6+20070812-1_i386.deb
 287f2f51430cf991a6f213d278abef59 459464 libdevel optional 
libncursesw5-dev_5.6+20070812-1_i386.deb
 7d8c71b64174028dc53c9b671a938c2e 1715564 libdevel extra 
libncursesw5-dbg_5.6+20070812-1_i386.deb
 d5092b9194c1f5aa260bcdaaa54d6296 327658 libs optional 
lib64ncurses5_5.6+20070812-1_i386.deb
 b89b2e5cf5f83c4aa1f3406f4f98e188 399572 libdevel optional 
lib64ncurses5-dev_5.6+20070812-1_i386.deb
 a2b3b6f022a90fd60ed4532885bb1ad3 156758 utils required 
ncurses-bin_5.6+20070812-1_i386.deb
 4caa05c81b756b47a26bc191c65c3442 12954 utils required 
ncurses-base_5.6+20070812-1_all.deb
 57887eb334a05bf1277a3bf04f6160df 341242 admin standard 
ncurses-term_5.6+20070812-1_all.deb

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

iD8DBQFGwgdB+C5cwEsrK54RAp0nAJ9WKLWVSFGYwtUKxiY9AkOq+bQMYACdExN+
lZ/EF6I6C5VXtLUFc3E+YNs=
=MdTP
-END PGP SIGNATURE-


Accepted:
lib64ncurses5-dev_5.6+20070812-1_i386.deb
  to pool/main/n/ncurses/lib64ncurses5-dev_5.6+20070812-1_i386.deb
lib64ncurses5_5.6+20070812-1_i386.deb
  to pool/main/n/ncurses/lib64ncurses5_5.6+20070812-1_i386.deb
libncurses5-dbg_5.6+20070812-1_i386.deb
  to pool/main/n/ncurses/libncurses5-dbg_5.6+20070812-1_i386.deb
libncurses5-dev_5.6+20070812-1_i386.deb
  to pool/main/n/ncurses/libncurses5-dev_5.6+20070812-1_i386.deb
libncurses5_5.6+20070812-1_i386.deb
  to pool/main/n/ncurses/libncurses5_5.6+20070812-1_i386.deb
libncursesw5-dbg_5.6+20070812-1_i386.deb
  to pool/main/n/ncurses/libncursesw5-dbg_5.6+20070812-1_i386.deb
libncursesw5-dev_5.6+20070812-1_i386.deb
  to pool/main/n/ncurses/libncursesw5-dev_5.6+20070812-1_i386.deb
libncursesw5_5.6+20070812-1_i386.deb
  to pool/main/n/ncurses/libncursesw5_5.6+20070812-1_i386.deb
ncurses-base_5.6+20070812-1_all.deb
  to pool/main/n/ncurses/ncurses-base_5.6+20070812-1_all.deb
ncurses-bin_5.6+20070812-1_i386.deb
  to pool/main/n/ncurses/ncurses-bin_5.6+20070812-1_i386.deb
ncurses-term_5.6+20070812-1_all.deb
  to pool/main/n/ncurses/ncurses-term_5.6+20070812-1_all.deb
ncurses_5.6+20070812-1.diff.gz
  to pool/main/n/ncurses/ncurses_5.6+20070812-1.diff.gz
ncurses_5.6+20070812-1.dsc
  to pool/main/n/ncurses/ncurses_5.6+20070812-1.dsc
ncurses_5.6+20070812.orig.tar.gz
  to pool/main/n/ncurses/ncurses_5.6+20070812.orig.tar.gz


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



Accepted traceroute 2.0.7-4 (source i386)

2007-08-14 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 15 Aug 2007 21:51:00 +0200
Source: traceroute
Binary: traceroute
Architecture: source i386
Version: 2.0.7-4
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 traceroute - Traces the route taken by packets over an IPv4/IPv6 network
Closes: 436698 437815
Changes: 
 traceroute (2.0.7-4) unstable; urgency=low
 .
   * Complying with policy (Closes: #436698, #437815).
Files: 
 dd7c68f0cc5e0613cbbf9ef2c884c332 577 net important traceroute_2.0.7-4.dsc
 c2ca6895ed00fe9603749dfbec634e77 4545 net important traceroute_2.0.7-4.diff.gz
 18f16974890457a8be0a7b37c6f4a72c 41006 net important 
traceroute_2.0.7-4_i386.deb

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

iD8DBQFGwg7M+C5cwEsrK54RAlysAJ4oHJxq+4CHvVM7MEYDUkSfOBS/+gCfbLlr
PVXR6MJ2b2UCQBM9LNPdJQc=
=9WNd
-END PGP SIGNATURE-


Accepted:
traceroute_2.0.7-4.diff.gz
  to pool/main/t/traceroute/traceroute_2.0.7-4.diff.gz
traceroute_2.0.7-4.dsc
  to pool/main/t/traceroute/traceroute_2.0.7-4.dsc
traceroute_2.0.7-4_i386.deb
  to pool/main/t/traceroute/traceroute_2.0.7-4_i386.deb


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



Accepted ddclient 3.7.3-2 (source all)

2007-08-14 Thread Torsten Landschoff
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 22:51:19 +0200
Source: ddclient
Binary: ddclient
Architecture: source all
Version: 3.7.3-2
Distribution: unstable
Urgency: low
Maintainer: Torsten Landschoff [EMAIL PROTECTED]
Changed-By: Torsten Landschoff [EMAIL PROTECTED]
Description: 
 ddclient   - Update dynamic IP address at DynDNS.org
Changes: 
 ddclient (3.7.3-2) unstable; urgency=low
 .
   * Apply changes suggested by Marco Rodrigues (thanks, Marco):
 + Upgrade debian/compat to debhelper 5 (no adaptation needed)
 + Add README.ssl to debian/docs (great oversight :)
 + Add missing sample-* files to debian/examples.
   * Fix patch for ip-up sample script (which used an IP as interface
 name because my misreading of a bug report - shame on me).
Files: 
 e7b16ab8dc1b7e853d19c6c5f767d528 598 net extra ddclient_3.7.3-2.dsc
 200e468447a306d4ef54ae04d237d731 32807 net extra ddclient_3.7.3-2.diff.gz
 d9dd58590458269cfaf1b82e248fd8f1 52498 net extra ddclient_3.7.3-2_all.deb

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

iD8DBQFGwhdBdQgHtVUb5EcRAuWNAJ93b1RtG7p5M84oaaCqZT4K/kO/uACfT2as
/F6OX4LC0rf4Ev3wsQxgiGU=
=ib+P
-END PGP SIGNATURE-


Accepted:
ddclient_3.7.3-2.diff.gz
  to pool/main/d/ddclient/ddclient_3.7.3-2.diff.gz
ddclient_3.7.3-2.dsc
  to pool/main/d/ddclient/ddclient_3.7.3-2.dsc
ddclient_3.7.3-2_all.deb
  to pool/main/d/ddclient/ddclient_3.7.3-2_all.deb


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



Accepted apt-proxy 1.9.36.1 (source all)

2007-08-14 Thread Chris Halls
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 21:58:45 +0100
Source: apt-proxy
Binary: apt-proxy
Architecture: source all
Version: 1.9.36.1
Distribution: unstable
Urgency: low
Maintainer: Chris Halls [EMAIL PROTECTED]
Changed-By: Chris Halls [EMAIL PROTECTED]
Description: 
 apt-proxy  - Debian archive proxy and partial mirror builder
Closes: 436011 436112
Changes: 
 apt-proxy (1.9.36.1) unstable; urgency=low
 .
 * Work around breakage caused by ABI change in python_apt.
 (Closes: #436011, #436112). This is also related to #285360, which is not
 yet fixed
Files: 
 d12822a8398c43f84c6fe36b1af45f63 730 admin extra apt-proxy_1.9.36.1.dsc
 c231f68ef0508b69bb175a619101f617 107449 admin extra apt-proxy_1.9.36.1.tar.gz
 1d814fd162082b543d5ccbf477aae6af 84092 admin extra apt-proxy_1.9.36.1_all.deb

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

iD8DBQFGwhkKexmdExmX588RAn8RAJ9Z7GsiRHdH8XRMtVKm1M7c1thAXgCeMZKg
U1UwZHW65VGT7SR6CgRvAA0=
=FQ21
-END PGP SIGNATURE-


Accepted:
apt-proxy_1.9.36.1.dsc
  to pool/main/a/apt-proxy/apt-proxy_1.9.36.1.dsc
apt-proxy_1.9.36.1.tar.gz
  to pool/main/a/apt-proxy/apt-proxy_1.9.36.1.tar.gz
apt-proxy_1.9.36.1_all.deb
  to pool/main/a/apt-proxy/apt-proxy_1.9.36.1_all.deb


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



Accepted systemtap 0.0.20070811-1 (source amd64)

2007-08-14 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 23:41:50 +0200
Source: systemtap
Binary: systemtap
Architecture: source amd64
Version: 0.0.20070811-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.20070811-1) unstable; urgency=low
 .
   * New upstream snapshot
   * Updated patches:
 - 17-cond-syscalls
   * Removed patches:
 - 20-stap-path - fixed upstream
   * Added patch (disabled):
 - 23-gcc-4.3-fixes - fixes compilation with gcc-snapshot for one file,
   but brokes compilation with current g++, more work needed
Files: 
 841393b27027c5fe83071719e3349fa3 880 devel optional 
systemtap_0.0.20070811-1.dsc
 c9c30b9b1360b0992f68f43b6e65a228 739330 devel optional 
systemtap_0.0.20070811.orig.tar.gz
 7e521473e5681960fe0150596080946e 12406 devel optional 
systemtap_0.0.20070811-1.diff.gz
 59b4a5c88db54684ae57cf1726663875 726016 devel optional 
systemtap_0.0.20070811-1_amd64.deb

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

iD4DBQFGwiJNKaC6+zmozOIRAmcrAJY1LWtlBwgMt1DpJ/Bzyrn+r3UHAJ0eyONj
4tf2FpsuWHNOdi/fsICnQw==
=arwk
-END PGP SIGNATURE-


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


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



Accepted libgphoto2 2.4.0-2 (source i386)

2007-08-14 Thread Frederic Peters
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 15 Aug 2007 00:13:26 +0200
Source: libgphoto2
Binary: libgphoto2-port0 libgphoto2-2-dev libgphoto2-2
Architecture: source i386
Version: 2.4.0-2
Distribution: unstable
Urgency: low
Maintainer: Frederic Peters [EMAIL PROTECTED]
Changed-By: Frederic Peters [EMAIL PROTECTED]
Description: 
 libgphoto2-2 - gphoto2 digital camera library
 libgphoto2-2-dev - gphoto2 digital camera library (development files)
 libgphoto2-port0 - gphoto2 digital camera port library
Closes: 434568
Changes: 
 libgphoto2 (2.4.0-2) unstable; urgency=low
 .
   * debian/patches/11_hurd_no_path_max_bsdsource.dpatch: new patch contributed
 by Samuel Thibault, to fix compilation issues on the Hurd,(closes: #434568)
 * description: Hurd has no such hard limit like PATH_MAX, and define
   _BSD_SOURCE because code uses IXANY and O_NDELAY.
Files: 
 dc0df551651b2f228676f3837699262d 891 libs optional libgphoto2_2.4.0-2.dsc
 fa796409b235aae637df6dcc485c79a8 14512 libs optional libgphoto2_2.4.0-2.diff.gz
 70433a6c9e19c1669a498361ce2b52e2 2516780 libdevel optional 
libgphoto2-2-dev_2.4.0-2_i386.deb
 a776240c3465dd15e0bca286fa8bc4b2 128860 libs optional 
libgphoto2-port0_2.4.0-2_i386.deb
 84c39bc3cdb480cb9a0ced4f2675b267 1254258 libs optional 
libgphoto2-2_2.4.0-2_i386.deb

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

iD8DBQFGwiutoR3LsWeD7V4RAmzrAJ9ijbLDx62nrGU5k31am9G7VNENNgCeNQOd
XGhlPm3Vol+f+hOi0qktiQM=
=ukSO
-END PGP SIGNATURE-


Accepted:
libgphoto2-2-dev_2.4.0-2_i386.deb
  to pool/main/libg/libgphoto2/libgphoto2-2-dev_2.4.0-2_i386.deb
libgphoto2-2_2.4.0-2_i386.deb
  to pool/main/libg/libgphoto2/libgphoto2-2_2.4.0-2_i386.deb
libgphoto2-port0_2.4.0-2_i386.deb
  to pool/main/libg/libgphoto2/libgphoto2-port0_2.4.0-2_i386.deb
libgphoto2_2.4.0-2.diff.gz
  to pool/main/libg/libgphoto2/libgphoto2_2.4.0-2.diff.gz
libgphoto2_2.4.0-2.dsc
  to pool/main/libg/libgphoto2/libgphoto2_2.4.0-2.dsc


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



Accepted libpri 1.4.1-2 (source i386)

2007-08-14 Thread Faidon Liambotis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 15 Aug 2007 01:11:16 +0300
Source: libpri
Binary: libpri1.0 libpri-dev
Architecture: source i386
Version: 1.4.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team [EMAIL PROTECTED]
Changed-By: Faidon Liambotis [EMAIL PROTECTED]
Description: 
 libpri-dev - Primary Rate ISDN specification development files
 libpri1.0  - Primary Rate ISDN specification library
Closes: 359186 437804
Changes: 
 libpri (1.4.1-2) unstable; urgency=low
 .
   * Enable -O2 optimizations, following Policy 10.1. (Closes: #359186)
   * Conflict with libpri1.2 versions prior to 1.4.0-2 to ease transition for
 testing and unstable users. (Closes: #437804)
Files: 
 3388d666e2883c9974ecd814844df4b7 961 libs optional libpri_1.4.1-2.dsc
 cce4f583b031ac432619d4852775c1c2 50030 libs optional libpri_1.4.1-2.diff.gz
 c5c3df406a3ba1683d2f5eea267b7e47 135960 libdevel optional 
libpri-dev_1.4.1-2_i386.deb
 b2ce30f42c071fa7e5e98ef838ec86b0 118000 libs optional 
libpri1.0_1.4.1-2_i386.deb

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

iD8DBQFGwiqgVty5d8XpUzMRAmTIAKCBSOu6TQWsfJYndoFX1E/xJ6VKBACfZlKB
/fRz2C1g8z2Glv9AG59zpYw=
=jmWP
-END PGP SIGNATURE-


Accepted:
libpri-dev_1.4.1-2_i386.deb
  to pool/main/libp/libpri/libpri-dev_1.4.1-2_i386.deb
libpri1.0_1.4.1-2_i386.deb
  to pool/main/libp/libpri/libpri1.0_1.4.1-2_i386.deb
libpri_1.4.1-2.diff.gz
  to pool/main/libp/libpri/libpri_1.4.1-2.diff.gz
libpri_1.4.1-2.dsc
  to pool/main/libp/libpri/libpri_1.4.1-2.dsc


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



  1   2   >