Re: Release goal: Getting rid of unneeded *.la / emptying dependency_libs

2009-08-25 Thread Kartik Mistry
On Tue, Aug 25, 2009 at 4:18 AM, Emilio Pozuelo
Monfortpoch...@gmail.com wrote:
 Andreas Barth wrote:
 Updated the list and put it on http://alius.ayous.org/~aba/la-view.txt
 and updated in () the packages that depend on the current package.

 Can you also create a dd-list list?

I have created it here:
http://people.debian.org/~kartik/docs/la-removal-dd-list.txt

If something is missing, blame it to me :)

-- 
 Cheers,
 Kartik Mistry | 0xD1028C8D | IRC: kart_
 Debian GNU/Linux Developer
 Blogs: {ftbfs, kartikm}.wordpress.com


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Bug#533265: apt or aptitude update at the beginning of a Lenny upgrade

2009-08-25 Thread Goswin von Brederlow
Karl O. Pinc k...@meme.com writes:

 On 08/24/2009 02:16:10 AM, Raphael Hertzog wrote:
 On Sun, 23 Aug 2009, Nicolas François wrote:
  I propose to only recommend updating aptitude (this will update apt
  anyway), and add a note for the users who prefer to use apt-get
 rather
  than aptitude.
 
 Fine for me. You can also include both apt and aptitude on the
 command-line if you want to ensure that both are upgraded.

 FWIW, the one time I tried doing aptitude install apt-get
 _after_ doing aptitude install aptitude there was nothing
 to do.

I recommend dpkg apt aptitude to be safe. In releases where a
versioned depends pulls in apt or dpkg automatically naming all 3 does
not hurt. On ther other hand if dependencies do not pull them in then
leaving them out hurts.

MfG
Goswin


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Release goal: Getting rid of unneeded *.la / emptying dependency_libs

2009-08-25 Thread Josselin Mouette
Le lundi 24 août 2009 à 22:25 +0200, Andreas Barth a écrit : 
 gnome-applets: 

This is a false positive. xmodmap.la is about the “la” locale, it’s not
a libtool file.

Cheers,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


signature.asc
Description: Ceci est une partie de message numériquement signée


Re: Release goal: Getting rid of unneeded *.la / emptying dependency_libs

2009-08-25 Thread Yves-Alexis Perez
On lun, 2009-08-24 at 22:25 +0200, Andreas Barth wrote:
 2. only dependency_libs to remove their la-file RSN, because they
block removal of the la-files on another package (this flag can be
wrongly hit if a package depends only on itself - but well,
dropping the la-file is recommended as well here as with 1.)

I have a package (gtk2-engine-murrine) present there (with a
dependency_libs: and which is present in depended_on of other packages)
but doesn't ship any .la file. What's the problem and how can I solve
it?

Cheers,
-- 
Yves-Alexis


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Bits from the release team and request for discussion

2009-08-25 Thread Stefano Zacchiroli
On Tue, Aug 11, 2009 at 10:07:43AM -0500, Manoj Srivastava wrote:
 Hmm? Why haven't these patches been sent upstream, then?  I have
  been also working at devotee-ng, which will have a plug-in
  architecture, to allow votes to add in dfferent pre-processing stacks
  (mime/gpg-decrypt, vs plain ballot vs DB lookup), to bypass checks
  (gpg, ldap), or add new ones, and to change the vote tallying
  algorithm, and add in new response/publish modules.

Patches are here
http://git.upsilon.cc/cgi-bin/gitweb.cgi?p=devotee.git;a=shortlog;h=refs/heads/zack/polls

They haven't been forwarded upstream *yet* because they haven't yet
been polished up for integration. I'm sure you, rightful, wouldn't
have liked patches which look more than ad-hoc customization than
generally reusable code.

FWIW, I also had trouble in finding the actual code which is running
for regular votes injected in a VCS. AFAICT, the working copy on
master differs from the one in git.d.o which I've cloned from. This
seems to make a bit harder to contribute code back.

Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime


signature.asc
Description: Digital signature


Re: Bits from the release team and request for discussion

2009-08-25 Thread Stefano Zacchiroli
On Tue, Aug 11, 2009 at 02:50:32PM +0100, Matthew Johnson wrote:
 Zack has been patching devotee to allow more informal (and not at all
 binding) polls to be run with the same infrastructure. I think this
 could be a suitable candidate to run using that. It allows us to have a
 poll which can only be voted in by DDs and not easily stuffed, but
 without having to go through the pain of a formal resolution.

I do have the poll mechanism in an usable shape now, I've thus far
just missed the time to make a proper announcement on how to request
me to initiate polls. If people wants to do that I've no problem
setting it up: interested people can just send me a draft ballot.

My *personal* opinion on this specific poll is, however, that the
release team is fully empowered to make the freeze date decision and
that they have also been sensible to complaints about the hurried
freeze. So, right now, I don't see the point of having it before they
actually publish their decision.

Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime


signature.asc
Description: Digital signature


Re: Release goal: Getting rid of unneeded *.la / emptying dependency_libs

2009-08-25 Thread Andreas Barth
* Yves-Alexis Perez (cor...@debian.org) [090825 10:31]:
 On lun, 2009-08-24 at 22:25 +0200, Andreas Barth wrote:
  2. only dependency_libs to remove their la-file RSN, because they
 block removal of the la-files on another package (this flag can be
 wrongly hit if a package depends only on itself - but well,
 dropping the la-file is recommended as well here as with 1.)
 
 I have a package (gtk2-engine-murrine) present there (with a
 dependency_libs: and which is present in depended_on of other packages)
 but doesn't ship any .la file. What's the problem and how can I solve
 it?

Looking at the package, /usr/lib/gtk-2.0/2.10.0/engines/libmurrine.la
looks like an la-file to me. As your package is only with
dependency_libs, you could drop that file on building the package
(depending on your installation method remove it from the debhelper
install file, just remove it in debian/rules, or whatever else is
needed).


Cheers,
Andi


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Release goal: Getting rid of unneeded *.la / emptying dependency_libs

2009-08-25 Thread Andreas Barth
* Josselin Mouette (j...@debian.org) [090825 10:28]:
 Le lundi 24 août 2009 à 22:25 +0200, Andreas Barth a écrit : 
  gnome-applets: 
 
 This is a false positive. xmodmap.la is about the “la” locale, it’s not
 a libtool file.

Thanks. I think I'll exclude the directory /usr/share/xmodmap/ as
well.


Cheers,
Andi


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Release goal: Getting rid of unneeded *.la / emptying dependency_libs

2009-08-25 Thread Yves-Alexis Perez
On mar, 2009-08-25 at 11:04 +0200, Andreas Barth wrote:
 Looking at the package, /usr/lib/gtk-2.0/2.10.0/engines/libmurrine.la
 looks like an la-file to me. As your package is only with
 dependency_libs, you could drop that file on building the package
 (depending on your installation method remove it from the debhelper
 install file, just remove it in debian/rules, or whatever else is
 needed).

Correct, I missed the fact that you were looking on i386. I used amd64
and there is no .la file in the package I built, but there is one on the
packages buildd did.

Cheers,
-- 
Yves-Alexis


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Release goal: Getting rid of unneeded *.la / emptying dependency_libs

2009-08-25 Thread Julien Cristau
On Tue, Aug 25, 2009 at 11:05:44 +0200, Andreas Barth wrote:

 * Josselin Mouette (j...@debian.org) [090825 10:28]:
  Le lundi 24 août 2009 à 22:25 +0200, Andreas Barth a écrit : 
   gnome-applets: 
  
  This is a false positive. xmodmap.la is about the “la” locale, it’s not
  a libtool file.
 
 Thanks. I think I'll exclude the directory /usr/share/xmodmap/ as
 well.

You should exclude anything that isn't /usr/lib IMO.

Cheers,
Julien


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: piuparts-MBF: prompting due to modified conffiles which where not modified by the user

2009-08-25 Thread peter green

So, what do you suggest for this? Of course, this file _is_ a conffile
(i.e. should never be automatically overwritten, so just moving it
over to /var/lib is not just compiling with a different path set). If
I don't automatically upgrade the file, users will end up with a
confused daemon unable and unwilling to move on. How should I proceed
with this?


My understanding is in this situation the correct soloution is not to ship the 
file in the package at all and then have the maintainer scripts create/edit it 
on install/upgrade.


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#543488: ITP: libbio-samtools-perl -- Read SAM/BAM database files

2009-08-25 Thread Charles Plessy
Package: wnpp
Severity: wishlist
Owner: Charles Plessy ple...@debian.org

  Package name: libbio-samtools-perl
  Version : 1.03
  Upstream Author : Lincoln Stein
  URL : http://search.cpan.org/dist/Bio-SamTools/
  License : Artistic version 2, or GNU GPL version 1 or later.
  Programming Lang: Perl
  Description : Read SAM/BAM database files

Dear all,

I have prepared a package for the CPAN module Bio::SamTools, that I
will upload soon in the pkg-perl Git repository on Alioth, and later
to the Debian archive, when the samtools package on which it depends
will be accepted. Bio::SamTools is in particular useful for displaying
sequence alignments with the GBrowse genome browser.

The control and copyright files for the package are displayed below.

Have a nice day,

-- Charles Plessy


Source: libbio-samtools-perl
Section: perl
Priority: optional
Build-Depends: debhelper (= 7), libmodule-build-perl, perl-modules,
  perl (= 5.8), libbam-dev
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Uploaders: Charles Plessy ple...@debian.org
Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/Bio-SamTools/
Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libbio-samtools-perl.git
Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libbio-samtools-perl.git

Package: libbio-samtools-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, perl (= 5.8)
Enhances: gbrowse
Description: Read SAM/BAM database files 
 Bio::SamTools provides a Perl interface to the libbam library for indexed and
 unindexed SAM/BAM sequence alignment databases. It provides support for
 retrieving information on individual alignments, read pairs, and alignment
 coverage information across large regions. It also provides callback
 functionality for calling SNPs and performing other base-by-base functions.
 Most operations are compatible with the BioPerl Bio::SeqFeatureI interface,
 allowing BAM files to be used as a backend to the GBrowse genome browser
 application.


Machine-readable license summary, see ‘http://dep.debian.net/deps/dep5’.

Name  :  Bio-SamTools
Author:  Lincoln D. Stein lincoln.st...@gmail.com
Source:  
http://search.cpan.org/CPAN/authors/id/L/LD/LDS/Bio-SamTools-1.02.tar.gz


Copyright :  © 2009 Ontario Institute for Cancer Research
License   :  GPL-1+ or Artistic-2.0

This package and its accompanying libraries is free software; you can
redistribute it and/or modify it under the terms of the GPL (either
version 1, or at your option, any later version) or the Artistic
License 2.0.  Refer to LICENSE for the full license text.
Disclaimer:
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.  See the Artistic License file
in the main Perl distribution for specific terms and conditions of
use.  In addition, the following disclaimers apply:

OICR makes no representations whatsoever as to the SOFTWARE contained
herein.  It is experimental in nature and is provided WITHOUT WARRANTY
OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE OR ANY OTHER
WARRANTY, EXPRESS OR IMPLIED.  OICR MAKES NO REPRESENTATION OR
WARRANTY THAT THE USE OF THIS SOFTWARE WILL NOT INFRINGE ANY PATENT OR
OTHER PROPRIETARY RIGHT.

By downloading this SOFTWARE, your Institution hereby indemnifies OICR
against any loss, claim, damage or liability, of whatsoever kind or
nature, which may arise from your Institution's respective use,
handling or storage of the SOFTWARE.

If publications result from research using this SOFTWARE, we ask that
OICR be acknowledged and/or credit be given to OICR scientists, as
scientifically appropriate.

License: GPL-1+
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 1, or (at your option)
any later version.

On Debian systems, the complete text of the latest version of the GNU General
Public License can be found in ‘/usr/share/common-licenses/GPL’.

License: Artistic
This program is free software; you can redistribute it and/or modify
it under the terms of the Artistic License, which comes with Perl.

On Debian systems, the complete text of the Artistic License can be found in
‘/usr/share/common-licenses/Artistic’.

License: Artistic-2.0
 Copyright (c) 2000-2006, The Perl Foundation.
 
 Everyone is permitted to copy and distribute verbatim copies of this license 
document, but changing it is not allowed.
 Preamble
 
 This license establishes the terms under which a given free software Package 
may be copied, modified, distributed, and/or redistributed. The intent is that 
the Copyright Holder maintains some artistic control over the development of 
that Package while still keeping the Package available as 

Re: What’ s the use for Standards-Version?

2009-08-25 Thread Stefano Zacchiroli
On Thu, Aug 13, 2009 at 12:15:41AM -0500, Romain Beauxis wrote:
 What I mean is that we can use the information contained in the
 standards- version tag and display at this place the list of changes
 that were done since 3.7.0

The last time I stumbled upon this was for a feature request on the
PTS, asking to have a link to the points that need to be addressed to
bump Standard-Version. The reference bug is #485085.

The status quo of this, according to the bug log, is that there is
still no machine parseable version of upgrade-checklist. So, if any of
the two feature request wants to be implemented, the first itch to
scratch is this.

While probably boring, it doesn't seem hard to turn upgrade-checklist
in a well-structure document. ... volunteers? :-)

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime


signature.asc
Description: Digital signature


Re: dash pulled on stable when APT::Default-Release is used

2009-08-25 Thread Sven Mueller
Philipp Kern schrieb:
 On 2009-07-29, Michael S. Gilbert michael.s.gilb...@gmail.com wrote:
 it is a bug in the sense that stable's behavior is being unduly
 influenced by unstable's essential packages list.  i would suggest
 submitting a report to the bts so the problem can be tracked and
 eliminated in future releases.
 
 That's somewhat by definition, sorry.  If you have unstable packages
 activated they may be relying on essential packages from unstable to
 work.  So they have to be installed.  No bug there.

I know I'm replying a bit late here, but I think it is a (perhaps only
wishlist) bug. In my opinion, behaviour should be:
At any time, use the essentials list relevant to the packages you install.
In other words, apt should keep track of the newest release it touched
while installing.
For example, on one of my systems, where I often backport stuff for
internal use, I have both testing and stable listed in my sources.list,
but I never installed any package from any of these releases. So I see
no reason why apt should pull in new essential packages from the
testing or unstable list.
On the other hand, once I would install a package from squeeze, I would
expect apt to also install all new essential packages listed for squeeze.

Regards,
Sven


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



[help] Bug#543323: /usr/bin/gtk-theme-switch2: crash, bad freelist

2009-08-25 Thread Denis Briand
tag 543323 help
thanks 


On Mon, Aug 24, 2009 at 10:39:42AM +0200, Erwan David wrote:
 Package: gtk-theme-switch
 Version: 2.1.0-1
 Severity: normal
 File: /usr/bin/gtk-theme-switch2
 
 When clicking on the preview button of gtk-theme-switch2, I got a
 crash with following trace :
 
 
 *** glibc detected *** gtk-theme-switch2: free(): invalid next size (fast): 
 0x08784590 ***
 === Backtrace: =
 /lib/i686/cmov/libc.so.6[0xb76f88f4]
 /lib/i686/cmov/libc.so.6(cfree+0x96)[0xb76fa896]
 /usr/lib/libcairo.so.2[0xb79ed86d]
 /usr/lib/libcairo.so.2[0xb7a0e314]
 /usr/lib/libcairo.so.2[0xb79f308f]
 /usr/lib/libcairo.so.2[0xb79f3325]
 /usr/lib/libcairo.so.2[0xb79daae8]
 /usr/lib/libcairo.so.2(cairo_fill_preserve+0x2d)[0xb79d4cfd]
 /usr/lib/libcairo.so.2(cairo_fill+0x12)[0xb79d4d22]
 /usr/lib/libgdk-x11-2.0.so.0[0xb7b682db]
 /usr/lib/libgdk-x11-2.0.so.0(gdk_window_begin_paint_region+0x1bb)[0xb7b6a5fb]
 /usr/lib/libgtk-x11-2.0.so.0(gtk_main_do_event+0x505)[0xb7cf3b35]
 /usr/lib/libgdk-x11-2.0.so.0[0xb7b6a9dd]
 /usr/lib/libgdk-x11-2.0.so.0(gdk_window_process_all_updates+0xff)[0xb7b6afef]
 /usr/lib/libgtk-x11-2.0.so.0[0xb7c6b8cf]
 /usr/lib/libgdk-x11-2.0.so.0[0xb7b4e84b]
 /usr/lib/libglib-2.0.so.0[0xb7820581]
 /usr/lib/libglib-2.0.so.0(g_main_context_dispatch+0x1e8)[0xb7822368]
 /usr/lib/libglib-2.0.so.0[0xb78258c3]
 /usr/lib/libglib-2.0.so.0(g_main_context_iteration+0x68)[0xb7825a48]
 /usr/lib/libgtk-x11-2.0.so.0(gtk_main_iteration+0x34)[0xb7cf3c14]
 gtk-theme-switch2[0x804b725]
 gtk-theme-switch2[0x804b8cc]
 /usr/lib/libgobject-2.0.so.0(g_cclosure_marshal_VOID__VOID+0x84)[0xb78ba174]
 /usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x1a3)[0xb78acb13]
 /usr/lib/libgobject-2.0.so.0[0xb78c0b3f]
 /usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x7b9)[0xb78c1f89]
 /usr/lib/libgobject-2.0.so.0(g_signal_emit+0x26)[0xb78c23e6]
 /usr/lib/libgtk-x11-2.0.so.0(gtk_button_clicked+0x8a)[0xb7c403ba]
 /usr/lib/libgtk-x11-2.0.so.0[0xb7c419a8]
 /usr/lib/libgobject-2.0.so.0(g_cclosure_marshal_VOID__VOID+0x84)[0xb78ba174]
 /usr/lib/libgobject-2.0.so.0[0xb78ab299]
 /usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x1a3)[0xb78acb13]
 /usr/lib/libgobject-2.0.so.0[0xb78c03a8]
 /usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x7b9)[0xb78c1f89]
 /usr/lib/libgobject-2.0.so.0(g_signal_emit+0x26)[0xb78c23e6]
 /usr/lib/libgtk-x11-2.0.so.0(gtk_button_released+0x8a)[0xb7c4045a]
 /usr/lib/libgtk-x11-2.0.so.0[0xb7c40493]
 /usr/lib/libgtk-x11-2.0.so.0[0xb7cf9ae6]
 /usr/lib/libgobject-2.0.so.0[0xb78ab299]
 /usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x1a3)[0xb78acb13]
 /usr/lib/libgobject-2.0.so.0[0xb78c07e7]
 /usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x64f)[0xb78c1e1f]
 /usr/lib/libgobject-2.0.so.0(g_signal_emit+0x26)[0xb78c23e6]
 /usr/lib/libgtk-x11-2.0.so.0[0xb7e12566]
 /usr/lib/libgtk-x11-2.0.so.0(gtk_propagate_event+0xec)[0xb7cf25bc]
 /usr/lib/libgtk-x11-2.0.so.0(gtk_main_do_event+0x2cf)[0xb7cf38ff]
 /usr/lib/libgdk-x11-2.0.so.0[0xb7b8287a]
 /usr/lib/libglib-2.0.so.0(g_main_context_dispatch+0x1e8)[0xb7822368]
 /usr/lib/libglib-2.0.so.0[0xb78258c3]
 /usr/lib/libglib-2.0.so.0(g_main_loop_run+0x1ca)[0xb7825d8a]
 /usr/lib/libgtk-x11-2.0.so.0(gtk_main+0xb9)[0xb7cf3db9]
 gtk-theme-switch2[0x804d457]
 /lib/i686/cmov/libc.so.6(__libc_start_main+0xe5)[0xb76a07a5]
 gtk-theme-switch2[0x804aaf1]
 === Memory map: 
 08048000-0804e000 r-xp  09:00 8407427/usr/bin/gtk-theme-switch2
 0804e000-0804f000 rw-p 6000 09:00 8407427/usr/bin/gtk-theme-switch2
 085ef000-0879a000 rw-p 085ef000 00:00 0  [heap]
 b6c0-b6c21000 rw-p b6c0 00:00 0 
 b6c21000-b6d0 ---p b6c21000 00:00 0 
 b6d4d000-b6d77000 r-xp  09:00 10731667   /lib/libgcc_s.so.1
 b6d77000-b6d78000 rw-p 00029000 09:00 10731667   /lib/libgcc_s.so.1
 b6d78000-b6dd8000 rw-s  00:08 1296826389  /SYSV (deleted)
 b6dd8000-b6de7000 r-xp  09:00 10731690   /lib/libbz2.so.1.0.4
 b6de7000-b6de8000 rw-p f000 09:00 10731690   /lib/libbz2.so.1.0.4
 b6de8000-b6f18000 r-xp  09:00 8406328/usr/lib/libxml2.so.2.7.3
 b6f18000-b6f1d000 rw-p 0013 09:00 8406328/usr/lib/libxml2.so.2.7.3
 b6f1d000-b6f1e000 rw-p b6f1d000 00:00 0 
 b6f1e000-b6f4f000 r-xp  09:00 8410594
 /usr/lib/libcroco-0.6.so.3.0.1
 b6f4f000-b6f52000 rw-p 0003 09:00 8410594
 /usr/lib/libcroco-0.6.so.3.0.1
 b6f52000-b6f86000 r-xp  09:00 8406682/usr/lib/libgsf-1.so.114.0.15
 b6f86000-b6f89000 rw-p 00033000 09:00 8406682/usr/lib/libgsf-1.so.114.0.15
 b6f89000-b6f8a000 rw-p b6f89000 00:00 0 
 b6f8a000-b6fbb000 r-xp  09:00 8408684/usr/lib/librsvg-2.so.2.26.0
 b6fbb000-b6fbc000 rw-p 00031000 09:00 8408684/usr/lib/librsvg-2.so.2.26.0
 b6fcf000-b6fd r-xp  09:00 8470898
 /usr/lib/gtk-2.0/2.10.0/loaders/svg_loader.so
 b6fd-b6fd1000 rw-p  09:00 8470898
 /usr/lib/gtk-2.0/2.10.0/loaders/svg_loader.so
 b6fd2000-b706a000 r--p  09:00 8454150
 

Python 2.6? A Python transition?

2009-08-25 Thread Russ Allbery
Hello folks,

I have a sneaking suspicion that this is a known issue, but I haven't seen
anything to debian-devel-announce and I'm not very plugged in to Python
handling in Debian, so I thought I'd just explicitly ask (and suggest that
if there's a known resolution someone mail it to debian-devel-announce).

I have a few packages that build either Python modules or that embed
Python.  I see that for the one that builds Python modules (remctl),
Ubuntu has patched it for a Python 2.6 transition using new makefile
machinery that I don't entirely understand but which seems reasonably
straightforward.  However, I don't know if Debian is doing the same thing
and if just applying that patch would be useful.  For the package that
embeds Python (gnubg), I'm not sure what I'm supposed to be doing.

Is there a best practice guide somewhere, and if we are doing a
transition, a guide for those of us who only have ancillary involvement in
Python packaging telling us what to do?

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#543541: RFH: quilt -- Tool to work with series of patches

2009-08-25 Thread Raphael Hertzog
Package: wnpp
Severity: normal

The quilt package needs supplementary maintainers in order to be well
maintained. The main maintainer Martin Quinson has not enough time
to do all the required work. Simon Horman is co-maintainer but I haven't
seen him doing anything on the package (and the last mention in changelog
dates back to Apr 2007), Simon shall we remove you from the Uploaders?
I am the third maitainer listed in Uploaders but I joined only to
work on the integration with new source package formats (and with build
system in general) and would like to see the package in a better shape but
I don't have the time/will to do all the usual work.

There is lots of work to do:
- update all the patches for the new upstream version (and we have 22
  patches)
  Martin Quinson started this work but he has not yet pushed his work
  in a public branch, hopefully that mail will remind him to do it
- document all the patches and submit them upstream even if they have been
  not very receptive to some of them a few years ago (in particular the
  rewrite of backup-files in shell apparently)
- go through open bug reports and forward them upstream as well

The package is currently maintained in git. If you have any question,
please ask.


The package description is:
 Quilt manages a series of patches by keeping track of the changes
 each of them makes. They are logically organized as a stack, and you can
 apply, un-apply, refresh them easily by traveling into the stack (push/pop).
 .
 Quilt is good for managing additional patches applied to a package received
 as a tarball or maintained in another version control system. The stacked
 organization is proven to be efficient for the management of very large patch
 sets (more than hundred patches). As matter of fact, it was designed by and
 for Linux kernel hackers (Andrew Morton, from the -mm  branch, is the
 original author), and its main use by the current upstream maintainer is to
 manage the (hundreds of) patches against the kernel made for the SUSE
 distribution.
 .
 This package provides seamless integration into Debhelper or CDBS,
 allowing maintainers to easily add a quilt-based patch management system in
 their packages. The package also provides some basic support for those not
 using those tools. See README.Debian for more information.

-- 
Raphaël Hertzog



--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Serious problem with geoip - databases could not be build from source

2009-08-25 Thread MJ Ray
Patrick Matthäi pmatth...@debian.org wrote:
 GeoIP is a quite usefull library for geolocation.
 It has got a stable ABI/API and upstream is normaly very helpfull with
 patches and issues.
[...]
 Currently I see only three options:
 1) upstream decides to open his build system
 2) we move it to contrib with all consequences
 3) we leave it as it is

4) we deduce the build system by looking at the CSVs and how the
library uses the binary dat files, then junk the upstream-built
dat files.  I've no idea if this is feasible, but it's another
option.

It seems a shame if an upstream wants a library removed from the
debian operating system and uses data files to achieve that, but
shouldn't we respect that for now?

Hope that helps,
-- 
MJR/slef
My Opinion Only: see http://people.debian.org/~mjr/
Please follow http://www.uk.debian.org/MailingLists/#codeofconduct


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Serious problem with geoip - databases could not be build from source

2009-08-25 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello lists and maxmind,

(please CC me in your replys, I am not subscribed to debian-legal@ and
debian-devel@, thanks).

First some facts:
- - geoip is installed/used by many users, popcon reports something like 20%
- - Some more packages are in the reverse dependency list
- - Much much much more packages are in the reverse reverse dependency
list of it


GeoIP is a quite usefull library for geolocation.
It has got a stable ABI/API and upstream is normaly very helpfull with
patches and issues.

But I have got a serious problem with it:
1) upstream delivers the databases only as binary .dat files
2) csv versions of the free databases are available
3) upstream isn't cooperative to tell us how to build the binary files
from the csv (source) files

I tried to fix this issue together with upstream, but his decision was,
that we should remove the database(s) from the tarball and let them
download at install time, this would be a candidate for contrib.

If Boris Zentner ACKs with it I will publish the mailing result of us.

I disagree with it, because of the reverse dependencies.
GeoIP is also not a candidate for main without any database, because the
whole library isn't usefull in any manner then.


Currently I see only three options:
1) upstream decides to open his build system
2) we move it to contrib with all consequences
3) we leave it as it is

2) would be a disaster in my and many other eyes, 3) would be an
exception of the DFSG, 1) is in my opinion the only acceptable solution
for this problem.

I hope you could help me. :)

- --
/*
Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 GNU/Linux Debian Developer

E-Mail: pmatth...@debian.org
patr...@linux-dev.org

Comment:
Always if we think we are right,
we were maybe wrong.
*/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkqUHgAACgkQ2XA5inpabMdu4QCgrN4zZveJ7kqV7+bujaaTjFaM
hxcAnRlfuZeQAy3bbB10RPYyu/3iUzDK
=s36I
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Serious problem with geoip - databases could not be build from source

2009-08-25 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

MJ Ray schrieb:
 Patrick Matthäi pmatth...@debian.org wrote:
 GeoIP is a quite usefull library for geolocation.
 It has got a stable ABI/API and upstream is normaly very helpfull with
 patches and issues.
 [...]
 Currently I see only three options:
 1) upstream decides to open his build system
 2) we move it to contrib with all consequences
 3) we leave it as it is
 
 4) we deduce the build system by looking at the CSVs and how the
 library uses the binary dat files, then junk the upstream-built
 dat files.  I've no idea if this is feasible, but it's another
 option.

This is also an option, I have got one serious semi ACK for reverse
engenierng it, but it is also on my list of last choices.

 
 It seems a shame if an upstream wants a library removed from the
 debian operating system and uses data files to achieve that, but
 shouldn't we respect that for now?

It is unacceptable for Debian and many other distributions.
It is in my eyes also unacceptable for the business model of maxmind,
because there *will* be less customers for their commercial database
version if distributions/authors drop GeoIP support, because it is non-free.

- --
/*
Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 GNU/Linux Debian Developer

E-Mail: pmatth...@debian.org
patr...@linux-dev.org

Comment:
Always if we think we are right,
we were maybe wrong.
*/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkqUKKcACgkQ2XA5inpabMfvmgCfTiHxsxw0sVhi+DmnBh206nts
0nAAn3f+Qz2X/IYt/9oSKS8igw9Ji476
=AnXl
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Release goal: Getting rid of unneeded *.la / emptying dependency_libs

2009-08-25 Thread Andreas Barth
* Julien Cristau (jcris...@debian.org) [090825 12:18]:
 On Tue, Aug 25, 2009 at 11:05:44 +0200, Andreas Barth wrote:
  * Josselin Mouette (j...@debian.org) [090825 10:28]:
   Le lundi 24 août 2009 à 22:25 +0200, Andreas Barth a écrit : 
gnome-applets: 
   
   This is a false positive. xmodmap.la is about the “la” locale, it’s not
   a libtool file.
  
  Thanks. I think I'll exclude the directory /usr/share/xmodmap/ as
  well.
 
 You should exclude anything that isn't /usr/lib IMO.

And not /lib and not /lib{32,64} and not /usr/lib{32,64}, ...

I'm not decided yet which route to take (exclude or include) -
probably after a few more false positives it will be include, but for
now it's still exclude.



Cheers,
Andi


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Release goal: Getting rid of unneeded *.la / emptying dependency_libs

2009-08-25 Thread Andreas Barth
* Andreas Barth (a...@not.so.argh.org) [090825 00:46]:
 * Andreas Barth (a...@not.so.argh.org) [090824 22:25]:
  So I'd recommend maintainers of packages with:
  
  1. no flag to remove the la-file on next occasion
  
  2. only dependency_libs to remove their la-file RSN, because they
 block removal of the la-files on another package (this flag can be
 wrongly hit if a package depends only on itself - but well,
 dropping the la-file is recommended as well here as with 1.)
  
  3. only depended-on to do nothing at this time
  
  4. with both dependency_libs depended-on to use
 sed -i s,^dependency_libs=.*,dependency_libs='',
 on all their la-files (I took care that self-dependencies don't
 appear in this category, but rather in 1 or 2).

 and updated in () the packages that depend on the current package.

Updated the list again, this time to http://ries.debian.org/~aba/la/
and will automatically update twice per day. A dd-list will follow
soon - not today though (will probably integrate it in the
~200-lines-python-script I'm running now)

I also added links-not-existing-la which means that this package
has la-files that reference to la-files that are not in Debian, at
least not in unstable on that architecture.

The lists are now generated for i386, amd64, armel, and triggering a
flag on one architecture triggers it in the final output.



Cheers,
Andi


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Release goal: Getting rid of unneeded *.la / emptying dependency_libs

2009-08-25 Thread Andreas Barth
* Julien Cristau (jcris...@debian.org) [090825 21:05]:
 On Tue, Aug 25, 2009 at 20:55:04 +0200, Andreas Barth wrote:
 
  * Julien Cristau (jcris...@debian.org) [090825 12:18]:
   You should exclude anything that isn't /usr/lib IMO.
  
  And not /lib and not /lib{32,64} and not /usr/lib{32,64}, ...
  
 /lib shouldn't contain any libtool file (just like it doesn't contain
 the .so symlinks)

Just that alone 37 packages depend on /lib/libacl.la. That's why I'm
not feeling so happy to restrict to /usr/lib.


Cheers,
Andi


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Serious problem with geoip - databases could not be build from source

2009-08-25 Thread Julien BLACHE
MJ Ray m...@phonecoop.coop wrote:

Hi,

 4) we deduce the build system by looking at the CSVs and how the
 library uses the binary dat files, then junk the upstream-built
 dat files.  I've no idea if this is feasible, but it's another
 option.

5) Add support for an all-new database format.

If upstream doesn't want to open its database format, that gives me a
reason to believe they might very well change that database format
once you'll be done with the reverse engineering and you'd have to
start over.

So don't even bother, add a second database format and use that in
Debian (and other distros will be free to pick it up).

JB.

-- 
 Julien BLACHE - Debian  GNU/Linux Developer - jbla...@debian.org 
 
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#543550: ITP: logiweb -- a system for electronic distribution of mathematics

2009-08-25 Thread Klaus Grue
Package: wnpp
Severity: wishlist
Owner: Klaus Grue g...@diku.dk


* Package name: logiweb
  Version : 0.2.0
  Upstream Author : Klaus Grue g...@diku.dk
* URL : http://logiweb.eu/doc/0.2.0/download/debian.html
* License : GPL
  Programming Lang: C
  Description : a system for electronic distribution of mathematics

Logiweb allows to web publish 'Logiweb pages', i.e.
journal quality articles which contain machine readable objects
like  programs, testsuites, definitions, axioms, lemmas, and
proofs. Among other, Logiweb is suited for literate programming,
for publication of machine verified proofs, and for writing
proof checkers. Logiweb allows Logiweb pages to reference
previously published Logiweb pages such that programs on a page
may call programs on referenced pages, proofs on a page may
reference lemmas on referenced pages, and so on.

-- System Information:
Architecture: amd64 (x86_64)



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Release goal: Getting rid of unneeded *.la / emptying dependency_libs

2009-08-25 Thread Julien Cristau
On Tue, Aug 25, 2009 at 20:55:04 +0200, Andreas Barth wrote:

 * Julien Cristau (jcris...@debian.org) [090825 12:18]:
  You should exclude anything that isn't /usr/lib IMO.
 
 And not /lib and not /lib{32,64} and not /usr/lib{32,64}, ...
 
/lib shouldn't contain any libtool file (just like it doesn't contain
the .so symlinks)
/usr/lib{32,64} are irrelevant IMO, but sure, why not...

Cheers,
Julien


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



plz add me for link exchnge i nedd travel pr3 link

2009-08-25 Thread sammon adward
hello dear webmaster plz addme 4 link exchng need trave pr3 site i have also
backlink of travel  any  theme
*
seo.sam...@gmail.com*

-- 
Thanks  regards
sanjay singh


Bug#543555: ITP: libnumber-recordlocator-perl -- Perl module that encodes integers into a short locator string

2009-08-25 Thread Christine Spang
Package: wnpp
Severity: wishlist
Owner: Christine Spang christ...@debian.org

* Package name: libnumber-recordlocator-perl
  Version : 0.005
  Upstream Author : Jesse Vincent je...@bestpractical.com
* URL : http://search.cpan.org/dist/Number-RecordLocator
* License : Perl (Artistic | GPL-1+)
  Programming Lang: Perl
  Description : Perl module that encodes integers into a short locator 
string

 Number::RecordLocator encodes integers into a 32 character alphabet
 designed to be short and easy to read and pronounce. The encoding maps:
 .
 0 to O
 1 to I
 S to F
 B to P
 .
 With a 32 bit encoding, you can map 33.5 million unique ids into a 5
 character code.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Where should DLL files go?

2009-08-25 Thread Sam Morris
The gcc-mingw32 package provides GCC configured to target Microsoft
Windows. The executables built by GCC will pick up a dependency on
libgcc_s_sjlj-1.dll; the question of where that file should be placed on
a Debian system has arisen.

Although on Debian, the same shared library files (libfoo.so) are used
by both compilers to link against, and ld-linux (what is that thing
called? The loader? The linker?) to satisfy runtime dependencies,
Windows works differently. The compiler links against 'foo.lib'; this
may either be a static library, in which case its contents are copied
into the final executable, or it may be a 'stub' for a dynamically
linked library (DLL). In the latter case, Windows will expect to find
'foo.dll' in the same directory as the executable that links against it.

See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540783 for more
background information.

So, where do we put DLL files on a Debian system?

Upstream chose /usr/bin; this is where the libgcc DLL is installed by
GCC's Makefiles. It is where one would have to place a DLL file if one
were maintaining a FHS hierarchy on a Windows system, and is also where
cygwin and msys place put their DLL files in their packages.

The FHS itself doesn't say anything on the matter, it not being targeted
at Windows.

From a multiarch point of view, perhaps the DLL could go
in /usr/lib/i586-mingw32msvc?

Anyway, the final location doesn't much matter, as long as the people
who need to find the DLL can do so easily.

Thoughts?

-- 
Sam Morris
https://robots.org.uk/

PGP key id 1024D/5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


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


Re: What’s the use for Standards-Version?

2009-08-25 Thread Russ Allbery
Stefano Zacchiroli z...@debian.org writes:

 While probably boring, it doesn't seem hard to turn upgrade-checklist in
 a well-structure document. ... volunteers? :-)

I'm certainly happy to take patches for this and will happily maintain
such a machine-parsable document going forward.

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#543582: ITP: libtext-greeking-perl -- Perl module for generating meaningless filler text

2009-08-25 Thread Christine Spang
Package: wnpp
Severity: wishlist
Owner: Christine Spang christ...@debian.org

* Package name: libtext-greeking-perl
  Version : 0.11
  Upstream Author : Timothy Appnel t...@cpan.org
* URL : http://search.cpan.org/dist/Text-Greeking
* License : Artistic
  Programming Lang: Perl
  Description : Perl module for generating meaningless filler text

 Greeking is the use of random letters or marks to show the overall
 appearance of a printed page without showing the actual text. Greeking
 is used to make it easy to judge the overall appearance of a document
 without being distracted by the meaning of the text.
 .
 This is a module is for quickly generating varying meaningless text from
 any source to create this illusion of the content in systems.
 .
 This module was created to quickly give developers simulated content to
 fill systems with simulated content. Instead of static Lorem Ipsum text,
 by using randomly generated text and optionally varying word sources,
 repetitive and monotonous patterns that do not represent real system
 usage is avoided.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Serious problem with geoip - databases could not be build from source

2009-08-25 Thread Tollef Fog Heen
]] Patrick Matthäi 

Cc list severly trimmed.

| Currently I see only three options:
| 1) upstream decides to open his build system
| 2) we move it to contrib with all consequences
| 3) we leave it as it is

It looks trivial to reverse-engineer.  From just looking at it, it looks
like a memory dump of the cache.

Since it's so tied to the in-memory structure, and the in-memory
structure is so broken (hurrah for a char * for the cache..), I would
suggest getting upstream to use sensible data types or forking the
library.

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#543584: ITP: libtest-cukes-perl -- Perl test tool inspired by Cucumber

2009-08-25 Thread Christine Spang
Package: wnpp
Severity: wishlist
Owner: Christine Spang christ...@debian.org

* Package name: libtest-cukes-perl
  Version : 0.08
  Upstream Author : Kang-min Liu gu...@gugod.org
* URL : http://search.cpan.org/dist/Test-Cukes/
* License : MIT
  Programming Lang: Perl
  Description : Perl test tool inspired by Cucumber

 Test::Cukes is a testing tool inspired by Cucumber (http://cukes.info).
 It lets your write your module tests with scenarios. It is supposed to be
 used with Test::More or other family of Test::* modules. It uses
 Test::More::note function internally to print messages.
 .
 For more info about how to define feature and scenarios, please read the
 documents from http://cukes.info.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Bits from the release team and request for discussion

2009-08-25 Thread Manoj Srivastava
On Tue, Aug 25 2009, Luk Claes wrote:

 Manoj Srivastava wrote:
 Hi,
 
 I would like to set up a selinux related release goal for
  Squeeze.
 
  Developer assiociated:  Manoj Srivastava (Perhaps also Russell Coker,
  but I have not discussed this with him)
  Issues to be solved:
(a) Get all Debian patches to the reference security policy merged in
upstream.  Status: In progress, we have all patches submitted,
some need to be tweaked and resubmitted based on feedback
 Time line: 1-2 months, depending on free tie I have

 While this is relevant to Debian, it does not look like it impacts what
 is in Debian or are there possible changes in Debian depending on the
 feedback?

I think there is a distinct possibility, yes. As the reference
 policy evolves upstream, and out patches are not also changed to keep
 in sync, we are reaching what I think are sublte breakages. The gbest
 way of ensuring that we do not have mismatches in policy is to get the
 patches into upstream policy, which has many more eyeballs on it, and
 is tested more extensively.

(b) Update reference security policy to allow standard machines to be
in enforcing mode.
Status: It is possible to run minimal virtual machines in
enforcing mode, but real machines are somewhat crippled; these
denials need to be inspected, and determination needs to be made
for how to resolve them (no not want security holes enshrined in
policy)
   Time line: 6-8 months (can be done in tandem with a, if here were
   more people working on it)

 Are the issues identified already or do you have an idea about how
 many issues there are to tackle?

The issues involved depend on the set of packages
 installed. Russell Coker has identified and solved  issues related to
 his play machine, and to his eepc laptop. My build machines which use
 selinux virtual machine now show no issues, and most of the issue on my
 development machine have been resolved.

I am uncertain of issues with SELinux and packages I do not
 use.  There are a few reported already against the refpolicy package,
 and I am working at looking at them, and then forwarding them to the
 refpolicy mailing list.

I am also somewhat rusty with the conventions adopted in
 reference policy (some style issues, and some with more substance), so
 this s likely to be slow going until I have time to get myself back up
 to speed with modern policy. Help here is greatly appreciated.

 Do you have any documentation for possible contributors to help you with
 this?

I try this recipe (can be used in virtual machines, if you do
 not want to mess up your real machines)
--8---cut here---start-8---
aptitude install --without-recommendsselinux-policy-default selinux-basics
if [ -e /etc/selinux/${UML_POLICY_TYPE}/contexts/files/file_contexts  ]; then
 setfiles /etc/selinux/default/contexts/files/file_contexts /
fi
if [ -e  /etc/pam.d/login ]; then
  perl -pli~ -e 'm/session.*pam_selinux.so/  s/^\#\s*//o' /etc/pam.d/login
  rm /etc/pam.d/login~
fi
if [ -e /etc/pam.d/ssh ]; then
  perl -pli~ -e 'm/session.*pam_selinux.so/  do { s/^\#\s*//o; s/multiple//; 
} ' /etc/pam.d/ssh
  rm /etc/pam.d/ssh~
fi

if which setfiles /dev/null 21; then
  if [ -e /etc/selinux/${UML_POLICY_TYPE}/contexts/files/file_contexts  ]; then
   setfiles /etc/selinux/${UML_POLICY_TYPE}/contexts/files/file_contexts 
/etc/pamd.d/
  fi
fi

if [  -x /sbin/fixfiles ]; then
/sbin/fixfiles -l /root/fixfiles.log  -f -F relabel
fi

# schedule a relabeling for the next reboot
touch /.autorelabel
--8---cut here---end---8---

To grub, I add:
--8---cut here---start-8---
# defoptions=selinux=1 audit=1
--8---cut here---end---8---

And then reboot. The next reboot will finish relabelling the
 files, and sets me up with selinix enabled, and in enforcing mode.

If we had more people testing the SELinux policies and reporting
 the denials to the refpolicy mailing list, we  could rapidly get into
 refpolicy in sync with Debian specific additions.

Thanks in advance for help,

manoj
-- 
Intelligence without character is a dangerous thing. Steinem
Manoj Srivastava sriva...@debian.org http://www.debian.org/~srivasta/  
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Bits from the release team and request for discussion

2009-08-25 Thread Manoj Srivastava
On Tue, Aug 25 2009, Stefano Zacchiroli wrote:

 On Tue, Aug 11, 2009 at 10:07:43AM -0500, Manoj Srivastava wrote:
 Hmm? Why haven't these patches been sent upstream, then?  I have
  been also working at devotee-ng, which will have a plug-in
  architecture, to allow votes to add in dfferent pre-processing stacks
  (mime/gpg-decrypt, vs plain ballot vs DB lookup), to bypass checks
  (gpg, ldap), or add new ones, and to change the vote tallying
  algorithm, and add in new response/publish modules.

 Patches are here
 http://git.upsilon.cc/cgi-bin/gitweb.cgi?p=devotee.git;a=shortlog;h=refs/heads/zack/polls

 They haven't been forwarded upstream *yet* because they haven't yet
 been polished up for integration. I'm sure you, rightful, wouldn't
 have liked patches which look more than ad-hoc customization than
 generally reusable code.

Thanks for the git repo pointer. I appreciate the opportunity to
 look at the kinds of changes you have needed, and  will see if I can
 incorporate them into the next version of devotee I am (stalled on)
 writing. 


 FWIW, I also had trouble in finding the actual code which is running
 for regular votes injected in a VCS. AFAICT, the working copy on
 master differs from the one in git.d.o which I've cloned from. This
 seems to make a bit harder to contribute code back.

Hmm? The last vote I ran, I thought I was in sync between my git
 version and the code that ran. Perhaps there have been changes made on
 vote.d.o; I'll see if I can merge those back when I  have time to work
 on devotee.

manoj
-- 
Beware of the Turing Tar-pit in which everything is possible but nothing
of interest is easy.
Manoj Srivastava sriva...@debian.org http://www.debian.org/~srivasta/  
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



RFC round 5: DEP-3: Patch Tagging Guidelines

2009-08-25 Thread Raphael Hertzog
Hello,

I made some last changes to the DEP following round 4. You'll find them below.
I plan to switch the DEP's status to CANDIDATE since it's about time to start
using this new format to try it out. Once I've done this, I'll announce it on
d-d-a to encourage people to start using it.

Current version: http://dep.debian.net/deps/dep3/

=== Changes since last round ===

I waiwed the RFC-2822 compliancy requirement:

-The meta-information would be stored in a set of RFC-2822 compliant
-fields. Those fields should start on the first non-empty line (after
-having stripped whitespace characters at the start and end of lines).
+The meta-information would be stored in a set of RFC-2822-like
+fields (the difference with RFC-2822 is that newlines are meaningful in
+the Description field, they are not simple continuation characters).
+Those fields should start on the first non-empty line (after having
+stripped whitespace characters at the start and end of
+lines).

I added some samples:

+Sample DEP-3 compliant headers
+--
+
+A patch cherry-picked from upstream:
+
+Description: Fix regex problems with some multi-bytes characters
+Origin: upstream: 
http://sourceware.org/git/?p=glibc.git;a=commitdiff;h=bdb56ba
+Bug: http://sourceware.org/bugzilla/show_bug.cgi?id=9697
+Bug-Debian: http://bugs.debian.org/510219
+
+A patch created by the the Debian maintainer John Doe, which got forwarded
+and rejected:
+
+Description: Use FHS compliant paths by default
+ Upstream is not interested in switching to those paths.
+ .
+ But we will continue using them in Debian nevertheless to comply with
+ our policy.
+Forwarded: http://lists.example.com/oct-2006/1234.html
+Author: John Doe j...@foobar.com
+Last-Update: 2006-12-21
+
+A vendor specific patch not meant for upstream submitted on
+the BTS by a Debian developer:
+
+Description: Workaround for broken symbol resolving on mips/mipsel
+ The correct fix will be done in etch and it will require toolchain
+ fixes.
+Forwarded: not-needed
+Origin: vendor: 
http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=80;bug=265678
+Bug-Debian: http://bugs.debian.org/265678
+Author: Thiemo Seufer t...@debian.org

Comments welcome!

Cheers,
-- 
Raphaël Hertzog


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFC round 5: DEP-3: Patch Tagging Guidelines

2009-08-25 Thread Ben Finney
Raphael Hertzog hert...@debian.org writes:

 I plan to switch the DEP's status to CANDIDATE since it's about time
 to start using this new format to try it out. Once I've done this,
 I'll announce it on d-d-a to encourage people to start using it.

Thanks for your ongoing work on this, I'm finding it useful.

 -The meta-information would be stored in a set of RFC-2822 compliant
 -fields. Those fields should start on the first non-empty line (after
 -having stripped whitespace characters at the start and end of lines).
 +The meta-information would be stored in a set of RFC-2822-like
 +fields (the difference with RFC-2822 is that newlines are meaningful in
 +the Description field, they are not simple continuation characters).

A minor point: If we're going to refer to the standard for these fields,
then RFC 2822 is obsoleted by the current draft standard, RFC 5322
URL:http://tools.ietf.org/html/rfc5322.

-The meta-information would be stored in a set of RFC-2822 compliant
-fields. Those fields should start on the first non-empty line (after
-having stripped whitespace characters at the start and end of lines).
+The meta-information would be stored in a set of RFC-5322-like
+fields (the difference with RFC-5322 is that newlines are meaningful in
+the Description field, they are not simple continuation characters).
+Those fields should start on the first non-empty line (after having
+stripped whitespace characters at the start and end of
+lines).

 +Sample DEP-3 compliant headers
 +--
[…]

 +A patch created by the the Debian maintainer John Doe, which got forwarded
 +and rejected:
 +
 +Description: Use FHS compliant paths by default
 + Upstream is not interested in switching to those paths.
 + .
 + But we will continue using them in Debian nevertheless to comply with
 + our policy.
 +Forwarded: http://lists.example.com/oct-2006/1234.html
 +Author: John Doe j...@foobar.com
 +Last-Update: 2006-12-21

I would prefer if the ‘Origin’ field was recommended (or even required?)
for every patch by this specification. What would an appropriate value
for this field be in this example?

-- 
 \   “Corporation, n. An ingenious device for obtaining individual |
  `\   profit without individual responsibility.” —Ambrose Bierce, |
_o__)   _The Devil's Dictionary_, 1906 |
Ben Finney


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Release goal: Getting rid of unneeded *.la / emptying dependency_libs

2009-08-25 Thread Paul Wise
On Tue, Aug 25, 2009 at 11:59 AM, Paul Wisep...@debian.org wrote:

 I've just sent libtool upstream a mail referencing this thread and
 also my dependency_libs_shared idea:

 http://lists.debian.org/debian-release/2009/08/msg00218.html

 Hopefully they will implement something useful so that static linking
 with libtool is still viable.

Summarizing the upstream thread, it seems the solution they prefer is
to just ignore dependency_libs when linking dynamically. Is there any
situation where that wouldn't work in Debian? pkg-config has both
Libs/Requires and Libs.private/Requires.private so there must be some
kind of use-case where stuff linking to shared-lib libfoo also has to
link with libbar?

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Bits from the release team: Release goals, schedule, state of the union

2009-08-25 Thread Steffen Joeris
On Wed, 26 Aug 2009 06:51:48 am Marc 'HE' Brockschmidt wrote:
 Heya,

 This mail should be the first in a row of roughly monthly mails
 informing the project about the state of the release. Please don't
 hesitate to contact us on debian-rele...@lists.debian.org whenever
 you have questions.

 Release Goals
 =
 We have now reviewed the list of release goals [RT-Goals] and have
 ACKed most of the proposed things. A short overview:

  - multiarch
 We hope to allow our users to install binaries for several
 architectures on a single machine in Squeeze.
  - kFreeBSD:
 Debian 6.0 Squeeze should be the first Debian release shipping with
 a non-Linux kernel.
Out of curiosity, how is security support working for this and who is 
providing it?

Cheers
Steffen


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Release goal: Getting rid of unneeded *.la / emptying dependency_libs

2009-08-25 Thread Steve Langasek
On Wed, Aug 26, 2009 at 12:16:46PM +0800, Paul Wise wrote:
 Summarizing the upstream thread, it seems the solution they prefer is
 to just ignore dependency_libs when linking dynamically.

That should be reasonable.

 Is there any situation where that wouldn't work in Debian? pkg-config has
 both Libs/Requires and Libs.private/Requires.private so there must be some
 kind of use-case where stuff linking to shared-lib libfoo also has to
 link with libbar?

Mostly to accomodate gtk+ upstream, who insist that it's reasonable for
software to #include gtk.h and then use glib types in their code.  I don't
think this has an analogue in the libtool world.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: Digital signature


Re: Release goal: Getting rid of unneeded *.la / emptying dependency_libs

2009-08-25 Thread Felipe Sateler
Steve Langasek wrote:

 On Wed, Aug 26, 2009 at 12:16:46PM +0800, Paul Wise wrote:
 Summarizing the upstream thread, it seems the solution they prefer is
 to just ignore dependency_libs when linking dynamically.
 
 That should be reasonable.
 
 Is there any situation where that wouldn't work in Debian? pkg-config has
 both Libs/Requires and Libs.private/Requires.private so there must be
 some kind of use-case where stuff linking to shared-lib libfoo also has
 to link with libbar?
 
 Mostly to accomodate gtk+ upstream, who insist that it's reasonable for
 software to #include gtk.h and then use glib types in their code.  I
 don't think this has an analogue in the libtool world.

But:
% objdump -p /usr/lib/libgtk-x11-2.0.so.0.1600.5 | grep glib
  NEEDED   libglib-2.0.so.0

If gkt+ encourages using glib types, there is no problem while gtk itself 
uses glib types, as far as I can see. Or is there something I'm missing?

Saludos,
Felipe Sateler


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Release goal: Getting rid of unneeded *.la / emptying dependency_libs

2009-08-25 Thread Russ Allbery
Felipe Sateler fsate...@gmail.com writes:

 But:
 % objdump -p /usr/lib/libgtk-x11-2.0.so.0.1600.5 | grep glib
   NEEDED   libglib-2.0.so.0

 If gkt+ encourages using glib types, there is no problem while gtk itself 
 uses glib types, as far as I can see. Or is there something I'm missing?

The application that uses glib types has to link directly against glib, or
if the SONAME of glib changes and gtk's doesn't, the application will fail
in some nasty ways.  (It may be that the library management practices of
those two projects ensures this doesn't happen, but it really should be
enforced technically.)

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFC round 5: DEP-3: Patch Tagging Guidelines

2009-08-25 Thread Andrei Popescu
On Wed,26.Aug.09, 01:56:35, Raphael Hertzog wrote:

 +A patch created by the the Debian maintainer John Doe, which got 
  ^^^

Regards,
Andrei
-- 
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)


signature.asc
Description: Digital signature


Accepted boost-defaults 1.39.2 (source all amd64)

2009-08-25 Thread Steve M. Robbins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 00:51:13 -0500
Source: boost-defaults
Binary: libboost-dev libboost-doc libboost-date-time-dev 
libboost-filesystem-dev libboost-graph-dev libboost-iostreams-dev 
libboost-math-dev libboost-mpi-dev libboost-program-options-dev 
libboost-python-dev libboost-regex-dev libboost-serialization-dev 
libboost-signals-dev libboost-system-dev libboost-test-dev libboost-thread-dev 
libboost-wave-dev
Architecture: source all amd64
Version: 1.39.2
Distribution: unstable
Urgency: low
Maintainer: Debian Boost Team pkg-boost-de...@lists.alioth.debian.org
Changed-By: Steve M. Robbins s...@debian.org
Description: 
 libboost-date-time-dev - date-time libraries based on generic programming 
(default version
 libboost-dev - Boost C++ Libraries development files (default version)
 libboost-doc - Boost C++ Libraries documentation (default version)
 libboost-filesystem-dev - filesystem operations in C++ (default version)
 libboost-graph-dev - generic graph components and algorithms in C++ (default 
version)
 libboost-iostreams-dev - Boost.Iostreams Library development files (default 
version)
 libboost-math-dev - Boost.Math Library development files (default version)
 libboost-mpi-dev - C++ interface to the Message Passing Interface (MPI) 
(default ver
 libboost-program-options-dev - program options library for C++ (default 
version)
 libboost-python-dev - Boost.Python Library development files (default version)
 libboost-regex-dev - regular expression library for C++ (default version)
 libboost-serialization-dev - serialization library for C++ (default version)
 libboost-signals-dev - managed signals and slots library for C++ (default 
version)
 libboost-system-dev - Operating system (e.g. diagnostics support) library 
(default vers
 libboost-test-dev - components for writing and executing test suites (default 
version
 libboost-thread-dev - portable C++ multi-threading (default version)
 libboost-wave-dev - C99/C++ preprocessor library (default version)
Changes: 
 boost-defaults (1.39.2) unstable; urgency=low
 .
   * Last upload was bogus.  This time we really set Boost to version 1.39.
Checksums-Sha1: 
 5a18037ceefe41b82954435c26ce7e78847a501f 1379 boost-defaults_1.39.2.dsc
 569e2a2ace519e4de6084c04b9243476bd0184f1 4736 boost-defaults_1.39.2.tar.gz
 9867672c493cb63e09738ff2ee6f629d0dbed547 1756 libboost-doc_1.39.2_all.deb
 fedfddbe9847e0cacadc138db53e46fe26674773 1760 libboost-dev_1.39.2_amd64.deb
 820234b7115e044fe4ad0ba7f2303c3452226f0c 1642 
libboost-date-time-dev_1.39.2_amd64.deb
 57e35ef2c41d4003f948eafdb0e781726361a736 1660 
libboost-filesystem-dev_1.39.2_amd64.deb
 338b7f89f3ee4531a484b5fbf1c8e2a9737c193a 1752 
libboost-graph-dev_1.39.2_amd64.deb
 2b665538135549322a81ae64f65aa53c4c5798d0 1640 
libboost-iostreams-dev_1.39.2_amd64.deb
 e0756a93d5cdeab90f76ab12731b5b74314aa8ac 1850 
libboost-math-dev_1.39.2_amd64.deb
 01a36030fa6cb3336b826d229eef916ea4b839e3 1742 libboost-mpi-dev_1.39.2_amd64.deb
 fedcd362bfcf25e433a2f550672c6547f5f8c233 1664 
libboost-program-options-dev_1.39.2_amd64.deb
 a480d0b85f924fdb495505322da59dd895dbd0f7 2046 
libboost-python-dev_1.39.2_amd64.deb
 a017c5985c60691a9cbb3859f54b89b774a949a2 1910 
libboost-regex-dev_1.39.2_amd64.deb
 be5360e9ba54635333e9309ef46bb83b62ce2fee 1878 
libboost-serialization-dev_1.39.2_amd64.deb
 0d261c3c9a065ac4230e463b49b99816f36f3523 1710 
libboost-signals-dev_1.39.2_amd64.deb
 b903870a0c2c495c6885d35422ee34dc2b676aeb 1784 
libboost-system-dev_1.39.2_amd64.deb
 e9586b41f039e8bf74ff643ceb4b26ebdfad2d96 1688 
libboost-test-dev_1.39.2_amd64.deb
 53354ee5c3e7537747e65abbd7e14c5b87de3697 1676 
libboost-thread-dev_1.39.2_amd64.deb
 d37428ba5268e4af2ffaa6afeafcfc9716328644 1682 
libboost-wave-dev_1.39.2_amd64.deb
Checksums-Sha256: 
 941d72bd4fec73d86ddb3be6d264d38b0cef5105bf4b609c60e71f4c6dcb02f4 1379 
boost-defaults_1.39.2.dsc
 9ed10c38b2d38f55b7fa2c33450ee1b7de3472043728a0775d460dac3c2ba7d1 4736 
boost-defaults_1.39.2.tar.gz
 5b235042b101d0dee469be7bfc347e02ee139876de6b0278a2ccd8655c5429a0 1756 
libboost-doc_1.39.2_all.deb
 e029e683551bfd62ef4ab9b7bd78c6399ed14ccd16dc9d26178a163956bac969 1760 
libboost-dev_1.39.2_amd64.deb
 1574c2ee3b5ab89b69832448dc25694a38f0ebe76adc0031f303f333ecb0dbfd 1642 
libboost-date-time-dev_1.39.2_amd64.deb
 1a225670aa11e8cde5a9acf29b9151b86f8f2e37e969309c132bfbf9e1802a98 1660 
libboost-filesystem-dev_1.39.2_amd64.deb
 32d2e90a12b4449ebf12a51bcea8c42445544a68905a53253fec40bf5a6fb2a5 1752 
libboost-graph-dev_1.39.2_amd64.deb
 efc8f189bcd64357272c1a9a26837ac5cca57a48ef8413f7a91f08018058b574 1640 
libboost-iostreams-dev_1.39.2_amd64.deb
 461504ebe02b7e98f8d5d1bea6368ab6f3c5f28fcdd5fd517c4332dd62c084d3 1850 
libboost-math-dev_1.39.2_amd64.deb
 00d5509f9db2b630e2fcbf49dc6e5c6e1df5b234eefa9db1bedca2d9cf1e4fe6 1742 
libboost-mpi-dev_1.39.2_amd64.deb
 a23d3cd83569703912a290fdb79d57c84a985ecf495c468a767e0ea99e93a608 1664 
libboost-program-options-dev_1.39.2_amd64.deb
 

Accepted gtkhtml3.14 3.27.91-1 (source all amd64)

2009-08-25 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Mon, 24 Aug 2009 19:28:16 +0200
Source: gtkhtml3.14
Binary: libgtkhtml3.14-19 libgtkhtml3.14-dev libgtkhtml3.14-dbg 
libgtkhtml-editor0 libgtkhtml-editor-common libgtkhtml-editor-dev
Architecture: source all amd64
Version: 3.27.91-1
Distribution: experimental
Urgency: low
Maintainer: Debian Evolution Maintainers 
pkg-evolution-maintain...@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez cor...@debian.org
Description: 
 libgtkhtml-editor-common - HTML rendering/editing library - editor widget data
 libgtkhtml-editor-dev - HTML rendering/editing library - editor widget 
development files
 libgtkhtml-editor0 - HTML rendering/editing library - editor widget
 libgtkhtml3.14-19 - HTML rendering/editing library - runtime files
 libgtkhtml3.14-dbg - HTML rendering/editing library - debug files
 libgtkhtml3.14-dev - HTML rendering/editing library - development files
Changes: 
 gtkhtml3.14 (3.27.91-1) experimental; urgency=low
 .
   * New upstream beta release.
   * debian/control:
 - update standards version to 3.8.3.
Checksums-Sha1: 
 c53ca9a1c84f47b7b093c062aff7c68d0526e845 1922 gtkhtml3.14_3.27.91-1.dsc
 eaa2151b06c35150a4247c76eeac23113de2c403 2040911 
gtkhtml3.14_3.27.91.orig.tar.gz
 22de1fad7743e9c4aeeabbea033555eb1b5baf97 9756 gtkhtml3.14_3.27.91-1.diff.gz
 5355444911260b0171b065b1a7f46989c66b64d4 93108 
libgtkhtml-editor-common_3.27.91-1_all.deb
 867ef13c0d76039699c1bf32b93d2e13bfe744e7 1042696 
libgtkhtml3.14-19_3.27.91-1_amd64.deb
 72f8450d1dfb4d77ea9e64bfa20b08897d43b601 436724 
libgtkhtml3.14-dev_3.27.91-1_amd64.deb
 1301e8928f34c94676f0b81e1239ed4ea202352e 1266992 
libgtkhtml3.14-dbg_3.27.91-1_amd64.deb
 af252f85758f972bb78e69d5d3541f2246ce35f2 123306 
libgtkhtml-editor0_3.27.91-1_amd64.deb
 e6d9582965776dfbae59978a236c7ffb8a9ac54f 144600 
libgtkhtml-editor-dev_3.27.91-1_amd64.deb
Checksums-Sha256: 
 b9e8fca01ae47e34d9c335b51af10caa2b0da0912d3f6afb427c4dd263664602 1922 
gtkhtml3.14_3.27.91-1.dsc
 4725b97ae08d38192c11fc1dba61107db361158d73927ac1d0b01b986e4ef41e 2040911 
gtkhtml3.14_3.27.91.orig.tar.gz
 4c38e8961f3661dbba10b27e783e19a4454f34afb40693aee64a76abee80ebcc 9756 
gtkhtml3.14_3.27.91-1.diff.gz
 fcf58c7b482c302b540e57c5d094c6d5c0f407c12e8cd86a9f01b217bb293003 93108 
libgtkhtml-editor-common_3.27.91-1_all.deb
 cf32685e84b8400ac3fabfc062dcfd3139fae9847b78617cf6ac73e1c4c6c195 1042696 
libgtkhtml3.14-19_3.27.91-1_amd64.deb
 11ee7e74171b8922f64718231ba67ec8bc1b888a04e79ffc1d70bf99e0617ee3 436724 
libgtkhtml3.14-dev_3.27.91-1_amd64.deb
 99a21105361eba087684efe82ecf6de2c7964e7cdf029696e20502558a2eaecf 1266992 
libgtkhtml3.14-dbg_3.27.91-1_amd64.deb
 0e435291331278d6135d2c537acd16963d39f519cc2941147d285150819603a1 123306 
libgtkhtml-editor0_3.27.91-1_amd64.deb
 a75591ed11d8a005740a48a42e6a37fa4b92d0106444c28e3ff4abe5adfe2837 144600 
libgtkhtml-editor-dev_3.27.91-1_amd64.deb
Files: 
 d5d0667de21b0a8a8f0ccbe575a14e86 1922 gnome optional gtkhtml3.14_3.27.91-1.dsc
 4d3e97643cfff6aff3e9d30a71310632 2040911 gnome optional 
gtkhtml3.14_3.27.91.orig.tar.gz
 4c16dc6584cf8fbee67583c489f42da0 9756 gnome optional 
gtkhtml3.14_3.27.91-1.diff.gz
 0dcd1539456654ae2776b85b44bfffd8 93108 gnome optional 
libgtkhtml-editor-common_3.27.91-1_all.deb
 b42926268e3db891897987015c155a31 1042696 libs optional 
libgtkhtml3.14-19_3.27.91-1_amd64.deb
 17011109cf4c75768c2e4b7984d158de 436724 libdevel optional 
libgtkhtml3.14-dev_3.27.91-1_amd64.deb
 b6228b4e277b6e339f0f5c84ab9ec13a 1266992 debug extra 
libgtkhtml3.14-dbg_3.27.91-1_amd64.deb
 f6849cb03b9068ffd2455c3672da2f5d 123306 libs optional 
libgtkhtml-editor0_3.27.91-1_amd64.deb
 7e5847ee105ac389fa2f7261ca31d1cd 144600 libdevel extra 
libgtkhtml-editor-dev_3.27.91-1_amd64.deb

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

iEYEAREDAAYFAkqThPkACgkQTUTAIMXAW67HZgCfduEwGWZQsqhYnKARficOsa/8
X/oAmwS7LK7mzxU2BOtQb7qk+xlyc973
=OME/
-END PGP SIGNATURE-


Accepted:
gtkhtml3.14_3.27.91-1.diff.gz
  to pool/main/g/gtkhtml3.14/gtkhtml3.14_3.27.91-1.diff.gz
gtkhtml3.14_3.27.91-1.dsc
  to pool/main/g/gtkhtml3.14/gtkhtml3.14_3.27.91-1.dsc
gtkhtml3.14_3.27.91.orig.tar.gz
  to pool/main/g/gtkhtml3.14/gtkhtml3.14_3.27.91.orig.tar.gz
libgtkhtml-editor-common_3.27.91-1_all.deb
  to pool/main/g/gtkhtml3.14/libgtkhtml-editor-common_3.27.91-1_all.deb
libgtkhtml-editor-dev_3.27.91-1_amd64.deb
  to pool/main/g/gtkhtml3.14/libgtkhtml-editor-dev_3.27.91-1_amd64.deb
libgtkhtml-editor0_3.27.91-1_amd64.deb
  to pool/main/g/gtkhtml3.14/libgtkhtml-editor0_3.27.91-1_amd64.deb
libgtkhtml3.14-19_3.27.91-1_amd64.deb
  to pool/main/g/gtkhtml3.14/libgtkhtml3.14-19_3.27.91-1_amd64.deb
libgtkhtml3.14-dbg_3.27.91-1_amd64.deb
  to pool/main/g/gtkhtml3.14/libgtkhtml3.14-dbg_3.27.91-1_amd64.deb
libgtkhtml3.14-dev_3.27.91-1_amd64.deb
  to pool/main/g/gtkhtml3.14/libgtkhtml3.14-dev_3.27.91-1_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? 

Accepted lcdf-typetools 2.79-1 (source i386)

2009-08-25 Thread C.M. Connelly
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Aug 2009 23:46:25 -0700
Source: lcdf-typetools
Binary: lcdf-typetools
Architecture: source i386
Version: 2.79-1
Distribution: unstable
Urgency: low
Maintainer: C.M. Connelly c...@debian.org
Changed-By: C.M. Connelly c...@debian.org
Description: 
 lcdf-typetools - Programs to manipulate OpenType and multiple-master fonts
Changes: 
 lcdf-typetools (2.79-1) unstable; urgency=low
 .
   * New upstream release.
   * otftotfm: Add support for generic TrueType kern tables.
   * ttftotype42: Split very large non-glyf tables.
   * otfinfo: Add -T option to dump a table's contents to standard out.
   * Update Standards-Version to 3.8.3 (no changes).
Checksums-Sha1: 
 1afe74642410403ea460050cebc9605cf2bad72a 1045 lcdf-typetools_2.79-1.dsc
 943fbb1aae4778e911e620bc917e22e9ee3cce8b 543918 lcdf-typetools_2.79.orig.tar.gz
 d7cb6ff062db4eb9aa8da9fa794650d72fe08b06 6463 lcdf-typetools_2.79-1.diff.gz
 656402a8b62d758706be1fe25d29155b4b2f9ce5 1652698 lcdf-typetools_2.79-1_i386.deb
Checksums-Sha256: 
 1265c0258c2bc7a7940eac87d484e77339128b0cc46f032f15545f87054e122e 1045 
lcdf-typetools_2.79-1.dsc
 0f2550d5c6ab8d2456cb9d93550b814661c2fcd0f50242f44b15e60529ba1ec0 543918 
lcdf-typetools_2.79.orig.tar.gz
 3be08701ec8a7d3fa98af7c1df3a1146d892eb2a4d7e927dad2f9aa62cf0aa7f 6463 
lcdf-typetools_2.79-1.diff.gz
 f5ab891109402bcd79fad03fe958576fbf6af5a3125ea0b6299fbcab798b639b 1652698 
lcdf-typetools_2.79-1_i386.deb
Files: 
 8effceaf686691c2042f24bb112484f7 1045 text optional lcdf-typetools_2.79-1.dsc
 1fb0dcb2433b03ef7ed30593bbb06612 543918 text optional 
lcdf-typetools_2.79.orig.tar.gz
 3118816f7642ebbfd27fe3afcab9b13f 6463 text optional 
lcdf-typetools_2.79-1.diff.gz
 4a629c388911cd33df62ba4d38b01a40 1652698 text optional 
lcdf-typetools_2.79-1_i386.deb

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

iD8DBQFKk5T8zrFKeh3cmQ0RAlegAJ0en6fDxU1ETTJrk9tI+LfBPM3uLwCgpk6+
o3uuuLQGLDGkTHFVJPxrSB4=
=a0wR
-END PGP SIGNATURE-


Accepted:
lcdf-typetools_2.79-1.diff.gz
  to pool/main/l/lcdf-typetools/lcdf-typetools_2.79-1.diff.gz
lcdf-typetools_2.79-1.dsc
  to pool/main/l/lcdf-typetools/lcdf-typetools_2.79-1.dsc
lcdf-typetools_2.79-1_i386.deb
  to pool/main/l/lcdf-typetools/lcdf-typetools_2.79-1_i386.deb
lcdf-typetools_2.79.orig.tar.gz
  to pool/main/l/lcdf-typetools/lcdf-typetools_2.79.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted bum 2.5.1-1 (source all)

2009-08-25 Thread Fabio Marzocca
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 22 Aug 2009 17:17:20 +0100
Source: bum
Binary: bum
Architecture: source all
Version: 2.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Changed-By: Fabio Marzocca thesalty...@gmail.com
Description: 
 bum- graphical runlevel editor
Closes: 532576 532577 533966 538105 542528
Changes: 
 bum (2.5.1-1) unstable; urgency=low
 .
   * fixed desktop file - Alessio Treglia  quadris...@ubuntu.com
   - (Closes: #532577)
   * updated spanish translation - Omar Campagne ocampa...@gmail.com
 (Closes: #538105)
   * new service description
   * Move upstream's URL to Homepage field, (Closes: #532576)
   * Add intltool to Build-Depends-Indep field -
   - Alessio Treglia  quadris...@ubuntu.com (Closes: #533966)
   * Fixed crossbuild detection
 Kumar Appaiah a.ku...@alumni.iitm.ac.in (Closes: #542528)
Checksums-Sha1: 
 b068c71d0d8337d426a190975bee71cdef9b43b4 1108 bum_2.5.1-1.dsc
 5fae6e77b556185c21846305976b82b9b6e52459 229485 bum_2.5.1.orig.tar.gz
 a9f197adfdc1d21b75f6270dee026bda054d493b 2888 bum_2.5.1-1.diff.gz
 577156a859004d286313115d1b879adf5b8e4605 85078 bum_2.5.1-1_all.deb
Checksums-Sha256: 
 ee889576783c54017cc5c99f64f61f897933376da3d32f5dba13e528878c3a76 1108 
bum_2.5.1-1.dsc
 512cc926ce3a6f53392875cc542098f1d78ef86a75c6c989474e33d65aa7eb62 229485 
bum_2.5.1.orig.tar.gz
 4c5f4aa2553761a944799da6dd929abb8e6eb166a9e650ec338e5f185220514f 2888 
bum_2.5.1-1.diff.gz
 f0ed7ede0cae44410ba2e9039672e102e6bcca136fcbfbb9f282b5471a247b4f 85078 
bum_2.5.1-1_all.deb
Files: 
 054f4051addfe8dd52f7277fa0f37ed9 1108 admin optional bum_2.5.1-1.dsc
 64beb4844f64e1990cf72a68d2de6822 229485 admin optional bum_2.5.1.orig.tar.gz
 838242efb73b3ef2821f8a8389675634 2888 admin optional bum_2.5.1-1.diff.gz
 c6f580538a28ba11e23d612d6b39ef7a 85078 admin optional bum_2.5.1-1_all.deb

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

iEYEARECAAYFAkqTk6gACgkQvcCgrgZGjetDZgCgpA492hCvCUcp/pYoeIKQ7hoq
XeoAmQGxYQJVhdcWQ1JKvA/ObTUfG8LA
=y/Zl
-END PGP SIGNATURE-


Accepted:
bum_2.5.1-1.diff.gz
  to pool/main/b/bum/bum_2.5.1-1.diff.gz
bum_2.5.1-1.dsc
  to pool/main/b/bum/bum_2.5.1-1.dsc
bum_2.5.1-1_all.deb
  to pool/main/b/bum/bum_2.5.1-1_all.deb
bum_2.5.1.orig.tar.gz
  to pool/main/b/bum/bum_2.5.1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted libmodule-corelist-perl 2.18-2 (source all)

2009-08-25 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 10:20:19 +0300
Source: libmodule-corelist-perl
Binary: libmodule-corelist-perl
Architecture: source all
Version: 2.18-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Damyan Ivanov d...@debian.org
Description: 
 libmodule-corelist-perl - what modules shipped with versions of perl
Changes: 
 libmodule-corelist-perl (2.18-2) unstable; urgency=low
 .
   * revert the removal of corelist.1.gz diversion
 - add an override about diversion-for-unknown-file lintian error
 - thanks to Niko Tyni
Checksums-Sha1: 
 a96bc3e04498a8596d6f32a6f395c686c6dbe92d 1564 
libmodule-corelist-perl_2.18-2.dsc
 09eb5feb00a089ca681b251e774794ac9f746f1d 3448 
libmodule-corelist-perl_2.18-2.diff.gz
 0d856f1a36cd6845dc4c974a246710419435 58912 
libmodule-corelist-perl_2.18-2_all.deb
Checksums-Sha256: 
 0c08a80e8e27eb72d78782df854e6e32689d14145c573b597ff52cc1e172af18 1564 
libmodule-corelist-perl_2.18-2.dsc
 4d6bd96db58b373e7f14db7e54477b0c9382598a5c57c973f8844d84acbe790c 3448 
libmodule-corelist-perl_2.18-2.diff.gz
 4a313fe23ad2397da7beaedc698c917e11e686dbb7bcd0a3a0b3ae69af217de0 58912 
libmodule-corelist-perl_2.18-2_all.deb
Files: 
 7a74e75dc3af94e80e20f67d45873594 1564 perl optional 
libmodule-corelist-perl_2.18-2.dsc
 a2d6fb6cab687b6972a40a1f6e8e7313 3448 perl optional 
libmodule-corelist-perl_2.18-2.diff.gz
 d50fabc1763321e3d409dc2c1a629aa4 58912 perl optional 
libmodule-corelist-perl_2.18-2_all.deb

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

iEYEARECAAYFAkqTkYoACgkQHqjlqpcl9jsCgQCeIFk9Y4vtZhAVOlcwCivSqvcl
AcYAoIQi0Rj+ZYiqOe3xG0lN8GUBZGYU
=Kxs3
-END PGP SIGNATURE-


Accepted:
libmodule-corelist-perl_2.18-2.diff.gz
  to 
pool/main/libm/libmodule-corelist-perl/libmodule-corelist-perl_2.18-2.diff.gz
libmodule-corelist-perl_2.18-2.dsc
  to pool/main/libm/libmodule-corelist-perl/libmodule-corelist-perl_2.18-2.dsc
libmodule-corelist-perl_2.18-2_all.deb
  to 
pool/main/libm/libmodule-corelist-perl/libmodule-corelist-perl_2.18-2_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted cd-discid 1.0-1 (source i386)

2009-08-25 Thread Timur Birsh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 20 Aug 2009 15:10:24 +0600
Source: cd-discid
Binary: cd-discid
Architecture: source i386
Version: 1.0-1
Distribution: unstable
Urgency: low
Maintainer: Timur Birsh t...@linukz.org
Changed-By: Timur Birsh t...@linukz.org
Description: 
 cd-discid  - CDDB DiscID utility
Closes: 303989
Changes: 
 cd-discid (1.0-1) unstable; urgency=low
 .
   * New upstream release. Thanks to Colin Tuckley.
   * Use default CD-ROM device name if no parameter given on the
 command line. Closes: #303989.
   * debian/patches/01_nostrip.dpatch: remove, merged upstream.
   * debian/control:
 - Remove dpatch builddep.
 - New Homepage.
 - Add Vcs-Git and Vcs-Browser fields.
   * debian/rules:
 - Since there are no any dpatches in package, remove its
   references.
   * debian/copyright:
 - Update download location.
 - Update copyright statements.
 - Add Debian packaging copyright.
Checksums-Sha1: 
 efeb63a53284ed500611505633bc021ad6b906d5 1098 cd-discid_1.0-1.dsc
 739986b2a737ab250089272b7df3bc4af9322dff 11631 cd-discid_1.0.orig.tar.gz
 a12006598773935980c0a0f885e8dfe3b7078deb 2386 cd-discid_1.0-1.diff.gz
 6be6d597ddcbd17a54c4237cef14427be9e029d5 8050 cd-discid_1.0-1_i386.deb
Checksums-Sha256: 
 134cc193c3d0089de5e9133a00ec624e624d80fe96f90aa896aae40dbb5a3c81 1098 
cd-discid_1.0-1.dsc
 cbca98282832d306081e03ed9ef81696a2a845f0cc0efaf9f256169e3488bab8 11631 
cd-discid_1.0.orig.tar.gz
 5542c61e614b45c0e26432d3843a59b9ffa521f5deb86121f4b64fd750874ebd 2386 
cd-discid_1.0-1.diff.gz
 1158f6807e46fe2249beb617f78ec60a6c466cb7ebf207f38a8423f2b6595dfd 8050 
cd-discid_1.0-1_i386.deb
Files: 
 09d55210c59bf6e531f25042f2456e29 1098 sound optional cd-discid_1.0-1.dsc
 ccca88ffec8d8497714e9a1203c81c5a 11631 sound optional cd-discid_1.0.orig.tar.gz
 624b370406ee9876cbbfd8299cff7df8 2386 sound optional cd-discid_1.0-1.diff.gz
 0a9e9649d38cd1e315087053521000d2 8050 sound optional cd-discid_1.0-1_i386.deb

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

iEYEARECAAYFAkqTpEYACgkQj2OPlhswRc5UCACglTmDs+muhMvV+jH4GGkEQZ+S
RZ8An1lOuMXZIHuYZZswiUOjhZ09QT30
=i3Xt
-END PGP SIGNATURE-


Accepted:
cd-discid_1.0-1.diff.gz
  to pool/main/c/cd-discid/cd-discid_1.0-1.diff.gz
cd-discid_1.0-1.dsc
  to pool/main/c/cd-discid/cd-discid_1.0-1.dsc
cd-discid_1.0-1_i386.deb
  to pool/main/c/cd-discid/cd-discid_1.0-1_i386.deb
cd-discid_1.0.orig.tar.gz
  to pool/main/c/cd-discid/cd-discid_1.0.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted enca 1.10-1 (source amd64)

2009-08-25 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 11:48:42 +0200
Source: enca
Binary: enca libenca0 libenca-dev libenca-dbg
Architecture: source amd64
Version: 1.10-1
Distribution: unstable
Urgency: low
Maintainer: Michal Čihař ni...@debian.org
Changed-By: Michal Čihař ni...@debian.org
Description: 
 enca   - Extremely Naive Charset Analyser - binaries
 libenca-dbg - Extremely Naive Charset Analyser - debug files
 libenca-dev - Extremely Naive Charset Analyser - development files
 libenca0   - Extremely Naive Charset Analyser - shared library files
Changes: 
 enca (1.10-1) unstable; urgency=low
 .
   * New upstream version.
 - All patches integrated upstream.
   * Adjust watch file to new upstream (that's myself).
   * Include documentation only in enca binary package.
   * Update to standards 3.8.3 (no changes needed).
   * Update home page field to new upstream.
   * No need for chrpath now.
Checksums-Sha1: 
 cb902ffa7d71b1197fbd9030bd1356032e8cb0a1 1120 enca_1.10-1.dsc
 f02a84a934bd9ce8f757dba06e34c847f94804b0 659990 enca_1.10.orig.tar.gz
 adbdcb0deac34ab040624156cfbe25a33ffae7fb 4117 enca_1.10-1.diff.gz
 bd12710566c9fbe126e0fd9bc9e6673341088069 89358 enca_1.10-1_amd64.deb
 737df4b2c36bb62b35699bbf214058e80dfeba06 75054 libenca0_1.10-1_amd64.deb
 1270951ed19de64fcff1f07473060f08d95a69d1 99154 libenca-dev_1.10-1_amd64.deb
 64370977ac31db06f88fc87c7be737a2a64fc5b5 93298 libenca-dbg_1.10-1_amd64.deb
Checksums-Sha256: 
 0464246b5dfd740d964b2d0e4ad435bcfb79ca1414617575f99c62bc733c3774 1120 
enca_1.10-1.dsc
 c14a2d50f3bce40a704eaaa35785becb8db01043acf1c5fbbd992404ceb6698b 659990 
enca_1.10.orig.tar.gz
 d640d691cb136a889cc40c8f8b2e3aa4667a88a9a4e544e623840ab02a3fa06d 4117 
enca_1.10-1.diff.gz
 dd6752e18cb5cdbc16f6b245481e64120b0a485e0ab1ac6bc8e1d19c5a5b7a77 89358 
enca_1.10-1_amd64.deb
 800a1e22d0ba9ae068fef74cc8014ba281c8dd791d9b3095b86d3bc15a70f91d 75054 
libenca0_1.10-1_amd64.deb
 52f5b4652a9742d0406dccf279abc9d95a99f7dfb2095c8a24939706120fe7ec 99154 
libenca-dev_1.10-1_amd64.deb
 67f02c368d2a08ae5fcd6ad1effde9450e96dcf01915ba8cc938360806ba1a5d 93298 
libenca-dbg_1.10-1_amd64.deb
Files: 
 702502f749d585d0ac4924610d6eba3d 1120 text optional enca_1.10-1.dsc
 fac7e321a50845cbb68e297a9e8ff1f9 659990 text optional enca_1.10.orig.tar.gz
 ed149597a066c4e87a3fc74e4644c887 4117 text optional enca_1.10-1.diff.gz
 57efeb3816ea28c0970582130857e576 89358 text optional enca_1.10-1_amd64.deb
 147f9074ad997b04e1fd08c65a6c4437 75054 libs optional libenca0_1.10-1_amd64.deb
 85417c7893e66f586a20dcf6e2ee92dc 99154 libdevel optional 
libenca-dev_1.10-1_amd64.deb
 e8ef305d954c7236517e827925901767 93298 debug extra libenca-dbg_1.10-1_amd64.deb

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

iEYEARECAAYFAkqTs8cACgkQ3DVS6DbnVgQGGQCgvnQzQup3T7RYUwij+Vnj8G8J
XI4AoKwNks54NAXkEZBNGpCMiH6c7Dto
=SFJQ
-END PGP SIGNATURE-


Accepted:
enca_1.10-1.diff.gz
  to pool/main/e/enca/enca_1.10-1.diff.gz
enca_1.10-1.dsc
  to pool/main/e/enca/enca_1.10-1.dsc
enca_1.10-1_amd64.deb
  to pool/main/e/enca/enca_1.10-1_amd64.deb
enca_1.10.orig.tar.gz
  to pool/main/e/enca/enca_1.10.orig.tar.gz
libenca-dbg_1.10-1_amd64.deb
  to pool/main/e/enca/libenca-dbg_1.10-1_amd64.deb
libenca-dev_1.10-1_amd64.deb
  to pool/main/e/enca/libenca-dev_1.10-1_amd64.deb
libenca0_1.10-1_amd64.deb
  to pool/main/e/enca/libenca0_1.10-1_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted ayttm 0.5.0-111-2 (source amd64)

2009-08-25 Thread Kartik Mistry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 13:37:46 +0530
Source: ayttm
Binary: ayttm
Architecture: source amd64
Version: 0.5.0-111-2
Distribution: unstable
Urgency: low
Maintainer: Kartik Mistry kar...@debian.org
Changed-By: Kartik Mistry kar...@debian.org
Description: 
 ayttm  - Universal instant messaging client
Changes: 
 ayttm (0.5.0-111-2) unstable; urgency=low
 .
   * debian/rules:
 + Using --enable-posix-dlopen option in ./configure
 + Removed *.la files from package as part of release goal
 + Used dh_prep instead of dh_clean -k
   * debian/control:
 + Updated to Standards-Version 3.8.3 (no changes needed)
 + Bumped debhelper dependency to 7
Checksums-Sha1: 
 65df6cd5811c64f82ec0248ce10950dac879f03d 1198 ayttm_0.5.0-111-2.dsc
 b9a4b56095be46bfd27fa22b3e4e950dbc3f65b8 9427 ayttm_0.5.0-111-2.diff.gz
 9c181875caf7b4795f365c6542f7b28c4bd9afc7 1046046 ayttm_0.5.0-111-2_amd64.deb
Checksums-Sha256: 
 21e82168466808d6a422a5c41609ba7f56bcddd93ddf5b82d8d74596ae95ae7a 1198 
ayttm_0.5.0-111-2.dsc
 03f4d8f93bee64feaf0fed6ca2517297adebbd53a4c8a1df544b00a1c9975687 9427 
ayttm_0.5.0-111-2.diff.gz
 cf4fc4a5225f56ce7f29d4c670b061cfa7b0663a3fa783fb942ed459da8c6d4f 1046046 
ayttm_0.5.0-111-2_amd64.deb
Files: 
 bf12df3620814e9606e9626a60df0eb0 1198 net optional ayttm_0.5.0-111-2.dsc
 d0d28d480903a712e1b87c0de5b4acff 9427 net optional ayttm_0.5.0-111-2.diff.gz
 423d80c6f62c9d05dbf0454c02edd2ad 1046046 net optional 
ayttm_0.5.0-111-2_amd64.deb

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

iEYEARECAAYFAkqTt0AACgkQoRg/jtECjI01AgCfQMgvwnCeXOimouyfT/nukJCM
mS0An2Ip3wE5lPvjKvjH0quRlCLASJtS
=6aU1
-END PGP SIGNATURE-


Accepted:
ayttm_0.5.0-111-2.diff.gz
  to pool/main/a/ayttm/ayttm_0.5.0-111-2.diff.gz
ayttm_0.5.0-111-2.dsc
  to pool/main/a/ayttm/ayttm_0.5.0-111-2.dsc
ayttm_0.5.0-111-2_amd64.deb
  to pool/main/a/ayttm/ayttm_0.5.0-111-2_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted squeeze 0.2.3-6 (source amd64)

2009-08-25 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Tue, 25 Aug 2009 10:44:39 +0200
Source: squeeze
Binary: squeeze
Architecture: source amd64
Version: 0.2.3-6
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez cor...@debian.org
Description: 
 squeeze- modern and advanced archive manager for Xfce
Changes: 
 squeeze (0.2.3-6) unstable; urgency=low
 .
   [ Yves-Alexis Perez ]
   * debian/control:
 - add explicit build-dep on gtk.
 - update standards version to 3.8.3.
 - update debhelper build-dep to 7.
   * debian/compat bumped to 7.
   * debian/watch edited to follow Xfce archive reorganisation.
   * debian/rules:
 - drop now useless dh_desktop.
 - remove .la files.
 .
   [ Evgeni Golov ]
   * Fix Vcs-* fields, they were missing 'trunk' in the path.
Checksums-Sha1: 
 75fdd9415740378a5c229ab99b3c9c8de95ca098 1336 squeeze_0.2.3-6.dsc
 76e2ec2bc00b2042a96dfabfa33676d5316ae174 2279 squeeze_0.2.3-6.diff.gz
 fe980eb6d829ce9ec8082353fff3c118b1fb99a1 178850 squeeze_0.2.3-6_amd64.deb
Checksums-Sha256: 
 aaeb8ec67a5fade6684c6c1d18e2b2d7ee4f9b87298ce5f369c3287eef0fe10e 1336 
squeeze_0.2.3-6.dsc
 e91b968ca6640138abff9d012eb77eb21683db35e60a181606d58f7400644edc 2279 
squeeze_0.2.3-6.diff.gz
 bf8540831b79cb40cb5649aa723c56bbd1b233001e7f8367c8acfc6bb75c02a8 178850 
squeeze_0.2.3-6_amd64.deb
Files: 
 a3d15b2deb5f2fbf7db3ad713b8fdcb0 1336 x11 optional squeeze_0.2.3-6.dsc
 aefd05d00e1cf1bcc2fb643e5ab2f310 2279 x11 optional squeeze_0.2.3-6.diff.gz
 c5b628a310417e39009b744af546e03a 178850 x11 optional squeeze_0.2.3-6_amd64.deb

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

iEYEAREDAAYFAkqTps4ACgkQTUTAIMXAW66B8gCfZwe8oVjTEGsG6Fq8WGVd89tx
K4UAn2NhgoofiUgl+8sydonx5CqPsO0I
=3imn
-END PGP SIGNATURE-


Accepted:
squeeze_0.2.3-6.diff.gz
  to pool/main/s/squeeze/squeeze_0.2.3-6.diff.gz
squeeze_0.2.3-6.dsc
  to pool/main/s/squeeze/squeeze_0.2.3-6.dsc
squeeze_0.2.3-6_amd64.deb
  to pool/main/s/squeeze/squeeze_0.2.3-6_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted gnome-games 1:2.26.3-1 (source all amd64)

2009-08-25 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 21 Aug 2009 22:02:25 +0200
Source: gnome-games
Binary: gnome-games gnome-games-data gnome-cards-data gnome-games-servers
Architecture: source all amd64
Version: 1:2.26.3-1
Distribution: unstable
Urgency: low
Maintainer: Josselin Mouette j...@debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 gnome-cards-data - data files for the GNOME card games
 gnome-games - games for the GNOME desktop
 gnome-games-data - data files for the GNOME games
 gnome-games-servers - GGZ gaming zone servers for the GNOME games
Closes: 541084
Changes: 
 gnome-games (1:2.26.3-1) unstable; urgency=low
 .
   * New upstream release.
   * Disable the test suite explicitly.
   * Lower intltool requirement.
   * Re-add missing dependencies on python-opengl and python-gtkglext1.
   * Enable clutter support. Closes: #541084.
   * Install sol-clutter.
   * Move sol to sol-gdk and install a wrapper for the sol binary.
   * Depend on mesa-utils for the wrapper to work properly.
Checksums-Sha1: 
 bb829404aa2f4c81dc9346eb4ffaf99b402434de 1899 gnome-games_2.26.3-1.dsc
 a1e4e7d0b513546904fe4a0b273c9b94a084d0f8 28420485 
gnome-games_2.26.3.orig.tar.gz
 bb1f2a34d67002862b179e63562c8556af41eb64 64894 gnome-games_2.26.3-1.diff.gz
 c0259a08ef70da46eb6e2ed9abd511122e821994 23465434 
gnome-games-data_2.26.3-1_all.deb
 5af95b41e4c73d693712ed153ccab6ffb751c8a4 431772 
gnome-cards-data_2.26.3-1_all.deb
 16b50f51fe08eab5810ad271efb4229c29e45044 1334624 gnome-games_2.26.3-1_amd64.deb
 3057a515d786d636a9393db71648a3ecf827b8c8 99966 
gnome-games-servers_2.26.3-1_amd64.deb
Checksums-Sha256: 
 91b479c2d7bf747ff5d371d8ea4881e304821e205cbc332b43955b8054060705 1899 
gnome-games_2.26.3-1.dsc
 c9bbb4b05531f986158f3d83910d9d12c3ce36a73fc4250e1bd52999c9185c79 28420485 
gnome-games_2.26.3.orig.tar.gz
 d4280e8ac169da98cbd997b9ed69b7aa51083199075ffd430f3cb87c5ab121ae 64894 
gnome-games_2.26.3-1.diff.gz
 dd481033c6c0e1eda8fd830db80bd780b477fa7a765e0402e6d4bbce2ba5e2c0 23465434 
gnome-games-data_2.26.3-1_all.deb
 0a2af5ecaabd40b8acc867386b8345a2527cd8a234657fd936188cedb08faa88 431772 
gnome-cards-data_2.26.3-1_all.deb
 88fb7a85b80ed5038b3d9d2440afdda30b2a64df948bb46e8a6165dd572c7123 1334624 
gnome-games_2.26.3-1_amd64.deb
 490862d1a257fc083ac30ed61c9fceffa89908e42c4d310e77b6330de5934508 99966 
gnome-games-servers_2.26.3-1_amd64.deb
Files: 
 222956ba9baf6f10c379f40def86a881 1899 gnome optional gnome-games_2.26.3-1.dsc
 5625c2101454c78f74f6e2fa038829c5 28420485 gnome optional 
gnome-games_2.26.3.orig.tar.gz
 26349f4d3515642047224e28145c707e 64894 gnome optional 
gnome-games_2.26.3-1.diff.gz
 f02a78ffde52cbfa3e23344cc94589ba 23465434 gnome optional 
gnome-games-data_2.26.3-1_all.deb
 ee3ca1cb27e417a3a5fdb3357cca54c9 431772 gnome optional 
gnome-cards-data_2.26.3-1_all.deb
 623cfeeeb0d1b011cefa34fe856eb5ef 1334624 gnome optional 
gnome-games_2.26.3-1_amd64.deb
 ed2b1ea8e4e1a5760f5e043b573ded2b 99966 gnome optional 
gnome-games-servers_2.26.3-1_amd64.deb

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

iD8DBQFKjwXDrSla4ddfhTMRAiPRAKDVDWKdiWC3TmEzkFF4roAECgugDgCfVn4T
l2vgOiF/jI7iixj3qar6sY8=
=91QP
-END PGP SIGNATURE-


Accepted:
gnome-cards-data_2.26.3-1_all.deb
  to pool/main/g/gnome-games/gnome-cards-data_2.26.3-1_all.deb
gnome-games-data_2.26.3-1_all.deb
  to pool/main/g/gnome-games/gnome-games-data_2.26.3-1_all.deb
gnome-games-servers_2.26.3-1_amd64.deb
  to pool/main/g/gnome-games/gnome-games-servers_2.26.3-1_amd64.deb
gnome-games_2.26.3-1.diff.gz
  to pool/main/g/gnome-games/gnome-games_2.26.3-1.diff.gz
gnome-games_2.26.3-1.dsc
  to pool/main/g/gnome-games/gnome-games_2.26.3-1.dsc
gnome-games_2.26.3-1_amd64.deb
  to pool/main/g/gnome-games/gnome-games_2.26.3-1_amd64.deb
gnome-games_2.26.3.orig.tar.gz
  to pool/main/g/gnome-games/gnome-games_2.26.3.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted libdate-calc-perl 5.7-1 (source amd64)

2009-08-25 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 11:53:33 +0300
Source: libdate-calc-perl
Binary: libdate-calc-perl
Architecture: source amd64
Version: 5.7-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Damyan Ivanov d...@debian.org
Description: 
 libdate-calc-perl - Perl library for accessing dates
Closes: 494736
Changes: 
 libdate-calc-perl (5.7-1) unstable; urgency=low
 .
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 .
   [ Jonathan Yu ]
   * New upstream release
 + Updated copyright years per upstream (1995-2009)
 + Documentation fixes
   * Standards-Version 3.8.2 (no changes)
   * Removed conflict/replaces on libdatecalc-perl (rmadison does not report
 it as available on anything)
   * Move to short debhelper 7 rules format
   * Bump compat and depends to debhelper 7
 .
   [ Damyan Ivanov ]
   * New upstream release
 + bump libbit-vector-perl (build) dependency to 7.0
 + Made the days which form the weekend configurable in Calendar.pm and
   Year.pm (Closes: #494736)
   * also ship EXAMPLES.txt in the docs
   * drop the version from the libcarp-clan-perl (build) dependency; satisfyable
 by oldstable
   * Standards-Version: 3.8.3 (no changes needed)
   * add myself to Uploaders
Checksums-Sha1: 
 74ee0769855e25de599567421f971886881a1b53 1390 libdate-calc-perl_5.7-1.dsc
 6047b85182e74262e1185a4ecb6d566e9f12609e 205637 
libdate-calc-perl_5.7.orig.tar.gz
 cc1350e6dd340a22ea41c57c4365e4dd8d7106ef 4100 libdate-calc-perl_5.7-1.diff.gz
 53bb3e29e77b52b1ddf2af8b5d22607001ec0ffb 266870 
libdate-calc-perl_5.7-1_amd64.deb
Checksums-Sha256: 
 ade6f18a17a8ff71d425ee1b89ec51ca826a2a65e6d6179d863841e48c596dc9 1390 
libdate-calc-perl_5.7-1.dsc
 d9083df4d5392b05e8b277971fb5c1682882bc5b2a6c5615e92a12b1a711abda 205637 
libdate-calc-perl_5.7.orig.tar.gz
 d697bcc1d34d5feffb95e68dbda8932f2368093c309a8cfdc607c23265bf7bc6 4100 
libdate-calc-perl_5.7-1.diff.gz
 88225ed021cf73c24e83021b13fab8fd544159b4b243e64472160215c594c917 266870 
libdate-calc-perl_5.7-1_amd64.deb
Files: 
 48d6bbd9ba5becd84887475ba7b91438 1390 perl optional libdate-calc-perl_5.7-1.dsc
 8660faabe1b24973cea3ef4d907bb480 205637 perl optional 
libdate-calc-perl_5.7.orig.tar.gz
 6f33046c835e8d24876362968b3e2f4e 4100 perl optional 
libdate-calc-perl_5.7-1.diff.gz
 4f021ac2ad62cdd5520bdc2a996a2468 266870 perl optional 
libdate-calc-perl_5.7-1_amd64.deb

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

iEYEARECAAYFAkqTp58ACgkQHqjlqpcl9jt34gCgh22oPcDUXxzPisjHZwjNwBIh
Qk4AoMGpkZV1ZT1Dh4jBLwRu1wAyn/17
=4EeM
-END PGP SIGNATURE-


Accepted:
libdate-calc-perl_5.7-1.diff.gz
  to pool/main/libd/libdate-calc-perl/libdate-calc-perl_5.7-1.diff.gz
libdate-calc-perl_5.7-1.dsc
  to pool/main/libd/libdate-calc-perl/libdate-calc-perl_5.7-1.dsc
libdate-calc-perl_5.7-1_amd64.deb
  to pool/main/libd/libdate-calc-perl/libdate-calc-perl_5.7-1_amd64.deb
libdate-calc-perl_5.7.orig.tar.gz
  to pool/main/libd/libdate-calc-perl/libdate-calc-perl_5.7.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted gtk2-engines-murrine 0.90.3-2 (source amd64)

2009-08-25 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Tue, 25 Aug 2009 12:32:09 +0200
Source: gtk2-engines-murrine
Binary: gtk2-engines-murrine
Architecture: source amd64
Version: 0.90.3-2
Distribution: unstable
Urgency: low
Maintainer: Yves-Alexis Perez cor...@debian.org
Changed-By: Yves-Alexis Perez cor...@debian.org
Description: 
 gtk2-engines-murrine - cairo-based gtk+-2.0 theme engine
Changes: 
 gtk2-engines-murrine (0.90.3-2) unstable; urgency=low
 .
   * debian/rules:
 - use an override instead of binary target so things get run even on
   binary only builds.
   * debian/control:
 - update standards version to 3.8.3.
Checksums-Sha1: 
 3c19132ab17acfeb26efceb3c08f12cb0c2f83fc 1103 gtk2-engines-murrine_0.90.3-2.dsc
 deb1930287ec66a9d6ef37640c82a0f5085c0795 5863 
gtk2-engines-murrine_0.90.3-2.diff.gz
 ab04ead213cfeb4dafa0bece05a6986470e47c51 72904 
gtk2-engines-murrine_0.90.3-2_amd64.deb
Checksums-Sha256: 
 24e2b9218a1a654c85fd9476ff82822ebe1de8837999415c56b0dc489a1cdf08 1103 
gtk2-engines-murrine_0.90.3-2.dsc
 97bc3ebe6db688c5a3587338bff27875d89be4d9e0aa3b38c4f0c2c730862f00 5863 
gtk2-engines-murrine_0.90.3-2.diff.gz
 71be508c534b96c3b99fe38d35169ccbadf9a086040ba069517cad8d0ec31485 72904 
gtk2-engines-murrine_0.90.3-2_amd64.deb
Files: 
 4db61f517beca12d55f7eb6a3351064d 1103 x11 optional 
gtk2-engines-murrine_0.90.3-2.dsc
 55e4df6685734b0da4fab698a58a95bc 5863 x11 optional 
gtk2-engines-murrine_0.90.3-2.diff.gz
 131ef965a607c013be02a3da575f6b2d 72904 x11 optional 
gtk2-engines-murrine_0.90.3-2_amd64.deb

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

iEYEAREDAAYFAkqTvzsACgkQTUTAIMXAW65lhwCfYT7iCYTUNrVVbz+jPSORqOJa
o8cAn0w63da0TNca3mJ81dH68c2vuvP+
=/xAC
-END PGP SIGNATURE-


Accepted:
gtk2-engines-murrine_0.90.3-2.diff.gz
  to pool/main/g/gtk2-engines-murrine/gtk2-engines-murrine_0.90.3-2.diff.gz
gtk2-engines-murrine_0.90.3-2.dsc
  to pool/main/g/gtk2-engines-murrine/gtk2-engines-murrine_0.90.3-2.dsc
gtk2-engines-murrine_0.90.3-2_amd64.deb
  to pool/main/g/gtk2-engines-murrine/gtk2-engines-murrine_0.90.3-2_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted libbit-vector-perl 7.0-1 (source amd64)

2009-08-25 Thread Jonathan Yu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Aug 2009 19:41:59 -0400
Source: libbit-vector-perl
Binary: libbit-vector-perl
Architecture: source amd64
Version: 7.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonathan Yu freque...@cpan.org
Description: 
 libbit-vector-perl - Perl module for bit vectors and more
Changes: 
 libbit-vector-perl (7.0-1) unstable; urgency=low
 .
   * New upstream release
 + Fix GCD2() when used with null-size vectors
   * Remove version dependency on libcarp-clan-perl (we have a
 newer version even in oldstable)
Checksums-Sha1: 
 2d0cba730620ed2161a1c1c1c4cea7b4ba05a772 1407 libbit-vector-perl_7.0-1.dsc
 67b27d433bb38ad3aabd0fc46cae1f0a32a96926 130588 
libbit-vector-perl_7.0.orig.tar.gz
 e2ab1d546614766795097db26ae2cb53948fd249 3207 libbit-vector-perl_7.0-1.diff.gz
 967e1fda186e86116faeec8f78d01927681542c0 178604 
libbit-vector-perl_7.0-1_amd64.deb
Checksums-Sha256: 
 d24c7375b94c01ded0cf5b17e531ed160d057da458a53d68ad4850477fee8767 1407 
libbit-vector-perl_7.0-1.dsc
 e52e793754798230348fa982a15ddbc587485c5d36f5e880add41b8cc462aea3 130588 
libbit-vector-perl_7.0.orig.tar.gz
 2b1584e60afec32db52acb725fc2814d2a9793f376b2cfaf61881ceb76e96561 3207 
libbit-vector-perl_7.0-1.diff.gz
 85562af1e5dc3b6f09706cb444adabf2bc9c8ba63a9b9f03eaaa5436ca3a0dcd 178604 
libbit-vector-perl_7.0-1_amd64.deb
Files: 
 c67b6f520d936347bc3e5130101bfe7a 1407 perl optional 
libbit-vector-perl_7.0-1.dsc
 7b30893a1e6e9fcc47494e256f5bd2a6 130588 perl optional 
libbit-vector-perl_7.0.orig.tar.gz
 964260c4cbedda8d991247f4478ec29c 3207 perl optional 
libbit-vector-perl_7.0-1.diff.gz
 ceab1e4690e68d6cb5b06086238a4781 178604 perl optional 
libbit-vector-perl_7.0-1_amd64.deb

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

iEYEARECAAYFAkqTnyIACgkQHqjlqpcl9jso6wCeJ4x616mDlKntVN8QCXWn3Flq
swgAoLF6YeWao5+W2RrHQVk5zIu2QTiu
=hk3v
-END PGP SIGNATURE-


Accepted:
libbit-vector-perl_7.0-1.diff.gz
  to pool/main/libb/libbit-vector-perl/libbit-vector-perl_7.0-1.diff.gz
libbit-vector-perl_7.0-1.dsc
  to pool/main/libb/libbit-vector-perl/libbit-vector-perl_7.0-1.dsc
libbit-vector-perl_7.0-1_amd64.deb
  to pool/main/libb/libbit-vector-perl/libbit-vector-perl_7.0-1_amd64.deb
libbit-vector-perl_7.0.orig.tar.gz
  to pool/main/libb/libbit-vector-perl/libbit-vector-perl_7.0.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted vile 9.7u-1 (source all amd64)

2009-08-25 Thread Paul van Tilburg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 11:07:24 +0200
Source: vile
Binary: vile-common vile vile-filters xvile
Architecture: source all amd64
Version: 9.7u-1
Distribution: unstable
Urgency: low
Maintainer: Paul van Tilburg pau...@debian.org
Changed-By: Paul van Tilburg pau...@debian.org
Description: 
 vile   - VI Like Emacs - vi work-alike
 vile-common - VI Like Emacs - support files for vile/xvile
 vile-filters - VI Like Emacs - highlighting filters for vile/xvile
 xvile  - VI Like Emacs - vi work-alike (X11)
Changes: 
 vile (9.7u-1) unstable; urgency=low
 .
   * New upstream release.
   * Bumped standards version to 3.8.3; no changes required.
Checksums-Sha1: 
 8c494024ea780a56931629fe144afbb3b99e223e 1087 vile_9.7u-1.dsc
 06cea0b23bf6f8c18c452f2e61e35b9c493e2e58 1861927 vile_9.7u.orig.tar.gz
 4a409152c05d9e6a7283c03f7b224ee82ff4bc72 7969 vile_9.7u-1.diff.gz
 1339cf282964a465aa36370116aa5dc4bfa40f59 556458 vile-common_9.7u-1_all.deb
 78221478ae80913a27f4f55576259069da7544ef 399912 vile_9.7u-1_amd64.deb
 32b7c01ed62d6ae4fa08fd83f92307b84e91c724 537652 vile-filters_9.7u-1_amd64.deb
 678456cf776dfbcd71e34c3e9068ecc1d0b609d7 427176 xvile_9.7u-1_amd64.deb
Checksums-Sha256: 
 8455646af8f5663e9701aba5d5cbea5636bb3f9ac7c0127656a75cd99d6a7a8e 1087 
vile_9.7u-1.dsc
 fe19eaeeb92a27fbc91e5f7574ef218ce06f977a5ea5bf6843a6759da3732167 1861927 
vile_9.7u.orig.tar.gz
 afd3917cc6f64c9870873a20f499d2990766b4c87215ca87b5787f1a3bdecc22 7969 
vile_9.7u-1.diff.gz
 5ba6ef450a729e294db4d7cd6d58aa19a2578b328707792848059f73157322e0 556458 
vile-common_9.7u-1_all.deb
 556980f9bde90f6a49aed43acd0eb690c8bafac804c89d3a05421e63ad42a198 399912 
vile_9.7u-1_amd64.deb
 c843d9cbed3dad8db9e1346edd64b05e82bbd5b2be8f1ab216d1521606bd44b0 537652 
vile-filters_9.7u-1_amd64.deb
 99a0407a4e4142794f6777e806e9339d0daf3a6d71fb51c965d4bf94d8e23544 427176 
xvile_9.7u-1_amd64.deb
Files: 
 1b0445d848600725cf51fce7b62c5351 1087 editors optional vile_9.7u-1.dsc
 9c5072066ca9a7f18e66b55f39eb7dd1 1861927 editors optional vile_9.7u.orig.tar.gz
 fa672c92987e14ee5077cc8a2b64ac01 7969 editors optional vile_9.7u-1.diff.gz
 74b5d6a204913cb7ec6578522cc47cee 556458 editors optional 
vile-common_9.7u-1_all.deb
 591d1d4be588a0f5099fed31f25daa91 399912 editors optional vile_9.7u-1_amd64.deb
 e7336f0cfa094a0ba336065d73c721be 537652 editors optional 
vile-filters_9.7u-1_amd64.deb
 a7529be776c0391d4fc036005c0933ca 427176 editors optional xvile_9.7u-1_amd64.deb

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

iEYEARECAAYFAkqTsO0ACgkQJBBhylAGQYEXeACfXucUZCdMtK+r7m0CQTE8DGMn
0FoAn2y1DmnEdnwGe7iV1H9CGW7Q/hts
=b+7Y
-END PGP SIGNATURE-


Accepted:
vile-common_9.7u-1_all.deb
  to pool/main/v/vile/vile-common_9.7u-1_all.deb
vile-filters_9.7u-1_amd64.deb
  to pool/main/v/vile/vile-filters_9.7u-1_amd64.deb
vile_9.7u-1.diff.gz
  to pool/main/v/vile/vile_9.7u-1.diff.gz
vile_9.7u-1.dsc
  to pool/main/v/vile/vile_9.7u-1.dsc
vile_9.7u-1_amd64.deb
  to pool/main/v/vile/vile_9.7u-1_amd64.deb
vile_9.7u.orig.tar.gz
  to pool/main/v/vile/vile_9.7u.orig.tar.gz
xvile_9.7u-1_amd64.deb
  to pool/main/v/vile/xvile_9.7u-1_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted vmware-view-open-client 3.1.0-169073+dfsg-3 (source i386)

2009-08-25 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 10:55:03 +0200
Source: vmware-view-open-client
Binary: vmware-view-open-client
Architecture: source i386
Version: 3.1.0-169073+dfsg-3
Distribution: unstable
Urgency: low
Maintainer: Debian VMware Maintainers vmw...@lists.debian-maintainers.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 vmware-view-open-client - VMware View Open Client
Changes: 
 vmware-view-open-client (3.1.0-169073+dfsg-3) unstable; urgency=low
 .
   * Updating package to standards version 3.8.3.
   * Updating maintainer field.
   * Updating vcs fields.
Checksums-Sha1: 
 736dc6ae1c954d676e22cd66864395c9a26cd838 1606 
vmware-view-open-client_3.1.0-169073+dfsg-3.dsc
 ed0cb64758dea316c978e620c315368253d0468e 8804 
vmware-view-open-client_3.1.0-169073+dfsg-3.diff.gz
 40e1b8c0ed041ee101b5056985f7fda77dc9d1a0 401370 
vmware-view-open-client_3.1.0-169073+dfsg-3_i386.deb
Checksums-Sha256: 
 04f4b0e8e7f7357f6fa12c9c04cc576d1c40f17adfc85a8e53ba55fc229bd332 1606 
vmware-view-open-client_3.1.0-169073+dfsg-3.dsc
 68ef0440fce8ebab477cd7513417ae6e1701deebf568031c41651d75c990babe 8804 
vmware-view-open-client_3.1.0-169073+dfsg-3.diff.gz
 9a6d4f96fe3ddbfaf0811ba82e8c0074ab96cfcd1a39ef0869485a433d1bd3b7 401370 
vmware-view-open-client_3.1.0-169073+dfsg-3_i386.deb
Files: 
 c492b64f3f59d368b82782b7fb35b4d6 1606 contrib/x11 optional 
vmware-view-open-client_3.1.0-169073+dfsg-3.dsc
 faeda3d1196130c03990647b367152c7 8804 contrib/x11 optional 
vmware-view-open-client_3.1.0-169073+dfsg-3.diff.gz
 70c05d1e207e8c083fde7b7b6f8b4f28 401370 contrib/x11 optional 
vmware-view-open-client_3.1.0-169073+dfsg-3_i386.deb

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

iEYEARECAAYFAkqTp2YACgkQ+C5cwEsrK55k1wCgy/2t2UqMo5K+thyeao+KQzfo
NRsAnjkM1IlcRvSb6+dzlBZtw+Jhp2m8
=4/8K
-END PGP SIGNATURE-


Accepted:
vmware-view-open-client_3.1.0-169073+dfsg-3.diff.gz
  to 
pool/contrib/v/vmware-view-open-client/vmware-view-open-client_3.1.0-169073+dfsg-3.diff.gz
vmware-view-open-client_3.1.0-169073+dfsg-3.dsc
  to 
pool/contrib/v/vmware-view-open-client/vmware-view-open-client_3.1.0-169073+dfsg-3.dsc
vmware-view-open-client_3.1.0-169073+dfsg-3_i386.deb
  to 
pool/contrib/v/vmware-view-open-client/vmware-view-open-client_3.1.0-169073+dfsg-3_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted winff 1.0.4-2 (source amd64)

2009-08-25 Thread Paul Gevers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 21 Aug 2009 21:51:22 +0200
Source: winff
Binary: winff
Architecture: source amd64
Version: 1.0.4-2
Distribution: unstable
Urgency: low
Maintainer: Paul Gevers p...@climbing.nl
Changed-By: Paul Gevers p...@climbing.nl
Description: 
 winff  - graphical video and audio batch converter using ffmpeg
Closes: 541168
Changes: 
 winff (1.0.4-2) unstable; urgency=low
 .
   * Bumped policy version to 3.8.3 (no changes needed)
   * Added patch system (dpatch)
   * Fix/improve lanquage support:
 - Added language from upstream forum: Simplified Chinese
 - Patch language files with upstream changes
   (debian/patches/10_update_languages.dpatch)
 - Rename winff.zh.po to winff.zh_TW.po because added zh_CN
 - Rename winff.pb.po to winff.pt_BR.po because pb is unknown
 - Rename winff.po to winff.en.po (and don't create soft-link)
   * Update copyright where appropriate (several translators transfered
 copyright to upstream.)
   * Add breaks shared-mime-info ( 0.40) to control because we use
 generic-icon in mime file (Closes: #541168)
Checksums-Sha1: 
 4f45adff351e52a612c2e7660d2f4f7dd5c68eab 1191 winff_1.0.4-2.dsc
 118fa7eddc4b40d4dd4f66bfcd14c7d8e4524ea1 18877 winff_1.0.4-2.diff.gz
 cad1e84ca118ff17e743ac6e4e3968eea3725d40 2229068 winff_1.0.4-2_amd64.deb
Checksums-Sha256: 
 0ba0f73b9f159692f2a5293c7e30f6075495c4c670772e34c32f9eb066908184 1191 
winff_1.0.4-2.dsc
 dbb8e9ed5f6bc69f521bdc504c86ef2cbc72d1167df7b8cb440f81787a7478e4 18877 
winff_1.0.4-2.diff.gz
 eaad7cc9d5977e9426de22658e9361a15303c33e2ce063bf73398be25d09d4d8 2229068 
winff_1.0.4-2_amd64.deb
Files: 
 08a96293c665d131310f199154eb68ff 1191 video extra winff_1.0.4-2.dsc
 7292934a4c39aa2c6ec9aac0645d2577 18877 video extra winff_1.0.4-2.diff.gz
 4508cd712d9c3bba4db02ef664f14279 2229068 video extra winff_1.0.4-2_amd64.deb

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

iEYEARECAAYFAkqTrjEACgkQ3DVS6DbnVgTUAwCg2Ea/9Bmaa3GPCGgQBgQHz50K
fj8AnAjzPdKD5zP5X8Ebw1t6Cyk+L5R3
=Xd6+
-END PGP SIGNATURE-


Accepted:
winff_1.0.4-2.diff.gz
  to pool/main/w/winff/winff_1.0.4-2.diff.gz
winff_1.0.4-2.dsc
  to pool/main/w/winff/winff_1.0.4-2.dsc
winff_1.0.4-2_amd64.deb
  to pool/main/w/winff/winff_1.0.4-2_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted libgenome 1.3.1-2 (source i386)

2009-08-25 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 09:36:06 +0200
Source: libgenome
Binary: libgenome-1.3-0-dev libgenome-1.3-0
Architecture: source i386
Version: 1.3.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian-Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description: 
 libgenome-1.3-0 - toolkit for developing bioinformatic related software
 libgenome-1.3-0-dev - toolkit for developing bioinformatic related software
Changes: 
 libgenome (1.3.1-2) unstable; urgency=low
 .
   * Stop using d-shlibs hack which was intended to prevent dependency
 from g++-4.1 lib.  The dependency is *really* stupid but the hack
 was intended to be temporary and no really good solution.
   * Standards-Version: 3.8.3 (no changes needed)
   * Removed quilt Build-Depends
   * Added missing ${misc:Depends}
   * Remove *.la file according to
 http://lists.debian.org/debian-devel/2009/08/msg00783.html
 This has to be done manually until d-shlibmove stops moving this
 file (bug against d-shlibs just filed)
   * Debhelper 7
Checksums-Sha1: 
 8bd0cdc7a47f3110a690e4d61c28a6d58545c22e 1389 libgenome_1.3.1-2.dsc
 2dcebf669d20cad68d0b8a2f7d593115f290d593 3463 libgenome_1.3.1-2.diff.gz
 8e4c4c49257b0677a9e629e2a188d72396143ad6 271284 
libgenome-1.3-0-dev_1.3.1-2_i386.deb
 709b2d8fdb18e7d74862e7bb17cd99009d7f4142 155980 
libgenome-1.3-0_1.3.1-2_i386.deb
Checksums-Sha256: 
 a342c150331152d182c96c6383ca0f71a99911b4757eecb3d9e837c6726bc32a 1389 
libgenome_1.3.1-2.dsc
 4687fa8c392f74047414a4b21b32cafe2441d9fcd3f5e49a07d64b2819bbe3fd 3463 
libgenome_1.3.1-2.diff.gz
 1f4e32c9c694a47c525c5c08b1436e9fb6f08abb7304a744d7f2659a04b78a1d 271284 
libgenome-1.3-0-dev_1.3.1-2_i386.deb
 d7b5c2f86cf504cc9258cacc33a792d3fde98f1dc6be4f527c9b3189d7aaccd2 155980 
libgenome-1.3-0_1.3.1-2_i386.deb
Files: 
 e55842be650b60b569b323accb82e1fe 1389 libs optional libgenome_1.3.1-2.dsc
 a087a6fc20e54d42122f459471180034 3463 libs optional libgenome_1.3.1-2.diff.gz
 b43f5f97b3e2ff1aa3b4d16c433f73e9 271284 libdevel optional 
libgenome-1.3-0-dev_1.3.1-2_i386.deb
 e1225181b85f83257364c1c10dbd718f 155980 libs optional 
libgenome-1.3-0_1.3.1-2_i386.deb

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

iD8DBQFKk7S9YDBbMcCf01oRAvxTAJwJpE7SYu/3/sgoHd04fLsA+L76ZwCdFtGs
g3dH4BNSg604OTwoWNJUP5Q=
=EHDF
-END PGP SIGNATURE-


Accepted:
libgenome-1.3-0-dev_1.3.1-2_i386.deb
  to pool/main/libg/libgenome/libgenome-1.3-0-dev_1.3.1-2_i386.deb
libgenome-1.3-0_1.3.1-2_i386.deb
  to pool/main/libg/libgenome/libgenome-1.3-0_1.3.1-2_i386.deb
libgenome_1.3.1-2.diff.gz
  to pool/main/libg/libgenome/libgenome_1.3.1-2.diff.gz
libgenome_1.3.1-2.dsc
  to pool/main/libg/libgenome/libgenome_1.3.1-2.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted open-vm-tools 2009.08.24-187411-1 (source i386 all)

2009-08-25 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 10:35:29 +0200
Source: open-vm-tools
Binary: open-vm-tools open-vm-toolbox open-vm-tools-dbg open-vm-source
Architecture: source i386 all
Version: 2009.08.24-187411-1
Distribution: unstable
Urgency: low
Maintainer: Debian VMware Maintainers vmw...@lists.debian-maintainers.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 open-vm-source - Source for VMware guest systems driver
 open-vm-toolbox - tools and components for VMware guest systems (GUI tools)
 open-vm-tools - tools and components for VMware guest systems (CLI tools)
 open-vm-tools-dbg - tools and components for VMware guest systems (debug)
Changes: 
 open-vm-tools (2009.08.24-187411-1) unstable; urgency=low
 .
   * Merging upstream version 2009.08.24-187411.
   * Updating maintainer field.
   * Updating vcs fields.
   * Updating package to standards version 3.8.3.
Checksums-Sha1: 
 516f227c7e23152e347550cf22cac92d63b2dd2a 1632 
open-vm-tools_2009.08.24-187411-1.dsc
 8749f71ea02767e2ea04ac0f66762b5cdc1398dc 3516336 
open-vm-tools_2009.08.24-187411.orig.tar.gz
 76e3d22044e7b23c39de6e59049d3512ec48e283 16879 
open-vm-tools_2009.08.24-187411-1.diff.gz
 0fe20a5019306e882f0e5efdd5806ff122838635 707506 
open-vm-tools_2009.08.24-187411-1_i386.deb
 de7b0dff8a35466e101113abcdb7b66d1ae3ae80 503136 
open-vm-toolbox_2009.08.24-187411-1_i386.deb
 4981050513b6431aab9d5084540a287833e97b49 2360160 
open-vm-tools-dbg_2009.08.24-187411-1_i386.deb
 b966045415d701bc32cdaedc9e13c278cb049ad4 915738 
open-vm-source_2009.08.24-187411-1_all.deb
Checksums-Sha256: 
 1d8ecc6b73ea9819c0f579df6f451fcd81034bfbabfe593ef3111c26f2344380 1632 
open-vm-tools_2009.08.24-187411-1.dsc
 703544111a7c01adfc7c4d81f0d9c783a5d56edff40c0eb5f32410390357f6f5 3516336 
open-vm-tools_2009.08.24-187411.orig.tar.gz
 b4ddfc2b7190e3628196f6afa2c80e68610f795815db352828049f3b4ae7732c 16879 
open-vm-tools_2009.08.24-187411-1.diff.gz
 dee2b5e5ef5e975e4c043156823ab48007dbbcc6a256f02f7d10cc486cf90c30 707506 
open-vm-tools_2009.08.24-187411-1_i386.deb
 4cb6efab4cc069cf4b14b7d50cb06a55b8e2aa9bc6b0223c38c4842d17fe08a1 503136 
open-vm-toolbox_2009.08.24-187411-1_i386.deb
 7fe4233294b827d59b23f627594efe941f75cff2eb06f46c925de1a0caeaa465 2360160 
open-vm-tools-dbg_2009.08.24-187411-1_i386.deb
 523583864782fa8e20457d5d98101f5337b12fa0776648e857ca75175576eb54 915738 
open-vm-source_2009.08.24-187411-1_all.deb
Files: 
 d09c6579833c5c6dbdf1f5a6117ac7a8 1632 contrib/admin extra 
open-vm-tools_2009.08.24-187411-1.dsc
 2a06d8dead5de0fc70e9292b2989fcbf 3516336 contrib/admin extra 
open-vm-tools_2009.08.24-187411.orig.tar.gz
 8b1a35977c6f0aae7e3ad5dfd54fc4bf 16879 contrib/admin extra 
open-vm-tools_2009.08.24-187411-1.diff.gz
 f253768f49c5dbc6d7bad439abcde975 707506 contrib/admin extra 
open-vm-tools_2009.08.24-187411-1_i386.deb
 8afebd3763b88323298fe8113760a5fc 503136 contrib/admin extra 
open-vm-toolbox_2009.08.24-187411-1_i386.deb
 52a2e6c4fc094fcae5ef74d1685d30e9 2360160 contrib/debug extra 
open-vm-tools-dbg_2009.08.24-187411-1_i386.deb
 de911eca44f3cb220748691ab5d5e456 915738 contrib/admin extra 
open-vm-source_2009.08.24-187411-1_all.deb

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

iEYEARECAAYFAkqTo+cACgkQ+C5cwEsrK565wgCggwnFHpSz7Wjcckiw1l9AsIkA
S6MAmQEsxQSjcv2yet9FHTHBu2mPas1d
=qfQu
-END PGP SIGNATURE-


Accepted:
open-vm-source_2009.08.24-187411-1_all.deb
  to pool/contrib/o/open-vm-tools/open-vm-source_2009.08.24-187411-1_all.deb
open-vm-toolbox_2009.08.24-187411-1_i386.deb
  to pool/contrib/o/open-vm-tools/open-vm-toolbox_2009.08.24-187411-1_i386.deb
open-vm-tools-dbg_2009.08.24-187411-1_i386.deb
  to pool/contrib/o/open-vm-tools/open-vm-tools-dbg_2009.08.24-187411-1_i386.deb
open-vm-tools_2009.08.24-187411-1.diff.gz
  to pool/contrib/o/open-vm-tools/open-vm-tools_2009.08.24-187411-1.diff.gz
open-vm-tools_2009.08.24-187411-1.dsc
  to pool/contrib/o/open-vm-tools/open-vm-tools_2009.08.24-187411-1.dsc
open-vm-tools_2009.08.24-187411-1_i386.deb
  to pool/contrib/o/open-vm-tools/open-vm-tools_2009.08.24-187411-1_i386.deb
open-vm-tools_2009.08.24-187411.orig.tar.gz
  to pool/contrib/o/open-vm-tools/open-vm-tools_2009.08.24-187411.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted libjna-java 3.1.0-4 (source i386 all)

2009-08-25 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 11:41:51 +0200
Source: libjna-java
Binary: libjna-java libjna-java-doc
Architecture: source i386 all
Version: 3.1.0-4
Distribution: unstable
Urgency: low
Maintainer: Debian NetBeans Maintainers netbe...@lists.debian-maintainers.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 libjna-java - Dynamic access of native libraries from Java without JNI
 libjna-java-doc - Dynamic access of native libraries from Java without JNI 
(documen
Closes: 538624
Changes: 
 libjna-java (3.1.0-4) unstable; urgency=low
 .
   * Rediffing nbproject.patch (Closes: #538624).
   * Updating to standards version 3.8.3.
   * Adding maintainer homepage field to control.
   * Marking maintainer homepage field to be also included in binary
 packages and changelog.
   * Adding README.source.
Checksums-Sha1: 
 bed2518affed0eb950b3cc35bff2af12fd974ada 1448 libjna-java_3.1.0-4.dsc
 b238a8ede7cb2d125bc5dbcf72b40d6b2c53b4d0 4928 libjna-java_3.1.0-4.diff.gz
 5714a9905e7513920cf5cb9cc886407ad6a3edf0 130916 libjna-java_3.1.0-4_i386.deb
 808067691f0ed2daa6328baa348fce9a8f93a25c 388160 libjna-java-doc_3.1.0-4_all.deb
Checksums-Sha256: 
 a658eef2a8bcaacce60a9fa1427fde827f07f8a6dae1fd0a16cb2b50d5a32832 1448 
libjna-java_3.1.0-4.dsc
 66b37d812797525ac993f8b52ba4715e0bd7a149e522409746db36d4766a386c 4928 
libjna-java_3.1.0-4.diff.gz
 272e062fb5d0b66b8f87905c6605da93ba45d37ea83cb8be8f1eae8ac96f6566 130916 
libjna-java_3.1.0-4_i386.deb
 54ffef2d6cfa100c8101fccfe4bef8c8d15065ca9cd7d22d7e3e48835f21fcea 388160 
libjna-java-doc_3.1.0-4_all.deb
Files: 
 4e8d8013b10982b21f10289346fd4c9d 1448 java optional libjna-java_3.1.0-4.dsc
 1628d3f43ff57116c491873a7c847de1 4928 java optional libjna-java_3.1.0-4.diff.gz
 4e650c9b19f615ec8ca2a94a7982d75f 130916 java optional 
libjna-java_3.1.0-4_i386.deb
 85a75ba3be79c3b40fcbb11ca6f63115 388160 doc optional 
libjna-java-doc_3.1.0-4_all.deb
Maintainer-Homepage: http://netbeans.debian-maintainers.org/

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

iEYEARECAAYFAkqTsnUACgkQ+C5cwEsrK54ddwCghXgd/G3f/nYVIX/NE93MGHgN
gEIAnjhbJRekqvEfR4FaIOAIlKxuTl2O
=Owg1
-END PGP SIGNATURE-


Accepted:
libjna-java-doc_3.1.0-4_all.deb
  to pool/main/libj/libjna-java/libjna-java-doc_3.1.0-4_all.deb
libjna-java_3.1.0-4.diff.gz
  to pool/main/libj/libjna-java/libjna-java_3.1.0-4.diff.gz
libjna-java_3.1.0-4.dsc
  to pool/main/libj/libjna-java/libjna-java_3.1.0-4.dsc
libjna-java_3.1.0-4_i386.deb
  to pool/main/libj/libjna-java/libjna-java_3.1.0-4_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted squeeze 0.2.3-7 (source amd64)

2009-08-25 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Tue, 25 Aug 2009 10:56:26 +0200
Source: squeeze
Binary: squeeze
Architecture: source amd64
Version: 0.2.3-7
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez cor...@debian.org
Description: 
 squeeze- modern and advanced archive manager for Xfce
Changes: 
 squeeze (0.2.3-7) unstable; urgency=low
 .
   * debian/watch really included this time.
Checksums-Sha1: 
 8f02ba01afd692d4ff879306f6617a75e9463b2c 1336 squeeze_0.2.3-7.dsc
 12d0a827ef31aae70affc44c5c4e68748dd707d0 2379 squeeze_0.2.3-7.diff.gz
 04156c1909b5b17fcfb9e4610ee408799b9d73c7 178868 squeeze_0.2.3-7_amd64.deb
Checksums-Sha256: 
 77d79e14c230c16dd96fbd0750237fb75b64a0487e85b27393b04397369edc0f 1336 
squeeze_0.2.3-7.dsc
 9fe170e97755a0bad2eba3cd93b1fee627fd89d6aa2887713727064087099cc0 2379 
squeeze_0.2.3-7.diff.gz
 2364d4586c2eacc3dc069e4433ec7855830a6c61f86130b62179a2c956e8ecd5 178868 
squeeze_0.2.3-7_amd64.deb
Files: 
 eebe92a7569cef892e3027eb9c8749c2 1336 x11 optional squeeze_0.2.3-7.dsc
 9eb723995802196c6bcff679c5ab16d6 2379 x11 optional squeeze_0.2.3-7.diff.gz
 1dcea519af88ff47408328310b3d4fed 178868 x11 optional squeeze_0.2.3-7_amd64.deb

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

iEYEAREDAAYFAkqTqBgACgkQTUTAIMXAW666TACfdZaeyr2CJD70a/w9t6j606pw
CbkAn2mW2GYpIWERxQlr5atEQhj4jiBL
=5ioc
-END PGP SIGNATURE-


Accepted:
squeeze_0.2.3-7.diff.gz
  to pool/main/s/squeeze/squeeze_0.2.3-7.diff.gz
squeeze_0.2.3-7.dsc
  to pool/main/s/squeeze/squeeze_0.2.3-7.dsc
squeeze_0.2.3-7_amd64.deb
  to pool/main/s/squeeze/squeeze_0.2.3-7_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted tinymce 3.2.6-1 (source all)

2009-08-25 Thread Frank Habermann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 25 Aug 2009 22:24:00 +0200
Source: tinymce
Binary: tinymce
Architecture: source all
Version: 3.2.6-1
Distribution: unstable
Urgency: low
Maintainer: Frank Habermann lordla...@lordlamer.de
Changed-By: Frank Habermann lordla...@lordlamer.de
Description: 
 tinymce- platform independent web based Javascript/HTML WYSIWYG editor
Closes: 543224
Changes: 
 tinymce (3.2.6-1) unstable; urgency=low
 .
   * New maintainer, taking over package from Debian Webapps Team
   * changed Standards-Version to 3.8.2
   * changed link to copyrights in copyright file
   * changed postinst and rules that set forbidden rights to others than
 root:root in /usr/share (Closes: #543224)
Checksums-Sha1: 
 acffb0f73916e66bb20b859ba0608682b9c854d2 948 tinymce_3.2.6-1.dsc
 a84fc2a4e746be3d998bfdf7cdf45f9c15d3b5ca 3503 tinymce_3.2.6-1.diff.gz
 713a24891842d06dec88e19e922b35e740111716 443796 tinymce_3.2.6-1_all.deb
Checksums-Sha256: 
 f428762547e000151466a24861788dba73566fbc64ebd8d030e6eba980e51ea6 948 
tinymce_3.2.6-1.dsc
 55b6c44291a1c59c607e4c73e84ddbaac2c5676e71542b714db1f0ef0b083d38 3503 
tinymce_3.2.6-1.diff.gz
 206b6bf6dce51abd00f1e301950091a97991184f0f97e7ee0e90c823dc117973 443796 
tinymce_3.2.6-1_all.deb
Files: 
 6066511277154bde81e0be9734dea00f 948 web optional tinymce_3.2.6-1.dsc
 46766dbf18099e71c3b87f4f6db1a513 3503 web optional tinymce_3.2.6-1.diff.gz
 1eb14d9e58b7744d2596d30b8289ed80 443796 web optional tinymce_3.2.6-1_all.deb

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

iEYEARECAAYFAkqTxAcACgkQ+C5cwEsrK553xQCgklhL5Q/lOdvqCXmOQaVKeveS
qlgAn0KDEZozSXRTqiITAs9PmCbeOwAe
=Kphq
-END PGP SIGNATURE-


Accepted:
tinymce_3.2.6-1.diff.gz
  to pool/main/t/tinymce/tinymce_3.2.6-1.diff.gz
tinymce_3.2.6-1.dsc
  to pool/main/t/tinymce/tinymce_3.2.6-1.dsc
tinymce_3.2.6-1_all.deb
  to pool/main/t/tinymce/tinymce_3.2.6-1_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted debdelta 0.31 (source i386)

2009-08-25 Thread A Mennucc1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 21 Aug 2009 11:08:20 +0200
Source: debdelta
Binary: debdelta
Architecture: source i386
Version: 0.31
Distribution: unstable
Urgency: low
Maintainer: A Mennucc1 mennu...@debian.org
Changed-By: A Mennucc1 mennu...@debian.org
Description: 
 debdelta   - diff and patch utilities which work with Debian packages
Changes: 
 debdelta (0.31) unstable; urgency=low
 .
   * Add GPG signatures (YAY!!)
   * Update man pages to explain how to use signatures.
   * Add a README.upgrade document in /usr/share/doc/debdelta
   * Copy some useful stuff from contrib/ in /usr/share/debdelta :
  dpkg-sig : a version of dpkg-sig, patched to support
 debdelta signatures
  debmirror-delta-security : an example script to create deltas
 to upgrade from stable to stable-security
  debpatch.sh : a simple script that explains how debpatch works
   * Rearrange debian/rules
   * Correct some bugs in lzma support, but more testing is needed
   * debdelta : correct bug when the old deb contains data.tar.XX
 the new one contains  data.tar.YY and XX != YY
Checksums-Sha1: 
 9a960931ef656a7b6c3d606260e61032cf7f0487 703 debdelta_0.31.dsc
 6e80a457d6161cbb9aa7baee323e4885a6e15138 160728 debdelta_0.31.tar.gz
 a64e215e5780be9607596766b3b608c5b48ed591 72020 debdelta_0.31_i386.deb
Checksums-Sha256: 
 c99132398bc81d43e87cc19e1f9d7677e9cf103ed46a8bbd250c2386a8533c32 703 
debdelta_0.31.dsc
 7996104d0a02ec793a71c8a1b780860998cecc5966ae8e56f8312e59c60b8d0b 160728 
debdelta_0.31.tar.gz
 5d134006314ed7224ac17a9427958a52b8dbe98c8e3d6250b265142fd39f4d45 72020 
debdelta_0.31_i386.deb
Files: 
 702444f7ab8c6a6b57f127772e44335e 703 devel optional debdelta_0.31.dsc
 79d53c45081cf460ce49934659672a74 160728 devel optional debdelta_0.31.tar.gz
 04760c943cccb623f385ed1e9e132846 72020 devel optional debdelta_0.31_i386.deb

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

iEYEARECAAYFAkqTx4kACgkQ9B/tjjP8QKTDBQCdHFZWP2KhKGdfFi131kRsx0kc
lx4AoJjNGQayVFfi692/ybSxk/9yktkn
=Olva
-END PGP SIGNATURE-


Accepted:
debdelta_0.31.dsc
  to pool/main/d/debdelta/debdelta_0.31.dsc
debdelta_0.31.tar.gz
  to pool/main/d/debdelta/debdelta_0.31.tar.gz
debdelta_0.31_i386.deb
  to pool/main/d/debdelta/debdelta_0.31_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted reiser4progs 1.0.7-4 (source amd64)

2009-08-25 Thread Felix Zielcke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 25 Aug 2009 12:50:33 +0200
Source: reiser4progs
Binary: reiser4progs reiser4progs-udeb mkreiser4-udeb libreiser4-dev
Architecture: source amd64
Version: 1.0.7-4
Distribution: unstable
Urgency: low
Maintainer: Felix Zielcke fziel...@z-51.de
Changed-By: Felix Zielcke fziel...@z-51.de
Description: 
 libreiser4-dev - Reiser4's filesystem access and manipulation library
 mkreiser4-udeb - user-level tool to make Reiser4 filesystems (udeb)
 reiser4progs - administration utilities for the Reiser4 filesystem
 reiser4progs-udeb - user-level tools to manage Reiser4 filesystems (udeb)
Changes: 
 reiser4progs (1.0.7-4) unstable; urgency=low
 .
   * Remove libaal.la, libaal-minimal.la and librepair.la from libreiser4-dev.
   * Update Standards-Version to 3.8.3.
   * Really remove the Suggests: kernel-patch-2.6-reiser4.
Checksums-Sha1: 
 7931bdfcbaa2b1c4e88d9c8194add879373af83c 1466 reiser4progs_1.0.7-4.dsc
 0d3df66019ba1037353533eaf897e7861a5e8210 6761 reiser4progs_1.0.7-4.diff.gz
 7256ab3f843e271ef0c90b4f5e2048a2f72e0aae 535366 reiser4progs_1.0.7-4_amd64.deb
 2caca8f56d0674cd302e3ea827890addd9149c13 279658 
reiser4progs-udeb_1.0.7-4_amd64.udeb
 27bd2492d1369ee49d1fd5c3eadacf6bc002ca19 118194 
mkreiser4-udeb_1.0.7-4_amd64.udeb
 ec1561987eccdac1b79b8ab504821c78db3aba5f 272798 
libreiser4-dev_1.0.7-4_amd64.deb
Checksums-Sha256: 
 e857789de9007f015f475fc7ce57cfc4618836e79469381b174371f5b3a656cd 1466 
reiser4progs_1.0.7-4.dsc
 83a374201214171d1afb7d21733a16f75080407b0b272f9a7d42220d7e997843 6761 
reiser4progs_1.0.7-4.diff.gz
 de715a42a6a52b7aa383c1037d0f445cc45e021707c8664027ed4cd8fc2482d5 535366 
reiser4progs_1.0.7-4_amd64.deb
 40464aa100f32f42bb383a12d5783b7b9809d80e80a5088eb024c1342626e2a6 279658 
reiser4progs-udeb_1.0.7-4_amd64.udeb
 af8bda8732f52864220de58aafd3fda72c23bd3410fea97a7a3a07ac9d6b67ca 118194 
mkreiser4-udeb_1.0.7-4_amd64.udeb
 1c1538c4662e13d184bb44d4875797a7e2c26963b9d1eac8a1d1d3680db8d548 272798 
libreiser4-dev_1.0.7-4_amd64.deb
Files: 
 3fb127b3a0bd59e61b5898fd9d348328 1466 admin optional reiser4progs_1.0.7-4.dsc
 de8d7f10c0441a67db85af3a47c27845 6761 admin optional 
reiser4progs_1.0.7-4.diff.gz
 63629b9ab1925a4bed8ceee92cb9a929 535366 admin optional 
reiser4progs_1.0.7-4_amd64.deb
 205a7910a666f12ccfce676caa264fa2 279658 debian-installer optional 
reiser4progs-udeb_1.0.7-4_amd64.udeb
 5db98b25faaaba4b92f83abd6ba35571 118194 debian-installer optional 
mkreiser4-udeb_1.0.7-4_amd64.udeb
 fe09e5f5182a0f76283ca966bfd4fb7a 272798 libdevel extra 
libreiser4-dev_1.0.7-4_amd64.deb
Package-Type: udeb

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

iQEcBAEBCAAGBQJKk8O1AAoJEH84BcfYL7nI2ksIAL7Ou7Mu7iaUhip1Q5PsYWyx
DaCsTZMTEOB/2YhrPXPwfdIU56QqgJFmOUEgqVKfFuVWKUV5LTdEhn1an8WpjvBt
ReeAGzCb20NdNdIz/TrFlVea8s3zzcSFmmGpxJBoPnu2riLc5rGVK7vOt3XZaSSz
il1/rQanSxFCHiEBqtuGgz4yTxpgWhqekSuWpQQqJT/rUjeCFcp1ZDBRv6sr86c+
TYWkW1083V7vEfnX+P56czQqcrqpJ4m/9AYb/cHviRi02xR0JnXiO+W9vQTEDxzT
vfaTSlcEvo9fe757EuMqcyrEgRv715YOK2+OxnK93Ruqa4I1EYsBYpSrCrZ6MZg=
=cnOD
-END PGP SIGNATURE-


Accepted:
libreiser4-dev_1.0.7-4_amd64.deb
  to pool/main/r/reiser4progs/libreiser4-dev_1.0.7-4_amd64.deb
mkreiser4-udeb_1.0.7-4_amd64.udeb
  to pool/main/r/reiser4progs/mkreiser4-udeb_1.0.7-4_amd64.udeb
reiser4progs-udeb_1.0.7-4_amd64.udeb
  to pool/main/r/reiser4progs/reiser4progs-udeb_1.0.7-4_amd64.udeb
reiser4progs_1.0.7-4.diff.gz
  to pool/main/r/reiser4progs/reiser4progs_1.0.7-4.diff.gz
reiser4progs_1.0.7-4.dsc
  to pool/main/r/reiser4progs/reiser4progs_1.0.7-4.dsc
reiser4progs_1.0.7-4_amd64.deb
  to pool/main/r/reiser4progs/reiser4progs_1.0.7-4_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted ibus-anthy 1.2.0.20090813-2 (source i386)

2009-08-25 Thread LI Daobing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 19:19:26 +0800
Source: ibus-anthy
Binary: ibus-anthy
Architecture: source i386
Version: 1.2.0.20090813-2
Distribution: unstable
Urgency: low
Maintainer: LI Daobing lidaob...@debian.org
Changed-By: LI Daobing lidaob...@debian.org
Description: 
 ibus-anthy - anthy engine for IBus
Changes: 
 ibus-anthy (1.2.0.20090813-2) unstable; urgency=low
 .
   [ Loïc Minier ]
   * Drop useless CROSS logic in rules; build uses dh_auto_configure.
   * Drop /usr/share/misc/config.{sub,.guess} conditionals since these are
 always present (thanks to autotools-dev bdep).
   * Drop bogus ibus-anthy.lintian-overrides since the binary truly lacks a
 manpage.
   * Pass -s to dh_* in binary-arch.
   * Drop non-existent clean0 from .PHONY.
   * Cleanup rules droppping boilerplate comments and superfluous whitespace.
   * Add XS-Python-Version/XB-Python-Version: fields.
   * Version the python-dev bdep to = 2.5.
   * Drop useless autoconf, automake, and libtool bdeps.
   * Update pot file during build; bdep on intltool.
 .
   [ LI Daobing ]
   * debian/control: bump standards version to 3.8.3.
Checksums-Sha1: 
 7c0a8ac81dc0fbfeea1e8d7c6b0964c813c46a45 1291 ibus-anthy_1.2.0.20090813-2.dsc
 4cbed1b4c17df0bb985caa9a76758f43faab80eb 2430 
ibus-anthy_1.2.0.20090813-2.diff.gz
 a4016766ab926db78e1f934ddde15629500eb189 53160 
ibus-anthy_1.2.0.20090813-2_i386.deb
Checksums-Sha256: 
 45ebfb65fe0d841a02f2146aae4e57f1bec14e1496f4f980612d38c9c3fa8a92 1291 
ibus-anthy_1.2.0.20090813-2.dsc
 a367c7b3cb0c2727a42cea3765e89fc440cec3290d0b9e71b16daf57122a49f0 2430 
ibus-anthy_1.2.0.20090813-2.diff.gz
 c5f9678eb1a92c04080ee896c69b83d57d0c5ef43dcc4d9392c9b72d4939b7e3 53160 
ibus-anthy_1.2.0.20090813-2_i386.deb
Files: 
 600f0804b0beb6645f83e5203238a2ba 1291 utils optional 
ibus-anthy_1.2.0.20090813-2.dsc
 de73aab9bb44ae3d2ccc4caa4aff92c8 2430 utils optional 
ibus-anthy_1.2.0.20090813-2.diff.gz
 1d607f8079d74890c34e4439cdf55a20 53160 utils optional 
ibus-anthy_1.2.0.20090813-2_i386.deb

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

iEYEARECAAYFAkqTyvEACgkQ5TUK4GCH0vi36ACgn1FA2cAxjf1hUP9prNCGs5+f
mRQAnRGvQDKRNGwVx2yRDagjNYpqHrT/
=jkpK
-END PGP SIGNATURE-


Accepted:
ibus-anthy_1.2.0.20090813-2.diff.gz
  to pool/main/i/ibus-anthy/ibus-anthy_1.2.0.20090813-2.diff.gz
ibus-anthy_1.2.0.20090813-2.dsc
  to pool/main/i/ibus-anthy/ibus-anthy_1.2.0.20090813-2.dsc
ibus-anthy_1.2.0.20090813-2_i386.deb
  to pool/main/i/ibus-anthy/ibus-anthy_1.2.0.20090813-2_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted ibus-hangul 1.2.0.20090617-2 (source i386)

2009-08-25 Thread LI Daobing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 19:36:06 +0800
Source: ibus-hangul
Binary: ibus-hangul
Architecture: source i386
Version: 1.2.0.20090617-2
Distribution: unstable
Urgency: low
Maintainer: LI Daobing lidaob...@debian.org
Changed-By: LI Daobing lidaob...@debian.org
Description: 
 ibus-hangul - Hangul engine for IBus
Changes: 
 ibus-hangul (1.2.0.20090617-2) unstable; urgency=low
 .
   [ LI Daobing ]
   * debian/control:
 - build-depends: libhangul-dev = 0.0.9
 - bump standards version to 3.8.3
 .
   [ Loïc Minier ]
   * Drop useless CROSS logic in rules; build uses dh_auto_configure.
   * Drop /usr/share/misc/config.{sub,.guess} conditionals since these are
 always present (thanks to autotools-dev bdep).
   * Pass -s to dh_* in binary-arch.
   * Cleanup rules droppping boilerplate comments and superfluous whitespace.
   * Add XS-Python-Version/XB-Python-Version: fields.
   * Version the python-dev bdep to = 2.5.
   * Update pot file during build; bdep on intltool.
Checksums-Sha1: 
 f8744fc585254de99a39777de9c75c8c1294c17b 1337 ibus-hangul_1.2.0.20090617-2.dsc
 bb736758ef90c947ac0c03ef2eedc468c0d68c77 2415 
ibus-hangul_1.2.0.20090617-2.diff.gz
 95014b9de37a4b38fc4adea66639c6580edc737e 20974 
ibus-hangul_1.2.0.20090617-2_i386.deb
Checksums-Sha256: 
 dd998a440998bdfd0e696cf30731a9c85c4ab4ff384b02314e152c9cec61a5f7 1337 
ibus-hangul_1.2.0.20090617-2.dsc
 48bcf3fab3a9720bf9e923a8456c967cfa621c5389254654e6a13029520bf16b 2415 
ibus-hangul_1.2.0.20090617-2.diff.gz
 ef7ca7badef005c5bf997636711d5b4f738ebeac90cdf01c15ded18ad62b5646 20974 
ibus-hangul_1.2.0.20090617-2_i386.deb
Files: 
 cca234f4dd371f0f78eb22f50a04fbaf 1337 utils optional 
ibus-hangul_1.2.0.20090617-2.dsc
 548b1546616a638b8abeb97f37c54d69 2415 utils optional 
ibus-hangul_1.2.0.20090617-2.diff.gz
 878baeea24ff7f93a2382693ede39060 20974 utils optional 
ibus-hangul_1.2.0.20090617-2_i386.deb

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

iEYEARECAAYFAkqTzTMACgkQ5TUK4GCH0vi23QCfdZowisKZlfL3JrS4cNlx2pdt
eEgAnRy6d0KvuQI/SVUut4U9I8obqTxI
=9Mk7
-END PGP SIGNATURE-


Accepted:
ibus-hangul_1.2.0.20090617-2.diff.gz
  to pool/main/i/ibus-hangul/ibus-hangul_1.2.0.20090617-2.diff.gz
ibus-hangul_1.2.0.20090617-2.dsc
  to pool/main/i/ibus-hangul/ibus-hangul_1.2.0.20090617-2.dsc
ibus-hangul_1.2.0.20090617-2_i386.deb
  to pool/main/i/ibus-hangul/ibus-hangul_1.2.0.20090617-2_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted libyahoo2 0.7.7-3 (source amd64)

2009-08-25 Thread Kartik Mistry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 15:49:24 +0530
Source: libyahoo2
Binary: libyahoo2-10 libyahoo2-dev
Architecture: source amd64
Version: 0.7.7-3
Distribution: unstable
Urgency: low
Maintainer: Kartik Mistry kar...@debian.org
Changed-By: Kartik Mistry kar...@debian.org
Description: 
 libyahoo2-10 - Yahoo Messenger protocol C library
 libyahoo2-dev - Yahoo Messenger protocol C library (development)
Changes: 
 libyahoo2 (0.7.7-3) unstable; urgency=low
 .
   * Removed *.la files as part of release goal
   * debian/control:
 + Updated to Standards-Version 3.8.3
 + Wrapped up Depends and Build-Depends
 + Added chrpath as Build-Depends
   * debian/copyright:
 + Don't use symlink to license texts
   * debian/libyahoo2-dev:
 + Do not install .la and .a files
   * debian/rules:
 + Fixed RPath issue with libyahoo2 library
Checksums-Sha1: 
 fa9fe0340ea48933bce38b5e49f50ee9f51f92dc 1107 libyahoo2_0.7.7-3.dsc
 17a9a62484bfa970129beb190b791b0f8288ebb2 6114 libyahoo2_0.7.7-3.diff.gz
 27e1190d52258aa35cbb87bf4fb5d0bba5ea4654 95846 libyahoo2-10_0.7.7-3_amd64.deb
 4b283ab9c8bef18adbe00c31064889eafc74e92b 20028 libyahoo2-dev_0.7.7-3_amd64.deb
Checksums-Sha256: 
 78a1a9cee3c3a0d31264e1a8be154e12976367d51da01b8de737da277f2cc34b 1107 
libyahoo2_0.7.7-3.dsc
 efc7d53ec05c9d92dc0ffcff0cd73e534c4121118b813a8b4f27c2cc16561306 6114 
libyahoo2_0.7.7-3.diff.gz
 01c137b2a6e58f397cab4a17adc7130e7f91ecda958ca44ebadab0d4e67151d2 95846 
libyahoo2-10_0.7.7-3_amd64.deb
 f2d47a007127a0d94e329755e49704554e7ad15af029d99ed6a6f20d0ed1b423 20028 
libyahoo2-dev_0.7.7-3_amd64.deb
Files: 
 526820f142ee026655389a897fa5616f 1107 libs optional libyahoo2_0.7.7-3.dsc
 ec58385ab52f7e7f8ef1e6c034b36caa 6114 libs optional libyahoo2_0.7.7-3.diff.gz
 86125c44f018a60cd3823bffbb506f9c 95846 libs optional 
libyahoo2-10_0.7.7-3_amd64.deb
 73d1d691bd4fcb7d45e770ce879a17be 20028 libdevel optional 
libyahoo2-dev_0.7.7-3_amd64.deb

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

iEYEARECAAYFAkqTw7MACgkQoRg/jtECjI0gmgCdEiIuId+WfB4XcqLsxSTBZ5Fi
7IsAnRbdmPS3vRaWtWWfWsTyHHu7PWP2
=h/YM
-END PGP SIGNATURE-


Accepted:
libyahoo2-10_0.7.7-3_amd64.deb
  to pool/main/liby/libyahoo2/libyahoo2-10_0.7.7-3_amd64.deb
libyahoo2-dev_0.7.7-3_amd64.deb
  to pool/main/liby/libyahoo2/libyahoo2-dev_0.7.7-3_amd64.deb
libyahoo2_0.7.7-3.diff.gz
  to pool/main/liby/libyahoo2/libyahoo2_0.7.7-3.diff.gz
libyahoo2_0.7.7-3.dsc
  to pool/main/liby/libyahoo2/libyahoo2_0.7.7-3.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted junit4 4.7-2 (source all)

2009-08-25 Thread Damien Raude-Morvan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Aug 2009 23:32:31 +0200
Source: junit4
Binary: junit4 junit4-doc
Architecture: source all
Version: 4.7-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Damien Raude-Morvan draz...@drazzib.com
Description: 
 junit4 - JUnit regression test framework for Java
 junit4-doc - JUnit regression test framework for Java - documentation
Closes: 543327
Changes: 
 junit4 (4.7-2) unstable; urgency=low
 .
   * NEWS.Debian and README.Debian: explain usage of JUnit4 with Ant.
 Thanks for Antti-Juhani Kaijanaho a...@debian.org for spotting this
 (Closes: #543327).
Checksums-Sha1: 
 94a557c7c9c95d948b52da9a2a7b07ca4884c6ee 1346 junit4_4.7-2.dsc
 a873623c622daf96ad274b79df14f682d462543e 8978 junit4_4.7-2.diff.gz
 1c9bbbcf6c69557928cb7977a9f4ea12a9a7daa3 196954 junit4_4.7-2_all.deb
 502bacde5e2ad60345670da2cdfb858bd459b1e6 210076 junit4-doc_4.7-2_all.deb
Checksums-Sha256: 
 89c87560718f9169d7c6d9392ee3f73477ee4452f3d31b11d2eeeff9187f36f1 1346 
junit4_4.7-2.dsc
 d055fdd8c88a8d6bd222b3ca6793c14020e84c9eb912f4e13d662ce9f5257cc8 8978 
junit4_4.7-2.diff.gz
 0aac7cda5b09002ce0a7275fa4075a0d94d8b94cba19455f1bbd0dbae94135c4 196954 
junit4_4.7-2_all.deb
 38b4c3ebd519cd689e46a1bc44f7b3dac0c23145f4bb66619d85d8982709a031 210076 
junit4-doc_4.7-2_all.deb
Files: 
 2cd3c98483723be0163aadd47117bcce 1346 java optional junit4_4.7-2.dsc
 55b6fbc4a456fe5f68353e62f35175f0 8978 java optional junit4_4.7-2.diff.gz
 5146bab00a9b6cd20d3cb334dacfa89e 196954 java optional junit4_4.7-2_all.deb
 be41abf3fecd4b0f3bbdcd1ad65e8310 210076 doc optional junit4-doc_4.7-2_all.deb

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

iD8DBQFKk9Q2PEFSUMxFMZcRAu0GAJ0XYQQOthV84TroQkgkwtGgxYxkKQCg37bR
4f7GWHI4tZiZA+ddBX9K+Cs=
=IX3V
-END PGP SIGNATURE-


Accepted:
junit4-doc_4.7-2_all.deb
  to pool/main/j/junit4/junit4-doc_4.7-2_all.deb
junit4_4.7-2.diff.gz
  to pool/main/j/junit4/junit4_4.7-2.diff.gz
junit4_4.7-2.dsc
  to pool/main/j/junit4/junit4_4.7-2.dsc
junit4_4.7-2_all.deb
  to pool/main/j/junit4/junit4_4.7-2_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted psi-plus 0.14~svn952-1 (source i386)

2009-08-25 Thread Ivan Borzenkov
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sun, 23 Aug 2009 11:59:56 +0400
Source: psi-plus
Binary: psi-plus psi-plus-plugins
Architecture: source i386
Version: 0.14~svn952-1
Distribution: unstable
Urgency: low
Maintainer: Ivan Borzenkov ivan1...@list.ru
Changed-By: Ivan Borzenkov ivan1...@list.ru
Description: 
 psi-plus   - Jabber client using Qt
 psi-plus-plugins - Plugins for Psi+ (Gmailnotify, Juick, Screenshot, Translate)
Closes: 543144
Changes: 
 psi-plus (0.14~svn952-1) unstable; urgency=low
 .
   * New upstream release
   * fix error in description (Closes: Bug#543144)
Checksums-Sha1: 
 e8bd1bca6b4fc40e1d595d22e947151e3eb681e1 1164 psi-plus_0.14~svn952-1.dsc
 b784fbe1b85035ff1ed674a296eaa9b752e6eb86 6270403 
psi-plus_0.14~svn952.orig.tar.gz
 8186e17886bde54a017110a79467683479ae8a5b 13052 psi-plus_0.14~svn952-1.diff.gz
 21981f60ebca215283da7364fc0377e4b37141bb 6606856 
psi-plus_0.14~svn952-1_i386.deb
 3aa53d044be4a8eac262778be88a67555e189576 229640 
psi-plus-plugins_0.14~svn952-1_i386.deb
Checksums-Sha256: 
 f54170f362e7cef55b3488213bf79cd32b5a93053384698ce071cf56183d8603 1164 
psi-plus_0.14~svn952-1.dsc
 99ff811af9a2e101883ef0f392f3944903230ea7509f055351a3473bf9f9bf78 6270403 
psi-plus_0.14~svn952.orig.tar.gz
 8be9382f2576f8583bd0d0311beb74ed1d9d02dd6a723d560ff69816dd985480 13052 
psi-plus_0.14~svn952-1.diff.gz
 43530b7d21b68e9ae8b93104ef1bcec6ad828079d1256ae97ef5aeff20eb7596 6606856 
psi-plus_0.14~svn952-1_i386.deb
 a6c98d98c9de26995b8ede8572bd239465d4838907fafdc2225fa61a84eb864a 229640 
psi-plus-plugins_0.14~svn952-1_i386.deb
Files: 
 bdaddbca489706df6074a68fd93db88e 1164 net optional psi-plus_0.14~svn952-1.dsc
 e5bf684645db17ebcc328be6f4df84c0 6270403 net optional 
psi-plus_0.14~svn952.orig.tar.gz
 799ba5c78ec83763734733aeba9e244c 13052 net optional 
psi-plus_0.14~svn952-1.diff.gz
 07c3c7b84572f2b0ad9f5079b8684000 6606856 net optional 
psi-plus_0.14~svn952-1_i386.deb
 09e9727bde3c141bfd1e2c9791ce8ca3 229640 net optional 
psi-plus-plugins_0.14~svn952-1_i386.deb

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

iEYEAREDAAYFAkqTzywACgkQq4wAz/jiZTf+DgCg7uFhKETpdvOlQPeHJErkBh31
NAgAoLBX7/4VwYVxsc9PV2sVaDNknOEb
=T4Zs
-END PGP SIGNATURE-


Accepted:
psi-plus-plugins_0.14~svn952-1_i386.deb
  to pool/main/p/psi-plus/psi-plus-plugins_0.14~svn952-1_i386.deb
psi-plus_0.14~svn952-1.diff.gz
  to pool/main/p/psi-plus/psi-plus_0.14~svn952-1.diff.gz
psi-plus_0.14~svn952-1.dsc
  to pool/main/p/psi-plus/psi-plus_0.14~svn952-1.dsc
psi-plus_0.14~svn952-1_i386.deb
  to pool/main/p/psi-plus/psi-plus_0.14~svn952-1_i386.deb
psi-plus_0.14~svn952.orig.tar.gz
  to pool/main/p/psi-plus/psi-plus_0.14~svn952.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted ibus-chewing 1.2.0.20090818-2 (source i386)

2009-08-25 Thread LI Daobing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 19:49:24 +0800
Source: ibus-chewing
Binary: ibus-chewing
Architecture: source i386
Version: 1.2.0.20090818-2
Distribution: unstable
Urgency: low
Maintainer: LI Daobing lidaob...@debian.org
Changed-By: LI Daobing lidaob...@debian.org
Description: 
 ibus-chewing - chewing input engine for IBus
Changes: 
 ibus-chewing (1.2.0.20090818-2) unstable; urgency=low
 .
   [ Loïc Minier ]
   * Bdep on libx11-dev per CMakeLists.txt.
   * Use $@ where possible in rules to avoid repetitions.
   * Add .PHONY.
   * Clean more files with debian/clean but not bin and po/CMakeFiles as these
 are dirs.
   * Define -DLIBEXEC_DIR=/usr/lib/ibus-chewing when calling cmake instead of
 mv-ing and sed-ing files.
 .
   [ LI Daobing ]
   * debian/control: update Vcs-* fields.
Checksums-Sha1: 
 a07485e83461a084e1faae164f1e5ed222d78afb 1321 ibus-chewing_1.2.0.20090818-2.dsc
 ea12a9a887f20687cc5e160e44705236e6715f4b 2326 
ibus-chewing_1.2.0.20090818-2.diff.gz
 6118fe83bacb4247a518b6067493d09c51a4d6d5 42416 
ibus-chewing_1.2.0.20090818-2_i386.deb
Checksums-Sha256: 
 a90032bb6f6db951a11a49900a012882ba357027b9205ef763205eee6219ddbd 1321 
ibus-chewing_1.2.0.20090818-2.dsc
 490997dd488a48aee997d0a2aaf06bc8deea1df54f4f4aae0992fa48e1919fae 2326 
ibus-chewing_1.2.0.20090818-2.diff.gz
 31a1a2eb6ba425f0159a1cecf4bd2e98cc61aa0aafc20c0ee706427b8400c9e8 42416 
ibus-chewing_1.2.0.20090818-2_i386.deb
Files: 
 922a6a7728a0f0c1604323439834d9db 1321 utils optional 
ibus-chewing_1.2.0.20090818-2.dsc
 feacd55fe56ffc25a8133613b5de402f 2326 utils optional 
ibus-chewing_1.2.0.20090818-2.diff.gz
 efed77c3405c3e00eb8321450dff634e 42416 utils optional 
ibus-chewing_1.2.0.20090818-2_i386.deb

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

iEYEARECAAYFAkqT0K4ACgkQ5TUK4GCH0viLygCgnkkol9vhI8Z7aIl3hMu7fKUv
XegAoKPwk0IFWBv27Rv6suCaTXUZaWmy
=EC7V
-END PGP SIGNATURE-


Accepted:
ibus-chewing_1.2.0.20090818-2.diff.gz
  to pool/main/i/ibus-chewing/ibus-chewing_1.2.0.20090818-2.diff.gz
ibus-chewing_1.2.0.20090818-2.dsc
  to pool/main/i/ibus-chewing/ibus-chewing_1.2.0.20090818-2.dsc
ibus-chewing_1.2.0.20090818-2_i386.deb
  to pool/main/i/ibus-chewing/ibus-chewing_1.2.0.20090818-2_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted ifenslave-2.6 1.1.0-14 (source amd64)

2009-08-25 Thread Guus Sliepen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 14:30:06 +0200
Source: ifenslave-2.6
Binary: ifenslave-2.6
Architecture: source amd64
Version: 1.1.0-14
Distribution: unstable
Urgency: low
Maintainer: Guus Sliepen g...@debian.org
Changed-By: Guus Sliepen g...@debian.org
Description: 
 ifenslave-2.6 - Attach and detach slave interfaces to a bonding device
Closes: 521317
Changes: 
 ifenslave-2.6 (1.1.0-14) unstable; urgency=low
 .
   * Apply patch from Nicolas de Pesloüan:
 .
 - Properly cleanup arp_ip_target on ifdown and suppress possible
   duplicate arp_ip_target on ifup. Closes: #521317.
 - Fix a verbosity bug when calling ifdown for slaves.
 - Don't modprobe for interface name before modprobe'ing for bonding.
   This was expected to give a chance to alias and alias'option but was
   found to be unreliable. Alias and aliases'options would be used
   only for the first bonding interface loaded because the bonding
   module is not loaded twice. Anyway, using module parameters for
   bonding is now deprecated and replaced by sysfs. Use bond-* options
   in /etc/network/interfaces instead.
 - When using ifup on a master, call ifup automatically on slaves that have
   an allow-master interface name stanza.
 - Reduce the time necessary for bond-give-a-chance to detect that the
   wifi link is up and running.
 - Enhance documentation and examples.
Checksums-Sha1: 
 86e90604b94f0f83241f085a3d19e80351e2a686 988 ifenslave-2.6_1.1.0-14.dsc
 4690e2df8a629ec61e7e632af04c9381a86ede82 8289 ifenslave-2.6_1.1.0-14.diff.gz
 599d3c955d14c0fb32c514c31f940e6f045d62ee 17764 ifenslave-2.6_1.1.0-14_amd64.deb
Checksums-Sha256: 
 701bb640d6d5d4e2103b6fc56737f94dab2aaf5c65408ebf8ebe3aeba25731fb 988 
ifenslave-2.6_1.1.0-14.dsc
 083358a6e5f0e9d93332324e991c031e81351aef3c3546a6d2b56ea1e231641d 8289 
ifenslave-2.6_1.1.0-14.diff.gz
 cce112403b06d7a6a41308c8e2a467a3a4b92c6c781278951e1c16ffb714578b 17764 
ifenslave-2.6_1.1.0-14_amd64.deb
Files: 
 fa54ebf324b3b18c9173fa298f1f8d6c 988 net optional ifenslave-2.6_1.1.0-14.dsc
 eac55300989db5a31748f9781a829aa3 8289 net optional 
ifenslave-2.6_1.1.0-14.diff.gz
 d0d1b0473a61d63c4720876e1e48f826 17764 net optional 
ifenslave-2.6_1.1.0-14_amd64.deb

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

iEYEARECAAYFAkqT2ZIACgkQAxLow12M2nuYjgCfVxlKv0XObHkAPI8ZT/34Bylj
BCwAmgOSl3zNYpWNG1R403bGp0XtayH3
=wMFf
-END PGP SIGNATURE-


Accepted:
ifenslave-2.6_1.1.0-14.diff.gz
  to pool/main/i/ifenslave-2.6/ifenslave-2.6_1.1.0-14.diff.gz
ifenslave-2.6_1.1.0-14.dsc
  to pool/main/i/ifenslave-2.6/ifenslave-2.6_1.1.0-14.dsc
ifenslave-2.6_1.1.0-14_amd64.deb
  to pool/main/i/ifenslave-2.6/ifenslave-2.6_1.1.0-14_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted awesome 3.3.3-1 (source amd64)

2009-08-25 Thread Julien Danjou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 14:07:50 +0200
Source: awesome
Binary: awesome
Architecture: source amd64
Version: 3.3.3-1
Distribution: unstable
Urgency: low
Maintainer: Julien Danjou a...@debian.org
Changed-By: Julien Danjou a...@debian.org
Description: 
 awesome- highly configurable, next generation framework window manager for
Closes: 529025 543481
Changes: 
 awesome (3.3.3-1) unstable; urgency=low
 .
   * New upstream release
 + Fix WM_TRANSIENT_FOR loop (Closes: #543481, #529025)
   * Bump standard version
Checksums-Sha1: 
 e0a866ed53482d59262590fe18d302a579db 1624 awesome_3.3.3-1.dsc
 91da91859b4ff568d35c8fe059f706cfc2fce0e6 285035 awesome_3.3.3.orig.tar.gz
 a80318d788f8697e51217782bc8bddc09abf6d70 5622 awesome_3.3.3-1.diff.gz
 e8b800d8c59dff981579232eb703355d95cbeeb4 351538 awesome_3.3.3-1_amd64.deb
Checksums-Sha256: 
 8ffbf490de7899091e8b6b3159f17e64f63148cf23d00d2cbaa25a80dbb22ad9 1624 
awesome_3.3.3-1.dsc
 8c84f8f846cf2ea7736ddf12ddc442b156b318255b6a3ba1c40756723e222c54 285035 
awesome_3.3.3.orig.tar.gz
 b581e82b722a4626021875d5aaebd0e8f9f9a3c02c176f7635c6a7d48b0a7b95 5622 
awesome_3.3.3-1.diff.gz
 e4a63d0c9da86a9f3971f6095b69b404f20ba04c048f1e8c036460534baf0ae8 351538 
awesome_3.3.3-1_amd64.deb
Files: 
 21afd5a522300a54498d755d8f27974d 1624 x11 optional awesome_3.3.3-1.dsc
 8411d0427793d25b9518e2c990a01721 285035 x11 optional awesome_3.3.3.orig.tar.gz
 380edb63c6357eaf2d260ce796cc8a64 5622 x11 optional awesome_3.3.3-1.diff.gz
 4d61abbc8ef18189e3be4510670834bc 351538 x11 optional awesome_3.3.3-1_amd64.deb

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

iEYEARECAAYFAkqT2RAACgkQpGK1HsL+5c1lqwCeKxn1goGS80+RCmYeZyAJk2s7
DhMAoITCu1z3M5F8MoQ9Bd27Mu83cNKJ
=9q6f
-END PGP SIGNATURE-


Accepted:
awesome_3.3.3-1.diff.gz
  to pool/main/a/awesome/awesome_3.3.3-1.diff.gz
awesome_3.3.3-1.dsc
  to pool/main/a/awesome/awesome_3.3.3-1.dsc
awesome_3.3.3-1_amd64.deb
  to pool/main/a/awesome/awesome_3.3.3-1_amd64.deb
awesome_3.3.3.orig.tar.gz
  to pool/main/a/awesome/awesome_3.3.3.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted chmlib 2:0.40-2 (source amd64)

2009-08-25 Thread Kartik Mistry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 16:37:22 +0530
Source: chmlib
Binary: libchm1 libchm-dev libchm-bin
Architecture: source amd64
Version: 2:0.40-2
Distribution: unstable
Urgency: low
Maintainer: Kartik Mistry kar...@debian.org
Changed-By: Kartik Mistry kar...@debian.org
Description: 
 libchm-bin - library for dealing with Microsoft CHM files (test programs)
 libchm-dev - library for dealing with Microsoft CHM files (development)
 libchm1- library for dealing with Microsoft CHM files
Changes: 
 chmlib (2:0.40-2) unstable; urgency=low
 .
   * Removal of .la and .a files as part of release goal
   * debian/control:
 + Updated to Standards-Version 3.8.3
 + Wrapped Build-Depends
   * debian/libchm-dev.install:
 + Do not install.la and .a files in package
   * Added debian/README.source file
Checksums-Sha1: 
 d1853e1118ff07b0ca411d7519f519d629c1cb43 1034 chmlib_0.40-2.dsc
 3d4d3beb546845a20293b8b41ccb8a290279 7943 chmlib_0.40-2.diff.gz
 631053c4d603dddc8b844d591659e466d2825a6f 29920 libchm1_0.40-2_amd64.deb
 7dfa6501b313ce10233209858bf5ed2a00551f35 17408 libchm-dev_0.40-2_amd64.deb
 c2902aa4a56aff290ee4ca16e8dc8bf8878d34d0 22288 libchm-bin_0.40-2_amd64.deb
Checksums-Sha256: 
 d79d0468d0e6e3bc2e1fa2edb0e7ca15e267de931318aa683a9a9de89e3f44ca 1034 
chmlib_0.40-2.dsc
 293832b74f9e02d1ad2765ce8e7bf7bdd79df853f08fa2f5295339d59ceface9 7943 
chmlib_0.40-2.diff.gz
 4d79252e0a800e0f9467edd3b24c30abdeeece83196e90219c2be7513a12 29920 
libchm1_0.40-2_amd64.deb
 611e8e5443ac245b5ed24343363cb3fac4d75e4f7aac8ae7164c7a8270009347 17408 
libchm-dev_0.40-2_amd64.deb
 5301137dc569e8fe4447cdbcacbe52761ff5dc25d7445c71c5dbd427480c53bb 22288 
libchm-bin_0.40-2_amd64.deb
Files: 
 a2abdf4630f22f0215818e50375ddc2d 1034 libs optional chmlib_0.40-2.dsc
 610bda4083c712bc5f852e8481a4de9a 7943 libs optional chmlib_0.40-2.diff.gz
 6f09dc650c85f989ac7246e8b2a5da72 29920 libs optional libchm1_0.40-2_amd64.deb
 de8b35909b991fb91aedd0290921c855 17408 libdevel optional 
libchm-dev_0.40-2_amd64.deb
 6fc86cd3d6c022a2da720bae6ffeece2 22288 libdevel optional 
libchm-bin_0.40-2_amd64.deb

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

iEYEARECAAYFAkqT3hgACgkQoRg/jtECjI1+OACfXpUMywHegw7ReoDIOmOVy2oM
9f0AmgLtbkTHC1g8gSKwMjOOmdMtBcsv
=cOSs
-END PGP SIGNATURE-


Accepted:
chmlib_0.40-2.diff.gz
  to pool/main/c/chmlib/chmlib_0.40-2.diff.gz
chmlib_0.40-2.dsc
  to pool/main/c/chmlib/chmlib_0.40-2.dsc
libchm-bin_0.40-2_amd64.deb
  to pool/main/c/chmlib/libchm-bin_0.40-2_amd64.deb
libchm-dev_0.40-2_amd64.deb
  to pool/main/c/chmlib/libchm-dev_0.40-2_amd64.deb
libchm1_0.40-2_amd64.deb
  to pool/main/c/chmlib/libchm1_0.40-2_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted doxygen 1.6.1-1 (source i386 all)

2009-08-25 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 14:44:53 +0200
Source: doxygen
Binary: doxygen doxygen-doc
Architecture: source i386 all
Version: 1.6.1-1
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose d...@debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 doxygen- Documentation system for C, C++, Java, Python and other languages
 doxygen-doc - Documentation for doxygen
Changes: 
 doxygen (1.6.1-1) unstable; urgency=low
 .
   * New upstream version.
Checksums-Sha1: 
 8c476ea71fa8f525a83eab9dd956ec088d6ae798 1179 doxygen_1.6.1-1.dsc
 31f861841eba1ebdded1b4bf70bdecb42441dafd 3902407 doxygen_1.6.1.orig.tar.gz
 e9d2d1ea0ff758be1cf3ead35fc012cf4909ad74 16203 doxygen_1.6.1-1.diff.gz
 e14357c323121f0a042b8b1dde61ee730f0937a0 1637294 doxygen_1.6.1-1_i386.deb
 4a3461ef334535f97a69ddaa5c19c2384333896f 1761552 doxygen-doc_1.6.1-1_all.deb
Checksums-Sha256: 
 b36db1c180ad37fb74d6b76e71d946d486b903148e1330e6477764f84e48d117 1179 
doxygen_1.6.1-1.dsc
 4c5aedf052a14a0f7fe8c126140ff1c5c50887c74814a4804181c61625d539d3 3902407 
doxygen_1.6.1.orig.tar.gz
 93e85d13946ca8e82e0f86e4cdb99ade14efd26feedff0ff83244bd2f0ce06be 16203 
doxygen_1.6.1-1.diff.gz
 6b5ee9db9c616462d728890cd2dc8296ffb1004ef6d620f85a169706df99d381 1637294 
doxygen_1.6.1-1_i386.deb
 b125c5f0e849734a748c4886f3f54bf602ec8d2825691711c3f56d2e9c4f9473 1761552 
doxygen-doc_1.6.1-1_all.deb
Files: 
 c929f7e6af6fff91983cd5b32c758df7 1179 devel optional doxygen_1.6.1-1.dsc
 2ec343643e134f0d3ce2069420bcb4f0 3902407 devel optional 
doxygen_1.6.1.orig.tar.gz
 7be9fa31540c015068362a1a686f78f1 16203 devel optional doxygen_1.6.1-1.diff.gz
 41be310bcaae53c4140ae8e100bea5fd 1637294 devel optional 
doxygen_1.6.1-1_i386.deb
 bfa83bd2c82ba10c162e234d6e779d7a 1761552 doc optional 
doxygen-doc_1.6.1-1_all.deb

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

iEYEARECAAYFAkqT4FoACgkQStlRaw+TLJy51gCeNwfB4XsR5bjjz9Q72kYJklFg
rJQAnRJ7bJJKzzGAJowuA/zSH5ZQlZuJ
=bAEh
-END PGP SIGNATURE-


Accepted:
doxygen-doc_1.6.1-1_all.deb
  to pool/main/d/doxygen/doxygen-doc_1.6.1-1_all.deb
doxygen_1.6.1-1.diff.gz
  to pool/main/d/doxygen/doxygen_1.6.1-1.diff.gz
doxygen_1.6.1-1.dsc
  to pool/main/d/doxygen/doxygen_1.6.1-1.dsc
doxygen_1.6.1-1_i386.deb
  to pool/main/d/doxygen/doxygen_1.6.1-1_i386.deb
doxygen_1.6.1.orig.tar.gz
  to pool/main/d/doxygen/doxygen_1.6.1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted openthesaurus 20080808-3 (source all)

2009-08-25 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 25 Aug 2009 15:31:05 +0200
Source: openthesaurus
Binary: openthesaurus-de-text openoffice.org-thesaurus-de 
openoffice.org-thesaurus-de-ch mozilla-openthesaurus-de
Architecture: source all
Version: 20080808-3
Distribution: unstable
Urgency: high
Maintainer: Rene Engelhard r...@debian.org
Changed-By: Rene Engelhard r...@debian.org
Description: 
 mozilla-openthesaurus-de - OpenThesaurus search plugin for Iceweasel/Iceape
 openoffice.org-thesaurus-de - German Thesaurus for OpenOffice.org
 openoffice.org-thesaurus-de-ch - German Thesaurus for OpenOffice.org (Swiss 
Version)
 openthesaurus-de-text - German Text Thesaurus for e.g. ding
Closes: 531443 543502
Changes: 
 openthesaurus (20080808-3) unstable; urgency=high
 .
   * s/GGPL/LGPL/, oops. Add (C) 2006 Daniel Naber for the mozilla integration
 and mention that the data is contributed the various people
 (closes: #543502)
   * remove -kword as koffice is gone... (closes: #531443)
Checksums-Sha1: 
 e28f92b5a3b6b632a81623bc1b86ee9a7f0de493 1853 openthesaurus_20080808-3.dsc
 7374b2825b0b6d228b8ec9e39b5aae51d21e1320 3572 openthesaurus_20080808-3.diff.gz
 d75945a6bb160885aa59b7e9fd29a2c3e4511235 3734 
mozilla-openthesaurus-de_20061008-6_all.deb
 8020f0e733aef0a90a930f26eb8a4edab0a54d0c 289818 
openthesaurus-de-text_20080808-3_all.deb
 225da2e8164da15094c780fd91fcb919ddbf 1602450 
openoffice.org-thesaurus-de_20080808-3_all.deb
 8223c30eba94ab24d7cc3eac0310002eaa3d7462 1602952 
openoffice.org-thesaurus-de-ch_20080808-3_all.deb
Checksums-Sha256: 
 d59fc5a844ce63cff3df41968f44cbf0c2d63816bfc246005a6ae1839faf8c6f 1853 
openthesaurus_20080808-3.dsc
 d6dfb199bc8437d2885e6cb255241f0e4c40d59c5506cda9d377d11647070bef 3572 
openthesaurus_20080808-3.diff.gz
 54bc9b1644eb00e2fa7aa6513323cf3672af662cef15918b8b5071f9a90c0582 3734 
mozilla-openthesaurus-de_20061008-6_all.deb
 53480f1cebdb30f6b8dd06966efa0032eda4934a08d17f5e6a9d2fa04e64d54a 289818 
openthesaurus-de-text_20080808-3_all.deb
 366878b9d327ed428fa88bf962c3320abb9550c2821c293ede036452cb40dcef 1602450 
openoffice.org-thesaurus-de_20080808-3_all.deb
 0d5df73c1fea8c28eb582472af9792927f72d3ce60ad6ad6eed4b500f5138005 1602952 
openoffice.org-thesaurus-de-ch_20080808-3_all.deb
Files: 
 0ef3086bf04d98b006ff0def0e1aff5b 1853 text optional 
openthesaurus_20080808-3.dsc
 390e45fccfb054e7e4a569be3c6dc188 3572 text optional 
openthesaurus_20080808-3.diff.gz
 2bc5be762a48948fcb3f2ea44f887690 3734 text optional 
mozilla-openthesaurus-de_20061008-6_all.deb
 3f84dc9092708620ed740e7db9507b56 289818 text optional 
openthesaurus-de-text_20080808-3_all.deb
 f98cd9e2d5e090a7a53fcc7b600b1a25 1602450 text optional 
openoffice.org-thesaurus-de_20080808-3_all.deb
 bd1e742cd2160ef56b2174bbde9c2278 1602952 text optional 
openoffice.org-thesaurus-de-ch_20080808-3_all.deb

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

iQIcBAEBCAAGBQJKk+g2AAoJEAqgRXHQPj5wyYMP/jZE1tnB+9D3SlKI1o8/VYhw
cNjkA2W3/U+evk2By3XglOVzd29pIR0IE3ReCIuWwx+zMKFfVLvZ8mHhQMUjIh25
KNN+2bOQHPDzgVm3YihJjWA+j3k01qVem/f6Ewe9TMc2RXxIMMJwiK+o18wYfsQh
MW4fMbhrlULG20Q7qNI5dKniP2FIzA7IvjECnOPZC5nQPRpBzsN1QDyrZczOqXpN
Hd9skk/RlEj2MIe4n4niYh+egD/jvGvlWSmHcZt8OV4NpD2B889p3d+UQTv+ojqK
e/LWpi60N/VNrRd7i9MbS5ZLrXmm0g34bsKyoEVOVTLT0ntwqfZeRJmuK3jNN2fr
XjPpXM2DuqA6qt7UIRa/8SQiGY4xXtbc1fzNoZyZN89Wi18CJkFDfbymF/btX+iU
hpDJEjub/AiqAD4uKqBSYs/K5f6TuCgpWz6v4u199LWaJ6pfgr8QdRL4y+BoCU8h
yh6s7JuwjSE9Sv5UzIj3+eFZfakv0z6LIhNbM+pFQLDHb6CZKOzEwDhBGzkfz4cy
CPZPDvQeFzbHLhD8wg66Hb0YLHRbw7hHxWVo5naBBLr6viyZ9PfY9BqXOBg7rofc
jFuiaEQXind/1Hb9ma4CohehFdiTCexcfBeYgY6tm73Wgmpj6l2bcYDarhEFBjhE
EVwhYhLYYTe3/rYi1DOx
=do1j
-END PGP SIGNATURE-


Accepted:
mozilla-openthesaurus-de_20061008-6_all.deb
  to pool/main/o/openthesaurus/mozilla-openthesaurus-de_20061008-6_all.deb
openoffice.org-thesaurus-de-ch_20080808-3_all.deb
  to pool/main/o/openthesaurus/openoffice.org-thesaurus-de-ch_20080808-3_all.deb
openoffice.org-thesaurus-de_20080808-3_all.deb
  to pool/main/o/openthesaurus/openoffice.org-thesaurus-de_20080808-3_all.deb
openthesaurus-de-text_20080808-3_all.deb
  to pool/main/o/openthesaurus/openthesaurus-de-text_20080808-3_all.deb
openthesaurus_20080808-3.diff.gz
  to pool/main/o/openthesaurus/openthesaurus_20080808-3.diff.gz
openthesaurus_20080808-3.dsc
  to pool/main/o/openthesaurus/openthesaurus_20080808-3.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted hunspell-gl-es 2.2a-6 (source all)

2009-08-25 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 14:30:30 +0200
Source: hunspell-gl-es
Binary: hunspell-gl-es
Architecture: source all
Version: 2.2a-6
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo agmar...@debian.org
Changed-By: Agustin Martin Domingo agmar...@debian.org
Description: 
 hunspell-gl-es - Galician dictionary for hunspell
Closes: 541894
Changes: 
 hunspell-gl-es (2.2a-6) unstable; urgency=low
 .
   * Bump Standards Version to 3.8.3. No changes required.
   * Install myspell dicts in new location. Use new
 installdeb-myspell (at least 1.3) for this and for
 compatibility symlinks (Closes: #541894).
Checksums-Sha1: 
 240345bbf9db86cf19b60da8a2979ce20760503d 1259 hunspell-gl-es_2.2a-6.dsc
 9f791497aafdbdc4114100b0ec994996e6e736fb 4336 hunspell-gl-es_2.2a-6.diff.gz
 82653d3499f289481dc9c4d1b10225104dce5d1a 223538 hunspell-gl-es_2.2a-6_all.deb
Checksums-Sha256: 
 f8ce6f15bf24e6148e053347803bdb352b71d94dcacc9c92c77ffe61d80edea6 1259 
hunspell-gl-es_2.2a-6.dsc
 c207cfb4f5b5a1630917a83b47dcd68547ce31f4dee7dca2f393f52efd99ca22 4336 
hunspell-gl-es_2.2a-6.diff.gz
 f3f53ae70a3e1079e28c22f7a69689e2c4295d5d7f8b5a3df61b361687a3b6ef 223538 
hunspell-gl-es_2.2a-6_all.deb
Files: 
 6e88c42af459d5e16eb2597b88934ca5 1259 text optional hunspell-gl-es_2.2a-6.dsc
 40f2914e70f526687c7b8ca1a16f022b 4336 text optional 
hunspell-gl-es_2.2a-6.diff.gz
 dd967d945e21128bc2a30e57220be6df 223538 text optional 
hunspell-gl-es_2.2a-6_all.deb

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

iD8DBQFKk9odTShHqj72DpwRAo2FAJ4o2Sr+bfN53TAghlsGWmqASzGbMACeNCzJ
lMluBe9rvRHYbh7HkRAKf5E=
=7aDK
-END PGP SIGNATURE-


Accepted:
hunspell-gl-es_2.2a-6.diff.gz
  to pool/main/h/hunspell-gl-es/hunspell-gl-es_2.2a-6.diff.gz
hunspell-gl-es_2.2a-6.dsc
  to pool/main/h/hunspell-gl-es/hunspell-gl-es_2.2a-6.dsc
hunspell-gl-es_2.2a-6_all.deb
  to pool/main/h/hunspell-gl-es/hunspell-gl-es_2.2a-6_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted aspell-tl 0.4-0-5 (source all)

2009-08-25 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 14:17:47 +0200
Source: aspell-tl
Binary: aspell-tl myspell-tl
Architecture: source all
Version: 0.4-0-5
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo agmar...@debian.org
Changed-By: Agustin Martin Domingo agmar...@debian.org
Description: 
 aspell-tl  - The Tagalog dictionary for GNU Aspell
 myspell-tl - The Tagalog dictionary for myspell/hunspell
Closes: 541944
Changes: 
 aspell-tl (0.4-0-5) unstable; urgency=low
 .
   * Install myspell dicts in new location. Use new
 installdeb-myspell (at least 1.3) for this and for
 compatibility symlinks(Closes: #541944).
   * Bump Standards Version to 3.8.3. No changes required.
Checksums-Sha1: 
 0f2e9a6dac50e907e22022fc26891440c7c44fe0 1230 aspell-tl_0.4-0-5.dsc
 1143c8cfc9c9620a819f49eca4677b337829d532 4493 aspell-tl_0.4-0-5.diff.gz
 afb269e35fb77a863322d01248d60c5de4f5ea87 48494 aspell-tl_0.4-0-5_all.deb
 8e8230ce4c424fb99ba7370ecde10da362a040d3 61134 myspell-tl_0.4-0-5_all.deb
Checksums-Sha256: 
 b934c4b31961d3b41676ca1d15e55dea4fa3cce0edd6d5d4458e9f7f8da8f496 1230 
aspell-tl_0.4-0-5.dsc
 04fe4308d157c0cc745a985779256794b072e6b8c8fd511d2978577ea5357675 4493 
aspell-tl_0.4-0-5.diff.gz
 bf15e4e4e7fdde58e2b08838acd27f0c73a16e1d2722e1332bf7cd7fc3c557fc 48494 
aspell-tl_0.4-0-5_all.deb
 209af13a4c051e8d6ed0a45dfa183f67a6fa61abe268a1cd59b04755a2420a9e 61134 
myspell-tl_0.4-0-5_all.deb
Files: 
 c6da13bf90d37850de209ff6a9998258 1230 text optional aspell-tl_0.4-0-5.dsc
 0165af76f75328374a4b4ab94decfbd6 4493 text optional aspell-tl_0.4-0-5.diff.gz
 0538a814666c164110992fccd0108569 48494 text optional aspell-tl_0.4-0-5_all.deb
 82b288108b06003613d4a7c49e0b3b07 61134 text optional myspell-tl_0.4-0-5_all.deb

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

iD8DBQFKk9dnTShHqj72DpwRAi2xAJwN4n2YOQ1GRpvF49O/giM9H6xtagCdENbM
uA4NuEiL0mXRPHlP1CxQ78M=
=vZZW
-END PGP SIGNATURE-


Accepted:
aspell-tl_0.4-0-5.diff.gz
  to pool/main/a/aspell-tl/aspell-tl_0.4-0-5.diff.gz
aspell-tl_0.4-0-5.dsc
  to pool/main/a/aspell-tl/aspell-tl_0.4-0-5.dsc
aspell-tl_0.4-0-5_all.deb
  to pool/main/a/aspell-tl/aspell-tl_0.4-0-5_all.deb
myspell-tl_0.4-0-5_all.deb
  to pool/main/a/aspell-tl/myspell-tl_0.4-0-5_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted ispellcat 0.6-8 (source all)

2009-08-25 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 15:27:55 +0200
Source: ispellcat
Binary: icatalan wcatalan aspell-ca myspell-ca
Architecture: source all
Version: 0.6-8
Distribution: unstable
Urgency: low
Maintainer: Jordi Mallach jo...@debian.org
Changed-By: Agustin Martin Domingo agmar...@debian.org
Description: 
 aspell-ca  - Catalan dictionary for aspell
 icatalan   - Catalan dictionary for ispell
 myspell-ca - Catalan dictionary for myspell
 wcatalan   - Catalan dictionary words for /usr/share/dict
Closes: 541942
Changes: 
 ispellcat (0.6-8) unstable; urgency=low
 .
   * Bump Standards Version to 3.8.3. No changes required.
   * Install myspell dicts in new location. Use new
 installdeb-myspell (at least 1.3) for this and for
 compatibility symlinks (Closes: #541942).
Checksums-Sha1: 
 057ec1e5d7c95aafab71d426be19dfbf431f7f76 1294 ispellcat_0.6-8.dsc
 812be5bc8d0d740a67693d4c333fcc6d26f9b248 9844 ispellcat_0.6-8.diff.gz
 09e0fe562f19c3a8705b887852f7a7b2c8136e2f 566684 icatalan_0.6-8_all.deb
 b9139430a4dca2a7d3ff3f1ef9c4fd23185e3a18 1598258 wcatalan_0.6-8_all.deb
 a2933bac0dc578cfccc04f8eb66d2f65e40e0a9f 274380 aspell-ca_0.6-8_all.deb
 10cd7fc0cd7b7d5c6c543f10b79034058d047e9f 597930 myspell-ca_0.6-8_all.deb
Checksums-Sha256: 
 4785858fd0160f68f64ff13baefc1108d94582d12b9af500d2a65eabee05a56c 1294 
ispellcat_0.6-8.dsc
 65bb9e7d6b5c173102224c1f791d1866863ed5868842e68213b82ef2cd3fb89c 9844 
ispellcat_0.6-8.diff.gz
 ede6f919ed05f72231e5964e16e08c07b907f39528cd83e24fa02c3b31380488 566684 
icatalan_0.6-8_all.deb
 5d0929f408fd07efd2af46dd34b76370ec5099f957ab42b7d71e74c8a17860d0 1598258 
wcatalan_0.6-8_all.deb
 883cd7996d6150ad1ccbf6d4360c1a1bb45c116911488ffb18220439fea87fb8 274380 
aspell-ca_0.6-8_all.deb
 cd8440f7a02ae74593bbbefd77ca215f56def8c6a5dc06a0e14a39d98c0b29b3 597930 
myspell-ca_0.6-8_all.deb
Files: 
 c49ed1d1c1c0f8577238fc78ab16e1a9 1294 text optional ispellcat_0.6-8.dsc
 284049afd8e02f7469c993e58f36ee3d 9844 text optional ispellcat_0.6-8.diff.gz
 7e595fd2d994459a69163bab63c17691 566684 text optional icatalan_0.6-8_all.deb
 f815041d8023335ae30c752a5956dcb0 1598258 text optional wcatalan_0.6-8_all.deb
 45bcb5c165ade915ee181a70ada13c79 274380 text optional aspell-ca_0.6-8_all.deb
 9ab2946fb91b9e05e1cd43f1c495b413 597930 text optional myspell-ca_0.6-8_all.deb

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

iD8DBQFKk+f8TShHqj72DpwRAqVPAJ0a/VvL9m8/RfvVxA/eGcGg7G3g6QCfYj6f
AKO7ywPvz9XqHhJjFKb/T7Y=
=h602
-END PGP SIGNATURE-


Accepted:
aspell-ca_0.6-8_all.deb
  to pool/main/i/ispellcat/aspell-ca_0.6-8_all.deb
icatalan_0.6-8_all.deb
  to pool/main/i/ispellcat/icatalan_0.6-8_all.deb
ispellcat_0.6-8.diff.gz
  to pool/main/i/ispellcat/ispellcat_0.6-8.diff.gz
ispellcat_0.6-8.dsc
  to pool/main/i/ispellcat/ispellcat_0.6-8.dsc
myspell-ca_0.6-8_all.deb
  to pool/main/i/ispellcat/myspell-ca_0.6-8_all.deb
wcatalan_0.6-8_all.deb
  to pool/main/i/ispellcat/wcatalan_0.6-8_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted espa-nol 1.10-7 (source all)

2009-08-25 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 15:03:17 +0200
Source: espa-nol
Binary: ispanish myspell-es aspell-es
Architecture: source all
Version: 1.10-7
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo agmar...@debian.org
Changed-By: Agustin Martin Domingo agmar...@debian.org
Description: 
 aspell-es  - Spanish dictionary for aspell
 ispanish   - Spanish dictionary for ispell
 myspell-es - Spanish dictionary for myspell
Closes: 541937
Changes: 
 espa-nol (1.10-7) unstable; urgency=low
 .
   * Bump Standards Version to 3.8.3. No changes required.
   * Install myspell dicts in new location. Use new
 installdeb-myspell (at least 1.3) for this and for
 compatibility symlinks (Closes: #541937).
   * Add debian/README.source pointing to dpatch file.
Checksums-Sha1: 
 e3c71a782ea84a1400580eb2be8b43ade54fc3a7 1303 espa-nol_1.10-7.dsc
 cc70746f336ab609f34688f642aba5f473cceafe 16693 espa-nol_1.10-7.diff.gz
 7f4bcde9b2186889ab384d361c5bba715a1ae593 234684 ispanish_1.10-7_all.deb
 62dc8c8fac8f14954263acb54060fdad9ff331f1 218538 myspell-es_1.10-7_all.deb
 d213ea605876f05c62764e1bb5f8c4935796e54c 169064 aspell-es_1.10-7_all.deb
Checksums-Sha256: 
 27e2e62e3c68675f585272e108b85baa80674b4bf23171bd87efdad0322f46cf 1303 
espa-nol_1.10-7.dsc
 37e8dbbb704c621becefbfd4be5717c6255f0ec95235b813066699b7997680d4 16693 
espa-nol_1.10-7.diff.gz
 7de60a03b777f14e40f0e114048e83af6017c57b7e4929e48863d484b2589ced 234684 
ispanish_1.10-7_all.deb
 754b7a0f8dd9d8865614ea2600d6f4c2d82815cc2eeb19614da3419a6f8b6cfb 218538 
myspell-es_1.10-7_all.deb
 9c63ed199580668cc11d7cf38144ad0c9f6edf0342d8c0fb2b75579edbd3fa05 169064 
aspell-es_1.10-7_all.deb
Files: 
 b165b593bd78328b439faa1b00778338 1303 text optional espa-nol_1.10-7.dsc
 bf714c0cf9886a3746f135beeb680b46 16693 text optional espa-nol_1.10-7.diff.gz
 8c4b02ea9be98a08deb339cf57dd97da 234684 text optional ispanish_1.10-7_all.deb
 2e87dd71aafb031e20cd0beaaed7d734 218538 text optional myspell-es_1.10-7_all.deb
 76d3be46ed7447d519394a69f0903a25 169064 text optional aspell-es_1.10-7_all.deb

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

iD8DBQFKk+KUTShHqj72DpwRAqR+AJ9g5bHN7XWLZk6MWxEEVQWwNLT0xQCgmfnu
KgwaKtP04oX4CxO6uABdv+A=
=zM5+
-END PGP SIGNATURE-


Accepted:
aspell-es_1.10-7_all.deb
  to pool/main/e/espa-nol/aspell-es_1.10-7_all.deb
espa-nol_1.10-7.diff.gz
  to pool/main/e/espa-nol/espa-nol_1.10-7.diff.gz
espa-nol_1.10-7.dsc
  to pool/main/e/espa-nol/espa-nol_1.10-7.dsc
ispanish_1.10-7_all.deb
  to pool/main/e/espa-nol/ispanish_1.10-7_all.deb
myspell-es_1.10-7_all.deb
  to pool/main/e/espa-nol/myspell-es_1.10-7_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted flute-1.3-jfree 20061107-5 (source all)

2009-08-25 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 25 Aug 2009 15:47:28 +0200
Source: flute-1.3-jfree
Binary: libflute-1.3-jfree-java libflute-1.3-jfree-java-doc
Architecture: source all
Version: 20061107-5
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Rene Engelhard r...@debian.org
Description: 
 libflute-1.3-jfree-java - Java CSS parser using SAC (JFree version)
 libflute-1.3-jfree-java-doc - Java CSS parser using SAC (JFree version) -- 
documentation
Closes: 543080
Changes: 
 flute-1.3-jfree (20061107-5) unstable; urgency=low
 .
   * export JAVA_HOME=/usr/lib/jvm/java-gcj (closes: #543080)
Checksums-Sha1: 
 53b3b4c663f864071ef379b582e1df29e4612b5f 1850 flute-1.3-jfree_20061107-5.dsc
 17d67ea1dba07badf319de5a8b7ace5938e0d991 3571 
flute-1.3-jfree_20061107-5.diff.gz
 3f6d13792befa44935574531871692a9da12656e 96300 
libflute-1.3-jfree-java_20061107-5_all.deb
 39e348351e8c47fa9437d3bf5043a94f792f8741 207464 
libflute-1.3-jfree-java-doc_20061107-5_all.deb
Checksums-Sha256: 
 2d6be2d6c4d04333061b556f46a093f572446da40fcb826b5b465ce7b6b6cbb7 1850 
flute-1.3-jfree_20061107-5.dsc
 63354dd09fb666f91d4646a10e6bf3079993d87c9807c3bfb29fc8ebe9460ec2 3571 
flute-1.3-jfree_20061107-5.diff.gz
 2f3829964af3695f2b7656a3de6b317688bf7433f0ce357210205eff665bd145 96300 
libflute-1.3-jfree-java_20061107-5_all.deb
 3dd068a0cf7998898fa640d8fee1ae577154617df256914585a5c779ede36b9d 207464 
libflute-1.3-jfree-java-doc_20061107-5_all.deb
Files: 
 ff05c218aad6223e506201f467d288e9 1850 libs optional 
flute-1.3-jfree_20061107-5.dsc
 0cc8ab5a5ed6bdaa8e1170e7825ad699 3571 libs optional 
flute-1.3-jfree_20061107-5.diff.gz
 074bf6da5dd1c9464cf713eecf4dbf47 96300 libs optional 
libflute-1.3-jfree-java_20061107-5_all.deb
 dd4dd069f98428c598fe721f5f7ae1dd 207464 doc optional 
libflute-1.3-jfree-java-doc_20061107-5_all.deb

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

iQIcBAEBCAAGBQJKk+2IAAoJEAqgRXHQPj5wNfAQAIDSgGnq9KFMabdbkleZ4PJp
dGj8kT3IkGkLZ13Cbt+vI2CLOFFdFv2AYpsiGneEKa66wmy+PgQFvzkBYjTXLSkC
auCFWHdR0pmDejrF0w8tRs9Xsqi31oZEsLPpvpZ6sm57vluXYF71TzNQR8W0eqD7
QmpOlG3VmW0YvsMUbebE3irNTksNWEQ2KZUiXop5ZZxzFEuHxyk24HWdDhD8QfkI
6f6gH1P1S8QNm9kdu1fjw3M8lYnVMso0I741F4may9TkpkwRY5zExN1/xa8lXR0b
ETVcyr6jQn7Nvor8UsIsu/pIrIYuSHQYAtUv9MRcfiE+SaMsZgUKBYDUh9cBlU58
HyI2SwvQib6YldRY0pz4QoK8XxWWBTGsHYMjbwLUKWGFtClWGjxOl/VtEnPizCBL
5h3vthriaPU2pce/bt8MJvOdRqqv7SOGBJvNfPZUrT/17o3+YNlVZ4JD18Mcd2IM
2CkCkX6SmsqI8nuJq5Tb5IT6Ix5HKenF8R3PZmaWpxBt0hjRn53Efg21TbsfnQTb
gboFlOGgMB7U0OW66YM2K7kakvdNRGgVStJuNrx1uWwK0t9nZ/QCmyI+LqG1LcSn
TWcLWVOuClEaepjCb+HF3GT6fzFzY53EtPZ1HoPmGD3BdCmvR75cAjShnYeDjo/7
48ZOzMdITnes36nW+4hF
=0RIq
-END PGP SIGNATURE-


Accepted:
flute-1.3-jfree_20061107-5.diff.gz
  to pool/main/f/flute-1.3-jfree/flute-1.3-jfree_20061107-5.diff.gz
flute-1.3-jfree_20061107-5.dsc
  to pool/main/f/flute-1.3-jfree/flute-1.3-jfree_20061107-5.dsc
libflute-1.3-jfree-java-doc_20061107-5_all.deb
  to pool/main/f/flute-1.3-jfree/libflute-1.3-jfree-java-doc_20061107-5_all.deb
libflute-1.3-jfree-java_20061107-5_all.deb
  to pool/main/f/flute-1.3-jfree/libflute-1.3-jfree-java_20061107-5_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted eo-spell 2.1.2000.02.25-41 (source all)

2009-08-25 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 14:47:45 +0200
Source: eo-spell
Binary: iesperanto myspell-eo aspell-eo
Architecture: source all
Version: 2.1.2000.02.25-41
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo agmar...@debian.org
Changed-By: Agustin Martin Domingo agmar...@debian.org
Description: 
 aspell-eo  - Esperanto dictionary for aspell
 iesperanto - Esperanto dictionary for ispell
 myspell-eo - Esperanto dictionary for myspell
Closes: 541931
Changes: 
 eo-spell (2.1.2000.02.25-41) unstable; urgency=low
 .
   * Bump Standards Version to 3.8.3. No changes required.
   * Install myspell dicts in new location. Use new
 installdeb-myspell (at least 1.3) for this and for
 compatibility symlinks (Closes: #541931).
   * Install debian/README.source pointing to
 /usr/share/doc/dpatch/README.source.gz
Checksums-Sha1: 
 51d316a71909fc497a11ed8c7c0f6202321bfef4 1330 eo-spell_2.1.2000.02.25-41.dsc
 f62e07bfda1231a844ab093b470988602938fa3a 8452 
eo-spell_2.1.2000.02.25-41.diff.gz
 7b7622ebd9fbd71baece2615ba03b01b47ccefa0 103244 
iesperanto_2.1.2000.02.25-41_all.deb
 aba3f61d7bd208bdf2c05132ca13dc8d3724414b 102330 
myspell-eo_2.1.2000.02.25-41_all.deb
 66c448320176e31a02612d9b93b9895a844b0e5a 87152 
aspell-eo_2.1.2000.02.25-41_all.deb
Checksums-Sha256: 
 2b33540e3a5b01a78c55c8898ce12b2bc2b5e34df979ea198046fc8830c3e751 1330 
eo-spell_2.1.2000.02.25-41.dsc
 f0452f951394998acb74c3c2b7d2f32b8e99f8df41685c10b92d864fb7c08170 8452 
eo-spell_2.1.2000.02.25-41.diff.gz
 1097f1dc9f2245b26e75eda90c983ca6d07da5c722dae141c9deab9b2e4b0efd 103244 
iesperanto_2.1.2000.02.25-41_all.deb
 5077fdda40916220bc4afc3f31d7ae6853a61198f8fb6e46d8d6c48d369378ee 102330 
myspell-eo_2.1.2000.02.25-41_all.deb
 f1072aae8abe514ed0ea0590a060adc5b56200165273055686087227b7481b37 87152 
aspell-eo_2.1.2000.02.25-41_all.deb
Files: 
 6a3194f348a4dfc2386cf0c59833bf9f 1330 text optional 
eo-spell_2.1.2000.02.25-41.dsc
 dd41b7950aa7dc82f05a56409053a4e1 8452 text optional 
eo-spell_2.1.2000.02.25-41.diff.gz
 76765ad3aee501d752e52a598597243d 103244 text optional 
iesperanto_2.1.2000.02.25-41_all.deb
 10675f48fafba7c498ee7cea76b0c235 102330 text optional 
myspell-eo_2.1.2000.02.25-41_all.deb
 12f1799f569ba0f2e428a4b9bf739b09 87152 text optional 
aspell-eo_2.1.2000.02.25-41_all.deb

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

iD8DBQFKk940TShHqj72DpwRAls/AJ9lrbltGO76mn7mfx5F2vehK9SQmwCgmKRb
a104wzlNl7oDWwMPIdTIsPs=
=wPBo
-END PGP SIGNATURE-


Accepted:
aspell-eo_2.1.2000.02.25-41_all.deb
  to pool/main/e/eo-spell/aspell-eo_2.1.2000.02.25-41_all.deb
eo-spell_2.1.2000.02.25-41.diff.gz
  to pool/main/e/eo-spell/eo-spell_2.1.2000.02.25-41.diff.gz
eo-spell_2.1.2000.02.25-41.dsc
  to pool/main/e/eo-spell/eo-spell_2.1.2000.02.25-41.dsc
iesperanto_2.1.2000.02.25-41_all.deb
  to pool/main/e/eo-spell/iesperanto_2.1.2000.02.25-41_all.deb
myspell-eo_2.1.2000.02.25-41_all.deb
  to pool/main/e/eo-spell/myspell-eo_2.1.2000.02.25-41_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted emboss 6.1.0-4 (source all amd64)

2009-08-25 Thread Charles Plessy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 23:19:10 +0900
Source: emboss
Binary: emboss emboss-data emboss-doc emboss-test emboss-lib jemboss libajax6 
libajax6-dev libnucleus6 libnucleus6-dev
Architecture: source all amd64
Version: 6.1.0-4
Distribution: unstable
Urgency: low
Maintainer: Debian-Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Charles Plessy ple...@debian.org
Description: 
 emboss - the european molecular biology open software suite
 emboss-data - data files for the EMBOSS package
 emboss-doc - documentation for EMBOSS
 emboss-lib - EMBOSS Libraries
 emboss-test - test files for the EMBOSS package
 jemboss- graphical user interface to EMBOSS
 libajax6   - EMBOSS library for commands
 libajax6-dev - development files for libajax
 libnucleus6 - EMBOSS library for molecular sequence analysis
 libnucleus6-dev - development files for libnucleus
Changes: 
 emboss (6.1.0-4) unstable; urgency=low
 .
   * New upstream patch (patch-1-2):
 - Fix string extension so that pointers in lists remain valid.
 - This fixes a bug in processing SwissProt complex descriptions.
 - Fix definition of AJRESIZE0 macro.
 - Fix processing of first match in a profile alignment (prophet).
   * Delete /usr/share/EMBOSS/doc/programs/text/frestdist.txt, that
 should belong to embassy-phylip (PHYLIPNEW). (debian/rules)
   * Incremented Standards-Version in debian/control to reflect conformance
 with Policy 3.8.3 (no changes needed).
   * Removed the libtool libraries from the development packages (debian/rules).
Checksums-Sha1: 
 8b251bf5339a1e9b7a6a68a056d40aa70e953671 1618 emboss_6.1.0-4.dsc
 27f5ecfa704bec4dcc1d17592afd50268741582b 264531 emboss_6.1.0-4.diff.gz
 0a34813fe397082b4e3cf9469fe3a743bb010904 833258 emboss-data_6.1.0-4_all.deb
 47dfa337ed6c4f232f2124db7ba411a2691720d2 5269420 emboss-doc_6.1.0-4_all.deb
 3643c6fd76e0f2c0025c5650f0dcadceb241eb9c 5822390 emboss-test_6.1.0-4_all.deb
 104471ea8a851d89684f684a96d07722a7c8ad12 4572904 jemboss_6.1.0-4_all.deb
 cb92774cb99c142bc65faefda3b8b3d8bbb9e95f 915516 emboss_6.1.0-4_amd64.deb
 f0ca5c4f111d8c6a1ca1f52e0aca21d9a2b4cd81 437126 emboss-lib_6.1.0-4_amd64.deb
 9f5449719110b8db562f928d44a13aa320027464 869064 libajax6_6.1.0-4_amd64.deb
 dc29c4e5627f8d80a85e6099f6c686e62faa930b 995236 libajax6-dev_6.1.0-4_amd64.deb
 913d27db3aaf7755ac4ddd4d6d6df1efb0b8c2e8 210824 libnucleus6_6.1.0-4_amd64.deb
 b9ab7e69c5efc684448e21ce24b591c7e0f71976 227926 
libnucleus6-dev_6.1.0-4_amd64.deb
Checksums-Sha256: 
 a43297fa71164cec28219fb04de47239b05953084de390a35f0565ec5df6ca41 1618 
emboss_6.1.0-4.dsc
 c93500fa01fd0d47ce07d9041a799fc749ff1a8fae9e0d4b6caf11a765db55fb 264531 
emboss_6.1.0-4.diff.gz
 5a693547e4ddcb9203ca1c2667248a307aff3305b53029daa690953c66c29b94 833258 
emboss-data_6.1.0-4_all.deb
 b43fa02216ac30e34ee38a828e3cb1bc81bbddb4c58372911c4422da367847df 5269420 
emboss-doc_6.1.0-4_all.deb
 639adf7d267b14b39b04424b70815cc1025ca33d57888c51c90be8125c7055b7 5822390 
emboss-test_6.1.0-4_all.deb
 69dd3192f70a7b809443975b109ca605392fb9e483532c74a5ef00ca457487ff 4572904 
jemboss_6.1.0-4_all.deb
 c157c71bd6ab1697ed91e819189a7940b1aecd7bf69716b5463d2e87eb81ec0d 915516 
emboss_6.1.0-4_amd64.deb
 2eb65e27c21b06f89dedca0ab791a6e87cf5130a8fb5d284e3fb220c1297e773 437126 
emboss-lib_6.1.0-4_amd64.deb
 2b7f04bc87dd53ead9021d9e38af555ef81c603c397625adbf0fe23153df7260 869064 
libajax6_6.1.0-4_amd64.deb
 4439596fc7dfa2946d7ba2974cfa689bb8c692904def136883a300094960ede7 995236 
libajax6-dev_6.1.0-4_amd64.deb
 25df633837e5fd3df863981b6aa6a587e8e43b3acc9072f756dee749c8af 210824 
libnucleus6_6.1.0-4_amd64.deb
 88168cdb5d140fa073d5266d5edd96e4fcd98809330f87427c42547f78dad8f7 227926 
libnucleus6-dev_6.1.0-4_amd64.deb
Files: 
 55a2506479c0e148cc718f930940a3f0 1618 science optional emboss_6.1.0-4.dsc
 9c593f067c7ad37938aa0964450e0835 264531 science optional emboss_6.1.0-4.diff.gz
 033f339b8d75edc5a1921e2bad6b2688 833258 science optional 
emboss-data_6.1.0-4_all.deb
 795b624862a5f124afd3c620c21606c2 5269420 doc optional 
emboss-doc_6.1.0-4_all.deb
 c09db87437aab3e993bf1789f81b2f65 5822390 misc optional 
emboss-test_6.1.0-4_all.deb
 2080dab8b5adc0899cf6bcee669f8f95 4572904 science optional 
jemboss_6.1.0-4_all.deb
 ddc0ee1f29bd1255e3f2804a10e27aad 915516 science optional 
emboss_6.1.0-4_amd64.deb
 e474545a6cc7a4b4fadcfee639f0283b 437126 libs optional 
emboss-lib_6.1.0-4_amd64.deb
 358b296f71f0a14a8f51a559798e927e 869064 libs optional 
libajax6_6.1.0-4_amd64.deb
 beaafc9be4e3b43d4881cc6e27531d97 995236 libdevel optional 
libajax6-dev_6.1.0-4_amd64.deb
 6447e56137e0c19861b54c5b2d65f905 210824 libs optional 
libnucleus6_6.1.0-4_amd64.deb
 f0425a07756c967bdb5135116820f797 227926 libdevel optional 
libnucleus6-dev_6.1.0-4_amd64.deb

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

iEYEARECAAYFAkqT+NcACgkQdYl1krr+x/JdXQCcD3aIWHHsp5ssQaAcqi6BwoOt
l50An2CdDtofT9MfKYLQuP+m8BQhipUH
=to5x
-END PGP 

Accepted dictionaries-common 1.3.1 (source all)

2009-08-25 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 16:43:40 +0200
Source: dictionaries-common
Binary: dictionaries-common dictionaries-common-dev
Architecture: source all
Version: 1.3.1
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo agmar...@debian.org
Changed-By: Agustin Martin Domingo agmar...@debian.org
Description: 
 dictionaries-common - Common utilities for spelling dictionary tools
 dictionaries-common-dev - Developer tools and Policy for spelling dictionary 
tools
Changes: 
 dictionaries-common (1.3.1) unstable; urgency=low
 .
   * Fix mozilla symlinks creation in installdeb-myspell
Checksums-Sha1: 
 c259a1272059af332bf9901a686525898fe80895 1130 dictionaries-common_1.3.1.dsc
 b3dce21c45faa08e07ef63163554d636ea5928a8 301899 
dictionaries-common_1.3.1.tar.gz
 e74a0fa7b0c91d7d589a0f9ad142c314430fae3d 288848 
dictionaries-common_1.3.1_all.deb
 f0b0b0e0e988e54456c7e808600883706d3db195 127798 
dictionaries-common-dev_1.3.1_all.deb
Checksums-Sha256: 
 8b46a173a11250070fdfe50d98ee5e16d0899d6cd79899135b772098f492a4bb 1130 
dictionaries-common_1.3.1.dsc
 2d863e6adbf11623fc888397899a91d2d8765e9c4e8c84a08256441b1805876c 301899 
dictionaries-common_1.3.1.tar.gz
 d6953479db4a167055770684bfe71407cfd504b7212e40727f2684d84e6ed0a1 288848 
dictionaries-common_1.3.1_all.deb
 6f51dad8e53a382fe9cc672887ec54b7653afc0d745dee1ae1b396ecbd0f5b1c 127798 
dictionaries-common-dev_1.3.1_all.deb
Files: 
 107d734354e86882715607ac7a7bd5ea 1130 text optional 
dictionaries-common_1.3.1.dsc
 d656c3b0f7a5ed8064ef5a164a12a5da 301899 text optional 
dictionaries-common_1.3.1.tar.gz
 65cc01a1ae17dc93bc6d6a98164cbd38 288848 text optional 
dictionaries-common_1.3.1_all.deb
 2f339781899ff9e5b918b8661e4533a0 127798 devel extra 
dictionaries-common-dev_1.3.1_all.deb

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

iD8DBQFKlAAwTShHqj72DpwRAt6eAJ4jYbVRHiwurRnJJ1xadsK5nFz1xwCfRia4
lnRTsPN17uH5c5ognB2vAM8=
=F5EX
-END PGP SIGNATURE-


Accepted:
dictionaries-common-dev_1.3.1_all.deb
  to pool/main/d/dictionaries-common/dictionaries-common-dev_1.3.1_all.deb
dictionaries-common_1.3.1.dsc
  to pool/main/d/dictionaries-common/dictionaries-common_1.3.1.dsc
dictionaries-common_1.3.1.tar.gz
  to pool/main/d/dictionaries-common/dictionaries-common_1.3.1.tar.gz
dictionaries-common_1.3.1_all.deb
  to pool/main/d/dictionaries-common/dictionaries-common_1.3.1_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted audacity 1.3.8-1 (source all i386)

2009-08-25 Thread Benjamin Drung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 03:28:39 +0200
Source: audacity
Binary: audacity audacity-data audacity-dbg
Architecture: source all i386
Version: 1.3.8-1
Distribution: experimental
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Benjamin Drung bdr...@ubuntu.com
Description: 
 audacity   - A fast, cross-platform audio editor
 audacity-data - A fast, cross-platform audio editor (data)
 audacity-dbg - A fast, cross-platform audio editor (debug)
Closes: 542765
Changes: 
 audacity (1.3.8-1) experimental; urgency=low
 .
   [ Benjamin Drung ]
   * New upstream release.
   * Drop patches that are applied or adopted upstream:
 - curly-brace-before-preprocessor-endif.patch
 - desktop_file.patch
 - make-distclean.patch
 - pulseaudio.patch
   * Drop portaudio.patch, it does not apply anymore and audacity was
 never build against portaudio.
   * debian/NEWS: Fix typo (thanks to Lintian).
   * Bump Standards-Version to 3.8.3 (no changes).
   * Drop debian/source.lintian-overrides, not needed any longer.
   * Update debian/watch file to search on Google Code.
   * Do not create help directory on runtime (backport patch from upstream)
 - Add debian/patches/dont-create-help-directory-on-runtime.patch
   * Add debian/patches/export-multiple.patch (LP: #276043).
   * Add debian/patches/10-kFreeBSD.patch and debian/patches/20-autoconf.patch
 to fix FTBFS on GNU/kFreeBSD; thanks to Petr Salinger for the patch
 (Closes: #542765).
   * Allow uploads done by Debian Maintainers.
   * This release is not compatible to the ffmpeg 0.5 series. Left a
 notice in debian/NEWS.
 .
   [ Reinhard Tartler ]
   * Build against system taglib
Checksums-Sha1: 
 47870b15e94d7feff34ded53b87003b9355924ca 2014 audacity_1.3.8-1.dsc
 0bede999f80ba3ab5966f358e65a03b590f6b28f 9339502 audacity_1.3.8.orig.tar.gz
 29d92ca601387faa536a1aedb34fdca4e9e04bdd 31612 audacity_1.3.8-1.diff.gz
 9595c113feb23d07f1e4e5e493e284f8c14008b4 2045840 audacity-data_1.3.8-1_all.deb
 4b523e0565418d4e51f974b5a9a3f393fc9a50c2 2586214 audacity_1.3.8-1_i386.deb
 96baa50976720935a2208645ce03ac6bcefc1475 11899728 audacity-dbg_1.3.8-1_i386.deb
Checksums-Sha256: 
 3f68fbe52ef19afbe3b602bba288f805f096ca6c014b5133ea4d2c0c45522be9 2014 
audacity_1.3.8-1.dsc
 2798054ece5f70300ace2dac7dba3e758474a49c570268e5fa5b99fb11d60f64 9339502 
audacity_1.3.8.orig.tar.gz
 2bba183ddf7865efbc8c0b1c63112be471ab53a375f42beb6e9c1d23fe69bc6a 31612 
audacity_1.3.8-1.diff.gz
 bc1e96fd8b9cf6c9485e677eb0e28f71a330d69df3a69edc5b57310cfd9de81f 2045840 
audacity-data_1.3.8-1_all.deb
 18e124435c442e169f31a60b95a02ce6ccbc3e309e9e249b721cd769ffd1f6b6 2586214 
audacity_1.3.8-1_i386.deb
 1f10afff5d0afce4420707453a683c94d7bb3036a86c28a74b25e8863e5a04ca 11899728 
audacity-dbg_1.3.8-1_i386.deb
Files: 
 dfa846bee3ca6aa22098bb31523a966d 2014 sound optional audacity_1.3.8-1.dsc
 c2df409951bbff7d657dead7819a6586 9339502 sound optional 
audacity_1.3.8.orig.tar.gz
 80e71d119ef862c9ad61ca1c932b61ba 31612 sound optional audacity_1.3.8-1.diff.gz
 fafee4e0475933e71c61fe4addc9cb38 2045840 sound optional 
audacity-data_1.3.8-1_all.deb
 5b84134f0b9c2ee9f95ec70df059d335 2586214 sound optional 
audacity_1.3.8-1_i386.deb
 08a1394ec1df89bfc585d1b40ccfd923 11899728 debug extra 
audacity-dbg_1.3.8-1_i386.deb

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

iJwEAQECAAYFAkqT+L0ACgkQ78RAoABp8o9zngP/V8PrHkM3JKnRCpaTMUtVyYv/
jtsW2gveQo3irhuwt19Jzvpe6IcwhF3U7lhIymm3HfN4Cnnr1++8CH98vC6XJ8Yp
89yiGn/9uiA/FUd4FaUI4zDLRDj+42gsDAHKhuW0QqxZca406x4O+RUzvCF1C3mG
KzNSVThFO8Vj9IVL6+0=
=485h
-END PGP SIGNATURE-


Accepted:
audacity-data_1.3.8-1_all.deb
  to pool/main/a/audacity/audacity-data_1.3.8-1_all.deb
audacity-dbg_1.3.8-1_i386.deb
  to pool/main/a/audacity/audacity-dbg_1.3.8-1_i386.deb
audacity_1.3.8-1.diff.gz
  to pool/main/a/audacity/audacity_1.3.8-1.diff.gz
audacity_1.3.8-1.dsc
  to pool/main/a/audacity/audacity_1.3.8-1.dsc
audacity_1.3.8-1_i386.deb
  to pool/main/a/audacity/audacity_1.3.8-1_i386.deb
audacity_1.3.8.orig.tar.gz
  to pool/main/a/audacity/audacity_1.3.8.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted espeak 1.41.01-1 (source amd64)

2009-08-25 Thread Mario Lang
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 17:23:53 +0200
Source: espeak
Binary: espeak espeak-data espeak-data-udeb libespeak1 libespeak-dev
Architecture: source amd64
Version: 1.41.01-1
Distribution: unstable
Urgency: low
Maintainer: Mario Lang ml...@debian.org
Changed-By: Mario Lang ml...@debian.org
Description: 
 espeak - A multi-lingual software speech synthesizer
 espeak-data - A multi-lingual software speech synthesizer: speech data files
 espeak-data-udeb - A multi-lingual software speech synthesizer: speech data 
files (udeb)
 libespeak-dev - A multi-lingual software speech synthesizer: development files
 libespeak1 - A multi-lingual software speech synthesizer: shared library
Closes: 492000 543453
Changes: 
 espeak (1.41.01-1) unstable; urgency=low
 .
   * New Upstream Version (Closes: Bug#543453)
   * Remove the paragraph about KTTS from the package description
 (Closes: Bug#492000).
Checksums-Sha1: 
 00474a818e30a168095c21b8681e38466619bd0a 1183 espeak_1.41.01-1.dsc
 99b79d316b6933db94ba615809fb8a6f880166ac 1358211 espeak_1.41.01.orig.tar.gz
 bc8aa110ca896aa16c74b95b7f860bfa5dada4c3 19045 espeak_1.41.01-1.diff.gz
 7b2728c5fd87dd2e95e0915dc7740c78bbd34517 68094 espeak_1.41.01-1_amd64.deb
 2e17c6b9d45d7982e4c7a9fe248d56bb55aea827 540420 espeak-data_1.41.01-1_amd64.deb
 91bc857538e6098eb76e08590df758d60f314070 521764 
espeak-data-udeb_1.41.01-1_amd64.udeb
 0791d78581e5ec90bd67b89a26ce6c6fcafb270b 125132 libespeak1_1.41.01-1_amd64.deb
 54ec3576a83cb1e974b76883488d43259f1d012b 173914 
libespeak-dev_1.41.01-1_amd64.deb
Checksums-Sha256: 
 6bdbd3cd322bc973e4a340e91135b1c8a61688fa98affa7374e20a32d24a0363 1183 
espeak_1.41.01-1.dsc
 8ecece0184b37c6fde1786a74910354055f542155423a7cf0af2f4ced84e5ce3 1358211 
espeak_1.41.01.orig.tar.gz
 cadd87c2678b626f4eb72732df6e6332cbd590aa783ed2074f1873635cb963e2 19045 
espeak_1.41.01-1.diff.gz
 02f9446f63346bea696993fe03916a7519979136e85aaf1fb11337878386c660 68094 
espeak_1.41.01-1_amd64.deb
 a1a7147113f7d2351f0da216088d797be5da5fd1417b3634c3d7b3cab1c93188 540420 
espeak-data_1.41.01-1_amd64.deb
 ff9c0795ab25b11ae4a499a6b6a2ccffe8445423b10ed0690a0f3e33894e8b18 521764 
espeak-data-udeb_1.41.01-1_amd64.udeb
 ba7e4117e98f8e1dd46e435c69b2342ee089531783a25cd6fbbf0b6ab157ef81 125132 
libespeak1_1.41.01-1_amd64.deb
 2e5e531015a2abc96eabdc176d73bed2f7f92685f0677cd3971e6b0a7e2c8b89 173914 
libespeak-dev_1.41.01-1_amd64.deb
Files: 
 6921aea626eed1ce28c32f906b8883d0 1183 sound optional espeak_1.41.01-1.dsc
 f1c9270a7d2285eb13cd1fbd9e0fca86 1358211 sound optional 
espeak_1.41.01.orig.tar.gz
 2371be7a6d3c22dde060d79f995f6c1c 19045 sound optional espeak_1.41.01-1.diff.gz
 08fe8d12a01d77bf03aeb43b67eeaf1a 68094 sound optional 
espeak_1.41.01-1_amd64.deb
 2aca7afb603a091d92f3c9feb4361c2b 540420 sound optional 
espeak-data_1.41.01-1_amd64.deb
 66fdac11815deb3c269ab412c8df5485 521764 debian-installer optional 
espeak-data-udeb_1.41.01-1_amd64.udeb
 98653a96001a2f48f73c8f87201e4060 125132 libs optional 
libespeak1_1.41.01-1_amd64.deb
 469ef4014c95980e654061c97dcac890 173914 libdevel optional 
libespeak-dev_1.41.01-1_amd64.deb
Package-Type: udeb

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

iD8DBQFKlAMt3/wCKmsRPkQRAq62AJ4i9NB1FXu1iFdhCLJ57Cbv0jmDZgCffJQM
xr+UcAhXl3JPgt1YY4p4pFk=
=XYQk
-END PGP SIGNATURE-


Accepted:
espeak-data-udeb_1.41.01-1_amd64.udeb
  to pool/main/e/espeak/espeak-data-udeb_1.41.01-1_amd64.udeb
espeak-data_1.41.01-1_amd64.deb
  to pool/main/e/espeak/espeak-data_1.41.01-1_amd64.deb
espeak_1.41.01-1.diff.gz
  to pool/main/e/espeak/espeak_1.41.01-1.diff.gz
espeak_1.41.01-1.dsc
  to pool/main/e/espeak/espeak_1.41.01-1.dsc
espeak_1.41.01-1_amd64.deb
  to pool/main/e/espeak/espeak_1.41.01-1_amd64.deb
espeak_1.41.01.orig.tar.gz
  to pool/main/e/espeak/espeak_1.41.01.orig.tar.gz
libespeak-dev_1.41.01-1_amd64.deb
  to pool/main/e/espeak/libespeak-dev_1.41.01-1_amd64.deb
libespeak1_1.41.01-1_amd64.deb
  to pool/main/e/espeak/libespeak1_1.41.01-1_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted bum 2.5.2-1 (source all)

2009-08-25 Thread Fabio Marzocca
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 16:20:20 +0100
Source: bum
Binary: bum
Architecture: source all
Version: 2.5.2-1
Distribution: unstable
Urgency: low
Maintainer: Fabio Marzocca thesalty...@gmail.com
Changed-By: Fabio Marzocca thesalty...@gmail.com
Description: 
 bum- graphical runlevel editor
Closes: 389889
Changes: 
 bum (2.5.2-1) unstable; urgency=low
 .
   * fixed icon extension in desktop file
   * fixed Maintainers
   * code cleaning
   * fixed manpage (Closes: #389889)
Checksums-Sha1: 
 8df3adff4e3f7929152f70188a8ee93fd0cd665c 1089 bum_2.5.2-1.dsc
 851c7edacc86aead4231385165c7ce33c2e7ae81 229490 bum_2.5.2.orig.tar.gz
 4b6ae3a1e3a43f292870d11a9bd1e9d3d7233d1a 2917 bum_2.5.2-1.diff.gz
 0d3fd8bd876f449f880b03e683a3487fb656f422 85122 bum_2.5.2-1_all.deb
Checksums-Sha256: 
 6bee7034a048e18198b06b0e347fb1fb61f40b7dc186e5b92db4816f6854306b 1089 
bum_2.5.2-1.dsc
 366bb7b811ca93d9c1c862ce30a4629cf4e6db2f63b7ba6f87f8e07b1d09 229490 
bum_2.5.2.orig.tar.gz
 b259ecc43bf8eeb95955832210342766e151612b2f2c2997797768fb8f600735 2917 
bum_2.5.2-1.diff.gz
 3a3c246404a4e8c28a948aaa068165086983b9f01903f8d80d0702715c141871 85122 
bum_2.5.2-1_all.deb
Files: 
 3f8cb22f26da64f2797ce85759b77fb1 1089 admin optional bum_2.5.2-1.dsc
 f16e3fa5b8bc1fd3ada4a93226fc7cb9 229490 admin optional bum_2.5.2.orig.tar.gz
 09070cd220eaf122b3aa217948f111e5 2917 admin optional bum_2.5.2-1.diff.gz
 b5c87c18099340949cbc38ae3401f0b9 85122 admin optional bum_2.5.2-1_all.deb

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

iEYEARECAAYFAkqUBoAACgkQvcCgrgZGjespBwCePYXDq42oKOwb0YLAV7+G02il
TQwAnRCYS14Cm0EsIpI8I7p8IjR4EhuV
=b8/S
-END PGP SIGNATURE-


Accepted:
bum_2.5.2-1.diff.gz
  to pool/main/b/bum/bum_2.5.2-1.diff.gz
bum_2.5.2-1.dsc
  to pool/main/b/bum/bum_2.5.2-1.dsc
bum_2.5.2-1_all.deb
  to pool/main/b/bum/bum_2.5.2-1_all.deb
bum_2.5.2.orig.tar.gz
  to pool/main/b/bum/bum_2.5.2.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted auctex 11.83-8 (source all)

2009-08-25 Thread Davide G. M. Salvetti
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 17:09:49 +0200
Source: auctex
Binary: auctex preview-latex-style
Architecture: source all
Version: 11.83-8
Distribution: unstable
Urgency: medium
Maintainer: Davide G. M. Salvetti sa...@debian.org
Changed-By: Davide G. M. Salvetti sa...@debian.org
Description: 
 auctex - integrated document editing environment for TeX etc.
 preview-latex-style - extraction of elements from LaTeX documents as graphics
Closes: 440397 443930 508348 539749 540093
Changes: 
 auctex (11.83-8) unstable; urgency=medium
 .
   * COPYRIGHT, copyright.in, variables: Update copyright.
   * control (Homepage): New field.
   * control (Standards-Version): Updated to 3.8.2.
   * control (auctex/Description): Reflow text.
   * control (preview-latex-style/Description): Fix typo (unpublished
 change obsoleted by 11.83-7.1 NMU); thanks to Rafael Laboissiere.
 (Closes: #440397)
   * control (preview-latex-style/Homepage): New field.
   * po/cs.po, po/de.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/gl.po,
 po/it.po, po/ja.po, po/nl.po, po/pt.po, po/pt_BR.po, po/ru.po,
 po/sv.po, po/vi.po: Normalized.
   * po/it.po: Updated.
   * auctex/templates.in: Reflow text.  Keep debian-l10n-english team
 review comment from flowing to auctex/templates.
 .
   * control, rules.in (binary-indep-auctex), auctex/bug.script.in (FLAVORS),
 auctex/conffiles.in, auctex/install.in, auctex/remove.in,
 auctex/update-auctex-elisp.in (FLAVORS),
 auctex/update-auctex-install.in (FLAVORS): Add Emacs 23 support.
 (Closes: #539749, #540093)
 .
   * config.in: No more need to register doauto/logfile here.
   * install.in (do_auto): Do not remove log files here.  New log files
 names.
   * remove.in (undo_auto): Remove log files here.  New log files names.
 (Closes: #508348)
   * update-auctex-install: New log files names.
   * variables (TMPMASK): Remove it.
   * variables (LOGFILE): New variable.
 .
   * install.in (do_install): For each flavor, for every byte compiled
 file, install a symlink to the corresponding Elisp source from the
 installation directory to the source directories, for the sole purpose
 of allowing `find-function-search-for-symbol' (invoked by clicking on
 the help-function-def-button provided by a function definition help
 string) to find it.  (Closes: #443930)
   * remove.in (undo_install): Remove the symlinks to the Elisp sources
 installed by install.in (do_install).
 .
   * rules.in (binary-arch): Strip $(checkdir) and $(checkroot).
 [Lintian]
   * auctex/lintian.in: Fix debconf-is-not-a-registry overrides paths.
 Remove no more needed
 maintainer-script-does-not-check-for-existence-of-installdocs
 overrides.
   * auctex/update-auctex-install.in, auctex/lintian.in: Needs no more
 Debconf interaction.
   * preview-latex-style/lintian.in: Remove no more needed
 maintainer-script-does-not-check-for-existence-of-installdocs
 lintian overrides.
 .
   * config.in: Implement Debconf backup capability.
   * rules.in (debconf-test, debconf-ask-for-translations): New phonies.
   * rules.in (build-package): Call lintian after building the package.
Checksums-Sha1: 
 8bfc665e90398edb1e19de06e195d637bb6445df 1214 auctex_11.83-8.dsc
 cea9ee901a7666f796016c3039452b95097392f8 51486 auctex_11.83-8.diff.gz
 e6bd9969c8ba329dc9a03b7e5860bdf2ad0f12b7 1130958 auctex_11.83-8_all.deb
 a6aa01c76b76095b83fadaad777255f74221f6cf 120210 
preview-latex-style_11.83-8_all.deb
Checksums-Sha256: 
 26d0d42c887fe2591182fdab6480eba8f9d701cb60651fccb7a8ef288ad88f98 1214 
auctex_11.83-8.dsc
 fc944a8cf4d16c175bfe7addecc942a9c613b6f909859b70d402e09b112a09d0 51486 
auctex_11.83-8.diff.gz
 acce0f1c5bef2985a9330d9264725838e0bcd6c124bc848920fbf475d990b254 1130958 
auctex_11.83-8_all.deb
 849a95001571f4307f32561bc2be4f6737c811a501df7a01e70f1d8ea5970625 120210 
preview-latex-style_11.83-8_all.deb
Files: 
 04638452aaffdaa68e380ed5484b4457 1214 tex optional auctex_11.83-8.dsc
 cfa78c2fd2cde6ee97ac06c3003e79cc 51486 tex optional auctex_11.83-8.diff.gz
 deb8bc180be068850e456e72ffe48be1 1130958 tex optional auctex_11.83-8_all.deb
 30f6d0678e4946e6ba413548981ad13a 120210 tex optional 
preview-latex-style_11.83-8_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: http://www.linux.it/~salve/dgms.gpg

iEYEARECAAYFAkqT/w0ACgkQISswbJOWhl3JkQCgj0HFknt7oGltjNBJtYzkVfVt
X80AoMBHG6xakUtx6XEi/P33Faync/4J
=bifd
-END PGP SIGNATURE-


Accepted:
auctex_11.83-8.diff.gz
  to pool/main/a/auctex/auctex_11.83-8.diff.gz
auctex_11.83-8.dsc
  to pool/main/a/auctex/auctex_11.83-8.dsc
auctex_11.83-8_all.deb
  to pool/main/a/auctex/auctex_11.83-8_all.deb
preview-latex-style_11.83-8_all.deb
  to pool/main/a/auctex/preview-latex-style_11.83-8_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted ffmpeg 4:0.5+svn20090706-1 (source i386 all)

2009-08-25 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 13 Aug 2009 12:48:27 +0200
Source: ffmpeg
Binary: ffmpeg ffmpeg-dbg ffmpeg-doc libavutil49 libavcodec52 libavdevice52 
libavformat52 libavfilter0 libpostproc51 libswscale0 libavutil-dev 
libavcodec-dev libavdevice-dev libavformat-dev libavfilter-dev libpostproc-dev 
libswscale-dev
Architecture: source i386 all
Version: 4:0.5+svn20090706-1
Distribution: unstable
Urgency: low
Maintainer: Debian multimedia packages maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Reinhard Tartler siret...@tauware.de
Description: 
 ffmpeg - multimedia player, server and encoder
 ffmpeg-dbg - Debug symbols for ffmpeg related packages
 ffmpeg-doc - documentation of the ffmpeg API
 libavcodec-dev - development files for libavcodec
 libavcodec52 - ffmpeg codec library
 libavdevice-dev - development files for libavdevice
 libavdevice52 - ffmpeg device handling library
 libavfilter-dev - development files for libavfilter
 libavfilter0 - ffmpeg video filtering library
 libavformat-dev - development files for libavformat
 libavformat52 - ffmpeg file format library
 libavutil-dev - development files for libavutil
 libavutil49 - ffmpeg utility library
 libpostproc-dev - development files for libpostproc
 libpostproc51 - ffmpeg video postprocessing library
 libswscale-dev - development files for libswscale
 libswscale0 - ffmpeg video scaling library
Closes: 540424 540729
Changes: 
 ffmpeg (4:0.5+svn20090706-1) unstable; urgency=low
 .
   * preparing new upstream version, 0.5 release branch, rev 19352
 - this version is capable of compiling swscale in LGPL mode
   * rename source package back
 - The replacement package with the 'missing bits' will be called
   'ffmpeg-extra'
 - simplify README.upstream-upgrade
 - rename the source package from 'ffmpeg-debian' - 'ffmpeg'
   * fix aac playback regression, thanks to Matthew Wakeling for reporting
  (Closes: #540729)
   * fix seeking in DIF (DV) movies
  Thanks to Dan Dennedy for identifying the patch! (Closes: #540424)
   * debian/rules:
 - merge cond_enable_nf macro from master.extra branch
 - don't disable ffserver in various optimized variants
 - don't disable building of statically linked helper binaries
 - simply by removing the case of renaming the source package
 - change the shlibs file: s/-unstripped-/-extra-/
Checksums-Sha1: 
 b1817e99e65729847d95ff4be1560e4a194be26e 2401 ffmpeg_0.5+svn20090706-1.dsc
 e7cfb31ec361b73079bb03098682aa88e7441c8a 3319603 
ffmpeg_0.5+svn20090706.orig.tar.gz
 6ba51684ec16d96e63841293686d3cae73b1a07a 75682 ffmpeg_0.5+svn20090706-1.diff.gz
 a52408bb19e29f43fa5179a22c3464793454f28a 4707998 
ffmpeg_0.5+svn20090706-1_i386.deb
 25b94bd648d2bf2ad483d925852c36c82fd68eea 19559246 
ffmpeg-dbg_0.5+svn20090706-1_i386.deb
 138799c74d8afc3c8cdfcd20879559bfbe376b88 13929534 
ffmpeg-doc_0.5+svn20090706-1_all.deb
 f8520760f28012a1eb815dfc447f61ef76a39b91 92052 
libavutil49_0.5+svn20090706-1_i386.deb
 ef9221906a9a47a12822b22f4d8e56c671bc5d52 3878504 
libavcodec52_0.5+svn20090706-1_i386.deb
 dce0f59ef271360d138ce63b4f9dc8db8d82f886 71362 
libavdevice52_0.5+svn20090706-1_i386.deb
 5db880b4073bb93b89755d1ce2c253542ffad3d5 700974 
libavformat52_0.5+svn20090706-1_i386.deb
 1aa3c1ad310b466dd3b8d29e8f42ad296c03fe84 46944 
libavfilter0_0.5+svn20090706-1_i386.deb
 eb767c58f7da5194a8f911d80eddd0a6a79f 69942 
libpostproc51_0.5+svn20090706-1_i386.deb
 4f4803f2b894150addcfe526c5d3aad9ae631663 172534 
libswscale0_0.5+svn20090706-1_i386.deb
 cf0c8ae8f10b737fd22a055ea980344b59a49a61 78470 
libavutil-dev_0.5+svn20090706-1_i386.deb
 d2066c2c5d5772c6963af72bc08b74055ed81118 2180094 
libavcodec-dev_0.5+svn20090706-1_i386.deb
 0cadb2ba253929c9b74ab7ed93403ae7812b7d68 55634 
libavdevice-dev_0.5+svn20090706-1_i386.deb
 ef1009c2b6f1d746c01f2b9bfa038c441f654c35 443794 
libavformat-dev_0.5+svn20090706-1_i386.deb
 c1febaa576faafe8fbea47611b1d0aadcfeb16e1 52068 
libavfilter-dev_0.5+svn20090706-1_i386.deb
 a97577c0d61345cf0eedfb64c863680b2a28a48d 54730 
libpostproc-dev_0.5+svn20090706-1_i386.deb
 5558a1930208b8ee1360589c4b0e45df3526e247 112020 
libswscale-dev_0.5+svn20090706-1_i386.deb
Checksums-Sha256: 
 92eaebdac5cb9b738de7144e3739367b5ef10e8535fbc35915bb39d98e08895c 2401 
ffmpeg_0.5+svn20090706-1.dsc
 0c56171c0e8d511ff5da650c19fad29f9a5c09f33702a89bde89211dd577d8ad 3319603 
ffmpeg_0.5+svn20090706.orig.tar.gz
 ba2d9c95a92543bd5c5d913de390e1fde7199d7cc00d3d959edc856426ea0c51 75682 
ffmpeg_0.5+svn20090706-1.diff.gz
 847fa7652bdf23acc8ec43d86bbb2bde013a376debc1fe5ba2f89a6e9ee13335 4707998 
ffmpeg_0.5+svn20090706-1_i386.deb
 dbc27a714b741384fe169c9f91a23f997d6017a1bad304ce5d57b4c4f324491c 19559246 
ffmpeg-dbg_0.5+svn20090706-1_i386.deb
 088e8436c12d9eb37ec71ab58ffac30f8c5c402b2661fa6e952b58b089095404 13929534 
ffmpeg-doc_0.5+svn20090706-1_all.deb
 da535e5a0daf0a80c79b179e5bcabf9c8bf9f84f49ef00e8dec5dd1541c6864f 92052 

Accepted espa-nol 1.10-8 (source all)

2009-08-25 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 16:50:26 +0200
Source: espa-nol
Binary: ispanish myspell-es aspell-es
Architecture: source all
Version: 1.10-8
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo agmar...@debian.org
Changed-By: Agustin Martin Domingo agmar...@debian.org
Description: 
 aspell-es  - Spanish dictionary for aspell
 ispanish   - Spanish dictionary for ispell
 myspell-es - Spanish dictionary for myspell
Changes: 
 espa-nol (1.10-8) unstable; urgency=low
 .
   * Rebuild against dictionaries-common-dev 1.3.1 to have
 mozilla symlinks fixed.
Checksums-Sha1: 
 30647d204e95a34587b1435e051c01b1663b0fe3 1305 espa-nol_1.10-8.dsc
 8c1e4ffc962a187285bc87334ef650e4632327db 16730 espa-nol_1.10-8.diff.gz
 4dede4bd49c2bede58c0e867b70b36543e2e79d3 234704 ispanish_1.10-8_all.deb
 3b9acf97833d8dd59904bbe55bba606c7cb4a061 218604 myspell-es_1.10-8_all.deb
 bb91c8a45e57bad9e7cc40036a70d2dab88acaa9 169076 aspell-es_1.10-8_all.deb
Checksums-Sha256: 
 1cac2decf3ac33e33e0e3a878d50d34bbdb10613b749dc4ed37d49ec89eeacad 1305 
espa-nol_1.10-8.dsc
 06469543425987fa7359e4ab7cea65d316fc7a320a564c7625de50fc43d8fba8 16730 
espa-nol_1.10-8.diff.gz
 b15d159091ff2064ae4ef5a2116b55cf38c5a284c71acfc2e48c17525ceb3a30 234704 
ispanish_1.10-8_all.deb
 1f43d3c0574137234b926d4ce3953bef6d29790d71c67658658d876f5827a5c1 218604 
myspell-es_1.10-8_all.deb
 aeeade5e258e97fb3d85d82c8b083cad68ef00b628e5091a5ef520ed91a82771 169076 
aspell-es_1.10-8_all.deb
Files: 
 f378daaef6019d22e5771ab9575c12c0 1305 text optional espa-nol_1.10-8.dsc
 5a7dcc5280c9ae42c5b6855619cd4199 16730 text optional espa-nol_1.10-8.diff.gz
 3686f40243fd1652151a1c60e20561ac 234704 text optional ispanish_1.10-8_all.deb
 5e942b45112f63e0c514ee70655679d6 218604 text optional myspell-es_1.10-8_all.deb
 8f3375ef3b749afde8c7c78240f15af8 169076 text optional aspell-es_1.10-8_all.deb

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

iD8DBQFKk/qwTShHqj72DpwRAjKvAJ0e8ZWQ7T5/yOrXal+S3Hpof9OWrACglWQg
A4cEr5hzNVXCg4Gq0PWHk80=
=KcBM
-END PGP SIGNATURE-


Accepted:
aspell-es_1.10-8_all.deb
  to pool/main/e/espa-nol/aspell-es_1.10-8_all.deb
espa-nol_1.10-8.diff.gz
  to pool/main/e/espa-nol/espa-nol_1.10-8.diff.gz
espa-nol_1.10-8.dsc
  to pool/main/e/espa-nol/espa-nol_1.10-8.dsc
ispanish_1.10-8_all.deb
  to pool/main/e/espa-nol/ispanish_1.10-8_all.deb
myspell-es_1.10-8_all.deb
  to pool/main/e/espa-nol/myspell-es_1.10-8_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted debian-reference 2.36 (source all)

2009-08-25 Thread Osamu Aoki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 23:22:18 +0900
Source: debian-reference
Binary: debian-reference debian-reference-common debian-reference-en 
debian-reference-fr debian-reference-it debian-reference-ja debian-reference-es 
debian-reference-de debian-reference-pt-br debian-reference-pl 
debian-reference-zh-tw debian-reference-zh-cn
Architecture: source all
Version: 2.36
Distribution: unstable
Urgency: low
Maintainer: Osamu Aoki os...@debian.org
Changed-By: Osamu Aoki os...@debian.org
Description: 
 debian-reference - metapackage to install (all) translations of Debian 
Reference
 debian-reference-common - Debian system administration guide, common files
 debian-reference-de - Debian system administration guide, German translation
 debian-reference-en - Debian system administration guide, English original
 debian-reference-es - Debian system administration guide, Spanish translation
 debian-reference-fr - Debian system administration guide, French translation
 debian-reference-it - Debian system administration guide, Italian translation
 debian-reference-ja - Debian system administration guide, Japanese translation
 debian-reference-pl - Debian system administration guide, Polish translation
 debian-reference-pt-br - Debian system administration guide, Portuguese 
translation
 debian-reference-zh-cn - Debian system administration guide, Chinese(CN) 
translation
 debian-reference-zh-tw - Debian system administration guide, Chinese(TW) 
translation
Changes: 
 debian-reference (2.36) unstable; urgency=low
 .
   * Added The filesystem in The system initialization.
   * Removed future tense usages per IBM Style.
   * Rewrote Restricting access to some server services.
   * Spell checked with xargs -n1|sed ... |sort|uniq.
   * Cleaned Makefile (Now DDP has asciidoc)
   * Updated Japanese translation: 100%.
   * Marked translation of old version 1 in titles.
Checksums-Sha1: 
 3b99ed5cd29fe2c957d79304e75696e256dd82be 1301 debian-reference_2.36.dsc
 2864d2aae84839455bd03bf5cef82ae25a386e06 2702538 debian-reference_2.36.tar.gz
 c219c3ea9dee95c50c755639fc751aa4c72637e5 14826 debian-reference_2.36_all.deb
 81ca8f996fb94e08db4c34930de07caa17749b6f 29058 
debian-reference-common_2.36_all.deb
 70191a8384e4177ee51501d160e4989651d4cc14 845512 
debian-reference-en_2.36_all.deb
 d6b3f5d7304c47f404f254836a073d4942a6821c 760604 
debian-reference-fr_2.36_all.deb
 0465c0ed34fb7c7c7f9195ccb79cc9517dc51160 818632 
debian-reference-it_2.36_all.deb
 9b9095dda074df76f85470af771eb6710c7651c4 963858 
debian-reference-ja_2.36_all.deb
 7e03129dd3113c72a5331f2d06d07b16a86b7504 790958 
debian-reference-es_2.36_all.deb
 7348f14aebe3dc15afb2fae6456ca9c4241228c3 745220 
debian-reference-de_2.36_all.deb
 46616af6792221e4409489987d56ad83fc3a88d2 808146 
debian-reference-pt-br_2.36_all.deb
 ae2a3eea4c59d46951f45dfdaef8fdf7d029c76e 854804 
debian-reference-pl_2.36_all.deb
 2ea0fd361cf5376f3c7d01a528afe0ed5c206920 818338 
debian-reference-zh-tw_2.36_all.deb
 207795ac0f9c146ba342fc0883ad16bebde9e3f6 813160 
debian-reference-zh-cn_2.36_all.deb
Checksums-Sha256: 
 cfa22b0dfb1a8bc2663a3c76d8a86cc21629a3f7f0a8fc93064d7d40d9f04e37 1301 
debian-reference_2.36.dsc
 1c463ba329cfdfd7e241d26f3a191ad64c031050b20450b9412206451280b5f5 2702538 
debian-reference_2.36.tar.gz
 cd4259d78fb92e95cbe820090a0c22f2dc76e4edcd988b0bc4ca34ea11deb60e 14826 
debian-reference_2.36_all.deb
 4faf47e6eb910993746ecc4ddd9b8abf109940894f2e0b8845ea465be17b0e04 29058 
debian-reference-common_2.36_all.deb
 c4f7234687a411e1f9f3571ac4a4b1943560b737701fb45885e368786b44bd77 845512 
debian-reference-en_2.36_all.deb
 d4d672543ba6714f7289245cba88dafb602ddbfc4f6abae7c4d00bd7da78d196 760604 
debian-reference-fr_2.36_all.deb
 82da12d4848916575f4d650ec2ca4f1516839f81941a2f920c31f68599d9a657 818632 
debian-reference-it_2.36_all.deb
 a6e497dae8fbf9da6f0270a7fc3f67e7ba74680fc45defb6e48098b51e6f4d96 963858 
debian-reference-ja_2.36_all.deb
 72c1b67a20090260e3f4b05813b957d1ff4dc05cf498502c807b8e566c31a65c 790958 
debian-reference-es_2.36_all.deb
 4d48c663b084567d005401b946ce58418766c049cecaa9df143d8bfe02d04c04 745220 
debian-reference-de_2.36_all.deb
 addd351912c301b4141c17721c5173733dc1438facb6fa7bb933e8f2f267fadc 808146 
debian-reference-pt-br_2.36_all.deb
 e5fba76e35247a4a8984b47d94ad56a18e4ed49fbfe6c65fbde828be14b9e331 854804 
debian-reference-pl_2.36_all.deb
 399e024b252536a519f8d6e53ee23b6c793d1107997425c04ad2af1a0d7b2ac7 818338 
debian-reference-zh-tw_2.36_all.deb
 5bad5f9d0b24eb49c629c9b85da35970e33ee9b905fa3c98bfc57553f55f0fd7 813160 
debian-reference-zh-cn_2.36_all.deb
Files: 
 99facc497750e29575ec296a3d8a2bc4 1301 doc optional debian-reference_2.36.dsc
 c0a2adea36ee54d6638dafa65598ec56 2702538 doc optional 
debian-reference_2.36.tar.gz
 63c339c166b9b6b195aad1b674e18597 14826 doc optional 
debian-reference_2.36_all.deb
 6eeb7f733d52082f88a078bbb69856c0 29058 doc optional 
debian-reference-common_2.36_all.deb
 c0e43000f90f650dd9e89755b3dadbb8 

Accepted gnome-orca 2.27.91-1 (source all)

2009-08-25 Thread Mario Lang
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 16:25:23 +0200
Source: gnome-orca
Binary: gnome-orca
Architecture: source all
Version: 2.27.91-1
Distribution: experimental
Urgency: low
Maintainer: Debian Accessibility Team debian-accessibil...@lists.debian.org
Changed-By: Mario Lang ml...@debian.org
Description: 
 gnome-orca - Scriptable screen reader
Changes: 
 gnome-orca (2.27.91-1) experimental; urgency=low
 .
   * New upstream release.
   * debian/{control,.in}:
 - Add python-pyatspi2 as an alternative Depends to python-pyatspi to
   ease testing of at-spi2 (not in the archive yet).
 - Bump Standards-Version from 3.8.2 to 3.8.3 (no changes).
Checksums-Sha1: 
 875272709093650d4c332dd0d1fae85935d38c4b 1553 gnome-orca_2.27.91-1.dsc
 10d1288b1888bc5aa57dab99022ab506bb262e4e 3694377 gnome-orca_2.27.91.orig.tar.gz
 80bf97688d165ef679bd86d97d93c6e8b6de2363 5961 gnome-orca_2.27.91-1.diff.gz
 99da609dab869639cd4ecaafa72c83af46806b76 2039540 gnome-orca_2.27.91-1_all.deb
Checksums-Sha256: 
 42f12b97ae76f1b71fc08dd7e5231e9bdfbbbf3561d5071976df5e40f9b300dd 1553 
gnome-orca_2.27.91-1.dsc
 b629947283360d14993a0bcd9b596f74e7f9c4565f0d213d5884bb3043750aef 3694377 
gnome-orca_2.27.91.orig.tar.gz
 cffa796bc558634e063c37c60a15887c4bac1c3505d80e6fbae2af1a5684aeec 5961 
gnome-orca_2.27.91-1.diff.gz
 36a5fca4844864cfdcd456ecd9edb7cdfb24bb559d2b0c347821cbb75b229fb7 2039540 
gnome-orca_2.27.91-1_all.deb
Files: 
 acc7b799fb81023b87daeea17ed139f5 1553 gnome optional gnome-orca_2.27.91-1.dsc
 592655fc03581135cbfdfeb803bcb0d1 3694377 gnome optional 
gnome-orca_2.27.91.orig.tar.gz
 c0ee5d076dcb4b143db879206b51b30b 5961 gnome optional 
gnome-orca_2.27.91-1.diff.gz
 6faef830befa8ccf96c1c91b04ce8737 2039540 gnome optional 
gnome-orca_2.27.91-1_all.deb

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

iD8DBQFKk/e03/wCKmsRPkQRAoqaAJ9jCSHI2mnWRwSvpZZ5T+7wefO3wgCfX9h+
5Hx+FJevZkjdf36/U1Bpyao=
=28Oc
-END PGP SIGNATURE-


Accepted:
gnome-orca_2.27.91-1.diff.gz
  to pool/main/g/gnome-orca/gnome-orca_2.27.91-1.diff.gz
gnome-orca_2.27.91-1.dsc
  to pool/main/g/gnome-orca/gnome-orca_2.27.91-1.dsc
gnome-orca_2.27.91-1_all.deb
  to pool/main/g/gnome-orca/gnome-orca_2.27.91-1_all.deb
gnome-orca_2.27.91.orig.tar.gz
  to pool/main/g/gnome-orca/gnome-orca_2.27.91.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted libdevel-cycle-perl 1.11-1 (source all)

2009-08-25 Thread Jonathan Yu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Aug 2009 17:27:53 -0400
Source: libdevel-cycle-perl
Binary: libdevel-cycle-perl
Architecture: source all
Version: 1.11-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonathan Yu freque...@cpan.org
Description: 
 libdevel-cycle-perl - Perl module to detect memory cycles in Perl objects
Changes: 
 libdevel-cycle-perl (1.11-1) unstable; urgency=low
 .
   [ Jonathan Yu ]
   * New upstream release
 + Fix for incorrectly reported cycles (RT#47389)
   * Standards-Version 3.8.3 (drop version dependency on perl)
   * Use new short debhelper rules format
   * Bump compat to 7, upgrade debhelper to = 7
   * Upgrade copyright information, use machine readable format
   * Update control description
   * Added myself to Copyright and Uploaders
 .
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
 (source stanza).
 .
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
Checksums-Sha1: 
 f0b42d80c87b460a09e5614baab8b8937762f53d 1424 libdevel-cycle-perl_1.11-1.dsc
 c88be23f7d5205e67745a4c6c3cdd2fc39595ea8 6843 
libdevel-cycle-perl_1.11.orig.tar.gz
 28b417cdba43cb2e713c20dffc4f982377a27644 2042 
libdevel-cycle-perl_1.11-1.diff.gz
 cb37fb08009094fabbb0090fa57a479ab452fe17 12328 
libdevel-cycle-perl_1.11-1_all.deb
Checksums-Sha256: 
 bf06f36efd5526798ca7f139ce2f3dc0b11afd93525e9ec9d7054fc971f51a4b 1424 
libdevel-cycle-perl_1.11-1.dsc
 3a9325a04d0649643cc1c37909a347698d0a3c11f8780475de5d8c9cba1f879d 6843 
libdevel-cycle-perl_1.11.orig.tar.gz
 5f20c21e872aa88466e76116a843f52fdc73cce44bb77b88af2ac81fdd23678d 2042 
libdevel-cycle-perl_1.11-1.diff.gz
 57c23bc13704fcc127a8e4c70190c4a51468e47a99839d8074a56cf46f754f82 12328 
libdevel-cycle-perl_1.11-1_all.deb
Files: 
 7ad583975c72693bc2f9df1ee66dcbdb 1424 perl optional 
libdevel-cycle-perl_1.11-1.dsc
 67c42d79bcb7beb337023e3e00b0ebcb 6843 perl optional 
libdevel-cycle-perl_1.11.orig.tar.gz
 b361808115c0bdd1358dac33572f080f 2042 perl optional 
libdevel-cycle-perl_1.11-1.diff.gz
 1f91bf314b711e80361b07a6d6ba9e9c 12328 perl optional 
libdevel-cycle-perl_1.11-1_all.deb

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

iEYEARECAAYFAkqUEGsACgkQOzKYnQDzz+R+OgCg9ge5fhMRjNeQkBUK399xxsKv
EDkAoKeM6QygbsuNJ1DAd6DeL5k2EbaH
=O9gT
-END PGP SIGNATURE-


Accepted:
libdevel-cycle-perl_1.11-1.diff.gz
  to pool/main/libd/libdevel-cycle-perl/libdevel-cycle-perl_1.11-1.diff.gz
libdevel-cycle-perl_1.11-1.dsc
  to pool/main/libd/libdevel-cycle-perl/libdevel-cycle-perl_1.11-1.dsc
libdevel-cycle-perl_1.11-1_all.deb
  to pool/main/libd/libdevel-cycle-perl/libdevel-cycle-perl_1.11-1_all.deb
libdevel-cycle-perl_1.11.orig.tar.gz
  to pool/main/libd/libdevel-cycle-perl/libdevel-cycle-perl_1.11.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted libsm 2:1.1.1-1 (source i386)

2009-08-25 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 17:58:18 +0200
Source: libsm
Binary: libsm6 libsm6-dbg libsm-dev
Architecture: source i386
Version: 2:1.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 libsm-dev  - X11 Session Management library (development headers)
 libsm6 - X11 Session Management library
 libsm6-dbg - X11 Session Management library (debug package)
Changes: 
 libsm (2:1.1.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Move libsm6-dbg to 'debug' section.
   * Drop x11-common (pre-)dependencies, this isn't needed anymore.
   * Bump libice-dev build-dep to 2:1.0.5.
   * Bump xutils-dev build-dep to 1:7.4+4 for new util-macros.
   * Add README.source from xsfbs, bump Standards-Version to 3.8.3.
   * Look for space-separated DEB_BUILD_OPTIONS.
Checksums-Sha1: 
 e8353bd5b4b32b0fcf25a596e5b6083ec1d8113c 1365 libsm_1.1.1-1.dsc
 511a203cc5340c6cd621e88020843b9a10a90af0 317225 libsm_1.1.1.orig.tar.gz
 d5129119b34a95ed88e37626717612e3f2f681e1 16802 libsm_1.1.1-1.diff.gz
 63a6d5dfa1cdf5d343e0042ca65d9c50c823577d 23976 libsm6_1.1.1-1_i386.deb
 eb3f822e501882e4b26dc3f70fad49660e31ef4d 37642 libsm6-dbg_1.1.1-1_i386.deb
 3c4e0fe511f272998612cc461c21dea61a5ab376 26494 libsm-dev_1.1.1-1_i386.deb
Checksums-Sha256: 
 aa9e0b87f46d860983aebe7e52343c8748569e3562f72f80921cc66e853749c9 1365 
libsm_1.1.1-1.dsc
 2fc06e0d90cdb898bb5ab08e3a7eb1200424b32f103291a7b5098ca9621952f2 317225 
libsm_1.1.1.orig.tar.gz
 b8ab4eea1efa1822c9003f5de50c826bdbdf72739004b5a93f363c78a95ff4b6 16802 
libsm_1.1.1-1.diff.gz
 b56b58ec996a6e507e1a1367e56a68d8ab17dc65831494d0bd1d5e37f2e43e97 23976 
libsm6_1.1.1-1_i386.deb
 3fdc4138b8791ea2f203932d9d339ef98a27886a984d25d5d7c000859c3d2151 37642 
libsm6-dbg_1.1.1-1_i386.deb
 7d5b707f293d59721c9e0d69f07c9156e7f514713b0d8b117458958312db8f99 26494 
libsm-dev_1.1.1-1_i386.deb
Files: 
 bb107a29bf876e98b9169ed5910984e9 1365 x11 optional libsm_1.1.1-1.dsc
 1ee90d479298e48df7bb86a7ccbe00c9 317225 x11 optional libsm_1.1.1.orig.tar.gz
 a5d7b70ba93b3336ede5ddf4f26ac62b 16802 x11 optional libsm_1.1.1-1.diff.gz
 eda3e07bf434262ba270bb1ae12e71e0 23976 libs optional libsm6_1.1.1-1_i386.deb
 4ed80d5cd10d6e829840d485de786791 37642 debug extra libsm6-dbg_1.1.1-1_i386.deb
 ee8a3f63a80342eb656e2b5c4c2a6586 26494 libdevel optional 
libsm-dev_1.1.1-1_i386.deb

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

iEYEARECAAYFAkqUC2kACgkQmEvTgKxfcAzy8QCdGPYjU7JPyK1CV34xZtRY+3+W
0u0AniLZ/hSp1bGzUeNJhY1xx+NYbtLm
=VhyE
-END PGP SIGNATURE-


Accepted:
libsm-dev_1.1.1-1_i386.deb
  to pool/main/libs/libsm/libsm-dev_1.1.1-1_i386.deb
libsm6-dbg_1.1.1-1_i386.deb
  to pool/main/libs/libsm/libsm6-dbg_1.1.1-1_i386.deb
libsm6_1.1.1-1_i386.deb
  to pool/main/libs/libsm/libsm6_1.1.1-1_i386.deb
libsm_1.1.1-1.diff.gz
  to pool/main/libs/libsm/libsm_1.1.1-1.diff.gz
libsm_1.1.1-1.dsc
  to pool/main/libs/libsm/libsm_1.1.1-1.dsc
libsm_1.1.1.orig.tar.gz
  to pool/main/libs/libsm/libsm_1.1.1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted ispell-fo 0.2.36-3 (source all)

2009-08-25 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 15:58:20 +0200
Source: ispell-fo
Binary: ifaroese wfaroese aspell-fo myspell-fo
Architecture: source all
Version: 0.2.36-3
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo agmar...@debian.org
Changed-By: Agustin Martin Domingo agmar...@debian.org
Description: 
 aspell-fo  - The Faroese dictionary for aspell
 ifaroese   - The Faroese dictionary for ispell
 myspell-fo - The Faroese dictionary for myspell
 wfaroese   - The Faroese dictionary / wordlist
Closes: 541918
Changes: 
 ispell-fo (0.2.36-3) unstable; urgency=low
 .
   * Bump Standards Version to 3.8.3. No changes required.
   * Install myspell dicts in new location. Use new
 installdeb-myspell (at least 1.3) for this and for
 compatibility symlinks (Closes: #541918).
Checksums-Sha1: 
 4ba5e67c996dc6652b0af403c6bad4f5d4afd6a3 1303 ispell-fo_0.2.36-3.dsc
 6d177c95c7d947d3b0bee9e531cce11a62e5c35f 8930 ispell-fo_0.2.36-3.diff.gz
 8d45301505f37747f31b81ca6568ceb58ba1347e 320818 ifaroese_0.2.36-3_all.deb
 4e5029c0ff81135b43240b8ed403645bb0704ff4 348198 wfaroese_0.2.36-3_all.deb
 6852852d308770f10ceed462727cbd670065b787 214800 aspell-fo_0.2.36-3_all.deb
 04312631f95ff0e643227534ab4416f9ffe1dab3 320766 myspell-fo_0.2.36-3_all.deb
Checksums-Sha256: 
 51acaaf0554ccefb706df7ee206c14b85af9ed0e12995f784471461e836eb030 1303 
ispell-fo_0.2.36-3.dsc
 e7add485beaa752df1692b1806442d28972b2efde6d1d8b2bfba0c31839c065a 8930 
ispell-fo_0.2.36-3.diff.gz
 c382696c2b145e8273a1450a585c9647f398f0a5cd52ef67b3b80cff589fbbb0 320818 
ifaroese_0.2.36-3_all.deb
 43944d2b300c09f61107ad3c745fd2d3c86bc85d0a9070b68afa8ca1ee4c3da0 348198 
wfaroese_0.2.36-3_all.deb
 3dd942bbd501afe73516f1fac9ccdebdaefa2beb52984175799e6bb51c044588 214800 
aspell-fo_0.2.36-3_all.deb
 2f909264ca01dc5272d8c0e80203b3c3ffc23d647ca8c9cb4756cd2fb7e52986 320766 
myspell-fo_0.2.36-3_all.deb
Files: 
 1fa457b0fa52a74ad6703961278b9de3 1303 text optional ispell-fo_0.2.36-3.dsc
 9a0888b116f1965084aee6b61acc9fc9 8930 text optional ispell-fo_0.2.36-3.diff.gz
 b7409233e549017341ea40d8b2c288bf 320818 text optional ifaroese_0.2.36-3_all.deb
 4452ea53dad56a4a19e2c594d049eb6a 348198 text optional wfaroese_0.2.36-3_all.deb
 80133937ff87ec1dce952dfb7c80df2b 214800 text optional 
aspell-fo_0.2.36-3_all.deb
 fb57339f3f295bbcd69a2cfe6a3d35f8 320766 text optional 
myspell-fo_0.2.36-3_all.deb

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

iD8DBQFKk/l5TShHqj72DpwRAlZRAKCcldp60RbI5n9zo2s+iPmR5wnjfACfaaHo
InmemohflV8X0SCl3Qt1oJA=
=VRPh
-END PGP SIGNATURE-


Accepted:
aspell-fo_0.2.36-3_all.deb
  to pool/main/i/ispell-fo/aspell-fo_0.2.36-3_all.deb
ifaroese_0.2.36-3_all.deb
  to pool/main/i/ispell-fo/ifaroese_0.2.36-3_all.deb
ispell-fo_0.2.36-3.diff.gz
  to pool/main/i/ispell-fo/ispell-fo_0.2.36-3.diff.gz
ispell-fo_0.2.36-3.dsc
  to pool/main/i/ispell-fo/ispell-fo_0.2.36-3.dsc
myspell-fo_0.2.36-3_all.deb
  to pool/main/i/ispell-fo/myspell-fo_0.2.36-3_all.deb
wfaroese_0.2.36-3_all.deb
  to pool/main/i/ispell-fo/wfaroese_0.2.36-3_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted hunspell-gl-es 2.2a-7 (source all)

2009-08-25 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 16:54:21 +0200
Source: hunspell-gl-es
Binary: hunspell-gl-es
Architecture: source all
Version: 2.2a-7
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo agmar...@debian.org
Changed-By: Agustin Martin Domingo agmar...@debian.org
Description: 
 hunspell-gl-es - Galician dictionary for hunspell
Changes: 
 hunspell-gl-es (2.2a-7) unstable; urgency=low
 .
   * Rebuild against dictionaries-common-dev 1.3.1 to have
 mozilla symlinks fixed.
Checksums-Sha1: 
 f82c7ca7663ea08f0bcefd70ef8b5887174df06f 1261 hunspell-gl-es_2.2a-7.dsc
 005893ce07f613258d10e2dd294b363dcc78dcc7 4378 hunspell-gl-es_2.2a-7.diff.gz
 e0a58cf3a0a2987d31d6afa860407cb238f813b1 223716 hunspell-gl-es_2.2a-7_all.deb
Checksums-Sha256: 
 6765103bca18236ffd0e3a6846d8f6fe7fd4cfcecabcafb6f2616f6bb6f631c7 1261 
hunspell-gl-es_2.2a-7.dsc
 198bc9d782739387da0539050a18262633d3f9480da4ef9b6e446233ba275fa7 4378 
hunspell-gl-es_2.2a-7.diff.gz
 610bdfc905a77eadc2c1ee90e1358795d8015e7a6d4af96514bd6b29682c9c32 223716 
hunspell-gl-es_2.2a-7_all.deb
Files: 
 143e31ca39511355f31e6bd4d54c2978 1261 text optional hunspell-gl-es_2.2a-7.dsc
 fd86f41b3b20b5e2d80c2e6c153014ca 4378 text optional 
hunspell-gl-es_2.2a-7.diff.gz
 74ef0074f36b0a3265bee8f8796c0dd5 223716 text optional 
hunspell-gl-es_2.2a-7_all.deb

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

iD8DBQFKk/tbTShHqj72DpwRArUMAJ96U/sT4gDx715TwwwQDVUIvOrEOgCfZIA0
3sRplqYaBY8X5u7zA1C5dKA=
=zWlD
-END PGP SIGNATURE-


Accepted:
hunspell-gl-es_2.2a-7.diff.gz
  to pool/main/h/hunspell-gl-es/hunspell-gl-es_2.2a-7.diff.gz
hunspell-gl-es_2.2a-7.dsc
  to pool/main/h/hunspell-gl-es/hunspell-gl-es_2.2a-7.dsc
hunspell-gl-es_2.2a-7_all.deb
  to pool/main/h/hunspell-gl-es/hunspell-gl-es_2.2a-7_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted libspreadsheet-parseexcel-perl 0.5300-1 (source all)

2009-08-25 Thread Jonathan Yu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Aug 2009 18:28:05 -0400
Source: libspreadsheet-parseexcel-perl
Binary: libspreadsheet-parseexcel-perl
Architecture: source all
Version: 0.5300-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonathan Yu freque...@cpan.org
Description: 
 libspreadsheet-parseexcel-perl - Perl module to access information from Excel 
Spreadsheets
Changes: 
 libspreadsheet-parseexcel-perl (0.5300-1) unstable; urgency=low
 .
   [ Jonathan Yu ]
   * New upstream release
 + Fix minor int2col() bug (RT#48967)
 + Check for valid dates in Utility::ExcelFmt (RT#48831)
 + Fix for multiple dots in number formats (RT#45502)
 + Rounding now behaves like (RT#45626)
 + Fix incorrectly skipped charts (RT#44009)
   * Use short debhelper rules format (--with quilt)
   * Standards-Version 3.8.3 (no changes)
   * Added myself to Uploaders
   * Rewrote control description
   * Refresh applied patches so they use unified patches
   * Remove 60_this_is_not_a_manpage and 70_warnings_64bit.patch,
 which were fixed upstream
   * Override tests with AUTOMATED_TESTING=1, add to B-D-I
 .
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 .
   [ gregor herrmann ]
   * Add libtest-cpan-meta-perl to Build-Depends-Indep, enables another test.
Checksums-Sha1: 
 adc2574394b2a8df9be4e0e6f6e56627a5378a69 1821 
libspreadsheet-parseexcel-perl_0.5300-1.dsc
 385b06f609d013614767334c1aca0e060f2c151f 157936 
libspreadsheet-parseexcel-perl_0.5300.orig.tar.gz
 b2dc1fcb58192ccf35955735feda3111217400ad 5363 
libspreadsheet-parseexcel-perl_0.5300-1.diff.gz
 c5091fb3ddbff687e575e5626caca0cdcfaa4e47 161156 
libspreadsheet-parseexcel-perl_0.5300-1_all.deb
Checksums-Sha256: 
 11bef42e30331191a054b5d88684fd50a0556d9e2b8d41c740f4a4bf212c9365 1821 
libspreadsheet-parseexcel-perl_0.5300-1.dsc
 cfc8b38154ee4ad1b022cad31224d552e8377b11351c2bd6f9f589958ac95e1d 157936 
libspreadsheet-parseexcel-perl_0.5300.orig.tar.gz
 d9aecd8132a0c24ca882001f9ddbe5a4bb78ad4660ea5da7d0ca1e2b099a7fd9 5363 
libspreadsheet-parseexcel-perl_0.5300-1.diff.gz
 d69094f51026f337a9912773008c6a78ec7193d4fefa49d5588d9ff569d972a1 161156 
libspreadsheet-parseexcel-perl_0.5300-1_all.deb
Files: 
 10ec557822314b9e0b43da318ab9e209 1821 perl optional 
libspreadsheet-parseexcel-perl_0.5300-1.dsc
 0483e6b8a85cf3fd863f8c5d9d87d172 157936 perl optional 
libspreadsheet-parseexcel-perl_0.5300.orig.tar.gz
 db3a723cfdaea01ab5fd535429120d3c 5363 perl optional 
libspreadsheet-parseexcel-perl_0.5300-1.diff.gz
 4fa956a7f6dd73ac72b53d10792116ae 161156 perl optional 
libspreadsheet-parseexcel-perl_0.5300-1_all.deb

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

iEYEARECAAYFAkqUE0AACgkQOzKYnQDzz+Q6cQCfdijcLdt10zz+ys/sf4z3Kh/h
1qYAn0Ih4zoEgsFcizsiLzn1zlYJlp5s
=pGYM
-END PGP SIGNATURE-


Accepted:
libspreadsheet-parseexcel-perl_0.5300-1.diff.gz
  to 
pool/main/libs/libspreadsheet-parseexcel-perl/libspreadsheet-parseexcel-perl_0.5300-1.diff.gz
libspreadsheet-parseexcel-perl_0.5300-1.dsc
  to 
pool/main/libs/libspreadsheet-parseexcel-perl/libspreadsheet-parseexcel-perl_0.5300-1.dsc
libspreadsheet-parseexcel-perl_0.5300-1_all.deb
  to 
pool/main/libs/libspreadsheet-parseexcel-perl/libspreadsheet-parseexcel-perl_0.5300-1_all.deb
libspreadsheet-parseexcel-perl_0.5300.orig.tar.gz
  to 
pool/main/libs/libspreadsheet-parseexcel-perl/libspreadsheet-parseexcel-perl_0.5300.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted xuxen-eu-spell 0.4.20081029-3 (source all)

2009-08-25 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 17:17:01 +0200
Source: xuxen-eu-spell
Binary: hunspell-eu-es aspell-eu-es
Architecture: source all
Version: 0.4.20081029-3
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo agmar...@debian.org
Changed-By: Agustin Martin Domingo agmar...@debian.org
Description: 
 aspell-eu-es - Basque (Euskera) dictionary for aspell
 hunspell-eu-es - Basque (Euskera) dictionary for hunspell
Changes: 
 xuxen-eu-spell (0.4.20081029-3) unstable; urgency=low
 .
   * Bump Standards Version to 3.8.3. No changes required.
   * Install myspell dicts in new location. Use new
 installdeb-myspell (at least 1.3.1) for this and for
 compatibility symlinks.
Checksums-Sha1: 
 f2ec0664219c9e6c4a3f5d8e5babd0498bf8d9e3 1367 xuxen-eu-spell_0.4.20081029-3.dsc
 8f2125ce5e5e098f0598599e390ff01178ca028f 5136 
xuxen-eu-spell_0.4.20081029-3.diff.gz
 ffda0cf1d6c0365821002dc9b1aedf0a9f44522f 644030 
hunspell-eu-es_0.4.20081029-3_all.deb
 6fdd42ce90060d88abfb0eaac005be18fc13d3f4 305084 
aspell-eu-es_0.4.20081029-3_all.deb
Checksums-Sha256: 
 cc18867189c764d34c2af5fa85f56f71ebc94e2f0883dad0a5f4f858b52c70fc 1367 
xuxen-eu-spell_0.4.20081029-3.dsc
 4c768ba7a76390b81fd4c5ac70dc254eaf5d1cefaa0b702544cad7f6a5a71665 5136 
xuxen-eu-spell_0.4.20081029-3.diff.gz
 640ea5f4d1021f5f63a411a3d0b66fc7473e02be5e42be7e537fddb2f082a6cb 644030 
hunspell-eu-es_0.4.20081029-3_all.deb
 8711e6c4730a122ac0385070b19d28da38718466824e365f1bcaf145dbf37123 305084 
aspell-eu-es_0.4.20081029-3_all.deb
Files: 
 ac79fc266eb2cdda64b5ba8f0ea06ee6 1367 text optional 
xuxen-eu-spell_0.4.20081029-3.dsc
 6084764ede4b3d544ae443f858ece235 5136 text optional 
xuxen-eu-spell_0.4.20081029-3.diff.gz
 0911e176b4a24e9818143548b885ff41 644030 text optional 
hunspell-eu-es_0.4.20081029-3_all.deb
 b190f8dd7d31aea8394c4657167a0e96 305084 text optional 
aspell-eu-es_0.4.20081029-3_all.deb

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

iD8DBQFKlAC+TShHqj72DpwRAleaAJ9zeJOqkD+Mx5VPTwir9WXbT279bACfQ0rW
S9Czdv4s581fuJJ2Ii5XZC4=
=EvLs
-END PGP SIGNATURE-


Accepted:
aspell-eu-es_0.4.20081029-3_all.deb
  to pool/main/x/xuxen-eu-spell/aspell-eu-es_0.4.20081029-3_all.deb
hunspell-eu-es_0.4.20081029-3_all.deb
  to pool/main/x/xuxen-eu-spell/hunspell-eu-es_0.4.20081029-3_all.deb
xuxen-eu-spell_0.4.20081029-3.diff.gz
  to pool/main/x/xuxen-eu-spell/xuxen-eu-spell_0.4.20081029-3.diff.gz
xuxen-eu-spell_0.4.20081029-3.dsc
  to pool/main/x/xuxen-eu-spell/xuxen-eu-spell_0.4.20081029-3.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted ipy 1:0.64-1 (source all)

2009-08-25 Thread Bernd Zeimetz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 18:01:19 +0200
Source: ipy
Binary: python-ipy
Architecture: source all
Version: 1:0.64-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Bernd Zeimetz b...@debian.org
Description: 
 python-ipy - Python module for handling IPv4 and IPv6 addresses and networks
Changes: 
 ipy (1:0.64-1) unstable; urgency=low
 .
   [ Sandro Tosi ]
   * debian/control
 - switch Vcs-Browser field to viewsvn
 .
   [ Bernd Zeimetz ]
   * New upstream version.
   * debian/pycompat:
 - Deleting file, not needed.
   * debian/control, debian/rules:
 - Use the new dh to build the package.
 - Run the new test suite, which is provided by upstream since this
   version instead of the buggy docstring test.
 - Bump Standards-Version to 3.8.3, no changes needed.
   * debian/clean:
 - Add file.
   * debian/compat:
 - Bump to level 7.
Checksums-Sha1: 
 f33b194437fcbcca86eef0524447798f6da260c3 1314 ipy_0.64-1.dsc
 ecb8d0fd0a458c8839bbba36baa19e8124894a34 22128 ipy_0.64.orig.tar.gz
 70b1bff014547ce4ac3d5f6bbbf3447b7bb3a613 4672 ipy_0.64-1.diff.gz
 5ac01c0bd9fbfe178f288df875e587241cc47835 25904 python-ipy_0.64-1_all.deb
Checksums-Sha256: 
 c71d2647ffa440f38e9494e5e2360fe0eed5c93f3c94ef7ae50eeba6ece18611 1314 
ipy_0.64-1.dsc
 a7ae4edb0d4fe344b3897875a2f74ec29a61dca55c180f880bbc70eaaf6c829e 22128 
ipy_0.64.orig.tar.gz
 2a01f162f948c3daa526027616b523e4b8a09090fc849a2d5694af05dd8a1697 4672 
ipy_0.64-1.diff.gz
 9938ac98c41b4bb169456f334a29fc37af8c3d9e7e62ae95a70a6ca5ed954e20 25904 
python-ipy_0.64-1_all.deb
Files: 
 f3288081ddd29302d793d0abd0a767df 1314 python optional ipy_0.64-1.dsc
 dbed97d9c12d59b2107e836342fd6f00 22128 python optional ipy_0.64.orig.tar.gz
 104b40f14edf5dcbe532c5ba86712c3b 4672 python optional ipy_0.64-1.diff.gz
 8ee6308b0515f8603b15d6ebf495499f 25904 python optional 
python-ipy_0.64-1_all.deb

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

iEYEARECAAYFAkqUC5wACgkQBnqtBMk7/3mTWgCffY3dr1cD73+pcCuiv1LjzIb7
bhMAoIL8JYJUGmqZ1xJgqYj4R9KjrvaC
=KYl1
-END PGP SIGNATURE-


Accepted:
ipy_0.64-1.diff.gz
  to pool/main/i/ipy/ipy_0.64-1.diff.gz
ipy_0.64-1.dsc
  to pool/main/i/ipy/ipy_0.64-1.dsc
ipy_0.64.orig.tar.gz
  to pool/main/i/ipy/ipy_0.64.orig.tar.gz
python-ipy_0.64-1_all.deb
  to pool/main/i/ipy/python-ipy_0.64-1_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



  1   2   >